/***********************Custom Alert***************************/
#custom_alert_container.success{
	background: #AFC765;
	border: 1px solid #A0B55C;
}
#custom_alert_container.warning{
	background: #FFD166;
	border: 1px solid #FFC237;
	color:#4a4949;
}
#custom_alert_container.error{
	background: #d80f23;
	border: 1px solid #ea0017;
	color: #fff !important;
}
#custom_alert_container p{
	color: inherit !important
}
#custom_alert_container.info, .custom_alert_container.question{
	background: #78C5E7;
	border: 1px solid #3badd6;
}
#custom_alert_container.success .alert_type_icon:after{
	content:'\f058';
	font-family: 'Font Awesome 5 Free';
  	font-weight: 900;
	font-size:20px;
}
#custom_alert_container.warning .alert_type_icon:after{
	content:'\f06a';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;	
	font-size:20px;
}
#custom_alert_container.error .alert_type_icon:after{
	content:'\f057';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size:20px;
}
#custom_alert_container.question .alert_type_icon:after{
	content:'\f059';
	font-family: 'Font Awesome 5 Free';
  	font-weight: 900;
	font-size:20px;
}
#custom_alert_container.info .alert_type_icon:after{
	content:'\f05a';
	font-family: 'Font Awesome 5 Free';
  	font-weight: 900;
	font-size:20px;
}
#custom_alert_container{
	width: auto;
    min-width: 80%;
    max-width: 380px;
	color: #fff;
	position: fixed;
	bottom: 6%;
	padding: 10px 30px;
	left: 10%;
	border-radius: 2px;
    opacity:0;
    z-index: 9999;
    box-shadow: 0px 0px 9px 0px #f5e3e3;
}
#custom_alert_container.show{
	opacity: 1;
	transition: all ease-in 0.5s;
}
#custom_alert_container.hide{
	opacity: 0;
	transition: all ease-out 0.5s;
}
#custom_alert_container{
	pointer-events: none;
}
/***********************Custom Alert***************************/

.productImgContainer {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.productImgContainer img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.active_filters2 li{
	border-radius: 4px;
	padding: 2px 2px 2px 4px;
	margin-bottom: 5px;
	font-size: .9rem;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: .75px;
	background: blue;
	color: #fff;
}

/******************product details page variant and add on******************/
/* .product-details .pd-size-choose .sc-item label {
    font-size: 16px;
    color: #252525;
    font-weight: 700;
    height: auto;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ebebeb;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
}
.product-details .pd-size-choose .sc-item label {
    color: #252525;
    border: 1px solid #ebebeb;
}

.product-details .pd-size-choose.addon-choose .sc-item label {
    height: auto;
    width: 100%;
    line-height: 2;
}

label.activeAddOn {
    background-color: #000;
    color: #fff !important;
}

.product-details .pd-size-choose .sc-item input {
    position: absolute;
    visibility: hidden;
}

.product-details .pd-size-choose .sc-item label.active {
    background: #252525;
    color: #ffffff !important;
}

.product-details .pd-size-choose .sc-item label.active a,
.product-details .pd-size-choose .sc-item label.active a:hover,
.product-details .pd-size-choose .sc-item label.active a:focus {
    color: #ffffff !important;
} */
.pd-size-choose{
    display: flow-root;
}
.product-details .pd-size-choose .sc-item label {
    font-size: .9rem;
    color: #2b2f4c;
    font-weight: 600;
    height: auto;
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid  rgb(210 210 210 / 25%);/* #2b2f4c; */
	border-radius: 20px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    cursor: pointer;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	box-shadow: 0px 3px 5px 0px rgba(210, 210, 210, 0.5);
}
.product-details .pd-size-choose .sc-item label a{
    color: #2b2f4c;
}

.product-details .pd-size-choose.addon-choose .sc-item label {
    height: auto;
    width: 100%;
    line-height: 2;
}

label.activeAddOn {
    background-color: #000;
    color: #fff !important;
}

.product-details .pd-size-choose .sc-item input {
    position: absolute;
    visibility: hidden;
}

.product-details .pd-size-choose .sc-item label.active {
	background: #2b2f4c;
    color: #ffffff;
}

.product-details .pd-size-choose .sc-item label.active a,
.product-details .pd-size-choose .sc-item label:hover a,
.product-details .pd-size-choose .sc-item label.active:hover a,
.product-details .pd-size-choose .sc-item label.active:focus a{
    color: rgba(255,157,0,1)!important;
}
/******************product details page variant and add on******************/

/* span.cartCount{
    position: absolute;
    right: 4px;
    top: 3px;
    height: 15px;
    width: 15px;
    background: #252525;
    color: #ffffff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    line-height: 15px;
	display: none
} */

/*---------------------
  Check Out
-----------------------*/

.checkout-section {
	padding-top: 48px;
	padding-bottom: 48px;
}

.checkout-content {
	margin-bottom: 50px;
}

.checkout-content .content-btn,
.checkout-content input {
	color: #252525;
	font-size: 16px;
	border: 2px solid #ebebeb;
	padding: 14px 20px;
	background: #f3f3f3;
	text-align: center;
	display: block;
}

.checkout-content input {
	height: 56px !important;
}

.checkout-form h4 {
	color: #252525;
	font-weight: 700;
	margin-bottom: 30px;
}

.checkout-form label {
	color: #252525;
	font-size: 16px;
	margin-bottom: 5px;
}

.checkout-form label span {
	color: #d85d5c;
}

/* .checkout-form input {
	width: 100%;
	height: 46px;
	border: 2px solid #ebebeb;
	margin-bottom: 25px;
	padding-left: 15px;
} */

.checkout-form input.street-first {
	margin-bottom: 20px;
}

.checkout-form .create-item {
	padding-top: 15px;
}

.checkout-form .create-item label {
	position: relative;
	cursor: pointer;
	padding-left: 32px;
	margin-bottom: 0;
	font-size: 14px;
	color: #252525;
}

.checkout-form .create-item label input {
	position: absolute;
	visibility: hidden;
}

.checkout-form .create-item label input:checked~span {
	background: #cda557;
	border-color: #cda557;
}

.checkout-form .create-item label .checkmark {
	position: absolute;
	left: 0;
	top: 3px;
	height: 13px;
	width: 13px;
	border: 2px solid #B2B2B2;
	border-radius: 2px;
}

.checkout-form .create-item label .checkmark:after {
	left: 0;
	top: 0;
	width: 9px;
	height: 6px;
	border: solid #ffffff;
	border-width: 2px 2px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
}

.checkout-form .order-total {
	border: 2px solid #ebebeb;
	/* padding-left: 40px;
	padding-right: 40px;
	padding-top: 22px;
	padding-bottom: 35px; */
	padding: 10px 0;
}

/* .checkout-form .order-total .order-table {
	margin-bottom: 64px;
} */

.checkout-form .order-total .order-table li,
.checkout-form .order-total .order-table-footer li{
	list-style: none;
	color: #252525;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	padding-top: 30px;
}

.checkout-form .order-total .order-table-footer li:last-child{
	border: 0 !important
}

.checkout-form .order-total .order-table li:first-child {
	border-bottom: 1px solid #e5e5e5;
	/* padding-bottom: 20px;
	padding-top: 0; */
	/* padding: 20px 10px; */
}

.checkout-form .order-total li.fw-normal {
	font-weight: 400;
	text-transform: capitalize;
	/* padding: 20px 10px; */
}

.checkout-form .order-total li.fw-normal span {
	font-weight: 700;
}

.checkout-form .order-total li.total-price {
	color: #0047b2;
	padding: 20px 10px;
}

.checkout-form .order-total li span {
	float: right;
}

.checkout-form .cart-title {
	font-weight: 700;
}

.checkout-form .order-total .payment-check {
	margin-bottom: 50px;
}

.checkout-form .order-total .payment-check .pc-item label {
	position: relative;
	cursor: pointer;
	padding-left: 32px;
	margin-bottom: 0;
	font-size: 14px;
	color: #252525;
}

.checkout-form .order-total .payment-check .pc-item label input {
	position: absolute;
	visibility: hidden;
}

.checkout-form .order-total .payment-check .pc-item label input:checked~span {
	background: #cda557;
	border-color: #cda557;
}

.checkout-form .order-total .payment-check .pc-item label .checkmark {
	position: absolute;
	left: 0;
	top: 3px;
	height: 13px;
	width: 13px;
	border: 2px solid #B2B2B2;
	border-radius: 2px;
}

.checkout-form .order-total .payment-check .pc-item label .checkmark:after {
	left: 0;
	top: 0;
	width: 9px;
	height: 6px;
	border: solid #ffffff;
	border-width: 2px 2px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
}

.checkout-form .order-total .order-btn {
	text-align: center;
}

.checkout-form .order-total .order-btn .place-btn {
	padding: 13px 40px 11px;
	background: #000000;
	border-color: #000000;
}

/*---------------------
  Check Out
-----------------------*/


/***************thank you page******************/
.thankyou-page ._header {
    background: #000d24;
    padding: 50px 30px;
    text-align: center;
}
.thankyou-page ._header .logo {
    max-width: 200px;
    margin: 0 auto 50px;
}
.thankyou-page ._header .logo img {
    width: 100%;
}
.thankyou-page ._header h1 {
    font-size: 50px;
    font-weight: 800;
    color: white;
    margin: 0;
}
.thankyou-page ._body {
    margin: -30px 0 30px;
}
.thankyou-page ._body ._box {
    margin: auto;
    max-width: 80%;
    padding: 50px;
    background: white;
    border-radius: 3px;
    box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
    -moz-box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
    -webkit-box-shadow: 0 0 35px rgba(10, 10, 10,0.12);
}
.thankyou-page ._body ._box h4 {
    /* font-size: 22px; */
    font-weight: 600;
    color: #4ab74a;
}
.thankyou-page ._footer {
    text-align: center;
    padding: 50px 30px;
}

.thankyou-page ._footer .btn {
    background: #4ab74a;
    color: white;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    letter-spacing: 0.8px;
    padding: 20px 33px;
    text-transform: uppercase;
}
/***************thank you page******************/

.userprofile-footer-sec{
	width:100%;
	position: absolute;
	bottom:10px;
}

/* .userprofile-content-sec .nav-pills .nav-link{
	border-radius: 0 0 0.25rem 0.25rem;
}

.userprofile-content-sec{
	min-height: calc(100vh - 200px);
	max-height: calc(100vh - 170px);
	overflow-y: scroll;
} */

/* Checkout Page */
.card-header {
    background-color: #fbfbfb;
	border-bottom: 1px solid #eeeeee;
}
.checkout-step-two .select2-container {
    width: 100% !important;
}
.accordion .card:not(:first-of-type):not(:last-of-type), .accordion .card:first-of-type{
	border:1px solid #eeeeee;
}
.s
.checkout-step .card {
    margin: 0 0 -1px;
}
.checkout-step .card .card-header .btn.btn-link {
	color: #333;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 9px 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.checkout-step .card .card-header .btn.btn-link:focus,
.checkout-step .card .card-header .btn.btn-link:hover,
.checkout-step .card .card-header .btn.btn-link:active,
.checkout-step .card .card-header .btn.btn-link:visited {
	outline: none !important;
}

.checkout-step .card .card-header .btn.btn-link .number {
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    height: 34px;
    line-height: 28px;
    margin: 0 8px 0 0;
    text-align: center;
    text-decoration: none;
    vertical-align: 0;
    width: 34px;
	border: 2px solid;
}
.checkout-step .card .card-header .btn.btn-link.collapsed .number {
     border: 2px solid #cda557;
	 color: #cda557;
}
.checkout-step .card .card-header .btn.btn-link .number {
    border: 2px solid #51aa1b;
	color: #51aa1b;
}
.order-done .mdi {
    font-size: 135px;
    line-height: 161px;
}

.address-card{
    border-radius: .25rem;
    border: 1px solid #e9ecef;
    padding: 15px;
}
/* .rozmart-delivery-date-time{
    border: 1px solid #dee2e6;
} */
.rozmart-delivery-date-time .nav-link.h5{margin-bottom: 0;}
.rozmart-delivery-date-time .list-group-item, .rozmart-delivery-date-time .list-group-item label{
    font-size: 1rem;
    color: #000;
}
.rozmart-delivery-date-time .list-group-item.disabled{
    color: #6c757d;
    text-decoration: none;
    background: #e9ecef;
    pointer-events: none;
}
.rozmart-delivery-date-time .disabled.list-group-item label{
    color: #6c757d;
    text-decoration: line-through;
    pointer-events: none;
}
.rozmart-delivery-date-time .nav-link{
    border: 0;
    border-radius: 0;
    padding: .75rem 1rem;
}
.rozmart-delivery-date-time .nav-link.active, .rozmart-delivery-date-time .nav-item.show .nav-link{
    background-color: #cda557;
    color: #FFF;
    border: 0;
}
.step-success h5{
    color: #333;
    font-size: .9rem;
    font-weight: 500;
    padding: 9px 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.success-tick{
    color: #51aa1b;
    font-size: 36px;
    margin-right: 8px;
}


/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-text {
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
}

.breadcrumb-text.product-more a:nth-child(1):after {
	color: #252525;
}

.breadcrumb-text a {
	display: inline-block;
	font-size: 16px;
	color: #252525;
	margin-right: 28px;
	position: relative;
}

.breadcrumb-text a:after {
	position: absolute;
	right: -18px;
	top: 0px;
	content: ">";
	/* font-family: "FontAwesome"; */
	font-size: 16px;
	color: #b2b2b2;
}

.breadcrumb-text span {
	display: inline-block;
	color: #b2b2b2;
}

.fetchProductsByTag.active h5{
	color: #0047b2;
}

#payment-form-submit{
	width: 100%;
	background: linear-gradient(90deg, rgba(237,190,0,1) 0%, rgba(255,157,0,1) 100%);
    padding: .85rem 1.5rem;
    border: 0;
    color: #FFF;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 0px 6px 10px 0px rgb(255 157 0 / 75%);
	margin-top: 10px;
	border-radius: 0.2rem;
}

#pills-tab.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0047b2;
}
#pills-tab.nav-pills .nav-link{
	color: #696a6b;
	font-size: 0.9rem;
}