/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.font-bold { font-weight: 700; }
.text-xl { font-size: 1.25rem; line-height: 2rem; }
.text-xs { font-size: 0.700rem !important; line-height: 1rem !important; }
.text-sm { font-size: 0.75rem !important; line-height: 1.25rem !important; }
.text-md { font-size: 0.90rem !important; line-height: 1.25rem !important; }
.color-black { color: #000000 !important; }
.color-orange { color: #ff7035 !important; }
.color-green { color: #67ad5b !important; }
.text-right { text-align: right !important; }

.heading-lg {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
}

header .main_header { position: inherit !important; }
.menuContainer a { color: #111 !important; }
main {background-color: #f8f8f8 !important;}
.body .horizontal-line {
  height: 8px;
  background: #F5F5F5;
}

body {padding-bottom: 0px !important;}

#toastBox{
	position: fixed;
	top: 54px;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	overflow: hidden;
	padding: 0px;
	width: 100%;
	/*height: auto;
	background-color: #662111;*/
	align-items: center;
	z-index: 999;
}

.toastContent{
	width: 300px;
	height: auto;
	font-weight: 500;
	margin: 15px 0px;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 10px 10px;
	position: relative;
	transform: translateX(100%);
	animation: moveleft 0.5s linear forwards;
}

@keyframes moveleft {
	100% {
		transform: translateX(0);
	}
}

.toastContent i {
	margin: 0 20px;
	font-size: 35px;
	color: green;
}

.toastContent.error i {
	color: red;
}

.toastContent::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: green;
	animation: anim 1.4s linear forwards;
}

.toastContent.error::after {
	background: red;
}

@keyframes anim {
	100% {width: 0;}
}


.row .ks-col.sm-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.row .ks-col {
  padding-right: 6px;
  padding-left: 6px;
}

.bordered_div {
  	background-color: #ffffff;
  	border-radius: 4px;
  	color: #242424;
  	padding: 15px;
  	margin: 0 8px 10px 0;
	margin-top: 0px;
  	border: 1px solid #e2e9e1;
}

.display-text-list {
  list-style: none;
  padding-left: 0px !important;
}

.display-text-list li {
  margin-bottom: 5px;
}

.button-outline {
  border: solid 1px #E0E0E0 !important;
  color: #5b5b5b !important;
}

.button-primary {
  background-image: linear-gradient(180deg,rgba(000,00,00,.99) 0%,#000 100%) !important;
	color: #fff !important;
}

.button-outline-orange {
  border: solid 1px #000 !important;
}

.button-container {
  font-size: 1rem;
  font-size: 18px;
  line-height: 1.375rem;
  transition: all .3s ease-in;
  color: #000;
  cursor: pointer;
  font-weight: 700;
  border-radius: 2px;
  border: none;
  background: transparent;
  padding: 8px 16px;
}

.paddingTop-0, .pt-0{
	padding-top: 0px !important;
}

.paddingTop-20, .pt-20 {
  padding-top: 20px !important;
}

.paddingBottom-0, .pb-0{
	padding-bottom: 0px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.marginTop-03, .mt-03{
	margin-top: 03px !important;
}

.marginTop-05, .mt-05{
	margin-top: 05px !important;
}

.marginTop-10, .mt-10{
	margin-top: 10px !important;
}

.marginTop-20, .mt-20{
	margin-top: 20px !important;
}

.marginTop-40, .mt-40{
	margin-top: 40px !important;
}

.marginTop-50, .mt-50{
	margin-top: 50px !important;
}

.marginTop-60, .mt-60{
	margin-top: 60px !important;
}

.marginTop-70, .mt-70{
	margin-top: 70px !important;
}

.marginBottom-4, .mb-4 {
  margin-bottom: 4px !important;
}

.marginBottom-5, .mb-5 {
  margin-bottom: 5px !important;
}

.marginBottom-8, .mb-8 {
  margin-bottom: 8px;
}

.marginBottom-10, .mb-10 {
  margin-bottom: 10px;
}

.marginBottom-12, .mb-12 {
  margin-bottom: 12px;
}

.marginBottom-20, .mb-20 {
  margin-bottom: 20px;
}

.cursor-pointer {
  cursor: pointer;
}

.container {max-width:80% !important;}
.no-border {border:none !important;}
.img-rounded-5px { border-radius: 5px !important;}
hr {margin: 15px 0 15px 0;}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f4f3f3;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #d2cfcf;
}

.edit-details-form {
  min-height: calc(100vh - 160px);
}

.details-form .input-wrap-container, .address-form .input-wrap-container {
  width: 100%;
}
.input-wrap-container {
  position: relative;
  display: inline-block;
}

.input-box-label {
  font-size: .75rem;
  line-height: 1.3125rem;
  color: #5b5b5b;
  font-weight: 500;
  display: block;
}

.details-form .details-input, .address-form .details-input {
  width: 100%;
  background-color: #fff;
}
.input-box {
  padding: 14px;
  background: #fff;
    background-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  border: solid 1px #E0E0E0;
  color: #5b5b5b;
  margin-bottom: 8px;
}

.input-error-text {
  display: none;
  font-size: .75rem;
  color: #d8232a;
}

.divstyle {
  display: flex;
  width: 100%;
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  padding: 0;
}

.price_discount {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 10px;
  color: green;
  border-radius: 1px;
  margin-left: 4px;
  padding: 4px 5px;
}

.featured-categories, .top-brands {
	background-color: #f8f8f8;
  padding: 20px 0;
}


.slider-container, .mobile-slider-container{
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.slider-images, .mobile-slider-images {
	display: flex;
	transition: transform 0.5s ease;
}

.slider-image, .mobile-slider-image {
	width: 100%;
	height: 100%;
}

.prev-btn, .next-btn, .mobile-prev-btn, .mobile-next-btn, .slider2-prev-btn, .slider2-next-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 24px;
	background-color: rgba(0,0,0,0.5);
	color: white;
	padding: 10px;
	border: none;
	z-index: 1;
}

.prev-btn, .mobile-prev-btn, .slider2-prev-btn {
	left:0;
}

.next-btn, .mobile-next-btn, .slider2-next-btn {
	right: 0;
}

.display-949 {display: none !important;}
.display-767 {display: none !important;}

@media (max-width: 949px) {
	.display-949 {display: block !important;}
	.display-950 {display: none !important;}
}

@media (max-width: 992px) {
	.container-sticky {max-width: 100% !important;}
}

@media (max-width: 767px) {
	.display-767 {display: block !important;}
	.display-768 {display: none !important;}
}

/*.container{
	width: 100%;
	min-height: 100vh;
	padding: 0px 8%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}*/


.container .my-slider{
	position: relative;
	width: 100%;
	height: 200px;
	/*background-color: lightgreen;*/
	overflow: hidden;
}
.my-slider .my-slider-item{
	width: 400px;
	max-height: 200px;
	border-radius: 15px;
	position: absolute;
	top: 0;
	left: 0;
	/*transition: left 0.5s cubic-bezier(0.645, 0.045, 0.354, 1);*/
	overflow: hidden;
}
.my-slider-item:nth-child(1){
	left: calc(-400px + -40px);
}
.my-slider-item:nth-child(2){
	left: 0;
}
.my-slider-item:nth-child(3){
	left: calc(400px + 40px);
}
.my-slider-item:nth-child(4){
	left: calc((400px + 40px) * 2);
}
.my-slider-item:nth-child(5){
	left: calc((400px + 40px) * 3);
}
.my-slider-item:nth-child(6){
	left: calc((400px + 40px) * 4);
}
.my-slider-item:nth-child(7){
	left: calc((400px + 40px) * 5);
}
.my-slider-item:nth-child(8){
	left: calc((400px + 40px) * 6);
}
.my-slider-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.my-slider-item .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px 20px 30px;
	background: linear-gradient(to top, rgba(0,0,0,0.9) 0%,
		        rgba(0,0,0,0.6) 10%, rgba(0,0,0,0.01) 100%);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.my-slider-item .overlay .explore-now-btn{
	padding: 12px 20px;
	background: rgba(112, 183, 48, 0.5);
	color: var(--light-heading-clr);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 25px;
	border: none;
	outline: none;
	cursor: pointer;
	transition: background-color 0.3s;
}
.my-slider-item .overlay .explore-now-btn:hover{
	background-color: var(--primary-clr);
}
.my-slider-item .overlay .destination-desc{
	position: relative;
}
.my-slider-item .overlay .destination-desc h3{
	margin-bottom: 10px;
	font-size: 24px;
	color: var(--light-heading-clr);
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 1px;
}
.my-slider-item .overlay .destination-desc p{
	color: var(--light-heading-clr);
	font-size: 15px;
}
.my-slider-item .overlay .destination-desc p i{
	margin-right: 10px;
	font-size: 18px;
	color: var(--primary-clr);
}



.brandimgs{display:block;padding: 10px;box-shadow: 0 0 5px rgb(0 0 0 / 25%);border-radius: 5px;margin: 5px;cursor: pointer;transition:all 0.3s;position:relative;top:0;overflow:hidden;}
.brandimgs:hover{box-shadow: 0 0 8px rgb(0 0 0 / 30%);top: -2px}
.brandimgs .brandimg{position:relative;padding-top:40%;}
.brandimgs .brandimg img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:auto;max-width:100%;max-height:100%;}
.brandimgs .brandcont{display:block;text-align:center;color:#000;font-weight:500;padding:10px 5px;font-size:12px;margin:10px -10px -10px;background-color: #f1f1f18a;transition:all 0.4s;position:relative}
.brandimgs .brandcont span{z-index:2;position:relative}
.brandimgs .brandcont:before{content:'';display:block;position:absolute;top:100%;background-color: #ed2f39;width:100%;height:100%;transition:all 0.4s;left:0;z-index:0;}
.brandimgs:hover .brandcont:before{content:'';display:block;position:absolute;top:0%;background-color: #ed2f39;width:100%;height:100%;left:0;z-index:0}

.brandimgs:hover .brandcont{color:#fff;}




.off-header-menu-position
{
  top: 0;
}

.menuContainer
{
  position: sticky;
}

.menuContainer .sidenav-item
{
  background: #fff;
  min-height: 74px;
  cursor: pointer;
  /*padding-left: 65px;*/
  height: 100%;
}

.menuContainer .sidenav-item .sidenav-text-wrapper .sidenav-heading-active
{
  color: #ff7035;
  display: block;
}

.menuContainer .sidenav-item .sidenav-text-wrapper .sidenav-heading
{
  display: block;
}

@media only screen and (max-width: 1024px){
	body {padding-bottom: 120px;}
	.no-display-1024 { display: none !important;}
}

@media (max-width: 768px) {
  .custom-checkout-table {
    height: 100% !important;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

@media only screen and (max-width: 768px) {
  .col-xs-4 {
    flex-basis: 33.3333333333% !important;
    max-width: 33.3333333333% !important;
    padding: 5px 2px;
    padding-bottom: 5px;
  }
	
.col-xs-8 {
    flex: 0 0 66.66667% !important;
    max-width: 66.66667% !important;
  }	
}

@media only screen and (min-width: 1025px) {
  .no-display-min-1024 {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .menuContainer .sidenav-item .sidenav-icon-wrapper
{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
	
	.menuContainer .sidenav-item .sidenav-text-wrapper
{
    display: inline-block;
    vertical-align: middle;
  }
}


@media (min-width: 576px) {
  
}
.tt-shopcart-wrapper {
    padding: 16px 16px 35px;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 35px;
    padding-left: 16px;
  }
.tt-shopcart-wrapper { border: 1px solid #e9e7e7; }
.tt-shopcart-box.tt-boredr-large { border-width: 2px; }


.sidenav-info
{
  color: #848484;
}

.border-bottom-text
{
  border-bottom: 1px solid #E0E0E0 !important;
}

.sidenav-item-active
{
  background: #fff;
  border-bottom: 2px solid #FF7035 !important;
  min-height: 82px;
  cursor: pointer;
}

.sidenav-icon-wrapper
{
  width: 36px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
}


@media only screen and (max-width : 767px) {
  .menuContainer   .sidenav-item {
    text-align:center;
    min-height:84px;
    padding-left:0;
    padding-top:10px
  }
}

@media only screen and (max-width: 1024px){ 
	.sidenav-icon-wrapper { 
		display: block !important;
		margin: 0px auto !important;
		/*width: 24px !important;
		height: 24px !important;*/
	}
	
	.sidenav-text-wrapper {text-align: center !important; width:100% !important; }
	.sidenav-text-wrapper .text-lg {font-size: .8rem !important;}
}






 .drawer-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  /*height: 0;*/
  width: 100%;
  height: 100%;
  z-index: 990;
  background: rgba(50,50,50,.4);
	   display: none;
} 
  
.drawer-container, .address-drawer-container, .add-address-drawer-container, .all-address-drawer-container {
  position: fixed !important;
  top: 0px;
  width: 484px;
  height: 100%;
  background: #fff;
  transition: all .3s;
  padding: 0;
  z-index: 991;
	right: -550px;
}
	
.drawer-container.position-right.is-open, .address-drawer-container.position-right.is-open {
  right: 0;
}
	
.drawer-container.position-right .drawer-close,
.address-drawer-container.position-right .drawer-close,
.all-address-drawer-container.position-right .drawer-close,
.add-address-drawer-container.position-right .drawer-close
	{
    left: -56px;
  }
  
  .drawer-container .drawer-close,
  .address-drawer-container .drawer-close, 
  .all-address-drawer-container .drawer-close, 
  .add-address-drawer-container .drawer-close 
{
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
	
.drawer-close {
  background: url(https://ii1.pepperfry.com/assets/w22-close-icon-cross.svg) no-repeat left;
    /*background-size: auto;*/
  cursor: pointer;
  /*width: 32px;
  height: 32px;*/
  display: block;
  position: absolute;
  /*background-size: 32px;*/
  top: 8px;
}
	
.coupons-drawer-main .drawer-container .body,
.address-drawer-main .address-drawer-container .body,
.address-drawer-main .all-address-drawer-container .body,
.address-drawer-main .add-address-drawer-container .body

{
    padding: 24px 24px 0px 24px;
	overflow: auto;
  	height: 100%;
  }	


.address-drawer .drawer-container .body {
  padding: 20px 20px 0px 20px;
  overflow: auto;
  height: 100%;
}
  
.coupons-details-container .coupons-input {
  display: block;
  padding-bottom: 10px;
}

.coupons-available-section .coupons-available-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

md-coupons-card {
  display: block;
  margin-top: 20px;
}

.coupons-card-section .coupons-card-container {
  position: relative;
  word-wrap: break-word;
  width: 434px;
  margin-bottom: 16px;
  min-height: 200px;
}

.coupons-card-section .coupons-card-container .coupons-card {
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px;
  display: flex;
  justify-content: end;
  width: 100%;
  height: 100%;
  align-items: center;
}

.coupons-card-section .coupons-card-container .coupons-card .coupons-card-lhs {
  width: 18%;
}

.coupons-card-section .coupons-card-container .coupons-card .coupons-card-lhs img {
  position: relative;
  max-width: 100%;
  vertical-align: middle;
}

.coupons-card-section .coupons-card-container .coupons-card .coupons-card-rhs {
  width: 81%;
  padding: 0px 20px;
}

.coupons-card-section .coupons-card-container .coupons-card .coupon-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.middle-xs {
  align-items: center;
}

.coupons-card-section .coupons-card-container .coupons-card .coupons-button {
  margin-right: 8px;
}

.coupons-card-section .coupons-card-container .coupons-card .coupons-card-rhs ul.coupons-desc {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.coupons-card-section .coupons-card-container .coupons-card .coupons-card-rhs .coupons-desc .coupon-detail-cta {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
}

.coupons-card-section .coupons-details .coupons-details-list {
  list-style-type: disc;
  margin-left: 18px;
  padding-left: 0px;
}

.coupons-card-section .coupons-details ul.coupons-details-list li.text-xs {
  line-height: 1.25rem !important;
}

.divstyle {
  display: flex;
  width: 100%;
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  padding: 0;
}

.input-box {
  padding: 14px;
  background: #fff;
    background-color: rgb(255, 255, 255);
  border-radius: 2px;
  border: solid 1px #E0E0E0;
  color: #5b5b5b;
  margin-bottom: 8px;
}

.input-box-label {
  font-size: .75rem;
  line-height: 1.3125rem;
  color: #5b5b5b;
  font-weight: 500;
  display: block;
}

.details-action .details-action-btn .button-container {
  width: 100%;
}

.address-form-container .address-form-main .address-form .divstyle .input-box-label {
  text-transform: none;
}

.address-form-container .address-form-main .address-form .address-type-text {
  line-height: 1.3125rem;
  color: #5b5b5b;
  margin: 0 0 4px;
}

.address-form-container .address-form-main .address-form .address-input {
  width: 100%;
  border-radius: 2px;
  margin-bottom: 8px;
}

.address-form-container .address-form-main .address-form .address-radio-form {
  display: flex;
}

.address-form-container .address-form-main .address-form .address-radio-form .address-type-radio {
  display: none;
}

.address-form-container .address-form-main .address-form .address-radio-form .address-type-radio:checked + .address-home {
  border: 1px solid #FF7035;
  color: #ff7035;
}
.address-form-container .address-form-main .address-form .address-radio-form .address-home {
  margin-right: 10px;
  padding: 8px 10px;
  border-radius: 2px;
  border: 1px solid #E0E0E0;
}
.address-form-container .address-form-main .address-form .address-radio-form .address-home {
  margin-right: 10px;
  padding: 8px 10px;
  border-radius: 2px;
  border: 1px solid #E0E0E0;
}

.address-form-container .address-form-main .address-form .address-radio-form .address-home .address-type-icon {
  padding: 0 2px;
  position: relative;
  bottom: 1px;
  right: 2px;
}

.address-form-container .address-form-main .address-form .form-address-action {
  position: sticky;
  display: flex;
  width: 100%;
  bottom: 0;
  background: #fff;
  padding: 8px 0;
  justify-content: space-between;
}

.address-form-container .address-form-main .address-form .form-address-action .address-action {
  flex: 0 0 49%;
}

.action-btn .button-container {
  width: 100%;
  border-radius: 2px;
  padding: 8px 16px;
}

.checkbox--container .checkbox--main {
  margin: 1rem 0;
  position: relative;
  text-align: left;
}


.tt-shopping-layout .tt-wrapper {
  margin-top: 55px;
}

.tt-shopping-layout .tt-title {
  font-size: 20px;
  padding-bottom: 26px;
  letter-spacing: 0.02em;
  color: #191919;
}

.tt-table-shop-01 {
  border-bottom: 1px solid #e9e7e7;
  width: 100%;
}

.tt-table-shop-01 thead tr {
  border-top: 1px solid #e9e7e7;
}

.tt-table-shop-01 thead th {
  color: #191919;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 12px 10px 10px 0;
  font-family: "Manrope", sans-serif;
}
.tt-table-shop-01 th, .tt-table-shop-01 td {
  width: 20%;
  line-height: 17px;
}

.tt-table-shop-01 tbody tr {
  border-top: 1px solid #e9e7e7;
}

.tt-table-shop-01 tbody td {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .container {
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 768px){ 
.drawer-container, .address-drawer-container, .all-address-drawer-container, .add-address-drawer-container {
  width: 86% !important;
}
	
	table.checkout-table tr {
    font-size: 12px !important;
  }
	
	table.checkout-table td, table.checkout-table th {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}




.saved-valued-box {
  background-color: #424242;
  color: #fff;
  padding: 10px 0px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.custom-checkout-table {
  height: 60vh;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.checkout-item-card {
  border: 1px solid lightgray;
  padding: 20px 20px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.checkout-item-card img {
  width: 100% !important;
}

.checkout-item-card h4 {
  padding-bottom: 0px !important;
}

.detail-qty {
  max-width: 80px;
  padding: 9px 20px;
  position: relative;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 10px;
}

.border {
  border: 1px solid #dee2e6 !important;
}



table.checkout-table {
  width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse;
  vertical-align: middle;
}

table.checkout-table tr, table.checkout-table tr {
  padding-bottom: 10px;
  border-bottom: 1px dashed #E0E0E0;
  vertical-align: middle;
}

table.checkout-table td, table.checkout-table th {
  border: 0;
  padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.delete a {
  display: block;
  color: #fff !important;
  background-color: #000 !important;
  /*padding-top: 14px;*/
}


.address-display-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.address-display-title .address-to {
  color: #5b5b5b;
}

.address-display-title .address-change-link, .address-display-title .billing-address-change-link {
  color: #ff7035;
}

.address-view-container .address-information.address-display-context-outer {
  border: 1px solid #E0E0E0;
  padding: 14px 8px;
  margin-bottom: 15px;
}

.address-view-container .address-information .address-type.outer-context {
  padding-left: 4px;
}

.address-view-container .address-information .address-type {
  text-transform: uppercase;
  padding-left: 8px;
  color: #848484;
}

.address-view-container .address-information {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.address-name {
  color: #000;
}

.address-view-container .address-information .address-place {
  color: #848484;
  display: flex;
}

.address-view-container .address-information .address-place .address-block {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.address-view-container .address-information .address-place .address-postalcode {
  text-align: left;
}


.cart-coupons-container .cart-coupons-wrapper {
  padding: 14px 12px;
  border: 1px solid #E0E0E0;
}

.cart-coupons-container .cart-coupons-wrapper .cart-coupons-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.cart-coupons-container .cart-coupons-wrapper .cart-coupons-info .cart-coupons-info-lhs {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cart-coupons-container .cart-coupons-wrapper .cart-coupons-info .cart-coupon-image {
  width: 32px;
  height: 32px;
}

.cart-coupons-container .cart-coupons-wrapper .cart-coupons-info .coupons-desc {
  margin-left: 8px;
  vertical-align: middle;
}

.cart-coupons-container .cart-coupons-wrapper .cart-coupons-info .cart-coupons-info-rhs svg {
  padding-top: 4px;
}

.cart-coupon-applied-container .cart-coupon-applied-upper {
  padding: 16px 12px;
  border: 1px solid #85BD7C;
  border-radius: 2px;
}

.cart-coupon-applied-container .cart-coupon-applied-upper .cart-coupon-applied-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-coupon-applied-container .cart-coupon-applied-upper .cart-coupon-applied-wrapper .cart-coupon-applied {
  display: flex;
  align-items: center;
}

.cart-coupon-applied-container .cart-coupon-applied-upper .cart-coupon-applied-wrapper .cart-coupon-applied-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.cancel-dialog {
  z-index: 50000;
  background-color: #f5f5f5;
  padding: 56px 16px 57px;
  margin: 6px 0;
}

.cancel-dialog .button-container {
  width: 100%;
}

.hide {
  display: none !important;
}

.center-xs {
  justify-content: center;
}

.order_review {
  border: 1px solid #e2e9e1;
  padding: 30px;
  border-radius: 10px;
}

.table-responsive { overflow-x: auto; }

.tt-table {
  width: 100%;
  
   }

.tt-table td, .tt-table th {
  padding: 10px 20px;
  border: 1px solid #e2e9e1;
  vertical-align: middle;
}
  
.tt-table thead tr th {
    font-weight: 500;
    color: #191919;
    font-size: 14px;
    line-height: 17px;
    font-family: "Hind", sans-serif;
    letter-spacing: 0.03em;
    padding: 12px 0 10px; 
text-align: center;}
  
.tt-table thead tr th:first-child {
    /*width: 12%;
    max-width: 68px;*/
    padding-right: 10px; }
  
.tt-table thead tr th:not(:first-child) {
    /*width: 44%;*/
    padding-right: 10px; }
  
.tt-table tbody tr {
    border-top: 1px solid #e9e7e7; }
    
.tt-table tbody tr td {
      padding: 11px 0 11px;
      line-height: 17px; }
    
.tt-table tbody tr td:first-child {
      /*width: 12%;
      max-width: 68px;*/
      padding-right: 10px; }
    
.tt-table tbody tr td:not(:first-child) {
      /*width: 44%;*/
      padding-right: 10px; }

.search_wrapper {
  width: 100%;
  background-color: transparent;
  border-radius: 0 2px 2px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: auto;
  cursor: pointer;
}

.search_input_placeholder {
  padding-left: 10px;
  color: rgba(33,33,33,.5019607843137255);
  font-size: 15px;
}

.search_button_wrapper {
  margin: 0;
  padding: 0;
	cursor: pointer;
}

.search_button {
  border: 2px solid #fff;
    border-left-color: rgb(255, 255, 255);
  border-left-color: #f1f3f6;
  border-radius: 0 2px 2px 0;
  height: 36px;
  min-width: 36px;
  cursor: pointer;
  width: 100%;
}

.MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  -moz-user-select: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.MuiButton-label {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}

.MuiSvgIcon-root {
  fill: #8a8989;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.7rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  -moz-user-select: none;
}


.widget-container {
  position: fixed;
  top: 193px;
  bottom: 200px;
  right: 0;
  width: 64px;
  border-radius: 2px 0 0 2px;
  background: #FFFFFFE5;
  overflow: hidden;
  box-shadow: 0 4px 10px #0000001a,0 -4px 10px #0000001a;
  transition: width 10s,height 10s;
  z-index: 150;
	height: 234px;
}

.bop-main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 78px;
  border-bottom: 1px solid #E0E0E0;
}

.bop-main-container .bop-widget-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.bop-main-container .bop-widget-section img {
  width: 35px;
  height: 35px;
}

.bop-main-container .bop-widget-section .widget-second-text
{
  line-height: 10px;
}

.expert-help-main-container
{
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expert-help-main-container .bop-widget-section
{
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.expert-help-main-container .bop-widget-section img
{
  width: 35px;
  height: 35px;
}

.expert-help-main-container .bop-widget-section .widget-second-text
{
  line-height: 10px;
}


.out-of-stock-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 20px;
	border-radius: 4px;
	z-index: 10;
	text-transform: uppercase;
	pointer-events: none;
}
