@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i);
/*font-family: 'Open Sans', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

/* font-family: 'Open Sans Condensed', sans-serif; */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

#gh {
    width: 1000px;
    margin: 40px auto 0 auto !important;
}

.tb_v4bc {
    width: 1000px;
    margin: 0 auto;
}

.stBadge-accent {
    display: none;
}

.stBadge,
#glbfooter {
    margin: 0 auto 0 auto;
    width: 1000px;
}

.stBadge > img,
.whiter-s_nf,
.stBadge-splitterTd {
    display: none;
}

.pagecontainer > p,
.pagecontainer > img {
    display: none;
}

.gh-tbl {
    width: auto;
}

/*=====================   header   ========================*/
#header {
    display: block;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 20px 0 10px;
}

#header .logo {
    display: block;
    width: 1000px;
    position: relative;
    margin: 0 auto;
    padding: 0 auto;
}

.logo:after {
    content: '';
    clear: both;
    display: table;
}

#header .logo .imglog {
    display: block;
    width: 345px;
}

#header .imglog a {
    display: block;
    max-width: 345px;
    height: auto;
    width: auto;
}

#header .imglog a img {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    max-width: 345px;
}

#header .logo .menu-top {
	display: block;
	width: 340px;
	height: 15px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 8px;
	padding: 25px 0;
	float: right;
}
#header .logo .menu-top ul {
    display: table;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
    position: relative;
}

#header .logo .menu-top ul li {
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid #B1080F;
}

#header .logo .menu-top ul li:last-child {
    border: none;
}

#header .logo .menu-top ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    display: block;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    padding: 0;
    font-weight: bold;
}

#header .logo .menu-top ul li:hover a {
    text-decoration: underline;
}

#header .logo .news {
    display: inline-block;
    width: 330px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 40px;
    margin: auto;
}

.news:before,
.news:after {
    content: '';
    clear: both;
    display: table;
}

#header .logo .news .feed a:hover {
    text-decoration: underline;
}


#header .logo .news .feed a {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    color: #474747;
    line-height: 25px;
    text-decoration: none;
    padding: 0 0 0 25px;
    font-size: 10px;
    text-align: left;
    display: block;
}

#header .logo .news .feed a:hover {
    text-decoration: underline;
}

#header .logo .news .add a {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    color: #474747;
    line-height: 25px;
    text-decoration: none;
    padding: 0 0 0 25px;
    font-size: 10px;
    text-align: right;
    display: block;
}

#header .logo .news .add a:hover {
    text-decoration: underline;
}

#header .menuu {
    display: block;
    width: 100%;
    height: auto;
    background-color: #000;
    margin: 20px auto 0 auto;
}

.menuu:after {
    content: '';
    clear: both;
    display: table;
}

#header #menuu {
    display: block;
    width: 1000px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
}

#menuu:after {
    content: '';
    clear: both;
    display: table;
}

#header a.home {
    display: block;
    height: 50px;
    width: 5%;
    margin: 0;
    padding: 0;
    float: left;
    background: url(https://shared1.ad-lister.co.uk/UserImages/f520cd01-b55a-440a-a90e-fa26f47947eb/Img/_design/home.png) no-repeat center;
    text-indent: 99999px;
    overflow: hidden
}

#header .topM {
    display: block;
    width: 95%;
    height: auto;
    background: none;
    margin: 0 auto;
    float: left;
}

#header #categoriestop {
    display: table;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
    position: relative;
}

#header #categoriestop li {
    display: table-cell;
    vertical-align: top;
}

#header #categoriestop li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
    height: 50px;
    width: 33.33% !important;
}

#header #categoriestop .categ.first {
    border-left: none !important;
}

#header #categoriestop .categ.last {
    border-right: none !important;
}

#header #categoriestop li:hover > a {
    background-color: #B1080F;
    color: #fff;
}

#header #categoriestop .level2 {
    background: #fff;
    display: none;
    padding: 5px 0 10px 0;
    position: absolute;
    top: 50px;
    width: 100% !important;
    z-index: 999999;
    clear: both;
    border-top: 1px solid #fff;
    left: 0
}

#header #categoriestop .level2 li:hover > a {
    background-color: #B1080F;
    color: #fff;
}

#header #categoriestop .level2 li {
    float: left;
    text-align: left;
    text-transform: none;
    width: 100%;
    margin: 0px;
    padding: 0px 5px;
    box-sizing: border-box;
    position: relative;
    border-right: none;
    border-left: none;
    width: 33%;
}

#header #categoriestop .level2 li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: auto;
    line-height: 30px;
    padding: 3px 15px;
    text-align: left;
    text-transform: capitalize;
    line-height: 30px;
    color: #333333;
}

#header #categoriestop .level2 li:hover a {
    padding: 3px 15px 3px 25px;
}

#header #categoriestop li:hover .level2 {
    display: block;
}

#header #categoriestop .level3 {
    display: none !important;
}

#header .show-menu {
    display: none;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #fff;
    background-color: #000;
    text-align: left;
    padding: 0 0 0 25px;
    position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    float: left;
}

.show-menu:after {
    display: block;
    content: "";
    background: #fff;
    position: absolute;
    height: 4px;
    width: 20px;
    right: 20px;
    top: 28px;
}

.show-menu:before {
    display: block;
    content: "";
    border-top: 4px solid #fff;
    position: absolute;
    height: 11px;
    width: 20px;
    right: 20px;
    top: 14px;
    border-bottom: 4px solid #fff;
    border-top: 4px solid #fff;
}

#header #show-menu[type=checkbox] {
    display: none
}

#header #show-menu[type=checkbox]:checked ~ #menuu {
    display: block;
}

#menuu2 {
    display: none;
}

#header .show-menu2 {
    display: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    line-height: 40px;
    padding: 0 0 0 20px;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    line-height: 40px;
    float: left;
    width: 100%;
    border-top: 1px solid #fff;
    color: #fff;
}

#header #show-menu2[type=checkbox] {
    display: none
}

#header #show-menu2[type=checkbox]:checked ~ #menuu2 {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    float: left;
}

#header .show-menu2:before {
    display: block;
    position: absolute;
    margin: auto;
    padding: 0;
    left: 215px;
    top: 0;
    bottom: 0;
    content: "\25bc";
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    height: 40px
}

#menuu2:after {
    display: table;
    content: '';
    clear: both;
}

#menuu:after {
    display: table;
    content: '';
    clear: both;
}

.level2:after {
    display: table;
    content: '';
    clear: both;
}

.level3:after {
    display: table;
    content: '';
    clear: both;
}

.topM:after {
    display: table;
    content: '';
    clear: both;
}

#categoriestop:after {
    display: table;
    content: '';
    clear: both;
}

#categoriesside:after {
    display: table;
    content: '';
    clear: both;
}

#header #menuu2 .level2 {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    float: left;
}

#infoo {
    display: block;
    width: 1000px;
    height: auto;
    margin: 15px auto 0 auto;
    padding: 0;
}

#infoo:after {
    display: table;
    content: '';
    clear: both;
}

#infoo div {
    display: block;
    width: 32%;
    height: auto;
    float: left;
    margin: 0 2% 0 0;
    padding: 0;
}

#infoo div img {
    display: block;
    width: 100%;
    height: auto;
}

#infoo div:nth-child(3n) {
    margin: 0 0 0 0;
}

#respinfoo {
    display: none;
}

/*=====================   footer   ========================*/
#footer {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 auto 20px auto;
    background: #f5f5f5;
    padding-bottom: 20px;
}

#footer .footer_wrap {
    display: block;
    width: 1000px;
    height: auto;
    padding: 0 0 30px 0;
    margin: 0 auto;
}

.footer_wrap:after {
    display: table;
    clear: both;
    content: '';
}

#footer .footer_wrap .box1 {
    display: block;
    width: 20%;
    height: auto;
    margin: 0;
    float: left;
}

#footer .footer_wrap .box1 ul {
    display: inline-block;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0 0 0 10px;
}

#footer .footer_wrap .box1 ul li a {
    display: block;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #53534a;
    text-align: left;
    text-transform: capitalize;
    font-weight: normal;
    text-decoration: none;
}

#footer .footer_wrap .box1 ul li a:hover {
    text-decoration: underline;
}

#footer .footer_wrap .box1 ul li.first {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: bold;
    color: #53534a;
    display: block;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: bold;
}

#footer .footer_wrap .box2 {
    display: block;
    width: 20%;
    height: auto;
    margin: 0;
    float: left;
}

#footer .footer_wrap .box2 ul {
    display: inline-block;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

#footer .footer_wrap .box2 ul li a {
    display: block;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #53534a;
    text-align: left;
    text-transform: capitalize;
    font-weight: normal;
    text-decoration: none;
}

#footer .footer_wrap .box2 ul li a:hover {
    text-decoration: underline;
}

#footer .footer_wrap .box2 ul li.first {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: bold;
    color: #53534a;
    padding: 16px 0;
    display: block;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: bold;
}

#footer .footer_wrap .box3 {
    display: block;
    width: 30%;
    height: auto;
    margin: 0;
    float: left;
}

#footer .footer_wrap .box3 ul {
    display: inline-block;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
    float: left;
}

#footer .footer_wrap .box3 ul li {
    display: block;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #53534a;
    text-align: left;
    text-transform: capitalize;
    font-weight: normal;
    padding: 10px 10px 10px 25px;
}

#footer .footer_wrap .box3 ul li.first {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: bold;
    padding: 0;
    color: #53534a;
}

#footer .footer_wrap .box3 ul li.if {
    background: url(images/mail.png) no-repeat 0% 50%;
    text-transform: unset;
}

#footer .footer_wrap .box4 {
    display: block;
    width: 30%;
    height: auto;
    margin: 0;
    float: left;
}

#footer .footer_wrap .box4 ul {
    display: inline-block;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    width: 90%;
    padding-left: 30px;
}

#footer .footer_wrap .box4 ul li {
    display: block;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #53534a;
    text-align: left;
    text-transform: capitalize;
    font-weight: normal;
}

#footer .footer_wrap .box4 ul li.first {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: bold;
    color: #53534a;
    padding: 16px 0;
}

#footer .footer_wrap .box4 ul li.last a {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 40px;
    font-weight: normal;
    background-color: #B1080F;
    text-align: center;
    color: #fff !important;
    display: block;
    width: 90%;
    margin-top: 20px;
    text-decoration: none;
}

#footer .footer_wrap .box4 ul li.last a:hover {
    text-decoration: underline;
}

#footer .jti {
    display: block;
    max-width: 1000px;
    height: 20px;
    margin: 0 auto;
    padding: 0 auto;
}

.jti:after {
    display: table;
    content: '';
    clear: both;
}

#footer .jti a img {
    display: block;
    float: right;
    margin: 0 auto;
    padding: 0;
}

#footer .jti span img {
    display: block;
    float: right;
    margin: 0 auto;
    padding: 0;
}

/*=====================   listing  ========================*/
#listing {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

#listing #contentL {
    display: block;
    width: 1000px;
    height: auto;
    margin: 10px auto 15px auto;
    padding: 0;
}

#contentL:after {
    display: table;
    content: '';
    clear: both;
}

#listing #produ {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
}

#produ:after {
    display: table;
    content: '';
    clear: both;
}

#listing #imag {
    display: block;
    height: auto;
    margin: 0 0 20px 0;
    padding: 20px;
    overflow: hidden;
}

#listing .gallery {
    width: 100%;
    position: relative;
    padding-top: 510px;
    margin: 0 auto;
}

#listing .gallery > img {
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    max-width: 100%;
    margin: auto;
    bottom: 0;
    right: 0;
    max-height: 510px;
    padding: 10px;
}

#listing .gallery input[name='slide_switch'] {
    display: none
}

#listing .gallery label {
    margin: 15px 0 0 1%;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.75);
    float: left;
    cursor: pointer;
    transition: all .5s;
    opacity: .6;
    width: 19%;
    height: 100px;
    position: relative;
}

#listing .gallery label img {
    display: block;
    width: auto;
    max-width: 100%;
    position: absolute;
    margin: auto;
    padding: 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    max-height: 100%;
}

#listing .gallery input[name='slide_switch']:checked + label {
    opacity: 1
}

#listing .gallery input[name='slide_switch'] ~ img {
    opacity: 0;
    transform: scale(1)
}

#listing .gallery input[name='slide_switch']:checked + label + img {
    opacity: 1;
    transform: scale(1)
}

#listing #descriptions {
    display: block;
    width: 40%;
    height: auto;
    float: left;
    padding: 10px;
}

#listing #descriptions h2.title {
    color: #000;
    display: block;
    margin: auto;
    padding: 0 5px 0 20px;
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 20px;
}

#listing #descriptions h1 {
    color: #fff;
    display: block;
    margin: 20px auto 0 auto;
    padding: 0;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 40px;
    background-color: #B1080F;
    text-align: center;
    text-transform: uppercase;
}

#listing #descriptions h3.price {
    color: #8f3b76;
    display: block;
    font-size: 35px;
    margin: 50px 0 0 20px;
    padding: 0;
    line-height: 36px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center;
}

#listing #descriptions .cstm {
    display: block;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: normal;
    color: #000;
    line-height: 16px;
    margin: 20px 0px 20px 20px !important;
    overflow: hidden;
}

#listing #descriptions .cstm ol,
#listing #descriptions .cstm ul {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    background: none !important;
}

#listing #descriptions .cstm ol li,
#listing #descriptions .cstm ul li {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: normal;
    color: #333333;
    display: block;
    background: url(images/arrow-feature.png) no-repeat 0 3px;
    margin: 0 !important;
    padding: 0 0 20px 30px !important;
    line-height: 15px !important;
}

#listing #descriptions .buton {
    display: block;
    width: 100%;
    height: 45px;
    margin: 25px 0 0 0;
    padding: 0;
}

.buton:after {
    display: table;
    content: '';
    clear: both;
}

#listing #descriptions .buton .btb.watch {
    background: url(https://shared1.ad-lister.co.uk/UserImages/f520cd01-b55a-440a-a90e-fa26f47947eb/Img/_design/bg-purpleT.jpg) repeat-x;
    height: 40px;
    color: #fff;
    margin: 0 auto;
    line-height: 40px;
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-decoration: none;
    width: 49%;
    text-transform: uppercase;
    display: block;
    padding: 0;
    text-align: center;
    float: left;
}

#listing #descriptions .buton .btb.watch:hover {
    text-decoration: underline;
}

#listing #descriptions .buton .add_l {
    background: url(https://shared1.ad-lister.co.uk/UserImages/f520cd01-b55a-440a-a90e-fa26f47947eb/Img/_design/bg-all.jpg) repeat-x;
    height: 40px;
    color: #8f3b76;
    margin: 0 auto;
    line-height: 40px;
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-decoration: none;
    width: 49%;
    text-transform: uppercase;
    display: block;
    padding: 0;
    text-align: center;
    float: right;
}

#listing #descriptions .buton .add_l:hover {
    text-decoration: underline;
}

@-webkit-keyframes bugfix {
    from {
        padding: 0
    }

    to {
        padding: 0
    }
}

@-webkit-keyframes fake {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes fake {
    from {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

body {
    -webkit-animation: fake 1s infinite;
    animation: fake 1s infinite
}

#tabs {
    width: 100%;
    padding: 0;
    margin: 10px auto 10px auto;
    float: left;
    height: auto;
    border: none;
}

#tabs section {
    display: none;
    padding: 25px 10px;
    font-size: 14px;
    float: left;
    width: 100%;
    background: #fff;
}

#tabs input {
    display: none
}

#tabs label {
    display: block;
    margin: 0;
    padding: 15px 0;
    font-weight: normal;
    text-align: center;
    width: 25%;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    float: left;
    background-color: #000;
    border: none;
}


#tabs input:checked + label {
    border: none;
    background-color: #B1080F;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5,
#tab6:checked ~ #content6 {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    line-height: 21px;
}

#listing .resptab-content table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    max-width: 100% !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

#listing .resptab-content img {
    display: block;
    max-width: 100%;
}

#tabs .resptab-input,
#tabs .resptab-label {
    display: none;
}

#listing #content2 {
    padding: 10px 0 0 0 !important;
}

#listing .resptab-content .deliv {
    display: block;
    width: 32%;
    min-height: 400px;
    float: left;
    background: #f5f5f5;
    margin: 0 2% 0 0;
}

#listing .resptab-content .deliv.d3 {
    margin: 0;
}

#listing .resptab-content .deliv img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

#listing .resptab-content .deliv span {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 15px;
    margin-bottom: 0px;
    display: block;
    padding: 20px 10px 10px 10px;
    color: #000;
}

#tabs2 {
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    height: auto;
    border: none;
}

#tabs2 section {
    display: none;
    padding: 15px 0;
    font-size: 14px;
    float: left;
    width: 100%;
    background: #fff;
}

#tabs2 input {
    display: none
}

#tabs2 label {
    display: block;
    margin: 0 2% 0 0;
    padding: 10px 0;
    font-weight: normal;
    text-align: center;
    width: 32%;
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    float: left;
    background-color: #000;
    border: none;
}

#tabs2 .deskV2.LLL222 {
    margin: 0;
}

#tabs2 label:hover {
    background-color: #B1080F;
    cursor: pointer
}

#tabs2 input:checked + label {
    border: none;
    background-color: #B1080F;
}

#tab12:checked ~ #content12,
#tab22:checked ~ #content22,
#tab32:checked ~ #content32 {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    line-height: 21px;
}

#tabs2 .resptab-input2,
#tabs2 .resptab-label2 {
    display: none;
}

#tabs2 .resptab-content2 {
    min-height: 820px;
}

.resptab-content2:after {
    display: table;
    content: '';
    clear: both;
}

#tabs2 .prod {
    width: 23%;
    height: 385px;
    margin: 10px 1% 10px 1%;
    display: block;
    position: relative;
    float: left;
    padding: 10px;
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.75);
    background: #fff;
}

#tabs2 .prod:hover {
    box-shadow: 0 0 10px -5px #ef6939;
}

#tabs2 .prod.it9,
#tabs2 .prod.it10,
#tabs2 .prod.it11,
#tabs2 .prod.it12 {
    display: none;
}

#tabs2 .image {
    display: block;
    width: 100%;
    height: 185px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#tabs2 .image img {
    display: block;
    margin: auto;
    padding: 0;
    max-width: 100%;
    max-height: 185px;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
}

#tabs2 .image img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

#tabs2 .title {
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#tabs2 .title a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    color: #000 !important;
    text-decoration: none;
    text-align: center;
    width: 100% !important;
    margin: 0;
}

#tabs2 .title a:hover {
    text-decoration: underline;
}

#tabs2 .price {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    display: block;
    text-align: center;
    margin: 15px auto 15px auto;
}

.price:after {
    display: table;
    content: '';
    clear: both;
}

#tabs2 .price p {
    display: inline-block;
    margin: 0;
    float: left;
}

#tabs2 del {
    float: right;
}

#tabs2 .btn a {
    color: #fff !important;
    background-color: #B1080F;
    width: 145px;
    height: 25px;
    line-height: 25px !important;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

#tabs2 .btn a:hover {
    box-shadow: 3px 3px 3px #000;
}

#tabs2 .title > h4 {
    margin: 0;
}

#listing #contentL .browse {
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    height: auto;
    width: 100%;
}

#listing #contentL .browse img {
    display: block;
    height: auto;
    width: 100%;
}

.c-page {
    display: block;
    margin: 0 auto;
    padding: 0 0 0 35px;
    line-height: 30px;
    height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
    background: url(https://shared1.ad-lister.co.uk/UserImages/f520cd01-b55a-440a-a90e-fa26f47947eb/Img/_design/arrow-catt.jpg) repeat-x;
    width: 100%;
    color: #fff;
}

@media screen and (max-width: 1000px) {
    #listing {
        padding: 0 5px;
    }

    body {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        padding: 0 !important;
        background-image: none !important;
        animation: bugfix infinite 1s;
        -webkit-animation: bugfix infinite 1s;
    }

    a {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    *,
    *:after,
    *:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #gh,
    .cls_two,
    .tb_v4bc,
    .stBadge,
    #glbfooter,
    #header .logo,
    #header #menuu,
    #slideshow,
    #infoo,
    #footer .footer_wrap,
    #footer .jti,
    .eleven,
    #listing #contentL {
        width: 100% !important;
    }

    .stBadge {
        min-width: 100%;
    }
}

@media screen and (max-width: 980px) {
    #header .logo .menu-top {
        top: 5px;
    }

    #header .logo .imglog {
        position: static;
        margin: 0 auto 0 0;
    }

    #header .logo .news {
        right: 0;
        width: 270px;
    }

    #header .logo .news .add {
        background: url(https://shared1.ad-lister.co.uk/UserImages/f520cd01-b55a-440a-a90e-fa26f47947eb/Img/_design/add.png) no-repeat 7% 50%;
    }

    #listing .gallery {
        padding-top: 450px;
    }

    #listing .gallery > img {
        max-height: 450px;
    }

    #tabs2 .resptab-content2 {
        min-height: 0;
    }

    #tabs2 .prod {
        width: 31.33%;
    }

    #tabs2 .prod.it7,
    #tabs2 .prod.it8 {
        display: block;
    }
}

@media screen and (max-width: 980px) {
    #header .all_feed {
        display: none;
    }
}

@media screen and (max-width: 880px) {

    #header .show-menu,
    #header .show-menu2 {
        display: block !important;
    }

    #header #menuu {
        position: static;
        display: none;
        height: auto;
        width: 100%;
        margin: 0;
        float: left;
        border-top: none;
        background: #B1080F;
        padding: 5px 0 0 0;
        border-top: 2px solid #fff;
    }

    #header #menuu2 .level2,
    #header #menuu2 .level3,
    #header #menuu2 ul ul,
    #header .level2,
    #header .level3,
    #header #categoriestop li:hover .level2 {
        display: none !important;
    }

    #header .topM {
        width: 100%;
        background: none;
    }

    #header #categoriestop {
        display: block;
        text-align: left;
    }

    #header #categoriestop li {
        display: block;
        text-align: left;
        float: left;
        width: 100%;
        border: 1px solid #fff;
    }

    #header #categoriestop li a {
        text-align: left;
        border: none;
        color: #fff;
        padding: 0 20px;
        text-transform: capitalize;
        font-size: 14px;
        display: block;
        width: 100% !important;
        line-height: 40px;
        height: 40px !important;
        font-weight: normal;
    }

    #header #categoriestop li:hover > a {
        background: none;
        color: #fff;
    }

    #header #menuu2 .categ.last {
        border: none !important;
    }

    #header #menuu2 ul {
        background: #8f3b76;
        display: block;
        padding: 0 !important;
        width: 100%;
        z-index: 999999;
        clear: both;
        box-shadow: none;
        float: left;
        margin: 0;
    }

    #header #menuu2 ul li {
        text-align: left;
        text-transform: none;
        width: 100%;
        margin: 0px;
        padding: 0;
        box-sizing: border-box;
        position: relative;
        display: block;
        float: left;
        min-height: 40px;
        height: auto;
        background: none !important;
    }

    #header #menuu2 ul li a {
        height: 40px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: normal;
        height: auto;
        line-height: 40px;
        padding: 0 30px;
        text-align: left;
        text-transform: capitalize;
        width: 100% !important;
        text-align: left !important;
        display: block !important;
        line-height: 40px;
        position: relative;
        color: #fff;
        text-decoration: none;
        border: none;
    }

    .stBadge {
        min-width: 100%;
    }

    #header a.home {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0 20px;
        line-height: 40px;
        color: #fff;
        text-align: left;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        text-transform: capitalize;
        text-decoration: none;
        font-weight: normal;
        text-indent: inherit;
        background: none;
        text-indent: inherit;
        height: 40px;
    }

    #header .all_feed {
        display: block;
        right: 0;
        top: 0;
    }

    #header .logo .news {
        right: 0;
        top: 35px;
        width: 270px;
    }

    #slideshow {
        margin: 10px 0 0 0;
    }

    #footer .footer_wrap .box3 ul {
        padding-left: 15px;
    }

    /*listing*/
    #listing #descriptions h3.price {
        font-size: 30px;
    }

    #listing #descriptions .buton .btb.watch,
    #listing #descriptions .buton .add_l {
        font-size: 17px
    }

    #listing #descriptions h2.title {
        font-size: 18px;
    }

    #listing .gallery {
        padding-top: 400px;
    }

    #listing .gallery > img {
        max-height: 400px;
    }

    #listing .gallery label {
        width: 31.333%;
    }

    #tabs {
        border: none;
        background: none;
        margin: 0 0 15px 0;
        padding: 0;
    }

    #tabs .deskV {
        display: none !important;
    }

    #tabs .resptab-input,
    #tabs .resptab-label {
        display: block !important;
    }

    #tab1:checked ~ #content1,
    #tab2:checked ~ #content2,
    #tab3:checked ~ #content3,
    #tab4:checked ~ #content4,
    #tab5:checked ~ #content5,
    #tab6:checked ~ #content6 {
        display: none;
    }

    #tabs .resptab-label {
        color: #fff;
        text-decoration: none;
        transition: color .3s ease-in-out;
        position: relative;
        display: block;
        width: 100%;
        min-height: 40px;
        padding: 0 0 0 15px;
        font-size: 14px;
        font-weight: normal;
        margin: 10px 0 0 0;
        background-color: #000;
        text-align: left;
        line-height: 40px;
        font-family: 'Open Sans', sans-serif !important;
        height: 40px;
        position: relative;
        border: none !important;
        text-transform: uppercase;
    }

    #tabs .resptab-input {
        display: none
    }

    #tabs .resptab-content {
        margin: 0;
        padding: 15px 5px;
        border: none;
        background: #fff;
    }

    #tabs .resptab-content table {
        border-collapse: collapse !important;
        border-spacing: 0 !important;
        max-width: 100% !important;
        font-family: Arial, Helvetica, sans-seriff !important;
    }

    #tabs .resptab-content img {
        display: block;
        max-width: 100%;
    }

    #tabs .resptab-input:not(checked) ~ .resptab-content {
        display: none
    }

    #tabs .resptab-input {
        display: none !important;
    }

    #ID-1:checked ~ #content1,
    #ID-2:checked ~ #content2,
    #ID-3:checked ~ #content3,
    #ID-4:checked ~ #content4,
    #ID-5:checked ~ #content5,
    #ID-6:checked ~ #content6 {
        display: block;
        font-size: 13px;
        margin: 0;
    }

    #ID-1:checked:checked ~ #L11,
    #ID-2:checked:checked ~ #L22,
    #ID-3:checked:checked ~ #L33,
    #ID-4:checked:checked ~ #L44,
    #ID-5:checked:checked ~ #L55,
    #ID-6:checked:checked ~ #L66 {
        color: #fff !important;
        width: 100%;
        margin: 10px 0 0 0;
        background-color: #B1080F;
        border-left: 5px solid #020f4a !important;
    }

    #listing #tabs .resptab table {
        border-collapse: collapse !important;
        border-spacing: 0 !important;
        max-width: 100% !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 10px !important;
    }

    #listing #content2 {
        padding: 10px 0 0 0 !important;
    }

    #listing .resptab-content .deliv {
        width: 100%;
        min-height: auto;
        margin: 10px 0 0 0;
    }

    #listing .resptab-content .deliv.d1 {
        margin: 0 0 0 0;
    }

    #listing .resptab-content .deliv.d3 {
        margin: 10px 0 0 0;
    }

    #listing .resptab-content .deliv img {
        height: auto;
    }

    #tabs2 label {
        font-size: 17px;
    }
}

@media screen and (max-width: 780px) {
    #header .logo .news {
        position: static;
        width: 100%;
        margin: 10px 0 0 0;
    }

    #header .logo .news .add a {
        text-align: right;
        padding: 0 20px 0 0;
    }

    #header .logo .news .feed {
        background: url(https://shared1.ad-lister.co.uk/UserImages/f520cd01-b55a-440a-a90e-fa26f47947eb/Img/_design/feed.png) no-repeat 20px 50%;
    }

    #header .logo .news .feed a {
        padding: 0 0 0 45px;
    }

    #header .logo .news .add {
        background: url(https://shared1.ad-lister.co.uk/UserImages/f520cd01-b55a-440a-a90e-fa26f47947eb/Img/_design/add.png) no-repeat 60% 50%;
    }

    /*listing*/
    #listing #descriptions h3.price {
        margin: 0 auto;
    }

    #listing #imag {
        width: 100%;
        margin: 0 0 20px 0;
    }

    #listing #descriptions {
        width: 100%;
    }

    #listing .gallery {
        padding-top: 550px;
    }

    #listing .gallery > img {
        max-height: 550px;
    }

    #listing .gallery label {
        width: 23%;
    }

    #tabs2 label {
        font-size: 16px;
    }

    #tabs2 .prod {
        width: 48%;
    }

    #tabs2 .prod.it7,
    #tabs2 .prod.it8 {
        display: block;
    }
}

@media screen and (max-width: 680px) {
    #header .logo .imglog {
        width: 100%;
    }

    #header .imglog a,
    #header .imglog a img {
        margin: 0 auto;
    }

    #footer .footer_wrap .box1 ul li.first,
    #footer .footer_wrap .box2 ul li.first,
    #footer .footer_wrap .box3 ul li.first,
    #footer .footer_wrap .box4 ul li.first {
        font-size: 12px;
    }

    #header .logo .news .add {
        background: url(https://shared1.ad-lister.co.uk/UserImages/f520cd01-b55a-440a-a90e-fa26f47947eb/Img/_design/add.png) no-repeat 53% 50%;
    }

    /*listing*/
    #listing #descriptions h1,
    #listing #descriptions .buton .btb.watch,
    #listing #descriptions .buton .add_l {
        font-size: 16px;
    }

    #listing #descriptions h2.title {
        font-size: 18px;
    }

    #listing #descriptions h3.price {
        font-size: 25px;
    }

    #listing .gallery {
        padding-top: 500px;
    }

    #listing .gallery > img {
        max-height: 500px;
    }

    #tabs2 label {
        font-size: 15px;
    }
}

@media screen and (max-width: 590px) {
    #header .logo .news .add {
        background: url(https://shared1.ad-lister.co.uk/UserImages/f520cd01-b55a-440a-a90e-fa26f47947eb/Img/_design/add.png) no-repeat 46% 50%;
    }

    #header .logo .imglog {
        margin: 0 auto;
    }

    #header .logo .imglog img {
        margin: 0 auto;
    }

    #header .all_feed {
        display: none;
    }

    #footer .footer_wrap .box4 {
        width: 100%;
        position: relative;
        padding-bottom: 20px;
        border-bottom: 5px solid #fff;
    }

    #footer .footer_wrap .box4 ul {
        width: 100%;
        padding: 0 0 0 10px;
    }

    #footer .footer_wrap .box4 ul li {
        width: 50%;
    }

    #footer .footer_wrap .box4 ul li.last a {
        margin-top: 0;
        width: 100%;
        line-height: 30px;
    }

    #footer .footer_wrap .box4 ul li.last {
        position: absolute;
        right: 20px;
        margin: auto;
        padding: auto;
        top: 40px;
        width: 35%;
    }

    #footer .footer_wrap .box1,
    #footer .footer_wrap .box2 {
        width: 28%;
    }

    #footer .footer_wrap .box3 {
        width: 44%;
    }


    #respinfoo {
        display: block;
        width: 100%;
        height: auto;
        margin: 10px auto 0 auto;
        padding: 0;
    }

    #respinfoo div {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    #respinfoo .inf1,
    #respinfoo .inf2 {
        margin: 0 0 10px 0;
    }

    #respinfoo div img {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 520px) {
    #header .logo .news .add {
        background: url(https://shared1.ad-lister.co.uk/UserImages/f520cd01-b55a-440a-a90e-fa26f47947eb/Img/_design/add.png) no-repeat 40% 50%;
    }

    #listing .gallery {
        padding-top: 450px;
    }

    #listing .gallery > img {
        max-height: 450px;
    }

    #listing .gallery label {
        width: 31.333%;
    }

    #tabs2 label {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    #header .logo .menu-top {
        width: 100%;
        position: inherit;
        padding: 0;
    }

    #infoo div {
        width: 100%;
    }

    #header .logo .news .add {
        background: url(https://shared1.ad-lister.co.uk/UserImages/f520cd01-b55a-440a-a90e-fa26f47947eb/Img/_design/add.png) no-repeat 31% 50%;
    }

    #footer .footer_wrap .box1,
    #footer .footer_wrap .box2 {
        width: 50%;
    }

    #footer .footer_wrap .box1 ul {
        margin: 0;
    }

    #footer .footer_wrap .box3 {
        width: 100%;
        float: right;
    }

    #footer .footer_wrap .box2 ul {
        padding: 0 0 0 10px;
    }

    #footer .footer_wrap .box2 ul li.first {
        padding: 8px 0;
    }

    /*listing*/
    #listing #descriptions h1,
    #listing #descriptions .buton .btb.watch,
    #listing #descriptions .buton .add_l {
        font-size: 14px;
    }

    #listing .gallery {
        padding-top: 400px;
    }

    #listing .gallery > img {
        max-height: 400px;
    }

    #tabs2 .prod {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
    }

    #tabs2 .image {
        height: 195px;
    }

    #tabs2 .image img {
        max-height: 195px;
    }

    #tabs2 .title {
        width: 100%;
        margin: 15px auto 0 auto;
    }

    #tabs2 .title a {
        font-size: 14px;
        line-height: 17px;
        text-align: center;
    }

    #tabs2 .price {
        margin: 20px auto 20px auto;
    }

    #tabs2 .btn a {
        margin: 0 auto 10px auto;
        position: static
    }

    #tabs2 label {
        font-size: 13px;
    }
}

@media screen and (max-width: 420px) {
    #header .logo .imglog {
        margin: 0 auto;
    }

    #header .logo .news .add {
        background: url(https://shared1.ad-lister.co.uk/UserImages/f520cd01-b55a-440a-a90e-fa26f47947eb/Img/_design/add.png) no-repeat 25% 50%;
    }

    /*listing*/
    #listing .gallery {
        padding-top: 350px;
    }

    #listing .gallery > img {
        max-height: 350px;
    }

    #tabs2 label {
        font-size: 12px;
    }
}

@media screen and (max-width: 390px) {
    #header .logo .news .add {
        background: url(https://shared1.ad-lister.co.uk/UserImages/f520cd01-b55a-440a-a90e-fa26f47947eb/Img/_design/add.png) no-repeat 17% 50%;
    }

    #listing .gallery {
        padding-top: 300px;
    }

    #listing .gallery > img {
        max-height: 300px;
    }

    #listing .gallery label {
        width: 48%;
    }
}

@media screen and (max-width: 360px) {
    #header .logo .imglog {
        width: 100%;
        height: auto;
    }

    #header .logo .imglog img {
        width: 100%;
        height: auto;
        display: block;
    }

    #header .logo .news .add {
        background: url(https://shared1.ad-lister.co.uk/UserImages/f520cd01-b55a-440a-a90e-fa26f47947eb/Img/_design/add.png) no-repeat 10% 50%;
    }
}

@media screen and (max-width: 340px) {
    #header .logo .news .add {
        background: url(https://shared1.ad-lister.co.uk/UserImages/f520cd01-b55a-440a-a90e-fa26f47947eb/Img/_design/add.png) no-repeat 7% 50%;
    }
}
