@import url('fonts/fontawesome/css/all.min.css');

@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 400;
  src: url('fonts/iransans/IRANSansWeb_FaNum.eot');
  src: url('fonts/iransans/IRANSansWeb_FaNum.eot?#iefix') format('embedded-opentype') /* IE6-8 */,
    url('fonts/iransans/IRANSansWeb_FaNum.woff2') format('woff2') /* FF39+,Chrome36+, Opera24+*/,
    url('fonts/iransans/IRANSansWeb_FaNum.woff') format('woff') /* FF3.6+, IE9, Chrome6+, Saf5.1+*/,
    url('fonts/iransans/IRANSansWeb_FaNum.ttf') format('truetype');
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 700;
  src: url('fonts/iransans/IRANSansWeb_Bold_FaNum.eot');
  src: url('fonts/iransans/IRANSansWeb_Bold_FaNum.eot?#iefix') format('embedded-opentype') /* IE6-8 */,
    url('fonts/iransans/IRANSansWeb_Bold_FaNum.woff2') format('woff2') /* FF39+,Chrome36+, Opera24+*/,
    url('fonts/iransans/IRANSansWeb_Bold_FaNum.woff') format('woff') /* FF3.6+, IE9, Chrome6+, Saf5.1+*/,
    url('fonts/iransans/IRANSansWeb_Bold_FaNum.ttf') format('truetype');
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 900;
  src: url('fonts/iransans/IRANSansWeb_Black_FaNum.eot');
  src: url('fonts/iransans/IRANSansWeb_Black_FaNum.eot?#iefix') format('embedded-opentype') /* IE6-8 */,
    url('fonts/iransans/IRANSansWeb_Black_FaNum.woff2') format('woff2') /* FF39+,Chrome36+, Opera24+*/,
    url('fonts/iransans/IRANSansWeb_Black_FaNum.woff') format('woff') /* FF3.6+, IE9, Chrome6+, Saf5.1+*/,
    url('fonts/iransans/IRANSansWeb_Black_FaNum.ttf') format('truetype');
}
@font-face {
  font-family: "morabba";
  font-style: normal;
  font-weight: 400;
  src: url('fonts/morabba/Morabba-Regular.eot');
  src: url('fonts/morabba/Morabba-Regular.eot?#iefix') format('embedded-opentype') /* IE6-8 */,
    url('fonts/morabba/Morabba-Regular.woff2') format('woff2') /* FF39+,Chrome36+, Opera24+*/,
    url('fonts/morabba/Morabba-Regular.woff') format('woff') /* FF3.6+, IE9, Chrome6+, Saf5.1+*/,
    url('fonts/morabba/Morabba-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "morabba";
  font-style: normal;
  font-weight: 800;
  src: url('fonts/morabba-2/Morabba-Black-1.eot');
  src: url('fonts/morabba-2/Morabba-Black-1.eot?#iefix') format('embedded-opentype') /* IE6-8 */,
    url('fonts/morabba-2/Morabba-Black-1.woff2') format('woff2') /* FF39+,Chrome36+, Opera24+*/,
    url('fonts/morabba-2/Morabba-Black-1.woff') format('woff') /* FF3.6+, IE9, Chrome6+, Saf5.1+*/,
    url('fonts/morabba-2/Morabba-Black-1.ttf') format('truetype');
}


:root {
  --theme-bg-color: #fff; /* #fff */
  --theme-text-primary: #000;/* #333 */
  --theme-text-primary-hover: #fff;/* #333 */
  --theme-text-secondary: #333; /* #444 */
  --theme-color-primary: #007BFF;
  --theme-color-primary-hover: #056cda;
  --theme-color-secondary: #003270;
  --theme-color-secondary-hover: #032856;
  --theme-card-bg: #000;
  --theme-light-bg: #e5f1ff;
  --theme-light-dark: #f5f5f5;
  --theme-gradient-primary: linear-gradient(90deg,rgb(0, 89, 231) 0%, rgb(5, 134, 255) 50%, rgb(0, 89, 231) 100%);
  --theme-border-radius: 10px;
}


body {
  font-family: "IRANSans", Tahoma;
  font-weight: 400;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  top: 0!important;
  background-color: #fff;
}
body.common-home {
  background-color: var(--theme-bg-color);
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  margin-bottom: 25px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
#footer h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #23a1d1;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.btn {
  border-radius: var(--theme-border-radius);
}

.bg-light-dark {
  background-color: var(--theme-light-dark)!important;
}

.dropdown-toggle::after{
  content: none;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  padding: 0px;
  margin-bottom: 20px;
  color: #444;
  font-size: 15px;
  font-weight: bold;
}
label {
  font-size: 12px;
  font-weight: normal;
}

.hover-size:hover {
  transform: scale(1.1);
}

.column-gap-3 {
  column-gap: 1rem;
}

.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 0px;
  border: none;
  gap: 10px;
}
.nav-tabs .nav-link {
  border: none;
  border-top: 4px solid transparent;
  background-color: #fff;
  position: relative;
  border-radius: var(--theme-border-radius);
}
.nav-tabs .nav-link.active {
  border-top: 4px solid var(--theme-color-primary);
  background-color: #f5f5f5;
  z-index: 2;
}
.tab-content {
  margin-top: 5px;
  position: relative;
	padding: 20px 10px 10px;
	border: none;
  background: #f5f5f5;
	border-radius: var(--theme-border-radius);
}

table thead {
  background-color: var(--theme-light-bg);
}

#product-info table thead {
  background: none;
}

.dotted,
#tab-specification tbody tr > td div {
  position: relative;
  background-image: radial-gradient(circle, #666 0 30%, transparent 30% 100%);
  background-size: 6px 2px;
  background-position: left center;
  background-repeat: repeat no-repeat;
}
.dotted > *,
#tab-specification tbody tr > td div span {
  background: #f5f5f5;
  padding-right: 0.25em;
  display: inline-block;
}
.dotted > *:first-child,
#tab-specification tbody tr > td:first-child div span {
  padding-left: 0.25em;
}

div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}

.section p {
  color: var(--theme-text-primary);
  font-size: 15px;
  line-height: 28px;
}

#top {
  /* background-color: var(--theme-color-primary); */
  background: var(--theme-color-primary);
  background: var(--theme-gradient-primary);
  color: #fff;
  font-size: 1em;
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

#header-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top-search {
  max-width: 340px;
  width: 100%;
}

#top-search input {
	border: none;
	background: #f5f5f5;
	font-size: .8rem;
}

#header {
  padding: 20px 0 0px;
  background-color: #fff;
}

.select-languages img {
  width: 32px;
}
.select-languages .dropdown-toggle {
  font-size: 15px;
  font-weight: bold;
}
.select-languages .dropdown-toggle > img {
  margin-left: 5px;
}

.header-cart-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: var(--theme-color-primary);
  background: var(--theme-gradient-primary);
  color: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
}

.header-account-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.top-cart .table-striped {
  border-collapse: separate;
  border-spacing: 0 8px;
 }
.top-cart .table-striped > tbody > tr:nth-of-type(2n) > * {
  box-shadow: none;
  background-color: #f6f9fc;
  border-bottom: none;
}
.top-cart .table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: none;
  background-color: #f6f9fc;
  border-bottom: none;
}
.top-cart .table-striped > tbody > tr > td:first-child {
  border-radius: 0 10px 10px 0;
  border-right: none;
}
.top-cart .table-striped > tbody > tr > td:last-child {
  border-radius: 10px 0 0 10px;
  border-left: none;
}

.top-cart .wscarticon.is-empty em {
  display: none;
}
.top-cart .wscarticon em.roundpoint {
  top: 5px;
}
.top-cart .wscarticon em.roundpoint, .wsmenu > .wsmenu-list > li.wscarticon em.roundpoint {
  position: absolute;
  top: 0px;
  left: 15px;
  width: 16px;
  height: 16px;
  background-color: var(--theme-color-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  font-style: normal;
  line-height: 18px;
  color: #fff;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 9999;
  pointer-events: all;
}
#alert .alert {
  min-width: 400px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}

#footer a {
  font-size: 15px;
  text-decoration: none;
}
/* logo */
#logo {
  display: flex;
  align-items: center;
  max-width: 200px;
}
.top-links-toggle {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  color: #222;
  font-size: 15px;
  display: flex;
  gap: 8px;
  align-items: center;
}
/* cart */
.header-logo-menu {
	display: flex;
	gap: 20px;
}
.header-account-cart .btn-lg {
  color: #FFF;
  height: 40px;
  padding: 0 1rem;
}
.header-account-cart .btn:hover {
  color: #FFF;
}
.side-dropdown .dropdown-menu {
  display: block;
  background: #fff;
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  border-radius: 0 0 var(--theme-border-radius) var(--theme-border-radius);
  /* border: none;
  border-right: 1px solid #ddd; */
  left: 0 !important;
  inset: 0 auto 0 -500px !important;
  transform: none !important;
  /* overflow-y: auto;
  overflow-x: visible; */
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  transition: all .3s;
  padding: 10px 0px;
  width: 312px;
  z-index: 8;
  /* height: 300px; */
}
.side-dropdown .dropdown-menu.show {
  left: 0 !important;
}
.side-dropdown .dropdown-menu > ul {
  list-style: none;
  padding: 0;
}

.side-dropdown .dropdown-menu .dropdown-item {
  padding: .6rem var(--bs-dropdown-item-padding-x);
}
.side-dropdown .dropdown-menu .dropdown-item:hover {
  background: var(--theme-color-primary);
  color: #fff;
}

.side-dropdown .dropdown-menu li {
  width: 100%;
}

#header-cart .side-dropdown .dropdown-menu {
  overflow-x: hidden;
  overflow-y: auto;
}
/* menu */
#top-menu {
  z-index: 4;
}
.main-menu {
  background-color: transparent;
  margin-top: 5px;
  /* min-height: 60px; */
}
.main-menu.navbar {
  padding: 0 0;
  z-index: 3;
}
.main-menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.main-menu .navbar-toggler i {
  color: #222;
  border-color: #222;
  font-size: 1.4em;
}
.navbar-menu {
  transition: none;
}

.navbar-menu > .navbar-nav > li > a {
  color: #000;
  padding: 20px 10px 20px 10px;
  min-height: 15px;
  background-color: transparent;
  font-size: 15px;
  font-weight: bold;
  border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
}
.navbar-menu > .navbar-nav > li > a:hover {
  color: #333;
}

.dropdown-menu li {
  position: relative;
}

body.has-overlay {
  overflow: hidden;
}

#menu-overlay {
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  inset: 0 0 0 0;
  display: none;
  z-index: 7;
  backdrop-filter: blur(5px);
}
body.has-overlay #menu-overlay {
  display: block;
}

.main-menu .navbar-nav > li > a:after {
	position: relative;
	font-family: "FontAwesome";
	content: "";
	font-size: 6px;
	margin-right: 10px;
	margin-top: 0px;
	color: #000;
	float: left;
  border: none;
}
.main-menu .navbar-nav > li > a.parent:after {
  content: "\f0d7";
  font-size: 12px;
}
.main-menu .navbar-nav > li .navbar-nav > li > a.parent:after {
  content: "\f0d9";
}
.main-menu .navbar-nav > li:last-child > a:not(.parent):after {
  display: none;
}

#menu-account {
  display: none;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
#menu-account > a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  padding: 10px 15px 20px;
  color: var(--theme-color-primary);
  font-weight: bold;
}
.nav-title-text {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  padding: 10px 15px 20px;
  color: var(--theme-color-primary);
  font-weight: bold;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.nav-title-text:hover {
  color: var(--theme-color-primary-hover);
}

@media (min-width: 992px) {
  .main-menu .dropdown-menu {
    position: absolute !important;
    top: 40px !important;
    z-index: 2;
    right: 0 !important;
    display: none;
    border-radius: 20px 20px 20px 20px!important;
    background: #fff;
  }
  .navbar-menu .side-dropdown .dropdown-menu.show {
    display: none;
  }
  .navbar-menu > .nav-title-text {
    display: none;
  }
  .navbar-menu .navbar-nav > li:hover a:after {
    color: var(--theme-color-primary)!important;
    /* background-color: #fff; */
    /* border-radius: 5px 5px 0 0; */
    
  }
  #header .navbar-menu .navbar-nav li:hover > a,
  .navbar-menu .navbar-nav li:hover > a {
    color: var(--theme-color-primary-hover);
    background-color: transparent;
    transition: none;
  }
  .main-menu .navbar-menu > ul > li:hover > a.parent {
    color: #fff;
    background: var(--theme-color-primary);
  }
  .main-menu .navbar-menu > ul > li:hover > a.parent:after {
    color: #fff;
  }
  .navbar-menu .navbar-nav > li:hover .nav-title-text {
    display: none;
  }
  .navbar-menu .navbar-nav > li:hover .dropdown-menu.dropdown-level-1 {
    display: block;
    position: absolute;
    inset: auto!important;
    scrollbar-gutter: auto;
  }

  .navbar-menu .navbar-nav > li .navbar-nav > li:hover .dropdown-menu {
    position: absolute;
    inset: auto!important;
    border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    scrollbar-gutter: auto;
    right: 100% !important;
    display: block;
    top: 0 !important;
  }
}

@media (max-width: 991px) {
  .side-dropdown .dropdown-menu {
    /* top: 60px!important; */
    right: -500px!important;
    left: auto!important;
    padding: 10px 15px;
  }
  .main-menu .dropdown-menu {
    top: 0px!important;
    background-color: #fff;
  }
  .side-dropdown .dropdown-menu.show {
    right: 0px!important;
    left: auto!important;
  }
  .main-menu .dropdown > a.dropdown-toggle:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0d9";
    font-size: 15px;
    left: 5px;
    top: 10px;
    color: var(--theme-color-primary);
    border: none;
    margin: 0;
  }
  .main-menu .dropdown > .dropdown-menu.show .nav-title-text:after {
    position: absolute;
    font-family: "FontAwesome";
    font-size: 15px;
    left: 15px;
    top: 20px;
    color: var(--theme-color-primary);
    content: "\f0d8";
  }
  #header-languages {
    position: fixed;
    bottom: 0;
    right: -100%;
    width: 312px;
    border-top: 1px solid #eee;
    transition: all 0.5s;
  }
  #header-languages .dropdown-menu {
    transition: all 0.5s;
  }
  #header-languages .language-hint {
    display: block;
  }
  body.has-overlay #header-languages {
    display: block;
    right: 0;
  }
  #header-languages .dropdown-toggle {
    color: #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 10px 30px;
  }
  #header-languages .dropdown-toggle i {
    display: none;
  }
  #header-languages:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f0d9";
    font-size: 15px;
    left: 20px;
    top: 17px;
    color: #444;
  }
  #menu-account {
    display: block;
  }
  #header {
    background: #fff;
    padding: 0 10px;
  }
  .main-menu.navbar {
    z-index: 8;
  }
  #header .container {
    max-width: 100%;
    padding: 0 5px;
  }
  #header-search {
    justify-content: flex-end;
    height: 100%;
  }
  .header-logo-menu {
    justify-content: center;
    width: 100%;
    padding: 15px 10px 15px;
  }
  .main-menu .navbar-menu,
  .navbar-menu {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 312px;
    background: #fff;
    padding: 10px 15px;
    transition: all 0.5s;
    transform: translateX(100%);
    height: calc(100vh - 60px) !important;
    display: block;
    z-index: 8;
  }
  #top-menu {
    z-index: 8;
  }
  .navbar-menu.is-showing {
    display: block;
    transform: translateX(0%);
  }
  .navbar-menu.show {
    transform: translateX(0%);
  }
  .navbar-menu li {
    margin-bottom: 5px;
  }
  .header-account-cart .dropdown-toggle {
    display: none;
  }
  .header-account-cart {
    justify-content: center;
  }
  .navbar-menu > .navbar-nav > li > a {
    color: #444;
    padding: 10px;
  }
  .navbar-menu > .navbar-nav > li > a:hover {
    color: #000;
  }
  .main-menu .navbar-toggler {
    border: none;
    box-shadow: none;
    color: #222;
  }
  .main-menu .navbar-toggler:not(.collapsed) i:before {
    content: "\f00d";
    color: #fff;
  }

  .header-logo-wrapper {
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .header-logo-menu {
    width: auto;
  }
  #top-search {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .header-logo-menu {
    padding: 15px 10px 10px;
  }
  .header-logo-wrapper {
    justify-content: space-between;
  }
}

/* content */
#content {
  font-size: 16px;
  line-height: 30px;
  min-height: 600px;
}
#product-category #content {
  font-size: 14px;
}
/* footer */
#footer {
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 1px;
  color: #222;
  position: relative;
  /* background-color: #7bb9ff; */
  background: var(--theme-color-primary);
  background: var(--theme-gradient-primary);
}
.common-home #footer {
  margin-top: -200px;
  padding-top: 200px;
}
.footer-wrapper {
  padding-top: 80px;
  background-color: #eee;
}
#footer li {
  margin-bottom: 5px;
}
#footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
#footer a {
  color: var(--theme-text-primary);
}
#footer a:hover {
  color: #333;
}
#footer h5 {
  font-size: 16px;
  font-weight: bold;
  color: var(--theme-text-primary);
  margin-top: 10px;
  margin-bottom: 15px;
}
.footer-block {
  /* background: rgba(0,0,0,0.1); */
  padding: 15px;
  border-radius: 15px;
  height: 100%;
  backdrop-filter: blur(5px);
}
/* breadcrumb */
#breadcrumb-block {
	padding: 10px 0;
	background-color: #f5f5f5;
  margin: 0 0 30px;
}
.breadcrumb {
  margin: 0;
  flex-wrap: nowrap;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  padding: 0 0 0 20px;
  position: relative;
  margin-bottom: 5px;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: #222;
  padding: 2px 10px;
  border-radius: 5px;
}
.breadcrumb > li.breadcrumb-item:first-child > a {
  padding-right: 0;
}
.breadcrumb > li.breadcrumb-item > a:hover {
  color: #666;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 8px;
  height: 0px;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(130deg);
}
.breadcrumb > li.breadcrumb-item:last-child:after {
  border: none;
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
.bg-primary {
  background-color: var(--theme-color-primary)!important;
}
/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: var(--theme-color-primary);
  background-image: linear-gradient(to bottom, var(--theme-color-primary), var(--theme-color-primary));
  background-repeat: repeat-x;
  border-color: var(--theme-color-primary);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: var(--theme-color-primary-hover);
  background-image: linear-gradient(to bottom, var(--theme-color-primary-hover), var(--theme-color-primary-hover));
  background-position: 0;
  border-color: var(--theme-color-primary);
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-gold {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ffe600, #ffe600);
  background-repeat: repeat-x;
  border-color: #ffe600 #ffe600 #ffe600;
  color: #222;
}
.btn-gold:hover, .btn-gold:focus, .btn-gold:active, .btn-gold.active, .btn-gold.disabled, .btn-gold[disabled] {
  background-image: linear-gradient(to bottom, #ffc800, #ffc800);
  background-position: 0;
  border-color: #ffc800 #ffc800 #ffc800;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #62c462);
  background-repeat: repeat-x;
  border-color: #62c462 #62c462 #62c462;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  border-color: #62c462 #62c462 #62c462;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.btn-round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.product-thumb {
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 0px;
  border: 1px solid #ddd;
  /* box-shadow: 0 0 5px #a0a7d133; */
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f5f5f5;
}
.product-thumb .content {
  height: 100%;
}
.product-thumb .description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.product-thumb .prices-wrapper {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  height: 60px;
}
.product-thumb .prices-wrapper i {
  padding: 5px;
  font-size: 24px;
  background-color: var(--theme-color-primary);
  color: #fff;
  height: 100%;
  border-radius: 0 10px 10px 0;
  display: flex;
  align-items: center;
}
.product-thumb .price {
  display: flex;
  font-size: 1rem;
  flex-direction: column-reverse;
  align-items: flex-end;
  padding: 10px;
  line-height: 20px;
  justify-content: center;
}
.product-thumb form,
.product-thumb p {
  display: none;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
  padding: 10px 10px 0;
}
.product-thumb .description-block {
  padding: 0 10px;
}
.product-thumb .prices-block {
  padding: 0 10px 10px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description .product-info-brand {
  font-size: 0.9rem;
}
.product-thumb .description h4 {
  font-size: 0.9rem;
}
.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #eee;
}
.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}
.product-thumb a {
  color: #222;
  line-height: 24px;
}
.product-thumb a:hover {
  color: #444;
}
.product-thumb .prices {
	font-size: 16px;
}
.product-thumb .price-percent {
	background: #ff0000;
	padding: 5px;
	font-size: 15px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}

.slick-slide > div {
  display: flex;
  gap: 20px;
  width: 100%;
}
.slick-slide img {
  width: 100%;
}
.slick-initialized .slick-slide {
  display: flex;
}

.style-2 .product-thumb-outer {
  padding: 2px;
}
.style-2 .product-thumb {
  border: none;
  background-color: transparent;
}
.style-2 .product-thumb .image {
  margin: 0;
  /* border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd; */
  border-radius: 10px 10px 0 0;
  background-color: #f5f5f5;
}
.style-2 .product-thumb .description-block {
  height: 100%;
  min-height: 80px;
  padding: 10px 10px 0;
  /* border-right: 1px solid #ddd;
  border-left: 1px solid #ddd; */
  border-radius: 0 0 10px 0;
  background-color: #f5f5f5;
}
.style-2 .product-thumb .prices-wrapper {
  background-color: transparent;
  gap: 0;
}
.style-2 .product-thumb .prices-block {
  padding: 0;
  background: #f5f5f5;
  border-radius: 0 10px 10px;
}
.style-2 .product-thumb .price {
	width: 100%;
	/* border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd; */
	border-radius: 0 0 0 10px;
  background: #f5f5f5;
}
.style-2 .product-thumb .prices-wrapper i {
  background-color: #fff;
  color: var(--theme-color-primary);
  border-radius: 10px;
  width: 60px;
  justify-content: center;
  left: 0px;
  position: relative;
  top: 0px;
  z-index: 3;
  font-size: 30px;
}
.style-2 .product-thumb .prices-wrapper .link-wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 10px 10px 10px 0;
}
.style-2 .product-thumb .price {
  position: relative;
  height: 60px;
  gap: 5px;
  justify-content: flex-start;
}
.style-2 .product-thumb .price:after,
.style-2 .product-thumb .price:before {
  content: "";
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
}
.style-2 .product-thumb .price:after {
  background: #f5f5f5;
  border-radius: 0 0 10px 0;
}
.style-2 .product-thumb .price > span {
  z-index: 2;
}
/* .style-2 .product-thumb .prices-wrapper .link-wrapper:before,
.style-2 .product-thumb .prices-wrapper .link-wrapper:after {
  content: "";
  background: #f5f5f5;
  position: absolute;
}
.style-2 .product-thumb .prices-wrapper .link-wrapper:before {
  width: 10px;
  height: 50%;
  bottom: 0px;
  border-radius: 0 0 10px 0;
  left: 0;
}
.style-2 .product-thumb .prices-wrapper .link-wrapper:after {
  width: 50%;
  height: 10px;
  background: #f5f5f5;
  top: 0px;
  border-radius: 0 0 10px 0;
}
.style-2 .product-thumb .prices-wrapper .link-wrapper a:after,
.style-2 .product-thumb .prices-wrapper .link-wrapper a:before {
  content: "";
  background: #f5f5f5;
  position: absolute;
}
.style-2 .product-thumb .prices-wrapper .link-wrapper a:before {
  width: 21px;
  height: 21px;
  top: 10px;
  border-radius: 10px 0 0 0;
  left: 10px;
  background: #fff;
  z-index: 2;
} */
.style-2 .product-thumb .prices-wrapper .link-wrapper a:after {
  width: 30px;
  height: 30px;
  top: 0px;
  left: 0px;
  background: #f5f5f5;
}
/*
.style-2 .product-thumb .prices-wrapper {
  background-color: transparent;
}

.style-2 .product-thumb .prices-wrapper {
  background: #fff;
  border-radius: 40px 0 0 0;
  position: relative;
}
.style-2 .product-thumb .prices-wrapper a:before,
.style-2 .product-thumb .prices-wrapper a:after {
  content: "";
  background: #f5f5f5;
  position: absolute;
}
.style-2 .product-thumb .prices-wrapper a:before {
  width: 10px;
  height: 100%;
  bottom: 0px;
  border-radius: 0 0 10px 0;
  left: 0;
}
.style-2 .product-thumb .prices-wrapper a:after {
  width: 100%;
  height: 10px;
  background: #f5f5f5;
  top: 0px;
  border-radius: 0 0 10px 0;
}
.style-2 .product-thumb .prices-wrapper a i {
  border-radius: 5px 0 0 0;
  margin-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  background-color: #fff;
  color: var(--theme-color-primary);
} */

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
.rating {
  padding-bottom: 5px;
}
.rating .fa-stack {
  width: 15px;
}
.rating.fa-star {
  color: #999;
  font-size: 14px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 14px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
  font-size: 0.9rem;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #222;
}
.choices .form-check {
  padding-right: 0;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

#common-home {
  overflow: hidden;
}

.hidden {
  display: none!important;
}

.modal {
  font-size: 18px;
  line-height: 34px;
}

.section {
  /* padding: 30px 0; */
}
.section-banners {
  /* padding: 0px 0 20px; */
}


.section .section-description-text {
  font-size: 16px;
  line-height: 26px;
}

#welcome {
  padding-top: 270px;
  padding-bottom: 250px;
  margin-bottom: 50px;
  text-align: center;
  background-color: var(--theme-bg-color);
  background-image: url(../image/banner-bg-2.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
}

.welcome-wrapper {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}
.section-welcome .tag {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #ffffff;
  padding: 5px 75px 5px 25px;
  border-radius: 30px;
  -webkit-margin-start: 20px;
  margin-inline-start: 20px;
  margin-bottom: 35px;
  background-color: rgba(0, 0, 0, 0.102);
}
.section-welcome .tag .icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  -webkit-transform: translate(-20px, -50%);
  transform: translate(-20px, -50%);
  color: #ffffff;
  border-radius: 30px;
  background-color: #ef786a;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #faaf97), to(#ef786a));
  background: linear-gradient(90deg, #faaf97 1%, #ef786a 100%);
}
.section-welcome .title {
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 35px;
}
.section-welcome .text {
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 24px;
}


.section-about {
  padding: 0px 0 0px;
}
.section-about .item-single {
  text-align: center;
  padding: 40px 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(78, 76, 76, 0.1);
  box-shadow: 0px 10px 40px 0px rgba(78, 76, 76, 0.1);
}
.section-about .item-single .icon {
  font-size: 58px;
  margin-bottom: 20px;
  color: #ffffff;
}
.section-about .item-single h3 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 20px;
}
.section-about .item-single p {
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}

.section-title {
  margin-bottom: 30px;
}

.section-title .tag {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-text-secondary);
  text-transform: capitalize;
  margin-bottom: 15px;
}
.section-title .title,
.section-title h2 {
  font-size: 1.5rem;
  margin: 0;
  color: var(--theme-text-primary);
  font-family: "morabba";
  display: flex;
  align-items: center;
  min-height: 40px;
}
.section-title.text-center .title {
  justify-content: center;
}
.section-title .title span,
.section-title h2 span {
  color: #222
}
.section-title img {
  position: absolute;
  right: 0;
  top: -5px;
  z-index: 2;
}
.section-title p {
  margin-top: 20px;
  margin-bottom: 30px;
  color: var(--theme-text-primary);
  font-size: 15px;
  line-height: 24px;
}
.section-title .title-dark {
  color: #222;
}

.m-watchlist-item {
  text-align: right;
}
.watchlist-wrapper .m-watchlist-content {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  background: rgba(255,255,255,0.1);
  padding: 15px 15px 15px 130px;
  border-radius: 10px;
  height: 115px;
  display: flex;
  align-items: center;
  border-radius: 50px 10px 10px 50px;
  position: relative;
}
.watchlist-wrapper .m-watchlist-item .author-img {
	width: 115px;
	height: 115px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.watchlist-wrapper .m-watchlist-item .time-passed {
	display: inline-block;
	padding: 0 10px;
	background: #0fd8d0;
	margin-top: 10px;
	border-radius: 5px;
	color: #222;
	font-size: 12px;
}

.watchlist-wrapper .carousel-indicators {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .watchlist-wrapper .m-watchlist-item .author-img {
    right: 0;
    margin: auto;
    top: 10px;
  }
  .watchlist-wrapper .m-watchlist-content {
    flex-direction: column;
    height: auto;
    padding: 140px 15px 15px;
    border-radius: 10px;
  }
}

.winrate {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.winrate-month {
  padding: 5px 5px;
  color: #222;
  font-size: 12px;
  font-weight: bold;
}
.winrate-percentage {
  margin: 5px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.winrate-percentage > div {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    right: 0;
    color: #fff;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.winrate-percentage .winrate-success {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #0fd8d0, #32CD32);
	background-size: 200% 200%;
	/*animation: gradient 8s ease infinite; */
}

.article-item-outer {
  padding: 0 15px 15px 0;
  height: 100%;
}
.article-item {
  background-color: #fff;
  overflow: hidden;
  color: #222;
  height: 100%;
  border: 1px solid #eee;
  /* box-shadow: 10px 10px 0px rgba(0,0,0,0.1); */
}
.article-item .article-image {
  padding: 0;
}
.article-item .article-image img {
  border-radius: 0;
}
.article-content {
  padding: 15px 15px 20px;
}
.article-content p {
  font-size: .9rem;
  line-height: 24px;
}
.article-title {
  font-size: 1rem;
  line-height: 26px;
  font-weight: bold;
}
.article-info {
  padding: 15px;
  list-style: none;
  font-size: 13px;
}
.article-info li i {
  margin-left: 10px;
}

.telegram-code-block {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 15px;
  background-color: #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.telegram-code-block #telegran-code {
  font-weight: bold;
  font-size: 18px;
  padding: 5px 15px;
  border: 2px dashed var(--theme-bg-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  letter-spacing: 2px;
  font-family: Tahoma;
}
.telegram-code-block span.normal {
  letter-spacing: normal;
  font-weight: normal;
  font-size: 16px;
  font-family: "IRANSans";
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


.smooth-edge {
  border-radius: var(--theme-border-radius);
}

.bg-semi-black {
  background-color: rgba(0,0,0,0.2);
}
.bg-orange {
  background-color: #ee5b61;
  background-image: linear-gradient(145deg, #ee5b61 0%, #f1b463 80%);
}
.bg-blue {
  background-color: #4f5eff;
  background-image: linear-gradient(145deg, #4f5eff 0%, #468dff 80%);
}
.bg-red {
  background-color: #ef6ab4;
  background-image: linear-gradient(145deg, #ef6ab4 0%, #ee7f9c 80%);
}
.bg-purple {
  background-color: #4f5eff;
  background-image: linear-gradient(145deg, #4f5eff 0%, #8a20a2 80%);
}

/* module general */
.module {
  margin-bottom: 40px;
}
.module-title {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	padding: 10px 0;
}

.module.theme-2 .module-title {
  border-bottom: 3px solid #f6f9fc;
  margin-bottom: 15px;
  padding: 0;
  text-align: center;
}
.module.theme-2 .module-title span {
  border-bottom: 4px solid #000;
  height: 35px;
  display: inline-block;
  margin-bottom: -3px;
  padding: 0 20px;
}

.module.theme-2.align-r .module-title {
  text-align: right;
}
.module.theme-2.align-r .module-title span {
  padding-right: 0;
}

.mod-multimod-slideshow {
  padding: 10px;
}

.module.theme-3 .module-title {
  margin-bottom: 15px;
  text-align: center;
}
.module.theme-3.align-r .module-title {
  text-align: right;
}
.module.theme-3 .module-title span span {
	padding: 5px 15px;
	font-family: "IRANSans";
	font-size: 22px;
	background: #031586;
	border-radius: 8px;
	color: #fff;
}
.module.theme-3 .wrapper {
  padding-top: 25px;
  padding-bottom: 30px;
}

/* mod-multimod-block2x */
.mod-multimod-3d .banner-content .banner-title,
.mod-multimod-block2x .banner-title {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	padding: 10px 10px 0;
}

/* mod-multimod-grid */
.mod-multimod-grid .banner-content {
  margin-bottom: 20px;
}

.mod-multimod-grid .banner-content .banner-info {
  position: relative;
  display: block;
}
.mod-multimod-grid .banner-content .banner-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(9, 19, 79, 0.6);
  color: #fff;
  padding: 5px;
  transition: all .3s;
  border-radius: 0 0 10px 10px;
}
.mod-multimod-grid .banner-content .banner-info:hover .banner-title {
  padding: 8px 5px;
}

/* mod-multimod-ed */
.mod-multimod-3d .banner-content.sort-2 {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.mod-multimod-3d .banner-content .banner-title {
	font-size: 16px;
  padding: 15px 15px 0;
}

#footer-icons {
  padding: 50px 0;
  margin: 20px 0 0;
}
#footer-icons .wrapper {
  background: #f6f9fc;
  padding: 20px;
  border-radius: 20px;
}
.footer-icon {
	display: flex;
	text-align: right;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	line-height: 24px;
  justify-content: center;
  color: #000;
}
.footer-icon-image {
  width: 100px;
  height: 100px;
  background-color: #031586;
  border-radius: 20px;
  padding: 15px;
  flex: 0 0 100px;
}
.footer-icon-title {
	font-weight: 700;
	display: block;
  margin-bottom: 10px;
  color: #031586;
}
.footer-icon-description {
  font-size: 15px;
  color: #444;
  margin: 0;
}

.container-parent {
  /* padding-right: 20px;
  padding-left: 20px; */
}

.text-justify {
  text-align: justify;
}

.sidebar ul {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  line-height: 28px;
  border: none;
  list-style: disc;
  padding-right: 10px;
}
.text-black-color {
  color: #222;
}
.text-black-color:hover {
  color: #555;
}

#category-info {
  border-bottom: 2px solid #eee;
  padding: 10px;
  min-height: 170px;
}
#category-info h2 {
  font-size:  1rem;
  font-weight: bold;
  padding-right: 5px;
  padding-left: 5px;
}
#category-info .category-image {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 140px;
}

#category-info .category-image .img-thumbnail,
#product-info .img-thumbnail {
  border: none;
  padding: 0;
} 

#product-info .reward-block {
  padding: 10px;
  text-align: justify;
  background: #ffffd7;
  color: #222;
  font-size: .8em;
  line-height: 24px;
}
#product-info .reward-block span {
  font-size: 1em;
}
#product-info .reward-block i {
  color: #ff0000;
  font-size: 24px;
  position: relative;
  top: 5px;
}

#product-info h1 {
  margin-bottom: 5px;
  font-size: 1.1em;
  line-height: 24px;
  color: #000;
}

#product-info .product-summary {
  font-size: 0.8em;
  background: var(--theme-light-bg);
  padding: 5px 10px;
  text-align: justify;
  line-height: 24px;
  color: #222;
}

#product-info .order-block {
  padding: 15px;
  background-color: var(--theme-light-dark);
}

#product-info .image-block {
  position: relative;
}
#product-info .image-block .buttons {
  display: flex;
  flex-direction: column;
  padding: 5px;
  gap: 5px;
  position: absolute;
}

#product-options {
  color: #222;
}
#product-options label {
  font-size: .8em;
}
#product-options .form-label {
  font-weight: bold;
  font-size: .9em;
  width: 100%;
  border-radius: 5px;
  padding: 0px 5px;
  background-color: #f5f5f5;
}

/* #product-options .input-option {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#product-options .form-label {
  background: none;
}
#product-options .checkcontainer {
  margin-bottom: 0;
}
#product-options .checkcontainer .checkmark {
  border: none;
  background: #f7f7f7;
}
#product-options .checkcontainer input:checked ~ .checkmark {
  background: #c5eaa0;
}
#product-options .checkcontainer .checkmark:after {
  top: 50%;
  margin-top: -4px;
} */

.review-links-block {
  font-size: .8em;
}

.choices {
  display: flex;
  flex-direction: column;
}

.choices input[type="radio"] {
  opacity: 0;
  width: 2rem;
  height: 1em;
  background-color: #fff;
  position: absolute;
}

.product-related-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.product-related {
  max-width: 75px;
  margin-bottom: 15px;
}
.buy-btn {
  text-align: left;
  position: relative;
}
.buy-btn:before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top:-1px;
  background: #ddd;
}
.buy-btn .btn-wrapper {
  background: #fff;
  padding-right: 25px;
  position: relative;
  z-index: 2;
}

.choices .radio {
  background-color: hsl(183, 100%, 15%);
  color: white;
}

.input-options {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.details-option {
  border: solid 1px #e8eff7;
  font-size: 15px;
  color: #333;
  cursor: pointer;
  margin-bottom: 2.5px;
  margin-top: 2.5px;
  box-sizing: border-box;
  border-radius: 8px;
  min-width: 48px;
  padding: 0 12px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color .3s;
}
.choices input[type="radio"]:checked+label {
  border: 2px solid #f27a1a !important;
  box-shadow: none !important;
}
.details-option.instock-0 {
  position: relative;
  border-color: #e8eff7;
  color: #999;
  background: linear-gradient(to bottom left,transparent calc(50% - 1px),#e8eff7 calc(50% - 1px),#e8eff7 50%,transparent 50%);
}
.details-option.selected {
  border: 2px solid #f27a1a !important;
  box-shadow: none !important;
}
.details-option.instock-0.selected {
  color: #f27a1a;
  background: linear-gradient(to bottom left,transparent calc(50% - 1px),#f27a1a calc(50% - 1px),#f27a1a 50%,transparent 50%);
}

#details-attributes ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
#details-attributes li {
  width: 23.3%;
  margin: 10px 0px 10px 0;
  padding: 0 15px 1px 15px;
  border-radius: 6px;
  box-shadow: 0 1px 4px #0000000d;
  background-color: #f6f9fc;
  min-height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}
#details-attributes li span:first-child {
  font-weight: bold;
}
@media (max-width: 991px) {
  #details-attributes .attribute-type-2 li {
    width: 31.5%;
  }
}
@media (max-width: 768px) {
  #details-attributes .attribute-type-2 li {
    width: 46.6%;
  }
}
#details-attributes .attribute-type-1 li,
#details-attributes .attribute-type-3 li {
  width: 100%;
}
#details-attributes .attribute-type-3 li {
  padding: 0;
}
#details-attributes .attribute-type-3 li span {
  padding: 15px;
}

@-webkit-keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}

@keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}

table.dash-seperator tr {
  border-bottom: 2px dashed #ddd;
}
table.dash-seperator tr:last-child {
  border-bottom: none;
}

.color-card {
  padding: 15px;
  border-radius: 15px;
  background: #f6f9fc;
}

.list-group-theme-2 .list-group-item {
  border-radius: 10px !important;
  border: none;
  background: none;
  margin-bottom: 0px;
  padding: 0;
}

.color-card .color-card {
  padding: 0;
  background: none;
  border-radius: 0;
}

.link,
.color-card .link {
  color: #222;
}
.link:hover,
.color-card .link:hover {
  color: #363b8a;
}

.link-light {
  color: #fff;
}
.link-light:hover {
  color: #363b8a;
}

.link-white {
  color: #fff;
}
.link-white:hover {
  color: #eee;
}

.color-card .accordion-item {
  border: none;
  background: none;
}

.font-table {
  font-size: 15px;
  line-height: 22px;
}

.font-table thead td {
  font-weight: bold;
}

.font-table select,
.font-table .form-control {
  border: none
}

#product-category h1,
#product-block h1 {
  font-size: 1.1rem;
  line-height: 32px;
}

.filter-title--toggle-btn {
  position: relative;
}
.filter-title--toggle-btn:before {
  font-family: "Font Awesome 6 Free";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  content: "\f078";
  font-size: 12px;
  font-weight: 900;
  color: #ff0000;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter-title.collapsed .filter-title--toggle-btn:before {
  content: "\f077";
}
.filter-title {
  width: 100%;
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f6f9fc;
  padding: 3px 10px;
  border-radius: 5px;
}
.dummy .filter-title {
  background: none;
  padding: 0;
}
.filter-title--label {
  font-size: 15px;
  font-weight: bold;
}
.dummy .filter-title--label {
  width: 100%;
  max-width: 80%;
  margin: 0;
  padding: 0;
  height: 2.5em;
  border-bottom: 0;
  position: relative;
  border-radius: 5px;
  display: block;
  background-color: #e8eff7;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  -webkit-animation: shine 1s ease infinite;
  animation: shine 1s ease infinite;
}
.filter-body {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  overflow-y: auto;
  max-width: 90%;
  max-height: 20em;
}
.dummy .filter-body {
  max-height: auto;
  margin: 0 0 40px 0;
}
.filter-item {
  margin: 0 0 10px 0;
  padding: 0;
}
.dummy .filter-item {
  margin: 0 0 20px 0;
  max-width: 100px;
  height: 0.5em;
  border-bottom: 0;
  position: relative;
  border-radius: 5px;
  display: block;
  background-color: #e8eff7;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  -webkit-animation: shine 1s ease infinite;
  animation: shine 1s ease infinite;
}
.filter-item a {
  position: relative;
  color: #222;
  padding-right: 25px;
  font-weight: bold;
}
.filter-item a:before {
  content: "";
  position: absolute;
  border: 1px solid;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  color: #222;
  font-size: 1rem;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  text-align: center;
  text-indent: 1px;
  line-height: 1.3em;
}
.filter-item.is-active-true a:before {
  content: "\f14a";
  background-color: #fff;
  width: 18px;
  height: 20px;
  color: #f00;
  border-radius: 3px;
  right: 1px;
  padding-top: 0px;
  font-weight: 600;
  border: none;
  font-size: 20px;
  top: 8px;
}
.dummy .filter-item a:before {
  display: none;
}

.dummy-info-block,
.product-dummy-block .img-thumbnail,
.product-dummy {
    /* height: 400px; */
    aspect-ratio: 2 / 3;
    background-color: #e8eff7;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    -webkit-animation: shine 1s ease infinite;
    animation: shine 1s ease infinite;
    border-radius: 10px;
}
.dummy-hint {
  color: #666;
  background: none;
  font-size: 15px;
}
@supports not (aspect-ratio: 2 / 3) {
  .product-dummy {
    height: 400px;
  }
}
.dummy-info-block {
	height: 40px;
	margin-bottom: 10px;
  aspect-ratio: auto;
}
.product-dummy-block .img-thumbnail {
  /* height: 600px; */
}
.product-dummy-block .thumbnails {
  display: flex;
  gap: 20px;
  
}
.product-dummy-block .img-sm-thumbnail {
  height: 100px;
  width: 100%;
}

.manufacturer-icon {
  margin-bottom: 1rem;
}
.manufacturer-icon .link {
	background-color: #e8eff7;
	border-radius: 10px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	text-align: center;
	line-height: 20px;
}

.secondary-title {
  font-size: 1rem;
}

#product-block .titles,
.manufacturer-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.manufacturer-wrapper {
  align-items: center;
  height: 140px;
}

#product-block .titles {

}

#product-block #form-product {

}
.stock-status span,
#product-block #form-product .form-label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
  color: #666;
}

.review-wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .footer-icon {
    flex-direction: column;
    text-align: center;
    margin-bottom: 15px;
  }
}

.bg-back {
  position: relative;
}
.bg-back:before {
  content: '';
  width: 50%;
  height: 100%;
  background-color: #f6f9fc;
  position: absolute;
}
.bg-back-right:before {
  right: 0;
}
.bg-back-left:before {
  left: 0;
}
.bg-back .wrapper {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f6f9fc;
}
.bg-back-right .wrapper {
  padding-left: 20px;
  border-radius: 20px 0 0 20px;
}
.bg-back-left .wrapper {
  padding-right: 20px;
  border-radius: 0 20px 20px 0;
} 
@media (max-width: 991px) {
  .bg-back {
    position: relative;
    background-color: #f6f9fc;
  }
  .bg-back .wrapper {
    position: relative;
    z-index: 2;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f6f9fc;
  }

  .bg-back-right .wrapper,
  .bg-back-left .wrapper {
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0;
  }
}

.no-padding-img img {
  padding: 0;
}
.no-radius-img img {
  border-radius: 0;
}

.transition {
  transition: all .5s;
}
.hover:hover {
  transform: scale(1.05);
}
.radius-img {
  border-radius: 15px;
}

.pair-item {
	display: flex;
	gap: 20px;
	justify-content: space-between;
  align-items: center;
}

.contact-center-box {
	margin: 0px auto 0px;
	position: relative;
  padding: 0 10px;
}
.contact-center-box-r,
.contact-center-box-l {
  /* padding: 20px; */
  border-radius: 10px;
  /* -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05); */
  overflow: hidden;
}
.contact-center-box-r {
  font-size: 15px;
	line-height: 24px;
	color: #fff;
}
.contact-center-box-r .section-title .title, .section-title h2,
.contact-center-box-r .section-title .title, .section-title h2 span {
    color: #fff;
    font-size: 20px;
}
.contact-center-box-r p img {
	max-width: 100%;
	border-radius: var(--theme-border-radius);
}
.contact-center-box-l {
  /* background-color: #fff; */
}
.contact-center-box-l .section-title h2 {
  color: #222;
  font-size: 20px;
}
.contact-center-box .pair-item--value {
  text-align: left;
  direction: ltr;
}
.contact-center-box-r > div > * {
  margin-bottom: 20px;
}
.contact-center-box-r > div > p {
  margin-bottom: 30px;
}
.contact-center-box h2 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
}
.contact-center-box .form-control {
  padding: .75rem .75rem;
  border: none;
  background-color: #fff;
}

.google-map {
  position: relative;
  overflow: hidden;
  background-color: #eee;
}

#categories ul {
  padding: 0;
  margin: 0;
}
#categories li {
  list-style: none;
  margin-bottom: 20px;
}
#categories li a span {
	display: block;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}

#categories a:hover img {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.block-has-error {
  border: 1px solid #f00;
  background: #fff9f9;
}

.flip-box {
  background-color: transparent;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

.relative.banner-title {
	display: block;
	color: #222;
	margin: -10px 0px 15px;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side */
.flip-box-front {
  position: relative;
}

/* Style the back side */
.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
}
.back-blur {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(2px) grayscale(90%);
  backdrop-filter: blur(2px) grayscale(90%);
}


.section-faq .accordion .accordion-item {
  padding: 20px 25px;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.1);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(78, 76, 76, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(78, 76, 76, 0.1);
  border: none;
  margin-bottom: 20px;
  overflow: hidden;
}
.section-faq .accordion .accordion-button {
  background: none;
  box-shadow: none;
  font-weight: bold;
  padding: 0;
  color: var(--theme-text-primary);
}
.section-faq .accordion .accordion-button:not(.collapsed),
.section-faq .accordion .accordion-button:not(.collapsed):after {
  color: #0fd8d0;
}
.section-faq .accordion .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.section-faq .accordion .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230fd8d0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.section-faq .accordion .accordion-body {
	font-size: 15px;
	line-height: 24px;
  color: var(--theme-text-primary);
}

.contact-footer,
.footer-about {
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
}
.phone-item {
    background: var(--theme-color-primary);
    padding: 3px 15px;
    border-radius: 10px;
    color: #fff;
    min-width: 140px;
    letter-spacing: 2px;
    display: inline-block;
}

.toastify {
  font-size: 15px;
  line-height: 20px;
}
.toastify a {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 576px) {
  .toastify {
    left: 15px;
    right: 15px;
    max-width: calc(100% - 20px);
    bottom: 70px!important;
  }
}
@media (max-width: 991px) {
  .toastify {
    bottom: 70px!important;
  }
}

.font-14 {
  font-size: 15px;
  line-height: 20px;
}

#product-rules {
    background: #fcf6f6;
    padding: 10px;
    border-radius: 10px;
}
.product-rule {
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
}
.product-rule--icon {
  font-size: 30px;
}
.product-rule--title {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
.product-rule--description {
  font-size: 12px;
  line-height: 18px;
}
@-webkit-keyframes shine2 {
  to {
    background-position: right -80px top 0;
  }
}

@keyframes shine2 {
  to {
    background-position: right -80px top 0;
  }
}
#fixed-whatsapp-icon {
  position: fixed;
	bottom: 48px;
	right: -10px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 5px;
}
#fixed-whatsapp-icon a {
	background-color: var(--theme-color-secondary);
	color: #fff;
	padding: 10px 20px;
	font-size: 15px;
	border-radius: 10px;
  transition: all .3s;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-size: 80px 100%;
  background-repeat: no-repeat;
  background-position: left -80px top 0;
  -webkit-animation: shine2 2s ease infinite;
  animation: shine2 2s ease infinite;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
#fixed-whatsapp-icon a i {
  font-size: 30px;
}
#fixed-whatsapp-icon a:hover {
  transform: scale(1.1);
}
#fixed-whatsapp-icon.inactive a {
  padding-left: 10px;
}
#fixed-whatsapp-icon.inactive span {
  display: none;
}
#fixed-whatsapp-icon .close-icon {
  display: flex;
  align-items: center;
  justify-content: center;
	content: "\f00d";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  transition: all .3s;
  cursor: pointer;
  color: #222;
  font-size: 20px;
  background-color: #ffffff55;
  backdrop-filter: blur(10px);
}
#fixed-whatsapp-icon .close-icon:hover {
  transform: scale(1.2);
}
#fixed-whatsapp-icon.inactive .close-icon {
  display: none;
}

.font-bold {
  font-weight: bold;
}
.text-with-space {
  letter-spacing: 3px;
}
.mt-n20 {
	margin-top: -20px;
}
.input-group .mobile-hint {
  direction: ltr;
  border: none;
  background: #ddd;
  font-weight: bold;
  color: #222;
}
#button-resend {
  display: none;
}
#code-timer.forgotten {
  display: none;
}
.powered {
  text-align: left;
  margin: 30px 0 0 !important;
}

.footer-logo {
    width: 75px;
    padding: 8px 8px;
    background: #fff;
    border-radius: 10px;
    float: right;
    margin: 0 0 5px 15px;
}

.wishlist-buttons .btn {
  border: none;
  background: none;
}

.btn-wishlist.active,
.btn-wishlist:hover {
  color: #ff0000;
}

.btn-compare.active,
.btn-compare:hover {
  color: var(--theme-color-primary);
}

#purchase-buttons .input-group {
  justify-content: flex-end;
  flex-wrap: nowrap;
}
#purchase-buttons input {
  background: #000;
  color: #fff;
  border-color: #000;
  width: 50px;
  flex: 0 1 auto;
}
#purchase-buttons .quantity-button {
	background: none;
	border: none;
	font-size: 30px;
	padding: 0 10px;
}

#product-info .information-block {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
#product-info .price-block {
  text-align: right;
  margin: 0;
  /* padding-left: 35px; */
}
#product-info .price-block .price-old {
  font-size: 20px;
}

#product-info .purchase-block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
}

.article {
  /* box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.05); */
  background: #fff;
}
.article .wrapper {
  /* box-shadow: 0 0 #0000,0 0 #0000,0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1); */
  border: 1px solid #eee;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px; 
  overflow: hidden;
}
.article .article-image img {
  height: 100%;
}
.article .article-info {
	padding: 5px 0;
	display: flex;
	justify-content: flex-end;
  gap: 10px;
  background-color: var(--theme-color-primary);
  color: #fff;
  width: 120px;
  border-radius: 0 10px;
}
.article .article-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  align-items: flex-end;
}
.article .article-content > div {
  padding: 10px;
  width: 100%;
}
.article .title {
  font-size: 0.9em;
  font-weight: bold;
}
.article p {
  font-size: .83em;
  line-height: 22px;
}

.article-info-area {
  background-color: #f5f5f5;
}

.article-headers h1 {
	font-size: 1.1em;
	line-height: 26px;
}

.article-summary {
	font-size: 0.9em;
	line-height: 24px;
	text-align: justify;
}

.article-info-left {
  background-color: var(--theme-color-primary);
  color: #fff;
  border-radius: 10px 0 0 10px;
}

.article-description {
  min-height: 200px;
}

.comment-container {
  background-color: #f5f5f5;
}

.profile-info-area {
  padding: 0;
  overflow: hidden;
}
.profile-info-area .profile-image {
  background-color: #eee;
}
.profile-info-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.profile-info-item-l {
  padding: 15px;
}
.profile-balance {
  display: flex;
  align-items: center;
  gap: 20px;
}
.profile-balance strong {
	font-size: 18px;
	letter-spacing: 1px;
  border: 1px dashed #ccc;
  background-color: #f7f7f7;
}

.profile-info-block h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
.list-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px; 
}
@media (max-width: 991px) {
  .list-blocks {
    grid-template-columns: 1fr 1fr;
  }
  .profile-info-area .profile-info {
    flex-direction: column;
  }
  .profile-info-area .profile-balance {
    width: 100%;
    justify-content: space-between;
  }
  .profile-info-area .profile-image {
    border-radius: 50%;
    margin: 10px;
  }
}
@media (max-width: 575px) {
  .list-blocks {
    grid-template-columns: 1fr;
  }
}
.list-blocks a {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px; 
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 10px;
  color: #222;
  font-size: 16px;
  box-shadow: 0 0 #0000,0 0 #0000,0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
}
.list-blocks a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #eee;
  border-radius: 10px;
  font-size:30px;
  color: var(--theme-bg-color);
}

.grid-2-col {
  grid-template-columns: 1fr 1fr;
}

.module-account {
  padding: 15px 5px;
}
.module-account .list-group-item {
  border: none;
  font-size: 15px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  color: #fff;
}
.module-account .list-group-item i {
  color: #fff;
}

.order-info-block .order-info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-info-block .info-item-value {
  font-size: 15px;
}
.order-info-block .payment-price {
  text-align: center;
  color: #000;
}
.order-info-block .payment-price .payment-price-title {
  border-bottom: 1px solid #fff;
}
.order-info-block .payment-price .payment-price-value {
  font-weight: bold;
  font-size: 24px;
  padding: 10px 5px;
}

.owl-carousel .owl-stage {
  display: flex;
}

#mobile-menu {
  display: none;
  position: fixed;
  bottom: 0;
  left:0;
  right: 0;
  background-color: #fff;
  border-top: 1px solid #ddd;
  z-index: 9999;
  align-items: center;
  color: #222;
}
#mobile-menu a {
  color: #aaa;
  height: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 15px;
  cursor: pointer;
}
#footer #mobile-menu,
#footer #mobile-menu a {
  color: #222;
}
#footer #mobile-menu a.active,
#footer #mobile-menu a:hover {
  color: #031586;
}
#mobile-menu i {
  font-size: 18px;
}
#mobile-menu p {
  font-size: 12px;
  margin: 0;
}
#mobile-menu .roundpoint {
  position: absolute;
  top: -6px;
  left: 15px;
  width: 20px;
  height: 20px;
  background-color: #DA4B38;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  line-height: 18px;
  color: #fff;
}
#mobile-menu .roundpoint.items-0 {
  display: none;
}


#mobile-menu-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
}

.body-dropdown-visible #mobile-menu-overlay {
  display: block;
  background: rgba(0,0,0,0.5);
  z-index: 10;
}

.module-support-info {
  padding: 50px 0 40px;
  border: 1px solid #ddd;
  /* margin-top: 80px; */
}
.module-categories .banner-item,
.module-support-info .banner-item {
  display: flex;
  text-align: right;
  gap: 5px;
  align-items: center;
  font-size: 1.05em;
  color: var(--theme-text-primary);
}
.module-support-info.center-content .banner-item {
  justify-content: center;
}
.module-support-info .banner-title {
  font-weight: bold;
}

.module-support-info.type-2 {
  padding: 0;
  border: none;
}
.module-support-info.type-2 .banners-wrapper {
	background: #1f2732;
	z-index: 2;
	position: relative;
	padding: 1.5rem 1.5rem 0.75rem;
	border-radius: 15px;
}
.module-support-info.type-2 .banner-item {
	color: #fff;
}
.module-support-info.type-2 .banner-item .banner-description {
  color: #bbb;
  font-size: .95em;
}

.module-categories .row > div {
  display: flex;
  align-items: center;
  min-height: 90px;
}
.module-categories .banner-item {
  flex-direction: row-reverse;
  height: 70px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background: var(--theme-light-bg);
  background: linear-gradient(20deg,#fff 0%, #f8fbff 50%, #abd4ff 100%);
  font-weight: bold;
}
.module-categories .banner-item a {
	display: block;
	flex: 80px 0 0;
}

.module-categories .banner-item .banner-image {
  /* background: #7bb9ff; */
  background: var(--theme-color-primary);
  background: var(--theme-gradient-primary);
  border-radius: 10px 10px;
  width: 90px;
  border: 3px solid #fff;
}

.module-brands a {
  height: 100%;
  max-width: 200px;
}
.module-brands .banner-item {
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.module-brands .banner-item .banner-image {
  /* background: #7bb9ff; */
  background: none;
  border-radius: 10px 10px;
  width: auto;
  border: none
}

.module-banner2x .banner-item {
	display: block;
	position: relative;
}
.module-banner2x .banner-title {
	position: absolute;
  background-color: #000;
  color: #fff;
  padding: 5px 15px;
  bottom: 10%;
  right: 0px;
  width: 200px;
  display: none;
}
.module-banner2x .row > div:first-child .banner-title {
  right: auto;
  left: 0;
}

.banner-item-title {
  font-size: 1.1rem;
  position: relative;
  background-image: radial-gradient(circle, #888 0 30%, transparent 30% 100%);
  background-size: 3px 1px;
  background-position: left center;
  background-repeat: repeat no-repeat;
}
.banner-item-title span {
  background-color: var(--theme-bg-color);
  padding: 15px;
}
.with-bg-1 {
  padding-top: 30px;
}
.module-latest,
.with-bg-1 {
  position: relative;
}

.with-bg-1 .title span {
	padding: 5px 30px;
	background: #fff;
	border-radius: 25px;
	box-shadow: 10px 10px 0px rgba(0,0,0,0.1);
  z-index: 2;
  position: relative;
  border: 1px solid #ddd;
}
.module-latest:before,
.with-bg-1:before {
  content: '';
  /* background-color: #7bb9ff; */
  background: var(--theme-color-primary);
  background: var(--theme-gradient-primary);
  position: absolute;
  left: 0;
  right: 0;
  height: 400px;
  top: 0;
} 
.product-thumb-outer {
  height: 100%;
  padding: 5px;
}
.style-1 .product-thumb-outer {
  padding: 0 15px 15px 0;
}
.style-1 .product-thumb {
  box-shadow: 10px 10px 0px rgba(0,0,0,0.1);
}

.section-title.type-2 .title span {
  padding: 0px 30px 5px;
	border-radius: 25px;
  z-index: 2;
  position: relative;
  box-shadow: -5px 7px 0px rgba(0,0,0,0.1);
  margin-left: 5px;
  border: none;
  background: var(--theme-color-primary);
  background: var(--theme-gradient-primary);
  color: #fff;
}

.section-title.type-2.position-relative .title span { 
  padding: 0px 25px 5px 20px;
}

.section-title.type-3 {
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}
.section-title.type-3:before {
  content: '';
  position: absolute;
  width: 270px;
  height: 210px;
  right: -70px;
  top: -70px;
  background-color: var(--theme-color-primary);
  border-radius: 50%;
  display: block;
}
.section-title.type-3 .title span {
  position: relative;
  color: #fff;
  z-index: 2;
}


.module-latest .title {
  text-align: right;
}
.module-latest:before {
  top: auto;
  bottom: 125px;
  height: 200px;
  left: 50px;
  right: 50px;
  border-radius: 10px;
}

.topic-list-item a > span {
  display: block;
  padding: 10px 10px;
  background-color: #f5f5f5;
  color: #222;
  border: 1px solid #eee;
  position: relative;
  border-radius: var(--theme-border-radius);
}
.topic-list-item.active {
  position: relative;
}
.topic-list-item.active > a:before {
  content: "";
  width: 8px;
  height: 20px;
  border-radius: 3px;
  background-color: var(--theme-color-primary);
  position: absolute;
  right: -4px;
  top: 50%;
  margin-top: -10px;
}

.topic-list-item.active a {
  position: relative;
  z-index: 2;
  display: block;
}
.topic-list-item a:hover > span {
  background-color: var(--theme-color-primary-hover);
  color: var(--theme-text-primary-hover);
  border: 1px solid var(--theme-color-primary-hover);
}
.topic-list-children {
  padding-right: 10px;
}
.topic-list-children .fa {
  font-size: 5px;
  position: relative;
  top: -1px;
}

.card,
.card > div {
  border-color: #eee;
}

.card-header {
  background: var(--theme-color-primary);
  background: var(--theme-gradient-primary);
  color: #fff;
}

.footer-top .container,
.social-follow {
	background: #1f2732;
	padding: 40px 25px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	font-size: 1.3em;
	font-weight: bold;
  position: relative;
  overflow: hidden;
  align-items: center;
}
.social-follow--text span {
  color: var(--theme-color-primary);
  padding: 0 5px;
  font-size: 1.5em;
}
.social-follow--link span {
	padding: 5px 15px;
	background: #fff;
	color: #1f2732;
  z-index: 2;
  position: relative;
}
.social-follow:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 380px;
  left: -50px;
  top: -70px;
  background-color: var(--theme-color-primary);
  border-radius: 50%;
  display: block;
}

@media (max-width: 991px) {
  .social-follow {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .social-follow--text {
    background: #1f2732;
    z-index: 2;
    padding: 20px 10px;
    border-radius: var(--theme-border-radius);
    line-height: 34px;
  }
}
.footer-top {
  background: #1f2732;
}

.footer-top img {
  background-color: #fff;
  padding: 5px;
}

.checkout-box {
  background-color: #f5f5f5;
  margin-bottom: 40px !important;
}
.checkout-box legend {
  padding: 5px 10px;
  border-radius: 10px;
  /* background-color: var(--theme-color-primary); */
  background: var(--theme-color-primary);
  background: var(--theme-gradient-primary);
  color: #fff;
  width: 170px;
  text-align: center;
  margin-top: -20px;
}
.fieldset-wrapper {
  padding: 0 15px 15px;
}

#checkout-confirm {
  padding: 15px;
  border-radius: 10px;
  background-color: #f5f5f5;
}
.products-table tbody tr {
  border-bottom: 1px solid #ddd;

}
.products-table {
  margin-top: -34px;
}
.products-table thead {
  background-color: transparent;
}
.products-table thead th {
  padding: 0;
}
.products-table thead th div {
  /* background-color: var(--theme-color-primary); */
  background: var(--theme-color-primary);
  background: var(--theme-gradient-primary);
  padding: 5px 10px;
  color: #fff;
}
.products-table.light-bg thead th div {
  background-color: var(--theme-light-bg);
  padding: 5px 10px;
  color: #222;
}
.products-table thead th:first-child div {
  border-radius: 0 10px 10px 0;
}
.products-table thead th:last-child div {
  border-radius: 10px 0 0 10px;
}
.products-table tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.products-table a {
  color: #222;
}
.products-table a:hover {
  color: var(--theme-color-primary-hover);
}

#output-cart {
  background-color: #f9f9f9;
}
#output-cart thead th div {
  background: none;
  color: #222;
  border-bottom: 1px solid #ddd;
}

.fieldset-title {
  font-weight: bold;
  color: #222;
  font-size: .9em;
}

.custom-checkmark {
  display: flex;
  gap: 20px;
}
.custom-checkmark .form-check {
  padding-right: 0;
}
 /* Customize the label (the container) */
 .checkcontainer {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkcontainer .checkmark {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 5px 10px;
  border-radius: 10px;
  color: #222;
  border: 1px solid #222;
}

.checkcontainer .checkmark span:first-child {
  padding-left: 15px;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
  color: #222
}

/* When the radio button is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #c5eaa0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkcontainer .checkmark:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #222;
}

/* Show the indicator (dot/circle) when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
  background: var(--theme-color-primary);
  border: none;
}

.with-nav .owl-carousel .owl-nav {
	position: absolute;
	top: -76px;
	left: 0;
	margin: 0;
}
.module-special.with-nav .owl-carousel .owl-nav,
.module-latest.with-nav .owl-carousel .owl-nav {
  left: 130px;
}
.with-nav .owl-carousel .owl-nav button {
  font-size: 40px !important;
  width: 40px;
  background: #eee;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .with-nav .section-title {
    text-align: center;
    justify-content: center;
    /* padding-bottom: 50px; */
  }
  .section-title .title,
  .module-latest .title {
    text-align: center;
    justify-content: center;
  }
  .section-title.type-2.position-relative .title span {
    padding: 0;
    background: transparent;
    color: #222;
    box-shadow: none;
  }
  .section-title.type-2.position-relative .shape {
    display: none;
  }
  .with-nav .owl-carousel .owl-nav {
    top: -70px;
    right: 0;
  }
  .module-special.with-nav .owl-carousel .owl-nav,
  .module-latest.with-nav .owl-carousel .owl-nav {
    top: -80px;
    left: 0;
  }
}


.with-bg-1 .owl-carousel .owl-nav button {
  background: var(--theme-color-primary);
  color: #fff;
}

#information-contact #content {
  min-height: 0;
}

#account-account > row {

}
#information-contact #contact-right-panel,
div[id^="account-"] #column-left {
  background: var(--theme-color-primary);
  border-radius: 0 10px 10px 0;
}
#information-contact #content,
div[id^="account-"]:not(#account-login) #content {
  padding: 20px 20px;
  background: #f5f5f5;
  border-radius: 10px 0 0 10px;
}
#account-forgotten #content,
#account-login #content,
#account-start #content,
#account-register #content {
  /* padding: 0!important; */
  background: transparent!important;
  border-radius: 0!important;
}
/* #account-start #content {
  padding: 20px 20px!important;
} */
div[id^="account-"] .profile-info {
  background: #fff;
}
div[id^="account-"] .list-blocks a {
  background: #fff;
}
#code-timer {
  min-width: 80px;
}

#information-contact #contact-right-panel {
  padding: 15px;
}

.loading {
  display: none;
	position: absolute;
	left: -10px;
	top: -30px;
	right: -10px;
	bottom: 0;
	background: #f5f5f5;
	z-index: 4;
	border-radius: 10px;
	opacity: .7;
  background-color: #f5f5f5;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  -webkit-animation: shine 1s ease infinite;
  animation: shine 1s ease infinite;
}

.cart-extras {
  font-size: 1rem
}
.cart-extras-title {
  font-size: 1rem;
  font-weight: bold;
}

.cart-extras .accordion-item {
  background: #f9f9f9;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: var(--theme-border-radius);
}
.cart-extras .accordion-item .accordion-button {
  background: var(--theme-light-bg);
}

#checkout-checkout .cart-extras .accordion-item .accordion-button {
  background: #f9f9f9;
}
#checkout-checkout .cart-extras .accordion-item .accordion-button:focus {
  box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}

.cart-product-top {
  display: flex;
  gap: 15px;
  font-size: .9rem;
}
.cart-product-top .cart-product-info ul {
  font-size: .85rem;
  padding: 5px 0px;
}
.cart-product-top img {
  width: 80px;
}
.cart-product-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 5px 0;
	margin-top: 2px;
	border-top: 1px solid #d9ecff;
}
.top-cart .cart-buttons .btn {
  font-size: .85rem;
}
.top-cart .cart-table-total .table-striped > tbody > tr td {
  background: none;
  padding: 0 10px;
}

@media (max-width: 991px) {
  #mobile-menu{
    display: block;
  }
  #footer {
    padding-bottom: 60px;
  }
  .powered {
    padding-bottom: 20px;
  }
  #fixed-whatsapp-icon {
    bottom: 70px;
  }
  .headerfull {
    height: auto;
  }

  #product-block .image > .row {
    flex-flow: column-reverse;
  }
  #product-block .image > .row + .row {
    flex-flow: row;
  }
}

@media (max-width: 768px) {
  .contact-center-box {
    margin-top: 0px;
  }
  .contact-center-box-r {
    padding-left: 20px;
  }
}

@media (max-width: 575px) {
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-slide > div {
    justify-content: center;
    gap: 10px;
  }
  .powered {
    text-align: center;
  }
  /* .style-2 .product-thumb {
    flex-direction: row;
    gap: 10px;
    background: #f5f5f5;
    border-radius: 10px;
    justify-content: space-between;
  }
  .style-2 .product-thumb .content {
    height: auto;
  }
  .style-2 .product-thumb .image {
    width: 40%;
    margin: 0;
    flex: 0 0 40%;
    border: none;
  }
  .style-2 .product-thumb .image {
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
  }
  */
  .style-2 .product-thumb-outer {
    height: auto;
    margin-bottom: 20px;
    padding: 0;
  }
  .product-thumb .description h4 {
    font-size: .8rem;
  }
  .style-2 .product-thumb .price,
  .style-2 .product-thumb .description-block {
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    text-align: center;
    min-height: auto;
  }
  .style-2 .product-thumb .price {
    border-radius: 0 0 10px 10px;
    min-height: 70px;
  }

  .style-2 .product-thumb .price > span {
    width: 100%;
    z-index: 2;
    text-align: center;
  }
  
  .style-2 .product-thumb .prices-wrapper .link-wrapper {
    display: none;
  } 
  .section-title .title,
  .section-title h2 {
    position: relative;
    text-wrap: nowrap;
  }
  .with-bg-1:before {
    height: 180px;
  }
  .module-latest:before {
    bottom: 95px;
    height: 120px;
    display: none;
  }

  .with-bg-1 .title span {
    border: none;
    color: #fff;
    background: none;
    padding: 0;
  }

  #product-list {
    --bs-gutter-x : 10px;
  }
  #product-list > div {
    margin-bottom: 20px!important;
  }

  .banner-item-title span {
    font-size: 1rem;
    text-wrap: nowrap;
  }
  /* .style-2 .product-thumb .price::after, .style-2 .product-thumb .price::before {
    display: none;
  } */
  /* #carousel-banner-0 {
    --bs-gutter-x: 1.5rem;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
  #carousel-banner-0 .carousel-inner {
    --bs-gutter-x: 1.5rem;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
  } */
  .module {
    margin-bottom: 30px;
  }
}