@import url("Controls.css");
@import url("modal.css"); 
@import url("siteheader.css");
@import url("styles.css");
@import url("tables.css");
@import url("tooltip.css");
@import url("ui.tabs.css");
@import url("shoppingcart.css");
@import url("colorbox.css");
@import url("jquery-ui-1.8.17.custom.css");
@import url('https://fonts.googleapis.com/css?family=Ubuntu');

:root {
    --main-color: #e6b15f; /* Default fallback color */
    --secondary-color: #bb8026;
    --accent-color: #ff9b00;
    --text-color: #333333;
}

#border {
    box-shadow: 0 1px 1px #000;
}

.container {
    padding: 0 2%;
}

.row {

}

.postcoderow { 
    padding: 1em 0em;
    color:red;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.9em;
}


.width10,
.width20,
.width25,
.width30,
.width33,
.width66,
.width40,
.width50,
.width60,
.width70,
.width80,
.width90,
.width96,
.width100 {
    display: inline-block;
    position: relative;
    height: inherit;
    vertical-align: top;
}

.width10 {
    width: 9.33%;
}

.width20 {
    width: 19.33%;
}

.width25 {
    width: 24.33%;
}

.width30 {
    width: 29.33%;
    font-size: 12px !important;
}

.width33 {
    width: 32.33%;
}

.width40 {
    width: 39.33%;
}

.width50 {
    width: 49.33%;
}

.width60 {
    width: 59.33%;
}

.width66 {
    width: 66.66%;
}

.width70 {
    width: 69.33%;
}

.width80 {
    width: 79.33%;
}

.width90 {
    width: 89.33%;
}

.width96 {
    width: 96%;
}

.width100 {
    width: 100%;
}

.v-middle [class*="width"] {
    vertical-align: middle !important;
    display: table-cell !important;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.inline-block {
    display: inline-block;
}

img {
    max-width: 100%;
}

.form-table { 
}

.top-menu {
    bottom: 4%;
    position: absolute;
    left: 0;
}
/*Slider*/
#slideshow {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

    #slideshow div {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 8;
        opacity: 0.0;
        background-color: #FFF;
    }

        #slideshow div.active {
            z-index: 10;
            opacity: 1.0;
            width:100%;
        }

        #slideshow div.last-active {
            z-index: 9;
        }

        #slideshow div img {
            display: block;
            border: 0;
            width: 100%;
            margin-bottom: 10px;
        }
/*end of slider*/
/*time*/
.time {
    height: 105px;
}

.watch {
    height: 103px;
    position: relative;
    width: 274px;
    margin: 0 auto;
    margin-top: -20px;
}

.time-table {
    width: 320px;
    margin: 0 auto;
}

.openclosestatus {
    background-size: 100% auto;
    font-size: 9pt !important;
    height: 33px !important;
    line-height: 20px !important;
    width: 78px !important;
}
/*end time*/
/*Gallary*/
.gallary {
    margin: 20px 0;
}

/*End of gallary*/
@media(max-width:1023px) {
    #items {
        width: 350px !important;
    }
}
 .rmm-toggled-controls{
        display: none !important;
    }   

@media(max-width: 768px) {
    #followbuttons {
        display: block !important;
    }
    #categories ul li {
    }

    .footertime{display:none !important}
    .rmm-toggled-controls {
        display: block !important;
    }
    .rmm-toggled {
	width:100%;
	min-height:36px;
           
}
 .rmm-toggled-controls {
	display:block !important;
	height:36px;
	color:#333333;
	text-align:left;
	position:relative;
       margin: 20px 0;
}
 .rmm-toggled-title {
	position:relative;
	top:9px;
	left:9px;
	font-size:16px;
	color:#333333;
}
 .rmm-button {
	display:block;
	position:absolute;
	left:9px;
	top:7px;
}
    .rmm-button span {
	  display: block;
  margin: 4px 0px 4px 0px;
  height: 4px;
  background: #333333;
  width: 35px;
}
 .rmm-toggled ul li a {
	display:block;
	width:100%;
	text-align:center;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #dedede;
	color:#333333;
}
.rmm-toggled ul li:first-child a {
	
}
    .rmm-toggled ul li a {
	
}
 .rmm-toggled ul li:first-child a {
	
}
    #categories ul {
        overflow: auto;
    }
    #categories
    {
        
    }
     #categories li a span, #categories li a span.active
    {
     
        left: 100% !important;
    }
    #subcategories,#subcategories ul,#subcategories li,#subcategories ul li a,#subcategories ul li a.selected,#menulist tr
    {
        width: 100% !important;
        margin-left: 0px !important;
    }
        #subcategories li a span, #subcategories li a span.active {
            right: 15px;
        }
    #categories, #categories ul li {
        height: auto; 
    }
    #categories ul li a.selected
    {
        
    }
        #categories ul li a {
            width: max-content;
            text-align: center;
            display: block;
            padding: 0px 8px;
            border-right: 1px solid #ddd;
        }
    }
    .width10,
    .width20,
    .width25,
    .width30,
    .width33,
    .width66,
    .width40,
    .width50,
    .width60,
    .width70,
    .width80,
    .width90,
    .width96,
    .width100 {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .v-middle [class*="width"] {
        vertical-align: middle !important;
        display: inline-block !important;
    }

    .floatright {
        float: none;
    }

    .floatleft {
        float: none;
    }

    .container {
        width: 94%;
    }

    .form-table {
        width: 100% !important;
    }

 
    .form-table td table td {
        display: table-cell;
    }

    .service-item {
        padding: 10% 10% 0;
    }

    footer {
        text-align: center;
    }

    footer .social-icon {
        display: inline-block;
        float: none;
        max-width: 100%;
        line-height: inherit;
    }

    .footer-logo {
        height: 50px;
        display: block;
        margin: 10px auto;
    }

    .copyright {
        line-height: inherit;
    }

    .homebutton1 {
        right: auto !important;
        position: relative !important;
        margin: 0px auto;
        display: inline-block;
    }

    .homebutton2 {
        position: relative !important;
        right: auto !important;
        margin: 0px auto;
        display: inline-block;
    }

    .homebutton3 {
        position: relative !important;
        right: auto !important;
        margin: 0px auto;
        display: inline-block;
    }

    .top-menu {
        margin-top: 3%;
        position: relative;
        border-bottom: 1px solid #B5ADAD;
        height: 81px !important;
        text-align: center;
    }
    
.submitbutton{
	background: url('/images/sweetchillies/home.png') no-repeat;	
	line-height: 25px;
	bottom: -24px;
	padding-right: -3px;
	text-align: left;
	padding-left: 4px;
	right: 0px;
	color: #FFF;
	font-weight: bold;
}
    /*time*/
    .time {
        height: auto;
        margin: 20px 0;
    }
    /*end time*/
    /*Link module*/
    .mod-link {
        text-align: center;
    }

        .mod-link [class*="width"] {
            margin-bottom: 20px;
        }
    /*end of link module*/
    /*Order menu*/
  
        #cart .cart-detail { }
            
       .container
       {
           padding:0% !important;
		   margin:0 auto;
       }

#NoOfOrder {
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
div#followbuttons {
    display: none;
    background: none repeat scroll 0 0 #EA6710;
    border: 0 none;
    height: 40px; 
    position: fixed;
    right: 56px;
    top: 10px;
    border-radius: 5px;
    width: 100px;
    padding: 5px;
    z-index: 999;
}
    div#followbuttons a {
        float: right;
        border: 0px;
        background-image: url(/images/cart.png);
        background-size: 100%;
        color: #fff;
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
        width: 40px;
        height: 35px;
    }



    #items {
        background-color: White;
        float: left;
        width: 100% !important;
    }

    #menulist {
        width: 100% !important;
    }


        #menulist select {
            border-radius: 5px;
            border: 1px solid #ddd;
            padding: 5px;
        }
    }

    .plusbutton {
        background: url('/images/piyapiya/Add768.png') no-repeat !important;
        height: 22px;
        width: 22px;
    }

    .minusbutton {
        background: url('/images/piyapiya/Minus768.png') no-repeat !important;
        height: 22px;
        width: 22px;
    }

    #cartinfo table tr td div strong {
        margin: 5px 0 5px 0;
    }

    #cartinfo table tr td div img {
        height: 22px !important;
        width: 22px !important;
    }

    .cart-detail div {
        font-size: medium !important;
    
}

    #cartinfo tr div {
        margin: 5px 0 5px 0;
    }

    #submitcart {
       
}

    input[type="text"] {
        font-size: medium !important;
    }
    /*End of Order Menu;*/
}

@media(max-width:479px) {
    #menulist {
        /* width: 310px !important;*/
    }

    table.options td {
        min-width: 0 !important;
    }
   /* #categories ul {
        width: 250px;
        height: 250px;
    }

    #subcategories ul {
        width: 250px;
        height: 250px;
    }
*/
   /* #cart .cart-detail {
        width: 250px !important;
        height: 250px;
    }*/

    #submitcart {
    }
   
}

.ad-gallery {
    width: 100%;
}

select {
    font-family: Tahoma,Verdana,Arial;
    font-size: 8pt;
}

input:not([type]), input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], select, input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {

}

textarea {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma,Verdana,Arial;
    font-size: 8pt;
    padding: 2px;
}

img {
    border: 0px none;
}

textarea {
    font-family: Tahoma,Verdana,Arial;
}

body {
    font-family: Tahoma,Verdana,Arial;
    font-size: 8pt;
    font-weight: normal;
    margin: 0px;
    /*background: #42AFDC url(images/main-bg.jpg) repeat-x;*/
    padding: 0px;
    background-color: #FFFFFF;
    position:relative;
}

a {
    color: #333333;
}

h2 {
    background-color: #cccccc;
    padding: 10px;
}
/* Subcategories, Items and carts*/
#border {
    background: white;
    /*transparent url(images/border.gif) repeat scroll center top;*/
    margin: 0pt auto;
    padding: 0pt;
    width: 986px;
    z-index: 1;
}

#maincontainer {
  background: #FFFFFF none repeat scroll 0%;
  clear: both;
  margin: 0pt auto;
  padding: 0pt;
  text-align: left;
  width: 100%;
  position: relative;
  font-family: Verdana, Arial;
}
#contentwrapper {
    
    min-height: 600px;
}

#items {
    float: left;
    background-color: White;
    width: 450px;
}

#subcategories {
    /*width: calc(100% - 350px);*/
    margin-top: 0px;
}


#footer {
    clear: left;
    width: 936px;
    color: #666666;
    text-align: center;
    background-color: white;
    height: 50px;
    line-height: 50px;
    margin-left: 25px;
    margin-bottom: 50px;
    border-top: solid 1px #eeeeee;
}

    #footer a {
        color: black;
    }

.innertube {
    margin: 10px;
    margin-top: 0;
}
/* Categories, Subcategories, Items and carts ends*/
/*Cart*/
#cart {
    border-left: 1px solid #eeeeee;
    margin: 0px;
}

#cartinfo td {
    border-bottom: solid 1px #eeeeee;
    padding-top: 6px;
}

    #cartinfo td a {
        font-size: smaller;
        text-decoration: none;
        color: Red;
    }

#cart #DispatchTime {
    margin-bottom: 10px;
    font-size: 14pt;
}

#cart #ordertype {
    margin-bottom: 10px;
    font-size: 14pt;
}

#cart #change_ordertype {
    margin-bottom: 30px;
}

#cartheader {
    font-size: 12pt;
    color: #ff7429;
    font-weight: bold;
}
/*End cart*/
/*Submit cart*/
#submitcart {

}
#totalinfo
{
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

#promotioninfo {
    font-weight: bold;
    padding: 12px 0px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: inline-block;
    width: 100%;
}
/*Submit cart ends*/
/* Start Confirmation Page*/
.msg_text {
    font-size: 12pt;
    text-align: left;
    margin: 30px 0px 100px 0px;
}
/* End Confirmation Page */
.style1 {
    width: 43%;
}

.style3 {
  //  width: 201px;
}

.style4 {
}

.openclosestatus {
    width: 143px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-family: Arial;
    font-size: 15pt;
    font-weight: bold;
    background-repeat: no-repeat;
}

table, td {
    border: 0px none white;
    padding: 0px 5px;
}

    table.options td {
        min-width: 180px;
    }


#cartinfo table tr td div img {
    height: 10px;
    width: 10px;
}

#selectedmenu {
    display: none;
}

#selectedcategory {
    display: none;
}


.menu
{
    display:none;
}
.extotal {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 33px;
    line-height: 30px;
    text-align: center;
    width: 50px;
}
 
  #maincontainer {
  font-size: 10pt;
  color: black;

      font-family: 'Ubuntu';
  font-family: Verdana, Arial;
 
  padding-bottom: 10px;
}
#ctl00_main_Calendar1
{
    font-size: 12pt !important;
}





/*loader*/


#welcomeDiv
{
      position: fixed;
  top: 0%;
   left: 0%; 
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

.loader{
	position: fixed;
	z-index: 3;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
  list-style: none;
    
}

@-webkit-keyframes 'loadbars' {
	0%{
		height: 10px;
		margin-top: 25px;
	}
	50%{
		height:50px;
		margin-top: 0px;
	}
	100%{
		height: 10px;
		margin-top: 25px;
	}
}

.loader li{
		background-color: #ccc;
		width: 10px;
		height: 10px;
		float: right;
		margin-right: 5px;
    box-shadow: 0px 100px 20px rgba(0,0,0,0.2);
	}
.loader li:first-child{
			-webkit-animation: loadbars 0.5s cubic-bezier(0.645,0.045,0.355,1) infinite 0s;
		}
.loader li:nth-child(2){
			-webkit-animation: loadbars 0.5s ease-in-out infinite -0.2s;
		}
	.loader li:nth-child(3){
			-webkit-animation: loadbars 0.5s ease-in-out infinite -0.4s;
}

.max-select
{
    width:177px !important;
      margin-left: 12px;
}
@media(max-width: 340px)
{
    .openclosestatus {
  background-size: 100% auto;
  font-size: 7pt !important;
  height: 33px !important;
  line-height: 20px !important;
  width: 70px !important;
}
}

#allergyfooter {
    height: 40px;
    border: 0px none;
    margin-left: 5px;
}

.btnDNI {
    background-color: purple;
    color: white !important;
    /* padding: 3px; */
    font-size: 15px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    padding-bottom: 3px;
}

@media all and (max-width: 999px)  {
  #allergyfooter
  {
      background-size:95%;
  }
}

#slideshow::before {
    content: "";
    background: rgb(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.notice {
    border: 1px solid #900000;
    border-radius: 10px;
    padding: 10px;
    background: #d80000;
    text-align: center;
    color: #fff;
    margin: 20px 0;
}

    .notice h2 {
        font-size: 18px;
        margin: 0;
        padding: 0;
        font-weight: 600;
    }

    .notice p {
        font-size: 14px;
        margin: 0;
    }

.allergywarning {
    max-width: 450px;
    border: 1px solid #f00;
    display: block;
    position:relative;
    padding: 5px;
    border-radius: 10px;
    font-size: 10px;
    margin: 0 5px;
    letter-spacing: 0.5px;
}

.allergywarning p {margin: 0;font-size: 9px;line-height: 11px; color:#ccc }

    .allergywarning h4 {
        font-size: 11px;
        color: #f00;
        text-align: center;
        background: #181b1e;
        position: absolute;
        top: -8px;
        padding: 0 5px;
        left: 10px;
        font-weight: 600;
    }
.msgbox {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 1px 10px #ddd;
    margin-bottom: 25px; 
}
.findaddress {
    border: 1px solid;
    padding: 2px 10px;
    border-radius: 20px;
    background: var(--main-color);
    color: #fff;
}

    .findaddress:hover {
        color: #000;
        border: 1px solid var(--main-color);
    }

.offermsg {
    display: block;
    border: 1px solid #ff9b00;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background: #ffeeb9;
    font-size: 14px;
    margin-bottom: 20px;
}

.addlastorder, .feedback {
    border: 1px solid;
    padding: 2px 10px;
    border-radius: 5px;
}

    .addlastorder:hover, .feedback:hover {
        background: #e9b15f;
        color: #fff;
    }
.clear{color:#f00}
#btnAddItem {
    border: 1px solid #e6b15f;
    background: #e6b15f;
    color: #fff;
    padding: 0px 10px;
    border-radius: 5px;
    margin-left: 10px;
}
    #btnAddItem:hover {
        background: #bb8026;
    }
.pagetitle {
    font-size: 26px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: sans-serif;
}
.cartbox {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0 10px;
    box-shadow: 1px 1px 10px #ddd;
}
i.fa-square-plus, i.fa-square-minus{
    color: #6c757d;
}
i.fa-square-plus:hover, i.fa-square-minus:hover {
    color:#000;
}
.messagebox {
    font-size: 12px;
    border: 1px solid #ddd;
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #ddd;
}

    .messagebox textarea {
        
        border-radius: 5px;
    }
    .messagebox p {
        margin: 0;
        padding-bottom: 2px;
    }
.messagebox .bold{
    margin-top: 10px;
    font-weight: 600
}
.loginform {
    max-width: 420px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
}

.carttitle {
    font-size: 18px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: sans-serif;
}


/* Horizontal Scroll Navigation */
.order-category {
    position: relative;
}

.navbox {
    align-self: center;
    margin: 0 auto;
    font: 1rem/1.5 sans-serif;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1);
    position: sticky;
    top: 0px;
    left: 0;
    right: 0;
    display: block;
    transition: top 0.3s;
    z-index: 999;
}

.navheader {
    padding: 0 .5rem;
    color: #fff;
    text-align: center;
    background-color: #009688;
    border-radius: 5px 5px 0 0;
}

    .navheader a {
        color: rgba(255, 255, 255, .65);
    }

#categories {
    position: relative;
    z-index: 2;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

    #categories ul {
        display: flex;
        flex-wrap: nowrap;
        padding-left: 0;
        margin-block: 0;
        overflow-x: auto;
        list-style: none;
        text-align: center;
        white-space: nowrap;
        scroll-behavior: smooth;
    }

        #categories ul li {
            display: inline-block;
            flex-shrink: 0;
        }

            #categories ul li a {
                display: block;
                padding: .5rem .75rem;
                color: #333;
                font-weight: 600;
                transition: all 0.3s ease;
                letter-spacing: .5px;
            }

                #categories ul li a:hover {
                    color: rgb(255, 179, 0);
                    background: #f5f5f5;
                }

                #categories ul li a.active,
                #categories ul li a.selected {
                    color: #f90000;
                    background: #dbdee0;
                }

#collapsible-panels a {
    font-family: 'Ubuntu';
    font-size: 18px;
    font-weight: 700;
    padding: 5px;
    background: #e9ecef;
    color: #212529;
    display: block;
    letter-spacing: 0;
    border-bottom: 1px solid #ccc;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    #categories {
        left: 0 !important;
        width: 100% !important;
    }

        #categories ul li a {
            padding: .75rem .5rem;
            font-size: 14px;
        }
}

.msg_text {
    font-size: 14pt;
    text-align: center;
    margin: 30px auto;
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 1px 1px 5px #ddd;
}

.hide {display: none;}

.contactaddress {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 5px #eee;
}
.contactaddress h3{font-size:24px; margin-bottom:10px; color:#000; font-weight:600}
 .contactaddress .btn a, .footeraddress .btn a {  color: #fff;  }
.contactaddress .icon {border: 1px solid #ddd;padding: 10px;width: 35px;height: 35px;border-radius: 50%; font-size: 20px;
}
.contactaddress p{margin-bottom:0}
.footeraddress .btn { width: 35px; height: 35px; padding: 4px;}
.btn-instagram {
    background: linear-gradient(45deg, #eef918 0%,#de0000 43%,#4305ff 100%);
}
.aboutussection {
    padding-left: 15px;
    padding-right: 15px;
}
.btn-custom {
    border: 1px solid;
    padding: 8px 10px;
    border-radius: 5px;
    background: var(--main-color);
    color: #fff;
}

    .btn-custom:hover {
        background: #ff7d0f;
        color: #fff;
    }
.aboutussection{margin-bottom:20px}
    .aboutussection img {
        margin-bottom: 10px;
    }
.aboutussection h5, .aboutussection h2 {
    color: var(--main-color);
}

.aboutussection h2 {
    font-size: 40px;
    padding-left: 0;
    font-weight: 600;
}
.homepagecopy .title h1 {
    color: var(--main-color);
    font-size: 40px;
    font-weight: 500;
}

.homepagecopy .title p {
    text-align: center;
    font-style: italic;
    color: var(--main-color);
}