/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.tm-logo-small.uk-navbar-content.uk-hidden-large {
    padding: 0 0px;
  
}

.addtocart-button {
    background:white;
}

.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
    height: 0px;
}

.orderby-displaynumber {
    display:none;

}

.products-view h2 {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
}
.products-view .addtocart-bar,
.products-view .product-price {
    margin: 0;
}
.products-view .product-container {
    padding: 15px !important;
    margin: 10px;
}
.additional-images:after,
.products-view .product-container:after {
    display: block;
    clear: both;
    content: "";
}
.products-view .descHolder {
    padding: 0 0 25px;
    border-bottom: 1px solid #EBEBEB;
    margin: 0 0 15px 0;
    min-height: initial;
}
.products-view .priceHolder {
    float: left;
}
.products-view .priceHolder .vm-price-desc{
    display: none;
}
.products-view .priceHolder .PricesalesPrice{
    font-size: 24px !important;
    font-weight: bold;
    font-style: normal;
    line-height: 56px;
}

.products-view .buttonHolder {
    float: right;
}
.products-view .buttonHolder .quantity-box,
.products-view .buttonHolder .quantity-controls {
    display: none;
}

.hamburger {
    display: none;
    margin: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: #0077B3;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

.bar1 {
    top: 0;
}

.bar2,
.bar3 {
    top: 13.5px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 0;
}
.hamburger3 .bar2,
.hamburger3 .bar3 {
    top: 13.5px;
}
.hamburger3 .bar1 {
    transform-origin: 5%;
}

.hamburger3 .bar4 {
    transform-origin: 5%;
}

.checkbox3:checked + label > .hamburger3 > .bar1{
    transform: rotate(45deg);
    height: 3px;
    width: 42px;
}

.checkbox3:checked + label > .hamburger3 > .bar3{
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
}

.checkbox3:checked + label > .hamburger3 > .bar2{
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
}

.checkbox3:checked + label > .hamburger3 > .bar4{
    transform: rotate(-45deg);
    height: 3px;
    width: 42px;
}
.additional-images {
    margin-top: 0 !important;
}
.additional-images .floatleft {
    width: 48%;
    margin-right: 4%;
    text-align: center;
    margin-top: 20px;
}
.additional-images .floatleft:nth-child(2n) {
    margin-right: 0;
}
.additional-images .floatleft img {
    width: 100%;
}

.products-view .vm-col-3 {
    width: 25%;
}
@media (max-width: 1919px) {
    .products-view .vm-col-3 {
        width: 33.3333%;
    }
}
@media (max-width: 1279px) {
    .products-view .vm-col-3 {
        width: 50%;
    }
}
@media (max-width: 959px) {
    .products-view .vm-col-3 {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .hamburger {
        display: block;
    }
    .tm-navbar-absolute {
        background: #fff;
        position: fixed;
        -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.25);
        -moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.25);
        box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.25);
    }
    .tm-page-container {
        padding-top: 50px;
    }
}
@media (max-width: 480px) {

    .products-view .product-container {
        margin: 10px 0 !important;
    }
    .products-view > .horizontal-separator {
        display: none;
    }
    .vm-product-container > div {
        width: 100% !important;
        float: none !important;
        margin-bottom: 15px;
    }
    .vm-product-container .product-price {
        text-align: center;
        float: left;
    }

    .vm-product-container .priceBlockHolder .clear,
    .vm-product-container .vm-price-desc {
        display: none;
    }
    .vm-product-container .addtocart-area {
        margin-bottom: 20px;
    }
    .vm-product-container .addtocart-area:after {
        display: block;
        content: '';
        clear: both;
    }

    .vm-product-container .PricesalesPrice {
        font-size: 24px !important;
        font-weight: bold;
        font-style: normal;
        line-height: 56px;
    }
}
