/*HEADER*/
/*SEARCH FORM*/
.color-scheme-light .searchform input[type=text], .whb-color-light .search-style-default input[type=text], .woodmart-dark .searchform input[type=text], .woodmart-vc-ajax-search.color-light .searchform input[type=text]{
	background: #fafafa;
	color:#222;
}
.color-scheme-light .searchform .search-by-category .input-dropdown-inner>a, .whb-color-light .search-style-default .search-by-category .input-dropdown-inner>a, .woodmart-dark .searchform .search-by-category .input-dropdown-inner>a, .woodmart-vc-ajax-search.color-light .search-by-category .input-dropdown-inner>a{
	color: #222;
}
.whb-color-light .search-style-default input[type=text]{
	color:#777;
}
.whb-color-light .search-style-default .searchsubmit {
    background: #db393a;
    margin: 4px 2px;
    border-radius: 4px;
}
form.searchform {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 9%);
}

.has-categories-dropdown input.s::placeholder{
	color:#777 !important;
}
.whb-general-header{
	box-shadow:-1px 4px 6px 0px #00000038;
}
.whb-color-dark:not(.whb-with-bg){
	box-shadow: -1px 4px 6px 0px #0000000f;
}


/*Whatsapp Button*/
.fma_order_on_whatsapp_btn_on_shop_page:before{
	bottom: unset;
}
.button.fma_order_on_whatsapp_btn_on_shop_page, [type=button] {
    padding: 9px 21px;
}

.product-grid-item {
	text-align: left;
}

.whatsapp_contact {
	padding: 10px 20px 10px 17px;
	margin-bottom: 30px
}
.whatsapp_contact::before {
	left: 12px;
bottom: 6px;
}


/*Next-Back Corosel*/
.woodmart-carousel-spacing-10 .owl-nav>div[class*=next] {
    right: -35px;
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
    background: #fcfcfc;
		box-shadow:-4px 5px 8px 0px rgb(0 0 0 / 20%);
}
.woodmart-carousel-spacing-10 .owl-nav>div[class*=prev] {
    left: -35px;
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
    background: #fcfcfc;
	box-shadow:4px 5px 8px 0px rgb(0 0 0 / 20%);
}


/*SELF-PUBLISHING*/
.pricing-tables-wrapper .pricing-tables{
	align-items: baseline
}

.self-publisihing-price .woodmart-price-table {
	flex: 1 1 0;
}
.woodmart-price-table.price-highlighted {
    top: -15px;
}

.self-publisihing-price .woodmart-price-table.price-style-default .woodmart-plan-price>span{
	font-size: 28px
}



/*Market place button shop*/
ul.Button-shop{
	display: inline-block;
/* 	flex-direction: row; */
}
ul.Button-shop li {
    display: inline-block;
    padding: 12px 15px;
	  margin-right:10px;
    list-style: none;
		border-radius: 5px;
}
ul.Button-shop li:before {
    position: inherit;
    top: 0;
	  left: 0;
		display:none;
}
ul.Button-shop li a {
    color: #fff;
}

ul.Button-shop li:nth-child(1) {
    background: #ee4d2d;
}
ul.Button-shop li:nth-child(2) {
    background: #03ac0e;
}
ul.Button-shop li:nth-child(3) {
    background: #ec0e49;
}
ul.Button-shop li:hover {
    filter: saturate(0.8);
}

/*OUTLITE KAMI FOOTER*/
.footer-lawwana {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 7px;
}

ul.shop-marketplace {
    display: flex;
	  padding-left: 0 !important;
}
}
ul.shop-marketplace li {
    width: 50px;
		list-style: none
}

ul.shop-marketplace li:before{    position: absolute;
	display:none;
    top: 0;
    left: 0;
}
img.olshop {
		width: 50px;
    filter: grayscale(1);
    opacity: 0.7;
	transition: ease-in 0.2s;
}
ul.shop-marketplace li:hover img.olshop {
    filter: grayscale(0);
    opacity: 1;
}

@media (max-width: 500px){
#link_on_shop_page {
    margin-bottom: 5px;
}
}
