 @charset "utf-8";
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;500;700;900&display=swap');
 body {
   font-family: 'Roboto', sans-serif;
   color: #4f4f51;
 }
 h1, h2, h3, h4, h5 {
   font-family: 'Poppins', sans-serif;
   color: #555;
 }
 p {
   font-size: 16px;
   letter-spacing: .025rem;
   line-height: 1.8;
   font-weight: 300;
 }
 .highlight {
   color: #479e1a;
 }
 .highlight2 {
   color: #555;
 }
 .login {
   width: 400px;
 }
 /*
.btn {
	font-family: 'Poppins', sans-serif;
	background-color: #555;
	color: #fff;
	min-width: 120px;
	font-size: 16px;
	border-radius: 30px;
	transition: .2s;
	text-transform: uppercase;
	letter-spacing: .05rem;
}
.btn:hover {
	background-color: #479e1a;
	color: #fff;	
}*/
 .wrap {
   max-width: 600px;
 }
 .wrap img {
   filter: brightness(0) invert();
 }
 .logo {
   position: absolute;
   top: 2rem;
   left: 2rem;
   height: 80px;
   filter: brightness(0) invert();
   opacity: .1;
 }
 #login {
   background-image: url("images/login.jpg");
   background-position: center center;
   background-size: cover;
   background-repeat: no-repeat;
   position: relative;
 }
 #thankyou {
   background-image: url("images/thankyou.jpg");
   background-position: center center;
   background-size: cover;
   background-repeat: no-repeat;
   position: relative;
 }
 .login-body {
   background-color: rgba(255, 255, 255, .9);
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
 }
 .login-header {
   position: relative;
   z-index: 1;
 }
 #login input[type="text"], #login input[type="email"], #login input[type="password"] {}
 .login-header::before {
   content: "";
   height: 55%;
   width: 100%;
   position: absolute;
   bottom: 0;
   left: 0;
   background-color: rgba(255, 255, 255, .9);
   z-index: -1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px
 }
 .user {
   background-color: #479e1a;
   box-shadow: 0 4px 6px rgba(0, 0, 0, .25);
 }
 select.form-select:focus, textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
   box-shadow: inset 0 -1px 0 #ddd;
   outline: none;
   background-color: transparent;
 }
 .form-floating label {
   font-size: 14px;
 }
 .form-control {
   background-color: transparent;
   border: none;
   border-bottom: solid 1px #ccc;
   border-radius: 0;
 }
 .nav-link {
   color: #555!important;
   text-decoration: none;
   font-family: 'Poppins', sans-serif;
   font-size: 14px;
   letter-spacing: .025rem;
   font-weight: 300;
   transition: .2s!important;
 }
 .nav-link:hover {
   color: #479e1a!important;
   text-decoration: none;
   font-family: 'Poppins', sans-serif;
   font-size: 14px;
   letter-spacing: .025rem;
   font-weight: 300;
 }
 .single-product-content {
   overflow: hidden;
   position: relative;
   z-index: 1;
   margin-top: 140px !important;
 }

 @media screen and (min-width:992px) {
   .single-product-content::before {
     content: "";
     background: linear-gradient(0deg, #377c14, #65db28);
     position: absolute;
     top: 0;
     left: -70%;
     transform: skewX(45deg);
     height: 100%;
     width: 100%;
     z-index: -1;
   }
 }
 .all-products {
   margin-top: 80px !important;
 }
 .cart-wrap {
   margin-top: 80px !important;
 }
 .prod {
   border: solid #efefef 1px;
   transition: .2s;
   position: relative;
   z-index: 1;
 }
 .prod:hover {
   border: solid #479e1a 1px;
 }
 .prod img {
   transition: .6s;
   opacity: 1;
 }
 .prod:hover img {
   opacity: .2;
   transition: .1s;
 }
 .bottles {
   position: relative;
 }
 .prod .buttons {
   position: absolute;
   top: 30%;
   left: 50%;
   transform: translate(-50%, -50%);
   opacity: 0;
   transition: .4s ease-in;
   transition-delay: 0;
 }
 .prod:hover .buttons {
   opacity: 1;
   transition: .4s;
   top: 50%;
   transform: translate(-50%, -50%);
   transition-delay: .2s;
 }
 nav {
   background-color: rgba(255, 255, 255, .9) !important;
   z-index: 9999 !important;
   transition: .2s ease-in;
   padding-top: 10px;
   padding-bottom: 10px;
 }
 nav.shrink {
   padding-top: 10px;
   box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
 }
 footer img {
   filter: brightness(0) invert();
 }
 footer a {
   color: #fff;
   text-decoration: none;
   font-family: 'Poppins', sans-serif;
   font-size: 14px;
   letter-spacing: .025rem;
   font-weight: 300;
   transition: .2s;
 }
 footer a:hover {
   color: #fff;
   text-decoration: none;
   opacity: .5;
 }
 .btmdiv {
   background-color: #ea91a5;
 }
 footer {
   background-color: #555;
   color: #fff;
 }
 .box-menu {
   text-align: center;
 }
 .box-menu ul {
   padding: 0;
   margin: 0;
   list-style: none;
 }
 .box-menu ul li {
   text-transform: uppercase;
   border-radius: 4px;
   cursor: pointer;
   margin-bottom: 60px;
   background: #479e1a;
   font-size: 14px;
   padding: 10px 20px;
   display: inline-block;
   color: #fff;
   font-family: 'Poppins', sans-serif;
   letter-spacing: .025rem;
   margin: 5px 6px;
 }
 .box-menu ul li.mixitup-control-active {
   background: #555;
   transform: scale(1.05) !important;
 }
 .icon-shape {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   vertical-align: middle;
   transform: scale(.6);
 }
 .icon-sm {
   width: 2rem;
   height: 2rem;
 }
 .quantity-field {
   background-color: transparent;
 }
 .summary {
   background-color: #ddf6cf;
 }
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
 }
 /* Firefox */
 input[type=number] {
   -moz-appearance: textfield;
 }
 .checkout-link {
   color: #479e1a;
   text-decoration: none;
   transition: .2s;
   font-weight: 600;
 }
 .checkout-link:hover {
   color: #479e1a;
   text-decoration: none;
   opacity: .5;
 }
 select option label {
   font-size: 14px !important;
 }
 .return {
   font-size: 12px;
   color: #479e1a;
   text-decoration: none;
   transition: .2s;
 }
 .return:hover {
   color: #479e1a;
   text-decoration: none;
   opacity: .5;
 }
 .ap-header {
   background-image: url("images/img6.jpg");
   background-size: cover;
   background-position: center center;
   min-height: 50vh;
 }
 /*------------------------------------------------------btn----------------*/ :active, :hover, :focus {
   outline: 0 !important;
   outline-offset: 0;
 }
 ::before, ::after {
   position: absolute;
   content: "";
 }
 .btn {
   position: relative;
   display: inline-block;
   width: auto;
   height: auto;
   background-color: transparent;
   border: none;
   cursor: pointer;
   min-width: 180px;
 }
 .btn span {
   font-family: 'Poppins', sans-serif;
   position: relative;
   display: inline-block;
   font-size: 14px;
   letter-spacing: 2px;
   text-transform: uppercase;
   top: 0;
   left: 0;
   width: 100%;
   padding: 15px 20px;
   transition: 0.3s;
 }
 .btn-3 {
   padding: 5px;
 }
 .btn-3 span {
   color: rgb(255, 255, 255);
   background-color: #479e1a;
 }
 .btn-3::before, .btn-3::after {
   background: transparent;
   z-index: 2;
 }
 .btn.hover-border-3::before, .btn.hover-border-3::after {
   width: 0%;
   height: 0%;
   opacity: 0;
   transition: width 0.2s 0.15s linear, height 0.15s linear, opacity 0s 0.35s;
 }
 .btn.hover-border-3::before {
   top: 0;
   right: 0;
   border-top: 1px solid #479e1a !important;
   border-left: 1px solid #479e1a !important;
 }
 .btn.hover-border-3::after {
   bottom: 0;
   left: 0;
   border-bottom: 1px solid #479e1a !important;
   border-right: 1px solid #479e1a !important;
 }
 .btn.hover-border-3:hover::before, .btn.hover-border-3:hover::after {
   width: 100%;
   height: 99%;
   opacity: 1;
   transition: width 0.2s linear, height 0.15s 0.2s linear, opacity 0s;
 }
 .block02 {
   background-image: url("images/img-6.jpg");
   background-position: top center;
   background-size: cover;
   background-repeat: no-repeat;
 }
 .cart-img img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
   height: 200px !important;
   width: auto !important;
 }
 .summary p {
   font-size: 14px;
 }
 .form-row-first input {
   width: 200px;
 }
 .form-row-last button {
   font-family: 'Poppins', sans-serif;
   background-color: #479e1a !important;
   min-width: 120px;
   font-size: 12px;
   transition: .2s;
   text-transform: uppercase;
   letter-spacing: .05rem;
   color: #fff;
   border: none;
   display: inline-block;
   padding: 5px;
 }
 .woocommerce-info {
   display: none;
 }
 p.form-row-first {
   display: inline-block;
   width: 200px;
   margin-bottom: 0 !important;
 }
 p.form-row-last {
   display: inline-block;
   width: 140px;
   margin: -31px 0 0 200px !important;
 }
 .woocommerce-notices-wrapper {
   margin-top: 10px;
 }
 .creamtable-lt {
   width: 49%;
   float: left;
 }
 .creamtable-lt p {
     margin-top: 2rem;
     line-height: 24px;
 }
 .creamtable-rt {
   width: 49%;
   float: right;
 }
 .creamtable-rt p {
   line-height: 24px;
     margin-bottom: 0;
 }
 .creamtable-rt table {
   width: 100%;
 }

 .creamtable-rt hr {
   margin-top: 6px;
     margin-bottom: 6px;
     height: 2px;
 }
.cart-contents {
    display: flex;
    align-items: center;
}
.cart-contents i {
    margin-top: -16px!important;
}
.fa-user-circle-o, .fa-refresh, .fa-envelope-o {
    position: relative;
    margin-right: 1.4rem!important;
}
.fa-user-circle-o:before {   
    content: "\f2be";
    position: absolute;
    top: -12px;
    height: 14px;
    width: 14px;
    left: 0;
}
.fa-refresh:before {   
    content: "\f021";
    position: absolute;
    top: -12px;
    height: 14px;
    width: 14px;
    left: 0;
}
.fa-envelope-o:before {   
    content: "\f003";
    position: absolute;
    top: -12px;
    height: 14px;
    width: 14px;
    left: 0;
}
.formbox a {
    font-size: 14px!important;
    font-weight: 500!important;
}

footer .corp {
    font-size: 12px;
    line-height: 18px;
}
@media screen and (max-width:767px) {
    .nav-link {
        margin-left: 10px;
    }
}
.nav a {
    color: #479e1a!important;
    font-weight: 500!important;
    font-family: 'Poppins', sans-serif;
}