﻿/*
MasterLayout.css used by MVC _Layout.cshtml

footer styling now in MasterLayoutFooter.css

*/

div, table, tr, th, td {vertical-align: top;}

:focus {
outline: 0;
}

input {
    -webkit-appearance: none;
}

input[type="text"] {
    border-radius: 0;
}

img { 
    -ms-interpolation-mode: bicubic; 
}

.QuickCart
{
    text-align:left;
    color:#000;
    width:380px;   
    font-weight:normal; 
    font-size:12px;
    position:absolute; 
    padding:0 0 0 0; 
}

.QuickCartInner 
{
    position:relative;
    background-color:#FFF;
    border-style: solid; border-width:1px; border-color:White;
}

.cart_item a {
    color: black;
}
        
.clear{clear:both;}

body
{
    background: #f2f2f2;
    font-family:Lato;
    color:#000;
}
    
.AchicaFontMedium
{
    font-weight: normal;
}

.AchicaFontLight, a, div, input, span, body, label, select, textarea
{
        font-weight:normal;
}


#pagebody
{
    margin:auto;
    background-color:#f2f2f2;
    width:100%;
    max-width:1200px;
    height:auto;
}

#header
{
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    font-size:11px;
}

.headerLinks
{
    color:#FFF;
    text-decoration:none;
    margin: 0px 4px;
}
a
{
    color: #000;
    text-decoration:none;
}
a:hover
{
    color:#ED5B44;
}
.menu_ul
{
    float: left;
    list-style-type:none;
    padding:0;
    margin:0;
    width: 960px;
    text-align: left!important;
}

.menu_li
{
    float: left !important;
    margin: 0 1px;
    padding: 0!important;
    position: relative;
    text-align: center;
    list-style-type: none;
    letter-spacing: 0.1em;
    font-size:12px;
    
}

.menu_li_spacer
{
    float: left !important;
    margin: 0 5px;
    padding: 0!important;
    position: relative;
    top: 4px;
    text-align: center;
    list-style-type: none;
    letter-spacing: 0.1em;
    font-size:13px;
    
}

.menu_li:hover ul
{
    visibility:visible;
    display: block;
}

.menu_li a
{
    display: block;
}
.main_content
{
    width: 100%;
    float: left;
    padding:0 0 0 0;
    box-sizing:border-box;
}

.promotion_panel
{
    float:left;
    margin:10px 10px;
    width:220px;
    display:inline;
    background-color:#FFF;
    overflow:hidden;
}
.promo_Title
{
    color:#bd8e41;
    font-size:15px;
    text-decoration:none;
    text-align:left;
    display:block;
}
.thru
{
    text-decoration: line-through;
}

.Breadcrumb
{
    margin:10px 0 24px 10px; 
    font-size:14px !important; 
    color:#878787;
}

.Breadcrumb span
{
    color:#878787!important;
    font-size: 11px;
}

.Breadcrumb a:hover
{
     color:#D39939 !important;
}

#content
{
    height:auto;
    float:left;
    background-color:#f2f2f2;
}
.form_field_wrapper
{
    margin-bottom:10px;
}
    input[type="button"]
    {
        cursor:pointer;
        -webkit-appearance: none;
    }        

/*.category_dropdown
{
    display:none;
    text-align:left;
    color:#000;
    background-color:#FFF;
    width:400px;
    font-weight:normal;
		
	z-index: 500;
}*/

.menu_li:hover .category_dropdown
{
    display:block;
    position:absolute;
	
}
.menu_li:hover .headerLinks
{
    color:#bc8d41;
		
}
    /*.menu_li:hover 
    {
        background-color:#FFF;
		
    }*/
/*.category_dropdown a
{
    text-align:left;
    color:#000;
    background-color:#FFF;	
}*/
.salesTitle
{
    text-transform:capitalize;
    font-size: 18px;
}
.upcoming
{
    margin:10px 0 10px 15px;
    display:inline;
    float:left;
}
.menu
{
    margin:5px 7px;
		
}
.nonCategory:hover
{
    background-color:#231f20;
        
}
.rptLink
{
    margin:5px;
	
}        

/*Used by Calendar Items*/        
.dark_trans_bg
{
    background-color:#939598;
    background-image:url(https://static.achica.com/images/Achica_Site_01_comingsoon_circles.jpg); 
    background-repeat:no-repeat;
}
.calendar_day
{
    font-size:18px;
    margin-top:10px;
    text-align:center;
    width:220px;
}
.calendar_promos
{
    font-size:14px;
    margin:10px 0;
    text-align:center;
    width:220px;
}
.calendar_promos_spacer
{
    margin:10px 0;
}

div#qrcode table {border:2px solid #fff !important}

#divAboutBrand
{
    width: 52%;
    /* height: 214px; */
    padding: 0px;
    float: left;
}

#bannerHeaderTop
{
    width:35%;
    float:left;
    background-color:#bd8e41;
    padding:7px 0 0 0;
    height:27px;
    text-align:center;
    font-size:13px;
    color:#fff;
    position:relative;
    z-index:2;
}


#bannerHeaderTop div.banner
{
    background-image: url(https://static.achica.com/images/freeDeliveryIcon.png);
    background-repeat:no-repeat;
    padding:2px 0 0 40px;
    width:188px;
    z-index:2;
    margin:0 auto;
    height:20px;
}

#bannerHeaderTop div.closex
{
    top:-20px;
    text-align:right;
    position:relative;
    margin-right:15px;
    cursor:pointer;
    width:100px;
    float:right;
    z-index:1;
    display:inline-block;
}

.christmas2013
{
    background-image:url(https://static.achica.com/images/bg_christmas2013.jpg);
    background-position:top center;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-color:#060606;
}
@media all and (max-width: 1000px) and (min-width: 100px) { /*PRODUCTS.CSS*/
.christmas2013 {
    background: url("https://static.achica.com/images/bg_pattern.jpg") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: arial;
}
}

/*AB: PLP UI start block*/
/*AB: PLP UI end block*/

@media (max-width: 768px) {
    input[type="text"],
    select {
        font-size: 16px !important;
    }
}
