@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
a {
  display: inline-block;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
button:focus, input[type='text']:focus {
  border: none;
  outline: none;
}
.main-logo {
    text-align: center;
  margin: 10px 0 18px;
  /*display: flex;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;*/
}
.main-logo img {
  width: 250px;
}
.search-bx {
     text-align: center;
    position: relative;
    border: 2px solid #2e3192;
    border-radius: 20px;
    margin: 0 0 0px;

  width: 100%;
}
.search-bx input[type='text'] {
      display: block;
    width: 84%;
    border: none;
    height: 40px;
    margin: 0 35px 0 19px;
    margin-left: 16px;
}
  .clear-cart{
     position: fixed;
    color: white;
    background: #e70000;
    padding: 4px 10px;
    border-radius: 5px;
}
.floating-back {
     position: fixed;
    z-index: 9999;
    bottom: 20px;
    left: 20px;
    background: #57575e;
    color: #FFF;
    width: 70px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    border-radius: 11px;
}
.search-bx input[type='text']:focus {
  border: none;
  outline: none;
}
.search-bx .btn-s1 {
  position: absolute;
  z-index: 99;
  top: 1px;
  right: 0px;
  border: none;
  background: none;
  height: 38px;
  width: 46px;
  font-size: 19px;
  color: #2e3292;
  line-height: 38px;
}
.search-bx .btn-s1:focus {
  border: none;
  outline: none;
}
.category-thumb {
  display: block;
  text-align: center;
  color: #000;
}
.category-thumb img {
  width: 80%;
  margin: 0 0 10px;
}
.product-buttons {
  display: flex;
  justify-content: space-between;
}
.product-thumb {
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 0 0 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 8%);
}
.product-thumb img {
  width: 100%;
  margin: 0;
}
.product-thumb p {
  margin: 0;
  font-size: 12px;
}
.product-thumb span {
  font-size: 13px;
  font-weight: 500;
}
.product-thumb span s {
  display: inline-block;
  margin-left: 6px;
  color: #acacac;
  font-weight: 200;
}
.cart-remove {
  border: none;
  background: none;
  color: #f2555b;
  font-size: 24px;
  line-height: 21px;
}
.cart-add {
  border: none;
  background: none;
  color: #0f9906;
  font-size: 24px;
}
.thumb-quantity {
  width: 60px;
  text-align: center;
  font-size: 17px;
  border: none;
  color: #0f9906;
  background: none;
}
.floating-cart {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  background: #2e3292;
  color: #FFF;
  width: 70px;
  height: 70px;
  line-height: 82px;
  text-align: center;
  font-size: 40px;
  border-radius: 11px;
}
.floating-category {
  position: fixed;
  z-index: 9999;
  top: 188px;
  right: -41px;
  background: #ed1c25;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  transform: rotate(270deg);
  padding: 0 10px;
  border: none;
}
.floating-category:hover {
  background: #ed1c25;
  color: #FFF;
}
.floating-cart:hover {
  background: #2e3292;
  color: #FFF;
}
.floating-cart span {
  position: absolute;
  left: -10px;
  top: -10px;
  background: #ed1c25;
  color: #FFF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 17px;
}
.main {
  padding-bottom: 105px;
}
.cart-pb {
  width: 200px;
  background: #fdfdfd;
  border: 1px solid #e9e9e9;
  padding: 4px 7px 0px;
  margin-top: 10px;
  border-radius: 9px;
}
.cart-pb .cart-remove {
  line-height: inherit;
}
.thumb-image {
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
}
.cart-product-details p {
  margin: 0 0 10px;
  font-size: 17px;
}
.cart-product-details span {
  font-size: 17px;
  font-weight: 600;
}
.cart-product-details span s {
  margin-left: 10px;
  color: #bbb;
  font-weight: 300;
  font-size: 14px;
}
.remove-item {
  color: #ed1c25;
  font-size: 25px;
  margin: 10px 0 0;
}
.remove-item:hover {
  color: #ed1c25;
}
.cart-row {
  border-bottom: 1px solid #e9e9e9;
  padding: 20px 0 20px;
}
.summary {
  text-align: right;
}
.summary h4 {
  font-weight: 200;
}
.summary h4 span {
  font-weight: 500;
}
.summary h3 {
  font-weight: 200;
}
.summary h3 span {
  font-weight: 500;
}
.checkout-btn {
  display: inline-block;
  background: #2e3292;
  color: #FFF;
  padding: 10px 44px;
  border-radius: 7px;
  font-size: 18px;
  margin: 20px 0 0;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
}
.checkout-btn:hover {
  background: #3035a9;
  color: #FFF;
}
.login-btn {
  background: #ed1c25;
  color: #FFF;
  display: inline-block;
  padding: 7px 21px;
  border-radius: 5px;
}
.login-btn:hover {
  color: #FFF;
}
.login-page {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: column;
}
.login-bx {
  width: 80%;
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 42px 31px;
  border-radius: 23px;
  -webkit-box-shadow: 0px 0px 9px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 9px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 9px -6px rgba(0, 0, 0, 0.75);
}
.login-page h2 {
  margin: 0 0 16px;
}
.login-bx input[type='text'], .login-bx input[type='password'] {
  display: block;
  border: 1px solid #e9e9e9;
  width: 100%;
  height: 50px;
  padding: 10px;
  margin: 14px 0 0;
  border-radius: 5px;
}
.oh-tbl {
  display: table;
  width: 100%;
  padding: 13px 0;
  border-bottom: 1px solid #CCC;
}
.cl1 {
  display: table-cell;
  padding: 0 10px 0 0;
  width: 10%;
}
.cl2 {
  display: table-cell;
  width: 50%;
  padding-right: 15px;
}
.cl3 {
  display: table-cell;
  width: 25%;
}
.cl4 {
  display: table-cell;
  width: 15%;
  text-align: center;
}
.order-v-btn {
  display: inline-block;
  background: #ed1c25;
  color: #FFF;
  padding: 5px 6px;
  line-height: 16px;
  border-radius: 3px;
}
.order-v-btn:hover {
  color: #FFF;
}
.back-btn {
  display: inline-block;
    background: #ed1c25;
    color: #FFF;
    padding: 3px 16px;
    margin: 0 0 17px;
  border-radius: 5px;
}
.back-btn:hover {
  color: #FFF;
}
.category-menu {
  position: fixed;
  z-index: 99;
  background: #2e3292;
  padding: 15px 65px 15px 15px;
  top: 26%;
  margin-left: -500px;
  -webkit-transition: .5s all;
}
.category-menu.active {
  margin-left: 0px;
  -webkit-transition: .5s all;
  overflow-y: scroll;
  max-height: 100vh;
}
.close-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  color: #ffffff;
  font-size: 13px;
  background: #ed1c25;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  cursor: pointer;
  font-family: sans-serif;
  font-weight: 800;
}
.category-menu h2 {
  color: #FFF;
  font-size: 17px;
}
.category-lists {
  list-style: none;
  padding: 0;
}
.category-lists li {
  margin: 0 0 21px;
}
.category-lists li label {}
.category-lists li a {
  display: block;
  position: relative;
  padding: 0 0 0 42px;
  height: 30px;
  display: flex;
  align-items: center;
  color: #FFF;
}
.category-lists li a img {
  height: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.category-button {
  border: none;
  background: none;
  font-size: 20px;
  line-height: 30px;
  height: 43px;
  color: #ed1c25;
  background: #2e3292;
  color: #FFF;
  padding: 10px;
  border-radius: 5px;
  margin-left: 5px;
}
.search-top {
  display: flex;
  justify-content: space-between;
}
.categoryopup .modal-content {
  position: relative;
  padding: 17px;
}
.categoryopup .modal-content .close {
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 30px;
  background: #2e3292;
  color: #FFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  opacity: 1;
  z-index: 999;
}
.categoryopup {}
.categoryopup h5 {
  background: #e1e1e1;
  padding: 5px 17px;
  text-align: center;
  color: #000;
  font-weight: 400;
  font-size: 17px;
  text-transform: uppercase;
}
.varient {
  margin: 0 0 20px;
  list-style: none;
  padding: 0px;
}
.varient li {
  border-bottom: 1px solid #efefef;
  padding: 0;
}
.varient li:last-child {
  border-bottom: none;
}
.varient li label {
  display: block;
  position: relative;
  margin: 0;
  padding: 13px 0px;
}
.varient li input[type='checkbox'] {
  display: none;
}
.varient li input[type='checkbox'] ~ label:before {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  border: 1px solid #CCC;
  position: absolute;
  right: 0px;
  top: 15px;
  border-radius: 2px;
}
.varient li input[type='checkbox']:checked ~ label:before {
  border: 1px solid #2e3292;
  background: #2e3292;
}
.varient li input[type='radio'] {
  display: none;
}
.varient li input[type='radio'] ~ label:before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
  border: 1px solid #CCC;
  position: absolute;
  right: 0px;
  top: 15px;
}
.varient li input[type='radio']:checked ~ label:before {
  border: 1px solid #2e3292;
  background: #2e3292;
}
.categoryopup .modal-body {
  position: relative;
  padding-bottom: 27px;
}
.categoryopup footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

@media (max-width:768px) {
  .category-thumb img {
    width: 100%;
  }
  .remove-item {
    margin: 0;
  }
  .main-filtr{
      display: inherit ;
}
.filter-button {
    display: inherit;
    overflow-x: scroll;
}
}
.filter-button:focus {
    background: #2e3292;
    color: white;
    box-shadow: none;
}




.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    /*border: 1px solid #2e3292;*/
    border-radius: 5px;
    text-align: center;
    color: #2e3292;
    margin-bottom: 10px;
    margin-top: 10px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #2e3292;
    border-radius: 5px;
    text-align: center;
    /*color: #ffffff;*/
    /*background-color: #2e3292;*/

}


