
/*head*/



html{
scroll-behavior: smooth;
}

body{
    font-family: 'Lato', sans-serif !important;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
}

a{
    font-family: 'Montserrat', sans-serif !important;
    text-decoration: none !important;
}

a:hover{
  color:#0cabff;
  cursor: pointer;
}


button:focus{
  outline: none;
}

h3 {
    font-weight: bold;
}

.footer .form-control::placeholder {
  color: #ffffff !important;
  opacity: .8; 
}

.footer .form-control:-ms-input-placeholder { 
 color: #ffffff !important;
}

.footer .form-control::-ms-input-placeholder { 
 color: #ffffff !important;
}

.preloader {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 999999;
   animation-name: headerAnimate;
   animation-duration: 3s;
   background-color:white;
   animation-timing-function:cubic-bezier(0.68, -0.55, 0.27, 1.55);
   animation-iteration-count: infinite;
}

.loaderANIMATE {
    position: fixed;
    transform: scale(.3);
    -webkit-transform: scale(.3);
    width: 100%;
    height: 100%;
    top: 3em;
}


.loaderOverlay {
    position: relative;
    width: 250px;
    display: block;
    margin: 0 auto;
}

.borderRotate {
    width: 250px;
    height: 250px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    padding: 2em;
    border-radius: 50%;
    border: 12px #ff8401;
    border-style: solid none none none;
    background: white;
    box-shadow: inset 1px 1px 22px #00000073;
    filter: drop-shadow(0px 0px 100px #00000040);
    transform-origin: center;
    transform: rotate(0deg);
    border-right-color: #48c247;
    border-left-color: #48c247;
    animation: loaderRotate;
    animation-timing-function: linear;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes loaderRotate{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}


.loaderOverlay img {
    margin: 0 auto;
    width: 170px;
    position: absolute;
    left: 43px;
    top: 48px;
}


/*user select*/
::-moz-selection { color: #ffffff; }
::selection { color: #ffffff; }
::-moz-selection { background: #1f6a34; }
::selection { background: #1f6a34; }



/*header*/

.container-fluid.landingPage {
    background-size: cover;
    background-position: top left;
}

.desktopHeader {
    max-height: 80px;
    border-bottom: 1px solid #e9e9e9;
}

.inline-flex {
    display: inline-flex;
}

.logo {
    width: 200px;
    padding: 1em;
    margin-right: 10%;
}
.logoImg {
    max-height: 50px;
}

.logo.neutral img {
    width: auto;
    max-height: 35px;
}
.logo.neutral {
    width: 100%;
    height: 50px;
    text-align: center;
    padding: .5em;
    box-shadow: 0px 3px 10px #00000026;
    border-radius: 0em 0em .8em .8em;
}

.navigation ul {
    margin: 0;
    margin-top: .4em;
    margin-right: 1em;
    padding:0;
}

.navigation ul li {
    list-style: none;
    display: inline-flex;
    font-size: 1em;
}

.logo.neutral i {
    position: absolute;
    left: 1em;
    top: 4px;
    padding: .8em .8em;
    color: #33832f;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #33832f;
}
.navigation {
    width: 100%;
    text-align: right;
    padding: 1.3em .5em;
    display: inline-flex;
    height: 80px;
    position: relative;
}

.desktopHeader .navLink {
    padding: .5em .7em;
    color: #2d3291;
    background: transparent;    
    border:1px solid transparent;
    transition: all .3s ease-in-out;
}

.desktopHeader .navLink:hover {
    color: #ed1d21;
    border-top: 1px solid #2d3291;
    border-bottom: 1px solid #2d3291;
    border-radius: 0em;
    transition: all .5s ease-in-out;
}
.navigationCollapsed .navLink:hover {
    color: #ffffff;
    background: #ffffff14;
    padding-left: 1em;
    border-radius: 0em;
    transition: all .3s ease-in-out;
}
.desktopHeader .cartICON .navLink:hover {
    color: #ffffff;
    background: transparent;
    border-radius: 3em;
    transition: all .5s ease-in-out;
}

a.navLink.cart {
    background: #ff8401;
    color: white;
    border-radius: .3em;
    transition: all .5s ease-in-out;
    z-index: 10;
}

a.navLink.cart:hover {
    background: #33832f;
    color: white;
    transition: all .5s ease-in-out;
}

.cartICON {
    position: relative;
    display: inline-flex;
    padding: .4em;
}

.cartICON.mob {
    margin-left: 1em;
    height: 50px;
}

.cart-preview {
    width: 18em;
    height: auto;
    position: absolute;
    right: 0em;
    top: 2.6em;
    z-index: 9;
    background: white;
    border: 1px solid #d2d2d2;
    padding: 1em;
    padding-top: 1em;
    border-radius: 1em 0em 1em 0em;
    text-align: center;
    filter: drop-shadow(0px 10px 5px #00000030);
    transition: all .3s ease-in-out;
    transform-origin: top right;
}

h5.cart-preview-heading {
   font-weight: 900;
    color: #297336;
    border-bottom: 1px solid #e7e7e7;
    padding: .5em;
}

.cartICON:hover .navLink.cart {
    background: #ff8300;
    color: #ffffff;
    border-radius: 0em 0em 0em 2em;
}

.cart-preview:hover{
    transform: scale(1);
    transition: all .4s ease-in-out;
}

.cartICON .cart-preview{
    transform: scale(0);
    transition: all .3s ease-in-out;
}

.cartICON.mob .cart-preview {
    right: -50%;
    top: 3.5em;
    transform: scale(0);
}

.cartICON.mob:hover .cart-preview {
    right: -33%;
    transform: scale(.8);
}

.cartICON .product-details p {
    margin: 0 auto;
}

.cartICON:hover .cart-preview{
    transform: scale(1);
    transition: all .4s ease-in-out;
}

.cartICON:hover .cart-count {
    display: none;
}

span.cart-count {
    width: 1em;
    height: 1em;
    padding: .1em;
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;
    background: white;
    border-radius: 1em;
    filter: drop-shadow(0px 0px 4px #00000050);
    z-index: 11;
}

.cart-preview .product-image img {
    width: 50px !important;
}
.cartICON .product-details {
    display: inline-flex;
    width: 100%;
}

.cart-preview span.product-image {
    width: 100%;
    display: inline-flex;
    border: none;
}

.cart-preview h5.product-name {
    margin: 0;
    padding: .5em;
    font-size: 1em;
    width: 100%;
    text-align: left;
}

.cartPreview-controls .cart-btn {
    margin-bottom: .5em;
}

span.cart-count.mob{
    width: 1.6em;
    right: 8px;
    top: 10px;
}

span.cart-count p {
    margin: 0;
    font-size: .6em;
    text-align: center;
    color: black;
}


.navbutton {
    width: 6em;
    text-align: center;
    display: inline-block;
    padding: .3em .6em;
    border-radius: 2em;
    cursor: pointer;
    transition: all .5s ease-in-out;
}



.navbutton.solid{
    background: rgb(12,171,255);
    background: -moz-linear-gradient(240deg, rgba(12,171,255,1) 0%, rgba(0,24,255,1) 100%);
    background: -webkit-linear-gradient(240deg, rgba(12,171,255,1) 0%, rgba(0,24,255,1) 100%);
    background: linear-gradient(240deg, rgba(12,171,255,1) 0%, rgba(0,24,255,1) 100%);
    border: 1px solid #0cabff;
    color: white;
    margin-right: .7em;
    transition: all .5s ease-in-out;
}

.navbutton.solid:hover{
    filter: drop-shadow(2px 2px 4px #00000040);
    border:1px solid white;
    color: white !important;
    transition: all .5s ease-in-out;
}

.navbutton.outline{
    border: 1px solid #0cabff;
    color: #0cabff;
    background: white;
    margin-right: .7em;
}


.navbutton.outline:hover{
    filter: drop-shadow(2px 2px 4px #00000040);
    border:1px solid white;
    color: #0cabff !important;
    transition: all .5s ease-in-out;
}

.navLink.border-left{
    border-left: 2px solid #ff8300 !important;
}


button.navLink.btn.btn-primary {
    background: #ededed;
}

.btn-group.categories {
    margin-right: 3em;
}

button.navLink.btn.btn-primary.dropdown-toggle.dropdown-toggle-split {
    background: #ff8401;
    color: white;
    transition: all .4s ease-in-out;
}
button.navLink.btn.btn-primary.dropdown-toggle.dropdown-toggle-split:hover{
    background: #469142;
    transition: all .4s ease-in-out;
}
button:focus{
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 0%) !important;
    border: none !important;
}

.dropdown-toggle::after{
    display: none;
}

.searchTab {
    width: 80%;
    margin-right: 3%;
    display: inline-flex;
    float: left;
    position: relative;
}

.searchTab input {
    width: 100% !important;
    border: none;
    background: #ededed;
    transition: all .5s ease-in-out;
    margin: 0;
    color: #2d3291;
    background-color: #fff;
    border-color: black;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
    border-bottom: 1px solid #d4d4d4;
    transition: all .5s ease-in-out;
}

.form-control:focus {
    color: #ff8401;
    background-color: #fff;
    border-color: black;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
    border-bottom: 1px solid #d4d4d4;
    transition: all .5s ease-in-out;
}

.searchTab button {
    background: no-repeat;
    border: none;
    position: absolute;
    right: 6%;
    padding: .4em 1em;
    color: #2d3291;
}

a.cart-icon {
    background-color: #ff8401;
    display: inline-flex;
    width: 2.6em;
    border-radius: .3em;
    background-image: url(images/bag-icon.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5%;
    transition: all .6s ease-in-out;

}

a.cart-icon:hover {
    background-color: #338330;
    transition: all .6s ease-in-out;
}

a.cart-icon::before {
    content: '+';
    font-size: 1.5em;
    font-weight: bold;
    color: #ff8401;
    padding: .3em .6em;
    transition: all .6s ease-in-out;
}

.dropdown-menu.show {
    min-width: 15em;
    border: none;
    background: #ededed;
    border-left: 1px solid #ff8401;
    border-radius: 0;
    top: 1.2em !important;
    padding: 1.5em;
}

a.dropdown-item {
    background-color: #ededed;
    letter-spacing: .02em;
    padding: 1em;
    border-bottom: 1px solid #e1e1e1;
    font-weight: bold;
    transition: all .6s ease-in-out;
}

a.dropdown-item:hover {
    color: #515151;
    background-color: #ededed;
    border-bottom: 1px solid #a7a7a7;
    letter-spacing: .1em;
    padding-left: 1.5em;
    transition: all .6s ease-in-out;
}


/*sliders*/
.carousel-item {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.carousel-item img{
    height: auto;
    width: 100%;
}
.carousel-inner{
    overflow: hidden;
}

#slider .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 200px;
    left: 65%;
    z-index: 5;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

#slider-mob .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 45%;
    z-index: 5;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
/*slider1*/

.sliderBox {
    padding: 2.5em 1.5em;
    background: #ededed;
    min-height: 440px;
}

#slider1 {
    border-radius: 1em;
    overflow: hidden;
    filter: drop-shadow(2px 2px 5px #00000070);
    width: 100%;
    max-height: 500px;
}
#slider .carousel-indicators{
    bottom: 25px;
}

#slider-mob .carousel-indicators{
    bottom: 0px;
}

.carousel-indicators li {
    width: 1.5em;
    height: 3px;
    filter: drop-shadow(0px 0px 4px #00000050);
    background: #2e3192;
    padding: 0;
    border: 1px solid #ffffff;
    opacity: 1;
    border-radius: 1em;
    transition: all .6s ease-in-out;
}

.carousel-indicators .active {
    width: 5em !important;
    border-radius: .7em;
    transition: all .6s ease-in-out;
}


a.sliderControlPrev {
    position: absolute;
    left: 1em;
    bottom: 50%;
    font-size: 1.2em;
    color: #ffffff;
    background: #2d3291;
    padding: 0em .5em;
    border-radius: .2em;
    transition: all .4s ease-in-out;
}

a.sliderControlPrev:hover{
    color:white;
    background: #ed1d21;
    transition: all .4s ease-in-out;
}

a.sliderControlNext {
    position: absolute;
    right: 1em;
    bottom: 50%;
    font-size: 1.2em;
    color: #ffffff;
    background: #2d3291;
    padding: 0em .5em;
    border-radius: .2em;
    transition: all .4s ease-in-out;
}

a.sliderControlNext:hover{
    color:white;
    background: #ed1d21;
    transition: all .4s ease-in-out;
}

div#slider1 .carousel-caption {
    left: 0;
    top: 400px;
    text-align: left;
    padding: 1em;
}

/*slider2*/

#slider2 {
    border-radius: 1em;
    overflow: hidden;
    filter: drop-shadow(2px 2px 5px #00000070);
}

div#slider2 .carousel-caption {
    width: 100%;
    left: 0;
    top: 0;
    text-align: left;
    padding: 1em;
}
#slider2 .carousel-inner {
    height: 200px;
}


/*slider 3*/

div#slider3 {
    padding: 2em;
    width: 100%;
    background: #ffffff;
    margin-top: .7em;
    border-radius: 1em;
    filter: drop-shadow(2px 2px 4px #00000040);
}

/*tabmenu*/

.tab-menu-box {
    padding: 2em 1em;
}

.tab-menu {
    text-align: center;
    padding: 5%;
    background: white;
    filter: drop-shadow(0px 0px 4px #00000030);
    border-radius: .4em;
    min-height: 6em;
    margin: .2em;
    max-width: 31%;
}

.tab-menu img {
    width: auto;
    height: 4em;
}

.tab-menu p {
    padding-top: 1em;
    margin: 0;
    font-weight: bold;
}

/*products*/

.headerIMG img {
    width: 100%;
}

.row.justify-content-center.products {
    padding: 2% 15%;
    background: #ffffff;
    min-height: 500px;
}

.productBox {
    padding: 1em 1em;
}

.product {
    padding: 0;
    background: white;
    border-radius: .3em;
    filter: drop-shadow(2px 2px 4px #00000040);
    overflow: hidden;
    transition: all .4s ease-in-out;
}

.productbox-btns {
    display: inline-flex;
    width: 100%;
    margin-top: 1em;
}

.productbox-btns a {
    width: 50%;
}

.product:hover {    
    filter: drop-shadow(2px 2px 4px #00000050);
    transition: all .4s ease-in-out;
}

.product img {
    text-align: center;
    display: flex;
    width: auto;
    height:20em;
    max-height: 20em;
    margin: 0 auto;
}

.product a {
    text-align: center;
    display: inherit;
}

a.productDetails {
    padding: .3em;
    font-weight: bold;
    background: #e5e5e5;
    color: #2d3291;
    border-radius: .3em .3em 0em 0em;
    transition: all .4s ease-in-out;
}

a.productDetails:hover {
    color: white;
    background: #ed1d21;
    transition: all .4s ease-in-out;
}

a.order {
    padding: .3em;
    font-weight: bold;
    background: #2d3291;
    color: white;
    border-radius: 0em 0em .3em .3em;
    transition: all .4s ease-in-out;
}

a.order:hover {
    color: white;
    background: #ed1d21;
    transition: all .4s ease-in-out;
}

a.share {
    text-align: right;
    padding: .3em;
    color: #c2c2c2;
    transition: all .4s ease-in-out;
}

a.share:hover {
    color: dimgrey;    
    transition: all .4s ease-in-out;
}

.product a.share{
    opacity: 0;
}

.product:hover a.share{
    opacity: 1;
}

a.mrp {
    position: absolute;
    padding: .5em;
    font-size: .7em;
}

a.mrp i {
    background: #77aa3c;
    padding: .3em .5em;
    color: white;
    border-radius: 1em;
    margin-right: .5em;
}

.partbox {
    background: #246f35;
    padding: 2em .5em;
}

.part-heading {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: .5em;
    width: 100%;
}

.center{
    text-align: center;
}

.products .rect-btn {
    margin: 0 auto;
    font-size: 1em;
    background: -moz-linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
background: -webkit-linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
background: linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d3291",endColorstr="#ed1d21",GradientType=1);
}

/*about*/

.row.justify-content-center.about {
    padding: 5% 3%;
}

img.aboutLogo {
    width: 100%;
    padding: .2em;
}

.About .rect-btn {
    width: 10em;
}

/*Mobile Menu*/

.navigationCollapsed {
    width: 100%;
    height: 100vh;
    position: fixed;
    right: -110%;
    top: 80px;
    z-index: 99;
    padding: 2em;
    transition: all .3s ease-in-out;
    overflow: auto;
    background: rgb(45,50,145);
background: -moz-linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
background: -webkit-linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
background: linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d3291",endColorstr="#ed1d21",GradientType=1);
}



.navigationCollapsed ul {
    padding: 0;
}

.navigationCollapsed li {
    list-style: none;
}

.row.searchMobile {
    padding: .5em;
    margin-top: 80px;
    margin: 0;
}

.searchTab.mobile {
    width: 100%;
    display: block;
    padding-right: 0;
    margin-right: 0;
}

.searchTab.mobile button {
    top: .4em;
    right: 0%;
}


.mobile-header {
    width: 100%;
    text-align: right;
}

.menuCol{
    padding:0;
}

.bars {
    width: 60px;
    height: 60px;
    float: right;
    padding: 17px 7px;
    position: fixed;
    top: 3px;
    right: 3px;
    cursor: pointer;
}
.bars span {
    width: 80%;
    height: 2px;
    background: #2d3291;
    display: block;
    margin-top: 6px;
    float: right;
    border-radius: 1px;
    transition: all .5s ease-in-out;
}

.hiddenClose {
    width: 60px;
    height: 60px;
    right: 0;
    top: 3px;
    padding: 10px;
    display: none;
    position: fixed;
    z-index: 99;
    cursor: pointer;
}

.navigationCollapsed .navLink {
    width: 100%;
    display: block;
    padding: 1em 2em;
    border-bottom: 1px solid #ffffff26;
    border-radius: 0;
    color: white;
}

a.account-icon {
    height: 50px;
    display: inline-flex;
    padding: .9em .5em;
    color: #ffffff;
    font-size: 1.1em;
    margin-left: .6em;
}


/*modal*/
.account {
    text-align: center;
    padding: 6em 1em;
    padding-left: 1em !important;
    background: #000000ad;
}

.account button.close {
    color: white;
    opacity: 1;
}
.account .modal-content {
    color: white;
    background: -moz-linear-gradient(0deg, rgba(30,107,53,1) 0%, rgba(123,173,60,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(30,107,53,1) 0%, rgba(123,173,60,1) 100%);
background: linear-gradient(0deg, rgba(30,107,53,1) 0%, rgba(123,173,60,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e6b35",endColorstr="#7bad3c",GradientType=1);  

}
.account .modal-body {
    width: 100%;
    padding: 4em 0em;
    background: -moz-linear-gradient(180deg, rgba(30,107,53,1) 0%, rgba(123,173,60,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(30,107,53,1) 0%, rgba(123,173,60,1) 100%);
background: linear-gradient(180deg, rgba(30,107,53,1) 0%, rgba(123,173,60,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e6b35",endColorstr="#7bad3c",GradientType=1);  
}
.account .navLink {
    width: 100% !important;
    margin: 0 auto;
    padding: 2%;
    color: #2a2a2a;
}


/*form*/

div#myAccountSignUp form {
    text-align: left;
    padding: 1em;
}

div#myAccountLogIn form {
    text-align: left;
    padding: 1em;
}

.footer button.btn.btn-primary {
    background: transparent;
    border: 1px solid white;
}

p.account {
    height: auto;
    padding: 1em;
    background: #33832f;
    color: white;
    border-radius: .8em .8em 0em 0em;
    margin: 0;
}

p.account a {
    color: white !important;
    border: 1px solid white;
    padding: .5em !important;
    border-radius: .2em;
    margin-left: 1em !important;
}

/*footer*/


.footer {
    background: #252525;
    padding: 3em 1em;
    color: white;
}

.footer li {
    list-style: none;
    padding: .5em;
}

.footer a {
    color: white;
    border-left: 1px solid transparent;
    padding-left: 0em;
    transition: all .3s ease-in-out;
}

.footer img.logo {
    width: auto;
    height: 70px;
    margin: 0 auto;
    border-radius: 1em;
}

.footer a:hover {
    color: white;
    border-left: 1px solid white;
    padding-left: 1em;
    transition: all .3s ease-in-out;
}

.copyright {
    background: -moz-linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
background: -webkit-linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
background: linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d3291",endColorstr="#ed1d21",GradientType=1);
color: #ffffff;
    font-size: .9em;
    padding: 2em;
    text-align: center;
    border-bottom: 1em solid #2d3291;
}

.copyright p{
    margin: 0;
}

.copyright a{
    color: #ffffff !important;
}

a.social {
    padding: 0em .5em;
    color: white;
    font-size: 2em;
    background: transparent;
    border-radius: .3em;    
    border-left: none;
    filter: drop-shadow(5px 8px 2px #00000000);   
    transition: all .3s ease-in-out;
}

a.social:hover {
    color: #ffffff;
    border-left: none !important;
    padding-left: .5em;
    filter: drop-shadow(5px 8px 2px #00000080);    
    transition: all .3s ease-in-out;
}

.socialIcons {
    padding: 2em 0em;
    text-align: center;
}

.footer ul {
    padding: 5%;
}

/*product details*/

.product-details #slider1 {
    filter: none;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    overflow: visible;
    width: 100%;
    max-height: 100%;
}

.product-details {
    padding: 2em .5em;
    background: #f7f7f7;
}

.product-details .carousel-indicators{
    z-index: 7;
}

div#slider ol.carousel-indicators {
    z-index: 7;
}
div#slider-mob ol.carousel-indicators {
    z-index: 7;
}

div#categories ol.carousel-indicators {
    z-index: 7;
}

.productDetailsList li {
    list-style: none;
    padding: .2em;
}

.product-details h6 {
    color: #9d9d9d;
}

.product-details h2 {
    font-weight: bold;
    color: #2d3291;
}

.product-details h3 {
    color: #ff8401;
    font-weight: 900;
}

.product-details i.fa.fa-star {
    color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #ff8401;
    padding: .2em;
}

.product-details i.fa.fa-star.rated {
    color: #ff8401;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #ff8401;
    padding: .2em;
}

.product-details a.addToCart{
    border-radius: .2em !important;
    padding: 1em 1.5em;
}

.product-details a.buyNow {
    border-radius: .2em !important;
    padding: 1em 1.5em;
}

.product-details i.fa.fa-share-alt {
    position: absolute;
    right: 2em;
    top: 2em;
    z-index: 1;
}

button.btn.btn-primary {
    background: #2d3291;
}

.productDetailsPopUp .modal-header {
    background: -moz-linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
background: -webkit-linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
background: linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d3291",endColorstr="#ed1d21",GradientType=1);
    color: white;
}

/*empty cart*/

.emptyCart a.cart-btn {
    width: 50%;
    margin: 0 auto;
}

.emptyCart {
    width: 100%;
    text-align: center;
    border-radius: 1em;
    background: white;
    filter: drop-shadow(2px 4px 6px #00000030);
    min-height: 35em;    
    padding-top: 2em;
}

.emptyCart img {
    width: 18em !important;
    transform: scale(1);
    transition: .8s all cubic-bezier(0.71, -0.83, 0, 0.43);
    cursor: pointer;
}

.emptyCart img:hover {
    transform: scale(.8);
    transition: .5s all cubic-bezier(0.71, -0.83, 0, 0.43);
}

.emptyCart h2{
    color: #33832f;
    font-weight: bolder;
    margin-bottom: 1em;
}

.emptyCart .orange{
    color: #ff8300;
}

/*contact form*/
.contactForm .logo-bg ul {
    list-style: none;
    width: 100%;
    padding: 1em;
    padding-bottom: 3em;
}

.contactForm .logo-bg ul li {
    padding: .5em 0em;
    border-bottom: 1px solid #ffffff1f;
    color: white;
}

.contactForm .logo-bg ul li i {
    color: #ffffff;
}
.contactForm .logo-bg {
    border-radius: .5em;
}

.contactForm .logo-bg h3 {
    background: transparent;
    border-top: 1px solid #ffffff21;
    padding: .5em;
    margin: 1em;
}

.contact-form {
    max-width: 100%;
    padding: 5%;
    background: white;
    border-radius: 1em;
    filter: drop-shadow(2px 4px 6px #00000030);
    margin: 2em auto;
}

.contact-form input {
    padding: 1.7em;
    background: #ededed;
    border: none;
    font-size: 1.1em;
}

.contact-form label {
    font-size: 1.2em;
    color: #2d3291;
}

.contact-form textarea {
    background-color: #ededed;
    border: none;
    font-size: 1.1em;
    padding: 1.7em;
}

.contactForm h3 {
    color: #ffffff;
    padding: .5em;
    padding-bottom: 1.3em;
    font-weight: bold;
    background: -moz-linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
background: -webkit-linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
background: linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d3291",endColorstr="#ed1d21",GradientType=1);
    border-radius: .2em;
}

.contactForm a {
    color: #ed1f22;
    transition: all .4s ease-in-out;
}

.contactForm a:hover {
    color: #5f63ab;
    transition: all .4s ease-in-out;
}

.contactForm {
    padding: 2em 0em;
    margin: 0;
}

/*login form*/


.login-form {
    max-width: 50%;
    padding: 5%;
    background: white;
    border-radius: 1em;
    filter: drop-shadow(2px 4px 6px #00000030);
    margin: 2em auto;
}

.login-form input {
    padding: 1.7em;
    background: #ededed;
    border: none;
    font-size: 1.1em;
}

.login-form label {
    font-size: 1.2em;
    color: #ff8401;
}

.login-form textarea {
    background-color: #ededed;
    border: none;
    font-size: 1.1em;
    padding: 1.7em;
}

.loginForm h3 {
    color: #33832f;
    padding-bottom: 1.3em;
    font-weight: bold;
}

.loginForm a {
    color: #ff8300;
    transition: all .4s ease-in-out;
}

.loginForm a:hover {
    color: #33832f;
    transition: all .4s ease-in-out;
}

.loginForm {
    background-image: url(images/leaves.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 50%;
}


/*login form*/


.signup-form {
    max-width: 50%;
    padding: 5%;
    background: white;
    border-radius: 1em;
    filter: drop-shadow(2px 4px 6px #00000030);
    margin: 2em auto;
}

.signup-form input {
    padding: 1.7em;
    background: #ededed;
    border: none;
    font-size: 1.1em;
}

.signup-form label {
    font-size: 1.2em;
    color: #ff8401;
}

.signup-form textarea {
    background-color: #ededed;
    border: none;
    font-size: 1.1em;
    padding: 1.7em;
}

.signupForm h3 {
    color: #33832f;
    padding-bottom: 1.3em;
    font-weight: bold;
}

.signupForm a {
    color: #ff8300;
    transition: all .4s ease-in-out;
}

.signupForm a:hover {
    color: #33832f;
    transition: all .4s ease-in-out;
}

.signupForm {
    background-image: url(images/leaves.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 50%;
}

/*modal*/

a.account-btn {
    width: 12em;
    display: inline-block;
    margin: 1em auto;
    padding: 1em;
    background: #ffffff;
    font-weight: bold;
    color: #2d7637;
    border-radius: .3em;
    filter: drop-shadow(2px 4px 6px #00000040);
    transition: all .5s ease-in-out;
}

a.account-btn:hover{
    background: #7aac3c;
    color: #ffffff;
    transition: all .5s ease-in-out;
}



/*my account*/


.profile {
    text-align: center;
    padding: 5%;
}

.profile img {
    width: 6em;
    filter: drop-shadow(0px 0px 6px #00000030);
}

.profile h3 {
    color: #42943f;
    font-weight: bold;
}


/*cart*/

.cartRow {
    padding: 1em;
}

.added-to-cart, .orders {
    display: inline-flex;
    width: 100%;
    background: white;
    filter: drop-shadow(2px 2px 6px #00000040);
    border-radius: 1em;
    padding: 1em .5em;
    margin-bottom: .5em;
}

.cart-details {
    width: 70%;
}



.product-image {
    width: 30%;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: .5em;
    margin-right: 1em;
}

.product-image img {
    width: fit-content;
}

h6.product-name {
    font-weight: bold;
    color: #33832f;
}

span.product-code {
    background: #33832f;
    padding: .4em;
    color: white;
    font-weight: bold;
    font-size: .9em;
    border-radius: .2em;
}

span.product-description p {
    color: #656565;
    padding: .5em;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 1em;
    margin-bottom: 0;
}

.varied {
    display: inline-flex;
    width: 100%;
    padding: .5em;
}

span.product-price {
    font-weight: bold;
    font-size: .9em;
    margin-right: 1em;
    background: #e5e5e5;
    padding: .2em .5em;
    border-radius: .2em;
    min-width: 5em;
    text-align: center;
}

span.product-price::before {
    content: 'MRP';
    display: block;
    color: #696969;
    text-align: center;
    font-size: .7em;
}

span.product-quantity{
    background: #e5e5e5;
    padding: .2em .5em;
    border-radius: .2em;
    min-width: 5em;
    text-align: center;
}

span.product-quantity #quantity {
    border: none;
    background: white;
    border-radius: 3px;
    width: 3em;
    text-align: center;
    font-size: .9em;
    height: 1.3em;
}

span.product-quantity::before {
    content: 'Qty';
    display: block;
    color: #696969;
    font-weight: bold;
    text-align: center;
    font-size: .7em;
}

span.product-total {
    margin-left: 1em;
    font-size: .9em;
    font-weight: bold;
    color: white;
    background: #3e3e3e;
    padding: .2em .5em;
    margin-bottom: 0;
    border-radius: .2em;
    font-size: .9em;
    min-width: 5em;
    text-align: center;
}

span.product-total::before {
    content: 'Total';
    display: block;
    color: #c6c6c6;
    font-size: .7em;
    text-align: center;
}

.varied i {
    padding-right: .2em;
}

.product-controls {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1em;
}

.product-controls i {
    padding: .3em;
    background: #999999;
    color: white;
    border-radius: .2em;
    font-size: .8em;
}

.product-controls i.fa.fa-trash {
    background: #ff8401;
    margin-left: .5em;
}

.order-summary{
    width: 100%;
    background: white;
    filter: drop-shadow(2px 2px 6px #00000040);
    border-radius: 1em;
    padding: 1em 1em;
    margin-bottom: .5em;
}

a.cart-btn {
    color: #287235;
    border: 1px solid #287235;
    background: transparent;
    width: 100%;
    display: block;
    padding: .5em;
    text-align: center;
    border-radius: 2em;
    transition: all.5s ease-in-out;
}

a.cart-btn:hover{
    color: #ffffff;
    background: #287235;
    transition: all.5s ease-in-out;
}

.order-summary h5 {
    font-weight: bold;
    padding-top: .5em;
    text-align: center;
}

.order-summary table {
    width: 100%;
}

.order-summary td {
    width: 50%;
}

.order-summary td {
    width: 50%;
    text-align: center;
    font-size: .9em;
}

tr.bgtr {
    background: #d6d6d6;
    color: #292929;
    font-weight: bold;
    font-size: 1.1em;
}

.order-summary form.checkbox {
    padding: 1em;
    font-size: .8em;
}

.order-summary form.checkbox label {
    margin-left: .5em;
}

/*checkout*/

.checkout {
    padding: 3%;
}

.payment-method-list .form-check {
    padding: 1em;
    background: #eaeaea;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    padding-left: 2em;
}

.checkout h3 {
    padding: .5em;
    background: #33832f;
    border-radius: .3em .3em 0em 0em;
    color: white;
    margin: 0;
}

.apply-coupon {
    padding: 1.3em 0em;

}
.apply-coupon select, input {
    margin-bottom: 1em;
}

.payment-methods{
    width: 100%;
    background: white;
    filter: drop-shadow(2px 2px 6px #00000040);
    border-radius: 1em;
    padding: 1em 1em;
    margin-bottom: .5em;
}


/*orders*/

.orders .product-controls {
    font-size: .5em;
    text-align: center;
    color: #000000;
    background: #e6e6e6;
    border-radius: 0em 1em;
}

a.clear-list {
    padding: .5em;
    position: absolute;
    right: 1em;
    top: 7em;
    color: #3e3e3e;
}

.yourOrders h3.page-heading {
    font-size: 1.1em;
}

span.order-quantity-display {
    float: right;
    background: #e5e5e5;
    padding: 0 .5em;
    border-radius: .2em;
    color: #3e3e3e;
}

#orderPage{
    padding: 1em !important;
    margin-bottom: 1em;
}

.yourOrders .card-header {
    padding: 0;
}

.yourOrders .card-header button.collapsed {
    background: white;
    color: #033a01 !important;
    border-radius: 0px;
    padding: .8em;
    font-weight: 700;
    text-decoration: none;
}

.yourOrders .card-header button {
    background: #033a02;
    color: white !important;
    border-radius: 0px;
    padding: .8em;
    font-weight: 700;
    text-decoration: none;
}

.yourOrders .card {
    border: none;
}

.yourOrders .card-body{
    padding: .8em;
}

.yourOrders .card-header{
    border-top: 1px solid #e8e8e8;
}
/*my account*/


.profile {
    text-align: center;
    padding: 1em;
    width: 50%;
    margin: 0 auto;
    background: white;
    filter: drop-shadow(2px 4px 6px #00000035);
    border-radius: .5em;
    margin-bottom: 1em;
}

.profile img {
    width: 6em;
    filter: drop-shadow(0px 0px 6px #00000030);
}

.profile h3 {
    color: #42943f;
    font-weight: bold;
}

.accountPage .cart-btn {
    margin: 0 auto;
    width: 100%;
    background: #ededed;
    border-radius: 0;
    border-bottom: 1px solid #d6d6d6;
    color: black;
    text-align: left;
    padding: 1em 2em;
}

.accountPage .cart-btn:hover {
    color: white;
}

/*categories*/

.categories {
    padding: 2em 0em;
}

.category-details img {
    width: 100%;
    transform: scale(1);
    margin: 0 auto;
    transform-origin: center center;
    transform-style: preserve-3d;
    transition: all .4s ease-in-out;
}

.category-details:hover img {
    transform: scale(1.1);
    transform-origin: center center;
    transition: all .4s ease-in-out;
}

.categoriesBox {
    padding: 3% 10%;
}

.categoryBox {
    padding: 1em;
    text-align: center;
    cursor: pointer;
}

.category-details {
    filter: drop-shadow(2px 4px 6px #00000030);
    background: white;
    padding: 2em .5em;
    padding-top: .5em;
    border-radius: .5em;
    overflow: hidden;
    text-align: center;
}

.category-details p {
    background: #1f6a34;
    font-size: 1.3em;
    color: white;
    letter-spacing: 1px;
    border-radius: .2em;    
    transition: all .4s ease-in-out;
}

.category-details:hover p {
    letter-spacing: 3px;
    transition: all .4s ease-in-out;
}
.categories h3{
    color:#297336;
    text-align: center;
}



.heading-with-border {
    font-weight: bold;
    color: #1f6a34;
    border-bottom: 1px solid #1f6a34;
    padding: .5em;
    width: auto;
    text-align: center;
    margin: 0 auto;
}

/*bestsellers*/

.about {
    text-align: center;
}

.padding-2em{
    padding:2em;
}

.logo-bg{
    background: rgb(45,50,145);
background: -moz-linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
background: -webkit-linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
background: linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d3291",endColorstr="#ed1d21",GradientType=1);
}

.aboutIMG {
    width: 100%;
    margin: 0 auto;
    padding: 6em 2em;
}

.about p {
    text-align: left;
}

.white{
    color: white !important;
}

a.rect-btn {
    width: 6em; 
    background: -moz-linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
background: -webkit-linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
background: linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d3291",endColorstr="#ed1d21",GradientType=1);
    border-radius: 0;
    color: white;
    font-size: 1.3em;
    padding:.4em .5em;
    font-weight: 300;
    text-align: center;
    display: block;
    border: 1px solid transparent;
    transition: all .3s ease-in-out
}

a.rect-btn:hover {
    border: 1px solid #2d3291;
    color: #2d3291;
    background: transparent;
    transition: all .3s ease-in-out
}

#slider a.rect-btn {
    width: 8em;
    background: -moz-linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
background: -webkit-linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
background: linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d3291",endColorstr="#ed1d21",GradientType=1);
    border-radius: 0;
    color: white;
    font-size: 1.3em;
    padding: .8em .5em;
    font-weight: 300;
    text-align: center;
    display: block;
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
}

#slider-mob a.rect-btn {
    width: auto;
    background: -moz-linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
background: -webkit-linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
background: linear-gradient(221deg, rgba(45,50,145,1) 0%, rgba(237,29,33,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d3291",endColorstr="#ed1d21",GradientType=1);
    border-radius: 0;
    color: white;
    font-size: 1em;
    padding: .8em .5em;
    font-weight: 300;
    text-align: center;
    display: block;
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
}

/*query form*/

form.queryForm {
    padding: 5%;
}

form.queryForm input {
    width: 100%;
    background: transparent;
    box-shadow: 0px 0px 0px transparent;
    border: 1px solid white;
    padding: .5em 1em;
    color: white;
}

form.queryForm textarea {
    width: 100%;
    background: transparent;
    box-shadow: 0px 0px 0px transparent;
    border: 1px solid white;
    padding: .5em 1em;
    color: white;
    margin-bottom: 1em;
}

.form-control:focus {
    color: #216d35;
    background-color: #ffffff;
    border-color: white;
    outline: 0;
    box-shadow: inset 0 0 0 0 rgb(0 123 255 / 0%);
    border-bottom: 1px solid #ffffff;
    transition: all .5s ease-in-out;
}

.border-bottom {
    border-bottom: 1px solid #000000!important;
    display: block;
    width: 12em;
}


.bg-head {
    background: #ffffff;
    padding: 2em;
}

.bg-head h3{
    color: #2d3291;
}

.productDetailsPopUp .close {
    color: white;
    opacity: 1;
}