:root {
    --the-white: #fff;
    --the-black: #000;
    --the-red: #EF1C23;
    --the-grey: #f9f7f8;
    --the-dark-grey: #535355;
}

html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'microman';
    src: url('font/microman.eot?57755457');
    src: url('font/microman.eot?57755457#iefix') format('embedded-opentype'),
         url('font/microman.woff2?57755457') format('woff2'),
         url('font/microman.woff?57755457') format('woff'),
         url('font/microman.ttf?57755457') format('truetype'),
         url('font/microman.svg?57755457#microman') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  /*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'microman';
      src: url('../font/microman.svg?57755457#microman') format('svg');
    }
  }
  */
  [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "microman";
    font-style: normal;
    font-weight: normal;
    speak: never;
  
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
  
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
  
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
  
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
  
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
  
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  
  .icon-facebook-1:before { content: '\e800'; } /* '' */
  .icon-linkedin-1:before { content: '\e801'; } /* '' */
  .icon-instagram-1:before { content: '\e802'; } /* '' */
  .icon-twitter-1:before { content: '\e803'; } /* '' */
  .icon-arrow-left:before { content: '\e804'; } /* '' */
  .icon-arrow-right:before { content: '\e805'; } /* '' */
  .icon-facebook:before { content: '\f09a'; } /* '' */
  .icon-linkedin:before { content: '\f0e1'; } /* '' */
  .icon-instagram:before { content: '\f16d'; } /* '' */
  .icon-twitter:before { content: '\f309'; } /* '' */
  
/*----------Font--------*/

body,
a,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

h2 {
    font-size: 2.5em;
    font-weight: 400;
    position: relative;
    margin-bottom: 40px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #e9e6ed;
	color: var(--the-red);
}
h2.has-text-align-center {
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
}

h3 {
    font-size: 2.2rem;
    font-weight: 400;
}

a {
    scroll-behavior: smooth;
    color: var(--the-black);
    transition: 1s ease-in-out;
}

a:hover {
    text-decoration: none !important;
    color: var(--the-dark-grey);
}

button:focus {
    outline: none;
}

li {
    list-style: none;
    position: relative;
    margin-left: 25px;
}


/* .the-body-content {
  margin-top: 80px;
} */

.the-body-content li::before {
    content: "\e805";
    position: absolute;
    font-family: "microman";
    width: 10px;
    height: 10px;
    left: -25px;
    top: 0;
}

.fluid-container.footer-holder li::before,
.green-section li::before {
    display: none;
}

input,
textarea {
    outline: none;
}



.the-body-content,
/* body {
    overflow-x: hidden;
} */

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.btn a {
    background: transparent;
    color: var(--the-white);
    padding: 12px 40px;
    border: 2px solid var(--the-white);
    border-radius: 0;
    display: inline-block;
}

/* h4::after {
    content: "";
    position: absolute;
    top: 24px;
    width: 100%;
    border-bottom: 2px solid var(--the-brown);
    margin-left: 20px;
} */


/*Container width*/

.container {
    max-width: 90%;
}


/* .the-body-content .container {
  width: 80%;
} */


/* Slider */

.slider-container {
    position: relative;
}

#homeSlider .item {
	height: 60vh;
	background-position: top 20% center;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.caption-holder h3 {
	text-align: center;
	color: var(--the-white);
	position: relative;
	top: -15px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	mix-blend-mode: difference;
}
.slider-content-wrapper {
	width: 100%;
}
#homeSlider .item::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    bottom: 0;
}

@media (max-width: 1400px) {
    .slider-content-wrapper {
        position: relative;
        top: 25%;
    }
}

@media (min-width: 1500px) {
    /* .slider-content-wrapper {
        position: relative;
        top: 36%;
    } */
}

@media (max-width: 1600px) {
    .slider-nav {
        display: flex;
        justify-content: space-between;
        margin-top: 120px !important;
        padding: 20px 0;
        border-top: 1px solid var(--the-white);
    }
}

@media (max-width: 760px) {
    .slider-nav {
        display: flex;
        justify-content: space-between;
        margin-top: 46px !important;
    }
    h2.has-text-align-center {
        max-width: 80%;
    }
    h2 {
        font-size: 2em;
    }
}

.slider-nav-content p {
    color: var(--the-white);
    font-size: 14px;
    font-weight: 300;
}

.caption-holder h1 {
    font-size: 55px;
    color: var(--the-white);
    margin-bottom: 30px;
    font-weight: 300;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    mix-blend-mode: difference;
}

.caption-holder p {
    font-size: 14px;
    font-weight: 300;
    color: var(--the-white);
}

.slider-caption p {
    font-size: 1em;
    color: var(--the-white);
}

.learn-more-btn a {
    text-transform: uppercase;
    background: var(--the-white);
    color: var(--the-light-green);
    padding: 15px 30px;
    display: inline-block;
    border-radius: 50px;
    transition: 900ms;
    font-size: 14px;
    margin-top: 30px;
}

#homeSlider .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 5%;
    display: flex;
    color: var(--the-black);
    gap: 15px;
}

#homeSlider .owl-nav i {
    font-size: 20px;
}

@media (max-width: 500px) {
    #homeSlider .owl-nav {
        display: none;
    }
}

.icon-previous-button,
.icon-next-button {
    font-size: 2em;
    color: var(--the-white);
    border: 1px solid var(--the-white);
    margin: 5px;
    border-radius: 5px;
    padding: 3px 0;
}

.icon-previous-button:hover,
.icon-next-button:hover {
    background: var(--the-blue);
    border: 1px solid var(--the-blue);
    transition: 900ms ease-in-out;
}

#homeSlider .owl-dots {
    display: flex !important;
    justify-content: left;
    gap: 3px;
    position: relative;
    bottom: 30px;
    left: 5%;
    z-index: 99999;
}

#homeSlider .owl-dot {
    background: var(--the-white) !important;
    border: none !important;
    height: 10px;
    width: 10px;
    border-radius: 50px;
}

#homeSlider .owl-dot.active {
    background: var(--the-white) !important;
    border: none !important;
    height: 10px;
    width: 10px;
    border-radius: 50px;
}
/* 
#homeSlider::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    background-image: url("../css/img/svg-pattern.svg");
    background-repeat: repeat-x;
    width: 100%;
    height: 50px;
}
 */
.after-slider {
    margin: 100px 0 0;
}

.content-wrap {
    height: 100%;
    position: relative;
    z-index: 9;
}

.content-wrap .book-now a {
    right: 0%;
}

.book-now a {
    position: absolute;
    right: 5%;
    bottom: 0;
    color: var(--the-white);
    background: var(--the-dark-grey);
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    font-weight: 300;
}

.book-now i.icon-iconmonstr-calendar {
    font-size: 28px;
}
/* Products */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: left;
	margin: 0 2.8% 2.992em 0;
	padding: 15px;
	position: relative;
	width: 22.05%;
	margin-left: 0;
	border: 1px solid var(--the-dark-grey);
	border-radius: 3px;
	overflow: hidden;
}
.button.product_type_simple {
	color: var(--the-white) !important;
	background: var(--the-red) !important;
	transition: 500ms;
}
.button.product_type_simple:hover {
	color: var(--the-white) !important;
	background: var(--the-black) !important;
}
.woocommerce-loop-product__title {
	color: var(--the-black);
}
.woocommerce-product-gallery__image.slick-slide.slick-current.slick-active {
	max-width: none;
}
.products.columns-4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/* Brands */
.title-center {
	text-align: center;
	color: var(--the-red);
}
#brandsSlider .owl-prev i::before {
	content: '\e804';
	font-family: 'microman' !important;
    font-size: 2.2em;
  color: var(--the-black);
}
#brandsSlider .owl-next i::before {
	content: '\e805';
	font-family: 'microman' !important;
    font-size: 2.2em;
  color: var(--the-black);
}
#brandsSlider .owl-nav.disabled {
	display: flex;
	justify-content: space-evenly;
}
#brandsSlider img {
	width: 200px;
	height: 100px;
	object-fit: contain;
}
.brand-slider {
	margin-top: 0em;
	margin-bottom: 3em;
}
/* Headerection */
.fluid-container {
	padding: 20px 0;
	position: sticky;
	top: 0;
	background: var(--the-white);
	z-index: 999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
  
.t-p-wrapper a {
	color: var(--the-white ) !important;
}
.t-p-wrapper {
	background: var(--the-red);
}
.top-header {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	justify-content: space-between;
	padding: 5px 0;
}

/* Search */
.search-field {
	height: 3em;
	border-radius: 20px 0 0 20px;
	padding: 15px;
	margin-right: -5px;
	border: 1px solid var(--the-black);
	width: 100%;
}
.search-form {
	display: flex;
	max-width: 305px;
}
.search-submit {
	height: 3em;
	padding: 10px;
	border-radius: 0 20px 20px 0;
	border: 1px solid var(--the-dark-grey);
	background: var(--the-grey);
}
/* Footer */

.fluid-container.footer-holder {
    background: var(--the-black);
    padding-top: 60px;
    padding-bottom: 30px;
}
.newsletter {
	color: var(--the-white);
}
.mail-list-flex input {
	height: 3em;
	border: none;
	padding: 10px;
}
.footer-contact-details {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.copy-date {
	text-align: center;
	color: var(--the-white);
	margin-top: 3em;
	position: relative;
	margin-bottom: -2em;
}
.footer-contact-details .the-socials i {
	color: var(--the-white);
	font-size: 1.5em;
}
.copy-date::before {
	content: "";
	position: absolute;
	border-top: 1px solid var(--the-white);
	width: 100%;
	left: 0;
	top: -20px;
}
.news-submit {
	background: var(--the-red);
	color: var(--the-white);
	text-transform: uppercase;
	transition: 500ms;
}
.news-submit:hover {
	background: var(--the-white);
	color: var(--the-black);
}
/* #homeSlider::after {
  content: "";
  position: absolute;
  bottom: -110px;
  left: 0;
  background-image: url("../css/img/svg-pattern.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 120px;
} */


/*PAGINATION*/

.pagination {
    clear: both;
    padding: 0px 0 50px 0;
    position: relative;
    font-size: 1.2em;
    line-height: 13px;
}

.pagination a,
.pagination span {
    display: block;
    float: left;
    font-weight: 200;
    margin: 2px 2px 2px 0;
    padding: 15px;
    text-decoration: none;
    width: auto;
    color: var(--the-light-gray);
    background: var(--the-black);
    transition: 900ms;
}

.pagination a:hover {
    color: var(--the-light-gray);
    background: var(--the-brown);
}

.pagination .current {
    padding: 15px;
    background: var(--the-brown);
    color: var(--the-light-gray);
}


/* Banner */

/* .fuid-container.banner::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    background-image: url("../css/img/svg-pattern.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 40px;
} */

.content-wrap {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.mk-bgimg h2 {
    color: var(--the-white);
}

.mk-bgimg {
	height: 50vh;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 40px;
	background-position: center;
}

.mk-bgimg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.mk-bgimg .content {
    position: relative;
    z-index: 99;
    color: var(--the-white);
    text-align: center;
    top: 100px;
}

.mk-bgimg .breadcrumb {
    display: inline-block;
    background: top;
    padding: 0;
    margin-bottom: 0px;
}

.mk-bgimg h3 {
    font-size: 1.5em;
    font-weight: 500;
}

.mk-bgimg .content a {
    color: var(--the-white);
}

.mk-bgimg .content p {
    color: var(--the-white);
    opacity: 0.2;
    font-style: italic;
}

.scroll-down {
    position: absolute;
    bottom: 20px;
    display: block;
    left: 50%;
    right: 50%;
}

.scroll-down .icon-iconmonstr-mouse {
    font-size: 22px;
    color: var(--the-white);
}

/* Woocommerce */
.product_meta a {
	color: var(--the-red);
}
/* #tab-title-reviews {
	display: none;
} */
.woocommerce-product-gallery__image {
	border: 1px solid #ddd;
}
.single-title {
	margin-top: 1em;
}

/* Contact Us */
.contact-flex input {
	width: 100%;
}
.wpcf7-form-control.wpcf7-text {
	height: 3em;
	padding: 10px;
}
.wpcf7-form-control.wpcf7-email {
	width: 100%;
}
.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
}
.wpcf7-form-control.wpcf7-textarea {
	padding: 10px;
}
@media(min-width: 600px){
    .contact-flex {
        display: grid;
        gap: 1em;
        grid-template-columns: 1fr 1fr;
    }
    .wpcf7-form.init {
        max-width: 70%;
        margin: 0 auto;
    }
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
	background: var(--the-red);
	padding: 10px 45px;
	border: none;
	color: var(--the-white);
	text-transform: uppercase;
	font-weight: 500;
	transition: 500ms;
}
.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background: var(--the-black);
	color: var(--the-white);
}
.woocommerce-breadcrumb {
	visibility: hidden !important;
}
.related.products {
	position: relative;
	display: block;
	width: 100%;
	clear: both;
}
iframe {
	margin-bottom: -5px;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	display: block;
	background: var(--the-black);
	color: var(--the-white);
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	line-height: 35px;
	text-decoration: none;
	text-transform: none;
	vertical-align: baseline;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu {
	z-index: 999;
	position: absolute;
	width: 250px;
	max-width: none;
	padding: 0px 0px 0px 0px;
	border: 0;
	background: #f1f1f1;
	border-radius: 0;
	top: 76px;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu {
	z-index: 999;
	border-radius: 0;
	background: var(--the-black) !important;
	border: 0;
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 100%;
	max-width: none;
	left: 0;
	top: 76px;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	color: var(--the-white);
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	display: block;
	border: 0;
}
.woocommerce ul.products li.product a img{
	transition: 500ms;
}
.woocommerce ul.products li.product a img:hover {
	transform: scale(1.1);
}
.welcome p b {
	color: var(--the-red);
}
.welcome {
	margin-top: 0.5em;
}

.search-form label {
	width: 50%;
}