:root {
  --primary: var(--main-color);
}
/*========================
|    Sliders
========================*/
.slideshow {
  position: relative;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0px;
  z-index: 0;
  padding: 0;
  margin: 0;
}
.slideshow:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.slideshow-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
}
.slideshow li div {
  z-index: 1000;
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
}
.slideshow li div h3 {
  font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
  font-size: 240px;
  padding: 0;
  line-height: 200px;
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleAnimation {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  19% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* Show at least something when animations not supported */
.no-cssanimations .slideshow li span {
  opacity: 1;
}
/*========================
|    Common
========================*/
/*========================
|    Price Tag
========================*/
.price-tag.is-special .price {
  text-decoration: line-through;
  font-size: 0.8rem;
}
/*========================
|    Widget - Ad
========================*/
.widget-ad {
  min-height: 300px;
  border: 1px solid #eee;
  margin: 0 auto 3rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
}
.widget-ad .countdown {
  color: var(--main-color);
  margin-top: 1rem;
  font-size: 2.3rem;
}
.widget-ad .widget-ad-title {
  color: var(--title-color, var(--main-color, #222));
  font-size: 2rem;
}
.widget-ad .widget-ad-content {
  font-size: 1.2rem;
}
.widget-ad:hover,
.widget-ad:hover .widget-ad-title,
.widget-ad:hover .widget-ad-content {
  color: #000;
  text-decoration: none;
}
/*========================
|    Tick Plugin
========================*/
.tick {
  font-size: 1rem;
  white-space: nowrap;
  font-family: arial, sans-serif;
}
.tick-flip,
.tick-text-inline {
  font-size: 2.5em;
}
.tick-label {
  margin-top: 1em;
  font-size: 1em;
}
.tick-char {
  width: 1.5em;
}
.tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 1em;
}
.tick-text-inline + .tick-text-inline {
  margin-left: -0.325em;
}
.tick-group {
  margin: 0 0.5em;
  text-align: center;
}
.tick-text-inline {
  color: #5a5d63 !important;
}
.tick-label {
  color: #5a5d63 !important;
}
.tick-flip-panel {
  color: #ffffff !important;
}
.tick-flip {
  font-family: inherit !important;
}
.tick-flip-panel-text-wrapper {
  line-height: 1.5 !important;
}
.tick-flip-panel {
  background-color: #3b3d3b !important;
}
.tick-flip {
  border-radius: 0.12em !important;
}
/*========================
|    Text Block
========================*/
.text-block-img {
  max-width: 90%;
  max-height: 500px;
  margin: 0 auto 1rem;
}
.text-block-img.stretched {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: initial;
}
.text-block-img.with-border {
  border: 2px solid var(--main-color);
}
@media screen and (max-width: 1140px) {
  .slideshow li div h3 {
    font-size: 140px;
  }
}
@media screen and (max-width: 600px) {
  .slideshow li div h3 {
    font-size: 80px;
  }
}
/*========================
|    slick override
========================*/
.slick-prev:before,
.slick-next:before {
  color: #243439;
}
/*========================
|    Body
========================*/
* {
  box-sizing: border-box;
}
.currency-rate-ribbon {
  height: 30px;
  text-align: center;
  background: var(--main-color-light);
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.currency-rate-ribbon .ribbon-dropdowns {
  position: absolute;
  right: 10px;
  top: 3px;
}
.currency-rate-ribbon .ribbon-dropdowns select {
  margin-top: 2px;
  height: 20px;
}
#wp-chat {
  position: fixed;
  z-index: 999;
  bottom: 10px;
  left: 10px;
  text-decoration: none;
  transition: 0.2s linear all;
  text-align: center;
}
#wp-chat:hover {
  transform: scale(1.1);
}
#wp-chat span {
  color: #222;
  font-size: 0.8rem;
  background: #fff;
  padding: 0.5rem;
  border-radius: 8px;
  box-shadow: 1px 1px 3px #b9b6b6;
  margin-top: 0.2rem;
  display: block;
}
#wp-chat img {
  width: 50px;
  height: 50px;
}
.social-share {
  text-align: center;
  position: fixed;
  top: 50%;
  transition: 0.1s linear all;
  transform: translateY(-50%) translateX(-5px);
  right: 0;
  z-index: 999;
  opacity: 0.5;
}
.social-share:hover {
  opacity: 1;
  transform: translateY(-50%) translateX(-20px);
}
.social-share span {
  max-width: 60px;
  font-size: 1rem;
}
.social-share a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 2rem;
  transition: 0.1s linear all;
}
.social-share a:hover {
  transform: scale(1.1);
  color: var(--main-color);
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table td,
.table th {
  border-top: 1px solid #dfdde0;
  border-bottom: 1px solid #dfdde0;
  padding: 10px;
  vertical-align: middle;
}
body {
  background: #fff;
  margin: 0;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.app-content {
  padding-bottom: 110px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.top-line {
  display: none;
  height: 5px;
  background: var(--main-color);
  position: relative;
}
.top-line:after {
  content: " ";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: var(--width);
  background-color: #748193;
}
body.body-home .top-line {
  display: block;
}
a {
  text-decoration: none;
  color: #222;
}
a.link {
  color: var(--main-color);
  border-bottom: 1px dotted var(--main-color);
}
a:hover {
  color: var(--main-color-light);
  text-decoration: none;
}
.block-100 {
  max-width: 100%;
  overflow-x: auto;
}
.wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
}
.wrapper.no-shadow {
  box-shadow: none;
}
.noboxshadow {
  box-shadow: none;
}
.centered {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.btn {
  -webkit-user-select: "none";
     -moz-user-select: "none";
          user-select: "none";
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.15s ease;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  border-radius: 3px;
  font-weight: 600;
  cursor: pointer;
  background-color: var(--main-color);
  color: #fff;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  box-shadow: 0 none;
  margin: 0 0.2rem;
}
.btn:hover:not([disabled]) {
  color: #fff !important;
  box-shadow: 0 4px 6px rgba(119, 10, 0, 0.12), 0 1px 3px rgba(119, 10, 0, 0.08);
  background-color: var(--main-color-light);
}
.btn.btn-large {
  font-size: 1.1rem;
  padding: 1.2rem 1rem;
}
.btn.btn-small {
  font-size: 0.8rem;
  padding: 0.5rem 0.6rem;
}
.btn.btn-default {
  background-color: #eee;
  color: #000;
}
.btn[disabled] {
  background: #dfdde0;
  color: #243439;
}
.btn[disabled]:hover {
  cursor: not-allowed;
}
.btn.active {
  background-color: #ffd886;
}
.btn-group {
  display: flex;
  border: 1px solid #dfdde0;
  padding: 0.2rem;
  background-color: #fff;
}
.btn-group input {
  flex: auto;
  padding: 0.2rem 0.4rem;
  background: #fff;
  border: 1px solid transparent;
}
.btn-group input:focus {
  outline: 0 none;
}
.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.2s ease-in all;
  padding: 0.5rem 1rem;
}
.header:hover {
  background: rgba(255, 255, 255, 0.9);
}
.logo {
  margin-left: 20px;
  display: block;
  width: 120px;
}
.logo img {
  display: block;
  width: 100%;
}
.top-banner {
  height: 600px;
  overflow: hidden;
}
.top-banner .banner-item {
  height: 600px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.top-banner .banner-item .banner-content {
  position: absolute;
  font-size: 2rem;
  color: white;
  text-shadow: 1px 1px 2px #000;
}
.top-banner .banner-item .banner-content .banner-subtitle {
  font-size: 1.3rem;
}
.top-banner .slick-dots {
  bottom: 5px;
}
.top-banner .slick-dots li button:before {
  color: var(--main-color);
  font-size: 10px;
}
.top-banner .slick-dots li.slick-active button:before {
  color: var(--main-color);
  font-size: 14px;
}
.section {
  margin-top: 2rem;
  position: relative;
  padding: 0 1em 5em;
  background: #fff;
}
.section.skew:before {
  display: none;
  content: "";
  height: 4em;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: var(--skew);
}
.section.skew-reverse:before {
  background-image: var(--skew-reverse);
}
.section.alternate {
  background-color: #f0f0f0;
}
.section.alternate.skew:before {
  background-image: var(--skew-alternate);
}
.section.alternate.skew-reverse:before {
  background-image: var(--skew-alternate-reverse);
}
.section-title-wrapper {
  margin: 0 0 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-title {
  font-size: 1.6rem;
  display: inline-block;
  padding: 2rem 0 0.6rem;
  border-bottom: 3px dotted var(--main-color);
  margin-bottom: 1.8rem;
  text-transform: uppercase;
}
.section-title-normal {
  font-size: 1.5rem;
  display: inline-block;
  margin-bottom: 1rem;
}
.right-checkout {
  display: none;
}
.menu-toggle {
  position: fixed;
  top: 41px;
  left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 20px;
  width: 20px;
  border: 0;
  background-color: transparent;
  z-index: 9999;
  display: none;
  transition: 0.5s ease-in-out all;
}
.menu-toggle,
.menu-toggle:focus {
  outline: none;
}
.menu-toggle span {
  background-color: #748193;
  height: 2px;
  width: 20px;
  display: block;
  transform: rotate(0);
  transition: 0.5s ease-in-out all;
  transform-origin: 0 0;
}
.menu-toggle:hover span {
  border-color: #42565f;
}
.menu-toggle.active {
  transform: rotate(90deg);
}
.menu-toggle.active > span:nth-child(1) {
  transform: rotate(45deg) translate(3px, -2px);
}
.menu-toggle.active > span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active > span:nth-child(3) {
  transform: rotate(-45deg) translate(1.8px, 1.5px);
}
.sidenav-wrapper {
  display: none;
}
.relative {
  position: relative !important;
}
.main-menu-wrapper {
  display: flex;
  justify-content: center;
}
.mainnav {
  display: flex;
  justify-content: flex-start;
}
.mainnav,
.mainnav ul,
.mainnav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mainnav > li {
  position: static;
}
.mainnav > li > a {
  padding: 20px 7px;
  min-width: 50px;
  display: inline-block;
  text-align: center;
  transition: 0.2s linear background-color;
  text-transform: uppercase;
  color: #000;
  font-size: 0.9rem;
}
.mainnav > li:hover > a {
  color: #fff;
  background: var(--main-color);
  text-decoration: none;
}
.mainnav .l2 {
  color: #000;
}
.mainnav .nav-col {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}
.mainnav .nav-col a {
  display: inline-block;
  text-transform: capitalize;
  padding: 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  font-size: 0.9rem;
}
.mainnav .nav-col a:hover {
  text-decoration: none;
  color: var(--main-color);
}
.mainnav .nav-col-title {
  height: 30px;
  margin-bottom: 0.4rem;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  text-transform: uppercase;
  color: var(--main-color);
  font-size: 0.7rem;
}
.mainnav .nav-col-title .icon {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}
.mainnav .l1 {
  box-shadow: 0px 0px 3px #b1b1b1;
  position: absolute;
  display: none;
  opacity: 0;
  top: 138px;
  padding: 10px !important;
  min-width: 150px;
  background: #fff;
  z-index: 1000;
  transition-delay: 0.3s;
  transition: 0.5s linear opacity transform;
  justify-content: space-between;
}
.mainnav > li:hover .l1 {
  display: block;
  display: flex;
  opacity: 1;
}
.footer {
  padding: 30px 0;
  background-color: #f7f9fa;
}
.footer-nav {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
}
.footer-nav a {
  color: #243439;
}
.footer-nav a:hover {
  color: var(--main-color);
}
.footer-nav > li > a {
  font-weight: bold;
  border-bottom: 2px solid var(--main-color);
  display: block;
  padding: 5px 0;
  margin-bottom: 10px;
}
.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 200px;
}
.footer-nav .icon {
  display: none;
}
.copyright {
  text-transform: uppercase;
}
.copyright a {
  color: #fff;
}
.copyright,
.made-by {
  padding: 5px 10px;
  background-color: #222;
  color: #fff;
  text-align: center;
  font-size: 10px;
}
.made-by {
  background-color: #dfdde0;
  color: #243439;
}
.made-by a {
  color: #243439;
}
.breadcrumb {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: -10px 0 0;
  padding: 0;
}
.breadcrumb li {
  margin-right: 5px;
}
.category-list {
  position: relative;
  background-color: #f7f9fa;
  padding: 2rem 0;
}
.category-list .category-list-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -1.3rem;
  z-index: 9;
}
.item-card.subcategory {
  display: flex;
  align-items: center;
  flex: auto 0 0;
  padding: 0 10px;
  border-radius: 10px;
}
.item-card.subcategory .item-card-image {
  width: 50px;
  height: 50px;
  border-radius: 80px;
  margin-right: 10px;
}
.item-card.subcategory .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--main-color);
}
.item-card.subcategory:hover .item-card-image:before {
  background-color: transparent;
}
.item-card {
  display: block;
  margin: 1rem 1.3rem 2rem;
  transition: 0.1s ease-out box-shadow;
  overflow: hidden;
  flex: 1 300px;
  max-width: 800px;
}
.item-card .item-card-image {
  height: 300px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.item-card .item-card-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 700ms linear all;
}
.item-card .item-card-content {
  text-align: center;
  padding: 1.4rem 0;
}
.item-card .item-card-title {
  color: #3d4550;
  font-weight: 600;
  margin: 0.25rem 0 0.5rem;
}
.item-card .item-card-price {
  color: #748194;
  margin: 0.25rem 0;
}
.item-card:hover {
  box-shadow: 0 4px 14px rgba(128, 128, 128, 0.1), 0 3px 6px rgba(128, 128, 128, 0.08);
  text-decoration: none;
  color: #243439;
}
.item-card:hover .item-card-image:before {
  background: rgba(0, 0, 0, 0.1);
}
.item-card.is-wide {
  flex: 2 640px;
}
.item-card .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  padding: 10px;
  text-align: center;
  text-shadow: 1px 1px #828282;
  background: rgba(0, 0, 0, 0.7);
}
.items-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 0;
  padding: 0 20px;
}
.items-set {
  margin: 0 -1rem;
}
.items-set .item-card {
  margin: 0 1rem 0.5rem;
  width: 200px;
}
/*========================
|    Banners
========================*/
.banners {
  height: 500px;
  width: 100%;
}
.banners .banners-item {
  height: 500px;
  width: 100%;
  background-size: cover;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}
.banners .banners-item-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
}
.banners .blur-ie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banners .slick-dots {
  bottom: 0;
}
.banners-item .slider-content {
  position: absolute;
  top: 15%;
  left: 19%;
  width: 50%;
}
.banners-item .slider-content h1 {
  font-size: 56px;
  text-shadow: 3px 3px 3px #243439;
  color: white;
  font-weight: normal;
  margin-bottom: 0;
}
.banners-item .slider-content p {
  font-size: 45px;
  text-shadow: 3px 3px 3px #243439;
  color: white;
  font-weight: normal;
  margin-bottom: 25px;
  margin-top: 0;
}
.banners-item .slider-content a {
  font-size: 18px;
  padding: 10px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  background: #15bae3;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #15bae3 0%, #1289c1 100%);
  /* IE10+ */
  background: linear, to bottom, #15bae3 0%, #1289c1 100%;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15bae3', endColorstr='#1289c1', GradientType=0);
  /* IE6-9 */
}
/*========================
|    Page Section Banner
========================*/
.full-banner {
  padding: 2rem 2rem;
  color: white;
  font-size: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
}
.full-banner .title {
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 30px;
}
.full-banner a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
/*========================
|    Page Details
========================*/
.page-title {
  font-size: 2rem;
  margin-bottom: 3rem;
}
.page-title:before {
  content: "♦";
  display: inline-block;
  color: var(--main-color);
  font-size: 1.6rem;
  padding-right: 10px;
}
.page-detail {
  padding: 1rem 1rem 2rem 1rem;
}
.section-newsletter {
  text-align: center;
}
.section-newsletter .wrapper {
  background-color: #f7f9fa;
}
.section-newsletter .input-group {
  max-width: 380px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  bottom: -10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-collapse: separate;
  padding: 4px 4px;
  border-radius: 3px;
  border: 1px solid #dfe1e3;
}
.section-newsletter .input-group [type=text] {
  width: 300px;
  border: 0 none;
  border-radius: 3px;
  max-width: 100%;
  padding: 9px 16px;
  line-height: 1.6;
  font-family: "Harmonia Sans", sans-serif;
  color: #586373;
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
.section-newsletter .input-group [type=text]:focus {
  outline: 0 none;
}
.section-newsletter .input-group button {
  moz-user-select: "none";
  -webkit-user-select: "none";
  -moz-user-select: "none";
       user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.15s ease;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  border-radius: 3px;
  font-weight: 600;
  cursor: pointer;
  background-color: var(--main-color);
  color: #fff;
  padding: 17px 14px;
  font-size: 1rem;
}
/*========================
|    item details
========================*/
.item-wrapper {
  margin-top: 80px;
}
.item-wrapper .wrapper {
  display: flex;
  justify-content: flex-start;
}
.item-wrapper .item-details {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.item-wrapper .item-image {
  max-width: 520px;
  flex: 2;
}
.item-wrapper .item-image .item-image-main {
  width: 100%;
}
.item-wrapper .item-image .item-image-others {
  margin-top: 10px;
}
.item-wrapper .item-image .item-image-other {
  display: inline-block;
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin-right: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.2s linear all;
  border-radius: 4px;
  transform: scale(1.1);
}
.item-wrapper .item-image .item-image-other:not(.active) {
  transform: scale(1);
}
.item-wrapper .item-image .item-image-other:hover,
.item-wrapper .item-image .item-image-other.active {
  box-shadow: 0 4px 6px rgba(119, 10, 0, 0.12), 0 1px 3px rgba(119, 10, 0, 0.08);
}
.item-wrapper .item-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.item-wrapper .item-content {
  margin-left: 3rem;
  position: relative;
  flex: 1;
}
.item-wrapper .item-content h2 {
  font-size: 1.3rem;
}
.item-wrapper .item-content .text-editor-img {
  max-width: 100%;
}
.item-wrapper .item-description {
  margin-top: 15px;
}
.item-wrapper .item-price {
  font-size: 1.3rem;
}
.item-wrapper .item-colors {
  margin-top: 20px;
}
.item-wrapper .item-color {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(119, 10, 0, 0.12), 0 1px 3px rgba(119, 10, 0, 0.08);
}
/*========================
|    Related Items
========================*/
.related-items {
  margin-top: 100px;
  overflow: hidden;
}
/*========================
|    slider brands
========================*/
.slider-brands {
  margin-top: 30px;
}
.slider-brands .slick-slide {
  display: inline-block;
  width: 150px;
  height: 150px;
}
.slider-brands .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.qty-group {
  display: inline-flex;
}
.qty-group input {
  max-width: 70px;
  font-size: 1rem;
  text-align: center;
}
.qty-group .btn {
  padding: 0.4rem 0.6rem;
}
/*========================
|    Checkout Page
========================*/
.cart-empty,
.no-data {
  text-align: center;
  font-size: 2rem;
  color: #748193;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cart-empty i.fas,
.no-data i.fas {
  font-size: 3rem;
}
.checkout-table .btn {
  box-shadow: none;
  border: 1px solid var(--main-color);
}
.checkout-table .btn:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
}
.checkout-table .trash-btn {
  padding: 20px;
}
.checkout-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter {
  display: flex;
  height: 25px;
}
.counter .input-count {
  width: 50px;
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--main-color);
}
.counter .counter-btn {
  border: 0;
  padding: 0.2rem 0.5rem;
  background-color: var(--main-color);
  color: white;
  border-radius: 0;
}
.counter .counter-btn[disabled] {
  background: gray;
}
.counter .btn-minus {
  border-radius: 4px 0 0 4px;
}
.counter .btn-plus {
  border-radius: 0 4px 4px 0;
}
.checkout-item-img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.price-tag .currency {
  font-size: x-small;
}
.checkout-list {
  display: none;
}
.checkout-list .price-tag {
  font-size: 1rem;
}
.checkout-list-item {
  font-size: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  background: white;
  padding: 0.3rem;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(119, 10, 0, 0.12), 0 1px 3px rgba(119, 10, 0, 0.08);
}
.checkout-list-item a {
  color: var(--main-color);
}
.checkout-list-item.removed {
  filter: grayscale(1);
  box-shadow: none;
}
.checkout-list-item .price-tag {
  margin-top: 0.5rem;
}
.checkout-list-item-name {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.3rem;
}
.checkout-list-item-image {
  margin-right: 0.3rem;
}
.checkout-list-total {
  text-align: right;
}
.checkout-list-total .price-tag {
  font-size: 1.4rem;
}
.checkout-list-right {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.checkout-list-right .price-tag {
  margin-top: 0.3rem;
}
.checkout-coupon-item {
  font-size: 1rem;
}
.checkout-coupon-item .price-tag {
  margin-top: 0;
  color: #d84315;
}
.coupon-icon {
  font-size: 2.8rem;
  margin-right: 1.3rem;
  padding: 0.4rem;
  color: var(--main-color);
  display: grid;
  place-items: center;
}
/*========================
|    Login
========================*/
.app-form {
  max-width: 900px;
  margin: 50px auto;
}
/*========================
|    Blog
========================*/
.blog-list-item {
  margin-bottom: 3rem;
}
.blog-featured-image {
  max-height: 800px;
}
.blog-content {
  font-size: 1.1rem;
  margin-top: 3rem;
}
.caption {
  font-size: 0.8rem;
  padding: 0.3rem;
  text-align: center;
}
/*========================
|    Search
========================*/
.search-input {
  min-width: 200px;
}
.autocomplete-suggestions {
  background-color: #fff;
  box-shadow: 0px 0px 3px #b1b1b1;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 0.5rem 0.3rem;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
  background-color: #eee;
}
/*========================
|    Mobile View
========================*/
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .logo {
    margin: 10px 0;
    width: auto;
  }
  .logo img {
    width: auto;
    max-height: 50px;
  }
  .menu-toggle {
    display: flex;
  }
  .right-checkout {
    position: absolute;
    right: 20px;
    top: 37px;
    font-size: 1rem;
    display: block;
    z-index: 9999;
  }
  .header {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainnav {
    display: none;
  }
  .top-banner {
    height: 230px;
  }
  .top-banner .banner-item {
    height: 230px;
  }
  .top-banner .banner-item .banner-content {
    left: 0 !important;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    padding: 1rem;
    margin: 1rem;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
  }
  .top-banner .banner-item .banner-content .banner-subtitle {
    font-size: 1rem;
  }
  .full-banner {
    height: auto;
  }
  .sidenav-wrapper {
    display: block;
    transition: 0.3s linear all;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 85vw;
    padding: 60px 0;
    background-color: #fff;
    transform: translateX(-100%);
  }
  .sidenav-wrapper .sidenav-wrapper-back {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.4);
  }
  .sidenav-wrapper.open {
    transform: translateX(0);
  }
  .sidenav-wrapper.open .sidenav-wrapper-back {
    display: block;
  }
  .sidenav {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    min-height: 100vh;
    padding: 50px 10px;
  }
  .sidenav.l1 {
    z-index: 1000;
  }
  .sidenav.l2 {
    z-index: 1001;
  }
  .sidenav .menu-item {
    padding: 10px 20px;
    color: #748193;
    display: block;
    cursor: pointer;
  }
  .sidenav .menu-item:hover {
    color: var(--main-color);
  }
  .sidenav .item-header {
    margin-top: 10px;
    font-weight: bold;
    border-bottom: 1px solid #748193;
  }
  .sidenav-sub {
    opacity: 0;
    transform: translateX(220%);
    transition: 0.3s ease-in-out all;
  }
  .sidenav-sub.open {
    opacity: 1;
    transform: translateX(0);
  }
  .items-slider {
    padding: 0;
    flex-wrap: wrap;
  }
  .items-slider .item-card {
    margin: 0.8rem;
    flex: 1 0 40%;
  }
  .items-slider .item-card-image {
    height: 150px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .items-slider .item-card-content {
    padding: 0.4rem 0 0;
  }
  .items-slider .item-card-title {
    margin: 0 0 0.1rem;
    font-size: 0.8rem;
  }
  .page-detail {
    padding: 0;
  }
  .item-wrapper .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .item-wrapper .wrapper .item-content {
    width: 100%;
    margin: 3rem 0 0;
  }
  .item-wrapper .wrapper .item-image .item-image-other {
    width: 50px;
    height: 50px;
  }
  .item-wrapper .wrapper .item-share {
    margin-top: 1rem;
    display: block;
    margin-left: 0 !important;
  }
  .item-wrapper .wrapper form {
    text-align: right;
  }
  .item-wrapper .wrapper form .btn {
    margin-top: 1rem;
    width: 100%;
    text-transform: uppercase;
  }
  .section-newsletter .input-group-btn {
    width: 100% !important;
  }
  .footer {
    padding: 1rem;
  }
  .footer-nav {
    flex-direction: column;
    padding: 0;
    gap: 1rem;
    font-size: 1rem;
  }
  .item-wrapper .item-details {
    display: block;
  }
  .social-share {
    display: none;
  }
  #webpushr-prompt-wrapper {
    display: none;
  }
  #wp-chat {
    left: auto;
    right: 10px;
  }
  .widget-ad {
    background-image: none !important;
    text-align: center;
  }
  .widget-ad .widget-ad-title {
    margin-bottom: 2rem;
  }
  .checkout-list {
    display: block;
  }
  .checkout-table {
    display: none;
  }
  .checkout-buttons .btn {
    margin-bottom: 1rem;
  }
  .form-search {
    display: none;
  }
  .sidenav .form-search {
    display: block;
    margin-top: 2.2rem;
  }
  .sidenav .form-search .search-input {
    min-width: 0;
    width: 100%;
  }
}
.home-category-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 100vw;
  margin: 0 auto;
  /* Adjust breakpoint as needed (e.g., 768px for tablets/desktops) */
}
.home-category-grid a {
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: 100ms linear all;
}
@media (min-width: 768px) {
  .home-category-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 90vw;
    padding: 1rem;
    gap: 2rem;
  }
  .home-category-grid a:hover {
    transform: scale(1.05);
  }
}

