@charset "utf-8";

@font-face {
    font-family: 'Gilroy-Heavy';
    src: url('../fonts/Gilroy-Heavy.ttf');
}
@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/Gilroy-Bold.ttf');
}
@font-face {
    font-family: 'Gilroy-Regular';
    src: url('../fonts/Gilroy-Regular.ttf');
}
@font-face {
    font-family: 'Gilroy-Medium';
    src: url('../fonts/Gilroy-Medium.ttf');
}
@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url('../fonts/Gilroy-ExtraBold.ttf');
}
@font-face {
    font-family: 'Gilroy-SemiBold';
    src: url('../fonts/Gilroy-SemiBold.ttf');
}
@font-face {
    font-family: 'bod';
    src: url('../fonts/bod_blar.ttf');
}


.ft-reg{font-family: 'Gilroy-Regular', sans-serif;}
.ft-med{font-family: 'Gilroy-Medium', sans-serif;}
.ft-regbol{font-family: 'Gilroy-Bold', sans-serif;}
.ft-bold{ font-family: 'Gilroy-Heavy', sans-serif;}
.ft-sbold{ font-family: 'Gilroy-SemiBold', sans-serif;}
.ft-exbold{ font-family: 'Gilroy-ExtraBold', sans-serif;}

.green_str {
	background: #049E36;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
	margin: 0;
}


body {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth !important;
    font-family: 'Gilroy-Regular';
    font-weight: 400;
    overflow-x: hidden;
  }


  a {
    text-decoration: none !important;
  }
  ul li{
    list-style: none !important;
  }
  * {
    box-sizing: border-box;
  }  
.text-red{
    color: red;
}
.page_wappers{
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.header_top {
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 1000;
	/* border-top: 12px solid #049E36; */
	background: #f8f201;
    padding: 12px 0;
}
.green_str p{
    margin-bottom: 0;
}
.navbar-brand {
    width: 110px;
    height: 110px;
    background: url('../images/logo.png') no-repeat;
      background-size: auto;
    background-size: 100%;
    padding: 0;
    margin-right: 0px;
    position: relative;
    top: 0px;
    z-index: 2;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff !important;
}
.ani_1 {
	position: absolute;
	background: url('../images/img.gif');
	width: 110px;
	height: 110px;
	left: 4%;
	z-index: 5;
	background-size: contain;
}
.ani_2 {
	position: absolute;
	background: url('../images/img.gif');
	width: 110px;
	height: 110px;
	right: 4%;
	z-index: 5;
	background-size: contain;
}
.contactusbtn a{
    background: #D3423D;
    color: #fff;
    padding: 14px 30px
}

.header_top .navbar-nav li a{
    color: #fff;
    margin: 10px 10px;
    position: relative;
}
#navbarNav {
    align-items: center;
    /* background: #202020; */
	justify-content: end;
}
.nav-item a:hover{
    cursor: pointer;
}
.header_top .nav-link.active{
    font-weight: 500;
}
.header_top .nav-link.active:after{
    content: '';
    position: absolute;
    background: #572C01;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;

}
.navbar{
    padding: 0;
}
.create_btn a{
    background: linear-gradient(159deg, rgba(46,44,128,1) 29%, rgba(78,27,224,1) 65%); 
    color: #fff;
    padding: 8px 24px;
    border-radius: 20px;
    font-weight: 700;
}

nav{
    position: relative;
}

.logowappers {
	float: left;
	display: flex;
	align-items: center;
}

.logowappers h1{
	padding-left: 10px;
	margin: 0;
	font-family: bod;
    color: #049e36;
}
.logowappers h1 span{
    font-size: 2.2rem;
    background: #009f3d;
    color: #f8f201;
    white-space: revert;
}
.phone i{
    padding-left: 10px;
    font-size: 20px;
}
.phone span{
    font-size: 18px;
    padding-left: 10px;
}
.bannercontent{
    position: relative;
    width: 100%;
    float: left;
}
.crakers_ls{
    padding: 22px 12px;
}
.bannercontent .crakers_ls img{
    width: 100%;
    border-radius: 10px;
}
table .pros_green{
    background: #049E36;
    color: #f8f201;
    font-family: 'Gilroy-SemiBold';
    /* font-family: 'Gilroy-Medium'; */
    font-size: 18px;
}
.content.sub_name{
    background: #f8f201;
    font-family: 'Gilroy-SemiBold';
    font-size: 18px;  
}
td{
    font-family: 'Gilroy-SemiBold';
  font-size: 18px;   
}
.footer_row ul{
    margin: 0;
    padding: 0;
}
.footer_row .phone span {
	font-size: 18px;
	padding-left: 0;
}
.footer_row .phone span.ft-med{
    padding-left: 10px;
}

.quantity {
    display: flex;
    border: 2px solid #3498db;
    border-radius: 4px;
    width: 103px;
    border: 2px solid #049e36;
    margin: auto;
    /* overflow: hidden; */
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  }
  .lftaddress {
	color: #fff;
    font-size: 18px;
}
  .quantity button {
    background-color: #049e36;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
  }
  
  .quantity button:hover {
    background-color: #2980b9;
  }
  .carts table img {
    width: 100px !important;
    height: 100px !important;
    cursor: pointer;
    object-fit: contain;
}
tr{
    vertical-align: middle;
}
.carts input.input-box {
    width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
    border: 0 !important;
  }
  #product_lists td {
    color: #212121;
    background: #f9f9f9;
    font-weight: bold;
    /* font-size: 15px; */
}
#product-table th, #product-table td, #cart-table th, #cart-table td {
    border: 1.5px solid #cccc;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
  
  /* Hide the number input spin buttons */
  .input-box::-webkit-inner-spin-button,
  .input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .input-box[type="number"] {
    -moz-appearance: textfield;
  }
  
  .headeryellow {
    padding: 10px 0px;
    background: rgb(248, 242, 1);
    color: #000;
    width: 100%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Gilroy-SemiBold';
    align-items: center;
    justify-content: center;
    display: flex;
}
.headeryellow input{
    background: #fff;
}
.carts input[type="number"] {
    height: 35px;
    width: 70px;
    border-radius: 6px;
    border: 2px solid #c7c7c7;
    padding-left: 10px;
    text-align: center;
}
.skyboomers{
    text-align: center;
    color: #fff;
    background: #000;
    padding: 10px 0;
    margin-top: 30px;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
}
footer {
	float: left;
	width: 100%;
	background: #202020;
	padding: 80px 0 0;
}
.cart-buttons {
	width: 100%;
	float: right;
	margin-top: 16px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.cart-buttons button {
    float: left;
    list-style-type: none;
    margin-left: 14px;
}
.cart-buttons button {
    float: right;
    background: #049e36;
    border: 0;
    border-radius: 6px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Gilroy-SemiBold';
}
.cart-buttons button:hover{
    background: #f8f201;
    color: #111;
}
.page-banner{
    background-image: url('../images/banner_imgs.gif');
    background-attachment: fixed;
    background-position: top;
    background-repeat: repeat;
    background-size: contain;
    position: relative;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	background: #111;
}
.page-banner h1 {
    color: #fff;
    text-align: center;
    z-index: 999;
    position: relative;
    max-width: 780px;
    font-size: 28px;
    margin: auto;
    padding: 0 25px;
    font-family: 'Gilroy-SemiBold';
}
.checkout_pags{
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.tot_bg{
    background: #f8f201 !important;
    color: #049E36;
    /* font-family: 'Gilroy-SemiBold'; */
    font-family: 'Gilroy-ExtraBold';
    font-size: 20px;
}
.checkout_pags h3{
    font-size: 24px;
    margin-bottom: 22px;
}
.cart-buttons.text_center{
    float: none;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.input_brds input {
    border: 1px solid #b3adad;
    border-radius: 5px;
    height: 44px;
    padding: 10px;
}
.input_brds textarea {
    border: 1px solid #b3adad;
    border-radius: 5px;
    height: 100px;
    resize: none;
    padding: 10px;
}

  @media (max-width: 1400px) {
    .ani_1{
        left: 1%;
    }
    .ani_2{
        right: 1%;
    }
    .logowappers h1{
        font-size: 2.2rem;
    }
    .logowappers h1 span {
        font-size: 2rem;
    }

  }

  @media (max-width: 767px) {
    .ani_1{
       display: none;
    }
    .ani_2{
        display: none;
    }
    .navbar-toggler{
        display: none;
    }
    .logowappers h1 {
        font-size: 28px;
    }
    .logowappers h1 span {
        font-size: 22px;
    }
    .navbar-brand {
        width: 90px;
        height: 90px;
    }
  }

























