* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none !important;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 14px;
}
p {
  margin: 0px !important;
  padding: 0px !important;
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
}
ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.slidercontent {
  display: none;
}
header {
  width: 96%;
  margin: 0 auto;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
header .top {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #f7f8fa;
}
header .top-left {
  display: flex;
}
header .phone {
  display: flex;
  align-items: center;
  gap: 8px;
}
header .phone a {
  width: auto;
  font-weight: 500;
  font-size: 13px;
  color: #363e45;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .panel-section {
  width: 100%;
  height: 41px;
  border-bottom: 1px solid #f3f4f7;
}

.user-btn a {
  width: 82px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  background: #000;
  transition: 0.5s;
  font-weight: 500;
  border: 1px solid #000;
}
.user-btn a:hover {
  background: #fff;
  transition: 0.5s;
  color: #000;
}

header .logo {
  width: auto;
  display: inline-block;
}
.search-wp {
  display: inline-block;
}
header .category-btn {
  width: 180px;
  height: 50px;
  border-radius: 5px;
  float: left;
}
header .category-btn a {
  width: 180px;
  height: 50px;
  display: block;
  padding: 6px;
  transition: 0.5s;
  border: 2px solid #f0f0f0;
}
header .category-btn a:hover {
  text-decoration: none;
  border: 2px solid #3273bb;
}
header .category-btn a small {
  color: #d8d8d8;
  padding-left: 5px;
}
header .category-btn a small i {
  margin-top: 3px;
  margin-right: 7px;
}
header .category-btn a span {
  color: #3273bb;
  font-weight: 600;
  padding-left: 5px;
}
.search {
  width: 404px;
  height: 36px;
  display: inline-block;
  position: relative;
  border-right: 5px;
  background: #ededed;
  border-radius: 50px;
}
.number input[type="text"] {
  text-align: center;
}
.search input[type="text"] {
  display: inline-block;
  width: 80%;
  height: 37px;
  border: 0px;
  font-size: 12px;
  color: #000;
  overflow: auto;
  background: transparent;
  text-align: left;
  font-weight: 500;
}
.search input[type="submit"] {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 0px;
  background-color: black;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center center;
  float: right;
  border-radius: 100%;
}
.items {
  display: inline-block;
}
.dealer-add {
  height: 44px;
  display: inline-block;
  border-right: 5px;
  border: 2px solid #f5f6f8;
}
.dealer-add ul li {
  display: inline-block;
  border-right: 1px solid #f5f6f8;
}
.dealer-add ul li:last-child {
  border-right: 0px;
}
.dealer-add ul li a {
  height: 44px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #363e45;
}
.dealer-add ul li a:hover {
  text-decoration: underline;
}
header .buttons {
  display: inline-block;
  border-radius: 100%;
  margin-top: 10px !important;
}
header .buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  border-radius: 100%;
}
header .basket {
  display: inline-block;
  border-radius: 100%;
  position: relative;
}
header .basket-number {
  position: absolute;
  right: -11px;
  top: -8px;
  width: 20px;
  height: 20px;
  background: #000;
  color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
}
header .basket a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  border-radius: 100%;
}

header .social-media {
  width: auto;
  display: flex;
  align-items: center;
}
header .social-media span {
  float: left;
  margin-right: 5px;
}
header .social-media ul {
  float: left;
}
header .social-media ul li {
  display: inline-block;
  float: left;
  text-align: left;
  margin-right: 10px;
  border-right: 1px solid #000;
}
header .social-media ul li:last-child {
  border-right: 0px;
}
header .social-media ul li a {
  color: #000;
  font-weight: 500;
  font-size: 13px;
  padding-left: 8px;
  padding-right: 8px;
}
header .social-media ul li a:hover {
  text-decoration: underline;
}

.line {
  width: 100%;
  border-bottom: 1px solid var(--border-gray);
}
.menu-full {
  height: 50px;
  display: flex;
  align-items: center;
}
.bg-gray {
  background: #f8f8f8;
}
.banner-slider {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.banner-slider img {
  width: 100%;
}

.wrapper {
  width: 100%;
  display: inline-block;
}
.title {
  width: 100%;
  display: inline-block;
}
.title span {
  width: 100%;
  display: block;
  font-size: 30px;
  font-weight: 600;
}
.title small {
  width: 100%;
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #9b9bb4;
}
.title small a {
  margin-right: 10px;
}
.title small a:hover {
  color: #000;
}
.Products-Slider {
  width: 100%;
  height: auto;
  border: 2px solid #e23837;
  border-radius: 10px;
}
.Products-Slider .slick-dots {
  display: none !important;
}
.New-Product .slick-prev,
.New-Product .slick-next,
.brand-slider .slick-next,
.brand-slider .slick-prev {
  display: none !important;
}

.New-Product li.slick-active,
.Color-Slider li.slick-active,
.brand-slider li.slick-active {
  background: #000;
}
.Color-Slider .slick-prev,
.Color-Slider .slick-next {
  display: none !important;
}
.product {
  position: relative;
  display: flex;
}
.product .discount {
  width: 42px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  border-radius: 0px;
  font-weight: 600;
}
.product .product-like a {
  position: absolute;
  right: 11px;
  top: 11px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 100%;
  color: #cacaca;
  border: 1px solid #e8e5e5;
}
.product .product-like {
  /*position: absolute;
	right: 10px;
	top: 10px;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 100%;
	border: 1px solid #DCDCDC;*/
}
.product a {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  background: #f8f8f8;
}

.product a .product-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product a .product-img img {
  width: 100%;
}
.product a .title {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 17px;
  overflow: hidden;
  text-align: center;
  padding: 5px 3px;
}
.product a .product-category {
  width: 100%;
  font-size: 13px;
  color: #a2a2a2;
  font-weight: 300;
  text-align: center;
}
.product a small {
  font-size: 15px;
  color: #a2a2a2;
  text-decoration: line-through;
  margin-right: 6px;
}
.product a span {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.main-img a img {
  width: 100%;
}
.brand a {
  width: 100%;
  height: 116px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f0f2f5;
  border-radius: 5px;
}
.brand a img {
  width: auto;
  height: 40px;
}
.cargo-banner {
  width: 80%;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff1ee;
  color: #e23837;
  font-size: 26px;
  border-radius: 5px;
  margin: 0 auto;
  font-weight: 600;
}
.main-content {
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
}
footer {
  width: 100%;
  display: inline-block;
  background: #000;
}
footer .items {
  width: 100%;
  display: inline-block;
}
footer .items span {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 33px;
  color: #fff;
}
footer .items ul li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #18191c;
  margin-top: 8px;
  margin-bottom: 8px;
}
footer .items ul li:last-child {
  border-bottom: none;
}
footer .items ul li a {
  color: #ffffff;
  font-size: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  font-weight: 500;
  transition: 0.5s;
}
footer .items ul li a:hover {
  padding-left: 20px;
  transition: 0.5s;
  text-decoration: none;
}
footer .adress {
  width: 100%;
  display: block;
}
footer .f_phone {
  width: 100%;
  display: block;
  color: #fff;
}
footer .cards {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 350px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  background: #000;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
  left: 0;
}

.modal.right.fade .modal-dialog {
  right: 0px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom: 1px solid #292929 !important;
  color: #fff;
  padding-top: 21px;
}
.gird-box {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #292929 !important;
}

.gird-box .image {
  grid-column: 1 / span 1;
  position: relative;
  width: 100px !important;
  height: 100%;
}
.gird-box .image img {
  width: 100%;
}
.gird-box .image span {
  position: absolute;
  top: -5px;
  right: -10px;
  background: #fffbfb;
  border-radius: 50%;
  color: #060606;
  width: 21px;
  font-size: 17px;
  height: 21px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gird-box .text {
  font-weight: 600;
  padding: 0 10px;
  font-size: 14px;
  color: #ffffff;
}
.cart-total {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 10px;
  padding: 5px 0;
  border-bottom: 1px solid #292929 !important;
  margin-bottom: 10px;
  font-weight: 600;
}
.cart-total .title {
  grid-column: 1 / span 1;
  font-size: 16px;
  color: #fff;
}
.cart-total .count {
  text-align: right;
  padding-right: 10%;
  color: #fff;
  font-size: 14px;
}
h4#myModalLabel2 {
  font-size: 16px;
  margin-top: 4px;
}
.gird-box .text h6 {
  font-size: 13px;
  color: #fffefe !important;
}
.btn-custom {
  border-radius: 0px !important;
  font-size: 16px;
  border: 0px;
}
i.fas.fa-times {
  font-size: 16px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  line-height: 28px;
  color: #ffffff !important;
  opacity: 0.9;
}
.btn-buy {
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  background: #6b6b6b;
  color: #fff;
  transition: 0.5s;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-buy:hover {
  transition: 0.5s;
  background: #fff;
  color: #6b6b6b;
}
.btn-cart {
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  color: #000;
  transition: 0.5s;
  border: 1px solid #fff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-cart:hover {
  transition: 0.5s;
  background: #000;
  color: #fff;
}
.mblock {
  display: none !important;
}
.m-login {
  display: inline-block;
  float: left;
  margin-left: 16px;
}
.m-login a {
  display: block;
  font-weight: 500;
  background: var(--color-red);
  color: #fff;
  padding: 6px 12px;
  margin-top: 10px;
}
.m-add {
  display: inline-block;
  float: left;
  margin-left: 16px;
}
.m-add a {
  display: block;
  font-weight: 500;
  border: 1px solid var(--color-red);
  color: var(--color-red);
  padding: 6px 20px;
  margin-top: 10px;
}
li.border.pt-1.hvr {
  margin-top: -6px !important;
}
.img-banner img {
  width: 100%;
}
.breadcrumb-wp {
  width: 100%;
  display: inline-block;
  background: #f8f8f8;
}
.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.breadcrumb-item a {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #000;
}
.breadcrumb-item.active {
  color: #000;
  font-size: 14px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.category span {
  width: 100%;
  display: block;
  font-size: 21px;
  font-weight: 500;
  padding-bottom: 10px;
}
.category ul li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #f7f8fa;
}
.category ul li:last-child {
  border-bottom: 0px;
}
.category ul li a {
  width: 100%;
  display: block;
  font-size: 13px;
  color: #3e445a;
  font-weight: 400;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: 0.5s;
}
.category ul li a:hover {
  padding-left: 25px;
  transition: 0.5s;
}
.filters {
  width: 100%;
  display: inline-block;
  /*background: #F7F8FD;*/
  border-radius: 3px;
}
.filters .top {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #3e445a;
}
.filters .title {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  border-bottom: 1px solid var(--border-gray);
  font-weight: 500;
}
.filters .filters-item {
  width: 100%;
  display: inline-block;
}
.filters .filters-item span {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
.filters .filters-item input[type="text"] {
  border: 1px solid var(--border-gray);
  display: inline-block;
  color: #ababab;
  font-size: 13px;
  height: 34px;
  padding-left: 10px;
  width: 100%;
}
.filters input[type="submit"] {
  border: 0px;
  background: #000;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
.filters .form-control {
  display: block;
  width: 100%;
  height: 43px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.filters .form-control:focus {
  box-shadow: none !important;
}
.filters .form-group label {
  font-weight: 500;
}
.form-check-label {
  margin-bottom: 0px;
  margin-top: 1px;
}
.form-check-label {
  margin-bottom: 5px;
  margin-top: 1px;
  font-size: 12px;
  font-weight: 500;
}

.form-check input[type="checkbox"] {
  position: absolute;
  display: none;
}
.form-check input[type="checkbox"] + label {
}
.form-check input[type="checkbox"] + label span {
  font-size: 13px;
  font-weight: 500;
  margin-left: 5px;
}
.form-check input[type="checkbox"] + label:after {
  width: 17px;
  height: 17px;
  background: #ddd;
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  border-radius: 3px;
}
.form-check input[type="checkbox"]:checked + label:after {
  background-image: url(../images/checked.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #e1e5fb;
  background-size: 59%;
}
.brand-btn a {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  text-decoration: underline;
}

.page-title {
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.page-title span {
  width: auto;
  display: inline-block;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.page-title span + span {
  font-size: 12px;
  color: var(--color-purple);
}
.paging-btn {
  font-size: 15px;
  font-weight: 600;
}
.pagination-drop .dropdown-item {
  color: #000;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  font-size: 13px !important;
  border-radius: 0px !important;
  font-weight: 500;
  padding: 10px 14px !important;
  border-bottom: 1px solid #ddd;
}
.pagination-drop .dropdown-item:hover {
  background-color: #000;
  color: #fff;
}
.dropdown-menu.pagination-drop.show {
  background: #ededf1;
  border-radius: 0;
  margin-top: 0;
  border: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.dropdown-menu {
  left: inherit !important;
}
.pagination {
  width: 100%;
  text-align: center;
  display: block;
}
.pagination ul li {
  display: inline-block;
  margin-right: 5px;
}
.pagination ul li:last-child {
  margin-right: 0px;
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 1px solid #efefef;
  color: #3e445a;
  font-weight: 600;
  transition: 0.5s;
}
.pagination ul li a:hover {
  transition: 0.5s;
  color: #fff;
  background: #233a95;
}
.gallery-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-img img {
  width: 100%;
}

button {
  border: 0px !important;
}
button:focus,
button:active,
button:hover {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.tabs-menu .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.tabs-menu .nav-tabs .nav-item.show .nav-link,
.tabs-menu .nav-tabs .nav-link.active {
  color: #000;
  border-bottom: 1px solid #000;
}
.tabs-menu .nav-tabs .nav-item.show .nav-link,
.tabs-menu .nav-tabs .nav-link:hover {
  color: #000;
  border-bottom: 1px solid #000;
}
.nav-tabs {
  border-bottom: 0px !important;
}
.tabs-menu .nav-tabs .nav-item {
  margin-bottom: 0px;
  margin-right: 20px;
}
.tabs-menu .nav {
  text-align: center;
}
.tabs-menu .nav-link {
  display: block;
  padding: 0.5rem 2rem;
}
.tabs-menu .tab-content {
  background: var(--bg-soft-gray);
}
.size {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.size ul li {
  width: auto;
  display: inline-block;
  width: 125px;
  margin-right: 30px;
}
.size ul li span {
  width: 50%;
  text-align: center;
  float: left;
  font-size: 14px;
  font-weight: 500;
}
.size ul li:last-child {
  margin-right: 0px;
}
.size-inner {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 500;
}
.size-title {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 500;
}
.size-inner i.fas.fa-long-arrow-alt-left {
  font-size: 20px;
}
.size-inner i.fas.fa-long-arrow-alt-right {
  font-size: 20px;
}
.slick-list.drag {
}
.drag {
  padding-top: 8% !important;
  height: 487px !important;
}
/* Desktop Main Menu Color */

.wsmenu > .wsmenu-list {
  background-color: #fff;
}

/* Mobile Header */

.wsmenu > .wsmenu-list > li.headerbtns a.headerbtn01 {
  background-color: #d7412e;
}

.wsmenu > .wsmenu-list > li.headerbtns a.headerbtn02 {
  border-color: #d7412e;
}

.wsmenu > .wsmenu-list > li > a:after {
  background-color: #000;
}

.wsmobileheader {
  background-color: #fff;
}

.wsmenu > .wsmenu-list > li > a {
  color: #444;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > a {
  background-color: blue;
  color: #fff;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
  background-color: #d7412e;
  color: #fff;
}

.wsmenu
  > .wsmenu-list
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li:hover
  a {
  background-color: #d7412e;
  color: #fff;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu > .wsmenu-list > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);

  -webkit-transform: rotateX(-75deg);
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu
  > .wsmenu-list
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu
  > .wsmenu-list
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li:hover
  > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu {
  opacity: 0;
  visibility: hidden;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
}

.wsmenu > .wsmenu-list > li:hover > .wsmegamenu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.basker-inner {
  width: 96%;
  height: 100px;
  border-bottom: 1px solid #000;
  align-items: center;
}
.modal.left .modal-body,
.modal.right .modal-body {
  position: relative;
}
.card-bottom {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 9;
}
header .basket img {
  float: left;
}
.border {
  border-color: #f3f3f3 !important;
}
.inner {
  text-align: center;
}
.inner img {
  width: 80%;
  text-align: center;
}
.bg-soft {
  background: #f7f8fd;
}
.radius {
  border-radius: 10px;
}
span {
  cursor: pointer;
}
.number {
  background: #f8f8f8;
  text-align: center;
  width: 120px;
  height: 58px;
  border-radius: 0;
  padding-top: 7px;
}
.minus,
.plus {
  width: 20px;
  height: 20px;
  /* background:#f2f2f2; */
  border-radius: 4px;
  /* padding:8px 5px 8px 5px; */
  /* border:1px solid #ddd; */
  display: inline-block;
  vertical-align: middle;
  font-size: 9px;
  text-align: center;
  margin-top: 18px;
  color: #000000;
  padding-left: 5px;
}
.number input {
  height: 18px;
  width: 50%;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  font-weight: 500;
  color: #000000;
  background: #f8f8f8;
}
.product-title {
  width: 100%;
  height: auto;
  color: #000;
  font-size: 13px;
}
.product-top-title {
  width: 100%;
  height: auto;
  color: #3e445a;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  line-height: 24px;
  text-align: center;
}
.stock-code {
  color: #3e445a;
  font-weight: 600;
}
.stock {
  width: 90px;
  height: 26px;
  background: #e5f8ed;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #52a438;
}
.old-price {
  display: inline-block;

  color: #9f9999;

  font-size: 16px;

  font-weight: 600;

  text-decoration: line-through;
}
.new-price {
  display: inline-block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
}
.detail-content {
  width: 70%;
  line-height: 22px;
  color: #000;
  font-size: 13px;
  margin: 0 auto;
  text-align: center;
}
.basket-add {
  width: 50%;
}
.basket-add a {
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  background: #000000;
  transition: 0.5s;
  border: 1px solid #000;
}
.basket-add a:hover {
  background: #fff;
  transition: 0.5s;
  color: #000;
}
.btn-buy {
  width: 100%;
}
.buy-btn a {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  background: #6b6b6b;
  border-radius: 50px;
  transition: 0.5s;
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid #6b6b6b;
}
.buy-btn a:hover {
  background: #fff;
  transition: 0.5s;
  color: #6b6b6b;
}
.cargo-detail {
  width: 100%;
  height: 50px;
  background: #fff1ee;
  font-size: 14px;
  color: #e23837;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-weight: 500;
}
.mobile-call a {
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  /*! background: #67C177; */
  transition: 0.5s;
  font-size: 18px;
  border: 1px solid #000;
}
.mobile-call a i {
  margin: 0 !important;
}
.mobile-call a:hover {
  transition: 0.5s;
  background: #fff;
  color: #000;
}
.add-favorite a {
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #67c177;
  /*! background: #67C177; */
  transition: 0.5s;
  font-size: 18px;
  border: 1px solid #67c177;
}
.add-favorite a i {
  margin: 0 !important;
}
.add-favorite a:hover {
  transition: 0.5s;
  background: #fff;
  color: #67c177;
}
.modal-category {
  width: 100%;
  height: 350px;
  overflow: auto;
}
.modal-category ul li {
  width: 100%;
  border-bottom: 1px solid #f0f2f5;
}
.modal-category ul li:last-child {
  border-bottom: 0px;
}
.modal-category ul li a i {
  float: right;
  margin-right: 10px;
  margin-top: 4px;
}
.modal-category ul li a {
  color: #3e445a;
  display: block;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 15px;
  transition: 0.5s;
  letter-spacing: 1px;
}
.modal-category ul li a:hover {
  padding-left: 15px;
  transition: 0.5s;
}
.fitler-element {
  display: none !important;
}
.category .fa.fa-angle-right {
  float: right;
}
.form-check {
  padding-left: 1.6rem;
}
.custom-control {
  padding-left: 0 !important;
}
.discount {
  width: 80px;
  height: 26px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
}
.liked a {
  border: 1px solid green !important;
  color: #fff !important;
  background: #67c177;
}
.product .liked a {
  color: #67c177 !important;
}

.modal {
  z-index: 9999999999;
}
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.filter select {
  font-size: 14px;
}
.filter label {
  font-size: 14px;
  font-weight: 400;
}
.gallery .slick-next,
.gallery .slick-prev {
  display: none !important;
}
.credit-card {
  width: 80%;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #f0f0f0;
}
.credit-card img {
  width: 35px;
}
.credit-card span {
  font-size: 13px;
}
.add-favorite.like {
  font-size: 12px;
}
.header-flx {
  display: flex;
}
.top-banner {
  width: 100%;
  display: block;
}
.top-banner img {
  width: 100%;
}
.top .container {
  max-width: 96% !important;
}
.new {
  width: 80px;
  height: 26px;
  position: absolute;
  top: 12px;
  left: 12px;
  background: #9b9e8a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
}
.basket-discount {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.widget-wrapper {
  width: 100%;
  display: block;
  border-top: 1px solid #f0f0f0;
}
.widget-foot {
  width: 16%;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #aeaaaa;
  font-weight: 500;
}
.border-bottom {
  border-color: #18191c !important;
}
.items p {
  color: #fff;
}
.info {
  color: #fff;
  font-weight: 500;
}
.footer-section {
  max-width: 1440px;
  display: block;
  margin: 0 auto;
}
.discount-section {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.modal-bottom {
  position: absolute;
  width: 92%;
  bottom: 20px;
}
.blog-section {
  max-width: 1100px;
  height: auto;
  /* background: #fff; */
  display: block;
  margin: 0 auto;
}
.blog-section .blog {
  width: 100%;
  height: auto;
  background: #fff;
  text-align: center;
  padding-bottom: 20px;
}
.blog-section .blog a img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.blog-section .blog a span {
  width: 100%;
  height: 64px;
  font-size: 14px;
  font-weight: 600;
  display: inline-table;
  align-items: center;
  justify-content: center;
  color: #000;
}
.blog-image {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}
.size {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.size ul li {
  width: auto;
  display: inline-block;
  width: 125px;
  margin-right: 30px;
}
.size ul li span {
  width: 50%;
  text-align: center;
  float: left;
  font-size: 14px;
  font-weight: 500;
}
.size ul li:last-child {
  margin-right: 0px;
}
.size-inner {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 500;
}
.size-title {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 500;
}
.size-inner i.fas.fa-long-arrow-alt-left {
  font-size: 20px;
}
.size-inner i.fas.fa-long-arrow-alt-right {
  font-size: 20px;
}
.product_white .product a {
  background: #fff !important;
  border: 1px solid #eee;
}
.basketsection {
  position: relative;
  height: 92%;
}
.basketsection .modal-body {
  max-height: 80%;
  overflow: auto;
}
@media (max-width: 991px) {
  .basketsection {
    position: relative;
    height: 84% !important;
  }
  .basketsection .modal-body {
    max-height: 74%;
    overflow: auto;
  }
}
.modal-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.f_phone a {
  color: #fff;
}
.mobile-fix {
  width: 100%;
}
#paytr_taksit_tablosu {
  max-width: 100% !important;
}
.slick-next,
.slick-prev {
  z-index: 1 !important;
}
div#haberdaret {
  text-align: center;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
  padding: 10px 10px 8px !important;
}
.blog-slider .slick-dots {
  bottom: 0px !important;
}
.blog-slider li.slick-active {
  background: #000 !important;
}
.blog-slider .slick-prev {
  display: none !important;
}
.blog-slider .slick-next {
  display: none !important;
}
#adres_ekle label {
  color: #fff !important;
  font-size: 12px;
}
#adres_ekle .modal-body {
  padding: 0 !important;
}
#adres_ekle .modal-title {
  color: #fff !important;
}
#adres_guncelle label {
  color: #fff !important;
  font-size: 12px;
}
#adres_guncelle .modal-body {
  padding: 0 !important;
}
#adres_guncelle .modal-title {
  color: #fff !important;
}
#adres_duzenle label {
  color: #fff !important;
  font-size: 12px;
}
#adres_duzenle .modal-body {
  padding: 0 !important;
}
#adres_duzenle .modal-title {
  color: #fff !important;
}
.address-select .custom-control {
  padding-left: 1.5rem !important;
}
#webron {
  margin-bottom: 2rem;
}
#webron .badge-danger {
  color: #fff;
  background: #000;
}
#exampleModalLongTitle {
  color: #000;
}
.bg-danger {
  color: #fff;
}
.smartbanner-show {
  margin-top: 80px;
}

.smartbanner-show .smartbanner {
  display: block;
}

/** Default **/
.smartbanner {
  position: absolute;
  left: 0;
  top: 45px;
  display: none;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-family: "Helvetica Neue", sans-serif;
  background: #f4f4f4;
  z-index: 9998;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
}

.smartbanner-container {
  margin: 0 auto;
  white-space: nowrap;
}

.smartbanner-close {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 5px;
  font-family: "ArialRoundedMTBold", Arial;
  font-size: 20px;
  text-align: center;
  color: #888;
  text-decoration: none;
  border: 0;
  border-radius: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.smartbanner-close:active,
.smartbanner-close:hover {
  color: #aaa;
}

.smartbanner-icon {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  margin-right: 12px;
  background-size: cover;
  border-radius: 10px;
}

.smartbanner-info {
  display: inline-block;
  vertical-align: middle;
  width: 44%;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
}

.smartbanner-title {
  font-size: 13px;
  line-height: 18px;
}

.smartbanner-button {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #6a6a6a;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-button:active,
.smartbanner-button:hover {
  color: #aaa;
}

.smartbanner-button-text {
}

.smartbanner-button-text:active,
.smartbanner-button-text:hover {
}

/** iOS **/
.smartbanner-ios {
  background: #f4f4f4;
  background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 80px;
}

.smartbanner-ios .smartbanner-close {
  border: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #888;
  text-shadow: 0 1px 0 white;
}

.smartbanner-ios .smartbanner-close:active,
.smartbanner-ios .smartbanner-close:hover {
  color: #aaa;
}

.smartbanner-ios .smartbanner-icon {
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.smartbanner-ios .smartbanner-info {
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-ios .smartbanner-title {
  color: #4d4d4d;
  font-weight: bold;
}

.smartbanner-ios .smartbanner-button {
  padding: 0 10px;
  min-width: 10%;
  color: #6a6a6a;
  background: #efefef;
  background: linear-gradient(to bottom, #efefef, #dcdcdc);
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6),
    0 2px 0 rgba(255, 255, 255, 0.7) inset;
}

.smartbanner-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover {
  background: #dcdcdc;
  background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.smartbanner-ios .smartbanner-button-text {
}

.smartbanner-ios .smartbanner-button-text:active,
.smartbanner-ios .smartbanner-button-text:hover {
}

/** Android **/
.smartbanner-android {
  background: #3d3d3d
    url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
  box-shadow: inset 0 4px 0 #88b131;
  line-height: 82px;
}

.smartbanner-android .smartbanner-close {
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  margin-right: 7px;
  color: #b1b1b3;
  background: #1c1e21;
  text-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset,
    0 1px 1px rgba(255, 255, 255, 0.3);
}

.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
  color: #eee;
}

.smartbanner-android .smartbanner-icon {
  background-color: transparent;
  box-shadow: none;
}

.smartbanner-android .smartbanner-info {
  color: #ccc;
  text-shadow: 0 1px 2px #000;
}

.smartbanner-android .smartbanner-title {
  color: #fff;
  font-weight: bold;
}

.smartbanner-android .smartbanner-button {
  min-width: 12%;
  color: #d1d1d1;
  padding: 0;
  background: none;
  border-radius: 0;
  box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
}

.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
  background: none;
}

.smartbanner-android .smartbanner-button-text {
  text-align: center;
  display: block;
  padding: 0 10px;
  background: #42b6c9;
  background: linear-gradient(to bottom, #42b6c9, #39a9bb);
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
}

.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
  background: #2ac7e1;
}

/** Windows **/
.smartbanner-windows {
  background: #f4f4f4;
  background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 80px;
}

.smartbanner-windows .smartbanner-close {
  border: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #888;
  text-shadow: 0 1px 0 white;
}

.smartbanner-windows .smartbanner-close:active,
.smartbanner-windows .smartbanner-close:hover {
  color: #aaa;
}

.smartbanner-windows .smartbanner-icon {
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.smartbanner-windows .smartbanner-info {
  color: #6a6a6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-windows .smartbanner-title {
  color: #4d4d4d;
  font-weight: bold;
}

.smartbanner-windows .smartbanner-button {
  padding: 0 10px;
  min-width: 10%;
  color: #6a6a6a;
  background: #efefef;
  background: linear-gradient(to bottom, #efefef, #dcdcdc);
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6),
    0 2px 0 rgba(255, 255, 255, 0.7) inset;
}

.smartbanner-windows .smartbanner-button:active,
.smartbanner-windows .smartbanner-button:hover {
  background: #dcdcdc;
  background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.smartbanner-windows .smartbanner-button-text {
}

.smartbanner-windows .smartbanner-button-text:active,
.smartbanner-windows .smartbanner-button-text:hover {
}
.mobiltop {
  position: relative;
  height: 56px;
}
.smart-banner {
  width: 100%;
  background: #f2f2f2;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 10px;
}
.smart-banner span {
  width: 30%;
  display: inline-block;
}
.smart-banner i.fas.fa-times {
  width: inherit !important;
  height: inherit !important;
  border-radius: 100%;
  border: 0px !important;
  line-height: inherit !important;
  margin-top: 18px !important;
  color: #000 !important;
}
.smart-close {
  width: 22px;
  text-align: center;
}
.smart-banner small {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #000;
  margin-top: 5px;
  font-weight: 600;
}
.smart-banner small + small {
  margin-top: 0px;
  font-size: 12px;
  font-weight: 300;
}
.smart-banner .smart-btn a {
  display: block;
  background: #000;
  color: #fff;
  font-size: 12px;
  color: #fff;
  padding: 5px 8px;
  border-radius: 3px;
  font-weight: 600;
}
.card {
  margin-bottom: 6px !important;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f2f2f2 !important;
  border-bottom: none !important;
}
button.btn.btn-secondary {
  padding: 10px !important;
}
button.btn.btn-primary {
  padding: 10px !important;
}
