/******************************

INDEX:

    00 - Base - Global
    01 - Base - Typography

    02 - Utilities - Helper
    03 - Utilities - Common

    10 - Layout - Header
        10.00 - Header
        10.01 - Sticky Header
        10.02 - Header Site Info

    11 - Layout - Footer
    12 - Layout - Sidebar

    20 - Components - Banner
    21 - Components - Blog
        21.00 - Blog
        21.01 - Blog Details
        21.02 - Related Post

    22 - Components - Button
        22.00 - Global Button
        22.01 - Action Button
        22.02 - Close Button
        22.03 - Read More Button

   23 - Components - Carousel
        23.00 - Carousel Gutter
        23.01 - Slick Dot Margin Top 
        23.02 - Carousel Dots
        23.03 - Carousel Navs
        23.04 - Related Post Carousel

    24 - Components - Comment
    25 - Components - Form
        25.00 - Global Form
        25.01 - Newsletter Form
        25.02 - Search Form
        25.03 - Nice Select
        25.04 - Review Form
        25.05 - Cart Form

    26 - Components - Icon
    27 - Components - Mini Cart
    28 - Components - Modal
        28.00 - Quick View Modal
        28.01 - Search Form Popup

    29 - Components - Navigation
        29.00 - Main Navigation
        29.01 - Off Canvas Menu

    30 - Components - Product
        30.00 - Product
        30.01 - Proudct List
        30.02 - Feature Product
        30.03 - Best Sale Product
        30.04 - Product Summery
        30.05 - Product Variations
        30.05 - Product Variations

    31 - Components - Slider
    32 - Components - Table
    33 - Components - Tabs
        33.01 - Tab Style 01
        33.02 - Tab Style 02
        33.03 - User Dashboard tab
        33.04 - Tab Content

    34 - Components - Widget
        34.00 - Widget Title
        34.01 - Widget List
        34.02 - Widget Color
        34.03 - Tagcloud

    63 - Utilities - Color
    64 - Utilities - Spacing




******************************/
/*
    Defult Primary Color:       #002257
    Default Border Color:       #eeeeee
    Default Text Color:         #444444
    Default Heading Color:      #222222
    Default Body Font:          'Roboto', sans-serif

*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Slab:wght@100..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Roboto+Slab:wght@100..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Meow+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Italiana&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Slab:wght@900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.cdnfonts.com/css/beyond-infinity-demo');


/*****************************
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 {
  background-color: #000000;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "EB Garamond", serif }
 
@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-bottom: 18px; } }

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

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

@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: 0 0 10px; } }

p:last-child {
  margin-bottom: 0; }

p:only-child {
  margin-bottom: 0; }

blockquote:last-child {
  margin-bottom: 0; }

blockquote:only-child {
  margin-bottom: 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: #de960d;
  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; }

/*****************************
01 - Base - Typography
*****************************/
.heading__primary {
  line-height: 1; }
  @media (max-width: 61.94em) {
    .heading__primary {
      font-size: 4.2rem; } }

.heading__secondary {
  font-size: 40px;
  padding-bottom: 20px; }
  @media (max-width: 61.94em) {
    .heading__secondary {
      font-size: 35px; } }
  @media (max-width: 47.94em) {
    .heading__secondary {
      font-size: 30px; } }
  .heading__secondary:after {
    width: 35px;
    height: 5px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px; }
  .heading__secondary--sub {
    color: #979797; }

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

.lh-1 {
  line-height: 1; }

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

.container-fluid {
  padding-left: 120px;
  padding-right: 120px;
  z-index: 1; }

  @media (max-width: 93.6875em) {
    .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }

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

.item-overlay {
  left: 0;
  top: 0;
  width: 5%;
  height: 5%;
  background-color: #ffc1075c; }

.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-top, .border-bottom, .border-left, .border-right {
  border-color: #e5e5e5 !important; }

.border-color-2 {
  border-color: #585858; }

.bl-widget.post .inner .post-list, .blog__title, .form__fieldset, .feature-product__info p, .feature-product__title, .variation-form .product-color-variations .product-color-variation-btn {
  margin: 0; }

.nice-select:after {
  margin-top: 0;
 }

.ft-product-list .product-info .star-rating, .product-summary .product-rating .star-rating, .product-reviews .review__text .star-rating {
  margin-left: 0; }

.product-summary .product-footer-meta p span {
  margin-right: 0; }

.product-summary .product-footer-meta p span, .variation-form .variation-label, .breadcrumb, .quantity-label, .ft-product-list .product-size-swatch-btn, .ft-product-list .product-color-swatch-btn, .table, .payment-info p {
  margin-bottom: 0; }

.breadcrumb, .bl-widget.post .inner .post-list, .slick-dots li, .slick-dots li button, .newsletter-form__btn, .searchform__submit {
  padding: 0; }

.form__input.nice-select, .ft-product-list .product-info, .shop-toolbar .nice-select {
  padding-left: 0; }

.shop-toolbar .nice-select {
  padding-right: 0; }

.imgbg{
  position: absolute;
  left: 0;
  top:0;
  height: 100%;
  width: 50%;
}
.imgbg1{
  position:absolute;
  bottom: 0;
  right: 0;
  transform: translateX(-5%);
}
.header__inner{
  background-color: #000000;
}


.bl-widget.author {
  padding-bottom: 0; }

.item-overlay, .hamburger-icon span, .breadcrumb li:not(:last-child):after, .star-rating:before, .star-rating span, .star-rating span:before, .quantity .qtybutton, .footer-widget .taglist a:not(:last-child):after, .banner__info, .banner__link, .single-post__info blockquote:before, .btn-close, .slick-btn, .comment-avatar, .newsletter-form__btn, .searchform__submit, .cart-form .coupon .cart-form__btn, .mini-cart__close, .mini-cart__product-remove, .product-modal .close, .offcanvas-menu-wrapper .btn-close, .offcanvas-navigation .offcanvas-menu li > .menu-expand, .product-badge, .product-overlay, .product-size-swatch, .product-color-swatch, .ft-product .product-action, .ft-product-list .product-thumbnail-action, .best-sale-product__top-image, .product-gallery__actions {
  position: absolute; }

.heading__secondary:after, .product-color .action-btn span.current:after, .product-color-swatch-btn:after, .page-title-area:after, .blog__info:before, .variation-form .product-color-variations .product-color-variation-btn:after, .variation-form .reset_variations:before, .tab-style-1 .nav-link:after, .shop-widget .widget-title:after, .widget-list.category-list li a:after, .tagcloud a:after {
  position: absolute;
  content: ""; }

.heading__secondary, .wrapper, .scroll-to-top i, .scroll-to-top i:before, .hamburger-icon, .page-title-area, .breadcrumb li, .star-rating, .message-box, .quantity, .footer-widget .taglist a, .banner__inner, .banner__info--inner, .blog__media, .blog__info, .single-post__info blockquote, .element-carousel, .slick-dots, .slick-dots li, .comment .single-comment, .newsletter-form, .searchform, .cart-form .coupon, .mini-cart-wrapper, .mini-cart__product, .offcanvas-navigation .offcanvas-menu > li > a span, .offcanvas-navigation .offcanvas-menu li, .product-inner, .product-image, .product-size, .product-color, .product-color-swatch-btn, .ft-product .product-action-list .action-btn, .ft-product-list .product-image, .ft-product-list .product-size-swatch, .ft-product-list .product-color-swatch, .best-sale-product, .product-summary .product-large-image, .variation-form .product-color-variations .product-color-variation-btn, .variation-form .reset_variations, .homepage-slider, .tab-style-1 .nav-link, .tab-style-1 .nav-text, .shop-widget .widget-title, .widget-list li a, .tagcloud a, .checkout-title h2, .product-gallery__large-image, .product-gallery__image {
  position: relative; }

.slick-vertical-center .slick-btn, .slick-horizontal-center .slick-btn, .searchform__submit {
  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%); }

.single-post__info blockquote:before, .slick-center-bottom .slick-btn, .tab-style-1 .nav-link:after {
  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); }

.banner__link, .product-overlay, .ft-product-list .product-thumbnail-action, .variation-form .product-color-variations .product-color-variation-btn:after, .scroll-to-top i:before, .page-title-area:after, .comment-avatar {
  left: 0;
  top: 0; }

.heading__secondary:after, .global-overlay, .scroll-to-top i:after, .star-rating:before, .star-rating span, .star-rating span:before, .banner-info-left-center .banner__info, .slick-vertical-center .slick-prev, .slick-horizontal-center .slick-prev, .offcanvas-menu-wrapper.open .offcanvas-menu-inner, .product-badge, .shop-widget .widget-title:after {
  left: 0; }

.breadcrumb li:not(:last-child):after, .footer-widget .taglist a:not(:last-child):after, .banner-info-right-center .banner__info, .slick-vertical-center .slick-next, .slick-horizontal-center .slick-next, .newsletter-form__btn, .searchform--2 .searchform__submit, .nice-select:after, .cart-form .coupon .cart-form__btn, .mini-cart, .offcanvas-navigation .offcanvas-menu li > .menu-expand, .variation-form .reset_variations:before, .tagcloud a:after {
  right: 0; }

.global-overlay, .breadcrumb li:not(:last-child):after, .star-rating:before, .star-rating span, .star-rating span:before, .quantity .qtybutton, .footer-widget .taglist a:not(:last-child):after, .banner__info, .banner-info-top .banner__info, .newsletter-form__btn, .searchform--2 .searchform__submit, .nice-select:after, .cart-form .coupon .cart-form__btn, .mini-cart, .offcanvas-menu-wrapper .offcanvas-menu-inner, .product-badge, .best-sale-product__top-image, .tagcloud a:after {
  top: 0; }

.heading__secondary:after, .slick-center-bottom .slick-btn, .mini-cart, .shop-widget .widget-title:after {
  bottom: 0; }

a, button, .item-overlay, .global-overlay, .pagination li .page-number, .scroll-to-top i:before, .btn, .slick-dots li, .slick-dots li button, .related-post-carousel .slick-slide.last-active, .searchform__input, .product-modal .close, .custom-close i, .searchform__body, .offcanvas-menu-wrapper .offcanvas-menu-inner, .offcanvas-navigation .offcanvas-menu li > .menu-expand, .ft-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, .global-overlay, .mini-cart, .modal, .searchform__popup, .offcanvas-menu-wrapper .offcanvas-menu-inner, .product-size-swatch, .product-size-swatch-btn, .product-color-swatch, .product-color-swatch-btn, .ft-product-list .product-thumbnail-action, .tab-style-1 .nav-link:after {
  visibility: hidden;
  opacity: 0; }

.global-overlay.overlay-open, .blog__inner:hover .item-overlay, .mini-cart.open, .modal.show, .searchform__popup.open, .offcanvas-menu-wrapper.open .offcanvas-menu-inner, .product-size:hover .product-size-swatch, .product-size:hover .product-size-swatch-btn, .product-color:hover .product-color-swatch, .product-color:hover .product-color-swatch-btn, .ft-product-list .product-size-swatch, .ft-product-list .product-color-swatch, .ft-product-list .product-size-swatch-btn, .ft-product-list .product-color-swatch-btn, .ft-product-list:hover .product-thumbnail-action, .tab-style-1 .nav-link.active:after {
  visibility: visible;
  opacity: 1; }

.scroll-to-top i:after {
  position: absolute;
  font-family: fontAwesome;
  line-height: 1; }

.scroll-to-top, .star-rating, .star-rating span, .blog__media, .mini-cart-inner, .mini-cart__product-remove, .variation-form .product-color-variations .product-color-variation, .variation-form .product-size-variations .product-size-variation, .tab-style-1 .nav-tabs {
  overflow: hidden; }

.hamburger-icon, .quantity .qtybutton, .slick-dots li, .slick-dots li button, .slick-btn, .searchform__submit, .offcanvas-navigation .offcanvas-menu li > .menu-expand, .product-size-swatch-btn, .product-color-swatch-btn, .variation-form .product-color-variations .product-color-variation-btn {
  cursor: pointer; }

.tab-style-1 .nav-tabs, .tab-style-1 .nav-link {
  border-width: 0 0 0;
  border-style: solid;
  border-color: transparent;
  text-align: center; }

.tab-style-1 .nav-text {
  border-style: solid;
  border-color: transparent;
  display: inline-block; }

.cart-calculator__item--head, .cart-calculator__item--value {
  padding-top: 5px;
  padding-bottom: 15px;
  vertical-align: top;
  text-transform: capitalize;
  letter-spacing: 0; }

.product-size-swatch-btn, .product-color-swatch-btn {
  width: 60px;
  height: 45px; }
  @media (max-width: 93.6875em) {
    .product-size-swatch-btn, .product-color-swatch-btn {
      width: 52px; } }
  @media (max-width: 61.94em) {
    .product-size-swatch-btn, .product-color-swatch-btn {
      width: 50px;
      height: 40px; } }

.product-summary .product-footer-meta p span, .variation-form .variation-label {
  margin-right: 20px; }

.product-color .action-btn span.current:after, .product-color-swatch-btn:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  line-height: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.product-size-swatch-btn, .product-color-swatch-btn {
  transition-property: opacity, transform;
  transition-duration: .3s;
  transition-timing-function: ease; }
  .product-size-swatch-btn:nth-child(1), .product-color-swatch-btn:nth-child(1) {
    transition-delay: 50ms; }
  .product-size-swatch-btn:nth-child(2), .product-color-swatch-btn:nth-child(2) {
    transition-delay: 100ms; }
  .product-size-swatch-btn:nth-child(3), .product-color-swatch-btn:nth-child(3) {
    transition-delay: 150ms; }
  .product-size-swatch-btn:nth-child(4), .product-color-swatch-btn:nth-child(4) {
    transition-delay: 200ms; }

.border-radius, .btn, .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; }

.shop-products .row{

}
.breadcrumb, .shop-toolbar .nice-select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.bl-widget.author .inner .thumb img, .action-btn, .comment-avatar img, .variation-form .product-color-variations .product-color-variation-btn:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.quantity-input, .bl-widget, .form__input, .form__fieldset, .searchform--2 .searchform__input, .product-summary .product-navigation a, .variation-form .product-size-variations .product-size-variation-btn {
  border: 1px solid #494444; }

.bl-widget.author .inner .info .autor-meta span + span {
  border-left: 1px solid #484747; }

.bl-widget.author .inner .info .autor-meta, .cart-calculator__item.order-total {
  border-top: 1px solid #484747; }

.single-post__header {
  border-bottom: 1px solid #e5e5e5; }

.product-size-swatch-btn, .product-color-swatch-btn, .slick-dots li button, .form__legend, .newsletter-form__btn, .searchform__input, .searchform__submit, .searchform--2 .searchform__submit, .nice-select:after, .cart-form__input, .cart-form__btn, .tab-style-1 .nav-text, .shop-toolbar .nice-select {
  border: none; }

.pagination li .page-number.current, .pagination li .page-number:hover, .comment-info, .newsletter-form__input, .searchform__input, .table.compare-table tbody th, .table.compare-table tbody td {
  border-color: #e5e5e5; }

.pagination li .page-number, .comment-info, .newsletter-form__input, .searchform__input, .variation-form .product-color-variations .product-color-variation-btn {
  border-style: solid; }

.pagination li .page-number, .newsletter-form__input, .variation-form .product-color-variations .product-color-variation-btn {
  border-width: 1px; }

.comment-info, .searchform__input {
  border-width: 2px; }

/*-- Font --*/
.social__link, .slick-btn i, .comment-title, .comment-reply-title, .mini-cart__heading, .product-summary .product-price-wrapper span {
  font-size: 24px; }

.footer-widget .widget-title, .related-post__title, .btn, .mini-cart__product-title, .product-price-wrapper .new-price .money, .product-summary .product-navigation a, .slider-content__text p, .table.compare-table tbody .remove a, .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, .tab-style-1 .nav-link, .terms-condition-label a {
  font-size: 21px; }

.footer-widget .taglist a:not(:last-child):after, .searchform--2 .searchform__submit, .nice-select .current, .nice-select:after, .product-title, .product-price-wrapper .money, .shop-widget .widget-title {
  font-size: 16px; }

.star-rating, .quantity-label, .quantity-input, .footer-widget .footer-menu li a, .footer-widget .taglist span, .footer-widget .taglist a, .bl-widget.author .inner .info .autor-meta span, .banner__text-1, .banner__btn, .blog__meta .posted-on, .blog__meta .posted-by, .read-more-btn, .comment-author, .comment-date, .comment-reply-link, .form__label, .newsletter-form__input, .searchform--2 .searchform__input, .review-form-wrapper .rating i, .cart-form__btn, .offcanvas-navigation .offcanvas-menu li a, .product-price-wrapper .old-price .money, .product-short-description, .product-description p, .product-description__heading, .product-description ul li, .ft-product .product-inner .add-to-cart, .feature-product__btn, .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-style-2 thead th, .table.shop_attributes th, .table.shop_attributes td, .group-product-table tbody td.product-name h3, .group-product-table tbody td.product-price .product-price-wrapper > span, .widget-color a, .tagcloud a, .cart-calculator__item--head {
  font-size: 17px; }

.tooltip-inner, .bl-widget.author .inner .info .degne, .bl-widget.post .inner .post-list li a, .single-post__meta .posted-by span, .table thead th, .table th {
  font-size: 13px; }

.form__notes, .form__legend, .cart-form__input, .product-badge, .payment-info p, .product-reviews .review__published-date {
  font-size: 12px; }

.footer-widget .taglist span, .banner__title-1, .comment-reply-link, .review-form-wrapper .reply-title, .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, .product-price-wrapper .new-price .money, .variation-form .product-size-variations .product-size-variation-btn, .table tbody td.product-total-price .product-price-wrapper > span {
  font-weight: 600; }

.quantity, .footer-widget .widget-title, .single-post__info blockquote, .related-post__title, .form__label, .mini-cart__heading, .mini-cart__product-title, .product-price-wrapper .money, .feature-product__title, .feature-product__btn, .best-sale-product__heading--sub, .group-product-table tbody td.product-name h3, .shop-widget .widget-title, .terms-condition-label a {
  font-weight: 500; }

.single-post__title, .searchform__input, .offcanvas-navigation .offcanvas-menu li a, .product-title, .product-summary .product-title, .table thead th, .table th, .table.shop_attributes th, .cart-calculator__item--value .product-price-wrapper > span, .product-reviews .review__title {
  font-weight: 400; }

.heading__secondary--sub, .footer-widget .taglist a, .btn, .product-price-wrapper .old-price .money, .slider-content__text p {
  font-weight: 300; }

.single-post__meta .posted-by span, .comment-date {
  font-style: italic; }

.footer-widget .widget-title, .footer-widget .footer-menu li, .footer-widget .taglist a:not(:last-child):after, .product-slide-nav .slick-btn, .mini-cart__close .btn-close, .mini-cart__close .btn-close i, .mini-cart__product-remove, .feature-product__info p, .product-summary .product-title, .shop-widget .widget-title, .tagcloud a {
  line-height: 1; }

.page-title, .message-box, .product-slide-nav .slick-btn, .form__legend {
  width: auto; }

.product-slide-nav .slick-btn {
  height: auto; }

.banner__link, .product-overlay, .ft-product-list .product-thumbnail-action, .variation-form .product-color-variations .product-color-variation-btn:after, .global-overlay, .hamburger-icon, .page-title-area:after, .quantity-input, .banner__image img, .blog__inner:hover .item-overlay, .slick-dots li button, .form__input, .newsletter-form__input, .searchform__input, .searchform--2, .searchform--2 .searchform__input, .cart-form__input, .product-image--holder img, .group-product-table tr, .tab-style-1 .nav-link:after, .product-gallery__nav-image--single img, .product-gallery__large-image img {
  width: 100%; }

.banner__link, .product-overlay, .ft-product-list .product-thumbnail-action, .variation-form .product-color-variations .product-color-variation-btn:after, .global-overlay, .hamburger-icon, .page-title-area:after, .quantity-input, .quantity .qtybutton, .banner__info, .banner.h-100 .banner__inner, .banner.h-100 .banner__image,
.banner.h-100 .banner__image img, .blog__inner:hover .item-overlay, .slick-dots li button, .nice-select:after, .mini-cart-inner, .offcanvas-navigation, .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%; }

.bl-widget.post, .form__output, .searchform--2 .searchform__input, .ft-product-list .product-info {
  text-align: left; }

.product-size-swatch-btn, .product-color-swatch-btn, .scroll-to-top, .quantity-input, .quantity .qtybutton, .footer-widget .taglist, .bl-widget.author .inner, .single-post__info blockquote, .action-btn, .slick-dots, .slick-btn, .searchform__input, .nice-select:after, .offcanvas-navigation .offcanvas-menu li > .menu-expand, .best-sale-product__img, .product-summary .product-navigation a, .variation-form .product-size-variations .product-size-variation-btn, .table.compare-table tbody td {
  text-align: center; }

.heading__primary, .footer-widget .widget-title, .bl-widget.post .inner .post-list li a, .banner__btn, .blog__title, .btn, .review-form-wrapper .reply-title, .feature-product__btn, .table thead th, .table th, .table.compare-table tbody th, .shop-widget .widget-title, .payment-label {
  text-transform: none; }

.product-summary .product-footer-meta p span, .variation-form .variation-label, .offcanvas-navigation .offcanvas-menu li a, .table-style-2 thead th, .tab-style-1 .nav-link {
  text-transform: capitalize; }

.table.shop_attributes th, .table.shop_attributes td {
  text-transform: none; }

.banner__btn, .banner__btn:hover, .read-more-btn, .read-more-btn:hover, .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; }

.product-price-wrapper .old-price .money {
  text-decoration: line-through; }

.heading__secondary--main, .heading__secondary--sub, .pagination li .page-number, .scroll-to-top, .hamburger-icon, .hamburger-icon span, .star-rating, .bl-widget.author .inner .info .autor-meta span strong, .bl-widget.post .inner .post-list li a, .single-post__meta .posted-by span, .btn-close, .slick-dots li button, .searchform__submit, .searchform__submit i, .nice-select .current, .mini-cart__close .btn-close, .mini-cart__product-title, .offcanvas-menu-wrapper .btn-close, .offcanvas-navigation .offcanvas-menu li a, .ft-product .product-action a, .best-sale-product__heading--main, .best-sale-product__heading--sub, .variation-form .product-color-variations .product-color-variation-btn, .group-product-table tbody td.product-price .product-price-wrapper > span.product-price-old, .user-dashboard-tab__head .nav-link, .cart-calculator__item--value > span,
.cart-calculator__item--value > a, .checkout-title h2:after, .product-reviews .review__title {
  display: block; }

.product-size-swatch-btn, .product-color-swatch-btn, .pagination li .dot, .social__link, .bl-widget.author .inner .info .autor-meta span, .btn, .action-btn, .slick-dots li, .form__legend, .searchform--2 .searchform__submit, .icon-box, .product-badge, .product-price-wrapper .money, .product-color .action-btn span.current, .product-summary .product-navigation a, .product-summary .product-price-wrapper span, .variation-form .variation a, .widget-color a, .tagcloud a {
  display: inline-block; }

.scroll-to-top i:before, .scroll-to-top i:after, .action-btn i, .slick-btn i, .form__legend {
  line-height: inherit; }

.action-btn i {
  font-size: inherit; }

.two-column-list, .message-box, .related-post__inner, .searchform--2 .searchform, .mini-cart__product, .offcanvas-navigation, .ft-product-list .product-inner, .user-dashboard-tab, .cart-calculator__item, .product-gallery.vertical-slide-nav, .product-reviews .review__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.pagination, .breadcrumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.message-box, .single-post__header-meta, .comment-meta, .mini-cart__total, .product-info-bottom, .feature-product__inner, .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; }

.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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.two-column-list, .ft-product-list .product-inner, .feature-product__inner, .best-sale-product__inner, .cart-calculator__item, .product-gallery.vertical-slide-nav, .product-reviews .review__container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.searchform__body, .offcanvas-navigation, .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, .ft-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; }

.banner-info-right-center .banner__info, .banner-info-left-center .banner__info, .single-post__header-meta, .comment-meta, .mini-cart__total, .product-info-bottom, .ft-product-list .product-size, .ft-product-list .product-color, .feature-product__inner, .best-sale-product__inner, .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; }

/*-- 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-top: 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(41, 35, 35, 0.7);
  /* z-index: 1000;  */
}

/*-- Pagination --*/
.pagination li:not(:last-child) {
  margin-right: 20px; }

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


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

/*-- Tooltip --*/
.tooltip {
  margin-bottom: 5px; }
  @media (max-width: 47.94em) {
    .tooltip {
      display: none; } }
  .tooltip:hover {
    display: none; }
  .tooltip-inner {
    padding: 3px 10px; }
  .tooltip .arrow:before, .tooltip .arrow:after {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #000; }

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

/*-- Mailchimp Alerts --*/
.mailchimp-alerts div:not(:empty) {
  margin-top: 10px;
  margin-bottom: 10px; }

.mailchimp-alerts .mailchimp-error {
  color: #ff0606; }

.mailchimp-alerts .mailchimp-success {
  color: #4cbb6c; }

/*-- Scroll To Top --*/
.scroll-to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999;
  font-size: 20px;
  background-color: #292323;
  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 {
  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: #ffffff;
    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: 20px; }
  .hamburger-icon.open span:nth-child(6) {
    left: calc(50% - 2px);
    top: 20px; }

/*-- Breadcrumb --*/
.page-title {
  font-size: 36px;
  line-height: 1.2; }
  .page-title-area:after {
    
    z-index: 1; }
  .page-title-area-2 {
    height: 60rem; }
  .page-title-area * {
    z-index: 4; }
  @media (max-width: 47.94em) {
    .page-title {
      font-size: 22px; } }
  @media (max-width: 35.94em) {
    .page-title {
      margin-bottom: 10px; } }

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

/*-- 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: rgb(0, 0, 0);
    display: block; }
  .ft-preloader .ft-child {
    width: 20px;
    height: 20px;
    background-color: #DFBC63;
    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-left: auto;
  margin-right: auto;
  height: 14px;
  line-height: 14px;
  letter-spacing: 5px;
  width: 90px;
  font-family: 'LineAwesome';
  direction: ltr;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9a9a9a; }
  .star-rating:before {
    content: "\f318\f318\f318\f318\f318";
    float: left; }
  .star-rating span {
    color: #ffffff;
    float: left;
    padding-top: 15px;
    height: 0; }
    .star-rating span:before {
      content: "\f318\f318\f318\f318\f318"; }
  .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%; }

/*-- Contact Info --*/
.contact-info p {
  line-height: 1.9; }
  .contact-info p i {
    padding-right: 5px; }

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

/*-- Quantity --*/
.quantity {
  font-size: 20px;
  width: 106px;
  height: 43px;
  line-height: 41px; }
  .quantity-label {
    margin-right: 20px; }
  .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: #292323; }
    .quantity-input:-moz-placeholder {
      color: #292323; }
    .quantity-input::-moz-placeholder {
      color: #292323; }
    .quantity-input:-ms-input-placeholder {
      color: #292323; }
  .quantity .qtybutton {
    line-height: 43px;
    width: 14px;
    font-size: 14px;
    font-family: "Roboto Slab", 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: 20px; 
      color:#292323;}
    .quantity .qtybutton.dec {
      left: 20px;
      color:#292323; }

/*-- Social --*/
.social__link:not(:last-child) {
  margin-right: 5px; }

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

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

.error p {
  margin-bottom: 36px; }

@keyframes HTfadeInUp {
  from {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px); }
  to {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }

@-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); } }

.HTfadeInUp {
  -webkit-animation: HTfadeInUp 0.3s linear 0s;
  -moz-animation: HTfadeInUp 0.3s linear 0s;
  -ms-animation: HTfadeInUp 0.3s linear 0s;
  -o-animation: HTfadeInUp 0.3s linear 0s;
  animation: HTfadeInUp 0.3s linear 0s; }

/*****************************
10 - Layout - Header
*****************************/
/*-- 10.00 - Header --*/
.header .logo {
  display: block;
  z-index: 1;
  top: -2px; }
  .header .logo--transparent {
    height: 0;
    opacity: 0;
    visibility: hidden; }
  .header .logo--normal {
    height: auto;
    visibility: visible;
    opacity: 1; }
  .sticky-header .header .logo{
    display: block;
    position: relative;
    z-index: 0;
    top: 0px;
  }

.header__main-inner {
  position: relative;
  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-top: 10px;
  padding-bottom: 10px; }

.header__main-left {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 18%;
  -moz-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%; }
  @media (max-width: 47.94em) {
    .header__main-left {
      -webkit-flex-basis: 45%;
      -moz-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
      flex-basis: 45%; } }
.logo--normal img{
  width: 50%;
}
.sticky-header .logo {
  position: relative;
}
.sticky-header img{
  width: 40%;
}
.sticky-header .header__main-inner{
  padding-top: 0px;
  padding-bottom: 0px;
}
.header__main-center {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.header__main-right {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -moz-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  align-content: center;
  text-align: right; }


.header-toolbar {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1; }
  .header-toolbar--search-btn {
    margin-right: 50px; }
    @media (max-width: 74.9375em) {
      .header-toolbar--search-btn {
        margin-right: 30px; } }
    @media (max-width: 35.94em) {
      .header-toolbar--search-btn {
        margin-right: 20px; } }
    @media (max-width: 35.94em) {
      .header-toolbar--search-btn {
        margin-right: 10px; } }
  @media (max-width: 61.94em) {
    .header-toolbar--minicart-btn {
      margin-right: 30px; } }
  @media (max-width: 35.94em) {
    .header-toolbar--minicart-btn {
      margin-right: 20px; } }
  @media (max-width: 35.94em) {
    .header-toolbar--minicart-btn {
      margin-right: 10px; } }
  .header-toolbar--minicart-btn .toolbar-btn {
    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;
    margin-right: 15px; }
    .header-toolbar--minicart-btn .toolbar-btn span {
      display: inline-block;
      width: 15px;
      height: 15px;
      line-height: 13px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      font-size: 10px;
      border: 1px solid #fff;
      margin-left: -14px;
      margin-bottom: 12px;
      color: black;
      background: white;
    }
    
      .header-toolbar--minicart-btn .toolbar-btn span:hover {
        border-color: #de960d; }
  .header-toolbar__btn {
    font-size: 30px; 
    /*display: flex;*/
    align-items: center;
  }
  .header-toolbar--minicart-btn .user-name span{
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin-left: 10px;
  padding: 20px 0;
}
.header-toolbar--minicart-btn .user-name span:hover{
  color: #DE960D;
}
    @media (max-width: 35.94em) {
      .header-toolbar__btn {
        font-size: 25px; } }
    .header-toolbar__btn.menu-btn {
      width: 32px;
      height: 32px;
      line-height: 32px;
      text-align: center;
    display: inline-block; }
      @media (max-width: 35.94em) {
        .header-toolbar__btn.menu-btn {
          width: 30px;
          height: 30px;
          line-height: 30px; } }

/*-- 10.01 - Sticky Header --*/
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000000;
  -webkit-animation: fadeInDown 0.8s ease-in-out;
  -moz-animation: fadeInDown 0.8s ease-in-out;
  -ms-animation: fadeInDown 0.8s ease-in-out;
  -o-animation: fadeInDown 0.8s ease-in-out;
  animation: fadeInDown 0.8s ease-in-out;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0); }
  .sticky-header .header__top {
    display: none; }

/*-- 10.02 - Header Site Info --*/
.site-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }
  .site-info.vertical {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .site-info__item {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; }

/*****************************
11 - Layout - Footer
*****************************/
@media (max-width: 74.9375em) {
  .footer-widget .widget-title {
    font-size: 15px; } }

.footer-widget .footer-menu li:not(:last-child) {
  margin-bottom: 15px; }

.footer-widget .taglist a {
  font-style: italic;
  padding-left: 2px; }
  .footer-widget .taglist a:not(:last-child) {
    padding-right: 8px; }
    .footer-widget .taglist a:not(:last-child):after {
      content: '|'; }

.copyright-text {
  margin-bottom: 0; }
  .copyright-text i {
    color: red; }
    .copyright-text a{
      text-decoration: underline;
      color: #de960d;
    }
    .copyright-text a:hover{
      color: #a87613;
      text-decoration: none;
    }
/*****************************
12 - Layout - Sidebar
*****************************/
.bl-widget.author {
  padding: 29px 20px 0; }
  .bl-widget.author .inner .thumb img {
    width: 150px;
    height: 150px;
    margin-bottom: 16px; }
  .bl-widget.author .inner .info .degne {
    color: #a1a1a1;
    font-style: italic;
    margin-bottom: 6px; }
  .bl-widget.author .inner .info .autor-meta {
    margin: 0 -20px; }
    .bl-widget.author .inner .info .autor-meta span {
      color: #ffffff;
      padding: 10px 12px; }
      .bl-widget.author .inner .info .autor-meta span strong {
        color: #e7e7e7; }

.bl-widget.post {
  padding: 20px; }
  .bl-widget.post .inner .post-list {
    list-style: none;
    margin-bottom: -20px;
    margin-top: 30px; }
    .bl-widget.post .inner .post-list li {
      margin-bottom: 20px; }
      .bl-widget.post .inner .post-list li a {
        color: #f9f9f9;
        line-height: 20px;
        margin-bottom: 6px;
        transition: 0.4s; }
        .bl-widget.post .inner .post-list li a:hover {
          color: #ff5151; }
      .bl-widget.post .inner .post-list li span {
        color: #bab9be; }
        .bl-widget.post .inner .post-list li span i {
          padding-right: 6px; }

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

/*****************************
20 - Components - Banner
*****************************/
.banner__info--inner {
  z-index: 2; }
  .banner__info--inner.width-1 {
    width: 245px; }
  .banner__info--inner.width-2 {
    width: 195px; }
  .banner__info--inner.width-3 {
    width: 145px; }

.banner__title-1 {
  color: #010225;
  font-size: 30px;
  margin-bottom: 10px; }
  @media (max-width: 47.94em) {
    .banner__title-1 {
      font-size: 25px; } }

.banner__text-1 {
  color: #010225;
  line-height: 1.571; }

.banner__btn {
  color: #010225;
  line-height: 1.571; }

.banner__link {
  z-index: 1; }

/*****************************
21 - Components - Blog
*****************************/
/*-- 21.00 - Blog --*/
.blog__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); }

.blog__media {
  margin-bottom: 27px;
border-radius: 10px; }
  @media (max-width: 61.94em) {
    .blog__media {
      margin-bottom: 23px; } }
  .blog__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;
    border-radius: 10px; }

.blog__info {
  padding-left: 70px; }
  @media (max-width: 74.9375em) {
    .blog__info {
      padding-left: 60px; } }
  @media (max-width: 35.94em) {
    .blog__info {
      padding-left: 0; } }
  .blog__info:before {
    left: 35px;
    top: -56px;
    width: 8px;
    height: 60px; }
    @media (max-width: 74.9375em) {
      .blog__info:before {
        left: 30px; } }
    @media (max-width: 35.94em) {
      .blog__info:before {
        display: none; } }

.blog__title {
  line-height: 1.3; 
  font-size: 31px;}
  @media (max-width: 74.9375em) {
    .blog__title {
      font-size: 16px; } }

.blog__meta {
  margin: 8px 0 14px; }
  .blog__meta .posted-by {
    padding-left: 15px; }

.blog__desc {
  margin-bottom: 12px; }

/* Default styles */
.container-fluid .display-4 {
  font-size: 2.5rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .container-fluid .display-4 {
      font-size: 1.8rem;
  }

  .container-fluid .col-5,
  .container-fluid .col-6,
  .container-fluid .col-4 {
      max-width: 100%;
  }

  .container-fluid .row {
      align-items: center;
      text-align: left !important;
  }
  .subscribe .container-fluid .row {
    flex-direction: column;
    align-items: start;
    text-align: left !important;
}

  .btn {
      width: 100%;
      padding: 1rem 0;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 576px) and (max-width: 768px) {
  .container-fluid .display-4 {
      font-size: 2rem;
  }

  .container-fluid .col-5,
  .container-fluid .col-6,
  .container-fluid .col-4 {
      max-width: 90%;
  }

  .btn {
      width: 100%;
      padding: 1rem 0;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container-fluid .display-4 {
      font-size: 2.5rem;
  }

  .container-fluid .col-5,
  .container-fluid .col-6,
  .container-fluid .col-4 {
      max-width: 80%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container-fluid .display-4 {
      font-size: 3rem;
  }
}

/*-- 21.01 - Blog Details --*/
.single-post {
  margin-top: -315px;
  /* border-bottom: 2px solid #e5e5e5;  */
}
  @media (max-width: 61.94em) {
    .single-post {
      margin-top: -250px; } }
  @media (max-width: 47.94em) {
    .single-post {
      margin-top: -200px; } }
  .single-post__header {
    margin-bottom: 32px; }
    @media (max-width: 47.94em) {
      .single-post__header {
        margin-bottom: 20px; } }
  .single-post__title {
    font-size: 30px;
    line-height: 1.222;
    margin-bottom: 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-top: 12px;
    padding-bottom: 10px; }
  .single-post__info p:not(:last-child) {
    margin-bottom: 35px; }
    @media (max-width: 47.94em) {
      .single-post__info p:not(:last-child) {
        margin-bottom: 25px; } }
  .single-post__info blockquote {
    color: #191a1d;
    font-size: 28px;
    padding-top: 19px;
    margin-bottom: 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: "Roboto Slab", serif;
      line-height: 0;
      font-size: 140px;
      color: #191a1d;
      top: 6px; }
  @media (max-width: 47.94em) {
    .single-post__meta {
      margin-bottom: 22px; } }
  .single-post__meta .posted-by {
    border-bottom: 2px solid #585858;
    margin-bottom: 26px;
    padding-bottom: 30px; }
    @media (max-width: 47.94em) {
      .single-post__meta .posted-by {
        margin-bottom: 30px;
        padding-bottom: 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-left: 30px; }

/*****************************
22 - Components - Button
*****************************/
/*-- 22.00 - Global Button --*/
.btn {
  color: #ffffff;
  background-color: #312F30;
  padding: 20px 40px; }
  @media (max-width: 74.9375em) {
    .btn {
      padding: 16px 36px; } }
  @media (max-width: 61.94em) {
    .btn {
      padding: 12px 30px; } }
  @media (max-width: 47.94em) {
    .btn {
      padding: 3px 18px;
      width: 135px; } }
  .btn-size-md {
    padding: 16px 30px; }
    @media (max-width: 74.9375em) {
      .btn-size-md {
        padding: 12px 28px; } }
    @media (max-width: 61.94em) {
      .btn-size-md {
        padding: 10px 25px; } }
  .btn-size-sm {
    padding: 10px 30px;
    font-size: 16px;
    background:  rgb(214, 162, 127);
    font-weight: 400;}
  .btn-fullwidth {
    display: block;
    width: 100%; }
  .btn-outline {
    color: #010225;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: currentColor; }
  .btn-white {
    border-color: #ffffff; }
  .btn-shape-round {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px; }
  .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: #ff5151; }
  .btn-brc-2 {
    border-color: #585858; }
  .btn-color-primary {
    color: #ff5151; }
  .btn-bg-primary {
    background-color: #ff5151;
    border-color: #ff5151;
    color: #ffffff; }
    .btn-bg-info{
      background-color: #DE960D;
      border-color: #DE960D;
      color: #FFFFFF;
    }
  .btn:hover {
    background-color: #ffffff;
    border-color: #de960d;
    color: #2c2c2c; }
  .btn-hover-1:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ff5151; }
  .btn-hover-2:hover {
    background-color: #ff5151;
    border-color: #ff5151;
    color: #ffffff; }
    a.btn.btn-fullwidth.btn-bg-primary:hover {
      background: white;
  }
  .table-group-divider {
    border-top: 2px solid #504c4c;
}
/*-- 22.01 - Action Button --*/
.action-btn {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #737373;
  color: #737373;
  font-size: 22px; }

/*-- 22.02 - Close Button --*/
.btn-close {
  font-size: 30px;
  z-index: 5;
  line-height: 40px;
  height: 40px;
  opacity: 1;
  background: none; }

/*-- 22.03 - Read More Button --*/
.read-more-btn {
  line-height: 1.571; }

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

.slick-gutter-10.slick-vertical .slick-list {
  margin-left: 0;
  margin-right: 0;
  margin-top: -5px;
  margin-bottom: -5px; }
  .slick-gutter-10.slick-vertical .slick-list .slick-slide {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0; }

.slick-gutter-30 .slick-list {
  margin-left: -15px;
  margin-right: -15px; }
  .slick-gutter-30 .slick-list .slick-slide {
    padding-left: 15px;
    padding-right: 15px; }

.slick-gutter-30.slick-vertical .slick-list {
  margin-top: -15px;
  margin-bottom: -15px;
  margin-top: -5px;
  margin-bottom: -5px; }
  .slick-gutter-30.slick-vertical .slick-list .slick-slide {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0; }

/*-- 23.01 - Slick Dot Margin Top --*/
.slick-dot-mt-40 .slick-dots {
  margin-top: 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); }

/*-- 23.03 - Carousel Navs --*/
.slick-btn {
  width: 65px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  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-right: 1px solid #dfe9f0; }

.slick-center-bottom .slick-prev {
  margin-left: -34px;
  bottom: -30px; }
  @media (max-width: 35.94em) {
    .slick-center-bottom .slick-prev {
      left: 20px;
      margin-left: 0; } }

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

.product-slide-nav .slick-btn i {
  font-size: 17px;
  background: #de960d;
  border-radius: 28px;
  margin-left: 33px;
  color: white;
  padding: 5px; }

@media (max-width: 35.94em) {
  .product-slide-nav.slick-center-bottom .slick-btn {
    top: 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); }
    .product-slide-nav.slick-center-bottom .slick-btn .la-angle-up:before {
      content: '\f111'; }
    .product-slide-nav.slick-center-bottom .slick-btn .la-angle-down:before {
      content: '\f112'; } }

@media (max-width: 35.94em) {
  .product-slide-nav.slick-center-bottom .slick-prev {
    left: 20px;
    margin-left: 0; } }

@media (max-width: 35.94em) {
  .product-slide-nav.slick-center-bottom .slick-next {
    right: 0;
    left: auto;
    margin-right: 0; } }

/*-- 23.04 - Related Post Carousel --*/
.related-post-carousel .slick-list {
  padding: 0px 25% 0 0 !important; }
  @media (max-width: 61.94em) {
    .related-post-carousel .slick-list {
      padding: 0px 10% 0 0 !important; } }
  @media (max-width: 47.94em) {
    .related-post-carousel .slick-list {
      padding: 0px 30% 0 0 !important; } }
  @media (max-width: 35.94em) {
    .related-post-carousel .slick-list {
      padding: 0px 20% 0 0 !important; } }
  @media (max-width: 28.125em) {
    .related-post-carousel .slick-list {
      padding: 0px !important; } }

.related-post-carousel .slick-slide.last-active {
  opacity: .5; }
  @media (max-width: 47.94em) {
    .related-post-carousel .slick-slide.last-active {
      opacity: 1; } }

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

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

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

.comment .single-comment {
  margin-bottom: 20px; }

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

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

.comment-meta {
  margin-bottom: 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-right: 40px; }

.comment .children {
  margin-left: 20px; }

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

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

.form__input {
  height: 40px;
  padding-left: 10px;
  background-color: transparent;
  color: #fff; }
  .form__input--textarea {
    height: 100px; }
  .form__input.nice-select {
    width: 100%;
    height: 40px; }

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

.form__fieldset {
  padding: 15px; }

.form__legend {
  padding: 0 10px; }

.form.shipping-calculator-form .nice-select {
  margin-bottom: 10px; }

/*-- 25.01 - Newsletter Form --*/
.newsletter-form__input {
  height: 40px;
  padding-left: 10px;
  padding-right: 100px; }
  .newsletter-form__input::-webkit-input-placeholder {
    font-size: 13px;
    font-style: italic; }
  .newsletter-form__input:-moz-placeholder {
    font-size: 13px;
    font-style: italic; }
  .newsletter-form__input::-moz-placeholder {
    font-size: 13px;
    font-style: italic; }
  .newsletter-form__input:-ms-input-placeholder {
    font-size: 13px;
    font-style: italic; }

.newsletter-form__btn {
  height: 40px;
  padding-left: 12px;
  padding-right: 12px; }

/*-- 25.02 - Search Form --*/
.searchform {
  width: 800px; }
  @media (max-width: 61.94em) {
    .searchform {
      width: 700px; } }
  @media (max-width: 47.94em) {
    .searchform {
      width: 95%; } }
  .searchform__input {
    color: #232324;
    border-color: #232324;
    font-size: 30px;
    background-color: #ffffff;
    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: 5px;
    color: #000;
    font-size: 30px;
    height: 30px; }
    .searchform__submit i {
      font-size: 35px; }
  .searchform--2 .searchform__input {
    height: 40px;
    padding: 0 10px; }
  .searchform--2 .searchform__submit {
    padding: 5px 10px;
    height: 40px;
    transform: translate(0); }

/*--- 25.03 - Nice Select --*/
.nice-select {
  padding-right: 0; }
  .nice-select .current {
    padding-left: 10px; }
  .nice-select:after {
    font-family: 'LineAwesome';
    content: '\f110';
    width: 40px;
    color: black;
    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;
    color: #000000;
    background-color: #FFFFFF;
  }
  .nice-select .option.focus,
.nice-select .option.selected.focus
{
  background-color: #000000;
  color: #DE960D;
}
.nice-select .option:hover {
  background-color: #000000;
    color:  #DE960D;
}
/*--- 25.04 - Review Form --*/
.review-form-wrapper .reply-title {
  color: #262626; }

.review-form-wrapper .rating i {
  color: #979797; }

/*-- 25.05 - Cart Form --*/
.cart-form__input {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  color: #292323;
  background-color: transparent; }
  .cart-form__input::-webkit-input-placeholder {
    color: #ffffff; }
  .cart-form__input:-moz-placeholder {
    color: #ffffff; }
  .cart-form__input::-moz-placeholder {
    color: #ffffff; }
  .cart-form__input:-ms-input-placeholder {
    color: #292323; }

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

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

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

.slider-icon{
  bottom: 24%;
}
.slider-icon2{
  bottom: -9%;
}

/*****************************
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-top: 5rem; }
  .mini-cart__close {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 20px; }
    .mini-cart__close .btn-close i {
      font-size: 40px; }
  .mini-cart-inner {
    padding: 5rem; }
  .mini-cart__list {
    max-height: 300px;
    overflow: auto;
    margin-right: -70px;
    padding-right: 70px;
    margin-bottom: 30px; }
    @media (max-width: 35.94em) {
      .mini-cart__list {
        margin-bottom: 20px; } }
  .mini-cart__product:not(:last-child) {
    margin-bottom: 30px; }
  .mini-cart__product-remove {
    font-size: 20px;
    height: 20px;
    width: 20px;
    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-left: 20px;
    padding-right: 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-left: 10px; } }
  .mini-cart__product-title {
    margin: 0 0 5px; }
  .mini-cart__total {
    margin-bottom: 30px; }
    .mini-cart__total span {
      font-size: 30px; }

/*****************************
28 - Components - Modal
*****************************/
/*-- 28.00 - Quick View Modal --*/
.modal {
  display: block !important;
  z-index: -9;
  padding-right: 0 !important; }

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

.product-modal .modal-dialog {
  max-width: 100%;
  width: 1125px;
  margin: 75px auto 50px;
  background: #fff; }
  @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-content {
  border: none;
  border-radius: 0;
  background-color: transparent; }

.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-right: -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: rgb(49 47 48);;
  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-bottom: 15px;
    color: #ffffff;
    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 > a {
    padding-right: 30px;
    padding-left: 30px; } }

@media (min-width: 75em) {
  .main-navigation .mainmenu__item > a {
    padding-right: 40px;
    padding-left: 40px; } }

.main-navigation .mainmenu__item:first-child > a {
  padding-left: 0; }

.main-navigation .mainmenu__item a span:hover{
  color: rgb(222, 150, 13) !important
}
.main-navigation .mainmenu__item a span{
  font-family: "Roboto Slab", serif;
}
.main-navigation .mainmenu__item:last-child > a {
  padding-right: 0; }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item > a {
    position: relative; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item > a:before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 70px;
    top: 100%; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.active > a {
    color: #ff5151; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul {
    position: absolute;
    left: 0;
    top: 150%;
    background: #fff;
    margin-top: 30px;
    min-width: 270px;
    z-index: 9;
    pointer-events: none;
    -webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    white-space: -moz-nowrap;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul li a {
    color: #292323;
    display: block; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul li a:not(.megamenu-title) .mm-text {
    position: relative; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul li a:not(.megamenu-title) .mm-text:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 0;
    height: 1px;
    left: auto;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -moz-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -ms-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background-color: #ff5151; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul li a:hover {
    color: #ff5151; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul li a:hover:not(.megamenu-title) .mm-text:after {
    width: 100%;
    left: 0;
    right: auto; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu {
    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;
    white-space: -moz-nowrap;
    white-space: nowrap;
    padding: 30px 45px;
    margin-top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); } }

@media (min-width: 75em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu {
    padding: 30px 65px; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu.two-column > li {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu.three-column > li {
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu.four-column > li {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    min-width: 240px; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu.five-column > li {
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu > li {
    min-width: 215px;
    text-align: left; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu > li a {
    margin: 5px 0;
    display: inline-block;
    font-size: 14px;
    line-height: 20px; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu > li a.megamenu-title {
    text-transform: capitalize;
    color: #292323;
    font-size: 18px;
    position: relative;
    margin-bottom: 20px; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu > li a.megamenu-title:hover {
    color: #ff5151; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul.megamenu > li a.megamenu-title .mm-text:after {
    position: absolute;
    content: '';
    background-color: #ff5151;
    width: 50%;
    height: 2px;
    bottom: -10px;
    left: 0; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu {
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    padding: 30px 35px;
    z-index: 99999;
    position: absolute;
    width: 210px;
    min-width: 210px;
    left: -35px; } }

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

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu li a {
    padding: 5px 0;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children > ul.sub-menu .sub-menu {
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 24px 0px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding: 30px 35px;
    width: 210px;
    min-width: 210px;
    left: 100%;
    top: 30px;
    margin-top: 0;
    visibility: hidden;
    opacity: 0; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu__item.menu-item-has-children:hover > ul {
    pointer-events: visible;
    top: 100%;
    visibility: visible;
    opacity: 1; } }

.main-navigation .mainmenu__item.megamenu-holder {
  position: static; }

@media (min-width: 62em) {
  .main-navigation .mainmenu__link {
    color: #373737;
    font-size: 16px;
    font-weight: 600;
    display: block; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu li {
    position: relative; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu li .sub-menu {
    display: block;
    background: #fff; } }

@media (min-width: 62em) {
  .main-navigation .mainmenu li ul {
    -webkit-transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66);
    -moz-transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66);
    -ms-transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66);
    -o-transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66);
    transition: all 0.3s cubic-bezier(0.07, 0.81, 0.96, 0.66); } }

/*-- 29.01 - Off Canvas Menu --*/
.offcanvas-menu-wrapper .offcanvas-menu-inner {
  position: fixed;
  left: -265px;
  width: 265px;
  height: 100%;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px; }

  .heading__tertiary{
    font-size: 40px;
  }

.offcanvas-menu-wrapper .btn-close {
  top: 25px;
  right: 28px;
  z-index: 100; 
  color: #bbbaba
}

.offcanvas-navigation {
  padding-top: 60px; }
  .offcanvas-navigation .offcanvas-menu li {
    border-bottom: 1px solid #e5e5e5; }
    .offcanvas-navigation .offcanvas-menu li > .menu-expand {
      top: -1px;
      width: 50px;
      height: 100%;
      line-height: 50px;
      margin-right: 4px;
      color: #999999; }
    .offcanvas-navigation .offcanvas-menu li a {
      color: #ffffff;
      padding: 15px 0;
      line-height: 1; }
    .offcanvas-navigation .offcanvas-menu li .sub-menu {
      padding-left: 10px; }
      .offcanvas-navigation .offcanvas-menu li .sub-menu li:last-child {
        border-bottom-width: 0px; }
    .offcanvas-navigation .offcanvas-menu li.menu-open > .menu-expand i:before {
      content: '\f113'; }
    .offcanvas-navigation .offcanvas-menu li:hover > a {
      color: #de960d !important; }
    .offcanvas-navigation .offcanvas-menu li:hover > .menu-expand {
      color: #de960d !important; }
  .offcanvas-navigation .site-info {
    margin-bottom: 35px;
    margin-top: auto; }

/*****************************
30 - Components - Product
*****************************/
/*-- 30.00 - Product --*/
.product-image {
  margin-bottom: 22px; }

.item{
  width: 0;
}

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

.product-title {
  margin-bottom: 6px; }

.product-price-wrapper {
  line-height: 1.5; }
  .product-price-wrapper .new-price .money {
    margin-right: 20px; }

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

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

.product-description ul li {
  line-height: 20px; }
  .product-description ul li:not(:last-child) {
    margin-bottom: 14px; }
  .product-description ul li i {
    padding-right: 10px; }

.product-size-swatch {
  bottom: 100%; }
  .product-size-swatch-btn {
    background-color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1px; }
    .product-size-swatch-btn.clicked {
      background-color: white; }

.product-color .action-btn span.current {
  text-indent: -999999px; }

.product-color-swatch {
  bottom: 100%; }
  .product-color-swatch-btn {
    background-color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1px;
    text-indent: -999999px; }
    .product-color-swatch-btn.clicked {
      background-color: white; }



.ft-product .product-inner .add-to-cart {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px); }


.ft-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); }

.ft-product .product-inner:hover .add-to-cart {
  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); }

.ft-product .product-action {
  left: 20px;
  bottom: 20px; }
  .ft-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; }
    .ft-product .product-action a:not(:last-child) {
      margin-bottom: 10px; }
    .ft-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; }
    .ft-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; }
  .ft-product .product-action-list .action-btn {
    background-color: #8a8a8a;
    margin-right: 4px;
    height: 50px; }
  .ft-product .product-action-list .btn-small {
    height: 44px;
    line-height: 44px; }

/*-- 30.01 - Proudct List --*/
.ft-product-list .product-image {
  -webkit-flex-basis: 270px;
  -moz-flex-basis: 270px;
  -ms-flex-preferred-size: 270px;
  flex-basis: 270px;
  max-width: 270px; }
  @media (max-width: 47.94em) {
    .ft-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) {
    .ft-product-list .product-image {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

.ft-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); }

.ft-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-left: 40px; }
  @media (max-width: 47.94em) {
    .ft-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-left: 30px; } }
  @media (max-width: 35.94em) {
    .ft-product-list .product-info {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      padding-left: 0;
      padding-top: 30px; } }

.ft-product-list .product-size-swatch, .ft-product-list .product-color-swatch {
  bottom: auto;
  left: auto; }
  .ft-product-list .product-size-swatch-btn, .ft-product-list .product-color-swatch-btn {
    background-color: #F6F6F6;
    height: 50px;
    line-height: 50px;
    border: 4px solid white;
    cursor: pointer;
    transition: border-color 0.3s ease;
  
  }
  .ft-product-list .product-color-swatch-btn:hover,.ft-product-list .product-color-swatch-btn.active{
    border: 4px solid #DE960D;
  }

.ft-product-list .product-title {
  font-size: 28px;
  line-height: 34px; }
  @media (max-width: 61.94em) {
    .ft-product-list .product-title {
      font-size: 24px;
      line-height: 28px; } }

.ft-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 --*/
.feature-product {
  padding: 30px 40px; }
  @media (max-width: 47.94em) {
    .feature-product {
      padding: 25px 30px; } }
  .feature-product__inner {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px; }
    @media (max-width: 61.94em) {
      .feature-product__inner {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (max-width: 47.94em) {
      .feature-product__inner {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 20px; } }
  .feature-product__image {
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%; }
    @media (max-width: 47.94em) {
      .feature-product__image {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        order: 1; } }
  .feature-product__info {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%; }
    @media (max-width: 47.94em) {
      .feature-product__info {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        order: 2; } }
  .feature-product__title {
    color: #221f26;
    font-size: 7.2rem;
    line-height: 1.1; }
    @media (max-width: 61.94em) {
      .feature-product__title {
        font-size: 6rem; } }
  .feature-product__btn {
    color: #333333;
    border-bottom: 1px solid #8e9898; }

/*-- 30.03 - Best Sale Product --*/
.best-sale-product {
  padding: 60px; }
  @media (max-width: 61.94em) {
    .best-sale-product {
      padding: 30px; } }
  .best-sale-product__img {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-top: -30px; }
    @media (max-width: 74.9375em) {
      .best-sale-product__img {
        max-width: 45%;
        -webkit-flex-basis: 45%;
        -moz-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%; } }
    @media (max-width: 35.94em) {
      .best-sale-product__img {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: 5%;
        margin-top: 0; } }
  .best-sale-product__info {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
    @media (max-width: 74.9375em) {
      .best-sale-product__info {
        max-width: 55%;
        -webkit-flex-basis: 55%;
        -moz-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
        padding-left: 2%; } }
    @media (max-width: 61.94em) {
      .best-sale-product__info {
        padding-top: 55px;
        padding-bottom: 40px; } }
    @media (max-width: 35.94em) {
      .best-sale-product__info {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: 5%;
        padding-top: 0; } }
  .best-sale-product__heading--main {
    line-height: 0.22;
    font-family: "Abril Fatface", cursive;
    font-size: 100px;
    color: rgba(1, 2, 37, 0.102); }
    @media (max-width: 103.125em) {
      .best-sale-product__heading--main {
        font-size: 80px; } }
    @media (max-width: 93.6875em) {
      .best-sale-product__heading--main {
        font-size: 70px; } }
    @media (max-width: 61.94em) {
      .best-sale-product__heading--main {
        font-size: 55px; } }
    @media (max-width: 47.94em) {
      .best-sale-product__heading--main {
        font-size: 50px; } }
  .best-sale-product__heading--sub {
    font-size: 50px;
    color: #010225; }
    @media (max-width: 103.125em) {
      .best-sale-product__heading--sub {
        font-size: 40px; } }
    @media (max-width: 93.6875em) {
      .best-sale-product__heading--sub {
        font-size: 35px; } }
    @media (max-width: 61.94em) {
      .best-sale-product__heading--sub {
        font-size: 30px; } }
    @media (max-width: 47.94em) {
      .best-sale-product__heading--sub {
        font-size: 25px; } }
  .best-sale-product__desc {
    color: #010225;
    max-width: 56%; }
    @media (max-width: 103.125em) {
      .best-sale-product__desc {
        max-width: 68%; } }
    @media (max-width: 61.94em) {
      .best-sale-product__desc {
        max-width: 90%; } }
  .best-sale-product__top-image {
    right: 9%; }
    @media (max-width: 103.125em) {
      .best-sale-product__top-image {
        right: 5%; } }
    @media (max-width: 74.9375em) {
      .best-sale-product__top-image {
        right: 0; }
        .best-sale-product__top-image img {
          width: 70%; } }
    @media (max-width: 61.94em) {
      .best-sale-product__top-image {
        display: none; } }

/*-- 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-left: 5px; }

.product-summary .product-title {
  font-size: 35px; }
  @media (max-width: 74.9375em) {
    .product-summary .product-title {
      font-size: 30px; } }
  @media (max-width: 47.94em) {
    .product-summary .product-title {
      font-size: 25px; } }

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

/*-- 30.05 - Product Variations --*/
.variation-form .variation {
  float: left;
  margin-right: 5px; }

.variation-form .product-color-variations .product-color-variation {
  clear: both; }
  .variation-form .product-color-variations .product-color-variation-btn {
    text-indent: -99999px;
    width: 45px;
    height: 45px;
    border-color: transparent; }
    .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; }
  .variation-form .product-size-variations .product-size-variation-btn {
    width: 58px;
    height: 43px;
    line-height: 43px; }
    @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-right: 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; }

/*****************************
31 - Components - Slider
*****************************/
.homepage-slider .single-slide {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center; }
  .homepage-slider .container-fluid{
    padding-left: 0;
    padding-right: 0;
  }
  /* @media (max-width: 109.375em) {
    .homepage-slider .single-slide {
      height: 745px; } }
  @media (max-width: 100em) {
    .homepage-slider .single-slide {
      height: 590px; } }
  @media (max-width: 61.94em) {
    .homepage-slider .single-slide {
      height: 500px; } }
  @media (max-width: 497cm) {
    .homepage-slider .single-slide {
      padding-top: 0px;
      padding-bottom: 0px; } } */

.homepage-slider {
  position: relative; /* Ensure the slider container is relative */
}

.homepage-slider .row{
  --bs-gutter-x: 0px;
}

.florine {
  position: relative;
  bottom: 80px;
  right: 170px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.img_logo img{
  position: absolute;
  width: 120px;
  height: 120px;
  background-size: cover;
  filter: brightness(1.5) contrast(1.5);
  bottom: 72px;
  right: 62px;
}

.logo_circle_text {
  position: absolute;
  width: 180px;
  height: 180px;
  bottom: 31px;
  right: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transform: rotate(-15deg); /* Adjust rotation as needed */
  animation: rotateText 10s linear infinite;
}

.logo_circle_text span {
  position: absolute;
  font-size: 1.7rem;
  color: #ffffff;
  transform: rotate(var(--angle)) translate(95px);
  transform-origin: center;
}

/* Keyframes for rotating text */
@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* .header-toolbar__item{
  margin-right: 15px;
} */
.slider-content__text { 
  margin-top: 30px;
  margin-left: -22px;
  padding-right: 15px;
  float: right; }
  .slider-content__text.border-color-2 {
    border-color: #585858; }
  @media (max-width: 35.94em) {
    .slider-content__text {
      border: none; } }
  .slider-content__text p {
    color: #010225;
    line-height: 1.4; }
    @media (max-width: 74.9375em) {
      .slider-content__text p {
        font-size: 16px; } }
    @media (max-width: 61.94em) {
      .slider-content__text p {
        font-size: 15px; } }

.slider-content__btn {
  padding-left: 30px; }

.slider-content__icon{
  padding-left: 15px;
  padding-right: 20px;
}
.slider-content__icon2{
  display: flex;
}
.slider-content__icon i{
  color: #de960d;   
  font-size: 35px;
  padding-bottom: 20px;
}
.slider-content__icon2 i{
  color: #e8b08b;   
  font-size: 30px;
  padding-bottom: 20px;
}
/* blog details css start */
.sr-only{
  margin-top: 100px;
}
.single-post__header {
  border-bottom: 1px solid #484646;
}
#dashboard a{
  color: #de960d;
}
.detail_header{
  color: #de960d;
    font-size: 26px;
}
.single-post__info blockquote:before {
  content: '\0022';
  font-family: "Roboto Slab", serif;
  line-height: 0;
  font-size: 140px;
  color: #ffffff;
  top: 6px;
}
.single-post__info blockquote {
  color: #ffffff;
  font-size: 28px;
  padding-top: 19px;
  margin-bottom: 29px;
  line-height: 1.357;
}
.single-post {
  margin-top: -315px;
  /* border-bottom: 2px solid #494646; */
}
.comment-info{
  border-color: #494545;
}

.btn-size-sm {
  padding: 10px 18px;
  font-size: 14px;
  background-color: #de960d;
  border-color: #de960d;
}
.btn-size-sm:hover {
  background-color: white !important;
  color: black !important;
  border-color: #de960d !important;
}

/* check out page btn color change */
button.btn.btn-size-md.btn-fullwidth {
  background: #de960d;
}
.btn-sm {
  padding: 10px 18px;
  font-size: 14px;
}
.btn-sm:hover {
  background-color: white !important;
  color: black !important;
  border-color: #DE960D !important;
}
button.btn.btn-size-md.btn-fullwidth:hover {
background: #ffffff;
color:black;
border-color:#de960d;
}
/* check out page color change */

/* contact us page css */

button.btn.btn-shape-round.form__submit {
  padding: 15px 30px;
  background-color: #de960d;
  border-color: #de960d;
}
button.btn.btn-shape-round.form__submit:hover {
  /* color: #e8b08b !important; */
  border-color: #de960d !important;
  background-color: white;
  color: black;
}
.btn-shape-round {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 5px; }
/* contact us page css end */
/* mediaqyuery */

.col-lg-4.col-md-5.mb-sm--30.get-in {
border: 1px solid #8888;
}
button.btn.btn-shape-square.btn-size-sm:hover {
color: #000000 !important;
font-weight: 500;
border-color: #de960d !important;
}
a.btn.btn-size-md:hover {
color: #000000 !important;
border-color: #DE960D;
background-color: #ffffff;
}
a.btn.btn-size-md {
border-color: #DE960D;
background-color: #DE960D;
color: white;
font-weight: 400;
font-size: 16px;
padding: 10px 18px;
}
.icon_box{
  padding-top: 30px;
}
.product-size table th {
  padding: 13px 0;
  letter-spacing: 1px;
  border: 0px solid #e5e5e5;
  vertical-align: middle;
  font-size: 18px;
}
.product-care ul{
  list-style: disc;
}
.t4s-table-res-df{
  margin-top: 30px;
  margin-bottom: 30px;
}
.t4s-table-res-df table{
  border: 1px solid #6a6a6a;
}
.icon_box2{
  padding-right: 25px;
  padding-left: 25px;
}
.widget:not(:empty):not(:last-child) {
  margin-bottom: 50px;
}
.t4s-col-item {
  flex: 0 0 auto;
}
.t4s-col-item {
  padding-right: calc(var(--ts-gutter-x)* .5);
  padding-left: calc(var(--ts-gutter-x)* .5);
  margin-top: var(--ts-gutter-y);
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.t4s-widget-category .t4s-product-categories {
  max-height: 250px;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 30px;
}
.t4s-widget>ul {
  padding-left: 0;
  margin-bottom: 0;
}
.t4s-product-categories .t4s-cat-item {
  text-align: left;
}
.t4s-product-categories .t4s-cat-item {
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  color: white;
}
.t4s-facets__form .t4s-facet .t4s-facet-content .t4s-current-scrollbar {
  max-height: 200px;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 30px;
}

/* WebKit-based browsers (Chrome, Edge, Safari) */
.t4s-current-scrollbar::-webkit-scrollbar {
  width: 5px;
}

.t4s-current-scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}

.t4s-current-scrollbar::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 8px;
}

.t4s-current-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Firefox */
.t4s-current-scrollbar {
  scrollbar-width: thin; /* Thin scrollbar */
  scrollbar-color: #888 #f1f1f1; /* Thumb and track colors */
}

.t4s-current-scrollbar:hover {
  scrollbar-color: #555 #f1f1f1; /* Darker thumb on hover */
}
.simplebar-track {
    background: #f1f1f1;
}

.simplebar-scrollbar::before {
    background: #888;
    border-radius: 8px;
}

.simplebar-scrollbar:hover::before {
    background: #555;
}


/* WebKit-based browsers (Chrome, Edge, Safari) */
.t4s-product-categories::-webkit-scrollbar {
  width: 5px;
  border-radius: 8px; /* Border-radius for the scrollbar body */
}

.t4s-product-categories::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px; /* Rounded corners for the scrollbar track */
}

.t4s-product-categories::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 8px; /* Rounded corners for the scrollbar thumb */
}

.t4s-product-categories::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* Firefox */
.t4s-product-categories {
  scrollbar-width: thin; /* Thin scrollbar */
  scrollbar-color: #888 #f1f1f1; /* Thumb and track colors */
}

.t4s-product-categories:hover {
  scrollbar-color: #555 #f1f1f1; /* Darker thumb on hover */
}


.t4s-oh {
  overflow: hidden;
}
.t4s-pr {
  position: relative;
}
.t4s-checkbox-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #ddd;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 10px;
  border-radius: 0px;
}
.t4s-facets__form .t4s-facet ul li a {
  text-transform: capitalize;
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 14px;
}
.t4s-facets__form .t4s-facet ul {
  padding: 0;
  margin: 0;
}
.t4s-facets__form .t4s-facet ul li {
  line-height: 25px;
  list-style: none;
  margin-bottom: 8px;
}
li{
  margin:0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}
.t4s-checkbox-wrapper svg {
  pointer-events: none;
  transform: scale(0);
  transition: .25s ease-in-out;
  width: 12px;
  height: 12px;
  color: #ffffff;
}
.is--blockid_price .t4s-price_slider {
  margin-bottom: 20px;
}
.is--blockid_price .t4s-price_steps_slider {
  width: 100%;
  margin-top: -1px;
  height: 2px;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 20px;
}
.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect {
  height: 2px;
  width: 100%;
  background: white;
  border-radius: 10px;
}
.noUi-connects {
  border-radius: 0;
  height: 2px;
  background-color: rgb(0, 0, 0);
}
.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-style: flat;
}
.is--blockid_price .t4s-price_slider_amount .t4s-price_slider_btn {
  order: 2;
  margin-bottom: 10px;
  padding: 10px 14px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: .3px;
  font-weight: 400;
  min-width: 100px;
  border-radius: 6px;
  background-color: #de960d;
  border: 1px solid #de960d;
  color: white;
}

.is--blockid_price .t4s-price_slider_amount .t4s-price_slider_btn:hover {
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #de960d;
  color: rgb(0, 0, 0);
}
.t4s-min_price,
.t4s-max_price {
    display: none;
}
.t4s-facets__form .t4s-facet .is--style-color .t4s-filter_color>span {
  width: 26px;
  height: 26px;
  display: block;
  border-radius: 50%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.t4s-facets__form .t4s-facet .is--style-color .t4s-filter_color>svg {
  pointer-events: none;
  transform: scale(0);
  transition: .25s ease-in-out;
  width: 12px;
  height: 12px;
  color: white;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
svg:not(:root) {
  overflow: hidden;
}
.t4s-facets__form .t4s-facet .is--style-color .t4s-filter_color>span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  transition: .2s ease-in-out;
}
.t4s-facets__form .t4s-facet .is--style-color .t4s-filter_color {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
  text-align: center;
  line-height: 24px;
  border: 1px solid transparent;
  width: auto;
  height: auto;
  padding: 2px;
  position: relative;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -11px;
  outline: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  cursor: ew-resize;
}
.t4s-price_label .money {
  font-size: 15px;
  color: #fff8f8;
}
.noUi-handle:hover {
  cursor: pointer;
}
.t4s-price_label {
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 10px;
}

.noUi-handle:after, .noUi-handle:before {
  background: #DE960D;
  top: 4px;
  width: 4px;
  height: 18px;
}
.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
}
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
.noUi-horizontal .noUi-origin {
  height: 0;
  right: -10px;
  top: -12px;
}
.is--blockid_price .t4s-price_slider_amount {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: -10px;
}
.t4s-sidebar-inner .t4s-facets__form>div:not(:empty):not(:last-child), .t4s-sidebar-inner .t4s-widget:not(:empty):not(:last-child) {
  margin-bottom: 50px;
}
svg:not(:root) {
  overflow: hidden;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.t4s-product-categories .t4s-cat-item a:hover, .t4s-product-categories .t4s-cat-item.t4s-current-ca t a {
  color: rgb(245, 198, 129);
}
.t4s-checkbox-wrapper svg {
  pointer-events: none;
  transform: scale(0);
  transition: .25s ease-in-out;
  width: 12px;
  height: 12px;
  color: var(--t4s-light-color);
}
.t4s-product-categories .t4s-cat-item a {
  color: inherit;
}
.t4s-product-categories .children {
  display: none;
  padding-inline-start: 0;
}
.t4s-product-categories .menu_nested:before {
  color: inherit;
  content: "+";
  left: 0;
  position: absolute;
}
.t4s-product-categories .t4s-cat-item {
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #ffffff;
}

.t4s-product-categories .children {
  display: none;
  padding-inline-start: 0;
}
.t4s-row-cols-1>.t4s-col-item{
  width: 100%;
}
.slider-content__icon i:hover{
  color: #ffffff;   
}
.slider-content__icon2 i:hover{
  color: #ffffff;   
}
.sub_btn a:hover{
  background-color: #ce9a77;
  color: white;
  border: white;
}
a:hover{
  color: #de960d;
}
.mainmenu__item a:hover{
  color: #e8b08b;
 
}

/*****************************
32 - Components - Table
*****************************/
.table thead th, .table th {
  padding: 13px 0;
  letter-spacing: 1px;
  border: 0px solid #e5e5e5;
  vertical-align: middle;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700; }

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

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

.table tbody td {
  padding: 15px 0;
  color: #fbfbfb; }
  .table tbody td.product-remove {
    width: 30px !important;
    min-width: 30px !important;
    padding-left: 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-right: auto;
    margin-left: 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;
      color: black; }

.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: #191818;
  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-style-2 thead th {
  background: #1b1a1a; }

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

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

.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-bottom: 5px; }

/*****************************
33 - Components - Tabs
*****************************/
/*-- 33.01 - Tab Style 01 --*/
.tab-style-1 .nav-link {
  line-height: 1.625;
  padding: 0 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .tab-style-1 .nav-link:not(:last-child) {
    margin-right: 38px; }
    @media (max-width: 61.94em) {
      .tab-style-1 .nav-link:not(:last-child) {
        margin-right: 30px; } }
    @media (max-width: 47.94em) {
      .tab-style-1 .nav-link:not(:last-child) {
        margin-right: 20px; } }
    @media (max-width: 35.94em) {
      .tab-style-1 .nav-link:not(:last-child) {
        margin-right: 15px; } }
  .tab-style-1 .nav-link:after {
    bottom: 8px;
    height: 8px;
    background-color: #ffb9b9; }

.tab-style-1 .nav-text {
  z-index: 2; }

/*-- 33.02 - Tab Style 02 --*/
.tab-style-2 .nav-tabs {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px; 
  margin-bottom: 35px; }
  @media (max-width: 35.94em) {
    .tab-style-2 .nav-tabs {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical; } }

.tab-style-2 .nav-link {
  border: 1px solid #464545;
  padding: 11px 15px;
  color: #ffffff;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .tab-style-2 .nav-link:not(:last-child) {
    margin-right: 5px; }
  @media (max-width: 35.94em) {
    .tab-style-2 .nav-link {
      width: 100%; } }

/*-- 33.03 - User Dashboard tab --*/
.user-dashboard-tab__head {
  background-color: #262323;
  padding: 15px 0;
  -webkit-flex-basis: 190px;
  -moz-flex-basis: 190px;
  -ms-flex-preferred-size: 190px;
  flex-basis: 240px;
  max-width: 240px;
  margin-right: 30px;
  font-size: 18px;
  border-radius: 10px; }
.user-dashboard-tab__head i{
  font-size: 22px;
  padding-right: 5px;
}
  @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-right: 0;
      margin-bottom: 30px;
      padding: 0; } }
  .user-dashboard-tab__head .nav-link {
    padding: 10px 30px;
    border: none;
    background: transparent;
    text-align: left; }
    @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-bottom: 20px;
  border-bottom: 1px solid #f0f0f0; }
  .shop-widget .widget-title:after {
    height: 4px;
    width: 30px; }

/*-- 34.01 - Widget List --*/
.widget-list li:not(:last-child) {
  margin-bottom: 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: #888888; }

a.prev, a.next {
    color: rgb(255, 255, 255) !important;
}

/*-- 34.02 - Widget Color --*/
.widget-color a {
  padding: 8px 14px;
  margin-bottom: 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-right: 12px;
  padding-right: 10px; }
  .tagcloud a:after {
    width: 2px;
    background-color: #bbb; }

/*****************************
40 - Pages - Cart
*****************************/
.cart-collaterals {
  background: #5a5a5a;; }

.cart-totals {
  padding: 30px 30px 0;
  margin-bottom: 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-bottom: 5px; }

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

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

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

.new-account {
  padding-top: 20px; }

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

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

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

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

/*****************************
42 - Pages - Shop
*****************************/
.shop-toolbar .product-view-mode a:not(:last-child) {
  margin-right: 15px; }

.shop-toolbar .product-pages {
  margin-bottom: 0; }
  @media (max-width: 35.94em) {
    .shop-toolbar .product-pages {
      margin-bottom: 10px; } }

.shop-toolbar .product-categories {
  margin-right: 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-left: 20px;
    color: black !important
   }

.shop-products .ft-product {
  display: block; }

.shop-products .ft-product-list {
  display: none; }

.shop-products.grid .ft-product {
  display: block; }

.shop-products.grid .ft-product-list {
  display: none; }

.shop-products.list .ft-product {
  display: none; }

.shop-products.list .ft-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%; }

/*****************************
43 - Pages - Single Product
*****************************/
.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-left: 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-left: 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-right: 30px;
  padding-left: 0; }

.product-gallery__actions {
  right: 30px;
  bottom: 30px;
  z-index: 9; }
  .product-gallery__actions .action-btn:not(:last-child) {
    margin-bottom: 10px; }

.product-main-image .product-image {
  margin-bottom: 0; }

.product-reviews .review__title {
  font-size: 36px;
  letter-spacing: -2px;
  margin-bottom: 30px; }
  @media (max-width: 47.94em) {
    .product-reviews .review__title {
      font-size: 25px;
      margin-bottom: 15px;
      letter-spacing: 0px; } }
  @media (max-width: 35.94em) {
    .product-reviews .review__title {
      font-size: 20px; } }

.product-reviews .review__item {
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 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-left: 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-left: 0;
      padding-top: 10px; } }

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

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

/*****************************
63 - Utilities - Color
*****************************/
.pagination li .page-number, .tooltip-inner, .scroll-to-top, .scroll-to-top i, .page-title, .breadcrumb li a, .breadcrumb li span, .breadcrumb li:not(:last-child):after, .newsletter-form__btn, .searchform--2 .searchform__submit, .product-badge, .tab-style-2 .nav-link.active, .user-dashboard-tab__head .nav-link.active, .user-dashboard-tab__head .nav-link:hover, .widget-color a {
  color: #ffffff; }

.action-btn, .mini-cart, .offcanvas-menu-wrapper .offcanvas-menu-inner, .product-summary .product-navigation a, .variation-form .product-color-variations .product-color-variation-btn:after {
  background-color: #282727; }

.pagination li .page-number.current, .pagination li .page-number:hover, .message-box a, .error h1, .btn-close: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, .product-price-wrapper .money, .ft-product .product-inner .add-to-cart, .product-summary .product-navigation a:hover, .product-summary .product-title a:hover, .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: #de960d; }

.heading__secondary:after, .pagination li .page-number, .pagination li .dot, .blog__info:before, .slick-dots li, .newsletter-form__btn, .searchform--2 .searchform__submit, .product-badge, .user-dashboard-tab__head .nav-link.active, .user-dashboard-tab__head .nav-link:hover {
  background-color: #de960d; }

.icon-outline {
  border-color: #ff5151; }

.product-size .action-btn span.current, .product-size-swatch-btn {
  color: #000000; }

.footer-widget .widget-title, .footer-widget .taglist span, .footer-widget .taglist a, .footer-widget .taglist a:not(:last-child):after, .blog__title, .single-post__title, .form__label, .nice-select .current, .product-title, .product-price-wrapper .new-price .money, .product-price-wrapper .old-price .money, .product-summary .product-navigation a, .table tbody td.product-name h3, .table.shop_attributes th a, .table.shop_attributes td a, .tab-style-1 .nav-link, .user-dashboard-tab__head .nav-link, .widget-list li a, .shipping-calculator-wrap a {
  color: #ffffff; }

.cart-calculator__item--head, .cart-calculator__item--value, .product-summary .product-footer-meta p span, .variation-form .variation-label, .message-box p, .quantity, .quantity-label, .quantity-input, .quantity .qtybutton, .social__link, .btn-close, .comment-author a, .comment-content p, .cart-form__input, .cart-form__btn, .mini-cart, .mini-cart__product-remove, .mini-cart__product-title, .product-summary .product-title a, .product-summary .product-price-wrapper span, .variation-form .product-size-variations .product-size-variation-btn, .variation-form .reset_variations, .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, .product-reviews .review__author {
  color: #ffffff; }

.mini-cart__buttons .btn-bg-primary{
  background-color: #DE960D;
  border-color: #DE960D;
}

.shop-widget .widget-title:after {
  background-color: #cebb16; }

.tab-style-2 .nav-link.active {
  border-color: #292323;
color: #000; }

.pagination li .page-number.current, .pagination li .page-number:hover, .breadcrumb, .slick-dots li button, .product-slide-nav .slick-btn, .newsletter-form__input, .searchform__submit, .cart-form__btn {
  background-color: transparent; }

input.btn.btn-size-md {
  background-color: #de960d;
  border-color: #de960d;
}
input.btn.btn-size-md:hover{
  background-color: #ffffff;
  border-color: #DE960D;
  color: #000000;
}

.sticky-top {
  position: sticky;
  top: 115px;
  z-index: 100;
}
.color--primary {
  color: #ff5151 !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: #ffffff !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: #ff5151; }

.bd-color--primary {
  border-color: #ff5151; }

/*****************************
64 - Utilities - Spacing
*****************************/
.gutter-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .gutter-10 [class^="col"] {
    padding-left: 5px;
    padding-right: 5px; }

.m--0 {
  margin: 0; }

.mt--20 {
  margin-top: 20px; }

.mt--50 {
  margin-top: 50px; }

.mb--10 {
  margin-bottom: 10px; }

.mb--15 {
  margin-bottom: 15px; }

.mb--20 {
  margin-bottom: 20px; }

.mb--25 {
  margin-bottom: 25px; }

.mb--28 {
  margin-bottom: 28px; }

.mb--30 {
  margin-bottom: 30px; }

.mb--32 {
  margin-bottom: 32px; }

.mb--35 {
  margin-bottom: 0px; }

.mb--40 {
  margin-bottom: 40px; }

.mb--43 {
  margin-bottom: 43px; }

.mb--45 {
  margin-bottom: 45px; }

.mb--50 {
  margin-bottom: 50px; }

.mb--60 {
  margin-bottom: 60px; }

.mb--70 {
  margin-bottom: 70px; }

.mb--75 {
  margin-bottom: 100px; }

.mb--77 {
  margin-bottom: 77px; }

.mb--80 {
  margin-bottom: 80px; }

.ml--20 {
  margin-left: 20px; }

.ml--50 {
  margin-left: 50px; }

.mr--20 {
  margin-right: 20px; }

.mr--30 {
  margin-right: 30px; }

.ptb--20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.ptb--40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.ptb--75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.ptb--80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.pt--20 {
  padding-top: 20px; }

.pt--70 {
  padding-top: 70px; }

.pt--75 {
  padding-top: 75px; }

.pt--80 {
  padding-top: 80px; }

.pt--90 {
  padding-top: 90px; }

.pt--105 {
  padding-top: 105px; }

.pb--65 {
  padding-bottom: 65px; }

.pb--70 {
  padding-bottom: 70px; }

.pb--72 {
  padding-bottom: 72px; }

.pb--75 {
  padding-bottom: 75px; }

.pb--80 {
  padding-bottom: 80px; }

.pb--120 {
  padding-bottom: 120px; }

.pl--15 {
  padding-left: 15px; }

.pl--30 {
  padding-left: 30px; }

.pl--70 {
  padding-left: 70px; }

.pl--85 {
  padding-left: 85px; }

.plr--15 {
  padding-left: 15px;
  padding-right: 15px; }

.plr--20 {
  padding-left: 20px;
  padding-right: 20px; }

.pr--15 {
  padding-right: 15px; }

.pr--60 {
  padding-right: 60px; }

.pr--70 {
  padding-right: 70px; }

.bottom-40{
  bottom: 40% !important;
}

.w1-89 {
  width: 89% !important;
}

@media (max-width: 93.6875em) {
  .mb-xl--60 {
    margin-bottom: 60px; }
  .pt-xl--70 {
    padding-top: 70px; }
  .pb-xl--100 {
    padding-bottom: 100px; } }

@media (max-width: 74.9375em) {
  .pt-lg--95 {
    padding-top: 95px; }
  .pb-lg--95 {
    padding-bottom: 95px; }
  .pl-lg--30 {
    padding-left: 30px; }
  .pr-lg--30 {
    padding-right: 30px; } }

@media (max-width: 61.94em) {
  .mt-md--40 {
    margin-top: 40px; }
  .mt-md--50 {
    margin-top: 50px; }
  .mb-md--10 {
    margin-bottom: 10px; }
  .mb-md--18 {
    margin-bottom: 18px; }
  .mb-md--23 {
    margin-bottom: 23px; }
  .mb-md--30 {
    margin-bottom: 30px; }
  .mb-md--33 {
    margin-bottom: 33px; }
  .mb-md--45 {
    margin-bottom: 45px; }
  .mb-md--50 {
    margin-bottom: 50px; }
  .mb-md--55 {
    margin-bottom: 55px; }
  .mb-md--57 {
    margin-bottom: 57px; }
  .mb-md--60 {
    margin-bottom: 60px; }
  .ptb-md--60 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .pt-md--40 {
    padding-top: 40px; }
  .pt-md--55 {
    padding-top: 55px; }
  .pt-md--60 {
    padding-top: 60px; }
  .pt-md--80 {
    padding-top: 80px; }
  .pb-md--60 {
    padding-bottom: 60px; }
  .pb-md--50 {
    padding-bottom: 50px; }
  .pb-md--55 {
    padding-bottom: 55px; }
  .pb-md--60 {
    padding-bottom: 60px; }
  .pl-md--0 {
    padding-left: 0; }
  .pl-md--50 {
    padding-left: 50px; }
  .pr-md--0 {
    padding-right: 0; }
  .pr-md--50 {
    padding-right: 50px; } }

@media (max-width: 47.94em) {
  .mb-sm--20 {
    margin-bottom: 20px; }
  .mb-sm--25 {
    margin-bottom: 25px; }
  .mb-sm--30 {
    margin-bottom: 30px; }
  .mb-sm--33 {
    margin-bottom: 33px; }
  .mb-sm--40 {
    margin-bottom: 40px; }
  .mb-sm--50 {
    margin-bottom: 50px; }
  .pb-sm--55 {
    padding-bottom: 55px; }
  .pb-sm--90 {
    padding-bottom: 90px; } }

@media (max-width: 35.94em) {
  .mb-xs--10 {
    margin-bottom: 10px; }
  .mb-xs--30 {
    margin-bottom: 30px; }
  .mb-xs--45 {
    margin-bottom: 45px; }
  .ml-xs--0 {
    margin-left: 0; }
  .mr-xs--0 {
    margin-right: 0; } }

.pt--9pt {
  padding-top: 9rem; }

@media (max-width: 61.94em) {
  .mb-md--8pt6 {
    margin-bottom: 8.6rem; } }

@media (max-width: 47.94em) {
  .mb-sm--7pt6 {
    margin-bottom: 7.6rem; } }

    .nav-tabs {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      gap: 10px;
      padding: 0 10px; /* Optional padding for edge space */
    }
    
    .nav-tabs .nav-link {
      white-space: nowrap;
      padding: 10px;
      transition: border-color 0.3s; /* Smooth effect on active state */
    }
  
    
    /* Media query for smaller screens */
    @media (max-width: 768px) {
      .nav-tabs {
          overflow-x: scroll;
      }
    }
      /* Base styling for dashboard tab head */
.user-dashboard-tab__head {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto; /* Enables horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on mobile */
  gap: 10px; /* Adds spacing between buttons */
}

.user-dashboard-tab__head .nav-link {
  white-space: nowrap; /* Prevents text from wrapping */
  flex-shrink: 0; /* Prevents buttons from shrinking */
}

/* Media query for smaller screens */
@media (max-width: 768px) {
  .user-dashboard-tab__head {
      flex-direction: row; /* Ensures horizontal layout on smaller screens */
      overflow-x: scroll; /* Horizontal scrolling */
  }
}
.t4s-checkbox-wrapper.selected {
  background-color: #f0f0f0; /* Light background */
  border: 2px solid #DE960D; /* Blue border for selection */
  border-radius: 4px; /* Optional for smooth corners */
  padding: 4px; /* Optional for spacing */
}   
.heading__primary {
  font-size: 92px;
}
.top-sale-area h1{
  margin-bottom: 5px;
  font-family: "Roboto Slab", serif;
}
.top-sale-area h2{
  margin-bottom: 0px;
}
.text-end h2{
  margin-bottom: 15px;
}
.btn-clear{
  padding: 8px 20px;
  font-size: 15px;
  background-color: #de960d;
  border: 1px solid #de960d;
}
.product-care {
  margin-left: 16px;
}
/* Lazy loading color backgrounds for color options */
.bg_color_baby-pink {
  background-color: #F8C8D8;
}
.bg_color_blue {
  background-color: #3498db;
}
.bg_color_dark-green {
  background-color: #006400;
}
.bg_color_dark-pink {
  background-color: #D74B7D;
}
.bg_color_firoza {
  background-color: #00B5C7;
}
.bg_color_gold {
  background-color: #FFD700;
}
.bg_color_light-green {
  background-color: #90EE90;
}
.bg_color_maroon {
  background-color: #800000;
}
.bg_color_mother-of-pearl {
  background-color: #f2e4d7;
}
.bg_color_multicolor {
  background-color: #D6A2E8;
}
.bg_color_navratna {
  background-color: #C7A4E4;
}
.bg_color_neutral {
  background-color: #B8B8B8;
}
.bg_color_orange {
  background-color: #FFA500;
}
.bg_color_pastel {
  background-color: #B6B9BF;
}
.bg_color_pastel-pink {
  background-color: #F1D0C4;
}
.bg_color_purple {
  background-color: #9B59B6;
}
.bg_color_red {
  background-color: #E74C3C;
}
.bg_color_white {
  background-color: #FFFFFF;
}
.about__title{
  font-size: 60px;
  margin-top: 10px;
  font-family: "Roboto Slab", serif;
}
.about__meta_by{
  text-align: end;
}
.about_img{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
padding: 0 20px;
}
.object-fit-contain{
  position: relative;
}
.heading__primary{
  font-weight: 598;
  font-family: "Italiana", serif;
  font-size: 70px;
}
.product-image--holder img{
  border-radius: 10px;
}
.top-sale-area h2{
  font-family: "Playfair Display", serif;
}
.top-sale-area .product-info {
 
}
.product-inner .product-category{
   font-family:  "EB Garamond", serif;
}

.product-inner p{
  font-family: "Roboto Slab", serif;
}
.footer-logo img{
  width: 65%;
}
@media (max-width: 1499px) {
  .footer-logo img {
      width: 75% !important;
    }
}
@media (max-width: 991px) {
  .footer-logo img {
      width: 35% !important;
    }
}
.about__info{
  text-align: justify;
}
.about__title span {
  font-family: 'Beyond Infinity - Demo', sans-serif;
}
.about_img {
  text-align: center;
  display: flex;
}
.about_img img {
  border-radius: 10px;
  width: 100%;
}
.social a{
padding-right: 10px;
font-size: 25px;
}

.fl_border{
  width: 30%;
}

.footer-widget .widget-title{
  color: #de960d;
  font-family: "EB Garamond", serif;;
}
.footer-menu li{
  font-family: "Playfair Display", serif;
}
.page-title, .breadcrumb li span, .breadcrumb li a, .breadcrumb li:not(:last-child)::after{
  color: #000;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}


.toolbar-btn_search{
  font-size: 24px;
  margin-left: 20px;
}

.footer_call_email, .footer_sign_up{
  color: #de960d;
  text-decoration: underline;
}

.footer_call_email:hover, .footer_sign_up:hover{
  color: #a87613;
  text-decoration: none;
}

.footer_icon i {
  font-size: 20px;
  padding: 0 2px;
  color: #de960d;
}

.footer_icon i:hover {
  color: #a87613;
}

.hero-bg-text h2{
  font-family: "Playfair Display", serif;
}
.product-title a{
  font-family: "Playfair Display", serif;
}
.textwidget{
  font-family: "Playfair Display", serif;
}
.page-title{
  font-family:"Roboto Slab", serif;
}


.hero-text{
  position: absolute;
}

.logo--normal_1 img{
  width: 50%;
}

.header__inner_1{
  background-color: #00000000;
}

.header_1{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}

.shop_collection{
  border: 1px solid white;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 15px;
  font-size: 22px;
}

.shop_collection:hover{
  border: 1px solid #de960d;
  color: #de960d;
}

.hero-bg-text h2{
  margin-bottom: 27px;
}
.jewel-red{
  position: absolute;
  background-color: red;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.ft-product-list .product-color-swatch-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.product-color-swatch{
  display: flex;
}
.wishlist-active{
  color: #de960d;
}

.cart-table tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
  padding-right: 20px;
  line-height: 24px;
  min-width: 100px;
}
.cart-table{
  width: 100%;
}
.cart-table tbody tr .prod-column .column-box{
  min-height: 1px;
  position: relative;
  text-align: left;
  padding-left: 140px;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb{
  width: 90px;
  top: 5px;
  position: absolute;
  left: 0px;
  padding: 5px 16px;
  border: 1px solid #504C4C;
}
.cart-table a:visited{
  text-decoration: none;
  outline: none !important;
}
figure {
  margin: 0 0 1rem;
}
.prod-title:hover{
  color: white;
}
.cart-color {
  padding: 10px;
  position: relative;
  top: 5px;
  border-radius: 50%;
  background-color: #107B97;
}
.prod-text{
  font-size: 14px;
}
.checkout-section .order-column{
  position: relative;
  margin-bottom: 30px;
}
.checkout-section .order-column .inner-column {
  position: relative;
}
.order-box {
  position: relative;
  padding: 25px 25px;
  border: 1px solid #5A5A5A;
}
.order-totals {
  position: relative;
}
.order-totals li {
  position: relative;
  font-weight: 600;
  padding: 18px 25px;
  border-radius: 3px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
  border: 1px solid #5A5A5A;
}
.order-totals li span {
  position: absolute;
  right: 25px;
  font-weight: 500;
}
.order-box .button-box {
  position: relative;
  margin-top: 30px;
}
.order-box .pay-btn {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 17px 15px;
  border-radius: 6px;
  color: var(--white-color);
  background-color: #DE960D;
  border-color: #DE960D;
}
.order-box .pay-btn:hover {
  color: black;
  background-color: white;
  border-color: #DE960D;
}
.order-img{
  width: 60%;
}
.order-box .order-total {
  position: relative;
  font-weight: 500;
  margin-top: 30px;
}
.order-box .order-total span {
  position: absolute;
  right: 0px;
}
.order-detail-table tbody{
 border-top: 1px solid;
}
.order-img{
  width: 30%;
}
.table-hover > tbody > tr:hover > * {
  color: white;
}
.ft-about {
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #DE960D;
}
.about-info {
  color: #FFFFFF;
  font-size: 12px;
  text-align: center;
}
.about-info h3 {
  color: #DE960D;
  font-size: 15px;
  margin-bottom: 2px;
}
.form__group a{
 background: #DE960D;
 padding: 12px;
 border: 1px solid #DE960D;
 border-radius: 5px;
}
.form__group a:hover{
  background: #FFFFFF;
  color: #000;
  border: 1px solid #DE960D;
  border-radius: 5px;
 }

 .space {
  padding-top: 60px;
  padding-bottom: 60px;
}
.title-area .sec-title {
  margin-bottom: 9px;
  font-size: 35px;
}
.sec-text {
  font-size: 18px;
  line-height: 1.777;
  margin-bottom: 30px !important;
}
.accordion-card .accordion-button {
  font-size: 19px;
  font-weight: 500;
  border: 0;
  color: white;
  background-color: transparent;
  border-radius: 0;
  padding: 12px 45px 12px 30px;
  min-height: 80px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.accordion-card {
  transition: 0.4s ease-in-out;
  border-radius: 4px;
  border: 1px solid white;
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  position: relative;
  z-index: 3;
  margin-bottom: 24px;
}
.accordion-card .accordion-button::after {
  content:  '\f107';
  height: 100%;
  width: auto;
  line-height: 1;
  background-color: transparent;
  background-image: none;
  font-family: 'Font Awesome 6 Free';
  color: #DE960D;
  font-weight: 900;
  font-size: 18px;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion-collapse{
  border-top: 1px solid #DE960D;
}
.two-column-list {
  column-count: 2;
  padding: 0;
  margin: 0;
}

.subcategories .active {
  color: #DE960D !important
}

.is--style-color .active {
  color: #DE960D !important
}


.sticky-header{
  background-color: #000;
}

.color-buttons {
    display: flex;
    flex-wrap: wrap;
}

.color-button {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    margin: 2px;
    cursor: pointer;
}

.color-button:hover {
    opacity: 0.8;
}

.color-button.active {
    border: 3px solid #000; /* Highlight selected color */
    transform: scale(1.1); /* Slightly enlarge the selected button */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Optional: add a shadow effect */
}

.product-size-variation-btn {
  cursor: pointer;
  transition: background-color 0.3s;
}
.product-size-variation-btn.active {
  background-color: #DE960D;
  color: white;
  border-radius: 5px;
}
.product-size-variation-btn:hover,
.product-size-variation-btn:focus {
    background-color: #DE960D; /* Change to desired color */
    color: #fff;
    border-radius: 5px;
}

.rating .star{
  margin-left: 8px!important;
}
.rating .active{
  color: #de960d!important;
}

.product-gallery__image img {
  width: 919px; 
  height: 519px; 
  object-fit: cover; 
}

.invalid-feedback{
  font-size: 0.995em;
}
.td-apply-button{
  justify-content: end;
  display: flex;
}
.td-coupons-code{
  text-align: start !important;
}
.td-coupons-code h5{
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}
.coupons_table{
  width: 100%;
  margin-bottom: 20px;
}

vs-btn:hover{
 background: white;
  color: #DE960D;
}
.vs-btn{
  background: #DE960D;
  color: white;
  border: 1px solid #DE960D;
  padding: 5px 10px;
}
.co_code {
  border: 1px dotted #32624c;
  padding: 4px 27px;
  text-transform: uppercase;
}

.close, .pull-right, .cls-btn {
  background: #eb5050;
  border: navajowhite;
  color: #ffffff;
  border-radius: 10px;
  font-size: 15px;
}

.coupons_table, thead, tbody, tfoot, tr, td, th,p {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  margin-top: 10px;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* For smooth scrolling on iOS */
}

/* .table {
  min-width: 600px; 
} */

@media (max-width: 768px) {
  .table-responsive {
      -ms-overflow-style: none;  /* Hides scrollbar in IE */
      scrollbar-width: none;  /* Hides scrollbar in Firefox */
  }

  .table-responsive::-webkit-scrollbar {
      display: none; /* Hides scrollbar in Webkit browsers */
  }
}
.category-checkbox:checked, 
.subcategory-checkbox:checked, 
.metaltype-checkbox:checked, 
.style-checkbox:checked, 
.collection-checkbox:checked,
.finish-checkbox:checked{
    accent-color: #DE960D; /* Applies color when checkbox is checked */
}
.social a {
  padding: 0 10px;
  font-size: 25px;
}
/* new */
.contact-wrapper{
  display: flex;
}
.contact-wrapper .contact-item {
  padding: 0 15px 30px;
  text-align: center;
}
.contact-wrapper .contact-item .contact-content .title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
}
.contact-wrapper .contact-item .contact-thumb {
  margin-bottom: 20px;
}
.contact-area{
  border-bottom: 1px solid #DE960D;
}
.contact-thumb img{
  width: 15%;
}
.pb--30{
  padding-bottom: 30px;
}
.about-img-text{
  position: absolute;
  background: #000000a3;
  padding: 8px 80px;
}

.about-img-text p{
  margin-bottom: 1px;
  color: #DE960D;
  margin-top: 1px;
}

.footer-menu .footer-sign-text{
  line-height: 1.4 !important;
}

.terms-text{
   font-family: 'Georgia', serif;

}
.about-img-name {
  font-size: 19px;
}

.product-gallery__nav-image--single img {
   width: 153px; /* fixed box size */
    height: 153px;
    object-fit: cover; /* crops and fills the box */
}
@media (max-width: 767px) {
    .btn-zoom-popup {
        display: none !important;
    }
}