/* QUICK VIEW CSS */
#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}
#quick_view {
    padding-bottom: 2px;
    display: none;
    position: fixed;
    opacity: 1;
    z-index: 11000;
    left: 5%;
    top: 100px;
    right: 5%;
    bottom: 100px;
}
    #quick_view.show{display: block;}
#quick_view_content {
    padding: 0 4%;
    overflow-y: auto;
    height: 70vh;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.6);
}
.qv_header{
    width: 100%;
    background-color:var(--primary);
    padding: 10px 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.qv {
    font-size: 35px;
    color: #fff;
    font-weight: 500;
}
.qv-solution{
    font-size: 35px;
    color: #fff;
    font-weight: 400;
}
.qv-solution span{
    font-weight: 900;
}
.qv_close {
    padding-left: 10px;
}
.supertag {
    position: absolute;
    left:0;
    top:0;
}
.pick_div {
  /*border:1px solid grey;*/
  padding: 3px;
  margin: 3px;
 }
                
.pick_div:hover {
border: 1px solid var(--primary);
cursor: pointer;
}
                
.pick_selected {
 border: 1px solid var(--primary);

 }
 .qvminiGalleryItem{
     padding-right:3px;
     padding-bottom:3px;
     padding-top:12px;
 }
 .qvGuarantee,.qvDescription{
     font-size:11pt;
     padding:10px 0px;
     margin-bottom:20px;
    }
.line-bottom{
    border-bottom:1px solid #c8c8c8;
    width:100%;
}
 .qvTitle{
     font-size:14pt;
     padding-top:10px;
     font-weight:700;
     text-align:left;
 }
 .basketnew {
    /*background-color: var(--primary);*/
	background-color:#ffb800;
    width: 100%;
    padding: 10px 0;
    border-radius: 10px;
    color: #161616;
    text-align: center;
    font-size: 17.5px;
    font-weight: 600;
}
#price_from{
    font-size:20pt;
    text-decoration:line-through;
}
#price_from2{
    font-size: 14pt;
    text-decoration:line-through;
}
#price_current{
    font-size:28pt;
    font-weight:900;
    text-decoration:none; 
    color:#fe0000; 
}
#price_current2{
     color:#fe0000; 
     font-size:18pt;
     font-weight:900;
}
#price_current sup{
font-weight:900;
font-size: 18pt; 
color:#fe0000; 
}
.qvDoseis{
    font-size:12pt;
    font-weight:700
}
.qvdiathesimotita .city,.qvdiathesimotita .street{
    font-size: 16px;
}
.specs_title {
    font-size: 22px;
    color: #fff;
    padding: 10px 5px;
    font-weight: bold;
    background-color:var(--primary);
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    text-align: center;
    margin-right: 10px;
}
  #container {
    width: 100%;
    margin: auto;
    text-align: left;
    padding-top:10px;
}
            
a.adjust {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    text-align: right;
}
            
.fadeout {
    position: relative;
    bottom: 4em;
    height: 4em;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
}
.more-less{
    font-size: 16px;
}
.more-less .more-block{overflow: hidden;height: 150px;}
.more-less .more-block.show{overflow: visible;height: auto;}
table {
    border-collapse: separate !important;
}
#product_price_eshop_title{
    font-size: 16px;
}
/* RESPONSIVE */
@media (max-width: 870px) {
    .qv, .qv-solution{
        font-size: 23px;
    }
}
@media (min-width: 576px) and (max-width: 620px) {
    .qv, .qv-solution{
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    .qv_close {
        position: absolute;
        top: 8px;
        right: 10px;
    }
    .qv_header img {
        max-width: 40px;
    }
}
@media (max-width: 440px) {
    .pd_td_style2,.pd_spec_style{
        font-size: 0.96em !important;
    }
    #quick_view tr {
        display: flex;
        flex-direction: column;
        padding: 15px 10px;
    }
    #quick_view tr > * {padding: 0 0 5px 0 !important;}
}
/* END OF QUICK VIEW CSS */