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


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

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

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-brand {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
    max-width: 1200px !important;
}

/*----------------------------------------
         Header CSS
------------------------------------------*/
#masthead {
    padding: 15px 100px 15px 100px;
    width: 100% !important;
    position: absolute;
    z-index: 999;
    border-bottom: 2px solid #ffffff61;
}
#masthead ul#menu-header-menu li {
    margin-right: 20px;
}
#masthead ul#menu-header-menu li a {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 400;
    transition: 0.5s !important;
    line-height: 20px;
    text-transform: capitalize;
}
.cntn_btn a {
    border: 1px solid #1A92BE;
    width: 189px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #1A92BE, #116584) !important;
    color: #fff !important;
    transition: 0.8s !important;
    border-radius: 5px !important;
    margin-left: 50px !important;
}
/*.navbar-light .navbar-nav .active>.nav-link:before {
    content: '';
    border-bottom: 6px solid #00a1d8;
    height: 0px;
    position: absolute;
    width: 6px;
    border-radius: 50px;
    bottom: -10px;
    left: 20px;
}*/
.extra-nav .top-icons li a {
    color: #ffffffc9;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0px;
}

.extra-nav .top-icons li {
    margin-bottom: 0px;
    padding-right: 15px;
    border-left: 1px solid #ffffffc9;
    padding-left: 15px;
    border-right: 1px solid #ffffffc9;
    margin-right: 20px;
}

.extra-nav .top-icons li:first-child {
    border-right: none;
    margin-right: 0px;
}
.extra-nav {
    display: flex;
    align-items: center;
}

.extra-nav .top-icons {
    display: flex;
    margin-bottom: 0px;
    list-style: none;
    padding-left: 0;
}

.site_btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 52px;
    border-radius: 30px;
    background: #FF0000;
    color: #fff;
    font-size: 17px;
    font-family: 'Outfit', sans-serif;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border: 2px solid #FF0000;
    transition: all 0.4s ease;
}

.site_btn a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-20deg);
    transition: all 0.5s ease;
}

.site_btn a:hover::after {
    left: 130%;
}

.site_btn a:hover {
    background: #fff;
    color: #FF0000;
    box-shadow: 0 8px 20px rgba(255, 0, 0, 0.3);
}

#masthead ul#menu-header-menu li a:hover {
    color: #FF0000 !important;
    transition: all 0.5s ease-in-out !important;
}

.home header#masthead {
    position: absolute;
    width: 100% !important;
    background: transparent !important;
    z-index: 99 !important;
    box-shadow: unset !important;
    border: unset !important;
}
 header#masthead {
    position: unset;
    width: 100% !important;
    background: #000;
    box-shadow: unset !important;
    border: unset !important;
}


/*======================BANNER SEC CSS==========================*/


.banner-sec {
    padding-top: 290px !important;
    padding-bottom: 130px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-p-1 p {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
}

.banner-p-1 {
    margin-bottom: 0px !important;
}

.banner-p-2 p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    font-weight: 400;
    width: 97%;
}

.banner-head {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

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

.btn-1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    width: 150px;
    height: 50px;
    border-radius: 30px;
    background: transparent;
    color: #fff;
    font-size: 17px;
    line-height: 21px;
    font-family: 'Outfit', sans-serif;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

.btn-1 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transition: all 0.4s ease;
    border-radius: 30px;
}

.btn-1 a:hover::before {
    width: 100%;
}

.btn-1 a:hover {
    color: #000;
    border-color: #fff;
}


.btn-2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #FF0000;
    width: 150px;
    height: 50px;
    border-radius: 30px;
    background: #FF0000;
    color: #fff;
    font-size: 17px;
    line-height: 21px;
    font-family: 'Outfit', sans-serif;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

.btn-2 a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-20deg);
    transition: all 0.5s ease;
    z-index: 1;
}

.btn-2 a:hover::after {
    left: 130%;
}

.btn-2 a:hover {
    background: #fff;
    color: #FF0000;
    box-shadow: 0 8px 20px rgba(255, 0, 0, 0.3);
}


.btn-2 {
    margin-left: 10px;
}


/*==========================SECTION TWO======================*/

.section-2 {
    padding-top: 112px !important;
    padding-bottom: 280px;
}

.sec-2-head {
    font-weight: 400;
    color: #000;
}

.sec-2-para p {
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    font-weight: 400;
    width: 99%;
}

.sec-2-para-2 {
    text-align: center;
    margin-bottom: 0px !important;
}

.sec-2-para-2 h5 {
  font-family: Adelia;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 0px !important;
  font-weight: 400 !important;
}

.sec-2-para-2 p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #EB0028;
    margin-left: 60px;
}

.section-2:before {
    content: '';
    position: absolute;
    right: -14%;
    top: 0;
    background-image: url(images/trt.png);
    width: 542px;
    height: 666px;
}

.section-2:after {
    content: '';
    position: absolute;
    left: -260px;
    background-image: url(images/upc.png);
    width: 520px;
    height: 736px;
    bottom: -70px;
}


/*======================PRODUCTS SEC CSS=====================*/

.products.columns-4 {
    display: flex !important;
    justify-content: center;
}
ul.products.columns-3 {
    display: flex;
    justify-content: center;
}
 .product {
    /* width: 31.5% !important; */
    text-align: center;
    margin-left: 5px !important;
    margin-right: 5px !important;
}


h2.woocommerce-loop-product__title {
    font-size: 30px !important;
    line-height: 43px;
    color: #fff !important;
    font-weight: 400 !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

span.woocommerce-Price-amount.amount {
    font-size: 25px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    font-family: 'Outfit';
}

.woocommerce ul.products li.product .button {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #FFFFFF !important;
    border-radius: unset !important;
    margin-right: 0px !important;
    background: transparent !important;
    text-decoration: underline !important;
    padding-left: 15px;
    padding-right: 10px;
}

span.price {
    margin-bottom: 0px !important;
}

.woocommerce ul.products li.product .button{
  position: relative;
}

.woocommerce ul.products li.product .button:before {
    content: '';
    position: absolute;
    right: -5px;
    top: 8px;
    border: 1px solid #fff;
    width: 0px;
    height: 23px;
}

.woocommerce ul.products li.product .button:last-child:before {
    display: none;
}

.product-head {
    font-weight: 400;
    color: #000;
}

.product-row {
    margin-top: -220px;
}

.product-sec {
    overflow: visible !important;
    padding-bottom: 62px;
}


/*=====================TESTIMONIALS CSS=======================*/
.testi-para img {
    text-align: center;
    width: unset !important;
    margin: 0 auto;
}

.testi-para p {
    line-height: 28px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.testi-para h2 {
    font-family: outfit;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
}

.testi-head {
    padding-top: 100px;
    font-weight: 400 !important;
}

.owl-nav {
    display: none;
}

.owl-dots {
    display: block !important;
    text-align: center;
}

button.owl-dot {
    border: 1px solid #fff !important;
    background: #fff !important;
    width: 10px !important;
    height: 10px !important;
    margin-left: 10px;
    border-radius: 100%;
}

button.owl-dot:first-child {
    margin-left: 0px !important;
}

button.owl-dot.active:before {
    content: '';
    position: absolute;
    top: -5px;
    border: 1px solid #fff;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    bottom: 0px;
    right: 0;
    left: -5px;
}

button.owl-dot.active {
    position: relative;
}


/*=============================CONTACT SEC CSS=============================*/

.ContactForm input.wpcf7-form-control {
    border: unset !important;
    border-bottom: 1px solid #000 !important;
    height: 50px;
    border-radius: unset !important;
}

.ContactForm textarea.wpcf7-form-control {
    border: unset !important;
    border-radius: unset !important;
    border-bottom: 1px solid #000 !important;
    height: 151px;
}

.ContactForm p {
    margin-bottom: 40px;
}


.contact-head {
    font-weight: 400 !important;
    color: #000;
    padding-bottom: 60px;
}

.contact-sec .ContactForm .btn-primary {
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 52px;
    border-radius: 30px !important;
    border: 2px solid #000 !important;
    background: #000 !important;
    color: #fff !important;
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease;
}

.contact-sec .ContactForm .btn-primary::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg, transparent, #ffffff70, transparent);
    transform: rotate(25deg);
    transition: all 0.6s ease;
    z-index: 0;
}

.contact-sec .ContactForm .btn-primary:hover::before {
    left: 100%;
}

.contact-sec .ContactForm .btn-primary:hover {
    color: #000 !important;
    background: #fff !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}



.contact-sec:before {
    content: '';
    position: absolute;
    background-image: url(images/ccn.png);
    width: 520px;
    height: 736px;
    top: 20%;
    right: -12%;
}


.contact-sec {
    padding-top: 150px !important;
    padding-bottom: 86px;
}


/*===========================FOOTER CSS=========================*/

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

.ft01 p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    width: 94%;
}

div#footer-widget h3.widget-title {
    font-size: 27px;
    line-height: 41px;
    color: #fff;
    font-weight: 400;
}


.ft04 p {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}

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

.ft03 a {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.ft02 a.nav-link {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    padding: 5px 0;
}

.ft04 {
    padding-left: 59px;
    position: relative;
}

.ft03 {
    padding-left: 32px;
    position: relative;
}


.main-icon {
    display: flex;
}

.icon-1 {
    margin-left: 12px !important;
}

.icon-1:first-child {
    margin-left: 0px !important;
}

.icon-1 a {
    font-size: 18px;
    border: 1px solid #ffff;
    border-radius: 100%;
    background: #fff;
    color: #000;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ft03:before {
    content: '';
    position: absolute;
    border: 1px solid #ffffff8c;
    width: 0px;
    height: 198px;
    left: 0;
    bottom: 0px;
    top: 8%;
}


.ft04:before {
    content: '';
    position: absolute;
    border: 1px solid #ffffff8c;
    width: 0px;
    height: 198px;
    left: 20px;
    bottom: 0px;
    top: 8%;
}

.ft02 h3.widget-title:before {
    content: '';
    position: absolute;
    top: 21%;
    right: 0;
    left: 10%;
    width: 60px;
    height: 0;
    border: 1px solid #EB0028;
}

.ft02 {
    position: relative;
}


.ft03 h3.widget-title:before {
    content: '';
    position: absolute;
    top: 21%;
    right: 0;
    left: 17%;
    width: 60px;
    height: 0;
    border: 1px solid #EB0028;
}
.ft04 h3.widget-title:before {
    content: '';
    position: absolute;
    top: 21%;
    right: 0;
    left: 21%;
    width: 60px;
    height: 0;
    border: 1px solid #EB0028;
}

.ft02 a.nav-link:hover {
    background: unset !important;
}

.ft02 a.nav-link:focus {
    background: unset !important;
}

footer#colophon {
    display: none;
}

.ft01 h3.widget-title {
    font-family: 'Outfit' !important;
    font-size: 20px !important;
    line-height: 36px !important;
    font-weight: 400 !important;
}


/*====================BREADCRUMB CSS======================*/

.custom-breadcrumb {
    background: #f7001a;
    text-align: center;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.custom-breadcrumb h2 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: 400;
}

p.breadcrumb-trail {
    color: #fff;
}

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


/*=====================SHOP PAGE CSS===================*/

.woocommerce-shop h2.woocommerce-loop-product__title {
    color: #000 !important;
}

.woocommerce-shop span.woocommerce-Price-amount.amount {
    color: #000 !important;
}

.woocommerce-shop.woocommerce ul.products li.product .button {
    color: #000 !important;
}

.woocommerce-shop.woocommerce ul.products li.product .button:before {
    border-color: #000 !important;
}

.woocommerce-shop section#primary {
    padding-top: 100px;
    padding-bottom: 100px;
}


.woocommerce-page .product {
    /* width: 32.5% !important; */
    text-align: unset !important;
    margin-right: unset !important;
}

.woocommerce-page span.woocommerce-Price-amount.amount {
    color: #ef0026;
}

.woocommerce-page.woocommerce div.product form.cart .button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FF0000;
    width: 150px;
    height: 50px;
    border-radius: 30px;
    background: #FF0000;
    color: #fff;
    font-size: 17px;
    line-height: 21px;
    font-family: 'Outfit';
    text-decoration: none;
}

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

.woocommerce-page.woocommerce div.product .product_title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    border-bottom: unset !important;
}

.woocommerce-page h2.woocommerce-loop-product__title {
    color: #000 !important;
}

.woocommerce-page.woocommerce ul.products li.product .button {
    color: #000 !important;
}

.woocommerce-page.woocommerce ul.products li.product .button:before {
    border-color: #000 !important;
}

.products.columns-4 {
    /* display: block !important; */
}

.woocommerce-page.woocommerce div.product {
    padding-top: 100px;
    padding-bottom: 100px;
}


.about-page {
    padding-bottom: 100px !important;
}



/*=====================TESTIMONIALS PAGE CSS======================*/


.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  padding: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-card {
  background-color: #ef0026;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 20px;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 15px;
  width: unset !important;
  text-align: center !important;
  margin: 0 auto !important;
}

.testimonial-content {
  text-align: center;
}

.testimonial-excerpt {
  font-size: 15px;
  color: #fff;
  margin-bottom: 12px;
}

.testimonial-title {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.testimonial-image {
    text-align: center;
    margin-bottom: 30px;
}


/*=============================RESPONSIVE=========================*/

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


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

.banner-head-2 {
    font-size: 35px !important;
    line-height: 54px !important;
}

.banner-sec {
    padding-top: 180px !important;
    padding-bottom: 80px !important;
}

.sec-2-head {
    font-size: 39px !important;
    line-height: 61px !important;
}

.product-head {
    font-size: 40px !important;
    line-height: 61px !important;
}

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

span.woocommerce-Price-amount.amount {
    font-size: 22px !important;
    line-height: 30px !important;
}

.testi-head {
    font-size: 40px !important;
    line-height: 61px !important;
}

.contact-head {
    font-size: 40px !important;
    line-height: 61px !important;
} 
}
.wp-singular.product-template-default.single.single-product .product {
    text-align: unset !important;
}
section.related.products .products {
    text-align: center;
}

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

 .banner-head-2 {
    font-size: 30px !important;
    line-height: 44px !important;
}

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

.sec-2-head {
    font-size: 32px !important;
    line-height: 51px !important;
}

.contact-head {
    font-size: 35px !important;
    line-height: 51px !important;
} 
}


.privtermSec ol {
    padding-left: 0;
    list-style: none;
}
.privtermSec ul {
    padding-left: 20px;
}
.privtermSec {
    padding-top: 100px;
    padding-bottom: 100px;
}
.privtermSec h2 {
    font-family: 'Outfit';
    font-size: 40px;
    font-weight: 600;
}


.vc_toggle_title h4 {
    font-family: poppins;
}

.vc_toggle_icon {
    position: absolute !important;
    right: 10px !important;
}

.vc_toggle_title {
    position: relative !important;
    border: 1px solid #000 !important;
    padding: 20px 30px !important;
}

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

.vc_toggle_content {
    border: 1px solid #000 !important;
    padding-bottom: 70px !important;
    padding-top: 20px !important;
    padding-left: 25px !important;
}

.faqs-head {
    padding-bottom: 30px;
    padding-top: 15px;
}

.faq-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
a#clos__menu {
    display: none;
}
.home header#masthead:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
}
@media only screen and (max-width: 1199px) {
	li#menu-item-178 span.dropdown-icon-toggle {
    position: relative;
    width: 30px;
    height: 30px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: end;
}

li#menu-item-178 {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    flex-wrap: wrap;
}

li#menu-item-178 a#menu-item-dropdown-178 {
    margin-right: 20px;
    flex: 0 0 50%;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
button.navbar-toggler {
    background: #ff0000;
}
button.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
div#main-nav {
    position: fixed;
    height: 100%;
    left: 0;
    transform: translateX(-100%);
    top: 0;
    transition: 0.5s all ease-in-out;
    background: #fff;
    padding: 40px 40px;
    width: 35%;
    z-index: 9;
    display: grid;
    flex-direction: column-reverse;
    justify-content: start !important;
    text-align: left;
    overflow-y: scroll;
}
ul#menu-header-menu {
    width: 100%;
}
div#main-nav.show {
    transform: none;
    display: flex;
    flex-direction: column;
}
div#main-nav .navbar-brand {
    width: 50% !important;
    padding-top: 0;
    padding-bottom: 30px;
    order: -1;
    margin: 0 auto !important;
    display: block !important;
    text-align: center !important;
} 
#masthead ul#menu-header-menu li a {
    font-size: 16px !important;
    line-height: 45px !important;
    COLOR: #000 !IMPORTANT;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:not(:first-child) {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:before {
    display: none;
}
a#clos__menu {
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
    font-size: 22px;
    color: #fff;
    background: #ff0000;
    line-height: 1;
    padding: 10px 14px;
    border-radius: 4px;
}
#masthead nav {
    padding: 5px 0;
    /* height: 170px; */
}
 body:not(.theme-preset-active) #masthead .navbar-nav > li ul.dropdown-menu {
    border-top: 5px solid #b90033;
    border-radius: unset !important;
    width: 280px;
    text-transform: uppercase;
} 
body:not(.theme-preset-active) #masthead .navbar-nav > li ul.dropdown-menu li a {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li ul.dropdown-menu {
    /* display: none !important; */
    transition: all 0.5s;
}
.xtra_links {
    margin-top: 20px;
}
.extra-nav .top-icons ul li {
    color: #000;
}
.extra-nav .top-icons li a {
    color: #000 !important;
}
.extra-nav .top-icons {
    margin-top: 20px;
}
.extra-nav .top-icons li {
    margin: 0 !important;
}
.site_btn a {
    color: #000;
    height: unset;
    width: unset;
    background: transparent;
    border: none;
    display: unset;
    padding: 7.6px;
    line-height: 50px;
    font-size: 18px;
}
.site_btn a::after {
    display: none;
}
.woocommerce-page .product {
    text-align: center !important;
}
}
@media only screen and (max-width: 1024px) {
div#footer-widget h3.widget-title {
    font-size: 22px;
}
.ft02 h3.widget-title:before {
}
.contact-head {
    padding-bottom: 30px;
}
.contact-sec {
    padding-top: 100px !important;
}
.section-2 {
    padding-bottom: 250px;
}
.navbar-brand {
    width: 17%;
}
}

@media only screen and (max-width: 990px) {
.ft04 a {
    word-break: break-all;
}
h2.woocommerce-loop-product__title {font-size: 21px !important;}
}
@media only screen and (max-width: 842px) {
.woocommerce-cart .wc-block-components-sidebar, .woocommerce-checkout .wc-block-components-sidebar {
    width: 100%;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100% !important;
    padding: 0 5px !important;
}
}
@media only screen and (max-width: 768px) {
.single-product .product {
    display: unset;
    text-align: unset !important;
}
section.related.products li.product {
    text-align: center !important;
}
.products.columns-4 {
    display: flex !important;
}
div#footer-widget a {
    font-size: 16px;
    padding-left: 0;
}
div#footer-widget p {
    font-size: 16px;
}
div#footer-widget h3.widget-title {
    font-size: 17px;
}
.ft04 h3.widget-title:before {
    left: 57px;
}
.ft03 h3.widget-title:before {
    left: 30px;
}
.ft02 h3.widget-title:before {
    left: 15px;
}
.icon-1 a {
    padding-left: 3px !important;
}
.contact-sec {
    padding-bottom: 50px;
}
.testi-head {
    padding-top: 60px;
}
.sec-2-head {
    font-size: 28px !important;
}
.product-row {
    margin-top: -220px;
}
.section-2 {
    padding-bottom: 250px;
}
}

@media only screen and (max-width: 767px) {
.banner-sec {
    text-align: center;
    padding-top: 160px !important;
}
.banner-head {
    text-align: center !important;
}
.banner-head-2 {
    text-align: center !important;
}
.main-btn {
    justify-content: center;
}
.banner-sec .wpb_single_image {
    text-align: center !important;
}
h2.vc_custom_heading.vc_do_custom_heading.sec-2-head {
    font-size: 28px !important;
}
.product {
    width: 100% !important;
}
.products.columns-4 {
    display: block !important;
}
div#footer-widget {
    text-align: center;
}
.ft04:before {
    display: none;
}
div#footer-widget h3.widget-title:before {
    left: 0px !important;
    right: 0 !important;
    text-align: center;
    display: block;
    margin: 0 auto;
    top: 38px !important;
}
div#footer-widget h3.widget-title {
    position: relative; 
}
.ft04 {
    padding: 0 15px;
}
.ft03 {
    padding: 0 15px;
}
.main-icon {
    justify-content: center;
}
.icon-1 a {
    padding: 7px 13px !important;
}
.banner-sec {
    padding-top: 120px !important;
}
div#main-nav {
    width: 50%;
}
div#main-nav .navbar-brand {
    width: 100% !important;
    margin: 0 !important;
}
.custom-breadcrumb {
    padding: 30px !important;
}
.woocommerce-page .product {
    width: 100% !important;
    text-align: center !important;
}
ul.products.columns-3 {
    display: block;
}
}
@media only screen and (max-width: 520px) {
.navbar-brand {
    width: 30%;
}
.custom-breadcrumb h2 {
    font-size: 40px;
}
}
@media only screen and (max-width: 480px) {
div#main-nav {
    width: 60%;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    overflow-x: scroll;
}
/* .woocommerce-cart .wc-block-components-main table.wc-block-cart-items td {
    display: contents;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td.wc-block-cart-item__product .wc-block-cart-item__quantity {
    display: block !important;
    padding: 0 15px !important;
}

.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tr {
    display: block;
    text-align: center;
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    display: inline-grid !important;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td .wc-block-cart-item__wrap a {
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td .wc-block-components-quantity-selector {
    width: 100%;
    margin: 0 auto !important;
    justify-content: center;
    margin: 0 8px !important;
} */
.banner-head {
    font-size: 40px !important;
    line-height: 55px !important;
    font-weight: 500 !important;
}
.banner-head-2 {
    font-weight: 500;
}
}




.woocommerce-page .woocommerce-message {
    border-top-color: #ef0026;
    margin-top: 50px;
}

.woocommerce-page .woocommerce-message::before {
    color: #ef0026 !important;
}

.woocommerce-page a.button.wc-forward {
    background: #ef0026 !important;
    color: #fff !important;
    font-weight: 400 !important;
}


Loading...
Tuesday, July 1st
4:22 AM
https://50shadesandmore.com/
https://dev.internalstaging.com/web/50-shades/
5:12 AM
https://www.transfernow.net/dl/20250701JM21s9XI

transfernow.net
wc-product-export-1-7-2025-1751327801164.csv is available for download
Click to access the wc-product-export-1-7-2025-1751327801164.csv (1.28 MB) download with TransferNow

Friday, July 4th
12:56 AM
https://dev.internalstaging.com/web/akachi_brand/
Saturday, July 5th
12:50 AM
inspire-residential-homes
1:26 AM
https://dev.internalstaging.com/web/inspire-residential-homes/irh/wp-admin/index.php
Tuesday, July 8th
5:11 AM
kj-junk-removal-llc
5:15 AM
https://dev.internalstaging.com/web/kj-junk-removal-llc/dir/wp-admin/about.php
Wednesday, July 9th
4:10 AM
https://www.transfernow.net/dl/20250708vh89E58k

transfernow.net
woo-variation-swatches-pro.zip is available for download
Click to access the woo-variation-swatches-pro.zip (125 KB) download with TransferNow

4:33 AM
world-revlution
4:39 AM
https://dev.internalstaging.com/web/world-revlution
10:25 PM
https://dev.internalstaging.com/wp/tranquil-touch-spa/
11:55 PM
https://dev.internalstaging.com/web/kolton-linthicum/cart/
11:55
/*===============================
    Woocommerce Cart Page
===============================*/
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center {
    display: none;
}

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

.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    display: block;
}
.woocommerce-cart section#primary {
    padding: 80px 15px;
}
.woocommerce-cart h1.entry-title {
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items thead tr > th {
    font-size: 18px;
    line-height: 34px;
    border: 1px solid #000;
    padding: 20px;
    color: #000000;
    visibility: visible !important;
    opacity: 1 !important;
    background: #fff !important;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tr {
    border: 1px solid #000 !important;
    --wp--preset--gradient--cool-to-warm-spectrum: #fff;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td {
    padding: 20px;
    border: 1px solid #000;
    vertical-align: middle;
    color: #000;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td .wc-block-cart-item__wrap a {
    font-size: 22px;
    line-height: 45px;
    color: #000;
    margin-bottom: 10px;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td .wc-block-cart-item__wrap span.wc-block-formatted-money-amount {
    font-size: 18px;
    line-height: 34px;
    color: #000;
}
.woocommerce-cart .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 #ffffff;
    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: #ffffff !important;
    font-size: 20px;
    opacity: 1;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td.wc-block-cart-item__product {
    padding-right: 10%;
    position: relative;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td.wc-block-cart-item__product .wc-block-cart-item__quantity {
/*     position: absolute;
    top: 30px;
    right: 20px; */
    display: flex;
    align-items: baseline;
}
.woocommerce-cart .wc-block-components-main table.wc-block-cart-items tbody tr > td button.wc-block-cart-item__remove-link {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 20px;
    background: #fff !important;
    border-radius: 5px;
    color: #000000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #fff;
}
.woocommerce-cart .wc-block-components-sidebar,
.woocommerce-checkout .wc-block-components-sidebar {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}
.woocommerce-cart .wc-block-components-sidebar span.wc-block-cart__totals-title,
.woocommerce-checkout .wc-block-components-sidebar span.wc-block-cart__totals-title {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    padding: 0;
    font-family: 'Aurora';
    text-align: left;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    border-color: #403a3a;
    padding: 20px 0;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    display: block;
    font-weight: 500;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper a,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper a {
    color: #fff;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon {
    padding: 0;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon input#wc-block-components-totals-coupon__input-0,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon input#wc-block-components-totals-coupon__input-0  {
    background: transparent;
    border-color: #fff;
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon button.components-button,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon button.components-button {
    padding: 18px 23px;
    font-size: 16px;
    line-height: 26px;
    background: #ffffff;
    border-radius: 5px;
    color: #FF1940 ;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #fff;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon  label,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-coupon  label {
    color: #fff !important;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-container a,
.woocommerce-checkout .wc-block-components-sidebar .wc-block-cart__submit-container a {
    padding: 18px 23px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 5px;
    color: #ffff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #ef0026;
    margin-top: 20px;
    background: #ef0026;
}
.woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit {
    margin: 0;
}
.is-large.wc-block-cart {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.woocommerce-checkout.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-wrapper, .woocommerce-checkout .wc-block-components-sidebar .wc-block-components-totals-wrapper {
    color: #000 !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    background: #ef0026 !important;
    color: #fff !important;
    border: unset !important;
}

.woocommerce-checkout div#main {
    padding-top: 100px;
    padding-bottom: 100px;
}

.woocommerce-checkout h1.entry-title {
    font-size: 35px;
    line-height: 45px;
}
.woocommerce-checkout a {
    color: #000;
}

.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #ef0026 !important;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 50px !important;
    border-radius: 10px !important;
}

.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    font-weight: 500 !important;
}

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

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

.woocommerce #review_form #respond .form-submit input {
    background: #e7002e;
    color: #fff;
    border: unset !important;
    font-weight: 500 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 45px;
    font-size: 18px;
    line-height: 18px;
}


.woocommerce a.added_to_cart {
    margin-left: 15px;
    color: #fff;
}