@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Poppins');

* {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

p {
    font-size: 16px;
    line-height: 29px;
    font-family: 'Roboto', sans-serif;
}

body {}

.main {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

.wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.container {
    width: 100%;
    float: left;
    background: #fff;
}

.feature_sec {
    width: 100%;
    float: left;
    padding: 5px;
}

.feature_sec img {
    width: 100%;
}

.content {
    width: 100%;
    float: left;
    padding: 8px;
}

.left_content {
    width: 24.5%;
    float: left;
}

.right_content {
    width: 100%;
    float: right;
}

.description_tag {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 22px;
}

.right_content_row1 {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.right_content_row1_col1 {
    width: 37%;
    float: right;
}

.right_content_row1_col2 {
    width: 60%;
    float: left;
}

.right_content_row2 {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.h2_tag {
    width: 100%;
    float: left;
    font-size: 20px;
    color: rgb(64, 64, 64);
    text-decoration: underline;
    margin: 20px 0;
}

.h4_tag {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    color: #C00;
    margin: 28px 0 22px;
}

.right_content_row2 u {
    text-decoration: underline;
}

.film_ul {
    width: 100%;
    float: left;
}

.film_ul li {
    width: 30%;
    display: inline-block;
    float: left;
    padding: 2px;
}

.text_ul {
    width: 100%;
    float: left;
    padding-left: 20px;
}

.text_ul li {
    width: 100%;
    float: left;
    list-style-type: disc;
    list-style-position: outside;
    display: list-item;
    font-size: 14px;
    line-height: 29px;
    color: #666666;
}

footer {
    width: 100%;
    float: left;
    margin-top: 50px;
}

footer p {
    float: right;
    font-size: 11px;
    color: #959595;
    padding-right: 10px;
}

footer span {
    width: 100%;
}

/******************gallery-css******************/

.gallery_container {
    width: 100%;
    position: relative;
    margin: 0 auto
}

.thumbnails {
    list-style: none;
    font-size: 0
}

.thumbnails li {
    margin: 6px 6px 0 0;
    width: 60px;
    height: 46px;
    border: 1px solid #d7d7d7;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    overflow: hidden
}

.thumbnails input[name=select] {
    display: none
}

.thumbnails .item-hugger {
    position: relative;
    transition: all 150ms ease-in-out;
    text-align: center;
    background: #fff
}

.thumbnails .item-hugger img {
    display: inline-block
}

.thumbnails label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.thumbnails .title {
    padding: 20px 0 0;
    font-size: 18px;
    color: #555;
    transition: all 150ms linear
}

.thumbnails .gallery_content {
    border: 1px solid #e1e1e1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 360px;
    opacity: 0;
    transition: all 150ms linear;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden
}

.thumbnails input[name=select]:checked~.gallery_content {
    opacity: 1
}

.white-box {
    height: 370px;
    overflow: hidden
}

.right_content_row2 h2 {
    background: #4176bd;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

.right_content_row2 h2.shipping {
    background: #555;
}

.right_content_row2 h2.returns {
    background: #555;
}

.right_content_row1_col2 ul li {
    font-family: 'Roboto', sans-serif;
    margin-left: 15px;
    padding: 5px 0;
}

.thumbnails li {
    margin: 6px 6px 0 0;
    width: 80px;
    height: 80px;
    border: 1px solid #d7d7d7;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    padding: 10px 0;
}

/*===========TAB SECTION===========*/
.essTabs {
    clear: both;
    float: left;
    font-size: 0;
    height: 400px;
    margin: 75px 0;
    position: relative;
    width: 100%;
}

.essTabs .tabBox {}

.essTabs label {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 0.5%;
    padding: 0 20px;
    border-bottom: 0;
    position: relative;
    z-index: 2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.essTabs label[for="tab8"] {}

.essTabs .checkbox {
    display: none;
}

.essTabs label:hover,
.essTabs input:checked+label {
    color: #fff;
    background-color: #7EB600;
}

.essTabs .checkbox:checked~.panel {
    display: block;
}

.panel {
    background-color: #ffffff;
    display: none;
    font-family: arial;
    font-size: 13px;
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 34px;
    width: 100%;
    border: 1px #ddd solid;
    z-index: 0;
}

.scrollBox {
    height: 400px;
    overflow: auto;
    padding: 0px 10px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.panel p {
    padding: 0 0 10px 0;
    margin: 0;
}

.panel a {
    color: #ffd300;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.panel a:hover {
    color: #333;
    transition: all 0.3s ease 0s;
}

.panel h3 {
    margin: 0 0 3px 0;
    color: #333;
    font-weight: bold;
}

.panel i,
.panel em {
    font-style: normal;
}

@media only screen and (max-width:1023px) {
    .essTabs {
        height: auto;
    }

    .essTabs label {
        float: none;
        display: block;
        background-color: #000;
        font-size: 16px;
        padding: 8px;
        text-align: left;
        margin-right: 0;
        height: auto;
        line-height: normal;
    }

    .essTabs label:hover {
        color: #fff;
        background-color: #7EB600;
    }

    .essTabs label:before {
        content: '';
        text-align: center;
        display: inline-block;
        background: #eee url("https://www.ma-versand.de/images/gallery/Basis/tab-arrow.png") no-repeat scroll center center;
        color: #333;
        font-family: arial;
        font-size: 16px;
        margin-right: 10px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        border-radius: 2px;
        vertical-align: middle;
    }

    .essTabs .ckBox:checked~label:before {
        content: '-';
    }

    .tabBox {
        padding: 0;
        background: none;
    }

    .tabBox+.tabBox {
        margin-top: 5px;
    }

    .panel {
        border: 1px solid #ccc;
        border-top: 0;
        position: static;
        width: auto;
        padding-top: 10px;
    }

    .panel img {
        float: none;
        display: inline-block;
        margin: 10px 0;
    }

    .essTabs label {
        border: 0 none !important;
        width: 100% !important;
    }

    .scrollBox {
        height: 200px;
        margin-top: 0;
    }
}

@media screen and (max-width:980px) {

    .left_content,
    .right_content {
        width: 100%;
    }

    .left_content div {
        width: 33.33%;
        float: left;
        display: flex;
        height: 180px;
    }

    .left_content div img,
    .left_content div a {
        margin: auto;
    }

    .left_content div img,
    .left_content div a {
        margin-bottom: auto !important;
    }

    .content {
        margin-top: 20px;
    }

    .main {
        margin-bottom: 20px;
    }

    footer {
        margin-top: 20px;
    }
}

@media screen and (max-width:800px) {
    .right_content_row1 {
        margin-top: 20px
    }

    .right_content_row1_col1,
    .right_content_row1_col2 {
        width: 100%;
    }

    .right_content_row1_col2 {
        margin-top: 30px;
    }

    .gallery_container {
        width: 360px;
    }
}

@media screen and (max-width:600px) {
    #chk:not(checked)~ul {
        display: block;
    }

    #chk:checked~ul {
        display: none;
    }

    .film_ul li {
        width: 33.33%;
    }

    .left_content div {
        width: 100%;
        height: auto;
        margin: 5px 0;
    }

    /*tab-css*/
}

@media screen and (max-width:400px) {
    .gallery_container {
        width: 100%;
    }
}

@media screen and (max-width:360px) {

    .thumbnails .gallery_content,
    .white-box {
        height: 330px;
    }
}