

/*  original-shop.php  - show all prints */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */




.hiddenHeart 
{
    display:none;
}

.ImageHeart
{width:40px !important}

.artist-work-inner:hover .showOnHover  ,   .artist-work-inner.hearted .showOnHover , .artist-work-inner-2020:hover .showOnHover  ,   .artist-work-inner-2020.hearted .showOnHover 
{
     display: block !important;
}



.ShowOverArtImage
{
    position: absolute !important;
    top:30px !important;
    left:30px !important;

    height:auto!important; 
    min-width: 40px !important;
    z-index: 1111;
}

.heb-lang .artist-header
{
    text-align: right;
}
.artist-block>.artist-header h2
{
    font-size:25px !important;
    font-weight:bold;
    color:#333;
    display:inline-block;
    margin:10px;
}

.artist-block>.artist-header>a
{
    display:inline-block;
    margin:10px;
    color:#333;
}

.artist-block
{
    margin-bottom:30px;
}


.sellImageContainer>.artist-work.noneFramedImage
{
     
    background-color: #f7f7f9;
    overflow: hidden;        
    
    text-align: center !important;    
    -webkit-box-shadow: 1px 1px 2px 0px rgba(113,131,133,1);
    -moz-box-shadow: 1px 1px 2px 0px rgba(113,131,133,1);
    box-shadow: 1px 1px 2px 0px rgba(113,131,133,1);
}
.artist-work>.artist-work-inner
{
    height: 100%;
    
    overflow: hidden;
    display:inline-block;
    
}

.sellImagesBlock>.sellImageContainer
{
    float:right;
    padding:15px;
}
.heb-lang .sellImagesBlock>.sellImageContainer
{
    float:right;
}
.eng-lang .sellImagesBlock>.sellImageContainer
{
    float:left;
}
@media (min-width: 768px)
{
    .sellImageContainer.Box_2_2
    {
        /*width:50%;*/
        height:560px;
    }

    .sellImageContainer.Box_1_2
    {
        /*width:25%;*/
        height:560px;
    }

    .sellImageContainer.Box_1_1
    {
        /*width:25%;*/
        height:280px;
    }
    
    .sellImageContainer>.artist-work .work-image
    {
     
        height:100%;
        width:auto;

    }


    .sellImageContainer.Box_2_2 .artist-work, .sellImageContainer.Box_1_2 .artist-work
    {
        height:500px;
        padding:15px;
    }

    .sellImageContainer.Box_1_1 .artist-work
    {
        height:220px;
        padding:4px;
    }





}
@media (max-width: 768px)
{
    
    .sellImagesBlock
    {
        text-align: center;
    }
     .sellImageContainer.Box_2_2,.sellImageContainer.Box_1_2,.sellImageContainer.Box_1_1
    {
        width:98%;
        margin:0 auto;
        float:none;
        
    }
    
    .sellImageContainer>.artist-work .work-image
    {
     
        height:auto;
        width:100%;

    }
    

    .sellImageContainer.Box_2_2 .artist-work, .sellImageContainer.Box_1_2 .artist-work
    {
        width:100%
            
        padding:15px;
    }

    .sellImageContainer.Box_1_1 .artist-work
    {
        width:100%;
        padding:4px;
    }

    .sellImagesBlock div:nth-child(n+6)
    {
        display: none;
    }
 

}

.sellImageContainer>.artist-work
{
   /* width:100%; */
    height:100%; 
    display:inline-block;
}



.sellImageContainer>.artist-work-about>.line
{
    width:100%;
    height:20px;
    max-width:250px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    border-bottom: 2px solid #999;
}


.sellImageContainer>.artist-work .work-image
{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    z-index: 2;
    
    display: block;
  
    
}


.work-about-title
{
    font-size:14px;
    font-weight:bold;
    float:right;
    color:#666;
}

.work-about-price
{
    clear:both;
    float:right;
    color:#333;
    
    font-size:15px;
}

.work-about-size
{
    color:#333;
    font-size:13px;
    float:left;
}








@media (min-width:576px)
{   .MainOriginalWorkList_container{max-width:540px}  
    
}
@media (min-width:768px){
    .MainOriginalWorkList_container{max-width:920px}
   

}
@media (min-width:992px){.MainOriginalWorkList_container{max-width:1100px}}
@media (min-width:1200px){
    .MainOriginalWorkList_container{max-width: 1400px;}
}
@media (min-width: 1600px){.MainOriginalWorkList_container {    width: 1400px !important;    max-width: 1400px !important;}}
@media (min-width: 1700px){.MainOriginalWorkList_container {    width: 1600px !important;    max-width: 1600px !important;}}


@media (max-width:1200px){
 .sellImagesBlock div:nth-child(n+6)
    {
        display: none;
    }
}

.MainOriginalWorkList_container  .col_artbeat
{
    padding: 0 22px !important;
    margin-bottom:30px;
}

.MainOriginalWorkList_container
{
    margin: 0 auto;
}



/* SHOW MORE WORKS box,  IN WORKS LIST */


.col_showmore  
{
    position:relative;
    display:inherit !important;
    
}
.showMoreContainer
{
    background-color:#f1f1f1;width:100%;height:100%;position:relative;
}

.showMoreContainer .showMore_ThumbsContainer
{
    position: absolute;
    top:0;
    left: 0; 
    right: 0;
    bottom: 31px;
}

.showMoreContainer .work-image
{
    margin:10px;width:35%;height:auto;
}

.showMoreText
{
    position: absolute; left:0;right:0; bottom: 0px;background-color:#d2d2d2;height:80px;padding:5px;text-align:center;font-size:20px;
}
.showMoreText a
{
    color: #000;
    text-decoration: none;
} 
 
.showMoreText a:hover
{
    font-weight: bold;
}

.more-work-link
{
    
    font-size:18px;
    vertical-align: middle;
    height:100%;
    
    color:#222; 
    background-color:#eee;
    padding:25px 15px 5px 15px;
    
    height: 80% !important;
}

@media (max-width:575px){
.col_showmore  
    { 
        min-height:400px;
    }
}

/* SHOW MORE WORKS WORK LIST End*/