/* #region qsBasics */

button:focus {
	outline: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@-webkit-keyframes preLoaderAnimation {
    0%{background-position:57% 0%}
    50%{background-position:44% 100%}
    100%{background-position:57% 0%}
}
@-moz-keyframes preLoaderAnimation {
    0%{background-position:57% 0%}
    50%{background-position:44% 100%}
    100%{background-position:57% 0%}
}
@keyframes preLoaderAnimation {
    0%{background-position:57% 0%}
    50%{background-position:44% 100%}
    100%{background-position:57% 0%}
}

.select2 {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.alert p {
	margin: unset;
}

/* Preloader */

.preloader {
	position: fixed;left: 0;top: 0;width: 100%;height: 100%;text-align: center;z-index: 6001; 
	display: flex;
	background: linear-gradient(318deg, rgb(44, 22, 198), rgb(58, 129, 204), rgb(70, 191, 72));
    background-size: 200% 300%;

    -webkit-animation: preLoaderAnimation 5s ease infinite;
    -moz-animation: preLoaderAnimation 5s ease infinite;
    animation: preLoaderAnimation 5s ease infinite;
}


.preloader:after { 
	content: ""; height: 100%; display: inline-block; vertical-align: middle; 
}

.preloader .spinner-border {
	color: var(--fast-pack-white) !important;
}

a:hover {
  color: var(--primary-color-hover);
}

.text-one-color,
.uk-tab > .uk-active > a {
	color: var(--primary-color);
}

.uk-tab > .uk-active > a {
	border-color: var(--primary-color);
}

.background-one-color {
	background-color: var(--primary-color);
}

.custom-switch .custom-control-label::after {
	background-color: var(--primary-color);
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.btn-one-color {
	color: white;
	border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.btn-one-color:hover {
	color: white;
    background-color: var(--primary-color-hover);
    border-color: var(--primary-color-hover);
}

.btn-outline-one-color {
  background: transparent;
}

a {
  color: #eee;
}

a:hover {
  color: #ccc;
}

a:hover {
	text-decoration: none !important;
}

img[data-src][src="/files/svg-loaders/rings.svg"] { 
	padding: 50px;
}

img[data-src][src=""] { 
	border: 8px solid #f3f3f3;
  	border-top: 8px solid var(--primary-color);
  	border-radius: 50%;
  	width: 50px;
  	height: 50px;
  	animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: var(--primary-color); /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.btn-pink {
  color: #343a40;
  background-color: #ff8acc;
  border-color: #ff8acc; }
  .btn-pink:hover {
    color: #fff;
    background-color: #ff64bb;
    border-color: #ff57b6; }
  .btn-pink:focus, .btn-pink.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(225, 126, 183, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(225, 126, 183, 0.5); }
  .btn-pink.disabled, .btn-pink:disabled {
    color: #343a40;
    background-color: #ff8acc;
    border-color: #ff8acc; }
  .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
  .show > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #ff57b6;
    border-color: #ff4ab0; }
    .btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(225, 126, 183, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(225, 126, 183, 0.5); }

.btn-purple {
  color: #fff;
  background-color: #5b69bc;
  border-color: #5b69bc; }
  .btn-purple:hover {
    color: #fff;
    background-color: #4654ab;
    border-color: #4250a2; }
  .btn-purple:focus, .btn-purple.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(116, 128, 198, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(116, 128, 198, 0.5); }
  .btn-purple.disabled, .btn-purple:disabled {
    color: #fff;
    background-color: #5b69bc;
    border-color: #5b69bc; }
  .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
  .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #4250a2;
    border-color: #3e4b99; }
    .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(116, 128, 198, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(116, 128, 198, 0.5); }

.btn-blue {
  color: #fff;
  background-color: #71b6f9;
  border-color: #71b6f9; }
  .btn-blue:hover {
    color: #fff;
    background-color: #4ca3f7;
    border-color: #409df7; }
  .btn-blue:focus, .btn-blue.focus {
    -webkit-box-shadow: 0 0 0 0.15rem rgba(134, 193, 250, 0.5);
            box-shadow: 0 0 0 0.15rem rgba(134, 193, 250, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #71b6f9;
    border-color: #71b6f9; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #409df7;
    border-color: #3497f6; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.15rem rgba(134, 193, 250, 0.5);
              box-shadow: 0 0 0 0.15rem rgba(134, 193, 250, 0.5); }

.rating {
  	display: inline-block;
	position: relative;
	height: .9rem;
	line-height: .9rem;
	font-size: .9rem;
}

.rating label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
}

.rating label:last-child {
  	position: static;
}

.rating label:nth-child(1) {
  	z-index: 10;
}

.rating label:nth-child(2) {
  	z-index: 9;
}

.rating label:nth-child(3) {
  	z-index: 8;
}

.rating label:nth-child(4) {
  	z-index: 7;
}

.rating label:nth-child(5) {
  	z-index: 6;
}

.rating label:nth-child(6) {
  	z-index: 5;
}

.rating label:nth-child(7) {
  	z-index: 4;
}

.rating label:nth-child(8) {
  	z-index: 3;
}

.rating label:nth-child(9) {
  	z-index: 2;
}

.rating label:nth-child(10) {
  	z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #000;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: var(--primary-color);
}

.rating:not(:hover) label input:checked ~ .icon i::before,
.rating:hover label:hover input ~ .icon i::before {
  font-weight: 900;
}

.rating:not(:hover) label input:not(:checked) ~ .icon i::before,
.rating:hover label:not(:hover) input ~ .icon i::before {
  font-weight: 400;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px var(--primary-color);
}

.product-discount {
	position: absolute;
	display: block;
	right: -20px;
	z-index: 3;
	top: -20px;
}

.product-discount div {
	width: 60px;
	height: 60px;
	background: var(--primary-color);
	color: white;
}

.product-discount-header div,
.product-discount-header-right div {
	font-size: 12px;
	height: 40px;
	width: 40px;
}

.product-discount-list {
	right: unset;
	left: -20px;
}

.product-discount-header {
	right: unset;
	left: -10px;
	top: -10px;
}

.product-discount-header-right {
	right: -10px;
	top: -10px;
}

.table-col1 {
  width: 8.333333%;
}

.table-col-2 {
  width: 16.666667%;
}

.table-col-3 {
  width: 25%;
}

.table-col-4 {
  width: 33.333333%;
}

.table-col-5 {
  width: 41.666667%;
}

.table-col-6 {
  width: 50%;
}

.table-col-7 {
  width: 58.333333%;
}

.table-col-8 {
  width: 66.666667%;
}

.table-col-9 {
  width: 75%;
}

.table-col-10 {
  width: 83.333333%;
}

.table-col-11 {
  width: 91.666667%;
}

.table-col-12 {
  width: 100%;
}

/* #endregion */

/* #region fast-pack colors */

:root {
  
  --fast-pack-orange: #EE7355;
  --fast-pack-black: #010101;
  --fast-pack-white: #ffffff;
  --fast-pack-gray: #B0BAB7;
  --fast-pack-gray-2: #5e5e5e;
  --fast-pack-green-1: #3AAA35;
  --fast-pack-green-2: #95C11F;
  --fast-pack-green-3: #D3D800;
  --fast-pack-yellow: #e0e000;
  --fast-pack-purple: #312783;
  --fast-pack-blue-1: #005AA7;
  --fast-pack-blue-2: #009FE3;
  --fast-pack-background-color: rgba(255, 255, 255, 0.854);
  --fast-pack-gray-font: #626160;

  --fast-pack-box-shadow: rgba(0,0,0,0.75);;
}

/* #endregion */

/* #region Custom code */

.input-group, .form-switch {
	margin-bottom: 1rem;
}

.input-group > .input-group, .form-switch > .input-group {
	margin-bottom: 0;
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.form-switch.col-lg-12 .form-check-input {
  margin-left: -1.5em;
}

.form-switch.col-lg-12 .form-check-label {
  margin-left: 1rem;
}

.form-switch .form-check-input:focus {
  border-color: var(--primary-color);
}

.select2-container--bootstrap-5 .select2-dropdown {
  z-index: 1060;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #ced4da;
  box-shadow: unset;
}

.select2-container--bootstrap-5 .select2-dropdown {
  border-color: #ced4da;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted) {
  background-color: var(--primary-color);
}

.select2-container--bootstrap-5 .select2-selection--single {
  padding: .6rem 2.25rem 0.6rem 1.35rem;
}

.select2-container--bootstrap-5 .select2-selection {
  border: 1px solid #ddd;
  border-radius: 0;
}
 
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
  border-radius:0;
} 

.checkbox-entry input:checked + .content-check {
  border-color: var(--secondary-color) !important;
}

input:focus, textarea:focus, select:focus {
	outline: none !important;
  box-shadow: none !important;
  border-color: var(--primary-color) !important;
}

.qs-shadow {
	text-shadow: 1px 1px 5px #111;
}

.cookie_notice_bar-wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 100000;
}

.accordion .accordion-button i {
  margin-right: 1rem;
}

.accordion-button:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 5px 0.03rem var(--primary-color);
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: var(--primary-color);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--primary-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}

.modal-header button.close {
  background: none;
  border: none;
  font-size: 18px;
  padding: 0;
}

.collection-view.list-type-wrapper li.active {
  color: var(--primary-color);
}

.collection-grid-view.list-type-wrapper li.active {
  border: 1px solid #ddd;
}

.collection-grid-view.list-type-wrapper li {
  padding: 2px 2px 2px;
  display: inline-flex;
}

.collection-collapse-block-content:not(.input-range-wrapper) {
  max-height: 250px;
  overflow-y: scroll;
}

input:focus + .input-group-text {
  outline: none !important;
  box-shadow: none !important;
  border-color: var(--primary-color) !important;
}

.filter-badge {
  font-size: 13px;
}

#gls-map {
	min-width: 400px;
	min-height: 400px;
	overflow: hidden;
}

.rotate-icon {
  transform: rotateY(0deg) !important;
}

.fab.fa-facebook.text-white.rotate-icon {
  margin-left: -10px;
}

.top-up {
  color:#fff
}

/* #endregion */

/* #region fast-pack custom css*/

.fp-gradient-background {
  background: rgb(57,169,53);
  background: linear-gradient(180deg, rgba(57,169,53,1) 0%, rgba(8,81,160,1) 50%, rgb(37, 47, 137,1) 100%); 
}

.fp-purple-background {
  background: rgb(37,47,137);
  background: linear-gradient(180deg, rgba(37,47,137,1) 0%, rgba(46,37,129,1) 100%);
}

.fp-orange-background {
  background-color: var(--fast-pack-orange);
}

.fp-gray-background {
  background-color: rgba(255, 255, 255, 0.854);
  color: #333;
}

.fp-blue-background {
  background-color: var(--fast-pack-blue-1);
}

.fp-orange-outline-btn {
  border-color: var(--fast-pack-orange) !important;
  color: var(--fast-pack-orange);
  text-transform: capitalize;
  font-weight: normal;
  padding: 0.5rem 2rem;
}

.fp-orange-outline-btn:is(:hover, :focus, :active) {
  background-color: var(--fast-pack-orange);
  color: var(--fast-pack-white);
  box-shadow: 0px 2px 5px 0px var(--fast-pack-box-shadow);
}

.fp-orange-fill-btn {
  background-color: var(--fast-pack-orange) !important;
  color: var(--fast-pack-white);
  text-transform: lowercase;
  font-weight: normal;
  padding: 0.5rem 2rem;
}

.fp-orange-fill-btn::first-letter {
  text-transform: uppercase;
}

.fp-orange-fill-btn:is(:hover, :focus, :active){
  border-color: var(--fast-pack-orange);
  background-color: var(--fast-pack-white) !important;
  color: var(--fast-pack-orange);
  box-shadow: 0px 2px 5px 0px var(--fast-pack-box-shadow);
}

.fp-white-fill-btn {
  background-color: var(--fast-pack-white);
  color: var(--fast-pack-orange);
  text-transform: lowercase;
  font-weight: normal;
  padding: 0.5rem 2rem;
}

.fp-white-fill-btn::first-letter {
  text-transform: uppercase;
}

.fp-white-fill-btn:is(:hover, :focus, :active) {
  background-color: var(--fast-pack-orange) !important;
  color: var(--fast-pack-white) !important;
}

.fp-white-button-block > a > button {
  background-color: var(--fast-pack-white);
  color: var(--fast-pack-orange);
  text-transform: lowercase;
  font-weight: normal;
  padding: 0.5rem 2rem;
}

.fp-white-button-block > a > button::first-letter {
  text-transform: capitalize !important;
}

.fp-white-button-block > a > button:is(:hover, :focus, :active) {
  background-color: var(--fast-pack-orange);
  color: var(--fast-pack-white);
  box-shadow: 0px 2px 5px 0px var(--fast-pack-box-shadow);
}


.fp-orange-button-block > a > button {
  background-color: var(--fast-pack-orange);
  color: var(--fast-pack-white);
  text-transform: lowercase;
  font-weight: normal;
  font-size: larger;
  padding: 0.5rem 2rem;
}

.fp-orange-button-block > a > button::first-letter {
  text-transform: capitalize !important;
}

.fp-orange-button-block > a > button:is(:hover, :focus, :active) {
  background-color: var(--fast-pack-white);
  color: var(--fast-pack-orange);
  box-shadow: 0px 2px 5px 0px var(--fast-pack-box-shadow);
}

.fp-white-font-block > div > h2,
.fp-white-font-block p,
.fp-white-font-block h1,
.fp-white-font-block h3 {
  color: var(--fast-pack-white) !important;
}

.fp-blue-font-block > div > h2 {
  color: var(--fast-pack-blue-1) !important;
}

.fp-shadow-light,
.fp-shadow-dark {
  box-shadow: 0px 2px 5px 0px var(--fast-pack-box-shadow);
}

.fp-blue-font {
  color: var(--fast-pack-blue-1) !important;
}

.fp-white-font {
  color: var(--fast-pack-white) !important;
}

.fp-orange-font {
  color: var(--fast-pack-orange) !important;
}

.fp-gray-font {
  color: var(--fast-pack-gray-font);
}

.fp-yellow-font {
  color: var(--fast-pack-yellow);
}

.fp-rounded-border {
  border-radius: 1em;
}

.fp-block-height {
  min-height: fit-content;
}

.title1 .title-inner1::after {
  background-color: transparent !important;
}

.title-inner1 {
  font-size: 2rem;
}

a {
  transition: 0.15s ease !important;
  -webkit-transition: 0.15s ease !important;
}

/* #endregion */

/* #region fast-pack header*/

.header-contact > ul > li,
.header-contact > ul > li > a {
  color: var(--fast-pack-gray-2);
}

.header-contact > ul > li > a:hover {
  color: var(--fast-pack-blue-1);
}

#main-menu > li > a {
  padding-bottom: 0;
  padding-right: 0;
  margin-bottom: 42px;
  margin-right: 16px;
  margin-left: 16px;
  color: var(--fast-pack-blue-1);
}

footer a {
  color: var(--fast-pack-blue-1);
}
footer a:hover {
  color: var(--fast-pack-gray-2);
}

#main-menu > li:is(:last-child) > a {
  margin-right: 0 !important;
}

#main-menu> li:hover > a {
  border-bottom: 4px solid transparent;
  border-image: linear-gradient(90deg, #dbe037, #3caa35);
  border-image-slice: 1;
  margin-bottom: -2px;
}

.fp-mobile-logo {
  max-width: 80px !important;
}

.fp-bg-padding {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

/* #endregion */

/* #region fast-pack footer*/

.footer-background {
  background-color: #dfdeec;
}

.footer-list-item:not(:last-child) {
  border-right: 1px solid var(--fast-pack-gray);
  margin-bottom: 0.5rem;
}

.contact-details,
.contact-details > li > a {
  color: var(--fast-pack-white);
}

.contact-details > li > a:hover {
  color: var(--fast-pack-orange);
}

/* #endregion */

/* #region fast-pack home*/

.qs-partner-news {
  background-color: var(--fast-pack-blue-1);
  border-radius: 25px;
  height: 375px;
}

.qs-partner-news p {
  color: white !important;
}


.services-page > ul > li > a {
  padding-left: 10px !important;
}

.price-calculator {
  z-index: 100;
}

.slider-content p {
  color: var(--fast-pack-blue-1);
  font-weight: bold;
  font-size: 1rem;
}

.fp-green-gradient-background {
  background: rgb(206,213,1);
  background: linear-gradient(120deg, rgba(206,213,1,1) 0%, rgba(58,169,52,1) 100%); 
}

.fp-green-card {
  -webkit-box-shadow: 7px 11px 22px -11px rgba(0,0,0,1);
  -moz-box-shadow: 7px 11px 22px -11px rgba(0,0,0,1);
  box-shadow: 7px 11px 22px -11px rgba(0,0,0,1);
}

.fp-green-card h2 {
  color: var(--fast-pack-white) !important;
}

.fp-green-card a {
  background-color: var(--fast-pack-white) !important;
  color: var(--fast-pack-orange);
  box-shadow: 0px 2px 5px 0px var(--fast-pack-box-shadow);
}

.fp-green-card a:is(:hover, :focus, :active) {
  box-shadow: 0px 2px 5px 0px var(--fast-pack-box-shadow);
}

.qs-text-box-with-image-n-buttons {
  transition: 0.2s ease;
}
.qs-text-box-with-image-n-buttons:hover {
  transform: translateY(-10px);
}

.fp-rounded-card {
  border-radius: 2.5em;
}

.fp-rounded {
  border-radius: 25px;
}

.contact-right > ul > li > h3,
.contact-right > ul > li > p,
.contact-right > ul > li a
{
  color: var(--fast-pack-white) !important;
}

.testimonials-img {
  max-width: 10em !important;
  max-height: 10em !important;
}

.slide-1.testimonial-slider.qs-product-slider {
  background-image: url('/files/uploads/fast-pack/home/velemenyek-bg.png'); 
  background-repeat: no-repeat; 
  background-size: 100%; 
  background-position: 50% 85%;
}

.about-us-testimonials {
  background-image: url('/files/uploads/fast-pack/rolunk/minta.png') !important; 
}

.slick-next::before {
  content: url('/files/uploads/fast-pack/home/right-arrow.svg') !important;
}

.slick-prev::before {
  content: url('/files/uploads/fast-pack/home/left-arrow.svg') !important;
}

.cookie-img {
  max-width: 10rem;
}

.price-calc-sum-wrapper {
  position: absolute;
  left: 110%;
  top: 70%;
}


.contact-row > div > input,
.contact-row > div > textarea,
.border-row > div > input,
.border-row > div > input {
  border-radius: 0.4em;
}

.accordion {
  --bs-accordion-bg: transparent;
}

.accordion-item {
  border-bottom: 1px solid var(--fast-pack-gray);
}

.accordion-button:not(.collapsed),
.accordion-button.collapsed {
  background-color: transparent !important;
  color: var(--fast-pack-blue-1);
  font-size: 1.5rem !important
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ed7254'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.slick-next.slick-arrow {
  top: 100% !important;
  right: 40% !important;;
}

.slick-prev.slick-arrow {
  top: 100% !important;;
  left: 40% !important;; 
}

.arrow-btn {
  background-color: var(--fast-pack-white);
  color: var(--fast-pack-orange);
}

.arrow-btn:hover {
  background-color: var(--fast-pack-orange);
  color: var(--fast-pack-white);
}

/* #endregion */

/* #region fast-pack prices*/

.fp-prices-padding {
  padding-top: 15em !important;
}

.fp-price-table {
  color: var(--fast-pack-white);
  --bs-table-accent-bg: rgba(255, 255, 255, 0.22);
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  color: var(--fast-pack-white);
}

.table-striped > thead > tr > th,
.table-striped > tbody > tr > td {
  padding: .8rem .8rem;
}

.table-striped > thead > tr {
  --bs-table-accent-bg: rgba(255, 255, 255, 0);
  background-color: var(--fast-pack-blue-1);
}

.table-striped > tbody:last-child > tr:last-child > td {
  border-bottom-width: 0;
}

.fp-thead-purple > div > table > thead > tr {
  background-color: #312783 !important;
}

.fp-thead-green > div > table > thead > tr {
  background-color: #3aaa35 !important;
}

.fp-thead-yellow > div > table > thead > tr {
  background-color: #95c11f !important;
}

.mobile-table-body > td {
  padding-bottom: 0.2rem !important;
  padding-top: 0.2rem !important;
  border-bottom-width: 0!important;
}

/* #endregion */

/* #region fast-pack login*/

.login-card > form > div > button {
  border-radius: 25px;
  box-shadow: 0px 2px 5px 0px var(--fast-pack-box-shadow);
  background-color: var(--fast-pack-orange);
  border-color: var(--fast-pack-orange);
  font-weight: normal;
}

.login-card > form > div > button:is(:hover, :focus, :active) {
  color: var(--fast-pack-orange);
  background-color: var(--fast-pack-white);
}

.login-card .input-group > input {
  border-radius: 0.4em;
}

.login-page .theme-card {
  background-color: transparent !important;
  box-shadow: none !important;
}

.login-page {
  color: var(--fast-pack-gray-font);
}

.login-minta-a {
  position: absolute;
  left: 0px;
  top: 20vh;
  width: 250px;
}

.login-minta-b {
  position: absolute;
  right: 0px;
  top: 50vh;
  width: 250px;
}

.login-line {
  width: 3rem;
  height: 0;
  border: 1px solid #C4C4C4;
  margin: 3px;
  display:inline-block;
}

.login-google-img,
.login-fb-img {
  max-width: 3rem;
}

/* #endregion */

/* #region fast-pack profile*/

.profile-page .accordion-body {
  background-color: transparent;
}

.profile-page form > div > button {
  background-color: var(--fast-pack-orange);
  border-color: var(--fast-pack-orange);
}

.profile-page form > div > button:is(:hover, :focus, :active) {
  border-color: var(--fast-pack-orange);
  background-color: var(--fast-pack-white);
  color: var(--fast-pack-orange);
}

th.sorting, th.sorting_desc, th.sorting_disabled {
  color: var(--fast-pack-white);
}

.billingTable > tbody > tr > td,
.shippingTable > tbody > tr > td,
.previousOrdersTable > tbody > tr > td{
  color: var(--fast-pack-gray-font) !important;
}
/* #endregion */

/* #region fast-pack error*/

.error-img {
  max-width: 50%;
}

/* #endregion */

/* #region fast-pack order*/

.active .fp-blue-btn {
  background-color: var(--fast-pack-blue-1);
  color: var(--fast-pack-white) !important;
  border-color: var(--fast-pack-white);
}

.fp-border-bottom {
  border-bottom: 1px solid var(--fast-pack-gray-font);
}

.sender-form .form-control::file-selector-button {
  background-color: var(--fast-pack-white);
  color: var(--fast-pack-orange);
}


/* #endregion */

.order-tracking-wrapper > p > span {
  font-weight: normal !important;
}


/* #region fast-pack font-sizes*/


.slider-content p {
  font-size: 1.3rem;
  color: var(--fast-pack-blue-1);
  font-weight: bold;
  line-height: normal;
}

#ytplayer {
  width: 100%;
  height: 350px;
}

.partner-news-greeting {
  font-size: 1.3rem;
  text-decoration: underline; 
  text-decoration-color: var(--fast-pack-orange); 
  text-decoration-thickness: 2px;
}

.qs-simple-text p,
.qs-featured-title p,
.services-slider .card-text,
.why-us-text p,
.testimonial-slider .media-body p,
.accordion-body {
  font-size: 1.2rem;
  line-height: normal;
}

.why-us-text .h3 {
  font-size: 2rem;
}

.testimonial-slider h5 {
  font-size: 1.5rem;
}

label,
.package_container div,
.btn {
  font-size: 1rem;
}

.alert.alert-danger p {
  color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important;
}

.simple-content h1, 
.simple-content h2, 
.simple-content h3, 
.simple-content h4, 
.simple-content h5, 
.simple-content h6, 
.simple-content p {
  color: #fff;
} 

.simple-content em {
  color: #eee;
}

.qs-faq-accordion-block h1, 
.qs-faq-accordion-block h2, 
.qs-faq-accordion-block h3, 
.qs-faq-accordion-block h4, 
.qs-faq-accordion-block h5, 
.qs-faq-accordion-block h6, 
.qs-faq-accordion-block p {
  color: #000;
}

/* #endregion */

/* #region Responsive code */
@media (max-width: 1440px) {

  #main-menu > li > a {
      font-size: 14px;
      margin-left: 10px;
      margin-right: 10px;
  }
}

@media (max-width: 1400px) { /* xxl - Extra Extra Large */
	.header-contact ul {
    margin-right: -60px;
  }
  .header-container {
    max-width: 95vw;
  }
}

@media (max-width: 1289px) {

  .mobile-contact-header {
    display: block !important;
  }


  .header-contact {
    display: none;
  }

  #main-menu> li > a {
    margin-bottom: 16px;
  }

  #main-menu> li:hover > a {
    margin-bottom: 12px;
  }

  .mobile-profile {
    display: block !important;
  }

  .fp-mobile-logo {
    display: block !important;
  }

  .mobile-button {
    display: block !important;
  }
}

@media (max-width: 1200px) { /* xl - Extra Large */
	.fp-white-logo {
    max-width: 60% !important;
    margin-bottom: 1rem !important;
  }

  .slide-1.testimonial-slider.qs-product-slider {
    background-image: none !important;
  }

  .cookie_notice_bar-wrapper > div {
    background-image: none !important;
    background: rgb(37,47,137) !important;
    background: linear-gradient(180deg, #004fb1 0%, #302782 100%) !important;
  }

  .price-calc-sum-wrapper {
    display: none !important;
  }

  .price-calc-sum-wrapper-mobile {
    display: block !important;
  }

  .order-numbers {
    display: block !important;
  }

  .order-titles {
    display: none !important;
  }

  .mobile-nav-btn {
    text-align: center !important;
    padding: 0.5rem 1rem !important;
    margin: 0.25rem !important;
  }

  .services-page > ul  {
    margin-top: -10px !important;
    padding-left: 1rem !important;
  }

}

@media (max-width: 992px) { /* lg - Large */
	#fb-root {
		display: none;
	}

  .qs-partner-news {
    height: max-content;
  }
	.submenu-transform {
		overflow-y: scroll;
	}

  .why-us-text {
    margin-top: 1rem;
  }

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

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

  .first-featured-title-mobile {
    margin-top: -5rem !important;
    margin-left: 0 !important;
    margin-bottom: 1rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
    text-align: center;
    }


  .featured-title-mobile {
    margin-left: 0 !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
    text-align: center;
  }

  .featured-title-mobile h1,
  .first-featured-title-mobile h1 {
    font-size: 40px !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .featured-title-mobile p,
  .first-featured-title-mobile p {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 1rem !important;
    font-size: 1.3rem;
  }

  .service-first-img {
    padding-top: 1rem !important;
    margin-top: 1rem !important;
  }

  .service-bg-img {
    display: none !important;
  }

  .service-txt {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .home-yt-block > .yt-video {
    order: 1;
  }

  .home-yt-block > .blogposts-slider {
    order: 2;
  }

  .service-mobile-order > .service-txt {
    order: 1;
  }

  .service-mobile-order > .service-img {
    order: 2;
  }

  .service-order-txt {
    text-align: center !important;
    padding: 0 1rem !important;
  }

  .fp-prices-padding {
    padding-top: 2rem !important;
  }

  .prices-title > div > h2 {
    font-size: 40px !important;
  }

  .prices-mobile-order > .prices-img {
    order: 1;
  }

  .prices-mobile-order > .prices-table {
    order: 2;
  }

  .apply-txt {
    margin-top: 1rem !important;
  }

  .apply-txt {
    padding-left: 1rem !important;
    margin-left: 0 !important;
    margin-bottom: 1rem;
  }

  .apply-txt > .qs-simple-text {
    padding: 0 !important;
    margin: 1rem !important;
    text-align: center;
  }

  .apply-mobile-order .apply-text-col .titles-box {
    order: 1;
  }

  .apply-mobile-order .apply-img {
    order: 2;
  }

  .apply-mobile-order .apply-text-col .apply-txt {
    order: 3;
  }

  .order-package-row,
  .order-payment-row {
    width: 100% !important;
  }


  .fp-bg-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }


  .sos-mobile-order .sos-txt {
    order: 1;
  }

  .sos-mobile-order .sos-img {
    order: 2;
  }

  .login-minta-a, .login-minta-b {
    display: none;
  }

  .prices-txt {
    font-size: 20px !important;
    line-height: inherit !important;
  }

  .map-column {
    height: 400px;
    margin-bottom: -200px;
  }

  /* .row.d-flex.align-items-center.partner-news:last-child {
    padding-bottom: 3rem;
    border-bottom: 3px solid var(--fast-pack-orange);
  } */

}



@media (max-width: 768px) { /* md - Medium */
	.logo-main img {
    max-height: 48px !important;
    position: absolute;
    top: 6px;
  }

  .home-contact ul {
    text-align: center !important;
  }

  .home-contact {
    margin: 0  !important;
  }

  #order_sum > div {
    margin: 0 !important;
  }

  .order-buttons-row {
    text-align: center;
  }

  .order-buttons-row button {
    width: 100% !important;
  }

  .cookie-img-container {
    text-align: left !important;
    padding-left: 0 !important;
  }

  .cookie_notice_bar-wrapper > div {
    padding: 1rem 1rem !important;
  }

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

}

@media (max-width: 600px) { /* sm - Small */ 
  .accordion-block {
    margin: 0 !important;
    padding: 0 !important;
  }

  .offer-request {
    margin: 0 !important;
  }

  .price-calculator {
    padding: 1rem !important;
  }

  #ytplayer {
    min-height: auto !important;
  }

  #orderAszfCheckbox {
    width: 1rem;
  }

  .price-alert-txt {
    text-align: center !important;
  }

  .price-alert-txt > .qs-simple-text > p > span {
    margin-left: 0.3rem !important;
  }

}

@media (max-width: 576px) { /* Extra small */
	.brand-logo > a > img {
    max-width: 120px !important;
    float: left;
    top: 6px;
  }

  .brand-logo {
    left: 10% !important;
    min-width: 70px !important;
  }

  main .btn {
    width: 80%;
  }

  .arrow-btn {
    width: auto !important;
  }

  .fp-price-table {
    width: 100% !important;
  }

  .login-card {
    padding: 0 !important;
  }

  #orderAszfCheckbox {
    width: 2rem;
  }


  .table-desktop {
    display: none;
  }

  .table-mobile {
    display: block !important;
  }

  .table-mobile > thead > tr > th {
    padding: 1rem 9rem !important;
  }

}

@media (max-width: 400px) {
  .login-line {
    width: 2rem;
  }
}




/* #endregion */