/*
Theme Name: custom-theme
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: "Lexend Deca", sans-serif;
}

@font-face {
 font-family: Brans-Black;
 src: url('inc/assets/fonts/Brans-Black.ttf');
}

@font-face {
 font-family: Brans-Medium;
 src: url('inc/assets/fonts/Brans-Medium.ttf');
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

header#masthead .row {
    align-items: center;
}

#content.site-content {
    padding: 0 !important;
    background: #ede4d8;
}

.entry-content {
    margin: 0 !important;
}

.navbar-brand {
    text-align: center !important;
    margin: 0 auto !important;
    display: block;
    width: 50%;
}

.navbar-brand img {
    width: 100%;
}

header#masthead {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    padding-left: 60px !important;
    padding-right: 60px !important;
    position: absolute;
    width: 100%;
    z-index: 99;
    background: transparent !important;
    box-shadow: unset !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400 !important;
    color: #fff;
    font-family: "Inria Sans", sans-serif;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 40px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    font-weight: 400 !important;
}

.cl-1 {
    padding-left: 0 !important;
}


.main-icons {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-bottom: 80px;
}

.text-1 a {
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Inria Sans", sans-serif;
    text-decoration: none;
}

.text-1 {
    padding-right: 40px;
}

.header-icon-1 a {
    border: 1px solid #ffffff59;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #33271bbf;
    color: #fff;
    text-decoration: none;
    backdrop-filter: blur(120px) saturate(120%);
    cursor: pointer !important;
}

.header-icon-1 {
    padding-right: 12px;
}

.header-icon-2 a {
    border: 1px solid #a78d78c2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #fff;
    background: #a78d78c2;
}

.banner-head {
    font-family: Brans-Medium;
    font-weight: 400;
    padding-top: 150px;
}

.banner-sec {
    padding-left: 80px !important;
    padding-right: 80px !important;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.banner-img img {
    width: 100% !important;
    margin-top: -40px;
    margin-bottom: -40px;
}

#masthead nav {
    padding-bottom: 80px !important;
}


.banner-btn a.vc_general {
    font-size: 20px;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    text-transform: capitalize;
    width: 222px;
    height: 83px;
    border-radius: 156px;
    background: #A78D78 !important; /* default background */
    font-weight: 400;
    font-family: "Lexend Deca", sans-serif;
    position: relative;
    overflow: hidden;
    border: 2px solid #A78D78;
    transition: all 0.4s ease-in-out;
}

/* Hover: thoda dark + shadow */
.banner-btn a.vc_general:hover {
    background: #8B6C55 !important; /* dark shade */
    border-color: #8B6C55;
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

/* Shine effect */
.banner-btn a.vc_general::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
    transition: left 0.6s ease;
}

.banner-btn a.vc_general:hover::before {
    left: 100%;
}





.row-banner marquee {
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;
}

.row-banner marquee strong {
    font-size: 100px;
    line-height: 100px;
    font-family: Brans-Black;
    text-transform: capitalize;
    font-weight: 400 !important;
}

.row-banner i {
    font-size: 30px;
    line-height: 100px;
    padding-left: 100px;
    padding-right: 100px;
}

.row-banner .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 0 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.row-banner {
    background: #a58c7a;
    position: relative !important;
    z-index: 99;
    padding-top: 20px;
    padding-bottom: 20px;
}


.text-para h1 {
    text-align: center;
    color: #A78D78;
}

.text-para a {
    padding-right: 90px;
    padding-left: 90px;
    font-size: 34px;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 400 !important;
    color: #A78D78;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.text-para h1 a:first-child {
    padding-left: 0px;
}

.text-para h1 a:last-child {
    padding-right: 0;
}

.active-cate {
    color: #291C0E !important;
}

.text-para a:hover {
    color: #291C0E !important;
    transition: all 0.5s ease-in-out;
}

.section-2 {
    padding-top: 0 !important;
    padding-bottom: 30px;
    background: #ede4d8;
}

.designed-head {
    font-family: "Lexend Deca", sans-serif !important;
    font-weight: 300 !important;
    line-height: 89px !important;
    margin-bottom: 0 !important;
    padding-bottom: 50px;
}

.designed-para p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    font-family: "Lexend Deca", sans-serif;
    width: 85%;
    margin-bottom: 120px !important;
}

.designed-btn a.vc_general {
    font-size: 24px;
    line-height: 34px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    background: #A78D78 !important;
    color: #fff !important;
    border-radius: 100%;
    text-transform: capitalize;
    font-family: "Lexend Deca", sans-serif;
    font-weight: 500 !important;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

/* Hover state */
.designed-btn a.vc_general:hover {
    background: #8B6C55 !important;  /* dark shade */
    transform: scale(1.08);          /* zoom in */
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* Shine Effect */
.designed-btn a.vc_general::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.25);
    transform: skewX(-25deg);
    transition: left 0.6s ease;
    border-radius: 100%;
}

.designed-btn a.vc_general:hover::before {
    left: 100%;
}

.designed-sec {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 80px !important;
    padding-bottom: 30px;
    position: relative !important;
}

.designed-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    background-image: url(images/design.png);
    width: 931px;
    height: 218px;
}

div#comments {
    display: none;
}


.blog-head {
    text-transform: capitalize;
    font-weight: 300;
    font-family: "Lexend Deca", sans-serif;
    margin-bottom: 0 !important;
    padding-bottom: 80px;
}

.user_profile img {
    width: 100% !important;
}


.user-data h4.user_name {
    font-size: 24px;
    line-height: 33px;
}

.user-data a {
    color: #2D2D2D;
    text-decoration: none;
    font-size: 20px;
    line-height: 33px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: "Lexend Deca", sans-serif;
}

.user-data p.user_excerpt {
    font-size: 16px;
    line-height: 25px;
    color: #2D2D2D;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.user_inoform {
    border: 1px solid #E1D4C2;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    border-radius: 20px;
    background: #E1D4C2;
}


.blog-sec {
    padding-top: 100px !important;
    padding-bottom: 100px;
    background: #e3dacf;
}

.blog-sec .vc_row {
 padding-left: 60px !important;
    padding-right: 60px !important;
}

div#footer-widget {
    background: #291C0E !important;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
}

div#footer-widget h3.widget-title {
    margin-top: 0px !important;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
}

.ft-2 a {
    font-size: 24px;
    line-height: 34px;
    color: #E1D4C2;
    text-decoration: none;
    font-weight: 300;
}

.main-icon-2 a {
    font-size: 24px;
    line-height: 34px;
    color: #E1D4C2;
    text-decoration: none;
    font-weight: 300;
    margin-bottom: 30px;
}

.icon-text i {
    border: 1px solid #fff;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background: #A78D78;
    margin-right: 19px;
    width: 56px;
    height: 56px !important;
    padding-top: 15px;
}

.icon-text {
    display: flex !important;
}

.ft-1 p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 300;
}

.main-icon {
    display: flex;
    align-items: center;
}

.icon-1 a {
    border: 1px solid #A78D78;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    background: #A78D78;
}

.icon-1 {
    margin-right: 12px;
}

.ft-3 {
    padding-left: 90px;
}

footer#colophon {
    background: #291C0E !important;
}

.site-info p {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    color: #E1D4C2;
    margin-bottom: 0;
    margin-top: 40px;
    margin-bottom: 20px;
}

footer#colophon .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
}

.site-info {
    border-top: 1px solid #ffffff29;
    display: flex;
    justify-content: center;
    align-items: center;
}


.custom-product-info {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.title-desc h2.woocommerce-loop-product__title {
    font-size: 25px !important;
    line-height: 30px;
    color: #1E1E1E !important;
    font-weight: 300;
    font-family: 'Lexend Deca';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 78px;
}

.woocommerce ul.products li.product .price {
    font-size: 23px;
    line-height: 30px;
    color: #A78D78;
    margin-bottom: 0 !important;
    font-weight: 300;
}

.custom-loop-description p {
    font-size: 16px;
    line-height: 34px;
    color: #5F5F5F;
}

.section-2 li.product {
    width: 100% !important;
    margin: 0 0.8% 2.992em 0 !important;
    margin-left: 10px !important;
    position: relative !important;
}
.section-2 li.product:before {
    border-radius: 20px;
    /* content: ''; */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    width: 100%;
    height: 14%;
    /* background: linear-gradient(0deg, #e0d4c3, #e0d4c361,#0000); */
    /* box-shadow: 1px -50px 20px 10px #e0d4c3; */
}

.woocommerce ul.products li.product .button {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Lexend Deca';
    font-weight: 300 !important;
    color: #fff;
    padding: 0 !important;
    width: 100%;
    border: 1px solid #897262;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #897262;
    height: 40px;
}

.woocommerce ul.products li.product .button:before {
    /* content: ''; */
    /* position: absolute; */
    /* bottom: 0; */
    /* background-image: url(images/arrow.png); */
    /* width: 33px; */
    /* height: 21px; */
    /* background-repeat: no-repeat; */
    /* right: 0; */
}

.owl-stage {
    display: flex;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    margin: 0 auto !important;
}

.woocommerce-shop.woocommerce ul.products li.product .button {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Lexend Deca';
    font-weight: 300 !important;
    color: #fff;
    padding: 0 !important;
    width: 100%;
    border: 1px solid #897262;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #897262;
    height: 40px;
}

.products-row .owl-nav {
    display: none;
}

.products-row .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-row button.owl-dot.active {
    border: 1px solid #A78D78;
    background: #A78D78;
    width: 300px;
    height: 8px;
    border-radius: 20px;
    opacity: 1;
}

.products-row button.owl-dot {
    border: 1px solid #A78D78;
    background: #A78D78;
    width: 300px;
    height: 8px;
    border-radius: 20px;
    opacity: 0.5;
    margin-left: 10px;
}

.products-row {
    padding-top: 40px;
}

.category-sec .owl-nav {
    display: none;
}

.category-sec .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.category-sec button.owl-dot.active {
    border: 1px solid #A78D78;
    background: #A78D78;
    width: 300px;
    height: 8px;
    border-radius: 20px;
    opacity: 1;
}

.category-sec button.owl-dot {
    border: 1px solid #A78D78;
    background: #A78D78;
    width: 300px;
    height: 8px;
    border-radius: 20px;
    opacity: 0.5;
    margin-left: 10px;
}




.category-card {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #E1D4C2;
  border-radius: 16px;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.category-content {
  flex: 1;
}

.cat-number {
  font-size: 30px;
  font-weight: 300;
  color: #5F5F5F;
}

.cat-title {
  font-size: 60px;
  margin: 10px 0 5px;
  line-height: 84px;
  text-transform: capitalize;
  font-weight: 300;
  color: #1E1E1E;
}

.cat-subtitle {
  font-size: 40px;
  font-weight: 300;
  display: block;
  color: #5F5F5F;
}

.cat-items {
  display: block;
  font-size: 20px;
  color: #5F5F5F;
  font-weight: 300;
  margin-top: 28px;
}

.cat-desc {
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  width: 37%;
  color: #5F5F5F;
}

.cat-brand {
  position: absolute;
  right: -10px;
  top: 20%;
  transform: rotate(90deg) translateY(-50%);
  font-size: 30px;
  letter-spacing: 2px;
  color: #A78D78;
  font-weight: 300;
}

.cat-link {
    position: absolute;
    right: 30px;
    bottom: 70px;
    font-size: 0;
    color: #333;
    text-decoration: none;
    background-image: url(images/cat-arrow.png);
    width: 41px;
    height: 28px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.cat-image img {
  border-radius: 12px;
  width: 100%;
  height: 530px;
}


.custom-category-grid .owl-stage .owl-item:nth-child(even) .category-card {
    background: #A78D78;
}


.custom-category-grid .owl-stage .owl-item:nth-child(even) .category-card span.cat-number {
    color: #fff;
}

.custom-category-grid .owl-stage .owl-item:nth-child(even) .category-card h2.cat-title {
    color: #fff;
}

.custom-category-grid .owl-stage .owl-item:nth-child(even) .category-card span.cat-subtitle {
    color: #fff;
}

.custom-category-grid .owl-stage .owl-item:nth-child(even) .category-card span.cat-items {
    color: #fff;
}

.custom-category-grid .owl-stage .owl-item:nth-child(even) .category-card p.cat-desc {
    color: #fff;
}

.custom-category-grid .owl-stage .owl-item:nth-child(even) .category-card span.cat-brand {
    color: #fff;
}

.category-sec {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #ede4d8;
}

@media only screen and (max-width: 1716px) {
	
.banner-head {
    font-size: 90px !important;
    line-height: 100px !important;
}	
}


@media only screen and (max-width: 1680px) {


 .banner-head {
    font-size: 90px !important;
}

.text-para a {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.blog-head {
    font-size: 60px !important;
    line-height: 60px !important;
}

.cat-title {
    font-size: 60px !important;
}

.cat-subtitle {
    font-size: 35px !important;
}

.cat-items {
    font-size: 18px !important;
}

.cat-desc {
    width: 31% !important;
}

.designed-head {
    font-size: 60px !important;
    line-height: 79px !important;
}

.ft-3 {
    padding-left: 80px !important;
}

div#footer-widget {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.main-icon-2 a {
    font-size: 20px !important;
    line-height: 30px !important;
}

.ft-2 a {
    font-size: 20px !important;
    line-height: 30px !important;
}

div#footer-widget h3.widget-title {
    font-size: 35px !important;
    line-height: 35px !important;
}

.user-data h4.user_name {
    font-size: 20px !important;
}
	
section.vc_section.banner-sec {
    padding-top: 120px !important;
    padding-bottom: 250px !important;
}	
}


@media only screen and (max-width: 1600px) {


 #masthead nav {
    padding-bottom: 50px !important;
}

.main-icons {
    padding-bottom: 50px !important;
}

header#masthead {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.text-para a {
    font-size: 30px !important;
}

.cat-image img {
    height: 550px !important;
    object-fit: contain;
} 
}

@media only screen and (max-width: 1570px) {
	
    .banner-head {
        font-size: 80px !important;
    }	
}

@media only screen and (max-width: 1440px) {


 section.banner-sec {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.banner-head {
    font-size: 80px !important;
    line-height: 90px !important;
}

.row-banner marquee strong {
    font-size: 90px !important;
}

.text-para a {
    padding-right: 30px !important;
    padding-left: 50px !important;
}

.blog-head {
    font-size: 50px !important;
    line-height: 60px !important;
}

.cat-title {
    font-size: 50px !important;
    line-height: 70px !important;
}

.cat-desc {
    width: 35% !important;
}

.category-card {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.designed-head {
    font-size: 50px !important;
    line-height: 60px !important;
}

.ft-3 {
    padding-left: 20px !important;
}
	
.custom-breadcrumb {
    padding-bottom: 220px !important;
    padding-top: 230px !important;
}

  .custom-breadcrumb h2 {
    font-size: 80px !important;
}
	
.woocommerce-shop .container, .container-lg, .container-md, .container-sm, .container-xl {
    padding-left: 30px !important;
}

.woocommerce-shop  h2.woocommerce-loop-product__title {
    font-size: 25px !important;
}

.woocommerce-shop.woocommerce ul.products li.product .price {
    font-size: 20px !important;
}

.woocommerce-shop.woocommerce ul.products li.product .button {
    font-size: 20px !important;
}

#woocommerce_price_filter-2 h3.widget-title {
    font-size: 25px !important;
}

#woocommerce_product_categories-2 h3.widget-title {
    font-size: 25px !important;
}

#woocommerce_product_categories-3 h3.widget-title {
    font-size: 25px !important;
}

.custom-sorting label {
    font-size: 18px !important;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    font-size: 18px !important;
}

.custom-filter-toggle button {
    font-size: 18px !important;
}
	
	.woocommerce-page.woocommerce-shop .container {
    padding-left: 30px !important;
}

}

@media only screen and (max-width: 1366px) {


 .blog-sec .vc_row {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.category-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.main-icon-2 a {
    font-size: 18px !important;
}

.ft-2 a {
    font-size: 18px !important;
}

.site-info p {
    font-size: 20px !important;
}

.text-para a {
    font-size: 27px !important;
}

section.blog-sec {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}
	
.woocommerce-shop .custom-sorting {
    margin-right: 220px !important;
}
	
.icon-text i {
    width: 46px !important;
    height: 49px !important;
}
	
div#footer-widget {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	
    div#footer-widget h3.widget-title {
        font-size: 30px !important;
        line-height: 30px !important;
}
	
    section.vc_section.banner-sec {
        padding-top: 120px !important;
        padding-bottom: 200px !important;
}
    .banner-head {
        font-size: 70px !important;
        line-height: 80px !important;
}
	
section.section-2 li.product {
}
	
.row-banner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.row-banner marquee strong {
    font-size: 70px !important;
}	
}


@media only screen and (max-width: 1280px) {

 body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding-right: 30px !important;
}

.banner-head {
    font-size: 70px !important;
    line-height: 80px !important;
}

.row-banner marquee strong {
    font-size: 80px !important;
}

.text-para a {
    padding-left: 30px !important;
}

.cat-title {
    font-size: 45px !important;
    line-height: 60px !important;
}

.cat-subtitle {
    font-size: 30px !important;
}

div#footer-widget h3.widget-title {
    font-size: 30px !important;
}

.main-icon-2 a {
    font-size: 16px !important;
    margin-bottom: 20px !important;
}

.woocommerce ul.products li.product a img {
    width: 100% !important;
}
	
    .custom-breadcrumb {
        padding-bottom: 210px !important;
        padding-top: 180px !important;
}
  .custom-breadcrumb h2 {
    font-size: 70px !important;
}
	

	
    .main-icons {
        padding-bottom: 20px !important;
    }
	
.header-icon-2 a {
    width: 40px !important;
    height: 40px !important;
    font-size: 14px;
}

.header-icon-1 a {
    width: 40px !important;
    height: 40px !important;
    font-size: 14px;
}

 .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    margin-right: 20px !important;
}

.woocommerce-shop .custom-sorting {
    margin-right: 220px !important;
}
	
#woocommerce_price_filter-2 h3.widget-title {
    font-size: 20px !important;
}

#woocommerce_product_categories-2 h3.widget-title {
    font-size: 20px !important;
}

#woocommerce_product_categories-3 h3.widget-title {
    font-size: 20px !important;
}

.price_label {
    font-size: 16px !important;
}

#woocommerce_product_categories-2 li a {
    font-size: 18px !important;
}

#woocommerce_product_categories-3 ul.product-categories li a {
    font-size: 18px !important;
}
	
.woocommerce-shop.woocommerce-page ul.products li.product {
    padding-left: 20px !important;
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
}
	
    .user-data h4.user_name {
        font-size: 19px !important;
}
	
.section-2 .woocommerce ul.products li.product .price {
    font-size: 20px;
}	
}

@media only screen and (max-width: 1200px) {

  .banner-head {
    font-size: 60px !important;
    line-height: 70px !important;
}

.row-banner marquee strong {
    font-size: 70px !important;
}

.text-para a {
    font-size: 25px !important;
}

.woocommerce ul.products li.product .button {
    font-size: 27px !important;
}

.cat-image img {
    height: 490px !important;
}

.cat-brand {
    font-size: 25px !important;
}

.cat-desc {
    width: 40% !important;
}

div#footer-widget {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.main-icon-2 a {
    font-size: 15px !important;
}

.ft-2 a {
    font-size: 16px !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding-right: 20px !important;
}

.navbar-brand {
    width: 65% !important;
}
}

@media only screen and (max-width: 1100px) {
	
.banner-btn a.vc_general {
    width: 212px !important;
    height: 50px !important;
    font-size: 16px !important;
}
	
.banner-head {
        font-size: 50px !important;
        line-height: 60px !important;
}	
}

.custom-breadcrumb {
    padding-top: 280px;
    padding-bottom: 260px;
    text-align: center;
    position: relative !important;
    z-index: 0;
}
.custom-breadcrumb:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000069;
    left: 0;
    z-index: -1;
}

.custom-breadcrumb .breadcrumb-featured-img {
    height: 500px !important;
    object-fit: cover;
}

.custom-breadcrumb h2 {
    font-size: 65px;
    text-transform: uppercase;
    color: #fff;
    line-height: 75px;
    margin-bottom: 0px !important;
    font-family: Brans-Medium;
    font-weight: 400;
    padding-bottom: 0px !important;
}

.custom-breadcrumb p.breadcrumb-trail {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 0 !important;
    color: #fff;
}

.custom-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.about-page-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about-page-para p {
    font-size: 17px;
    line-height: 30px;
    color: #000;
}

.about-row {
    padding-top: 50px;
}

.about-img img {
    height: 500px !important;
    border-radius: 20px;
}

.about-img-2 img {
    height: 500px !important;
    object-fit: cover;
    border-radius: 20px;
}

.contact-page {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-para p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-align: center;
}

.contact-head-3 {
    text-align: center !important;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.contact-para-4 a {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    text-align: center !important;
    font-weight: 400;
    text-decoration: none;
}

.ContactForm-2 input.wpcf7-form-control {
    background: transparent !important;
    height: 60px;
    border-radius: 10px;
}

.ContactForm-2 textarea.wpcf7-form-control {
    background: transparent !important;
    border-radius: 10px;
    height: 231px;
}

section.contact-page .ContactForm-2 .btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 184px;
    height: 51px !important;
    background-color: #A38B7B !important;
    border-color: #A38B7B !important;
}

.contact-para-4 p {
    text-align: center;
}

.contact-head {
    text-transform: uppercase;
}
.ContactForm-2 input.wpcf7-form-control::placeholder {
    color: #a18a7c;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
}

.ContactForm-2 textarea.wpcf7-form-control::placeholder {
  color: #a18a7c;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;


}

.contact-row {
    padding-top: 40px;
}


.woocommerce-shop .container {
    max-width: 100% !important;
    padding-left: 60px !important;
}

#woocommerce_product_categories-3 ul.product-categories {
}

#woocommerce_product_categories-3 ul.product-categories li {
    display: flex;
    align-items: center;
    position: relative;
}

#woocommerce_product_categories-3 li.cat-item.cat-item-19.nav-item {
    display: none;
}

#woocommerce_product_categories-3 li.cat-item.cat-item-18.nav-item {
    display: none;
}

#woocommerce_product_categories-3 li.cat-item.cat-item-17.nav-item {
    display: none;
}

#woocommerce_product_categories-3 li.cat-item.cat-item-21.nav-item {
    display: none;
}

#woocommerce_product_categories-3 li.cat-item.cat-item-15.nav-item {
    display: none;
}

#woocommerce_product_categories-3 li.cat-item.cat-item-20.nav-item {
    display: none;
}

#woocommerce_product_categories-2 li.cat-item.cat-item-17.nav-item {
    display: none;
}

#woocommerce_product_categories-2 li.cat-item.cat-item-25.nav-item {
    display: none;
}

#woocommerce_product_categories-2 li.cat-item.cat-item-22.nav-item {
    display: none;
}

#woocommerce_product_categories-2 li.cat-item.cat-item-24.nav-item {
    display: none;
}

#woocommerce_product_categories-2 li.cat-item.cat-item-15.nav-item {
    display: none;
}

#woocommerce_product_categories-2 li.cat-item.cat-item-23.nav-item {
    display: none;
}

#woocommerce_product_categories-2 li.cat-item.cat-item-26.nav-item {
    display: none;
}

.custom-filter-toggle button {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #868686; /* text color */
    font-weight: 400;
}

.custom-filter-toggle .filter-icon {
    background: #a78d78c7; /* circle color */
    color: #fff;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    font-size: 18px;
}


.woocommerce-shop .custom-breadcrumb {
    background-image: url(https://milanchofashion.com/wp-content/uploads/2025/10/Group-1000004052-1.png) !important;
}

.woocommerce-shop .custom-breadcrumb:before {
    display: none !important;
}

.woocommerce-shop h1.page-title {
    display: none;
}

/* Container styling */
.woocommerce-search-container {
  max-width: 100%;
  
  
   /* Rounded corners like in your image */
   /* Subtle shadow */
  padding-top: 57px;
}

/* Search input field styling */
.woocommerce-product-search .search-field {
  width: 50%;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid #a78d7833;
  border-radius: 40px;
  outline: none;
  transition: all 0.3s ease;
  background: #a78d780d;
}

.woocommerce-product-search .search-field:focus {
  border-color: #4d90fe; /* Blue focus border */
}

/* Search button styling */
.woocommerce-product-search .search-button {
   /* Matching the blue */
   margin-left: -40px;
   border: unset !important;
   background: unset !important;
}

.woocommerce-product-search .search-button:hover {
  background-color: #3578e5; /* Darker blue on hover */
}

.woocommerce-product-search .search-button i {
  color: #A78D78;
  font-size: 18px;
}

.woocommerce-page ul.products li.product {
    /* width: 32% !important; */
    /* border: 1px solid #E1D4C2; */
    /* padding-left: 40px !important; */
    /* padding-top: 40px !important; */
    /* padding-right: 40px !important; */
    /* padding-bottom: 40px !important; */
    /* border-radius: 20px; */
    /* background: #E1D4C2; */
    margin: 0 0.1% 2.992em 0 !important;
    margin-left: 10px !important;
    position: relative !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #291C0E;
    height: 0px !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #291C0E !important;
}

.woocommerce-shop #content.site-content {
    background: #ede4d8 !important;
}

.custom-filter-toggle {
    padding-top: 50px;
}

#woocommerce_price_filter-2 h3.widget-title {
    font-size: 30px;
    line-height: 30px;
    color: #291C0E;
    font-family: 'Lexend Deca';
    font-weight: 300;
    margin-top: 80px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    display: none;
}

.price_label {
    text-align: left !important;
    font-size: 18px;
    line-height: 18px;
    color: #5F5F5F;
    margin-bottom: 40px;
}

#woocommerce_price_filter-2 {
    border-bottom: 1px solid #0000006b;
}

#woocommerce_product_categories-2 h3.widget-title {
    font-size: 30px;
    line-height: 30px;
    color: #291C0E;
    font-family: 'Lexend Deca';
    font-weight: 300;
}

#woocommerce_product_categories-3 h3.widget-title {
    font-size: 30px;
    line-height: 30px;
    color: #291C0E;
    font-family: 'Lexend Deca';
    font-weight: 300;
}

#woocommerce_product_categories-2 li a {
    font-size: 20px;
    font-family: 'Inria Sans';
    text-transform: capitalize;
    color: #5F5F5F;
    padding-left: 0px !important;
    position: relative;
}

#woocommerce_product_categories-2 li:before {
    content: '\f078';
    position: absolute;
    right: 15px;
    font-family: 'FontAwesome';
    width: 20px;
    height: 20px;
}

#woocommerce_product_categories-2 li {
    display: flex;
    align-items: center;
}
#woocommerce_product_categories-2 li a:hover {
    background: unset !important;
}

#woocommerce_product_categories-2 {
    border-bottom: 1px solid #0000006b;
}

#woocommerce_product_categories-3 ul.product-categories li a {
    font-size: 20px;
    font-family: 'Inria Sans';
    text-transform: capitalize;
    color: #5F5F5F;
    padding-left: 0px !important;
    position: relative;
}

span.count {
    font-size: 20px;
    font-family: 'Inria Sans';
    text-transform: capitalize;
    color: #5F5F5F;
}

.woocommerce-shop ul.products.columns-3 {
    padding-top: 50px;
}

#woocommerce_product_categories-3 ul.product-categories li a:hover {
    background: unset !important;
}


.custom-sorting {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 18px;
  color: #555;
   /* soft beige like your image */
  padding: 10px 15px;
  border-radius: 10px;
  justify-content: end !important;
  margin-top: -50px !important;
  margin-right: 270px !important;
  width: 30%;
  margin: 0 0 0 auto;
}

.custom-sorting label {
  font-weight: 500;
  font-size: 20px;
  color: #5F5F5F;
  margin-bottom: 0 !important;
  margin-right: 20px;
}

.custom-sorting select {
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  color: #868686;
  appearance: none;
  padding-right: 25px;
  cursor: pointer;
  position: relative;
  padding-left: 10px;
}

.custom-sorting select:focus {
  outline: none;
}

.custom-sorting select::-ms-expand {
  display: none; /* Remove arrow in IE */
}

/* Custom dropdown arrow */
.custom-sorting {
  position: relative;
}

.custom-sorting::after {
  content: "â–¾"; /* downward arrow */
  position: absolute;
  right: 10px;
  pointer-events: none;
  color: #777;
  font-size: 16px;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: right;
    margin-top: -36px;
    font-size: 20px;
    color: #868686;
    font-weight: 400;
    margin-right: 20px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #291C0E;
}


#woocommerce_product_categories-3 ul.product-categories li:before {
    content: '\f078';
    position: absolute;
    font-family: 'FontAwesome';
    width: 20px;
    height: 20px;
    right: 0;
}

.single-product .container {
    max-width: 100% !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
}

/* .woocommerce-page aside#secondary {
    display: none;
} */

/* .woocommerce-page .woocommerce-search-container {
    display: none;
} */

/* .woocommerce-page .col-lg-10 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
} */

.woocommerce-page.woocommerce div.product .product_title {
    border-bottom: unset !important;
    font-size: 30px;
    text-transform: capitalize;
    line-height: 40px;
    color: #000;
}

.woocommerce-page.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce-page span.woocommerce-Price-amount.amount {
    font-size: 20px;
    line-height: 35px;
    color: #A78D78;
}

.woocommerce-product-details__short-description p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
}

.woocommerce-page.woocommerce .quantity .qty {
    height: 50px;
}

.woocommerce-page.woocommerce div.product form.cart .button {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 50px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 400;
    background: #A78D78 !important;
}

.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}

.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #e0d4c3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 51px;
    border-radius: 10px !important;
    font-size: 18px !important;
    line-height: 18px !important;
    color: #000 !important;
    font-weight: 400 !important;
    border-color: #e0d4c3 !important;
}

.woocommerce-page li#tab-title-reviews {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 222px !important;
    height: 51px !important;
    border-radius: 10px !important;
    background: transparent;
    border-color: #e0d4c3 !important;
}


.woocommerce-page ul.tabs.wc-tabs {
    display: flex !important;
}

.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #000 !important;
    font-weight: 400 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: unset !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 300px;
    height: 51px;
    border-radius: 10px !important;
    font-size: 18px !important;
    line-height: 18px !important;
    color: #fff !important;
    font-weight: 400 !important;
    margin-right: 30px;
}

/*===============================
    Woocommerce Cart Page
===============================*/
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center {
    display: none;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns {
    display: none;
}

.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    display: block;
}
.woocommerce-cart section#primary {
    padding: 80px 0%;
}
.woocommerce-cart h1.entry-title {
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items thead tr > th {
    font-size: 18px;
    line-height: 34px;
    border: 1px solid #000;
    padding: 20px;
    color: #000000;
    visibility: visible !important;
    opacity: 1 !important;
    background: #fff !important;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tr {
    border: 1px solid #000 !important;
    --wp--preset--gradient--cool-to-warm-spectrum: #fff;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td {
    padding: 20px;
    border: 1px solid #000;
    vertical-align: middle;
    color: #fff;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td .wc-block-cart-item__wrap a {
    font-size: 22px;
    line-height: 45px;
    color: #000;
    margin-bottom: 10px;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td .wc-block-cart-item__wrap span.wc-block-formatted-money-amount {
    font-size: 18px;
    line-height: 34px;
    color: #000;
}

.woocommerce-cart #content.site-content {
    background: #ede4d8 !important;
}

.wc-block-components-product-metadata__description p {
    color: #000 !important;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    color: #000 !important;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td .wc-block-components-product-metadata {
    font-size: 16px;
    line-height: 30px;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td  .wc-block-components-quantity-selector {
    border: 1px solid #000;
    margin: 0 !important;
    margin-right: 20px !important;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td .wc-block-components-quantity-selector button {
    color: #000 !important;
    font-size: 20px;
    opacity: 1;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td.wc-block-cart-item__product {
    padding-right: 10%;
    position: relative;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td.wc-block-cart-item__product .wc-block-cart-item__quantity {
/*     position: absolute;
    top: 30px;
    right: 20px; */
    display: flex;
    align-items: baseline;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td button.wc-block-cart-item__remove-link {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 20px;
    background: #fff !important;
    border-radius: 5px;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #fff;
}
.woocommerce-cart .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-sidebar {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    color: #000 !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
    color: #000 !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
    color: #000 !important;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
    color: #000 !important;
}

.wc-block-components-totals-item__label {
    color: #000;
}
.woocommerce-cart .wc-block-components-sidebar span.wc-block-cart__totals-title,
.woocommerce-checkout .wc-block-components-sidebar span.wc-block-cart__totals-title {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    padding: 0;
    font-family: 'Aurora';
    text-align: left;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    border-color: #403a3a;
    padding: 20px 0;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    display: block;
    font-weight: 500;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper a,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper a {
    color: #fff;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon {
    padding: 0;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon input#wc-block-components-totals-coupon__input-0,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon input#wc-block-components-totals-coupon__input-0  {
    background: transparent;
    border-color: #fff;
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon button.components-button,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon button.components-button {
    padding: 18px 23px;
    font-size: 16px;
    line-height: 26px;
    background: #ffffff;
    border-radius: 5px;
    color: #FF1940 ;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #fff;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon  label,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon  label {
    color: #fff !important;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-container a,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-cart__submit-container a {
    padding: 18px 23px;
    font-size: 16px;
    line-height: 26px;
    background: #ffffff;
    border-radius: 5px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #000000;
    margin-top: 20px;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit {
    margin: 0;
}
.is-large.wc-block-cart {
    margin-bottom: 0;
}

.woocommerce-cart .wc-block-components-main table.wc-block-cart-items {
    color: #fff;
}

.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td span {
    color: #000 !important;
}

.woocommerce-cart .wc-block-components-sidebar span {
    color: #000;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-panel__button {
    color: #000;
}

.is-large.wc-block-cart .wc-block-components-sidebar input#wc-block-components-totals-coupon__input-coupon {
    padding-top: 10px;
    height: unset;
}

.is-large.wc-block-cart .wc-block-components-sidebar button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    height: unset !important;
    padding: 10px !important;
    line-height: 1;
    min-height: unset;
}

.woocommerce-page .custom-breadcrumb {
    background-image: url(https://milanchofashion.com/wp-content/uploads/2025/10/Group-1000004052-1.png) !important;
}

.woocommerce-cart .custom-breadcrumb {
    background-image: url(https://milanchofashion.com/wp-content/uploads/2025/10/e-commerce-shopping-cart-with-multiple-products-a-sunlit-abstract-background-e-commerce-concept-ai-generative-free-photo-scaled.jpg) !important;
}

.single-product aside#secondary {
    display: none;
}

.single-product .woocommerce-search-container {
    display: none;
}

.single-product .col-lg-10 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.single-product #content.site-content {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}


#woocommerce_product_categories-2 li:before {
    display: none;
}

#woocommerce_product_categories-3 ul.product-categories li:before {
    display: none;
}


/* By default hide search form */
.woocommerce-product-search.search-form {
    display: none;
    position: absolute; /* optional, agar dropdown jesa banana ho */
    z-index: 999;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    right: 0;
    transition: all 0.5s;
    top: 0;
}
.woocommerce-product-search.search-form.active {
    display: flex;
    transition: all 0.5s;
    top: 59px;
}
.woocommerce-product-search.search-form #woocommerce-product-search-field {
    border: 1px solid transparent;
    height: 45px;
    padding-left: 10px;
    outline: none !important;
    background: #fff;
    border-radius: unset    !important;
}
.woocommerce-product-search.search-form button {
    background: #877061;
    color: #ffff;
    font-size: 15px;
    height: 47px;
    padding: 0 10px;
    border-color: #877061;
}

.single-post div#main {
    padding-top: 60px;
}

.single-post div#main P {
    font-size: 18px;
    line-height: 32px;
    padding-top: 20px;
}

.FAQ_SeC .vc_toggle_title {
 margin: 0 !important;
 padding: 22px 23px !important;
 background: #a78d78 ! IMPORTANT;
}
.FAQ_SeC .vc_toggle_title h4 {
 font-size: 20px;
 color: #fff;
 font-weight: 400;
 line-height: 36px;
}
.FAQ_SeC .vc_toggle {
 border: 1px solid #a78d78;
 border-radius: 10px;
}
.FAQ_SeC .vc_toggle_title:after {
 content: '\2b';
 color: #ede4d8;
 position: absolute;
 right: 30px;
 top: 22px;
 font-size: 24px;
}
.FAQ_SeC .vc_toggle_active .vc_toggle_title:after {
 content: '-';
}
.FAQ_SeC i.vc_toggle_icon {
 display: none !important;
}
.FAQ_SeC .vc_toggle_content p {
 font-size: 17px;
 line-height: 28px;
 margin: 0;
 padding: 20px 0;
}
.FAQ_SeC .vc_toggle_content {
 margin: 0;
  padding-left: 20px !important;
}
.FAQ_SeC .vc_toggle_active {
    background: #ede4d8 !important;
}
.Cont-Text {
    text-transform: capitalize;
    font-weight: 300;
    font-family: "Lexend Deca", sans-serif;
    margin-bottom: 0 !important;
    padding-bottom: 30px;
    font-size: 70px;
    line-height: 70px;
}
.ft-1 img {
    width: 50%;
}

.row-video {
    position: absolute !important;
    top: 0;
    left: 0 !important;
    width: 100% !important;
    height: 1080px !important;
    z-index: -1;
}

section.vc_section.banner-sec {
    position: relative !important;
    z-index: 0;
    padding-top: 250px;
    padding-bottom: 250px;
}
.row-video video {
    height: 1080px !important;
    object-position: center;
    object-fit: cover;
}

.row-video:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.2;
}

.custom-long-description img {
    width: 19%;
    float: left;
    height: 400px;
    margin-left: 10px;
}

.woocommerce-shop h2.woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
}

.woocommerce-shop.woocommerce ul.products li.product .button {
    display: none;
}

.woocommerce-shop ul.variations li:nth-child(3),ul.variations li:nth-child(4) {
    display:none;
}

.woocommerce-shop  li.woo-variation-item-label {
    display: none !important;
}

.star-rating {
    display: none !important;
}

.multi-img-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    box-shadow: 0 0 9px 1px #846f6082;
    border-radius: 10px;
    justify-content: space-between;
}

.multi-img-wrapper img {
    height: 400px;
    margin: 6px;
    flex: 0 0 24%;
    object-fit: cover;
    object-position: center;
    width: 24%;
    border-radius: 10px;
}

.woocommerce-product-details__short-description td {
    height: 40px;
    padding-left: 15px;
}

.section-2 .woocommerce ul.products li.product .button {
    display: none;
}

.section-2 h2.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3em;
}

.woo-variation-swatches .variations .woo-variation-item-label {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100% !important;
    width: 40px;
    height: 40px;
    margin-right: 0px;
    border: unset !important;
    background: #281b0f;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-radius: 100%;
}

.woocommerce nav.woocommerce-pagination ul {
    border: unset !important;
}

.woocommerce nav.woocommerce-pagination ul li {border-right: unset !important;border: 1px solid #8972638f;width: 40px;height: 40px;display: flex !important;justify-content: center;align-items: center;margin-right: 10px;margin-bottom: 40px;background: #8972638f;color: #fff !important;}

.woocommerce nav.woocommerce-pagination ul li a {
    color: #fff;
}


.slider-img img {
    height: 650px;
    object-fit: cover;
    object-position: top center;
    border-radius: 20px;
}

.owl-nav {
    display: none;
}