.slick-slide{height:auto;}.product{cursor:pointer;}
.listing_cardsall .product .product-img > img{height:100%;width:100%;    position: absolute;
    left: 0; 
    top: 0;}
.listing_cardsall .product {
    cursor: pointer;
    width: 100%;
    display: inline-block;border: 0 !important;
}

.listing_cardsall .product {border-radius: 12px;background: #fff;
	vertical-align: top;
	overflow: hidden;    
    border: 1px solid #eee !important;
    box-shadow: unset;
   
}
.section.publis_page .listing_cardsall .product {
    border: 1px solid #ededed !important;
    box-shadow: unset;
}

.whitepages.dashboard .products-tabs .products-slick{display: grid;
    grid-template-columns: repeat(4,minmax(30px,1fr));
    gap: 20px;width: 97%;
    margin: 0 auto;}
.products-tabs .products-slick.srch-listingcard-listing {
    display: grid;
    grid-template-columns: repeat(4,minmax(30px,1fr));
    gap: 20px;
}
.personalcollections_mainpage .personalcollec_filter {margin-bottom: 20px;}
.publis_page .products-slick.listing-slick.listing_cardsall{padding-bottom: 80px;}
.products-slick.listing-slick.listing_cardsall{ display: grid; grid-template-columns: repeat(4,minmax(30px,1fr)); gap: 20px;}
.personalcollections_mainpage .products-slick.listing-slick.listing_cardsall{grid-template-columns: repeat(5,minmax(30px,1fr)); margin-bottom: 20px; gap: 15px;}
.products-slick.listing-slick.listing_cardsall .col-md-12.btnLoad { position: absolute; bottom: 0; width: 100%;}
.perso_main_collection .cardfinder_bodydeta table th, .perso_main_collection .cardfinder_bodydeta table td { padding-bottom: 8px; font-size: 15px; color: #3a3a3a;}
.perso_main_collection .cardfinder_bodydeta table.look-card th { font-weight: 600; color: #f4a51c;}
.perso_main_collection .cardfinder_bodydeta {padding: 10px;}
.perso_main_collection {border: 1px solid #e5e5e5; border-radius: 12px;}
.perso_main_collection .wrapper-collction{border: 0;}
.personalcollections_mainpage .section-srh{margin-bottom: 40px;}
.personalcollections_mainpage .section-title  h1.cardfinder_title{color: #fff !important;}
.personalcollections_mainpage form .form-group input { border-radius: 30px;}

/*start Personal Collections*/
.p_collection_card .perso_main_collection .wrapper-collction {gap: 0;flex-flow: column;border: 1px solid #d6ebfb; margin-right: 0px !important; border-radius: 12px; height: auto;}
.p_collection_card .perso_main_collection .wrapper-collction input[type="button"] { border-radius: 12px 12px 0 0 !important; width: 100%;background-color: #d2ebff !important; border: 1px solid #aad5f7 !important; color: #181818; font-weight: 600; text-align: center; font-size: 16px; padding: 8px 20px; transition: all 0.5s; cursor: pointer; margin: 0; position: relative; min-height: 180px; }
.p_collection_card .perso_main_collection .wrapper-collction input[type="button"]:hover {background: #93cffe !important;}
.p_collection_card .perso_main_collection {border: none;border-radius: 0;}
.p_collection_card .perso_main_collection .wrapper-collction .collection_boxes {text-align: center;}
.p_collection_card .perso_main_collection a:hover .collection_para {color: #ff9909;}
.p_collection_card .perso_main_collection .wrapper-collction a { width: 100%;}
.p_collection_card .perso_main_collection .wrapper-collction .details { width: 100%; padding: 10px 8px; }
.p_collection_card .perso_main_collection .wrapper-collction .details p { margin: 5px 0;}
.p_collection_card .perso_main_collection .wrapper-collction .details p.collection_name a { font-weight: 400; color: #2e2e2e !important; }
 .personalcollections_mainpage .products-slick.listing-slick.listing_cardsall table.look-card{margin-bottom: 0;}
 
@media only screen and (max-width: 760px){
	.p_collection_card {
		grid-template-columns: repeat(2,minmax(30px,2fr)) !important;
	}
	.p_collection_card .perso_main_collection .wrapper-collction input[type="button"] {width: -webkit-fill-available;margin: 0 auto 10px;white-space: normal;}
    .personalcollections_mainpage .cardfinder_page form + .col-md-12 { padding: 0;}

}
/*end Personal Collections*/

.listing_cardsall .product-des {
    text-align: inherit;
    line-height: 1.4;font-size: 16px;margin-bottom: 10px;
   
}

.listing_cardsall h4.product-price { font-size: 18px;margin-bottom: 5px;}
.listing_cardsall a.hypercolor { color: #000014 !important; font-size: 14px;}
.whitepages.dashboard .products-tabs .products-slick .product-body { padding-bottom: 12px !important;}
/*.whitepages.dashboard .products-tabs .products-slick p.product-des { font-size: 16px;}*/
.products-tabs.listingcard_cards h3.product-name {padding: 12px 0 5px; font-size: 20px;     text-transform: capitalize;}

.whitepages.dashboard .products-tabs .product:hover{box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;}

.randomLocation-card {
    width: 241px;
    overflow: hidden;
    position: absolute;
    left: 0;
    margin: 18px 0;
	cursor: pointer;
}

.randomLocation-rcard {
    position: absolute;
    right: 0;
    overflow: hidden;
    width: 241px;
	margin: 18px 0;
	cursor: pointer;
}

.randomLocation-card .item,.randomLocation-rcard .item{
    width: 100%;
    height: 100%;
}

.randomLocation-card .item img,.randomLocation-rcard .item img {
    width: 100%;
}

#contactus-msg{
  position: absolute;
  right: -144px;
  top: 98px;
}

.remove-watchlist {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 13px;
  margin: 3px;
  position: absolute;
	z-index: 1;
	left: 10px;
    top: 8px;
	background: #f4a51c;
    width: 28px;
    height: 28px;
}
.my_watchlist_page .remove-watchlist{width: 24px; height: 24px;  font-size: 12px;}
.remove-watchlist i{margin: 0;}
.nivo-caption{display:none !important;}
.contDash.my_watchlist_page h3.product-name { text-transform: capitalize; font-weight: 600; color: #181818; font-size: 20px; padding: 10px 0 5px;}

.look_cards .product{
    height: 100%;
}
.section-title h3.title.cardfinder_title, .section-title h1.title.cardfinder_title { color: #181818; margin: 40px 0 10px;font-size: 32px;}
p.look_notes{
    text-align: justify;
    overflow-y: auto;
    max-height: 140px;
}

table.look-card{
    width: 100%;
    margin-bottom: 16px;
}

table.look-card th{
    color: #FFA500;
}

.mar-b{
    margin-bottom:5px;
}

.section.cardfindermain_page.personalcollections_mainpage{padding: 0;}
.personalcollections_mainpage .cardfinder_page .leftCol {width: 220px;float: left;padding: 20px 15px;background: #092143;color: #fff;border-radius: 8px;margin-right: 25px;}
.personalcollections_mainpage .container.cardfinder_page {padding: 0;}
/*.personalcollections_mainpage .cardfinder_page form#frmsearchcollections {display: flex;align-items: flex-end;}*/
.personalcollections_mainpage .leftCol form#frmsearchcollections .form-group {width: 100%; margin-bottom: 10px;}
/*.personalcollections_mainpage .leftCol form#frmsearchcollections .form-group.submit {margin-left: 10px;}*/
.personalcollections_mainpage .leftCol .form-group{display: grid; width: 100%;}
.personalcollections_mainpage .leftCol strong.search_tag { font-size: 16px; display: block; position: relative; margin-bottom: 10px; border-bottom: 1px solid #334763; padding-bottom: 10px; }
.personalcollections_mainpage .leftCol ul.search_lables { float: left; margin: 0 0 15px; width: 100%; max-height: 40ch; overflow-y: overlay;overflow-x:hidden; }
.personalcollections_mainpage .leftCol ul.search_lables li { display: flex; align-items: baseline; margin: 5px 8px 5px 0; float: left; font-size: 14px;width: 100%;}
.personalcollections_mainpage .leftCol ul.search_lables li input {margin: 0;}
.personalcollections_mainpage .leftCol ul.search_lables li label { margin: 0 0 0 5px; font-weight: 400; color: #fff; padding-left: 5px; }


@media only screen and (max-width: 760px){
    .listing_cardsall .product-des{font-size: 14px;}
/*   .cardfindermain_page.personalcollections_mainpage .wrapper-collction{height: 360px;}    */
.perso_main_collection .cardfinder_bodydeta table th, .perso_main_collection .cardfinder_bodydeta table td{    font-size: 14px;}
.personalcollections_mainpage .products-slick.listing-slick.listing_cardsall{width: 100%; margin-top: 30px}
.personalcollections_mainpage .cardfinder_page .leftCol{width: 100%; margin-bottom: 30px; margin-right: 0;}
.form-group_mob { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
.section.cardfindermain_page.personalcollections_mainpage .section-srh{margin-bottom: 25px;}


}

.products-tabs .look_cards a .product .product-body table.look-card {margin-bottom: 5px;}
.products-tabs .look_cards a .product .product-body p.look_notes { min-height: auto; margin: 0; }
.products-tabs .look_cards .product table.look-card tr { display: flex;}




