body {
    margin: 0px;
    padding: 0px;
    font: normal 14px/normal 'Open Sans', sans-serif;
    text-transform: none;
    color: #333;
    text-decoration: none;
    background: #fff;
}

input,
select,
textarea {
    font: normal 14px/normal 'Open Sans', sans-serif;
}

h1 {
    color: #cc0b0f;
    font-size: 20px;
}

h3 {
    color: #cc0b0f;
    font-size: 26px;
    font-weight: 600;
}

h3 span {
    font-size: 15px;
    color: #444;
    margin-left: 20px;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.wrapper {
    display: block;
    margin: 0 auto 0;
    padding: 0px;
    width: 100%;
    max-width: 1215px;
    padding-bottom: 10px;
}

.wrapper .welcome {
    border: 1px solid #ddd;
    padding: 0 10px;
    margin: 20px 0 0 0;
}

.wrapper .welcome p strong {
    color: #cc0b0f;
}

.headerfull {
    display: block;
    padding: 0px;
    width: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}


/*Top*/

#topfull {
    display: block;
    margin: 0 auto 0;
    padding: 0px;
    width: 100%;
    background: #732E8E;
    _box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.3);
    _-ms-transform: translatez(0);
    _-webkit-transform: translatez(0);
}

#top {
    display: block;
    margin: 0 auto;
    padding: 0% 2% 3px;
    max-width: 1240px;
}

#top p.topmenu {
    font-size: 13px;
    color: #fff;
    background: url(../images/shipping.png) no-repeat left center;
    padding-left: 25px;
    float: left;
    margin: 4px 0 0 0;
}

#top p.topmenu strong {
    background: #732E8E;
    color: #fff;
    padding: 0 5px;
    font-size: 14px;
}

#top p.social {
    float: left;
    margin: 5px 0 0 0;
}

#top p.social a {
    margin: 5px 5px 0 0;
}

#top p.use {
    display: block;
    margin: 0px;
    padding: 0px;
    float: right;
    font-size: 12px;
    line-height: 20px;
    margin-top: 3px;
}

#top p.use a {
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding: 0px 5px 0 0;
    float: left;
    background: url(../images/arrow_footer.png) no-repeat left center;
    padding-left: 8px;
    padding-right: 12px;
}

#top p.use a:last-child {
    padding-right: 0px;
}

#top p.topmenu a:hover {
    color: #e0fe14;
}

#top .center {
    margin: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 15px;
    width: 205px;
    text-align: center;
    display: block;
    float: right;
    background: #FFF;
}

#top form {
    display: block;
    margin: 0px;
    padding: 0px;
}

#top form p {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#top form input[type="text"] {
    font-size: 13px;
    line-height: 22px;
    color: #333;
    background: #fff;
    display: inline-block;
    margin: 0px;
    padding: 0px 3%;
    float: left;
    width: 160px;
    border-width: 0px;
    border-style: none;
    height: 22px;
    outline: none;
}

#top form select {
    font-size: 11px;
    line-height: 22px;
    color: #333;
    background: #f8f8f8;
    display: inline-block;
    margin: 0px;
    padding: 0px 2%;
    float: left;
    width: 165px;
    border-width: 0px;
    border-style: none;
    height: 22px;
    letter-spacing: 1px;
}

#top form input[type="submit"] {
    font-size: 13px;
    line-height: 20px;
    color: #FFF;
    background: #626262;
    display: block;
    margin: 0px;
    padding: 0px;
    float: right;
    width: 15%;
    border-width: 0px;
    border-style: none;
    height: 22px;
    text-align: center;
    cursor: pointer;
    outline: none;
}


/* Header Styles */

#header {
    display: block;
    margin: 0 auto;
    padding: 0.5% 2%;
    max-width: 1210px;
}

#header h2 {
    display: block;
    margin: 6px 0;
    padding: 2px 0;
    float: left;
    height: 100px;
    width: 300px;
}

#header h2 a {
    background: url(../images/logo.png) no-repeat center center;
    text-indent: -9999px;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 100px;
    width: 300px;
}

#header .flag {
    float: right;
    color: #fff;
    font-size: 13px;
}

#header .flag a {
    color: #fff;
    text-decoration: none;
}

#header p.topmenu {
    display: block;
    margin: 0px;
    padding: 0px;
    float: right;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    background: url(../images/shipping.png) no-repeat left center;
    padding-left: 25px;
}

#header p.topmenu strong {
    font-size: 15px;
}

#header p.topmenu a {
    font-size: 12px;
    color: #333;
    text-decoration: none;
    display: block;
    margin: 0px 0px 0px 1px;
    padding: 0px 7px;
    float: left;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#header p.topmenu a:hover {
    background: #8f1c0f;
}

#header .center {
    margin: 0px;
    padding: 5px;
    width: 320px;
    text-align: center;
    display: block;
    float: right;
    margin: 2px 86px 0 0;
    border: 1px solid #732E8E;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#header .slogan {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: 0px;
    margin-top: 22px;
    padding: 0px;
    float: right;
    clear: right;
}

#header .slogan .phone {
    font-size: 29px;
    font-weight: 600;
    color: #fff;
    text-align: right;
}

#header .slogan .phone p {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    color: #fff;
}

#header .slogan .phone p.tel {
    background: url(../images/phone.png) no-repeat left center;
    padding-left: 26px;
    margin-right: 15px;
}

#header .slogan .phone p.mob {
    background: url(../images/mobile.png) no-repeat left center;
    padding-left: 26px;
}

#header p.delivery {
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    color: #79ACC7;
    display: block;
    margin: 0px;
    padding: 0px;
}

#header p.delivery img {
    vertical-align: middle;
    margin: 0px 0px 0px 5px;
    padding: 0px;
}

#header form {
    display: block;
    margin: 0px;
    padding: 0px;
}

#header form p {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

#header form input[type="text"] {
    font-size: 13px;
    line-height: 24px;
    color: #333;
    display: inline-block;
    margin: 0px;
    padding: 0px 3%;
    float: left;
    width: 200px;
    border-width: 0px;
    border-style: none;
    height: 24px;
    outline: none;
}

#header form select {
    font-size: 11px;
    line-height: 20px;
    color: #333;
    background: #f8f8f8;
    display: inline-block;
    margin: 0px;
    padding: 0px 2%;
    float: left;
    width: 165px;
    border-width: 0px;
    border-style: none;
    height: 24px;
    letter-spacing: 1px;
}

#header form input[type="submit"] {
    font-size: 11px;
    line-height: 21px;
    color: #FFF;
    display: block;
    margin: 0px;
    padding: 0px;
    float: right;
    width: 10%;
    border-width: 0px;
    border-style: none;
    height: 24px;
    text-align: center;
    cursor: pointer;
    background: #cc0b0f url(../images/search.png) no-repeat center center;
}

#ovps ul.responsive li .acountbox {}

#ovps ul.responsive li em {
    font-style: normal;
    display: block;
}

#ovps ul.responsive li .acountbox ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#ovps ul.responsive li .acountbox ul>li {
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 40px;
    position: relative;
}

#ovps ul.responsive li .acountbox ul>li>ul {
    display: none;
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    left: 30px;
    top: 40px;
    width: 85%;
    background: #FFF;
    border: 1px solid #A1A1A1;
    z-index: 2;
}

#ovps ul.responsive li .acountbox ul>li:hover>ul {
    display: block;
}

#ovps ul.responsive li .acountbox ul>li>ul>li {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    float: none;
    height: auto;
    width: 100%;
    background: none;
    border: 0;
}

#ovps ul.responsive li .acountbox ul>li>ul>li a {
    font-size: 11px;
    line-height: 18px;
    display: block;
    margin: 0px;
    padding: 2px 5px;
    text-decoration: none;
    border-bottom: 1px solid #cbcbcb;
    color: #732E8E;
}

#ovps ul.responsive li .acountbox ul>li>ul>li.more>a {
    _background-image: url(../images/arrow_black2.gif);
    background-repeat: no-repeat;
    background-position: right center;
}

#ovps ul.responsive li .acountbox ul>li>ul>li.more:hover>a {
    background-image: url(../images/arrow_white2.gif);
}

#ovps ul.responsive li .acountbox ul>li>ul>li>ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    left: 100%;
    top: 0px;
    display: none;
    width: 155px;
}

#ovps ul.responsive li .acountbox ul>li>ul>li:hover>ul {
    display: block;
}

#ovps ul.responsive li .acountbox ul>li.acount {
    font-size: 13px;
    font-weight: normal;
    background: rgba(0, 0, 0, 0);
    color: #333333;
    width: 50%;
}

#ovps ul.responsive li .acountbox ul>li.acount>a {
    font-size: 11px;
    color: #333333;
    text-decoration: none;
    line-height: 12px;
    display: block;
    margin: 0px;
}

#ovps ul.responsive li .acountbox ul>li.acount>a span {
    display: block;
    margin: 0px;
    padding: 15px 0;
}

#ovps ul.responsive li .acountbox ul>li.acount:hover>a span {}

#ovps ul.responsive li .acountbox ul>li.acount>a strong {
    font-size: 23px;
    font-weight: normal;
    color: #333;
    display: block;
}

#ovps ul.responsive li .acountbox ul>li.basket {
    font-size: 13px;
    font-weight: normal;
    color: #333333;
    width: 50%;
}

#ovps ul.responsive li .acountbox ul>li.basket>a {
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    line-height: 15px;
    display: block;
    margin: 0px;
    padding: 0px 5px 0px 0px;
    background-image: url(../images/cart.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#ovps ul.responsive li .acountbox ul>li.basket>a span {
    display: block;
    margin: 0px;
    font-size: 23px;
    padding: 16px 0px 14px 34px;
    _background: url(../images/arrow_black.png) no-repeat right center;
}

#ovps ul.responsive li .acountbox ul>li.basket:hover>a span {
    _background: url(../images/arrow_black.png) no-repeat right center;
}

#ovps ul.responsive li .acountbox ul>li.basket>a em {
    line-height: 10px;
    display: block;
    text-align: right;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    height: 10px;
}

#ovps ul.responsive li .acountbox ul>li.wishlist {
    font-size: 13px;
    font-weight: normal;
    color: #CFCFCF;
}

#ovps ul.responsive li .acountbox ul>li.wishlist>a {
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    line-height: 15px;
    display: block;
    margin: 0px;
    padding: 0px 10px 0px 0px;
    background-image: url(../images/wishlist_back.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

#ovps ul.responsive li .acountbox ul>li.wishlist>a span {
    display: block;
    margin: 0px;
    padding: 10px 0px 5px 30px;
    width: 60px;
    background: url(../images/arrow_black.png) no-repeat right center;
}

#ovps ul.responsive li .acountbox ul>li.wishlist:hover>a span {
    background: url(../images/arrow_black.png) no-repeat right center;
}

#ovps ul.responsive li .acountbox ul>li.wishlist>a em {
    line-height: 10px;
    display: block;
    text-align: right;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    height: 10px;
}

#ovps {
    margin: 0 auto;
    padding: 0;
    max-width: 1215px;
    width: 100%;
    z-index: 999;
    position: relative;
    clear: both;
}

#ovps ul {
    display: block;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

#ovps ul.responsive li:first-child {
    padding-left: 10px;
    background: url(../images/port.jpg) no-repeat left center;
}

#ovps ul.responsive li {
    padding: 0px 15px;
}

#ovps ul.responsive li {
    width: 23%;
    padding: 0 10px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#ovps ul.responsive li.sec {
    width: 46%;
    padding: 0 10px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
}

#ovps ul li:first-child {
    margin: 0;
    border-width: 0;
    border-style: none;
}

#ovps ul li {
    border-left: 1px solid #fff;
}

#ovps ul li {
    display: block;
    margin: 0 0 0 -1px;
    padding: 0 2% 0 3%;
    float: left;
    border-left: 1px solid #333;
}

#ovps ul.responsive li a {
    text-align: left;
    line-height: 13px;
}

#ovps ul.responsive li a {
    padding: 0 0 0 28px;
}

#ovps ul li a,
.d20150508 #ovps ul.responsive li.newsletter form h4 {
    color: #333 !important;
}

#ovps ul li a {
    color: #333;
    text-decoration: none;
    text-align: center;
    display: block;
    font: normal 12px/20px 'Open Sans', sans-serif;
    margin: 0;
    padding: 0 0 0 45px;
    position: relative;
}

#ovps ul.responsive li span {
    display: block;
    padding: 0px 0px 0px 10px;
}

#ovps ul.responsive li a strong {
    padding: 0px 0px 5px 0px;
}

#ovps ul.responsive li a strong {
    line-height: 18px;
}

#ovps ul li a strong {
    display: block;
    font-size: 15px;
}

#ovps ul.responsive li.newsletter {
    width: 31%;
    padding: 0 0 0 15px;
}

#ovps ul.responsive li.newsletter form {
    display: block;
    margin: 0;
    padding: 0;
}

#ovps ul.responsive li.newsletter form h4 {
    color: #333 !important;
    margin: 0px;
}

#ovps ul.responsive li.newsletter .shadow {
    margin-top: 5px;
}

#ovps ul.responsive li.newsletter form p {
    /* border: 1px solid #95A4AD !important; */
    border: none !important;
}

#ovps ul.responsive li.newsletter form p {
    display: block;
    margin: 0;
    padding: 2px 3px 3px 2px;
    width: 100%;
    border: 1px solid #000;
    height: 32px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: none;
    border-radius: 3px;
}

.shadow {
    box-shadow: none;
}

#ovps ul.responsive li.newsletter form label {
    color: #fff !important;
}

#ovps ul.responsive li.newsletter form label {
    display: none;
}

#ovps ul.responsive li.newsletter form p #newsmail {
    /* background: #4B7495 !important; */
    /* color: #fff !important; */
    background: rgba(0, 0, 0, 0) !important;
    border-bottom: #333 solid 1px;
    margin-right: 10px;
    color: #333;
}

#ovps ul.responsive li.newsletter form p input[type="text"] {
    margin: 0;
    padding: 0 0 2px 0px;
    float: left;
    width: 72%;
    height: 25px;
    border-width: 0;
    border-style: none;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#ovps ul.responsive li.newsletter form p input[type="submit"] {
    background: #fff;
    color: #000;
}

#ovps ul.responsive li.newsletter form p input[type="submit"] {
    background: #000;
    display: block;
    margin: 0;
    padding: 0;
    float: right;
    height: 25px;
    width: 24%;
    border-width: 0;
    border-style: none;
    color: #FFF;
    text-align: center;
    font: 12px/25px 'Open Sans', sans-serif;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
}


/* Navigation Styles */

#menu {
    display: none;
    text-align: center;
    margin: 0 auto;
    padding: 4px;
}

#menu select {
    background: #fff;
    color: #333333;
    padding: 4px;
    width: 320px;
}

#prenav {
    height: 6px;
    background: #C33;
    background: -moz-linear-gradient(top, rgba(204, 51, 51, 1) 0%, rgba(153, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, #C33 0%, #900 100%);
    background: linear-gradient(to bottom, #C33 0%, #900 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc3333', endColorstr='#990000', GradientType=0);
    box-shadow: 0px 0px 7px #B9B9B9;
    z-index: 9;
    position: relative;
}

#navigationfull {
    width: 100%;
    position: relative;
    background: #4d4d4d;
    background: -moz-linear-gradient(top, #4d4d4d 0, #010101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4d4d4d), color-stop(100%, #010101));
    background: -webkit-linear-gradient(top, #4d4d4d 0, #010101 100%);
    background: -o-linear-gradient(top, #4d4d4d 0, #010101 100%);
    background: -ms-linear-gradient(top, #4d4d4d 0, #010101 100%);
    background: linear-gradient(to bottom, #4d4d4d 0, #010101 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#4d4d4d', endColorstr='#010101', GradientType=0);
}

#navigation {
    max-width: 1215px;
    display: table;
    z-index: 9998;
    position: relative;
    padding: 0px 0;
    margin: 0 auto;
    clear: both;
    width: 100%;
}

#navigation ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
}

#navigation ul li {
    display: block;
    margin: 0px;
    float: left;
    height: 51px;
}

#navigation ul li.frst {
    border-left-width: 0px;
    border-left-style: none;
}

#navigation ul li.last {
    float: right;
    background: #333333;
}

#navigation ul li a {
    display: block;
    margin: 0px;
    padding: 0 20px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    line-height: 17px;
    display: table-cell;
    vertical-align: middle;
    height: 51px;
}

#navigation ul li a.single {
    line-height: 51px;
    display: block;
}

#navigation ul li:hover a {
    text-shadow: none;
    border-bottom: 0px none;
    z-index: 11;
    background: #cc0b0f;
    position: relative;
}

#navigation ul ul li a.active {
    color: #89B32F;
}

#navigation ul li ul {
    display: block;
    position: absolute;
    left: 0px;
    top: 51px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #c8c9cc;
    z-index: 9999;
    background: #fff;
}

#navigation ul>li>ul {
    visibility: hidden;
}

#navigation ul li:hover ul {
    display: block;
}

#navigation ul li ul span {}

#navigation ul li ul span.last {
    border-width: 0px;
    border-style: none;
    width: 194px;
    background: #e6e6e6 !important;
}

#navigation ul li ul span.last ul li a {
    background: #e6e6e6 !important;
    line-height: 20px !important;
    background: url(../images/arrow_menu.png) no-repeat left center !important;
    padding-left: 18px !important;
}

#navigation ul li ul span.last li a {
    background: #e6e6e6 !important;
    color: #000;
}

#navigation ul li ul span li {
    border-width: 0px;
    border-style: none;
    margin: 7px 10px 10px;
    padding: 0px;
    height: auto;
    width: 180px;
    display: block;
    float: left;
    border-right: 2px solid #FFF;
}

#navigation ul li ul span li a strong {
    font-weight: 500;
}

#navigation ul li ul span li a {
    line-height: 15px;
    background: #cc0b0f !important;
    color: #cc0b0f;
    text-align: left;
    display: block;
    margin: 0px;
    color: #fff;
    padding: 5px;
    font-size: 15px;
    height: auto;
    margin-bottom: 5px;
    font-weight: 400;
}

#navigation ul li ul span li a:hover {
    background: #FFF;
    color: #fff;
    text-decoration: none;
    height: auto;
    border-width: 0px;
    border-style: none;
    margin-bottom: 5px;
}

#navigation ul li ul span ul {
    position: static;
    height: auto;
    width: auto;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: none;
}

#navigation ul li ul span ul li {
    float: none;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: none;
    width: auto;
    height: auto;
}

#navigation ul li ul span ul li a {
    background: #fff !important;
    line-height: 18px;
}

#navigation ul li ul span ul li .proprod {
    float: left;
    width: 48%;
    margin-right: 5px;
    margin-left: 1px;
    margin-bottom: 15px;
}

#navigation ul li ul span ul li .proprod:last-child {
    margin-right: 0px;
}

#navigation ul li ul span ul li .proprod .titlepro {
    text-align: center;
    width: 100%;
    font-size: 12px;
    display: block;
    color: #d92612;
}

#navigation ul li ul span ul li .proprod .photopro {
    width: 100%;
}

#navigation ul li ul span ul li a {
    padding: 0px 0 0 2px !important;
}

#navigation ul li ul span ul li .proprod .photopro img {
    max-width: 100%;
    min-width: 100%;
    margin-top: 5px;
}

#navigation ul li ul span ul li .proprod .priceproprod {
    width: 100%;
    text-align: center;
    display: inline-block;
}

#navigation ul li ul span ul li .proprod .priceproprod img {
    width: 16px;
    height: 16px;
    display: inline;
    vertical-align: middle;
}

#navigation ul li ul span ul li a,
#navigation ul li:hover ul span ul li a {
    font-size: 13px;
    line-height: 19px;
    color: #111;
    text-align: left;
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 29px;
    height: auto;
    background: #FFF;
    border-width: 0px;
    border-style: none;
}

#navigation ul li ul span ul li a:hover {
    background: #FFF;
    color: #111;
    text-decoration: underline;
}

#navigation.small ul li ul span {
    padding-top: 5px;
    padding-bottom: 5px;
}

#navigation.small ul li ul span li {
    margin-bottom: 5px;
}

#navigation.small ul li ul span ul li {
    margin: 0px;
}

#navigation ul li ul span ul li a.active {
    color: #679ACB;
}

#navigation.small ul li ul span li a,
#navigation.small ul li:hover ul span li a {
    font-size: 12px;
    padding-left: 10px;
    line-height: 14px;
}

#navigation.small ul li ul span ul li a,
#navigation.small ul li:hover ul span ul li a {
    font-size: 11px;
    line-height: 13px;
    padding-left: 15px;
}


/* Mainbanner Styles */

#mainbanner {
    max-width: 1215px;
    width: 100%;
    margin: 0 auto;
    height: auto !important;
}


/* Tabs Styles */

#tabs {
    display: block;
    margin: 0px;
    padding: 0;
    margin-top: 20px;
    clear: both;
    margin-bottom: 20px;
}

#tabs ul.titles {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
}

#tabs ul.titles li {
    display: block;
    margin: 0px 5px 0px 0px;
    padding: 0px;
    float: left;
    position: relative;
}

#tabs ul.titles li a {
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    color: #cc0b0f;
    font-size: 30px;
    text-decoration: none;
    margin: 0px;
    padding: 2px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#tabs ul.titles li a:hover {
    color: #cc0b0f;
    font-size: 33px;
}

#tabs ul.titles li a.active {
    color: #cc0b0f;
    font-size: 33px;
}

#tabs ul.titles li.pro a {
    font-size: 17px;
}

#tabs ul.titles li a:hover {
    background: #cc0b0f;
    color: #fff;
    font-size: 17px;
}

#tabs ul.titles li.pro a.active {
    font: 17px;
    background: #cc0b0f;
    color: #fff;
}

#tabs .content {
    display: block;
    margin: 0px;
    padding: 10px 0px 0px;
    clear: both;
    font-size: 14px;
}


/* Products Styles */

ul.products {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.products li {
    display: block;
    margin: 0px 0px 2% 2%;
    padding: 0px;
    float: left;
    width: 23%;
    position: relative;
    border: 1px solid #d7d7d7;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background: #FFF;
    z-index: 0;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

ul.products li.carouselpro {
    width: 95%;
    margin: 0 2% !important;
}

ul.products li:nth-child(4n+1) {
    margin: 0px;
}

.sidebar+.content ul.products li,
.sidebar+.content ul.products li:nth-child(3n+1) {
    display: block;
    margin: 0px 0px 4% 2%;
    padding: 0px;
    float: left;
    box-sizing: border-box;
    width: 32%;
}

.sidebar+.content ul.products li:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
}

ul.products li .box {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    _background: #FFF;
    overflow: hidden;
}

#tabs ul.products li {
    float: left;
    width: 95%;
}

ul.products li:hover {
    _border: 1px solid #1D1D1D;
}

ul.products li img {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

ul.products li:hover img {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
}

ul.products li .allbox .bottom input {
    margin-top: 17px;
    float: right;
}

ul.products li .allbox h4 {
    margin-top: 0px;
    margin: 0px;
    padding: 5px 0 0 0;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    height: 40px;
    _border-bottom: 1px solid #d7d7d7;
    width: 100%;
}

ul.products li .allbox h4 a {
    color: #000;
    text-decoration: none;
}

ul.products li .allbox h4 a:hover {
    color: #cc0b0f;
    text-decoration: none;
}

ul.products li .allbox .bottom {
    display: block;
    margin: 0px;
    padding: 0px 0px 5px;
    height: 35px;
}

ul.products li .allbox p.lognbut {
    opacity: 0;
    text-align: center;
    background: #d92612;
    display: table;
    width: auto;
    margin: 0 auto;
    margin-top: 7px;
    color: #fff;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

ul.products li .allbox p.lognbut a {
    color: #fff;
    text-decoration: none;
    padding: 2px 4px;
    display: table;
}

ul.products li .allbox p.lognbut a:hover {
    background: #a11e10;
}

ul.products li:hover .allbox p.lognbut {
    opacity: 1;
}

#tabs ul.products li .allbox {
    float: left;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 80px;
    width: 100%;
}

#tabs ul.products li .allbox h4 {
    line-height: 19px;
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    width: 100%;
    height: 40px;
    _border-bottom: 1px solid #d7d7d7;
}

#tabs ul.products li .allbox .bottom {
    display: block;
    margin: 0px;
    padding: 0px 0px 5px;
    height: 35px;
}

#relative {
    width: 100%;
    max-width: 1215px;
    margin: 0 auto;
    font-style: normal;
    margin-bottom: 10px;
}

#relative h2 {
    font-weight: 600 !important;
    padding: 5px 10px 5px 10px !important;
    color: #FFF !important;
    border-bottom: 4px solid #ddd;
    background: #99C53C;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    font-size: 15px;
    margin-bottom: 17px !important;
    display: inline-block;
}

#relative h2:after {
    content: "";
    border-color: #99C53C rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 10px 10px 0 10px;
    margin-left: -10px;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
}

#relative h2.relat {
    background: #cc0b0f;
}

#relative h2.relat:after {
    content: "";
    border-color: #cc0b0f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 10px 10px 0 10px;
    margin-left: -10px;
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
}

#relative ul.products li {
    display: block;
    margin: 0px 0px 4% 2%;
    padding: 0px;
    float: left;
    width: 23.5%;
    position: relative;
    box-sizing: border-box;
}

#relative ul.products li:nth-child(4n+1) {
    margin-left: 0px;
    clear: left;
}

#relative ul.products li .box {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    background: #FFF;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#relative ul.products li .allbox .bottom input {
    float: right;
}

#relative ul.products li .allbox h4 {
    margin-top: 0px;
    margin: 0px;
    padding: 5px 0 0 0;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    height: 40px;
    width: 100%;
}

#relative ul.products li .allbox h4 a {
    color: #000;
    text-decoration: none;
}

#relative ul.products li .allbox h4 a:hover {
    color: #d92612;
    text-decoration: none;
}

#relative ul.products li .allbox .bottom {
    display: block;
    margin: 0px;
    padding: 0px 0px 5px;
    height: 35px;
}

#relative ul.products li:hover .allbox {
    top: 120px;
    background: rgba(255, 255, 255, 0.92);
}

#relative ul.products li .allbox p.lognbut {
    opacity: 0;
    text-align: center;
    background: #d92612;
    display: table;
    width: auto;
    margin: 0 auto;
    margin-top: 7px;
    color: #fff;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#relative ul.products li .allbox p.lognbut a {
    color: #fff;
    text-decoration: none;
    padding: 2px 4px;
    display: table;
}

#relative ul.products li .allbox p.lognbut a:hover {
    background: #a11e10;
}

#relative ul.products li:hover .allbox p.lognbut {
    opacity: 1;
}

ul.products li h5 {
    line-height: 20px;
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    height: 20px;
}

ul.products li h5 a {
    color: #333;
    text-decoration: none;
    display: block;
}

ul.products li .photo {
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    min-height: 205px;
    max-height: 205px;
}

ul.products li .photo a {
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
}

ul.products li .photo a img {
    display: block;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 680px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

ul.products li .photo .tag {
    background: #CC0B0F;
    border-radius: 50%;
    width: 45px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    font-weight: 500;
    color: #FFF;
    right: 2px;
    top: 2px;
    font-size: 14px;
    padding: 4px 0;
    text-align: center;
    z-index: 1;
}

ul.products li .tag_new {
    background: url(../images/tag_new.png);
    width: 50px;
    height: 49px;
    line-height: 32px;
    position: absolute;
    color: #FFF;
    right: -1px;
    top: -1px;
    font-size: 14px;
    text-align: center;
    z-index: 1;
}

ul.products li .tag_freeship {
    background: url(../images/tag_freeship.png);
    width: 80px;
    height: 80px;
    line-height: 32px;
    position: absolute;
    color: #FFF;
    left: -8px;
    top: -7px;
    font-size: 14px;
    text-align: center;
    z-index: 1;
}

ul.products li .tag_offers {
    background: url(../images/tag_offers.png);
    width: 100px;
    height: 31px;
    line-height: 32px;
    position: absolute;
    color: #FFF;
    left: -8px;
    top: 120px;
    font-size: 14px;
    text-align: center;
    z-index: 2;
}

ul.products li .tag_gift {
    background: url(../images/tag_gift.png);
    width: 100px;
    height: 31px;
    line-height: 32px;
    position: absolute;
    color: #FFF;
    left: -8px;
    top: 95px;
    font-size: 14px;
    text-align: center;
    z-index: 1;
}

ul.products li .tag_preorder {
    background: url(../images/tag_preorder.png);
    width: 100px;
    height: 31px;
    line-height: 32px;
    position: absolute;
    color: #FFF;
    left: -8px;
    top: 145px;
    font-size: 14px;
    text-align: center;
    z-index: 3;
}

ul.products li .tag_sales {
    background: #cc0b0f;
    border-radius: 50%;
    width: 37px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    font-weight: 600;
    color: #FFF;
    right: 2px;
    top: 110px;
    font-size: 14px;
    padding: 4px 0;
    text-align: center;
    z-index: 1;
}

ul.products li .photo .availabilitypro {
    background: #333333;
    width: 50px;
    line-height: 13px;
    position: absolute;
    font-weight: normal;
    color: #FFF;
    left: 2px;
    top: 2px;
    font-size: 10px;
    padding: 0 1px;
    text-align: center;
    z-index: 1;
}

ul.products li p.availabilitypag {
    /* display: -webkit-box; */
    float: left;
    /* padding: 0 8px 0 0; */
    /* margin: 11px 0; */
    clear: left;
    margin: 3px 7px 5px;
}

ul.products li p.price {
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    font-size: 15px;
    color: #3D3D3D;
    line-height: 15px;
    padding: 1px 0 1px;
}

ul.products li p.price em {
    text-decoration: line-through;
    display: inline;
    margin: 0px;
    padding: 0px 0px 0px 5px;
}

ul.products li p.price strong {
    font-weight: bold;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    display: inline;
    margin: 0px;
    padding: 0px 0px 0px 3px;
}

ul.products li p.discount {
    font-size: 13px;
    background: #d92612;
    text-align: center;
    display: block;
    margin: 15px 0px 0px -20px;
    padding: 0px;
    width: 40px;
    color: #FFF;
    float: left;
}

ul.products li a.addtobasket {
    background: url(../images/cart_btn.png) no-repeat center center;
    width: 120px;
    height: 33px;
    display: block;
    margin: 0px;
    padding: 0px;
    float: right;
    text-decoration: none;
    margin-right: 5px;
    text-indent: -99999px;
}

ul.products li:hover a.addtobasket {
    background: url(../images/cart_btn_hover.png) no-repeat center center;
}

ul.products li a.addtowishlist {
    background: url(../images/wishlist.png) no-repeat center center;
    text-indent: -9999px;
    /* display: block; */
    /* margin: 4px 0px 0px; */
    padding: 0px;
    float: left;
    height: 17px;
    width: 11px;
}

ul.products li a.removetowishlist {
    background: url(../images/removewishlist.png) no-repeat center center;
    text-indent: -9999px;
    /* display: block; */
    /* margin: 4px 0px 0px; */
    padding: 0px;
    float: left;
    height: 19px;
    width: 17px;
}

ul.products li a.addtocompare {
    background: url(../images/compare_icon.png) no-repeat center center;
    text-indent: -9999px;
    display: block;
    margin: 10px 0px 0px;
    padding: 0px;
    float: right;
    height: 25px;
    width: 25px;
}

ul.products li a.addtocompare:hover {
    background: url(../images/compare_icon_hover.png) no-repeat center center;
}


/* Adverts Styles */

#adverts {
    display: block;
    margin: 0px;
    padding: 1% 0% 0%;
    clear: both;
}

#adverts .box {
    display: block;
    margin: 0px 0px 20px 2%;
    padding: 0px;
    float: left;
    width: 49%;
    box-sizing: border-box;
}

#adverts .box.lrgleft {
    width: 49%;
    float: left;
}

#adverts .box.midleft {
    width: 49%;
    float: left;
}

#adverts .box.full {
    width: 100%;
    float: left;
    position: relative;
}

#adverts .box.full .photo img {
    width: 100% !important;
}

#tryme-wrp {
    _background: url(../images/banners/wall.jpg) no-repeat top center;
    background-size: cover;
    padding: 146px 5px 184px 5px;
    margin: 0px auto;
    overflow: hidden;
    min-height: 350px;
}

#tryme-wrp .tryme-logo {
    width: 331px;
    height: 174px;
    _background: url(../images/watch.jpg) no-repeat;
    background-size: 90%;
    float: left;
    margin: 152px 0px 24px 30px;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#tryme-wrp .player-wrp {
    float: none;
    clear: both;
    width: 100%;
    max-width: 604px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    max-width: 604px;
    position: absolute;
    right: 2%;
    z-index: 3;
    background: url(../images/banners/video-holder.png) no-repeat top center;
}

.person {
    position: absolute;
    z-index: 10;
    height: 680px;
    /* float: right; */
    /* text-align: right; */
    /* width: 520px; */
    top: 0;
    /* left: 128px; */
}

_.bodygirl {
    position: absolute;
    z-index: 4;
    height: 680px;
    float: right;
    text-align: right;
    width: 321px;
    top: -19px;
    left: 236px;
}

#tryme-wrp .player-wrp iframe {
    position: absolute;
    top: 3%;
    left: 0;
    width: 100%;
}

#tryme-wrp .video-holder {
    position: relative;
    padding-bottom: 55.8%;
    /* padding-top: 30px; */
    height: 0;
    overflow: hidden;
}

#adverts .box:nth-child(2n+1) {
    margin-left: 0px;
    clear: left;
}


#adverts .box:nth-child(n+3) {
    width: 32%;
	margin-left: 2%;
	clear: none;
}

#adverts .box:nth-child(3n+3) {
    clear: left;
    margin-left: 0px;
}

#newbanners {
    padding: 0px;
    margin: 0px;
}

.wrapper .boxbanners li.trav,
#main .boxbanners li.fourcolumn {
    margin: 0px 0 2% 2%;
    padding: 0;
    float: left;
    width: 23.5%;
    box-sizing: border-box;
    display: block;
}

.wrapper .boxbanners li.trav:nth-child(4n+1),
#main .boxbanners li.fourcolumn:nth-child(4n+1) {
    clear: left;
    margin-left: 0;
}

.wrapper .boxbanners li.trav div.title {
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
}

.wrapper .boxbanners li.trav div.readmore a {
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    text-decoration: none;
    color: #cc0b0f;
    float: right;
    margin: 0px 0;
}

.wrapper .boxbanners li.trav div.descrip {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0;
}

#adverts .box h3 {
    font-size: 14px;
    font-weight: bold;
    color: #d92612;
    display: block;
    margin: 0px;
    padding: 5px 5px 0px 0px;
    float: right;
    width: 60%;
    text-align: left;
}

#adverts .box h3 a {
    color: #d92612;
    text-decoration: none;
}

#adverts .box h4 {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0px;
    padding: 5px 5px 0px 0px;
    float: right;
    line-height: 15px;
    width: 60%;
    height: 30px;
}

#adverts .box h4 a {
    color: #333;
    text-decoration: none;
}

#adverts .box p {
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    display: block;
    margin: 5px 0px;
    padding: 5px 5px 0px 0px;
    float: right;
    line-height: 14px;
    width: 60%;
}

#adverts .box h3+p,
#adverts .box h3+p * {
    font-size: 12px !important;
    line-height: 14px !important;
}

#adverts .box p.price em {
    font-style: normal;
    text-decoration: line-through;
    color: #8a8a8a;
    font-size: 12px;
    line-height: 15px;
}

#adverts .box p.price strong {
    font-weight: bold;
    color: #333;
    display: block;
    font-size: 20px;
    line-height: 25px;
}

#adverts .box h6 {
    font-size: 15px;
    font-weight: lighter;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    background: #679ACB;
}

#adverts .box h6 a {
    color: #fff;
    text-decoration: none;
}

#adverts .box h6 a:hover {
    text-decoration: none;
}

#adverts .box div.photo {
    margin: 0px 0px 0px 0;
    padding: 0px;
    float: left;
    width: 100%;
    position: relative;
}

#adverts .box div.photo .boxtext {
    background-color: rgba(115, 46, 142, 0.70);
    color: #fff;
    font-size: 15px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 6px 2px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#adverts .box div.photo:hover .boxtext {
    background: #cc0b0f;
}

#adverts .box div.photo.product {
    background: #FFF;
}

#adverts .box div.photo a,
#adverts .box div.photo span {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    margin: 0px;
    padding: 0px;
}

#adverts .box div.photo img {
    margin: 0px auto;
    padding: 0px;
    height: auto;
    width: 100% !important;
    max-height: 100%;
    border-width: 0px;
    border-style: none;
    height: auto;
    display: block;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #000;
}

#adverts .box a.addtobasket {
    background: url(../images/basket.png) no-repeat center center;
    text-indent: -9999px;
    display: block;
    margin: 5px 10px 5px 0px;
    padding: 0px;
    float: right;
    height: 25px;
    width: 25px;
    clear: right;
}

#adverts .box a.addtowishlist {
    background: url(../images/wishlist.png) no-repeat center center;
    text-indent: -9999px;
    display: block;
    margin: 5px 0px 0px;
    padding: 0px;
    float: right;
    height: 25px;
    width: 25px;
}

#adverts .box.newsletter {
    background: url(../images/nl.jpg) no-repeat center center;
}

#adverts .box.newsletter form {
    margin: 0px;
    padding: 5px;
    height: 145px;
}

#adverts .box.newsletter form h3 {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    color: #000;
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
    float: none;
    width: 100%;
}

#adverts .box.newsletter form p {
    margin: 0px;
    padding: 95px 0px 0px;
    display: block;
    float: none;
    width: 100%;
    text-align: center;
}

#adverts .box.newsletter form p label {
    display: none;
}

#adverts .box.newsletter form p input[type="text"] {
    font-size: 12px;
    line-height: 23px;
    color: #333;
    display: inline-block;
    margin: 0px;
    padding: 0px 5px;
    height: 23px;
    border: 1px solid #9abab8;
    border-radius: 3px;
    background: #FFF;
    width: 55%;
}

#adverts .box.newsletter form p input[type="submit"] {
    font-size: 11px;
    line-height: 23px;
    color: #FFF;
    display: inline-block;
    margin: 0px 0px 0px 5px;
    padding: 0px 5px;
    height: 25px;
    border-radius: 3px;
    background: #d92612;
    border: 1px solid #d92612;
}


/* Brands Styles */

#brandsall {
    width: 100%;
}

#brands {
    display: block;
    margin: 0px;
    padding: 0.5% 2%;
    max-width: 1190px;
    clear: both;
    margin: 0 auto;
}

#brands h6 {
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0px;
    color: #fff;
}

#brands ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#brands ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#brands ul li a {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    margin: 0px;
    padding: 0px;
    height: 60px;
    width: 100%;
}

#brands ul li img {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: auto;
    max-height: 90px;
    max-width: 200px;
    border-width: 0px;
    border-style: none;
}


/* Footer Styles */

#footerfull {
    display: block;
    font-style: normal;
    margin: 0px;
    padding: 0px;
    width: 100%;
    clear: both;
    background: #000;
    border-top: 3px solid #CC0B0F;
}

#footer {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    clear: both;
}

#footer>.box {
    display: block;
    margin: 0px auto;
    padding: 0px;
    width: 96%;
    max-width: 1215px;
    clear: both;
}

#footer .newsletter {
    display: block;
    margin: 0px;
    padding: 15px 0px;
    border-bottom: 1px solid #AC71C3;
    text-align: center;
}

#footer .newsletter p {
    margin: 0px;
    padding: 0px;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

#footer .newsletter p input[type="text"] {
    font-size: 16px;
    color: #fff;
    background: transparent;
    border: 1px solid #ddd;
    margin: 0px 10px;
    padding: 0px 15px;
    width: 270px;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#footer .newsletter p input[type="submit"] {
    font-size: 16px;
    color: #fff;
    background: #333333;
    border-width: 0px;
    border-style: none;
    margin: 0px;
    padding: 0px;
    width: 120px;
    display: inline-block;
    height: 30px;
    cursor: pointer;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#footer .newsletter p input[type="submit"]:hover {
    background: #31143d;
}

#footer .lists {
    display: block;
    margin: 0px;
    padding: 2% 0px 1%;
    clear: both;
}

#footer .lists ul {
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 3%;
    float: left;
    width: 20.9%;
    height: 164px;
    list-style: none;
    font-size: 13px;
    color: #fff;
    border-left: 1px solid #272727;
}

#footer .lists ul:first-child {
    border-width: 0px;
    border-style: none;
}

#footer .lists ul li {
    margin: 0px;
    padding: 0px;
    display: block;
    background: url(../images/arrow_footer.png) no-repeat left center;
    padding-left: 13px;
}

#footer .lists ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding: 3px 0px;
    font-size: 13px;
    line-height: 17px;
}

#footer .lists ul li a:hover {
    color: #fff;
}

#footer .lists ul li.soc {
    background: none;
    padding: 0px;
    margin: 5px 0;
}

#footer .lists ul li a.facebook {
    background: url(../images/facebook.png) no-repeat left center;
    padding-left: 38px;
    line-height: 26px;
}

#footer .lists ul li a.twitter {
    background: url(../images/twitter.png) no-repeat left center;
    padding-left: 38px;
    line-height: 26px;
}

#footer .lists ul li a.youtube {
    background: url(../images/youtube.png) no-repeat left center;
    padding-left: 38px;
    line-height: 26px;
}

#footer .lists ul li a.pinterest {
    background: url(../images/icon_pinterest.png) no-repeat left center;
    text-indent: -9999px;
}

#footer .lists ul li a.instagram {
    background: url(../images/instagram.png) no-repeat left center;
    padding-left: 38px;
    line-height: 26px;
}

#footer .lists ul li a.forum {
    background: url(../images/forum.png) no-repeat left center;
    padding-left: 38px;
    line-height: 26px;
}

#footer .lists ul li.title a,
#footer .lists ul li.title {
    line-height: 20px;
    color: #fff;
}

#footer .lists ul li.title a:hover {
    color: #fff;
}

#footer .developer {
    border-top: 1px solid #272727;
    margin: 0px;
    padding: 10px 0px 20px;
    clear: both;
}

#footer .developer p {
    margin: 0px;
    padding: 0px;
    float: left;
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}

#footer .developer p a {
    color: #fff;
    text-decoration: none;
}

#footer .developer p a:hover {
    text-decoration: underline;
    color: #fff;
}

#footer .developer p+p {
    text-align: right;
    float: right;
}


/* Path Styles */

#path {
    display: block;
    margin: 0px;
    padding: 1% 0.5%;
    clear: both;
}

#path p {
    font-size: 12px;
    line-height: 25px;
    color: #666;
    margin: 0px;
    padding: 0px;
}

#path p a,
#path p span {
    color: #666;
    text-decoration: none;
    display: inline-block;
    background: url(../images/pathmenu_separater.png) no-repeat left center;
    margin: 0px 5px 0px 0px;
    padding: 0px 5px 0px 15px;
}

#path p a:hover,
#path p span {
    color: #000;
}

#path p a.home {
    background: url(../images/home.png) no-repeat center center;
    text-indent: -9999px;
    padding: 0px;
    width: 25px;
}


/* Categories Styles */

ul.categories {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.categories li {
    display: block;
    margin: 0px 0px 2% 2%;
    padding: 0px;
    float: left;
    width: 32%;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
}

ul.categories li:hover img {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

ul.categories li:hover .box {
    _border: 3px solid #cc0b0f;
}

ul.categories li:nth-child(3n+1) {
    margin-left: 0px;
    clear: left;
}

ul.categories li .box {
    display: block;
    margin: 0px 0px 20px;
    padding: 0px;
    height: 250px;
    background: #FFF;
    border: 1px solid #d7d7d7;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

ul.categories li h4 {
    height: 35px;
    display: block;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #4A4A4A;
}

ul.categories li h4 a {
    color: #333;
    text-decoration: none;
    display: block;
}

ul.categories li .photo {
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 222px;
    overflow: hidden;
}

ul.categories li .photo a {
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
    _height: 170px;
    width: 100%;
}

ul.categories li .photo a img {
    display: block;
    margin: 0px auto;
    padding: 10px 0px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 200px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/* Main Styles */

#main {
    padding: 0% 1%;
    margin: 0px 0px 0;
}

#main.bgmain {
    background: #fff;
}

#main .sidebar {
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 19%;
    margin-bottom: 15px;
}

#main .sidebar h2 {
    font-size: 16px;
    line-height: 35px;
    font-weight: normal;
    color: #FFF;
    background: #000;
    border-bottom: 2px solid #CC0B0F;
    display: block;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    margin-top: 10px;
}

#main .sidebar h2:first-child {
    margin: 0px;
}

#main .sidebar ul {
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#main .sidebar ul li {
    border-bottom: 1px dotted #D9D9D9;
    padding: 0;
    line-height: 27px;
}

#main .sidebar ul li a {
    font-size: 13px;
    line-height: 25px;
    color: #fff;
    display: block;
    margin: 0px;
    text-decoration: none;
}

#main .sidebar ul li a:hover,
#main .sidebar ul li a.active {
    font-weight: normal;
    color: #fff;
}

#main .content {
    display: block;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    width: 100%;
    text-align: justify;
}

#main .content p.more {
    color: #cc0b0f;
    text-align: right;
}

#main .content p.more a {
    color: #fff;
    background: #cc0b0f;
    text-decoration: none;
    padding: 1px 6px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#main .content p.more a:hover {
    background: #cc0b0f;
    color: #fff;
}

#main .sidebar+.content {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 79%;
}

#main h1 {
    line-height: 25px;
    display: block;
    margin: 0px 0px 4px;
    padding: 5px 0px;
    font-size: 17px;
    font-weight: normal;
    color: #cc0b0f;
    clear: both;
}

#main h2 {
    line-height: 16px;
    display: block;
    margin: 0px 0px 10px;
    padding: 5px 0px;
    font-size: 15px;
    font-weight: normal;
    color: #cc0b0f;
    clear: both;
}


/* Filters Styles */

.filters {
    display: block;
    margin: 0px 0px 10px;
    padding: 3px 0px 5px;
    border-bottom: 1px solid #CCC;
}

.filters p {
    display: block;
    margin: 0px;
    padding: 0px;
    float: right;
    margin-left: 10px;
    text-align: right;
    font-size: 12px;
    line-height: 25px;
    color: #333;
}

.filters p label {
    font-weight: bold;
    color: #333;
    display: inline-block;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}

.filters p select {
    font-size: 11px;
    line-height: 23px;
    border: 1px solid #CCC;
    margin: 0px;
    padding: 0px;
}

.filters p input[type="submit"] {
    background: url(../images/search.png) no-repeat center center;
    text-indent: -9999px;
    display: inline-block;
    margin: 0px 0px 0px 20px;
    padding: 0px;
    height: 25px;
    width: 25px;
    border-width: 0px;
    border-style: none;
}


/* Paging Styles */

.paging {
    margin: 0px;
    padding: 10px 0px;
}

.paging span {
    text-align: left;
    float: left;
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    margin-top: 10px;
    color: #cc0b0f;
}

.paging span label {
    font-size: 11px;
    font-weight: normal;
    color: #333;
    display: inline-block;
    margin: 0px 10px 0px 20px;
    padding: 0px;
    line-height: 25px;
}

.paging span input[type="submit"] {
    background: url(../images/search.png) no-repeat center center;
    text-indent: -9999px;
    display: inline-block;
    margin: 0px 0px 0px 20px;
    padding: 0px;
    height: 25px;
    width: 25px;
    border-width: 0px;
    border-style: none;
}

.paging span.pages a,
.paging p span.pages strong {
    color: #cc0b0f;
    text-decoration: none;
    display: inline-block;
    margin: 0px 2px;
    padding: 0px 5px;
    font-weight: normal;
}

.paging span.pages a:hover {
    background-color: #cc0b0f;
    color: #fff;
}

.paging p {
    text-align: right;
    float: right;
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    line-height: 25px;
    color: #cc0b0f;
}

.paging p label {
    font-size: 11px;
    font-weight: normal;
    color: #333;
    display: inline-block;
    margin: 0px 10px 0px 20px;
    padding: 0px;
    line-height: 25px;
}

.paging p input[type="submit"] {
    background: url(../images/search.png) no-repeat center center;
    text-indent: -9999px;
    display: inline-block;
    margin: 0px 0px 0px 20px;
    padding: 0px;
    height: 25px;
    width: 25px;
    border-width: 0px;
    border-style: none;
}

.paging p span.pages a,
.paging p span.pages strong {
    color: #d92612;
    text-decoration: none;
    display: inline-block;
    margin: 0px 2px;
    padding: 0px 3px;
    font-weight: normal;
}

.paging p span.pages a:hover,
.paging p span.pages strong {
    color: #333;
    font-weight: bold;
}

#product {
    display: block;
    margin: 0px;
    padding: 0px;
}

#product .photos {
    margin: 0px;
    padding: 10px 0;
    background: #fff;
    float: left;
    width: 58%;
}

#product .photos .bigphoto {
    display: block;
    margin: 0px;
    padding: 0px;
    _height: 380px;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}

#product .photos .bigphoto a {
    display: table-cell;
    margin: 0px;
    padding: 0px;
    _height: 380px;
    text-align: center;
    vertical-align: middle;
    width: 550px;
}

#product .photos .bigphoto img {
    height: auto;
    width: auto;
    _max-height: 380px;
    max-width: 100%;
    border-width: 0px;
    border-style: none;
}

#product .photos .bigphoto .tag {
    background: #cc0b0f;
    border-radius: 50%;
    width: 47px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    font-weight: bold;
    color: #FFF;
    right: 2px;
    bottom: 2px;
    font-size: 14px;
    padding: 4px 0;
    text-align: center;
    z-index: 1;
}

#product .photos .thumbs {
    margin-top: 20px;
}

#product .photos .video {
    margin-top: 20px;
    text-align: center;
}

#product .photos .video .videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

#product .photos .video .videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 94%;
}

#product .thumbs ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#product .thumbs ul li {
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 16.6%;
}

#product .thumbs ul li img {
    margin: 0px auto;
    padding: 0px;
    width: auto;
    height: auto;
    max-width: 94%;
    max-height: 95px;
    display: block;
    margin-bottom: 5px;
}

#product .data {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 40%;
}

#product .data p {
    padding: 0px;
}

#product .data p.selectionplus {
    float: left;
}

#slidingDiv a {
    color: #d92612;
    font-size: 12px;
}

#product .data p.code {
    font-size: 12px;
}

#product .data p.availability {
    font-size: 11px;
}

#product .data p.availability img {
    vertical-align: middle;
}

#product .data p label {
    font-size: 14px;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    width: 95px;
    display: inline-block;
    text-align: left;
}

#product .data p select {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #CCC;
    color: #666;
    width: 210px;
    padding: 3px;
}

#product .data p input {
    font-size: 13px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
    height: 20px;
    border: 1px solid #CCC;
    color: #666;
    text-align: center;
    width: 50px;
}

#product .data p.price {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    margin-top: 5px;
}

#product .data p.price em {
    font-style: normal;
    text-decoration: line-through;
    margin-right: 20px;
}

#product .data p.price strong {
    font-size: 27px;
    font-weight: bold;
    color: #cc0b0f;
}

#product .data span.comp {
    width: 28px;
    height: 19px;
    cursor: pointer;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#product .data .compare {
    background: url(../images/comparison_icon.png) no-repeat;
    display: inline-block;
    width: 28px;
    height: 19px;
}

#product .data .compare:hover {
    background: url(../images/comparison_icon_hover.png) no-repeat;
    display: inline-block;
    width: 28px;
    height: 19px;
}

#fullpro {
    width: 100%;
    background: #F3F3F3;
    padding-top: 1px;
}

#fullpro #tabs {
    margin: 30px 0px 0px;
    padding: 0px;
    float: left;
    width: 66%;
}

#.fullpro #tabs .content {
    margin: 0px;
    padding: 10px;
    width: 96%;
    border: 1px solid #ddd;
}

#product .data p.buttons {
    display: block;
    margin: 20px 0px 60px;
    padding: 0px;
    overflow: hidden;
}

#product .data p a.addtobasket {
    background: #cc0b0f url(../images/addtobasket.png) no-repeat left center;
    display: block;
    margin: 0px 30px 0px 0px;
    padding: 7px 16px 7px 45px;
    float: left;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    line-height: 30px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#product .data p a.addtobasket:hover {
    background: #006400 url(../images/addtobasket.png) no-repeat left center;
    color: #FFF;
}

#product .data p a.addtowishlist {
    background: #E6E6E6 url(../images/addtowishlist.png) no-repeat left center;
    display: block;
    margin: 0px 30px 0px 0px;
    padding: 7px 8px 7px 30px;
    float: left;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    line-height: 30px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#product .data p a.addtowishlist:hover {
    background: #000 url(../images/addtowishlist.png) no-repeat left center;
    color: #fff;
}

#product .data p a.removetowishlist {
    background: #E6E6E6;
    display: block;
    margin: 0px 30px 0px 0px;
    padding: 7px 8px 7px 8px;
    float: left;
    font-size: 18px;
    color: #506571;
    text-decoration: none;
    line-height: 30px;
    border-radius: 5px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

#product .data p a.removetowishlist:hover {
    background: #cc0b0f;
    color: #fff;
}

.but {
    color: #fff;
    background-color: #d92612;
    width: 57px;
    padding: 6px 6px 4px 6px;
}

.overpanel {
    background: rgba(0, 0, 0, 0.5);
    display: block;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
}

.overpanel .quicklookbox {
    margin: -215px auto 0px;
    background: #FFF;
    max-width: 980px;
    width: 100%;
    padding: 10px 10px 20px 10px;
    box-shadow: 0 0 20px #000;
    position: relative;
    top: 30%;
}

.overpanel .quicklookbox a.close {
    background: url(../images/icon_removeme.png) no-repeat center center;
    text-indent: -9999px;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
}

.overpanel .quicklookbox a.photo {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    margin: 0px;
    padding: 0px;
    height: 280px;
    width: 280px;
}

.overpanel .quicklookbox a.photo img {
    height: auto;
    width: auto;
    max-height: 90%;
    max-width: 90%;
    border-width: 0px;
    border-style: none;
}

.overpanel .quicklookbox h3 {
    font-size: 16px;
    font-weight: normal;
    display: block;
    line-height: 30px;
    color: #333;
    margin: 0px;
    padding: 5px 0px 0px;
    text-align: center;
}

.overpanel .quicklookbox h3 a {
    color: #333;
    text-decoration: none;
    display: block;
}

.overpanel .quicklookbox p.price {
    font-size: 18px;
    font-weight: bold;
    display: block;
    line-height: 30px;
    color: #333;
    margin: 0px;
    padding: 0px 0px 5px;
    text-align: center;
}

.overpanel .quicklookbox a.addtobasket {
    color: #FFF;
    text-decoration: none;
    background: #000 url(../images/icon_basket_quicklook.png) no-repeat 10px center;
    display: block;
    margin: 0px auto;
    padding: 0px 0px 0px 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

.overpanel .quicklookbox a.addtobasket:hover {
    background-color: #b4c719;
}

.overpanel .quicklookbox a.addtowishlist {
    font-size: 14px;
    color: #333;
    display: block;
    margin: 0px auto;
    padding: 0px 0px 0px 35px;
    text-decoration: none;
    line-height: 40px;
    background: url(../images/icon_wishlist_quicklook.png) no-repeat 5px center;
}

.overpanel .quicklookbox a.addtowishlist:hover {
    text-decoration: underline;
}

#main .content ul.products a.quicklook {
    background: #333333 url(../images/icon_quicklook.png) no-repeat left center;
    position: absolute;
    z-index: 1;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    margin: 0px;
    padding: 0px 10px 0px 40px;
    left: 12px;
    top: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.75);
}

#main .catimage {
    width: 100%;
    margin-bottom: 20px;
}

#main .catimage img {
    width: 100%;
    height: auto;
}

#navigation .center {
    float: right;
    margin-right: 15px;
}

#navigation .center input {
    padding: 5px;
    width: 250px;
    border-radius: 3px;
    border: 1px solid #333;
    position: relative;
    margin-top: 9px;
}

#navigation .center input[type="submit"] {
    width: 34px;
    position: absolute;
    cursor: pointer;
    margin: 0px;
    padding: 2px;
    padding-top: 8px;
    background: #fff url(../images/search.png) no-repeat center center;
    /* border-radius: 0 3px 3px 0; */
    /* margin-left: -5px; */
    /* margin-right: 10px; */
    border: none;
    right: 15px;
    top: 10px;
}

#navigation .center form input div.searchresults {
    background: #fff;
    margin: 0px;
    padding: 10px;
    width: 100%;
    z-index: 100;
    border-radius: 5px;
    display: none;
}

#navigation .center form div.searchresults ul.products {
    background: url(transparent);
    margin: 3px;
    padding: 0px;
    border: 1px solid #333333;
    border-radius: 5px;
    height: auto;
}

#navigation .center form div.searchresults ul.products li {
    display: block;
    background: #fff;
    margin: 0px;
    padding: 2%;
    clear: both;
    float: none;
    width: auto;
    height: auto;
    border-top: 1px solid #333333;
    -o-transition: inherit;
    -ms-transition: inherit;
    -moz-transition: inherit;
    -webkit-transition: inherit;
    transition: inherit;
}

#navigation .center form div.searchresults ul.products li:hover {
    border: inherit;
    width: auto;
    float: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

#navigation .center form div.searchresults ul.products li a {
    color: #333333;
    text-decoration: none;
}

#navigation .center form div.searchresults ul.products li:first-child {
    border-width: 0px;
    border-style: none;
}

#navigation .center form div.searchresults ul.products li .photo {
    display: block;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 30%;
    min-height: auto !important;
}

#navigation .center form div.searchresults ul.products li .photo .image {
    height: 60px;
    text-align: center;
    display: block;
    margin: 0px;
    padding: 0px;
}

#navigation .center form div.searchresults ul.products li .photo .image img {
    max-height: 90%;
    max-width: 90%;
}

#navigation .center form div.searchresults ul.products li .data {
    display: block;
    margin: 0px;
    padding: 0px;
    float: right;
    width: 70%;
}

#navigation .center form div.searchresults ul.products li .data h4 {
    display: block;
    margin: 0px 0px 5px;
    padding: 0px;
}

#navigation .center form div.searchresults ul.products li .data h4 a {
    font-size: 14px;
    line-height: 15px;
}

#navigation .center form div.searchresults ul.products li .data p.price {
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 100%;
    font-size: 14px;
}

#navigation .center form div.searchresults ul.products li .data p.price strong {
    font-size: 14px;
    line-height: normal;
}

#navigation .center form div.searchresults ul.products li .data p.price em {
    font-size: 13px;
    color: #979797;
    line-height: normal;
    text-decoration: line-through;
    margin-right: 5px;
}

#catalogue {
    background: #d92612 url(../images/bgcat.png);
    color: #fff;
    width: 96%;
    margin: 0 auto;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    clear: both;
}

#catalogue a {
    color: #fff;
    display: block;
    padding: 0.7% 2%;
    text-decoration: none;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#catalogue a:hover {
    background: #81190e url(../images/bgcat.png);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.daleziostable {
    margin: 0px;
    padding: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.daleziostable table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.daleziostable tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.daleziostable table tr:first-child td:first-child {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.daleziostable table tr:first-child td:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

.daleziostable tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.daleziostable tr:hover td {}

.daleziostable tr:nth-child(odd) {
    background-color: #ededed;
}

.daleziostable tr:nth-child(even) {
    background-color: #ffffff;
}

.daleziostable td {
    vertical-align: middle;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 5px 7px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #000000;
}

.daleziostable tr:last-child td {
    border-width: 0px 1px 0px 0px;
}

.daleziostable tr td:last-child {
    border-width: 0px 0px 1px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.daleziostable tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}

.daleziostable tr:first-child td:last-child {
    border-width: 0px 0px 1px 0px;
}

.daleziostable td img {
    max-width: 50px;
    max-height: 50px;
    padding: 2px 0;
}

.daleziostable td input,
select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 3px 0 0;
    padding: 6px 3px 5px;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    color: #666;
}

.daleziostable td a {
    color: #d92612;
    text-decoration: none;
}

.daleziostable td span {
    color: #d92612;
}

.daleziostable .subtotal {
    float: right;
    display: block;
    color: #d92612;
    font-size: 23px;
    margin-top: 5px;
    clear: both;
}

.daleziostable .total {
    float: right;
    display: block;
    font-weight: 600;
    color: #d92612;
    font-size: 25px;
    margin-top: 2px;
    clear: both;
}

.daleziostable p.buttons {
    display: block;
    margin: 20px 0px 0;
    padding: 0px;
    overflow: hidden;
    float: right;
    clear: right;
}

.daleziostable p a.addtobasket {
    background: #d92612 url(../images/addtobasket_1.png) no-repeat left center;
    display: block;
    margin: 0px;
    padding: 5px 5px 5px 40px;
    float: left;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#tabsend {
    margin: 0px;
    padding: 0px;
}

#tabsend .tabsleft {
    float: left;
    width: 49%;
    text-align: left;
    border-right: 1px solid #ddd;
}

#tabsend .tabsleft select {
    width: 96%;
}

#tabsend .tabsleft select {
    background: #F4F4F4;
    border: 1px solid #DBDBDB;
    padding: 5px;
    margin: 5px;
}

#tabsend .tabsright {
    float: right;
    width: 49%;
}

#tabsend .tabsright p span {
    font-size: 11px;
    line-height: normal;
    float: left;
    text-align: left;
}

#tabsend .tabsright p {
    text-align: left;
}

#tabsend .tabsright p a {
    color: #d92612;
    text-align: center;
    text-decoration: none;
}

#tabsend .tabsright table td {
    height: 30px;
    padding: 0 0px 0 0px
}

#tabsend .tabsright table tr.grey td {
    background-color: #fdf4db;
}

#tabsend .tabsright table {
    width: 100%;
}


/*Footer Banner*/

#advertsboxfooter {
    display: block;
    margin: 0px;
    padding: 1% 0% 0.5%;
    clear: both;
    max-width: 1240px;
    margin: 0 auto;
}

#advertsboxfooter .boxfooter {
    display: block;
    margin: 0px 0px 0px 1%;
    padding: 0px;
    float: left;
    width: 11.62%;
    border-bottom: 1px solid #D9D9D9;
}

#advertsboxfooter .boxfooter:nth-child(8n+1) {
    margin: 0px;
}

#advertsboxfooter .boxfooter h3 {
    font-size: 14px;
    font-weight: bold;
    color: #d92612;
    display: block;
    margin: 0px;
    padding: 5px 5px 0px 0px;
    float: right;
    width: 60%;
    text-align: left;
}

#advertsboxfooter .boxfooter h3 a {
    color: #d92612;
    text-decoration: none;
}

#advertsboxfooter .boxfooter h4 {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    display: block;
    margin: 0px;
    padding: 5px 5px 0px 0px;
    float: right;
    line-height: 15px;
    width: 60%;
    height: 30px;
}

#advertsboxfooter .boxfooter h4 a {
    color: #333;
    text-decoration: none;
}

#advertsboxfooter .boxfooter p {
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    display: block;
    margin: 5px 0px;
    padding: 5px 5px 0px 0px;
    float: right;
    line-height: 14px;
    width: 60%;
}

#advertsboxfooter .boxfooter h3+p,
#advertsboxfooter .boxfooter h3+p * {
    font-size: 12px !important;
    line-height: 14px !important;
}

#advertsboxfooter .boxfooter p.price em {
    font-style: normal;
    text-decoration: line-through;
    color: #8a8a8a;
    font-size: 12px;
    line-height: 15px;
}

#advertsboxfooter .boxfooter p.price strong {
    font-weight: bold;
    color: #333;
    display: block;
    font-size: 20px;
    line-height: 25px;
}

#advertsboxfooter .boxfooter h6 {
    font-size: 15px;
    font-weight: lighter;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    background: #373737;
}

#advertsboxfooter .boxfooter h6 a {
    color: #CFCFCF;
    text-decoration: none;
}

#advertsboxfooter .boxfooter h6 a:hover {
    text-decoration: none;
}

#advertsboxfooter .boxfooter div.photo {
    margin: 0px 0px 0px 0;
    padding: 0px;
    float: left;
    width: 100%;
    position: relative;
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#advertsboxfooter .boxfooter:hover div.photo {
    opacity: 0.6;
}

#advertsboxfooter .boxfooter div.photo.product {
    background: #FFF;
}

#advertsboxfooter .boxfooter div.photo a,
#advertsboxfooter .boxfooter div.photo span {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    margin: 0px;
    padding: 0px;
}

#advertsboxfooter .boxfooter div.photo img {
    margin: 0px auto;
    padding: 0px;
    width: auto;
    height: auto;
    _width: 100% !important;
    max-height: 100%;
    border-width: 0px;
    border-style: none;
    height: auto;
    display: block;
}

#advertsboxfooter .boxfooter a.addtobasket {
    background: url(../images/basket.png) no-repeat center center;
    text-indent: -9999px;
    display: block;
    margin: 5px 10px 5px 0px;
    padding: 0px;
    float: right;
    height: 25px;
    width: 25px;
    clear: right;
}

#advertsboxfooter .boxfooter a.addtowishlist {
    background: url(../images/wishlist.png) no-repeat center center;
    text-indent: -9999px;
    display: block;
    margin: 5px 0px 0px;
    padding: 0px;
    float: right;
    height: 25px;
    width: 25px;
}


/*Extra*/

.extra {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-style: normal;
    border: 1px solid #c9c9c9;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.extra table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.extra tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.extra table tr:first-child td:first-child {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

.extra table tr:first-child td:last-child {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

.extra tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.extra tr:hover td {}

.extra tr:nth-child(odd) {
    background-color: #e5e5e5;
}

.extra tr:nth-child(even) {
    background-color: #ffffff;
}

.extra td {
    vertical-align: middle;
    border: 1px solid #c9c9c9;
    border-width: 0px 0px 1px 0px;
    text-align: left;
    padding: 5px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #000000;
}

.extra tr:last-child td {
    border-width: 0px 0px 0px 0px;
}

.extra tr td:last-child {
    border-width: 0px 0px 1px 0px;
}

.extra tr:last-child td:last-child {
    border-width: 0px 0px 0px 0px;
}

.extra tr:first-child td {
    background: -o-linear-gradient(bottom, #c1c1c1 5%, #c1c1c1 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c1c1c1), color-stop(1, #c1c1c1));
    background: -moz-linear-gradient( center top, #c1c1c1 5%, #c1c1c1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#c1c1c1", endColorstr="#c1c1c1");
    background: -o-linear-gradient(top, #c1c1c1, c1c1c1);
    background-color: #c1c1c1;
    border: 0px solid #c9c9c9;
    border-width: 0px 0px 1px 1px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #333;
}

.extra tr:first-child:hover td {
    background: -o-linear-gradient(bottom, #c1c1c1 5%, #c1c1c1 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c1c1c1), color-stop(1, #c1c1c1));
    background: -moz-linear-gradient( center top, #c1c1c1 5%, #c1c1c1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#c1c1c1", endColorstr="#c1c1c1");
    background: -o-linear-gradient(top, #c1c1c1, c1c1c1);
    background-color: #c1c1c1;
}

.extra tr:first-child td:first-child {
    border-width: 0px 0px 1px 0px;
}

.extra tr:first-child td:last-child {
    border-width: 0px 0px 1px 1px;
}

.tabsvideo {
    position: relative;
    min-height: 460px;
    /* This part sucks */
    clear: both;
    margin: 25px 0;
}

.tabvideo {
    float: right;
}

.tabvideo label {
    background: #eee;
    padding: 10px;
    border: 1px solid #ccc;
    margin-left: -1px;
    position: relative;
    left: 1px;
}

.tabvideo [type=radio] {
    display: none;
}

.contentvideo {
    position: absolute;
    top: 28px;
    left: 0;
    background: white;
    right: 0;
    bottom: 0;
    padding: 20px;
    border: 1px solid #ccc;
}

[type=radio]:checked~label {
    background: white;
    border-bottom: 1px solid white;
    z-index: 2;
}

[type=radio]:checked~label~.contentvideo {
    z-index: 1;
}

#footer .developer p img {
    border-radius: 3px;
}