@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
Theme Name: Vector Contractors
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: 500;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Marcellus", serif;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

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

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

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 {
    padding: 11px 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    background: rgb(255 255 255 / 38%);
    border-radius: 0 0 50px 50px;
    backdrop-filter: blur(20px);
}

.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: #000;
	font-size: 18px;
	line-height: 25px;
	padding: 0;
	text-transform: uppercase;
}

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: #000;
  font-weight: 400;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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


/*--------------------------------------------------------------
                    Custom Css Start Here
--------------------------------------------------------------*/
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
        padding: 0 100px;
    }
}
div#main-nav {
    flex-grow: 0 !important;
}

.xtralink a {
   padding: 18px 24px !important;
   border: 2px solid #101010 !important;
   border-radius: 5px !important;
   background: #101010 !important;
   font-size: 18px !important;
   line-height: 25px !important;
   color: #fff !important;
   font-weight: 500 !important;
   transition: 0.5s ease-in-out !important;
   text-transform: uppercase;
   text-decoration: none;
}
.xtralink a:hover {
  background: transparent !important;
  color: #101010 !important;
}

.menu-right li a:hover {
    background: #e14b29;
}


.navbar-brand {
    padding: 0;
    margin: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:not(:last-child) {
    margin-right: 34px;
}
.xtralink a {
    color: #fff;
    font-size: 20px;
}
.countBox {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0px 70px;
}
.countBox p {
    margin: 0;
    line-height: 24px;
}
.countBox h3 {
    font-family: 'Poppins';
    font-size: 30px;
    line-height: 44px;
    color: #000;
    font-weight: 400;
}
.secProduct .owl-stage {
    display: flex;
}
.secProduct  .woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0;
}
.secProduct .woocommerce ul.products li.product .pr-img {
    width: 266px;
    height: 266px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 29px;
}
.secProduct .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins';
    color: #000;
}
.secProduct .woocommerce ul.products li.product span.price {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins';
    color: #000;
}
.secProduct .woocommerce ul.products li.product a.add_to_cart_button {
    display: none;
}
.secProduct .owl-stage-outer {
    overflow: hidden;
    margin-bottom: 50px;
}
.secProduct  .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 46%;
    left: 0;
    right: 0;
    margin: auto;
}
.secProduct .owl-nav button {
    background: transparent;
    border: none;
    font-size: 30px;
    color: rgb(0 0 0 / 20%);
    outline: none;
    box-shadow: none;
    position: absolute;
}
.secProduct .owl-nav button.owl-prev {
    left: -30px;
}
.secProduct .owl-nav button.owl-next {
    right: -30px;
}
.bg_row {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.text-1 p {
    font-size: 22px;
    line-height: 40px;
    color: #000;
    font-weight: 400;
}
.services-Box {
    background: #EFEFEF;
    padding: 25px;
    border-radius: 20px;
	height: 560px;
}
.services-Box .services-img {
    height: 256px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 21px;
}
.services-Box .services-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-Box .services-ctn h3 {
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 21px;
    font-family: 'Poppins';
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}
.services-Box .services-ctn p {
    margin-bottom: 20px;
    color: rgb(0 0 0 / 70%);
}
.services-Box .services-ctn a {
    color: #000;
    font-size: 18px;
    line-height: 34px;
    text-decoration: underline;
}
.services-Box .services-ctn a > svg {
    position: relative;
    left: 9px;
    top: 3px;
}
.secServices .owl-nav {
    text-align: right;
}
.secServices .owl-nav button {
    width: 85px;
    height: 67px;
    padding: 0;
    border: 1px solid rgb(0 0 0 / 7%);
    background: rgb(0 0 0 / 7%);
    color: #B9B9B9;
    font-size: 30px;
    border-radius: 10px;
    margin-left: 16px;
    outline: none !important;
    transition: 0.5s ease-in-out;
}
.secServices .owl-nav button:hover {
    transition: 0.5s ease-in-out;
    background: #000;
    color: #fff;
}
.catBox {
    height: 873px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 56px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.catBox h3 {
    font-size: 86px;
    line-height: 92px;
    color: #fff;
}
.catBox:before {
    content: "";
    background: linear-gradient(0deg, #000000, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
div#footer-widget {
    background: transparent !important;
}
div#footer-widget .first_row {
    padding-top: 80px;
    border-top: 1px solid #E0E0E0;
    padding-bottom: 86px;
    border-bottom: 1px solid #E0E0E0;
}
div#footer-widget .first_row .ft-2 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    /* gap: 95px; */
}
div#footer-widget .first_row .ft-2 .widget_text {
        margin-right: 95px;
}
div#footer-widget .first_row .ft-2 .widget_text:nth-child(3),
div#footer-widget .first_row .ft-2 .widget_text:last-child{
    margin-right: 0;
}
div#footer-widget .first_row .ft-2 ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
div#footer-widget .first_row .ft-2 ul li {
    font-size: 16px;
    line-height: 30px;
    color: rgb(0 0 0 / 50%);
}
div#footer-widget .first_row .ft-2 h3.widget-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 29px;
    color: #000;
    font-family: 'Poppins';
}
div#footer-widget .first_row .ft-1 h3.widget-title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
    color: #000;
    width: 57%;
}
.newsletter > p {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    background: transparent;
    height: 56px;
    border-radius: 5px;
    padding: 0px 22px;
    border: 1px solid #E0E0E0;
    width: 425px;
    margin-bottom: 70px !important;
}
.newsletter span.wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    right: 0;
}
.newsletter .form-control {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    color: #000;
    text-transform: uppercase;
}
.newsletter .form-control::placeholder {
    color: rgb(0 0 0 / 30%);
}
.newsletter .wpcf7-submit {
    position: absolute;
    right: 4px;
    top: 2px;
    font-size: 0;
    background: transparent;
    border-color: transparent;
    width: 48px;
    height: 48px;
}
.newsletter > p:after {
    content: "\f061";
    color: #000000;
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    right: 20px;
    top: 12px;
    font-weight: 800;
    pointer-events: none;
    font-size: 22px;
}
span.insta_info {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
}
div#footer-widget .first_row .ft-1 p {
    margin: 0;
}
div#footer-widget .widget {
    margin: 0;
}
span.insta_info > a {
    color: rgb(0 0 0 / 50%);
    margin-left: 10px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}
span.insta_info > svg {
    font-size: 25px;
}
.footer_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}
footer#colophon {
    background: transparent !important;
}
.footer_row .site-info {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
.footer_row .site-info > a {
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.footer_row .right_link > a {
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    margin-left: 30px;
}
.video_slider video.hm_video {
    height: 850px;
    width: 1750px;
    border-radius: 20px;
    object-fit: cover;
}
/*--------------------------------------------------------------
                    Custom Css End Here
--------------------------------------------------------------*/
/*--------------------------------------------------------------
            Typography And Buttons Css Start Here
--------------------------------------------------------------*/
.head_one {
  font-size: 110px;
  line-height: 120px;
}
.head_two {
  font-size: 90px;
  line-height: 113px;
}
.sub_head {
    font-size: 34px;
    line-height: 25px;
    font-weight: 400;
}
p {
  font-size: 16px;
  line-height: 32px;
  color: #000;
}
.ft-55 p {
  font-size: 24px;
  line-height: 60px;
  color: #000;
  font-weight: 400;
}
.ftc-white {
  color: #fff;
}
.ftc-white p {
  color: #fff;
}
.ftc-black {
  color: #000;
}
.ftc-flame {
  color: #DB5318;
}
.txt-uppercase {
  text-transform: uppercase;
}
.fw-bold {
  font-weight: bold;
}
.cusBtn .vc_general {
  padding: 18px 24px !important;
  border: 2px solid #101010 !important;
  border-radius: 5px !important;
  background: #101010 !important;
  font-size: 18px !important;
  line-height: 25px !important;
  color: #fff !important;
  font-weight: 500 !important;
  transition: 0.5s ease-in-out !important;
  text-transform: uppercase;
}
.cusBtn .vc_general:hover {
  background: transparent !important;
  color: #101010 !important;
}
.ctnForm {
  background: #F2F2F2;
  padding: 50px 40px;
  border-radius: 12px;
}
.ctnForm .form-control {
  background: #DCDCDC !important;
  border-radius: 15px !important;
  height: 60px;
  padding: 0 22px;
  font-size: 18px;
  line-height: 30px;
  box-shadow: none;
  color: #000000;
  margin-bottom: 30px;
  font-weight: 400;
  outline: none !important;
  border: 1px solid #DCDCDC;
}
.ctnForm .form-control::placeholder {
  color: #9A9A9A;
}
.ctnForm label {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 15px;
}
.ctnForm textarea.form-control {
  height: 170px;
  padding: 19px 23px;
}
.ctnForm h1 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 38px;
  color: #000;
}
.ctnForm .submitBtn {
  padding: 18px 24px !important;
  border: 2px solid #101010 !important;
  border-radius: 5px !important;
  background: #101010 !important;
  font-size: 18px !important;
  line-height: 25px !important;
  color: #fff !important;
  font-weight: 500 !important;
  transition: 0.5s ease-in-out !important;
  text-transform: uppercase;
}
.ctnForm .submitBtn:hover {
  transition: 0.5s ease-in-out !important;
  color: #101010 !important;
  background: transparent !important;
}
.ctnForm p {
  margin: 0;
}

a#clos__menu {
    display: none !important;!i;!;
}
/*--------------------------------------------------------------
            Typography And Buttons Css End Here
--------------------------------------------------------------*/
.entry-content {
    margin: 0;
}
div#content {
    padding: 0 !important;
}


@media screen and (max-width: 1820px) {
  div#footer-widget .first_row .ft-1 h3.widget-title {
    width: 62%;
  }
  .secContact img {
    width: 100%;
    height: 770px !important;
    object-fit: cover;
    border-radius: 15px;
  }
}

/* @media screen and (max-width: 1699px) {
/*   .ft-55 p {
    font-size: 50px;
  } */
/*   .vc_row.bg_row {
    padding-top: 258px !important;
    padding-bottom: 258px !important;
  }
  .catBox h3 {
    font-size: 76px;
    line-height: 82px;
  }
  .ctnForm h1 {
    font-size: 50px;
    line-height: 60px;
  }
  div#footer-widget .first_row .ft-1 h3.widget-title {
    width: 75%;
  }
  .countBox {
    padding: 0 30px;
  }
} */ 

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

.cusBtn .vc_general {
    font-size: 16px !important;!i;!;
    line-height: 25px !important;!i;!;
}

.head_two {
    font-size: 70px !important;!i;!;
    line-height: 93px !important;!i;!;
}
	
.video_slider video.hm_video {
    width: 100% !important;!i;!;
    height: 750px !important;!i;!;
}

.catBox h3 {
    font-size: 66px !important;!i;!;
    line-height: 82px !important;!i;!;
}

.ctnForm h1 {
    font-size: 50px !important;!i;!;
    line-height: 60px !important;!i;!;
}

.ctnForm .submitBtn {
    font-size: 16px !important;!i;!;
    line-height: 25px !important;!i;!;
}

div#footer-widget .first_row .ft-1 h3.widget-title {
    font-size: 50px !important;!i;!;
    line-height: 60px !important;!i;!;
}

.catBox {
    height: 773px !important;!i;!;
}

.services-Box .services-ctn h3 {
    font-size: 25px !important;!i;!;
    line-height: 38px !important;!i;!;
}

.text-1 p {
    font-size: 18px !important;!i;!;
    line-height: 34px !important;!i;!;
}

section.secMission {
    padding-bottom: 80px !important;!i;!;
}

.ft-55 p {
    font-size: 20px !important;!i;!;
    line-height: 50px !important;!i;!;
}

.countBox {
    padding: 0px 30px !important;!i;!;
}
	
.About_Page .Page_txt {
    font-size: 40px !important;!i;!;
    line-height: 1.8 !important;!i;!;
}
	
.service-content h3 {
    font-size: 25px !important;!i;!;
    line-height: 34px !important;!i;!;
}
	
.breadcrumbs h1 {
    font-size: 44px !important;!I;!;
    line-height: 36px !important;!i;!;
}

.breadcrumbs span {
    font-size: 16px !important;!i;!;
    line-height: 32px !important;!i;!;
}
	
.woocommerce-shop .container {
    padding: 0 30px !important;!i;!;
}

.woocommerce-page h1.page-title {
    font-size: 34px !important;!i;!;
    line-height: 45px !important;!i;!;
}
	
.single-product div.product .product_title {
    font-size: 30px !important;!i;!;
    line-height: 40px !important;!i;!;
}

.single-product  h2 {
    font-size: 40px !important;!i;!;
}	
}

/* @media screen and (max-width: 1580px) {
  .ft-55 p {
    font-size: 45px;
  }
  .services-Box .services-ctn h3 {
    font-size: 30px;
  }
  .catBox {
    height: 650px;
  }
  .catBox h3 {
    font-size: 66px;
    line-height: 72px;
  }
  .logo_img {
    width: 75%;
    margin: 0 auto;
  }	
  .countBox {
    padding: 0 20px;
  }
  .head_two {
    font-size: 80px;
    line-height: 100px;
  }
}
 */
/* @media screen and (max-width: 1499px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    padding: 0 50px;
  }
  .head_one {
    font-size: 90px;
    line-height: 100px;
  }
  .navbar-brand {
    width: 16%;
  }
  .ctnForm h1 {
    font-size: 41px;
    line-height: 45px;
  }
  .secProduct .woocommerce ul.products li.product .pr-img {
    width: 100%;
    height: 100%;
  }
  .secProduct .woocommerce ul.products li.product .pr-img img {
    margin: 0;
  }
  .ft-55 p {
    font-size: 38px;
    line-height: 60px;
  }
  .services-Box .services-ctn h3 {
    font-size: 26px;
  }
  .catBox {
    height: 600px;
  }
  .catBox h3 {
    font-size: 56px;
    line-height: 66px;
  }
  div#footer-widget .first_row .ft-1 h3.widget-title {
    width: 100%;
  }
  div#footer-widget .first_row .ft-1 p {
    font-size: 14px;
  }
.woocommerce-shop ul.products li {
    width: 23.3% !important;
  
}
} */
@media only screen and (max-width: 1440px) {
	
.woocommerce.woocommerce-shop ul.products li {
    width: 22.7% !important;
}
	
.woocommerce-shop .container {
        padding: 0 80px !important;
}	
}

@media only screen and (max-width: 1366px) {
	
.head_one {
    font-size: 70px !important;!i;!;
    line-height: 80px !important;!i;!;
}

section.secBanner {
    padding-top: 280px !important;!i;!;
    padding-bottom: 250px !important;!i;!;
    padding-left: 50px !important;!i;!;
    padding-right: 50px !important;!i;!;
}

section.seccount {
    padding-left: 10px !important;!i;!;
    padding-right: 10px !important;!i;!;
}

.countBox {
    padding: 0px 20px !important;
}

.head_two {
    font-size: 50px !important;!i;!;
    line-height: 73px !important;!i;!;
}

.ft-55 p {
    font-size: 18px !important;!i;!;
    line-height: 40px !important;!i;!;
}

.text-1 p {
    font-size: 16px !important;!i;!;
    line-height: 32px !important;!i;!;
}

.services-Box .services-ctn h3 {
    font-size: 22px !important;!i;!;
    line-height: 35px !important;!i;!;
}

.catBox h3 {
    font-size: 46px !important;!i;!;
    line-height: 62px !important;!i;!;
}

.catBox {
    height: 600px !important;!i;!;
}

section.secContact {
    padding-left: 50px !important;!i;!;
    padding-right: 50px !important;!i;!;
}

.ctnForm h1 {
    font-size: 40px !important;!i;!;
    line-height: 50px !important;!i;!;
}

div#footer-widget .first_row .ft-1 h3.widget-title {
    font-size: 40px !important;!i;!;
    line-height: 50px !important;!i;!;
}

section.secMission {
    padding-left: 50px !important;!i;!;
    padding-right: 50px !important;!i;!;
}

section.secServices {
    padding-left: 50px !important;!i;!;
    padding-right: 50px !important;!i;!;
}

section.secCatgories {
    padding-left: 50px !important;!i;!;
    padding-right: 50px !important;!i;!;
}

div#footer-widget .container {
    padding: 0px 50px !important;!i;!;
}
	
.woocommerce-shop .container {
        padding: 0 50px !important;
}
	
.breadcrumbs h1 {
    font-size: 34px !important;!i;!;
    line-height: 34px !important;!i;!;
}

.breadcrumbs span {
    font-size: 15px !important;!i;!;
}
	
.single-product h2 {
    font-size: 35px !important;!i;!;
}	
}

@media only screen and (max-width: 1200px) {
	
.container {
    padding: 0px 50px !important;!i;!;
}
	
.About_Page .Page_txt {
    font-size: 35px !important;!i;!;
    line-height: 1.7 !important;!i;!;
}

.catBox h3 {
    font-size: 36px !important;!i;!;
    line-height: 42px !important;!i;!;
}
	
.related.products ul.products li.product {
    width: 22.7% !important;!i;!;
}	
}

@media only screen and (max-width: 1199px) {
	
.container {
    max-width: 1200px !important;!i;!;
}
	
div#main-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    padding: 40px 40px;
    background: #fff;
    z-index: 9999;
    transform: translateX(-100%);
    transition: 0.5s all ease-in-out;
    width: 30%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: start !important;
}
div#main-nav.show {
    transform: none;
}
div#main-nav.collapse:not(.show) {
    display: block !important;
}
div#main-nav .navbar-brand {
    width: 100% !important;
    margin: 0 auto !important;!i;!;
    padding-bottom: 50px;
    text-align: center;
}
	
header#masthead {
    backdrop-filter: unset !important;!i;!;
}
	
body:not(.theme-preset-active) #masthead .navbar-nav > li:not(:last-child) {
    margin-right: 0px !important;!i;!;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    text-align: center !important;!i;!;
    margin-bottom: 20px;
}

.xtralink {
    text-align: center !important;!i;!;
    margin-top: 50px !important;!i;!;
}
	
.navbar-light .navbar-toggler {
    background: #000;
}

.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}

.navbar-light .navbar-toggler:focus {
    outline: none !important;!i;!;
}
	
a#clos__menu {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    text-decoration: none;
    background: #000;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-radius: 0 0 20px 20px;
	display: block !important;
}		
}

@media only screen and (max-width: 1024px) {
	
.head_one {
    font-size: 50px !important;!i;!;
    line-height: 60px !important;!i;!;
}

.cusBtn .vc_general {
    font-size: 15px !important;!i;!;
}

section.secBanner {
    padding-bottom: 180px !important;!i;!;
}

section.seccount {
    padding-top: 70px !important;!i;!;
    padding-bottom: 70px !important;!i;!;
}

.countBox {
    display: block;
    text-align: center !important;!i;!;
    padding: 0px 10px !important;!i;!;
}

.head_two {
    font-size: 40px !important;!i;!;
    line-height: 50px !important;!i;!;
}

.ft-55 p {
    font-size: 16px !important;!i;!;
    line-height: 35px !important;!i;!;
}

.sub_head {
    font-size: 30px !important;!i;!;
}

    .video_slider video.hm_video {
        height: 550px !important;
    }

section.secMission {
    padding-left: 15px !important;!i;!;
    padding-right: 15px !important;!i;!;
}

section.secServices {
    padding-left: 15px !important;!i;!;
    padding-right: 15px !important;!i;!;
}

.services-Box .services-ctn h3 {
    font-size: 18px !important;!i;!;
    line-height: 30px !important;!i;!;
}

.services-Box .services-ctn p {
    font-size: 15px !important;!i;!;
}

section.secCatgories {
    padding-left: 15px !important;!i;!;
    padding-right: 15px !important;!i;!;
}

.catBox {
    height: 500px !important;!i;!;
}

.catBox h3 {
    font-size: 30px !important;!i;!;
    line-height: 40px !important;!i;!;
}

section.secContact {
    padding-left: 15px !important;!i;!;
    padding-right: 15px !important;!i;!;
}

.ctnForm h1 {
    font-size: 30px !important;!i;!;
    line-height: 40px !important;!i;!;
}

.ctnForm label {
    font-size: 16px !important;!i;!;
}

.ctnForm .submitBtn {
    font-size: 15px !important;!i;!;
}

div#footer-widget .container {
    padding: 0px 15px !important;!i;!;
}

div#footer-widget .first_row .ft-1 h3.widget-title {
    font-size: 30px !important;!i;!;
    line-height: 40px !important;!i;!;
}

.footer_row .site-info {
    font-size: 15px !important;!i;!;
}

.footer_row .right_link > a {
    font-size: 15px !important;!i;!;
}
	
.ctnForm input.wpcf7-form-control::placeholder {
    font-size: 15px !important;!i;!;
}

.ctnForm textarea.form-control {
    height: 150px !important;!i;!;
}

.ctnForm .submitBtn {
    height: unset !important;!i;!;
}

.ctnForm textarea.form-control::placeholder {
    font-size: 16px !important;!i;!;
}
	
.ctnForm input.wpcf7-form-control.wpcf7-text.form-control {
    height: 50px !important;!i;!;
}
	
.secMission .bg_row {
    padding-bottom: 50px !important;!i;!;
    padding-top: 50px !important;!i;!;
}
	
.countBox p {
    font-size: 15px !important;!i;!;
}
	
div#main-nav {
    width: 37% !important;!i;!;
}
	
.About_Page p {
    font-size: 16px !important;!i;!;
    line-height: 1.8 !important;!i;!;
}

.About_Page .Page_txt {
    font-size: 30px !important;!i;!;
    line-height: 1.6 !important;!i;!;
}
	
span.insta_info {
    right: 20px !important;!i;!;
}
	
.service-content h3 {
    font-size: 22px !important;!i;!;
    line-height: 32px !important;!i;!;
}

.service-content p {
    font-size: 15px !important;!i;!;
}
	
.woocommerce.woocommerce-page h2.woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 18px !important;!i;!;
}
	
.breadcrumbs h1 {
    font-size: 30px !important;!i;!;
    line-height: 30px !important;!i;!;
}

.single-product div.product .product_title {
    font-size: 25px !important;!i;!;
    line-height: 35px !important;!i;!;
}

.single-product h2 {
    font-size: 30px !important;!i;!;
}
	
.post-navigation .nav-previous a, .post-navigation .nav-next a {
    font-size: 16px !important;!i;!;
    line-height: 30px !important;!i;!;
}

.single-services .entry-content p {
    font-size: 16px !important;!i;!;
}

.single-services h1.entry-title {
    font-size: 25px !important;!i;!;
    line-height: 30px !important;!i;!;
}	
}

@media only screen and (max-width: 960px) {
	
.woocommerce-shop .container {
    padding: 0px 15px !important;!i;!;
}	
}

@media only screen and (max-width: 768px) {
	
.navbar-brand {
    width: 30% !important;!i;!;
}

.navbar-light .navbar-toggler {
    font-size: 18px !important;!i;!;
}
	
.cusBtn .vc_general {
        font-size: 15px !important;
        padding: 12px 14px !important;
}
	
div#main-nav {
        width: 47% !important;
}
	
.seccount .vc_col-sm-3 {
    width: 100% !important;!i;!;
}

.countBox {
    !i;!;
    margin: 0 auto !important;!i;!;
    padding-bottom: 20px !important;!i;!;
    width: 40% !important;!i;!;
}

.head_two {
    font-size: 35px !important;!i;!;
    line-height: 40px !important;!i;!;
}

.secServices .vc_col-sm-8 {
    width: 100% !important;!i;!;
}

.secServices .vc_col-sm-4 {
    width: 100% !important;!i;!;
}

.head_two {
    font-size: 30px !important;!i;!;
    text-align: center !important;!i;!;
}

.text-1 p {
    text-align: center !important;!i;!;
}

.secServices .owl-nav {
    text-align: center !important;!i;!;
}

.secServices .owl-nav button {
    width: 55px !important;!i;!;
    height: 47px !important;!i;!;
    font-size: 25px !important;!i;!;
}

.catBox {
    height: 400px !important;!i;!;
}

.catBox h3 {
    font-size: 25px !important;!i;!;
    line-height: 30px !important;!i;!;
}

.secContact  .vc_col-sm-6 {
    width: 100% !important;!i;!;
}

.ctnForm .submitBtn {
    padding: 14px 16px !important;
}

.col-md-6 {
    flex: 0 0 100% !important;!i;!;
    max-width: 100% !important;!i;!;
}

div#footer-widget .first_row .ft-2 {
    display: block !important;!i;!;
}

span.insta_info {
    position: unset !important;!i;!;
    display: block !important;!i;!;
    text-align: center !important;!i;!;
}

.container {
    padding: 0px 15px !important;!i;!;
}

.footer_row {
    display: block !important;!i;!;
    text-align: center !important;!i;!;
}

div#footer-widget {
    text-align: center !important;!i;!;
}

div#footer-widget .first_row .ft-2 .widget_text {
    margin-right: 0px !important;!i;!;
	 margin-bottom: 50px;
    margin-top: 20px;
}

.newsletter {
    text-align: center !important;!i;!;
    display: block !important;!i;!;
    margin: 0 auto !important;!i;!;
}

div#footer-widget .first_row .ft-1 h3.widget-title {
    text-align: center !important;!i;!;
    width: 100% !important;!i;!;
}

.newsletter > p {
    width: 50% !important;!i;!;
    margin: 0 auto !important;!i;!;
}

span.insta_info > a {
    justify-content: center !important;!i;!;
}



div#footer-widget .first_row {
    padding-bottom: 20px !important;!i;!;
}
	
.ctnForm {
    margin-top: 20px !important;!i;!;
}
	
.About_Page .vc_col-sm-8 {
    width: 100% !important;!i;!;
}

.About_Page .vc_col-sm-4 {
    width: 100% !important;!i;!;
}

.About_Page .Page_txt {
    text-align: center !important;!i;!;
}

.About_Page p {
    text-align: center !important;!i;!;
}
	
.woocommerce.woocommerce-shop ul.products li {
    width: 46.7% !important;
}

.woocommerce-page h1.page-title {
    font-size: 30px !important;!i;!;
    line-height: 35px !important;!i;!;
}
	
.breadcrumbs h1 {
    font-size: 25px !important;!i;!;
    line-height: 30px !important;!i;!;
}

.single-product h2 {
    font-size: 25px !important;!i;!;
}


.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: left !important;!i;!;
}

.woocommerce-page #content {
    padding-bottom: 80px !important;!i;!;
    padding-top: 80px !important;!i;!;
}
	
    .related.products ul.products li.product {
        width: 46.7% !important;
}
	
.single-product .product_meta {
    font-size: 16px !important;!i;!;
}	
}

@media only screen and (max-width: 767px) {
	
.catBox {
    margin-bottom: 20px !important;!i;!;
    width: 60% !important;!i;!;
    margin: 0 auto;!;!importan;!i;!;
}

section.secBrand {
    padding-bottom: 70px !important;!i;!;
    padding-top: 70px !important;!i;!;
}
	
.secCatgories .vc_col-sm-6 {
    margin-bottom: 20px;
}
	
section.secCatgories {
    padding-top: 0px !important;!i;!;
}
	
.post-navigation .nav-previous a, .post-navigation .nav-next a {
        font-size: 14px !important;
        line-height: 24px !important;
}
	
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px !important;!i;!;
}

.xtralink a {
    font-size: 16px !important;!i;!;
}	
}

@media only screen and (max-width: 667px) {
	
section.secBanner {
    padding-bottom: 90px !important;!i;!;
}

.head_one {
    font-size: 40px !important;!i;!;
    line-height: 50px !important;!i;!;
}

.countBox {
    width: 50% !important;!i;!;
}

section.secProduct {
    padding-bottom: 70px !important;!i;!;
}

.ft-55 p {
    font-size: 15px !important;!i;!;
}

.sub_head {
    font-size: 25px !important;!i;!;
}

.secMission .bg_row {
    padding-bottom: 0px !important;!i;!;
    padding-top: 0px !important;!i;!;
}

section.secMission {
    padding-bottom: 50px !important;!i;!;
}

.text-1 p {
    font-size: 15px !important;!i;!;
}

.services-Box {
    height: 500px !important;!i;!;
}

.catBox {
    width: 70% !important;!i;!;
}

.ctnForm h1 {
    font-size: 25px !important;!i;!;
    line-height: 35px !important;!i;!;
}

.footer_row {
    margin-bottom: 20px !important;!i;!;
}
	
.About_Page .Page_txt {
    font-size: 25px !important;!i;!;
    line-height: 1.5 !important;!i;!;
}

.About_Page p {
    font-size: 15px !important;!i;!;
}
	
.newsletter > p {
    width: 60% !important;!i;!;
}
	
div#main-nav {
        width: 57% !important;
}
	
.breadcrumbs {
    height: 400px !important;!i;!;
}
	
.service-content h3 {
    font-size: 20px !important;!i;!;
    line-height: 30px !important;!i;!;
}
	
.woocommerce-page h1.page-title {
    font-size: 25px !important;!i;!;
}
	
.single-product div.product .product_title {
    font-size: 22px !important;!i;!;
    line-height: 32px !important;!i;!;
}	
}

@media only screen and (max-width: 568px) {
	
section.secBanner {
    padding-top: 200px !important;!i;!;
}

.head_one {
    width: 100% !important;!i;!;
    text-align: center !important;!i;!;
}

.cusBtn {
    text-align: center !important;!i;!;
    margin: 0 auto !important;!i;!;
    display: block !important;!i;!;
}
	
section.secBanner {
    padding-left: 15px !important;!i;!;
    padding-right: 15px !important;!i;!;
}

.cusBtn .vc_general {
    text-transform: capitalize !important;!i;!;
}
	
.countBox {
    width: 70% !important;!i;!;
}

.head_two {
    font-size: 25px !important;!i;!;
}

.catBox {
    width: 80% !important;!i;!;
}

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

.newsletter > p {
    width: 80% !important;!i;!;
}
	
    .woocommerce.woocommerce-shop ul.products li {
        width: 60% !important;
        margin-left: 110px !important;
}
	
.related.products ul.products li.product {
    width: 60% !important;!i;!;
    margin-left: 110px;
}
	
.single-product.woocommerce-page #content {
    padding-bottom: 50px !important;!I;!;
    padding-top: 50px !important;!i;!;
}	
}

@media only screen and (max-width: 520px) {
	
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    width: 100% !important;!i;!;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
    width: 100% !important;!i;!;
}
	
.single-services .entry-content p {
    font-size: 15px !important;!i;!;
}
	
div#main-nav {
        width: 67% !important;
}
	
.secContact img {
    height: auto !important;!i;!;
}	
}

@media only screen and (max-width: 480px) {
	
.catBox {
        width: 100% !important;
}
	
.video_slider video.hm_video {
        height: 420px !important;
}
	
.navbar-brand {
        width: 35% !important;
}
	
div#main-nav {
        width: 100% !important;
}
	
.ctnForm {
    padding: 40px 20px !important;!i;!;
}
	
.woocommerce.woocommerce-shop ul.products li {
    margin-left: 90px !important;!i;!;
}
	
.breadcrumbs {
    height: 350px !important;!i;!;
    padding-top: 120px !important;!i;!;
}
	
.related.products ul.products li.product {
    margin-left: 90px !important;!i;!;
}
	
    .head_one {
        font-size: 35px !important;
        line-height: 45px !important;
    }	
}

@media only screen and (max-width: 425px) {
	
.countBox {
    width: 100% !important;!i;!;
}
	
section.About_Page {
    padding-top: 50px !important;!i;!;
}
	
section.Serv_inner {
    padding-top: 50px !important;!i;!;
}
	
    .newsletter > p {
        width: 100% !important;
}
	
.woocommerce.woocommerce-shop ul.products li {
        margin-left: 80px !important;
}
	
    .related.products ul.products li.product {
        margin-left: 80px !important;
    }
	
.breadcrumbs h1 {
    font-size: 22px !important;!i;!;
}	
}

@media only screen and (max-width: 375px) {
	
section.secContact {
    padding-left: 0px !important;!i;!;
    padding-right: 0px !important;!i;!;
}

.footer_row .site-info {
    font-size: 14px !important;!i;!;
}

.footer_row .right_link > a {
    margin-left: 15px !important;!i;!;
}

section.secServices {
    padding-left: 0px !important;!i;!;
    padding-right: 0px !important;!i;!;
}

section.secCatgories {
    padding-left: 0px !important;!i;!;
    padding-right: 0px !important;!i;!;
}
	
.catBox {
        height: 350px !important;
}
	
.services-Box {
        height: 550px !important;
    }
	
	
.woocommerce.woocommerce-shop ul.products li {
    width: 90% !important;!i;!;
    margin-left: 20px !important;
}
	
.related.products ul.products li.product {
    width: 90% !important;!i;!;
    margin-left: 20px !important;!i;!;
}
	
div#footer-widget .first_row .ft-1 h3.widget-title {
    font-size: 22px !important;!i;!;
    line-height: 32px !important;!i;!;
}
	
.navbar-brand {
        width: 45% !important;
    }
	
    .video_slider video.hm_video {
        height: 340px !important;
    }
	
    .ctnForm h1 {
        font-size: 22px !important;
        line-height: 32px !important;
    }	
}




/* 
///--------Breadcrumb-Start------/// */
.breadcrumbs {
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 160px;
    background: #10101054;
}
.breadcrumbs h1 {
    font-size: 54px;
    line-height: 46px;
    font-weight: 600;
    text-align: center;
    color: #101010;
    padding-bottom: 10px;
}
.breadcrumbs span {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 34px;
	padding: 5px;
}
.About_Page .Page_txt {
    font-size: 50px;
    line-height: 1.9;
    color: #101010;
    font-weight: 600;
}
.About_Page p {
    font-size: 18px;
    line-height: 1.9;
    color: #101010;
    font-weight: 400;
}
/* ////----------services-page------//// */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
}
.service-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.service-item:hover {
    transform: translateY(-5px);
}

.service-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.service-content {
    padding: 20px;
}
.service-content h3 {
    margin: 10px 0;
    font-size: 32px;
    color: #000;
    line-height: 44px;
    font-weight: 600;
}

.service-content p {
    font-size: 16px;
    color: #000;
    line-height: 34px;
    font-weight: 400;
}

.service-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 15px 30px;
    background: #000000;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    border: 1px solid #0000;
}
.service-btn:hover {
    background: #ffffff;
    color: #000;
    border: 1px solid #000;
}
.post-thumbnail {
    padding-top: 100px;
}
.single-services h1.entry-title {
    font-size: 28px;
    color: #000;
    padding-top: 40px;
    line-height: 34px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.single-services .entry-content p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
    font-weight: 400;
    margin: 0;
    padding-bottom: 40px;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
    font-size: 18px;
    width: 50%;
    background: #b0b0b0;
    color: #000;
    line-height: 36px;
}
/*==================================
       Shop page Css
===================================*/
.woocommerce-page #content {
    padding-top: 100px !important;
    padding-bottom: 150px !important;
}
.woocommerce-page h2.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    color: #000000 !important;
    padding: 0px !important;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
.woocommerce ul.products li.product .price {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0px;
    color: #000000;
    margin: 0;
    padding-top: 0;
	display: none;
}
.woocommerce p {
    font-size: 16px !important;
    color: #000;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0px;
}
.woocommerce ul.products li.product .button {
    width: 100%;
    background: transparent !important;
    border: 1px solid #000000;
    font-size: 16px;
    line-height: 19px;
    padding: 15px 18px;
    position: relative;
    color: #000000;
    text-transform: uppercase;
    border-radius: 5px;
    transition: 0.5s all;
    margin: 0;
	display: none;
}
.woocommerce ul.products li.product:hover .button {
    background: #b0b0b0 !important;
    color: #000000;
}
.woocommerce-shop h1.page-title {
    margin-bottom: 20px;
    font-size: 40px;
}
.woocommerce-shop ul.products li {
    box-shadow: 0px 0px 8px 4px #0000001f;
    padding: 10px !important;
    border-radius: 10px;
    text-align: center;
    width: 23.7% !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
    background: #fff;
}
.woocommerce select.orderby {
    padding: 15px;
    border-radius: 10px;
    outline: none;
    border: none;
    box-shadow: 0px 0px 8px 4px #0000001f;
    margin-bottom: 50px;
}
.woocommerce-shop ul.products.columns-4 li .f-img {
    height: 300px;
    background: #fff;
}
/*-------------------------------------------------------------
              single-product page
--------------------------------------------------------------*/
.single-product {
    background: #00000005;
}
.single-product div.product .product_title {
    font-size: 40px;
    line-height: 50px;
    border: 0;
    color: #000000;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.single-product p.price {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #000000 !important;
    margin: 30px 0;
}
.single-product .quantity input {
    background: #d3d1d1 !important;
    border: 0;
    height: 45px;
    width: 45px !important;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
    outline: none !important;
}
.single-product .product_meta {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}
.single-product span.sku_wrapper {
    display: none;
}
.single-product table.variations td.value select.form-control {
    margin-right: 0;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #000 !important;
    height: 50px;
    color: #000;
}
.single-product .product_meta span.posted_in {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}
.single-product .product_meta a {
    color: #000000;
    font-weight: 500;
    text-decoration: none;
}
.single-product .woocommerce-product-gallery__image img {
    margin-left: auto;
    border: 2px solid #adadad;
    background: #ECECEC;
    height: 500px !important;
    object-fit: contain;
    padding: 20px;
    border-radius: 20px;
}
.single-product ol.flex-control-nav li {
    margin-top: 10px !important;
}
.single-product ol.flex-control-nav li {
    margin-right: 10px !important;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #573655;
}
.woocommerce-tabs ul.tabs.wc-tabs {
    border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li {
    border: 0 !important;
    padding: 0 !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li::before,
.woocommerce-tabs ul.tabs.wc-tabs li::after {
    display: none !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li a {
    /* color: #573655 !important; */
    font-size: 20px;
    line-height: 24px;
    font-weight: 500 !important;
    padding: 24px 62px !important;
    background: transparent !important;
    border: 1px solid #573655 !important;
    border-radius: 100px;
    transition: 0.5s ease-in-out !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li {
    background: transparent !important;
    border-radius: 0 !important;
    margin-right: 20px !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li.active {
    background: #000000 !important;
    border-radius: 50px !important;
}
.woocommerce-tabs ul.tabs.wc-tabs li.active a {
    color: #fff !important;
    transition: 0.5s ease-in-out !important;
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 5%;
	display: none;
}
.woocommerce-Tabs-panel p {
    color: #000000;
    margin-bottom: 0;
    margin-top: 30px;
}
.comment-form-rating {
    font-size: 18px;
    font-weight: 400;
    margin-top: 12px;
}
.woocommerce #review_form #respond textarea {
    width: 100%;
    height: 120px;
    resize: none;
    border: none;
    background: #fff;
    box-shadow: 0 3px 15px 0 #0000001a;
    outline: none;
    border-radius: 0;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 400;
}
#review_form_wrapper label {
    display: inline-block;
    width: 100%;
}

.single-product.single div.product form.cart .button {
	background: #000000;
	color: #fff;
	text-align: center;
	padding: 10px 28px;
	border-radius: 30px;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	margin: 0 !important;
	border: 2px solid #000000;
	transition: 0.5s ease-in-out;
}
.single div.product form.cart .button:hover {
    background: transparent;
    color: #000 !important;
    transition: all 0.5s ease-in-out;
}
.single-product .woocommerce-product-details__short-description p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.single-product p.stock.in-stock {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
}
.single-product .woocommerce-product-details__short-description p a {
    color: #75d1f8;
}
.woocommerce-Tabs-panel h4 {
    font-size: 28px;
    font-weight: 500;
}
.woocommerce-Tabs-panel ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.woocommerce-Tabs-panel ul li {
    line-height: 36px;
    padding-left: 20px;
    position: relative;
    color: #000000;
    font-size: 18px;
}
.woocommerce-Tabs-panel ul li::before {
    content: '';
    background: #75d1f8;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 12px;
    left: 0;
    border-radius: 100%;
}
.woocommerce-Tabs-panel p strong {
    margin-bottom: 10px;
    display: inline-block;
}
p.comment-form-author {
    width: 100%;
}
#review_form input {
    border: none;
    background: #fff;
    box-shadow: 0 3px 15px 0 #0000001a;
    outline: none;
    border-radius: 0;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
}
#review_form p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    margin: 30px 0px !important;
}
#review_form p.comment-form-cookies-consent input#wp-comment-cookies-consent {
    width: 20px;
    height: 20px;
    box-shadow: none;
}
#review_form p.comment-form-cookies-consent label {
    margin: 0;
    padding-left: 10px;
}
.single-product section#primary {
}
.woocommerce p.woocommerce-result-count {
    display: none;
}
.woocommerce-page h1.page-title {
    font-size: 44px;
    font-weight: 600;
    color: #000000;
    line-height: 50px;
    text-shadow: 1px 2px 0px #fff;
    padding: 0;
    margin: 0;
    margin-bottom: -64px;
    text-transform: uppercase;
}
.post-type-archive section#primary {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.single-product .woocommerce ul.products li.product a img {
    width: 150px;
    object-fit: scale-down;
    height: 180px;
}
.single-product span.tinvwl_add_to_wishlist-text {
    font-size: 0px !important;
    margin: 0 !important;
    text-transform: uppercase;
    font-weight: 500;
}
.single-product .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.single-product .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after:before {
    margin-right: 10px;
    text-decoration: none;
    font-size: 25px;
    background: #573655;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.single-product .tinv-wraper {
    position: absolute;
    top: 0;
    right: 0;
}
.single-product .tinv-wraper a.tinvwl_add_to_wishlist_button {
    margin: 0;
}
 .woocommerce div.product form.cart {
    margin: 0px;
    display: none;
}
.related.products  p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
	margin-bottom: 20px;
}
.single-product .summary.entry-summary {
    margin: 0;
}
.related.products ul.products li.product {
    box-shadow: 0px 0px 8px 4px #0000001f;
    padding: 10px !important;
    border-radius: 10px;
    text-align: center;
    width: 23.7%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.related.products  h2 {
    font-size: 50px;
    color: #000;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.related.products ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 22px;
    padding: 0;
    margin-bottom: 20px;
    color: #000;
}
.related.products ul.products li.product a img {
    border-radius: 10px;
}
.related.products ul.products li.product:nth-child(4n) {
    margin-right: 0;
}
.related.products ul.products li.product:hover .button {
    background: #b0b0b0 !important;
    color: #fff;
}
.related.products ul.products li.product .f-img {
    height: 300px;
    margin-bottom: 20px;
}
.related.products ul.products li.product .f-img img {
    border-radius: 10px;
    height: 100% !important;
    object-fit: contain;
}
/*===============================
    Woocommerce Cart Page
===============================*/
.woocommerce-cart h1.entry-title {
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  thead
  tr
  > th {
  font-size: 18px;
  line-height: 34px;
  border: 1px solid #000;
  padding: 20px;
  color: #fff;
  visibility: visible !important;
  opacity: 1 !important;
  background: #101010 !important;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tr {
  border: 1px solid #000 !important;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td {
  padding: 20px;
  border: 1px solid #000;
  vertical-align: middle;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td
  img {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td
  .wc-block-cart-item__wrap
  a {
  font-size: 25px;
  line-height: 45px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td
  .wc-block-cart-item__wrap
  span.wc-block-formatted-money-amount {
  font-size: 18px;
  line-height: 34px;
  color: #000;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td
  .wc-block-components-product-metadata {
  font-size: 16px;
  line-height: 30px;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td
  .wc-block-components-quantity-selector {
  border: 1px solid #000;
  margin: 0 !important;
  margin-right: 20px !important;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td
  .wc-block-components-quantity-selector
  button {
  color: #000 !important;
  font-size: 20px;
  opacity: 1;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td.wc-block-cart-item__product {
  padding-right: 10%;
  position: relative;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td.wc-block-cart-item__product
  .wc-block-cart-item__quantity {
  position: absolute;
  top: 80px;
  right: 20px;
  display: flex;
  align-items: baseline;
}
.woocommerce-cart
  .wc-block-components-main
  table.wc-block-cart-items
  tbody
  tr
  > td
  button.wc-block-cart-item__remove-link {
  padding: 10px 20px;
  font-size: 15px;
  line-height: 20px;
  background: #101010 !important;
  border-radius: 5px;
  color: #ffffff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #fff;
}
.woocommerce-cart .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-sidebar {
  background: #101010;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}
.woocommerce-cart .wc-block-components-sidebar span.wc-block-cart__totals-title,
.woocommerce-checkout
  .wc-block-components-sidebar
  span.wc-block-cart__totals-title {
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  padding: 0;
}
.woocommerce-cart
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper,
.woocommerce-checkout
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper {
  border-color: #fff;
  padding: 20px 0;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
  display: block;
  font-weight: 500;
}
.woocommerce-cart
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  a,
.woocommerce-checkout
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  a {
  color: #fff;
}
.woocommerce-cart
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-coupon,
.woocommerce-checkout
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-coupon {
  padding: 0;
}
.woocommerce-cart
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-coupon
  input#wc-block-components-totals-coupon__input-0,
.woocommerce-checkout
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-coupon
  input#wc-block-components-totals-coupon__input-0 {
  background: transparent;
  border-color: #fff;
  color: #fff;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 2px !important;
  font-size: 14px !important;
  padding: 30px 12px 10px !important;
}
.woocommerce-cart
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-coupon
  button.components-button,
.woocommerce-checkout
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-coupon
  button.components-button {
  padding: 18px 23px;
  font-size: 16px;
  line-height: 26px;
  background: #ffffff;
  border-radius: 5px;
  color: #101010;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #fff;
}
.woocommerce-cart
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-coupon
  label,
.woocommerce-checkout
  .wc-block-components-sidebar
  .wc-block-components-totals-wrapper
  .wc-block-components-totals-coupon
  label {
  color: #fff !important;
  font-size: 16px;
}
.woocommerce-cart
  .wc-block-components-sidebar
  .wc-block-cart__submit-container
  a,
.woocommerce-checkout
  .wc-block-components-sidebar
  .wc-block-cart__submit-container
  a {
  padding: 18px 23px;
  font-size: 16px;
  line-height: 26px;
  background: #ffffff;
  border-radius: 5px;
  color: #101010;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid #fff;
  margin-top: 20px;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit {
  margin: 0;
}
.insta_info svg.svg-inline--fa.fa-phone-flip {
    margin-right: 0;
    font-size: 20px;
    color: #000;
}
bdi {
    display: none;
}
.woocommerce ul.products li.product .button {
    display: none;
}
@media screen and (max-width: 1366px){
	.woocommerce-shop ul.products li {
        width: 23.2% !important;
    }
.video_slider video.hm_video {
    height: 700px;
    width: 1280px;
}
}
section.vc_section.Term_Page h3 {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 600;
}
.Priv_Page a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    width: fit-content;
}
.Priv_Page strong {
    font-family: 'Marcellus' !important;
}
.Priv_Page ul li {
    line-height: 30px;
}