.slider {

}

.gallery-top .swiper-slide > img {
  display: block;
}

.slider .gallery-top {
  width: 78%;
  margin-right:2%;
  float: left;
}

.slider .gallery-top .swiper-slide img {
  margin: 0 auto;
  display: block;
}

.slider .gallery-thumbs {
  float: right;
  width: 20%;
}

.slider .gallery-thumbs .swiper-slide {
  border: 1px solid #b4b4b4;
  padding: 15px;
  cursor: pointer;
}

.slider .gallery-thumbs .swiper-slide img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
/**
* problem for future kevin
* active class isnt set in JS
*/
.slider .gallery-thumbs .swiper-slide:hover {
  border: 1px solid #ff5e00;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}

.slider .gallery-top .swiper-slide img {
  height:auto;
}

.advertising a {
  text-decoration: none;
}

.advertising {
  margin-top: 17px;
}

/**
* navigation fix
*/
.nav__container {

}

.nav__container li {
  position: relative;
}

.menu-dropdown {
  position: absolute;
  display: none;
}

.nav__container li:hover .menu-dropdown {
  display: block;
}

.menu-dropdown__item a .links {
  color: #fff;
}

.menu-dropdown__item .links {
  float: right;
}

/**************************\
Basic Modal Styles
\**************************/

.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes mmfadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
  to { transform: translateY(0); }
}

@keyframes mmslideOut {
  from { transform: translateY(0); }
  to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
  z-index: 10;
}


.modal {
  display: none;
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.show-on-typing {
  display: none !important;
}

.hide-on-typing.true {
  display: none;
}

.show-on-typing.true, #search-pickup-modal.true {
  display: block !important;
}

.search-pickup-modal .search__contact-container .contact {
  float: left;
  margin-left: 7px;
  margin-bottom: 7px;
}

.search-pickup-modal .search__contact-container .contact .pickup-point {
  margin-bottom: 0;
}


.add-to-cart-modal {
  opacity: 1;
  visibility: visible !important;
  display: none;
}

.add-to-cart-modal__header {
  text-align:left;
  padding-left:10px;
  justify-content: left;
  position:relative;
}

.add-to-cart-close {
  position:absolute;
  right: 17px; top: 13px;
}

.add-to-cart-modal__middle-section {
  justify-content: left;
}

#cart-amount-input input {
  margin-top: 5px;
  padding: 12px;
  color: #333333;
  border: 1px solid #b4b4b4;
}

.homepage .desktop__left-section .search__container span {
  bottom: 485px;
}

#discount-label {

}

#discount-label.danger {
  border: 1px solid #c0392b;
  background: #e74c3c;
  color: #fff;
  padding: 5px 10px;
}

.add-to-cart-modal__container #cart-amount-input {
  margin-top:10px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.cart-product-price {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #ff5e00;
}

.add-to-cart-modal__middle-section {
  display: flex;
}

.product-image,
.product-information,
.product-order-amount,
.cart-product-price {
  flex: 1;
}

.cart-product-price {
  text-align:center;
  font-size: 38px;
}

.product-image {
  padding-left: 20px;
}

#cart-amount-input {
  text-align:right;
  padding-right: 20px;
}

a.btn-secondary, a.order-btn__order, a.order-btn__continue {
  text-align: center;
  text-decoration: none;
  justify-content: center;
}

a.btn-secondary img {
  margin-left: 5px;
  margin-top: -2px;
}

#cart-amount-input p {
  font-family: "Effra", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.notice {
  margin-top: 20px;
  border: 2px solid #ff5e00;
  padding: 10px;
  font-weight: 800;
  line-height:18px;
  color: #ff5e00;
}

.default-content {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}

.default-content h1 {
  font-size: 32px;
}

.default-content h2,
.default-content h3 {
  font-size: 20px;
  margin-top: 20px;
}

.default-content h3 {
  font-size: 16px;
}

.default-content p {
  line-height: 23px;
}

/* Customize the label (the container) */
.styled-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  line-height:24px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

/* Hide the browser's default checkbox */
.styled-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.styled-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.styled-checkbox input:checked ~ .checkmark {
  background-color: #FF5E00;
}

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

/* Show the checkmark when checked */
.styled-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.styled-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter__checkboxes .active {
  color: #FF5E00;
}

.congrats {
  background-image: url("../images/mobile-free-fireworks.jpg") !important;
}

.cart .cart-desktop__container .left-section .content-container .free-list__left img {
  width: 50% !important;
  height: auto !important;
  display: block !important;
}

.free-list__text {
  margin-left: 40px;
}

@media screen and (min-width:600px) and (max-width: 1360px) {
  .advertising a {
    width: 49%;
    float: left;
    clear: inherit !important;
  }

  .advertising a:nth-child(even) {
    margin-left: 2%;
  }

  .search__bg.search-relative {
    display: block !important;
  }
  .advertising__item {
    min-height: 200px;
  }

  .advertising price {
    display: inline-block;
  }

  .homepage .advertising__left h3 {
    /*width: 100%;*/
  }

  .advertising__right, .advertising__left {
    width: 100% !important;
  }
}

.search__bg {
  background-image: url(../images/bg-info-desktop.jpg) !important;
  justify-content: center;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.9) !important;
}

.search__container-opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  background:#333;
  opacity: 0.9;
  top: 0;
}

.on-top {
  position: relative;
  z-index: 10;
  text-align: center;
}

.tablet-check {
  display: none;
}

.dealer-title {
  color: #fbb900;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: -10px;
}

.trigger-search {
  font-family: Roboto;
  color: #fff;
}

.dealer .desktop {
  display: block;
}

.header__bottom div {
  position: relative;
}

.wishlist-badge, .shopping-badge, .free-credit-badge {
  position: absolute;
  top: 10px; right: 15px;
  background-color:#000;
  color:#fff;
  display:inline-block;
  text-align:center;
  line-height: 21px;
  height: 19px;
  min-width: 19px;
  font-size: 12px;
  text-align:center;
  padding-left:5px;
  padding-right:5px;
  border-radius:50%;
  font-family: "Roboto";
}

@media (max-width: 1360px) {

  .dealer {}

  .dealer .search-dealer-desktop {

  }

  .dealer .top-section {
    display: none;
  }

  .dealer .middle-section,
  .dealer .bottom-section {
    float: left;
    width: 50%;
  }

  .nav__container li:first-child a {
    color: #e8e8e8;
  }

    .nav ul li .menu-dropdown ul li:hover a {
        color: #ff5e00;
    }

    .homepage .search__bg {
      background-image: url(../images/bg-info-desktop.jpg);
      justify-content: center;
      width: 100%;
      background-color: rgba(51, 51, 51, 0.9) !important;
    }

  .homepage .address__top div {
    display: block !important;
  }

  .text-right {
    text-align: right;
  }

  .advertising {
    display: block !important;
    padding: 15px !important;
    margin-top: 0;
  }

  .advertising h3, .advertising h4, .advertising p, .advertising span {
    font-family: Effra,sans-serif !important;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    color: #333;
  }

  .advertising p {
    margin-top: 10px;
    color: #ff5e00;
    font-weight: 800 !important;
  }

  .advertising h4 {
    font-size: 20px;
    color: #000;
  }

  .advertising p, .advertising span {
    font-family: Roboto;
    font-weight: 400;
  }

  .advertising p {
    min-height: 32px;
  }

  .advertising a, .clearfix {
    clear:both;
    content:" ";
    display:block;
  }

  .advertising price {
    font-size: 33px;
    color: #fbb900;
    margin-left:10px;
    display: block;
  }

  .advertising .advertising__item {
    clear: both;
    padding: 10px;
    border: 1px solid #cdcdcd;
    margin-bottom: 15px;
  }

  .advertising .advertising__left {
    float: left;
    width: 50%;
  }

  .advertising .advertising__right {
    float: left;
    /*width: 100%;*/
    display: inline-block;
    line-height:116px;
    text-align:center;
  }

  .homepage .advertising .odd {
    background: none;
  }

  .advertising .advertising__left h3 {
    text-align: right;
  }

  .advertising .advertising__right img {
    width: 50%;
    vertical-align: middle;
  }
}

@media (max-width: 768px) {
  .advertising .advertising__right img {
    width: 75%;
    vertical-align: middle;
  }
}

@media (max-width: 1360px) {
  .homepage .goods__item-2 {
    display: block;
    text-align: right;
  }

  .homepage .goods__item-1 {

  }

  .homepage .goods__item-3 .btn-primary {
    background-color: #ff5e00;
    text-decoration: none;
  }

  .flex-container .product-item {
    width: 50%;
    padding: 20px;
    height: 200px;
    border: 1px solid #d6d6d6;
    position: relative;
  }

  .flex-container .product-item {
    position: absolute;
    right: 0;
    left: 0;
    bottom:0;
    top: 0;
    max-height: 95%;
    max-width: 95%;
    margin: auto;
  }

  .product-item h4 {
    font-size: 20px;
    font-family: Effra,sans-serif;
  }

  .flex-container .product-item:first-child {
    margin-right: 7px;
  }

  .flex-container .product-item:last-child {
    margin-left: 7px;
  }

  .product-item ul {
    list-style: disc inside;
    margin: 10px 0;
  }

  .product-item ul li {
    text-indent: 20px;
    font-weight: 400;
    font-size: 18px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
  }

  .product-content p {
    color: #fbb900;
    font-size: 37px;
    float: right;
    font-family: Effra,sans-serif;
  }

  .product-item .product-image {
    float: left;
    width: 35%;
    padding: 10px;
    overflow: hidden;
    height: 156px;
  }

  .product-item .product-content {
    float: right;
    width: 65%;
    padding-left: 10px;
  }

  .product-footer {
    clear: both;
  }

  .product-footer a {
    float:left;
    width: 30%;
  }

  .product-footer a.btn-primary {
    float: left;
    width: 70%;
    text-decoration: none;
  }
}

/**
* cart form responsive
*/
@media only screen and (max-width: 1360px) {
  .homepage .address__bg {
    padding: 15px 15px 0 15px !important;
  }
}

@media only screen and (max-width: 766px) {

  .voucher {
    margin-right:20px;
  }

  .header {
    height: auto !important;
  }

  .congrats {
      display: none;
  }

  .add-to-cart-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999;
  }

  .add-to-cart-modal .desktop__fireworks-list {
    display: none !important;
  }

  .body-show .goods__items {
    width: 100% !important;
  }



  .flex-container {
    padding: 0 15px;
  }

  .flex-container .product-item {
    width: 100%;

    height: 156px;
    position: absolute;
    margin: 0 0 15px 0 !important;
  }
  .product-item .product-content,
  .product-item .product-image{
    width: 50%;
  }

  .product-item h4 {
    font-size: 20px;
  }

  .product-item p {
    font-size: 26px;
  }

  .product-item ul li {
    font-size: 14px;
  }


}

.mobile-video-btn {display:none;}

@media screen and (min-width: 1200px) {
  .body-show .label-labels .action-price {
      /*margin-top: -60px !important;*/
  }
}

@media screen and (max-width: 767px) {

  .mobile-video-btn {
    float: right;
    display: block;
    margin-top: -60px;
    z-index: 1;
    position: relative;
  }

}
@media screen and (max-width: 900px) {
  .mobile-menu__item {
    padding: 0 !important;
    flex-basis: 50%;

  }

  .vwt-alert-box {
    width: 100% !important;
    float: initial !important;
  }
  .mobile-menu__item a {
      padding: 15px 18px;
      text-align: center;
      display: block;
      width: 100%;
  }

  .homepage .nosale p, .aside__price .nosale p {
    /*margin-top: -30px;*/
  }

  .top-section__aside {
    margin-bottom: -20px;
  }
}

/**
price filter slider
*/
.filter__ranges {
  margin-bottom: 30px;
}

#price-values, #gram-values, #shot-values {clear: both;}

#price-values #start, #gram-values .start, #shot-values .start,
#price-values #end, #gram-values .end, #shot-values .end {
  width: 50%;
  float: left;
}

#price-values #end, #gram-values .end, #shot-values .end {
  text-align:right;
}

.noUi-target {
  background: #e8e8e8;
  height: 6px;
  margin-top: 30px;
}

.add-to-cart-modal {
    /*position: absolute;*/
    /*top: 200px;*/
}

.noUi-connect {
  background: #333333;
}

.noUi-base {
  margin-top: 0;
}

  .vwt-alert-box {
      padding: 20px;
      text-align:center;
      background: #FFEEE3;
      color: #000;
      border: 2px solid #FF5E00;
      width: 405px;
      float: right;
      margin: 20px 15px 20px 0;
  }

    .vwt-alert-box span {
        font-weight: 800;
        color: #FF5E00;
    }

.category .desktop__categories .fireworks__goods .goods__item-2 p {
  float: right;
}

.noUi-handle:after, .noUi-handle:before {
  background: none !important;
}

.noUi-handle {
  box-shadow: 0 0 0 0 !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 100%;
  background:#ff5e00;
  border: none;
}

.table.cart-table .odd,
.table.cart-table .even {
  border: 1px solid #e8e8e8;
}

.table.cart-table .odd td,
.table.cart-table .even td {
  padding: 5px 0;
  vertical-align: middle;
}

.table.cart-table tr th {
  padding: 5px 0;
}

.table.cart-table tr td {
  text-align:right;
}

.safety-product-amount {
  padding: 12px;
  color: #333333;
  border: 1px solid #b4b4b4;
}

.safety-product-amount {
  width: 70px;
}

.article_number {
  font-size: 14px;
  color: #8d8d8d;
}

.city-item {
  width:33%;
  float: left;
}

.mb-30 { margin-bottom: 30px; }

.homepage .desktop__fireworks-right-section {
  width: 100% !important;
}

.desktop__fireworks-list {
  /*display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;*/
}

.search-relative {
  position: relative;
}

.search-relative span {
  bottom: 0 !important;
  position: absolute;
  right: 0;
  top: -5px;
}

.giftcard .group {
  clear: both !important;
  width: 100%;
  height: 60px;
}

.giftcard .group .contact-form__name {
  width: 30% !important;
  float: left !important
}

.giftcard .group .contact-form__second-name {
  width: 70% !important;
  float: left !important
}

.dropdown:hover .about-dropdown {
  display: block;
  z-index:999;
  right: 0;
}

.timezone-select {
  display: none;
}

.timezone-select .checkbox-title {
  margin: 20px 0 0 0 !important;
  display: block;
}
.day {
  margin-bottom: 10px;

}

.day img, .dayparts img {
  float: right;
}

.days, .dayparts {
  clear:both;
}

.days .day, .daypart {
  float: left;
  /*margin-right:20px;*/
  border: 1px solid #707070;

  background-color: #ffffff;
  padding: 20px;
  color: #333;
  width: 31%;
  margin-right:8px;
  text-decoration:none;
}

.day img {
  display: none;
}

.day.active, .daypart.active {
  border: 1px solid #ff5e00;
  color: #ff5e00;
}

.selected-icon {
  display: none !important;
}

.nav__container ul > li:hover a,
.nav__container ul > li.active a,
.links.active {
    color: #ff5e00 !important;
}

.day.active img,
.daypart.active img.selected-icon {
  display: block !important;
}

.days .day:first-child {

}

.add-to-cart-close {
  text-decoration:none;
  font-size:22px;
  font-weight: 800;
}

.dayparts {
  margin-top: 40px;
}

.daypart.disabled {
  background: #f1f1f1;
  outline: 0px solid;
  color: #333 !important;
  cursor: default;
}

.day.disabled img {
  display:none;
}

.day-parts {
  display: none;
}

.clearfix {
  clear: both;
}

#timezone-select {
  padding: 20px 0;
  width: 100%;
  /* display:none */
}

@media (min-width: 1360px) {
  .cities {
    display: block !important;
  }

  .cities ul li {
    width: 25%; float: left;
  }
}

.header__search-container > span {
  z-index: 5;
}

.hide-on-mobile, .search__bg.search-relative {
  display:none;
}

.micromodal-slide.slide-is-open {
  display:block;
}


.dealer-modal, .safety-modal, .dealer-overlay, .safety-overlay, .free-fireworks-info-modal, .free-fireworks-info-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0; left: 0;
  display: block;
  font-family: Roboto;
}

.dealer-modal .dealer-overlay, .safety-modal .safety-overlay, .free-fireworks-info-modal .free-fireworks-info-overlay{
  position:fixed;
  background: #000;
  opacity: 0.5;
}

.dealer-modal-content, .safety-modal-content, .free-fireworks-info-modal-content {
  position: relative;
  z-index: 12;
  width: 600px;
  background: #fff;
  padding: 30px;
  margin: 110px auto auto auto;
}

.dealer-modal h3, .safety-modal h3, .free-fireworks-info-modal h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 18px;
}

.dealer-modal input {
  width: 100%;
  height: 40px;
  border-radius: 25px;
  border: 1px solid #dedede;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.dealer-modal-search {
  position:relative;
}

.dealer-modal-search input {

}

.dealer-modal-search span {
  position:absolute;
  right: 0;
  top: 0;
}

#dealers_results {
  clear: both;
  overflow: hidden;
}

.dealer-modal .dealer-entry {
  width: 49%;
  padding: 15px;
  border: 1px solid #b4b4b4;
  margin-bottom: 5px;
  float: left;
  height: 230px;
}

@media screen and (max-width: 768px) {
  .dealer-modal .dealer-entry {
    width: 100%;
  }
  .dealer-modal .dealer-entry:nth-child(even) {
    margin-left: 0 !important;
  }
  .contact.dealer-entry h3 {
    height: auto;
  }

}

.dealer-modal .dealer-entry:nth-child(even) {
  margin-left: 1%;
}

.dealer-modal-close, .safety-modal-close, .free-fireworks-info-modal-close {
  position: absolute;
  top: 15px;
  right: 30px;
  text-decoration: none;
  font-size: 30px;
  cursor: pointer;
  z-index: 15;
}

.row {
  width: 100%;
}

.row .col-6 {
  float: left;
  width: 50%;
}

.tablet-check {
  margin-top:20px;
  background: #fff;
  color: #333;
  padding: 10px 5px;
  margin-left: -16px;
  margin-right: -16px;
}

.tablet-check h5 {
  margin-bottom:10px;
  font-size: 20px;
}

.tablet-check-list {
  clear: both;
  width: 100%;
}

.tablet-check-list li {
  float: left;
  width: 20%;
}

.tablet-check-list li p,
.tablet-check-list li img {
  float: left;
  margin-right: 5px;
}

@media only screen and (max-width: 1360px) {
  .pickup-point {
    margin-top: 0 !important;
  }

  .pickup-point h3 {
    min-height: 56px;
  }
}



@media only screen and (min-width: 1360px) {
  .homepage .advertising__left h3,
  .homepage .advertising__left p {
    display: inline-block;
    width: auto;
  }

  .homepage .advertising__left h3 {
    height: auto;
    font-size: auto;
  }

}

.homepage.wishlist .goods__items {
  width: 25%;
}

.mobile-categories {
  display: none;
}

@media only screen and (max-width: 1360px) {

  .homepage .congrats {
    background: url('../images/mobile-free-fireworks.jpg');
    margin-top: 10px;
  }

  .advertising {
    display: block !important;
  }

  .mobile-categories {
    /*display: block;*/
    width: 100%;
    background: #fff;
    margin-top: 55px;
  }

  .mobile-categories h3 {
    font-size: 26px;
    font-family: Roboto;
    text-align:center;
    padding: 10px 0;
  }

  .mobile-categories .dropdown-icon-2 {
    float: right;
    margin: 5px 10px 0 0;
  }

  .mobile-categories ul {

  }

  .mobile-categories ul li {

  }

  .mobile-categories ul li ul {
    display: none;
  }

  .mobile-categories ul li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 10px;
    border-bottom: 1px solid #f3f3f3;
    font-family: Roboto;
    cursor: pointer !important;
  }

  .mobile-categories ul li:hover ul {
    display: block;
  }

  .mobile-categories ul li ul li a {
    text-indent: 20px;
  }

  .dealer-modal-close, .free-fireworks-info-modal-close {
    top: 0px;
    right: 11px;
  }

  .city-item {
    width:100%;
  }

  .dealer-modal-content {
    width: 80%;
    margin-top:232px;
  }

  .free-fireworks-info-modal-content {
    width: 80%;
    margin-top:232px;
  }

  .pickup-point__email {
    margin: 10px 0;
  }

  /*.dealer-modal .dealer-entry {
  width: 100%;
  }*/

  .dealer-modal .dealer-entry:nth-child(even) {
    margin-left: 1%;
  }

  .pickup-point h3 {
    min-height: auto;
  }

  .hide-on-mobile, .search__bg.search-relative {
    display: block;
  }

  .dealer-title {
    color: #fbb900;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: -10px;
  }

  .homepage .search__container h3 {
    margin-left: 0;
  }

  .on-top {
    position: relative;
    z-index: 10;
    text-align: center;
  }

  .trigger-search {
    font-family: Roboto;
    color: #fff;
  }

  /*.row {
  width: 100%;
  display: flex;
  }

  .col-6 {
  display: flex;
  width: 50%;
  }*/

  .row {
    clear: both;
  }

  .col-6 {
    float: left;
  }

  .text-right {
    text-align:right;
  }

  text-left {
    text-align:left;
  }

  .img-fluid {
    width: 100%;
    display: block;
  }

  .mobile-pickup-point {
    margin-left: 20px;
    margin-top:20px;
  }

  .mobile-pickup-point img{

  }

  .fwhite {
    color: #fff;
    font-family: Roboto;
  }

  .text-clock {
    margin: 0 0 20px 0;
  }

  .text-clock span {
    margin-top: -20px;
    position: relative;
    top: -10px;
    right: auto;
  }

  .mobile-opening-hours {
    margin-top: 20px;
  }

  .trigger-search img {
    margin-right: 10px;
  }

  .search__container-opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    background:#333;
    opacity: 0.9;
    top: 0;
  }

  .add-to-cart-modal__middle-section {
    display: block;
    text-align: center !important;
  }

  .product-image,
  .product-information,
  .product-order-amount,
  .cart-product-price,
  #cart-amount-input {
    text-align: center;
  }

  #cart-amount-input,
  .product-image {
    padding: 0;
  }

  #cart-forms {

  }

  #cart-forms .add-to-cart-modal__container {
    width: 100%;

  }

  .add-to-cart-modal__fireworks-title,
  #cart-forms .add-to-cart-modal__bottom-section {
    display: none;
  }

  .add-to-cart-modal__add {
    display: block;
  }

  .add-to-cart-modal__add input:first-child {
    margin-bottom: 10px;
  }

  /* advertising */
  .advertising {
    padding: 15px;
    margin-top: 0;
  }

  .add-to-cart-close {
    font-size: 36px;
    top: 52px;
  }

  /**
  advertising
  */
  .advertising price {
    font-size: 33px;
    color: #fbb900;
    margin-left:10px;
    display: block;
  }

  .advertising .advertising__left {
    float: left;
    width: 50%;
  }

  .advertising .advertising__right {
    float: left;
    width: 50%;
    display: inline-block;
    line-height:116px;
    text-align:center;
  }
}


@media only screen and (max-width: 768px) {

  .dealer-modal-content {
    width: 100%;
    margin-top: 154px;
  }

  .free-fireworks-info-modal-content {
    width: 100%;
    margin-top: 154px;
  }
}

.page-not-found {

}

.page-not-found .search-relative {
  margin: 20px 0;
}

.page-not-found #homepage-search {
  border-radius: 25px;
  border: 1px solid #dedede;
  padding: 15px 10px;
  margin-bottom: 15px;
  width: 95%;
}

/* dealer home page */
.search-dealer-desktop {
  padding: 15px;
  background: url("../images/bg-info-desktop.jpg") no-repeat;
  background-size: cover;
}
.search-dealer-desktop .middle-section,
.search-dealer-desktop .bottom-section {
  width: 100%;
}

.opacity {
  position: absolute;
  width: 100%;
  height: 100%;
  background:#333;
  opacity: 0.9;
  top: 0;
  left: 0;
}

.relative { position: relative; z-index: 12; }

.opacity {
  display: none;
}

.right__info p {
  max-height: 100px;
  overflow: hidden;
}

@media only screen and (max-width: 1360px) {


  .search-dealer-desktop{
    display:none;
  }

  .opacity {
    display: block;
  }

  .desktop__middle, .desktop__middle, .companies {
    display: none;
  }

  .search-dealer-desktop .left__contacts, .search-dealer-desktop p, .search-dealer-desktop h4 {
    color: #fff;
    font-family: Roboto;
    text-align: left;
  }


  .left__contacts ul li {
    margin-bottom: 5px !important;
  }

  .search-dealer-desktop .bottom-section {
    padding: 20px 0;
  }

  .search-dealer-desktop .bottom-section .left,
  .search-dealer-desktop .bottom-section .right {
    float: left;
    width: 50%;
  }

  .search-dealer-desktop {
    clear: both;
  }

  .search-dealer-desktop ul li {
    clear: both;
  }

  .search-dealer-desktop ul li img {
    float: left;
    margin: 0 10px 10px 0;
  }

  .search-dealer-desktop .right__info img {
    display: block;
    width: 100%;
    max-width: 300px;
  }

  .search-dealer-desktop span {
    position: relative !important;
    top: auto; right: auto;
    float: left;
  }

  .dealer-entry {
    width: 50%;
  }
}

.category .desktop__categories .fireworks__goods {
  justify-content: normal;
}

.footer__clock-icon {
  margin-left: 0;
}

.dealer-entry {
  position: relative;
}

.pickup-point .btn-primary {
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 89%;
  margin-left: 14px;
}

.form-validation-error {
  padding: 20px;
  background: #e74c3c;
  color: #fff;
  width: 60%;
  margin: 20px auto auto auto;
  position: relative;
}

.form-validation-error .close-errors {
  position:absolute;
  top: 10px;
  right: 20px;
  color:#fff;
  font-size: 30px;
}

.form-group.captcha {
  width: 30%;
  float: right;
}

.contact, .contact .menu-items {
  display: block !important;
}

.menu-items {
  background: #f6f6f6;
  padding: 15px 11px;
}

.contact-header {
  width: 100%;
  height: 375px;
  /*background: url("../images/contact-background.png");*/
}

.contact-information {
  width: 40%;
  float: right;
  background: #fff;
  padding: 40px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
  margin: 30px 30px 0 0;
}

.desktop {
    margin-bottom: 0 !important;
}

.contact-information h3 {
  font-size: 22px;
}

.contact-information p {
  line-height: 22px;
}

.contact-socials {
  background: #f6f6f6;
  padding: 20px;
  text-align:center;
}

.contact-form {
  margin: 20px auto auto auto;
  width: 60%;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  padding: 12px;
  color: #333333;
  border: 1px solid #b4b4b4;
  width: 100%;
}

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

.form-group label {
  display: block;
  margin-bottom:5px;
}

.text-center {text-align:center;}

.combine-group {
  display: grid;
  grid-template-columns: repeat(2,1.2fr);
  grid-auto-rows: 45%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.contact-form .btn-primary {
  width: auto;
}

.giftcard .menu-items {
  display: block !important;
}

  .giftcard .content, .voucher-content {
    display: block;
    width: 50%;
    margin: 0 auto;
  }

    .voucher-content {
      padding: 20px;
    }

      .voucher-content .table {
          width: 50%;
          margin: 0 auto;
      }

        .voucher-content .table thead th {
          padding: 10px;
        }

        .voucher-content .table tbody tr:nth-child(odd) {
          background: #f1f1f1;
        }

        .voucher-content thead {
            font-size: 18px;
        }

        .voucher-content tbody tr td {
          padding: 10px;
        }

.contact-description h1 {
  font-size: 22px;
  font-family: "Effra", sans-serif;
  font-weight: 700;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 12px
}

.safety-modal .table.cart-table tr td {
  text-align: left;
}

  .safety-modal td.safety-product-amount {
    border: none;
  }

    .safety-modal  input.safety-product-amount {
      margin-right: 5px;
    }

.giftcard .desktop {
  display: block !important;
}

.checkout1 .desktop, .checkout1 .tablet-form {
  display: block !important;
}

  .checkout1 .tablet-form {
    background: #f6f6f6 !important;
    padding: 30px !important;
  }

    .checkout1 .tablet-form label {
      margin-top: 20px;
    }

    .checkout1 .tablet-form input {
      margin-top: 5px;
      padding: 12px;
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #333333;
      border: 1px solid #b4b4b4
    }

        .checkout1 .tablet-form__name .first-name {
          width: 50% !important;
        }


.single-brand .desktop {
  background: none !important;
  background-color: none !important;
}

.bg-white {
  background :#fff;
}

.header__bottom > div:nth-child(2) a {
  width: 270px;
}

.header__bottom > div.smaller {
  width: 150px;
}

.advertising {
  position: relative !important;
}

.dealer-modal .dealer-entry.hidden {
  display: none !important;
}

  .free_products-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
  }

    .free_products-content {
      position: relative;
      z-index: 1;
      text-align: center;
      padding-top: 138px;
      padding-top: 138px;
    }

      .white-overlay {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0; left: 0;
          background: #fff;
          opacity: 0.9;
      }

      .free_products-content h2 {
        font-size:        30px;
        color:            #ff5e00;
        text-transform:   uppercase;
      }


.voucher {
  margin-right: 15px;
}

body{
  background-attachment: fixed;
  /*background-image: url(../images/bg.png);*/
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media only screen and (min-width: 1880px)  {
  body {
    /*background: url(/static/img/web_background_head.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
  }
}


.packers__container.item .goods__item-2 p {
    margin-left: 0 !important;
    text-align: left;
}

.category .desktop__categories .fireworks__goods .item {

    border-top: 1px solid #b4b4b4;
    border-left: 1px solid #b4b4b4;
}

.category .desktop__categories .fireworks__goods .item:nth-child(3n) {
    border-right: 1px solid #b4b4b4;
}

.voucher {
    float: right;
}

  .voucher #voucher-button {
      text-transform: uppercase;
      font-weight: 700;
      color: #fff;
      background-color: #333333;
      border: none;
      padding: 7px;
  }

  .voucher #voucher {
      padding: 10px;
  }

    .voucher h2 {
        text-align: right;
        font-family: "Roboto";
    }

    #voucher-button {
        float: right;
        margin: 10px 0 0 0;
    }


@media only screen and (max-width: 1338px) {

  .homepage.wishlist .goods__items {
    width: 33%;
  }

  .giftcard .contact-form {

  }

  .checkout1 .desktop, .giftcard .desktop {
      width: 600px;
      margin: 0 auto;
  }

    .tablet-step1-image {
      margin: 0 0 40px 0;
    }

    .checkout1 .desktop input[type="text"] {
      width: 100%;
    }

    .checkout1 .desktop .submit label {
        display: block;

    }

    .checkout1 .tablet-form__name div {
        width: 48% !important;
        float: left;
    }

      .checkout1 .tablet-form__name div:first-child {
          margin-right: 2%;
      }

  .checkout1 .btn-secondary {
    margin-top: 20px;
  }

  .checkout1 .checkbox-title {
    margin-top: 20px;
  }
}

.daily-deal-label {
  top: -30px !important;
}

@media only screen and (max-width: 1100px) {
  .homepage.wishlist .goods__items {
    width: 50%;
  }

  .desktop__right-section {
      display: block !important;
  }

  .body-index .address {
    display: none;
  }

  .dealer > div {
    width: 100%;
  }

  .homepage .goods__items {
    border: 0 !important;
    border-bottom: 1px solid #d6d6d6;
  }

  .body-powerprices .sale {
    margin-right: 20px;
  }

  .body-powerprices .goods__items .old-price, .goods__item-2 .old-price {
      right: 20px;
  }



  .homepage .search__container input {
    height: 45px;
  }

  .search-relative {
    position: relative;
    width: 350px;
    margin: 0 auto;
  }

  .product-description span {
      color: #8d8d8d;
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-size: 12px;
      font-weight: 400;
      margin-top: -10px;
      margin-bottom:15px;
      display: block;
  }
}

@media only screen and (max-width: 767px) {
  .homepage .goods__items {
    padding-top:10px;
  }
  .goods__item-1 .product-description {
    margin-left: 0% !important;
  }
}

@media only screen and (max-width: 650px) {
    .homepage .desktop .item .product-image a img {
        position: relative !important;
    }

    .hide-on-mobile {
        display: none !important;
    }

  .desktop__middle {
    display: block !important;
  }
}

.payment-method-text {
  padding: 20px;
  background: #dedede;
  margin-top: 20px;
  margin-bottom: 20px;
}

.giftcard .content__group,
.giftcard .content__amount {
  width: 60%;
  margin: 0 auto;
}

.giftcard .menu-items {

}

.giftcard .menu-items {
  width: 100%;
}

.giftcard .menu-items .left {float:left;}
.giftcard .menu-items img {float:left;margin-top:5px;}
.giftcard .menu-items .right {float:left;}
.giftcard .menu-items .right a {
  line-height: 23px;
}

#btn-checkout {
  margin-top:20px;
}

#btn-checkout:disabled {
    background: #7f8c8d;
}

.homepage .desktop__fireworks-left-section {
  width: inherit;
}


@media only screen and (min-width: 1360px) {
  .homepage .desktop__fireworks-left-section.daily-deal-active{
    width:30% !important;
  }
}

.val-error {
    border: 1px solid #e74c3c !important;
    background:#ff7979;
}

.valid-banner {
    padding: 20px;
    background: #e74c3c;
    border: 1px solid #c0392b;
    color: #fff;
    margin: 10px 0;
    display: none;
}

.cart-danger-label {
    padding: 5px 10px;
    background: #ff7979;
    border: 1px solid #eb4d4b;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.selector {
    position:relative;
}

  .selector .arrow {
      position: absolute;
      right: 10px;
  }

  /**
    @workinghere

.add-to-cart-modal__bottom-section {
    display: flex;
}

.add-to-cart-modal__bottom-section .item {
    width: 100%;
    flex:1 0 21%;
}*/

@media only screen and (max-width: 768px) {
  .single-brand .mobile__container .left-section .text-section .section-title-box .section-title-desctop .paragraph-title {
      width: 90%;
  }

}

@media only screen and (max-width: 763px) {

  .homepage.wishlist .goods__items {
    width: 100%;
  }

  .add-to-cart-modal__container {
      width: 100% !important;
  }

  .homepage.wishlist .goods__items span {
    font-family: "Roboto";
  }

  .body-return_mollie .default-content {
      margin-top: 75px !important;
  }

  .giftcard .content__group,
  .giftcard .content__amount {
    width: 100%;
    margin: 0 auto;
  }

  .giftcard .contact-form,
  .giftcard .group div,
  .voucher-content {
    width: 100% !important;
  }

    .giftcard {
        margin-top: 70px;
    }

    .giftcard .content {
      margin: 0;
      width: 100%;
      background: none;
    }

  .voucher-content .table {
    width: 100%;
  }

  .giftcard .group .contact-form__name,
  .giftcard .group .contact-form__second-name{
    width: 100% !important;
  }

    .giftcard .contact-form__street {
        display: block !important;
        width: 100%;
    }

    .giftcard .contact-form__street .street-name,
    .giftcard .contact-form__street .street-number {
        display: block !important;
        width: 100% !important;
    }

    .giftcard .contact-form__street .street-number {
        display: block !important;
    }

    .giftcard .contact-form label {
      margin-top: 10px;
    }

      .giftcard .street-number {
          overflow:hidden;
          width: 16% !important;
          overflow: hidden;
      }

  .checkout1 .desktop , .giftcard .desktop {
    width: 100% !important;
  }

  .tablet-step1-image {
      margin: 20px;
  }

    .checkout1 .days, .checkout1 .day {

    }

      .checkout1 .day-holder {
        width: 100%;
      }

        .checkout1 .day, .checkout1 .daypart {
          width: 30%;
        }

          .checkout1 .btn-secondary {
            margin-top: 20px;
          }

  .hide-on-mobile {display:none;}

  .safety-modal {}
      .safety-modal .table {}
          .safety-modal .table tr td {
            display: block;
            width: 100% !important;
            text-align:center !important;
          }

          .safety-modal .add-to-cart-modal__add button {
            margin-top: 20px;
            width: 100% !important;
          }

  .safety-modal-content {
    width: 100%;
  }

  .contact-form .btn-primary {
    width: 100%;
  }

  .combine-group {
    display: block;
    /*grid-template-columns: repeat(2,1.2fr);
    grid-auto-rows: 45%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;*/
  }

  .contact-form {
    width: 100%;
  }

  .contact-socials {
    padding: 40px 20px 20px 20px;
  }

  /* contact */
  .contact-information {
    width: 80%;
    float: none;
    margin: auto;
    position:relative;
    top: 160px;
  }

  .advertising {
    width: 100%;
  }

  .advertising a {
    width: 100%;
  }

  .advertising a:nth-child(even) {
    margin-left: 0;
  }

}

@media only screen and (max-width: 768px) {

  .product-description span {
    font-family:"Roboto";
    display: block;
    margin: -8px 0 10px 0;
    color: #8d8d8d;
    font-size: 11px;
  }
  .goods__item-2 {
    grid-template-columns: 100% !important;
  }

  .homepage .item {
    border-bottom: 0;
  }
  .homepage .goods__items {
    border-bottom: 1px solid #d6d6d6;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1359px) {

  .body-brand .desktop {
    display: none !important;
  }

  .body-vwt_history .default-content img {
    display: block;
    width: 100%;
  }

  .add-to-cart-close {
      z-index: 9999;
  }

  .add-to-cart-modal__add {

  }

  .add-to-cart-modal__container {
      width: 60% !important;
  }

  .add-to-cart-modal__add #cart-form-submit {
    float: left;
  }

  .add-to-cart-modal__add #cart-form-checkout {
    float: right;
  }

  .page-not-found {

  }

    .product .desktop .desktop-content__top-section .top-section__aside .aside__price .aside-info {
      margin-top: 35px;
      font-size: initial;
    }

  .slider .gallery-top {
    height: 100% !important;
  }

  .desktop {
    display: block !important;
  }

    .desktop__right-section {
      display: none;
    }

    .desktop__middle {
      display: block;
    }

    .desktop__middle .goods__items {
        position:relative;
    }

    .desktop__middle .item .product-image a img {
      margin: initial !important;
      max-width: 60% !important;
      max-height: 60% !important;
      top: 20px !important;
      left: 20px !important;
    }

  .dealer-modal .dealer-entry {
    width: 100%;
    margin-left: 0 !important;
  }

  .address__bottom {
    padding-bottom:20px;
    padding-top:20px;
  }

  body {
    background: none;
    background-attachment: initial;
    background-color: initial;
  }


  .homepage .advertising__left h3 {
    position: relative;
  }

  .homepage .advertising__left h3 price {
      position: absolute;
      right: 0;
      top: 40px;
  }

  .goods__item-1 .product-description {
      padding-top: 20px !important;
  }

  .homepage .advertising__left p {
    width: 70%;
  }

  .desktop__fireworks-list {
    margin: 20px 0;
  }

  .goods__item-3 .btn-primary {
      width: inherit;
  }

  .homepage .nosale p, .aside__price .nosale p {
      margin-right: 20px;
  }

}

.body-wishlist .desktop__fireworks-list, .body-show .desktop__fireworks-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

  .body-wishlist .goods__items.item, .body-show .goods__items {
      width: 100%;
      flex:1 0 21%;
      max-width:25%;
  }


  .body-show .desktop__fireworks-list {
      width: 100%;
      padding: 0 30px;
  }

  .related .desktop__fireworks-list {
      width: 100%;
      padding: 0 15px;
  }

    .body-show .product-image {
        height: 240px;
        overflow: hidden;
        position: relative;
        margin-bottom: 10px;
    }

      .body-show .product-image img {
          margin: auto;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          max-width: 95%;
          max-height: 95%;
      }

      .body-show .add-to-cart-modal__middle-section .product-image {
          height: 100px;
      }

      .body-show .product-description {
          height: 75px;
      }

    .body-show .goods__items {
      padding: 0 5px;
      font-family:"Roboto";
    }

      .body-show .sale-price-per-article-for-discount,
      .body-show .sales-price-per-article {
          font-size: 33px;
      }

      .body-show .sales-price-per-article {
          color: #fbb900;
      }

    .body-show .goods__item-2 {
      position: relative;
    }

    .body-show .product-description {
        font-family: "Roboto";
    }

  .body-show .goods__items {
      max-width: 33%;
  }

    .body-show .goods__item-1 .product-image img {
      display:block;
      /*width:100%;*/
    }

    .body-wishlist .homepage .item {
      border: none !important;
    }

.body-wishlist .desktop, .wishlist {
    display: block !important;
}

.body-wishlist .product-image a img {
    position: inherit !important;
}

/**
  * EDGE
 */


    .footer__info {
      justify-content: normal;
    }

      .footer__info #footer-guy {
        margin: 0;
        left: 0;
      }

      .footer__info, ul li, ul li a, ul li span {
          font-family: "Roboto";
      }

.desktop__bg {
    background-color: initial !important;
}

.add-to-cart-modal .add-to-cart-modal__container {
    margin-top: 0;
}

.contact-header {
    background-size:cover !important;
}

/*
  orange #ff5e00
*/

.body-vwt_history .history-title {
    width:      100%;
    background: #e9e9e9;
    padding: 5px 10px;
    margin: 20px 0;
}

.body-vwt_history h3:before {
  content: '';
  position: absolute;
  top: 0; right: -20px;
  border-bottom: 46px solid #e9e9e9;
  border-left: 20px solid #ff5e00;
  width: 0;
  z-index:12;
}

/*.body-vwt_history h3 {*/
/*    position:relative;*/
/*    padding: 5px 30px;*/
/*    font-size: 30px;*/
/*    font-weight: 800;*/
/*    font-style: italic;*/
/*    display: inline-block;*/
/*    background: #ff5e00;*/
/*    color: #fff;*/
/*    margin-top: -5px;*/
/*    margin-left: -10px;*/
/*    margin-bottom: -5px;*/
/*}*/

.fav-it {
    text-decoration: none;
    font-size: 30px;
    color: #000;
    text-align:right;
}

  .body-contact .category .desktop .menu-items {
    padding: 15px 11px 0;
  }

  .body-contact .contact-description {
    background: #fff;
    padding-top: 20px;
  }

  .body-contact .desktop__container {
    background: #F6F6F6;
    padding-bottom: 20px;
  }

.homepage .desktop__left-section .search__container {
    padding: 40px 15px;
}

.add-to-cart-modal__add {

}

  .add-to-cart-modal__add .btn-primary {
      width: initial;
  }

.safety-modal-content {
  padding: 0;
}

  .safety-modal-content td {
      padding: 5px 20px !important;
  }

.homepage .desktop__left-section .search-dealer-desktop__container .bottom-section .left {
  margin-right: 0 !important;
  width: 50%;
  text-align: left;
}

.fireworks__goods .item {
    border: 1px solid #b4b4b4;
    margin-bottom: -1px !important;
    margin-right: -1px !important;
}

@media screen and (min-width:1300px) {
  .desktop__right-section .info {
    min-height: 250px;
  }

  .body-show .label-labels div {
    position: initial !important;
    float:left;
    margin-top: -30px;
  }

  .product-label.daily-deal-label {
    margin-bottom:5px;
  }
}

.body-index .packers .sale-price-per-article-for-discount {
    color: #ff5e00 !important;
}

desktop__fireworks-left-section daily-deal-active .discount-label {

}

.daily-deal-active .goods__items .top-item {
  position:relative;
}



.homepage .desktop__fireworks-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.homepage .wishlist .desktop__fireworks-list {
  display: flex;
  justify-content: normal;
  flex-wrap: wrap;
  width: 100%;
}

.homepage .desktop .desktop__fireworks-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.homepage .desktop .desktop__fireworks-list .item, .related .desktop__fireworks-list .item{
  width: 25%;
  padding: 25px 15px 15px 15px;
}

.homepage .desktop .desktop__fireworks-list .item .goods__item-1 {
  grid-template-columns: 100%;
  grid-template-rows: minmax(50px, 1fr);
  position: relative;
  flex-grow:1;
  display: grid;
}

.homepage .desktop .desktop__fireworks-list .item .goods__item-1 .product-description {
  height:60px;
}

.homepage .desktop .desktop__fireworks-list .item .goods__item-2 {
  display: grid;
  grid-template-columns: 100%;
  font-style: italic;
  margin-bottom: 10px;
  font-family: "Effra", sans-serif;
  font-weight: 700;
  font-size: 35px;
  position: initial !important;
  text-align: right;
}

.homepage .desktop .desktop__fireworks-list .item .goods__item-3,
.related .desktop__fireworks-list .item .goods__item-3,
.homepage .desktop .daily-deal-active .item .goods__item-3
{
  display: grid;
  grid-template-columns:45% 55%;
  height:40px;
}

.homepage .desktop .item .product-image, .related .item .product-image{
  height:240px;
  overflow: hidden;
  position:relative;
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 1360px) {
  .homepage .desktop .desktop__fireworks-list .item{
    width: 50%;
  }
  .related .desktop__fireworks-list .item{
    width: 50%;
  }

  .homepage.dealer .desktop .desktop__right-section{
    display:none;
  }
}

@media screen and (max-width: 767px) {
  .cart .desktop .desktop__fireworks-list .item{
    width: 100%;
  }

  .homepage.dealer .desktop .desktop__right-section{
    display:none;
  }
}

@media screen and (max-width: 767px) {
  .homepage .desktop .desktop__fireworks-list .item{
    width: 100%;
  }
  .related .desktop__fireworks-list .item{
    width: 100%;
  }
}

.menu-items .right {
    margin-left: 0;
    margin-right: -5px;
}

@media screen and (max-width:800px) {
  .cart-btns {
    top: 0 !important;
  }

  .day.active img, .daypart.active img {
    display: none !important;
  }

  .body-index .desktop {
    display: block;
  }

  .default-content {
    padding-top: 50px;
  }

  .body-index .desktop__bottom,
  .body-index .homepage .search__container,
  .body-index .desktop__top {
    display: block;
  }

  .body-index .desktop__middle {
    display: block;
  }

  .body-index .homepage .goods__items {
    height: auto;
  }

  .homepage .desktop .item .product-image a img {
    position: relative;
  }

  .fireworks__goods .item {
    border-left: 1px solid #b4b4b4;
    border-top: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 0;
  }

}

#discount {
  margin-right: -5px;
}

.cart .cart-desktop__bg {
  background-color: none !important;
}

.cart .content-container .code-field__field input, .voucher input {
    width: 210px !important;
}

#stocks-are-being-checked {
    text-align: center;
}

@media screen and (max-width: 800px) {
    #stocks-are-being-checked {
        padding: 0 10px;
    }
}

.delete-product {
    text-decoration: none;
    color: #eb4d4b;
    padding-top: 7px;
}



.cart-amount-box {
    padding: 5px;
    text-align:center;
}

.cart .content-container .purchase-list {
    padding-right:15px;
}

.cart .content-container .code-field {
    padding-right: 30px;
}

.voucher {
    padding-right:0;
}

.isDisabled {
  background:    #B3B3B4;
  cursor:   not-allowed;
  opacity:  0.5;
  text-decoration: none;
}

@media screen and (min-width: 1000px) {

  .product .desktop .desktop-content__top-section .top-section__aside .aside__price .aside-info {
    margin-bottom: 0 !important;
  }


  .body-show .aside__price .nosale {
    float: right;
    margin-top: -10px;
  }

}

.not-enough-product table {
    width: 100%;
}

  .not-enough-product table tr td {
    text-align: left;
  }

.not-enough-product table tr td:last-child {
  text-align: right;
}

.not-enough-product table thead {
    background: #f1f1f1;
}

  .not-enough-product table td {
      padding: 5px;
  }

/**
  checkout in 3 steps
 */

.checkout-step.disabled {
    display: none;
}

.checkout-step-1 {

}

.checkout-step-2 {

}

.checkout-step-3 {

}

.step-back, .btc {
  color: #333;
}

.cart-btns {
    position: relative;
    top: 90px;
    z-index: 999;
}

  .btn-secondary.inline-block {
      width:    initial !important;
      display:  inline-block;
      line-height: auto;
      height: auto;
      padding: 10px;
  }

  .close-safety-products {
    position: absolute;
    font-size: 30px;
    color: #000;
    right: 15px;
    top: 5px;
    text-decoration: none;
  }

  .btc {
      display: inline-block;
      padding: 10px;
  }

#safety-products .add-to-cart-modal__add button,
#safety-products #proceed-to-checkout {
  height: auto !important;
  padding: 10px 15px;
  text-decoration: none;
}

#safety-products .add-to-cart-modal__add button {
  padding: 12px;
}

.contact.dealer-entry h3 {
  height: 85px;
}

.pickup-point .btn-primary {
  bottom: 10px;
}



@media only screen and (max-width: 769px) {

}

@media only screen and (min-width: 1100px) {


}

@media only screen and (min-width: 767px) and (max-width: 1110px) {
  .desktop__right-section {
    display: none !important;
  }
}

@media only screen and (min-width:1100px) {
    .body-show .product .desktop .desktop-content__top-section .top-section__aside .aside__price .aside-info {
        margin-top: 5px;
    }

  .body-show .add-to-cart-button.btn.btn-primary.btn-secondary.dealer-cart-btn {
      text-indent: -17px;
  }

}

.toggle-cats {
  color: #fff;
  text-decoration: none;
  font-family: Roboto;
  text-align: center;
}

.under-logo-title {
  color: #000;
  text-decoration: none;
  font-family: Roboto;
}

  .header__logo {
    text-decoration: none;
  }

.toggle-cats span {
  display: block;
}

#top-navigation-giftcard {
    margin-right: 20px;
}

.show__mobile {display: none;}
@media screen and (max-width: 767px) {

    .body-powerprices .desktop__top.dealer .desktop__right-section {
        display: none !important;
    }

  .body-index .footer__bottom .address {
    display: block;
  }
    .show__mobile {display: block;}
    .body-powerprices .congrats,
    .search-dealer-desktop {
        display: none;
    }

    .footer {
        padding-top: 40px;
      padding-bottom: 60px;
    }

    .homepage.dealer {
      margin-top: 75px;
    }

      .homepage.dealer .header__left {
        margin-top: 10px;
      }

    .show__mobile #show-hours-mobile {
      color: #fff;
      font-family: Roboto;
      margin-top:7px;
      margin-left: 20px;
    }

    .show__mobile .trigger-search {
        position: relative;
    }

        .show__mobile .trigger-search img {
            position: relative;
            top: 4px;
        }

    .show__mobile #opening-hours-mobile-holder {
        width:  250px;
        margin: 10px auto 0 auto;
    }

    .show__mobile .float-left {float:left;}
    .show__mobile .float-right {float:right;}

    .show__mobile.header__rating-container {
        padding: 10px 20px;
    }

      .show__mobile .header__rating {
          float:right;
      }

        .show__mobile .header__stars li {
            float: left;
            margin-right:3px;
        }

        .show__mobile .header__stars li:first-child {
            margin-left: 5px;
        }

          .show__mobile .header__rating {
              font-family: Roboto;
          }

  .category .goods__item-3 {
      display: grid;
      grid-template-columns: 50% 50%;
  }

  .goods__item-3 .left.product-icons a {
      margin-right: 5px;
  }

  .desktop__bottom {
    margin-top: 20px;
  }

}

.packers {

}

  .packers .goods_item-2 .old-price {

  }

      .packers .goods__item-2 {
          grid-template-columns: auto !important;
      }

      .packers .goods__item-1 .product-description {
        position: relative;
        /*z-index: 9999999;*/

      }

.packers .goods__item-3 .left.product-icons {
    width: 50%;
  float: left;
}

.packers .goods__item-3 .button-container {
  width: 50%;
  float: right;
}

.cart .cart-desktop__container .packers {
  width: 25%;
}

.packers .goods__item-1 img {
  max-width: 60%;
  max-height: 60%;
}

.show__tablet {display: none; }
.hide__tablet {display: block;}


@media screen and (min-width: 768px) and (max-width: 1361px) {

    .header {
        height: auto !important;
    }

    .search-dealer-desktop .bottom-section {
        display: none;
    }

    .show__tablet {display: block;}
    .hide__tablet {display: none;}

    .tablet__fix-dealer-page-top h3 {
        font-size: 30px !important;
        text-align: left;
    }

    .perks {
        margin-top: 65px;
    }

  #opening-hours-mobile-holder {
    float: left;
    width: 100%;
    margin: 10px auto 0 auto;
    text-align: left;
  }

    #opening-hours-mobile-holder .float-left {float:left;}
    #show-hours-mobile {
        margin: 5px 0 0 20px;
        color: #fff;
        font-family: Roboto;
    }

      .flex-box-it {
        position: relative;
        top: 6px;
      }

    .flex-box-it .flex-box-item:first-child {
        text-align:left;
    }

      .flex-box-it .flex-box-item:last-child {
        text-align:right;
        width: 36%;
      }

    .flex-box-it .flex-box-item {
        width: 32%;
        float: left;
    }

    .tablet__fix-dealer-page-top h4 {
        font-size: 30px !important;
        text-align: left;
    }

    .show__tablet .trigger-search {
        float: right;
        margin-top: 50px;
    }

    .show__tablet .top-search-titles {float: left;}
    .show__tablet .search-new-dealer {float:right;}

    .page-not-found .desktop__left-section {
      display:block !important;
    }

      .page-not-found .desktop__left-section {
        display:block !important;
      }

        .desktop__left-section {

        }
}

.mobile-menu__item a.toggle-cats span {
  margin-top: 8px;
}

.mobile-menu__item span {
  color: #fff;
  text-decoration: none !important;
  font-family: Roboto;
}

.goods__item-3 {
  height: 40px
}

@media screen and (min-width: 1368px) {
  body {
      background-image: none !important;
  }
}

@media screen and (min-width: 1360px) {
  .footer__container {
    padding-top: 265px;
  }
}

@media screen and (min-width: 1837px) {
  body {
    background-image: url(../images/bg.png) !important;
  }
}

.footer__mobile-tablet-list {
    display: block !important;
}

.goods__item-2 {
  position: initial !important;
}

.item {
  position: relative;
}

.product-label, .discount-label {
  position:   absolute;
  background: #FBB900;
  color:      #000;
  padding:    3px 5px;
  font-size:  19px;
}

.swiper-button-next, .swiper-button-prev {
  width: 32px !important;
  height: 54px !important;
  background:#fff;
}

.product-label.discount-label,
.discount-label,
.product-label.action-price,
.product-label.two-for-one,
.product-label.three-for-one,
.product-label.four-for-one {
    top: 25px;
    z-index: 1;
}

.body-product .product-label,
.body-product .discount-label {
    top: 92px;
    z-index:1;
}

@media screen and (max-width: 900px) {
  .body-product .product-label,
  .body-product .discount-label {
    top:80px;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .body-product .product-label,
  .body-product .discount-label {
    top: 25px;
    z-index: 1;
  }
}

.old-price {margin-right: 15px;}
.body-product .old-price {margin-right: 0;}

@media screen and (min-width: 1100px) {
  .footer__container {
    padding-top: 290px !important;
  }
}

@media screen and (max-width: 1200px) {
    input[type='text'],
    input[type='number'],
    textarea {
        font-size: 16px !important;
    }
}

.body-show .sales-price-per-article{
  color: #333;
}

#detail-footer-checkmarks{

}

#detail-footer-checkmarks li{
  position:relative;
  padding-left:40px;
  padding-top:10px;
  padding-bottom:10px;
}

#detail-footer-checkmarks li:before{
  content: '';
  background: url('/static/vwt2019/icons/perks-icon.svg');
  width:30px;
  height:30px;
  position: absolute;
  margin-left:-40px;
  margin-top:-2px;
}

.goods__item-3 .left.product-icons a {
  display:block;
  float:left;
  padding-top:6px;
  padding-bottom:3px;
}

.free-product-credit-label{
  position: absolute;
  padding:10px 15px !important;
  background: #185a18 !important;
  color:#fff;
  font-weight: bold;
  border-radius: 0px 0px 0px 30px !important;
  width:auto !important;
  height: auto !important;
  display: block !important;
  top:0px;
  right: 0px;
  box-shadow:-5px 1px 8px -3px #333;
}

.free-credit-label{
  background: #185a18 !important;
  color:#fff;
  padding:0 !important;
  font-weight: bold;
  border-radius: 0px !important;
  width:auto !important;
  height: auto !important;
  font-size: 12px !important;
  display: block !important;
}
.free-credit-amount{
  background: #185a18 !important;
  color:#fff;
  padding:0 !important;
  font-weight: bold;
  border-radius: 0px !important;
  width:auto !important;
  height: auto !important;
  font-size: 18px !important;
  display: block !important;
}