@charset "UTF-8";
:root {
    --theme-color: #e40000;
    --primary-color: #e31e25;
    --primary-light: #fcf1e7;
    --primary-dark: #ffc945;
    --secondary-color: #3a3a3c;
    --font-color: #707070;
    --bg-color: #fff;
    --heading-color: #060606;
    --footer-color: #060e1f;
    --footer-cpy-color: #040a17;
    --border-radius: 30px;
    --border-radius-full: 15px;
    --border-color: transparent;
    --border-color-light: #eee;
    --iframe-filter: grayscale(0%);
    --bg-grey: #f4f4f4;
    --bg-light: #fafafa;
    --bg-dark-color: #fff;
    --quote-text-color: #1d2c4c;
    --icon-gra-color: linear-gradient(75deg, #1c2e7b 10%, #e60264);
    --shadow-color: rgb(0 0 0 / 3%);
    --box-shadow: rgb(0 0 0 / 41%);
    --iframe-filter: grayscale(0%);
    --banner-1: url(../images/banner1.png) no-repeat center;
    --banner-2: url(../images/banner2.png) no-repeat center;
    --banner-3: url(../images/banner3.png) no-repeat center;
    --banner-4: url(../images/banner4.png) no-repeat center;
}


:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #ff4c4c;
    --secondary: #e71d36;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body{
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color: var(--heading-color);
    font-family: 'Poppins', sans-serif;
}

.font-Poppins{font-family: 'Poppins', sans-serif;}
.font-os{font-family: 'Open Sans', sans-serif;}
.bg-success {
    background-color: #97be0d!important;
}

a:hover {
    color: var(--primary-color)!important;
}
a, a:hover, button, button:hover {
    text-decoration: none;
    transition: .5s all;
    -moz-transition: .5s all;
}
.top-bar{
	padding:5px;
	border-bottom:1px solid #eee;
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Poppins, Cantarell, "Helvetica Neue", sans-serif;
}
.top-bar p{ margin-bottom:0px; color: var(--font-color);}
.top-bar ul{margin-bottom:0px; padding-left:0px; float:right;}
.top-bar ul li{	
	display:inline;
	margin-left:10px;
}
.top-bar ul li a{	
	color: var(--font-color)!important;
	text-decoration: none;
}
.top-bar ul li a:hover{	
	color: var(--primary-color)!important;
}

.logo_agile h1 a {
    color: var(--heading-color);
    font-size: 26px;
    font-weight: 600;
}
.logo_agile h1 a span {
    color: var(--primary-color);
    font-size: 38px;
    font-weight: bold;
}

.headings h1 {
    color: var(--heading-color);
    font-size: 26px;
	text-transform: none;
    word-spacing: normal;
    letter-spacing: 1px;
}

.headings h1:after {
    content: '';
    width: 4%;
    display: block;
    border-top: 4px solid var(--primary-color);
}

.headings h1 span {
    color: var(--primary-color);
    font-size: 38px;
    font-weight: bold;
}
.agileits_search input[type="search"] {
    color: var(--font-color);
    width: 85%;
    height: auto;
    padding: 14px;
    border: 1px solid var(--border-color-light);
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    font-weight: 400;
    background: var(--bg-color);
    outline: none;
}
.agileits_search button {
    background: var(--primary-color);
    color: #fff;
    width: 15%;
    padding: 12px;
    font-weight: 600;
    border-radius: 0 4px 4px 0;
}
.agileits_search button i {
    font-size: 20px;
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.navbar-inner {
    background-color: var(--secondary-color)!important;
    /*position: sticky;*/
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: var(--primary-color);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

label{
	font-family: 'Poppins', sans-serif;
}
.theme-clr-one{	color: #5d7213; }
.theme-clr-two{	color: #97be0d; }
.theme-bg-one{	background-color: #5d7213; }
.theme-bg-two{	background-color: #97be0d; }
.btn-theme-one{
	color: #fff; 
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-theme-one:hover{color:#fff!important;}
.btn-theme-two{
	color: #fff;
    background-color: #97be0d;
    border-color: #97be0d;
}
.btn-theme-two:hover{color:#fff;}
.carousel-indicators [data-bs-target]{
	/*background-color: #97be0d;*/
}
.carousel-indicators{
	left:auto;
	margin-right: 5%;
}

.select select {
   -webkit-appearance:none;
   -moz-appearance:none;
   -ms-appearance:none;
   appearance:none;
   outline:0;
   box-shadow:none;
   border:0!important;
   background: #97be0d;
   background-image: none;
   flex: 1;
   padding: 0 .5em;
   color:#fff;
   cursor:pointer;
   font-size: 14px;
   font-family: 'Open Sans', sans-serif;
}
.select select::-ms-expand {
   display: none;
}
.select {
   position: relative;
   display: flex;   
   height: 2em;
   line-height: 2;
   background: #97be0d;
   overflow: hidden;
   border-radius: .25em;
}
.select::after {
   content: '\25BC';
   position: absolute;
   top: 0;
   right: 0;
   padding: 0 1em;
   background: #5d7213;
   color: #97be0d!important;
   cursor:pointer;
   pointer-events:none;
   transition:.25s all ease;
}
.select:hover::after {
   color: #97be0d;
}

 .blinking {
    -webkit-animation: 1s blink ease infinite;
    -moz-animation: 1s blink ease infinite;
    -ms-animation: 1s blink ease infinite;
    -o-animation: 1s blink ease infinite;
    animation: 1s blink ease infinite;
  }

  @keyframes "blink" {

    from,
    to {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }
  }

  @-moz-keyframes blink {

    from,
    to {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }
  }

  @-webkit-keyframes "blink" {

    from,
    to {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }
  }

  @-ms-keyframes "blink" {

    from,
    to {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }
  }

  @-o-keyframes "blink" {

    from,
    to {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }
  }
  
  
  
/**
 * Like, basically PERFECT scrollbars
 */
::-webkit-scrollbar {
  width: 8px;
  
  background: var(--secondary-color);
}
::-webkit-scrollbar:hover {
  
  background: var(--secondary-color);
}
::-webkit-scrollbar-thumb:vertical {
  background-color: var(--primary-color);
}
::-webkit-scrollbar-thumb:vertical:active {
 background-color: var(--primary-color);
}
.badge{font-family: monospace;}
#pagination a{
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
  margin: 3px;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
}
#pagination strong{
  background-color: var(--secondary-color);
  color: #fff;
  text-decoration: none;
  margin: 3px;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
}

#pagination1 a{
  background-color: #5d7213;
  color: #fff;
  text-decoration: none;
  margin: 3px;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
}
#pagination1 strong{
  background-color: #97be0d;
  color: #fff;
  text-decoration: none;
  margin: 3px;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
}


.carousel-item:nth-child(1) .slide-content{
  background-color: #55B1AB;
  padding: 5em 10rem 5rem 2rem;
}

.carousel-item:nth-child(2) .slide-content{
  background-color: #0abf53;
  padding: 5em 10rem 5rem 2rem;
}

.carousel-item:nth-child(3) .slide-content{
  background-color: #27265b;
  padding: 5em 10rem 5rem 2rem;
}
.carousel-item:nth-child(4) .slide-content{
  background-color: #55B1AB;
  padding: 5em 10rem 5rem 2rem;
}

.carousel-item:nth-child(5) .slide-content{
  background-color: #0abf53;
  padding: 5em 10rem 5rem 2rem;
}

.carousel-item:nth-child(6) .slide-content{
  background-color: #27265b;
  padding: 5em 10rem 5rem 2rem;
}
.carousel-item:nth-child(7) .slide-content{
  background-color: #55B1AB;
  padding: 5em 10rem 5rem 2rem;
}

.carousel-item:nth-child(8) .slide-content{
  background-color: #0abf53;
  padding: 5em 10rem 5rem 2rem;
}

.carousel-item:nth-child(9) .slide-content{
  background-color: #27265b;
  padding: 5em 10rem 5rem 2rem;
}

.slide-content h1, .slide-content h2, .slide-content h3, .slide-content h4
{
  color: #fff;
  margin-bottom: 1em;
}
.slide-content p{
  color: #fff; 
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.carousel-indicators .active{
  background-color: #e31e25;
}


.owl-theme .item{
	background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.owl-theme .item:hover {
    border: 1px solid var(--primary-color);
    transition: all .4s ease-in-out;
    webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.owl-theme .item img{
	max-height: 300px;
}
.iteam-head{
	min-height:300px;
	max-height:300px;
}
span.item_price {
    font-size: 18px;
    color: var(--heading-color);
    font-weight: 600;
}
.info-product-price del {
    font-weight: 300;
    margin-left: 10px;
    font-size: 14px;
    color: var(--font-color);
}
.item-info-product h4 a {
    color: var(--heading-color);
    font-size: 16px;
}

.snipcart-details {
    width: 77%;
    margin: 0 auto;
}
nput[type="button"], input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.btn-style-secondary {
    background: var(--secondary-color);
    color: #fff;
    padding: 12px 28px;
    font-size: 14px;
    transition: 0.3s ease-out;
}
.btn-style-secondary:hover {
    background: var(--primary-color);
    color: #fff!important;
    transition: 0.3s ease-out;
}

.bg-grey{
	background: var(--bg-grey);
	webkit-box-shadow: 0 3px 6px 0 rgb(227 30 37 / 12%);
    -moz-box-shadow: 0 3px 6px 0 rgba(227 30 37, 0.07);
    -ms-box-shadow: 0 3px 6px 0 rgba(227 30 37, 0.07);
    -o-box-shadow: 0 3px 6px 0 rgba(227 30 37, 0.07);
    box-shadow: 0 3px 6px 0 rgb(227 30 37 / 12%);
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	background: var(--primary-color);
	color:#fff;
    padding: 0px 8px 0px 8px!important;
}

.owl-carousel2 .owl-nav button.owl-next, .owl-carousel2 .owl-nav button.owl-prev, .owl-carousel2 button.owl-dot{
	background: var(--primary-color);
	color:#fff;
}

.owl-theme .owl-nav [class*=owl-]:hover{
	background: var(--secondary-color);
    padding: 0px 8px 0px 8px!important;
}


.hidden-items{
	opacity: 0;
	    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}

.item{
	position: relative;
}
.add_cart button{
    font-size: 14px;
    line-height: 24px;
    padding: 10px 20px;
    text-transform: capitalize;
    overflow: hidden;
    background: #191919 none repeat scroll 0 0;
    color: #fff;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    font-weight: 500;
    z-index: 0;
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border: none;
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}
.add_cart{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
}
.new{
	background-color: var(--primary-color);
	color: #fff;
	padding: 5px;
	position: absolute;
	left: 0;
	right: auto;
	bottom: auto;
	top: 0;
	border-bottom-right-radius: 0.25rem;
}


.item-box-list{
	position: absolute;
	left: auto;
	right: 0;
	bottom: 4rem;
	top: auto;
}
.item-box-list li{
	list-style: none;
	margin-bottom: 20px;
}
.item-box img{
	box-shadow: -3px 2px 4px 2px #d7d7d7;
}
.item-box-list li span{
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	background-color: var(--secondary-color);
	padding: 12px 15px 12px 15px;
	color: #fff;
	transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}

.item:hover .hidden-items{
	opacity: 1;
}
.item-box-list li span:hover{
	background-color: var(--primary-color);
}

.step-box h1, .step-box p{
	color: #fff;
	font-family: 'Poppins', sans-serif;
}
#offer{
	background-image: url('../images/offer_bg.jpg');
	padding: 5rem 0px 5rem 0px;
	color: #fff;
	background-position: center;
}
#offer .sn{
	background-color: var(--primary-color);
	padding:1rem;
	font-size:18px;
	font-weight:600;
}

.icon-fot i {
    font-size: 5em;
    color: var(--primary-color);
}
.text-form-footer p {
    font-size: 14px;
    letter-spacing: .2px;
}
.font-weight-bold{
	font-weight: 700 !important;
}
.footer-top h2, .footer-top h3{
	font-family: var(--bs-font-sans-serif);
}
.icofont-thumbs-up{
	font-size: 4em!important;
}

.footer-top p{
	color: var(--font-color);
}

.w3l-middlefooter-sec {
    background: var(--footer-color);
}
.footer-info h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.footer-grids ul li, .footer-grids p {
    display: block;
    font-size: 14px;
    color: #bdbdbd;
}
.footer-grids ul li a {
    color: #b5b5b5;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.footer-grids ul li a:hover {
    color: var(--primary-color);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.w3l-agileits input[type="email"] {
    display: inline-block;
    background: var(--bg-color);
    border: none;
    width: 72%;
    height: auto;
    padding: 10px;
    color: var(--heading-color);
    font-size: 15px;
    border-radius: 4px 0 0 4px;
}
.w3l-agileits button {
    outline: none;
    color: #FFFFFF;
    padding: 10px;
    width: 18%;
    background: var(--primary-color);
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
	margin-top: -4px;
}
.footer-grids.w3l-socialmk ul li {
    display: inline-block;
    margin: 0;
}
.social .fb {
    background: #6788ce;
}
.social .tw {
    background: #00ACEE;
}
.social .gp {
    background: #DD4B39;
}
.social a {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
}
.social ul li a i {
    color: #fff;
    line-height: 34px;
    padding: 0;
}
ul {
    margin: 0;
    padding: 0;
}

.copy-right {
    background: #0e172a;
}
.copy-right p {
    font-size: 16px;
    color: #868383;
	margin-bottom:0px;
}
.copy-right p a {
    color: #fff;
}
.navbar-light .navbar-toggler{
	background-color:var(--primary-color);
}
.ih-item.square{
	width:auto;
	height:auto;
	border: 2px solid var(--secondary-color);
}
.ih-item.square.effect3 .info{
	background:var(--primary-color);
	height: 44px;
}
.ih-item.square.effect3.bottom_to_top a:hover .img {
    -webkit-transform: translateY(-44px);
    -moz-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    -o-transform: translateY(-44px);
    transform: translateY(-44px);
}
.deal-card{
	border:2px solid var(--primary-color);
}
.navbar-nav .nav-item{
	margin-right: 1.5rem;
}