.container-xl{
	    max-width: 1560px;
}
::selection {
    background: rgb(103,0,105);
    color: white;
}
.logo {
	max-width: 163px;
}
.nav-icon{
	font-size: 24px;
}
.searchbar{
	background-color: rgb(221,221,221);
}
.footer{
	background-color: rgb(221,221,221);
}
.black{
	background-color: black;
	color: white;
}
.navwhite {
    background-color: white;
    color: black !important;
    /* border-bottom: 1px solid black; */
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0px;
    vertical-align: 0px;
    content: none;
    border-top: .0px solid;
    border-right: 0px solid transparent;
    border-bottom: 0;
    border-left: 0pxm solid transparent;
}
.hoveraddress:hover{
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
.circle{
    display: inline-block;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background: #ccc;
    padding: 0;
    text-align: center;
    margin: 5px;
    margin-bottom: 3px;
}
/*.cat-icons{display:table; width:100%;}*/
/*.cat-icons {display:table-cell; text-align:center;}*/
.cat-icons  a{display:inline-block;position: relative; transition:all ease-in-out 0.25s;text-decoration: none}
.cat-icons  a:hover{transform: translateY(-10px);}
.cat-icons  a img{max-width:80px;border: 2px solid #fff;border-radius: 50%;box-shadow: 2px 2px 3px rgba(0,0,0,0.3);}
.cat-icons a span{display: block;padding: 10px 0;color: #222;font-weight: 500;}

.navsearch .form-control:focus {

    border-color: #04040461;
    outline: 0;
    border: 1px solid #060606;
    box-shadow:none;
}
.topheader .navbar-toggler {

  background-color: #d3affc;

}
.navsearch .form-control {

    border: 0px;
}
.help-datesvalid{
    border: 3px solid #dc3545;
}
/*.navsearch .form-control::placeholder {
  color: rgba(00,00,00,0.68);
  opacity: 5;
}*/
/* .catfilter{

} */
.mauvedark{
	background-color: #2e8c13;
}
.mauve{
	background-color: #5dac46;
}
.fontsize{
	font-size: 13px
}
/*.mauvelight{
	background-color: rgb(177,145,213);
}*/
.text-black{
	color: black
}
.red{
	background-color: rgb(232,22,28);
}
.topnav .nav-link {
    color: rgb(255, 255, 255) !important;
}

#card-front {
  color: #FFDFDF;
}

#card, #card-front, #card-inside {
  height: 480px;
}

.wrap {
    padding: 1.5em 2.5em;
    height: 100%;
}
#card-front, #card-inside {
  width: 50%;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, .25), 0 0 1px rgba(0, 0, 0, .5);
  -moz-box-shadow: 2px 2px 30px rgba(0, 0, 0, .25), 0 0 1px rgba(0, 0, 0, .5);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, .25), 0 0 1px rgba(0, 0, 0, .5);
  position: absolute;
  left: 50%;
}


#card-inside .wrap {
    background: #FFEFEF;
    -webkit-box-shadow: inset 2px 0 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 2px 0 1px rgba(0, 0, 0, .05);
    box-shadow: inset 2px 0 1px rgba(0, 0, 0, .05);
}
#card {
    max-width: 960px;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 5000px;
    -moz-perspective: 5000px;
    -webkit-perspective: 5000px;
    position: relative;
}

#card h1 {
    text-align: center;
    font-family: 'Nobile', sans-serif;
    font-style: italic;
    font-size: 70px;
    text-shadow:
        4px 4px 0px rgba(0, 0, 0, .15),
        1px 1px 0 rgba(255, 200, 200, 255),
        2px 2px 0 rgba(255, 150, 150, 255),
        3px 3px 0 rgba(255, 125, 125, 255);
    color: #FFF;
}
#card-inside {
    font-size: 1.1em;
    line-height: 1.4;
    font-family: 'Nobile';
    color: #331717;
    font-style: italic;
}

p {
    margin-top: 1em;
}

p:first-child {
    margin-top: 0;
}

p.signed {
    margin-top: 1.5em;
    text-align: center;
    font-family: 'Dancing Script', sans-serif;
    font-size: 1.5em;
}

#card-front {
    background-color: #FF5555;
    background-image: linear-gradient(top, #FF5555 0%, #FF7777 100%);
    background-image: -moz-linear-gradient(top, #FF5555 0%, #FF7777 100%);
    background-image: -webkit-linear-gradient(top, #FF5555 0%, #FF7777 100%);
            transform-origin: left;
       -moz-transform-origin: left;
    -webkit-transform-origin: left;
            transition:         transform 1s linear;
       -moz-transition:    -moz-transform 1s linear;
    -webkit-transition: -webkit-transform 1s linear;
    position: relative;
}

#card-front .wrap {
            transition: background 1s linear;
       -moz-transition: background 1s linear;
    -webkit-transition: background 1s linear;
}

#card-front button {
  position: absolute;
  bottom: 1em;
  right: -12px;
  background: #F44;
  color: #FFF;
  font-family: 'Nobile', sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 1.5em;
  padding: .5em;
  border: none;
  cursor: pointer;
          box-shadow: 2px 2px 3px rgba(0, 0, 0, .25), 0 0 1px rgba(0, 0, 0, .4);
     -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, .25), 0 0 1px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .25), 0 0 1px rgba(0, 0, 0, .4);
}

#card-front button:hover,
#card-front button:focus {
  background: #F22;
}

#close {
  display: none;
}

#card.open-fully #close,
#card-open-half #close {
  display: inline;
}

#card.open-fully #open {
  display: none;
}


#card.open-half #card-front,
#card.close-half #card-front {
            transform: rotateY(-90deg);
       -moz-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
}
#card.open-half #card-front .wrap {
    background-color: rgba(0, 0, 0, .5);
}

#card.open-fully #card-front,
#card.close-half #card-front {
  background: #FFEFEF;
}

#card.open-fully #card-front {
    transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
}

#card.open-fully #card-front .wrap {
    background-color: rgba(0, 0, 0, 0);
}

#card.open-fully #card-front .wrap *,
#card.close-half #card-front .wrap * {
   display: none;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 980px !important;
}
}
body{
	/*font-family: Roboto;*/
	background-color: #f8f8f8;
}
.bodybackground{
	/*font-family: Roboto;*/
	background-color: #f8f8f8;
}
.card:hover{
    box-shadow: 0px 0px 7px 0px #969090;
}
.card{

    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}
.hovershadow:hover{
	box-shadow: 0px 0px 7px 0px #969090;
}
.card-body{
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.width80{
	width: 78%;
}
.width20{
	width: 22%;
}
/* adds some margin below the link sets  */
.topheader .navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
  margin-top: 10px
}

.topheader .navbar .dropdown-menu {
  border:none;
  width: max-content;
  background-color:black!important;
}
.topheader .navbar .dropdown:hover {
  box-shadow: 0px 3px 10px 0px #5dac46;
  /* text-decoration: underline rgb(103,0,105); */
  /* color:rgb(103,0,105); */
}

 /*crousel */
 #carousel-example-generic {
	height: 480px;
	width: 848px;
}
.btn-mauvedark:hover{
	background-color: #438a2d;
	color: white;
}
.btn-mauvedark{
	background-color: #5dac46;
	color: white;
}
.socialicon img{
	width: 30px
}
.borderleft{
	border-right: 1px solid white;
}
.borderleft2{
	border-right: 1px solid white;
}
.carouselTitle {
	font-size: 64px;
	font-weight: 100;
	color: white;
	text-shadow: 0 1px 2px #000;
	position: absolute;
	bottom: 60px;
	left: 80px;
}
.categories {

    width: 61.2%;

}
.largecategory {
    max-width: 38.8% !important;
    min-width: 38.8% !important;
    float: left
}
.newarival{
	width: 18.8%;
}
.delivery-info, .description, .care-info, #pdp-description p {
    margin: 15px 0 5px 0;
    line-height: 18px;
    font-size: 13px;
    color: #000;
}
.delivery-info h4, .description h4, .care-info h4 {
    color: #222;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
    font-weight: 500;
    font-size: 20px;
}
.description ul, .delivery-info ul, .care-info ul {
    margin: 0 0 10px 15px;
    list-style: none;
}
.description ul li, .delivery-info ul li, .care-info ul li {
    position: relative;
    margin-bottom: 6px;
}
.description ul li:before, .delivery-info ul li:before, .care-info ul li:before {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #ccc;
    border-radius: 50%;
    content: "";
    left: -13px;
    top: 6px;
}
.bordercart
{
	box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
	background-color: white;
}
.customslect{
	font-size: 1.25rem;
}
.datepicker-inline,.table-condensed{
	width: 100% !important;
}
/*.sidebanner{
	height: 144px;
 }*/
 /*crousel end*/
 .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 0px;
    margin-right: 3px;
    margin-left: 6px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50px 50px;
    background-clip: unset;
    border-top: 2px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.topheader .navbar ul{

    list-style: none;
}
.topheader .navbar ul li{

    color: white
}
.topheader .navbar ul li a{

    color: rgb(0, 0, 0)
}
.topheader .navbar ul li a:hover{

    color: #5dac46;
}
.bottom-nav li a{
	text-align: center;
	color: black
}
.bottom-nav li a img{
	max-width: 80px;
	height: 80px;
}
.topheader .navbar .dropdown-toggle::after {
    display: none;

}
.hideMe {display: none;}
.stepdate{display: none;}
.stepdelivery{display: none;}
.steptime{display: none;}
/*.bottom-nav li a img:hover{transform: translateY(-10px)}*/

.satisfaction{
    width: 31px;
    height: 30px;

    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 29px;
    margin-right: 8px;
}
.footernav li a{
	color: #6c757d;
	text-decoration: none;
	font-size: 90%;
    font-weight: 400;
}
.footernav li{
	border-right: 1px solid #6c757d;
    font-size: 13px;
    line-height: 23.3px;
    padding: 0 10px 0 5px;
    display: inline;
    white-space: nowrap;
    padding-left: 10px;
}
.footerheading{
	font-size: .7em;
	font-weight: 700;
}
.footernav li a:hover{
	color:  black;

}
.descp h2 {
    font-size: 13px;
    font-weight: bold !important;
    line-height: 24px;
    color: #666;
    margin-bottom: 0 !important;
}
.descp h5 {
    font-size: 13px;
    font-weight: bold !important;
    line-height: 24px;

    margin-bottom: 0 !important;
}
.descp h3 {
    font-size: 23px;
    font-weight: bold !important;
    line-height: 24px;

    margin-bottom: 0 !important;
}
.textmauve{
	color: #5dac46;
}
.text-mauvedark{
	color: rgb(103,0,105);
}
.shadow-sm{
	box-shadow: 0 2px 2px rgb(0 0 0 / 20%)!important;
}
.descp p {
    font-size: 12px;
    line-height: 18px;
    color: #666;
}
.qtySelector{

	width: 107px;
	height: 20px;
	margin: 10px auto 0;
}
.qtySelector .fa{
	padding: 4px 5px;
	width: 35px;
	height: 100%;
	font-size: x-small;
	float: left;
	cursor: pointer;
}
.qtySelector .fa.clicked{
	font-size: 15px;

}
.bg-high{
	background-color:#fff9d8;
}
.form-label{
	font-size: small;
}
.swiper-button-next, .swiper-button-prev {

    background-size: 15px 44px !important;
    background-color: white;
}
.swiper-button-prev {

    left: 0px !important;
}
.swiper-button-next {

    right: 0px !important;
}
.qtySelector .qtyValue{
	border: none;
	padding: 5px;
	width: 35px;
	height: 100%;
	float: left;
	text-align: center
}

label {
  margin-bottom: 0;
  margin-left: 1px;
}
.descp table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #e4d7c5;
    border: solid 1px #E9E9E9;
    table-layout: auto;
    width: 100%;
    background: 0 0;
    margin: 0;
    margin-bottom: .8em;
}
.descp table tr:nth-child(odd){
    background: #ccc;
}
.descp table th, .descp table td {
    color: #222222;
    font-size: 12px;
    padding: 5px;
    text-align: center!important;
    line-height: 20px;
}
.descp li {
    margin-bottom: 15px;
    color: #666;
    list-style: none;
}
/* adds some margin below the link sets  */
.topheader .navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.topheader .navbar .dropdown-menu {
  border:none;
  color: rgb(5, 5, 5);
  background-color:rgb(255, 255, 255)!important;
}
.breadcrumb-item+.breadcrumb-item::before {

    color: #6c757d;
    content: ">";
}
.hover{
	border: 2px solid rgb(103,0,105) !important;
	cursor: pointer;

}
 .has-icon .form-control {
    padding-left: 2.375rem;
}

.has-icon .form-control-feedback {
    position: absolute;
    /*z-index: 2;*/
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.9rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

  /* remove the padding from the navbar so the dropdown hover state is not broken */
.topheader .navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */

/* makes the dropdown full width  */
/* .topheader .navbar .dropdown {position:static;} */

.topheader .navbar .dropdown-menu {
  /* width:100%; */
  left:0;
  right:0;
/*  height of nav-item  */
  top:37px;

  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;

}




  /* shows the dropdown menu on hover */
.topheader .navbar .dropdown:hover .dropdown-menu, .topheader .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}

  .topheader .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }

}

@media screen and (max-width: 770px) {
.borderleft{
	border-right: 0px;
	border-bottom: 1px solid white;
}
}


  /* shows the dropdown menu on hover */.topheader
.topheader .navbar .dropdown:hover .dropdown-menu, .topheader .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}

/*.topheader .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    width: fit-content;
    width: max-content;
    background-color: #fff;
  }*/



/*slider*/
/* Scss Document */
.orange-fade {
    background: #ff910e;
    background: linear-gradient(135deg,#ff910e 0,#ffa841 100%);
}
.pos-r {
    position: relative!important;
}
.white {
    background: #fff;
}
.text-white {
    color: #fff!important;
}
.text-gray {
    color: #363636;
}
.testimonial {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.separator {
    width: 14%;
    height: 3px;
    margin: 1.2em auto 1em;
    background: #ffc53a;
}
.one-slide {
  border-radius: 3px;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1.1rem;
  height: 300px;
}
.one-slide img {
  width: 60%;
}
.swiper-slide {
           padding: 20px
        }
.labeled {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: rgb(103,0,105);
    font-size: 14px;
    position: absolute;
    top: 23px;
    left: 0px;
    border-radius: 0 4px 4px 0;
    z-index: 9;
}
.products-count {
    width: 100%;
    margin-bottom: 30px;
    color: #222;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e2e2;
}
.product-header {
    background: rgb(103,0,105);
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px 4px 0 0;
    line-height: 1.8;
}
.checkoutinput {
  border: none;
  border-bottom: 2px solid;
  background-color: none;
  outline: 0;
  font-size: 20px;
  width: 100%;
  height: 30px;
}

.checkoutinput:focus {
  border: none;
  border-bottom: 2px solid rgb(75,1,76);
  background-color: none;
  outline: 0;
  width: 100%;
  height: 30px;
}
.carousel-controls .control {
  position: absolute;
  cursor: pointer;
  top: 56.4%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  c
}
.prev {
  left: -1.875rem;
}
.next {
  right: -1.875rem;
}
.testimonial-carousel {
  &.slick-initialized {
    display: block;
  }
 .message {
    width: 100%;
    font-size: .9rem;
  }
  .brand {
    width: 100%;
  }
  @media (max-width: 575px) {
    .one-slide {
	    height: 200px;
	  }
    img {
  	    width: 40%;
  	  }
  }

}
.elips-style{
    background: #e3e3e3;
    padding: 6px;
    font-size: 25px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.search-icon{
    background: white; padding: 9px; font-size: 20px; color: #c8c1c1;
}
.search-radius{
border-top-right-radius: 4px !important;
border-bottom-right-radius: 4px !important;
}

.main-nav-header li{
    margin-right: 50px;
}
.main-nav-header li a{
    color: #bac1d0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 35px;
    padding-bottom: 35px;
    font-family: "Poppins",Sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.main-nav-header-side li{
    border-bottom: 1px solid #f5f5f5
}
.main-nav-header-side li a{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #112152;
    padding: 16px 24px;
}


.navbar{
    padding: -0.5rem 1rem !important;
}



/* sidebar */

.sidebar-fixed{
    position: sticky;
    top: 105px;
  }

  @media screen and (min-width: 768px) {
    .sidebar-fixed{

        margin-top: 0px;
        z-index: 0;
      }
}
.bg-li{
    background-color: #f8f8f8;
    border: solid 1px rgb(0 0 4 / 17%);
}
.bullet-style{
    list-style-type: none;
    width: 62%;
    float: right;
}

@media screen and (max-width: 992px) {
    .bullet-style{
        list-style-type: none;
        padding-left: initial;
        width: 100%;
    }
}






