
	/*List style*/
	.nav-tabs
	{
		float:  left;
		width: 100%;
		margin: 0;
		/*margin-top: 30px;*/
		list-style-type: none;
		padding: 0;
	}

	.nav-tabs>li
	{
		/*background: #ddd;*/
	    padding: 15px 25px;
	    cursor: pointer;
        text-align: right;
	}

	.nav-tabs>li>a
	{
		text-decoration: none;
		transition: all .2s;
		color: #444;
	}

	.nav-tabs>li>a:hover
	{
		text-decoration: none;
		transition: all .3s;
	}

	.nav-tabs>li.active,
	.nav-tabs>li.active:hover,
	.nav-tabs>li.active:focus
	{
		cursor:  default;
		text-decoration: none;
		color: #000;
		background: #dcdcdc;
	}

	.nav-tabs>li.active>a,
	.nav-tabs>li.active>a:hover,
	.nav-tabs>li.active>a:focus
	{
		cursor:  default;
		text-decoration: none;
		color: #000;
	}

	.tab-content> .tab-pane
	{
		float: left;
		width: 100%;
		display: none;
		transition: all 1s;
	}

	.tab-content> .tab-pane.active
	{
		width: 100%;
		display: block;
		transition: all 1s;
	}

	/*wrapper style*/
	.list-wrapper {
    	min-height: 500px;
    	padding: 30px;
        margin: 5% 15%;
	}
	.list-link {
	    min-height: 450px;
	    width: 25%;
	}
	.list-content{
		width: 80%;
		min-height: 450px;
		/*background: #eee;*/
    	/*padding: 30px;*/
        border-left: 1px solid #000;
        padding-left: 10px;
	}
	.fpwsb-list-f-img {
	    width: 20% !important;
	    margin-right: 10px;
	}
	.fpwsb-list-f-content {
    	width: 100% !important;
        padding-bottom: 15px;
	}
	.fpwsb-list-f-content h5 {
	    margin: 5px 0 0 0;
	    font-size: 18px;
	    font-weight: 400;
	}
	.fpwsb-list-f-content p {
	    margin: 0;
	    font-size: 14px;
	}
	.fpwsb-list-f-content p.fpwsb-price {
	    margin: 0;
	    font-size: 14px;
	    font-weight: 700;
	    color: #f74848;
	}
	.nav-tabs>li.subcat 
	{
	    padding-left: 20%;
	}
	.fpwsb-addTocart2 
	{
	    padding: 0px 5px;
	    font-size: 16px;
	    background: #f74848;
	    color: #fff;
	    border: none;
	    cursor: pointer;
        margin-left: 10px;
	}
	.fpwsb-addTocart4 
	{
	   /* padding: 0px 5px;
	    font-size: 16px;
	    background: #ddd;
	    color: #777;
	    border: none;
	    cursor: not-allowed;
        margin-left: 10px;*/
	}
    .fpwsb-addTocart4 img {
    width: 22px;
    position: absolute;
    margin-left: 10px;
    cursor: pointer;
}
.fpwsb-qtyinput {
    border: 0 !important;
    background: #f6f6f6 !important;
    padding: 10px 15px !important;
    text-align: center !important;
}
	.fpwsb_error {
	    color: #f74848;
	    font-size: 12px;
	    float: right;
	}

.fpwsb-store-status-msg {
    border: 2px solid #f50000;
    color: red;
    padding: 0 15px;
    margin-bottom: 25px;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 2px;
    width: 70% !important;
}


		/* [Object] fpwsb_Modal
 * =============================== */
.fpwsb_modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgb(0 0 0 / 5%);
  transition: opacity .25s ease;
  z-index: 99999 !important;
}

.fpwsb_modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.fpwsb_modal-state {
  display: none;
}

.fpwsb_modal-state:checked + .fpwsb_modal {
  opacity: 1;
  visibility: visible;
}

.fpwsb_modal-state:checked + .fpwsb_modal .fpwsb_modal__inner {
  top: 0;
}

.fpwsb_modal__inner {
  transition: top .25s;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  margin: auto;
  overflow: auto;
  background: #fff;
  border-radius: 0px;
  padding: 0;
  height: 75%;
  min-height: 70%;
  box-shadow: 0 7px 26px -6px #5f5f5f;
}

.fpwsb_modal__close {
    position: absolute;
    right: 1em !important;
    top: 15px !important;
    width: 1em !important;
    height: 1em !important;
    cursor: pointer;
}

.fpwsb_modal__close:after,
.fpwsb_modal__close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}

.fpwsb_modal__close:hover:after,
.fpwsb_modal__close:hover:before {
  background: #aaa;
}

.fpwsb_modal__close:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
	
  .fpwsb_modal__inner {
    width: 90%;
    height: 90%;
    box-sizing: border-box;
  }
}


.fpwsb_fpwsb_modalhead {
    background: #f6f6f6;
    padding: 10px 0 10px 15px !important;
}
.fpwsb_fpwsb_modalhead h5 {
    font-weight: 400;
    color: #000;
}
.fpwsb_modalcontent {
    padding: 0 15px;
    color: #000;
    min-height: 75%;
}
.fpwsb_modalcontent h5 {
	font-weight: 400;
}
.fpwsb_modalcontent p {
	font-weight: 400;
}
.fpwsb_modalfooter {
    padding: 0 15px;
}
.fpwsb_modalcontent h6 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 5px;
}
.fpwsb_modalcontent h5 {
    font-weight: 400;
    font-size: 14px;
}
.fpwsb-addontext {
    margin: 0;
    margin-left: 10px;
    font-size: 14px;
    margin-top: -5px;
}
.fpwsb-priceright {
    right: 15px;
    position: absolute;
}
.fpwsb_space {
    margin-bottom: 25px;
}
.fpwsb_space2 {
    margin-bottom: 10px;
}
.fpwsb_space3 {
    margin-bottom: 5px;
}
input.fpwsb-addoncheck:focus-visible {
    outline: none !important;
}
.fpwsb-addTocart {
}
.fpwsb-addTocart:focus {
    /*background-color: #fb5959 !important;*/
    outline: 0px auto -webkit-focus-ring-color !important;
}

.fpwsb-error {
    font-size: 12px !important;
    text-align: right;
    width: 100%;
    color: #f74848;
}
.fpwsb-addTocart img {
    width: 22px;
    position: absolute;
    margin-left: 10px;
    cursor: pointer;
}
.fpwsb-cart {
    margin-top: 5px;
}


.fpwsb-cart-sidebar {
	height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    /*transition: 0.5s;*/
    /*padding-top: 60px;*/
    box-shadow: -5px 0 24px #00000033;
}
.fpwsb-cart-list-div {
    background: #000;
    padding: 10px 20px;
    color: #fff;
}

.fpwsb-cart-sidebar a {
/*  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;*/
      position: absolute;
    right: 20px;
    background: #353535;
    padding: 0 8px;
    border-radius: 1px;
    color: #fff !important;
}

.fpwsb-cart-sidebar a:hover {
  color: #fff !important;
  background: #656565;
}

/*.fpwsb-cart-sidebar .fpwsb-cart-closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}*/

.fpwsb-cart-openbtn {
   cursor: pointer;
   background: #fff !important;
   border-radius: 6px;
   padding: 20px;
   box-shadow: 0 4px 15px -3px #44444445;
   border: none;
   position: fixed;
   bottom: 10%;
   right: 20px;
}

.fpwsb-cart-openbtn:focus-visible 
{
    outline: none !important;
}

.fpwsb-cart-openbtn:hover {
  
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .fpwsb-cart-sidebar {padding-top: 15px;}
  .fpwsb-cart-sidebar a {font-size: 18px;}
}


.fpwsb_cart_list_ul {
    list-style: none !important;
    padding: 0 20px !important;
    margin: 0 !important;
}
.fpwsb_cart_list_h5 {
    color: #444;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin: 0 0 5px 0 !important;
}
.fpwsb-cart-list-li-right {
    float: right;
}

.fpwsb-display-flex
{
	display: flex;
}

.fpwsb-divider {
    width: 100%;
    height: 2px;
    background: #444;
    margin-bottom: 20px;
}
.fpwsb_place_cart_items {
    padding-top: 30px !important;
}

.fpwsb-checkout-radio-span {
    float: left;
}

.fpwsb-checkout-radio-span2 {
    float: right;
}

.fpwsb-checkout-input {
    margin-right: 5px !Important;
}

.fpwsb-checkout-input:focus-visible {
    outline: none;
}
.fpwsb-checkout-option-li	
{
	display: block;
	width: 100%;
	border-top: 1px solid #eaeaea;
	margin-top: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea;
}

.fpwsb-ordernoe-btn {
    width: 100% !important;
    border: none !important;
    background: #000 !important;
    color: #fff !important;
    border-radius: 0!important;
    padding: 7px 0 !important;
    text-align: center !important;
    margin-top: 20px;
    min-height: 40px !important;
    cursor: pointer;
}
.fpwsb-ordernoe-btn:focus-visible {
	outline: none !important;
	}

	.fpwsb-postcode-field-box {
    	margin-top: 10px !important;
    	font-size: 14px !important;
	}
	.fpwsb-postcode-field-verify {
	    width: 100% !important;
	    padding: 3px 10px !important;
	    border-radius: 0 !important;
	    font-size: 14px !important;
        min-height: 35px !important;
        border: 1px solid #444 !important;
	}
	.fpwsb-taketime-field-box {
    	margin-top: 10px !important;
    	font-size: 14px !important;
	}
	.fpwsb-taketime-field {
	    width: 100%;
	    padding: 2px 10px !important;
	    border-radius: 0 !important;
	    font-size: 14px !important;
	    border: 1px solid #444 !important;
        min-height: 35px !important;
        background: #fff;
	}
	.fpwsb-cart-food-remove-btn {
	    border: none !important;
	    padding: 0 !important;
	    margin: 0 !important;
	    font-size: 12px;
	    color: #ea0d0d;
	}
	.fpwsb-cart-food-remove-btn:hover 
	{
    	background: transparent !important;
    	color: #ea0d0d !important;
	}
	.fpwsb-cart-food-remove-btn:focus-visible {
    	background: transparent !important;
    	color: #ea0d0d !important;
    	outline: none !important;
	}

    .fpwsb-cart-food-remove-btnss {
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 12px;
        color: #ea0d0d !important;
        cursor: pointer !important;
    }
    .fpwsb-cart-food-remove-btnss:hover 
    {
        background: transparent !important;
        color: #ea0d0d !important;
    }
    .fpwsb-cart-food-remove-btnss:focus-visible {
        background: transparent !important;
        color: #ea0d0d !important;
        outline: none !important;
    }

    .fpwsb-success2
    {
        width: 100% !important;
        color: #270;
        text-align: right;
        font-size: 14px !important;
    }
    .fpwsb-errors2
    {
        width: 100% !important;
        color: #D8000C;
        text-align: right;
        font-size: 14px !important;
    }
	.fpwsb-success
	{
		background: #dff2bf;
	    width: 100% !important;
	    color: #270;
	    padding: 6px 17px;
	}

	.fpwsb-errors
	{
		background: #FFBABA;
	    width: 100% !important;
	    color: #D8000C;
	    padding: 6px 17px;
	}

	.fpwsb-postcode-verify-btn {
	    border: none;
	    border-radius: 0 !important;
	    padding: 0 !important;
	    font-size: 14px;
	    float: right !important;
	    background: transparent;
	    color: red !important;
	}
	.fpwsb-postcode-verify-btn:hover {
	    border: none;
	    border-radius: 0 !important;
	    padding: 0 !important;
	    font-size: 14px;
	    float: right !important;
	    background: transparent;
	    color: red !important;
	}

	.fpwsb-postcode-verify-btn:focus-visible {
	    border: none;
	    border-radius: 0 !important;
	    padding: 0 !important;
	    font-size: 14px;
	    float: right !important;
	    background: transparent;
	    color: green !important;
	    outline: none !important;
	}

    #fpwsb-oreder-login,#fpwsb-oreder-register,#fpwsb-oreder-guest{
        display: none;
    }
    #fpwsb-oreder-now-option{
        display: none;
    }
    .fpwsb-disabled{
        pointer-events: none;
        opacity: 0.6;
    }

    .fpwsb-nbtn {
        border: none !important;
        padding: 0 !important;
    }
    .fpwsb-nbtn:focus {
        border: none !important;
        padding: 0 !important;
        background: transparent;
        outline: none !important;
        color: #444;
    }
    .fpwsb-nbtn:focus-visible {
        border: none !important;
        padding: 0 !important;
        outline: none !important;
        color: #444;
    }
    .fpwsb-nbtn:hover {
        border: none !important;
        padding: 0 !important;
        background: none;
        color: #444;
    }

/* FORM STYLE */

.fpwsb-form-box1 {
    margin: 5% auto !important;
    box-shadow: 0 5px 17px -6px #bdbdbd;
    padding: 40px;
    width: 50%;
    border-radius: 10px;
    transition: all .8s;
}

.fpwsb-form-box2 {
    margin: 5% auto !important;
    box-shadow: 0 5px 17px -6px #bdbdbd;
    padding: 40px;
    width: 50%;
    border-radius: 10px;
    transition: all .8s;
    display: none;
}

.fpwsb-continue-as-guest {
    border: 0 !important;
    background: #000 !important;
    width: 100% !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 5px 0;
    font-size: 14px;
    margin-top: 20px;
}

.fpwsb-continue-as-guest {
    border: 0 !important;
    background: #000 !important;
    width: 100% !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 5px 0;
    font-size: 14px;
    outline: none !important;
}


.fpwsb-field-style {
    border: 0 !important ;
    border-radius: 0 !important;
    background: #f4f4f48a;
    margin: 5px 5px 0 0;
    font-size: 14px !important;
}

.fpwsb-sign-in-submit {
    border: 0 !important;
    background: #50ce50;
    color: #fff;
    padding: 3px 25px;
    font-size: 14px;
    margin-top: 17px;
    transition: all .5s;
    float: right;
}

.fpwsb-sign-in-submit:hover {
    border: 0 !important;
    background: #45ad45;
    color: #fff;
    padding: 3px 25px;
    font-size: 14px;
    margin-top: 17px;
    transition: all .5s;
}

.fpwsb-sign-in-submit:focus-visible {
    border: 0 !important;
    background: #45ad45;
    color: #fff;
    outline: none !important;
    transition: all .5s;
}

.fpwsb-sign-place {
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    padding: 0 !important;
}

.fpwsb-sign-place:hover {
    border: 0 !important;
    background: transparent;
    border-radius: 0 !important;
    font-size: 14px !important;
    padding: 0 !important;
    color: #444;
}

.fpwsb-sign-place:focus-visible {
    border: 0 !important;
    background: transparent;
    border-radius: 0 !important;
    font-size: 14px !important;
    padding: 0 !important;
    color: #444;
    outline: none !important;
}

.fpwsb-sign-place2 {
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    padding: 0 !important;
}

.fpwsb-sign-place2:hover {
    border: 0 !important;
    background: transparent;
    border-radius: 0 !important;
    font-size: 14px !important;
    padding: 0 !important;
    color: #444;
}

.fpwsb-sign-place2:focus-visible {
    border: 0 !important;
    background: transparent;
    border-radius: 0 !important;
    font-size: 14px !important;
    padding: 0 !important;
    color: #444;
    outline: none !important;
}

.fpwsb-replace-box {
    font-size: 14px;
    margin-top: 18px;
}	

.fpwsb-quest-left {
    box-shadow: 0 5px 15px -5px #44444438;
    border-radius: 10px;
    margin-right: 50px;
    width: 60%;
}

.fpwsb-quest-right {
    width: 40%;
}

.fpwsb-quest-right {
    width: 40%;
    box-shadow: 0 5px 15px -5px #44444438;
}

.fpwsb-form-box3
{
	display: none;
}
.fpwsb-form-box4
{
    display: none;
    padding: 50px;
    margin: 5% 15%;
}

.fpwsb-quest-head-h5 {
    margin: 0 0 20px 0 !important;
    padding: 15px 20px !important;
    font-size: 14px !important;
}



.fpwsb-field-style1 {
    border: 1px solid #dedede !important;
    border-radius: 0 !important;
    padding: 5px 15px !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
    min-height: 35px !important;
}

.fpwsb-quest-body {
    padding: 0 20px;
}

.fpwsb-quest-payment-head {
    font-size: 14px;
    margin: 20px 0 15px 0;
}

.fpwsb-quest-payment {
    padding: 0 20px;
    font-size: 14px;
    margin: 20px 0 15px 0;
    border-top: 1px solid #dedede;
}
#fpwsb-card:focus-visible {
    outline: none !important;
}

#fpwsb-cash:focus-visible {
    outline: none !important;
}
.fpwsb-card-pay-btn {
    width: 100% !important;
    border: none !important;
    background: #000 ;
    color: #fff !important;
    border-radius: 0!important;
    padding: 7px 0 !important;
    text-align: center !important;
    margin-top: 20px;
    min-height: 40px !important;
}

.fpwsb-cash-pay-btn {
    width: 100% !important;
    border: none !important;
    border-radius: 0!important;
    padding: 7px 0 !important;
    text-align: center !important;
    margin-top: 20px;
    min-height: 40px !important;
    cursor: pointer;
    font-weight: 400 !important;
}

.fpwsb-cash-pay-btn:focus-visible {
    outline: none !important;
}

.fpwsb-card-pay-btn:focus-visible {
    outline: none !important;
}


/*Utility*/
.fpwsb-border-bottom{
    border-bottom : 1px solid red !important;
}



.fpwsb-wrapper 
{ 
    overflow:hidden;
}
.fpwsb-wrapper div 
{
}
.fpwsb-one 
{
    float:left; 
}
.fpwsb-two 
{ 
    overflow:hidden;
    padding-left:10px;
}
@media screen and (max-width: 400px) 
{
    .fpwsb-one 
    { 
        float: none;
        margin-right:0;
        width:auto;
    }
}


.fpwsb-disabled
{
    background: #ddd !important;
    color: #fff !important;
}

/*Success Msg animation*/
.fpwsb-checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: green;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.fpwsb-checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: green;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.fpwsb-checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #fff;
  }
}

/**/

.fpwsb-quest-center {
    width: 40%;
    margin: 10% auto;
    box-shadow: 0 5px 15px -5px #44444438;
}
.fpwsb-quest-payment2 {
    padding: 0 20px;
    font-size: 14px;
    margin: 35px 0 15px 0;
    min-height: 100px;
}
.fpwsb-quest-payment2 h3 {
    text-align: center;
    padding-bottom: 50px;
    font-size: 17px;
}
.fpwsb-show-su-msg{display: none};


.btn:hover, button:hover, input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover, input[type='reset']:hover {
    background-color: rgb(242 37 60) !important;
}

input[type='text']:focus, input[type='email']:focus, input[type='url']:focus, input[type='password']:focus, input[type='search']:focus, input[type='number']:focus, input[type='tel']:focus, input[type='range']:focus, input[type='date']:focus, input[type='month']:focus, input[type='week']:focus, input[type='time']:focus, input[type='datetime']:focus, input[type='datetime-local']:focus, select:focus, textarea:focus {
    outline: none !important;
    -webkit-box-shadow: 0 0 0 !important;
    box-shadow: 0 0 0 !important;
}

.fpwsb-postcode-verify-btns {
    background: transparent !important;
    border: none !important;
    font-size: 14px !important;
    float: right !important;
    padding: 0 !important;
    margin: 0 !important;
    color: red !important;
}

.fpwsb-postcode-verify-btns:hover {
    color: red !important;
    outline: none !important;
}
.fpwsb-postcode-verify-btns:focus {
    outline: none !important;
    color: red !important;
}

.fpwsb-category-ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.fpwsb-category-li.active 
{
    background: #f7f7f7 !important;
    padding: 10px !important;
}
.fpwsb-category-li 
{   
    padding: 10px !important;
    cursor: pointer !important;

}

.floatfixed{
    position: fixed !important;
    right: 0;
    top: 25% !important;
    background: #fff !important;
}
.fpwsb-empty-cart {
    text-align: center !important;
    width: 50px !important;
    margin: 0 auto !important;
}

.pwsb-q-a-c 
{
    border: 1px solid #c2c2c2 !important;
    padding: 0 3px !important;
    width: 45px !important;
    background: #ffffff !important;
    font-size: 14px !important;
    text-align: center !important;
    margin-left: 10px !important;
    border-radius: 0 !important;
}

/*Main button overwrite*/
[type=button], [type=submit], button 
{
    display: inline-block;
     font-weight: 400; 
     color: inherit !important; 
     text-align: center; 
     white-space: nowrap; 
     -webkit-user-select: none; 
    -moz-user-select: none;
    -ms-user-select: none;
     user-select: none; 
     background-color: transparent; 
     border: none !important; 
     padding: inherit !important; 
     font-size: 14px !important; 
     border-radius: 0 !important; 
     -webkit-transition: all .3s; 
    -o-transition: all .3s;
     transition: all .3s; 
}

.fpwsb-optiondrop 
{
    font-size: 14px !important;
    padding: 0 !important;
    width: 20% !important;
    margin-left: 10px !important;
    border: 1px solid #c3c3c3;
    background: #fff;
}

.fpwsb-optiondrop:focus 
{
    font-size: 14px !important;
    padding: 0 !important;
    width: 20% !important;
    margin-left: 10px !important;
    border: 1px solid #c3c3c3;
}
.fpwsb-addon-show 
{
    font-size: 14px !important;
    padding: 0 4px !important;
    width: 16% !important;
    margin-left: 10px !important;
    border: 1px solid #c3c3c3;
    cursor: pointer;
}
.fpwsb-addon-box {
    position: absolute;
    min-width: 150px !important;
    border: 1px solid #d1d1d1 !important;
    padding: 5px 10px !important;
    background: #fff !important;
    margin-top: 30px !important;
    margin-left: 148px !important;
    box-shadow: 0 7px 15px -6px #959595;
    border-radius: 5px !important;
    display: none;
    z-index: 1;
}

.fpwsb-addon-box h5 {
    font-size: 14px !important;
    border-bottom: 1px solid #dfdfdf !important;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}
.fpwsb-close-add-box {
    width: 100% !important;
    text-align: center !important;
    cursor: pointer !important;
    background: #4444 !important;
    margin-top: 5px !important;
    font-size: 14px !important;
}
[type=button]:focus, [type=submit]:focus, button:focus {
    outline: none !important;
}

.fpwsb-taghover
{
    cursor: pointer;
}
label {
    vertical-align: inherit !important;
}
.fpwsb-active {
    background: #f7f7f7;
}
button#getaddress_button 
{
    padding: 5px 15px !important;
    margin-bottom: 10px !important;
}

.fpwsb-mob-quest-left
{
    box-shadow: 0 5px 15px -5px #44444438;
    border-radius: 10px;
    margin-right: 50px;
    width: 100%;
}
.fpwsb-mob-quest-right {
    width: 100%;
    box-shadow: 0 5px 15px -5px #44444438;
    margin-top: 30px;
}
.fpwsb-mob-quest-center {
    width: 80%;
    margin: 10% auto;
    box-shadow: 0 5px 15px -5px #44444438;
}


















/*Custom*/


/* ORDER PAGE */

.fpwsb-category-li.fpwsb-active {background: #FCCC05!important;padding: 10px !important;color: #fff;}
.fpwsb-category-li.active {background: #FCCC05!important;padding: 10px !important;color: #fff;}
.fpwsb-category-li {background: #f8f8f8;margin-bottom: 5px;}
.pwsb-q-a-c {height: 23px;}
.fpwsb-list-f-content p.fpwsb-price {line-height: 23px;}
.fpwsb-list-f-content {padding: 15px !important;background: #f8f8f8;}
.fpwsb-list-f-content p {line-height: 17px;}
.fpwsb-list-f-content h5 {line-height: 30px;margin: 0;}
.fpwsb-list-f-content p.fpwsb-price {color: #FCCC05;}
.fpwsb-category-li:hover {background: #FCCC05;color:#fff}
.list-wrapper {padding: 0 !important;margin: 3% 14% !important;}
.fpwsb-store-status-msg {width: 97.8% !important;font-weight: 600;background: #ffd2d2;border: 0;color: #f00;padding: 18px;letter-spacing: 2px;font-size: 16px;margin-left:15px;}
#fpwsb-cart-list {padding-bottom: 25px !important;border: 0 !important;background: #f8f8f8}
.fpwsb-cart-list-div {background: #f8f8f8;color:#FCCC05 !important;border:0;margin-bottom:5px;font-weight:600}
.fpwsb-ordernoe-btn {background: #FCCC05 !important;}
.fpwsb_place_cart_items{background:#f8f8f8 !important;padding-top: 15px !important;}
.fpwsb-taketime-field {border: 1px solid #ccc!important;}
.fpwsb_cart_list_h5 {line-height: 15px !important;color: #000 !important;font-size: 14px !important;}
.fpwsb-divider {background: #dbdbdb !important;}
.fpwsb-checkout-option-li {border: 0;margin-top: 5px !important;padding-top: 5px;}
.fpwsb-taketime-field-box {margin-top: 0px !important; font-size: 14px !important;}
.fpwsb-col-6 {border-left:0 !important;padding-left: 0 !important;}
#fpwsb-food-list div {margin-bottom: 5px;margin-top: 0px !important;border: 0 !important;}
.fpwsb-ordernoe-btn{margin:0 !important}
.fpwsb-col-2 {margin-bottom: 30px;}
.fpwsb-cart {margin-top: 10px !important;}
li.ft_btn_bottom {padding-bottom: 20px !important;}
.fpwsb-form-box4 {padding: 0px !important;margin: 3% 14% !important;}
.fpwsb-list-f-img {width: 25% !important;margin-right: 10px;}
.ferns-img-pop-modal {display: none;position: fixed;z-index: 99 !important;padding-top: 100px;left: 0;top: 0;width: 100%;height: 100%;overflow: auto; background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.4);}
.ferns-img-content {background-color: #fefefe;margin: auto;padding: 20px;border: 1px solid #888;width: 40%;border-radius: 20px;}
.ferns-img-close {color: #aaaaaa;font-size: 28px;font-weight: bold;}
.ferns-img-close:hover,.ferns-img-close:focus {color: #000;text-decoration: none;cursor: pointer;}
.ferns-img-content-img img {border-radius: 20px;}


/* CHECKOUT */

.fpwsb-quest-body {padding: 20px 20px;background: #f8f8f8;}
.fpwsb-quest-head-h5 {padding: 15px 20px !important;font-size: 18px !important;margin-bottom: 5px !important;}
.fpwsb-quest-left {box-shadow: 0 0 0 transparent;}
.fpwsb-quest-right {box-shadow: 0 0 0 transparent;}
.fpwsb_cart_list_ul {padding: 0 20px !important;background:#f8f8f8;}
button#getaddress_button {padding: 10px 20px !important;margin-bottom: 10px !important;font-size: 14px !important;text-align: center;letter-spacing: 0;line-height: 1;}
.fpwsb-field-style1 {min-height: 45px !important;margin-bottom: 15px !important;}
input.fpwsb-quest-form-fname.fpwsb-field-style1 {margin-top: 20px;}
ul.fpwsb_cart_list_ul.ft_67gf4 {padding-bottom: 10px !important;}
ul.fpwsb_cart_list_ul.ft_67f4r {padding-bottom: 10px !important;}
.fpwsb-quest-payment {font-size: 14px !important;margin: 5px 0 15px 0 !important;border-top: 0 !important;background: #f8f8f8 !important;padding: 1px 20px 20px 20px !important;}
.fpwsb-cash-pay-btn {margin-top:10px}
button#fpwsb-card-submit {font-size: 16px !important;letter-spacing: 1px !important;}
ul.fpwsb_cart_list_ul.vhjt {padding: 15px 20px !important;}
.fpwsb-quest-payment-head {margin: 0 0 10px 0 !important;}
.ft_64r3re {margin: 5px !important;border: 0 !important;}
ul.fpwsb_cart_list_ul.sdg5t5 {padding: 15px 20px !important;}


@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) 
{
    .list-wrapper {margin: 0% !important;}
    div#fpwsb-food-list {margin-bottom: 130px;}
    .fpwsb-form-box4 {padding: 0px !important;margin: 3% 5% !important;}
    .ferns-img-content {background-color: #fefefe;margin: auto;padding: 10px;border: 1px solid #888;width: 90%;border-radius: 20px;}
    .ferns-img-pop-modal {padding-top: 150px;}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 425px) 
{
    .elementor-10 .elementor-element.elementor-element-756e718 .elementor-heading-title {font-size: 16px;}
    .elementor-10 .elementor-element.elementor-element-3a84a57 .elementor-heading-title {font-size: 35px;}
    .elementor-10 .elementor-element.elementor-element-46f3588 .elementor-heading-title {font-size: 12px;}
}

body{overflow-x:hidden;}