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

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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%;
  }
	
	body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px !important;
}

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

@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: 0 !important;
}

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

/*====================HEADER CSS=============*/

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

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
    transition: all 0.5s ease-in-out !important;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    color: #c11043 !important;
    transition: all 0.5s ease-in-out !important;
}

.navbar-nav li {
    margin-right: 5px;
}

header#masthead {
    background: #fff !important;
    box-shadow: unset !important;
    padding-top: 40px;
    padding-bottom: 53px;
    padding-left: 90px;
    padding-right: 90px;
}

.header-icons a {
    color: #000;
    text-decoration: none;
    font-size: 21px;
    margin-right: 18px;
}


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

.banner-head {
    text-transform: uppercase !important;
}

.banner-btn {
    font-size: 18px !important;
    line-height: 18px !important;
    color: #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #C72C41 !important;
    width: 151px !important;
    height: 50px !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease-in-out !important;
    position: relative !important;
    overflow: hidden !important;
}

.banner-btn:hover {
    transform: translateY(-3px) scale(1.03) !important;
    box-shadow: 0 8px 25px rgba(199, 44, 65, 0.5) !important;
    filter: brightness(1.1) !important;
}
.banner-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-25deg);
    transition: all 0.5s ease-in-out;
}

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


.header-icons a:last-child {
    margin-right: 0px !important;
}

/*==============ABOUT SEC CSS====================*/


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

.about-head {
    font-weight: 500 !important;
    text-transform: uppercase;
}

.about-para p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
}

.about-btn a.vc_general {
    font-size: 18px !important;
    line-height: 18px !important;
    color: #fff !important;
    background: #C72C41 !important;
    background-image: unset !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 225px !important;
    height: 50px !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease-in-out !important;

}

.about-btn a.vc_general:hover {
    transform: translateY(-3px) scale(1.03) !important;
    box-shadow: 0 8px 25px rgba(199, 44, 65, 0.5);
    filter: brightness(1.1);
}

/* Optional Shine Effect */
.about-btn a.vc_general::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-25deg);
    transition: all 0.5s ease-in-out;
}

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


/*===================PRODUCT SEC CSS=================*/

.products-sec {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.product-btn a.vc_general {
    font-size: 18px !important;
    line-height: 18px !important;
    color: #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #C72C41 !important;
    width: 151px !important;
    height: 50px !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease-in-out !important;
}

.product-btn a.vc_general:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 25px rgba(199, 44, 65, 0.5);
    filter: brightness(1.1);
}

/* Optional Shine Effect */
.product-btn a.vc_general::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-25deg);
    transition: all 0.5s ease-in-out;
}

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


.product-btn {
    display: flex !important;
    justify-content: end;
}

.clock-sec {
    padding-top: 100px !important;
    padding-bottom: 100px;
}

.clock-para p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
    /* margin-top: 130px; */
    text-align: end;
}

.clock-para-2 p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
    text-align: right;
}

.clock-para-3 p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
    margin-bottom: 80px !important;
    margin-top: 10px;
}

.clock-para-4 p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
}

.clock-head {
    font-weight: 600;
}

.clock-row {
    padding-top: 60px;
}

.clock-para-09 p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
    text-align: right;
    /* margin-top: 33px; */
}

.clock-para-8 p {
    font-size: 18px;
    line-height: 34px;
    color: #000;
    font-weight: 400;
}

.click-sec {
    padding-top: 60px !important;
    padding-bottom: 60px;
    background-position: center;
    background-repeat: no-repeat;
}

.click-head {
    font-weight: 600;
    text-transform: uppercase;
    width: 86%;
}

.click-para p {
    font-size: 17px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
}

.click-btn a.vc_general {
    font-size: 18px;
    line-height: 32px;
    color: #fff !important;
    background: transparent !important;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 151px;
    height: 50px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

/* Hover Effects */
.click-btn a.vc_general:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    color: #fff !important;
    transform: translateY(-2px) scale(1.02);
}

/* Shine effect */
.click-btn a.vc_general::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-25deg);
    transition: all 0.5s ease-in-out;
}

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


.testimonials-img img {
    width: unset !important;
}

.testi-para p {
    font-size: 16px;
    line-height: 28px;
    color: #909090;
}

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

.testi-head h2 {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 16px;
    line-height: 16px;
    color: #181818;
}

.testi-head h3 {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px !important;
    color: #909090;
}

.testi-head {
    margin-left: 16px;
}

.testimonials-box {
    border: 1px solid #fff;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 72px;
    padding-bottom: 22px;
    box-shadow: 0px 4px 10px #00000024;
    border-radius: 8px;
    position: relative;
}

.testimonials-box:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    width: 117px;
    height: 19px;
    background-image: url(images/star.png);
}
.owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 30px;
}

#owl_custom11 .item {
    padding: 10px;
}

.testimonials-sec {
    padding-top: 100px !important;
    border-bottom: 1px solid #00000042;
}

.owl-nav {
    display: none;
}

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

button.owl-dot.active {
    border: 1px solid #C72C41 !important;
    width: 15px;
    height: 15px;
    background: #C72C41 !important;
    border-radius: 100%;
    position: relative;
}

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

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

.shipping-box {
    border: 1px solid #171E28;
    display: flex;
    justify-content: flex-start;
    width: 555px;
    height: 375px;
    background: #171E28;
    padding-left: 21px;
    padding-right: 21px;
    border-radius: 20px;
    padding-top: 21px;
    padding-bottom: 21px !important;
    margin-bottom: 0px !important;
}

.shipping-box h3 {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px !important;
}

.shipping-box p {
    margin-bottom: 0px !important;
}

.shipping-box p {
    font-size: 14px;
    color: #ffffffad;
    line-height: 26px;
    font-weight: 400;
}

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

div#footer-widget {
    background: #C72C41 !important;
    padding-top: 60px;
    padding-bottom: 10px;
}


div#footer-widget p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffffcc;
    font-weight: 400;
}

.ft01 p {
    width: 89%;
}

.ft02 h3.widget-title {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin-top: 0px !important;
}

.ft03 h3.widget-title {
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    font-weight: 600;
    margin-top: 0px !important;
    margin-left: 15px;
}

.ft04 h3.widget-title {
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    font-weight: 600;
    margin-top: 0px !important;
    margin-left: 15px;
}
.ft05 h3.widget-title {
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    font-weight: 600;
    margin-top: 0px !important;
}

.footer-form input.wpcf7-form-control {
    height: 60px;
    border-radius: 5px;
    position: relative;
}

.footer-form .btn.btn-primary {
    font-size: 18px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 134px;
    height: 39px !important;
    background: #171E28;
    border-color: #171E28;
    position: absolute !important;
    right: 25px;
    top: -50px;
}

.footer-form span.wpcf7-spinner {
    display: none;
}

.footer-form input.wpcf7-form-control::placeholder {
    font-size: 16px;
    line-height: 28px;
    color: #00000036;
    font-weight: 400;
}

.footer-form p {
    margin-bottom: 0px !important;
}


.ft03 a.nav-link {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff91;
    font-weight: 400;
    transition: all 0.5s ease-in-out !important;
}

.ft03 a.nav-link:hover {
    background: unset !important;
    padding-left: 22px;
    transition: all 0.5s ease-in-out !important;
}

.ft04 a.nav-link {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff91;
    font-weight: 400;
    transition: all 0.5s ease-in-out !important;
}

.ft04 a.nav-link:hover {
    background: unset !important;
    padding-left: 22px;
    transition: all 0.5s ease-in-out !important;
}

.ft05 a.nav-link {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
    transition: all 0.5s ease-in-out !important;
}

.ft05 a.nav-link:hover {
    background: unset !important;
    padding-left: 22px;
    transition: all 0.5s ease-in-out !important;
}

.icons a {
    font-size: 14px;
    line-height: 34px;
    color: #ffffffd4;
    text-decoration: none;
}

.icons i {
    margin-right: 3px;
}

.main-site {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ffffff8c;
}

.site-info p {
    margin-bottom: 0px !important;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
}

body:not(.theme-preset-active) footer#colophon {
    background: #C72C41;
}

.site-info {
    margin-top: 20px;
}

.footer-img {
    margin-top: 20px;
}

.site-info a {
    font-weight: 600;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  border: 1px solid #ffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  background: #fff;
  border-radius: 10px;
  margin: 0px 1.8% 2.992em 0 !important;
  width: 23.05% !important;
}

.products-sec p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Archivo';
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0px !important;
}

.products-sec h2.woocommerce-loop-product__title {
    color: #000;
    font-size: 17px !important;
    line-height: 22px;
    font-weight: 500;
}

.woocommerce ul.products li.product .price {
    display: none;
}

.woocommerce ul.products li.product .button {
    right: 10px;
    font-size: 0;
    width: 144px;
    height: 34px;
    bottom: 5px;
    border: 1px solid #c72c41;
    background: #c72c41;
    color: #fff;
}

.woocommerce ul.products li.product .button:before {
    content: 'Shop Now';
    position: absolute;
    right: 30px;
    top: 7px;
    font-size: 16px;
}
li.woo-variation-items-wrapper {
    margin-bottom: 0px !important;
}

.woo-variation-swatches ul.variations .wvs_archive_reset_variations.hide {
    display: none !important;
}

p.time-para {
    width: 60%;
    order: 0;
}

.woocommerce ul.products li.product a {
    display: block;
}

.star-rating {
    order: 1;
    width: 40% !important;
    color: #FCA120;
    margin-top: 1px !important;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    display: flex;
    flex-wrap: wrap;
}

ul.products.columns-4 {
    /* display: flex; */
    justify-content: center;
}

.product-row {
    padding-top: 10px;
}

.custom-breadcrumb {
    padding-top: 160px !important;
    padding-bottom: 140px !important;
    background-image: url(https://dev.internalstaging.com/web/world-revlution/wr/wp-content/uploads/2025/07/apple-watch-screen-saver-on-mac-os-x-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 80px;
    position: relative;
    z-index: 1;
}

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

.custom-breadcrumb:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000ba;
    z-index: -1;
}

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

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

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Archivo';
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0px !important;
}

.woocommerce-page h2.woocommerce-loop-product__title {
    color: #000;
    font-size: 17px !important;
    line-height: 22px;
    font-weight: 500;
}

.woocommerce-page.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    box-shadow: 0px 4px 10px #00000042;
    margin-bottom: 30px !important;
}

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

.ContactForm input.wpcf7-form-control {
    background: #bebebe00;
    height: 52px;
    border-radius: 8px;
}

.ContactForm input.wpcf7-form-control::placeholder {
    font-size: 14px;
    padding-left: 5px;
    color: #4E4E4E;
}

.ContactForm textarea.wpcf7-form-control {
    background: #bebebe00;
    height: 150px;
    border-radius: 8px;
}

.ContactForm .btn.btn-primary {
    width: 100%;
    background: #c11043 !important;
    border-color: #c11043 !important;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    border-radius: 10px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ContactForm .btn.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -80%;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-25deg);
    transition: all 0.5s ease;
    z-index: 0;
}

.ContactForm .btn.btn-primary:hover::before {
    left: 130%;
}

.ContactForm .btn.btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(114, 217, 255, 0.5);
    color: #000;
}


.ContactForm textarea.wpcf7-form-control::placeholder {
  font-size: 14px;
    padding-left: 5px;
    color: #4E4E4E;
}
 .woocommerce-shop ul.products li.product, .woocommerce-page ul.products li.product {
    width: 30% !important;
    margin-right: 3.333% !important;
  }

  .woocommerce-shop ul.products li.product:nth-child(3n),
  .woocommerce-page ul.products li.product:nth-child(3n) {
    margin-right: 0 !important;
  }

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

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

.about-head {
    font-size: 45px !important;
    line-height: 30px !important;
} 
}

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

 .about-head {
    font-size: 40px !important;
    line-height: 30px !important;
}

.click-head {
    font-size: 35px !important;
    line-height: 46px !important;
} 
}

@media only screen and (max-width: 1280px) {
	
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 16px !important;
}

header#masthead {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.custom-breadcrumb h2 {
    font-size: 40px !important;
    line-height: 50px !important;
}

.custom-breadcrumb {
    padding-top: 130px !important;
    padding-bottom: 120px !important;
}	
}

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

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

.about-head {
    font-size: 35px !important;
    line-height: 30px !important;
}

.about-para p {
    font-size: 16px !important;
    line-height: 30px !important;
}

.click-head {
    font-size: 32px !important;
    line-height: 40px !important;
}
.contact-head {
    font-size: 25px !important;
    margin-bottom: 0px !important;
    text-transform: capitalize;
}	
}

@media only screen and (max-width: 1199px) {
	
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;
    padding-bottom: 50px;
}
.header-icons {
    margin-top: 20px;
}
.navbar-light .navbar-toggler {
    border-color: #000 !important;
    border: 1px solid #000;
    font-size: 19px;
}
	
}

@media only screen and (max-width: 1024px) {
	
.shipping-box {
    width: 475px !important;
    height: 340px !important;
}

.shipping-box p {
    height: 100px !important;
    overflow-y: overlay !important;
}

.shipping-box h3 {
    margin-top: 0px !important;
}
.icons a {
    font-size: 13px !important;
}
.testi-para p {
    font-size: 15px !important;
    overflow-y: overlay !important;
    height: 90px !important;
}
section.products-sec h2.woocommerce-loop-category__title {
    font-size: 18px !important;
}	
}

@media only screen and (max-width: 768px) {
	
.shipping-box {
    width: 355px !important;
    height: 330px !important;
}
div#footer-widget .col-md-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
div#footer-widget .col-md-7 {
    flex: 0 0 100% !important;
    max-width: 100% !IMPORTANT;
}
.site-info p {
    font-size: 16px !important;
}
.ft01 {
    text-align: center;
}
.ft02 h3.widget-title {
    text-align: center !important;
    font-size: 25px !important;
}
div#footer-widget p {
    text-align: center !important;
}
.ft01 p {
    width: 100% !important;
}
.click-sec .vc_col-sm-7 {
    width: 100% !important;
}
.click-sec .vc_col-sm-5 {
    width: 100% !important;
}
.click-sec {
    background-size: cover !important;
}
.click-head {
    font-size: 28px !important;
    text-align: center !important;
    width: 100% !important;
}
.click-para p {
    text-align: center !important;
}
.click-btn {
    display: flex !important;
    justify-content: center;
}
.about-head {
    font-size: 30px !important;
    text-align: center !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 20px !important;
}
.about-sec .vc_col-sm-6 {
    width: 100% !important;
}
.products-sec .about-head {
    text-align: left !important;
}
.about-para p {
    text-align: center !important;
}
.about-sec .wpb_single_image.vc_align_left {
    text-align: center !important;
}
.about-btn {
    display: flex !important;
    justify-content: center !important;
}
.clock-img {
    text-align: center !important;
}
.banner-btn {
    width: 121px !important;
    height: 40px !important;
    font-size: 15px !important;
}
div#main-nav {
    width: 45% !important;
}
.custom-breadcrumb {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.custom-breadcrumb h2 {
    font-size: 30px !important;
    line-height: 40px !important;
}
.clock-para-2 p {
    font-size: 16px !important;
    text-align: center !important;
}

.clock-row {
    padding-top: 30px !important;
}
section.clock-sec {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.contact-sec .vc_col-sm-6 {
    width: 100% !important;
}
.about-head-2 {
    text-align: center !important;
    font-size: 40px !important;
    line-height: 50px !IMPORTANT;
}
.contact-sec .wpb_single_image.vc_align_left {
    text-align: center !IMPORTANT;
}
.woocommerce ul.products li.product {
    width: 46% !important;
     margin-right: 12px !important;
 }
}

@media only screen and (max-width: 767px) {
	
.shipping-box {
    width: 100% !important;
    margin-bottom: 20px !important;
}
div#footer-widget {
    text-align: center !important;
}
.woocommerce ul.products li.product {
     width: 100% !important;
     margin-right: 0px !important;
}

}
@media only screen and (max-width: 667px) {
	
.about-head {
    font-size: 25px !important;
    line-height: 30px !important;
}

.click-head {
    font-size: 25px !important;
}

.product-btn {
    justify-content: center !important;
}

.product-btn a.vc_general {
    width: 131px !important;
    height: 40px !important;
    font-size: 16px !important;
}

.products-sec .about-head {
    text-align: center !important;
}

.about-btn a.vc_general {
    font-size: 16px !important;
    width: 175px !important;
    height: 40px !important;
}
    div#main-nav {
        width: 55% !important;
}
.custom-breadcrumb {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
}

}
@media only screen and (max-width: 568px) {
	
.main-site {
    display: block !important;
    text-align: center !important;
}

.click-head {
    font-size: 22px !important;
    line-height: 32px !important;
}

.click-btn a.vc_general {
    width: 141px;
    height: 40px;
    font-size: 16px !important;
}

.click-para p {
    font-size: 16px !important;
}
.about-head {
    font-size: 22px !important;
    line-height: 30px !important;
}
.custom-breadcrumb h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}
.about-head-2 {
    font-size: 35px !important;
    line-height: 40px !important;
}	
}

@media only screen and (max-width: 520px) {
	
    div#main-nav {
        width: 65% !important;
}
.navbar-brand {
    width: 50% !important;
}
.custom-breadcrumb {
    padding-left: 50px !important;
}	
}
@media only screen and (max-width: 480px) {
	
section.products-sec h2.woocommerce-loop-category__title {
    font-size: 16px !important;
}

div#footer-widget p {
    font-size: 15px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
}
.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    width: 221px !important;
    height: 45px !important;
    font-size: 15px !important;
}

.woocommerce-page.woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 180px !important;
    height: 45px !important;
    font-size: 15px !important;
}
.woocommerce-page.woocommerce div.product .product_title {
    font-size: 25px !important;
    line-height: 35px !important;
}

.woocommerce-page span.woocommerce-Price-amount.amount {
    font-size: 22px !important;
    line-height: 22px !important;
}
    .banner-btn {
        width: 101px !important;
        height: 30px !important;
        font-size: 13px !important;
    }	
}
@media only screen and (max-width: 425px) {
	
    .about-head {
        font-size: 20px !important;
        line-height: 27px !important;
}
.click-head {
        font-size: 20px !important;
        line-height: 30px !important;
}
.ft02 h3.widget-title {
    font-size: 22px !important;
}

div#footer-widget p {
    font-size: 13px !important;
}
.navbar-brand {
        width: 60% !important;
}	
}

@media only screen and (max-width: 375px) {
	
    div#main-nav {
        width: 77% !important;
    }	
}
.woocommerce-page.woocommerce div.product .product_title {
    font-size: 30px;
    line-height: 40px;
    border: unset;
}

.woocommerce-page a.woocommerce-review-link {
    display: none;
}


.woocommerce-page span.woocommerce-Price-amount.amount {
    font-size: 25px !important;
    line-height: 25px !important;
    color: #c72c41 !important;
}

.woocommerce-page.woocommerce div.product form.cart .button {
    font-size: 16px !important;
    line-height: 16px !important;
    color: #fff !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #C72C41 !important;
    width: 141px !important;
    height: 45px !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
    margin-left: 20px;
}

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

.woocommerce-page .product_meta a {
    color: #000;
    text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    font-size: 16px !important;
    line-height: 16px !important;
    color: #fff !important;
    background: #C72C41 !important;
    width: 241px !important;
    height: 49px !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
    padding-top: 8px;
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    font-size: 16px !important;
    line-height: 16px !important;
    color: #fff !important;
    background: #C72C41 !important;
    width: 221px !important;
    height: 49px !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
    padding-top: 8px;
    text-align: center;
    margin-left: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    margin-left: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff;
    font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}
a.button.wc-forward {
    background: #c72c41;
    color: #fff;
    font-weight: 500;
}
.woocommerce-message {
    border-top-color: #c72c41;
}
.woocommerce-message::before {
    color: #c72c41;
}
.wc-block-components-button:not(.is-link) {
    background: #c72c41;
    color: #fff;
    text-decoration: none;
}
.wc-block-components-product-name {
    color: #000;
    text-decoration: none;
}
.wc-block-components-product-name:hover {
    text-decoration: none;
    color: unset;
}
.clock-img img{
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1.2s infinite alternate;
  margin-top: 20px
}

 @-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
@keyframes mover {
  0% { transform: translateY(20); }
  100% { transform: translateY(-20px); }
} 
mark.count {
    display: none;
}

h2.woocommerce-loop-category__title {
    text-align: center;
    font-size: 20px !important;
    line-height: 30px;
    color: #000;
}

.about-sec .wpb_single_image img {
    width: 550px;
    object-fit: cover;
    border-radius: 30px;
}

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