/* This file is used for customizationt */
/*.view, .views {
    position: inherit !important;
}
 */
/*this is for the commerce /checkout/login page */
.form-wrapper__login-option input[type="radio"] {
  width: 20px !important;
}
/* this is for the manage user page */
.js-form-item-roles-administrator.form-item--roles-administrator {
    display: none !important;
}
.js-form-item-roles-content-editor.form-item--roles-content-editor {
    display: none !important;
}
.js-form-item-roles-portal-manager.form-item--roles-portal-manager {
    display: none !important;
}
/* this is for the user and manager ads and listings edit page */
#edit-submit-manage-pin-code{
    background-color: #673ab7;
    color: white;
    min-width: 200px !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
}
a.col.user-action-button {
    min-width: 60px;
	max-width: 80px;
}
/* this is for the user edit page */
.password-confirm {
    max-width: 100% !important;
}
input#edit-field-phone-number-0-value, input#edit-current-pass, input#edit-mail, input#edit-pass-pass1 {
    width: 100% !important;
}
/* this is for the listing and ad posting frontend */
.tabledrag-toggle-weight-wrapper {
    display: none !important;
}

input.form-text, input.form-number, input.form-date {
    background-color: white !important;
}
.layout-region.layout-region-product-secondary {
    display: none !important;
}
.page.smart-select-page.page-with-subnavbar {
    padding-top: 75px !important;
}

.button--primary {
    background-color: #1c89ff;
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
/* this is for the user Profile Page */
article.profile {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: white;
    padding: 16px;
}
/* this is for the home page */
.list .item-media+.item-inner {
    align-self: center !important;
}
.item-title {
    overflow: visible !important;
    white-space: normal !important;
}
.homecatcards{
	margin: 16px 0px 0px 0px;
}
.homecaticons{
	border-radius: 14px !important;
	padding: 8px!important;
}

/* this is for single ad listing page */
@media only screen and (max-width: 600px) {
  img.adsliderimage {
    height: 250px !important;
    width: 100% !important;
    object-fit: !important;
}
}
.single-adpage-card {
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    background: #ffffff;
}

.single-adpage-card-listbadge {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 13px;
    font-weight: 700;
    background: red;
    color: #fff;
    padding: 3px 10px;
}

.single-adpage-card-details {
    padding: 24px;
}

.single-adpage-card-catagory {
    display: block;
	margin-top: 40px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #696767;
    margin-bottom: 18px;
}

.single-adpage-card-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #999;
}

.single-adpage-card-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.single-adpage-card-price {
    font-size: 18px;
    color: #673ab7;
    font-weight: 600;
}

.single-adpage-card-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.single-adpage-card-adlinks {
    text-align: right;
}

.single-adpage-card-adlinks a:hover {
    color: #fbb72c;
}
img.adsliderimage {
    height: 550px;
    width: 100%;
    object-fit: cover;
}
/* this is for checkout step page */

.form-type--select .list {
    margin-top: 8px !important;
    margin-bottom: 0px;
}
input#edit-actions-next {
	background-color: #673ab7 !important;
    color: white !important;
    margin: 18px 0px !important;
    max-width: 300px !important;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2) !important;
}
input#edit-login-register-register {
	background-color: #673ab7 !important;
    color: white !important;
    margin: 18px 0px !important;
    max-width: 300px !important;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2) !important;
}

input#edit-login-returning-customer-submit {
    background-color: #673ab7 !important;
    color: white !important;
    margin: 18px 0px !important;
    max-width: 200px !important;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2) !important;
}
div#edit-login-register-name--description {
    display: none !important;
}
/* this is for cart page */
input.delete-order-item {
    color: red;
    max-width: 100px;
}
div#edit-actions {
    display: flex;
    justify-content: center;
	flex-direction: column;
    align-items: center;
}
input#edit-checkout {
    background-color: #1c89ff;
    color: white;
    max-width: 200px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

input.quantity-edit-input {
	max-width: 37px !important;
	padding-left: 7px !important;
}

/* this is for professionals and service provider listing page */
input#edit-submit-professionals-service-providers{
	background-color: #673ab7;
    color: white;
	min-width: 200px !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

/* this is for ads listing page */

input#edit-submit-all-ads {
	background-color: #673ab7;
    color: white;
	min-width: 200px !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
.views-exposed-form.views-exposed-form {
    justify-content: space-evenly;
}
.product-card {
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    margin: 8px auto;
    background: #ffffff;
}

.listbadge {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 13px;
    font-weight: 700;
    background: red;
    color: #fff;
    padding: 3px 10px;
}

.product-tumb {
    height: 300px;
	background: #f0f0f0;
}

.product-tumb img {
    max-width: 100%;
	width: 100% !important;
    max-height: 100%;
	min-height: 300px;
    max-height: 300px !important;
	object-fit: cover;
}

.product-details {
    padding: 24px;
}

.product-catagory {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #696767;
    margin-bottom: 18px;
}

.product-details h6 a {
    font-weight: 500;
    display: block;
    margin-bottom: 18px;
    color: #363636;
    text-decoration: none;
    transition: 0.3s;
}

.product-details h6 a:hover {
    color: #fbb72c;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 18px;
    color: #999;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.product-bottom-details div {
    float: left;
    width: 50%;
}

.product-price {
    font-size: 18px;
    color: #673ab7;
    font-weight: 600;
}

.product-price small {
    font-size: 80%;
    font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 5px;
}

.adlinks {
    text-align: right;
}

.adlinks a:hover {
    color: #fbb72c;
}
input.button--add-to-cart {
    background-color: #1c89ff;
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.ad-details-page {
    margin-top: 72px;
    padding: 2px 16px;
}
/* this is for FAQ Page */
a.accordion-title-bg {
    background-color: #673ab7 !important;
    color: white !important;
}
.accordion-item-content.accordion-content-bg {
    background-color: white !important;
    margin-bottom: 16px !important;
}
.list:not(.media-list) .accordion-item-opened:not(.media-item)>.item-link .item-inner:before {
	color: white !important;
}
.list:not(.media-list) .accordion-item:not(.media-item)>.item-link .item-inner:before {
	color: white !important;
}

/* this is for about us Page */
.problem-list{
	display: flex!important;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.problem-name {
    font-weight: bold;
    color: #673ab7;
}

/* this is for contact us Page */
.list .item-subtitle {
    overflow: visible !important;
    white-space: normal !important;
}
/* This is General */
.left-menu a {
    border-top: 0.5px solid #482880;
}
.content-header {
    background-color: #f4edff !important;
}
.page-content {
    background-color: #f4edff !important;
}
.right-menu ul, .left-menu ul{
    background: #f4edff !important;
}
.page-content {
    padding-top: 0px !important;
}
/*This is for error Messages */
.messages {
    background-color: black !important;
}
/* This style is for Google Material icons */
span.size-16 {
  font-size: 16px;
  font-variation-settings: 'OPSZ' 16;
}
span.size-20 {
  font-size: 20px;
  font-variation-settings: 'OPSZ' 20;
}
span.size-24 {
  font-size: 24px;
  font-variation-settings: 'OPSZ' 24;
}
span.size-40 {
  font-size: 40px;
  font-variation-settings: 'OPSZ' 40;
}
span.size-48 {
  font-size: 48px;
  font-variation-settings: 'OPSZ' 48;
}
span.size-96 {
  font-size: 96px;
  font-variation-settings: 'OPSZ' 96;
}
span.size-140 {
  font-size: 140px;
  font-variation-settings: 'OPSZ' 140;
}

.button{
  text-transform: capitalize !important;
}
nav.tabs-wrapper {
    justify-content: center;
}
.block-page-title-block {
    text-align: center;
}
.form-item {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}
#edit-pass {
    margin-top: 0 !important;
}
.user-pass p {
    margin: 16px;
}
.item-floating-label {
    margin-bottom: -2px !important;
    color: black !important;
}
.form-element{
  border: 2px solid darkgrey !important;
  border-radius: 4px !important;
}
.panel {margin-top: 0;}
.page-content {margin-top: 0 !important;}
.link { text-decoration: none;}
#edit-name--description {
    display: none;
}
#edit-pass--description {
    display: none;
}
#edit-mail--description {
    display: none;
}
.password-suggestions {
    display: none !important;
}
div#edit-user-picture-0--description {
    display: none !important;
}
/* Login and Registration Form */
.form-item--field-user-preffered-role .list {
    margin-top: 13px !important;
    margin-bottom: 0px;
}

input#edit-mail, input#edit-name, input#edit-pass-pass1, input#edit-pass-pass2, input#edit-pass, input#edit-field-phone-number-0-value {
    padding-left: 2px;
	background-color: white !important;
}
h1.page-title {
    padding-top: 32px !important;
}
div#block-cloud-page-title {
    margin-bottom: 0px !important;
}