/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
#shopirefsWrapper .popup_template {
    background-color: #ffffff; 
    bottom: 20px;
    border-radius: 0;
    overflow: hidden;
	box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
}

#shopirefsWrapper  .popup_position {
    position: fixed; 
    z-index: 99999;
    width: 350px;
}

#shopirefsWrapper  .popup_position.bottomRight {
    bottom: 20px;
    right: 10px;
}

#shopirefsWrapper .popup_position.bottomLeft {
    bottom: 20px;
    left: 10px;
}
#shopirefsWrapper  .popup_position.topRight {
    top: 20px;
    right: 10px;
}

#shopirefsWrapper .popup_position.topLeft {
    top: 20px;
    left: 10px;
}

#shopirefsWrapper .popup-item {
    padding-bottom: 8px;
    width: 100%; 
    float: left;
}

#shopirefsWrapper .popup-item .popup-title.yes {
    background: #000;
    color: #fff;
    padding: 8px 12px;
	font-size: 14px;
}

#shopirefsWrapper .popup-item .popup-title.no {
    padding: 5px;
}

#shopirefsWrapper .popup-item a {
    display: block;
    padding: 10px;
}

#shopirefsWrapper figure{
    margin: 0; 
    width: 60px; 
    max-height: 65px; 
    overflow: hidden;
    float: left;
	border-radius: 4px;
}

#shopirefsWrapper .imageOnRight figure{
    float: right;
}

#shopirefsWrapper .textOnly  figure{
   display: none;
}


#shopirefsWrapper figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#shopirefsWrapper .shopirefs-content-wrap{
    width: calc(100% - 85px);    
    float: right;
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}

#shopirefsWrapper .imageOnRight .shopirefs-content-wrap{
    float: left;
}

#shopirefsWrapper .textOnly .shopirefs-content-wrap{
   width: 100%;
}

#shopirefsWrapper .shopirefs-content-wrap .t-product{
    display: block; 
    font-size: 120%;
    font-weight: bold;
    line-height: 1.2;
}

#shopirefsWrapper .shopirefs-content-wrap small{
    font-size: 70%;
    font-style: italic;
}
 
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Close Button */
.popup_template .popup-item .btn-close{
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 15px;
    font-size: 17px;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 12px;
    z-index: 999999;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
}
.popup_template .popup-item .close img{
    max-width: 100%;
}

#shopirefsWrapper .popup-item:after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../leaf.png) no-repeat;
    bottom: -17px;
    right: -9px;
    position: absolute;
    display: inline-block;
}


@media screen and ( max-width: 767px){
    #shopirefsWrapper .popup-item{
        padding: 10px !important;
    }

    #shopirefsWrapper .popup_position.bottomRight {
        bottom: 0 !important;
        right: 0 !important;
        width: 100% !important;
        left: 0 !important;
    }  

    #shopirefsWrapper .popup_position .shopirefs-content-wrap {
        font-size: 13px !important;
        line-height: 1.5 !important;
    } 
	.popup_template .popup-item .btn-close {
		top: 20px;
	}
}
@media screen and ( max-width: 480px){
    #sale_alertWrapper .popup_position{
        width: 300px !important;
    }
}
 