.online-wraper {
    border-bottom: 1px solid #e8e3e3;
}

.online {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

h1.sub-title {
    font-size: 16px;
    font-weight: 600;
}

span.rounded {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.description-wraper {
    padding-left: 15px;
    padding-right: 15px;
}

.icon-box {
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.icon-box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}


h1.heading {
    border-left: 6px solid;
    padding: 20px !important;
    font-size: 24px;
    font-weight: 600;
    margin: 40px !important;
}


h1.title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.description p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.map-wraper .h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 699;
    text-align: center;
}

.address {
    display: inline-flex;
    gap: 10px;
}

.address p {
    font-size: 14px;
    font-weight: 400;
}

.address p:first-child {
	border:none !important;
    padding-right: 10px;
}

.slick-list, .slick-slider {
    position: relative;
    display: block;
    min-height: 400px !important;
}

.slick-slide:focus {
    outline: none;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    font-size: 40px;
}


.HomeFeaturesCard {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
    overflow: hidden;
    width: 293px;
    margin-right: 16px;
    flex-shrink: 0;
}


.HomeFeaturesCard__Head {
    height: 66px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 16px;
    background: #ff6600 !important

}

.HomeFeaturesCard__Head {
    display: flex;
    gap: 20px;
    align-items: center;
}



.HomeFeaturesCard h3{
	color:#fff;
}

.HomeFeaturesCard__Body ul li{
	 list-style: disc !important;
}

.HomeFeaturesCard__Body ul h4{
	 font-size:16px;
}


span.woocommerce-Price-amount.amount bdi {
    color: #FF4900 !important;
}

.product-description {
    display: none !important;
}
.product_meta {
    display: none !important;
}

p.auction-condition {
    display: none !important;
}

p.wsawl-link {
    display: none !important;
}

.woocommerce-Tabs-panel--seller li.clearfix {
    display: none !important;
}


.features-slides {
    display: flex;
}


.pure-button-success {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    background: #FF4900;
}

.investor_dashboard .steps-form-3 .steps-row-3:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    height: 38% !important;
    background-color: #7283a7;
}


.cd-filter-trigger {
    font-family: "Poppins", Sans-serif;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em !important;
    letter-spacing: 1.53px;
    fill: #FFFFFF;
    color: #FFFFFF !important;
    background: #ff4900 !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 20px 15px 20px;
}

.page-template-filter .cd-gallery li {
    width: 33%;
    margin: 0px auto !important;
    margin-bottom: 25px !important;
}

.cd-filter form {
    padding-left: 30px !important;
}
.form-group.md-form {
    padding-left: 15px !important;
}

.price_slider input[type=number] {
	width:100% !important;
}
.col-md-12.filter-submit {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover i {
    color: #fff !important;
}

table.wc-order-totals tr:nth-child(2) {
    display: none !important;
}

.btn-circle-3 .fa, .btn-circle-3 .fas {
    margin-right: 15px;
}





@media screen and (-webkit-min-device-pixel-ratio:0) {
   .dokan-dash-sidebar{
	display:block;
	width:15% !important;
	height:100vh;
	position:fixed;
	left:10% !important;
}

div#primary .container{
	 min-height: 800px !important;
	margin-right:250px;
}



}

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
.dokan-dash-sidebar{
    height: auto;
    position: inherit;
	height:100vh;
}

div#primary .container{
	margin-right:auto;
}



}


.table-responsive {
    margin: 30px 0;
}
.table-wrapper {
	background: #fff;
	padding: 20px 25px;
	border-radius: 3px;
	min-width: 1000px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.table-title {
	padding-bottom: 15px;
	color: #fff;
	padding: 16px 50px;
	min-width: 100%;
	margin: -20px -25px 10px;
	border-radius: 3px 3px 0 0;
}
.table-title h2 {
	margin: 5px 0 0;
	font-size: 24px;
}
.table-title .btn-group {
	float: right;
}
.table-title .btn {
	color: #fff;
	float: right;
	font-size: 13px;
	border: none;
	min-width: 50px;
	border-radius: 2px;
	border: none;
	outline: none !important;
	margin-left: 10px;
}
.table-title .btn i {
	float: left;
	font-size: 21px;
	margin-right: 5px;
}
.table-title .btn span {
	float: left;
	margin-top: 2px;
}
table.table tr th, table.table tr td {
	border-color: #e9e9e9;
	padding: 12px 15px;
	vertical-align: middle;
}
table.table tr th:first-child {
	width: 60px;
}
table.table tr th:last-child {
	width: 100px;
}
table.table-striped tbody tr:nth-of-type(odd) {
	background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
	background: #f5f5f5;
}
table.table th i {
	font-size: 13px;
	margin: 0 5px;
	cursor: pointer;
}
table.table td:last-child i {
	opacity: 0.9;
	font-size: 22px;
	margin: 0 5px;
}
table.table td a {
	font-weight: bold;
	color: #566787;
	display: inline-block;
	text-decoration: none;
	outline: none !important;
}
table.table td a:hover {
	color: #2196F3;
}
table.table td a.edit {
	color: #FFC107;
}
table.table td a.delete {
	color: #F44336;
}
table.table td i {
	font-size: 19px;
}
table.table .avatar {
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}
.pagination {
	float: right;
	margin: 0 0 5px;
}
.pagination li a {
	border: none;
	font-size: 13px;
	min-width: 30px;
	min-height: 30px;
	color: #999;
	margin: 0 2px;
	line-height: 30px;
	border-radius: 2px !important;
	text-align: center;
	padding: 0 6px;
}
.pagination li a:hover {
	color: #666;
}
.pagination li.active a, .pagination li.active a.page-link {
	background: #03A9F4;
}
.pagination li.active a:hover {
	background: #0397d6;
}
.pagination li.disabled i {
	color: #ccc;
}
.pagination li i {
	font-size: 16px;
	padding-top: 6px
}
.hint-text {
	float: left;
	margin-top: 10px;
	font-size: 13px;
}
/* Custom checkbox */
.custom-checkbox {
	position: relative;
}
.custom-checkbox input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	margin: 5px 0 0 3px;
	z-index: 9;
}
.custom-checkbox label:before{
	width: 18px;
	height: 18px;
}
.custom-checkbox label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	background: white;
	border: 1px solid #bbb;
	border-radius: 2px;
	box-sizing: border-box;
	z-index: 2;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 3px;
	width: 6px;
	height: 11px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	transform: inherit;
	z-index: 3;
	transform: rotateZ(45deg);
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
	border-color: #03A9F4;
	background: #03A9F4;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
	border-color: #fff;
}
.custom-checkbox input[type="checkbox"]:disabled + label:before {
	color: #b8b8b8;
	cursor: auto;
	box-shadow: none;
	background: #ddd;
}
/* Modal styles */
.modal .modal-dialog {
	max-width: 100%;
}
.modal .modal-header, .modal .modal-body, .modal .modal-footer {
	padding: 20px 30px;
}
.modal .modal-content {
	border-radius: 3px;
	font-size: 14px;
}
.modal .modal-footer {
	background: #ecf0f1;
	border-radius: 0 0 3px 3px;
}
.modal .modal-title {
	display: inline-block;
}
.modal .form-control {
	border-radius: 2px;
	box-shadow: none;
	border-color: #dddddd;
}
.modal textarea.form-control {
	resize: vertical;
}
.modal .btn {
	border-radius: 2px;
	min-width: 100px;
}
.modal form label {
	font-weight: normal;
}

.dokan-dashboard .table-responsive thead {
    background: #ffff;
}



.banner_ad.right {
    position: absolute;
    right: 0 ;
    width: 150px;
    height: 300px ;
	z-index:0;
}

.banner_ad.left {
    position: absolute ;
    left: 0 ;
    width: 150px;
    height: 300px;
	z-index:0;
}

/* @media(min-width:1920px) {
	.banner_ad.left {
    position: absolute;
    left: 0;
    width: 300px;
    height: 300px;
}
		.banner_ad.right {
    position: absolute;
    right: 0;
    width: 300px;
    height: 300px;
}
} */

.banner_ad.right .product-wrapper, .banner_ad.left .product-wrapper {
    display: flex;
    flex-direction: column;
}
.banner_ad.right h3.archive-product-title, .banner_ad.left h3.archive-product-title {
    width: 100%;
    font-size: 18px;
    line-height: 1.1;
}
.banner_ad.right .thumbnail-and-details, .banner_ad.left .thumbnail-and-details {
    width: 100%;
}


.banner_ad.right .woocommerce-title-metas, .banner_ad.left .woocommerce-title-metas {
    padding: 10px;
}

.banner_ad.right .product-wrapper, .banner_ad.left .product-wrapper {
    background: #3FA9F5;
    padding: 0px 0px 20px 0px;
    margin: 0px;
	border-radius:0px;
}
.banner_ad.right .product-wrapper a img, .banner_ad.left .product-wrapper a img {
    border-radius: 0px;
}

.dokan-panel.dokan-panel-default.dokan-profile-completeness {
    display: none !important;
}

ul.dokan-listing-filter.dokan-left.subsubsub li {
    display: inline-block;
}

.dokan-table > thead > tr > th, .dokan-table > tbody > tr > th, .dokan-table > tfoot > tr > th, .dokan-table > thead > tr > td, .dokan-table > tbody > tr > td, .dokan-table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42;
    vertical-align: middle;
    border-top: 1px solid #EDEDED;
}

span.dokan-add-product-link {
    display: none !important;
}


span.icon {
    width: 50px;
    background-position: center center;
    display: block;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

.coolings {
	    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/basement.png);
}
.heatings {
	    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/fireplace.png);
}
.interior_features {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/armchair-1.png);
}

.basements {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/basement.png);
}

.fireplaces {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/fireplace.png);
}

.cooling {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/snow-proof.png);
}

.heating {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/Outline-1.png);
}

.accessibility_features {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/connection-social-distance-realtion-network.png);
}

.kitchen_features {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/kitchen.png);
}

.floorings {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/draws.png);
}

.appliances {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/electrical-appliance.png);
}

.bathroom_features {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/bathtub.png);
}

.eating_areas {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/chair.png);
}

.electrics {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/eco-house.png);
}

.laundries {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/washing-machine.png);
}

.room_types {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/room.png);
}

.utilities {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/Page-1.png);
}

.pool_features {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/swimming-pool.png);
}

.views {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/places-to-visit.png);
}

.door_features {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/door.png);
}

.fencings {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/fence.png);
}

.security_features {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/security.png);
}

.parkings {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/parking.png);
}

.spa_features {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/spa.png);
}
.common_walls {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/joint.png);
}
.construction_materials {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/house.png);
}
.roofs {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/roof.png);
}
.foundation_details {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/foundation.png);
}
.waterfront_features {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/cityscape.png);
}
.patio_and_porch_features {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/terrace.png);
}
.lot_features {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/parking-area.png);
}
.property_conditions {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/Outline.png);
}
.sewers {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/waste.png);
}
.water_sources {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/hydro-power.png);
}
.architectural_styles {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/building-of-oriental-architecture-style-hand-drawn-outline.png);
}
.community_features {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/community.png);
}
.road_frontage_types {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/road.png);
}
.road_surface_types {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/bridge.png);
}
.disclosures {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/disclaimer.png);
}
.exterior_features {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/house.png);
}
.other_structures {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/clipboards.png);
}
.window_features {
    background: url(https://wordpress-582935-2005777.cloudwaysapps.com/wp-content/uploads/2021/04/window.png);
}

.font-display span {
    color: #FF6600 !important;
    font-size: 12px !important;
    font-style: italic !important;
}

a.top_banner {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
}

a.top_banner img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 50px;
}

li#tab-title-shipping {
    display: none !important;
}

li#tab-title-more_seller_product {
    display: none !important;
}

.wc-tabs li {
    width: 33.33% !important;
}

.cd-main-content {
    position: relative;
    min-height: 190vh;
    width: 100% !important;
}

.dokan-alert.dokan-alert-warning {
    display: none !important;
}

.dokan-dash-sidebar {
    display: none !important;
}


h1.heading {
    border-left: 6px solid;
    padding: 20px !important;
    font-size: 24px;
    font-weight: 600;
	margin-bottom:0px !important;
    margin: 40px !important;
}


