@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta.eot');
    src: url('../fonts/Averta.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Averta.woff2') format('woff2'),
        url('../fonts/Averta.woff') format('woff'),
        url('../fonts/Averta.ttf') format('truetype'),
        url('../fonts/Averta.svg#AvertaDemoPECuttedDemo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/MaterialIcons-Regular.eot);
	/* For IE6-8 */
	src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}

html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	color: #303538;
	font-family: 'Averta', sans-serif;
	font-size: 0.9375rem;
	height: 100%;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #303538;
	font-weight: 500;
}

.h1,
h1 {
	font-size: 2.25rem;
}

.h2,
h2 {
	font-size: 1.875rem;
}

.h3,
h3 {
	font-size: 1.5rem;
}

.h4,
h4 {
	font-size: 1.125rem;
}

.h5,
h5 {
	font-size: 1rem;
}

.h6,
h6 {
	font-size: 0.875rem;
}

a {
	color: #404040;
}



a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input,
button,
a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

button:focus {
	outline: 0;
}

input[type=text],
input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn.focus,
.btn:focus {
	box-shadow: inherit;
}

.form-control {
	border-color: #77A6F6;
	color: #333;
	font-size: 15px;
	min-height: 46px;
	padding: 6px 15px;
	border-radius: 0;
}

.input-group-append .btn,
.input-group-prepend .btn {
	border-radius: 0;
}

.table .form-control {
	font-size: 14px;
	min-height: 38px;
}

.form-control::-webkit-input-placeholder {
	color: #858585;
	font-size: 14px;
}

.form-control::-moz-placeholder {
	color: #858585;
	font-size: 14px;
}

.form-control:-ms-input-placeholder {
	color: #858585;
	font-size: 14px;
}

.form-control::-ms-input-placeholder {
	color: #858585;
	font-size: 14px;
}

.form-control::placeholder {
	color: #858585;
	font-size: 14px;
}

label {
	font-weight: 500;
}

.list-group-item {
	border: 1px solid #f0f0f0;
}

.content {
	min-height: 200px;
	padding: 30px 0 0;
}

.account-page .content {
	padding: 50px 0;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

p:last-child {
	margin-bottom: 0;
}


/*-----------------
	2. Slick Slider
-----------------------*/

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	margin: 0 auto;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: auto;
	bottom: -60px;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
	border: none;
	outline: none;
	background: #fff;
}



.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #fff;
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-size: 16px;
	line-height: 0.5;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Font Awesome 5 Free";
}

.slick-prev {
	left: calc(50% - 50px);
	z-index: 1;
	border-radius: 20px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	font-weight: 600;
	content: '\f060';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: calc(50% - 50px);
	border-radius: 20px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	font-weight: 600;
	content: '\f061';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}


/*-----------------
	3. Avatar
-----------------------*/

.avatar {
	position: relative;
	display: inline-block;
	width: 3rem;
	height: 3rem
}

.avatar>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.avatar-title {
	width: 100%;
	height: 100%;
	background-color: #F7901E;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.avatar-away::before,
.avatar-offline::before,
.avatar-online::before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25%;
	height: 25%;
	border-radius: 50%;
	content: '';
	border: 2px solid #fff;
}

.avatar-online::before {
	background-color: #00e65b;
}

.avatar-offline::before {
	background-color: #ff0100;
}

.avatar-away::before {
	background-color: #ffbc34;
}

.avatar .border {
	border-width: 3px !important;
}

.avatar .rounded {
	border-radius: 6px !important;
}

.avatar .avatar-title {
	font-size: 18px;
}

.avatar-xs {
	width: 1.65rem;
	height: 1.65rem;
}

.avatar-xs .border {
	border-width: 2px !important;
}

.avatar-xs .rounded {
	border-radius: 4px !important;
}

.avatar-xs .avatar-title {
	font-size: 12px;
}

.avatar-xs.avatar-away::before,
.avatar-xs.avatar-offline::before,
.avatar-xs.avatar-online::before {
	border-width: 1px;
}

.avatar-sm {
	width: 2.5rem;
	height: 2.5rem;
}

.avatar-sm .border {
	border-width: 3px !important;
}

.avatar-sm .rounded {
	border-radius: 4px !important;
}

.avatar-sm .avatar-title {
	font-size: 15px;
}

.avatar-sm.avatar-away::before,
.avatar-sm.avatar-offline::before,
.avatar-sm.avatar-online::before {
	border-width: 2px;
}

.avatar-lg {
	width: 3.75rem;
	height: 3.75rem;
}

.avatar-lg .border {
	border-width: 3px !important;
}

.avatar-lg .rounded {
	border-radius: 8px !important;
}

.avatar-lg .avatar-title {
	font-size: 24px;
}

.avatar-lg.avatar-away::before,
.avatar-lg.avatar-offline::before,
.avatar-lg.avatar-online::before {
	border-width: 3px;
}

.avatar-xl {
	width: 5rem;
	height: 5rem;
}

.avatar-xl .border {
	border-width: 4px !important;
}

.avatar-xl .rounded {
	border-radius: 8px !important;
}

.avatar-xl .avatar-title {
	font-size: 28px;
}

.avatar-xl.avatar-away::before,
.avatar-xl.avatar-offline::before,
.avatar-xl.avatar-online::before {
	border-width: 4px;
}

.avatar-xxl {
	width: 5.125rem;
	height: 5.125rem;
}

.avatar-xxl .border {
	border-width: 6px !important;
}

.avatar-xxl .rounded {
	border-radius: 8px !important;
}

.avatar-xxl .avatar-title {
	font-size: 30px;
}

.avatar-xxl.avatar-away::before,
.avatar-xxl.avatar-offline::before,
.avatar-xxl.avatar-online::before {
	border-width: 4px;
}

.avatar-group {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.avatar-group .avatar+.avatar {
	margin-left: -.75rem;
}

.avatar-group .avatar-xs+.avatar-xs {
	margin-left: -.40625rem;
}

.avatar-group .avatar-sm+.avatar-sm {
	margin-left: -.625rem;
}

.avatar-group .avatar-lg+.avatar-lg {
	margin-left: -1rem;
}

.avatar-group .avatar-xl+.avatar-xl {
	margin-left: -1.28125rem;
}

.avatar-group .avatar:hover {
	z-index: 1;
}


/*----------------------
	4. Table
-----------------------*/

.table {
	color: #272b41;
	max-width: 100%;
	margin-bottom: 0;
	width: 100%;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
	background-color: #f8f9fa;
}

.table.no-border>tbody>tr>td,
.table>tbody>tr>th,
.table.no-border>tfoot>tr>td,
.table.no-border>tfoot>tr>th,
.table.no-border>thead>tr>td,
.table.no-border>thead>tr>th {
	border-top: 0;
	padding: 10px 8px;
}

.table-nowrap td,
.table-nowrap th {
	white-space: nowrap
}

.table.dataTable {
	border-collapse: collapse !important;
}

table.table td h2 {
	display: inline-block;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

table.table td h2.table-avatar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: inherit;
	font-weight: 400;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	white-space: nowrap;
}

table.table td h2 a {
	color: #272b41;
}

table.table td h2 a:hover {
	color: #F7901E;
}

table.table td h2 span {
	color: #888;
	display: block;
	font-size: 12px;
	margin-top: 3px;
}

.table thead {
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.table thead tr th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table tbody tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table tbody tr:last-child {
	border-color: transparent;
}

.table.table-center td,
.table.table-center th {
	vertical-align: middle;
}

.table-hover tbody tr:hover {
	background-color: #f7f7f7;
}

.table-hover tbody tr:hover td {
	color: #474648;
}

.table-striped thead tr {
	border-color: transparent;
}

.table-striped tbody tr {
	border-color: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
	background-color: rgba(255, 255, 255, 0.3);
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(235, 235, 235, 0.4);
}

.table-bordered {
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.table-bordered th,
.table-bordered td {
	border-color: rgba(0, 0, 0, 0.05);
}

.card-table .card-body {
	padding: 0;
}

.card-table .card-body .table>thead>tr>th {
	border-top: 0;
}

.card-table .table tr td:first-child,
.card-table .table tr th:first-child {
	padding-left: 1.5rem;
}

.card-table .table tr td:last-child,
.card-table .table tr th:last-child {
	padding-right: 1.5rem;
}

.card-table .table td,
.card-table .table th {
	border-top: 1px solid #e2e5e8;
	padding: 1rem 0.75rem;
	white-space: nowrap;
}


/*-----------------
	5. Bootstrap Classes
-----------------------*/

.btn.focus,
.btn:focus {
	box-shadow: unset;
}

.btn-white {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #272b41;
}

.btn.btn-rounded {
	border-radius: 50px;
}


.bg-success,
.badge-success {
	background-color: #00e65b !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
	background-color: #00cc52 !important;
}

.bg-info,
.badge-info {
	background-color: #F7901E !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #028ee1 !important;
}

.bg-warning,
.badge-warning {
	background-color: #ffbc34 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
	background-color: #e9ab2e !important;
}

.bg-danger,
.badge-danger {
	background-color: #ff0100 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
	background-color: #e63333 !important;
}

.bg-white {
	background-color: #fff;
}

.bg-purple,
.badge-purple {
	background-color: #9368e9 !important;
}


.text-success,
.dropdown-menu>li>a.text-success {
	color: #00cc52 !important;
}

.text-danger,
.dropdown-menu>li>a.text-danger {
	color: #ff0100 !important;
}

.text-info,
.dropdown-menu>li>a.text-info {
	color: #F7901E !important;
}

.text-warning,
.dropdown-menu>li>a.text-warning {
	color: #ffbc34 !important;
}

.text-purple,
.dropdown-menu>li>a.text-purple {
	color: #7460ee !important;
}

.text-muted {
	color: #757575 !important;
}

.text-black {
	color: #303538;
}

.file-btn {
	padding: 8px 20px;
	font-weight: 500;
	border-radius: 30px;
	color: #ffffff;
	font-size: 12px;
}


.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: unset;
}



.btn-secondary {
	background-color: #ECEDEF;
	border-color: #ECEDEF;
}

.btn-secondary:hover {
	background-color: #d1d4d8;
	border-color: #d1d4d8;
}

.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-success {
	background-color: #00e65b;
	border: 1px solid #00e65b
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
	background-color: #00cc52;
	border: 1px solid #00cc52;
	color: #fff;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
	background-color: #00cc52;
	border: 1px solid #00cc52
}

.btn-success.active:not(:disabled):not(.disabled),
.btn-success:active:not(:disabled):not(.disabled),
.show>.btn-success.dropdown-toggle {
	background-color: #00cc52;
	border-color: #00cc52;
	color: #fff;
}

.btn-success.active:focus:not(:disabled):not(.disabled),
.btn-success:active:focus:not(:disabled):not(.disabled),
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-success.disabled,
.btn-success:disabled {
	background-color: #00e65b;
	border-color: #00e65b;
	color: #fff;
}

.btn-info {
	background-color: #F7901E;
	border: 1px solid #F7901E
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
	background-color: #028ee1;
	border: 1px solid #028ee1
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
	background-color: #028ee1;
	border: 1px solid #028ee1
}

.btn-info.active:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled),
.show>.btn-info.dropdown-toggle {
	background-color: #028ee1;
	border-color: #028ee1;
	color: #fff;
}

.btn-info.active:focus:not(:disabled):not(.disabled),
.btn-info:active:focus:not(:disabled):not(.disabled),
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-info.disabled,
.btn-info:disabled {
	background-color: #F7901E;
	border-color: #F7901E;
	color: #fff;
}

.btn-warning {
	background-color: #ffbc34;
	border: 1px solid #ffbc34
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
	background-color: #e9ab2e;
	border: 1px solid #e9ab2e
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
	background-color: #e9ab2e;
	border: 1px solid #e9ab2e
}

.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:active:not(:disabled):not(.disabled),
.show>.btn-warning.dropdown-toggle {
	background-color: #e9ab2e;
	border-color: #e9ab2e;
	color: #fff;
}

.btn-warning.active:focus:not(:disabled):not(.disabled),
.btn-warning:active:focus:not(:disabled):not(.disabled),
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-warning.disabled,
.btn-warning:disabled {
	background-color: #ffbc34;
	border-color: #ffbc34;
	color: #fff;
}

.btn-danger {
	background-color: #ff0100;
	border: 1px solid #ff0100;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
	background-color: #e63333;
	border: 1px solid #e63333;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
	background-color: #e63333;
	border: 1px solid #e63333;
}

.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:active:not(:disabled):not(.disabled),
.show>.btn-danger.dropdown-toggle {
	background-color: #e63333;
	border-color: #e63333;
	color: #fff;
}

.btn-danger.active:focus:not(:disabled):not(.disabled),
.btn-danger:active:focus:not(:disabled):not(.disabled),
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-danger.disabled,
.btn-danger:disabled {
	background-color: #f62d51;
	border-color: #f62d51;
	color: #fff;
}

.btn-light.active:focus:not(:disabled):not(.disabled),
.btn-light:active:focus:not(:disabled):not(.disabled),
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-dark.active:focus:not(:disabled):not(.disabled),
.btn-dark:active:focus:not(:disabled):not(.disabled),
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: unset;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-success {
	color: #00e65b;
	border-color: #00e65b;
}

.btn-outline-success:hover {
	background-color: #00e65b;
	border-color: #00e65b;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: none;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #00e65b;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	background-color: #00e65b;
	border-color: #00e65b;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-info {
	color: #F7901E;
	border-color: #F7901E;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #F7901E;
	border-color: #F7901E;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: none;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	background-color: transparent;
	color: #F7901E;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	background-color: #F7901E;
	border-color: #F7901E;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-warning {
	color: #ffbc34;
	border-color: #ffbc34;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffbc34;
	border-color: #ffbc34;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: none;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	background-color: transparent;
	color: #ffbc34;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffbc34;
	border-color: #ffbc34;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-danger {
	color: #ff0100;
	border-color: #ff0100;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #ff0100;
	border-color: #ff0100;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: none;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	background-color: transparent;
	color: #ff0100;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
	background-color: #ff0100;
	border-color: #ff0100;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-light {
	color: #ababab;
	border-color: #e6e6e6;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #ababab;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #F7901E;
	border-color: #F7901E;
}

.pagination>li>a,
.pagination>li>span {
	color: #F7901E;
}

.page-link:hover {
	color: #F7901E;
}

.page-link:focus {
	box-shadow: unset;
}

.page-item.active .page-link {
	background-color: #F7901E;
	border-color: #F7901E;
}

.dropdown-menu {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	box-shadow: inherit;
	font-size: 14px;
	transform-origin: left top 0;
}

.dropdown-item {
	font-weight: 500;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #D0499A;
}

.navbar-nav .open .dropdown-menu {
	border: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.card {
	box-shadow: 0px 2px 8px rgb(183 183 183 / 25%);
	margin-bottom: 1.875rem;
	border-radius: 15px;
	border: 1px solid #ECEDEF;
}

.card-body {
	padding: 1.5rem;
}

.card-title {
	margin-bottom: 15px;
}

.card-header {
	border-bottom: 1px solid #f0f0f0;
	padding: 1rem 1.5rem;
}

.card-footer {
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	padding: 1rem 1.5rem;
}

.card .card-header {
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
}

.card .card-header .card-title {
	margin-bottom: 0;
}

.btn-light {
	border-color: #e6e6e6;
	color: #a6a6a6;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #F7901E;
	text-shadow: unset;
}

.bootstrap-datetimepicker-widget table td.today::before {
	border-bottom-color: #F7901E;
}

.bg-info-light {
	background-color: rgba(2, 182, 179, 0.12) !important;
	color: #1db9aa !important;
}

.bg-primary-light {
	background-color: rgba(17, 148, 247, 0.12) !important;
	color: #2196f3 !important;
}

.bg-danger-light {
	background-color: rgba(242, 17, 54, 0.12) !important;
	color: #e63c3c !important;
}

.bg-warning-light {
	background-color: rgba(255, 152, 0, 0.12) !important;
	color: #f39c12 !important;
}

.bg-success-light {
	background-color: rgba(15, 183, 107, 0.12) !important;
	color: #26af48 !important;
}

.bg-purple-light {
	background-color: rgba(197, 128, 255, 0.12) !important;
	color: #c580ff !important;
}

.bg-default-light {
	background-color: rgba(40, 52, 71, 0.12) !important;
	color: #283447 !important;
}

.text-xs {
	font-size: .75rem !important;
}

.text-sm {
	font-size: .875rem !important;
}

.text-lg {
	font-size: 1.25rem !important;
}

.text-xl {
	font-size: 1.5rem !important;
}

.form-control:focus {
	border-color: #bbb;
	box-shadow: none;
	outline: 0 none;
}

.form-group {
	margin-bottom: 1.25rem;
}

.custom-radio-button {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.custom-radio-button input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.custom-radio-button .checkmark {
	position: absolute;
	top: 0px;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: transparent;
	border-radius: 16px;
}

.custom-radio-button :hover input~.checkmark {
	background-color: #ccc;
}

.custom-radio-button input:checked~.checkmark {
	border: 1px solid #3DD9BD;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.custom-radio-button input:checked~.checkmark:after {
	display: block;
}

.custom-radio-button .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.col-22 {
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
}


/*-----------------
    6. Header
-----------------------*/

.header {
	background: #fff;
	width: 100%;
	z-index: 1041;
}

.min-header {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.header .header-container-bottom {
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
}

.header .header-container-bottom.sticky {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	-webkit-box-shadow: 0 8px 6px -6px rgb(0 0 0 / 40%);
	box-shadow: 0 8px 6px -6px rgb(0 0 0 / 40%);
	z-index: 10;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
	z-index: 999;
}

.logo img {
	height: auto;
	max-width: 100%;
}

.logo a {
	float: left;
}

.logo a img {
	float: left;
	max-height: 32px;
}

.header-container-bottom {
	background-color: #FFF;
}

.header-container-bottom:after {
	content: "";
	display: table;
	clear: both;
}

.header-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	position: relative;
	height: 80px;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	z-index: inherit;
}

.navbar-header {
	margin-right: 10px;
}

.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}



.main-nav > li .submenu li a {
	display: block;
	padding: 10px 15px;
	clear: both;
	white-space: nowrap;
	font-size: 13px;
	font-weight: 600;
	color: #000;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	width: 100%;
	text-transform: capitalize;
}
.header-bottom .main-nav > li .submenu li a {
	font-size: 14px;
}

.main-nav > li .submenu > li.has-submenu>a::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 13px;
}

.main-nav>li .submenu li {
	position: relative;
}

.main-nav li a {
	display: block;
	font-size: 14px;
	font-weight: 600;
}
.header-bottom .main-nav li a {
	font-size: 15px;
}
.main-nav li.login-link {
	display: none;
}

.main-nav>li {
	position: relative;
}

.main-nav>li>a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.logo {
	display: inline-block;
	margin-right: 20px;
	width: 200px;
}

.header-container-top .search-form {
	width: 50%;
}

.header-navbar-rht {
	margin: 0;
	margin-left: auto;
	padding: 0;
}

.dropdown-menu {
	padding: 0;
}

.dropdown-menu-right .dropdown-item:last-child {
	border: 0;
}

.dropdown-menu-right .dropdown-item {
	padding: 8px 10px;
	border-bottom: 1px solid #DBDBDB;
	font-size: 13px;
}

.dropdown-menu-right .dropdown-item:hover {
	background: #D3E3FC;
}

.header-navbar-rht li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-right: 20px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	position: relative;
}

.header-navbar-rht li:last-child {
	padding-right: 0px;
}

.header-navbar-rht li .dropdown-menu {
	border: 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.header-navbar-rht .dropdown-toggle::after {
	display: none;
}

.header-navbar-rht li .dropdown-menu::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 30px;
	border: 7px solid #fff;
	border-color: transparent transparent #ffffff #ffffff;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
}

.header-navbar-rht li .dropdown-menu .dropdown-item {
	border-top: 1px solid #f0f0f0;
	padding: 10px 15px;
}

.header-navbar-rht li .dropdown-menu .dropdown-item img {
	margin-right: 5px;
}

.header-navbar-rht li .dropdown-menu .dropdown-item:first-child {
	border-top: 0;
	border-radius: 5px 5px 0 0;
}

.header-navbar-rht li .dropdown-menu .dropdown-item:last-child {
	border-radius: 0 0 5px 5px;
}

.header-navbar-rht li a.header-login:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.header-navbar-rht li .dropdown-menu a:hover {
	color: #dd2476;
	letter-spacing: 0.5px;
	padding-left: 20px;
	background-color: #fff;
}

.header-navbar-rht li a.header-login {
	background: linear-gradient(to right, #dd2476, #3949ab);
	border-radius: 4px;
	padding: 10px 20px !important;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

.header .has-arrow .dropdown-toggle:after {
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	content: '';
	height: 8px;
	display: inline-block;
	pointer-events: none;
	-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: 8px;
	vertical-align: 2px;
	margin-left: 10px;
}

.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.user-menu {
	float: right;
	margin: 0;
	position: relative;
	z-index: 99;
}

.user-menu.nav>li>a {
	color: #fff;
	font-size: 14px;
	line-height: 58px;
	padding: 0 15px;
	height: 60px;
}

.user-menu.nav>li>a:hover,
.user-menu.nav>li>a:focus {
	background-color: rgba(0, 0, 0, 0.2);
}

.user-menu.nav>li>a:hover i,
.user-menu.nav>li>a:focus i {
	color: #fff;
}

.user-img {
	display: inline-block;
	position: relative;
}

.user-img>img {
	height: 31px;
	object-fit: cover;
	width: 31px;
}

.user-menu.nav>li>a.mobile_btn {
	border: 0;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer
}

.header-navbar-rht .dropdown-menu {
	min-width: 200px;
	padding: 0;
}

.header-navbar-rht .dropdown-menu .dropdown-item {
	padding: 7px 15px;
}

.header-navbar-rht .dropdown-menu .dropdown-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #e3e3e3;
	padding: 10px 15px;
}

.header-navbar-rht .dropdown-menu .dropdown-item:hover {
	color: #dd2476;
}

.user-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 15px;
}

.user-header .user-text {
	margin-left: 10px;
}

.user-header .user-text h6 {
	font-size: 15px;
	margin-bottom: 2px;
}

.header-navbar-rht .logged-item .nav-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	line-height: 40px;
	padding: 0 10px;
}

.main-nav>li .mega_menu {
	position: absolute;
	min-width: 100%;
	padding: 25px 30px 30px 30px;
	background: #fff;
	box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	left: 0;
	right: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: 99;
	top: 100%;
	text-align: left;
	border-radius: 5px;
}

.mega_menu_inner {
	display: flex;
	justify-content: space-between;
}

.mega_menu_inner>li>a {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-bottom: 8px;
}

.mega_menu_inner>li ul li {
	display: block;
}

.mega_menu_inner>li ul li a {
	font-weight: 400;
	display: block;
	text-transform: capitalize;
}

.categories_menu {
	position: relative;
}

.categories_title {
	position: relative;
}

.categories_title h2 {
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 0;
	display: inline-block;
	font-family: "Lato", sans-serif;
}

.categories_menu_toggle {
	padding: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	position: absolute;
	width: 180px;
	top: 100%;
	z-index: 9;
	display: none;
	margin-top: 0px;
	border-radius: 5px;
}

.categories_menu_toggle>ul>li {
	position: relative;
}

.categories_menu_toggle>ul>li>a {
	font-size: 13px;
	color: #333;
	line-height: 36px;
	text-transform: capitalize;
	font-weight: 400;
	display: block;
	cursor: pointer;
	padding: 0 15px;
}

.categories_menu_toggle>ul>li>a i.fa-angle-right {
	float: right;
	font-size: 15px;
	line-height: 35px;
	transition: .3s;
	-webkit-transition: .3s;
}

.categories_menu_toggle>ul>li ul.categories_mega_menu {
	position: absolute;
	left: 120%;
	width: 700px;
	-webkit-box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
	background: #fff;
	padding: 20px 20px 16px;
	overflow: hidden;
	top: 0;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	border-radius: 5px;
}

.categories_menu_toggle>ul>li ul.categories_mega_menu.open {
	display: block;
	left: 0;
}

.categories_menu_toggle>ul>li ul.categories_mega_menu>li {
	padding: 0 15px;
	width: 25%;
	float: left;
}

.categories_menu_toggle>ul>li ul.categories_mega_menu>li>a {
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}

.categories_menu_toggle>ul>li ul.categories_mega_menu>li>a:hover {
	color: #f89520;
}

.categories_menu_toggle>ul>li:hover ul.categories_mega_menu {
	opacity: 1;
	visibility: visible;
	left: 100%;
}

.categorie_sub_menu li a {
	color: #333;
	text-transform: capitalize;
	display: block;
	font-size: 13px;
	font-weight: 400;
	line-height: 36px;
}

.categorie_sub_menu li a:hover {
	color: #f89520;
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_3 {
	width: 550px;
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_3>li {
	width: 33.33%;
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_2 {
	width: 400px;
}

.categories_menu_toggle ul li ul.categories_mega_menu.column_2>li {
	width: 50%;
}

.categorie_sub {
	opacity: 0;
	z-index: 999;
	position: absolute;
	width: 101%;
	left: -1px;
	border: 1px solid #ddd;
	background: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	top: 65%;
	visibility: hidden;
}

.categorie_sub.open {
	top: 95%;
	opacity: 1;
	visibility: visible;
}


.categories_menu_toggle ul li.has-sub>a::before {
	position: absolute;
	content: "\f055";
	font-family: FontAwesome;
	top: 0;
	right: 20px;
	font-size: 18px;
	pointer-events: none;
}

.categories_menu_toggle ul li.has-sub>a.open::before {
	content: "\f056";
}

.categories_menu_toggle ul li.has-sub ul.categorie_sub li a {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 16px;
	padding-left: 15px;
	display: block;
	color: #333;
}

.categories_menu_toggle ul li.has-sub ul.categorie_sub li a:hover {
	background: #F0F0F0;
	font-weight: 700;
}

.categories_menu_toggle ul li.has-sub {
	padding-bottom: 10px;
}

.categories_menu_toggle ul li ul.categories_mega_menu>li:first-child {
	padding-left: 0;
}

.categories_menu_toggle ul li ul.categories_mega_menu>li:last-child {
	padding-right: 0;
}

.categorie_banner {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 500px;
}

.categorie_banner a img:hover {
	opacity: 0.8;
}

.header-top {
	background-color: #A32CC4;
}

.header-top:after {
	content: "";
	display: table;
	clear: both;
}

.inner-header-top {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.signup-col {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.signup-col li {
	float: left;
	color: #585F6D;
	font-weight: 500;
	margin-right: 15px;
	font-size: 14px;
}

.signup-col li:last-child {
	margin-right: 0;
}

.cart {
	position: relative;
	color: #6E006E;
	font-size: 12px;
}

.cart i {
	font-size: 20px;
	color: #484848;
}

.cart-bag {
	position: relative;
}

.cart-bag::before {
	background-color: #3AC6F4;
	position: absolute;
	right: 0px;
	top: 0;
	width: 30%;
	height: 30%;
	border-radius: 50%;
	content: '';
	border: 1px solid #ffffff;
}

.cart .notification {
	position: absolute;
	right: -3px;
	top: -7px;
	width: 18px;
	height: 18px;
	background-color: #FF5B37;
	border-radius: 50px;
	font-size: 12px;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.app-list li a {
	font-size: 12px;
	color: #FFFFFF;
}

.cart-display-none {
	opacity: 0;
}

.pro-text {
	font-size: 16px;
	font-weight: 500;
}

.pro-price {
	font-size: 20px;
	font-weight: 600;
}

.cart-indicator {
	position: absolute;
	bottom: 5px;
	right: 13px;
	background-color: #f89520;
	border-radius: 20px;
	font-size: 10px;
	width: 16px;
	height: 16px;
	padding: 3px;
}

.cart-indicator:hover {
	cursor: pointer;
}

.cate-menu-expand:hover {
	cursor: pointer;
}

.category-menu-list {
	display: none;
}

.category-menu-list {
	width: 350px;
	position: absolute;
	z-index: 99;
	padding: 0px;
}

.category-menu-list ul {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	width: 100%;
	padding: 15px 30px;
}

.category-menu-list ul li {
	padding: 10px 0px;
}

.category-menu-list ul li a {
	color: #000;
	font-size: 20px;
}

.category-menu-list ul li a:hover {
	color: #f89520;
}

.header-bottom {
	color: #262626;
	height: 61px;
	-ms-flex-item-align: center;
	align-self: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.header__navbar-departments {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin-right: 20px;
	position: relative;
}

.btn-signup i {
	font-weight: 600;
}

.user-circle img {
	margin: 0 auto;
}

.user-nav .nav-link .circle-user i {
	color: #FFFFFF;
	font-weight: 600;
}

.circle-user {
	position: relative;
}

.circle-user .notification {
	position: absolute;
	right: -3px;
	top: -3px;
	width: 16px;
	height: 16px;
	background-color: #FFFFFF;
	border-radius: 50px;
	font-size: 8px;
	color: #000;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.nav-title {
	color: #818181;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 2px;
	text-align: left;
}

.header-navbar-rht li .nav-link:hover {
	background: #f2f2f2;
}

.dropdown-item:focus,
.dropdown-item:hover {
	background-color: transparent;
}

.cart-dropdown {
	padding: 25px;
}

.cart-dropdown ul li {
	display: flex;
	margin-bottom: 15px;
	padding: 0;
	float: none;
}

.cart-dropdown .cart-img {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 70px;
	-ms-flex: 0 0 70px;
	flex: 0 0 70px;
	margin-right: 20px;
}

.cart-dropdown .cart-img img {
	width: 70px;
	height: 70px;
}

.cart-dropdown .cart-title {
	margin-right: 20px;
}

.cart-dropdown .cart-title h4 {
	font-size: 15px;
	font-weight: 500;
}



.cart-dropdown ul li .cart-title h3 span {
	color: #303538;
}

.cart-dropdown ul li .cart-delete {
	display: flex;
	flex-grow: 100;
	justify-content: flex-end;
}

.cart-dropdown .cart-footer {
	border-top: 2px solid #f3f3f3;
}

.cart-dropdown .cart-footer .cart-total {
	padding: 15px 0;
}

.cart-dropdown .cart-footer .cart-buttons {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}



.cart-buttons a {
	font-size: 15px;
	font-weight: 500;
	padding: 7px 15px;
}


/*-----------------
	7. Mobile Menu
-----------------------*/

.main-menu-wrapper {
	margin-left: auto;
}
.sidebar-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}

.menu-opened .main-menu-wrapper {
	transform: translateX(0);
}

.menu-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	height: 60px;
	padding: 0 20px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	border-bottom: 1px solid #f0f0f0;
	display: none;
}

.menu-logo img {
	height: 30px;
}

.menu-close {
	font-size: 18px;
}

.bar-icon {
	display: inline-block;
	width: 31px;
}

.bar-icon span {
	background-color: #4d4d4d;
	display: block;
	float: left;
	height: 3px;
	margin-bottom: 7px;
	width: 31px;
	border-radius: 2px;
}

.bar-icon span:nth-child(2) {
	width: 16px;
}

.bar-icon span:nth-child(3) {
	margin-bottom: 0;
}

#mobile_btn {
	display: none;
	margin-right: 30px;
}

html.menu-opened body {
	overflow: hidden;
}

.navbar-brand.logo-small {
	display: none;
}

.navbar-brand.logo-small img {
	max-height: 40px;
	width: auto;
}


/*-----------------
	8. Select2
-----------------------*/

.select2-results__option {
	padding: 6px 15px;
}

.select2-container .select2-selection--single {
	border: 1px solid #77a6f6;
	height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
	right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #77a6f6 transparent transparent;
	border-style: solid;
	border-width: 6px 6px 0;
	height: 0;
	left: 50%;
	margin-left: -10px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #77a6f6;
	border-width: 0 6px 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 30px;
	padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #272b41;
	font-size: 15px;
	font-weight: normal;
	line-height: 44px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #77a6f6;
}

.select2-container--default .select2-selection--multiple {
	border: 1px solid #dcdcdc;
	min-height: 46px;
}

.select2-dropdown {
	border-color: #dcdcdc;
}


/*-----------------
	9. Home
-----------------------*/

.main-wrapper {
	padding: 0 0 0;
}

.section-banner {
	
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 85px 0;
	position: relative;
}

.banner-header h1 {
	color: #000;
	font-weight: 500;
	font-size: 31px;
}

.banner-header h1.text-bold {
	font-weight: 700;
	margin-bottom: 55px;
}

.banner-header .search-form .search-box {
	border: 1px solid #77A6F6;
}

.search-form .search-box {
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	border-radius: 30px;
}

.search-form .search-input {
	border: 1px solid transparent;
	border-radius: 30px;
	font-size: 15px;
	height: 50px;
	color: #000000;
	background: #FFFFFF;
}

.search-form .search-btn {
	padding: 4px;
	z-index:0 !important;
}





.section-arrivals {
	padding: 60px 0 100px 0;
	;
}

.section-header {
	margin-bottom: 50px;
}

.section-header h2 {
	font-size: 31px;
	font-weight: 600;
	margin-bottom: 0;
	display: inline-block;
}

.view-right {
	text-align: right;
}



.arrival-item {
	position: relative;
	border-radius: 12px;
}

.arrival-item img {
	border-radius: 15px 15px 0 0;
}

.arrival-content {
	background: #D3E3FC;
	text-align: center;
	padding: 10px;
	border-radius: 0 0 15px 15px;
}

.arrival-content h4 {
	font-weight: 600;
}



.arrival-slider .slick-slide {
	width: 230px;
	padding: 0 20px;
}

.arrival-slider,
.product-slider,
.selection-slider {
	padding-bottom: 50px;
}

.arrival-slider {
	margin: 0 -20px;
}

.unique-item {
	position: relative;
	border-radius: 12px;
	border: 1px solid #DBDBDB;
	margin-bottom: 20px;
}



.unique-img .favorite i {
	font-weight: 600;
}

.unique-item:hover .unique-img {
	background: rgba(0 0 0 / 60%);
}

.unique-item:hover .favorite {
	opacity: 1;
	z-index: 9;
}

.unique-img:hover::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	z-index: 2;
}

.unique-img {
	position: relative;
	border-radius: 10px;
}

.unique-item img {
	border-radius: 15px 15px 0 0;
}

.unique-content {
	padding: 15px;
	border-radius: 0 0 15px 15px;
}

.unique-content h4 {
	font-weight: 600;
	margin-bottom: 0;
}



.nav-tabs {
	border-bottom: 0;
}

.nav-tabs.nav-tabs-solid>li {
	margin: 0 5px 5px;
	display: grid;
}



.nav-tabs.nav-tabs-solid>li>a {
	border-color: transparent;
	background-color: #ECEDEF;
	color: #303538;
	font-weight: 600;
}

.tab-content {
	margin-top: 30px;
}

.prod-widget {
	background: #fff;
	border: 1px solid #DBDBDB;
	border-radius: 5px;
	height: 100%;
}



.prod-img {
	position: relative;
	width: 100%;
}

.prod-img a {
	display: block;
	overflow: hidden;
}

.prod-img-tag {
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
	width: 100%;
}

.prod-widget:hover .prod-img-tag {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.popup-product {
	border-radius: 1.5rem 0 0 1.5rem;
}

.prod-wl {
	top: 8px;
}

.prod-view-btn {
	top: 50px;
}



.prod-wl i {
	font-weight: 700;
}

.prod-cart {
	position: absolute;
	background: #A32CC4;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 50%;
	right: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: translate(-10%, -50%);
}

.prod-widget:hover .prod-view-btn,
.prod-widget:hover .prod-wl {
	opacity: 1;
}

/*.prod-widget:hover .title a,
.prod-widget:hover .prod-brand,
.prod-widget:hover h5,
.prod-widget:hover .prod-price-fig,
.prod-widget:hover .prod-price-strike,
.prod-widget:hover .prod-price-discount,
.prod-widget:hover .rating-count,
.prod-widget:hover .rating i {
	color: #FFFFFF;
}*/

.prod-content {
	padding: 15px;
}

.prod-content .title {
	margin-bottom: 10px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prod-content .rating i {
	color: #000;
	font-size: 14px;
}

.prod-content .rating i.filled,.star-rating i.filled{
	color: #FFA51D;
}



.prod-content .prod-brand img {
	float: left;
}

.rating-count {
	font-size: 10px;
	color: #303538;
}



.prod-price-strike {
	color: #2F6C00;
	font-size: 10px;
	text-decoration: line-through;
}

.prod-price-discount {
	color: #2F6C00;
	font-size: 10px;
}

.product-label {
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	border-radius: 15px;
	max-width: 110px;
	position: absolute;
	top: 12px;
	right: 20px;
	padding: 7px 14px;
}

.label-green {
	background: #D4E9D7;
	color: #2F6C00;
}

.label-pink {
	background: #FFEEEE;
	color: #303538;
}

.prod-btn-container {
	margin: 20px 0 0;
}

.prod-addcart-icon {
	margin: 0 5px 0 0;
	width: 33px;
	height: 33px;
	display: inline-block;
	vertical-align: middle;
	background: #24AEB1;
	border-radius: 50%;
}

.product-slider .slick-track {
	display: flex !important;
}

.product-slider .slick-slide {
	width: 230px;
	padding: 0 5px;
	height: inherit !important;
}

.product-slider .slick-slide>div {
	height: 100%;
}


.section-selection {
	padding: 60px 0 100px 0;
}

.selection-slider .slick-slide {
	width: 230px;
	padding: 0 20px;
}

.section-unique {
	padding: 60px 0 40px;
}

.section-gig {
	padding: 60px 0;
	background: #D3E3FC;
	border-radius: 0 100px 0 0;
}

.gig-item {
	padding: 25px;
	text-align: center;
	border-radius: 10px;
}

.gig-item h2 {
	font-size: 27px;
	color: #FFFFFF;
	margin-bottom: 22px;
}

.gig-item p {
	font-size: 18px;
	color: #FFFFFF;
}

.bg-blue {
	background: #77A6F6;
}

.gig-item.bg-white h2,
.gig-item.bg-white p {
	color: #303538;
}



.question-sec {
	margin-top: 40px;
	text-align: center;
}

.question-sec .view-all-link {
	text-align: center;
	float: none;
}

.question-sec h2 {
	margin-bottom: 30px;
}

.white-bg {
	background: #FFFFFF;
}


/*-----------------
	10. Footer
-----------------------*/

.footer-top {
	padding: 60px 0;
}

.footer-logo {
	margin-bottom: 20px;
	
}
.footer-logo img
{
max-width:180px;
}
.footer-about-content p {
	font-size: 16px;
	color: #303538;
}

.footer-title {
	font-size: 20px;
	font-weight: bold;
	color: #303538;
	margin-bottom: 30px;
}

.footer-menu li {
	margin: 0 0 10px;
}

.footer-menu li:last-child {
	margin: 0;
}

.footer-menu li a {
	font-size: 16px;
	font-weight: 500;
	color: #303538;
	position: relative;
	transition: all 0.4s ease 0s;
	padding-left: 20px;
}



.footer-contact-info li {
	margin: 0 0 15px;
}

.social-icon li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.social-icon {
	display: flex;
	flex-direction: column;
	padding-top: 20px;
}


.language-links li {
	display: inline-flex;
	padding-right: 15px;
	position: relative;
}

.language-links li:after {
	content: "|";
	color: #FFFFFF;
	font-weight: 500;
	right: 0;
	margin-right: 5px;
	position: absolute;
	top: 0;
}

.language-links li:last-child:after {
	content: "";
}

.term-links {
	text-align: right;
}

.term-links li {
	display: inline-flex;
	padding-right: 15px;
}

.term-links li a,
.language-links li a {
	color: #FFFFFF;
	font-size: 15px;
}

.copyright-text p {
	color: #FFFFFF;
	font-size: 15px;
	text-align: right;
}


/*-----------------
	11. Profile Settings
-----------------------*/

.page-content {
	padding: 50px 0;
}

.profile-menu {
	background: #ECF4FF;
	padding: 20px;
	margin-bottom: 20px;
}

.profile-links li a {
	font-weight: 600;
	font-size: 15px;
	padding: 12px;
	display: block;
}


.currency-list li {
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 13px;
}

.card-box.card {
	background: #FEFEFE;
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	box-shadow: none;
}

.card-box.card .card-header {
	background: #F1F2F3;
	border: 1px solid #DBDBDB;
	border-radius: 10px 10px 0px 0px;
}

.card-header {
	font-weight: 600;
	font-size: 15px;
}

.small-title {
	font-weight: 500;
	font-size: 10px;
}

.abt-sec {
	margin-bottom: 25px;
}

.abt-sec h4 {
	font-weight: 500;
	font-size: 15px;
}

.g-pinterest {
	border-radius: 50%;
	background: #EE1B22;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	display: inline-block;
	color: #FFFFFF;
}

.g-linked {
	border-radius: 50%;
	background: #0A66C2;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	display: inline-block;
	color: #FFFFFF;
}

.g-icon {
	border-radius: 50%;
	background: #F44336;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	display: inline-block;
	color: #FFFFFF;
}

.fb-icon {
	border-radius: 50%;
	background: #3B5998;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	display: inline-block;
	color: #FFFFFF;
}

.twt-icon {
	border-radius: 50%;
	background: #26A6D1;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	display: inline-block;
	color: #FFFFFF;
}


.con-account li {
	font-size: 12px;
	padding: 20px 5px;
}

.pass-btn {
	padding: 12px 25px;
	font-weight: bold;
	border-radius: 0;
}

.card-title {
	font-weight: 600;
	font-size: 15px;
}

.custom_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.custom_check {
	color: #333;
	display: inline-block;
	position: relative;
	font-size: 14px;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}



.custom_check input:checked~.checkmark {
	background-color: #fff;
}

.custom_check .checkmark::after {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	display: none;
	left: 4px;
	top: 0;
	color: #115241;
	font-size: 11px;
}

.custom_check input:checked~.checkmark:after {
	display: block
}

.custom-control-label::before {
	background-color: #d3e3fc;
	border: #4f90fe solid 1px;
}


.change-photo-btn input.upload {
	bottom: 0;
	cursor: pointer;
	filter: alpha(opacity=0);
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 220px;
}

.b-0 {
	border: 0;
}



.acc-list {
	margin-bottom: 10px;
}

.acc-list li {
	font-size: 12px;
	position: relative;
	padding-left: 17px;
	padding-bottom: 5px;
}



.close-acc h5 {
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 1.5;
}

.close-acc p {
	font-size: 12px;
}

.cookie-box {
	background: #F1F2F3;
	border-radius: 10px;
	border: 1px solid #DBDBDB;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}

.cookie-box h5 {
	margin-bottom: 0;
}

.auth-list li {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
}

.set-content h5 {
	font-size: 15px;
	font-weight: 600;
}

.set-content p {
	font-size: 13px;
	margin-bottom: 0;
}

.set-icon i {
	padding-left: 5px;
}

.br-30 {
	border-radius: 30px;
}

.d-block {
	display: block;
}

.addr-sec {
	padding-bottom: 90px;
}

.addr-sec h5 {
	font-size: 15px;
	font-weight: 700;
}

.addr-sec p {
	font-weight: 500;
	margin-bottom: 5px;
}

.button-item {
	position: absolute;
	bottom: 15px;
}

.sub-box {
	display: flex;
	justify-content: space-between;
}

.sub-box label {
	width: 25%;
}

.sub-box p {
	width: 75%;
}

.nopurchase-item {
	text-align: center;
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 50px;
}

.nopurchase-item img {
	margin: 50px 0;
}

.pur-box {
	background: #FFFFFF;
	border: 1px solid #ECF2FF;
	padding: 20px;
	margin-bottom: 15px;
}

.pur-item {
	text-align: center;
}

.pur-item img {
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	margin-bottom: 18px;
}

.pro-form .form-group:not(:last-child) {
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 20px;
}

.pro-form .form-group .col-form-label {
	text-align: right;
	font-weight: 600;
}

.abt-prototype {
	background: #ECF4FF;
	border: 1px solid #F1F2F3;
	border-radius: 10px;
}

.abt-prototype p {
	font-size: 14px;
}

.proto-item {
	border: 1px solid #DBDBDB;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.proto-details {
	padding: 15px 0;
}

.proto-details p {
	font-size: 13px;
	margin-bottom: 0;
}

.purchase-box {
	background: #FFFFFF;
	border: 1px solid #ECF2FF;
	margin-bottom: 20px;
}



.purchase-header ul {
	display: flex;
	justify-content: space-between;
}

.purchase-header ul li,
.purchase-header li h5 {
	color: #FFFFFF;
}

.purchase-header ul li span {
	font-weight: 600;
	border-bottom: 1px solid #fff;
}

.purchase-content h4 {
	font-size: 15px;
	font-weight: bold;
}

.purchase-content h5 {
	font-size: 12px;
	font-weight: 500;
}

.pur-img {
	display: flex;
	flex-wrap: wrap;
}

.pur-img img {
	padding-right: 25px;
}

.pur-img,
.pur-note,
.pur-download {
	padding: 15px;
}

.pur-img,
.pur-note {
	border-bottom: 1px solid #ECF2FF;
}

.pur-download .btn {
	margin-bottom: 15px;
	font-size: 13px;
}

.pur-note p {
	font-weight: 500;
}

.prof-box h5 {
	font-weight: 600;
}


/*-----------------
	12. Blog
-----------------------*/

.living-sec {
	margin-bottom: 35px;
}

.shop-guide {
	width: 80%;
	padding: 50px;
}



.shop-guide h2 {
	font-weight: 500;
	font-size: 31px;
	margin-bottom: 30px;
}

.shop-guide p {
	font-size: 20px;
}



.bg-lightblue {
	background: #D3E3FC !important;
}

.read-btn {
	font-weight: bold;
	font-size: 12px;
	padding: 12px 80px;
	border-radius: 30px;
}


.grid-detail {
	padding: 15px;
}



.guide-sec {
	padding: 0 15px;
	margin-bottom: 35px;
}

.guide-detail {
	padding: 50px;
	background: #D3E3FC;
}

.bl {
	border: 1px solid #77A6F6;
	border-left: 0;
}

.blog-pagination .pagination {
	margin-bottom: 30px;
	align-items: center;
}

.blog-pagination .pagination li {
	margin-right: 10px;
}

.blog-pagination .pagination li.page-item a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	color: #2E3842;
	border: 1px solid #DBDBDB;
}



.blog-pagination .pagination li.first-page a {
	border-radius: 20px 0 20px 20px !important;
}

.blog-pagination .pagination li.last-page a {
	border-radius: 0 20px 20px 20px !important;
}

.blog-pagination .pagination li.no-page a {
	color: #000;
	font-weight: 500;
	font-size: 12px;
}

.blog-pagination .pagination li.page .form-group {
	margin-bottom: 0;
}

.blog-pagination .pagination li.page .form-control {
	border-radius: 6px;
	min-height: 39px;
}

.blog-detail {
	text-align: center;
}

.blog-detail h5 {
	margin-bottom: 25px;
}

.blog-detail h1 {
	font-size: 40px;
	margin-bottom: 25px;
}

.blog-detail img {
	margin: 35px 0;
}



.blog-content p {
	font-size: 17px;
	line-height: 1.6;
}

.blog-feed {
	background: #D3E3FC;
	padding: 50px;
	font-style: italic;
	margin: 30px 0 45px;
}

.blog-feed p {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 0;
}


.about-author-img {
	height: 150px;
	overflow: hidden;
	position: absolute;
	width: 150px;
}

.author-details {
	margin-left: 170px;
	width: 100%;
}

.about-author {
	min-height: 190px;
	display: flex;
	align-items: center;
	border: 1px solid #DBDBDB;
	border-left: 0;
	border-right: 0;
	padding: 20px 0;
	margin: 40px 0;
}

.br-10 {
	border-radius: 10px;
}

.com-btn {
	border-radius: 30px;
	padding: 8px 30px;
}

.blog-recommend {
	background: #F5F5F5;
	padding: 60px 0;
}

.blog-recommend h1 {
	text-align: center;
	margin-bottom: 30px;
}

.blog-comments {
	padding: 60px 0;
	position: relative;
}

.blog-comments .about-author {
	margin: 0;
	border-bottom: 1px solid #DBDBDB;
	border-width: 0 0 1px 0;
}

.blog-comments .author-details {
	margin-left: 200px;
}

.blog-comments .author-details h5 {
	margin-bottom: 15px;
}

.social-list {
	display: inline-flex;
}

.social-list li {
	margin-right: 20px;
}


/*-----------------
	13. Seller Handbook
-----------------------*/

.inner-banner {
	position: relative;
	padding: 60px 0;
}

.inner-banner h2 {
	font-weight: bold;
}

.inner-banner .search-form {
	width: 50%;
	margin: 0 auto;
}

.bg3 {
	
	background-size: cover;
	padding: 70px 0;
}

.apply-btn {
	padding: 7px 35px;
	font-weight: bold;
	border-radius: 30px;
}

.category-sec {
	background: #FFFFFF;
	padding: 60px 0;
}

.category-box {
	background: #FFFFFF;
	border: 1px solid #ECEDEF;
	display: flex;
	padding: 25px;
	margin-bottom: 15px;
}

.category-box .category-img {
	margin-right: 30px;
}

.category-box .category-detail h4 {
	font-weight: bold;
	font-size: 20px;
}

.category-box .category-detail .btn {
	font-weight: 600;
	font-size: 12px;
	padding: 8px 25px;
	border-radius: 30px;
}

.reward-sec {
	background: #FFFFFF;
	padding: 60px 0;
}

.reward-box {
	text-align: center;
	display: flex;
	flex-direction: column;
}

.reward-img {
	margin-bottom: -75px;
	z-index: 9;
}

.reward-detail {
	background: #FDFFFF;
	border: 1px solid #ECEDEF;
	padding: 100px 25px 25px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.reward-detail h2 {
	font-weight: bold;
	margin-bottom: 20px;
}

.reward-detail p {
	font-size: 17px;
}

.faq {
	padding: 0 15px 60px;
}

.faq h2 {
	font-weight: bold;
}

.faq-detail {
	padding: 30px;
}

.faq-detail h3 {
	margin-bottom: 15px;
}

.faq-detail p {
	font-size: 17px;
}

.faq-active {
	background: #ffffff;
}


/*-----------------
	14. About
-----------------------*/

.about-content {
	padding: 70px;
}

.about-content h1 {
	font-weight: 600;
	font-size: 50px;
	margin-bottom: 20px;
}

.about-content h2 {
	font-weight: 600;
	font-size: 35px;
	margin-bottom: 25px;
}

.about-content p {
	font-size: 20px;
}

.about-img {
	padding: 70px;
	margin: 0 auto;
}

.abt {
	display: flex;
	align-items: center;
}

.bg-grey {
	background: #ECEDEF;
	border: 1px solid #ECEDEF;
}


/*-----------------
	15. Login
-----------------------*/

.login-or {
	color: #000;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
}

.or-line {
	background-color: #707070;
	height: 1px;
	margin-bottom: 0;
	margin-top: 0;
	display: block;
}

.span-or {
	background-color: #fff;
	display: block;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	text-align: center;
	top: -3px;
	width: 42px;
}

.custom-modal .modal-header {
	border-bottom: 0;
}

.custom-modal .modal-title {
	font-weight: 600;
	margin-bottom: 10px;
}

.custom-modal .modal-subtitle {
	margin-bottom: 35px;
}

.custom-modal .modal-body {
	padding: 38px;
}

.close {
	opacity: 1;
}

.custom-modal .form-group {
	margin-bottom: 30px;
}

.custom-modal .member a {
	color: #77A6F6;
	border-bottom: 1px solid #707070;
	padding-bottom: 5px;
	font-weight: 600;
}

.custom-modal .search-box {
	border-color: #77A6F6;
	border-radius: 30px;
}

.custom-modal .form-control {
	border: 1px solid transparent;
	border-radius: 30px;
}

.custom-modal .submit-btn {
	height: 50px;
}

.custom-modal .btn {
	border-radius: 30px;
}

.custom-modal .btn-outline-primary {
	padding: 13px 10px;
	margin-bottom: 30px;
	color: #000;
	font-weight: 600;
}

.custom-modal .btn-outline-primary:hover {
	color: #FFFFFF;
}

.policy-text {
	border-bottom: 1px solid #707070;
	padding-bottom: 1rem;
}

.policy-text a {
	border-bottom: 1px solid #707070;
}



.modal.show {
	overflow-y: auto;
}


/*-----------------
	16. Shop Manager
-----------------------*/

.shop-title {
	text-align: center;
	margin-bottom: 40px;
}

.shop-title h3 {
	font-weight: bold;
}

.shop-box {
	background: rgba(241, 242, 243, 0.42);
	border: 1px solid #F1F2F3;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
}

fieldset .next,
fieldset .shops {
	display: flex;
}

#msform fieldset:not(:first-of-type) {
	display: none
}

#progressbar {
	background: #ECF4FF;
	padding: 40px;
	text-align: center;
	margin-bottom: 45px;
}

#progressbar li {
	font-weight: 600;
	font-size: 14px;
	display: inline-flex;
	padding-right: 25px;
	margin-bottom: 10px;
	align-items: center;
	position: relative;
	margin-right: 15px;
}

#progressbar li:after {
	content: "\f101";
	color: #303538;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	right: 0;
	margin-right: 5px;
	position: absolute;
	top: 0;
	line-height: 39px;
}

#progressbar li:last-child:after {
	content: "";
}



.shop-preference .select2-container--default .select2-selection--single {
	border-radius: 30px;
}

.shop-product {
	background: #FFFFFF;
	border: 1px solid #77A6F6;
	width: 100%;
	margin-bottom: 20px;
}

.shop-list {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.shop-prodetail {
	padding: 10px;
}

.shop-btn {
	display: flex;
	border-top: 1px solid #77A6F6;
}


.shop-prodetail .amt {
	font-weight: bold;
	font-size: 10px;
}

.shop-btn .col-6 {
	padding: 10px;
}

.shop-btn .col-6:first-child {
	border-right: 1px solid #77A6F6;
}

.protect {
	background: #F7981D;
	border-radius: 50px;
	font-weight: 500;
	font-size: 15px;
	color: #FFFFFF;
	padding: 5px;
}

.photo-detail .col {
	flex: 0 0 20%;
	max-width: 20%;
}


.pho-img {
	border: 1px dashed #00214F;
	padding: 20px;
	text-align: center;
	margin-bottom: 25px;
}

.photo-list h5 {
	font-size: 10px;
	text-align: center;
}

.shop-video {
	background: #FFFFFF;
	border: 1px solid #77A6F6;
	text-align: center;
	padding: 50px 0;
	margin-bottom: 20px;
}

.tip-list {
	margin-bottom: 10px;
}

.tip-list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 14px;
}


.detail-title {
	margin-bottom: 15px;
}

.detail-title h4 {
	font-weight: bold;
	font-size: 20px;
}

.detail-title p,
.detail-box h5 {
	font-weight: 500;
	font-size: 15px;
}

.detail-box p {
	font-size: 14px;
}

.detail-box {
	background: #ECF4FF;
	border: 1px solid #77A6F6;
	padding: 15px;
}

.white-box {
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	padding: 15px;
}

.listing-box {
	background: rgba(241, 242, 243, 0.42);
	border: 1px solid #F1F2F3;
	border-radius: 5px;
	padding: 10px;
}

.dark-blue {
	background: #00214F;
	border: 1px solid #77A6F6;
}

.right-text {
	text-align: right;
}

.pass-btn {
	font-size: 13px;
}


/*-----------------
	17. Product
-----------------------*/

.page-title h2 {
	font-size: 26px;
	font-weight: 600;
}

.page-breadcrumb-list ul li {
	list-style: none;
	display: inline-block;
	font-weight: 600;
	font-size: 14px;
}

.page-breadcrumb-list ul li.active:before {
	float: left;
	padding: 0 .5rem;
	color: #000;
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f101";
	align-items: center;
	padding-top: 3px;
}

.page-breadcrumb-list ul li.sub-title {
	font-weight: 400;
}

.breadcrumb-bar {
	box-shadow: 3px 0px 6px rgb(0 0 0 / 16%);
	background: #FFF;
	padding: 15px 10px;
	border-radius: 10px;
	margin: 25px 0;
}

.sortby-fliter {
	display: inline-block;
	width: 120px;
}

.filter-card h4 {
	font-weight: 600;
}

.category-list li {
	list-style: none;
	margin-bottom: 5px;
	font-size: 14px;
}

.category-list li:before {
	float: left;
	padding: 0 .5rem;
	color: #000;
	font-size: 10px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	align-items: center;
	padding-top: 3px;
}

.filter-card {
	border: 1px solid #ECEDEF;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
}



.sort-selection:last-child {
	margin-bottom: 0;
}

.sort-selection {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
}

.sort-selection input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}


.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.sort-selection input:checked~.checkmark:after {
	display: block;
}

.sort-selection .checkmark:after {
	left: 4px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sort-selection .ratings li {
	font-size: 13px;
}

.authentication .custom-radio .checkmark {
	height: 18px;
	width: 18px;
	margin-top: 3px;
}

.authentication .custom-radio .checkmark:after {
	top: 3px;
	left: 3px;
	width: 10px;
}

.authentication .custom-radio span a {
	color: #EE00AB;
	font-weight: 500;
}



.authentication h4 {
	color: #420BA1;


	font-weight: 600;
	font-size: 16px;
	margin-bottom: 1rem;
}

.custom-radio {
	display: block;
	position: relative;
	/*padding-left: 30px;*/
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.custom-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.custom-radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #EDE2FF;
	border-radius: 50%;
}

.custom-radio:hover input~.checkmark {
	background-color: #D3E3FC;
}

.custom-radio input:checked~.checkmark {
	background-color: #680A83;
	border-color: #680A83;
}

.custom-radio .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.custom-radio input:checked~.checkmark:after {
	display: block;
}

.custom-radio .checkmark:after {
	top: 5px;
	left: 5px;
	width: 8px;
	height: 10px;
	border-radius: 50%;
	background: white;
}

.custom-radio:hover input~.checkmark {
	background-color: #fff;
}



.filter-card input {
	background: #FFFFFF;
	border: 1px solid #77A6F6;
	border-radius: 130px;
}

.form-style-1 .select2-container .select2-selection--single {
	border: 1px solid #77A6F6;
	border-radius: 130px;
}

.form-style-1 .select2-container .select2-selection--single {
	border: 1px solid #77A6F6;
	border-radius: 130px !important;
}

.form-style-1.grey-select .select2-container .select2-selection--single {
	border: 0;
	background: #ECEDEF;
}

.form-style-1.grey-select .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-weight: 500;
	color: #000;
}

.form-style-1.grey-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #303538 transparent transparent;
}

.form-style-1.grey-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #303538;
	border-width: 0 6px 6px;
}

.form-style-1.count-select .select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 60px;
	padding-left: 15px;
}

.form-style-1.count-select .select2-container .select2-selection--single {
	height: 40px;
}

.form-style-1.count-select .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}

.form-style-1.count-select .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}



.search-product li {
	display: inline-block;
	text-align: center;
	background: #fff;
	padding: 15px;
	max-width: 120px;
	margin-right: 20px;
	border: 1px solid #DBDBDB;
}

.icon-card {
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	box-sizing: border-box;
	transition: all .2s ease-in-out;
	padding: 15px;
	min-height: 198px;
	border-radius: 8px;
}



.icon-card:hover p {
	color: #fff;
}

.icon-card img {
	border-radius: 5px;
}

.icon-card p {
	margin-top: 1rem;
	margin-bottom: 0;
	font-weight: 600;
}

.confirm-status {
	margin-bottom: 15px;
}

.checkout-type h5 {
	font-weight: 600;
	margin-bottom: 1rem;
}

.ratings li i {
	color: #000;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	display: block;
}

.font-medium {
	font-weight: 500;
}

.products-card {
	border: 1px solid #DBDBDB;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 25px;
}

.products-body {
	padding: 15px;
}

.products-body p {
	margin-bottom: .5rem;
	font-size: 13px;
	font-weight: 500;
}

.products-list li a {
	font-weight: 500;
	font-size: 13px;
}

.products-list li {
	margin-bottom: 7px;
}

.products-list li:last-child {
	margin-bottom: 0;
}

.products-title {
	font-weight: 600;
	margin-bottom: 0;
}

.products-list {
	padding: 10px 0;
}

.ratings li {
	list-style: none;
	display: inline-block;
}

.ratings li i {
	font-size: 12px;
}

.ratings-count {
	font-size: 12px;
}

.ratings li .filled {
	color: #FFA51D;
}

.ratings li .not-filled {
	color: #000;
}

.products-price {
	font-weight: 600;
	margin-bottom: 0;
}

.products-price-offer {
	color: #2F6C00;
	font-size: 12px;
	font-weight: 500;
	margin: .5rem 0 0 !important;
}

.prd-btn {
	background: #77A6F6;
	padding: 5px 25px;
	color: #FFFFFF;
	font-weight: 500;
	border-radius: 25px;
	margin-top: 15px;
	display: inline-block;
}

.prd-btn:hover {
	background: #D3E3FC;
	color: #000;
}

.products-img a img {
	width: 100%;
}

.products-img {
	position: relative;
}

.products-overlay {
	position: absolute;
	top: 15px;
	right: 15px;
	font-weight: 500;
	padding: 4px 15px;
	border-radius: 14px;
	font-size: 13px;
}

.products-overlay.delivery-badge {
	background: #D4E9D7;
	color: #2F6C00;
}

.products-overlay.seller-badge {
	background: #FFEEEE;
	color: #303538;
}

.products-style select {
	border: 1px solid #77A6F6;
	padding: 0 60px 0 6px;
	border-radius: 30px;
	font-size: 12px;
	min-height: 40px;
}

.products-style span {
	font-size: 12px;
	font-weight: 500;
	padding-left: 15px;
}


/*-----------------
	18. Product Details
-----------------------*/

.products-name {
	font-weight: 600;
}

.price-detail {
	font-weight: 700;
}

.price-detail span {
	font-weight: 500;
	font-size: 13px;
	color: #000000;
}

.icon-check i {
	text-align: center;
	height: 25px;
	width: 25px;
	background: #303538;
	color: #2F6C00;
	padding: 7px;
	border-radius: 7px;
	font-size: 12px;
}

.form-style-1 .form-group select {
	border-radius: 30px;
	font-weight: 600;
}

.form-style-1 .form-group input {
	border-radius: 30px;
	font-weight: 600;
}

.form-style-1 .form-group textarea {
	border-radius: 10px;
	height: 90px;
}

.form-style-1 .form-group label {
	font-weight: 600;
}

.form-style-2 .form-control {
	position: relative;
	border-radius: 10px;
}

.form-style-2 .filled input {
	padding-left: 25px;
}

.form-style-2 input {
	position: relative;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	width: 100%;
}



.form-style-2 input:focus {
	outline: none;
	border: 0;
}

.card-select .select-1 {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.card-select .select-2 {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
}

.card-select {
	max-width: 280px;
}

.btn-main-outline {
	border: 1px solid #303538;
	border-radius: 30px;
	font-size: 14px;
	padding: 10px 25px;
	font-weight: 600;
	color: #303538;
}

.btn-main-outline:hover {
	border: 1px solid #303538;
	background: #000;
	color: #FFF;
}



.faq-cards .faq-card h4>a:after {
	content: "\2212";
}

.faq-cards .faq-card h4>a.collapsed:after {
	content: "\2b";
}

.faq-cards .faq-card h4>a:after {
	font-family: 'FontAwesome';
	font-size: 32px;
	line-height: 20px;
	height: 25px;
	width: 25px;
	text-align: center;
	float: left;
	margin-right: 15px;
}

.faq-card {
	border: 1px solid #DBDBDB;
	padding: 15px;
	margin-bottom: 20px;
}

.faq-card:last-child {
	margin-bottom: 0;
}

.card-collapse {
	padding-left: 30px;
	margin-top: 15px;
}

.faq-card-title {
	font-size: 16px;
	font-weight: 600;
}

.ratings li .filled {
	color: #FFC107;
}

.ratings li .not-filled {
	color: #000;
}

.ratings li {
	display: inline-block;
	list-style: none;
	font-size: 10px;
}


.buyer-hint {
	font-weight: 700;
}

.info-btn {
	max-width: 340px;
	border: 1px solid #DBDBDB;
	border-radius: 30px;
	padding: 7px 25px;
	display: flex;
	align-items: center;
}

.info-btn .main-btn {
	padding: 7px 20px;
	float: right;
	margin-left: auto;
}

.info-btn:hover {
	background: #ECF4FF;
	border: 1px solid #ECF4FF;
}

.reviews-line {
	background: #DBDBDB;
	height: 1px;
	width: 100%;
	padding: 0 20px;
}

.reviewers-info img {
	max-width: 60px;
	max-height: 60px;
	border-radius: 50%;
}

.big-info img {
	max-width: 100px;
	max-height: 100px;
	border-radius: 50%;
	vertical-align:top;
}

.prd-reviews {
	border: 1px solid #D3E3FC;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 25px;
}

.rev-date {
	margin-left: 1.5rem;
}

.section-more-shop {
	padding: 60px 0 100px 0;
	border-radius: 0 70px 0 0;
	background: #D3E3FC;
}

.more-prdts {
	padding: 60px 0 40px;
}

.search-product li {
	display: inline-block;
	text-align: center;
	background: #fff;
	padding: 15px;
	max-width: 120px;
	margin-right: 20px;
	border: 1px solid #DBDBDB;
}

.search-product li:last-child {
	margin-right: 0;
}

.search-product li span {
	margin-top: 8px;
	font-weight: 600;
}

.search-product {
	margin: auto;
	display: inline-flex;
	justify-content: center;
	width: 100%;
}

.search-products {
	background: #ECEDEF;
	width: 100%;
	padding: 60px 0;
}



.cat-btns li {
	background: #D3E3FC;
	display: inline-block;
	padding: 10px 25px;
	margin-right: 15px;
	border-radius: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}

.related-category {
	width: 100%;
	padding: 60px 0;
}

.cat-list {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.161);
	padding: 15px;
}

.sub-btn {
	background: #D3E3FC;
	max-width: 245px;
	border-radius: 30px;
	margin-left: auto;
}



.products-detail-slider .owl-nav button.owl-next,
.products-detail-slider .owl-nav button.owl-prev {
	width: 44px;
	height: 44px;
	background: #fff;
	text-shadow: none;
	top: 4px;
	cursor: pointer;
	color: #989898;
	border: 1px solid #DBDBDB;
	margin-bottom: 15px;
}

.products-detail-slider .owl-nav button.owl-prev {
	border-radius: 20px 20px 20px 20px;
}

.products-detail-slider .owl-nav button.owl-next {
	border-radius: 20px 20px 20px 20px;
}

.products-detail-slider .owl-nav button.owl-next span,
.products-detail-slider .owl-nav button.owl-prev span {
	font-size: 34px;
	line-height: 25px;
}

.products-detail-slider .owl-nav button.owl-next {
	margin-left: 10px;
}

.products-detail-slider .owl-prev.disabled {
	display: none;
}

.products-detail-slider .owl-next.disabled {
	display: none;
}

.product-slider {
	position: relative;
}

.overflow-nav {
	position: absolute;
	bottom: 25px;
	z-index: 9;
	right: -25px;
}

.prd-dtl {
	position: absolute;
	top: 35px;
	z-index: 9;
	right: -25px;
	opacity: 1;
	width: 100%;
}

.prod-wl.prd-vis {
	opacity: 1;
	left: auto;
	transform: none;
}

.sub-prtd .item {
	padding-right: 0;
}

.sub-prtd .item img {
	border-radius: 10px;
	height:140px;
	width:140px;
	object-fit:cover;
}

.main-prtd .item img {
	border-radius: 15px;
	max-height:800px;
	object-fit:cover;
	margin:0 auto;
}

.owl-carousel .nav-btn {
	height: 40px;
	position: absolute;
	width: 40px;
	cursor: pointer;
	top: 40px !important;
	background: #FFF;
	border: 1px solid #DBDBDB;
	color: #989898;
	line-height: 40px;
}



.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	pointer-events: none;
	opacity: 0.2;
}

.owl-carousel .prev-slide {
	left: 0;
	border-radius: 20px 0 20px 20px;
}

.owl-carousel .next-slide {
	right: 0;
	border-radius: 0 20px 20px 20px;
}

.owl-carousel .prev-slide:hover {
	background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
	background-position: -24px -53px;
}

.owl-carousel .prev-slider {
	left: -60px;
	border-radius: 20px 0 20px 20px;
}

.owl-carousel .next-slider {
	right: -85px;
	border-radius: 0 20px 20px 20px;
}

.comment-form {
	margin-bottom: 0;
}

.grey-select .form-control:focus {
	background: #ECEDEF;
}

.grey-select select {
	background: #ECEDEF;
	padding: 0 30px 0 6px;
	border-radius: 30px;
	font-size: 15px;
	min-height: 40px;
	border: none;
	width:100%;
}

.reviewer-info img {
	width: 50px !important;
	height: 50px;
	border-radius: 50%;
}

.reviewer-info p {
	font-size: 12px;
}

.purchase-info img {
	max-width: 110px;
	border-radius: 10px;
}

.modal-dialog.custom-dialog {
	max-width: 740px;
}

.reviewer-purchase {
	display: inline-block;
	align-self: flex-end;
	position: absolute;
	bottom: 25px;
	overflow: hidden;
}

.purchase-info p {
	font-size: 12px;
}

.custom-dialog .modal-content {
	border-radius: 20px;
}

.reviewer-info img {
	border-radius: 20px 0 0 20px;
}

.custom-close {
	position: absolute;
	z-index: 9;
	right: -20px;
	color: #FFF;
	top: 0;
	text-shadow: none;
}

.owl-carousel .nav-btn-1 {
	height: 40px;
	position: absolute;
	width: 40px;
	cursor: pointer;
	top: 40% !important;
	background: #FFF;
	border: 1px solid #DBDBDB;
	color: #989898;
	line-height: 40px;
}



.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
	pointer-events: none;
	opacity: 0.2;
}

.owl-carousel .prev-slider {
	left: -60px;
	border-radius: 15px 0 15px 15px;
}

.owl-carousel .next-slider {
	right: -85px;
	border-radius: 0 15px 15px 15px;
}

.owl-carousel .prev-slider:hover {
	background-position: 0px -53px;
}

.owl-carousel .next-slider:hover {
	background-position: -24px -53px;
}


/*-----------------
	19.Checkout
-----------------------*/

.secondary-btn {
	background: #ECEDEF;
	color: #303538;
	font-size: 12px;
	padding: 10px 25px;
	border-radius: 30px;
	font-weight: 600;
}


.brand-name span {
	font-weight: 600;
}


.checkout-btns {
	padding-left: 1rem;
}

.checkout-btns a:last-child {
	margin-left: 1rem;
}

.checkout-desc {
	margin-left: 0;
}


.checkout-info img {
	height:140px;
	width:140px;
	border-radius: 5px;
	object-fit:cover;
}



.main-btn:hover {
	background: #ECEDEF;
	color: #303538;
}

.coupon-btn {
	position: absolute;
	right: 0;
	height: 46px;
	width: 200px;
}

.overlay-form {
	position: relative;
}

.coupon-code h5 {
	font-weight: 600;
	margin-bottom: 1.25rem;
}

.coupon-code h4 {
	font-size: 16px;
}

.light-weight {
	font-weight: 400;
}

.text-bot {
	display: inline-block;
	align-self: flex-end;
}

.checkout-table li {
	list-style: none;
	font-weight: 500;
	position: relative;
	display: flex;
}

.checkout-table li span {
	margin-left: auto;
}

.table-borders {
	padding: 15px 0;
	border-top: 1px solid #ECEDEF;
	border-bottom: 1px solid #ECEDEF;
}

.font-bold {
	font-weight: 600;
}

.related-products {
	margin-bottom: 50px;
}



.confirm-status i {
	color: #2F6C00;
	font-size: 42px;
	width: 120px;
	height: 120px;
	line-height: 120px;
	background: #D3E3FC;
	border-radius: 50%;
}

.order-confirmed {
	max-width: 720px;
	display: block;
	margin: auto;
}

.bg-light-success {
	background: #ECF4FF;
	border: 1px solid #F1F2F3;
	box-sizing: border-box;
	border-radius: 10px;
}

.bg-light-grey {
	background: rgba(241, 242, 243, 0.42);
	border: 1px solid #F1F2F3;
}

.track-order {
	max-width: 720px;
	display: block;
	margin: auto;
}

.sub-btn {
	width: 50%;
}


/*-----------------
	20. Whishlist
-----------------------*/

.customer-info img {
	border-radius: 10px;
}

.customer-card {
	background: #ECF2FF;
	border: 1px solid #F1F2F3;
	border-radius: 10px;
}



.user-ratings li {
	list-style: none;
	display: inline-block;
}

.customer-rating {
	margin-left: auto;
}

.cart-items {
	display: grid;
}

.cart-btn-1 {
	align-items: center;
}

.cart-btn-2 {
	align-items: center;
	margin-left: 25px;
}

.cart-items {
	font-weight: 600;
}

.cart-items span {
	font-weight: 400;
}



.cart-butns {
	border-radius: 30px;
	border: 1px solid #000;
	padding: 6px 20px;
}

.cart-butns.active {
	background: #D3E3FC;
	border: none;
}

.cart-butns a {
	display: flex;
	align-items: center;
}

.cart-btns {
	margin: 40px 0;
}

.filter-btn {
	min-height: 46px;
	padding: 0 30px;
}

.btn-outline-primary {
	border-radius: 0;
}



.prod-widget.active .prod-wl {
	opacity: 1;
}


.rendeem-bal h2 {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 24px;
}

.rendeem-bal h2 span {
	font-weight: 600;
}

.gift-rendeem {
	padding: 60px 0;
	background: #D3E3FC;
	background-position: 0 50%;
	background-size: contain;
}

.rendeem-code {
	max-width: 520px;
	margin: auto;
}



.amt-select {
	background: #ECEDEF;
	border-radius: 50px;
	width: 120px;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}

.amt-selector>div {
	display: flex;
	width: 120px;
	float: left;
	margin-right: 15px;
}



.br-0 {
	border-radius: 0;
}

.msg-box {
	text-align: center;
	background: rgba(241, 242, 243, 0.42);
	border: 1px solid #F1F2F3;
	border-radius: 5px;
	padding: 50px 0;
}

.msg-menu .profile-links li a {
	padding: 20px;
}

.msg-tab {
	background: #ECEDEF;
	padding: 10px;
}

.msg-tab li a {
	font-weight: 500;
	font-size: 15px;
}


/*-----------------
	21. Responsive
-----------------------*/

@media only screen and (min-width: 992px) {
    
	.container {
		max-width: 1440px;
	}
	.main-nav > li {
		margin-right: 40px;
	}
	.main-nav li {
		display: block;
		position: relative;
	}
	.main-nav > li > a {
		color: #303538;
		line-height: 60px;
		padding: 0 !important;
	}
	.main-nav > li > a > i {
		font-size: 10px;
		margin-left: 3px;
		color: #585F6D;
	}
	.main-nav li>ul {
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
		display: block;
		font-size: 14px;
		left: 0;
		margin: 0;
		min-width: 200px;
		opacity: 0;
		padding: 0;
		position: absolute;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		top: 100%;
		visibility: hidden;
		z-index: 9999 !important;
	}
	.stock-info .custom-control
	{
	z-index: 0 !important;
	}
	.main-nav .mega_menu_inner li>ul {
		background-color: #fff;
		border-radius: 5px;
		box-shadow: unset;
		display: block;
		font-size: 14px;
		left: 0;
		margin: 0;
		min-width: 200px;
		opacity: 1;
		padding: 0;
		position: unset;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: unset;
		top: 100%;
		visibility: visible;
		z-index: 1000;
	}
	.main-nav .mega_menu_inner li>a:hover ul {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.main-nav li.has-submenu:hover>.submenu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	
	.main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
		visibility: visible;
		opacity: 1;
		margin-top: -1px;
		margin-right: 0;
	}
	.main-nav > li .submenu > li .submenu {
		left: 100%;
		top: 0;
		margin-top: 10px;
	}
	
	.main-nav > .has-submenu > .submenu > .has-submenu >.submenu::before {
		top: 20px;
		margin-left: -35px;
		box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .15);
		border-color: transparent #fff #fff transparent;
	}
	.custom-dialog .modal-body {
		padding-right: 1.5rem !important;
	}
	.checkout-price {
		text-align: right;
	}
	.checkout-info img {
		width: 100% !important;
	}
	.right-butn {
		float: right;
	}
	.right-text {
		text-align: right;
	}
}

@media only screen and (min-width: 768px) {
	.col-22 {
		-ms-flex: 0 0 22%;
		flex: 0 0 22%;
		max-width: 22%;
	}
}

@media only screen and (max-width: 1399px) {
	.main-nav li a {
		font-size: 14px;
	}
	.header-bottom .main-nav li a {
		font-size: 12px;
	}
	.main-nav > li,
	.header-bottom ul li {
		margin-right: 37px;
	}
	.section-gig {
		border-radius: 0 70px 0 0;
	}
	.section-offer {
		border-radius: 70px 0 0 0;
	}
}

@media only screen and (max-width: 1199px) 
{
    /*.section-banner,.section-banner .col-md-6,.section-banner .input-group,.section-banner .form-control,.inner-banner
	{
	position:inherit !important;
	}
	.owl-carousel.owl-drag .owl-item
	{
	background:#fff;
	}
	.owl-item.cloned:first-child
	{
	margin-right:20px !important;
	}
	.owl-item.active:first-child
	{
	margin-left:50px !important;
	}
	.owl-item.cloned
	{
	padding:0px !important;
	margin-right:0px !important;
	
	}
	.owl-item.cloned.active
	{
	display:none;
	}*/
	.logo img {
		max-width: 170px;
	}
	.dropdown.noti-dropdown {
		margin-top: 0px !important;
	}
	.header-nav {
		padding-left: 0px;
		padding-right: 0px;
	}
	.header__navbar-departments {
		margin-right: 3px;
	}
	.departments__button {
		font-size: 12px;
		padding: 0 10px;
	}
	.main-nav > li > a > i {
		font-size: 8px;
	}
	.main-nav li a img {
		height: 14px;
	}
	.alert-col .icon-list li a {
		font-size: 15px;
	}
	.img-container {
		width: 100%;
		max-width: 100%;
	}
	.signup-col li,
	.help-col,
	.search__input {
		font-size: 13px;
	}
	.photo-detail .col {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.header-bottom .main-nav .submenu {
		display: none;
	}
	.header-bottom ul li {
		margin-right: 0;
	}
	.header-bottom .main-nav {
		height: 20px;
	}
}

@media only screen and (max-width: 991.98px) {
	body {
		font-size: 0.875rem;
		margin-top: 80px;
	}
	h1 {
		font-size: 34px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 12px;
	}
	.container {
		max-width: 100%;
	}
	.sidebar-overlay.opened {
		display: none;
	}
	#menu_close .fa-times,
	.has-submenu {
		font-size: 20px !important;
	}
	.main-nav {
		padding: 0;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
	.main-nav ul {
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	.main-nav>li {
		margin-left: 0;
	}
	.main-nav li+li {
		margin-left: 0;
	}
	.main-nav>li>a {
		line-height: 1.5;
		padding: 15px 20px !important;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
	}
	.main-nav>li>a>i {
		float: right;
		margin-top: 5px;
	}
	.main-nav>li .submenu li a {
		border-top: 0;
		color: #fff;
		padding: 10px 15px 10px 35px;
	}
	.main-nav>li .submenu ul li a {
		padding: 10px 15px 10px 45px;
	}
	.main-nav>li .submenu>li.has-submenu>a::after {
		content: "\f078";
	}
	.main-nav .has-submenu.active > a {
		color: #fff;
	}
	.main-nav .has-submenu.active .submenu li.active > a {
		color: #fff;
	}
	
	
	
	.menu-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.navbar-header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	#mobile_btn {
		display: inline-block;
	}
	.section-banner {
		padding: 70px 0;
	}
	.banner-header h1 {
		font-size: 28px;
	}
	.section-header {
		margin-bottom: 40px;
	}
	.section-header h2 {
		font-size: 26px;
	}
	.arrival-slider,
	.product-slider,
	.selection-slider {
		padding-bottom: 40px;
	}
	.gig-item h2 {
		font-size: 24px;
	}
	.gig-item p {
		font-size: 15px;
	}
	.term-links li a,
	.language-links li a,
	.copyright-text p,
	.language-links li:after {
		font-size: 13px;
	}
	.section-gig {
		background-size: 150px;
	}
	.footer-title {
		font-size: 18px;
	}
	.footer-menu li a {
		font-size: 14px;
	}
	.footer-widget {
		margin-bottom: 30px;
	}
	.footer .footer-top {
		padding: 30px 0 0;
	}
	.breadcrumbs {
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.breadcrumbs li {
		float: none;
		display: inline-block;
		padding: 0 13px;
	}
	.home-banner h2 {
		font-size: 22px;
	}
	.home-banner h3 {
		font-size: 36px;
		margin: 20px 0px 15px;
	}
	.mt-9 {
		margin-top: 4%;
	}
	.list-view {
		display: none;
	}
	.section-heading {
		font-size: 30px;
	}
	.our-team .card .card-title {
		font-size: 16px;
	}
	.logo img {
		max-width: 120px;
	}
	.news-letter-form input[type="email"] {
		font-size: 14px;
		width: calc(100% - 157px);
	}
	.newsletter-formgroup button {
		font-size: 13px;
	}
	.main-nav li a img {
		display: none;
	}
	.header-search,
	.top-links {
		display: none;
	}
	.help-col {
		display: none;
	}
	.news-letter-header p {
		font-size: 14px;
	}
	.con-account li a {
		font-size: 13px;
	}
	.shop-guide h2 {
		font-size: 26px;
	}
	.shop-guide p {
		font-size: 17px;
	}
	.blog-detail h1 {
		font-size: 32px;
	}
	.blog-content p {
		font-size: 15px;
	}
	.blog-feed p {
		font-size: 20px;
	}
	.about-author-img {
		height: 120px;
	}
	.author-img-wrap {
		width: 120px;
	}
	.about-author {
		min-height: 170px;
	}
	.blog-comments .author-details {
		margin-left: 170px;
	}
	.category-img img {
		max-width: 100px;
	}
	.reward-detail h2 {
		font-size: 24px;
	}
	.reward-detail p,
	.faq-detail p {
		font-size: 15px;
	}
	.reward-img img {
		width: 100px;
	}
	.about-content {
		padding: 40px;
	}
	.about-content h1 {
		font-size: 36px;
	}
	.about-content p {
		font-size: 18px;
	}
	.about-content h2 {
		font-size: 30px;
	}
	.photo-detail .col {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.reviewer-purchase {
		position: relative;
		padding: 1rem;
	}
	.prd-review {
		padding: 1rem;
	}
	.review-info {
		padding: 1rem 1rem 0;
	}
	.pur-download .btn {
		font-size: 12px;
	}
	.comment-form {
		margin-bottom: 1rem !important;
	}
	.btn-outline-primary.filter-btn {
		margin: 15px 0;
	}
	.checkout-desc {
		margin-top: 1rem;
	}
	.overflow-nav {
		right: -15px;
	}
	.prd-dtl {
		right: -15px;
	}
	.popup-product {
		border-radius: 1.5rem 1.5rem 0 0;
	}
	.custom-close {
		right: 25px;
		top: 20px;
		font-size: 42px;
	}
	.owl-carousel .next-slider {
		right: 0px;
		border-radius: 0 20px 20px 20px;
	}
	.owl-carousel .prev-slider {
		left: 0;
		border-radius: 20px 0 20px 20px;
	}
	.right-butn {
		margin-top: 1rem;
		;
	}
	.right-text {
		margin-bottom: 1rem;
	}
	.header-container-top {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9;
	}
	.main-nav > li.active > a {
		color: #fff;
	}
	.menu-opened body:before,
	.menu-opened body .header-container-top:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		z-index: 9;
	}
}

@media only screen and (max-width: 767.98px) {
	body {
		font-size: 0.875rem;
	}
	h1,
	.h1 {
		font-size: 2rem;
	}
	h2,
	.h2 {
		font-size: 1.75rem;
	}
	h3,
	.h3 {
		font-size: 1.375rem;
	}
	h4,
	.h4 {
		font-size: 1rem;
	}
	h5,
	.h5 {
		font-size: 0.875rem;
	}
	h6,
	.h6 {
		font-size: 0.75rem;
	}
	.dropdown-menu {
		font-size: 0.875rem;
	}
	.section-offer {
		text-align: center;
	}
	.section-offer img {
		margin-bottom: 20px;
	}
	.nav-tabs.nav-tabs-solid>li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.user-icon {
		width: 30px;
		margin-right: 10px;
		height: 30px;
	}
	.user-cart-icon {
		display: flex;
	}
	.user-cart-icon {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
	.section-heading {
		font-size: 25px;
	}
	.btn-primary {
		font-size: 14px;
	}
	.footer-title {
		font-size: 16px;
	}
	.logo {
		margin-left: 20px;
		text-align: center;
	}
	.navbar-header {
		margin-right: 0;
		border: 0;
		direction:ltr;
	}
	.ban-btn {
		padding: 10px 15px;
		font-size: 16px;
	}
	.product-name h2 {
		font-size: 24px;
		margin-top: 20px;
	}
	.top-links {
		display: none;
	}
	.header-top {
		padding: 7px 0;
	}
	.signup-col {
		position: absolute;
		right: 20px;
	}
	.section-banner {
		padding: 50px 0;
	}
	.banner-wrapper {
		padding: 20px 0 0 0;
	}
	.banner-header h1 {
		font-size: 24px;
	}
	.banner-header h1.text-bold {
		margin-bottom: 30px;
	}
	.section-offer h2 {
		font-size: 24px;
	}
	.section-header h2,
	.question-sec h2 {
		font-size: 22px;
	}
	.view-all-link {
		font-size: 14px;
	}
	.gig-item {
		margin-bottom: 20px;
	}
	.gig-item.bg-white {
		margin-top: 0;
	}
	.copyright-text p,
	.term-links {
		text-align: left;
	}
	.blog {
		margin: 0 0 20px;
		text-align: center;
	}
	.auth-list li,
	.sub-box {
		display: block;
	}
	.auth-list li .set-content {
		margin-bottom: 10px;
	}
	.sub-box label,
	.sub-box p {
		width: 100%;
	}
	.sub-box p {
		font-size: 13px;
	}
	.pro-form .form-group .col-form-label {
		text-align: left;
	}
	.pur-box .text-right,
	.prof-box .text-right {
		text-align: left !important;
		margin: 8px 0;
	}
	.header-container-top .search-form {
		display: none;
	}
	.shop-guide {
		width: 100%;
	}
	.shop-guide h2 {
		font-size: 22px;
	}
	.shop-guide p {
		font-size: 15px;
	}
	.guide-detail {
		padding: 30px;
	}
	.category-img img {
		max-width: 100px;
	}
	.category-box .category-detail h4 {
		font-size: 18px;
	}
	.inner-banner .search-form {
		width: 90%;
	}
	.reward-box {
		margin-bottom: 15px;
	}
	.reward-detail h2 {
		font-size: 18px;
	}
	.reward-detail p,
	.faq-detail p {
		font-size: 14px;
	}
	.blog-detail h1 {
		font-size: 26px;
	}
	.blog-content p {
		font-size: 14px;
	}
	.blog-feed p {
		font-size: 18px;
	}
	.author-img-wrap {
		width: 100px;
	}
	.blog-comments .author-details {
		margin-left: 130px;
	}
	.about-author-img {
		height: 100px;
	}
	.author-details {
		margin-left: 130px;
	}
	.about-content h1 {
		font-size: 30px;
	}
	.about-content p {
		font-size: 15px;
	}
	.about-content h2 {
		font-size: 26px;
	}
	.shop-product .shop-list {
		padding: 50px;
	}
	.shop-product .shop-list img {
		width: auto;
	}
	.shop-product img {
		width: 100%;
	}
	.detail-box {
		margin-bottom: 20px;
	}
	.photo-detail .col {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.detail-title h4 {
		font-size: 16px;
	}
	.section-selection {
		padding: 30px 0 100px 0;
	}
	.breadcrumb-bar {
		margin: 25px 0 0;
	}
	.brand-name {
		margin-bottom: 1rem;
	}
	.breadcrumb-nav {
		margin-bottom: 1rem;
	}
	.stock-info p {
		margin: 15px 0;
	}
	.buyer-hint {
		padding-top: 10px;
	}
	.rev-date {
		margin-left: 0;
	}
	.more-prdts {
		padding: 20px 0;
	}
	.faq-cards {
		margin-top: 0 !important;
	}
	.overflow-nav {
		right: -10px;
	}
	.prd-dtl {
		right: -10px;
	}
	.customer-info {
		margin-bottom: 1rem;
	}
	.search-products {
		padding: 30px 0;
	}
	.cart-buttons a {
		font-size: 12px;
	}
	.cart-btns {
		margin: 20px 0;
	}
	.section-arrivals {
		padding: 30px 0 100px 0;
	}
	.section-unique {
		padding: 30px 0 10px;
	}
	.section-gig {
		padding: 40px 0;
	}
	.search-product li {
		display: block;
		margin: 10px auto;
		width: 50%;
		float: left;
		margin-right: 8px;
	}
	.search-product {
		display: block;
	}
	.search-product li:last-child {
		margin-right: auto;
	}
	.cat-list .sub-btn {
		margin: 15px 0;
		width: 100%;
	}
	.related-category {
		padding: 30px 0 15px;
	}
	.cat-btns li {
		margin-bottom: 15px;
	}
	.checkout-btns {
		padding-top: 1rem;
	}
	.checkout-btns a {
		margin-bottom: .5rem;
		width: 100%;
	}
	.checkout-btns a:last-child {
		margin-left: 0;
	}
	.coupon-btn {
		width: 100px;
	}
	.related-products {
		margin-bottom: 20px;
	}
	.checkout-info {
		display: block;
	}
	.checkout-desc {
		margin-top: 1rem;
		margin-left: 0;
	}
	.checkout-btns {
		padding-left: 0;
	}
	.gift-rendeem {
		background: #D3E3FC;
	}
	.amt-selector>div {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	.cart-btn-2 {
		margin-left: 0;
		margin-top: 25px;
	}
	.btn-outline-primary.filter-btn {
		margin: 15px 0;
	}
	.small-mb {
		margin-bottom: 15px;
	}
	.right-text {
		text-align: left;
	}
}

@media only screen and (max-width: 575.98px) {
	body {
		font-size: 0.8125rem;
	}
	h1,
	.h1 {
		font-size: 1.75rem;
	}
	h2,
	.h2 {
		font-size: 1.5rem;
	}
	h3,
	.h3 {
		font-size: 1.25rem;
	}
	h4,
	.h4 {
		font-size: 1rem;
	}
	h5,
	.h5 {
		font-size: 0.875rem;
	}
	h6,
	.h6 {
		font-size: 0.75rem;
	}
	.header-nav {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.navbar-header {
		width: 100%;
	}
	
	.signup-col li.bell,
	.signup-col li:nth-child(3),
	.signup-col li .shop-icon {
		display: none;
	}
	.signup-col li {
		margin-right: 8px;
	}
	#mobile_btn {
		left: 0;
		margin-right: 0;
		padding: 0 15px;
		position: absolute;
		z-index: 99;
	}
	.logo {
		margin-left: 5px;
	}
	.nav-link>small
    {
	display:none;
	}
	.logo img {
		max-width: 110px;
	}
	.navbar-brand.logo-small {
		display: block;
		width: 100%;
		text-align: right;
		margin-right: 0;
	}
	.section-offer h2 {
		font-size: 20px;
	}
	.section-header {
		margin-bottom: 10px;
	}
	.view-right {
		text-align: left;
		margin-bottom: 40px;
	}
	.unique-item img {
		width: 100%;
	}
	.user-cart-icon {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
	.user-icon {
		width: 30px;
		margin-right: 26px;
		height: 30px;
	}
	.user-cart-icon {
		margin: 6px 0px 3px;
	}
	.cart-icon {
		width: 25px;
		height: 30px;
	}
	.nav .dropdown {
		display: none;
	}
	.blog-detail-img {
		height: 250px;
	}
	.breadcrumb-item a,
	.breadcrumb-item.active {
		font-size: 14px;
	}
	.breadcrumb {
		padding: 7px 0px 0px;
	}
	.multistep-form-page {
		padding: 10px;
		margin: 0px -20px;
	}
	.multistep-form-page li {
		padding: 4px 7px;
		margin-right: 1px;
		font-size: 13px;
	}
	.breadcrumb-item+.breadcrumb-item {
		padding-right: 15px;
	}
	.breadcrumb {
		margin: 0px;
	}
	.category-box {
		display: block;
		text-align: center;
	}
	.category-box .category-img {
		margin: 0 auto 10px;
	}
	.author-img-wrap {
		width: 80px;
	}
	.blog-comments .author-details {
		margin-left: 100px;
	}
	.about-author-img {
		height: 80px;
	}
	.author-details {
		margin-left: 100px;
	}
	.com-btn {
		padding: 8px 20px;
	}
	.about-content h1 {
		font-size: 26px;
	}
	.about-content p {
		font-size: 14px;
	}
	.about-content h2 {
		font-size: 22px;
	}
	.about-content {
		padding: 25px;
	}
	.photo-detail .col {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.read-btn {
		padding: 12px 40px;
	}
	#progressbar {
		padding: 25px;
		text-align: left;
	}
	.coupon-btn {
		width: 100px;
	}
	.copyright-text {
		margin: 10px 0;
	}
	.footer-bottom {
		padding: 15px 0;
	}
	.cart-buttons a {
		font-size: 12px;
	}
	.btn-signup {
		padding: 7px 15px;
	}
}

@media only screen and (max-width:479px) {
	.specialities-menu li {
		display: block;
		min-height: auto;
		margin: 0 0 10px;
		border-radius: 3px;
	}
	.specialities-menu-icon {
		margin: 0 5px 0 0;
	}
	.specialities-menu-label {
		display: inline-block;
	}
	.news-letter-header p {
		font-size: 14px;
	}
	.rendeem-code {
		max-width: 344px;
		margin: auto;
	}
}

/* custom css */
.social-btn {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 1px solid transparent;
    transition: border-color 0.25s ease-in-out,background-color 0.25s ease-in-out,color 0.25s ease-in-out,box-shadow 0.25s ease-in-out;
    border-radius: .3125rem;
    background-color: #f3f5f9;
    color: #4b566b;
    font-size: 1rem;
    text-align: center;
    text-decoration: none !important;
}
.social-btn>i {
    line-height: 2.125rem;
}
.sb-facebook:hover
{
background-color: #3b5998;
box-shadow: 0 0.5rem 1.125rem -0.5rem rgb(59 89 152 / 90%);
color:#FFFFFF;
}
.sb-google:hover {
    background-color: #ea4335;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgb(234 67 53 / 90%);
	color:#FFFFFF;
}
.bvalidator-red-tooltip
{
left:0px !important;
}
.tata .tata-title
{
color:#FFFFFF;
}
.nav-link>small
{
color:#FFFFFF;
margin-left:2px;
}
.circle-user img
{
border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}
.empty-cart
{
padding:5px !important;
top:inherit !important;
}
.empty-cart ul li
{
margin-bottom:4px;
}
.blog-grid img
{
height:300px;
object-fit:cover;
width:100%;
}
/* start selling */

.white-bg
{
background:#ffffff;
}
.white-bg li
{
list-style:inherit !important;
}


.features .icon-img
{
width:75px;
height:75px;
object-fit:cover;
}
.features .icon
{
float:left;
display:inline-block;
margin-right:10px;

}
.features .info
{
display:grid;

}
.right-border
{
border-right:1px solid #DEE2E6;
}
.border-data:after {
    content: ""; 
    display: block; 
    margin: 0 auto; 
    width: 90%; 
    border-bottom: 1px solid #DEE2E6;
	position:relative;
	top:30px;
	
}
@media screen and (max-width: 767px) {
.rightbar
{
text-align:left !important;
}
.rightbar span
{
display:inline-block !important;
}
.reviewers-info img
{
max-width:60px;
max-height:60px;
}
.right-border
{
border:0px;
}
.border-data:after {
border-bottom: 0px solid #DEE2E6;
}
}

.ash-bg
{
background:#F5F5F5;
}
.selling-btn
{
font-size:25px;
line-height:70px;
}
/* start selling */
.badges-icon ul
{
padding-left:0px;
}
.badges-icon ul li
{
display:inline-block;
list-style:none;
margin-left:8px;
}
.badges-icon ul li:first-child
{
margin-left:0px;
}
.icon-badges {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.other-badges {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.dd-block
{
float:right;
}
.badges-icon
{
margin-top:5px;
margin-bottom:5px;
}
.sale-count
{
font-size:24px;
}
.rightbar
{
text-align:center;
}
.rightbar span
{
display:block;
}
.section-header h3
{
font-weight:600;
}
.grid-img
{
object-fit:cover;
height:260px;
max-height:100%;
}
.blog-entry-author-ava {
    display: inline-block;
    width: 2rem !important;
    height: 2rem !important;
    margin-right: .5rem;
    padding: .125rem;
    border: 1px solid #e3e9ef;
    border-radius: 50%;
    vertical-align: middle;
}
.blog-entry-author-ava>img {
    display: block;
    width: 100%;
    border-radius: 50%;
}
.custom-left
{
float:left;
}
.custom-right
{
float:right;
}
.clearfix
{
clear:both;
}
.price-sec .blog-entry-meta-link
{
display:inline-block;
line-height:30px;
}
.price-sec .blog-entry-meta-link span
{
top:3px;
position:relative;
}
.price-old,.free-price
{
color:#FF0000;
}
.smovetxt
{
margin-top:10px;
}
.text-bold
{
font-weight:bold;
}
.homegrid img
{
height:220px;
object-fit:cover;
margin-bottom:10px;
width:100%;
}
.capltr
{
text-transform:capitalize;
}
.max-scroll
{
max-height:400px;
overflow-y:scroll;
}
.price-range-slider {
  width: 100%;
  
}
.price-range-slider .range-value {
  margin: 0;
}
.price-range-slider .range-value input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  box-shadow: none;
  border: none;
  margin: 20px 0 20px 0;
  outline: none;
}
.price-range-slider .range-bar {
  border: none;
  background: #000;
  height: 3px;
  width: 96%;
  margin-left: 8px;
}

/* This is the default state */

.custom-radio .custom-control-label::before {
    background-color: #F3FFF8;  /* orange */
	
}
.comment-box img
{
width:60px;
height:60px;
}
.comment-bottom-border
{
border-bottom: 1px solid #ececec;
padding-bottom:10px;
}

.cross-line
{
color:#FF0000 !important;
text-decoration:line-through;
font-size:14px !important;
}
.cartprice span
{
font-size:1.4rem;
font-weight:600;
}
.checkoutbar
{
border-bottom: 1px solid #ececec;
padding-bottom:20px;
padding-top:20px;
}
.stripebox
{
width:100%;
}
.checkpage
{
padding-left: 30px;
border-bottom: 1px solid #ECECEC;
padding-bottom:20px;
padding-top:10px;
}
.checkpage_stripe
{
padding-left: 30px;
}
.movother
{
margin-top:13px !important;
}
.smltr
{
text-transform:lowercase !important;
font-size:15px;
}
.pur-img img
{
width:120px;
height:120px;
object-fit:cover;
}
.bg-secondarys
{
background:#F6F9FC;
}
.require
{
color:#FF0000;
}
.profile-new
{
line-height:40px;
}
.badge-size li
{
display:inline-block;
margin-bottom:5px;
}
.cartbox img
{
height:120px;
width:120px;
object-fit:cover;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #FFFFFF;
min-width: 120px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
margin-top:0px;
float:right;
right:18px;
}
.dropdown-content a {
color: black;
padding: 5px;
text-decoration: none;
display: block;
font-size:13px;
text-align:left;
}
.show {
	display: block;
}
.full_length
{
display:contents;
}
.item-thumb
{
width:100px !important;
}
.display-block
{
display:block;
}
.display-none
{
display:none;
}
.item-img
{
	float:left;
	margin-right:10px;
}
.item-img img
{
	max-width:80px;
	height:80px;
	object-fit:cover;
}
.force-block
{
display:block;
}
.force-none
{
display:none;
}
.feature-panel span
{
font-size:40px;
color:#FFFFFF;
}
.bottom-space
{
padding-bottom:110px !important;
}
.blog-detail img
{
width:100%;
}
.fsize_one
{
font-size:20px;
}
.main-linker .owl-carousel { z-index:auto !important;  }
/* voucher code */
.ash-bg
{
background:#EFF1F5;
}
.vouchercode .rcard{
	width: 260px;
	border: none;
	border-radius: 10px;
	background: #ffffff;
}
.vouchercode p.top{
	font-size: 14px;
	color:#000000;
}
.vouchercode .rdiscount{
	border: none;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	padding: 5px 15px;
	transform: translateX(24px);
	height: 35px;
}
.vouchercode .rdiscount span{
	font-size: 15px;
}
.vouchercode h2{
	letter-spacing: 2px;
}
.vouchercode .fa-euro-sign{
	font-size: 27px;
	color: #000000;
}
.vouchercode .card-content p{
	line-height: 18px;
	font-size: 11px;
	color: #000000;
}
.vouchercode .btn-primary{
	border: none;
	border-radius: 6px;
	padding-top: 0;
	height: 46px;
}
.vouchercode .btn-primary span{
	font-size: 13px;
	color: #ffffff;
	margin-right: 10px;
}
.vouchercode .fa-arrow-right{
	font-size: 12px;
	color: #ffffff;
}
.vouchercode .btn-primary:hover,
.vouchercode .btn-primary:focus
{
	box-shadow: none;
}
.voucher-height
{
height:30px;
}