/*#ca1f26 old red*/
/*#D57F1C new orange*/
.weg-steek { display: none !important; }
.text-white { color: #fff !important; }
.img-responsive { max-width: 100%; }
.alert a, .alert a:hover { color: #fff; font-weight: 700; }
.hidden { display: none !important; }
.top-menu .menu-item span { line-height: 50px; display: block; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.p-0 { padding: 0!important; }
.mb-0 { margin-bottom: 0 !important; }
.pt-0, .p-3 { padding-top: 0 !important; }
.mt-3, .m-3, .my-3 { margin-top: 1rem !important; }
.mt-30 { margin-top: 30px !important; }
.mb-3, .m-3, .my-3 { margin-bottom: 1rem !important; }
.mr-3, .m-3 { margin-right: 1rem !important; }
.ml-3, .m-3 { margin-left: 1rem !important; }
.pt-3, .p-3, .py-3 { padding-top: 1rem !important; }
.pb-3, .p-3, .py-3 { padding-bottom: 1rem !important; }
.pr-3, .p-3 { padding-right: 1rem !important; }
.pl-3, .p-3 { padding-left: 1rem !important; }
.pt-4, .p-4, .py-4 { padding-top: 2rem !important; }
.pb-4, .p-4, .py-4 { padding-bottom: 2rem !important; }
.pt-5, .p-5, .py-5 { padding-top: 3rem !important; }
.pb-5, .p-5, .py-5 { padding-bottom: 3rem !important; }
.mt-5, .my-5 { margin-top: 3rem !important; }
.mb-5, .my-5 { margin-bottom: 3rem !important; }
.mb-20 { margin-bottom: 20px !important; }
.d-flex { display: flex; }
.text-uppercase { text-transform: uppercase; }
.tp-caption a.btn-fill { background: #ff7302; color: #fff; border-color: #ff7302; }
.slider-shadow-1 { text-shadow: 2px 4px 3px rgba(0,0,0,0.9); }
.nav-link i.fa, .mm-listview i.fa { margin-right: 10px; }
.mm-listview > li > a, .mm-listview > li > span { text-transform: uppercase; font-weight: 600; }
.font-weight-semibold { font-weight: 600; }
img {
  height: auto;
  width: auto;
}
h2.custom-heading {
  font-size: 1.5rem;
  font-weight: 700;
}
.alert-danger {
  background-color: #ff2d2d;
  border-color: #ff2d2d;
  color: #ffffff;
}
.alert-success {
  background-color: #3c9418;
  border-color: #3c9418;
  color: #ffffff;
}
.reviews .custom-heading h2 { line-height: 1.5; }
.testimonials .custom-heading h2 { line-height: 1.5; }
.review-stars i {
  font-size: 20px;
  margin-right: 2px;
}
.review-img { width: 38px !important; }
.contact-contacts {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-contacts li, .contact-contacts li { margin-left: 35px; margin-bottom: 10px; }
.footer-contacts li i, .contact-contacts li i { margin-left: -35px; width: 32px; }
.contact-contacts i { color: #D57F1C; }
.prep-message {
  display: flex;
  align-items: center;
}
.product-details .price-container {
  font-size: 30px;
  font-weight: 700;
  color: #D57F1C;
  margin: 0 0 15px 0;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-update-qty {
  background: #D57F1C;
  color: #fff;
  height: 48px;
}
.btn-update-qty:hover { background: #ddd; color: #111; }
.input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:hover, .input-group-btn:last-child > .btn-group:focus, .input-group-btn:last-child > .btn-group:active, .input-group-btn:last-child > .btn-group:hover { outline: none; }
.warning-notification {
  padding: 15px;
  background-color: #ffdcbe;
  color: #555;
  margin-bottom: 15px;
}
.mini-form-container { max-width: 600px; margin: 0 auto; }
.footer-logo { max-width: 100%; }
.modal-backdrop { background: rgba(0, 0, 0, 0.75); }
.product-row .product-qty input {
  width: 75px;
  border: 1px solid #ddd;
  background: #ececec;
}
.table-row-highlight, .modal-header-highlight { background: #D57F1C; color: #fff; }
.modal-header-highlight h5 { color: #fff; }
.contact-form input, .contact-form textarea { margin-bottom: 1rem; }
.rev_slider .btn { font-size: 15px; border: 2px solid; }
.rev_slider .slider-overlay { position: absolute; width: 100%; height: 100%; }
.emphasize-block { max-width: 700px; margin: 0 auto; }
.emphasize-block p { margin-bottom: 0; }
.eft-container {
  padding: 1.5rem;
  background: #eee;
  margin: 0 auto;
}
.paynow-payment-options { max-width: 700px; margin: 0 auto; }
.warning-container {
  padding: 1.5rem;
  max-width: 700px;
  background: #ffdcbe;
  color: #555;
  margin: 0 auto;
}
.warning-container .table td, .warning-container .table th { border-color: #d4a175; }
.slider-huge-icon { font-size: 25px; }
.huge-icon i { color: #D57F1C; }
.page-title:after { background-color: rgba(213, 127, 1, 0.75); }
.page-title .entry-title { color: #fff; text-shadow: 2px 1px 3px #333; }
.product-container {
  padding: 1.5rem;
  border: 1px solid #eee;
  position: relative;
}
.out-of-stock-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem .75rem;
  background: #b10400;
  color: #fff;
  font-weight: 700;
}
.product-container:hover { box-shadow: 0px 0px 10px #efecec; border-color: #D57F1C; }
.download-section h2 { margin: 15px 0 10px 0; }
.mm-navbar.mm-hasbtns { background: #D57F1C }
.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a { color: rgba(255, 255, 255, 0.8); }
.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after { border-color: rgba(255, 255, 255, 0.8); }
.list-container { padding: 1.5rem; border: 1px solid #eee; }
.list-container:hover { box-shadow: 0px 0px 10px #efecec; border-color: #D57F1C }
.list-container .small {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.list-container .huge-icon i { color: #858585; }
.list-container .huge-icon.active i { color: #D57F1C; }

a, a:active, a:focus{ outline: none; /* Works in Firefox, Chrome, IE8 and above */ }
#imagesModal .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
  text-align: center;
}
#imagesModal .modal-content img { margin: 0 auto; }
.the-404 {
  font-weight: 700;
  font-size: 10rem;
  color: #D57F1C;
  text-shadow: 1px 1px 2px #333;
}
.hrefOrange { color: #D57F1C !important; }
.v-align-top { vertical-align: top !important; }
.modal-image::before {
  content: '';
  background: transparent;
  transition: all 0.3s ease;
}
.modal-image:hover::before {
  background: rgba(213, 127, 1, 0.5);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.service-icon-list .content {
  margin-bottom: 15px;
  margin-top: 15px;
}
.btn.btn-go-to-cart, .btn.btn-go-to-cart-reverse {
  border: none;
  display: inline-block;
  background-color: #ddd;
  color: #111;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px;
  height: 46px;
  line-height: 46px;
  position: relative;
}
.btn.btn-go-to-cart-reverse { background: #232331; color: #fff; }
.btn.btn-go-to-cart-reverse:hover, .btn.btn-go-to-cart-reverse:active, .btn.btn-go-to-cart-reverse:focus { background: #ddd; color: #111; }
.btn.btn-go-to-cart:after, .btn.btn-go-to-cart-reverse:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 46px 30px;
  border-color: transparent transparent transparent #dddddd;
  position: absolute;
  bottom: 0;
  left: -30px;
  transform: scale(-1, -1);
}
.btn.btn-go-to-cart-reverse:after { border-color: transparent transparent transparent #232331; }
.btn.btn-go-to-cart-reverse:hover:after, .btn.btn-go-to-cart-reverse:active:after, .btn.btn-go-to-cart-reverse:focus:after { border-color: transparent transparent transparent #ddd; }
.pagination-showing { margin-top: 30px; }
.service-icon-list p.heading {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 0.5rem;
}
.dp-product-price {
  font-size: 18px;
  font-family: Oswald,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #666666;
  text-transform: uppercase;
}
.dp-product-price span { font-weight: 700; color: #222222; font-size: 22px; }



.epg-jumbo { background-size: cover; }
.epg-jumbo .logo-intro {
  background: rgba(0, 0, 0, 0.75);
  display: inline-block;
  padding: 11px;
  border-radius: 5px;
}
.epg-jumbo .logo-intro img { width: 161px; }
.epg-jumbo .jumbo-heading {
  margin-top: 10px;
  line-height: 50px;
  border-color:rgba(255, 214, 88, 1.00);
  color: #fff;
  font-weight: 700;
  font-size: 45px;
  text-shadow: 2px 4px 1px rgb(0 0 0 / 90%), 4px 4px 1px rgb(0 0 0 / 90%);;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.epg-jumbo .jumbo-heading span { display: block; }
.epg-jumbo .btn-xl { font-size: 15px; }

.table-shopping-cart tr:hover a,
.table-shopping-cart a:hover { color: #d57f1c; }
.table-shopping-cart tr:hover a.table-link { color: #fff; }

.pull-right { float: right; }

.header-notifier {
  background: #b10400;
  color: #fff;
  text-align: center;
  transition: top 0.3s ease;
  padding: 6px 0;
  z-index: 3;
}
.header-notifier.fixed {
  position: fixed;
  width: 100%;
}

/* MAPS */
#interactive-map-container {
  position: relative;
  height: 350px;
  width: 100%;
}
#interactive-map-container #map { height: 100%; }
#interactive-map-container #fixed-marker {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -100%);
  z-index:10;
  pointer-events:none;
}
#interactive-map-container #fixed-marker i {
  color: #2b53ac;
  font-size: 35px;
}

@media (min-width: 768px) {
  .service-icon-list .content:before { background: #fff; }
  .site-branding { min-height: 165px; }
}
@media (min-width: 992px) {
  header.style-1 .site-branding { padding-top: 40px; padding-bottom: 40px; }
  .site-footer #menu-information li { flex: 100%; }
}
@media (min-width: 1200px) {
  .site-footer #menu-information li { flex: 0 0 50%; }
}
@media (max-width: 991px) {
  .site-branding img { height: 40px; }
  .page-title .entry-title { padding: 50px 0px 35px 0px; }
  .site-branding { min-height: auto; }
}
@media (max-width: 767px) {
  .widget.service-icon-list.service-menu .active { background: #D57F1C; }
  .service-menu.service-icon-list .active h3 { color: #fff; }

  .faq-header { overflow: auto; height: auto; }
  .faq-header h3 {
    overflow: auto;
    width: calc(100% - 75px);
    float: right;
    display: block;
    line-height: 23px;
  }

  .custom-heading:before,
  .custom-heading:after {
    content: none;
  }
  .epg-jumbo .jumbo-heading {
    font-size: 29px;
    line-height: 39px;
  }
}
.table-hover tbody tr:hover { background-color: #d57f1c; color: #fff; }
.contact-detail i.headerI {
  font-size: 27px;
  margin-bottom: 0;
  width: 27px;
}
.voucher-container {
  padding: 1.5rem;
  border: 1px solid #d57f1c;
  background: rgba(213, 127, 28, .05);
}
.whatsapp-btn {
  position: fixed;
  left: 0px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  background: #00d95f;
  z-index: 9999;
  border-radius: 3px;
  color: #fff;
}
.whatsapp-btn:hover { color: #fff; }
.table-shopping-cart .product-price,
.table-shopping-cart .product-total {
  white-space: nowrap;
}

.header-notifier .notification { text-align: left; }
.header-notifier .socials-list { text-align: right; }
.header-notifier .socials-list a {
  color: #fff;
  margin-left: 15px;
}
.header-notifier .socials-list a:first-child { margin-left: 0; }
@media (max-width: 767px) {
  .header-notifier .notification { text-align: center; }
  .header-notifier .socials-list { display: none; }
}

/* Address Select 2 */
.top-menu-bar .addr-sel-con:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  transform: skew(20deg);
}
.addr-sel-con a {
  line-height: 50px;
  z-index: 1;
  position: relative;
}
.addr-sel-con a:hover { color: #d57f1c; }
.addr-sel-con i { margin-right: 5px; }
.addr-sel-con .select2-container .select2-selection--single { height: 50px; }
.addr-sel-con .select2-container--default .select2-selection--single {
  border: 0;
  border-bottom: 1px solid #ddd;
}
.addr-sel-con .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 50px; }
.addr-sel-con .select2-container--default .select2-selection--single .select2-selection__arrow { height: 50px; }
.addr-select { border-color: #dddddd; }
.addr-select .select2-results__option--highlighted.select2-results__option--selectable { background-color: #d57f1c; }

/* .addr-sel-con .select2-container--default .select2-selection--single {
  background-color: rgba(255, 255, 255, .25);
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .75);
}
.addr-sel-con .select2-container .select2-selection--single { height: 20px; }
.addr-sel-con .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}
.addr-sel-con .select2-container--default .select2-selection--single .select2-selection__arrow { height: 17px; }
.addr-sel-con .select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #fff transparent transparent transparent; }
.addr-sel-con .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #fff transparent; }
.addr-select .select2-results__option--highlighted.select2-results__option--selectable { background-color: #d57f1c; }
.addr-select .select2-results__option--selected { color: #333; } */

/* Custom All Gaz 5 columns padding and image spacing */
.all-gaz-img { height: 200px; }
.col-xs-5_ { width: 100%; }
@media (min-width: 1200px) {
  .all-gaz-img { height: 140px; }
  .col-xl-5_ { width: 20%; }
}
@media (min-width: 992px) {
  .col-lg-5_ { width: 20%; }
}
@media (min-width: 768px) {
  .col-md-5_ { width: 20%; }
}
@media (min-width: 544px) {
  .col-sm-5_ { width: 20%; }
}