/*--- Pico standardsettings -----*/

p {
    line-height: 20px;
    margin-bottom: 0px;
}



a:focus, a:hover, a:active {
    text-decoration: none;
    outline: none;
}

.width100 {
    width: 100%;
}

.wp-block.product {
    border: 0px solid #e0eded;
}

    .wp-block.product figure {
        border-bottom: 0px solid #e0eded;
        padding-bottom: 0px;
    }

    .wp-block.product .wp-block-footer {
        border-top: 0px solid #e0eded;
    }

.btn-group > .btn {
    background: none;
}

.btn-default, .btn-default:hover {
    border-color: #fff;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    border: none;
}

.dw-breadcrumb {
    float: left !important;
}

.pg-opt.pin .dw-breadcrumb {
    float: left !important;
    margin-top: 10px;
}

    .pg-opt.pin .dw-breadcrumb a {
        padding: 0 !important;
        font-size: 12px;
    }

.pg-opt.pin .breadcrumb {
    padding: 0px !important;
}

.productdescription li {
    font-size: 14px;
    line-height: 20px;
}

.top-header {
    border-bottom: 0px solid #e0eded;
    border-top: 0px solid #e0eded;
}

.affix {
    -webkit-box-shadow: 0 0px 0 0 rgba(0,0,0,0.32);
    -moz-box-shadow: 0 0px 0 0 rgba(0,0,0,0.32);
    box-shadow: 0 0px 0 0 rgba(0,0,0,0.32);
}

.navbar-wp .M1.dropdown-menu {
    border-top: 0px solid #3E4A5A !important;
    border-bottom: 0px solid #2b3571 !important;
}

.dw-logoimage {
    padding: 16px 16px 0 0;
}

.dw-logotext, .dw-slogantext {
    position: relative;
    padding: 24px 0 0 0;
}

.caption {
    margin-top: 20px;
}

.caption-title {
    margin-top: 70px;
}

.bannerlink {
    margin: 20px 0 0 0px;
}

.navbar-wp, .navbar-wp.affix, .navbar-wp .navbar-nav > li > a {
    background-color: none;
}

    .navbar-wp, .navbar-wp.affix {
        background-color: #efefef !important;
        opacity: 0.95 !important;
        filter: alpha(opacity=99);
    }

        .navbar-wp.affix {
            /*background-color: rgba(255,255,255,0.95) !important;*/
        }

.input-group-btn {
    top: 0px;
}

.btn-base {
    /*background-color: #948C75 !important;
    border: 1px solid #948C75 !important;*/
}

hr {
    border-color: #dedede !important;
}

#topnavigation li:nth-child(2) {
}

.wp-block.product .product-title {
    margin: 10px 0 0 0;
    height: 53px;
}

.listview .wp-block.product .product-title {
    margin: 40px 0 0 0;
}

.wp-block.product p {
    margin-bottom: 0px;
    margin-top: 0px;
}

#cookieWarningDiv {
    background-color: #000;
    box-shadow: 0px 0px 2px rgb(128, 128, 128);
    bottom: 0px;
    color: #fff;
    padding: 15px 15px;
}

    #cookieWarningDiv h5 {
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
    }

    #cookieWarningDiv p {
        color: #fff;
        font-size: 12px;
        margin-bottom: 0px;
    }

    #cookieWarningDiv a {
        color: #fff;
        font-size: 12px;
        margin-bottom: 0px;
        display: block;
        text-align: right;
    }

.acceptwarning {
    margin-top: 0px;
}

#cookieWarningDiv .acceptall {
    background-color: rgb(7, 214, 60);
    width: 150px;
    float: right;
    text-align: center;
    margin-right: 7px;
    margin-top: 10px;
}

.footer hr {
    border-top: 1px solid #ababab !important;
}

.formtable, .formtable .btn {
    width: 100%;
}

    .formtable label {
        display: none;
    }

    .formtable .labelCell {
        padding-right: 0px !important;
    }

    .formtable td {
        padding: 3px 0 !important;
    }

.signup .form-control {
    background-color: #444544;
    border: 1px solid #757373;
    color: #fff;
}

#dw-form-2 .form-control {
    background-color: #fff;
    border: 1px solid #ccc;
}

/*Carousel-fade*/
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.item.active {
    /*max-height: 250px;*/
    overflow: hidden;
}

footer h4 {
    text-transform: none;
}

footer li {
    font-size: 13px !important;
    line-height: 1.2 !important;
}

#footersitemap2 {
    margin-top: 31px;
}

footer #footersitemap2 li a {
    font-size: 13px !important;
    line-height: 21px !important;
}

footer #footersitemap2 .active a {
    padding: 0px 5px;
}

footer .phone {
    margin-top: -8px;
    font-size: 13px !important;
}

footer .email, footer .email a {
    margin-top: 7px;
    font-size: 13px !important;
}

footer .signuptext {
    margin-top: -4px;
    line-height: 21px;
}

span.twitter-typeahead {
    width: 100%;
    margin-top: 3px;
}

.btn {
    border-radius: 0px;
}

.form-control {
    border-radius: 0px;
}

.input-group-addon {
    border-radius: 0px;
}

.panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}

.panel-group .panel {
    border-radius: 0px;
}

panel-default > .panel-heading {
    color: #000;
    background-color: #f5f5f5;
    border-color: #fff;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    font-weight: bold;
    color: #666;
}

input.form-control.search-field.typehead.tt-input {
    height: 33px;
}

#dropdownForm button.btn.btn-base {
    height: 33px;
    margin-top: 1px;
}

.btn.bars {
    background: none;
    color: #3E4A5A;
}

.sign-in-button {
    display: inline-block !important;
}

.user-form .input-group .form-control {
    height: 34px;
}

input#UserManagement_Form_Email {
    height: 34px;
}

.productdescription br {
    display: none;
}

.width9 {
    width: 90%;
}

.tt-dataset.tt-dataset-productList {
    color: #000;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #efefef;
    width: 269px;
    cursor: pointer;
}

.form-body .form-group {
    margin-bottom: 10px !important;
}

.input-group-addon {
    padding: 6px 0 6px 0px;
    width: 34px;
}

.input-group {
    width: 100%;
}

#EcomOrderCustomerAddress, #EcomOrderCustomerCountry, #EcomOrderDeliveryAddress, #EcomOrderDeliveryCountry {
    margin-top: 10px;
}

.thumbnail-images {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

    .thumbnail-images img {
        max-width: 100%;
        max-height: 75px;
        height: auto;
        float: left;
    }

.image-thumbnail {
    width: 25%;
    height: auto;
    float: left;
    padding: 10px 5px 10px 5px;
}

.logo img {
}

div#productinfo input.pull-right {
    height: 32px !important;
}

.productdescription p {
    font-size: 14px;
    margin-left: 17px;
}

.productdescription .nav-tabs > li > a {
    font-size: 16px;
}

.perfionfeaturegroup .feature-title {
    width: 33.3%;
    float: left;
}

.perfionfeaturegroup .feature-content {
    width: 66.6%;
    float: left;
    padding-left: 20px;
    line-height: 24px;
}

.productperfiongroups h2 {
    margin: 20px 0 0 0;
    padding: 0px 0 12px 0;
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600 !important;
}

.productperfiongroups {
    margin-bottom: 40px;
    padding-bottom: 40px;
    float: left;
}



ul.products-downloads {
    list-style-type: none;
}

#home ul li {
    margin-left: 33px;
    list-style-type: square;
}

img#imagepreview {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 30px;
}

.modal-header {
    border-bottom: 0px solid #e5e5e5;
}

.modal-content {
    border-radius: 0px;
}

.tab-content {
    min-height: 200px;
    padding-top: 30px;
}

.products-downloads li {
    padding-bottom: 10px;
}

.products-downloads li {
    margin-left: 17px;
}

.top-title {
    /*display:none;*/
}

.listview .wp-block.product .price {
    margin-top: 39px;
    width: 100%;
}

.listview .wp-block.product .productprice.price.pull-left strong {
    width: 100%;
    text-align: right !important;
    float: right !important;
}

.listview .wp-block.product {
    padding: 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #efefef;
}

#header-image {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

a.pill-left.sort-btn {
    font-size: 12px;
}

ul.filters-list {
    list-style-type: none;
    padding-bottom: 40px;
}

li.filter.button-group {
    clear: both;
}

    li.filter.button-group h4 {
        padding: 16px 0 5px 0;
        margin: 0;
        font-size: 14px !important;
    }

li.filter-option {
    display: inline;
    border: 1px solid #efefef;
    padding: 5px 15px;
    float: left;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
}

    li.filter-option.is-checked {
        background: #efefef;
    }

h3.section-title {
    margin-top: -5px;
}

span.product-picto {
    position: absolute;
    top: 0;
}

.productdescription {
    margin-top: 30px;
}

#loginform .form-group label {
    padding: 10px 0 5px 0;
}

.listview .productfigure {
    min-height: 50px;
}

span.choose-variant {
    position: absolute;
    right: 21px;
    top: -15px;
    font-style: italic;
    font-size: 12px;
}

div#description {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 13px;
}

select#COMBO0 {
    margin-top: 5px;
}

img.img-responsive.dw-logoimage.dw-logoimage-contrast.pull-left {
    width: 72%;
}

img.img-responsive.dw-logoimage.dw-logoimage-normal.pull-left {
    width: 72%;
}

.productdescription .nav-tabs > li {
    margin-bottom: 0;
}

.tt-menu {
    line-height: 20px;
}

.nav > li > a {
    line-height: 20px;
}

.btn-base {
    border-bottom: 0px solid #fff !important;
}

.form-control {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}

.btn.btn-dw-primary.place-order {
    width: 100%;
    height: 34px;
}

.employee .image img {
    max-width: none;
}

.employee {
    margin-bottom: 10px;
}

    .employee .info {
        min-height: 160px;
    }

/*------------------------media ----------------------------------------*/

@media screen and (min-width: 481px) {
}

@media screen and (min-width: 768px) {

    /*.navbar-right .dropdown-menu {
        right: 0px;
        left: auto;
    }*/
}

@media screen and (min-width: 769px) {
    #topnavigation {
    }

        #topnavigation .hover-submenu {
            position: relative;
            width: auto;
        }

            #topnavigation .hover-submenu .M1.submenu {
                background-color: #fff;
                opacity: 1;
                list-style-type: none;
                position: absolute;
                left: 4px;
                padding-top: 10px;
                min-width: 230px;
            }

        #topnavigation li .M1.submenu {
            width: auto;
            padding-bottom: 15px;
            padding-top: 10px;
        }

        #topnavigation li:nth-child(2) .M1.submenu {
            width: 870px;
            height: 200px;
            -moz-column-count: 5;
            -moz-column-gap: 5px;
            -webkit-column-count: 5;
            -webkit-column-gap: 5px;
            column-count: 5;
            column-gap: 5px;
            margin-bottom: 30px;
            left: -479px;
        }


        #topnavigation li .M1.submenu li {
            list-style-type: none;
            float: left;
            display: block;
            width: 100%;
        }

            #topnavigation li .M1.submenu li a {
                padding: 8px 0 5px 15px;
                display: block;
            }

        #topnavigation li:nth-child(2) .M1.submenu li a {
            display: inline-block !important;
            padding: 8px 0 5px 15px;
            font-weight: bold;
            width: 100%;
        }

        #topnavigation .M1.submenu li .M2.submenu li a {
            display: inline-block !important;
            padding: 8px 0 5px 25px;
            font-weight: normal;
            margin-top: 0px;
            width: 100%;
        }

        #topnavigation .M1.submenu li.active .M2.submenu.active li.active > a {
            color: #9BBF53 !important;
            background-color: #fff !important;
        }



    .listview .productfigure {
        min-height: 50px;
        height: auto;
    }

        .listview .productfigure img {
            position: relative;
            top: 0%;
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
        }
}

@-moz-document url-prefix() {
}


@media screen and (min-width: 992px) {
    .header-alpha .navbar-wp {
        background: rgba(250,250,250,0);
        border-bottom: 0;
    }

    .navbar.navbar-wp.navbar-fixed.affix-top {
        background: rgba(250,250,250,0) !important;
        border-bottom: 0;
    }

    .navbar.navbar-wp.navbar-fixed.affix {
        background: rgba(250,250,250,0.99);
        border-bottom: 0;
    }

    .productimagelarge .modal-content {
        width: 780px;
    }

    .boxview .productfigure {
        min-height: 130px;
    }

    .header-alpha .top-header {
        background: rgba(255,255,255,0.7);
    }

    .productfigure {
        text-align: center;
        height: 170px;
    }

        .productfigure img {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}

@media screen and (min-width: 1200px) {
    .boxview .productfigure {
        min-height: 170px;
    }

    .listproductright .productfigure {
        /*min-height: 100px;*/
    }

    .productfigure {
        text-align: center;
        height: 210px;
    }

        .productfigure img {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
}



@media (max-width: 991px) and (min-width: 768px) {



    .product-short-info img {
        width: auto;
    }

    .sign-in-button {
        display: inline-block !important;
    }

    .boxview .productfigure {
        min-height: 170px;
    }

    /*.listview .wp-block.product .listproductleft .productprice.price.pull-left {
        float: right;
        text-align: right !important;
    }*/

    .listview .wp-block.product .price {
        padding: 12px 0;
    }
}

@media screen and (max-width: 991px) {
    .dw-logotext {
        font-size: 18px !important;
    }

    .img-responsive.dw-offsetmenu-logo {
        padding: 0px 0px;
    }

        .img-responsive.dw-offsetmenu-logo.pull-left.dw-offsetmenu-logo img {
            width: 64%;
        }

    .dw-logotext {
        padding: 8px 0 0 0;
    }

    div#myNavmenu {
        padding-top: 15px;
    }

    #myNavmenu button.btn-primary {
        height: 33px;
        margin-top: 1px;
    }

    .mobilelogo {
        padding-left: 0;
        padding-right: 0;
    }

    .width9 {
        width: 100%;
    }

    .tt-dataset.tt-dataset-productList {
        width: 253px;
    }

    #EcomOrderCustomerAddress, #EcomOrderCustomerEmail, #EcomOrderCustomerCity {
        margin-top: 10px;
    }

    .productfigure {
        text-align: center;
        height: 170px;
    }

        .productfigure img {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .dw-std-image {
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .mobilelogo {
        padding-left: 0;
        padding-right: 0;
        width: 50%;
    }

    .perfionfeaturegroup .feature-title {
        width: 50%;
        float: left;
    }

    .perfionfeaturegroup .feature-content {
        width: 50%;
        float: left;
    }

    .productdescription .nav-tabs > li > a {
        font-size: 16px;
        padding: 10px;
    }

    h3.dw-section-title {
        padding-left: 15px;
    }

    .boxview .wp-block.product .product-title {
        text-align: center;
    }

    .boxview .wp-block.product .wp-block-footer .productprice.price.pull-left {
        width: 100%;
        text-align: center !important;
    }

    ul.filters-list {
        padding-left: 15px;
    }

    h3.section-title {
        padding-left: 15px;
    }

    .productfigure {
        text-align: center;
        height: 170px;
    }

        .productfigure img {
            height: auto;
            width: 170px;
        }

    .extracolumn .product-title, .productprice .pull-left {
        text-align: center !important;
        width: 100%;
    }

    .wp-block.product .wp-block-footer .productprice.pull-left {
        text-align: center !important;
        width: 100%;
    }

    li.filter-option {
        padding: 10px 15px;
    }

    .product-group-infotext p {
        padding: 0 15px;
    }
}

@media screen and (max-width: 480px) {
    .mobilelogo {
        padding-left: 0;
        padding-right: 0;
        width: 65%;
    }

    .img-responsive.dw-offsetmenu-logo.pull-left.dw-offsetmenu-logo img {
        width: auto;
        height: 29px;
        padding-right: 7px;
    }

    .menu-icon {
        width: 50px;
    }

    .sign-in-button {
        display: none !important;
    }

    a#minipagecart-button {
        padding-left: 0;
    }

    .amount {
        display: none;
    }

    #minipagecart-button {
        width: 34px;
    }

    .productdescription .nav-tabs > li > a {
        font-size: 12px;
        padding: 5px 4px;
    }

    .nav-tabs {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

#youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
