
a { cursor: pointer; }

#CustomPage {
    padding-bottom: 60px;
}

#CustomPage table td {
    width: 2em;
}

.block {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    /*border: 10px solid #f3f3f3;*/
    overflow: hidden;
    font-weight: bold;
    background-color: white;
}

.block .valignmiddle {
    position: absolute;
    width: 100%;
}

.block .valigntop {
    position: absolute;
    top: 5%;
    width: 100%;
}

.block .valignbottom {
    position: absolute;
    bottom: 5%;
    width: 100%;
}

.block .tslider-overlay {
    margin: 0px;
    width: auto;
    height: auto;
    text-transform: uppercase;
    border: none;
}
.block .tslider-overlay * {
}

.block div.image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.block > .sliderContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.tabs-head li {
    cursor: pointer;
}

.contact-form-info a {
    color: #555;
}

.contact-form-info a:hover {
    text-decoration: underline;
}

.hasLoader #main {
    opacity: .3;
}

#loader {
    position: fixed;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
    background-image: url(../images/preloader2.gif);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
    width: 32px;
    height: 32px;
}

article {
    overflow: hidden;
    transition: all 1s ease-in-out;
}

article .content {
    display: none;
}

article.showAll .content{
    display: block;
}

article.showAll .short {
    display: none;
}


#tabs-contents .bbvideo {
    position: relative;
}

#tabs-contents .bbvideo div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.offer-new,
.offer-nostock {
    min-width: 10px;
    width: auto;
    height: auto;
    white-space: pre;
    padding: 5px;
    line-height: 110%;
}


.searchSummary {
    background: #f7f7f7;
    font-family: Cousine;
    font-size: 17px;
    font-weight: bold;
    color: #555;
    margin: 0px 0px 5px;
    border-bottom: 1px solid #E6E6E6;
    padding: 15px;
}

.searchBlogResults {
    margin: 20px 0px;
}

.searchBlogResults ul{
    list-style: none;
}

.searchBlogResults li{
    font-family: Arial;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-bottom: 20px;
}

.searchBlogResults a {
    font-family: Cousine;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
}

.searchProductResults .plist {
    margin-bottom: 0px;
}

.searchProductResults .page-nav,
.searchBlogResults .page-nav {
    margin-bottom: 20px;
}

#footer input {
    color: white;
}

.product-details .product-price {
    font-size: 140%;
    text-align: right;
}

.product-tabs .tab-content ul {
    list-style: none;
}

#main {
    background-position: center;
    background-size: cover;
}

.columned-2{
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

.columned-3{
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

.columned-4{
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}
.columned-5{
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}
.columned-6{
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
}

#CustomPage h1 {
    font-size: 32px;
}


.chatInitiator {
    position: fixed;

    max-width: 200px;
    right: -210px;
    transition: right 1s  ease-in-out;

    bottom: 40px;
    width: auto;
    padding: 20px 10px;
    border: 1px solid black;
    border-right: none;
    background-color: white;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0px 0px 10px black;
    z-index: 999999;

    font-size: 80%;
    text-align: center;

    cursor: pointer;
}

.chatInitiator h1 {
    margin: 0 0 10px 0;
    font-size: 150%;
}

#chatSession .icon,
.chatInitiator .icon {
    position: absolute;
    top: 7px;
    width: 16px;
    height: 16px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    opacity: .3;
}

#chatSession .icon:hover,
.chatInitiator .icon:hover {
    opacity: .5;
}

#chatSession .icon.close,
.chatInitiator .icon.close {
    right: 8px;
    background-image: url(../images/iconmonstr-x-mark-3-icon-256.png);
}


#chatSession .icon.minimize {
    background-image: url(../images/iconmonstr-minus-4-icon-256.png);
    right: 32px;
}

.chatInitiator .icon.minimize,
#chatSession.minimized .icon.minimize { display:none;}

#chatSession .icon.restore { display: none; }
/*#chatSession.minimized .icon.restore {
    display:block;
    background-image: url(../images/icon-window-256.png);
    right: 32px;
}*/


.chatInitiator:hover a {
    text-decoration: underline;
}

.isChatAvailable .chatInitiator {
    right: 0px;
}

.hasChatSession .chatInitiator {
    right: -210px;
}

#chatSession {
    position: fixed;
    bottom: -460px;

    right: 100px;
    width: 300px;
    height: 450px;
    border: 1px solid black;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 999999;
    padding: 15px;

    background: white;
    box-shadow: 0px 0px 5px black;

    transition: bottom 1s ease-in-out;
}

.hasChatSession #chatSession.minimized {
    bottom: -420px;
}

.hasChatSession #chatSession.minimized.highlight {
    -webkit-animation: highlightBackground 2s infinite;
    animation: highlightBackground 1s infinite;
}

@-webkit-keyframes highlightBackground {
    0% {
        background-color: black;
    }
    50% {
        background-color: white;
    }
    100% {
        background-color: black;
    }
}

@keyframes highlightBackground {
    0% {
        background-color: black;
    }
    50% {
        background-color: white;
    }
    100% {
        background-color: black;
    }
}

.hasChatSession #chatSession{
    bottom: 0px;
}

#chatSession .title {
    position: absolute;
    top: 5px;
    left: 16px;
    right: 56px;
    text-overflow: ellipsis;
    font-size: 14px;
    opacity: 0;

    transition: opacity 1s ease-in-out;
}

#chatSession.minimized .title {
    opacity: 1;
}

#chatSession .connecting {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;

    background-image: url(../images/preloader2.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
}

#chatSession form.postMessage {
    position: absolute;
    bottom:15px;
    left: 15px;
    right: 15px;
    height: 32px;
}

#chatSession form.postMessage input {
    width: calc(100% - 32px);
    height: 32px;
}

#chatSession form.postMessage button {
    float: right;
    width: 32px;
    height: 32px;
}

#chatSession .chatLog {
    position: absolute;
    top: 30px;
    left: 15px;
    right: 15px;
    bottom: 55px;
    border: 1px solid #d3d3d3;
    overflow-x: hidden;
    overflow-y: scroll;

    font-size: 12px;
}

#chatSession .chatLog > * {
    margin: 10px 5px;
}

#chatSession .chatLog > .operator {
    font-weight: bold;
    font-size: 105%;
}
#chatSession .chatLog > .user {
    font-size: 95%;
    font-style: italic;
}
#chatSession .chatLog > .user.seen {
    font-style: normal;
}

#chatSession .chatLog .username {
    font-weight: normal;
}

.product-details table {margin: 0px 15px;}

.product-details td {
    font-family: Arial;
    font-size: 14px;
    color: #444;
    line-height: 23px;
    padding-right: 1em;
}

.product-details td span {
    color: #666;
}

#CustomPage {
    max-width: 760px;
}

.vcard {
    margin-top: 2em;
    text-align: center;
}


.cp-list .product-img {
    width: 100%;
    height: 250px;
}

.product-img > img {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}


.p-list li:hover .product-img .pi-1,
.p-list li:hover .product-img .pi-2 {
    transform: scale(1,1) translate(-50%, -50%);
}

.cp-list a * {
    color: black;
}


.pi-0, .pi-1, .pi-2 {
    max-width: 100%;
    max-height: 100%;
}

.p-list li .row:last-of-type {
    padding-top: 5px;
}

.product-title {
    font-size: 12px;
}
.product-price {
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
}