*:before, *:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  min-height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background-color: #7f828b;
}

.container-fluid {
  padding-bottom: 6rem;
}

.footer {
  position: absolute;
  right: 0;
  bottom: -3rem;
  left: 0;
  background-color: rgb(52, 58, 64);
  text-align: center;
}

.first-text {
  left: 0;
  opacity: 1;
  animation-name: left-to-right;
  animation-duration: 2s;
  color: white;
}

.second-text {
  left: 0;
  opacity: 1;
  animation-name: right-to-left;
  animation-duration: 2s;
  color: white;
}

@keyframes left-to-right {
  0% {
  transform: scale(1.0) translateX(-20%);
  opacity: 0;
  }
  30% {
  opacity: 0.5;
  }
  100% {
  opacity: 1;
  }
}

@keyframes right-to-left {
  0% {
  transform: scale(1.0) translateX(20%);
  opacity: 0;
  }
  30% {
  opacity: 0.5;
  }
  100% {
  opacity: 1;
  }
}

html {
  height: 100%;
  font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.shadowBackground {
  background-color: #343a40;
  color: white;
  box-shadow: 0 13px 45px 0 rgba(0,0,0,1);
}

body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
  position: absolute;
  right: 40%;
  bottom: 0;
  top: 0;
  left: 5%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.parent {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
}

.child {
  height: 100%;
  width: 100%;
  -webkit-transition: all 2.9s;
  -moz-transition: all 2.9s;
  -o-transition: all 2.9s;
  transition: all 2.9s;
}

.parent:hover .child, .parent:focus .child {
  /*-ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);*/
}

@media (min-device-width: 200px) and (max-device-width: 899px) {
  .sliderTextSettings h5 {
    font-size: 25px;
    white-space: nowrap;
    }
  .sliderTextSettings p {
    font-size: 13px;
    }
  p, span {
    font-size: 13px;
    }
  .paddingImages {
    padding: 10px 10px 0 10px;
    }
  .card-img-top {
    padding-top: 15px;
    }
}

@media (min-device-width: 200px) and (max-device-width: 899px) and (orientation: portrait) {
  body:before {
    background: url('/Phones.jpg') no-repeat center center;
  }
  .sliderTextSettings h5 {
    font-size: 25px;
    white-space: nowrap;
  }
  .sliderTextSettings p {
    font-size: 13px;
  }
  .showOnDesktopOnly {
    display: none;
  }
  .showOnMobileOnly {
    display: block;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15px;
  }
  body {
    font-size: 12px;
  }
  body:before {
    background: url('/Phones.jpg') no-repeat center center;
    font-size: 12px;
  }
  .padding[class*="col-"] {
    padding-left: 4px;
    padding-right: 4px;
  }
  .padding-five {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  #selectboxpadding {
    padding-left: 5px;
    padding-right: 5px;
  }
  select {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #ccc;
    margin-right: 10px;
    box-sizing: border-box;
  }
  body:before {
    background: url('/Phones.jpg') no-repeat center center;
    font-size: 12px;
  }
  .padding[class*="col-"] {
    padding-left: 4px;
    padding-right: 4px;
  }
  .padding-five {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  #selectboxpadding {
    padding-left: 5px;
    padding-right: 5px;
  }
  select {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #ccc;
    margin-right: 10px;
    box-sizing: border-box;
  }
}

@media (min-device-width: 200px) and (max-device-width: 899px) and (orientation: landscape) {
  body:before {
    background: url('/PhonesL.jpg') no-repeat center center;
    }
}

@media (min-device-width: 700px) and (max-device-width: 1024px) {
  .sliderTextSettings h5 {
    font-size: 45px;
    white-space: nowrap;
    }
  .sliderTextSettings p {
    font-size: 30px;
    }
  p {
    font-size: 15px;
    }
  .paddingImages {
    padding: 10px 10px 0 10px;
    }
  .card-img-top {
    padding-top: 15px;
    }
}

@media (min-device-width: 700px) and (max-device-width: 1024px) and (orientation: portrait) {
  body:before {
    background: url('/TabletsP.jpg') no-repeat center center;
    background-size: cover;
    }
}

@media (min-device-width: 780px) and (max-device-width: 1024px) and (orientation: landscape) {
  body:before {
    background: url('/TabletsL.jpg') no-repeat center center;
    background-size: cover;
    }
}

@media (min-device-width: 1025px) {
  body {
    background-image: url('/Monitors.jpg') !important;
    background-size: cover;
    background-attachment: fixed;
    }
  .sliderImgSettings {
    height: calc(100vh - 68px);
    object-fit: cover;
    }
  .sliderTextSettings h5 {
    font-size: 90px;
    }
  .sliderTextSettings p {
    font-size: 45px;
    }
  .carousel-caption {
    bottom: 45vh;
    }
  .paddingImages {
    padding: 10px 10px 0 10px;
    }
  .card-img-top {
    padding-top: 25px;
    }
  h5 {
    white-space: nowrap;
    }
  small .expandOnHover {
    -webkit-transition: all 2s;
    transition: all .3s ease-in-out;
    width: 70%;
    }
  small .expandOnHover:hover {
    width: 90%;
    }
}

.quantityField input {
  width: 58px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ccc;
  margin-right: 10px;
  box-sizing: border-box;
}

.cartTable {
  width: 11.11%;
  border: 1px solid #929292;
  text-align: center;
}

@media (min-device-width: 200px) and (max-device-width: 899px) and (orientation: landscape) {
  body:before {
    background: url('/PhonesL.jpg') no-repeat center center;
    }
  .sliderTextSettings h5 {
    font-size: 25px;
    white-space: nowrap;
    }
  .sliderTextSettings p {
    font-size: 13px;
    }
  .showOnDesktopOnly {
    display: none;
    }
  .showOnMobileOnly {
    display: block;
    }
}

@media (min-device-width: 700px) and (max-device-width: 1024px) and (orientation: portrait) {
  .cartTable img {
    width: 8vw;
    }
  .cartTable {
    font-size: x-small;
    }
  .cartTable button {
    font-size: x-small
    }
  body:before {
    background: url('/TabletsP.jpg') no-repeat center center;
    background-size: cover;
    }
  .sliderTextSettings h5 {
    font-size: 45px;
    white-space: nowrap;
    }
  .sliderTextSettings p {
    font-size: 30px;
    }
  .showOnDesktopOnly {
    display: block;
    }
  .showOnMobileOnly {
    display: none;
    }
}

@media (min-device-width: 700px) and (max-device-width: 1024px) and (orientation: landscape) {
  body:before {
    background: url('/TabletsL.jpg') no-repeat center center;
    background-size: cover;
    }
  .sliderTextSettings h5 {
    font-size: 45px;
    white-space: nowrap;
    }
  .sliderTextSettings p {
    font-size: 30px;
    }
  .showOnDesktopOnly {
    display: block;
    }
  .showOnMobileOnly {
    display: none;
    }
}

@media (min-device-width: 1025px) {
  body {
    background-image: url('/Monitors.jpg') !important;
    background-size: cover;
    background-attachment: fixed;
    }
  .table_card {
    padding: 5px;
    border-right: 1px solid #e7e7e7;
    }
  .table_rows {
    margin: 0;
    }
  .sliderTextSettings h5 {
    font-size: 90px;
    }
  .sliderTextSettings p {
    font-size: 45px;
    }
  h5 {
    white-space: nowrap;
    }
  .cart_columns {
    padding: 20px 15px;
    text-align: center;
    }
  .showOnDesktopOnly {
    display: block;
    }
  .showOnMobileOnly {
    display: none;
    }
}

.borderSumme {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 1%, rgba(0, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(to left, rgba(0, 0, 0, 0) 1%, rgb(195, 195, 195) 50%, rgba(0, 0, 0, 0) 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  padding-top: 5px;
}

.border-small {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 1%, rgba(0, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(to left, rgba(0, 0, 0, 0) 1%, rgb(195, 195, 195) 50%, rgba(0, 0, 0, 0) 100%);
  background-size: 100% 1px;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
}

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

.container-fluid {
  padding-bottom: 60px;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.5rem;
  border-bottom: 1px solid #343a40;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

@media (min-device-width: 700px) and (max-device-width: 1024px) and (orientation: portrait) {
  body:before {
    background: url('/TabletsP.jpg') no-repeat center center;
    background-size: cover;
    }
}

@media (min-device-width: 700px) and (max-device-width: 1024px) and (orientation: landscape) {
  body:before {
    background: url('/TabletsL.jpg') no-repeat center center;
    background-size: cover;
    }
}

@media (min-device-width: 1025px) {
  body {
    background-image: url('/Monitors.jpg') !important;
    background-size: cover;
    background-attachment: fixed;
    }
}

.form-choice-selector-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 6.23529rem;
  padding: .70588rem .88235rem;
  text-align: center;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  border-spacing: 0;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(255,255,255,.8);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-device-width: 200px) and (max-device-width: 899px) and (orientation: landscape) {
  body:before {
    background: url('/PhonesL.jpg') no-repeat center center;
    }
}

@media (min-device-width: 700px) and (max-device-width: 1024px) and (orientation: portrait) {
  body:before {
    background: url('/TabletsP.jpg') no-repeat center center;
    }
}

@media (min-device-width: 700px) and (max-device-width: 1024px) and (orientation: landscape) {
  body:before {
    background: url('/TabletsL.jpg') no-repeat center center;
    }
}

.btn-success {
  background-color: #28a74535;
}

.btn-success:disabled {
  background-color: #28a74535;
}

.btn-primary {
  background-color: #007bff35;
}

.ttest:not(:hover) .grey {
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: normal;
}
/*.ttest:hover a .grey {
  color: rgba(255, 255, 255, 0.75);
}*/

.ttest:not(:hover) svg path {
  fill: rgba(255, 255, 255, 0.5) !important;
  font-weight: normal;
}

.ttest:not(:hover) .navbar-dark .navbar-nav .grey .nav-link {
  color: rgba(255, 255, 255, 0.5) !important;
}
.ttest:hover {

}
.navbar-dark .navbar-nav .nav-link a {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.nuxt-link-active:hover{
  color: white !important;
  text-decoration: none;
}
.dropdown-item:not(:hover) {
  color: #fff;
  background-color: #3b3b3b;
}
.dropdown-item a {
  color: #fff;
}
/*.ttest:hover .happy-bounce{
  animation:bouncy 5s infinite linear;
  position:relative;
}
@keyframes bouncy {
  0% {top:0}
  40% {top:0}
  43%{top:-0.9em}
  46%{top:0}
  48%{top:-0.4em}
  50%{top:0}
  100%{top:0}
}*/

.hop:hover svg {
  transform: translateY(3px);
}

.rotate:hover svg {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  transition: all 0.3s ease-in-out 0s;
}

svg path {
  fill: #fff;
}

.angryItemCounter {
  -webkit-animation: jump 20s ease 0s infinite normal;
  animation: jump 20s ease 0s infinite normal;
}

@-webkit-keyframes jump {
  0% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  1% {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  }
  2% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  3% {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  }
  4% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
}

@keyframes jump {
  2% {
  transform: translateY(0);
  }
  3% {
  transform: translateY(-15px);
  }
  4% {
  transform: translateY(0);
  }
  5% {
  transform: translateY(-7px);
  }
  6% {
  transform: translateY(0);
  }
}

.dropdown-menu {
  color: #fff;
  background-color: #3b3b3b;
}

.dropdown-item {
  color: #fff;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  background-color: #292929;
}

/*.dropdown-item:not(:focus) {
  color: #fff;
  background-color: #3b3b3b;
}*/

.btn-secondary {
  color: #fff;
  background-color: #6c757d00;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a626800;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 rgba(131, 192, 253, .5);
}

.dz-size, .dz-filename {
  display: none;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0;
}

.dropzone-custom-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.dropzone-custom-title {
  margin-top: 0;
  color: #00b782;
}

.subtitle {
  color: #314b5f;
}

.tooltip {
  display: block !important;
  z-index: 10000;
}

.tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 5px;
  padding: 5px 10px 4px;
}

.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
}

.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  transition: opacity .15s, visibility .15s;
}

.tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  transition: opacity .15s;
}

.vue-dropzone {
  border: 2px solid #626364;
  font-family: 'Arial', sans-serif;
  border-radius: 20px;
  letter-spacing: 0.2px;
  color: #fff;
  background: #40464d;
  transition: background-color 0.2s linear;
  display: flex !important;
  flex-direction: column;
}

.vue-dropzone:hover {
  background-color: #353a40;
}

.dropzone .dz-message {
  text-align: center;
  margin: auto;
}

.dropzone .dz-preview.dz-image-preview {
  background: #41464d;
  display: flex;
}

.vue-dropzone .dz-preview .dz-remove {
  left: 35px;
  right: 35px;
  top: 35%;
  bottom: 35%;
  justify-content: center;
  display: flex;
  align-items: center;
}

.dropzone .dz-preview .dz-image img {
  margin: auto;
}

.vue-dropzone .dz-preview .dz-image {
  margin: auto;
}

.pauseSlideshow {
  position: absolute;
  z-index: 9999;
  left: 4.9%;
  font-weight: 500;
  bottom: 0.3%;
  color: #878787;
}
a {
  color: #55a7ff;
}
nav {
  margin: 0 !important;
}
/*Full height*/
.fh {
  min-height: 100vh;
  position: relative;
  justify-content: center;
}
.c-content {
  justify-content:center;
  align-items: center;
  padding: 61px 0;
  width: 100%;
  margin: 0;
}
.fixedNav {
  top: 0;
  height: 61px;
  position: relative;
  width:100%
}
.fixedFooter {
  bottom: 0;
  height: 61px;
  position: absolute;
  width:100%
}
.footer-text {
  margin: 0;
  color: #fff;
  font-size:0.7rem;
  text-align: left;
  background-color: #343a3f;
  padding-bottom: 10px;
}
.card-shadow {
  background-color: #343a40;
  color: white;
  box-shadow: 0 13px 45px 0 rgba(0,0,0,1)
}
.jc-c {
  justify-content: center;
}
.navbar {
  z-index: 10000;
}
