.ot-prod-popup {
    margin-left: 0;
    background-color: #fff;
    padding: 16px;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 15px;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
    float: left;
    width: 320px;
    z-index: 4;
    -webkit-box-shadow: -1px 2px 6px rgba(30,32,40,.3);
    -moz-box-shadow: -1px 2px 6px rgba(30,32,40,.3);
    box-shadow: -1px 2px 6px rgba(30,32,40,.3);
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.ot-prod-popup.show {
     bottom: 15px;
	 opacity:1;
	 -moz-opacity: 1; 
	 -khtml-opacity: 1; 
     -webkit-opacity: 1;
	 visibility:visible;
}
.ot-prod-popup .product-miniature {
    margin: 0;
    padding: 0;
}
.prod-recommendation.products .thumbnail-container .otproductattributes-add .btn::after {
	display: none;
}
.prod-recommendation.Left .ot-prod-popup .alert-warning {
	padding: 10px;
	margin: 0;
}
.prod-recommendation.Left .ot-prod-popup .product-miniature {
	border: none;
	margin: 0;
}
.prod-recommendation.products .thumbnail-container::before {
	display:none;
}
.prod-recommendation.Left .ot-prod-popup {	
    left:15px;
	right:auto;
}
.prod-recommendation.Right .ot-prod-popup {	
    right:15px;
	left:auto;
}
.prod-recommendation .ot-prod-popup .otproduct-image {
    padding: 0;
    width: 25%;
    float: left;
    border: 1px solid var(--border-color);
}
.ot-prod-popup .thumbnail-container .otproduct-desc {
    width: 75%;
    float: left;
}
.ot-prod-popup .thumbnail-container .product-description .star {
    font-size: 14px;
}
.ot-prod-popup .thumbnail-container .product-description .reviewCount {
    font-size: 14px;
}
.ot-prod-popup .thumbnail-container .product-description .hook-reviews {
    margin: 0 0 10px;
} 
.prod-recommendation .alert{
    color:#ffffff;
}
.ot-prod-popup .thumbnail-container {
    margin: 0;
	border:none;
}
.prod-recommendation .otpc-main::before {
    font-size: 16px;
    height: 17px;
}
.prod-recommendation .product-quantity {
    display: none!important;
}
.prod-recommendation .product-miniature .thumbnail-container .otproductcountdown {
	position: static;
	margin: 10px 0 0;
	float: left;
	width: 100%;
	display: none;
}
.prod-recommendation.products .product-miniature .discount-product {
    position: static;
}
.prod-recommendation .otpc-main{
    float: left;
    padding: 10px 5px;
    width: 100%;
	text-align: center;
    background: #f5f5f5;
}
.prod-recommendation .otpc-main .otpc-time{
	width: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin:0 5px;
}
.prod-recommendation.products .thumbnail-container .otproductattributes-add {
    float: left;
    width: 100%;
}
.prod-recommendation.products .thumbnail-container .otproductattributes-add .btn.js-otproductattributes-add-to-cart::before, 
.prod-recommendation.products .thumbnail-container .otproductattributes-add .btn.disabled::before,
.prod-recommendation.products .thumbnail-container .otproductattributes-add .btn:disabled::before {
    display: none;
}
.prod-recommendation.products .thumbnail-container .otproductattributes-add .btn.disabled:hover,
.prod-recommendation.products .thumbnail-container .otproductattributes-add .btn:disabled:hover {
    background: none;
}
.prod-recommendation.products .thumbnail-container .otproductattributes-add .btn.js-otproductattributes-add-to-cart, 
.prod-recommendation.products .thumbnail-container .otproductattributes-add .btn.disabled,
.prod-recommendation.products .thumbnail-container .otproductattributes-add .btn:disabled,
.prod-recommendation.products .thumbnail-container .otproductattributes-add .btn.js-otproductattributes-add-to-cart[disabled]{
    background: none;
    color: #111;
    text-decoration: underline;
    padding: 0;
    height: auto;
    width: auto;
    line-height: normal;
}
.prod-recommendation.products .thumbnail-container .btn span {
	display:inline-block;
	vertical-align:top;
}
.prod-recommendation.products .thumbnail-container .otproductattributes-add .btn.js-otproductattributes-add-to-cart i, 
.prod-recommendation.products .thumbnail-container .otproductattributes-add .btn.disabled i, 
.prod-recommendation.products .thumbnail-container .otproductattributes-add .btn:disabled i {
    display: none;
}
.prod-recommendation .product-miniature .thumbnail-container:hover .otproductcountdown {
   opacity:1;
   -moz-opacity: 1; 
   -khtml-opacity: 1; 
   -webkit-opacity: 1;
}
.ot-prod-popup .thumbnail-container .product-container-img{
    position: relative;
    float: left;
    width: 90px;
    border: 0;
    line-height: 0;
    margin: 0;
    min-height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    display: -webkit-flex
}
.ot-prod-popup .thumbnail-container .product-description{
	text-align: left;
	border:none;
}
.ot-prod-popup .thumbnail-container .product-description .product-title {
    text-align: left;
    margin: 0 0 6px;
    text-overflow: unset;
    min-height: unset;
}
.ot-prod-popup .thumbnail-container .product-description .product-title > a {
	white-space:normal;
}
.ot-prod-popup .thumbnail-container .product-price-and-shipping{
	text-align:left;
	margin: 0 0 6px;
}
.close-prod-popup {
	position: absolute;
	right: 10px;
	top: 5px;
	left: auto;
	height: 22px;
	width: 22px;
	line-height: 18px;
	text-align: center;
	cursor:pointer;
}
.close-prod-popup i{
    font-size:18px;
    transition: all 0.5s ease-in-out 0ms;
-webkit-transition: all 0.5s ease-in-out 0ms;
-moz-transition: all 0.5s ease-in-out 0ms;
-o-transition: all 0.5s ease-in-out 0ms;
-ms-transition: all 0.5s ease-in-out 0ms;
}
.close-prod-popup:hover i{
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
}
.ot-prod-popup .thumbnail-container .date-ago {
    font-size: 13px;
    margin-top: 5px;
    float: left;
    width: 100%;
}
.prod-recommendation .product-miniature .thumbnail-container .otproductattributes-qty-container,
.prod-recommendation .product-miniature .thumbnail-container .js-otproductattributes-standart {
	display:none;
}
@media (max-width: 543px){
    .ot-prod-popup {
        left: 15px;
        width: 290px;
        right: 15px;
    }
}
@media (max-width: 1199px){
    .prod-recommendation .otpc-main{
        padding:5px;
    }
}