/* 
Colours
#1D1D1B - text
#D8D8D8, #00000017 - border grey
#B7B7B7 - placeholder text
#F5F5F5 - background grey
#96c63f - general green

#52A3C1 - blue
#E10034 - red
#01CEC7 - turquise
#FF079C - pink
#B7D302 - lime
#3654E8 - purple blue
#F8AD00 - orange

*/

body {
    margin: 0;
	padding: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    color: #1D1D1B;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.overflow_hidden {
    overflow-y: hidden !important;
}

html {
    scroll-behavior: smooth;
}
  

img {
	width: 100%;
	height: auto;
}

.w-15 {
    width: 15%;
}

h1,h2, h3, h4, h5, h6 {
	margin-top: 0;
}

.h1, h1 {
    font-size: 60px;
    font-weight: 600;
}

.h2, h2 {
    font-size:40px;
    font-weight: 600;
}

.h3 {
    font-weight: 400;
}

h5 {
    font-size: 20px;
}

p,
li,
a {
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
}

strong {
    font-weight: 700;
}

ul {
	padding-left: 20px;
}

a:hover, a:focus {
	border-bottom: 0;
	text-decoration: none;
    color: inherit;
}

i {
    vertical-align: middle;
}

.border {
    border: 1px solid #B7B7B7!important;
}

.green{
    color: #96c63f;
}

.l-blue{
    color: #52A3C1;
}

.orange {
    color: #F8AD00;
}

.purp-blue {
    color: #3654E8;
}

.red{
    color: #E10034;
}

.pink{
    color: #FF079C;
}

.lime{
    color: #B7D302;
}

.b-orange{
    color: #FC7E00;
}

.purp{
    color: #8811FF;
}

.turq{
    color: #01CEC7;
}

.light-grey{
    color: #F5F5F5;
}

.green-bg {
    background-color: #96c63f;
}

.l-blue-bg {
    background-color: #52A3C1;
}

.orange-bg {
    background-color: #F8AD00;
}

.purp-blue-bg {
    background-color: #3654E8;
}

.red-bg {
    background-color: #E10034;
}

.pink-bg {
    background-color: #FF079C;
}

.lime-bg {
    background-color: #B7D302;
}

.b-orange-bg {
    background-color: #FC7E00;
}

.purp-bg {
    background-color: #8811FF;
}

.turq-bg {
    background-color: #01CEC7;
}

.light-grey-bg {
    background-color: #F5F5F5;
}

.green-txt {
    color: #96c63f;
}

.dark-text {
    color:#1D1D1B!important;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
    padding: 5px;
}

.featured-block.orange-cat {
    border-radius: 5px;
    border: 3px solid #F8AD00;
}

.featured-block.purp-blue-cat {
    border-radius: 5px;
    border: 3px solid #3654E8;
}

.featured-block.purp-cat {
    border-radius: 5px;
    border: 3px solid #8811FF;
}

.card-block {
    margin-top: -150px;
}

.card-block .card {
    min-height: 200px;
}

.card-block .card:hover {
    box-shadow: 2px 2px 9px -5px rgb(0 0 0 / 90%);
}

.card-block i {
    vertical-align: middle;
    height: 120px;
    width: 120px;
    text-align: center;
    font-size: 90px;
    line-height: 90px;
}

.card-block .card-text {
    margin-bottom: 0;
    vertical-align: bottom;
    display: inline-block;
    line-height: 20px;
    width: 100%;
}

.card-text {
    min-height: 40px;
}

.card-block .card-body {
    vertical-align: text-bottom;
    line-height: 40px;
}

.customize-tools .controls {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 45%;
	left: 0;
    transition: background 0.3s;
    z-index: 999999999;
}

.customize-tools .controls li {
    display: inline-block;
    margin-top: 0;
    padding: 0 15px;
    cursor: pointer;
}

.customize-tools .controls li i {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    padding: 10px 0px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    width: auto;
    height: 40px;
    color: #fff;
}

.customize-tools .controls .prev { 
	left: -5%; 
	z-index: 999999999;
	position: absolute;
}

.customize-tools .controls .next {
    right: -5%;
    z-index: 999;
    position: absolute;
}

.divider {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 15px;
}

.border-bottom {
    border-bottom: 1px solid #1D1D1D!important;
}

.logo img {
    width: 60%;
}

p.grey-back {
    font-size: 12px;
    font-weight: 900;
    line-height: 35px;
}

/* Fancybox */
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 95%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 92px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99999999;
}

.compensate-for-scrollbar {
    margin-right: 0!important;
}

/* --------- */
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

button:focus {
    outline: none;
}

.btn-primary {
    padding: 5px 10px!important;
    line-height: 20px;
    background-color: #96c63f;
    color: #fff!important;
    vertical-align: middle;
    font-size: 15px;
    border: 0;
    border-radius:  5px;
    font-weight: 400;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:hover, .btn-primary:focus {
    background-color: #96c63f;
    color: #fff!important;
    border: 0;
}

.btn-primary.orange {
    padding: 20px 25px!important;
    line-height: 20px;
    background-color: #F8AD00;
    color: #fff!important;
    vertical-align: middle;
    font-size: 15px;
    border: 0;
    border-radius:  5px;
    font-weight: 400;
}

.btn-primary.orange:hover, .btn-primary.orange:not(:disabled):not(.disabled).active, .btn-primary.orange:not(:disabled):not(.disabled):active, .btn-primary.orange:hover, .btn-primary.orange:focus {
    background-color: #F8AD00;
    color: #fff!important;
    border: 0;
}

.dropdown .menu-icon {
    text-transform: none;
    background-color: transparent;
    border: 0;
    font-size: 25px;
    vertical-align: middle;
    line-height: 20px;
    width: 10px;
    margin-left: 5px;
    float: right;
    padding-right: 0;
}

header {
    background-color: #fff;
}

header .dropdown {
    position: inherit!important;
}

header .dropdown-menu-lg-right {
    right: 0!important;
    height: auto;
    border-radius: 10px;
    border: 0;
    top: 210%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    z-index: 99999;
    min-width: 300px;
}

header .dropdown-item.active, header .dropdown-item:active, header .nav-link.active {
    color: #96c63f!important;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
}

.logo img {
    width: 100%;
    height: auto;
}

#show-map {
    margin-bottom:15px;
}

header .dropdown-menu a>i {
    color: #1D1D1B;
    padding: 20px 10px 0 0;
    font-size: 20px;
}

.close {
    vertical-align: middle;
    line-height: 20px;
    display: inline-block;
    font-size: 15px;
    opacity: 1;
    color: #1D1D1B;
}

.close i {
    color: #96c63f!important;
    display: inline-block;
    line-height: 20px;
    padding-top: 0!important;
}

header .form-inline .form-control {
    display: inline-block;
    width: 430px!important;
    vertical-align: middle;
}

header .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D8D8D8;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

header .btn-outline-success {
    color: #28a745;
    border-color: transparent;
    border-top: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width:40px;
}

header .btn {
    padding: .375rem 0;
}

header .dropdown-header {
    color: #96c63f;
    font-size: 30px;
    font-weight: 600;
    padding: 0;
}

header .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 0;
    clear: both;
    font-weight: 500;
    color: #1D1D1B;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 16px;
}

.bg-dark {
    background-color: #343a4033!important;
}

header .nav-link {
    display: inline-block;
}

header .navbar-collapse .nav-item {
    min-width: 180px;
    text-align: center;
}

header .navbar-collapse .btn-primary a {
    width: 104px;
}

header.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 9999999!important;
}

/* Home page */
.home-header { 
    background: url('/images/home/header.jpg')no-repeat; 
    position: relative; 
    background-size: cover; 
    text-align: center;
    padding: 10% 0;
}

.home-header p {
    font-size: 18px;
}

.home-header h1>span {
    position: relative;
}

.home-header h1>span:after {
    content: "";
    border-bottom: 5px solid #96c63f;
    width: 260px;
    position: absolute;
    top: 100%;
    left: 0;
}

.home-cat-slides h2 {
    text-align: center;
    line-height: 80px;
    vertical-align: middle;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}

.product-block .card-title {
    margin: .75rem 0;
    font-size: 13px;
    font-weight: 700;
    min-height: 32px;
}

.price {
    color: #96c63f!important;
    font-size: 25px!important;
    font-weight: 700;
}

.product-block .view-details-btn {
    color: #96c63f;
}

.product-block .card-title {
    color: #1D1D1B;
}

.product-block {
    border: 0;
}

.product .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* z-index: -100; */
}

.how-it-works .checkbox {
	opacity: 0;
	position: absolute;
}

.how-it-works .label {
    background-color: #FFFFFF;
    border-radius: 50px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    position: relative;
    height: 40px;
    width: 240px;
    transform: scale(1.5);
    border: 1px solid #D8D8D8;
    margin: 50px 0;
}

.how-it-works .label .left-btn {
    color: #fff;
    z-index: 99999;
    padding: 0 25px;
    font-size: 15px;
}

.how-it-works .label .right-btn {
    padding: 10px;
    width: 90px;
    color: #B7B7B7;
    font-size: 15px;
}

.how-it-works .label .ball {
    background-color: #96c63f;
    border-radius: 38px;
    position: absolute;
    top: -1px;
    left: -1px;
    height: 40px;
    width: 120px;
    transform: translateX(0px);
    transition: transform 0.2s linear;
}

.how-it-works .checkbox:checked + .label .ball {
	transform: translateX(120px);
}

.how-it-works .checkbox:checked + .label span {
    color: #B7B7B7;
}

.how-it-works .checkbox:checked + .label .right-btn {
    color: #fff;
    z-index: 999;
    text-align: center;
    padding: 0 10px 0 0;
}

.one-quarter {
    display: block;
    width: 100%;
}

.home-page .become-member {
    background-image: url('/images/home/packages.jpg');
    background-position: center;
    background-size: cover;
    padding: 5% 0;
}

.become-member .card p, .become-member .card li {
    color: #464646;
}

.become-member .card h3 {
    font-weight: 700;
}

.become-member-slide .card {
    min-height: 650px;
}

dl i {
    color: #96c63f;
}

dd {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 15px;
}

.become-member ul {
    list-style-type: none;
    padding-left: 0;
}

.become-member li {
    line-height: 30px;
}

.become-member .card .ts-cs-txt {
    position: absolute;
    bottom: 0;
    left: 35px;
}

/* About page */
.about-page .home-header {
    padding: 15% 0;
}

.about-page .home-header p {
    font-size: 30px;
    position: absolute;
    bottom: 20px;
    left: auto;
    right: auto;
    font-weight: 600;
}

.about .card-img-overlay {
    position: absolute;
    top: 60%;
    right: 15%;
    bottom: auto;
    left: 5%;
    padding: 0;
}

.about .card-1 .card-img-overlay {
    position: absolute;
    top: 50%;
    right: 15%;
    bottom: auto;
    left: 5%;
    padding: 0;
}

.about .card-2 .card-img-overlay {
    position: absolute;
    top: 20%;
    right: 10%;
    bottom: auto;
    left: 5%;
    padding: 0;
}

.about .card-title {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 600;
}

.sp-text {
    min-height: 410px;    
}

.sp-text p {
    line-height: 25px;
}

/* FAQs page */
/* .faqs-page .card h2 {
    font-size: 25px;
} */

/* Search results page */
.media-icon-left {
    font-size: 50px;
    padding: 20px;
    border-radius: 5px;
}
    
/*panel*/
.categories-sidebar {
    background-color: #fff;
    padding: 20px;
} 

.panel {
    border: none;
    box-shadow: none;
}

.panel-heading {
    border-bottom: 2px solid #96c63f;
}

.panel-heading h4 {
    font-size: 15px;
    color: #96c63f;
    font-weight: 600;

}

.panel-title {
    color: #2A3542;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
}


/*product list*/

.categories-sidebar .prod-cat::-webkit-scrollbar {
    width: 0.4em;
    border-radius: 5px;
}
   
.categories-sidebar .prod-cat::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    width: 1em;
    border-radius: 5px;
    margin-top: 10px;
}

.categories-sidebar .prod-cat::-webkit-scrollbar-thumb {
    background-color: #b7d3024d;
    outline: none;
    border-radius: 5px;
}

.prod-cat .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}

.prod-cat .collapse ul {
    list-style-type: none;
    padding-left: 0px;
}

.prod-cat .card-header .btn.focus, .prod-cat .card-header .btn:focus {
    outline: 0;
    box-shadow: none;
}

.prod-cat .collapse li {
    line-height: 30px;
    vertical-align: middle;
}

.prod-cat .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
}

.prod-cat .main-cat {
    color: #3b3b3b;
    font-weight: 600;
    font-size: 14px;
}

.accordion.active .main-cat {
    color: #F8AD00;
}

.prod-cat .main-cat.active {
    color: #F8AD00;
}

.prod-cat {
    display: block;
}

.prod-cat li {
    vertical-align: middle;
}

.prod-cat li a {
    color: #3b3b3b;
    font-weight: 500;
    font-size: 14px;
}

.prod-cat .collapse li {
    padding-left: 20px;
}

.prod-cat .collapse li:hover {
    background-color: #6ab94d42;
}

.prod-cat li ul li a:hover,.prod-cat li ul li a:focus, .prod-cat li ul li.active a , .prod-cat li a:hover,.prod-cat li a:focus, .prod-cat li a.active{
    background: none;
}

.pro-lab{
    margin-right: 20px;
    font-weight: normal;
}

.pro-sort {
    padding-right: 20px;
    float: left;
}

.pro-page-list {
    margin: 5px 0 0 0;
}

.product-list .media img {
    width: 40%;
}

.product-list .pro-img-box {
    position: relative;
}
.adtocart {
    background: #fc5959;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    text-align: center;
    border: 3px solid #fff;
    left: 45%;
    bottom: -25px;
    position: absolute;
}

.adtocart i{
    color: #fff;
    font-size: 25px;
    line-height: 42px;
}

.pro-title {
    color: #5A5A5A;
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
}

.product-list .price {
    color:#fc5959 ;
    font-size: 15px;
}

.pro-img-details {
    margin-left: -15px;
}

.pro-img-details img {
    width: 100%;
}

.pro-d-title {
    font-size: 16px;
    margin-top: 0;
}

.product_meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 15px 0;
}

.product_meta span {
    display: block;
    margin-bottom: 10px;
}
.product_meta a, .pro-price{
    color:#fc5959 ;
}

.pro-price, .amount-old {
    font-size: 18px;
    padding: 0 10px;
}

.amount-old {
    text-decoration: line-through;
}

.quantity {
    width: 120px;
}

.pro-img-list {
    margin: 10px 0 0 -15px;
    width: 100%;
    display: inline-block;
}

.pro-img-list a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pro-d-head {
    font-size: 18px;
    font-weight: 300;
}

/* Form styles */
.custom-select {
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
    padding: 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/images/angle-down-light.svg) 100% / 30px 25px no-repeat;
    width: 180px;
    background-color: #fff;
}

.custom-select:focus {
    outline: 0;
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #464646;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea.form-control {
    height: 140px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #D8D8D8;
    outline: 0;
    box-shadow: none;
}

.custom-file-label:hover {
    cursor: pointer;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 200px;
    height: auto;
    margin-bottom: 0;
    text-align: center;
    border: 1px solid #1D1D1B;
    border-radius: 5px;
    padding: 1px;
}

.custom-file-label::after {
    display: none;
}

.checkbox {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    line-height: -30px;
}

.checkbox label {
	display: none;
}

.checkbox input[type="checkbox"] + label {
    display: flex;
    margin: 0em;
    cursor: pointer;
    padding: 0em;
    font-size: 15px;
}

.checkbox input[type="checkbox"] {
    display: none;  
}

.checkbox input[type="checkbox"] + label:before {
    content: "";
    border: 1px solid #707070;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    padding-left: 0em;
    padding-bottom: 0em;
    margin-right: 10px;
    vertical-align: middle;
    color: transparent;
    transition: 0.2s;
    text-align: center;
    font-size: 15px;
    margin-top: 2px;
}

.checkbox input[type="checkbox"] + label:active:before {
    transform: scale(0);
}

.checkbox input[type="checkbox"]:checked + label:before, .select-row-mark input[type="checkbox"]:checked + label:before {
    background-color: #F8AD00!important;
    border-color: #F8AD00!important;
    color: #fff;
}

.checkbox input[type="checkbox"]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}

.input-group {
    border: 1px solid #D8D8D8;
    border-radius: 5px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
}

#register-form .input-group .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #464646;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-left: 1px solid #464646!important;
    margin: 10px 0;
}

/* pagination */
.pagination-sm .page-link, .pagination-sm .page-item:last-child .page-link {
    padding: 5px 12px;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 100%;
    margin: 10px;
    color: #464646;
    font-weight: 600;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #96c63f;
    border-color: #96c63f;
    border-radius: 100%!important;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
    background-color: #fff;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-item.active {
    color: #464646;
    font-weight: 600;
}

/* Product page */

/* .card .image img {
    width: 60%;
    height: auto;
} */

/* My dashboard pages */
.my-membership .card {
    min-height: 315px;
    height: auto;
}

.dashboard-header .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 38px;
    border: 1px solid #D8D8D8;
}

.dashboard-header .nav-pills .nav-link.active, .dashboard-header .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #96c63f;
    padding: 15px;
    border-radius: 38px;
}

.dashboard-header .nav-link {
    display: block;
    padding: 15px;
    color: #B7B7B7;
}

.my-listings .badge {
    display: inline-block;
    padding: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    position: absolute;
    top: 8px;
    left: 13%;
    right: auto;
    background-color: #1D1D1B!important;
    min-width: 200px;
}

.new-listing-block {
    background-color: #1D1D1B;
}

.table i {
    font-size: 30px;
}

.table a {
    color: #000000;
}

.profile-pic {
    width: 70%;
}

.my-details .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 25px;
    color: #495057;
    background-color: #fff;
    border: 0;
    border-radius: .25rem;
}

.listingInformationPrice .input-group-text{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 3px solid #ececec;
    line-height: 40px;
    vertical-align: middle;
    padding: 0px 10px;
    margin: 10px 0;
}

.listingInformationPrice .form-control {
    height: 60px;
    border: 0;
}

/* Edit/ Add listings */
.tox-tinymce {
    border-radius: 5px!important;
    border:1px solid #D8D8D8;
}

.uploaded-photos .col i {
    font-size: 60px;
    color: #D8D8D8;
}

.hover-delete-icon {
    opacity: 0;
    position: absolute;
    top: 10px;
    right: 15px;
}

.hover-delete-icon i {
    font-size: 20px!important;
    color: #000000!important;
}

.uploaded-photos .col:hover {
    cursor: pointer;
}

.uploaded-photos .col:hover .hover-delete-icon {
    opacity: 1;
}

.dropzone {
    min-height: 180px!important;
    padding: 30px 20px 30px 20px!important;
    border: 1px solid #D8D8D8!important;
    background: white;
    border-radius: 5px;
    text-align: center;
}

.dropzone i {
    font-size: 60px;
    color: #D8D8D8;
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 110px!important;
    height: 110px!important;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone.dz-clickable.dz-started i {
    display: none;
}

.listingInformation .image {
    display: inline-block;
    width: 49%;
}
/* Login page */
.login-page {
    min-height: 62vh;
    padding: 3% 0;
}

.login-page img {
    width: 50%;
    height: auto;
}

/* Contact page */
.contact-page {
    min-height: 62vh;
    padding: 3% 0;
}

.contact-page img {
    width: 50%;
    height: auto;
}

.contact-send-btn {
    width:150px;
    height:35px;
    float:left;
}

/* Footer */
footer {
    text-align: center;
    padding: 10px 0;
    background-color: #fff;
}

footer img {
    width: 20%;
    height: auto;
}

footer .payment-logos img {
    width: 35%;
}

footer a {
    color: #1D1D1B;
}

.registration-success {
    /* background-color: #96c63f!important; */
    height:200px;
}

.success-icon {
    font-size: 70px;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 50%;
    margin-top: 40px;
    margin-bottom:20px;
}

.success-text {
    color:#fff;
    font-size:22px;
}

/* Bootstrap Notify */
[data-notify="container"][class*="alert-pastel-"] {
    background-color: rgb(255, 255, 255);
    border-width: 0px;
    border-left: 15px solid #96c63f;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

[data-notify="container"].alert-pastel-info {
    border-left-color: #96c63f;
}

[data-notify="container"].alert-pastel-danger {
    border-left-color: #F2493B;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="title"] {
    color: #333;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="message"] {
    font-weight: 400;
}

.location-li {
    padding-bottom:8px!important;
    padding-top:8px!important;
}

.checkbox-wrapper {
    white-space: nowrap;
}
.checkbox-wrapper > .checkbox {
    /* vertical-align: top; */
    display:inline-block;
}
.checkbox-wrapper > .checkbox-label {
    white-space: normal;
    display:inline-block;
    font-size: 12px;
}

.active-img {
    border:3px solid #96c63f!important;
}

.grab {
    width: 25px;
    vertical-align: top;
}

#addonPackagesTable {
    border:1px solid #96c63f;
}

/* Padding on the sides of the table */
#addonPackagesTable th, #addonPackagesTable td { padding: 5px; }
#addonPackagesTable th, #addonPackagesTable td { padding: 5px; }

#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.center-registration-div {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 250px; */
    height: 150px;
}

.middle-text p {
    margin-top:2.5rem;
}

.sell-your-creative-stuff {
    margin-top:18px;
}

#what-is-use-less {
    padding: 20px 35px 20px 35px!important;
    font-size: 21px;
    font-weight: bold;
    margin-top: 25px;
}