#top-bar {
  background-color: #ffffff !important;
  height: 40px;
}
#top-bar strong {
  color: #000000;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
#top-bar p {
  color: #000000;
}
#top-bar #top-social a {
  color: #000000 !important;
}
#top-bar #top-social li {
  border-left: 1px solid #9c9c9c;
}
#top-bar .top-links-item a {
  color: #000000 !important;
  line-height: 40px;
  font-size: 14px;
  border-right: 1px solid #9c9c9c;
}
#top-bar .top-links-item a:hover {
  color: #ffffff !important;
}

section.homeproducts.pb-5.pt-2 .card {
  border-radius: 8px !important;
}
section.homeproducts.pb-5.pt-2 .card a img {
  border-radius: 8px !important;
}

section.shopcatehory.py-3 div#oc-products .oc-item .product .product-image a {
  box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.15);
}
section.shopcatehory.py-3 div#oc-products .oc-item .product .product-image a img {
  border: 1px solid #e4e4e4;
  border-radius: 5px !important;
}

#featured .product-desc .product-title {
  height: 90px;
}

a.grid-item {
  height: 474px !important;
  background-size: cover;
}

.marquee {
  background-color: transparent;
  overflow: hidden;
}

.masonry-thumbs a img {
  -o-object-fit: cover;
     object-fit: cover;
}

#logo {
  border-color: transparent !important;
}
#logo img {
  height: 50px !important;
  image-rendering: -webkit-optimize-contrast;
}

img.desktopslider.w-100 {
  display: block;
}

img.mobileslider.w-100 {
  display: none;
}

#header-wrap {
  background-color: black !important;
}
#header-wrap .menu-link {
  font-size: 16px !important;
  margin: 0 !important;
}

.carousel .carousel-item {
  height: auto;
  min-height: 600px;
  background: no-repeat center center scroll;
  background-size: cover;
}
.carousel .carousel-item img {
  height: auto;
  min-height: auto;
}

.mbr-gallery .mbr-gallery-item {
  position: relative;
  display: inline-block;
  width: 25%;
  cursor: pointer;
}

.mbr-gallery .mbr-gallery-item > div {
  background: #fff;
  display: block;
  outline: none;
  position: relative;
}

.cid-qBK07bRUfT .mbr-gallery-item > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}

.mbr-gallery .mbr-gallery-item img {
  width: 100%;
  opacity: 1;
  transition: 0.2s opacity ease-in-out;
}

#categories .box {
  border: 2px solid #D5D717;
  height: 650px;
  text-align: center;
  padding: 280px 0px;
  margin-bottom: 40px;
}
#categories .box h2 {
  margin-bottom: 0px;
}
#categories .box .btn-shop {
  border: 2px solid #000000;
  background-color: transparent;
  width: 120px;
  padding: 6px 0px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}
#categories .box .btn-shop:hover {
  background-color: #D5D717;
  color: #ffffff;
  border-color: #D5D717;
}
#categories img {
  height: auto;
  width: 100%;
  min-height: auto;
}

.homereview .oc-item .card {
  margin: 0px 10px;
  box-shadow: 0 0 10px #29223c33;
}
.homereview .oc-item .card img.card-img {
  width: 100%;
  height: 26vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.homereview .oc-item .card .card-body {
  padding: 10px 10px;
}
.homereview .oc-item .card .card-body h4 {
  color: #000;
  margin: 5px;
}
.homereview .oc-item .card .card-body .product-rating {
  color: #000;
  font-size: 20px;
}
.homereview .oc-item .card .card-body p.mb-2 {
  color: #000;
  line-height: 1.5em;
  height: 5em;
  overflow: hidden;
}
.homereview .oc-item .card .card-body p.mb-2 i.fas.fa-quote-left.pe-2 {
  color: #96990f;
}
.homereview .oc-item .card .card-body p.mb-2 i.fas.fa-quote-left.pe-2 .fa-quote-left:before {
  color: #96990f;
}

#gallery {
  margin-bottom: 0px;
}
#gallery .masonry-thumbs .grid-item {
  height: 414px !important;
}
#gallery .masonry-thumbs .grid-item img {
  height: 414px;
  margin-top: 2px;
  overflow: hidden;
  min-height: 414px;
}
#gallery .masonry-thumbs .grid-item img:hover {
  filter: contrast(0.8);
}

#subscribe {
  background-color: #000000;
  padding: 40px 0px;
}
#subscribe .form-group {
  width: 35%;
  display: inline-flex;
}
#subscribe .form-group input {
  width: 75%;
}
#subscribe .form-group .btn-subscribe {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: white;
  width: 120px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 5px;
}
#subscribe .form-group .btn-subscribe:hover {
  background-color: #ffffff;
  color: #000000;
}

#footer {
  background-color: #ffffff;
  padding-top: 40px;
  color: black;
  font-weight: 400;
}
#footer .footer-logo {
  filter: brightness(0);
  width: 180px;
  margin-bottom: 10px;
}
#footer .footer-links {
  list-style: none;
}
#footer .footer-links a {
  color: #000000;
}
#footer .footer-links a:hover {
  color: #D5D717;
}
#footer .footer-info {
  list-style: none;
}
#footer .footer-info a {
  color: #000000;
}
#footer .footer-info a:hover {
  color: #000000;
}
#footer .footer-socials {
  list-style: none;
}
#footer .footer-socials strong {
  color: #000000;
}
#footer #copyrights p {
  margin-bottom: 0px;
}
#footer #copyrights a {
  color: #000000;
}
#footer #copyrights a:hover {
  color: #000000;
}

#featured .owl-carousel .owl-item img {
  height: auto;
  width: auto;
  margin: auto;
}
#featured .owl-carousel .owl-item .product-desc {
  text-align: center;
}

@media only screen and (max-width: 992px) {
  img.desktopslider.w-100 {
    display: none;
  }

  img.mobileslider.w-100 {
    display: block;
  }

  #logo img {
    height: 35px !important;
  }

  a.grid-item {
    height: auto !important;
    background-size: cover;
  }

  .carousel .carousel-item {
    height: auto;
    min-height: auto;
  }
  .carousel .carousel-item img {
    height: auto;
  }

  #categories .box {
    height: 320px;
    padding: 110px 0px;
  }
  #categories img {
    height: 320px;
    margin-bottom: 20px;
  }

  #gallery {
    margin-bottom: 0px;
  }
  #gallery .masonry-thumbs .grid-item {
    height: 200px !important;
  }
  #gallery .masonry-thumbs .grid-item img {
    height: 200px;
    margin-top: 2px;
  }

  #subsc #subscribe .form-group {
    width: 100%;
  }

  #copyrights {
    padding: 15px 0px;
  }
  #copyrights p {
    margin-bottom: 0px;
    font-size: 12px;
    text-align: center;
  }

  #footer .footer-logo {
    margin: auto;
  }
  #footer p {
    text-align: center;
  }
  #footer ul li {
    text-align: center;
  }
  #footer h2 {
    text-align: center;
    margin-bottom: 10px;
  }

  #featured .owl-next,
#featured .owl-prev {
    display: none !important;
  }

  .offcanvas {
    background-color: #333333;
  }
  .offcanvas .menu-item .menu-link div {
    color: white;
  }
  .offcanvas .sub-menu-trigger {
    color: white;
  }
  .offcanvas .btn-close {
    color: white;
  }
  .offcanvas .sub-menu-container-2 {
    margin-left: 20px;
    list-style: none;
    border-top: 1px solid #eee;
  }

  .offcanvas-end {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  #categories img {
    height: auto;
    min-height: auto;
  }

  #top-social li .ts-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
  }

  #top-social li .ts-text {
    display: none !important;
  }

  #top-bar {
    height: 25px;
  }
  #top-bar strong {
    line-height: 25px;
  }

  a.grid-item {
    height: auto !important;
    background-size: cover;
  }

  .carousel .carousel-item img {
    min-height: auto;
  }

  #featured .product-desc .product-title {
    height: 115px;
  }

  .homereview .oc-item .card img.card-img {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .product .product-image {
    min-height: 150px;
  }

  .homereview .oc-item .card img.card-img {
    width: auto;
    height: auto;
  }
}
.disabled {
  pointer-events: none;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  a.grid-item {
    height: 360px !important;
  }
}
@media only screen and (max-width: 1440px) {
  .carousel .carousel-item {
    height: auto;
    min-height: auto;
  }
  .carousel .carousel-item img {
    height: auto;
  }

  #categories img {
    height: auto;
    width: 100%;
    min-height: auto;
  }

  .carousel .carousel-item {
    height: auto;
    min-height: auto;
  }
  .carousel .carousel-item img {
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .carousel .carousel-item {
    height: auto;
    min-height: 360px;
  }
  .carousel .carousel-item img {
    height: auto;
  }

  #categories img {
    height: auto;
    width: 100%;
    min-height: auto;
  }
}
@media only screen and (max-width: 786px) {
  .product-price {
    height: 54px;
    font-size: 13px;
    padding-top: 5px;
  }

  .homereview .oc-item .card .card-body p.mb-2 {
    color: #000;
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
  }
}
#page-title {
  padding: 1.5rem 0;
}

#filter .filters {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
#filter div {
  margin-bottom: 5px;
}
#filter .red {
  color: red !important;
}

#shop .product .product-desc {
  text-align: center;
}
#shop .product .product-desc .product-price {
  color: #D5D717 !important;
}

.btn-size {
  background-color: transparent;
  border: 1px solid #D5D717;
  color: #D5D717;
  font-weight: 600;
  height: 30px;
  width: 35px;
  margin-right: 5px;
}
.btn-size:hover {
  background-color: #D5D717;
  color: #ffffff;
  border-color: #D5D717;
}

.btn-check:checked + .btn-outline-secondary {
  background-color: #D5D717;
  color: #ffffff;
  border-color: #D5D717;
}

.btn-outline-secondary.disabled {
  border-color: red;
  color: red;
  background-color: #e7e7e7;
  text-decoration: line-through;
}

.btn.disabled {
  opacity: 1;
}

.btn-color {
  border: 1px solid #bebebe;
  font-weight: 600;
  height: 25px;
  width: 25px;
  margin-right: 5px;
  border-radius: 0;
}

.check-2:checked + .btn-outline-secondary {
  box-shadow: 0 0 0 1px black;
  transform: scale(1.2);
  border: 1px solid black;
}

.child-filter {
  margin-bottom: 0px !important;
  margin-left: 20px !important;
  font-size: 13px !important;
  font-weight: 700;
}

.subchild-filter {
  margin-bottom: 0px !important;
  margin-left: 40px !important;
}

.parent-filter {
  font-size: 13px !important;
  font-weight: 700;
}

.loadmore {
  background: #d3d70d;
  color: black;
  border: 1px solid #626259;
  width: 50%;
  margin: auto;
  font-weight: 700;
  height: 35px;
}

.skeleton-loader {
  /* width: 280px; */
  height: 477px !important;
  width: 401px !important;
  cursor: progress;
  background: linear-gradient(0.25turn, transparent, #fff, transparent), linear-gradient(#eee, #eee), linear-gradient(#eee, #eee), linear-gradient(#eee, #eee);
  background-repeat: no-repeat;
  background-size: 280px 350px, 280px 280px, 130px 25px, 130px 25px;
  background-position: -280px 0, 0 0, 5px 300px, 145px 300px;
  -webkit-animation: loading 2s infinite;
          animation: loading 2s infinite;
}

@-webkit-keyframes loading {
  to {
    background-position: 280px 0, 0 0, 5px 300px, 145px 300px;
  }
}

@keyframes loading {
  to {
    background-position: 280px 0, 0 0, 5px 300px, 145px 300px;
  }
}
.side-panel-trigger {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .red {
    float: right;
  }

  .content-wrap {
    padding: 20px 0px !important;
  }

  .loadmore {
    width: 80%;
    font-size: 12px;
  }

  #shop .product {
    min-height: 290px;
  }
  #shop .product .grid-inner .product-image {
    min-height: 204px;
  }
}
.product-image .flexslider .slide img {
  height: auto;
  width: auto;
  margin: auto;
  image-rendering: -webkit-optimize-contrast;
}

.product-image a img {
  image-rendering: -webkit-optimize-contrast;
}
.product-image .side-panel-trigger {
  font-size: 12px;
}

@media only screen and (max-width: 992px) {
  #shop .product .product-desc .product-title h3 {
    font-size: 12px;
  }
  #shop .product .product-desc .product-price {
    font-size: 12px;
  }

  .product-image .flexslider .slide img {
    height: auto !important;
  }
}
.loader.skeleton-loader {
  display: block;
}

.loader.hide {
  display: none;
}

.quantity .qty,
.quantity .plus,
.quantity .minus {
  width: 25px;
  height: 30px;
  line-height: 30px;
}

strong {
  color: #D5D717;
}

.img-size {
  width: 600px;
}

.button:disabled,
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* product card css start */
.product-grid .product-image {
  overflow: hidden;
  position: relative;
}

.product-grid .product-image a.image {
  display: block;
}

.product-grid .product-image img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
}

.product-grid:hover .product-image img {
  transform: scale(1.1);
}

.product-grid .product-links {
  background: #333 !important;
  padding: 10px 50px;
  margin: 0;
  list-style: none;
  border-radius: 30px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateX(-50%) translateY(-150%);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.35s ease;
  border: none;
}
.product-grid .product-links button {
  border: none;
  background: none;
}
.product-grid .product-links button span {
  color: white;
  border: none;
  border: none;
  background: #333 !important;
  font-size: 18px;
}

.product-grid:hover .product-links {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}

.product-grid .product-links li {
  width: 48%;
  margin: 10px 0;
  display: inline-block;
}

.product-grid .product-links li a {
  color: #788090;
  font-size: 18px;
  transition: all 0.3s;
}

.product-grid .product-links li a:hover {
  color: #341f97;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.product-grid .product-content {
  padding: 15px;
  text-align: center;
}

.product-grid .price {
  color: black;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
}

.product-grid .price span {
  color: #999;
  font-weight: 400;
  margin: 0 0 0 5px;
  text-decoration: line-through;
}

.product-grid .title {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 12px;
}

.product-grid .card-body h3.small {
  color: black;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  font-size: 18px;
}

.product-grid .rating {
  color: #fbb230;
  font-size: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.product-grid .rating li.far {
  color: #999;
}

.product .card a img {
  height: 398px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  .product-grid {
    margin-bottom: 30px;
  }

  /* product card css end */
  .product .card a img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
  }
  .product .card-body .product-price ins {
    color: #afb104 !important;
  }
}
.error-code {
  margin-bottom: 0px;
}

.fa-frown {
  font-size: 108px;
  color: #D5D717;
  margin-bottom: 20px;
}

.btn-home {
  background-color: #D5D717;
  color: white;
  border: 1px solid #D5D717;
  font-weight: 600;
  border-radius: 4px;
  padding: 10px 12px;
}
.btn-home:hover {
  background-color: transparent;
  color: #D5D717;
}

/*# sourceMappingURL=main.css.map*/