@charset "UTF-8";
/* =============================================
=                CSS Index            =
============================================= */
/*  
    01 - Base - Variables
    02 - Base - Mixins

    03 - Global - Default
    04 - Global - Helper
    05 - Global - Color

    06 - Layout - Header
    07 - Layout - Footer

    08 - Pages - Shop
    09 - Pages - Single Product
    10 - Pages - Blog
    11 - Pages - About
    12 - Pages - Contact Us
    13 - Pages - My Account
    14 - Pages - Coming Soon
    15 - Pages - Checkout
    16 - Pages - Wishlist
    17 - Pages - Compare
    18 - Pages - Cart
    19 - Pages - Faq
    20 - Pages - Error 404
    21 - Pages - Login Register
    22 - Pages - Button
    23 - Pages - Navigation
    24 - Pages - Social LInk

    25 - Components - Slider
    26 - Components - Banner
    27 - Components - Product Category
    28 - Components - Product
    29 - Components - Modal
    30 - Components - New Arrival
    31 - Components - Newsletter
    32 - Components - Post
    33 - Components - Hereabout
    34 - Components - Animation
    35 - Components - Featured Product
    36 - Components - Brand Product
    37 - Components - Shipping
    38 - Components - Testimonial
    39 - Components - Counter
    40 - Components - Popular Categories
    41 - Components - Instagram
    42 - Components - Breadcrumb
    43 - Components - Sidebar

=====  End of CSS Index  ====== */
/*----------------------------------------*/
/*    01 - Base - Variables
/*----------------------------------------*/
/*----------------------------------------*/
/*    02 - Base - Mixins
/*----------------------------------------*/
/*----------------------------------------*/
/*    03 - Global - Default
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,562;0,600;0,700;1,400;1,500;1,562;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,500;0,700;0,800;0,900;1,400;1,500;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Acme&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;469;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #3e3e3e;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zilla Slab", serif;
  color: #3e3e3e;
  font-weight: 600;
  margin: 0;
}

p {
  margin-bottom: 0px;
}

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

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

img {
  max-width: 100%;
}

.img-full {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

a {
  color: #3e3e3e;
  font-size: 18px;
  font-family: "Zilla Slab", serif;
  text-transform: capitalize;
  text-decoration: none;
}
a:hover {
  color: #d4876c;
}

a,
a:hover,
a:focus,
a:active,
button,
button:focus,
.btn,
.btn:focus,
input,
input:focus,
select,
textarea,
.slick-slide {
  text-decoration: none;
  outline: 0;
}

input.input-field {
  border: 1px solid #e5e5e5;
}

textarea.textarea-field {
  border: 1px solid #e5e5e5;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
input[type=checkbox] + label:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #e5e5e5;
  content: "";
}
input[type=checkbox] + label:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  font-family: "LaStudioIcons";
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  width: 20px;
  text-align: center;
  color: #13aff0;
}

input[type=checkbox]:checked + label:before {
  border: 2px solid #e5e5e5;
}
input[type=checkbox]:checked + label:after {
  opacity: 1;
}

button {
  cursor: pointer;
  border: 0;
  padding: 0;
  background: transparent;
}

.btn {
  cursor: pointer;
  /*border: 0;*/
  /*padding: 0;*/
  /*background: transparent;*/
}

.overflow-hidden {
  overflow: hidden;
}

.home-style-2 a {
  font-size: 18px;
  font-family: "Zilla Slab", serif;
  text-transform: capitalize;
}
.home-style-2 a:hover {
  color: #dda973;
}

.home-style-3 a {
  font-family: "Zilla Slab", serif;
  text-transform: capitalize;
}
.home-style-3 a:hover {
  color: #827021;
}

.home-style-4 a {
  text-transform: capitalize;
}
.home-style-4 a:hover {
  color: #ff794a;
}

.home-style-5 a {
  text-transform: capitalize;
}
.home-style-5 a:hover {
  color: #73bcc3;
}

.home-style-6 a {
  text-transform: capitalize;
}
.home-style-6 a:hover {
  color: #d4876c;
}

/* ---Font Style--- */
.font-style_italic {
  font-style: italic;
}

/* ---Line Height--- */
.line-height-1 {
  line-height: 1;
}

/*----------------------------------------*/
/*    04 - Global - Helper
/*----------------------------------------*/
/*--- Mgana's Custom Container ---*/
.container-fluid {
  padding: 0 140px;
}
@media (max-width: 1800px) {
  .container-fluid {
    padding: 0 60px;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding: 0 20px;
  }
}

.container-fluid-2 {
  width: 100%;
  padding: 0 80px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1800px) {
  .container-fluid-2 {
    padding: 0 60px;
  }
}
@media (max-width: 1500px) {
  .container-fluid-2 {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .container-fluid-2 {
    padding: 0 20px;
  }
}

.container-fluid-3 {
  width: 100%;
  padding: 0 250px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1800px) {
  .container-fluid-3 {
    padding: 0 60px;
  }
}
@media (max-width: 1500px) {
  .container-fluid-3 {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .container-fluid-3 {
    padding: 0 20px;
  }
}

.container-fluid-4 {
  width: 100%;
  padding: 0 238px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1800px) {
  .container-fluid-4 {
    padding: 0 60px;
  }
}
@media (max-width: 1500px) {
  .container-fluid-4 {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .container-fluid-4 {
    padding: 0 20px;
  }
}

.container-fluid-5 {
  padding: 0 160px;
}
@media (max-width: 1800px) {
  .container-fluid-5 {
    padding: 0 60px;
  }
}
@media (max-width: 1199px) {
  .container-fluid-5 {
    padding: 0 20px;
  }
}

.container-fluid-custom {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* ---Mgana Preloader---*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  z-index: 99999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #d4876c;
  -webkit-animation: preloader 1.3s linear infinite;
          animation: preloader 1.3s linear infinite;
}
.preloader span:last-child {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
}
.preloader-2 span {
  background: #dda973;
}

.preloader-3 span {
  background: #827021;
}

.preloader-4 span {
  background: #ff794a;
}

.preloader-5 span {
  background: #73bcc3;
}

/* ---Fixed Wrapper--- */
@media (min-width: 1200px) {
  .fixed-wrapper .fixed-header {
    background: #ffffff;
    position: fixed;
    width: 370px;
    z-index: 1;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .fixed-wrapper .main-site {
    width: calc(100% - 370px);
    margin-left: auto;
  }
}

/* ---Base Transition--- */
.instagram-area .instagram-img .add-action, .instagram-area .instagram-img:before, .popular-categories-area .product-category li a:hover .heading-6, .popular-categories-area .product-category li a:hover i, .popular-categories-area .product-category li a i, .blog-post-area-2 .post-inner-box .post-content, .blog-post-area-2 .post-inner-box .banner-overlay, .blog-post-area-2 .post-inner-box:hover .banner-overlay, .blog-post-area-2 .post-inner-box:hover .post-content, .new-arrival-3 .banner-thumb-area:hover .demo-image a .banner-overlay, .new-arrival-3 .banner-thumb-area .demo-image a .banner-overlay, .modal-wrapper .modal-dialog .modal-content .modal-body .close, .modal-wrapper.modal, .product-item-3 .single-product:hover .product-img .add-actions, .product-item-3 .single-product .product-img .add-actions > ul > li, .product-item-3 .single-product .product-img .add-actions, .product-item-3 .single-product, .product-item-4 .single-product:hover .product-img .add-actions, .product-item-4 .single-product .product-img .add-actions > ul > li, .product-item-4 .single-product .product-img .add-actions, .product-item-4 .single-product .product-img > a .product-overlay, .product-item-4 .single-product, .product-item-2 .single-product:hover .product-img .add-actions, .product-item-2 .single-product .product-img .add-actions > ul > li, .product-item-2 .single-product .product-img .add-actions, .product-item-2 .single-product .product-img:hover .secondary-image, .product-item-2 .single-product .product-img:hover .primary-image, .product-item-2 .single-product .product-img > a .secondary-image, .product-item-2 .single-product .product-img > a .primary-image, .product-item-2 .single-product .product-img > a .product-overlay, .product-item-2 .single-product, .product-item .single-product:hover .product-img .add-actions, .product-item .single-product .product-img .add-actions > ul > li, .product-item .single-product .product-img .add-actions, .product-item .single-product .product-img > a .product-overlay, .product-item .single-product, .single-category-one .category-image:hover img, .single-category-one .category-image:hover span, .single-category-one .category-image:hover, .single-category-one .category-image img, .single-category-one .category-image span, .single-category-one .category-image, .banner-6-area .content-image:hover .border-button-2:before, .banner-6-area .button-style-2 .border-button-2, .banner-5-area .banner-content-2 .banner-title-2, .banner-5-area .content-image:hover .banner-title-2, .banner-3-area .banner-img:hover a .banner-overlay, .banner-3-area .banner-img a .banner-overlay, .banner-wrapper-2 .banner-content-3 a, .banner-wrapper-2 .banner-image a .banner-overlay, .banner-wrapper-2 .single-banner:hover .banner-content-3 a, .banner-wrapper-2 .single-banner:hover .banner-image a .banner-overlay, .social-link-2 ul li a:hover, .offcanvas-navigation .mobile-menu li > .menu-expand, .offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li > a > i, .offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li > ul li, .offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_banner .inner-img:before, .offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li > a > i, .offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li > ul li, .offcanvas-menu_wrapper .offcanvas-menu-inner, .offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_img, .btn-close > i, .btn-close, .border-button:hover, .border-button, .home-style-2 .border-button-2, .mgana-btn, .compare-table .table tbody tr, .wishlist-content table td.mgana-cart_btn a, .order-button-payment input, .coupon-accordion .coupon-content .coupon-info p.form-row input[type=submit], .coupon-accordion span, .myaccount-tab-content, .review-body .user-feedback form.feedback-form .comment-field textarea.textarea-field, .shop-product-wrap > [class*=col-], .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img .add-actions > ul > li, .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img .add-actions, .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img > a img.secondary-img, .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img:before, .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product, .shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > ul.ps-dropdown > li, .shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > ul.ps-dropdown, .main-nav > ul > li > a .menu-text:after, .quantity .cart-plus-minus > .qtybutton, .popup_wrapper .subscribe-area .subscribe-content .subscribe-form-group form.subscribe-form button, .popup_wrapper .test .popup_off, .popup_wrapper, .single-brand-item-2 img, .single-brand-item-2, .single-brand-item:hover img, .single-brand-item:hover, .single-brand-item img, .single-brand-item, .arrow-style-5:hover .slick-arrow, .arrow-style-2:hover .slick-arrow, .arrow-style-2 .slick-arrow, .slick-dots li, .global-overlay, .img-zoom_effect:before, .hover-style-3:hover .overlay-1, .hover-style-3 .overlay-1, .hover-style:hover .overlay-1, .hover-style .overlay-1, .price-filter .price-slider-amount .filter-btn, .price-filter .ui-slider-handle, .scroll-to-top i, .tab-content .tab-pane.active, .heading-6, a,
button,
i, input[type=checkbox] + label:before, input[type=checkbox] + label:after {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* ---Section Title--- */
.section-title > .heading-one {
  margin-bottom: 0;
  line-height: 24px;
  padding-bottom: 20px;
  font-size: 36px;
  letter-spacing: 4px;
}
@media (max-width: 575px) {
  .section-title > .heading-one {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 22px;
  }
}

.section-title-2 > .heading-5 {
  color: #3e3e3e;
  font-family: "Fjalla One", sans-serif;
  line-height: 36px;
  font-size: 36px;
  letter-spacing: 4px;
  font-weight: normal;
}
@media (max-width: 479px) {
  .section-title-2 > .heading-5 {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 24px;
  }
}

.section-title-3 {
  position: relative;
}
.section-title-3 > .heading-5 {
  color: #3e3e3e;
  font-family: "Lora", serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 33px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
@media (max-width: 479px) {
  .section-title-3 > .heading-5 {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 20px;
  }
}
.section-title-3 > .heading-5:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  background: #827021;
  width: 150px;
}

.section-title-4 {
  position: relative;
}
.section-title-4 > .heading-5 {
  color: #515151;
  font-family: "Acme", sans-serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 46px;
  padding-bottom: 30px;
}
.section-title-4 > .heading-5:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 4px;
  background: #ffffff;
  width: 80px;
}
@media (max-width: 767px) {
  .section-title-4 > .heading-5 {
    font-size: 52px;
  }
}
@media (max-width: 575px) {
  .section-title-4 > .heading-5 {
    font-size: 46px;
  }
}
@media (max-width: 479px) {
  .section-title-4 > .heading-5 {
    padding-bottom: 15px;
  }
}
.section-title-4 > .heading-6 {
  color: #3e3e3e;
  font-family: "Acme", sans-serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 46px;
  padding-bottom: 30px;
  opacity: 1;
}
.section-title-4 > .heading-6:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 4px;
  background: #3e3e3e;
  width: 80px;
}
@media (max-width: 575px) {
  .section-title-4 > .heading-6 {
    font-size: 46px;
  }
}
@media (max-width: 479px) {
  .section-title-4 > .heading-6 {
    padding-bottom: 15px;
  }
}

.section-title-5 > .heading-one {
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 46px;
  line-height: 28px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: italic;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .section-title-5 > .heading-one {
    font-size: 36px;
    line-height: 22px;
  }
}
@media (max-width: 479px) {
  .section-title-5 > .heading-one {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 20px;
  }
}

.section-title-13 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-title-13 > .heading-13 {
  color: #3e3e3e;
  font-family: "Lora", serif;
  font-size: 36px;
  line-height: 25px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  padding: 80px 20px;
  position: relative;
}
@media (max-width: 991px) {
  .section-title-13 > .heading-13 {
    font-size: 30px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .section-title-13 > .heading-13 {
    font-size: 26px;
    line-height: 19px;
  }
}
@media (max-width: 479px) {
  .section-title-13 > .heading-13 {
    font-size: 16px;
    line-height: 12px;
    padding: 80px 10spx;
    letter-spacing: 1px;
  }
}
.section-title-13 > .heading-13:before {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 2px solid #d8d8d8;
  width: 100px;
  -webkit-transition: inherit;
  transition: inherit;
  left: 100%;
}
@media (max-width: 575px) {
  .section-title-13 > .heading-13:before {
    width: 50px;
  }
}
@media (max-width: 479px) {
  .section-title-13 > .heading-13:before {
    width: 20px;
  }
}
.section-title-13 > .heading-13:after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 2px solid #d8d8d8;
  width: 100px;
  -webkit-transition: inherit;
  transition: inherit;
  right: 100%;
}
@media (max-width: 575px) {
  .section-title-13 > .heading-13:after {
    width: 50px;
  }
}
@media (max-width: 479px) {
  .section-title-13 > .heading-13:after {
    width: 20px;
  }
}

.section-title-14 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-title-14 .heading-14 {
  color: #3e3e3e;
  font-family: "Lora", serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .section-title-14 .heading-14 {
    font-size: 30px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .section-title-14 .heading-14 {
    font-size: 28px;
    line-height: 18px;
  }
}
@media (max-width: 479px) {
  .section-title-14 .heading-14 {
    font-size: 20px;
    line-height: 14px;
    letter-spacing: 1px;
  }
}

.border-heading > .heading-5 {
  position: relative;
  display: inline-block;
}
.border-heading > .heading-5:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -8px;
  margin: auto;
  border-bottom: 2px solid #3e3e3e;
  width: 100%;
}

.heading-two {
  margin-bottom: 0;
  line-height: 24px;
  font-size: 32px;
  letter-spacing: 4px;
}

.heading-3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4px;
}

.heading-4 {
  font-size: 46px;
  letter-spacing: 6px;
  color: #515151;
}

.heading-6 {
  font-family: "Fjalla One", sans-serif;
  font-size: 16px;
  color: #e5e5e5;
  opacity: 0.5;
}

.small-title-1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 26px;
}
@media (max-width: 767px) {
  .small-title-1 {
    letter-spacing: 16px;
  }
}
@media (max-width: 575px) {
  .small-title-1 {
    letter-spacing: 8px;
    font-size: 20px;
  }
}

.small-title-2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 3px;
  font-family: "Zilla Slab", serif;
}
@media (max-width: 575px) {
  .small-title-2 {
    font-size: 20px;
  }
}

.large-title-1 {
  font-size: 70px;
  line-height: 1.2em;
  letter-spacing: 7px;
}
@media (max-width: 767px) {
  .large-title-1 {
    font-size: 50px;
    letter-spacing: 5px;
  }
}
@media (max-width: 575px) {
  .large-title-1 {
    font-size: 36px;
    letter-spacing: 5px;
  }
}

.large-title-2 {
  font-size: 100px;
  font-weight: 400;
  line-height: 0.9em;
}

.large-title-3 {
  font-size: 66px;
  line-height: 1.25em;
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  .large-title-3 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .large-title-3 {
    font-size: 36px;
  }
}

.desc-one {
  font-size: 18px;
  line-height: 2;
}

/* ---Product Sticker---*/
.sticker {
  position: absolute;
  top: 20px;
  right: 0;
  width: 50px;
  height: 25px;
  line-height: 24px;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  background: #3e3e3e;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}

/* ---Tooltip--- */
.tooltip {
  z-index: 10;
}

.tooltip-inner {
  padding: 0 10px;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border-radius: 2px;
  font-size: 10px;
  background-color: #000000;
  text-indent: 0;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  content: "";
  border-width: 5px 5px 0;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #000000;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #000000;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #000000;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #000000;
}

/* ---Spacing Between Two Row---*/
.product-slider .slick-slide div:not(:last-child) .product-item {
  padding-bottom: 55px;
}

/* ---Slick Disabled Cursor Point--- */
.slick-disabled {
  cursor: not-allowed !important;
}

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

/*-- Scroll To Top --*/
.scroll-to-top {
  background-color: #3e3e3e;
  color: #ffffff;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 999;
  font-size: 20px;
  overflow: hidden;
  display: block;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-animation: SlideInDown 1s normal;
          animation: SlideInDown 1s normal;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-animation: SlideInUp 1s normal;
          animation: SlideInUp 1s normal;
}
.scroll-to-top i {
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
}
.scroll-to-top:hover {
  background-color: #d4876c;
}
.scroll-to-top:hover > i {
  -webkit-animation: SlideInUp 1s infinite;
          animation: SlideInUp 1s infinite;
}
.scroll-to-top.bg-color-2 {
  background-color: #041632;
}
.scroll-to-top.bg-color-2:hover {
  background-color: #dda973;
}
.scroll-to-top.bg-color-3 {
  background-color: #041632;
}
.scroll-to-top.bg-color-3:hover {
  background-color: #827021;
}
.scroll-to-top.bg-color-4 {
  background-color: #041632;
}
.scroll-to-top.bg-color-4:hover {
  background-color: #ff794a;
}
.scroll-to-top.bg-color-5 {
  background-color: #041632;
}
.scroll-to-top.bg-color-5:hover {
  background-color: #73bcc3;
}

.rating-box > ul {
  line-height: 12px;
}
.rating-box > ul > li {
  display: inline-block;
  line-height: 12px;
}
.rating-box > ul > li > i {
  color: #F5A623;
  font-size: 14px;
}
.rating-box.gamboge-color > ul > li > i {
  color: #DC9B0E;
}

/* ---Pagination--- */
.paginatoin-area {
  padding: 30px 0 90px;
}
.paginatoin-area.position-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paginatoin-area .pagination-box li {
  display: inline-block;
}
.paginatoin-area .pagination-box li > a {
  border: 2px solid #e5e5e5;
  color: #e5e5e5;
  width: 45px;
  height: 45px;
  line-height: 44px;
  text-align: center;
  display: block;
  font-family: "Poppins", sans-serif;
}
.paginatoin-area .pagination-box li > a.next i {
  font-size: 16px;
}
.paginatoin-area .pagination-box li.active > a {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
.paginatoin-area .pagination-box li:hover > a {
  color: #1a1a1a;
  border-color: #1a1a1a;
}

/* ---Tag--- */
.tags-list li {
  display: inline-block;
  margin-bottom: 5px;
}
.tags-list li a {
  font-size: 14px;
  border: 1px solid #e5e5e5;
  padding: 5px 15px;
  display: block;
  line-height: 20px;
}

/* ---Range Slider--- */
.price-filter .ui-widget-content {
  background-color: #e5e5e5;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  height: 5px;
  margin: 0 0 25px;
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.price-filter .ui-slider-range {
  background-color: #1a1a1a;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
}
.price-filter .ui-slider-handle {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  display: block;
  outline: none;
  width: 20px;
  height: 20px;
  line-height: 15px;
  margin: 0;
  text-align: center;
  top: 50%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: e-resize;
}
.price-filter .ui-slider-handle:last-child {
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.price-filter .ui-slider-handle:hover {
  background-color: #d4876c;
}
.price-filter .price-slider-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price-filter .price-slider-amount .filter-btn {
  border: 2px solid #1a1a1a;
  width: 110px;
  height: 40px;
  line-height: 38px;
  font-size: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .price-filter .price-slider-amount .filter-btn {
    width: 40px;
    font-size: 14px;
  }
}
.price-filter .price-slider-amount .filter-btn:hover {
  background-color: #d4876c;
  border-color: #d4876c;
  color: #ffffff;
}
.price-filter .price-slider-amount .label-input label {
  font-size: 14px;
  margin: 0;
  text-transform: capitalize;
  padding-left: 5px;
}
.price-filter .price-slider-amount .label-input input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  height: inherit;
  padding-left: 5px;
  width: 99px;
}

/* ---Countdown--- */
.countdown-wrap .countdown.item-4 .countdown__item {
  display: inline-block;
  position: relative;
  padding: 10px 0;
  text-align: center;
  margin-left: 60px;
}
@media (max-width: 991px) {
  .countdown-wrap .countdown.item-4 .countdown__item {
    margin-left: 30px;
  }
}
@media (max-width: 479px) {
  .countdown-wrap .countdown.item-4 .countdown__item {
    margin-left: 15px;
  }
}
.countdown-wrap .countdown.item-4 .countdown__item:first-child {
  margin-left: 0;
}
.countdown-wrap .countdown.item-4 .countdown__item span {
  text-transform: capitalize;
}
.countdown-wrap .countdown.item-4 .countdown__item span.countdown__time {
  font-size: 49px;
}
.countdown-wrap .countdown.item-4 .countdown__item span.countdown__text {
  display: block;
  font-size: 18px;
  line-height: 32.4px;
}
.countdown-wrap.white-text_color span {
  color: #ffffff;
}
.countdown-wrap.with-border_radius .countdown.item-4 .countdown__item {
  background-color: #ffffff;
  padding: 15px 0 10px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  margin-left: 15px;
}
@media (max-width: 1500px) {
  .countdown-wrap.with-border_radius .countdown.item-4 .countdown__item {
    margin-left: 5px;
    width: 70px;
    height: 70px;
    padding: 10px 0;
  }
}
@media (max-width: 575px) {
  .countdown-wrap.with-border_radius .countdown.item-4 .countdown__item {
    width: 60px;
    height: 60px;
    padding: 5px 0;
  }
}
.countdown-wrap.with-border_radius .countdown.item-4 .countdown__item:first-child {
  margin-left: 0;
}
.countdown-wrap.with-border_radius .countdown.item-4 .countdown__item span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  text-transform: none;
  font-size: 16px;
}
@media (max-width: 1500px) {
  .countdown-wrap.with-border_radius .countdown.item-4 .countdown__item span {
    font-size: 14px;
  }
}
.countdown-wrap.with-border_radius .countdown.item-4 .countdown__item span.countdown__time {
  font-weight: 600;
  font-size: 25px;
}
@media (max-width: 1500px) {
  .countdown-wrap.with-border_radius .countdown.item-4 .countdown__item span.countdown__time {
    font-size: 18px;
  }
}
.countdown-wrap.with-border_radius .countdown.item-4 .countdown__item span.countdown__text {
  display: block;
}
@media (max-width: 1500px) {
  .countdown-wrap.with-border_radius .countdown.item-4 .countdown__item span.countdown__text {
    line-height: 1.4;
  }
}
@media (max-width: 575px) {
  .countdown-wrap.with-border_radius .countdown.item-4 .countdown__item span.countdown__text {
    line-height: 1;
  }
}

/* ---Section Space--- */
.h-100 {
  height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--- Image Hover Style ---*/
.hover-style {
  display: block;
  overflow: hidden;
}
.hover-style img {
  -webkit-transform: scale(1.01) rotate(0.05deg);
          transform: scale(1.01) rotate(0.05deg);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.hover-style .overlay-1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  content: "";
  background-color: #3e3e3e;
  width: 100%;
  height: 100%;
}
.hover-style:hover img {
  -webkit-transform: scale(1.05) rotate(0.05deg);
          transform: scale(1.05) rotate(0.05deg);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.hover-style:hover .overlay-1 {
  opacity: 0.2;
}

.hover-style-2 {
  display: block;
  overflow: hidden;
}
.hover-style-2 img {
  -webkit-transform: translate3d(-40px, 0, 0);
          transform: translate3d(-40px, 0, 0);
  max-width: none;
  width: calc(100% + 50px);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.hover-style-2:hover img {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.hover-style-3 {
  display: block;
  overflow: hidden;
}
.hover-style-3 .background-3 {
  -webkit-transform: scale(1.01) rotate(0.05deg);
          transform: scale(1.01) rotate(0.05deg);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.hover-style-3 .overlay-1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  content: "";
  background-color: #3e3e3e;
  width: 100%;
  height: 100%;
}
.hover-style-3:hover .background-3 {
  -webkit-transform: scale(1.08) rotate(0.05deg);
          transform: scale(1.08) rotate(0.05deg);
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.hover-style-3:hover .overlay-1 {
  opacity: 0.2;
}

/* ---Image Zoom Effect--- */
.img-zoom_effect {
  position: relative;
  overflow: hidden;
}
.img-zoom_effect:before {
  background-color: #000;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  z-index: 1;
}
.img-zoom_effect img {
  -webkit-transition: 1.8s ease-in-out;
  transition: 1.8s ease-in-out;
}
.img-zoom_effect:hover:before {
  opacity: 0.3;
}
.img-zoom_effect:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

/* ---Global Overlay--- */
.global-overlay {
  background-color: rgba(62, 62, 62, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  visibility: hidden;
}
.global-overlay.overlay-open {
  visibility: visible;
  cursor: url(../images/menu/icon/light-close.png) 16 16, pointer;
}

/* ---Nice Select Customization--- */
.myniceselect.nice-select {
  padding: 0;
  margin: 0;
  height: auto;
  line-height: auto;
}
.myniceselect.nice-select span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
}
.myniceselect.nice-select .list {
  width: 100%;
}
.myniceselect.nice-select.wide span {
  width: 100%;
}

/*--- Slick Dots Style ---*/
.slick-dots {
  position: absolute;
  bottom: 30px;
  left: auto;
  text-align: center;
  padding: 0 30px;
}
@media (max-width: 1500px) {
  .slick-dots {
    padding: 0;
  }
}
.slick-dots li {
  border: 1px solid #000000;
  display: inline-block;
  cursor: pointer;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
.slick-dots li:first-child {
  margin-right: 15px;
}
.slick-dots li:hover {
  background-color: #3e3e3e;
  border-color: #3e3e3e;
}
.slick-dots li.slick-active {
  background-color: #3e3e3e !important;
  border: 1px solid #3e3e3e;
}
.slick-dots li button {
  border: none;
}

.custom-dots .slick-dots {
  position: absolute;
  padding: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -45px;
}
.custom-dots .slick-dots > li {
  background-color: rgba(153, 133, 119, 0.5);
  border: 0;
  width: 15px;
  height: 15px;
}
.custom-dots .slick-dots > li:hover {
  background-color: #3e3e3e;
}
@media (max-width: 767px) {
  .custom-dots .slick-dots > li {
    width: 10px;
    height: 10px;
  }
}
.custom-dots .slick-dots > li:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .custom-dots .slick-dots > li:not(:last-child) {
    margin-right: 10px;
  }
}

.custom-dots-2 .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.custom-dots-2 .slick-dots > li {
  background-color: #ffffff;
  border: 0;
  width: 15px;
  height: 15px;
}
.custom-dots-2 .slick-dots > li:hover {
  background-color: #3e3e3e;
}
@media (max-width: 767px) {
  .custom-dots-2 .slick-dots > li {
    width: 10px;
    height: 10px;
  }
}
.custom-dots-2 .slick-dots > li:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .custom-dots-2 .slick-dots > li:not(:last-child) {
    margin-right: 10px;
  }
}

.custom-dots-3 .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.custom-dots-3 .slick-dots > li {
  width: 3px;
  height: 3px;
  background: #ffffff;
  cursor: pointer;
  border: 5px solid #000000;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-perspective: 400;
          perspective: 400;
  -webkit-transform: translatez(0.01px);
          transform: translatez(0.01px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-dots-3 .slick-dots > li:hover {
  background: #000000;
  border-color: #ffffff;
}
.custom-dots-3 .slick-dots > li.slick-active {
  background: #000000;
  border-color: #ffffff;
}
.custom-dots-3 .slick-dots > li:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .custom-dots-3 .slick-dots > li:not(:last-child) {
    margin-right: 10px;
  }
}

.custom-dots-4 .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -73px;
  z-index: 9;
}
.custom-dots-4 .slick-dots > li {
  background-color: #ffffff;
  width: 29px;
  height: 29px;
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: #b5b5b5;
}
@media (max-width: 767px) {
  .custom-dots-4 .slick-dots > li {
    width: 24px;
    height: 24px;
  }
}
.custom-dots-4 .slick-dots > li.slick-active {
  background-color: #ffffff !important;
  border-color: #ff794a;
}
.custom-dots-4 .slick-dots > li:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .custom-dots-4 .slick-dots > li:not(:last-child) {
    margin-right: 10px;
  }
}

/* ---Mgana Slick Arrows--- */
.arrow-style-1 .slick-arrow {
  background-color: #ffffff;
  position: absolute;
  bottom: 30px;
  left: calc(50% - 48px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  height: 70px;
  line-height: 70px;
  z-index: 1;
}
.arrow-style-1 .slick-arrow.tty-slick-text-next {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}
.arrow-style-1 .slick-arrow > i {
  display: block;
  line-height: 70px;
}
@media (max-width: 991px) {
  .arrow-style-1 .slick-arrow > i {
    line-height: 60px;
  }
}
.arrow-style-1 .slick-arrow:hover {
  opacity: 0.6;
}
.arrow-style-1 .slick-arrow:hover > i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 991px) {
  .arrow-style-1 .slick-arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    bottom: 20px;
    left: calc(50% - 45px);
  }
}

.arrow-style-2 .slick-arrow {
  background-color: #ffffff;
  position: absolute;
  bottom: 30px;
  top: calc(50% - 0px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.arrow-style-2 .slick-arrow.tty-slick-text-next {
  right: 0%;
}
.arrow-style-2 .slick-arrow.tty-slick-text-prev {
  left: 0%;
}
.arrow-style-2 .slick-arrow > i {
  display: block;
  line-height: 60px;
}
.arrow-style-2 .slick-arrow:hover {
  opacity: 0.6;
}
.arrow-style-2 .slick-arrow:hover > i {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.arrow-style-2:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.arrow-style-2:hover .slick-arrow.tty-slick-text-next {
  right: 5%;
}
.arrow-style-2:hover .slick-arrow.tty-slick-text-prev {
  left: 5%;
}

.arrow-style-3 .slick-arrow {
  background-color: #adadad;
  color: #ffffff;
}
.arrow-style-3 .slick-arrow:hover {
  background-color: #000;
}

.arrow-style-4 .slick-arrow {
  position: absolute;
  width: 56px;
  height: 56px;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 14px;
  font-size: 14px;
  border: 2px solid;
  border-color: rgba(62, 62, 62, 0.5);
  z-index: 9;
  opacity: 1;
}
@media (max-width: 575px) {
  .arrow-style-4 .slick-arrow {
    height: 46px;
    width: 46px;
  }
}
.arrow-style-4 .slick-arrow.tty-slick-text-next {
  right: 3.4%;
  top: 86.5%;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
}
@media (max-width: 1500px) {
  .arrow-style-4 .slick-arrow.tty-slick-text-next {
    right: 2%;
  }
}
.arrow-style-4 .slick-arrow.tty-slick-text-prev {
  right: 3.4%;
  top: 77%;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}
@media (max-width: 1500px) {
  .arrow-style-4 .slick-arrow.tty-slick-text-prev {
    right: 2%;
  }
}
.arrow-style-4 .slick-arrow:hover {
  background: #3e3e3e;
  color: #ffffff;
  border: 2px solid;
  border-color: #3e3e3e;
  opacity: 1;
}
.arrow-style-4:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.arrow-style-5 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 12px;
  font-size: 12px;
  z-index: 9;
  opacity: 0;
}
.arrow-style-5 .slick-arrow.tty-slick-text-next {
  right: 5px;
}
.arrow-style-5 .slick-arrow.tty-slick-text-prev {
  left: 5px;
}
.arrow-style-5 .slick-arrow:hover {
  background: #d4876c;
  color: #ffffff;
}
.arrow-style-5:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.arrow-style-5:hover .slick-arrow.tty-slick-text-next {
  right: 0%;
  left: auto;
}
.arrow-style-5:hover .slick-arrow.tty-slick-text-prev {
  left: 0%;
  right: auto;
}

.arrow-style-6 .slick-arrow {
  background-color: #adadad;
  color: #ffffff;
}
.arrow-style-6 .slick-arrow:hover {
  background-color: #dda973;
}

.arrow-style-7 .slick-arrow {
  position: absolute;
  width: 36px;
  height: 36px;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 14px;
  font-size: 14px;
  z-index: 9;
  opacity: 1;
}
@media (max-width: 575px) {
  .arrow-style-7 .slick-arrow {
    height: 26px;
    width: 26px;
  }
}
.arrow-style-7 .slick-arrow.tty-slick-text-next {
  right: 10%;
  top: 100%;
}
.arrow-style-7 .slick-arrow.tty-slick-text-next i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.arrow-style-7 .slick-arrow.tty-slick-text-prev {
  left: 10%;
  top: 100%;
}
.arrow-style-7 .slick-arrow.tty-slick-text-prev i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.arrow-style-7 .slick-arrow:hover {
  color: #1a1a1a;
  opacity: 1;
}
.arrow-style-7:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.arrow-style-8 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 12px;
  font-size: 12px;
  z-index: 9;
  opacity: 1;
}
.arrow-style-8 .slick-arrow.tty-slick-text-next {
  left: auto;
  right: -9%;
}
@media (max-width: 991px) {
  .arrow-style-8 .slick-arrow.tty-slick-text-next {
    right: -12%;
  }
}
@media (max-width: 767px) {
  .arrow-style-8 .slick-arrow.tty-slick-text-next {
    right: -9%;
  }
}
@media (max-width: 479px) {
  .arrow-style-8 .slick-arrow.tty-slick-text-next {
    right: -15%;
  }
}
.arrow-style-8 .slick-arrow.tty-slick-text-prev {
  right: auto;
  left: -9%;
}
@media (max-width: 991px) {
  .arrow-style-8 .slick-arrow.tty-slick-text-prev {
    left: -12%;
  }
}
@media (max-width: 767px) {
  .arrow-style-8 .slick-arrow.tty-slick-text-prev {
    left: -9%;
  }
}
@media (max-width: 479px) {
  .arrow-style-8 .slick-arrow.tty-slick-text-prev {
    left: -15%;
  }
}

.arrow-style-9 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 12px;
  font-size: 12px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 50%;
}
.arrow-style-9 .slick-arrow.tty-slick-text-next {
  left: auto;
  right: 0%;
}
.arrow-style-9 .slick-arrow.tty-slick-text-prev {
  right: auto;
  left: 0%;
}
.arrow-style-9 .slick-arrow:hover {
  color: #ffffff;
  background-color: #d4876c;
  opacity: 1;
}
.arrow-style-9:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.arrow-style-9:hover .slick-arrow.tty-slick-text-next {
  left: auto;
  right: -1.2%;
}
.arrow-style-9:hover .slick-arrow.tty-slick-text-prev {
  right: auto;
  left: -1.2%;
}

.arrow-style-10 .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 12px;
  font-size: 12px;
  z-index: 9;
  opacity: 1;
}
.arrow-style-10 .slick-arrow.tty-slick-text-next {
  right: 15px;
}
.arrow-style-10 .slick-arrow.tty-slick-text-prev {
  left: 15px;
}
.arrow-style-10 .slick-arrow:hover {
  background: #1a1a1a;
  color: #ffffff;
}

/*--- Mgana's Brand Logo --- */
.brand-logo-area {
  padding: 10px 0px;
}

.brand-slider .slick-list {
  margin-right: -18px;
  margin-left: -20px;
}
.brand-slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand-slider-2 {
  padding: 20px 150px 10px;
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 1199px) {
  .brand-slider-2 {
    padding: 20px 100px 10px;
  }
}
@media (max-width: 991px) {
  .brand-slider-2 {
    padding: 20px 0px 10px;
  }
}
.brand-slider-2 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-brand-item {
  margin: 20px;
  padding: 10px;
}
.single-brand-item .brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-brand-item img {
  background: #ffffff;
  opacity: 0.5;
}
.single-brand-item:hover img {
  opacity: 1;
}

.single-brand-item-2 {
  margin: 20px;
  padding: 10px;
}
.single-brand-item-2 .brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-brand-item-2 img {
  background: #ffffff;
  opacity: 1;
}

.brand-logo-2 .single-brand-item img {
  background: #f5f5f5;
}

/* ---Mgana Newsletters Popup --- */
.popup_wrapper {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  width: 100%;
  z-index: 9999999;
}
@media (max-width: 991px) {
  .popup_wrapper {
    display: none;
  }
}
.popup_wrapper .test {
  background: #ffffff;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  height: 425px;
  left: 0;
  margin: auto;
  max-width: 870px;
  padding: 50px 50px 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.popup_wrapper .test .popup_off {
  background: #3e3e3e;
  color: #ffffff;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 43px;
  display: block;
  cursor: pointer;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}
.popup_wrapper .test .popup_off:hover {
  background-color: #d4876c;
}
.popup_wrapper .subscribe-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.popup_wrapper .subscribe-area .subscribe-img {
  background-color: #f0daca;
  width: 40%;
}
.popup_wrapper .subscribe-area .subscribe-img .subscribe-inner_img {
  margin: -20px -20px 20px 20px;
}
.popup_wrapper .subscribe-area .subscribe-content {
  padding-left: 80px;
  width: 60%;
  text-align: center;
}
.popup_wrapper .subscribe-area .subscribe-content > h2 {
  color: #3e3e3e;
  font-weight: 600;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.popup_wrapper .subscribe-area .subscribe-content > p {
  margin: 0;
  max-width: 580px;
  padding-bottom: 25px;
  color: #3e3e3e;
  font-size: 16px;
}
.popup_wrapper .subscribe-area .subscribe-content .subscribe-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup_wrapper .subscribe-area .subscribe-content .subscribe-form-group form.subscribe-form {
  position: relative;
}
.popup_wrapper .subscribe-area .subscribe-content .subscribe-form-group form.subscribe-form input {
  background: #ffffff;
  border: 1px solid #e5e5e5 !important;
  color: #3e3e3e;
  border: 0 none;
  height: 50px;
  padding: 0 150px 0 20px;
  width: 100%;
}
.popup_wrapper .subscribe-area .subscribe-content .subscribe-form-group form.subscribe-form input::-webkit-input-placeholder {
  color: #3e3e3e;
}
.popup_wrapper .subscribe-area .subscribe-content .subscribe-form-group form.subscribe-form input::-moz-placeholder {
  color: #3e3e3e;
}
.popup_wrapper .subscribe-area .subscribe-content .subscribe-form-group form.subscribe-form input:-ms-input-placeholder {
  color: #3e3e3e;
}
.popup_wrapper .subscribe-area .subscribe-content .subscribe-form-group form.subscribe-form input::-ms-input-placeholder {
  color: #3e3e3e;
}
.popup_wrapper .subscribe-area .subscribe-content .subscribe-form-group form.subscribe-form input::placeholder {
  color: #3e3e3e;
}
.popup_wrapper .subscribe-area .subscribe-content .subscribe-form-group form.subscribe-form button {
  background: #d4876c;
  color: #ffffff;
  top: 0;
  right: 0;
  position: absolute;
  width: 130px;
  height: 50px;
  line-height: 50px;
  border: 0;
  display: block;
  text-transform: uppercase;
}
.popup_wrapper .subscribe-area .subscribe-content .subscribe-form-group form.subscribe-form button:hover {
  background-color: #d4876c;
}
.popup_wrapper .subscribe-area .subscribe-content .subscribe-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
}
.popup_wrapper .subscribe-area .subscribe-content .subscribe-bottom input {
  margin-right: 5px;
}
.popup_wrapper .subscribe-area .subscribe-content .subscribe-bottom label {
  margin-bottom: 0;
  color: #3e3e3e;
}

/* ---Mousemove Wrap--- */
.mousemove-wrap {
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  bottom: 60px;
  left: 60px;
  position: absolute;
}
.mousemove-wrap .page-back {
  position: relative;
  top: calc(100% - 145px);
  left: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .mousemove-wrap .page-back {
    top: calc(100% - 95px);
  }
}
@media (max-width: 991px) {
  .mousemove-wrap .page-back {
    top: calc(100% - 55px);
  }
}
@media (max-width: 767px) {
  .mousemove-wrap .page-back {
    top: calc(100% - 10px);
  }
}
@media (max-width: 479px) {
  .mousemove-wrap .page-back {
    top: calc(100% + 25px);
  }
}

/* ---Bootstrap No Gutters--- */
.no-gutters {
  margin-right: 0px;
  margin-left: 0px;
}

/* ---In Stock--- */
.in-stock {
  font-size: 12px;
  margin-left: 10px;
  font-weight: 600;
}
@media (max-width: 479px) {
  .in-stock {
    margin-left: 0px;
  }
}
.in-stock i:before {
  border: 1px solid #86ba45;
  width: 15px;
  height: 15px;
  line-height: 13px;
  border-radius: 100%;
  font-size: 10px;
  display: block;
  text-align: center;
  margin-right: 5px;
}

/* --- Quantity --- */
.quantity {
  margin-right: 10px;
}
.quantity .cart-plus-minus {
  position: relative;
  width: 88px;
  text-align: left;
}
.quantity .cart-plus-minus > .cart-plus-minus-box {
  border: 1px solid #e5e5e5;
  height: 60px;
  text-align: center;
  width: 85px;
  background: #ffffff;
}
.quantity .cart-plus-minus > .qtybutton {
  cursor: pointer;
  position: absolute;
  text-align: center;
  font-size: 18px;
}
.quantity .cart-plus-minus > .qtybutton.dec {
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quantity .cart-plus-minus > .qtybutton.inc {
  border-bottom: none;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*----------------------------------------*/
/*    05 - Global - Color
/*----------------------------------------*/
/* ---Background Color--- */
.bg-smoke_color {
  background-color: #f5f5f5;
}

.bg-white_color {
  background-color: #ffffff;
}

.bg-wisp-pink {
  background-color: #f3ebe9;
}

.bg-snow {
  background-color: #b5b5b5;
}

.bg-clear_day {
  background-color: #ddeee9;
}

.bg-black {
  background-color: #000;
}

.bg-night_rider {
  background-color: #313131;
}

.bg-fantasy {
  background-color: #f1f1ee;
}

.bg-dim_gray {
  background-color: #6E6E6E;
}

.bg-snow {
  background-color: #f9f9f9;
}

.bg-cavern_pink {
  background-color: #dCb6b6;
}

.bg-hint-of_red {
  background-color: #f6f4f2;
}

.bg-tranquil {
  background-color: #e0f4f0;
}

.bg-footer-1 {
  background-color: #2a2a2a;
}

.bg-sorbus {
  background-color: #d4876c;
}

/*---- Title Colors ----*/
.white-title-color {
  color: #ffffff !important;
}

.default-title-color {
  color: #d4876c;
}

.default-title-color-2 {
  color: #f55555;
}

.default-title-color-3 {
  color: #FF6060;
}

.default-title-color-6 {
  color: #ff794a;
}

.black-title-color {
  color: #3e3e3e;
}

/*----------------------------------------*/
/*    06 - Layout - Header
/*----------------------------------------*/
@media (max-width: 1199px) {
  .main-header {
    padding: 40px 0px;
  }
}

/* ---Header Logo--- */
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .header-logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-logo img {
  width: 175px;
}

/* ---Main Menu--- */
.main-nav > ul > li {
  display: inline-block;
  padding: 45px 0px;
  position: relative;
}
.main-nav > ul > li:hover .dropdown-hover {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-nav > ul > li:hover .menu-text:after {
  width: 100%;
  opacity: 1;
}
.main-nav > ul > li > a {
  display: block;
  padding: 8px 12px;
  font-size: 16px;
  text-transform: uppercase;
}
.main-nav > ul > li > a.active {
  color: #d4876c !important;
}
.main-nav > ul > li > a.active .menu-text:after {
  width: 100%;
  opacity: 1;
}
.main-nav > ul > li > a i {
  margin-left: 5px;
  font-size: 12px;
  vertical-align: middle;
}
.main-nav > ul > li > a .menu-text {
  position: relative;
}
.main-nav > ul > li > a .menu-text:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 20%;
  border-bottom: 2px solid #d4876c;
  content: "";
  z-index: 1;
  opacity: 0;
  bottom: -16px;
}
.main-nav > ul > li ul li {
  position: relative;
}
.main-nav > ul > li ul li:hover .dropdown-hover-2 {
  opacity: 1;
  left: 100%;
  visibility: visible;
}

/*--- Dropdwon ---*/
.mgana-dropdown {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
  padding: 20px 0 24px;
  width: 230px;
}
.mgana-dropdown > li > a {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #3e3e3e;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.mgana-dropdown > li > a:hover {
  color: #d4876c;
  text-decoration: underline;
}
.mgana-dropdown > li > a.active {
  color: #d4876c;
  text-decoration: underline;
}
.mgana-dropdown > li > a > i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2%;
  font-size: 12px;
  padding-right: 10px;
}

.dropdown-hover {
  position: absolute;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0.2s;
  transition: all 0.3s linear 0.2s;
  z-index: 999;
}

.dropdown-hover-2 {
  position: absolute;
  left: 110%;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0.2s;
  transition: all 0.3s linear 0.2s;
  z-index: 999;
}

/*--- Mega-Menu ---*/
.mega-menu {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
  padding: 15px;
}
.mega-menu.three-column {
  width: 870px;
}
.mega-menu .menu-colum {
  width: 33.333%;
  padding: 15px;
  float: left;
}
.mega-menu .menu-colum ul li .mega-menu-text {
  position: relative;
  font-size: 20px;
  font-family: "Zilla Slab", serif;
  display: inline-block;
  padding: 10px 20px 15px 0px;
  margin: 0px 0px 10px 20px;
}
.mega-menu .menu-colum ul li .mega-menu-text:after {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 30%;
  border-bottom: 2px solid #d4876c;
  content: "";
  z-index: 1;
}
.mega-menu .menu-colum ul li a {
  padding: 10px 20px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.mega-menu .menu-colum ul li a:hover {
  text-decoration: underline;
}
.mega-menu .menu-colum ul li a.active {
  color: #d4876c;
  text-decoration: underline;
}

.three-column {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
}
@media (max-width: 1500px) {
  .three-column {
    -webkit-transform: translate(-30%, 0);
            transform: translate(-30%, 0);
    left: 30%;
  }
}

.four-column {
  width: 1200px;
  -webkit-transform: translate(-47.2%, 0);
          transform: translate(-47.2%, 0);
  left: 100%;
}
.four-column .four-column-wrapper {
  float: left;
  width: 73%;
  padding: 15px;
}
@media (max-width: 1500px) {
  .four-column .four-column-wrapper {
    width: 71%;
  }
}
.four-column .mega-menu-image {
  width: 27%;
}
@media (max-width: 1500px) {
  .four-column .mega-menu-image {
    width: 29%;
  }
}
@media (max-width: 1500px) {
  .four-column {
    -webkit-transform: translate(-33%, 0);
            transform: translate(-33%, 0);
    left: 28%;
    width: 1068px;
  }
}

.shop-demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
.shop-demo a img {
  -webkit-transform: scale(1.01) rotate(0.05deg);
          transform: scale(1.01) rotate(0.05deg);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.shop-demo:hover a img {
  -webkit-transform: scale(1.05) rotate(0.05deg);
          transform: scale(1.05) rotate(0.05deg);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.shop-demo:hover .mgana-btn {
  background-color: #3e3e3e;
  color: #ffffff !important;
}
.shop-demo .demo-content {
  position: absolute;
  bottom: 50px;
  text-align: center;
}
.shop-demo .demo-content p {
  color: #ffffff;
  font-size: 16px;
}
.shop-demo .demo-content .title {
  color: #ffffff;
  font-size: 60px;
  text-transform: uppercase;
}
.shop-demo .demo-content .mgana-btn {
  display: inline-block;
}
.shop-demo .demo-content .mgana-btn:hover {
  color: #ffffff;
}

/* ---Header Right Area--- */
.header-right-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 575px) {
  .header-right-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
  }
}
.header-right-area > ul > li {
  float: left;
}
.header-right-area > ul > li:nth-child(-n+2) {
  margin-right: 30px;
}
.header-right-area > ul > li.minicart-wrap > a > .minicart-count_area {
  position: relative;
}
.header-right-area > ul > li.minicart-wrap > a > .minicart-count_area span.cart-item_count {
  background-color: #E92323;
  color: #ffffff;
  position: absolute;
  top: -15px;
  right: -10px;
  width: 18px;
  height: 18px;
  line-height: 17px;
  font-size: 10px;
  text-align: center;
  border-radius: 100%;
}
.header-right-area > ul > li > a i {
  font-size: 20px;
}

/* ---Sticky Header--- */
.header-sticky {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  z-index: 99;
  display: none;
}
@media (max-width: 1199px) {
  .header-sticky {
    padding: 30px 0px;
  }
}
.header-sticky .main-nav > ul > li {
  padding: 30px 0px;
}
.header-sticky.sticky {
  -webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
          animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
  display: block;
}
@media (max-width: 575px) {
  .header-sticky.sticky {
    position: static;
    display: none;
  }
}
.header-sticky .sticky-header_nav {
  padding: 0;
}
@media (max-width: 991px) {
  .header-sticky .sticky-header_nav {
    padding: 20px 0;
  }
}
.header-sticky .sticky-header_nav .header-logo_area > a > img {
  max-width: 120px;
}
@media (max-width: 1199px) {
  .header-sticky .sticky-header_nav .main-menu_area > nav.main-nav > ul > li {
    margin-right: 20px;
  }
}

/* ---Header 2--- */
.header-2 {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

/* ---Header 3--- */
.header-3 .header-middle-area {
  padding: 60px 0 0px;
}
@media (max-width: 991px) {
  .header-3 .header-middle-area {
    padding: 60px 0 60px;
  }
}
.header-3 .header-middle-area .social-link {
  padding: 0px;
}
@media (max-width: 1199px) {
  .header-3 .main-header-3 {
    padding: 0px;
  }
}
@media (max-width: 1199px) {
  .header-3 .three-column {
    left: 100%;
  }
}
@media (max-width: 1199px) {
  .header-3 .four-column {
    left: 50%;
    width: 950px;
  }
}
@media (max-width: 1199px) {
  .header-3 .four-column .four-column-wrapper {
    width: 69%;
  }
}
@media (max-width: 1199px) {
  .header-3 .four-column .mega-menu-image {
    width: 31%;
  }
}
@media (max-width: 1199px) {
  .header-3 .mega-menu .menu-colum.menu-column-3 {
    padding: 0;
  }
}

/* ---Header 4--- */
.header-top .header-offer {
  text-align: center;
}
@media (max-width: 1199px) {
  .header-top .header-offer {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .header-top .header-offer {
    text-align: center;
    padding-top: 10px;
  }
}
.header-top .header-offer a {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.header-top .header-offer a span {
  text-transform: uppercase;
}
.header-top .box-right {
  text-align: right;
}
@media (max-width: 991px) {
  .header-top .box-right {
    text-align: center;
  }
}
.header-top .box-right ul li {
  display: inline-block;
  position: relative;
  padding: 13px 0px;
}
.header-top .box-right ul li a {
  padding: 10px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1500px) {
  .header-top .box-right ul li a {
    padding: 10px 6px;
  }
}
@media only screen and (min-width: 1199px) and (max-width: 1300px) {
  .header-top .box-right ul li a {
    padding: 10px 3px;
  }
}
.header-top .box-right ul li a i {
  padding-left: 3px;
  font-size: 10px;
}
@media only screen and (min-width: 1199px) and (max-width: 1300px) {
  .header-top .box-right ul li a i {
    font-size: 8px;
    padding-left: 1px;
  }
}
.header-top .box-right ul li:last-child a {
  padding-right: 0px;
}
.header-top .box-right .box-dropdown {
  background: #ffffff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  right: 0;
  position: absolute;
  top: 100%;
  width: 140px;
  z-index: 99;
  padding: 10px 0;
  display: none;
  text-align: left;
}
@media (max-width: 479px) {
  .header-top .box-right .box-dropdown {
    width: 100px;
  }
}
.header-top .box-right .box-dropdown li {
  display: block;
  padding: 0px;
}
.header-top .box-right .box-dropdown li a {
  padding: 3px 10px;
  font-size: 12px;
  width: 100%;
}
.header-top .social-link {
  padding-top: 0px;
}
.header-top .social-link > ul > li > a {
  font-size: 18px;
}

/* ---Header 5--- */
.header-5 {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-5 .main-header-5 .main-nav > ul > li > a {
  color: #ffffff;
}
.header-5 .main-header-5 .main-nav > ul > li:hover > a {
  color: #d4876c;
}
.header-5 .main-header-5 .header-right-area > ul > li > a {
  color: #ffffff;
}
.header-5 .main-header-5 .header-right-area > ul > li:hover > a {
  color: #d4876c;
}

/* ---Header 6--- */
.header-6 .main-nav > ul > li > a {
  font-family: "Fjalla One", sans-serif;
}
.header-6 .main-nav > ul > li > a.active {
  color: #dda973 !important;
}
.header-6 .main-nav > ul > li > a .menu-text:after {
  border-color: #dda973;
}
.header-6 .mega-menu .menu-colum ul li .mega-menu-text {
  font-family: "Fjalla One", sans-serif;
}
.header-6 .shop-demo .demo-content h2 {
  font-family: "Fjalla One", sans-serif;
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 20px;
}
.header-6 .demo-content .mgana-btn-3 {
  margin: 0 auto;
}
.header-6 .mobile-menu_wrapper .btn-close-2 > i:hover {
  color: #dda973;
}
.header-6 .offcanvas-navigation .mobile-menu li.menu-open > a {
  color: #dda973;
}

/* ---Header 7--- */
.header-7 {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-7 .main-header-7 .main-nav > ul > li > a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.header-7 .main-header-7 .main-nav > ul > li > a.active {
  color: #827021 !important;
}
.header-7 .main-header-7 .main-nav > ul > li:hover > a {
  color: #827021;
}
.header-7 .main-header-7 .header-right-area > ul > li > a {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.header-7 .main-header-7 .header-right-area > ul > li:hover > a {
  color: #827021;
}
.header-7 .main-header-7 .mega-menu .menu-colum ul li .mega-menu-text {
  font-family: "Lora", serif;
  font-weight: 600;
}
.header-7 .main-header-7 .mega-menu .shop-demo .demo-content h1 {
  font-family: "Lora", serif;
}
.header-7 .header-sticky .main-nav > ul > li > a {
  font-family: "Poppins", sans-serif;
}
.header-7 .header-sticky .main-nav > ul > li > a.active {
  color: #827021 !important;
}
.header-7 .header-sticky .main-nav > ul > li:hover > a {
  color: #827021;
}
.header-7 .header-sticky .header-right-area > ul > li > a {
  font-family: "Poppins", sans-serif;
}
.header-7 .header-sticky .header-right-area > ul > li:hover > a {
  color: #827021;
}
.header-7 .header-sticky .mega-menu .menu-colum ul li .mega-menu-text {
  font-family: "Lora", serif;
}

/* ---Header 8--- */
.header-8 .header-logo img {
  position: relative;
  width: 250px;
  top: -8px;
}
.header-8 .main-nav > ul > li > a {
  color: #3e3e3e;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-weight: 600;
}
.header-8 .main-nav > ul > li > a.active {
  color: #ff794a !important;
}
.header-8 .main-nav > ul > li:hover > a {
  color: #ff794a;
}
.header-8 .header-right-area > ul > li:nth-child(-n+2) {
  margin-right: 10px;
}
.header-8 .header-right-area > ul > li > a {
  color: #3e3e3e;
  font-family: "Poppins", sans-serif;
}
.header-8 .header-right-area > ul > li > a.search-btn > i {
  padding: 12px;
  background-color: #ff7a4b;
  color: #ffffff;
  border-radius: 100%;
  font-size: 18px;
}
.header-8 .header-right-area > ul > li > a.search-btn > i:hover {
  background-color: #ff4d0c;
}
.header-8 .header-right-area > ul > li .minicart-btn i {
  padding: 12px;
  background-color: #64638D;
  color: #ffffff;
  border-radius: 100%;
  font-size: 18px;
}
.header-8 .header-right-area > ul > li .minicart-btn i:hover {
  background-color: #19178C;
}
.header-8 .header-right-area > ul > li .minicart-btn .minicart-count_area span.cart-item_count {
  top: -8px;
  right: 0px;
}
.header-8 .header-right-area > ul > li .menu-btn i {
  padding: 9px 0;
  font-size: 24px;
}
.header-8 .header-right-area > ul > li .mobile-menu_btn i {
  padding: 9px 0;
  font-size: 24px;
}
.header-8 .mega-menu .menu-colum ul li .mega-menu-text {
  font-family: "Acme", sans-serif;
  font-weight: 500;
}
.header-8 .mega-menu .shop-demo .demo-content h1 {
  font-family: "Lora", serif;
}
.header-8 .header-sticky .main-nav > ul > li > a {
  font-family: "Poppins", sans-serif;
  color: #3e3e3e;
}
.header-8 .header-sticky .main-nav > ul > li > a.active {
  color: #ff794a !important;
}
.header-8 .header-sticky .main-nav > ul > li:hover > a {
  color: #ff794a;
}
.header-8 .header-sticky .header-right-area > ul > li > a {
  font-family: "Poppins", sans-serif;
}
.header-8 .header-sticky .header-right-area > ul > li:hover > a {
  color: #ff794a;
}
.header-8 .header-sticky .mega-menu .menu-colum ul li .mega-menu-text {
  font-family: "Acme", sans-serif;
}

/* ---Header 9--- */
.header-9 .header-top {
  border-bottom: 1px solid;
  border-color: rgba(216, 216, 216, 0.4);
}
@media (max-width: 575px) {
  .header-9 .header-top {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-9 .header-top .box-right {
    text-align: right;
  }
}
.header-9 .header-logo img {
  width: 240px;
}
.header-9 .main-nav > ul > li > a {
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  margin-right: 10px;
  padding: 2px 20px;
}
@media (max-width: 1500px) {
  .header-9 .main-nav > ul > li > a {
    padding: 2px 12px;
  }
}
.header-9 .main-nav > ul > li > a:last-child {
  margin-right: 0px;
}
.header-9 .main-nav > ul > li > a.active {
  background: #73bcc3;
  color: #ffffff !important;
}
.header-9 .main-nav > ul > li > a:hover {
  background: #73bcc3;
  color: #ffffff !important;
}
.header-9 .main-nav > ul > li > a .menu-text:after {
  display: none;
}
@media (max-width: 1800px) {
  .header-9 .three-column {
    -webkit-transform: translate(-26.5%, 0);
            transform: translate(-26.5%, 0);
    left: 26.5%;
  }
}
@media (max-width: 1500px) {
  .header-9 .three-column {
    -webkit-transform: translate(-26.5%, 0);
            transform: translate(-26.5%, 0);
    left: 44%;
  }
}
@media (max-width: 1800px) {
  .header-9 .four-column {
    -webkit-transform: translate(-31%, 0);
            transform: translate(-31%, 0);
    left: 31%;
  }
}
@media (max-width: 1500px) {
  .header-9 .four-column {
    -webkit-transform: translate(-31%, 0);
            transform: translate(-31%, 0);
    left: 35%;
  }
}
.header-9 .header-right-area > ul > li {
  float: left;
  position: relative;
  padding: 45px 27px;
  line-height: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: block;
  border-left: 1px solid rgba(216, 216, 216, 0.4);
  border-right: 1px solid rgba(216, 216, 216, 0.4);
  margin-right: 0px;
}
.header-9 .header-right-area > ul > li:nth-child(-n+2) {
  border-right: 0px;
}
@media (max-width: 1800px) {
  .header-9 .header-right-area > ul > li {
    padding: 45px 23px;
  }
}
@media (max-width: 1500px) {
  .header-9 .header-right-area > ul > li {
    padding: 45px 12px;
  }
}
@media (max-width: 575px) {
  .header-9 .header-right-area > ul > li {
    padding: 0px 15px;
    border: 0px;
    line-height: inherit;
  }
}
.header-9 .header-sticky .main-nav > ul > li {
  padding: 45px 0px;
}
@media (max-width: 1199px) {
  .header-9 .main-header {
    padding: 0px;
  }
  .header-9 .main-header .header-right-area > ul > li.menu-wrap {
    display: none;
  }
}
@media (max-width: 575px) {
  .header-9 .main-header {
    padding: 40px 0px;
  }
}

/* ---Header 10--- */
.header-10 .offcanvas-menu_wrapper.open .offcanvas-menu-inner {
  left: 0;
  right: auto;
}
.header-10 .offcanvas-menu_wrapper .offcanvas-menu-inner {
  left: -285px;
}
.header-10 .offcanvas-menu_wrapper .offcanvas-menu-inner .btn-close {
  left: auto;
  right: 25px;
}
.header-10 .header-top {
  padding-top: 35px;
}
@media (max-width: 767px) {
  .header-10 .header-top {
    padding-top: 15px;
  }
}
.header-10 .header-logo-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-10 .header-logo-2 img {
  width: 280px;
}
@media (max-width: 767px) {
  .header-10 .header-logo-2 img {
    width: 240px;
  }
}
.header-10 .header-right-area > ul > li > a i {
  font-size: 24px;
}
.header-10 .header-right-area > ul .minicart-wrap {
  margin-right: 0px;
}
@media (max-width: 991px) {
  .header-10 .header-right-area > ul .minicart-wrap {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .header-10 .social-link {
    text-align: center;
    padding-bottom: 14px;
    margin: 0px -20px 20px -20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.header-10 .social-link > ul > li {
  padding-right: 18px;
}
.header-10 .social-link > ul > li > a {
  font-size: 18px;
}
.header-10 .header-left-area > ul > li {
  float: left;
  margin-right: 35px;
}
.header-10 .header-left-area > ul > li > a {
  font-size: 24px;
}
@media (max-width: 991px) {
  .header-10 .header-left-area > ul > li {
    display: none;
  }
}
.header-10 .header-sticky .header-right-area > ul .minicart-wrap {
  margin-right: 30px;
}
.header-10 .header-sticky .offcanvas-menu_wrapper.open .offcanvas-menu-inner {
  right: 0;
  left: auto;
}
.header-10 .header-sticky .offcanvas-menu_wrapper .offcanvas-menu-inner {
  right: -285px;
}
.header-10 .header-sticky .offcanvas-menu_wrapper .offcanvas-menu-inner .btn-close {
  right: auto;
  left: 25px;
}
.header-10 .main-nav > ul > li > a {
  margin: 8px 10px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1500px) {
  .header-10 .main-nav > ul > li > a {
    margin: 8px;
  }
}
@media (max-width: 1199px) {
  .header-10 .main-header {
    padding: 18px 0px;
  }
}
@media (max-width: 767px) {
  .header-10 .main-header {
    padding: 10px 0px;
  }
}
@media (max-width: 1500px) {
  .header-10 .three-column {
    -webkit-transform: translate(-30%, 0);
            transform: translate(-30%, 0);
    left: 100%;
  }
}
@media (max-width: 1500px) {
  .header-10 .four-column {
    -webkit-transform: translate(-33%, 0);
            transform: translate(-33%, 0);
    left: 60%;
  }
}

/* ---Header 11--- */
@media (min-width: 1200px) {
  .header-11 .fixed-main_header {
    background-color: #ffffff;
    height: 100%;
  }
  .header-11 .fixed-main_header .container-fluid {
    padding: 0 30px;
  }
  .header-11 .fixed-main_header .header-logo {
    padding-top: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-11 .fixed-main_header .header-logo {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .header-11 .fixed-main_header .header-logo img {
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .header-11 .fixed-main_header .header-right-area {
    padding-top: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-11 .fixed-main_header .header-right-area {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .header-11 .fixed-main_header .main-menu_area {
    text-align: center;
    padding-top: 20px;
  }
  .header-11 .fixed-main_header .main-menu_area > nav.main-nav {
    position: relative;
  }
  .header-11 .fixed-main_header .main-menu_area > nav.main-nav > ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-11 .fixed-main_header .main-menu_area > nav.main-nav > ul > li {
    display: block;
    padding: 0 0 20px;
    position: static;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-11 .fixed-main_header .main-menu_area > nav.main-nav > ul > li {
    padding: 0 0 5px;
  }
}
@media (min-width: 1200px) {
  .header-11 .fixed-main_header .main-menu_area > nav.main-nav > ul > li:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .header-11 .fixed-main_header .main-menu_area > nav.main-nav > ul > li:hover > a {
    color: #d4876c !important;
  }
}
@media (min-width: 1200px) {
  .header-11 .fixed-main_header .main-menu_area > nav.main-nav > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-11 .fixed-main_header .main-menu_area > nav.main-nav > ul > li > a .menu-text:after {
    bottom: -5px;
  }
}
@media (min-width: 1200px) {
  .header-11 .fixed-main_header .main-menu_area > nav.main-nav > ul > li .three-column {
    left: calc(100% - -30px);
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    top: 0%;
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .header-11 .fixed-main_header .main-menu_area > nav.main-nav > ul > li .four-column {
    top: -35% !important;
    left: calc(100% - -30px);
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    width: 750px;
  }
  .header-11 .fixed-main_header .main-menu_area > nav.main-nav > ul > li .four-column .four-column-wrapper {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .header-11 .fixed-main_header .main-menu_area > nav.main-nav > ul > li .mgana-dropdown {
    left: calc(100% - -30px);
    width: 200px;
  }
  .header-11 .fixed-main_header .main-menu_area > nav.main-nav > ul > li .mgana-dropdown.dropdown-right-1 {
    top: calc(100% - 242px);
  }
  .header-11 .fixed-main_header .main-menu_area > nav.main-nav > ul > li .mgana-dropdown.dropdown-right-2 {
    top: calc(100% - 184px);
  }
  .header-11 .fixed-main_header .main-menu_area > nav.main-nav > ul > li .mgana-dropdown.dropdown-right-3 {
    top: calc(100% - 370px);
  }
  .header-11 .fixed-main_header .main-menu_area > nav.main-nav > ul > li .mgana-dropdown.dropdown-right-4 {
    left: calc(100% - 0px);
    top: calc(100% - 64px);
  }
}

/*----------------------------------------*/
/*    07 - Layout - Footer
/*----------------------------------------*/
.footer-area-1 .footer-top-area {
  padding: 90px 0px 82px;
}
.footer-area-1 .footer-top-area .logo img {
  width: 180px;
}
@media (max-width: 991px) {
  .footer-area-1 .footer-top-area .logo img {
    margin-bottom: 50px;
  }
}
.footer-area-1 .custom-col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.2%;
          flex: 0 0 27.2%;
  max-width: 27.2%;
}
@media (max-width: 991px) {
  .footer-area-1 .custom-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.footer-area-1 .custom-col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72.8%;
          flex: 0 0 72.8%;
  max-width: 72.8%;
}
@media (max-width: 991px) {
  .footer-area-1 .custom-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-area-1 .custom-col-2 .sm-space {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .footer-area-1 .custom-col-2 .xsm-space {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .footer-area-1 .footer-widgets-area {
    text-align: center;
  }
}
.footer-area-1 .footer-widgets-area .footer-widgets .heading-3 {
  color: #ffffff;
  margin-bottom: 30px;
}
.footer-area-1 .footer-widgets-area .footer-widgets ul li a {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #ababab;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .footer-area-1 .footer-widgets-area .footer-widgets ul li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
  }
}
.footer-area-1 .footer-widgets-area .footer-widgets ul li a:hover {
  color: #ffffff;
}
.footer-area-1 .footer-widgets-area .footer-widgets ul li a i {
  font-size: 18px;
  margin-right: 20px;
  position: relative;
  top: 3px;
}
@media (max-width: 575px) {
  .footer-area-1 .footer-widgets-area .footer-widgets ul li a i {
    margin-right: 10px;
  }
}
.footer-area-1 .footer-widgets-area .footer-widgets ul li a span {
  vertical-align: middle;
}
.footer-area-1 .footer-widgets-area .footer-widgets ul li:last-child a {
  padding-bottom: 0px;
}
.footer-area-1 .footer-widgets-area .footer-widgets .footer-widgets-content {
  font-size: 14px;
  color: #ababab;
  display: block;
}
.footer-area-1 .footer-bottom-area {
  padding: 10px 0;
  border-top: 1px solid #454545;
}
@media (max-width: 575px) {
  .footer-area-1 .footer-bottom-area .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .footer-area-1 .footer-bottom-area .copyright {
    display: block;
    text-align: center;
  }
}
.footer-area-1 .footer-bottom-area .copyright span, .footer-area-1 .footer-bottom-area .copyright a {
  color: #ababab;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
.footer-area-1 .footer-bottom-area .copyright a:hover {
  color: #d4876c;
}

.footer-area-2 {
  background-color: #ffffff;
}
.footer-area-2 .footer-widgets-area .logo .desc-content {
  width: 80%;
}
.footer-area-2 .footer-widgets-area .footer-widgets .heading-3 {
  font-family: "Fjalla One", sans-serif;
  color: #3e3e3e;
  font-size: 18px;
  letter-spacing: normal;
}
.footer-area-2 .footer-widgets-area .footer-widgets ul li a {
  color: #3e3e3e;
}
.footer-area-2 .footer-widgets-area .footer-widgets ul li a:hover {
  color: #dda973;
}
.footer-area-2 .footer-widgets-area .footer-widgets .footer-widgets-content {
  color: #3e3e3e;
}
.footer-area-2 .footer-bottom-area {
  border-color: #d8d8d8;
}
.footer-area-2 .footer-bottom-area .copyright span, .footer-area-2 .footer-bottom-area .copyright a {
  color: #3e3e3e;
}
.footer-area-2 .social-link-2 ul li a {
  color: #3e3e3e;
}
.footer-area-2 .social-link-2 ul li a:hover {
  color: #dda973;
}

@media (max-width: 1500px) {
  .footer-area-3 .footer-top-area .logo img {
    margin-bottom: 50px;
  }
}
.footer-area-3 .custom-col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19.6%;
          flex: 0 0 19.6%;
  max-width: 19.6%;
}
@media (max-width: 1500px) {
  .footer-area-3 .custom-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.footer-area-3 .custom-col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80.4%;
          flex: 0 0 80.4%;
  max-width: 80.4%;
}
@media (max-width: 1500px) {
  .footer-area-3 .custom-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer-area-3 .footer-widgets-area .logo .desc-content {
  width: 80%;
}
.footer-area-3 .footer-widgets-area .footer-widgets .heading-3 {
  font-family: "Fjalla One", sans-serif;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: normal;
}
.footer-area-3 .footer-widgets-area .footer-widgets ul li a:hover {
  color: #ffffff;
}
.footer-area-3 .footer-bottom-area {
  border-color: #454545;
}
.footer-area-3 .social-link-2 ul li a {
  color: #ffffff;
}
.footer-area-3 .social-link-2 ul li a:hover {
  color: #dda973;
}

.footer-area-4 {
  background-color: #1a1a1a;
  opacity: 0.9;
  padding: 50px 0px;
  margin-top: 90px;
}
.footer-area-4 .footer-wrapper {
  width: 530px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575px) {
  .footer-area-4 .footer-wrapper {
    width: 400px;
  }
}
@media (max-width: 479px) {
  .footer-area-4 .footer-wrapper {
    width: 280px;
  }
}
.footer-area-4 .footer-wrapper .footer-logo {
  margin-bottom: 38px;
}
.footer-area-4 .footer-wrapper .footer-logo img {
  width: 180px;
}
.footer-area-4 .footer-wrapper .footer-desc {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 20px;
  color: #b5b5b5;
  margin-bottom: 20px;
}
.footer-area-4 .footer-wrapper .social-link-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 46px;
}
.footer-area-4 .footer-wrapper .copyright {
  color: #b5b5b5;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 3px;
  line-height: 10px;
}
@media (max-width: 479px) {
  .footer-area-4 .footer-wrapper .copyright {
    letter-spacing: 2px;
  }
}
.footer-area-4 .footer-wrapper .copyright a {
  text-transform: uppercase;
  color: #b5b5b5;
  font-size: 10px;
  letter-spacing: 3px;
  line-height: 10px;
}
.footer-area-4 .footer-wrapper .copyright a:hover {
  color: #827021;
}

.footer-area-5 {
  padding-top: 45px;
  margin-top: 90px;
  border-top: 1px solid #ebebeb;
  background-color: #ffffff;
}
.footer-area-5.footer-5-no-border {
  border: none;
  margin-top: 80px;
  padding: 0;
}
.footer-area-5 .footer-widgets-area .logo img {
  width: 230px;
}
@media (max-width: 991px) {
  .footer-area-5 .footer-widgets-area .logo img {
    margin-bottom: 50px;
  }
}
.footer-area-5 .footer-widgets-area .footer-widgets .heading-3 {
  font-family: "Playfair Display", serif;
  color: #1a1a1a;
  font-size: 18px;
  letter-spacing: normal;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 30px;
}
.footer-area-5 .footer-widgets-area .footer-widgets ul li a {
  color: #3e3e3e;
  font-size: 13px;
  line-height: 13px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-area-5 .footer-widgets-area .footer-widgets ul li a:hover {
  color: #73bcc3;
}
.footer-area-5 .footer-widgets-area .footer-widgets ul li:last-child a {
  margin-bottom: 0px;
}
.footer-area-5 .footer-widgets-area .footer-widgets ul li i {
  font-size: 18px;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 575px) {
  .footer-area-5 .footer-widgets-area .footer-widgets ul li i {
    margin-right: 10px;
  }
}
.footer-area-5 .footer-widgets-area .footer-widgets ul li span {
  vertical-align: middle;
  position: relative;
  top: 2px;
}
.footer-area-5 .footer-widgets-area .footer-widgets .footer-widgets-content {
  color: #3e3e3e;
  font-size: 14px;
}
.footer-area-5 .custom-col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.2%;
          flex: 0 0 27.2%;
  max-width: 27.2%;
}
@media (max-width: 991px) {
  .footer-area-5 .custom-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.footer-area-5 .custom-col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72.8%;
          flex: 0 0 72.8%;
  max-width: 72.8%;
}
@media (max-width: 991px) {
  .footer-area-5 .custom-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-area-5 .custom-col-2 .sm-space {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .footer-area-5 .custom-col-2 .xsm-space {
    padding-bottom: 40px;
  }
}
.footer-area-5 .footer-bottom-area {
  margin-top: 45px;
  padding: 7px 0px;
  border-top: 1px solid #ebebeb;
}
.footer-area-5 .footer-bottom-area .copyright span, .footer-area-5 .footer-bottom-area .copyright a {
  color: #454545;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-area-5 .footer-bottom-area .copyright a:hover {
  color: #73bcc3;
}

.header-bottom-footer {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 3px solid #d8d8d8;
}
.header-bottom-footer .footer-widgets-area .footer-widgets ul li a {
  color: #3e3e3e;
  font-size: 13px;
  line-height: 13px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-bottom-footer .footer-widgets-area .footer-widgets ul li a:hover {
  color: #d4876c;
}
.header-bottom-footer .footer-widgets-area .footer-widgets ul li:last-child a {
  margin-bottom: 0px;
}
.header-bottom-footer .footer-widgets-area .footer-widgets ul li i {
  font-size: 18px;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 575px) {
  .header-bottom-footer .footer-widgets-area .footer-widgets ul li i {
    margin-right: 10px;
  }
}
.header-bottom-footer .footer-widgets-area .footer-widgets ul li span {
  vertical-align: middle;
  position: relative;
  top: 2px;
}
.header-bottom-footer .footer-widgets-area .footer-widgets .footer-widgets-content {
  color: #3e3e3e;
  font-size: 14px;
}

.footer-area-transparent {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
}
@media (max-width: 767px) {
  .footer-area-transparent {
    position: static;
    bottom: 0px;
    padding: 20px 0px;
  }
}
@media (max-width: 575px) {
  .footer-area-transparent .copyright {
    text-align: center;
  }
}
.footer-area-transparent .copyright span, .footer-area-transparent .copyright a {
  font-family: "Fjalla One", Sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer-area-transparent .copyright span, .footer-area-transparent .copyright a {
    color: #3e3e3e;
  }
}
.footer-area-transparent .social-link-2 ul li a {
  color: #3e3e3e;
}
.footer-area-transparent .social-link-2 ul li a:hover {
  color: #dda973;
}

.mobile-footer {
  position: sticky;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
  background: #1a1a1a;
  display: none;
}
@media (max-width: 767px) {
  .mobile-footer {
    display: block;
  }
}
.mobile-footer .mobile-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobile-footer .mobile-footer-nav > li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0;
  padding: 20px 0;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.mobile-footer .mobile-footer-nav > li:first-child {
  border-left: 0;
}
.mobile-footer .mobile-footer-nav > li > a {
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  vertical-align: middle;
  line-height: 10px;
}
.mobile-footer .mobile-footer-nav > li > a .badge {
  background-color: #d4876c;
  color: #ffffff;
  position: absolute;
  top: -12px;
  right: -10px;
  width: 15px;
  height: 15px;
  line-height: 17px;
  font-size: 10px;
  text-align: center;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lora", serif;
}
.mobile-footer .mobile-footer-nav > li .mobile-footer-dropdown {
  display: none;
  text-align: left;
  background-color: #1a1a1a;
  width: 100%;
  bottom: 100%;
  left: 0;
  position: absolute;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.mobile-footer .mobile-footer-nav > li .mobile-footer-dropdown li a {
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 10px;
  display: block;
}

.footer-top-area-2 {
  padding: 170px 0px 66px;
  margin-top: 90px;
}
@media (max-width: 1800px) {
  .footer-top-area-2 {
    padding: 170px 0px 70px;
  }
}
@media (max-width: 575px) {
  .footer-top-area-2 {
    padding: 90px 0px 60px;
  }
}
.footer-top-area-2 .logo img {
  width: 253px;
}
@media (max-width: 991px) {
  .footer-top-area-2 .logo img {
    width: 270px;
    padding-bottom: 80px;
  }
}
.footer-top-area-2 .custom-col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27.2%;
          flex: 0 0 27.2%;
  max-width: 27.2%;
}
@media (max-width: 1199px) {
  .footer-top-area-2 .custom-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
    max-width: 26%;
  }
}
@media (max-width: 991px) {
  .footer-top-area-2 .custom-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer-top-area-2 .custom-col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72.8%;
          flex: 0 0 72.8%;
  max-width: 72.8%;
}
@media (max-width: 1199px) {
  .footer-top-area-2 .custom-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 74%;
            flex: 0 0 74%;
    max-width: 74%;
  }
}
@media (max-width: 991px) {
  .footer-top-area-2 .custom-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1500px) {
  .footer-top-area-2 .footer-widgets-area .footer-widgets ul li a {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .footer-top-area-2 .footer-widgets-area .footer-widgets ul li a {
    font-size: 12px;
  }
}

.bg-footer-image {
  background-image: url(../images/bg/home/11-6.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 493px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1800px) {
  .bg-footer-image {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .bg-footer-image {
    height: 632px;
  }
}
@media (max-width: 767px) {
  .bg-footer-image {
    height: 872px;
  }
}
@media (max-width: 575px) {
  .bg-footer-image {
    background-image: none;
    background-color: #3E3E3E;
    height: 100%;
  }
}

/*----------------------------------------*/
/*    08 - Pages - Shop
/*----------------------------------------*/
/* ---Shop Toolbar--- */
.shop-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 0 25px 0;
  position: relative;
}
@media (max-width: 991px) {
  .shop-toolbar {
    display: block;
  }
}
.shop-toolbar .product-page_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .shop-toolbar .product-page_count {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.shop-toolbar .product-page_count > p {
  margin-bottom: 0;
}
.shop-toolbar .product-selection_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .shop-toolbar .product-selection_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .shop-toolbar .product-selection_wrap {
    display: block;
  }
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav {
  text-align: center;
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul {
    display: block;
  }
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li {
  position: relative;
  padding: 12px 30px 12px 15px;
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > ul.ps-dropdown {
  border: 1px solid #e5e5e5;
  background: #ffffff;
  position: absolute;
  text-align: center;
  cursor: pointer;
  width: 90px;
  top: 80px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
@media (max-width: 575px) {
  .shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > ul.ps-dropdown {
    width: 100%;
  }
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > ul.ps-dropdown.show-wrap {
  width: 115px;
}
@media (max-width: 575px) {
  .shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > ul.ps-dropdown.show-wrap {
    width: 100%;
  }
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > ul.ps-dropdown.sort-wrap {
  width: 170px;
  text-align: left;
}
@media (max-width: 575px) {
  .shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > ul.ps-dropdown.sort-wrap {
    width: 100%;
  }
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > ul.ps-dropdown > li {
  padding: 8px 15px;
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > ul.ps-dropdown > li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > ul.ps-dropdown > li:hover {
  background-color: #f1f0f0;
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > ul.ps-dropdown > li:hover > a {
  color: #d4876c;
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > ul.ps-dropdown > li > a {
  color: #3e3e3e;
  font-size: 14px;
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > ul.ps-dropdown > li > a.active {
  color: #d4876c;
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li:hover > ul.ps-dropdown {
  top: 50px;
  opacity: 1;
  visibility: visible;
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li:hover > a {
  color: #d4876c;
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li:hover > a > i:before {
  content: "";
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > a {
  font-size: 16px;
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > a > i {
  vertical-align: middle;
  padding-left: 5px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .shop-toolbar .product-selection_wrap .product-view-mode {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .shop-toolbar .product-selection_wrap .product-view-mode {
    padding-top: 20px;
  }
}
.shop-toolbar .product-selection_wrap .product-view-mode > a {
  display: inline-block;
  cursor: pointer;
  font-size: 24px;
}
.shop-toolbar .product-selection_wrap .product-view-mode > a.active {
  color: #d4876c;
}
.shop-toolbar .product-selection_wrap .product-view-mode > a > i {
  padding-right: 10px;
}
.shop-toolbar .product-selection_wrap .product-view-mode > a:last-child > i {
  padding-right: 0;
}

.shop-main_content {
  padding-top: 80px;
}

/* ---Shop Product Wrap--- */
.shop-product-wrap.grid .list-product_item {
  display: none;
}
.shop-product-wrap.grid .product-item {
  display: block;
  margin: 0;
}
.shop-product-wrap.grid .product-item .single-product {
  overflow: hidden;
}
.shop-product-wrap.grid .product-item .single-product .product-img img {
  width: 100%;
}
@media (max-width: 991px) {
  .shop-product-wrap.grid .product-item .single-product .product-img .add-actions > ul > li > a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.shop-product-wrap.grid .product-item .single-product .product-content .product-desc_info > h3.product-name {
  font-family: "Roboto", sans-serif;
  padding-bottom: 5px;
  font-weight: 600;
}
.shop-product-wrap.grid .product-item .single-product .product-content .product-desc_info > h3.product-name > a {
  font-size: 18px;
}
@media (max-width: 575px) {
  .shop-product-wrap.grid .product-item .single-product .product-content .product-desc_info > h3.product-name > a {
    font-size: 18px;
  }
}
.shop-product-wrap.grid.gridview-2 > [class*=col-] {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media (max-width: 1199px) {
  .shop-product-wrap.grid.gridview-2 > [class*=col-] {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .shop-product-wrap.grid.gridview-2 > [class*=col-] {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .shop-product-wrap.grid.gridview-2 > [class*=col-]:not(:nth-child(n+10)) .product-item {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .shop-product-wrap.grid.gridview-2 > [class*=col-]:not(:nth-child(n+11)) .product-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .shop-product-wrap.grid.gridview-2 > [class*=col-]:not(:last-child) .product-item {
    padding-bottom: 30px;
  }
}
.shop-product-wrap.grid.gridview-3 > [class*=col-] {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
@media (max-width: 1199px) {
  .shop-product-wrap.grid.gridview-3 > [class*=col-] {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .shop-product-wrap.grid.gridview-3 > [class*=col-] {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .shop-product-wrap.grid.gridview-3 > [class*=col-]:not(:nth-child(n+10)) .product-item {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .shop-product-wrap.grid.gridview-3 > [class*=col-]:not(:nth-child(n+11)) .product-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .shop-product-wrap.grid.gridview-3 > [class*=col-]:not(:last-child) .product-item {
    padding-bottom: 30px;
  }
}
.shop-product-wrap.grid.gridview-4 > [class*=col-] {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1199px) {
  .shop-product-wrap.grid.gridview-4 > [class*=col-] {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 991px) {
  .shop-product-wrap.grid.gridview-4 > [class*=col-] {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .shop-product-wrap.grid.gridview-4 > [class*=col-] {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .shop-product-wrap.grid.gridview-4 > [class*=col-]:not(:nth-child(n+9)) .product-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .shop-product-wrap.grid.gridview-4 > [class*=col-]:not(:nth-child(n+10)) .product-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .shop-product-wrap.grid.gridview-4 > [class*=col-]:not(:nth-child(n+11)) .product-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .shop-product-wrap.grid.gridview-4 > [class*=col-]:not(:last-child) .product-item {
    padding-bottom: 30px;
  }
}
.shop-product-wrap.grid.gridview-5 > [class*=col-] {
  -webkit-box-flex: 0;
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1500px) {
  .shop-product-wrap.grid.gridview-5 > [class*=col-] {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1199px) {
  .shop-product-wrap.grid.gridview-5 > [class*=col-] {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 991px) {
  .shop-product-wrap.grid.gridview-5 > [class*=col-] {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .shop-product-wrap.grid.gridview-5 > [class*=col-] {
    -webkit-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .shop-product-wrap.grid.gridview-5 > [class*=col-]:not(:nth-child(n+11)) .product-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .shop-product-wrap.grid.gridview-5 > [class*=col-]:not(:nth-child(n+10)) .product-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .shop-product-wrap.grid.gridview-5 > [class*=col-]:not(:nth-child(n+11)) .product-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .shop-product-wrap.grid.gridview-5 > [class*=col-]:not(:last-child) .product-item {
    padding-bottom: 30px;
  }
}
.shop-product-wrap.grid:not(:last-child) .product_item .single-product {
  margin-bottom: 30px;
}
.shop-product-wrap.listview > [class*=col-] {
  -webkit-box-flex: 1;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item {
  display: block;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product {
  background-color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product {
    display: block;
    padding: 20px;
  }
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img {
  position: relative;
  width: 400px;
}
@media (max-width: 767px) {
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img {
    width: 100%;
  }
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img:before {
  background-color: #3e3e3e;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img > a {
  display: block;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img > a img {
  width: 100%;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img > a img.secondary-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img > a img:hover.secondary-img {
  opacity: 1;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img .add-actions {
  position: absolute;
  bottom: 35%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img .add-actions > ul > li {
  display: inline-block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img .add-actions > ul > li:first-child {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img .add-actions > ul > li > a {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 100%;
  display: block;
  text-align: center;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: #d4876c;
  border-color: #d4876c;
  color: #ffffff !important;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img .add-actions > ul > li > a > i {
  font-size: 16px;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content {
  width: calc(100% - 270px);
  padding: 0 50px;
}
@media (max-width: 767px) {
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content {
    width: 100%;
    padding: 0;
  }
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .product-desc_info > h3.product-name > a {
  font-family: "Zilla Slab", serif;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  color: #1a1a1a;
}
@media (max-width: 991px) {
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .product-desc_info > h3.product-name > a {
    font-size: 14px;
  }
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .product-desc_info .price-box {
  padding-bottom: 10px;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .product-desc_info .price-box > span.new-price {
  color: #494949;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .product-desc_info > p.short-desc {
  font-family: "Poppins", sans-serif;
  color: #494949;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .product-desc_info > p.short-desc {
    font-size: 14px;
  }
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .add-actions-2 > ul > li {
  display: inline-block;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .add-actions-2 > ul > li:not(:last-child) {
  margin-right: 15px;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .add-actions-2 > ul > li > a {
  color: #3e3e3e;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 14px;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .add-actions-2 > ul > li > a > i {
  vertical-align: middle;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .add-actions-2 > ul > li > a:hover {
  color: #d4876c;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .add-actions-2 > ul > li.add-to-cart > a {
  background-color: #3e3e3e;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 20px;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .add-actions-2 > ul > li.add-to-cart > a:hover {
  background-color: #d4876c;
  color: #ffffff;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product:hover .product-img:before {
  opacity: 0.5;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product:hover .product-img .add-actions {
  bottom: 50%;
  opacity: 1;
  visibility: visible;
}
.shop-product-wrap.listview > [class*=col-] .product-item {
  display: none;
}
.shop-product-wrap.listview > [class*=col-]:not(:last-child) .list-product_item .single-product {
  margin-bottom: 30px;
}
/* ---Filter Body--- */
.filter-body {
  -webkit-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
  padding: 25px 30px;
  margin-bottom: 30px;
  display: none;
  position: absolute;
  top: 73px;
  width: 100%;
  background: #ffffff;
  z-index: 99;
}
@media (max-width: 767px) {
  .filter-body {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .filter-body {
    top: 244px;
    width: 280px;
  }
}
.filter-body .widgets-area.filter-item_area {
  padding-top: 0;
}
@media (max-width: 767px) {
  .filter-body .widgets-area.filter-item_area {
    padding-top: 25px;
  }
}
.filter-body .widgets-area.filter-item_area .heading {
  font-size: 16px;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .filter-body .widgets-area.filter-item_area .heading {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .filter-body .widgets-area.filter-item_area .price-filter .price-slider-amount .filter-btn {
    width: 70px;
  }
}

/*-- Shop Masonry --*/
.shop-masonry .product-item .single-product .product-img .add-actions > ul > li > a {
  border-radius: 100%;
}

/*----------------------------------------*/
/*    09 - Pages - Single Product
/*----------------------------------------*/
.single-product-main-area .vertical-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .single-product-main-area .vertical-tab {
    margin-bottom: 75px;
  }
}
.single-product-main-area .vertical-tab .product-details_slider {
  width: 85%;
  padding-left: 20px;
}
@media (max-width: 1500px) {
  .single-product-main-area .vertical-tab .product-details_slider {
    width: 82%;
  }
}
@media (max-width: 479px) {
  .single-product-main-area .vertical-tab .product-details_slider {
    padding-left: 10px;
    width: 80%;
  }
}
.single-product-main-area .vertical-tab .pd-slider-nav {
  width: 15%;
  height: 100%;
}
@media (max-width: 1500px) {
  .single-product-main-area .vertical-tab .pd-slider-nav {
    width: 18%;
  }
}
@media (max-width: 479px) {
  .single-product-main-area .vertical-tab .pd-slider-nav {
    width: 20%;
  }
}
.single-product-main-area .vertical-tab .pd-slider-nav .slick-list {
  margin-bottom: -10px;
  margin-top: -10px;
  padding: 0px;
}
.single-product-main-area .vertical-tab .pd-slider-nav .single-thumb {
  margin: 10px 0px;
}
.single-product-main-area .vertical-tab .pd-slider-nav .single-thumb.slick-active.first-active img {
  border: 1px solid #454545;
}
.single-product-main-area .vertical-tab .pd-slider-nav .single-thumb img {
  width: 100%;
}
.single-product-main-area .product-details-img .product-details_slider .single-image {
  position: relative;
}
.single-product-main-area .product-details-img .product-details_slider .single-image .inner-stuff {
  position: absolute;
  bottom: 20px;
  right: 0px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-product-main-area .product-details-img .product-details_slider .single-image .inner-stuff > ul > li:not(:last-child) {
  margin-bottom: 15px;
}
.single-product-main-area .product-details-img .product-details_slider .single-image .inner-stuff > ul > li > a {
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product-main-area .product-details-img .product-details_slider .single-image .inner-stuff > ul > li > a:hover {
  background-color: #3e3e3e;
  color: #ffffff;
}
@media (max-width: 575px) {
  .single-product-main-area .product-details-img .product-details_slider .single-image .inner-stuff > ul > li > a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .single-product-main-area .product-details-img .product-details_slider .single-image .inner-stuff > ul > li > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
.single-product-main-area .product-details-img .product-details_slider .single-image:hover .inner-stuff {
  right: 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-product-main-area .product-summery .product-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product-main-area .product-summery .product-head .product-title {
  font-family: "Zilla Slab", serif;
  font-size: 22px;
  font-weight: 600;
  color: #3e3e3e;
}
@media (max-width: 479px) {
  .single-product-main-area .product-summery .product-head .product-title {
    margin-bottom: 10px;
  }
}
.single-product-main-area .product-summery .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
}
@media (max-width: 479px) {
  .single-product-main-area .product-summery .price-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.single-product-main-area .product-summery .price-box .regular-price {
  font-size: 20px;
}
@media (max-width: 479px) {
  .single-product-main-area .product-summery .price-box .regular-price {
    margin-bottom: 10px;
  }
}
.single-product-main-area .product-summery .price-box .rating-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 479px) {
  .single-product-main-area .product-summery .price-box .rating-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 479px) {
  .single-product-main-area .product-summery .price-box .rating-meta .rating-box {
    margin-bottom: 10px;
  }
}
.single-product-main-area .product-summery .price-box .rating-meta .rating-box > ul > li a {
  font-size: 12px;
}
@media (max-width: 479px) {
  .single-product-main-area .product-summery .price-box .rating-meta .meta {
    margin-bottom: 10px;
  }
}
.single-product-main-area .product-summery .price-box .rating-meta .meta a {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  text-transform: lowercase;
  margin-left: 10px;
}
@media (max-width: 479px) {
  .single-product-main-area .product-summery .price-box .rating-meta .meta a {
    margin-left: 0px;
  }
}
.single-product-main-area .product-summery .product-description {
  margin-bottom: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 25px;
}
.single-product-main-area .product-summery .product-description p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.single-product-main-area .product-summery .product-variant table {
  width: 100%;
}
.single-product-main-area .product-summery .product-variant table th {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #3e3e3e;
  font-weight: 400;
  padding: 0px 20px 20px 0px;
}
.single-product-main-area .product-summery .product-variant table td {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #3e3e3e;
  font-weight: 400;
  padding: 0px 0px 20px 0px;
}
.single-product-main-area .product-summery .product-variant table td .myniceselect {
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-radius: 0px;
  color: #3e3e3e;
}
.single-product-main-area .product-summery .product-variant table td .product-color a {
  height: 22px;
  width: 22px;
  display: block;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.single-product-main-area .product-summery .quantity-with_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .single-product-main-area .product-summery .quantity-with_btn .add-to_cart .border-button {
    width: 200px;
    height: 60px;
    line-height: 56px;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .single-product-main-area .product-summery .quantity-with_btn .add-to_cart .border-button {
    width: 180px;
    height: 60px;
    line-height: 56px;
    font-size: 16px;
  }
}
.single-product-main-area .product-summery .add-actions {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 25px;
}
.single-product-main-area .product-summery .add-actions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product-main-area .product-summery .add-actions ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin-right: 10px;
}
.single-product-main-area .product-summery .add-actions ul li a i {
  font-size: 14px;
  padding-right: 5px;
}
.single-product-main-area .product-summery .sku {
  margin-top: 20px;
}
.single-product-main-area .product-summery .sku > span {
  font-size: 12px;
  line-height: 21.6px;
}
.single-product-main-area .product-summery .categories li {
  text-transform: capitalize;
  color: #494949;
  display: inline-block;
  font-size: 12px;
}
.single-product-main-area .product-summery .categories li a {
  color: #d4876c;
  text-transform: capitalize;
  line-height: 21.6px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.single-product-main-area .product-summery .categories li a:hover {
  text-decoration: underline;
}
.single-product-main-area .product-summery .categories.tags {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*-- Single Product Tab --*/
.single-product-tab-area .product-top-tab {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 55px;
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575px) {
  .single-product-tab-area .product-top-tab {
    margin-top: 52px;
  }
}
.single-product-tab-area .product-top-tab .nav li {
  margin-right: 40px;
}
@media (max-width: 575px) {
  .single-product-tab-area .product-top-tab .nav li {
    margin-top: 20px;
  }
}
.single-product-tab-area .product-top-tab .nav li a {
  border-bottom: 5px solid transparent;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 14px;
  padding: 0 0px 10px;
  position: relative;
  font-weight: 400;
  color: #b5b5b5;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 575px) {
  .single-product-tab-area .product-top-tab .nav li a {
    line-height: 10px;
  }
}
.single-product-tab-area .product-top-tab .nav li a.active {
  border-bottom: 5px solid transparent;
  letter-spacing: 1px;
  display: inline-block;
  font-size: 14px;
  padding: 0 0px 10px;
  position: relative;
  font-weight: bold;
  border-color: inherit;
  color: #1a1a1a;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.single-product-tab-area .product-top-tab .nav li a.active:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #1a1a1a;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.single-product-tab-area .product-top-tab .nav li a.active:hover {
  color: #1a1a1a;
}
.single-product-tab-area .product-top-tab .nav li a:hover {
  color: #d4876c;
}
.single-product-tab-area .tab-content .desc-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .single-product-tab-area .tab-content .desc-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-product-tab-area .tab-content .desc-body .inner-img {
  width: 30%;
}
@media (max-width: 767px) {
  .single-product-tab-area .tab-content .desc-body .inner-img {
    width: 100%;
    padding-bottom: 30px;
  }
}
.single-product-tab-area .tab-content .desc-body .inner-content {
  width: 70%;
  padding-left: 30px;
}
.single-product-tab-area .tab-content .desc-body .inner-content .short-desc {
  font-size: 14px;
}
@media (max-width: 767px) {
  .single-product-tab-area .tab-content .desc-body .inner-content {
    width: 100%;
    padding-left: 0px;
  }
}
.single-product-tab-area .tab-content .additional-summery .additional-summery-item {
  border: 1px solid #ebebeb;
  width: 100%;
}
.single-product-tab-area .tab-content .additional-summery .additional-summery-item tbody tr th, .single-product-tab-area .tab-content .additional-summery .additional-summery-item tbody tr td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

/* ---Review Body--- */
.review-body > h3.heading {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
  color: #041632;
  line-height: 1.4;
  font-family: "Zilla Slab", serif;
}
.review-body .user-info {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .review-body .user-info {
    display: block;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .review-body .user-info > li.user-avatar {
    padding-bottom: 15px;
  }
}
.review-body .user-info > li.user-comment {
  padding-left: 30px;
}
@media (max-width: 575px) {
  .review-body .user-info > li.user-comment {
    padding-left: 0;
  }
}
.review-body .user-info > li.user-comment .meta {
  font-family: "Poppins", sans-serif;
  color: #3e3e3e;
  font-size: 14px;
  padding: 5px 0px;
}
.review-body .user-info > li.user-comment .meta strong {
  font-size: 14px;
}
.review-body .user-info > li.user-comment .meta span {
  font-size: 12px;
}
.review-body .user-info > li.user-comment > p.short-desc {
  font-family: "Poppins", sans-serif;
  color: #3e3e3e;
  font-size: 14px;
  line-height: 25.2px;
}
.review-body .user-feedback {
  padding-top: 55px;
}
.review-body .user-feedback > h3.heading {
  padding-bottom: 30px;
  line-height: 33.6px;
  font-size: 24px;
}
.review-body .user-feedback > p.short-desc {
  border-bottom: 1px solid #e5e5e5;
  font-family: "Poppins", sans-serif;
  color: #3e3e3e;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 25.2px;
}
.review-body .user-feedback .rating-box {
  padding-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review-body .user-feedback .rating-box > span {
  padding-right: 25px;
  font-family: "Poppins", sans-serif;
  color: #3e3e3e;
  font-size: 14px;
}
.review-body .user-feedback .rating-box > ul > li {
  vertical-align: middle;
}
.review-body .user-feedback form.feedback-form {
  padding-top: 15px;
}
.review-body .user-feedback form.feedback-form .comment-field label.label-field {
  padding-bottom: 10px;
  display: block;
  font-family: "Poppins", sans-serif;
  color: #3e3e3e;
  font-size: 14px;
}
.review-body .user-feedback form.feedback-form .comment-field textarea.textarea-field {
  border: 1px solid #e5e5e5;
  padding: 20px;
  height: 150px;
  width: 100%;
}
.review-body .user-feedback form.feedback-form .comment-field textarea:focus {
  border: 1px solid #d4876c;
}
.review-body .user-feedback form.feedback-form .group-input {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .review-body .user-feedback form.feedback-form .group-input {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .review-body .user-feedback form.feedback-form .group-input {
    display: block;
  }
}
.review-body .user-feedback form.feedback-form .group-input label.label-field {
  padding-bottom: 10px;
  display: block;
  font-family: "Poppins", sans-serif;
  color: #3e3e3e;
  font-size: 14px;
}
.review-body .user-feedback form.feedback-form .group-input input.input-field {
  margin-right: 30px;
  padding: 0 20px;
  height: 60px;
  width: 370px;
}
@media (max-width: 1199px) {
  .review-body .user-feedback form.feedback-form .group-input input.input-field {
    width: 330px;
  }
}
@media (max-width: 991px) {
  .review-body .user-feedback form.feedback-form .group-input input.input-field {
    width: 100%;
    margin-right: 0;
  }
}
.review-body .user-feedback form.feedback-form .group-input input:focus {
  border: 1px solid #d4876c;
}
@media (max-width: 991px) {
  .review-body .user-feedback form.feedback-form .group-input .email-field {
    padding-top: 10px;
  }
}
.review-body .user-feedback form.feedback-form .field-checkbox {
  padding-top: 10px;
}
.review-body .user-feedback form.feedback-form .comment-btn_wrap {
  padding-top: 20px;
}

.single-product-title h4 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: 3px;
  font-family: "Zilla Slab", serif;
  font-size: 16px;
  line-height: 12px;
}

/*-- Grouped Product --*/
.grouped-product-wrapper .grouped-qty {
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grouped-product-wrapper .grouped-qty .quantity {
  margin-right: 40px;
}
.grouped-product-wrapper .grouped-qty .quantity .cart-plus-minus .cart-plus-minus-box {
  border: 0px;
}

/*-- Custom Style Product --*/
.custom-style-1-wrapper .horizontal-tab .pd-slider-nav {
  height: 100%;
  width: 80%;
  margin: 20px auto 0 auto;
}
@media (max-width: 767px) {
  .custom-style-1-wrapper .horizontal-tab .pd-slider-nav {
    margin: 20px auto 30px auto;
  }
}
.custom-style-1-wrapper .horizontal-tab .pd-slider-nav .slick-list {
  margin-right: -30px;
}
.custom-style-1-wrapper .horizontal-tab .pd-slider-nav .single-thumb {
  padding: 0px 30px 0 0;
}
.custom-style-1-wrapper .horizontal-tab .pd-slider-nav .single-thumb.slick-active.first-active img {
  border: 1px solid #454545;
}
.custom-style-1-wrapper .horizontal-tab .pd-slider-nav .single-thumb img {
  width: 100%;
  border: 1px solid transparent;
}

.custom-style-3-wrapper .single-product-main-area .vertical-tab .product-details_slider {
  padding: 0 20px 0 0;
}

/*-- Custom Sticky Product --*/
.sticky-sidebar-product .single-image-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sticky-sidebar-product .single-image-small span {
  width: 50%;
}
.sticky-sidebar-product .single-image-small img {
  width: 100%;
}
@media (max-width: 767px) {
  .sticky-sidebar-product .product-summery {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .sticky-sidebar-product .product-summery .inner-wrapper-sticky {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

/*-- Custom Slider Product --*/
.slider-sidebar-product .product-details-img {
  margin-bottom: 75px;
  overflow: hidden;
}
.slider-sidebar-product .product-details-img .single-image img {
  padding: 0 15px;
}
.slider-sidebar-product .product-details-img .slick-list {
  margin: 0 -15px;
}
.slider-sidebar-product .pd-tab_item .pb-tab-list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .slider-sidebar-product .pd-tab_item {
    padding-top: 72px;
  }
}
.slider-sidebar-product .pd-tab_item > ul > li:not(:last-child) {
  margin-bottom: 20px;
}
.slider-sidebar-product .pd-tab_item > ul > li > a {
  border-bottom: 2px solid #3e3e3e;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 700;
}
.slider-sidebar-product .pd-tab_item > ul > li > ul.pd-tab_body {
  display: none;
  padding-top: 35px;
}
.slider-sidebar-product .pd-tab_item > ul > li > ul.pd-tab_body > li.inner-body .brand-img {
  float: left;
  margin-right: 25px;
  width: 38.7%;
}
@media (max-width: 479px) {
  .slider-sidebar-product .pd-tab_item > ul > li > ul.pd-tab_body > li.inner-body .brand-img {
    width: 100%;
    margin-right: 0;
    padding-bottom: 25px;
  }
}
.slider-sidebar-product .pd-tab_item > ul > li > ul.pd-tab_body > li.inner-body .pd-tab_content {
  width: 100%;
}
.slider-sidebar-product .pd-tab_item > ul > li > ul.pd-tab_body > li.inner-body .pd-tab_content > p.short-desc {
  font-family: "Poppins", sans-serif;
  color: #3e3e3e;
  padding-bottom: 20px;
  font-size: 14px;
}
.slider-sidebar-product .pd-tab_item > ul > li > ul.pd-tab_body > li.inner-body .pd-tab_content th, .slider-sidebar-product .pd-tab_item > ul > li > ul.pd-tab_body > li.inner-body .pd-tab_content td {
  font-family: "Poppins", sans-serif;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 400;
}
.slider-sidebar-product .pd-tab_item > ul > li.active .pd-tab_body {
  display: block;
}
.slider-sidebar-product .pd-tab_item > ul > li.active.open a i:before {
  content: "";
}
.slider-sidebar-product .pd-tab_item > ul > li.open a {
  color: #d4876c;
}
.slider-sidebar-product .pd-tab_item > ul > li.open a i:before {
  content: "";
}
.slider-sidebar-product .pd-tab_item .pd-tab_content .review-body .user-info-2 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 575px) {
  .slider-sidebar-product .pd-tab_item .pd-tab_content .review-body .user-info-2 {
    display: block !important;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .slider-sidebar-product .pd-tab_item .pd-tab_content .review-body .user-info-2 > li.user-avatar {
    padding-bottom: 15px;
  }
}
.slider-sidebar-product .pd-tab_item .pd-tab_content .review-body .user-info-2 > li.user-comment {
  padding-left: 30px;
}
@media (max-width: 575px) {
  .slider-sidebar-product .pd-tab_item .pd-tab_content .review-body .user-info-2 > li.user-comment {
    padding-left: 0;
  }
}
.slider-sidebar-product .pd-tab_item .pd-tab_content .review-body .user-info-2 > li.user-comment .meta {
  font-family: "Poppins", sans-serif;
  color: #3e3e3e;
  font-size: 14px;
  padding: 5px 0px;
}
.slider-sidebar-product .pd-tab_item .pd-tab_content .review-body .user-info-2 > li.user-comment .meta strong {
  font-size: 14px;
}
.slider-sidebar-product .pd-tab_item .pd-tab_content .review-body .user-info-2 > li.user-comment .meta span {
  font-size: 12px;
}
.slider-sidebar-product .pd-tab_item .pd-tab_content .review-body .user-info-2 > li.user-comment > p.short-desc {
  font-family: "Poppins", sans-serif;
  color: #3e3e3e;
  font-size: 14px;
  line-height: 25.2px;
}
.slider-sidebar-product .pd-tab_item .pd-tab_content .review-body .feedback-form .group-input .input-field {
  width: calc(100% - 30px);
}

/*----------------------------------------*/
/*    10 - Pages - Blog
/*----------------------------------------*/
.blog-area-wrapper {
  margin-top: 80px;
}
.blog-area-wrapper .blog-inner-box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
}
.blog-area-wrapper .blog-inner-box .blog-thumbnail {
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .blog-area-wrapper .blog-inner-box .blog-thumbnail {
    display: block;
  }
}
.blog-area-wrapper .blog-inner-box .blog-thumbnail img {
  width: 100%;
}
.blog-area-wrapper .blog-inner-box .blog-thumbnail .date-post {
  position: absolute;
  height: 70px;
  width: 70px;
  background-color: rgba(35, 35, 35, 0.9);
  opacity: 0.9;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  right: 0;
  padding: 10px 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 479px) {
  .blog-area-wrapper .blog-inner-box .blog-thumbnail .date-post {
    height: 50px;
    width: 50px;
  }
}
.blog-area-wrapper .blog-inner-box .blog-thumbnail .date-post span {
  color: #ffffff;
}
.blog-area-wrapper .blog-inner-box .blog-thumbnail .date-post .day-post {
  font-size: 21px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .blog-area-wrapper .blog-inner-box .blog-thumbnail .date-post .day-post {
    font-size: 16px;
    line-height: 16px;
  }
}
.blog-area-wrapper .blog-inner-box .blog-thumbnail .date-post .month-post {
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .blog-area-wrapper .blog-inner-box .blog-thumbnail .date-post .month-post {
    font-size: 10px;
    line-height: 10px;
  }
}
.blog-area-wrapper .blog-inner-box .blog-thumb-content {
  background-color: #d4876c;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  pointer-events: none;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.blog-area-wrapper .blog-inner-box .blog-thumb-content .format-content {
  padding: 30px;
  width: 100%;
}
@media (max-width: 479px) {
  .blog-area-wrapper .blog-inner-box .blog-thumb-content .format-content {
    padding: 15px;
  }
}
.blog-area-wrapper .blog-inner-box .blog-thumb-content .format-content .quote-content {
  font-size: 26px;
  line-height: 1.7;
  font-family: "Zilla Slab", serif;
  letter-spacing: 3px;
  width: 100%;
  font-weight: 600;
  margin: 10px auto 15px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .blog-area-wrapper .blog-inner-box .blog-thumb-content .format-content .quote-content {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
@media (max-width: 479px) {
  .blog-area-wrapper .blog-inner-box .blog-thumb-content .format-content .quote-content {
    font-size: 20px;
    line-height: 1.4;
    margin: 10px auto 12px;
    letter-spacing: 1px;
  }
}
.blog-area-wrapper .blog-inner-box .blog-thumb-content .format-content .quote-content:before {
  content: "";
  font-family: LaStudioIcons;
  font-size: 30px;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .blog-area-wrapper .blog-inner-box .blog-thumb-content .format-content .quote-content:before {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.blog-area-wrapper .blog-inner-box .blog-thumb-content .format-content .quote-author {
  font-family: "Zilla Slab", serif;
  font-style: italic;
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 479px) {
  .blog-area-wrapper .blog-inner-box .blog-thumb-content .format-content .quote-author {
    font-size: 12px;
    line-height: 12px;
  }
}
.blog-area-wrapper .blog-inner-box .blog-thumb-content .format-content .quote-author:before {
  content: "";
  width: 50px;
  border-top: 2px solid;
  display: block;
  margin: 0 auto 12px;
  opacity: 0.3;
}
@media (max-width: 479px) {
  .blog-area-wrapper .blog-inner-box .blog-thumb-content .format-content .quote-author:before {
    margin: 0 auto 10px;
  }
}
.blog-area-wrapper .blog-inner-box .blog-thumb-video {
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
}
.blog-area-wrapper .blog-inner-box .blog-thumb-video .popup-video i {
  font-size: 20px;
  height: 66px;
  width: 66px;
  line-height: 66px;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-area-wrapper .blog-inner-box .blog-content {
  padding-bottom: 30px;
}
.blog-area-wrapper .blog-inner-box .blog-content .blog-meta {
  padding-top: 15px;
}
.blog-area-wrapper .blog-inner-box .blog-content .blog-meta a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #1a1a1a;
}
.blog-area-wrapper .blog-inner-box .blog-content .blog-meta a:hover {
  color: #d4876c;
  text-decoration: underline;
}
@media (max-width: 479px) {
  .blog-area-wrapper .blog-inner-box .blog-content .blog-meta a {
    font-size: 10px;
    line-height: 10px;
  }
}
.blog-area-wrapper .blog-inner-box .blog-content .blog-title a {
  font-size: 22px;
  padding: 0px 20px 18px 20px;
  display: block;
  font-family: "Zilla Slab", serif;
  color: #1a1a1a;
}
.blog-area-wrapper .blog-inner-box .blog-content .blog-title a:hover {
  color: #d4876c;
}
@media (min-width: 1501px) {
  .blog-area-wrapper .blog-inner-box .blog-content .blog-title a {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 479px) {
  .blog-area-wrapper .blog-inner-box .blog-content .blog-title a {
    font-size: 18px;
    line-height: 24px;
    padding: 0px 10px 10px 10px;
  }
}
.blog-area-wrapper .blog-inner-box .blog-content .desc-content p {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .blog-area-wrapper .blog-inner-box .blog-content .desc-content p {
    font-size: 14px;
  }
}
.blog-area-wrapper .blog-inner-box .blog-content .desc-content:last-child p {
  margin-bottom: 0px;
}
.blog-area-wrapper .blog-inner-box .blog-content .read-more a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  color: #1a1a1a;
}
.blog-area-wrapper .blog-inner-box .blog-content .read-more a:hover {
  text-decoration: none;
  color: #d4876c;
}
@media (max-width: 479px) {
  .blog-area-wrapper .blog-inner-box .blog-content .read-more a {
    font-size: 10px;
    line-height: 10px;
  }
}
.blog-area-wrapper .blog-inner-box .blog-content .read-more-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.blog-area-wrapper .blog-inner-box .blog-content .read-more-2::before {
  content: "";
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  margin-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog-area-wrapper .blog-inner-box .blog-content .read-more-2 a {
  line-height: 26px;
  padding: 10px 40px;
  font-size: 12px;
  font-family: "Zilla Slab", serif;
  letter-spacing: 1px;
  background-color: #1a1a1a;
  color: #ffffff;
  text-transform: uppercase;
}
.blog-area-wrapper .blog-inner-box .blog-content .read-more-2 a:hover {
  background-color: #d4876c;
}
.blog-area-wrapper .blog-inner-box .blog-content .read-more-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.blog-area-wrapper .blog-inner-box .blog-content .read-more-3 a {
  line-height: 26px;
  padding: 10px 40px;
  font-size: 12px;
  font-family: "Zilla Slab", serif;
  letter-spacing: 1px;
  background-color: #1a1a1a;
  color: #ffffff;
  text-transform: uppercase;
}
.blog-area-wrapper .blog-inner-box .blog-content .read-more-3 a:hover {
  background-color: #d4876c;
}
.blog-area-wrapper .blog-thumbnail-quote .blog-inner-box .blog-thumb-content {
  margin-bottom: 30px;
}
.blog-area-wrapper .blog-thumbnail-quote .blog-inner-box .blog-thumb-content .format-content {
  background-color: #f9f9f9;
}
.blog-area-wrapper .blog-thumbnail-quote .blog-inner-box .blog-thumb-content .format-content .quote-content {
  color: #3e3e3e;
  font-weight: 400;
  width: 430px;
}
@media (max-width: 575px) {
  .blog-area-wrapper .blog-thumbnail-quote .blog-inner-box .blog-thumb-content .format-content .quote-content {
    width: 400px;
  }
}
@media (max-width: 479px) {
  .blog-area-wrapper .blog-thumbnail-quote .blog-inner-box .blog-thumb-content .format-content .quote-content {
    width: 230px;
  }
}
.blog-area-wrapper .blog-thumbnail-quote .blog-inner-box .blog-thumb-content .format-content .quote-author {
  color: #3e3e3e;
}
.blog-area-wrapper .nav-post-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 479px) {
  .blog-area-wrapper .nav-post-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.blog-area-wrapper .nav-post-link .nav-post-button {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
  display: block;
}
.blog-area-wrapper .nav-post-link .nav-previous {
  width: 50%;
}
@media (max-width: 479px) {
  .blog-area-wrapper .nav-post-link .nav-previous {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.blog-area-wrapper .nav-post-link .nav-previous .nav-post-title {
  width: 230px;
  color: #3e3e3e;
  display: block;
}
.blog-area-wrapper .nav-post-link .nav-previous .nav-post-title:hover {
  color: #d4876c;
}
.blog-area-wrapper .nav-post-link .nav-next {
  width: 50%;
}
@media (max-width: 479px) {
  .blog-area-wrapper .nav-post-link .nav-next {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
}
.blog-area-wrapper .nav-post-link .nav-next .nav-post-title {
  width: 230px;
  margin: 0 0 0 auto;
  color: #3e3e3e;
  display: block;
}
@media (max-width: 479px) {
  .blog-area-wrapper .nav-post-link .nav-next .nav-post-title {
    margin: 0 auto;
    text-align: center;
  }
}
.blog-area-wrapper .nav-post-link .nav-next .nav-post-title:hover {
  color: #d4876c;
}
.blog-area-wrapper .blog-feedback_area {
  padding-top: 45px;
}
.blog-area-wrapper .blog-feedback_area > h2.heading {
  font-size: 24px;
  line-height: 33.6px;
  padding-bottom: 25px;
}
.blog-area-wrapper .blog-feedback_area > li:not(:last-child) {
  margin-bottom: 30px;
}
.blog-area-wrapper .blog-feedback_area > li.user-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 479px) {
  .blog-area-wrapper .blog-feedback_area > li.user-body {
    display: block;
    text-align: center;
  }
}
.blog-area-wrapper .blog-feedback_area > li.user-body.sub-user_body {
  margin-left: 25px;
}
.blog-area-wrapper .blog-feedback_area > li.user-body .user-pic {
  width: 75px;
}
@media (max-width: 479px) {
  .blog-area-wrapper .blog-feedback_area > li.user-body .user-pic {
    padding-bottom: 30px;
    width: 100%;
  }
}
.blog-area-wrapper .blog-feedback_area > li.user-body .user-content {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  border: 1px solid #d8d8d8;
  width: calc(100% - 75px);
  margin-left: 25px;
  padding: 30px;
}
@media (max-width: 479px) {
  .blog-area-wrapper .blog-feedback_area > li.user-body .user-content {
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }
}
.blog-area-wrapper .blog-feedback_area > li.user-body .user-content > h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
.blog-area-wrapper .blog-feedback_area > li.user-body .user-content > h3.user-name > a {
  font-size: 16px;
  line-height: 19.2px;
}
.blog-area-wrapper .blog-feedback_area > li.user-body .user-content > h3 .user-meta {
  color: #979797;
  padding-left: 5px;
  font-size: 12px;
  line-height: 21px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.blog-area-wrapper .blog-feedback_area > li.user-body .user-content > p.user-feedback {
  border-bottom: 1px solid #d8d8d8;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 25.2px;
  padding-bottom: 20px;
}
.blog-area-wrapper .blog-feedback_area > li.user-body .user-content .reply-btn_wrap {
  padding-top: 10px;
}
.blog-area-wrapper .blog-feedback_area > li.user-body .user-content .reply-btn_wrap > a.reply-btn {
  color: #3e3e3e;
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}
.blog-area-wrapper .blog-feedback_area > li.user-body .user-content .reply-btn_wrap > a.reply-btn > span {
  padding-right: 5px;
  vertical-align: middle;
}
.blog-area-wrapper .blog-feedback_area > li.user-body .user-content .reply-btn_wrap > a:hover {
  color: #d4876c;
}
.blog-area-wrapper .review-body .user-feedback .heading {
  font-weight: 400;
}
.blog-area-wrapper .blog-post-title > h2.heading {
  font-size: 24px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-area-wrapper .blog-post-title > h2.heading > span {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  display: inline-block;
}
.blog-area-wrapper .blog-post-title > h2.heading > span:before {
  background-color: #3e3e3e;
  width: 20%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-area-wrapper .single-blog-post-carousel .slick-list {
  margin: 0 -20px;
}
.blog-area-wrapper .single-blog-post-carousel .blog-post-wrapper .post-inner-box {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
  padding: 0px;
  margin: 0 20px 10px 20px;
}
.blog-area-wrapper .single-blog-post-carousel .blog-post-wrapper .post-inner-box .post-content .post-title a {
  padding: 0px 20px 18px 20px;
}
.blog-area-wrapper.blog-custom-style-1 .blog-inner-box {
  position: relative;
}
.blog-area-wrapper.blog-custom-style-1 .blog-inner-box .blog-content {
  width: 570px;
  background-color: #ffffff;
  position: absolute;
  padding: 10px 50px 44px 50px;
  bottom: 50px;
  left: 50px;
}
@media (max-width: 1199px) {
  .blog-area-wrapper.blog-custom-style-1 .blog-inner-box .blog-content {
    padding: 0 40px 24px 40px;
  }
}
@media (max-width: 991px) {
  .blog-area-wrapper.blog-custom-style-1 .blog-inner-box .blog-content {
    bottom: 10px;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .blog-area-wrapper.blog-custom-style-1 .blog-inner-box .blog-content {
    padding: 0px 20px 0px 20px;
    width: 100%;
    position: relative;
    left: 0;
    right: auto;
    bottom: 0px;
  }
}
@media (max-width: 991px) {
  .blog-area-wrapper.blog-custom-style-1 .blog-inner-box .blog-content .blog-meta {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .blog-area-wrapper.blog-custom-style-1 .blog-inner-box .blog-content .blog-meta {
    padding-top: 15px;
  }
}
.blog-area-wrapper.blog-custom-style-1 .blog-inner-box .blog-content .blog-title a {
  padding-right: 0px;
}
@media (max-width: 767px) {
  .blog-area-wrapper.blog-custom-style-1 .blog-inner-box .blog-content .read-more {
    line-height: 14px;
  }
}
.blog-area-wrapper.blog-custom-style-1 .blog-inner-box .blog-content .date-post {
  position: absolute;
  height: 70px;
  width: 70px;
  background-color: #232323;
  opacity: 0.9;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  right: 0;
  padding: 10px 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .blog-area-wrapper.blog-custom-style-1 .blog-inner-box .blog-content .date-post {
    display: none;
  }
}
.blog-area-wrapper.blog-custom-style-1 .blog-inner-box .blog-content .date-post .day-post {
  color: #ffffff;
  font-size: 21px;
}
.blog-area-wrapper.blog-custom-style-1 .blog-inner-box .blog-content .date-post .month-post {
  color: #ffffff;
  font-size: 14px;
}
.blog-area-wrapper.blog-custom-style-2 {
  margin: 0;
}
.blog-area-wrapper.blog-custom-style-2 .blog-inner-box .blog-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 55px;
}
@media (max-width: 991px) {
  .blog-area-wrapper.blog-custom-style-2 .blog-inner-box .blog-content {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .blog-area-wrapper.blog-custom-style-2 .blog-inner-box .blog-content {
    padding: 50px 20px;
  }
}
.blog-area-wrapper.blog-custom-style-2 .blog-inner-box .blog-content .blog-meta {
  padding: 0px;
  line-height: 8px;
}
.blog-area-wrapper.blog-custom-style-2 .blog-inner-box .blog-content .blog-title a {
  padding-right: 0px;
}
@media (max-width: 991px) {
  .blog-area-wrapper.blog-custom-style-2 .blog-inner-box .blog-content .desc-content {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .blog-area-wrapper.blog-custom-style-2 .blog-inner-box .blog-content .read-more-3 {
    margin-top: 10px;
  }
}
.blog-area-wrapper.blog-custom-style-2 .paginatoin-area {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .blog-area-wrapper.blog-custom-style-2 .paginatoin-area {
    margin-top: 0px;
  }
}

/*----------------------------------------*/
/*    11 - Pages - About
/*----------------------------------------*/
.about-area {
  /*-- About Store Area Start --*/
  /*-- About Store Area End --*/
  /*-- Project About Area Start --*/
  /*-- Project About Area End --*/
  /*-- About Brand Area Start Here --*/
  /*-- About Brand Area End Here --*/
  /*-- About Team Area Start Here --*/
  /*-- About Team Area End Here --*/
}
@media (max-width: 479px) {
  .about-area .section-title > .heading-one {
    line-height: 30px;
  }
}
.about-area .about-store-area {
  padding-bottom: 80px;
  background-color: #2c2c2c;
}
.about-area .about-store-area .about-store-title {
  text-align: center;
  margin: 90px 0px;
}
@media (max-width: 767px) {
  .about-area .about-store-area .about-store-title {
    margin: 82px 0px;
  }
}
@media (max-width: 575px) {
  .about-area .about-store-area .about-store-title {
    margin: 85px 0px;
  }
}
.about-area .about-store-area .about-store-title .heading {
  font-size: 36px;
  font-family: "Zilla Slab", serif;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 3px;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .about-area .about-store-area .about-store-title .heading {
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .about-area .about-store-area .about-store-title .heading {
    font-size: 24px;
    line-height: 24px;
  }
}
.about-area .about-store-area .about-thumbnail {
  display: block;
  overflow: hidden;
  position: relative;
}
.about-area .about-store-area .about-thumbnail img {
  width: 100%;
}
.about-area .about-store-area .about-thumbnail .about-thumb-video {
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
}
.about-area .about-store-area .about-thumbnail .about-thumb-video .popup-video i {
  font-size: 20px;
  height: 66px;
  width: 66px;
  line-height: 66px;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 479px) {
  .about-area .about-store-area .about-thumbnail .about-thumb-video .popup-video i {
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 66px;
  }
}
.about-area .about-store-area .desc-content {
  width: 970px;
  color: #ffffff;
  margin: 0 auto;
  font-size: 18px;
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .about-area .about-store-area .desc-content {
    width: 950px;
  }
}
@media (max-width: 991px) {
  .about-area .about-store-area .desc-content {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .about-area .about-store-area .desc-content {
    width: 500px;
  }
}
@media (max-width: 575px) {
  .about-area .about-store-area .desc-content {
    width: 420px;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .about-area .about-store-area .desc-content {
    width: 280px;
    font-size: 14px;
  }
}
.about-area .project-about {
  background-color: #f9f9f9;
  padding: 90px 0 85px 0;
}
.about-area .project-about .project-about-wrapper {
  padding-top: 30px;
}
.about-area .project-about .project-about-wrapper .project-about-icon i {
  fill: #262626;
  color: #262626;
  font-size: 26px;
  padding: 26px;
  border: 1px solid #262626;
  border-radius: 100%;
  background-color: #ffffff;
}
.about-area .project-about .project-about-wrapper .project-about-icon i:hover {
  background-color: #d4876c;
  border-color: #d4876c;
  color: #ffffff;
}
.about-area .project-about .project-about-wrapper .project-about-content .title {
  color: #1a1a1a;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.about-area .project-about .project-about-wrapper .project-about-content .desc-content {
  font-size: 14px;
  line-height: 2em;
}
.about-area .about-brand-area {
  padding: 90px 0px 40px 0;
}
.about-area .about-brand-area .section-title {
  margin-bottom: 30px;
}
.about-area .about-brand-area .brand-logo-2 .single-brand-item img {
  background: transparent;
}
.about-area .about-team-area {
  background-color: #f9f9f9;
  padding: 80px 0px;
}
.about-area .about-team-area .slick-list {
  margin: 0 -30px;
}
.about-area .about-team-area .team-slider .single-team {
  margin: 0 30px;
  position: relative;
}
.about-area .about-team-area .team-slider .single-team .team-item .banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  content: "";
  background-color: #d4876c;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about-area .about-team-area .team-slider .single-team .team-item .team-image img {
  width: 100%;
}
.about-area .about-team-area .team-slider .single-team .team-item .team-content {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.about-area .about-team-area .team-slider .single-team .team-item .team-content .title a {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 10px;
}
.about-area .about-team-area .team-slider .single-team .team-item .team-content .team-desc {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  margin-bottom: 10px;
}
.about-area .about-team-area .team-slider .single-team:hover .banner-overlay {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about-area .about-team-area .team-slider .single-team:hover .team-content {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 50%;
}
.about-area .about-team-area .team-slider .single-team .social-link-2 ul li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  padding: 0;
  border-radius: 50%;
  vertical-align: middle;
  margin: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  text-align: center;
}
.about-area .about-team-area .team-slider .single-team .social-link-2 ul li a:hover {
  border-color: #d4876c;
}

/*----------------------------------------*/
/*    12 - Pages - Contact Us
/*----------------------------------------*/
.contact-us_area {
  padding: 90px 0 100px;
}
@media (max-width: 991px) {
  .contact-us_area {
    padding: 90px 0 95px;
  }
}
.contact-us_area .contact-form-content > h2.heading {
  font-size: 28px;
  line-height: 28px;
  padding-bottom: 10px;
}
.contact-us_area .contact-form-content > p {
  font-family: "Poppins", sans-serif;
  color: #494949;
  line-height: 36px;
  font-size: 16px;
  padding-bottom: 25px;
}
.contact-us_area .contact-form-content .contact-form .form-group {
  margin-bottom: 20px;
}
.contact-us_area .contact-form-content .contact-form .form-group > input.input-field {
  width: 100%;
  height: 70px;
  padding: 20px;
}
.contact-us_area .contact-form-content .contact-form .form-group > input.input-field::-webkit-input-placeholder {
  color: #3e3e3e;
  opacity: 1;
}
.contact-us_area .contact-form-content .contact-form .form-group > input.input-field::-moz-placeholder {
  color: #3e3e3e;
  opacity: 1;
}
.contact-us_area .contact-form-content .contact-form .form-group > input.input-field:-ms-input-placeholder {
  color: #3e3e3e;
  opacity: 1;
}
.contact-us_area .contact-form-content .contact-form .form-group > input.input-field::-ms-input-placeholder {
  color: #3e3e3e;
  opacity: 1;
}
.contact-us_area .contact-form-content .contact-form .form-group > input.input-field::placeholder {
  color: #3e3e3e;
  opacity: 1;
}
.contact-us_area .contact-form-content .contact-form .form-group > textarea.textarea-field {
  width: 100%;
  height: 150px;
  padding: 20px;
}
.contact-us_area .contact-form-content .contact-form .form-group > textarea.textarea-field::-webkit-input-placeholder {
  color: #3e3e3e;
  opacity: 1;
}
.contact-us_area .contact-form-content .contact-form .form-group > textarea.textarea-field::-moz-placeholder {
  color: #3e3e3e;
  opacity: 1;
}
.contact-us_area .contact-form-content .contact-form .form-group > textarea.textarea-field:-ms-input-placeholder {
  color: #3e3e3e;
  opacity: 1;
}
.contact-us_area .contact-form-content .contact-form .form-group > textarea.textarea-field::-ms-input-placeholder {
  color: #3e3e3e;
  opacity: 1;
}
.contact-us_area .contact-form-content .contact-form .form-group > textarea.textarea-field::placeholder {
  color: #3e3e3e;
  opacity: 1;
}
.contact-us_area .contact-form-content .contact-form .form-group.group-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .contact-us_area .contact-form-content .contact-form .form-group.group-input {
    display: block;
  }
}
.contact-us_area .contact-form-content .contact-form .form-group.group-input > input[class*=input-field]:first-child {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .contact-us_area .contact-form-content .contact-form .form-group.group-input > input[class*=input-field]:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.contact-us_area .contact-form-content .contact-form .form-group.inquiry-field .nice-select {
  padding: 0 20px;
  height: 70px;
  line-height: 70px;
  margin-bottom: 20px;
}
.contact-us_area .contact-form-content .contact-form .form-group.inquiry-field .nice-select:focus {
  border: 1px solid #e5e5e5;
}
.contact-us_area .contact-form-content .contact-form .form-group .contact-form_btn {
  background-color: #3e3e3e;
  color: #ffffff;
  height: 60px;
  line-height: 60px;
  width: 150px;
}
.contact-us_area .contact-form-content .contact-form .form-group .contact-form_btn:hover {
  background-color: #d4876c;
}
@media (max-width: 991px) {
  .contact-us_area .contact-slide_content {
    padding-top: 30px;
  }
}
.contact-us_area .contact-slide_content .single-contact_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-us_area .contact-slide_content .single-contact_block > i {
  color: #d4876c;
  padding-right: 30px;
  font-size: 30px;
  display: block;
}
.contact-us_area .contact-slide_content .single-contact_block[class*=single-contact_block]:not(:last-child) {
  padding-bottom: 30px;
}

/*----------------------------------------*/
/*    13 - Pages - My Account
/*----------------------------------------*/
.account-page-area {
  padding: 100px 0;
}
.account-page-area .myaccount-tab-trigger {
  display: block;
}
@media (max-width: 991px) {
  .account-page-area .myaccount-tab-trigger {
    padding-bottom: 30px;
  }
}
.account-page-area .myaccount-tab-trigger li {
  display: block;
}
.account-page-area .myaccount-tab-trigger li:first-child {
  margin-top: -1px;
}
.account-page-area .myaccount-tab-trigger li a {
  display: block;
  background-color: #3e3e3e;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
  font-size: 14px;
}
.account-page-area .myaccount-tab-trigger li a.active {
  background-color: #d4876c;
  color: #ffffff;
}
.account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important;
}
.account-page-area .myaccount-tab-trigger li a:hover {
  color: #d4876c;
}

.myaccount-tab-content {
  border: 1px solid #e5e5e5;
  padding: 30px;
}
@media (max-width: 479px) {
  .myaccount-tab-content {
    padding: 0;
    border: 0;
  }
}

.myaccount-dashboard p {
  margin-bottom: 20px;
}
.myaccount-dashboard p:last-child {
  margin-bottom: 0;
}

.myaccount-orders .table {
  margin-bottom: 0;
}
.myaccount-orders .table .account-order-id:hover {
  color: #d4876c;
}
.myaccount-orders .table.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.myaccount-orders .table td,
.myaccount-orders .table th {
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 767px) {
  .myaccount-orders .table td,
.myaccount-orders .table th {
    min-width: 180px;
  }
}
.myaccount-orders .table td > a.mgana-btn {
  margin: 0 auto;
}
.myaccount-orders .small-title {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .myaccount-address .row {
    display: block;
  }
}
@media (max-width: 575px) {
  .myaccount-address .row [class*=col-]:last-child address {
    margin-bottom: 0;
  }
}
.myaccount-address h4.small-title {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .myaccount-address h4.small-title {
    text-transform: capitalize;
    font-size: 18px;
  }
}

/* ---My Account Form Style--- */
.mgana-form,
.mgana-form-boxed {
  padding: 30px;
  border-radius: 0;
  border: 1px solid #e5e5e5;
}
.mgana-form .mgana-form-inner,
.mgana-form-boxed .mgana-form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -20px;
}
@media (max-width: 479px) {
  .mgana-form .mgana-form-inner,
.mgana-form-boxed .mgana-form-inner {
    display: block;
  }
}
.mgana-form .mgana-form-inner .single-input,
.mgana-form-boxed .mgana-form-inner .single-input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
}
@media (max-width: 479px) {
  .mgana-form .mgana-form-inner .single-input,
.mgana-form-boxed .mgana-form-inner .single-input {
    max-width: 100% !important;
  }
}
.mgana-form .mgana-form-inner .single-input.single-input-half,
.mgana-form-boxed .mgana-form-inner .single-input.single-input-half {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}
.mgana-form .mgana-form-inner .single-input label,
.mgana-form-boxed .mgana-form-inner .single-input label {
  margin-bottom: 8px;
  display: block;
}
.mgana-form .mgana-form-inner .single-input input,
.mgana-form .mgana-form-inner .single-input select,
.mgana-form .mgana-form-inner .single-input textarea,
.mgana-form-boxed .mgana-form-inner .single-input input,
.mgana-form-boxed .mgana-form-inner .single-input select,
.mgana-form-boxed .mgana-form-inner .single-input textarea {
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  height: 40px;
  width: 100%;
}
.mgana-form .mgana-form-inner .single-input input:first-child,
.mgana-form-boxed .mgana-form-inner .single-input input:first-child {
  margin-top: 20px;
}
.mgana-form .mgana-form-inner .single-input .checkbox-input,
.mgana-form-boxed .mgana-form-inner .single-input .checkbox-input {
  display: inline-block;
}
.mgana-form .mgana-form-inner .single-input .checkbox-input label,
.mgana-form-boxed .mgana-form-inner .single-input .checkbox-input label {
  display: inline-block;
}
.mgana-form .mgana-form-inner a,
.mgana-form-boxed .mgana-form-inner a {
  font-size: 13px;
}
.mgana-form .mgana-form-inner a:hover,
.mgana-form-boxed .mgana-form-inner a:hover {
  color: #d4876c;
}

/*----------------------------------------*/
/*    14 - Pages - Coming Soon
/*----------------------------------------*/
.coming-soon_area {
  background-image: url("../images/coming-soon/coming-soon-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  position: relative;
}
@media (max-width: 479px) {
  .coming-soon_area {
    background-position: left;
  }
}
.coming-soon_area .coming-soon_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
  width: 700px;
  margin-left: 200px;
}
@media (max-width: 1199px) {
  .coming-soon_area .coming-soon_content {
    margin-left: 70px;
  }
}
@media (max-width: 991px) {
  .coming-soon_area .coming-soon_content {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .coming-soon_area .coming-soon_content {
    width: 100%;
    margin: 0 0px;
  }
}
.coming-soon_area .coming-soon_content > h1.heading {
  position: relative;
  color: #ffffff;
  font-size: 90px;
  font-weight: normal;
  letter-spacing: -3px;
  font-family: "Zilla Slab", serif;
  margin-bottom: 40px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .coming-soon_area .coming-soon_content > h1.heading {
    font-size: 70px;
  }
}
@media (max-width: 479px) {
  .coming-soon_area .coming-soon_content > h1.heading {
    font-size: 60px;
  }
}
.coming-soon_area .coming-soon_content > h2.heading-two {
  font-family: "Zilla Slab", serif;
  visibility: visible;
  text-align: center;
  line-height: 58px;
  letter-spacing: 5px;
  font-weight: 600;
  font-size: 40px;
  padding: 35px 0px 35px 0px;
  border-style: solid;
  border-width: 4px 0px 4px 0px;
  border-color: rgba(255, 255, 255, 0.2);
  width: 470px;
  margin: 0 auto;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .coming-soon_area .coming-soon_content > h2.heading-two {
    width: 400px;
    font-size: 35px;
    letter-spacing: 3px;
  }
}
@media (max-width: 479px) {
  .coming-soon_area .coming-soon_content > h2.heading-two {
    width: 280px;
    font-size: 26px;
    letter-spacing: 1px;
  }
}
.coming-soon_area .coming-soon_content .coming-soon_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
}
.coming-soon_area .coming-soon_content .coming-soon_btn > a.mgana-btn {
  font-family: "Poppins", sans-serif;
}

/*----------------------------------------*/
/*    15 - Pages - Checkout
/*----------------------------------------*/
.checkout-area {
  padding: 100px 0 95px;
}

.coupon-accordion h3 {
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
  list-style: outside none none;
  margin: 0 0 30px;
  padding: 16px 32px 16px 56px;
  position: relative;
  width: auto;
  text-transform: none;
}
@media (max-width: 479px) {
  .coupon-accordion h3 {
    line-height: 24px;
  }
}
.coupon-accordion h3:before {
  content: "";
  display: inline-block;
  font-family: "LaStudioIcons";
  left: 24px;
  position: absolute;
  top: 16px;
}
.coupon-accordion span {
  cursor: pointer;
  text-transform: none;
}
.coupon-accordion .coupon-content {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  display: none;
  padding: 20px;
}
.coupon-accordion .coupon-content .coupon-info p {
  margin-bottom: 0;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first label, .coupon-accordion .coupon-content .coupon-info p.form-row-last label {
  display: block;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first label span.required, .coupon-accordion .coupon-content .coupon-info p.form-row-last label span.required {
  color: #ff0000;
}
.coupon-accordion .coupon-content .coupon-info p.form-row-first input, .coupon-accordion .coupon-content .coupon-info p.form-row-last input {
  border: 1px solid #e5e5e5;
  height: 36px;
  margin: 0 0 14px;
  border-radius: 0;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
  background-color: transparent;
}
.coupon-accordion .coupon-content .coupon-info p.form-row input[type=submit] {
  background: #3e3e3e none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  width: inherit;
}
.coupon-accordion .coupon-content .coupon-info p.form-row input[type=checkbox] {
  height: inherit;
  position: relative;
  top: 2px;
  width: inherit;
}
.coupon-accordion .coupon-content .coupon-info p.form-row label {
  margin-top: 7px;
}
.coupon-accordion .coupon-content .coupon-info p.lost-password {
  margin-top: 15px;
}
.coupon-accordion .coupon-content .coupon-info p.lost-password a {
  font-size: 14px;
}

.coupon-checkout-content {
  margin-bottom: 30px;
  display: none;
}
.coupon-checkout-content .coupon-info .checkout-coupon {
  margin-bottom: 0;
}
.coupon-checkout-content .coupon-info .checkout-coupon input[type=text] {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 36px;
  padding-left: 10px;
  width: 170px;
}
.coupon-checkout-content .coupon-info .checkout-coupon input[type=submit] {
  background: #3e3e3e;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  height: 36px;
  cursor: pointer;
  margin-left: 6px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: inherit;
}
@media (max-width: 479px) {
  .coupon-checkout-content .coupon-info .checkout-coupon .coupon-inner_btn {
    margin: 28px 0 0 !important;
  }
}
.coupon-checkout-content .coupon-info .checkout-coupon .coupon-inner_btn:hover {
  background-color: #d4876c;
}

.checkbox-form h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 25px;
  margin: 0 0 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 479px) {
  .checkbox-form h3 {
    font-size: 18px;
  }
}
.checkbox-form .country-select {
  margin-bottom: 25px;
}
.checkbox-form .country-select .myniceselect.nice-select span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 15px;
}
.checkbox-form .checkout-form-list {
  margin-bottom: 30px;
}
.checkbox-form .checkout-form-list input[type=text],
.checkbox-form .checkout-form-list input[type=password],
.checkbox-form .checkout-form-list input[type=email] {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 42px;
  width: 100%;
  padding: 0 0 0 10px;
}
.checkbox-form .checkout-form-list.create-acc {
  margin-bottom: 15px !important;
}
.checkbox-form .checkout-form-list.create-acc label {
  display: inline-block;
}
.checkbox-form .country-select label, .checkbox-form.checkout-form-list label {
  margin: 0 0 5px;
  display: block;
}
.checkbox-form .country-select label span.required, .checkbox-form.checkout-form-list label span.required {
  display: inline-block;
  font-size: 24px;
  line-height: 16px;
  position: relative;
  top: 5px;
}

.different-address h3 label {
  display: inline-block;
  margin-right: 20px;
  font-size: 25px;
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .different-address h3 label {
    font-size: 15px;
  }
}
.different-address h3 input {
  height: inherit;
  line-height: normal;
  margin: 4px 0 0;
  position: relative;
  top: 0;
  width: auto;
}

.order-notes .checkout-form-list-2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .order-notes .checkout-form-list-2 {
    margin-bottom: 30px;
  }
}
.order-notes textarea {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  height: 90px;
  padding: 15px;
  width: 100%;
}

.create-account,
#ship-box-info {
  display: none;
}

.your-order {
  background: #f5f5f5;
  padding: 30px 40px 30px;
}
.your-order h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 479px) {
  .your-order h3 {
    font-size: 18px;
  }
}
.your-order .your-order-table table {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  width: 100%;
}
.your-order .your-order-table table thead {
  background-color: #f5f5f5;
}
.your-order .your-order-table table thead tr th {
  border-top: medium none;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 250px;
}
.your-order .your-order-table table thead tr th,
.your-order .your-order-table table thead tr td {
  border-bottom: 1px solid #e5e5e5;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}
.your-order .your-order-table table .cart_item:hover {
  background: #f5f5f5;
}
.your-order .your-order-table table .order-total td {
  border-bottom: medium none;
}
.your-order .your-order-table table .order-total td span {
  font-size: 20px;
}
.your-order .your-order-table table .order-total th {
  border-bottom: medium none;
  font-size: 18px;
}

.payment-method {
  margin-top: 20px;
}
.payment-method .payment-accordion .card {
  border: 0;
  border-radius: 0;
  background: #f5f5f5;
}
.payment-method .payment-accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 0;
}
.payment-method .payment-accordion .card-body {
  padding: 0;
}
.payment-method .payment-accordion .panel.panel-default {
  margin-bottom: 20px;
}
.payment-method .payment-accordion .panel-title {
  font-size: 18px;
  cursor: pointer;
}

.order-button-payment input {
  background: #3e3e3e;
  border: medium none;
  color: #ffffff;
  font-size: 17px;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid transparent;
  cursor: pointer;
}

/*----------------------------------------*/
/*    16 - Pages - Wishlist
/*----------------------------------------*/
.mgana-wishlist_area {
  padding: 90px 0;
}

.wishlist-content table {
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.wishlist-content table th {
  border-top: medium none;
  font-size: 15px;
  text-transform: capitalize;
  padding: 20px 10px;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  border: none;
  background-color: #f7f7f7;
}
.wishlist-content table td {
  border-top: medium none;
  padding: 18px 10px;
  vertical-align: middle;
  font-size: 13px;
}
.wishlist-content table td.mgana-product_remove {
  font-size: 20px;
}
.wishlist-content table td.mgana-product_remove > a > i {
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wishlist-content table td.mgana-product-thumbnail img {
  width: auto;
  height: 100%;
}
.wishlist-content table td.mgana-product-name {
  font-size: 16px;
  text-transform: capitalize;
  min-width: 180px;
}
.wishlist-content table td.mgana-product-price {
  font-size: 16px;
}
.wishlist-content table td.mgana-product-stock-status {
  min-width: 100px;
}
.wishlist-content table td.mgana-product-stock-status span.in-stock, .wishlist-content table td.mgana-product-stock-status span.out-stock {
  font-size: 12px;
  text-transform: capitalize;
}
.wishlist-content table td.mgana-product-stock-status span.out-stock {
  color: #ff0000;
}
.wishlist-content table td.mgana-cart_btn a {
  font-size: 14px;
  text-transform: uppercase;
  background: #3e3e3e;
  color: #ffffff;
  height: 40px;
  line-height: 43px;
  width: 130px;
  display: inline-block;
}
.wishlist-content table td.mgana-cart_btn a:hover {
  background: #d4876c;
  color: #ffffff !important;
}

/*----------------------------------------*/
/*    17 - Pages - Compare
/*----------------------------------------*/
.compare-area {
  padding: 90px 0;
}

.compare-table .table thead th {
  border-width: 1px;
  padding: 15px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.compare-table .table tbody tr {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.compare-table .table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.01);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.compare-table .table tbody tr td,
.compare-table .table tbody tr th {
  vertical-align: middle;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.compare-table .table tbody tr th {
  min-width: 200px;
}
.compare-table .table tbody tr td {
  min-width: 250px;
}
.compare-table .table tbody tr td .compare-pdoduct-image {
  max-width: 200px;
  display: inline-block;
  padding: 20px 0;
}
.compare-table .table tbody tr td .compare-pdoduct-image a {
  display: inline-block;
}
.compare-table .table tbody tr td .compare-pdoduct-image a.mgana-btn {
  display: block;
  margin-top: 30px;
}
.compare-table .table tbody tr td .compare-pdoduct-image a.mgana-btn:hover {
  color: #ffffff !important;
}
.compare-table .table tbody tr td .compare-product-name {
  font-size: 14px;
  margin-bottom: 0;
}
.compare-table .table tbody tr td .compare-product-name a {
  -webkit-transition-property: color;
  transition-property: color;
}
.compare-table .table tbody tr td .rating-box > ul > li {
  display: inline-block;
}

/*----------------------------------------*/
/*    18 - Pages - Cart
/*----------------------------------------*/
.mgana-cart_area {
  padding: 90px 0;
}

.cart-content table {
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.cart-content table th {
  border-top: medium none;
  font-size: 15px;
  text-transform: capitalize;
  padding: 20px 10px;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  border: none;
  background-color: #f7f7f7;
}
.cart-content table td {
  border-top: medium none;
  padding: 18px 10px;
  vertical-align: middle;
  font-size: 13px;
}
.cart-content table td.mgana-product_remove {
  font-size: 20px;
}
.cart-content table td.mgana-product_remove > a > i {
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cart-content table td.mgana-product-thumbnail img {
  width: auto;
  height: 100%;
}
.cart-content table td.mgana-product-name {
  font-size: 16px;
  text-transform: capitalize;
  min-width: 180px;
}
.cart-content table td.mgana-product-price {
  font-size: 16px;
}
.cart-content table td.mgana-product-stock-status {
  min-width: 100px;
}
.cart-content table td.mgana-product-stock-status span.in-stock, .cart-content table td.mgana-product-stock-status span.out-stock {
  font-size: 12px;
  text-transform: capitalize;
}
.cart-content table td.mgana-product-stock-status span.out-stock {
  color: #ff0000;
}

.cart-shipping-wrapper {
  background: #F9F9F9;
  padding: 30px 30px 0;
  top: 30px;
}
.cart-shipping-wrapper .cart-totals .title {
  font-size: 20px;
  padding: 10px 0;
  margin-bottom: 20px;
  color: #1a1a1a;
}
.cart-shipping-wrapper table {
  width: 100%;
}
.cart-shipping-wrapper table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart-shipping-wrapper table tbody .cart-subtotal, .cart-shipping-wrapper table tbody .cart-shipping, .cart-shipping-wrapper table tbody .order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-shipping-wrapper table tbody tr th {
  color: #1a1a1a;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: 10px 0;
}
.cart-shipping-wrapper table tbody tr td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
}
.cart-shipping-wrapper table tbody tr td span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 600;
}
.cart-shipping-wrapper table tbody tr td .shipping-method > li:nth-child(-n+2) {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.cart-shipping-wrapper table tbody .order-total {
  border-top: 1px solid #DBDBDB;
}
.cart-shipping-wrapper .shipping-calculator .shipping-calculator-form {
  display: none;
  margin-top: 15px;
}
.cart-shipping-wrapper .shipping-calculator .shipping-calculator-form .nice-select {
  border-radius: 0;
  margin-bottom: 10px;
}
.cart-shipping-wrapper .shipping-calculator .shipping-calculator-form .nice-select .current {
  font-size: 12px;
  font-weight: 400;
}
.cart-shipping-wrapper .shipping-calculator .shipping-calculator-form .checkout-form-list {
  margin-bottom: 10px;
}
.cart-shipping-wrapper .shipping-calculator .shipping-calculator-form .checkout-form-list .input-text {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  border-radius: 0;
  border: solid 1px #e8e8e8;
}
.cart-shipping-wrapper .shipping-calculator .shipping-calculator-form .checkout-form-list .input-text:-moz-placeholder-shown {
  font-size: 12px;
  font-weight: 400;
  color: #1a1a1a;
}
.cart-shipping-wrapper .shipping-calculator .shipping-calculator-form .checkout-form-list .input-text:-ms-input-placeholder {
  font-size: 12px;
  font-weight: 400;
  color: #1a1a1a;
}
.cart-shipping-wrapper .shipping-calculator .shipping-calculator-form .checkout-form-list .input-text:placeholder-shown {
  font-size: 12px;
  font-weight: 400;
  color: #1a1a1a;
}
.cart-shipping-wrapper .shipping-calculator .shipping-calculator-form .checkout-form-list .shipping-inner_btn {
  font-size: 14px;
  display: inline-block;
  background-color: #1a1a1a;
  color: #fff;
  margin: 0;
  padding: 18px 30px;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart-shipping-wrapper .shipping-calculator .shipping-calculator-form .checkout-form-list .shipping-inner_btn:hover {
  background-color: #d4876c;
}

@media (max-width: 991px) {
  .cart-collaterals {
    margin-top: 60px;
  }
}
.cart-collaterals .order-button-payment .mgana-btn {
  background-color: #1a1a1a;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
.cart-collaterals .order-button-payment .mgana-btn:hover {
  background-color: #d4876c;
}

/*----------------------------------------*/
/*    19 - Pages - Faq
/*----------------------------------------*/
.faq-area {
  margin: 90px 0px;
}
.faq-area .faq-title {
  font-size: 32px;
  color: #d4876c;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 479px) {
  .faq-area .faq-title {
    line-height: 32px;
  }
}
.faq-area .faq-content-wrapper {
  margin-top: 50px;
}
.faq-area .faq-content-wrapper .faq-content-title {
  font-size: 24px;
  line-height: 16px;
  color: #1a1a1a;
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  .faq-area .faq-content-wrapper .faq-content-title {
    line-height: 24px;
  }
}
.faq-area .faq-content-wrapper .desc-content {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.faq-area .faq-help-area {
  text-align: center;
  margin-top: 80px;
}
.faq-area .faq-help-area .faq-help-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.faq-area .faq-help-area .faq-help-title::before {
  display: block;
  content: "";
  border-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #e5e5e5;
}
.faq-area .faq-help-area .faq-help-title::after {
  display: block;
  content: "";
  border-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #e5e5e5;
}
.faq-area .faq-help-area .title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  margin: 0 20px 0 20px;
}
@media (max-width: 479px) {
  .faq-area .faq-help-area .title {
    font-size: 24px;
    margin: 0 10px 0 10px;
  }
}
.faq-area .faq-help-area .desc-content {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  width: 500px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .faq-area .faq-help-area .desc-content {
    width: 400px;
  }
}
@media (max-width: 479px) {
  .faq-area .faq-help-area .desc-content {
    width: 250px;
  }
}
.faq-area .faq-help-area .faq-help-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

/*----------------------------------------*/
/*    20 - Pages - Error 404
/*----------------------------------------*/
.error-404_area {
  padding: 45px 0 150px;
}
@media (max-width: 1199px) {
  .error-404_area {
    padding: 55px 0 150px;
  }
}
.error-404_area .error-404_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.error-404_area .error-404_content > h1 {
  color: #d4876c;
  line-height: 150px;
  font-size: 150px;
  padding-bottom: 35px;
  font-weight: 400;
}
.error-404_area .error-404_content > h2.sub-title {
  color: #494949;
  padding-bottom: 20px;
  line-height: 55.2px;
  font-size: 46px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .error-404_area .error-404_content > h2.sub-title {
    font-size: 25px;
    line-height: 32px;
  }
}
.error-404_area .error-404_content > p {
  font-family: "Poppins", sans-serif;
  color: #494949;
}
.error-404_area .error-404_content .error-btn_wrap {
  padding-top: 35px;
}
.error-404_area .error-404_content .error-btn_wrap > a.mgana-btn {
  color: #494949;
  text-transform: none;
  font-size: 14px;
}

/*----------------------------------------*/
/*    21 - Pages - Login Register
/*----------------------------------------*/
.login-register-area {
  margin: 90px 0;
}
.login-register-area .login-register-wrapper {
  padding: 0 50px;
}
@media (max-width: 991px) {
  .login-register-area .login-register-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .login-register-area .login-register-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 575px) {
  .login-register-area .login-register-wrapper {
    padding: 0 20px;
  }
}
.login-register-area .login-register-wrapper .my-account .account-header {
  margin-bottom: 20px;
}
.login-register-area .login-register-wrapper .my-account .account-header a {
  display: block;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: normal;
  cursor: pointer;
}
.login-register-area .login-register-wrapper .my-account .account-header a i {
  vertical-align: middle;
  margin-right: 5px;
}
.login-register-area .login-register-wrapper .my-account .account-body .form-row .form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
.login-register-area .login-register-wrapper .my-account .account-body .form-row .form_group .input-form {
  padding: 0 20px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #ebebeb;
}
.login-register-area .login-register-wrapper .my-account .account-body .form-row .account-button {
  margin: 0 5px;
  width: 100%;
}

/*----------------------------------------*/
/*    22 - Components - Button
/*----------------------------------------*/
.mgana-btn {
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  background-color: #3e3e3e;
  color: #ffffff;
  width: 200px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  /*text-transform: uppercase;*/
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767px) {
  .mgana-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .mgana-btn {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
}
.mgana-btn.mgana-btn-2 {
  height: 46px;
  line-height: 46px;
  width: 150px;
  font-size: 12px;
}
@media (max-width: 479px) {
  .mgana-btn.mgana-btn-2 {
    height: 35px;
    line-height: 35px;
    width: 120px;
  }
}
.mgana-btn:hover {
  background-color: #d4876c;
  color: #ffffff;
}
.btn-hover-theme:hover {
  background-color: #d4876c;
  border-color: #d4876c;
  color: #ffffff;
}
.mgana-btn.white-hover:hover {
  background-color: #ffffff;
  color: #3e3e3e;
}
.mgana-btn.mgana-btn-13 {
  height: 46px;
  line-height: 46px;
  width: 150px;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
@media (max-width: 479px) {
  .mgana-btn.mgana-btn-13 {
    height: 35px;
    line-height: 35px !important;
    width: 120px;
  }
}
.mgana-btn.mgana-btn-13.color-13 {
  background-color: #ff4b4b;
}
.mgana-btn.mgana-btn-13:hover {
  background-color: #dda973;
  color: #ffffff;
}
.mgana-btn.mgana-btn-13.border-13 {
  background-color: transparent;
  border: 1px solid #ffffff;
  line-height: 43px;
}
.mgana-btn.mgana-btn-13.border-13:hover {
  border: 1px solid #dda973;
  background-color: #dda973;
  line-height: 43px;
}
.mgana-btn.mgana-btn-14 {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
.mgana-btn.mgana-btn-14:hover {
  background-color: #dda973;
  color: #ffffff;
}
.mgana-btn.mgana-btn-14.border-14 {
  background-color: transparent;
  border: 2px solid #b5b5b5;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 4;
  letter-spacing: 2px;
  color: #3e3e3e;
}
.mgana-btn.mgana-btn-14.border-14:hover {
  border: 2px solid #dda973;
  background-color: #dda973;
  line-height: 4;
  color: #ffffff;
}
@media (max-width: 767px) {
  .mgana-btn.mgana-btn-14.border-14 {
    width: 180px;
    height: 60px;
    line-height: 4;
  }
}
.mgana-btn.btn_fullwidth {
  width: 100%;
}
.mgana-btn.white-color {
  background-color: #ffffff;
  color: #3e3e3e;
}
.mgana-btn.white-color:hover {
  background-color: #3e3e3e;
  color: #ffffff;
}
.mgana-btn.white-color.specific-hover_color:hover {
  background-color: #d4876c;
  color: #ffffff;
}
.mgana-btn.white-color.specific-hover_color-2:hover {
  background-color: #f55555;
  color: #ffffff;
}
.mgana-btn.white-color.specific-hover_color-3:hover {
  background-color: #FF6060;
  color: #ffffff;
}
.mgana-btn.primary-color {
  background-color: #d4876c;
  color: #ffffff;
  width: 180px;
}
.mgana-btn.primary-color:hover {
  background-color: #ffffff;
  color: #3e3e3e;
}
.mgana-btn.whisper-color {
  border: 1px solid #979797;
  color: #1a1a1a !important;
  font-family: "Poppins", sans-serif;
  width: 150px;
  line-height: 57px;
}
@media (max-width: 767px) {
  .mgana-btn.whisper-color {
    height: 60px;
  }
}
.mgana-btn.whisper-color:hover {
  background-color: #d4876c;
  border-color: #d4876c;
  color: #ffffff !important;
}
.mgana-btn.transparent-btn {
  background-color: transparent;
}

.header-6 .mgana-btn {
  font-family: "Fjalla One", sans-serif;
}

.home-style-2 .mgana-btn-3 {
  background-color: #041632;
  font-family: "Fjalla One", sans-serif;
  line-height: 59px;
  font-size: 18px;
  color: #ffffff;
  width: 196px;
  height: 59px;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .home-style-2 .mgana-btn-3 {
    width: 130px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .home-style-2 .mgana-btn-3 {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}
.home-style-2 .mgana-btn-3.hover-1:hover {
  background-color: #000000;
  color: #ffffff;
}
.home-style-2 .mgana-btn-3.hover-2:hover {
  background-color: #dda973;
  color: #ffffff;
}
.home-style-2 .mgana-btn-3.hover-3:hover {
  background-color: #041632;
  color: #ffffff;
}
.home-style-2 .mgana-btn-3.btn_fullwidth {
  width: 100%;
}
.home-style-2 .mgana-btn-3.white-color {
  background-color: #ffffff;
  color: #041632;
}
.home-style-2 .mgana-btn-4 {
  background-color: #041632;
  font-family: "Fjalla One", sans-serif;
  line-height: 52px;
  font-size: 16px;
  color: #ffffff;
  width: 175px;
  height: 52px;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .home-style-2 .mgana-btn-4 {
    width: 130px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .home-style-2 .mgana-btn-4 {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}
.home-style-2 .mgana-btn-4.hover-2:hover {
  background-color: #dda973;
  color: #ffffff;
}
.home-style-2 .border-button-2 {
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 200px;
  height: 60px;
  line-height: 56px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 767px) {
  .home-style-2 .border-button-2 {
    width: 120px;
    height: 40px;
    line-height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .home-style-2 .border-button-2 {
    width: 100px;
    height: 35px;
    line-height: 31px;
    font-size: 14px;
  }
}
.home-style-2 .border-button-2.hover-2:hover {
  background-color: #dda973;
  color: #ffffff;
  border-color: #dda973;
}

.home-style-3 .mgana-btn-5 {
  background-color: #041632;
  font-family: "Poppins", sans-serif;
  line-height: 59px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  width: 196px;
  height: 59px;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .home-style-3 .mgana-btn-5 {
    width: 130px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .home-style-3 .mgana-btn-5 {
    width: 115px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}
.home-style-3 .mgana-btn-5.hover-1:hover {
  background-color: #827021;
  color: #ffffff;
}
.home-style-3 .mgana-btn-5.hover-2:hover {
  background-color: #000;
  color: #ffffff;
}
.home-style-3 .mgana-btn-5.default-color {
  background-color: #827021;
  color: #ffffff;
}
.home-style-3 .mgana-btn-5.white-color {
  background-color: #ffffff;
  color: #000000;
}

.home-style-4 .mgana-btn-6 {
  background-color: #ff794a;
  font-family: "Poppins", sans-serif;
  line-height: 59px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  text-transform: uppercase;
  color: #ffffff;
  width: 196px;
  height: 59px;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .home-style-4 .mgana-btn-6 {
    width: 130px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .home-style-4 .mgana-btn-6 {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}
.home-style-4 .mgana-btn-6.small-btn {
  line-height: 30px;
  font-size: 12px;
  border-radius: 30px;
  width: 115px;
  height: 30px;
  display: block;
  text-align: center;
}
.home-style-4 .mgana-btn-6.hover-1:hover {
  background-color: #ff794a;
  color: #ffffff;
}
.home-style-4 .mgana-btn-6.hover-2:hover {
  background-color: #ff581c;
  color: #ffffff;
}
.home-style-4 .mgana-btn-6.btn_fullwidth {
  width: 100%;
}
.home-style-4 .mgana-btn-6.default-color {
  background-color: #ff794a;
  color: #ffffff;
}
.home-style-4 .mgana-btn-6.white-color {
  background-color: #ffffff;
  color: #000000;
}

.home-style-5 .mgana-btn-7 {
  background-color: #3e3e3e;
  font-family: "Poppins", sans-serif;
  line-height: 45px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  width: 130px;
  height: 45px;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .home-style-5 .mgana-btn-7 {
    width: 130px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .home-style-5 .mgana-btn-7 {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}
.home-style-5 .mgana-btn-7.hover-1:hover {
  background-color: #ff794a;
  color: #ffffff;
}
.home-style-5 .mgana-btn-7.hover-2:hover {
  background-color: #d4876c;
  color: #ffffff;
}
.home-style-5 .mgana-btn-7.hover-3:hover {
  background-color: #ff794a;
  border-color: #ff794a;
  color: #ffffff;
}
.home-style-5 .mgana-btn-7.btn_fullwidth {
  width: 100%;
}
.home-style-5 .mgana-btn-7.default-color {
  background-color: #ff794a;
  color: #ffffff;
}
.home-style-5 .mgana-btn-7.white-color {
  background-color: #ffffff;
  color: #000000;
  width: 160px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-style-5 .mgana-btn-7.border-button {
  border: 2px solid #3e3e3e;
  background: rgba(255, 255, 255, 0);
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #3e3e3e;
  line-height: 48px;
  height: 50px;
}

/*--- Button Border Style  ---*/
.border-button {
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 200px;
  height: 60px;
  line-height: 56px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767px) {
  .border-button {
    width: 120px;
    height: 40px;
    line-height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .border-button {
    width: 100px;
    height: 35px;
    line-height: 31px;
    font-size: 14px;
  }
}
.border-button.border-color-2 {
  border: 1px solid #3e3e3e;
  color: #3e3e3e;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.border-button.border-color-2:hover {
  color: #ffffff;
}
.border-button:hover {
  border: 2px solid #FF6060;
  background-color: #FF6060;
  color: #ffffff;
}

/*--- View More Button ---*/
.view-more-btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding-top: 62px;
  text-align: center;
}
.view-more-btn_wrap .view-more {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 18px;
  padding: 10px 20px;
  min-width: 170px;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  color: #1a1a1a;
  border: 1px solid #ebebeb;
}
.view-more-btn_wrap .view-more:hover {
  color: #ffffff;
  background-color: #d4876c;
  border-color: #d4876c;
}
.view-more-btn_wrap .view-more:hover:before {
  border-color: #d4876c;
}
.view-more-btn_wrap .view-more:hover:after {
  border-color: #d4876c;
}
.view-more-btn_wrap .view-more:before {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #ebebeb;
  width: 60px;
  -webkit-transition: inherit;
  transition: inherit;
  left: 100%;
}
.view-more-btn_wrap .view-more:after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #ebebeb;
  width: 60px;
  -webkit-transition: inherit;
  transition: inherit;
  right: 100%;
}
.view-more-btn_wrap .hover-2:hover {
  background-color: #dda973;
  border-color: #dda973;
}
.view-more-btn_wrap .hover-3:hover {
  background-color: #827021;
  border-color: #827021;
}
.view-more-btn_wrap .hover-3:hover:before {
  border-top: 1px solid #827021;
}
.view-more-btn_wrap .hover-3:hover:after {
  border-top: 1px solid #827021;
}
.view-more-btn_wrap .hover-4:hover {
  background-color: #73bcc3;
  border-color: #73bcc3;
}
.view-more-btn_wrap .hover-4:hover:before {
  border-top: 1px solid #73bcc3;
}
.view-more-btn_wrap .hover-4:hover:after {
  border-top: 1px solid #73bcc3;
}
.view-more-btn_wrap .view-more-2 {
  font-family: "Fjalla One", Sans-serif;
  font-size: 18px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0px 0px 90px 0px;
  padding: 0px 0px 15px 0px;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-color: #d8d8d8;
}
.view-more-btn_wrap .view-more-3 {
  font-family: "Acme", Sans-serif;
  font-size: 26px;
  font-weight: 400;
  fill: #3e3e3e;
  color: #3e3e3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-more-btn_wrap .view-more-4 {
  border-color: #73bcc3;
}
.view-more-btn_wrap .view-more-4:before {
  border-color: #73bcc3;
}
.view-more-btn_wrap .view-more-4:after {
  border-color: #73bcc3;
}
.view-more-btn_wrap .view-more-5 {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 18px;
  padding: 10px 20px;
  min-width: 170px;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  color: #1a1a1a;
  border: 1px solid #c7c7c7;
}
.view-more-btn_wrap .view-more-5:hover {
  background-color: #3e3e3e;
  border-color: #3e3e3e;
  color: #ffffff;
}

/*----------------------------------------*/
/*    23 - Components - Navigation
/*----------------------------------------*/
/*--- Offcanvas Close Button ---*/
.btn-close {
  position: absolute;
  top: 0;
  left: -60px;
  background: #3e3e3e;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  z-index: 10;
  font-size: 24px;
}
@media (max-width: 479px) {
  .btn-close {
    left: -50px;
    width: 50px;
  }
}
.btn-close:hover {
  color: #d4876c;
}
.btn-close:hover > i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn-close > i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  display: inline-block;
}
.btn-close.white-close_btn {
  color: #ffffff !important;
}

/*--- Offcanvas ---*/
.mobile-menu_wrapper .offcanvas-menu-inner,
.offcanvas-minicart_wrapper .offcanvas-menu-inner,
.offcanvas-search_wrapper .offcanvas-menu-inner {
  background-color: #151515;
  position: fixed;
  top: 0;
  right: -280px;
  width: 320px;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 479px) {
  .mobile-menu_wrapper .offcanvas-menu-inner,
.offcanvas-minicart_wrapper .offcanvas-menu-inner,
.offcanvas-search_wrapper .offcanvas-menu-inner {
    width: 320px;
  }
}
.mobile-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_logo,
.offcanvas-minicart_wrapper .offcanvas-menu-inner .offcanvas-inner_logo,
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-inner_logo {
  padding: 30px 0;
  text-align: center;
}
.mobile-menu_wrapper.open .offcanvas-menu-inner,
.offcanvas-minicart_wrapper.open .offcanvas-menu-inner,
.offcanvas-search_wrapper.open .offcanvas-menu-inner {
  visibility: visible;
  left: auto;
  right: 0;
  opacity: 1;
  z-index: 999;
}

/*--- Offcanvas Search Area ---*/
.offcanvas-search_wrapper .offcanvas-menu-inner {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.97;
  width: 100%;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  visibility: visible;
  opacity: 0;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .btn-close {
  background: transparent;
  color: #3e3e3e;
  top: 65px;
  right: 30px;
  left: auto;
  font-size: 40px;
  color: #ffffff;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .btn-close:hover {
  color: #d4876c;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search > span.searchbox-info {
  color: #ffffff;
  font-size: 20px;
}
@media (max-width: 575px) {
  .offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search > span.searchbox-info {
    font-size: 14px;
  }
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox {
  position: relative;
  -webkit-transform-origin: top bottom;
          transform-origin: top bottom;
  width: calc(100% - 30px);
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff;
  height: 100px;
  line-height: 100px;
  width: 100%;
  padding: 0;
  color: #ffffff;
  -webkit-transform-origin: top bottom;
          transform-origin: top bottom;
  text-align: center;
  font-size: 30px;
  padding-right: 40px;
}
@media (max-width: 575px) {
  .offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input::-webkit-input-placeholder {
  color: #ffffff;
  text-align: center;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input::-moz-placeholder {
  color: #ffffff;
  text-align: center;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input:-ms-input-placeholder {
  color: #ffffff;
  text-align: center;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input::-ms-input-placeholder {
  color: #ffffff;
  text-align: center;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input::placeholder {
  color: #ffffff;
  text-align: center;
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > .search_btn {
  position: absolute;
  font-size: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
}
@media (max-width: 575px) {
  .offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > .search_btn {
    font-size: 16px;
  }
}
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > .search_btn:hover > i {
  color: #d4876c;
}
.offcanvas-search_wrapper.open .offcanvas-menu-inner {
  left: auto;
  right: 0;
  padding: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.offcanvas-search_wrapper.open .offcanvas-menu-inner .offcanvas-search {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.home-style-2 .offcanvas-search_wrapper .offcanvas-menu-inner .btn-close:hover {
  color: #dda973;
}
.home-style-2 .offcanvas-search_wrapper .offcanvas-menu-inner .hm-searchbox .search_btn:hover i {
  color: #dda973;
}

/*--- Offcanvas Minicart Area ---*/
.offcanvas-minicart_wrapper .offcanvas-menu-inner {
  padding: 100px 50px !important;
  width: 450px;
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
@media (max-width: 479px) {
  .offcanvas-minicart_wrapper .offcanvas-menu-inner {
    width: 100%;
    padding: 60px 15px !important;
  }
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .btn-close {
  background: transparent;
  color: #3e3e3e;
  top: 20px;
  right: 20px;
  left: auto;
  font-size: 28px;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .btn-close:hover {
  color: #d4876c;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-heading > h4 {
  margin-bottom: 0;
  padding-bottom: 25px;
  font-size: 18px;
  line-height: 21.6px;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list {
  max-height: 311px;
  position: relative;
  overflow: auto;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li {
  padding-bottom: 30px;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li:last-child {
  padding-bottom: 0;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product > a.product-item_remove > i {
  position: absolute;
  font-size: 14px;
  top: 4px;
  right: 15px;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_img {
  border: 1px solid #e5e5e5;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  max-width: 70px;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_content {
  -ms-flex-preferred-size: calc(100% - 70px);
      flex-basis: calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-left: 20px;
  padding-right: 10px;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_content a.product-item_title {
  color: #494949;
  line-height: 1.4;
  font-size: 16px;
  width: 90%;
  display: block;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_content a.product-item_title:hover {
  color: #d4876c;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_content .product-item_quantity {
  display: block;
  padding-top: 10px;
  font-size: 13px;
  line-height: 24.7px;
  color: #494949;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-item_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-btn_area {
  padding-bottom: 15px;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-btn_area .hiraola-btn {
  height: 60px;
  line-height: 60px;
  color: #ffffff !important;
}

.header-6 .offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-heading > h4 {
  font-family: "Fjalla One", sans-serif;
}

.header-8 .offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-heading > h4 {
  font-family: "Acme", sans-serif;
  padding-bottom: 50px;
}

/*--- Offcanvas Menu Wrapper ---*/
.offcanvas-menu_wrapper .offcanvas-menu-inner {
  padding: 120px 60px 0;
  position: fixed;
  top: 0;
  right: -285px;
  width: 470px;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  text-align: left;
}
@media (max-width: 479px) {
  .offcanvas-menu_wrapper .offcanvas-menu-inner {
    padding: 120px 30px 0;
    width: 100%;
  }
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .btn-close {
  top: 45px;
  left: 25px;
  width: auto;
  line-height: 1;
  height: auto;
  display: block;
  font-size: 28px;
  background-color: transparent;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .btn-close:hover {
  background: transparent;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li {
  cursor: pointer;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li:first-child {
  padding-top: 0;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li:last-child > a {
  padding-bottom: 0;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li:last-child ul > li:first-child {
  padding-top: 35px !important;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li:hover > a {
  color: #d4876c;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li.has-sub ul > li:first-child {
  padding-top: 0;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li.has-sub ul > li.inner-sub > a {
  width: 100%;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li.has-sub ul > li.inner-sub > ul {
  height: 160px;
  overflow-y: auto;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li.has-sub ul > li.inner-sub > ul > li > a {
  font-size: 14px;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li.has-sub ul > li > a {
  font-size: 14px;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li > ul {
  display: none;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li > ul li > a {
  display: inline-block;
  padding-bottom: 20px;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li > ul li:last-child > a {
  padding-bottom: 25px;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li > a {
  display: block;
  padding-bottom: 35px;
  position: relative;
  line-height: 1;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li > a > i {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li.open > a > i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_banner {
  padding-top: 35px;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_banner .inner-img {
  position: relative;
  cursor: pointer;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_banner .inner-img:before {
  background-color: #000000;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_banner .inner-img:hover:before {
  width: calc(100% - 40px);
  height: calc(100% - 30px);
  top: 15px;
  left: 20px;
  opacity: 0.3;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_info {
  padding-top: 35px;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_info > span {
  display: block;
  font-size: 14px;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_info > span:not(:last-child) {
  padding-bottom: 10px;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_info .payment {
  padding-top: 20px;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_info .copyright {
  padding: 20px 0 25px;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_info .copyright span a {
  font-size: 14px;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li {
  cursor: pointer;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li:first-child {
  padding-top: 0;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li:last-child > a {
  padding-bottom: 0;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li:last-child ul > li:first-child {
  padding-top: 15px !important;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li:hover > a {
  color: #d4876c;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li.has-sub ul > li:first-child {
  padding-top: 0;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li.has-sub ul > li.inner-sub > a {
  width: 100%;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li.has-sub ul > li.inner-sub > ul {
  height: 160px;
  overflow-y: auto;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li.has-sub ul > li.inner-sub > ul > li > a {
  font-size: 14px;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li.has-sub ul > li > a {
  font-size: 14px;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li > ul {
  display: none;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li > ul li > a {
  display: inline-block;
  padding-bottom: 6px;
  text-transform: uppercase;
  font-size: 12px !important;
  color: #3E3E3E;
  letter-spacing: 1px;
  line-height: 2;
  font-weight: 400;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li > ul li:last-child > a {
  padding-bottom: 25px;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li > a {
  display: block;
  padding-bottom: 25px;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li > a > i {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li.open > a > i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.offcanvas-menu_wrapper.open .offcanvas-menu-inner {
  left: auto;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.offcanvas-menu_wrapper.fullscreen-menu .offcanvas-menu-inner {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 100px 0;
}
.offcanvas-menu_wrapper.fullscreen-menu .offcanvas-menu-inner .btn-close {
  color: #ffffff;
  top: 0;
  left: auto;
  right: 0;
  font-size: 40px;
}
@media (max-width: 1500px) {
  .offcanvas-menu_wrapper.fullscreen-menu .offcanvas-menu-inner .btn-close {
    right: 90px;
  }
}
@media (max-width: 767px) {
  .offcanvas-menu_wrapper.fullscreen-menu .offcanvas-menu-inner .btn-close {
    right: 30px;
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .offcanvas-menu_wrapper.fullscreen-menu .offcanvas-menu-inner .btn-close {
    right: 15px;
  }
}
.offcanvas-menu_wrapper.fullscreen-menu .offcanvas-menu-inner .btn-close:hover {
  color: #d4876c;
}
.offcanvas-menu_wrapper.fullscreen-menu .offcanvas-menu-inner .offcanvas-inner_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.offcanvas-menu_wrapper.fullscreen-menu .offcanvas-menu-inner .offcanvas-inner_nav > ul {
  max-height: 520px;
  overflow-y: auto;
  width: 100%;
}
.offcanvas-menu_wrapper.fullscreen-menu .offcanvas-menu-inner .offcanvas-inner_nav > ul > li.active > a {
  color: #ffffff;
}
.offcanvas-menu_wrapper.fullscreen-menu .offcanvas-menu-inner .offcanvas-inner_nav > ul > li:hover > a {
  color: #ffffff;
}
.offcanvas-menu_wrapper.fullscreen-menu .offcanvas-menu-inner .offcanvas-inner_nav > ul > li.has-sub > ul > li.inner-sub > a {
  width: auto;
}
.offcanvas-menu_wrapper.fullscreen-menu .offcanvas-menu-inner .offcanvas-inner_nav > ul > li.has-sub > ul > li.inner-sub > a > i {
  position: relative;
  right: -5px;
  vertical-align: middle;
}
.offcanvas-menu_wrapper.fullscreen-menu .offcanvas-menu-inner .offcanvas-inner_nav > ul > li > ul > li:hover > a {
  color: #ffffff;
}
.offcanvas-menu_wrapper.fullscreen-menu .offcanvas-menu-inner .offcanvas-inner_nav > ul > li > ul > li a {
  color: #919191;
  font-size: 20px;
}
.offcanvas-menu_wrapper.fullscreen-menu .offcanvas-menu-inner .offcanvas-inner_nav > ul > li > ul > li a:hover {
  color: #ffffff;
}
.offcanvas-menu_wrapper.fullscreen-menu .offcanvas-menu-inner .offcanvas-inner_nav > ul > li > a {
  font-family: "Playfair Display", serif;
  color: #919191;
  font-size: 36px;
}
.offcanvas-menu_wrapper.fullscreen-menu .offcanvas-menu-inner .offcanvas-inner_nav > ul > li > a > i {
  position: relative;
  vertical-align: middle;
  left: 10px;
  right: auto;
}
.offcanvas-menu_wrapper.fullscreen-menu.open .offcanvas-menu-inner {
  opacity: 1;
}

.header-6 .offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li > a {
  font-family: "Fjalla One", sans-serif;
}

.header-8 .offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li > a {
  font-family: "Acme", sans-serif;
}

/*--- Mobile Menu Wrapper ---*/
.mobile-menu_wrapper .btn-close-2 > i {
  color: #ffffff;
  position: absolute;
  top: 40px;
  right: 30px;
  font-size: 25px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mobile-menu_wrapper .btn-close-2 > i:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #d4876c;
}
.mobile-menu_wrapper .offcanvas-menu-inner {
  padding: 90px 0 0;
  right: auto;
  left: -285px;
}
.mobile-menu_wrapper.open .offcanvas-menu-inner {
  left: 0;
}

.user-setting_area {
  padding-top: 45px;
}

/*--- Offcanvas Navigation Area ---*/
.offcanvas-navigation .mobile-menu > li {
  height: 100%;
}
.offcanvas-navigation .mobile-menu > li > a span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offcanvas-navigation .mobile-menu li {
  position: relative;
}
.offcanvas-navigation .mobile-menu li:not(:last-child) {
  padding-bottom: 15px;
}
.offcanvas-navigation .mobile-menu li > .menu-expand {
  position: absolute;
  right: 0;
  top: 2px;
  width: 50px;
  height: 100%;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  margin-right: 4px;
  font-size: 20px;
}
.offcanvas-navigation .mobile-menu li a {
  color: #c0c0c0;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding: 0 30px;
}
.offcanvas-navigation .mobile-menu li .sub-menu {
  background-color: rgba(255, 255, 255, 0.05);
  overflow-y: auto;
  padding: 25px 0;
  margin: 20px 0 10px;
}
.offcanvas-navigation .mobile-menu li .sub-menu li a {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.offcanvas-navigation .mobile-menu li .sub-menu li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.offcanvas-navigation .mobile-menu li .sub-menu li.menu-open > a > span > i:before {
  content: "";
}
.offcanvas-navigation .mobile-menu li.menu-open > a {
  color: #d4876c;
}
.offcanvas-navigation .mobile-menu li.menu-open > a > span > i:before {
  content: "";
}

/*----------------------------------------*/
/*    24 - Components - Social LInk
/*----------------------------------------*/
.social-link {
  padding-top: 25px;
}
.social-link.with-color > ul > li {
  padding-right: 0;
}
.social-link.with-color > ul > li:not(:last-child) {
  margin-right: 10px;
}
.social-link.with-color > ul > li:hover a {
  background-color: #d4876c;
}
.social-link.with-color > ul > li.facebook {
  background-color: #3b579d;
}
.social-link.with-color > ul > li.twitter {
  background-color: #3acaff;
}
.social-link.with-color > ul > li.instagram {
  background-color: #833ab4;
}
.social-link.with-color > ul > li.vimeo {
  background-color: #00adef;
}
.social-link.with-color > ul > li > a {
  width: 30px;
  height: 30px;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  border-radius: 100%;
}
.social-link.with-radius > ul > li {
  border-radius: 100%;
}
.social-link.with-radius-2 > ul > li {
  margin-right: 15px;
  padding-right: 0px;
}
.social-link.with-radius-2 > ul > li > a {
  width: 30px;
  height: 30px;
  line-height: 31px;
  border: 1px solid #ebebeb;
  color: #3e3e3e;
  text-align: center;
  font-size: 16px;
  border-radius: 100%;
}
.social-link.with-radius-2 > ul > li > a:hover {
  background-color: #d4876c;
  color: #ffffff;
}
.social-link > ul > li {
  display: inline-block;
  padding-right: 25px;
}
.social-link > ul > li:last-child {
  padding-right: 0;
}
.social-link > ul > li > a {
  font-size: 22px;
  display: block;
}

/*--- Social Link Style 2 ---*/
.social-link-2 {
  float: right;
}
@media (max-width: 575px) {
  .social-link-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: none;
  }
}
.social-link-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-link-2 ul li a {
  padding: 0 10px;
  color: #ababab;
}
.social-link-2 ul li a:hover {
  color: #ffffff;
}
.social-link-2 ul li:last-child a {
  padding-right: 0px;
}

/*----------------------------------------*/
/*    25 - Components - Slider
/*----------------------------------------*/
.home-slider .slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-slider .slide-item .inner-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.home-slider .slide-item .inner-slide .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 38%;
}
@media (max-width: 991px) {
  .home-slider .slide-item .inner-slide .slide-content {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .home-slider .slide-item .inner-slide .slide-content {
    max-width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .home-slider .slide-item .inner-slide .slide-content {
    max-width: 100%;
  }
}
.home-slider .slide-item .inner-slide .slide-content.white-text h4,
.home-slider .slide-item .inner-slide .slide-content.white-text h1,
.home-slider .slide-item .inner-slide .slide-content.white-text p {
  color: #ffffff;
}
.home-slider .slide-item.slide-left_center {
  position: relative;
  overflow: hidden;
}
.home-slider .slide-item.slide-left_center .inner-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .home-slider .slide-item.slide-left_center .inner-slide {
    display: block;
  }
}
.home-slider .slide-item.slide-left_center .inner-slide .slide-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .home-slider .slide-item.slide-left_center .inner-slide .slide-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.home-slider .slide-item.slide-left_center .inner-slide .slide-content.slider-content-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.home-slider .slide-item.slide-left_center .inner-slide .slide-content .inner-content {
  position: relative;
  left: 9%;
}
@media (max-width: 1199px) {
  .home-slider .slide-item.slide-left_center .inner-slide .slide-content .inner-content {
    left: 0;
  }
}
@media (max-width: 767px) {
  .home-slider .slide-item.slide-left_center .inner-slide .slide-content .inner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}
.home-slider .slide-item.slide-left_center .inner-slide .slide-content .inner-content > h4 {
  line-height: 20px;
  letter-spacing: 12px;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
.home-slider .slide-item.slide-left_center .inner-slide .slide-content .inner-content > h1 {
  line-height: 74px;
  letter-spacing: 6px;
  font-weight: 600;
  font-size: 59px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .home-slider .slide-item.slide-left_center .inner-slide .slide-content .inner-content > h1 {
    font-size: 48px;
  }
}
@media (max-width: 479px) {
  .home-slider .slide-item.slide-left_center .inner-slide .slide-content .inner-content > h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 4px;
  }
}
.home-slider .slide-item.slide-left_center .inner-slide .slide-content .inner-content > p {
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Zilla Slab", serif;
}
@media (max-width: 479px) {
  .home-slider .slide-item.slide-left_center .inner-slide .slide-content .inner-content > p {
    font-size: 14px;
  }
}
.home-slider .slide-item.slide-left_center .inner-slide .slide-content .inner-content span {
  border: 1px solid #ffffff;
  width: 270px;
  display: block;
  margin: 15px auto 25px auto;
}
.home-slider .slide-item.slide-left_center .inner-slide .slide-content .inner-content .slide-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-slider .slide-item.slide-left_center .inner-slide .slide-img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 10%;
}
@media (max-width: 1500px) {
  .home-slider .slide-item.slide-left_center .inner-slide .slide-img {
    left: 8%;
  }
}
@media (max-width: 767px) {
  .home-slider .slide-item.slide-left_center .inner-slide .slide-img {
    display: none;
  }
}
.home-slider .slide-item.slide-left_center .inner-slide .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media (max-width: 1500px) {
  .home-slider .slide-item.slide-left_center .inner-slide .slide-img img {
    width: 80%;
    height: 80%;
  }
}
.home-slider .slide-item.slide-left_center .inner-slide .slide-img-2 {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 20%;
}
@media (max-width: 991px) {
  .home-slider .slide-item.slide-left_center .inner-slide .slide-img-2 {
    left: 8%;
  }
}
@media (max-width: 767px) {
  .home-slider .slide-item.slide-left_center .inner-slide .slide-img-2 {
    display: block;
  }
}
@media (max-width: 479px) {
  .home-slider .slide-item.slide-left_center .inner-slide .slide-img-2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.home-slider .slide-item.slide-left_center .inner-slide .slide-img-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media (max-width: 1500px) {
  .home-slider .slide-item.slide-left_center .inner-slide .slide-img-2 img {
    width: 80%;
    height: 80%;
  }
}
.home-slider .slide-item.slide-left_center .inner-slide .slide-img-2 .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-slider .slide-item.slide-left_center .inner-slide .slide-img-2 .inner-content .black-title-color {
  font-family: "Lora", serif;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 25px;
  border-color: white;
  color: #3e3e3e;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .home-slider .slide-item.slide-left_center .inner-slide .slide-img-2 .inner-content .black-title-color {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .home-slider .slide-item.slide-left_center .inner-slide .slide-img-2 .inner-content .black-title-color {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .home-slider .slide-item.slide-left_center .inner-slide .slide-img-2 .inner-content .black-title-color {
    font-size: 11px;
  }
}
.home-slider .slide-item.slide-left_center .inner-slide .slide-img-2 .inner-content .slide-btn {
  margin-top: 10px;
}

/*-- Home One slider --*/
.bg-1 {
  background-image: url("../images/slider/bg/1-1.jpg");
  background-color: #ccc;
  min-height: 786px;
}
@media (max-width: 1500px) {
  .bg-1 {
    min-height: 735px;
  }
}
@media (max-width: 991px) {
  .bg-1 {
    min-height: 585px;
  }
}
@media (max-width: 767px) {
  .bg-1 {
    min-height: 700px;
  }
}
@media (max-width: 575px) {
  .bg-1 {
    min-height: 493px;
  }
}

/*-- Home two slider --*/
.inner-content-2 .slider-head-1 {
  line-height: 90px;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 80px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .inner-content-2 .slider-head-1 {
    line-height: 70px;
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .inner-content-2 .slider-head-1 {
    line-height: 60px;
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .inner-content-2 .slider-head-1 {
    line-height: 40px;
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .inner-content-2 .slider-head-1 {
    line-height: 30px;
    font-size: 30px;
  }
}
.inner-content-2 .slider-head-2 {
  line-height: 26px;
  letter-spacing: 21px;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .inner-content-2 .slider-head-2 {
    letter-spacing: 10px;
  }
}
.inner-content-2 .slider-head-3 {
  line-height: 66px;
  letter-spacing: 6px;
  font-weight: 600;
  font-size: 55px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .inner-content-2 .slider-head-3 {
    line-height: 30px;
    letter-spacing: 3px;
    font-size: 44px;
  }
}
@media (max-width: 479px) {
  .inner-content-2 .slider-head-3 {
    letter-spacing: 2px;
    font-size: 30px;
    padding-bottom: 5px;
  }
}
.inner-content-2 .slider-head-4 {
  line-height: 41px;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 35px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .inner-content-2 .slider-head-4 {
    font-size: 30px;
    line-height: 30px;
  }
}
.inner-content-2 .slide-btn {
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .inner-content-2 .image-border {
    display: none;
  }
}
.inner-content-2 .image-border:before {
  border-top: 7px solid #ffffff;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffffff;
  border-right: 7px solid #ffffff;
  content: "";
  position: absolute;
  width: 110%;
  height: 130%;
  top: -73px;
  left: -30px;
  z-index: 1;
  opacity: 0.5;
}
.inner-content-2 .image-border span:before {
  border-bottom: 7px solid #ffffff;
  border-left: 7px solid transparent;
  content: "";
  position: absolute;
  width: 200px;
  height: 130px;
  top: 28px;
  left: -30px;
  z-index: 2;
  opacity: 0.5;
}
.inner-content-2 .image-border span:after {
  border-bottom: 7px solid #ffffff;
  border-right: 7px solid transparent;
  content: "";
  position: absolute;
  width: 200px;
  height: 130px;
  top: 28px;
  right: -28px;
  z-index: 2;
  opacity: 0.5;
}

.slider-content-2 {
  position: relative;
}

.bg-2 {
  min-height: 920px;
}
@media (max-width: 1500px) {
  .bg-2 {
    min-height: 780px;
  }
}
@media (max-width: 991px) {
  .bg-2 {
    min-height: 710px;
  }
}
@media (max-width: 767px) {
  .bg-2 {
    min-height: 600px;
  }
}
@media (max-width: 575px) {
  .bg-2 {
    min-height: 450px;
  }
}
@media (max-width: 479px) {
  .bg-2 {
    background-image: none;
    background-color: #ccc;
    min-height: 400px;
  }
}

/*-- Home four slider --*/
.inner-content-4 .slider-head-1 {
  line-height: 176px;
  letter-spacing: 27px;
  font-weight: 400;
  font-size: 176px;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .inner-content-4 .slider-head-1 {
    font-size: 150px;
    line-height: 150px;
    letter-spacing: 24px;
  }
}
@media (max-width: 991px) {
  .inner-content-4 .slider-head-1 {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 10px;
  }
}
@media (max-width: 575px) {
  .inner-content-4 .slider-head-1 {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 8px;
  }
}
@media (max-width: 479px) {
  .inner-content-4 .slider-head-1 {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 5px;
  }
}
.inner-content-4 .slider-head-2 {
  text-align: center;
  line-height: 29px;
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 20px;
  width: 20%;
  font-family: "Poppins", sans-serif;
  margin: 0 auto 20px auto;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .inner-content-4 .slider-head-2 {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .inner-content-4 .slider-head-2 {
    width: 30%;
  }
}
@media (max-width: 575px) {
  .inner-content-4 .slider-head-2 {
    font-size: 18px;
    width: 34%;
  }
}
@media (max-width: 479px) {
  .inner-content-4 .slider-head-2 {
    font-size: 16px;
    width: 49%;
  }
}
.inner-content-4 .slider-head-3 {
  line-height: 90px;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 80px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .inner-content-4 .slider-head-3 {
    line-height: 70px;
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .inner-content-4 .slider-head-3 {
    line-height: 60px;
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .inner-content-4 .slider-head-3 {
    line-height: 40px;
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .inner-content-4 .slider-head-3 {
    line-height: 30px;
    font-size: 30px;
  }
}
.inner-content-4 .slider-head-4 {
  line-height: 176px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 176px;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .inner-content-4 .slider-head-4 {
    font-size: 150px;
    line-height: 150px;
  }
}
@media (max-width: 991px) {
  .inner-content-4 .slider-head-4 {
    font-size: 120px;
    line-height: 120px;
  }
}
@media (max-width: 575px) {
  .inner-content-4 .slider-head-4 {
    font-size: 90px;
    line-height: 90px;
  }
}
@media (max-width: 479px) {
  .inner-content-4 .slider-head-4 {
    font-size: 70px;
    line-height: 70px;
  }
}
.inner-content-4 .slider-head-5 {
  text-align: center;
  line-height: 29px;
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 20px;
  width: 50%;
  font-family: "Poppins", sans-serif;
  margin: 0 auto 20px auto;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .inner-content-4 .slider-head-5 {
    width: 80%;
  }
}

.slider-content-4 {
  position: relative;
}

/*-- Home Five slider --*/
.bg-5-1 {
  min-height: 920px;
  height: 920px;
}
@media (max-width: 1500px) {
  .bg-5-1 {
    min-height: 820px;
    height: 820px;
  }
}
@media (max-width: 991px) {
  .bg-5-1 {
    min-height: 700px;
    height: 700px;
  }
}
@media (max-width: 767px) {
  .bg-5-1 {
    min-height: 600px;
    height: 600px;
  }
}

/*-- Home Six slider --*/
.inner-content-6 .slider-head-1 {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 82px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 65px;
  color: #515151;
}
@media (max-width: 991px) {
  .inner-content-6 .slider-head-1 {
    line-height: 70px;
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .inner-content-6 .slider-head-1 {
    line-height: 60px;
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .inner-content-6 .slider-head-1 {
    line-height: 40px;
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .inner-content-6 .slider-head-1 {
    line-height: 30px;
    font-size: 30px;
  }
}

.slider-content-6 {
  position: relative;
}

/*-- Home Eight slider --*/
.home-style-2 {
  position: relative;
}

.slider-content-8 {
  right: 8%;
  left: auto;
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 30px;
}
@media (max-width: 767px) {
  .slider-content-8 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: auto;
    width: 80%;
  }
}
.slider-content-8 .large-title {
  letter-spacing: normal;
  font-size: 40px;
  font-weight: 400;
  font-family: "Fjalla One", sans-serif;
  color: #3e3e3e;
  position: relative;
}
@media (max-width: 575px) {
  .slider-content-8 .large-title {
    font-size: 24px;
  }
}
.slider-content-8 span {
  border: 1.5px solid #dda973;
  display: block;
  width: 87px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bg-8 {
  min-height: 787px;
}
@media (max-width: 575px) {
  .bg-8 {
    min-height: 650px;
  }
}

/*-- Home Ten slider --*/
.slider-content-10 .slider-head-1 {
  letter-spacing: normal;
  font-size: 75px;
  line-height: 75px;
  font-weight: 400;
  font-family: "Lora", serif;
  color: #3e3e3e;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .slider-content-10 .slider-head-1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .slider-content-10 .slider-head-1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .slider-content-10 .slider-head-1 {
    font-size: 26px;
    line-height: 26px;
  }
}
.slider-content-10 .slider-head-2 {
  letter-spacing: normal;
  font-style: italic;
  font-size: 75px;
  line-height: 75px;
  font-weight: 400;
  font-family: "Lora", serif;
  color: #3e3e3e;
  position: relative;
}
@media (max-width: 1199px) {
  .slider-content-10 .slider-head-2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .slider-content-10 .slider-head-2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .slider-content-10 .slider-head-2 {
    font-size: 26px;
    line-height: 26px;
  }
}

.bg-10 {
  min-height: 1070px;
}
@media (max-width: 1500px) {
  .bg-10 {
    min-height: 980px;
  }
}
@media (max-width: 991px) {
  .bg-10 {
    min-height: 810px;
  }
}
@media (max-width: 767px) {
  .bg-10 {
    min-height: 700px;
  }
}
@media (max-width: 575px) {
  .bg-10 {
    min-height: 500px;
  }
}
@media (max-width: 479px) {
  .bg-10 {
    background-image: none;
    background-color: #ccc;
  }
}

/*-- Home 11 slider --*/
.autoplay-video_slider {
  position: relative;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.autoplay-video_slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.autoplay-video_slider .slick-slide {
  position: relative;
  outline: 0;
  height: 39vw;
  min-height: 920px;
  display: block;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .autoplay-video_slider .slick-slide {
    min-height: 780px;
  }
}
@media (max-width: 991px) {
  .autoplay-video_slider .slick-slide {
    min-height: 650px;
  }
}
@media (max-width: 767px) {
  .autoplay-video_slider .slick-slide {
    min-height: 550px;
  }
}
@media (max-width: 575px) {
  .autoplay-video_slider .slick-slide {
    min-height: 493px;
  }
}
.autoplay-video_slider .slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.autoplay-video_slider .slick-slide.slick-active {
  z-index: 1;
}
.autoplay-video_slider .slick-slide.slick-active .video-slide_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.autoplay-video_slider .slick-slide.slick-active .video-slide_content .slide-title-1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "Acme", sans-serif;
  color: #64638d;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .autoplay-video_slider .slick-slide.slick-active .video-slide_content .slide-title-1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .autoplay-video_slider .slick-slide.slick-active .video-slide_content .slide-title-1 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .autoplay-video_slider .slick-slide.slick-active .video-slide_content .slide-title-1 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .autoplay-video_slider .slick-slide.slick-active .video-slide_content .slide-title-1 {
    font-size: 16px;
    line-height: 18px;
  }
}
.autoplay-video_slider .slick-slide.slick-active .video-slide_content .slide-title-2 {
  color: #64638d;
  font-size: 178px;
  line-height: 198px;
  font-weight: 400;
  font-family: "Acme", sans-serif;
}
@media (max-width: 1500px) {
  .autoplay-video_slider .slick-slide.slick-active .video-slide_content .slide-title-2 {
    font-size: 150px;
    line-height: 150px;
  }
}
@media (max-width: 1199px) {
  .autoplay-video_slider .slick-slide.slick-active .video-slide_content .slide-title-2 {
    font-size: 140px;
    line-height: 140px;
  }
}
@media (max-width: 991px) {
  .autoplay-video_slider .slick-slide.slick-active .video-slide_content .slide-title-2 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .autoplay-video_slider .slick-slide.slick-active .video-slide_content .slide-title-2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .autoplay-video_slider .slick-slide.slick-active .video-slide_content .slide-title-2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 479px) {
  .autoplay-video_slider .slick-slide.slick-active .video-slide_content .slide-title-2 {
    font-size: 40px;
    line-height: 60px;
  }
}
.autoplay-video_slider .slick-slide.slick-active .video-slide_content .slide-content {
  color: #5fc662;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "Acme", sans-serif;
}
@media (max-width: 1500px) {
  .autoplay-video_slider .slick-slide.slick-active .video-slide_content .slide-content {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .autoplay-video_slider .slick-slide.slick-active .video-slide_content .slide-content {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 479px) {
  .autoplay-video_slider .slick-slide.slick-active .video-slide_content .slide-content {
    font-size: 18px;
    line-height: 18px;
  }
}
.autoplay-video_slider .slick-slide.slick-active .video-slide_content .slide-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.autoplay-video_slider .slick-slide.slick-active .inner-content {
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1800px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content {
    left: 15%;
  }
}
@media (max-width: 1500px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content {
    left: 10%;
  }
}
.autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "Acme", sans-serif;
  color: #3e3e3e;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-1 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-1 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-1 {
    font-size: 16px;
    line-height: 18px;
  }
}
.autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-1.title-width-1 {
  width: 540px;
}
@media (max-width: 1500px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-1.title-width-1 {
    width: 430px;
  }
}
@media (max-width: 991px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-1.title-width-1 {
    width: 390px;
  }
}
@media (max-width: 767px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-1.title-width-1 {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-1.title-width-1 {
    width: 180px;
  }
}
.autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-1.title-width-2 {
  width: 575px;
}
@media (max-width: 991px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-1.title-width-2 {
    width: 446px;
  }
}
@media (max-width: 767px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-1.title-width-2 {
    width: 360px;
  }
}
@media (max-width: 575px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-1.title-width-2 {
    width: 250px;
  }
}
.autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-2 {
  color: #911dff;
  font-size: 178px;
  line-height: 198px;
  font-weight: 400;
  font-family: "Acme", sans-serif;
}
@media (max-width: 1500px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-2 {
    font-size: 150px;
    line-height: 150px;
  }
}
@media (max-width: 1199px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-2 {
    font-size: 140px;
    line-height: 140px;
  }
}
@media (max-width: 991px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-2 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 479px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-title-2 {
    font-size: 40px;
    line-height: 60px;
  }
}
.autoplay-video_slider .slick-slide.slick-active .inner-content .slide-content {
  color: #911dff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
  font-family: "Acme", sans-serif;
}
@media (max-width: 1500px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-content {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-content {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 479px) {
  .autoplay-video_slider .slick-slide.slick-active .inner-content .slide-content {
    font-size: 18px;
    line-height: 18px;
  }
}
.autoplay-video_slider .slick-slide.slick-active .inner-content .slide-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*-- Home 12 slider --*/
.slider-content-12 .slider-head-1 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  line-height: 60px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 58px;
  width: 100%;
}
@media (max-width: 1199px) {
  .slider-content-12 .slider-head-1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .slider-content-12 .slider-head-1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .slider-content-12 .slider-head-1 {
    font-size: 26px;
    line-height: 26px;
  }
}

/*-- Home 13 slider --*/
.slider-content-13 .slider-head-1 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  line-height: 60px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 58px;
  width: 100%;
}
@media (max-width: 1199px) {
  .slider-content-13 .slider-head-1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .slider-content-13 .slider-head-1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .slider-content-13 .slider-head-1 {
    font-size: 26px;
    line-height: 26px;
  }
}

/*-- Home 14 slider --*/
.slider-content-14 {
  width: 240px;
  left: 14%;
  position: relative;
}
.slider-content-14 .slider-head-2 {
  font-family: "Lora", serif;
  visibility: visible;
  text-align: center;
  line-height: 21px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 16px;
}
.slider-content-14 .slider-head-1 {
  font-family: "Lora", serif;
  visibility: visible;
  text-align: center;
  line-height: 58px;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 46px;
  border-color: white;
  border-style: solid;
  border-width: 2px 0px;
  margin: 14px 0px 10px 0px;
}
.slider-content-14 .slider-head-1.black-border-color {
  border-color: #3e3e3e;
}
.slider-content-14 .slider-head-3 {
  font-family: "Lora", serif;
  visibility: visible;
  text-align: center;
  line-height: 21px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 16px;
}
.slider-content-14 .slide-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.bg-14 {
  min-height: 580px;
}
.bg-14-2 {
  height: 415px;
}
/*-- Slider content left & right --*/
.left-20 {
  left: 20%;
  display: block;
  position: absolute;
}
@media (max-width: 575px) {
  .left-20 {
    left: 10%;
  }
}

.left-10 {
  left: 10%;
  display: block;
  position: absolute;
}
@media (max-width: 575px) {
  .left-10 {
    left: 10%;
  }
}
@media (max-width: 479px) {
  .left-10 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

.right-10 {
  right: 10%;
  left: auto;
  display: block;
  position: absolute;
}
@media (max-width: 575px) {
  .right-10 {
    right: 10%;
  }
}
@media (max-width: 479px) {
  .right-10 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

.right-16 {
  right: 16%;
  left: auto;
  display: block;
  position: absolute;
}
@media (max-width: 575px) {
  .right-16 .slide-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575px) {
  .right-16 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}

/*-- Home Background image --*/
.bg-position {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.image-2-1 {
  background-image: url("../images/slider/bg/2-1.jpg");
}

.image-2-2 {
  background-image: url("../images/slider/bg/2-2.jpg");
}

.image-2-3 {
  background-image: url("../images/slider/bg/2-3.jpg");
}

.image-3-1 {
  background-image: url("../images/slider/bg/3-1.jpg");
}

.image-3-2 {
  background-image: url("../images/slider/bg/3-2.jpg");
}

.image-3-3 {
  background-image: url("../images/slider/bg/3-3.jpg");
}

.image-4-1 {
  background-image: url("../images/slider/bg/4-1.jpg");
}

.image-4-2 {
  background-image: url("../images/slider/bg/4-2.jpg");
}

.image-4-3 {
  background-image: url("../images/slider/bg/4-3.jpg");
}

.image-5-1 {
  background-image: url("../images/bg/home/5-1.jpg");
}

.image-5-2 {
  background-image: url("../images/bg/home/5-2.jpg");
}

.image-5-3 {
  background-image: url("../images/bg/home/5-3.jpg");
}

.image-5-4 {
  background-image: url("../images/bg/home/5-4.jpg");
}

.image-5-5 {
  background-image: url("../images/bg/home/5-5.jpg");
}

.image-6-1 {
  background-image: url("../images/slider/bg/6-1.jpg");
}

.image-6-2 {
  background-image: url("../images/slider/bg/6-2.jpg");
}

.image-6-3 {
  background-image: url("../images/slider/bg/6-3.jpg");
}

.image-8-1 {
  background-image: url("../images/slider/bg/8-1.jpg");
}

.image-8-2 {
  background-image: url("../images/slider/bg/8-2.jpg");
}

.image-8-3 {
  background-image: url("../images/slider/bg/8-3.jpg");
}

.image-10-1 {
  background-image: url("../images/slider/bg/10-1.jpg");
  background-color: rgba(90, 78, 23, 0.8);
}

.image-10-2 {
  background-image: url("../images/slider/bg/10-2.jpg");
  background-color: rgba(90, 78, 23, 0.8);
}

.image-11-1 {
  background-image: url("../images/slider/bg/11-1.jpg");
  background-color: rgba(254, 214, 31, 0.9);
}

.image-11-2 {
  background-image: url("../images/slider/bg/11-2.jpg");
  background-color: rgba(139, 189, 187, 0.9);
}

.image-12-1 {
  background-image: url("../images/slider/bg/12-1.jpg");
  background-color: rgba(215, 177, 190, 0.9);
}

.image-12-2 {
  background-image: url("../images/slider/bg/12-2.jpg");
  background-color: rgba(215, 177, 190, 0.9);
}

.image-12-3 {
  background-image: url("../images/slider/bg/12-3.jpg");
  background-color: rgba(215, 177, 190, 0.9);
}

.image-13-1 {
  background-image: url("../images/slider/bg/13-1.jpg");
  background-color: rgba(215, 177, 190, 0.9);
}

.image-13-2 {
  background-image: url("../images/slider/bg/13-2.jpg");
  background-color: rgba(215, 177, 190, 0.9);
}

.image-14-1 {
  background-image: url("../images/slider/bg/14-1.jpg");
  background-color: rgba(215, 177, 190, 0.9);
}

.image-14-2 {
  background-image: url("../images/slider/bg/14-2.jpg");
  background-color: rgba(215, 177, 190, 0.9);
}

.image-14-3 {
  background-image: url("../images/bg/home/14-3.jpg");
}

.image-14-4 {
  background-image: url("../images/bg/home/14-4.jpg");
}

.image-14-5 {
  background-image: url("../images/bg/home/14-5.jpg");
}

.image-14-6 {
  background-image: url("../images/bg/home/14-6.jpg");
}

/*----------------------------------------*/
/*    26 - Components - Banner
/*----------------------------------------*/
/*--- Free Banner Area start ---*/
.free-banner-wrapper {
  padding: 38px 0px;
  background: #f55555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .free-banner-wrapper {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .free-banner-wrapper {
    display: block;
    text-align: center;
  }
}
.free-banner-wrapper .free-banner-style {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .free-banner-wrapper .free-banner-style {
    top: 10%;
  }
}
.free-banner-wrapper .free-banner-content {
  margin-right: 90px;
}
@media (max-width: 1199px) {
  .free-banner-wrapper .free-banner-content {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .free-banner-wrapper .free-banner-content {
    margin-right: 0px;
  }
}
@media (max-width: 575px) {
  .free-banner-wrapper .free-banner-content {
    margin-right: 0px;
  }
}
.free-banner-wrapper .free-banner-content .free-banner-heading {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 3px;
  margin: 0px;
}
@media (max-width: 1500px) {
  .free-banner-wrapper .free-banner-content .free-banner-heading {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .free-banner-wrapper .free-banner-content .free-banner-heading {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .free-banner-wrapper .free-banner-content .free-banner-heading {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media (max-width: 479px) {
  .free-banner-wrapper .free-banner-content .free-banner-heading {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
@media (max-width: 1199px) {
  .free-banner-wrapper .free-button .mgana-btn {
    width: 150px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .free-banner-wrapper .free-button {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .free-banner-wrapper .free-banner-style {
    display: none;
  }
}

/*--- Home 2 Banner Area start ---*/
.banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner-content.left-37 {
  left: 37%;
}
.banner-content .banner-title-1 {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #515151;
  text-transform: initial;
}
@media (max-width: 991px) {
  .banner-content .banner-title-1 {
    font-size: 12px;
  }
}
.banner-content .banner-title-2 {
  font-size: 56px;
  font-weight: 600;
  color: #515151;
}
@media (max-width: 1199px) {
  .banner-content .banner-title-2 {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .banner-content .banner-title-2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .banner-content .banner-btn .mgana-btn.mgana-btn-2 {
    height: 35px;
    line-height: 35px;
    width: 100px;
    font-size: 12px;
  }
}

.banner-wrapper {
  overflow: hidden;
}
.banner-wrapper .banner-image a img {
  width: 100%;
}
.banner-wrapper .custom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .banner-wrapper .custom-row {
    display: block;
    margin: 0;
  }
}
.banner-wrapper .custom-row .custom-col {
  position: relative;
  padding: 0 15px;
  overflow: hidden;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .banner-wrapper .custom-row .custom-col-sm-6 {
    max-width: 50%;
    width: 50%;
    float: left;
  }
}
@media (max-width: 575px) {
  .banner-wrapper .custom-row .custom-col-xs-12 {
    max-width: 100%;
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .banner-wrapper .custom-row .custom-col-sm-12 {
    max-width: 100%;
    width: 100%;
  }
}

.banner-wrapper-2 .custom-col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.8%;
          flex: 0 0 29.8%;
  max-width: 29.8%;
  padding: 0 15px;
  position: relative;
  min-height: 1px;
}
@media (max-width: 1500px) {
  .banner-wrapper-2 .custom-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.5%;
            flex: 0 0 29.5%;
    max-width: 29.5%;
  }
}
@media (max-width: 991px) {
  .banner-wrapper-2 .custom-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1%;
            flex: 0 0 29.1%;
    max-width: 29.1%;
  }
}
@media (max-width: 767px) {
  .banner-wrapper-2 .custom-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.banner-wrapper-2 .custom-col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70.2%;
          flex: 0 0 70.2%;
  max-width: 70.2%;
  position: relative;
  padding: 0 15px;
  min-height: 1px;
}
@media (max-width: 1500px) {
  .banner-wrapper-2 .custom-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.5%;
            flex: 0 0 70.5%;
    max-width: 70.5%;
  }
}
@media (max-width: 991px) {
  .banner-wrapper-2 .custom-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.9%;
            flex: 0 0 70.9%;
    max-width: 70.9%;
  }
}
@media (max-width: 767px) {
  .banner-wrapper-2 .custom-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.banner-wrapper-2 .custom-col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.5%;
          flex: 0 0 58.5%;
  max-width: 58.5%;
  padding: 0 15px;
  position: relative;
  min-height: 1px;
}
@media (max-width: 1500px) {
  .banner-wrapper-2 .custom-col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3%;
            flex: 0 0 58.3%;
    max-width: 58.3%;
  }
}
@media (max-width: 991px) {
  .banner-wrapper-2 .custom-col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
    max-width: 58%;
  }
}
@media (max-width: 575px) {
  .banner-wrapper-2 .custom-col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.banner-wrapper-2 .custom-col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.5%;
          flex: 0 0 41.5%;
  max-width: 41.5%;
  padding: 0 15px;
  position: relative;
  min-height: 1px;
}
@media (max-width: 1500px) {
  .banner-wrapper-2 .custom-col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.7%;
            flex: 0 0 41.7%;
    max-width: 41.7%;
  }
}
@media (max-width: 991px) {
  .banner-wrapper-2 .custom-col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    max-width: 42%;
  }
}
@media (max-width: 575px) {
  .banner-wrapper-2 .custom-col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.banner-wrapper-2 .single-banner {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-wrapper-2 .single-banner:hover .banner-image a .banner-overlay {
  opacity: 0.5;
}
.banner-wrapper-2 .single-banner:hover .banner-content-3 a {
  background-color: #dda973;
  color: #ffffff;
}
.banner-wrapper-2 .banner-image {
  position: relative;
}
.banner-wrapper-2 .banner-image a img {
  width: 100%;
}
.banner-wrapper-2 .banner-image a .banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
}
.banner-wrapper-2 .banner-content-2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.banner-wrapper-2 .banner-content-2 .banner-title-2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 1px;
  padding: 14px 50px;
  background: #1a1a1a;
  text-align: center;
}
@media (max-width: 991px) {
  .banner-wrapper-2 .banner-content-2 .banner-title-2 {
    font-size: 14px;
    line-height: 1em;
    padding: 10px 20px;
  }
}
.banner-wrapper-2 .banner-content-3 {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner-wrapper-2 .banner-content-3 a {
  font-family: "Fjalla One", Sans-serif;
  font-size: 26px;
  line-height: 40px;
  width: 410px;
  background-color: #ffffff;
  color: #3e3e3e;
  padding: 20px 20px 20px 20px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
@media (max-width: 1500px) {
  .banner-wrapper-2 .banner-content-3 a {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .banner-wrapper-2 .banner-content-3 a {
    width: 410px;
  }
}
@media (max-width: 575px) {
  .banner-wrapper-2 .banner-content-3 a {
    width: 250px;
    padding: 10px;
    font-size: 18px;
    line-height: 36px;
  }
}
.banner-wrapper-2 .bottom-res {
  margin-bottom: 30px;
}
@media (max-width: 1800px) {
  .banner-wrapper-2 .bottom-res {
    margin-bottom: 30px;
  }
}

/*--- Banner Style 3 Start here ---*/
.banner-3-area .banner-img {
  width: 50%;
  position: relative;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner-3-area .banner-img {
    width: 100%;
    margin-bottom: 28px;
  }
}
.banner-3-area .banner-img a .banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  content: "";
  background-color: #3e3e3e;
  width: 100%;
  height: 100%;
}
.banner-3-area .banner-img:hover a .banner-overlay {
  opacity: 0.2;
}
.banner-3-area .banner-content-3 {
  width: 50%;
}
@media (max-width: 767px) {
  .banner-3-area .banner-content-3 {
    width: 100%;
  }
}
.banner-3-area .banner-content-3 .banner-inner-content {
  width: 88%;
  padding-left: 120px;
}
@media (max-width: 1199px) {
  .banner-3-area .banner-content-3 .banner-inner-content {
    padding-left: 50px;
  }
}
@media (max-width: 575px) {
  .banner-3-area .banner-content-3 .banner-inner-content {
    padding-left: 20px;
    width: 94%;
  }
}
@media (max-width: 1199px) {
  .banner-3-area .banner-content-3 .banner-inner-content .large-title-1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .banner-3-area .banner-content-3 .banner-inner-content .large-title-1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .banner-3-area .banner-content-3 .banner-inner-content .large-title-1 {
    font-size: 30px;
  }
}
.banner-3-area .banner-content-3 .banner-inner-content span {
  border: 1px solid #d8d8d8;
  display: block;
  width: 120px;
  margin-top: 32px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .banner-3-area .banner-content-3 .banner-inner-content span {
    margin-top: 22px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .banner-3-area .banner-content-3 .banner-inner-content span {
    margin-top: 12px;
    margin-bottom: 10px;
  }
}
.banner-3-area .banner-content-3 .banner-inner-content .desc-one {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .banner-3-area .banner-content-3 .banner-inner-content .desc-one {
    padding-bottom: 0px;
    font-size: 14px;
  }
}

/*--- Banner Style 4 Start here ---*/
.banner-4-area.background-3 {
  background-image: url(../images/banner/3-3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 895px;
  position: relative;
}
@media (max-width: 1500px) {
  .banner-4-area.background-3 {
    height: 800px;
  }
}
@media (max-width: 1199px) {
  .banner-4-area.background-3 {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .banner-4-area.background-3 {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .banner-4-area.background-3 {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .banner-4-area.background-3 {
    height: 450px;
  }
}
.banner-4-area .large-title-1 {
  font-size: 56px;
  margin-bottom: 20px;
  position: relative;
  display: block;
}
@media (max-width: 991px) {
  .banner-4-area .large-title-1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .banner-4-area .large-title-1 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .banner-4-area .large-title-1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.banner-4-area .large-title-1:before {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 2px solid #ffffff;
  width: 100px;
  -webkit-transition: inherit;
  transition: inherit;
  left: 88%;
}
@media (max-width: 991px) {
  .banner-4-area .large-title-1:before {
    width: 60px;
  }
}
@media (max-width: 991px) {
  .banner-4-area .large-title-1:before {
    width: 40px;
  }
}
@media (max-width: 575px) {
  .banner-4-area .large-title-1:before {
    display: none;
  }
}
.banner-4-area .large-title-1:after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 2px solid #ffffff;
  width: 100px;
  -webkit-transition: inherit;
  transition: inherit;
  right: 88%;
}
@media (max-width: 991px) {
  .banner-4-area .large-title-1:after {
    width: 60px;
  }
}
@media (max-width: 991px) {
  .banner-4-area .large-title-1:after {
    width: 40px;
  }
}
@media (max-width: 575px) {
  .banner-4-area .large-title-1:after {
    display: none;
  }
}
.banner-4-area .desc-content {
  font-size: 24px;
  font-family: "Zilla Slab", serif;
  line-height: 2em;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .banner-4-area .desc-content {
    font-size: 18px;
    line-height: 1.5em;
  }
}
@media (max-width: 479px) {
  .banner-4-area .desc-content {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.banner-4-area .popup-video a {
  font-size: 30px;
  padding: 30px;
  background: #ffffff;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .banner-4-area .popup-video a {
    font-size: 20px;
    padding: 30px;
    border-radius: 100%;
    line-height: 15px;
  }
}
@media (max-width: 479px) {
  .banner-4-area .popup-video a {
    padding: 20px;
    line-height: 12px;
  }
}
.banner-4-area .popup-video a:hover {
  background: #FF6060;
  color: #ffffff;
}
.banner-4-area .banner-content-4 {
  max-width: 970px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .banner-4-area .banner-content-4 {
    max-width: 760px;
  }
}

/*--- Banner Style 5 Start here ---*/
.banner-5-area .slick-list {
  margin: 0 -20px;
}
.banner-5-area .banner-wrapper {
  position: relative;
  top: -110px;
  overflow: visible;
}
.banner-5-area .banner-wrapper .custom-dots .slick-dots {
  bottom: -78px;
}
@media (max-width: 767px) {
  .banner-5-area .banner-wrapper {
    top: 0;
    overflow: inherit;
    position: inherit;
    padding: 90px 0px 105px 0px;
  }
}
.banner-5-area .single-banner {
  display: block;
  overflow: hidden;
  padding: 0 20px;
}
.banner-5-area .content-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.banner-5-area .content-image:hover .banner-title-2 {
  background: #1a1a1a;
  color: #ffffff;
}
.banner-5-area .banner-content-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.banner-5-area .banner-content-2 .banner-title-2 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 2em;
  letter-spacing: 3px;
  padding: 5px;
  background: #ffffff;
  width: 250px;
}
@media (max-width: 767px) {
  .banner-5-area .banner-content-2 .banner-title-2 {
    width: 200px;
  }
}

/*--- Banner Style 6 Start here ---*/
.banner-6-area {
  padding-top: 53px;
}
@media (max-width: 479px) {
  .banner-6-area {
    padding-top: 50px;
  }
}
.banner-6-area .banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner-6-area .single-banner-item {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  position: relative;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner-6-area .single-banner-item {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}
.banner-6-area .button-style-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.banner-6-area .button-style-2 .border-button-2 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 3px;
  width: 460px;
  padding: 30px;
  border: 3px solid #ffffff;
  color: #ffffff;
  background: transparent;
  position: relative;
}
@media (max-width: 1500px) {
  .banner-6-area .button-style-2 .border-button-2 {
    width: 350px;
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .banner-6-area .button-style-2 .border-button-2 {
    width: 260px;
    padding: 10px;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .banner-6-area .button-style-2 .border-button-2 {
    width: 200px;
    font-size: 12px;
  }
}
.banner-6-area .content-image {
  position: relative;
}
.banner-6-area .content-image:hover:before {
  opacity: 1;
  -webkit-transform: rotate(45deg) translateX(0);
          transform: rotate(45deg) translateX(0);
  z-index: 9;
}
.banner-6-area .content-image:hover:after {
  opacity: 1;
  -webkit-transform: rotate(45deg) translateX(0);
          transform: rotate(45deg) translateX(0);
  z-index: 9;
}
.banner-6-area .content-image:hover .border-button-2 {
  background: #ffffff;
  color: #3e3e3e;
}
.banner-6-area .content-image:hover .border-button-2:before {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  border: 3px solid #ffffff;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
}
.banner-6-area .content-image:before {
  content: "";
  position: absolute;
  right: 25%;
  border-right: 12px solid rgba(255, 255, 255, 0.75);
  height: 150%;
  top: -4%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: rotate(45deg) translateX(100px);
          transform: rotate(45deg) translateX(100px);
  opacity: 0;
}
@media (max-width: 1800px) {
  .banner-6-area .content-image:before {
    top: 5%;
  }
}
.banner-6-area .content-image:after {
  content: "";
  position: absolute;
  right: 17%;
  border-right: 12px solid rgba(255, 255, 255, 0.4);
  height: 150%;
  top: 2%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateX(100px);
          transform: rotate(45deg) translateX(100px);
  opacity: 0;
}
@media (max-width: 1800px) {
  .banner-6-area .content-image:after {
    top: 10%;
  }
}

/*--- Banner Style 7 Start here ---*/
.banner-7-area .banner-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-7-area .banner-item:hover .view-more-btn {
  top: 50%;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-7-area .banner-item:hover .banner-overlay {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-7-area .banner-item .banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  content: "";
  background-color: #3e3e3e;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-7-area .banner-item .view-more-btn {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.banner-7-area .banner-item .view-more-btn .view-more-3 {
  font-family: "Fjalla One", sans-serif;
  font-size: 24px;
  font-weight: normal;
}
@media (max-width: 991px) {
  .banner-7-area .banner-item .view-more-btn .view-more-3 {
    font-size: 20px;
  }
}
.banner-7-area .banner-text {
  position: absolute;
  top: 64%;
  right: 0;
  -webkit-transform: translateY(-64%);
          transform: translateY(-64%);
  text-align: center;
}
.banner-7-area .banner-text.banner-text_left {
  right: auto;
  left: 3%;
}
@media (max-width: 479px) {
  .banner-7-area .banner-text.banner-text_left {
    left: 50%;
    top: 64%;
    -webkit-transform: translate(-50%, -64%);
            transform: translate(-50%, -64%);
    width: 100%;
  }
}
.banner-7-area .banner-text.banner-text_left-0 {
  right: auto;
  left: 0;
}
@media (max-width: 479px) {
  .banner-7-area .banner-text.banner-text_left-0 {
    left: 50%;
    top: 64%;
    -webkit-transform: translate(-50%, -64%);
            transform: translate(-50%, -64%);
    width: 100%;
    text-align: center !important;
  }
}
.banner-7-area .banner-text.banner-text_center {
  left: 50%;
  top: 64%;
  -webkit-transform: translate(-50%, -64%);
          transform: translate(-50%, -64%);
  width: 100%;
}
.banner-7-area .banner-text.banner-text_right {
  left: auto;
  right: 3%;
}
@media (max-width: 479px) {
  .banner-7-area .banner-text.banner-text_right {
    left: 50%;
    top: 64%;
    -webkit-transform: translate(-50%, -64%);
            transform: translate(-50%, -64%);
    width: 100%;
  }
}
.banner-7-area .banner-text .title-1 {
  color: #ffffff;
  text-transform: uppercase;
}
.banner-7-area .banner-text .title-1:hover {
  color: #ff7960;
}
.banner-7-area .banner-text .heading-1 {
  font-size: 80px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #ff7960;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .banner-7-area .banner-text .heading-1 {
    font-size: 70px;
    letter-spacing: 6px;
  }
}
@media (max-width: 767px) {
  .banner-7-area .banner-text .heading-1 {
    font-size: 50px;
    letter-spacing: 5px;
  }
}
@media (max-width: 575px) {
  .banner-7-area .banner-text .heading-1 {
    font-size: 40px;
    letter-spacing: 3px;
  }
}
@media (max-width: 479px) {
  .banner-7-area .banner-text .heading-1 {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
.banner-7-area .banner-text-2 {
  position: relative;
  text-align: center;
}
.banner-7-area .banner-text-2.banner-text_left-2 {
  right: auto;
  left: 5%;
}
@media (max-width: 479px) {
  .banner-7-area .banner-text-2.banner-text_left-2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.banner-7-area .banner-text-2.banner-text_right-2 {
  left: auto;
  right: 5%;
}
@media (max-width: 479px) {
  .banner-7-area .banner-text-2.banner-text_right-2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.banner-7-area .banner-text-2 .banner-button {
  font-family: "Lora", serif;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 50px;
  fill: #3e3e3e;
  color: #3e3e3e;
  background-color: #ffffff;
  padding: 30px 60px 30px 60px;
  text-transform: uppercase;
}
.banner-7-area .banner-text-2 .banner-button:hover {
  background-color: #dda973;
  color: #ffffff;
}
@media (max-width: 479px) {
  .banner-7-area .banner-text-2 .banner-button {
    font-size: 20px;
    padding: 20px 40px;
  }
}

/*--- Banner Style 8 Start here ---*/
.banner-8-area .banner-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-8-area .banner-item:hover .banner-overlay {
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-8-area .banner-item:hover .border-button-2 {
  border-color: #dda973;
  background-color: #dda973;
}
.banner-8-area .banner-item .banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  content: "";
  background-color: #041632;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-8-area .banner-item .banner-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.banner-8-area .banner-item .banner-info .heading-5 {
  letter-spacing: normal;
  margin-bottom: 30px;
}
.banner-8-area .banner-item .banner-info .banner-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*--- Banner Style 3 Start here ---*/
.banner-9-area .banner-img {
  width: 50%;
  position: relative;
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .banner-9-area .banner-img {
    width: 100%;
    margin-bottom: 28px;
  }
}
.banner-9-area .banner-img.background-3 {
  background-image: url(../images/banner/7-5.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 740px;
  position: relative;
}
@media (max-width: 1500px) {
  .banner-9-area .banner-img.background-3 {
    height: 730px;
  }
}
@media (max-width: 1199px) {
  .banner-9-area .banner-img.background-3 {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .banner-9-area .banner-img.background-3 {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .banner-9-area .banner-img.background-3 {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .banner-9-area .banner-img.background-3 {
    height: 450px;
  }
}
.banner-9-area .banner-img .popup-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner-9-area .banner-img .popup-video a {
  font-size: 30px;
  padding: 30px;
  background: #ffffff;
  border-radius: 50%;
}
.banner-9-area .banner-content-4 {
  width: 50%;
}
@media (max-width: 767px) {
  .banner-9-area .banner-content-4 {
    width: 100%;
  }
}
.banner-9-area .banner-content-4 .banner-inner-content {
  width: 88%;
  padding-left: 120px;
}
@media (max-width: 1500px) {
  .banner-9-area .banner-content-4 .banner-inner-content {
    padding-left: 50px;
  }
}
@media (max-width: 575px) {
  .banner-9-area .banner-content-4 .banner-inner-content {
    padding-left: 20px;
    width: 94%;
  }
}
.banner-9-area .banner-content-4 .banner-inner-content .small-title-2 {
  font-family: "Fjalla One", sans-serif;
  color: #dda973;
  letter-spacing: normal;
  margin-bottom: 13px;
}
.banner-9-area .banner-content-4 .banner-inner-content .large-title-3 {
  color: #515151;
}
@media (max-width: 1500px) {
  .banner-9-area .banner-content-4 .banner-inner-content .large-title-3 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .banner-9-area .banner-content-4 .banner-inner-content .large-title-3 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .banner-9-area .banner-content-4 .banner-inner-content .large-title-3 {
    font-size: 30px;
  }
}
.banner-9-area .banner-content-4 .banner-inner-content span {
  border: 1px solid #515151;
  display: block;
  width: 120px;
  margin-top: 20px;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .banner-9-area .banner-content-4 .banner-inner-content span {
    margin-top: 12px;
    margin-bottom: 10px;
  }
}
.banner-9-area .banner-content-4 .banner-inner-content .desc-one {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .banner-9-area .banner-content-4 .banner-inner-content .desc-one {
    padding-bottom: 0px;
    font-size: 14px;
  }
}

/*--- Banner Style 10 Start here ---*/
.banner-10-area .banner-img {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-10-area .banner-img.background-3 {
  background-image: url(../images/banner/7-10.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 655px;
  position: relative;
}
@media (max-width: 1500px) {
  .banner-10-area .banner-img.background-3 {
    height: 600px;
  }
}
@media (max-width: 1199px) {
  .banner-10-area .banner-img.background-3 {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .banner-10-area .banner-img.background-3 {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .banner-10-area .banner-img.background-3 {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .banner-10-area .banner-img.background-3 {
    height: 450px;
  }
}
.banner-10-area .banner-content-5 {
  position: relative;
}
.banner-10-area .banner-content-5 .banner-inner-content-2 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(221, 169, 115, 0.8);
}

.banner-inner-content-2 {
  padding: 100px 60px 55px;
  width: 470px;
}
@media (max-width: 767px) {
  .banner-inner-content-2 {
    padding: 50px 30px 35px;
    width: 400px;
  }
}
@media (max-width: 479px) {
  .banner-inner-content-2 {
    padding: 40px 20px 25px;
    width: 290px;
  }
}
.banner-inner-content-2 .small-title-2 {
  font-family: "Fjalla One", sans-serif;
  letter-spacing: normal;
  font-weight: normal;
}
.banner-inner-content-2 .large-title {
  font-size: 150px;
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
  position: relative;
  padding-top: 12px;
}
@media (max-width: 767px) {
  .banner-inner-content-2 .large-title {
    font-size: 125px;
  }
}
.banner-inner-content-2 .large-title span {
  top: 10%;
  font-size: 40px;
  position: absolute;
  right: 15%;
}
@media (max-width: 767px) {
  .banner-inner-content-2 .large-title span {
    right: 26%;
  }
}
@media (max-width: 575px) {
  .banner-inner-content-2 .large-title span {
    right: 4%;
  }
}
@media (max-width: 479px) {
  .banner-inner-content-2 .large-title span {
    right: 0;
  }
}

/*--- Banner Style 11 Start here ---*/
@media (max-width: 991px) {
  .banner-11-area {
    margin-bottom: 30px;
  }
}
.banner-11-area .banner-img {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-11-area .banner-img.background-3 {
  background-image: url(../images/banner/9-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 938px;
  position: relative;
}
@media (max-width: 1500px) {
  .banner-11-area .banner-img.background-3 {
    height: 770px;
  }
}
@media (max-width: 1199px) {
  .banner-11-area .banner-img.background-3 {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .banner-11-area .banner-img.background-3 {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .banner-11-area .banner-img.background-3 {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .banner-11-area .banner-img.background-3 {
    height: 450px;
  }
}
.banner-11-area .banner-content-6 {
  position: relative;
}
.banner-11-area .banner-content-6 .banner-inner-content-2 {
  position: absolute;
  left: 4%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(4, 22, 50, 0.9);
}
.banner-11-area .banner-content-6 .banner-inner-content-2 .large-title {
  color: #dda973;
}
@media (max-width: 575px) {
  .banner-11-area .banner-content-6 .banner-inner-content-2 .large-title {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .banner-11-area .banner-content-6 .banner-inner-content-2 {
    padding: 60px 24px 40px;
    width: 380px;
  }
}
@media (max-width: 575px) {
  .banner-11-area .banner-content-6 .banner-inner-content-2 {
    padding: 30px 20px 30px;
    width: 250px;
    left: 0;
  }
}
@media (max-width: 575px) {
  .banner-11-area .banner-content-6 .banner-inner-content-2 .small-title-2 {
    font-size: 18px;
  }
}

/*--- Banner Style 12 Start here ---*/
.banner-12-area {
  position: relative;
}
.banner-12-area .banner-img {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-12-area .banner-img .image9-2 {
  background-image: url(../images/banner/9-2.jpg);
}
.banner-12-area .banner-img .image9-3 {
  background-image: url(../images/banner/9-3.jpg);
}
.banner-12-area .banner-img .background-3 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 454px;
  display: block;
  position: relative;
}
@media (max-width: 1500px) {
  .banner-12-area .banner-img .background-3 {
    height: 370px;
  }
}
@media (max-width: 1199px) {
  .banner-12-area .banner-img .background-3 {
    height: 285px;
  }
}
@media (max-width: 991px) {
  .banner-12-area .banner-img .background-3 {
    height: 370px;
  }
}
@media (max-width: 767px) {
  .banner-12-area .banner-img .background-3 {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .banner-12-area .banner-img .background-3 {
    height: 300px;
  }
}
.banner-12-area .banner-img .banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  content: "";
  background-color: #3e3e3e;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner-12-area .banner-info {
  position: absolute;
  bottom: 9%;
  left: 5%;
}
.banner-12-area .banner-info .heading-5 {
  font-family: "Fjalla One", sans-serif;
  line-height: 46px;
  font-size: 46px;
  letter-spacing: normal;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .banner-12-area .banner-info .heading-5 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .banner-12-area .banner-info .heading-5 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .banner-12-area .border-button-2 {
    width: 150px;
    height: 45px;
    line-height: 42px;
  }
}
.banner-12-area:hover .border-button-2 {
  background: #dda973;
  border-color: #dda973;
}
.banner-12-area:hover .banner-overlay {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*--- Banner Style 13 Start here ---*/
.banner-13-area .banner-img {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-13-area .banner-img.background-3 {
  background-image: url(../images/banner/9-4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 645px;
  position: relative;
}
@media (max-width: 1500px) {
  .banner-13-area .banner-img.background-3 {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .banner-13-area .banner-img.background-3 {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .banner-13-area .banner-img.background-3 {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .banner-13-area .banner-img.background-3 {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .banner-13-area .banner-img.background-3 {
    height: 400px;
  }
}
.banner-13-area .banner-content-5 {
  position: relative;
}
.banner-13-area .banner-content-5 .banner-inner-content-3 {
  position: absolute;
  right: -15%;
  background: rgba(4, 22, 50, 0.9);
  height: 100%;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  width: 55%;
}
@media (max-width: 1199px) {
  .banner-13-area .banner-content-5 .banner-inner-content-3 {
    width: 62%;
  }
}
@media (max-width: 767px) {
  .banner-13-area .banner-content-5 .banner-inner-content-3 {
    width: 82%;
    right: -24%;
  }
}
@media (max-width: 479px) {
  .banner-13-area .banner-content-5 .banner-inner-content-3 {
    width: 100%;
    right: -36%;
  }
}

.banner-inner-content-3 .content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: skew(30deg) translate(-50%, -50%);
          transform: skew(30deg) translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media (max-width: 479px) {
  .banner-inner-content-3 .content-wrapper {
    top: 70%;
  }
}
.banner-inner-content-3 .content-wrapper .small-title-2 {
  font-family: "Fjalla One", sans-serif;
  letter-spacing: normal;
  font-weight: normal;
}
@media (max-width: 479px) {
  .banner-inner-content-3 .content-wrapper .small-title-2 {
    font-size: 18px;
  }
}
.banner-inner-content-3 .content-wrapper .large-title {
  font-size: 150px;
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
  position: relative;
  color: #dda973;
  padding-top: 12px;
}
@media (max-width: 1500px) {
  .banner-inner-content-3 .content-wrapper .large-title {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .banner-inner-content-3 .content-wrapper .large-title {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .banner-inner-content-3 .content-wrapper .large-title {
    font-size: 70px;
  }
}
@media (max-width: 479px) {
  .banner-inner-content-3 .content-wrapper .large-title {
    font-size: 45px;
  }
}
.banner-inner-content-3 .content-wrapper .slide-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*--- Banner Style 14 Start here ---*/
.banner-14-area.background-3 {
  background-image: url(../images/banner/10-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 750px;
  position: relative;
}
@media (max-width: 1500px) {
  .banner-14-area.background-3 {
    height: 750px;
  }
}
@media (max-width: 1199px) {
  .banner-14-area.background-3 {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .banner-14-area.background-3 {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .banner-14-area.background-3 {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .banner-14-area.background-3 {
    height: 450px;
  }
}
.banner-14-area .large-title-1 {
  font-size: 42px;
  line-height: 42px;
  letter-spacing: normal;
  font-weight: 400;
  font-family: "Lora", serif;
  padding-bottom: 45px;
  margin-bottom: 30px;
  position: relative;
  display: block;
}
@media (max-width: 991px) {
  .banner-14-area .large-title-1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .banner-14-area .large-title-1 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .banner-14-area .large-title-1 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.banner-14-area .large-title-1:after {
  content: "";
  position: absolute;
  bottom: 0%;
  border-top: 1px solid #ffffff;
  width: 100px;
  -webkit-transition: inherit;
  transition: inherit;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner-14-area .desc-content {
  font-size: 24px;
  font-family: "Zilla Slab", serif;
  line-height: 2em;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .banner-14-area .desc-content {
    font-size: 22px;
    line-height: 1.5em;
  }
}
@media (max-width: 479px) {
  .banner-14-area .desc-content {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.banner-14-area .popup-video a {
  font-size: 30px;
  padding: 30px;
  background: transparent;
  border: 1px solid #d8d8d8;
  color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .banner-14-area .popup-video a {
    font-size: 20px;
    padding: 30px;
    border-radius: 100%;
    line-height: 15px;
  }
}
@media (max-width: 479px) {
  .banner-14-area .popup-video a {
    padding: 20px;
    line-height: 12px;
  }
}
.banner-14-area .popup-video a:hover {
  color: #dda973;
}
.banner-14-area .banner-content-4 {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .banner-14-area .banner-content-4 {
    max-width: 760px;
  }
}
@media (max-width: 767px) {
  .banner-14-area .banner-content-4 {
    max-width: 530px;
  }
}
@media (max-width: 575px) {
  .banner-14-area .banner-content-4 {
    max-width: 440px;
  }
}
@media (max-width: 479px) {
  .banner-14-area .banner-content-4 {
    max-width: 280px;
  }
}

/*--- Banner Style 15 Start here ---*/
.banner-15-area .slick-list {
  margin: 0 -20px;
}
.banner-15-area .single-banner {
  position: relative;
  margin: 0px 20px;
}
.banner-15-area .single-banner .banner-content-2 {
  position: absolute;
  left: 65%;
  top: 58%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner-15-area .single-banner .banner-content-2 .banner-title-3 {
  font-size: 36px;
  font-family: "Acme", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 1500px) {
  .banner-15-area .single-banner .banner-content-2 .banner-title-3 {
    font-size: 26px;
  }
}
.banner-15-area .single-banner .banner-content-2 .banner-title-4 {
  font-size: 30px;
  font-family: "Acme", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 1500px) {
  .banner-15-area .single-banner .banner-content-2 .banner-title-4 {
    font-size: 22px;
  }
}
.banner-15-area .single-banner .banner-content-2 .left-70 {
  left: 70%;
}

/*--- Banner Style 16 Start here ---*/
.banner-16-area {
  overflow: hidden;
}
.banner-16-area .single-banner {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.banner-16-area .single-banner:hover .banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  content: "";
  background-color: #3e3e3e;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner-16-area .single-banner .banner-image img {
  width: 100%;
}
.banner-16-area .banner-content-3 {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-16-area .banner-content-3 .inner-content {
  height: 72%;
  position: relative;
  margin-top: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 350px;
}
@media (max-width: 1500px) {
  .banner-16-area .banner-content-3 .inner-content {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .banner-16-area .banner-content-3 .inner-content {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .banner-16-area .banner-content-3 .inner-content {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .banner-16-area .banner-content-3 .inner-content {
    width: 190px;
  }
}
@media (max-width: 575px) {
  .banner-16-area .banner-content-3 .inner-content {
    width: 220px;
  }
}
.banner-16-area .banner-content-3 .inner-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  right: 0;
  bottom: 100px;
  border-top: 3px solid #2b2b2c;
  z-index: 1;
  border-bottom: 3px solid #4b4a4f;
}
.banner-16-area .banner-content-3 .inner-content:after {
  content: "";
  border: 3px solid #fff;
  opacity: 0.3;
  position: absolute;
  left: -30px;
  top: 10px;
  right: -30px;
  bottom: 100px;
  z-index: 0;
}
.banner-16-area .banner-content-3 .banner-title-1 {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: initial;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 991px) {
  .banner-16-area .banner-content-3 .banner-title-1 {
    font-size: 12px;
  }
}
.banner-16-area .banner-content-3 .banner-title-2 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 5px;
  color: #ff794a;
  font-family: "Lato", sans-serif;
  line-height: 50px;
}
@media (max-width: 1199px) {
  .banner-16-area .banner-content-3 .banner-title-2 {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .banner-16-area .banner-content-3 .banner-title-2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .banner-16-area .banner-content-3 .banner-btn .mgana-btn.mgana-btn-2 {
    height: 35px;
    line-height: 35px;
    width: 100px;
    font-size: 12px;
  }
}
.banner-16-area .banner-content-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5%;
  z-index: 2;
  text-align: center;
}
.banner-16-area .banner-content-4 .inner-content-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 300px;
}
@media (max-width: 991px) {
  .banner-16-area .banner-content-4 .inner-content-4 {
    width: 186px;
  }
}
.banner-16-area .banner-content-4 .inner-content-4 .banner-title-1 {
  font-size: 18px;
  line-height: 1.4em;
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #3e3e3e;
  padding: 0 30px 0 30px;
}
@media (max-width: 991px) {
  .banner-16-area .banner-content-4 .inner-content-4 .banner-title-1 {
    font-size: 16px;
  }
}
.banner-16-area .banner-content-4 .inner-content-4 .banner-title-2 {
  font-size: 60px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 50px;
  color: #3e3e3e;
  letter-spacing: 3px;
  margin: 10px 0 30px 0;
}
@media (max-width: 991px) {
  .banner-16-area .banner-content-4 .inner-content-4 .banner-title-2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.banner-16-area .banner-content-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 2;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.banner-16-area .banner-content-5 .inner-content-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 450px;
}
@media (max-width: 991px) {
  .banner-16-area .banner-content-5 .inner-content-5 {
    width: 256px;
  }
}
.banner-16-area .banner-content-5 .inner-content-5 .banner-title-1 {
  font-size: 18px;
  line-height: 1.4em;
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #3e3e3e;
  padding: 0 30px 0 30px;
}
@media (max-width: 991px) {
  .banner-16-area .banner-content-5 .inner-content-5 .banner-title-1 {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 15px;
  }
}
.banner-16-area .banner-content-5 .inner-content-5 .banner-title-2 {
  font-size: 32px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  color: #3e3e3e;
  margin: 0 0 30px 0;
  line-height: 1.3em;
}
@media (max-width: 991px) {
  .banner-16-area .banner-content-5 .inner-content-5 .banner-title-2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.banner-16-area .banner-content-6 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 40px 40px 0 40px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  max-width: 670px;
  width: 670px;
}
@media (max-width: 1199px) {
  .banner-16-area .banner-content-6 {
    max-width: 580px;
    width: 580px;
  }
}
@media (max-width: 991px) {
  .banner-16-area .banner-content-6 {
    max-width: 430px;
    width: 430px;
  }
}
@media (max-width: 479px) {
  .banner-16-area .banner-content-6 {
    max-width: 260px;
    width: 260px;
    padding: 20px 15px 0 15px;
  }
}
.banner-16-area .banner-content-6 .inner-content-6 .banner-title-1 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  font-style: italic;
}
@media (max-width: 991px) {
  .banner-16-area .banner-content-6 .inner-content-6 .banner-title-1 {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .banner-16-area .banner-content-6 .inner-content-6 .banner-title-1 {
    font-size: 12px;
  }
}
.banner-16-area .banner-content-6 .inner-content-6 .banner-title-2 {
  color: #ff7a4b;
  font-family: "Playfair Display", serif;
  font-size: 118px;
  font-weight: 400;
  line-height: 1em;
  margin: 5px 0 20px 0;
}
@media (max-width: 991px) {
  .banner-16-area .banner-content-6 .inner-content-6 .banner-title-2 {
    font-size: 88px;
  }
}
@media (max-width: 479px) {
  .banner-16-area .banner-content-6 .inner-content-6 .banner-title-2 {
    font-size: 32px;
    margin: 5px 0 10px 0;
  }
}
.banner-16-area .banner-content-6 .inner-content-6 .banner-btn {
  margin: 30px 0 -22px 0;
}
@media (max-width: 479px) {
  .banner-16-area .banner-content-6 .inner-content-6 .banner-btn {
    margin: 0px 0 -18px 0;
  }
}
.banner-16-area .banner-content-7 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner-16-area .banner-content-7 .inner-content-7 {
  width: 350px;
}
@media (max-width: 991px) {
  .banner-16-area .banner-content-7 .inner-content-7 {
    width: 220px;
  }
}
.banner-16-area .banner-content-7 .inner-content-7 .banner-title-1 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-style: italic;
  line-height: 1.3;
  color: #ffffff;
}
@media (max-width: 991px) {
  .banner-16-area .banner-content-7 .inner-content-7 .banner-title-1 {
    font-size: 22px;
  }
}
.banner-16-area .banner-content-7 .popup-video {
  margin-top: 20px;
}
.banner-16-area .banner-content-7 .popup-video a {
  font-size: 24px;
  padding: 35px;
  color: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 100%;
}
.banner-16-area .banner-content-7 .popup-video a:hover {
  border-color: #818a91;
}

/*--- Banner Style 17 Start here ---*/
.banner-17-area .custom-margin {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .banner-17-area .custom-margin-2 {
    margin-bottom: 40px;
  }
}
.banner-17-area .banner-17-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.banner-17-area .banner-17-row .custom-col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 575px) {
  .banner-17-area .banner-17-row .custom-col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.banner-17-area .banner-17-row .custom-col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 575px) {
  .banner-17-area .banner-17-row .custom-col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.banner-17-area .banner-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-17-area .banner-item:hover .banner-content {
  top: 50%;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-17-area .banner-item:hover .banner-overlay {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-17-area .banner-item img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-17-area .banner-item .banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  content: "";
  background-color: #3e3e3e;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-17-area .banner-item .banner-content {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  width: 100%;
  padding: 0 10px;
}
.banner-17-area .banner-item .banner-content .content-1 {
  color: #ffffff;
  font-family: "Lora", serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}

/*--- Banner Style 18 Start here ---*/
.banner-18-area {
  padding-top: 80px;
}
.banner-18-area .banner-img {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-18-area .banner-img.background-3 {
  background-image: url(../images/banner/13-5.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 685px;
  position: relative;
}
@media (max-width: 1199px) {
  .banner-18-area .banner-img.background-3 {
    height: 510px;
  }
}
.banner-18-area .banner-inner-content-4 {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 460px;
}
@media (max-width: 767px) {
  .banner-18-area .banner-inner-content-4 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 479px) {
  .banner-18-area .banner-inner-content-4 {
    width: 300px;
  }
}
.banner-18-area .banner-inner-content-4 .content-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-18-area .banner-inner-content-4 .content-wrapper .large-title {
  font-family: "Oswald", sans-serif;
  font-size: 150px;
  font-weight: 600;
  color: #041632;
  line-height: 0.9em;
}
@media (max-width: 1199px) {
  .banner-18-area .banner-inner-content-4 .content-wrapper .large-title {
    font-size: 100px;
  }
}
.banner-18-area .banner-inner-content-4 .content-wrapper .small-title-3 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 5px;
  color: #dda973;
  line-height: 1;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .banner-18-area .banner-inner-content-4 .content-wrapper .small-title-3 {
    font-size: 18px;
  }
}
.banner-18-area .banner-inner-content-4 .content-wrapper .small-title-2 {
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 9px;
  margin: 8px 0px 35px 0px;
  color: #3e3e3e;
}
@media (max-width: 1199px) {
  .banner-18-area .banner-inner-content-4 .content-wrapper .small-title-2 {
    font-size: 30px;
    letter-spacing: 5px;
  }
}
.banner-18-area .banner-inner-content-4 .content-wrapper .slide-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-18-area .banner-inner-content-4 .content-wrapper .slide-btn .border-button-3 {
  font-family: "Lato", Sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 2px;
  fill: #3e3e3e;
  color: #3e3e3e;
  background-color: rgba(255, 255, 255, 0);
  padding: 5px 0px 5px 0px;
  border-style: solid;
  border-width: 2px 0px 2px 0px;
  border-color: #979797;
}
.banner-18-area .banner-inner-content-4 .content-wrapper .slide-btn .border-button-3:hover {
  color: #dda973;
}

/*--- Banner Style 19 Start here ---*/
.banner-19-area {
  padding-top: 80px;
}
.banner-19-area .banner-img {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-19-area .banner-img.background-3 {
  background-image: url(../images/banner/14-8.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 600px;
  position: relative;
}
@media (max-width: 1199px) {
  .banner-19-area .banner-img.background-3 {
    height: 510px;
  }
}
.banner-19-area .banner-inner-content-4 {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 460px;
}
@media (max-width: 767px) {
  .banner-19-area .banner-inner-content-4 {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 479px) {
  .banner-19-area .banner-inner-content-4 {
    width: 300px;
  }
}
.banner-19-area .banner-inner-content-4 .content-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-19-area .banner-inner-content-4 .content-wrapper .large-title {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 140px;
  font-weight: 900;
  line-height: 0.8em;
  text-align: center;
}
@media (max-width: 479px) {
  .banner-19-area .banner-inner-content-4 .content-wrapper .large-title {
    font-size: 100px;
  }
}
.banner-19-area .banner-inner-content-4 .content-wrapper .small-title-3 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 170px;
  font-weight: 300;
  line-height: 0.9em;
  text-align: center;
}
@media (max-width: 479px) {
  .banner-19-area .banner-inner-content-4 .content-wrapper .small-title-3 {
    font-size: 130px;
  }
}
.banner-19-area .banner-inner-content-4 .content-wrapper .small-title-2 {
  font-family: "Lora", serif;
  font-size: 36px;
  letter-spacing: 2px;
  color: #ffffff;
}
@media (max-width: 479px) {
  .banner-19-area .banner-inner-content-4 .content-wrapper .small-title-2 {
    font-size: 24px;
  }
}
.banner-19-area .banner-inner-content-4 .content-wrapper .slide-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-19-area .banner-inner-content-4 .content-wrapper .slide-btn .border-button-3 {
  font-family: "Lato", Sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: #3e3e3e;
  padding: 15px 45px 15px 45px;
}
.banner-19-area .banner-inner-content-4 .content-wrapper .slide-btn .border-button-3:hover {
  color: #ffffff;
  background-color: #dda973;
}

/*--- Banner Style 20 Start here ---*/
.banner-20-area .banner-img {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-20-area .banner-img.collection-bg-1 {
  background-image: url(../images/shop/collection-2/bg-1.jpg);
}
.banner-20-area .banner-img.collection-bg-2 {
  background-image: url(../images/shop/collection-2/bg-2.jpg);
}
.banner-20-area .banner-img.collection-bg-3 {
  background-image: url(../images/shop/collection-2/bg-3.jpg);
}
.banner-20-area .banner-img.background-3 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 470px;
  position: relative;
}
@media (max-width: 1199px) {
  .banner-20-area .banner-img.background-3 {
    height: 470px;
  }
}
@media (max-width: 991px) {
  .banner-20-area .banner-img.background-3 {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .banner-20-area .banner-img.background-3 {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .banner-20-area .banner-img.background-3 {
    height: 350px;
  }
}
.banner-20-area .banner-content-5 {
  position: relative;
}
.banner-20-area .banner-content-5 .banner-inner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.banner-20-area .banner-content-5 .banner-inner-content .banner-title {
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 6px;
}
@media (max-width: 991px) {
  .banner-20-area .banner-content-5 .banner-inner-content .banner-title {
    font-size: 40px;
    letter-spacing: 3px;
  }
}

/*--- Banner Style 21 Start here ---*/
.banner-21-area .banner-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-21-area .banner-item:hover .view-more-btn {
  top: 50%;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-21-area .banner-item:hover .banner-overlay {
  opacity: 0.9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-21-area .banner-item .banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  content: "";
  background-color: #d4876c;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner-21-area .banner-item .view-more-btn {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.banner-21-area .banner-item .view-more-btn .view-more-3 {
  font-family: "Zilla Slab", serif;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .banner-21-area .banner-item .view-more-btn .view-more-3 {
    font-size: 14px;
  }
}
.banner-21-area .banner-text {
  position: absolute;
  top: 64%;
  right: 0;
  -webkit-transform: translateY(-64%);
          transform: translateY(-64%);
  text-align: center;
}
.banner-21-area .banner-text.banner-text_left {
  right: auto;
  left: 3%;
}
@media (max-width: 479px) {
  .banner-21-area .banner-text.banner-text_left {
    left: 50%;
    top: 64%;
    -webkit-transform: translate(-50%, -64%);
            transform: translate(-50%, -64%);
    width: 100%;
  }
}
.banner-21-area .banner-text.banner-text_left-0 {
  right: auto;
  left: 0;
}
@media (max-width: 479px) {
  .banner-21-area .banner-text.banner-text_left-0 {
    left: 50%;
    top: 64%;
    -webkit-transform: translate(-50%, -64%);
            transform: translate(-50%, -64%);
    width: 100%;
    text-align: center !important;
  }
}
.banner-21-area .banner-text.banner-text_center {
  left: 50%;
  top: 64%;
  -webkit-transform: translate(-50%, -64%);
          transform: translate(-50%, -64%);
  width: 100%;
}
.banner-21-area .banner-text.banner-text_right {
  left: auto;
  right: 3%;
}
@media (max-width: 479px) {
  .banner-21-area .banner-text.banner-text_right {
    left: 50%;
    top: 64%;
    -webkit-transform: translate(-50%, -64%);
            transform: translate(-50%, -64%);
    width: 100%;
  }
}
.banner-21-area .banner-text .title-1 {
  color: #ffffff;
  text-transform: uppercase;
}
.banner-21-area .banner-text .title-1:hover {
  color: #ff7960;
}
.banner-21-area .banner-text .heading-1 {
  font-size: 80px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #ff7960;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .banner-21-area .banner-text .heading-1 {
    font-size: 70px;
    letter-spacing: 6px;
  }
}
@media (max-width: 767px) {
  .banner-21-area .banner-text .heading-1 {
    font-size: 50px;
    letter-spacing: 5px;
  }
}
@media (max-width: 575px) {
  .banner-21-area .banner-text .heading-1 {
    font-size: 40px;
    letter-spacing: 3px;
  }
}
@media (max-width: 479px) {
  .banner-21-area .banner-text .heading-1 {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
.banner-21-area .banner-text-2 {
  position: relative;
  text-align: center;
}
.banner-21-area .banner-text-2.banner-text_left-2 {
  right: auto;
  left: 5%;
}
@media (max-width: 479px) {
  .banner-21-area .banner-text-2.banner-text_left-2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.banner-21-area .banner-text-2.banner-text_right-2 {
  left: auto;
  right: 5%;
}
@media (max-width: 479px) {
  .banner-21-area .banner-text-2.banner-text_right-2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.banner-21-area .banner-text-2 .banner-button {
  font-family: "Lora", serif;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 50px;
  fill: #3e3e3e;
  color: #3e3e3e;
  background-color: #ffffff;
  padding: 30px 60px 30px 60px;
  text-transform: uppercase;
}
.banner-21-area .banner-text-2 .banner-button:hover {
  background-color: #dda973;
  color: #ffffff;
}
@media (max-width: 479px) {
  .banner-21-area .banner-text-2 .banner-button {
    font-size: 20px;
    padding: 20px 40px;
  }
}

/*----------------------------------------*/
/*    27 - Components - Product Category
/*----------------------------------------*/
.product-category-area {
  padding-bottom: 41px;
}
@media (max-width: 767px) {
  .product-category-area {
    padding-bottom: 36px;
  }
}
.product-category-area .slick-list {
  margin-right: -25px;
  margin-left: -25px;
}
@media (max-width: 1199px) {
  .product-category-area .slick-list {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.single-category-one {
  padding: 0 25px;
}
@media (max-width: 1199px) {
  .single-category-one {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .single-category-one {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.single-category-one .category-image {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  margin-bottom: 32px;
}
.single-category-one .category-image span {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}
.single-category-one .category-image img {
  -webkit-transform: translate3d(-40px, 0, 0);
          transform: translate3d(-40px, 0, 0);
  max-width: none;
  width: calc(100% + 50px);
}
.single-category-one .category-image:hover {
  -webkit-box-shadow: 15px 15px 0 0 #3e3e3e;
          box-shadow: 15px 15px 0 0 #3e3e3e;
}
.single-category-one .category-image:hover span {
  opacity: 1;
  top: 50%;
}
.single-category-one .category-image:hover img {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/*----------------------------------------*/
/*    28 - Components - Product
/*----------------------------------------*/
.product-tab-area .heading-one {
  padding-bottom: 38px;
}
@media (max-width: 479px) {
  .product-tab-area .heading-one {
    font-size: 24px;
    line-height: 18px;
  }
}

.tab-section_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 33px;
}

@media (max-width: 767px) {
  .product-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-menu li a {
  color: #b5b5b5;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding: 0 30px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .product-menu li a {
    padding: 0 24px;
  }
}
@media (max-width: 575px) {
  .product-menu li a {
    padding: 0 14px;
  }
}
@media (max-width: 479px) {
  .product-menu li a {
    font-size: 14px;
    padding: 0 15px;
  }
}
.product-menu li a:hover, .product-menu li a.active {
  color: #3e3e3e;
}

.product-item .single-product .product-img {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.product-item .single-product .product-img > a {
  display: block;
}
.product-item .single-product .product-img > a img {
  width: 100%;
  height: 100%;
}
.product-item .single-product .product-img > a .product-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  content: "";
  background-color: #3e3e3e;
  width: 100%;
  height: 100%;
}
.product-item .single-product .product-img:hover a .product-overlay {
  opacity: 0.3;
}
.product-item .single-product .product-img .add-actions {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translate(0%, 80px);
          transform: translate(0%, 80px);
  opacity: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
}
.product-item .single-product .product-img .add-actions > ul > li {
  display: inline-block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.product-item .single-product .product-img .add-actions > ul > li:not(:last-child) {
  margin-right: 5px;
}
.product-item .single-product .product-img .add-actions > ul > li:first-child {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.product-item .single-product .product-img .add-actions > ul > li:nth-child(2) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.product-item .single-product .product-img .add-actions > ul > li:nth-child(3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.product-item .single-product .product-img .add-actions > ul > li:last-child {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.product-item .single-product .product-img .add-actions > ul > li:last-child > a {
  padding-right: 0;
}
.product-item .single-product .product-img .add-actions > ul > li > a {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  width: 40px;
  height: 40px;
  line-height: 42px;
  display: block;
  text-align: center;
  color: #3e3e3e;
  -webkit-transition: 0.03s !important;
  transition: 0.03s !important;
}
.product-item .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: #d4876c;
  border-color: #d4876c;
  color: #ffffff !important;
  -webkit-transition: 0.03s !important;
  transition: 0.03s !important;
}
.product-item .single-product .product-img .add-actions > ul > li > a > i {
  font-size: 16px;
}
.product-item .single-product .product-content {
  padding-top: 15px;
}
.product-item .single-product .product-content .product-desc_info .price-box .new-price {
  font-size: 18px;
}
.product-item .single-product .product-content .product-desc_info .price-box .old-price {
  color: #bbbbbb;
  text-decoration: line-through;
  font-size: 15px;
  margin-left: 10px;
}
.product-item .single-product .product-content .product-desc_info h3.product-name {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: inherit;
}
.product-item .single-product .product-content .product-desc_info h3.product-name > a {
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .product-item .single-product .product-content .product-desc_info h3.product-name > a {
    font-size: 18px;
  }
}
.product-item .single-product .product-content .product-desc_info .price-box > span {
  font-family: "Poppins", sans-serif;
}
.product-item .single-product .product-content .product-desc_info .price-box > span.new-price {
  color: #494949;
  line-height: 20.8px;
  font-size: 16px;
}
.product-item .single-product:hover .product-img .add-actions {
  opacity: 1;
}
.product-item .single-product:hover .product-img .add-actions > ul > li {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

.box-label .label-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #000000;
  border-right: 50px solid transparent;
}
.box-label .label-1 span {
  color: #ffffff;
  position: absolute;
  bottom: 25px;
  left: 5px;
  text-transform: uppercase;
  font-size: 12px;
}
.box-label .label-2 {
  position: absolute;
  top: 5px;
  right: 5px;
}
.box-label .label-2 span {
  background: #000000;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: block;
}
.box-label .label-3 {
  position: absolute;
  top: 0;
  right: 0;
}
.box-label .label-3 span {
  font-size: 12px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  padding: 5px 5px;
}
.box-label .label-4 {
  position: absolute;
  top: 18px;
  right: 0;
}
.box-label .label-4 span {
  font-size: 12px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  padding: 5px 8px;
}

.mgana-product-tab .product-item {
  padding: 0 25px;
}
@media (max-width: 1199px) {
  .mgana-product-tab .product-item {
    padding: 0 20px;
  }
}
.mgana-product-tab .slick-list {
  margin-right: -25px;
  margin-left: -25px;
}
@media (max-width: 1199px) {
  .mgana-product-tab .slick-list {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.mgana-product-tab .custom-dots .slick-dots {
  bottom: -80px;
}

.product-carousel-area {
  padding-bottom: 76px;
}
@media (max-width: 479px) {
  .product-carousel-area .heading-one {
    font-size: 24px;
    letter-spacing: 2px;
  }
}

/*--- Product Item 3 ---*/
.mgana-product-3 .slick-list {
  margin: 0 -20px;
}

.product-item-2 {
  padding: 0 20px;
}
.product-item-2 .single-product .product-img {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.product-item-2 .single-product .product-img > a {
  display: block;
}
.product-item-2 .single-product .product-img > a img {
  width: 100%;
  height: 100%;
}
.product-item-2 .single-product .product-img > a .product-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  content: "";
  background-color: #3e3e3e;
  width: 100%;
  height: 100%;
}
.product-item-2 .single-product .product-img > a .primary-image {
  opacity: 1;
  background: #ffffff;
}
.product-item-2 .single-product .product-img > a .secondary-image {
  opacity: 0;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.product-item-2 .single-product .product-img:hover a .product-overlay {
  opacity: 0.3;
}
.product-item-2 .single-product .product-img:hover .primary-image {
  opacity: 0;
}
.product-item-2 .single-product .product-img:hover .secondary-image {
  opacity: 1;
}
.product-item-2 .single-product .product-img .add-actions {
  position: absolute;
  opacity: 0;
  top: 18%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
}
.product-item-2 .single-product .product-img .add-actions > ul > li {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.product-item-2 .single-product .product-img .add-actions > ul > li:not(:last-child) {
  margin-bottom: 8px;
}
.product-item-2 .single-product .product-img .add-actions > ul > li:first-child {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.product-item-2 .single-product .product-img .add-actions > ul > li:nth-child(2) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.product-item-2 .single-product .product-img .add-actions > ul > li:nth-child(3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.product-item-2 .single-product .product-img .add-actions > ul > li:last-child {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.product-item-2 .single-product .product-img .add-actions > ul > li:last-child > a {
  padding-right: 0;
}
.product-item-2 .single-product .product-img .add-actions > ul > li > a {
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  width: 40px;
  color: #ffffff !important;
  height: 40px;
  line-height: 42px;
  border-radius: 100%;
  display: block;
  text-align: center;
  color: #3e3e3e;
  -webkit-transition: 0.03s !important;
  transition: 0.03s !important;
}
.product-item-2 .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: #827021;
  border-color: #827021;
  color: #ffffff !important;
  -webkit-transition: 0.03s !important;
  transition: 0.03s !important;
}
.product-item-2 .single-product .product-img .add-actions > ul > li > a > i {
  font-size: 16px;
}
.product-item-2 .single-product .product-content {
  background: white;
}
.product-item-2 .single-product .product-content .product-desc_info {
  padding: 20px 0;
  border-top: 1px solid #ebebeb;
  margin: 0 20px;
}
.product-item-2 .single-product .product-content .product-desc_info .price-box .new-price {
  font-size: 18px;
}
.product-item-2 .single-product .product-content .product-desc_info .price-box .old-price {
  color: #bbbbbb;
  text-decoration: line-through;
  font-size: 15px;
  margin-left: 10px;
}
.product-item-2 .single-product .product-content .product-desc_info h3.product-name {
  font-family: "Alegreya", serif;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.125em;
  font-style: italic;
}
.product-item-2 .single-product .product-content .product-desc_info h3.product-name > a {
  line-height: 19px;
}
@media (max-width: 1500px) {
  .product-item-2 .single-product .product-content .product-desc_info h3.product-name > a {
    font-size: 14px;
  }
}
.product-item-2 .single-product .product-content .product-desc_info .price-box > span {
  font-family: "Poppins", sans-serif;
}
.product-item-2 .single-product .product-content .product-desc_info .price-box > span.new-price {
  color: #494949;
  line-height: 20.8px;
  font-size: 16px;
}
.product-item-2 .single-product:hover .product-img .add-actions {
  opacity: 1;
}
.product-item-2 .single-product:hover .product-img .add-actions > ul > li {
  -webkit-transform: translateX(-35px);
          transform: translateX(-35px);
}

.product-item-4 {
  padding: 0 20px;
}
.product-item-4 .single-product .product-img {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.product-item-4 .single-product .product-img > a {
  display: block;
}
.product-item-4 .single-product .product-img > a img {
  width: 100%;
  height: 100%;
}
.product-item-4 .single-product .product-img > a .product-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  content: "";
  background-color: #3e3e3e;
  width: 100%;
  height: 100%;
}
.product-item-4 .single-product .product-img:hover a .product-overlay {
  opacity: 0.3;
}
.product-item-4 .single-product .product-img .add-actions {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translate(0%, 80px);
          transform: translate(0%, 80px);
  opacity: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
}
.product-item-4 .single-product .product-img .add-actions > ul > li {
  display: inline-block;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.product-item-4 .single-product .product-img .add-actions > ul > li:not(:last-child) {
  margin-right: 5px;
}
.product-item-4 .single-product .product-img .add-actions > ul > li:first-child {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.product-item-4 .single-product .product-img .add-actions > ul > li:nth-child(2) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.product-item-4 .single-product .product-img .add-actions > ul > li:nth-child(3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.product-item-4 .single-product .product-img .add-actions > ul > li:last-child {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.product-item-4 .single-product .product-img .add-actions > ul > li:last-child > a {
  padding-right: 0;
}
.product-item-4 .single-product .product-img .add-actions > ul > li > a {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  width: 40px;
  height: 40px;
  line-height: 42px;
  display: block;
  text-align: center;
  color: #3e3e3e;
  -webkit-transition: 0.03s !important;
  transition: 0.03s !important;
}
.product-item-4 .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: #73bcc3;
  border-color: #73bcc3;
  color: #ffffff !important;
  -webkit-transition: 0.03s !important;
  transition: 0.03s !important;
}
.product-item-4 .single-product .product-img .add-actions > ul > li > a > i {
  font-size: 16px;
}
.product-item-4 .single-product .product-content {
  padding: 20px 30px;
  background-color: #ffffff;
}
.product-item-4 .single-product .product-content .product-desc_info .price-box .new-price {
  font-size: 18px;
}
.product-item-4 .single-product .product-content .product-desc_info .price-box .old-price {
  color: #bbbbbb;
  text-decoration: line-through;
  font-size: 15px;
  margin-left: 10px;
}
.product-item-4 .single-product .product-content .product-desc_info h3.product-name > a {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  text-transform: capitalize;
}
.product-item-4 .single-product .product-content .product-desc_info h3.product-name > a:hover {
  color: #73bcc3;
}
.product-item-4 .single-product .product-content .product-desc_info .price-box > span {
  font-family: "Lato", sans-serif;
}
.product-item-4 .single-product .product-content .product-desc_info .price-box > span.new-price {
  color: #000;
  line-height: 20.8px;
  font-size: 16px;
}
.product-item-4 .single-product:hover .product-img .add-actions {
  opacity: 1;
}
.product-item-4 .single-product:hover .product-img .add-actions > ul > li {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

/*--- Product Item 4 ---*/
.product-item-3 {
  padding: 0 10px;
}
.product-item-3 .single-product {
  border: 1px solid #ebebeb;
  border-radius: 16px;
  overflow: hidden;
}
.product-item-3 .single-product:hover {
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
}
.product-item-3 .single-product .product-img {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.product-item-3 .single-product .product-img > a {
  display: block;
}
.product-item-3 .single-product .product-img > a img {
  width: 100%;
  height: 100%;
}
.product-item-3 .single-product .product-img .add-actions {
  position: absolute;
  opacity: 0;
  top: 25%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
}
.product-item-3 .single-product .product-img .add-actions > ul > li {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.product-item-3 .single-product .product-img .add-actions > ul > li:not(:last-child) {
  margin-bottom: 8px;
}
.product-item-3 .single-product .product-img .add-actions > ul > li:first-child {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.product-item-3 .single-product .product-img .add-actions > ul > li:nth-child(2) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
.product-item-3 .single-product .product-img .add-actions > ul > li:nth-child(3) {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.product-item-3 .single-product .product-img .add-actions > ul > li:last-child {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}
.product-item-3 .single-product .product-img .add-actions > ul > li:last-child > a {
  padding-right: 0;
}
.product-item-3 .single-product .product-img .add-actions > ul > li > a {
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
  width: 40px;
  color: #ffffff !important;
  height: 40px;
  line-height: 42px;
  border-radius: 100%;
  display: block;
  text-align: center;
  color: #3e3e3e;
  -webkit-transition: 0.03s !important;
  transition: 0.03s !important;
}
.product-item-3 .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: #ff794a;
  border-color: #ff794a;
  color: #ffffff !important;
  -webkit-transition: 0.03s !important;
  transition: 0.03s !important;
}
.product-item-3 .single-product .product-img .add-actions > ul > li > a > i {
  font-size: 16px;
}
.product-item-3 .single-product .product-content {
  background: white;
}
.product-item-3 .single-product .product-content .product-desc_info {
  padding: 20px 0;
  margin: 0 20px;
}
.product-item-3 .single-product .product-content .product-desc_info .price-box .new-price {
  font-size: 18px;
}
.product-item-3 .single-product .product-content .product-desc_info .price-box .old-price {
  color: #bbbbbb;
  text-decoration: line-through;
  font-size: 15px;
  margin-left: 10px;
}
.product-item-3 .single-product .product-content .product-desc_info h3.product-name > a {
  line-height: 19px;
  font-family: "Acme", sans-serif;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 28px;
}
.product-item-3 .single-product .product-content .product-desc_info h3.product-name > a:hover {
  color: #ff794a;
}
@media (max-width: 1500px) {
  .product-item-3 .single-product .product-content .product-desc_info h3.product-name > a {
    font-size: 14px;
  }
}
.product-item-3 .single-product .product-content .product-desc_info .price-box > span {
  font-family: "Acme", sans-serif;
}
.product-item-3 .single-product .product-content .product-desc_info .price-box > span.new-price {
  color: #000;
  line-height: 20.8px;
  font-size: 20px;
}
.product-item-3 .single-product .product-content .product-desc_info .price-box > span.old-price {
  font-size: 20px;
}
.product-item-3 .single-product:hover .product-img .add-actions {
  opacity: 1;
}
.product-item-3 .single-product:hover .product-img .add-actions > ul > li {
  -webkit-transform: translateX(-35px);
          transform: translateX(-35px);
}

/*--- Product Tab 2 ---*/
.product-tab-area-2 .tab-section_area {
  padding-bottom: 84px;
}
@media (max-width: 767px) {
  .product-tab-area-2 .tab-section_area {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}
.product-tab-area-2 .product-menu li a {
  font-size: 32px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Zilla Slab", serif;
}
@media (max-width: 991px) {
  .product-tab-area-2 .product-menu li a {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .product-tab-area-2 .product-menu li a {
    padding: 0 14px;
    font-size: 22px;
    line-height: 16px;
  }
}
@media (max-width: 575px) {
  .product-tab-area-2 .product-menu li a {
    padding: 0 10px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .product-tab-area-2 .product-menu li {
    line-height: 12px;
  }
}
@media (max-width: 575px) {
  .product-tab-area-2 .product-menu li {
    line-height: 16px;
  }
}

/*--- Product Tab 4 ---*/
.product-tab-4 {
  padding-top: 87px;
}
@media (max-width: 767px) {
  .product-tab-4 {
    padding-top: 55px;
  }
}
@media (max-width: 575px) {
  .product-tab-4 {
    padding-top: 53px;
  }
}

/*--- Product Tab 6 ---*/
.product-tab-6 .product-menu li a {
  font-size: 20px;
  text-transform: capitalize;
}
.product-tab-6 .product-menu-2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-tab-6 .product-menu-2 li a {
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
  color: #b5b5b5;
  font-weight: normal;
  letter-spacing: 4px;
  border-bottom: 4px solid transparent;
  padding-bottom: 24px;
  margin: 0 45px 38px 45px;
  display: block;
}
@media (max-width: 991px) {
  .product-tab-6 .product-menu-2 li a {
    margin: 0px 25px 38px 25px;
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .product-tab-6 .product-menu-2 li a {
    margin: 0px 20px 20px 20px;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 15px;
  }
}
.product-tab-6 .product-menu-2 li a:hover {
  color: #3e3e3e;
  border-bottom: 4px solid #b5b5b5;
}
.product-tab-6 .product-menu-2 li a.active {
  color: #3e3e3e;
  border-bottom: 4px solid #b5b5b5;
}
.product-tab-6 .product-img {
  border: 1px solid #d8d8d8;
}
.product-tab-6 .product-item .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: #dda973;
  border-color: #dda973;
}

.mgana-product-2 {
  padding-bottom: 66px;
}
@media (max-width: 767px) {
  .mgana-product-2 {
    padding-bottom: 62px;
  }
}
.mgana-product-2 .product-item {
  padding: 0 15px;
}
.mgana-product-2 .slick-list {
  margin: 0 -15px;
}
.mgana-product-2 .custom-dots .slick-dots {
  bottom: -70px;
}

/*--- New Collection Product ---*/
.pet-product-area {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .pet-product-area {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .pet-product-area {
    padding-bottom: 65px;
  }
}

.new-product-wrapper .product-header {
  max-width: 770px;
  margin: 0 auto;
}
.new-product-wrapper .product-header .desc-content {
  line-height: 30px;
}
@media (max-width: 767px) {
  .new-product-wrapper .trending-product-img {
    margin-bottom: 20px;
  }
}
.new-product-wrapper .trending-product-content .heading-5 {
  letter-spacing: normal;
}
@media (max-width: 991px) {
  .new-product-wrapper .trending-product-content .heading-5 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .new-product-wrapper .trending-product-content .heading-5 {
    font-size: 24px;
    line-height: 24px;
  }
}
.new-product-wrapper .trending-product-content .desc-content {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .new-product-wrapper .trending-product-content .desc-content {
    font-size: 16px;
    line-height: 24px;
  }
}

/*--- Product Tab 7 ---*/
.product-tab-7.bg-fantasy-2 {
  background-color: #f6f0f0;
  background-image: url(../images/bg/home/12-1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
.product-tab-7 .tab-section_area {
  padding: 75px 0px;
}
.product-tab-7 .product-menu-2 li a {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  line-height: 36px;
  font-weight: 400;
  font-style: italic;
  color: #73bcc3;
  padding: 10px 35px 10px 35px;
}
.product-tab-7 .product-menu-2 li a.active {
  color: #3e3e3e;
}
@media (max-width: 991px) {
  .product-tab-7 .product-menu-2 li a {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .product-tab-7 .product-menu-2 li a {
    font-size: 34px;
    padding: 10px 20px 10px 20px;
  }
}
@media (max-width: 575px) {
  .product-tab-7 .product-menu-2 li a {
    font-size: 30px;
    padding: 10px;
  }
}
@media (max-width: 479px) {
  .product-tab-7 .product-menu-2 li a {
    font-size: 20px;
    padding: 5px;
  }
}

/*--- Product Tab 8 ---*/
.product-tab-8 .tab-section_area {
  padding-bottom: 50px;
}
.product-tab-8 .product-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .product-tab-8 .product-menu li {
    margin-bottom: 20px;
  }
}
.product-tab-8 .product-menu li a {
  font-size: 20px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  line-height: 16px;
  display: inline-block;
}
.product-tab-8 .product-menu-2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-tab-8 .product-menu-2 li a {
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
  color: #b5b5b5;
  font-weight: normal;
  letter-spacing: 4px;
  border-bottom: 4px solid transparent;
  padding-bottom: 24px;
  margin: 0 45px 38px 45px;
  display: block;
}
@media (max-width: 991px) {
  .product-tab-8 .product-menu-2 li a {
    margin: 0px 25px 38px 25px;
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .product-tab-8 .product-menu-2 li a {
    margin: 0px 20px 20px 20px;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 15px;
  }
}
.product-tab-8 .product-menu-2 li a:hover {
  color: #3e3e3e;
  border-bottom: 4px solid #b5b5b5;
}
.product-tab-8 .product-menu-2 li a.active {
  color: #3e3e3e;
  border-bottom: 4px solid #b5b5b5;
}
.product-tab-8 .product-img {
  border: 1px solid #ebebeb;
}
.product-tab-8 .product-item .single-product .product-img .add-actions > ul > li > a:hover {
  background-color: #d4876c;
  border-color: #d4876c;
}
.product-tab-8 .product-item .single-product .product-content .product-desc_info h3.product-name > a {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.product-tab-8 .product-item .single-product .product-content .product-desc_info .price-box > span {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.mgana-product-8 .product-item {
  padding: 0 15px;
}
.mgana-product-8 .slick-list {
  margin: 0 -15px;
}
.mgana-product-8 .custom-dots .slick-dots {
  bottom: -70px;
}

/*-- Product Counter Area --*/
.product-countdown-area {
  padding-bottom: 90px;
  background-image: url(../images/bg/home/11-3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 894px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .product-countdown-area {
    height: 1200px;
    padding-bottom: 80px;
  }
}
@media (max-width: 479px) {
  .product-countdown-area {
    height: 1050px;
  }
}

/*-- Product Area --*/
.product-area-1 {
  margin-top: -25px;
}

/*-- color categories --*/
.color-categories {
  line-height: 1;
}
.color-categories li {
  display: inline-block;
  padding: 1px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.color-categories li:hover {
  border-color: #d4876c;
}
.color-categories li a {
  height: 12px;
  width: 12px;
  display: block;
  border-radius: 50%;
}

.c-black {
  background-color: #000;
}

.c-green {
  background-color: #6DA06F;
}

.c-orange {
  background-color: #FE9F13;
}

.c-brown {
  background-color: #964B00;
}

/*----------------------------------------*/
/*    29 - Components - Modal
/*----------------------------------------*/
.modal-wrapper {
  display: block;
}
.modal-wrapper.modal {
  visibility: hidden;
  opacity: 0;
  z-index: -9;
}
.modal-wrapper.show {
  background-color: rgba(0, 0, 0, 0.9);
  visibility: visible;
  opacity: 1;
  z-index: 1050;
}
.modal-wrapper .modal-dialog {
  max-width: 62%;
}
@media (max-width: 1500px) {
  .modal-wrapper .modal-dialog {
    max-width: 95%;
  }
}
@media (max-width: 575px) {
  .modal-wrapper .modal-dialog {
    max-width: 100%;
    left: 0;
  }
}
.modal-wrapper .modal-dialog .modal-content {
  padding: 30px 30px 25px;
  overflow-y: auto;
}
.modal-wrapper .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .close {
  font-size: 30px;
  font-weight: 400;
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 99;
}
.modal-wrapper .modal-dialog .modal-content .modal-body .close:hover {
  color: #d4876c;
}
@media (max-width: 991px) {
  .modal-wrapper .modal-inner-area {
    height: 500px;
  }
}
.modal-wrapper .modal-inner-area .product-summery {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .modal-wrapper .modal-inner-area .product-summery {
    padding: 20px 0;
  }
}
@media (max-width: 479px) {
  .modal-wrapper .modal-inner-area .product-summery .quantity-with_btn .add-to_cart .border-button {
    width: 150px;
  }
}
.modal-wrapper .modal-content {
  border-radius: 0%;
}
@media (max-width: 479px) {
  .modal-wrapper .modal-content {
    padding: 20px !important;
  }
}

.modal-open {
  overflow: hidden !important;
}

/*----------------------------------------*/
/*    30 - Components - New Arrival
/*----------------------------------------*/
.new-arrival-area.background-1 {
  background-image: url(../images/bg/home/1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 515px;
  position: relative;
}
.new-arrival-area .small-title-1 {
  margin-bottom: 10px;
}
.new-arrival-area .large-title-1 {
  margin-bottom: 18px;
}
.new-arrival-area .arrival-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new-arrival-2.background-2 {
  background-image: url(../images/bg/home/2-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 738px;
  position: relative;
}
@media (max-width: 1199px) {
  .new-arrival-2.background-2 {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .new-arrival-2.background-2 {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .new-arrival-2.background-2 {
    height: 400px;
  }
}
.new-arrival-2 .new-arrival-content {
  display: block;
  width: 400px;
  left: 15%;
  position: relative;
}
@media (max-width: 575px) {
  .new-arrival-2 .new-arrival-content {
    left: 0%;
  }
}
@media (max-width: 479px) {
  .new-arrival-2 .new-arrival-content {
    width: 300px;
  }
}
.new-arrival-2 .new-arrival-content .small-title-1 {
  color: #515151;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
}
.new-arrival-2 .new-arrival-content .large-title-1 {
  color: #515151;
  font-family: "Zilla Slab", serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: normal;
}
@media (max-width: 479px) {
  .new-arrival-2 .new-arrival-content .large-title-1 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .new-arrival-3 {
    display: block !important;
  }
}
.new-arrival-3 .banner-thumb-area {
  position: relative;
  width: 29%;
}
@media only screen and (min-width: 1199px) and (max-width: 1300px) {
  .new-arrival-3 .banner-thumb-area {
    width: 33%;
  }
}
@media (max-width: 1199px) {
  .new-arrival-3 .banner-thumb-area {
    width: 33%;
  }
}
@media (max-width: 991px) {
  .new-arrival-3 .banner-thumb-area {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .new-arrival-3 .banner-thumb-area {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .new-arrival-3 .banner-thumb-area {
    width: 100%;
  }
}
.new-arrival-3 .banner-thumb-area .demo-image {
  display: block;
  overflow: hidden;
  position: relative;
}
.new-arrival-3 .banner-thumb-area .demo-image a .banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  content: "";
  background-color: #3e3e3e;
  width: 100%;
  height: 100%;
}
.new-arrival-3 .banner-thumb-area:hover .demo-image a .banner-overlay {
  opacity: 0.2;
}
.new-arrival-3 .banner-thumb-area .demo-content {
  position: absolute;
  top: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 270px;
}
@media (max-width: 1199px) {
  .new-arrival-3 .banner-thumb-area .demo-content {
    width: 250px;
  }
}
@media (max-width: 1199px) {
  .new-arrival-3 .banner-thumb-area .demo-content .small-title-2 {
    font-size: 20px;
  }
}
.new-arrival-3 .banner-thumb-area .demo-content .large-title-2 {
  padding: 20px 0 40px 0;
}
@media (max-width: 1800px) {
  .new-arrival-3 .banner-thumb-area .demo-content .large-title-2 {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .new-arrival-3 .banner-thumb-area .demo-content .large-title-2 {
    font-size: 70px;
    padding: 10px 0px 30px 0px;
  }
}
.new-arrival-3 .banner-thumb-area .demo-content .border-button {
  width: 150px;
  height: 46px;
  line-height: 42px;
}
.new-arrival-3 .product-slider {
  width: 71%;
  position: relative;
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 1199px) and (max-width: 1300px) {
  .new-arrival-3 .product-slider {
    width: 67%;
  }
}
@media (max-width: 1199px) {
  .new-arrival-3 .product-slider {
    width: 67%;
  }
}
@media (max-width: 991px) {
  .new-arrival-3 .product-slider {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .new-arrival-3 .product-slider {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .new-arrival-3 .product-slider {
    width: 100%;
  }
}
.new-arrival-3 .product-slider .product-section {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 0px 140px 70px 140px;
}
@media (max-width: 1800px) {
  .new-arrival-3 .product-slider .product-section {
    padding: 0px 80px 60px 80px;
  }
}
@media (max-width: 1199px) {
  .new-arrival-3 .product-slider .product-section {
    padding: 0px 40px 30px 40px;
  }
}
@media (max-width: 991px) {
  .new-arrival-3 .product-slider .product-section {
    padding: 0px 20px 30px 20px;
  }
}
@media (max-width: 575px) {
  .new-arrival-3 .product-slider .product-section {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 80px 20px 118px 20px;
  }
}
.new-arrival-3 .product-slider .product-section .section-title {
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .new-arrival-3 .product-slider .product-section .section-title {
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .new-arrival-3 .product-slider .product-section .section-title {
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .new-arrival-3 .product-slider .product-section .section-title .heading-4 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .new-arrival-3 .product-slider .product-section .section-title .heading-4 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .new-arrival-3 .product-slider .product-section .section-title .heading-4 {
    font-size: 30px;
  }
}
.new-arrival-3 .mgana-product-tab .custom-dots .slick-dots {
  bottom: -60px;
}
@media (max-width: 1199px) {
  .new-arrival-3 .mgana-product-tab .custom-dots .slick-dots {
    bottom: -35px;
  }
}
@media (max-width: 1199px) {
  .new-arrival-3 .mgana-product-tab .custom-dots .slick-dots li {
    width: 12px;
    height: 12px;
  }
}

.new-arrival-4 {
  width: 100%;
}
.new-arrival-4 .title-icon {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.new-arrival-4 .title-icon .icon-border {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 15px;
}
.new-arrival-4 .title-icon .icon-border:before {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 2px solid #3e3e3e;
  width: 30px;
  -webkit-transition: inherit;
  transition: inherit;
  left: 100%;
}
.new-arrival-4 .title-icon .icon-border:after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 2px solid #3e3e3e;
  width: 30px;
  -webkit-transition: inherit;
  transition: inherit;
  right: 100%;
}
.new-arrival-4 .title-icon .icon-border i {
  font-size: 28px;
  position: relative;
}
.new-arrival-4 .arrival-4-content {
  width: 770px;
  margin: 0 auto;
  text-align: center;
}
.new-arrival-4 .arrival-4-content .desc-content {
  font-family: "Lora", serif;
  font-size: 20px;
  line-height: 1.6em;
  color: #3e3e3e;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .new-arrival-4 .arrival-4-content .desc-content {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .new-arrival-4 .arrival-4-content .desc-content {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .new-arrival-4 .arrival-4-content {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .new-arrival-4 .arrival-4-content {
    width: 550px;
  }
}
@media (max-width: 575px) {
  .new-arrival-4 .arrival-4-content {
    width: 450px;
  }
}
@media (max-width: 479px) {
  .new-arrival-4 .arrival-4-content {
    width: 300px;
  }
}
.new-arrival-4 .border-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

/*----------------------------------------*/
/*    31 - Components - Newsletter
/*----------------------------------------*/
.newsletter-group {
  background-color: #2d2d2d;
  height: 245px;
}
@media (max-width: 767px) {
  .newsletter-group {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  .newsletter-group.newslatter-2 {
    margin-top: 0px;
  }
}
.newsletter-group.newsletter-3 {
  margin-top: 80px !important;
}
.newsletter-group .newsletter-title {
  padding-bottom: 60px;
}
@media (max-width: 479px) {
  .newsletter-group .newsletter-title .heading-two {
    font-size: 24px;
  }
}
.newsletter-group .mc-form {
  position: relative;
  width: 60%;
}
@media (max-width: 767px) {
  .newsletter-group .mc-form {
    width: 80%;
  }
}
@media (max-width: 575px) {
  .newsletter-group .mc-form {
    width: 100%;
  }
}
.newsletter-group .mc-form .email-box {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #ebebeb;
  color: #ffffff;
  height: 50px;
  width: 100%;
  padding-right: 100px;
}
@media (max-width: 479px) {
  .newsletter-group .mc-form .email-box {
    font-size: 12px;
    padding-right: 80px;
  }
}
.newsletter-group .mc-form .newsletter-btn {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #ffffff;
  border: none;
  position: absolute;
  padding: 10px 0px 10px 0px;
  right: 0;
}
@media (max-width: 479px) {
  .newsletter-group .mc-form .newsletter-btn {
    font-size: 14px;
  }
}
.newsletter-group .mc-form .newsletter-btn:hover {
  color: #f55555;
}
.newsletter-group .mc-form input[type=email].email-box::-webkit-input-placeholder {
  color: #ffffff;
  background-color: transparent;
}

.newsletter-group-2 {
  background-image: url(../images/bg/home/4-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
  position: relative;
  margin-top: 82px;
}
@media (max-width: 767px) {
  .newsletter-group-2 {
    height: 300px;
  }
}
.newsletter-group-2 .newsletter-title {
  padding-bottom: 35px;
}
.newsletter-group-2 .mc-form .email-box {
  background-color: transparent;
  border: 1px solid #ebebeb;
  color: #ffffff;
  height: 90px;
  width: 100%;
  padding: 0 120px 0 20px;
}
@media (max-width: 479px) {
  .newsletter-group-2 .mc-form .email-box {
    height: 70px;
    padding: 0 100px 0 10px;
  }
}
.newsletter-group-2 .mc-form .newsletter-btn {
  height: 100%;
  padding-right: 20px;
}

.newsletter-group-3 {
  background-image: url(../images/bg/home/13-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
  position: relative;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .newsletter-group-3 {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .newsletter-group-3 {
    margin-top: 36px;
  }
}
.newsletter-group-3 .newsletter-title {
  padding-bottom: 35px;
}
.newsletter-group-3 .newsletter-title .heading-two {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 2px;
}
@media (max-width: 479px) {
  .newsletter-group-3 .newsletter-title .heading-two {
    font-size: 24px;
    letter-spacing: 1px;
  }
}
.newsletter-group-3 .mc-form {
  width: 80%;
}
.newsletter-group-3 .mc-form .email-box {
  background-color: transparent;
  border: 1px solid #ebebeb;
  color: #ffffff;
  height: 90px;
  width: 100%;
  padding: 0 120px 0 20px;
}
@media (max-width: 479px) {
  .newsletter-group-3 .mc-form .email-box {
    height: 70px;
    padding: 0 90px 0 10px;
  }
}
.newsletter-group-3 .mc-form .newsletter-btn {
  height: 100%;
  padding-right: 20px;
}

.newslatter-4 .newsletter-group {
  background-color: #041632;
  padding: 77px 0px;
  height: inherit;
}
@media (max-width: 767px) {
  .newslatter-4 .newsletter-group {
    margin-top: 0px;
  }
}
.newslatter-4 .newsletter-group .mc-form {
  padding-left: 115px;
  width: 75%;
}
@media (max-width: 991px) {
  .newslatter-4 .newsletter-group .mc-form {
    padding-left: 60px;
    width: 95%;
  }
}
@media (max-width: 767px) {
  .newslatter-4 .newsletter-group .mc-form {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .newslatter-4 .newsletter-group .mc-form {
    padding-left: 20px;
  }
}
@media (max-width: 479px) {
  .newslatter-4 .newsletter-group .mc-form {
    padding-left: 15px;
  }
}
.newslatter-4 .newsletter-group .mc-form .newsletter-btn:hover {
  color: #dda973;
}
@media (max-width: 767px) {
  .newslatter-4 .newsletter-group .newsletter-box {
    text-align: center !important;
    padding-bottom: 20px;
  }
}
.newslatter-4 .newsletter-title {
  padding: 0px 20px 0px 0px;
}
@media (max-width: 991px) {
  .newslatter-4 .newsletter-title {
    padding: 0px 0px 0px 20px;
  }
}
@media (max-width: 767px) {
  .newslatter-4 .newsletter-title {
    padding: 0px;
  }
}
@media (max-width: 575px) {
  .newslatter-4 .newsletter-title {
    padding: 0px;
  }
}
@media (max-width: 479px) {
  .newslatter-4 .newsletter-title {
    padding: 0px;
  }
}
.newslatter-4 .newsletter-title .heading-two {
  font-family: "Fjalla One", sans-serif;
  font-size: 32px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 3px;
}
@media (max-width: 991px) {
  .newslatter-4 .newsletter-title .heading-two {
    font-size: 26px;
  }
}

.newsletter-group-5 .mc-form {
  width: 770px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .newsletter-group-5 .mc-form {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .newsletter-group-5 .mc-form {
    width: 500px;
  }
}
@media (max-width: 575px) {
  .newsletter-group-5 .mc-form {
    width: 400px;
  }
}
@media (max-width: 479px) {
  .newsletter-group-5 .mc-form {
    width: 280px;
    margin-top: 30px;
  }
}
.newsletter-group-5 .mc-form .email-box {
  background-color: transparent;
  border: 1px solid #ebebeb;
  color: #515151;
  height: 80px;
  width: 100%;
  padding: 0 120px 0 20px;
}
@media (max-width: 479px) {
  .newsletter-group-5 .mc-form .email-box {
    height: 70px;
    padding: 0 90px 0 10px;
  }
}
.newsletter-group-5 .mc-form .newsletter-btn {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #515151;
  border: none;
  position: absolute;
  padding: 10px 15px 10px 0px;
  right: 0;
}
.newsletter-group-5 .mc-form .newsletter-btn:hover {
  color: #827021;
}
@media (max-width: 479px) {
  .newsletter-group-5 .mc-form .newsletter-btn {
    font-size: 16px;
    padding: 10px 10px 10px 0px;
  }
}

.newsletter-group-6 {
  background-image: url(../images/bg/home/11-5.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 560px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .newsletter-group-6 {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .newsletter-group-6 {
    height: 400px;
  }
}
@media (max-width: 479px) {
  .newsletter-group-6 {
    height: 350px;
  }
}
.newsletter-group-6 .newsletter-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.newsletter-group-6 .mc-form {
  width: 770px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .newsletter-group-6 .mc-form {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .newsletter-group-6 .mc-form {
    width: 500px;
  }
}
@media (max-width: 575px) {
  .newsletter-group-6 .mc-form {
    width: 380px;
  }
}
@media (max-width: 479px) {
  .newsletter-group-6 .mc-form {
    width: 280px;
    margin-top: 30px;
  }
}
.newsletter-group-6 .mc-form .email-box {
  background-color: #ffffff;
  border-radius: 50px 50px 50px 50px;
  border: 1px solid #ebebeb;
  color: #515151;
  height: 80px;
  width: 100%;
  padding: 0 120px 0 20px;
}
@media (max-width: 479px) {
  .newsletter-group-6 .mc-form .email-box {
    height: 60px;
    padding: 0 100px 0 10px;
  }
}
@media (max-width: 575px) {
  .newsletter-group-6 .mc-form .email-box {
    height: 60px;
    padding: 0px 140px 0px 10px;
  }
}
.newsletter-group-6 .mc-form .newsletter-btn {
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px 50px 50px 50px;
  line-height: 30px;
  background-color: #ff794a;
  color: #ffffff;
  border: none;
  position: absolute;
  padding: 10px 20px 10px 20px;
  right: 20px;
}
.newsletter-group-6 .mc-form .newsletter-btn:hover {
  background-color: #ff581c;
}
@media (max-width: 479px) {
  .newsletter-group-6 .mc-form .newsletter-btn {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    right: 6px;
  }
}
@media (max-width: 575px) {
  .newsletter-group-6 .mc-form .newsletter-btn {
    right: 6px;
  }
}

.newsletter-group-7 {
  background-image: url(../images/bg/home/12-2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 406px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .newsletter-group-7 {
    height: 406px;
  }
}
@media (max-width: 767px) {
  .newsletter-group-7 {
    margin-top: 0px;
  }
}
@media (max-width: 479px) {
  .newsletter-group-7 {
    height: 350px;
  }
}
.newsletter-group-7 .newsletter-title .newsletter-heading {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  line-height: 46px;
  font-weight: 700;
  font-style: italic;
}
@media (max-width: 991px) {
  .newsletter-group-7 .newsletter-title .newsletter-heading {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .newsletter-group-7 .newsletter-title .newsletter-heading {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .newsletter-group-7 .newsletter-title .newsletter-heading {
    font-size: 26px;
    line-height: 26px;
  }
}

/*----------------------------------------*/
/*    32 - Components - Post
/*----------------------------------------*/
.blog-post-area .slick-list {
  margin-left: -20px;
  margin-right: -20px;
}

.post-inner-box {
  padding: 0 20px;
}
.post-inner-box .post-thumbnail {
  position: relative;
  display: inline-block;
}
.post-inner-box .post-thumbnail .date-post {
  position: absolute;
  height: 70px;
  width: 70px;
  background-color: rgba(35, 35, 35, 0.9);
  opacity: 0.9;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  right: 0;
  padding: 10px 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.post-inner-box .post-thumbnail .date-post span {
  color: #ffffff;
}
.post-inner-box .post-thumbnail .date-post .day-post {
  font-size: 21px;
  text-transform: uppercase;
}
.post-inner-box .post-thumbnail .date-post .month-post {
  font-size: 14px;
  text-transform: uppercase;
}
.post-inner-box .post-content .post-meta {
  padding-top: 15px;
}
.post-inner-box .post-content .post-meta a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.post-inner-box .post-content .post-meta a:hover {
  color: #d4876c;
  text-decoration: underline;
}
.post-inner-box .post-content .post-title a {
  font-size: 24px;
  padding: 0px 40px 18px 40px;
  display: block;
}
@media (max-width: 1199px) {
  .post-inner-box .post-content .post-title a {
    padding: 0 20px 18px 20px;
    font-size: 22px;
  }
}
.post-inner-box .post-content .post-title-2 a {
  font-size: 24px;
  font-family: "Fjalla One", sans-serif;
  padding: 10px 40px 18px 40px;
  display: block;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .post-inner-box .post-content .post-title-2 a {
    padding: 0 20px 18px 20px;
    font-size: 22px;
  }
}
.post-inner-box .post-content .read-more a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
}
.post-inner-box .post-content .read-more a:hover {
  text-decoration: none;
}

.blog-post-2 .featured-body-style {
  margin: -46px 0 0 0;
  padding: 90px 70px 90px 70px;
}
@media (max-width: 1500px) {
  .blog-post-2 .featured-body-style {
    padding: 90px 30px 90px 30px;
  }
}
@media (max-width: 991px) {
  .blog-post-2 .featured-body-style {
    margin: -40px 0 0 0;
  }
}
@media (max-width: 767px) {
  .blog-post-2 .featured-body-style {
    margin: -35px 0 0 0;
  }
}
@media (max-width: 575px) {
  .blog-post-2 .featured-body-style {
    margin: -30px 0 0 0;
    padding: 90px 20px 90px 20px;
  }
}
@media (max-width: 479px) {
  .blog-post-2 .featured-body-style {
    margin: -20px 0 0 0;
    padding: 90px 10px 90px 10px;
  }
}
.blog-post-2 .post-inner-box .post-content .post-title a {
  padding: 0 10px 18px 10px;
}

.blog-post-area-2 .post-inner-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.blog-post-area-2 .post-inner-box:hover .post-content {
  opacity: 1;
  background: #dda973;
}
.blog-post-area-2 .post-inner-box:hover .banner-overlay {
  opacity: 0.5;
}
.blog-post-area-2 .post-inner-box .banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
}
.blog-post-area-2 .post-inner-box .post-thumbnail {
  display: block;
}
.blog-post-area-2 .post-inner-box .post-thumbnail img {
  width: 100%;
  display: block;
}
.blog-post-area-2 .post-inner-box .post-content {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: block;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1199px) {
  .blog-post-area-2 .post-inner-box .post-content .post-meta {
    padding-top: 5px;
  }
}
.blog-post-area-2 .post-inner-box .post-content .post-meta a {
  color: #ffffff;
  visibility: visible;
  z-index: 1;
}
.blog-post-area-2 .post-inner-box .post-content .post-title a {
  color: #ffffff;
  font-family: "Fjalla One", sans-serif;
  visibility: visible;
  z-index: 1;
}
@media (max-width: 1500px) {
  .blog-post-area-2 .post-inner-box .post-content .post-title a {
    font-size: 20px;
    padding: 0 30px 18px 30px;
  }
}
@media (max-width: 1199px) {
  .blog-post-area-2 .post-inner-box .post-content .post-title a {
    font-size: 18px;
    padding: 0 20px 10px 20px;
  }
}
@media (max-width: 767px) {
  .blog-post-area-2 .post-inner-box .post-content .post-title a {
    font-size: 16px;
    padding: 0 10px 10px 10px;
  }
}

.blog-post-area-3 {
  padding-top: 90px;
}
.blog-post-area-3 .section-title-3 .heading-5 {
  margin-bottom: 20px;
}
.blog-post-area-3 .main-title {
  padding-bottom: 30px;
}
.blog-post-area-3 .post-inner-box {
  position: relative;
}
.blog-post-area-3 .post-inner-box:hover .post-content {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog-post-area-3 .post-inner-box:hover .post-thumbnail .banner-overlay {
  opacity: 0.9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog-post-area-3 .post-inner-box .post-content {
  padding: 0 30px;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.blog-post-area-3 .post-inner-box .post-content .date-meta {
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 10px;
}
.blog-post-area-3 .post-inner-box .post-content .post-title-3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.blog-post-area-3 .post-inner-box .post-content .post-title-3 a {
  font-size: 22px;
  font-family: "Lora", serif;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #ffffff;
}
.blog-post-area-3 .post-inner-box .post-content .post-title-3 a:hover {
  color: #dda973;
}
.blog-post-area-3 .post-inner-box .post-content .post-title-3:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  background: #827021;
  width: 80px;
}
.blog-post-area-3 .post-inner-box .post-content .btn-2 {
  margin-top: 10px;
}
.blog-post-area-3 .post-inner-box .post-content .btn-2 a {
  background-color: #ffffff;
  color: #1a1a1a;
  font-size: 12px;
  line-height: 20px;
  padding: 8px 25px;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-post-area-3 .post-inner-box .post-content .btn-2 a:hover {
  background-color: #827021;
  color: #ffffff;
}
.blog-post-area-3 .post-thumbnail {
  display: block;
  overflow: hidden;
}
.blog-post-area-3 .post-thumbnail .banner-overlay {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #42403a;
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-post-area-4 {
  padding-top: 80px;
}
.blog-post-area-4 .slick-list {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1800px) {
  .blog-post-area-4 .slick-list {
    margin: 0 -15px;
  }
}
@media (max-width: 1800px) {
  .blog-post-area-4 .post-inner-box {
    padding: 0 15px;
  }
}
.blog-post-area-4 .post-inner-box .post-content-2 .post-title a {
  font-size: 24px;
  font-family: "Acme", sans-serif;
  font-weight: 400;
  margin: 15px 0px;
  display: block;
  color: #000;
}
@media (max-width: 1800px) {
  .blog-post-area-4 .post-inner-box .post-content-2 .post-title a {
    font-size: 22px;
  }
}
.blog-post-area-4 .post-inner-box .post-content-2 .post-read-more {
  margin-top: 15px;
  display: block;
}

.blog-post-area-5 .post-inner-box .post-thumbnail .date-post {
  font-family: "Lato", sans-serif;
}
.blog-post-area-5 .post-inner-box .post-content-2 .post-meta {
  padding-top: 15px;
}
.blog-post-area-5 .post-inner-box .post-content-2 .post-meta a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
}
.blog-post-area-5 .post-inner-box .post-content-2 .post-meta a:hover {
  color: #73bcc3;
  text-decoration: underline;
}
.blog-post-area-5 .post-inner-box .post-content-2 .post-title a {
  font-size: 24px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  padding: 0px 20px 15px 20px;
  display: block;
}
@media (max-width: 1199px) {
  .blog-post-area-5 .post-inner-box .post-content-2 .post-title a {
    padding: 0 20px 18px 20px;
    font-size: 22px;
  }
}
.blog-post-area-5 .post-inner-box .post-content-2 .read-more a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
}
.blog-post-area-5 .post-inner-box .post-content-2 .read-more a:hover {
  text-decoration: none;
}

.blog-post-area-6 .slick-list {
  padding: 0 -15px;
}
.blog-post-area-6 .post-inner-box {
  padding: 0 15px;
}
.blog-post-area-6 .post-inner-box .post-thumbnail .date-post {
  font-family: "Lora", serif;
}
.blog-post-area-6 .post-inner-box .post-content-2 .post-meta a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  font-family: "Lora", serif;
}
.blog-post-area-6 .post-inner-box .post-content-2 .post-meta a:hover {
  color: #d4876c;
  text-decoration: underline;
}
.blog-post-area-6 .post-inner-box .post-content-2 .post-title a {
  font-size: 22px;
  font-weight: 400;
  font-family: "Lora", serif;
  padding: 20px 0 5px 0;
  display: block;
  color: #000;
}
.blog-post-area-6 .post-inner-box .post-content-2 .post-title a:hover {
  color: #d4876c;
}
.blog-post-area-6 .post-inner-box .post-content-2 .content .desc-content {
  font-size: 18;
  font-family: "Lora", serif;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #1a1a1a;
}
.blog-post-area-6 .post-inner-box .post-content-2 .read-more a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
}
.blog-post-area-6 .post-inner-box .post-content-2 .read-more a:hover {
  text-decoration: none;
}

/*----------------------------------------*/
/*    33 - Components - Hereabout
/*----------------------------------------*/
.hereabout-area {
  background-image: url(../images/bg/home/1-2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 785px;
  position: relative;
}
@media (max-width: 991px) {
  .hereabout-area {
    height: 530px;
  }
}
@media (max-width: 575px) {
  .hereabout-area {
    height: 375px;
  }
}
.hereabout-area .hereabout-content {
  position: absolute;
  top: 39%;
  -webkit-transform: translateY(-39%);
          transform: translateY(-39%);
  background: #ffffff;
  padding: 90px 100px 0 140px;
  width: 875px;
}
@media (max-width: 575px) {
  .hereabout-area .hereabout-content {
    padding: 40px 20px 0 30px !important;
  }
}
@media (max-width: 767px) {
  .hereabout-area .hereabout-content {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .hereabout-area .hereabout-content {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 80%;
    padding: 60px 50px 0 100px;
  }
}
.hereabout-area .hereabout-content .section-title .heading-one {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .hereabout-area .hereabout-content .section-title .heading-one {
    padding-bottom: 25px;
  }
}
@media (max-width: 479px) {
  .hereabout-area .hereabout-content .section-title .heading-one {
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 2px;
  }
}
.hereabout-area .hereabout-content .desc-one {
  font-size: 18px;
  line-height: 2em;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .hereabout-area .hereabout-content .desc-one {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .hereabout-area .hereabout-content .desc-one {
    line-height: 24px;
    font-size: 14px;
    padding-bottom: 5px;
  }
}
.hereabout-area .hereabout-content .hereabout-btn {
  position: relative;
  bottom: -30px;
}
@media (max-width: 767px) {
  .hereabout-area .hereabout-content .hereabout-btn {
    bottom: -20px;
  }
}

.product-shop-area {
  background-image: url(../images/bg/home/11-4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 850px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -67px;
}
@media (max-width: 1500px) {
  .product-shop-area {
    height: 720px;
  }
}
@media (max-width: 1199px) {
  .product-shop-area {
    height: 620px;
  }
}
@media (max-width: 991px) {
  .product-shop-area {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .product-shop-area {
    height: 335px;
    bottom: -56px;
  }
}
@media (max-width: 575px) {
  .product-shop-area {
    height: 290px;
    bottom: -48px;
  }
}
@media (max-width: 479px) {
  .product-shop-area {
    height: 200px;
    bottom: -38px;
  }
}
.product-shop-area .about-shop-wrapper .title-1 {
  font-size: 36px;
  font-family: "Acme", sans-serif;
  font-weight: 400;
  color: #ff794a;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-shop-area .about-shop-wrapper .title-1 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .product-shop-area .about-shop-wrapper .title-1 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 479px) {
  .product-shop-area .about-shop-wrapper .title-1 {
    font-size: 18px;
    line-height: 18px;
  }
}
.product-shop-area .about-shop-wrapper .title-2 {
  font-size: 66px;
  font-family: "Acme", sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .product-shop-area .about-shop-wrapper .title-2 {
    font-size: 62px;
    line-height: 62px;
  }
}
@media (max-width: 991px) {
  .product-shop-area .about-shop-wrapper .title-2 {
    font-size: 46px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .product-shop-area .about-shop-wrapper .title-2 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .product-shop-area .about-shop-wrapper .title-2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .product-shop-area .about-shop-wrapper .title-2 {
    font-size: 20px;
    line-height: 20px;
  }
}
.product-shop-area .about-shop-wrapper .desc-content {
  font-size: 22px;
  color: #515151;
  line-height: 1.5em;
  width: 790px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .product-shop-area .about-shop-wrapper .desc-content {
    font-size: 18px;
    width: 700px;
  }
}
@media (max-width: 767px) {
  .product-shop-area .about-shop-wrapper .desc-content {
    font-size: 18px;
    width: 500px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .product-shop-area .about-shop-wrapper .desc-content {
    font-size: 16px;
    width: 400px;
  }
}
@media (max-width: 479px) {
  .product-shop-area .about-shop-wrapper .desc-content {
    display: none;
  }
}

/*----------------------------------------*/
/*    34 - Components - Animation
/*----------------------------------------*/
.slick-active.animation-style-01 .slide-content > h4,
.slick-active.animation-style-01 .slide-content-2 > h4,
.slick-active.animation-style-01 .inner-content-2 > h4,
.slick-active.animation-style-01 .inner-content > h4 {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.slick-active.animation-style-01 .slide-content > h1,
.slick-active.animation-style-01 .slide-content-2 > h1,
.slick-active.animation-style-01 .inner-content-2 > h1,
.slick-active.animation-style-01 .inner-content > h1 {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.slick-active.animation-style-01 .slide-content > p,
.slick-active.animation-style-01 .slide-content-2 > p,
.slick-active.animation-style-01 .inner-content-2 > p,
.slick-active.animation-style-01 .inner-content > p {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.slick-active.animation-style-01 .slide-content > .slide-btn,
.slick-active.animation-style-01 .slide-content-2 > .slide-btn,
.slick-active.animation-style-01 .inner-content-2 > .slide-btn,
.slick-active.animation-style-01 .inner-content > .slide-btn {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.slick-active.animation-style-01 .slide-content > span,
.slick-active.animation-style-01 .slide-content-2 > span,
.slick-active.animation-style-01 .inner-content-2 > span,
.slick-active.animation-style-01 .inner-content > span {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.slick-active.animation-style-01 .slide-img img {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active.animation-style-02 .slide-content > h4,
.slick-active.animation-style-02 .slide-content-4 > h4,
.slick-active.animation-style-02 .video-slide_content > h4,
.slick-active.animation-style-02 .inner-content-4 > h4,
.slick-active.animation-style-02 .inner-content > h4 {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.slick-active.animation-style-02 .slide-content > h2,
.slick-active.animation-style-02 .slide-content-4 > h2,
.slick-active.animation-style-02 .video-slide_content > h2,
.slick-active.animation-style-02 .inner-content-4 > h2,
.slick-active.animation-style-02 .inner-content > h2 {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.slick-active.animation-style-02 .slide-content > .slide-btn,
.slick-active.animation-style-02 .slide-content-4 > .slide-btn,
.slick-active.animation-style-02 .video-slide_content > .slide-btn,
.slick-active.animation-style-02 .inner-content-4 > .slide-btn,
.slick-active.animation-style-02 .inner-content > .slide-btn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active.animation-style-03 h4 {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.slick-active.animation-style-03 h2 {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.slick-active.animation-style-03 .slide-btn {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active.animation-style-04 h4 {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.slick-active.animation-style-04 h2 {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.slick-active.animation-style-04 .slide-btn {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active.animation-style-05 h4 {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.slick-active.animation-style-05 h2 {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.slick-active.animation-style-05 .slide-btn {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/*----------------------------------------*/
/*    35 - Components - Featured Product
/*----------------------------------------*/
.featured-body-style {
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.12);
  margin: -70px 0 0 0;
  padding: 90px 70px 146px 70px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .featured-body-style {
    padding: 90px 40px 146px 40px;
  }
}
@media (max-width: 767px) {
  .featured-body-style {
    padding: 90px 5px 146px 5px;
    margin: -40px 0 0 0;
  }
}
@media (max-width: 575px) {
  .featured-body-style {
    padding: 90px 50px 146px 50px;
    margin: -40px 0 0 0;
  }
}
@media (max-width: 479px) {
  .featured-body-style {
    padding: 90px 0px 146px 0px;
    margin: -40px 0 0 0;
  }
}
@media (max-width: 767px) {
  .featured-body-style .section-title .heading-one {
    font-size: 24px;
    line-height: 16px;
  }
}

.featured-product-area {
  margin-top: 90px;
}
.featured-product-area .feature-content-wrapper {
  padding-right: 40px;
}
@media (max-width: 1500px) {
  .featured-product-area .feature-content-wrapper {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .featured-product-area .feature-content-wrapper {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .featured-product-area .feature-content-wrapper {
    padding-bottom: 40px;
  }
}
.featured-product-area .feature-content-wrapper .small-title {
  color: #827021;
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 25px;
}
@media (max-width: 1500px) {
  .featured-product-area .feature-content-wrapper .small-title {
    margin-bottom: 15px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .featured-product-area .feature-content-wrapper .small-title {
    margin-bottom: 10px;
    line-height: 10px;
    font-size: 22px;
  }
}
.featured-product-area .feature-content-wrapper .large-title {
  font-size: 42px;
  font-family: "Lora", serif;
  text-transform: capitalize;
  font-weight: 400;
  color: #515151;
  margin-bottom: 35px;
  padding-bottom: 40px;
  position: relative;
}
@media (max-width: 1500px) {
  .featured-product-area .feature-content-wrapper .large-title {
    margin-bottom: 25px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .featured-product-area .feature-content-wrapper .large-title {
    font-size: 25px;
    margin-bottom: 15px;
    padding-bottom: 20px;
  }
}
.featured-product-area .feature-content-wrapper .large-title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-top: 1px solid #827021;
  width: 150px;
}
@media (max-width: 991px) {
  .featured-product-area .feature-content-wrapper .desc-one {
    font-size: 16px;
    line-height: 1.7;
  }
}

/*----------------------------------------*/
/*    36 - Components - Brand Product
/*----------------------------------------*/
.brand-product-area {
  margin-top: -120px;
}
@media (max-width: 767px) {
  .brand-product-area {
    margin-top: -55px;
  }
}
@media (max-width: 575px) {
  .brand-product-area {
    margin-top: 88px;
  }
}
.brand-product-area .brand-product-content {
  margin-bottom: -160px;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .brand-product-area .brand-product-content {
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  .brand-product-area .brand-product-content {
    margin-bottom: 50px;
    text-align: center;
    padding-left: 0px;
  }
}
.brand-product-area .brand-product-content .large-title {
  font-family: "Lora", serif;
  font-size: 45px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 60px;
  color: #515151;
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .brand-product-area .brand-product-content .large-title {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .brand-product-area .brand-product-content .large-title {
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .brand-product-area .brand-product-content .large-title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.brand-product-area .brand-product-content .large-title:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background: #827021;
  bottom: 0px;
  left: 0px;
}
@media (max-width: 575px) {
  .brand-product-area .brand-product-content .large-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.brand-product-area .brand-product-content .small-title {
  font-family: "Lora", serif;
  font-size: 24px;
  line-height: 24px;
  color: #515151;
  font-weight: 400;
}
@media (max-width: 767px) {
  .brand-product-area .brand-product-content .small-title {
    font-size: 20px;
    line-height: 20px;
  }
}
.brand-product-area .brand-product-content .icon10 {
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .brand-product-area .brand-product-content .icon10 svg {
    width: 260px;
  }
}
.brand-product-area .brand-product-image {
  display: block;
  overflow: hidden;
  text-align: left;
  padding-left: 30px;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .brand-product-area .brand-product-image {
    padding-left: 0px;
  }
}
@media (max-width: 575px) {
  .brand-product-area .brand-product-image {
    padding-left: 0;
    text-align: center;
  }
}

/*----------------------------------------*/
/*    37 - Components - Shipping
/*----------------------------------------*/
.shipping-area {
  padding: 60px 0px;
}
.shipping-area .shipping-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shipping-area .shipping-item {
  width: 365px;
}
@media (max-width: 1500px) {
  .shipping-area .shipping-item {
    width: 270px;
  }
}
@media (max-width: 1199px) {
  .shipping-area .shipping-item {
    width: 230px;
  }
}
@media (max-width: 991px) {
  .shipping-area .shipping-item {
    margin: 10px 0px;
  }
}
.shipping-area .shipping-item .shipping-img i {
  font-size: 50px;
}
.shipping-area .shipping-item .shipping-content .shipping-title {
  font-size: 18px;
  padding: 20px 0px 15px 0px;
}
.shipping-area .shipping-item .shipping-content .desc-content {
  font-size: 12px;
}

.shipping-container {
  padding: 50px 0px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.shipping-area-2 .shipping-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .shipping-area-2 .shipping-item {
    padding: 10px 0px;
  }
}
.shipping-area-2 .shipping-item .shipping-img {
  display: block;
}
.shipping-area-2 .shipping-item .shipping-img i {
  font-size: 48px;
  padding: 30px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
  .shipping-area-2 .shipping-item .shipping-img i {
    font-size: 30px;
    padding: 20px;
  }
}
.shipping-area-2 .shipping-item .shipping-content {
  display: block;
  padding-left: 46px;
}
@media (max-width: 1199px) {
  .shipping-area-2 .shipping-item .shipping-content {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .shipping-area-2 .shipping-item .shipping-content {
    padding-left: 10px;
  }
}
.shipping-area-2 .shipping-item .shipping-content .shipping-title {
  color: #3e3e3e;
  font-family: "Fjalla One", sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .shipping-area-2 .shipping-item .shipping-content .shipping-title {
    font-size: 16px;
  }
}
.shipping-area-2 .shipping-item .shipping-content .desc-content {
  color: #3e3e3e;
  font-size: 12px;
  line-height: 2em;
}
@media (max-width: 991px) {
  .shipping-area-2 .shipping-item .shipping-content .desc-content {
    line-height: 1em;
  }
}

.shipping-area-3 .shipping-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .shipping-area-3 .shipping-item {
    padding-bottom: 20px;
  }
}
.shipping-area-3 .shipping-item .shipping-img {
  display: block;
}
.shipping-area-3 .shipping-item .shipping-img i {
  font-size: 26px;
  padding: 30px;
  border-radius: 50%;
  color: #dda973;
  background-color: #041632;
  border: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
  .shipping-area-3 .shipping-item .shipping-img i {
    font-size: 30px;
    padding: 20px;
  }
}
.shipping-area-3 .shipping-item .shipping-content {
  display: block;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .shipping-area-3 .shipping-item .shipping-content {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .shipping-area-3 .shipping-item .shipping-content {
    padding-left: 10px;
  }
}
.shipping-area-3 .shipping-item .shipping-content .shipping-title {
  color: #3e3e3e;
  font-family: "Fjalla One", sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .shipping-area-3 .shipping-item .shipping-content .shipping-title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .shipping-area-3 .shipping-item .shipping-content .shipping-title {
    font-size: 13px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .shipping-area-3 .shipping-item .shipping-content .shipping-title {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .shipping-area-3 .shipping-item .shipping-content .shipping-title {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.shipping-area-3 .shipping-item .shipping-content .desc-content {
  color: #3e3e3e;
  font-size: 12px;
  line-height: 2em;
}
@media (max-width: 1199px) {
  .shipping-area-3 .shipping-item .shipping-content .desc-content {
    line-height: 1.5em;
  }
}
@media (max-width: 991px) {
  .shipping-area-3 .shipping-item .shipping-content .desc-content {
    line-height: 1.2em;
  }
}

.shipping-area-4 {
  padding-top: 60px;
  padding-bottom: 90px;
}
.shipping-area-4 .free-shipping-wrapper {
  border-radius: 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shipping-area-4 .free-shipping-wrapper .free-shipping-content {
  font-family: "Acme", Sans-serif;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  color: #ffffff;
  padding: 40px;
}
@media (max-width: 1500px) {
  .shipping-area-4 .free-shipping-wrapper .free-shipping-content {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .shipping-area-4 .free-shipping-wrapper .free-shipping-content {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .shipping-area-4 .free-shipping-wrapper .free-shipping-content {
    font-size: 20px;
    line-height: 20px;
  }
}
.shipping-area-4 .free-shipping-wrapper.shipping-bg-1 {
  background-color: #ff951e;
}
.shipping-area-4 .free-shipping-wrapper.shipping-bg-1:hover {
  background-color: #f80;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shipping-area-4 .free-shipping-wrapper.shipping-bg-2 {
  background-color: #8751ff;
}
.shipping-area-4 .free-shipping-wrapper.shipping-bg-2:hover {
  background-color: #6016ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shipping-area-4 .free-shipping-wrapper.shipping-bg-3 {
  background-color: #ef519d;
}
.shipping-area-4 .free-shipping-wrapper.shipping-bg-3:hover {
  background-color: #ef2185;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*----------------------------------------*/
/*    38 - Components - Testimonial
/*----------------------------------------*/
.testimonial-area {
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .testimonial-area {
    padding-bottom: 125px;
  }
}
.testimonial-area .testimonial-icon-img {
  width: 230px;
  margin: 0 auto -25px auto;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.testimonial-area .testimonial-icon-img .mgana-svg {
  height: 45px;
  width: 45px;
}
.testimonial-area .client-details {
  padding: 70px 100px 0px 100px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #979797;
}
@media (max-width: 767px) {
  .testimonial-area .client-details {
    padding: 50px 70px 0 70px;
  }
}
@media (max-width: 575px) {
  .testimonial-area .client-details {
    padding: 50px 50px 0 50px;
  }
}
@media (max-width: 479px) {
  .testimonial-area .client-details {
    padding: 50px 20px 0 20px;
  }
}
.testimonial-area .client-info .feedback {
  font-family: "Zilla Slab", serif;
  font-size: 18px;
  line-height: 1.8em;
}
.testimonial-area .client-info .client-name {
  font-family: "Zilla Slab", serif;
  font-size: 16px;
  padding: 0 0 60px 0;
}
.testimonial-area .client-info .img-area {
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial-area-2 .testimonial-icon-img i {
  font-size: 40px;
}
.testimonial-area-2 .client-info .feedback {
  font-family: "Poppins", sans-serif;
}
.testimonial-area-2 .client-info .client-name {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
}
.testimonial-area-2 .testimonial-wrapper-2 {
  background: #e2f1f8;
}
.testimonial-area-2 .testimonial-wrapper-2 .testimonial-icon-img {
  background-color: transparent;
  padding-top: 55px;
}
.testimonial-area-2 .testimonial-wrapper-2 .client-details {
  border: none;
  padding: 50px 0px 0px 0px;
  width: 970px;
  margin: 0 auto;
}
.testimonial-area-2 .testimonial-wrapper-2 .client-details .client-name {
  margin-top: 28px;
}
@media (max-width: 1199px) {
  .testimonial-area-2 .testimonial-wrapper-2 .client-details {
    width: 850px;
  }
}
@media (max-width: 991px) {
  .testimonial-area-2 .testimonial-wrapper-2 .client-details {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .testimonial-area-2 .testimonial-wrapper-2 .client-details {
    width: 510px;
  }
}
@media (max-width: 575px) {
  .testimonial-area-2 .testimonial-wrapper-2 .client-details {
    width: 400px;
  }
}
@media (max-width: 479px) {
  .testimonial-area-2 .testimonial-wrapper-2 .client-details {
    width: 260px;
  }
}

.testimonial-area-3.background {
  background-image: url(../images/banner/10-2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 635px;
  position: relative;
}
@media (max-width: 1500px) {
  .testimonial-area-3.background {
    height: 600px;
  }
}
@media (max-width: 1199px) {
  .testimonial-area-3.background {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .testimonial-area-3.background {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .testimonial-area-3.background {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .testimonial-area-3.background {
    height: 500px;
  }
}
.testimonial-area-3 .img-area {
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonial-area-3 .feedback {
  font-size: 22px;
  font-family: "Lora", serif;
  line-height: 1.7em;
}
@media (max-width: 991px) {
  .testimonial-area-3 .feedback {
    font-size: 20px;
    line-height: 1.5em;
  }
}
@media (max-width: 767px) {
  .testimonial-area-3 .feedback {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .testimonial-area-3 .feedback {
    font-size: 16px;
  }
}
.testimonial-area-3 .client-info {
  width: 940px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .testimonial-area-3 .client-info {
    width: 700px;
  }
}
@media (max-width: 991px) {
  .testimonial-area-3 .client-info {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .testimonial-area-3 .client-info {
    width: 500px;
  }
}
@media (max-width: 575px) {
  .testimonial-area-3 .client-info {
    width: 420px;
  }
}
@media (max-width: 479px) {
  .testimonial-area-3 .client-info {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .testimonial-area-3 .section-title-3 .heading-5 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-area-3 .section-title-3 .heading-5 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .testimonial-area-3 .section-title-3 .heading-5 {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 20px;
  }
}

.testimonial-area-4.background {
  background-image: url(../images/bg/home/14-7.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 592px;
  position: relative;
}
@media (max-width: 1500px) {
  .testimonial-area-4.background {
    height: 600px;
  }
}
@media (max-width: 1199px) {
  .testimonial-area-4.background {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .testimonial-area-4.background {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .testimonial-area-4.background {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .testimonial-area-4.background {
    height: 500px;
  }
}
.testimonial-area-4 .title-icon .icon-border {
  color: #ffffff;
}
.testimonial-area-4 .title-icon .icon-border:before {
  border-color: #ffffff;
}
.testimonial-area-4 .title-icon .icon-border:after {
  border-color: #ffffff;
}
.testimonial-area-4 .img-area {
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonial-area-4 .feedback {
  width: 880px;
  margin: 0 auto;
  color: #d8d8d8;
  font-family: "Lora", serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.7em;
}
@media (max-width: 1199px) {
  .testimonial-area-4 .feedback {
    width: 700px;
  }
}
@media (max-width: 991px) {
  .testimonial-area-4 .feedback {
    font-size: 20px;
    line-height: 1.5em;
    width: 600px;
  }
}
@media (max-width: 767px) {
  .testimonial-area-4 .feedback {
    font-size: 18px;
    width: 500px;
  }
}
@media (max-width: 575px) {
  .testimonial-area-4 .feedback {
    width: 400px;
  }
}
@media (max-width: 479px) {
  .testimonial-area-4 .feedback {
    font-size: 16px;
    width: 280px;
  }
}
.testimonial-area-4 .client-info {
  width: 940px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .testimonial-area-4 .client-info {
    width: 700px;
  }
}
@media (max-width: 991px) {
  .testimonial-area-4 .client-info {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .testimonial-area-4 .client-info {
    width: 500px;
  }
}
@media (max-width: 575px) {
  .testimonial-area-4 .client-info {
    width: 420px;
  }
}
@media (max-width: 479px) {
  .testimonial-area-4 .client-info {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .testimonial-area-4 .section-title-3 .heading-5 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .testimonial-area-4 .section-title-3 .heading-5 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 479px) {
  .testimonial-area-4 .section-title-3 .heading-5 {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 20px;
  }
}

/*----------------------------------------*/
/*    39 - Components - Counter
/*----------------------------------------*/
.counter-area.background-1 {
  background-image: url(../images/bg/home/6-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 752px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px;
}
@media (max-width: 1500px) {
  .counter-area.background-1 {
    height: 720px;
  }
}
@media (max-width: 1199px) {
  .counter-area.background-1 {
    height: 620px;
  }
}
@media (max-width: 991px) {
  .counter-area.background-1 {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .counter-area.background-1 {
    height: 600px;
  }
}
.counter-area:after {
  content: "";
  background: #041632;
  opacity: 0.8;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}
.counter-area .counter-content {
  z-index: 2;
  position: relative;
}
.counter-area .counter-content .large-title-3 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 37px;
}
@media (max-width: 1500px) {
  .counter-area .counter-content .large-title-3 {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .counter-area .counter-content .large-title-3 {
    font-size: 50px;
    margin-bottom: 17px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .counter-area .counter-content .large-title-3 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .counter-area .counter-content .large-title-3 {
    font-size: 25px;
    margin-bottom: 7px;
    padding-bottom: 10px;
  }
}
.counter-area .counter-content .large-title-3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  background: #ffffff;
  width: 20%;
}
.counter-area .counter-content .desc-content {
  font-size: 18px;
  line-height: 1.8em;
}
@media (max-width: 991px) {
  .counter-area .counter-content .desc-content {
    font-size: 16px;
    line-height: 1.4em;
  }
}
@media (max-width: 479px) {
  .counter-area .counter-content .desc-content {
    font-size: 14px;
  }
}
.counter-area .counter-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.counter-area .counter-wrapper .conuter-box {
  padding: 25px 0;
}
@media (max-width: 1199px) {
  .counter-area .counter-wrapper .conuter-box {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .counter-area .counter-wrapper .conuter-box {
    padding: 30px 0 0 0;
  }
}
.counter-area .counter-wrapper .large-title-3 {
  color: #dda973;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 1500px) {
  .counter-area .counter-wrapper .large-title-3 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .counter-area .counter-wrapper .large-title-3 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .counter-area .counter-wrapper .large-title-3 {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .counter-area .counter-wrapper .large-title-3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.counter-area .counter-wrapper .counter-text {
  font-family: "Fjalla One", sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .counter-area .counter-wrapper .counter-text {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .counter-area .counter-wrapper .counter-text {
    font-size: 14px;
  }
}

.product-countdown-area .deal-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -120px;
}
@media (max-width: 991px) {
  .product-countdown-area .deal-img {
    margin-bottom: 10px;
  }
}
.product-countdown-area .deal-img .deal-img-1 {
  position: relative;
  left: 80px;
  z-index: 1;
}
@media (max-width: 575px) {
  .product-countdown-area .deal-img .deal-img-1 {
    left: 100px;
  }
}
@media (max-width: 479px) {
  .product-countdown-area .deal-img .deal-img-1 {
    display: none;
  }
}
.product-countdown-area .deal-img .deal-img-2 {
  position: relative;
  left: -40px;
  z-index: 2;
}
@media (max-width: 479px) {
  .product-countdown-area .deal-img .deal-img-2 {
    left: 40px;
  }
}
.product-countdown-area .deal-img .deal-img-3 {
  position: relative;
  top: -100px;
  left: -80px;
  z-index: 3;
}
@media (max-width: 575px) {
  .product-countdown-area .deal-img .deal-img-3 {
    left: -100px;
  }
}
@media (max-width: 479px) {
  .product-countdown-area .deal-img .deal-img-3 {
    top: -225px;
    left: -42px;
  }
}
.product-countdown-area .deal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .product-countdown-area .deal-content .countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-countdown-area .deal-content .deal-title {
  color: #ffffff;
  font-family: "Acme", sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 46px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .product-countdown-area .deal-content .deal-title {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 479px) {
  .product-countdown-area .deal-content .deal-title {
    font-size: 30px;
    font-size: 30px;
  }
}
.product-countdown-area .deal-price {
  text-align: center;
  position: relative;
  bottom: -140px;
  z-index: 4;
}
@media (max-width: 991px) {
  .product-countdown-area .deal-price {
    bottom: 0px;
    margin-bottom: 40px;
  }
}
.product-countdown-area .deal-price span {
  color: #ffffff;
  font-family: "Acme", sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 46px;
}
@media (max-width: 575px) {
  .product-countdown-area .deal-price span {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 479px) {
  .product-countdown-area .deal-price span {
    font-size: 30px;
    line-height: 30px;
  }
}
.product-countdown-area .deal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-bottom: -100px;
  position: relative;
}
@media (max-width: 991px) {
  .product-countdown-area .deal-btn {
    margin-top: 25px;
    margin-bottom: -80px;
  }
}
.product-countdown-area .countdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-countdown-area .countdown-wrapper .single-countdown {
  margin-right: 30px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 10px;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 575px) {
  .product-countdown-area .countdown-wrapper .single-countdown {
    margin-right: 20px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 479px) {
  .product-countdown-area .countdown-wrapper .single-countdown {
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }
}
.product-countdown-area .countdown-wrapper .single-countdown .single-countdown_time {
  font-size: 36px;
  line-height: 36px;
  color: #000;
  font-family: "Acme", sans-serif;
}
@media (max-width: 575px) {
  .product-countdown-area .countdown-wrapper .single-countdown .single-countdown_time {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 479px) {
  .product-countdown-area .countdown-wrapper .single-countdown .single-countdown_time {
    font-size: 20px;
    line-height: 20px;
  }
}
.product-countdown-area .countdown-wrapper .single-countdown .single-countdown_text {
  font-size: 18px;
  text-transform: lowercase;
  font-family: "Acme", sans-serif;
  color: #000;
  line-height: 18px;
}
@media (max-width: 575px) {
  .product-countdown-area .countdown-wrapper .single-countdown .single-countdown_text {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 479px) {
  .product-countdown-area .countdown-wrapper .single-countdown .single-countdown_text {
    font-size: 14px;
    line-height: 14px;
  }
}
.product-countdown-area .countdown-wrapper .single-countdown:last-child {
  margin-right: 0px;
}

.single-product-countdown .countdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product-countdown .countdown-wrapper .single-countdown {
  margin-right: 0px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 100%;
  padding: 0px 0px 10px 0px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 575px) {
  .single-product-countdown .countdown-wrapper .single-countdown {
    margin-right: 20px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 479px) {
  .single-product-countdown .countdown-wrapper .single-countdown {
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }
}
.single-product-countdown .countdown-wrapper .single-countdown .single-countdown_time {
  font-size: 26px;
  line-height: 26px;
  color: #3e3e3e;
  font-weight: 400;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 575px) {
  .single-product-countdown .countdown-wrapper .single-countdown .single-countdown_time {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 479px) {
  .single-product-countdown .countdown-wrapper .single-countdown .single-countdown_time {
    font-size: 20px;
    line-height: 20px;
  }
}
.single-product-countdown .countdown-wrapper .single-countdown .single-countdown_text {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #3e3e3e;
  font-weight: 400;
}
@media (max-width: 575px) {
  .single-product-countdown .countdown-wrapper .single-countdown .single-countdown_text {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 479px) {
  .single-product-countdown .countdown-wrapper .single-countdown .single-countdown_text {
    font-size: 14px;
    line-height: 14px;
  }
}
.single-product-countdown .countdown-wrapper .single-countdown:last-child {
  margin-right: 0px;
}

.coming-soon-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.coming-soon-countdown .countdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.coming-soon-countdown .countdown-wrapper .single-countdown {
  margin-right: 110px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 575px) {
  .coming-soon-countdown .countdown-wrapper .single-countdown {
    margin-right: 20px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 479px) {
  .coming-soon-countdown .countdown-wrapper .single-countdown {
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }
}
.coming-soon-countdown .countdown-wrapper .single-countdown .single-countdown_time {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4em;
  color: #ffffff;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 575px) {
  .coming-soon-countdown .countdown-wrapper .single-countdown .single-countdown_time {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 479px) {
  .coming-soon-countdown .countdown-wrapper .single-countdown .single-countdown_time {
    font-size: 20px;
    line-height: 20px;
  }
}
.coming-soon-countdown .countdown-wrapper .single-countdown .single-countdown_text {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 575px) {
  .coming-soon-countdown .countdown-wrapper .single-countdown .single-countdown_text {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 479px) {
  .coming-soon-countdown .countdown-wrapper .single-countdown .single-countdown_text {
    font-size: 14px;
    line-height: 14px;
  }
}
.coming-soon-countdown .countdown-wrapper .single-countdown:last-child {
  margin-right: 0px;
}

/*----------------------------------------*/
/*    40 - Components - Popular Categories
/*----------------------------------------*/
.popular-categories-area {
  background-color: #041632;
  padding: 60px 0 60px 0;
  margin: 90px 0 90px 0;
}
.popular-categories-area .product-category li {
  display: inline-block;
}
.popular-categories-area .product-category li a {
  margin: 20px 20px 0 20px;
  display: block;
  overflow: hidden;
}
@media (max-width: 1800px) {
  .popular-categories-area .product-category li a {
    margin: 0 15px;
  }
}
.popular-categories-area .product-category li a i {
  display: block;
  width: 132px;
  height: 132px;
  border-radius: 100%;
  color: #ffffff;
  line-height: 132px;
  margin-bottom: 10px;
}
.popular-categories-area .product-category li a:hover i {
  background-color: #dda973;
}
.popular-categories-area .product-category li a:hover .heading-6 {
  opacity: 1;
}
.popular-categories-area .product-category li:last-child a {
  margin-right: 0px;
}
.popular-categories-area .product-category li:first-child a {
  margin-left: 0px;
}
@media (max-width: 1500px) {
  .popular-categories-area .product-category li:last-child a {
    margin-right: 15px;
  }
  .popular-categories-area .product-category li:first-child a {
    margin-left: 15px;
  }
}

.popular-categories-area-2 {
  margin-top: 160px;
  background-image: url(../images/bg/home/11-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 660px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1800px) {
  .popular-categories-area-2 {
    height: 620px;
  }
}
@media (max-width: 1500px) {
  .popular-categories-area-2 {
    height: 540px;
  }
}
@media (max-width: 575px) {
  .popular-categories-area-2 {
    margin-top: 155px;
  }
}
@media (max-width: 479px) {
  .popular-categories-area-2 {
    margin-top: 150px;
  }
}
.popular-categories-area-2 .section-title-4 {
  margin-bottom: 20px;
}
.popular-categories-area-2 .popular-category-bg-2 {
  background-image: url(../images/bg/home/11-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 160px;
  bottom: -1px;
  z-index: 9;
  position: absolute;
  width: 100%;
}
@media (max-width: 1500px) {
  .popular-categories-area-2 .popular-category-bg-2 {
    height: 90px;
  }
}
.popular-categories-area-2 .single-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popular-categories-area-2 .single-category .category-content {
  font-size: 36px;
  font-family: "Acme", sans-serif;
  font-weight: 400;
}
.popular-categories-area-2 .category-image img {
  padding: 20px 0px;
}

/*----------------------------------------*/
/*    41 - Components - Instagram
/*----------------------------------------*/
.instagram-area {
  padding: 0 15px;
}
.instagram-area .instagram-sub-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.instagram-area .instagram-sub-col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.instagram-area .instagram-img {
  margin: 5px;
  position: relative;
}
.instagram-area .instagram-img:before {
  background-color: rgba(84, 89, 95, 0.6);
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  pointer-events: none;
}
.instagram-area .instagram-img:hover:before {
  opacity: 0.8;
}
.instagram-area .instagram-img:hover .add-action {
  opacity: 1;
}
.instagram-area .instagram-img .add-action {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.instagram-area .instagram-img .add-action span,
.instagram-area .instagram-img .add-action i {
  color: #ffffff;
}
.instagram-area .instagram-img .add-action i {
  padding-right: 5px;
}

/*----------------------------------------*/
/*    42 - Components - Breadcrumb
/*----------------------------------------*/
.breadcrumb-area {
  background-color: #2c2c2c;
  padding: 50px 0px;
}
.breadcrumb-area .breadcrumb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.breadcrumb-area .breadcrumb-content > .breadcrumb-title {
  font-size: 28px;
  color: #ffffff;
  font-family: "Zilla Slab", serif;
  text-transform: uppercase;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .breadcrumb-area .breadcrumb-content > .breadcrumb-title {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .breadcrumb-area .breadcrumb-content > .breadcrumb-title {
    padding-bottom: 20px;
  }
}
.breadcrumb-area .breadcrumb-content ul > li {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff;
}
.breadcrumb-area .breadcrumb-content ul > li > a {
  color: #b5b5b5;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
.breadcrumb-area .breadcrumb-content ul > li > a:hover {
  color: #ffffff;
}
.breadcrumb-area .breadcrumb-content ul > li:first-child {
  padding-left: 0;
}
.breadcrumb-area .breadcrumb-content ul > li:before {
  content: "/";
  position: absolute;
  font-size: 10px;
  font-weight: 600;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
}
.breadcrumb-area .breadcrumb-content ul > li:last-child:before {
  display: none;
}

.breadcrumb-area-2 {
  padding: 60px 0;
  border-top: 1px solid #e5e5e5;
}
.breadcrumb-area-2 .breadcrumb_content ul li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
  color: #1a1a1a;
}
.breadcrumb-area-2 .breadcrumb_content ul li::before {
  position: absolute;
  content: ">";
  font-size: 18px;
  right: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.breadcrumb-area-2 .breadcrumb_content ul li:last-child {
  margin-right: 0;
}
.breadcrumb-area-2 .breadcrumb_content ul li:last-child::before {
  display: none;
}
.breadcrumb-area-2 .breadcrumb_content ul li a {
  color: #b5b5b5;
}
.breadcrumb-area-2 .breadcrumb_content ul li a:hover {
  color: #1a1a1a;
}
.breadcrumb-area-2 .breadcrumb_content ul li h1 {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  position: relative;
  color: #1a1a1a;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

/*----------------------------------------*/
/*    43 - Components - Sidebar
/*----------------------------------------*/
/* ---Sidebar Area--- */
.sidebar-area .search-box,
.filter-body .search-box {
  position: relative;
}
.sidebar-area .search-box .mc-form,
.filter-body .search-box .mc-form {
  position: relative;
  width: 100%;
}
.sidebar-area .search-box .mc-form .text-box,
.filter-body .search-box .mc-form .text-box {
  width: 100%;
  padding: 15px 40px 15px 20px;
  background: transparent;
  font-size: 14px;
  line-height: 28px;
  color: inherit;
  display: inline-block;
  min-height: 30px;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
}
.sidebar-area .search-box .mc-form .search-btn,
.filter-body .search-box .mc-form .search-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
  font-size: 18px;
  line-height: 30px;
  padding: 20px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-area .search-box .mc-form .search-btn:hover,
.filter-body .search-box .mc-form .search-btn:hover {
  color: #d4876c;
}
.sidebar-area .search-newsletter .mc-form .text-box,
.filter-body .search-newsletter .mc-form .text-box {
  border-color: #000;
}
.sidebar-area .widgets-area > h2.heading,
.filter-body .widgets-area > h2.heading {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
.sidebar-area .widgets-area > h2.heading > span,
.filter-body .widgets-area > h2.heading > span {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  display: inline-block;
}
.sidebar-area .widgets-area > h2.heading > span:before,
.filter-body .widgets-area > h2.heading > span:before {
  background-color: #3e3e3e;
  width: 50%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.sidebar-area .widgets-area .widgets-item > ul > li > a,
.filter-body .widgets-area .widgets-item > ul > li > a {
  font-family: "Playfair Display", serif;
  font-style: italic;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  display: block;
}
.sidebar-area .widgets-area .widgets-item > ul > li:first-child > a,
.filter-body .widgets-area .widgets-item > ul > li:first-child > a {
  padding-top: 0;
}
.sidebar-area .widgets-area .instagram-area .instagram-item.instagram-col,
.filter-body .widgets-area .instagram-area .instagram-item.instagram-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 33.333%;
}
.sidebar-area .widgets-area .widgets-tags > ul > li,
.filter-body .widgets-area .widgets-tags > ul > li {
  display: inline-block;
}
.sidebar-area .widgets-area .widgets-tags > ul > li > a,
.filter-body .widgets-area .widgets-tags > ul > li > a {
  font-size: 14px;
}
.sidebar-area .widgets-area .widgets-tags.with-border,
.filter-body .widgets-area .widgets-tags.with-border {
  margin-bottom: -5px;
}
.sidebar-area .widgets-area .widgets-tags.with-border > ul > li,
.filter-body .widgets-area .widgets-tags.with-border > ul > li {
  margin-bottom: 10px;
}
.sidebar-area .widgets-area .widgets-tags.with-border > ul > li:not(:last-child),
.filter-body .widgets-area .widgets-tags.with-border > ul > li:not(:last-child) {
  margin-right: 5px;
}
.sidebar-area .widgets-area .widgets-tags.with-border > ul > li > a,
.filter-body .widgets-area .widgets-tags.with-border > ul > li > a {
  border: 1px solid #e5e5e5;
  display: block;
  padding: 10px;
}
.sidebar-area .widgets-area .widgets-banner,
.filter-body .widgets-area .widgets-banner {
  position: relative;
  cursor: pointer;
}
.sidebar-area .widgets-area .widgets-banner .widgets-banner_text,
.filter-body .widgets-area .widgets-banner .widgets-banner_text {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1199px) {
  .sidebar-area .widgets-area .widgets-banner .widgets-banner_text,
.filter-body .widgets-area .widgets-banner .widgets-banner_text {
    padding: 0 0 15px 15px;
  }
}
.sidebar-area .widgets-area .widgets-banner .widgets-banner_text span,
.filter-body .widgets-area .widgets-banner .widgets-banner_text span {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-align: left;
  font-family: "Zilla Slab", serif;
}
.sidebar-area .widgets-area .widgets-banner .widgets-banner_text .banner-text,
.filter-body .widgets-area .widgets-banner .widgets-banner_text .banner-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 991px) {
  .sidebar-area .widgets-area.archives-area,
.filter-body .widgets-area.archives-area {
    padding-bottom: 30px;
  }
}
.sidebar-area .widgets-area.archives-area .myniceselect.wide span,
.filter-body .widgets-area.archives-area .myniceselect.wide span {
  padding: 0 60px 0 15px;
}
.sidebar-area .widgets-area .list-product_area .single-blog,
.filter-body .widgets-area .list-product_area .single-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-area .widgets-area .list-product_area .single-blog .blog-img,
.filter-body .widgets-area .list-product_area .single-blog .blog-img {
  width: 80px;
}
.sidebar-area .widgets-area .list-product_area .single-blog .blog-content,
.filter-body .widgets-area .list-product_area .single-blog .blog-content {
  width: calc(100% - 80px);
  padding-left: 15px;
}
.sidebar-area .widgets-area .list-product_area .single-blog .blog-content > h3.title,
.filter-body .widgets-area .list-product_area .single-blog .blog-content > h3.title {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  line-height: 22.4px;
  color: #494949;
  font-weight: 300;
}
.sidebar-area .widgets-area .list-product_area .single-blog .blog-content .post-meta > ul > li,
.filter-body .widgets-area .list-product_area .single-blog .blog-content .post-meta > ul > li {
  color: #979797;
  font-size: 10px;
  line-height: 18px;
}
.sidebar-area .widgets-area .list-product_area [class*=single-blog]:not(:last-child),
.filter-body .widgets-area .list-product_area [class*=single-blog]:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.sidebar-area .widgets-area .widgets-checkbox > li:not(:last-child),
.filter-body .widgets-area .widgets-checkbox > li:not(:last-child) {
  padding-bottom: 15px;
}
.sidebar-area .widgets-area .widgets-checkbox > li input[type=checkbox] + label,
.filter-body .widgets-area .widgets-checkbox > li input[type=checkbox] + label {
  font-family: "Poppins", sans-serif;
  position: relative;
  padding-left: 25px;
  line-height: 15px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  color: #494949;
}
.sidebar-area .widgets-area .widgets-checkbox > li input[type=checkbox] + label:before,
.filter-body .widgets-area .widgets-checkbox > li input[type=checkbox] + label:before {
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #e5e5e5;
}
.sidebar-area .widgets-area .widgets-checkbox > li input[type=checkbox] + label:after,
.filter-body .widgets-area .widgets-checkbox > li input[type=checkbox] + label:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  font-family: "LaStudioIcons";
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
  opacity: 0;
  width: 15px;
  text-align: center;
  background-color: #d4876c;
  color: #ffffff;
}
.sidebar-area .widgets-area .widgets-checkbox > li input[type=checkbox]:checked + label:before,
.filter-body .widgets-area .widgets-checkbox > li input[type=checkbox]:checked + label:before {
  border: 1px solid #e5e5e5;
}
.sidebar-area .widgets-area .widgets-checkbox > li input[type=checkbox]:checked + label:after,
.filter-body .widgets-area .widgets-checkbox > li input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.sidebar-area .widgets-area .widgets-checkbox > li:hover input[type=checkbox] + label,
.filter-body .widgets-area .widgets-checkbox > li:hover input[type=checkbox] + label {
  color: #d4876c;
}
.sidebar-area .widgets-area .widgets-checkbox > li:hover input[type=checkbox] + label:before,
.filter-body .widgets-area .widgets-checkbox > li:hover input[type=checkbox] + label:before {
  border: 1px solid #e5e5e5;
}
.sidebar-area .widgets-area .widgets-checkbox > li:hover input[type=checkbox] + label:after,
.filter-body .widgets-area .widgets-checkbox > li:hover input[type=checkbox] + label:after {
  opacity: 1;
}
.sidebar-area .widgets-area .widgets-checkbox-2 > li,
.filter-body .widgets-area .widgets-checkbox-2 > li {
  display: block;
  margin: 0 10px 10px 0px;
  position: relative;
}
.sidebar-area .widgets-area .widgets-checkbox-2 > li .swatch-wrapper .swatch-anchor,
.filter-body .widgets-area .widgets-checkbox-2 > li .swatch-wrapper .swatch-anchor {
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: middle;
  border: 7px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.sidebar-area .widgets-area .widgets-checkbox-2 > li .swatch-wrapper .swatch-anchor.anchor-black,
.filter-body .widgets-area .widgets-checkbox-2 > li .swatch-wrapper .swatch-anchor.anchor-black {
  background-color: #000;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.8);
}
.sidebar-area .widgets-area .widgets-checkbox-2 > li .swatch-wrapper .swatch-anchor.anchor-orange,
.filter-body .widgets-area .widgets-checkbox-2 > li .swatch-wrapper .swatch-anchor.anchor-orange {
  background-color: #FF7A4B;
  -webkit-box-shadow: 0 0 1px 0 rgba(255, 122, 75, 0.8);
          box-shadow: 0 0 1px 0 rgba(255, 122, 75, 0.8);
}
.sidebar-area .widgets-area .widgets-checkbox-2 > li .swatch-wrapper .swatch-anchor.anchor-brown,
.filter-body .widgets-area .widgets-checkbox-2 > li .swatch-wrapper .swatch-anchor.anchor-brown {
  background-color: #DDA973;
  -webkit-box-shadow: 0 0 1px 0 rgba(221, 179, 115, 0.8);
          box-shadow: 0 0 1px 0 rgba(221, 179, 115, 0.8);
}
.sidebar-area .widgets-area .widgets-checkbox-2 > li .swatch-wrapper .swatch-anchor.anchor-navy,
.filter-body .widgets-area .widgets-checkbox-2 > li .swatch-wrapper .swatch-anchor.anchor-navy {
  background-color: #325182;
  -webkit-box-shadow: 0 0 1px 0 rgba(50, 81, 130, 0.8);
          box-shadow: 0 0 1px 0 rgba(50, 81, 130, 0.8);
}
.sidebar-area .widgets-area .widgets-checkbox-2 > li .swatch-wrapper .swatch-anchor.anchor-pink,
.filter-body .widgets-area .widgets-checkbox-2 > li .swatch-wrapper .swatch-anchor.anchor-pink {
  background-color: #ED3277;
  -webkit-box-shadow: 0 0 1px 0 rgba(237, 50, 119, 0.8);
          box-shadow: 0 0 1px 0 rgba(237, 50, 119, 0.8);
}
.sidebar-area .widgets-area .widgets-checkbox-2 > li .swatch-wrapper .swatch-anchor.anchor-gray,
.filter-body .widgets-area .widgets-checkbox-2 > li .swatch-wrapper .swatch-anchor.anchor-gray {
  background-color: #D8D8D8;
  -webkit-box-shadow: 0 0 1px 0 rgba(237, 50, 119, 0.8);
          box-shadow: 0 0 1px 0 rgba(237, 50, 119, 0.8);
}
.sidebar-area .widgets-area .widgets-checkbox-2 > li .swatch-wrapper .swatch-anchor.anchor-dark-green,
.filter-body .widgets-area .widgets-checkbox-2 > li .swatch-wrapper .swatch-anchor.anchor-dark-green {
  background-color: #73A156;
  -webkit-box-shadow: 0 0 1px 0 rgba(115, 161, 86, 0.8);
          box-shadow: 0 0 1px 0 rgba(115, 161, 86, 0.8);
}
.sidebar-area .widgets-area .widgets-checkbox-2 > li:hover .swatch-wrapper .swatch-anchor:after,
.filter-body .widgets-area .widgets-checkbox-2 > li:hover .swatch-wrapper .swatch-anchor:after {
  content: "";
  font-family: LaStudioIcons;
  position: absolute;
  top: 6px;
  font-size: 16px;
  line-height: 1;
  left: 7px;
  color: #fff;
}
.sidebar-area .widgets-area .widgets-checkbox-2 > li:hover .swatch-wrapper .swatch-anchor.anchor-black,
.filter-body .widgets-area .widgets-checkbox-2 > li:hover .swatch-wrapper .swatch-anchor.anchor-black {
  background-color: #000;
  border-color: #000;
}
.sidebar-area .widgets-area .widgets-checkbox-2 > li:hover .swatch-wrapper .swatch-anchor.anchor-orange,
.filter-body .widgets-area .widgets-checkbox-2 > li:hover .swatch-wrapper .swatch-anchor.anchor-orange {
  background-color: #FF7A4B;
  border-color: #FF7A4B;
}
.sidebar-area .widgets-area .widgets-checkbox-2 > li:hover .swatch-wrapper .swatch-anchor.anchor-brown,
.filter-body .widgets-area .widgets-checkbox-2 > li:hover .swatch-wrapper .swatch-anchor.anchor-brown {
  background-color: #DDA973;
  border-color: #DDA973;
}
.sidebar-area .widgets-area .widgets-checkbox-2 > li:hover .swatch-wrapper .swatch-anchor.anchor-navy,
.filter-body .widgets-area .widgets-checkbox-2 > li:hover .swatch-wrapper .swatch-anchor.anchor-navy {
  background-color: #325182;
  border-color: #325182;
}
.sidebar-area .widgets-area .widgets-checkbox-2 > li:hover .swatch-wrapper .swatch-anchor.anchor-pink,
.filter-body .widgets-area .widgets-checkbox-2 > li:hover .swatch-wrapper .swatch-anchor.anchor-pink {
  background-color: #ED3277;
  border-color: #ED3277;
}
.sidebar-area .widgets-area .widgets-checkbox-2 > li:hover .swatch-wrapper .swatch-anchor.anchor-gray,
.filter-body .widgets-area .widgets-checkbox-2 > li:hover .swatch-wrapper .swatch-anchor.anchor-gray {
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}
.sidebar-area .widgets-area .widgets-checkbox-2 > li:hover .swatch-wrapper .swatch-anchor.anchor-dark-green,
.filter-body .widgets-area .widgets-checkbox-2 > li:hover .swatch-wrapper .swatch-anchor.anchor-dark-green {
  background-color: #73A156;
  border-color: #73A156;
}
.sidebar-area .widgets-area .shop-sidebar-category .sidebar-category-expand > li,
.filter-body .widgets-area .shop-sidebar-category .sidebar-category-expand > li {
  position: relative;
}
.sidebar-area .widgets-area .shop-sidebar-category .sidebar-category-expand > li.menu-item-has-children.menu-open > span.menu-expand,
.filter-body .widgets-area .shop-sidebar-category .sidebar-category-expand > li.menu-item-has-children.menu-open > span.menu-expand {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sidebar-area .widgets-area .shop-sidebar-category .sidebar-category-expand > li:last-child,
.filter-body .widgets-area .shop-sidebar-category .sidebar-category-expand > li:last-child {
  margin: 0px;
}
.sidebar-area .widgets-area .shop-sidebar-category .sidebar-category-expand > li:last-child a,
.filter-body .widgets-area .shop-sidebar-category .sidebar-category-expand > li:last-child a {
  border-bottom: 0px;
}
.sidebar-area .widgets-area .shop-sidebar-category .sidebar-category-expand > li span.menu-expand,
.filter-body .widgets-area .shop-sidebar-category .sidebar-category-expand > li span.menu-expand {
  position: absolute;
  right: 0px;
}
.sidebar-area .widgets-area .shop-sidebar-category .sidebar-category-expand > li a,
.filter-body .widgets-area .shop-sidebar-category .sidebar-category-expand > li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar-area .widgets-area .shop-sidebar-category .sidebar-category-expand > li a:hover,
.filter-body .widgets-area .shop-sidebar-category .sidebar-category-expand > li a:hover {
  color: #d4876c;
}
.sidebar-area .widgets-area .shop-sidebar-category .sidebar-category-expand > li ul.sub-menu,
.filter-body .widgets-area .shop-sidebar-category .sidebar-category-expand > li ul.sub-menu {
  padding-left: 20px;
}
.sidebar-area .widgets-area .shop-sidebar-category .sidebar-category-expand .sub-menu,
.filter-body .widgets-area .shop-sidebar-category .sidebar-category-expand .sub-menu {
  display: none;
}
.sidebar-area .widgets-area .widgets-blog-category > li > a,
.filter-body .widgets-area .widgets-blog-category > li > a {
  font-size: 16px;
  font-family: "Zilla Slab", serif;
  color: #3e3e3e;
  padding: 5px 0;
  display: block;
}
.sidebar-area .widgets-area .widgets-blog-category > li > a:hover,
.filter-body .widgets-area .widgets-blog-category > li > a:hover {
  color: #d4876c;
}
.sidebar-area .widgets-area .widgets-blog-post-area [class*=single-sidebar-post]:not(:last-child),
.filter-body .widgets-area .widgets-blog-post-area [class*=single-sidebar-post]:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.sidebar-area .widgets-area .widgets-blog-post-area .single-sidebar-post,
.filter-body .widgets-area .widgets-blog-post-area .single-sidebar-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-area .widgets-area .widgets-blog-post-area .single-sidebar-post .sidebar-post-img,
.filter-body .widgets-area .widgets-blog-post-area .single-sidebar-post .sidebar-post-img {
  width: 80px;
}
.sidebar-area .widgets-area .widgets-blog-post-area .single-sidebar-post .sidebar-post-img img,
.filter-body .widgets-area .widgets-blog-post-area .single-sidebar-post .sidebar-post-img img {
  width: 100%;
}
.sidebar-area .widgets-area .widgets-blog-post-area .single-sidebar-post .sidebar-post-content,
.filter-body .widgets-area .widgets-blog-post-area .single-sidebar-post .sidebar-post-content {
  margin-left: 20px;
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sidebar-area .widgets-area .widgets-blog-post-area .single-sidebar-post .sidebar-post-content a,
.filter-body .widgets-area .widgets-blog-post-area .single-sidebar-post .sidebar-post-content a {
  font-family: "Zilla Slab", serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}
.sidebar-area .widgets-area .widgets-blog-post-area .single-sidebar-post .sidebar-post-content span,
.filter-body .widgets-area .widgets-blog-post-area .single-sidebar-post .sidebar-post-content span {
  font-size: 10px;
  color: #979797;
  font-family: "Poppins", sans-serif;
}
.sidebar-area .widgets-area .archives-area,
.filter-body .widgets-area .archives-area {
  position: relative;
  display: inline-block;
  width: 100%;
}
.sidebar-area .widgets-area .widgets-tags-2 ul li,
.filter-body .widgets-area .widgets-tags-2 ul li {
  display: inline-block;
}
.sidebar-area .widgets-area .widgets-tags-2 ul li a,
.filter-body .widgets-area .widgets-tags-2 ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 2.1;
  color: #3e3e3e;
}
.sidebar-area .widgets-area .widgets-tags-2 ul li a:hover,
.filter-body .widgets-area .widgets-tags-2 ul li a:hover {
  color: #d4876c;
  text-decoration: underline;
}