
body {
    overscroll-behavior: none;
	height: 100%;
	font-size: 16px;
}

#paytm-checkoutjs.ptm-own-element .offer-desktop-view, #paytm-checkoutjs.ptm-own-element .paytm-wrapper {
	height: 100% !important;
	max-width: 100% !important;
	top: 0% !important;
}

body div.form-group div.div_d_flex {
	display: flex;
}

:root {
	--bg_brown: #593d32;
	--bg_dark_brown: #6c3030;
	--bg_blue: #5da9b2;
	--darker_blue: #2396a5;
}

#page_title_section div.bg_dark_brown {
	background-color: #6c3030;
}

input.date-selector {
    display: inline-block;
    width: 88% !important;
}

body.ios #back_btn, body.ios #top_header div.back_btn_div {
	display: unset !important;
}

.stock_group_outer_div .stock_group_inner_div_image {
    height: 130px;
}

#main_body_div {
	height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    background-color: white;
}

.home_background {
    /* background-color: var(--bg_blue) !important; */
	padding-bottom: 2px;
}

#main_body_div_child {
	height: 100%;
	width: 100%;
}

#first_section div.non_home_background {
	padding: 8px 0px 15px 0px;
}

#page_title_section {
    background-color: white;
    margin-bottom: 8px;
    box-shadow: 0px 1px 5px 2px #d8d8d8;
}

#page_title_section div.product_page_format_icon {
    display: inline;
    cursor: pointer;
    padding: 6px 10px;
    font-size: 21px;
}

div.list_view_product_div {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #CCD !important;
}

.cursor_pointer {
	cursor: pointer;
}

div.product_name {
	font-weight: 500;
}

div.list_view div.product_price {
	text-align: center;
}

div.list_view div.product_div_outline_wrapper {
	box-shadow: none !important;
}

@media only screen and (min-width: 768px) {
	#first_section div.grid_view div.product_div_outline_wrapper {
		border: 1px solid #ccc;

	}
	#first_section div.go_to_product_page {
		cursor: pointer;
	}
}

#first_section {
	min-height: 250px;
}

.opacity_low {
    opacity: 0.4;
}

.background_color_black {
    background-color: black;
}

#spinner_section {
    position: fixed;
    opacity: 1;
    z-index: 99999;
    width: 100%;
	height: 100%;
	display: none;
}

#spinner_main_div {
	display: flex;
	justify-content: center;
	height: 100%;
	align-items: center;
}

a {
	color: black;
}

a:hover {
	text-decoration: none;
}

.ui-widget.ui-widget-content {
	position: fixed;
	z-index: 9999999;
	max-height: 300px;
	overflow-y: auto;
	border-bottom: 2px solid #c5c5c5;
	overflow-x: hidden;
}

section.top_header {
	background-color: var(--darker_blue);
	color: white;
}

section.top_header div.nav_bar div.nav_child {
	margin: 0px 6px;
}

section.top_header div.nav_bar {
	display: flex;
	justify-content: space-between;
	width: 100%;
    padding: 16px 0;
    align-items: center;
}

section.top_header div.nav_bar .nav_icon_size {
	font-size: 19px;
}

span.rupee_icon::before {
    content: '\f156';
    margin-right: 2px;
    font-weight: 600;
    font-size: 90%;
    font-family: 'Font Awesome 5 Free';
}

#sideNav .closebtn {
    font-size: 20px;
}

#sideNav  {
	height: 100%;
	width: 82%;
    max-width: 400px;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	background-color: white;
	overflow-y: auto;
    overscroll-behavior: contain;
	transition: 0.2s all;
	display: none;
	opacity: 1;
    box-shadow: 2px 2px 7px #00000073;
}

#sidenav_sub_container div.sidenav_sub_child:hover {
	background-color: #f2f2f2;
}

#sidenav_sub_container div.sidenav_sub_child {
	cursor: pointer;
    padding: 10px 0px 10px 8px;
	color: black;
}

.animated_sideNav {
	animation-duration: 0.3s;
	animation-fill-mode: both;
	animation-name: closeSlideLeft;
}

@keyframes closeSlideLeft {
	0% {
	   opacity: 1;
	   transform: translateX(0px);
	}
	100% {
		opacity: 0;
		transform: translateX(-210px);
	}
}

@keyframes openSlideLeft {
	0% {
	   opacity: 0;
	   transform: translateX(-210px);
	}
	100% {
		opacity: 1;
	   transform: translateX(0px);
	}
}
.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 38px;
    padding: 12px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.has-search .form-control {
    padding-left: 2.375rem;
}

div.product_add {
	display: table;
	width: 100%;
    min-height: 36px;
    margin: 5px 0px 10px 0px;
}

button.add_to_cart:disabled {
    opacity: 0.6;
}

button.add_to_cart {
    text-align: center;
	background-color: var(--bg_dark_brown);
	border: 1px solid var(--bg_dark_brown);
	border-radius: 8px;
	cursor: pointer;
	color: white;
	width: 80%;
	padding: 4px;
	height: 33px;
	vertical-align: middle;
}
div.product_pm {
	width: 41px;
	height: 41px;
	padding: 3px;
	text-align: center;
}

div.product_pm > div.product_pm_sign {
	border: 1px solid var(--bg_dark_brown);
	background-color: var(--bg_dark_brown);
	color: white;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	line-height: 33px;
}

.product_price {
	font-size: 16px;
	margin-top: 14px;
}

.saved_money_span {
    /* color: #d90000; */
    color: #6610f2;
    font-size: 15px;
	font-weight: 600;
}

.product_price_cut {
	color: #6d6a6a;
	font-size: 13px;
}

div.product_div_outline {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
    font-weight: 600;
	min-height: 200px;
	text-align: center;
}

div.product_div_outline > div.product_div_child_2 {
    margin-bottom: 10px;
}

div.product_div_outline > div.product_div_child_1 {
    flex-grow: 3;
    margin-top: 9px;
    margin-bottom: 15px;
}

div.tag_div {
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
    min-height: 42px;
}

div.tag_div div.featured {
	display: flex;
    min-height: 30px;
    padding: 2px 3px;
    margin: 6px 2px 6px 0;
	flex-wrap: wrap;
    background-color: #FFEE93;
    color: #000000;
}
div.tag_div div.popular {
	display: flex;
    min-height: 30px;
    padding: 2px 3px;
    margin: 6px 2px 6px 0;
	flex-wrap: wrap;
    background-color: #FFC09F;
    color: #000000;
}

div.tag_div div.tag_text {
	font-weight: 600;
    padding: 7px;
}

div.tag_div div.tag_text:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f02b';
    align-self: center;
    padding-top: 1px;
    font-size: 10px;
    margin-left: 2px;
    margin-right: 6px;
}

div.image_div {
    height: 170px;
	cursor: pointer;
}

div.image_div img {
	object-fit: contain;
    height: 100%;
}

img.ui-datepicker-trigger {
    min-width: 25px;
	align-self: center;
}

#similar_product_heading {
	padding: 20px 0;
	background-color: white;
}

div.product_div_outline_wrapper {
	box-shadow: 0px 0px 1px #9A9A4D;
	border: 0px;
	height: 100%;
}

#badge_icon {
	position: absolute;
    padding: 3px;
    right: -13px;
    top: -11px;
    font-size: 12px;
    width: 23px;
    height: 23px;
	border-radius: 50%;
	border: 1px solid white;
}

#top_header div.cart_total_badge {
	font-size: 12px;
}

#main_section_container div.background_shade {
    background-color: var(--bg_blue);
	color: white;
}

#main_section_container div.dark_background_shade {
    background-color: var(--darker_blue);
	color: white;
}

#main_section_container div.parent_stock_group {
    /* background-color: var(--darker_blue); */
    color: var(--darker_blue);
}

div.stock_group_outer_div {
	background-color: white;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	word-break: break-word;
	padding: 7px;
	cursor: pointer;
	min-height: 70px;
    display: flex;
    flex-direction: column;
}

div.parent_stock_group_name {
	font-weight: bold;
	font-size: 17px;
    margin: 8px 0px;
	cursor: pointer;
    color: #ffffff;
    /* text-decoration: underline; */
}

button.btn_style2 {
    background: linear-gradient(to bottom,#976c4f,#6c3030);
    color: white;
}
button.btn_style2:hover {
    color: white;
}

button.btn_extra_btn {
	background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
	border-color: #a39f9f;
	color: #000;
}

button.btn_arrow::after {
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	margin-left: 8px;
}

div.stock_group_name {
	padding: 6px;
	text-align: center;
	font-weight: 500;
	color: var(--bg_dark_brown);
}

#product_info_div .product_price_div {
    font-size: 18px;
    color: #696969;
    font-weight: bold;
}

#shop_by_catergory_row div.list_group_plus_sign:hover::after {
    color: #ffffff;
}

#shop_by_catergory_row div.list_group_arrow_sign::after {
    float: right;
	content: '\f30b';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
    color: #ffffffab;
    margin-right: 5px;
}
#shop_by_catergory_row div.list_group_plus_sign::after {
    float: right;
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
    color: #ffffffab;
    margin-right: 5px;
}

#shop_by_catergory_row div.list_group div.list_group_parent {
    padding: 10px;
    cursor: pointer;
    font-weight: 500;
    border-bottom: 1px solid #ffffff;
    background-color: var(--bg_blue);
    color: #ffffff;
}

#shop_by_catergory_row div.list_group div.list_group_item {
    cursor: pointer;
    display: none;
    background-color: #fff;
}

#shop_by_catergory_row div.list_group div.list_group_item div.list_group_item_child {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

#shop_by_catergory_row div.list_group div.list_group_item div.list_group_item_child::before {
    font-family: 'Font Awesome 5 Free';
    content: '\f30b';
    font-weight: 600;
    margin-right: 16px;
    margin-left: 14px;
}

div.shop_cart div.main_cart_div {
	padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

div.shop_cart div.main_cart_div div.cart_div {
	display: table;
	width: 100%;
	padding-bottom: 7px;
}

div.shop_cart div.main_cart_div div.cart_div div.cart_div_child:nth-child(1) {
    width: 40%;
    cursor: pointer;
}

div.shop_cart div.main_cart_div div.cart_div div.cart_div_child:nth-child(2) {
    padding-left: 27px;
}

div.shop_cart div.main_cart_div div.cart_div div.cart_div_child {
	display: table-cell;
    vertical-align: top;
}

div.shop_cart div.main_cart_div div.cart_div div.cart_div_child div.product_cart_name {
	font-weight: 600;
    cursor: pointer;
}

div.product_quantity_div {
    margin-top: 2px;
    display: flex;
    font-weight: 500;
    width: 100%;
    height: 33px;
    flex-direction: row;
    justify-content: space-between;
    max-width: 200px;
    align-items: center;
	margin-left: auto;
	margin-right: auto;
}

div.product_quantity_div div.product_quantity_div_child {
	text-align: center;
}

#checkout_div {
    padding: 8px 0px;
    background-color: #ffffff;
}

#statusbar_section {
	display: none;
    position: fixed;
    z-index: 10020;
    width: 100%;
    min-height: 34px;
    /* padding: 5px 10px; */
}

#statusBar_row {
    border: 1px solid #00000052;
}

#statusbar_section div.statusBarStyle {
    display: flex;
    font-size: 14px;
	color: black;
	height: 100%;
    flex-direction: row;
    align-items: center;
    min-height: 39px;
}

#footer {
	background-color: var(--darker_blue);
    color: white;
    font-size: 14px;
}


#footer a {
	color: white;
}

#footer a:hover {
	text-decoration: underline;
}

#side_nav_back_page {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    outline: 0;
}

@media only screen and (min-width: 576px) {
	.carousel-indicators {
		bottom: 0 !important;
	}

	#top_header div.cart_icon_div {
		min-width: 40px;
	}
}

@media only screen and (max-width: 576px) {
	.font_size_sm_13 {
		font-size: 13px !important;
	}

	.stock_group_inner_div img {
		max-height: 105px !important;
	}

	.stock_group_outer_div .stock_group_inner_div_image {
		height: 105px !important;
	}
}
@media only screen and (min-width: 768px) {

	#form1 .delivery_option_row {
		min-height: 38px !important;
	}

	#privacy_policy_div {
		flex-direction: column !important;
	}
	#privacy_policy_div li {
		width: 100% !important;
	}
	.cart_div .cart_div_child:nth-child(1) {
		width: 200px !important;
	}
	#checkout_div {
		position: relative !important;
	}
	#checkout_btn {
		max-width: 300px !important;
	}
	.view_total_info {
		font-size: 15px !important;
	}
}

#main_section_container div.order_details {
    padding: 20px 15px 20px 15px;
    background-color: #e6dfd7;
    color: #2f2626 !important;
    border: 1px solid #b19e86;
    border-radius: 9px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    width: 100%;
    min-height: 90px;
	margin: 10px 0;
	cursor: pointer;
}

#main_section_container div.order_details table.inv2_inv_item_table {
	width: 100%;
}

#main_section_container div.order_details table.inv2_inv_item_table tr td, #main_section_container div.order_details table.inv2_inv_item_table tr th {
    border: 1px solid #5d5d5d;
	padding: 0.3rem !important;
}

#main_section_container div.order_details table.inv2_inv_item_table tr td:nth-child(2), #main_section_container div.order_details table.inv2_inv_item_table tr th:nth-child(2) {
	text-align: right;
}

#empty_section {
	display: none;
}

.mandatory {
	color: red;
}

.view_total_info {
    text-align: center;
    margin: 2px 0;
	font-size: 13px;
    min-height: 22px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

div.product_div_outline_wrapper div.remove_product {
    border: 1px solid #721c2475;
	font-size: 13px;
	border-radius: 5px;
    padding: 6px 4px;
}

.view_total_info_head_span {
    border: 1px solid #cac8c859;
    padding: 2px;
    color: #575757;
    width: 100%;
    max-width: 200px;
}

.carousel-indicators .active {
    box-shadow: 0px 0px 4px 2px brown;
}

.carousel-indicators img {
    width: 50px;
    height: 70px;
    object-fit: contain;
	opacity: 0.5;
	margin-right: 10px;
}

.carousel-item {
	display: block;
	text-align: center;
    height: 100%;
    width: 100%;
}

.carousel-item img {
	object-fit: contain;
	height: 100%;
}

.carousel-indicators  {
	bottom: -20px;
	position: relative;
}

.offer_div {
    border: 1px solid var(--bg_brown);
    margin-bottom: 9px;
    padding: 10px;
    height: 100%;
}

.offer_div .offer_div_icon {
    margin-bottom: 5px;
}

.offer_div .offer_div_icon .offer_icon {
    font-size: 26px;
    border: 1px solid var(--bg_brown);
    color: white;
    background-color: var(--bg_brown);
    border-radius: 50%;
    padding: 12px;
    width: 45px;
    height: 47px;
}

.offer_div_content h1,.offer_div_content h2, .offer_div_content h3, .offer_div_content h4, .offer_div_content h5 {
    color: var(--bg_brown);
}

.offer_div_content p {
    margin: 0;
}

#order_summary_table td {
	padding: 12px 8px 0px 8px;
}

#form1 .delivery_option_row {
	min-height: 65px;
}

#wallet_activity_div div.trans_month {
    padding: 10px 15px;
    border: 1px solid gray;
    margin-bottom: 5px;
}

#wallet_activity_div tr.vertical_align_middle td {
	vertical-align: middle;
}

table#order_info_table tr td:nth-child(2){
	font-weight: 700;
}

table#order_info_table tr td{
	vertical-align: top;
}

span.price_span {
	color: #ca2131;
	font-weight: 600;
}

#static_links u {
	display: block;
	padding-bottom: 8px;
	text-decoration: none;
}

#stock_group_swiper_slideshow .swiper-pagination-bullet-active {
	background-color: #eaeaea;
}

#swiper_slideshow div.content_div_wrapper div.content_div_image_wrapper img {
    width: 100%;
    height: 100%;
	border-radius: 50%;
    padding: 5px;
}

#swiper_slideshow div.content_div_wrapper div.content_div_image_wrapper {
	height: 100%;
}


#swiper_slideshow div.content_div_wrapper div.product_name_div {
	text-align: center;
	color: #593324;
	font-weight: 500;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#swiper_slideshow div.content_div_wrapper div.content_flex_div > div {
	align-self: center;
}

#swiper_slideshow div.content_div_wrapper div.content_flex_div div.content_div_product_name {
	height: 52px;
}

#swiper_slideshow div.content_div_wrapper div.content_flex_div div.content_image_div {
    height: calc(80% - 52px);
}

#swiper_slideshow div.content_div_wrapper {
	margin: 8px 0;
	height: 100%;
	width: 100%;
}

#main_section_container div.retail_plan_carousel .swiper-pagination-bullet {
	background-color: #fff;
}

#main_section_container div.retail_plan_carousel div.main_slide_wrapper ul li {
    margin-bottom: 9px;
}
#main_section_container div.retail_plan_carousel div.main_slide_wrapper ul li::before {
    /* content: '\f067'; */
    /* margin-right: 10px; */
    /* font-weight: 600; */
    /* font-family: "font awesome 5 free"; */
    /* font-size: 13px; */
}

#main_section_container div.retail_plan_carousel div.main_slide_wrapper .plan_name_style {
    border-radius: 13px;
    background-color: white;
    color: var(--bg_brown);
}

#main_section_container button.buy_plan_btn_style {
    background-color: #ed652d;
    border-color: #ed652d;
    color: white;
    width: 75%;
    border-radius: 10px;
}

#main_section_container div.retail_plan_carousel div.main_slide_wrapper ul {
    list-style-type: none;
    font-size: 15px;
    margin: 16px 0px;
    padding: 0;
}

#main_section_container div.retail_plan_carousel div.main_slide_wrapper {
    border: 1px solid #040404;
    border-radius: 18px;
	text-align: center;
}

#main_section_container div.retail_plan_carousel div.swiper_slide_div:nth-child(odd) div.main_slide_wrapper {
    background-image: linear-gradient(to bottom right, #402d26, #ba865e);
	color: white;
}

#main_section_container div.retail_plan_carousel div.swiper_slide_div:nth-child(even) div.main_slide_wrapper {
    background-image: linear-gradient(to bottom right, #2396a5, #9596ca);
	color: white;
}

#main_section_container div.chosen_plan_div > div {
	padding-bottom: 13px;
}
#main_section_container div.chosen_plan_div {
    background-color: antiquewhite;
    padding: 10px;
}

#main_section_container div.my_plan_row div.plan_info table td:nth-child(2){
	font-weight: 700;
}

#main_section_container div.yellow_background_style {
    background-color: antiquewhite;
    padding: 10px;
}

#main_section_container div.grey_div_style {
    margin-bottom: 15px;
    padding: 20px 15px 20px 15px;
    background-color: #e6dfd7;
    color: #2f2626 !important;
    border: 1px solid #b19e86;
    border-radius: 9px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}


#main_section_container div.my_plan_div.animation_css div.plan_info, #main_section_container div.subscribed_product_div.animation_css div.grey_div_style {
  animation-name: highlight_div;
  animation-duration: 2s;
}

@keyframes highlight_div {
	100% {background-color: #c9ae89;}
}
