<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.file {
	position: relative;
	display: inline-block;
	cursor: pointer;
	height: 50px;
	float: left;    
	margin-right: 10px;
}
.file input {
	min-width: 14rem;
	margin: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.file-custom {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	height: 50px;
	padding: .5rem 1rem;
	line-height: 36px;
	color: #555;
	background-color: #fff;
	border: 2px solid #ebebeb;
	border-radius: .25rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.file-custom:after {
	padding-left: 10px;
}
.file-custom:before {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0;
	z-index: 6;
	display: block;
	height: 46px;
	padding: .5rem 1rem;
	line-height: 36px;
	color: #555;
	background-color: #eee;
	border: 0;
	border-radius: 0;
}
.file input:focus ~ .file-custom {
	border:2px solid #ff5252;
}
@media (max-width:489px) {
	.file {
		width: 170px;
		margin-bottom: 15px;
		margin-right: 20px;
	}
}
#grid-view .single-product .product-img{
	padding:10px;
}
.grow-btn{
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.grow-circle {
  height: 25px;
  width: 25px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
  transform: scale(0);
}
@keyframes grow {
  0% {
    background-color: rgba(50, 50, 50, 0.3);
    transform: scale(1);
    z-index: 2;
  }
  100% {
    background-color: rgba(50, 50, 50, 0.1);
    transform: scale(30);
    opacity: 0;
    z-index: -1;
  }
}
.grow {
  animation: grow 1s ease-out forwards;
}

.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 &gt; .modal-confirm .modal-footer, #claimRefund &gt; .modal-confirm .modal-footer, #orderConfirm &gt; .modal-confirm .modal-footer{
	text-align:center;
	padding-bottom: 0px;
}
.modal-details .product-info .col-md-3 img{
	border-radius: 10px;
	padding: 3px;
	background: #f4f4f4;
}
#orderCancel h4 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
	line-height: 26px;
	text-align: center;
	padding: 0;
	width: 100%;
}
#orderCancel h5 {
	font-size: 14px;
	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: 18px;
	margin: 10px 0;
}
.modal-confirm .modal-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.modal-confirm h4.modal-title {
	font-weight: 600;
	text-align: left;
	padding-left: 10px;
	margin-top: 0;
	width: 93%;
}
.modal-content h3 strong, .modal-content h4 strong, .modal-content h5 strong{
	font-weight:600;
}
.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 &gt; 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;
	box-shadow: none;
}
.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 .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;
}
.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 {
	background: rgba(0, 0, 0, 0.03);
	border-radius: 6px;
	padding: 5px 15px;
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.add-new-address-itme{
	background: #e8e8e8;
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-radius: 6px;
}
.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;
}
.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;
	left: -10px;
	top: -16px;
}
.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: 7px;
	left: 7px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: white;
}
.radio-inline{
	font-size:14px;
}
.btn_new_address, .btn_new_account{
	font-size:16px;
	font-weight:500;
}

.btn_new_address .address_list, .btn_new_account .address_list{
	padding: 5px 0px !important;
}

.btn_new_address .fa, .btn_new_account .fa{
	padding: 10px;
	background: #dddddd7a;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	text-align: center;
}

.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-size:14px;
	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 &gt; * {
	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;
}
.track-tick-icon{
	width: 16px;
	top: -1px;
	position: relative;
	margin-right: 1px;
}
@media only screen and (max-width: 768px) {
	.track-tick-icon{
		display: none;
	}
}
@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: 4px;
	width: 70%;
	border-radius: 10px;
	position: relative;
}
div.timeline .inside {
	position: absolute;
	height: 4px;
	background-color: #e74c3c;
	width: 0%;
	left: 0;
	border-radius: 10px;
}
div.timeline .dot {
	z-index: 99;
	transition: 0.5s ease-in-out;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	top: -8px;
	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.0);
	transform: scale(1.0);*/
	transition: 0.5s ease-in-out;
}
.active_dot {
	background-color: #e74c3c;
}
.deactive_dot {
	background-color: #E6D4D4;
}
.radio_btn.selected {
    border-color: #ff5252;
    background: #ff5252;
    color: #fff;
}
.single-product-quantity .radio-group .radio_btn {
    margin: 3px 4px 3px 0;
    text-align: center;
    padding: 5px 10px !important;
    min-width: 40px;
    border-radius: 4px;
}
div.timeline .dot date {
	font-size: 13px;
	display: block;
	position: relative;
	top: -60px;
	right: 100%;
	text-align: center;
	font-weight: 500;
	font-weight: 500;
	background: transparent;
	padding: 0px 10px;	
}
div.timeline .dot.active_dot date {
	font-size: 13px;
	display: block;
	position: relative;
	top: -60px;
	right: 100%;
	color:#4b5057;
	font-weight: 500;
	background: rgba(231, 76, 60, 0.2);
	padding: 0px 10px;
	border-radius: 14px;
}
div.timeline .dot.active_dot date::after {
    position: absolute;
	content: "";
	bottom: -15px;
	left: 22px;
	border-bottom: 7px solid transparent;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 8px solid rgba(231, 76, 60, 0.2);
	z-index: 99;
}
div.timeline .dot span {
	display: inline-block;
	margin-top: 0px;
	width: 8px;
	height: 8px;
	top:-3px;
	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: 70%;
	padding: 5px 5px 0 5px;
	margin: auto;
}
.product_timeline_block article date {
	display: block;
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px;
	color: #7a7a7a;
}
.product_timeline_block article h2 {
	font-size: 14px;
	padding: 5px 0 8px 0;
	margin-bottom: 0px;
	font-weight: 500;
}
.product_timeline_block article p {
	line-height: 18px;
	font-size:12px;
	margin-bottom:0;
}
.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 &gt; li.star {
	display: inline-block;
}
.rating-stars ul &gt; li.star &gt; i.fa {
	font-size: 1.5em;
	color: #ccc;
}
.rating-stars ul &gt; li.star.hover &gt; i.fa {
	color: #FF912C;
	cursor: pointer;
}
.rating-stars ul &gt; li.star.selected &gt; 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 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 &gt; p{
	text-align: center;
	color: #ff5252;
	background: #FFF;
	display: inline-block;
	box-shadow: 0px 0px 50px 5px #fff;
	padding: 10px 0px;
	line-height: initial;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 6%);
	font-weight: 600;
	width: calc(100% - 20px);;
	border-radius: 5px;
	font-size: 13px;
}
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;
}

.quantity{
	z-index: 1;
	position: relative;
}

.product_qty{
	text-align: center !important;
	width: 50px !important;
	padding: 0px !important;
}
.buttons_added {
	text-align: left;
	position: relative;
	white-space: nowrap;
	vertical-align: top; 
}

.buttons_added input {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	box-shadow: none;
}

.buttons_added .minus,
.buttons_added .plus {
	padding: 8px;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	background-color: #ff5252;
	color: #FFF;
	cursor:pointer;
	line-height: 50%;
	font-size: x-large;
	border: none;
}
.buttons_added .minus:hover,
.buttons_added .plus:hover {
	background-color: #363F4D	
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0; 
}

.buttons_added .minus:focus,
.buttons_added .plus:focus {
	outline: none; 
}

.no-content{
	padding: 1em 0px 1em 0px
}
.no-content h3{
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	font-size: 1.7rem;
	text-shadow: 0px 0px 20px #aaa;
}
.no-content .fa{
	font-size:26px;margin-right:0.6rem
}</pre></body></html>