/*Custom Stylesheets*/
div.nivo-caption { 
	display: none !important; 
}

no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../../images/page-loading.gif') center no-repeat #fff;
	background-size: 500px;
}
.process_loader {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background: url('../../images/processs_loading.gif') 50% 50% no-repeat rgba(0,0,0,0.5);
	background-size: 120px;
}
#orderCancel > .modal-confirm .modal-footer, #claimRefund > .modal-confirm .modal-footer, #orderConfirm > .modal-confirm .modal-footer{
	text-align:center;
	padding-bottom: 0px;
}

/*#orderCancel > .modal-confirm {
	margin: 30px auto;
	width:450px; 
}*/
#orderCancel h4 {
	font-size: 22px;
	font-weight: 500;
	margin-top: 20px;
	color:rgba(255,0,0,0.9);
	line-height: 26px;
}
#orderCancel h5 {
	font-size: 16px !important;
	font-weight: 500;
}
.modal-confirm {
	font-family: 'Poppins', sans-serif;
}
.modal-confirm .modal-content {
	padding: 30px 20px;
	font-size: 16px;
	border-radius: 5px;
	border: none;
}
.modal-confirm .modal-header {
	border-bottom: none;
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 5px 5px 0 0;
	padding: 10px;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 20px;
	margin: 10px 0;
}
.modal-confirm h5 {
	text-align: center;
	font-size: 18px;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px;
}
.modal-confirm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.modal-confirm .close:hover {
	opacity: 0.8;
}
.modal-confirm .icon-box {
	color: #fff;
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}
.modal-confirm .icon-box i {
	font-size: 30px;
	margin: -12px 0 0 -10px;
}
.modal-confirm.modal-dialog {
	margin-top: 40px;
}
.modal-confirm .btn {
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	margin-top: 10px;
	padding: 6px 20px;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	outline: none;
}
.modal-confirm .btn span {
	margin: 1px 3px 0;
	float: left;
}
.modal-confirm .btn i {
	margin-left: 1px;
	font-size: 20px;
	float: right;
}
.stripe-modaldialog{
	width:500px;
}
.payment_method p{
	margin-bottom:0; 
}
/* Bank Details Form*/
.bank_form label > span {
	color: red;
	font-weight: 500
}

#edit_bank_form .hint_lbl, .bank_form .hint_lbl {
	color: #F00;
	font-style: normal;
	margin-bottom: 5px;
	font-size: 13px;
}
#cancellation_form textarea {
	border: 1px solid #ccc;
	box-shadow: none;
}
.bank_form input, .bank_form select {
	border: 2px solid #ebebeb;
	box-shadow: none;
	height: 50px;
	padding:12px 15px;
	background: #FFF;
}
.bank_form select {
	background: #FFF url(../img/arow.png) no-repeat scroll 97% center;	
}

.modal-confirm textarea.form-control{
	border: 2px solid #ccc;
	border-radius: 4px;
}
.modal-confirm input.form-control:focus, .modal-confirm textarea.form-control:focus, .modal-confirm select.form-control:focus{
    border-color: rgba(255, 0, 0, 0.8) !important;
}	
/* For Custome Checkbox*/
.container_checkbox {
	display: block;
	position: relative;
	padding-left: 28px;
	margin-bottom: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.container_checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 20px;
	width: 20px;
	border-radius:4px;
	background-color: #eee;
}
/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark {
	background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark {
	background-color: #ff5252;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.container_checkbox input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
	left: 7px;
	top: 2px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*Refund Button*/
.refund_btn {
	background: #ff5252;
	font-size: 12px;
	height: 26px;
	display: block;
	border-radius: 3px;
	border: 0;
	color: #fff;
	box-shadow: none;
	line-height: 28px;
	overflow: hidden;
	padding: 0 10px;
	text-shadow: none;
	text-transform: capitalize;
	text-align: center;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: 500;
	width: auto;
}
.refund_btn:hover {
	background: #d52115;
	color: #fff;
}
/*End*/

/**/
.address_details_block {
	margin-bottom: 30px;
}
.address_details_item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.address_details_item .address_list {
	padding: 20px 0px 20px 50px;
}
.address_details_item .address_list span {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 600;
	float: left;
	width: 100%;
}
.address_details_item .address_list_edit {
	position: absolute;
	right: 0;
}
.address_details_item .address_list_edit a {
	background: #acacac;
	font-size: 12px;
	height: 25px;
	display: block;
	border-radius: 3px;
	border: 0;
	color: #fff;
	float: left;
	margin: 0 5px;
	box-shadow: none;
	line-height: 25px;
	overflow: hidden;
	padding: 0;
	text-shadow: none;
	text-transform: capitalize;
	text-align: center;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: 500;
	width: 60px;
}
.address_details_item .address_list_edit a:hover {
	background: #d52115;
	color: #fff;
}
.checkout-form-area .checkout-title > h3 {
	margin-bottom: 5px;
}
.address_details_item label.container {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	top: 20px;
	width: 40px;
	float: left;
	font-size: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 9;
}
.address_details_item label.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.address_details_item .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #acacac;
	border-radius: 50%;
}
.address_details_item label.container:hover input ~ .checkmark {
	background-color: #ccc;
}
.address_details_item label.container input:checked ~ .checkmark {
	background-color: #ff5252;
}
.address_details_item .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.address_details_item label.container input:checked ~ .checkmark:after {
	display: block;
}
.address_details_item label.container .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.address_details_block {
	margin-bottom: 0px;
}
.address_details_item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.address_details_item .address_list {
	padding: 15px 0px 15px 50px;
	position: relative;
}
.address_details_item .address_list span {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;
	float: none;
	color:#424242;
	text-transform: capitalize;
	display: inline-block;
}
.deliver_btn {
	background: #ff5252;
	font-size: 14px;
	height: 40px;
	display: block;
	border-radius: 3px;
	border: 0;
	color: #fff;
	box-shadow: none;
	line-height: 32px;
	margin-top: 15px;
	overflow: hidden;
	padding: 0 25px;
	text-shadow: none;
	text-transform: capitalize;
	text-align: center;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: 500;
	width: auto;
}
.deliver_btn:hover {
	background: #d52115;
	color: #fff;
}
.address_details_item .address_list_edit {
	position: absolute;
	right: 0px;
	top: 20px;
}
.address_details_item .address_list_edit a {
	background: #acacac;
	font-size: 12px;
	height: 25px;
	display: block;
	border-radius: 3px;
	border: 0;
	color: #fff;
	float: left;
	margin:-4px 5px 0 5px;
	box-shadow: none;
	line-height: 25px;
	overflow: hidden;
	padding: 0;
	text-shadow: none;
	text-transform: capitalize;
	text-align: center;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	vertical-align: middle;
	white-space: nowrap;
	font-weight: 500;
	width: 60px;
}
.address_details_item .address_list_edit a:hover {
	background: #d52115;
	color: #fff;
}
.checkout-form-area .checkout-title > h3 {
	margin-bottom: 5px;
}
.address_details_item label.container {
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	top: 20px;
	width: 40px;
	float: left;
	font-size: 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.address_details_item label.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.address_details_item .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #acacac;
	border-radius: 50%;
}
.address_details_item label.container:hover input ~ .checkmark {
	background-color: #ccc;
}
.address_details_item label.container input:checked ~ .checkmark {
	background-color: #ff5252;
}
.address_details_item .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.address_details_item label.container input:checked ~ .checkmark:after {
	display: block;
}
.address_details_item label.container .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.radio-inline{
	font-size:14px;
}
.btn_new_address{
	font-size:16px;
	font-weight:500;
}
.billing-fields p {
	margin-bottom: 2px;
	margin-top: 0px;
	color: #959595;
}
.form-group label span{
	color:#ff5252;
}
.billing-fields label span.required{
	color:#ff5252;
	padding-left:3px;
}
.billing-fields p label{
	font-size:14px;
	padding-left:3px;
	margin-bottom:2px;
}
.billing-fields input {
	border-radius: 4px;
	height: 50px;
	border: 2px solid #ebebeb;
	-webkit-box-shadow:none;
	box-shadow:none;
}
/*.billing-fields input, .billing-fields textarea {
	margin-bottom:15px;
}*/
.billing-fields input:focus, .billing-fields textarea:focus, .billing-fields select:focus, .bank_form input:focus, .bank_form textarea:focus, .bank_form select:focus{
	border-color:rgba(255, 0, 0, 0.8) !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.4);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.4);
}
#stripe-form .form-control {
	border-radius: 4px;
	box-shadow: none;
	height: 42px;
}
.slingle_product_block, .product_timeline_block {
	margin: 5px 0 25px 0;
	padding: 5px 20px;
	border-radius: 6px;
	box-shadow: 0 1px 10px 0 rgba(0,0,0,.08);
	float: left;
	width: 100%;
}
.product_timeline_block {
	background:transparent;
	box-shadow:0 0px 0px 0 rgba(0,0,0,.0);
	margin-bottom:0;
}
.slingle_product_block {
	padding: 0;
}
.slingle_item_address_part:first-child {
	border-top: 0;
}
.slingle_item_address_part {
	padding: 20px 15px;
	border-top: 1px solid #f0f0f0;	
}
.single_address_list {
	display: inline-block;
	padding-bottom: 8px;
}
.lead {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}
.delivery_address_title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	display: block;
	color: #323232;
}
.address_detail_product_item {
	position: relative;
}
.address_detail_product_item span {
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
	color:#626262;
	text-transform:capitalize;
}
.address_detail_product_item p {
	margin-bottom: 5px
}
.address_detail_product_item .user_contact {
	font-weight: 500;
	margin-top: 5px;
	display: block;
}
.address_detail_product_item .product_address {
	padding-top: 3px;
	width: 100%;
}
.slingle_item_address_part button {
	font-size: 14px;
	height: 40px;
	line-height: 36px;
	border-radius: 4px;
	padding: 0 20px;
	margin-top: 12px;
}
.single_bdr_right {
	border-right: 1px solid #f0f0f0;
}
.bdr_top0 {
	border-top: 0;
}
.cd-horizontal-timeline {
	opacity: 0;
	margin: 2em auto;
	transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
	content: 'mobile';
	display: none;
}
.cd-horizontal-timeline.loaded {
	opacity: 1;
}
.cd-horizontal-timeline .timeline {
	position: relative;
	height: 100px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
	position: relative;
	height: 100%;
	margin: 0 40px;
	overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	height: 100%;
	width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
	left: 0;
	background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
	right: 0;
	background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 49px;
	height: 2px;
	background: #dfdfdf;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #ff5252;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.cd-horizontal-timeline .events a {
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	font-size: 1.3rem;
	padding-bottom: 15px;
	color: #383838;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
	content: '';
	position: absolute;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	background-color: #f8f8f8;
	transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
	background-color: #ff5252;
	border-color: #ff5252;
}
.cd-horizontal-timeline .events a.selected {
	pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
	background-color: #ff5252;
	border-color: #ff5252;
}
.cd-horizontal-timeline .events a.older-event::after {
	border-color: #ff5252;
}
@media only screen and (min-width: 1100px) {
.cd-horizontal-timeline {
	background: #f9f9f9;
	margin: 40px auto;
	padding: 30px 0;
}
.cd-horizontal-timeline::before {
	content: 'desktop';
}
}
.cd-timeline-navigation a {
	position: absolute;
	z-index: 1;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 34px;
	width: 34px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	overflow: hidden;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap;
	transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
	content: '';
	position: absolute;
	height: 16px;
	width: 16px;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(../img/next_arrow.png) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
	left: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
	right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
	border-color: #ff5252;
}
.cd-timeline-navigation a.inactive {
	cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
	background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
	border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
	position: relative;
	width: 100%;
	margin: 1em 0;
	overflow: hidden;
	transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 0 5%;
	opacity: 0;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
	position: relative;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
	-webkit-animation-name: cd-enter-right;
	animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-name: cd-enter-left;
	animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
	max-width: 900px;
	margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
	font-weight: bold;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
	display: block;
	font-style: italic;
	margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
	content: '- ';
}
.cd-horizontal-timeline .events-content p {
	font-size: 1.4rem;
	color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
	line-height: 1.6;
}
@media only screen and (min-width: 768px) {
.cd-horizontal-timeline .events-content h2 {
	font-size: 30px;
}
.cd-horizontal-timeline .events-content em {
	font-size: 20px;
}
.cd-horizontal-timeline .events-content p {
	font-size: 16px;
}
}
 @-webkit-keyframes cd-enter-right {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
}
}
@keyframes cd-enter-right {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100%);
 transform: translateX(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
 transform: translateX(0%);
}
}
@-webkit-keyframes cd-enter-left {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
}
}
@keyframes cd-enter-left {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
 transform: translateX(0%);
}
}
div.timeline {
	background-color: #E6D4D4;
	margin: 50px auto 10px;
	height: 8px;
	width: 100%;
	border-radius: 10px;
	position: relative;
}
div.timeline .inside {
	position: absolute;
	height: 7px;
	background-color: #e74c3c;
	width: 0%;
	left: 0;
	border-radius: 10px;
}
div.timeline .dot {
	z-index: 99;
	transition: 0.3s ease-in-out;
	width: 25px;
    height: 25px;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	text-align: center;
	cursor: pointer;
}
div.timeline .dot:nth-child(1) {
	left: 20%;
}
div.timeline .dot:nth-child(2) {
	left: 40%;
}
div.timeline .dot:nth-child(3) {
	left: 60%;
}
div.timeline .dot:nth-child(4) {
	left: 80%;
}
div.timeline .dot:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.active_dot {
	background-color: #e74c3c;
}
.deactive_dot {
	background-color: #E6D4D4;
}
div.timeline .dot date {
	font-size: 14px;
	display: block;
	position: relative;
	top: -60px;
	right: 10px;
	text-align: center;
	font-weight: 500;
}
div.timeline .dot span {
	display: inline-block;
	margin-top: 0px;
	width: 10px;
	height: 10px;
	background-color: #fff;
	position: relative;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.product_timeline_block article {
	display: none;
	position: relative;
	top: 0px;
	max-width: 100%;
	padding: 25px 10px 0 10px;
	margin: auto;
}
.product_timeline_block article date {
	display: block;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px;
	color: #7a7a7a;
}
.product_timeline_block article h2 {
	font-size: 20px;
	padding: 10px 0;
	margin-bottom: 5px;
	font-weight: 500;
}
.product_timeline_block article p {
	line-height: 130%;
}
.slingle_item_address_part .label {
    padding: .2em .6em .2em;
    font-size: 80%;
    font-weight: 600;
    line-height: 1;    
}
div.mask {
	display: none;
	left: 0;
	top: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 99999;
}
div.mask article {
	position: relative;
	top: -100%;
	margin-top: 50px;
	max-width: 960px;
	background-color: #fff;
	padding: 20px;
	margin: auto;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
div.mask article date {
	display: block;
	text-align: right;
}
div.mask article h2 {
	font-family: merriweather, sans-serif;
	font-size: 5rem;
	padding: 10px 0;
	border-bottom: solid #111 2px;
	margin-bottom: 20px;
}
div.mask article p {
	line-height: 130%;
}
.product-description p {
	margin-bottom: 5px !important;
}
.product-description hr {
	margin: 0px !important;
}
.rating-stars ul {
	list-style-type: none;
	padding: 0;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.rating-stars ul > li.star {
	display: inline-block;
}
.rating-stars ul > li.star > i.fa {
	font-size: 1.5em;
	color: #ccc;
}
.rating-stars ul > li.star.hover > i.fa {
	color: #FF912C;
	cursor: pointer;
}
.rating-stars ul > li.star.selected > i.fa {
	color: #FF912C;
}
.description .upload_img_part .col-md-1 {
	padding-left: 8px;
	padding-right: 8px;
	display:inline-block;
}
.upload_img_part img {
	border: 2px solid #eee;
	margin-bottom: 20px;
	border-radius: 10px !important;
	width: 80px !important;
	height: 80px;
}
.upload_img_part a.btn_remove_img {
	position: absolute;
	top: -8px;
	background: #fff;
	color: #F00;
	border-radius: 30px;
	right: 5px;
	font-size: 16px;
	border: 1px solid #f00;
	width: 25px;
	height: 25px;
	line-height: 24px;
	text-align: center !important;
}
.err {
	display: none;
	color: #F00;
    background: #f9f9f9;
    padding: 3px 10px;
    border-radius: 2px;
    margin-top: 4px !important;
    border: 1px solid #F00;
	position:relative;
	font-size: 12px;
    font-weight: 500;
}
.err::after {
	position: absolute;
	content: "";
	top: -16px;
	left: 7px;
	border-bottom: 8px solid #F00;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 8px solid transparent;
	z-index: 99;
}


.razorpay-payment-button,.razorpay-payment-button:active,.razorpay-payment-button:focus{
  background:#ff5252;
  font-size:14px;
  height:50px;
  margin:0;
  display:block;
  border-radius:3px;
  border:0;
  color:#fff;
  display:inline-block;
  box-shadow:none;
  line-height:42px;
  overflow:hidden;
  padding:0 25px;
  text-shadow:none;
  text-transform:capitalize;
  text-align:center;
  -webkit-transition:all .4s ease-out;
  -moz-transition:all .4s ease-out;
  -ms-transition:all .4s ease-out;
  -o-transition:all .4s ease-out;
  vertical-align:middle;
  white-space:nowrap;
  font-weight:500;
  width:100%
}
.razorpay-payment-button:hover {
  background:#d52115;
  color:#fff
}

/*--------- for sweet alerts --------*/
.sweet-alert .btn{
	min-width: 70px !important;
	padding: 2px 12px !important;
	border: 0 !important;
	height: auto !important;
	margin: 0px 3px !important;
	box-shadow: none !important;
}
.sweet-alert .sa-icon {
    margin: 0 auto 15px auto !important;
}
.sweet-alert .btn-primary{
	background-color: #ff5252 !important;
	color: #fff !important;
}
.sweet-alert .btn-primary:hover{
	background-color: #363F4D !important;
}

/*----------end sweet alert------*/

.notifyjs-corner{
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: min-content;
}

.notifyjs-bootstrap-base{
	background-position: 3px 11px !important;
	border-radius: 0px !important;
    box-shadow: 0px 1px 14px 0px #0006;
}

/*	for unavailable content  */
.unavailable_override{
	z-index: 999;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255,255,255,0.5);
	width: 100%;
	height: auto;
}
.unavailable_override > p{
	text-align: center;
	color: red;
	background: #FFF;
	display: inline-block;
	box-shadow: 0px 5px 10px #ccc;
	padding: 10px 0px;
	line-height: initial;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 6%);
	font-weight: 500;
	width: 80%;
	border-radius:4px;
}
a.disabled{
	pointer-events: none;
	cursor: not-allowed;
}
.single-product .product-action, .single-product3 .product-action{
	z-index: 999;
}
.price_holder{
	width: 100%;max-height: 25px;overflow-y: hidden;
}






.category_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}




.single-category {
    border: solid 1px #BBB;
}

.display_category_on_image .grid-category__shadow {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    border-radius: 3px;
    background-color: rgba(0,0,0,0);
    background-image: linear-gradient(
    180deg, rgba(255,255,255,0) 50%, #fff 100%);
    word-wrap: break-word;
    transition: background-color .1s ease-in-out 0s;
}

.display_category_on_image .category_title_section {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.name_on_hover .category_title_section {
    color: white;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
    color: #000;
    height: auto;
}
.name_on_hover img {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}
.name_on_hover img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.hide_category_image img {
    display: none !important;
}
.hide_category_image img {
    display: none !important;
}
.hide_category_name .category_title_section {
    display: none;
}

/* Product Style */

.buy_now  a.button.add-btn {
	background: #363F4D;
    height: 44px;
    line-height: 44px;
    left: 0;
    top: 46px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    right: 0;
    padding: 0 10px;
    width: 140px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    position: inherit;
    opacity: inherit;
    visibility: inherit;
}
.product-content .btn_out_of_stock {
	background: white!important;
    color: #363F4D !important;
    border: 1px solid #363F4D;
}
.single-product-content .btn_out_of_stock {
	background: white!important;
    color: #ff5252!important;
    border: 1px solid #ff5252;
}
.left .product-content {
	float: left;
	text-align: left;
}
.left .product-content h2 {
	float: left;
	text-align: left;
}
.left .product-content .add-btn {
	text-align: center;
}

.right .product-content {
	float: right;
	text-align: right;
}
.right .product-content h2 {
	float: right;
	text-align: right;
}
.right .product-content .add-btn {
	text-align: center;
}
.product_name_remove .product-content a {
	display: none;
}
.product_price_remove .price_holder {
	display: none;
}

/*#grid-view .product-img {
	height: 170px;
}*/
#grid-view .product-img a {
	position: initial !important;
}
.product-img a img {
	height: 160px;
	object-fit: contain;
}
.mini-cart-area > ul > li > a, .single-product-sharing > ul > li > a {
	height: auto;
	padding: 11px;
}
.grapesjs_pages .mini-cart-area > ul > li > a {
	padding: 0px;
}
.single-product-tab-content.tab-content {
	display: grid;
    place-items: center;
}
#grid-view .product-img a img.hover-img {

    padding: 4px;
}

.category_filter_active {
	color: #f12a2a;
}

.brand-menu>li>label>input {
	margin-right: 0px;
}
.brand-menu {
    padding: 1rem;
    max-height: 220px;
    overflow-y: auto;
    scrollbar-gutter: stable;
    font-size: 12px;
}
.brand-menu li label{
    font-size: 12px;
}

.brand-menu::-webkit-scrollbar {
    width: 10px;
}
.brand-menu::-webkit-scrollbar-track {
    background-color: #e1eaf1;
}
.brand-menu::-webkit-scrollbar-thumb {
    background-color: #a3abb1
}
.shop-product-area .item-col2 {
	border-bottom: none;
}
.single-product.style-2, .single-product3 {
	border: none;
}
.all_categori_list {
	position: relative;
	border: solid 1px #CCC;
}

.single-product-tab-content {
	background: none;
}
.grid-view .product-img a {
	height: 100%;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}
.grid-view .product-img a:hover, .grid-view  .product-img a {
  	display: flex !important;
  	align-items: center;
  	justify-content: center;
}
.single_product_card .product_title {
    font-weight: bold;
    font-size: 15px;
}
.title_disable, 
.addtocart_disable, 
.buynow_disable, 
.addtocart_disable, 
.socialmedia_disable,
.description_disable,
.price_disable,
.rating_disable
{
    display: none;
}
.grid-view .product-img {
	height: 175px;
}
.owl-carousel .owl-item img {
	object-fit: contain;
    max-height: 174px;
    padding: 10px;
}
.pages .product-action>li>a {
	padding: 9px;
}
#list-view .action-btn.small {
	padding: 10px;
}
/* Home Page  */
.grid-view .product-img {
	margin-bottom: 0px;
	height: 174px;
}
.select-area select, .search-box input {
	font-size: 12px;
}
.header_top {
    height: 30px;
    background-color: #4d4d4d;
    color: #FFF;
    font-size: 12px;
    padding: 2px 5px;
}
.home-3 .search-box-area {
	border: 1px solid #ccc;
}
.mini-cart-area>ul>li>a {
	font-size: 2.625rem;
	margin-right: 10px !important;
}
.home-3 .mini-cart-area>ul>li>a {
	color: #664f46;
}
.home_page .mini-cart-area > ul > li > a {
	padding: 0px;
}
.cart-add {
	position: absolute;
    right: 0px;
    font-size: 11px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: #4d4d4d;
    border-radius: 100%;
    bottom: 0;
    font-weight: bold;
    top: auto;
}



.search-box {
	background: none;
}
.search-box button {
	width: 50px;
}
.all_categori_list > a {
	aspect-ratio: 2/2;
    display: grid;
    place-items: center;
}

.display_category_on_image .all_categori_list > a {
	aspect-ratio: 2/2;
    background: #ccc;
    display: grid;
    place-items: center;
}
.single-product-tab-content .tab-pane {
	aspect-ratio: 1/1;
    display: grid;
    place-items: center;
    border: solid 1px #CCC;
    overflow: hidden;
}
.single-product-tab-content a img {
	    max-height: 400px;
    padding: 10px;
}
.single-product-tab-menu .owl-stage-outer .owl-item a img {
	min-width: auto;
	max-height: 45px;
}

.shop-tab i {

}
.header-sticky.sticky .logo-sticky {
	margin: 0px !important;
}
.product-img a img.hover-img {
	top: auto;
}
.modal-tab-menu-active .slick-slide a {
	border: solid 1px #959595;
    display: grid;
    place-items: center;
    width: 60px !important;
    height: 56px;
    margin: 0px !important;
}
.slick-slide {
	width: 70px !important;
	margin-top: 20px;
}
.top_nav_links li {
    float: left;
    color: #fff;
    padding: 0px 2px 0px 2px;
    border: none !important;
}

.top_nav_links a {
	color: #fff;
}
.top_nav_links a:hover {
	color: #ccc;
}
/* Theme 1 */
.theme_1 .section-title1-border {
    border-bottom: 2px solid #ececec !important;
    border: none;
    border-radius: 0px;
}
.theme_1 .section-title1 h3 {
    margin-right: 15px;
    padding-bottom: 7.5px;
    margin-bottom: -2px;
    background: none;
    color: #555;
    text-transform: uppercase;
    margin: 0px;
    padding: 5px 0px;
}
.theme_1 .owl-nav>div {
	background: #3c414b;
	border-radius: 0;
}
.theme_1 .category_view_all {
	float: right;
    top: 0px;
    position: absolute;
    right: 82px !important;
    border: solid 1px #3c414b;
}
.theme_1 .category_view_all a {
	color: #363f4d;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    text-transform: capitalize;
    display: block;
    font-weight: 500;
    border-radius: 4px;
    padding: 0px 7px;
    line-height: 26px;
    font-size: 12px;
}
.theme_1 .product-title {
	font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1.4;
    margin-bottom: 1.2rem;
}
.theme_1 .single-product-price {
	padding-top: 20px;
    border-top: 1px solid #eee;
}
.theme_1 .single-product-price .new-price {
    margin-bottom: 1rem;
    font-size: 3rem;
    margin-top: 1.4rem;
    padding-top: 2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.05em;
}
.theme_1 .single-product-price .old-price {
    font-size: 22px;
    margin-left: 5px;
}
.theme_1 .product-rating i {
    color: #cfcfcf !important;
}
.theme_1 .zero_rating {
	font-size: 11px;
}
.theme_1 .quantity-button i.ion-bag {
    font-size: 18px;
    padding-right: 7px;
}
.theme_1 .quantity input {
    font-size: 1.3rem;
    color: var(--wolmart-body-color,#666);
    border: 1px solid var(--wolmart-light-color,#ccc);
    border-radius: 3px;
}
.theme_1 .single-product-tab-menu {
	/* padding: 0px; */
}
.theme_1 .radio_btn.selected {
    border-color: #a3a3a3;
    background: #dfdfdf;
    color: #1d1d1d;
}
.theme_1 .radio_btn {
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    border: 1px solid #c3c3c3;
    cursor: pointer;
    margin: 2px 1px;
    text-align: center;
    padding: 2px 10px;
}
.theme_1 .single-product-tab-menu .owl-item {
	float: left;
    margin-left: 0px;
    border: solid 1px #959595;
    display: grid;
    place-items: center;
    width: 60px !important;
    height: 56px;
}
.theme_1 .single-product-tab-menu .owl-stage-outer .owl-item a {
	background: none;
}

@media (max-width:479px) {
	.header-middel-area .col-md-2 {
	    width: 140px;
	    margin-bottom: 0px !important;
	    float: none;
	    top: 0px !important;
	    position: initial !important;
	}
	.logo {
	    text-align: center;
	    padding: 10px 0;
	}
}
.pages .socil-icon>li>a {
	padding: 11px;
}
.pages .shop-tab>ul>li>a {
	display: list-item;
}

#pagination span.curlink {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    background-color: rgb(76, 175, 80);
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: rgb(255, 255, 255);
    padding: 5px 10px 5px 10px;
}
#pagination span {
    margin-top: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
    margin-left: 1px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    color: rgb(255, 255, 255);
    padding: 5px 10px 5px 10px;
}
#pagination {
    display: inline-block;
    margin-top: 10px;
    border-bottom: solid 1px #e5e5e5;
    width: 100%;
    padding: 10px;
}
.theme_1 .gjs-cell h2 {
    font-size: 13px;
    font-family: 'Poppins' !important;
}
.theme_1 .home_page .header-bottom-area.header-sticky, .theme_1 .home-3 .header-bottom-area.header-sticky .main-menu-area {
	background: #fafafa;
}
.theme_1 .header-bottom-area.header-sticky.sticky {
	background: rgba(60, 65, 74, 0.97) !important;
}
.theme_1 .home-3 .header-bottom-area.header-sticky.sticky .main-menu-area {
	background: none !important;
}
.theme_1 .logo-sticky img {
    width: 60px !important;
} 
.socil-icon>li>a, #scrollUp {
	padding: 8px 6px;
}
.socil-icon>li>a, #scrollUp {
	height: auto;
	line-height: inherit;
}

a.button.btn_remove_cart{
	width: 155px !important;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-right ul.top_nav_links {
	float: right;
}
@media (max-width: 768px) {
	.gjs-cell {
		content: "";
	    display: table !important;
	    clear: both;
	}
}

.checkout_form.address_details_item label.container {
	top: -3px;
}
.checkout_edut_btn {
    font-size: 12px;
    height: 25px;
    display: block;
    border-radius: 3px;
    border: 0;
    color: #fff;
    float: left;
    margin: -4px 5px 0 5px;
    box-shadow: none;
    line-height: 25px;
    overflow: hidden;
    padding: 0;
    text-shadow: none;
    text-transform: capitalize;
    text-align: center;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 500;
    width: 60px;
}
.checkout-order-review {
	position: relative;
    margin-bottom: 40px;
    padding: 15px;
    background-color: #F8F8F8;
}
.wd-table-wrapper {
	
}
.your-order-table table tr td {
    padding: 3px;
    font-size: 12px;
}
.your-order-table table tr th {
	padding: 5px !important;
}
.shop-table.table-responsive {
    background: #ffffff;
    border: solid 1px #f4f4f4;
}
.shopping-cart-total {
	margin-bottom: 0px;
}
.checkout-payment li {
	background: #fff;
}
.your-order-table table {
	margin-bottom: 0px;
}
.order-total {
    border-bottom: 1px solid #ebebeb;
    background: #2f4f4f;
    color: #fff;
}
.order-total td {
	color: #fff;
	font-weight: bold;
}

.checkbox input{
	height: auto;
	width: auto;
}

#u_body {
	min-height: unset !important;
}

#u_body p {
	color: unset;
    font-size: unset;
    font-weight: unset;
}
