body {
  width: 100%;
  height: 100%;
  font-family: "Lexend", sans-serif;
  background-color: #fff;
  transition: all .5s ease 0s;
}
a {
  color: #0086e9;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 30px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top.cikart_top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top.cikart_top ul.list-inline {
  margin-bottom: 0;
}
#top.cikart_top .list-inline-item > a, #top.cikart_top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:before {
  bottom: 9px;
  opacity: 0;
}

#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
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;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
    border: 1px solid #f3f4f8;
    position: relative;
    bottom: -1px;
    width: 100%;
    padding-top: 30px;
    background-color: #f3f4f8;
    border-top: 1px solid #f3f4f8;
    color: #212121;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
    color: #312f2f;
    text-decoration: none;
    font-weight: 300;
}
footer a:hover {
    color: #000000;
}
footer h5 {
    font-size: 16px;
    font-weight: 500;
    color: #212121;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid transparent;
  border-radius: var(--bs-border-radius);
  background-color: transparent;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 30px;
  position: relative;
  white-space: nowrap;
  padding-left: 0px;
}
.breadcrumb > li.breadcrumb-item > a {
    text-decoration: none;
    color: #212121;
}
.breadcrumb > li.breadcrumb-item:after {
    content: "";
    display: block;
    position: absolute;
        top: 8px;
    right: 14px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #9e9e9e;
    border-bottom: 2px solid #9e9e9e;
    transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li.breadcrumb-item:last-child:after {
  border: 0px;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom:0px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
    display: inline-block;
    position: absolute;
    width: 174px;
    /* justify-content: space-between; */
    gap: 10px;
    justify-content: center;
    background: #0086e921;
    backdrop-filter: blur(1px);
    left: 0px;
    right: 0px;
    margin: auto;
    padding: 5px;
    border-radius: 60px;
    border: 1px solid #0086e914;
}
.product-thumb .button button {
    width: 33.33%;
    border: none;
    border-top: 1px solid var(--bs-border-color);
    background-color: var(--bs-tertiary-bg);
    color: var(--bs-gray-600);
    line-height: 38px;
    text-align: center;
    width: 45px;
    height: 44px;
    display: block;
    padding: 0px;
    border-radius: 40px;
    border: 0px;
    box-shadow: none;
    display: inline-block;
    margin: 0px 3px;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {

}
@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;
  }
}
.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: 500;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#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.container, main>.container:first-child {
  max-width: 100%;
  padding: 0px;
}
#common-home > *, #top.cikart_top > .container, header.cikart_header .container, body > .container + .container {
  max-width:100%;
  margin:0 auto
}

#common-home #content > .row, header.cikart_header .container, .carousel, #common-home #content>div{
  max-width:1400px;
  margin-left: auto;
  margin-right: auto;
}
#common-home #content > h3 {
    max-width: 1370px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 15px;
}
h1 {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
#common-home #content > h3:before,  h1:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 3px;
    background: #0086e9;
    border-radius: 15px;
    bottom: 0px;
    left: 0px;
}
#common-home #content > h3:after,  h1:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background: #0086e9;
    border-radius: 15px;
    bottom: 0px;
    left: 50px;
}
#common-home #content {
  padding: 0px;
  overflow: hidden;
}
#common-home #content .carousel:first-child {
  max-width: 100%;
}
#top.cikart_top{
  border: 0px;
  padding: 0px;
  margin: 0px;
}
#top.cikart_top .list-inline-item > a, #top.cikart_top .list-inline-item .dropdown > a {
  color: #fff;
}
#top.cikart_top .list-inline-item > a, #top.cikart_top .list-inline-item .dropdown > a {
    padding: 0px 5px !important;
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
}
header.cikart_header {
  padding: 30px 10px;
  background-color: #fff;
}
header.cikart_header .mb-3, #cart, #logo {
  margin: 0px !important ;
}
#top.cikart_top, #menu{
  background: #0086e9  !important;
  border-radius: 0px;
  margin-bottom: 0px;
  border: 0px;
}
.navbar-collapse {
  justify-content: center;
}
#cart .btn-lg {
    background: transparent;
    border-radius: 50px;
    border: 0px;
    color: #212121;
    padding: 2px 3px;
    padding-right: 14px;
    text-align: right;
    border: 2px solid #0286e7;
}
#cart>div.d-grid{
  display: flex !important;
  justify-content: flex-end;
}

header.cikart_header form   {
    border: 2px solid #0086e9 !important;
    border-radius: 50px;
    padding: 0px 5px;
    align-items: center !important;
    display: flex !important;
    padding: 3px !important;
}
header.cikart_header .cikart_search form input, header.cikart_header form button  {
    border: 0px solid #0086e9 !important;

}
header.cikart_header .cikart_search form input {
  border-right: 0px !important;
  border-radius: 50px !important;
  padding: 5px 20px !important;
  min-height: 40px !important;
}
header.cikart_header .cikart_search form input:focus {
  box-shadow: none;
}
header.cikart_header form button {
  background: #0086e9 !important;
  color: #fff !important;
    border-radius: 50px !important;
    padding: 5px  !important;
    width: 40px;
    height: 40px;
}
.carousel {
    border: 0px solid #fff;
    box-shadow: none;
}
.product-thumb {
      background:#f3f4f8;
    border-radius: 20px;
    border: 0px;
    margin-top: 0px;
    transition: all .5s ease 0s;
        padding: 8px;
}
.product-thumb .image img{
    border-radius: 20px;
}
.description {
  text-align: center;
}
.description  h4 a{
  font-weight: 400;
  font-size: 16px;
      color: #212121 !important;
}
.description p {
      font-size: 12px;
    font-weight: 300;
    color: #515151;
}
.product-thumb .content {
  position: relative;
}
.product-thumb .button {
  top: auto;
  bottom: -250px;
  transition: all .8s ease 0s;
}
.product-thumb .content form .button button:first-child {
    background: #007eda !important;
    color: #fff !important;
}
.product-thumb .content form .button button:hover {
  background: #0086e9  !important;
  color: #fff !important;
}
.product-thumb:hover .button {
  bottom: 20px;
}
.product-list .product-thumb .button, .product-list  .product-thumb:hover .button  {
  position: relative;
  bottom: initial;
}
.product-list  .product-thumb .description {
  text-align: left;
}
#menu .dropdown-menu {
    /* filter: drop-shadow(0px 5px 7px rgba(54, 55, 57, 0.23)); */
    background: #ffffffcf;
    border: 0px;
    border-radius: 10px;
    border: 1px solid #0086e914;
    box-shadow: none !important;
    backdrop-filter: blur(23px);
}
#menu .dropdown-menu a:before, #menu a:before {
    position: absolute;
    content: '';
    left: 12px;
    height: 1px;
    width: 0px;
    background-color: #323232;
    bottom: 3px;
    transition: all 0.5s ease 0s;
}
#menu .dropdown-menu a:hover:before, #menu a:hover:before {
    width: 50px;
}
.dropdown-item {
  position: relative;
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-hover-color);
    background: transparent;
}
.carousel-indicators [data-bs-target] {
    height: 4px;
    width: 4px;
    background: #c0c0c0 !important;
    opacity: 1;
    border-color: #c0c0c0;
    margin-right: 3px;
    margin-left: 3px;
}
.carousel-indicators [data-bs-target].active{
  width: 20px;
      background: #0086e9 !important;
        border-color: #0086e9 !important;
}

.breadcrumb {
  margin-top: 25px;
}
.breadcrumb i.fa-home:before {
  content: "Home";
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.list-group {
  border-radius: 10px;
}
.list-group-item.active{
  background: transparent;
  border-color: #dee2e6;
  color: #212121;
  font-weight: 600;
  border-left: 2px solid #0086e9  ;
}
 .list-group-item:hover {
  background: transparent;
  border-color: #dee2e6;
  color: #212121;
  font-weight: 600;
}
#product-category #content h1 + .row {
    background-color: #f3f4f8;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px 5px;
    align-items: center;
}
#product-category #content  h3 + .row ul  {
  padding: 0px;
  margin-bottom: 0px;
  list-style: none;
}
#product-category #content  h3 + .row ul li {
  display: block;
  margin-bottom: 15px;
}
#product-category #content h3 + .row ul a {
    padding: 6px 19px;
    background: #f3f4f8;
    border-radius: 7px;
    color: #212121;
    font-size: 16px;
}

#product-category #content  h3 + .row + .row {
  background-color: #f3f4f8;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 20px;
  align-items: center;
}
#product-category #content  h3 + .row + .row .mb-3 {
  margin-bottom: 0px !important;
  margin: 5px 0px !important;
}
#product-category #content .img-thumbnail {
  border: 0px;
    border-radius: 10px;
}
.btn-primary {
    background: #0086e9 !important;
    border-color: #0086e9;
}
.btn-light.active {
  background: #212121 !important;
  color: #fff !important;
}

#product-category #content  h3 + .row + .row .btn-group .btn-light {
  background: transparent !important;
  border: 0px !important;
  color: #898989 !important;
  font-size: 18px !important;
}
#product-category #content  h3 + .row + .row .btn-group .btn-light.active {
  color: #212121 !important;
}
.product-list .product-thumb .button {
  margin-left: 15px;
}
.page-link {
  color: #0086e9;
}
.page-link.active, .active > .page-link {
      background: #0086e9 !important;
}
#cart .dropdown-menu {
  background: #ffffffcf;
    border-radius: 10px;
    border: 1px solid #0086e914;
    box-shadow: none !important;
    backdrop-filter: blur(23px);
}
#cart .dropdown-menu  .table > :not(caption) > * > *, .table-striped > tbody > tr:nth-of-type(odd) > * {
  background: transparent !important;
  border-color:#7f7f7f2e;
  --bs-table-bg-type:  transparent !important;
}
#cart .table-bordered > :not(caption) > * {

  border-color:#7f7f7f2e;

}
#cart .dropdown-menu p.text-end a strong {
    padding: 7px 13px;
    background: #0086e9;
    margin-top: 6px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: 400 !important;
}
#output-cart .table-bordered > :not(caption) > * > *, .accordion-button:not(.collapsed), #checkout-confirm .table-bordered > :not(caption) > * > *{
      background: #f3f4f8;
}
#product-info .btn-group button {
    text-align: center;
    width: 45px;
    height: 44px;
    display: block;
    padding: 0px;
    border-radius: 40px;
    border: 0px;
    box-shadow: none;
    display: inline-block;
    margin: 0px 3px;
    color: #6c757d;
    font-size: 15px;
    border: 1px solid #e5e5e5;
}

#product-info .btn-group button:hover {
  background: #0086e9 !important;
  border-color: #0086e9 !important;
  color: #fff;
}
#product-info .magnific-popup >a>.img-thumbnail {
  background: #f3f4f8;
    border-radius: 20px;
    border: 0px;
    padding: 8px;
}
.nav-tabs {
      background-color: #f3f4f8;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.nav-tabs .nav-link{
    border: 0px;
    margin: 0px;
    border-radius: 4px;
    margin-right: 7px;
    color: #121212;
    margin: 3px 0px;
}
.nav-tabs .nav-link.active {
    background: #0086e9;
    color: #fff;
}
#form-product .input-group {
  display: block;
}
#form-product .input-group .input-group-text {
  padding: 0px;
  margin-bottom: 5px;
  background: transparent;
  border: 0px;
}
#form-product .input-group {
    background-color: #f3f4f8;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #dbe3ff;
}
#form-product .input-group input{
  width: 100%;
  margin-bottom: 10px;
  border-radius: 4px;
  border-radius: 8px;
  padding: 10px 15px;
}
#form-product .input-group button {
  width: 100%;
  border-radius: 50px;
}
.img-thumbnail {
    border-color: #dbe3ff;
}
#checkout-register .form-control, #checkout-register .form-select {
      background-color: #f6f8fd;
}

header.cikart_header #cart button.btn-dark i {
  background: #0086e9 !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 0px  !important;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-right: 5px;
}
#account-account .list-unstyled li, #information-sitemap ul li {
  display: block;
}
#information-sitemap ul:first-child {
  padding: 0px;
  margin-bottom: 0px;
}
#information-sitemap ul:first-child>li {
  margin-bottom: 10px;
}
#account-account .list-unstyled li a , #information-sitemap ul:first-child>li>a {
  padding: 6px 15px;
    background: #f3f4f8;
    border-radius: 7px;
    color: #212121;
    font-size: 14px;
    margin-bottom: 5px !important;
    display: inline-block;
}
#information-sitemap ul:first-child>li li a {
    padding: 0px 10px;
    background: #fbfbfb;
    margin-bottom: 5px;
    display: inline-block;
    color: #5c5a5a;
    border-radius: 0px;
    border-left: 1px solid #dfdfdf;
}
#account-account .list-unstyled li a:hover {
      background: #0086e9 !important;
      color: #fff !important;
}

.carousel-indicators {
    bottom: -10px;
}
.carousel {
    margin-bottom: 20px;
}
.navbar-nav .dropdown-toggle:after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    display: block;
    float: right;
    margin-left: 5px;
    margin-top: 0px;
    font-weight: 700;
}
header.cikart_header .container>.row {
  align-items: center;
}
.carousel .carousel-control-prev, .carousel .carousel-control-next {
    background: #fff;
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 6px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.carousel:hover .carousel-control-prev, .carousel .carousel-control-prev {
    left: 10px !important;
    opacity: 0.7 !important;
}
.carousel:hover .carousel-control-next, .carousel .carousel-control-next {
    right: 10px !important;
    opacity: 0.7 !important;
}

@media (min-width: 992px) {
  #common-home #content > .row, header.cikart_header .container, .carousel, #common-home #content>div{
    max-width:962px;
    margin-left: auto;
    margin-right: auto;
  }
  #common-home #content > h3 {
    max-width: 962px;
  }
}
@media (min-width: 1200px) {
  #common-home #content > .row, header.cikart_header .container, .carousel, #common-home #content>div{
    max-width:1170px;
    margin-left: auto;
    margin-right: auto;
  }
  #common-home #content > h3 {
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {
  #common-home #content > .row, header.cikart_header .container, .carousel, #common-home #content>div, #top.cikart_top .container{
    max-width:1370px;
    margin-left: auto;
    margin-right: auto;
  }
  #common-home #content > h3 {
    max-width: 1370px;
  }
}
@media (max-width: 991px) {

  #common-home #content > .row, header.cikart_header .container, .carousel, #common-home #content>div, #product-category #content h1 + .row{
    max-width:100%;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 15px);
  }
  header.cikart_header .container {
    max-width: calc(100% - 0px);
  }
  #common-home #content > h3 {
    max-width: calc(100% - 15px);
  }
  header.cikart_header .container>.row .col-md-3 {
    width: 100%;
  }
  header.cikart_header .container>.row>div:nth-child(2), header.cikart_header .container>.row>div:nth-child(3) {
    width: 50%;
  }
  header.cikart_header {
    padding: 15px 0px;
  }
  #logo {
    text-align: center;
    margin-bottom: 14px !important;
  }
  #menu {
    position: relative;
    min-height: auto;
    background: #ccc7c71f !important;
  }
  #menu #category {
    color: #212121;
    text-shadow: none !important;
    font-weight: 300;
  }
  .navbar-collapse{
    position: absolute;
    top: 40px;
    width: 100%;
    left: 0px;
    background: #fff;
    z-index: 3;
    border: 1px solid #0086e914;
    box-shadow: none !important;
    backdrop-filter: blur(23px);
    background: #ffffffcf;
    border: 0px;
  }
  #menu .dropdown-menu {
    max-width: calc(100% - 15px);
    margin-left: auto;
    margin-right: auto;
  }
  #menu .navbar-nav > li > a {
    text-shadow: none;
    color: #212121;
  }
  .navbar-toggler {
    background: transparent;
    right: 20px;
    color: #121212 !important;
    border: 0px;
    padding: 0px;
  }
  #menu .navbar-toggler i {
    color: #212121;
    border-color: transparent;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }

  .product-thumb .button {
    position: relative;
    bottom: 0px !important;
    justify-content: space-between;
    display: flex;
  }
  #product-category #content h3 + .row .col-sm-3 {
    width: 50%;
  }
  #product-category #content h1 + .row>div{
    width: 100%;
    margin-bottom: 10px;
  }

  #product-category #content h1 + .row>div img {
    width: 150px;
  }
  #product-category #content h3 + .row ul a {
    font-size: 12px;
  }
  .breadcrumb {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  #cart .btn-lg {
    border-width: 0px !important;
  }
  header.cikart_header form button {
  }
}

@media (max-width: 660px) {
  header.cikart_header .container>.row>div:nth-child(2), header.cikart_header .container>.row>div:nth-child(3) {
    width: 100%;
    margin-bottom: 10px;
  }
  header.cikart_header form button, header.cikart_header #cart button.btn-dark i {
    width: 30px;
    height: 30px;
    font-size: 12px !important;
  }
  header.cikart_header #cart button.btn-dark i {
    line-height: 30px;
  }
  header.cikart_header .cikart_search form input {
    padding: 5px 15px !important;
    min-height: 40px !important;
    font-size: 14px !important;
  }
  #cart>div.d-grid {
    justify-content: center;
  }
  #common-home #content > h3+.row>div , #product-category #product-list >div{
    width: 50%;
    padding: 5px;
    margin-bottom: 5px !important;
  }
  .product-thumb, .product-thumb .image img{
    border-radius: 10px;
  }
  .product-thumb .description {
    padding: 15px 5px;
  }
  .product-thumb {
      padding: 2px;
  }
  .product-thumb .button button {
      width: 30px;
      height: 30px;
      line-height: 32px;
      margin: 0px;
  }
  .product-thumb .button {
    position: relative;
    bottom: 0px !important;
    border-radius: 0px;
    background: transparent;
    border: 0px;
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .description p {
    font-size: 12px;
    line-height: 16px;
  }
  .carousel .carousel-control-prev, .carousel .carousel-control-next {
    width: 30px;
    font-size: 12px;
    height: 30px;

  }
  #product-category #content h3 + .row .col, #product-category #content h3 + .row .col-sm-3 {
    width: 100%;
    flex: initial;
  }
  #logo img {
    max-width: 150px;
  }
}