body {
    font-family: 'Roboto Condensed', sans-serif;

    background: #212529;
  /*  background-image: linear-gradient(180deg, rgba(189, 0, 55, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%); */

    background-size:100% auto;
    background-position: top;
    background-repeat: no-repeat; 
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.p-rl-10 {
    padding: 0 2px;
}
.bg-red {
    background: #E2072D !important;
    color: #fff !important;
}

.bg-red:hover {
    background: #fff !important;
    color: #656565 !important;
}

.text-yellow {
    color:#F5A623;
}
.text-green {
    color: #1AC374;
}
.text-red {
    color:#BA0423
}
header {
    padding: 10px 0 5px;
}

header .motoTime a:hover {
    text-decoration: none;
}

header .motoTime span {
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.02em;
    vertical-align: middle;
}
#logo img {
    width: 100%;
}
header .logo  a {
    display: inline-block;
    width: 100%;
    max-width: 64px;
}
header .logo img {
  
    width: 100%;
    
}

header .basket a {
    position: relative;
}

header .basket a .badge {
    position: absolute;
    right: -2px;
    bottom: -2px;
    background: #FCD263;
    color: #BF001D;
    font-size: 11px;
    font-weight: 700;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 12px;
}

.btn-red {
    background: #E2072D;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    width: 100%;
}

.btn-red:hover,
.btn-red:focus {
    background: #65050d;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.btn-white {
    background: #fff;
    border-radius: 5px;
    color: #656565;
    font-size: 18px;
    width: 100%;
}

.btn-white:hover,
.btn-white:focus {
    background: #E2072D;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.btn-gray {
    display: block;
    background: #F6F6F6;
    border-radius: 5px;
    height: 49px;
    line-height: 49px;
    padding: 0 10px;
    text-align: center;
}

.btn-gray:hover,
.btn-gray:focus {
    background: #E2072D;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.font-playfair {
    font-family: 'Playfair Display', serif;
}

#topArrow {
    text-align: center;
    font-size: 18px;
}

#topArrow a {
    display: block;
    padding: 10px;
    color: #fff;
}
#homePage {
        background-image: url(../images/pattern-pizza.png);
    background-size: auto;
    background-repeat: repeat-x;
}

#homePage #logo {
   /* margin: 20px; */
    padding:0 0  70px;
    text-align: center;
    width: 100%;
}

#homePage #logo a {
    display: inline-block;
    margin: auto;
     max-width: 180px;
}
#homePage #logo a img {
    width: 300px;
    max-width: 100%;
}
.text-white {
    color: #fff;
}

.formTitle {
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.54px;
    text-align: center;
    line-height: 21px;
    text-decoration: underline;
}

.form-control:placeholder {
    font-size: 18px;
    color: #656565;
    letter-spacing: 0.13px;
    text-align: center;
    line-height: 22px;
}

.form .form-group {
    margin-bottom: 6px;
    padding: 0 20px;
}

.iconInput {
    position: relative;
}

.iconInput input {
    position: absolute;
    left: 0;
    top: 0;
    height: 49px;
    width: 100%;
    opacity: 0;
}

.iconInput input~span {
    display: block;
    background: #FFFFFF;
    border-radius: 5px;
    border: 0;
    text-align: center;
    height: 49px;
    font-size: 18px;
    width: 100%;
}

.iconInput input~span .icon-white {
    opacity: 0;
}

.iconInput input~span .icon-gray {
    opacity: 1;
}

.iconInput input:checked~span {
    background: #E2072D;
    color: #fff;
}

.iconInput input:checked~span .icon-white {
    opacity: 1;
}

.iconInput input:checked~span .icon-gray {
    opacity: 0;
}

.iconInput input~span strong {
    font-weight: 400;
    line-height: 49px;
}

.iconInput .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    text-align: center;
}

.iconInput .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.iconInput .form-control {
    padding: 0 65px
}

.iconInput+label {
    display: block;
    margin: 0;
    text-align: right;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0.14px;
    text-align: right;
    line-height: 22px;
}

#homeOrderForm .btn-red {
    margin: 50px 0 10px;
}
#homeOrderForm .adressArea {
    display: block;
    padding: 10px 20px;
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 17px;
    color: #FFFFFF;
    letter-spacing: 0.44px;
    text-align: center;
    font-weight: 300;
    font-size: 25px;
    color: #3C3C3B;
    letter-spacing: 1.32px;
    line-height: 21px;
}

.text-padding{
	    padding: 0px 158px;
}

.card-body{
	    color: grey;
}

.card-header {
    background-color: white !important;
	border-bottom: none !important;
}

.btn-link:hover {
    color: #656565;
    text-decoration: underline;
}

.btn-link {
    font-weight: 400;
    color: #808080;
}

.wrp-faq button:focus{
  outline: none;
}
.wrp-faq button {
    border: none;
    background: transparent;
    width: 100%;
    outline: none;
    text-align: left;
    font-weight: 600;
    font-size: 21px;
    position: relative;
    padding: 17px 20px 15px 20px;
}
.wrp-faq .card-header {
  padding: 0;
}
.wrp-faq .card i.fa {
    float: right;
    transition: all 0.5s;
    position: absolute;
    right: 20px;
    font-size: 32px;
}
.wrp-faq > h2 {
  text-align: center;
  font-size: 50px;
  padding: 48px 10px;
}

#homeOrderForm .adressArea label {
    font-size: 17px;
    color: #666;
    letter-spacing: 0.44px;
    text-align: center;
    font-weight: 400;
}

#homeOrderForm .adressArea label img {
    margin-right: 5px;
}

#homeOrderForm .adressArea textarea {
    width: 100%;
    border: 0;
    resize: none;
    font-size: 17px;
    color: #666;
    outline: none;
}
#promotionSlider {
    padding: 14px 0;
	background-image: url(../images/bg-body.png);
	    background-color: #fff;
}
 #promotionSlider .col-md-12{
       padding-right: 0px;
    padding-left: 0px;
}



#promotionSlider .menuBox {
    margin-bottom: 0;
}
#promotionSlider .menuBox .menuImg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 237px;
}
#homeBottom {
    margin-top: 25px;
}

#homeBottom .bottomLogo a{
    display: inline-block;
    text-align: center;
     width: 100%;
   
}

#homeBottom .bottomLogo img {
   
    width: 100%;
}

#homeBottom .bottomLinks {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#homeBottom .bottomLinks li {
    display: block;
}

#homeBottom .bottomLinks li a {
    display: block;
    line-height: 20px;
    font-size: 13px;
    color: #fff;
    letter-spacing: -0.03em;
}

#homeBottom .socialLink {
    margin-top: 15px;
}

#homeBottom .socialLink>strong {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
}

#homeBottom .socialLink a {
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}

footer {
    display: block;
    padding: 9px 0;
    margin-top: 20px;

    background: #A3020C;
}

footer .copyright,
footer .footerLinks a {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
}

.timeDelivery {
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 6, 11, 0.90);
}

.timeDelivery .closeDelivery {
    position: absolute;
    right: 25px;
    top: 25px;
}

.ui-timepicker-standard {
    z-index: 999 !important;
}

.timeDelivery {
    display: none;
}

.timeDelivery.open {
    display: block;
}

.timeDelivery .deliveryContent {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.timeDelivery .deliveryContent strong {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
}

.timeDelivery .deliveryContent .timepicker {
    padding: 10px 0 9px;
    border: 3px solid rgba(255, 255, 255, 0.21);
    background: transparent;
    color: #fff;
    text-align: center;
    font-size: 30px;
    max-width: 138px;
    box-shadow: none;
    outline: none;
}

.ui-timepicker-standard {
    border: 0;
    color: #C20813;
    font-size: 22px;
    font-weight: 300;
}

.ui-timepicker-standard .ui-state-hover {
    /* overwrites .ui-state-hover */
    background-color: #C20813;
    border: 0;
    font-weight: normal;
    color: #fff !important;
}

.timeDelivery .deliveryContent a {
    max-width: 138px;
    height: 50px;
    padding: 0;
    line-height: 50px;
}

.timeDelivery .deliveryContent a:hover {
    color: #fff;
}

#selectionMenu {
    min-height: 500px;
    background-image: url(../images/pizzabg1.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#selectionMenu .form-control-label {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}

#selectionMenu .form-group {
    max-width: 330px;
    margin: auto;
}

.selectionMenuLinks>* {
    position: relative;
    display: block;
    color: #656565;
    line-height: 50px;
    font-size: 18px;
    margin-bottom: 10px;
    height: 50px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.selectionMenuLinks>*:after {
    content: "+";
    position: absolute;
    right: 20px;
    font-family: sans-serif;
    font-size: 22px
}

.selectionMenuLinks>*:hover {
       color: #656565;
    text-decoration: none;
}

.selectionMenuLinks .selectedLinks {
    position: relative;
    height: auto;
    padding: 14px 0;
}

.selectionMenuLinks .selectedLinks>span {
    padding: 0 20px;
    max-width: 80%;
}

.selectionMenuLinks .selectedLinks>span>* {
    display: block;
}

.selectionMenuLinks .selectedLinks .selectedName {
    font-size: 20px;
    line-height: 17px;
    margin-bottom: 10px;
}

.selectionMenuLinks .selectedLinks .selectedContents {
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ABABAB;
}

.selectionMenuLinks .selectedLinks>* {
    display: block;
}

.selectionMenuLinks .selectedLinks strong {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 10px;
}

.selectionMenuLinks .selectedLinks:after {
    display: none;
}

.selectionMenuLinks .selectedLinks .editSelected {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.selectionMenuLinks .selectedLinks .confirmSelected {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#selectionMenu .timepicker {
    outline: none;
    box-shadow: none;
    border: none;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    text-align: center;
}

.menuBox {
    padding-bottom: 10px;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.menuBox .menuImg {
    position: relative;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

.menuBox .menuImg img {
    width: 100%;
}

.formulesBox {
    margin-bottom: 15px;
    height: auto;
}
.formulesBox  .menuImg{
    height: 169px;
    background-size: cover;
    background-position: center;
}
.menuBox a {
    display: block;
    color: #686868;
    background: #fff;
    border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
}

.menuBox a:hover {
   
    text-decoration: none;
}
#promotionSlider .menuBox a {

  border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
} 
.menuBox .menuImg .formulesBannerDetail {
        position: absolute;
    z-index: 2;
    top: 35%;
    left: 20px;
    transform: translateY(-50%)
}
.menuBox .menuImg .formulesBannerDetail .offer {
    display: block;
    font-size: 14px;
    color: #FCD263;
    font-weight: bold;
    text-transform: uppercase;
 
}

.menuBox .menuImg .formulesBannerDetail .formulesDate {
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    
    color: #fff;
}
.menuBox .menuImg .formulesBannerName {
display: block;
    color: #fff;
    margin-bottom: 5px;
    font-size: 46px;
    line-height: 40px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.menuBox .menuImg .formulesBannerName small {
    display: block;
    font-size: 29px;
    line-height: 38px;
    letter-spacing: 2.33px;
}

.menuBox .menuImg .formulesBannerPrice {
   display: inline-block;
    background: #E2072D;
    color: #fff;
    height: 53px;
    font-size: 46px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 5px;
    font-weight: 400;
    line-height:48px;
}

 .menuBox .menuImg .formulesBannerPrice sup {
    font-size: 36px;
    top: -7px;
     opacity: 0.6;
}

.menuBox a .formulesDetail {
    display: block;
    padding: 15px 20px;
}

.menuBox a .formulesDetail .formulesName {
    font-size: 20px;
    line-height: 17px;
}

.menuBox a .formulesDetail .detail {
    color: #B2B0C0;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
}



.menuBox a .formulesDetail .price {
    font-size: 25px;
    line-height: 22px;
}

.title {
      font-size: 30px;
    color: #fff;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
}

.subTitle {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-transform: uppercase
}

.menuItemp2 .container .row .col-6:nth-child(even) {
    padding-left: 3px;
    margin-bottom: 6px;
}

.menuItemp2 .container .row .col-6:nth-child(odd) {
    padding-right: 3px;
    margin-bottom: 6px;
}

.menuBox {
    margin-bottom: 6px
}

.menuBox .menuItemName {
    background: #f6f6f6;
    color: #BA0423;
    font-weight: 400;
    line-height: 17px;
    font-size: 16px;
    padding: 10px;
}
.menuBox .menuItemName + i {
    font-size: 14px;
    color: #656565;
    padding: 0 10px;
}
.typeSelection .menuBox {
    background: #f6f6f6;
    border-radius: 5px;
}

.typeSelection .menuBox select {
    display: block;
    padding: 0px 15px;
    text-align: left;
    width: 100%;
    background: #fff;
    border: 0;
    font-weight: 600;
    border-radius: 5px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
    color: #656565;
    box-shadow: none !important;
}



.typeSelection .menuBox select:hover {
    background: #E2072D;
    color: #fff;
}


.typeSelection .menuBox .addMenuItem a {
    position: relative;
    display: block;
    background: #1AC374;
    border-radius: 5px;
    margin-bottom: 1px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
}

.typeSelection .menuBox .addMenuItem span {
    position: absolute;
    left: 10px;
}
.typeSelection .menuBox .addMenuItem a:after {
    content: "+";
    position: absolute;
    right: 10px;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
        top: 50%;
    transform: translateY(-50%);
}

.typeSelection .menuBox .addMenuItem a:hover {
    background: #E2072D;
    text-decoration: none
}

.typeSelection .menuBox .menuItemType strong{
    display: block;
    padding: 4px 0;
        padding: 0 10px;
    margin-bottom: 6px;
    text-align: left;
    width: 100%;
    min-height: 30px;
    background: #fff;
    border: 0;
    font-weight: 600;
    font-size: 10px;
    line-height: 30px;
    color: #656565;
    box-shadow: none !important;
    border-radius: 5px;
        text-transform: uppercase;
}


.menuImg .personalizeItem {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    bottom: 0px;
    font-size: 10px;
    color: #fff;
    line-height: 22px;
    background: transparent !important
}
.menuImg .personalizeItem:hover {
    text-decoration: underline;
}
.menuSelectedRadio {
    position: relative;
}

.menuSelectedRadio input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
}

.menuSelectedRadio label {
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    font-weight: 300;
    vertical-align: top;
}

.menuSelectedRadio input~span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    border: 5px solid #fff;
}

.menuSelectedRadio input:checked~span {
    background: #1AC374;
}

#selectionDrink .menuBox .menuImg {
    display: flex;
    vertical-align: middle;
    height: 100px;
    padding: 10px 0;
    text-align: center;
    background: #f6f6f6;
    border-radius: 5px;
}

#selectionDrink .menuBox .menuImg img {
    max-height: 80px;
    width: auto;
    margin: auto;
    vertical-align: middle;
}

 hr {
    margin: 25px -15px;
    height: 1px;
    background-image: linear-gradient(90deg, transparent, transparent 50%, #4A4A4A 50%, #4A4A4A 100%);
    background-size: 11px 3px, 100% 3px;
    border: none;
}

#billing hr {
    margin: 10px 0;
    height: 1px;
    background-image: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%);
    background-size: 11px 3px, 100% 3px;
    border: none;
}


.billingHeader {
    padding-top: 10px;
    background: #C20813;
    background-image: linear-gradient(180deg, rgba(189, 0, 55, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.billingHeader:after {
    content: "";
    display: block;
    margin-top: 10px;
    width: 100%;
    height: 36px;
    background-image: url(../images/billing-border.png);
}

.billingHeader .logo img {
    max-width: 64px;
}

.billingHeader .billingTopDetail {
    margin-top: 5px;
}

.billingHeader .billingTopDetail span {
    display: block;
    color: #fff;
    font-size: 16px;
}

.billingBottom {
    background: #fff;
}

.basketItemBox {
    color: #979797
}

.basketItemBox .basketItemName {
    font-weight: 300;
    font-size: 27px;
    color: #656565;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.basketItemBox .basketItemContent ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.basketItemBox .basketItemContent {
    font-size: 15px;
    color: #686868;
    letter-spacing: 0;
    line-height: 19px;
}

.basketItemBox .basketItemPrice {
    font-weight: 300;
    font-size: 18px;
    color: #9B9B9B;
    letter-spacing: 0;
    text-align: right;
    line-height: 17px;
}

.promoCode {
    position: relative;
}

.promoCode button {
    position: absolute;
    right: 0;
    top: 2px;
    background: #BE0325;
    border-radius: 5px;
    color: #fff;
    height: 45px;
    width: 48px;
    font-size: 17px;
}

.promoCode input[type="text"] {
    background: #F6F6F6;
    border-radius: 5px;
    font-size: 17px;
    padding-right: 55px;
    color: #686868;
    letter-spacing: 0;
    line-height: 22px;
    border: 0;
    outline: none;
    box-shadow: none;
    height: 49px;
}

.total strong {
    display: block;
    font-size: 20px;
    color: #686868;
    font-weight: 400;
}

.total span {
    display: block;
    color: #ABABAB;
    font-size: 12px;
}

.total .totalPrice {
    font-size: 32px;
    color: #656565;
    font-weight: 300;
    display: block;
}

.billingconfirm a {
    height: 49px;
    line-height: 49px;
    padding: 0 10px;
    font-size: 16px;
    width: calc(100% - 20px);
    margin: auto;
}

.billingchange a {
    display: block;
    background: #F6F6F6;
    border-radius: 5px;
    height: 49px;
    line-height: 49px;
    padding: 0 10px;
    text-align: center;
}

.billingInfoForm {
    font-size: 17px;
    color: #777777;
    font-weight: 300;
}

.billingInfoForm strong {
    color: #777777;
    font-weight: 400;
    letter-spacing: -0.02em;
    font-size: 18px;
}

.billingInfoForm label {
    color: #ABABAB;
    font-weight: 700;
    font-size: 12px;
}

.billingInfoForm input.form-control {
    height: 38px;
    background: #F6F6F6;
    border-radius: 3px;
    border: 0;
    box-shadow: none;
    font-size: 15px;
    color: 686868;
    font-weight: 300;
}

.paymentRadio {
    position: relative;
    display: block;
}

.paymentRadio input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
}

.paymentRadio label {
    display: block;
    border: 1px solid #D1D5D8;
    border-radius: 8px;
    height: 76px;
}

.paymentRadio input:checked+label {
    border-color: #1AC374;
}

.paymentRadio label img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%)
}

.paymentForm .title {
    font-family: RobotoCondensed-Light;
    font-size: 26px;
    color: #777777;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    margin: 20px 0;
}

.acceptCheck {
    position: relative;
}

.acceptCheck input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
}

.acceptCheck span {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #1AC374;
    border-radius: 50%;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.acceptCheck input:checked+span {
    background: #1AC374;
    color: #fff;
    border-color: #1AC374;
}

.acceptCheck label {
    padding-left: 30px;
    font-size: 12px;
    color: #ABABAB;
    font-weight: 700;
}

.billingInfoForm small {
    display: block;
    font-size: 10px;
    color: #ABABAB;
    text-align: center;
}

.billingBottom.billingSummary strong {
    font-size: 12;
    font-weight: 700;
}

.billingBottom.billingSummary .billingTime {
    font-size: 27px;
    font-weight: 300;
}

#billing .billingBottom.billingSummary hr {
    margin: 10px 0;
}

#billing .billingBottom.billingSummary .title {
    font-size: 27px;
    color: #656565;
    font-weight: 300
}

#billing .billingBottom.billingSummary .basketItemContent ul {
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none;
    font-size: 15px;
}

#billing .billingBottom.billingSummary .basketItemContent {
    margin-bottom: 20px;
}

#billing .billingBottom.billingSummary .mailText {
    font-size: 15px;
    color: #656565
}

#billing .billingBottom.billingSummary .contact {
    margin: 20px 0;
    text-align: center;
}

#billing .billingBottom.billingSummary .contact strong {
    display: block;
    font-size: 15px;
    font-weight: 400;
}

#billing .billingBottom.billingSummary .contact i {
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
}

#billing .billingBottom.billingSummary .contact a {
    font-size: 24px;
    font-weight: 300;
    color: #656565
}

.footerMenu {
    position: fixed;
    width: 100%;
    background: #490000;
    bottom: 0;
    z-index: 2;
}
.footerMenu a {
    line-height: 49px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.footerMenu a.active {
    background: #E2072D;
    border-radius: 5px;
}
.footerMenu a:hover {
    background: #E2072D;
    border-radius: 5px;
    text-decoration: none;
}
.personnalizeBox {
    background: #F6F6F6;
    border-radius: 5px;
}
.personnalizeBox .personnalizeImg img{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.personnalizeBox .menuContent {
    padding: 20px 20px 10px
}
.personnalizeBox .menuContent  i {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #686868
}
.personnalizeBox .personnalizeTitle {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #BA0423;
    padding: 10px;
}
.personnalizeList {
    padding: 0 3px;
}
.personnalizeList .selectedListItem {
    padding:0 20px;
    background: #fff;
    border-radius: 5px;
    font-size: 18px;
    line-height: 52px;
    color: #656565;
}
.personnalizeList .selectedListItem + .selectedListItem {
    margin-top: 3px;
}
.personnalizeList.allitem {
    margin-bottom:10px;
}
.personnalizeDropdown .btn {
    display: block;
    padding: 0 15px;
    width: 100%;
    text-align: left;
    color: #656565;
    font-size: 10px;
    font-weight: 700;
    line-height: 35px;
    background: #fff;
    border-radius:5px;
    box-shadow: none;
}
.personnalizeDropdown .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 50%;
        border-top: 0.4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    transform: translateY(-50%);
}
.dropdown-menu {
    width: 100%;
}
.billing-card .basketItemBox {
    margin-bottom: 10px;
}
.billing-card .basketItemBox .basketItemName {
    margin-bottom: 0;
}
.accountForm {
    background: #fff;
}

.form-group label {
    color: #ABABAB;
    font-size: 12px;
    font-weight: 700;
}
.form-control {
    color: #686868;
    font-size: 15px;
    background: #F6F6F6;
    border:0;
    box-shadow: none !important;
    outline: none;
}
.form-control:focus {
    background: #F6F6F6;
    height: 38px;
    
    
}
.table-pizza thead tr {
    background: transparent;
    color: #ABABAB;
    font-size: 12px;
    font-weight: 700;
}
.table-pizza tr {
    background: #eee;
    border-radius: 5px;
}
.table-pizza td , .table-pizza th {
    border: 0 !important;
}
.table-pizza td {
    font-size: 15px;
    color: #686868;
}
.table-pizza tr + tr {
    border-top: 2px solid #fff;;
}
.table-pizza .price {
   font-size: 18px;
    font-weight: 300;
    color: #9B9B9B;
}
.accountForm .subTitle {
    color: #4B515C;
}
.accountForm .btn-red {
    font-size: 15px;
}

    .selectionDetail {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.79);
    }
    .selectionDetail.open {
        display: block;
    }
    .selectionDetail .selectionDetailBox {
        position: absolute;
        left: 50%;
        top: 20px;
        background: #F6F5F5;
        width: 80%;
        max-width: 840px;
        transform: translateX( -50%);
        border-radius: 5px;
    }
    .selectionDetail .personnalizeBox .menuContent {
        background: #fff;
    }
.selectionDetail .personnalizeBox .menuContent strong {
    font-size: 12px;
}
.selectionDetail .personnalizeBox .menuContent strong + p {
    font-size: 15px;
}
    .selectionDetail .scroll {
        margin-top: 20px;
        max-height: 540px;
        overflow: scroll;
    }
    .selectionDetail .selectionClose {
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 2;
    }
.selectionDetail .personnalizeList .selectedListItem {
    font-size: 15px;
}
.loginLink {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
}
.loginLink:hover {
    color: #fff;
}
.formModal {
        background: rgba(0, 0, 0, 0.6);
}
.formModal .modal-content {
    border:0;
    background: transparent;
}
.formModal .modal-header{
    display: block;
    text-align: center;
    border:0;
}
.formModal .modal-header  img {
    margin: auto;
    margin-bottom: 20px;
    max-width: 180px;
}
.formModal .modal-header h5 {
    display: block;
    color: #fff;
}
.formModal .modal-body {
    background: #fff;
    border-radius: 5px;
}
.formModal .forgotLink {
    font-size: 13px;
    color: #797979;
}
.formModal .close {
    position: absolute;
    color: #fff;
    text-shadow: none;
    right: 20px;
    top: 20px;
    opacity: 1;
    font-size: 32px;
}
.formModal small {
    font-size: 12px;
    color: #686868;
}
.accountLink a{
    color: #fff;
}
.scrollbar-inner > .scroll-element.scroll-x {
    display: none;
}




.slider-sale-text {
       position: absolute;
    top: 13%;
    left: 4.8%;
    right: auto;
    width: 100%;
}

.sale-text-tag {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1;
    font-family: 'Open Sans Condensed', sans-serif;
}

.slider-text-2 {
   font-size: 16px;
	float:left;
	font-weight: bolder;
}

.slider-text {
    font-size:46px;
    letter-spacing: 0.3rem;
	float:left;
	text-shadow: 3px 2px 1px #000;
}

.formulesBannerPrice {
    display: inline-block;
    background: #E2072D;
    color: #fff;
    height: 53px;
    font-size: 46px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 5px;
    font-weight: 400;
    line-height: 48px;
	position: absolute;
    left: 1%;
    top: 101%;
}

.slider-text span{
	float: left;
	font-family: Playfair Display;
    font-weight: bolder;
}

@media (max-width:992px){
	
	.slider-text {
    font-size: 22px;
    letter-spacing: 0.3rem;
    float: left;
}

.slider-text-2 {
    font-size: 10px;
    letter-spacing: 0.1rem;
    float: left;
    font-weight: bolder;
}
}

.basic-page-text h1{
	font-weight:100;
}


.bp-padding{
	        padding: 0rem 6rem 13rem 6rem;
}

.basic-page-photo{
	    margin-top:-3.4rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem 0.90rem;
    margin-left: 7px;
    line-height: 1.25;
    border-radius: 63px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    border-radius: 63px;
    color: #676767;
    text-decoration: none;
    background-color: #ffffff;
    border-color: #dee2e6;
}

.basic-page h2{
	    font-size: 16px;
    color: #4B515C;
}

.basic-page h3{
	    font-size: 15px;
    color: #656565;
    text-transform: uppercase;
    font-weight: 600;
}

.basic-page h4{
	    font-size: 16px;
    color: #4B515C;
    font-weight: 100;
}

.basic-page h5{
	 font-size: 11px;
    color: #ABABAB;
    text-transform: uppercase;
    font-weight: 600;
	
}

.basic-page h6{
	    font-size: 11px;
    color: #ABABAB;
    font-weight: 600;
}

.basic-price{
	    color: #9B9B9B;
    font-weight: 100;
    font-size: 21px;
}

.number-list{
	    list-style-type: none;
}

.number-list li {
		color:#686868;
}

.color-grey{
		color:#686868;
		color:#686868;
}

.btn-orange {
       color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    padding: 0.8rem 5rem;
}

.toast {
    max-width: 444px;
    position: absolute;
    overflow: hidden;
    font-size: .875rem;
    background-color: #C20813;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .45rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 1;
	color: white;
    z-index: 99999;
    right: 14px;
    bottom: 0px;
}

.uppercase{
	text-transform: uppercase;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: #C20813;
    background-clip: padding-box;
    border-bottom: 0;
}

.form-button{
	color:656565;
    background-color: #F6F6F6;
    padding: 0.8rem 5rem;
	    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
}

@media (min-width: 768px){
.accountForm label+.btn {
    height: 38px;
    line-height: 25px;
    font-size: 15px;
   margin-top: 0px !important;
}}


.promocode-button{
	padding:1.4rem;
}

.button-icon{
	    position: absolute;
        left: 25px;
    top: 31px;
    width: 25px;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: white;
    border-color: #c20813;
	    background-color: #c20813;
}


sup {
    top: -.3em;
}