/*
Author       : Dreamguys
Template Name: Bestatshop - Bootstrap HTML Template
Version      : 1.0
*/

/*============================
 [Table of CSS]

1. General
2. Table
3. Bootstrap Classes
4. Avatar
5. Select2
6. Header
7. Mobile Menu
8. Cart Sidebar
9. Footer
10. Home
11. Owl Carousel
12. Login
13. Product List
14. Product Details
15. Cart
16. Checkout
17. Blog
18. About Us
19. Beardcrum
20. Product Grid
21. Error Page
22. Responsive

========================================*/

/*-----------------
	1. General
-----------------------*/
.footer_text, .footer_text a, .footer_text a:after {
    color: #fff;    
}
.footer_text a:hover {
    color: #fff;
    text-decoration: underline; 
}
.footer_text a:visited {color:#ddd} 



/*-----------------------------------------*/
.slide-btns {
    display: inline-block;
    /*position: relative; */
    color: #fff;
  text-transform:  uppercase;
    background-color: #2C9816;
    border: none;  
  z-index: 1;
  /*overflow: hidden;*/
    padding: 5px;
    width: 100%;
}
.slide-btns:hover {
  color: #FFFF00;
  background-color: #038509;
  text-decoration: none;
}

/*-----------------------------------------*/

.red {color: red;}

.top-header-tel {
    height: 35px;
	font-size: 14px;
	color: #fff;
    font-weight: bold;
    padding-top: 7px;
}


html {
	scroll-behavior: smooth;
    height: 100%;
}
body {
	background-color: #ffffff;
	color: #6d6e75;
    font-family: 'Poppins', sans-serif;
	font-size: 0.9375rem;
    height: 100%;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #0e1133;
    font-family: 'Poppins', sans-serif;
	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: inherit;
}
a:hover,
a:focus {
	color: #11BB05;
	outline: none;
	text-decoration: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow: 0 0 0px 1000px white inset !important;
    -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;
}
.content {
    min-height: 200px;
    padding: 20px 0 20px;
}
.even-content {
	padding: 50px 0;
}

/*-----------------
	2. Table
-----------------------*/

.table {
	color: #0e1133;
	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: #0e1133;
}
table.table td h2 a:hover {
	color: #11BB05;
}
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;
}

/*-----------------
	3. Bootstrap Classes
-----------------------*/

.btn.focus, .btn:focus {
	box-shadow: inherit;
}
.form-control {
    border-color:#E5E5E5;
    color: #53545b;
	font-size: 15px;
    min-height: 46px;
	padding: 6px 15px;
    margin: 5px 0;
}
.table .form-control {
	font-size: 14px;
	min-height: 38px;
}
.container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}
.list-group-item {
	border: 1px solid #E5E5E5;
}
.form-control:focus {
	border-color: #bbb;
	box-shadow: none;
	outline: 0 none;
}
.form-group {
	margin-bottom: 1.25rem;
}
.bg-success {
    background-color: #28CC1A !important;
}
.btn.focus, .btn:focus {
    box-shadow: unset;
}
.btn-white {
	background-color: #fff;
	border: 1px solid #E5E5E5;
	color: #0e1133;
}
.btn.btn-rounded {
	border-radius: 50px;
}
.bg-primary,
.badge-primary {
	background-color: #11BB05 !important;
}
a.bg-primary:focus, 
a.bg-primary:hover, 
button.bg-primary:focus, 
button.bg-primary:hover {
    background-color: #038509 !important;
}
.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: #009efb !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-primary,
.dropdown-menu > li > a.text-primary {
	color: #11BB05 !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: #009efb !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;
}
.btn-primary {
	background-color: #11BB05;
	border: 1px solid #11BB05;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
	background-color: #038509;
	border: 1px solid #038509;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
	background-color: #11BB05;
	border: 1px solid #11BB05;
}
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
	background-color: #11BB05;
	border-color: #11BB05;
	color: #fff;
}
.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-primary.disabled, .btn-primary:disabled {
    background-color: #11BB05;
    border-color: #11BB05;
    color: #fff;
}
.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: #009efb;
	border: 1px solid #009efb
}
.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: #009efb;
    border-color: #009efb;
    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 {
	color: #11BB05;
	border-color: #11BB05;
}
.btn-outline-primary:hover {
	background-color: #11BB05;
	border-color: #11BB05;
}
.btn-outline-primary:focus, 
.btn-outline-primary.focus {
	box-shadow: none;
}
.btn-outline-primary.disabled, 
.btn-outline-primary:disabled {
	color: #11BB05;
	background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	background-color: #11BB05;
	border-color: #11BB05;
}
.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: #009efb;
	border-color: #009efb;
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #009efb;
	border-color: #009efb;
}
.btn-outline-info:focus, .btn-outline-info.focus {
	box-shadow: none;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
	background-color: transparent;
	color: #009efb;
}
.btn-outline-info:not(:disabled):not(.disabled):active, 
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	background-color: #009efb;
	border-color: #009efb;
}
.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;
}
.add-btn {
    max-width: 140px;
}
.pagination > .active > a, 
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: #11BB05;
	border-color: #11BB05;
}
.pagination > li > a, 
.pagination > li > span {
	color: #11BB05;
}
.page-link:hover {
	color: #11BB05;
}
.page-link:focus {
	box-shadow: unset;
}
.page-item.active .page-link {
	background-color: #11BB05;
	border-color: #11BB05;
}
.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.active, .dropdown-item:active {
    background-color: #0de0fe;
}
.navbar-nav .open .dropdown-menu {
	border: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.card {
    border: 1px solid #E5E5E5;
    margin-bottom: 1.875rem;
}
.card-body {
	padding: 1.5rem;
}
.card-title {
    margin-bottom: 15px;
}
.card-header {
	border-bottom: 1px solid #E5E5E5;
	padding: 1rem 1.5rem;
}
.card-footer {
	background-color: #fff;
	border-top: 1px solid #E5E5E5;
	padding: 1rem 1.5rem;
}
.card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #E5E5E5;
}
.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: #11BB05;
	text-shadow: unset;
}
.bootstrap-datetimepicker-widget table td.today::before{
	border-bottom-color: #11BB05;
}
.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;
}

/*-----------------
	4. 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: #11BB05;
	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;
}

/*-----------------
	5. Select2
-----------------------*/

.select2-results__option {
	padding: 6px 15px;
}
.select2-container .select2-selection--single {
	border: 1px solid #E5E5E5;
	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: #E5E5E5 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 #E5E5E5;
	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: #0e1133;
	font-size: 15px;
	font-weight: normal;
	line-height: 44px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #11BB05;
}
.select2-container--default .select2-selection--multiple {
	border: 1px solid #E5E5E5;
	min-height: 46px;
}
.select2-dropdown {
	border-color: #E5E5E5;
}

/*-----------------
	6. Header
-----------------------*/

.header {
	background-color: #fff;
}
.top-header {
	background-color: #11BB05;
}
.top-header .top-header-left p {
	font-size: 14px;
	font-weight: 700;
	color: #11BB05;
	margin-bottom: 0;
	padding: 10px 0;
}
.top-header .top-header-left p span {
	color: #fff;
	font-weight: 400;
}
.top-header .top-header-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-header .top-header-right ul li {
	display: -webkit-inline-box;
  	display: -ms-inline-flexbox;
	display: inline-block;
	padding: 10px;
}
.top-header .top-header-right ul li:last-child {
	border-right: none;
}
.top-header .top-header-right ul li a {
	font-size: 12px;
	color: #fff;
}
.top-header .top-header-right ul li.dropdown a {
	font-weight: 600;
	padding: 0;
	display: -webkit-inline-box;
  	display: -ms-inline-flexbox;
	display: inline-block;
}
.top-header .top-header-right ul li.flag-nav {
	padding: 8px 10px;
	padding-right: 0;
}
.top-header .top-header-right ul li.flag-nav a {
	padding-right: 0;
}
.top-header .top-header-right .has-arrow .dropdown-toggle:after {
	border-color: #fff;
	margin: 0 5px;
	width: 7px;
	height: 7px;
}
.top-header .top-header-right ul li.dropdown .dropdown-item {
	color: #0e1133;
	padding: 7px;
}
.top-header .top-header-right .dropdown-menu {
	min-width: 100px;
}
.middle-header {
	padding: 15px 0;
	position: relative;
	border-bottom: 1px solid #E5E5E5;
}
.middle-header .header-nav {
	padding: 0;
}
.middle-header .navbar-header .logo {
	/*width: 160px;*/
	/*padding: 10px 0;*/
    padding: 0 0 5px 0;
}
.middle-header .middle-header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	/*
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
	justify-content: flex-end;
    */
}
.middle-header .middle-header-center {
	width: 800px;
}
.middle-header .middle-header-center .search {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.middle-header .middle-header-center .search input {
	color: #0e1133;
	outline: none;
	background-color: #FEFEFE;
	border: 1px solid #E5E5E5;
	font-size: 14px;
	padding-left: 20px;
	height: 40px;
	width: 100%;
}
.middle-header .middle-header-center .input-group-append {
	-webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	background-color: #11BB05;
    padding: 0 15px;
    height: 40px;
    outline: none;
    border: none;
}
.middle-header .middle-header-center .input-group-append:hover {
	background-color: #038509;
}
.middle-header .middle-header-center .input-group-append i {
	color: #ffffff;
    font-size: 14px;
}
.middle-header .middle-header-right .upload-btn span {
	background-color: #11BB05;
    border-radius: 2px;
    padding: 10px 20px;
    min-width: 132px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
	position: relative;
	margin-right: 20px;
}
.middle-header .middle-header-right .upload-btn .btn-file input {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.middle-header .middle-header-right .log-user {
	margin: 0;
	padding: 0;
	list-style: none;
}
.middle-header .middle-header-right .log-user li {
	display: inline-block;
	margin-right: 15px;
}
.middle-header .middle-header-right .log-user li:last-child {
	margin-right: 10px;
}
.middle-header .middle-header-right .log-user li a {
	color: #53545b;
	font-size: 13px;
	display: flex;
	align-items: center;
}
.middle-header .middle-header-right .log-user li a:hover {
	color:#11BB05;
}
.middle-header .middle-header-right .log-user li i {
	color: #11BB05;
	font-size: 20px;
	margin-right: 0px;
}
.middle-header .middle-header-right .log-user li.cart {
	position: relative;
}
.middle-header .middle-header-right .log-user li.cart i {
	color: #53545b;
}
.middle-header .middle-header-right .log-user li.cart span {
	background-color: #11BB05;
    font-weight: 700;
    font-size: 11px;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    top: -4px;
    right: -10px;
	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;
}
.header-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	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: 65px;
	padding: 10px 0;
	margin-bottom: 0;
}
.nav-fixed .bottom-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1040;
	padding: 0 15px;
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
}
.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-nav > li.active > a {
	color: #11BB05;
}
.main-nav > li .submenu li a {
    display: block;
    padding: 10px 15px;
    clear: both;
    white-space: nowrap;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
	width: 100%;
	border-top: none;
}
.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;
	color: #0e1133;
}
.main-nav li.login-link {
	display: none;
}
.logo {
    display: inline-block;
    margin-right: 30px;
    /*width: 160px;*/
}
.header-navbar-rht {
    margin: 0;
	margin-left: auto;
	padding: 0;
}
.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;
}
.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;
	right: 0;
	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: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 .dropdown-menu a:hover {
    color: #11BB05;
	letter-spacing: 0.5px;
	padding-left: 20px;
	background-color: #fff;
}
.header-navbar-rht li a.quick-buy {
    font-size: 12px;
    font-weight: 600;
    border-bottom: 2px solid #11BB05;
    padding: 0;
    color: #0e1133;
}
.header-navbar-rht li a.quick-buy:hover {
    color: #11BB05;
}
.header .has-arrow .dropdown-toggle:after {
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid #757575;
	border-right: 2px solid #757575;
	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: #11BB05;
}
.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: 85px;
	padding: 0 10px;
}
.modal-dialog {
    max-width: 700px;
}
.modal-body {
    padding: 20px;
}

/*-----------------
	7. Mobile Menu
-----------------------*/

.sidebar-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1030;
}
.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: 40px;
}
.menu-close {
	font-size: 18px;
}
.bar-icon {
    display: inline-block;
    width: 31px;
}
.bar-icon span {
    background-color: #11BB05;
    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;
}

/*-----------------
	8. Cart Sidebar
-----------------------*/

.cart-sidebar {
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    overflow-y: auto;
    width: 400px;
    height: 100vh;
    transition: all .5s ease 0s;
    transform: translateX(100%);
    background-color: #fff;
    box-shadow: none;
}
.cart-sidebar .cart-body {
    padding: 20px;
}
.cart-sidebar .order-table td {
	white-space: nowrap;
    background-color: transparent;
}
.cart-sidebar .inner {
    position: relative;
    z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.cart-sidebar-opened {
	overflow: hidden !important;
}
.cart-sidebar-opened .cart-sidebar {
    transform: translateX(0);
}
.sidebar-overlay.opened {
    display: block;
}
.cart-sidebar .order-details {
    min-height: calc(100vh - 260px);
    overflow: auto;
    height: calc(100vh - 260px);
}
.cart-sidebar .cart-title {
	color: #0e1133;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
	padding: 20px;
	border-bottom: 1px solid #E5E5E5;
}
.cart-sidebar .cart-close {
    color: #0e1133;
    font-size: 20px;
	position: absolute;
	right: 20px;
}
.cart-sidebar .cart-close:hover, .cart-sidebar .cart-close:focus {
    background-color: transparent;
}
.cart-order-details {
	margin-bottom: 20px;
}
.cart-order-details .order-action {
	width: 30px;
	margin-left: auto;
}
.cart-order-details .item_name {
	width: 200px;
}
.cart-order-details .item_name a {
	font-weight: 600;
    font-size: 14px;
    color: #0e1133;
}
.cart-order-details .item_name p {
	font-weight: 700;
    font-size: 16px;
    color: #0e1133;
	margin-bottom: 0;
}
.cart-order-details .order-table .item_quantity {
	padding-right: 20px;
	width: 130px;
}
.cart-order-details .order-table {
	font-weight: bold;
	font-size: 20px;
}
.cart-order-details .delete_item {
	color: #53545b;
}
.cart-sidebar tr#totalrow td, .cart-sidebar tr.totalrow {
    border: 0;
    font-size: 22px;
    color: #0e1133;
}
.cart-order-details .order-table .normal_total_item {
	color: #0D8ADA;
}
.cart-sidebar td.final_total_td {
    text-align: right;
    color: #0D8ADA !important;
}
.cart-sidebar .total-section {
	margin-bottom: 20px;
}
.cart-sidebar .submit-section {
	text-align: center;
}
.cart-sidebar .submit-section .order-submit {
	margin-bottom: 15px;
}
.cart-sidebar .order-note {
    color: #f00;
    font-weight: bold;
    font-size: 16px;
	margin-bottom: 40px;
}
.go-cart a {
    font-weight: bold;
    font-size: 20px;
    color: #0D8ADA;
    display: inline-block;
    border-bottom: 3px solid #0d8ada;
}
.cart-sidebar .no-cart {
    text-align: center;
}
.cart-sidebar .no-cart img {
    width: 200px;
}
.cart-sidebar .no-cart p {
	font-size: 16px;
    color: #53545b;
    font-weight: 600;
    text-transform: uppercase;
    margin: 40px 0;
    text-align: center;
    line-height: 20px;
}
.cart-sidebar .no-cart a {
	background-color: #3c4044;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
}
.no-cart-body {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 106px);
    justify-content: center;
    align-items: center;
}
.total-section p {
	font-weight: 700;
    font-size: 18px;
    color: #0e1133;
    margin-bottom: 0;
}
.submit-section .view-cart {
	background-color: #11BB05;
	border: 1px solid #11BB05;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 3px;
}
.submit-section .view-cart:hover {
	background-color: #038509;
	border-color: #038509;
}

/*-----------------
	9. Footer
-----------------------*/

.footer .footer-top {
	background-color: #F8F8F8;
    padding: 50px 0;
}
.footer .footer-widget .footer-logo {
    margin-bottom: 30px;
}
.footer-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.footer .footer-widget .footer-contact p {
	font-size: 14px;
	color: #0e1133;
	margin-bottom: 0;
	max-width: 350px;
}
.footer .footer-widget .footer-contact h4 {
	font-size: 16px;
	color: #0e1133;
	font-weight: 700;
	margin-bottom: 0;
}
.footer .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
}
.footer .footer-menu ul li {
    margin-bottom: 10px;
    position: relative;
}
.footer .footer-menu ul li:last-child {
	margin-bottom: 0;
}
.footer .footer-menu ul li a {
    color: #0e1133;
    font-size: 14px;
	font-weight: 500;
    position: relative;
    transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}
.footer .footer-menu ul li a:hover {
	color: #11BB05;
}
.footer .footer-bottom {
	padding: 20px 0;
	background-color: #11BB05;
}
.footer .footer-bottom p {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}
.footer .footer-bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
}
.footer .footer-bottom ul li {
    display: inline-block;
    margin-right: 15px;
}
.footer .footer-bottom ul li:last-child {
    margin-right: 0;
}
.footer .footer-bottom ul li a {
	color: #fff;
}
.footer .footer-bottom ul li i {
	color: #fff;
	font-size: 14px;
}

/*-----------------
	10. Home
-----------------------*/

.section-search { 
	background: #f9f9f9 url(../img/banner-bg.jpg) no-repeat bottom center;
    min-height: 400px;
    background-size: cover;
    position: relative;
	background-repeat: no-repeat;
	background-position: center;
    padding: 100px 0;
}
.section-wrapper {
    margin-bottom: 30px;
}
.section-header {
    margin-bottom: 30px;
}
.section-header h2 {
    font-size: 24px;
    font-weight: 600;
	margin-bottom: 0;
}
.section-wrapper .view-btn {
    color: #11BB05;
    font-size: 15px;
    font-weight: 700;
}
.section-wrapper .view-btn:hover {
	color: #038509;
}
.section-header h2.off-txt {
    font-size: 20px;
    font-weight: 600;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.section-header h2.off-txt img {
	margin-right: 5px;
}
.banner-wrapper {
    max-width: 800px;
    width: 100%;
}
.banner-wrapper h3 {
	font-size: 52px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
}
.banner-wrapper h3 span {
	font-weight: 700;
	color: #f3cd03;
}
.banner-wrapper h1 {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
}
.banner-wrapper h1 span {
	color: #f3cd03;
	font-size: 48px;
}
.banner-wrapper p {
	font-size: 20px;
    color: #ffffff;
	font-weight: 600;
	margin-bottom: 50px;
}
.banner-wrapper .shop-btn {
	color: #fff;
	font-weight: 500;
	padding: 10px 15px;
	font-size: 20px;
	border: 3px solid #FFFFFF;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
.banner-wrapper .shop-btn i {
	margin-left: 10px;
	font-size: 20px;
}
.banner-wrapper .shop-btn:hover {
	color: #f3cd03;
	border-color: #f3cd03;
}
.payoff-section {
	padding: 50px 0 25px;
}
.payoff-section .offer-wrap {
	padding: 20px;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	box-shadow: 0px 4px 24px rgba(183, 183, 183, 0.25);
	border-radius: 4px;
}
.offer-wrap .payment-img {
	padding-right: 20px;
	width: 80px;
	height: 60px;
	display: flex;
	align-items: center;
}
.offer-wrap .payment-info p {
	font-size: 14px;
	font-weight: 600;
	color: #53545b;
	margin-bottom: 0;
}
.offer-wrap .payment-info p span {
	font-weight: 700;
	color: #0e1133;
	display: inline-block;
}
.product-section {
	padding: 25px 0;
}
.single-product {
	border: 1px solid #E5E5E5;
    background: #fff;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
    position: relative;
    margin-bottom: 0;
}
.single-product .product-img {
	position: relative;
    margin-bottom: 10px;
    padding: 10px 10px 0;
	text-align: center;
}
.single-product .product-img img {
    margin: 0 auto;
    /*width: 150px;*/
    height: 240px;
}
.single-product .product-content {
	text-align: center;
    min-height: 150px;
}
.single-product .product-content .title a {
	/*font-weight: 600;*/
	font-size: 16px;
	color: inherit;
    font-weight: bold;
}
.single-product .product-content h3 {
    margin: 0 5px 5px 5px;
    line-height: 0.9;
}
.single-product .product-content .title a:hover {
	color: #11BB05;
}
.single-product .product-content .rating, .rating {
    margin-bottom: 15px;
}
.single-product .product-content .rating i, .rating i {
	color: #ff9415;
	font-size: 12px;
}
.single-product .product-content .rating span, .rating span {
	font-size: 12px;
	color: #0e1133;
}
.single-product .product-content .price-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	margin-bottom: 10px;
}
.single-product .product-content .price-wrap .sales-price {
	font-weight: 200;
	font-size: 16px;
	color: #0e1133;
	margin-right: 6px;
}
.single-product .product-content .price-wrap .off-price {
	font-size: 14px;
	color: #0e1133;
	margin-right: 6px;
	text-decoration: line-through;
}
.single-product .product-content .price-wrap .off-amt {
	color: #11BB05;
	font-size: 14px;
}
.pro-details {
	position: absolute;
}
.pro-details .sales-txt, .sales-txt {
	font-size: 12px;
	color: #fff;
	padding: 1px 10px;
	background-color: #FD9F11;
	border-radius: 5px;
	display: block;
	text-align: center;
	margin-bottom: 5px;
	min-width: 60px;
}
.pro-details .sales-txt.average {
	background-color: #FD113B;
}
.pro-details .sales-txt.new {
	background-color: #28CC1A;
}
.single-product .cart-wrap {
	/* opacity: 0; */ /*20231010*/
	/*visibility: hidden;*/ /*20231010*/
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
	/*position: absolute;*/ /*20231010*/
    bottom: -50px;
    left: 0;
    width: 100%;
}
.single-product:hover {
	border-color: #11BB05;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
}
.single-product:hover .product-content .price-wrap {
/* скрытие цены при наведении на на элемент товара grid */	
/*
    opacity: 0;
	visibility: hidden;  zzzzz
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;*/
}
.single-product:hover .cart-wrap {
	opacity: 1;
	visibility: visible;
	text-align: center;
	transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-ms-transition: ease all 0.5s;
	bottom: 0;
}
.single-product .cart-wrap a {
	background-color: #11BB05;
    padding: 10px;
    color: #fff;
	display: inline-block;
	width: 100%;
}
.single-product .cart-wrap a:hover {
	background-color: #038509;
}
.pro-banner {
	padding: 25px 0;
}
.pro-banner-wrap {
	display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.pro-banner-wrap .pro-banner-img {
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.pro-banner-wrap .pro-banner-content {
	position: absolute;
    top: 50%;
    left: 0;
    padding: 60px;
	transform: translate(0, -50%);
}
.pro-banner-content .sales-txt {
	font-size: 12px;
	color: #fff;
	padding: 1px 10px;
	background-color: #FD9F11;
	border-radius: 8px;
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
	min-width: 60px;
}
.pro-banner-content .shop-btn {
	color: #fff;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 500;
	padding: 5px 10px;
	min-width: 100px;
	text-align: center;
	display: inline-block;
}
.pro-banner-content h3 {
	font-weight: 600;
	font-size: 28px;
	color: #0e1133;
	max-width: 370px;
	margin-bottom: 30px;
}
.popular-products {
	padding: 25px 0 5px;
}
.weekend-wrapper {
	background: linear-gradient(157.11deg, #0e1133 24.25%, #484848 91.85%);
	padding: 30px;
	margin-bottom: 20px;
}
.weekend-wrapper p {
	font-weight: 500;
	font-size: 28px;
	color: #fff;
	margin-bottom: 20px;
	padding-bottom: 5px;
	position: relative;
}
.weekend-wrapper p:after {
	content: '';
    width: 45px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.weekend-wrapper h3 {
	font-size: 36px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 50px;
}
.weekend-wrapper h3 span {
	font-weight: 700;
}
.weekend-wrapper .shop-btn {
	border: 3px solid #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	padding: 5px 15px;
	color: #fff;
}
.weekend-wrapper .shop-btn:hover {
	color: #11BB05;
	border-color: #11BB05;
}
.weekend-wrapper .device-wrap {
	text-align: right;
}
.weekend-wrapper .device-wrap img {
	width: 240px;
}
.popular-products .single-product {
	margin-bottom: 20px;
	overflow: hidden;
}
.popular-products .single-product .product-content .price-wrap .off-price {
	text-decoration: none;
}
.popular-categories {
	padding: 25px 0;
}
.categorie-wrap {
	position: relative;
	width: 100%;
}
.owl-carousel .owl-item .categorie-wrap img {
	width: 100%;
}
.categorie-wrap .overlay-content {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: .5s ease;
    -webkit-transition: .5s ease;
    -ms-transition: .5s ease;
}
.categorie-wrap .overlay-content a {
	background-color: #11BB05;
    min-width: 100px;
    text-align: center;
    box-shadow: 0px 4px 24px rgb(183 183 183 / 25%);
    color: #fff;
    font-size: 14px;
    padding: 5px;
	font-weight: 600;
}
.categorie-wrap:hover .overlay-content {
	opacity: 0;
	visibility: hidden; 
}
.categorie-wrap:hover img {
	border-radius: 5px;
}
.categorie-wrap .overlay {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	-webkit-transition: .5s ease;
	-ms-transition: .5s ease;
	background: rgba(23, 149, 255, 0.5);
    box-shadow: 0px 4px 24px rgb(183 183 183 / 25%);
    border-radius: 5px;	
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.categorie-wrap:hover .overlay {
	opacity: 1;
}
.categorie-wrap .overlay .arrow {
	width: 30px;
    height: 30px;
    border-radius: 50%;
    background-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;
	margin-bottom: 5px;
}
.categorie-wrap .overlay .arrow i {
	font-size: 14px;
	color: #11BB05;
}
.categorie-wrap .overlay h4 {
	font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.categorie-wrap .overlay h4 a {
	color: inherit;
}
.digital-section {
	padding: 25px 0;
}
.digital-section .thermometer-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.digital-section .thermometer-wrapper .digita-bg {
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}
.digital-section .thermometer-wrapper .digital-content {
	position: absolute;
	padding: 20px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.thermometer-wrapper .digital-content .average-sec h3 {
	color: #ffffff;
	font-size: 96px;
	font-weight: 700;
}
.thermometer-wrapper .digital-content .average-sec {
	padding-right: 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.55);
	text-align: center;
}
.thermometer-wrapper .digital-content .average-sec h3 span {
	font-size: 60px;
    max-width: 70px;
    display: inline-block;
    line-height: 30px;
	margin-left: 5px;
}
.thermometer-wrapper .digital-content .average-sec h3 span .small-text {
	font-size: 30px;
	margin: 0;
}
.thermometer-wrapper .digital-content .digital-heading {
	text-align: center;
	min-width: 300px;
	padding: 0 20px;
}
.thermometer-wrapper .digital-content .digital-heading h3 {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.thermometer-wrapper .digital-content .digital-heading p {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
}
.thermometer-wrapper .digital-content .digital-heading p span {
	padding: 0 10px;
	background-color: #fff;
	color: #11BB05;
	display: inline-block;
}
.blog-section {
    padding: 25px 0 20px;
}
.blog-section .blog-wrap {
    background-color: #FFFFFF;
    box-shadow: 0px 8px 40px rgba(49, 32, 138, 0.05);
    border-radius: 5px;
    margin-bottom: 30px;
}
.blog-section .blog-wrap .image-holder img {
	border-radius: 5px;
	width: 100%;
}
.image-holder a, .image-holder a img {
	display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.image-holder {
	overflow: hidden;
	border-radius: 5px;
}
.image-holder img {
	-webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.image-holder a:hover img {
	-webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.blog-section .blog-wrap .blog-content {
	padding: 20px;
}
.blog-wrap .blog-content .auther-details {
	margin-bottom: 15px;
}
.blog-section .blog-wrap .blog-content .auther-details a {
	font-size: 14px;
}
.blog-wrap .blog-content .auther-details a i {
	font-size: 14px;
	color: #11BB05;
	margin-right: 5px;
}
.blog-wrap .blog-content h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.blog-wrap .blog-content p {
	color: #53545b;
	font-size: 16px;
}
.blog-wrap .blog-content .read-txt {
	color: #11BB05;
	font-size: 16px;
}
.blog-wrap .blog-content .read-txt:hover {
	color: #038509;
}
.newsletter {
	padding: 25px 0;
	background-color: #11BB05;
}
.newsletter img {
	float: left;
	margin-right: 15px;
}
.newsletter h3 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.newsletter p {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
}
.newsletter .form-group input {
	background: #fff;
	border: 0;
	border-radius: 3px;
	padding: 10px 15px;
	outline: none;
	font-size: 16px;
	color: #0e1133;
	width: 100%;
	height: 50px;
	padding-right: 135px;
}
.newsletter .form-group button {
	position: absolute;
    right: 15px;
    padding: 10px;
    border: none;
    font-size: 16px;
    background-color: #14AC14;
    border-radius: 0px 3px 3px 0px;
    color: #fff;
    height: 50px;
    font-weight: 600;
	width: 140px;
}

/*-----------------
	11. Owl Carousel
-----------------------*/

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	font-size: 12px;
	display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #11BB05;
	color: #fff;
    transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
    border-radius: 50%;
    transform: translateY(-50%);
}
.owl-carousel .owl-nav .owl-prev {
    margin-left: -15px;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 100%;
    height: 0;
    left: 0;
}
.owl-carousel .owl-nav .owl-next {
    float: right;
    margin-right: 40px;
}
.owl-carousel .owl-nav .owl-next {
    margin-right: -15px;
}
.owl-carousel .owl-item img {
    width: auto;
}

/*-----------------
	12. Login
-----------------------*/

.account-page {
	background-color: #f1f1f1;
}
.account-page .content {
    padding: 50px 0;
}
.account-page .account-content {
	background-color: #ffffff;
	border-radius: 20px;
	padding: 30px;
}
.account-page .account-content .login-left {
	border-right: 1px solid #E5E5E5;
	text-align: center;
}
.account-content .login-left .login-content {
	margin-top: 50px;
}
.login-left .login-content h3 {
	font-size: 22px;
	font-weight: 600;
}
.login-left .login-content p {
	font-size: 14px;
	font-weight: 600;
	color: #53545b;
	margin-bottom: 0;
}
.account-page .account-content .login-right {
	padding-left: 30px;
}
.login-header {
	margin-bottom: 30px;
}
.login-header h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px;
}
.login-header p {
	font-size: 14px;
	font-weight: 600;
	color: #53545b;
	margin-bottom: 0;
}
.login-right label {
	font-size: 14px;
	font-weight: 600;
	color: #53545b;
}
.account-page .account-content .edit-btn {
	color: #11BB05;
	font-weight: 700;
	margin-left: 10px;
}
.account-content .login-header p span {
	font-weight: 700;
}
.account-page .form-group {
	margin-bottom: 40px;
}
.account-page .account-content .login-right input {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #0e1133;
	padding-left: 0;
	font-size: 18px;
	font-weight: 600;
	color: #0e1133;
}
.account-content .login-right .login-btn {
	padding: 13px;
	font-size: 20px;
	font-weight: 700;
	border-radius: 5px;
}
.login-right .dont-have {
    color: #0e1133;
    margin-top: 10px;
    font-size: 14px;
	font-weight: 600;
}
.login-right .dont-have a {
    color: #11BB05;
	font-weight: 700;
}
.login-right .policy-sec {
	margin: 20px 0 0;
}
.login-right .policy-sec p {
	color: #0e1133;
	font-size: 14px;
	font-weight: 600;
	max-width: 350px;
    margin: 0 auto;
}
.login-right .policy-sec p a, .login-right .otp-content p a {
	color: #11BB05;
}
.login-right .otp-content p {
	font-size: 14px;
	font-weight: 700;
	color: #53545b;
}

/*-----------------
	13. Product List
-----------------------*/

.sidebar-category .category-header {
	border: 1px solid #11BB05;
	border-radius: 8px;
	padding: 15px;
	text-align: center;
	margin-bottom: 20px;
}
.sidebar-category .category-header .bar-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	display: flex;
	float: left;
	margin: 5px 0;
}
.sidebar-category .category-header .bar-icon span {
	margin: 0 auto;
	margin-bottom: 3px;
	width: 22px;
	background-color: #11BB05;
}
.sidebar-category .category-header .bar-icon span:nth-child(2) {
	width: 16px;
}
.sidebar-category .category-header .bar-icon span:nth-child(3) {
	width: 8px;
}
.sidebar-category .category-header h3 {
	font-size: 20px;
	font-weight: 700;
	color: #11BB05;
	text-transform: uppercase;
	margin-bottom: 0;
}
.category-body h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.category-body h3 i {
	font-size: 18px;
	width: 30px;
	height: 30px;
	color: #11BB05;
	background: #FFFFFF;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.category-body .accordion .card {
    border: none;
    margin-bottom: 0;
    background-color: transparent;
	margin-bottom: 10px;
}
.category-body .accordion .card-body {
	padding: 10px;
}
.category-body .accordion .card .card-body {
	padding: 0;
}
.category-body .accordion .card-body  .card-title {
	font-size: 14px;
	/*font-weight: 600;*/
	margin-bottom: 0;
}
.category-body .accordion .card-body  .card-title a::before {
	/*content: '\e930';*/
	font-family: 'feather' !important;
    color: #11BB05;
    border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	width: 25px;
}
.category-body .accordion .card-body  .card-title a:not(.collapsed)::before {
    content: '\e92e';
	font-family: 'feather' !important;
    border-radius: 50%;    
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
}
.category-body .accordion .card-body .card-title i {
	width: 30px;
	height: 30px;
	color: #11BB05;
	background: #FFFFFF;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.category-body .accordion .card-body .card-collapse {
	padding: 5px 0 0;
}
.category-body .accordion .card-body ul {
    margin: 0;
    list-style: none;
    padding: 0 0 0 25px;
}
.category-body .accordion .card-body ul li {
	padding: 6px 0;
}
.category-body .accordion .card-body ul li:last-child {
	padding-bottom: 0;
}
.category-body .accordion .card-body ul li a {
	color: #53545b;
	font-size: 14px;
}
.category-body .accordion .card-body ul li a:hover {
	color: #11BB05;
}
.category-body .show-all {
	color: #11BB05;
    font-size: 16px;
    font-weight: 700;
	margin-top: 10px;
	display: block;
}
.sidebar-widget {
    background-color: #F7F7FA;
    border-color: #F7F7FA;
}
.sidebar-widget > .card-body > .card-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.sidebar-category .brands .card {
	border: none;
	margin-bottom: 30px;
	background-color: #F7F7FA;
	border-radius: 4px;
}
.sidebar-category .card-title a:after {
	/*content: '\e92e';*/
    font-family: 'feather' !important;
    color: #0e1133;
    font-size: 18px;
    position: absolute;
    right: 0;
}
.sidebar-category .category-body .card .card-title a:after {
	/*content: '\e92e';*/
}
.sidebar-category .card-title a:not(.collapsed)::after {
    /*content: '\e931';*/
}
.sidebar-category .card-collapse {
	padding-top: 20px;
}
.sidebar-category .custom_check, .sidebar-category .custom_check {
    color:#0e1133;
    display: inline-block;
    position: relative;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 18px;
}
.sidebar-category .card-collapse div:last-child .custom_check {
	margin-bottom: 0;
}
.sidebar-category .custom_check input, .sidebar-category .custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.sidebar-category .custom_check .checkmark, .sidebar-category .custom_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #53545b;
    background-color: transparent;
    border-radius: 3px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar-category .custom_check input:checked ~ .checkmark, .sidebar-category .custom_check input:checked ~ .checkmark {
    background-color: #11BB05;
    border-color: #11BB05;
}
.sidebar-category .custom_check input:checked ~ .checkmark:after, .sidebar-category .custom_check input:checked ~ .checkmark:after {
    display: block;
}
.sidebar-category .custom_check .checkmark::after, .sidebar-category .custom_check .checkmark::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    display: none;
    left: 2px;
    top: -2px;
    color: #ffffff;
    font-size: 10px;
}
.product-category-details .brands .custom_check input:checked ~ .checkmark {
    background-color: #f7f7fa;
    border: #f7f7fa;
}
.product-category-details .brands .custom_check .checkmark::after {
	color: #0dd638;
}
.pro-specifications {
    padding: 0;
    list-style: none;
    color: #0e1133;
    font-size: 14px;
	margin: 0;
}
.pro-specifications li {
	margin-bottom: 20px;
}
.pro-specifications li:last-child {
	margin-bottom: 0;
}
.pro-specifications li i.fa-check {
	color: #0dd638;
	font-size: 10px;
	margin-right: 10px;
}
.content .single-product {
	margin-bottom: 30px;
	overflow: hidden;
    min-height: 300px;
}
.category-desc {
	margin-bottom: 20px;
}
.category-desc ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.category-desc ul li {
    font-size: 12px;
    color: #53545b;
    padding: 0 0 6px;
}
.category-desc ul li:last-child {
    padding: 0;
}
.category-desc ul li::before {
	/*content: '\e92b';*/
    font-family: 'feather' !important;
    display: inline-block;
    color: #0dd638;
    margin-right: 5px;
}

/*-----------------
	14. Product Details
-----------------------*/

.product-detail-info .pro-title a {
	font-size: 16px;
    color: #53545b;
	margin-bottom: 5px;
	display: block;
	font-weight: 500;
}
.product-detail-info .pro-title h3 {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 5px;
}
.product-detail-info .pro-title span {
	display: inline-block;
	color: #53545b;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}
.product-detail-info .price-wrap {
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    margin-bottom: 20px;
}
.product-detail-info .price-wrap .sales-price {
	font-weight: 700;
    font-size: 32px;
    color: #0e1133;
    margin-right: 10px;
}
.product-detail-info .price-wrap .off-price {
    font-size: 24px;
    color: #0e1133;
    margin-right: 10px;
    text-decoration: line-through;
}
.product-detail-info .price-wrap .off-amt {
    color: #11BB05;
    font-size: 24px;
}
.product-detail-info .stock-available p {
	color: #0e1133;
	font-weight: 700;
	font-size: 14px;
}
.product-detail-info .stock-available p span {
	font-weight: 400;
	margin-bottom: 0;
	color: #0dd638;
}
.product-detail-info .category-desc ul {
	margin-bottom: 30px;
}
.product-detail-info .category-desc ul li {
	font-size: 15px;
	color: #0e1133;
}
.product-detail-info .product-desc h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
.product-detail-info .product-desc h3 i {
	color: #11BB05;
	margin-left: 10px;
}
.product-desc .check-delivery {
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	width: 100%;
	position: relative;
	padding: 13px 10px;
	margin-bottom: 30px;
}
.product-desc .check-delivery input {
	border: none;
	outline: none;
	border-radius: 5px;
	color: #53545b;
	font-size: 16px;
	font-weight: 600;
	width: 100%;
    padding-right: 70px;
}
.product-desc .check-delivery button {
	background-color: transparent;
    outline: none;
    border: none;
    position: absolute;
	color: #53545b;
    right: 10px;
	top: 13px;
	font-size: 16px;
	font-weight: 600;
}
.product-desc .check-delivery button:hover {
	color: #11BB05;
}
.product-desc .add-cart {
	margin-bottom: 30px;
}
.product-desc .add-cart a {
	border-radius: 7px;
    background: #11BB05;
	border: 1px solid #11BB05;
    padding: 15px 10px;
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.product-desc .add-cart a:hover {
	background-color: #038509;
	border-color: #038509;
}
.product-desc .pro-share h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
}
.product-desc .pro-share ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-desc .pro-share ul li {
    display: inline-block;
    padding: 0 5px;
}
.product-desc .pro-share ul li a {
	color: #fff;
	background-color: #0e1133;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.product-desc .pro-share ul li.fb-btn a {
	background-color: #3B5998;
}
.product-desc .pro-share ul li.tw-btn a {
	background-color: #55ACEE;
}
.item-slick.slick-slide.slick-current.slick-active {
	outline: none!important  
}
.slider-for {
  	margin-bottom: 15px;
}
.slider-for img {
  	width: 100%;
  	min-height: 100%; 
}
.slider-nav {
  	margin: auto;
}
.slider-nav .item-slick {
  	max-width: 106px;
  	height: 106px;
  	margin-right: 15px;
  	outline: none!important;
  	cursor: pointer;
  	margin: 12px 0 0;
  	padding: 4px;
  	border: 1px solid #E5E5E5;
  	border-right: none;
}
.slider-nav .slick-slide:last-child .item-slick {
	border-right: 1px solid #E5E5E5;
}
.slider-nav .item-slick img {
  	max-width: 100%;
  	background-size: cover;
  	background-position: center; 
}
.slick-arrow {
  	position: absolute;
  	top: 50%;
  	z-index: 50;
  	margin-top: -12px; 
}
.slick-prev {
  	left: 0;
}
.slick-next {
  	right: 0; 
}

/*-----------------
	15. Cart
-----------------------*/

.cart-wrapper.right-wrapper {
	padding: 0;
}
.cart-wrapper h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}
.cart-wrapper .card {
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	padding: 15px;
}
.product-list-wrapper {
	padding: 15px 15px 0;
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	margin-bottom: 30px;
}
.product-list-wrapper .list-wrapper-contet {
	display: flex;
	width: 100%;
	align-items: center;
	padding-bottom: 15px;
}
.wrapper-left {
	display: flex;
	flex-grow: 1;
    flex: 0 0 70%;
	align-items: center;
}
.wrapper-left .list-image {
    flex: 0 0 150px;
    margin-right: 20px;
}
.wrapper-left .list-content .category-desc {
	margin-bottom: 0;
}
.wrapper-left .list-content {
	flex-grow: 1;
}
.list-content .pro-title a {
    font-size: 16px;
    color: #0e1133;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
}
.list-content .pro-title h3 {
    margin-bottom: 8px;
	color: #0e1133;
}
.list-content .pro-title h3 a {
    font-weight: 700;
    font-size: 22px;
}
.list-content .pro-title h3 a:hover {
	color: #11BB05;
}
.list-content .pro-title span {
    color: #53545b;
    font-size: 14px;
}
.wrapper-right {
	flex: 0 0 30%;
}
.wrapper-right .price-wrap .sales-price {
    font-size: 20px;
    font-weight: 700;
    color: #11BB05;
    margin-bottom: 10px;
}
.wrapper-right .price-wrap .off-price {
    color: #53545b;
    font-size: 16px;
    font-weight: 600;
}
.wrapper-right .price-wrap .off-price a {
    color: #53545b;
    font-size: 15px;
    display: inline-block;
    text-decoration: line-through;
    margin-right: 5px;
}
.list-wrapper-footer {
    color: #53545b;
	padding: 15px 0;
	border-top: 1px solid #e5e5e5;
}
.list-wrapper-footer a {
    font-size: 14px;
}
.list-wrapper-footer a i {
    margin-right: 5px;
}
.cart-wrapper .card-body {
	padding: 0 0 15px;
}
.cart-wrapper .card-body .pro-title a {
    font-size: 16px;
    color: #53545b;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
}
.cart-wrapper .card-body .pro-title h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 8px;
}
.cart-wrapper .card-body .pro-title span {
	color: #53545b;
    font-size: 14px;
}
.cart-wrapper .card-body .price-wrap .sales-price {
	font-size: 20px;
	font-weight: 700;
	color: #11BB05;
	margin-bottom: 10px;
}
.cart-wrapper .card-body .price-wrap .off-price {
	color: #53545b;
	font-size: 16px;
	font-weight: 600;
}
.cart-wrapper .card-body .price-wrap .off-price a {
	color: #53545b;
	font-size: 15px;
	display: inline-block;
	/*text-decoration: line-through;*/
	margin-right: 5px;
}
.qty-add {
    margin: 0;
    display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.qty-add span {
    display: inline-block;
}
.qty-add span button {
    font-weight: 600;
    border-radius: 100%;
    font-size: 11px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    background-color: #11BB05;
    margin-left: 0px;
    width: 25px;
    justify-content: center;
    height: 25px;
    border: 1px solid #11BB05;
    color: #ffffff;
    padding: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.qty-add span button.qty-minus {
    background-color: #fff;
	color: #11BB05;
}
.qty-add span input {
    width: 40px;
    border: 0px;
    box-shadow: unset;
    text-align: center;
    background: transparent !important;
    margin: 0;
    height: 25px;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: #0e1133;
}
.cart-wrapper .card-footer {
	padding: 15px 0 0;
	border-top: 1px solid #E5E5E5;
}
.cart-wrapper .card-footer .remove-txt::after {
	content: '';
	border-right: 1px solid #E5E5E5;
	padding-left: 30px;
}
.cart-wrapper .card-footer a {
	font-size: 14px;
	color: #53545b;
}
.cart-wrapper .card-footer a i {
	margin-right: 5px;
}
.coupon-wrap i {
	color: #53545b;
	font-size: 25px;
    margin-right: 10px
}
.coupon-wrap h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	margin-right: 30px;
}
.coupon-wrap .apply-btn {
    min-width: 100px;
    text-align: center;
    padding: 4px 15px;
    color: #11BB05;
    font-size: 14px;
    background-color: #FFFFFF;
    border: 1px solid #11BB05;
    border-radius: 5px;
    font-weight: bold;
}
.coupon-wrap .apply-btn:hover {
	color: #fff;
	background-color: #11BB05;
}
.coupon-wrap .log-txt {
	color: #0e1133;
	font-size: 16px;
}
.coupon-wrap .log-txt a {
	color: #11BB05;
	font-weight: 700;
}
.coupon-wrap {
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
}
.price-wrapper {
	padding-bottom: 30px;
	border-bottom: 1px solid #E5E5E5;
}
.price-wrapper h4 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 30px;
}
.price-wrapper .booking-date, .total-wrap .booking-date {
    padding: 0;
    list-style: none;
	margin: 0;
}
.price-wrapper .booking-date li {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #0e1133;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.price-wrapper .booking-date li:last-child, .total-wrap .booking-date li:last-child {
	margin-bottom: 0;
}
.price-wrapper .booking-date li span {
    float: right;
    font-weight: 400;
    font-size: 15px;
    text-align: right;
	color: #53545b;
}
.price-wrapper .booking-date li span a {
	color: #11BB05;
}
.total-wrap {
	padding: 20px 0;
}
.total-wrap .booking-date li {
	position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #0e1133;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.total-wrap .booking-date li span {
	float: right;
    font-weight: 700;
    font-size: 16px;
    text-align: right;
}
.total-wrap .order-btn {
	text-align: center;
	color: #fff;
	display: block;
	padding: 13px;
	width: 100%;
	background-color: #11BB05;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.total-wrap .order-btn:hover {
	background-color: #038509;
}

/*-----------------
	15. Checkout
-----------------------*/

.process-wrapper ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.process-wrapper ul li {
    position: relative;
	margin-right: 30px;
	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;
    flex-direction: column;
}
.process-wrapper ul li:last-child {
	margin-right: 0;
}
.process-wrapper ul li img {
	margin-bottom: 10px;
}
.process-wrapper ul li a {
	color: #53545b;
	font-size: 18px;
}
.process-wrapper ul li.active a {
	color: #11BB05;
	font-weight: 600;
}
.process-wrapper ul li.empty-line {
	width: 100px;
	position: relative;
}
.process-wrapper ul li.empty-line span {
	display: block;
    background-color: #333333;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 13px;
}
.cart-title {
	color: #11bb05;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
	text-transform: uppercase;
}
.checkout-form {
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
	text-align: left;
}
.checkout-form .form-group {
	position: relative;
	margin-bottom: 40px;
}
.checkout-form input {
	font-size: 16px;
	color: #0e1133;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
    
    width: 100%;
    margin: 5px 0;
    box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
}
.checkout-form input:focus {
	color: #0e1133;
	background-color: #fff;
	border-color: #e5e5e5;
}
.checkout-form label {
	margin-bottom: 0;
    position: absolute;
    top: -10px;
    left: 6px;
    background-color: #fff;
    padding: 0 10px;
    font-size: 12px;
    color: #53545b;
}
.add-more {	
	color: #53545b;
}
.add-more a {
	font-size: 14px;
	font-weight: 600;
}
.checkout-footer a {
	text-transform: uppercase;
	display: block;
	width: 100%;
	border: 1px solid #11BB05;
	border-radius: 5px;
	padding: 15px 20px;
	font-size: 20px;
	font-weight: 700;
	color: #11BB05;
	text-align: center;
}
.checkout-footer a:hover {
	background-color: #11BB05;
	color: #fff;
}
.checkout-footer a.active {
	color: #fff;
}
.payment-method-wrapper {
	background-color: #fff;
	border-radius: 5px;
}
.payment-methods {
	padding: 0;
	background-color: #fff;
	border-radius: 5px;
}
.payment-methods .methods-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.payment-methods .methods-list li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 15px;
}
.payment-methods .methods-list li .pay-logo {
	width: 50px;
}
.payment-methods .methods-list li h4 {
	color: #0e1133;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}
.payment-methods .methods-list li .custom-control {
	position: absolute;
    right: 15px;
    margin: 0 0 5px;
}
.methods-list li .custom-control-label::before {
	background-color: transparent;
	border-color: #53545b;
	width: 1.25rem;
    height: 1.25rem;
}
.methods-list li .custom-control-input:checked~.custom-control-label::before {
    border-color: #11BB05;
    background-color: #fff;
	width: 1.25rem;
    height: 1.25rem;
}
.methods-list li .custom-radio .custom-control-input:checked~.custom-control-label::after {
    content: '';
    background-image: url(../img/icons/checkmark-icon.png);
	width: 1.25rem;
    height: 1.25rem;
}
.payment-methods .methods-list li.active {
	background-color: #FFFFFF;
	border-color: #11BB05;
}
.payment-methods .methods-list li:last-child {
	margin-bottom: 0;
}
.payment-information {
	padding: 0;
    background-color: transparent;
    margin: 0;
    border-radius: 0;
}
.payment-information.checkout-form input {
	font-weight: 500;
}
.payment-information .form-group {
	margin-bottom: 30px;
}
.payment-information.checkout-form label {
	left: 5px;
}
.payment-information .form-group i {
	position: absolute;
    right: 15px;
    top: 15px;
	color: #53545b;
}
.delivery-info h5 {
	font-size: 16px;
	font-weight: 600;
}
.delivery-info p {
	font-size: 14px;
	color: #53545b;
	max-width: 250px;
	margin-bottom: 10px;
}
.delivery-info a {
	font-size: 16px;
	font-weight: 600;
	color: #11BB05;
}
.order-id p {
    font-size: 20px;
    font-weight: 700;
    color: #0e1133;
    margin-bottom: 30px;
}
.checkout-footer a.sm-btn {
	width: 300px;
	margin: 0 auto;
}

/*-----------------
	17. Blog
-----------------------*/

.blog-wrap .blog-content {
    padding: 20px;
}
.blog-wrap .blog-content p:last-child {
	margin-bottom: 0;
}
.blog-wrap {
    background-color: #FFFFFF;
    box-shadow: 0px 8px 40px rgb(49 32 138 / 5%);
    border-radius: 5px;
}
.blog-list-row .blog-wrap {
	margin-bottom: 30px;
}
.blog-list-row .auther-details ul {
	padding: 0;
    margin: 0;
	list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.blog-list-row .auther-details ul li {
	display: inline-block;
    margin-right: 20px;
	color: #53545b;
}
.blog-list-row .auther-details ul li:last-child {
    margin-right: 0;
}
.category-widget {
	border: none;
    margin-bottom: 30px;
}
.category-widget:last-child {
	margin-bottom: 0;
}
.category-widget .card-header {
	padding: 0;
    border: none;
	margin-bottom: 20px;
}
.category-widget .card-body {
    padding: 0;
}
.category-widget .categories {
    list-style: none;
    margin: 0;
    padding: 0;
}
.category-widget .card-header .card-title {
    font-size: 16px;
    font-weight: 700;
}
.category-widget .categories li {
    color: #53545b;
    margin-bottom: 20px;
}
.category-widget .categories li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.category-widget .categories li a {
    font-size: 14px;
    font-weight: 600;
}
.category-widget .categories li a span {
    float: right;
}
.latest-posts {
    margin: 0;
    padding: 0;
}
.latest-posts li {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.latest-posts li:last-child {
	margin-bottom: 0;
}
.post-thumb {
    border-radius: 4px;
    width: 80px;
    float: left;
    overflow: hidden;
}
.post-thumb a img {
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.post-thumb a:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}
.post-info {
    margin-left: 95px;
}
.post-info h4 {
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 600;
}
.post-info p {
    color: #53545b;
    font-size: 12px;
    margin: 0;
}
.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.tags li {
    float: left;
}
.tag {
    background-color: #fff;
    border-radius: 4px;
    color: #53545b;
    padding: 5px 10px;
    position: relative;
    margin: 0 8px 8px 0;
    font-size: 14px;
    border: 1px solid #E5E5E5;
    display: inline-block;
}
.sidebar-right .category-widget.tag-wrap {
	margin-bottom: 22px;
}
.blog-grid .blog-title {
    font-size: 18px;
	margin: 0 0 5px;
	min-height: 43px;
}
.blog-share .card-title, .author-widget .card-title, .blog-comments .card-title, .new-comment .card-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}
.social-share {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-share > li:first-child {
    margin-left: 0;
}
.social-share > li {
    display: inline-block;
    float: left;
    margin-left: 10px;
    text-align: center;
}
.social-share > li > a {
    border: 1px solid #E5E5E5;
    color: #666;
    display: inline-block;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.social-share > li > a:hover {
    background-color: #11BB05;
    color: #fff;
    border-color: #11BB05;
}
.about-author {
    min-height: 100px;
    display: flex;
    align-items: center;
}
.about-author-img {
    background-color: #fff;
    height: 100px;
    overflow: hidden;
    position: absolute;
    width: 100px;
}
.author-details {
    margin-left: 120px;
}
.author-details .blog-author-name {
    display: inline-block;
    margin-bottom: 10px;
}
.blog-author-name {
    color: #0e1133;
    font-size: 16px;
    font-weight: 600;
}
.blog-comments .comments-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.blog-comments .comments-list li {
    clear: both;
    padding-left: 80px;
}
.blog-comments .comments-list li .comment {
    margin-bottom: 20px;
}
.blog-comments .comments-list li .comment-author {
    left: 0;
    position: absolute;
}
.blog-comments .comments-list li img.avatar {
    height: 58px;
    width: 58px;
    border-radius: 58px;
}
.comment-by {
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px;
}
.comments-list .comment-block p {
    font-size: 14px;
    margin-bottom: 5px;
}
.blog-comments .comment-btn {
    color: #11BB05;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
}
.new-comment label {
	color: #53545b;
    font-weight: 600;
}
.submit-section .submit-btn {
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    min-width: 120px;
}

/*-----------------
	18. About Us
-----------------------*/

.about-wrapper .pro-banner-wrap .pro-banner-content {
	left: unset;
	right: 0;
}
.about-wrapper h3 {
	max-width: 500px;
}
.about-wrapper h3 {
	font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
	margin-bottom: 30px;
}
.about-wrapper .pro-banner-content span {
	color: #53545b;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
}
.about-wrapper p {
	font-size: 16px;
	color: #53545b;
}
.about-wrapper .about-banner-wrap {
	padding-bottom: 25px;
}
.section-wrap {
	padding: 25px 0;
}
.payoff-section.section-wrap {
	padding: 25px 0 30px;
}
.notification-wrap {
	margin: 0;
	padding: 0;
	list-style: none;
}
.notification-wrap li {
	position: relative;
	display: flex;
	background-color: #FFFFFF;
    box-shadow: 0px 8px 40px rgb(49 32 138 / 5%);
    border-radius: 5px;
	padding: 20px;
	margin-bottom: 20px;
}
.notification-wrap li:last-child {
	margin-bottom: 0;
}
.notification-wrap li:hover {
	background-color: #ebeff3;
}
.notification-wrap .notify-img {
	width: 50px;
	margin-right: 10px;
}
.notification-wrap .notify-img img {
	width: 100%;
	border-radius: 50%;
}
.notification-wrap .notify-content {
	width: 100%;
}
.notification-wrap .notify-content h3 {
	font-size: 16px;
	font-weight: 700;
}
.notification-wrap .notify-content p {
	font-size: 14px;
	color: #53545b;
	margin-bottom: 0;
}
.notification-wrap .notify-content p span {
	font-weight: 600;
}
.notification-wrap .notify-status {
	width: 100px;
	text-align: right;
}
.notification-wrap .notify-status span {
	color: #53545b;
	font-size: 13px;
}
.attachments {
	display: flex;
	margin: 10px 0 0;
}
.attachments .file-attach {
    border-radius: 0;
    display: flex;
    margin-right: 20px;
}
.attachments .file-attach i {
	font-size: 16px;
	margin-right: 5px;
	color: #53545b;
}
.attachments .file-attach p {
	font-size: 13px;
	color: #53545b;
}
.terms-content .terms-text {
	margin-bottom: 30px;
}
.terms-content .terms-text h3 {
	font-size: 22px;
    font-weight: 600;
}

/*-----------------
	19. Beardcrum
-----------------------*/

.breadcrum-bar {
	background-color: #F7F7FA;
}
.breadcrum-bar ul {
	padding: 20px 0;
	margin: 0;
	list-style: none;
}
.breadcrum-bar ul li {
	position: relative;
    display: inline-block;
	font-weight: 600;
    color: #53545b;
    font-size: 14px;
}
.breadcrum-bar ul li a {	
	font-weight: 600;
    color: #53545b;
    font-size: 14px;
	text-transform: capitalize;
}
.breadcrum-bar ul li a:hover {
	color: #11BB05;
}
.breadcrum-bar ul li:first-child::before {
	display: none;
}
.breadcrum-bar ul li:before {
    /*content: '\e930';*/
	font-family: 'feather' !important;
    display: inline-block;
    margin: 0 6px;
    color: #53545b;
	font-size: 12px;
}

/*-----------------
	20. Product Grid
-----------------------*/

.grid-view {
	display: flex;
	align-items: center;
	padding: 20px;
	text-align: left;
	margin: 0;
	margin-bottom: 30px;
	border-radius: 0;
}
.grid-view:hover {
	border-color: #e8eef3;
}
.grid-view .list-wrapper-contet {
	padding: 0;
}
.grid-view .list-content .title a {
	font-size: 20px;
	font-weight: 600;
    color: inherit;
}
.grid-view .list-content .title a:hover {
    color: #11BB05;
}
.grid-view .product-img {
	padding: 0 15px;
	margin: 0;
}
.grid-view .product-content {
	text-align: left;
}
.grid-view .product-content .title a{
	font-size: 20px;
}
.grid-price-wrap .price-wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.grid-price-wrap .price-wrap .sales-price {
    font-weight: 700;
    font-size: 16px;
    color: #0e1133;
    margin-right: 6px;
}
.grid-price-wrap .price-wrap .off-price {
    font-size: 14px;
    color: #0e1133;
    margin-right: 6px;
    text-decoration: line-through;
}
.grid-price-wrap .price-wrap .off-amt {
    color: #11BB05;
    font-size: 14px;
}
.grid-price-wrap .cart-wrapper a {
	text-align: center;
	color: #11BB05;
	border: 1px solid #11BB05;
    width: 100%;
    display: block;
    padding: 10px;
    transform: translateY(0px);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
	font-weight: 500;
}
.grid-price-wrap .cart-wrapper a:hover {
	color: #fff;
	background-color: #11BB05;
}
.brands .rating {
	margin-bottom: 0;
}
.brands .rating i, .brands .rating span {
	font-size: 14px;
}

/*-----------------
	21. Error Page
-----------------------*/

.error-page {
	background-color: #f1f1f1;
}
.error-page .content {
    padding: 100px 0;
}
.error-box h2 {
	font-size: 100px;
	font-weight: 700;
	color: #11BB05;
}
.error-box h3 {
	text-transform: capitalize;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}
.back-btn {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding: 13px;
	border-radius: 5px;
	min-width: 200px;
	text-align: center;
	margin-top: 10px;
	display: inline-block;
}
.back-btn:hover {
	color: #fff;
}

/*-----------------
	22. Responsive
-----------------------*/

@media (min-width: 992px) {
	.main-nav > li {
		margin-right: 30px;
	}
	.main-nav > li:last-child {
		margin-right: 0;
	}
	.main-nav li {
		display: block;
		position: relative;
	}
	.main-nav > li > a {
		line-height: 45px;
		padding: 0 !important;
	}
	.main-nav > li > a.cat-border {
		padding-right: 20px !important;
		border-right: 1px solid #E5E5E5;
	}
	.main-nav > li > a > i {
		font-size: 12px;
		margin-right: 8px;
	}
	.main-nav li > ul {
		background-color: #fff;
		border: 1px solid #f1f1f1;
		border-radius: 0;
		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: 1000;
	}
	.main-nav li .submenu::before {
		border: 7px solid #fff;
		border-color: transparent transparent #fff #fff;
		box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
		content: "";
		left: 45px;
		position: absolute;
		top: 2px;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.main-nav li.has-submenu:hover > .submenu {
		visibility: visible;
		opacity: 1;
		margin-top: 10px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.main-nav .has-submenu.active > a {
		color: #11BB05;
	}
	.main-nav .has-submenu.active .submenu li.active > a {
		color: #11BB05;
	}
	.main-nav > li .submenu li:first-child a {
		border-top: 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 li .submenu a:hover {
		color: #11BB05;
		letter-spacing: 0.5px;
		padding-left: 20px;
	}
	.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;
	}
	.header-navbar-rht li.show > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.header-navbar-rht li .dropdown-menu {
		border-radius: 5px;
		padding: 0;
		margin: 0;
		min-width: 200px;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		display: block;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	.container {
		max-width: 1440px;
	}
}
@media only screen and (max-width: 1199px) {
	.container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
	.main-nav > li {
		margin-right: 10px;
	}
	.middle-header .middle-header-right .search-txt p, .middle-header .middle-header-right .search, .middle-header .middle-header-right .upload-btn span {
		margin-right: 15px;
	}
	.middle-header .middle-header-right .search input {
		min-width: 180px;
	}
	.top-header .top-header-right ul li.dropdown a {
		padding: 0;
	}
	.top-header .top-header-right ul li {
		padding: 5px;
	}
	.payment-methods .methods-list li .pay-logo {
		width: 40px;
	}
	.payment-methods .methods-list li h4 {
		font-size: 16px;
	}
	.thermometer-wrapper .digital-content .average-sec h3 {
		font-size: 85px;
	}
	.thermometer-wrapper .digital-content .digital-heading h3 {
		font-size: 34px;
	}
	.thermometer-wrapper .digital-content .digital-heading p {
		font-size: 24px;
	}
	.digital-content img {
		width: 100px;
	}
	.about-wrapper .section-wrap .text-right img {
		width: 100%;
	}
	.middle-header .middle-header-right .log-user li {
		margin-right: 10px;
	}
	.single-product .product-content .title a {
		font-size: 15px;
	}
	.blog-wrap .blog-content h3 {
		font-size: 18px;
	}
	.middle-header .middle-header-center {
		width: 600px;
	}
	.checkout-footer a {
		padding: 10px;
		font-size: 18px;
	}
}
@media only screen and (max-width: 991.98px) {
	.main-nav {
		padding: 0;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
	.main-nav ul {
		background-color: #0c52af;
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	.main-nav > li {
		border-bottom: 1px solid #888;
		margin-left: 0;
		    margin-right: 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: #11BB05;
	}
	.main-nav .has-submenu.active .submenu li.active > a {
		color: #11BB05;
	}
	.login-left {
		display: none;
	}
	.account-page .account-content .login-right {
		padding-left: 15px;
	}
	.main-menu-wrapper {
		order: 3;
		width: 260px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 1060;
		transform: translateX(-260px);
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-ms-transition: all 0.4s;
		background-color: #0A7918;
	}
	.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;
	}
	.container {
		max-width: 100%;
	}
	.sidebar-overlay.opened {
		display: block;
	}
	.payoff-section .offer-wrap {
		margin-bottom: 20px;
	}
	.payoff-section {
		padding-bottom: 5px;
	}
	.top-header {
		display: none;
	}
	.middle-header-right .search-txt, .middle-header-right .search, .middle-header-right .upload-btn, .header-navbar-rht {
		display: none !important;
	}	
	.middle-header .header-nav {
		position: unset;
		height: unset;
		width: unset;
	}
	.middle-header .middle-header-center {
	/*	display: none; */ /*20231010*/
    width: 90%;
	}
	.header-nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 0;
		width: 0;
		padding: 0;
	}
	.nav-fixed nav {
		position:  absolute;
	}
	.middle-header {
		padding: 10px 0;
	}
	.nav-fixed .middle-header {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 1040;
		padding: 10px 0;
		background-color: #fff;
	}
	.section-search {
		padding: 80px 0;
	}
	.banner-wrapper h3 {
		font-size: 48px;
		margin-bottom: 8px;
	}
	.banner-wrapper h1 span {
		font-size: 40px;
	}
	.banner-wrapper h1 {
		font-size: 36px;
	}
	.banner-wrapper .shop-btn {
		font-size: 18px;
		border: 2px solid #FFFFFF;
	}
	.pro-banner-wrap .pro-banner-content {
		padding: 12px;
	}
	.pro-banner-content .sales-txt {
		margin-bottom: 10px;
	}
	.pro-banner-content h3 {
		margin-bottom: 15px;
		font-size: 20px;
		max-width: 280px;
	}
	.weekend-wrapper {
		padding: 20px;
	}
	.weekend-wrapper p {
		font-size: 22px;
	}
	.weekend-wrapper h3 {
		font-size: 30px;
	}
	.weekend-wrapper .shop-btn {
		font-size: 16px;
		margin-bottom: 20px;
		display: inline-block;
	}
	.single-product .product-img {
		margin-bottom: 10px;
	}
	.single-product .product-content .title {
		font-size: 12px;
	}
	.single-product .product-content .title a {
		font-size: 12px;
	}
	.single-product .product-content .price-wrap {
		margin-bottom: 15px;
	}
	.single-product .product-content .price-wrap .sales-price {
		font-size: 14px;
	}
	.single-product .product-content .price-wrap .off-amt, .single-product .product-content .price-wrap .off-price {
		font-size: 13px;
	}
	.categorie-wrap .overlay-content a {
		font-size: 12px;
	}
	.popular-categories .categorie-wrap .overlay h4 {
		font-size: 18px;
	}
	.thermometer-wrapper .digital-content .average-sec h3 {
		font-size: 52px;
	}
	.thermometer-wrapper .digital-content .average-sec {
		padding-right: 40px;
	}
	.thermometer-wrapper .digital-content .average-sec h3 span {
		font-size: 40px;
		max-width: 50px;
		line-height: 25px;
	}
	.thermometer-wrapper .digital-content .average-sec h3 span .small-text {
		font-size: 20px;
	}
	.thermometer-wrapper .digital-content .digital-heading h3 {
		font-size: 26px;
	}
	.thermometer-wrapper .digital-content .digital-heading p {
		font-size: 16px;
	}
	.digital-content img {
		width: 80px;
	}
	.section-header h2 {
		font-size: 20px;
	}
	.section-wrapper .view-btn {
		font-size: 14px;
	}
	.blog-section .blog-wrap .blog-content {
		padding: 15px;
	}
	.blog-section {
		padding-bottom: 5px;
	}
	.blog-wrap .blog-content h3 {
		font-size: 16px;
		min-height: 40px;
	}
	.blog-section .blog-wrap {
		margin-bottom: 20px;
	}
	.newsletter form {
		margin-top: 30px;
	}
	.newsletter h3 {
		font-size: 20px;
	}
	.newsletter p {
		font-size: 16px
	}
	.newsletter img {
		width: 50px;
	}
	.footer-top .footer-logo img {
		width: 100%;
	}
	.footer-title {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.footer .footer-menu ul li a {
		font-size: 12px;
	}
	.footer .footer-widget .footer-contact p {
		font-size: 14px;
		max-width: 100%;
	}
	.footer .footer-bottom p, .footer .footer-widget .footer-contact h4 {
		font-size: 14px;
	}
	.cart-sidebar .cart-title {
		font-size: 16px;
	}
	.cart-sidebar .cart-close {
		font-size: 16px;
	}
	.cart-sidebar .cart-body, .cart-sidebar .cart-title {
		padding: 15px;
	}
	.total-section p {
		font-size: 16px;
	}
	.login-header h3 {
		font-size: 26px;
	}
	.login-header p {
		font-size: 12px;
	}
	.account-page .account-content .login-right input {
		font-size: 16px;
	}
	.account-content .login-right .login-btn {
		margin-top: 30px;
		font-size: 18px;
	}
	.product-detail-info {
		margin-top: 30px;
	}
	.product-detail-info .pro-title a {
		font-size: 14px;
	}
	.product-detail-info .pro-title h3 {
		font-size: 28px;
	}
	.product-detail-info .pro-title span {
		margin-bottom: 5px;
	}
	.product-detail-info .price-wrap .sales-price {
		font-size: 28px;
	}
	.product-detail-info .price-wrap .off-price, .product-detail-info .price-wrap .off-amt {
		font-size: 20px;
	}
	.product-detail-info .product-desc ul li {
		font-size: 13px;
	}
	.product-detail-info .product-desc h3, .product-desc .check-delivery input, .product-desc .check-delivery button {
		font-size: 14px;
	}
	.product-desc .add-cart a {
		font-size: 18px;
	}
	.cart-wrapper.right-wrapper {
		padding: 0;
	}
	.cart-wrapper h3 {
		font-size: 16px;
	}
	.cart-wrapper .card img {
		width: 100%;
	}
	.cart-wrapper .card-body .pro-title a, .list-content .pro-title a {
		font-size: 14px;
	}
	.cart-wrapper .card-body .pro-title h3, .list-content .pro-title h3 a {
		font-size: 20px;
	}
	.cart-wrapper .card-body .pro-title span, .list-content .pro-title span {
		font-size: 12px;
	}
	.cart-wrapper .card-body .price-wrap .sales-price, .wrapper-right .price-wrap .sales-price {
		font-size: 18px;
	}
	.cart-wrapper .card-body .price-wrap .off-price, .wrapper-right .price-wrap .off-price {
		font-size: 14px;
	}
	.cart-wrapper .card-body .price-wrap .off-price a, .wrapper-right .price-wrap .off-price a {
		font-size: 13px;
	}
	.product-quantity.mt-5 {
		margin-top: 10px !important;
	}
	.coupon-wrap {
		padding-bottom: 15px;
	}
	.coupon-wrap i {
		font-size: 20px;
		margin-right: 10px;
	}
	.coupon-wrap h3 {
		margin-right: 10px;
		font-size: 16px;
	}
	.coupon-wrap .apply-btn {
		font-size: 14px;
		min-width: 80px;
		padding: 5px;
	}
	.coupon-wrap .log-txt, .price-wrapper h4, .price-wrapper .booking-date li, .price-wrapper .booking-date li span, .total-wrap .booking-date li, .total-wrap .booking-date li span {
		font-size: 14px;
	}
	.total-wrap .order-btn.mt-5 {
		margin-top: 20px !important;
		font-size: 16px;
	}
	.price-wrapper {
		padding: 20px 0;
	}
	.cart-title {
		font-size: 26px;
	}
	.checkout-footer a {
		font-size: 18px;
	}
	.order-id p {
		font-size: 18px;
	}
	.blog-grid .auther-details ul li {
		margin-bottom: 8px;
	}
	.blog-grid .auther-details ul li:last-child {
		margin-bottom: 0;
	}
	.blog-share .card-title, .author-widget .card-title, .blog-comments .card-title, .new-comment .card-title {
		font-size: 18px;
	}
	.about-wrapper h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.about-wrapper p {
		font-size: 14px;
	}
	.payoff-section.section-wrap {
		padding-bottom: 5px;
	}
	.contact-wrapper .section-header h2 {
		font-size: 30px;
	}
	.terms-content .terms-text h3 {
		font-size: 20px;
	}
	.error-box h2 {
		font-size: 80px;
	}
	.error-box h3 {
		font-size: 18px;
	}
	.back-btn {
		font-size: 16px;
	}
}
@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;
	}
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.top-header {
		display: none;
	}
	.middle-header-right {
/*		display: none !important;*/
	}
	.middle-header .navbar-header .logo {
		width: 100%;
	}
	.navbar-header {
		text-align: center;
		width: 100%;
	}
	.banner-wrapper h3 {
		font-size: 38px;
	}
	.banner-wrapper h1 {
		font-size: 26px;
	}
	.banner-wrapper h1 span {
		font-size: 30px;
	}
	.banner-wrapper p {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.banner-wrapper .shop-btn {
		font-size: 16px;
	}
	.section-search {
		padding: 60px 0;
		min-height: unset;
	}
	.section-header h2.off-txt, .section-header h2 {
		font-size: 18px;
	}
	.section-wrapper, .section-wrapper .text-right {
		text-align: center !important;
	}	
	.section-wrapper .view-btn {
		display: none;
	}
	.pro-banner .col-md-6:first-child {
		margin-bottom: 30px;
	}
	.pro-banner-content .sales-txt {
		font-size: 10px;
		margin-bottom: 15px;
	}
	.weekend-wrapper p {
		font-size: 18px;
	}
	.weekend-wrapper h3 {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.weekend-wrapper .shop-btn {
		font-size: 14px;
	}
	.popular-categories .categorie-wrap img {
		width: 100%;
	}
	.digital-section .thermometer-wrapper .digital-content {
		display: block;
		position: relative;
	}
	.digital-section .thermometer-wrapper {
		position: unset;
		background-color: #11BB05;
		border-radius: 5px;
	}
	.digital-section .thermometer-wrapper .digita-bg {
		display: none;
	}
	.digital-content img {
		display: none;
	}
	.thermometer-wrapper .digital-content .average-sec {
		text-align: center;
		border: none;
		margin-bottom: 15px;
		padding-right: 0;
	}
	.thermometer-wrapper .digital-content .average-sec h3 span {
		font-size: 30px;
		max-width: 40px;
	}
	.thermometer-wrapper .digital-content .average-sec h3 span .small-text {
		font-size: 18px;
	}
	.thermometer-wrapper .digital-content .digital-heading h3 {
		font-size: 22px;
	}
	.thermometer-wrapper .digital-content .digital-heading p {
		font-size: 14px;
		margin-bottom: 0;
	}
	.blog-wrap .blog-content h3 {
		font-size: 14px;
		min-height: unset;
	}
	.blog-wrap .blog-content p, .blog-wrap .blog-content .read-txt {
		font-size: 14px;
	}
	.newsletter h3 {
		font-size: 16px;
	}
	.newsletter p {
		font-size: 12px;
	}
	.footer-top .footer-logo img {
		width: 150px;
	}
	.footer-contact {
		margin-bottom: 30px;
	}
	.footer .footer-widget {
		margin-bottom: 30px;
	}
	.footer .footer-top {
		padding-bottom: 20px;
	}
	.footer .footer-bottom {
		text-align: center;
	}
	.footer .footer-bottom p {
		font-size: 12px;
	}
	.footer .footer-bottom .text-right {
		text-align: center !important;
	}
	.footer .footer-bottom ul {
		margin-top: 15px;
	}
	.login-header h3 {
		font-size: 20px;
	}
	.account-content .login-right .login-btn {
		margin-top: 20px;
		font-size: 16px;
	}
	.login-right .dont-have {
		font-size: 12px;
	}
	.login-right .policy-sec {
		margin: 20px 0 0;
	}
	.login-right .otp-content p {
		font-size: 12px;
	}
	.sidebar-category .category-header .bar-icon {
		margin: 5px 0;
	}
	.sidebar-category .category-header h3 {
		font-size: 20px;
	}
	.slider-nav .item-slick {
		max-width: 75px;
		height: 75px;
	}
	.product-detail-info .pro-title a {
		font-size: 12px;
	}
	.product-detail-info .pro-title h3 {
		font-size: 24px;
	}
	.product-detail-info .pro-title span {
		font-size: 12px;
	}
	.cart-wrapper .card-body {
		text-align: center;
	}
	.cart-wrapper .card-body img {
		width: auto;
		margin: 0 auto 30px;
	}
	.cart-wrapper .card-body .text-right {
		text-align: center !important;
		margin-top: 10px;
	}
	.increment-decrement .input-groups {
		margin: 0 auto;
	}
	.cart-wrapper .card-footer {
		text-align: center;
	}
	.cart-wrapper .card-footer .remove-txt {
		display: block;
		margin-bottom: 10px;
	}
	.cart-wrapper .card-footer .remove-txt::after {
		display: none;
	}
	.cart-wrapper h3 {
		font-size: 14px;
	}
	.cart-title {
		font-size: 22px;
	}
	.delivery-info h5, .delivery-info a {
		font-size: 14px;
	}
	.delivery-info p {
		font-size: 12px;
	}
	.process-wrapper ul li a {
		font-size: 16px;
	}
	.process-wrapper ul li.empty-line {
		width: 60px;
	}
	.add-more a {
		font-size: 12px;
	}
	.checkout-form input {
		font-size: 14px;
	}
	.checkout-footer .col-md-6:first-child {
		margin-bottom: 20px;
	}
	.checkout-footer a {
		font-size: 16px;
	}
	.order-id p {
		font-size: 16px;
	}
	.weekend-wrapper .device-wrap {
		text-align: left;
	}
	.newsletter {
		text-align: center;
	}
	.newsletter img {
		display: none;
	}
	.newsletter .form-group button {
		font-size: 14px;
		width: 110px;
	}
	.newsletter form {
		margin-top: 20px;
	}
	.slider-for {
		margin-bottom: 0;
	}
	.slider-nav {
		max-width: 300px;
    	margin: 0 auto;
	}
	.blog-list-row .auther-details ul li {
		margin-bottom: 8px;
	}
	.blog-list-row .auther-details ul li:last-child {
		margin-bottom: 0;
	}
	.post-info h4 {
		font-size: 14px;
	}
	.blog-wrap .blog-content .auther-details {
		margin-bottom: 25px;
	}
	.blog-share .card-title, .author-widget .card-title, .blog-comments .card-title, .new-comment .card-title {
		font-size: 16px;
	}
	.blog-author-name {
		font-size: 14px;
	}
	.about-wrapper .section-wrap .text-right img {
		width: 100%;
	}
	.about-banner-wrap .sales-txt {
		display: none;
	}
	.about-wrapper h3 {
		font-size: 18px;
	}
	.contact-wrapper .section-header h2 {
		font-size: 24px;
	}
	.terms-content .terms-text h3 {
		font-size: 18px;
	}
	.login-header {
		margin-bottom: 20px;
	}
	.account-page .form-group {
		margin-bottom: 30px;
	}	
	.error-box h2 {
		font-size: 60px;
	}
	.error-box h3 {
		font-size: 16px;
	}
	.back-btn {
		font-size: 14px;
	}
	.grid-view .product-content {
		text-align: center;
	}
	.grid-price-wrap .price-wrap {
		justify-content: center;
	}	
	.pro-share {
		margin-bottom: 20px;
	}
	.product-list-wrapper .list-wrapper-contet {
		display: block;
    	text-align: center;
	}
	.wrapper-left {
		display: block;
	}
	.wrapper-left .list-content {
		margin-bottom: 20px;
	}
	.wrapper-right {
		margin-bottom: 20px;
		text-align: center !important;
	}
	.qty-add {
		margin-top: 10px !important;
	}
	.add-more {
		margin-bottom: 30px;
	}
	.payment-information .form-group, .payment-information .checkout-footer  {
		padding: 0;
	}
	.wrapper-left .list-image {
		margin-right: 0;
	}
}
@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;
	}
	.header-navbar-rht {
		display: none;
	}
	.main-nav li.login-link {
		display: block;
	}
	.navbar-header {
		width: 100%;
	}
	#mobile_btn {
		left: 0;
		margin-right: 0;
		padding: 0 15px;
		position: absolute;
		z-index: 99;
	}
	.navbar-brand.logo {
		width: 100%;
		text-align: center;
		margin-right: 0;
	}
	.navbar-brand.logo img {
		height: 40px;
		margin-left: 15px;
	}	
	.product-desc .add-cart a {
		font-size: 16px;
	}
	.product-detail-info .product-desc h3, .product-desc .check-delivery input, .product-desc .check-delivery button {
		font-size: 12px;
	}
	.product-detail-info .product-desc ul li {
		font-size: 11px;
		padding: 3px 0;
	}
	.product-detail-info .stock-available p {
		font-size: 12px;
	}
	.product-detail-info .price-wrap .sales-price {
		font-size: 26px;
	}
	.product-detail-info .price-wrap .off-price, .product-detail-info .price-wrap .off-amt {
		font-size: 18px;
	}
	.process-wrapper ul li a {
		font-size: 14px;
	}
	.process-wrapper ul li {
		margin-right: 10px;
	}
	.notification-wrap li {
		display: block;
		text-align: center;
	}
	.notification-wrap .notify-img {
		margin: 0 auto 10px;
	}
	.attachments {
		display: block;
	}
	.attachments .file-attach {		
		margin: 0 auto 10px;
		width: fit-content;
	}
	.notification-wrap .notify-status {
		width: 100%;
		text-align: center;
	}
	.notification-wrap .notify-content h3 {
		font-size: 14px;
	}
	.notification-wrap .notify-content p {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.breadcrum-bar ul li a {
		font-size: 12px;
	}
}
@media only screen and (max-width:479px) {
	.thermometer-wrapper .digital-content .average-sec {
		margin-bottom: 5px;
	}
	.thermometer-wrapper .digital-content .average-sec h3 span {
		margin-left: 0;
	}
	.thermometer-wrapper .digital-content .average-sec h3 {
		font-size: 42px;
	}
	.thermometer-wrapper .digital-content .average-sec h3 span {
		font-size: 26px;
		line-height: 20px;
	}
	.thermometer-wrapper .digital-content .average-sec h3 span .small-text {
		font-size: 16px;
	}
	.thermometer-wrapper .digital-content .digital-heading h3 {
		margin-bottom: 10px;
	}
	.popular-categories .categorie-wrap .overlay h4 {
		font-size: 14px;
	}
	.pro-banner-content h3 {
		margin-bottom: 9px;
		font-size: 13px;
		max-width: 180px;
	}
	.pro-banner-content .sales-txt {
		margin-bottom: 10px;
	}
	.pro-banner-content .shop-btn {
		font-size: 10px;
		min-width: 80px;
	}
	.banner-wrapper h3 {
		font-size: 30px;
	}
	.banner-wrapper h1 {
		font-size: 20px;
	}
	.banner-wrapper h1 span {
		font-size: 24px;
	}
	.weekend-wrapper .device-wrap img {
		width: 100%;
	}
	.categorie-wrap .overlay-content a {
		min-width: unset;
		font-size: 10px;
	}
	.popular-categories .categorie-wrap .overlay h4 {
		font-size: 12px;
	}
	.thermometer-wrapper .digital-content .digital-heading {
		min-width: 100%;
	}
	.slider-nav .item-slick {
		max-width: 60px;
		height: 60px;
	}
	.cart-wrapper h3 {
		font-size: 12px;
	}
	.cart-wrapper .card-body .pro-title a, .list-content .pro-title a {
		font-size: 12px;
	}
	.cart-wrapper .card-body .pro-title h3, .cart-wrapper .card-body .price-wrap .sales-price, .list-content .pro-title h3 a {
		font-size: 16px;
	}
	.cart-wrapper .card-body .pro-title span, .list-content .pro-title span {
		font-size: 11px;
	}
	.cart-wrapper h3 {
		margin-bottom: 10px;
	}
	.coupon-wrap .log-txt, .price-wrapper h4, .price-wrapper .booking-date li, .price-wrapper .booking-date li span, .total-wrap .booking-date li, .total-wrap .booking-date li span, .total-wrap .order-btn.mt-5 {
		font-size: 12px;
	}	
	.payment-methods .methods-list li h4 {
		font-size: 12px;
	}
	.process-wrapper ul li a {
		font-size: 12px;
	}
	.process-wrapper ul li.empty-line {
		display: none;
	}
	.cart-title {
		font-size: 18px;
	}
	.payment-methods .methods-list li {
		padding: 10px;
	}
	.checkout-footer a.sm-btn {
		width: 100%;
	}
	.login-right .policy-sec p { 
		font-size: 12px;
	}
	.slider-nav {
		max-width: 240px;
    	margin: 0 auto;
	}
	.blog-list-row .auther-details ul li {
		margin-right: 10px;
	}
	.blog-section .blog-wrap .blog-content .auther-details a {
		font-size: 12px;
	}
}


/*-------------------------------------*/
.cart_item {
    padding: 0;
    width: 100%;
}
.cart_item input{
    height: 30px;
    width: 100%;
    margin: 5px 0;
  box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
    padding: 2px 10px;
    border-bottom: none;
    border-top: none ;
    border-left: none;
    border-right: none;
    border-radius:10px;
}
/*
.cart_item input:hover{ 
    border-bottom: 1px solid green;
    border-top: none ;
    border-left: none;
    border-right: none;
}
.cart_item input:focus{ 
    border-bottom: 1px solid green;
    border-top: none ;
    border-left: none;
    border-right: none; 
}
.cart_item input:active{ 
    border-bottom: 1px solid green;
    border-top: none ;
    border-left: none;
    border-right: none; 
}
*/
/*-------------------------------------*/
#accordionExample ul{
    margin: 0; padding: 0;
    }
#accordionExample ul li{
    margin-bottom: 5px;
    list-style-type: none;
}
#accordionExample ul ul {
    padding-left: 15px;}
#accordionExample ul ul li{
    font-size: 11px;
    margin-bottom: 5px;
    list-style-type: disc;
}