/* General styling */
* {
   margin: 0px;
   padding: 0px;
}
 
body {
    font-family: 'Exo 2', arial, sans serif;
    font-size: 12px;
}
 
ul
{
    margin: 10px 0;
    list-style-type: none;
}
 
hr {
    border: medium none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
 
.wrapper {
    width: 740px;
    margin: 10px auto;
}
 
 
/* Menu */
.menu {
    float: left;
    width: 200px;
}
 
.left_menu {
    margin: 0;
}
    .left_menu li {
        border-bottom: 1px solid #ccc;
    }
        .left_menu li:last-child {
            border-bottom: medium none;
        }
         
        .left_menu > li > ul,
        .left_menu > li > ul > li > ul {
            margin: 0 0 0 30px;
            display:none;
        }
         
        .left_menu li a {
            color: #222;
            text-decoration: none;
            display: block;
            padding: 5px;
        }
            .left_menu li a:hover {
                background: #222;
                color: #FBBB2E;
            }
             
             
/* Listing Content */
.listing-content {
    float: left;
    padding: 0 20px 20px 20px;
}
    .listing-content .item-data {
        color: #999;
        font-size: 11px;
    }
 
    .listing-content figure {
        text-align: center;
    }
 
    .listing-content .price-block {
        font-size: 22px;
        font-weight: bold;
        text-align: right;
    }
     
    .listing-content p {
        line-height: 16px;
    }
 
/* Info element block */
.info {
    font-weight: bold;
    margin: 10px 0;
    display: block;
}
 
    .info::before {
        content: 'i';
        padding: 5px 0;
        font-size: 15px;
        border: 1px solid lightblue;
        border-radius: 65px;
        width: 23px;
        height: 12px;
        display: inline-block;
        text-align: center;
        font-family: initial;
        background: lightblue;
        color: white;
        margin-right: 6px;
    }
 
 
/* Auto-Generated Character List */
.PlentyArticleCharacterList {
    margin: 0 10;
}
    .PlentyArticleCharacter > div {
        float: left;
    }
     
    .PlentyArticleCharacterName {
        font-weight: bold;
        margin-right: 5px;
    }
 
 
/* Clearfix */
.clearfix:before,
.clearfix:after,
.PlentyArticleCharacter {
    content: " "; /* 1 */
    display: table; /* 2 */
}
 
 
.clearfix:after, .PlentyArticleCharacter:after {
    clear: both;
}

.usp {
	width: 50%;
	float: right;
}
.usp img {
	width: 70%;
	float: right;
}
.logo {
	width: 40%;
	float: left;
}
.logo img {
	width: 100%;
}

.box {
	width: 100%;
	border: 1px solid #ddd;
	border-left: 4px solid #FBBB2E;
	margin-bottom: 20px;
	padding: 10px 15px;
	box-sizing: border-box;
}

.payment img {
	width: 100%;
}

.shipping img {
	width: 100%;
}

#plenty_appendix {
	display: none;
}

.galleryImage {
	float: left;
	margin-right: 10px;
	width: 90px;
    height: 70px;
	border: 1px solid #ddd;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
}
.galleryImage:hover {
	border-color: #FBBB2E;
}
.galleryImage img {
	width: 100%;
	box-sizing: border-box;
	padding: 5px !important;
	margin: 0 !important;
}
.check {
	width: 240px;
	float: left;
	font-size: 16px;
}

.check.last {
	margin-right: 0;
}
.check img {
	width: 20px;
	height: 20px;
	margin-bottom: -4px;
}