@charset "utf-8";
@font-face {
  font-family: 'HelveticaNeueLTPro-Roman';
  src: url('/fonts/HelveticaNeueLTPro-Roman.woff') format('woff'),
       url('/fonts/HelveticaNeueLTPro-Roman.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTPro-Md';
  src: url('/fonts/HelveticaNeueLTCom-Md.woff') format('woff'),
       url('/fonts/HelveticaNeueLTCom-Md.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTPro-Lt';
  src: url('/fonts/HelveticaNeueLTPro-Lt.ttf') format('truetype'),
       url('/fonts/HelveticaNeueLTPro-Lt.woff') format('woff'),
       url('/fonts/HelveticaNeueLTPro-Lt.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTPro-Bd';
  src: url('/fonts/HelveticaNeueLTPro-Bd.woff') format('woff'),
       url('/fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  transition: all 0.2s ease-in-out !important;
}
:root, * {
  box-sizing: border-box;
}
body {
  background-color: #fff!important;
}
h1, h2, h3, h4, p {
  margin: 0;
}
a {
  text-decoration: none!important;
}
.c-flexy {
  display: flex;
}
.header-wrapper {
  position: relative;
  z-index: 1000;
}
.header {
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.2); 
  box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.2);
  height: 80px;
  padding: 0 30px;
  align-items: center;
  justify-content: space-between;
}
.header-left {
  display: flex;
  align-items: center;
}
.shop-identity-blck a {
  display: flex;
  align-items: center;
}
.shop-logo {
  /*width: 50px;*/
  height: 50px;
    margin-right: 15px;
    /*border-radius: 50%;*/
    overflow: hidden;
    display: flex!important;
    align-items:center;
}
.shop-logo img {
  width: 100%;

}
.back-btn {
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  padding: 0;
  background-color: transparent;
  background-image: url(../images/arrow-back.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  outline: none;
  margin-right: 20px;
 
}
.ham-btn {
  display: block;
  width: 29px;
  height: 20px;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
  padding-right: 0;
  margin-right: 20px;
  outline: none;
}
.shop-name {
  font-family: "Roboto";
  font-weight:400;
  font-size: 20px;
}
.basket-blck span {
  font-family: "Roboto";
  font-weight:400;
  font-size: 20px;
  color: #2686C6;
}
.hero-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 57.7223%;
  position: relative;
}
.hero-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 10;
}

.hero-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    z-index: 11;
}
.hero-txt {
  position: absolute;
  width: 100%;
    height: 100%;
    z-index: 12;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-txt h1 {
  font-family: "Roboto";font-weight:700;
  font-size: 6.25vw;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.hero-txt h3 {
  font-family: "Roboto";font-weight:400;
  font-size: 3.6vw;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
/*.stiky {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}*/
.products-categories {
  width: 100%;
  border-bottom: 1px solid #b9bbbd;
  padding: 0;
  position: relative;
}
.underline {
   border-bottom: 1px solid #b9bbbd;
}
.cat-list {
  width: 1200px;
  margin: auto;
  display: flex;
  list-style: none;
  padding: 0;
  padding-left: 350px;
}
.cat-list li {
  padding: 25px 0;
  border-bottom: 4px solid transparent;
  font-family: "Roboto";
  font-weight:500;
  font-size: 20px;
  color: #616262;
  margin-right: 35px;
}
.cat-list li.active {
  border-bottom: 4px solid #000;
  color: #000;
}
.top-options {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
.top-options span {
  display: inline-block;
  font-family: "Roboto";font-weight:400;
  font-size: 20px;
  color: #2686C6;
    padding: 30px 0;
}

.products-listing {
  display: flex;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.products-listing li {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.product-img-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.products-display {
  width: 1200px;
  margin: auto;
  display: flex;
}
.p-discount {
  position: absolute;
  top: 1.6vw;
  left: 1.6vw;
  display: inline-block;
  background-color: #e53325;
  border-radius: 3px;
  padding: 1px 3px;
}
.p-discount span {
  font-family: 'Roboto';
  font-size: 2.5vw;
  color: #fff;
  display: block;
}
.product-desc-box {
  margin-top: 10px;
}
.product-desc-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}
.product-row-select {
  padding: 20px 0;
    border-bottom: 1px solid #b9bbbd;
   width: 100%;
  display: flex;
  margin-bottom: 2px;
}
.p-name {
  margin-bottom: 0px;
}
.p-name p {
  font-family: "Roboto";font-weight:500;
  font-size: 16px;
  color: #000;
  line-height: 1.3em;
  margin-top: -0.2em;
}
.product-action {
  margin-left: 14px;
}
.bookmark {
  width: 10px;
}
.bookmark img {
  width: 100%;
  display: block;
}

.p-price {
  font-family: "Roboto";font-weight:400;
  font-size: 16px;
  color: #808184;
}
span.old-price span {
    color: #c0c2c4;
}
span.old-price {
    color: #e53325;
    text-decoration: line-through;
    margin-right: 5px;
}
.the-dis {
  color: #000;
}
.hero-txt-holder {
  position: relative;
}
.hero-actions {
  position: absolute;
  bottom: -10vw;;
  left: 0;
  width: 100%;
  text-align: center;
}
.see-collection {
  padding: 1.5625vw 2.34375vw;
  font-family: "Roboto";font-weight:400;
  font-size: 3.6vw;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 4px;
}
main {
  border-bottom: 1px solid #b9bbbd;
  padding-bottom: 12vw;
}
.footer-wrapper {
  padding: 20px 0 40px;
}
footer {
  width: 1200px;
  margin: auto;

}

.footer-inside footer{
  width: 850px;
}
.aligning span {
  display: inline-block;
    height: 15px;
    vertical-align: middle;
}

.logo-zero {
  margin: 0 10px;
  height: 11px;
  display: inline-block;
    vertical-align: middle;
}
footer p {
   font-family: "Roboto";font-weight:400;
  font-size: 12px;
  color: #000;
}
footer span {
   font-family: "Roboto";font-weight:400;
  font-size: 12px;
  color: #000;
}
.gray-color {
  color: #808184;
}
.blue-color {
  color: #2686c6;
}
.footer-row {
  margin-bottom: 10px;
}
.p-images-carousel {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.p-images-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.p-images-carousel .owl-dot {
  margin: 0 3px;
}
.p-images-carousel .owl-dot span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #D8D4D4;
  border: 1px solid #fff;
}
.p-images-carousel .owl-dot.active span {
  background-color: rgba(0,0,0,0.5);
}
.p-img-item {
  width: 100%;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #eee;
}
.p-img-item img {
  width: 100%;
}

.product-open .product-desc-row  {
  padding: 20px 0;
  border-bottom: 1px solid #b9bbbd;
}
.product-open .product-desc-row {
  margin-bottom: 0;
}
.product-open .p-name {
  margin-bottom: 5px;
}
.p-desc-title {
  margin-bottom: 5px;
}
.p-desc-title p {
  font-family: "Roboto";font-weight:500;
    font-size: 16px;
    color: #000;
    line-height: 1.3em;
}
.p-desc-select {
  display: flex;
  align-items: center;
}
.p-desc-select span {
  font-family: "Roboto";
  font-weight:500;
    font-size: 16px;
    color: #000;
    line-height: 1.3em;
}
.p-desc {
      font-family: "Roboto";font-weight:400;
    font-size: 16px;
    color: #808184;
    line-height: 1.3em;
}
.btn-wrap {
 padding: 20px;
}
.new-wrapper .btn-wrap {
 padding: 20px 0;
}
.btn-wrap button {
    width: 100%;
  display: block;
   font-family: "Roboto";font-weight:500;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 15px 0;
    outline: none;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.btn-wrap button.add-to-basket {

   background-color: #2686c6;
}
.p-image {
  width: 100%;
}
.p-image img {
  width: 100%;
}
.p-about {
  flex-grow: 1;
}
.p-about-select {
  margin-right: 40px;

}
.p-about-select select {
  margin-left: 10px;
   appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow-drop-q.svg) no-repeat right center;
    background-size: auto 30px;
    height: 30px;
    margin-bottom: 3px;
    padding-left: 5px;
    padding-right: 40px;
    color: #000;
    border: solid 1px #000;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto';
    font-size: 16px;
}
.p-img-item {
        position: relative;
    }
    .p-discount {
    position: absolute;
    top: 20px;
    left: 12px;
    display: inline-block;
    background-color: #e53325;
    border-radius: 3px;
    padding: 1px 3px;
}
.p-discount span {
    font-family: 'Roboto';
    font-size: 12px;
    color: #fff;
    display: block;
}
.pershkrim {
  padding: 20px 0;
  border-bottom: 1px solid lightgray;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.3em;
}
.number {
  width: 5.5vw;
  flex-shrink: 0;
}
.number span {
  display: block;
  font-family: "Roboto";font-weight:500;
    font-size: 3.6vw;
    color: #2686c6;
    line-height: 1.3em;
    margin-top: -0.2em;
}

.black-band {
  width: 100%;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  color: #fff;
  margin-bottom: 20px;
}
.black-band span {
   font-family: "Roboto";font-weight:500;
    font-size: 17px;
    color: #fff;
}
.black-band p {
   font-family: "Roboto";font-weight:500;
    font-size: 17px;
    color: #fff;
}
.close {
  width: 22px;
  float: none!important;
  display: flex!important;
}
.close img {
  width: 100%;
}
.p-attributes {
  margin-top: 5px;
}
.p-attributes p {
  font-family: "Roboto";font-weight:400;
    font-size: 3.6vw;
    color: #2686c6;
    line-height: 1.3em;
}
.btn-wrap button.whatsapp-btn {
   background-color: #52ba63;
   background-image: url(../images/phone-icon.svg);
   background-position: 30px center;
   background-repeat: no-repeat;
   background-size: 28px;
}
.btn-wrap button.close-order {
  background-color: #2686c6;
  color: white;
  border: 1px solid #a7a9ac;
}
.disabled{
  background-color: #e6e7e8 !important;
  color: #bcbec0 !important;
  border: 1px solid #a7a9ac !important;
}
.info-block {
  margin-top: 30px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  font-family: "Roboto";
  font-weight:400;
    font-size: 16px;
    color: #000;
    line-height: 1.3em;
}
.form-block {
  padding: 0;
}
.form-block p {
  font-family: "Roboto";font-weight:400;
    font-size: 22px;
    color: #000;
    line-height: 1.3em;
    margin-bottom: 20px;
}
.group-form {
  width: 100%;
  margin-bottom: 10px;
}
.group-form input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #c6c7c9;
  padding: 15px 20px;
  font-family: "Roboto";font-weight:400;
    font-size: 18px;
    color: #000;
}
.group-form textarea {
  width: 100%;
  border: 1px solid #c6c7c9;
  resize: none;
  border-radius: 4px;
  height: 100px;
  padding: 15px 20px;
  font-family: "Roboto";font-weight:400;
  font-size: 18px;
  color: #000;
}
.group-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808184;
  font-family: "Roboto";font-weight:400;
    font-size: 18px;
}
.group-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808184;
  font-family: "Roboto";font-weight:400;
    font-size: 18px;
}
.group-form input::-moz-placeholder { /* Firefox 19+ */
  color: #808184;
  font-family: "Roboto";font-weight:400;
    font-size: 18px;
}
.group-form input:-ms-input-placeholder { /* IE 10+ */
  color: #808184;
  font-family: "Roboto";font-weight:400;
    font-size: 18px;
}
.group-form input:-moz-placeholder { /* Firefox 18- */
  color: #808184;
  font-family: "Roboto";font-weight:400;
    font-size: 18px;
}
.send-info {
  background-color: #2686c6;
}
.checkbox-block label {
  color: #000;
  font-family: "Roboto";font-weight:400;
    font-size: 18px;
}
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    
}
.checkcontainer input:checked ~ .radiobtn {
    background-color: white;
}
.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 3.7vw;
    width: 3.7vw;
    border: 1px solid #c6c7c9;
    border-radius: 50%;
}
.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
    top: 0.65vw;
    left: 0.65vw;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    background: #000;
}
.checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}
.options-menu .the-menu {
  position: static;
  width: auto;
  height: auto;
  background-color: transparent;
  margin: 0;
}
.options-menu .order-menu {
  right: 0;
  transform: translateX(100%);
  transition-timing-function: ease;
  transition-duration: 0.1s;
}
.filter-menu.open-menu {
  transform: translateX(0);
}
.order-menu.open-menu {
  transform: translateX(0);
}
.menu-header {
  padding: 0 0 15px;
  color: #2686C6;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 20px;
}
.menu-header>span {
  display: inline-block;
  vertical-align: middle;
}
.back-btn-options {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  background-image: url(../images/blue-arrow-menu.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  outline: none;
  display: none;
}

.options-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.options-menu ul li {
  padding: 20px 0;
  padding-left: 0;
  border-bottom: 1px solid #b9bbbd;
  color: #686868;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 20px;
}
.options-menu ul ul li {
  border-bottom: 1px solid transparent;
}
.filter-tab-zgjedhur {
  color: #666;
  font-family: "Roboto";
  font-size: 11px;
  display:block;
}



.options-menu ul li::first-letter {
  /*text-transform: uppercase;*/
}

.noscroll {
  overflow-y: hidden;
}
.p-image {
  position: relative;
}
.p-nr {
  position: absolute;
  width: 5.625vw;
  height: 5.625vw;
  border-radius: 50%;
  background-color: #2686C6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-nr span {
  color: #fff;
  font-weight: 400;
  font-family: "Roboto";
  font-size: 3.6vw;
}

summary{
  padding: 1em;
}

.whatsapp {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2;
}

.whatsappIcon {
    width: 50px;
    transition: all 0.2s ease-in-out;
    filter: drop-shadow(2px 2px 2px darkgray) saturate(200%);
}

.whatsappIcon:hover {
    width: 58px;
    filter: drop-shadow(5px 5px 5px darkgray) saturate(200%);
}

.bosh{
  text-align: center;
  width: 100%;
  padding: 26vh 0px 26vh 0px;
}

.bosh h2{
  font-size: 20px;
  color: darkgray;
}

.bosh h5{
  font-size: 12px;
  color: gray;
}
.menu-option-head {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
    color: #737577;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 20px;
    border-top: 1px solid #b9bbbd;
    border-bottom: 1px solid #b9bbbd;
   
}

.options-menu {
  position: relative;
  width: 350px;
  padding-right: 50px;
  flex-shrink: 0;
}
.btn-wrapper {
  background-color: #fff;
  padding: 20px;
}
.show-all {
  width: 100%;
    display: block;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 3.6vw;
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 15px 0;
    outline: none;
    margin-bottom: 3.6vw;
    text-transform: uppercase;
    background-color: #000;
    display: none;
}


@media all and (min-width:599px) {
  .filter-content {
    display: block!important;
  }

}



.scrolling {
  height: auto;
}
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clear {
  color: #686868!important;
}
.menu-header .lefty  {
  display: flex;
  align-items: center;
}
.hidden{
  display: none;
}
.cash-container {
    display: block;
    font-family: HelveticaNeueLTPro-Blk;
    position: relative;
    padding: 0px 0px 10px 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 13px;
    user-select: none;
    transition: all 0.2s ease-in-out;
}
.cash-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    transition: all 0.2s ease-in-out;
}
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 2px solid darkgray;
    transition: all 0.2s ease-in-out;
}
.cash-container:hover input~.checkmark {
    background-color: #ccc;
    transition: all 0.2s ease-in-out;
}
.cash-container input:checked~.checkmark {
    background-color: white;
    transition: all 0.2s ease-in-out;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    transition: all 0.2s ease-in-out;
}
.cash-container input:checked~.checkmark:after {
    display: block;
    transition: all 0.2s ease-in-out;
}
.cash-container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: black;
    transition: all 0.2s ease-in-out;
}
.success{
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: '';
  height: 100px;
  position: absolute;
  background: #FFFFFF;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  outline:0!important;
}
.radius-full {
    border-radius: 300px;
}
.pribg-color {
    background-color: #0047FF;
}
.text-white {
    color: #fff!important;
}
.font-weight-bold {
    font-weight: 700!important;
}
.text-uppercase {
    text-transform: uppercase!important;
}

.rendit {
border: none;
text-align-last: right;

font-family: 'Roboto';
font-weight: 400;
font-size: 20px;
color: #2686C6;
background:#fff!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
}  

.rendit:focus {
  outline:none;
  background:#fff!important;
}
.similar-header {
    padding: 20px 0;
}
.similar-header p {
  font-family: "Roboto";
    font-weight: 500;
    font-size: 18px;
    color: #2686C6;
    line-height: 1.3em;
}
.basket-p-quant {
    display: flex;
    align-items: center;
}

.p-about .basket-p-quant p {
   width: auto;
}
.basket-p-quant select {
  margin-left: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow-drop-q.svg) no-repeat right center;
    background-size: auto 30px;
    height: 30px;
    margin-bottom: 3px;
    padding-left: 5px;
    padding-right: 30px;
    color: #000;
    border: solid 1px #000;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto';
    font-size: 22px;
}
.p-about .basket-p-quant select {
  margin-left: 0px;
}
.basket-p-quant select.sasia {
  background-color: #f2f2f3;
}
.p-about .basket-p-quant {
  margin-top: 5px;
}
.exit-collection {
  position: absolute;
  bottom: 4.69vw;
  right: 4.69vw;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  padding: 2px 10px;
}
.exit-collection span {
  font-family: 'Roboto';
    font-size: 3.6vw;
    font-weight: 400;
    color: #000;
}
@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

#autoComplete{
  margin: 40px 0px;
}

.autoComplete-p{
  font-size: 15px;
  display: inline-block;
}

.autoComplete-klient{
  font-size: 15px;
  display: inline-block;
}

.change{
  font-size:10px;
  border-radius:3px;
  padding: 3px 6px 3px 6px; 
  color: white; 
  background: #2686c6; 
  display: inline-block;
  margin-left: 5px;
  opacity: .7;
}
#filtering {
  color: #000;
  font-weight: 500;
  background-color: transparent;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 5vw center;
  background-size: 2.5vw auto;
  padding-left: 10vw;
  display: none;
}
[data-emri="Outlet"] {
  color: #ee2524;
}
.p-listing-basket {
  padding: 0;
  margin: 0;
  list-style: 0;
  margin-top: 0;
}
.p-listing-basket li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #b9bbbd;
}
.p-listing-basket li:last-of-type {
  border-bottom: none;
}
.p-listing-basket .product-card {
  display: flex;
  position: relative;
}
.p-listing-basket .product-action {
  position: absolute;
    right: 0;
    bottom: 0;
}
.p-listing-basket .p-img-box {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 20px;
  flex-shrink: 0;
}
.p-listing-basket .p-img-box img {
  width: 100%;
  border-radius: 3px;
}
.p-listing-basket .p-desc-box {
  flex-grow: 1;
}
.p-listing-basket .p-desc {
  display: flex;
}
.p-listing-basket .p-desc {
  display: flex;
  justify-content: space-between;
}
.p-listing-basket .p-attributes {
  margin: 0;
}

.p-confirm-row {
  display: flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}
.change-name {
  font-family: "Roboto";
    font-weight: 400;
    font-size: 18px;
    color: #2686c6;
    padding: 10px 15px;
    border: 1px solid #2686c6;
    border-radius: 4px;
}

.p-confirm-row p {
  font-family: "Roboto";
    font-weight: 500;
    font-size: 18px;
    color: #000;
    line-height: 1.3em;
}

.p-confirm-row span {
  color: #2686c6;
}

.fshih {
  display:none;
}
#ordering {
  position: relative;
}
#ordering .helper {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    color: #2686C6;
    pointer-events: none;
    background-color: #fff;
}
.cat-list{overflow-x:scroll}
.cat-list a {flex-shrink:0}
.cat-list::-webkit-scrollbar {
  display: none;
}
.p-listing-basket {
  list-style: none;
}
.header-right {
  display: flex;
  height: 100%;
  align-items: center;
}
.vertical-divider {
  border-left: 1px solid #b9bbbd;
  height: 100%;
  margin: 0 20px 0 30px;
}
.language {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  background-image: url(../images/arrow-down-blck.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
  padding: 7px 20px 7px 10px;
  text-transform: uppercase;
  outline: none;
}
@media(min-width:600px){
   .options-menu ul ul li {
    background-image: url(../images/notchecked.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
     padding: 5px 0;
    padding-left: 35px;
   
  }
  .options-menu ul li.selected {
  background-image: url(../images/checked.svg);
}
.options-menu ul li.focus {
  background-image: url(../images/checked.svg);
}
.filter-tab-zgjedhur {
  display: none!important;
}
.product-section {
    padding-top: 40px;
  }
.product-open {
  display: flex;
  width: 850px;
  margin: auto;
}
.p-images-carousel {
  width: 450px;
  flex-shrink: 0;
}
.new-wrapper {
  width: 400px;
  padding-left: 25px;
}
.card-container.similar {
  width: 850px;
  margin: auto;
}
.black-band-wrapper {
    width: 100%;
    background-color: #000;
  }
  .black-band {
  width: 850px;
  margin: auto;
}
.p-listing-basket {
  width: 850px;
  margin: auto;
  list-style: none;
}
.p-listing-basket .p-name p {
  font-size: 20px;
}
.p-listing-basket .p-price {
  font-size: 18px;
}
.p-about .basket-p-quant p {
  margin-right: 15px;
}
.basket-row {
  display: flex;
}
.basket-row > div {
  margin-right: 30px;
}
.basket-row > div:last-of-type {
  margin-right: 0;
}
.p-listing-basket .p-desc, .p-listing-basket .p-desc-row {
  height: 100%;
}
.p-listing-basket .p-about {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.p-listing-basket .p-name p {
  margin-top: -4px;
  padding-right: 15px;
}
.basket-p-quant p {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 18px;
    color: #000!important;
}
.basket-row .basket-p-quant p {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 22px;
}
.basket-p-quant select.sasia {
  font-size: 18px;
}
.info-block {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.basket-section .btn-wrap {
  width: 850px;
  margin: auto;
  padding: 20px 0;
}
.form {
  width: 850px;
  margin: auto;
  margin-top: 30px;
}
.purchase-confirm {
  width: 850px;
  margin: auto;
}
#autoComplete {
    margin: 30px auto;
}
.menu-option-head {
   background-image: url(../images/arrow-down-blck.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
    border-bottom: none;
    color: #000;
}
.product-path {
  width: 850px;
  margin: auto;
  padding-bottom: 30px;
}
.product-path p {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
}
.product-path p span {
  margin-right: 15px;
}
.product-path p span:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(../images/arrow-right-blck.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-left: 15px;
}
.product-path p a {
  color: #000;
}
.product-path p a:last-of-type {
  color: #2686c6;
}
.product-path p span:last-of-type {
  color: #2686c6;
}
.product-path p span:last-of-type:after {
  display: none;
}
.new-wrapper .product-desc {
  margin-top: -20px;
}
.new-wrapper .bookmark {
  width: 14px;
}
.footer-home footer {
    padding-left: 350px;
}
.products-section .products-display .mbaj-produkte {
  flex-grow: 1;
}
.mbaj-produkte ul {
  width: calc(100% + 30px);
}
.hero-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 35%;
    position: relative;
}
.options-menu ul {
margin-bottom: 15px;
}
.hero-txt h1 {
    font-size: 55px;
}
.hero-txt h3 {
    font-size: 22px;
}
}
@media (min-width: 600px) and (max-width: 1240px){
  .products-display {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px;
  }
  .top-options {
    width: 100%;
    padding-left: 30px;
      padding-right: 30px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
}
.cat-list {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    display: flex;
    list-style: none;
    padding: 0;
    padding-left: 350px;
}
.products-listing li {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}
footer {
    width: 100%;
    padding-left: 30px;
      padding-right: 30px;
    margin: auto;
}

}
@media (min-width: 600px) and (max-width:990px){
  .products-listing li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}
}
@media  (min-width: 600px) and (max-width:890px){
  .product-open {
    display: flex;
    width: 100%;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.p-images-carousel {
    width: 50%;
    flex-shrink: 0;
}
.new-wrapper {
    width: 50%;
    padding-left: 25px;
}
.product-path {
    width: 850px;
    margin: auto;
    padding-bottom: 30px;
}
.product-path {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.card-container.similar {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.footer-inside footer {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.black-band {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.p-listing-basket {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.info-block {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.basket-section .btn-wrap {
    width: 100%;
    margin: auto;
    padding: 20px 30px;
}
}



