@import url('kolory.css');
@import url('results.css');
@import url('products-list.css');

#dhtmlpointer {
    position: absolute;
    left: -300px;
    visibility: hidden;
    z-index: 101;
}
#dhtmltooltip {
    position: absolute;
    left: -300px;
    width: auto;
    min-width: 150px;
    max-width: 350px;
    padding: 11px 15px;
    color: #000;
    border: 1px solid #000;
    background: #FCFEE4;
    font-size: 1.167em;
    visibility: hidden;
    text-align: justify;
    z-index: 100;
}

/* --- TOWAR --- */
#towar {
    margin:0px;
    padding:0px;
}
#towar h2 {
    position: relative;
    margin-left: -10px;
}

#towar #tfoto {
    width:100%;
}

#towar #opcje {
    margin-bottom: 15px;
    overflow: hidden;
}
#towar #opcje form {
    display: none;
    padding: 7px 12px 4px 12px;
}

#towar h3, #towar .h3 {
    color:#000;
    font-weight: bold;
    font-size: 1.333em;
    background: none;
}

#addf {
    clear: both;
    text-align: center;
}
#addf img {
    margin: 10px;
    border: 1px solid #FFF;
    vertical-align: middle;
}
#addf a{
    float:left;
    text-align: center;
}
#addf a img{
    width:100px
}
#towar #techs img {
    margin: 10px;
}
.smDetails {
    width: 98%;
    margin: auto;
    border: 0;
}
.smDetails td {
    vertical-align: middle;
}
.smDetails tr.evrow {
    background-color: #F4F4F4;
}
.smDetails td.azm {
    padding-right: 10px;
    white-space: nowrap;
}
h3#expand {
    position: relative;
}
h3#expand span.en {
    position: absolute;
    right: 10px;
    top: 7px;
}
#towar h6 {
    clear: both;
    float: left;
    width: 100%;
    margin: 10px 0;
    padding: 8px 0;
    font-weight: bold;
    background: #f3f3f3;
    text-indent: 15px;
    text-align: left;
    white-space: nowrap;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    background: none;
}
#towar h6.title {
    margin-top: 18px;
    color: #FFF;
    background: none;
    text-indent: 6px;
    text-transform: uppercase;
}
#fields {
    padding: 10px 0;
}
#fields h6 a {
    color: #000 !important;
}
#fields div.secc {
    display: none;
}

.opcja {
    float: left;
    width: 49%;
    margin: 0;
    padding: 0;

}
.opcja td:first-child {
    padding: 3px 0 3px 40px;
    background: url("../images/list_dot.png") left 25px center no-repeat;
}
.opcja td.val {
    width: 50px;
    padding-left: 0;
}
.opcja td.odd {
    background-color: #E0E9EC;
}
.zestaw {
    clear: both;
    width: 91%;
    margin: 0 0 2px 18px;
    padding: 4px 0;
}
.zestaw.odd {
    background-color: #F4F4F4;
}

#related{
    float:left;
    clear:left;
    position:relative;
    /*  height:375px;*/
    padding: 0px;
    margin: 0px;
    width:100%;
}

#rightColumn, #leftColumn{
    float:left;
    width:50%;
    margin-bottom:30px;
}

#leftColumn{
    width:40%;
    margin-top: 10px;
    position: relative;    
}
#leftColumn>img{
    border: 2px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
}

#leftColumn .best-icon,
#leftColumn .promo-icon, 
#leftColumn .new-icon
 {
  position: absolute;
  top: 10px;
  right: 10px;
  border: none !important;
  z-index: 10;
}

#leftColumn .best-icon + .promo-icon, 
#leftColumn .promo-icon + .new-icon {
  right: 75px;
}

#rightColumn{
    padding:0 0 0 40px;
    width: 55%;
}
#rightColumn .h4, #rightColumn h4,
#rightColumn .h4 span.brand-name, #rightColumn h4 span.brand-name
{
    font-size: 1em;
    color: #767676;
    text-transform: uppercase;
    margin-top: 0;
}

#rightColumn .h4 span.brand-name, #rightColumn h4 span.brand-name {
    font-size: 0.545em;
}

#rightColumn .h4 .product_code, #rightColumn h4 .product_code {
    display:block;
    font-size: 1em;
    color: #545454;
    text-transform: uppercase;
    padding-top:12px;
}

#rightColumn .h4 .product_code.inlineb, #rightColumn h4 .product_code.inlineb{
    display: inline;
}

#rightColumn .h4 span, #rightColumn .h4 span{
    font-size: 1.833em;
    color: #000;
    text-transform: none;
}
#rightColumn .descriptionTitle{
    clear:left;
    color: #000;
    display:block;
    width:100%;
    padding:15px 0;
    font-size: 1.167em;
    font-weight:bold;
    border-bottom: 1px solid #ccc;
}
#rightColumn #descriptionList{
    color: #626262;
    font-size: 1.167em;
    line-height: 1.3em;
}

#rightColumn #descriptionList p {
    font-size: 1em;
    line-height: 1.3em;
}

#rightColumn  #descriptionList ul{
    list-style: square url("../images/list_dot.png");
}
#rightColumn  #descriptionList li{
    float: none;
    padding: 5px;
    height: auto;
    width: auto;
}
#rightColumn #productButton{
    border:none;
    float:left;
    display: block;
    color: white;
    text-transform:uppercase;
    font-size: 0.833em;
    font-weight: bold;
    padding: 10px 10px 10px 30px;
    margin: 10px 0;
    border-radius: 20px;
    background: #910100 url('../images/basket.png') no-repeat 12px 9px;
    opacity:0.7;
    -webkit-transition: opacity 0.5s; /* Safari */
    transition: opacity 0.5s;
    cursor:pointer;
}

#rightColumn #productButton:hover{
    text-decoration: none;
    opacity:1;
}
#rightColumn #productNorms{
    padding:0px;
    margin:0px;
    margin-bottom: 15px;
    width:100%;
}
#rightColumn #productNorms li{
    height: auto;
    width: auto;
    padding: 10px 5px;
}
#rightColumn #productNorms li img{
    /*height: 30px;*/
    width: 30px;
}
#rightColumn #productNorms li .img{
    width:40px;
    margin-right:15px;
    float:left;
    text-align:center;
    margin-top: 5px;
}

#rightColumn #productNorms li .img span {
    display:block;
    text-align:center;
    margin-top:5px;
    font-size: 0.917em;
    font-weight: bold;
}

#rightColumn #productNorms li .text {
    float:left;
    width: 405px;
}

#rightColumn #productNorms li .text strong {
    display:block;
    font-size: 1.167em;
    font-weight:bold;
    color:#000;
    line-height: 1.667em;
}


#rightColumn #productNorms li .text .ext_text {
    max-height:0;
    overflow:hidden;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    margin-top: 10px;
}

#rightColumn #productNorms li:hover .text .ext_text {
    max-height:1000px;
}


#rightColumn #pdf{
    margin: 10px 0 0 10px;
    padding:0px;
    text-transform: uppercase;
    width:95%;
}
#rightColumn #pdf li{
    background:#f2f2f2;
    background: linear-gradient( #fff, #f2f2f2 );
    border: 1px solid #eaeaea;
    border-bottom: none;
    margin:0px;
    padding:20px 10px;
    width:95%;
    height:auto;
}
#rightColumn #pdf li:last-child{
    border-bottom: 1px solid #eaeaea;
}

#descriptionList h3 {
    white-space: initial;
    line-height: 30px;
    text-indent: 0;
}

#rightColumn #descriptionList ul {
    float:none;
    clear: both;
}

.product_form {
    border:1px solid #dedede;
    width:100%;
    border-collapse:collapse;
}

.product_form tr td {
    padding:12px;
    border-bottom:1px solid #dedede;
}

.product_form tr td:first-child {
    font-size: 1.083em;
    color:#303030;
    font-weight:bold;
    padding-left:15px;
}

.product_form tr td.sizes {
    font-size: 0.917em;
    color: #303030;
    font-weight: bold;
    word-spacing: 4px;
    font-family: 'Arial';
}

.product_form .colors {
    float:none;
}

.product_form textarea {
    width: 100%;
    border: none;
    line-height: 1.200em;
    font-size: 1.456em;
    outline:none;
}

.pminput span {
    width:26px;
    height:30px;
    position:relative;
    display:inline-block;
    text-indent:-9999pt;
    overflow:hidden;
    vertical-align:middle;
    cursor:pointer;
}

.pminput span:before {
    width:9px;
    height:3px;
    background:#c8c8c8;
    position:absolute;
    left:8px;
    top:13px;
    content:" ";
}

.pminput span.plus:after {
    width:3px;
    height:9px;
    background:#c8c8c8;
    position:absolute;
    left:11px;
    top:10px;
    content:" ";
}

.pminput input {
    width:38px;
    height:28px;
    border:1px solid #e5e5e5;
    text-align:center;
    font-size: 1.167em;
    font-weight:bold;
    color:#000000;
    padding:0;
    margin:0;
}

p.cecha2 {
    font-size: 1.083em;
    line-height: 1.500em;
    margin:5px 0;
}

p.cecha2 span {
    font-weight:bold;
    margin-left:5px;
}

p.cecha2:last-of-type {
    margin-bottom:15px;
}

.product_form tr td.td-uwagi {
    vertical-align: top;
    padding-top: 15px;
}

textarea.product-uwagi {
    min-width: 345px;
    max-width: 345px;
}

.avail-area {
    position: relative;
    width: 100%;
}

.brand-img {
    position:absolute;
    right: 0;
    bottom: 0;	
    max-width: 200px;
    max-height: 50px;
}

.video {
    clear: both;
    text-align: center;
    padding: 10px 0 5px 0;
}

li.cat-46 .btns,
li.cat-48 .btns {
    bottom: 27px;
}
li.cat-47 .btns {
    bottom: 2px;
}
.cat-46 .btns.norm li {
    width: 37px !important;
}
.cat-46 .btns.norm li span{
    overflow: visible;
}

.press {
    margin: 10px 0;
    padding-left: 10px;
}
.press p {
    margin: 0 0 3px 0;
    padding: 0;
}
.product_carousel{
    border: 2px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    width:100%;
    padding:15px 0;
    margin:25px 0 0 0;
}
.product_carousel>h3, .product_carousel>.h3{
    font-size:20px !important;
    margin:5px 0;
    padding: 5px 10px;
}
.product_carousel .owl-carousel{
    display:block;
    clear:both;
}
.product_carousel .advantage_box{
    width:88%;
    margin: 20px auto !important;
    border:none;
    float: none;
}
.product_carousel .owl-dots{
    text-align: left !important;
    padding-left: 80px;
    margin-top:5px;
}
.phone_info{
    display:block;
    clear:both;
    position:relative;
    padding-left:45px;
    font-weight:700;
    color:#303030;
    font-size:13px;
    margin:5px 0 5px;
}
.phone_info strong{
    font-size:18px;
}
.phone_info img{
    position:absolute;
    top:1px;
    left:15px;
}

#towar .ssproducer h2 {
  font-size: 1.6em;
}

#descriptionList table {
  width: 100%;
}

#descriptionList table td {

    padding: 3px 0;
    font-size: 0.95em;
    border-bottom: 1px solid #ccc;

}

#descriptionList table td:last-child {
    width: 8%;
}

#descriptionList table td:first-child {
    width: 30%;
}

#descriptionList table td img {
    width: 100%;
}