/* @font-face { */


/* font-family: 'Open Sans'; */


/* src: url('fonts/OpenSans-Regular.ttf') format('truetype'); */


/* src: url('fonts/OpenSans-Light.ttf') format('truetype'), url('fonts/OpenSans-SemiBold.ttf') format('truetype'), url('fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype'); */


/* font-weight: normal; */


/* font-style: normal */


/* } */

@font-face {
    font-family: "Source Sans Pro";
    src: url("fonts/SourceSansPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro Semibold";
    src: url("fonts/SourceSansPro-SemiBold.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro Bold";
    src: url("fonts/SourceSansPro-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}


/* 
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-12,
.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
} */

body.mobdes.modal-open {
    position: relative;
    padding-right: 0px!important;
}

.mobdes .cart-item {
    display: none;
}

.IOF-THEME-11.mobdes {
    background-color: #fff;
}

.mobdes .custom-bar-btn-wrapper{
    width: 100%;
position: fixed;
border-top: 2px solid #ccc;
background: #f8f6f6;
bottom: 0;
left: 0;
height: 70px;
z-index: 98;
display:none
}
.mobdes .cart-button {
    position: fixed;
    width: calc(100% - 40px);
    max-width: 100%;
    margin: auto;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: 99;
    cursor: pointer;
    height: 45px;
    padding: 10px 20px;
    font-size: 16px;
    font-family: "Source Sans Pro";
    line-height: 22px;
    box-shadow: 0 3px 6px #00000029;
    display: none;
}

.mobdes .cart-button svg {
    width: 18px;
    margin-right: 7px;
    vertical-align: middle;
}

.mobdes .cart-button span {
    vertical-align: middle;
    display: inline-block;
}

.mobdes .cart-button.cart-button-continue span{
    color: #fff
}

.mobdes .cart-button .cart-btn {
    width: 100%;
    float: left;
    font-size: 16px;
    font-family: "Source Sans Pro Semibold";
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.IOF-THEME-11 .left-menu #accordion1 .panel.panel-default>.panel-heading:hover {
    background: #f5f5f5 !important;
}

.ps-additional-info .pop-img-txt {
    border-bottom: 4px solid #efefef;
    padding-bottom: 15px;
    display: flex;
    margin-bottom: 0;
}

.ps-additional-info .pop-img-txt .pop-txt p {
    font: 400 15px/18px "Source Sans Pro";
    color: #707070;
    margin-bottom: 10px;
}

.ps-additional-info .pop-img-txt .pop-txt h3 {
    font: 400 20px/22px "Source Sans Pro";
    color: #333333;
    position: relative;
}

.ps-additional-info .sizeWrap {
    display: inline-block;
    padding-right: 15px;
}

.IOF-THEME-11 .ps-additional-info .prefernceAndAddOns .select-left span {
    padding: 0;
}

.IOF-THEME-11 .ps-additional-info .prefernceAndAddOns .check-more .btn {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0;
    float: left;
    outline: none;
    box-shadow: none;
    background: none;
}

.IOF-THEME-11 .ps-additional-info .prefernceAndAddOns .check-more .btn:focus {
    outline: none;
    box-shadow: none;
    background: none;
}

.IOF-THEME-11 .ps-additional-info .spinner-popup .in-spinner-popup input[type="text"] {
    top: -12px;
    right: 23px;
    margin: 0;
}

.IOF-THEME-11 .ps-additional-info .spinner-popup .in-spinner-popup input[type="text"]+.btn {
    float: right;
}

.IOF-THEME-11 .ps-additional-info .prefernceAndAddOns .check-more .btn svg {
    width: 20px;
    height: 20px;
}

.ps-additional-info .textareaField {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.ps-additional-info .textareaField .commentArea {
    font: 400 16px/24px "Source Sans Pro";
    color: #2b2b2b;
    border: 1px solid #c4c4c4;
    border-radius: 0px;
    height: 115px;
    padding: 13px 18px;
    width: 100%;
}

.ps-additional-info .textareaField .commentArea::placeholder {
    color: #aeaeae;
}

.ps-additional-info .textareaField .commentArea:focus {
    border: 1px solid #c4c4c4;
    box-shadow: none;
    outline: none;
}

.ps-additional-info .quantityWrap {
    width: 100%;
    clear: both;
    margin: auto;
    max-width: 335px;
    text-align: center;
}

.ps-additional-info .quantityWrap input {
    width: 30px;
    border: 0;
    text-align: center;
}

.ps-additional-info .cta-btn-atc {
    width: 100%;
    max-width: 335px;
    cursor: pointer;
    height: 45px;
    font-size: 16px;
    font-family: "Source Sans Pro";
    margin: 15px auto 15px;
    clear: both;
    position: relative;
}

.ps-additional-info .cta-btn-atc .cart-btn {
    width: 100%;
    float: left;
    font-size: 16px;
    font-family: "Source Sans Pro Semibold";
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    background: none;
}

.ps-additional-info .cta-btn-atc .cart-btn .product-price {
    position: absolute;
    width: auto;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
}

.ps-additional-info .cta-btn-atc .cart-btn:hover,
.ps-additional-info .cta-btn-atc .cart-btn:focus,
.ps-additional-info .cta-btn-atc .cart-btn:active {
    outline: none;
    box-shadow: none;
    background: none;
}

.IOF-THEME-11.mobdes .left-menu .panel-title>a {
    font: 500 18px/19px "Source Sans Pro Semibold";
    color: #333333;
    letter-spacing: 0.05em;
}

.IOF-THEME-11.mobdes .left-menu .panel-title>a .cat-desc {
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.05em;
    font-family: "Source Sans Pro";
}

.IOF-THEME-11.mobdes .left-menu .panel-title .cat-desc {
    letter-spacing: 0.05em;
    line-height: 17px;
}

.panel-body .inner-menu .item-description {
    font: 400 15px/18px "Source Sans Pro";
    color: #707070;
}

.mobdes .panel-default>.panel-heading+.panel-collapse>.panel-body>.panel-group {
    width: 100%;
}

.mobdes .nested-ac .panel-default .panel-collapse .panel-body {
    border-bottom: 1px solid #e3e3e3 !important;
    margin-bottom: 0px;
    padding: 10px 30px;
    cursor: pointer;
}

.mobdes .nested-ac .panel-default .panel-collapse .panel-body:hover {
    background: #f5f5f5;
}

.mobdes .panel-body .inner-menu {
    display: flex;
    position: relative;
    clear: both;
    align-items: center;
}

.IOF-THEME-11.mobdes .panel-body .inner-menu .food-img {
    width: 165px;
    height: 122px;
    flex-shrink: 0;
    display: flex;
    margin: 0;
    margin-right: 15px !important;
}

.IOF-THEME-11.mobdes .panel-body .inner-menu .item-description {
    flex: 1;
    margin: 0;
    align-self: flex-start;
}

.IOF-THEME-11.mobdes .panel-body h3,
.IOF-THEME-11.mobdes .panel-default>.panel-heading+.panel-collapse>.panel-body>.panel-group>.panel.panel-default h3 a.item_link {
    font: 500 16px/22px "Source Sans Pro Semibold";
    color: #333333;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.IOF-THEME-11.mobdes .panel-body .pay-check h3 {
    margin: 10px 0 0;
    float: none;
    width: auto;
    display: inline-block;
    padding-right: 5px;
}

.IOF-THEME-11.mobdes .panel-body .pay-check {
    font: 400 16px/22px "Source Sans Pro";
    color: #333333;
    margin-bottom: 0;
}

.IOF-THEME-11.mobdes .panel-body .store-delivery-info h3 {
    font: 500 18px/22px "Source Sans Pro Semibold";
    color: #333333;
}

.IOF-THEME-11.mobdes .panel-body .store-delivery-info p {
    font: 400 16px/22px "Source Sans Pro";
    color: #333333;
}

.IOF-THEME-11.mobdes .panel-body .inner-menu .item-description h4,
.IOF-THEME-11.mobdes .panel-default>.panel-heading+.panel-collapse>.panel-body>.panel-group>.panel.panel-default a.item_link {
    font: 500 16px/20px "Source Sans Pro Semibold";
    color: #333333;
    width: 100%;
    position: relative;
}

.IOF-THEME-11.mobdes .panel-body .inner-menu .item-description h4.flex-item-wrap{
display:flex;
justify-content: flex-start;
align-items: flex-start;
}
.IOF-THEME-11 .left-menu #accordion1 h4.flex-item-wrap.panel-title>a.item_link, .IOF-THEME-11.mobdes .panel-body .inner-menu .item-description h4.flex-item-wrap a.item_link{
    width:auto
}

.IOF-THEME-11.mobdes .panel-body .inner-menu .item-description h4.flex-item-wrap  .item-badge{
margin-left: 10px;
background:var(--theme-color);
border-radius: 3px;
font-size: 15px;
font-weight: bold;
padding:0px 15px;
font-family: "Source Sans Pro";
color: #fff
}

.IOF-THEME-11.mobdes .panel-body .inner-menu .item-description p {
    font: 400 15px/18px "Source Sans Pro";
    color: #707070;
    margin-bottom: 8px;
}

.IOF-THEME-11.mobdes .panel-body .inner-menu .item-description .itemPrice {
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    font-family: "Source Sans Pro";
    float: left;
}

.IOF-THEME-11.mobdes .panel-body .inner-menu button.icon-btn {
    float: right;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    width: 26px;
    height: 26px;
}

.mobdes .specialNote {
    background: #efefef;
    width: 100%;
    padding: 20px;
    display: none;
}

.mobdes .specialNote {
    font: 400 16px/20px "Source Sans Pro";
    color: #333333;
}

.middle-menu.pgblock {
    margin-top: 25px;
    width: 56%;
    float: left;
}

.IOF-THEME-11 .middle-menu.pgblock .panel.panel-default>.panel-heading {
    background: #eee;
    padding: 15px 20px !important;
    border: 0;
}

.IOF-THEME-11 .pay-select label {
    max-width: 200px;
    font: 500 18px/22px "Source Sans Pro Semibold";
}

.IOF-THEME-11 .right-menu .pay-select .chk-span label {
    max-width: max-content;
    padding-bottom: 0;
    margin-bottom: 0;
}

.IOF-THEME-11 .pay-select label.common-bold {
    font: 500 18px/22px "Source Sans Pro Semibold";
}

.commentPanel {
    margin: 20px 0 0;
}

.commentPanel .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 15px;
}

.hideDesk {
    display: none;
}

.IOF-THEME-11.mobdes .panel-body .inner-menu button.icon-btn svg {
    fill: #d6d6d6;
}

.payment-opt .pay-option label {
    width: 100%;
}

.comment-box textarea {
    background: #fff;
    height: 120px;
    border: 1px solid #c4c4c4;
    padding: 13px 20px;
    color: #333;
    font: 400 16px/24px "Source Sans Pro";
    border-radius: 0px;
}

.comment-box textarea:focus {
    border: 1px solid #ccc;
    outline: none;
}

.comment-box textarea::placeholder {
    color: #d6d6d6;
}

.modal-body-login-guest .tc {
    padding-top: 10px;
    padding-bottom: 10px;
}

.item-comment .editItemComment {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: underline;
    clear: both;
    font: 500 14px/18px "Source Sans Pro Semibold";
    transition: 0.5s;
}

.IOF-THEME-11 #ordercart .order-list-section div.editCommentRow {
    width: 100%;
    clear: both;
    display: none;
    padding: 10px;
    margin: 10px 0 5px;
    border: 1px solid #c4c4c4;
    position: relative;
    border-radius: 0px;
}

.IOF-THEME-11 #ordercart .order-list-section div.editCommentRow:focus {
    border-color: #ccc;
}

.editCommentRow .textField {
    width: 100%;
    height: 73px;
    box-shadow: none;
    outline: none;
    font: 400 16px/24px "Source Sans Pro";
    color: #2b2b2b;
}

.editCommentRow .textField::placeholder {
    color: #aeaeae;
}

textarea::placeholder {
    color: #aeaeae;
}

.editCommentRow .cta-icon {
    padding: 0 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.editCommentRow .cta-icon svg {
    fill: #ff6200;
}

.editCommentRow .cta-icon:hover svg,
.editCommentRow .cta-icon:focus svg {
    fill: #f44606;
}

.editCommentRow .cta-icon.closeComment {
    width: 29px;
    height: 29px;
    background: #d6d6d6;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    right: 40px;
    bottom: 5px;
}

.editCommentRow .cta-icon.closeComment svg {
    fill: #333;
    width: 15px;
    margin: 7px 0;
    stroke: #333;
}

.charLimit {
    font: 400 16px/20px "Source Sans Pro";
    color: #707070;
    width: 100%;
    text-align: right;
    display: block;
    margin-bottom: 5px;
    display: none;
}

.add-info .modal-dialog {
    width: 660px;
}

.add-info input[type="radio"]+label {
    font: 400 15px/21px "Source Sans Pro";
    color: #000000;
    text-transform: capitalize;
}

.add-more h3 {
    font: Bold 18px/24px "Source Sans Pro";
    color: #3b3b3b;
}

.sub-menu-listing h4 {
    font: 500 18px/24px "Source Sans Pro Semibold";
    color: #3b3b3b;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #efefef;
    margin-bottom: 14px;
    position: relative;
    cursor: pointer;
}

.sub-menu-listing h4:after {
    background: url(../../img/horizontal/drop_down.svg) no-repeat top left;
    width: 15px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    transition: 0.5s;
}

.ps-additional-info .add-more .check-more.prefernceAndAddOns {
    margin-bottom: 0;
}

.sub-menu-listing .check-more {
    transition: 0.3s;
    display: none;
}

.collapseDiv.sub-menu-listing .check-more {
    transition: 0.3s;
    display: block;
}

.collapseDiv.sub-menu-listing h4:after {
    transform: rotate(180deg);
    transition: 0.5s;
    top: 35%;
}

.sub-menu-listing h4 em {
    font: 500 13px/12px "Source Sans Pro Semibold";
    color: #ff4600;
}

.sub-menu-listing h4 small {
    font: 400 16px/18px "Source Sans Pro";
    letter-spacing: -0.16px;
    color: #717171;
    display: block;
}

.add-check-list label {
    font: 400 15px/21px "Source Sans Pro";
    letter-spacing: 0px;
    color: #000000;
}

[type="checkbox"]:not(:checked)+label::before,
[type="checkbox"]:checked+label::before {
    border-radius: 3px;
}

.IOF-THEME-11.IOF-COLOR-1 .button-color2 {
    border: 1px solid #707070;
    font: 500 16px/45px "Source Sans Pro Semibold";
    color: #707070;
    height: 45px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
}

.IOF-THEME-11.IOF-COLOR-1 .button-color2:hover {
    background: #707070;
    color: #fff;
}

.IOF-THEME-11.IOF-COLOR-1 .button-color2.guest-disabled {
    background: #ddd;
    cursor: not-allowed;
    color: #fff;
    border: 0;
    opacity: 0.65;
}

.IOF-THEME-11.IOF-COLOR-1 .button-color2.guest-disabled:hover {
    background: #ddd;
    border: 0;
}

.IOF-THEME-11 .right-menu .login-container {
    border-bottom-color: #efefef;
    border-width: 4px;
}

.IOF-THEME-11 .theme-btn-group .left,
.IOF-THEME-11 .theme-btn-group .right {
    width: 45%;
    border: 0;
}

.IOF-THEME-11 .theme-btn-group .center {
    text-align: center;
    font: 400 16px/42px "Source Sans Pro";
    color: #969696;
    border: 0px solid #0082e2;
    border-radius: 50%;
    float: none;
    margin: auto;
    display: inline-block;
    width: 45px;
    height: 45px;
}

.IOF-THEME-11 .right-menu .theme-btn-group .center {
    border: 0;
    float: left;
    width: 10%;
    height: auto;
}

.IOF-THEME-11 .my-order div .no-order {
    font: 500 18px/22px "Source Sans Pro Semibold";
    color: #c1c1c1;
    text-align: center;
    margin-top: 20px;
}

.IOF-THEME-11 .order-list-section .item-1 {
    padding: 15px 0;
    position: relative;
}

.order-list-section .list-1 li .remove {
    top: 15px;
}

.IOF-THEME-11 .right-menu .order-list-section ul:first-child,
.IOF-THEME-11 .right-menu .order-list-section ul+ul li:last-child,
.IOF-THEME-11 .right-menu .order-list-section ul+ul,
.order-list-section .list-1 li,
.order-list-section .list-1 li,
.IOF-THEME-11 .right-menu .order-list-section ul li,
.IOF-THEME-11.mobdes .right-menu .order-list-section ul:last-child li {
    border: 0;
}

.IOF-THEME-11.mobdes .right-menu .order-list-section ul li {
    border-top: 1px solid #eaeaea;
}

.IOF-THEME-11.mobdes .right-menu .order-list-section ul.topBorder li:first-child,
.IOF-THEME-11.mobdes .right-menu .order-list-section ul:last-child li:last-child {
    border-top: 1px solid #c4c4c4;
}

.IOF-THEME-11 #mobile-summary-2.right-menu .my-order div.total-price {
    padding: 5px 0;
}

.IOF-THEME-11 #mobile-summary-2.right-menu .my-order div.total-price span {
    font: 400 16px/22px "Source Sans Pro";
    color: #333333;
}

.IOF-THEME-11 #mobile-summary-2.right-menu .my-order div.total-price span:first-child {
    float: left;
}

.IOF-THEME-11 #mobile-summary-2.right-menu .my-order div.total-price.totalAmt span {
    font: 500 20px/22px "Source Sans Pro Semibold";
    color: #333333;
}

.IOF-THEME-11 #mobile-summary-2.right-menu .my-order div.total-price.totalAmt span:last-child {
    font-weight: 600;
}

.IOF-THEME-11.IOF-COLOR-1 .button-size1 {
    border-radius: 0;
    height: 45px;
    font: 500 16px/20px "Source Sans Pro Semibold";
    letter-spacing: 0.48px;
}

.IOF-THEME-11.IOF-COLOR-1 #desktop_continue .button-size1 {
    line-height: 45px;
}

.IOF-THEME-11.IOF-COLOR-1 #desktop_continue .button-size1.add_more_shopping {
    line-height: 45px;
}

.IOF-THEME-11.IOF-COLOR-1 .button-color2.changeOrder:hover,
.IOF-THEME-11.IOF-COLOR-1 .button-color2.changeOrder:focus,
.IOF-THEME-11.IOF-COLOR-1 .button-color2.changeOrder:active,
.IOF-THEME-11.IOF-COLOR-1.mobdes .theme-bg-1:not(.modal-body):not(.add-cart):not(.add-to-cart-btn):hover {
    outline: none;
    box-shadow: none;
}

.IOF-THEME-11.IOF-COLOR-1 #desktop_continue .button-size1.makeorder {
    line-height: normal;
}

.IOF-THEME-11.IOF-COLOR-1.mobdes .iodr-table td,
.IOF-THEME-11.IOF-COLOR-1.mobdes .iodr-table .seperator-box:first-child td {
    height: auto;
}

.IOF-THEME-11.IOF-COLOR-1.mobdes .iodr-table .seperator-box td {
    height: 45px;
}

.IOF-THEME-11.IOF-COLOR-1.mobdes .iodr-table .seperator-box td {
    border-top-color: #c1c1c1;
}

.IOF-THEME-11.IOF-COLOR-1.mobdes .item-1 h5 a,
.IOF-THEME-11.IOF-COLOR-1.mobdes .iodr-table td {
    font: 400 16px/22px "Source Sans Pro";
    color: #333333;
}

.IOF-THEME-11.IOF-COLOR-1.mobdes .item-1 h5 a strong,
.IOF-THEME-11.IOF-COLOR-1.mobdes .iodr-table .common-bold-cat {
    font: 500 18px/22px "Source Sans Pro Semibold";
    text-transform: capitalize;
}

.IOF-THEME-11.IOF-COLOR-1.mobdes .item-cost {
    font: 500 18px/22px "Source Sans Pro Semibold";
    color: #333333;
}

.order-list-section .list-1 li .remove svg {
    width: 15px;
    height: 15px;
}

.IOF-THEME-11 #ordercart .order-list-section div.in-spinner {
    position: relative;
    width: 76px;
}

.IOF-THEME-11 .order-list-section .item-1 .quantity.btn {
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0;
    float: left;
    outline: none;
    box-shadow: none;
    background: none;
}

.IOF-THEME-11 .order-list-section .item-1 .quantity.btn svg {
    width: 18px;
    height: 18px;
}

.IOF-THEME-11 .order-list-section .item-1 input[type="text"].form-control.quantity {
    top: 0px;
    right: auto;
    margin: 0;
    left: 50%;
    position: absolute;
    font: 500 18px/22px "Source Sans Pro Semibold";
    color: #333333;
    transform: translateX(-50%);
    width: 30px !important;
    height: 18px !important;
}

.IOF-THEME-11 .order-list-section .item-1 input[type="text"].form-control.quantity+.btn {
    float: right;
}

.apply-cpn,
.apply-gftcrd,
.cta-apply-btn {
    font: 500 16px/20px "Source Sans Pro Semibold";
    letter-spacing: 0.48px;
    color: #d6d6d6;
    background: #fff;
    border: 1px solid #d6d6d6;
    text-transform: uppercase;
}

.apply-cpn:active,
.apply-gftcrd:active {
    box-shadow: none;
}

.IOF-THEME-11.IOF-COLOR-1 .button-color2.changeOrder {
    box-shadow: none;
    text-decoration: underline;
}

.IOF-THEME-11.IOF-COLOR-1 .button-color2.changeOrder:hover {
    opacity: 0.8;
}

.IOF-THEME-11.IOF-COLOR-1.mobdes .theme-bg-1.button-color2.changeOrder:hover,
.IOF-THEME-11.IOF-COLOR-1.mobdes .theme-bg-1.button-color2.changeOrder:active {
    box-shadow: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body.nested-ac {
    padding: 0;
}

.IOF-THEME-11.mobdes .panel-heading .theme-arrow-down {
    width: 15px;
    height: 15px;
    top: 26px;
    right: 15px;
    background: url(../../img/horizontal/drop_down.svg) no-repeat top left;
}

.backIconBtn {
    display: none;
}

.IOF-THEME-11.IOF-COLOR-1.mobdes .button-color2.editOrderType {
    font: 500 16px/20px "Source Sans Pro Semibold";
    letter-spacing: 0.48px;
    max-width: 240px;
    width: 100%;
}

.IOF-THEME-11.IOF-COLOR-1.mobdes .theme-btn-group .button-color2.editOrderType {
    max-width: 94px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.IOF-THEME-11.mobdes .left-menu .pay-wrap.select-order.edit-delivery-details {
    padding: 10px 0 !important;
}

.bgcolor_focus.submitAddAddress {
    font: 500 16px/20px "Source Sans Pro Semibold";
    letter-spacing: 0.48px;
    color: #ffffff;
    border-radius: 0;
}

.closeModal.bgcolor_default {
    font: 500 16px/20px "Source Sans Pro Semibold";
    letter-spacing: 0.48px;
    border-radius: 0;
    transition: 0.5s linear;
}

.addAddressRow {
    float: left;
    width: 100%;
    text-align: center;
}

.IOF-THEME-11.mobdes .panel.panel-default .panel-collapse a.addAddress {
    text-decoration: underline;
    font: 500 16px/20px "Source Sans Pro Semibold";
    letter-spacing: 0.48px;
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0;
}

.IOF-THEME-11.mobdes .address-radio-wrap label {
    font: 500 16px/20px "Source Sans Pro Semibold";
}

#errorPop.notify-msg-popup .modal-dialog {
    max-width: 40%;
    width: 100%;
    margin: auto;
}

.IOF-THEME-11.IOF-COLOR-1.mobdes .modal-body.btn-info.theme-bg-1 {
    background: #fff !important;
    padding: 30px 0;
}

#errorPop.notify-msg-popup .modal-dialog .close {
    top: 5px !important;
}

#errorPop.notify-msg-popup .modal-dialog .modal-content #errorPopMsg {
    text-align: center;
    color: #333;
    font: 500 18px/23px "Source Sans Pro Semibold";
}

.IOF-THEME-11.mobdes .right-menu .my-order .common-title+div.orderTypeDescription {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px;
}

.IOF-THEME-11.mobdes .right-menu .my-order .common-title+div.orderTypeDescription.yourOrderDelivery {
    text-align: left;
    margin: 0;
    padding: 25px 40px;
}

.IOF-THEME-11.IOF-COLOR-1.mobdes table.iodr-table tr:first-child td {
    padding: 5px 4px;
}

.orderTypeDescription.yourOrderDelivery,
.right-menu .orderTypeDescription {
    text-align: center;
    border-bottom: 4px solid #efefef;
    background: none;
    font: 400 16px/20px "Source Sans Pro";
    color: #333333;
    padding: 15px 0;
}

.IOF-THEME-11 #mobile-summary-2.right-menu .my-order div.clwrap {
    padding: 0;
    text-align: center;
}

.IOF-THEME-11.IOF-COLOR-1.mobdes .cont-btn.theme-bg-1.button-color2.button-size1.checkoutLater {
    border: 0;
    background: none;
    text-decoration: underline;
    font: 500 14px/18px "Source Sans Pro Semibold";
    letter-spacing: 0.42px;
    color: #464646;
    height: auto;
}

.IOF-THEME-11.IOF-COLOR-1.mobdes .cont-btn.theme-bg-1.button-color2.button-size1.checkoutLater:hover {
    opacity: 0.7;
}

.mobdes .add-info .item-size span label {
    width: auto;
    padding-right: 15px;
}


/*LoadingAnimation*/

.loadingOverlay {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    display: none;
}

.loadingspinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 9999;
}

.cube1,
.cube2 {
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}


/*End*/

.pop-img-txt,
.item-size {
    margin-bottom: 0;
}

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    top: 5px;
    left: 3px;
    font-size: 15px;
    line-height: inherit;
    font-weight: normal;
    font-family: FontAwesome;
    content: "\f00c";
    transform: none;
}

#errorPop.notify-msg-popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#errorPop.notify-msg-popup .modal-dialog .modal-body {
    padding: 50px 100px;
}

.modal.fade.add-info.item-modal.in.backdrop_light {
    z-index: 1039;
}

.payment-opt .pay-option label.labelText {
    font: 500 18px/24px "Source Sans Pro Semibold";
    color: #333333;
    vertical-align: middle;
}

.payment-opt .pay-option label.labelText img {
    vertical-align: middle;
}

.ccinfowrap {
    padding: 15px 20px;
    width: 100%;
    float: left;
}

.ccinfowrap p {
    font: 500 14px/18px "Source Sans Pro Semibold";
    color: #333333;
}

.ccinfowrap p strong {
    font: 500 18px/23px "Source Sans Pro Semibold";
}

.ccinfowrap .formtab {
    width: 100%;
    float: left;
}

.payment-opt .pay-option .ccinfowrap label,
.payment-opt .pay-option label {
    font: 400 16px/22px "Source Sans Pro";
    margin: 5px 0;
    width: 100%;
    float: left;
    color: #333;
}

.payment-opt .pay-option label.common-bold {
    font: 500 18px/22px "Source Sans Pro Semibold";
}

.payment-opt .pay-option .ccinfowrap label sup {
    font: 400 16px/22px "Source Sans Pro";
    color: #ff6200;
}

.IOF-THEME-11 .pay-option .ccinfowrap input.formfield,
.IOF-THEME-11 input[type="text"].user-detail,
.IOF-THEME-11 .pay-option select.formfield,
.IOF-THEME-11 .pay-option select {
    border: 1px solid #c4c4c4;
    height: 40px;
    font: 400 16px/24px "Source Sans Pro";
    padding: 10px 20px;
    width: 100%;
    float: left;
    color: #333;
    /* border-radius: 10px; */
    border-radius: 0px;
    margin-bottom: 10px;
}

.IOF-THEME-11 .pay-option .ccinfowrap input.formfield[name=vault-cvv] {
    border: 1px solid #d6d6d6;
    margin-top: 5px;
}

.IOF-THEME-11 .pay-option select {
    appearance: none;
    -webkit-appearance: none;
    background: url(../../img/horizontal/drop_down.svg) no-repeat 98% center;
}

.IOF-THEME-11 .pay-option .ccinfowrap input.formfield.formfield-sm,
.IOF-THEME-11 .pay-option .ccinfowrap select.formfield-sm {
    width: 49.5%;
    margin-right: 1%;
}

.IOF-THEME-11 .pay-option .ccinfowrap .formfield.formfield-sm:last-child,
.IOF-THEME-11 .pay-option .ccinfowrap input.formfield.formfield-sm:last-child,
.IOF-THEME-11 .pay-option .ccinfowrap select.formfield.formfield-sm:last-child {
    margin-right: 0;
}

.IOF-THEME-11 .pay-option .ccinfowrap input.formfield::placeholder,
.IOF-THEME-11 input[type="text"].user-detail::placeholder,
.IOF-THEME-11 .pay-option select.formfield::placeholder,
.IOF-THEME-11 .pay-option select::placeholder {
    color: #aeaeae !important;
}

.linkBtn {
    text-decoration: underline;
    font: 500 14px/18px "Source Sans Pro Semibold";
    margin-right: 0px;
    transition: opacity 0.5s;
    position: relative;
    z-index: 3;
}

.linkBtn#editCCform {
    display: none;
}

.editCCform {
    display: none;
    width: 100%;
    float: left;
}

.editCCform h3 {
    font: Bold 18px/23px "Source Sans Pro Bold";
    color: #333333;
    margin: 10px 0 0;
    float: left;
    width: 100%;
    cursor: pointer;
}

.editCCform .linkBtn {
    text-transform: uppercase;
}

.saveBtn {
    font: 500 16px/20px "Source Sans Pro Semibold";
    letter-spacing: 0.48px;
    border-radius: 0;
    padding: 13px 20px;
    height: 45px;
    text-transform: uppercase;
}

.saveBtn:hover,
.saveBtn:focus {
    outline: none;
    box-shadow: none;
}

.choosepaywrap {
    width: 49%;
    float: left;
    background: #ffffff;
    /* border: 2px solid #eaeaea; */
    padding: 15px 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.choosepaywrap.newccinfo {
    margin-left: 2%;
}

.useCCblock {
    margin-top: 8px
}


/* .choosepaywrap.selectedBox {
    border: 2px solid #ff6200;
} */

.payment-opt .pay-option .choosepaywrap {
    position: relative;
}

.payment-opt .pay-option .choosepaywrap input[type="radio"] {
    opacity: 0;
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin: 0;
}

.payment-opt .pay-option .choosepaywrap label.common-bold {
    font: 500 18px/23px "Source Sans Pro Semibold";
    color: #333333;
    margin: 0;
}

.IOF-THEME-11.IOF-COLOR-1.mobdes input[type="radio"]:checked+label span,
.IOF-THEME-11.IOF-COLOR-1.mobdes input[type="radio"]:checked+label span,
input[type="radio"]:checked+label span {
    position: relative;
}

.IOF-THEME-11 .pay-check input[type="checkbox"]+label:after {
    top: 9px;
}

.card-detail.pay-date-o {
    margin-top: 0px;
    float: left;
    width: 100%;
    background: #fff;
}

.useCCblock {
    display: none;
}

.IOF-THEME-11 input[type="text"].cp-code,
.IOF-THEME-11 input[type="text"].cardInput {
    border: 1px solid #c4c4c4;
    height: 45px;
    border-radius: 0px;
    font: 400 16px/20px "Source Sans Pro";
    float: left;
    width: calc(100% - 107px) !important;
    margin: 0;
    padding: 13px 20px 12px;
}

.IOF-THEME-11 input[type="text"].cardInput:focus {
    border-radius: 0;
    outline: none;
    border: 1px solid #c5c5c5;
}

.IOF-THEME-11 input[type="text"].cardInput::placeholder {
    color: #aeaeae !important;
}

.cta-apply-btn {
    width: 90px;
    height: 45px;
    border-radius: 0;
    margin-left: 12px;
}

.IOF-THEME-11.IOF-COLOR-1.mobdes .theme-btn-group .button-size5.saveOrderType {
    width: 100%;
    text-align: center;
    float: left;
    height: 45px;
    font: 500 16px/20px "Source Sans Pro Semibold";
    text-transform: uppercase;
    padding: 11px 0;
    margin: 20px 0 0;
    box-shadow: none;
    border-radius: 0;
    transition: 0.5s;
}

.IOF-THEME-11.IOF-COLOR-1.mobdes .guestuserData .theme-btn-group .button-size5.saveOrderType {
    float: none;
    width: 94px;
    margin-bottom: 15px;
}

.IOF-THEME-11 .right-menu #OTDetail.guestuserForm {
    padding: 0;
}

.mobdes .guestuserData .orderTypeDescription {
    text-align: center;
    border-bottom: 4px solid #efefef;
    background: none;
    font: 400 16px/20px "Source Sans Pro";
    color: #333333;
    padding: 15px;
}

.guestuserData .orderTypeDescription+#collapseTwo.panel-collapse.collapse.in {
    padding: 20px 0;
}

.IOF-THEME-11 .right-menu .order-list-section ul.list-1.order-list-wrap li:first-child {
    border-top: 0;
}

.IOF-THEME-11 .right-menu .common-title+div.login-container {
    padding: 20px 30px;
    margin-bottom: 20px;
}

.IOF-THEME-11 #CartInfoItemsForm {
    padding: 0px 30px !important;
}

.IOF-THEME-11 .order-list-section .item-1 .item-name {
    font-size: 18px;
    font-weight: 500;
    font-family: "Source Sans Pro Semibold";
    text-transform: capitalize;
}

.IOF-THEME-11 .login-container .theme-btn-group {
    display: block;
    overflow: hidden;
}

.my-order .coupon-code {
    padding-bottom: 0;
    padding-top: 0;
}

.IOF-THEME-11 .right-menu .common-title+div.panel-group {
    padding: 0 30px;
    margin-bottom: 10px;
}

.right-menu #collapseTwo {
    padding: 10px 0;
}

.IOF-THEME-11 .my-order div.coupon-code {
    padding: 0;
}

.pay-wrap.select-order ul#delivery_address {
    padding: 0;
}

.pay-wrap.select-order #deliveryAddress {
    padding: 0px 0 0;
    clear: both;
}

.IOF-THEME-11 .store-delivery-info,
.IOF-THEME-11.IOF-COLOR-1 .address-radio-wrap {
    margin: 0;
}

.panel-default>.panel-heading+.panel-collapse div.pay-option.check-out-option1 {
    position: relative;
}

.notificationWrap {
    width: 100%;
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 999;
    text-align: center;
    padding: 5px;
}

.notificationWrap .closeBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.notificationWrap .closeBtn svg {
    width: 12px;
    height: 12px;
    fill: #707070;
}

.notificationWrap.successmsg {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.notificationWrap.errormsg {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}

.IOF-THEME-11.mobdes .inner-wrap.menu-section .right-menu .panel.panel-default {
    border-bottom: 0;
}

.mobdes .modal-backdrop {
    background: rgba(34, 34, 34, 0.5);
}

.mobdes .modal-backdrop.in {
    opacity: 1;
}

.modal-dialog .close {
    width: 18px;
}

.IOF-A1-H #PaymentPaymentSectionForm .card-detail .card-input span.error {
    padding: 0;
}

.IOF-THEME-11.IOF-COLOR-1 #eGuestUserDetail .saveOrderType {
    font: 500 16px/20px "Source Sans Pro Semibold";
    letter-spacing: 0.48px;
    max-width: 94px;
    width: 100%;
    border-radius: 0 !important;
    margin: 20px 0;
}

.modal-body-login-guest {
    padding: 40px;
}


/*Login*/

#login-modal .modal-dialog.newloginDesign,
#guest-sign-up-modal .modal-dialog.newloginDesign,
.modal-dialog.newloginDesign {
    width: 445px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

.newloginDesign .sign-input {
    font: 400 16px/24px "Source Sans Pro";
    color: #333;
    border-radius: 0px;
    height: 45px !important;
    padding: 13px;
    margin-bottom: 6px;
    border: 1px solid #c4c4c4;
}

.newloginDesign .sign-input .guestccode {
    padding-top: 10px;
}

.newloginDesign .sign-input:input::placeholder {
    color: #aeaeae;
}

.newloginDesign .bgcolor_focus.cta-login-btn,
#btnUserLoginM.bgcolor_focus.cta-login-btn {
    height: 45px !important;
    font: 500 16px/20px "Source Sans Pro";
    text-transform: uppercase;
    margin: 10px 0 7px;
    /*border-radius: 0 !important;*/
}

.newloginDesign .bgcolor_focus.cta-login-btn.mb-0,
#btnUserLoginM.bgcolor_focus.cta-login-btn.mb-0 {
    margin-bottom: 0;
}

.newloginDesign .modal-body-login-guest .tc {
    padding-top: 2px;
    padding-bottom: 15px;
}

.rememberLabel {
    float: left;
    font: 400 14px/18px "Source Sans Pro";
    color: #242424;
}

.newloginDesign [type="checkbox"]:not(:checked)+label.rememberLabel,
.newloginDesign [type="checkbox"]:checked+label.rememberLabel {
    padding: 2px 0 2px 26px;
}

.newloginDesign .sign-up [type="checkbox"]:not(:checked)+label::before,
.newloginDesign .sign-up [type="checkbox"]:checked+label::before {
    width: 18px;
    height: 18px;
}

.newloginDesign .sign-up [type="checkbox"]:not(:checked)+label:after,
.newloginDesign .sign-up [type="checkbox"]:checked+label:after {
    top: 3px;
    left: 2px;
}

.forgotLink {
    float: right;
    font: 500 14px/18px "Source Sans Pro";
    color: #242424;
}

.noteline {
    width: 100%;
    float: left;
    text-align: center;
    font: 400 14px/18px "Source Sans Pro";
    color: #242424;
    margin-top: 14px;
}

.noteline a {
    text-decoration: underline;
    font: Bold 14px/18px "Source Sans Pro Bold";
    transition: 0.5s;
}

.newloginDesign .sign-up-btn {
    margin-bottom: 0 !important;
}

#login-modal .modal-dialog.newloginDesign .close,
#guest-sign-up-modal .modal-dialog.newloginDesign .close {
    width: 18px;
}


/**/

#desktop_continue {
    margin: 0;
}

.IOF-THEME-11 .theme-btn-group .left a,
.IOF-THEME-11 .theme-btn-group .right a {
    width: 98%;
}

.savebtn {
    border-bottom: 4px solid #efefef;
}

.IOF-A1-H .time-setting .user-detail {
    margin: 0;
}

.IOF-THEME-11 .left-menu .panel-group .panel-heading+div.orderTypeDescription.yourOrderDelivery {
    padding: 15px !important;
}

.IOF-THEME-11 .right-menu .panel-group .panel-heading+div.orderTypeDescription.yourOrderDelivery {
    padding: 25px 40px !important;
}

.IOF-THEME-11 .left-menu .pay-wrap.select-order {
    padding: 20px 0 !important;
}

#getOrderType .col-lg-6.col-sm-6 {
    width: 50%;
}

.IOF-THEME-11 .pay-date input[type="text"],
.IOF-THEME-11 .pay-date .common-input select {
    border-radius: 0;
    color: #333 !important;
    border: solid 1px #d6d6d6;
}

.IOF-THEME-11.IOF-COLOR-1 .address-radio-wrap .addressWrap {
    /* border: 2px solid #eaeaea; */
    /* padding: 10px; */
    margin-top: 20px;
    width: 100%;
    float: left;
    position: relative;
}

.IOF-THEME-11.IOF-COLOR-1 .address-radio-wrap .addressWrap label {
    margin: 0;
    width: 100%;
    padding: 10px;
    float: left;
    max-width: 100%;
}

.IOF-THEME-11.IOF-COLOR-1 .address-radio-wrap .addressWrap input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}


/* .IOF-THEME-11.IOF-COLOR-1 .address-radio-wrap .addressWrap.selectedAdd {
    border-color: #ff6200;
} */

.IOF-THEME-11.mobdes .address-radio-wrap .address-radio-wrap label {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    max-width: 100%;
}

.IOF-THEME-11.IOF-COLOR-1 .address-radio-wrap .chk-span {
    display: none;
}

.IOF-THEME-11.IOF-COLOR-1 .address-radio-wrap .deladdress+label .chk-span {
    display: block;
}

.moredetail {
    width: 100%;
    float: left;
    display: none;
}

.IOF-THEME-11.IOF-COLOR-1 .address-radio-wrap .addressWrap.selectedAdd .moredetail {
    display: block;
    padding: 0 10px 10px;
    margin-top: -10px;
}

.moredetail p {
    font: 400 16px/24px "Source Sans Pro";
    color: #333;
    margin-bottom: 5px;
}

.moredetail a {
    text-decoration: underline;
    font: 500 16px/20px "Source Sans Pro Semibold";
    margin-right: 10px;
    transition: opacity 0.5s;
    display: inline-block;
    cursor: pointer;
}

.IOF-THEME-11 .left-menu .guestuserData .pay-wrap.select-order {
    padding: 0 !important;
}

.IOF-THEME-11 .left-menu .guestuserData .pay-wrap.select-order #deliveryAddress {
    padding: 0;
}

.sign-input {
    border: 1px solid #c4c4c4;
    border-radius: 0px;
}

#deliveryAddress .sign-input.country-code {
    width: 75px;
}

#deliveryAddress .sign-input.phone {
    width: calc(100% - 85px);
    margin-left: 10px;
}

.IOF-THEME-11 input[type="text"].sign-input {
    border-radius: 0px;
    border: 1px solid #c4c4c4;
    font: 400 16px/24px "Source Sans Pro";
}

.IOF-THEME-11 input[type="text"].sign-input::placeholder,
.sign-input::placeholder {
    color: #a3a3a3;
}

.IOF-THEME-11 #resvTime div.time-setting {
    width: 100%;
}

.IOF-THEME-11 .left-menu .guestuserData .pay-wrap.select-order #deliveryAddress {
    padding: 0;
}


/**/

.IOF-THEME-11 .panel-heading h3.panel-title {
    text-align: center;
    font: 500 22px/28px "Source Sans Pro Semibold";
    color: #333333;
}

.IOF-THEME-11.mobdes .panel-body .pay-wrap .pay-check h3 {
    font: 500 16px/22px "Source Sans Pro Semibold";
    color: #333333;
    margin-top: 15px;
    /* display: block */
}

.IOF-THEME-11.mobdes .panel-body .pay-wrap .pay-check .order_type+label {
    font: 500 16px/22px "Source Sans Pro Semibold";
}

.IOF-THEME-11.mobdes .panel-body .pay-wrap .pay-check span {
    font: 400 16px/22px "Source Sans Pro";
    color: #333333;
}

.IOF-THEME-11.IOF-COLOR-1 .panel-body .pay-wrap .pay-check .address-radio-wrap .addressWrap span.chk-span {
    display: none;
}

.IOF-THEME-11 .left-menu .panel-group .panel-heading+div.panel-collapse.collapse {
    padding: 0 40px !important;
}

.IOF-THEME-11 .left-menu .panel-group .panel-heading+div.menuItemList.panel-collapse.collapse {
    padding: 0 0px !important;
}

.IOF-THEME-11 .left-menu .store-contact-info-ele {
    margin: 5px 0 15px;
    font: 400 16px/22px "Source Sans Pro";
    color: #333333;
}

.IOF-THEME-11 .left-menu .store-contact-info-ele .display-inline-block,
.IOF-THEME-11 .left-menu .store-contact-info-ele h3.display-inline-block {
    font: 500 18px/22px "Source Sans Pro Semibold";
}

.pay-wrap.select-order,
.pay-wrap.payment-opt {
    padding: 40px;
}

.pay-wrap.payment-opt.clearfix.paymentForm {
    padding: 20px;
}

.card-min-select {
    clear: both;
    display: block;
    overflow: hidden;
    margin-bottom: 0px;
}

#credit_payment1 {
    border-top: 1px solid #d6d6d6;
    padding-top: 25px;
    margin-top: 25px;
}

.IOF-A1-H .card-input.exp-date,
.panel-default>.panel-heading+.panel-collapse div.termsCondRow {
    margin: 0;
}

.panel-default>.panel-heading+.panel-collapse div.termsCondRow .input.checkbox {
    margin: 0;
}

.IOF-THEME-11 .pay-option .pay-check .termsCondRow.input-field label {
    margin: 0;
}

.specialComment {
    padding: 0 40px;
    width: 100%;
    float: left;
    margin-bottom: 35px;
}

.oo-main-btn {
    margin-bottom: 15px;
}

.IOF-THEME-11 .my-order div.newTable,
.newTable {
    padding: 0px 0px 20px;
    float: left;
    margin: 0;
    width: 100%;
    border-top: 1px solid #d6d6d6;
}

.IOF-THEME-11.mobdes .newTable li {
    width: 100%;
    float: left;
    padding: 5px 40px;
    font: 400 16px/22px "Source Sans Pro";
    color: #333333;
}

.IOF-THEME-11.mobdes .order-list-section .newTable .order-list-wrap li .item-id a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
}

.IOF-THEME-11.mobdes .order-list-section .newTable .order-list-wrap li .item-id .itemcount {
    width: 30px;
    font: 400 18px/22px "Source Sans Pro";
    color: #333333;
}

.IOF-THEME-11.mobdes .order-list-section .newTable .order-list-wrap li .item-id .itemdetail {
    padding: 0px 25px;
    width: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
}

.IOF-THEME-11.mobdes .order-list-section .newTable .order-list-wrap li .item-id .itemdetail .catName {
    font: 400 16px/22px "Source Sans Pro";
    color: #333333;
}

.IOF-THEME-11.mobdes .order-list-section .newTable .order-list-wrap li .item-id .itemdetail .item-name,
.IOF-THEME-11.mobdes .order-list-section .newTable .order-list-wrap li .item-id .itemdetail .item-cost {
    font: 500 18px/22px "Source Sans Pro Semibold";
    color: #333333;
    /*width: 15%;*/
    padding: 0;
	text-align:left;
	float:left;
}

.IOF-THEME-11.mobdes .order-list-section .newTable .order-list-wrap li .item-id .itemdetail .item-cost.del-cost{
    width: 25%;
    margin-left: 0;
}
.IOF-THEME-11.IOF-COLOR-1.mobdes .item-cost{
	width: 20%;
}
.IOF-THEME-11.mobdes .order-list-section .newTable .order-list-wrap li .item-id .itemdetail .item-cost{
	width: 20%;
}

.IOF-THEME-11.mobdes .order-list-section .newTable li span.remove {
    top: 20px;
    right: 0;
}

.IOF-THEME-11.mobdes .order-list-section .newTable li span {
    text-align: left;
    float: left;
    margin: 0px;
}

.IOF-THEME-11.mobdes .order-list-section .newTable li span+span {
    text-align: right;
    float: right;
}

.IOF-THEME-11.mobdes .order-list-section .newTable li span.tippad {
    padding: 10px 0;
}

.IOF-THEME-11.mobdes .order-list-section .newTable li strong {
    font: 500 20px/22px "Source Sans Pro Semibold";
    text-align: left;
    float: left;
}

.IOF-THEME-11.mobdes .order-list-section .newTable li strong+strong {
    text-align: right;
    float: right;
}

.IOF-THEME-11.mobdes .right-menu .order-list-section .newTable ul:last-child li.seperator-box,
.IOF-THEME-11.mobdes .newTable li.seperator-box {
    padding: 25px 40px 0;
    border-top: 1px solid #c1c1c1;
}

.IOF-THEME-11.mobdes .right-menu .order-list-section .newTable ul:last-child li.seperator-box.mt-20 {
    margin-top: 20px;
    padding-top: 20px;
}

.IOF-THEME-11.mobdes .right-menu .order-list-section .newTable ul:last-child li.seperator-box.mt-20 svg {
    vertical-align: middle;
    padding: 2px;
    margin: 0 4px;
}

.IOF-THEME-11.mobdes .right-menu .order-list-section .newTable ul li.itemLoop+li.itemLoop,
.IOF-THEME-11.mobdes .right-menu .order-list-section .newTable ul:last-child li.itemLoop+li.itemLoop {
    border-top: 1px solid #eaeaea;
}

.IOF-THEME-11 input[type="text"].cardInput {
    margin-bottom: 10px;
}

.IOF-THEME-11 .order-list-section select,
.IOF-THEME-11 .pay-option select.tip-select {
    font: 500 16px/20px "Source Sans Pro Semibold";
    color: #333333;
    border-radius: 0;
    height: 45px;
    padding: 13px 35px 12px 15px;
    -webkit-appearance: none;
    appearance: none;
    background: url(../../img/horizontal/drop_down.svg) no-repeat 90% center;
}

.IOF-THEME-11 .order-list-section select.tip-select {
    margin-bottom: 20px;
}

.IOF-THEME-11 .order-list-section select.tip-select:focus,
.IOF-THEME-11 .order-list-section .tip.inbox:focus {
    outline: none;
    box-shadow: none;
    border-radius: 0;
}

.IOF-THEME-11 .order-list-section select.tip-select,
.IOF-THEME-11 .order-list-section .tip.inbox {
    max-width: inherit;
    width: auto;
    max-width: 100px;
    margin-left: 5px;
    font: 500 16px/20px "Source Sans Pro Semibold";
    color: #333333;
    border-radius: 0;
    height: 45px;
    padding: 13px 35px 12px 15px;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    float: left;
}

.IOF-THEME-11 .order-list-section select.tip-select {
    max-width: 150px;
}

.IOF-THEME-11 .order-list-section .tip.inbox {
    padding: 13px 15px 12px 15px;
    width: 70px;
}

.specialComment .comment-box textarea {
    /* border-radius: 10px; */
    border-radius: 0px;
}

.modal.add-info .common-title {
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 24px;
    height: 70px;
}

.form-section.editadd {
    padding-bottom: 10px;
}

.add-info .confirm .submit {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    float: none;
}

.IOF-THEME-11.IOF-COLOR-1 .submit .theme-bg-1,
.IOF-THEME-11.IOF-COLOR-1 .submit .theme-bg-2:not(.ext-menu) {
    font: 500 16px/20px "Source Sans Pro Semibold";
    letter-spacing: 0.48px;
    border-radius: 0;
    width: 260px;
    border: 0;
    margin: 0 10px;
}

.inner-wrap .form-section .profile-input .col-1 {
    margin-right: 5px;
}

.chk-span {
    width: 100%;
    float: left;
}

.IOF-THEME-11.mobdes #CartInfoItemsForm {
    position: relative;
}

.IOF-THEME-11.mobdes #CartInfoItemsForm:before {
    content: "";
    background: #efefef;
    width: 100%;
    height: 7px;
    position: absolute;
    top: -30px;
    left: 0;
}

.IOF-THEME-11.mobdes .login-container+#CartInfoItemsForm:before {
    height: 0;
}

.IOF-THEME-11 .right-menu .common-title+div.panel-group {
    padding: 0 15px;
}

.IOF-THEME-11.mobdes .store-contact-info-ele {
    width: 100%;
    float: left;
    margin-top: 0;
}

.IOF-THEME-11.mobdes .del-type+.store-contact-info-ele,
.IOF-THEME-11 .left-menu .del-type+.store-contact-info-ele {
    margin-top: 15px;
}

.IOF-THEME-11.mobdes .store-contact-info-ele p {
    font: 400 16px/22px "Source Sans Pro";
    color: #333;
}

.IOF-THEME-11.mobdes .store-contact-info-ele .userinfodata,
.IOF-THEME-11.mobdes .userinfodata {
    width: 100%;
    float: left;
}

.IOF-THEME-11.mobdes .store-contact-info-ele .userinfodata ul,
.IOF-THEME-11.mobdes .userinfodata ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}

.IOF-THEME-11.mobdes .store-contact-info-ele .userinfodata ul li,
.IOF-THEME-11.mobdes .userinfodata ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    width: 100%;
    float: left;
    border: 0;
}

.IOF-THEME-11.mobdes .store-contact-info-ele .userinfodata ul li:last-child,
.IOF-THEME-11.mobdes .userinfodata ul li:last-child {
    margin: 0;
}

.IOF-THEME-11.mobdes .userinfodata ul li.mb-10 {
    margin-bottom: 10px;
}

.IOF-THEME-11.mobdes .store-contact-info-ele .userinfodata ul li p,
.IOF-THEME-11.mobdes .userinfodata ul li p {
    margin: 0;
    font: 400 16px/22px "Source Sans Pro";
    color: #333333;
}

.IOF-THEME-11.mobdes .store-contact-info-ele .userinfodata ul li p span,
.IOF-THEME-11.mobdes .userinfodata ul li p span {
    margin: 0;
}

.IOF-THEME-11.mobdes .store-contact-info-ele .userinfodata ul li p strong,
.IOF-THEME-11.mobdes .userinfodata ul li p strong {
    margin: 0;
    font: 500 16px/22px "Source Sans Pro Semibold";
    color: #333333;
}

.IOF-THEME-11.IOF-COLOR-1 .ext-menu-title>h4 {
    font: bold 35px/44px "Source Sans Pro Bold";
    /* color: #333333; */
}

.IOF-THEME-11.IOF-COLOR-1 .submit .theme-bg-2:not(.ext-menu) {
    font: 600 16px/20px "Source Sans Pro Bold";
    letter-spacing: 0.48px;
}


/*Added by Ekansh */

.item-name {
    width: 100%;
}

.addtip {
    width: 100%;
    float: left;
    margin: 5px 0 5px;
    padding: 0px;
    border-top: 4px solid rgba(0, 0, 0, 0.06);
}

.IOF-THEME-11 .main-container .addtip h2 {
    width: 100%;
    float: left;
    font: 400 16px/22px "Source Sans Pro";
    color: #000000;
    margin: 0 0 6px;
    text-align: left;
    padding: 0;
    text-transform: capitalize;
}

.IOF-THEME-11.mobdes .newTable li .addtip ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.IOF-THEME-11.mobdes .newTable li .addtip ul li {
    background: #ffffff;
    /* border: 2px solid #eaeaea!important; */
    font: 400 13px/22px "Source Sans Pro";
    letter-spacing: -0.13px;
    color: #a2a2a2;
    display: flex;
    flex-direction: column;
    flex-basis: 24%;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin: 0 0.5%;
    height: 60px;
    cursor: pointer;
    padding: 0;
}

.IOF-THEME-11.mobdes .newTable li .addtip ul li:hover {
    /* border: 2px solid #ff6200!important; */
}

.IOF-THEME-11.mobdes .newTable li .addtip ul li strong,
.customFieldText {
    font: 500 14px/22px "Source Sans Pro Semibold";
    letter-spacing: -0.14px;
    color: #000000;
}

.addtip .customField {
    display: none;
    margin: 15px 0 0;
}

.addtip .customField label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center
}

.IOF-THEME-11 input[type="text"].customFieldText {
    border-radius: 0;
    border: 0;
    padding: 0px 10px;
    width: 100%;
}


/* Dash CSS*/


.IOF-THEME-11.mobdes .newTable li .addtip ul li strong,
.customdashFieldText {
    font: 500 14px/22px "Source Sans Pro Semibold";
    letter-spacing: -0.14px;
    color: #000000;
}

.addtip .customdashField {
    display: none;
    margin: 15px 0 0;
}

.addtip .customdashField label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center
}

.IOF-THEME-11 input[type="text"].customdashFieldText {
    border-radius: 0;
    border: 0;
    padding: 0px 10px;
    width: 100%;
}




.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button:hover,
button:active,
button:focus,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:hover {
    outline: none;
    box-shadow: none;
}

.IOF-THEME-11 .padding-15 {
    padding: 15px;
}

.IOF-THEME-11 .p-0 {
    padding: 0;
}

.IOF-THEME-11 .pt-0 {
    padding-top: 0;
}

.IOF-THEME-11 .pb-0 {
    padding-bottom: 0;
}

.IOF-THEME-11 .pl-0 {
    padding-left: 0;
}

.IOF-THEME-11 .pr-0 {
    padding-right: 0;
}

.IOF-THEME-11 .m-0 {
    margin: 0;
}

.IOF-THEME-11 .mt-0 {
    margin-top: 0;
}

.IOF-THEME-11 .mb-0 {
    margin-bottom: 0;
}

.IOF-THEME-11 .ml-0 {
    margin-left: 0;
}

.IOF-THEME-11 .mr-0 {
    margin-right: 0;
}

.modal-open .main-container {
    z-index: inherit
}

.IOF-THEME-11 .pay-select .time-setting label {
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}

.crossIcon {
    width: 12px;
    padding: 0;
    margin: -2px 0 0;
    vertical-align: middle;
}

.time-setting p{
	margin-bottom:6px;
}

.mobdes.IOF-THEME-11 .inner-wrap .form-section .profile-input .col-width{
    max-width: 450px;
    min-width: 100%;
    width: 100%;
}
.mobdes.IOF-THEME-11 .profile-btn-section .p-save, .mobdes.IOF-THEME-11 .profile-btn-section .p-cancle{
    border: none;
    margin: 0 15px;
    max-width: 260px;
    float: none;
    height: 40px;
    padding: 0;
    font-weight: 400;
}
.mobdes.IOF-THEME-11 .profile-btn-section .p-save{
    background:var(--order_online_button);
    color:#fff
}

.mobdes.IOF-THEME-11 .profile-btn-section .p-save:hover, .IOF-THEME-11.IOF-COLOR-1.mobdes .theme-bg-1.p-save:hover{
    background: var(--hover-color);
    color:#fff
}

.mobdes.IOF-THEME-11 .profile-btn-section .p-cancle{
    background:#323232;
    color:#fff
}

.mobdes.IOF-THEME-11 .profile-btn-section .p-cancle:hover, .IOF-THEME-11.IOF-COLOR-1.mobdes .theme-bg-1.p-cancle:hover{
    background:#121212;
    color:#fff
}

.mobdes.IOF-THEME-11 .main-container.mobdes{
    z-index: auto;
}

.item-description .spicy_icon {
    fill: #FF0000;
    width: 18px;
	margin-left:5px
}


@media screen and (max-width: 767px) {
    .mobile-view,
    #mobile-summary-2,
    .tr li.mobile-view {
        display: none;
    }
    .ext-menu.mobile-view {
        display: block;
    }
    .hideDesk {
        display: block;
    }
    .mobHide {
        display: none;
    }
    .mobdes {
        position: relative;
    }
    .main-container.mobdes{
        padding-bottom: 70px;
    }
    .mobdes .custom-bar-btn-wrapper, .mobdes .cart-button {
        display: block;
    }
    .mobdes .cart-button.cta-back-nf {
        position: relative;
        bottom: auto;
        right: auto;
        left: auto;
        transform: none;
        box-shadow: none;
        margin-top: 20px;
        width: 100%;
        z-index: 97;
    }
    .mobdes .cart-button.cta-back-nf .backtomenu {
        font: 500 16px/20px "Source Sans Pro Semibold";
        letter-spacing: 0.48px;
        color: var(--theme-color);
        z-index: 97;
    }
    .mobdes .cart-button.cta-back-nf:hover {
        background: var(--theme-color)
    }
    .mobdes .cart-button.cta-back-nf:hover .backtomenu {
        color: #fff;
    }
    .mobdes .cart-button.cta-back-nf .backtomenu svg {
        vertical-align: middle;
        fill: var(--theme-color);
        transform: rotate(90deg);
    }
    .mobdes .cart-button.cta-back-nf:hover .backtomenu svg {
        fill: #fff;
    }
    .mobdes .cart-button.cta-back-nf .backtomenu span {
        vertical-align: middle;
    }
    .logowrap {
        margin-left: 15px;
    }
    .mobdes .cart-item {
        /* font-size: 30px;
        position: absolute;
        top: 20px;
        right: 90px;
        cursor: pointer;
        z-index: 99;
        display: block; */
        font-size: 30px;
        position: absolute;
        top: 8px;
        right: 60px;
        cursor: pointer;
        z-index: 99;
        display: block;
        width: 50px;
        height: 50px
    }
    .mobdes .cart-item a {
        position: relative;
        top: 10px;
        left: 6px;
    }
    .mobdes .cart-item .count {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        position: absolute;
        right: -10px;
        top: -5px;
        left: auto;
        font-style: normal;
        font-family: "Source Sans Pro Bold";
    }
    .mobdes .cart-item svg {
        fill: #333;
    }
    .IOF-THEME-11 .main-container.mobdes {
        padding-top: 0;
    }
    .add-info .modal-dialog {
        width: 100%;
    }
    .itemModalOpen {
        cursor: pointer;
    }
    .mobdes #collapseTwo {
        padding: 20px 0;
    }
    .IOF-THEME-11 .left-menu #accordion1 .panel.panel-default>.panel-heading:hover,
    .panel-default>.panel-heading+.panel-collapse>.panel-body:hover {
        background: #f5f5f5 !important;
    }
    .panel-default>.panel-heading+.panel-collapse>.panel-body.whiteBG:hover {
        background: #fff !important;
    }
    .IOF-THEME-11.mobdes .left-menu .panel-title .cat-desc {
        color: #464646;
    }
    .IOF-THEME-11 .ps-additional-info .prefernceAndAddOns .check-more .btn svg {
        width: 18px;
        height: 18px;
    }
    .add-more h3 {
        font: Bold 18px/24px "Source Sans Pro";
        color: #3b3b3b;
    }
    .sub-menu-listing h4 {
        font: 500 18px/24px "Source Sans Pro Semibold";
        letter-spacing: 0.02em;
        color: #3b3b3b;
    }
    .sub-menu-listing h4 small {
        font: 400 16px/18px "Source Sans Pro";
        letter-spacing: -0.16px;
        color: #717171;
    }
    .sub-menu-listing h4 em {
        font: 500 13px/12px "Source Sans Pro Semibold";
        color: #ff4600;
        font-style: normal;
    }
    .add-check-list label {
        font: 400 15px/23px "Source Sans Pro";
        color: #000000;
    }
    .ps-additional-info .pop-img-txt {
        text-align: center;
        display: block;
    }
    .ps-additional-info .pop-img-txt img.pop-img {
        margin: 0 auto 10px;
        height: auto !important;
        width: auto !important;
    }
    .ps-additional-info .pop-img-txt .pop-txt {
        float: left;
        width: 100%;
        text-align: left;
    }
    .ps-additional-info .pop-img-txt .pop-txt p {
        font: 400 14px/18px "Source Sans Pro";
    }
    .IOF-THEME-11.mobdes .ext-menu-title {
        height: 64px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .IOF-THEME-11.mobdes .ext-menu-title h4 {
        height: auto;
        padding: 0;
        font-weight: 500;
        font-size: 25px;
        line-height: 20px;
        /* color: #333333; */
    }
    .layout-container.pages {
        margin-top: 0;
    }
    .IOF-THEME-11.mobdes .panel-body .inner-menu .food-img {
        width: 120px !important;
        height: 90px;
    }
    .IOF-THEME-11.mobdes .panel-body .inner-menu .food-img img {
        width: auto;
        height: auto;
    }
    .IOF-THEME-11.mobdes .panel-body .inner-menu .item-description h4,
    .IOF-THEME-11.mobdes .panel-default>.panel-heading+.panel-collapse>.panel-body>.panel-group>.panel.panel-default a.item_link {
        display: block;
    }
    .IOF-THEME-11.mobdes .panel-body .inner-menu .item-description p {
        font: 400 14px/17px "Source Sans Pro";
    }
    .IOF-THEME-11.mobdes .panel-heading .theme-arrow-down {
        width: 15px;
        height: 15px;
        top: 26px;
        right: 15px;
        background: url(../../img/horizontal/drop_down.svg) no-repeat top left;
    }
    .IOF-THEME-11 .main-container.checkoutMobView {
        padding: 0;
    }
    .mobdes .specialNote {
        display: block;
    }
    .IOF-THEME-11 .main-container.checkoutMobView .left-menu .panel.panel-default>.panel-heading,
    .IOF-THEME-11 .middle-menu.pgblock .panel.panel-default>.panel-heading,
    .IOF-THEME-11 .main-container.checkoutMobView .right-menu .my-order .common-title {
        background: none;
        padding-top: 30px !important;
        border: 0;
    }
    .IOF-THEME-11 .main-container.checkoutMobView .panel-heading h3.panel-title {
        font: Bold 20px/24px "Source Sans Pro Bold";
        color: #333333;
    }
    .IOF-THEME-11 .main-container.checkoutMobView .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 0;
    }
    .IOF-THEME-11 .main-container.checkoutMobView .left-menu {
        margin-bottom: 10px;
    }
    .main-container.checkoutMobView .pay-check h3 {
        font: 500 18px/22px "Source Sans Pro Semibold";
        color: #333333;
        margin: 0px 0 15px 0;
    }
    .IOF-THEME-11 .store-contact-info-ele p {
        font: 400 14px/22px "Source Sans Pro";
        color: #333333;
    }
    .main-container.checkoutMobView .pay-check span {
        font: 400 16px/22px "Source Sans Pro";
        color: #333333;
    }
    .main-container.checkoutMobView .store-contact-info-ele {
        margin: 0;
    }
    .IOF-THEME-11.IOF-COLOR-1 .main-container.checkoutMobView .changeOrder {
        text-decoration: underline;
        font: 500 14px/18px "Source Sans Pro Semibold";
    }
    .main-container.checkoutMobView .order-list-section {
        padding: 15px;
    }
    .IOF-THEME-11 .main-container.checkoutMobView .right-menu .commentPanel .panel.panel-default>.panel-heading {
        display: none;
    }
    .item-size span {
        display: inline-block;
        padding-right: 15px;
    }
    .main-container.checkoutMobView .commentPanel {
        padding: 15px;
    }
    .main-container.checkoutMobView .commentPanel .comment-box textarea {
        border: 1px solid #d6d6d6;
        background: #fff;
        height: 120px;
    }
    .main-container.checkoutMobView .commentPanel .comment-box textarea:focus {
        outline: none;
        box-shadow: none;
    }
    .main-container.checkoutMobView .middle-menu.pgblock {
        width: 100%;
    }
    .panel-default>.panel-heading+.panel-collapse div.termsCondRow {
        margin-bottom: 20px;
    }
    .main-container.checkoutMobView .payment-opt .pay-option label {
        font: 400 16px/22px "Source Sans Pro";
        width: 100%;
    }
    .main-container.checkoutMobView .payment-opt .pay-option label.common-bold {
        font: 500 18px/22px "Source Sans Pro Semibold";
    }
    .IOF-THEME-11 .main-container.checkoutMobView input[type="text"].user-detail,
    .IOF-THEME-11 .main-container.checkoutMobView .order-list-section select,
    .IOF-THEME-11 .pay-option select {
        height: 45px;
        /* border-radius: 10px; */
        border-radius: 0px;
        font: 400 16px/24px "Source Sans Pro";
        color: #333333;
    }
    .IOF-THEME-11 .main-container.checkoutMobView .order-list-section select,
    .IOF-THEME-11 .pay-option select {
        background: url(../../img/horizontal/drop_down.svg) no-repeat 96% center;
    }
    .IOF-THEME-11 .main-container.checkoutMobView .iodr-table .common-bold {
        font: 500 18px/22px "Source Sans Pro Semibold";
        color: #333333;
    }
    .IOF-THEME-11 .main-container.checkoutMobView .iodr-table td {
        font: 400 16px/22px "Source Sans Pro";
        color: #333333;
    }
    .IOF-A1-H .main-container.checkoutMobView .card-input {
        margin: 0;
    }
    .main-container.checkoutMobView .iodr-table input[type="text"] {
        border: 1px solid #d6d6d6;
        height: 45px;
        width: calc(100% - 85px);
        margin: 20px 8px 20px 0px;
        float: left;
    }
    .main-container.checkoutMobView .apply-cpn,
    .main-container.checkoutMobView .apply-gftcrd {
        height: 45px;
        width: 75px;
        font: 500 16px/20px "Source Sans Pro Semibold";
        letter-spacing: 0.48px;
        padding: 13px;
        text-align: center;
        text-transform: uppercase;
        margin: 20px 0;
        float: left;
    }
    .main-container.checkoutMobView .apply-cpn:active,
    .main-container.checkoutMobView .apply-gftcrd:active {
        box-shadow: none;
    }
    .IOF-THEME-11 #mobile-summary-2.right-menu .common-title,
    .IOF-THEME-11 #mobile-summary-2.right-menu .panel.panel-default>.panel-heading {
        background: none;
        padding-top: 30px !important;
    }
    .IOF-THEME-11 #mobile-summary-2.right-menu .common-title.yotitle {
        /* border-top: 1px solid #e0e0e0;
        padding: 15px!important;
        margin-top: 10px; */
        border-top: 0px solid #e0e0e0;
        padding: 0px !important;
        margin-top: 0px;
    }
    .IOF-THEME-11 #mobile-summary-2.right-menu .common-title h3,
    .IOF-THEME-11 #mobile-summary-2.right-menu .panel-heading h3.panel-title {
        font: 500 18px/22px "Source Sans Pro Semibold";
        color: #333333;
        display: block;
        margin: 0;
    }
    .IOF-THEME-11.mobdes .ext-menu-title.menu-title {
        font: Bold 24px/31px "Source Sans Pro Bold";
        /* color: #333333; */
    }
    .IOF-THEME-11 #mobile-summary-2.right-menu .common-title.yotitle h3 {
        font: Bold 24px/31px "Source Sans Pro";
        color: #333333;
        display: none;
    }
    .IOF-THEME-11 #mobile-summary-2.right-menu .panel-heading h2.panel-title {
        font: Bold 24px/31px "Source Sans Pro Bold";
        color: #333333;
        margin: 0;
        padding: 0;
    }
    .IOF-THEME-11 #mobile-summary-2.right-menu .item-1 h5,
    .IOF-THEME-11 #mobile-summary-2.right-menu .item-cost,
    .IOF-THEME-11 #mobile-summary-2.right-menu .my-order div {
        font: 400 16px/22px "Source Sans Pro";
        color: #333333;
    }
    .IOF-THEME-11 #mobile-summary-2.right-menu .order-list-wrap .item-cost {
        font: 500 18px/22px "Source Sans Pro Semibold";
        color: #333333;
    }
    .IOF-THEME-11 #mobile-summary-2.right-menu .order-list-wrap .item-cost font {
        font: 500 18px/22px "Source Sans Pro Semibold" !important;
        color: #333333;
    }
    .my-order .coupon-code {
        padding: 0 0px 10px;
    }
    .coupontext,
    .gifttext {
        float: left;
        margin: 30px 0;
    }
    .couponfield,
    .giftfield {
        float: right;
    }
    .IOF-THEME-11.mobdes .right-menu #OTDetail {
        padding: 10px 0px;
    }
    .orderTypeDescription {
        text-align: center;
    }
    .orderTypeDescription p {
        font: 400 16px/20px "Source Sans Pro";
        color: #333333;
    }
    #OTDetail .orderTypeDescription {
        padding: 14px 20px;
    }
    .IOF-THEME-11.IOF-COLOR-1 .mobdes .changeOrder {
        text-decoration: underline;
        font: 500 14px/18px "Source Sans Pro Semibold";
    }
    .right-menu #getOrderType .common-input>p,
    .right-menu #getOrderType .time-setting label {
        font: 400 16px/22px "Source Sans Pro" !important;
        width: 100%;
    }
    .IOF-A1-H .pay-date .common-input {
        margin: 15px 0;
    }
    .IOF-THEME-11 #getOrderType input[type="text"],
    .IOF-A1-H .order-input.hlf-row select,
    .IOF-A1-H .time-setting .user-detail {
        height: 45px;
        border-radius: 0;
        font: 500 16px/20px "Source Sans Pro Semibold";
        color: #333333;
    }
    .IOF-THEME-11 .store-delivery-info p {
        font: 400 16px/22px "Source Sans Pro";
        color: #333333;
    }
    .IOF-THEME-11.IOF-COLOR-1 .button-size5.editOrderType,
    .IOF-THEME-11.IOF-COLOR-1.mobdes .button-color2.editOrderType {
        width: 100%;
        font: 500 16px/20px "Source Sans Pro Semibold";
        letter-spacing: 0.48px;
        height: 45px;
        border-radius: 0;
        box-shadow: none;
        max-width: 100%;
    }
    .IOF-THEME-11 #resvTime div {
        width: 48% !important;
    }
    .backIconBtn {
        box-shadow: none;
        position: fixed;
        left: 30px;
        top: 120px;
        cursor: pointer;
        width: 47px;
        height: 47px;
        text-align: center;
        background: #fff;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 50%;
        display: block;
        z-index: 999;
    }
    .backIconBtn.stickyBtn {
        position: fixed;
        top: 5px;
        left: 30px;
    }
    .backIconBtn svg {
        color: #454545;
        transform: rotate(90deg);
    }
    .my-order .info-box {
        padding: 0px 0px;
    }
    .my-order .info-box h3 {
        font: Bold 24px/31px "Source Sans Pro Bold";
        color: #333333;
        margin: 0 0 40px;
        text-align: center;
    }
    .IOF-THEME-11 .my-order p.no-order {
        font: 500 18px/22px "Source Sans Pro Semibold";
        color: #c1c1c1;
        padding: 50px 0 5px;
    }
    .IOF-THEME-11 #desktop_continue input {
        width: 100%;
        border-radius: 0;
        height: 45px;
    }
    .IOF-THEME-11 #desktop_continue input:disabled {
        background: #bfbfbf;
    }
    .main-container.checkoutMobView .commentPanel .comment-box textarea {
        margin-bottom: 10px;
    }
    .IOF-THEME-11.IOF-COLOR-1 .button-size1.saveComment {
        background: #fff !important;
        border: 1px solid #d6d6d6;
        border-radius: 0;
        width: 100%;
        font: 500 16px/20px "Source Sans Pro Semibold";
        letter-spacing: 0.48px;
        color: #d6d6d6;
        height: 45px;
        box-shadow: none;
    }
    .IOF-THEME-11.IOF-COLOR-1 .button-size1.saveComment:disabled {
        background: #fff !important;
        border: 1px solid #d6d6d6;
        border-radius: 0;
        width: 100%;
        font: 500 16px/20px "Source Sans Pro Semibold";
        letter-spacing: 0.48px;
        color: #d6d6d6;
        height: 45px;
        box-shadow: none;
    }
    .oo-main-btn {
        padding: 15px;
    }
    .IOF-THEME-11.IOF-COLOR-1 .button-size1.changeName {
        width: 100%;
        border-radius: 0;
        height: 45px;
        box-shadow: none;
        font: 500 16px/20px "Source Sans Pro Semibold";
    }
    .IOF-THEME-11.IOF-COLOR-1.mobdes .button-size5.saveOrderType {
        width: 100%;
        text-align: center;
        float: left;
        height: 45px;
        font: 500 16px/20px "Source Sans Pro Semibold";
        text-transform: uppercase;
        padding: 11px 0;
        margin: 20px 0 0;
        box-shadow: none;
        border-radius: 0;
        transition: 0.5s;
    }
    .IOF-THEME-11 .panel.panel-default .panel-collapse a.addAddress {
        text-decoration: underline;
        font: 500 16px/20px "Source Sans Pro Semibold";
        letter-spacing: 0.48px;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        float: left;
    }
    .IOF-THEME-11 .right-menu .order-list-section ul+ul li:last-child .total-price span {
        font: 500 20px/22px "Source Sans Pro Semibold";
        color: #333333;
    }
    .IOF-THEME-11 .right-menu .order-list-section ul+ul li:last-child .total-price span+span {
        font: 600 20px/22px "Source Sans Pro Bold";
        color: #333333;
    }
    .IOF-THEME-11 .middle-menu.pgblock .panel.panel-default {
        margin-bottom: 0;
        border-bottom: 0;
    }
    .mobdes.pay-wrap.select-order,
    .pay-wrap.payment-opt {
        padding: 0;
    }
    .continue.hideDesk #desktop_continue.oo-main-btn {
        padding: 0;
        margin: 0 0 10px !important;
    }
    .IOF-THEME-11.mobdes #CartInfoItemsForm,
    .IOF-THEME-11 #PaymentPaymentSectionForm {
        padding: 0 15px 30px 15px !important;
    }
    .IOF-THEME-11.mobdes #CartInfoItemsForm {
        position: relative;
    }
    .IOF-THEME-11.mobdes #CartInfoItemsForm:before {
        content: "";
        background: #efefef;
        width: 100%;
        height: 7px;
        position: absolute;
        top: -30px;
        left: 0;
    }
    .continue.hideDesk {
        background: #fff;
        width: 100%;
        float: left;
        margin: 0px 0 0;
        padding: 0px 15px 20px;
        text-align: center;
    }
    .continue.hideDesk .oo-main-btn {
        padding: 0;
    }
    .IOF-THEME-11.IOF-COLOR-1 .continue.hideDesk .button-size1 {
        width: 100%;
        border-radius: 0;
        height: 45px;
        box-shadow: none;
        font: 500 16px/20px "Source Sans Pro Semibold";
        text-transform: uppercase;
        letter-spacing: 0.03em;
        border: none;
    }
    .IOF-THEME-11.IOF-COLOR-1 .continue.hideDesk .button-size1.add_more_shopping {
        line-height: 45px;
    }
    .IOF-THEME-11.IOF-COLOR-1 .continue.hideDesk .button-size1 {
        display: inline-block;
    }
    .cardimg {
        vertical-align: middle;
    }
    input:disabled {
        background: #bfbfbf;
        color: #fff;
        font: 500 16px/20px "Source Sans Pro Semibold";
        letter-spacing: 0.48px;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        padding: 13px 0 12px;
    }
    #deliveryAddress address h4 {
        font: 400 16px/22px "Source Sans Pro";
        color: #333333;
    }
    .IOF-THEME-11 .pay-select label {
        max-width: fit-content;
        font: 500 18px/22px "Source Sans Pro Semibold";
        color: #333333;
    }
    .IOF-THEME-11 #mobile-summary-2.right-menu .panel-heading h3.panel-title.ordertype {
        text-align: left;
        text-transform: uppercase;
    }
    .inner-wrap .form-section .profile-input .label3 {
        width: 100%;
    }
    .inner-wrap .form-section .profile-input .col-2 {
        margin: 0;
        width: calc(100% - 75px);
        float: left;
    }
    .submitAddAddress {
        width: calc(100% - 40px);
        border-radius: 0;
        text-transform: uppercase;
        height: 45px;
        font: 500 16px/20px "Source Sans Pro Semibold";
        letter-spacing: 0.48px;
        margin: 0 0 10px;
    }
    .closeModal.button {
        width: calc(100% - 40px);
        border-radius: 0;
        text-transform: uppercase;
        height: 45px;
        font: 500 16px/20px "Source Sans Pro Semibold";
        letter-spacing: 0.48px;
        margin: 0;
    }
    .IOF-THEME-11 .main-container.checkoutMobView .pay-check .store-delivery-info h3 {
        font: 500 16px/22px "Source Sans Pro Semibold";
        color: #333333;
    }
    .IOF-THEME-11 .main-container.checkoutMobView .pay-check .store-delivery-info p {
        font: 400 14px/22px "Source Sans Pro";
        color: #333333;
    }
    .IOF-THEME-11 .main-container.checkoutMobView .pay-check #delivery_address .store-delivery-info h3 {
        font: 500 18px/22px "Source Sans Pro Semibold";
        color: #333333;
    }
    .IOF-THEME-11 .main-container.checkoutMobView .pay-check #delivery_address .store-delivery-info p {
        font: 400 16px/22px "Source Sans Pro";
        color: #333333;
    }
    .panel-default>.panel-heading+.panel-collapse>.panel-body.nested-ac:hover {
        background: none !important;
    }
    .IOF-THEME-11 #editOrderDetail:hover,
    .IOF-THEME-11 #editOrderDetail:focus {
        outline: none;
        box-shadow: none;
    }
    .IOF-THEME-11.IOF-COLOR-1 #desktop_continue .button-size1.makeorder {
        line-height: normal;
    }
    .IOF-THEME-11 .right-menu .pay-wrap.select-order.edit-delivery-details {
        padding: 0 15px;
    }
    #errorPop.notify-msg-popup .modal-dialog {
        width: 100%;
        max-width: 80%;
    }
    #desktop_continue {
        margin: 0;
    }
    .modal-dialog .close {
        right: 25px !important;
        width: 18px;
    }
    #errorPop.notify-msg-popup .modal-dialog .modal-body {
        padding: 35px 50px;
    }
    #errorPop.notify-msg-popup .modal-dialog .modal-content #errorPopMsg {
        font: 500 16px/20px "Source Sans Pro Semibold";
    }
    .IOF-THEME-11 .right-menu .common-title+div.login-container {
        padding: 20px 15px;
    }
    .IOF-THEME-11 .right-menu .common-title+div.login-container {
        padding: 20px 15px;
    }
    .orderTypeDescription.yourOrderDelivery,
    .mobdes .guestuserData .orderTypeDescription {
        text-align: center;
    }
    .IOF-THEME-11.IOF-COLOR-1 .address-radio-wrap {
        padding-bottom: 0;
    }
    .IOF-THEME-11 .pay-select .payoptioncls label {
        margin: 0;
        padding: 10px 15px;
    }
    /*Login*/
    #login-modal .modal-dialog.newloginDesign,
    #guest-sign-up-modal .modal-dialog.newloginDesign,
    .modal-dialog.newloginDesign {
        width: calc(100% - 20px);
    }
    .newloginDesign .bgcolor_focus.cta-login-btn.button,
    #btnUserLoginM.bgcolor_focus.cta-login-btn.button,
    .newloginDesign .button {
        height: auto !important;
    }
    .newloginDesign .modal-body-login-guest .tc {
        padding-bottom: 5px;
    }
    .middle-menu.pgblock {
        width: 100%;
    }
    .IOF-THEME-11 .left-menu .pay-select .chk-span label {
        max-width: max-content;
        padding-bottom: 0;
    }
    .pay-wrap.select-order label {
        padding-top: 0;
    }
    .IOF-THEME-11.mobdes .panel-body .pay-check div:first-child h3 {
        margin: 0;
    }
    .IOF-THEME-11 .right-menu .common-title+div.order-list-section.Od-list.editable-form {
        padding: 0 10px;
    }
    .IOF-THEME-11 #collapsesix {
        margin: 0;
    }
    .inner-wrap .form-section .profile-input .label3 {
        width: 100%;
    }
    .IOF-THEME-11 .left-menu .pay-wrap.select-order {
        padding: 0 !important;
    }
    .guestuserData #getOrderType .col-lg-6.col-sm-6 {
        width: 100%;
    }
    .IOF-THEME-11 #OTDetail {
        padding: 0;
    }
    .IOF-A1-H .pay-date .common-input,
    .IOF-THEME-11 #resvTime div.time-setting {
        width: 100%;
    }
    .IOF-THEME-11.mobdes .newTable li {
        padding: 5px 0;
    }
    .IOF-THEME-11.mobdes .right-menu .order-list-section .newTable ul:last-child li.seperator-box,
    .IOF-THEME-11.mobdes .newTable li.seperator-box,
    .IOF-THEME-11.mobdes .right-menu .order-list-section .newTable ul:last-child li.seperator-box,
    .IOF-THEME-11.mobdes .newTable li.seperator-box,
    .specialComment {
        padding-left: 0px;
        padding-right: 0px;
    }
    .IOF-THEME-11 input[type="text"].cardInput {
        width: calc(100% - 90px) !important;
    }
    .main-container.checkoutMobView .cardInput+.apply-cpn,
    .main-container.checkoutMobView .cardInput+.apply-gftcrd {
        margin: 0 0 0 12px;
    }
    [type="checkbox"]:not(:checked)+label:after,
    [type="checkbox"]:checked+label:after {
        top: 3px;
    }
    .IOF-THEME-11.mobdes .order-list-section .newTable li span.remove {
        top: 10px;
        right: 5px;
        margin: 0;
    }
    .choosepaywrap {
        width: 100%;
    }
    .choosepaywrap.newccinfo {
        margin-left: 0;
    }
    .IOF-THEME-11 .left-menu .panel-group .panel-heading+div.panel-collapse.collapse {
        padding: 0 15px !important;
    }
    .IOF-THEME-11 .left-menu .panel-group .panel-heading+div.menuItemList.panel-collapse.collapse {
        padding: 0 0px !important;
    }
    .mobdes .nested-ac .panel-default .panel-collapse .panel-body.itemModalOpen {
        padding: 15px 15px;
    }
    .card-min-select,
    .mobpad20 {
        padding: 0 15px;
    }
    .mobpad20 {
        padding-bottom: 20px;
    }
    .payoptioncls.mobpad20{
        padding:0;
    }
    .oo-main-btn {
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .IOF-THEME-11 .middle-menu.pgblock .panel.panel-default {
        border-bottom: 0;
    }
    .IOF-THEME-11 .main-container.checkoutMobView .left-menu {
        margin: 0;
        border-bottom: 4px solid #d6d6d6;
    }
    .IOF-THEME-11.IOF-COLOR-1 .main-container.checkoutMobView .changeOrder.autobutton {
        padding: 20px 0;
        display: block;
        margin: auto;
        height: auto;
    }
    .IOF-THEME-11 .right-menu {
        padding: 0;
        border-bottom: 4px solid #d6d6d6;
    }
    .middle-menu.pgblock {
        margin: 0;
    }
    .specialComment {
        margin: 0;
        padding-bottom: 10px;
    }
    .IOF-THEME-11 .middle-menu.pgblock .panel.panel-default>.panel-heading {
        padding-top: 20px !important;
    }
    .IOF-THEME-11.mobdes .right-menu .my-order .common-title+div.orderTypeDescription.yourOrderDelivery {
        display: none;
    }
    .main-container.checkoutMobView .order-list-section {
        padding: 0;
    }
    .IOF-THEME-11 .my-order div.newTable,
    .newTable {
        padding: 0 15px 20px;
    }
    .IOF-THEME-11 .main-container.checkoutMobView .right-menu .my-order .common-title {
        padding-top: 20px !important;
    }
    .IOF-THEME-11 .left-menu #accordion1 .panel.panel-default>#collapseTwo.panel-heading:hover,
    .panel-default>.panel-heading+#collapseTwo.panel-collapse>.panel-body:hover {
        background: none !important;
    }
    #getOrderType .col-lg-6.col-sm-6 {
        width: 100%;
    }
    .popup-checkbox [type="checkbox"]:not(:checked)+label::after,
    .popup-checkbox [type="checkbox"]:checked+label::after {
        top: 8px;
    }
    .form-section {
        padding: 20px 15px;
    }
    #Deliveryaddress .profile-input,
    #addDeliveryaddress .profile-input {
        margin-bottom: 0;
    }
    .inner-wrap .form-section .profile-input .label3 {
        width: 100%;
    }
    .store-contact-info-ele {
        padding-top: 0px;
        margin-top: 5px;
    }
    .inner-wrap .form-section .profile-input .user-detail.phone-number+span {
        float: left;
        width: 100%;
        margin: -10px 0 10px;
    }
    .pay-wrap.select-order ul#delivery_address {
        padding: 0 30px;
    }
    .IOF-THEME-11 .select-order #delivery_address li {
        font: 400 16px/22px "Source Sans Pro";
        color: #333333;
    }
    #collapseTwo .guestuserData .panel-body.pt-0.pb-0 {
        padding: 0;
    }
    .IOF-THEME-11.IOF-COLOR-1.mobdes .guestuserData .theme-btn-group .button-size5.saveOrderType {
        margin-bottom: 10px;
    }
    .IOF-THEME-11 .guestuserData .panel-body {
        padding: 0;
    }
    .IOF-THEME-11 .left-menu .guestuserData #collapseTwo .panel-body.pt-0.pb-0,
    .IOF-THEME-11 .left-menu #osPreOrderType+.panel {
        padding: 0 15px;
    }
    /* .IOF-THEME-11.IOF-COLOR-1 .ext-menu-title>h4 {
        font: bold 24px/31px "Source Sans Pro Bold";
        color: #333333;
    } */
    .IOF-THEME-11.IOF-COLOR-1 .ext-menu-title>h4,
    .IOF-THEME-11.mobdes .ext-menu-title.menu-title {
        font: bold 24px/31px "Source Sans Pro Bold";
        /*letter-spacing: 0.1em;
        text-transform: uppercase;*/
    }
    .product-detail-btn .d-access-guest.confirm-btn {
        width: 100%;
        margin: 5px 0
    }
    .carousel,
    .carousel-inner,
    .carousel-inner>.item {
        height: auto
    }
}

@media screen and (max-width: 580px){
.mobdes.IOF-THEME-11 .profile-btn-section .p-save{
    margin-bottom: 20px;
}
.IOF-THEME-11 .modal-body-login-guest .theme-btn-group .left, .IOF-THEME-11 .modal-body-login-guest .theme-btn-group .right{
    width:42%
}
.IOF-THEME-11 .footer-bottom .container{
padding:0;
}
.IOF-THEME-11 .footer-bottom .container .wrap .footer-menu{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.IOF-THEME-11 .footer-bottom .container .wrap .footer-menu li{
    float: none;
}
}

@media screen and (max-width: 414px) {
    .IOF-THEME-11 #resvTime div {
        width: 48% !important;
    }
    .IOF-THEME-11 #resvTime div.time-setting {
        width: 100% !important;
    }
    .backIconBtn,
    .backIconBtn.stickyBtn {
        left: 15px;
    }
    .modal-body-login-guest {
        padding: 20px;
    }
    .IOF-THEME-11 .theme-btn-group .center {
        font: 400 16px/28px "Source Sans Pro";
        width: 10%;
        height: 32px;
        margin-top: 8px;
    }
    .add-info .confirm .submit {
        flex-direction: column;
        padding: 0 15px;
    }
    .IOF-THEME-11.IOF-COLOR-1 .submit .theme-bg-1,
    .IOF-THEME-11.IOF-COLOR-1 .submit .theme-bg-2:not(.ext-menu) {
        margin: 10px 0 0;
        width: 100%;
    }
    /* .IOF-THEME-11.IOF-COLOR-1 .submit .theme-bg-2:not(.ext-menu) {
        background: #333 !important;
    } */
    .IOF-THEME-11 #field_use_nzsafe label {
        font-size: 18px;
    }
    .IOF-THEME-11.IOF-COLOR-1 .submit .theme-bg-2:not(.ext-menu) {
        font: 600 16px/20px "Source Sans Pro Bold";
        letter-spacing: 0.48px;
    }

    .mobdes .cart-button .cart-btn,  .mobdes .cart-button .cart-btn.btn-continue-payment{
        font-size:14px
    }
    .mobdes .cart-button .cart-btn.btn-continue-payment.makeorder{
        font-size:14px
    }
    .mobdes .px-0-xm{
        padding:0
    }
}

@media screen and (max-width: 360px) {
    #login-modal [type="checkbox"]:not(:checked)+label,
    #login-modal [type="checkbox"]:checked+label {
        padding-left: 24px;
    }
    .sign-up [type="checkbox"]:not(:checked)+label::before,
    .sign-up [type="checkbox"]:checked+label::before {
        width: 16px;
        height: 16px;
    }
    .sign-up [type="checkbox"]:not(:checked)+label:after,
    .sign-up [type="checkbox"]:checked+label:after {
        top: 7px;
        left: 2px;
        font-size: 12px;
    }
    .mobdes .add-info .item-size span label {
        width: 100%;
    }
    .modal-dialog form#ItemFetchProductForm {
        padding: 10px;
    }
    .mobdes .add-info .item-size span label {
        padding-right: 10px;
    }
    .item-size span {
        padding-right: 0;
    }
}
