/* CSS Document */

/*************** RESET ************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

small {
    font-size: 60%;
}




/*********** END OF RESET ***********/

/**/

/**/

/**/

/**/

/**/

/*************** MAIN CSS ************/

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 100%;
    color: #a32cc4;
    margin-top: 0px;

}

body.nomargin {
    margin-top: 0px;
}

h1 {
    font-size: 160%;
    color: #a32cc4;
}

h2 {
    font-size: 135%;
    color: #a32cc4;
    font-weight: 300;
    
}

h3 {
    font-size: 105%;
    color: #a32cc4;
    font-weight: 300;
}

a {
    color: #5dc33b;
    text-decoration: none;
}

a:hover {
    color: #000;
}

a.current {
     
}

/*********** END OF MAIN CSS ***********/

/**/

/**/

/**/

/**/

/**/

/*************** MAIN BODY ************/

.main {
    width: 1600px; 
    margin-left: auto;
    margin-right: auto;  
}

#breadcrumb {
    margin-bottom: 10px;
    font-size: 80%;
}

.content {
    color: #a32cc4;
}

.content h1,
h1,
.content h2,
h2,
.content h3 {
    margin-bottom: 10px; 
}

.content p,
p {
    margin-bottom: 10px;
    font-size: 100%;
    line-height: 120%;
    font-weight: 300;
}

.content strong {
    font-weight: 700;
}

.title {
    color: #a32cc4; 
    padding: 5px;
}
 

.relprod {
    float: left;
    clear: right;
    width: 99%;
    margin-top: 20px;
}

.relprod h3 {
    
    text-transform: uppercase;
    font-size: 150%;
    font-weight: 400;
    margin-left: 10px;
}

/*********** END OF MAIN BODY ***********/

/**/

/**/

/**/

/**/

/**/

/*************** HEADER ************/

#header {}

.headerlogo {
    display: none;
}

.headerright {
    float: right;
    text-align: right;
    margin-bottom: 5px;
}

.headeractions {
    height: 35px;
}

.headeractions .freepostage { 
    color: #fff; 
    text-align: center; 
    height: 30px;
    line-height: 30px;
    float: right;  
    text-transform: uppercase;  
    padding: 0px 20px;
    display: block; 
    background: #5dc33b; 
    color: #a32cc4;
    margin-left: 4px;
    font-weight: 700;
}
.headeractions .accountbut, .headeractions .deliverybut { 
    color: #fff; 
    text-align: center; 
    height: 30px;
    line-height: 30px;
    float: right;  
    text-transform: uppercase; 
    background-color: #1e002d;
    padding: 0px 20px;
}

.headerright .accountbut a, .headerright .deliverybut a { 
    display: block;
    color: #fff; 
}

.headeractions .accountbut {
    margin-right: 4px;
}

.headersearch {
    height: 35px;
    margin: 10px 0;
    color: #fff;
}

.headersearch .forminput {
    margin: 0px;
}

.headersearch .headersearchform {
    float: right;
    width: 220px;
}

 .headerbasket {
    float: right;
    font-size: 90%;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    padding-left: 10px; 
    padding-right: 10px;
    background: #5dc33b;
    text-align: left;
    color: #a32cc4;
} 
 

.headerbasket span,  .headerbasket span a {
    color: #fff;
    padding-right: 10px;
}

.headerbasket span a:hover {
    color: #a32cc4 
}

.headerp {
    height: 24px;
    line-height: 24px;
    color: #58397E;
    font-size: 85%;
}

.headerp img {
    float: right;
    margin-left: 15px;
}

/*********** END OF HEADER ***********/

/**/

/**/

/**/

/**/

/**/

/*************** FOOTER ************/

#footer {
    clear: both;
    color: #fff; 
}

#footer a {
    color: #fff;
}

.footer_inner {
    width: 1600px; 
    background: #a32cc4;
    margin: auto; 
}

.footer_inner h3 {
    color: #5dc33b;
    font-size: 130%;
    margin-bottom: 15px;
    font-weight: 400;
}

.yellow {
    color: #5dc33b;
}

.footer_credits {
    font-size: 90%;
    line-height: 150%;
    width: 1600px; 
    margin: auto; 
}

.footer_credits p {
    
    padding: 10px 10px;color: #a32cc4;
}

#footer .footer_credits p a {
    color: #a32cc4;
}

.footerbox {
    float: left;
    width: 40%;
}

#footerbox1   {
    float: left;
    padding: 40px;
}
#footerbox3   {
    float: right;
    padding: 40px;
    text-align: right;
}

#footerbox3 img {
    margin: 10px 5px 0 0;
}

.forminput {
    background: #fff;
    padding: 3px;
    border: 1px solid #ddd; 
    height: 24px;
    margin: 10px 0;
}

.forminput input[type=text],
.forminput input[type=password] {
    border: none;
    padding: 0px;
    height: 24px;
    line-height: 24px;
    float: left;
    width: 80%;
    color: #555555; 
    text-transform: uppercase;
}

.forminput input[name=newsletter_firstname] {
    visibility: hidden;
}

/*********** END OF FOOTER ***********/

/**/

/**/

/**/

/**/

/**/

/*************** TOP NAV ************/

#nav {
    height: 58px;
    width: auto;
    padding: 0 37px;
    margin: auto;
    text-transform: uppercase;
    font-size: 110%;
    font-weight: 300;
}

#nav ul {
    height: 41px;
    padding: 6px 50px 8px;
}

#nav ul li {
    float: left;
    height: 41px;
    line-height: 41px;
    font-size: 100%;
}

#nav ul li a {
    display: block;
    color: #a32cc4;
    padding: 0 16px;
}
 
#nav ul li a:hover {
    color: #5dc33b; 
}

#nav ul li.hideli {
    display: none;
}

#nav ul li.showli {
    display: block;
}

/*********** END OF NAV ***********/

/**/

/**/

/**/

/**/

/**/

/*************** HOME ************/

#home {
    width: 80%;
    margin-left: 20%;
}

#home .title {
    font-size: 16px;
}

#home .boxes {
    float: left;
    width: 48%;
    margin: 10px 0;
    text-align: center
}

#home #box2 {
    margin: 10px 2%;
}


#home .boxes p {
    font-size: 80%;
    line-height: 120%;
    width: 98%;
    margin: 5px auto;
}

#home #box2 .title {
    
    font-size: 180%;
    font-weight: 300;
    color: #1e002d;
    padding-bottom: 40px;
    
}

#home #box2 .quote { 
 
    font-size: 120%;
    font-style: italic;
    padding-bottom: 40px;
    
}
#home #box2 .credit { 
    
    font-size: 120%;
    text-transform: uppercase;
}

#home h1 {
    text-align: center;
    color: #000;
    font-weight: 300;
    font-size:200%;
    padding: 15px 0px;
}

#home_intro {
    
    margin-left: 2%;
    margin-right: 2%;
    height: 315px;
    
}

.home_converter {
    
    width: 100%;
    background-color: #5dc33b;
    
}

.home_converter p {
    
    text-align: center;
    font-weight: 300;
    font-size: 180%;
    padding-top: 10px;
    padding-bottom: 10px;
}
 
.home_converter p a {
    color: #1e002d;
}

#home_intro {
    margin-left: 80px;
}

#home_intro div { 
    float: left;  
    width: 326px;
    height: 273px;
    overflow: hidden;
}

#home_intro .home_1 {
    
    background-color: #5dc33b;
} 

#home_intro .home_1 a {
 
    color: #000; 
    
}

#home_intro .home_2 {
    width: 475px;
}

#home_intro .home_2  img {
    
    width: 475px;
}

#home_intro .home_3 {
    
    background-color: #d2c6f8;
} 


#home_intro .home_1 p.first  {
    
    padding: 40px; 
    
} 


#home_intro .home_1 p {
     
    font-size: 175%;
    line-height: 120%;
    font-weight: 300;
    color: #000;
    text-align: center;
    
}

#home_intro .home_3 p.first {
    
    padding: 40px; 
    
} 


#home_intro  .home_3 p {
     
    font-size: 125%;
    line-height: 120%;
    font-weight: 300;
    color: #000;
    text-align: center;
    
}

#home h2 {
    
    margin-top: 20px;
    font-weight: 400;
    font-size: 200%;
    text-transform: uppercase;
    text-align: center; 
}


.readmore { 
    color: #fff; 
    background-color: #5dc33b;
    text-align: center;
    padding: 5px 20px;
    display: block;
    font-size: 100%;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 300;
}

.normaltr .readmore {
    
    font-size: 150%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    
}

.readmoreguest { 
    color: #fff;
    display: block;
    font-size: 109%;
    height: 36px;
    line-height: 36px;
    margin: 10px 0;
    text-align: center;
    width: 250px;
    background-color: #a32cc4;
}

input.readmore,
input.readmoreguest {
    border: none;
}


/*********** END OF HOME ***********/

/**/

/**/

/**/

/**/

/**/

/*************** NEWS ************/

#newsscroller { 
    margin: 0 0 10px;
    color: #000;
    font-size: 90%; 
    line-height: 20px;
    background-color: #ffd5e4;
    height: 20px;
    padding:10px;
    border-top: 1px solid #1e002d;
    border-bottom: 1px solid #1e002d;
}

#newsscroller .js-news {
    float: right;
    width: 88%;
    font-weight: normal; 
}

#newsscroller .js-news .cycle-slide {
    width: 80%;
    overflow: hidden; 
}

#newsscroller span {
    float: left;
    color: #a32cc4; 
    padding-left: 25px;
}

#newsscroller a {
    color: #000;
}

/*********** END OF NEWS ***********/

/**/

/**/

/**/

/**/

/**/

/*************** PRODUCTS NAV  ************/

#products_nav {
    float: left;
    width: 15%;
    padding: 2%;
    background: #a32cc4;
}
 

#products_nav .prodcats_list_item.chosen a {
    color: #5dc33b;
}

#products_nav .prodcats_list_item a {
    color: #fff; 
    display: block;
    text-transform: uppercase;
    font-size: 100%;
    font-weight: 300;
    padding-bottom: 10px;
}

#products_nav .prodcats_list_item a:hover {
    color: #5dc33b;
}
 

#products_nav .news_list_item span,
#products_nav .news_list_item a {
    color: #5dc33b;
}

#products_nav .news_list_item.last {
    border: none;
}

#products_nav h2 {
    color: #fff;
    font-size: 120%;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-top: 20px;
}

/*********** END OF PRODUCTS NAV  ***********/

/**/

/**/

/**/

/**/

/**/

/*************** SLIDER ************/

.slideshow .cycle-overlay {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    color: #FFFFFF;
    opacity: 0.6;
    padding: 2% 25% 2% 2%;
    position: absolute;
    font-size: 90%;
    line-height: 120%;
    width: 73%;
    color: #fff;
    z-index: 4999;
}

.slideshowdiv {
    width: 100%;
    height: 397px;
    overflow: hidden;
}

#pager {
    position: absolute;
    margin-top: -35px;
    z-index: 5000;
}

#pager a {
    display: inline-block;
}

.dot {
    width: 20px;
    height: 17px;
    background: url("/images/assets/pager.png") no-repeat center;
}

.cycle-pager-active .dot {
    background: url("/images/assets/pager_s.png") no-repeat center;
}

.carousel {
    z-index: 4999;
}

.carouseldiv {
    width: 33%;
    overflow: hidden;
    margin: 5px 0px;
}

.carouseldivcontainer {
    width: 90%;
    margin: auto;
    height: 240px;
    overflow: hidden; 
}
 

.carouseldiv p { 
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
}

.carouseldiv p a {
    color: #a32cc4;
}

.home_button {
    width: 40%;
    text-align: center;
    padding-left: 6%;
    padding-right:6%;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    background-color: #a32cc4;
    padding-top: 10px;
    padding-bottom: 10px;
}


.home_button a {
 color:#fff;   
}
 

/*********** END OF SLIDER  ***********/

/**/

/**/

/**/

/**/

/**/

/*************** DEFAULT  ************/

#default {
    padding: 5px;
}

.defaultleft {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.defaultleft .defaultslideshow {
    box-shadow: 0px 2px 3px #333;
    -moz-box-shadow: 0px 2px 3px #333;
    -webkit-box-shadow: 0px 2px 3px #333;
    background: #fff;
    border: 10px solid #fff;
    width: 444px;
    overflow: hidden;
}

.defaultleft #defaultpager {
    text-align: center;
}

.defaultleft #defaultpager .dot {
    display: inline-block;
    background: url('/images/assets/dot.png') no-repeat center;
    margin-top: 10px;
}

.defaultleft #defaultpager .cycle-pager-active .dot {
    background: url('/images/assets/dot_s.png') no-repeat center;
}


.defaultright {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

.defaultright input[type=text],
.defaultright textarea {
    border: 1px solid #CCCCCC;
    padding: 7px;
    width: 80%;
    color: #392652;
    font-family: 'Noto Sans', sans-serif;
    font-size: 90%;
}

.checkout_account { 
}

.checkout_account th,
.checkout_account td {
    vertical-align: middle;
}

.checkout_account input[type=text],
.checkout_account input[type=password],
.checkout_account textarea,
.checkout_account select {
    border: 1px solid #CCCCCC;
    padding: 7px;
    width: 100%;
    color: #392652;
    font-family: 'Noto Sans', sans-serif;
    font-size: 90%;
    margin: 5px 0;
}

.defaultright .defaulttext {
    background: url("/images/assets/defaultext.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    height: 389px;
    overflow: hidden;
    padding: 17px 50px 35px;
    width: 385px;
    font-size: 95%;
    color: #fff;
}

.address,
.billing {
    float: left;
    width: 50%; 
    margin: 10px auto; 
}

#register div {
    margin: 5px 0;
}

#register th,
#register td {
    vertical-align: middle;
    font-size: 14px;
}

#register input[type="text"],
#register input[type="password"],
#register select,
#register textarea {

    font-family: 'Noto Sans', sans-serif;
    font-size: 100%;
}

#register textarea {
    height: 70px;
}

.err {
    font-style: italic;
    color: #f30;
}

/*********** END OF DEFAULT ***********/

/**/

/**/

/**/

/**/

/**/

/*************** NEWS ************/

.news_articles {
    margin-bottom: 15px;
    border-bottom: 1px dotted #333;
}

.newsimg {
    border: 5px solid #fff;
    box-shadow: 0px 2px 3px #333;
    -moz-box-shadow: 0px 2px 3px #333;
    -webkit-box-shadow: 0px 2px 3px #333;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}


/*********** END OF NEWS ***********/

/**/

/**/

/**/

/**/

/**/

/*************** VOUCHERS ************/

.voucherstext {   
    padding: 27px 10px;
    color: #a32cc4;
}

#home .voucherstext h1 {
    color:  #a32cc4;
    padding-bottom: 20px;
    text-transform: uppercase
}

#home .voucherstext p {
    width: 60%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    
    
        
}

.voucherimg {
    margin: 15px 2%;
    width: 46%;
    float: left;
    background-image: url('/images/assets/giftvoucher2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    display: block;
    height: 172px;
}

.voucherimgprice {
    margin: 20px 0 0 26px;
    text-align: center;
    width: 239px;
    text-shadow: 0px 1px 1px #fff;
    color: #000;
    font-size: 20px;
}

.voucherimgprice span {
    display: block;
    color: #FEDC08;
    font-size: 30px;
    margin: 35px 0 10px 0;
}

.voucherimgform {
    margin-top: 48px;
}

.voucherimgform input[type=submit] {
    background-color: #5dc33b;
    color: #fff;
    border: none;
    font-weight: 400;
    cursor: pointer;
    padding: 5px 20px;
    font-size: 120%;
    
    font-family: 'Noto Sans', sans-serif;
}

/*********** END OF VOUCHERS ***********/

/**/

/**/

/**/

/**/

/**/

/*************** PROJECTS ************/

.projects {
    width: 100%; 
    min-height: 250px;
    
}

.projects h3 {
    color: #333333;
}

.projects p {
    color: #58397E;
    min-height: 150px;
}

.projectsimg {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: none;
    display: block;
    height: 200px;
}



.prodcat {
    float: left;
    margin: 10px 0.5% 50px 0.5%;
    width: 24%;
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}



.prodlabel {
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 100%; 
    overflow: hidden;  
    color: #a32cc4;
    display: block;
    font-size: 100%;
    text-transform: uppercase;
}


.prodimg {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    border: 5px solid #fff; 
    max-width: 500px;
    min-height: 500px;
}


#qty {
    padding: 3px;
    border: 1px inset #e5e5e5;
    width: 20px;
    text-align: center;
}

#attr, #qty { 
    width: 200px;
    text-align: left;
    font-family: 'Noto Sans', sans-serif;
}

.proddetails { 
    color: #000;
}

#home .submitbox  h2 {
    text-align: left;
    text-transform: uppercase;
    margin-top: 0;
}

.submitbox {  
    padding: 10px;   
}

#home .submitbox p {
    color: #a32cc4;
    font-weight: 300;
}

#home .submitbox p.outofstock {
    text-transform: uppercase;
    font-size: 120%;
    color: #5dc33b;
    font-weight: 600;
    
}

.submitbox span {  
    font-size: 150%; 
    color: #a32cc4;
    margin-bottom: 10px;
    display: block;
}

.submitbox span.sale {
    float: none;
}

.submitbox line {
    text-decoration: line-through;
    color: #f30;
    font-size: 14px;
}

.submitbox .readmore { 
    margin: 0px;
    cursor: pointer;
}

.submitbox label {
    
    float: left;
    text-transform: uppercase;
    width: 100px;
}
 

#basket {
    border: 1px solid #B9B9C8; 
    padding: 10px;
}

#basket table {
    border: 1px solid #B9B9C8;
    padding: 10px;
}

#basket table .top {
    background-color: #a32cc4;
    height: 29px;
    line-height: 29px;
}

#basket table .top th {
    color: #fff; 
    padding: 0 4px;
    border: none;

}

#basket table td { 
    padding: 5px;
    border: none;

}

.yellowtd {
    padding: 20px !important;
    background: #5dc33b;
    color: #000;
    text-align: center; 
    font-weight: 700;
}

.normaltr {
    padding: 5px;
    color: #000;
    text-align: center;
    height: 50px;
    margin: 10px 0;
    vertical-align: center;
    font-size: 12px;
    line-height: 50px;
}


.ui-tabs a {
    color: #fff;
    display: block;
}

.ui-tabs ul {
    margin-left: 0px !important;
    height: 44px;
}

.ui-tabs li {
    margin-bottom: 0px !important;
}

.ui-tabs {
    float: left;
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: 0;
    margin: 10px 0;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    background: #583A7E;
    white-space: nowrap;
    height: 42px;
    line-height: 28px;
    color: #fff;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #3B2250;
}

.ui-tabs .ui-tabs-nav li a {
    padding: 5px;
    font-size: 80%;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border: 1px solid #dcdcdc;
    padding: 10px;
    background: #fdfdfd;
    color: #333333;
    font-size: 90%;
    line-height: 130%;
    margin-bottom: 20px;
    float: left;
}

.ui-tabs .ui-tabs-panel p {
    line-height: 130%;
}

.ui-tabs .ui-tabs-panel ul {
    height: auto;
    color: #5F5F64;
    margin-left: 15px !Important;
}

.ui-tabs .ui-tabs-panel li {
    margin-bottom: 10px !Important;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}


.zoom p {
    position: absolute;
    top: 3px;
    right: 28px;
    color: #555;
    font: bold 13px/1 sans-serif;
}

.zoom {
    display: inline-block;
    position: relative;
}

/* magnifying glass icon */

.zoom:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/images/assets/icon.png);
}

.zoom img {
    display: block;
}

.zoom img::selection {
    background-color: transparent;
}

.offerimg {
    position: absolute;
}

.waterimg {
    position: absolute;
    width: 100px;
    margin-top: 50px;
    margin-left: 30px;
    display: none;
}

.waterimg_c {
    position: absolute;
    width: 100px;
    margin-top: 50px;
    margin-left: 30px;
    display: none;
}

.waterimg_big {
    position: absolute;
    width: 125px;
    height: 15px;
    background: url(/images/hold/watermark.png) no-repeat top center;
    z-index: 7000;
    display: none;
}

.message {
    color: #444444;
    font-size: 85%;
    font-weight: 700;
    line-height: 35px;
    background: #5dc33b;
    text-align: center;
}

.message .js-message {
    float: right;
    width: 100%;
    font-weight: normal;
    color: #444444;
}
.message a {
    color: #a32cc4;
}

.message .js-message .cycle-slide {
    width: 100%;
    overflow: hidden;
}

.message span {
    background: #000;
    color: #5dc33b;
    padding: 8px 10px;
}


@media screen and (max-width:1599px) {

    body {
        width: 100%;
    }
    .main {
        margin: auto;
        width: 94%;
        padding: 2%;
    }
    .footer_inner,
    .footer_credits {
        padding: 10px 2%;
        width: 94%;
        margin: auto;
    }
    #newsscroller span {
        display: none;
    }
    #newsscroller .js-news {
        float: none;
        width: 100%;
        margin: auto;
        overflow: hidden;
    }
    #newsscroller .js-news .cycle-slide {
        width: 300%;
        overflow: hidden;
        height: 35px;
    }
    #products_nav .prodcats_list_item {
        display: block;
    }
    
    #home_intro { 
    }
    
    #home_intro .home_1, #home_intro .home_2, #home_intro .home_3 {
        width: 50%;
        height: 325px;
        margin-bottom: 10px;
    }
    
    #home_intro .home_2 {
        display: none;
    }
     

    .logo {
        display: none;
    }
    .headerlogo {
        float: left;
        display: block;
    }
    .headerright {
        float: none;
        text-align: left;
    }
    .headersearch {
        height: 73px;
        clear: right;
    }
    .headersearch .headersearchform {
        float: right;
        width: auto;
        margin-bottom: 10px;
    }
    .headerbasket {
        clear: right;
        float: right;
    }
    .headerp {
        float: right;
    }
    .defaultleft,
    .defaultright {
        float: none;
        margin: auto;
        margin-bottom: 20px;
        width: 100%;
    }
    .defaultleft .defaultslideshow,
    .defaultright .defaulttext {
        margin: 10px auto;
    }
 
    #home #box1 {
        width: 48%;
        margin: 10px 2% 10px 0;
    }
    #home #box1 img {
        width: 100%;
    }
    #home #box2 {
        width: 48%;
        margin: 10px 0 10px 2%;
    }
    #home #box3 {
        float: none;
        width: 48%;
        margin: 10px auto;
        clear: left;
    }
    .prodcat {
        width: 31%;
    }
    .voucherimg {
        margin: 15px 2%;
        width: 500px;
        float: none;
        margin: 15px auto;
    }
    .voucherimgprice {
        width: 100%; 
        text-align: center;
        padding-top: 10px;
        margin:0;
    }
    
    .voucherimgform {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}


@media screen and (max-width:1080px) {

    #products_nav .forminput input[type=text], #products_nav
    .forminput input[type=password] {
   
        width: 60%; 
    }

}


@media screen and (max-width:785px) {
    
    #newsscroller {
        display: none;
    }
    
    
    #products_nav .forminput input[type=text], #products_nav
    .forminput input[type=password] {
   
        width: 80%; 
    }
    
    
    .carouseldivcontainer {
        width: 90%;
        margin: auto;
        height: 140px;
        overflow: hidden; 
    }
    
    .carouseldiv a {
        font-size: 80%;
    }
    
    #nav ul li.hideli {
        float: none;
        display: block;
        text-align: right;
        height: 20px;
        line-height: 20px;
        width: 96%;
        margin: 8px 2%;
        cursor: pointer;
    }
    #nav ul li.showli {
        float: none;
        width: 100%;
        margin: 0px auto;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: none;
    }
    #nav ul li.showli a {
        color: #fff;
    }
    #nav ul li.showli a.current {
        color: #5dc33b;
    }
    
    #nav {
        margin: auto;
        width: 96%;
        padding: 5px 1%;
        background: #a32cc4;
        height: auto;
        clear: both;
    }
    #nav ul { 
        padding: 0;
        background: #a32cc4;
        height: auto;
    }
    #nav ul li.showli {
        display: none;
    }
    #products_nav {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    #home {
        float: none;
        margin-left: 0px;
        width: 100%;
    }
    #products_nav .prodcats_list_item {
        display: none;
    }
    #products_nav .title {
        background: url('/images/assets/mobilenav.png') no-repeat 96% center #3B2150;
        cursor: pointer;
    }
    #home #box1,
    #home #box3 {
        float: left;
        width: 32%;
        margin: 10px 0;
        clear: none;
    }
    #home #box2 {
        width: 32%;
        margin: 10px 2%;
        clear: none;
    }
    #products_nav .news_list {
        display: none;
    }
    #products_nav .paypal_list {
        display: none;
    } 
    
    .prodimg {
        width: 45%;
        float: left;
        
    }
    
    .proddetails {
        width: 45%;
        float: right;
        
    }
    
    .relprod {
        clear: both;
    }
    
    
    
     
}

@media screen and (max-width:600px) {
    

    #footerbox2,
    #footerbox1 ,
    #footerbox3 {
        width: 98%;
        margin: 15px auto;
        float: none;
        text-align: center;
    }
    .headerlogo {
        float: none;
        display: block;
    }
    .headerright {
        float: none;
        text-align: left;
    }
    .headeractions { 
        height: 35px;
    } 
    .headersearch {
        display: none;
    }
   .headerbasket {
        clear: right;
        float: right;
    }
    .headerp {
        float: right;
    }
    #footerbox2 {
        display: none;
    }
    #footerbox1 {
        width: 50%;
    }
    #footerbox3 {
        width: 50%;
    }
    .headerp {
        display: none
    }
    .slideshow .cycle-overlay {
        display: none;
    }
    #next,
    #prev {
        margin-top: 40px;
    }
    #home #box1 {
        width: 48%;
        margin: 10px 2% 10px 0;
    }
    #home #box2 {
        width: 48%;
        margin: 10px 0 10px 2%;
    }
    #home #box3 {
        float: none;
        width: 48%;
        margin: 10px auto;
        clear: left;
    }
    .defaultleft,
    .defaultright {
        width: 100%;
    }
    .newsimg {
        float: none;
        margin: 10px auto;
    }
    .voucherstext {
        background: #fff;
        padding: 20px 10px;
        height: auto;
    }
    .prodcat {
        width: 48%;
    }
    .address,
    .billing {
        float: none;
        width: 100%;
        margin: 10px auto;
    }
    
    #attr, #qty { 
     width: 100%;   
    }

}


@media screen and (max-width:480px) {

    .headeractions {
        float: none;
        width: 69%;
        height: 35px;
        margin: auto;
    }
    .headersearch {
        float: none;
        width: 66%;
        height: 35px;
        margin: auto;
    }
    #home #box1 {
        float: none;
        width: 75%;
        margin: 25px auto;
        clear: left;
    }
    #home #box2 {
        float: none;
        width: 75%;
        margin: 25px auto;
        clear: left;
    }
    #home #box3 {
        float: none;
        width: 75%;
        margin: 25px auto;
        clear: left;
    }

}

@media screen and (max-width:380px) {}


@media only all and (max-width: 640px) and (max-height: 426px) {}


@media only screen and (orientation: portrait) and (device-width: 320px),
(device-width: 768px) {}


@media only screen and (orientation: landscape) and (device-width: 320px),
(device-width: 768px) {}