/*
CSS File grid.css Created Using FWS StoreBuilder
Development URL (Slow, No Caching): http://static.fw1.biz.s3-website-eu-west-1.amazonaws.com/design_media/sb/309223/tailor/grid.css
Production URL (Fast CDN, Heavily Cached): //d11fdyfhxcs9cr.cloudfront.net/design_media/sb/309223/tailor/grid.css
Use the Production URL only when testing the basket system, as the development URL doesn't support https.
If you need to bypass the Production Caching, you can always add a parameter (eg ?v=2) to the file reference in the page
*/

/*  SECTIONS  */
.section {
    clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GRID OF FOUR   ============================================================================= */

.span_4_of_4 {
    width: 100%; 
}

.span_3_of_4 {
    width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
}


/*  GRID OF EIGHT   ============================================================================= */

    
.span_8_of_8 {
	width: 100%;
}

.span_7_of_8 {
	width: 87.3%; 
}

.span_6_of_8 {
	width: 74.6%; 
}

.span_5_of_8 {
	width: 61.9%; 
}

.span_4_of_8 {
	width: 49.2%; 
}

.span_3_of_8 {
	width: 36.5%;
}

.span_2_of_8 {
	width: 23.8%; 
}

.span_1_of_8 {
	width: 11.1%; 
}


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

.span_4_of_8_tabletHeader {
	width: 49.2%; 
}
.span_2_of_8_tabletHeader {
	width: 23.8%; 
}

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

.span_2_of_8_featuredProduct {
    width: 23.8%; 
}

.span_6_of_8_featuredProductDetails {
    width: 74.6%; 
}

.span_2_of_8_featuredProductDetails {
    width: 23.8%; 
}

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

.span_1_of_8_footer {
    width: 11.1%; 
    line-height: 1.5;
}

.span_2_of_8_footer {
    width: 23.8%; 
}

.span_6_of_8_footer {
    width: 74.6%; 
}

.span_7_of_8_footer {
    width: 87.3%;
    line-height: 1.5;
}

.span_2_of_8_footerAcc {
    width: 23.8%; 
}

.span_6_of_8_footerAcc {
    width: 74.6%; 
}



.span_2_of_8_insta {
    width: 23.8%; 
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */



@media only screen and (max-width: 1024px) {
	.col { margin: 1% 0 1% 0%;}
    
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
    
    .span_8_of_8, .span_7_of_8, .span_6_of_8, .span_5_of_8, .span_4_of_8, .span_3_of_8, .span_2_of_8, .span_1_of_8 { width: 100%; }
    
/*  HEADER  ============================================================================= */

    .span_4_of_8_tabletHeader {
    width: 0%; 
    }
    .span_2_of_8_tabletHeader {
    	width: 50%; 
    }
   
/*  LOGO AREA  ============================================================================= */

    .socialIcons {
        text-align: center;
    }

    .searchBar{
        margin-top: 0% !important;
    }
    
    .searchBarFloat{
        float: none;   
    }
    
    .container-4{
        margin-left: auto;
        margin-right: auto; 
    }
    
/*  TAB AREA  ============================================================================= */
    
    #tabHeader #tab1, #tabHeader #tab2, #tabHeader #tab3, #tabHeader #tab4{
        padding: 0px;
        width: 23%;
        line-height: 20px;
        height: 20px;
        font-size: 14px;
    }
    
    .span_2_of_8_featuredProduct {
        width: 47.8%;
 
    }
    
    .span_6_of_8_featuredProductDetails {
        width: 74.6%; 
    }
    
    .span_2_of_8_featuredProductDetails {
        width: 23.8%; 
    }
    
    
/*  FOOTER    ============================================================================= */

    .span_1_of_8_footer {
        margin-top: 10px !important;
    }
    
    .span_7_of_8_footer {
        margin-top: 10px !important;
    }
    
    .span_2_of_8_footerAcc {
        width: 49.2%; 
    }
    
    .span_6_of_8_footerAcc {
        width: 49.2%; 
    }
    
/*  INSTAGRAM    ============================================================================= */    
    
    .span_2_of_8_insta {
        width: 33.3%; 
    }  
    
    
    
}

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


.span_2_of_8_featuredProduct {
    width: 100%; 
}

.span_1_of_4 {
    width: 100%; 
}

.span_2_of_8_footer {
    width: 100%; 
}

.span_6_of_8_footer {
    width: 100%; 
}

    .span_2_of_8_footerAcc {
        width: 100%; 
        text-align: center;
    }
    
    .span_6_of_8_footerAcc {
        width: 100%; 
        text-align: center;
    }
    
    .footerAccepts div{
        float: none;
    }
    
    .footerCustomPages ul{
        text-align: center;
    }
    
    .footerCustomPages ul li{
        width: 33%;
    }
    
    .span_7_of_8_footer {
        text-align: center;
    }
    
    .footerAccepts div span{
        float: none !important;
    }


    .span_2_of_8_tabletHeader {
        width: 100%; 
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .phoneNumber{
        display: none;
    }
    
    .tabletHeaderFloat{
        float: none !important;
    }
    
    .account #menu6{
        background: #FFFFFF;
    }
}





















