
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900&amp;display=swap");
/*****************************
00 - Base - Global
*****************************/
html {
  height: 100%;
  font-size: 62.5%; }
  @media (max-width: 93.6875em) {
    html {
      font-size: 56.25%; } }
  @media (max-width: 74.9375em) {
    html {
      font-size: 50%; } }
  @media (max-width: 61.94em) {
    html {
      font-size: 43.75%; } }
  @media (max-width: 47.94em) {
    html {
      font-size: 37.5%; } }

body {
  overflow-x: hidden;
  overflow-y: auto; }
  @media (max-width: 93.6875em) {
    body {
      font-size: 14px; } }

@media (max-width: 61.94em) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    line-height: 1.25; } }

@media (max-width: 47.94em) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-block-end: 10px; } }

@media (max-width: 74.9375em) {
  h1, .h1 {
    font-size: 30px; } }

@media (max-width: 74.9375em) {
  h2, .h2 {
    font-size: 24px; } }

@media (max-width: 74.9375em) {
  h3, .h3 {
    font-size: 20px; } }

@media (max-width: 74.9375em) {
  h4, .h4 {
    font-size: 18px; } }

@media (max-width: 74.9375em) {
  h5, .h5 {
    font-size: 16px; } }

@media (max-width: 47.94em) {
  p {
    margin-block-end: 10px; } }

p:last-child {
  margin-block-end: 0; }

p:only-child {
  margin-block-end: 0; }

blockquote:last-child {
  margin-block-end: 0; }

blockquote:only-child {
  margin-block-end: 0; }

strong, b {
  font-weight: bold; }

a {
  color: inherit; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

figure {
  margin: 0; }

img {
  max-width: 100%; }

a, button {
  cursor: pointer; }

a:hover {
  color: #562e48;
  text-decoration: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

a, a:hover, a:focus, a:active, button, button:focus, input, select, textarea, .slick-slide {
  outline: none; font-family:"Montserrat", sans-serif;font-size:16px !important; }

/*****************************
01 - Base - Typography
*****************************/
.heading__primary {
  font-size: 6rem; }
  @media (max-width: 47.94em) {
    .heading__primary {
      font-size: 6rem; } }

.heading__secondary {
  font-size: 34px;text-align: center;line-height:32px;}
  @media (max-width: 61.94em) {
    .heading__secondary {
      font-size: 28px; } }
  @media (max-width: 35.94em) {
    .heading__secondary {
      font-size: 25px; } }

.lh-pt7 {
  line-height: .7; }

.lh-1 {
  line-height: 1; }
 
/*****************************
02 - Utilities - Helper
*****************************/
@media (min-width: 75em) {
  .container {
    max-width: 1200px; } }

.container-fluid {
  padding-inline-start: 120px;
  padding-inline-end: 120px; }
  @media (max-width: 93.6875em) {
    .container-fluid {
      padding-inline-start: 15px;
      padding-inline-end: 15px; } }

.hide-in-default {
  display: none; }

.item-overlay {
  left: 0;
  top: 0;
  width: 5%;
  height: 5%;
  background-color: rgba(86, 46, 72, 0.5); }
.full-height {
  height: 100vh; }
.ov-hidden {
  overflow: hidden; }
.line-height-1 {
  line-height: 1; }
@media (max-width: 47.94em) {
  .h-sm-auto {
    height: auto !important; } }
.no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
.border-color-2 {
  border-color: #e5e5e5; }
.offcanvas-navigation {
  position: fixed;
  top: 0;
  width: 470px;
  min-height: 100vh;
  bottom: 0;
  z-index: 9999;
  right: 0;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: translate(200px, 0);
  -moz-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  -o-transform: translate(200px, 0);
  transform: translate(200px, 0);
  -webkit-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  background-color: #fff; }
  @media (max-width: 93.6875em) {
    .offcanvas-navigation {
      width: 350px; } }
  @media (max-width: 35.94em) {
    .offcanvas-navigation {
      width: 300px; } }
.offcanvas-navigation.open {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
.offcanvas-navigation__inner {
  overflow: auto;
  height: 100%;
  padding: 70px; }
  @media (max-width: 93.6875em) {
    .offcanvas-navigation__inner {
      padding: 50px 30px; } }
.form__label, .form__fieldset, .featured-product__name, .variation-form .product-color-variations .product-color-variation-btn, .limited-product__title h2, .bl-widget.post .inner .post-list {
  margin: 0; }
.nice-select:after {
  margin-block-start: 0; }
.product-summary{position:relative;}
.product-summary .product-rating .star-rating, .product-reviews .review__text .star-rating {
  margin-inline-start: 0; }
.product-summary .product-footer-meta p span {
  margin-inline-end: 0; }
.product-summary .product-footer-meta p span, .variation-form .variation-label, .quantity-label, .method-box h3, .breadcrumb, .payne-product-list .product__image, .table, .payment-info p {
  margin-block-end: 0; }
.action-btn, .breadcrumb, .slick-dots li, .slick-dots li button, .searchform__submit, .bl-widget.post .inner .post-list {
  padding: 0; }
.form__input.nice-select, .shop-toolbar .nice-select {
  padding-inline-start: 0; }
.shop-toolbar .nice-select {
  padding-inline-end: 0; }
.bl-widget.author {
  padding-block-end: 0; }
.heading__secondary, .wrapper, .scroll-to-top i, .scroll-to-top i:before, .hamburger-icon, .star-rating, .quantity, .method-box, .method-box *, .message-box, .banner__inner, .banner__info, .mini-cart-btn, .breadcrumb li, .slick-dots, .slick-dots li, .comment .single-comment, .searchform, .cart-form .coupon, .mini-cart-wrapper, .mini-cart__product, .offcanvas-menu li, .post__media, .single-post__info blockquote, .product__inner, .product__image, .payne-product-list .product__image, .featured-product__inner, .featured-product__image, .product-summary .product-large-image, .variation-form .product-color-variations .product-color-variation-btn, .variation-form .reset_variations, .limited-product__image, .product-gallery__large-image, .product-gallery__image, .homepage-slider, .shop-widget .widget-title, .widget-list li a, .tagcloud a, .contact-info p, .checkout-title h2 {
  position: relative; }
.item-overlay, .hamburger-icon span, .star-rating:before, .star-rating span, .star-rating span:before, .quantity .qtybutton, .method-box:before, .banner__info-inner, .breadcrumb li:not(:last-child):after, .slick-btn, .homepage-slider .slick-dots, .comment-avatar, .searchform__submit, .cart-form .coupon .cart-form__btn, .mini-cart__close, .mini-cart__product-remove, .product-modal .close, .offcanvas-navigation__inner .btn-close, .offcanvas-menu li span.menu-expand, .single-post__info blockquote:before, .product__badge, .product__overlay, .product-badge, .payne-product .product__action, .payne-product-list .product__thumbnail-action, .featured-product__info, .featured-product__info-inner, .featured-product__badge, .limited-product__title, .product-gallery__actions, .contact-info p i {
  position: absolute; }
.variation-form .product-color-variations .product-color-variation-btn:after, .variation-form .reset_variations:before, .shop-widget .widget-title:after, .widget-list.category-list li a:after, .tagcloud a:after {
  position: absolute;
  content: ""; }
.slick-vertical-center .slick-btn, .slick-horizontal-center .slick-btn, .searchform__submit, .featured-product__badge {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
/* .slick-center-bottom .slick-btn, .single-post__info blockquote:before, .featured-product__inner.info-center .featured-product__info-inner {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); } */
.method-box:before, .product__overlay, .payne-product-list .product__thumbnail-action, .featured-product__info, .variation-form .product-color-variations .product-color-variation-btn:after, .scroll-to-top i:before, .comment-avatar {
  left: 0;
  top: 0; }
.global-overlay, .scroll-to-top i:after, .star-rating:before, .star-rating span, .star-rating span:before, .slick-vertical-center .slick-prev, .slick-horizontal-center .slick-prev, .offcanvas-navigation, .product__badge, .product-badge, .shop-widget .widget-title:after, .contact-info p i {
  left: 0; }
.breadcrumb li:not(:last-child):after, .slick-vertical-center .slick-next, .slick-horizontal-center .slick-next, .nice-select:after, .cart-form .coupon .cart-form__btn, .mini-cart, .offcanvas-menu li span.menu-expand, .variation-form .reset_variations:before, .tagcloud a:after {
  right: 0; }
.global-overlay, .star-rating:before, .star-rating span, .star-rating span:before, .quantity .qtybutton, .banner__info-inner, .breadcrumb li:not(:last-child):after, .nice-select:after, .cart-form .coupon .cart-form__btn, .mini-cart, .product__badge, .product-badge, .tagcloud a:after {
  top: 0; }
.slick-center-bottom .slick-btn, .mini-cart, .shop-widget .widget-title:after {
  bottom: 0; }
a, button, .item-overlay, .global-overlay, .scroll-to-top i:before, .slick-dots li, .slick-dots li button, .searchform__input, .product-modal .close, .custom-close i, .searchform__body, .pagination li .page-number, .payne-product-list .product__thumbnail-action, .variation-form .product-color-variations .product-color-variation-btn {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out; }
.item-overlay, .offcanvas-navigation, .global-overlay, .mini-cart, .modal, .searchform__popup, .payne-product-list .product__thumbnail-action {
  visibility: hidden;
  opacity: 0; }
.offcanvas-navigation.open, .global-overlay.overlay-open, .mini-cart.open, .modal.show, .searchform__popup.open, .post__inner:hover .item-overlay, .payne-product-list:hover .product__thumbnail-action {
  visibility: visible;
  opacity: 1; }
.scroll-to-top i:after {
  position: absolute;
  font-family: fontAwesome;
  line-height: 1; }
.body-open, .scroll-to-top, .star-rating, .star-rating span, .method-box, .mini-cart-inner, .mini-cart__product-remove, .post__media, .payne-product, .variation-form .product-color-variations .product-color-variation, .variation-form .product-size-variations .product-size-variation {
  overflow: hidden; }
.hamburger-icon, .quantity .qtybutton, .btn, .slick-dots li, .slick-dots li button, .slick-btn, .searchform__submit, .offcanvas-menu li span.menu-expand, .variation-form .product-color-variations .product-color-variation-btn {
  cursor: pointer; }
.cart-calculator__item--head, .cart-calculator__item--value {
  padding-block-start: 5px;
  padding-block-end: 15px;
  vertical-align: top;
  text-transform: capitalize;
  letter-spacing: 0; }
.product-summary .product-footer-meta p span, .variation-form .variation-label {
  margin-inline-end: 20px; }
.border-radius, .comment-info, .form__input, .icon-box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
.breadcrumb, .shop-toolbar .nice-select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
.mini-cart-btn__count, .comment-avatar img, .featured-product__badge, .variation-form .product-color-variations .product-color-variation-btn:after, .social-rounded .social__link, .bl-widget.author .inner .thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
.quantity-input, .comment-info, .form__input, .form__fieldset, .product-summary .product-navigation a, .variation-form .product-size-variations .product-size-variation-btn, .bl-widget {
  border: 1px solid #5c5958; }
.bl-widget.author .inner .info .autor-meta span + span {
  border-inline-start: 1px solid #5c5958; }
.bl-widget.author .inner .info .autor-meta, .cart-calculator__item.order-total {
  border-block-start: 1px solid #5c5958; }
.banner__btn, .btn-link, .btn-link:hover, .single-post__header {
  border-block-end: 1px solid #5c5958; }
.action-btn, .slick-dots li button, .form__legend, .searchform__input, .searchform__submit, .nice-select:after, .cart-form__input, .cart-form__btn, .shop-toolbar .nice-select {
  border: none; }
.searchform__input, .pagination li .page-number.current, .pagination li .page-number:hover, .table.compare-table tbody th, .table.compare-table tbody td {
  border-color: #5c5958; }
.form__input, .form__fieldset {
  border-color: #e5e5e5; }
.searchform__input, .pagination li .page-number, .variation-form .product-color-variations .product-color-variation-btn {
  border-style: solid; }
.pagination li .page-number, .variation-form .product-color-variations .product-color-variation-btn {
  border-width: 1px; }
.btn-link, .btn-link:hover, .searchform__input {
  border-width: 2px; }

/*-- Font --*/
.btn-link, .slick-btn i, .comment-title, .comment-reply-title, .countdown-wrap .countdown__time, .mini-cart__heading, .product__price .money, .product-summary .product-price-wrapper span {
  font-size: 18px; }
.banner__btn, .toolbar-btn, .countdown-wrap .countdown__text, .mini-cart__product-title, .related-post__title, .product__title, .featured-product__text, .product-summary .product-navigation a, .table.compare-table tbody .remove a, .terms-condition-label a {
  font-size: 16px; }
.banner__text, .action-btn i, .nice-select .current, .nice-select:after, .shop-widget .widget-title {
  font-size: 16px; }
.star-rating, .quantity-label, .quantity-input, .comment-author, .comment-date, .comment-reply-link, .form__label, .cart-form__btn, .post__meta .posted-on, .post__meta .posted-by, .product__short-description, .product-description p, .product-description__heading, .product-description ul li, .product-summary .product-footer-meta p a, .variation-form .product-size-variations .product-size-variation-btn, .table tbody td.product-total-price .product-price-wrapper > span, .table.compare-table tbody th, .table.compare-table tbody td, .table.compare-table tbody .product-name, .table.shop_attributes th, .table.shop_attributes td, .table-style-2 thead th, .group-product-table tbody td.product-name h3, .group-product-table tbody td.product-price .product-price-wrapper > span, .group-product-table tbody td.product-price .product-price-wrapper > span.product-price-old span, .group-product-table tbody td.product-price .product-price-wrapper > span.product-price-new span, .widget-color a, .tagcloud a, .bl-widget.author .inner .info .autor-meta span, .cart-calculator__item--head {
  font-size: 14px; }
.single-post__meta .posted-by span, .table thead th, .table th, .bl-widget.author .inner .info .degne, .bl-widget.post .inner .post-list li a {
  font-size: 13px; }
.btn, .form__notes, .form__legend, .cart-form__input, .product__badge, .product__rating i, .product-badge, .limited-product__rating i, .product-reviews .review__published-date, .payment-info p {
  font-size: 12px; }
.heading__primary, .banner__text, .btn, .comment-reply-link, .cart-form__btn, .product-description__heading, .table.compare-table tbody th, .cart-calculator__item--head {
  font-weight: 700; }
.product-summary .product-footer-meta p span, .variation-form .variation-label, .quantity-label, .quantity .qtybutton, .action-btn i, .toolbar-btn i, .page-title, .offcanvas-menu li a span.overlay-menu__title, .variation-form .product-size-variations .product-size-variation-btn, .limited-product__subtitle, .table tbody td.product-total-price .product-price-wrapper > span {
  font-weight: 600; }
.quantity, .method-box h3, .countdown-wrap .countdown__time, .form__label, .mini-cart__heading, .mini-cart__product-title, .single-post__info blockquote, .related-post__title, .product__price .money, .group-product-table tbody td.product-name h3, .shop-widget .widget-title, .terms-condition-label a {
  font-weight: 500; }
.toolbar-btn span, .searchform__input, .offcanvas-menu li a, .single-post__title, .featured-product__text, .product-summary .product-title, .product-reviews .review__title, .table thead th, .table th, .table.shop_attributes th, .cart-calculator__item--value .product-price-wrapper > span {
  font-weight: 400; }
.toolbar-btn, .product__title, .product__price .sign, .limited-product__price .money, .limited-product__price .sign, .slider-content__text p {
  font-weight: 300; }
.comment-date, .single-post__meta .posted-by span {
  font-style: italic; }
.heading__primary, .method-box:before, .method-box i, .banner__text, .product-slide-nav .slick-btn, .countdown-wrap .countdown__time, .searchform__submit, .mini-cart__close .btn-close, .mini-cart__close .btn-close i, .mini-cart__product-remove, .featured-product__badge, .product-summary .product-title, .limited-product__title h2, .shop-widget .widget-title, .tagcloud a {
  line-height: 1; }
.message-box, .product-slide-nav .slick-btn, .form__legend {
  width: auto; }
.product-slide-nav .slick-btn {
  height: auto; }
.method-box:before, .product__overlay, .payne-product-list .product__thumbnail-action, .featured-product__info, .variation-form .product-color-variations .product-color-variation-btn:after, .global-overlay, .quantity-input, .btn-fullwidth, .slick-dots li button, .homepage-slider .slick-dots, .form__input, .searchform__input, .cart-form__input, .post__inner:hover .item-overlay, .product__image--holder img, .payne-product-list .product__image a, .payne-product-list .product__image img, .featured-product__inner.info-center .featured-product__info-inner, .limited-product__title, .limited-product__nav-image img, .product-gallery__nav-image--single img, .product-gallery__large-image img, .product-gallery__image img, .group-product-table tr {
  width: 100%; }
.method-box:before, .product__overlay, .payne-product-list .product__thumbnail-action, .featured-product__info, .variation-form .product-color-variations .product-color-variation-btn:after, .global-overlay, .hamburger-icon, .quantity-input, .quantity .qtybutton, .method-box, .slick-dots li button, .nice-select:after, .mini-cart-inner, .offcanvas-menu li span.menu-expand, .post__inner:hover .item-overlay, .payne-product-list .product__image a, .payne-product-list .product__image img, .limited-product__title, .limited-product__nav-image img, .product-gallery__large-image img, .product-gallery__image img, .tagcloud a:after {
  height: 100%; }
.scroll-to-top i:before, .scroll-to-top i:after {
  width: inherit; }
.scroll-to-top i:before, .scroll-to-top i:after {
  height: inherit; }
.searchform__input {
  max-width: 100%; }
.form__output, .payne-product-list .product__info, .bl-widget.post {
  text-align: start; }
.scroll-to-top, .quantity-input, .quantity .qtybutton, .method-box, .btn, .slick-dots, .slick-btn, .countdown-wrap .countdown__item, .searchform__input, .nice-select:after, .offcanvas-menu li span.menu-expand, .single-post__info blockquote, .featured-product__info, .featured-product__badge, .product-summary .product-navigation a, .variation-form .product-size-variations .product-size-variation-btn, .table.compare-table tbody td, .bl-widget.author .inner {
  text-align: center; }
.heading__primary, .heading__secondary, .method-box h3, .banner__text, .btn, .btn-size-lg, .page-title, .offcanvas-menu li a, .featured-product__name, .featured-product__text, .featured-product__badge, .limited-product__title h2, .limited-product__name, .table thead th, .table th, .table.compare-table tbody th, .shop-widget .widget-title, .bl-widget.post .inner .post-list li a, .payment-label {
  text-transform: uppercase; }
.product-summary .product-footer-meta p span, .variation-form .variation-label, .countdown-wrap .countdown__text, .table-style-2 thead th {
  text-transform: capitalize; }
.table.shop_attributes th, .table.shop_attributes td {
  text-transform: none; }
.btn-link:hover {
  text-decoration: none; }
.group-product-table tbody td.product-price .product-price-wrapper > span.product-price-new, .user-dashboard-tab__content p a:hover, .terms-condition-label a:hover {
  text-decoration: underline; }
.scroll-to-top, .hamburger-icon, .hamburger-icon span, .star-rating, .method-box i, .btn-fullwidth, .slick-dots li button, .countdown-wrap .countdown__time, .countdown-wrap .countdown__text, .searchform__submit, .searchform__submit i, .nice-select .current, .mini-cart__close .btn-close, .mini-cart__product-title, .offcanvas-menu li a, .pagination li .page-number, .single-post__meta .posted-by span, .payne-product .product__action a, .payne-product-list .product__info, .payne-product-list .product__rating, .variation-form .product-color-variations .product-color-variation-btn, .product-reviews .review__title, .group-product-table tbody td.product-price .product-price-wrapper > span.product-price-old, .user-dashboard-tab__head .nav-link, .bl-widget.author .inner .info .autor-meta span strong, .bl-widget.post .inner .post-list li a, .cart-calculator__item--value > span,
.cart-calculator__item--value > a, .checkout-title h2:after {
  display: block; }
.banner__btn, .action-btn, .mini-cart-btn__count, .slick-dots li, .form__legend, .icon-box, .pagination li .dot, .post__meta .posted-on, .post__meta .posted-by, .product__badge, .product__price .money, .product-badge, .featured-product__inner, .product-summary .product-navigation a, .product-summary .product-price-wrapper span, .variation-form .variation a, .social__link, .widget-color a, .tagcloud a, .bl-widget.author .inner .info .autor-meta span {
  display: inline-block; }
.scroll-to-top i:before, .scroll-to-top i:after, .slick-btn i, .form__legend {
  line-height: inherit; }
  .slick-btn.slick-next.slick-arrow i, .slick-btn.slick-prev.slick-arrow i {
    line-height: inherit;
    background: #fff;
    padding: 0px 8px;
}
.two-column-list, .message-box, .banner__inner, .countdown-wrap .countdown, .mini-cart__product, .post__footer-meta, .related-post__inner, .product__info, .payne-product-list .product__inner, .featured-product__badge, .limited-product__image, .product-gallery.vertical-slide-nav, .product-reviews .review__container, .user-dashboard-tab, .cart-calculator__item, .shop-toolbar__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
.breadcrumb, .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
.countdown-wrap .countdown {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }
.message-box, .comment-meta, .mini-cart__total, .post__footer-meta, .single-post__header-meta, .product__info, .limited-product__image, .widget-list li a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
.shop-toolbar__right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
.user-dashboard-tab {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }
.message-box, .footer-menu li a, .post__footer-meta, .product__info, .featured-product__badge {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
.two-column-list, .banner__inner, .countdown-wrap .countdown, .product__info, .payne-product-list .product__inner, .limited-product__image, .product-gallery.vertical-slide-nav, .product-reviews .review__container, .cart-calculator__item {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.searchform__body, .shipping-method {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.searchform__body, .payne-product-list .product__thumbnail-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
.comment-meta, .mini-cart__total, .post__footer-meta .social-share, .single-post__header-meta, .widget-list li a, .shipping-method {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
/* .product-gallery__nav-image--single{width:100px;} */
/* .item.slick-slide.slick-current.slick-active.first-active{margin-top: 40px;} */
/* .slick-gutter-10.slick-vertical .slick-list .slick-slide, .product-gallery__nav-image--single{height: 120px;} */
/*-- Background Styles --*/
.bg-image {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover; }
.bg-cover {
  background-size: cover; }
.bg-100 {
  background-size: 100% 100%; }
.bg-contain {
  background-size: contain; }
.bg-no-repeat {
  background-repeat: no-repeat; }
.bg-repeat {
  background-repeat: repeat; }
.bg-scroll {
  background-attachment: scroll; }
.bg-fixed {
  background-attachment: fixed; }
.bg-center {
  background-position: center; }
.bg-center-top {
  background-position: center top; }
.bg-center-bottom {
  background-position: center bottom; }
.bg-left-top {
  background-position: left top; }
.bg-left-bottom {
  background-position: left bottom; }
.bg-right-top {
  background-position: right top; }
.bg-right-bottom {
  background-position: right bottom; }
.bg-position-50-200p {
  background-position: 50% 200px; }
@media (max-width: 47.94em) {
  .bg-sm-padding {
    padding-block-start: 50%; } }
.two-column-list > * {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }
@media (max-width: 47.94em) {
  .sm-one-column > * {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }
.max-width--1200 {
  max-width: 1200px;
  margin: 0 auto; }

/*****************************
03 - Utilities - Common
*****************************/
/*-- Global Overlay --*/
.global-overlay {
  position: fixed;
  background-color: rgba(34, 34, 34, 0.7);
  z-index: 1000; }

/*-- Tooltip --*/
@media (max-width: 47.94em) {
  .tooltip {
    display: none; } }

/*-- Google Map --*/
#google-map {
  height: 350px; }

/*-- Mailchimp Alerts --*/
.mailchimp-alerts div:not(:empty) {
  margin-block-start: 10px;
  margin-block-end: 10px; }
.mailchimp-alerts .mailchimp-error {
  color: #ff0606; }
.mailchimp-alerts .mailchimp-success {
  color: #4cbb6c; }
/*-- Scroll To Top --*/
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 10px;
  z-index: 999;
  font-size: 20px;
  background-color: #222;
  opacity: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  .scroll-to-top i:after {
    content: '\f106';
    top: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; }
/*-- Hamburger Icon --*/
.hamburger-icon {
  width: 32px;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .hamburger-icon span {
    height: 2px;
    width: 50%;
    background: #222;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }
    .hamburger-icon span:nth-child(even) {
      left: 50%;
      border-radius: 0 3px 3px 0; }
    .hamburger-icon span:nth-child(odd) {
      left: 0px;
      border-radius: 3px 0 0 3px; }
    .hamburger-icon span:nth-child(1), .hamburger-icon span:nth-child(2) {
      top: 6px; }
    .hamburger-icon span:nth-child(3), .hamburger-icon span:nth-child(4) {
      top: 16px; }
    .hamburger-icon span:nth-child(5), .hamburger-icon span:nth-child(6) {
      top: 25px; }
  .hamburger-icon.open span:nth-child(1), .hamburger-icon.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .hamburger-icon.open span:nth-child(2), .hamburger-icon.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .hamburger-icon.open span:nth-child(1) {
    left: 5px;
    top: 10px; }
  .hamburger-icon.open span:nth-child(2) {
    left: calc(50% - 2px);
    top: 10px; }
  .hamburger-icon.open span:nth-child(3) {
    left: -50%;
    opacity: 0; }
  .hamburger-icon.open span:nth-child(4) {
    left: 100%;
    opacity: 0; }
  .hamburger-icon.open span:nth-child(5) {
    left: 5px;
    top: 19px; }
  .hamburger-icon.open span:nth-child(6) {
    left: calc(50% - 2px);
    top: 19px; }

/*-- Preloader --*/
.ft-preloader {
  display: none; }
  .ft-preloader.active {
    width: 100%;
    text-align: center;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    background: white;
    display: block; }
  .ft-preloader .ft-child {
    width: 20px;
    height: 20px;
    background-color: #562e48;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: ft-bouncedelay 1.4s ease-in-out 0s infinite both;
    -moz-animation: ft-bouncedelay 1.4s ease-in-out 0s infinite both;
    -ms-animation: ft-bouncedelay 1.4s ease-in-out 0s infinite both;
    -o-animation: ft-bouncedelay 1.4s ease-in-out 0s infinite both;
    animation: ft-bouncedelay 1.4s ease-in-out 0s infinite both; }
  .ft-preloader .ft-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .ft-preloader .ft-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

/*-- Rating --*/
.star-rating {
  margin-inline-start: auto;
  margin-inline-end: auto;
  height: 14px;
  line-height: 14px;
  letter-spacing: 5px;
  width: 90px;
  font-family: FontAwesome;
  direction: ltr;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9a9a9a; }
  .star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    float: left; }
  .star-rating span {
    color: #222;
    float: left;
    padding-block-start: 15px;
    height: 0; }
    .star-rating span:before {
      content: "\f005\f005\f005\f005\f005"; }
  .star-rating.star-five span {
    width: 100%; }
  .star-rating.star-four span {
    width: 80%; }
  .star-rating.star-four-half span {
    width: 90%; }
  .star-rating.star-three span {
    width: 60%; }
  .star-rating.star-three-half span {
    width: 70%; }
  .star-rating.star-two span {
    width: 40%; }
  .star-rating.star-two-half span {
    width: 50%; }
  .star-rating.star-one span {
    width: 20%; }
  .star-rating.star-one-half span {
    width: 50%; }
  .star-rating.star-half span {
    width: 10%; }

/*-- Quantity --*/
.quantity {
  font-size: 16px;
  width: 120px;
  height: 35px;
  line-height:35px; 
}
  .quantity-label {
    font-size: 16px;
    color: #050505;
    font-weight: 500;
    margin-inline-end:15px; }
  .quantity-input {
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .quantity-input::-webkit-input-placeholder {
      color: #222; }
    .quantity-input:-moz-placeholder {
      color: #222; }
    .quantity-input::-moz-placeholder {
      color: #222; }
    .quantity-input:-ms-input-placeholder {
      color: #222; }
  .quantity .qtybutton {
    line-height: 35px;
    width: 14px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .quantity .qtybutton.inc {
      right: 0px;font-size: 20px;border-left: 1px solid #ccc;width: 35px;
    }
    .quantity .qtybutton.dec {
     left: 0px;font-size: 20px;border-right: 1px solid #ccc;width: 35px;
     }
 .swal2-popup.swal2-toast .swal2-title{font-size: 1.6em!important;}
.productQty{
  width: 50px!important;
  border-radius: 0px !important;
  border-left: 0px;
  border-right: 0px;
  border-top: 1px solid #363333;
  border-bottom: 1px solid #363333;
  text-align: center;
}
.down.productQtyMinus{
  font-size: 30px;
  width: 40px;
  text-align: center;
  border: 1px solid #444343;
  cursor: pointer;
}
.up.productQtyPlus{
  font-size: 30px;
  width: 40px;
  text-align: center;
  border: 1px solid #444343;
  cursor: pointer;
}
.wishlist-table tr{
  border:1px solid #ccc;
}
.product-modal.show .swiper-button-next:after{
 color: #a10002;
}
.product-modal.show .swiper-button-prev:after{
  color: #a10002;
 }

/*-- Method Box --*/
.method-box {
  background-color: #f4f4f4;
  padding-block-end: 38px;
  padding-block-start: 46px; }
  .method-box * {
    z-index: 1; }
  .method-box:before {
    font-family: Flaticon;
    color: #ededee; }
  .method-box.shipment-method:before {
    content: '\f103';
    font-size: 200px;
    -webkit-transform: rotate(-30deg) translate(0, 25px);
    -moz-transform: rotate(-30deg) translate(0, 25px);
    -ms-transform: rotate(-30deg) translate(0, 25px);
    -o-transform: rotate(-30deg) translate(0, 25px);
    transform: rotate(-30deg) translate(0, 25px); }
  .method-box.money-back-method:before {
    content: "\f104";
    font-size: 180px;
    -webkit-transform: rotate(45deg) translate(10px, 10px);
    -moz-transform: rotate(45deg) translate(10px, 10px);
    -ms-transform: rotate(45deg) translate(10px, 10px);
    -o-transform: rotate(45deg) translate(10px, 10px);
    transform: rotate(45deg) translate(10px, 10px); }
  .method-box.support-method:before {
    content: "\f105";
    font-size: 200px;
    -webkit-transform: rotate(15deg) translate(0px, 21px);
    -moz-transform: rotate(15deg) translate(0px, 21px);
    -ms-transform: rotate(15deg) translate(0px, 21px);
    -o-transform: rotate(15deg) translate(0px, 21px);
    transform: rotate(15deg) translate(0px, 21px); }
  .method-box i {
    font-size: 75px; }
    .method-box i.flaticon-truck {
      height: 63px; }
    .method-box i.flaticon-money {
      font-size: 64px; }
    .method-box i.flaticon-support {
      font-size: 64px; }
  .method-box h3 {
    margin-block-start: 15px; }
    @media (max-width: 61.94em) {
      .method-box h3 {
        font-size: 15px; } }

/*-- Message Box --*/
.message-box {
  background: #f6f6f6;
  padding: 14px 30px;
  word-wrap: break-word; }
  .message-box p {
    display: inherit; }
    .message-box p i {
      font-size: 25px;
      margin-inline-end: 20px;
      color: #4cbb6c; }
  .message-box p {
    margin: 0; }
  .message-box a {
    margin-inline-start: 5px; }

/*-- Error Text --*/
.error h1 {
  font-size: 25rem;
  font-weight: 900;
  letter-spacing: 1rem;
  line-height: 1.1;
  margin-block-end: 30px;
  padding: 0; }

.error h2 {
  font-size: 25px;
  margin-block-end: 31px; }

.error p {
  margin-block-end: 36px; }

@-webkit-keyframes ft-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes ft-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.pbounceInDown {
  animation-name: pbounceInDown; }

@keyframes pbounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.11, 0.69, 0.76, 0.69); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -moz-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    -o-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -moz-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    -o-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -200px, 0);
    -moz-transform: translate3d(0, -200px, 0);
    -ms-transform: translate3d(0, -200px, 0);
    -o-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }

.pbounceInLeft {
  animation-name: pbounceInLeft; }

@keyframes pbounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    animation-timing-function: cubic-bezier(0.11, 0.69, 0.76, 0.69); }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    -moz-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    -o-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
    opacity: 0; }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    -moz-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    -o-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
    opacity: 1; }
  75% {
    -webkit-transform: translate3d(-100px, 0, 0);
    -moz-transform: translate3d(-100px, 0, 0);
    -ms-transform: translate3d(-100px, 0, 0);
    -o-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }

/*****************************
10 - Layout - Header
*****************************/
/*-- 10.00 - Header --*/
.header .logo {
  display: block; }
  .header .logo--normal {
    visibility: visible;
    height: auto;width: 42%;}
  .header .logo--transparency {
    visibility: hidden;
    height: 0; }

.header__outer {
  position: relative;height:38px; }

.header__inner {
  position: absolute;
  left: 0;
  top: 38px;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -ms-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
  z-index: 4; }

.header__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-block-start: 58px;
  padding-block-end: 10px; }

.header__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.header-default .header__left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.header-default .header__center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.header-default .header__right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.header .toolbar-item:not(:last-child) {
  margin-inline-end: 30px; }
  @media (max-width: 35.94em) {
    .header .toolbar-item:not(:last-child) {
      margin-inline-end: 0px;position: relative;top: -18px; } }

/*--10.02 Header Transparent--*/
.header-transparent {
  /* position: absolute; */
  height: 155px;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  background-color: transparent; }
  .header-transparent .header__inner {
    background-color: #fff; position: fixed;}
  .header-transparent .header__main {
    /*padding-block-start: 50px;*/
    -webkit-transition: padding 0.25s;
    -moz-transition: padding 0.25s;
    -ms-transition: padding 0.25s;
    -o-transition: padding 0.25s;
    transition: padding 0.25s;
    will-change: padding; }

/*-- 10.04 - Sticky Header CSS --*/
.is-sticky .header__inner {
  position: fixed;
  top: 100!important;
  z-index:999;
  background-color: #fff;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
  .is-sticky .header__inner.header--pinned {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
    -moz-transition: 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
    -ms-transition: 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
    -o-transition: 0.5s, background 0.25s, visibility 0.25s, opacity 0s;
    transition: 0.5s, background 0.25s, visibility 0.25s, opacity 0s; }
 

.is-sticky.header-transparent .header__main {
  padding-block-start: 33px;
  -webkit-transition: padding 0.25s;
  -moz-transition: padding 0.25s;
  -ms-transition: padding 0.25s;
  -o-transition: padding 0.25s;
  transition: padding 0.25s; }

  .srch_logo {
    width: 160px;
    margin-block: 20px;
    position: absolute;
    top: 0;
    left: 5%;
}
.search_icons_box img{
  width: 5%;
    float: right;
    padding-right: 5px;
}

.position-fixed {
  display: none;
  position: fixed;
  bottom: 0px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: rgb(255, 255, 255);
  width: 100%;
  border: 1px solid #a10002;
  z-index: 9999;
}
.position-fixed .foot-product-image {
  text-align: center;
  float: right;
}
.position-fixed .foot-product-image img {
  height:70px;
}
/*****************************
11 - Layout - Footer
*****************************/
@media (max-width: 47.94em) {
  .footer .container {
    max-width: 100%; } }

.footer-widget .widget-title {
  text-transform: uppercase;
  font-size: 20px; }

.footer-widget .address-widget a {
  display: block; }

.footer-menu li {
  margin-block-end: 5px; }
  .footer-menu li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .footer-menu li a i {
      font-size: 16px; }
    .footer-menu li a span {
      padding-inline-start: 5px; }

.footer-column-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32.33333%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 32.33333%;
  -ms-flex: 0 0 32.33333%;
  flex: 0 0 32.33333%;
  max-width: 32.333333%; }
  .dpjmKp{
    width: 25px;
    position: absolute;
    right: 0;
  }
    
  @media (max-width: 93.6875em) {
    .footer-column-1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 30%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%; } }
  @media (max-width: 74.9375em) {
    .footer-column-1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (max-width: 61.94em) {
    .footer-column-1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 67%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 67%;
      -ms-flex: 0 0 67%;
      flex: 0 0 67%;
      max-width: 67%; } }
  @media (max-width: 35.94em) {
    .footer-column-1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.footer-column-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 14%;
  -ms-flex: 0 0 14%;
  flex: 0 0 14%;
  max-width: 14%; }
  @media (max-width: 93.6875em) {
    .footer-column-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 14%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 14%;
      -ms-flex: 0 0 14%;
      flex: 0 0 14%;
      max-width: 14%; } }
  @media (max-width: 74.9375em) {
    .footer-column-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 17%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 17%;
      -ms-flex: 0 0 17%;
      flex: 0 0 17%;
      max-width: 17%; } }
  @media (max-width: 61.94em) {
    .footer-column-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
      flex: 0 0 33%;
      max-width: 33%; } }
  @media (max-width: 35.94em) {
    .footer-column-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.footer-column-3 {
  margin-inline-start: 4%; }
  @media (max-width: 74.9375em) {
    .footer-column-3 {
      margin-inline-start: 0;
      max-width: 20%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%; } }
  @media (max-width: 61.94em) {
    .footer-column-3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (max-width: 35.94em) {
    .footer-column-3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.footer-column-4 {
  margin-inline-start: 2%;
  max-width: 17%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 17%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 17%;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%; }
  @media (max-width: 74.9375em) {
    .footer-column-4 {
      margin-inline-start: 0;
      max-width: 20%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%; } }
  @media (max-width: 61.94em) {
    .footer-column-4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (max-width: 35.94em) {
    .footer-column-4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.footer-column-5 {
  max-width: 14%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 14%;
  -ms-flex: 0 0 14%;
  flex: 0 0 14%; }
  @media (max-width: 93.6875em) {
    .footer-column-5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 15%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 15%;
      -ms-flex: 0 0 15%;
      flex: 0 0 15%;
      max-width: 15%; } }
  @media (max-width: 74.9375em) {
    .footer-column-5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 18%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 18%;
      -ms-flex: 0 0 18%;
      flex: 0 0 18%;
      max-width: 18%; } }
  @media (max-width: 61.94em) {
    .footer-column-5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (max-width: 35.94em) {
    .footer-column-5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.copyright-text i {
  color: red; }

/*****************************
12 - Layout - Sidebar
*****************************/
/*****************************
20 - Components - Banner
*****************************/
.banner__image {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  max-width: 47%; }
  @media (max-width: 74.9375em) {
    .banner__image {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
  @media (max-width: 35.94em) {
    .banner__image {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

.banner__info {
  -webkit-flex-basis: 53%;
  -moz-flex-basis: 53%;
  -ms-flex-preferred-size: 53%;
  flex-basis: 53%;
  max-width: 53%; }
  @media (max-width: 74.9375em) {
    .banner__info {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
  @media (max-width: 35.94em) {
    .banner__info {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding-block-start: 100%; } }
  .banner__info-inner {
    padding-inline-start: 50px;
    padding-block-start: 51px; }
    @media (max-width: 93.6875em) {
      .banner__info-inner {
        padding-inline-start: 40px;
        padding-block-start: 40px; } }
    @media (max-width: 61.94em) {
      .banner__info-inner {
        padding-inline-end: 15px; } }
    @media (max-width: 35.94em) {
      .banner__info-inner {
        padding-inline-start: 25px;
        padding-block-start: 25px; } }

.banner__title {
  font-size: 35px;
  margin-block-end: 27px; }
  @media (max-width: 74.9375em) {
    .banner__title {
      font-size: 31px;
      margin-block-end: 20px; } }
  @media (max-width: 47.94em) {
    .banner__title {
      font-size: 28px; } }

.banner__text {
  background-color: #000;
  padding: 13px 14px;
  letter-spacing: 1px;
  white-space: -moz-nowrap;
  white-space: nowrap; }
  @media (max-width: 35.94em) {
    .banner__text {
      font-weight: 600;
      font-size: 12px; } }

.banner__btn {
  margin-block-end: 45px; }
  @media (max-width: 74.9375em) {
    .banner__btn {
      margin-block-end: 35px; } }

/*****************************
21 - Components - Blog
*****************************/
/*-- 21.00 - Blog --*/
/*-- 21.01 - Blog Details --*/
/*-- 21.02 - Related Post --*/
/*****************************
22 - Components - Button
*****************************/
/*-- 22.00 - Global Button --*/
.btn {
  padding: 12px 30px;
  min-width: fit-content;
  line-height: 28px;
  border: 1px solid #000;
  background-color: #000;
  color: #ffffff;
  -webkit-box-shadow: #999999 0px 0px 0px 0px;
  -moz-box-shadow: #999999 0px 0px 0px 0px;
  -ms-box-shadow: #999999 0px 0px 0px 0px;
  -o-box-shadow: #999999 0px 0px 0px 0px;
  box-shadow: #999999 0px 0px 0px 0px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  white-space: -moz-normal;
  white-space: normal; }
  @media (max-width: 74.9375em) {
    .btn {
      padding: 12px 25px; } }
  @media (max-width: 47.94em) {
    .btn {
      padding: 10px 25px; } }
  .btn-size-lg {
    padding: 20px; }
    @media (max-width: 61.94em) {
      .btn-size-lg {
        padding: 17px; } }
  .btn-size-sm {
    padding: 5px 30px;
    /* min-width: 240px; */
    font-size: 14px !important;
    font-weight: 500;
    height: 40px;
    line-height: 28px;
  }
  .btn-outline {
    border: 1px solid #5c5958;
    background-color: transparent;
    color: #222; }
    .btn-outline:hover {
      color: #222; }
  .btn-white {
    color: #ffffff;
    border-color: #ffffff; }
  .btn-shape-rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .btn-shape-square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .btn-brw-2 {
    border-width: 2px; }
  .btn-brc-primary {
    border-color: #562e48; }
  .btn-color-primary {
    color: #562e48; }
  .btn-bg-primary {
    background-color: #562e48;
    border-color: #562e48;
    color: #ffffff; }
  @media (max-width: 61.94em) {
    .btn-link {
      font-size: 20px; } }
  .btn:hover {
    background-color: transparent;
    color:#222;color:rgb(16 16 16) !important;}

/*-- 22.01 - Action Button --*/
.action-btn {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1); }
/*-- 22.03 - Read More Button --*/
.read-more-btn {
  border-block-end: 1px solid #dadada;
  padding-block-end: 5px; }
/*-- 22.04 - Toolbar Button --*/
.toolbar-btn {
  color: #161616; }
  .toolbar-btn i {font-size: 22px; }

/*-- 22.05 - Mini Cart Button --*/
#cartItemCounter {
  width:16px;
  height:16px;
  line-height:16px;
  text-align: center;
  background-color: #000000;
  font-size: 10px;
  top: 0;
  margin-inline-start: -15px;
  vertical-align: top; 
  position: absolute;
}

.page-title-area {
  padding-block-start: 72px;
  padding-block-end: 82px; }

  .delsize del{
    font-size: 14px;
    color: #707070;
  }
  .font_sizes{
    font-size: 14px;
    font-weight: 400;
    color: #000;
  }
  .sub_text_dimn{
    font-size: 14px;
    color: #707070;
  }
  .all_inclusive_taxes{
    font-size: 14px;
    position: relative;
  }
  .discount_persantage {
    font-size: 14px !important;
    color: #ffffff !important;
    background: #a10002;
    padding: 2px 9px !important;
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
    position: relative;
    top: -2px;
  }
  .delivery-input{
    width: 70%;
    height: 40px;
    padding: 0px 5px;
    border-radius: 0px;
    border: 1px solid #6a6666;
  }
  .seprate_btn {
    margin-top: 10px;
    display: flex;
    gap: 24px;
    margin-bottom: 15px;
  }
  /* .rating-sec-box{margin-top:15px;} */
  .rating{margin:0px 10px;}
  .buttn-sec .fa.fa-shopping-cart{padding-right: 10px;}
  .empty-stars i{width:10px;margin: 2px;}
  .rating-sec-box .border-start{padding-left:10px;}
  .check_areacode {
    background: #000;
    /* height: 11px; */
    font-size: 16px;
    color: #fff;
    padding: 7px 10px;
    margin-top: 0px;
    height: 40px;
    position: relative;
    top: 0px;
    text-align: center;
    width: 30%;
    display: inline-block;
    cursor: pointer;
}

.faq_sec .accordion-item {
    background-color: #fff;
     border: 0; 
}
.position-fixed .btn-shape-square{
  padding: 6px 10px;
  font-size: 14px !important;
  line-height: 30px;
  height: 40px;
  margin-right:20px;
  font-weight: 500;
}

  @media (max-width: 93.6875em) {
    .page-title-area {
      padding-block-end: 80px; } }
  @media (max-width: 61.94em) {
    .page-title-area {
      padding-block-start: 60px;
      padding-block-end: 66px; } }

.page-title-area-2 {
  height: 60rem; }

.page-title {
  font-size: 4rem; }
  @media (max-width: 47.94em) {
    .page-title {
      font-size: 5rem; } }

.breadcrumb li:not(:last-child) {
  margin-inline-end: 10px;
  padding-right: 15px; }
  .breadcrumb li:not(:last-child):after {
    content: '/'; }

/*****************************
23 - Components - Carousel
*****************************/
/*-- 23.00 - Carousel Gutter --*/
.slick-gutter-10 .slick-list {
  margin-inline-start: -5px;
  margin-inline-end: -5px; }
  .slick-gutter-10 .slick-list .slick-slide {
    padding-inline-start: 5px;
    padding-inline-end: 5px; }

.slick-gutter-10.slick-vertical .slick-list {
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-block-start: -5px;
  margin-block-end: -5px; 
  /* border: 1px solid #e3e2e2ba; */
  border-radius: 4px;
  padding-bottom: 0px !important;
  margin-bottom: 30px;
  padding-top:0px!important;
  margin-left: -8px;
}

/* .product-gallery__image img {
  height: 532px;
} */

  .slick-gutter-10.slick-vertical .slick-list .slick-slide {
    padding-block-start:0px;
    padding-block-end: 0px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    padding-top:11px;
   }

.slick-gutter-25 .slick-list {
  margin-inline-start: -12.5px;
  margin-inline-end: -12.5px; }
  .slick-gutter-25 .slick-list .slick-slide {
    padding-inline-start: 12.5px;
    padding-inline-end: 12.5px; }

.slick-gutter-25.slick-vertical .slick-list {
  margin-block-start: -12.5px;
  margin-block-end: -12.5px;
  margin-inline-start: 0;
  margin-inline-end: 0; }
  .slick-gutter-25.slick-vertical .slick-list .slick-slide {
    padding-block-start: 12.5px;
    padding-block-end: 12.5px;
    padding-inline-start: 0;
    padding-inline-end: 0; }

.slick-gutter-30 .slick-list {
  margin-inline-start: -15px;
  margin-inline-end: -15px; }
  .slick-gutter-30 .slick-list .slick-slide {
    padding-inline-start: 15px;
    padding-inline-end: 15px; }

.slick-gutter-30.slick-vertical .slick-list {
  margin-block-start: -15px;
  margin-block-end: -15px;
  margin-inline-start: 0;
  margin-inline-end: 0; }
  .slick-gutter-30.slick-vertical .slick-list .slick-slide {
    padding-block-start: 15px;
    padding-block-end: 15px;
    padding-inline-start: 0;
    padding-inline-end: 0; }

/*-- 23.01 - Slick Dot Margin Top --*/
.slick-dot-mt-40 .slick-dots {
  margin-block-start: 40px !important; }

/*-- 23.02 - Carousel Dots --*/
.slick-dots {
  line-height: 0; }
  .slick-dots li {
    margin: 0 3px;
    opacity: .4;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    width: 8px;
    height: 8px;
    line-height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .slick-dots li button {
      font-size: 0; }
    .slick-dots li.slick-active {
      opacity: 1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
.shop-toolbar__left{float: right;}
.product-gallery__image img {
  cursor: crosshair;
  cursor: url("../img/cursor-zoom-in.svg"), auto
}


.cursor{  cursor: none; width: 30px; height: auto; position: fixed; pointer-events: none; top: 0; left: 0; display: none; z-index: 10000; transform: translate(-50%, -50%);  transition: transform 0.5s ease; overflow: show; }
.cursor img { width: 100%; height: auto; transform: rotate(0) scale(1); transition: .3s ease; }
.cursor.hover img{ transform: scale(1.5);}


.product__image img{height:auto; width:auto;}
.product__image video{height:300px;}
/*-- 23.03 - Carousel Navs --*/
.slick-btn {
  width: 32px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0);
  z-index: 1; }
  .slick-btn i {color: #585e66; }

.slick-right-bottom .slick-btn {
  right: 50px;
  bottom: 30px; }

.slick-right-bottom .slick-prev {
  right: 115px;
  border-inline-end: 1px solid #dfe9f0; }

.slick-center-bottom .slick-prev {
  margin-inline-start: -25px; }

  .slick-btn.slick-prev.slick-arrow{
    position: absolute;
    top: 21px;
    z-index: 1;
    text-align: -webkit-center;
    display: flow;
    height: 40px;
    left: 38%;
    width: 40px;
  }
  @media (max-width: 35.94em) {
    .slick-center-bottom .slick-prev {
      left: 20px;
      margin-inline-start: 0; } }

.slick-center-bottom .slick-next {
  margin-inline-end: -25px; }
  @media (max-width: 35.94em) {
    .slick-center-bottom .slick-next {
      right: 0;
      left: auto;
      margin-inline-end: 0; } }

/*-- 23.04 - Product Slide Nav --*/
@media (max-width: 47.94em) {
  .product-slide-nav .slick-btn .fa-angle-up:before {
    content: "\f104"; } }

@media (max-width: 47.94em) {
  .product-slide-nav .slick-btn .fa-angle-down:before {
    content: "\f105"; } }

@media (max-width: 47.94em) {
  .product-slide-nav.slick-center-bottom .slick-btn {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    bottom: auto; } }

@media (max-width: 47.94em) {
  .product-slide-nav.slick-center-bottom .slick-prev {
    left: 5px; } }

@media (max-width: 47.94em) {
  .product-slide-nav.slick-center-bottom .slick-next {
    right: 5px; } }

/*-- 23.05 - Slider Dots Position --*/
.homepage-slider .slick-dots {
  bottom: 20px; }

/*****************************
24 - Components - Comment
*****************************/
.comment-title {
  margin-block-end: 27px; }

.comment-list > li:last-child > .single-comment:only-child {
  margin-block-end: 0; }

.comment-list > li:last-child .children > li:last-child .single-comment {
  margin-block-end: 0; }

.comment .single-comment {
  margin-block-end: 20px; }

@media (max-width: 35.94em) {
  .comment-avatar {
    position: relative !important;
    margin-block-end: 10px; } }

.comment-info {
  margin-inline-start: 120px;
  padding: 20px 30px; }
  @media (max-width: 35.94em) {
    .comment-info {
      margin-inline-start: 0;
      padding: 15px 20px; } }

.comment-meta {
  margin-block-end: 10px; }
  @media (max-width: 28.125em) {
    .comment-meta {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      align-items: flex-start !important; } }

.comment-date {
  margin-inline-end: 40px; }

.comment .children {
  margin-inline-start: 20px; }

.comment-reply-title {
  margin-block-end: 27px; }

@media (max-width: 35.94em) {
  .countdown-wrap .countdown {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; } }

.countdown-wrap .countdown__item {
  -webkit-flex-basis: 70px;
  -moz-flex-basis: 70px;
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  max-width: 70px; }
  @media (max-width: 35.94em) {
    .countdown-wrap .countdown__item {
      -webkit-flex-basis: 60px;
      -moz-flex-basis: 60px;
      -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
      max-width: 60px; } }

@media (max-width: 35.94em) {
  .countdown-wrap .countdown__time {
    font-size: 18px; } }

@media (max-width: 35.94em) {
  .countdown-wrap .countdown__text {
    font-size: 12px; } }

/*****************************
25 - Components - Form
*****************************/
/*-- 25.00 - Global Form --*/
.form__notes {
  color: #999999; }

.form__input {
  height: 40px;
  padding-inline-start: 10px; }
  .form__input--textarea {
    height: 100px; }
  .form__input.nice-select {
    width: 100%;
    height: 40px; }

.form__output {
  margin-block-start: 5px; }
  .form__output.success {
    color: #4cbb6c; }
  .form__output.error {
    color: #ff0606; }

.form__fieldset {
  padding: 15px; }

.form__legend {
  padding: 0 10px; }

.form--checkout .form__label, .form--track .form__label {
  margin-block-end: 8px; }

/*-- 25.02 - Search Form --*/
.searchform {
  max-width: 800px; }
  @media (max-width: 61.94em) {
    .searchform {
      max-width: 700px; } }
  @media (max-width: 47.94em) {
    .searchform {
      max-width: 95%; } }
  .searchform__input {
    color: #232324;
    border-color: #232324;
    font-size: 30px;
    padding: 10px 50px 10px 10px; }
    @media (max-width: 61.94em) {
      .searchform__input {
        font-size: 25px; } }
    @media (max-width: 47.94em) {
      .searchform__input {
        font-size: 20px; } }
  .searchform__submit {
    right: 15px;
    color: #000;
    font-size: 20px;
    height: 30px; }
    .searchform__submit i {
      font-size: 35px; }

/*--- 25.03 - Nice Select --*/
.nice-select {
  padding-inline-end: 0; }
  .nice-select .current {
    padding-inline-start: 10px; }
  .nice-select:after {
    font-family: FontAwesome;
    content: '\f107';
    width: 40px;
    background-color: #eeeeee;
    line-height: 40px;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  .nice-select.open:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  .nice-select .list {
    width: 100%;
    max-height: 260px; }

/*-- 25.05 - Cart Form --*/
.cart-form__input {
  border-block-end: 1px solid #5c5958;
  padding-block-end: 5px;
  color: #222; }
  .cart-form__input::-webkit-input-placeholder {
    color: #222; }
  .cart-form__input:-moz-placeholder {
    color: #222; }
  .cart-form__input::-moz-placeholder {
    color: #222; }
  .cart-form__input:-ms-input-placeholder {
    color: #222; }

@media (max-width: 35.94em) {
  .cart-form .coupon {
    margin-block-end: 20px; } }

/*****************************
26 - Components - Icon
*****************************/
.icon-box {
  width: 46px;
  height: 46px;
  line-height: 42px;
  text-align: center; }

.icon-outline {
  border-width: 2px;
  border-style: solid; }

/*****************************
27 - Components - Mini Cart
*****************************/
.mini-cart {
  position: fixed;
  width: 420px;
  min-height: 100vh;
  z-index: 99999;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  -webkit-transform: translate(200px, 0);
  -moz-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  -o-transform: translate(200px, 0);
  transform: translate(200px, 0);
  -webkit-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.09); }
  @media (max-width: 61.94em) {
    .mini-cart {
      width: 350px; } }
  @media (max-width: 35.94em) {
    .mini-cart {
      max-width: 100%; } }
  .mini-cart.open {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .mini-cart-wrapper {
    padding-block-start: 5rem; }
  .mini-cart__close {
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px; }
    .mini-cart__close .btn-close i {
      font-size: 20px; }
  .mini-cart-inner {
    padding: 5rem; }
  .mini-cart__list {
    max-height: 300px;
    overflow: auto;
    margin-inline-end: -70px;
    padding-inline-end: 70px;
    margin-block-end: 30px; }
    @media (max-width: 35.94em) {
      .mini-cart__list {
        margin-block-end: 20px; } }
  .mini-cart__product:not(:last-child) {
    margin-block-end: 30px; }
  .mini-cart__product-remove {
    font-size: 15px;
    height: 15px;
    width: 15px;
    right: -17px;
    top: 8px; }
  .mini-cart__product-image {
    -webkit-flex-basis: 70px;
    -moz-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    max-width: 70px; }
  .mini-cart__product-content {
    -webkit-flex-basis: calc(100% - 70px);
    -moz-flex-basis: calc(100% - 70px);
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding-inline-start: 20px;
    padding-inline-end: 10px; }
    @media (max-width: 47.94em) {
      .mini-cart__product-content {
        -webkit-flex-basis: calc(100% - 90px);
        -moz-flex-basis: calc(100% - 90px);
        -ms-flex-preferred-size: calc(100% - 90px);
        flex-basis: calc(100% - 90px);
        max-width: calc(100% - 90px);
        padding-inline-start: 10px; } }
  .mini-cart__product-title {
    margin: 0 0 5px; }
  .mini-cart__total {
    margin-block-end: 30px; }
    .mini-cart__total span {
      font-size: 30px; }

/*****************************
28 - Components - Modal
*****************************/
/*-- 28.00 - Quick View Modal --*/
.modal {
  display: block !important;
  padding-inline-end: 0 !important; }

.modal.show {
  z-index: 1050; }

.product-modal .modal-dialog {
  margin-block-end: 50px; }
  @media (max-width: 81.25em) {
    .product-modal .modal-dialog {
      max-width: 95%;
      width: 1025px; } }
  @media (max-width: 61.94em) {
    .product-modal .modal-dialog {
      width: 741px;
      max-width: 741px;
      max-height: 602px;
      overflow-x: hidden; } }
  @media (max-width: 47.94em) {
    .product-modal .modal-dialog {
      width: auto;
      max-width: 80%;
      max-height: 600px; } }
  @media (max-width: 35.94em) {
    .product-modal .modal-dialog {
      max-height: 480px; } }
  @media (max-width: 28.125em) {
    .product-modal .modal-dialog {
      max-height: 320px; } }

.product-modal .modal-body {
  padding: 0; }

.product-modal .modal-box.product-summary {
  padding: 65px 45px 20px 20px; }
  @media (max-width: 61.94em) {
    .product-modal .modal-box.product-summary {
      padding: 40px 30px 20px 20px; } }
  @media (max-width: 35.94em) {
    .product-modal .modal-box.product-summary .variation-form .product-color-variations .product-color-variation-btn {
      width: 35px;
      height: 35px; } }
  @media (max-width: 35.94em) {
    .product-modal .modal-box.product-summary .variation-form .product-size-variations .product-size-variation-btn {
      width: 40px;
      height: 35px;
      line-height: 35px; } }

.product-modal .close {
  padding: 15px;
  border: 0;
  right: 0;
  background: #000000;
  opacity: 1;
  text-shadow: 0 0 0 #000000;
  color: #ffffff;
  z-index: 9; }
  .product-modal .close:hover {
    opacity: 1 !important;
    color: #ffffff !important; }

.custom-close {
  background-color: #292929 !important;
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  text-align: center !important;
  font-size: 20px;
  line-height: 1;
  display: block;
  padding: 18px !important;
  color: #fff !important;
  font-weight: 300;
  text-shadow: 0 0 0 #fff;
  opacity: 1 !important;
  width: 60px !important;
  height: 60px !important; }
  @media (max-width: 61.94em) {
    .custom-close {
      left: auto;
      top: 0 !important;
      bottom: 100% !important;
      right: 0 !important; } }
  .custom-close i {
    display: inline-block;
    vertical-align: middle; }
    .custom-close i.mfp-close {
      width: auto !important;
      height: auto;
      line-height: 60px;
      position: absolute;
      right: 50%;
      top: 0;
      margin-inline-end: -12px;
      text-decoration: none;
      text-align: center;
      opacity: 1;
      padding: 0;
      font-style: normal;
      font-size: inherit;
      font-family: "flaticon" !important; }
  .custom-close:hover i {
    text-shadow: 0 0 0 rgba(255, 255, 255, 0); }

/*--- 28.01 - Search Form Popup --*/
.searchform__popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  transition: all ease-in-out .25s;
  z-index: 9999;
  color: #232324;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3); }
  .searchform__popup p {
    margin-block-end: 15px;
    color: #232324;
    font-size: 18px; }
  .searchform__popup.open {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
    .searchform__popup.open .searchform__body {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  .searchform__popup .btn-close {
    top: 20%;
    right: 20%;
    width: 40px;
    height: 40px; }
    .searchform__popup .btn-close i {
      font-size: 4rem; }
    @media (max-width: 74.9375em) {
      .searchform__popup .btn-close {
        right: 10%; } }
    @media (max-width: 61.94em) {
      .searchform__popup .btn-close {
        right: 8%;
        font-size: 40px; } }
    @media (max-width: 47.94em) {
      .searchform__popup .btn-close {
        right: 6%;
        top: 30%; } }
    @media (max-width: 35.94em) {
      .searchform__popup .btn-close {
        top: 25%; } }

.searchform__body {
  max-width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9); }

/*****************************
29 - Components - Navigation
*****************************/
/*-- 29.00 - Main Navigation --*/
@media (min-width: 62em) {
  .main-navigation .mainmenu__item {
    display: inline-block; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.active > a {
    color: #562e48; }
    .main-navigation .mainmenu__item.active > a:before {
      left: 16px;
      right: auto;
      width: calc(100% - 32px);
      width: -webkit-calc(100% - 32px); } }

@media (min-width: 75em) {
  .main-navigation .mainmenu__item.active > a {
    left: 22px;
    width: calc(100% - 44px);
    width: -webkit-calc(100% - 44px); } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 240px;
    margin-block-start: 60px;
    z-index: 111;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    white-space: -moz-nowrap;
    white-space: nowrap;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    -moz-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    -ms-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    -o-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu.megamenu-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    background: #ffffff;
    padding: 30px 45px;
    left: 0;
    top: 73px;
    width: 100%; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu ul li {
    position: relative; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu ul li > a {
    font-size: 14px;
    line-height: 24px;
    /* color: #222; */
   } }

.main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu {
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1110px; }
  @media (max-width: 74.9375em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu {
      width: 937px; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li {
      width: 229.5px;
      text-align: start;
      display: inline-block; } }
  @media (min-width: 87.5625em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li {
      width: 277.5px; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a {
      margin: 10px 15px;
      display: inline-block; }
      .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a:hover {
        color: #562e48; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a i {
      width: 18px;
      padding-inline-end: 5px; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a.megamenu-title {
      text-transform: uppercase;
      color: #222;
      font-size: 12px;
      font-weight: 700; } }
  @media (min-width: 62em) {
    .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .megamenu > li a.megamenu-title:hover {
      color: #562e48; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .sub-menu {
    display: block;
    background: #ffffff;
    width: 240px;
    min-width: 240px;
    padding: 20px 0;
    z-index: 111;
    text-align: start; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .sub-menu li.has-children > a:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    padding-inline-start: 10px; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .sub-menu li .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin-block-start: 0;
    margin-inline-start: -20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    -moz-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    -ms-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    -o-transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s;
    transition: margin 0.1s linear 0.3s, visibility 0.1s linear 0.3s, opacity 0.1s linear 0.3s; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .sub-menu li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-inline-start: 0; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .sub-menu a {
    padding: 10px 40px;
    /* color: #222; */
    display: block;
    position: relative; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children:hover .inner-menu {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    /* margin-block-start: 34px; */
    margin-block-start: 0px; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__link {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    display: block;
    line-height: 30px;
    padding: 5px 16px;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out; }
    .main-navigation .mainmenu__link:before {
      position: absolute;
      content: "";
      border-block-start-width: 3px;
      border-block-start-style: solid;
      border-block-start-color: inherit;
      right: 15px;
      left: auto;
      top: 0;
      width: 0;
      transition: width 300ms ease-out; }
    .main-navigation .mainmenu__link:after {
      content: "";
      position: absolute;
      top: 100%;
      width: 100%;
      left: 0;
      /* height: 80px;  */
    } }
 
@media (min-width: 75em) {
  .main-navigation .mainmenu__link {
    padding: 5px 22px; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__link:hover:before {
    left: 6px;
    right: auto;
    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px); } }

@media (min-width: 75em) {
  .main-navigation .mainmenu__link:hover:before {
    left: 6px;
    width: calc(100% - 22px);
    width: -webkit-calc(100% - 10px); } }

/*-- 28.01 - Offcanvas Navigation --*/
.offcanvas-navigation {
  right: auto;
  width: 350px;
  -webkit-transform: translate(-200px, 0);
  -moz-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
  transform: translate(-200px, 0); }
  @media (max-width: 35.94em) {
    .offcanvas-navigation {
      width: 295px; } }
  .offcanvas-navigation__inner {
    padding-block-start: 80px; }
    @media (max-width: 35.94em) {
      .offcanvas-navigation__inner {
        padding: 70px 0; } }
    .offcanvas-navigation__inner .btn-close {
      right: 25px;
      top: 25px; display:none;
    }
      .offcanvas-navigation__inner .btn-close i {
        font-size: 20px; }

.offcanvas-menu li.menu-open > span.menu-expand i:before {
  content: "\f107"; }

.offcanvas-menu li a {
  font-size: 14px;
  padding: 18px 20px; }
/* .offcanvas-menu li a:hover{color:#fff;} */
.offcanvas-menu li span.menu-expand {
  top: 2px;
  width: 50px;
  line-height: 40px;
  margin-inline-end: 4px; }

.offcanvas-menu .sub-menu {
  padding-inline-start: 10px; }

.pagination li:not(:last-child) {
  margin-inline-end: 20px; }

.pagination li .page-number {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-color: transparent; }

.pagination li .dot {
  width: 5px;
  height: 5px;
  line-height: 5px; }

/*****************************
21 - Components - Blog
*****************************/
/*-- 21.00 - Blog --*/
.post__inner:hover .blog__media .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.post__media {
  margin-block-end: 27px; }
  .post__media img {
    -webkit-transition: all 0.3s 0.25s;
    -moz-transition: all 0.3s 0.25s;
    -ms-transition: all 0.3s 0.25s;
    -o-transition: all 0.3s 0.25s;
    transition: all 0.3s 0.25s; }

.post__title {
  font-size: 20px;
  max-width: 90%;
  margin-block-end: 15px; }

.post__meta .posted-on {
  margin-inline-end: 25px; }

.post__desc {
  margin-block-start: 15px; }

.post__footer-meta {
  margin-block-start: 23px; }
  .post__footer-meta .social-share > span {
    margin-inline-end: 20px; }

/*-- 21.01 - Blog Details --*/
.single-post {
  margin-block-start: -315px;
  border-block-end: 2px solid #5c5958; }
  @media (max-width: 61.94em) {
    .single-post {
      margin-block-start: -250px; } }
  @media (max-width: 47.94em) {
    .single-post {
      margin-block-start: -200px; } }
  .single-post__header {
    margin-block-end: 32px; }
    @media (max-width: 47.94em) {
      .single-post__header {
        margin-block-end: 20px; } }
  .single-post__title {
    font-size: 45px;
    line-height: 1.222;
    margin-block-end: 38px; }
    @media (max-width: 61.94em) {
      .single-post__title {
        font-size: 35px; } }
    @media (max-width: 47.94em) {
      .single-post__title {
        font-size: 30px; } }
  .single-post__header-meta {
    padding-block-start: 12px;
    padding-block-end: 10px; }
  .single-post__info p:not(:last-child) {
    margin-block-end: 35px; }
    @media (max-width: 47.94em) {
      .single-post__info p:not(:last-child) {
        margin-block-end: 25px; } }
  .single-post__info blockquote {
    color: #191a1d;
    font-size: 28px;
    padding-block-start: 19px;
    margin-block-end: 29px;
    line-height: 1.357; }
    @media (max-width: 47.94em) {
      .single-post__info blockquote {
        font-size: 24px; } }
    .single-post__info blockquote:before {
      content: '\0022';
      font-family: "Montserrat", sans-serif;
      line-height: 0;
      font-size: 140px;
      color: #191a1d;
      top: 6px; }
  @media (max-width: 47.94em) {
    .single-post__meta {
      margin-block-end: 22px; } }
  .single-post__meta .posted-by {
    border-block-end: 2px solid #e5e5e5;
    margin-block-end: 26px;
    padding-block-end: 30px; }
    @media (max-width: 47.94em) {
      .single-post__meta .posted-by {
        margin-block-end: 30px;
        padding-block-end: 23px; } }
    .single-post__meta .posted-by span {
      line-height: 1.846; }
      @media (max-width: 47.94em) {
        .single-post__meta .posted-by span {
          display: inline-block; } }
      .single-post__meta .posted-by span.byline {
        color: #999999; }
    .single-post__meta .posted-by a {
      color: #333333; }

/*-- 21.02 - Related Post --*/
.related-post__media {
  max-width: 150px;
  -webkit-flex-basis: 150px;
  -moz-flex-basis: 150px;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px; }

.related-post__info {
  max-width: calc(100% - 150px);
  -webkit-flex-basis: calc(100% - 150px);
  -moz-flex-basis: calc(100% - 150px);
  -ms-flex-preferred-size: calc(100% - 150px);
  flex-basis: calc(100% - 150px);
  padding-inline-start: 30px; }

/*****************************
30 - Components - Product
*****************************/
/*-- 30.00 - Product --*/
.product__image {
  margin-block-end: 22px; }

.product__badge {
  padding: 3px 5px; }

/* .product__info--left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; } */

.product__info--right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: end; }

.product__title {
  /* padding-block-end: 12px;
  margin-block-end: 15px;
  border-block-end: 1px solid #e5e5e5; 
  text-align: center; */
}
  @media (max-width: 74.9375em) {
    .product__title {
      font-size: 16px; } }

.product__price {
  line-height: 15px; text-align: center;}
  @media (max-width: 74.9375em) {
    .product__price .money {
      font-size: 20px; } }
  .product__price .sign {
    font-size: 18px; }
    @media (max-width: 74.9375em) {
      .product__price .sign {
        font-size: 16px; } }

.product-description p {
  line-height: 25px; }
  .product-description p:not(:last-child) {
    margin-block-end: 3rem; }

.product-description__heading {
  line-height: 23px;
  margin-block-end: 20px;
  color: #404040; }

.product-description ul li {
  line-height: 20px; }
  .product-description ul li:not(:last-child) {
    margin-block-end: 14px; }
  .product-description ul li i {
    padding-inline-end: 10px;
    font-size: 10px; }

.product-badge {
  padding: 3px 5px; }

.product-price-wrapper .product-price-new span {
  font-size: 14px; }

.product-price-wrapper .product-price-old span {
  text-decoration: line-through;
  font-size: 14px; }

.product-slider figure {
  background-color: #fafafa; }

.payne-product .product__inner:hover .product__action a {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.payne-product .product__action {left:0;bottom:14px;z-index:1; }
  .payne-product .product__action a {
   /* -webkit-transform: translate(-70px, 0);
    -moz-transform: translate(-70px, 0);
    -ms-transform: translate(-70px, 0);
    -o-transform: translate(-70px, 0);
    transform: translate(-70px, 0);*/
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
    opacity: 0; }
    .payne-product .product__action a:not(:last-child) {
      margin-block-end: 5px; }
    .payne-product .product__action a:nth-child(2) {
      -moz-transition-delay: 100ms;
      -ms-transition-delay: 100ms;
      -o-transition-delay: 100ms;
      -webkit-transition-delay: 100ms;
      transition-delay: 100ms; }
    .payne-product .product__action a:nth-child(3) {
      -moz-transition-delay: 150ms;
      -ms-transition-delay: 150ms;
      -o-transition-delay: 150ms;
      -webkit-transition-delay: 150ms;
      transition-delay: 150ms; }
    .payne-product .product__action a:nth-child(4) {
      -moz-transition-delay: 200ms;
      -ms-transition-delay: 200ms;
      -o-transition-delay: 200ms;
      -webkit-transition-delay: 200ms;
      transition-delay: 200ms; }

   .modal-content .modal-body .slick-track {
        top: 0%;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }
.load_more_sec{text-align: center;}
.load_more_sec button{
  border: 1px;
  padding: 10px 20px;
  color: #fff;
  background: #a10002;
  border-radius: 24px;}
 .bg_form{background: #f4f4f4;padding: 20px 20px;}
 
/*-- 30.01 - Proudct List --*/
.payne-product-list .product__image {
  -webkit-flex-basis: 270px;
  -moz-flex-basis: 270px;
  -ms-flex-preferred-size: 270px;
  flex-basis: 270px;
  max-width: 270px; }
  .btn.next.action-button.rzpCheckoutButton{padding:6px;width:25%;float:right;}

  @media (max-width: 47.94em) {
    .payne-product-list .product__image {
      -webkit-flex-basis: 230px; 
      -moz-flex-basis: 230px;
      -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
      max-width: 230px; } }
  @media (max-width: 35.94em) {
    .payne-product-list .product__image {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }
  .payne-product-list .product__image img {
    object-fit: cover; }

.payne-product-list .product__thumbnail-action {
  -webkit-transform: scale(0.2, 0.2);
  -moz-transform: scale(0.2, 0.2);
  -ms-transform: scale(0.2, 0.2);
  -o-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2); }
  .payne-product-list .product__thumbnail-action a {
    width: 40px;
    height: 40px; }

.payne-product-list .product__info {
  -webkit-flex-basis: calc(100% - 270px);
  -moz-flex-basis: calc(100% - 270px);
  -ms-flex-preferred-size: calc(100% - 270px);
  flex-basis: calc(100% - 270px);
  max-width: calc(100% - 270px);
  padding-inline-start: 40px;
  padding-block-start: 0; }
  @media (max-width: 47.94em) {
    .payne-product-list .product__info {
      -webkit-flex-basis: calc(100% - 230px);
      -moz-flex-basis: calc(100% - 230px);
      -ms-flex-preferred-size: calc(100% - 230px);
      flex-basis: calc(100% - 230px);
      max-width: calc(100% - 230px);
      padding-inline-start: 20px; } }
  @media (max-width: 35.94em) {
    .payne-product-list .product__info {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding-inline-start: 0;
      padding-block-start: 30px; } }

.payne-product-list .product__title {
  font-size: 28px;
  line-height: 34px;
  padding-block-end: 14px;
  margin-block-end: 12px; }
  @media (max-width: 61.94em) {
    .payne-product-list .product__title {
      font-size: 24px;
      line-height: 28px; } }

.payne-product-list .product__price {
  margin-block-end: 11px; }

.payne-product-list .product__rating {
  margin-block-end: 8px; }

.payne-product-list .product__short-description {
  margin-block-end: 20px;
  max-width: 80%; }
  @media (max-width: 61.94em) {
    .payne-product-list .product__short-description {
      max-width: 95%; } }
  @media (max-width: 47.94em) {
    .payne-product-list .product__short-description {
      max-width: 100%; } }

.payne-product-list .product__list-action a:not(:last-child) {
  margin-inline-end: 8px; }

.payne-product-list:hover .product__thumbnail-action {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

/*-- 30.02 - Feature Product --*/
.featured-product {
  padding-inline-start: 34px;
  padding-inline-end: 34px; }
  @media (max-width: 74.9375em) {
    .featured-product {
      padding-inline-start: 15px;
      padding-inline-end: 15px; } }
  @media (max-width: 61.94em) {
    .featured-product {
      padding-inline-start: 0;
      padding-inline-end: 0; } }
  .featured-product__inner.info-left-bottom .featured-product__info-inner {
    left: 0;top: auto;bottom: 0; }
    .featured-product__info-inner.rotated-info{
      left: 0;top: auto;bottom: 0; }
     .featured-product__info-inner.rotated-info {
      padding-block-start: 0;
      -webkit-transform: translate(-125px, -145px) rotate(-90deg);
      -moz-transform: translate(-125px, -145px) rotate(-90deg);
      -ms-transform: translate(-125px, -145px) rotate(-90deg);
      -o-transform: translate(-125px, -145px) rotate(-90deg);
      transform: translate(-125px, -145px) rotate(-90deg); }
  .featured-product__inner.info-left-center .featured-product__info-inner {
    left: 0;
    top: 50%; }
    .featured-product__inner.info-left-center .featured-product__info-inner.rotated-info {
      padding-block-start: 0;
      -webkit-transform: translate(-30px, -50%) rotate(-90deg);
      -moz-transform: translate(-30px, -50%) rotate(-90deg);
      -ms-transform: translate(-30px, -50%) rotate(-90deg);
      -o-transform: translate(-30px, -50%) rotate(-90deg);
      transform: translate(-30px, -50%) rotate(-90deg); }
      @media (max-width: 61.94em) {
        .featured-product__inner.info-left-center .featured-product__info-inner.rotated-info {
          -webkit-transform: translate(-45px, -50%) rotate(-90deg);
          -moz-transform: translate(-45px, -50%) rotate(-90deg);
          -ms-transform: translate(-45px, -50%) rotate(-90deg);
          -o-transform: translate(-45px, -50%) rotate(-90deg);
          transform: translate(-45px, -50%) rotate(-90deg); } }
  .featured-product__inner.info-right-bottom .featured-product__info-inner {
    right: 0;
    top: auto;
    bottom: 0; }
    .featured-product__inner.info-right-bottom .featured-product__info-inner.rotated-info {
      padding-block-start: 0;
      -webkit-transform: translate(28px, -117px) rotate(-90deg);
      -moz-transform: translate(28px, -117px) rotate(-90deg);
      -ms-transform: translate(28px, -117px) rotate(-90deg);
      -o-transform: translate(28px, -117px) rotate(-90deg);
      transform: translate(28px, -117px) rotate(-90deg); }
      @media (max-width: 61.94em) {
        .featured-product__inner.info-right-bottom .featured-product__info-inner.rotated-info {
          -webkit-transform: translate(50px, -117px) rotate(-90deg);
          -moz-transform: translate(50px, -117px) rotate(-90deg);
          -ms-transform: translate(50px, -117px) rotate(-90deg);
          -o-transform: translate(50px, -117px) rotate(-90deg);
          transform: translate(50px, -117px) rotate(-90deg); } }
      @media (max-width: 35.94em) {
        .featured-product__inner.info-right-bottom .featured-product__info-inner.rotated-info {
          -webkit-transform: translate(65px, -117px) rotate(-90deg);
          -moz-transform: translate(65px, -117px) rotate(-90deg);
          -ms-transform: translate(65px, -117px) rotate(-90deg);
          -o-transform: translate(65px, -117px) rotate(-90deg);
          transform: translate(65px, -117px) rotate(-90deg); } }
  .featured-product__info {
    padding-block-start: 50px; }
    @media (max-width: 61.94em) {
      .featured-product__info {
        padding-block-start: 25px; } }
  .featured-product__name {
    font-size: 3rem;padding-bottom: 20px; }
    @media (max-width: 61.94em) {
      .featured-product__name {
        font-size: 3rem; } }
    .featured-product__name.font-size-34 {
      font-size: 34px; }
      @media (max-width: 61.94em) {
        .featured-product__name.font-size-34 {
          font-size: 28px; } }
  .featured-product__text {
    letter-spacing: 1px;
    margin-block-end: 8px; }
    @media (max-width: 61.94em) {
      .featured-product__text {
        margin-block-end: 4px; } }
    .featured-product__text.font-size-14 {
      font-size: 14px; }
  .featured-product__badge {
    width: 100px;
    height: 100px;
    background-color: #212222;
    /*font-family: 'Billy Ohio';*/
    font-size: 33px;
    right: 50px; }
    
    @media (max-width: 61.94em) {
      .featured-product__badge {
        width: 80px;
        height: 80px;
        font-size: 27px; } }
    .featured-product__badge.badge-top-left {
      left: 65px;
      top: 74px;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }

/*-- 30.04 - Product Summery --*/
.product-summary .product-navigation a {
  -webkit-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  -moz-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  -ms-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  -o-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  width: 38px;
  height: 31px;
  line-height: 31px; }
  .product-summary .product-navigation a.next {
    margin-inline-start: 5px; }

.product-summary .product-title {
  font-size: 20px;font-weight:400;width:90%;padding: 5px 0px;line-height: 28px;}
  @media (max-width: 47.94em) {
    .product-summary .product-title {
      font-size: 25px; } }

.product-summary .product-footer-meta p {
  line-height: 21px; }

.product-summary .product-action .btn-size-sm {
  padding: 6px 2px; 
  font-size: 14px !important;
  line-height: 30px;
  height: 40px;
  margin-left:6px;
  font-weight: 500;
}

/*-- 30.05 - Product Variations --*/
.variation-form .variation {
  float: left;
  display: flex;
  margin-inline-end: 5px; }

.variation-form .product-color-variations .product-color-variation {
  clear: both; }
  .variation-form .product-color-variations .product-color-variation-btn {
    text-indent: -99999px;width: 20px;height: 20px;
    border-radius: 50%;border: 1px solid #ffffff;
    margin: 5px 4px;}
    .product-color-variation-btn.activeColor{box-shadow: 0 0 0 2px #000;}
    .variation-form .product-color-variations .product-color-variation-btn:hover {
      /* border-color: transparent;  */
    }
    .variation-form .product-color-variations .product-color-variation-btn.red:hover {
      border-color: #ff0606; }
    .variation-form .product-color-variations .product-color-variation-btn.red:after {
      background-color: #ff0606; }
    .variation-form .product-color-variations .product-color-variation-btn.red.selected {
      border-color: #ff0606; }
    .variation-form .product-color-variations .product-color-variation-btn.black:hover {
      border-color: #000000; }
    .variation-form .product-color-variations .product-color-variation-btn.black:after {
      background-color: #000000; }
    .variation-form .product-color-variations .product-color-variation-btn.pink:hover {
      border-color: #f7a4c7; }
    .variation-form .product-color-variations .product-color-variation-btn.pink:after {
      background-color: #f7a4c7; }
    .variation-form .product-color-variations .product-color-variation-btn.blue:hover {
      border-color: #0038e3; }
    .variation-form .product-color-variations .product-color-variation-btn.blue:after {
      background-color: #0038e3; }

.variation-form .product-size-variations .product-size-variation {
  clear: both; 
  border: 1px solid #686363;
  padding: 0px 8px;
  height: 30px;
  line-height: 32px;
  font-size: 15px;}
  .variation-form .product-size-variations .product-size-variation-btn {
    width: 50px;
    height: 40px;
    line-height: 40px; }
    @media (max-width: 35.94em) {
      .variation-form .product-size-variations .product-size-variation-btn {
        width: 50px;
        height: 40px;
        line-height: 40px; } }

.variation-form .reset_variations {
  padding-inline-end: 20px;
  font-weight: 500;
  line-height: 30px; }
  .variation-form .reset_variations:before {
    background: url(../img/icons/cross.png) no-repeat scroll right center;
    top: 7px;
    width: 10px;
    height: 10px; }

/*-- 30.06 - Limited Product --*/
@media (max-width: 74.9375em) {
  .limited-product__image {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; } }

@media (max-width: 35.94em) {
  .limited-product__title {
    position: relative;
    width: auto;
    height: auto;
    margin-block-end: 15px; } }

.limited-product__title h2 {
  color: #e1e1e1;
  font-size: 8rem;
  -webkit-transform: rotate(-90deg) translate(-127px, -251px);
  -moz-transform: rotate(-90deg) translate(-127px, -251px);
  -ms-transform: rotate(-90deg) translate(-127px, -251px);
  -o-transform: rotate(-90deg) translate(-127px, -251px);
  transform: rotate(-90deg) translate(-127px, -251px); }
  @media (max-width: 74.9375em) {
    .limited-product__title h2 {
      -webkit-transform: rotate(-90deg) translate(-127px, -200px);
      -moz-transform: rotate(-90deg) translate(-127px, -200px);
      -ms-transform: rotate(-90deg) translate(-127px, -200px);
      -o-transform: rotate(-90deg) translate(-127px, -200px);
      transform: rotate(-90deg) translate(-127px, -200px); } }
  @media (max-width: 61.94em) {
    .limited-product__title h2 {
      -webkit-transform: rotate(-90deg) translate(-25px, -325px);
      -moz-transform: rotate(-90deg) translate(-25px, -325px);
      -ms-transform: rotate(-90deg) translate(-25px, -325px);
      -o-transform: rotate(-90deg) translate(-25px, -325px);
      transform: rotate(-90deg) translate(-25px, -325px); } }
  @media (max-width: 47.94em) {
    .limited-product__title h2 {
      -webkit-transform: rotate(-90deg) translate(-75px, -238px);
      -moz-transform: rotate(-90deg) translate(-75px, -238px);
      -ms-transform: rotate(-90deg) translate(-75px, -238px);
      -o-transform: rotate(-90deg) translate(-75px, -238px);
      transform: rotate(-90deg) translate(-75px, -238px); } }
  @media (max-width: 35.94em) {
    .limited-product__title h2 {
      -webkit-transform: rotate(0deg) translate(0, 0);
      -moz-transform: rotate(0deg) translate(0, 0);
      -ms-transform: rotate(0deg) translate(0, 0);
      -o-transform: rotate(0deg) translate(0, 0);
      transform: rotate(0deg) translate(0, 0); } }

.limited-product__large-image {
  -webkit-flex-basis: 380px;
  -moz-flex-basis: 380px;
  -ms-flex-preferred-size: 380px;
  flex-basis: 380px;
  max-width: 380px; }
  @media (max-width: 74.9375em) {
    .limited-product__large-image {
      -webkit-flex-basis: 270px;
      -moz-flex-basis: 270px;
      -ms-flex-preferred-size: 270px;
      flex-basis: 270px;
      max-width: 270px; } }
  @media (max-width: 61.94em) {
    .limited-product__large-image {
      -webkit-flex-basis: 80%;
      -moz-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
      max-width: 80%; } }
  @media (max-width: 35.94em) {
    .limited-product__large-image {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      margin-block-end: 20px; } }
  .limited-product__large-image img {
    margin-inline-start: auto; }
    @media (max-width: 61.94em) {
      .limited-product__large-image img {
        margin-inline-start: auto;
        margin-inline-end: auto; } }

.limited-product__nav-image {
  -webkit-flex-basis: 121px;
  -moz-flex-basis: 121px;
  -ms-flex-preferred-size: 121px;
  flex-basis: 121px;
  max-width: 121px; }
  @media (max-width: 74.9375em) {
    .limited-product__nav-image {
      -webkit-flex-basis: 110px;
      -moz-flex-basis: 110px;
      -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
      max-width: 110px; } }
  @media (max-width: 61.94em) {
    .limited-product__nav-image {
      -webkit-flex-basis: 20%;
      -moz-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      max-width: 20%; } }
  @media (max-width: 35.94em) {
    .limited-product__nav-image {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }
  .limited-product__nav-image img {
    object-fit: cover; }

.limited-product__info {
  padding-inline-start: 20px; }
  @media (max-width: 61.94em) {
    .limited-product__info {
      padding-inline-start: 0; } }

.limited-product__name {
  font-size: 36px;
  letter-spacing: 2px; }
  @media (max-width: 47.94em) {
    .limited-product__name {
      font-size: 25px; } }

.limited-product__desc {
  margin-block-end: 32px; }
  @media (max-width: 74.9375em) {
    .limited-product__desc {
      margin-block-end: 22px; } }

.limited-product__price {
  margin-inline-end: 35px; }
  .limited-product__price .money {
    font-size: 36px; }
  .limited-product__price .sign {
    font-size: 24px; }

.limited-product__rating i {
  color: #666767; }

.limited-product__subtitle {
  line-height: 1.3;
  margin-block-start: 18px;
  margin-block-end: 35px; }
  @media (max-width: 74.9375em) {
    .limited-product__subtitle {
      margin-block-start: 14px;
      margin-block-end: 26px; } }

.limited-product__countdown {
  margin-inline-start: -39px;
  margin-block-end: 27px; }
  @media (max-width: 74.9375em) {
    .limited-product__countdown {
      margin-block-end: 22px; } }
  @media (max-width: 61.94em) {
    .limited-product__countdown {
      margin-inline-start: -74px; } }
  @media (max-width: 47.94em) {
    .limited-product__countdown {
      margin-inline-start: -49px; } }
  @media (max-width: 35.94em) {
    .limited-product__countdown {
      margin-inline-start: 0; } }

/*-- 30.07 - Product Gallery --*/
.product-gallery.vertical-slide-nav .product-gallery__nav-image {
  -webkit-flex-basis: 155px;
  -moz-flex-basis: 155px;
  -ms-flex-preferred-size: 155px;
  flex-basis: 155px;
  max-width: 155px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1; }
  @media (max-width: 74.9375em) {
    .product-gallery.vertical-slide-nav .product-gallery__nav-image {
      -webkit-flex-basis: 165px;
      -moz-flex-basis: 165px;
      -ms-flex-preferred-size: 165px;
      flex-basis: 165px;
      max-width: 165px; } }
  @media (max-width: 61.94em) {
    .product-gallery.vertical-slide-nav .product-gallery__nav-image {
      -webkit-flex-basis: 157px;
      -moz-flex-basis: 157px;
      -ms-flex-preferred-size: 157px;
      flex-basis: 157px;
      max-width: 157px; } }
  @media (max-width: 47.94em) {
    .product-gallery.vertical-slide-nav .product-gallery__nav-image {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; } }

.product-gallery.vertical-slide-nav .product-gallery__large-image {
  -webkit-flex-basis: calc(100% - 155px);
  -moz-flex-basis: calc(100% - 155px);
  -ms-flex-preferred-size: calc(100% - 155px);
  flex-basis: calc(100% - 155px);
  max-width: calc(100% - 155px);
  padding-inline-start: 30px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2; }
  @media (max-width: 74.9375em) {
    .product-gallery.vertical-slide-nav .product-gallery__large-image {
      -webkit-flex-basis: calc(100% - 165px);
      -moz-flex-basis: calc(100% - 165px);
      -ms-flex-preferred-size: calc(100% - 165px);
      flex-basis: calc(100% - 165px);
      max-width: calc(100% - 165px); } }
  @media (max-width: 61.94em) {
    .product-gallery.vertical-slide-nav .product-gallery__large-image {
      -webkit-flex-basis: calc(100% - 157px);
      -moz-flex-basis: calc(100% - 157px);
      -ms-flex-preferred-size: calc(100% - 157px);
      flex-basis: calc(100% - 157px);
      max-width: calc(100% - 157px); } }
  @media (max-width: 47.94em) {
    .product-gallery.vertical-slide-nav .product-gallery__large-image {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding-inline-start: 0;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; } }

.product-gallery.vertical-slide-nav.flex-row-reverse .product-gallery__large-image {
  padding-inline-end: 30px;
  padding-inline-start: 0; }

.product-gallery__large-image img {
  object-fit: cover; }

.product-gallery__image {
  background-color: #e8e8e8; }
  .product-gallery__image img {
    object-fit: cover;
    height: fit-content;
  }

.product-gallery__actions {
  right: 0px;
  bottom: 0px;
  z-index: 9;
  height: 100%;
  width:100%;
 }
 .product-gallery__actions .action-btn{
  height: 100%;
  width:100%;
  background-color: #ffffff00;
 }
  .product-gallery__actions .action-btn:not(:last-child) {
    margin-block-end: 10px; }

.product-main-image .product-image {
  margin-block-end: 0;
  position: sticky;top:10%;
}

/*-- 30.08 - Product Reviews --*/
.product-reviews .review__title {
  font-size: 36px;
  letter-spacing: -2px;
  margin-block-end: 30px; }
  @media (max-width: 47.94em) {
    .product-reviews .review__title {
      font-size: 25px;
      margin-block-end: 15px;
      letter-spacing: 0px; } }
  @media (max-width: 35.94em) {
    .product-reviews .review__title {
      font-size: 20px; } }

.product-reviews .review__item {
  padding-block-end: 20px;
  padding-block-start: 20px;
  border-block-start: 1px solid #DEDEDE; }

.product-reviews .review__avatar {
  -webkit-flex-basis: 60px;
  -moz-flex-basis: 60px;
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
  max-width: 60px;
  height: 60px; }

.product-reviews .review__text {
  -webkit-flex-basis: calc(100% - 60px);
  -moz-flex-basis: calc(100% - 60px);
  -ms-flex-preferred-size: calc(100% - 60px);
  flex-basis: calc(100% - 60px);
  max-width: calc(100% - 60px);
  padding-inline-start: 20px; }
  @media (max-width: 28.125em) {
    .product-reviews .review__text {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding-inline-start: 0;
      padding-block-start: 10px; } }

.product-reviews .review__meta {
  margin-block-end: 10px; }

@media (max-width: 35.94em) {
  .product-reviews .review__description {
    margin-block-start: 10px; } }

/*****************************
31 - Components - Slider
*****************************/
.homepage-slider .single-slide {
  height: 470px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center; }
  @media (max-width: 109.375em) {
    .homepage-slider .single-slide {
      height: 470px; } }
  @media (max-width: 61.94em) {
    .homepage-slider .single-slide {
      height: 470px; } }
  @media (max-width: 47.94em) {
    .homepage-slider .single-slide {
      height: auto; } }
  .homepage-slider .single-slide.height-2 {
    height: 470px; }
    @media (max-width: 93.6875em) {
      .homepage-slider .single-slide.height-2 {
        height: 470px; } }
    @media (max-width: 61.94em) {
      .homepage-slider .single-slide.height-2 {
        height: 470px; } }
    @media (max-width: 47.94em) {
      .homepage-slider .single-slide.height-2 {
        height: auto;
        padding-block-start: 50px;
        padding-block-end: 50px; } }

.slider-content {
  padding-block-start: 11rem; }
  @media (max-width: 61.94em) {
    .slider-content {
      padding-inline-end: 20px; } }
  @media (max-width: 47.94em) {
    .slider-content {
      padding-block-start: 140px;
      padding-block-end: 50px;
      padding-inline-end: 0px; } }


    /* .homepage-slider{padding-top:120px;} */
    .home-slider video {
      /* transform: scale(1.01); */
  }

  @media (max-width:2562px) and (min-width:2555px) {
      .btn-re {
        transform: translateX(-49%) rotate(-90deg) !important;
        /* width: 75%!important; */
    }
  }

 @media (max-width:1995px) and (min-width:1800px) {
  #navbarNav .margin10rem {
       /* margin-left: 0rem !important; */
    }
    .main-container {
      height: 26vh !important;
    }
  }
  @media (max-width:1640px) and (min-width:1535px) {
    .mainmenu.navbar-nav.mx-auto.margin10rem {
      /* margin-left: 0rem !important; */
    }
    .btn-re {
      top: 50% !important;
      right: 0%;
      position: fixed;
      transform: translateX(-48.2%) rotate(-90deg)!important;
      /* width: 54%; */
    }
  }
@media (max-width:1795px) and (min-width:1790px) {
  .margin10rem {
    /* margin-left: -2rem !important; */
  }
.featured-product__image img {height: 100%;}
.btn-re {transform: translateX(-48.2%) rotate(-90deg)!important;}
.btn-re .btn.btn-primary.bth-form {padding: 14px 12px!important;}

.page-title-area {height: 338px!important;}
/* .main-container {height: 30vh!important;} */
.emblem {top:-316px!important;width:40vh; height:52vh;}
}
@media (max-width:1444px) and (min-width:1400px) {
  .btn-re {
    transform: translateX(-49%) rotate(-90deg) !important;
    /* width: 96% !important; */
  }
}
.main-container{height:58vh;background-position:center left;background-repeat: repeat-x;position: relative;overflow-X: hidden;background: #f4f4f4;}
.forest-img-wrapper {
  width:8000px;height:360px;background-repeat: repeat-x;bottom:0;background-position: center;position: absolute;animation-name: forest;
  animation-duration: 25s;animation-timing-function: linear;animation-iteration-count: infinite;
  animation-fill-mode: both;
    
}

.mofiso_dogss .car-wrapper .car-img {
  width: 40%;
}
.mofiso_dogss .car-wrapper {width: 800px;position: absolute;bottom:5px;left: 15%;}
.mofiso_dogss .car-wrapper .car-img{width: 40%;}
@keyframes circle {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(365deg);}
}
@keyframes forest {
    0% {left: 0}
    100% {left: -3840px;}
}
/*****************************
32 - Components - Social
*****************************/
.social__link i {
  font-size: 16px; }

.social__link.facebook {
  background-color: #1561b7 !important; }

.social__link.twitter {
  background-color: #4696f0 !important; }

.social__link.gplus {
  background-color: #c2080f !important; }

.social-rounded .social__link {
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center; }

  #submitbtn{
    padding: 7px 30px;
    font-size: 15px !important;
    min-width: 180px;
    line-height: 25px;
    border-radius: 5px !important;
    height: 40px;
    border: 1px solid #91121a;
    background-color: #91121a;
  }
  #submitbtn:hover{color:#ebe9e9;}
.social-square .social__link {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center; }

.social.space-10 .social__link:not(:last-child) {
  margin-inline-end: 10px; }

/*****************************
32 - Components - Table
*****************************/
.table thead th, .table th {
  padding: 13px 0;
  letter-spacing: 1px;
  border: 0px solid #5c5958;
  vertical-align: middle; }

.table td {
  vertical-align: middle;
  border: 0px solid #5c5958; }

.table th, .table td {
  min-width: 100px; }
  .table th.wide-column, .table td.wide-column {
    min-width: 240px; }

.table tbody td {
  padding: 15px 0; }
  .table tbody td.product-remove {
    width: 30px !important;
    min-width: 30px !important;
    padding-inline-start: 15px; }
  .table tbody td.product-thumbnail {
    width: 90px !important;
    min-width: 90px !important; }
  .table tbody td.product-name h3 {
    font-size: 14px;
    font-weight: 500; }
  .table tbody td.product-stock {
    display: table-cell; }
  .table tbody td.product-price .product-price-wrapper > span {
    font-weight: 400;
    font-size: 14px; }
  .table tbody td.product-quantity .quantity {
    margin-inline-end: auto;
    margin-inline-start: auto;
    height: 50px; }
    .table tbody td.product-quantity .quantity .qtybutton {
      height: 48px;
      line-height: 48px; }
    .table tbody td.product-quantity .quantity-input {
      border-color: transparent;
      font-size: 16px; }

.table.compare-table tbody th, .table.compare-table tbody td {
  border-width: 1px;
  padding: 10px; }

.table.compare-table tbody th {
  min-width: 200px;
  background-color: #f6f6f6;
  vertical-align: middle;
  letter-spacing: 0; }

.table.compare-table tbody td {
  min-width: 250px;
  vertical-align: middle;
  line-height: 1.4; }

.table.compare-table tbody .product-name {
  margin: 20px 0; }

.table.wishlist-table tbody tr:last-child td {
  padding-block-end: 0; }

.table.shop_attributes {
  max-width: 820px;
  margin: 0 auto; }
  .table.shop_attributes th, .table.shop_attributes td {
    padding: 4px 0;
    line-height: 22px; }
  .table.shop_attributes th {
    color: #181818;
    min-width: 140px; }

.table-style-2 thead th {
  background: #f6f6f6; }

.group-product-table td {
  border-width: 1px; }
  .group-product-table td:first-child {
    width: 18%; }

.group-product-table tbody td {
  padding: 5px 10px; }
  .group-product-table tbody td.product-quantity .quantity {
    height: 60px;
    width: 80px; }
    .group-product-table tbody td.product-quantity .quantity .qtybutton {
      height: 58px;
      cursor: pointer;
      width: 20px;
      font-size: 20px;
      line-height: 58px; }
      .group-product-table tbody td.product-quantity .quantity .qtybutton.dec {
        left: 5px; }
      .group-product-table tbody td.product-quantity .quantity .qtybutton.inc {
        right: 5px; }
  .group-product-table tbody td.product-price .product-price-wrapper > span.product-price-old {
    margin-block-end: 5px; }
   
/*****************************
33 - Components - Tabs
*****************************/
/*-- 33.02 - Tab Style 02 --*/
.tab-style-1 .nav-tabs {
  padding-block-end: 20px; }
  @media (max-width: 35.94em) {
    .tab-style-1 .nav-tabs {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.tab-style-1 .nav-link {
  border-color: #dddddd; }
  @media (max-width: 74.9375em) {
    .tab-style-1 .nav-link {
      font-size: 15px; } }
  .tab-style-1 .nav-link:not(:last-child) {
    margin-inline-end: 5px; }
  @media (max-width: 35.94em) {
    .tab-style-1 .nav-link {
      width: 100%; } }

/*-- 33.02 - User Dashboard Tab --*/
.user-dashboard-tab__head {
  background-color: #e7e7e7;
  padding: 15px 0;
  -webkit-flex-basis: 190px;
  -moz-flex-basis: 190px;
  -ms-flex-preferred-size: 190px;
  flex-basis: 190px;
  max-width: 190px;
  margin-inline-end: 30px; }
  @media (max-width: 47.94em) {
    .user-dashboard-tab__head {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      width: 100%;
      margin-inline-end: 0;
      margin-block-end: 30px;
      padding: 0; } }
  .user-dashboard-tab__head .nav-link {
    padding: 10px 30px;
    border: none;
    background: transparent;
    text-align: start; }
    @media (max-width: 47.94em) {
      .user-dashboard-tab__head .nav-link {
        padding: 12px; } }

.user-dashboard-tab__content {
  -webkit-flex-basis: calc(100% - 220px);
  -moz-flex-basis: calc(100% - 220px);
  -ms-flex-preferred-size: calc(100% - 220px);
  flex-basis: calc(100% - 220px);
  max-width: calc(100% - 220px); }
  @media (max-width: 47.94em) {
    .user-dashboard-tab__content {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      width: 100%; } }

/*-- 33.04 - Tab Content --*/
.tab-content {
  width: 100%; }
  .tab-content .tab-pane {
    display: none;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0; }
    .tab-content .tab-pane.active {
      display: block;
      height: auto;
      visibility: visible;
      opacity: 1;
      overflow: visible; }

/*****************************
34 - Components - Widget
*****************************/
/*-- 34.00 - Widget Title --*/
.shop-widget .widget-title {
  /* padding-block-end: 20px; */
 font-family: "Montserrat", sans-serif!important;}
  .shop-widget .widget-title:after {
    height: 4px;
    width: 30px; display:none;}

/*-- 34.01 - Widget List --*/
.widget-list li:not(:last-child) {
  margin-block-end: 1.8rem; }

.widget-list li a {
  font-size: 14px; }

.widget-list.category-list li a:after {
  right: 25px;
  top: 50%;
  height: 1px;
  width: 69px;
  background-color: #f0f0f0; }

/*-- 34.02 - Widget Color --*/
.widget-color a {
  padding: 8px 14px;
  margin-block-end: 5px; }
  .widget-color a.red {
    background-color: #ff0606; }
  .widget-color a.pink {
    background-color: #f7a4c7; }
  .widget-color a.black {
    background-color: #000000; }
  .widget-color a.brown {
    background-color: #c48a72; }
  .widget-color a.blue {
    background-color: #0038e3; }
  .widget-color a.cholate {
    background-color: #4f1310; }
  .widget-color a.copper {
    background-color: #e47c51; }
  .widget-color a.gray {
    background-color: #8a8a8a; }

/*-- 34.03 - Tagcloud --*/
.tagcloud a {
  margin-inline-end: 12px;
  padding-inline-end: 10px; }
  .tagcloud a:after {
    width: 2px;
    background-color: #bbb; }

/*-- 34.04 - Contact Info --*/
.contact-info p {
  padding-inline-start: 30px; }
  .contact-info p i {
    top: 5px; }
.contact-area.mb--75{margin-block-end: 5px;}
.contact-area.mb--75.ptb--80{padding-block-start: 52px;padding-block-end: 5px;}
.bl-widget.author {
  padding: 29px 20px 0; }
  .bl-widget.author .inner .thumb img {
    width: 150px;
    height: 150px;
    margin-block-end: 16px; }
  .bl-widget.author .inner .info .degne {
    color: #a1a1a1;
    font-style: italic;
    margin-block-end: 6px; }
  .bl-widget.author .inner .info .autor-meta {
    margin: 0 -20px; }
    .bl-widget.author .inner .info .autor-meta span {
      color: #222;
      padding: 10px 12px; }
      .bl-widget.author .inner .info .autor-meta span strong {
        color: #5a5c68; }

.bl-widget.post {
  padding: 20px; }
  .bl-widget.post .inner .post-list {
    list-style: none;
    margin-block-end: -20px;
    margin-top: 30px; }
    .bl-widget.post .inner .post-list li {
      margin-block-end: 20px; }
      .bl-widget.post .inner .post-list li a {
        color: #222;
        line-height: 20px;
        margin-block-end: 6px;
        transition: 0.4s; }
        .bl-widget.post .inner .post-list li a:hover {
          color: #562e48; }
      .bl-widget.post .inner .post-list li span {
        color: #bab9be; }
        .bl-widget.post .inner .post-list li span i {
          padding-inline-end: 6px; }

.bl-widget.quote {
  padding: 20px; }
  .bl-widget.quote .inner .post-quote .quote-info {
    display: flex;
    align-items: center;
    margin-block-end: 20px; }
    .bl-widget.quote .inner .post-quote .quote-info i {
      color: #562e48;
      padding-inline-end: 15px;
      font-size: 22px; }
  .bl-widget.quote .inner .post-quote p {
    font-size: 15px;
    line-height: 1.6; }

  .product-action-btn .btn{
    padding: 12px 17px; 
    min-width: 149px;
    font-size: 14px !important;
    line-height: 14px;
    height: 38px;
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    font-weight: 400;
  }
  .box_desgine{border: 1px solid #e0e0e000!important;}
.order_item_bdr{border-bottom:1px solid #bdbdbd;margin-bottom:15px;padding-bottom:10px;position: relative;}
.return_list label{font-size:16px;font-weight:400;}
.return_list{border:1px solid #ccc;margin:10px 0px;padding:5px;position:absolute;height:285px;background:#fff;bottom: 88px;}
.return_list input{height:16px;width:16px;}
.return_list p{font-size:14px;font-weight:500;text-align:center;}
#returnModalLabel{text-align: center;width:100%;font-size:16px;}
.form_box_return, .account_details_return_ex{padding:10px 8px;}
.modal.show .modal-dialog.mediumsize{
  transform:none;width:100%;border:1px solid #ffffff00;
}
.account_details_return_ex input{font-size:14px;}
.account_details_return_ex input::placeholder, .form_box_return textarea::placeholder{font-size:14px;}
.modal-dialog.mediumsize .modal-content{width:60%;justify-content: space-between;margin: auto;border:1px solid #2d2d2d;}
.information_sec.address_sec .modal.fade.show{z-index:9991;background-color:#00000082;}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation{z-index:9999;}
.mediumsize .modal-header{border-bottom:1px solid #161515;box-shadow:0px 0px 0px 1px #4a4949;}
.text_area_bx{width: 100%;margin-top: 20px;}
  .option_return_btn{width:100%;border-radius:0px;padding:5px 10px;}
  .product_items_imgs {position: relative;}
  .product_items_imgs .items_qty{font-size: 16px;
    text-align: center;position: absolute;bottom: -6px;right: -7px;border: 1px solid #ccc; height: 30px;
    width: 30px;border-radius: 22px;background: #ffffff;
  }
  .cancel_btns_qty button{
    font-size: 14px !important;
    font-weight: 500;
    line-height: 19px;
    height: 30px;
    border-radius: 0px;
    width: 100%;
  }

  #searchOrderBtn.btn-success {
    color: #fff;
    background-color: #19875400!important;
    border: 1px solid #ccc!important;
}
#searchOrderBtn.btn-success:focus {
  box-shadow: 0 0 0 0.25rem rgb(60 153 110 / 0%);
}
#searchOrderBtn .input-group-text {
  color: #585858;
  background-color: #e9ecef00;
  border: 1px solid #ced4da00;
  border-radius: 0.25rem;
}
.product-main-details .checkCod{display:none;}
/*****************************
40 - Pages - Cart
*****************************/
.cart-collaterals {
  background: #f6f6f6; }

.cart-totals {
  padding: 30px 30px 0;
  margin-block-end: 15px; }

.cart-calculator__item--head {
  -webkit-flex-basis: 90px;
  -moz-flex-basis: 90px;
  -ms-flex-preferred-size: 90px;
  flex-basis: 90px;
  max-width: 90px; }

.cart-calculator__item--value {
  -webkit-flex-basis: calc(100% - 90px);
  -moz-flex-basis: calc(100% - 90px);
  -ms-flex-preferred-size: calc(100% - 90px);
  flex-basis: calc(100% - 90px);
  max-width: calc(100% - 90px); }
  @media (max-width: 28.125em) {
    .cart-calculator__item--value {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }
  .cart-calculator__item--value > span,
  .cart-calculator__item--value > a {
    margin-block-end: 5px; }

.cart-calculator__item.order-total > div {
  padding-block-start: 15px; }

/*****************************
41 - Pages - Checkout
*****************************/
.user-actions__form {
  margin-block-end: 30px; }
  @media (max-width: 47.94em) {
    .user-actions__form {
      margin-block-end: 20px; } }
  .user-actions__form .form__input {
    width: 48%;
    height: 47px; }
    @media (max-width: 35.94em) {
      .user-actions__form .form__input {
        width: 100%;
        margin-block-end: 20px; } }

.checkout-title h2 {
  font-size: 20px;
  margin-block-end: 45px; }
  @media (max-width: 61.94em) {
    .checkout-title h2 {
      margin-block-end: 30px; } }
  @media (max-width: 35.94em) {
    .checkout-title h2 {
      margin-block-end: 20px; } }
  .checkout-title h2:after {
    content: "";
    width: 50px;
    margin-block-start: 10px;
    border-block-end-width: 2px;
    border-block-end-style: solid;
    border-color: inherit; }

.new-account {
  padding-block-start: 20px; }

.order-details {
  padding: 40px 45px;
  border: 2px solid #5c5958; }
  @media (max-width: 47.94em) {
    .order-details {
      padding: 30px 35px; } }
  @media (max-width: 35.94em) {
    .order-details {
      padding: 20px 25px; } }

.payment-radio input {
  margin-inline-end: 10px; }

.payment-info {
  padding: 10px 0; }

.shipping-method .custom-radio {
  width: 150px; }

/*****************************
42 - Pages - Shop
*****************************/
@media (max-width: 47.94em) {
  .shop-toolbar__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } }

@media (max-width: 47.94em) {
  .shop-toolbar__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } }

@media (max-width: 35.94em) {
  .shop-toolbar__right {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; } }
.shop-toolbar .product-view-mode a:not(:last-child) {
  margin-inline-end: 15px; }
.shop-toolbar .product-pages {
  margin-block-end: 0; }
  @media (max-width: 35.94em) {
    .shop-toolbar .product-pages {
      margin-block-end: 10px; } }

.shop-toolbar .product-categories {
  margin-inline-end: 5rem; }

.shop-toolbar .product-ordering__select.nice-select:after, .shop-toolbar .product-categories__select.nice-select:after {
  line-height: 40px; }

.shop-toolbar .nice-select {
  background-color: #f5f5f5;
  width: 220px;
  height: 40px; }
  .shop-toolbar .nice-select .current {
    padding-inline-start: 20px; }
.shop-products .payne-product {
  display: block; }
.shop-products .payne-product-list {
  display: none; }
.shop-products.grid .payne-product {
  display: block; }
.shop-products.grid .payne-product-list {
  display: none; }
.shop-products.list .payne-product {
  display: none; }
.shop-products.list .payne-product-list {
  display: block; }
.shop-products.list .row > [class^="col"] {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
.product__image figure, .featured-product figure{
    background: #e8e8e8;text-align: -webkit-center;
  }
  .shop-products .product__image figure, .shop-products .featured-product figure{
    background: #e8e8e8;
    /* height: 330px; */
    height: initial;
  }
  .search_product .shop-products .product__image figure, .search_product .shop-products .featured-product figure{
    background: #e8e8e8;
    height: initial;
  }
  .proxima_semi-bold{cursor: auto;}
.box_desgine{padding-top:12px;}
.first_box{border: 1px solid #a39a9a;padding:10px 0px;border-radius: 4px;margin-bottom: 15px;}
.first_box .radios_btn{float:left;width:7% !important;height:25px;}
/* .information_sec .first_box .name_num_txt.Width_disp{margin-left:45px;display:block;} */
.first_box input[type='radio']:after {
  width: 23px;
  height: 23px;
  border-radius: 15px;
  top: 1px;
  left: -1px;
  position: relative;
  background-color: #767676;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid rgb(187 182 182);
}
#cartPriceDetail{text-align: left;}
.first_box input[type='radio']:checked:after {
  width: 23px;
  height: 23px;
  border-radius: 15px;
  top: 1px;
  left: -1px;
  position: relative;
  background-color: #a10002;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid rgb(187 182 182);
}
.Cart__Checkout.Button.Button--full a:hover {color:#bbb7b9;}
/*****************************
43 - Pages - Single Product
*****************************/
/*****************************
63 - Utilities - Color
*****************************/
.scroll-to-top, .scroll-to-top i, .banner__text, .mini-cart-btn__count, .pagination li .page-number, .product__badge, .product-badge, .featured-product__badge, .social-rounded .social__link, .social-square .social__link, .user-dashboard-tab__head .nav-link.active, .user-dashboard-tab__head .nav-link:hover, .widget-color a {
  color: #ffffff; }
.mini-cart, .product-summary .product-navigation a, .variation-form .product-color-variations .product-color-variation-btn:after {
  background-color: #00000000; }
.message-box a, .error h1, .btn-link:hover, .comment-author a:hover, .comment-reply-link, .cart-form__btn:hover, .mini-cart__product-remove:hover, .mini-cart__product-title:hover, .custom-close:hover i, .pagination li .page-number.current, .pagination li .page-number:hover, .post__meta .posted-on, .post__meta .posted-by, .product-summary .product-navigation a:hover, .variation-form .product-size-variations .product-size-variation-btn:hover, .variation-form .product-size-variations .product-size-variation-btn.selected, .table tbody td.product-remove a, .table.compare-table tbody .remove a, .table.shop_attributes th a:hover, .table.shop_attributes td a:hover {
  color: #562e48; }
.slick-dots li, .pagination li .page-number, .pagination li .dot, .product__badge, .product-badge, .social-rounded .social__link, .social-square .social__link, .user-dashboard-tab__head .nav-link.active, .user-dashboard-tab__head .nav-link:hover {
  background-color: #91121a; }
.btn-link:hover, .icon-outline {
  border-color: #562e48; }
.footer-menu li a, .btn-link, .action-btn i, .breadcrumb li a, .breadcrumb li span, .breadcrumb li:not(:last-child):after, .form__label, .nice-select .current, .single-post__title, .product__rating i, .product-summary .product-navigation a, .table tbody td.product-name h3, .table.shop_attributes th a, .table.shop_attributes td a, .user-dashboard-tab__head .nav-link, .widget-list li a, .shipping-calculator-wrap a {
  color: #222; }
.social-rounded .social__link:hover, .social-square .social__link:hover {
  background-color: #222; }
.offcanvas-navigation, .cart-calculator__item--head, .cart-calculator__item--value, .product-summary .product-footer-meta p span, .variation-form .variation-label, .quantity, .quantity-label, .quantity-input, .quantity .qtybutton, .message-box p, .comment-author a, .comment-content p, .countdown-wrap .countdown__time, .countdown-wrap .countdown__text, .nice-select:after, .cart-form__input, .cart-form__btn, .mini-cart, .mini-cart__product-remove, .mini-cart__product-title, .product-summary .product-price-wrapper span, .variation-form .product-size-variations .product-size-variation-btn, .variation-form .reset_variations, .product-reviews .review__author, .table tbody td.product-name h3 a, .table.compare-table tbody th, .group-product-table tbody td.product-name h3, .group-product-table tbody td.product-price .product-price-wrapper > span.product-price-old, .widget-list li a strong, .tagcloud a, .payment-label {
  color: #222; }
.shop-widget .widget-title:after {
  background-color: #222; }
.breadcrumb, .slick-dots li button, .product-slide-nav .slick-btn, .searchform__input, .searchform__submit, .cart-form__btn, .pagination li .page-number.current, .pagination li .page-number:hover {
  background-color: transparent; }
.slider-content__btn a{
  background: #91121a;
  padding: 8px 10px;
  color: #fff;
  font-size: 24px;
  border-bottom: 0px;
}
.slider-content__btn a:hover{
  border-bottom: 0px;
}
.btn-link:hover{color: #fff;}
.color--primary {
  color: #562e48 !important; }
.color--light {
  color: #999999 !important; }
.color--black {
  color: #000000 !important; }
.color--white {
  color: #ffffff !important; }
.color--white-light {
  color: rgba(255, 255, 255, 0.8) !important; }

.color--white-light-2 {
  color: rgba(255, 255, 255, 0.4) !important; }
.color--dark {
  color: #333333 !important; }
.color--dust {
  color: #979797 !important; }
.heading-color {
  color: #222 !important; }
.bg--white {
  background-color: #ffffff; }
.bg--white-light {
  background-color: rgba(255, 255, 255, 0.1); }
.bg--light {
  background-color: #999999; }
.bg--dark {
  background-color: #333333; }
.bg--black {
  background-color: #000000; }
.bg--blue {
  background-color: #0038e3; }
.bg--dark {
  background-color: #333333; }
.bg--primary {
  background-color: #562e48; }
.bd-color--primary {
  border-color: #562e48; }
/*****************************
64 - Utilities - Spacing
*****************************/
.gutter-10 {
  margin-inline-start: -5px;
  margin-inline-end: -5px; }
  .gutter-10 [class^="col"] {
    padding-inline-start: 5px;
    padding-inline-end: 5px; }
.m--0 {
  margin: 0; }
.mb--10 {
  margin-block-end: 10px; }
.mb--15 {
  margin-block-end: 15px; }
.mb--20 {
  margin-block-end: 20px; }
.mb--25 {
  margin-block-end: 25px; }
.mb--30 {
  margin-block-end: 30px; }
.mb--32 {
  margin-block-end: 32px; }
.mb--35 {
  margin-block-end: 35px; }
.mb--40 {
  margin-block-end: 40px; }
.mb--42 {
  margin-block-end: 42px; }
.mb--43 {
  margin-block-end: 43px; }
.mb--45 {
  margin-block-end: 45px; }
.mb--50 {
  margin-block-end: 50px; }
.mb--65 {
  margin-block-end: 65px; }
.mb--70 {
  margin-block-end: 70px; }
.mb--75 {
  margin-block-end: 75px; }
.mb--77 {
  margin-block-end: 77px; }
.mb--80 {
  margin-block-end: 80px; }
.mb--95 {
  margin-block-end: 95px; }
.mt--50 {
  margin-block-start: 50px; }
.ml--20 {
  margin-inline-start: 20px; }
.ml--50 {
  margin-inline-start: 50px; }
.mr--20 {
  margin-inline-end: 20px; }
.mr--30 {
  margin-inline-end: 30px; }
.ptb--20 {
  padding-block-start: 20px;
  padding-block-end: 20px; }
.ptb--80 {
  padding-block-start: 80px;
  padding-block-end: 80px; }
.pt--20 {
  padding-block-start: 20px; }
.pt--50 {
  padding-block-start: 50px; }
.pt--70 {
  padding-block-start: 70px; }
.pt--75 {
  padding-block-start: 75px; }
.pt--80 {
  padding-block-start: 80px; }
.pt--90 {
  padding-block-start: 90px; }
.pb--38 {
  padding-block-end: 38px; }
.pb--60 {
  padding-block-end: 60px; }
.pb--65 {
  padding-block-end: 65px; }
.pb--72 {
  padding-block-end: 72px; }
.pb--75 {
  padding-block-end: 75px; }
.pb--80 {
  padding-block-end: 80px; }
.pb--120 {
  padding-block-end: 120px; }
.pl--15 {
  padding-inline-start: 15px; }
.pl--30 {
  padding-inline-start: 30px; }
.pl--45 {
  padding-inline-start: 45px; }
.plr--15 {
  padding-inline-start: 15px;
  padding-inline-end: 15px; }
.pr--15 {
  padding-inline-end: 15px; }
@media (max-width: 93.6875em) {
  .mb-xl--40 {
    margin-block-end: 40px; }
  .pt-xl--70 {
    padding-block-start: 70px; }
  .pb-xl--100 {
    padding-block-end: 100px; } }
@media (max-width: 74.9375em) {
  .mb-lg--25 {
    margin-block-end: 25px; }
  .mb-lg--50 {
    margin-block-end: 50px; }
  .pt-lg--95 {
    padding-block-start: 95px; }
  .pl-lg--0 {
    padding-inline-start: 0; }
  .pl-lg--30 {
    padding-inline-start: 30px; }
  .pb-lg--95 {
    padding-block-end: 95px; } }

@media (max-width: 61.94em) {
  .mt-md--40 {
    margin-block-start: 40px; }
  .mt-md--50 {
    margin-block-start: 50px; }
  .mb-md--10 {
    margin-block-end: 10px; }
  .mb-md--20 {
    margin-block-end: 20px; }
  .mb-md--30 {
    margin-block-end: 30px; }
  .mb-md--33 {
    margin-block-end: 33px; }
  .mb-md--40 {
    margin-block-end: 40px; }
  .mb-md--50 {
    margin-block-end: 50px; }
  .mb-md--55 {
    margin-block-end: 55px; }
  .mb-md--57 {
    margin-block-end: 57px; }
  .pl-md--0 {
    padding-inline-start: 0; }
  .pr-md--0 {
    padding-inline-end: 0; }
  .pt-md--40 {
    padding-block-start: 40px; }
  .pt-md--55 {
    padding-block-start: 55px; }
  .pt-md--60 {
    padding-block-start: 60px; }
  .pb-md--55 {
    padding-block-end: 55px; }
  .pb-md--60 {
    padding-block-end: 60px; }
  .pl-md--0 {
    padding-inline-start: 0; } }

@media (max-width: 47.94em) {
  .mb-sm--15 {
    margin-block-end: 15px; }
  .mb-sm--20 {
    margin-block-end: 20px; }
  .mb-sm--25 {
    margin-block-end: 25px; }
  .mb-sm--30 {
    margin-block-end: 30px; }
  .mb-sm--33 {
    margin-block-end: 33px; }
  .mb-sm--40 {
    margin-block-end: 40px; }
  .mb-sm--42 {
    margin-block-end: 42px; }
  .mb-sm--45 {
    margin-block-end: 45px; }
  .mb-sm--50 {
    margin-block-end: 50px; }
  .pb-sm--28 {
    padding-block-end: 28px; }
  .pb-sm--90 {
    padding-block-end: 90px; }
  .pl-sm--15 {
    padding-inline-start: 15px; } }

@media (max-width: 35.94em) {
  .mb-xs--10 {
    margin-block-end: 10px; }
  .mb-xs--15 {
    margin-block-end: 15px; }
  .mb-xs--30 {
    margin-block-end: 30px; }
  .mb-xs--33 {
    margin-block-end: 33px; }
  .ml-xs--0 {
    margin-inline-start: 0; }
  .mr-xs--0 {
    margin-inline-end: 0; }
  .pt-xs--60 {
    padding-block-start: 60px; }
  .pb-xs--49 {
    padding-block-end: 49px; } }
.mb--10pt8 {
  margin-block-end: 10.8rem; }

.mb--11pt5 {
  margin-block-end: 11.5rem; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    width: 140px;
}
  .submenudrops li {
    font-size: 16px;
    padding: 6px 10px;
  }
  .user_profiles{width: 80.5%;line-height: 30px;}
  .error_msg {font-size: 14px;}
  .mainmenu .user_profile_bx li + li {
    margin-left:0px;
  }
  
  .main-navigation .nav-link.active:before {
    left: 6px;
    width: calc(100% - 44px);
    width: -webkit-calc(100% - 10px); 
}
.address-area.page-banner-section{
  height: 400px;overflow: auto;padding-bottom: 10px;
}
.address-area.page-banner-section::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}
/* Track */
.address-area.page-banner-section::-webkit-scrollbar-track {
  background: #e7e7e754; 
  border-radius: 10px;
}

/* Handle */
.address-area.page-banner-section::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px;
}
.btn.btn-primary.enquire_btn{
  padding: 4px 30px;
  min-width: 180px;
  line-height: 30px;
  height: 36px;
  border: 1px solid #91121a;
  background-color: #91121a;
  color: #ffffff;
}
.accordion.accordian_heading .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem;
    gap: 20px;
}
.top_headers{z-index: 9;}
.lg-outer{z-index:9999;}
.review-avtar-img {
  height: 40px;
  width: 40px;
  margin-right: 10px;
}
.review-card {
  text-align: left;
  background: #ffffff;
  border: 1px solid #b40000;
  padding: 15px 10px;
  border-radius: 4px;
}
.review-card h4{
  font-size: 16px;
}
.review-card h5{
  font-size:16px;
  font-weight: 600;
}
/*.navbar-dark .navbar-nav .nav-link.active {border-top:4px solid #000;}*/
  
  @media (max-width: 991px) {
    .header-transparent .header__main {
      padding-block-start: 25px;
    }
    .header__col.header__center{
      width: 100%;
    }
    .logo_sec {
      width: 35% !important;margin-left: 0px !important;
      margin-right: 0px !important;
  }
  .logo_sec.mob img {width:initial!important;}
  .product-area .product__image figure{
    background: #f3f3f3;justify-content: center;display: flex;
  }
  .featured-product__image img {
    height: initial!important;
  }
  .footer-logo{width:35%;}
  .navbar-collapse .margin10rem {
    /* margin-left: initial!important; */
  }
  .header__main {padding:20px 0px!important;}
  .mainmenu.navbar-nav{background: #fff;padding: 10px 30px;}
  .mainmenu li + li {
    margin-left: initial !important;
  }
  .nav-item.iconsimg.searchses {
    width: 6.6% !important;
    display: none;
  }
  .nav-item.iconsimg{position: initial;} 
  .submenudrops li{
    font-size: 16px;padding: 6px 10px;
  }
  .nee-prod-text p {padding-left: 5px;font-size: 12px;}
  .swiper-slide.banner-card-animation-two{background:#f3f3f3;}
  /* .footer ul {display: initial!important;} */
  .footer ul li {list-style:none;border-right:1px solid #fff0!important;font-family: 'Montserrat';}
  .nav-item.iconsimg {width: 7.2% !important;}
  .nav-item.carticon {width:6.5%!important;position: relative;margin-top:2px;}
  .nav-item.carticon {margin-left: 0px!important;line-height: 14px!important;}
  .nav-item.iconsimg {margin-left: 0px!important;}
  #navbarNav{border-top:1px solid rgb(204, 204, 204);margin-top: 15px;}
  .main-navigation.navbar.navbar-expand-md.navbar-dark{background:#fff !important;}
  .header__inner.header--fixed .container{padding:0px;}
  ._p-add-cart, .counterSection{justify-content: center;}
  .products_details{text-align: center;}
  .section.page-banner-section.information_sec .col-lg-5{padding:0 !important;}
  .products_details{text-align: center;}
  .homepage-slider .slider-heroa .main-banner {
    width: 100%;height: 325px;
  }
  .captcha_boxes{margin-bottom:6px;}
  .page-title-area {height:150px !important;}
  .page-content-inner.pt--80.pt-md--60{padding-block-start:1px;}
  .text-right{text-align: right;}
  .mySwiperticket {
    margin-bottom: 0px;
  }
  .airpotideas {text-align: center!important;margin-top: 25px;}
  .emblem {left:-1px!important;right:0;top:-216px!important;width:30vh!important;height:30vh!important;}
.mofiso_dog{left: 0px!important;}
.emblem span {font-size: 4vh!important;}
  .mofiso_dog {top: -188px!important;width:42%!important;}
  .relative.mb_185 {margin-bottom: 50px !important;}
  .btn-re {transform: translateX(-41%) rotate(-90deg)!important;}
  .btn-re .btn.btn-primary.bth-form {padding: 5px 11px!important;}
  .srch_logo {width: 100px!important;top: -22px!important;}
  .offcanvas-top {height: 19vh;z-index: 999;top:37px;}
  .offcanvas-body .form-control{padding:6px;}
  .inovative-content {width:100%;}
  .pd_55 {padding-left:1px;}
  .inove-large-img{width:100%;}
  .footer ul li{line-height: 30px;}
  
  }
  body{color: #2a2a2af2!important;font-weight:400;
    font-size: 14px;font-family: "Montserrat", sans-serif !important;}
  .mainmenu.navbar-nav{line-height:10px;}
.footer-logo{width:50%;}
 
  @font-face {
    font-family: "Montserrat", sans-serif;
    src: url('/assets/frontend/fonts/Montserrat.woff2') format('woff2');
  } 
h1, h2, h3{font-family: "Montserrat", sans-serif;}
p{font-family:"Montserrat", sans-serif;}
.slider-content__btn a{
  font-family:"Montserrat", sans-serif;;
}
.logo_sec{width:6.5%;margin-left: 35px;margin-right: 35px;}
.mainmenu li .nav-link{color: #000!important;font-weight:400;
  font-size: 16px;font-family: "Montserrat", sans-serif;}
.mainmenu li a:hover{color:#91121a;}
.mainmenu li + li {margin-left: 30px;}
.nav-item.iconsimg{
  width: 1.2%;
  margin-left: 15px;
  line-height: 24px;
}
.nav-item.iconsimg.carticon{width:1%;}

/* .nav-item.iconsimg.searchses{width: 1.8%;} */
.logo_sec.mob img{width: 100px;}
.navbar-toggler{background: #000;}
.dropdown-menu.show li + li {
  margin-left:2px;
}
.margin10rem{
  /* margin-left:-10rem!important; */
}
.image_leftside .featured-product__info-inner{position: absolute;top: 32px;}
.image_leftside .featured-product__info-inner.third_sec_img{position: absolute;bottom: 0px;top: initial;}
.creative_imagetop{height: 270px;}
.creative_imagebottom{height: 200px;margin-top: 5px;}
.middle_sec{height: 200px;
  padding-top: 65px;
  text-align: center;}
  .full-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 75px;
    padding-bottom: 180px;
    background-position: center;
}
.full-banner.parallax {
  background-attachment: fixed;
}
.full-banner .banner-contain h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  /* letter-spacing: 0.4em; */
 
}
.full-banner.banner-layout-3 .banner-contain h3 {
  color: #fff;
  margin-top: 10px;
  font-size: 55px;
  text-transform: uppercase;
}
.full-banner.banner-layout-3 .banner-contain .color {
  color: #fff;
  line-height: 1;
}
.swal2-container.swal2-center>.swal2-popup{font-size: 16px !important;}
.btn-solid {
  border: 2px solid #91121a;
  background: #91121a;
  border-radius: 0px;
  padding: 4px 12px;
  line-height: 22px;
  height: 35px;
  font-size: 14px !important;
  font-weight: 500;
  /* background-image: linear-gradient(30deg, #b70008 50%, transparent 50%); */
}
.btn-solid:hover {
  background-position: 100%;
  color: #000;
  background-color: #fff;
}
.banner-card-animation-two .banner-card-image::before {
  background: rgb(242 239 240 / 73%);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  width: 0;
  pointer-events: none;
}
.banner-card-animation-two .banner-card-image::after {
  background: rgb(242 239 240 / 73%);
  bottom: 50%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 1;
  width: 0;
  pointer-events: none;
}
.banner-card-animation-two:hover .banner-card-image::before {
  left: 0;
  right: 0;
  opacity: 0;
  width: auto;
  transition: all 0.9s linear;
}
.banner-card-animation-two:hover .banner-card-image::after {
  top: 0;
  bottom: 0;
  opacity: 0;
  width: auto;
  transition: all 0.9s linear;
}
.airpotideas{
  text-align: right;
}
.airpotideas h4{font-size:30px;}
.airpotideas h4 span{
  border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
.airpotedition{color: #91121a;}
.airpotideas_text{
  border-left: 1px solid #000;
  padding-left: 25px;
}
.btn-re {
  top: 61%;
  position: fixed;
  transform: translateX(0%) rotate(-90deg);
  z-index: 99999;
  z-index: 9999;
  right: 30px;
  width: 0%;
  cursor: pointer;
}
.btn-re .btn.btn-primary.bth-form {
  background: #91121a00;
  color: #fff;
  padding: 10px 10px;
  border-radius: 0;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  border: 0;
}
.btn-re .btn.btn-primary.bth-form:focus{box-shadow: 0 0 0 0.25rem rgb(111 77 99 / 0%);}
.pd_55{padding-left: 10px;}
.pt-40{padding-top: 38px;}
.pt-50{padding-top: 50px;}
.mini-cart-btn__icon img{margin-top:4px;}
.product-area .slick-vertical-center .slick-btn, .product-area .slick-horizontal-center .slick-btn, .product-area .searchform__submit, .product-area .featured-product__badge {
  top: 35%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.element-carousel.product-slider .slick-btn.slick-prev.slick-arrow{left:0%;}
.pd54{padding-top: 54px;}

.innovative-inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.inovative-content {
  text-align: center;
  width: 40%;
}    
.inove-large-img {
  width: 60%;
  height: 100%;
}
.inove-large-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.inovative-content h5 {
  font-size: 16px;
  letter-spacing: .025em;
  /* line-height: 20px; */
  margin-bottom: 4px;
  margin-top: 0px;
  color: #2b2929;
  font-weight: 500;
  padding: 0 25px;
  font-family: "Montserrat", sans-serif !important;
}
.inovative-content .button-link {
  font-weight: 700;
  cursor: pointer;
}
.inovate-right {display: flex;align-items: center;}
.inovate-right.mt-30 {margin-top: 16px;}
.inovative-content.order-1, .inove-large-img.order-2 {order: unset;}
.inovative-content.order-1, .inove-large-img.order-2 {order: unset !important;}
.order-2 {order: 2;}
.order-1 {order: 1;}
.inovative-content h4.text-red {font-size: 20px;
  letter-spacing: .025em;
  font-family: "Montserrat", sans-serif!important;
  font-weight: 500;}
.text-red {
  color: #91121a;
}
.three_reasons_mofiso a{text-decoration: underline;}
.profiles_details_txt {
  background: #fff;
  padding: 10px;
}
.profiles_details_txt .btn-primary {
  color: #fff;
  background-color: #91121a;
  border-color: #2e6da400 !important;
  font-size: 14px !important;
  margin-top: 17px !important;
  border-radius: 2px;
}
.page-banner-section {
  padding-top: 75px;
  padding-bottom: 180px;
  z-index: 0;
}
/* .product__price span del{font-size: 17px;} */

/*.share-wrapper {display: flex;}*/
.share-wrapper {
  display: flex;
  justify-content: end;
  width: 100%;
  float: right;
  width: fit-content;
  flex-direction: row-reverse;
  position: absolute;
  left: 73%;
  top: 80px;
  transform: rotate(270deg);
}
.share-wrapper .share.active {
  background-color: #e9e9e9;
}
.share-wrapper .share {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #000;
    text-align: center;
    line-height: 1.8;
    font-size: 20px;
    transform: rotate(90deg);
    cursor: pointer;
    margin-bottom: 15px;
    transition: background-color .4s;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .28);
}
.share-wrapper ul.social.active {
  opacity: 1;
  visibility: visible;
  transform: translate(-10px);
  display: flex;
}
.share-wrapper ul.social.active img{
  transform: rotate(90deg);
}

.share-wrapper ul.social {
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.share-wrapper .share.active:before {
  content: "";
}
.share-wrapper .share.active + .social li {
  transform: scale(1);
}
.share-wrapper ul.social li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    margin-left: 8px;
    background-color: transparent;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 15px;
    /* box-shadow: 0.5px 0.87px 4px 0 rgba(0, 0, 0, .3); */
    transition: all .4s;
    transform: scale(.4);
}
.aish-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  border: 1px solid #E6E6E6;
  margin-top: -11px;
}
.outside-stock {
  display: flex;
  width: 100%;
  background: #FBFBFB;
  justify-content: space-around;
}
.aish-box30 {
  margin: 0 5px;
  display: flex;
  line-height:55px;
  height: 55px;
}
.nee-prod-img img {
  max-width: 100%;
}
.nee-prod-text p{padding-left: 5px;}
.nee-prod-text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  letter-spacing: .05em;
  color: rgba(0,0,0,.7);
  padding-bottom: 8px;
  padding-top: 8px;
}
.checkCodBox .checkPincodeBox .checkPincodeHeader {
  padding: 7px 7px 7px 0;
  /* font-family: 'Montserrat'; */
  font-size: 12px!important;
  line-height: 16px!important;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.checkPincodeBox{margin-left: 15px;}
.checkCodBox .deliveryLocation {
  margin-bottom: 0;
  gap: 3px;
  font-size: 16px!important;
  line-height: 15px!important;
}
.checkCodBox .deliveryLocation img {
  height: 16px;
  width: 16px;
  margin-left: 5px!important;
}
.delivery-change-link-text img {
  width: 11%;
  padding: 1px;
  padding-right: 8px;
  margin-left: 12px;
}
.delivery-change-link-text {
  font-size: 16px;
  color: #444343;
  font-family: "Montserrat", sans-serif;
}
.codCheckForm {
  border: 0.5px solid rgba(0,0,0,.3);
  margin-bottom: 0;
  position: relative;padding: 2px;margin-top: 22px;
  height: 42px;
}
.nee-prod-img{width:28px;}
.codCheckForm input {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #000;
  display: inline-block;padding: 4px 8px;border: none;
  width: calc(100% - 75px);
  height: auto;
}
.codCheckForm button {
  background: transparent;
  border: none;
  font-size: 12px!important;
  color: #444343;
  text-transform: uppercase;
  padding: 10px 13px;
  vertical-align: middle;
}
.messageNote{font-size: 12px;}
.nav-item.carticon{
  width: 1.3%;margin-left:12px;
  line-height:24px;}
  .mySwiperticket .swiper-button-prev:after {
    content: 'prev';
    font-size: 25px;color: #20252a;
}
.mySwiperticket .swiper-button-next:after {
  content: 'next';
  font-size: 25px;
  color: #20252a;
}
.mySwiperticket .inner-ticket .inner-text {
  text-align: center;
  width: 70%;
  margin: auto;
}
.mySwiperticket .inner-ticket .inner-text p{
    margin-bottom:0px;
}
.category-list .accordion-button::after {
  width:2.28rem;
  height:2.28rem;
  background-size:2rem;
}
.category-list .accordion-button:not(.collapsed)::after {
  background-size: 2.28rem;
  width: 20px;
}
.inner-ticket p{font-size: 16px;}
.mySwiperticket .swiper-pagination-bullet-active {
  opacity: 1;
  background: #a10002;
}
.product-area .accordion-button h5{
  margin-bottom: -5px;
  font-size: 14px;
  padding-left: 5px;
  font-weight: 500;
}
#accordionExample .accordion-body {
    padding: 2.5rem 2.5rem;
}
.shopNow{
  padding: 4px 12px;
  line-height: 22px;
  height: 35px;
  border: 1px solid #4c4b4b;
  margin-top: 10px;
  font-size: 14px !important;
  font-weight: 500;
  border-radius: 0px;
/*  margin-top: 25px!important;*/
}

.profile_secn{
  /*margin: 0px 300px 25px;*/
  background: #e7e7e754;
  height: 100%;
  border: 1px solid #cccccc38;
  padding: 20px;
}
#updateUserDetail{
  padding: 8px 10px;
  min-width: 180px;
  line-height: 18px;
  height: 36px;
}
.btn-2{
  padding: 4px 12px;
  line-height: 22px;
  height: 35px;
  border: 1px solid #4c4b4b;
  margin-top: 10px;
  font-size: 14px !important;
  font-weight: 500;
  border-radius: 0px;
}
.btn-2 {
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #91121a;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.btn-2:hover {
  box-shadow: inset 400px 0 0 0 #91121a;
  border:#91121a;
  color: #fff!important;
}

.btnnn-shop,
.btnnn-shop::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btnnn-shop {
 background:#000;color:#fff;margin:8px auto;position: relative;
}
.btnnn-shop::before,
.btnnn-shop::after {
  background: #91121a;content: '';
  position: absolute;z-index: -1;
}
.btnnn-shop:hover {color: #fff;}
.btn-2::after {
 height: 100%;left: 0;top: 0;width: 0;
}
.btn-2:hover:after {width: 100%;}
.payne-product .product__image {
  /* height:300px; */
   border:1px solid #cccccc00;}
   /* .productSection .payne-product .product__image {
    height:300px;
   } */
    .payne-product .product__image {
    /* height:300px; */
   }
.featured-product-area .featured-product__image img{margin-top:20px;}
.featured-product-area .featured-product__inner.info-left-bottom .featured-product__info-inner {bottom:55px;}
.width_exclusivefont{font-size:18px;color:#000;font-weight:500;}
.tab-style-1 .nav-tabs .nav-link.active, .tab-style-1 .nav-tabs .nav-item.show .nav-link {
    color: #fff;background-color: #91121a;border-color: #91121a;
}
.adtg_icon{margin-right:5px;}
.swal2-styled.swal2-confirm{background-color: #0a0a0a!important;}
.wishlist-table .btn.btn-shape-square.btn-size-sm{margin-bottom:15px;font-size: 14px;font-weight:400;}
.btn.click_pop{
  padding: 4px 12px;line-height: 26px;border-radius:2px !important;height: 35px;
  font-size: 14px !important;border: 1px solid #000;background-color: #000;color: #ffffff;}
.btn.click_pop:hover{background-color: #00000000;color: #000;}
/*****footer sec  start****/
.offcanvas-top{height:20vh;}
.product__price .btn{font-weight:400;}
.copyright{background-color: #000;}
@keyframes bounce{0%{transform:translateY(-5px)}50%{transform:translateY(10px)}100%{transform:translateY(-5px)}}
.footer #bottom_link {
  background: #91121a;
}
.social-links {
  padding-top: 0!important;padding-bottom: 26px!important;
}
.bdr_l {
  border-right: 0 !important;
}
.hidden-footer ul li {
  color: #d59551;font-family: "Montserrat", sans-serif;border-color: #d59551;
}
.hidden-footer ul li a {
  text-decoration: none;font-size: 16px!important;font-family: "Montserrat", sans-serif;
  color: #fff;padding: 3px 2px 3px 2px;
}
.footer ul {
  display: flex;justify-content: center;
  flex-direction: row;border-bottom: 0 solid whitesmoke;
  margin-bottom: 0;padding-top:20px;padding-bottom: 15px;
}
.footer ul li {
  list-style: none;border-right: 1px solid #fff;line-height: 22px;
  font-family: "Montserrat", sans-serif;padding: 0 4px;
  font-size: 16px;color:#fff;
}
.footer ul .social_iconslinks{padding:0px;}
.footer a {
  text-decoration: none;font-size: 16px!important;
  font-family: "Montserrat", sans-serif;
  color: #fff;letter-spacing: 1px;padding: 3px 3px 3px 4px;
}
.social_iconslinks.deskv .fa.fa-facebook{position:relative;left:2.4px;}
/* .ft_align li span{margin-left: 6px;} */
.copyright-text p {
  color: #fefefe;font-size: 16px;
  font-family: "Montserrat", sans-serif;
  /* padding-left: 6.4rem; */
}
.hidden-footer {
  position: relative;
}
#vaccrodian {
  width: 100px;margin: auto;height: auto;padding: 2px 0;
  background: transparent;color: #fff;font-size: 13px;text-align: center;
  border-radius: 10px;position: absolute;
  bottom: -40px;left: calc(50% - 50px);
  z-index:2;cursor: pointer;
}
#bottom_hidden{padding-bottom:22px;}
.zio {
  width: 200px;
  height: 200px;
  background-color: #35D857;
  border-radius: 100%;
  margin: 20% auto;
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
}
.copyright-text {
  text-align: center;
  padding: 15px 0;
}
main h1, main .h1, main h2, main .h2, main h3, main .h3, main h4, main .h4, main h5, main .h5, main h6, main .h6 {
    font-family: "Montserrat", sans-serif !important;
}
.orders_details{
  min-height: 56vh;padding-bottom:100px;
}

.indiawonvally{font-size: 30px!important;color:#fff;}
.activebg{background:  #91121a;color: #fff!important;}
.payne-product .product__inner:hover .product__action a{width:fit-content;}
/*.payne-product .product__action{width:90%;display:flex;}*/
/*.payne-product .product__action a:nth-child(2){width:40%;}*/
.payne-product .product__inner:hover .product__action a{background: transparent;}
.action-btn {box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0);}
/*.payne-product .product__action {left:4px;bottom:4px;}*/

.payne-product .product__action {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    gap:10px;
}

.product__action .addtocart, .product__action .addtowisthlist {
     width: fit-content; 
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.payne-product .product__action .action-btn {
     width: auto; 
     height: auto; 
    line-height: 35px;
    text-align: center;
    background-color: transparent;
   
}
.action-btn {background-color: #ffffff00;}
.addtocart, .addtowisthlist{
  width: 77px;
  padding: 0px 2px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
.product-action-btn .btn:hover{color:#ffffff!important;}
.reasonstbuy p a{font-weight:600;}
/*******details*******/
.recent_products .product__info{display: block;}
.faq_sec .accordion-button {
  padding: 20px 40px 20px 15px;
  font-weight: 600;
  border-top: 1px solid #a10002;
  font-size: 18px;
  color: #000;
  text-align: left;
  background: #fff;
  box-shadow: none;
}
.faq_heading{
  font-size:40px;
  font-weight:600;
}
.loadmore {
  border-radius: 0px;
  padding: 4px;
  font-weight: 500;
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif;
  height: 35px;
  line-height: 26px;
}
.loadmore:hover {
  border-radius: 0px;
  padding: 4px;
  font-weight: 500;
  font-size: 14px !important;
}
.customer_reviews_head{
  font-size: 26px;
}
.write_review{
  padding: 5px 20px;
  border-radius: 0px;
  float: right;
  font-size: 14px !important;
  line-height: 30px;
  height: 40px;
  margin-right: 20px;
  font-weight: 500;
}
.reasonstbuy ul li{
  display: flex;
  align-items: center;
  gap: 15px;
  margin:10px 0px;
}
.mt-60{
  margin-top: 60px !important;
}

.recent_products .swiper-button-next, .recent_products .swiper-button-prev{
  top:35%;color: #2c2d2e;
}
.accordion_box span i{
  font-size:16px;
}
.faq_sec .fa-question-circle-o{font-size: 20px;}
#reviewModal .dropify-wrapper .dropify-message p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #000;
}
.dropify_box {
  float: left;
}
 .dropify_box .kindlychoose, .shoppers_text{
  font-size: 12px;padding-top: 5px;
}
#reviewModal input, #reviewModal textarea{background: #f5f5f5;}
.create_review{font-size: 26px;}
.submitted{
    padding: 4px 10px;
    line-height: 28px;
    height: 35px;
    border-radius: 0px;
    font-size: 16px !important;
    font-weight: 500;
}
.OverAllRating .fa.fa-star.rateProduct.bi-star{
  color: #898282;
}
.OverAllRating .fa.fa-star.rateProduct.bi-star-fill{
  color: rgb(255, 165, 0);
}
.product-grid .product-image img {width: 100%;height: auto;transition: all .2s ease 0s;height: 260px;}
.product-content {background-color: #ffffff;padding: 0px 2px 5px;position: relative;transition: all .3s ease 0s;}
.swticher_circle {text-align: -webkit-center;}
.switch_checkers {display: inline;position: relative;}
.swticher_circle input[type=radio]:checked ~ .radio-custom-label {position:absolute; z-index:0;width:19px;height:19px;border:2px solid #fff;border-radius:50%;left:1px;top:-6px;}
.product-grid .product-links li a{color:#fff;background:#242222;font-size:16px;line-height:40px;width:125px;height:40px;display:block;transition: all .3s ease 0s;}
.radio-custom {width:21px;height:21px;line-height:21px;border-radius:50%;-webkit-appearance: none;}
.product__image .slick-btn {
width: 43px;height: 43px;line-height: 43px;background-color: rgba(255, 255, 255, 0.6);z-index: 1;
}
.swiper-container {width: 100%;height: 100%;}
.swiper-slide {
text-align: center;font-size: 18px;background: #fff;
display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
}
.swiper-button-next:after{content: 'next';font-size:20px;color:#292828;}
.swiper-button-prev:after {content: 'prev';font-size:20px;color:#292828;}
.loading span {display: inline-block;margin: 0 -0.05em;}
.loading04 span {animation: loading04 0.7s infinite;}
.loading04 span:nth-child(2) {animation-delay: 0.1s;}
.loading04 span:nth-child(3) {animation-delay: 0.2s;}
.loading04 span:nth-child(4) {animation-delay: 0.3s;}
.loading04 span:nth-child(5) {animation-delay: 0.4s;}
.loading04 span:nth-child(6) {animation-delay: 0.5s;}
.loading04 span:nth-child(7) {animation-delay: 0.6s;}
@keyframes loading04 {
  0%, 100% {transform: translateY(0);}
  50% {transform: translateY(15px);}
}
.loading {font-size: 12x;text-align: center;}

.price_min_range  {
  appearance: auto;
  cursor: default;
  color: light-dark(rgb(36, 35, 35), rgb(92, 90, 90));
}
.price_max_range  {
  appearance: auto;
  cursor: default;
  color: light-dark(rgb(180, 111, 111), rgb(92, 90, 90));
}
/******range price******** */

.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}















.switch_checkers {
  display: inline;
  position: relative;
}
.range_prices .range-slider {width:100%;margin: auto;text-align: center;position: relative;height: 5em;}
.range_prices .range-slider svg,
.range_prices .range-slider input[type=range] {position: absolute;left: 0;bottom: 0;}
.range_prices input[type=number] {border: 1px solid #000;text-align: center;font-size: 1.6em;-moz-appearance: textfield;}
.range_prices input[type=number]::-webkit-outer-spin-button,
.range_prices input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none;}
.range_prices input[type=number]:invalid,
.range_prices input[type=number]:out-of-range {border: 2px solid #000;}
.range_prices input[type=range] {-webkit-appearance: none;width: 100%;}
.range_prices input[type=range]:focus {outline: none;}
.range_prices input[type=range]:focus::-webkit-slider-runnable-track {background: #000;}
.range_prices input[type=range]:focus::-ms-fill-lower {background: #000;}
.range_prices input[type=range]:focus::-ms-fill-upper {background: #000;}
.range_prices input[type=range]::-webkit-slider-runnable-track {
	width: 100%;height: 5px;cursor: pointer;animate: 0.2s;background: #91121a;border-radius: 1px;box-shadow: none;border: 0;
}
.range_prices input[type=range]::-webkit-slider-thumb {
	z-index:2;position:relative;box-shadow:0px 0px 0px #fff;border:1px solid #fff;height: 18px;width: 18px;border-radius:25px;background:#91121a;cursor: pointer;
	-webkit-appearance: none;margin-top: -7px;
}
.range_prices input[type=range]::-moz-range-track {width: 100%;height: 5px;cursor: pointer;animate: 0.2s;background: #000;border-radius: 1px;box-shadow: none;border: 0;}
.range_prices input[type=range]::-moz-range-thumb {z-index: 2;position: relative;box-shadow: 0px 0px 0px #000;border: 1px solid #000;height: 18px;width: 18px;border-radius: 25px;background: red;cursor: pointer;}
.range_prices input[type=range]::-ms-track {
   width: 100%;height: 5px;cursor: pointer;animate: 0.2s;background: transparent;border-color: transparent;color: transparent;
}
.range_prices input[type=range]::-ms-fill-lower,
.range_prices input[type=range]::-ms-fill-upper {background: #000;border-radius: 1px;box-shadow: none;border: 0;}
.range_prices input[type=range]::-ms-thumb {
	z-index:2;position:relative;box-shadow:0px 0px 0px #000;border:1px solid #000;height:18px;width: 18px;border-radius: 25px;background: #ccc;cursor: pointer;
}
.shop-sidebar .accordion-button {padding: 2.5rem 1.2rem;}
.shop-sidebar .accordion-button:not(.collapsed) {color: #a10002;background-color: #a1000200;}
.shop-sidebar .accordion-button:focus {border-color: #a1000200;box-shadow: 0 0 0 0.25rem rgb(161 0 2 / 74%);}
.category-list .accordion-body.color_sec_bx label {display: inline-block; width:110px !important;}
.accordion-button:not(.collapsed)::after {
    background: url('../img/svgarrow.svg') no-repeat scroll right center;transform: rotate(-180deg);background-size: 1.25rem;
}
.clearAllFilter{text-decoration: underline; font-size: 12px; cursor: pointer; text-align: center;}
/*.selectedColorFilter{padding: 3px 25px 1px 20px; background: #f4f4f4; cursor: pointer}*/

.btn-select-filter{
   width: 40px;
    height: 30px;
}
.filter-btn{
    display: flex;
    flex-wrap: wrap;
    margin:0;
}
.btn-inner-filter {
    background-color: #e7e7e7;
    padding: 8px;
    width: fit-content;
    margin: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.showSelectedFilter{
    border: 1px solid #a10002;
    padding: 7px;
}
.recent_products .swticher_circle input[type=radio]:checked ~ .radio-custom-label{
  position: absolute;
  z-index: 0;
  width: 19px;
  height: 19px;
  border: 2px solid #fff;
  border-radius: 50%;
  left: 1px;
  top: -3px;
}
.similar_products .swticher_circle input[type=radio]:checked ~ .radio-custom-label{
  position: absolute;
  z-index: 0;
  width: 19px;
  height: 19px;
  border: 2px solid #fff;
  border-radius: 50%;
  left: 1px;
  top: -3px;
}
.recent_products .banner-card-image, .similar_products .banner-card-image{
  background: #e8e8e8; margin-bottom:20px;border:1px solid #e8e8e8;height:auto;
}

.recent_products .banner-card-image img, .similar_products .banner-card-image img{
  width:100%;
  height:100%;
}
.product__info .product__title a{font-family: "Montserrat", sans-serif;
  font-size: 16px !important;font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
 .product__price .sign{font-weight:500;}
.offer_off{
  background: #a10002;
  padding: 4px 12px;
  color: #fff;
  margin-left: 15px;
}
#offcanvasRight-checkout #offcanvasRightLabel{
  font-size: 18px;
  margin:0;
}
#offcanvasRight-checkout .table th, .table td {
    min-width: 20%;
}
#offcanvasRight-checkout .product-image {
    width:100px;
    height: 80px;
    object-fit: contain;
}
#offcanvasRight-checkout .discount_persantage {
    font-size: 12px !important;
    color: #ffffff !important;
    background: #a10002;
    padding: 2px 4px !important;
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
#offcanvasRight-checkout .scroll-product-checkout{
  min-height: 125px;
  max-height: 400px;
  overflow-y: scroll; 
  padding: 10px 5px;
}
#offcanvasRight-checkout .scroll-product-checkout .btn-size-sm {
    padding: 5px 14px;
    font-size: 11px !important;
    font-weight: 500;
    height: auto;
    line-height: 23px;
    min-width: 100px;
}
#offcanvasRight-checkout .sticky-price-checkout p{
  margin:0;
}
#offcanvasRight-checkout{
  z-index: 9999;
}

#offcanvasRight-checkout .table tbody td {
    padding: 8px 0;
}
.img_producto{cursor: move;}
.product__image--holder.gr3.banner-card-image img:hover{
  /* height:286px;
  width: 318px; */
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}
.product-summary .product-price-wrapper span {font-size:16px;}
/****footer sec end****/
/*****shopby collection**start***/

.slider_collection .swiper {
  width: 100%;height: 100%;
}
.slider_collection .swiper-slide {
  text-align: center;font-size: 18px;
  background: #fff;
  /* display: flex; */
  justify-content: center;align-items: center;
}
.slider_collection .swiper-slide img {
  display: block;width: 100%;height:560px;object-fit: cover;
}
.slider_collection .swiper {
  margin-left: auto;margin-right: auto;
}
.slider_collection .swiper-button-prev {
  left: 2px;right: auto;
}
.slider_collection .swiper-button-next {right:2px;}
.slider_collection .swiper-button-next, .slider_collection .swiper-button-prev {color: #959595;top:40%;}
.slider_collection .swiper-button-next:after, .slider_collection .swiper-button-prev:after {
  font-size: 16px;background: #ffffffc7;padding: 7px 12px;
}
.mySwiper_brewing .swiper-button-next:after, .mySwiper_brewing .swiper-button-prev:after {
  font-size: 16px;background: #ffffffc7;padding: 7px 12px;
}
.mySwiper_brewing .swiper-button-next, .mySwiper_brewing .swiper-button-prev{color:#242525}
.slick-track .slick-active.first-active .product-gallery__nav-image--single{border:1px solid#585656;}
.product-gallery__nav-image .slick-slide img {height:176px;}
/*****shopby  collection**end***/
.shopby_collection_p .product__title{font-size: 21px; margin-top:15px; margin-bottom:8px!important; background: #e8e8e8; padding: 10px 0px; color: #000; font-weight: 400;text-transform: uppercase;}
.product-area .payne-product .product__title{margin-bottom:7px;}
.slider_collection .btnnn-shop {
    margin: inherit;
    position: relative;
    padding: 4px 12px;
    line-height: 26px;
    height: 35px;
    border: 1px solid #4c4b4b;
    margin-top: 10px;
    font-size: 14px !important;
    font-weight: 500;
    border-radius: 0px;
    display: inline-flex;
}
.tailoftravel button{
  background: #101010; color: #fff; border: 0px; padding: 5px 75px 5px 20px; font-size: 16px !important; text-transform: uppercase;}
  .tailoftravel button a{font-size:20px!important;font-weight:400;}
  .tailoftravel button a:hover{color:#c9c4c4;}
  .tailoftravel {position: relative;text-align: right;padding-right:75px;padding-bottom: 40px;
    }
    .top_headers{
      position: fixed;
      top: 0;
      z-index: 99;
      width:100%;
    }
    .top_headers marquee{
      color: #fff;
        height: 38px;
        line-height: 38px;
    }
    .top_headers marquee span{padding:0px 25px;}
  .product__inner.product-grid  .product__info{text-align:center;display:block;}
.them-logo{margin-top: -10px;}
  /******logo*****/
  /* .m-logo{margin-top: -40px;} */
  .m-logo{margin-top: -48px;}
  .visible-hide {display:none;}
  .ms-logo{margin-top:-3px; display:none;}
  .visible-show {display:block; }
/******logo*****/
.side_sticky{position: sticky;top:30%;}
.product-image .slick-next {
  top: 100%!important;
}
.product-gallery__nav-image .slick-next, .product-gallery__nav-image .slick-prev {z-index: 1; left:75px;}
.product_names{font-size:15px; font-weight:400; padding-top:10px; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;height:55px;}
.collapse.navbar-collapse .mainmenu .inner-menu .sub-menu li + li{margin-left:0px;}
.main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .sub-menu a{padding:2px 10px;font-size:14px !important;}
.main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .sub-menu{padding:10px 0;}
.textareaw{width:100%;}
.enquiry_btn{
  position: absolute;
  top:11%;right: 10%;
}
.enquiry_btn .btn.click_pop{
  color: #fff;background: #91121a;
}
.enquiry_btn .btn.click_pop:hover{
  color: #fff!important;
}
.lg-backdrop {
  z-index: 9999!important;
}
.videos_banner video{
  /* height: 255px; */
  width: 100%;
}
.category_heading h1{background: #e8e8e8;padding: 15px 10px;}
#productSection .no_products img{width:10%;margin:50px 0px;}
#productSection .no_products {
  color: #000000;
  font-size: 20px;
  background: #f4f4f4;
  height: auto;
  width: 90%;
  margin: auto;
  margin-top: -36px;
}
.top_banner_pdct {height: 300px;}
.image_sec{
  background: #e8e8e8;
    text-align: center;
}
.hand_writing_img img{margin-right:30px;rotate:-12deg;}
.nav-item.carticon{position: relative;}
.cartItemCounter{
  background: #000;
    height: 18px;
    width: 18px;
    color: #ffffff;
    line-height: 18px;
    font-size: 14px !important;
    text-align: center;
    position: absolute;
    top: -5%;
    right: -4%;
}
.accordion-body.reasonstbuy img{width:8%;}
.product-item video{width:100%;}
.tailoftravel button{position: relative;}
.products_itemscart{
  height:100%;display: inherit;width:100%;
}
.cart_details_bx ._p-add-cart{margin-top: 9px;}
.offcanvas-end{width:425px;}
.top_head_call{margin-top: 48px;}
.numbercall{font-size:16px !important;color:#fff;z-index:999;display: block;position: relative;}
.call_numt{
  height: 38px;
    line-height: 38px;
    text-align: center;
   
    /* width: 10%; */
    margin-left: 10px;
}
.call_numt a:hover{color:#fff;}
.heit_mq{height: 38px;}
.bg-dark.heit_mq .col-lg-10.col-md-10{width: 86%;}
.bg-dark.heit_mq .col-lg-2.col-md-2{width:14%;}
.numbercall{
  position: relative;
}
.numbercall::after {
  /* border-left: 1px solid #fff; */
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  background: #fff;
  height: 22px;
  width: 1px;
}

  .featured-product__info-inner.rotated-info {
    position:absolute;
    left: 0;
    top: auto;
    bottom: 65px;
    -webkit-transform: translate(-125px, -145px) rotate(-90deg);
    -moz-transform: translate(-125px, -145px) rotate(-90deg);
    -ms-transform: translate(-125px, -145px) rotate(-90deg);
    -o-transform: translate(-125px, -145px) rotate(-90deg);
    transform: translate(-125px, -145px) rotate(-90deg);
   } 

   .featured-product__info-inner.third_sec_img{position: absolute;bottom:0px;top: initial;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  
  }
.p_information_box .form-control{line-height: 2;}
.whatsappnum_checkou{font-size: 12px;}
.cards_designs, .no_warranty_cards {padding: 30px 12px 10px!important;}
.no_warranty_cards .cardNotAssigned{filter: blur(2px);}
.swiper.mySwiper-recent.swiper-initialized.swiper-horizontal .swiper-button-next:after, .swiper.mySwiper-recent.swiper-initialized.swiper-horizontal .swiper-button-prev:after{font-size: 25px;}
.warranty_claim_link{font-size: 13px !important;color: #ef2f2f;}
.warranty_claim_link:hover{font-size: 13px !important;
  color: #ef2f2f;}
  .product-details_qr p {
  font-size: 12px!important;
  line-height: 20px!important;
  margin-bottom: 12px!important;
  color: #fff;
}
.items_qty{position: absolute;
  top: 102px;
  left: 106px;}
.followus_foot{padding-right:5px;}
.shop-widget .widget-title{text-align: left;}
/*new css*/ 
.information_sec .first_box {
  border: 1px solid #a39a9a;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 10px;
  position: relative;
  background: #fff;
}
.information_sec .inners_bx {
  max-width: 35px;
  float: right;
}
.information_sec .first_box .radios_btn {
  float: left;
  width: 3% !important;
  height: 25px;
  margin-right: 5px;
}

.information_sec .payment-card-acc {
  background-color: rgb(185, 34, 41);
  color: #fff;
  border-radius:5px;
}
.information_sec .custom-radio {
  display: flex;
  align-items: center;
  gap:10px;
}
.information_sec .card-header:first-child {
   border-radius: 5px; 
}
.information_sec .ft-85 {
  font-size: 85px;
}
.information_sec .checkout-details{
  padding:10px;
  background-color: #fff;
  border-radius: 4px;
  /* box-shadow: 0px 0px 2px 1px; */
}
.information_sec .checkout-wrap{
  padding:60px 10px;
}
.information_sec .cartImg {
  height: 90px;
  width: 90px;
  padding-top: 3px;
  background-color: #e8e8e8;
  object-fit: cover;
  text-align: center;
}
.information_sec .cartImg img{
  width: 80px;
}
.information_sec .bdr_box {
  border: 1px solid #c00000;
  box-shadow: 1px 1px 1px #ccc;
  width: 100%;
}

.information_sec .update_cart {
  text-align: right;
  margin-top: 8px;
}
.dlvd a:hover{color:#fff;}
.information_sec .secure-details {
  padding: 0px;
  background-color: #fff;
  border-radius: 4px !important;
  /* box-shadow: 0px 0px 2px 1px; */
}
.p_information_box h3, .checkout-details h4{font-size:18px;}
.p_information_box .btn.btn-primary:hover{color:#000;}
.scroll-product-checkout .table-borderless{    border: 1px solid #ccc;
  background: #e8e8e8;}
.p_name_bx{width:200px;}
.secure-login-text{padding: 15px 25px;}
.secure-login-text h5{font-size: 18px;}

.color_picker{
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: block;
  margin:1.5px;
  border: 0px solid #e8e8e8;
}
.product_contect_text p{font-size:14px;}
.product_contect_text a{font-size: 14px !important; line-height: 20px; display: block;}
.product_contect_text a:hover{color:#a10002;}
.checkoutLoginBtn {
  font-size: 18px !important;
  height: 40px;
  padding: 5px 10px;
  width: 260px;
  display: block;
  text-align: center;
  line-height: 30px;
  padding-left: 10px;
  margin-top: 10px;
  background: #a10002;
  color:#fff;
  border-radius: 4px;
}
.checkout  .card {border-radius:4px!important;}
.add_newadrss{float: right;}
.p_information_box h3{margin-bottom: 0px;}
.gst_verify_bx{display: flex;}
.gst_verify_btn{
  margin: 0px 5px;
  border: 0px;
  background: #000;
  color: #fff;
  border-radius: 4px;
}
#collapseTwo_PreChecked .card-body{font-size: 14px;}
.mob_number_otp{text-align: -webkit-center;}
.received_otps_box p{margin-bottom: 0px;}
.mob_number_otp input{
  color: #504f4f;
  font-size: 16px !important;
  height: 38px;
  display: block;
  background: #e8e8e8;
  border: 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 10px;
  width: 100%;
  margin: 5px 0px 0px 0px;
}
.btn.btn-2.btnnn-shop{height:39px;line-height:28px;}
.btn.btn-2.btnnn-shop:hover{line-height:32px;}
.color_outer{border: 2px solid #939191;
  margin-left: 6px;}
  .qty_rs{color:#a10002!important;}
  .codOTPAuth .btn{border-radius:2px;padding:5px;}
.received_otps input{
  color: #504f4f;
  font-size: 16px !important;
  height: 38px;
  display: block;
  background: #e8e8e8;
  border: 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding-left: 10px;
  margin: 5px 0px 0px 0px;
}
.received_otps p{text-align: left;}
.received_otps_box{margin-top: 32px;}
.received_otps{
  text-align: -webkit-center;
}
.received_otps button, .tab-pane .btn{border-radius:2px;padding:5px;}
.applyFilter{border-radius:0px;padding: 0px;height:40px;}
.stky-product-card{border: 1px solid #821a23;}
.stky-product-card .clear-product{padding-left: 5px;}
.product-info-2-quantity{margin-right: 5px;}
.full-banner.banner-layout-3{padding-bottom: 67px;}
.p_information_box{background: #fff;padding:20px;border-radius:4px;}
.page-title-area.bg-color{margin-top: 25px;}
.mpro_prodct_n{text-align: center;}
.image_sec{position: relative;}
.mpro_icon{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
}
.scrolling{position:relative;}
.m_pro_lines{position:absolute;right: 2px;top:0px;}
.stickyShoppingCartContinueBtn{border-radius:0px;font-weight:400;}
.sub-menu li{
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #91121a;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.sub-menu li:hover {
  box-shadow: inset 400px 0 0 0 #91121a;
  color: #fff!important;
}
.main-navigation .mainmenu__item.menu-item-has-children > .inner-menu .sub-menu a:hover{color:#fff;}
#offcanvasRightLabel{margin-bottom: 8px !important;}
.scroll-product-checkout::-webkit-scrollbar {
  width: 8px;
}
.scroll-product-checkout::-webkit-scrollbar-track {
  background: #474747; 
  border-radius: 6px;
}

.scroll-product-checkout::-webkit-scrollbar-thumb {
  background: #bdbcbc; 
  border-radius: 6px;
}
.shopNow {
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #91121a;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.shopNow:hover {
  box-shadow: inset 400px 0 0 0 #91121a;
  border:#91121a;
  color: #fff!important;
}
.fbtImgSec{width: 30%;text-align: center;}
.shop-product p{font-size:14px;}

  #updateAddressform .form-check {
    min-height: 2.4375rem;padding-left: 2em;margin-right: 10px;
}


/*****new style**commimg soon**/
.styleactionm .product__price {
  line-height: 15px;
  text-align: center;
  height: 61px;
  position: relative;
}
.styleactionm .shopNow.btn-2.btnnn-shop {position: absolute;bottom: 0;left: 0;right: 0;margin: auto;width: fit-content;}
/*****new style**commimg soon**/
.shopNow.btn-2.btnnn-shop {border:0px;line-height: 26px;font-size:14px !important;}
.shopNow.btn-2.btnnn-shop:hover{line-height:26px!important;font-size:14px !important;border:0px;}
.slick-list .payne-product .product__inner .product__info{display: block;}
.mySwiperticket .swiper-button-next, .mySwiperticket .swiper-button-prev{z-index: 1;}
.badge.text-bg-primary{background-color:#C00000 !important;width:34%;font-size:14px !important;}
.socials{border-left:1px solid #fff;padding:1px 7px !important;}
.product-item video{height:167px;width: 100%;object-fit: cover;}
.product-gallery__wrapper .product-gallery__image video{height: 526px;
  /* width: 100%;object-fit: cover; */
}
.product-gallery__image{text-align: center;}
.mofisopro_products .banner-card-image{background: #e8e8e8;}
.mofisopro_products .swticher_circle input[type=radio]:checked ~ .radio-custom-label{top:-3px;}
.product-content{margin-top: 12px;}
.top_banner_pdct{background-repeat:no-repeat;background-size:cover; background-position:center;}
.returnExchangeBtn{font-size:12px!important;padding:5px 15px;margin:2px 0px;border-radius:0px;min-width:50% !important;border-right:1px solid #fff;}
.order_item_bdr button:focus{font-size:12px !important;}
.add_new_address button:hover{color: #91121a!important;}
.user_profile_bx ul li{padding-bottom:1px;}
.user_profile_bx ul li a{font-size: 14px !important;}
/* .product-gallery__nav-image .slick-list.draggable .item.slick-slide.slick-current.slick-active.first-active{
  margin-top:-5px; 
} */
.product-main-details .accordion_box p{font-size:14px;text-align:justify;}
.product-main-details .accordion_box ul {padding-left:30px;}
.product-main-details .accordion_box ul li{list-style: disc;font-size:14px;text-align: justify; }
.searchProductSection .swticher_circle input[type=radio]:checked ~ .radio-custom-label {left: 3px;top: -7px;}
.product_picture ul li{width:100px;display:inline-block;}
.preturn_exchange{width: 100%;}
.packages_origanal{margin-top:20px;}
.mr_10{margin-right: 10px;}
.bdr_right{border-right: 1px solid #ccc;}
.review_claim{padding: 15px 0px;margin-top: 20px;}
.review_claim h4{font-size: 18px;}
.btn.btnsubmitted{width:fit-content;}
.signup_log{text-align: center;}
.search_product .swticher_circle input[type=radio]:checked ~ .radio-custom-label {left:2px;top:-7px;}
.search_product .radio-custom {width:23px;height:23px;line-height:23px;}
.m_pro_lines img{width:35px;}
.page-title-area.bg-color{padding-block-end:35px;}
.return_and_exchange{display: flex;}
._3dOR_a, .deliverd_date{font-size:14px;color:#252525;}
.wishlistbdr{margin-bottom:18px;border-top:1px solid #9b9797;padding-top:25px;}
.wishlistbdr .text-start.wide-column h3 a{color: #4c4b4b;font-size:14px !important;font-weight:500;}
.wishlistbdr .product-thumbnail img{width:65%;}
.wishlistcolor{text-align:center; height:30px;width:30px;display:block;border-radius:20px;margin: auto;}
.product-remove{ cursor: pointer;
  border: 1px solid #313030;
  border-radius: 20px;
  width: 80%;
  margin: auto;
  margin-top: 8px;}
.text_left{text-align:left;}
.text_right{text-align:right;}
.privacypolicy{margin-bottom: 30px;}
.product__price .money, .product__price .sign{font-size:14px;font-weight:400;} 
.mySwiper-recent .product__title a{display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;}
/*****arrow  start---****/
.hand_writing_img .arrow {
  position: absolute;
  top: -66%;
  right:4%;
  transform: translate(-50%, -50%);
  transform: rotate(270deg);
  cursor: pointer;
  height: 100px;
}

.hand_writing_img .arrow span {
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  border-bottom: 5px solid white;
  border-right: 5px solid white;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.hand_writing_img .arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.hand_writing_img .arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
      opacity: 0;
      transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      transform: rotate(45deg) translate(20px, 20px);
  }
}

.order-lg-first .checkout{position: relative;}
.arrow_checkout{
  position: absolute;
  bottom: -6.5%;
  left: 32%;
  transform: translate(-50%, -50%);
  transform: rotate(270deg);
  cursor: pointer;
  height: 100px;
}

.arrow_checkout span {
  display: block;
  width: 1.2vw;
  height: 1.2vw;
  border-bottom: 4px solid white;
  border-right: 4px solid white;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow_checkout span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow_checkout span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
      opacity: 0;
      transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      transform: rotate(45deg) translate(20px, 20px);
  }
}

/*******arrow_enquire**********/
.arrow_enquire{
  position: absolute;
  bottom: -70.5%;
  right: 10%;
  transform: translate(-50%, -50%);
  transform: rotate(270deg);
  cursor: pointer;
  height: 100px;
}

.arrow_enquire span {
  display: block;
  width: 1.2vw;
  height: 1.2vw;
  border-bottom: 4px solid white;
  border-right: 4px solid white;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow_enquire span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow_enquire span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
      opacity: 0;
      transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      transform: rotate(45deg) translate(20px, 20px);
  }
}
/*****arrow  End---****/

/******Responcive********/
.lg-toolbar .lg-icon{position: relative;top:10%;padding-top: 10px;}
.lg-toolbar .lg-close:after {border: 1px solid #a9a5a5;border-radius: 50%;padding: 2px;font-size: 30px;}

@media only screen and (max-width: 768px) {
  .search_icons_box{width:25px;height:15px;}
  .search_icons_box img {width:80%;float:right;padding-right:5px;}
  .shop-toolbar.mb--50{margin-block-end:15px;}
  .shop-page-wrapper.pb-5.pt-50{padding-top:5px;}
  .footer .social-links ul{display:flex;}
  .main-navigation .nav-link.top_search{width:30%;padding-right:0px;}
  .top_search{text-align:right;}
  .product__image img {height: auto;width: 100%;}
  #cartItemCounter {top:-8px;position: absolute;}
  .page-banner-section {padding-top: 8px;padding-bottom: 50px;}
  .header-transparent {height: 75px;line-height:0px;margin-top:0px;}
  .user_profile_bx {width:100%!important;right:0%!important;left:0%!important;margin-top:20px!important;}
  .cookie-consent-modal {
    height: -webkit-fill-available !important;width: 100vw!important;background-color: rgba(0, 0, 0, 0.5)!important;position: fixed;
    bottom: 0;left: 0;z-index: 999;display: none;align-items: flex-end;
  }
  .cookie-consent-modal .content h1{font-size:20px;}
  .cookie-consent-modal .content p{line-height:18px;}
  .btns.cookie-consent-btn .btn {padding: 4px 0px 2px;}
  .inovative-content {text-align: center; width: 50%;}
  .inovative-content.pd_55 {padding-left: 0px;}
  .full-banner.banner-layout-3 .banner-contain h3 {font-size:26px;}
  .full-banner .banner-contain h4 {font-size:16px;}
  .inovative-content h4.text-red {font-size: 16px;padding-top: 18px;}
  .homepage-slider.mb--50{margin-block-end:9px;margin-top:40px;}
  .featured-product__info-inner.rotated-info {
    padding-block-start: 0;
    -webkit-transform: translate(-72px, -145px) rotate(-90deg);
    -moz-transform: translate(-72px, -145px) rotate(-90deg);
    -ms-transform: translate(-72px, -145px) rotate(-90deg);
    -o-transform: translate(-72px, -145px) rotate(-90deg);
    transform: translate(-72px, -145px) rotate(-90deg);
  }
  .page-title-area {margin-top: 25px;}
  .page-title-area .page-title {font-size:4rem;}
  .heading__secondary{text-align: center;}
  .product-area{text-align: center;}
  /* .slider-heroa .main-banner marquee{display:none;} */
  .blurOut{text-align: center;}
  .blurOut2{text-align: right;}
  .mySwiperticket {margin-bottom:1px;}
  .nee-prod-text p {padding-left:5px;line-height:18px;padding-top:5px;}
  .contact-area.mb--75{margin-block-end: 0px;}
  .contact-area.mb--75.ptb--80{padding-block-start: 1px;padding-block-end: 0px;}
  .first_box .radios_btn {width:14% !important;}
  .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {color: #91121a !important;}
.content_img_box{margin-bottom:50px;}
.main-navigation .mainmenu__link {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  display: block;
  line-height: 25px;
  padding: 2px 0px;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.product-image .slick-next {
  top: 45%!important;
  left:100%
}
.product-slide-nav.slick-center-bottom .slick-prev {
  left: -20px!important;
  top: 57%!important;;
}

}

