:root {
    /* Primary color (main) */
    --primaryColor: #623C96;

    /* Secondary color (complementary, readable with primary) */
    --secondaryColor: #8ec641; /* soft green, lively contrast with orange */

    /* Box shadows */
    --boxShadow: 0 2px 6px rgba(0, 0, 0, 0.08); /* subtle soft shadow */
    --boxShadowDeep: 0 8px 24px rgba(0, 0, 0, 0.15); /* deeper shadow for elevated elements */

    /* Borders */
    --borderRadius: 5px;
    --borderColor: #e0e0e0; /* softer neutral gray instead of harsh #ebebeb */

    /* Optional accents */
    --accentColor: #f2a65a; /* warm highlight for buttons, hover states */
    --neutralLight: #fafafa; /* light background */
    --neutralDark: #333333;  /* text color */
}

@media (min-width:992px) {
	.common-padding {
		padding: 0!important
	}
}

ul.attributes {
	padding: 0;
	margin: 0 0 -7px;
	list-style: none;
	display: inline-block;
}

ul.attributes li {
	float: left;
	display: block
}

ul.attributes li a {
	display: block;
	padding: 20px 10px;
	color: #6a6a6a
}

ul.attributes li a:hover {
	color: #e74c3c
}


* {
	box-sizing: border-box
}


@media (min-width:1200px) {
	.xzoom-preview {
		width: 750px!important;
		height: 500px!important;
		background: #fff;
		position: inherit;
		z-index: 99999
	}
}

@media (max-width:767px) {
	.container-fluid {
		padding-left: 10px;
		padding-right: 10px
	}

	div.dataTables_wrapper div.dataTables_length,
	div.dataTables_wrapper div.dataTables_filter,
	div.dataTables_wrapper div.dataTables_info,
	div.dataTables_wrapper div.dataTables_paginate {
		text-align: center
	}
	div.dtr-modal div.dtr-modal-display {
		width: 95%
	}
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
		float: none;
		text-align: center
	}
	.dataTables_wrapper .dataTables_paginate {
		margin-top: .5em
	}

	.categories_menu {
		margin-bottom: 45px;
		position: relative
	}
	.categories_menu_inner {
		display: none;
		position: absolute;
		width: 100%;
		top: 100%
	}
	.categories_menu_inner>ul>li {
		line-height: 30px;
		font-size: 12px
	}
	.categories_menu_inner>ul>li>ul.categories_mega_menu {
		left: 0;
		width: 100%;
		top: 100%;
		max-height: 250px;
		overflow: auto
	}
	.categories_menu_inner>ul>li>ul.categories_mega_menu>li {
		width: 100%
	}
	.categories_menu_inner ul li ul.categories_mega_menu.open {
		left: 0
	}
	.tab-content>.nav-row.mt-4 {
		margin-top: 30px!important
	}
	.mainmenu-wrapper {
		position: absolute;
		top: 0;
		right: 0
	}
	.categories_menu_inner {
		width: 300px
	}
	.info-link-widget {
		padding-left: 0
	}
	.blog-details .blog-content .content .tag-social-link {
		display: flow-root
	}
	
	.blog-details .blog-content .content .tag-social-link .social-links {
		margin-top: 10px
	}
	
	.contact-us .right-area .top-content {
		margin-top: 40px
	}
	
	.product-details-page .all-item-slider .slidPrv4.slick-arrow {
		left: 0;
		top: 50%;
		transform: translateY(-50%) rotate(-90deg)
	}
	
	.product-details-page .all-item-slider .slidNext4.slick-arrow {
		right: 0%;
		left: auto;
		top: 50%;
		transform: translateY(-50%) rotate(-90deg)
	}
	
	.product-details-page #product-details-tab ul li a {
		padding: 4px 20px
	}
	
	.product-details-page #coment-area .all-comments li .single-comment {
		display: flow-root
	}
	
	.product-details-page #coment-area .all-comments li .single-comment .left-area img {
		width: 100px;
		height: 100px
	}
	
	.cartpage .left-area {
		-webkit-overflow: hidden;
		-moz-overflow: hidden;
		overflow: hidden
	}
	
	.cartpage .left-area .cart-table {
		max-width: 767px;
		overflow-x: scroll
	}
	
	.cartpage .left-area .cart-table .table {
		width: 700px
	}
	
	.checkout-area .checkout-process li {
		margin-bottom: 10px
	}
	.category-page .bg-white .sub-category-menu ul li {
		flex: 100%;
		max-width: 100%
	}
	
	.order-tracking-content .tracking-form {
		display: flow-root
	}
	
	.order-tracking-content .tracking-form input {
		height: 40px
	}
	
	.order-tracking-content .tracking-form .mybtn1 {
		margin-left: 0;
		margin-top: 20px
	}
	
	.order-tracking-content .tracking-form {
		margin-top: 60px;
		margin-bottom: 30px
	}
	
}

a.meanmenu-reveal {
	display: none
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 0!important
}

.owl-carousel .owl-stage {
	position: relative;
	touch-action: pan-Y;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
	display: none
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}

table.dataTable {
	clear: both;
	margin-top: 6px!important;
	margin-bottom: 6px!important;
	max-width: none!important;
	border-collapse: separate!important;
	border-spacing: 0
}

table.dataTable td,
table.dataTable th {
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
	text-align: center
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
	white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length label {
	font-weight: 400;
	text-align: left;
	white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
	width: auto;
	display: inline-block
}

div.dataTables_wrapper div.dataTables_filter {
	text-align: right
}

div.dataTables_wrapper div.dataTables_filter label {
	font-weight: 400;
	white-space: nowrap;
	text-align: left
}

div.dataTables_wrapper div.dataTables_filter input {
	margin-left: .5em;
	display: inline-block;
	width: auto;
	height: auto;
    line-height: 0;
    padding: .5rem;
}

div.dataTables_wrapper div.dataTables_info {
	white-space: nowrap;
	color: lightslategrey;
	font-size: 0.875rem;
}

div.dataTables_wrapper div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
	display: block;
	width: 100%
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 2px 0;
	white-space: nowrap;
	justify-content: flex-end;
	display: inline-block
}

div.dataTables_wrapper div.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	margin-top: -26px;
	text-align: center;
	padding: 1em 0
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
	padding-right: 30px
}

table.dataTable thead>tr>th:active,
table.dataTable thead>tr>td:active {
	outline: none
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
	position: absolute;
	bottom: .9em;
	display: block;
	opacity: .3
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
	right: 1em;
	content: "\2191"
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	right: .5em;
	content: "\2193"
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
	opacity: 1
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
	opacity: 0
}

div.dataTables_scrollHead table.dataTable {
	margin-bottom: 0!important
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-top: 0!important;
	margin-bottom: 0!important
}

div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
	display: none
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
	border-top: none
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner {
	box-sizing: content-box
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
	margin-top: 0!important;
	border-top: none
}


table.dataTable.table-sm>thead>tr>th {
	padding-right: 20px
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
	top: 5px;
	right: .85em
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
	top: 5px
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
	border-left-width: 0
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
	border-right-width: 0
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
	border-bottom-width: 0
}

div.dataTables_scrollHead table.table-bordered {
	border-bottom-width: 0
}

div.table-responsive>div.dataTables_wrapper>div.row {
	margin: 0;
	align-items: center;
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
	padding-left: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
	padding-right: 0
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
	cursor: default!important
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before {
	display: none!important
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
	position: relative;
	padding-left: 30px;
	cursor: pointer
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
	top: 12px;
	left: 4px;
	height: 14px;
	width: 14px;
	display: block;
	position: absolute;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 14px;
	box-shadow: 0 0 3px #444;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0!important;
	line-height: 14px;
	content: '+';
	background-color: #0275d8
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	content: '-';
	background-color: #d33333
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child {
	padding-left: 27px
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before {
	top: 5px;
	left: 4px;
	height: 14px;
	width: 14px;
	border-radius: 14px;
	line-height: 14px;
	text-indent: 3px
}

table.dataTable.dtr-column>tbody>tr>td.control,
table.dataTable.dtr-column>tbody>tr>th.control {
	position: relative;
	cursor: pointer
}

table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
	top: 50%;
	left: 50%;
	height: 16px;
	width: 16px;
	margin-top: -10px;
	margin-left: -10px;
	display: block;
	position: absolute;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 14px;
	box-shadow: 0 0 3px #444;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0!important;
	line-height: 14px;
	content: '+';
	background-color: #0275d8
}

table.dataTable.dtr-column>tbody>tr.parent td.control:before,
table.dataTable.dtr-column>tbody>tr.parent th.control:before {
	content: '-';
	background-color: #d33333
}

table.dataTable>tbody>tr.child {
	padding: .5em 1em
}

table.dataTable>tbody>tr.child:hover {
	background: transparent!important
}

table.dataTable>tbody>tr.child ul.dtr-details {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
	border-bottom: 1px solid #efefef;
	padding: .5em 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
	padding-top: 0
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
	border-bottom: none
}

table.dataTable>tbody>tr.child span.dtr-title {
	display: inline-block;
	min-width: 75px;
	font-weight: 700
}

div.dtr-modal {
	position: fixed;
	box-sizing: border-box;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
	padding: 10em 1em
}

div.dtr-modal div.dtr-modal-display {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 50%;
	overflow: auto;
	margin: auto;
	z-index: 102;
	overflow: auto;
	background-color: #f5f5f7;
	border: 1px solid #000;
	border-radius: .1875rem.5em;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .6)
}

div.dtr-modal div.dtr-modal-content {
	position: relative;
	padding: 1em
}

div.dtr-modal div.dtr-modal-close {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 22px;
	height: 22px;
	border: 1px solid #eaeaea;
	background-color: #f9f9f9;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	z-index: 12
}

div.dtr-modal div.dtr-modal-close:hover {
	background-color: #eaeaea
}

div.dtr-modal div.dtr-modal-background {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 101;
	background: rgba(0, 0, 0, .6)
}


div.dtr-bs-modal table.table tr:first-child td {
	border-top: none
}

table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-collapse: separate;
	border-spacing: 0
}

table.dataTable thead th,
table.dataTable tfoot th {
	font-weight: 700
}

table.dataTable thead th,
table.dataTable thead td {
	padding: 10px 18px;
	border-bottom: 1px solid #111
}

table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none
}

table.dataTable tfoot th,
table.dataTable tfoot td {
	padding: 10px 18px 6px 18px;
	border-top: 1px solid #111
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	cursor: hand;
	background-repeat: no-repeat;
	background-position: center right
}

table.dataTable thead .sorting {
	background-image: url(../images/sort_both.png)
}

table.dataTable thead .sorting_asc {
	background-image: url(../images/sort_asc.png)
}

table.dataTable thead .sorting_desc {
	background-image: url(../images/sort_desc.png)
}

table.dataTable thead .sorting_asc_disabled {
	background-image: url(../images/sort_asc_disabled.png)
}

table.dataTable thead .sorting_desc_disabled {
	background-image: url(../images/sort_desc_disabled.png)
}

table.dataTable tbody tr {
	background-color: #fff
}

table.dataTable tbody tr.selected {
	background-color: #B0BED9
}

table.dataTable tbody th,
table.dataTable tbody td {
	padding: 8px 10px
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
	border-top: 1px solid #ddd
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
	border-top: none
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
	border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
	border-top: none
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
	background-color: #f9f9f9
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
	background-color: #acbad4
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
	background-color: #f6f6f6
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
	background-color: #aab7d1
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
	background-color: #fafafa
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
	background-color: #acbad5
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	background-color: #f1f1f1
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
	background-color: #f6f9fc
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
	background-color: whitesmoke
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
	background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
	background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
	background-color: #a9b7d1
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	background-color: #fafafa
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
	background-color: #fcfcfc
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
	background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
	background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
	background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
	background-color: #afbdd8
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
	background-color: #eaeaea
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
	background-color: #ececec
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
	background-color: #efefef
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
	background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
	background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
	background-color: #a5b2cb
}

table.dataTable.no-footer {
	border-bottom: 1px solid rgba(17, 17, 17, .1)
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
	white-space: nowrap
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
	padding: 4px 17px 4px 4px
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
	padding: 4px
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
	padding: 4px
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
	text-align: left
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
	text-align: center
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
	text-align: right
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
	text-align: justify
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
	white-space: nowrap
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
	text-align: left
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
	text-align: center
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
	text-align: right
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
	text-align: justify
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
	white-space: nowrap
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
	text-align: left
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
	text-align: center
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
	text-align: right
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
	text-align: justify
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
	white-space: nowrap
}

table.dataTable,
table.dataTable th,
table.dataTable td {
	box-sizing: content-box
}

.dataTables_wrapper {
	position: relative;
	clear: both;
	zoom: 1;
	zoom: 1
}

.dataTables_wrapper .dataTables_length {
	float: left
}

.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: .5em
}

.dataTables_wrapper .dataTables_info {
	clear: both;
	float: left;
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: .25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: .5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
	cursor: hand;
	color: #333!important;
	border: 1px solid transparent;
	border-radius: 2px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #333!important;
	border: 1px solid #979797;
	background-color: #fff;
	background: #ffffff; /* fallback for very old browsers */
	background: -webkit-linear-gradient(top, #ffffff 0%, #dcdcdc 100%); /* old WebKit */
	background: linear-gradient(to bottom, #ffffff 0%, #dcdcdc 100%); /* modern browsers */
	background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #666!important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
	display: inline-table;
	margin: 0 4px
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: white!important;
	border: 1px solid #111;
	background-color: #585858;
	background: #585858; /* fallback for very old browsers */
	background: -webkit-linear-gradient(top, #585858 0%, #111111 100%); /* older WebKit */
	background: linear-gradient(to bottom, #585858 0%, #111111 100%); /* modern browsers */
	background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
	background: -moz-linear-gradient(top, #585858 0%, #111 100%);
	background: -ms-linear-gradient(top, #585858 0%, #111 100%);
	background: -o-linear-gradient(top, #585858 0%, #111 100%);
	background: linear-gradient(to bottom, #585858 0%, #111 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline: none;
	background-color: #2b2b2b;
	background: #2b2b2b; /* fallback for very old browsers */
	background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* older WebKit */
	background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); /* modern browsers */
	background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
	box-shadow: inset 0 0 3px #111
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background-color: #fff;
	background: rgba(255, 255, 255, 0); /* fallback */
	background: -webkit-linear-gradient(
	left,
	rgba(255, 255, 255, 0) 0%,
	rgba(255, 255, 255, 0.9) 25%,
	rgba(255, 255, 255, 0.9) 75%,
	rgba(255, 255, 255, 0) 100%
	); /* older WebKit */
	background: linear-gradient(
	to right,
	rgba(255, 255, 255, 0) 0%,
	rgba(255, 255, 255, 0.9) 25%,
	rgba(255, 255, 255, 0.9) 75%,
	rgba(255, 255, 255, 0) 100%
	); /* modern browsers */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	color: #333
}

.dataTables_wrapper .dataTables_scroll {
	clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
	margin-top: -1px;
	-webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
	vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0!important;
	padding: 0!important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
	border-bottom: none
}

.dataTables_wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0
}



@media screen and (max-width:768px) {
	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {
		float: none;
		text-align: center
	}
	.dataTables_wrapper .dataTables_filter {
		margin-top: .5em
	}
	
	.item {
		display: block!important
	}
	
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 400;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left!important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto
}

.nice-select:hover {
	border-color: #dbdbdb
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #999
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0)
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none
}

.nice-select.disabled:after {
	border-color: #ccc
}

.nice-select.wide {
	width: 100%
}

.nice-select.wide .list {
	left: 0!important;
	right: 0!important
}

.nice-select.right {
	float: right
}

.nice-select.right .list {
	left: auto;
	right: 0
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px
}

.nice-select.small:after {
	height: 4px;
	width: 4px
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px
}

.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(.75) translateY(-21px);
	-ms-transform: scale(.75) translateY(-21px);
	transform: scale(.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent!important
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #333
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6
}

.nice-select .option.selected {
	font-weight: 700
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default
}

.no-csspointerevents .nice-select .list {
	display: none
}

.no-csspointerevents .nice-select.open .list {
	display: block
}

@media (print),
(prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset!important;
		animation: unset!important;
		-webkit-transition: none!important;
		transition: none!important
	}
}

.toast-title {
	font-weight: 400
}

.toast-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word
}

.toast-message a,
.toast-message label {
	color: #FFF
}

.toast-message a:hover {
	color: #CCC;
	text-decoration: none
}

.toast-close-button {
	position: relative;
	right: -.3em;
	top: -.3em;
	float: right;
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
	-webkit-text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: .8;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
	line-height: 1
}

.toast-close-button:hover,
.toast-close-button:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40)
}

.rtl .toast-close-button {
	left: -.3em;
	float: left;
	right: .3em
}

button.toast-close-button {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	appearance: none;
	-webkit-appearance: none
}

.toast-top-center {
	top: 0;
	right: 0;
	width: 100%
}

.toast-bottom-center {
	bottom: 0;
	right: 0;
	width: 100%
}

.toast-top-full-width {
	top: 0;
	right: 0;
	width: 100%
}

.toast-bottom-full-width {
	bottom: 0;
	right: 0;
	width: 100%
}

.toast-top-left {
	top: 12px;
	left: 12px
}

.toast-top-right {
	top: 12px;
	right: 12px
}

.toast-bottom-right {
	right: 12px;
	bottom: 12px
}

.toast-bottom-left {
	bottom: 12px;
	left: 12px
}

#toast-container {
	position: fixed;
	z-index: 999999;
	pointer-events: none
}

#toast-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

#toast-container>div {
	position: relative;
	pointer-events: auto;
	overflow: hidden;
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 300px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-position: 15px center;
	background-repeat: no-repeat;
	color: #FFF;
	opacity: 1;
	font-weight: 500;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80)
}

#toast-container>div.rtl {
	direction: rtl;
	padding: 15px 50px 15px 15px;
	background-position: right 15px center
}

#toast-container>div:hover {
	-moz-box-shadow: 0 0 12px #000;
	-webkit-box-shadow: 0 0 12px #000;
	box-shadow: 0 0 12px #000;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer
}

#toast-container>.toast-info {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important
}

#toast-container>.toast-error {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important
}

#toast-container>.toast-success {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important
}

#toast-container>.toast-warning {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important
}

#toast-container.toast-top-center>div,
#toast-container.toast-bottom-center>div {
	width: 300px;
	margin-left: auto;
	margin-right: auto
}

#toast-container.toast-top-full-width>div,
#toast-container.toast-bottom-full-width>div {
	width: 96%;
	margin-left: auto;
	margin-right: auto
}

.toast {
	background-color: #030303
}

.toast-success {
	background-color: green
}

.toast-error {
	background-color: red
}

.toast-info {
	background-color: #2F96B4
}

.toast-warning {
	background-color: #F89406
}

.toast-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	background-color: #000;
	opacity: .4;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
	#toast-container>div {
		padding: 8px 8px 8px 50px;
		width: 11em
	}
	#toast-container>div.rtl {
		padding: 8px 50px 8px 8px
	}
	#toast-container .toast-close-button {
		right: -.2em;
		top: -.2em
	}
	#toast-container .rtl .toast-close-button {
		left: -.2em;
		right: .2em
	}
}

@media all and (min-width:241px) and (max-width: 575px) {
	#toast-container>div {
		padding: 8px 8px 8px 50px;
		width: 18em
	}
	#toast-container>div.rtl {
		padding: 8px 50px 8px 8px
	}
	#toast-container .toast-close-button {
		right: -.2em;
		top: -.2em
	}
	#toast-container .rtl .toast-close-button {
		left: -.2em;
		right: .2em
	}
}

@media all and (min-width:481px) and (max-width:768px) {
	#toast-container>div {
		padding: 15px 15px 15px 50px;
		width: 25em
	}
	#toast-container>div.rtl {
		padding: 15px 50px 15px 15px
	}
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	cursor: default!important;
	pointer-events: none
}

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-resizable {
	position: relative
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted #000
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0
}

.ui-menu .ui-menu {
	position: absolute
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px
}

.ui-menu-icons {
	position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none
}

.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap
}

input.ui-button.ui-button-icon-only {
	text-indent: 0
}

.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
	z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
	border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
	border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
	width: 75%;
	width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid
}

.ui-checkboxradio-disabled {
	pointer-events: none
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px
}

.ui-datepicker .ui-datepicker-next {
	right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: 700;
	border: 0
}

.ui-datepicker td {
	border: 0;
	padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}

.ui-datepicker.ui-datepicker-multi {
	width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0
}

.ui-datepicker-rtl {
	direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer
}

.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0
}

.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0
}

.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0
}

.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px
}

.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0
}

.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0
}

.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0
}

.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
	background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
	height: 100%;
	filter: alpha(opacity=25);
	opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
	padding: 2px .4em;
	margin: .5em 0 0 0;
	height: auto;
	border: 0
}

.ui-selectmenu-open {
	display: block
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit
}

.ui-slider-horizontal {
	height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0
}

.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none
}

.ui-spinner-up {
	top: 0
}

.ui-spinner-down {
	bottom: 0
}

.ui-tabs {
	position: relative;
	padding: .2em
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px
}

body .ui-tooltip {
	border-width: 2px
}

.ui-widget {
	font-size: 1em
}

.ui-widget .ui-widget {
	font-size: 1em
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333
}

.ui-widget-content a {
	color: #333
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: 700
}

.ui-widget-header a {
	color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: 400;
	color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: 400;
	color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: 400;
	color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35)
}

.ui-icon {
	width: 16px;
	height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(images/ui-icons_555555_256x240.png)
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
	background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
	background-position: 16px 16px
}

.ui-icon-caret-1-n {
	background-position: 0 0
}

.ui-icon-caret-1-ne {
	background-position: -16px 0
}

.ui-icon-caret-1-e {
	background-position: -32px 0
}

.ui-icon-caret-1-se {
	background-position: -48px 0
}

.ui-icon-caret-1-s {
	background-position: -65px 0
}

.ui-icon-caret-1-sw {
	background-position: -80px 0
}

.ui-icon-caret-1-w {
	background-position: -96px 0
}

.ui-icon-caret-1-nw {
	background-position: -112px 0
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px
}

.ui-icon-arrow-4 {
	background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px
}

.ui-icon-extlink {
	background-position: -32px -80px
}

.ui-icon-newwin {
	background-position: -48px -80px
}

.ui-icon-refresh {
	background-position: -64px -80px
}

.ui-icon-shuffle {
	background-position: -80px -80px
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px
}

.ui-icon-folder-open {
	background-position: -16px -96px
}

.ui-icon-document {
	background-position: -32px -96px
}

.ui-icon-document-b {
	background-position: -48px -96px
}

.ui-icon-note {
	background-position: -64px -96px
}

.ui-icon-mail-closed {
	background-position: -80px -96px
}

.ui-icon-mail-open {
	background-position: -96px -96px
}

.ui-icon-suitcase {
	background-position: -112px -96px
}

.ui-icon-comment {
	background-position: -128px -96px
}

.ui-icon-person {
	background-position: -144px -96px
}

.ui-icon-print {
	background-position: -160px -96px
}

.ui-icon-trash {
	background-position: -176px -96px
}

.ui-icon-locked {
	background-position: -192px -96px
}

.ui-icon-unlocked {
	background-position: -208px -96px
}

.ui-icon-bookmark {
	background-position: -224px -96px
}

.ui-icon-tag {
	background-position: -240px -96px
}

.ui-icon-home {
	background-position: 0 -112px
}

.ui-icon-flag {
	background-position: -16px -112px
}

.ui-icon-calendar {
	background-position: -32px -112px
}

.ui-icon-cart {
	background-position: -48px -112px
}

.ui-icon-pencil {
	background-position: -64px -112px
}

.ui-icon-clock {
	background-position: -80px -112px
}

.ui-icon-disk {
	background-position: -96px -112px
}

.ui-icon-calculator {
	background-position: -112px -112px
}

.ui-icon-zoomin {
	background-position: -128px -112px
}

.ui-icon-zoomout {
	background-position: -144px -112px
}

.ui-icon-search {
	background-position: -160px -112px
}

.ui-icon-wrench {
	background-position: -176px -112px
}

.ui-icon-gear {
	background-position: -192px -112px
}

.ui-icon-heart {
	background-position: -208px -112px
}

.ui-icon-star {
	background-position: -224px -112px
}

.ui-icon-link {
	background-position: -240px -112px
}

.ui-icon-cancel {
	background-position: 0 -128px
}

.ui-icon-plus {
	background-position: -16px -128px
}

.ui-icon-plusthick {
	background-position: -32px -128px
}

.ui-icon-minus {
	background-position: -48px -128px
}

.ui-icon-minusthick {
	background-position: -64px -128px
}

.ui-icon-close {
	background-position: -80px -128px
}

.ui-icon-closethick {
	background-position: -96px -128px
}

.ui-icon-key {
	background-position: -112px -128px
}

.ui-icon-lightbulb {
	background-position: -128px -128px
}

.ui-icon-scissors {
	background-position: -144px -128px
}

.ui-icon-clipboard {
	background-position: -160px -128px
}

.ui-icon-copy {
	background-position: -176px -128px
}

.ui-icon-contact {
	background-position: -192px -128px
}

.ui-icon-image {
	background-position: -208px -128px
}

.ui-icon-video {
	background-position: -224px -128px
}

.ui-icon-script {
	background-position: -240px -128px
}

.ui-icon-alert {
	background-position: 0 -144px
}

.ui-icon-info {
	background-position: -16px -144px
}

.ui-icon-notice {
	background-position: -32px -144px
}

.ui-icon-help {
	background-position: -48px -144px
}

.ui-icon-check {
	background-position: -64px -144px
}

.ui-icon-bullet {
	background-position: -80px -144px
}

.ui-icon-radio-on {
	background-position: -96px -144px
}

.ui-icon-radio-off {
	background-position: -112px -144px
}

.ui-icon-pin-w {
	background-position: -128px -144px
}

.ui-icon-pin-s {
	background-position: -144px -144px
}

.ui-icon-play {
	background-position: 0 -160px
}

.ui-icon-pause {
	background-position: -16px -160px
}

.ui-icon-seek-next {
	background-position: -32px -160px
}

.ui-icon-seek-prev {
	background-position: -48px -160px
}

.ui-icon-seek-end {
	background-position: -64px -160px
}

.ui-icon-seek-start {
	background-position: -80px -160px
}

.ui-icon-seek-first {
	background-position: -80px -160px
}

.ui-icon-stop {
	background-position: -96px -160px
}

.ui-icon-eject {
	background-position: -112px -160px
}

.ui-icon-volume-off {
	background-position: -128px -160px
}

.ui-icon-volume-on {
	background-position: -144px -160px
}

.ui-icon-power {
	background-position: 0 -176px
}

.ui-icon-signal-diag {
	background-position: -16px -176px
}

.ui-icon-signal {
	background-position: -32px -176px
}

.ui-icon-battery-0 {
	background-position: -48px -176px
}

.ui-icon-battery-1 {
	background-position: -64px -176px
}

.ui-icon-battery-2 {
	background-position: -80px -176px
}

.ui-icon-battery-3 {
	background-position: -96px -176px
}

.ui-icon-circle-plus {
	background-position: 0 -192px
}

.ui-icon-circle-minus {
	background-position: -16px -192px
}

.ui-icon-circle-close {
	background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px
}

.ui-icon-circle-check {
	background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px
}

.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse
}

.ui-helper-clearfix:after {
	clear: both
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-front {
	z-index: 100
}

.ui-state-disabled {
	cursor: default!important;
	pointer-events: none
}

.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block
}

.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ui-resizable {
	position: relative
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted #000
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0
}

.ui-menu .ui-menu {
	position: absolute
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px
}

.ui-menu-icons {
	position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em
}

.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0
}

.ui-menu .ui-menu-icon {
	left: auto;
	right: 0
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none
}

.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap
}

input.ui-button.ui-button-icon-only {
	text-indent: 0
}

.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
	z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
	border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
	border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
	width: 75%;
	width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid
}

.ui-checkboxradio-disabled {
	pointer-events: none
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px
}

.ui-datepicker .ui-datepicker-next {
	right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: 700;
	border: 0
}

.ui-datepicker td {
	border: 0;
	padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left
}

.ui-datepicker.ui-datepicker-multi {
	width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0
}

.ui-datepicker-rtl {
	direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px
}

.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer
}

.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0
}

.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0
}

.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0
}

.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px
}

.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0
}

.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0
}

.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0
}

.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
	background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
	height: 100%;
	filter: alpha(opacity=25);
	opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
	padding: 2px .4em;
	margin: .5em 0 0 0;
	height: auto;
	border: 0
}

.ui-selectmenu-open {
	display: block
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0
}

.ui-slider {
	position: relative;
	text-align: left
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit
}

.ui-slider-horizontal {
	height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.ui-slider-vertical {
	width: .8em;
	height: 100px
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0
}

.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none
}

.ui-spinner-up {
	top: 0
}

.ui-spinner-down {
	bottom: 0
}

.ui-tabs {
	position: relative;
	padding: .2em
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px
}

body .ui-tooltip {
	border-width: 2px
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden
}


body.modal-open {
	margin-right: 0px!important
}

h1 {
	font-size: 60px;
	line-height: 1.0833333333333333
}

h2 {
	font-size: 52px;
	line-height: 1.4444444444444444
}

h3 {
	font-size: 26px;
	line-height: 1.0833333333333333
}

h4 {
	font-size: 22px;
	line-height: 1.2380952380952381
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333
}

p {
	font-size: 1rem;
	color: #333;
	line-height: 1.625;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

a {
	color: #143250;
	text-decoration: none
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none
}

a i {
	padding: 0 2px
}

img {
	max-width: 100%
}

ul {
	padding: 0;
	margin: 0
}

ul li {
	list-style: none
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd
}

.alignleft {
	float: left
}

.alignright {
	float: right
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em
}

.mybtn1 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: .1875rem;
	display: inline-block;
	color: #fff!important;
	background: var(--primaryColor);
	border: 1px solid var(--primaryColor);
	-webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .15);
	box-shadow: 0 5px 14px rgba(0, 0, 0, .15);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.mybtn1 i {
	padding-left: 5px
}

.mybtn1:hover {
	background: none;
	color: #ff5500!important
}

.mybtn2 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 7px 20px;
	text-align: center;
	border-radius: .1875rem;
	display: inline-block;
	color: #ff5500!important;
	background: #fff;
	border: 1px solid var(--primaryColor);
	-webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 7px rgba(0, 0, 0, .1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.mybtn2:hover {
	background: var(--primaryColor);
	color: #fff!important
}

.mfp-content,
.mfp-wrap,
.mfp-container,
.mfp-bg,
.mfp-auto-cursor .mfp-content {
	z-index: 99999999!important
}

.remove-padding {
	padding: 0
}

.nav-item.dropdown:hover .dropdown-menu {
	display: block
}

.dropdown-menu {
	border-radius: .1875rem
}

.scrolldown a {
	position: absolute;
	width: 30px;
	height: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 50px;
	border: 2px solid #fff;
	border-radius: .1875rem;
	z-index: 9
}

.scrolldown a::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0
	}
	40% {
		opacity: 1
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0
	}
	100% {
		opacity: 0
	}
}

@keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 0
	}
	40% {
		opacity: 1
	}
	80% {
		-webkit-transform: translate(0, 20px);
		transform: translate(0, 20px);
		opacity: 0
	}
	100% {
		opacity: 0
	}
}

.mix {
	display: none
}

.remove-col-padding {
	padding: 0
}

.navbar-toggler {
	border-color: rgba(0, 0, 0, .1)
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .4rem;
	padding-left: .4rem
}

.bottomtotop i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	font-size: 14px;
	text-align: center;
	border-radius: .1875rem;
	color: #fff;
	background: var(--primaryColor);
	cursor: pointer;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	bottom: 50px;
	right: 15px;
	-webkit-box-shadow: 0 0 21px rgba(0, 0, 0, .2);
	box-shadow: 0 0 21px rgba(0, 0, 0, .2);
	z-index: 80;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s
}

.br-10 {
	border-radius: 10px
}

.section-top {
	margin-bottom: 12px;
	padding-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: block;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between
}

.section-top .section-title {
	font-size: 18px;
	line-height: 38px;
	font-weight: 500;
	color: #333;
	display: inline-block;
	position: relative;
	margin-bottom: 0
}

.section-top .section-title::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	background: var(--primaryColor);
	left: 0;
	bottom: -2px
}

.section-top .link {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background: var(--primaryColor);
	border: 1px solid var(--primaryColor);
	padding: 0 12px;
	height: 28px;
	line-height: 28px;
	margin-top: 5px;
	border-radius: .1875rem;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s
}

.section-top .link:hover {
	background: none;
	color: var(--primaryColor);
}

.background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #F7F8FC;
	z-index: -9999
}

.has-icon {
	position: relative;
	display: block
}

.has-icon.textarea .the-icon {
	top: 25px
}

.has-icon .input-field {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.has-icon .the-icon {
	font-size: 14px;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #7c7c90
}

.input-field {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	border-radius: 3px;
	color: #333;
	margin-bottom: 15px;
	border: 1px solid #000!important
}

.input-field::-webkit-input-placeholder {
	color: #333
}

.input-field:-moz-placeholder {
	color: #333
}

.input-field::-moz-placeholder {
	color: #333
}

.input-field:-ms-input-placeholder {
	color: #333
}

.input-field.borderd {
	border: 2px solid rgba(0, 0, 0, .07)
}

.input-field.borderd:focus {
	border: 2px solid rgba(0, 0, 0, .3)
}

.input-field.textarea {
	min-height: 137px;
	padding: 15px 20px;
	resize: none
}

.input-field.error {
	border: 1px solid var(--primaryColor)
}

.input-field.error::-webkit-input-placeholder {
	color: var(--primaryColor);
}

.input-field.error:-moz-placeholder {
	color: var(--primaryColor);
}

.input-field.error::-moz-placeholder {
	color: var(--primaryColor);
}

.input-field.error:-ms-input-placeholder {
	color: var(--primaryColor);
}

.input-field.error:focus {
	border-color: var(--primaryColor);
}

.video-play-btn {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	border-radius: .1875rem;
	color: #fff;
	position: relative;
	z-index: 0;
	margin-left: 5px
}

.video-play-btn:hover {
	color: #fff
}

.email-success {
	display: block;
	width: 100%
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity: 0
	}
}

@-moz-keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity: 0
	}
}

@-o-keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity: 0
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}
	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity: 0
	}
}

@media only screen and (max-width:991px) {
	.row.reorder-xs {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		direction: rtl
	}
	.row.reorder-xs>[class*="col-"] {
		-webkit-transform: rotate(-180deg);
		-moz-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
		direction: ltr
	}
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
	margin-top: -3px;
	content: "";
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
	margin-left: -3px;
	content: "";
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
	margin-left: -3px;
	content: "";
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
	right: 0;
	margin-top: -3px;
	content: "";
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.breadcrumb-area {
	padding: 22px 0
}

.breadcrumb-area .pages li {
	display: inline-block
}
.breadcrumb-area .pages li:last-child{
	font-size: 0.875rem;
	color: rgb(51 51 51 / 72%);
	font-weight: 500;
}

.breadcrumb-area .pages li a {
	position: relative;
	margin-right: 17px;
	font-size: 0.875rem;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	color: var(--primaryColor);
	font-weight: 500;
}


.breadcrumb-area .pages li a:hover {
	color: var(--primaryColor);
}

.breadcrumb-area .pages li:last-child a::after {
	display: none
}


@media(max-width:1440px) {
	
	.item .info .name {
		font-size: 0.825rem;
	}
}


.menuForm .search-box{
	width: 100%;
	position: relative
}

.breadcrumb-area .search-form button {
	position: absolute;
	height: 35px !important;
	border: none;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	height: 100%;
	background: #333!important;
	width: 40px;
	color: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

 .my-dropdown-menu {
	width: 300px;
	/* position: absolute; */
	top: 100%;
	right: 0%;
	border: 0;
	padding: 0;
	border-radius: .1875rem;
	/* -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 25px rgba(0, 0, 0, .15); */
	background: #fff;
	z-index: 10;
}


  .dropdownmenu-wrapper .dropdown-cart-header
{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 8px
}


  .dropdownmenu-wrapper .dropdown-cart-products{
	padding-left: 0;
	margin-bottom: 0;
	display: block;
	width: 100%
}
  .dropdownmenu-wrapper .dropdown-cart-products .product{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	border-bottom: 1px solid #dee2e6;
	padding: 15px 0 15px;
	margin-right: 0
}
  .dropdownmenu-wrapper .dropdown-cart-products .product .product-details{
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center
}
  .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content{
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}
  .dropdownmenu-wrapper .dropdown-cart-products .product .product-details .content .product-title{
	font-size: 0.75rem;
	text-transform: capitalize;
	margin-bottom: 0;
	font-weight: 500;
	color: #333
}


  .dropdownmenu-wrapper .dropdown-cart-products .product .product-image-container{
	margin-bottom: 0;
	position: relative;
	/* border: 1px solid rgba(0, 0, 0, .15) */
}



  .dropdownmenu-wrapper .dropdown-cart-total{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 5px
}

  .dropdownmenu-wrapper .dropdown-cart-total span{
	font-size: 14px;
	font-weight: 500
}

.categories_title {
	cursor: pointer;
}

.categories_menu_inner .categories_mega_menu ul li a,
.categories_menu_inner>ul>li>ul.categories_mega_menu ul li a {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear
}

.categories_menu_inner .categories_mega_menu ul li a:hover{
	background-color: #eef0f1;
}
.categories_menu_inner>ul>li {
	cursor: pointer;
	display: block;
	align-items: center;
	font-weight: 400;
	color: #333;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.categories_menu_inner>ul>li:hover {
	background-color: #eef0f1;
	border-left: 5px solid var(--primaryColor);
}
.categories_menu_inner>ul>li>ul.categories_mega_menu ul li a:hover {
	padding-left: 10px
}
/* .categories_menu_inner>ul>li a {
	font-size: 0.835rem;
	font-weight: 500;
} */
.categories_menu_inner>ul>li img {
	width: 18px;
	margin-right: 10px
}
.categories_menu_inner>ul>li.dropdown_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.categories_menu_inner .dropdown_list .link-area,
.categories_menu_inner>ul>li.dropdown_list .link-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
/* .categories_menu_inner .dropdown_list .link-area>a,
.categories_menu_inner>ul>li.dropdown_list .link-area>a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center
} */
.categories_menu_inner a i, 
.categories_menu_inner>ul>li>a i {
	padding-right: 10px;
	color: #ccc;
}
.categories_menu_inner .categories_mega_menu,
.categories_menu_inner>ul>li>ul.categories_mega_menu {
	position: absolute;
	left: 100%;
	width: 65vw;
	padding: 0.75rem;
	height: auto;
	overflow-y: auto;
	top: 0;
	/* bottom: 0; */
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 9;
	background: #fff;
	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, .15);
	box-shadow: 5px 5px 20px rgba(0, 0, 0, .15);
	transform: translateX(-30px);
}
.categories_menu_inner .categories_mega_menu li,
.categories_menu_inner>ul>li>ul.categories_mega_menu>li {
	width: 33%;
	float: left;
}
.categories_menu_inner .categories_mega_menu li a
 {
	display: block;
    line-height: 1.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #444;
}
.categories_menu_inner>ul>li>ul.categories_mega_menu>li>a:hover {
	color: #7ecc13
}
.categories_menu_inner .categories_mega_menu.column_1,
.categories_menu_inner>ul>li ul.categories_mega_menu.column_1 {
	width: 100%;
}
.categories_menu_inner .categories_mega_menu.column_1 li,
.categories_menu_inner>ul>li ul.categories_mega_menu.column_1 li {
	width: 100%;
	padding: 0;
}

.categories_menu_inner .categories_mega_menu.column_1 li:last-child a,
.categories_menu_inner>ul>li ul.categories_mega_menu.column_1 li:last-child a {
	border-bottom: 0;
}
.categories_menu_inner .categories_mega_menu.open {
	opacity: 1;
	visibility: visible;
	transform: none;
	/* left: 100% */
}
.categorie_sub_menu ul li {
	width: 100% !important;
	padding: 0 !important;
}

.categorie_sub_menu ul li a {
	font-size: 0.8rem !important;
	font-weight: 400 !important;
	color: #646464 !important;
	text-transform: capitalize;
	line-height: 28px !important;
	display: block
}
.categorie_sub_menu ul li a:hover {
	color: var(--primaryColor);
}

nav .menu li a {
	/* line-height: 45px; */
	padding: 0 15px;
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: 500;
	font-size: 0.975rem;
	text-transform: capitalize;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	position: relative;
}
nav .menu li a:hover{
	text-decoration: underline;
}
nav .menu li {
	margin-bottom: 0;
	padding-bottom: 0
}
nav .menu li:first-child {
	border-left: 0
}
nav .menu li:last-child a {
	border-right: 0;
	color: var(--primaryColor);
	font-weight: 500;
	/* padding-right: 0px!important */
}
nav .menu>li.dropdown li.dropdown>a::before {
	margin-left: 10px;
	content: '';
	border-top: solid 5px #6a6a6a;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	float: right;
	position: relative;
	top: 8px
}
nav .menu>li.dropdown>a::before {
	margin-left: 10px;
	content: '';
	border-top: solid 5px #6a6a6a;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
	float: right;
	position: relative;
	top: 8px
}
nav .menu li.dropdown.open>a {
	color: #e74c3c
}
.sample-text {
	padding: 30px
}
nav .menu>li.dropdown>.dropdown-menu {
	margin: 0;
	border: 0;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}
nav button {
	background: transparent;
	border: none;
	outline: none
}


.info-area {
	background: #fff !important;
	/* border-bottom: 2px solid #484848 */
}
.info-area .info-big-box {
	left: 0;
	padding: 10px 0 14px;
	position: relative;
	width: 100%;
	border-radius: 3px;
	/* -webkit-box-shadow: 2px 41px 40px -20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 2px 41px 40px -20px rgba(0, 0, 0, .1);
	box-shadow: 2px 41px 40px -20px rgba(0, 0, 0, .1) */
}
.info-area .info-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; */
	padding: 15px;
	background-color: rgb(0 108 50 / 52%);
    border-radius: 5px;
}
.info-area .info-box .icon img {
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in
}
.info-area .info-box:hover .icon img {
	transform: scale(1.15)
}
.info-area .info-box .icon {
	line-height: 62px;
	display: inline-block;
	text-align: center;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	margin-right: 20px
}
.info-area .info-box .info .details {
	padding-top: 8px
}
.info-area .info-box .info .details .title {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0
}
.info-area .info-box .info .details .text {
	font-size: 14px;
	margin-bottom: 0;
	color: #fff
}
.info-area .info-box:hover {
	cursor: pointer
}
.trending {
	padding: 36px 0 0
}
.trending .ui-widget.ui-widget-content {
	margin: 0;
	padding: 0;
	border: 0
}
.trending .ui-tabs .ui-tabs-panel {
	padding: 0
}
.trending li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a {
	color: var(--primaryColor);
}
.trending li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a i {
	opacity: 1;
	margin-left: 7px
}
.trending .owl-carousel .owl-controls .owl-nav .owl-prev,
.trending .owl-carousel .owl-controls .owl-nav .owl-next {
	font-size: 14px;
	position: absolute;
	top: -30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 24px;
	opacity: 1;
	background: var(--primaryColor);
	border: 1px solid var(--primaryColor);
	border-radius: .1875rem;
	color: #fff;
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in
}
.trending .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.trending .owl-carousel .owl-controls .owl-nav .owl-next:hover {
	background: #fff!important;
	color: var(--primaryColor);
}
.trending .owl-carousel .owl-controls .owl-nav .owl-prev {
	right: 33px
}
.trending .owl-carousel .owl-controls .owl-nav .owl-next {
	right: 0
}
.phone-and-accessories .aside {
	height: 100%
}
.phone-and-accessories .aside .img {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../images/aside-img/accessories.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.categori-item {
	padding: 20px 0 30px
}
.categori-item .section-top {
	margin-bottom: 22px
}
.item {
	box-shadow: var(--boxShadow);
	overflow: hidden;
	display: block;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 10px;
	border-radius: var(--borderRadius);
	background-color: #fff
}
.item:hover {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 7;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}
.item .item-img {
	position: relative;
	overflow: hidden;
	text-align: center
}
.item .item-img img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.item .item-img .sell-area {
	position: absolute;
	top: 20px;
	right: 0;
	height: 100%;
	display: block;
	z-index: 9
}
.item .item-img .sell-area .sale {
	height: 22px;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	z-index: 1;
	padding: 0 10px;
	border-radius: .1875rem;
	display: block;
	margin-top: 5px
}
.item .item-img .extra-list {
	position: absolute;
	bottom: 0px;
	left: 50%;
    top: 50%;
    transform: translate(-50%, 80%);
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.item .item-img .extra-list ul li span {
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: .1875rem;
	font-size: 14px;
	margin-bottom: 7px;
	border: 1px solid var(--primaryColor);
	display: inline-block;
	text-align: center;
	color: #fff;
	background: var(--primaryColor);
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in
}
.item .item-img .extra-list ul li span:hover {
	background: var(--primaryColor);
	border-color: var(--primaryColor);
	color: #fff
}
.item .info {
	position: relative;
	top: 0;
	text-align: center;
	padding: 5px 10px;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
	background: rgba(255, 255, 255, .9)
}
.item .info .stars {
	display: block;
	text-align: center
}
.item .info .stars ul {
	display: inline-block
}
.item .info .stars ul li {
	display: inline-block
}
.item .info .stars ul li i {
	font-size: 12px;
	color: var(--primaryColor);
}
.item .info .price {
	font-size: 0.875rem;
    line-height: 1.2rem;
    font-weight: 600;
    margin-bottom: .335rem;
    color: #006c32;
}
.item .info .name {
	font-size: 0.825rem;
	position: relative;
	font-weight: 500;
	line-height: 1rem;
	display: -webkit-box;
	color: rgb(115 115 115);
	overflow: hidden;
	text-overflow: ellipsis;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.item:hover .extra-list {
	bottom: 20px;
	opacity: 1
}
.item .item-cart-area {
	position: absolute;
	display: block;
	text-align: center;
	width: 100%;
	left: 0
}
.item .add-to-cart-btn {
	font-size: 14px;
	font-weight: 500;
	background: var(--primaryColor);
	color: #fff;
	border: 1px solid var(--primaryColor);
	padding: 3px 0;
	width: 140px;
	display: block;
	border-radius: .1875rem;
	margin-top: 0;
	z-index: 9;
	margin: 5px auto;
	opacity: 0;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s
}
.item .add-to-cart-btn:hover {
	background: none;
	color: var(--primaryColor);
}
.item:hover .add-to-cart-btn {
	opacity: 1
}
.item:hover .info {
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s
}
.electronics-section {
	padding: 20px 0 30px
}
.electronics-section .aside {
	height: 100%;
	overflow: hidden;
	border: 1px solid #e7eaed;
	position: relative
}
.flash-deals {
	position: relative
}
.flash-deals .heading-title {
	text-align: center;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 17px;
	margin-top: 22px
}
.flash-deals .flas-deal-slider {
	position: relative
}
.flash-deals .flas-deal-slider .item {
	text-align: center;
	margin: 10px 0;
	padding: 20px;
	align-items: center
}
.flash-deals .flas-deal-slider .item .item-img {
	text-align: center;
	position: relative
}
.flash-deals .flas-deal-slider .item .item-img .discount {
	top: 0;
	position: absolute;
	z-index: 9;
	right: 0;
	font-size: 12px;
	padding: 1px 5px 1px 15px;
	border-radius: .1875rem 0 0 50px
}
.flash-deals .flas-deal-slider .item .item-img img {
	width: auto;
	display: inline-block
}
.flash-deals .flas-deal-slider .item .price .old-price {
	color: #143250;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	margin-right: 5px;
	position: relative
}
.flash-deals .flas-deal-slider .item .price .old-price::after {
	position: absolute;
	content: " ";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 1px;
	background: #143250
}
.flash-deals .flas-deal-slider .item .price .new-price {
	color: var(--primaryColor);
	font-size: 20px;
	font-weight: 500
}
.flash-deals .flas-deal-slider .item .deal-counter {
	border-radius: 3px;
	/* padding: 10px; */
	background: #fff;
	position: inherit;
	z-index: 100;
	margin-top: 10px
}
.flash-deals .flas-deal-slider .item .deal-counter span {
	display: inline-block;
	margin-right: 2px;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: var(--primaryColor);
	background-color: #ccc;
	background-color: #f2f2f2;
	padding: 10px;
	width: 23%;
	border-radius: 3px
}
.flash-deals .flas-deal-slider .item .deal-counter span:first-child {
	margin-left: 0;
}
.flash-deals .flas-deal-slider .item .deal-counter span:last-child {
	margin-right: 0
}
.flash-deals .flas-deal-slider .item .deal-counter span small {
	display: block;
	font-weight: 400;
	font-size: 14px;
	color: #143250
}
.categori-item .owl-carousel .owl-controls .owl-nav .owl-prev,
.categori-item .owl-carousel .owl-controls .owl-nav .owl-next,
.electronics-section .owl-carousel .owl-controls .owl-nav .owl-prev,
.electronics-section .owl-carousel .owl-controls .owl-nav .owl-next
{
	font-size: 14px;
	position: absolute;
	top: -40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 24px;
	opacity: 1;
	background: var(--primaryColor);
	border: 1px solid var(--primaryColor);
	border-radius: .1875rem;
	color: #fff;
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in
}
/* .flash-deals .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.flash-deals .owl-carousel .owl-controls .owl-nav .owl-next:hover {
	background: #fff!important;
	color: var(--primaryColor);
} */
.categori-item .owl-carousel .owl-controls .owl-nav .owl-prev,
.electronics-section .owl-carousel .owl-controls .owl-nav .owl-prev
{
	right: 33px
}
.categori-item .owl-carousel .owl-controls .owl-nav .owl-next,
.electronics-section .owl-carousel .owl-controls .owl-nav .owl-next 
{
	right: 0
}
.clothing-and-Apparel-Area .aside {
	height: 100%
}
.clothing-and-Apparel-Area .aside .img {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../images/aside-img/accessories.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.hot-and-new-item .categori .section-top {
	margin-bottom: 20px
}
.hot-and-new-item .categori .item-list {
	display: block;
	width: 100%
}
.hot-and-new-item .categori .item-list li .single-box {
	position: relative;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.hot-and-new-item .categori .item-list li .single-box:last-child{
	margin-bottom: 0;
}
.hot-and-new-item .categori .item-list li .single-box .left-area {
	width: 90px;
	height: 90px;
	margin-right: 15px;
	overflow: hidden
}
.hot-and-new-item .categori .item-list li .single-box .left-area img {
	width: 100%;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in
}
.hot-and-new-item .categori .item-list li .single-box:hover .left-area img {
	transform: scale(1.15)
}
.hot-and-new-item .categori .item-list li .single-box .right-area {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.hot-and-new-item .categori .item-list li .single-box .right-area .stars {
	display: block;
	text-align: left;
	line-height: 12px
}
.hot-and-new-item .categori .item-list li .single-box .right-area .stars ul {
	display: inline-block;
	line-height: 12px
}
.hot-and-new-item .categori .item-list li .single-box .right-area .stars ul li {
	line-height: 12px;
	display: inline-block
}
.hot-and-new-item .categori .item-list li .single-box .right-area .stars ul li i {
	font-size: 12px;
	color: var(--primaryColor);
}
.hot-and-new-item .categori .item-list li .single-box .right-area .price {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	font-weight: 500;
	margin: 3px 0 3px
}
.hot-and-new-item .categori .item-list li .single-box .right-area .price del {
	font-size: 12px;
	opacity: .8
}
.hot-and-new-item .categori .item-list li .single-box .right-area .text {
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	margin-bottom: 0
}
.hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-prev,
.hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-next {
	font-size: 13px;
	position: absolute;
	top: -37px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 19px;
	opacity: 1;
	border: 1px solid var(--primaryColor);
	border-radius: .1875rem;
	color: var(--primaryColor);
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in
}
.hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-next:hover {
	background: #ff5500!important;
	color: #fff
}
.hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-prev {
	right: 26px
}
.hot-and-new-item .owl-carousel .owl-controls .owl-nav .owl-next {
	right: 0
}
.banner-section {
	padding: 30px 0 30px
}
.banner-section img {
	width: 100%
}
.banner-section .left {
	margin: 0 5px
}
.banner-section .right {
	margin-left: 15px
}
.banner-effect {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: var(--borderRadius);
	box-shadow: var(--boxShadow)
}
.banner-effect::after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, .2);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}
.banner-effect:hover::after {
	-webkit-animation: circle .75s;
	animation: circle .75s
}
.banner-effect img {
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	width: 100%
}
.banner-effect:hover img {
	transform: scale(1.01)
}
@-webkit-keyframes circle {
	0% {
		opacity: 1
	}
	
	40% {
		opacity: 1
	}
	
	100% {
		width: 100%;
		height: 100%;
		opacity: 0
	}
}
@keyframes circle {
	0% {
		opacity: 1
	}
	
	40% {
		opacity: 1
	}
	
	100% {
		width: 100%;
		height: 100%;
		opacity: 0
	}
}
.blog-area {
	padding-top: 60px;
	padding-bottom: 30px;
	background: #f4f4f4
}
.blog-area .aside .slider-wrapper {
	background: #fff;
	padding: 50px 60px 50px
}
.blog-area .aside .slider-wrapper .slide-item {
	text-align: center
}
.blog-area .aside .slider-wrapper .slide-item .top-area .left {
	display: inline-block
}
.blog-area .aside .slider-wrapper .slide-item .top-area .left img {
	height: auto;
	border: 2px solid var(--primaryColor);
	border-radius: .1875rem;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .18);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .18)
}
.blog-area .aside .slider-wrapper .slide-item .top-area .right {
	margin-top: 10px
}
.blog-area .aside .slider-wrapper .slide-item .top-area .right .content {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}
.blog-area .aside .slider-wrapper .slide-item .top-area .right .content .name {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0
}
.blog-area .aside .slider-wrapper .slide-item .top-area .right .content .dagenation {
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 0
}
.blog-area .aside .slider-wrapper .slide-item .review-text {
	position: relative;
	margin-top: 15px;
	padding: 20px 30px 20px
}
.blog-area .aside .slider-wrapper .slide-item .review-text::after {
	position: absolute;
	content: "\efcd";
	top: 0;
	left: 0;
	font-size: 20px;
	color: #777
}
.blog-area .aside .slider-wrapper .slide-item .review-text::before {
	position: absolute;
	content: "\efce";
	bottom: 0;
	right: 0;
	font-size: 20px;
	color: #666
}
.blog-area .aside .slider-wrapper .slide-item .review-text p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0
}
.blog-area .aside .slider-wrapper .owl-controls .owl-dots {
	display: block;
	text-align: center;
	margin-top: -1px
}
.blog-area .aside .slider-wrapper .owl-controls .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background: #c2c2c2;
	display: inline-block;
	border-radius: .1875rem;
	margin: 0 3px 0;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in
}
.blog-area .aside .slider-wrapper .owl-controls .owl-dots .owl-dot.active {
	background: var(--primaryColor);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}
.blog-area .blog-box {
	position: relative;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	margin-bottom: 30px;
	border: 1px solid #e7eaed;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
}
.blog-area .blog-box .blog-images {
	width: 240px;
	display: inline-block;
	margin-right: 15px;
	overflow: hidden
}
.blog-area .blog-box .blog-images .img {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden
}
.blog-area .blog-box .blog-images .img img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s
}
.blog-area .blog-box .blog-images .img .date {
	position: absolute;
	background: var(--primaryColor);
	z-index: 2;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 50px;
	text-align: center
}
.blog-area .blog-box .blog-images .img .date p {
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 14px;
	font-size: 14px
}
.blog-area .blog-box .details {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.blog-area .blog-box .details .blog-title {
	font-size: 16px;
	font-weight: 500
}
.blog-area .blog-box .details .blog-text {
	font-size: 13px
}
.blog-area .blog-box .details .read-more-btn {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	background: var(--primaryColor);
	padding: 7px 20px;
	border: 1px solid var(--primaryColor);
	border-radius: .1875rem;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in
}
.blog-area .blog-box .details .read-more-btn:hover {
	background: none;
	color: var(--primaryColor);
}
.blog-area .blog-box:hover {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}
.blog-area .blog-box:hover .blog-images .img img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15)
}

.info-link-widget .title {
	margin-bottom: 11px
}
.info-link-widget .link-list li a {
	display: block;
	padding: 5px 0;
	font-size: 0.875rem;
	font-weight: 500;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.info-link-widget .link-list li a:hover {
	color: var(--primaryColor);
}
.info-link-widget .link-list li a:hover i {
	color: var(--primaryColor);
}
.info-link-widget .link-list li i.fas {
	font-size: 12px
}
.recent-post-widget .title {
	margin-bottom: 26px
}
.recent-post-widget .post-list li {
	padding-bottom: 10px;
	margin-bottom: 10px
}
.recent-post-widget .post-list li:last-child {
	border-bottom: 0
}
.recent-post-widget .post-list li .post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.recent-post-widget .post-list li .post .post-img {
	margin-right: 15px
}
.recent-post-widget .post-list li .post .post-img img {
	width: 60px;
	height: 60px
}
.recent-post-widget .post-list li .post .post-details {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.recent-post-widget .post-list li .post .post-details .post-title {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.recent-post-widget .post-list li .post .post-details .date {
	font-size: 10px;
	line-height: 20px;
	color: #f6f9fc;
	font-weight: 400;
	margin-bottom: 0
}
.product-details-page {
	padding: 0 0 40px
}
.product-details-page li.slick-slide {
	border: 1px solid red
}
.product-details-page li.slick-slide {
	border: 1px solid transparent
}
.product-details-page li.slick-slide:focus {
	outline: 0
}
.product-details-page .all-item {
	position: relative;
	cursor: pointer
}
.product-details-page .all-item li {
	margin: 0 0
}
.product-details-page .all-item .slidPrv4.slick-arrow {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	background: var(--primaryColor);
	text-align: center;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	opacity: .7;
	cursor: pointer
}
.product-details-page .all-item .slidPrv4.slick-arrow:hover {
	opacity: 1
}
.product-details-page .all-item .slidNext4.slick-arrow {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	background: var(--primaryColor);
	text-align: center;
	width: 30px;
	line-height: 30px;
	height: 30px;
	color: #fff;
	opacity: .7;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	cursor: pointer
}
.product-details-page .all-item .slidNext4.slick-arrow:hover {
	opacity: 1
}
.product-details-page .all-item .slick-slide {
	border: 1px solid rgba(0, 0, 0, .2)
}
.product-details-page .one-item .item {
	position: relative;
	border: 1px solid rgba(0, 0, 0, .2);
	text-align: center
}
.product-details-page .one-item .item img {
	display: inline-block!important
}
.product-details-page .one-item .slick-slide:focus {
	outline: 0
}
.product-details-page .one-item .slick-prev:before,
.product-details-page .one-item .slick-next:before {
	color: fff
}
.product-details-page .one-item li.slick-slide.slick-current.slick-active {
	border: 1px solid rgba(0, 0, 0, .5)
}
.product-details-page .right-area .product-info .product-name {
	font-size: 1.1rem;
	line-height: 1.3rem;
	font-weight: 500;
	margin-bottom: 3px
}
.product-details-page .right-area .product-info .info-meta-1 ul li {
	display: inline-block;
	margin-right: 10px
}
.product-details-page .right-area .product-info .info-meta-1 ul li p {
	color: #143250;
	font-size: 14px;
	margin-bottom: 0px
}
.product-details-page .right-area .product-info .info-meta-1 ul li.product-id .idno {
	font-weight: 500;
	color: #000
}
.product-details-page .right-area .product-info .info-meta-1 ul li.product-isstook p {
	color: green;
	font-weight: 500
}
.product-details-page .right-area .product-info .info-meta-1 ul li.product-outstook p {
	color: #e51e31;
	font-weight: 500
}
.product-details-page .right-area .product-info .info-meta-1 ul li .stars li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: -4px
}
.product-details-page .right-area .product-info .info-meta-1 ul li .stars li i {
	color: var(--primaryColor);
	margin: 0;
	padding: 0
}
.product-details-page .right-area .product-info .info-meta-1 ul li:last-child {
	margin-right: 0
}
.product-details-page .right-area .product-info .contact-seller {
	padding: 9px 0 10px
}
.product-details-page .right-area .product-info .contact-seller .title {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: var(--primaryColor);
	display: inline-block;
	margin-right: 10px
}
.product-details-page .right-area .product-info .contact-seller .list {
	display: inline-block
}
.product-details-page .right-area .product-info .contact-seller .list li {
	display: inline-block;
	margin-right: 5px
}
.product-details-page .right-area .product-info .contact-seller .list li a {
	font-size: 13px;
	color: var(--primaryColor);
	display: inline-block;
	border: 1px solid #b8c1ca;
	padding: 4px 9px;
	border-radius: .1875rem;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.product-details-page .right-area .product-info .contact-seller .list li a i {
	font-size: 12px
}
.product-details-page .right-area .product-info .contact-seller .list li a:hover {
	background: var(--primaryColor);
	border-color: var(--primaryColor);
	color: #fff
}
.product-details-page .right-area .product-info .contact-seller .list li:last-child {
	margin-right: 0
}
.product-details-page .right-area .product-info .info-meta-2 ul li p {
	font-size: 15px;
	margin-bottom: 0
}
.product-details-page .right-area .product-info .product-price {
	margin-bottom: 0;
	align-items: center;
}
.product-details-page .right-area .product-info .product-price .title {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0
}
.product-details-page .right-area .product-info .product-price .price {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--primaryColor);
	margin-bottom: 0
}
.product-details-page .right-area .product-info .product-price .price small {
	font-size: 18px;
	font-weight: 500;
	color: rgba(20, 50, 80, .6)
}
.product-details-page .right-area .product-info .product-size {
	padding: 10px 0 0
}
.product-details-page .right-area .product-info .product-size .title {
	display: inline-block;
	margin-right: 20px;
	font-size: 15px
}
.product-details-page .right-area .product-info .product-size .siz-list {
	display: inline-block
}
.product-details-page .right-area .product-info .product-size .siz-list li {
	display: inline-block
}
.product-details-page .right-area .product-info .product-size .siz-list li .box {
	height: 26px;
	padding: 0 8px;
	border: 1px solid #b8c1ca;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500
}
.product-details-page .right-area .product-info .product-size .siz-list li.active .box {
	border: 3px solid var(--primaryColor);
	position: relative;
	color: #006c32;
}

.product-details-page .right-area .product-info .mproduct-size {
	padding: 10px 0 0
}
.product-details-page .right-area .product-info .mproduct-size .title {
	display: inline-block;
	font-size: 15px
}
.product-details-page .right-area .product-info .mproduct-size .siz-list {
	display: inline-block
}
.product-details-page .right-area .product-info .mproduct-size .siz-list li {
	display: inline-block
}
.product-details-page .right-area .product-info .mproduct-size .siz-list li .box {
	height: 26px;
	padding: 0 8px;
	border: 1px solid #b8c1ca;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
	border-radius: 3px;
}
.product-details-page .right-area .product-info .mproduct-size .siz-list li.active .box {
	border: 1px solid var(--primaryColor);
	background-color: var(--primaryColor);
	color: #fff;
}
.product-details-page .right-area .product-info .product-color {
	margin-top: 0;
	position: relative;
	margin-bottom: 4px
}
.product-details-page .right-area .product-info .product-color .title {
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 15px
}
.product-details-page .right-area .product-info .product-color .color-list {
	display: inline-block;
	padding-left: 70px
}
.product-details-page .right-area .product-info .product-color .color-list li {
	display: inline-block;
	margin-right: 2px
}
.product-details-page .right-area .product-info .product-color .color-list li .box {
	width: 30px;
	height: 30px;
	border-radius: .1875rem;
	display: inline-block;
	position: relative;
	cursor: pointer
}
.product-details-page .right-area .product-info .product-color .color-list li .box::after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    content: "\f00c";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #FFF;
	font-size: 17px;
	opacity: 0
}
.product-details-page .right-area .product-info .product-color .color-list li.active .box::after {
	opacity: 1
}
.product-details-page .right-area .product-info .product-color .color-list li:last-child {
	margin-right: 0
}
.product-details-page .right-area .product-info .mproduct-color {
	margin-top: 4px;
	position: relative;
	margin-bottom: 4px
}
.product-details-page .right-area .product-info .mproduct-color .title {
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 15px
}
.product-details-page .right-area .product-info .mproduct-color .color-list {
	display: inline-block;
	padding-left: 70px
}
.product-details-page .right-area .product-info .mproduct-color .color-list li {
	display: inline-block;
	margin-right: 2px
}
.product-details-page .right-area .product-info .mproduct-color .color-list li .box {
	width: 30px;
	height: 30px;
	border-radius: .1875rem;
	display: inline-block;
	position: relative;
	cursor: pointer
}
.product-details-page .right-area .product-info .mproduct-color .color-list li .box::after {
	position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: normal;
    content: "\f00c";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #FFF;
	font-size: 17px;
	opacity: 0
}
.product-details-page .right-area .product-info .mproduct-color .color-list li.active .box::after {
	opacity: 1
}
.product-details-page .right-area .product-info .product-color .color-list li:last-child {
	margin-right: 0
}
.product-details-page .xzoom-container .owl-carousel .owl-controls .owl-nav .owl-prev,
.product-details-page .xzoom-container .owl-carousel .owl-controls .owl-nav .owl-next {
	font-size: 14px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 25px;
	opacity: 1;
	background: var(--primaryColor);
	border: 1px solid var(--primaryColor);
	border-radius: .1875rem;
	color: #fff;
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in
}
.product-details-page .xzoom-container .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.product-details-page .xzoom-container .owl-carousel .owl-controls .owl-nav .owl-next:hover {
	background: var(--secondaryColor) !important;
	color: #fff !important;
}
.product-details-page .xzoom-container .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 0%;
}
.product-details-page .xzoom-container .owl-carousel .owl-controls .owl-nav .owl-next {
	right: 0%;
}

.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty {
	display: block;
}
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li {
	display: inline-block
}
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li:first-child {
	margin-left: 0
}
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qttotal,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qtminus,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qtplus,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .modal-plus,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .modal-total,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .modal-minus {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500
}
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qttotal:focus,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qtminus:focus,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qtplus:focus {
	outline: 0
}
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qttotal {
	width: 50px
}
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.addtocart {
	display: inline-block
}
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.addtocart a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	border: 1px solid var(--primaryColor);
	background: var(--primaryColor);
	padding: 0 18px;
	height: 30px;
	line-height: 30px;
	font-weight: 500;
	border-radius: .1875rem;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.addtocart a i {
	font-size: 13px;
	margin-right: 4px
}
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.addtocart a:hover {
	background: #fff;
	color: var(--primaryColor);
}
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.favorite,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.compare {
	display: inline-block
}
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.favorite a,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.compare a {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	border: 1px solid var(--primaryColor);
	background: var(--primaryColor);
	height: 30px;
	width: 30px;
	border-radius: .1875rem;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	border-radius: .1875rem;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.favorite a:hover,
.product-details-page .right-area .product-info .info-meta-3 .meta-list li.compare a:hover {
	background: #fff;
	color: var(--primaryColor);
}
.product-details-page .right-area .product-info .info-meta-3 .meta-list li:last-child {
	margin-right: 0
}
.product-details-page .right-area .product-info .social-links {
	margin-top: 4px
}
.product-details-page .right-area .product-info .social-links .title {
	display: inline-block;
	margin-right: 20px
}
.product-details-page .right-area .product-info .social-links .link-list {
	display: inline-block
}
.product-details-page .right-area .product-info .social-links .link-list li {
	display: inline-block
}
.product-details-page .right-area .product-info .social-links .link-list li a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	height: 35px;
	width: 35px;
	text-align: center;
	margin: 0 2px;
	line-height: 35px;
	border-radius: .1875rem;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.product-details-page .right-area .product-info .social-links .link-list li a.facebook {
	background: #3b5999
}
.product-details-page .right-area .product-info .social-links .link-list li a.twitter {
	background: #55acee
}
.product-details-page .right-area .product-info .social-links .link-list li a.linkedin {
	background: #0077B5
}
.product-details-page .right-area .product-info .social-links .link-list li a.pinterest {
	background: #bd081c
}
.product-details-page .right-area .product-info .social-links .link-list li a:hover {
	color: #fff
}
.product-details-page #product-details-tab {
	margin-top: 40px;
	display: block;
	width: 100%;
	text-align: center
}
.product-details-page #product-details-tab.ui-widget.ui-widget-content {
	border: 0
}
.product-details-page #product-details-tab .ui-widget.ui-widget-content {
	margin: 0;
	padding: 0;
	border: 0
}
.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel {
	padding: 0;
	text-align: left;
	padding: 20px 20px 30px
}
.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .title {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 500;
	display: block
}
.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel p {
	font-size: 16px;
	line-height: 26px
}
.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .list li {
	display: block
}
.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .list li p {
	margin-bottom: 0
}
.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .heading-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .heading-area .reating-area {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-top: 14px;
	margin-left: 30px
}
.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .heading-area .reating-area .stars {
	font-size: 12px;
	background: var(--primaryColor);
	color: #fff;
	display: inline-block;
	padding: 1px 5px
}
.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .heading-area .reating-area .stars i {
	font-size: 10px
}
.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel .heading-area .reating-area .reting-and-review {
	display: inline-block;
	font-size: 14px;
	color: #143250;
	margin-left: 10px
}
.product-details-page #product-details-tab .top-menu-area {
	background: #fff;
	width: 100%;
	display: block;
	text-align: center;
	border-bottom: 1px solid var(--borderColor);
}
.product-details-page #product-details-tab .top-menu-area ul {
	border: 0;
	display: inline-block;
	background: none;
	padding: 0;
	margin: 0
}
.product-details-page #product-details-tab .top-menu-area ul li {
	border: 0;
	background: none;
	display: inline-block
}
.product-details-page #product-details-tab .top-menu-area ul li a {
	/* padding: 12px 10px 9px; */
	font-size: 0.875rem;
	line-height: 20px;
	font-weight: 500;
	color: #333;
	display: block;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	position: relative;
	text-transform: uppercase;
}

.product-details-page #product-details-tab li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a::after{
	content: '';
    position: absolute;
    background-color: #c7dfd2;
    width: 100%;
    height: 5px;
    bottom: -7px;
    left: 0;
	border-radius: 10px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1), inset 0 -2px 2px 0 rgba(0,0,0,0.1);
}
.product-details-page #product-details-tab .ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 0;
	background: #ff000f
}
.product-details-page #product-details-tab li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a::after {
	opacity: 1
}
.product-details-page #product-details-tab.ui-widget.ui-widget-content {
	background: #fff;
	box-shadow: var(--boxShadow);
	padding: 0;
}
.quick-view-modal .product-details-page .all-item .slidPrv4.slick-arrow {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg)
}
.quick-view-modal .product-details-page .all-item .slidNext4.slick-arrow {
	position: absolute;
	bottom: auto;
	top: 50%;
	right: 0;
	left: auto;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg)
}
#product-details-tab #replay-area .all-replay {
	margin-top: 18px;
	width: 100%
}
#product-details-tab #replay-area .all-replay li {
	margin-bottom: 30px;
	width: 100%
}
#product-details-tab #replay-area .all-replay li .single-review {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	padding-bottom: 16px;
	margin-bottom: 20px
}
#product-details-tab #replay-area .all-replay li .single-review .left-area {
	text-align: center;
	padding-right: 30px;
	margin-right: 30px;
	position: relative
}
#product-details-tab #replay-area .all-replay li .single-review .left-area::before {
	position: absolute;
	content: "";
	height: 70%;
	width: 1px;
	background: rgba(0, 0, 0, .3);
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
#product-details-tab #replay-area .all-replay li .single-review .left-area img {
	width: 60px;
	height: 60px;
	border-radius: .1875rem;
	border: 2px solid var(--primaryColor);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}
#product-details-tab #replay-area .all-replay li .single-review .left-area .name {
	margin-top: 15px;
	font-size: 14px;
	color: #143250;
	font-weight: 500;
	margin-bottom: 0
}
#product-details-tab #replay-area .all-replay li .single-review .left-area .date {
	font-size: 12px;
	color: #143250;
	margin-bottom: 0
}
#product-details-tab #replay-area .all-replay li .single-review .right-area {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
#product-details-tab #replay-area .all-replay li .single-review .right-area .header-area .stars-area {
	margin-left: 0
}
#product-details-tab #replay-area .all-replay li .single-review .right-area .header-area .stars-area .stars {
	padding: 0;
	margin-bottom: 5px;
	display: inline-block
}
#product-details-tab #replay-area .all-replay li .single-review .right-area .header-area .stars-area .stars li {
	display: inline-block;
	width: auto;
	font-size: 12px;
	margin-right: -2px;
	color: #fc9715;
	margin-bottom: 0
}
#product-details-tab #replay-area .all-replay li .single-review .right-area .header-area .title {
	font-size: 16px;
	font-weight: 500;
	color: #143250;
	margin-top: 0
}
#product-details-tab #replay-area .all-replay li .single-review .right-area .review-body p {
	font-size: 16px;
	line-height: 26px
}
#product-details-tab #replay-area .review-area .star-area .star-list li {
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	color: #bdbdbd;
	position: relative
}
#product-details-tab #replay-area .review-area .star-area .star-list li i {
	margin-right: -3px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer
}
#product-details-tab #replay-area .review-area .star-area .star-list li::after {
	position: absolute;
	content: "||";
	top: 0;
	right: -18px
}
#product-details-tab #replay-area .review-area .star-area .star-list li:last-child::after {
	display: none
}
#product-details-tab #replay-area .review-area .star-area .star-list li.active i {
	color: #fece37
}
#product-details-tab #replay-area .review-area .star-area .star-list li:hover i {
	color: #fece37
}
#product-details-tab #replay-area .write-comment-area {
	padding-top: 30px
}
#product-details-tab #replay-area .write-comment-area input {
	width: 100%;
	height: 55px;
	background: #fff;
	color: #555;
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 0 20px;
	font-size: 14px;
	margin-bottom: 15px
}
#product-details-tab #replay-area .write-comment-area input::-webkit-input-placeholder {
	color: #555
}
#product-details-tab #replay-area .write-comment-area input:-moz-placeholder {
	color: #555
}
#product-details-tab #replay-area .write-comment-area input::-moz-placeholder {
	color: #555
}
#product-details-tab #replay-area .write-comment-area input:-ms-input-placeholder {
	color: #555
}
#product-details-tab #replay-area .write-comment-area textarea {
	width: 100%;
	height: 190px;
	background: #fff;
	color: #888;
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 10px 20px;
	font-size: 14px;
	margin-bottom: 15px;
	resize: none
}
#product-details-tab #replay-area .write-comment-area textarea::-webkit-input-placeholder {
	color: #888
}
#product-details-tab #replay-area .write-comment-area textarea:-moz-placeholder {
	color: #888
}
#product-details-tab #replay-area .write-comment-area textarea::-moz-placeholder {
	color: #888
}
#product-details-tab #replay-area .write-comment-area textarea:-ms-input-placeholder {
	color: #888
}
#product-details-tab #replay-area .write-comment-area .submit-btn {
	background: var(--primaryColor);
	border: 0;
	color: #fff;
	padding: 14px 30px 11px;
	border-radius: .1875rem;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid var(--primaryColor);
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
#product-details-tab #replay-area .write-comment-area .submit-btn:hover {
	background: none;
	color: var(--primaryColor);
}
#product-details-tab #replay-area .write-comment-area .submit-btn:focus {
	outline: 0
}
#product-details-tab #replay-area #product-details-tab.ui-widget.ui-widget-content {
	background: #fff
}
#product-details-tab #comment-area .all-comment {
	margin-top: 18px;
	width: 100%
}
#product-details-tab #comment-area .all-comment li {
	margin-bottom: 30px;
	width: 100%
}
#product-details-tab #comment-area .all-comment li .single-comment {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	padding-bottom: 16px;
	margin-bottom: 20px
}
#product-details-tab #comment-area .all-comment li .single-comment .left-area {
	text-align: center;
	padding-right: 30px;
	margin-right: 30px;
	position: relative
}
#product-details-tab #comment-area .all-comment li .single-comment .left-area::before {
	position: absolute;
	content: "";
	height: 70%;
	width: 1px;
	background: rgba(0, 0, 0, .3);
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
#product-details-tab #comment-area .all-comment li .single-comment .left-area img {
	width: 60px;
	height: 60px;
	border-radius: .1875rem;
	border: 2px solid var(--primaryColor);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1)
}
#product-details-tab #comment-area .all-comment li .single-comment .left-area .name {
	margin-top: 15px;
	font-size: 14px;
	color: #143250;
	font-weight: 500;
	margin-bottom: 0
}
#product-details-tab #comment-area .all-comment li .single-comment .left-area .date {
	font-size: 12px;
	color: #143250;
	margin-bottom: 0
}
#product-details-tab #comment-area .all-comment li .single-comment .right-area {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
#product-details-tab #comment-area .all-comment li .single-comment .right-area .header-area .stars-area {
	margin-left: 0
}
#product-details-tab #comment-area .all-comment li .single-comment .right-area .header-area .stars-area .stars {
	padding: 0;
	margin-bottom: 5px;
	display: inline-block
}
#product-details-tab #comment-area .all-comment li .single-comment .right-area .header-area .stars-area .stars li {
	display: inline-block;
	width: auto;
	font-size: 12px;
	margin-right: -2px;
	color: #fc9715;
	margin-bottom: 0
}
#product-details-tab #comment-area .all-comment li .single-comment .right-area .header-area .title {
	font-size: 16px;
	font-weight: 500;
	color: #143250;
	margin-top: 0
}
#product-details-tab #comment-area .all-comment li .single-comment .right-area .comment-body p {
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px
}
#product-details-tab #comment-area .all-comment li .single-comment .right-area .comment-footer .links a {
	display: inline-block;
	font-size: 14px
}
#product-details-tab #comment-area .all-comment li .replay-review {
	margin-left: 100px
}
#product-details-tab #comment-area .all-comment li .replay-area {
	position: relative;
	padding-left: 127px;
	margin-bottom: 20px
}
#product-details-tab #comment-area .all-comment li .replay-area textarea {
	width: 100%;
	height: 50px;
	padding: 10px 20px;
	border: 1px solid rgba(0, 0, 0, .3)
}
#product-details-tab #comment-area .all-comment li .replay-area button {
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: 0;
	background: var(--primaryColor);
	color: #fff;
	font-weight: 500;
	border-radius: .1875rem;
	font-size: 14px;
	margin-top: 10px;
	display: inline-block;
	text-align: center;
	margin-right: 10px
}
#product-details-tab #comment-area .all-comment li .replay-area .remove {
	width: 120px;
	height: 40px;
	border: 0;
	background: #143250;
	color: #fff;
	font-weight: 500;
	border-radius: .1875rem;
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	margin-top: 0
}
#product-details-tab #comment-area .review-area .title {
	margin-bottom: 0
}
#product-details-tab #comment-area .write-comment-area {
	padding-top: 20px
}
#product-details-tab #comment-area .write-comment-area input {
	width: 100%;
	height: 55px;
	background: #fff;
	color: #555;
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 0 20px;
	font-size: 14px;
	margin-bottom: 15px
}
#product-details-tab #comment-area .write-comment-area input::-webkit-input-placeholder {
	color: #555
}
#product-details-tab #comment-area .write-comment-area input:-moz-placeholder {
	color: #555
}
#product-details-tab #comment-area .write-comment-area input::-moz-placeholder {
	color: #555
}
#product-details-tab #comment-area .write-comment-area input:-ms-input-placeholder {
	color: #555
}
#product-details-tab #comment-area .write-comment-area textarea {
	width: 100%;
	height: 190px;
	background: #fff;
	color: #888;
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 10px 20px;
	font-size: 14px;
	margin-bottom: 15px;
	resize: none
}
#product-details-tab #comment-area .write-comment-area textarea::-webkit-input-placeholder {
	color: #888
}
#product-details-tab #comment-area .write-comment-area textarea:-moz-placeholder {
	color: #888
}
#product-details-tab #comment-area .write-comment-area textarea::-moz-placeholder {
	color: #888
}
#product-details-tab #comment-area .write-comment-area textarea:-ms-input-placeholder {
	color: #888
}
#product-details-tab #comment-area .write-comment-area .submit-btn {
	background: var(--primaryColor);
	border: 0;
	color: #fff;
	padding: 14px 30px;
	border-radius: .1875rem;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	border: 1px solid var(--primaryColor);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
#product-details-tab #comment-area .write-comment-area .submit-btn:hover {
	background: none;
	color: var(--primaryColor);
}
#product-details-tab #comment-area .write-comment-area .submit-btn:focus {
	outline: 0
}
#product-details-tab #comment-area #product-details-tab.ui-widget.ui-widget-content {
	background: #fff
}
.product-details-page .categori .section-top {
	margin-bottom: 20px
}
.product-details-page .categori .item-list {
	display: block;
	width: 100%
}
.product-details-page .categori .item-list li .single-box {
	position: relative;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.product-details-page .categori .item-list li .single-box .left-area {
	width: 90px;
	height: 90px;
	margin-right: 15px;
	overflow: hidden
}
.product-details-page .categori .item-list li .single-box .left-area img {
	width: 100%;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in
}
.product-details-page .categori .item-list li .single-box:hover .left-area img {
	transform: scale(1.15)
}
.product-details-page .categori .item-list li .single-box .right-area {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.product-details-page .categori .item-list li .single-box .right-area .stars {
	display: block;
	text-align: left;
	line-height: 12px
}
.product-details-page .categori .item-list li .single-box .right-area .stars ul {
	display: inline-block;
	line-height: 12px
}
.product-details-page .categori .item-list li .single-box .right-area .stars ul li {
	line-height: 12px;
	display: inline-block
}
.product-details-page .categori .item-list li .single-box .right-area .stars ul li i {
	font-size: 12px;
	color: var(--primaryColor);
}
.product-details-page .categori .item-list li .single-box .right-area .price {
	font-size: 16px;
	line-height: 26px;
	color: #333;
	font-weight: 700;
	margin: 3px 0 3px
}
.product-details-page .categori .item-list li .single-box .right-area .price del {
	font-size: 12px;
	opacity: .8
}
.product-details-page .categori .item-list li .single-box .right-area .text {
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	margin-bottom: 0
}
.product-details-page .categori .owl-carousel .owl-controls .owl-nav .owl-prev,
.product-details-page .categori .owl-carousel .owl-controls .owl-nav .owl-next {
	font-size: 13px;
	position: absolute;
	top: -37px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 19px;
	opacity: 1;
	background: #fff;
	border: 1px solid var(--primaryColor);
	border-radius: .1875rem;
	color: var(--primaryColor);
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in
}
.product-details-page .categori .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.product-details-page .categori .owl-carousel .owl-controls .owl-nav .owl-next:hover {
	background: #ff5500!important;
	color: #fff
}
.product-details-page .categori .owl-carousel .owl-controls .owl-nav .owl-prev {
	right: 25px
}
.product-details-page .categori .owl-carousel .owl-controls .owl-nav .owl-next {
	right: 0
}
.mt-30 {
	margin-top: 30px
}
.seller-info {
	text-align: center;
	border-radius: var(--borderRadius);
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
	box-shadow: var(--boxShadow)
}

.seller-info .content .title {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
	color: var(--primaryColor);
}

.seller-info .content .cuntry {
	font-size: 14px;
	font-weight: 400;
	line-height: 28px
}

.seller-info .content .total-product p {
	margin-bottom: 0;
	font-size: 29px;
	line-height: 24px;
	font-weight: 700;
	color: var(--primaryColor);
}
.seller-info .content .total-product span {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500
}
.seller-info .content .time {
	margin-top: 5px;
	margin-bottom: 0
}
.seller-info .view-stor {
	background: var(--primaryColor);
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 4px 12px;
	width: 100%;
	border-radius: .1875rem;
	margin: 0 auto 5px;
	border: 1px solid var(--primaryColor);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	font-weight: 500
}
.seller-info .view-stor:hover {
	background: #fff;
	color: var(--primaryColor);
}
.sliderText {
	margin-bottom: 30px;
	border-bottom: 2px solid red;
	padding: 10px 0 10px 0;
	font-weight: 700
}
.ui-slider-horizontal {
	height: 5px
}
.ui-slider-horizontal {
	margin-bottom: 15px
}
.ui-widget-header {
	background: var(--primaryColor);
}
.price-range-search {
	width: 70px;
	background-color: #f9f9f9;
	border: 1px solid #6e6666;
	display: inline-block;
	height: 30px;
	margin-bottom: 20px;
	font-size: 16px
}
.price-range-field {
	width: 84px;
	background-color: none;
	border: 1px solid rgba(0, 0, 0, .15);
	color: #000;
	height: 30px;
	text-align: center;
	font-size: 14px
}
.search-results-block {
	position: relative;
	display: block;
	clear: both
}
.ui-slider-horizontal .ui-slider-handle {
	top: -7px;
	margin-left: -.6em
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: var(--primaryColor);
	border-radius: .1875rem;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25);
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .25)
}
.ui-slider .ui-slider-handle:focus {
	outline: 0
}
.ui-widget.ui-widget-content {
	border: none;
	border-radius: .1875rem;
	background: #d2d2d2
}

.message-modal .modal .modal-dialog {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 600px;
	margin: 0;
	z-index: 999
}
.message-modal .modal .modal-dialog .modal-header {
	background: var(--primaryColor);
	padding: 12px 30px!important;
	text-align: right
}
.message-modal .modal .modal-dialog .modal-header .modal-title {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	display: inline-block
}
.message-modal .modal .contact-form {
	margin-top: 12px;
	padding: 10px 10px 10px
}
.message-modal .modal .contact-form ul {
	padding-left: 0;
	margin-bottom: 0
}
.message-modal .modal .contact-form ul li {
	list-style: none
}
.message-modal .modal .contact-form ul li .input-field {
	margin-bottom: 20px!important;
	background: none!important;
	border-radius: .1875rem!important;
	border: 0px!important;
	font-size: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, .1)!important
}
.message-modal .modal .contact-form ul li .input-field:focus {
	border: 0px!important;
	border-bottom: 1px solid #ff5500!important
}
.message-modal .modal .contact-form ul li .input-field.textarea {
	margin-bottom: 35px!important
}
.message-modal .modal .contact-form .submit-btn {
	width: 100%;
	height: 50px;
	background: var(--primaryColor);
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	font-weight: 500;
	text-align: center;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.message-modal .modal .contact-form .submit-btn:hover {
	background: #333
}
.message-modal .modal-backdrop {
	background: none!important
}
.message-modal .modal-header .close {
	right: 27px;
	top: 26px;
	color: #000;
	border: 1px solid #fff;
	display: inline-block
}
.message-modal .modal-header .close span {
	color: #333
}
.message-modal .modal-header .close:hover span {
	color: #fff
}
.cartpage {
	padding: 0 0 58px
}
.cartpage .left-area .table thead {
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}
.cartpage .left-area .table thead tr th {
	border-bottom: 0;
	border-top: 0
}
.cartpage .left-area .table tbody tr td {
	border-top: 0;
	vertical-align: middle
}
.cartpage .left-area .table tbody tr td.product-img p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500
}
.cartpage .left-area .table tbody tr td.size .item-size {
	margin-bottom: 10px
}
.cartpage .left-area .table tbody tr td.size .item-size select {
	width: 70px;
	height: 30px
}
.cartpage .left-area .table tbody tr td.size .item-color select {
	width: 70px;
	height: 30px
}
.cartpage .left-area .table tbody tr td.size .item-color select option {
	width: 70px;
	height: 30px;
	display: inline-block
}
.cartpage .left-area .table tbody tr td.size .item-color select option.red {
	background: red
}
.cartpage .left-area .table tbody tr td.size .item-color select option.blue {
	background: blue
}
.cartpage .left-area .table tbody tr td.size .item-color select option.green {
	background: green
}
.cartpage .left-area .table tbody tr td.quantity .qty {
	display: inline-block;
}
.cartpage .left-area .table tbody tr td.quantity .qty ul li {
	display: inline-block
}
.cartpage .left-area .table tbody tr td.quantity .qty ul li:first-child {
	margin-left: 0
}
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qttotal1,
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtminus1,
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtplus1 {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(144, 144, 144, .4);
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500
}
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qttotal1:focus,
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtminus1:focus,
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtplus1:focus {
	outline: 0
}
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtminus1:hover,
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qtplus1:hover {
	background: var(--primaryColor);
	color: #fff;
	border-color: var(--primaryColor);
}
.cartpage .left-area .table tbody tr td.quantity .qty ul li .qttotal {
	width: 40px
}
.cartpage .left-area .table tbody tr td.quantity .qty ul li:last-child {
	margin-right: 10px
}
.cartpage .left-area .table tbody tr td.unit-price p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0
}
.cartpage .left-area .table tbody tr td.total-price p {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0
}
.cartpage .left-area .table tbody tr td .removecart {
	cursor: pointer;
	font-size: 16px
}
.order-box {
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .05);
	background-color: #fff;
	padding: 40px 25px 40px;
	border-radius: 5px
}
.order-box .title {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #143250;
	line-height: 28px;
	margin-bottom: 15px
}
.order-box .order-list {
	border-bottom: 1px solid rgba(0, 0, 0, .3)
}
.order-box .order-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.order-box .order-list li p {
	font-size: 14px;
	font-weight: 500
}
.order-box .order-list li p b {
	font-weight: 700
}
.order-box .total-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 500;
	padding-top: 5px
}
.cupon-box {
	text-align: center;
	margin-bottom: 30px
}
.cupon-box #coupon-link {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 25px;
	text-decoration: underline
}
.cupon-box #coupon-form {
	display: block
}
.cupon-box #coupon-form.show {
	display: block!important
}
.cupon-box #coupon-form input {
	width: 190px;
	height: 35px;
	background: #f3f8fc;
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 0 10px;
	font-size: 14px
}
.cupon-box #coupon-form button {
	width: 80px;
	height: 35px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.cupon-box #coupon-form button:hover {
	background: var(--primaryColor);
	color: #fff;
	border-color: var(--primaryColor);
}
.cupon-box #check-coupon-form {
	display: none
}
.cupon-box #check-coupon-form.show {
	display: block
}
.order-box .order-btn {
	width: 190px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: var(--primaryColor);
	display: block;
	margin-bottom: 0;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.order-box .order-btn:hover {
	background: #143250
}
.blogpagearea {
	padding: 70px 0 70px
}
.blogpagearea .blog-box {
	position: relative;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
	box-shadow: var(--boxShadow);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}
.blogpagearea .blog-box .blog-images {
	width: 100%;
	display: inline-block;
	margin-right: 15px;
	overflow: hidden
}
.blogpagearea .blog-box .blog-images .img {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden
}
.blogpagearea .blog-box .blog-images .img img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s
}
.blogpagearea .blog-box .blog-images .img .date {
	position: absolute;
	background: var(--primaryColor);
	z-index: 2;
	bottom: 0;
	left: 0;
	height: 50px;
	width: 50px;
	text-align: center
}
.blogpagearea .blog-box .blog-images .img .date p {
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 14px;
	font-size: 14px
}
.blogpagearea .blog-box .details {
	padding: 15px;
}
.blogpagearea .blog-box .details .blog-title {
	font-size: 16px;
	font-weight: 500
}
.blogpagearea .blog-box .details .blog-text {
	font-size: 13px
}
.blogpagearea .blog-box .details .read-more-btn {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	background: var(--primaryColor);
	padding: 7px 20px;
	border: solid;
	border: 1px solid var(--primaryColor);
	border-radius: .1875rem;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in
}
.blogpagearea .blog-box .details .read-more-btn:hover {
	background: none;
	color: var(--primaryColor);
}
.blogpagearea .blog-box:hover {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}
.blogpagearea .blog-box:hover .blog-images .img img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15)
}
.blog-details {
	padding: 60px 0 60px
}
.blog-details .blog-content .content {
	padding: 20px 30px 30px;
	box-shadow: var(--boxShadow);
	border-radius: 5px;
}
.blog-details .blog-content .content .title {
	font-size: 28px;
	line-height: 38px;
	font-weight: 500
}
.blog-details .blog-content .content .post-meta {
	padding-left: 0;
	margin-bottom: 20px;
	margin-top: 12px
}
.blog-details .blog-content .content .post-meta li {
	list-style: none;
	display: inline-block
}
.blog-details .blog-content .content .post-meta li a {
	font-size: 14px;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.blog-details .blog-content .content .post-meta li a:hover {
	color: var(--primaryColor);
}
.blog-details .blog-content .content p {
	color: #2f3744;
	font-size: 16px
}
.blog-details .blog-content .content .heading {
	font-size: 18px;
	font-weight: 500;
	margin: 20px 0 20px;
	display: inline-block
}
.blog-details .blog-content .content .img {
	margin: 30px 0 30px;
	display: block
}
.blog-details .blog-content .content blockquote {
	margin-top: 50px;
	background: #f3f6ff;
	border-left: 5px solid var(--primaryColor);
	padding: 25px 30px 28px;
	font-size: 16px;
	color: var(--primaryColor);
	font-weight: 500;
	display: block
}
.blog-details .blog-content .content blockquote p {
	margin-bottom: 0
}
.blog-details .blog-content .content .tag-social-link {
	background: #f3f6ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 20px 20px
}
.blog-details .blog-content .content .tag-social-link .tag .title {
	font-size: 14px;
	color: #000;
	display: inline-block;
	margin-bottom: 0;
	line-height: inherit
}
.blog-details .blog-content .content .tag-social-link .tag a {
	color: #545558;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 0
}
.blog-details .blog-content .content .tag-social-link .social-links {
	padding-left: 0;
	margin-bottom: 0
}
.blog-details .blog-content .content .tag-social-link .social-links li {
	display: inline-block
}
.blog-details .blog-content .content .tag-social-link .social-links li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	border-radius: .1875rem;
	display: inline-block;
	color: #fff;
	margin-left: 2px;
	background: var(--primaryColor);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.blog-details .blog-content .content .tag-social-link .social-links li a:hover {
	-webkit-box-shadow: 0 10px 30px 0 rgba(90, 62, 241, .3);
	box-shadow: 0 10px 30px 0 rgba(90, 62, 241, .3)
}
.blog-details .comments {
	margin-top: 90px
}
.blog-details .comments .title {
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	color: #252a32;
	text-transform: uppercase;
	margin-bottom: 38px
}
.blog-details .comments .comment-box-area {
	padding-left: 0;
	margin-bottom: 0
}
.blog-details .comments .comment-box-area li {
	list-style: none;
	margin-bottom: 30px
}
.blog-details .comments .comment-box-area li .comment-box {
	position: relative
}
.blog-details .comments .comment-box-area li .comment-box .left {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center
}
.blog-details .comments .comment-box-area li .comment-box .left .img {
	width: 65px;
	height: 65px;
	border-radius: .1875rem;
	border: 2px solid var(--primaryColor);
	overflow: hidden;
	margin-bottom: 19px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(43, 43, 43, .3);
	box-shadow: 0 5px 10px 0 rgba(43, 43, 43, .3)
}
.blog-details .comments .comment-box-area li .comment-box .left .img img {
	width: 100%;
	border-radius: .1875rem
}
.blog-details .comments .comment-box-area li .comment-box .left .replay {
	width: 55px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	display: inline-block;
	color: #fff;
	background: var(--primaryColor);
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.blog-details .comments .comment-box-area li .comment-box .left .replay:hover {
	background: var(--primaryColor)
}
.blog-details .comments .comment-box-area li .comment-box .right {
	margin-left: 100px;
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}
.blog-details .comments .comment-box-area li .comment-box .right .name {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 24px;
	text-transform: uppercase
}
.blog-details .comments .comment-box-area li .comment-box .right .date {
	font-size: 14px;
	font-weight: 24px;
	color: #474747
}
.blog-details .comments .comment-box-area li .comment-box .right .text p {
	color: #505b6d;
	font-size: 14px;
	line-height: 26px
}
.blog-details .comments .comment-box-area li .replay-form {
	margin-left: 100px;
	padding: 58px 0 10px;
	position: relative
}
.blog-details .comments .comment-box-area li .replay-form .replay-form-close {
	position: absolute;
	top: 10px;
	right: 0;
	font-weight: 700;
	width: 20px;
	height: 20px;
	border: 1px solid rgba(0, 0, 0, .25);
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	border-radius: .1875rem;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.blog-details .comments .comment-box-area li .replay-form .replay-form-close:hover {
	background: var(--primaryColor);
	border-color: var(--primaryColor);
	color: #fff
}
.blog-details .comments .comment-box-area li .replay-form .input-field {
	background: none;
	border: 1px solid rgba(0, 0, 0, .2);
	height: 60px;
	font-size: 14px
}
.blog-details .comments .comment-box-area li .replay-form .replay-comment-btn {
	width: 180px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: var(--primaryColor);
	border: 0;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	margin-top: 14px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.blog-details .comments .comment-box-area li .replay-form .replay-comment-btn:hover {
	background: var(--primaryColor)
}
.blog-details .comments .comment-box-area li:last-child {
	margin-bottom: 0
}
.blog-details .comments .comment-box-area li:last-child .comment-box .right {
	border-bottom: 0
}
.blog-details .write-comment {
	margin-top: 55px
}
.blog-details .write-comment .title {
	font-size: 36px;
	line-height: 46px;
	font-weight: 500;
	color: #252a32;
	text-transform: uppercase;
	margin-bottom: 38px
}
.blog-details .write-comment .input-field {
	height: 50px;
	font-size: 14px;
	border-radius: .1875rem;
	border: 1px solid rgba(0, 0, 0, .2);
	background: none;
	margin-bottom: 30px
}
.blog-details .write-comment .submit-btn {
	width: 225px;
	height: 60px;
	background: var(--primaryColor);
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
	box-shadow: 0 10px 30px 0 rgba(21, 10, 82, .35);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.blog-details .write-comment .submit-btn:hover {
	background: var(--primaryColor)
}
.blog-details .blog-aside .serch-form {
	position: relative
}
.blog-details .blog-aside .serch-form input {
	width: 100%;
	height: 50px;
	border: 2px solid #f2f2f2;
	background: #fff;
	padding: 0 50px 0 20px
}
.blog-details .blog-aside .serch-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	border: none;
	background: none;
	cursor: pointer
}
.blog-details .blog-aside .serch-form button:focus {
	outline: 0
}
.blog-details .blog-aside .categori {
	/* border: 1px solid #e5e9f4; */
	padding: 22px 30px 22px;
	margin-top: 30px;
	border-radius: 5px;
	box-shadow: var(--boxShadow);
}
.blog-details .blog-aside .categori .title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #252a32;
	display: block;
	text-align: center;
	margin-bottom: 17px
}
.blog-details .blog-aside .categori .separator {
	background: #eee;
	width: 195px;
	height: 2px;
	display: block;
	margin: 0 auto
}
.blog-details .blog-aside .categori .categori-list {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 17px
}
.blog-details .blog-aside .categori .categori-list li {
	list-style: none;
	line-height: 36px
}
.blog-details .blog-aside .categori .categori-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.blog-details .blog-aside .categori .categori-list li a:hover,
.blog-details .blog-aside .categori .categori-list li a.active {
	color: var(--primaryColor);
	padding-left: 5px
}
.blog-details .blog-aside .recent-post-widget {
	/* border: 1px solid #e5e9f4; */
	padding: 20px 30px 28px;
	margin-top: 30px;
	box-shadow: var(--boxShadow);
	border-radius: 5px;
}
.blog-details .blog-aside .recent-post-widget .title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #252a32;
	display: block;
	text-align: center;
	margin-bottom: 17px
}
.blog-details .blog-aside .recent-post-widget .separator {
	background: #eee;
	width: 195px;
	height: 2px;
	display: block;
	margin: 0 auto
}
.blog-details .blog-aside .recent-post-widget .post-list {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 30px
}
.blog-details .blog-aside .recent-post-widget .post-list li {
	list-style: none;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 15px;
	padding-bottom: 15px
}
.blog-details .blog-aside .recent-post-widget .post-list li .post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.blog-details .blog-aside .recent-post-widget .post-list li .post .post-img {
	margin-right: 20px
}
.blog-details .blog-aside .recent-post-widget .post-list li .post .post-details {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.blog-details .blog-aside .recent-post-widget .post-list li .post .post-details .post-title {
	font-size: 14px;
	color: #2f3744;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.blog-details .blog-aside .recent-post-widget .post-list li .post .post-details .post-title:hover {
	color: var(--primaryColor);
}
.blog-details .blog-aside .recent-post-widget .post-list li .post .post-details .date {
	color: #7b8698;
	font-size: 12px;
	margin-bottom: 0
}
.blog-details .blog-aside .recent-post-widget .post-list li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0
}
.blog-details .blog-aside .archives {
	/* border: 1px solid #e5e9f4; */
	padding: 22px 30px 22px;
	margin-top: 30px;
	box-shadow: var(--boxShadow);
	border-radius: 5px;
}
.blog-details .blog-aside .archives .title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #252a32;
	display: block;
	text-align: center;
	margin-bottom: 17px
}
.blog-details .blog-aside .archives .separator {
	background: #eee;
	width: 195px;
	height: 2px;
	display: block;
	margin: 0 auto
}
.blog-details .blog-aside .archives .archives-list {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 17px
}
.blog-details .blog-aside .archives .archives-list li {
	list-style: none;
	line-height: 36px
}
.blog-details .blog-aside .archives .archives-list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.blog-details .blog-aside .archives .archives-list li a:hover {
	color: var(--primaryColor);
}
.blog-details .blog-aside .tags {
	padding: 22px 30px 15px;
	margin-top: 30px;
	box-shadow: var(--boxShadow);
	border-radius: 5px;
}
.blog-details .blog-aside .tags .title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #252a32;
	display: block;
	text-align: center;
	margin-bottom: 17px
}
.blog-details .blog-aside .tags .separator {
	background: #eee;
	width: 195px;
	height: 2px;
	display: block;
	margin: 0 auto
}
.blog-details .blog-aside .tags .tags-list {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 29px
}
.blog-details .blog-aside .tags .tags-list li {
	list-style: none;
	display: inline-block
}
.blog-details .blog-aside .tags .tags-list li a {
	font-size: 13px;
	text-transform: uppercase;
	padding: 8px 22px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: .1875rem;
	color: #505b6d;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 15px;
	margin-right: 9px
}
.blog-details .blog-aside .tags .tags-list li a:hover {
	background: var(--primaryColor);
	border-color: var(--primaryColor);
	color: #fff;
	-webkit-box-shadow: 0 10px 10px 0 rgba(245, 127, 23, .3);
	box-shadow: 0 10px 10px 0 rgba(245, 127, 23, .3)
}
.contact-us {
	padding: 65px 0 70px
}
.contact-us .contact-section-title .subtitle {
	color: #143250;
	font-size: 28px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 6px
}
.contact-us .contact-section-title .title {
	color: var(--primaryColor);
	font-size: 40px;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 13px
}
.contact-us .contact-section-title .text {
	color: #777
}
.contact-us .left-area {
	background: #fff
}
.contact-us .left-area .contact-form {
	margin-top: 12px;
	padding: 30px 20px 30px;
	-webkit-box-shadow: 0 0 5px 0 rgba(14, 35, 107, .15);
	box-shadow: 0 0 5px 0 rgba(14, 35, 107, .15);
	border-radius: var(--borderRadius)
}
.contact-us .left-area .contact-form ul {
	padding-left: 0;
	margin-bottom: 0
}
.contact-us .left-area .contact-form ul li {
	list-style: none
}
.contact-us .left-area .contact-form .form-input {
	position: relative;
	margin-bottom: 15px
}
.contact-us .left-area .contact-form .form-input input {
	width: 100%;
	height: 60px;
	background: #f3f8fc;
	padding: 0 30px 0 45px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: var(--borderRadius);
	font-size: 14px;
	margin-bottom: 0
}
.contact-us .left-area .contact-form .form-input textarea {
	width: 100%;
	height: 150px;
	background: #f3f8fc;
	padding: 8px 20px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: var(--borderRadius);
	font-size: 14px;
	margin-bottom: 0
}
.contact-us .left-area .contact-form .form-input i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
	color: var(--primaryColor);
}
.contact-us .left-area .contact-form ul li .input-field.textarea {
	margin-bottom: 35px
}
.contact-us .left-area .contact-form .captcha-area li img {
	max-width: 225px;
	display: inline-block
}
.contact-us .left-area .contact-form .captcha-area li i {
	display: inline-block;
	margin-left: 15px;
	font-size: 22px;
	color: #777
}
.contact-us .left-area .contact-form .captcha-area li .input-field {
	margin-bottom: 20px;
	background: none;
	max-width: 225px;
	border-radius: .1875rem;
	border: 0px!important;
	border-bottom: 1px solid rgba(0, 0, 0, .1)!important
}
.contact-us .left-area .contact-form .captcha-area li .input-field:focus {
	border: 0px!important;
	border-bottom: 1px solid #ff5500!important
}
.contact-us .left-area .contact-form .submit-btn {
	width: 213px;
	height: 50px;
	background: var(--primaryColor);
	color: #fff;
	font-size: 16px;
	line-height: 47px;
	text-align: center;
	border: 1px solid var(--primaryColor);
	border-radius: .1875rem;
	cursor: pointer;
	-webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.contact-us .left-area .contact-form .submit-btn:hover {
	background: none;
	color: var(--primaryColor);
}
.contact-us .right-area .top-content {
	margin-bottom: 23px
}
.contact-us .right-area .top-content .title {
	font-size: 28px;
	line-height: 28px;
	color: #143250;
	font-weight: 500;
	margin-bottom: 10px
}
.contact-us .right-area .top-content .text {
	color: #333
}
.contact-us .right-area .contact-info {
	-webkit-box-shadow: 0 0 5px 0 rgba(14, 35, 107, .15);
	box-shadow: 0 0 5px 0 rgba(14, 35, 107, .15);
	border-bottom: 2px solid var(--primaryColor);
	padding: 30px 30px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff!important
}
.contact-us .right-area .contact-info .left {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}
.contact-us .right-area .contact-info .left .icon {
	width: 70px;
	height: 70px;
	background: var(--primaryColor);
	text-align: center;
	line-height: 70px;
	font-size: 28px;
	color: #fff;
	border-radius: .1875rem;
	margin-right: 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.contact-us .right-area .contact-info .content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.contact-us .right-area .contact-info .content a {
	display: block;
	margin-bottom: 0
}
.contact-us .right-area .contact-info .content p {
	margin-bottom: 0
}
.contact-us .right-area .contact-info:hover {
	-webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}
.contact-us .right-area .contact-info:hover .icon {
	font-size: 32px
}
.contact-us .right-area .social-links .title {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #143250;
	margin-top: -5px;
	margin-bottom: 18px
}
.contact-us .right-area .social-links ul {
	padding-left: 0;
	margin-bottom: 0
}
.contact-us .right-area .social-links ul li {
	display: inline-block
}
.contact-us .right-area .social-links ul li a {
	font-size: 16px;
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: .1875rem;
	text-align: center;
	line-height: 50px;
	margin: 0 3px;
	color: #fff;
	background-color: var(--primaryColor);
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in
}
.login-signup {
	padding: 60px 0 60px
}
.login-area {
	padding: 30px 30px 39px;
	background: #fff;
}

.login-area .header-area .title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	color: var(--primaryColor);
}
.login-area .header-area .text {
	font-size: 18px;
	color: #919191
}
.login-area .form-input {
	position: relative;
	margin-bottom: 15px
}

.login-area .form-input textarea {
	width: 100%;
	height: 100px;
	background: #f3f8fc;
	padding: 15px 25px 15px 25px;
	border: 1px solid rgba(0, 0, 0, .1);
	font-size: 14px
}
.login-area .form-input i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
	color: var(--primaryColor);
}
.login-area .form-forgot-pass {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px
}
.login-area .to-login-page {
	text-align: right
}
.login-area .submit-btn {
	width: 100%;
	height: 50px;
	text-align: center;
	background: var(--primaryColor);
	border: 0;
	color: #fff;
	font-weight: 700;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	cursor: pointer
}
.login-area .submit-btn:hover {
	background: #143250
}
.login-area .social-area {
	text-align: center;
	padding-top: 26px
}
.login-area .social-area .title {
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	color: var(--primaryColor);
	position: relative
}
.login-area .social-area .title::after {
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	background: rgba(0, 0, 0, .2);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 100%;
	margin-right: 7px
}
.login-area .social-area .title::before {
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	background: rgba(0, 0, 0, .2);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
	margin-left: 7px
}
.login-area .social-area .text {
	font-size: 20px;
	font-weight: 300;
	color: #143250
}
.login-area .social-area .social-links {
	padding-left: 0
}
.login-area .social-area .social-links li {
	display: inline-block
}
.login-area .social-area .social-links li a i {
	width: 50px;
	height: 50px;
	border-radius: .1875rem;
	line-height: 50px;
	display: inline-block;
	color: #fff;
	margin: 0 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}
.login-area .social-area .social-links li a i.fa-facebook-f {
	background: #0069f7
}
.login-area .social-area .social-links li a i.fa-twitter {
	background: #00c6f7
}
.login-area .social-area .social-links li a i.fa-google-plus-g {
	background: #d1062c
}
.comment-log-reg-tabmenu .full-container {
	padding: 0px!important
}
.comment-log-reg-tabmenu .nav-tabs {
	border: 0;
	margin: 0;
	padding: 0
}
.comment-log-reg-tabmenu .nav-tabs .nav-link {
	border: 0;
	margin: 0;
	text-align: center;
	color: #fff
}

.login-signup {
	padding: 60px 0 60px
}

.login-area .header-area .title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	color: var(--primaryColor);
}
.login-area .header-area .text {
	font-size: 18px;
	color: #919191
}
.login-area .form-input {
	position: relative;
	margin-bottom: 15px
}

.login-area .form-input i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
	color: var(--primaryColor);
}
.login-area .form-forgot-pass {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px
}
.login-area .to-login-page {
	text-align: right
}
.login-area .submit-btn {
	width: 100%;
	height: 50px;
	text-align: center;
	background: var(--primaryColor);
	border: 0;
	color: #fff;
	font-weight: 700;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	cursor: pointer
}
.login-area .submit-btn:hover {
	background: #143250
}
.login-area .social-area {
	text-align: center;
	padding-top: 26px
}
.login-area .social-area .title {
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	color: var(--primaryColor);
	position: relative
}
.login-area .social-area .title::after {
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	background: rgba(0, 0, 0, .2);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 100%;
	margin-right: 7px
}
.login-area .social-area .title::before {
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	background: rgba(0, 0, 0, .2);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
	margin-left: 7px
}
.login-area .social-area .text {
	font-size: 20px;
	font-weight: 300;
	color: #143250
}
.login-area .social-area .social-links {
	padding-left: 0
}
.login-area .social-area .social-links li {
	display: inline-block
}
.login-area .social-area .social-links li a i {
	width: 50px;
	height: 50px;
	border-radius: .1875rem;
	line-height: 50px;
	display: inline-block;
	color: #fff;
	margin: 0 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}
.login-area .social-area .social-links li a i.fa-facebook-f {
	background: #0069f7
}
.login-area .social-area .social-links li a i.fa-twitter {
	background: #00c6f7
}
.login-area .social-area .social-links li a i.fa-google-plus-g {
	background: #d1062c
}
.comment-log-reg-tabmenu .full-container {
	padding: 0px!important
}
.comment-log-reg-tabmenu .nav-tabs {
	margin: 0;
	padding: 0
}
.comment-log-reg-tabmenu .nav-tabs .nav-link {
	margin: 0;
	
	text-align: center;
	
	color: #333;
}

.login-signup {
	padding: 60px 0 60px;
	z-index: 3;
	position: relative
}

.login-area .header-area .title {
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 30px;
	color: var(--primaryColor);
	text-align: center;
}
.login-area .header-area .text {
	font-size: 18px;
	color: #919191
}
.login-area .form-input {
	position: relative;
	margin-bottom: 15px
}

.login-area .form-input i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
	color: var(--primaryColor);
}
.login-area .form-forgot-pass {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px
}
.login-area .to-login-page {
	text-align: right
}
.login-area .submit-btn {
	width: 100%;
	height: 50px;
	text-align: center;
	background: var(--primaryColor);
	border: 0;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	cursor: pointer
}
.login-area .submit-btn:hover {
	background: #143250
}
.login-area .social-area {
	text-align: center;
	padding-top: 26px
}
.login-area .social-area .title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	color: var(--primaryColor);
	position: relative
}
.login-area .social-area .title::after {
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	background: rgba(0, 0, 0, .2);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 100%;
	margin-right: 7px
}
.login-area .social-area .title::before {
	position: absolute;
	content: '';
	width: 40px;
	height: 1px;
	background: rgba(0, 0, 0, .2);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 100%;
	margin-left: 7px
}
.login-area .social-area .text {
	font-size: 20px;
	font-weight: 300;
	color: #143250
}
.login-area .social-area .social-links {
	padding-left: 0
}
.login-area .social-area .social-links li {
	display: inline-block
}
.login-area .social-area .social-links li a i {
	width: 50px;
	height: 50px;
	border-radius: .1875rem;
	line-height: 50px;
	display: inline-block;
	color: #fff;
	margin: 0 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}
.login-area .social-area .social-links li a i.fa-facebook-f {
	background: #0069f7
}
.login-area .social-area .social-links li a i.fa-twitter {
	background: #00c6f7
}
.login-area .social-area .social-links li a i.fa-google-plus-g {
	background: #d1062c
}
.comment-log-reg-tabmenu .full-container {
	padding: 0px!important
}
.comment-log-reg-tabmenu .nav-tabs {
	border: 0;
	margin: 0;
	padding: 0
}
.comment-log-reg-tabmenu .nav-tabs .nav-link {
	border: 0;
	margin: 0;
	
	text-align: center;
	
	color: #333
}

.faq-section {
	padding: 50px 0 70px
}
.ui-accordion .ui-accordion-header {
	padding: 16px 40px 16px;
	margin-top: 20px!important;
	background: var(--primaryColor);
	color: #fff;
	font-weight: 400;
	border: 0;
	font-size: 20px;
	line-height: 23px
}
.ui-accordion .ui-accordion-header:focus {
	outline: 0;
	border: 0
}
.ui-accordion .ui-accordion-header .ui-icon {
	display: none
}

.ui-accordion .ui-widget-content {
	border: 0;
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .05);
	box-shadow: 0 5px 25px rgba(0, 0, 0, .05)
}
.vendor-banner {
	background: url(../images/Vendor-pages.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 66px 0 125px
}
.vendor-banner .title {
	font-size: 46px;
	line-height: 60px;
	font-weight: 700;
	color: #fff
}
.vendor-banner .sub-title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0
}
.vendor-signage-top-header {
	margin-top: 50px
}
.vendor-signage-top-header .content {
	padding: 25px 0 11px;
	border-top: 1px solid rgba(0, 0, 0, .15);
	border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.vendor-signage-top-header .content .single-box.mymedia {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.vendor-signage-top-header .content .single-box.mymedia .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center
}
.vendor-signage-top-header .content .single-box .icon {
	font-size: 38px;
	color: var(--primaryColor);
	margin-right: 10px
}
.vendor-signage-top-header .content .single-box .info .title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500
}
.vendor-signage-top-header .content .single-box .info .text {
	font-size: 14px;
	margin-top: 7px
}
.about {
	padding: 0 0 60px
}
.about-info {
	background-color: #fff;
	border-radius: var(--borderRadius);
	box-shadow: var(--boxShadow);
	padding: 15px
}
.about .about-info .title {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 30px
}
.about .about-info p {
	font-size: 14px
}
.about .about-info .readmore-link {
	text-align: center;
	margin-top: 22px
}
.compare-page {
	padding: 64px 0 70px
}
.compare-page .com-heading .title {
	font-size: 28px;
	font-weight: 500;
	color: #143250;
	margin-bottom: 30px
}
.compare-page-content-wrap {
	max-width: 1110px
}
.compare-page-content-wrap table.table {
	width: 1199px
}
.compare-page-content-wrap table.table tr td {
	min-width: 260px
}
.compare-page-content-wrap .first-column {
	font-size: 16px;
	font-weight: 500;
	color: #143250;
	vertical-align: middle
}
.compare-page-content-wrap .first-column.top {
	vertical-align: bottom
}
.compare-page-content-wrap .product-image-title {
	text-align: center
}
.compare-page-content-wrap .title {
	text-align: left;
	display: block;
	font-size: 14px;
	margin: 17px 0 8px
}
.compare-page-content-wrap .pro-price,
.compare-page-content-wrap .pro-ratting i,
.compare-page-content-wrap .pro-stock,
.compare-page-content-wrap .pro-desc p {
	font-size: 14px
}
.compare-page-content-wrap .pro-price {
	font-weight: 500
}
.compare-page-content-wrap .pro-ratting i {
	color: var(--primaryColor);
}
.compare-page-content-wrap .table-bordered td,
.compare-page-content-wrap .table-bordered th {
	border: 1px solid rgba(0, 0, 0, .2)
}
.compare-page-content-wrap .btn__bg {
	background: var(--primaryColor);
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border-radius: .1875rem;
	padding: 10px 20px;
	margin: 2px 0 2px;
	display: inline-block
}
.user-dashbord {
	padding: 70px 0 70px
}
.user-dashbord .user-profile-info-area {
	background-color: #fff;
	border-radius: var(--borderRadius)
}
.user-dashbord .user-profile-info-area .img {
	text-align: center;
	padding: 40px 30px 10px
}
.user-dashbord .user-profile-info-area .mail {
	font-size: 14px;
	color: #29293a
}
.user-dashbord .user-profile-info-area .name {
	color: #29293a;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 0
}

.user-dashbord .user-profile-info-area .links li.active a,
.user-dashbord .user-profile-info-area .links li:hover a {
	color: var(--primaryColor);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear
}
.user-dashbord .user-profile-info-area .links li a {
	font-size: 0.875rem;
	font-weight: 400;
	padding: 0.75rem 1rem;
	display: inline-block;
	width: 100%;
	transition: all 0.2s ease-in;
}
.user-dashbord .user-profile-details .mycard {
	border-radius: 3px;
	-webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, .15);
	box-shadow: 0 7px 20px rgba(0, 0, 0, .15);
	padding: 25px 40px 30px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	background: var(--primaryColor);
	background-image: -webkit-gradient(linear, left top, right top, from(#ff5500), to(#fac0a2));
	background-image: -webkit-linear-gradient(left, #ff5500, #fac0a2);
	background-image: -o-linear-gradient(left, #ff5500, #fac0a2);
	background-image: linear-gradient(to right, #ff5500, #fac0a2)
}
.user-dashbord .user-profile-details .mycard .left {
	position: inherit;
	z-index: 9
}
.user-dashbord .user-profile-details .mycard .left .title {
	font-size: 22px;
	color: #fff;
	line-height: 32px;
	margin-bottom: 2px
}
.user-dashbord .user-profile-details .mycard .left .number {
	font-size: 42px;
	line-height: 52px;
	font-weight: 500;
	display: block;
	color: #fff;
	margin-bottom: 20px
}
.user-dashbord .user-profile-details .mycard .left .link {
	width: 80px;
	height: 30px;
	background: #fff;
	border-radius: .1875rem;
	line-height: 30px;
	font-size: 14px;
	display: block;
	text-align: center;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.user-dashbord .user-profile-details .mycard .left .link:hover {
	background: #000;
	color: #fff
}
.user-dashbord .user-profile-details .mycard .right .icon {
	font-size: 80px;
	color: #fff;
	position: inherit;
	z-index: 9
}
.user-dashbord .user-profile-details .mycard::after {
	position: absolute;
	content: " ";
	width: 268px;
	height: 500px;
	top: -100px;
	right: -100px;
	-webkit-transform: rotate(28deg);
	-ms-transform: rotate(28deg);
	transform: rotate(28deg);
	background: #143250
}
.user-dashbord .user-profile-details .account-info {
	padding: .75rem 1.25rem;
	background-color: #fff;
	box-shadow: var(--boxShadow);
	border-radius: var(--borderRadius);
	border: 0
}
.user-dashbord .user-profile-details .account-info .header-area {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding-bottom: 12px
}
.user-dashbord .user-profile-details .account-info .header-area .title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	color: #143250
}
.user-dashbord .user-profile-details .account-info .edit-info-area {
	margin-top: 15px
}
.user-dashbord .user-profile-details .account-info .edit-info-area .header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.user-dashbord .user-profile-details .account-info .edit-info-area .header .title {
	font-size: 16px;
	font-weight: 500;
	color: #29293a
}
.user-dashbord .user-profile-details .account-info .edit-info-area .header .edit-link {
	font-size: 14px
}
.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .input-field {
	margin-bottom: 20px;
	background: none;
	border-radius: 5px;
	font-size: 14px;
}
.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .input-field:focus {
	border: 0px!important;
	border-bottom: 1px solid #ff5500!important
}
.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .input-field.textarea {
	margin-bottom: 35px
}
.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .form-links {
	margin-top: 20px
}
.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .back {
	width: 120px;
	height: 50px;
	background: #143250;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	display: inline-block;
	margin-right: 20px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .back:hover {
	background: var(--primaryColor)
}
.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .submit-btn {
	width: 120px;
	height: 50px;
	background: var(--primaryColor);
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.user-dashbord .user-profile-details .account-info .edit-info-area .edit-info-area-form .submit-btn:hover {
	background: #143250
}
.user-dashbord .user-profile-details .account-info .main-info {
	margin-top: 15px
}
.user-dashbord .user-profile-details .account-info .main-info .title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500
}
.user-dashbord .user-profile-details .account-info .main-info .list li p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 24px
}
.user-profile-details .header-area .mybtn1 {
	width: auto;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	margin-left: 10px
}
.user-dashbord .user-profile-details .order-history {
	padding: .75rem 1.25rem;
	background-color: #fff;
	border-radius: var(--borderRadius);
	box-shadow: var(--boxShadow)
}
.user-dashbord .user-profile-details .order-history .header-area {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding-bottom: 10px
}
.user-dashbord .user-profile-details .order-history .header-area .title {
	font-size: 20px;
	font-weight: 500;
	color: #143250
}
.user-dashbord .user-profile-details .order-history .table th {
	border-top: 0;
	font-size: 14px;
	font-weight: 500;
	/* color: #29293a */
}
.user-dashbord .user-profile-details .order-history .table td {
	border-top: 0;
	font-size: 14px;
	font-weight: 4600
}
.user-dashbord .user-profile-details .order-history .table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid rgba(0, 0, 0, .15)
}
.user-dashbord .user-profile-details .order-details {
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 20px 30px 30px
}
.user-dashbord .user-profile-details .order-details .header-area {
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding-bottom: 10px;
	margin-bottom: 20px
}
.user-dashbord .user-profile-details .order-details .header-area .title {
	font-size: 20px;
	font-weight: 500;
	color: #143250
}
.user-dashbord .user-profile-details .order-details .view-order-page .order-code {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px
}
.user-dashbord .user-profile-details .order-details .view-order-page .print-order a {
	background: var(--primaryColor);
	color: #fff;
	padding: 10px 20px
}
.user-dashbord .user-profile-details .order-details .view-order-page .shipping-add-area h5,
.user-dashbord .user-profile-details .order-details .view-order-page .billing-add-area h5,
.user-dashbord .user-profile-details .order-details .view-order-page .table-responsive h5 {
	font-size: 18px;
	font-weight: 500
}
.user-dashbord .user-profile-details .order-details .view-order-page .billing-add-area {
	margin-bottom: 10px
}
.user-dashbord .user-profile-details .order-details .view-order-page address,
.user-dashbord .user-profile-details .order-details .view-order-page p {
	font-size: 14px
}
.user-dashbord .user-profile-details .order-details .view-order-page .veiw-details-table td {
	font-size: 14px
}
.user-dashbord .user-profile-details .order-details .back-btn {
	background: #143250;
	color: #fff;
	padding: 8px 25px;
	margin-top: 15px;
	display: inline-block
}
.upload-img {
	padding: 18px 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.upload-img .img {
	width: 100px;
	height: 100px;
	border: 1px solid rgba(0, 0, 0, .4);
	border-radius: .1875rem;
	margin-right: 30px;
	overflow: hidden
}
.upload-img .file-upload-area {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.upload-img .file-upload-area .upload-file {
	width: 150px!important;
	height: 40px;
	cursor: pointer;
	position: relative
}
.upload-img .file-upload-area .upload-file .upload {
	width: auto !important;
	height: 40px;
	display: inline-block;
	opacity: 1;
	cursor: pointer
}
.upload-img .file-upload-area .upload-file span {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px!important;
	height: 40px;
	background: var(--primaryColor);
	z-index: -1;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: 500
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	font-size: 14px
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: none;
	border: 0
}
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
	background: none;
	border: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.fourzerofour {
	padding: 100px 0 100px;
	text-align: center
}
.fourzerofour .content {
	text-align: center
}
.fourzerofour .content .heading {
	font-size: 36px;
	line-height: 46px;
	font-weight: 700;
	color: #28384f;
	margin: 40px 0 25px
}
.fourzerofour .content .text {
	max-width: 450px;
	display: block;
	margin: 0 auto
}
.fourzerofour .content .mybtn1 {
	margin-top: 28px;
	height: 50px;
	width: 180px;
	font-size: 16px;
	line-height: 50px
}
.thankyou {
	padding: 100px 0 100px
}
.thankyou .content {
	background: #143250;
	padding: 20px 30px 50px;
	text-align: center
}
.thankyou .content .icon {
	font-size: 90px;
	color: var(--primaryColor);
}
.thankyou .content .heading {
	font-size: 28px;
	line-height: 38px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500
}
.thankyou .content .text {
	color: #fff;
	margin-bottom: 0
}
.thankyou .content a.link {
	color: #fff;
	margin-top: 20px;
	display: block;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500
}
.wish-list {
	margin-bottom: -30px
}
.wish-list .item-filter {
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 30px 20px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.wish-list .item-filter p {
	margin-bottom: 0
}
.wish-list .item-filter .pagination-area {
	margin-top: 0
}
.wish-list-area {
	margin-top: 30px
}
.single-wish {
	margin-bottom: 30px;
	border: 1px solid rgba(0, 0, 0, .2);
	padding: 30px 30px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}
.single-wish .remove {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 25px;
	height: 25px;
	width: 25px;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 3px 15px rgba(0, 0, 0, .3);
	background: #fff;
	border-radius: .1875rem;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #888;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	cursor: pointer
}
.single-wish .remove:hover {
	color: #fff;
	background: var(--primaryColor)
}
.single-wish .left {
	margin-right: 20px;
	width: 150px;
	height: 150px;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 10px rgba(0, 0, 0, .2)
}
.single-wish .left img {
	width: 100%
}
.single-wish .right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.single-wish .right .title {
	font-weight: 500;
	font-size: 16px
}
.single-wish .right .stars li {
	display: inline-block
}
.single-wish .right .stars li i {
	font-size: 14px;
	color: var(--primaryColor);
}
.single-wish .right .price {
	font-size: 25px;
	font-weight: 700;
	color: #143250;
	margin-bottom: 10px;
	margin-top: 10px
}
.single-wish .right .price small {
	font-size: 16px;
	color: #8d8d8d
}
.single-wish .right .store-name {
	font-size: 14px
}
.single-wish .right .store-name i {
	color: var(--primaryColor);
	margin-right: 2px
}
tfoot td.total-price p {
	font-size: 16px;
	font-weight: 700
}
ul.pm-list li {
	border: 1px solid #0000
}
ul.pm-list li.active {
	border: 1px solid #000
}
ul.pm-list li img {
	height: 75px;
	width: 120px
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	font-size: 14px
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: none;
	border: 0
}
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
	background: none;
	border: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
li#example_previous {
	margin-right: 55px
}
.dataTables_paginate .pagination li#example_previous {
	margin-right: 5px
}
.dataTables_wrapper .dataTables_paginate .paginate_button:focus a {
	background: none;
	border: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: unset
}
.allproduct.message-area .table .link {
	color: #fff;
	margin: 0 1px;
	width: 25px;
	height: 25px;
	font-size: 12px;
	border-radius: .1875rem;
	text-align: center;
	line-height: 25px;
	display: inline-block
}
.allproduct.message-area .table .link.view {
	background: #006c32
}
.allproduct.message-area .table .link.remove {
	background: #d9534f
}
.support-ticket-wrapper .panel-body img {
	height: 60px;
	width: 60px;
	border-radius: 100%
}
.support-ticket-wrapper .panel-heading {
	font-size: 16px
}
.support-ticket-wrapper button {
	border: 0
}
.support-ticket-wrapper .panel-footer {
	background-color: #fff;
	padding: 20px 0 0
}
.support-ticket-wrapper table tr>td {
	width: 100%;
	border-top: none
}
.support-ticket-wrapper .panel {
	border-color: #ddd
}
.support-ticket-wrapper .panel,
.support-ticket-wrapper .panel-heading,
.support-ticket-wrapper textarea,
.support-ticket-wrapper button {
	border-radius: .1875rem
}
.support-ticket-wrapper .ticket-date {
	font-size: 14px;
	color: #737373;
	margin-bottom: 0
}
.single-reply-area.user {
	background-color: #ddd;
	padding: 10px
}
.support-ticket-wrapper .panel-body img {
	height: 60px;
	width: 60px;
	border-radius: 100%
}
.support-ticket-wrapper .single-reply-area.user {
	padding: 20px 30px
}
.support-ticket-wrapper .single-reply-area.user .reply-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.support-ticket-wrapper .single-reply-area.user .reply-area .left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
.support-ticket-wrapper .single-reply-area.user .reply-area .right {
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 30px
}
.support-ticket-wrapper .single-reply-area.admin {
	padding: 20px 30px;
	background: #f1f1f1
}
.support-ticket-wrapper .single-reply-area.admin .reply-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.support-ticket-wrapper .single-reply-area.admin .reply-area .left {
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px
}
.support-ticket-wrapper .single-reply-area.admin .reply-area .right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right
}
.blog-area .blog-box .blog-images .img img {
	width: 240px;
	height: 160px
}
.blog-area .aside .slider-wrapper {
	background: #fff;
	padding: 50px 60px 50px;
	height: 394px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
}
.partners {
	padding: 50px 0 60px
}
.partners .item {
	border: none!important
}
.partners .section-top {
	text-align: center;
	width: 100%
}
.partners .section-top .section-title {
	display: inline-block
}
.partners .partner-slider .item a img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.partners .partner-slider .item a:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%)
}
.category-page {
	padding: 70px 0 70px
}
.category-page .bg-white {
	background: #fff;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .05);
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 30px 30px 30px
}
.category-page .bg-white .sub-category-menu .category-name a {
	font-size: 20px;
	font-weight: 700;
	color: var(--primaryColor);
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	display: block
}
.category-page .bg-white .sub-category-menu .parent-category {
	display: flex;
	flex-wrap: wrap
}
.category-page .bg-white .sub-category-menu .parent-category>li {
	flex: 33.333%;
	max-width: 33.333%
}
.category-page .bg-white .sub-category-menu .parent-category li ul li {
	flex: 100%;
	max-width: 100%
}
.category-page .bg-white .sub-category-menu .parent-category .p-c-title {
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
	display: block
}
.category-page .bg-white .sub-category-menu .parent-category li ul li a i {
	font-size: 13px;
	color: #888;
	margin-right: 6px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.category-page .bg-white .sub-category-menu ul li ul li a {
	font-size: 14px;
	line-height: 25px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.category-page .bg-white .sub-category-menu ul li a {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.category-page .bg-white .sub-category-menu ul li a:hover {
	color: var(--primaryColor);
}
.category-page .bg-white .sub-category-menu ul li ul li a:hover i,
.category-page .bg-white .sub-category-menu ul li ul li a:hover {
	color: var(--primaryColor);
}
.category-page .bg-white .sub-category-menu ul li ul li a:hover {
	padding-left: 7px
}
.category-page .bg-white .sub-category-menu {
	margin-bottom: 47px
}
.category-page .bg-white .sub-category-menu:last-child {
	margin-bottom: 0
}
.category-page .bg-white .sub-category-menu .category-name {
	margin-bottom: 5px
}
.checkout {
	overflow: hidden
}
.checkout-area .checkout-process {
	display: block;
	margin-bottom: 40px;
	text-align: center
}
.checkout-area .checkout-process ul {
	display: inline-block
}
.checkout-area .checkout-process li {
	display: inline-block;
	margin-right: 20px;
	text-align: left
}
.checkout-area .checkout-process li a {
	background: #e9ecef;
	padding: 0;
	margin: 0;
	line-height: 70px;
	padding-left: 35px;
	font-weight: 500;
	width: 200px;
	height: 70px;
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.checkout-area .checkout-process li a::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	border-top: 35px solid transparent;
	border-left: 20px solid #fff;
	border-bottom: 35px solid transparent;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.checkout-area .checkout-process li a::before {
	position: absolute;
	content: "";
	left: 100%;
	top: 0;
	border-top: 35px solid transparent;
	border-left: 20px solid #e9ecef;
	border-bottom: 35px solid transparent;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.checkout-area .checkout-process li a:hover {
	background: var(--primaryColor);
	color: #fff
}
.checkout-area .checkout-process li a:hover::before {
	border-left: 20px solid var(--primaryColor)
}
.checkout-area .checkout-process li a.active {
	background: var(--primaryColor);
	color: #fff
}
.checkout-area .checkout-process li a.active::before {
	border-left: 20px solid var(--primaryColor)
}
.checkout-area .checkout-process li a span {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #666;
	color: #fff;
	display: inline-block;
	border-radius: .1875rem;
	margin-right: 7px;
	-webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, .25);
	box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, .25);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.checkout-area .checkout-process li a i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 45px;
	opacity: .1;
	right: 30px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.checkout-area .checkout-process li a.active i,
.checkout-area .checkout-process li a:hover i {
	opacity: .7;
	right: 0;
	font-size: 34px
}
.checkout-area .checkout-process li a.active span,
.checkout-area .checkout-process li a:hover span {
	background: #333
}
.checkout-area .tab-content {
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .05);
	background-color: #fff;
	border-radius: 5px
}
.checkout-area .content-box .heading-area {
	background: #e9ecef;
	padding: 21px 20px 12px
}
.checkout-area .content-box .heading-area .title {
	font-size: 20px;
	font-weight: 500
}
.checkout-area .content-box .content {
	padding: 20px 20px 20px
}
.checkout-area .content-box .content .title {
	display: block;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .3)
}
.checkout-area .content-box .content label {
	font-size: 16px;
	font-weight: 500
}
.checkout-area .content-box .content label sup {
	color: red
}

.form-control:focus {
	border-color: unset!important;
	outline: 0!important;
	box-shadow: unset!important
}
.nice-select.open .list {
	max-height: 240px;
	overflow-y: auto;
	width: auto
}
.checkout-area .content-box .content.form-control {
	font-size: 14px!important;
	border: 1px solid rgba(0, 0, 0, .2)
}
.checkout-area .content-box .content .form-control::-webkit-input-placeholder {
	color: rgba(24, 42, 17, .5)
}
.checkout-area .content-box .content .form-control:-moz-placeholder {
	color: rgba(24, 42, 17, .5)
}
.checkout-area .content-box .content .form-control::-moz-placeholder {
	color: rgba(24, 42, 17, .5)
}
.checkout-area .content-box .content .form-control:-ms-input-placeholder {
	color: rgba(24, 42, 17, .5)
}
.checkout-area .content-box .content .set-account-pass {
	margin-top: 10px
}
.checkout-area .content-box .content .billing-address {
	margin-top: 25px
}
.checkout-area .content-box .content .ship-diff-addres-area {
	margin-top: 20px
}

.checkout-area .content-box .content .order-area .order-item {
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 5px;
	margin-bottom: 5px
}
.checkout-area .content-box .content .order-area .order-item .product-img img {
	width: 135px;
	height: 135px;
	margin-right: 20px
}
.checkout-area .content-box .content .order-area .order-item .product-content {
	flex: 1
}
.checkout-area .content-box .content .order-area .order-item .product-content .name {
	margin-bottom: 5px
}
.checkout-area .content-box .content .order-area .order-item .product-content .name a {
	font-size: 17px;
	line-height: 24px!important;
	color: #333;
	font-weight: 500;
	margin-bottom: 5px;
	display: inline-block
}
.checkout-area .content-box .content .order-area .order-item .product-content .unit-price,
.checkout-area .content-box .content .order-area .order-item .product-content .quantity,
.checkout-area .content-box .content .order-area .order-item .product-content .total-price {
	display: flex
}
.checkout-area .content-box .content .order-area .order-item .product-content .unit-price .label,
.checkout-area .content-box .content .order-area .order-item .product-content .quantity .label,
.checkout-area .content-box .content .order-area .order-item .product-content .total-price .label {
	font-weight: 700;
	font-size: 14px;
	margin-right: 7px;
	margin-bottom: 0;
	color: #666
}
.checkout-area .content-box .content .order-area .order-item .product-content .unit-price p,
.checkout-area .content-box .content .order-area .order-item .product-content .quantity .qttotal,
.checkout-area .content-box .content .order-area .order-item .product-content .total-price p {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 0;
	color: #777
}
.checkout-area .content-box .content .order-area .order-item .product-content .color .item-color,
.checkout-area .content-box .content .order-area .order-item .product-content .color .item-color span {
	width: 30px;
	height: 20px;
	display: block;
	margin-bottom: 0
}
.checkout-area .content-box .content .billing-info-area .info-list li p {
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px
}
.checkout-area .content-box .content .billing-info-area .info-list li p i {
	position: absolute;
	left: 0;
	top: -1px;
	color: var(--primaryColor);
	line-height: 30px;
	font-size: 14px
}
.checkout-area .content-box .content .payment-information {
	margin-top: 15px
}

.checkout-area .content-box .content .payment-information .nav a {
	padding: 6px 0 0 30px;
	position: relative
}
.checkout-area .content-box .content .payment-information .nav a .icon {
	position: absolute;
	left: 0;
	margin-top: 1px
}
.checkout-area .content-box .content .payment-information .nav a span {
	width: 20px;
	height: 20px;
	border-radius: .1875rem;
	display: inline-block;
	position: relative;
	border: 1px solid rgba(0, 0, 0, .2)
}
.checkout-area .content-box .content .payment-information .nav a p small {
	display: block
}
.checkout-area .content-box .content .payment-information .nav a span::after {
	position: absolute;
	content: "";
	width: 0%;
	height: 0%;
	border-radius: .1875rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: var(--primaryColor);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.checkout-area .content-box .content .payment-information .nav a.active span:after {
	width: 80%;
	height: 80%
}
.checkout-area .content-box .content .payment-information .nav a p {
	display: inline-block;
	margin-bottom: 0;
	position: relative;
	top: -5px;
	left: 5px;
	font-weight: 500
}
.checkout-area .content-box .content .payment-information .tab-content {
	margin-top: 20px;
	box-shadow: unset;
	padding: 20px 20px 20px 20px
}
.checkout-area .content-box .content .payment-information .tab-content input {
	margin-bottom: 15px
}
.order-box .final-price {
	border-top: 1px solid rgba(0, 0, 0, .3);
	margin-top: 10px;
	padding-top: 5px;
	font-weight: 500;
	display: flex;
	justify-content: space-between
}
input[type=checkbox]+label {
	display: block;
	cursor: pointer;
	font-size: 14px!important;
	margin-top: 4px
}
input[type=checkbox] {
	display: none
}
input[type=checkbox]+label:before {
	content: "\2714";
	border: 01px solid rgba(0, 0, 0, .2);
	border-radius: .1875rem.2em;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
	color: transparent;
	transition: .2s;
	margin-right: 10px
}
input[type=checkbox]+label:active:before {
	transform: scale(0)
}
input[type=checkbox]:checked+label:before {
	background-color: var(--primaryColor);
	border-color: var(--primaryColor);
	color: #fff
}
input[type=checkbox]:disabled+label:before {
	transform: scale(1)
}
input[type=checkbox]:checked:disabled+label:before {
	transform: scale(1);
	background-color: #9e9e9e;
	border-color: #9e9e9e
}
.checkout {
	padding: 0 0 70px
}
.radio-design {
	display: block;
	position: relative;
	padding-left: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 7px;
}
.radio-design label {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	position: relative;
	top: -4px;
	left: 35px
}
.radio-design label small {
	display: block
}
.radio-design input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 9;
	width: 100%;
	height: 100%
}
.cupon-box #coupon-link img {
	width: 25px;
	margin-right: 5px
}
.radio-design .checkmark {
	width: 20px;
	height: 20px;
	border-radius: .1875rem;
	display: inline-block;
	position: absolute;
	border: 1px solid rgba(0, 0, 0, .2);
	top: -2px
}
.radio-design .checkmark::after {
	position: absolute;
	content: "";
	width: 0%;
	height: 0%;
	border-radius: .1875rem;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	background: var(--primaryColor);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.radio-design input:checked~.checkmark::after {
	width: 80%;
	height: 80%
}
.tempcart {
	background: #e9ecef;
	padding: 70px 0 70px
}
.tempcart .content-box {
	background: #fff;
	padding: 50px 50px 50px;
	box-shadow: 3px 3px 14px 3px rgba(0, 0, 0, .1)
}
#tempview {
	margin-left: 0px!important
}
.tempcart .view-order-page h5 {
	font-weight: 500;
	font-size: 16px
}
.tempcart .view-order-page h4 {
	font-weight: 500;
	font-size: 20x
}
.user-profile-details .allproduct .order-status {
	color: #fff;
	border-radius: .1875rem;
	text-align: center;
	display: inline-block;
	padding: 1px 15px
}
.user-profile-details .allproduct .order-status.pending {
	background: orange
}
.user-profile-details .allproduct .order-status.declined {
	background: red
}
.user-profile-details .allproduct .order-status.completed {
	background: green
}
.user-profile-details .allproduct .order-status.processing {
	background: #02abff
}
.user-profile-details .allproduct .order-status.on.delivery {
	background: #9b14dc
}
.user-profile-details .allproduct .view-order {
	background: #006c32;
	color: #fff;
	font-size: 12px;
	border-radius: .1875rem;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: inline-block
}
.process-steps-area {
	margin-bottom: 50px;
	display: block
}
.process-steps {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block
}
.user-dashbord .user-profile-details .order-details .header-area {
	display: block;
	margin-top: 80px
}
.process-steps li {
	width: 25%;
	float: left;
	text-align: center;
	position: relative
}
.process-steps li .title {
	font-weight: 500;
	font-size: 13px;
	color: #777;
	margin-top: 8px
}
.process-steps li .icon {
	height: 30px;
	width: 30px;
	margin: auto;
	background: #efefef;
	border-radius: .1875rem;
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	position: relative
}
.process-steps li:after {
	position: absolute;
	content: "";
	height: 3px;
	width: calc(100% - 30px);
	background: #efefef;
	top: 14px;
	z-index: 0;
	right: calc(50% + 15px)
}
.process-steps li:first-child::after {
	display: none
}
.process-steps li.done .icon {
	color: transparent
}
.process-steps li.done:after,
.process-steps li.active:after,
.process-steps li.active .icon {
	color: #fff;
	background: var(--primaryColor)
}
.process-steps li.done .icon:before {
	position: absolute;
	content: "";
	left: 11px;
	top: 7px;
	width: 8px;
	height: 14px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.order-tracking-content .tracking-form {
	display: flex;
	margin-top: 100px;
	margin-bottom: 70px
}
.order-tracking-content .tracking-form input {
	flex: 1;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .1875rem;
	padding: 0 20px;
	font-size: 14px
}
.order-tracking-content .tracking-form .mybtn1 {
	border: 1px solid var(--primaryColor);
	margin-left: 30px
}
.order-tracking-content .track-form {
	display: flex;
	margin-top: 30px;
	margin-bottom: 30px
}
.order-tracking-content .track-form input {
	flex: 1;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .1875rem;
	padding: 0 20px;
	font-size: 14px
}
.order-tracking-content .track-form .mybtn1 {
	border: 1px solid var(--primaryColor);
	margin-left: 30px
}
.tracking-steps-area {
	margin-bottom: 100px;
	display: block
}
.tracking-steps {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: left
}
.tracking-steps li {
	width: 100%;
	display: block;
	text-align: left;
	position: relative;
	display: flex;
	padding-bottom: 50px
}
.tracking-steps li .icon {
	margin-right: 20px
}
.tracking-steps li .content {
	flex: 1
}
.tracking-steps li .icon {
	height: 30px;
	width: 30px;
	text-align: center;
	background: #efefef;
	border-radius: .1875rem;
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	position: relative
}
.tracking-steps li:after {
	position: absolute;
	content: "";
	left: 15px;
	top: 30px;
	height: calc(100% - 30px);
	width: 3px;
	background: #efefef;
	z-index: 0
}
.tracking-steps li.done .icon {
	color: transparent
}
.tracking-steps li.done:after,
.tracking-steps li.active:after,
.tracking-steps li.active .icon {
	color: #fff;
	background: var(--primaryColor)
}
.tracking-steps li:last-child {
	padding-bottom: 0
}
.tracking-steps li:last-child::after {
	display: none
}
.tracking-steps li.done .icon:before {
	position: absolute;
	content: "";
	left: 11px;
	top: 7px;
	width: 8px;
	height: 14px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
.tracking-steps li .content .title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 3px
}
.tracking-steps li .content .date {
	font-size: 14px;
	color: #555;
	margin-bottom: 10px
}
.tracking-steps li .content .date b {
	font-weight: 500
}
.tracking-steps li .content .details {
	font-size: 16px
}
.nice-select .list li,
.nice-select .current {
	text-align: left!important
}

.slider-buttom-category {
	padding-top: 24px
}
.slider-buttom-category .single-category {
	display: flex;
	border: 3px solid #f6f9fc;
	border-radius: 10px;
	padding: 5px 5px 5px 10px;
	align-self: center;
	align-items: center;
	position: relative;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
	background-color: #fff
}
.slider-buttom-category .single-category::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 1px;
	width: 0%;
	background: #0f78f2;
	-webkit-transition: 0.4s ease-in;
	-moz-transition: 0.4s ease-in;
	-o-transition: 0.4s ease-in;
	transition: 0.4s ease-in
}
.slider-buttom-category .single-category:hover::before {
	width: 100%
}
.slider-buttom-category .single-category .right {
	max-width: 50px;
	margin: 0 10px;
	text-align: center;
	overflow: hidden
}
.slider-buttom-category .single-category .right img {
	width: 100%;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in
}
.slider-buttom-category .single-category .left {
	flex: 1
}
.slider-buttom-category .single-category .left .title {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	margin-bottom: 0;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in
}
.slider-buttom-category .single-category .left .count {
	font-size: 12px;
	font-weight: 500;
	color: #555;
	margin-bottom: 0
}
.slider-buttom-category .sc-common-padding {
	padding: 3px 3px!important
}
.slider-buttom-category .single-category:hover {
	transform: translateY(-2px)
}

.slide-progress {
	width: 0%;
	max-width: 100%;
	height: 6px;
	background: rgba(0, 0, 0, .15);
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0
}
.product-attributes .form-group .custom-control-label {
	font-size: 15px
}
.product-attributes .form-group .title {
	font-weight: 500;
	margin-bottom: 5px;
	display: block
}
#comment-area h3,
#replay-area h5 {
	font-size: 18px!important;
	font-weight: 500!important
}
#comment-area h3 .btn.login-btn,
#replay-area h5 .btn.login-btn {
	padding: 5px 15px!important
}
.page-center ul.pagination li {
	width: 35px;
	height: 35px;
	background: #ff55001a;
	border-radius: .1875rem;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	margin: 0 5px;
	transition: all .3s;
	display: inline-block;
	color: #000;
	cursor: pointer
}
.page-center ul.pagination li a:hover {
	color: #000!important
}
.page-center ul.pagination {
	display: inline-block;
	margin: 0 auto
}
.page-center ul.pagination li.active {
	background: var(--primaryColor);
	color: #fff;
	cursor: no-drop
}
.page-center {
	text-align: center
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999999
}
ul.pagination li.disabled {
	cursor: no-drop
}
.feature-image img {
	width: 100%
}
.pointer {
	cursor: pointer
}
.gocover {
	display: none;
	position: absolute;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible
}
.categories_menu img {
	width: 15px;
	height: 15px;
	margin-right: 5px
}
.rx-parent {
	cursor: pointer
}
.rx-child,
.rx-parent .rx-show {
	display: none
}
.rx-change a.rx-show {
	display: block
}
.rx-change a.rx-default {
	display: none
}
.user-title {
	font-weight: 500
}
.starrr {
	display: inline-block
}
.starrr a {
	font-size: 16px;
	padding: 0 1px;
	cursor: pointer;
	color: var(--primaryColor);
	text-decoration: none
}
.review-star {
	padding: 20px 0
}
.ratings {
	position: relative;
	vertical-align: middle;
	display: inline-block;
	color: #b1b1b1;
	overflow: hidden
}
.full-stars {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	color: var(--primaryColor);
}
.empty-stars:before,
.full-stars:before {
	content: "\2605\2605\2605\2605\2605";
	font-size: 14px
}
.empty-stars:before {
	-webkit-text-stroke: 1px #ddd;
	color: #ddd
}
.full-stars:before {
	-webkit-text-stroke: 1px var(--primaryColor)
}
@-moz-document url-prefix() {
	.full-stars {
		color: var(--primaryColor);
	}
}
.full-stars {
	color: var(--primaryColor);
}
.edit-info-area .upload-img .img img {
	width: 100%;
	height: 100%
}
.login-btn {
	color: #fff!important;
	cursor: pointer;
	background-color: var(--primaryColor);
	border-color: var(--primaryColor);
	padding: 8px 12px
}
.replay-area {
	display: none
}
.hidden {
	display: none!important
}
.page-center.category {
	margin-top: 20px
}
.taglist a.active {
	background: var(--primaryColor);
	color: #fff!important
}
.autocomplete {
	position: relative;
	display: block
}
.autocomplete-items {
	position: absolute;
	border-top: none;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0
}
.autocomplete-items div {
	padding: 5px;
	cursor: pointer;
	width: 95%;
	color: #fff;
	font-size: 15px;
	text-align: left;
	background: #fff!important
}
.docname a {
	color: #333
}
/* .info-meta-1 .ratings {
	margin-bottom: 5px
} */
.submit-loader {
	background: rgba(251, 251, 251, 1);
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	position: absolute
}
.submit-loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.wish-list .right-area .item-filter {
	justify-content: center
}
td.pro-remove i {
	cursor: pointer
}
figure.product-image-container a img {
	max-width: 100px
}
.item-size h6 {
	font-weight: 500
}
.stars {
	cursor: pointer
}
.f-14 {
	font-size: 14px
}
textarea.affilate {
	height: 120px!important
}
.order-history label.control-label {
	font-weight: 500
}
.order-history .form-control {
	border-color: rgba(0, 0, 0, .4)
}
.order-history form {
	margin-top: 20px
}
.order-history form .mybtn1 {
	border: 0
}
textarea.affilate {
	height: 120px
}
span.discount {
	color: #fff
}
.categories_menu_inner>ul>li.rx-child {
	display: none
}
.hot-and-new-item .categori .item-list li .single-box .right-area .text a {
	color: #444
}
.categori .item-list li .single-box .right-area .text a {
	color: #444
}
.mybtn1.lg {
	width: 200px
}
.elegant-pricing-tables h3 .price-sticker,
.elegant-pricing-tables:hover,
.elegant-pricing-tables.active,
.elegant-pricing-tables:hover .price,
.elegant-pricing-tables.active .price,
.elegant-pricing-tables.style-2 .price,
.elegant-pricing-tables .btn {
	background: #143250
}
.elegant-pricing-tables .price {
	color: #143250;
	border-color: #143250
}
.user-profile-details .elegant-pricing-tables {
	margin-bottom: 30px
}
.elegant-pricing-tables:hover h3 .price-sticker,
.elegant-pricing-tables.active h3 .price-sticker,
.elegant-pricing-tables:hover .btn,
.elegant-pricing-tables.active .btn,
.elegant-pricing-tables.style-2:hover .price,
.elegant-pricing-tables.style-2.active .price {
	color: #143250
}
.elegant-pricing-tables:hover li:nth-child(odd),
.elegant-pricing-tables.active li:nth-child(odd) {
	background: #0c96c3
}
.elegant-pricing-tables.style-2:hover,
.elegant-pricing-tables.style-2.active {
	border-color: #0c96c3
}
.elegant-pricing-tables {
	background: #fff;
	color: #333;
	border-radius: 3px;
	overflow: hidden
}
.elegant-pricing-tables * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.elegant-pricing-tables .pricing-head {
	position: relative;
	padding: 25px 0 0
}
.elegant-pricing-tables h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #333;
	margin: 8px 0 17px;
	letter-spacing: -.05em
}
.elegant-pricing-tables h3 .price-sticker {
	display: inline-block;
	padding: 4px 6px;
	margin: -5px 0 0 3px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	border-radius: 3px;
	letter-spacing: 0;
	vertical-align: middle
}
.elegant-pricing-tables .price {
	display: inline-block;
	line-height: 17px;
	border: 2px solid #fff;
	background: #fff;
	border-radius: .1875rem;
	width: 122px;
	height: 122px;
	padding-top: 43px
}
.elegant-pricing-tables .price sup {
	top: -18px;
	font-size: 20px
}
.elegant-pricing-tables .price-digit {
	font-size: 40px;
	font-weight: 700
}
.elegant-pricing-tables .btn {
	display: inline-block;
	padding: 10px 20px;
	margin: 25px 0;
	color: #fff;
	border: 0;
	border-radius: 3px;
	font-weight: 700
}
.elegant-pricing-tables:hover h3,
.elegant-pricing-tables.active h3 {
	color: #fff
}
.elegant-pricing-tables:hover h3 .price-sticker,
.elegant-pricing-tables.active h3 .price-sticker {
	background: #fff
}
.elegant-pricing-tables:hover .price,
.elegant-pricing-tables.active .price {
	color: #fff;
	border-color: #fff;
	-webkit-animation: toRightFromLeft 0.5s forwards;
	-moz-animation: toRightFromLeft 0.5s forwards;
	animation: toRightFromLeft 0.5s forwards
}
.elegant-pricing-tables:hover .btn,
.elegant-pricing-tables.active .btn {
	background-color: #fff
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%)
	}
	
	50% {
		opacity: 0;
		transform: translate(-100%)
	}
	
	51% {
		opacity: 1
	}
}
.elegant-pricing-tables.style-2 {
	border: 1px solid rgba(0, 0, 0, .15)
}
.elegant-pricing-tables.style-2 .price {
	color: #fff;
	border: 0
}
.elegant-pricing-tables.style-2 .btn {
	border-radius: 20px
}
.elegant-pricing-tables.style-2:hover .price,
.elegant-pricing-tables.style-2.active .price,
.elegant-pricing-tables.style-2.active .pricing-detail span {
	background: #fff!important
}
.elegant-pricing-tables.style-2:hover li:nth-child(odd),
.elegant-pricing-tables.style-2.active li:nth-child(odd) {
	background: inherit
}
.elegant-pricing-tables.style-2 .price .price-month {
	padding-top: 5px;
	display: inline-block
}
.elegant-pricing-tables .pricing-detail {
	padding-top: 25px
}
.elegant-pricing-tables .pricing-detail li {
	padding: 10px 0;
	margin: 0 20px
}
.elegant-pricing-tables:hover .pricing-detail li,
.elegant-pricing-tables.active .pricing-detail li,
.elegant-pricing-tables.style-2.active .pricing-detail span,
.elegant-pricing-tables:hover small,
.elegant-pricing-tables:hover a.hover-white {
	color: #fff!important
}
.elegant-pricing-tables .pricing-detail li:nth-child(odd) {
	background: #f9f9f9
}
.elegant-pricing-tables,
.elegant-pricing-tables .btn,
.elegant-pricing-tables .pricing-detail li,
.elegant-pricing-tables .price {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.elegant-pricing-tables.style-2 .pricing-detail li {
	padding: 6px 0;
	margin: 0 35px
}
.elegant-pricing-tables.style-2 .pricing-detail li:nth-child(odd) {
	background: inherit
}
.elegant-pricing-tables.style-2 .pricing-detail li:last-child {
	padding-bottom: 0
}
.elegant-pricing-tables.style-2 .pricing-detail li>i {
	color: #aaa;
	margin-right: 5px
}
.elegant-pricing-tables.style-2:hover .pricing-detail li>i,
.elegant-pricing-tables.style-2.active .pricing-detail li>i,
.elegant-pricing-tables.style-2:hover .pricing-detail span {
	color: #fff!important
}

.pack-details {
	padding-top: 30px
}
.pack-details .title {
	text-align: right;
	display: block;
	font-size: 16px;
	font-weight: 500
}
.pack-details .title .value {
	font-size: 14px
}
.pack-details .notic {
	font-size: 12px
}
.pack-details .mybtn1 {
	border: 0;
	margin-top: 30px
}
.pack-details .option {
	width: 100%;
	display: block;
	height: 40px;
	padding: 0 15px
}
p.value {
	line-height: 1.325
}
.pack-details textarea.option {
	height: auto
}
a.sell-btn {
	padding: 3px 15px;
	border-radius: .1875rem;
	font-weight: 400;
	margin-left: 15px
}
.service-center ul.list {
	text-align: center
}
.co-p-table .table tfoot tr td {
	padding: 2px 25px 2px 10px!important;
	border: 0
}
.co-p-table .table tfoot tr td p {
	margin-bottom: 0
}
.checkout .content-area .table tr td:last-child {
	text-align: right;
	padding-right: 25px
}
.co-p-table .cupon-box #coupon-link {
	font-size: 13px;
	color: #656565
}
.co-p-table tfoot .shipshow {
	padding-top: 50px!important
}
.login-form .refresh_code {
	padding-left: 5px;
	font-size: 28px
}
.mb-10 {
	margin-bottom: 10px
}
/* .add-to-cart-quick {
	display: block;
	width: 50px
} */
.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
	display: block;
	max-width: none;
	max-height: none;
	z-index: 99999
}
.xzoom-thumbs {
	text-align: center;
	margin: 15px 0;
	z-index: 9;
}
.xzoom {
	margin-bottom: 15px;
	z-index: 99999
}
.xzoom5 {
	border: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 15px;
	z-index: 99999
}
.xzoom-gallery5 {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	z-index: 99999;
}
.quick-zoom {
	/* border: 1px solid rgba(0, 0, 0, .1); */
	/* margin-bottom: 15px; */
	z-index: 99999
}
.quick-zoom-gallery {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 5px;
	z-index: 99999;
}
.xzoom-source,
.xzoom-hidden {
	display: block;
	position: static;
	float: none;
	clear: both;
	z-index: 99999
}
.xzoom-hidden {
	overflow: hidden;
	z-index: 99999
}
.xzoom-preview {
	border: 1px solid rgba(0, 0, 0, .1);
	background: #666;
	z-index: 99999
}
.xzoom-lens {
	border: 1px solid rgba(0, 0, 0, .1);
	cursor: crosshair;
	z-index: 99999
}
.xzoom-loading {
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 100%;
	opacity: .7;
	width: 48px;
	height: 48px;
	z-index: 99999
}
.xactive {
	border: .3px solid rgba(0, 0, 0, .1);
	z-index: 99999;
	border-radius: 5px;
}
.xzoom-caption {
	position: absolute;
	bottom: -43px;
	left: 0;
	background: #000;
	width: 100%;
	text-align: left;
	z-index: 99999
}
.xzoom-caption span {
	color: #fff;
	display: block;
	font-size: .75em;
	font-weight: 700;
	padding: 10px;
	z-index: 99999
}


.filter-result-area .sub-content {
	padding-left: 10px!important;
	margin-top: 8px;
	display: none
}
.filter-result-area .sub-content.open {
	display: block
}
.filter-result-area .child-content {
	padding-left: 10px!important;
	margin-top: 8px;
	display: none
}
.filter-result-area .child-content.open {
	display: block
}

.check-box {
	margin-bottom: 3px
}
.ajax-loader-parent {
	position: relative
}
.categori-item-area .ajax-loader {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	display: none
}
.contact-us .right-area .social-links ul li a.facebook {
	background: #3b5999
}
.contact-us .right-area .social-links ul li a.twitter {
	background: #55acee
}
.contact-us .right-area .social-links ul li a.google-plus {
	background: #dd4b39
}
.contact-us .right-area .social-links ul li a.linkedin {
	background: #0077B5
}
.contact-us .right-area .social-links ul li a.dribbble {
	background: #ea4c89
}
.contact-us .right-area .social-links ul li a.pinterest {
	background: #bd081c
}
#product-details-tab #comment-area .write-comment-area .submit-btn {
	border: 1px solid var(--primaryColor);
	border-radius: .1875rem;
	padding: 12px 30px
}
.trending-item-slider.owl-carousel .owl-stage {
	margin: 10px 0 10px!important
}


.subscribe-preloader-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 73%);
	z-index: 999
}
.subscribePreloader__thumb {
	width: 50%;
	height: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.subscribePreloader__text {
	background: #0163d2c7;
	width: 60%;
	margin: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	position: relative;
	padding: 30px
}
.subscribePreloader__text form {
	margin-top: 30px
}
.subscribePreloader__text h1,
.subscribePreloader__text p {
	color: #fff
}
.subscribePreloader__text input,
.subscribePreloader__text button {
	border: none;
	height: 40px
}
.subscribePreloader__text input {
	width: 70%;
	margin-right: 5px;
	padding-left: 10px
}
.subscribePreloader__text button {
	font-weight: 500;
	width: 25%;
	background: #333;
	color: #fff;
	-webkit-transition: all 400ms ease-in;
	transition: all 400ms ease-in
}
.subscribePreloader__text button:hover {
	background: #fff;
	color: #333
}
.subscribePreloader__thumb span {
	display: block;
	position: absolute;
	right: -19px;
	top: -19px;
	background: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	color: #333;
	font-size: 17px;
	border-radius: 100%;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.subscribePreloader__thumb span:hover{
	background-color: lightblue;
}
.top-area {
	text-align: center
}
.top-area .content .heading {
	font-size: 30px;
	font-weight: 700
}
.top-area .content .text {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 26px
}
.top-area .content .link {
	font-weight: 700;
	font-size: 14px;
	text-decoration: underline;
}
.top-area .content {
	margin-bottom: 30px
}
.product-header-title h2 {
	font-size: 18px;
	font-weight: 500
}
#color-bar {
	width: 20px;
	height: 20px;
	margin-left: 5px
}
#errCard,
#errCVC {
	color: red;
	font-size: 12px;
	padding-bottom: 10px;
	display: block
}
input.form-control.card-elements {
	margin-bottom: 5px!important
}

.item:hover {
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .05)!important
}
.trending-item-slider .owl-stage {
	padding: 10px 0 10px
}
.mybtn2.sm {
	font-size: 13px;
	line-height: 12px
}
.card {
	border: none;
	box-shadow: var(--boxShadow);
	border-radius: var(--borderRadius)
}
.c-info-box-area {
	padding: 40px 30px 38px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in
}
.c-info-box-area .c-info-box {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	border-width: 20px;
	border-style: solid;
	text-align: center;
	border-radius: 50%
}
.c-info-box-area .c-info-box p {
	font-size: 30px;
	font-weight: 500;
	line-height: 160px
}
.c-info-box-area .c-info-box.box1 {
	border-color: #FFBF36
}
.c-info-box-area .c-info-box.box2 {
	border-color: #00BCD1
}
.c-info-box-area .c-info-box.box3 {
	border-color: #521FB7
}
.c-info-box-area .c-info-box.box4 {
	border-color: #129021
}
.c-info-box-area .c-info-box-content {
	text-align: center;
	margin-top: 20px
}
.c-info-box-area .c-info-box-content .title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 2px
}
.c-info-box-area .c-info-box-content .text {
	font-size: 14px;
	margin-bottom: 0
}
.c-info-box-area:hover {
	transform: translateY(-7px)
}
.admin-fix-height-card {
	height: 400px
}
.user-dashbord .user-profile-details .account-info .main-info .title.w-title {
	font-size: 18px;
	text-transform: unset;
	font-weight: 500
}
.user-dashbord .user-profile-details .account-info .main-info .title.w-price {
	font-size: 18px;
	text-transform: unset;
	font-weight: 700
}
.user-dashbord .user-profile-details .account-info.wallet {
	padding: 20px 30px 17px 30px
}
.h100 {
	height: 100%
}

.checkout-area .content-box .content .order-area .order-item .product-content p {
	position: relative;
	top: -3px
}


.report-area a {
	font-size: 14px;
	color: #888;
	margin-top: 10px;
	display: inline-block
}
.modal-header {
	border: none!important;
	padding: 0 !important;
}
.modal-header .close {
	position: absolute;
	right: 5px;
	top: 4px;
	background: #fff;
	opacity: 1!important;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	padding: 0;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 500!important;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}
.modal-header .close:hover {
	color: #fff;
	font-weight: 500!important;
	opacity: 1!important
}
#track-order-modal .modal-header {
	border: none!important;
	padding: 11px 15px 0px!important
}
#vendorform,
#vendorform1 .modal-header {
	padding: 1rem 1rem!important
}
.nice-select .list {
	z-index: 9999
}

.message-modal .modal .modal-dialog {
	z-index: 9999999
}

.login-area .to-login-page a {
	font-size: 14px
}
.categories_menu_inner>ul {
	display: block;
	/* position: relative; */
}

div#comment-log-reg {
	z-index: 9999
}
.mybtn1.copy {
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 0;
	display: inline-block
}

.billing-add-area #tform input {
	width: 100%;
	border-radius: .1875rem;
	height: 40px;
	font-size: 14px;
	padding: 0 20px;
	border: 1px solid rgba(0, 0, 0, .1)
}
.wholesell-details-page {
	background: rgba(15, 120, 242, .06);
	margin-bottom: 15px;
	display: block
}
.wholesell-details-page h3 {
	font-size: 18px;
	font-weight: 500;
	display: block;
	text-align: center;
	padding: 10px 10px 6px;
	color: #000
}
.wholesell-details-page tr th,
.wholesell-details-page tr td {
	font-size: 14px
}
.wholesell-details-page tr th {
	padding: 6px 10px
}
.wholesell-details-page tr td {
	padding: 4px 15px
}
.estimate-time {
	font-size: 0.875rem;
	margin-top: 10px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.p-sku {
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 0
}
.p-sku span {
	font-weight: 500
}
.mybadge {
	font-size: 13px;
	color: #fff;
	background: green;
	border-radius: 2px;
	padding: 1px 10px;
	font-weight: 500
}
.mybadge1 {
	font-size: 13px;
	color: #fff;
	background: red;
	border-radius: 2px;
	padding: 1px 10px;
	font-weight: 500
}
p.product-unit-price {
	font-weight: 700!important
}
.stor-name {
	position: relative;
	display: inline-block
}
.verify-link {
	color: green;
	position: absolute;
	right: -25px;
	top: 0
}
.verify-link:hover {
	color: green
}
.subscribePreloader__text h1 {
	font-size: 35px!important
}
.subscribePreloader__text button {
	font-size: 11px!important
}
.autocomplete-items {
	box-shadow: 0 2px 7px rgba(0, 0, 0, .10980392156862745)
}
.docname {
	width: 100%!important;
	border-bottom: 1px solid rgba(84, 82, 82, .09)!important
}
.docname a {
	display: flex;
	transition: 0.3s all ease-in;
}
.docname a img {
	width: 50px;
	height: 50px
}
.docname a .search-content {
	flex: 1
}
.docname a .search-content p {
	margin-bottom: 0;
	font-size: 14px
}
.docname a .search-content span {
	color: #000!important
}
.autocomplete-items {
	box-shadow: 0 2px 7px rgba(0, 0, 0, .10980392156862745)
}
.docname {
	width: 100%!important;
	border-bottom: 1px solid rgba(84, 82, 82, .09)!important
}
.docname a {
	display: flex
}
.docname a img {
	width: 50px;
	height: 50px
}
.docname a .search-content {
	flex: 1
}
.docname a .search-content p {
	margin-bottom: 0;
	font-size: 14px
}
.docname a .search-content span {
	color: #000!important
}
@media (max-width:1366px) {
	.slider-buttom-category .single-category {
		height: 100px
	}
	.container-fluid {
		width: 95%
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.cartpage .right-area .order-box .cupon-box #coupon-form button {
		margin-top: 10px
	}
	
	.product-details-page .right-area .product-info .info-meta-1 ul li p {
		margin-bottom: 0
	}
	
	.product-details-page .right-area .product-info .info-meta-3 .meta-list li.addtocart {
		margin-top: 10px
	}
	
	.product-details-page .right-area .product-info .social-links {
		margin-top: 15px
	}
	
	.flash-deals .flas-deal-slider .item .deal-counter span {
		font-size: 18px;
		line-height: 28px
	}
}
@media only screen and (max-width:1199px) {
	.price-range-field {
		width: 100%
	}
	
	.checkout .left-area .checkoutform .payment-information .pm-list li {
		margin-bottom: 15px
	}
	
	.checkout .right-area .footer {
		display: flow-root
	}
	
}
@media only screen and (max-width:991px) {

	.feather.feather-menu {
		color: #fff
	}
	
	.banner-section .left {
		margin-bottom: 20px;
		margin-right: 0
	}
	
	.banner-section .right {
		margin-bottom: 20px;
		margin-left: 0
	}
	
	.blog-area .aside .slider-wrapper {
		margin-bottom: 30px
	}

	.price-range-field {
		width: 80px
	}
	
	.blog-aside {
		margin-top: 50px
	}
	
	.cartpage .right-area .order-box {
		margin-top: 20px
	}
	
	.checkout .right-area {
		margin-top: 50px
	}
	
	.checkout .right-area .footer {
		display: flex
	}

	.product-details-page .right-area .product-info {
		margin-top: 40px
	}
	
	.vendor-signage-top-header .content .single-box {
		margin-bottom: 20px
	}
	
	.vendor-signage-top-header .content {
		padding: 25px 0 0
	}
	
	.user-dashbord .user-profile-info-area {
		margin-bottom: 30px
	}
	
	.about-img {
		margin-bottom: 30px
	}
	
	.wish-list .item-filter {
		display: flow-root;
		text-align: center!important;
		justify-content: center
	}
	
	.wish-list .item-filter .pagination-area {
		display: block;
		text-align: center;
		margin-top: 20px
	}
	
	.wish-list .item-filter .pagination-area .pagination {
		display: inline-block
	}
	
	.wish-list .item-filter .pagination-area .pagination li {
		display: inline-block
	}
	
	div#myInputautocomplete-list {
		top: 0
	}
	
	.user-profile-details {
		margin-top: 50px
	}
	
	.cartpage {
		padding: 0 0 70px
	}
	
	.product-details-page .categori .section-top {
		margin-top: 40px
	}
	
	.checkout-area .checkout-process li a {
		height: 50px;
		line-height: 50px
	}
	
	.checkout-area .checkout-process li a::before {
		border-top: 25px solid transparent;
		border-left: 15px solid #e9ecef;
		border-bottom: 25px solid transparent
	}
	
	.checkout-area .checkout-process li a::after {
		border-top: 25px solid transparent;
		border-left: 15px solid #fff;
		border-bottom: 25px solid transparent
	}
	
	.checkout-area .checkout-process li a i {
		font-size: 20px
	}
	
	.checkout-area .checkout-process li a.active i,
	.checkout-area .checkout-process li a:hover i {
		font-size: 25px
	}
	
	.checkout-area .checkout-process li a {
		width: 180px
	}
	
	.checkout-area .checkout-process li a {
		padding-left: 25px
	}
	
	.checkout-area .content-box .content .form-control {
		margin-bottom: 10px
	}
	
	.cart-table.co-p-table {
		width: 100%;
		overflow-x: auto
	}
	
}

@media only screen and (max-width:575px) {

	.logo img {
		max-width: 140px!important
	}
	/* nav .nav-header .toggle-bar {
		top: 8px!important
	}
	 */
	.vendor-banner .sub-title {
		font-size: 18px;
		line-height: 28px
	}
	
	.vendor-banner .title {
		font-size: 30px;
		line-height: 40px
	}
	
	.thankyou .content .heading {
		font-size: 21px;
		line-height: 31px;
		margin-bottom: 20px
	}
	.blog-details .blog-content .content .title {
		font-size: 22px;
		line-height: 32px
	}
	
	.blog-details .blog-content .content .title {
		font-size: 21px;
		line-height: 31px
	}
	
	.blog-details .comments .title {
		font-size: 24px;
		line-height: 34px
	}
	
	.blog-details .write-comment .title {
		font-size: 24px;
		line-height: 34px
	}
	
	.blog-details .blog-aside .categori .title,
	.blog-details .blog-aside .recent-post-widget .title,
	.blog-details .blog-aside .archives .title,
	.blog-details .blog-aside .tags .title {
		font-size: 21px;
		line-height: 31px
	}
	
	.blog-details .blog-content .content .tag-social-link {
		display: flow-root
	}
	
	.blog-details .blog-content .content .tag-social-link .social-links {
		margin-top: 15px
	}
	
	.checkout .left-area .checkoutform .title {
		font-size: 30px;
		line-height: 40px
	}
	
	.checkout .left-area .checkoutform .payment-information .pm-list li img {
		width: 60px
	}
	
	.contact-us .contact-section-title .title {
		font-size: 30px!important;
		line-height: 40px!important
	}
	
	.contact-us .contact-section-title .subtitle {
		font-size: 18px!important;
		line-height: 28px!important
	}
	
	.contact-us .right-area .top-content .title {
		font-size: 24px!important;
		line-height: 24px!important
	}
	
	.contact-us .right-area .social-links ul li a {
		font-size: 14px;
		width: 40px;
		height: 40px;
		line-height: 40px
	}
	
	.product-details-page #product-details-tab ul li a {
		padding: 0 12px;
		margin-bottom: 5px
	}
	
	.product-details-page #coment-area .all-comments li .single-comment .right-area .header-area .name {
		font-size: 16px
	}
	
	.message-modal .modal .modal-dialog {
		width: 100%
	}
	
	.trending .item .item-img .extra-list {
		top: 20px
	}
	
	.process-steps li {
		width: 100%;
		float: unset;
		text-align: left
	}
	
	.process-steps li .icon {
		margin-left: 0;
		text-align: center
	}
	
	.process-steps li {
		display: flex;
		padding-bottom: 20px
	}
	
	.process-steps li .icon {
		margin-right: 10px
	}
	
	.process-steps li .title {
		flex: 1
	}
	
	.process-steps li::after {
		width: 3px;
		height: calc(100% - 30px);
		top: 30px;
		left: 15px
	}
	
	.process-steps li:last-child::after {
		display: none
	}
	
	.process-steps li:last-child {
		padding-bottom: 0
	}
	
	.process-steps-area {
		margin-bottom: 20px
	}
	
	.user-dashbord .user-profile-details .order-details .header-area {
		margin-top: 40px
	}
	
	.process-steps li:first-child::after {
		display: block
	}
	
	.checkout-area .content-box .content .order-area .order-item .product-img img {
		width: 90px;
		height: 90px
	}
	
	.banner-section {
		padding: 15px 0
	}
	
	
	.search-box-wrapper {
		margin: 10px 0
	}
	
	
	
	.categories_menu_inner>ul {
		border: none!important
	}
	
	.categorimenu-wrapper {
		width: auto
	}
	
	.categories_title h2 i {
		margin-right: 0
	}
	
	.categories_title h2 .categoryMenuTitle {
		display: none
	}
	
	
	.flash-deals .item .info .name {
		height: 35px!important
	}

	.blog-area .blog-box {
		display: flow-root!important
	}
	
	.blog-area .blog-box .blog-images {
		width: 100%
	}
	
	.blog-area .blog-box .details {
		padding: 7px 0 7px
	}
	
	
	.product-details-page .right-area .product-info .info-meta-1 ul li p {
		margin-bottom: 0
	}
	
	.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty {
		width: 100%;
		margin-bottom: 20px
	}
	
	.product-details-page #product-details-tab .tab-content-wrapper {
		padding: 30px 15px 30px
	}
	
	.product-details-page .right-area .product-info .product-name {
		font-size: 21px;
		line-height: 31px
	}
	
	.blog-area .blog-box .blog-images .img img {
		width: 100%;
		height: auto
	}
	.single-wish {
		display: flow-root
	}
	
	.single-wish .left {
		margin-right: 0;
		margin-bottom: 20px
	}
		
	.autocomplete {
		position: unset;
		width: 100%;
		/* margin-top: 50px */
	}
	
	div#myInputautocomplete-list {
		top: 34px;
		width: 100%
	}
	
	.autocomplete-items div {
		width: 100%
	}
	.trending .item .info .price {
		font-size: 20px
	}
	
	.trending .item .item-img .extra-list ul li a,
	.categori-item .item .item-img .extra-list ul li a
	{
		width: 25px;
		height: 25px;
		line-height: 24px;
		font-size: 13px;
		margin-bottom: 5px
	}
	
	.section-top .section-title {
		font-size: 18px;
		line-height: 38px
	}
	
	.bottomtotop i {
		width: 40px;
		height: 40px;
		line-height: 40px
	}
	
	.checkout .right-area .footer .right .price {
		font-size: 24px
	}
	
	
	.helpful-links-inner svg {
		height: 20px;
		width: 20px
	}
	
}


@media only screen and (max-width:414px) {
	.categorimenu-wrapper {
		width: 230px
	}
	
	.blog-area .aside .slider-wrapper {
		background: #fff;
		padding: 50px 30px 50px
	}
	
	
	.login-signup .login-area .header-area .title {
		font-size: 24px;
		margin-bottom: 0
	}
	
	.login-signup .login-area .header-area .text {
		font-size: 14px
	}
	
	.login-signup .login-area .to-login-page {
		font-size: 14px
	}
	
	.single-wish {
		text-align: center;
		justify-content: center
	}
	
	.single-wish .left img {
		display: inline-block
	}
	
	.single-wish .left {
		margin-right: 0;
		margin: 0 auto;
		display: inline-block
	}
	
	.single-wish .right .title {
		margin-top: 20px
	}
	.info-area .info-box {
		padding: 5px
	}
	.item .info .name {
		font-size: 14px
	}
	.product-details-page .right-area .product-info .product-color .color-list li .box {
		width: 25px;
		height: 25px
	}
	.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qttotal,
	.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qtminus,
	.product-details-page .right-area .product-info .info-meta-3 .meta-list li.count .qty ul li .qtplus {
		display: inline-block;
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 14px
	}
	
	.product-details-page .right-area .product-info .social-links .link-list li a {
		height: 35px;
		width: 35px;
		line-height: 35px
	}
	
	.product-details-page .right-area .product-info .info-meta-3 .meta-list li.favorite a,
	.product-details-page .right-area .product-info .info-meta-3 .meta-list li.compare a {
		height: 35px;
		width: 35px;
		line-height: 35px
	}
	
	.product-details-page .right-area .product-info .info-meta-3 .meta-list li.addtocart a {
		padding: 0 13px;
		height: 35px;
		line-height: 35px
	}
	
	.product-details-page .right-area .product-info .info-meta-3 {
		padding: 14px 0 10px
	}
	
	.product-details-page .right-area .product-info .product-color .color-list li {
		margin-right: 2px
	}
	
	.product-details-page #product-details-tab.ui-tabs .ui-tabs-panel {
		padding: 0px!important
	}
	
	.blog-details .blog-content .content {
		padding: 20px 10px 30px
	}
	
	.user-profile-details .header-area .mybtn1 {
		margin-left: 0;
		margin-top: 10px;
		display: block
	}
	
	
	
	.contact-us .left-area .contact-form {
		padding: 30px 20px 30px
	}
	
	.logo-header .search-box .search-form input {
		padding: 0 30px 0 5px
	}
	
	.info-area .info-box .icon {
		line-height: 45px;
		margin-right: 10px
	}
	
	.info-area .info-box .info .details .title {
		font-size: 14px;
		line-height: 20px
	}
	
	.info-area .info-box .info .details .text {
		font-size: 12px
	}
	
	.item .info .name {
		height: 60px
	}
	
	.item .add-to-cart-btn {
		font-size: 12px;
		padding: 1px 0;
		width: 120px;
		margin: 3px auto
	}
	
	.item .info .name {
		font-size: 13px;
		line-height: 18px
	}
	
	.flash-deals .flas-deal-slider .item .deal-counter span {
		font-size: 18px;
		line-height: 22px
	}
	
	.item .item-img .extra-list ul li span {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
		margin-bottom: 4px;
	}
	
	.product-details-page .right-area .product-info .info-meta-3 .meta-list li.addtocart a {
		margin: 3px
	}
	
	#product-details-tab #comment-area .all-comment li .single-comment {
		display: flow-root
	}
	
	#product-details-tab #comment-area .all-comment li .single-comment .left-area {
		text-align: left;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 10px
	}
	
	#product-details-tab #comment-area .all-comment li .single-comment .left-area::before {
		display: none
	}
	
	#product-details-tab #comment-area .all-comment li .replay-area {
		position: relative;
		padding-left: 0;
		margin-bottom: 20px
	}
	
	#product-details-tab #comment-area .all-comment li .replay-review {
		margin-left: 30px
	}
	
	#product-details-tab #replay-area .all-replay li .single-review {
		display: flow-root
	}
	
	#product-details-tab #replay-area .all-replay li .single-review .left-area {
		text-align: left;
		padding-right: 0;
		margin-right: 0
	}
	
	#product-details-tab #replay-area .all-replay li .single-review .left-area::before {
		display: none
	}
	
	a.sell-btn {
		padding: 0 10px;
		border-radius: .1875rem;
		font-weight: 500;
		margin-left: 4px
	}
	
	
	.product-details-page .right-area .product-info .product-size {
		display: flex
	}
	
	.product-details-page .right-area .product-info .product-size .siz-list li .box {
		margin: 2px
	}
	
	.checkout-area .bottom-area .mybtn1 {
		width: auto!important;
		height: auto!important;
		line-height: normal!important;
		padding: 4px 20px!important
	}
}

@media only screen and (max-width:360px) {

	.categories_menu_inner {
		width: 280px
	}
	
	.checkout .right-area .body-area .box {
		display: flow-root
	}
	
	.checkout .right-area .body-area .box .right .title {
		margin-top: 10px
	}
	
	.contact-us .right-area .contact-info {
		display: flow-root!important;
		text-align: center;
		background-color: #fff!important
	}
	
	.contact-us .right-area .contact-info .left {
		margin-bottom: 20px
	}
	
	.contact-us .right-area .contact-info .left .icon {
		display: inline-block;
		margin-right: 0
	}
	
	.login-signup .login-area .form-forgot-pass {
		display: flow-root
	}
	
	.login-area .form-forgot-pass {
		display: flow-root
	}
	
	.item .item-img .extra-list ul li span {
		margin-bottom: 4px
	}
	
	.info-area .info-box .icon img {
		width: 20px
	}

	.item .info {
		padding: 10px 10px 12px
	}
	
	.col-lg-3.col-sm-6.col-5.remove-padding,
	.col-lg-3.col-sm-6.col-7.remove-padding.order-lg-last {
		padding: 0
	}
	
	.elegant-pricing-tables .price-digit {
		font-size: 30px
	}
	
	.elegant-pricing-tables .price sup {
		top: -10px
	}
	
	#product-details-tab #comment-area .all-comment li .replay-area button {
		width: 110px;
		margin-right: 7px
	}
	
	#product-details-tab #comment-area .all-comment li .replay-area .remove {
		width: 110px
	}

	
	
	.product-details-page .right-area .product-info .info-meta-3 .meta-list li.addtocart a {
		padding: 0 8px;
		line-height: 33px
	}
}

@media only screen and (max-width:991px) {
	.category-page .bg-white .sub-category-menu ul li {
		flex: 50%;
		max-width: 50%
	}
	
	.subscribePreloader__thumb {
		width: 70%
	}
	
	.subscribePreloader__text {
		width: 80%
	}
	
	.item .info .name {
		font-size: 12px!important
	}
	
	.product-details-page .right-area .product-info {
		margin-top: 8px
	}
	
	.product-details-page .right-area .product-info .mproduct-size .siz-list li.active .box {
		margin: 2px
	}
	
	.wholesell-details-page {
		margin-top: 40px
	}
}

.home_category {
	padding: 0;
	height: 100% ;
	background-color: #fff;
	box-shadow: var(--boxShadow);
	/* position: relative; */
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
@media (min-width:1600px) {
	.container-fluid {
		width: 1600px
	}
}
@media (min-width:500px) {
	.mega-menu-banner-wrapper {
		position: absolute;
		right: -50%;
		top: 0;
		height: 100%;
		background-color: #fff
	}
	
	.mega-menu-banner-wrapper .mega-menu-banner {
		width: auto;
		height: 100%;
		padding: 10px
	}
}

.desc-sec-flash {
	padding: 0 15px
}
.progress-bar {
	background-color: #8dc63f
}

.logo img {
	max-width: 220px
}
.logo .logo-text {
	font-size: 35px;
	color: rgb(128 128 128);
	font-weight: 500;
	margin-left: 20px
}

.slider-banner-area .banner-effect:nth-child(1) {
	margin-bottom: 1rem
}
.slider-banner-area .banner-effetc img {
	width: 100%;
	height: 100%
}


.mt-custom-1 {
	margin-top: .8rem
}

.flash-deals .item .item-img .extra-list {
	opacity: 1;
	left: 0;
    top: 50%;
    transform: translate(0%,-50%);
}
.flash-deals .item .item-img .extra-list ul{
	display: inherit;
}
.flash-deals .item:hover .extra-list {
	left: 0
}
.flash-deals .item:hover .info {
	top: 0
}
.flash-deals .item .item-cart-area {
	position: relative;
	display: flex
}
.flash-deals .item .add-to-cart-btn:nth-child(1) {
	margin-right: 15px
}
.flash-deals .item .add-to-cart-btn {
	opacity: 1
}
.trending .banner-effect img {
	height: 405px;
}


.hot-and-new-item-slider {
	background-color: #fff;
	padding: 15px;
	border-radius: var(--borderRadius);
	box-shadow: var(--boxShadow)
}

.cart-table {
	background-color: #fff;
	box-shadow: var(--boxShadow);
	border-radius: var(--borderRadius)
}
.hirePurchasearea {
	padding: 0 0 60px
}
.createForm {
	background-color: #fff;
	border-radius: var(--borderRadius);
	box-shadow: var(--boxShadow);
	padding: 15px
}
.custom-padding-5 {
	padding: 0 5px
}
.custom-row-5 {
	margin-left: -5px;
	margin-right: -5px
}