/* ====================================================================================================================== 
		INFORMATION
=========================================================================================================================

Your design must allow for customisable colours. It is best to decide these colours at the start.
Your design must allow for a background (selected by the user) and it must also fall back to a colour gradient background. 
Your design must allow for a customisable font.

Feel free to use the example(s) below.

DEFAULT COLOUR SET:

#ffffff     - #FFFFFF
#ffffff  - #FFFFFF
#BE2F4E       - #BA6F3B
#848484 - #848484
#467E83     - #DFDFDF
#F1F1F1      - #F1F1F1


CREDIT:

1. Eric Meyer's Reset CSS v2.0 - http://cssreset.com
======================================================================================================================= */
	
body
{
    font-family: Trebuchet MS, "Times New Roman", Serif !important;
  
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #ffffff, #ffffff);

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #ffffff, #ffffff);

    /* IE 10 */
    background: -ms-linear-gradient(top, #ffffff, #ffffff);

    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #ffffff, #ffffff);
			
	background: ;    
	-webkit-background-size:auto;
	-moz-background-size:auto;
	-o-background-size:auto;
	background-size:auto;   
    
    color: #848484;
}
	

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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}


body{
    border-top: 6px solid #BE2F4E;
}

#fdivnav_content ul {
    margin-left: 0em !important; 
}

strong{
    font-weight: bold;
}

a{
    color: #BE2F4E;
    text-decoration: none;
    font-weight: bold;
}

.noMarginLeft{
    margin-left: 0% !important;
}

.moreMarginBottom{
    margin-bottom: 7% !important;
}

.evenMoreMarginBottom{
    margin-bottom: 10% !important;
}

.container{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.logo{
    text-align: center;
}

.searchBarFloat{
    float: right;
}

.mobileNav{
    display: none;
}

.mainNavDesktop li a i{
    display: none;
}

#menu4 i{
    display: inline-block;
}

.flexslider{
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.2) !important;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,.2) !important;
    -o-box-shadow: 0 0px 0px rgba(0,0,0,.2) !important;
    box-shadow: 0 0px 0px rgba(0,0,0,.2) !important;
}

.removeContainer{
    width: 100% !important;
    margin-left: 0% !important;
}

ul{
    list-style: disc outside none;
    margin-left: 20px;
}


/* ============================================================ */
/* HEADER                                                       */
/* ============================================================ */

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

.topNav{
    border-bottom: 1px solid #BE2F4E;
}

.phoneNumber i{
    color: #555555;
    background: #F1F1F1;
    padding: 5px 7px 5px 7px;
}

.phoneNumber number{
    color: #848484;
}

/************************************/
/* CURRENCY                         */
/************************************/
.currency{
    float: left;
}

.currency input[type=checkbox]{
    display: none;
}

.currency .show-menu3 {
    display: block;
}

/*Show menu when invisible checkbox is checked*/
.currency input[type=checkbox]:checked ~ #menu3{
    display: block;
}

.currency ul{
    display: none;
    position: absolute;
    -moz-box-shadow:    1px 1px 3px 1px #ccc;
    -webkit-box-shadow: 1px 1px 3px 1px #ccc;
    box-shadow:         1px 1px 3px 1px #ccc;
    width: 240px;
}

.currency label {
    background: #F1F1F1;
    color: #555555;
    padding: 5px 7px 5px 7px;
    cursor: pointer;
}

.currency label:hover {
    color: #BE2F4E;   
} 

.currency #menu3:after{
    content: "";
    position: absolute;
    top: -9px;
    left: 10%;
    margin-left: -9px;
    border-bottom: 7px solid #BE2F4E;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin-top: 2px;
}

.currency #menu3 {
    margin-top: 20px;
    z-index: 9999;
    border: 1px solid #BE2F4E;
}

.currency #menu3 a{
    display: inline-block;
    background: #FFFFFF;
    padding: 8px;
    font-size: 12px;
    width: 64px;
    text-decoration: none;
    color: #848484;
    text-align: center;
    font-weight: normal;
}

.currency #menu3 a:hover{
    color: #BE2F4E;
}

/************************************/
/* LANGUAGES                        */
/************************************/
.language{
    float: left;
    margin-left: 10px;
}

.language input[type=checkbox]{
    display: none;
}

.language .show-menu5 {
    display: block;
}

/*Show menu when invisible checkbox is checked*/
.language input[type=checkbox]:checked ~ #menu5{
    display: block;
}

.language ul{
    display: none;
    position: absolute;
    -moz-box-shadow:    1px 1px 3px 1px #ccc;
    -webkit-box-shadow: 1px 1px 3px 1px #ccc;
    box-shadow:         1px 1px 3px 1px #ccc;
    width: 200px;
}

.language label {
    background: #F1F1F1;
    color: #555555;
    padding: 5px 7px 5px 7px;
    cursor: pointer;
}

.language label:hover {
    color: #BE2F4E;   
} 

.language #menu5:after{
    content: "";
    position: absolute;
    top: -9px;
    left: 10%;
    margin-left: -9px;
    border-bottom: 7px solid #BE2F4E;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin-top: 2px;
}

.language #menu5 {
    margin-top: 20px;
    z-index: 9999;
    border: 1px solid #BE2F4E;
    background: #FFFFFF;
}

.language #menu5 a{
    display: block;
    background: #FFFFFF;
    padding: 8px 13px 8px 13px;
    font-size: 12px;
    text-decoration: none;
    color: #848484;
    text-align: left;
    font-weight: normal;
}

.language #menu5 a:hover{
    color: #BE2F4E;
}

/************************************/
/* BASKET INFO                      */
/************************************/

.basketInfo{
    float: left;
    margin-left: 10px;
}

.basketInfo input[type=checkbox]{
    display: none;
}

.basketInfo .show-menu1 {
    display: block;
}

/*Show menu when invisible checkbox is checked*/
.basketInfo input[type=checkbox]:checked ~ #menu1{
    display: block;
}

.basketInfo ul{
    display: none;
    position: absolute;
    -moz-box-shadow:    1px 1px 3px 1px #ccc;
    -webkit-box-shadow: 1px 1px 3px 1px #ccc;
    box-shadow:         1px 1px 3px 1px #ccc;
    width: 240px;
}

.basketInfo label {
    background: #F1F1F1;
    color: #555555;
    padding: 5px 7px 5px 7px;
    cursor: pointer;
}

.basketInfo label:hover {
    color: #BE2F4E;   
}    

.basketInfo #menu1:after{
    content: "";
    position: absolute;
    top: -9px;
    left: 10%;
    margin-left: -9px;
    border-bottom: 7px solid #BE2F4E;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin-top: 2px;
}

.basketInfo #menu1 {
    margin-top: 20px;
    z-index: 9999;
    border: 1px solid #BE2F4E;
    background: #FFFFFF;
    color: #848484;
    padding: 10px 10px 15px 10px;
}

.basketInfo #menu1 span{
    color: #BE2F4E;
    font-weight: bold;
}

.basketInfo #menu1 a{
    background: #BE2F4E;
    color: #FFFFFF;
    padding: 8px 13px 8px 13px;
    text-decoration: none;
    font-weight: normal;
}


/************************************/
/* ACCOUNT                          */
/************************************/

.account{
    float: left;
    margin-left: 10px;
}

.account input[type=checkbox]{
    display: none;
}

.account .show-menu6 {
    display: block;
}

/*Show menu when invisible checkbox is checked*/
.account input[type=checkbox]:checked ~ #menu6{
    display: block;
}

.account ul{
    display: none;
    position: absolute;
    -moz-box-shadow:    1px 1px 3px 1px #ccc;
    -webkit-box-shadow: 1px 1px 3px 1px #ccc;
    box-shadow:         1px 1px 3px 1px #ccc;
    width: 240px;
}

.account label {
    background: #F1F1F1;
    color: #555555;
    padding: 5px 7px 5px 7px;
    cursor: pointer;
}

.account label:hover {
    color: #BE2F4E;   
} 

.account #menu6:after{
    content: "";
    position: absolute;
    top: -9px;
    left: 10%;
    margin-left: -9px;
    border-bottom: 7px solid #BE2F4E;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin-top: 2px;
}

.account #menu6 {
    margin-top: 20px;
    z-index: 9999;
    border: 1px solid #BE2F4E;
}

.account #menu6 a{
    display: inline-block;
    background: #FFFFFF;
    padding: 8px;
    font-size: 12px;
    width: 64px;
    text-decoration: none;
    color: #848484;
    text-align: center;
}

.account #menu6 a:hover{
    color: #BE2F4E;
}

/************************************/
/* SOCIAL ICONS                     */
/************************************/

.socialIcons{
    margin-top: 5.5% !important;
}

.socialIcons li{
    display: inline-block;
    margin-right: 5px;
}

.socialIcons li a{
    color: #555555;
    text-decoration: none;
    font-size: 27px;
}

.socialIcons li a:hover{
    color: #BE2F4E;
}

/************************************/
/* SEARCH BAR                       */
/************************************/
.searchBar{
    margin-top: 5% !important;
}

.container-4{
  overflow: hidden;
  width: 250px;
  white-space: nowrap;
}

.container-4 input#search{
  width: 100%;
  height: 3em;
  background: #FFFFFF;
  font-size: 10pt;
  float: left;
  color: #848484;
  padding-left: 15px;
  opacity: 0.7;
  
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
}

.container-4 input#search::-webkit-input-placeholder {
   color: #848484;
}
 
.container-4 input#search:-moz-placeholder { /* Firefox 18- */
   color: #848484;
}
 
.container-4 input#search::-moz-placeholder {  /* Firefox 19+ */
   color: #848484;
}
 
.container-4 input#search:-ms-input-placeholder {  
   color: #848484; 
}

.container-4 button.icon{
  background: none;
  border: none;
  height: 40px;
  width: 40px;
  color: #555555;
  font-size: 14pt;
  margin-left: -60px;
  opacity: 0.7;
  cursor: pointer;
  
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
}

.container-4:hover button.icon, .container-4:hover input#search{
  opacity: 1;
}

/* ============================================================ */
/* MAIN NAVIGATION                                              */
/* ============================================================ */

.mainNav{
    text-align: center;
    border-top: 1px solid #BE2F4E;
    border-bottom: 1px solid #BE2F4E;
}

.mainNav li{
    display: inline-block;
}

.mainNav li a{
    text-decoration: none;
    text-transform: uppercase;
    color: #848484;
    margin-right: 25px;
    font-weight: normal;
}

.mainNav li a:hover{
    color: #BE2F4E;
}

.mobileNavClose{
    display: none;
}

/************************************/
/* CATEGORIES NAV                   */
/************************************/


.category input[type=checkbox]{
    display: none;
}

.category .show-menu4 {
    display: block;
}

.mobileCategoryClose{
    display: block;
}

.mobileCategoryClose a{
    cursor: pointer;
    color: #FFFFFF !important;
    background: #555555;
    text-align: center !important;
    text-transform: uppercase !important;
}

.mobileCategoryClose a:hover{
    color: #BE2F4E !important;
}

/*Show menu when invisible checkbox is checked*/
.category input[type=checkbox]:checked ~ #menu4{
    display: block;
}

.category ul{
    display: none;
    position: absolute;
    -moz-box-shadow:    1px 1px 3px 1px #ccc;
    -webkit-box-shadow: 1px 1px 3px 1px #ccc;
    box-shadow:         1px 1px 3px 1px #ccc;
    width: 240px;
}

.category label {
    color: #848484;
    cursor: pointer;
    text-transform: uppercase;
}

.category label:hover {
    color: #BE2F4E;  
}    

.category #menu4:after{
    content: "";
    position: absolute;
    top: -9px;
    left: 10%;
    margin-left: -9px;
    border-bottom: 7px solid #BE2F4E;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin-top: 2px;
}

.category #menu4 {
    margin-top: 20px;
    z-index: 9999;
    border: 1px solid #BE2F4E;
    background: #FFFFFF;
    color: #848484;
    padding: 10px 10px 15px 10px;
}

.category #menu4 a, .category #menu4 .categoryWithSub{
    color: #848484;
    text-decoration: none;
    margin-right: 0px;
    padding: 10px 0px 10px 0px;
    display: block;
    border-bottom: 1px solid #cecece;
    width: 100%;
    text-align: left;
    font-size: 14px;
    text-transform: none;
    position: relative;
    font-weight: bold;
}

.category #menu4 a:hover{
    color: #BE2F4E;
    background: #F1F1F1;
}

.category #menu4 a i{
    color: #BE2F4E;
    font-size: 6px;
    position: relative;
    bottom: 2px;
}

.category #menu4 .categoryButton{
    color: #BA6F3B;
    background: #DFDFDF;
    font-weight: bold;
    width: 10%;
    padding: 10px 5px 10px 5px;
    margin-top: -35px;
    float: right;
    cursor: pointer;
    text-align: center;
}

.subCategories{
    display: none;
}

.active + .subCategories{
    display: block;
}

.subCategories a{
    font-weight: normal !important;
    background: #F1F1F1 !important;
}

.subCategories a i{
    margin-left: 10px !important;
}

.categoryTablet{
    display: none;
}

/* ============================================================ */
/* BANNER                                                       */
/* ============================================================ */

.banner {
    text-align: center;
    background: #F1F1F1;
    border-bottom: 1px solid #BE2F4E;
}

.bannerContainer{
    margin-left: auto;
    margin-right: auto;
    width: 45%;
}

.nivo-controlNav{
    display: none;
}

.theme-default .nivoSlider{
    webkit-box-shadow: 0px 0px 0px 0px #4a4a4a !important;
    -moz-box-shadow: 0px 0px 0px 0px #4a4a4a !important;
    box-shadow: 0px 0px 0px 0px #4a4a4a !important;
}

.bannerWelcomeMessage{
    color: #555555;
    font-size: 28px;
}


/* ============================================================ */
/* HOME PAGE FEATURED PRODUCTS SECTION                          */
/* ============================================================ */

.homepageProducts{
    text-align: center;
}

.homepageProductsMargin{
    margin-left: 0.6% !important;
    margin-right: 0.6% !important;
}

#tabHeader{
    margin-bottom: 1%;
}

#tabHeader #tab1, #tabHeader #tab2, #tabHeader #tab3, #tabHeader #tab4{
    color: #BE2F4E;
    background: #FFFFFF;
    border: 1px solid #BE2F4E;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 20px 0px 20px;
    position: relative;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 8px;
}

#tabHeader #tab1:hover, #tabHeader #tab2:hover, #tabHeader #tab3:hover, #tabHeader #tab4:hover{
    color: #FFFFFF;
    background: #BE2F4E;
}


.featuredSelected{
    background: #BE2F4E !important;
    color: #FFFFFF !important;
}



/* ============================== */
/* FEATURED PRODUCTS              */
/* ============================== */

.featuredProducts .featuredProductsImage{
    width: 100%;
    height: 100%;
    max-height: 300px;
    max-width: 300px;
    border: 1px solid #cecece;
}

.span_2_of_8_featuredProduct{
    min-height: 260px;
}


.featuredRating{
    margin-left: 0% !important;
    text-align: left;
}

.featuredRRP{
    margin-left: 0% !important;
    text-align: right;
    text-decoration: line-through;
    color: #848484;
    font-size: 14px;
}

.featuredName{
    margin-left: 0% !important;
    text-align: left;
    color: #555555;
    font-weight: bold;
    text-decoration: none;
    max-height: 10px !important;
}

.featuredName:hover{
    color: #BE2F4E;
}

.featuredPrice{
    text-align: right;
    color: #BE2F4E;
}

.featuredBuyOverlay {
    opacity: 0;
    padding: 12px;
    background: #FFFFFF;
    color: #848484;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 27px;
    border: 1px solid #848484;
}

.featuredBuyOverlay:hover{
    color: #BE2F4E;
    border: 1px solid #BE2F4E;
}

.featuredProductHover:hover .featuredBuyOverlay{
    opacity: 1;
}



/* ============================================================ */
/* FOOTER                                                       */
/* ============================================================ */

.footer{
    background: #F1F1F1;
}

/* ============================== */
/* NEWSLETTER                     */
/* ============================== */

.footerNewsletter{
    border-bottom: 1px solid #848484;
}

.newsletterTitle{
    color: #555555;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    margin-top: 0;
    padding: 8px 30px 10px 0px;
    position: relative;
    text-transform: uppercase;
    line-height: 1.55;
}

#newsletter_name, #newsletter_email{
    background: #FFFFFF;
    border: 1px solid #848484;
    width: 90%;
    height: 30px;
    display: inline-block;
    color: #848484;
    line-height: 22px;
    background-color: #fff;
    padding-left: 10px;
    font-size: 13px;
    transition: background-color 0.5s linear, color 0.5ms linear;
}

#newsletter_name:hover, #newsletter_email:hover{
    background: #848484;
    color: #FFFFFF;
}

#newsletter_button {
    background: #BE2F4E;
    color: #FFFFFF !important;
    border: 0 none;
    padding: 9.2px 0px !important;
    cursor: pointer;
    font-weight: normal;
    color: #222;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    transition: background-color 0.5s linear, color 0.5ms linear;
}

#newsletter_button:hover{
    background: #555555;
    color: #FFFFFF;
}


/* ============================== */
/* MODAL                          */
/* ============================== */

.md-modal{display: none;width:100%;max-width:540px;color:#FFFFFF;}

.md-content{background: #BE2F4E;position: relative;border-radius: 3px;margin: 0 auto;}

.md-content > h3{color:#FFFFFF !important; margin: 0;padding: 0.4em;text-align: center;font-size: 2em;    font-weight: 300;opacity: 0.8;background: rgba(0,0,0,0.1);border-radius: 3px 3px 0 0;}
.md-content div    {padding: 15px 40px 30px;margin: 0;font-weight: 300;font-size: 1em;line-height:1.4em;}        
.md-content > div p { margin: 0; color: #[headers-text]; text-align: center;}
.md-content > div ul { margin: 0;padding: 0 0 30px 20px;}
.md-content > div ul li { padding: 5px 0;}

.md-content button{
    border: none;
    padding: 0.6em 1.2em;
    background: #555555;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
    margin-bottom: 20px;
    font-weight: bold;
}

#modal-feedback > div > div {margin-bottom: 50px;}
.md-content button:hover { background: #848484; color: #FFFFFF;}
#modal-feedback > div > div > button.md-cancel { float: left; margin-bottom: 10px;}
#modal-feedback > div > div > button.md-ok { float: right;}

/* ============================== */
/* SOFT ADD TO CART               */
/* ============================== */

#softadd-container #softadd-modal-title{
    color: #FFFFFF !important;
    background-color: #555555 !important;
    text-shadow: none !important;
    border: none !important;
}

#softadd-container .close a{
    color: #FFFFFF !important;
    text-shadow: none !important;
}

#softadd-container{
    color: #FFFFFF !important;
    background-color: #848484 !important;
}

#softadd-container span{
    color: #FFFFFF !important;
}

.simplemodal-close{
    padding: 0px 12px 0 !important;
    line-height: 2.3;
}

.simplemodal-close, .success{
    background-color: #BE2F4E;
    border: none;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.simplemodal-close:hover i, .success:hover i{
    color: #555555!important;
}

/* ============================== */
/* CUSTOM PAGES AND CONTACT       */
/* ============================== */

.footerPages{
    border-bottom: 1px solid #848484;
}

.footerCustomPages ul li{
    display: inline-block;
    width: 24%;
    padding: 0.5% 0% 0% 0%;
}

.footerCustomPages ul li a{
    text-decoration: none;
    color: #848484;
    font-size: 13px;
    font-weight: normal;
}

.footerCustomPages ul li a:before{
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 5px;
}

.footerCustomPages ul li a:hover{
    color: #BE2F4E;
}

.footerContact i{
    color: #BE2F4E;
}

.footerContact{
    color: #848484;
    font-size: 13px;
    font-weight: normal;
}

/* ============================== */
/* COPYRIGHT AND ACCEPTS          */
/* ============================== */

.footerCopyright{
    color: #848484;
    font-size: 13px;
    font-weight: normal;
}

.footerCopyright a{
    text-decoration: none;
    color: #BE2F4E;
    font-size: 13px;
    font-weight: bold
}

.footerCopyright a:hover{
    color: #555555;
}

.footerAccepts img{
    width: 100px;
    height: 35px;

}

.footerAccepts div{
    float: right;
}



/* ============================== */
/* OVERLAYS                       */
/* ============================== */

/* ============================== */
/* CIRCLES                        */
/* ============================== */

.circle{
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    position: absolute;
    top: 1px;
    right: -18px;
}

.popularCircle{
    background: #467E83;
}

.offerCircle{
    background: #BA3B58;
}

.newCircle{
    background: #467E83;
}

.popularCircle, .offerCircle, .newCircle{
    width: 60px;
    height: 60px;
    box-shadow: 2px 2px 1px #555555;
}

.popularCircleInner, .offerCircleInner, .newCircleInner{
    width: 50px;
    height: 50px;
    top: 4px;
    left: 4px;
    position: absolute;
    display: block;
    border: 1px dashed #FFFFFF;
}

.offerOverlayText, .newOverlayText, .popularOverlayText{
    color: #FFFFFF;
    text-transform: uppercase;
    position: absolute;
    top: 39%;
    left: 19%;
    font-size: 0.750em;
    font-weight: bold;
    letter-spacing: 1.5px;
    z-index: 9999;
}

.offerOverlayText{
    left: 4% !important;
}

/* ============================== */
/* STAR                           */
/* ============================== */

#burst-12 {
    background: #BE2F4E;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 17px;
    right: 14px;
    text-align: center;
 
}
#burst-12:before, #burst-12:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background: #BE2F4E;
}
#burst-12:before {
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
}
#burst-12:after {
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
}

.popularCircleInnerOffer{
    width: 45px;
    height: 45px;
    top: 0px;
    left: 0px;
    position: absolute;
    display: block;
    border: 1px dashed #FFFFFF;
    z-index: 9999;
}






/* ============================================================ */
/* BROWSE - SEARCH - SPECIAL OFFER                              */
/* ============================================================ */

/* ============================== */
/* BREADCRUMBS                    */
/* ============================== */

.breadcrumbs{
    background: #467E83;
    padding: 10px 0px 10px 0px;
}

.breadcrumbs li{
    display: inline-block;
}

.breadcrumbs li:first-child{
    padding-left: 20px;
}

.breadcrumbs li a{
    color: #BE2F4E;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}


.breadcrumbs li a:hover{
    color: #[hover1];
}

.breadcrumbs li:last-child{
    font-weight: bold;
}

.breadcrumbs li a:after{
    content:'\00BB';
    padding: 0px 10px 0px 10px;
    color: #555555;
    font-weight: bold;
}

.breadcrumbs li:last-child a:after{
    content:none;
}

/* ============================== */
/* CATEGORY HEADER                */
/* ============================== */

.categoryHeader img{
    width: 100%; 
}

.categoryHeader .categoryName{
    text-transform: uppercase;
    color: #555555;
    font-weight: bold;
    line-height: 2.7;
    font-size: 16px;
}





/* ============================== */
/* PAGINATION                     */
/* ============================== */

.results_pager_container{
    background: #467E83;
    padding: 15px 0px 15px 0px;
    margin-top: 40px;
    clear: both;
    display: block;
    width: 100%;
    float: left;
}

.pagination{
    margin-left: 20px;
}

.pagination li{
    display: inline-block;
    
    margin-right: 10px;
    
}

.pagination li a{
    border: 1px solid #BE2F4E;
    background: #FFFFFF;
    color: #848484;
    padding: 5px 10px;
}

/* ============================== */
/* SORT BY                        */
/* ============================== */

.sortByContainer{
    float: right;
    background: none !important;
    margin-right: 10px;
}

.results_sortby_container{
    background: none !important;
}

#pager_sort_by {
    max-width: 100%;
    padding: 0px 0px 0px 0px;
    float: right;
}

#pager_sort_by li{
    display: inline-block;
    margin-right: 5px;
    background: #FFFFFF;
}

#pager_sort_by li a{
    border: 1px solid #BE2F4E;
    padding: 8px;
    display: inline-block;
    color: #555555;
    text-decoration: none;
}

#pager_sort_by li:first-child{
    font-weight: bold;
    color: #555555;
    border: none;
    background: none;
}

#pager_sort_by li:last-child{
    margin-right: 0px;
}

#pager_sort_by li:first-child:after{
    content:':';
}

#pager_sort_by li:nth-child(even){
    display: none;
}







/* ============================== */
/* GRID OR LIST VIEW              */
/* ============================== */

.resultsContainer ul { 
    list-style: none; 
}

.resultsContainer{
    margin-top: 20px;
}

.resultsContainer .buttons {
    background: #467E83;
    padding: 10px 0px 10px 0px;
}

.resultsContainer .buttons div{
    display: inline-block;
    margin-left: 10px;
    color: #555555;
    background: #FFFFFF;
    cursor: pointer;
}

.resultsContainer .buttons div i{
    padding: 8px;   
    font-size: 16px;
}

.resultsContainerSelected{
    background: #BE2F4E !important;
    color: #FFFFFF !important;
}

/* ============================== */
/* PRODUCT VIEW LIST              */
/* ============================== */

.resultsContainer .list .resultsProductItem { 
    width: 99.7%;
    border: 1px solid #CCC; 
    margin-top: 30px;
}

.resultsContainer .list .resultsProductItem{
    position: relative;
    overflow: hidden;
}

.resultsContainer .list .resultsProductItem a {
    float: left;
}

.resultsContainer > .list .resultsProductDetails {
    float: left;
    width: 55% !important;
}

.resultsContainer .list .resultsProductDetails .resultsProductDetailsContainer{
    margin-left: 3%;
    margin-right: 3%;
}

.resultsContainer .list .resultsProductDetails .resultsRRP{
    float: right;
}

.resultsContainer .list .resultsProductDetails .resultsDescription{
    display: inline-block;
    border: 1px solid #EDEDED;;
    width: 97%;
    margin-top: 10%;
    padding: 10px;
    height: auto;
    color: #848484;
    text-align: justify;
    position: relative;
}

.resultsATag{
    float: right !important;
    padding: 5px 10px;
    border: 1px solid #BE2F4E;
    transition: background-color 0.5s linear, color 0.8ms linear;
    margin-top: 10px;
}

.resultsDescription a:hover{
    background: #BE2F4E;
    color: #FFFFFF;
}

/* ============================== */
/* PRODUCT VIEW GRID              */
/* ============================== */

.resultsContainer .grid .resultsProductItem { 
    float: left; 
    margin-top: 30px;
    width: 32.2%;
    margin-left: 1.6%;
    position: relative;
}

.resultsContainer .grid .resultsProductItem:nth-of-type(3n+1){
   margin-left: 0% !important;
}

.resultsContainer .grid li a img, .resultsContainer .grid li a  .featuredProductsImage{
    width: 100%; 
    height: 100%;
    border: 1px solid #cecece;
    max-width: 300px;
}

.resultsContainer .grid .resultsProductDetails .resultsDescription{
    display: none;
}

.resultsContainer .grid .resultsProductDetails .resultsATag{
    display: none;
}


.resultsContainer .grid .resultsProductDetails .resultsAddToBasket{
    display: none;
}

.resultsContainer .grid .resultsProductDetails .resultsView{
    display: none;
}

.resultsRating{
    margin-left: 0% !important;
    text-align: left;
}

.resultsRRP{
    margin-left: 0% !important;
    text-align: right;
    text-decoration: line-through;
    color: #848484;
    font-size: 14px;
}

.resultsName{
    margin-left: 0% !important;
    text-align: left;
    color: #555555;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    max-height: 10px;
}

.resultsName:hover{
    color: #BE2F4E;
}

.resultsPrice{
    text-align: right;
    color: #BE2F4E;
}

.resultsBuyOverlay {
    opacity: 0;
    padding: 12px;
    background: #FFFFFF;
    color: #848484;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 27px;
    border: 1px solid #848484;
}

.resultsBuyOverlay:hover{
    color: #BE2F4E;
    border: 1px solid #BE2F4E;
}

.resultsProductItem:hover .resultsBuyOverlay{
    opacity: 1;
}


/* ============================== */
/* SUB-CATEGORIES                 */
/* ============================== */

.resultsSubCategories{
    border: 1px solid #cecece;
}

.resultsSubCategories h2{
    background: #467E83;
    padding: 10px 20px 10px 20px;
    color: #BE2F4E;
}

.resultsSubCategories a{
    display: block;
    padding: 15px 10px 15px 10px; 
    border-bottom: 1px solid #CCCCCC;
    color: #848484;
    text-decoration: none;
    margin: 0px 10px 0px 10px;
    font-weight: normal;
}

.resultsSubCategories a:last-child{
    border-bottom: none;
}

.resultsSubCategories a:hover{
    color: #BE2F4E;
}




/* ============================================================ */
/* SPECIAL OFFER PAGE                                           */
/* ============================================================ */

/* ============================== */
/* LIST                           */
/* ============================== */


.specialOffersPage .resultsContainer > .list .resultsProductDetails{
    width: 71% !important;
}

.specialOffersPage .resultsContainer .list .resultsProductDetails .resultsDescription{
    height: auto;
}


/* ============================================================ */
/* BASKET PAGE                                                  */
/* ============================================================ */

.basket_summary, .basket_container{
    float: none !important;
}

/* ============================================================ */
/* PRODUCT DETAILS PAGE                                         */
/* ============================================================ */

/* ============================== */
/* IMAGE                          */
/* ============================== */

.detailsImage img{
    width: 100%;
    height: 100%;
}

.owl-carousel .owl-item img{
    max-height: 148px;
}

/* ============================== */
/* DETAILS                        */
/* ============================== */

.detailsProductName{
    color: #555555;
    font-size: 28px;
    margin-bottom: 2% !important;
}

.detailsProductPrice{
    color: #BE2F4E;
    font-size: 36px;
    margin-bottom: 2% !important;
}

.detailsProductPrice > div > hr{
    display: none;
}

.price_inc_tax, .price_ex_tax{
    float: left;
}

.price_ex_tax{
    margin-left: 20px;
}

.price_inc_tax span{
    margin-right: 10px;
}

.price_inc_tax span, .price_ex_tax span{
    font-size: 16px;
}

.price_breakdown a{
    text-decoration: none;
    background: #BE2F4E;
    font-weight: bold;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    position: absolute;
    margin-top: 10px;
}
.price_breakdown a span{
    display: none;
}

.price_breakdown a:hover span {
    display: inline;
    max-width: 300px;
    font-weight: normal;
    text-align: center;
    padding: 5px;
    font-size: 12px;
}

.detailsProductRRP{
    text-decoration: line-through;
    color: #848484;
    font-size: 20px;
}

.detailsProductDescription{
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 20px 0px 20px 0px;
    line-height: 1.5;
    color: #848484;
    margin-bottom: 2% !important;
}

.detailsProductDetails{
    margin-bottom: 2% !important;
    color: #848484;
    line-height: 1.6;
}

.detailsProductDetails i{
    color: #BE2F4E;
    font-size: 6px;
    position: relative;
    bottom: 2px;
}

.detailsProductDetails .bulkBuying{
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 20px 0px 20px 0px;
    margin: 2% 0% 0% 0%;
}

.outOfStock a{
    text-decoration: underline;
}

.detailsAddToCart a{
    color: #FFFFFF;
    background: #BE2F4E;
    border: 1px solid #BE2F4E;
    padding: 10px 20px;
}

.detailsAddToCart a:hover{
    color: #BE2F4E;
    background: #FFFFFF;
}

.detailsAddToCart #txtQty{
    padding: 0 25px;
    height: 38px;
    position: relative;
    bottom: 1px;
    border: 1px #ddd solid;
    text-align: center;
    margin-right: 5px;
    color: #999999;
    width: 50px;
}

.detailsAddToCart button{
    padding: 0 25px;
    height: 40px;
    position: relative;
    bottom: 1px;
    background-color: #f5f5f5;
    border: 1px #eaeaea solid;
    color: #999999;
    cursor: pointer;
}

.detailsAddToCart button:hover{
    color: #BE2F4E;
}

/* ============================== */
/* OPTIONS                        */
/* ============================== */

.options h3{
    color: #[headers-text];
    font-size: 15px;
    font-weight: bold;
    letter-spacing: normal;
    position: relative;
    text-transform: uppercase;
    line-height: 1.55;
    margin-top: -10px;
}

select {
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #999999;
   color: #999999;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 100%;
}

/* ============================== */
/* REVIEWS                        */
/* ============================== */

.reviewsHeader{
    background: #467E83;
    width: 100%;
    position: relative;
    height: 41px;
    display: inline-block;
}

.reviewsHeader h2{
    color: #848484;
    background: #467E83;
    display: inline-block;
    font-size: 16px;
    padding: 10px 30px 10px 30px;
    position: relative;
    line-height: 1.37;
    text-transform: uppercase;
    cursor: pointer;
}

.reviewsHeader h2:hover{
    color: #BE2F4E;
    background: #F1F1F1;  
}

.reviewsSelected{
    background: #F1F1F1 !important;
    color: #BE2F4E !important;
}

.reviewsContainer{
    background: #F1F1F1;
    margin-top: -10px;
    color: #555555;
}

.reviewsContainer a{
    color: #BE2F4E;
    background: #FFFFFF;
    border: 1px solid #BE2F4E;
    padding: 10px 20px;
    float: right;
    position: relative;
    bottom: 10px;
}

.reviewsContainer a:hover{
    color: #FFFFFF;
    background: #BE2F4E;
}

.reviewsInnerContainer{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.reviewsBorderBottom{
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}

.reviewsContainer img{
    margin-bottom: 10px;
}

.reviewsContainer .name{
    width: 100%;
    color: #555555;
    font-weight: bold;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
}

.reviewsContainer .date{
    width: 100%;
    font-style: italic;
}

.reviewsContainer .title{
    width: 100%;
    color: #555555;
    font-weight: bold;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
}
.reviewsContainer .comments{
    width: 100%;
}

/* ============================================================ */
/* CONTACT PAGE                                                 */
/* ============================================================ */

/* ============================== */
/* CONTACT DETAILS                */
/* ============================== */

.contact_address{
    border: 1px solid #cecece;
}

.contact_address h1{
    background: #467E83;
    padding: 10px 20px 10px 20px;
    color: #BE2F4E;
    border-bottom: 1px solid #cecece;
}

.contact_address #divAddress{
    padding: 15px 10px 15px 10px; 
    color: #848484;
    margin: 0px 10px 0px 10px;
    line-height: 2.2em;
}

.contact_form > section{
    border: 1px solid #cecece;
}

.contact_form > section > header {
    background: #467E83;
    padding: 10px 20px 10px 20px;
    color: #BE2F4E;
    border-bottom: 1px solid #cecece;
    margin-bottom: 14px;
}

#divForm > table {
    margin-top: 10px;
    border-collapse: separate;
    border-spacing: 10px;
}


.contact_form label{
    font-weight: bold;
    margin: 10px 20px 0px 20px;
    color: #848484;
    line-height: 2.2em;
}

.contact_form input{
    margin: 10px 0px 10px 20px;
    height: 38px;
    border: 1px #ddd solid;
    color: #999999;
    width: 95%;
}
.contact_form textarea {
    margin: 10px 0px 10px 20px;
    height: 274px;
    border: 1px #ddd solid;
    color: #999999;
    width: 95%;
}

.contact_form section span{
    float: left;
    clear: both;
    font-weight: bold;
    margin: 10px 0px 10px 20px;
}

.google-recaptcha{
    margin: 10px 0px 10px 20px;
}

#recaptcha_table {
    width: 95%;
    margin: 10px 0px 10px 20px !important;
}

.recaptchatable a{
    color: #BE2F4E !important;
}

#recaptcha_area{
    max-width: 470px;
}

.contact_form .contact_send_btn {
    color: #FFFFFF;
    background: #BE2F4E;
    cursor: pointer;
    margin: 0px !important;
    width: 100%;
    border: 1px solid #BE2F4E;
}


.contact_form .contact_send_btn:hover{
    color: #BE2F4E;
    background: #FFFFFF;
}

/* ============================== */
/* CONTACT REPLY                  */
/* ============================== */

.contact_sent h1{
    background: #467E83;
    padding: 10px 20px 10px 20px;
    color: #BE2F4E;
}

.contact_sent p{
    margin-bottom: 10px;   
}


/* ============================== */
/* PRODUCT REVIEWS                */
/* ============================== */


#productReviewContainer{
    float: left;
    border: 1px solid #cecece;
    width: 100%;
}

#productReviewContainer h3{
    background: #467E83;
    padding: 10px 20px 10px 20px;
    color: #BE2F4E;
    border-bottom: 1px solid #cecece;
}

#productReviewContainer img{
    width: 100% !important;
    height: 100% !important;
}

#productReviewContainer center{
    color: #848484;
}
#productReviewContainer center label{
    font-weight: 700;
    margin-left: 15px;
}

#productReviewContainer center span{
    margin-left: 15px;
}



#aspnetForm > section > br:nth-child(1), #aspnetForm > section > br:nth-child(2){

}

.stock_notify{
    width: 74%;
    margin-left: 2%;
    margin-top: -0.8%;
    float: left;
}

.shop_product_review_form{
    width: 74%;
    margin-left: 2%;
    margin-top: 2.2%;
    float: left;
}

#productReviewContainer img{
    max-height: 290px;
}

.shop_product_review_form label, .stock_notify label{
    font-weight: bold;
    color: #848484;
}

.shop_product_review_form input,.shop_product_review_form select, .stock_notify input{
    margin: 10px 0px 10px 0px;
    height: 38px;
    border: 1px #ddd solid;
    color: #999999;
    width: 100%;
}

.shop_product_review_form select{
    width: 100%;
}

.shop_product_review_form textarea, .stock_notify textarea {
    margin: 10px 0px 10px 0px;
    height: 60px;
    border: 1px #ddd solid;
    color: #999999;
    width: 99.5%;
}

.stock_notify #recaptcha_table, .shop_product_review_form #recaptcha_table {
    width: 100%;
    margin: 10px 0px 10px 0px !important;
}

.shop_review_form_cancel, .shop_review_form_submit, .stock_notify_cancel, .stock_notify_submit {
    color: #FFFFFF;
    background: #BE2F4E;
    padding: 10px 20px 10px 20px;
    border: 1px solid #BE2F4E;
}


.shop_review_form_cancel:hover, .shop_review_form_submit:hover, .stock_notify_cancel:hover, .stock_notify_submit:hover{
    color: #BE2F4E;
    background: #FFFFFF;
}


/* ============================== */
/* SITEMAP                        */
/* ============================== */

#fws_content > hr {
    display: none;
}

#fws_content > h2{
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    clear: left;
}

#fws_content > h2:last-child{
    margin-top: 20px;
}

.sitemap_divider{ display: none; }

.fws_sitemap_container, #sitemap_pages, #sitemap_categories, #sitemap_blogs{
    overflow: hidden;
}

.fws_sitemap_container h2{
    margin-bottom: 20px;
}

.fws_sitemap_container ul{
    margin-bottom: 10px;
    margin-left: 0;
}

.fws_sitemap_container ul li{
    display: inline-block;
}

.fws_sitemap_container ul li a{
    border: 1px solid #BE2F4E;
    background-color: #ffffff;
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #BE2F4E;
    padding: 0px 15px;
    line-height: 30px;
}

.fws_sitemap_container ul li a:hover{
    color: #ffffff;
    background-color: #BE2F4E;
}



/* ============================== */
/* INSTAGRAM                      */
/* ============================== */

.picInstagram {
  border: 10px solid #fff;  
  float: left;
  height: 200px;
  width: 200px;
  margin: 20px;
  overflow: hidden;
   
  -webkit-box-shadow: 2px 2px 2px #d5d5d5;
          box-shadow: 2px 2px 2px #d5d5d5;   
}

.growInstagram img {
  height: 200px;
  width: 200px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.growInstagram img:hover {
  width: 300px;
  height: 300px;
}

.instagramtag{
    text-align: center;
    color: #555555;
    font-size: 28px;
}

/* ============================================================ */
/* MEDIA QUERY - LAPTOPS                                        */
/* MAX-WIDTH: 1500PX                                            */
/* ============================================================ */


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

.container{
    width: 90%;
}

.bannerContainer{
    width: 60%;
}

/* ============================================================ */
/* HEADER                                                */
/* ============================================================ */

/* ============================== */
/* TABS                           */
/* ============================== */


.language ul{
    width: 184px;
}

.basketInfo ul{
    width: 119px;
    height: 80px;
}

.basketInfo #menu1 a{
    width: 81%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.account ul{
    width: 185px;
    margin-left: -8%;
}

.account #menu6:after{
    left: 70%;
}

}

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

.bannerContainer{
    width: 100%;
}

/* ============================================================ */
/* HEADER                                                */
/* ============================================================ */

/* ============================== */
/* TABS                           */
/* ============================== */

.category ul{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: 0px !important;
}

.category #menu4{
    overflow: scroll;
}

.currency ul{
    width: 180px;
}

.currency #menu3 a{
    display: inline-block;
    background: #FFFFFF;
    padding: 4px;
    font-size: 12px;
    width: 52px;
    text-decoration: none;
    color: #848484;
    text-align: center;
    font-weight: normal;
}

.language ul{
    width: 160px;
}

.basketInfo ul{
    width: 100px;
}

.basketInfo #menu1 a{
    width: 79%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.account ul{
    width: 120px;
    margin-left: -10%;
}

.account #menu6:after{
    left: 70%;
}




.specialOffersPage .resultsContainer > .list .resultsProductDetails {
    width: 55% !important;
}

.resultsContainer > .list .resultsProductDetails {
    float: left;
    width: 55% !important;
}



#google_map{
    height: 200px;
}

#productReviewContainer{
    float: none;
    overflow: auto;
}

#productReviewContainer img{
    width: 50% !important;
    float: left;
}

.shop_product_review_form, .stock_notify{
    width: auto;
    margin-bottom: 20px;
}


.owl-wrapper{
    width: 900px;
    max-height: 400px;
    left: -265px;
    display: block;
}

.owl-carousel .owl-theme{
    height: 400px;
}

.additionalImages{
    width: 35%;
    float: left;
    margin-left: 5%;
}

.detailsImage img{
    width: 60%;
    height: 100%;
    float: left;
}

.featuredBuyOverlay, .resultsBuyOverlay{
    opacity: 1 !important;
}

}




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

/* ============================================================ */
/* HEADER                                                */
/* ============================================================ */

/* ============================== */
/* MOBILE NAV                     */
/* ============================== */

.mobileNav{
    display: block;
    background: #555555;
    padding: 10px 0px !important;
}

.mainNavDesktop{
    display: none;
}

.mainNavDesktop{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 9999;
    -moz-box-shadow:    1px 1px 3px 1px #ccc;
    -webkit-box-shadow: 1px 1px 3px 1px #ccc;
    box-shadow:         1px 1px 3px 1px #ccc;
    width: 240px;
    border: 1px solid #BE2F4E;
    background: #FFFFFF;
    color: #848484;
    padding: 10px 10px 15px 10px !important;
    overflow: scroll;
}

.mainNavDesktop li{
    display: block;
}

.mainNavDesktop a, .show-menu4{
    color: #848484;
    text-decoration: none;
    margin-right: 0px;
    padding: 10px 0px 10px 0px;
    display: block;
    border-bottom: 1px solid #cecece;
    width: 100%;
    text-align: left;
    font-size: 14px;
    text-transform: none;
    position: relative;
    font-weight: bold !important;
}

.show-menu4{
    color: #BA6F3B;
    background: #DFDFDF;
    text-align: center;
}

.mainNavDesktop li a i{
    display: inline-block;
    color: #BE2F4E;
    font-size: 6px;
    position: relative;
    bottom: 2px;
}

.mainNavDesktop a:hover, .show-menu4:hover{
    color: #BE2F4E;
    background: #F1F1F1;
}




.mobileNavLink {
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 10px 0px;
    font-size: 20px;
}

.mobileNavClose{
    display: block;
}

.mobileNavClose a{
    cursor: pointer;
    color: #FFFFFF !important;
    background: #555555;
    text-align: center !important;
}

.mobileNavClose a:hover{
    color: #BE2F4E !important;
}


/* ============================== */
/* TABS                           */
/* ============================== */

#tabHeader #tab1, #tabHeader #tab2, #tabHeader #tab3, #tabHeader #tab4 {
    padding: 8px 0px !important;
    width: 100% !important;
    margin-bottom: 5px !important;
    line-height: normal !important;
    height: auto !important;
}

#newsletter_name, #newsletter_email {
    width: 96.3%;
}

.newsletterTitle{
    padding: 0px !important;
    text-align: center !important;
    display: block !important;
}

.account #menu6:after{
    left: 40%;
}

.specialOffersPage .resultsContainer > .list .resultsProductDetails{
    width: 96% !important;
}

.resultsContainer ul{
    text-align: center;
}

.resultsContainer .list .resultsProductItem a{
    float: none;
}

.resultsPrice{
    float: right !important;
}

.resultsContainer .grid .resultsProductItem{
    width: 99% !important;
}

.resultsContainer > .list .resultsProductDetails{
    width: 96% !important;
}

#pager_sort_by{
    display: none !important;
}

.contact_form input, .contact_form textarea{
    width: 86%;
}

#recaptcha_challenge_image{
    margin: 0 !important;
    width: 87% !important;
    height: auto !important;
    }
    #recaptcha_response_field
    {
    margin: 0 !important;
    width: 90% !important;
    height: auto !important;
    }
    .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 95% !important;
    height: auto !important;
    }
    .recaptchatable .recaptcha_r1_c1, 
    .recaptchatable .recaptcha_r3_c1, 
    .recaptchatable .recaptcha_r3_c2, 
    .recaptchatable .recaptcha_r7_c1, 
    .recaptchatable .recaptcha_r8_c1, 
    .recaptchatable .recaptcha_r3_c3, 
    .recaptchatable .recaptcha_r2_c1, 
    .recaptchatable .recaptcha_r4_c1, 
    .recaptchatable .recaptcha_r4_c2, 
    .recaptchatable .recaptcha_r4_c4, 
    .recaptchatable .recaptcha_image_cell {

    margin: 0 !important;
    width: 90% !important;
    background: none !important;
    height: auto !important;
    }
    
    #recaptcha_table > tbody > tr:nth-child(1) > td:nth-child(2), #recaptcha_table > tbody > tr:nth-child(1) > td:nth-child(3){
        display: none !important;
    }
    
    #recaptcha_privacy{
        display: none;
    }
    
    .options{
        margin-top: 2% !important;
    }

    .detailsAddToCart a{
        padding: 10px 35%;
    }
    
    .detailsAddToCart #txtQty{
        margin-top: 20px;
    }
    
    .reviewsHeader h2{
        padding: 10px 13px 10px 13px;
    }
    
    .relatedProductsContainer .span_2_of_8_featuredProductDetails{
        width: 99%;
    }
    
    .relatedProductsContainer .span_2_of_8_featuredProductDetails .featuredRating,.relatedProductsContainer .span_2_of_8_featuredProductDetails .featuredName{
        width: 74.6%;
    }
    
    .relatedProductsContainer .span_2_of_8_featuredProductDetails .featuredRRP,.relatedProductsContainer .span_2_of_8_featuredProductDetails .featuredPrice{
        width: 23.8%;
    }
  
    #sitemap_pages li, #sitemap_categories li{
        width: 34%;
    }
    
    .span_2_of_8_insta{
        width: 100% !important;
    }
    
    .reviewsContainer{
        min-height: 100px;
    }
    
    .reviewsContainer a{
        clear:both;
        bottom: 0px;
    }
    
    .detailsImage img{
        width: 100%;
        float: none;
    }
    
    .owl-carousel .owl-item img{
        width: 33% !important;
        margin-left: auto;
        margin-right: auto;
    }
    
    .additionalImages{
        width: 100%;
        float: none;
        margin-left: 0%;
    }

    
    
}


.generic_content_section em{
    font-style: italic;
}




/* Featured Blog */

.featured_blog{
    margin-top: 30px;
    overflow: hidden;
}

.featured_blog_title{
    background-color: #BE2F4E;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0px auto 20px auto;
    text-align: center;
    width: 100px;
}

.featured_blog_container{
    clear: both;
}

.featured_blog_item{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.featured_blog_image{
    height: 200px;
    width: 100%;
    background-size: cover;
    border: 1px solid #cecece;
    margin-bottom: 5px;
}

.featured_blog_name{
    color: #555555;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media only screen and (min-width:500px){
    .featured_blog_item{
        float: left;
        width: 45%;
        margin-left: 10%;
    }
    .featured_blog_item:nth-of-type(2n+1){
        margin-left: 0%;
    }
}

@media only screen and (min-width:900px){
    .featured_blog_item{
        float: left;
        width: 30%;
        margin-left: 5%;
    }
    .featured_blog_item:nth-of-type(2n+1){
        margin-left: 5%;
    }
    .featured_blog_item:nth-of-type(3n+1){
        margin-left: 0%;
    }
}

@media only screen and (min-width:1100px){
    .featured_blog_item{
        float: left;
        width: 22%;
        margin-left: 4%;
    }
    .featured_blog_item:nth-of-type(2n+1){
        margin-left: 4%;
    }
    .featured_blog_item:nth-of-type(3n+1){
        margin-left: 4%;
    }
    .featured_blog_item:nth-of-type(4n+1){
        margin-left: 0%;
    }
}




/* Blog View */

.blog_view{
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
}

.blog_view_image{
    height: 300px;
    width: 100%;
    background-size: cover;
    border: 1px solid #cecece;
    margin-bottom: 20px;
}

.blog_view_title, #comments_section header{
    font-size: 28px;
    margin-bottom: 10px;
    color: #555555;
}

.blog_view_tag_container{
    overflow: hidden;
    margin-bottom: 5px;
}

.blog_view_tag_item{
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    font-weight: normal;
}

.blog_view_details{
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #555555;
    font-size: 12px;
    font-weight: bold;
}

.blog_view_details span{
    margin-right: 20px;
    margin-bottom: 5px;
}

.blog_desc{
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece;
}

@media only screen and (min-width:1000px){
    .blog_view_left{
        float: left;
        display: inline-block;
        width: 40%;
    }
    .blog_view_right{
        float: left;
        display: inline-block;
        width: 55%;
        margin-left: 5%;
    }
}


/* Comment Form */

.blog_comments_content, .blog_comments_reply_content{
    width: 96%;
    padding: 0% 2%;
    height: 150px;
    line-height: 20px;
    margin-bottom: 10px;
}

.blog_comments_author, .blog_comments_email, .blog_comments_reply_author, .blog_comments__reply_email{
    width: 96%;
    padding: 0% 2%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

#comment_email_label, #comment_reply_email_label{
    font-size: 12px;
    margin-bottom: 10px;
}

.blog_comments_submit, .blog_comments_reply_submit{
    display: inline-block;
    background-color: #BE2F4E;
    border: none;
    margin-bottom: 20px;
    color: #FFF;
    padding: 0px 20px;
    height: 30px;
    line-height: 30px;
}



.comment {
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 14px;
    color: #555555;
}

.blog_comments_reply_reply {
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 14px;
}

.comment_reply {
    padding: 10px;
    margin-top: 10px;
    margin-left: 20px;
    border-left: 2px solid #BE2F4E;
}

.comment_info {
    margin-bottom: 5px;
    font-weight: bold;
}

.comment_info span{
    margin-right: 15px;
}















