@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: bold;
  src: url('fonts/morabba/Morabba-Black-1.eot');
  src: url('fonts/morabba/Morabba-Black-1.eot?#iefix') format('embedded-opentype') /* IE6-8 */,
    url('fonts/morabba/Morabba-Black-1.woff2') format('woff2') /* FF39+,Chrome36+, Opera24+*/,
    url('fonts/morabba/Morabba-Black-1.woff') format('woff') /* FF3.6+, IE9, Chrome6+, Saf5.1+*/,
    url('fonts/morabba/Morabba-Black-1.ttf') format('truetype');
}


body {
font-family: "IRANSans", Tahoma;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  top: 0!important;
}
body > .skiptranslate {
  display: none !important;
}
#google_translate_element {
  display: none !important;
}
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;
}

.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;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
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;
}

.headerfull {
  /* margin-top: 10px; */
}

.header-cart-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #f6f9fc;
  margin-bottom: 10px;
  border-radius: 10px;
}
.header-support-block,
.header-cart-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.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-links-toggle {
  border: 1px solid #f6f9fc;
  background-color: #f6f9fc;
  border-radius: 10px;
  padding: 10px 15px;
  color: #222;
  font-size: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.top-support i {
	font-size: 36px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #25d366;
	padding: 5px;
	border-radius: 8px;
}
.top-support--content {
  text-align: left;
  font-size: 16px;
  letter-spacing: 1px;
}
.top-support--number {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 2px;
}

@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;
  }
}
/* top */
#top {
  background: #031586;
  padding: 0;
  margin: 0 0 20px 0;
  min-height: 6px;
  position: relative;
}
#header-logo {
  gap: 20px;
}
#top-menu a {
  color: #555;
  font-size: 13px;
  font-weight: bold;
}
#top-menu a.active {
  color: #222;
  font-size: 14px;
}
#top-menu a:hover {
  color: #222;
}
.top-categories-hint {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fd8b02;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  white-space: nowrap;
}
.wsmenu-list > li:first-child{
  margin-right: 125px;
}
.wsmenu > .wsmenu-list > li > a {
  color: #444;
  font-weight: bold;
}
@media (max-width: 991px) {
  .top-categories-hint {
    display: none;
  }
  .wsmenu-list > li:first-child{
    margin-right: 0;
  }
  /* #top {
    height: 65px;
    background-color: #eee;
  } */
  #top-menu ul {
    justify-content: center;
  }
  #top-menu ul li {
    margin: 0;
  }
  #search {
    max-width: 100%;
  }
  #header-logo {
    flex-direction: column;
    gap: 0;
  }
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #222;
  text-shadow: 0 1px 0 #FFF;
}
#top .btn-link {
  color: #222;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}
#top .list-inline-item:not(:last-child) {
	margin-left: 1rem;
}
#top a {
  font-size: 1.1em;
  text-decoration: none;
}
#top i {
  color: #bbb
}
@media (max-width: 768px) {
  #top ul.list-inline {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  #top .nav {
    float: none!important;
  }
}
footer a {
  font-size: 1.1em;
  text-decoration: none;
}
/* logo */
#logo {
  display: flex;
  align-items: center;
  max-width: 260px;
}
@media (max-width: 768px) {
  #logo {
    text-align: center;
    justify-content: center;
  }
}
/* search */
#search {
  max-width: 500px;
}
@media (max-width: 992px) {
  #search {
    max-width: 100%;
  }
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
  border: none;
  background-color: #f5f5f5;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
.header-support-block,
.header-cart-block {
  margin-bottom: 10px;
}
.header-cart-block .btn-lg {
  color: #FFF;
  height: 40px;
  padding: 0 1rem;
}
.header-cart-block .btn:hover {
  color: #FFF;
}
.header-cart-block .dropdown-menu {
  display: block;
  background: #fff;
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  border-radius: 0;
  border: none;
  border-right: 1px solid #ddd;
  left: 0 !important;
  inset: 0 auto 0 -500px !important;
  transform: none !important;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  transition: all .3s;
  padding: 10px;
}
.header-cart-block .dropdown-menu.show {
  left: 0 !important;
}

.header-cart-block .list-group-theme-2 .list-group-item {
  padding: 15px;
}
.header-cart-block .list-group-theme-2 .list-group-item:hover {
  background-color: #c7daee;
}
.header-cart-block .dropdown-menu li {
  width: 430px;
}
@media (max-width: 768px) {
  .header-cart-block .dropdown-menu li {
    width: 100%;
    max-width: 430px;
  }
}
/* menu */
#menu {
  background-color: transparent;
  min-height: 40px;
}
#menu.navbar {
  padding: 0 0;
  margin-bottom: 10px;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul.list-unstyled {
  display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
  color: #ffffff;
  background-color: #222;
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #222;
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #222;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
#menu .navbar-nav > li > a {
  color: #000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
  font-size: 15px;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-menu li {
  position: relative;
}
.dropdown-submenu {
  display: none;
  position: absolute;
  right: 100%;
  top: 0px;
  background: #fff;
  list-style: none;
  border: 1px solid #ddd;
  padding: 0;
}
.dropdown-menu .dropdown-submenu-left {
  left: 100%;
  right: auto;
}
.navbar-nav li.level-3-parent:hover > .dropdown-submenu {
  display: block;
}

#menu .level-3-parent > a {
  display: flex;
  justify-content: space-between;
}


#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;
}
#mobile-menu a.active,
#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: 14px;
  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;
}
@media (max-width: 1200px) {
  #logo img {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  #mobile-menu{
    display: block;
  }
  .header-cart-block .dropdown-menu {
    bottom: 60px !important;
  }
  .header-cart-block .dropdown-toggle {
    display: none;
  }
  .header-support-block,
  .header-cart-block {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}

/* content */
#content {
  font-size: 16px;
  line-height: 30px;
  min-height: 600px;
}
/* footer */
footer {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #031586;
  border-top: 20px solid #031586;
  border-bottom: 10px solid #031586;
  color: #031586;
}
footer li {
  margin-bottom: 5px;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #eee;
}
footer h5 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
}
/* breadcrumb */
.breadcrumb-block {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	background-color: #fff;
	font-size: 14px;
	line-height: 20px;
}
@media (max-width: 991px) {
  .breadcrumb-block {
    margin-top: 0px;
  }
}
.breadcrumb {
  margin: 0;
  flex-wrap: nowrap;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  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;
  background: #f6f9fc;
  padding: 2px 10px;
  border-radius: 5px;
}
.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;
}
/* 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-image: linear-gradient(to bottom, #031586, #031586);
  background-repeat: repeat-x;
  border-color: #031586 #031586 #031586;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-image: linear-gradient(to bottom, #05136c, #05136c);
  background-position: 0;
}
.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);
}
.product-thumb {
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 15px 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 0 5px #a0a7d133;
  background: #fff;
}
.product-thumb .content {
  height: 100%;
}
.product-thumb .description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.product-thumb .price {
  flex-flow: row-reverse;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.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.8rem;
}
.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 .price {
  display: flex;
  gap: 5px;
  font-size: 16px;
}
.product-thumb .prices {
	font-size: 16px;
}
.product-thumb .price-percent {
	background: #ff0000;
	padding: 5px;
	font-size: 14px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}
@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: 20px;
}
.rating.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.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;
}
.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;
}

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

.module img {
  border-radius: 15px;
  padding: 10px;
  background-color: #f6f9fc;
}

.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: Morabba;
	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: 14px;
  color: #444;
  margin: 0;
}

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

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

#product-info .image > div .img-thumbnail {
  border-radius: 10px;
  border: none;
  padding: 0;
} 

.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: 14px;
  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 14px 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: 14px;
}
#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-theme-2 .list-group-item {
  border-radius: 10px !important;
  border: none;
  font-weight: bold;
  background: #f6f9fc;
  margin-bottom: 8px;
  padding: 0;
}

.list-group-theme-2 .list-group-item-child {
  padding: 5px 0;
}

.list-group-theme-2 i {
  display: inline-flex;
  margin-left: 8px;
  background: #c7daee;
  padding: 15px;
  border-radius: 0 10px 10px 0;
  color: #222;
}

.list-group-theme-2 .list-group-item.active {
  background-color: #031586;
}

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

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

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

.font-table {
  font-size: 14px;
  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: 14px;
  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: 14px;
}
@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 {
	max-width: 1200px;
	margin: -150px auto 0;
	position: relative;
	z-index: 2;
  background-color: orange;
	border-radius: 15px;
  -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,
.contact-center-box-l {
  padding: 20px;
}
.contact-center-box-r {
  font-size: 16px;
	line-height: 30px;
	color: #222;
  padding-left: 0px;
}
.contact-center-box-l {
  background-color: #fff;
}
.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: #222;
	margin-bottom: 25px;
}

#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%);
}

.accordion .accordion-button {
  background: none;
  box-shadow: none;
  font-weight: bold;
}
.module-faq,
.accordion .accordion-body {
	font-size: 14px;
	line-height: 24px;
  color: #222;
}

.module-faq .faq-title {
  font-weight: bold;
  font-size: 18px;;
}

.footer-about {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.toastify {
  font-size: 14px;
  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: 14px;
  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: 14px;
  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: #25d366;
	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: #ddb77b;
  font-weight: bold;
}
.powered {
  text-align: left;
  margin: 40px 0 0 !important;
  color: #fff;
}

.footer-logo {
    width: 75px;
    margin-top: -110px;
    padding: 8px 8px;
    background: #031586;
    border-radius: 10px;
}

.search-row .h1 {
  font-size: 14px;
  margin: 0 0 10px;
  font-family: Morabba;
}

@media (max-width: 991px) {
  #footer {
    padding-bottom: 55px;
  }
  #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) {
  #footer {
    padding-bottom: 115px;
  }
  .powered {
    text-align: center;
  }
  .contact-center-box {
    margin-top: 0px;
  }
  .contact-center-box-r {
    padding-left: 20px;
  }
}

@media (max-width: 575px) {
  .product-thumb {
    flex-direction: row;
    gap: 20px;
    background: #fff;
  }
  .product-thumb .image {
    width: 40%;
    margin: 0;
    flex: 0 0 40%;
  }

  #top-menu {
    position: absolute;
    top: 0;
    background: #031586;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #fff;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
  #top-menu a {
    color: #fff;
  }
  #top-menu a.active,
  #top-menu a:hover {
    color: #eee;
  }
  #top-menu ul {
    margin: 0;
    justify-content: space-between;
    width: 100%;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
  }
  #header {
    margin-top: 65px;
  }
  .header-logo-col {
    display: flex;
  }
  .header-support-block {
    display: flex;
    justify-content: left;
  }
  .search-row {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  #search {
    margin: 0!important;
  }
  #search .form-control-lg {
    height: 50px;
  }
  #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;
  }

  @media (max-width: 435px) {
    .header-logo-col,
    .header-support-block  {
      display: flex;
      justify-content: center;
      width: 100%;
    }
  }
}