@charset "UTF-8";

*, *::after, *::before {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  background-color: #ffffff;
  font-family: var(--eazy-font-main);
  line-height: 28px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  visibility: visible;
  color: #4b566b;
    overflow-y: scroll;
}
body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: none;
}

body::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 20px;
}

.modal-body::-webkit-scrollbar {
    width: 6px;
}

.modal-body::-webkit-scrollbar-track {
    background: none;
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 20px;
}

.offcanvas-body::-webkit-scrollbar {
    width: 4px;
}

.offcanvas-body::-webkit-scrollbar-track {
    background: none;
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 20px;
}

.lh-1-25 {
    line-height: 1.25 !important; }

.lh-1-5 {
    line-height: 1.5 !important; }

@media only screen and (max-width: 767px) {
    .modal-body::-webkit-scrollbar {
        width: 6px;
        display: none;
    }
}


h1, h2, h3, h4, h5, h6 {
  color: #222d39;
  font-weight: 500;
  margin-top: 0;
  font-family: var(--eazy-font-title);
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
  margin: 5px 0;
}

h6 {
  font-size: 18px;
  margin: 5px 0;
}

@media only screen and (min-width: 992px) {
  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }
}
p:last-child {
  margin-bottom: 0;
}

p {
  font-family: var(--eazy-font-main);
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input, span {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--eazy-color-secondary);
}

button, input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.theme-bg {
  background: var(--eazy-color-secondary) !important;
}

.bg-gray {
  background: #f6f6f6;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

.section-ptb {
  padding: 1.5rem 0;
}

.product-popup .section-ptb {
    padding-top: 0;
}

.section-ptb-90 {
  padding: 30px 0;
}
@media only screen and (min-width: 992px) {
  .section-ptb-90 {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-ptb-90 {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-ptb-90 {
    padding: 15px 0;
  }
}


/*-- Overlay styles --*/
[data-overlay],
[data-secondary-overlay],
[data-black-overlay],
[data-white-overlay] {
  position: relative;
}

[data-overlay] > div,
[data-overlay] > *,
[data-secondary-overlay] > div,
[data-secondary-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-secondary-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

[data-overlay]:before {
  background-color: var(--eazy-color-secondary);
}

[data-secondary-overlay]:before {
  background-color: #031b38;
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-secondary-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-secondary-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-secondary-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-secondary-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-secondary-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-secondary-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-secondary-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-secondary-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-secondary-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-secondary-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

.menu {
  /*padding-left: 30px;*/
}
.menu li a {
  padding: 5px 15px;
  display: flex;
    font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid rgba(89, 184, 40, 0.1);
  justify-content: space-between;
  align-items: center;
    color: #000;
    border-bottom: none;
}

.menu li:last-child a {
    padding-right: 0;
}

.menu li a:hover {
    color: var(--eazy-color-secondary);
}

@media (max-width: 1400px) {
  .menu li a {
    padding: 5px 7px;
    border-bottom: none;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1500px) {
  .menu li a {
    padding: 5px 15px;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1200px) {
  .menu li a {
    display: block;
  }
  .menu li:first-child a {
    padding-left: 0;
  }
}
.menu li:last-child a {
  border-bottom: none;
}

.header-overlay {
  height: 250px;
}

.header {
  background-color: #fff;
  width: 100%;
  z-index: 99;
}
.header hr {
  margin: 0;
}
.header .header-top {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px #ddd solid;
}
@media only screen and (min-width: 992px) {
  .header .header-top {

  }
}
.header .header-top .logo {
  display: block;
}

.header .header-top .logo img {
    height: 45px;
    margin-top: -5px;
}

.header .header-bottom {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.01);
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) {
  .header .header-bottom {
    border-bottom: 1px solid #ededed;
    padding-left: 50px;
    padding-right: 50px;
  }
}

.fixed-totop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}
.fixed-totop.mobile-header {
  padding: 10px 15px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.01);
  border-bottom: 1px #ddd solid;
}

.select-search-option {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 3px;
}
.select-search-option .search-form {
  /*width: calc(100% - 100px);*/
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .select-search-option .search-form {
    /*width: calc(100% - 170px);*/
    width: 100%;
  }
}
.select-search-option .search-form input {
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid #ededed;
  /*border-left: none;*/
  padding: 9px 24px;
}
.select-search-option .search-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    border: 1px solid #ededed;
    background-color: #f8f8f8;
    color: #a1b1bc;
    line-height: 44px;
}
.site-action li.withMargin {
  margin-left: 13px;
    color: #000;
}

.site-action .site-phone a, .site-action .site-help a {
  color: #222533;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.site-action .site-phone i, .site-action .site-help i {
  color: #222533;
  margin-right: 3px;
  transition: all 0.3s ease;
}
.site-action .site-phone:hover a, .site-action .site-help:hover a {
  color: var(--eazy-color-secondary);
}
.site-action .site-phone:hover i, .site-action .site-help:hover i {
  color: var(--eazy-color-secondary);
}

.wish-list {
  position: relative;
}
.wish-list a {
  width: 35px;
  height: 35px;
  line-height: 38px;
  border-radius: 50%;
  background-color: #fbbbbb;
  position: relative;
  text-align: center;
}
.wish-list a i {
  color: white;
}
.wish-list a .count {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #f55050;
  font-size: 10px;
  line-height: 16px;
  color: white;
}

.my-account {
  position: relative;
}
.my-account a {
}
.my-account .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 180px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  z-index: 11;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease;
  border-top: 3px solid var(--eazy-color-secondary);
}

.my-account .submenu li span {
  padding: 5px 15px;
  color:#999;
  font-size: 14px;
}

.my-account .submenu li a {

  display: block;
  background: white;
  font-size: 90%;
}
.my-account .submenu li a:hover {
  background-color: var(--eazy-color-secondary);
  color: white;
}
.my-account:hover .submenu {
  transform: scaleY(1);
}

.signin-option a {
  padding: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
  text-align: center;
    background: linear-gradient(0deg, #ECECEC, #ECECEC), #F2F2F2;
  border-radius: 4px;

}

.all-catagory-option {
  /*position: relative;*/
display: flex;
}

.all-catagory-option.mobile-menu {
  margin-left: 38px;
}

.all-catagory-option > a {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 10px;
    gap: 6px;
    background: #F7F0E2;
    border-radius: 4px;
}

.all-catagory-option > a img {
}

.all-catagory-option > a i {
  margin-right: 10px;

  color: black;
  padding: 10px 11px;
  border-radius: 3px;
  width: 45px;
  height: 40px;
  text-align: center;
  /* line-height: 20px; */
  font-size: 20px;
  transition: all 0.3s ease;
}

@media (max-width: 1399px) {

    .all-catagory-option.mobile-menu {
        margin-left: 20px;
    }

    .all-catagory-option > a {
        font-size: 14px;
    }

}

@media (max-width: 1199px) {
  .all-catagory-option.mobile-menu {
    margin-left: 0;
  }

}

.all-catagory-option > a.bar-btn {
  /*display: flex;*/
}
.all-catagory-option > a.close-btn {
  display: none;
}
.all-catagory-option.mobile-device a {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 6px;
    background: #F7F0E2;
    border-radius: 4px;
}
.all-catagory-option.mobile-device a i {
  margin-right: 10px;
}
.all-catagory-option .submenu-iconic {
  position: absolute;
  left: 0;
  top: 100%;
  width: 102%;
  height: 630px;
  background-color: white;
  border: 1px solid #ebebeb;
  z-index: 99;
}
.open-side-menu .all-catagory-option .bar-btn {
  display: none;
}
.open-side-menu .all-catagory-option .close-btn {
  display: block;
}

.catagory-sidebar.all-catagory-option {
  overflow-y: auto;
}
.catagory-sidebar.all-catagory-option::-webkit-scrollbar {
  width: 0;
}

.catagory-sidebar.all-catagory-option > a {
  background-color: var(--eazy-color-secondary);
  color: white;
  padding: 10px 30px;
  border-radius: 3px;
  width: 210px;
}
.catagory-sidebar.all-catagory-option > a i {
  margin-right: 5px;
}
.catagory-sidebar.all-catagory-option > .catagory-submenu {
  padding-top: 0px;
  position: static;
  top: 0%;
  width: 100%;
  min-width: 250px;
  z-index: 2;
}
@media only screen and (min-width: 1500px) {
  .catagory-sidebar.all-catagory-option > .catagory-submenu {
    min-width: 300px;
  }
}
.catagory-sidebar.all-catagory-option .catagory-submenu {
  text-align: left;

}

.catagory-sidebar.all-catagory-option .catagory-submenu li.active {
  background: #eee;
}

.catagory-sidebar.all-catagory-option .catagory-submenu .mainsub {
  padding: 5px 0 5px 10px;
}

.catagory-sidebar.all-catagory-option .catagory-submenu .mainsingle {
    padding: 10px 0 10px 20px;
}

.catagory-sidebar.all-catagory-option .catagory-submenu li a {
  display: flex;
  font-weight: 600;
    align-items: center;
}

.catagory-sidebar.all-catagory-option .catagory-submenu li a.title {
  margin-right: auto;

}

.catagory-sidebar.all-catagory-option .catagory-submenu li a.title.active {
  color:var(--eazy-color-secondary);
}

.catagory-sidebar.all-catagory-option .catagory-submenu li a.arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 5px 20px 5px 10px;
}
@media only screen and (min-width: 1500px) {
  .catagory-sidebar.all-catagory-option .catagory-submenu li a.arrow {
    padding: 5px 20px 5px 10px;
  }
}
.catagory-sidebar.all-catagory-option .catagory-submenu li a.arrow .menuarrow {
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.catagory-sidebar.all-catagory-option .catagory-submenu li a.arrow:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 0px;
  width: 2px;
  height: 0px;
  background-color: #2c3e50;
  transition: all 0.3s ease;
}
.catagory-sidebar.all-catagory-option .catagory-submenu li a.arrow[aria-expanded=true] {
  /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);*/
}
.catagory-sidebar.all-catagory-option .catagory-submenu li a.arrow[aria-expanded=true] .menuarrow {
  transform: rotate(0deg);
}
.catagory-sidebar.all-catagory-option .catagory-submenu li a.arrow[aria-expanded=true]:after {
  height: 36px;
  margin-top: -18px;
}
.catagory-sidebar.all-catagory-option .catagory-submenu li .icon {
  width: 30px;
  margin-right: 10px;
}
.catagory-sidebar.all-catagory-option .catagory-submenu li .icon img {
  width: 100%;
}
.catagory-sidebar.all-catagory-option .catagory-submenu .catagory-submenu {
  position: relative;
  padding-left: 44px;
  margin-top: 6px;
  padding-bottom: 3px;
}

.catagory-sidebar.all-catagory-option .catagory-submenu .active > .catagory-submenu {
  background: #eee;
}

@media only screen and (min-width: 1500px) {
  .catagory-sidebar.all-catagory-option .catagory-submenu .catagory-submenu {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.catagory-sidebar.all-catagory-option .catagory-submenu .catagory-submenu li.active a {
  color: var(--eazy-color-secondary);
  font-weight: 500;
}

.catagory-sidebar.all-catagory-option .catagory-submenu .catagory-submenu li a {
  padding: 10px 15px;
  border-left: 1px #bbb solid;
}
.catagory-sidebar.all-catagory-option .catagory-submenu .catagory-submenu li:first-child a {
  padding-top: 0;
}
.catagory-sidebar.all-catagory-option .catagory-submenu .catagory-submenu li:last-child a {
  padding-bottom: 0;
  margin-bottom: 15px;
}

.catagory-sidebar.all-catagory-option.iconic-catagory-submenu .catagory-submenu .catagory-submenu {
  padding-left: 20px;
}
.catagory-sidebar.all-catagory-option.iconic-catagory-submenu .catagory-submenu .catagory-submenu:after {
  left: 25px;
  display: none;
}

.menu-area .cart-icon {
  display: inline-block;
  text-align: center;
  line-height: 24px;
  position: relative;
}
.menu-area .cart-icon .count {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--eazy-color-secondary);
  color: white;
  font-size: 10px;
  line-height: 18px;
  position: absolute;
  right: -2px;
  top: -3px;
}

.menu li.item-has-children {
  position: relative;
}
.menu li a.active,
.menu li.item-has-children.active > a {
  color: var(--eazy-color-secondary);
}
.menu li.item-has-children > a i {
  font-size: 12px;
}
.menu li.item-has-children .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 220px;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease;
  border-top: 3px solid var(--eazy-color-secondary);
  z-index: 2;
}
.menu li.item-has-children .submenu li a {
  display: block;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid rgba(89, 184, 40, 0.1);
}
.menu li.item-has-children .submenu li a:hover {
  background-color: var(--eazy-color-secondary);
  color: white;
}
.menu li.item-has-children .submenu li.active > a {
  background-color: var(--eazy-color-secondary);
  color: white;
}
.menu li.item-has-children .submenu .submenu {
  left: 100%;
  top: 0;
}
.menu li.item-has-children:hover > .submenu {
  transform: scaleY(1);
}
@media only screen and (max-width: 1200px) {
  .menu li.item-has-children .submenu {
    position: static;
    transform: scaleY(1);
  }
  .menu li.item-has-children .submenu li a {
    border-bottom: none;
  }
  .menu li.item-has-children .submenu li a:hover {
    background-color: transparent;
    color: var(--eazy-color-secondary);
  }
}
.menu li.item-has-children .item-has-children > a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.mobile-header button {
  width: 40px;
  height: 35px;
  border-radius: 3px;
  background-color: #fcfcfc;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
}
.mobile-header .menu-bar {
  font-size: 14px;
  font-weight: 500;
  color: var(--eazy-color-secondary);
  background-color: #fcfcfc;
  margin-left: 10px;
}
.mobile-search button {
    font-weight: 500;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 6px;
    background: #F2F2F2;
    border-radius: 4px;
    border: none;
    height: auto;
}
.catagory-sidebar-area-inner::-webkit-scrollbar {
  width: 3px;
}
.catagory-sidebar-area-inner::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #c2c2c2;
}
.catagory-sidebar-area-inner::-webkit-scrollbar-thumb {
  background-color: rgba(169, 169, 169, 0.4);
  outline: 1px solid #fff;
}
.bg-color-white {
  background-color: #fff;
}
.theme-color {
  color: var(--eazy-color-secondary) !important;
}
.bg-theme-color {
  background-color: var(--eazy-color-secondary) !important;
  color: white;
}
.box-shadow {
  border: 1px solid #f3f3f3;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1) !important;
}
.border-radius5 {
  border-radius: 5px;
}
.section-wrapper {
  position: relative;
}
.section-heading {
  position: relative;
  margin-bottom: 10px;
}
.section-heading .heading-title {
  display: inline-block;
  font-size: 24px;
  color: #222533;
  position: relative;
  z-index: 1;
  padding-right: 25px;
}
.section-heading .heading-circle {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 4px solid var(--eazy-color-secondary);
  display: inline-block;
  margin-right: 4px;
}
.section-heading .heading-circle.green {
  border-color: var(--eazy-color-secondary);
}
@media only screen and (max-width: 1200px) {
  .section-heading {

  }
  .section-heading .heading-title {
    padding: 0 10px;
    font-size: 20px;
  }
}

.advertisement-section img {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.social-media-list  {
    gap: 12px;
}

.social-media-list li a {
    flex-direction: row;
    align-items: flex-start;
    padding: 8px;
    background: linear-gradient(0deg, #F7F7F7, #F7F7F7), #F9F9F9;
    border-radius: 4px;
    line-height: 1;
}

.social-media-list li a img {
    opacity: 0.5;
}

.social-media-list li a:hover img {
    opacity: 1;
}
.price-increase-decrese-group {
  padding: 0px 0px;
  border-radius: 4px;
  width: 100%;
  position: relative;
}

.price-btn .weight_unit {
  padding: 4px 0px 0 8px;
  color:var(--eazy-color-secondary);
}

.price-increase-decrese-group .disabled {
  opacity: 0.35;
    color: #aaa;
}

.price-increase-decrese-group button {
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  background: linear-gradient(0deg, #ECECEC, #ECECEC);
  height: 34px;
  width: 34px;
  padding: 0;
  line-height: 1;
  border: none;
  display: block;
  color: #000;
}

.price-increase-decrese-group button:hover {
    background: linear-gradient(0deg, #F7F0E2, #F7F0E2);
}

.price-increase-decrese-group button:focus {
  outline: none;
  box-shadow: none;
}
.price-increase-decrese-group input {
  outline: none;
  border: none;
  font-size: 14px;
    font-weight: 500;
  padding: 0px 0px;
  text-align: center;
  background: #fff;
  color: #000;
  line-height: 34px;
  width: 100%;
}

.price-increase-decrese-group .counter_overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    opacity: 1;
    background: #fff url('../images/loader_black.svg') no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 10;
}

.addon-increase-decrese-group {
  padding: 0px 0px;
  border-radius: 4px;
  width: 100%;
  position: relative;
}

.addon-increase-decrese-group button {
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  background: #fff;
  height: 28px;
  width: 28px;
  padding: 0;
  line-height: 1;
  border: none;
  display: block;
  color: #000;
}
.addon-increase-decrese-group button.quantity-addon-decrease {
  border-radius: 4px 0 0 4px;
}

.addon-increase-decrese-group button.quantity-addon-increase {
  border-radius: 0 4px 4px 0;
}

.addon-increase-decrese-group button:hover {
  background: linear-gradient(0deg, #F7F0E2, #F7F0E2);
}

.addon-increase-decrese-group button:focus {
  outline: none;
  box-shadow: none;
}

.cart-addon-item .addon-quantity {
  min-width: 75px;
  text-align: right;
  margin-left: 4px;
}

@media only screen and (max-width: 767px) {
  section {
    padding-left: 10px;
    padding-right: 10px;
  }
    .price-increase-decrese-group input {
        width: 100%;
    }

}

.banner-slider-container {
  overflow: hidden;
  height: 100%;
  position: relative;
    border-radius: 12px;
}
.banner-slider-container .swiper-slide .banner-content-area {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
}
.banner-slider-container .swiper-slide .banner-content-area .slider-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}

.product-slider-container {
  overflow: hidden;
  height: 100%;
    width: 100%;
  position: relative;
  border-radius: 12px;
}

.product-slider-container.product-slider::before {
    content: "";
    display: block;
    padding-bottom: 100%; /* Задаем высоту заглушки как 100% ширины контейнера */
    background: #fff url(../images/loader_main.svg) no-repeat;
    background-position: center center;
    background-size: auto;
}

.product-slider-container.product-slider .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-slider-container-container .swiper-slide .banner-content-area {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
}
.product-slider-container .swiper-slide .banner-content-area .slider-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

}

.banner-slider-container .swiper-slide .banner-content-area .container {
  position: relative;
  z-index: 2;
}
.banner-slider-container .swiper-pagination {
  display: flex;
/*  width: auto;*/
right: 20px;
  bottom: 20px;
  position: absolute;
}
@media only screen and (max-width: 991px) {
  .banner-slider-container .swiper-pagination {
      display: flex;
      width: auto;
      left: 50%;
      right: initial;
      bottom: 18px;
      transform: translateX(-50%);
  }
}
.banner-slider-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  opacity: 0.3;
  background-color: #fff;
}
.banner-slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
    opacity: 0.8;
}

.product-slider-container .swiper-slide .banner-content-area .container {
  position: relative;
  z-index: 2;
}
.product-slider-container .swiper-pagination {
  display: flex;
  /*  width: auto;*/
  right: 20px;
  bottom: 20px;
  position: absolute;
}

.product-slider-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  opacity: 0.3;
  background-color: #fff;
}

.product-slider-container .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.25;
  background-color: #808080;
}

.product-slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #808080;
  opacity: 0.75;
}

.slider-banner {
  padding-left: 0;
  padding-right: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media(max-width: 575px) {
    .slider-banner {
        margin-top: 0;
        margin-left: -12px;
        margin-right: -12px;
    }
    .banner-slider-container {
        border-radius: 0;
    }

}

.catagory-section {
  padding-bottom: 40px;
  padding-top: 30px;
}

@media only screen and (max-width: 767px) {
  .catagory-section {
    padding-bottom: 30px;
  }

  .catagory-section.m-cat {
    padding-bottom: 0px;
    padding-top: 15px;
  }
}

.category-section {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) {
  .category-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}

blockquote {
  padding: 30px;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  overflow: hidden;
}
blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: var(--eazy-color-secondary);
}
blockquote:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0%;
  width: 72px;
  height: 60px;
  z-index: 2;
  background-repeat: no-repeat;
}
blockquote p {
  font-size: 20px;
  color: #363636;
  margin-bottom: 15px;
  line-height: 30px;
}
blockquote span {
  font-size: 14px;
  color: var(--eazy-color-secondary);
}
blockquote span span {
  color: #4b566b;
}

.footer {
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  .footer .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer .col-lg-3 {
    margin-bottom: 30px;
  }
  .footer .col-lg-3:last-child {
    margin-bottom: 0;
  }

  .footer {
    display: none;
  }

  .page-layout {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page-layout {
    padding-bottom: 50px;
  }
}
.footer-top {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.footer-bottom {
  padding: 25px 0;
    background: linear-gradient(0deg, #F7F7F7, #F7F7F7), #F9F9F9;
}

.footer-widget .footer-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer-widget ul li {
  font-size: 14px;
  color: #4b566b;
  line-height: 30px;
}
.footer-widget .footer-logo {
  display: block;
  margin-bottom: 25px;
  width: 194px;
}
.footer-widget p {
  margin-bottom: 25px;
  color: #4b566b;
  font-size: 14px;
}

.apps-store {
  padding-top: 10px;
  display: flex;
  gap: 8px;
}
.apps-store a {
    display: flex;
}

.apps-store a:hover {
  opacity: 0.7;
}

.payment-method {
    gap: 10px;
}
.payment-method a {
  display: inline-block;
  margin-right: 10px;
}

.footer-menu li a {
  margin-left: 10px;
  font-size: 13px;
  color: #4b566b;
}
.footer-menu li a:hover {
  color: var(--eazy-color-secondary);
}

.mobile-footer {
  padding-top: 12px;
    padding-bottom: 12px;
  background-color: white;
  z-index: 12;
  border-radius: 0px;
    border-top: 1px #ddd solid;
    font-size: 16px;
    line-height: 20px;
}

.mobile-footer .home {
  padding-left: 15px;
  color: #4b566b;
  background-color: transparent;
  border: none;
  outline: none;
}
.mobile-footer .home:hover {
  color:  var(--eazy-color-secondary);
}

.mobile-footer .info {
  padding-left: 0;
  color: #4b566b;
  background-color: transparent;
  border: none;
  outline: none;
}
.mobile-footer .info:hover {
  color:  var(--eazy-color-secondary);
}

#mobile-cart {
  padding-right: 15px;
}

.mobile-footer .footer-cart .cart-amount {
  color: #4b566b;
  font-weight: 500;
  margin-left: 10px;
}
.mobile-footer .footer-cart .cart-icon {
  display: inline-block;
  text-align: center;
  position: relative;
}
.mobile-footer .footer-cart .cart-icon:hover {
  color:  var(--eazy-color-secondary);
}
.mobile-footer .footer-cart .cart-icon .count {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--eazy-color-secondary);
  color: white;
  font-size: 11px;
  line-height: 17px;
  position: absolute;
  right: -4px;
  top: -2px;
}
.mobile-footer .footer-admin-area {
  padding-right: 0px;
}
.mobile-footer .footer-admin-area .user-admin {
  color: #4b566b;
  font-size: 20px;
  background-color: transparent;
  border: none;
  outline: none;
}
.mobile-footer .footer-admin-area .user-admin:hover {
  color: var(--eazy-color-secondary);
}

.recommend-product-slider {
    position: relative;
}

.recommend-product-container {
  overflow: hidden;
  padding: 0;
  position: relative;
}

.recommend-product-slider .swiper-button-next, .recommend-product-slider .swiper-button-prev {
    margin-top: -17px;
    border-radius: 4px;
    background-color: #ECECEC;
    height: 34px;
    width: 34px;
    padding: 5px;
    line-height: 1;
    border: none;
    text-align: center;
}

.recommend-product-slider .swiper-button-next {
    background-image: none;
    right: -48px;
}

.recommend-product-slider .swiper-button-prev {
    background-image: none;
    left: -48px;
}

.recommend-product-slider .swiper-pagination .swiper-pagination-bullet {
    margin-left: 3px; margin-right: 3px;
}

.recommend-product-slider .swiper-pagination {
    display: none;
}

@media (min-width:1199px) and (max-width:1220px) {

    .recommend-product-slider .swiper-button-next, .recommend-product-slider .swiper-button-prev {
        margin-top: -15px;
        height: 30px;
        width: 30px;
        padding: 5px;
    }

    .recommend-product-slider .swiper-button-next {
        background-image: none;
        right: -36px;
    }

    .recommend-product-slider .swiper-button-prev {
        background-image: none;
        left: -36px;
    }

}

@media (max-width:1060px) {
    .recommend-product-slider .swiper-button-next, .recommend-product-slider .swiper-button-prev {
        display: none;
    }
    .recommend-product-slider .swiper-pagination {
        display: block;
        margin-top: 5px;
    }
}

@media (max-width:767px) {
    .recommend-product-slider {
        margin-bottom: 40px;
    }
}
.swiper-pagination-bullet-active {
    background: var(--eazy-color-secondary);
}

.product-list {
  padding-top: 0px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .product-list {
    padding-top: 0px;
  }
}

.product-item {
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}
.product-item .product-thumb {
  position: relative;
  text-align: center;
  padding: 0;
  margin-bottom: 10px;
}

.product-item .product-thumb .thumb-container {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.product-item .product-thumb .thumb-container a {
  display: block;
}
.product-item .product-thumb .thumb-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-item .product-thumb .batch {
  position: absolute;
  right: 10px;
  top: 10px;
    display: flex;
    flex-direction: column;
    /*pointer-events: none;*/
}

.cat-block a {
  display: block;
}

.cat-block .cat-item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  width: 100%;
  height: 160px;
}

.cat-block.cat-block-sm .cat-item {
  height: auto;
}

.cat-block .cat-item .product-content {
  padding: 24px;
}

.product-item .product-thumb .wish-link {
  position: absolute;
  right: 15px;
  top: 12px;
}

.subtitle-line .product-rating {
    font-size: 16px;
    line-height: 24px;
    color: var(--eazy-color-primary);
}

.subtitle-line .product-rating a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--eazy-color-primary);
}

.subtitle-line .product-rating a i {
    height: 20px;
    color: var(--eazy-color-primary);
}

.subtitle-line .product-rating span {
    color: #484848;
    font-weight: 500;
    padding-right: 12px;
}

.subtitle-line .product-rating a:hover{
    color: inherit;
}

.product-item .product-thumb .product-rating {
  position: absolute;
  left: 10px;
  bottom: -3px;
  font-size: 15px;
  line-height: 1;
  color: var(--eazy-color-primary);
  padding: 3px 3px 0px 3px;
  background: #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: 1px -2px 4px 0px rgb(0 0 0 / 3%);
}

.product-item .product-thumb .product-rating span {
  margin-right: 2px;
}

.product-item .product-thumb .product-rating a {
  display: flex;
  align-items: center;
  gap: 2px;
}

.product-zoom-area .pr-images .product-rating {
  position: absolute;
  left: 20px;
  bottom: 0px;
  font-size: 16px;
  line-height: 16px;
  color: #ffc808;
  padding: 0;
  background: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 1px -2px 4px 0px rgb(0 0 0 / 3%);
}

.product-zoom-area .pr-images .product-rating a:hover{
  color: inherit;
}

.product-item .product-content {
  padding: 2px 15px 10px 15px;
}

.product-item .product-content .cata {
  font-size: 12px;
  color: #ccc;
  margin-bottom: 6px;
  line-height: 1;
}
.product-item .product-content .cata:hover {
  color: var(--eazy-color-secondary);
}
.product-item .product-content h6 {
  margin: 0;
}
.product-item .product-content .product-title {
  font-size: 15px;
  font-weight: 700;
  color: #363636;
}
.product-item .product-content .product-title:hover {
  color: var(--eazy-color-secondary);
}

.cat-item .product-content h6 {
  margin: 0;
}
.cat-item .product-content .product-title {
  font-size: 18px;
  font-weight: 500;
  color: #363636;
}
.cat-item .product-content .product-title:hover {
  color: var(--eazy-color-secondary);
}

.product-item .product-content .quantity {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  padding: 7px 0;
}

.product-item .product-content .quantity-kg {
  color:#bbb;
  font-size: 12px;
    line-height: 12px;
  font-weight: 100;
}

.product-item .product-content .price {
  color: var(--eazy-color-secondary);
  font-size: 16px;
  line-height: 1;
    font-weight: 500;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-top: 4px;
  margin-bottom: 10px;
}
.product-item .product-content .price del {
  color: #d7d7d7;
  margin-left: 3px;
  font-size: 13px;
  line-height: 1;
}
.product-item .product-content .cart-btn {
  font-size: 15px;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 1;
  height: 34px;
  color: var(--eazy-color-secondary);
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  background: #f2f2f2;
}
.product-item .product-content .cart-btn:hover {
  background-color: #e7e7e7;
  color: #000;
}

.product-item .product-content .cart-btn:hover svg path {
    stroke: #000;
}

.product-item .product-content .empty-btn {
  display: flex;
  font-size: 12px;
  border: 1px solid #e8eaee;
  padding: 0 5px;
  border-radius: 3px;
  line-height: 1;
  height: 34px;
  color: #aaa;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .cat-item:hover {
    box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.08);
    transform: scale(1.1);
  }
}

.wish-link {
  width: 35px;
  height: 35px;
  background-color: #f6f8fa;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}
.wish-link svg {
  width: 16px;
  height: 16px;
}
.wish-link svg path {
  fill: transparent;
  stroke: #7e7e7f;
  stroke-width: 15px;
}
.wish-link:hover svg path, .wish-link.focus svg path, .wish-link.active svg path  {
  fill: #f55050;
  stroke: #f55050;
}

.batch {
  text-align: center;
  border-radius: 1px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
}

.batch span {
    padding: 4px 5px;
    font-size: 9px;
    text-transform: uppercase;
    color: white;
    background-color: var(--eazy-color-secondary);
    font-weight: 400;
    line-height: 1;
}

.batch span.discount {
    display: inline-block;
    position: relative;
    background: var(--eazy-color-primary);
    margin-right: -10px;
    padding: 0 0px 0 5px;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    height: 18px;
    min-width: 36px;
    text-align: left;
    line-height: 18px;
    border-radius: 10px 0 0 10px;
}

.product-zoom-area .batch span.discount {
    margin-right: -15px;
    padding: 0 0px 0 5px;
    min-width: 40px;
}

.product-popup .product-zoom-area .batch span.discount {
    margin-right: -10px;
    padding: 0 0px 0 5px;
    min-width: 36px;
}

.page-content {
    min-height: calc(100vh - 397px);
}

.page-content .product-item, .page-content .cat-item {
  margin-bottom: 0px;
}

#shopping-cart h5 {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}

#shopping-cart .offcanvas-header {
    border-bottom: 1px solid #ececec;
}

.sitebar-cart .cart-product-item {
    padding: 1rem;
    border-bottom: 1px solid #ececec;
    position: relative;
    opacity: 1;
}

.sitebar-cart .cart-product-item.active {
    opacity: 0.5;
}

.sitebar-cart .cart-product-item.inactive .product-price {
    opacity: 0.2;
}

.sitebar-cart .cart-product-item .close-item {
  position: absolute;
  right: 0px;
  top: 1px;
    line-height: 1;
  cursor: pointer;
  z-index: 1;
}

.sitebar-cart .cart-product-item .cart-addons-list {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #777;
}

.sitebar-cart .cart-product-item .cart-addons-list a.showAddons {
  color: var(--eazy-color-secondary);
  font-size: 14px;
}

.cart-item.sitebar-cart .cart-product-item .close-item {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}

.sitebar-cart .cart-product-item .thumb img, .order-info-extra img {
    border-radius: 6px;
}

.sitebar-cart .cart-product-item .product-content .product-title {
  font-size: 15px;
  line-height: 18px;
  color: #363636;
}
.sitebar-cart .cart-product-item .product-content .product-cart-info {
  font-size: 13px;
  color: #bebebe;
}
.sitebar-cart .product-price {
  font-size: 18px;
    line-height: 1;
    margin-top: 11px;
}

.sitebar-cart .product-price-one {
    font-size: 16px;
    line-height: 1;
    margin-top: 5px;
}

.cart-item.sitebar-cart .product-price {
    margin-top: 0;
}

@media(max-width: 767px) {
    .cart-item.sitebar-cart .product-price {
        margin-top: 15px;
    }
    .cart-item.sitebar-cart .cart-product-item .close-item {
        position: absolute;
        right: 10px;
        top: 10px;
        margin-top: 0;
    }
}

.sitebar-cart .product-counter {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 11px;
}

.sitebar-cart .product-price-small {
  font-size: 14px;
  line-height: 1;
    margin-top: 0px;
    display: flex;
    color: #808080;
    opacity: 1;
    font-weight: 500;
    align-items: center;
    gap: 4px;
}

.cart-item.sitebar-cart .product-price-small {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sitebar-cart .product-price del {
  color: #bebebe;
  font-weight: 400;
    font-size: 14px;
}
.sitebar-cart .product-price span {
  color: #363636;
}
.sitebar-cart .cart-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.sitebar-cart .price-increase-decrese-group {
  padding: 0px 0px;
  border-radius: 4px;

}

.sitebar-cart .weight_unit {
  padding: 2px 0px 0 8px;
  color:var(--eazy-color-secondary);
}

.sitebar-cart .cart-btn-toggle {
    max-width: 130px;
}

.sitebar-cart .price-increase-decrese-group button {
  cursor: pointer;
  outline: none;
  border: none;
}
.sitebar-cart .price-increase-decrese-group button:focus {
  outline: none;
  box-shadow: none;
}

.sitebar-cart .price-increase-decrese-group input {
  text-align: center;
}

@media(max-width: 370px) {
    .sitebar-cart .product-price-small {
        font-size: 12px;
        gap: 2px;
    }

    .sitebar-cart .price-increase-decrese-group input {
        font-size: 12px;
        line-height: 28px;
    }

    .sitebar-cart .price-increase-decrese-group button {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .sitebar-cart .cart-btn-toggle {
        max-width: 110px;
    }

    .sitebar-cart .product-price {
        font-size: 16px;
    }

}

.cart-total {
  padding: 15px 20px;
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
}
.cart-total .saving {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.cart-total .total-price {
  font-weight: 700;
  font-size: 20px;
  color: var(--eazy-color-secondary);
  margin-bottom: 5px;
}
.cart-total .procced-checkout {
  background-color: var(--eazy-color-secondary);
  color: white;
  display: block;
  text-align: center;
  padding: 10px 30px;
  border-radius: 5px;
  margin-top: 10px;
}
.cart-total .procced-checkout:hover {
  background-color: var(--eazy-color-primary);
}

.page-header-section {
  background-color: #fff;
  padding: 10px 0 0 0;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.06);
}

.header-breadcrumbs {
  width: 100%;
  position: relative;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-x: auto;
}

.page-header-section.fixed-totop {
  top: 80px;
  z-index: 9;
}


.about-slider-btn-group {
     display: none;
   }

.about-slider-btn-group .about-slider-prev,
.about-slider-btn-group .about-slider-next {
     position: absolute;
    top: 50%;
     width: 35px;
     height: 35px;
     margin-top: 20px;
     background-color: #fff;
     border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
     text-align: center;
     line-height: 34px;
     z-index: 2;
     cursor: pointer;
   }
.about-slider-btn-group .about-slider-prev svg,
.about-slider-btn-group .about-slider-next svg {
     width: 40%;
     display: inline-block;
   }
.about-slider-btn-group .about-slider-prev:hover,
.about-slider-btn-group .about-slider-next:hover {
     background-color: var(--eazy-color-secondary);
   }
.about-slider-btn-group .about-slider-prev:hover svg,
.about-slider-btn-group .about-slider-next:hover svg {
     fill: white;
   }
.about-slider-btn-group .about-slider-prev {
     left: 30px;
   }

@media only screen and (max-width: 1200px) {
    .about-slider-btn-group .about-slider-prev {
      left: 10px;
    }
}
.about-slider-btn-group .about-slider-next {
     right: 30px;
   }

@media only screen and (max-width: 1200px) {
    .about-slider-btn-group .about-slider-next {
      right: 10px;
    }
  }
.about-slider-btn-group .swiper-button-disabled {
     display: none;
 }

.about-slider-btn-group .about-slider-next {
     right: 10px;
 }

@media(max-width: 1200px) {
   .about-slider-btn-group {
      display: block;
   }
}

.breadcrumb-wrap {
  position: relative;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-x: auto;
}

.header-breadcrumbs::-webkit-scrollbar, .breadcrumb-wrap::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.header-breadcrumbs::after {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 16px;
  z-index: 10;
  content: " ";
  right: 0px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.breadcrumb {
  background-color: transparent;
  margin:0;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.breadcrumb li {
  color: #000;
  font-weight: 500;
  margin-right: 5px;
  margin-left: 0 !important;
  margin-bottom: 10px;
  display: inline;
}
.breadcrumb li:first-child {
  margin-left: 0;
}
.breadcrumb li span {
  margin: 0 10px;
  color: #0a4606;
}
.breadcrumb li a {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  background: var(--eazy-color-secondary);
  padding: 0 10px;
  border-radius: 30px;

}
.breadcrumb li a:hover {
  color: var(--eazy-color-secondary);
}

.breadcrumb-second {
  background-color: transparent;
}

.breadcrumb-second li a {
  background:  var(--eazy-color-primary);
}

.breadcrumb-second li {
  color: #fff;
  font-weight: 500;
}
.breadcrumb-second li:first-child {
  margin-left: 0;
}
.breadcrumb-second li span {
  margin: 0 10px;
  color: #fff;
}

.breadcrumb-second li a:hover {
  color: var(--eazy-color-secondary);
}

.breadcrumb-second li.active a {
  background: #6b6966;
}

.breadcrumb-back {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
  background: #aaa;
  padding: 0 10px;
  border-radius: 30px;
  display: block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.breadcrumb-back span {
  color: #fff;
}

.breadcrumb-back:hover {
  color: var(--eazy-color-secondary);
}

.breadcrumb-back::before {
  position: absolute;
  top:0;
  right: 0;
  height: 100%;
  border-right: 1px #000 solid;
}

.breadcrumb-sort {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  white-space: nowrap;
  background: #aaa;
  padding: 0 10px;
  border-radius: 30px;
  display: block;
  margin-bottom: 10px;
  margin-left: 10px;
}

.breadcrumb-sort span {
  color: #fff;
}

.breadcrumb-sort:hover {
  color: var(--eazy-color-secondary);
}

.breadcrumb-sort::before {
  position: absolute;
  top:0;
  right: 0;
  height: 100%;
  border-right: 1px #000 solid;
}

.widget.widget-head {
  padding-bottom: 6px !important;
}
.widget.widget-head h6 {
  font-size: 14px;
}
.widget.widget-head a {
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .widget.widget-head {
    padding-bottom: 15px !important;
  }
}

.product-zoom-area {
  padding: 0;
  position: relative;
}

.product-popup .product-zoom-area {
    padding-top: 0;
}

.product-zoom-area .batch {
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 1;
}

.product-popup .product-zoom-area .batch {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 1;
}

.product-zoom-area .cart-btn-toggle {
  position: absolute;
  left: 25px;
  top: 25px;
  padding: 1px 15px;
  background-color: var(--eazy-color-secondary);
  color: white;
  border-radius: 3px;
  z-index: 2;
}
.product-zoom-area .cart-btn-toggle i {
  margin-right: 6px;
}
.product-zoom-area .product-slick {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.product-zoom-area .product-slick .slick-slide div {
  display: block !important;
}
.product-zoom-area .slider-nav {
  border-radius: 12px;
  padding: 0 0px;
  overflow: hidden;
}

.slider-nav img { width: 100%; height: auto; }

.product-zoom-area .slider-nav .slick-slide {
  cursor: pointer;
}
.product-zoom-area .slider-nav .slick-slide > div {

}
.product-zoom-area .slider-nav .slick-slide div {
  display: block !important;
}
.product-zoom-area .slider-nav .slick-slide.slick-current > div {

}
.product-zoom-area .slider-nav .slick-next {
  top:100%;
  margin-top: -25px;
  left: 100%;
  margin-left: -45px;
  z-index: 2;
  opacity: 1;
}
.product-zoom-area .slider-nav .slick-prev {
  top:100%;
  margin-top: -25px;
  left: 100%;
  margin-left: -75px;
  z-index: 2;
  opacity: 1;
}
.product-zoom-area .slider-nav .slick-prev:before, .product-zoom-area .slider-nav .slick-next:before {
  opacity: 1;
  font-size: 28px;
  color: var(--eazy-color-secondary)
}

.product-details-content {
  position: relative;
  padding: 10px 0;
}
.product-details-content .wish-link {
  position: absolute;
  right: 15px;
  top: 12px;
}
.product-details-content .cata {
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 0px;
}
.product-details-content h2, .product-details-content h1 {
  font-size: 25px;
  color: #363636;
  font-weight: 500;
  margin-bottom: 12px;
}
.product-details-content .quantity {
  color: #808080;
  font-size: 16px;
    line-height: 24px;
  margin-bottom: 0px;
}

.product-details-content .quantity-price {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    margin-left: 16px;
    display: inline;
}

.product-details-content .quantity-price .qt-price-divider {
    color: #ccc;
}

.product-details-content .ebg-index {
    margin-left: 10px;
    position: relative;
    padding-left: 10px;
}

.ebg-exrate {
    font-size: 13px;
    line-height: 1.25;
    padding-top: 0px;
    padding-bottom: 5px;
    color: #808080;
}

@media (max-width: 768px) {
    .ebg-exrate {
        padding-top: 6px;
    }
}

.ebg-exrate-full {
    font-size: 12px;
    line-height: 1.25;
    padding-top: 20px;
    padding-bottom: 5px;
    color: #808080;
}

.product-details-content .ebg-index:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 80%;
    width: 10px;
    border-left: 2px #ccc solid;
}

.product-details-content .article {
  color: #808080;
    font-size: 16px;
    line-height: 24px;
  margin-bottom: 0px;
}

.product-details-content .price-wrapper {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}

.product-details-content .price {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin-bottom: 24px;
}
.product-details-content .price del {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    margin-left: 1px;
    margin-bottom: 4px;
    color: #808080;
    display: block;
}
.product-details-content .price-increase-decrese-group {
  margin-bottom: 0px;
    line-height: 48px;
    background: none;
}

.product-details-content .price-btn .weight_unit {
    padding: 0;
    color: #000;
    line-height: 48px;
    width: 30px;
    text-align: right;
}

.product-details-content .price-increase-decrese-group button {
    border-radius: 4px;
    background: linear-gradient(0deg, #ECECEC, #ECECEC);
    height: 48px;
    width: 60px;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    display: block;
    color: #000;
}

.product-details-content .price-increase-decrese-group button:hover {
    background: linear-gradient(0deg, #F7F0E2, #F7F0E2);
}

.product-details-content .price-increase-decrese-group input {
    background: #fff;
    color: #000;
    font-size: 20px;
    width: 100%;
}

.product-details-content .buy-now {
  font-size: 18px;
  line-height: 48px;
    font-weight: 500;
  color: white;
  background-color: var(--eazy-color-secondary);
  border-radius: 4px;
  padding: 0px 10px;
    width: 100%;
    text-align: center;
  display: inline-block;
}

.product-details-content .rate-now {
    font-size: 18px;
    line-height: 48px;
    font-weight: 500;
    color: #000;
    background: linear-gradient(0deg, #ECECEC, #ECECEC);
    border-radius: 4px;
    padding: 0px 10px;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.product-details-content .out-stock {
    font-size: 18px;
    line-height: 48px;
    font-weight: 500;
    color: #999999;
    background: linear-gradient(0deg, #F7F7F7, #F7F7F7);
    border-radius: 4px;
    padding: 0px 10px;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.description-review-area {
    background:#fff;
    color: #4D4D4D;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

#tab_comments {
    margin-top: 60px;
}

.description-review-area h4 {
    color: #000;
    margin-bottom: 16px;
    font-size: 24px;
}
.product-zoom-info-section {
    background: #fff;
}

.description-review-area p {
  margin-bottom: 30px;
}
.description-review-area p:last-child {
  margin-bottom: 0;
}
.description-review-area ul {
  padding-left: 40px;
  margin-bottom: 30px;
}
.description-review-area ul li {
  position: relative;
}
.description-review-area ul li:after {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  width: 15px;
  height: 2px;
  margin-top: -1px;
  background-color: var(--eazy-color-secondary);
}

.description-review-area .product-anotherinfo-wrapper {
    margin-bottom: 30px;
}

.review-comments-section h3 {
  font-size: 24px;
    line-height: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}

.review-comments-section .comments-rating {
  color: var(--eazy-color-primary);
  margin-left: 20px;
  margin-right: 30px;
  float:right;
}

#showMoreComments {
    display: none;
}

.review-comment-item {
  border: 1px solid #E3E3E3;
  padding: 24px;
  text-align: center;
    margin-bottom: 20px;
    border-radius: 4px;
}

.review-comment-item.hidden {
    display: none;
}

@media only screen and (min-width: 768px) {
  .review-comment-item {
    text-align: left;
  }

}

.review-comment-item .thumb {
  width: 100px;
  display: inline-block;
  margin-bottom: 20px;
}
.review-comment-item .thumb img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .review-comment-item .thumb {
    display: block;
    margin-bottom: 0;
  }
}
.review-comment-item .content {
  text-align: left;
}

.review-comment-item .rating-text {
  display: flex;
  margin-left: 0px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #484848;
  font-weight: 700;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
}

@media only screen and (min-width: 768px) {
  .review-comment-item .content {
    width: 100%;
    text-align: left;
  }
}
.review-comment-item .content .head {
  margin-bottom: 0;
}
.review-comment-item .content .head .rating i {
  color: #F5A623;
}
.review-comment-item .content .name {
  font-size: 18px;
    line-height: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
}
.review-comment-item .content .post-time {
  font-size: 16px;
  line-height: 25px;
  color: #808080;

}
.review-comment-item .content .review-body p {
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
}
.review-comment-item .content .review-body p:last-child {
  margin-bottom: 0;
}

.review-form .input-item {
  margin-bottom: 15px;
}
.review-form .input-item label {
  font-size: 13px;
  font-weight: 500;
}
.review-form .input-item input {
  width: 100%;
  padding: 6px 15px;
}
.review-form .input-item textarea {
  width: 100%;
  padding: 6px 15px;
  min-height: 100px;
}
.review-form .input-item .rating i {
  color: #F5A623;
}
.review-form .review-submit {
  font-size: 18px;
  font-weight: 500;
    line-height: 24px;
  padding: 12px 30px;
  background-color: var(--eazy-color-secondary);
  color: white;
  border: none;
  border-radius: 3px;
  outline: none;
  transition: all 0.3s ease;
}
.review-form .review-submit:hover {
  background-color: var(--eazy-color-primary);
}

.review-form .card-body {
  padding: 0;
}
.review-form .rating {
  border: none;
  margin-right: 0px;
  margin-top: 35px;
}
.review-form .myratings {
  font-size: 48px;
  color: green;
}
.review-form .rating > [id^=star] {
  display: none;
}
.review-form .rating > label:before {
  margin: 5px;
  font-size: 2.25em;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "";
}
.review-form .rating > .half:before {
  content: "";
  position: absolute;
}
.review-form .rating > label {
  color: #ddd;
  float: right;
}
.review-form .rating > [id^=star]:checked ~ label,
.review-form .rating:not(:checked) > label:hover,
.review-form .rating:not(:checked) > label:hover ~ label {
  color: #FFD700;
}
.review-form .rating > [id^=star]:checked + label:hover,
.review-form .rating > [id^=star]:checked ~ label:hover,
.review-form .rating > label:hover ~ [id^=star]:checked ~ label,
.review-form .rating > [id^=star]:checked ~ label:hover ~ label {
  color: #FFED85;
}
.review-form input.reset-option {
  display: none;
}

.eflux-login-form-area {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
}

.new-customer-container > h6 {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.new-customer-container .new-customer-box {
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.06);
  padding: 30px 25px;
  border-radius: 10px;
}
.new-customer-container .new-customer-box h6 {
  font-size: 16px;
  font-weight: normal;
}
.new-customer-container .new-customer-box p {
  font-size: 15px;
  margin-bottom: 25px;
}
.new-customer-container .new-customer-box .signup-btn {

  border: none;
  background-color: var(--eazy-color-secondary);
  padding: 15px 40px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  transition: all 0.3s ease;
  outline: none;
  text-align: center;
}
.new-customer-container .new-customer-box .signup-btn:hover {
  background-color: var(--eazy-color-primary);
  color: white;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #d3d5da;
}

.separator:not(:empty)::before {
    margin-right: 1.25em;
}

.separator:not(:empty)::after {
    margin-left: 1.25em;
}

@media only screen and (min-width: 1500px) {
  .eflux-login-form-area {
    padding: 25px 25px;
  }

  .new-customer-container .new-customer-box {
    padding: 25px 25px;
  }
  .new-customer-container .new-customer-box p {
    margin-bottom: 20px;
  }
  .new-customer-container .new-customer-box .signup-btn {

    border: none;
    background-color: var(--eazy-color-secondary);
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .eflux-login-form-area {
    padding: 25px 25px;
  }

    .product-popup #tab_comments {
        margin-top: 40px;
        margin-bottom: 40px;
    }

  .new-customer-container .new-customer-box {
    padding: 20px 15px;
  }
  .new-customer-container .new-customer-box p {
    margin-bottom: 20px;
  }
  .new-customer-container .new-customer-box .signup-btn {

    border: none;
    background-color: var(--eazy-color-secondary);
    padding: 10px 30px;
  }
}
.admin-page-section {
  background-color: #f1f1f1;
  height: 260px;
  background-image: url(../images/head-bg.jpg);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .admin-page-section {
    height: 200px;
    background-position: top right -184px;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  .admin-content-area {
    text-align: center;
  }
}
.admin-content-area .admin-thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
}
.admin-content-area .admin-thumb img {
  width: 100%;
}
.admin-content-area .admin-thumb .image-change-option {
  position: absolute;
  right: -10px;
  top: -10px;
}
.admin-content-area .admin-content .name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #363636;
}
.admin-content-area .admin-content .desc {
  color: #5f5f5f;
  font-size: 18px;
  margin-bottom: 0;
}

.dashboard-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .dashboard-section {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left:0;
    padding-right: 0;
  }
}

.price-btn {
  display: none;
}

.billing-item {
  padding: 30px;
}
@media (max-width: 767px) {
    .billing-item {
        padding: 15px;
    }
}
.billing-item > h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-item {
  margin-bottom: 20px;
}
.form-item h6 {
  margin-top: 0px;
}

.billing-form .input-item {
  margin-bottom: 15px;
}

.billing-form .input-item label {
  display: block;
}
.billing-form .input-item input, .billing-form .input-item textarea {
  width: 100%;
  margin-bottom: 15px;
}

.billing-form .input-item input.disabled {
  background-color: #eee;
  pointer-events: none;
}

.billing-form .input-item input:last-child {
  margin-bottom: 0;
}


.billing-form .input-item .select-selected {
  background-color: #fdfdfd;
  border: 1px solid #dadada;
  color: #dad5d5;
  border-radius: 3px;
  min-height: 46px;
}
.billing-form .input-item .select-selected:after {
  top: 21px;
  position: absolute;
  border: 6px solid transparent;
  border-color: #dad5d5 transparent transparent transparent;
}
.billing-form .input-item .select-selected.select-arrow-active:after {
  border-color: transparent transparent #dad5d5 transparent;
  top: 13px;
}
.billing-form .input-item .select-items {
  background-color: #fff;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.billing-form .input-item .select-items div {
  color: #bbbbc1;
  border-color: transparent transparent rgba(0, 0, 0, 0.02) transparent;
  font-size: 12px;
}
.billing-form .input-item .select-items div:hover {
  background-color: var(--eazy-color-secondary);
  color: white;
}

.billing-form .shop-closed {
  background: #be0015;
  padding: 4px;
  border-radius: 0.54rem;
  margin-top: -4px;
}

.billing-form .shop-closed .input-item {
  margin-bottom: 4px;
}

.billing-form .shop-closed .sc-message {
  color:#fff;
  padding: 0;
  line-height: 1;
  font-size: 12px;
  text-align: center;
}

.input-item.radio {
  position: relative;
}
.input-item.radio input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.input-item.radio label {
  position: relative;
  padding-left: 22px;
}
.input-item.radio label:after {
  content: "";
  left: 0px;
    top: 5px;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url('../images/svg/radiobutton-unactive.svg') no-repeat;
  background-size: contain;
}

.input-item.radio:hover label:after {
  content: "";
  left: 0px;
    top: 5px;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url('../images/svg/radiobutton-hover.svg') no-repeat;
  background-size: contain;
}

.input-item.radio input[type=radio]:checked ~ label:after {
  content: "";
  left: 0px;
  top: 5px;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url('../images/svg/radiobutton-selected.svg') no-repeat;
  background-size: contain;

}

.cart-item.sitebar-cart {
  position: static;
  width: 100%;
  padding: 0px !important;
  height: auto;
}
.cart-item.sitebar-cart .cart-product-container {
  height: auto;
  overflow-y: auto;
}

.cart-item.sitebar-cart .cart-product-container .cart-product-item {
  padding: 10px 25px;
}
.cart-item.sitebar-cart .cart-product-container .cart-product-item > .row:first-child {
  margin-bottom: 10px;
}
.cart-item.sitebar-cart .cart-footer {
  position: static;
}
.cart-item.sitebar-cart .cart-footer .product-other-charge {
  padding: 30px 35px;
}
.cart-item.sitebar-cart .cart-footer .cart-total {
  padding: 30px 35px;
  background-color: #f5f5f5;
}

.page-layout {
  transition: all 0.3s ease;
  position: relative;
}
.header-page-layout .catagory-sidebar-area {
  width: 300px;
  position: absolute;
  /* top: 0px; */
  transition: all 0.3s ease;
  z-index: 99;
  left: -350px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1500px) {
  .header-page-layout .catagory-sidebar-area {
    width: 350px;
    left: -350px;
  }
}
@media only screen and (max-width: 479px) {
  .header-page-layout .catagory-sidebar-area {
    max-width: 300px;
    width: 100%;
  }
}
.header-page-layout .catagory-sidebar-area.fixed-totop {
  position: fixed;
  left: -350px;
  top: 80px !important;
  right: auto;
}
.header-page-layout .catagory-sidebar-area .catagory-sidebar-area-inner {
  width: 100%;
  height: calc(100vh - 60px);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  background-color: #fff;
}

.header-page-layout .catagory-sidebar-area.fixed-totop .catagory-sidebar-area-inner {
  width: 100%;
  height: calc(100vh - 60px);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  background-color: #fff;
}

.page-layout .main-content-area {
  transition: all 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .page-layout.open-side-menu {
    padding-left: 250px;
  }
  .page-layout.open-side-menu .container {
    max-width: 925px;
  }
}
@media only screen and (min-width: 1300px) {
  .page-layout.open-side-menu {
    padding-left: 250px;
  }
  .page-layout.open-side-menu .container {
    max-width: 925px;
  }
}
.header-page-layout.open-side-menu .catagory-sidebar-area {
  left: 0;
}
.header-page-layout.open-side-menu .catagory-sidebar-area.fixed-totop {
  left: 0px;
}


@media only screen and (min-width: 1620px) {
  .page-layout.open-side-menu {
    padding-left: 350px;
  }
  .page-layout.open-side-menu .container {
    margin-left: 80px;
    max-width: 1140px;
  }
}

@media only screen and (min-width: 1800px) {
  .page-layout.open-side-menu {
    padding-left: 350px;
  }
  .page-layout.open-side-menu .container {
    margin-left: 80px;
    max-width: 1340px;
  }
}

@media only screen and (min-width: 1200px) {
  .page-layout.open-side-menu.no-side-animation {
    padding-left: 0px;
  }
  .page-layout.open-side-menu.no-side-animation .container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1300px) {
  .page-layout.open-side-menu.no-side-animation {
    padding-left: 0px;
  }
  .page-layout.open-side-menu.no-side-animation .container {
    max-width: 1140px;
  }
}
.header-page-layout.open-side-menu.no-side-animation .catagory-sidebar-area {
  left: 0;
}
.header-page-layout.open-side-menu.no-side-animation .catagory-sidebar-area.fixed-totop {
  left: 0px;
}
@media only screen and (min-width: 1500px) {
  .page-layout.open-side-menu.no-side-animation {
    padding-left: 0px;
  }
  .page-layout.open-side-menu.no-side-animation .container {
    margin-left: 0px;
    max-width: 1140px;
  }
}

.modal-content .modal-body {
  border-top: 4px solid var(--eazy-color-secondary);
}
.modal-content .menu {
  max-height: 400px;
  overflow-y: auto;
}
.modal-content ul li a {
  padding: 10px 20px;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(89, 184, 40, 0.1);

  align-items: center;
}

.modal-content ul li a i {
  margin-right: 10px;
}

.modal-content .select-search-option {
  display: block;
  padding: 40px 35px;
}
@media only screen and (max-width: 479px) {
  .modal-content .select-search-option {
    padding: 15px 5px;
  }
}
.modal-content .select-search-option .flux-custom-select {
  width: 100%;
  margin-bottom: 15px;
}
.modal-content .select-search-option .search-form {
  width: 100%;
}
.modal-content .select-search-option .select-items {
  background-color: #fff;
  max-height: 250px;
  overflow-y: auto;
}

.wishlist {
  background-color: #fff;
}

.wishlist-header {
  padding: 28px 30px;
  border-bottom: 1px solid #f3f3f3;
}
.wishlist-header h6 {
  font-size: 15px;
  font-weight: 700;
  color: var(--eazy-color-secondary);
  margin: 0;
}

.wishlist-item {
  border-bottom: 1px solid #f3f3f3;
  padding: 10px 25px;
  position: relative;
}
.wishlist-item .close-item {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #e7e7e7;
  cursor: pointer;
}
.wishlist-item .close-item:hover {
  color: #ff7b8f;
}
@media only screen and (max-width: 767px) {
  .wishlist-item .close-item {
    top: 5px;
    right: 15px;
  }
}
.wishlist-item:last-child {
  border-bottom: none;
}
.wishlist-item .thumb {
  min-width: 120px;
}
.wishlist-item .product-content {
  padding-left: 25px;
}
@media only screen and (min-width: 992px) {
  .wishlist-item .product-content {
    padding-left: 70px;
  }
}
.wishlist-item .product-content .product-title {
  font-size: 16px;
  color: #363636;
  font-weight: 500;
}
.wishlist-item .product-content .product-cart-info {
  font-size: 13px;
  color: #d0d0d0;
}
.wishlist-item .product-content .product-price {
  font-size: 16px;
  font-weight: 500;
  color: #363636;
  margin-bottom: 20px;
}
.wishlist-item .product-content .product-price del {
  color: #bebebe;
}
.wishlist-item .product-content .cart-btn {
  padding: 9px 13px;
}
.wishlist-item:hover {
  transform: scale(1);
  box-shadow: none;
}

.pagination li {
  margin-right: 10px;
}
.pagination li a {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background-color: #f3f3f3;
  color: #222d39;
  text-align: center;
  line-height: 35px;
  display: block;
  font-size: 13px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.pagination li a.active, .pagination li a:hover {
  background-color: var(--eazy-color-secondary);
  color: white;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li:last-child a {
  width: auto;
  height: auto;
}
.pagination li:last-child a .icon {
  width: 35px;
  height: 35px;
  background-color: #3da20a;
  line-height: 35px;
  text-align: center;
  color: white;
}
.pagination li:last-child a .text {
  padding: 0px 20px;
  background-color: var(--eazy-color-secondary);
  color: white;
}
.pagination li:first-child a {
  width: auto;
  height: auto;
}
.pagination li:first-child a .icon {
  width: 35px;
  height: 35px;
  background-color: #3da20a;
  line-height: 35px;
  text-align: center;
  color: white;
}
.pagination li:first-child a .text {
  padding: 0px 20px;
  background-color: var(--eazy-color-secondary);
  color: white;
}

.error-page {
  padding-top: calc(60px + 5.20vw);
  padding-bottom: calc(60px + 5.20vw);
}
.error-page h1 {
  font-size: calc(100px + 5.20vw);
  color: var(--eazy-color-secondary);
  line-height: calc(90px + 5.20vw);
}
.error-page h3 {
  font-size: calc(22px + 0.52vw);
  color: #222533;
}
.error-page p {
  font-size: calc(15px + 0.20vw);
  color: #222533;
  margin-bottom: 30px;
}
.error-page .backhome {
  font-size: 14px;
  width: 180px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 600;
  background-color: var(--eazy-color-secondary);
  color: white;
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1200px) {
  .error-page .backhome {
    font-size: 16px;
    width: 240px;
    height: 60px;
    line-height: 60px;
  }
}
.error-page .backhome:hover {
  background-color: #222533;
}

.product-order-success-container {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.product-order-success-container .product-order-success {
  background-color: #85cb62;
  text-align: center;
  padding: 75px 20px;
}

.product-order-success-container .product-order-success.error {
  background-color: #9a0000;
}

.product-order-success-container .product-order-success .iconimage {
  margin-bottom: 10px;
}
.product-order-success-container .product-order-success h2 {
  color: white;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .product-order-success-container .product-order-success h2 {
    font-size: 24px;
  }
}
.product-order-success-container .product-order-success p {
  color: white;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .product-order-success-container .product-order-success p {
    font-size: 14px;
  }
}
.product-order-success-container .product-order-success .order-btn {
  padding: 12px 25px;
  background-color: white;
  color: #444;
  border-radius: 3px;
}
.product-order-success-container .product-order-success .order-btn:hover {
  background-color: #233233;
  color: white;
}
.product-order-success-container .order-description {
  padding: 50px 30px 30px 60px;
}
.product-order-success-container .order-description .order-info {
  margin-bottom: 30px;
}
.product-order-success-container .order-description .order-info li {
  display: flex;
  line-height: 2.5;
  justify-content: center;
}
.product-order-success-container .order-description .order-info li h6 {
  font-size: 15px;
  font-weight: 500;
  line-height:24px;
}
.product-order-success-container .order-description .order-info li p {
  margin-left: 5px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .product-order-success-container .order-description {
    padding: 30px 30px 30px 30px;
  }
}
.product-order-success-container .order-description .view-summery {
  font-size: 15px;
  color: var(--eazy-color-secondary);
  text-decoration: underline;
}
.product-order-success-container .order-description .view-summery:hover {
  text-decoration: none;
}

.right-nav-menu {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 20px 0px rgba(89, 184, 40, 0.06);
  overflow: hidden;
}
.right-nav-menu .right-nav-menu-toggle {
  display: none;
}
.right-nav-menu li a {
  display: flex;
  align-items: center;
  padding: 12px 30px;
  border-bottom: 1px solid #f5f5f5;
}
.right-nav-menu li a:last-child {
  border-bottom: none;
}
.right-nav-menu li a .icon {
  margin-right: 7px;
}
.right-nav-menu li a .icon svg {
  width: 18px;
  height: 18px;
}
.right-nav-menu li:hover a {
  background-color: #f9f9f9;
  color: inherit;
}
.right-nav-menu li.active a {
  background-color: var(--eazy-color-secondary);
  color: white;
}
.right-nav-menu li.active a .icon svg {
  fill: white;
}

.order-card {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 20px 0px rgba(89, 184, 40, 0.06);
  overflow: hidden;
    border: 1px #f1f1f1 solid;
}

.order-card.dynamic {
    box-shadow: none;
    padding: 0;
}

.order-card .order-card-header {
  padding: 20px 20px 5px 20px;
}
.order-card .order-card-header .deliver {
  font-size: 14px;
  font-weight: 500;
  background-color: #43bf55;
  color: white;
  border-radius: 3px;
  padding: 1px 12px;
}
.order-card .order-card-header .deliver.process {
  background-color: #ffc107;
}
.order-card .order-card-header .deliver.cancel {
  background-color: #f76037;
}
.order-card .order-card-body {
  padding: 15px 20px 15px 20px;
}
.order-card .order-card-body table {
  width: 100%;
}
.order-card .order-card-body table th, .order-card .order-card-body table td {
  width: 33.33%;
}
@media only screen and (max-width: 991px) {
  .order-card .order-card-body table th, .order-card .order-card-body table td {
    font-size: 13px;
  }
}
.order-card .order-card-body .order-info-extra {
  display: none;
}
.order-card .order-card-body .order-info-extra h6 {
  font-size: 14px;
  font-weight: 700;
}
.order-card .order-card-body .order-info-extra ul li {
  font-size: 13px;
}
.order-card .order-card-body .order-info-extra ul li i {
  color: var(--eazy-color-secondary);
  font-size: 10px;
}
.order-card .order-card-body .order-info-extra .destination-box {
  border: 1px dashed #ebebeb;
  background-color: #f8f8f8;
  padding: 15px 20px;
  border-radius: 10px;
  overflow: hidden;
}

.order-card .order-card-body .order-info-extra .product-title {
    font-weight: 600;
    margin-bottom: 3px;
    margin-top: 0;

}

.order-card .order-card-body .order-info-extra .order-detail {
  font-size: 13px;
  background-color: #6c6c6c;
  padding: 1px 10px;
  color: white;
  border-radius: 4px;
}
.order-card .order-card-body .order-info-extra .review {
  font-size: 13px;
  background-color: var(--eazy-color-secondary);
  padding: 1px 10px;
  color: white;
  border-radius: 4px;
  margin-left: 10px;
}
.order-card .order-card-footer {
  padding: 15px 20px 15px 20px;
  border-top: 1px solid #f3f3f3;
}
.order-card .order-card-footer .view, .order-card .order-card-footer .show-less {
  font-size: 14px;
  font-weight: 400;
  color: var(--eazy-color-secondary);
  cursor: pointer;
}
.order-card .order-card-footer .show-less {
  display: none;
}
.order-card.show .order-info-extra {
  display: block;
}
.order-card.show .view {
  display: none;
}
.order-card.show .show-less {
  display: block;
}

.my-account-box {
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(89, 184, 40, 0.06);
  overflow: hidden;
}
.my-account-box .my-account-header {
  padding: 20px 30px;
  background-color: #f2f2f2;
  box-shadow: inset 0px -34px 52px -57px rgba(0,0,0,0.1);

}
@media only screen and (max-width: 991px) {
  .my-account-box .my-account-header {
    padding: 10px 20px;
  }
}
.my-account-box .my-account-header h6 {
  font-size: 16px;
  font-weight: 700;
}
.my-account-box .my-account-body {
  padding: 25px 30px;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .my-account-box .my-account-body {
    padding: 15px 20px;
  }
}

.article-block ul {
  margin: 0 0 20px 40px;
  padding: initial;
  list-style: initial;
}


@media only screen and (max-width: 991px) {
  .dashboard-section {
    position: relative;
  }
  .dashboard-section .right-nav-menu {
    position: absolute;
    left: -260px;
    width: 260px;
    overflow: visible;
    top: -60px;
    transition: all 0.3s ease;
    z-index: 99;
  }
  .dashboard-section .right-nav-menu .right-nav-menu-toggle {
    display: block;
    width: 70px;
    height: 60px;
    right: -76px;
    top: -70px;
    background-color: var(--eazy-color-secondary);
    position: absolute;
    text-align: center;
    border-radius: 3px;
    color: white;
    line-height: 58px;
  }
  .dashboard-section .right-nav-menu .right-nav-menu-toggle i {
    font-size: 20px;
  }
  .dashboard-section .right-nav-menu .right-nav-menu-toggle svg {
    width: 28px;
    height: 28px;
    fill: white;
  }
  .dashboard-section .right-nav-menu.open {
    left: -10px;
  }
  .dashboard-section .wishlist-item .product-content {
    padding-left: 10px;
    padding: 2px 6px;
  }
  .dashboard-section .wishlist-header {
    padding: 16px 30px;
    border-bottom: 1px solid #f3f3f3;
  }
}
.dashboard-section .col-lg-3 {
  position: initial;
}

/*# sourceMappingURL=style.css.map */

.checkout-item {
  border-bottom: 1px #ddd solid;
  line-height: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.checkout-item .title {

}

.priceWithButton {
  display: flex;
  margin-top: 0;
  height: 32px;
}

.priceWithButton.ebg-cart {
    margin-top: -10px;
}

.breadcrumb li span {
  margin:0;
}

.breadcrumb li {
  margin-left: 5px;
  font-size: 13px;
}

.slick-slide img {
  /*border-radius: 16px;*/
}

.energyBlock h6 {
  font-size: 18px;
  line-height: 0;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 5px;
}

.energyBlock span {
  color:#999;
  font-size: 14px;
  margin: 0;
}

.revpost {
  line-height: 24px;
    font-size: 16px;
    color: #808080;
  margin-bottom: 15px;
    margin-top: 15px;
}

.energy-wrap {
    margin-top: 15px;
  margin-bottom: 15px;
}

.subtitle-line {
    margin-bottom: 40px;
}

.header-block-title {
  font-weight: 500;

}

.app-icon {
  width: 200px;
}

.app-icon-second {
  margin-left: 10px;
}

.live-rating {
  display: flex;
  margin-left: 15px;
  width: 32px;
  text-align: center;
  font-size: 24px;
  color: var(--eazy-color-primary);
  font-weight: 700;
  flex-wrap: wrap;
  margin-top: 0px;
  align-content: center;
  justify-content: space-around;
}

@media(max-width: 1399px) {
  .apps-store a img {
    width: 100%;
  }

}

@media(max-width: 1199px) {

  .app-icon {
    width: 180px;
  }

  .header-overlay {
    height: 150px;
  }


  .header .header-top .logo img {
    max-height: 45px;

  }

  .page-header-section.fixed-totop {
    top: 94px;
  }
  .header .header-top {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:15px;
    padding-right: 15px;
  }

  .product-details-content .price {
    margin-top: 3px;
  }

}

@media(max-width: 991px) {

  .app-icon {
    width: 140px;
  }

  .apps-store a img {
    width: 40%;
  }

  .product-zoom-area {
    transition:all 1s;
    padding: 5px 0;
  }

   .product-popup .product-zoom-area {
        padding: 0 0 5px 0;
    }

  .banner-content h6 {
    font-size: 18px;
    line-height: 1.3;
  }
  .banner-content h2 {
    font-size: 18px;

    line-height: 1.3;
    margin-top: 20px;
  }

    .cat-block .cat-item .product-content {
        padding: 15px;
    }

}

@media(max-width: 767px) {

  .review-comments-section .comments-rating {
    margin-left: 0px;
    margin-right: 0px;

  }

  .page-header-section.fixed-totop {
    top: 69px;
  }

  .header-page-layout .catagory-sidebar-area.fixed-totop {
    top: 67px !important;
  }

  .header .header-top .logo {

  }

  .cat-block .cat-item {
    height: 140px;
  }

  .cat-block .cat-item .product-content {
    padding: 8px 10px;
  }

  .section-heading {
    margin-left:0;
    margin-right: 0;
  }

  .product-item .product-content {
    padding: 2px 5px 5px 5px;
  }

  .cat-item .product-content {
    padding: 7px;
  }

  .section-heading .heading-title {
    font-size: 16px;
    line-height: 16px;
    padding: 0 10px 0 0;
  }

  .section-heading .heading-circle {
    width: 12px;
    height: 12px;
  }

  .priceWithButton {
    height: auto;
      min-height: 32px;
    margin-top: 0;
  }

  .energyBlock h6 {
    font-size: 16px;
    line-height: 0;
    font-weight: 500;
    margin-top: 10px;
  }

  .energyBlock span {
    font-size: 11px;
    line-height: 11px;
  }

  .header .header-top .logo img {
    max-height: 40px;
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .product-short-desc {
    /* margin-top: -200px; */
    background: #fff;
    transition:all 0.4s;
  }

  .product-details-content {
    position: relative;
    padding: 10px 0;
  }

  .priceWithButton .cart-btn-toggle {
    width: 100%;
    margin-top: 0.3rem;
  }

  .section-ptb {
    padding-top:10px;
  }

   .product-popup .section-ptb {
        padding-top:0px;
    }

    .description-review-area {
        padding-bottom: 60px;
    }

  .product-item .product-content .product-title {
    font-size: 14px;
  }

  .cat-item {
    height: 120px;
  }

  .cat-item .product-content .product-title {
    font-size: 13px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .product-item .product-content .quantity {
    font-size: 12px;
    line-height: 14px;
  }

  .product-item .product-content .price {
    font-size: 16px;
  }

  .emptyQtty {
    margin-top: 5px;
    display: block;
    margin-bottom: 5px;
  }

  .all-catagory-option {
    padding:0;
  }

  .header .header-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .breadcrumb li span {
    margin:0;
  }

  .breadcrumb li {
    margin-left: 5px;
    font-size: 13px;
  }

  .product-details-content h2,   .product-details-content h1 {
    font-size: 20px;
    margin-bottom:12px;
  }

  .product-details-content .price {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
  }

    .product-details-content .price-wrapper > *:last-child {
        flex-basis: 100%;
        margin-left: 0;
        font-size: 14px;
    }

  .product-details-content .price del {
    font-size: 14px;
  }



  .banner-section {
    display: none !important;
  }

}


#rater {
  font-size: 90px;
}

@media(max-width: 575px) {
  .live-rating {
    margin-left: 10px;
    font-size: 20px;
  }
}

@media(max-width: 390px) {
  .description-review-topbar a {
    padding: 18px 2px;
    font-size: 13px;
  }

  .mobile-header {
    /*height: 68px;*/
  }

  .app-icon {
    width: 120px;
  }

}

@media(max-width: 330px) {
  .energyBlock h6 {
    font-size: 14px;
    line-height: 0;
    font-weight: 500;
    margin-top: 10px;
  }

  .energyBlock span {
    font-size: 10px;
    line-height: 10px;
  }


  .app-icon-second {
    margin-top: 0;
    margin-left: 5px;
  }
}
.link-theme {
    color: var(--eazy-color-secondary);
}

.btn-theme {
  color: #fff !important;
  background-color: var(--eazy-color-secondary);
  border-color: var(--eazy-color-secondary);
    border-radius: 4px;
}
.btn-theme:hover {
  color: #fff !important;
  background-color: var(--eazy-color-primary) !important;
  border-color: var(--eazy-color-primary) !important;
}

.btn-theme.disabled {
  pointer-events: none;
  background-color: var(--eazy-color-secondary);
  border-color: var(--eazy-color-secondary);
  opacity: 0.3;
}

.btn-theme-reverse {
    color: #fff !important;
    border-radius: 4px;
    background-color: var(--eazy-color-primary) !important;
    border-color: var(--eazy-color-primary) !important;
}
.btn-theme-reverse:hover {
    color: #fff !important;
    background-color: var(--eazy-color-secondary);
    border-color: var(--eazy-color-secondary);
}

.btn-theme-reverse {
    color: #fff !important;
    border-radius: 4px;
    background-color: var(--eazy-color-primary) !important;
    border-color: var(--eazy-color-primary) !important;
}
.btn-theme-reverse:hover {
    color: #fff !important;
    background-color: var(--eazy-color-secondary);
    border-color: var(--eazy-color-secondary);
}

.btn-outline-theme {
    color: var(--eazy-color-secondary) !important;
    border-radius: 4px;
    background-color: none;
    border-color: var(--eazy-color-secondary) !important;
}
.btn-outline-theme:hover {
    color: #fff !important;
    background-color: var(--eazy-color-secondary);
    border-color: var(--eazy-color-secondary);
}

.btn-outline-reverse {
    color: var(--eazy-color-primary) !important;
    border-radius: 4px;
    background-color: none;
    border-color: var(--eazy-color-primary) !important;
}
.btn-outline-reverse:hover {
    color: #fff !important;
    background-color: var(--eazy-color-primary);
    border-color: var(--eazy-color-primary) !important;
}


.btn-outline-theme-gray {
    color: #000 !important;
    background-color: none;
    border-color: #E3E3E3 !important;
    border-radius: 4px;
}


.btn-theme-gray {
    color: #000 !important;
    border-radius: 4px;
    background-color: #ECECEC !important;
    border-color:#ECECEC !important;
}

.btn-theme-gray:hover {
  background-color: #e0e0e0 !important;
  border-color:#e0e0e0 !important;
  color: #000 !important;
}

.btn-outline-theme-gray span {
    color: #808080;
    margin-left: 4px;
    font-weight: 400;
}

.btn-check-comments {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.btn-check-comments.disabled + .btn-outline-theme-gray {
    opacity: 0.4;
    pointer-events: none;
}

.input-group .btn-theme-gray {
  color: #000;
  background-color: #ECECEC !important;
  border: 1px solid #ced4da !important;
}

.btn-large {
    font-size: 24px;
    line-height: 1;
    padding: 15px 20px;
}

.btn-check-comments + .btn-outline-theme-gray {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.btn-check-comments:checked + .btn-outline-theme-gray {
    border-color: #B9974F !important;
    color: #B9974F !important;

}

.btn-check-comments:checked + .btn-outline-theme-gray span {
    color: #B9974F !important;

}

.ratings-rate {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}


.product-cart-info{
  font-size: 13px;
  line-height: 16px;
}

.offcanvas-title {
  margin-top: 0;
}



@media(max-width: 575px) {
    .ratings-rate, .btn-check-comments + .btn-outline-theme-gray {
        font-size: 14px;
        line-height: 20px;

    }

    .btn-check-comments + .btn-outline-theme-gray {
        padding-left: 6px;
        padding-right: 6px;
    }

    .btn-outline-theme-gray span {
        margin-left: 0;
    }

}


@media(max-width: 400px) {
    .ratings-rate, .btn-check-comments + .btn-outline-theme-gray {
        font-size: 13px;
        line-height: 20px;
    }
}


.loading-center{
  width: 100%;
  height: 100%;
  position: relative;
}
.loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}
.object{
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 20px;
  margin-top: 65px;
  border-radius: 50% 50% 50% 50%;
}
.object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}
.object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.saving .badge {
  font-size: 14px;

}


.sitebar-cart .cart-product-container::-webkit-scrollbar {
  width: 5px;
}

.sitebar-cart .cart-product-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #c2c2c2;
}

.sitebar-cart .cart-product-container::-webkit-scrollbar-thumb {
  background-color: rgba(169, 169, 169, 0.4);
  outline: 1px solid #fff;
}

.subLocationInfo {
  font-size: 12px;
  color: #000;
}


#courierBlockLoader {
  display: none;
  width: 100%;
  height: 32px;
  margin-top: 2px;
  opacity: 1;
  background:  url('../images/loader_gray.svg') no-repeat;
  background-position: center center;
  background-size: contain;
}

#econt_type_address, #econt_type_office {
  display: none;
}

#econt_type_address.active, #econt_type_office.active {
  display: block;
}

.form-check-input {
    margin-top: 0.4em;
}

.form-check-input:checked {
  background-color: var(--eazy-color-secondary);
  border-color: var(--eazy-color-secondary);
}


.commentRate {
  color: #ddd;
  float: left;
  display: flex;
}

.commentRate.widthRate {
  width: 80px;
}

.commentRate .rating-color {
  color: var(--eazy-color-primary);
}

.rating-filter-block {

}

.writecomment-button-block .btn {
    font-weight: 500;
}

@media(max-width: 1199px) {

    .writecomment-button-block .btn {
        width: 100%;
    }

}

.rating-check {
  line-height: 1.4;
}

.rating-desc {
  display: flex;
  margin-left: 5px;
  width: 32px;
  text-align: center;
  font-size: 14px;
  color: #aaa;
  font-weight: 500;
  flex-wrap: wrap;
  margin-top: 2px;
  align-content: center;
  justify-content: space-around;
}

.coupon-input {
  font-size: 20px;
  letter-spacing: 4px;
}

.big-rating {
  font-size: 40px;
  text-align: center;
  display: block;
}

.big-rating .ratings-rate {
  font-weight: 600;
  margin: 20px 0;
  display: block;
}

.big-rating .ratings-count {
  font-weight: 500;
  margin: 20px 0;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.big-rating i {
  color: var(--eazy-color-primary);
}

.quantity-right-plus:hover, .quantity-left-minus:hover  {
  color: var(--eazy-color-primary) !important;
}

.grecaptcha-badge { visibility: hidden; }

.grecaptcha-info {
  font-size: 11px;
  color: #999;
  margin-top: -10px;
  margin-bottom: 20px;
  line-height: 11px;
}

.loader-in-button {
  display: none;
}

.br-wrapper {
    margin-top: 7px;
}

.br-theme-cs-icon .br-widget {
    height: 40px;
    white-space: nowrap;
    display: flex;
    gap: 8px;

}

.br-theme-cs-icon .br-widget a {
    width: 40px;
    height: 40px;
    background: url('../images/svg/comment-star-gray.svg') no-repeat;
    background-size: contain;
 }

.br-theme-cs-icon .br-widget a.br-active,
.br-theme-cs-icon .br-widget a.br-selected {
    background: url('../images/svg/comment-star.svg') no-repeat;

    background-size: contain;
     }

.br-theme-cs-icon .br-widget .br-current-rating {
    /*display: flex;*/
  display: none;
    /*margin-left: 10px;*/
    /*width: 32px;*/
    /*text-align: center;*/
    /*font-size: 24px;*/
    /*color: var(--eazy-color-primary);*/
    /*font-weight: 700;*/
    /*flex-wrap: wrap;*/
    /*margin-top: 0px;*/
    /*align-content: center;*/
    /*justify-content: space-around;*/
}

.br-theme-cs-icon .br-readonly a {
    cursor: default; }

.br-theme-cs-icon.sm .br-widget {
    height: 18px; }
.br-theme-cs-icon.sm .br-widget a {
    font-size: 16px; }

@media(max-width: 1400px) {
    .signin-option a {
        font-size: 14px;
    }
}

@media(max-width: 460px) {
    .br-theme-cs-icon .br-widget {
        height: 40px;
    }

    .br-theme-cs-icon .br-widget a {
        font-size: 40px;
    }
}

@media(max-width: 330px) {
    .br-theme-cs-icon .br-widget {
        height: 20px;
    }

    .br-theme-cs-icon .br-widget a {
        font-size: 20px;
    }
}

#sendOrderSpinner {
    margin-top: 2rem !important;
    display: none;
    padding-top: 7px;
    padding-bottom: 7px;
}

#sendOrderSpinner .loader {
    background: url('../images/loader.svg') no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;

    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

#sendOrderSpinner .text {
    font-weight: 400;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}

.contact-persons {
    background: #ffffff;
    border-radius: 20px;
    padding: 10px 10px 0 10px;
    margin-bottom: 100px;
}

.contact-persons .person {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}


.contact-persons .person-img {
    padding-left: 40px;
    padding-right: 40px;
}



.payment-select {
    padding-right: 1rem;
    background-position: right 0.5rem center;
    background-size: 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}



#desktop-cart {
  width: 130px;
}

#desktop-cart .sum {
    display: inline-block;
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

#desktop-cart .ebg-minicart .sum {
    font-size: 12px;
    line-height: 1;
}

#desktop-cart .sum .loader {
    display: block;

    height: 22px;
    border-radius: 5px;
    opacity: 1;
    background: url('../images/loader_black.svg') no-repeat;
    background-position: center center;
    background-size: contain;
}



ul.foot-menu li {
  float: left;
  width: 50%;
}

.slider-element {
    background: var(--eazy-color-secondary);
    position: relative;
    display: flex;
    margin: 0;

    overflow: hidden;
    align-items: center;
}

.slider-element .text {
    width: 50%;
    padding: 0 50px;
    color: #fff;
}

.product-popup .slider-element {
  background: none;
}

.slider-element .text .title {
    font-weight: 800;
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 30px;
}


.slider-element .text .title span {
    color: var(--eazy-color-primary);
}

.slider-element .text .subtitle {
    font-weight: 400;
    font-size: 25px;
    line-height: 130%;
    margin-bottom: 35px;
}

.slider-element .image {
    width: 50%;

    top: 0;
    right: 0;
    height: 420px;
    background-size: cover;
}


.slider-element .slider-button {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 40px;
    gap: 10px;
    text-align: center;

    background: #813D36;
    border-radius: 4px;
}

.slider-element .slider-button:hover {
    background: var(--eazy-color-primary);
    color: #000;
}

#collapseOrderFee .card {
    text-align: left;
    font-size: 12px;
    line-height: 1.35;
}

#collapseOrderFee .card p {
    margin-bottom: 5px;
}

#collapseOrderFee .card small {
    color: #999;
}

.cart-prices {
    margin-bottom: 20px;
}

.cart-prices .editAddonsBlock {
    margin-top: 8px;
}

.shopping-cart-table a.showAddons, .cart-prices a.showAddons {
    color: var(--eazy-color-secondary);
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px var(--eazy-color-secondary) dotted;
}

@media(max-width: 1400px) {
    .slider-element .image {
        height: 350px;
    }

    .slider-element .text .title {
        font-size: 40px;
    }

    .slider-element .text .subtitle {
        font-weight: 400;
        font-size: 22px;
        line-height: 130%;
        margin-bottom: 30px;
    }
}

@media(max-width: 1200px) {

    .cart-prices {
        margin-bottom: 0px;
    }

    .slider-element .image {
        height: 300px;
    }

    .slider-element .text .title {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .slider-element .text .subtitle {
        font-weight: 400;
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 20px;
    }

}

@media(max-width: 991px) {
    .slider-element {
        flex-direction: column-reverse;

    }

    .slider-slider .slider-element {
        padding-bottom: 20px;
    }



    .slider-element .text, .slider-element .image {
        width: 100%;
    }

    .slider-element .image {
        height: 262px;
    }

    .slider-element .text {
        padding: 40px;
    }

    .slider-element .slider-button {
        width: 100%;
    }



}

@media(min-width: 768px) {
    .cart-prices {
        position: initial !important;
    }
}

@media(max-width: 767px) {
    .cart-prices {
        bottom: 48px;
        z-index: 12;
        background: #fff;
        padding-bottom: 8px;
        padding-top: 8px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        border-top: 1px #ddd solid;
    }


    .product-popup .cart-prices {
        bottom: 0;
    }

}


@media(max-width: 575px) {


    .slider-element .text {
        padding: 25px 20px;
    }

    .slider-element .image {
        height: 200px;
    }

    .slider-element .slider-button {
        width: 100%;
    }

    .slider-element .text .title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .slider-element .text .subtitle {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .product-details-content .rate-now {

    }

    .product-details-content .buy-now {


    }


    .product-details-content .price-increase-decrese-group button {
        width: 50px;
    }



}


@media(max-width: 360px) {

    .price-button-group {

        margin-bottom: 0px;
    }
}

#googlemap {
    height: calc(100vh - 200px);
    max-height: 500px;

}

@media(max-width: 991px) {
  #googlemap {
    height: calc(100vh - 300px);
    max-height: 2000px;
  }
}

#googlemapFinal {
    height: calc(100vh - 200px);

}

@media(max-width: 991px) {
    #googlemapFinal {
        max-height: calc(100vh - 300px);
    }
}

#googlemapStatic {
  height: 150px;
  border-radius: .375rem;
  margin-bottom: 12px;
    cursor: pointer;
}

.gm-style-iw-a {
  display: none;
}
.gm-style-cc {
  display: none;
}

.googlemapPinStatic {
  width: 100%;
  height: 100%;
}

.googlemapPinStatic:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: url('../images/svg/map_pin.svg') no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: -16px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
}

.googlemapPinText {
    pointer-events: none;
    border-radius: 4px;
    background: #fff;
    text-align:center;
    font-size: 16px;
    line-height: 24px;
    font-family: "Onest";
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px #ddd solid;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
}

.googlemapPinText::before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #ddd transparent transparent transparent;
}

.googlemapPinText::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.googlemapPinTextBalance {
    pointer-events: none;
    height: 36px;
    width: 1px;
}

.googlemapPin {
    background: url('../images/svg/map_pin.svg') no-repeat;
    background-position: center;
    background-size: contain;
    width: 32px;
    height: 32px;
    pointer-events: none;
    margin-bottom: 30px;
}

.googlemapPin.loading {
  background: url('../images/svg/map_pin_loader.svg') no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 32px;
  height: 32px;
  pointer-events: none;
}

.checkoutAddressEdit {
  display: block;
  width: 100%;
  padding: 0.375rem 36px 0.375rem  0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checkoutAddressEdit:hover {
  cursor: pointer;
  background: #F5f5f5;
}

.checkoutAddressEdit::before {
  content: '';
  position: absolute;
  background: url('../images/svg/edit.svg') no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height:100%;
  right: 10px;
  top:0;
}

.checkoutAddressEdit.is-invalid {
  border-color: #dc3545;
}
.modal-dialog-bottom {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);

}
.modal-dialog-bottom .modal-content {
    overflow: initial;
    border: none;
    border-radius: 16px;
}

.modal-dialog-bottom .modal-content .modal-header {
    padding: 40px 40px 0 40px;
}


.modal-dialog-bottom .modal-content .modal-body {
    padding: 20px 40px 40px 40px;
}

.modal-dialog-bottom.modal-dialog-smallpadding .modal-content .modal-header {
  padding: 1rem;
}


.modal-dialog-bottom.modal-dialog-smallpadding .modal-content .modal-body {
    padding: 0.5rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.modal-dialog-bottom.mdb-fullscreen .modal-content {
    height: 60% !important;
}

.modal-dialog-bottom.mdb-fullscreen-mobile .modal-content {

}

.product-button-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: #f7f7f7;
    border-radius: 100%;
    padding: 0;
    width: 32px;
    opacity: 1;
    border: none;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-theme-primary {
    border-color: var(--eazy-color-primary) !important; }
.border-theme-secondary {
    border-color: var(--eazy-color-secondary) !important; }

.bg-theme-primary {
    background-color: #F7F0E2 !important; }

.bg-theme-secondary {
    background-color: var(--eazy-color-secondary) !important; }

@media (max-width: 1199px) {

    .similar-list .col:nth-child(n+5) {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .similar-list .col:nth-child(n+4) {
        display: none;
    }

}

@media (max-width: 991.98px) {

    .subtitle-line {
        margin-bottom: 24px;
    }

    .energy-wrap {
        margin-top: 15px;
    }

    .modal-dialog-bottom {
        display: flex;
        align-items: flex-end;
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .product-button-close {
        right: 18px;
    }

    .modal-dialog-bottom .modal-content {
        border-radius: 16px 16px 0 0;
        border: none;
    }


    .modal-dialog-bottom.mdb-fullscreen .modal-content {
        height: 90% !important;
    }


    .modal-dialog-bottom .modal-footer {
        border-radius: 0;
    }

    .modal-dialog-bottom.modal-dialog-smallpadding .modal-content {
        padding-top: 0;

    }

    .modal-dialog-bottom.modal-dialog-smallpadding .modal-content .modal-header {
        /*padding: 0;*/
    }


    .modal-dialog-bottom.modal-dialog-smallpadding .modal-content .modal-body {
        padding: 0;
        margin-top: 0.8rem;
        margin-bottom: 0;
    }

}

@media(max-width: 360px) {

    .modal-dialog-bottom .modal-content .modal-header {
        padding: 20px 20px 0 20px;
    }


    .modal-dialog-bottom .modal-content .modal-body {
        padding: 20px 20px 20px 20px;
    }

    .product-details-content .quantity, .product-details-content .article, .subtitle-line .product-rating {
        font-size: 14px;
    }

    .product-details-content .price-increase-decrese-group input {
        font-size: 16px;
    }

}

@media(max-width: 310px) {
    .product-details-content .quantity, .product-details-content .article, .subtitle-line .product-rating {

    }

    .product-details-content .price-increase-decrese-group button {
        width: 30px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .subtitle-line {
        display: block !important;
    }

    .product-details-content .quantity, .product-details-content .article {
        display: inline-block;
    }

    .product-details-content .quantity {
        margin-right: 5px;
    }


    .subtitle-line .product-rating {
        width: 100%;
        display: block;
    }
}

.modal {
    overflow: hidden;
}

.modal.fade .modal-dialog {
    /*transform: scale(0);*/
    /*opacity: 0;*/
    /*-webkit-transition: all .25s linear;*/
    /*-o-transition: all .25s linear;*/
    /*transition: all .25s linear;*/
    transition: transform .1s linear;
    transform: translate(0px,50px);
}

.modal.show.fade .modal-dialog {
    opacity: 1;
    transform: scale(1);
}

.pac-container {
  z-index: 99999;
}

.pac-icon {
  display: none;
}

.pac-item {
  font-family: var(--eazy-font-main);
  padding-left: 10px;
}

#checkout_delivery_address {
position: relative;
}

#checkout_delivery_address::before {
  content: '';
  position: absolute;
  background: url('../images/svg/Cross.svg') no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 100%;
  right: 10px;
  top: 0;
}


#chatra.chatra--side-bottom {
    bottom: 75px !important;
}

#chatra.chatra--visible {
    visibility: visible;
    opacity: 1;
    z-index: 999 !important;
}

#loader {
    display: none;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    background: #fff url(../images/loader_main.svg) no-repeat;
    background-position: center center;
    background-size: auto;
    position: absolute;
    z-index: 999;
    border-radius: 16px;
}

.custom-preloader {
        display: none;
        width: 100%;
        height: 100%;
        margin-top: 0px;
        background: #fff url(../images/loader_main.svg) no-repeat;
        background-position: center center;
        background-size: auto;
        position: absolute;
        z-index: 999;
        border-radius: 16px;
}



.bsez-custom-tooltip {
    --bs-tooltip-bg: #fff;
    --bs-tooltip-color: var(--eazy-color-secondary);
    font-family: var(--eazy-font-main);
}

.bsez-custom-tooltip .tooltip-inner {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.cart-markers {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cart-markers span {
    display: flex;
    gap: 10px;
}

.terms-block {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #F7F0E2;
    color: #000;
    padding: 20px 0px;
    width: 100%;
    z-index: 9999;
    font-size: 14px;
    line-height: 1.5;
}

.terms-block-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000;
    opacity: 0.6;
    cursor: pointer;
}

.terms-block-close:hover {
    opacity: 1;
}

#order-anim {
    width: 100%;
    /*height: 1000px;*/
}

ul.order-dynamic {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 15px;
    background: #f1f1f1;
    border: 1px #eaeaea solid;
    border-radius: var(--bs-border-radius);
    margin: 0 0 20px 0;
    line-height: 1;
    font-weight: 500;
}

ul.order-dynamic li {
    padding-right: 34px;
    position: relative;
    line-height: 1;

    color: #000;
}

ul.order-dynamic li .item {
    display: flex;
    align-items: center;
    gap: 8px;

    opacity: 0.45;
}

ul.order-dynamic li .item.active {
    opacity: 1;
}

ul.order-dynamic li::before {
    content: "";
    position: absolute;
    background: url('../images/svg/order-chevron.svg') no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
}

ul.order-dynamic li:last-child {
    padding-right: 0;
}

ul.order-dynamic li:last-child::before {
    content: none;
}

.order-status-badge {
    display: flex;
}

.order-dynamic-color-wait {
    background-color: var(--eazy-color-primary) !important;
    color: #fff;
}

.order-dynamic-color-prepare {
    background-color: var(--eazy-color-primary) !important;
    color: #fff;
}

.order-dynamic-color-delivery {
    background-color: var(--eazy-color-primary) !important;
    color: #fff;
}

.order-dynamic-color-done {
    background-color: #45A245 !important;
    color: #fff;
}

.order-dynamic-color-cancel {
    background-color: #961313 !important;
    color: #fff;
}

.infoPopupOpen {
    font-size: 12px !important;
    line-height: 1.5;
}

#addonsList, #addonsListProductPage {
  margin-bottom: 30px;
  padding: 20px;
  background: #f2f2f2;
  border-radius: 4px;
  border: 1px #eee solid;
}

#addonsList .title, #addonsListProductPage .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 8px;
}

@media(max-width: 767px) {


    ul.order-dynamic li .item span {
        display: none;
    }

    ul.order-dynamic li .item.active span {
        display: block;
    }

  #order-anim {
    width: 100%;
    margin-left: 20%;
    margin-right: 20%;
  }

}

@media(max-width: 480px) {

  #updateOrderStatus h5 {
    font-size: 18px;
    line-height: 1.25;
  }

  #updateOrderStatus p {
    line-height: 1.5;
  }

    #order-anim {
        width: 100%;
        height: auto;
      margin-left: 20%;
      margin-right: 20%;
    }

  ul.order-dynamic {
    padding: 10px;
    margin-bottom: 10px;
  }

    ul.order-dynamic li .item.active span {
        display: none;
    }

    .terms-block {
        font-size: 12px;
        line-height: 1.5;
    }

    .cart-markers span {
        font-size: 12px;
    }
}

@media(min-width: 768px) and (max-width: 930px) {
    .product-popup .cart-markers span {
        font-size: 12px;
        line-height: 12px;
        align-items: center;
        width: 25%;

    }
}

@media(max-width: 460px) {

    .cart-markers span {
        flex-direction: column;
        width: 25%;
        line-height: 12px;

    }
}

@media(max-width: 290px) {
    .cart-markers span {
        font-size: 10px;
        line-height: 10px;

    }
}

@media(max-height: 680px) {
  .modal-dialog-bottom.mdb-fullscreen-heightmobile .modal-content {
    height: 90% !important;
  }

}

.form-control:focus, .form-select:focus, .form-check-input:focus {
    outline: none !important;
    box-shadow: none;
    border-color: var(--eazy-color-secondary);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid var(--eazy-color-primary);
    -webkit-text-fill-color: #212529;
    -webkit-box-shadow: 0 0 0px 1000px #F7F0E2 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.account-products-addons {
  font-size: 13px;
  line-height: 1.2;
  color:#999;
}

.account-product-sum {
  color: var(--eazy-color-secondary);
}

.checkout-item .cart-addons-list {
  font-size: 13px;
  line-height: 1.4;
  color: #888;
}


.post-item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    background-color: white;
    overflow: hidden;
}
.post-item .post-thumb {
    position: relative;
    width: 100%;
    padding-top: 56%;
    overflow: hidden;
}
.post-item .post-thumb a {
    display: block;
}
.post-item .post-thumb img {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.post-item .post-thumb img.noimage {
    object-fit: contain;
}
.post-item .post-content {
    padding: 30px 25px;
}
.post-item .post-content .meta-post {
    margin-bottom: 10px;
}
.post-item .post-content .title a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    transition: all 0.3s ease;
}
.post-item .post-content .title a:hover {
    color: var(--eazy-color-secondary);
}
.post-item:hover .post-thumb img {
    transform: scale(1.1);
}

.meta-post {
    margin: 0 !important;
}

.meta-post li {
    font-size: 14px;
    font-weight: 400;
    margin-right: 30px;
    list-style: none;
}
.meta-post li:last-child {
    margin-right: 0;
}
.meta-post li .icon {
    color: var(--eazy-color-secondary);
    margin-right: 4px;
    font-weight: 700;
}
.meta-post li .meta-content, .meta-post li .meta-link {
    color: #777b92;
}

.blog-btn {
    font-size: 14px;
    color: #273167;
    font-weight: 400;
}
.blog-btn span {
    margin-left: -2px;
    font-size: 12px;
    transition: all 0.3s ease;
}
.blog-btn:hover span {
    margin-left: 3px;
}

.post-item:hover .post-thumb img {
    transform: scale(1.1);
}
.post-item:hover .post-content .title a, .post-item:hover .border-effect .title a {
    color: var(--eazy-color-secondary);
}
.post-item:hover .post-content:after, .post-item:hover .border-effect:after {
    width: calc(100% - 50px);
    background-color: var(--eazy-color-secondary);
}
.post-item:hover .post-content .blog-btn, .post-item:hover .border-effect .blog-btn {
    color: var(--eazy-color-secondary);
}


.border-effect {
    position: relative;
}
.border-effect:after {
    content: "";
    position: absolute;
    left: 25px;
    bottom: 0;
    width: 70px;
    height: 2px;
    background-color: #323232;
    transition: all 0.3s ease;
}

.tag-list li:first-child, .share-list li:first-child {
    font-size: 20px;
    font-weight: 700;
    color: #222d39;
}


.entry-wrapper {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    background-color: white;
}

.entry-single .tag-list li:first-child, .entry-single .share-list li:first-child {
    font-size: 20px;
    font-weight: 700;
    color: #222d39;
}
.entry-single .entry-header {
    position: relative;
    width: 100%;
    padding-top: 56%;
    overflow: hidden;
    margin-bottom: 20px;
}
.entry-single .entry-header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.entry-single .title {
    font-size: 24px;
}
.entry-single p span {
    color: var(--eazy-color-secondary);
}

.two-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4;
    height: calc(1.4em * 2);
}


@media (max-width: 767px) {
    .two-lines {
        height: auto;
    }
}

.category-title {
    font-size: 25px;
}

@media only screen and (max-width: 767px) {
    .category-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .category-title {
        font-size: 18px;
    }
}

.blog-section a {
    color: var(--eazy-color-primary);
}

.blog-section .ql-align-center {
    text-align: center;
}

.blog-section .ql-align-right {
    text-align: right;
}

.ql-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}