*,
*::before,
*::after {
    box-sizing: border-box;
}
#page {
	font-family: Arial, sans-serif;
    background-color: #e6e8e8;
    padding-top: 40px;
}
#header {
	text-align: center;
}
#header .logo {
	float: left;
    display: inline-block;
    margin: 30px 0 0;
}


.container {
    background-color: #fff;
	margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#breadcrumbs .container {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 11px;
    color: #757373;
}

#breadcrumbs .item + .item:before {
    content: '>';
    padding: 0 3px;
}

#breadcrumbs .item {
    float: left;
}

#breadcrumbs .item a {
    color: #757373;
}



.container::after {
    content: "";
    display: table;
    clear: both;
}
.img-fluid {
	display: inline-block;
    max-width: 100%;
    height: auto;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-12 {
	width: 100%;
	float:left;
}

#main .row.border {
    margin: 0 0 15px;
    padding: 15px 0;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
}

h1.title {
    margin-bottom: 8px;
    font-size: 20px;
    color: #111111;
    line-height: 1.1;
}

.rating,
.no-rating{
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 8px;
	color: #666;
	font-size: 11px;
	padding-left: 88px;
	line-height: 16px;
}

.rating{
	display: none;
}

.no-rating{
	background-image: url('../img/Stars-0.png');
}

label {
	margin-bottom: 10px;
}

.code{
	margin-bottom: 10px;
	font-size: 12px;
	color: #111111;
}

@media (max-width: 1023px){
	.code{
		margin-bottom: 5px;
	}
}

h2 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 15px;
}

h2 + .feedback,
h2 + .latest-feedbacks {
    border: 0;
    margin: 0;
    padding: 0;
}

#image-container {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.images {
	position: relative;
}
.images .image[data-image=""] {
    display: none;
}

.images .image {
    width: 14.28%;
    float: left;
    position: static;
    padding-right: 15px;
}

.image .thumbnails-control {
    display: none;
	box-sizing: border-box;
    padding: 0;
	margin: 0;
}

.image .thumbnail {
    width: 100%;
    position: relative;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    margin-bottom: 15px;
	display: inline-block;
}

.image .thumbnails-control:checked + .thumbnail {
}

.img-center {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
	vertical-align: middle;
}

.images .main-sentinel {
    width: 100%;
}
.sentinel {
    width: 100%;
}

.image .main-control {
    display: none;
}

.image .main {
    animation-name: fadeIn;
    animation-duration: 0.5s;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
    cursor: pointer;
    padding-right: 15px;
}

.transition {
	transition: all .15s linear;
}

.image .main .main-content {
    position: relative;
}

.image #thumbnail-control-video:checked ~ #image-video,
.image #thumbnail-control-1:checked ~ #image-1,
.image #thumbnail-control-2:checked ~ #image-2,
.image #thumbnail-control-3:checked ~ #image-3,
.image #thumbnail-control-4:checked ~ #image-4,
.image #thumbnail-control-5:checked ~ #image-5,
.image #thumbnail-control-6:checked ~ #image-6,
.image #thumbnail-control-7:checked ~ #image-7,
.image #thumbnail-control-8:checked ~ #image-8,
.image #thumbnail-control-9:checked ~ #image-9,
.image #thumbnail-control-10:checked ~ #image-10,
.image #thumbnail-control-11:checked ~ #image-11,
.image #thumbnail-control-12:checked ~ #image-12,
.image #thumbnail-control-13:checked ~ #image-13,
.image #thumbnail-control-14:checked ~ #image-14,
.image #thumbnail-control-15:checked ~ #image-15,
.image #thumbnail-control-16:checked ~ #image-16 {
    display: block;
}

.image .main .prev {
    left: 5px;
    background-image: url(../img/prev.png);
}
.image .main .next {
	right: 5px;
	background-image: url(../img/next.png);
}
.image .main .prev,
.image .main .next {
    background-size: cover;
    position: absolute;
    width: 39px;
    height: 39px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    background-color: #e5e5e5;
    border-radius: 500px;
    background-position: center;
    background-repeat: no-repeat;
}

.image .main .prev[data-prev=""],
.image .main .next[data-next=""] {
    display: none;
}

@media (min-width: 768px) {
    .image .main .main-content:after {
        content: "Click to Zoom";
        background-image: url(https://odoo.motorsport-tools.co.uk/web/image/2423-da78c2e8/zoom.png?access_token=bb374872-5ce5-4bdd-b71c-5121c2eec81f);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 23px;
        line-height: 20px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        color: #717171;
        font-size: 12px;
    }
}

.item-description {
    margin-top: 15px;
    font-size: 13px;
    line-height: 1.4;
}

.feedback-container {
    padding: 30px 35px;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
}

.feedbacks {
	display: none;
}

.feedback {
    display: none;
    border-top: 1px solid #dedede;
    padding-top: 5px;
    margin-top: 5px;
    line-height: 16px;
}

.feedback .icon {
	float: left;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.feedback .buyer {
    float: right;
    font-size: 12px;
    color: #111111;
}

.feedback .buyer:before {
    content: "Buyer:\0020";
}

.feedback .buyer .brackets:before {
    content: "(\0020";
}

.feedback .buyer .brackets:after {
    content: "\0020)";
}

.feedback .date-label {
    float: right;
    clear: right;
    font-size: 12px;
    color: #666666;
    margin-top: 5px;
    margin-left: 10px;
}

.feedback .description {
    font-size: 13px;
    color: #111111;
    padding-right: 129px;
    padding-left: 26px;
}

.feedback .title {
    font-size: 11px;
    margin-top: 5px;
    color: #666;
    padding-left: 26px;
}

#popup-closed,
#popup-opened,
#popup-closed-2,
#popup-opened-2 {
    display: none;
}

.feedback-button > label {
    float: right;
    margin-top: 15px;
    width: 128px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: rgb(54, 101, 243);
	cursor: pointer;
}
#popup-opened:checked ~ .popup {
    display: block;
}
#popup-opened-2:checked ~ .popup {
    display: block;
}
#popup-closed:checked ~ .popup {
    display: none;
}
#popup-closed-2:checked ~ .popup {
    display: none;
}

.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.65);
    animation-name: fadeInImage;
    animation-duration: 0.5s;
}

.popup > div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    
	padding: 10px 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.popup .popup-header {
    padding-bottom: 10px;
}

.popup .popup-header label {
    float: right;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: rgb(54, 101, 243);
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 2px;
}

.popup .popup-body {
    padding: 0 20px 0 0;
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.best-sellers {
    display: block;
}
.box-products {
    display: none;
    padding: 30px 30px 0;
    border: 1px solid #e3e3e3;
}

.tabs {
    border: 1px solid #e3e3e3;
    background-color: #eeeeee;
    padding-top: 10px;
    margin-bottom: 30px;
}

.tabs .tab-control {
    display: none;
}
.tabs .tab-control:checked + label {
    background-color: #fff;
    color: #111111;
    box-shadow: 0 -2px 2px #dcdcdc;
}
.tabs label {
    float: left;
    padding: 10px 30px;
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 14px;
    color: #929292;
    font-weight: bold;
}
.tabs label:hover {
    color: #111111;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 -2px 2px #dcdcdc;
}
.tabs .tab-contents-mobile {
    border-top: 0;
}
.tabs .tab-contents,
.tabs .tab-contents-mobile {
    background-color: #fff;
}

.tabs .tab-contents .tab-content,
.tabs .tab-contents-mobile .tab-content-mobile {
    animation-name: fadeIn;
    animation-duration: 1.0s;
    display: none;
    padding: 20px 35px;
    font-size: 13px;
    line-height: 1.4;
    color: #111111;
}

.tabs .tab-contents .tab-content img,
.tabs .tab-contents-mobile .tab-content-mobile img {
    max-width: 100%;
}

#Paypal {
    float: right;
}


.margin-bottom {
    margin-bottom: 15px;
}

.transition {
    transition: all .15s linear;
    -o-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
}

@media (min-width: 576px) {
	#main {
        padding-bottom: 50px;
    }
    .container {
        max-width: 540px;
    }
}
@media (max-width: 767px) {
	.tabs {
        padding-top: 0;
    }
	.tabs label {
		float: none;
		display: block;
		margin: 0;
		border-bottom: 0;
		padding: 10px 15px;
		box-shadow: none !important;
		background-image: url('../img/tab-arrow-mobile.png');
		background-repeat: no-repeat;
		background-position: right center;
	}
    .tabs .tab-control:checked + label {
        background-image: url('../img/tab-arrow-mobile-open.png');
    }
	#tab-control-1:checked ~ .tab-contents-mobile #tab-content-1-mobile,
	#tab-control-2:checked ~ .tab-contents-mobile #tab-content-2-mobile,
	#tab-control-3:checked ~ .tab-contents-mobile #tab-content-3-mobile,
	#tab-control-4:checked ~ .tab-contents-mobile #tab-content-4-mobile,
	#tab-control-5:checked ~ .tab-contents-mobile #tab-content-5-mobile {
        display: block;
        padding: 15px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
	.tabs .tab-contents-mobile {
        display: none;
    }
	#tab-control-1:checked ~ .tab-contents #tab-content-1,
	#tab-control-2:checked ~ .tab-contents #tab-content-2,
	#tab-control-3:checked ~ .tab-contents #tab-content-3,
	#tab-control-4:checked ~ .tab-contents #tab-content-4,
	#tab-control-5:checked ~ .tab-contents #tab-content-5 {
        display: block;
    }
	.image .main-control:checked + .main .main-content img {
        max-width: 100%;
    }
	.image .main-control:checked + .main {
        animation-name: fadeInImage;
        animation-duration: 0.5s;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 100;
        background-color: rgba(0, 0, 0, 0.65);
        text-align: center;
    }
	.image .main-control:checked + .main .main-content {
        position: relative;
        border: 0;
        width: 600px;
        background-color: #ffffff;
        margin: 50px auto 0;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    }
	.image .main-control:checked + .main .main-content img {
        max-width: 100%;
    }
	.image .main-control:checked + .main .main-content .prev,
	.image .main-control:checked + .main .main-content .next {
        display: none;
    }
	.image .main-control:checked + .main .main-content:after {
        bottom: auto;
        top: 10px;
        height: 19px;
        padding: 0;
		font-weight: bold;
		color: #000;
        content: "Close X";
		background-image: none;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 0 30px;
		max-width: 1010px;
    }
	#main .row.border {
        padding: 35px 20px;
    }
	#image-container {
		width: 66.666667%;
		max-width: 66.666667%;
		margin: 0 auto;
	}
	.image .main .prev {
        left: -50px;
    }
	.image .main .next {
        right: -50px;
    }
	.image .main-control:checked + .main .main-content {
        width: 800px;
    }
}


.clearfix::after,
.row::after {
    content: "";
    display: table;
    clear: both;
}	
