*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*direction: rtl;*/
}
h3{ 
    /*color: #a8944f;*/
    width:100%;
    float:left;
    margin:10px 0;
text-align: center; }
p{ text-align: center;}

a {
    
    text-decoration: none
}

/* This what we need to update layout theme color */
.main-header-slider, .nugget-info, .active, .topnav a:hover{
        background-color: #a8944f;
}
/*h3, .my-font, a, .widget_links h4 {*/
/*        color:#a8944f;*/
/*}*/
/************ End of theme color tags ******************/



/*
 This html and body css will pervent url address bar from hiding
*/
/*html {*/
/*overflow: hidden;*/
/*width: 100%;*/
/*}*/
/*body {*/
/*height: 100%;*/
/*position: fixed;*/
/*overflow-y: scroll;*/
/*-webkit-overflow-scrolling: touch;*/
/*}*/



html {
  overflow: hidden;
}

body {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    
    scroll-behavior: smooth;
    font-family: Helvetica, sans-serif, Verdana;
    color: #3d3536;
    background-color: #fff
}



@keyframes fadeInUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.fadeInUp-animation {
    animation: 1.5s fadeInUp;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 85px;*/
    padding: 10px 0;
    /*background: rgba(255, 255, 255, .95);*/
    background-color: #fff;
    /*-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);*/
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    z-index: 3
}

.main-header:after {
    content: "";
    display: table;
    clear: both
}

.cat_title{
    width: 100%;
    float: left;
}

.shadow-circle{
    float: left;
    /*width:35px;*/
    /*height:55px;*/
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14pt;
    box-shadow: 0px 0px 0px 5px #CCC;
	border-radius: 50%;
}
.outer {
    /*padding: 10px;*/
    width: 80%;
    height: 150px;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.outer div {
    width: 50px;
    height: 50px;
    font-size: 15px;
    float: none;
    /*height: 90%;*/
    margin: 1%;
    display: inline-block;
    zoom: 1;
}
    .main-header__logo img {
        display: block;
        height: 70px;
        /*width: 192px;*/
        /*text-align: center;*/
        margin: 0px auto;
    }
    .main-header__logo {
        float: left;
        /*width: 210px;*/
        height: 70px;
        /*background-color: rgba(20, 20, 20, 0.75);*/
    }
    .main-header-slider{
       float: right;
        /*padding: 1.5% 5%;*/
     
        /*padding: 10px 16px;*/
         height: 70px;
        display: none;
        /*background-color: rgba(20, 20, 20, 0.75);*/
    }
    .main-header-slider a{
        /*padding: 19px 16px;*/
        /*background-color: rgba(20, 20, 20, 0.75);*/
    }
    .main-header-slider img{
        margin:5px;
    }

.main-nav {
    float: right;
    margin-right: 2%;
    width: 44px;
    height: 100%;
    background: url(../../img/like-icon.png) no-repeat center center;
    background-size: 44px 44px;
    cursor: pointer
}

.main-nav__list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.main-nav__list.main-nav__list--is-visible {
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

.main-nav__list a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
    background: #2f292a;
    border-top: 1px solid #453c3d;
    color: #8e7d7f
}


.fixed-bg {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1
}

.fixed-bg__content,
.fixed-bg h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    
}

.fixed-bg h1,
.fixed-bg h2 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    color: #fff;
    /*font-size: 3.5rem*/
    
}

h1::before {
    content:'\2605';
    padding:10px;
}

.scrolling-bg {
    transition:all .3s ease;
    position: relative;
    min-height: 100%;
    padding: 4em 0;
    line-height: 1.6;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .5);
    box-shadow: 0 0 50px rgba(0, 0, 0, .5);
    z-index: 2
}

.scrolling-bg.scrolling-bg--color-1 {
    background-color: #fff;
    color: #333;
    transition:all .3s ease;
}

.scrolling-bg.scrolling-bg--color-2 {
    background-color: #fff;
    color: #3d3536;
    transition:all .3s ease;
}

.scrolling-bg.scrolling-bg--color-3, 
.scrolling-bg.scrolling-bg--color-4, 
.scrolling-bg.scrolling-bg--color-5,
.scrolling-bg.scrolling-bg--color-6,
.scrolling-bg.scrolling-bg--color-7,
.scrolling-bg.scrolling-bg--color-8,
.scrolling-bg.scrolling-bg--color-9,
.scrolling-bg.scrolling-bg--color-10{
    transition:all .3s ease;
    background-color: #fff;
    color: #3d3536
}

/*.scrolling-bg__content {*/
/*    transition:all .3s ease;*/
/*    width: 90%;*/
/*    max-width: 768px;*/
/*    margin: 0 auto*/
/*}*/
#cart_containter{
    width: 100%;
}

form{
/*width:90%;*/
/*margin:4% ;*/
}
input[type=text], input[type=password],select,textarea{
    margin-bottom: 10px;
    width:100%;
    padding: 10px 0;
    font-size:2rem;
    border-radius:2px;
    border:1px solid #d4d3d0;
}
/*input[type=submit]*/
/*{*/
/*margin-bottom: 20px;*/
/*width:40%;*/
/*padding: 5px;*/
/*border:1px solid #f1f0cf;*/
/*background-color: #a8944f;*/
/*color: #fff;*/
/*cursor:pointer;*/
/*}*/


*, *:before, *:after {
    padding:0;
    margin:0;
    box-sizing:inherit;
}
/*body {*/
/*    color:#000;*/
/*    background:#000;*/
/*}*/
div[id|="box"] {
    width:90%;
    height:500px;
    background:#d8d8d8;
    border:1px solid #999;
    margin:1.5rem auto;
    clear:both;
    display:block;
}
div[id|="box"]:nth-of-type(3n+2) {
    background:#ffd8d8;
}
div[id|="box"]:nth-of-type(3n+3) {
    background:#c8d8ff;
}

.nav {
    width:100%;
    /*font-size:1rem;*/
    background:#fff;
    line-height:2rem;
    border-bottom:1px solid #666;
    display:block;
}
.nav span[class|="box"] {
    width:25%;
    color:inherit;
    background:inherit;
    text-align:center;
    border-right:1px solid #666;
    display:inline-block;
    cursor:pointer;
    float:left;
    transition:all 444ms ease-in;
}
.nav span[class|="box"]:last-of-type {
    border-right:0;
}
.nav span[class|="box"]:hover {
    color:#fff;
    background:#999;
}
.legend {
    /*font-size:2rem;*/
    font-weight:bold;
    text-align:center;
    margin:33% auto 0;
    clear:both;
    display:block;
}



.fixed-bg {  
  min-height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.fixed-bg.fixed-bg--1 {
    background-image: url("../../img/8.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow:hidden;
}

.fixed-bg.fixed-bg--2 {
  background-image: url("../../img/7.jpg");
  background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow:hidden;
}

.fixed-bg.fixed-bg--3 {
  background-image: url("../../img/6.jpg");
  background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow:hidden;
}

.fixed-bg.fixed-bg--4 {
  /*background-image: url("../../img/5.jpg");*/
  background-color: #333;
  background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow:hidden;
}

.scrolling-bg {
  min-height: 100%;
}

.nugget-info {
    display: inline-block;
    padding: 1em 1.4em;
    margin-top: 20px;
    /*background: #a8944f;*/
    /*font-size: 1.8rem;*/
    border:0;
    border-radius: .25em;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .3)
}

.nugget-info .nugget-info-arrow {
    fill: #fff
}

.nugget-info span {
    vertical-align: middle;
    display: inline-block
}

.nugget-info span svg {
    display: block
}

.nugget-info:hover {
    /*background: #666*/
}


/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    /*color: #666;*/
    margin-left: 20px;
    text-align: center;
    padding: 25px 30px;
    text-decoration: none;
    font-size: 18px;
}







.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

#details_item_main_img{
    height: 90px
}
.add_link{
    text-align: center;
    color: #fff;
    background-color: #a8944f;
    /*padding: 6px 10px;*/
    /*border: 1px solid #319a1b;*/
    font-weight: bold;
    font-size: 12pt;
    border-radius: 2px;
    width: 30px;
    height: 28px;
    /*max-height: 25px;*/
    display: block;
    margin-right:5px;
}


.noteadded{
    color: #fff;
    background-color: #69ab70;
    margin: 2px 2px;
    padding: 6px 10px;
    border: 1px solid #319a1b;
    border-radius: 2px;
}
.error{
    color: #ba3333;
    padding: 20px 10px;
    background-color: #fcdada;
}
.darktable{
    margin: 0 auto;
    width:100%;
    background-color: #fcfcfc;
    margin-bottom: 15px;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.1); 
    box-shadow:0 0 10px rgba(0,0,0,0.1);

}
.qua_link{
    /*width: 30px;*/
    /*float: right;*/
    /*padding: 5px 0;*/
    float:left;
    height:28px;
    border:1px solid #d4d3d0;
    outline: 0;
    background: #f2f2f2;
    color:#333;
    margin: 0 15px;
    box-sizing: border-box;
}
.del_link {
    width: 30px;
    float: left;
    margin-left:10px;
    text-align: center;
    color: #fff;
    background-color: #ff0000;
    /*padding: 6px 10px;*/
    font-weight: bold;
    font-size: 12pt;
    border-radius: 2px;
    height: 28px;
    display: block;
    /*max-height: 25px;*/
}
.addednote {
    border-radius: 2px;
}
.items_price {
    width:99%;
    margin-bottom: 20px;
}
.item_table {
    /*width: 80%;*/
}
.td40{
    width: 40%;
}
.td30{
    width: 30%;
}
.td20{
    width: 20%;
}
.td15{
    /*width: 30px;*/
    height:50px;
    margin-top:50px;
}
.td10{
    width: 10%;
}
.td5{
    width: 10px;
}
.cart_item_img{width:160px;}
.table {display:block; float: left; }
.row { display:block;}
.cell {display:inline-block;}
.td50{width: 45%; padding: 50px 0 50px 50px}
.td50,.td20,.td15{float:left;}
.table .td15{margin-left: 5px;}
#controllers_table{
    width: 100px;
    padding: 0;
    margin: 0 auto;
}
#controllers input, .item_table input{
    border:0; text-align: center; 
}
#alltotal{float:right; margin-top:10px;}
.green_note {
    width: 99%;
    float: left;
    color: #fff;
    background-color: #a8944f;
    padding: 6px 10px;
    text-align: center;
}
#cart_view{
    margin-bottom: 100px;
}
#cart_view_table{
    width:345px;   
    margin: 0 auto;
}
.cart_icon{
    width: 50px;
    height: 40px;
    float:right;
}
.bag_icon{
    float: left; 
    width: 26px;
    height: 21px;
    margin: 3px 10px 0 40px;
}
.small_item{
    text-align: left;
}
.white_link{
    color: #fff;
    font-weight: bold;
}
.widget_links{
    padding: 20px;
    font-size: 1.2rem;
    /*color: #ffff;*/
    min-width:200px;
}
.widget_links h4{
   /*color: #a8944f;*/
   padding: 10px 0 ;
}


#expend1, 
#expend2 ,
#expend3 ,
#expend4 ,
#expend5 ,
#expend6 ,
#expend7 ,
#expend8 ,
#expend9 ,
#expend10 
{
  display:none;  
}

#expend1 + .smalldesc, 
#expend2 + .smalldesc,
#expend3 + .smalldesc,
#expend4 + .smalldesc,
#expend5 + .smalldesc,
#expend6 + .smalldesc,
#expend7 + .smalldesc,
#expend8 + .smalldesc,
#expend9 + .smalldesc,
#expend10 + .smalldesc
{
    width:fit-content;
    max-height:350px;
    overflow:hidden;
    transition:all .3s ease;
    margin:0 auto;
}

#expend1:checked + .smalldesc,
#expend2:checked + .smalldesc, 
#expend3:checked + .smalldesc, 
#expend4:checked + .smalldesc, 
#expend5:checked + .smalldesc, 
#expend6:checked + .smalldesc, 
#expend7:checked + .smalldesc, 
#expend8:checked + .smalldesc, 
#expend9:checked + .smalldesc, 
#expend10:checked + .smalldesc 
{
  max-height:1250px;  
  margin:0 auto;
}
.my-font{
    font-size: 1rem;
}
.expandor1 ,
.expandor2 ,
.expandor3 ,
.expandor4 ,
.expandor5 ,
.expandor6 ,
.expandor7 ,
.expandor8 ,
.expandor9 ,
.expandor10 
{
    margin: 0 auto;
    width: 20%;
    text-align: center;
    /*text-decoration:underline;*/
    cursor:pointer;
}

.expandor1:hover ,
.expandor2:hover , 
.expandor3:hover , 
.expandor4:hover , 
.expandor5:hover , 
.expandor6:hover , 
.expandor7:hover , 
.expandor8:hover , 
.expandor9:hover , 
.expandor10:hover  
{
  text-decoration:none;  
  cursor: pointer;
}

.icon1,.icon2,.icon3{
    width: 100%;
    padding-right: 25px;
    margin-right: 15px;
    height: 50px;
}
.icon1{
    background: transparent url('../../img/like-icon.png')  right no-repeat;
}
.icon2{

    background: transparent url('../../img/card-icon.png')  right no-repeat;
}
.icon3{
    background: transparent url('../../img/delivery-icon.png')  right no-repeat;
}

.topnav {
    /*background-color: rgba(20, 20, 20, 0.75);*/
    background-color: #fff;
    /*overflow: hidden;*/
    height: 70px;

    /*padding: 5px 0;*/
}



/* Change the color of links on hover */
.topnav a:hover {
    /*background-color: #a8944f;*/
    color: white;
}

/* Add an active class to highlight the current page */
.active {
    /*background-color: #a8944f;*/
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 130px;
}

.sidenav p{
    color: #757575;
}

.sidenav a {
    padding: 30px 8px 30px 22px;
    text-decoration: none;
    font-size: 45px;
    /*color: #818181;*/
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 15px;
    right: 45px;
    font-size: 85px;
    margin-left: 50px;
}
.slider{
    color: #fff;
    transition: 0.3s;
}
.slider:hover{
    
    color: #818181;
    cursor: pointer;
}

form{

    /*width: 90%;*/
    /*margin: 10px auto;*/
}
 select{
	width: 100%;
	/*float: left;*/
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #eee;
}
input[type=radio]{
    width:20px;
    padding:5px;
    height: 20px; 

}
input[type=text], input[type=password]{
    margin-bottom: 10px;
    width:100%;
    /*padding: 5px 0;*/
    border:1px solid #d4d3d0;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    color:#333;
    border: 0;
    /*margin: 0 0 15px;*/
    box-sizing: border-box;
}
.font16{
    width: fit-content;
    /*font-size: 3.5vw;*/
}

.nugget-info {
        font-size: 1rem;
    }
    .scrolling-bg {
        font-size:1rem;
    }
    .fixed-bg h1,
    .fixed-bg h2 {
        font-size: 1.6rem;
    }
   

.toggle-view span {
  color: #00804e;
  cursor: pointer;
}

.toggle-view .l-active {
  color: #c4c3c1;
  cursor: auto;
}



.center{
    float: left;
    list-style: none;
    margin: 20px auto;
    width: 48%;
    border-bottom: 3px solid #eee;
    float: left;
    text-align: center;
    vertical-align: middle;
    margin: 0px 5px;

}

.list-view .center{
    width: 100%;
    height: 180px;
    padding-top:80px;
}
.list-view .item-image{
    width:30%;
    float:left;
}
.list-view .item-image img{
    width:100%;
    height: 250px;
}
.list-view .item-controllers{
    /*width: 50%;*/
    /*float: left;*/
    height: 80px;
    /*text-align: left;*/
    padding-left:10px;
}
.loader{
    visibility:hidden; margin: 0 auto;
}
.item-controllers{
    /*width: 270px;*/
    /*text-align: center;*/
    /*margin: 0 auto;*/
}
.item-title{
    font-weight:bold;
    /*font-size: 22pt;*/
}
.list-view .item-title{
    width: 65%;
    float: left;
    height: 80px;
    text-align: left;
    padding:10px 0 0 10px;
}
.gird-view .center{
    width: 30%;
    height:400px;
}
.grid-view .item-image img{
    width:94%;
    height:400px;
    /*border-radius: 5px;*/
}
.center{
    padding:50px 0px;
}


/*#parent {*/
/*    height:100%;*/
/*    width:100%;    */
/*    float: right;*/
/*    position: relative;*/
/*}*/
#order_form{
    width: 100%;
    /*float: left;*/
}
#mainitems,#mainform,#mainstore{
    width:99%;
    /*float: left;*/
}
#child {
    width:100%;
    /*right: 0;*/
    float:left;
}
.cart_item_img{
        width: 135px;
        float: left;
        height: 150px;
        margin-right:10px;
    }
    
/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.modal-content {
    margin: auto;
    display: block;
    top:30%; 
    /*left:10%; */
    /*width:220px; */
    /*position:absolute; */
    z-index:41;
    /*padding:30px; */
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.4); 
    box-shadow:0 0 10px rgba(0,0,0,0.4)
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 0px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
#main_cart_view{
    font-size: 2rem;

}
#main_cart_view input[type=text]{
        float:left;
        width: 50px;
        height: 50px;
        padding: 20px 15px;
        margin:0;
        
    }
.del_link, .add_link, .qua_link{
    float:left;
    height: 35px;
    padding: 9px 0 6px 0;;
    border-radius: 2px;
    /* margin: 0 5px; */
    width: 40px;
    /*margin-top:50%;*/
}

/* When the screen is less than 489 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */

@media only screen and (min-device-width: 480px) {
    
    
    .scrolling-bg__content {
        transition: all .3s ease;
        width: 90%;
        max-width: 768px;
        margin: 0 auto
        
    }
}

@media only screen and (max-device-width: 480px) {
    .grid-view a{
        font-weight:normal;
        font-size: 2.1rem;
    }
    .grid-view .item-image img {
        min-height: 415px;
    }
    .scrolling-bg__content {
        transition: all .3s ease;
        width: 96%;
        padding: 20px;
                
    }
    .cart_item_img{
        width: 190px;
        float: left;
        height: 200px;
        margin-right:10px;
    }
    .item-title{
        font-weight:bold;
        font-size: none;
        min-height: 140px;
    }
    .nugget-info {
        font-size: 2.2rem;
    }
    .list-view .nugget-info {
        font-size: 1.7rem;
        float:right;
        margin-top:10px;
    }
    .grid-view .nugget-info {
        font-size: 1.8rem;
    }
    .scrolling-bg {
        font-size:2.5rem;
        overflow:hidden;
    }
    .fixed-bg h1,
    .fixed-bg h2 {
        font-size: 3.5rem;
    }
    .my-font{
        font-size: 2rem;
    }
    
    .topnav{
        height:160px;
    }
  
    .topnav a {

        padding: 47px 23px;
        /*text-decoration: none;*/
        font-size: 1.8rem;
        visibility: hidden;
        display:none;
    }
    
    .main-header-slider {
        display:block;
        float: right;
        height: 150px;
        margin: 25px 50px;
        /*background-color: rgba(20, 20, 20, 0.75);*/
        /*background-color: #fff;*/
    }
    
    .main-header__logo img {
        display: block;
        float:left;
        min-height: 150px;
        max-width:100%;
        min-width: 80%;
        
        /*text-align: center;*/
        margin: 0px auto;
    }
    .main-header__logo {
        float: left;
        max-width:68%;
        margin:  20px;
        /*width: 330px;*/
        /*height: 160px;*/
        /*background-color: rgba(20, 20, 20, 0.75);*/
    }
    
    .main-header-slider img{
        margin: 10px 25px;
        height: 105px;

    }    
    lable{
        font-weight: bold;
    }
    input[type=text], input[type=password],select{
        font-size:2rem;
        border-radius: 0px;
        padding: 2px;
        height: 90px;
    }
    textarea{
        font-size:2rem;
        border-radius: 2px;
        padding: 5px;
    }
    #main_cart_view input[type=text]{
        width: 60px;
        height: 70px;
        padding: 20px 15px;

    }
    
    form{
        /*width: 95%;*/
    }
    select{
        height:80px;
    }
    textarea{
        min-height:150px;
    }
    input[type=radio]{
        height:30px;
        width:30px;
    }
    input[type=text], input[type=password]{
        /*margin-bottom: 10px;*/
        /*width:96%;*/
        /*height:60px;*/
        /*padding: 5px;*/
        border:1px solid #d4d3d0;
        outline: 0;
        background: #f2f2f2;
        color:#333;
        border: 0;
        /*margin: 0 0 15px;*/
        /*box-sizing: border-box;*/
    }
    .del_link, .add_link, .qua_link{
        height: 60px;
        font-size: 2rem;
        padding: 10px 0 0 0;
        border-radius: 2px;
        margin: 0 5px;
        float: left;
        width: 50px;
    }
    
    .fly_cart{
        height: 90px;
        font-size: 25pt;
        line-height: 40px;
    }
    
    
    #cart_view_table {
        width: 70%;
        margin: 22px auto;
}
    .item_table {
        /*width: 98%;*/
        margin: 20px 0;
    }
    .item_table td{
        width: 100%;
    }
    #delivery h1 { font-size: 14pt; float:left; width: 50% }
    .onlyweb{
        display: none;
        visibility: hidden;
    }
    #envelope{
        width: 100%;
    }
    .orderstable {
      /*width: 100%*/
    }
    
    .detailstext{
        text-align: center;
    }
    
    #controllers_table{
        width: 100px;
        padding: 0;
        margin: 0 auto;
    }   
    .home_image {
        width: 175px;
        margin: 2px;
    }
    .body {
        clear: both; 
        margin: 0 auto; 
        width: 95%;
        font-size: 90%;
    }
    #delivery{
        margin: 0 auto;
        width: 70%;
        height:70px;
    }

    #delivery img{
        width: 25%;
    }

    /*.cart_icon{
        width: 35px;
        height: 30px;
        float:right;
    }*/
    .bag_icon{
        float: none; 
        width: 26px;
        height: 21px;
        margin: -3px 0;
    }
    .small_item{
        text-align: center;
    }
    .main_img{
        display: none;
    }

    .manage_login{
        width: 80%;
    }

    .modal-content {
        margin: auto;
        display: block;
        /*top:100px; 
        left:2%; */
        width: 80%;
        /* position: absolute; */
        z-index: 41;
        padding: 40% 0%;
        -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
        -moz-box-shadow:0 0 10px rgba(0,0,0,0.4); 
        box-shadow:0 0 10px rgba(0,0,0,0.4)
    }

    .main_center img{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .green_note{
        width: 100%;
        padding: 10px 0;
        margin:0;
        border:0;
        float:left;
    }
    .class_white_link{
        width: 100%;   
    }
    textarea {
        /*width: 85%;*/
    }
    #alltotal{ margin-top:0;}
    
    .shadow-circle{
        width:50px;
        height:50px;
        padding: 40px;
        text-align: center;
        text-transform: uppercase;
        font-size: 14pt;
        box-shadow: 0px 0px 0px 5px #CCC;
    	border-radius: 50%;
    }
    .outer {
        width: 99%;
        height: 250px;
    }

}