/*quick view fron css*/
#tmdproduct-modal{
	padding:0;
	max-width: 80%;
	-webkit-animation: zoomIn 0.8s ease 0s 1 forwards;
	animation: zoomIn 0.8s ease 0s 1 forwards;
}

#tmdproduct-modal{
    background-color: #fff;
    width: 80%;
    margin: 55px;
    position: relative;
}

.tmdimg-prodt img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
	display:block;
}

#tmdproduct-modal .tmdimg-prodt{
	height: 350px;
	background-size: cover;
	background-position: center;
	width: 100%;  
}

#tmdproduct-modal .tmdproduct-holder {
    width: 100%;
    padding: 8px;
}

#tmdproduct-modal .tmdimg-prgcontent{
	width: 100%;
    padding: 50px 42px;
}

#tmdproduct-modal .tmdimg-prgcontent .price{
    color: #1c314c;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.tmdimg-reponsive{
	width:100%;
} 

#tmd_qvw_main_container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    background: #726f6f4f;
    z-index: 999;
    overflow-y: auto;
    z-index: 99999999;
    background: #00000080;
    max-height: -webkit-fill-available;
    display: none;
}

#tmdproduct-modal{
    padding:0;
    max-width: 80%;
    -webkit-animation: zoomIn 0.8s ease 0s 1 forwards;
    animation: zoomIn 0.8s ease 0s 1 forwards;
}

#tmdproduct-modal{
    background-color: #fff;
    width: 80%;
    margin: 55px;
    position: relative;
    
}

.tmdimg-prodt img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100% !important; /* update june 2023*/ 
    display:block;
}

#tmdproduct-modal .tmdimg-prodt{
    height: 350px;
    background-size: cover;
    background-position: center;
    width: 100%;
}

#tmdproduct-modal .tmdimg-prgcontent{
    width: 100%;
    padding: 50px 42px;
}

.tmdimg-reponsive{
    width:100%;
} 

.tmd_qvw_loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    min-height: 100%;
    z-index: 99999;
    background: #00000042;
    display: none;
}

.tmd_qvw_loader img{
    position: relative;
    width: 10%;
    margin: 21% 45%;
}

.qvw_loader{
    border: 5px solid #e74390;
    border-radius: 15px;
    width: 4%;
    position: absolute;
}

.close-qvw-mdl{
    display: flex;
    position: absolute;
    right: -8px;
    top: -10px;
    background: #fff;
    border: 1px solid #ada8a888;
    padding: 3px;
    border-radius: 50%;
    vertical-align: -webkit-baseline-middle;
    cursor: pointer;
}



#tmdproduct-modal{
    margin: 90px 125px;
}

.close-qvw-mdl{
    z-index: 9;
}

.tmd-qvw-slider{
    height: 100% !important;
}

.swiper-button-next , .swiper-button-prev {
    color: transparent !important;
}

.woocommerce ul.products li.product a {
    position: relative;
}

#tmdproduct-modal .quantity {
    margin-bottom: 10px;
}

.tmd_qvw_icon_div{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.tmd_qvw_icon_div span{
    display: none;
    padding-top:5px;
}
.tmd_qvw_icon_div:hover{ 
    background-color: #00000094 !important;
}

#tmd_qvw_main_container th {
    background: transparent;
}

.qvw_arrow {
    position: absolute;
    top: 22%;
    right: 5px;
}

.qvw_multiple_img{
    display: flex;
    overflow: scroll;
    column-gap: 15px;
}

#tmd_qvw_main_container .variations_form .variations{
    background-color: transparent;
}

#tmd_qvw_main_container table td, #tmd_qvw_main_container table th {
    background-color: transparent;
}
.woocommerce ul.products li.product .button{
    margin-top: 0px !important;
}

/*style for ultimate auction plugin*/
.wqv-product-content .ult-auc-single-page-bid-container .rows strong {
    display: inline-block !important;
} 

.wqv-product-content .ult-auc-single-page-bid-container #ult-auc-add-wishlist, 
.wqv-product-content #ult-auc-show-bid-list{
    display: none;
}

.wqv-product-content .ult-auc-single-page-bid-container .ult-auc-input-field{
    width: 45%;
}


