/*
Theme Name: WP Bootstrap Starter
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";
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1440px;
    }
}

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 {
  font-family: "Inter";
  clear: both;
}
h1 {
  font-size: 43px;
  line-height: 53px;
  letter-spacing: -1px;
  padding: 0 0 10px;
  margin: 0 !important;
  font-weight: 400;
  color: #000000;
}
h2 {
  font-size: 70px;
  line-height: 88px;
  padding: 0 0 10px;
  margin: 0 !important;
  font-weight: 400;

}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 24px;
  line-height: 34px;
  padding: 0 0 10px;
  margin: 0 !important;
  font-weight: bold;
  color: #000000;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}
h6 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 0 0 8px !important;
  font-family: "Poppins";
  font-weight: 600;
  text-transform: uppercase;
}

p, li {
  font-size: 16px;
  line-height: 25px;
  color: #6D7178;
}
h1.entry-title {
    /* font-size: 1.31rem; */
    border-bottom: 1px solid #eaecef;
    text-transform: capitalize;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

.image_hover .vc_single_image-wrapper {
    overflow: hidden;
}

.image_hover .vc_single_image-wrapper img {
    transition: all linear 0.3s;
}

.image_hover .vc_single_image-wrapper img:hover {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
#masthead .navbar-nav > li:hover ul.dropdown-menu {
  display: block !important;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    position: relative;
    z-index: 999;
}

.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: #ffffff;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Inter";
    transition: all linear 0.3s;
    padding: 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: #fff;
}

.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: 0;
  padding-top: 0;
}

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

/* //=======================================================
		search baar hover css
//====================================================== */



.sec-search{
    display: flex;
    align-items: center;
    width: 8%;
    justify-content: space-between;
}
.cstm-search-form {
 
    display: block;
    text-align: end;
    top: 11px;
	margin-right:-20px;
}
.hs-form {
    display: none;
}

.sec-search .hs-form {
    width: 300px;
    height: 44px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px rgb(130 130 130);
    position: absolute;
    bottom: -10px;
    right: 60px;
    z-index: 9;
    display: none !important;
    top: 38px;
}
.sec-search .search-form {
    display: flex;
    align-items: center;
}
.sec-search .hs-form label {
    margin: 0;
    width: 100%;
}
.hs-form .form-control {
    height: 45px;
    padding: 0px 12px;
    border: 1px solid #000000;
    box-shadow: none !important;
    font-size: 15px;
}
.hs-form input.search-submit.btn.btn-default {
    height: 45px;
    box-shadow: none !important;
    color: #000000;
    font-size: 15px;
    width: 120px;
    font-weight: 500;
    border-radius: 4px;
    background: linear-gradient(to bottom, #DDA52C 0%, #F9D65E 50%, #DDA52C 100%);
    position: relative;
    z-index: 99;
}

i.fas.fa-search {
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}
.fas{
	font-family: "Font Awesome 5 Free" !important;
}
/* //=======================================================
		search baar hover css end
//====================================================== */


.header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cstm-search-form a, .cstm-search-form i {
    padding: 0 !important;
}

.header-top a, .header-top i {
    font-size: 16px;
    color: #464646;
}

.hdr_right i.fas.fa-search {
    color: #464646;
}

.hdr_right {
    display: flex;
    align-items: center;
    gap: 45px;
}

.hdr_right .hs-form {
    left: 15px;
}

.hdr_right .hs-form form {
    text-align: left;
}

.hdr_left {
    gap: 15px;
    display: flex;
    align-items: center;
}

.hdr_left .xoo-wsc-sc-bki {
    font-size: 16px;
}

.hdr_left .xoo-wsc-sc-count {
    height: 12px;
    width: 12px;
    font-size: 10px;
    border-radius: 50px !important;
    top: -2px;
    line-height: normal;
}

.header-top {
    padding: 12px 0;
}

.hdr_bottom {
    padding: 17px 0;
    background: black;
}

.hdr_bottom #menu-header-menu {
    gap: 45px;
}

#masthead nav {
    justify-content: space-between !important;
}

#masthead .navbar-brand {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: fit-content;
}

.hdrcaller p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #808080;
}

.hdrcaller p a {
    font-size: 16px;
    padding-left: 8px;
    color: white;
    font-weight: 600;
    text-decoration: none;
}

#Hero-Banner .wpb_text_column p {
    padding: 0 0 50px;
    color: white;
}

#Cstm-Btn a {
    padding: 14px 40px;
    letter-spacing: 1.4px;
    font-size: 14px;
    background: linear-gradient(to bottom, #DDA52C 0%, #F9D65E 50%, #DDA52C 100%);
    border: unset;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    line-height: normal;
}

#Cstm-Btn a:hover {
    background: black !important;
    color: #dda52c;
}

#Hero-Banner #Cstm-Btn a:hover {
    background: white !important;
}

#Hero-Banner {
    padding-top: 245px;
    padding-bottom: 245px;
}

#shop_tabs .vc_tta-tabs-list li {
    margin: 0;
    padding: 0;
}

#shop_tabs .vc_tta-tabs-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 25px 0 50px;
    position: relative;
}

#shop_tabs .vc_tta-tabs-list li a {
    font-size: 15px;
    padding: 0 50px 11px;
    border-bottom: 2px solid #EEEEEE !important;
    font-family: 'Inter';
    letter-spacing: 2px;
    background: transparent;
    border: unset;
}

#shop_tabs .vc_tta-panel-body {
    border: unset;
    padding: 0;
    background: transparent;
}

#shop_tabs .vc_tta-panels {
    background: transparent;
    border: unset;
}

#shop_tabs li.vc_tta-tab.vc_active a {
    border-bottom-color: black !important;
    color: black;
}

li.product.type-product {
    margin-bottom: 30px !important;
    padding: 15px 15px 30px !important;
    border: 1px solid #EEEEEE;
    text-align: center;
    transition: all linear 0.3s !important;
}

li.product.type-product .attachment-woocommerce_thumbnail {
    margin: 0 0 20px !important;
    transition: all linear 0.3s !important;
}

li.product.type-product:hover img {
    transform: scale(1.1);
}

h2.woocommerce-loop-product__title {
    font-size: 16px !important;
    line-height: 26px !important;
    padding: 0 0 8px !important;
    color: #41454D !important;
    font-family: 'Poppins';
    text-transform: capitalize;
}

span.price {
    margin: 12px 0 0 !important;
    font-size: 16px !important;
    color: #000000 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 10px;
	flex-wrap: wrap;
}

span.price del span {
    color: #999999;
	text-decoration: line-through;
}

li.product.type-product .star-rating {
    text-align: center !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
}

li.product.type-product .star-rating span::before {
    color: #999999;
}

li.product.type-product .add_to_cart_button, li.product.type-product .icon_after_add_to_cart {
    display: none !important;
}

li.product.type-product span.onsale {
    display: none;
}

ul.products.columns-4 {
    margin: 0;
}

#shop_tabs .vc_tta-container {
    margin: 0;
}

#Cstm-Btn1 a {
    font-size: 14px;
    padding: 10px 17px;
    color: #F9D65E;
    text-transform: uppercase;
    border: unset;
    font-weight: 600;
    border-radius: 0;
    background: black;
}

#home-sect1 #Cstm-Btn1 {
    padding-top: 15px;
}

#home-sect1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

#home-sect2 h2 {
    font-size: 57px;
    line-height: normal;
    color: white;
}

#home-sect2 a {
    font-size: 14px;
    padding: 14px 25px;
    border: 1px solid #fff;
    background: transparent;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    border-radius: inherit;
    transition: 0.3s !important;
}

#home-sect2 a:hover {
    background: white;
    color: black;
}

.category_wrap p {
    margin: 0 0 38px;
    color: white;
}

.category_wrap {
    position: absolute;
    top: 33%;
    left: 65px;
}

#home-sect2 {
    padding-bottom: 180px;
}

/* ==================================== Footer CSS ==================================== */

#footer-widget {
    padding: 0;
    background: black !important;
    position: relative;
}

#footer-widget section {
    margin: 0;
}

#footer-widget #media_image-2 {
    position: absolute;
    top: -85px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

#footer-widget #nav_menu-2 ul {
    padding-top: 175px;
    padding-bottom: 35px;
    gap: 98px;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
}

#footer-widget #nav_menu-2 ul li a {
    color: white;
    position: relative;
    padding: 0;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    width: fit-content;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
}

#footer-widget ul li a:hover {
    background: transparent;
}

#footer-widget ul li a:focus {
    background-color: #eeeeee00;
    text-decoration: none;
}

#footer-widget #nav_menu-2 ul li a::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #191919;
    display: block;
    border-radius: 40px;
}

#footer-widget #nav_menu-3 a, #footer-widget #nav_menu-4 a {
    font-size: 15px;
    padding: 0;
    color: white;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 8px;
}

#footer-widget #nav_menu-3 ul, #footer-widget #nav_menu-4 ul {
    flex-direction: row !important;
}

#footer-widget #nav_menu-4 ul {
    justify-content: end;
}

#footer-widget ul li a {
    font-family: 'Inter';
}

#footer-widget #nav_menu-3 a i, #footer-widget #nav_menu-4 a i {
    width: 40px;
    height: 40px;
    background: #fff;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 40px;
}

#footer-widget #nav_menu-3 ul {
    gap: 64px;
}

#footer-widget #nav_menu-4 ul {
    gap: 20px;
}

#footer-widget .row:last-child {
    padding-top: 28px;
    padding-bottom: 25px;
    align-items: center;
}

#footer-widget .row .site-info, #footer-widget .row .site-info a {
    font-size: 16px;
    color: white;
    margin: 0;
}

#footer-widget .row #media_image-3 {
    text-align: end;
}

/* #footer-widget::before, #footer-widget::after {
    content: '';
    position: absolute;
    background: #666666;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#footer-widget::before {
    top: 150px;
}

#footer-widget::after {
    bottom: 140px;
} */

#footer-widget hr {
    width: 100%;
    border-top: 1px solid #666666;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#footer-widget .f-hr1 {
    top: 155px;
}

#footer-widget .f-hr2 {
    margin-top: -18px;
}

#footer-widget .f-hr3 {
    margin-top: -60px;
}

footer#colophon {
    display: none;
}

/* ==================================== Footer CSS ==================================== */

#Inner-Banner {
    padding-top: 180px;
    padding-bottom: 240px;
}

#aboutus-sect h1 {
    font-size: 57px;
    line-height: 67px;
    padding: 0 0 20px;
    letter-spacing: -1px;
}

#aboutus-sect .wpb_text_column p:first-child {
    margin: 0 0 35px;
    font-weight: 200;
}

#aboutus-sect .vc_row:first-child {
    padding-bottom: 180px;
}

#aboutus-sect, #shops-sect {
    padding-top: 100px;
    padding-bottom: 185px;
}

.page-id-87 #Hero-Banner {
    padding-top: 105px;
    padding-bottom: 75px;
}

#shops-sect h1 {
    padding: 0 0 50px;
}


/* ==================================== Contact Page CSS ==================================== */

#Contact_us_sect .vc_col-sm-6:nth-child(1) h4 {
    padding: 0 0 24px;
}

#Contact_us_sect .vc_col-sm-6:nth-child(1) .wpb_text_column p {
    max-width: 585px;
}

.contactus_details_single {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 36px;
}

.contactus_details_single i {
    width: 60px;
    height: 60px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    background: linear-gradient(to bottom, #DDA52C 0%, #F9D65E 50%, #DDA52C 100%);
}

.contactus_details_single h6 {
    font-size: 16px;
    font-weight: bold;
    font-family: "Poppins";
    color: black;
}

.contactus_details_single p {
    margin: 0;
    color: #000;
}

.contactus_details_single a {
    text-decoration: none;color: black;
}

.contactus_details_single:last-child {
    margin: 0;
}

.contactus_details {
    margin: 40px 0 0;
}

#Contact_us_sect .vc_col-sm-6:nth-child(2) .vc_column-inner {
    padding: 40px 40px 60px;
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
}

#Contact_us_sect .vc_col-sm-6:nth-child(2) h4 {
    font-size: 26px;
}

.contact-form input, .contact-form textarea {
    margin: 0 0 20px;
    padding: 16px 20px;
    font-size: 16px;
    height: auto;
    color: #000;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #EEEEEE;
    transition: 0.3s;
}

.contact-form p {
    margin: 0;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #808080;
}

.contact-form {
    padding-top: 10px;
}

.contact-form textarea {
    height: 175px;
    margin: 0;
}

.contact-form .wpcf7-submit {
    padding: 12px 40px;
    letter-spacing: 1.4px;
    margin: 28px auto 0;
    font-size: 15px;
    border: unset;
    background: linear-gradient(to right, #DDA52C 0%, #F9D65E 50%, #DDA52C 100%);
    font-weight: 600;
    color: black;
    text-align: center;
    transition: 0.3s;
    border-radius: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.contact-form .wpcf7-submit i {
    margin-left: 4px;
    font-size: 16px;
}

.contact-form .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
}


.contact-form .form-control:focus {
    color: #000000;
    background-color: #eeeeee00;
    border-color: #eeeeee;
    outline: 0;
    box-shadow: none;
}

.contact-form .wpcf7-not-valid-tip {
    margin: -8px 8px 8px;
}

#Contact_us_sect {
    padding-top: 100px;
    padding-bottom: 100px;
}

#Contact_us_sect2 .vc_row {
    padding: 85px 0 85px 65px;
}

#Contact_us_sect2 .vc_row h1 {
    text-transform: uppercase;
}

#Contact_us_sect2 .wpb_text_column p {
    color: white;
}

.Suscribe-Letter p {
    display: flex;
    justify-content: center;
    width: 100%;
}
.Suscribe-Letter input.wpcf7-email {
    padding: 16px 18px;
    background-color: white;
    border: transparent;
    font-size: 16px;
    color: #000000;
    height: auto;
    border-radius: 0;
}
/* .Suscribe-Letter .btn-large {
    margin-left: -11%;
    position: relative;
    z-index: 99;
    background-color: #F63333;
    border: transparent;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    margin-top: 0.8%;
    font-size: 20px;
} */

.Suscribe-Letter input.wpcf7-email::placeholder {
    color: #C8CACC;
}

.Suscribe-Letter .wpcf7-spinner {
    position: absolute;
    bottom: -15px;
}

.Suscribe-Letter .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    bottom: -30px;
    color: white;
}

.Suscribe-Letter .wpcf7-submit {
    font-size: 15px;
    padding: 10px 40px;
    letter-spacing: 1.4px;
    height: auto;
    margin: 0;
    background: linear-gradient(to right, #DDA52C 0%, #F9D65E 50%, #DDA52C 100%);
    color: black;
    border: unset;
    font-weight: 600;
    border-radius: 0;
    line-height: normal;
}

#Contact_us_sect2 {
    padding-bottom: 185px;
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}

/* ==================================== Contact Page CSS ==================================== */


/* ==================================== Woocommerce CSS ==================================== */

.woocommerce-page #primary, .page-id-38 #primary {
    padding-top: 150px;
    padding-bottom: 180px;
    flex: 0 0 100%;
    max-width: 100%;
}

.woocommerce-page #secondary, .page-id-38 #secondary {
    display: none;
}

h1.product_title.entry-title {
    padding: 0 0 18px !important;
    color: #004132;
    border: unset;
}

.summary.entry-summary .custom-stock {
    margin: 0 0 12px;
    font-size: 14px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.summary.entry-summary .custom-stock i {
    font-size: 20px;
}

.summary.entry-summary .price {
    font-size: 16px !important;
    font-weight: 600;
    color: #004132 !important;
}

.woocommerce-product-details__short-description p br {
    display: none;
}

.summary.entry-summary form.cart {
    margin: 25px 0 15px !important;
}

.summary.entry-summary form.cart input.input-text {
    height: 50px;
    width: 4em;
    padding: 0 10px;
    background: white;
    border: 1px solid #EEEEEE;
    box-shadow: rgb(100 100 111 / 11%) 0px 7px 29px 0px;
    color: #92959A;
    font-weight: 500;
    font-size: 18px;
}

button.single_add_to_cart_button, a.button.wcbuynow-button {
    padding: 17.5px 50px !important;
    letter-spacing: 1.4px;
    margin: 0 !important;
    font-size: 15px !important;
    border: unset !important;
    background: linear-gradient(to right, #DDA52C 0%, #F9D65E 50%, #DDA52C 100%) !important;
    font-weight: bold !important;
    color: black !important;
    text-transform: capitalize;
    border-radius: 0 !important;
}

.summary.entry-summary form.cart .quantity {
    margin: 0 10px 0 0px !important;
}

.summary.entry-summary .single_product_div a, .summary.entry-summary .product_meta a {
    color: #6D7178;
    text-decoration: none;
    font-size: 16px;
}

.summary.entry-summary .product_meta {
    color: black;
    font-size: 16px;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs::before, .woocommerce-tabs.wc-tabs-wrapper .tabs::after, .woocommerce-tabs.wc-tabs-wrapper .tabs li::before, .woocommerce-tabs.wc-tabs-wrapper .tabs li::after {
    display: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs {
    margin: 0 0 40px !important;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs li {
    border: unset !important;
    background: transparent !important;
    padding: 0  !important;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs li a {
    font-size: 22px;
    padding: 5px 25px 10px !important;
    text-transform: capitalize;
    color: #808080 !important;
    font-family: 'Inter' !important;
    font-weight: 500 !important;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs .active {
    border-bottom: 1px solid #DEA62E !important;
    background: linear-gradient(to bottom, #DDA52C 0%, #F9D65E 50%, #DDA52C 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.woocommerce-Tabs-panel h2:first-child {
    display: none;
}

.comment-form-rating .stars a {color: #dea62e;}

#respond input#submit {
    padding: 12px 40px !important;
    letter-spacing: 1.4px !important;
    margin: 0 !important;
    font-size: 15px !important;
    border: unset !important;
    background: linear-gradient(to right, #DDA52C 0%, #F9D65E 50%, #DDA52C 100%) !important;
    font-weight: 600 !important;
    color: black !important;
    border-radius: 0 !important;
}

section.related.products h2:first-child {
    font-size: 42px;
    line-height: 52px;
    margin: 0 0 50px !important;
    padding: 0;
    text-transform: capitalize;
    text-align: center;
}

section.related.products {
    padding-top: 30px;
}

a.wc-block-components-product-name {
    color: black;
    font-weight: 500;
    text-decoration: none;
}

button.wc-block-components-button.wp-element-button, a.wc-block-components-button.wp-element-button {
    background: linear-gradient(to right, #DDA52C 0%, #F9D65E 50%, #DDA52C 100%) !important;
    color: black !important;
    border: unset !important;
    font-size: 16px !important;
    font-weight: 600;
}

.wc-block-checkout__actions_row .wc-block-components-button.wp-element-button {
    width: 50%;
}

/* ==================================== Woocommerce CSS ==================================== */

.home_sect3 .vc_row h1 {
    text-transform: capitalize !important;
}

#Cstm-Btn2 a {
    font-size: 14px;
    padding: 14px 25px;
    border: 1px solid #fff;
    background: transparent;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    border-radius: inherit;
    transition: 0.3s !important;
}

#Cstm-Btn2 a:hover {
    background: white;
    color: black;
}

.home_sect3 .vc_row #Cstm-Btn2 {
    padding-top: 25px;
}

.home_sect3 .vc_row {
    padding: 0 !important;
}

.home_sect3 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
    margin-bottom: 65px;
    background-position: top center !important;
}

/* ==================================== my-account page CSS ==================================== */

.woocommerce-MyAccount-content a.woocommerce-Button.wc-forward {
    padding: 12px 40px;
    letter-spacing: 1.4px;
    margin: 28px auto 0;
    font-size: 15px;
    border: unset;
    background: linear-gradient(to right, #DDA52C 0%, #F9D65E 50%, #DDA52C 100%);
    font-weight: 600;
    color: black;
    border-radius: 0;
    margin: 0 0 0 10px !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
    color: black;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s;
}

nav.woocommerce-MyAccount-navigation ul li {
    padding: 12px 20px;
    margin: 10px 0;
    transition: 0.3s;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    list-style: none;
}

nav.woocommerce-MyAccount-navigation ul .is-active {
    background: linear-gradient(to right, #DDA52C 0%, #F9D65E 50%, #DDA52C 100%);
}

nav.woocommerce-MyAccount-navigation ul {
    padding: 10px 0 0;
    margin: 0;
}

.woocommerce-info {
    border-color: #ecbe46;
}

.woocommerce-info::before {
    color: #ecbe46;
    top: 26px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding-top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: black;
}

header.woocommerce-Address-title.title h2 {
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    padding: 0;
}

form.woocommerce-EditAccountForm button.woocommerce-Button {
    background: linear-gradient(to right, #DDA52C 0%, #F9D65E 50%, #DDA52C 100%);
    color: black;
    border: unset;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

/* ==================================== my-account page CSS ==================================== */

.whatsapp_float {
    position: fixed;
    right: 0;
    top: 70%;
}
.whatsapp_float .whats_icon {
    width: 70px;
    height: 70px;
    background: #2AA81A;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
}
.whatsapp_float .whats_icon i {
    color: #fff;
    font-size: 40px;
}

.categoryinnr_section .vc_row.vc_inner ul.products.columns-4 li {
    width: 100%;
}

.categoryinnr_section .vc_row:nth-child(2) h1 {
    padding-top: 50px !important;
}

.categoryinnr_section .vc_row:nth-child(1) ul.products.columns-4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categoryinnr_section .vc_row:nth-child(1) ul.products.columns-4 li {
    margin-right: 0;
/*     width: 100%; */
}

a.button.wcbuynow-button {
    margin-left: 8px !important;
}

.gmwpdl-product-details span {
    display: none;
}

.gmwpdl-product-details div {
    font-size: 12px;
    line-height: normal;
    color: #41454D;
}

.gmwpdl-product-details {
    margin: 0 !important;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 56px;
}

section.woocommerce-customer-details .woocommerce-column {
    max-width: 50%;
}

.woocommerce-customer-details .woocommerce-column__title, .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 40px;
    line-height: 58px;
    text-transform: capitalize;
    color: #000000;
}

.woocommerce-order-details .woocommerce-table__product-name.product-name a {
    color: black;
}

/* ==================================== Responsive CSS ==================================== */

@media only screen and (max-width: 1199px){
.header-top, .hdrcaller { display: none !important; }
#main-nav { position: fixed !important; top: 0; right: -320px; width: 320px; height: 100vh; background: #000; transition: 0.4s ease; z-index: 9999; display: block !important; padding: 80px 20px; } 
#main-nav.show { right: 0; }
.hdrcaller { position: absolute; z-index: 99999; bottom: -18pc; left: 5px; }
button.navbar-toggler { background: linear-gradient(to right, #DDA52C 0%, #F9D65E 50%, #DDA52C 100%); position: absolute; right: 0; z-index: 9999; top: 0; }
#masthead .navbar-brand { top: -16px; }
.hdr_bottom { background: #0c0c0c; }
.woocommerce-page .hdr_bottom { background: transparent; }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
h6 { margin: 0 0 5px !important; }
h2 { font-size: 35px; line-height: 47px; padding: 0 0 8px; }
h1 { font-size: 28px !important; line-height: 40px !important; letter-spacing: -0.5px !important; padding: 0 0 8px !important; }
p br { display: none; }
p, li { font-size: 15px; }
#Hero-Banner .wpb_text_column p { padding: 0 0 20px; }
#Cstm-Btn a { padding: 10px 30px; letter-spacing: 1px; }
#Hero-Banner { padding-top: 160px; padding-bottom: 55px; }
#shop_tabs .vc_tta-tabs-container { display: block !important; }
#shop_tabs .vc_tta-panel-title { display: none; border: unset; }
#shop_tabs .vc_tta-tabs-list li a { padding: 0 35px 5px; border-bottom: 1px solid #EEEEEE !important; }
#shop_tabs .vc_tta-tabs-list { padding: 10px 0 25px; gap: 15px; }
li.product.type-product { margin-bottom: 20px !important; width: 100% !important; padding: 15px 15px 25px !important; }
span.price { font-size: 15px !important; }
#home-sect1 { padding-top: 40px; padding-bottom: 40px; }
#home-sect2 h2 { font-size: 30px; }
.category_wrap p { margin: 0 0 25px; }
#home-sect2 a, #Cstm-Btn2 a { font-size: 14px; padding: 8px 20px; letter-spacing: 0.5px; }
#home-sect2 .vc_col-sm-6:first-child { margin-bottom: 20px; }
.category_wrap { top: 20%; left: 35px; }
#home-sect2 { padding-bottom: 100px; }
.home_sect3 .vc_row #Cstm-Btn2 { padding-top: 16px; }
.home_sect3 { padding-top: 55px !important; padding-bottom: 55px !important; margin-bottom: 20px; }
/* Footer CSS */
#footer-widget #media_image-2 { top: -60px; max-width: 140px; }
#footer-widget #nav_menu-2 ul { padding-top: 100px; padding-bottom: 20px; gap: 15px; }
#footer-widget #nav_menu-3 ul { gap: 15px; }
#footer-widget #nav_menu-3 a, #footer-widget #nav_menu-4 a { gap: 6px; }
#footer-widget #nav_menu-3 ul, #footer-widget #nav_menu-4 ul { justify-content: center; }
#footer-widget #nav_menu-4 ul { gap: 10px; margin-top: 20px; justify-content: center; }
#footer-widget #nav_menu-3 a i, #footer-widget #nav_menu-4 a i { width: 28px; height: 28px; font-size: 15px; }
#footer-widget hr { display: none; }
#footer-widget .row .site-info, #footer-widget .row .site-info a { font-size: 15px; }
#footer-widget .row .site-info { text-align: center; margin: 0 0 15px; }
#footer-widget .row:last-child { padding-top: 20px; padding-bottom: 15px; }
/* Shop Page CSS */
.page-id-87 #Hero-Banner { padding-top: 155px; padding-bottom: 60px; }
#aboutus-sect, #shops-sect { padding-top: 40px; padding-bottom: 60px; }
#shops-sect h1 { padding: 0 0 20px; }
/* About Us Page CSS */
#Inner-Banner { padding-top: 150px; padding-bottom: 50px; background-position: 70% 100% !important; }
#aboutus-sect .vc_col-sm-6:first-child { margin: 30px 0; }
#aboutus-sect .vc_row:first-child { padding-bottom: 0px; }
.page-id-16 #aboutus-sect { padding-bottom: 90px; }
#aboutus-sect .wpb_text_column p:first-child { margin: 0 0 15px; }
/* Contact US Page CSS */
h4 { font-size: 20px; line-height: 30px; }
#Contact_us_sect .vc_col-sm-6:nth-child(1) h4 { padding: 0 0 8px; }
.contactus_details_single i { width: 40px; height: 40px; font-size: 18px; }
.contactus_details_single { margin-bottom: 25px; }
.contactus_details { margin: 20px 0 35px; }
#Contact_us_sect .vc_col-sm-6:nth-child(2) h4 { font-size: 22px; }
#Contact_us_sect .vc_col-sm-6:nth-child(2) .vc_column-inner { padding: 22px 16px 25px; }
.contact-form input, .contact-form textarea { margin: 0 0 16px; padding: 12px; font-size: 15px; }
.contact-form textarea { height: 120px; }
.contact-form .wpcf7-submit { padding: 10px 35px; letter-spacing: 1px; margin: 20px auto 0; }
#Contact_us_sect { padding-top: 40px; padding-bottom: 50px; }
#Contact_us_sect2 .vc_row { padding: 35px 0 35px 0; }
.Suscribe-Letter .wpcf7-submit { font-size: 15px; padding: 5px 25px; letter-spacing: 1px; }
.Suscribe-Letter input.wpcf7-email { padding: 14px 12px; }
.Suscribe-Letter { padding-top: 22px; }
#Contact_us_sect2 { padding-bottom: 100px; }
/* Woocommerce Page CSS */
.woocommerce-product-gallery { margin-bottom: 18px !important; }
h1.product_title.entry-title { padding: 0 0 10px !important; }
.summary.entry-summary .price { font-size: 15px !important; }
.summary.entry-summary .custom-stock { margin: 0 0 8px; }
.summary.entry-summary form.cart input.input-text { height: 44px; width: 3em; padding: 0 6px; }
button.single_add_to_cart_button, a.button.wcbuynow-button { padding: 14.5px 25px !important; letter-spacing: 0px; font-weight: 600 !important; }
.single_product_div { padding-bottom: 8px; }
.woocommerce div.product div.summary { margin-bottom: 1.5em; }
.woocommerce-tabs.wc-tabs-wrapper .tabs { margin: 0 0 15px !important; gap: 8px; }
.woocommerce-tabs.wc-tabs-wrapper .tabs li a { font-size: 20px; padding: 2px 12px 8px !important; }
.woocommerce div.product .woocommerce-tabs .panel { margin: 0 0 1em; }
section.related.products h2:first-child { font-size: 30px; line-height: 40px; margin: 0 0 20px !important; }
section.related.products { padding-top: 10px; }
.woocommerce-page #primary, .page-id-38 #primary { padding-bottom: 80px; }
.woocommerce-cart section#primary, .woocommerce-checkout section#primary { padding-bottom: 50px; }
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text { font-size: 18px; }
.wc-block-checkout__actions_row .wc-block-components-button.wp-element-button { width: 100%; padding: 0; }
.categoryinnr_section .vc_row:nth-child(2) h1 { padding-top: 10px !important; }
.gmwpdl-product-details { bottom: 52px; }
.summary.entry-summary form.cart .quantity { margin: 0 6px 0 0px !important; }
a.button.wcbuynow-button { margin: 10px 0 0 0px !important; }
.summary.entry-summary form.cart { margin: 20px 0 !important; }
}

@media screen and (min-width: 347px) and (max-width: 767px) {
a.button.wcbuynow-button { margin: 10px 0 0 8px !important; }
}

@media screen and (min-width: 353px) and (max-width: 767px) {
a.button.wcbuynow-button { margin: 0px 0 0 8px !important; }
}


@media screen and (min-width: 400px) and (max-width: 767px) {
li.product.type-product { width: 48% !important; }
.category_wrap { top: 28%; left: 45px; }
.categoryinnr_section .vc_row:nth-child(2) li.product.type-product { width: 80% !important; } 
.categoryinnr_section .vc_row:nth-child(2) ul { display: flex; align-items: center; justify-content: center; } 
.categoryinnr_section .vc_row:nth-child(1) li.product.type-product { width: 80% !important; }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
.categoryinnr_section .vc_row:nth-child(2) .vc_col-sm-3 { width: 50%; } 
.categoryinnr_section .vc_row:nth-child(1) ul.products.columns-4 li { width: 48%; }
.gmwpdl-product-details { bottom: 46px; }
h2 { font-size: 50px; line-height: 68px; padding: 0 0 8px; }
h1 { font-size: 30px !important; line-height: 42px !important; letter-spacing: -0.5px !important; padding: 0 0 8px !important; }
#Hero-Banner .wpb_text_column p { padding: 0 0 30px; }
#Cstm-Btn a { padding: 12px 30px; letter-spacing: 1px; }
#Hero-Banner { padding-top: 150px; padding-bottom: 90px; }
#shop_tabs .vc_tta-tabs-list { padding: 15px 0 35px; }
li.product.type-product { margin-bottom: 20px !important; padding: 15px 15px 20px !important; }
span.price { font-size: 15px !important; }
/* h2.woocommerce-loop-product__title { font-size: 15px !important; line-height: 22px !important; } */
#home-sect1 { padding-top: 60px; padding-bottom: 60px; }
#home-sect2 h2 { font-size: 38px; }
.category_wrap p { margin: 0 0 22px; }
.category_wrap { top: 25%; left: 40px; }
#Cstm-Btn2 a, #home-sect2 a { font-size: 14px; padding: 12px 25px; letter-spacing: 1px; }
#home-sect2 { padding-bottom: 140px; }
.home_sect3 .vc_row #Cstm-Btn2 { padding-top: 20px; }
.home_sect3 { padding-top: 80px !important; padding-bottom: 80px !important; margin-bottom: 40px; }
/* Footer CSS */
#footer-widget .row .site-info, #footer-widget .row .site-info a { font-size: 15px; }
#footer-widget #nav_menu-3 ul { gap: 15px; }
#footer-widget #nav_menu-3 a i, #footer-widget #nav_menu-4 a i { width: 32px; height: 32px; }
/* Shop Page CSS */
#aboutus-sect, #shops-sect { padding-top: 60px; padding-bottom: 102px; }
#shops-sect h1 { padding: 0 0 35px; }
.page-id-87 #Hero-Banner { padding-top: 145px; padding-bottom: 65px; }
/* About Page css */
#Inner-Banner { padding-top: 170px; padding-bottom: 120px; }
#aboutus-sect .wpb_text_column p:first-child { margin: 0 0 9px; }
#aboutus-sect .vc_row:first-child { padding-bottom: 50px; }
/* Contact US Page CSS */
h4 { font-size: 22px; line-height: 32px; padding: 0 0 8px; }
#Contact_us_sect .vc_col-sm-6:nth-child(1) h4 { padding: 0 0 14px; }
#Contact_us_sect .vc_col-sm-6:nth-child(2) h4 { font-size: 24px; }
.contact-form input, .contact-form textarea { margin: 0 0 15px; padding: 12px 10px; font-size: 15px; }
#Contact_us_sect .vc_col-sm-6:nth-child(2) .vc_column-inner { padding: 25px 20px 30px; }
.contactus_details_single i { width: 45px; height: 45px; font-size: 22px; }
.contactus_details_single { gap: 12px; margin-bottom: 25px; }
.contactus_details { margin: 25px 0 0; }
.contact-form .col-md-6:nth-child(2) { padding-left: 4px; }
.contact-form .col-md-6:first-child { padding-right: 4px; }
.contact-form textarea { height: 140px; }
.contact-form .wpcf7-submit { padding: 12px 30px; letter-spacing: 1px; margin: 18px auto 0; }
#Contact_us_sect { padding-top: 70px; padding-bottom: 70px; }
.Suscribe-Letter .wpcf7-submit { padding: 10px 30px; letter-spacing: 1px; }
#Contact_us_sect2 .vc_row { padding: 65px 0 65px 20px; }
#Contact_us_sect2 { padding-bottom: 130px; }
/* Woocommerce Page CSS */
section.related.products h2:first-child { font-size: 36px; line-height: 45px; margin: 0 0 30px !important; }
.woocommerce-page #primary, .page-id-38 #primary { padding-top: 170px; padding-bottom: 120px; }
.woocommerce-tabs.wc-tabs-wrapper .tabs { margin: 0px 0 20px !important; }
.woocommerce div.product div.images { margin-bottom: 1em; }
button.single_add_to_cart_button, a.button.wcbuynow-button { padding: 16.5px 24px !important; letter-spacing: 0px; font-weight: 600 !important; }
.summary.entry-summary form.cart input.input-text { height: 48px; width: 3.5em; }
.summary.entry-summary form.cart .quantity { margin: 0 8px 0 0px !important; }
a.button.wcbuynow-button { margin-left: 5px !important; }
.single-product ul.products.columns-4 li.product.type-product { width: 46%; }
}


@media screen and (min-width: 1025px) and (max-width: 1199px) {
h2 { font-size: 55px; line-height: 72px; }
#Hero-Banner .wpb_text_column p { padding: 0 0 35px; }
#Hero-Banner { padding-top: 185px; padding-bottom: 145px; }
h1 { font-size: 35px; line-height: 45px; letter-spacing: -0.5px; }
#shop_tabs .vc_tta-tabs-list { padding: 20px 0 40px; }
li.product.type-product { margin-bottom: 25px !important; }
#home-sect1 { padding-top: 70px; padding-bottom: 70px; }
#home-sect2 h2 { font-size: 45px; }
.category_wrap p { margin: 0 0 25px; }
.category_wrap { top: 30%; left: 55px; }
#Cstm-Btn2 a, #home-sect2 a { padding: 12px 25px; }
.home_sect3 { padding-top: 100px !important; padding-bottom: 100px !important; }
/* Footer CSS */
#footer-widget #nav_menu-3 ul { gap: 20px; }
#footer-widget #nav_menu-3 a i, #footer-widget #nav_menu-4 a i { width: 35px; height: 35px; }
/* About Page CSS */
#aboutus-sect h1 { font-size: 40px; line-height: 50px; padding: 0 0 12px; }
#aboutus-sect .wpb_text_column p:first-child { margin: 0 0 12px; }
#aboutus-sect .vc_row:first-child { padding-bottom: 80px; }
#Inner-Banner { padding-top: 170px; padding-bottom: 150px; }
/* Contact US Page CSS */
#Contact_us_sect2 .vc_row { padding: 75px 0 75px 40px; }
#Contact_us_sect { padding-top: 80px; padding-bottom: 80px; }
#Contact_us_sect2 { padding-bottom: 140px; }
/* Woocommerce Page CSS */
.woocommerce-page #primary, .page-id-38 #primary { padding-top: 170px; padding-bottom: 120px; }
.woocommerce-tabs.wc-tabs-wrapper .tabs { margin: 0px 0 30px !important; }
.woocommerce div.product div.images { margin-bottom: 1em; }
button.single_add_to_cart_button, a.button.wcbuynow-button { padding: 17.5px 42px !important; letter-spacing: 1px; }
}


@media screen and (min-width: 1200px) and (max-width: 1440px) {
h2 { font-size: 65px; line-height: 82px; }
h1 { font-size: 40px; line-height: 50px; }
#home-sect2 h2 { font-size: 55px; }
#Hero-Banner .wpb_text_column p { padding: 0 0 40px; }
#Hero-Banner { padding-top: 200px; padding-bottom: 200px; }
.category_wrap p { margin: 0 0 32px; }
.category_wrap { top: 30%; left: 60px; }
#Cstm-Btn2 a, #home-sect2 a { padding: 12px 25px; }
.home_sect3 { padding-top: 130px !important; padding-bottom: 130px !important; margin-bottom: 60px; }
/* About Page CSS */
#Inner-Banner { padding-top: 180px; padding-bottom: 200px; }
#aboutus-sect h1 { font-size: 50px; line-height: 62px; padding: 0 0 15px; }
#aboutus-sect .wpb_text_column p:first-child { margin: 0 0 20px; }
#aboutus-sect .wpb_text_column p:first-child br { display: none; }
#aboutus-sect .vc_row:first-child { padding-bottom: 120px; }
/* Contact US Page CSS */
#Contact_us_sect2 .vc_row { padding: 80px 0 80px 50px; }
#Contact_us_sect2 { padding-bottom: 170px; }
/* Woocommerce Page CSS */
#aboutus-sect, #shops-sect { padding-top: 100px; padding-bottom: 150px; }
.woocommerce-tabs.wc-tabs-wrapper .tabs { margin: 0px 0 30px !important; }
.woocommerce-page #primary, .page-id-38 #primary { padding-top: 130px; padding-bottom: 160px; }
section.related.products h2:first-child { font-size: 38px; line-height: 50px; margin: 0 0 40px !important; }
}


@media screen and (min-width: 1200px) and (max-width: 1610px){
.container { padding-right: 60px; padding-left: 60px; }
}

/* ==================================== Responsive CSS ==================================== */


span.custom-sale-badge {
    position: absolute;
    top: 15.1px;
    left: 15.1px;
    font-size: 11px;
    width: 44px;
    height: 24px;
    background: #FF0000;
    color: white;
}