*{
  user-select: unset !important;
}

.g-lang{
  width: 20px;
}

.product-carousel-item .button {
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  color: white;
  font-family: 'f-regular';
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: calc(100% - 40px);
  background-color: var(--secondary-color);
  border: 1px solid transparent;
  transition: 0.3s ease;
}

.product-carousel-item .button:hover {
  border: 1px solid var(--secondary-color);
  background-color: white;
  color: var(--secondary-color);
}

.services-index .main ul {

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 30px;
  width: 100%;
}

.nav-cta {
  margin-inline: 69px;
}

.services-index .main ul li a {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 20px;

  font-family: 'f-regular';
  min-height: 70px;
  background-color: rgba(0, 88, 219, 0.05);
  border-radius: 15px;
  font-feature-settings: "case" on;
  gap: 50px;
  box-shadow: 0px 3px 6px rgba(0, 88, 219, 0.16);


}


.services-index .main ul li a:hover {
  background-color: var(--secondary-color);
  color: white;
  text-decoration: none;
}



.services-index .main ul li a .car {
  width: 71.53px !important;
  height: 25px;
  flex-shrink: 0;
}

.product-carousel-item a .bottom img{
  pointer-events: none;
}

.g-news-item{
  margin: 0;
  padding: 4px;
  width: 100%;
  display: block;
  text-decoration: none;
  border-radius: 11px;
  box-shadow: 0 3px 30px rgba(0, 87, 219, 0.09);
  background-color: white;
  transition: all 0.3s ease;
}

.g-news-item .news-top img{
  object-fit: cover;
}

.g-news-item:hover .news-top img {
  scale: 1.1;
}

.custom-gutter {
  --bs-gutter-x: 85px; /* Only works in Bootstrap 5+ */
}

.custom-gutter-product {
  --bs-gutter-x: 60px; /* Only works in Bootstrap 5+ */
}

.modal-header .close{
  border: 0;
  background-color: transparent;
}

.modal-header .close span{
  display: block;
}

.services-page> .main {
  padding-inline: var(--innerpage-padding);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services-index .main ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 30px;
  width: 100%;
}

.services-index .main ul li a {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 20px;

  font-family: 'f-regular';
  min-height: 70px;
  background-color: white;
  border-radius: 15px;
  font-feature-settings: "case" on;
  gap: 50px;
  box-shadow: 0px 3px 6px rgba(0, 88, 219, 0.16);
}

.services-index .main ul li a:hover {
  background-color: var(--secondary-color);
  color: white;
  text-decoration: none;
}

.services-index .main ul li a .car {
  width: 71.53px !important;
  height: 25px;
  flex-shrink: 0;
}

.product-carousel-item{
  margin-bottom: 15px;
}

#brandsCarousel .owl-item img{
  height: 43px;
  object-fit: contain;
}

.grid-item.g-fifth{
  border-right: 0;
}

.grid-container{
  position: relative;
}

.grid-container::after{
  content: "";
  width: 100%;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 99;
  pointer-events: none;
}

#bookServiceCenter form label:nth-child(2) input{
  padding-left: 40px;
}

#bookServiceCenter form label input[type="number"] {
  padding-left: 90px;
}

.g-msg{
  margin: 0;
  padding: 0;
  text-align: center;
  color: red;
  font-size: 18px;
  font-family: 'f-regular';
}

.services-index .main ul li a .car {
    width: 50px !important;
    height: 30px !important;
}

.icon{
  display: block;
}

#bookServiceCenter form label select {
  position: relative;
  font-family: 'f-regular';
  font-feature-settings: "case" on;
  width: 100%;
  padding: 0;
  height: 55px;
  padding-left: 40px;
  border-radius: 10px;
  border: 1px solid var(--primary-color);
}

#bookServiceCenter form label select:focus {
  outline-color: var(--secondary-color);
}

.product-carousel-item .bottom .button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  color: white;
  font-family: 'f-regular';
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: var(--secondary-color);
  border: 1px solid transparent;
  transition: 0.3s ease;
}

.product-carousel-item .bottom .button:hover {
  border: 1px solid var(--secondary-color);
  background-color: white;
  color: var(--secondary-color);
}

.product-carousel-item .bottom .button {
  position: relative;
  z-index: 3;
  font-feature-settings: "case" on;
}

.g-row-product{
  width: 100%;
}

.g-product{
    display: block;
    padding-bottom: 15px;
    position: relative;
    min-height: 330px;
    background-color: white;
    border-radius: 15px;
    border: 1px solid rgba(167, 169, 171, 0.5);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    color: #808285;
}

.g-product .top{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

/*.g-product .top::before{
  content: "";
  width: 100%;
  height: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-mask-image: url(/_website/assets/images/card-stroke.svg);
  mask-image: url(/_website/assets/images/card-stroke.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right center;
  mask-position: right center;
  background-color: rgba(0, 88, 219, 0.2);
  z-index: 1;
}*/

.single-news article ul{
  list-style-type: none;
}

.single-news article ul li{
  font-family: 'f-regular';
  font-weight: normal;
  color: #808285;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.single-news article ul li::before{
  content: "";
  width: 23px;
  height: 7px;
  background-color: var(--secondary-color);
  -webkit-mask-image: url(../images/bullet.svg);
  mask-image: url(../images/bullet.svg);
  position: absolute;
  top: calc(50% - 3.5px);
  left: 0;
}

.single-news article a{
  font-family: 'f-regular';
  font-weight: normal;
  font-size: 14px;
  color: var(--primary-color);
}

.single-news article a:hover{
  color: var(--secondary-color);
}

.g-product .top img{
  margin: 0;
  padding: 20px 0 0 0;
  width: 100%;
  height: 180px;
  object-fit: contain;
  object-position: center;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.g-product:hover .top img{
  scale: 1.1;
}

.g-product .bottom {
    width: 100%;
    padding-inline: 20px;
}

.g-product .bottom p:nth-of-type(1) {
    font-family: f-regular;
    color: black;
    font-weight: bold;
}

.g-product .bottom p:nth-of-type(2) {
    font-size: 14px;
    color: rgb(128, 130, 133);
    font-family: f-regular;
    margin-top: 14px;
    margin-bottom: 10px;
}

.g-product .bottom .button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: f-regular;
    font-size: 14px;
    line-height: 32px;
    width: 100%;
    background-color: var(--secondary-color);
    border-radius: 21px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    transition: 0.3s;
}

.g-product .bottom .button:hover {
    background-color: white;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.custom-dropdown{
  width: auto !important;
}

.g-line-through{
  text-decoration: line-through;
  font-family: 'f-light';
  font-weight: normal;
  color: #808285;
}

/*.product-carousel-item .bottom .button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  color: white;
  font-family: 'f-regular';
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: var(--secondary-color);
  border: 1px solid transparent;
  transition: 0.3s ease;
}

.product-carousel-item .bottom .button:hover {
  border: 1px solid var(--secondary-color);
  background-color: white;
  color: var(--secondary-color);
}*/

.navigation a.active{
  color: var(--secondary-color);
}

.navigation .top a.active{
  color: var(--secondary-color);
}

.g-copyright{
  margin: 0;
  padding: 15px var(--fullhd-padding);
  line-height: 26px;
  height: 26px;
}

.g-copyright p{
  margin: 0;
  padding: 0;
  line-height: 26px;
  text-align: left;
  font-size: 16px;
  font-family: 'f-regular';
  font-feature-settings: "case" on;
  color: #808285;
  float: left;
}

.g-copyright a{
  margin: 0;
  padding: 0;
  display: block;
  float: right;
  transform: translateY(-5px);
}

.g-copyright a img{
  margin: 0;
  padding: 0;
  width: 76px;
  height: 26px;
  line-height: 26px;
  object-fit: contain;
  object-position: right;
}

.g-clearer{
  clear: both;
}

#filterAccordion{
  background-color: transparent !important;
}

#filterAccordion .accordion-item{
  margin-bottom: 24px;
  border-radius: 10px !important;
  background-color: white !important;
  outline: 0 !important;
  border: 0 !important;
}

#filterAccordion .accordion-item h2.accordion-header{
  border-radius: 10px !important;
}

.accordion-item .accordion-button{
  border-radius: 10px !important;
}

.contact-header {
    gap: 90px;
}

.custom-check:checked::before{
  background-color: transparent !important;
}

#freeDeliveryModal .modal-body p{
  padding: 40px;
  font-size: 20px;
  font-family: 'f-regular';
}

#productCarousel .item img{
  border: 0 !important;
  outline: 0 !important;
}

.product-carousel-item .top{
  border: 0 !important;
  outline: 0 !important;
}

#productCarousel .item{
  border: 0 !important;
  outline: 0 !important;
  box-shadow: 0px !important;
}


#freeDeliveryModal form {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 17px;
  padding-inline: 180px;

  flex-direction: column;
}

#freeDeliveryModal form label {
  position: relative;
  width: 100%;

}

#freeDeliveryModal form label input {
  position: relative;
  font-family: 'f-regular';
  font-feature-settings: "case" on;
  width: 100%;
  padding: 17px;
  padding-left: 40px;
  border-radius: 10px;
  border: 1px solid var(--primary-color);
}

#freeDeliveryModal form label input[type="number"]{
  padding-left: 90px;
}

#freeDeliveryModal form label input:focus {
  outline-color: var(--secondary-color);
}

#freeDeliveryModal form label span {
  position: absolute;
  /* background-color: red; */
  z-index: 1;
  width: 80px;
  height: 20px;
  transform: translateY(20px);
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: end;
  font-family: 'f-regular';
  font-feature-settings: "case" on;
  font-weight: bold;
  color: #033775;
  padding-right: 10px;
  border-right: 3px solid #033775;
  left: 0px;
  top: -2px;
}

#freeDeliveryModal form label:nth-child(2) input {
  padding-left: 90px;
}

#freeDeliveryModal form button {
  width: 100%;
  min-height: 50px;
  padding: 17px 35px;
  background-color: var(--secondary-color);
  font-family: 'f-medium';
  font-feature-settings: "case" on;
  font-size: 16px;
  text-align: center;
  border: none;
  color: white;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);


}

#freeDeliveryModal form button:hover {
  background-color: var(--primary-color);
  color: white;
}

#freeDeliveryModal .modal-header {
  border: none;
}

.col-md-3{
  margin-bottom: var(--bs-gutter-x);
}

.hero-carousel-item header{
  padding-bottom: 20px;
}

.ui-slider-handle {
  touch-action: none;
}


@media (width < 768px) {
  .custom-service-modal{
    width: unset !important;
  }

  .contact-header {
    gap: 30px;
  }

  .nav-cta.open{
    right: -20px !important;
    font-size: 13px !important;
  }

  .custom-gutter-product{
    --bs-gutter-x: 0px;
    --bs-gutter-y: 20px;
  }

  .custom-gutter {
    --bs-gutter-x: 0px;
    --bs-gutter-y: 20px;
  }

  #filterAccordion .accordion-item:last-child{
    margin-bottom: 0px !important;
  }

  .custom-gutter-product .col-md-3:first-child{
    margin-top: 0 !important;
  }

  .grid-item{
    border-right: 0 !important;
  }

  .brands{
    padding-top: 45px !important;
  }

  .product-info .price, 
  .product-info .old-price,
  .product-info .discount{
    font-size: 22px !important;
  }

  .product-info .discount{
    margin-left: 10px !important;
  }

  .contact-main{
    display: block !important;
  }

  .contact-main iframe, .contact-main div{
    width: 100% !important;
  }

  .preview-image img{
    width: 100% !important;
  }

  #freeDeliveryModal form{
    padding-inline: 0;
  }
}

@media (width < 550px) {
  .navigation .top a.nav-cta{
    display: none !important;
  }

  .logo .nav-cta{
    top: 34px !important;
    bottom: unset !important;
    right: 65px !important;
    margin-inline: unset !important;
    padding: 6px 10px !important;
    font-size: 14px !important;
  }

  .services-index .main ul li a {
    gap: 15px;
  }

  .services-index .main ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }

  .g-copyright a{
        transform: translateY(-3px);
  }

  .g-copyright p{
    line-height: 24px;
    font-size: 14px;
  }
}