@font-face {
  font-family: 'PizzaPress';
  font-display: swap;
  src: url('../fonts/PizzaPress/PizzaPress-Regular-Tr.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PizzaPressFill';
  font-display: swap;
  src: url('../fonts/PizzaPress/PizzaPress-Fill-Tr.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  font-display: swap;
  src: url('../fonts/ProximaNova/ProximaNova-Extrabld.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNova-Extrabld.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  font-display: swap;
  src: url('../fonts/ProximaNova/ProximaNova-ThinIt.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNova-ThinIt.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'ProximaNova';
  font-display: swap;
  src: url('../fonts/ProximaNova/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNova-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  font-display: swap;
  src: url('../fonts/ProximaNova/ProximaNova-Light.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNova-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  font-display: swap;
  src: url('../fonts/ProximaNova/ProximaNova-BoldIt.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNova-BoldIt.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'ProximaNova';
  font-display: swap;
  src: url('../fonts/ProximaNova/ProximaNova-RegularIt.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNova-RegularIt.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'ProximaNova';
  font-display: swap;
  src: url('../fonts/ProximaNova/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNova-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  font-display: swap;
  src: url('../fonts/ProximaNova/ProximaNova-Semibold.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNova-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  font-display: swap;
  src: url('../fonts/ProximaNova/ProximaNova-SemiboldIt.woff2') format('woff2'), url('../fonts/ProximaNova/ProximaNova-SemiboldIt.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'ProximaNova';
  font-display: swap;
  src: url('../fonts/ProximaNova/ProximaNova-Regular.otf'), url('../fonts/ProximaNova/ProximaNova-Light.otf'), url('../fonts/ProximaNova/ProximaNova-Semibold.otf');
}
:focus {
  outline: 0 !important;
}
a:focus {
  outline: 0 !important;
}
button:focus {
  outline: 0 !important;
}
.btn:focus {
  outline: 0 !important;
}
body{
  font-family: ProximaNova,Arial,Helvetica,sans-serif !important;
  background-color: rgb(240, 240, 247);
}
ul{
  list-style: none;
}
.loading{
  background: rgba(132, 132, 132, 0.9);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999999;
}
#pizza{
  z-index: 999999;
}
.btn-menu {
  background-color: #e63635;
  border: none;
  color: #fff;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  margin-right: 10px;
  width: 100%;
}
.btn-menu-active{
  background-color: #787c82;
  color: #fff;
}
.before:before{
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e63635;
  margin-left: 20px;
  top: 82px;
}
.mobile-before:before{
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  margin-left: 25px;
  top: 80px;
}
.bg-dark{
  background: #000!important;
}
.rubl {
  width: 10px!important;
  height: 10px!important;
}
.basket-btn{
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 3.5;
  position: relative;
  box-shadow:rgba(229, 25, 55, 0.63) 0px 0px 20px 0px;
}
.basket-count{
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  border-radius: 50% !important;
  display: none;
  z-index: 9999999;
}
.btn-send-basket {
  color: #fff;
  background: #e61234;
  border: 1px solid #e61234;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: 600;
  float: right;
  margin-top: 3px;
}
.wok-send-basket {
  color: #fff;
  background: #e61234;
  border: 1px solid #e61234;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: 600;
  float: right;
  margin-top: 3px;
}
.about-product{
  font-size:11px;
}
.web-head-slider{
  overflow: scroll hidden;
  display: flex;
  padding: 0px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  height: 100px;
}
.sub-nav{
  display:none;
  border-top: 1px solid #e63635;
  position: relative;
  top: -25px;
  margin-left: 15px;
  margin-right: 15px;
}
.sub-nav-link{
  font-size: 16px;
  margin-right: 15px;
  margin-top: 15px;
  color: #fff;
  background-color: #e63635;
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 10px;
  font-family: ProximaNova,Arial,Helvetica,sans-serif;
  font-weight: 400;
  position: relative;
}
.sub-nav-link:hover{
  color:#fff;
  text-decoration: underline;
}
.sub-nav-link i{
  font-size: 17px;
  position: relative;
  top: 3px;
  left: -3px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .25rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  cursor:pointer;
  width: 100%;
  font-size: 13px;
}
.list-group-item-active{
  background: #7f7f7f;
  color: #fff;
}
.list-group-horizontal .list-group-item+.list-group-item {
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 6px;
}
.list-group-horizontal .list-group-item:first-child {
  border-radius: 6px;
  margin-right: 10px;
}
.list-group-horizontal .list-group-item:last-child {
  border-radius: 6px;
  margin-left: 10px;
}
.btn-ingredient{
  color: #000;
  text-decoration: underline;
  font-size: 14px;
}
.btn-wok{
  color: #000;
  text-decoration: underline;
  font-size: 14px;
}
.wok-btn{
  border: 1px solid #fff;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 20px;
}
.modal-header{
  border-bottom: none;
}
.modal-header .close {
  font-size: 30px;
  font-weight: 100;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin: 0;
  position: relative;
}
.modal-header .close:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.modal-ingredients{
  background: #fff;
  font-family: ProximaNova,Arial,Helvetica,sans-serif;
  margin: 5px;
  touch-action: manipulation;
  display: table-cell;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 600;
  color: #787c82;
  border-radius: 15px;
  border: 2px solid #787c82;
  padding: 3px 15px;
  -webkit-appearance: button;
  text-transform: capitalize;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
}
.modal-ingredients-active{
  background: #787c82;
  color: #fff;
  border: 2px solid #787c82;
}
.active-ingredients{
  background: #787c82;
  font-family: ProximaNova,Arial,Helvetica,sans-serif;
  margin: 5px;
  touch-action: manipulation;
  display: table-cell;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  border-radius: 15px;
  border: 2px solid #787c82;
  padding: 3px 15px;
  -webkit-appearance: button;
  text-transform: capitalize;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
}
.active-ingredients-active{
  background: #fff !important;
  color: #787c82 !important;
  border: 2px solid #787c82 !important;
}
.total-ingredient{
  font-family: ProximaNova, Arial, Helvetica, sans-serif;
  font-size: 25px;
  color: rgb(62, 73, 89);
  margin-top: 15px;
}

.ing_count {
  height: 30px;
  width: 30px;
  line-height: 32px;
  background-color: grey;
  color: #fff;
  border-radius: 50%;
  display: none;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 10px;
}

.promo-input{
  border: 2px solid #494949;
  border-radius: 25px;
  padding: 7px 5px 7px 25px;
  margin-right: 12px;
  background: #000;
  font-size: 18px;
  color:#fff;
}
.btn-promo{
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  position: absolute !important;
  right: 20px !important;
  top: 14px !important;
  margin:0 !important;
  padding: .25rem .5rem !important;
  font-size: .875rem !important;
  line-height: 1.5 !important;
}
.promo-icon{
  position: relative !important;
  right: 2px !important;
  top: 1px !important;
  font-size: 20px !important;
}
.active-promo-code{
  display: none;
  position: absolute;
  background: #505061;
  color: #fff;
  border-radius: 25px;
  padding: 8.5px 25px;
  width: 215px;
  top: 10px;
  left: 2px;
  font-weight: 600;
  z-index: 999;
}
.promo-percent{
  color:#e63635;
}
.lds-dual-ring {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 25px;
  height: 25px;
  margin: 2px;
  border-radius: 50%;
  border-color: #fff transparent;
  border-style: solid;
  border-width: 2px;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}
.lds-dual-ring-2 {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
}
.lds-dual-ring-2:after {
  content: " ";
  display: block;
  width: 33px;
  height: 33px;
  margin: 2px;
  border-radius: 50%;
  border-color: #fff transparent;
  border-style: solid;
  border-width: 2px;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.jconfirm .jconfirm-box{
  overflow: unset !important;
  text-align: center;
  padding: 30px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon{
  background: #3e4959!important;
  color: #fff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: -30px;
  opacity: unset;
  padding: 17px;
  display: flex !important;
  justify-content: center;
  align-self: center;
  align-content: center;
  align-items: center;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 0px;
  width: 100%;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
  vertical-align: middle;
  font-size: 35px;
}
.basket-box{
  display: none;
  position: relative;
  top: -75px;
}
.basket-body{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}
/* .basket-body::-webkit-scrollbar {
  width: 20px;
}
.basket-body::-webkit-scrollbar-track {
  box-shadow: none;
}
.basket-body::-webkit-scrollbar-thumb {
  background: transparent;
}
.basket-body::-webkit-scrollbar-thumb:hover {
  background: transparent;
} */
.basket-box-active{
  display: block !important;
}
.basket{
  background: #fff;
  width: 62px;
  height: 62px;
  line-height: 4.5;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  z-index: 999999;
  top: 11px;
  cursor: pointer;
}
.basket-content{
  background: #fff;
  display: block;
  width: 350px;
  height: 480px;
  position: absolute;
  z-index: 999999;
  top: 90px;
  right: -2px;
  border-radius: 0px 0px 15px 15px;
}
.basket-body{

}
.basket-footer{
  position: absolute;
  padding: 30px;
  bottom: 0px;
  width: 100%;
  border-top: 2px solid red !important;
}
.basket-divider{
  background: #fff;
  width: 111px;
  height: 63px;
  position: absolute;
  top: 45px;
  right: -2px;
}
.basket-radius{
  position: absolute;
  background: #000000;
  width: 80px;
  height: 68px;
  top: 22px;
  right: 60px;
  z-index: 9999;
  -webkit-border-bottom-right-radius: 35px;
  -moz-border-radius-bottomright: 35px;
  border-bottom-right-radius: 35px;
}
.btn-minus{
  border: 2px solid #dcdcdf;
  width: 30px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.btn-plus{
  border: 2px solid #dcdcdf;
  width: 30px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.btn-count{
  width: 40px;
  border-top: 2px solid #dcdcdf;
  border-bottom: 2px solid #dcdcdf;
  margin: -7px;
}
.div-contact p {
  margin-bottom: 5px;
  color: #fcc200;
  line-height: 1.05em;
  font-size: 20px;
}
.slider-img{
  height: 550px;
}
.bg-con{

}
.web-footer{

}
.mobile-footer{
  display: none;
}
.stores{
  padding-top:10px;
}
.store-icon{
  color: #fff;
  font-size: 22px;
}
.payment{
  padding-top:10px;
}
.payment-icon{
  color: #fff;
  font-size: 22px;
}
.discount{
  padding-top:10px;
}
.discount-icon{
  color: #fff;
  font-size: 22px;
}
.contact{
  padding-top:10px;
}
.contact-icon{
  color: #fff;
  font-size: 22px;
}
.footer-basket{
  width: 70px;
  height: 70px;
  border-radius: 50% !important;
  background-color: rgb(229, 25, 55);
  color: #fff !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -15px;
}
.footer-basket-icon{
  font-size: 30px;
  margin-top: 5px;
}
.mobile-navbar{

}
.mobile-display{
  display: block !important;
}
.web-display{
  display: none !important;
}
.mobile-menu-box{
  width: 0%;
  position: fixed;
  padding-top: 76px;
  bottom: 69px;
  top: 0;
  right: 0;
  left: 0;
  background: #000;
  z-index: 99;
  transition: 0.3s;
  display: none;
}
.mobile-menu-box-active{
  width: 100%;
  transition: 0.3s;
  display: block;
}
.mobile-menu-header{
  padding: 20px;
  background-color: rgb(26, 26, 26);
  display: flow-root;
}
.btn-delivery, .btn-restourant {
    height: 70px;
    width: 100%;
    line-height: 70px;
    background-color: #2d3238;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 16px;
    padding: 0 20px;
}
.btn-delivery:hover, .btn-restourant:hover {
  color:#fff;
  text-decoration: underline;
}
.mobile-header{
  margin-top: 77px;
  background: #000;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  padding:15px;
}
.mobile-category{
  position: relative;
  top: 15px;
  width: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.mobile-category-ul{
  list-style: none;
  display: inline-flex;
  margin-left: -40px;
}
.mobile-category-li{
  border: 2px solid #787c82;
  padding: 16px 0;
  width: 75px;
  height: 75px;
  line-height: 20px;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
}
.mobile-subcategory{
  position: relative;
  top: 15px;
  width: 100%;
  overflow: scroll;
  border-top: 1px solid #fff;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.mobile-subcategory-ul{
  list-style: none;
  display: inline-flex;
  width: 100%;
  padding-top: 10px;
  padding-left: 0;
}
.mobile-subcategory-li{
  border: 2px solid #787c82;
  padding: 5px 20px;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
}
#map {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.address-icon{
  width: 55px;
  height: 55px;
  display: flex;
  overflow: hidden;
  position: relative;
  font-size: 1.25rem;
  align-items: center;
  flex-shrink: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  user-select: none;
  border-radius: 50%;
  justify-content: center;
  background: #dc3545;
  margin-right: 15px;
}

.media-btn{
  border: 1px solid #fff;
  padding: 15px;
  cursor: pointer;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 20px;
}

.web-basket-img{
  width: 120px;
  border-radius: 20px;
}
.web-basket-promo-active{
  display: none;
  background: #fff;
  position: absolute;
  border-radius: 25px;
  padding: 10px 25px;
  margin: 0 auto;
  width: 100%;
  z-index: 9;
  border: 2px solid #dc3545;
}
.web-basket-promo-active-code{
  color: #3e4959;
  font-size: 25px;
  font-weight: 600;
}
.web-promo-percent{
  color: #dc3545 !important;
}
.web-basket-promo-input{
  width: 100%;
  border: 2px solid #dcdcdf;
  color: #3e4959;
  border-radius: 25px;
  padding: 15px 30px;
}
.web-basket-promo-input::placeholder {
  color: #dcdcdf;
}

.web-basket-promo-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #dcdcdf;
}

.web-basket-promo-input::-ms-input-placeholder { /* Microsoft Edge */
 color: #dcdcdf;
}
.form-control{
  border-left:none;
  border-right:none;
  border-top:none;
  border-radius: 0;
  font-weight: 300;
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  border-bottom: 2px solid #505160;
  box-shadow: unset;
}
.form-control::placeholder {
  color: rgb(220, 220, 223);;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: rgb(220, 220, 223);;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
 color: rgb(220, 220, 223);;
}
.input{
  padding-left: 0px !important;
}
label{
  font-size: 14px;
}
.btn-web-delivery, .btn-web-restourant {
  height: 70px;
  width: 100%;
  line-height: 70px;
  background-color: #2d3238;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.web-delivery, .web-restourant {
  float: left;
  margin-left: 15px;
}
.btn-web-delivery:hover, .btn-web-restourant:hover {
  color:#fff;
  text-decoration: underline;
}
.web-delivery:hover, .web-restourant:hover {
  color:#fff;
  text-decoration: underline;
}
.btn-web-delivery img{
  width: 36px;
  float: left;
  margin-top: 15px;
  color: rgb(255, 255, 255);
}
.btn-web-restourant i{
  color: #fff;
  float: left;
  margin-top: 15px;
  font-size: 36px;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #ced4da;
    border-radius: .25rem;
}
.btn-promo-web{
  position: absolute;
  right: 25px;
  top: 9px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.promo-icon-web{
  margin-top: 3px;
}
.deliveryCheck{
  float: right;
  margin-top: 5px;
  display: none;
}

.deliveryCheck i{
  font-size: 25px;
}
.payTypeCheck{
  float: right;
  margin-top: 5px;
  display: none;
}

.payTypeCheck i{
  font-size: 25px;
}

.container-radio {
  display: block !important;
  position: relative !important;
  padding-left: 35px !important;
  margin-bottom: 12px !important;
  cursor: pointer !important;
  font-size: 15px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute !important;
  opacity: 0 !important;
  cursor: pointer !important;
}

/* Create a custom radio button */
.checkmark-radio {
  position: absolute !important;
  top: -3px !important;
  left: 0 !important;
  height: 25px !important;
  width: 25px !important;
  background-color: #eee !important;
  border-radius: 50% !important;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark-radio {
  background-color: #ccc !important;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark-radio {
  background-color: #dc3545 !important;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute !important;
  display: none !important;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark-radio:after {
  display: block !important;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
 	top: 9px !important;
	left: 9px !important;
	width: 8px !important;
	height: 8px !important;
	border-radius: 50% !important;
	background: white !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}
.mobile-basket-price{

}
.mobile-basket-btns{

}
.col-align{
  text-align: right !important;
}
.offer-list{
  display:inline-flex;
  overflow-x:scroll;
  -webkit-overflow-scrolling: touch;
}
.mobile-container{

}
#web-basket-page{
  display: none;
}
#web-basket-page-empty{
  display: none;
}
@media (max-width:768px) {
  .mobile-container{
    margin-top: 80px;
    margin-bottom: 130px;
  }
  .offer-list{
    display:-webkit-box;
    overflow:auto;
  }
  .col-align{
    text-align: left !important;
  }
  .active-promo-code{
    width: 100%;
    top: 0px;
    height: 45px;
    left: 0;
  }
  .mobile-navbar{
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .mobile-display{
    display: none !important;
  }
  .web-display{
    display: block !important;
  }
  .mobile-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
    z-index: 999;
  }
  .slider-img{
    height: 300px;
  }
  .bg-con{
    max-width: 100%;
    padding: 0;
  }
  .web-footer{
    display: none;
  }
  .promo-input{
    width: 100%;
    background: #fff;
    color: #000;
  }
  .btn-promo{
    top: 6.5px !important;
    right: 8px !important;
  }
  .mobile-basket-price{
    position: absolute;
    top: -120px;
  }
  .mobile-basket-btns{
    position: absolute;
    top: -70px;
    right: 15px;
  }
}
@media (max-width:425px) {
  .slider-img{
    height: 175px;
  }
}
.btn-danger {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}


#index-discount{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

#index-discount .info{
    width: 100%;
    margin-right: 15px;
}

#index-discount .info:last-child{
    margin-right: 0;
}

.web-head-slider li{
    width: 100%;
    margin-right: 15px;
}

.web-head-slider li:last-child{
    margin-right: 0;
}
