.combosboxoverlay h2{border-radius:0px 0 15px 15px;
}
.combosbox{border-radius:15px;
}
.write-class{font-size:30px;}
.categories {display: block;width: 100%;float:left;/*background:#fdd1dd;  margin:0 1% 0 1%;*/ /* box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);*/border-radius: 0px;margin-bottom: 0px;/*background:#cf0101;*/}
.category-title {/*width: 100%;*/text-align: center;padding:10px 20px;font-family: 'Abel',sans-serif;font-size: 190%;color:#ef611c;font-weight:600;/*  display: flex;align-items: center;justify-content: space-between;*/}
.categories .index-category-blog{width:14.6%; margin: 0 1% 30px 1%;position: relative;float: left;box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);}
.categories .index-category-blog .category {position: relative;background: #fff;border:1px solid #eeecec;}
.categories .index-category-blog .category a {display: block;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);padding: 8px;text-decoration: none;}
figure {margin: 0; overflow: hidden;}
.categories .index-category-blog .category img{transition: all ease-in-out 0.25s;width: 100%;height: auto;vertical-align: middle;outline: 1px solid white;outline-offset: -7px;}
.categories .index-category-blog .category figcaption{padding:0px;}
.categories .index-category-blog .category figcaption span.p-name{background:#f95e86;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-align: center; font-family: 'Poppins', sans-serif; font-weight: Regular;color: #fff;font-size:120%;padding: .2em 0;display: block;}
.categories .index-category-blog .category figcaption span.p-title{color: #222;text-align: center;font-weight: normal;font-size: 14px;display: block;font-family: 'Poppins', sans-serif;}
.categories .index-category-blog .category figcaption span.p-price{color: #000000;text-align: center;font-weight: bold;font-size: 15px;display: block;font-family: 'Poppins', sans-serif;margin-top:7px;}
.categories .index-category-blog .category a:hover img{transform: scale(1.03);}
.val-title{position:absolute; width:70px; float:right; top:0; right:0; padding:5px 0; background:#fff; color:#da0021; text-decoration:none; text-align:center; font-weight:600; font-size:14px; border-radius:0 0 0 6px; box-shadow: 0 1px 2px rgb(0 0 0 / 20%); font-family: 'Poppins', sans-serif;}
.val-block{background:#fdd1dd url(https://www.prettypetals.in/siteimages/Val-bg-index.png) no-repeat; background-size:100% auto; margin-top:15px;}
.val-caption-txt {
  display: block;
  visibility: visible;
  /*background: #e3e3e3;*/
  margin-top:0px;
  text-align: center;
  font-size: 17px;
  width: 100%;
float: left;
padding:0px 0 20px;
color: #333;
}
.val-caption-txt i {
  font-style: normal;
  padding: 7px 4px;
  color: #333333;
  display: inline-block;
}
.val-caption-txt i::after {
  content: '\2665';
  margin-left: 10px;
  font-size: 15px;
  color: #CC0000;
}
#top-writeup-section{ width:100%; float:left; position:relative; margin-left:0; padding:6px; background-color: rgba(255,255,255,0.4);}
#top-writeup-section .top_txt{text-align:justify; font-size:14px; color: #2a1e5a;}
#top-writeup-section .top_txt a{ font-size:14px; color: #2a1e5a; font-weight:600;}
.bredcrumb-pd {
  padding: 22px 12px 12px;
  background: none;
}
.bredcrumb-pd a {
  transition: 0.5s all;
  cursor: pointer;
  color: #333333;
  text-decoration: none;
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px;
}
.ugraderow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.upgradebox {
	height: auto;
	width: 15%;
	margin-right: 10px;
}

.upgradeboximg {
	border: 2px solid white;
}

.adressformrow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.addressformbox {
	height: auto;
	width: 32%;
	margin-right: 10px;
	display: flex;
    flex-direction: row;
}

.addressformbox input {
	height: auto;
	width: 100%;
	padding: 10px 5px;
	border-radius: 4px;
	border: 2px solid #e7e7e7;
	outline: 1px solid #d7d7d7;
	color: #676767;
	animation: pincodeboxblink 1.5s linear infinite;
}

@keyframes pincodeboxblink {
	0% {
		box-shadow: 0px 0px 7px 0px #ffb122;
	}
	100% {
		box-shadow: 0px 0px 0px 0px #ffb122;
	}
}

.addressformbox .dropdownbtn {
	height: auto;
	width: 100%;
	padding: 10px 5px;
	border-radius: 4px;
	border: 2px solid #e7e7e7;
	outline: 1px solid #d7d7d7;
	color: #676767;
}

.ckeckboxrow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 5px 0px 20px 0px;
}

.ckeckboxpart {
	width: 25%;
	margin-right: 5px;
}

.ckeckboxpart label {
	color: #555555;
}

.addcartrow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 30px;
}

.addcartpart {
	height: auto;
	width: 30%;
	margin-right: 0px;
}

.addcartbtn button {
	height: auto;
	width: 80%;
	padding: 10px 5px;
	border-radius: 50px;
	border: none;
	outline: none;
	color: white;
	background: #48226b;
	transition: 0.5s all;
	cursor: pointer;
	box-shadow: 0px 0px 5px 0px #b9b9b9;
}

.addcartbtn button a {
	color: white;
	font-size: 15px;
	font-family: 'Poppins', sans-serif!important;
}

.addcartbtn button:hover {
	background: #331d48;
}

.smallproductimgrow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 5px;
}

.smallproductimg {
	height: auto;
	width: 25%;
	margin-right: 0px;
}

.smallproduct {
	overflow: hidden;
	padding: 0px;
	border: 3px solid white;
}

.smallproduct img {
	height: auto;
	width: 100%;
	transition: 0.5s all;
	cursor: pointer;
}

.smallproduct img:hover {
	opacity: 0.8;
}
#error-msg{width:100%; float:left; padding:10px; background:#8cbe7c; color:#FFFFFF; font-size:14px; font-weight:bold; text-align:center;}
.minus {
	padding: 7px 0px;
	height: auto;
	width: 23%;
	font-size: 20px;
}

.plus {
	padding: 7px 0px;
	height: auto;
	width: 23%;
	font-size: 20px;
}

.cartqt {
	padding: 10px 0px;
	width: 35%;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 15px;
}

.tab {
  overflow:hidden;
  /* border-bottom:1px solid #d7d7d7; */
  margin:50px 2% 20px 2%;
  width:96%;
}

.tab button {
	background-color: #e2e0e0;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 12px 12px;
	transition: 0.5s all;
	font-size: 17px;
	color: #535353;
	/*border-radius: 4px;*/
	border-right: 1px solid #e7e7e7;
	font-family: poppins,sans-serif;
}

.tab button:hover {
	background-color: #999;
	color: white;
}

.tab button.active {
	background-color: #532869;
	color: white;
}

.tabcontent {
	display: none;
	padding: 6px 0px;
	border: none;
	border-top: none;
	border-bottom: 1px solid #d7d7d7;
	margin:0px 2% 0px 2%;
    width:96%;
}

.productbadge {
	position: absolute;
	top: 12px;
	left: 15px;
	background: #cb3f3f;
	text-align: center;
	border-radius: 20px;
	align-items: center;
	justify-content: cente;
	padding: 6px 5px;
	height: auto;
	width: 5%;
}

.productbadge h6 {
	font-size: 13px;
	font-weight: 500;
	color: white;
	margin-bottom: 0px;
}

.tabcontent h3 {
	color: #632d7f;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight:600;
}

.tabcontent p {
	font-size: 15px;
	line-height: 20px;
	color:#333333;
}

.imageoverlaytextbottom p span {
	font-size: 16px;
	color: #717171!important;
	text-align: left;
	font-weight: 100!important;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0px;
	text-decoration: line-through;
}

.offprice {
font-style: italic!important;
color: #636363!important;
font-size: 16px;
text-decoration: line-through!important;
}





.accordianbtnpart {
    margin: 25px 10px;
    width: 80%;
    padding: 40px 0px;
    border-top: 1px #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    align-items: center;
    justify-content: center;
}
.collapsible {
    background-color: #4b67ef;
    color: white;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 16px;
    margin: auto;
    display: table;
    border-radius: 5px;
    transition: 0.5s all;
}
.content {
    padding: 35px 20px 15px 20px;
    display: none;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    transition: 0.5s all;
}
.loginformproduct h4 {
    font-size: 23px;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 4px;
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    text-align: left;
    font-weight: normal;
    color: #333333;
}

.offprice {
	font-style: italic!important;
    color: #636363!important;
    font-size: 16px;
	text-decoration: line-through!important;
}
.loginformproduct form {
    margin: 20px 5px;
}
.loginformproduct form label {
    font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: normal;
    color: #0f0f0f;
    font-family: 'Poppins', sans-serif;
}
.loginformproduct form input {
    height: auto;
    width: 100%;
    padding: 12px 7px;
    border-radius: 2px;
    border: none;
    outline: 1px solid #cbcbcb;
    color: #676767;
    margin-bottom: 15px;
    background: white;
    margin-top: 4px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}
.loginformproduct form button {
    background-color: #4b67ef;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 70%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 13px;
    margin: auto;
    display: table;
    border-radius: 5px;
    margin-top: 12px;
    transition: 0.5s;
}

.loginformproduct form button a {
	color: white;
}

.dropbtn {
    background: none;
    color: white;
    font-size: 16px;
    outline: none!important;
    border: none!important;
    width: 100%;
	color: #2b2b2b;
  	font-family: 'Poppins', sans-serif;
  	font-size: 13px;
  	font-weight: 600;
}

.dropdown-content {
	display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index:99999;
}

.dropdown-content a {
  color: #0fa30f;
  padding: 6px 0px;
  text-decoration: none;
  display: block;
  font-size: 14px!important;
  color: green!important;
  font-weight: normal!important;
  text-transform: capitalize;
  transition: 0.5s all;
  text-align: left;
}

.dropdown-content a:hover {
	color: black; 
/*	background: #ffe6e6;*/
background: #f9f9f9;
}

.dropdown:hover .dropdown-content {
	display: block;
    border: 1px solid #a580c5;
}

.submenuflex {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 10px 0px!important;
}

.submenu {
	width: 100%;
	margin-right: 0px!important;
	padding: 5px 10px;
	margin-top: 0px;
}
/*.submenu li ul li{ line-height:22px;}*/
.submenuflex ul li a{ line-height: 20px;}
.submenu p{
	font-size: 14px;
/*	color:#432362;*/
	color: #7a47ac;
	font-weight: bold;
	text-transform: capitalize;
	margin: 4px 0px;
	text-align: left;
}

.headerlinks {
	padding: 0px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	display: inline-block;
}

.headerlinks .headerlisting {
	display: flex;
	flex-direction: row;
	margin-bottom: 2px;
}

.headerlisting li {
	/*padding: 10px 10px;*/
	padding: 0px 0px;
	width: 12%;
	text-decoration: none;
	cursor: pointer;
	transition: 0.5s all;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-transform: capitalize;
	border-right:none;
	border-radius: 6px;
	/*border-right: 1px solid #dddddd;*/
}
.dropdown button {
  cursor: pointer;
  line-height: 45px;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
}
.headerlisting li a {
	color:#6ea50c;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	/*font-weight:700!important;*/
	list-style: none;
	text-decoration: none;
}

/*.headerlisting li:hover {
	background: #91b159;
}

.headerlisting li:hover a {
	color: #e9e142;
}*/
.headerlisting li:hover {
	background: #cac8d0;
}

.headerlisting li:hover a {
	color: #5a3c77;
}
.container-mem {
  border-color: #A9A9A9;
  width: 70%;
  float: left;
  position: relative;
  margin: 20px 15% 20px 15%;
  border: 1px solid #424b7f;
}
.form-n-inp {
  color: #666666;
  padding: 5px 0;
  margin: 0;
  display: inline;
}
.form-n-inp span {
  display: block;
  vertical-align: top;
  padding: 5px 0;
}
.text-center {
  text-align: center;
}
.form-container {
  width: 100%;
  float: left;
  position: relative;
}
.form-n-inp p {
  display: block;
  vertical-align: top;
  padding: 5px 0;
}
.form-box {
  width: 50%;
  float: left;
  position: relative;
  margin-left: 18.6%;
}
.form-submit {
  width: 30%;
  float: left;
  position: relative;
}
.form-n-inp label input[type="text"], .form-n-inp label input[type="password"], .form-n-inp label select, .form-n-inp label textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.form-control {
  font-size: 14px;
  color: #666;
  background-color: #fff;
  display: block;
  width: 100%;
  height: 37px;
  line-height: 1.42857143;
  background-image: none;
  border: 1px solid #666;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.form-n-inp label {
  font-weight: normal;
}
.button-nxt {
  background: #523471;
  color: #ffffff;
  border-color: #d8610c;
  border-radius: 5px;
  font-weight: normal;
}
.button-nxt {
  font: bold 12px Verdana;
    font-weight: bold;
  padding: 10px 15px;
  cursor: pointer;
  text-decoration: none;
  margin:0 4px;
  display: inline-block;
  border: 1px solid #523471;
    border-top-color: rgb(140, 72, 98);
    border-top-width: 1px;
    border-right-color: rgb(140, 72, 98);
    border-right-width: 1px;
    border-bottom-color: rgb(140, 72, 98);
    border-bottom-width: 1px;
    border-left-color: rgb(140, 72, 98);
    border-left-width: 1px;
  border-width: 1px;
  white-space: nowrap;
}


.paymentstatus-block{width:100%; float:left; position:relative; padding:0px 0 10px 0; font-family: montserratregular,sans-serif!important; background:#FFFFFF;}
.payment-block1{width:100%; float:left; position:relative; margin:0px 0;}
.payment-block1 ul{width:100%; float:left; position:relative; margin:0; padding:0; list-style-type:none;}
.payment-block1 ul li{width:100%; float:left; position:relative; margin:3px 0; padding:0; text-align:center;}
.payment-block1 ul li span{ font-size:18px; color:#0000CC; font-weight: 600;}
.payment-block1 ul li:nth-child(1){font-size:33px; font-weight:700; color:#FF0000;}
.payment-block1 ul li:nth-child(2){ font-size:21px; color:#333333; font-weight: 600;}
.payment-block1 ul li:nth-child(3){font-size:18px; color:#333333;}
.payment-block1 ul li:nth-child(4){font-size:15px; color:#333333;}
.payment-block2{width:100%; float:left; position:relative; margin:30px 0 0 0;}
.payment-block2 ul{width:100%; float:left; position:relative; margin:0; padding:0; list-style-type:none;}
.payment-block2 ul li{width:100%; float:left; position:relative; margin:3px 0; padding:0; text-align:center;}
.payment-block2 ul li span{ font-size:18px; color:#0000CC; font-weight: 600;}
.payment-block2 ul li:nth-child(1){font-size:20px;}
.payment-block2 ul li:nth-child(2){ font-size:20px; color:#333333; font-weight: 600;}
.payment-block3{width:100%; float:left; position:relative; margin:30px 0 0 0;}
.payment-block3 ul{width:100%; float:left; position:relative; margin:0; padding:0; list-style-type:none;}
.payment-block3 ul li{width:100%; float:left; position:relative; margin:3px 0; padding:0; text-align:center;}
.payment-block3 ul li span{ font-size:18px; color:#0000CC; font-weight: 600;}
.payment-block3 ul li:nth-child(1){font-size:21px; font-weight:700;}
.payment-block3 ul li:nth-child(2){ font-size:18px; color:#333333;}
.payment-block3 ul li:nth-child(3){ font-size:18px; color:#333333;}
.payment-block4{width:100%; float:left; position:relative; margin:30px 0 40px 0;}
.payment-block4 ul{width:100%; float:left; position:relative; margin:0; padding:0; list-style-type:none;}
.payment-block4 ul li{width:100%; float:left; position:relative; margin:3px 0; padding:0; text-align:center;}
.payment-block4 ul li span{ font-size:18px; color:#0000CC; font-weight: 600;}
.payment-block4 ul li:nth-child(1){font-size:18px; color:#333333;}
.payment-block4 ul li:nth-child(2){ font-size:18px; color:#333333;}

@media only screen and (max-width: 1920px) {
.submenu p{
	font-size: 14px;
/*	color: #432362;*/
	color: #7a47ac;
	font-weight: bold;
	text-transform: capitalize;
	margin: 4px 0px;
}

.dropdown-content a {
  color: #0fa30f!important;
  padding: 6px 0px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px!important;
  color: brown!important;
  font-weight: normal!important;
  text-transform: capitalize;
  transition: 0.5s all;
/*  border-bottom: 1px solid #dfdfdf;*/
}

.submenuflex {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 20px 10px;
}

.dropdown-content {
	display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width:230px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 99999;
}
.headerbtn2 { display:none;}
}


@media only screen and (max-width: 1366px) {
.giftproductrow2 {
  margin-bottom:-8px;
}
.bannerrow {margin: 0px 0 -5px 0;}
.middle-banner {
  margin: 30px 0 -5px 0;
}
.middle-banner ul li{
   width:49%;
  float:left;
  margin-left:.5%;
  margin-right:.5%;
  position:relative;
} 
#livesearch, #livesearch-fix, #livesearch-fixcity {
  position: absolute;
  width: 300px;
  z-index: 999999;
  background: rgb(255, 255, 255);
  text-align: left;
  font: normal 13px Arial;
  color: #666666;
  margin: 0 0 0 3.4%;
}
.breadcumb-right-last {
  width: 15%;
  float: right;
  position: relative;
  margin-left: 8px;
  /*margin-top: 6px;
  margin-bottom: 8px;
  line-height: 60px;
  margin-right:5px;
  top:40px;
  right: -28px;*/
}
.seeallwithdelivery {
  margin-top:9px;
}
.seeallwithdelivery2 {
  padding:0px 20px 0px 20px;
}
.submenu p {
	font-size: 14px;
	color: #432362;
	font-weight: bold;
	text-transform: capitalize;
	margin: 4px 0px;
}

.dropdown-content a {
  color: #0fa30f;
  padding: 6px 0px;
  text-decoration: none;
  display: block;
  text-align: left;;
  font-size: 13px!important;
  color: brown!important;
  font-weight: normal!important;
  text-transform: capitalize;
  transition: 0.5s all;
}

.submenuflex {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 15px 10px;
}

.dropdown-content {
	display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 99999;
}
.headerbtn2 { display:none;}
}


@media only screen and (max-width: 1024px) {
.dropbtn {
    background: none;
    color: white;
    font-size: 16px;
    outline: none;
    border: none;
    width: 100%;
    color: #2b2b2b;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.submenu p {
	font-size: 13px;
	color: #432362;
	font-weight: bold;
	text-transform: capitalize;
	margin: 4px 0px;
}

.dropdown-content a {
  color: #0fa30f;
  padding: 4px 0px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 11px!important;
  color: brown!important;
  font-weight: normal!important;
  text-transform: capitalize;
  transition: 0.5s all;
}

.submenuflex {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 12px 10px;
}

.dropdown-content {
	display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index:99999;
}
.headerbtn2 { display:none;}
}

@media only screen and (max-width: 768px) {
.submenu p {
	font-size: 13px;
	color: #432362;
	font-weight: bold;
	text-transform: capitalize;
	margin: 4px 0px;
	text-align: left;
}

.dropdown-content a {
  color: #0fa30f;
  padding: 5px 0px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 13px!important;
  color: brown!important;
  font-weight: normal!important;
  text-transform: capitalize;
  transition: 0.5s all;
}

.submenuflex {
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    width: 100%;
    padding: 12px 10px;
}

.dropdown-content {
    display: none;
    position: relative;
    background-color: #f1f1f1;
    min-width: 100%!important;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
	margin-bottom: 5px!important;
}
.headerbtn2 { display:none;}
}


@media only screen and (max-width: 576px) {
.dropbtn {
    background: #c6a6d7;
    color: #000;
    font-size: 16px;
    outline: none;
    border: none;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
}
.dropdown button{text-align: left;padding: 0 10px;border-radius: 0; }

.submenu p {
    font-size: 14px;
    color: #432362;
    font-weight: bold;
    text-transform: capitalize;
    margin: 5px 0px;
	text-align: left;
}

.dropdown-content a {
    color: #0fa30f;
    padding: 5px 0px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 14px!important;
    color: brown!important;
    font-weight: normal!important;
    text-transform: capitalize;
    transition: 0.5s all;
}

}


@media only screen and (max-width: 375px) {
.dropbtn {
    background: none;
    color: white;
    font-size: 16px;
    outline: none;
    border: none;
    width: 100%;
    color: whitesmoke;
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    font-weight: 500;
}

.submenuflex {
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    width: 100%;
    padding: 10px 10px;
}

.submenu p {
    font-size: 13px;
    color: #432362;
    font-weight: bold;
    text-transform: capitalize;
    margin: 4px 0px;
	text-align: left;
}

.dropdown-content a {
    color: #0fa30f;
    padding: 8px 0px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 11px!important;
    color: brown!important;
    font-weight: normal!important;
    text-transform: capitalize;
    transition: 0.5s all;
}

}


.carttableheading {
    margin: auto;
    display: table;
    padding: 8px 0px;
    background: #47226e;
    width:80%;
    border-radius:4px;
    box-shadow: 0px 5px 5px 0px #d7d7d7;
	margin-top:10px;
}

.carttableheading h2 {
	font-size: 16px;
	color: white;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0px;
}

.cart {
	margin-top: 10px;
	margin-bottom: 20px;
}

#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #bfbfbf;
  padding: 2px 5px;
  font-size: 13px;
  color: black;
}
#customers td:nth-child(1){font-weight:bold;}
#customers tr:nth-child(even){ 
	background-color: white;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #efefef;
    color: brown;
}

#customers img {
	height: auto;
	width: 60%;
	margin: auto;
	display: table;
}

#customers p {
	font-size: 13px;
	color: black;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
}



@media only screen and (max-width: 1920px) {
	
.carttableheading h2 {
    font-size: 16px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0px;
}
#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #efefef;
    color: brown;
    font-size: 13px;
}
#customers p {
    font-size: 14px;
    color: black;
    font-weight: normal;
    line-height: 20px;
    margin: 0px;
}

}

@media only screen and (max-width: 1366px) {
	
.carttableheading h2 {
    font-size: 15px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0px;
}
#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #efefef;
    color: brown;
    font-size: 12px;
}
#customers p {
    font-size: 13px;
    color: black;
    font-weight: normal;
    line-height: 20px;
    margin: 0px;
}

}


@media only screen and (max-width: 1024px) {
#customers p {
    font-size: 12px;
    color: black;
    font-weight: normal;
    line-height: 15px;
    margin: 0px;
}

}

@media only screen and (max-width: 768px) {
#customers p {
    font-size: 11px;
    color: black;
    font-weight: normal;
    line-height: 14px;
    margin: 0px;
}

.cartminus {
padding: 2px 0px!important;
    height: auto;
    width: 24%;
    font-size: 15px!important;
}

.cartpageqty {
padding: 2px 0px!important;
    width: 35%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px!important;
}

.cartplus {
padding: 2px 0px!important;
    height: auto;
    width: 24%;
    font-size: 15px!important;
}

#customers img {
    height: auto;
    width: 70%;
    margin: auto;
    display: table;
}

.cartlastbtn {
    margin: auto;
    display: table;
    border: none;
    outline: none;
    border-radius: 2px;
    padding: 10px 0px;
    width: 45%!important;
    align-items: center;
    justify-content: center;
    background: grey;
    text-align: center;
    font-weight: 600;
    color: white;
    font-size: 12px!important;
    transition: 0.5s all;
    cursor: pointer;
}

.cartlastbtn2 {
    margin: auto;
    display: table;
    border: none;
    outline: none;
    border-radius: 2px;
    padding: 10px 0px;
    width: 65%!important;
    align-items: center;
    justify-content: center;
    background: #d34343;
    text-align: center;
    font-weight: 600;
    color: white;
    font-size: 12px!important;
    transition: 0.5s all;
    cursor: pointer;
}

.carttableheading h2 {
    font-size: 14px;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0px;
}

}


@media only screen and (max-width: 576px) {
#customers p {
    font-size: 9px;
    color: black;
    font-weight: normal;
    line-height: 12px;
    margin: 0px;
}

.cartminus {
padding: 0px 0px!important;
    height: auto;
    width: 24%;
    font-size: 15px!important;
}

.cartpageqty {
padding: 0px 0px!important;
    width: 35%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px!important;
}

.cartplus {
padding: 0px 0px!important;
    height: auto;
    width: 24%;
    font-size: 15px!important;
}

#customers img {
    height: auto;
    width: 18%;
    float: left;
}

#customers td, #customers th {
    border: 0px solid #bfbfbf;
    padding: 7px 10px;
    font-size: 12px;
    color: black;
	height:50px;
    background: transparent;
    border-bottom: 1px solid #eaeaea;
}

.cart {
    margin-top: 0px;
    margin-bottom: 25px;
}

.cartlastbtn {
    margin: auto;
    display: table;
    border: none;
    outline: none;
    border-radius: 2px;
    padding: 10px 0px;
    width: 65%!important;
    align-items: center;
    justify-content: center;
    background: grey;
    text-align: center;
    font-weight: 600;
    color: white;
    font-size: 12px!important;
    transition: 0.5s all;
    cursor: pointer;
}

.cartlastbtn2 {
    margin: auto;
    display: table;
    border: none;
    outline: none;
    border-radius: 2px;
    padding: 10px 0px;
    width: 85%!important;
    align-items: center;
    justify-content: center;
    background: #d34343;
    text-align: center;
    font-weight: 600;
    color: white;
    font-size: 12px!important;
    transition: 0.5s all;
    cursor: pointer;
}


}



@media only screen and (max-width: 375px) {
#customers p {
    font-size: 8px;
    color: black;
    font-weight: normal;
    line-height: 10px;
    margin: 0px;
}

.cartminus {
padding: 0px 0px!important;
    height: auto;
    width: 24%;
    font-size: 12px!important;
}

.cartpageqty {
padding: 0px 0px!important;
    width: 35%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px!important;
}

.cartplus {
padding: 0px 0px!important;
    height: auto;
    width: 24%;
    font-size: 12px!important;
}

#customers td, #customers th {
    border: 0px solid #bfbfbf;
    padding: 7px 8px;
    font-size: 9px;
    color: black;
    border-bottom: 1px solid #eaeaea;
}

#customers th {
    padding-top: 9px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #efefef;
    color: brown;
    font-size: 10px;
}

.cart {
    margin-top: 0px;
    margin-bottom: 25px;
}

}

.combolink{ width:100%; float:left; position:relative; margin:17px 0 10px 0;}
.combolink ul{ width:100%; float:left; padding:0; margin:0; list-style-type:none;}
.combolink ul li{ width:18%; float:left; padding:0; margin:0 0% 0 1.7%; background:#fedb9d;/* border:1px solid #faa5b7; border-radius:8px;*/}
.combolink ul li a{font-size: 13px; font-weight:bold; color:#eb3365; text-decoration:none; padding-left:64px; display:block; line-height:50px;box-shadow: 6px 6px 5px
#fda2c8;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius:10px;}
.combolink ul li a:hover{ color:#649e05;}
.combolink ul li:nth-child(1) a{ background:url(https://www.indiaonlineflorists.com/images/flower_cake.png) no-repeat left; background-size:50px 50px;}
.combolink ul li:nth-child(2) a{ background:url(https://www.indiaonlineflorists.com/images/flower_choco.png) no-repeat left; background-size:50px 50px;}
.combolink ul li:nth-child(3) a{ background:url(https://www.indiaonlineflorists.com/images/flower_fruit.png) no-repeat left; background-size:50px 50px;}
.combolink ul li:nth-child(4) a{ background:url(https://www.indiaonlineflorists.com/images/flower_teddy.png) no-repeat left; background-size:50px 50px;}
.combolink ul li:nth-child(5) a{ background:url(https://www.indiaonlineflorists.com/images/flower_baloon.png) no-repeat left; background-size:50px 50px;}
#randomtxt-rotate {
  display: block;
  visibility: visible;
  clear: both;
  width:100%;
  margin-bottom: 10px;
}
#randomtxt-rotate ul {
  width: 100%;
  text-align: center;
  margin:0;
}
#randomtxt-rotate li {
  margin: 0;
  padding: 5px 1%;
  display: inline-block;
  font-size: 15px;
  color: #333;
}
#randomtxt-rotate ul i {
  width: 4px;
  height: 4px;
  background-color: #900;
  display: inline-block;
}
.city-dd-down {
  position: relative;
  display: inline-block;
}
.city-dd-btn {
  background-color: transparent;
  color: #392681;
  font-weight:600;
  padding: 5px;
    padding-right: 5px;
  font-size: 15px;
  border: none;
  outline: none;
  cursor: pointer;
  background-image: url(https://www.indiaonlineflorists.com/images/city-dd.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 25px;
}
.city-dd-down-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f2f2f1;
  min-width: 300px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
  border: 1px solid #392681 !important;
  border-radius:5px;
  z-index:9999;
}
.city-dd-down-content a {
  padding: 5px 1%;
  text-decoration: none;
  display: block;
  float: left;
  width: 48%;
  font-size: 13px;
  color: #000;
  line-height: 20px;
}
.bannerrow-mobile {
	display:none;
}

@media only screen and (min-width:320px) and (max-width:480px){
.bredcrumb-pd {
  padding:22px 12px 2px 5px;
  background: none;
}
.middle-banner ul li {
  width: 99%;
  float: left;
  margin-left: .5%;
  margin-right: .5%;
  position: relative;
  margin-bottom: 10px;
}
.product-box-height{height:320px;}
hr{display:none;}
.review-btn-red {
  margin: 0px 0px 18px 0;
}
.form-n-inp-pdetails {
  font-size: 13px;
}
.container-mem {
  border-color: #A9A9A9;
  width: 95%;
  float: left;
  position: relative;
  margin: 10px 2.5% 20px 2.5%;
  border: 1px solid #424b7f;
}
.form-box {
  width: 62%;
  float: left;
  position: relative;
  margin-left: 6%;
}
.imageoverlaytextbottom div {
  font-size: 13px;
  text-align: left;
  font-weight: normal;
  color: #323232;
  font-family: 'Poppins', sans-serif !important;
  padding-bottom:0px;
  height: 30px;
  line-height: 17px;
  font-style: normal;
}
.bannerrow-val{display:block;}
.bannerrow{display:block;}
.bannerrow-mobile {
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    position: relative;
    width: 100%;
    margin: 0px 0 0 0;
	display:block;
}

.headingcat h1 {
  /*font-family: 'Ubuntu Condensed', sans-serif;*/
  /*font-family: 'britannic', sans-serif;*/
  /*font-family: 'Yeseva One', cursive;*/
  font-family:'Yeseva One';
  font-size: 22px;
  font-weight: 500;
  }
.mobile-blog {
  width: 100%;
  flex-direction: column;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-top: -11px;
}
.mobile-blog a {
  font-size: 13px;
  display: inline-block;
  text-align: center;
  color: #525251;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  line-height: 0;
}
.menu-mobile {
  width:32px;
  height:32px;
  display: none;
  background-repeat: no-repeat;
  margin: 4px;
    margin-top: 4px;
  margin-top: 4px;
  float: right;
}
.icon-menu-open {
  background-image: url(https://www.prettypetals.in/siteimages/filter-icon-mobile.png);
  padding: 4px;
  margin-top: 0;
  background-color: #e6e5e5;
}
.icon-menu-close {
  background-color: #f64243;
  background-image: url(https://www.prettypetals.in/siteimages/menu-top-icon-close.png);
  padding: 4px;
  margin-top: 0;
}
.combolink ul li{ width:97%; float:left; padding:0; margin:0 0% 1% 1.7%; background:#feebef;/* border:1px solid #faa5b7; border-radius:8px;*/}
.combolink ul li a{font-size: 13px; font-weight:bold; color:#eb3365; text-decoration:none; padding-left:58px; display:block; line-height:50px;box-shadow: 0px 6px 5px
#ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius:10px;}
.combolink ul li:nth-child(1) a{ background:url(https://www.prettypetals.in/siteimages/flower_cake.png) no-repeat left; background-size:43px 43px;}
.combolink ul li:nth-child(2) a{ background:url(https://www.prettypetals.in/siteimages/flower_choco.png) no-repeat left; background-size:43px 43px;}
.combolink ul li:nth-child(3) a{ background:url(https://www.prettypetals.in/siteimages/flower_fruit.png) no-repeat left; background-size:43px 43px;}
.combolink ul li:nth-child(4) a{ background:url(https://www.prettypetals.in/siteimages/flower_teddy.png) no-repeat left; background-size:43px 43px;}
.combolink ul li:nth-child(5) a{ background:url(https://www.prettypetals.in/siteimages/flower_baloon.png) no-repeat left; background-size:43px 43px;}
}
.smalltablespace {
margin-bottom: 15px;
margin-left: 0;
width: 100%;
float: left;
}

.smalltable {
  width: 46.7%;
  margin: auto;
  margin-left: 53.3%;
  margin-top: 6px;
}

.cartlastflex {
	/*display: flex;
	flex-direction: row;*/
	width:60%;
    float: left;
	padding: 20px 10px;
	/*background: #e7e7e7;*/
	margin-bottom: 30px;
	position: relative;
	height: 75px;
	margin-left: 47%;
}

.cartlastpart {
	width: 50%;
}

.cartlastbtn {
	margin: auto;
	display: table;
	border: none;
	outline: none;
	border-radius: 2px;
	padding: 10px 0px;
	width: 30%;
	align-items: center;
	justify-content: center;
	background: grey;
	text-align: center;
	font-weight: 600;
	color: white;
	font-size: 14px;
	transition: 0.5s all;
	cursor: pointer;
}

.cartlastbtn:hover {
	background: #5f5f5f;
    color: #e1e123;
}

.cartlastbtn2 {
	margin: auto;
	display: table;
	border: none;
	outline: none;
	border-radius: 2px;
	padding: 10px 0px;
	width: 45%;
	align-items: center;
	justify-content: center;
	background: #d34343;
	text-align: center;
	font-weight: 600;
	color: white;
	font-size: 14px;
	transition: 0.5s all;
	cursor: pointer;
}

.cartlastbtn2:hover {
	background: #b13a3a;
}

.memberloginspace {
  margin-top: 0px;
  margin-bottom: 50px;
  width: 72%;
  margin-left: 14%;
  margin-right: 14%;
  padding-bottom: 10px;
}

.mamberloginflex {
	/*display: flex;
	flex-direction: row;*/
	width:100%;
	float:left;
	position:relative;
	padding:0px;
	border: 1px solid #424b7f;
	margin-top: 15px;
}

.memberloginpart {
	align-items: center;
	justify-content: center;
	background: #ededed;
	height: auto;
	width: 49%;
	margin-right: 1%;
	float:left;
	position:relative;
	padding: 20px 0px;
	height: 270px;
}
.memberloginpart:nth-child(2){
    width: 50%;
	margin-right:0;
	}
.memberloginpart h2 {
	font-size:17px;
	color:#523471;
	font-weight: 600;
	text-align: center;
	margin: auto;
	display: table;
	padding: 100px 0px;
	font-family: roboto;
}

.memberloginpart h2 a {
	font-size: 15px;
	color: #000000;
	font-weight: 100;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
	font-family: roboto;
	font-weight:bold;
	padding-left:5px;
}

.memberloginpart h3 {
	font-size: 14px;
	color: #523471;
	font-weight: 600;
	text-align: center;
	margin: auto;
	display: table;
	font-family: roboto;
}

.memberloginform {
	margin: 15px 10px;
}

.memberloginform p {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    text-align: left;
    font-family: roboto;
    margin-bottom: 2px;
	font-weight: 600;
}

.memberloginform input {
  padding: 10px 5px;
  width: 100%;
  background: white;
  border: 1px solid #c5c5c5;
  outline: none;
  border-radius: 4px;
  margin-bottom: 7px;
  margin-top: 7px;
}

.memberloginform input:hover,
.memberloginform input:active {
    outline: 1px solid #2d2d2d;
}

.memberloginbtn {
  margin: auto;
  display: table;
  padding: 7px 0px;
  height: auto;
  width: 25%;
  text-align: center;
  font-size: 16px;
  color: white;
  background: #523471;
  border: none;
  outline: none;
  border-radius: 5px;
}

.memberloginpart h6 {
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin: 8px 0px;
	font-family: roboto;
	cursor: ponter;
}
.form-n-inp3 {
  padding:5px 0;
  margin:0;
  display:block;
  color:#666666;
  font-size:16px;
}
.form-n-inp3 label {
  display: block;
  margin:6px;
  font-weight: 400;
}
.form-n-inp3 i {
  display: inline;
  margin: 4px 0;
  font-weight: 400;
  font-style: normal;
  color: #999999;
}
/*.form-n-inp-pdetails-container {
    border-color:#A9A9A9;
}*/
.content2{
  width:100%;
  float:left;
  margin-top:20px;
}
.form-n-inp-pdetails-container {
  margin: 5px auto;
  padding: 0;
  border: 1px solid #424b7f;
  width: 70%;
  text-align: center;
  margin: 0 15%;
  float: left;
}
.form-n-inp-pdetails {
  display: table;
  width: 100%;
  border-bottom: 1px solid #999;
  text-align: center;
}
.form-n-inp-pdetails img {
  width: 100px;
  height: auto;
}
.form-n-thead {
  background: #999999;
  color: #fff;
}
.form-n-inp-brdr-rb {
  /*border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;*/
}
.form-n-thead {
  padding: 5px 0;
  font-weight: 700;
}
.form-n-cell-large {
  width: 30%;
  float: left;
  position: relative;
}
.form-n-cell-small {
  width: 20%;
  float: left;
  position: relative;
}

@media only screen and (max-width: 768px) {
	.memberloginpart h2 {
    font-size: 11px;
    color: brown;
    font-weight: 600;
    text-align: center;
    margin: auto;
    display: table;
    padding: 95px 0px;
    font-family: roboto;
}

memberloginpart h2 a {
    font-size: 12px;
    color: brown;
    font-weight: 100;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    font-family: roboto;
}

.memberloginpart h3 {
    font-size: 12px;
    color: #ab485a;
    font-weight: 600;
    text-align: center;
    margin: auto;
    display: table;
    font-family: roboto;
}

.memberloginform p {
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    text-align: left;
    font-family: roboto;
    margin-bottom: 0px;
}

.memberloginform input {
    padding: 5px 5px;
    width: 100%;
    background: white;
    border: 1px solid #c5c5c5;
    outline: none;
    border-radius: 4px;
    margin-bottom: 5px;
}
.memberloginbtn {
    margin: auto;
    display: table;
    padding: 4px 0px;
    height: auto;
    width: 35%;
    text-align: center;
    font-size: 12px;
    color: white;
    background: #df3a67;
    border: none;
    outline: none;
    border-radius: 10px;
}
.memberloginform {
    margin: 10px 5px;
}
.memberloginpart h6 {
    font-size: 13px;
    color: #ab485a;
    font-weight: normal;
    text-align: center;
    margin: 5px 0px;
    font-family: roboto;
}

}


@media only screen and (max-width: 576px) {
.mamberloginflex {
  margin-top: 0px;
  width:96%;
  margin:0 2%; 
}
.memberloginpart h2 {
    font-size:15px;
    color:#523471;
    font-weight: 600;
    text-align: center;
    margin: auto;
    display: table;
    padding: 70px 0px;
    font-family: roboto;
}
.memberloginpart h2 a {
    font-size: 15px;
    color: brown;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    font-family: roboto;
	color:#000000;
	padding-left:10px;
}
.memberloginpart h3 {
    font-size: 13px;
    color: #523471;
    font-weight: 600;
    text-align: center;
    margin: auto;
    display: table;
    font-family: roboto;
}
.memberloginpart {
    align-items: center;
    justify-content: center;
    background: #ededed;
    height: auto;
    width:100%;
    margin-right: 10px;
    padding: 15px 5px;
	border-bottom: 6px solid white;
}
.memberloginpart:nth-child(1) {
height: 120px;
}
.memberloginpart h2:nth-child(1){padding: 36px 0px;color: #523471;}
.memberloginform p {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    text-align: left;
    font-family: roboto;
    margin-bottom: 0px;
}
.memberloginform input {
  padding: 7px 4px;
  width: 100%;
  background: white;
  border: 1px solid #c5c5c5;
  outline: none;
  border-radius: 4px;
  margin-bottom: 12px;
  margin-top: 5px;
}

.memberloginbtn {
  margin: auto;
  display: table;
  padding: 7px 0px;
  height: auto;
  text-align: center;
  font-size: 16px;
  color: white;
  background: #523471;
  border: none;
  outline: none;
  border-radius: 7px;
}
.memberloginpart h6 {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    text-align: center;
    margin: 8px 0px;
    font-family: roboto;
}

}



@media only screen and (max-width: 375px) {
.memberloginpart h2 {
    font-size:14px;
    color: brown;
    font-weight:600;
    text-align:center;
    margin:auto;
    display:table;
    padding:50px 0px;
}
.memberloginpart h2 a {
    font-size:14px;
    color: brown;
    font-weight:600;
    text-align:center;
    text-decoration:underline;
    cursor: pointer;
	padding-left:5px;
}
.memberloginpart h3 {
    font-size:12px;
    color: #ab485a;
    font-weight: 600;
    text-align: center;
    margin: auto;
    display: table;
    font-family: roboto;
}
/*.memberloginpart {
    align-items: center;
    justify-content: center;
    background: #ededed;
    height: auto;
    width: 50%;
    margin-right: 5px;
    padding: 15px 2px;
}*/
.memberloginform p {
    font-size:13px;
    color: #333333;
    font-weight: normal;
    text-align: left;
    font-family: roboto;
    margin-bottom: 0px;
	font-weight: 600;
	}
.memberloginform input {
    padding: 0px 4px;
    width: 100%;
    background: white;
    border: 1px solid #c5c5c5;
    outline: none;
    border-radius: 4px;
    margin-bottom: 2px;
	line-height: 26px;
}

.memberloginbtn {
  margin: auto;
  display: table;
  padding: 5px 0px;
  height: auto;
  width: 45%;
  text-align: center;
  font-size: 14px;
  color: white;
  background: #df3a67;
  border: none;
  outline: none;
  border-radius: 4px;
  font-weight: 600;
}
.memberloginpart h6 {
  font-size: 14px;
  color: #ab485a;
  text-align: center;
  margin: 3px 0px;
  font-family: roboto;
  padding-top: 15px;
  font-weight: bold;
}
/*.mamberloginflex {
    display: flex;
    flex-direction: row;
    padding: 5px;
    border: 1px solid green;
}*/

}



.memberdetailsspace {
	margin: auto;
	display: table;
	width: 75%;
	border: 1px solid #e1e1e1!important;
}

.fillup {
	height: auto;
    width: 100%;
    padding: 10px 0px;
    background: #ffffcc;
    margin: -10px 0px 5px 0px;
}

.fillup h2 {
    font-size: 15px;
    color: #9b9b22;
    font-weight: normal;
    margin-bottom: 0px;
    text-align: center;
}

.memberdetailspart {
	height: auto;
	width: 100%;
	border: 1px solid #ffffa2;
	padding: 0px;
	margin-bottom: 30px; 
}

.formhead {
	height: auto;
    width: 100%;
    padding: 14px 10px;
    background: #532869;
	border-bottom: 1px solid white;
}
.formhead h2 {
	font-size: 16px;
	color: white;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0px;
}

.memberdetailsform {
	margin: auto;
	display: table;
	width: 75%;
	padding: 30px 0px;
}

.memformflex {
	display: flex;
	flex-direction: row;
	margin: 10px 0px;
}

.memformpart {
	width: 25%;
	margin-right: 5px;
}

.memformpart2 {
	width: 75%;
}

.memberdetailsform p {
	font-size: 13px;
	color: brown;
	font-weight: normal;
	margin-bottom: 8px;
}

.memberdetailsform p {
	font-size: 14px;
	color: brown;
	font-weight: normal;
	margin-bottom: 8px;
}

.memberdetailsform span {
	font-size: 12px;
	color: #c74761;
	font-weight: normal;
	margin-bottom: 8px;
}

.memberdetailsform input {
    padding: 10px 5px;
    width: 100%;
    background: white;
    border: 1px solid #c5c5c5;
    outline: none;
    border-radius: 4px;
	margin-bottom: 2px;
}

.memberdetailsform input:hover,
.memberdetailsform input:active {
    outline: 1px solid #2d2d2d;
}

.memberdetailsform textarea {
    padding: 30px 5px;
    width: 100%;
    background: white;
    border: 1px solid #c5c5c5;
    outline: none;
    border-radius: 4px;
	margin-bottom: 2px;
}

.memberdetailsform textarea:hover,
.memberdetailsform textarea:active {
    outline: 1px solid #2d2d2d;
}

.memberdetailsform select {
    padding: 10px 5px;
    width: 100%;
    background: white;
    border: 1px solid #c5c5c5;
    outline: none;
    border-radius: 4px;
	margin-bottom: 2px;
	height: 40px;
	overflow-y: auto;
}

.memberdetailsform select:hover,
.memberdetailsform select:active {
    outline: 1px solid #2d2d2d;
}

.memberdetailsbtn {
	margin: auto;
	display: table;
	width: 25%;
	padding: 10px 0px;
}

.memberdetailsbtn button {
    background: #11b711;
    height: auto;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    box-shadow: 0px 5px 5px 0px green;
    font-size: 14px;
    color: white;
    font-weight: normal;
	border: none;
    outline: none;
}




.modal {
  display: none; 
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}
.page-container-md {
    width: 96%;
    /* max-width: 1250px; */
    margin:10px 2%;
	font-family: 'Poppins', sans-serif;
}
#terms ul li {
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
    list-style-type: none;
    font-size: 14px;
}
#terms em {
    font-style: normal;
    display: block;
    clear: both;
    padding-bottom: 3px;
	color:#000000;
	font-size:14px;
}
#terms ul li ul {
    margin-left: 35px;
}
#terms ul li li {
    border-bottom: none;
    list-style-type: circle;
}
.about-para p b{ color:#333333; margin-bottom:2px; width:100%; float:left;}
/*.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}*/

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modalheading {
	background: #e7e7e7;
	padding: 10px 0px;
	margin-bottom: 20px;
}

.modalheading h1 {
	font-size: 15px;
	color: red;
	font-weight: 600;
	margin-bottom: 0px;
	text-align: center;
}

.modalproduct {
	padding: 10px;
	border: 1px solid black;
}

.modalproductflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.modalproductpart {
	height: auto;
	width: 23%;
	margin-right: 5px;
	padding: 10px 5px;
	border: 1px solid grey;
	margin-bottom: 5px;
}

.modalproductpart img {
    height: auto;
    width: 50%;
    margin-bottom: 5px;
    margin: auto;
    display: table;
}

.modalproductpart h6 {
	font-size: 14px;
	color: black;
	margin-top: 5px;
	margin-bottom: 20px;
	font-weight: normal;
	text-align: center;
}

.modalproductpart p {
    font-size: 15px;
    color: #911850;
    margin-bottom: 5px;
    font-weight: 600;
    text-align: center;
}

.modalproductpart input {
	margin: auto;
	display: table;
}

.dellocationrow {
  padding: 0px 0px;
  width: 90%;
  margin: 0 15% 10px 0%;
}

.dellocationdrop {
	height: auto;
    width: 45%;
    border-radius: 4px;
    border: none;
    outline: 1px solid #f4a922;
    padding: 12px 5px;
    margin-bottom: 20px;
	animation: pincodedropblink 1s linear infinite;
}

.pincodeheading {
	font-size: 17px;
    color: #bd3e3e;
    font-weight: normal;
    margin-bottom: 0px;
}

.pincoderow {
	/*display: flex;
	flex-direction: row;
	flex-wrap: wrap;*/
	width:100%;
	float:left;
	position:relative;
	margin:6px 0px 5px 0px;
}
.pincodepart {
	height: auto;
	width: 48%;
	float:left;
	position:relative;
	margin-right: 0px;
}

.pincodepininput {
    color: #111111;
    height: auto;
    width: 180px;
    border-radius: 4px;
    border: none;
    outline: 1px solid #f4a922;
    /*padding: 12px 8px 12px 30px;*/
    margin-bottom: 15px;
}


.pincodepinbtn {
  height: auto;
  width: 55%;
  padding: 10px 5px;
  border: 1px solid #76e510;
  outline: none;
  border-radius: 4px;
  background: #2ecb2e;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: .5s all;
  float: left;
}

.pincodepinbtn:hover {
	background: #47226e;
	border: 1px solid #47226e;
}


.whatcustomer {
	padding: 20px 0px;
}

.whatcustomer h2 {
	font-size: 27px;
	color: brown;
	font-weight: normal;
}

.customersayflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.customersaypart {
	padding: 20px;
	border: 1px solid #e7e7e7;
	width: 40%;
	margin-right: 10px;
}

.customersaypart h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	color: black;
}

.customersaypart p {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	color: grey;
}

.customersaypart h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	color: black;
}

.customersaypart h6 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 7px;
	color: orange;
} 

.customersaypart h5 {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 10px;
	color: brown;
} 
.page-number{width:100%; float:left; position:relative; margin:10px 0;}
.viewmore-page {
    /*border-top: 1px solid #763950;*/
    margin: 5px 0 20px;
    display: block;
    text-align: center;
	width:100%; float:left; position:relative;
}
.viewmore-page a {
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 3px 8px;
    margin: 0 4px 12px 0px;
    display: inline-block;
    color: #fff;
    background: #4b0f80;
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
.customersaypart {
    padding: 20px;
    border: 1px solid #e7e7e7;
    width: 45%;
    margin-right: 10px;
}

}

@media only screen and (max-width: 768px) {
.customersaypart {
    padding: 20px;
    border: 1px solid #e7e7e7;
    width: 100%;
    margin-right: 10px;
	margin-bottom: 10px;
}

}




.formhead {
	background: #532869;
	display: block;
	margin: 0;
	cursor: pointer;
}

/* collapsing-section */
.js .collapsing-section{
    display: none;
}
.collapsing-section p{
	margin: 0;
}




.lasttermscardflex {
	display: flex;
	flex-direction: row;
	padding: 0px;
    margin: 20px 0px;

}

.lastformcardpart1 {
	height: auto;
	width: 2%;
	margin-right: 0px;
}

.lastformcardpart2 {
	height: auto;
	width: 50%;
}

.lasttermscardflex p {
	font-size: 14px;
	color: black;
	font-weight: normal;
	text-align: center;
}

.lasttermscardflex span a {
	font-size: 14px;
	color: #d73790;
	font-weight: 600;
	margin: 0px 0px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.checkcard:hover,
.checkcard:active {
	border: none!important;
	outline: none!important;
}

.paymentlistform {
	padding: 25px 10px;
	background: white;
	height: auto;
	width: 100%;
}

.paymentlistformitems {
	padding-bottom: 12px;
	margin-bottom: 10px;
    position: relative;
    border-bottom: 1px dashed #b5b5b5;
}

.paymentlistformitems h6 {
	font-size: 14px;
	color: black;
	font-weight: normal;
	text-align: left
}

.paymentlistformitems h6 span {
	font-size: 14px;
	color: black;
	font-weight: 600;
	text-align: left;
}

.paymentlistformitems button {
    position: absolute;
    right: 0;
    top: -5px;
    background: #dd576e;
    height: auto;
    width: 12%;
    padding: 8px 5px;
    font-size: 12px;
    color: white;
    text-align: center;
    border-radius: 5px;
    cursor: poniter;
    cursor: pointer;
    border: none;
}


@media only screen and (max-width: 1024px) {
	.paymentlistformitems h6 {
    font-size: 12px;
    color: black;
    font-weight: normal;
    text-align: left;
}
	.paymentlistformitems h6 span {
    font-size: 12px;
    color: black;
    font-weight: 600;
    text-align: left;
}

.paymentlistform {
    padding: 25px 0px;
    background: white;
    height: auto;
    width: 100%;
}

.formhead h2 {
    font-size: 14px;
    color: white;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0px;
}

.paymentlistformitems button {
    position: absolute;
    right: 0;
    top: -5px;
    background: #dd576e;
    height: auto;
    width: 10%;
    padding: 8px 5px;
    font-size: 11px;
    color: white;
    text-align: center;
    border-radius: 5px;
    cursor: poniter;
    cursor: pointer;
    border: none;
}

}

@media only screen and (max-width: 768px) {
.memberdetailsspace {
    margin: auto;
    display: table;
    width: 85%;
}

.memberdetailsform {
    margin: auto;
    display: table;
    width: 85%;
    padding: 25px 0px;
}
.memberdetailsform p {
    font-size: 13px;
    color: brown;
    font-weight: normal;
    margin-bottom: 5px;
}
.memformpart {
    width: 30%;
    margin-right: 5px;
}
.memformpart2 {
    width: 70%;
}
.lastformcardpart1 {
    height: auto;
    width: 5%;
    margin-right: 0px;
}
.lastformcardpart2 {
    height: auto;
    width: 80%;
}

.paymentlistformitems h6 {
    font-size: 11px;
    color: black;
    font-weight: normal;
    text-align: left;
}
.paymentlistformitems h6 span {
    font-size: 11px;
    color: black;
    font-weight: 600;
    text-align: left;
}
.paymentlistformitems button {
    position: absolute;
    right: 0;
    top: 15px;
    background: #dd576e;
    height: auto;
    width: 17%;
    padding: 5px 5px;
    font-size: 10px;
    color: white;
    text-align: center;
    border-radius: 5px;
    cursor: poniter;
    cursor: pointer;
    border: none;
}
.lasttermscardflex {
    display: flex;
    flex-direction: row;
    padding: 0px;
    margin: 10px 0px;
}

}

@media only screen and (max-width: 576px) {
.memberdetailsspace {
    margin: auto;
    display: table;
    width: 100%;
}

.memberdetailsform {
    margin: auto;
    display: table;
    width: 90%;
    padding: 25px 0px;
}
.memberdetailsform p {
    font-size: 13px;
    color: brown;
    font-weight: normal;
    margin-bottom: 5px;
}

.memberdetailsform select {
    padding: 5px 5px;
    width: 100%;
    background: white;
    border: 1px solid #c5c5c5;
    outline: none;
    border-radius: 4px;
    margin-bottom: 2px;
    height: 35px;
    overflow-y: auto;
}
.memberdetailsform input {
    padding: 8px 5px;
    width: 100%;
    background: white;
    border: 1px solid #c5c5c5;
    outline: none;
    border-radius: 4px;
    margin-bottom: 2px;
}
.formhead h2 {
    font-size: 12px;
    color: white;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0px;
}

.memberdetailsbtn button {
    background: #11b711;
    height: auto;
    width: 100%;
    padding: 8px 12px;
    text-align: center;
    box-shadow: 0px 5px 5px 0px green;
    font-size: 13px;
    color: white;
    font-weight: normal;
    border: none;
    outline: none;
}

.lastformcardpart1 {
    height: auto;
    width: 5%;
    margin-right: 0px;
}
.lastformcardpart2 {
    height: auto;
    width: 80%;
}

.paymentlistformitems h6 {
    font-size: 10px;
    color: black;
    font-weight: normal;
    text-align: left;
}
.paymentlistformitems h6 span {
    font-size: 10px;
    color: black;
    font-weight: 600;
    text-align: left;
}
.paymentlistformitems button {
    position: absolute;
    right: 0;
    top: 15px;
    background: #dd576e;
    height: auto;
    width: 17%;
    padding: 5px 5px;
    font-size: 9px;
    color: white;
    text-align: center;
    border-radius: 5px;
    cursor: poniter;
    cursor: pointer;
    border: none;
}
.lasttermscardflex {
    display: flex;
    flex-direction: row;
    padding: 0px;
    margin: 10px 0px;
}

}

@media only screen and (max-width: 375px) {
.memberdetailsform {
    margin: auto;
    display: table;
    width: 95%;
    padding: 25px 0px;
}
.memformpart {
    width: 35%;
    margin-right: 5px;
}
.memformpart2 {
    width: 65%;
}
.lasttermscardflex span a {
    font-size: 14px;
    color: #d73790;
    font-weight: 600;
    margin: 10px 0px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.lastformcardpart2 {
    height: auto;
    width: 90%;
}
.lasttermscardflex {
    display: flex;
    flex-direction: row;
    padding: 0px;
    margin: 5px 0px;
}
.paymentlistformitems h6 {
    font-size: 9px;
    color: black;
    font-weight: normal;
    text-align: left;
}
.paymentlistformitems h6 span {
    font-size: 9px;
    color: black;
    font-weight: 600;
    text-align: left;
}
.paymentlistformitems button {
    position: absolute;
    right: 0;
    top: 14px;
    background: #dd576e;
    height: auto;
    width: 22%;
    padding: 5px 5px;
    font-size: 9px;
    color: white;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}

}


.loginformproduct form {
    margin: 20px 5px;
}
.loginformproduct form label {
    font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: normal;
    color: #0f0f0f;
    font-family: 'Poppins', sans-serif;
}
.loginformproduct form input {
    height: auto;
    width: 100%;
    padding: 12px 7px;
    border-radius: 2px;
    border: none;
    outline: 1px solid #cbcbcb;
    color: #676767;
    margin-bottom: 15px;
    background: white;
    margin-top: 4px;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

.loginformproduct form button {
    background-color: #4b67ef;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 65%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 13px;
    margin: auto;
    display: table;
    border-radius: 5px;
    margin-top: 12px;
    transition: 0.5s;
}

.headdropicon {
    float: right;
    margin-top: 16px;
    padding-right: 7px;
	width: 16px;
}

.headdropicon2 {
    float: right;
    margin-top: 8px;
	width: 2%;
}

.submenuflexcake {
    height: auto;
    width: 100%!important;
    background: #f1f1f1;
    left: 100%;
    position: absolute;
    border: 1px solid #a580c5;
	display: none;
}

.hovercakes:hover .submenucake {
	display: block;
}

.indianumflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.indianumpart {
	height: auto;
    width: 28%;
    margin-right: 10px;
	margin-bottom: 5px;
}

.indianumpart2 {
	height: auto;
	width: 70%;
}


@media only screen and (max-width: 1024px) {
	.indianumpart {
    height: auto;
    width: 25%;
    margin-right: 5px;
    margin-bottom: 0px;
}
.indianumpart2 {
    height: auto;
    width: 73%;
}

}

@media only screen and (max-width: 576px) {
.indianumpart {
    height: auto;
    width: 26%;
    margin-right: 5px;
    margin-bottom: 0px;
}
.indianumpart2 {
    height: auto;
    width: 70%;
}
}





.listcity {
	font-size: 20px;
	color: black;
	font-weight: 500;
	margin: 20px 0px 25px 0px;
	text-align: left;
}

.listcity2 {
	padding-bottom: 5px;
	border-bottom: 1px dashed black;
	height: auto;
	width: 100%;
}

.listcity2 h5 {
	font-size: 18px;
	color: black;
	font-weight: 500;
	text-align: left;
}

.city-list {
	padding: 10px 20px;
}
.city-list li {
	list-style-type: upper-alpha;
	margin: 10px 0px;
}

.city-list li a {
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	color: #333333;
	font-weight: 500;
	text-align: left;
	margin-right: 10px;
}

.city-list li a:hover {
	text-decoration: underline;
	color: red;
}



@media only screen and (max-width: 768px) {

.tabcontent p {
   font-size: 14px;
   line-height: 22px;
   color:#333333;
}
.listcity2 h5 {
    font-size: 17px;
    color: black;
    font-weight: 500;
    text-align: left;
    line-height: 22px;
}

}

@media only screen and (max-width: 576px) {
.listcity {
    font-size: 20px;
    color: black;
    font-weight: 500;
    margin: 20px 0px 20px 0px;
    text-align: left;
}
.listcity2 h5 {
    font-size: 16px;
    color: black;
    font-weight: 500;
    text-align: left;
    line-height: 22px;
}
}

@media only screen and (max-width: 375px) {
.listcity {
    font-size: 20px;
    color: black;
    font-weight: 500;
    margin: 18px 0px 18px 0px;
    text-align: left;
}
.listcity2 h5 {
    font-size: 15px;
    color: black;
    font-weight: 500;
    text-align: left;
    line-height: 22px;
}

}

.discountbanner {
	height: auto;
	width: 100%;
}

.discountbanner img {
	margin: auto;
	display: table;
	height: auto;
	width: 90%;
}

.disbannerrighttext {
	float: right;
	font-size: 13px;
	color: grey;
	font-weight: normal;
	margin: 0px 10px;
	text-align: center;
}

.discountformflex {
	display: flex;
	flex-direction: row;
	padding: 20px 5px;
	border: none;
	outline: 1px solid #e7e7e7;
	box-shadow: 0px 10px 10px 0px #b3b3b3;
	background: #ebf5de;
    border: 1px solid #dae3cf;
	margin: 20px 0px 50px 0px;
	width: 100%;
	flex-wrap: wrap;
}

.discountformpart {
	height: auto;
	width: 42%;
	align-items: center;
	justify-content: center;
	margin: auto;
	display: table;
}

.discountformsmallflex {
	/*display: flex;
	flex-direction: row;
	flex-wrap: wrap;*/
	width: 100%;
    float: left;
}

.discountformsmallpart {
	height: auto;
	width: 70%;
	margin-right: 0px;
}

.discountformsmallpart input {
	height: auto;
	width: 100%;
	padding: 12px 10px;
	border: none;
	outline: 1px solid #20af20;
	color: #d7d7d7;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
}
.discountformsmallflex form input[type=text] {
    width: 65%;
}
.discountformsmallflex form input {
    padding: 8px;
    border: 1px solid #649e05;
    outline: 0;
    font-size: 100%;
    color: #666;
}
.discountformsmallflexform input[type=button], .discountformsmallflex form input[type=submit] {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -5px;
    color: #fff;
}

.discountformsmallpart2 {
	height: auto;
	width: 30%;
	margin-right: 0px;
}

.discountformsmallpart2 button {
	height: auto;
	width: 100%;
	background: #20bb20;
	border: none;
	outline: 1px solid #20af20;
	padding: 12px 5px;
	color: white;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
}

.discountformpart p {
	font-size: 15px;
	font-weight: normal;
	color: #168916;
	margin: 8px 0px 0px 0px;
}

.discountsafeflex {
	display: flex;
	flex-direction: row;
}

.discountsafelogopart {
	height: auto;
	width: 20%;
}

.discountsafelogopart img {
	height: auto;
	width: 80%;
}

.discountsafetextpart {
	height: auto;
	width: 80%;
	padding-top: 15px;
}

.discountsafetextpart p {
	font-size: 16px;
	font-weight: normal;
	color: #5a675a;
	text-align: left;
}

.discountcouponflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.discountcouponpart {
	height: auto;
    width: 32%;
    margin-right: 10px;
    border: none;
    outline: 1px solid #52eb52;
    padding: 25px 20px;
}

.discountcoupontextflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.discountcoupontextpart {
	height: auto;
	width: 68%;
	margin-right: 5px;
}
.discountcoupontextpart h5 {
	height: auto;
    width: 45%;
    padding: 5px 5px;
    text-align: center;
    color: white;
    border-radius: 5px;
    margin-bottom: 22px;
    font-size: 16px;
}


.discountcoupontextpart p {
	font-size: 15px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
	line-height: 18px;
}

.discountcoupontextlogopart {
	height: auto;
	width: 30%;
}

.discountcoupontextlogopart  img {
	height: auto;
	width: 100%;
	margin: auto;
	display: table;
}

.discountcouponpart h6 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #535353;
	margin-top: 25px;
	text-align: left;
	margin-bottom: 0px;
}

.discoupon {
	margin: auto;
    display: table;
    width: 90%;
}

.discounttext {

}

.discounttext p {
    font-size: 15px;
    color: #4b4b4b;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 22px;
}

.discounttext span a {
	font-size: 15px;
	color: green;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 22px;
	cursor: pointer;
}

.discounttext span a:hover {
	text-decoration: underline;
}

.discountsponsorsflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 10px 0px;
}

.discountsponsorspart {
	height: auto;
	width: 10%;
	margin-right: 0px;
}

.discountsponsorspart h3 {
	font-size: 17px;
	color: black;
	font-weight: normal;
	text-align: left;
	margin-top: 10px;
}

.discountsponsorspart2 {
    height: auto;
    width: 17%;
    margin-right: 5px;
}

.discountsponsorspart2 img {
	height: auto;
	width: 100%;
}

@media only screen and (max-width: 1920px) {
	.discountbanner img {
    margin: auto;
    display: table;
    height: auto;
    width: 80%;
}

}

@media only screen and (max-width: 1366px) {
	.discountbanner img {
    margin: auto;
    display: table;
    height: auto;
    width: 90%;
}

}

@media only screen and (max-width: 1024px) {
	.discountbanner img {
    margin: auto;
    display: table;
    height: auto;
    width: 95%;
}

.discountcoupontextpart {
    height: auto;
    width: 65%;
    margin-right: 5px;
}

.discountcoupontextpart h5 {
    height: auto;
    width: 60%;
    padding: 5px 5px;
    text-align: center;
    color: white;
    border-radius: 5px;
    margin-bottom: 22px;
    font-size: 16px;
}
.discountcouponpart h6 {
    font-size: 17px;
    line-height: 20px;
    font-weight: normal;
    color: #535353;
    margin-top: 25px;
    text-align: left;
    margin-bottom: 0px;
}

}

@media only screen and (max-width: 768px) {
.discountformpart {
    height: auto;
    width: 90%;
    align-items: center;
    justify-content: center;
    margin: auto;
    display: table;
	padding-bottom: 10px;
}
.discountcouponpart {
    height: auto;
    width: 100%;
    margin-right: 0px;
    border: none;
    outline: 1px solid #52eb52;
    padding: 25px 20px;
}
.disbannerrighttext {
    float: right;
    font-size: 13px;
    color: grey;
    font-weight: normal;
    margin: 10px 10px;
    text-align: center;
}
.discountcoupontextpart h5 {
    height: auto;
    width: 50%;
    padding: 10px 5px;
    text-align: center;
    color: white;
    border-radius: 5px;
    margin-bottom: 22px;
    font-size: 18px;
}
.discountcoupontextpart p {
    font-size: 16px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    line-height: 18px;
}
.discountcoupontextpart {
    height: auto;
    width: 65%;
    margin-right: 15px;
}
.discountcouponpart h6 {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    color: #535353;
    margin-top: 20px;
    text-align: left;
    margin-bottom: 0px;
}
.discounttext p {
    font-size: 17px;
    color: #4b4b4b;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 22px;
}
.discountsponsorspart {
    height: auto;
    width: 20%;
    margin-right: 0px;
}
.discountsponsorspart h3 {
    font-size: 18px;
    color: black;
    font-weight: normal;
    text-align: left;
    margin-top: 8px;
}
.discountsponsorspart2 {
    height: auto;
    width: 18%;
    margin-right: 5px;
}
.discountsponsorsflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px 0px 20px 0px;
}

}

@media only screen and (max-width: 576px) {
.discountformsmallpart input {
    height: auto;
    width: 100%;
    padding: 10px 10px;
    border: none;
    outline: 1px solid #20af20;
    color: #d7d7d7;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}
.discountformsmallpart2 button {
    height: auto;
    width: 100%;
    background: #20bb20;
    border: none;
    outline: 1px solid #20af20;
    padding: 10px 5px;
    color: white;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.discountbanner img {
    margin: auto;
    display: table;
    height: auto;
    width: 100%;
}
.discountsafetextpart {
    height: auto;
    width: 80%;
    padding-top: 5px;
}
.discountsafetextpart p {
    font-size: 15px;
    font-weight: normal;
    color: #5a675a;
    text-align: left;
}

.discountcoupontextpart {
    height: auto;
    width: 65%;
    margin-right: 0px;
}
.discountcoupontextpart h5 {
    height: auto;
    width: 55%;
    padding: 8px 5px;
    text-align: center;
    color: white;
    border-radius: 5px;
    margin-bottom: 22px;
    font-size: 16px;
}
.discountcoupontextpart p {
    font-size: 14px;
    color: #a5a5a5;
    font-weight: normal;
    text-align: left;
    line-height: 16px;
}
.discountcouponpart h6 {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    color: #535353;
    margin-top: 25px;
    text-align: left;
    margin-bottom: 0px;
}
.discountformpart {
    height: auto;
    width: 90%;
    align-items: center;
    justify-content: center;
    margin: auto;
    display: table;
    padding-bottom: 12px;
}
.discountsponsorspart {
    height: auto;
    width: 30%;
    margin-right: 0px;
}
.discountsponsorspart2 {
    height: auto;
    width: 30%;
    margin-right: 10px;
    margin-bottom: 15px;
}
.discountsponsorspart h3 {
    font-size: 20px;
    color: black;
    font-weight: normal;
    text-align: left;
    margin-top: 8px;
}
.discountsponsorsflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -10px 0px 20px 0px;
}
.discoupon {
    margin: auto;
    display: table;
    width: 100%;
}

.city-list {
    padding: 0px 10px;
}

}

@media only screen and (max-width: 375px) {
.discountformsmallpart input {
    height: auto;
    width: 100%;
    padding: 8px 10px;
    border: none;
    outline: 1px solid #20af20;
    color: #d7d7d7;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
.discountformsmallpart2 button {
    height: auto;
    width: 100%;
    background: #20bb20;
    border: none;
    outline: 1px solid #20af20;
    padding: 8px 5px;
    color: white;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.discountformpart p {
    font-size: 14px;
    font-weight: normal;
    color: #168916;
    margin: 5px 0px 0px 0px;
    line-height: 18px;
}
.discountcoupontextpart h5 {
    height: auto;
    width: 70%;
    padding: 6px 2px;
    text-align: center;
    color: white;
    border-radius: 5px;
    margin-bottom: 22px;
    font-size: 14px;
}
.discountcouponpart h6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #535353;
    margin-top: 25px;
    text-align: left;
    margin-bottom: 0px;
}
.discountcouponpart {
    height: auto;
    width: 100%;
    margin-right: 0px;
    border: none;
    outline: 1px solid #52eb52;
    padding: 25px 15px;
}
.discounttext p {
    font-size: 14px;
    color: #4b4b4b;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 20px;
}
.discountsponsorspart h3 {
    font-size: 16px;
    color: black;
    font-weight: normal;
    text-align: left;
    margin-top: 8px;
}
.discountsponsorspart2 {
    height: auto;
    width: 30%;
    margin-right: 8px;
    margin-bottom: 15px;
}
.discountsponsorsflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -15px 0px 15px 0px;
}

}

.temsconmodalhead {
	font-size: 17px;
    margin: 20px 0px;
    text-align: center;
    font-weight: bold;
    color: #df2222;
}

.temsconmodaltext {
	font-size: 13px;
	margin: 10px 0px;
	text-align: left;
	font-weight: normal;
	color: black;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d7d7d7;
}

.messageforcon {
    font-size: 15px!important;
    color: #0a9b0a!important;
	cursor: pointer;
	text-decoration: none;
}

.messageforcon:hover {
	text-decoration: underline;
}

.contacthead {
	margin: auto;
	display: table;
	width: 70%;
	padding: 5px 5px;
	background: #ffffba;
}
.contacthead h2 {
	font-size: 18px;
    color: #000000;
	font-weight: normal;
	margin: 0px;
	text-align: center;
}

.contactformflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 70%;
    border: 1px solid #CCCCCC;
}
.contactformpart {
	height: auto;
	width: 70%;
	margin: 0px;
	padding: 20px 10px;
	border-right: 1px solid #757575;
}

.contactform p {
	font-size: 14px;
    color: #2b2b2b;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    margin-top: 8px;
}
.conformflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.conformpart {
	height: auto;
	width: 49%;
	margin-right: 5px;
}

.contactformpart select {
	padding: 10px 5px;
    width: 100%;
    background: white;
    border: 1px solid #c5c5c5;
    outline: none;
    border-radius: 0px;
    margin-bottom: 2px;
}

.contactformpart input {
	padding: 10px 5px;
    width: 100%;
    background: white;
    border: 1px solid #c5c5c5;
    outline: none;
    border-radius: 0px;
    margin-bottom: 2px;
}

.contactformpart textarea {
	padding: 40px 5px;
    width: 100%;
    background: white;
    border: 1px solid #c5c5c5;
    outline: none;
    border-radius: 0px;
    margin-bottom: 2px;
}


.contactform_new_captcha {
    height: 36px!important;
    border: none!important;
    border-bottom-color: #FFFFFF!important;
    text-align: center;
    font-size: 19px!important;
    padding: 0;
    background-image: url('https://www.indiaonlineflorists.com/captcha_bg2.jpg')!important;
    padding: 0!important;
    margin-top: 0!important;
}

.contactmap {
	margin: auto;
	display: table;
	width: 70%;
	padding: 0px;
}

.contactmap iframe {
	margin: 40px 0px;
	border-radius: 0px;
	height: 100vh;
	width: 100%!important;
}

.conformbutton {
  height: auto;
  width: 20%;
  float: right;
  padding: 8px 2px;
  background:#582986;
  border-radius: 5px;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: normal;
  border: none;
  outline: none;
}

.contactformpartright {
	width: 30%;
	padding: 30px 0px;
}

.contactformright h2 {
    font-size: 17px;
    color: #5f5f5f;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}
.contactformright p {
    font-size: 12px;
    color: #777777;
    font-weight: normal;
    text-align: center;
    margin-bottom: 100px;
    line-height: 17px;
}

.contactformright h6 {
    font-size: 14px;
    color: #5f5f5f;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}
@media only screen and (min-width:1921px) and (max-width:2500px) {
.middle-banner ul li{
   width:49%;
  float:left;
  margin-left:.5%;
  margin-right:.5%;
  position:relative;
} 
.seeallwithdelivery p {
  font-size: 17px;
  }
.heading-border.section-title {
  margin: 0px -2rem 0rem;
  line-height: 1.3;
  /*font-family: 'Ubuntu Condensed', sans-serif;*/
  /*font-family: 'britannic', sans-serif;*/
  /*font-family: 'Yeseva One', cursive;*/
  font-family:'Yeseva One';
  font-size: 45px;
  font-weight: 700;
  color: #532869 !important;
}
.giftproductrow-main .giftproductimage {
  height: 525px;
}
.breadcumb-right-last {
  width: 15%;
  float: right;
  position: relative;
/*  margin-top: 6px;
  margin-bottom: 8px;
  line-height: 60px;
  margin-right: 5px;*/
  margin-left: 8px;
  top: 0px;
  /*right: 12px;*/
}
.headingcat {
  float: left;
  }
.headerbtn2 {
  display: none;
}
.headerrighttext .headerrightlisting2 li {
  display: inline-block;
  padding-left: 0;
  width:19.2%;
  margin: auto;
  text-align: center;
}
.headerrightlisting2 li a {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #674995;
  text-align: left;
  list-style: none;
  margin-right: 0px;
  cursor: pointer;
  padding: 0;
}
.headerrightlisting2 li a img {
  height: auto;
  width: 30%;
  text-align: center;
  margin: auto;
}
.headerrightlisting2 li span {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 4px;
  font-size: 13px;
  font-weight:bold;
}
.headerrighttext {
  float: right;
  padding-top: 5px;
  width:25%;
}
.headerinput {
		height: auto;
		width: 45%;
		padding: 11px 12px;
		color: #333;
		background: white;
		border-radius: 5px;
		border: 1px  solid #c9c7c7;
		box-shadow: 0px 0px 10px 0px #e1e1e1;
		margin-right: 10px;
		font-size: 12px;
		font-family: 'Poppins', sans-serif;
		font-weight:600;
	}
.headerrighttext .headerrightlisting2 {
  margin-top: 18px;
  text-align: right;
}	
.headerbtn {
  width: 160px;
  padding: 0;
  padding-left: 0px;
  padding-left: 0;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: 0 0 10px 0 #e7e7e7;
  color: #443088;
  font-size: 13px;
  text-align: left;
  font-weight: 500;
  cursor: pointer;
  transition: .5s all;
  height: 38px;
  padding-left: 38px;
  border: 1px solid #c4bcd6;
  background: #ebe9ed url(https://www.prettypetals.in/siteimages/picup-icon.png) no-repeat 10px center;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}
}

@media only screen and (min-width:1601px) and (max-width: 1920px) {
.bannerrow {margin: 0px 0 -6px 0;}
.popularrow {
  margin-bottom: -4px;
}
.middle-banner {
  margin: 30px 0 -5px 0;
}
.giftproductrow2 {
  margin-bottom: -7px;
}
.middle-banner ul li{
   width:49%;
  float:left;
  margin-left:.5%;
  margin-right:.5%;
  position:relative;
} 
#livesearch, #livesearch-fix, #livesearch-fixcity {
  position: absolute;
  width: 422px;
  z-index: 999999;
  background: rgb(255, 255, 255);
  text-align: left;
  font: normal 13px Arial;
  color: #666666;
  margin: 0 0 0 9.1%;
}
.seeallwithdelivery2 p {
  margin-top: -12px;
  }
.breadcumb-right-last {
  width: 15%;
  float: right;
  position: relative;
  margin-top:30px;
  /*margin-bottom: 8px;
  line-height: 60px;
  margin-right:5px;
  top:40px;
  right: -28px;*/
  margin-left: 8px;
}
.seeallwithdelivery {
  position:relative;
  margin-top:15px;
  }
.seeallwithdelivery p {
  margin-top:-12px;
  }
.seeallwithdelivery p {
  margin-top:-10px;
  }  
.seeallwithdelivery2 {
  padding:5px 20px 5px 20px;
}
.combosrow {
  margin-bottom:2px;
}
.bredcrumb {
	padding:20px 25px 12px;
	background: none;
}

.bredcrumb h6 {
	font-size: 13px;
	color: brown;
	font-weight: normal!important;
	text-align: left;
	font-family: 'Poppins', sans-serif !important;
}

.bredcrumb a {
	transition: 0.5s all;
	cursor: pointer;
	color:#333333;
	text-decoration: none;
	font-family: 'Poppins', sans-serif !important;
	font-size:16px;
}

.bredcrumb a:hover {
	color: #666666;
}
.bredcrumb {
    padding: 30px 27px 20px !important;
    background: none;
}
.review-btn-red { margin:20px auto;}
.giftproductrow-index .giftproductimage-index {
height:490px;
width:95%;
  }
.giftproductrow-main .giftproductimage {
  /*height:450px;*/
  height:545px;
}  
.product-box-height{height:545px;}
}
@media only screen and (max-width: 1920px) {
.contacthead {
    margin: auto;
    display: table;
    width: 60%;
    padding: 5px 5px;
    background: #ffffba;
}

}

@media only screen and (max-width: 1599px) {

.contacthead {
    margin: auto;
    display: table;
    width: 70%;
    padding: 5px 5px;
    background: #d9dadb;
}

}

@media only screen and (max-width: 1024px) {
.product-box-height {
  height: 310px;
}
.giftproductrow-main .giftproductimage{
  height:305px;
}
.conformpart {
    height: auto;
    width: 48%;
    margin-right: 9px;
}
.contactform p {
    font-size: 12px!important;
    color: #2b2b2b;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    margin-top: 8px;
    line-height: 14px;
}
.contactformright h2 {
    font-size: 15px;
    color: #5f5f5f;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}
.contactformright p {
    font-size: 11px;
    color: #777777;
    font-weight: normal;
    text-align: center;
    margin-bottom: 100px;
    line-height: 15px;
}
.contactformright h6 {
    font-size: 13px;
    color: #5f5f5f;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}
.contactform_new_captcha {
    height: 50px!important;
    border: none!important;
    border-bottom-color: #FFFFFF!important;
    text-align: center;
    font-size: 20px!important;
    padding: 0;
    background-image: url(https://www.indiaonlineflorists.com/captcha_bg2.jpg)!important;
    padding: 0!important;
    margin-top: 0!important;
}
}

@media only screen and (max-width: 768px) {
.contactformflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 92%;
    border: 1px solid #CCCCCC;
}
.contacthead {
    margin: auto;
    display: table;
    width: 92%;
    padding: 5px 5px;
    background: #d9dadb;
}
.conformpart {
    height: auto;
    width: 48%;
    margin-right: 5px;
}
.contactform_new_captcha {
    height: 50px!important;
    border: none!important;
    border-bottom-color: #FFFFFF!important;
    text-align: center;
    font-size: 20px!important;
    padding: 0;
    background-image: url(https://www.indiaonlineflorists.com/captcha_bg2.jpg)!important;
    padding: 0!important;
    margin-top: 0!important;
}
.conformbutton {
    height: auto;
    width: 25%;
    float: right;
    padding: 5px 2px;
    background: #cd255c;
    border-radius: 5px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: normal;
    border: none;
    outline: none;
}
.contactmap {
    margin: auto;
    display: table;
    width: 92%;
    padding: 0px;
}
.contactformpart {
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 20px 0px;
    border-right: 0px solid #535353;
}
.contactformpartright {
    width: 100%;
    padding: 30px 0px 15px 0px;
    border-top: 1px solid #545454;
}
.contactformright p {
    font-size: 11px;
    color: #777777;
    font-weight: normal;
    text-align: center;
    margin-bottom: 25px;
    line-height: 15px;
}
}

@media only screen and (max-width: 375px) {
.contactformflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 95%;
    border: 1px solid #CCCCCC;
}
.contacthead {
    margin: auto;
    display: table;
    width: 95%;
    padding: 5px 5px;
    background: #d9dadb;
}
.conformpart {
    height: auto;
    width: 100%;
    margin-right: 0px;
}
.contactform_new_captcha {
    height: 40px!important;
    border: none!important;
    border-bottom-color: #FFFFFF!important;
    text-align: center;
    font-size: 20px!important;
    padding: 0;
    background-image: url(https://www.indiaonlineflorists.com/captcha_bg2.jpg)!important;
    padding: 0!important;
    margin-top: 0!important;
}
.conformbutton {
    height: auto;
    width: 25%;
    float: right;
    padding: 5px 2px;
    background: #cd255c;
    border-radius: 5px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: normal;
    border: none;
    outline: none;
}
.contactmap {
    margin: auto;
    display: table;
    width: 95%;
    padding: 0px;
}
.contactformpart {
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 15px 0px;
    border-right: 0px solid #535353;
}
.contactformpartright {
    width: 100%;
    padding: 20px 0px 5px 0px;
    border-top: 1px solid #545454;
}
.contactformright p {
    font-size: 11px;
    color: #777777;
    font-weight: normal;
    text-align: center;
    margin-bottom: 25px;
    line-height: 15px;
}
.contactform p {
    font-size: 12px!important;
    color: #2b2b2b;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    margin-top: 6px;
    line-height: 13px;
}
.contacthead h2 {
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    margin: 0px;
    text-align: center;
}
.contactmap iframe {
    margin: 30px 0px;
    border-radius: 0px;
    height: 100vh;
    width: 100%!important;
}
}

.simproducthead {
  margin: 30px 1.8% 12px 1.8%;
  width: 96.4%;
  float: left;
}

.simproducthead h2 {
	/*font-family: 'Ubuntu Condensed', sans-serif;*/
    font-size: 30px;
    font-weight: 700;
    color: #b12b47!important;
    text-align: left;
	font-style:normal;
}




.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
}

nav {
    width: 100%;
    height: auto;
    background: #292f36;
    postion: fixed;
    z-index: 10;
}

nav div {
    color: white;
    background: #f9f9f9;
    font-size: 2rem;
    line-height: 20px;
}
.visible-title {
    visibility: visible;
}

nav ul {
    list-style-type: none;
    margin: auto;
    padding-left: 0;
    text-align: center;
    max-width: 100%;
}

nav ul li a {
    text-decoration: none; 
    color: #a9abae;
}

.cart-button-containerLeft, .cart-button-containerRight {
  width:50%;
  padding:5px 0;
  text-align:right;
}
.back-view {
  display: inline-block;
  padding: 8px 23px;
  font-size: 16px;
  font-style:normal;
  background: #888787;
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}
.add_to_shopcart {
  display: inline-block;
  padding: 8px 23px;
  font-size: 16px;
  font-style:normal;
  background:#442255;
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}

.cartbtnconleft:hover {
	background: #595959;	
}

.cartbtnconleft a {
	color: white!important;
	font-size: 14px;
	font-weight: 600;
}

.cartbtnconleft:hover a {
	color: yellow;	
}

.cartbtnconright {
	height: auto;
    width: 25%;
    text-align: center;
    background: #dd5555;
    padding: 8px 0px;
    border-radius: 2px;
    margin-right: 15px;
    position: absolute;
    right: 0;
	cursor: pointer;
	transition: 0.5s all;
}

.cartbtnconright:hover {
	background: #c13e3e;	
}

.cartbtnconright a {
	color: white!important;
	font-size: 14px;
	font-weight: 600;
}


.thankyoutable {
	margin: auto;
	display: table;
	width: 80%;
	padding: 20px 0px;
}

.thankyoutable h2 {
    font-size: 20px;
    color: green;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.thankyoubtn {
    margin: auto;
    display: table;
    height: auto;
    width: 15%;
    padding: 8px 0px;
    text-align: center;
    background: brown;
    font-size: 14px;
    color: white;
    font-weight: normal;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.5s all;
	font-style: italic;
}

.thankyoubtn:hover {
	background: grey;
	color: black;
}


@media only screen and (max-width: 1024px) {
	.thankyoutable h2 {
    font-size: 18px;
    color: green;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

}

@media only screen and (max-width: 768px) {
	.thankyoutable h2 {
    font-size: 15px;
    color: green;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
}
.thankyoubtn {
    margin: auto;
    display: table;
    height: auto;
    width: 25%;
    padding: 8px 0px;
    text-align: center;
    background: brown;
    font-size: 12px;
    color: white;
    font-weight: normal;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.5s all;
    font-style: italic;
}

}

@media only screen and (max-width: 576px) {
.thankyoutable h2 {
    font-size: 14px;
    color: green;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.thankyoubtn {
    margin: auto;
    display: table;
    height: auto;
    width: 35%;
    padding: 8px 0px;
    text-align: center;
    background: brown;
    font-size: 10px;
    color: white;
    font-weight: normal;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.5s all;
    font-style: italic;
}

}

@media only screen and (max-width: 375px) {
.thankyoutable {
    margin: auto;
    display: table;
    width: 90%;
    padding: 18px 0px;
}
.thankyoutable h2 {
    font-size: 12px;
    color: green;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.thankyoubtn {
    margin: auto;
    display: table;
    height: auto;
    width: 35%;
    padding: 8px 0px;
    text-align: center;
    background: brown;
    font-size: 10px;
    color: white;
    font-weight: normal;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.5s all;
    font-style: italic;
}

}

.changebox {
    padding: 5px 4px;
    background: #5bbb3b;
    border-radius: 0px;
    color: white;
    text-align: center;
    margin-left: -4px;
    font-size: 16px;
}

.changebox2 {
	padding: 5px 4px;
    background: #b74343;
    border-radius: 0px;
	color: white;
	text-align: center;
	font-size: 16px;
}

.changeip {
	width: 50%;
    height: auto;
    padding: 3px 5px;
}

.dontknowtext h5 {
	font-size: 17px;
	color: brown;
	font-weight: normal;
	text-align: left;
	cursor: pointer;
}

.dontknowtext span {
	font-size: 18px;
	color: brown;
	font-weight: normal;
	text-align: left;
	cursor: pointer;
	text-decoration: underline;
}



.modalone {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentone {
  background-color: #fefefe;
  margin: auto;
  padding: 25px;
  border: 1px solid #888;
  width: 45%;
  height: 400px
}

/* The Close Button */
.closeone {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeone:hover,
.closeone:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.dontknowmodalhead {
	padding: 10px 0px;
	margin-bottom: 15px;
	margin-bottom: 5px;
}

.dontknowmodalhead h6 {
	text-align: center;
	color: black;
	font-size: 18px;
	font-weight: normal;
}

.dontknowmodalbody input {
	padding: 12px 8px;
    outline: none;
    border-radius: 4px;
    height: auto;
    width: 100%;
    font-size: 14px;
    color: #878787;
    border: 1px solid #898989;
}

.dontknowmodalbody button {
	padding: 12px 8px;
    outline: none;
    border-radius: 4px;
    height: auto;
    width: 100%;
    font-size: 16px;
    color: white;
    border: none;
	margin: 12px 0px;
	background: #a32a3f;
	text-align: center;
	cursor: pointer;
}





.modaltwo {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-contenttwo {
  background-color: #fefefe;
  margin: auto;
  padding: 25px;
  border: 1px solid #888;
  width: 75%;
  height: auto;
}

/* The Close Button */
.closetwo {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closetwo:hover,
.closetwo:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.addcartbtn {
	margin-top:10px;
	text-align: left;
    margin-left:0px;
}



.dropdowntopheader {
    display: none;
    margin-right: 10px;
    position: absolute;
    right: 15px;
    top: 5px;
}

.dropdowntopheader span {	
    font-size: 13px;
    color: #390f61;
    margin-right: 4px;

}
.dropdowntopheader span img{ width:18px;
}
.dropdown-contenttopheader {
  display: none;
  position: absolute;
  background-color: #ffefef;
  min-width:140px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 8px 8px;
  z-index: 1;
  border: 1px solid #634580;
  left:-76px;
}

.dropdown-contenttopheader p {
	font-size: 13px;
	line-height: 20px;
	color: #552f7a;
	margin-bottom:4px;
}

.dropdowntopheader:hover .dropdown-contenttopheader {
  display: block;
}

.hometopheader {
	display: none;
}





.sub-menu-2, .sub-menu-4, .sub-menu-5, .sub-menu-6 {display: none; /*	top: 160px;*/ position: relative; }

.hover-me:hover .sub-menu-2 {position: absolute; display: block; margin-top: -22px; /* margin-left: 232px; */ background: #f9f9f9; right: 34%; height: auto; 
	width: 10%; padding: 10px; border: 1px solid #ccc; border-radius: 6px; }



.hover-me:hover .sub-menu-4 {position: absolute; display: block; margin-top: -32px; /* margin-left: 232px; */ background: #f9f9f9; right: 27%; height: auto; 
	width: 10%; padding: 10px; border: 1px solid #ccc; border-radius: 6px; }



.hover-me:hover .sub-menu-5 {position: absolute; display: block; margin-top: -8px; /* margin-left: 232px; */ background: #f9f9f9; right: 6.8%; height: auto; 
	width: 10%; padding: 10px; border: 1px solid #ccc; border-radius: 6px; }

.hover-me:hover .sub-menu-6 {position: absolute; display: block; margin-top: -22px; /* margin-left: 232px; */ background: #f9f9f9; right: 73%; height: auto; 
	width: 10%; padding: 10px; border: 1px solid #ccc; border-radius: 6px; }


.sub-menu-3 {
  display: block;
  /*top: 160px;*/
  position: relative;
  padding-left:20px;
  margin-bottom: -20px;
}
.hover-me2:hover .sub-menu-3 {
position: absolute;
    display: block;
    margin-top: -30px;
    /* margin-left: 232px; */
    background: #e6daeb;
    left: 95%;
    height: auto;
    width: 100%;
    padding: 10px;
	
}
.hover-me2:focus-within .sub-menu-3 {
position: absolute;
    display: block;
    margin-top: -30px;
    /* margin-left: 232px; */
    background: #e6daeb;
    left: 92%;
    height: auto;
    width: 100%;
    padding: 10px;
	
}

.submenu li {
	width: 100%!important;
    border-right: 0px solid grey!important;
    border-bottom: 0px solid #dbdbdb!important;
/*    padding: 0px 5px!important;*/
}
.submenu li:last-child {
	border-bottom: 0px solid #dbdbdb!important;
}

.submenu li a {
	color: #333333!important;
	transition: 0.5s all!important;
}

.submenu li a{
	background: #f9f9f9 !important;
}
.submenu li{
	background: #f9f9f9 !important;
}

.submenu li a:hover {
	background: #fff !important;
	color:#333 !important;
}
.submenu li:hover {
	background: #fff!important;
}
.shopping-bredcrumb{ width:100%; float:left; position:relative; margin:-8px 0 8px 0;
}
/*.shopping-center{text-align:center;}*/
@media only screen and (max-width: 768px) {
.shopping-bredcrumb {
  width: 98%;
  float: left;
  position: relative;
  margin: -15px 0 5px 0;
}
/*.shopping-center{text-align:left;}*/
.addcartbtn {
  margin-top: 5px;
  text-align: center;
  margin-left: 5px;
}
nav ul {
  margin-top: 30px;
}
.sub-menu-2 {
	top:0px;
    position:relative;
}
.hover-me:hover .sub-menu-2 {
    position: relative;
    display: block;
    margin-top: -30px;
    /* margin-left: 232px; */
    background: #e6daeb;
    left: 0%;
    height: auto;
    width: 100%;
    padding: 0px;
}
.submenu li {
	width: 100%!important;
    border-right: 0px solid grey!important;
    border-bottom: 0px solid #dbdbdb!important;
    padding: 0px 5px!important;
}

.hover-me:active .sub-menu-2, {
    position: revert;
    display: none;
    margin-top: -30px;
    /* margin-left: 232px; */
    background: #e6daeb;
    left: 0%;
    height: auto;
    width: 100%;
    padding: 0px;
}

}



@media only screen and (max-width: 576px) {

#customers td, #customers th {
  height:24px;
  border-bottom:1px solid #CCCCCC;
  font-size:13px;
  font-weight:600;
  }
.carttableresrowtwo {
	display: inline-grid;
    width:100%;
    float: right;
}
.shopping-cart td img {
  margin: 0;
}
.carttableresrowone {
    display: inline-grid;
    width: 30%;
    position: absolute;
}

.carttablewhole {
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
	height: auto;
}

.carttableresrowone th {
	padding-top: 26px!important;
}

}


@media only screen and (max-width: 375px) {
.carttableresrowone th {
    padding-top: 15px!important;
}
.carttableresrowone th {
    padding-top: 15px!important;
}
#customers img {
    height: auto;
    width: 15%;
    float: left;
}
.carttablewhole {
    background: #f7f7f7;
    border: 1px solid #e1e1e1;
	height: auto;
}
.changeip {
    width: 20%;
    height: auto;
    padding: 1px 5px;
    border: 1px solid #6d6d6d;
}
.changebox {
    padding: 3px 5px;
    background: #5bbb3b;
    border-radius: 0px;
    color: white;
    text-align: center;
    margin-left: -4px;
    font-size: 12px;
}

}


#cardccrodianhide {
	padding-top: 0rem!important;
}

#paymentmethodccrodianhide {
	padding-top: 0rem!important;
}

.btn-green {
	background: #523471!important;
    color: white!important;
    box-shadow: 0px 4px 4px 0px #a3a3a3!important;
	margin:20px 0 15px 0;
   /* border-bottom: 3px solid #55ff55!important;
    border-right: 3px solid #55ff55!important;*/
}

.btn-green:hover {
	border:none!important;
	outline: none!important;
}

.choosebuttonspace {
    position: absolute;
    right: 10px;
    top: -25px;
    width: 15%;
    display: flex;
    flex-direction: row;
}

.choosebtn {
    height: auto;
    width: 25%;
    margin: 0px 10px;
    padding: 5px;
    border-radius: 10px;
    background: #dfdfdf;
    position: relative;
}

.choosebtn img {
	height: auto;
	width: 100%;
	margin: auto;
	display: table;
}

.choosebtnsub {
	display: none;
}

.choosebtn:hover .choosebtnsub {
    display: block;
    position: absolute;
    right: 5%;
    margin-top: -1px;
    background: #ffdcdc;
    border: none;
    min-width: 250px;
	z-index: 999999;
}

.choosebtnsub li {
    text-align: left;
    border-bottom: 1px solid white;
    font-weight: 600;
    padding: 5px;
	list-style: none;
	transition: 0.3s all;
}
.choosebtnsub li a {
	font-size: 13px;
    color: red;
	font-family: 'Poppins', sans-serif;
}

.choosebtnsub li:hover {
	background: #afa364; 
}

.choosebtnsub li:hover a {
	color: white!important;
}

.sub2-menu-2 {
	display: none;
}
.hover-me2:hover .sub2-menu-2 {
position: absolute;
    display: block;
    margin-top: -30px;
    /* margin-left: 232px; */
    background: #ffdcdc;
    right: 98%;
    height: auto;
    width: 100%;
    padding: 0px;
	
}
.hover-me2:focus-within .sub2-menu-2 {
position: absolute;
    display: block;
    margin-top: -30px;
    /* margin-left: 232px; */
    background: #ffdcdc;
    right: 98%;
    height: auto;
    width: 100%;
    padding: 0px;
	
}

.hover-me2 img {
    float: right;
    height: auto;
    width: 6%;
    margin-right: 5px;
    margin-top: 2px;
}

.valenpopdrop {
	height: auto;
    width: 95%;
    border: 2px solid #e7e7e7;
    outline: 1px solid #cfcfcf;
    padding: 8px 5px;
    border-radius: 4px;
	font-size: 13px;
}

.valentinescatbanner {
    padding: 20px 0px;
    background: #ffdfdf;
}
.valentinescatbanner h1 {
	text-align: center;
	color: #2f2f2f;
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 30px;
}

.valenbannercatrow {
	display: flex;
	flex-direction: row;
	padding: 10px 20px;
}
.valenbannercatpart {
	height: auto;
	width: 20%;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 4px solid white;
	box-shadow: 0px 0px 10px 0px #d7d7d7;
	position: relative;
	transition: 0.5s all;
}

.valenbannercatpart:hover img {
	opacity: 0.7;
}
.valenbannercatpart:hover .valenbannercatoverlay {
	background: white;
}

.valenbannercatpart img {
	height: auto;
	width: 100%;
}
.valenbannercatoverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
    padding: 10px 0px;
    background: #ffffffde;
	transition: 0.5s all;
}

.valenbannercatoverlay h3 {
    font-size: 16px;
    color: #333333;
    text-align: center;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px;
}



.carousel-item > div {
  float: left;
}
.carousel-by-item [class*="cloneditem-"] {
  display: none;
}

.valencategories {
	border: 4px solid white;
    box-shadow: 0px 0px 10px 0px #bababa;
    cursor: pointer;
    transition: 0.5s all;
    position: relative;
    margin-right: 5px;
}

.valencategories img {
	height: auto;
	width: 100%;
}

.valencategoriesoverlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0px;
	background: #ffffffcf;
	transition: 0.5s all;
}

.valencategoriesoverlay h3 {
	text-align: center;
    color: brown;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0px!important;
}

.valencategories:hover {
	opacity: 0.7;
}

.valencategories:hover .valencategoriesoverlay {
	background: white;
}



#menuhead    
{    
    position: absolute;    
    top: 10 px;    
    left: 101 px;    
    z - index: 50;    
}  

.menuOff     
{    
    display: none;    
}    
    
.menuOn    
{    
    display: block;    
}  

.dropbtn:active {
	border: none!important;
	outline: none!important;
}



.enhanced #clickmenu {
	max-height: 0;
	overflow: hidden;
}
.enhanced #clickmenu.open {
	width: auto;
}
.memberdetailsbtn2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 170px;
}

.memberdetailsbtn2small {
  height: auto;
  width: 100%;
  margin: 10px;
  padding: 10px;
  border: 5px solid #fff;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background:#7e0f86;
  min-width: 170px;
}
/*#livesearch, #livesearch-fix, #livesearch-fixcity {
  position: absolute;
  width: 365px;
  z-index: 999999;
  background: rgb(255, 255, 255);
  text-align: left;
  font: normal 13px Arial;
  color: #666666;
  margin: 0 0 0 5.6%;
  
}*/
.abc {
  max-height: 353px;
  /* overflow-y: scroll; */
}
.abc::after, .abc::before {
  content: '';
}
#livesearch a, #livesearch-fix a, #livesearch-fixcity a {
  color: #666666;
  text-decoration: none;
  padding: 5px 2px 5px 30px;
  display: block;
  border-bottom: 1px dashed #cccccc;
  background-image: url(https://www.indiaonlineflorists.com/siteimages/search-icon-blk.png);
  background-position: left;
  background-repeat: no-repeat;
}
.rakhi-banner-container{ width:100%; float:left; position:relative;}
/*#occmenu-rakhi-one{background:url(https://www.indiaonlineflorists.com/preetypetals/siteimages/only-rakhi-bg.jpg) no-repeat; background-size:100% 100%; height:180px;}
#occmenu-rakhi-two{background:url(https://www.indiaonlineflorists.com/preetypetals/siteimages/rakhi-india-bg.jpg) no-repeat; background-size:100% 100%; height:180px;}
#occmenu-rakhi-three{background:url(https://www.indiaonlineflorists.com/preetypetals/siteimages/rakhi-world-bg.jpg) no-repeat; background-size:100% 100%; height:180px;}
#occmenu-rakhi-four{background:url(https://www.indiaonlineflorists.com/preetypetals/siteimages/rakhi-sister-bg.jpg) no-repeat; background-size:100% 100%; height:180px;}*/
/*.occmenu-ddcontainer{display:inline-block;float:left; width:100%; padding-bottom:18px; background:#fcf0c3; margin-left:25%;margin-right:8%}*/
#diwali-menu-container,
#rakhi-menu-container{
 position:absolute;
 margin-top:10px;
 width: 100%;
}
#valentine-menu-container,
#mother-menu-container {
 position:relative;
 margin-top:10px;
 width: 100%;
}
#diwali-menu-container img,
#valentine-menu-container img,
#rakhi-menu-container img,
#mother-menu-container img {
 width:100%;
 min-height:120px
}
#diwali-menu-container section,
#rakhi-menu-container section
{
 position:absolute;
 width:100%
}
#valentine-menu-container section,
#mother-menu-container section 
{
 position:absolute;
 width:100%
}
#diwali-menu-container section i,
#valentine-menu-container section i,
#rakhi-menu-container i {
 display:block;
 visibility:visible
}
#rakhi-menu-container h1 {
 margin:5px 0;
 padding:0;
 display:inline-block;
 font-weight:400;
 font-size:inherit
}
#rakhi-menu-container section h1.occmenu-hdng {
 padding:5px 0
}
#rakhi-menu-container section i,
#rakhi-menu-container section h1 {
 color:#2a1e5a;
}
#rakhi-menu-container section {
 text-align:center;
 width: 75%;
margin-left: 24.8%;
}
#valentine-menu-container section {
 background-color:rgba(147,9,16,.5)
}
#valentine-menu-container section h1,
#mother-menu-container section h1,
#mother-menu-container section h2 {
 margin:0;
 padding:10px 0 0;
 font-weight:400;
 font-style:normal
}
#mother-menu-container section h1,
#mother-menu-container section h2 {
 color:#c00
}
#mother-menu-container section i {
 color:#333
}
#mother-menu-container section h1 {
 padding:1% 0
}
#mother-menu-container a {
 color:#900
}
#mother-menu-container img {
 width:100%;
 min-height:170px
}
.occmenu-hdng {
 font-size:20px;
 display:block;
 clear:both;
 text-align:center;
 font-style:normal;
 padding:5px 0;
 color:#ff0
}
.occmenu-subhdng {
 font-size:14px;
 font-weight:700;
 display:block;
 clear:both;
 text-align:center;
 font-style:normal;
 padding:5px 0;
 color:#000
}
.occmenu-ddcontainer {
 display:inline-block;
 float:left;
 margin-left:25%;
/* width: 75%;*/
}
.occmenu-ddcontainer-rakhi {
 display:inline-block;
 float:left;
 margin-left:0;
 width:100%;
}
.occmenu-singlecontainer {
 display:inline-block;
 float:left;
 margin-left:10%;
 width:90%;
 margin-top:10px
}
.occmenu-singlecontainer a {
 width:23%;
 padding:4px 0;
 float:left;
 color:#fff;
 padding-left:font-weight:bold;
 font-size:13px;
 text-decoration:none;
 transition:.3s;
 white-space:nowrap
}
.occmenu-singlecontainer a:hover {
 text-decoration:underline;
 color:#ff0
}
.occmenu-singlecontainer a h2 {
 margin:0;
 padding:0;
 font-style:normal;
 font-weight:600;
 font-size:15px
}
.occmenu-btn {
 background-color:#941829;
 color:#fff;
 padding:8px;
 font-size:13px;
 border:none;
}
.occmenu-down {
 position:relative;
 display:inline-block;
}

.occmenu-singlecontainer{/*display:inline-block;float:left;margin-left:10%;width:90%;margin-top:10px*/
float: left;
margin-left: 2%;
margin-top: 10px;
}.occmenu-singlecontainer a{width:23%;padding:4px 0;float:left;color:#fff; padding-left: font-weight:bold; font-size:13px;text-decoration:none;transition:.3s;white-space:nowrap}.occmenu-singlecontainer a:hover{text-decoration:underline;color:#FF0}.occmenu-singlecontainer a h2{margin:0;padding:0;font-style:normal;font-weight:600;font-size:15px}
/*.occmenu-btn{background-color:#da2657;color:#fff;padding:8px;font-size:14px; font-weight:600; border:none;width: 100%; border-radius:5px 5px 0 0;}*/
.occmenu-btn img {
  display: block;
  max-width: 100%;
  height: auto;
  float:right;
 /* width:16px;
  height:16px;*/
  background:#ba3c5f; border:1px solid #ec6f91; border-radius:3px; padding:4px;
}
/*.occmenu-btn span{https://www.indiaonlineflorists.com/images/menu-downArrow.png; display:inline;}*/
.occmenu-blog{background:url(https://www.prettypetals.in/siteimages/only-rakhi-bg.webp) no-repeat; background-size:100% 100%; height:200px; position:relative;display:inline-block;width: 23%; margin:14px .8% 0 .9%;border: 5px solid white; border-radius:9px;box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);}
.occmenu-blog2{background:url(https://www.prettypetals.in/siteimages/rakhi-india-bg.webp) no-repeat; background-size:100% 100%; height:200px; position:relative;display:inline-block;width: 23%; margin:14px .8% 0 .9%;border: 5px solid white; border-radius:9px;box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);}
.occmenu-blog3{background:url(https://www.prettypetals.in/siteimages/rakhi-world-bg.webp) no-repeat; background-size:100% 100%; height:200px; position:relative;display:inline-block;width: 23%; margin:14px .8% 0 .9%;border: 5px solid white; border-radius:9px;box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);}
.occmenu-blog4{background:url(https://www.prettypetals.in/siteimages/rakhi-sister-bg.webp) no-repeat; background-size:100% 100%; height:200px; position:relative;display:inline-block;width: 23%; margin:14px .8% 0 .9%;border: 5px solid white; border-radius:9px;box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);}

/*.occmenu-down{position:relative;width:30%;}*/.occmenu-down-content{display:none;position:absolute; background-color:#f1f1f1;width:300px;box-shadow:0 8px 16px 0 rgba(0,0,0,0.2);z-index:1;text-align:left}.occmenu-down-content a{color:#333333; background:#FFFFFF; padding:4px 0 4px 4px;margin:0 0% 0 0;opacity:.9; text-decoration:none;display:inline;float:left;width:50%; opacity:10; font-style:normal; border-radius:0px; font-size:13px;/*border-bottom:1px solid #cbc7c8;*/}.occmenu-single{width:160px}.occmenu-single a{display:block;width:98%}.occmenu-down-content a:hover{background-color:#ddd}.occmenu-down:hover .occmenu-down-content{display:block}.occmenu-down:hover .occmenu-btn{background-color:#b61b2a}

.footer-writeup {
  padding:0; width:97%; margin:10px 1.5%; float:left; position:relative;margin-top:0px;
}
.footer-writeup ul{
  padding:0; width:96%; margin:0; list-style-type:none;
}
.footer-writeup ul li{
  font: normal 14px 'Poppins', sans-serif; margin-top:6px; list-style-type: initial;  margin-left:1.5%;
}
.footer-writeup ul li a{
  font: normal 14px 'Poppins', sans-serif; color:#000000; text-decoration:underline;
}
.style-em{float: none !important;color: black;}
.style-pre{display: inline;}

.writeupstyle-em{float: none !important;color: #141414;}
.footer-writeup em, .footer-writeup h2 {
  font-style: normal;
  margin: 4px 0 1px 0;
  padding: 0px 0;
  width: 100%;
  float: left;
}
.footer-writeup i{
  /*font-style: normal;*/
  padding: 0px 0;
  font-style: italic;
margin: 4px 0 1px 0;
width: 100%;
/* float: left; */
color: #000;
  /*font-style: italic;*/
}
.footer-writeup-hdng, .footer-writeup-hdng h2, .footer-writeup-hdng h3 {
  font: normal 19px 'Poppins', sans-serif;
  font-style: normal;
  color: #000000;
  background-color: #fff;
  padding:2px 0;
  margin-top:8px;
  display: inline;
  width:100%;
  /*float:left;*/
}
.footer-writeup-hdng div {
  font: normal 19px 'Poppins', sans-serif;
  font-style: normal;
  color: #000000;
  background-color: #fff;
  padding:2px 0;
  margin-top: 10px;
  display: inline;
  width: 100%;
  float: left;
}
.writeup-margin{margin-left:0px; display:block;}
/*.disable-toggle {
  pointer-events: none;
}*/
.ftwriteup {
  font-size: 14px;
  color: #666;
  text-align: justify;
  font-family: 'Poppins', sans-serif !important;
  display:inline;
  float:left;
  padding:2px 20px;
  margin-bottom:5px;
  line-height: 23px;
}
.ftwriteup ul{
  width:100%;
  float:left;
  padding:0;
  margin:0;
  list-style-type:none;
}
.ftwriteup ul li{
  width:98%;
  margin-left:2%;
  margin-top:6px;
  float:left;
  list-style:disc;
  font-size: 14px;
}
.ftwriteup a {
  color: #141414;
  text-decoration: underline;
  font-style: normal;
}

.ftwriteup2 {
  font-size: 14px;
  color: #999999;
  text-align: justify;
  font-family: 'Poppins', sans-serif !important;
  display:inline;
  float:left;
  padding:2px 20px;
  margin-bottom:5px;
}
.ftwriteup2 ul{
  width:100%;
  float:left;
  padding:0;
  margin:0;
  list-style-type:none;
}
.ftwriteup2 ul li{
  width:98%;
  margin-left:1%;
  margin-top:6px;
  float:left;
  font-size: 14px;
  list-style-type:none;
}
.ftwriteup2 ul li:before {
  content: '\2713';
  color:#333333;
  display: inline-block;
  padding: 0 6px 0 0;
}
.ftwriteup2 a {
  color: #141414;
  text-decoration: none;
  font-style: normal;
}


.ftwriteup3 {
  font-size: 14px;
  color: #666;
  text-align: justify;
  font-family: 'Poppins', sans-serif !important;
  display:inline;
  float:left;
  padding:2px 20px;
  margin-bottom:5px;
}
.ftwriteup3 ul{
  width:100%;
  float:left;
  padding:0;
  margin:0;
  list-style-type:none;
}
.ftwriteup3 ul li{
  width:98%;
  margin-left:2%;
  margin-top:6px;
  float:left;
  list-style:decimal;
  font-size: 14px;
}
.ftwriteup3 a {
  color: #141414;
  text-decoration: none;
  font-style: normal;
}


.ftwriteup-head {
  font: normal 19px 'Poppins', sans-serif;
  color: #000000;
  text-align: justify;
  display:inline;
}
.ftwriteup-head a {
  color: #333333;
  text-decoration: underline;
  font-style: normal;
}
.footer-collaps-container {
    width: 100%;
    float: left;
    position: relative;
    background: #FFFFFF;
    padding-bottom: 20px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
}
.writeup-heading {
    font-style: normal;
    font-weight: normal;
    font-family: 'Poppins', sans-serif !important;
    /*padding: 8px 20px;*/
    color: #333333;
    text-decoration: none;
    margin: 10px 0 0;
    font-size: 20px;
    width: 97%;
    float: left;
}
.writeup-heading h2 {
    font-style: normal;
    font-weight: normal;
    font-family: 'Poppins', sans-serif !important;
    padding: 2px 0px 6px 20px;
    background-color: #fdfbfb;
    color: #333333;
    text-decoration: none;
    /*margin: 10px 0 0;*/
    font-size: 20px;
    display: inline;
	float: left;
}
.writeup-heading h3 {
    font-style: normal;
    font-weight: normal;
    font-family: 'Poppins', sans-serif !important;
     padding: 2px 0px 6px 20px;
    background-color: #fdfbfb;
    color: #333333;
    text-decoration: none;
   /* margin: 10px 0 0;*/
    font-size: 20px;
    display: inline;
}
.bottom-writeup-container {
    padding: 2px 20px;
    color: #545353;
    line-height: 20px;
    text-align: justify;
    margin-top: 7px;
	font-family: 'Poppins', sans-serif !important;
	float: left;
}
.bottom-writeup-container2{
    padding: 2px 20px 2px 40px;
    color: #545353;
    line-height: 20px;
    text-align: justify;
    margin-top: 7px;
	font-family: 'Poppins', sans-serif !important;
}
.bottom-writeup-container2 h3{
    color: #545353;
    text-align: justify;
	font-family: 'Poppins', sans-serif !important;
	display:inline;
}
.bottom-writeup-container3{
    padding: 2px 20px 2px 40px;
    color: #545353;
    line-height: 20px;
    text-align: justify;
    margin-top: 7px;
	font-family: 'Poppins', sans-serif !important;
	float:left;
}
.bottom-writeup-container2:before{content: "\2713";margin: 0 6px 0 -18px; font-weight:bold;}
.bottom-writeup-link a, .bottom-writeup-container a {
    text-decoration: none;
    color: #624646;
    border-bottom: 1px solid #545353;
}
.view-table-data{color: #000;}
.testimonial-content p {
  padding: 4px 0;
}
.bottom-menu-container {
  padding: 0; width:96%; margin:0 2%;
}
#bottom-menu-occassion span {
  display: block;
  font:normal 16px 'Poppins', sans-serif;
  color: #000;
  padding: 5px 0;
}
.gift-relation-container-val {
  width: 100%;
  margin: 0px 0 0px 0;
  float: left;
  position: relative;
  /*background: #ffe4e4;*/
  font-family: 'Poppins', sans-serif !important;
}
.section-header-text {
  margin-bottom:0px;
  padding-top:15px;
}
.section-header-text p:nth-child(1) {
  margin: 0 0 5px;
  font-family: Poppins;
  font-weight:600;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #000;
  text-align: center;
  font-size: 180%;
  display: block;
}
.section-header-text p:nth-child(2) {
  color: #666666;
  font-family: Poppins;
  margin:0 0 18px 0;
  text-align: center;
  font-size: 130%;
}
.gift-banner-container {
  width: 98%;
  margin: 0% 1% 0px 1%;
  float: left;
  position: relative;
}
.gift-banner-container .gift-relation {
  width: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  float: center;
  position: relative;
}
.gift-relation-box {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.25);
  margin-bottom: 30px;
  position: relative;
  width: 10.5%;
  margin: 0 1% 5px 1%;
  float: left;
  cursor: pointer;
}
.gift-relation-box a {
  display: block;
  text-align: center;
  position: relative;
  color: #e41661;
  text-decoration: none;
}
.gift-relation-box a i {
  position: absolute;
  bottom: 0;
  padding: .4em 0;
  width: 100%;
  font-style: normal;
  font-family: Poppins;
  font-size: 15px;
  z-index: 100;
  left:0;
}
.gift-relation-box a i {
  background-color: #ffffff;
  /*background-image: linear-gradient(315deg, #f9c1b1 0%, #fb8085 74%);*/
  color: #000000;
  opacity: 1 !important;
  transition: 0.3s;
}
.gift-relation-box a img {
  width: 100%;
  transition: 0.3s;
  z-index: 99;
  transform: scale(1);
  height: auto;
}
.gift-relation-box a:hover img{/*opacity:.7;*/transition:0.3s;transform: scale(1.1);}
.gift-relation-box a:hover i{background-color:#7C1ECD;color:#ffffff;/*opacity:1!important;*/transition:0.3s}
.page-short {
  /*width: 60%;*/
  float: right;
  position: relative;
  /*margin-left: 40%;*/
}
.page-short select {
  color: #333333;
  font-size:14px;
  padding:6px 6px;
  width:100%;
  font-family:Poppins;
  box-shadow: 0 2px 4px rgb(0 0 0 / 30%);
  font-family:'Poppins', sans-serif !important;
}
.list {
  background-color: transparent;
  border: 0px solid;
  border: 1px solid #c6c6c4;
  height: 26px;
  width: 150px;
  color: #666666;
  font: normal 13px Arial;
}
.breadcumb-blog-total {
  width: 98%;
  float: left;
  position: relative;
  margin-top: 5px;
  margin-left:1%;
  margin-bottom: 6px;
  z-index: 999;
  padding: 0 0 0 6px;
}
.breadcumb-left {
  width: 50%;
  float: left;
  position: relative;
  margin-top:-8px;
  margin-bottom: 8px;
  /*line-height: 60px;*/
  z-index:9999;
  margin-left: -27px;
}
.breadcumb-right {
  width: 34%;
  float: left;
  position: relative;
  margin-top: 6px;
  margin-bottom: 8px;
  line-height: 60px;
}

.breadcumb {
  padding: 0;
  margin: 0;
}
.breadcumb li {
  list-style-type: none;
  float: left;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
.breadcumb li:nth-child(1) a {
  margin-left: 13px;
}
.breadcumb li:nth-child(1) a {
  color: #070707;
  margin-left: 20px;
  text-decoration: none;
}
.breadcumb li:nth-child(2) a {
  color: #666;
  padding-left: 20px;
  background-image: url(https://www.bangaloreonlineflorists.com/siteimages/breadcumb-seperator.png);
  background-repeat: no-repeat;
  text-decoration: none;
}
.nav-menu{width:100%; display:block;}
#show{display:none;}
.nav-menu {
 margin: 15px 0;
 background-color: #FF4649;
}
.nav-menu ul {
/*width:100%;*/
 padding: 0;
 margin: 0;
 list-style: none;
 position: relative;
 z-index:700;
 float:right;
 } 
.nav-menu ul li {
width:40px;
float:left;
margin:0 10px 0 0;
 display:inline-block;
 background-color: #e6e5e5;
  border-radius: 10px;
  padding: 4px 0px 4px 0px;
 }
/*.nav-menu ul li img {
    text-align: center;
    padding: 7px;
} */
.nav-menu ul li span{display:none;} 
.nav-menu a {
 display:block;
 padding:0 0px; 
 color:#FFF;
 font-size:100%;
 line-height:0px;
 text-decoration:none;
 text-align:center;
 font-family: Poppins;
font-size: 100%;
}
/*.nav-menu a:hover { 
 background-color: #f78205; 
 display:block;
 padding:0 10px; 
 color:#FFF;
 font-size:100%;
 line-height: 40px;
 text-decoration:none;
 text-align:center;
}*/
/*.nav-menu ul ul {
 display: none;
 position: absolute; 
 top: 40px;
 z-index:9999;
} */
.nav-menu ul ul{position:absolute; display:none; width:280px;float:left;top:0;margin-left:-190px;/*right:0;*/margin-top:30px;}
.nav-menu ul li:hover > ul {
 display:inherit; /*right:0;*/
} 
.nav-menu ul ul ul{right:0px;
margin-left: 0;
margin-top: 30px;
height: 0px;
}
.nav-menu ul li img {
  text-align: center;
  /*padding-left: 7px;*/
  margin:auto;
}
.nav-menu ul ul li:hover>a{/*background-color:#d89b97;*/ /*background:#a87d7a;*/background:#e0af90 /*url(https://www.bangaloreonlineflorists.com/siteimages/item-arrow-side.png) no-repeat right*/; color:#fff!important}
.nav-menu li li > a:after { content: url(https://www.bangaloreonlineflorists.com/siteimages/item-arrow-side2.png); padding-left:6px; float:right; }
.nav-menu li li > a:only-child:after { content: ''; }
.nav-menu ul ul li {
 width:230px;
 float:none;
 display:list-item;
 position: relative;
 border-radius: 0px;
 /*background-color:#f7e1d3;*/
 background:#f7e1d3 /*url(https://www.bangaloreonlineflorists.com/siteimages/item-arrow-side2.png) no-repeat right*/;
 padding:0;
}
.nav-menu ul ul li a{
text-align:left;
color:#000000;
line-height:30px;
font-family: Poppins;
font-size: 100%;
padding-left:10px;
}
.nav-menu ul ul li :hover{
 border-radius: 0px;
 color:#FFFFFF;
}
.nav-menu ul ul ul li {
 position: relative;
 top:-36px; 
 left: -180px;
 background-image:none;
}
.nav-menu ul ul ul li a:hover{/*background-color:#d89b97;*/ /*background:#a87d7a;*/background:#e0af90 none;}
.nav-menu ul ul ul li:hover>a{/*background-color:#d89b97;*/ /*background:#a87d7a;*/ color:#000000; background:#e0af90 none;}
.nav-menu ul ul li {
 border-bottom: 1px solid white;
} 
/*.nav-menu li > a:after { content: url(https://www.chennaionlineflorists.com/siteimages/menu-down-rakhi.png); padding-left:6px; }*/
.nav-menu li > a:only-child:after { content: ''; }
.filter-blog{ width: 10%;
  float: left;
  position: relative;
  }
.safepayments{
  width: 100%;
  float: left;
  position: relative;
  }  
.featured-products-section {
  width:100%;
  float:left;
  position:relative;
  } 
.middle-banner{ 
  width:100%;
  float:left;
  position:relative;
  /*margin:30px 0 3px 0;*/
  } 
.middle-banner ul{
   width:100%;
  float:left;
  position:relative;
  list-style-type:none;
  padding:0;
  margin:0;
} 
.middle-banner ul li img{ width:100%; border-radius:15px;}

.top-banner {
  width: 32.7%;
  float: left;
  position: relative;
  margin: 0px 0 0px .3%;
} 
.top-banner ul{
   width:100%;
  float:left;
  position:relative;
  list-style-type:none;
  padding:0;
  margin:0;
  list-style-type:none;
} 
.top-banner ul li{
   width:99.4%;
  float:left;
  margin-left:.5%;
  margin-bottom:.5px;
  position:relative;
} 
.top-banner ul li img{ width:100%;}
.banner-right {
  width:100%;
  float: left;
  position: absolute;
  top: 100px;
  /*left: 20%;*/
}
.banner-right h1 {
  font-size:28px;
  color: #ba015c !important;
  text-align: center;
  line-height: 30px;
  font-weight: 500 !important;
  font-family: 'Ubuntu Condensed', sans-serif;
  margin-bottom: 10px;
  letter-spacing: -1px;
  position: relative;
}
.banner-right p {
  color: #b30533;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 25px;
}
.banner-left {
width:100%; float:left;
}
.page-wrapper{
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0 0px 0;
  }
.upgrade{
width:100%;
float:left;
position:relative;
}
.details-obtion{
width:100%;
float:left;
position:relative;
font-family: poppins,sans-serif !important;
margin-bottom:30px;
/*margin-top:13px;*/
}
.details-obtion-txt{
width:100%;
float:left;
position:relative;
font-family: poppins,sans-serif !important;
  margin: 0 10px 12px 0px;
  /*margin: 18px 10px 12px 0px;*/
  font-size: 20px;
  color: #523471;
  text-align: left;
  font-weight: normal;
}
.details-product-description {
color: #505050;
line-height: 1.4;
font-size: 110%;
}

.details-obtion em {
font-style: normal;
/*display: block;*/
font-size:18px;
padding: 5px 0;
color: #523471;
}
.details-pro-option {
margin: 4px;
}
.details-pro-content {
border: 1px solid #d4d1d1;
margin-top: -1px;
float: left;
position: relative;
width: 100%;
padding: 7px 0 7px 0;
margin-left: -3px;
}
.col_1_of_12 {
width: 8.333%;
float:left;
}
.details-pro-option label {
text-align: center;
display: block;
margin: 10% 0;
}
.col_11_of_12 {
width: 91.66%;
float:left;
text-align:left;
}
.col_11_of_12 p{ padding:0; margin: 4px 0;}
.pro-option-desc {
color: #333333;
font-size: 100%;
}
.pro-option-desc a{
color: #333333;
font-size: 100%;
text-decoration:underline;
}
.pro-option-price {
color: #FF0000;
font-size: 110%;
margin-top:0px !important;
display:inline;
}
.pro-option-cutprice {
color: #FF0000;
font-size: 110%;
margin-top:0px !important;
display:inline;
padding:0 4px;
text-decoration:line-through;
}
.offer-block {
    color: #fff;
    font-weight: 700;
    margin-left: 0;
    background: #f64243;
    font-size: 15px;
    padding: 4px 10px;
    border-radius: 4px;
    margin-top:6px;
    float: left;
    margin-left:14px;
}
.offer-block2 {
 color:#fff;
 font-weight:700;
 margin-left:0;
 background:#f64243;
 font-size:12px;
 padding:4px 10px;
 border-radius:4px;
 margin-top:0;
 font-style:normal;
}
.pin-row {
width:100%;
float:left;
/*clear: both;*/
text-align: center;
margin-top:-10px;
}
.pin-row3{
clear:both;
text-align:left;
margin-top:0px;
}
.pin-col {
display: block;
float: left;
margin: 0;
}
.txt-center {
text-align: center;
}
.add-new-pin {
font-style: normal;
color: #2179d0;
cursor: pointer;
font-size: 16px;
padding: .8px 0;
font-family: 'Poppins', sans-serif;
}
.pin-row:before,.pin-row:after{content:"";display:table}.pin-row:after{clear:both}
.popdiv-bg {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
z-index:9999;
}
.popdiv-bbody {
margin: 0 5% 0 5%;
margin-top: auto;
width: 90%;
min-height: 180px;
position: relative;
/* overflow-y: scroll; */
height: 65vh;
}
#add_to_me{
  overflow-y: scroll;
  overflow-x: hidden;
  height: 50vh;
}
.me-hide{
  cursor: pointer;
  padding: 2px;
}
.me-hide:hover{
  background: lightgrey;
  color: black;
  transform: scale(1.08);
}
.popdiv-bbody h3 {
margin: 0 0 2em 0;
padding: 0;
font-weight: 400;
color:#000000;
}
.popdiv-bbody i {
font-style: normal;
}
.popin-close {
float: right;
display: inline-block;
padding: .3em;
margin-top: -10px;
text-transform: uppercase;
}
.pin-col-12 {
width: 100%;

}
.pin-col {
display: block;
float: left;
margin: 0;
}
.newpin-box {
width: 90%;
margin: 0 auto;
}
.input-pin {
padding: .7em .3em .7em 2em;
width: 85%;
background-image: url(https://www.prettypetals.in/siteimages/pin-check-location.png);
background-repeat: no-repeat;
background-position: 2px;
border-width: 0;
border: 1px solid #ad798f;
border-radius: 4px;
font-family: 'Poppins', sans-serif;
}
.popdiv-bbody i {
font-style: normal;
}
.searchclear1, .searchclear2 {
display: none;
font-style: normal;
padding: 5px;
color: #4A4A4A;
text-transform: uppercase;
cursor: pointer;
margin-left: -25px;
margin-top: .5em;
position: absolute;
}
.newpin-submit {
width: 85%;
margin: -20px 5% 10px 7.5%;
padding: .8em !important;
border: 1px solid #523471;
border-radius: 4px;
display: block;
clear: both;
background: #523471;
color: #fff;
float: none !important;
cursor: pointer;
font-size: 16px;
}
#popdiv-bg {display: none;position: fixed;z-index:99999;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.4)}
#div-to-toggle{
		border: 2px solid #523471;
		padding: 15px 15px 15px 15px;
		margin: 20px auto;
		width: 40%;
		background: #fff;
		overflow: visible;
		box-shadow: 3px 3px 8px #555;
		position: relative;
		text-align:center;
		background:#fff;
		padding:20px 0 20px 0;
		margin-top:100px;
		z-index:9999;
		border-radius: 10px;
	}
#close-btn{
		position: absolute;
		background: #fff;
		border: 2px solid #999;
		color: #555;
		border-radius: 12px;
		height:25px;
		width:25px;
		padding: 1px;
		top: -10px;
		right: -10px;
		box-shadow: 2px 2px 10px #555;
		font-weight: bold;
		cursor: pointer;
	}
#popdiv-bg2 {display: none;position: fixed;z-index:99999;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.4);font-family: 'Poppins', sans-serif;}
.popdiv-bbody2 {
margin: 0 5% 0 5%;
margin-top: auto;
width: 90%;
min-height: 290px;
height: 290px;
position: relative;
overflow:auto;
}
.popdiv-bbody2 .locationname {
margin: 0 0 2em 0;
padding: 0;
font-weight:600;
color:#000000;
}
.popdiv-bbody2 h3 {
margin: 0 0 2em 0;
padding: 0;
font-weight:600;
color:#000000;
}
.popdiv-bbody2 i {
font-style: normal;
}

#div-to-toggle2{
		border: 2px solid #523471;
		padding: 15px 15px 15px 15px;
		margin: 20px auto;
		width: 40%;
		background: #fff;
		overflow: visible;
		box-shadow: 3px 3px 8px #555;
		position: relative;
		text-align:center;
		padding:20px 0 20px 0;
		margin-top:100px;
		z-index:9999;
		border-radius: 10px;
	}
.newpin-submit2 {
  width: 85%;
  margin: -20px 5% 10px 7.5%;
  padding: .6em !important;
  border: 1px solid #523471;
  border-radius: 4px;
  display: block;
  clear: both;
  background: #523471;
  color: #fff;
  float: none !important;
  cursor: pointer;
  font-size:16px;
  font-family: 'Poppins', sans-serif;
}	
#close-btn2{
		position: absolute;
		background: #fff;
		border: 2px solid #999;
		color: #555;
		border-radius: 12px;
		height:25px;
		width:25px;
		padding: 1px;
		top: -10px;
		right: -10px;
		box-shadow: 2px 2px 10px #555;
		font-weight: bold;
		cursor: pointer;
	}	
	
	
	
#popdiv-bg3{display: none;position: fixed;z-index:99999;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.4)}
.popdiv-bbody3 {
margin: 0 5% 0 5%;
margin-top: auto;
width: 90%;
min-height:400px;
height:400px;
position: relative;
overflow:auto;
}
.popdiv-bbody3 h3 {
margin: 0 0 2em 0;
padding: 0;
font-weight:600;
color:#000000;
}
.popdiv-bbody3 i {
font-style: normal;
line-height:20px;
margin-bottom:10px;
}

#div-to-toggle3{
		border: 2px solid #523471;
		padding: 15px 15px 15px 15px;
		margin: 20px auto;
		width: 70%;
		background: #fff;
		overflow: visible;
		box-shadow: 3px 3px 8px #555;
		position: relative;
		text-align:center;
		padding:20px 0 20px 0;
		margin-top:100px;
		z-index:9999;
		border-radius: 10px;
	}
.newpin-submit3{
  width: 85%;
  margin: -20px 5% 10px 7.5%;
  padding: .6em !important;
  border: 1px solid #523471;
  border-radius: 4px;
  display: block;
  clear: both;
  background: #523471;
  color: #fff;
  float: none !important;
  cursor: pointer;
  font-size:16px;
}	
#close-btn3{
		position: absolute;
		background: #fff;
		border: 2px solid #999;
		color: #555;
		border-radius: 12px;
		height:25px;
		width:25px;
		padding: 1px;
		top: -10px;
		right: -10px;
		box-shadow: 2px 2px 10px #555;
		font-weight: bold;
		cursor: pointer;
	}
	
#popdiv-bg4{display: none;position: fixed;z-index:99999;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.4)}
.popdiv-bbody4 {
margin: 0 5% 0 5%;
margin-top: auto;
width: 90%;
min-height:400px;
height:400px;
position: relative;
overflow:auto;
}
.popdiv-bbody4 h3 {
margin: 0 0 2em 0;
padding: 0;
font-weight:600;
color:#000000;
}
.popdiv-bbody4 i {
font-style: normal;
line-height:20px;
}

#div-to-toggle4{
		border: 2px solid #523471;
		padding: 15px 15px 15px 15px;
		margin: 20px auto;
		width: 70%;
		background: #fff;
		overflow: visible;
		box-shadow: 3px 3px 8px #555;
		position: relative;
		text-align:center;
		padding:20px 0 20px 0;
		margin-top:100px;
		z-index:9999;
		border-radius: 10px;
	}
.newpin-submit4{
  width: 85%;
  margin: -20px 5% 10px 7.5%;
  padding: .6em !important;
  border: 1px solid #523471;
  border-radius: 4px;
  display: block;
  clear: both;
  background: #523471;
  color: #fff;
  float: none !important;
  cursor: pointer;
  font-size:16px;
}	
#close-btn4{
		position: absolute;
		background: #fff;
		border: 2px solid #999;
		color: #555;
		border-radius: 12px;
		height:25px;
		width:25px;
		padding: 1px;
		top: -10px;
		right: -10px;
		box-shadow: 2px 2px 10px #555;
		font-weight: bold;
		cursor: pointer;
	}	
	
	
#popdiv-bg5{display: none;/*position: fixed;*/z-index:99999;left: 0;top: 0;width: 100%;height: 100%;overflow: auto; background:#fff;/*background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.4)*/}
.popdiv-bbody5 {
margin: 0 5% 0 5%;
margin-top: auto;
width: 90%;
/*min-height:400px;
height:400px;*/
position: relative;
overflow:auto;
}
.popdiv-bbody5 h3 {
margin: 0 0 2em 0;
padding: 0;
font-weight:600;
color:#000000;
}
.popdiv-bbody5 i {
font-style: normal;
line-height:20px;
}

#div-to-toggle5{
		border: 2px solid #523471;
		padding: 15px 15px 15px 15px;
		margin: 20px auto;
		width: 70%;
		background: #fff;
		overflow: visible;
		box-shadow: 3px 3px 8px #555;
		position: relative;
		text-align:center;
		padding:20px 0 20px 0;
		margin-top:10px;
		z-index:9999;
		border-radius: 10px;
	}
.newpin-submit5{
  width: 85%;
  margin: -20px 5% 10px 7.5%;
  padding: .6em !important;
  border: 1px solid #523471;
  border-radius: 4px;
  display: block;
  clear: both;
  background: #523471;
  color: #fff;
  float: none !important;
  cursor: pointer;
  font-size:16px;
}	
#close-btn5{
		position: absolute;
		background: #fff;
		border: 2px solid #999;
		color: #555;
		border-radius: 12px;
		height:25px;
		width:25px;
		padding: 1px;
		top: -10px;
		right: -10px;
		box-shadow: 2px 2px 10px #555;
		font-weight: bold;
		cursor: pointer;
	}	
		
.review-pop{width:100%; float:left; position:relative; margin-bottom:10px; text-align:left; margin-bottom:1px solid #333333;}	

.btn-container{
		width: 100%;
		margin:-10px auto;
		text-align: center;
		float:left;
		position:relative;
		clear: both;
		text-align:left;
	}
.btn-container button{
		height: 35px;
		background:none;
		border:none;
		padding:0;
	}  
.shopcart-wrapper {
  width:80%;
  /*max-width: 1200px;*/
  margin: 1% 10% 0 10%;
}
.shop-cart-container {
  background: #fff;
}
.shopping-cart {
  border: 1px solid #e1e1e1;
  overflow-x: hidden;
}
.shopping-cart table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  font-weight: 400;
}
.shopping-cart table {
  border-collapse: collapse;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}
.shopping-cart td, .shopping-cart th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}
.shopping-cart th:nth-child(1), .shopping-cart td:nth-child(1) {
  text-align: center;
}
.shopping-cart th:nth-child(3), .shopping-cart td:nth-child(3) {
  text-align: center;
}
.shopping-cart th:nth-child(4), .shopping-cart td:nth-child(4) {
  text-align: center;
}
.shopping-cart th:nth-child(5), .shopping-cart td:nth-child(5) {
  text-align: center;
}
.shopping-cart th:nth-child(6), .shopping-cart td:nth-child(6) {
  text-align: center;
}

.shopping-cart th:nth-child(2) {
  min-width: 200px;
  width: 38%;
}
.shopping-cart th:nth-child(3) {
  min-width: 100px;
  width: 12%;
}
.shopping-cart th:nth-child(4) {
  min-width: 100px;
  width: 10%;
}
.shopping-cart th:nth-child(1), .shopping-cart th:nth-child(5), .shopping-cart th:nth-child(6) {
  min-width: 80px;
  width: 10%;
}
.shopping-cart td img {
  width: 70px;
  height: 70px;
  text-align:left;
}
.shopping-cart td:nth-child(4) input[type="text"] {
  width: 33%;
  max-width: 50px;
  padding: 4px;
  border: 1px solid #d3d3d3;
}
.shopping-cart td:nth-child(4) a {
  padding: 5px;
  /*width: 17.5%;*/
  max-width: 40px;
  display: inline-block;
  background: #a0b152;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.shopping-cart td:nth-child(4) a.refresh-cart {
  background: #da524f;
}
.fa-times {
  background-image: url(https://www.prettypetals.in/images/ic_delete.webp);
  cursor: pointer;
}
.fa {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -3px;
}
.fa-refresh {
  background-image: url(https://www.prettypetals.in/images/ic_refresh.webp);
  cursor: pointer;
}	
.cart-button-container {
  display: -webkit-flex;
  display: flex;
  padding: 15px 0;
  /*background: #feedf1;*/
  flex-flow: row wrap;
}
#review1 {
  width:80%;
  padding: 10px 0;
  color: #FF3333;
  font-size: 17px;
  margin: 0 0 0 0%;
  text-align: center;
}
#review2 {
  width:100%;
  padding:0px 0;
  color: #FF3333;
  font-size: 17px;
  margin: 0 0 0 0%;
  text-align: center;
}
.available-item {
  display: inline-block;
  color: #2A9F44;
  font-style: normal;
  padding: 0px 0 4px 24px;
  background-image: url(https://www.prettypetals.in/siteimages/pin-accept-location.png);
  background-repeat: no-repeat;
  margin-top: 15px;
}
.main{width:100%; float:left; position:relative; margin-bottom:0px;}
.termslastbuttonflex {
    margin: auto;
    display: table;
    height: auto;
    width: 55%;
    padding: 50px 0px;
}

.termslastbuttonpart {
    float: left;
    height: auto;
    width: 22%;
    margin-right: 20px;
}

.termslastbuttonpart button {
	height: auto;
	width: 100%;
	margin: auto;
	display: table;
	padding: 7px 10px;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: white;
	border: none;
	outline: none;
	background: #838484;
	transition: 0.5s all;
	font-weight: bold;
}

.termslastbuttonpart button:hover {
    background: #000000;
}
.about-para2 p {
    font-size: 13px;
    color: black;
    text-align: left;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 0px;
}

.sitemaphead {
	padding: 0px 5px;
}

.sitemaphead h1 {
    font-size: 25px;
    color: #1c451c;
    font-weight: bold;
    text-align: left;
    margin-bottom: 35px;
    text-decoration: underline;
}

.sitemaphead p {
    font-size: 15px;
    color: #1c451c;
    font-weight: bold;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 10px;
}

.sitemaphead a:hover {
	text-decoration: underline;
}

.sitemapflex {
	margin: 15px 10px;
	height: auto;
	width: 98%;
	padding: 0px;
	margin: auto;
	display: table;
}

.sitemappart {
    height: auto;
    width: 47%;
    margin-right: 70px;
    padding: 0px;
    background: #f3f3f3;
    border: 1px solid #b7b7b7;
    float: left;
	margin-bottom: 20px;
}

.sitemappart h1 {
    height: auto;
    width: 100%;
    padding: 10px 5px;
    background: #23bf2e;
    text-align: center;
    color: white;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
}

.sitemappart ul {
    padding: 15px 15px;
}

.sitemappart ul li {
	padding: 5px 0px;
	list-style: inside;
}

.sitemappart ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #1e3d1e;
	font-weight: normal;
	text-align: left;
}

.sitemaplefttextflex {
	margin: auto;
	display: table;
	height: auto;
	width: 98%;
}

.sitemaplefttextpart {
    float: left;
    height: auto;
    width: 12%;
    margin-right: 5px;
}

.sitemaplefttextpart h6 {
	font-size: 16px;
    color: #225322;
    font-weight: bold;
    text-align: left;
}

.sitemaplefttextpart a:hover {
	text-decoration: underline;
}

.nextpage {
	float: right;
	margin-right: 10px;
	font-size: 16px;
    color: #225322;
    font-weight: bold;
    text-align: right;
	margin-top: -25px;
}
.nextpage a:hover {
	text-decoration: underline;
}

.middlelastpage {
	margin: auto;
	display: table;
	padding: 20px 0px;
}

.middlelastpage {
    font-size: 15px;
    color: #171717;
    font-weight: normal;
    text-align: center;
}
.paymentportion {
	height: auto;
	width: 75%;
	margin: auto;
	display: table;
}

.paymentportion p {
	font-size: 13px;
    color: black;
    text-align: center;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 0px;
	margin: 7px 0px;
}

.paymentportion img {
	margin: auto;
	display: table;
	height: auto;
	width: 10%;
	padding: 4px 0px;
}

.paymentportionhead {
	height: auto;
	width: 100%;
	background: #e4f8b9;
	padding: 6px 2px;
}

.paymentportionhead p {
	font-size: 12px;
    color: #588001;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
	margin-top: 0px;
}

.paymentprotionadsflex {
	margin: auto;
	display: table;
	height: auto;
	width: 60%;
	padding: 5px 0px;
}
.paymentprotionadspart {
	float: left;
	width: 12%;
	margin-right: 10px;
}

.paymentprotionadspart img {
	height: auto;
	width: 100%;
}


.paymentprotionadsflex2 {
	margin: auto;
	display: table;
	height: auto;
	width: 90%;
	padding: 5px 0px;
}
.paymentprotionadspart2 {
    float: left;
    width: 7%;
    margin-right: 5px;
}
.paymentprotionadspart2 img {
	height: auto;
	width: 100%;
}
#member_details_total {
  width: 70%;
  margin-left: 15%;
  float: left;
  border: 1px solid #e1e1e1;
  background-color: #FFFFFF;
  -webkit-box-shadow: 2px 2px 2px 2px #e1e1e1;
  -moz-box-shadow: 2px 2px 2px 2px #e1e1e1;
  box-shadow: 2px 2px 2px 2px #e1e1e1;
}
.Payment_top {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font: normal 13px Arial;
  color: #d7023c;
}
.md_heading {
  width: 100%;
  float: left;
  position: relative;
  padding: 9px 0px 9px 0px;
  margin-bottom: 10px;
  display: block;
  line-height: 30px;
  text-align: center;
  background-color: #DADADA;
  border: 1px dashed #333333;
  font: bold 14px Arial;
  color: #333333;
}
.payment_normal {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  text-align: center;
}
.Payment_txt {
  font: normal 12px 'Poppins', sans-serif;
  color: #333333;
  text-align: center;
}
.payment_normal img {
  padding: 6px;
}
.left_menu_text1 {
  font: normal 14px/25px 'Poppins', sans-serif;
  color: #003300;
  text-decoration: none;
}
.left_menu_text1:hover {
  font: normal 14px/25px 'Poppins', sans-serif;
  color: #003300;
  text-decoration: none;
}
.left_menu_text {
  font: bold 14px/35px 'Poppins', sans-serif;
  color: #FFFFFF;
}
.link_txt {
  font: bold 14px 'Poppins', sans-serif;
  line-height: normal;
  color:#a107b2;
  text-decoration: none;
  line-height: 23px;
}
.link_txt:hover{text-decoration:underline; color:#a107b2;}
.description-txt{
  font-style: normal;
  display: block;
  font-size: 20px;
  padding: 5px 0;
  width:100%; 
  float:left; 
  margin:2px 0 9px 0;
}
.description-txt a{ color: #2179d0; font-size:16px; background-image: url(https://www.indiaonlineflorists.com/preetypetals/images/details-arrow.jpg);
background-repeat: no-repeat; background-position: 2px; padding: 12px 8px 12px 0;
} 
.topheader-blog{ width:100%; float:left; position:relative; background:#392681;font-family: 'Poppins', sans-serif;}
.topheader-blog ul{ width:100%; float:left; position:relative; padding:0; margin:0; list-style-type:none;}
.topheader-blog ul li{ width:50%; float:left; position:relative; padding:3px 0 3px 0; font-size:14px; color:#FFFFFF;}
.topheader-blog ul li:nth-child(1){ text-align:left; padding-left:5px;}
.topheader-blog ul li:nth-child(2){ text-align:right; padding-right:5px;}
.banner-caption-text {
  padding: 8px 12px;
  position: absolute;
  width:60%;
  text-align: center;
  top: 0;
  left: 0;
  text-align:left;
}
.banner-caption-text p.title1{
  font-size: 26px;
  color: #000000;
  margin:30px 0 10px 0;
  font-weight:600;
}
.banner-caption-text p.title2{
  font-size: 20px;
  color: #333333;
  margin:0px;
}
.producttext span{
/*font-family: 'Ubuntu Condensed', sans-serif;*/
font-family: 'Poppins', sans-serif;
/*font-size: 32px;*/
/*font-weight: 700;*/
/*color: #b12b47 !important;*/
text-align: left;
/*margin-bottom: 10px;*/
letter-spacing: -1px;
/*margin-top:0px;*/
float: left;
}
.price1 {
  color: #b12b47;
  font-weight: bold;
  padding-right: 10px;
  font-size: 38px;
  margin-top:-5px;
}
.price3 {
  color: #b12b47;
  font-weight: bold;
  padding-right: 10px;
  font-size: 38px;
  margin-top: -5px;
}
.price2 {
  color: #999999;
  text-decoration: line-through;
  padding: 0 17px 0 0px;
  font-size: 32px;
}

.producttext em{
font-family: 'Ubuntu Condensed', sans-serif;
/*font-weight: 600;*/
color: #333333;
text-align: left;
margin-bottom: 10px;
/*letter-spacing: -1px;*/
margin-top: -8px;
display:inline;
}
.product-card {
 /* display: -webkit-flex;
  display: block;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;*/
  display:inline-block;
  margin-top:0px;
}
.product-card_product-price{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 8px 0;
}
.product-card_product-price1{
  font-size: 18px;
  color: #3c3c3c ;
  font-weight:600;
  font-family: 'Poppins', sans-serif;
}
.product-card_product-price-discount{
  display: inline-block;
  vertical-align: text-bottom;
  color: #ea3a3a ;
  font-size: 14px;
  margin:4px 8px 0 5px;
  text-decoration:line-through;
  font-family: 'Poppins', sans-serif;
}
.top-cities {
  margin-top:10px;
  text-align: center;
  float:left;
  width:100%;
}
.top-cities p {
  margin-top:0px;
  margin-bottom:7px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  color:#000000;
}
.top-cities ul {
  margin-top: 5px;
  margin-bottom:10px;
}
.top-cities li {
  margin-top: 5px;
  list-style: none;
  display: inline-block;
  width: 33%;
}
.top-cities li a {
  color: #523471; 
}
.all-location{
  margin-top:0px;
  text-align: center;
  float:left;
  width:100%;
  }
.all-location a{ color:#523471;font-family: 'Poppins', sans-serif;font-size: 15px; font-weight:bold; text-decoration:underline;
}  
.ptitle-review {
  text-decoration: none;
}
.ptitle-review {
  text-decoration: none;
}
.ptitle-review i {
  color: #FFAB00;
  font-style: normal;
  font-size: 145%;
}
.ptitle-review{
  font-style: normal;
  display: inline-block;
  color: #0076AE;
  text-decoration-color: coral;
  float:left;
}
.goto-review {
  float:left;
  margin-top: 5px;
  margin-left:8px;
}
.goto-review a{color: #0076AE !important;}


.testimonialtwotext p a{
      font-family: poppins,sans-serif;
        font-size: 14px;
        font-weight: 100;
        color: #333333;
        text-align: left;
        line-height: 22px;
        margin-bottom: 25px;
}
.testimonialtwotext p em{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 100;
  color: #999999;
  text-align: left;
  line-height: 22px;
  margin-bottom: 25px;
  font-style:italic;
}
/*----------------------------------------------Index Loader Script-------------------------------------------------*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: 47%;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
  background:#5956c8;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
  background:#5956c8;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
  background:#5956c8;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
  background:#5956c8;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.tooltip-content {
  width:110px;
  display: none;
  position: relative;
  bottom: 5%;
  left: 0;
  right: 5%;
  background-color: #fff;
  padding: .5em;
  margin-top:-5px;
  z-index:99999;
  margin-left:-30px;
}
.tooltip-content select {
  width:100%;
  float: left;
  font-size: 13px;
  background: #fcf9f9;
  margin: 0 0px 0 0;
}
.tooltip-content select option.noselect {
  padding: 8px 0;
  text-align: center;
}
.tooltip-content select option {
  padding: 8px 2px 8px 30px;
  border-bottom: 1px dashed #ccc;
  font-size: 12px !important;
  font-weight: bold;
  background-position: 2px 50%;
}
.inr-cur {
  background-image: url(https://www.prettypetals.in/siteimages/currency-icon-inr.webp);
  background-repeat: no-repeat;
  z-index: 2;
  background-size:18px 18px;
}
.usd-cur {
  background-image: url(https://www.prettypetals.in/siteimages/currency-icon-usd.webp);
  background-repeat: no-repeat;
  z-index: 2;
  background-size:18px 18px;
}
.headerrighttext .headerrightlisting2 li:hover .tooltip-content {
  display: block;
}

.review-container {
 /* display: flex;*/
  width:100%;
  /*max-width: 900px;*/
  margin:20px 0% 0 0%;
  float: left;
  position: relative;
}
.review-container > div {
  width: 98%;
  margin: 10px;
  padding: .5%;
  text-align: center;
}
.review-btn-red {
  background-color: rgb(237,33,124);
  background-color: rgb(75,104,183);
position: relative;
cursor: pointer;
display: inline-block;
vertical-align: middle;
color: #fff;
text-decoration: none;
padding: 13px 30px;
text-transform: uppercase;
font-size: 120%;
margin:68px auto;
border:none;
border-radius:8px;
}
.login-area-review {
  text-align: left;
}
.review-login-container-login {
  border: 1px solid #E0E0E0;
 max-width: 60%;
width: 60%;
margin-left: 20%;
}
.review-login-container {
  text-align: left;
}
.review-login-container {
  display: none;
  margin: 0;
  padding: 8px;
}
.review-login-container-login span {
  display: block;
  clear: both;
  padding: 8px 5px;
  font-size: 150%;
  border-bottom: 1px solid #c1bbbb;
  color:#000000;
}
.review-login-container-login label {
  font-weight: bold;
}
.review-login-container-login label, .review-login-container-login input {
  display: block;
  clear: both;
  padding: 4px;
  margin: 4px 5%;
  width: 90%;
  outline: none;
  color:#333333;
}
.review-login-container-login input {
  border: 1px solid #CCCCCC;
  height: 30px;
  margin: 4px 5%;
  width: 90%;
}
.review-btn-green {
  background-color: rgb(75,104,183);
  position: relative;
  cursor: pointer;
  display: block;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 4px;
  margin:20px auto;
  width: 50%;
  text-align: center;
}
#review1 {
  width: 80%;
  padding: .5em 0;
  /*margin: 0 auto;*/
  text-align: left;
  color: #FF3333;
  font-size: 112%;
}
#review1 .no-item {
  font-style: normal;
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
#review1 a{ color:#000000; text-decoration:underline; font-style:normal;}
#review_add {
  padding: 10px 0;
  color: #FF3333;
  font-size: 112%;
}
#review_add {
  width: 98%;
  padding: .5em 0;
  margin: 0 auto;
  text-align: center;
}
.write-review-area {
  border: 1px solid #E0E0E0;
}
.write-review-area {
  /*display: none;*/
  margin: 0;
  padding: 8px;
  float: left;
  width: 70%;
}
.write-review-area i {
  display: block;
  clear: both;
  padding: 8px 0;
  font-size: 150%;
  font-style: normal;
  text-align: center;
}
.write-review-section {
  padding-bottom: 10px;
  border-top: 1px solid #FFB052;
  margin-top: 15px;
  text-align: center;
  width: 94%;
  float: left;
  margin-left: 3%;
}
.write-review-section label {
  text-align: left;
  font-weight: bold;
  color: #333333 !important;
}
.write-review-section input, .write-review-section textarea {
  border: 1px solid #CCCCCC;
}
.write-review-section textarea {
  height: 150px;
}
.write-review-section label, .write-review-section input, .write-review-section textarea {
  display: block;
  clear: both;
  padding: 4px;
  margin: 4px 0;
  height: 30px;
  outline: none;
  width: 96%;
}
.rating {
  overflow: hidden;
  vertical-align: bottom;
  display: inline-block;
  clear: both;
  width: auto;
  height: 30px;
  margin: 0 25%;
}
.rating > input {
  opacity: 0;
  margin-right: -100%;
  position: absolute;
}
.rating > label {
  position: relative;
  display: block;
  float: right;
  background: url('http://www.prettypetals.in/siteimages/star-off-big.png');
    background-size: auto;
  background-size: 30px 30px;
}
.rating > label::before {
  display: block;
  opacity: 0;
  content: '';
  width: 30px;
  height: 30px;
  background: url('http://www.prettypetals.in/siteimages/star-on-big.png');
  background-size: 30px 30px;
  transition: opacity 0.2s linear;
}
.rating > label:hover:before,.rating > label:hover ~ label:before,.rating:not(:hover) > :checked ~ label:before{opacity: 1}
#rating2 {
  width:98.4%;
  /*max-width: 1200px;*/
  margin:0px .8% 20px .8%;
  float:left;
}
.page-review {
  font-size: 150%;
  font-weight: 400;
  padding: 0px 10px;
  display: block;
  text-align:left;
  margin-bottom:0px;
  color:#000000;
  font-weight:bold;
  margin-bottom:13px;
}
.review-button-container {
  text-align: center;
  padding: 10px 0;
}
.avater-area {
  margin-top: 20px;
  width: 33.33%;
  float: left;
}
.avater-area2 {
  margin-top: 20px;
  width: 33.33%;
  float: left;
}
.avater-box {
  margin: 5px;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  text-align:left;
  color:#333333;
  float:left;
  width: 95%;
}
.review-name {
  font-size: 120%;
  font-weight: 600;
  display: block;
  padding:0px 0;
  font-style: normal;
}
.review-date {
  padding: 5px 0;
}
.review-date i {
  font-style: normal;
  font-size: 12px;
  color: #9b9b9b;
}
.review-date em {
  font-style: normal;
  display: inline-block;
  padding-left: 20px;
}
.review-type {
  font-size: 105%;
  font-weight: 600;
  display: block;
  padding: 5px 0;
  font-style: normal;
  height: 45px;
}
.review-description {
  padding-top: 6px;
  height:70px;
  white-space: normal;
}
.review-star em {
  font-style: normal;
  font-size: 15px;
  color: #199100;
  margin-right: 5px;
}
.review-star span i {
  font-style: normal;
  color: #FFAB00;
  font-size: 15px;
}
.view-all-review {
  font-size: 16px;
  padding: 10px 20px;
  background: #cececc;
  color: #636363;
  text-decoration: none;
  border-width: 0;
  outline: none;
  border-radius: 5px;
  transition: .3s;
  cursor: pointer;
  display: inline-block;
}
.viewall-review-container {
    padding: 0 1%;
}
.modal-body p {
    padding: 2px 0px;
    font-weight: 700;
    font-size: 12px;
    font-family: Arial;
	margin-bottom:0px;
	font-style:normal;
}
.numrating span {
    margin-right: 10px;
    font-size: 140%;
}
.numrating {
    color: #199100;
    font-size: 102%;
}
.rating-blog{width:100%; float:left;}
.ourrating {
  font-family: poppins,sans-serif !important;
  font-size: 20px;
  color: #523471;
  font-weight: 400;
  /*margin-bottom: 1em;*/
  font-style: normal;
  text-decoration: none;
  float: left;
  letter-spacing:0;
  border-bottom: 4px solid #b97373;
}
.ptitle-review {
  text-decoration:none;
  font-size:18px;
  margin-top:-3px;
  padding-left:0px;
  margin-left:-4px;
}
.ptitle-review i {
  color: #FFAB00;
  font-style: normal;
  font-size: 145%;
}
.ptitle-review span.starcount {
  margin-right: 15px;
}
.starcount-txt{
  /*margin-right: 15px;*/
  padding-left: 8px;
  padding-right:4px;
  color:#000000;
  font-size:20px;
  letter-spacing:.5px;
}
.starcount-txt:before {
  content:url('https://www.prettypetals.in/siteimages/rating-dot.png');
  margin:0 10px 0 0;
}
.review-txt{
  font-size:20px;
}
.review-txt:before {
  content:url('https://www.prettypetals.in/siteimages/rating-dot.png');
  margin:0 10px 0 0;
}
.ptitle-review a {
  font-style: normal;
  display: inline-block;
  color:#4989aa;
  /*text-decoration-color: coral;*/
  letter-spacing: .5px;
  font-style: normal;
  text-decoration: underline;
  font-family: poppins,sans-serif !important;
/*font-size: 16px;*/
font-size: 18px
}


.ptitle-review2 {
  text-decoration:none;
  font-size:16px;
  margin-top:-3px;
  padding-left:0px;
  margin-left:-4px;
  color:#0076AE;
}
.ptitle-review2 i {
  color: #FFAB00;
  font-style: normal;
  font-size: 130%;
}
.ptitle-review2 span.starcount {
  margin-right: 15px;
}
.starcount-txt2{
  /*margin-right: 15px;*/
  padding-left:4px;
  padding-right:4px;
  color:#2e9904;
  font-size:16px;
  letter-spacing:.5px;
}
/*.starcount-txt2:before {
  content:url('https://www.prettypetals.in/siteimages/rating-dot.png');
  margin:0 10px 0 0;
}*/
#change_des{color:#333333; font-size:16px;font-family:poppins,sans-serif;}
#change_des a{color:#333333; font-size:16px;font-family:poppins,sans-serif; text-decoration:underline;}
/*----------------------------------------------------------Index Loader Script End----------------------------------------------*/

@media only screen and (min-width:1368px) and (max-width:1600px){
.bannerrow {margin: 0px 0 -6px 0;}
.seeallwithdelivery2 {
  margin-top:4px;
  }
.middle-banner {
  margin: 30px 0 -4px 0;
}
.middle-banner ul li{
   width:49%;
  float:left;
  margin-left:.5%;
  margin-right:.5%;
  position:relative;
} 
#livesearch, #livesearch-fix, #livesearch-fixcity {
  position: absolute;
  width: 350px;
  z-index: 999999;
  background: rgb(255, 255, 255);
  text-align: left;
  font: normal 13px Arial;
  color: #666666;
  margin: 0 0 0 8.1%;
}
.seeallwithdelivery2 p {
  margin-top: -22px;
}
.breadcumb-right-last {
  width: 15%;
  float: right;
  position: relative;
  margin-left:8px;
  /*margin-top: 6px;*/
  /*margin-bottom: 8px;
  line-height: 60px;
  margin-right:5px;*/
  /*top:40px;
  right: -28px;*/
}
.seeallwithdelivery p {
  margin-top:-20px;
}
.seeallwithdelivery {
  margin-top:5px;
  margin-bottom: 0px;
}
.combosrow {
  margin-bottom:-1px;
}
.seeallwithdelivery2 {
  padding:0px 20px 5px 20px;
}
.bredcrumb {
	/*padding: 35px 10px 0px 10px;*/
	padding:20px 25px 12px;
	background: none;
}

.bredcrumb h6 {
	font-size: 13px;
	color: brown;
	font-weight: normal!important;
	text-align: left;
	font-family: 'Poppins', sans-serif !important;
}

.bredcrumb a {
	transition: 0.5s all;
	cursor: pointer;
	color:#333333;
	text-decoration: none;
	font-family: 'Poppins', sans-serif !important;
}

.bredcrumb a:hover {
	color: #666666;
}
.review-btn-red { margin:70px auto;}
.imageoverlaytextbottom {
  height:125px;
}
.headerbtn {
  height: auto;
  width: 28%;
  }
.headerrightlisting2 li a img {
  height: auto;
  width: 35%;
  display: block;
  margin: auto;
}  
.giftproductrow-main .giftproductimage {
  height: 462px;
  /*height:auto;*/
}
.product-box-height{height:462px;}
}
@media only screen and (max-width:1367px) {
.combosrow {
  margin-bottom:0px;
}
.bredcrumb a{color:#000000;/* padding-left:30px;*/}
.seeallbtn {
  top: 20px;
  }
.breadcumb-right-last {
  width: 15%;
  /*float: right;*/
  position: relative;
  margin-top:25px;
  /*margin-bottom: 8px;
  line-height: 60px;
  margin-right: 5px;*/
  margin-left: 8px;
  top:0px;
  right:0px;
} 
.headingcat { margin-top:0px;
} 
}
@media only screen and (min-width:320px) and (max-width:480px){
	.submenuflex{height: 600px;overflow-y: scroll;}
  .ptitle-review2 {
    text-decoration:none;
    font-size:13px;
    margin-top:-3px;
    padding-left:0px;
    margin-left:-4px;
    color:#0076AE;
  }
  .ptitle-review2 i {
    color: #FFAB00;
    font-style: normal;
    font-size: 120%;
  }
  .ptitle-review2 span.starcount {
    margin-right: 15px;
  }
  .starcount-txt2{
    /*margin-right: 15px;*/
    padding-left:4px;
    padding-right:4px;
    color:#2e9904;
    font-size:13px;
    letter-spacing:.5px;
  }
.description-txt {
  padding: 12px 0;
  width: 100%;
  float: left;
  margin: 0px 0 0px 0;
  text-align: center;
}
.pin-row3 {
  clear:both;
  text-align:center;
  margin-top:0px;
}
.producttextratingbox {
  height: auto;
  width: 100%;
  margin-right: 15px;
  text-align: center;
}
.price{
width: 100%;
float: left;
position: relative;
text-align: center;
margin-top:0px;
}
.priceinner{
width: 100%;
float: left;
position: relative;
}
.ratinginner{
width: 100%;
float: left;
text-align: center;
display: grid;
margin-bottom: 0px;
}
.price-discount{
position: relative;
display: inline-block;
top: 5px;
}
.producttext span {
  margin-top: 0px;
  /*font-size: 31px;*/
  padding-right: 0px;
  float: none;
}
.price1 {
  color: #b12b47;
  font-weight: bold;
  padding-right: 10px;
  font-size: 27px;
  margin-top: -5px;
  /*margin-left: 13px;*/
  margin-right: 2px;
}
.price2 {
  color: #999999;
  text-decoration: line-through;
  padding: 0 17px 0 0px;
  font-size:23px;
  margin-right: 13px;
}
.price3 {
  color: #b12b47;
  font-weight: bold;
  padding-right: 10px;
  font-size: 27px;
  margin-top: -5px;
  margin-left:0px;
  margin-right: 2px;
}
html {
	overflow-x: hidden;
	}
.bredcrumb {
  padding: 10px 0px 0px 10px;
  background: none;
}
.bredcrumb h6 {
	font-size: 13px;
	color: brown;
	font-weight: normal!important;
	text-align: left;
	font-family: 'Poppins', sans-serif !important;
}

.bredcrumb a {
	transition: 0.5s all;
	cursor: pointer;
	color:#333333;
	text-decoration: none;
	font-family: 'Poppins', sans-serif !important;
}

.review-txt {
  font-size: 18px;
}
.writeup-margin{margin-left:0px;}
.offer-block {
  margin-top: 1px;
  margin-left: 12px;
}
#div-to-toggle2 {
  margin: 20px auto;
  width: 94%;
  }
.memberloginspace {
  margin-top: 0px;
  margin-bottom: 50px;
  width: 97%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding-bottom: 10px;
}
.memberloginpart:nth-child(2) {
  width:100%;
  margin-right: 0;
  border-bottom:none;
}
.container {
  width: 100%;
  padding-right:0px;
  padding-left:0px;
  margin-right:auto;
  margin-left:auto;
}
.carttableheading {
  width: 96%;
  }
.col_11_of_12 p {
  padding: 0;
  margin: -1px 0;
}
.form-n-inp-pdetails-container {
  margin: 5px auto;
  padding: 0;
  border: 1px solid #424b7f;
  width: 92%;
  text-align: center;
  margin: 0 4%;
  float: left;
}
#div-to-toggle4 {
  width: 90%;
  }
.review-login-container-login {
  border: 1px solid #E0E0E0;
  max-width: 100%;
  width: 100%;
  margin-left: 0px;
}
.popdiv-bbody4 {
  margin: 0 5% 0 5%;
  margin-top: 0px;
  margin-top: auto;
  width: 90%;
  min-height:270px;
  height:270px;
  position: relative;
  overflow: auto;
}  
.val-block{background:#fdd1dd none; margin-top:5px; margin-bottom:16px; padding-top:18px; bottom:10px;top:0px;}
.categories .index-category-blog{width:47%; margin: 0 1.5% 12px 1.5%;position: relative;float: left;box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);}
.occmenu-hdng{padding:0 0;
}
#diwali-menu-container, #rakhi-menu-container{
  position: relative;
  margin-top: 0px;
  width: 100%;
  float: left;
  height: 420px;
  margin-left: 0;
}
#valentine-menu-container{
  position: relative;
  margin-top: 0px;
  width: 100%;
  float: left;
  height:205px;
  margin-left: 0;
}
#mother-menu-container {
  position: relative;
  margin-top: 0px;
  width: 100%;
  float: left;
  height: auto;
  margin-left: 0;
}
#rakhi-menu-container section {
  text-align: center;
  width: 100%;
  margin-left:0;
}
.nbs-flexisel-container {
  position: relative;
  width: 100%;
  float: left;
  display: block;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
  display: none;
}
.copyright {
  /*height:115px;*/
  height: auto;
  }
.review-name {
  padding: 10px 0 2px 0;
  }
.review-date {
  padding: 5px 0; margin-bottom:0px;
}  
.review-type {
  height:auto;
}
.review-description {
margin-bottom:0px;
}
.review-container {
  margin: 20px 0% 0px 0%;
  }
.review-container > div {
  width: 100%;
  float:left;
  margin: 10px 0 0px 0;
  padding: 0 0 0px 0;
  text-align: center;
}  
#change_des{color:#333333;font-size: 14px;font-family: poppins,sans-serif;}
#div-to-toggle3 {
  width: 90%;
  }
.rating-blog {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  float: left;
  position: relative;
}
.avater-area {
  width: 290px;
  float: none;
  margin-top:0px;
  display: inline-block;
}
.avater-area2 {
  width:300px;
  float: none;
  margin: -2px 5px 0;
  display: inline-block;
}
.bannerrow img {
  height:auto;
}
#review1 {
  padding: 0px;
  color: #FF3333;
  font-size: 112%;
  margin-top: 10px;
  text-align: center;
  margin-top:0px;
  width: 100%;
  position:relative;
}
#review1 .no-item {
  font-style: normal;
  margin-top: 30px;
  float: left;
  width: 100%;
}
.available-item {
  color: #2A9F44;
  font-style: normal;
  padding:0px 0px 0 25px;
  background-image: url(https://www.prettypetals.in/siteimages/pin-accept-location.png);
  background-repeat: no-repeat;
  margin-top: 30px;
}
.lds-ellipsis {
  margin-left: 40%;
}
.banner-caption-text {
  padding: 4px 12px;
  position: absolute;
  width: 80%;
  text-align: center;
  top: 0;
  left: 0;
  text-align: left;
}
.banner-caption-text p.title1 {
  font-size:14px;
  color: #000000;
  margin:0px 0 0px 0;
  font-weight: 600;
}
.banner-caption-text p.title2 {
  font-size:13px;
  color: #333333;
  margin: 0px;
}
.topheader-blog{ display:none;}
.paymentportion {
    height: auto;
    width: 95%;
    margin: auto;
    display: table;
}
.paymentportion img {
    margin: auto;
    display: table;
    height: auto;
    width: 20%;
    padding: 7px 0px;
}
.paymentportionhead p {
    font-size: 9px;
    color: #588001;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 13px;
}
.paymentportion p {
    font-size: 10px;
    color: black;
    text-align: center;
    line-height: 18px;
    font-weight: normal;
    margin-bottom: 0px;
    margin: 7px 0px;
    line-height: 13px;
}
.paymentprotionadspart {
    float: left;
    width: 13%;
    margin-right: 3px;
}
.paymentprotionadspart2 {
    float: left;
    width: 15%;
    margin-right: 5px;
}
.sitemaphead h1 {
    font-size: 18px;
    color: #1c451c;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
    text-decoration: underline;
}
.sitemaphead p {
    font-size: 13px;
    color: #1c451c;
    font-weight: bold;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 5px;
}
.sitemappart ul li a {
    text-decoration: none;
    font-size: 12px;
    color: #1e3d1e;
    font-weight: normal;
    text-align: left;
}
.sitemappart ul {
    padding: 5px 7px;
}
.sitemappart {
    height: auto;
    width: 48%;
    margin-right: 12px;
    padding: 0px;
    background: #f3f3f3;
    border: 1px solid #b7b7b7;
    float: left;
    margin-bottom: 20px;
}

.sitemaplefttextpart {
    float: left;
    height: auto;
    width: 17%;
    margin-right: 5px;
}

.sitemaplefttextpart h6 {
    font-size: 10px;
    color: #225322;
    font-weight: bold;
    text-align: left;
}
.nextpage {
    float: right;
    margin-right: 10px;
    font-size: 11px;
    color: #225322;
    font-weight: bold;
    text-align: right;
    margin-top: -25px;
}
.middlelastpage {
    font-size: 12px;
    color: #171717;
    font-weight: normal;
    text-align: center;
}

.termslastbuttonpart {
    float: left;
height: auto;
width: 48%;
margin-right: 2%;
margin-bottom: 5px;
}
.termslastbuttonflex {
  margin: auto;
  display: table;
  height: auto;
  width: 96%;
  padding: 50px 2%;
}
.termslastbuttonpart button {
    height: auto;
    width: 100%;
    margin: auto;
    display: table;
    padding: 7px 2px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: white;
    border: none;
    outline: none;
    background: #575758;
    transition: 0.5s all;
}
/*#review1 {
  padding: 0px;
  color: #FF3333;
  font-size: 112%;
  margin: 0px;
  text-align: left;
  left: 0;
  top: 90px;
  width:100%;
  position:absolute;
}*/
.main {
  margin-bottom:0px;
  margin-top:30px;
}
.giftproductrow .giftproductimage-index {
  height:295px;
  overflow: hidden;
  }
.giftproductrow-index .giftproductimage-index {
  height:295px;
  overflow: hidden;
  }  
/*.giftproductimage-index:hover .imageoverlaytextbottom {
		background: #ffffffe3;
		height: 150px;
		margin-top:0px;
	}*/
.bannerrow {
  margin-top: 18px;
  height:auto;
}
.bannerrow-val{
  margin-top: 18px;
  height:auto;
}
.carttableheading {margin-top:40px; margin-bottom:10px;}
.cart-button-container {
  padding:0px 0;
  }
.cart-button-containerLeft, .cart-button-containerRight {
  width: 100%;
  text-align:center;
}
.shopcart-wrapper {
  width:97%;
  /*max-width: 1200px;*/
  margin: 1% 1.5% 0 1.5%;
}
.shopping-cart {
  border: 1px solid #e1e1e1;
  overflow-x: hidden;
}
.shopping-cart table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  font-weight: 400;
}
.shopping-cart tr:nth-of-type(2n+1) {
  background: #f5f5f5;
}
.shopping-cart thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.shopping-cart th:nth-child(2) {
  min-width: 200px;
  width: 38%;
}
.shopping-cart th:nth-child(3) {
  min-width: 100px;
  width: 12%;
}
.shopping-cart table, .shopping-cart thead, .shopping-cart tbody, .shopping-cart th, .shopping-cart td, .shopping-cart tr {
  display: block;
}
.shopping-cart td::before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 65%;
  padding-right: 10px;
  white-space: nowrap;
}

.shopping-cart tr {
  border: 1px solid #ccc;
}
.shopping-cart td:nth-child(1) {
  text-align: left;
}
.shopping-cart td:nth-child(3) {
  text-align: left;
}
.shopping-cart td:nth-child(4) {
  text-align: left;
}
.shopping-cart td:nth-child(5) {
  text-align: left;
}
.shopping-cart td:nth-child(6) {
  text-align: left;
}
.shopping-cart td::before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 65%;
  padding-right: 10px;
  white-space: nowrap;
}
.shopping-cart td {
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 30%;
}
/*.shopping-cart td img {
  width: 70px;
  height: 70px;
}*/
.shopping-cart td:nth-of-type(1)::before {
  content: "Image :";
}
.shopping-cart td:nth-of-type(2)::before {
  content: "Item :";
}
.shopping-cart td:nth-of-type(3)::before {
  content: "ID :";
}
.shopping-cart td:nth-of-type(4)::before {
  content: "Quantity :";
}
.shopping-cart td:nth-of-type(5)::before {
  content: "Price USD :";
}
.shopping-cart td:nth-of-type(6)::before {
  content: "Price INR :";
}
.copyright .copyrighttextleft {
  float: left;
  padding-left:0px;
  width:100%;
}
.copyrighttextleft p {
  margin-bottom: 1px;
  text-align: center;
}
.copyright .copyrighttextright {
   width:100%;
  float:left;
  padding-right:0px;
}
.copyrighttextright p {
  margin-bottom: 1px;
  text-align: center;
}
.dellocationrow {
  padding: 0;
  width: 70%;
  margin: 0 15% 10px;
}
#div-to-toggle{
  width: 90%;
  margin-top:90px;
  height:200px;
}
.newpin-submit {
  width: 86%;
  margin: -20px 3% 10px 7%;
}
.upgrade{
width:100%;
float:left;
position:relative;
text-align:center;
} 
.btn-container button {
  margin-top: 30px;
  width: 100%;
}
.giftproductrow .giftproductimage-index {
  margin: 15px 5px 15px 5px;
}
.banner-right p{display:none;}
.bannertextfirst {
  width: 85%;
  float: left;
  position: absolute;
  top: 15px;
  left: 17%;
}
.middle-banner {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0 7px 0;
}

.featured-products-section {
  width: 100%;
  float: left;
  position: relative;
  margin:6px 0 6px 0;
}
.bannertextfirst p{display:none;}
.top-banner {
  width: 100%;
  float: left;
  position: relative;
  margin:0px 0 10px 0px;
}
.top-banner ul li {
  width:49%;
  float: left;
  margin-left: .7%;
  margin-top: 4px;
  position: relative;
}
.mobilemenu {
    padding: 12px 12px 8px 12px;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 7%;
    display: block;
    float: right;
    margin-right: 2px;
    margin-top: -48px;
    border-radius: 10px;
}

.rakhi-bannerrow {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  float: left;
  position: relative;
  height: auto;
  margin-bottom: 10px;
  margin-top: -30px;
}

.nav-menu ul {
width:100%;
 padding: 0;
 margin: 0;
 list-style: none;
 position: relative;
 z-index:700;
 float:right;
 } 
.nav-menu a:hover { 
 /*background-color: #fc8b02; */
 border-radius: 0px;
}
.nav-menu {
margin: 50px 0 0 2%;
background-color: #FF4649;
width: 98%;
position: absolute;
display:none;
}
/*#show2{float:right;}
#show{float:right;}
#hide2{float:right;}
#hide{float:right;}*/
/*.nav-menu ul li {
 float:left;
 }*/
.nav-menu ul li:nth-child(1) img{ display:none;} 
.nav-menu ul li {
width:100%;
float:left;
margin:0 10px 0 0;
 display:inline-block;
 background-color: #e6e5e5;
  border-radius: 10px;
  padding: 4px 0px 0px 0px;
 } 
.nav-menu a { font-size:110%;}
.nav-menu ul ul li {
 width:100%;
 float:left;
 display:list-item;
 position: relative;
 border-radius: 0px;
 margin-left:0%;
 background:#d89b97/* url(https://www.bangaloreonlineflorists.com/siteimages/item-arrow-down.png) no-repeat right*/;
}
.nav-menu ul ul li:hover>a{/*background-color:#d89b97;*/ /*background:#a87d7a;*/background:#a87d7a/* url(https://www.bangaloreonlineflorists.com/siteimages/item-arrow-down.png) no-repeat right*/; color:#fff!important}
/*.nav-menu ul ul li {
 background:#f7e1d3 url(https://www.bangaloreonlineflorists.com/siteimages/item-arrow-side2.png) no-repeat right;
 padding:0;
}*/
.nav-menu ul ul ul li a:hover{/*background-color:#d89b97;*/ /*background:#a87d7a;*/background:#a87d7a none;}
.nav-menu ul ul ul li:hover>a{/*background-color:#d89b97;*/ /*background:#a87d7a;*/ color:#000000; background:#a87d7a none;}
.nav-menu li li > a:after { content: url(https://www.bangaloreonlineflorists.com/siteimages/item-arrow-down.png); padding-left:6px; padding-top:0px; float:right; }
.nav-menu li li > a:only-child:after { content: ''; }
.nav-menu ul ul {position:absolute;width:100%;
float: left;display: block;
margin-left:0px; right:0; margin-top:0px; height:auto; top:0px; left:0; padding-top:0px; background-color: rgba(0, 0, 0, 0.5);}
.nav-menu ul ul ul{ position:relative; width:100%; float:left; margin-top:0px; display:none; height:auto;}
.nav-menu ul ul ul li{position: relative;
 width:100%;
 margin-left:0;
top:0px;
left:0px;
/*background-color:#d88c8f;*/background-color:#e9cacb; margin-left:0%;
}
.nav-menu ul ul ul ul li{position: relative;
 width:100%;
 margin-left:0;
top:0px;
left:0px;
background-color:#edc3c0;margin-left:0%;
}
.page-short {
  width:100%;
  float: right;
  position: relative;
  margin-left:0%;
}
#livesearch, #livesearch-fix, #livesearch-fixcity {
  width: 304px;
  margin: 30px 0 0 0px;
}
.occmenu-ddcontainer{ padding-bottom:8px; margin-left:0;
}
.occmenu-blog{background:none; height:auto; position:relative;display:inline-block; width:47%; margin:11px .8% 0 1.3%; border:2px solid white; border-radius:9px;box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);}
.occmenu-blog2{background:none; height:auto; position:relative;display:inline-block;width: 47%; margin:8px .8% 0 .9%;border:2px solid white; border-radius:9px;box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);}
.occmenu-blog3{background:none; height:auto; position:relative;display:inline-block;width: 47%; margin:8px .8% 0 .9%;border:2px solid white; border-radius:9px;box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);}
.occmenu-blog4{background:none; height:auto; position:relative;display:inline-block;width: 47%; margin:8px .8% 0 .9%;border:2px solid white; border-radius:9px;box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);}
.occmenu-down-content,.occmenu-single{width:96vw;left:0%; display:none; z-index: 999999;
}
#occmenu-rakhi-two{
left: -60%;
}
#occmenu-rakhi-four {
left: -130%;
}
.occmenu-btn {
  font-size: 13px;border-radius:5px;
  }
#occmenu-rakhi-one{background:none; height:auto;background: #fff;}
#occmenu-rakhi-two{background:none; height:auto;background: #fff;}
#occmenu-rakhi-three{background:none; height:auto;background: #fff;}
#occmenu-rakhi-four{background:none; height:auto;background: #fff;}
.occmenu-rakhi{/*width:49%;*/float:left}.occmenu-rakhi button.occmenu-btn{margin: 2px; width:98%;background-color:#941829;white-space:nowrap}.bottom-city-link a{padding:5px}.bottom-city-link a:after{margin-left:0}#city-page-toplink a{font-weight:400;padding:8px 0;background-color:#dff3c0;color:#a70123}#city-page-banner{display:none;visibility:hidden}#city-page-banner-mobile{display:block;visibility:visible}#randomtxt-rotate{display:none;visibility:hidden}#city-page-head section,#city-page-itemhead section{width:100%;text-align:center}#city-page-head section:nth-child(2){display:none;visibility:hidden}#mother-menu-container section{background-color:rgba(255,215,222,0.5)}.occmenu-singlecontainer{margin-left:0%;width:100%!important}.occmenu-singlecontainer a h2{font-weight:normal!important}.val-caption-txt{display:none;visibility:hidden}.toggleMenu i{display:block;visibility:visible}.occmenu-color-rakhi{color:#990000}

.gift-banner-container .gift-relation {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  float: left;
  position: relative;
  padding-bottom: 14px;
}
.gift-relation-box {
  width: 120px;
  float: none;
  margin: -2px 0px 0px 15px;
  display: inline-block;
}
.section-header-text p:nth-child(1) {
  font-size: 120%;
}
.section-header-text p:nth-child(2) {
  font-size: 100%;
}
.breadcumb-right-last {
  width:30%;
  float:right;
  position: relative;
  margin-top:-65px;
  margin-bottom:8px;
  line-height:60px;
  margin-left:-20px;
  margin-top:-57px;
}

.breadcumb-left {
  margin-top:-10px;
  width:100%;
}
.headingcat {
  width:100%;
}
#show img {
  margin:auto;
}
#hide img {
  margin:auto;
}
.headingcat {
  margin-top:0px;
  }
.container-fluid {
  padding-right:0px;
  padding-left:0px;
  margin:0 0 10px 0;
}  

}
@media only screen and (min-width:401px) and (max-width:480px){
.city-dd-down-content {
  position: absolute;
  right: -80px;
  background-color: #f2f2f1;
  min-width: 300px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 999;
  }
.popularrow {
  margin-bottom: -16px;
}
.review-txt {
  font-size: 18px;
}
.bredcrumb {
  padding:0 0 0 27px;
  background: none;
}
.val-block{background:#fdd1dd none; margin-top:5px; margin-bottom:16px; padding-top:18px;bottom:10px;top: 0px;}
.categories .index-category-blog{width:47%; margin: 0 1.5% 12px 1.5%;position: relative;float: left;box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);}
.breadcumb-blog-total {
  margin-top:0px;
  }
.nbs-flexisel-inner{margin-top:-15px;}

.popularimgoverlay:hover h2 {
	margin-top: -40px;
	opacity: 0.9;
}
.breadcumb-right {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 6px;
  margin-bottom: 8px;
  line-height: 60px;
  margin-right: 200px;
  margin-top:30px;
}
.breadcumb-right-last {
  width:30%;
  top:60px;
  right:0px;
  }
  #show{display:block; background-color: #e6e5e5; border-radius: 10px; width:40px; height:40px; border:0; margin-top: 16px;margin-right: 150px;}
#hide{background-color: #9f001e; border-radius: 10px; width:40px; height:40px; border:0; margin-top: 16px;margin-right: 150px;}
.combosboxoverlay {
position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		align-items: center;
		justify-content: center;
  padding-top: 180px;
}
}
@media only screen and (min-width:320px) and (max-width:400px){
.city-dd-down-content {
  position: absolute;
  right: -80px;
  background-color: #f2f2f1;
  min-width: 300px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 999;
  }

.occmenu-singlecontainer {
  display: block;
  float: left;
  margin: 0 .5% !important;
  width: 99% !important;
  font-weight: bold;
}
.occmenu-singlecontainer a {
  font-size: 12px;
  font-weight: bold;
  width: 50%;
}
#valentine-menu-container img {
  width: 100%;
  height:100%;
}
  #show{display:block; background-color: #e6e5e5; border-radius: 10px; width:40px; height:40px; border:0; margin-top: 16px;margin-right:118px;}
#hide{background-color: #9f001e; border-radius: 10px; width:40px; height:40px; border:0; margin-top: 16px;margin-right:118px;}
.breadcumb-right{
  display:none;
}
.breadcumb-right-last {
  width: 30%;
  float: right;
  position: relative;
 /* margin-top: -63px;
  margin-bottom:-5px;
  line-height: 60px;
  margin-left: -20px;
  top:50px;
  right: -7px;*/
  margin: 10px 0;
text-align: center;
}
.combosboxoverlay {
position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		align-items: center;
		justify-content: center;
  padding-top:140px;
}
}

.curencydrop {
	position: relative;
}

.currencysub {
    position: absolute;
    top:40px;
    left: 0px;
    height: auto;
    width: 100%;
    padding: 0px 7px;
    background: #f5f5f5;
    border: 1px solid #c2c2c2;
    z-index: 9999;
	display: none;
}
.currencysub p {
    font-size: 13px;
    color: #434343;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: left;
    text-transform: uppercase;
    margin-top:0px;
}
.curencydrop:hover .currencysub {
	display: block;
}



.testimonialbox {
	width: 48%;
	margin-right: 12px;
	margin-bottom: 12px;
	background: linear-gradient( 45deg, #e7e7e7, #fbfbfb);
	padding: 20px 20px;
	border: 3px solid white;
	outline: 1px solid #cbcbcb;
	float:left;
}

.testimonialbox p {
	font-size: 13px;
	line-height: 22px;
	color: #686868;
	font-weight: normal;
}

.testimonialbox span {
	font-size: 14px;
	color: #222222;
	font-weight: normal;
}

.infinitebtnportion {
	margin: auto;
	display: table;
	width: 12%;
}

.infinitebtnportion .infinitebtn {
	height: auto;
	width: 100%;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #686868;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	padding: 10px 15px;
	font-weight: normal;
	box-shadow: 2px 5px 15px 0px #bbbbbb;
	outline: 1px solid #c3c3c3;
	background: white;
	margin: 50px 0px 20px 0px;
	border-radius: 2px;
	border: none;
	transition: 0.5s all;
	cursor: pointer;
}

.infinitebtnportion .infinitebtn:hover {
	background: #ebebeb;
}

.productdetailsrow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: -5px 0 10px 15px;
  justify-content: space-evenly;
}

.productdetailsrow .productdetailsbox {
	height: auto;
	width: 41%;
	margin-right: 10px;
}

.productimg {
	overflow: hidden;
	padding: 0px;
	box-shadow: 0px 0px 15px 0px #d1d1d1;
	border-radius: 15px;
}

.productimg img {
	height: auto;
	width: 100%;
	transform: scale(1.0);
	cursor: pointer;
	border: 4px solid white;
	border-radius:15px;
	transition: 0.5s all;
	vertical-align: middle;
}

/*.productimg img:hover {
	transform: scale(1.1);
}*/

.productdetailstextbox {
	height: auto;
	width: 56%;
	position: relative;
}

.producttext {
	padding:0px 10px;
}

.producttext h1 {
	/*font-family: 'Ubuntu Condensed', sans-serif;*/
	/*font-family: 'britannic', sans-serif;*/
	/*font-family: 'Yeseva One', cursive;*/
	font-family:'Yeseva One';
	font-size: 48px;
	font-weight: 700;
	color: #523471!important;
	text-align: left;
	margin-bottom: 5px;
	letter-spacing: -1px;
}

.combosrow {
	/*display: flex;
	flex-direction: row;
	flex-wrap: nowrap;*/
	width:100%;
	float:left;
	position:relative;
	/*margin-bottom:0px;*/
}

.combosbox {
	height: auto;
	width: 19%;
	margin-right: 10px;
	float:left;
}
.combosbox img {
	height: auto;
	width: 100%;
	transition: 0.5s all;
	transform: scale(1.0);
	cursor: pointer;
	vertical-align:middle;
	border-radius: 15px;
}
.combosboxoverlay {
	transition: 0.5s all;
	cursor: pointer;
}

.combosboxoverlay:hover h3 {
	/*opacity: 0.8;*/	
	background:#a602b6;
}
.combosboxoverlay:hover {
	background: #ffffff36;
	}

.popularimgoverlay:hover h2 {
	margin-top:0px;
	opacity: 0.9;
}
.safepayementsrow {
	/*display: flex;
	flex-direction: row;
	flex-wrap: wrap;*/
	width: 100%;
    float: left;
    position: relative;
	padding: 15px 0px 0 0;
}

.safepaymentsbox {
	height: auto;
	width: 25%;
	margin-bottom: 10px;
	float: left;
}

.safepaymentsbox img {
	height: auto;
	width:21%;
	margin: auto;
	display: table;
}

.safepaymentsbox h2 {
	font-size: 18px;
	font-weight: 700;
	color: #545454;
	margin: 20px 0px 8px 0px;
	text-align: center;
}
.safepaymentsbox span {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0px 4px 0px;
    text-align: center;
    width: 100%;
    float: left;
}
.safepaymentsbox p {
	font-size: 12px;
	font-weight: normal;
	color: #585858;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}

.safepayments123 {
	margin: auto;
	display: table;
	width: 85%;
	padding-bottom: 40px;
}

.comboboxresponsive {
	display: none;
}

.deliverycitypincodesidebyflex {
	margin: auto;
	display: table;
	height: auto;
	width: 100%;
}

.deliverycitypincodesidebypart {
	float: left;
	height: auto;
	width: 30%;
	margin-right: 0px;
}
.deliverycitypincodesidebypart2 {
    float: left;
    height: auto;
    width: 65%;
    margin-right: 0px;
    padding-top:8px;
}
@media (max-width:788px) {
 /* .copyright{height: 155px ;}*/
}
