/*
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: "Poppins", sans-serif;
}

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;
  font-family: "Marcellus", serif;
}
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;
}
h6{
  font-size: 30px;
  font-weight: 500;
  line-height: 60px;
  color: #F8B31E;
}
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. */
}

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;
  width: 11%;
}

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

tr {
  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%;
  }
}

/*****************CUSTOM CSS****************/
@media (min-width: 1200px){
  .container{
    max-width: 1640px;
  }
}
#content.site-content {
    padding: 0 !important;
}
.entry-content {
    margin: 0 !important;
}
html, body {
    overflow-x: hidden;
}
/*******SITE BUTTON CSS********/
.site-btn a {
    width: 183px;
    height: 60px;
    font-size: 18px !important;
    font-weight: 400;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    text-transform: capitalize !important;
    transition: 0.5s !important;
}
.site-btn a:hover {
    transition: 0.5s !important;
    color: #000 !important;
    background: #ffc107 !important;
}
/*******HEADER CSS********/
header#masthead {
    padding-left: 75px;
    padding-right: 85px;
    padding-bottom: 30px;
    padding-top: 20px;
    position: absolute;
    width: 100%;
    z-index: 99;
    background: transparent !important;!i;!;
    box-shadow: none;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    transition: all 0.5s ease-in-out;
    position: relative;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-right: 40px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child {
    margin-right: 0;
}
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: #ffc107;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}
/*body:not(.theme-preset-active) #masthead .navbar-nav > li > a:before {
    content: "";
    background: #ffc107;
    width: 0;
    height: 3px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.5s ease-in-out !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:after {
    content: "";
    background: #ffc107;
    width: 0;
    height: 3px;
    border-radius: 5px;
    position: absolute;
    bottom: -7px;
    left: 0;
    transition: 0.5s ease-in-out !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover:before {
    width: 100%;
    transition: 0.5s ease-in-out !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover:after {
    width: 70%;
    transition: 0.5s ease-in-out !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a:before {
    width: 100%;
    transition: 0.5s ease-in-out !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a:after {
    width: 60%;
    transition: 0.5s ease-in-out !important;
}*/
.header-btn a.vc_general {
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    padding: 17px 51px 17px 51px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out !important;
    position: relative;
    text-transform: capitalize;
}
.header-btn a.vc_general:hover {
    transition: all 0.5s ease-in-out;
    color: #000;
    background: #ffc107;
}
.navbar-brand a {
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    font-family: Marcellus;
    font-weight: 400;
}
header#masthead nav {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px !important;
}
/**********PRODUCTS SEC CSS********/
.product-sec {
    padding-top: 123px !important;
    padding-bottom: 120px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.theme-h2 {
    margin: 0;
    font-size: 64px;
    font-weight: 400;
    line-height: 60px;
}
.product-sec ul li.vc_tta-tab.vc_active a {
    background: linear-gradient(90deg, rgb(185 139 58) 0%, rgba(223, 203, 115, 1) 63%, rgba(185, 139, 60, 1) 100%) !important;
    border: #B98B3C;
    color: #000 !important;
    width: 180px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 60px;
    font-family: 'Marcellus';
}
.product-sec ul li.vc_tta-tab a {
    background: transparent !important;
    border: none !important;!i;!;
    color: rgb(255 255 255 / 70%) !important;
    font-size: 18px !important;
    font-family: 'Marcellus' !important;
    font-weight: 400;
}
.product-sec ul.vc_tta-tabs-list {
    text-align: center;
    background: #171717 !important;
    width: 92%;
    margin: 0 auto !important;
    height: 80px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 40px !important;
    border: 1px solid #333333;
    border-radius: 5px;
    margin-top: 32px !important;
}
.product-sec ul li.vc_tta-tab {
    margin-right: 80px !important;
}
.product-sec .vc_tta-panel-body {
    background-color: #000 !important;
}
.product-sec li.product.type-product {
    background: #fff !important;
    padding: 20px 20px 20px 20px !important;
    border-radius: 10px !important;
}
.product-sec li.product.type-product h2 {
    font-size: 26px !important;
    line-height: 40px !important;
    color: #000000 !important;
    font-family: 'Marcellus' !important;
    font-weight: 400;
    padding-top: 0 !important;
}
.product-sec li.product.type-product span.price {
    color: #C49E4C;
    font-size: 25px;
    line-height: 33px;
    font-family: 'Poppins' !important;
    position: absolute;
    right: 25px;
    top: 77%;
}
.product-sec li.product.type-product a.button {
    background: #EE3896 !important;
    color: #fff;
    /* padding: 22px 100px 22px 90px; */
    width: 313px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    font-size: 0;
    height: 50px;
    position: relative;
}
.product-sec li.product.type-product a.button:before {
    content: 'Add to cart';
    position: absolute;
    font-size: 16px;
    line-height: 21px;
}
.product-sec li.product.type-product a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-loop {
    position: absolute;
    top: 30px;
    right: 22px;
    color: #E82288;
    margin: 0;
}
.product-sec li.product.type-product span.tinvwl_add_to_wishlist-text {
    display: none;
}
.product-sec li.product.type-product a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-loop:before {
    font-size: 40px !important;
    background: rgb(238 56 150 / 15%);
    border-radius: 5px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*******PINK SEC CSS********/
.sec-three .theme-h2 {
    color: #ffffff !important;
    line-height: 74px;
    padding-bottom: 32px;
    padding-top: 30px;
}
.sec-three .cnt-rw .pink-head h2 {
    color: #fff;
    font-size: 50px;
    line-height: 74px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 31px;
}
.sec-three {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    position: relative !important;
    z-index: 999;
}
.sec-three .hair-img-2 img {
    padding-top: 38px;
}
.sec-three .hair-img-2 {
    text-align: right !important;!i;!;
}
.sec-three .cnt-rw {
    padding-top: 113px;
    padding-left: 40px;
    margin-bottom: 0;
}
.sec-three .theme-p {
    font-size: 18px;
    line-height: 34px;
    color: rgb(255 255 255 / 70%);
    width: 90%;
}
.sec-three .cnt-rw .pink-head ul {margin-bottom: 0;padding-left: 30px;}
.sec-three .cnt-rw .pink-head ul li {
    list-style: none;
    font-size: 18px;
    line-height: 46px;
    color: rgb(255 255 255 / 70%);
    position: relative;
}
.sec-three .cnt-rw .pink-head ul li:before {
    content: '-';
    position: absolute;
    font-weight: 500;
    left: -30px;
    font-size: 27px;
    color: #000;
}
.sec-three .pnk-col:before {
    content: '';
    background-color: #EE3896 !important;
    height: 812px;
    width: 1060px;
    position: absolute;
    z-index: -1;
    left: -90px;
}
.sec-three .pnk-col {
    position: relative;
    z-index: 999;
    !i;!;
}
.sec-three .vc_col-sm-6 {
    position: relative;
    z-index: revert-layer;
    width: 48% !important;
}
.sec-three .pnk-col:after {
    content: '';
    background: url(images/girl.png);
    position: absolute;
    bottom: 0;
    width: 341px;
    height: 413px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    right: 10%;
}
.sec-three:after {
    content: '';
    background-color: #EE3896 !important;
    width: 434px;
    height: 425px;
    position: absolute;
    bottom: 10.5%;
    z-index: -1;
}
/* .sec-three .hair-img {
    margin-top: -70px;
    margin-left: 60px;
} */
.sec-three .pnk-col.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 52% !important;
}
/**********FEARTURED SEC CSS*************/
.featured-sec .theme-h2 {
    color: #fff;
    padding-bottom: 52px;
}
.featured-sec {
    background: #000 !important;
    padding-top: 113px !important;
    padding-bottom: 120px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.featured-sec li.product.type-product {
    background: #fff !important;
    padding: 20px 20px 20px 20px !important;
    border-radius: 10px !important;
}
.featured-sec li.product.type-product h2 {
    font-size: 26px !important;
    line-height: 40px !important;
    color: #000000 !important;
    font-family: 'Marcellus' !important;
    font-weight: 400;
    padding-top: 0 !important;
}
.featured-sec li.product.type-product span.price {
    color: #C49E4C;
    font-size: 25px;
    line-height: 33px;
    font-family: 'Poppins' !important;
    position: absolute;
    right: 25px;
    top: 77%;
}
.featured-sec li.product.type-product a.button {
    background: #EE3896 !important;
    color: #fff;
    /* padding: 22px 100px 22px 90px; */
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    font-size: 0;
    height: 50px;
    position: relative;
}
.featured-sec li.product.type-product a.button:before {
    content: 'Add to cart';
    position: absolute;
    font-size: 16px;
    line-height: 21px;
}
.featured-sec li.product.type-product a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-loop {
    position: absolute;
    top: 30px;
    right: 22px;
    color: #E82288;
    margin: 0;
}
.featured-sec li.product.type-product span.tinvwl_add_to_wishlist-text {
    display: none;
}
.featured-sec li.product.type-product a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-loop:before {
    font-size: 40px !important;
    background: rgb(238 56 150 / 15%);
    border-radius: 5px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*******FOOTER CSS**********/
.theme-footer h3 {
    font-size: 36px;
    line-height: 60px;
    margin: 0;
    padding-bottom: 30px;
    color: #fff;
    font-weight: 400;
    font-family: 'Marcellus';
}
.ft2 ul {
    position: relative;
    column-count: 2;
    display: block;
    margin-bottom: 0;
}
.ft2 ul li a {
    color: #B7B7B7;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
    padding-left: 5px;
}
.ft2 ul li a:hover {
    transition: all 0.5s ease-in-out;
    background: transparent !important;
}
.ft2 ul li a:focus {
    background: transparent !important;
}
.ft2 ul li {
    list-style: disc;
    color: #EE3896;
}
.ft2 ul li a:hover {
    color: #ee3896 !important;
}

.ft3 p a:hover {
    color: #ee3896;
    transition: 0.5s !important;
}
.ft3 p a {
    color: #B7B7B7;
    transition: 0.5s !important;
}
.ft3 p {
    color: #000;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 600;
}
.theme-footer p {
    font-size: 18px !important;
    line-height: 36px !important;
    color: #B7B7B7;
    font-weight: 400;
}
.ft4 .NewsForm input.form-control {
    background: #00000082;
    height: 42px;
    width: 70%;
}
.ft4 .NewsForm input.form-control::placeholder {
    color: #ffffff8a;
}
.ft4 .NewsForm .btn-primary {
    height: 38px;
    width: 38px;
    padding: 0 !important;
    font-size: 0 !important;
    background-image: url(images/arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: -68px;
    right: 0;
    left: 52.9%;
    background-color: #f365a6 !important;
    border: none;
}
.ft1 span {
    background-color: #3f3d3ded !important;
    color: #EE3896 !important;
    border-radius: 5px  !important;
    height: 30px !important;
    width: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
}
.theme-footer {
    background: #000 !important;
    padding-top: 76px;
    padding-left: 100px;
    padding-right: 30px;
    padding-bottom: 76px;
}
.foot-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-lst ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
}
.footer-lst ul li {
    list-style: none;
    margin-right: 20px;
    border-right: 2px solid #ffffff9e;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}
.footer-lst ul li:last-child {
    margin-right: 0;
    border: none;
    padding-right: 0;
}
.site-info {
    font-size: 18px;
    font-weight: 500;
}
.site-info a {
    color: #EE3896 !important;
    text-transform: uppercase;
}
footer#colophon {
    background: #000 !important;
    padding-left: 100px;
    padding-right: 100px;
}
.footer-lst ul li a {
    text-decoration: none;
}
.footer-lst ul li:hover {
    color: #ffc107;
    transition: all 0.5s ease-in-out;
}


span.wpcf7-spinner {
    position: absolute;
    top: 0;
}
.ft4 .form-control::placeholder {
    color: #9e9e9e;
}
.new_wrapper p {
    display: flex;
    border: none !important;
    width: 358px;
    height: 60px !important;
    justify-content: space-between;
    position: relative;
}
.new_wrapper .form-control {
    background: #1A1A1A;
    border: none;
    height: 38px;
    color: #fff;
    font-size: 16px;
    font-weight: 300 !important;
}
.new_btn {
    font-size: 0px;
    height: 38px;
    width: 38px;
    position: relative;
    z-index: 1;
    background: transparent !important;
    border: none !important;
}
.new_wrapper i {
    width: 38px;
    height: 38px;
    background: #EE3896;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #ffffff;
    font-size: 25px;
}
.ft1 {
    position: relative;
}
.ft1:after {
    content: '';
    position: absolute;
    border: 1px solid #ffffff36;
    height: 100px;
    right: 53px;
    top: 32%;
}
.ft3 {
    POSITION: relative;
}

.ft3:after {
    content: '';
    position: absolute;
    border: 1px solid #ffffff36;
    height: 100px;
    right: 53px;
    top: 32%;
}
.ft3:before {
    content: '';
    position: absolute;
    border: 1px solid #ffffff36;
    height: 100px;
    top: 32%;
    left: -45px;
}
/*******Why Choose US CSS**********/
.vc_section.why-sec {
    padding-top: 80px !important;
    padding-bottom: 80px;
}
.vc_section.why-sec .mn-theme {
    font-size: 24px;
    line-height: 60px;
    color: #fff;
    font-family: 'Marcellus';
}

.vc_section.why-sec p br {
    display: none;
}

.vc_section.why-sec p {
    font-size: 18px;
    line-height: 34px;
    color: #ffffff96;
}
.vc_section.why-sec .mm-wrapper .vc_column-inner > .wpb_wrapper {
    border: 1px solid #9A014D;
    margin-bottom: 30px;
    background: #9A014D;
    border-radius: 10px;
    padding: 20px;
}

.vc_section.why-sec .theme-h2 {
    margin-top: 30px;
    margin-bottom: 30px !important;!i;!;
}
.vc_section.why-sec .theme-p {
    color: #fff;
}
.vc_section.why-sec .site-btn {
    margin-top: 50px;
}
/*******Gallery CSS**********/
.vc_section.gallery-sec .vc_column-inner {
    padding: 0px;
}
.vc_section.gallery-sec .wpb_image_grid_ul {
    display: flex !important;        
    flex-wrap: nowrap !important;    
    gap: 0px !important;            
    position: relative !important;   
    height: auto !important;         
    padding: 0 !important;
    margin: 0 !important;
}
.vc_section.gallery-sec .wpb_image_grid_ul .isotope-item {
    position: static !important;    
    width: auto !important;
    margin: 0 !important;
}
/*******TESTIMONIALS CSS**********/
.tstBox {
  text-align: center;
}
.tstBox .txt {
  padding: 60px 70px 133px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.tstBox .thumb {
    width: 390px;
    height: 400px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    margin: 0 auto;
}
.tstBox .thumb img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.tstBox .thumb .ctn {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 3px solid #000000;
    border-radius: 5px;
    width: 90%;
    padding: 15px;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s ease-in-out !important;
}
.tstBox .ctn h3 {
    color: #C49E4C;
    font-size: 26px;
    line-height: 34px;
    font-family: 'Roboto';
    margin-bottom: 4px;
    margin-top: 0;
}
.tstBox .ctn p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.tstBox .thumb .ctn:before {
  content: '';
  width: 100%;
  height: 100%;
  backdrop-filter: blur(5px);
  background: rgb(0 0 0 / 54%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tstBox .thumb:hover .ctn {
  transform: translateY(-15px);
}
.tstBox .txt:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url('images/back.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.vc_section.tesi-section {
    padding-top: 150px;
    padding-bottom: 100px;
}
.vc_section.tesi-section .theme-h2 {
    color: #000 !important;
    margin-bottom: 50px !important;
}
div#slider_testimonial .owl-stage-outer {
  background-image: url('images/tst_bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 90%;
}
div#slider_testimonial .owl-nav, div#slider_testimonial .owl-dots {
  display: none;
}
/*******FQS CSS**********/
.vc_section.faq-section {
    background: #000;
    padding-top: 120px;
    padding-bottom: 100px;
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.faq-section .fr-ask .vc_column-inner {
    background: #EE3896;
    border-radius: 10px;
    padding-top: 100px;
    padding-bottom: 50px;
}
.faq-section .fr-ask .theme-p {
    color: #fff !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
}
.faq-section .fr-ask .cb-theme {
    color: #fff !important;
    font-size: 23px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 50px;
    margin-bottom: 50px !important;
}
.faq-section .fr-ask .cb-theme {
    color: #fff !important;
    font-size: 23px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 50px;
    margin-bottom: 50px !important;
}
.faq-section .direct-btn a {
    border: 1px solid #B98B3C !important;
    background: linear-gradient(45deg, #B98B3C, #CFB05C, #F6F194, #B98B3C);
    width: 284px !important;
    height: 90px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #000;
    font-weight: 500;
}
.faq-section .fr-ask .direct-btn {
   
    display: flex !important;
    justify-content: center;
    margin-top: 70px;
}
.faq-section .theme-h2 {
    margin-bottom: 30px !important;
}
.faq-section .vc_tta-panel {
    background-color: #242424;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.faq-section .vc_tta-panel-heading h4.vc_tta-panel-title  span.vc_tta-title-text {
    color: #fff;
    font-size: 22px;
    font-family: 'Poppins';
    line-height: 34px;
    font-weight: 500;
}
.faq-section .vc_tta-panel-heading {
    background: #242424 !important;
    border: unset !important;
}
.faq-section .vc_tta-panel-body {
    background: #242424 !important;
    border: unset !important;
    color: #ffffff73;
}
.faq-section .vc_tta-panel-body p {
    font-size: 18px;
    line-height: 34px;
}
.faq-section span.vc_tta-title-text {
    border-bottom: 1px solid #ffffff61;
    padding-bottom: 10px;
}
.faq-section.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
    border-color: #C49E4C !important;
}
/*******NEWS AND POST CSS**********/
.post-row .col-md-3:nth-child(odd) .ser-thum img {
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.ser-thum img {
    height: 310px !important;
    object-fit: cover;
    width: 400px !important;
}
.new-section {
    padding-left: 100px !important;
    padding-right: 100px !important;
    padding-top: 150px;
    padding-bottom: 150px;
}
.new-section .theme-h2 {
    color: #000 !important;
    margin-bottom: 50px !important;
}
.boxer h6 {
    font-size: 16px;
    color: #000000a1;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Poppins';
	display: none;
}
.boxer p {
    font-size: 18px;
    line-height: 38px;
    color: #000;
    margin-bottom: 20px;
}
.boxer a {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-decoration-line: underline;
}
.boxer a:hover i {
    transform: rotate(1deg);
    color: #ee3896;
    transition: 0.5s;
}
.boxer a i {
    transition: 0.5s;
}
.boxer a i {
  line-height: 30px;
  font-size: 18px;
  margin-left: 10px;
  transform: rotate(309deg);
}
.info-wrapper h3 {
    font-size: 26px;
    color: #000;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase !important;
	 display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*******BREADCRUMBS CSS******/
.breadcrumbs {
    padding-top: 250px;
    padding-bottom: 100px;
    background: #EE3896 !important;
    text-align: center;
}
.breadcrumbs h1 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: 1px;
}

/*****************PRODUCT PAGE CSS****************/
body.woocommerce-page section#primary {
    padding-top: 100px;
    padding-bottom: 100px;
}
body.woocommerce-shop h1.page-title {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
}
.woocommerce-ordering select {
    height: 50px;
    padding: 0 60px 0 20px !important;
    background: linear-gradient(90deg, rgb(185 139 58) 0%, rgba(223, 203, 115, 1) 63%, rgba(185, 139, 60, 1) 100%) !important;
    border: #B98B3C !important;
    border-radius: 5px;
}
body.woocommerce-shop p.woocommerce-result-count {
    font-size: 18px;
    line-height: 34px;
}
h2.woocommerce-loop-product__title {
    font-size: 26px !important;
    line-height: 40px !important;
    color: #000000 !important;
    font-family: 'Marcellus' !important;
    font-weight: 400;
    padding-top: 0 !important;
}
body.woocommerce-shop span.price {
    color: #C49E4C;
    font-size: 25px !important;
    line-height: 33px !important;
    font-family: 'Poppins' !important;
}
body.woocommerce-shop a.button {
    background: #EE3896 !important;
    color: #fff;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    /* line-height: 21px; */
    font-weight: 500;
    font-size: 0;
    height: 50px;
    position: relative;
}
a.button.product_type_variable.add_to_cart_button{
	background: #EE3896 !important;
    color: #fff;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    /* line-height: 21px; */
    font-weight: 500;
    height: 50px;
    position: relative;
}
body.woocommerce-shop a.button:before {
    content: 'Add to cart';
    position: absolute;
    font-size: 16px;
    line-height: 8px;
}
body.woocommerce-shop li.product.type-product span.tinvwl_add_to_wishlist-text {
    display: none;
}
a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-loop:before {
    font-size: 40px !important;
    background: rgb(238 56 150 / 15%);
    border-radius: 5px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-loop {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #E82288;
    margin: 0;
}
span.tinvwl_add_to_wishlist-text {
    display: none;
}
/********SINGLE PRODUCT PAGE CSS*************/
body.single-product section#primary {
    padding-top: 100px;
    padding-bottom: 100px;
}
body.single-product h1.product_title.entry-title {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
}
body.single-product tr {
    background: linear-gradient(90deg, rgb(185 139 58) 0%, rgba(223, 203, 115, 1) 63%, rgba(185, 139, 60, 1) 100%) !important;
}
body.single-product td.value {
    padding: 10px 30px 10px 20px !important;
}
body.single-product .variations label {
    font-size: 20px !important;
    line-height: 30px;
    color: #fff !important;
    font-weight: 500 !important;
    font-family: 'Marcellus' !important;
    padding-left: 20px;
    padding-top: 30px;
}
body.single-product .quantity .qty {
    background: linear-gradient(90deg, rgb(185 139 58) 0%, rgba(223, 203, 115, 1) 63%, rgba(185, 139, 60, 1) 100%) !important;
    border: #000;
    height: 40px;
    border-radius: 5px;
    font-size: 20px;
}
body.single-product form.cart .button {
    background: #000 !important;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    padding: 12px 51px 12px 51px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out !important;
    position: relative;
    text-transform: capitalize;
}
body.single-product a.tinvwl_add_to_wishlist_button {
    display: none;
}
body.single-product h2.woocommerce-loop-product__title {
    font-size: 30px !important;
    line-height: 40px;
    margin: 0;
}
body.single-product a.button {
    background: #EE3896 !important;
    color: #fff;
    padding: 16px 100px 22px 90px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    height: 50px;
}

/***********ADD TO CART PAGE CSS************/
h1.entry-title {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
body.woocommerce-cart .wc-block-cart__submit-container a {
    background: #000 !important;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    padding: 12px 51px 12px 51px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out !important;
    position: relative;
    text-transform: capitalize;
}
body.woocommerce-cart table tr.wc-block-cart-items__header {
    background: transparent !important;
}
body.woocommerce-cart table th {
    font-size: 20px;
    font-family: "Marcellus", serif;
}
body.woocommerce-cart table tr {
    background: transparent !important;
}
body.woocommerce-cart table .wc-block-cart-item__wrap a {
    color: #000 !important;
    font-size: 20px;
}
body.woocommerce-cart span {
    font-size: 20px;
}
body.woocommerce-cart .is-large.wc-block-cart .wc-block-cart__totals-title {
    font-size: 20px;
    font-family: "Marcellus", serif;
}

body.woocommerce-checkout .wc-block-checkout__actions_row button {
    background: #000 !important;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    padding: 12px 51px 12px 51px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out !important;
    position: relative;
    text-transform: capitalize;
}

/***********WHY CHOOSE US PAGE CSS***********/
.pt2fr h2 {
    font-size: 36px;
    line-height: 54px;
    font-weight: 900;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.pt2fr ul li {
    margin-bottom: 15px;
}
.pt2fr ul li::marker {
    color: #ee3896 !important;
}
.pt2fr ul {
    padding-left: 20px;
}

/********TESTIMONIALS PAGE CSS*********/
.sec-testi {
    padding-top: 100px;
    padding-bottom: 100px;
}
.sec-testi .tstBox .txt:before {
    background-size: 110% 100% !important;
}
.sec-testi .col-md-6 {
    padding-top: 100px;
}
.sec-testi .col-md-6:first-child {
    padding-top: 0;
}
.sec-testi .col-md-6:nth-child(2) {
    padding-top: 0;
}

/**************BLOG PAGE CSS******/
section.vc_section.blg-sec-inner {
    padding-top: 100px;
    padding-bottom: 100px;
}
section.vc_section.blg-sec-inner .vc_gitem-zone.vc_gitem-zone-c {
    background: #fff !important;
    box-shadow: 0px 0px 30px #00000014;
    padding: 20px 10px 0px 10px;
}
section.vc_section.blg-sec-inner .vc_gitem-zone.vc_gitem-zone-c h4 {
    font-size: 21px;
    line-height: 31px;
    margin-top: 0;
}
section.vc_section.blg-sec-inner .vc_gitem-zone.vc_gitem-zone-c p {
     font-size: 17px;
    line-height: 34px !important;
    color: #000;
    text-overflow: ellipsis;
    --max-lines: 1;
    max-height: calc(var(--lh) * var(--max-lines));
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
    overflow: hidden;
    line-height: 1.2;
    padding-right: 25px;
}
section.vc_section.blg-sec-inner .vc_gitem-zone.vc_gitem-zone-c .vc_btn3-container.vc_btn3-left a {
    font-size: 16px !important;
    font-weight: 400;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    text-transform: capitalize !important;
    transition: 0.5s !important;
}
section.vc_section.blg-sec-inner .vc_gitem-animated-block .vc_gitem-zone {
    border-radius: 15px 15px 0px 0px;
}
/*******BLOG SINGLE POST CSS***********/
body.single-post section#primary {
    padding-top: 100px;
    padding-bottom: 100px;
}
body.single-post h1.entry-title {
    font-size: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
}
body.single-post .nav-previous a {
    font-size: 18px !important;
    font-weight: 400;
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    text-transform: capitalize !important;
    transition: 0.5s !important;
    padding: 10px 60px 10px 60px;
}
body.single-post .nav-next a {
    font-size: 18px !important;
    font-weight: 400;
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
    text-transform: capitalize !important;
    transition: 0.5s !important;
    padding: 10px 60px 10px 60px;
}

/**********EXPLORE IT PAGE CSS************/
.info_Box {
    background: linear-gradient(90deg, rgb(185 139 58) 0%, rgba(223, 203, 115, 1) 63%, rgba(185, 139, 60, 1) 100%) !important;
    padding: 28px 28px;
    border-radius: 5px;
    border: 1px solid rgb(204, 204, 204);
    box-shadow: 0 0 10px 0 #0000000f;
}
.info_Box .info_list ul li {
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    transition: all 0.5s ease-in-out !important;
}
.info_Box .info_list ul li i {
    margin-right: 20px;
    color: #ffffff;
}
.info_Box .info_list ul li a {
    color: #ffffff;
    transition: all 0.5s ease-in-out !important;
}
.info_Box .info_list ul li a:hover {
    color: #000;
    /* padding-left: 15px; */
    transition: all 0.5s ease-in-out !important;
    text-decoration: none;
}
.contact_page_sec {
    padding-top: 100px;
    padding-bottom: 80px;
}
.ContactForm input,.ContactForm textarea {
    background: transparent;
    border-radius: 3px;
    height: 50px;
    margin-bottom: 4px !important;
    padding: 0 20px;
    border-radius: 3px;
}
.ContactForm textarea {
    height: 210px;
    padding: 20px 20px;
    resize: none;
}
.ContactForm input.btn-primary {
    margin: 0;
    background: #000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    border: 0;
}
.form-control:focus {
    box-shadow: none;
    border: 1px solid #000;
}
.info_list ul {
    list-style: none;
    padding: 0 !IMPORTANT;
}
.contact-page h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}
.info_Box .info_list ul li:hover {
    padding-left: 15px;
    transition: all 0.5s ease-in-out !important;
    color: #000;
}

/**********PRIVACY PAGE CSS*********/
section.vc_section.privacy-pg-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
section.vc_section.privacy-pg-sec h2 {
    margin: 0;
    font-size: 35px;
    line-height: 50px;
}
section.vc_section.privacy-pg-sec p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
}

/*******WEB RESPONSIV CSS********
********************************/
@media only screen and (max-width: 1740px){
     .product-sec li.product.type-product a.button {
        width: 272px;
    }
.product-sec {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.product-sec .vc_tta-panels-container {
    border: unset !important;
    
}

.product-sec .vc_tta-panels {
    border: unset !important;
}
.featured-sec {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.featured-sec li.product.type-product a.button {
    width: 284px;
}
.vc_section.why-sec {
    padding-left: 150px !important;
    padding-right: 50px !important;
}
.vc_section.faq-section {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.new-section {
    padding-left: 80px !important;
    padding-right: 80px !important;
}
.ft4 .NewsForm .btn-primary {
    top: -67px;
    left: 51.9%;
}
.product-sec ul.vc_tta-tabs-list {
    width: 95%;
}
li.product.type-product span.price {
    top: 77%;
}
.sec-three .hair-img {
    margin-left: 0;
}
.theme-h2 {
    font-size: 50px;
}
}
@media only screen and (max-width: 1660px){
.product-sec li.product.type-product a.button {
   width: 100% !important;
}
.product-sec ul.vc_tta-tabs-list {
    background: #171717 !important;
    width: 100%;
    margin: 0 auto !important;
    height: 80px !important;
    margin-bottom: 40px !important;
    border: 1px solid #333333;
    border-radius: 5px;
    margin-top: 32px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 10px !important;
}
.product-sec ul li.vc_tta-tab a {
    font-size: 16px !important;
} 
.product-sec {
      padding-left: 60px !important;
      padding-right: 60px !important;
}
.product-sec li.product.type-product h2 {
    font-size: 23px !important;
    line-height: 33px !important;
}
li.product.type-product span.price {
    font-size: 20px;
    line-height: 34px;
    right: 25px;
    top: 77%;
} 
.featured-sec {
      padding-left: 60px !important;
      padding-right: 60px !important;
} 
.featured-sec li.product.type-product a.button {
        width: 100%;
}
.featured-sec li.product.type-product h2 {
    font-size: 23px !important;
    line-height: 33px !important;
} 
/* .featured-sec li.product.type-product span.price {
    font-size: 18px;
    line-height: 34px;
    right: 25px;
    top: 70%;
} */
.theme-h2 {
    font-size: 50PX;
    line-height: 65PX ! IMPORTANT;
}
.vc_section.why-sec {
        padding-left: 60px !important;
        padding-right: 60px !important;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        background-size: 100% 100% !important;
}
.tstBox .thumb {
    width: 340px;
    height: 360px;
}
.vc_section.faq-section {
      padding-left: 60px !important;
      padding-right: 60px !important;
}
.theme-footer {
    padding-left: 15px;
    padding-right: 50px;
}
footer#colophon {
    background: #000 !important;
    padding-left: 20px;
    padding-right: 20px;
}
.ft1:after {
    right: 42px;
}
.ft3:before {
    left: -23px;
}
.ft3 {
    padding-left: 0px;
}
.ft3:after {
    right: 20px;
}
.new-section {
      padding-left: 60px !important;
      padding-right: 60px !important;
}
}
@media only screen and (max-width: 1600px){
  header#masthead {
    padding-left: 50px;
    padding-right: 50px;
}
li.product.type-product span.price {
    top: 77%;
}
.theme-h2 {
    font-size: 45px;
    padding-bottom: 10px !important;
}
.boxer p {
    font-size: 22px;
}
}
@media only screen and (max-width: 1500px){
  body:not(.theme-preset-active) #masthead .navbar-nav > li {
    margin-right: 30px;
}
li.product.type-product span.price {
    top: 390px;
}
.sec-three .cnt-rw .pink-head h2 {
    font-size: 45px;
    padding-bottom: 20px;
}
.sec-three .pnk-col:after {
    width: 300px;
    height: 360px;
    background-size: 100% 100% !important;
    right: 20px;
}
.ft2 ul li a {
    font-size: 16px;
}
.theme-footer p {
    font-size: 15px !important;
}
.post-row .col-md-3:nth-child(odd) .ser-thum img {
    height: 220px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px;
}
}
@media only screen and (max-width: 1440px){
  .product-sec li.product.type-product h2 {
    font-size: 20px !important;
}
.product-sec .vc_tta-panel-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
li.product.type-product span.price {
    top: 390px !important;
}
.product-sec {
    padding-bottom: 50px !important;
}
.featured-sec {
    padding-bottom: 80px !important;
}
.faq-section .fr-ask .direct-btn a {
    font-size: 20px;
    height: 70px !important;
}
.new_wrapper i {
    right: 40px;
    font-size: 18px;
}
.sec-testi .tstBox .txt {
    font-size: 16px;
}
}
@media only screen and (max-width: 1366px){
  .product-sec ul li.vc_tta-tab {
    margin-right: 50px !important;
}
li.product.type-product span.price {
    top: 335px !important;
}
.featured-sec .products img {
    height: 300px !important;!i;!;
}
.product-sec .products img {
    height: 300px !important;!i;!;
}
.theme-h2 {
    font-size: 40px !important;
    line-height: 50px !important;
    margin-bottom: 30px !important;
}
section.vc_section.new-section .ser-thum img {
    width: 250px;
    height: 220px;
    object-fit: cover;
}
.hair-img img {
    height: 650px !important;
    width: auto !important;
    object-fit: cover;
}
.vc_section.faq-section {
    padding-top: 80px !important;
}
.sec-three .cnt-rw .pink-head h2 {
    font-size: 40px;
}
.theme-footer {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}
.featured-sec {
    padding-left: 0 !important;
    padding-right: 0px !important;
}
.product-sec {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.sec-three {
    padding-bottom: 80px !important;
    padding-top: 30px !important;
}
.featured-sec li.product.type-product span.price {
    top: 335px !important;!i;!;
}
.vc_section.why-sec p {
    font-size: 16px;
}
.vc_section.tesi-section {
    padding-top: 100px;
}
.new-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.ft1:after {
    right: 25px;
}
.ft2 ul li a {
    padding-left: 0;
}
.navbar-brand {
    margin: 0;
}
header#masthead {
    padding-left: 20px;
    padding-right: 20px;
}
.breadcrumbs {
    padding-top: 200px;
}
body.woocommerce-shop span.price {
    font-size: 22px !important;
}
.theme-footer h3 {
    font-size: 30px;
}
.breadcrumbs h1 {
    font-size: 40px;
}
.pt2fr p br {
    display: none;
}
.faq-section .vc_tta-panel-heading h4.vc_tta-panel-title span.vc_tta-title-text {
    font-size: 20px;
}
.faq-section .vc_tta-panel-body p {
    font-size: 16px;
}
section.vc_section.blg-sec-inner .vc_gitem-zone.vc_gitem-zone-c h4 {
    font-size: 18px;
}
.featured-sec li.product.type-product h2 {
        font-size: 22px !important;
        line-height: 33px !important;
        width: 183px !important;
    }
}
@media only screen and (max-width: 1280px){
.product-sec {
    padding-top: 80px !important;
}
.product-sec li.product.type-product a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after.tinvwl-loop:before {
    width: 50px;
    height: 50px;
    font-size: 33px !important;
}
li.product.type-product span.price {
    top: 285px !important;
}
.product-sec .products img {
    height: 250px !important;!i;!;
}
.sec-three {
    padding-top: 150px !important;
}
.sec-three .theme-p {
    font-size: 16px;
}
.sec-three .pnk-col:after {
    width: 200px;
    height: 250px;
}
.sec-three .cnt-rw .pink-head ul li {
    font-size: 16px;
}
.vc_section.why-sec .mn-theme {
    font-size: 20px;
}
.tstBox .thumb {width: 280px;height: 300px;}
.faq-section .fr-ask .cb-theme {
    margin-bottom: 20px !important;
}
.faq-section .fr-ask .theme-p br {
    display: none;
}
.faq-section .fr-ask .theme-p {
    font-size: 18px;
}
.post-row .col-md-3:nth-child(odd) .ser-thum img {
    height: 190px;
}
.boxer p {
    font-size: 18px;
}
.new_wrapper p {
    width: 320px;
}
.ft2 ul li a {
    line-height: 30px;
}
header#masthead nav {
    padding-bottom: 0 !important;
}
/* .featured-sec li.product.type-product span.price {
    top: 70% !important;
} */
.vc_section.why-sec .mm-wrapper .vc_column-inner > .wpb_wrapper {
    padding: 10px;
}
.ft1:after {
    right: 13px;
}
.sec-testi .tstBox .txt {
    padding: 40px 70px 153px;
}
section.vc_section.blg-sec-inner .vc_gitem-post-data {
    margin-bottom: 0 !important;
}
section.vc_section.blg-sec-inner {
    padding-bottom: 60px;
    padding-top: 70px;
}
.featured-sec li.product.type-product h2 {
        font-size: 22px !important;
        line-height: 33px !important;
        width: 183px !important;
    }
}
@media only screen and (max-width: 1200px){
  header#masthead {
    padding-left: 0;
    padding-right: 0;
}
.vc_section.why-sec p {
    line-height: 26px;
}
.vc_section.faq-section {
    padding-top: 70px;
}
.new-section {
    padding-top: 60px;
}
.new-section .theme-h2 {
    margin-bottom: 20px !important;
}
.new-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.theme-footer p br {
    display: none;
}
.theme-footer {
    padding-bottom: 40px;
}
}



.products img {
    height: 355px !important;!i;!;
    object-fit: cover;
}
.sec-three .theme-p {
    overflow-y: scroll;
    height: 280px;
}
.sec-three .theme-p::-webkit-scrollbar {
    width: 10px; 
}
.sec-three .theme-p::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 5px; 
}
.sec-three .theme-p::-webkit-scrollbar-thumb {
    background: #FF9800;
    border-radius: 5px;
}
.sec-three .theme-p::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.sec-three .hair-img-2 img {
    height: 570px;
    object-fit: contain !important;
    width: 100%;
    border-radius: 20px;
}
.cph-slider .vc_single_image-wrapper img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border: 1px solid #68686863;
}

aside#secondary {
    background: linear-gradient(45deg, #ba8c3b, #DFCD73, #bd9242);
    height: 800px;
    border-radius: 20px;
    margin-top: 10%;
    padding: 20px;
}
body.product-template-default.single.single-product #secondary {
    display: none;
}
body.product-template-default.single.single-product .row {
    JUSTIFY-CONTENT: center;
}

#secondary input#woocommerce-product-search-field-0 {
    BORDER: UNSET;
    OUTLINE: UNSET;
    WIDTH: 190PX;
    height: 50px;
    border-radius: 40px;
    padding: 10px;
}

aside#secondary button {
    border: 2px solid #ee3896;
    width: 100px;
    height: 50px;
    background: #ee3896;
    color: #fff;
    border-radius: 40px;
    outline: unset;
}
#secondary ul.product-categories li.cat-item a {
    color: #000 !important;
}
aside#secondary h3.widget-title {
    color: #000;
}
aside#secondary ul.product-categories.nav.flex-column li::before {
    content: "+ ";
    font-weight: bold;
    position: absolute;
    top: 8px;
    color: #ee3896;
}
aside#secondary ul.product-categories.nav.flex-column li{
    position: relative;
}
body.archive.post-type-archive.post-type-archive-product .row {
    padding: 0px 60px;
}
body.archive.tax-product_cat .row {
    padding: 0px 60px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
	background: #EE3896 !important;
    color: #fff;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    /* line-height: 21px; */
    font-weight: 500;
    height: 50px;
    position: relative;
}
/*===================
 woocommerce-pagination
 =================*/

.woocommerce-pagination .page-numbers {
    display: flex;
    list-style: none;
    padding: 0;
    gap: 8px;
}

.woocommerce-pagination .page-numbers li {
    display: inline-block;
}

.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
    text-decoration: none;
    color: #a42768;
    font-weight: bold;
    padding: 8px 12px;
    border: 2px solid #a42768;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.woocommerce-pagination .page-numbers a:hover {
    background-color: #a42768;
    color: #fff;
}

.woocommerce-pagination .page-numbers .current {
    background-color: #a42768;
    color: #fff;
    border: 2px solid #a42768;
}

.woocommerce-pagination .page-numbers .dots {
    color: #a42768;
    font-weight: bold;
}

.woocommerce-pagination .page-numbers .next {
    background-color: #a42768;
    color: #fff;
    border-radius: 50%;
    padding: 8px 12px;
}
.vvg4546 .theme-p {
    overflow-y: scroll;
    height: 180px;
}
.vvg4546 .theme-p {
    overflow-y: scroll;
    height: 180px;
    scrollbar-width: 2px;
    scrollbar-color: #ee3688 #f1f1f1; 
}
.vvg4546 .theme-p::-webkit-scrollbar {
    width: 2px;
}
.vvg4546 .theme-p::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
}
.vvg4546 .theme-p::-webkit-scrollbar-thumb {
    background: #ee3688; 
    border-radius: 2px;
}
.vvg4546 .theme-p::-webkit-scrollbar-thumb:hover {
    background: #ee3688; 
}
section.vc_section.pt2fr .site-btn {
    display: flex !important;
    justify-content: center;
}
.vc_section.pt2fr img {
    height: 430px;
    object-fit: contain;
    box-shadow: 0px 0px 7px 0px #ee389694;
}
.vc_section.pt2fr .btn.get_str {
    outline: unset;
    border: 2px solid  #000;
    display: flex !important;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
}

.vc_section.pt2fr .btn.get_str br {
    display: unset !important;
}

.vc_section.pt2fr .btn.get_str i {
    line-height: 0px !important;
    color: #000;
}
.get_str {
    border: 1px solid #fff;
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50px;
}
.single-post .post-thumbnail img {
    width: 20% !important;
}
.single-post .entry-content img {
    width: 340px;
}
.single-post .entry-meta {
    display: none;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 16px; /* Reduce font size */
    line-height: 1.2;
    height: 40px; /* Fixed height to prevent wrapping */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* Or use multiline clamp if you want 2 lines */
}

.woocommerce ul.products li.product .price {
        margin-top: 20px;
        font-size: 18px;
        line-height: 40px;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* show max 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.6em;
}

