/* custom styles */
/* @import url("https://fonts.googleapis.com/css?family=Dosis:400,500,600,700|Poppins:400,500,600,700"); */
body{
	font-family: 'Lato', sans-serif !important;
	/* background:#f7f8fd; */
    background:#fff
    
}
/* CUSTOME CSS VARIABLES */

:root {
    /* --vmantra-bg-color:#00a651;  var(--vmantra-bg-color); */
      --vmantra-bg-color:#feb01a;  
    --vmantra-yellow-color:#feb300;
    --vmantra-blue:#439de3;
--vmantra-top-header-bg:#29404d;
  }

.toggle-profile-menu{
  display: none;
}
 /* WISHLIST PAGE */
 .wishlist-new{
   padding-top:20px;
 }

 .wishlist-new .img-fluid{
height:100px;
padding:10px;
 }
  /* //WISHLIST PAGE */

  /* PROFILE PAGE */
  .after-login-containers{
    background-color:#f1f3f6 !important;
  }
  .profile-nav .fas{
    color:var(--vmantra-bg-color) !important;
  }
  .after-login-containers.alone{
    padding-top:30px;
  }
 /* //PROFILE PAGE */

/* CHECKOUT PAGE */
.form-group label{
  margin-bottom:5px !important;
}
.heading-no-bg::before,.heading-no-bg::after{
  background-color:transparent !important;
}
.checkout-module .d-none{
display:flex !important;
}

.checkout-area .checkout-module .btn span .fas {
  font-size: 14px !important;
  padding-top: 2px;
}

#pills-shipping .form-group label{
  margin-bottom:5px;
}
.checkout-module .form-group input,.checkout-module .form-group select{
  border-radius:0px !important;
}
#pills-tab li a.active{
  color:black !important;
}

/* PRODUCT DETAILS PAGE */

.product-farmers{
  background:url(../../assets/img/farm-way.jpg) no-repeat;
  background-size: cover;
  padding:20px;
  padding-top:50px;
  padding-bottom:30px;
  margin-bottom:30px;
  margin-left:-5%;
  margin-right:-5%;
}
.product-page-one .list-main .icon-liked .icon {
  color: #ff5656;
}
/* .is-liked .fa-heart{
  color:#ff5656 !important;
} */
.product-farmers .card{

  box-shadow:none !important;
  border-radius:0px !important;
}


.product-container h1{
text-align:left;
text-transform: capitalize;
}
.product-details-qty{
  width:20px !important;
  text-align: center;
}
.product-page-one .tab-list .nav-index {
width:auto !important;
}

.product-page-one .product-buttons .buttons .btn {
  font-weight: normal !important;
}

.first.qtyminus button i,.last.qtyplus button i{
  font-size:16px !important;
  color:#29404d ;
}

/* >> END  << PRODUCT DETAILS PAGE */

/* CUSTOME CSS VARIABLES */

.LtstOfrCtnr{
  max-width:1600px !important;
  padding:0px !important;
}
.LtstOfrCtnr > .row{
background-color: darkslategray;
padding:20px;
}

.mobile-buttons{
  display:none;
}

.mobile-icons{
  display:none !important;
}


/* Shine */
.hover14 figure {
	position: relative;
}
.column {
    margin: 15px 15px 0;
    padding: 0;
}

.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}




/* Home Page Styles Begins */
.hideClass{
	display:none;
}
.pincode:hover{
	cursor:pointer;
}
.category-slide{
	text-transform:capitalize;
}
.fixed {
  position: fixed;
  top:0; left:0;
  width: 100%; 
  z-index:16;
  }
.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: auto;
    padding: 15px;
    text-transform: capitalize;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    text-indent: 0;
    cursor: pointer;
    background-color: hsla(0,0%,100%,.8);
    background-clip: padding-box;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: 1;
	color:#000000;
	font-weight:bold;
    transition: opacity 1s ease;
}
.carousel-indicators li.active {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: auto;
    padding: 15px;
    text-transform: capitalize;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    text-indent: 0;
    cursor: pointer;
    background-color: #FFF;
    background-clip: padding-box;
    border-top: 0px solid transparent;
    background-color:var(--vmantra-bg-color);
    /* background-image: linear-gradient(315deg, #08e1ae 0%, #98de5b 74%); */
    /* border-bottom: 4px solid #ffcb05; */
    opacity: 1;
	/* color:#000000; */
    color:white;
	font-weight:bold;
    transition: opacity 1s ease;
}
.header-two .header-maxi .form-inline .search input {
    float: right;
    height: 50px;;
    padding: 8px 12px 8px 20px;
    width: calc(100% - 1px);
}
.checkout_address{
	padding: 20px 40px;
    margin: 0 20px;
    /* background: #fff; */
    /* border: 1px solid #fff; */
    box-shadow: 1px 1px 4px 2px #eee;
}
.slider-wrapper {
    position: relative;
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}
.slider-nav {
    margin-right: -15px;
    margin-left: -15px;
    padding: 12px;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}

.header-two .header-mini {
    min-height: 40px;
}
.header-two .header-mini .navbar {
    padding: 5px 0;
}
.full-screen-banner .banner-image {
    margin-bottom: 0px;
}
.contact-one-content .contact-info li span {
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
}
.checkout-area .checkout-module .checkoutd-nav .nav-item a.active {
    background-color: #ffcb05;
}
.checkout-area .item-price {
    color: #000000;
}
.checkout-area .checkout-module .checkoutd-nav .nav-item a.active:after {
    content: "";
    border-top: 18.5px solid transparent;
    border-bottom: 18.5px solid transparent;
    border-left: 18.5px solid #ffcb05;
}
.header-two .header-maxi .form-inline .search .select-control::before {
	display:none;
}
.checkout-area .checkout-module .checkoutd-nav .nav-item a.active:before {
    border-left: 18.5px solid #ffcb05;
}
.inline-flex .col-md-3{
	padding:0px;
}
.inline-flex .qty-div{
	padding:0px;
}
.icon-liked{
	margin-top:10px;
	float:right;
}
#pills-shipping .form-control, #pills-billing .form-control {
    width: 100%;
    background-color: transparent;
    border: 1px solid #666666 !important;
    border-radius: 50px;
    line-height: 23px;
    padding: 5px 20px;
    font-size: 14px;
    color: #1a161e;
    margin-bottom: 15px;
    height: 40px;
}
#update_cart_form>table {
    border-color: #ddd;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
    /* font-family: "Dosis", sans-serif; */
}
.badge {
    font-size: 100%;
    line-height: inherit;
    border-radius: 50px;
    padding: 5px 10px;
	border:0px;
}
.order_button {
    border-radius: 50px;
}
.order-id .d-flex, .order-items .d-flex {
    border: 1px solid #eeeeee;
}
.list-group .list-group-item:hover, .list-group .active {
    background-color: #ffcb05;
    color: #000000;
}
.order-one-content .table {
    background-color: white;
    text-align: center;
}
.order-one-content .table tr {
    border-bottom: 0px solid #ced4da;
}
.order-one-content .table th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.order-one-content .table tr {
    border-bottom: 0px solid #ced4da;
}
.order-one-content .table tr td {
    padding: 20px 10px;
    vertical-align: middle;
    border: 1px solid #dee2e6;
}
.page-banner-section {
    padding: 18px 0;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.page-banner-content h1 {
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 0;
    font-weight: 600;
    /* font-family: "Dosis", sans-serif; */
}
.page-banner-content .page-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: outside none none;
    margin: 0;
    margin-top: 20px;
    padding: 0;
}
.page-banner-content .page-breadcrumb li {
    margin-right: 30px;
    position: relative;
}
.page-banner-content .page-breadcrumb li a {
    font-size: 16px;
    color: #1a161e;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.page-banner-content .page-breadcrumb li::after {
    position: absolute;
    right: -18px;
    top: 0;
    content: "/";
}
.padding-40{
	padding:40px 0px;
}
.custom-button {
    background: #000000;
    border-radius: 5px;
    color: #FFF;
	font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.custom-button:hover{
	color:#FFF;
	background:var(--vmantra-bg-color);
  
}
.checkout-btn:hover{
  color:var(--vmantra-bg-color);
	background:#ffffff;
  border:1.5px solid var(--vmantra-bg-color);
}
.checkout-btn{
  color:#FFF;
	background:var(--vmantra-bg-color);
  border:1.5px solid var(--vmantra-bg-color);
}

.continue_button:hover{
  background-color:#29404d !important;
  color:white !important;
}
.header-two .bg-header-bar {
    background-color: #ffcb05;
}


.header-two .header-maxi .logo {
    font-family: sans-serif;
	
	}
	
	.header-mobile .bg-top-bar {
    background-color: #000000;
}

.header-mobile .bg-header-bar {
    background-color: #000000;
}


.header-mobile .header-maxi .logo {
    font-family: sans-serif;
	}

    .logo img{
        transition: transform  1s ease-in-out ;
        transform: scale(1.2,1.2);
    }   

.header-mobile .header-maxi {
    padding-top: 0.9375rem;
    padding-bottom: 0;
    background-color: white;
}
.header-mobile .bg-menu-bar {
    background-color: #FFF;
}
.header-mobile .header-navbar .form-inline .search {

    /* border: 1px solid #000000; */
    border: 1px solid #ccc;

}
.header-mobile .header-navbar .form-inline .search .select-control {

    border-right: 1px solid #000000;
}	
.header-mobile .header-navbar .form-inline .search .select-control::before{
	color:#000000;
}
#headerMobile>.header-mini{
	display:none;
}
.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .logout-main {

    background-color: #000000;
    border-bottom: 1px solid #000000;
}
.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile {
    background-color: #000000;
}
.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .logout-main .logout a {
right: 3.75rem;
    color: #fff;
    width: 110px;
    height: 20px;
    background-color: var(--vmantra-bg-color);
}
.header-mobile .header-maxi .navigation-mobile-container #navigation-mobile .main-manu {

    border-bottom: 1px solid #000000;
}
.btn-primary {
    background-color: var(--vmantra-bg-color);
    border-color: var(--vmantra-bg-color);
}
.btn-danger {
    background-color: #fd1f16;
    border-color: #fd1f16;
}
.header-mobile .header-maxi .cart-dropdown .cart-dropdown-toggle {

    background-color: unset;
}
.razorpay-payment-button{
	padding:10px;
}
.desp{
	background-color: #ffcb05 !important;
    color: #000000 !important;
    border-color: #ffcb05 !important;
}
.product-page-one h2 span {
    color: inherit !important; 
}
.btn-secondary,.btn-dark,.razorpay-payment-button{
    color: #ffffff;
    background-color: var(--vmantra-bg-color);
  border-color: #ffc80000;
}
.btn-secondary:hover,.btn-dark:hover,.btn-outline-primary:hover,.razorpay-payment-button:hover {
    color: #ffffff;
    background-color: var(--vmantra-bg-color);
    border-color: #ffc80000;
}
.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
}
.badge-secondary {
    color: #FFF !important;
    background-color: #000000;
}
/* white background menu styles begins */
.header-two .header-maxi .logo,.header-two .header-maxi .top-right-list li .block .title,.header-two .header-maxi .top-right-list li .block .items,.header-two .header-maxi .top-right-list li>a .fas,.header-two .header-maxi .form-inline .search .select-control::before {
    color: #000000;
}
.header-two .bg-header-bar {
    background-color: #ffffff;
}
.header-two .header-maxi .form-inline .search {
    /* border: 2px solid #c1b5b5; */
    /* border: 1px solid #ccc; */
    height: 50px;
    border: none;
    box-shadow: 0 1px 3px rgb(0 0 0 / 16%), 0 1px 3px rgb(0 0 0 / 23%);
}
.header-two .header-maxi .form-inline .search .select-control {
    border-right: 1px solid #000000;
}

.header-two .header-maxi .form-inline .search .select-control::before {

    right: 10px;
}

.irs-line {
    height: 6px;
}

.irs-bar {
    background: var(--vmantra-blue) !important;
    border-top: 1px solid var(--vmantra-blue) !important;
    border-bottom: 1px solid var(--vmantra-blue) !important;
}
.irs-bar {
    height: 7px;
}
.irs-slider {
	border: 2px solid var(--vmantra-blue);
    top: 11px !important;
    width: 13px !important;
    height: 13px !important;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.product article .product-hover {

    background-color: rgba(166, 205, 127, 0.61);
}
.product article .product-hover .icons .icon,.product-2x .featured-tag {
	color:#fff;
	    border: unset;
    background: #000000;
}
.product article .product-hover .icons .icon:hover,.product-2x .icon-liked .icon:hover {
    background-color: var(--vmantra-bg-color);
    color: #FFF;
}
.btn-secondary:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active{
	background-color:var(--vmantra-bg-color);
	color:#FFF;
	border-color:var(--vmantra-bg-color);
}
.product-2x .icon-liked .icon{
	color: #000000;
}
.header-two .header-maxi .top-right-list .cart-header .shopping-cart .shopping-cart-items li .item-detail .item-quantity,.header-two .header-maxi .top-right-list .cart-header .shopping-cart .shopping-cart-items li .item-thumb .icon{
	 background: var(--vmantra-bg-color) !important;
}
.order-two-content .tag-color,.header-two .header-maxi .top-right-list .cart-header .shopping-cart .shopping-cart-items .tt-summary p {

    color: var(--vmantra-bg-color) !important;
}
.vc_row:after, .vc_row:before {
    content: " ";
    display: table;
}
.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}

.vc_row>.col-sm-4{
	display:inline-block;
}
@media(min-width:1100px){
 
.vc_row>.col-sm-4{
	width:32.33%;
}
.item-3-img {
    margin-bottom: 0px !important;
}
}
.padding-35{
	padding: 30px 0 35px;
}
.fa-cart-arrow-down{
	color: #000000;
    font-size: 2.2rem;
}
.header-two .header-mini .navbar .navbar-collapse .nav-item .nav-link:hover {
    color: #FFF;
}
/* white background menu styles ends */
/* Home Page Styles Ends */


/* footer styles */
.footer-heading{
	margin-bottom:20px !important;
	color:black;
    font-weight: bold;

}
.footer-one {
    padding-top: 45px;
	/* padding-bottom: 30px; */
    background-color: #FFF;
    color: #231f20;
	border-top:1px solid #dedede;
}
.footer-one .single-footer .socials .list li a {
   border-radius:50%;
    width: 35px;
    height: 35px;
}
.footer-one .single-footer .links-list li {
    margin-bottom: 12px;
}
.secondary-footer {
	display:none;
}
#footerOne{
    background-color: var(--vmantra-yellow-color);
}

.footer-one .single-footer ul li a,.footer-one .single-footer .links-list li a,.footer-one .single-footer .contact-list li a,.contact-one-content .contact-info li .fas{
	color: #231f20;
}
.footer-one .single-footer ul li a:hover,.footer-one .single-footer .links-list li a:hover,.footer-one .single-footer .contact-list li a:hover{
    color: var(--vmantra-bg-color);
}
.footer-one .single-footer .socials .list li a,.heading hr:before {
    background-color:var(--vmantra-yellow-color);
    /* background-color: #ffcb05; */
    color: #231f20;
    border-color: var(--vmantra-yellow-color);
    /* border-color: #ffcb05; */

}

.contact-one-content .socials .list li a{
  background-color:white;
  color:black;
}

.contact-one-content .socials .list li a.fa-facebook-f:hover{
  background-color:#3b5998;
  color:white;
  border: 1px solid #3b5998;
}
.contact-one-content .socials .list li a.fab.fa-twitter:hover{
  background-color:#1DA1F2;
  color:white;
  border: 1px solid #1DA1F2;
}

.contact-one-content .socials .list li a.fab.fa-twitter:hover{
  background-color:#1DA1F2;
  color:white;
  border: 1px solid #1DA1F2;
}

.contact-one-content .socials .list li a.fab.fa-instagram:hover{
  background-color:#8a3ab9;
  color:white;
  border: 1px solid #8a3ab9;
}

/* .heading hr:before{
    background-color:var(--vmantra-top-header-bg);
    /* background-color: #ffcb05; 
    color: #231f20;
    border-color: var(--vmantra-top-header-bg);
} */
.footer-one .single-footer .socials .list li .fa-facebook-f {
   background-color: #3b5998;
    color: #FFF;
    border-color: #3b5998;
}

.footer-one .single-footer .socials .list li .fa-pinterest {
   background-color: #db3236;
    color: #FFF;
    border-color: #db3236;
}

.footer-one .single-footer .socials .list li .fa-twitter{
   background-color: #00aced;
    color: #FFF;
    border-color: #00aced;
}

.footer-one .single-footer .socials .list li .fa-instagram {
   background-color: #517fa4;
    color: #FFF;
    border-color: #517fa4;
}

.login-btn.btn-dark{
	/* background-color: #ffcb05; */
     color: #000000 !important; 
    /* border-color: #ffcb05; */
	margin:4px 4px;
    padding-top:4px;
 background-color: #FFF !important; 
padding:4px 25px !important; 
border-radius:4px;
}

.login-btn.btn-dark:hover{
    background-color:white !important; 
    color:#00a651 !important;;
}
.header-two .bg-header-bar {
    background-color: #ffcb05;
}
.product article .thumb {
    height: 150px;
    overflow: hidden;
    text-align: center;
    /* display: flex; */
    /* align-items: center; */
    /* background: white; */
    width: 200px;
    /* margin-top: 30px; */
    margin-left: auto;
    margin-right: auto;
    /* border-radius: 30px; */
}
.header-two .header-maxi .top-right-list .cart-header a:after {
    color: #000;
}
.header-two .header-maxi .form-inline .search .btn-secondary {
    position: absolute;
    right: -2px;
    top: 0px;
    bottom: 1px;
    height: calc(100% - 0px);
    width: 55px;
    /* border-radius: 4px;
	background: #5d5d5d; */
}
.header-two .header-maxi .form-inline .search .select-control {
    width: 80px;
	    background: #d0cece;

}
.header-two .header-maxi .form-inline .search .select-control .form-control {
    background: #d0cece;
}
.mt-20{
	margin-top:20px;
}
.header-two .header-maxi {
    padding-top: 0.25rem;
    padding-bottom: 0rem;
    background-color: white;
}
.product article .title,.product article .price {
    display: flex;
    justify-content: flex-start;
}
.otp-div {
  background: #fff;
  margin: 10px 0;
  /* border-radius: 5px; */
  /* border: 1px solid #ccc; */
  /* box-shadow: 0px 1px 1px 1px; */
  padding: 25px;
}
.login-heading {
    font-size: 24px;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
   
}

.registration-process {
    background-color: unset;
    
}

.customer-signup-form .registration-process {
width:100%;
display:flex;
}
.group-1{
  /* display:inline-block; */
  width:50%;
}
.both-groups{
  display:flex;
}
.registration-process .input-group-prepend{
  display:none;
}
 .registration-process .input-group input[type="text"]{
padding-top:0px;
} 
.registration-process .input-group input[type="password"]{
  padding-top:15px;
}
.create_acc{
  color:var(--vmantra-bg-color);
}
.registration-process {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    margin: 0px auto;
}
.customer-signup-form{
  display:none;
}
.edit_otp_mobile {
    margin-top: -35px;
    /* left: 39px; */
    float: right;
    cursor: pointer;
}
.group-input{
	padding: 10px 20px;
}
select{
	appearance:auto;
}
.inline-flex{
	display:inline-flex;
}

.qty-div{
	margin-left: 20px;
}
.prd-select {
    display: inline;
    width: 40%;
    height: calc(1em + 0.5rem + 6px);
    border: 1px solid #ced4da !important;
    border-radius: 3px;
    margin: 0 10px;
	text-align:center;

}
.cart,.out-stock{
	    margin-top: 10px;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.fa-plus,.fa-minus{
	color: #FFF;
}

.input-group-btn.qtypluscart .fa-plus{
  color: #29404d;
}
.input-group-btn.qtyminuscart .fa-minus{
  color: #29404d;
}
.input-group-btn.qtyminuscart+input.form-control.qty{
text-align: center;
}

.fa-plus:hover,.fa-minus:hover{
	cursor:pointer;
}
.qty-minus{
	/* border: 1px solid #888888; */
    border-radius: 3px;
    padding: 3px;
    /* background: #888888; */
}
.qty-plus{
	/* border: 1px solid #888888; */
    border-radius: 3px;
    padding: 3px;
    /* background: #888888; */
}
.product article .price {
    /* font-size: 1rem;
    font-weight: 500; */
    height: 80px;
    font-size: 14px;
    color: #29404d;
    margin: 15px 0 !important;
    padding: 0;
}
.product article .price p {
    margin-bottom: 0;
}
.product .module .cat-thumb {
    border: 1px solid #ccc;
    display: block;
    border-radius: 5px;
    /* box-shadow: -1px -1px 4px 0px #c5c5c6; */
}
.animation-s1 .cat-thumb:hover img {
    transform: unset;
}
.product .module .cat-title {
	/* background-color: #ffcb05;
    border-color: #ffcb05; */
    background-color:var(--vmantra-yellow-color);
    color: #000000;
    padding: 10px 0;
}


.product .module:hover .cat-title {
	color: #ffffff;
    background-color: var(--vmantra-bg-color);
    border-color: #ffc80000;
}

.product .module:hover {
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
     */
     border-color: #d3d5df;
    /* box-shadow: 0 4px 7px 0 rgb(218 220 230 / 60%); */
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.product .module .cat-title:hover {
	color: #ffffff;
    background-color: var(--vmantra-bg-color);
    border-color: #ffc80000;
    padding: 10px 0;
}

.product article {
    padding-bottom:10px;
	/* border-radius: 45px; */
}
.prd-footer{
	background:#FFF;
	margin-top:20px;
}
.yellow-btn{
	background-color: #ffcb05;
    border-color: #ffcb05;
	color:#000000;
}
.product article .thumb .img-fluid {
   
    padding: 25px;
    /* border-radius: 45px; */
}

.table img.img-fluid{
height:50px !important;
width:60px !important
}

.table td{
font-size:16px !important;
}
.table > tbody > tr > td {
  vertical-align: middle;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.footer-one .single-footer .socials .list li a:hover {
    background-color: var(--vmantra-bg-color);
    color: #fff;
    border-color: var(--vmantra-bg-color);
}

#back-to-top{
	background-color: #000000;
    color: #fff;
}
#back-to-top:hover{
	background-color: var(--vmantra-bg-color);
    color: #fff;
}
.footer-one .single-footer .contact-list li .fas{
	color: #FFF;
}
.footer-one .single-footer hr:before {
    height: 1px;
    background-color: #000000;

}
.right-menu .main-manu {
    padding: 10px 15px;
    border:none !important;
    background-color: white;
}

.right-menu{
box-shadow:0 1px 3px rgb(0 0 0 / 16%), 0 1px 3px rgb(0 0 0 / 23%);
width: 100%;
padding: 0px;
}

.right-menu .main-manu .fas{
  color:black !important;
}





.shop-content .breadcum-area {
    background-color: #cccccc;
}
.contact-one-content .contact-info li .fas {
    color: var(--vmantra-bg-color);
}
/* footer styles */
.list-group .list-group-item:hover>a, .list-group .list-group-item:hover>a>.fas, .list-group .active>a, .list-group .active>a>.fas {
    color: #000000 !important;
}


.list-group .list-group-item {
    /* border: 1.5px solid #eeeeee;
    border-bottom: none; */
    color: #333333;
    font-weight: 600;
    font-size: 12px;
    display: block;
    padding: 12px 0px;
    text-transform: uppercase;
    border-bottom:2.5px solid #ccc;
}

/* a {
    transition: all 0s ease-out 0s !important;
    -webkit-transition: all 0s ease-out 0s !important;
} */


.d-none{
	display:block !important;
}
.prd-footer .inline-flex {
    padding: 0;
}
.product article .title{
	    font-size: 1rem;
    color: #212529;
    font-weight: 300;
}
.product article .title>a{
	color:inherit !important;
}
.mb-10p{
	margin-bottom:10px;
}

/*  NEWLY ADDED STYLES FOR product.blade.php */
.theme-btn{
    /* background-color: var(--vmantra-bg-color); */
    background-color: white;
    border:1.5px solid var(--vmantra-bg-color);
    color:var(--vmantra-bg-color) !important;
    /* border:1.5px solid transparent; */
    transition-duration: .5s;
    transition-property: background-color;
    transition-timing-function: ease-in-out ;
    font-weight:bolder;
    z-index:2;
}
.theme-btn:hover{
    background-color: white;
    border:1.5px solid var(--vmantra-bg-color);
    color:var(--vmantra-bg-color) !important;
}
a.theme-btn{
    font-size: 12px;
    padding: 6px;
    transition-duration: .5s;
    transition-property: background-color;
    transition-timing-function: ease-in-out;
    padding-left: 10px;
    padding-right: 12px;
}

.new_quantity_div{
    display:flex;
    /* padding:5px; */
    border:1px solid #ccc;
    width:30%;
    position:absolute;
    right:115px;
    bottom:10px;
    border-radius:5px;
  }

  .add_to_cart_wrapper{
    position: absolute;
    right: 0%;
    bottom: 10px;
  }
  .new_quantity_div input.prd-select{
    margin:0px !important;
    border:none !important;
background-image:none;
background-color:transparent;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;

  }
  .cat-title-new{
    background-color: var(--vmantra-bg-color);
    /* background-color: #08e1ae;
    background-image: linear-gradient(315deg, #08e1ae 0%, #98de5b 74%); */
  }

  .gradient_btn_bg{
    background-color: #08e1ae;
    background-image: linear-gradient(315deg, #08e1ae 0%, #98de5b 74%);
    color:white !important;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }

  .gradient_btn_bg:hover{
  background-position: 100% 0;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  }
  .gradient_btn_bg{
    border:none !important;
  }

  .page-breadcrumb a.gradient_btn_bg{
      padding:3px;
  }


  .new_quantity_div span.material-icons{
  padding:0px;
  font-size:20px;
  cursor:pointer;
  margin-top:3px;
  }
  .new_quantity_div span.add_font{
  
    font-size:20px;
    margin-top:3px;
  }
  .new_item_num_sec{
    height:30px;
    width:100px;
     
  }
  .new_add_to_cart_btn{
    height:30px;
    width:100px;
    text-align:center;
    padding-top:6.5px;
    color:white;
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
    cursor:pointer;
    /* background-color: #75B634; */
    background-color: var(--vmantra-bg-color);

  }
.customer-login-form{
  /* box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);  */
    /* height: 350px; */
    border:1px solid #ccc;
    padding: 50px;
    padding-top: 20px;
    margin:0px auto;
    /* height:300px; */
    border-radius:3px;
}

.customer-signup-form{
  /* height: 350px; */
  border:1px solid #ccc;
  padding: 50px;
  padding-top: 20px;
  margin:0px auto;
  height:auto;
  border-radius:3px;
  background:#fff;
}

.login-heading{
  text-align: center;
  font-size: 22px;
  padding-top:5px;
}
.customer-login-form{
  background:#fff;
}
.registration-process label{
padding-bottom:4px;
}
.login-page-container{
  /* background-image: url(https://images.unsplash.com/photo-1572402123736-c79526db405a?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTR8fG1hcmtldHxlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=600&q=60); */
    /* background:url(../../assets/img/gunnybagsbg.jpg) no-repeat; */

    background:
  linear-gradient(
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  ),
  url(../../assets/img/gunnybagsbg.jpg) no-repeat;
 
    
    /*  */ /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; */
    /* background-size: cover; */
    background-size: 100%;
    /* opacity:0; */
    margin-top: -15px;
    /* url("../../assets/img/gunnybagsbg.jpg") */
}

  /*  CART BUTTON STYLE */
  .cart-button {
    position: relative;
    border: 0;
    outline: none;
    cursor: pointer;
    margin: 0 10px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
     user-select: none; 
     border-radius:5px;
  }
  
  /* .cart-button:hover {
    background-color: #202431;
  } */
  .cart-button:active {
    transform: scale(0.9);
  }
  
  .cart-button .shopping_cart {
      
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -10%;
    font-size: 17px;
    transform: translate(-50%, -50%);

  }
  
  .cart-button span {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    font-size:13px;
    color: #fff;
    transform: translate(-50%, -50%);
  }
  .cart-button span.add-to-cart {
    opacity: 1;
  }
  .cart-button span.added {
    opacity: 0;
  }
  
  .cart-button.clicked .shopping_cart {
    animation: cart 1.5s ease-in-out forwards;
  }
  
  .cart-button.clicked span.add-to-cart {
    animation: txt1 1.5s ease-in-out forwards;
  }
  .cart-button.clicked span.added {
    animation: txt2 1.5s ease-in-out forwards;
  }
  @keyframes cart {
    0% {
      left: -10%;
    }
    40%,
    60% {
      left: 50%;
    }
    100% {
      left: 110%;
    }
  }
  
  @keyframes txt1 {
    0% {
      opacity: 1;
    }
    20%,
    100% {
      opacity: 0;
    }
  }
  @keyframes txt2 {
    0%,
    80% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  .pqt-plus,
  .pqt-minus {
    background: #fff;
    border: none;
    font-size: 20px;
    padding: 0 20px;
    width: 50px;
    border-radius: 10px;
    height: 50px;
    user-select: none; 
    line-height: 50px;
  }
  
  .pqt-plus:hover,
  .pqt-minus:hover {
    background: #202431;
    color: #fff;
    cursor: pointer;
  }

  .price-dropdown{
position:absolute;
right:10px;
padding:5px;
border:1px solid #ccc;
width:auto;
  }
  .new-prdct-badge{
    position: absolute;
    top: 5px;
    left: 5px;
    background: #feb300;
    color: white;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    
  }

  .container.category{
    letter-spacing: 3px !important;
    max-width:100% !important;
  }

  .OfferImages img{
     border-radius:15px;
     width:32%;
     margin-right:1%;
  }
  
  .heading_center{
      text-align: center;
  }

  .go-organic{
  height:250px;
  }
  .go-organic img{
height:100%;
width:50%;
  }
  .more-offers{
      height:300px;
  }

  .more-offers .banner_container{
width:50%;
padding:10px;
display: inline;
float:left;
margin-right: -.3em;
  }

  .banner_container img{
      width:100%;
      margin:0px auto;
  }

  .OrganicBanners{
      /* height:400px;*/
      margin-bottom:20px; 
  }
  .OrganicBanners img{
      /* float:left; */
      margin-right:10px;
      width:95%;
  }
  #carouselExampleIndicators{
      height:100%;
  }
  .OrganicBanners .carousel-item{
height:100%;
  }
  .OrganicBanners .carousel-item img{
    height:300px;
      }
.OrganicBanners .carousel-indicators li{
      box-sizing: content-box;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: 30px;
      height: 3px !important;
      margin-right: 3px;
      margin-left: 3px;
      text-indent: -999px;
      cursor: pointer;
      background-color: #fff;
      background-clip: padding-box;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      opacity: .5;
      transition: opacity .6s ease;
      padding:0px !important;
}
.OrganicBanners .carousel-indicators li.active{
opacity:1;
}

.container.organic-store{
margin-bottom:20px;
}
.copyright-strip{
    margin-top: 30px;
    padding: 5px;
    background-color: #d4d7d9;
    text-align:center;
    font-size:12px;
}
/*  NEW HEADING STYLES */

.heading {
    position: relative;
    letter-spacing: 0.1em;
    margin: 0 auto;
    /* padding: 1rem 2.5rem; */
    background: transparent;
    outline: none;
  
    color: #333333;
  }
  .heading  h2{  

    font-size: 16px !important;
  }
  .heading::after, .heading::before {
    content: "";
    position: absolute;
    height: 100%;
    transform: skewX(30deg);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: -2;
  }
  .heading::before {
    background-color: #439de3;
    top: 0rem;
    left: 40%;
    width: 10%;
  }
  .heading::after {
    background-color: #feb300;
    top: 0rem;
    left: 50.1%;
    width:10%;
  }
/*  //NEW HEADING STYLES */

.heading{
    /* background:url("../../assets/img/heading-bg.png")   no-repeat scroll center 0px; */
    float: left;
    padding: 6px 0;
    width: 100%;
    margin: 5px 0 10px;
    margin-bottom:15px;
}
.heading h2{
/* background: #ffffff; */
    display: table;
    margin: -6px auto 0;
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: bolder;
    
}

h2+hr{
    display:none !important;
}
.products-area{
    position:relative;
}
.view-all-btn{
    position:absolute;
    right:0px;
    z-index:2;
    top:-10px;
}
.pulse a{
    font-weight: bold;
    color: #00882e;
   
}


/* IMPORTERS */
.maintaindstnc{
    margin-top:30px;
    }
    .logogrid_container{
      margin-bottom:30px;
    }
    .logogrid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      grid-auto-rows: 75px;
      grid-gap: 4rem;
    }
    .logogrid__item {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .logogrid__img {
      -o-object-fit: cover;
         object-fit: cover;
      max-width: 120px;
      max-height: 60px;
      /* filter: grayscale(100%) contrast(25%);
      transition: filter 0.3s ease; */
    }
    .logogrid__img:hover {
      /* filter: grayscale(0) contrast(100%); */
    }
    
    /* IMPORTERS END */
    
    .gtco-testimonials {
      position: relative;
      margin-top: 30px;
    }
    .gtco-testimonials h2 {
      font-size: 30px;
      text-align: center;
      color: #333333;
      margin-bottom: 50px;
    }
    .gtco-testimonials .owl-stage-outer {
      padding: 30px 0;
    }
    
    /* .gtco-testimonials .owl-nav {
      display: none;
    } */
/* OWL CAROUSEL NAVIGATION STYLES CUSTOM */
    .owl-prev i.fa,.owl-next i.fa{
      font-size:20px;
     }
     .owl-prev:hover i.fa,.owl-next:hover i.fa{
      color:var(--vmantra-bg-color);
     }
   .owl-prev, .owl-next {
position: absolute;
top: 40%;
height: 50px;
background: white !important;
width: 50px !important;
border-radius: 50% !important;
font-size: 20px !important;
padding-top: 30% !important;

}
.owl-prev {
left: 7px;
}

.owl-next {
right: 7px;
}
/* >>END OWL CAROUSEL NAVIGATION STYLES CUSTOM */
    .gtco-testimonials .owl-dots {
      text-align: center;
    }
    .gtco-testimonials .owl-dots span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: block;
      background: #fff;
      border: 2px solid #01b0f8;
      margin: 0 5px;
    }
    .gtco-testimonials .owl-dots .active {
      box-shadow: none;
    }
    .gtco-testimonials .owl-dots .active span {
      background: #01b0f8;
      box-shadow: none;
      height: 12px;
      width: 12px;
      margin-bottom:3px;
    }
    .gtco-testimonials .card {
      background: #fff;
      box-shadow: 0 8px 30px -7px #c9dff0;
      margin: 0 20px;
      padding: 0 10px;
      border-radius: 20px;
      border: 0;
      
    }
    .gtco-testimonials .card .card-img-top {
      max-width: 100px;
      border-radius: 50%;
      margin: 15px auto 0;
      box-shadow: 0 8px 20px -4px #95abbb;
      width: 100px;
      height: 100px;
    }
    .gtco-testimonials .card h5 {
      color: #01b0f8;
      font-size: 21px;
      line-height: 1.3;
    }
    .gtco-testimonials .card h5 span {
      font-size: 18px;
      color: #666666;
    }
    .gtco-testimonials .card p {
      font-size: 18px;
      color: #555;
      padding-bottom: 15px;
    }
    .gtco-testimonials .active {
      /* opacity: 0.5; */
      transition: all 0.3s;
    }
    .gtco-testimonials .center {
      opacity: 1;
    }
    .gtco-testimonials .center h5 {
      font-size: 24px;
    }
    .gtco-testimonials .center h5 span {
      font-size: 20px;
    }
    .gtco-testimonials .center .card-img-top {
      max-width: 100%;
      height: 120px;
      width: 120px;
    }

    .heading+.row{
      background:rgb(254 176 26);/* rgb(23,186,86,60%) rgb(23,186,86,60%); */
      padding-top:20px;
    }

    .container{
    margin-bottom: 15px;
    }


    
   
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
      outline: 0;
    }
    .owl-carousel button.owl-dot {
      outline: 0;
    }
    
    /*  OWL OFFER SLIDER STYLES */
    
    .owl-offer-slider .card{
      margin-right:20px;
      height:260px;
      border:0px solid #ccc !important;
    }
    .owl-offer-slider .card img{
      box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
      width:100%;
      height:100%;
    }

    
    /* LOGIN/SIGNUP */

    .login_signup{
		position: absolute;
    right:5%;
    top: 33%;
    font-family: 'Lato';
    letter-spacing: normal;
    font-size: 14px;
	font-weight:bold;
	color:#000;
	display:none;
	}
	.login_signup a:hover{
		color:#00882e;
	}

    /* END OF LOGIN/SIGNUP */


    h1 {
        text-align: center;
        /* font-family: Raleway; */
        color: #34495e;
      }
    
      .container.miner {
        display: flex;
        justify-content: center;
      }
    
      div.my-item {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 10px 1%;
        min-width: 220px;
        max-width: 360px;
        width: 100%;
        background: #000000;
        text-align: center;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
      }
    
      div.my-item * {
        box-sizing: border-box;
      }
    
      div.my-item img {
        max-width: 100%;
        vertical-align: top;
    
      }
    
      div.my-item span.on-hover-cat-text {
        position: absolute;
        top: 50%;
        left: 50%;
        /* border-radius: 50%; */
        font-size: 18px;
        color: #000000;
        width: auto;
        /* height: 60px; */
        padding: 10px;
        /* line-height: 60px; */
        /* background: #ffffff; */
    
        transform: translate(-50%, -50%) scale(0);
        transition: transform 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
      }
    
      div.my-item a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
      }
    
      div.my-item.blue {
        background-color: #34495e;
      }
    
      div.my-item.blue i {
        color: #34495e;
      }
    
      div.my-item.red {
        background-color: #e74c3c;
      }
    
      div.my-item.red i {
        color: #e74c3c;
      }
    
      div.my-item.green-overlay {
        background-color: #16a085;
      }
    
      div.my-item.green-overlay i {
        color: #16a085;
      }
    
      div.my-item:hover img {
        opacity: 0.3;
        filter: grayscale(100%);
      }
    
      div.my-item * {
        transition: all .35s ease-in-out;
      }
    
      div.my-item:hover span.on-hover-cat-text {
        transform: translate(-50%, -50%) scale(1);
        transition: transform 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
      }
    
      span.on-hover-cat-text::before {
        top: 6px;
        background-color: #ffffff;
        width: 109%;
        height: 30px;
        position: absolute;
        padding: 9px;
        left: -4px;
        transform: skewX(20deg);
        content: " ";
        z-index: -2;
      }
    
      div.my-item:hover .catText {
        display: none;
      }
 /* >>VIEW MORE BUTTON */
 .button {
    position: relative;
    padding: 8px 0.8em;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    font-size: 14px;
    margin: 1em 0.8em;
  }

  .button.type1 {
    color: #00882e;
    background-color: white;
  }

  .button.type1.type1::after,
  .button.type1.type1::before {
    content: "";
    display: block;
    position: absolute;
    width: 20%;
    height: 20%;
    border: 2px solid;
    transition: all 0.6s ease;
    border-radius: 2px;
  }

  .button.type1.type1::after {
    bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #00882e;
    border-right-color: #00882e;
  }

  .button.type1.type1::before {
    top: 0;
    left: 0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #00882e;
    border-left-color: #00882e;
  }

  .button.type1.type1:hover:after,
  .button.type1.type1:hover:before {
    width: 100%;
    height: 100%;
  }

  /* //VIEW MORE BUTTON */

  .cat-box span {
    position: absolute;
    display: block;
    background: #feb300;
    transition: all 0.125s linear;
  }

  .products-content {
    margin-bottom: 30px;
  }

  .cat-box .top,
  .cat-box .bottom {
    width: 100%;
    height: 2px;
    transform: scaleX(0);
  }

  .cat-box .left,
  .cat-box .right {
    width: 2px;
    height: 100%;
    transform: scaleY(0);
  }

  .cat-box .top {
    top: 0;
    left: 0;
    transition-delay: 0.375s;
    transform-origin: top left;
  }

  .cat-box .right {
    top: 0;
    right: 0;
    transition-delay: 0.25s;
    transform-origin: top left;
  }

  .cat-box .bottom {
    bottom: 0;
    right: 0;
    transition-delay: 0.125s;
    transform-origin: top right;
  }

  .cat-box .left {
    top: 0;
    left: 0;
    transform-origin: bottom left;
  }

  .cat-box:hover .top {
    transition-delay: 0s;
  }

  .cat-box:hover .right {
    transition-delay: 0.125s;
  }

  .cat-box:hover .bottom {
    transition-delay: 0.25s;
  }

  .cat-box:hover .left {
    transition-delay: 0.375s;
  }

  .cat-box:hover .top,
  .cat-box:hover .bottom {
    transform: scaleX(1);
  }

  .cat-box:hover .left,
  .cat-box:hover .right {
    transform: scaleY(1);
  }

  .cat-box {
    width: 200px;
    height: 180px;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    margin: 15px;
    position: relative;
    cursor: pointer;
  }

  .cat-box:hover {
    border: 0px solid #feb300;
    box-shadow: 0 4px 7px 0 rgb(218 220 230 / 60%);

  }

  .cat-box .cat-name {
    left: 35%;
    position: absolute;
    color: black;
    font-weight: bold;
    bottom: 10%;
  }

  .new-cat-box {
    height: 260px;
    width: 360px;
    margin: 10px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
  }

  .new-cat-box img {
    width: 100%;
    height: 100%;
    /* transform-origin: 50% 50%;
transition: transform 0.5s linear;  */

  }

  .new-cat-box img:hover {
    /* transform: scale(0.5) rotate(0.1deg);  */

  }

  .pulse:hover,
  .pulse:focus {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  }

  @-webkit-keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 #00882e;
    }
  }

  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 #00882e;
    }
  }


  .new-cat-box span.catText {
    color: white;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-weight: 100;
    background-color: #29404d;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
  }

  .cat-box {
    display: none;
  }    
.col-md-3.shop-by-category{
  padding: 0px !important;
  margin-left: -20px !important;
}

#sortbytype,#sortbylimit{
  border: 1px solid #ced4da !important;
}

#load_products_form label{
  padding:10px;
}

.sortbyformcontainer{
  position: absolute;
  right:0px;
top:-15px;
}
.displaynumofresults{
  position: absolute;
  left:20px;
top:0px;
width:50%;
}

.sortbyformcontainer+.products-area .top-bar{
  border:none !important;
}

a.main-manu:hover{
  color: white;
  background:var(--vmantra-bg-color);
}

a.main-manu:hover span>i.fas{
  color:white !important;
}
.right-menu{
  height:400px;
  /* background:wheat; */
}
.color-range-main{
  padding:0px !important;
  padding-left: 40% !important;
}

/* SHOP PAGE */
.page-breadcrumb.website li{
  display:inline;
  padding-left:5px;
  font-size:14px;
  background:wheat;
  padding:4px;
}
.page-breadcrumb.website{
  height:50px;
  /* background-color: #ccc; */
  /* margin-left:15px; */
  top: 20px;
  position: relative;
  
}

.login-page-container .page-breadcrumb.website{
  margin-top: -26px;
} 
i.fa-frown{
  font-size:30px;
}

span.fa-trash{
 color:#d11818;
}
.nrf{
  height:400px;
  
}
.no-results-found{
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align:center;
margin-top:10%;
width:100%;
}
.no-results-found p.please_try{
  font-size:16px;
  color:#8f8f8f;
}
.whoops{
  font-weight:bold;
  color:#4a4a4a;
  font-size:22px;
}

.mobile-filter-switches{
  position:relative;
  display:none;
}
.filter-wrapper{
  position: absolute;
  right:10px;
}
.mb-filter{
  display: inline-block;
    width: auto;
   
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%), inset 0 0 2px 0 rgb(0 0 0 / 20%);
}
.filter-wrapper #sortbytypemb{
  display: inline-block;
    width: 79%;
    border: none !important;
    height: 36px;
    margin: 0px;
}
.fltrOne{
padding-left:5px;
}
.fltrTwo{
  padding:10px;
}

.filtersApplied{
  background: #049736;
  color: white;
}

.sortbyformcontainer{
  display:block;
}

/* END SHOP  PAGE */


.verify-otp{
padding-left:0px;
padding-right:0px;
background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://bit.ly/2Xh8eeB);
    background-position: right;
    padding-bottom:20px;
    margin-top:-15px;
}
  /* MEDIA QUERIES FOR DIFFERENT DEVICES */

  @media only screen and (max-width: 767px) {


    .profile-content form .btn-primary{
      width :auto !important;
    }

    .h5-heading{
      text-align: center;
    padding-top: 20px;
    }
    .toggle-profile-menu{
display:inline-flex;
padding-top:5%;
    }
    .choose-login-wrapper {
      padding-top: 5% !important;
      display: block !important;
  }

  .slider-for .slider-for__item {
  height:100px !important;
  }

  .product-container{
    margin-top: 20px;
  }
  .product-page-one .product-buttons {
margin-top:0px;
  }

  .product-container .Qty{
    position: absolute;
    width: 100%;
    left: 24%;
  }

  .product-container .Qty .input-group{
  width:50% !important;
  }

  .myaccount-nav + .background-white .heading h2{
    padding: 0px 0px !important;
  }
  .media-body{
    margin-left:15px !important;
  }
 .offset-3 {
    margin-left: 0% !important;
}
.profile-nav{
  display:none;
}
.contact-one-content .contact-info li span{
text-align:left !important;
}
.contact-one-content .socials .list{
  margin-left:30%;
}

.vrfyOTProw{
  width:85%;
  margin:0px auto;
}
    .login-page-row{
      width: 95%;
      margin: 0px auto;
    }
    .registration-process {
      width: 100%;
    }
    .customer-login-form,.customer-signup-form{
      padding: 0px;
    }
    .align-right.noRightAlignMbl{
     display:inline-block !important;
    }
  .shop-toolbar .form-group.justify-content-end{
    /* flex:none !important;
    max-width:100% ; */
  }
    .displaynumofresults {
      position: absolute;
      left: 35%;
      top: 2%;
      width: 50%;
    }
    .search-result h4{
      font-size:16px;
    }
    .product{
      box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%), inset 0 0 2px 0 rgb(0 0 0 / 20%);
    }

    .mobile-filter-switches{
      position:relative;
      display:block;
    }

    .sortbyformcontainer{
      display:none;
    }
    .right-menu{
      display:none;
    }

    .header-two .header-maxi .top-right-list .cart-header {
      float: right;
      margin-left: 28px;
  }
  
  .header-two .header-maxi .top-right-list li {
      position: relative;
      display: inline-block;
      list-style: none;
  }


    .gtco-testimonials {
      margin-top: 20px;
    }

    .heading::before {
      left: 20%;
      width: 30%;
    }

    .heading::after {
      width: 30%;
    }


    /* LOGO GRID */
    .logogrid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
      grid-auto-rows: 30px;
      grid-gap: 3rem;
     }
    /* //LOGO GRID */


  

  .heading+.row{
    background:rgb(23,186,86,60%);
    padding-top:30px;
  }

  .view-all-btn {
    top: 27px;
  }


  }

  

  @media only screen and (min-width: 768px) {


    .contact-one-content .contact-info {
      margin: 0px auto;
      width: 60%;
    }

    .contact-one-content .socials .list {
      margin-left: 45%;
      /* margin-top: 32px; */
      padding-top: 70px;
      padding-bottom: 25px;
    }
    .contact-one-content .form-start{
      width: 60%;
      margin: 0px auto;
    }
    

    .header-mobile .header-navbar .form-inline .search {
      margin-left: 22%;
      background-color: #fff;
      border-radius: 0;
      border: 1px solid #dee2e6;
      position: relative;
      width: 60%;
  }

    div.my-item {
      max-width:350px;
        }

        .product{
          box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%), inset 0 0 2px 0 rgb(0 0 0 / 20%);
        }
    
        .mobile-filter-switches{
          position:relative;
          display:block;
        }
    
        .sortbyformcontainer{
          display:none;
        }
        .right-menu{
          display:none;
        }
  }
  @media only screen and (min-width: 1024px) {

    .contact-one-content .contact-info {
      margin: 0px auto;
      width: 90%;
    }
    .contact-one-content .form-start {
    width: 95%;
    margin: 0px auto;
    }

    .contact-one-content .socials .list{
margin-left:10px;
  }
    /* .align-right.noRightAlignMbl{
      display:flex;
     } */

    div.my-item {
  max-width:300px;
    }
    .mobile-filter-switches{
      position:relative;
      display:none;
    }

    .sortbyformcontainer{
      display:block;
    }
    .right-menu{
      display:block;
    }
  }
  @media only screen and (min-width: 1200px){
  div.my-item {
    max-width:360px;
      }
}

  @media (min-width: 768px){
.col-md-3.shop-by-category{
flex:none !important;
 max-width: 30% !important;
}
.box.Qty {
  max-width: 24%;  
}


}


  

    /* MEDIA QUERIES FOR DIFFERENT DEVICES */