@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;500;600&family=Nunito:wght@500;600&display=swap');
.side-img {
    position: absolute;
    rotate: 90deg;
    top: 345px;
    left: -320px;
    filter: grayscale(100%);
    opacity: 0.3;
}
.side-img img{
    height: 100px;
}
@media (max-width: 991px){
    .side-img{
        display: none;
    }
}
.header-mid{
  position: absolute;
  background-color: transparent;
  box-shadow: none;
  }
/* Title */
.title{
    margin-top: 120px;
}
.title a{
    color: #47474781;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 12px;
}
.title a:hover{
    color: #ed3237;
}
.title p{
    font-size: 22px;
    font-weight: bolder;
}
@media (max-width: 991px){
    .title span{
        display: none;
    }
    .title p{
        text-align: center;
    }
}
/* Haqqimizda CSS */
.about-wrapper{
    gap: 15px;
    margin-bottom: 20px;
}
.about-info{
    font-family: "Nunito", sans-serif;
    font-size: 14px;
}
.about-img{
    width: 100%;
    height: auto;
}
.about-img img{
    width: 100%;
    height: auto;
}
.video-item-img{
    margin-top: 60px;
    max-height: 350px;
    width: 100%;
    height: 100%;
}
.swiper-wrapper{
    margin-bottom: 60px;
}
/* Qalereya */
.filterDiv {
    width: 100%;
    height: 100%;
    max-height: 280px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .filterDiv img{
    width: 100%;
    height: 100%;
  }
  .galery-item {
    margin-top: 20px;
    overflow: hidden;
  }
  
  /* Style the buttons */
  .filter-section{
    display: flex;
    margin: 60px 0;
  }
  .filter-button {
    border: none;
    border: 1px solid #ccc;
    font-family: "Nunito", sans-serif;
    outline: none;
    padding: 12px 16px;
    background-color: transparent;
    cursor: pointer;
    text-align: center;
  }
  .filter-button,
  .filter-button:hover{
    color: black;
  }
  .galery-active{
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
    background-image: url('/images/banner-bg.png');
    background-repeat: no-repeat;
    background-position-y: -1px;
    background-position-x: 50%;
  }
  .galery-active,
  .galery-active:hover{
    color: #FFFFFF;
  }
  /* Odenis ve catdirilma CSS */
  ol li{
    list-style: decimal;
  }
  .zemanet ol li{
    list-style: disc;
  }
  /* Elaqe CSS */
  .contact-form{
    border: 1px solid #ccc;
    padding: 17px;
  }
  .contact-form p{
    font-family: "Nunito", sans-serif;
    color: #474747da;
    font-size: 14px;
  }
  .contact-form input{
    border: none;
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    padding: 5px;
    margin-bottom: 20px;
    outline: none;
  }
  .contact-form textarea{
    outline: none;
    border: none;
    border: 1px solid #ccc;
    width: 100%;
    height: 150px;
  }
  .contact-form input::placeholder,
  .contact-form textarea::placeholder{
    font-family: "Nunito", sans-serif;
    font-size: 14px;
  }
  .contact-form textarea::placeholder{
    font-size: 15px;
  }
  .contact-form input:focus,
  .contact-form textarea:focus{
    border-color: #ed3237;
  }
  .contact-form button{
    background-color: #ed3237;
    width: 200px;
    text-align: center;
    padding: 15px 0;
    color: #FFFFFF;
    border: none;
    font-family: "Nunito", sans-serif;
    margin-top: 20px;
    font-size: 13px;
  }
  .contact-form button:hover{
    animation: 1.5s call ease-in;
  }
  .contact-info{
    background: url(/images/banner-bg.png) no-repeat;
    background-color: #ed3237;
    background-position: top;
    background-size: 100%;
    text-align: center;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Nunito", sans-serif;
    font-size: 13.5px;
    font-weight: bold;
  }
  .contact-info a,
  .contact-info a:hover{
    color: #FFFFFF;
  }
  @media (max-width: 991px){
    .contact-info{
        gap: 30px;
    }
    .contact-info .header-social{
        display: block;
    }
  }
  /* Giris CSS */
  .elaqe{
    margin-bottom: 100px;
  }
  .signin-logo img{
    padding: 10px 20px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
  }
  .giris .contact-form a{
    color: #ed3237;
    text-decoration: underline;
    font-size: 13px;
  }
  .qeydiyyat-button button{
    background-color: #FFFFFF;
    width: 200px;
    text-align: center;
    padding: 15px 0;
    color: #ed3237;
    border: none;
    font-family: "Nunito", sans-serif;
    margin-top: 20px;
    font-size: 13px;
  }
  .qeydiyyat-button button:hover{
    animation: button 1.5s ease infinite;
  }
  .giris label{
    font-size: 13px;
    
  }
  /* Mehsullar CSS */
  .page-bg,
  .page-bg img{
    width: 100%;
  }
  .page-bg{
    margin-bottom: 50px;
    height: 400px;
    overflow: hidden;
  }
  .page-bg img{
    height: 100%;
    object-fit: cover;
  }
  .inline-category-list{
    display: none;
  }
  .category-filter ul{
    padding-left: 0;
  }
  .category-section{
    margin-bottom: 40px;
  }
  .category-list li{
    position: relative;
    height: 50px;
    border: 1px solid rgba(204, 204, 204, 0.492);
    padding: 10px 25px;
    font-size: 13px;
  }
  .category-list li i{
    color: #ed3237;
    padding-top: 5px;
  }
   .category-list gli:hover .fa-angle-right{
    transform: rotate(90deg);
  }
  .active-list{
    background-color: #ed3237;
  }
  .category-list .active-list a,
  .category-list .active-list i{
    color: #FFFFFF;
  }
  .category-list .active-list .inline-category-list a{
    color: #000000;
  }
  .category-list li a{
    color: #000000;
    font-weight: bold;
    padding-top: 2px;
  }
  .category-list li:hover .inline-category-list{
    display: block;
    position: absolute;
    left: 100%;
    top: -1px;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 1000;
    background-color: #FFFFFF;
  }
  .category-button{
    border: none;
    outline: none;
    font-size: 13px;
    padding: 10px 18px;
    font-weight: bold;
    border-radius: 6px;
    margin: 3px 2px;
  }
  .category-button:focus{
    background-color: #ed3237;
    color: #FFFFFF;
  }
  .confirm,
  .reset{
    background-color: #ed3237;
    color: #FFFFFF;
    border: none;
    padding: 13px 0;
    border-radius: 4px;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: bold;
  }
  .reset{
    background-color: #FFFFFF;
    border: 1px solid #ed3237;
    color: #ed3237;
    margin-left: 5px;
  }
  @media (max-width: 991px){
    .category-list li:hover .inline-category-list{
      display: none;
    }
  }
  /* Filter Slider */
  /* Input Styles */
input[type=range] {
  height: 1px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animation: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #ed3237;
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #ed3237;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #ed3237;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ed3237;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animation: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #ed3237;
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
  border: 1px solid #FFFFFF;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #FFFFFF;
  cursor: pointer;
  box-shadow: 1px 1px 1px 1px #ccc;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animation: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #ed3237;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #ed3237;
  border-radius: 2px;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  border: 1px solid #ed3237;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: green;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #ed3237;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ed3237;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number]{
  background-color: #d0d0d0;
  border: none;
  border-radius: 6px;
  -moz-appearance: textfield;
  width: 72px;
  height: 24px;
  text-align: center;
}
input[type=number]:focus{
  background-color: #ffffff;
  border-color: #ed3237;
}
.office__filter__number{
  justify-content: space-between;
}
.office__filter__number span{
  border-radius: 6px;
  margin-right: 5px;
}
.office__filter__number{
  color: #afafaf;
  font-family: "Nunito", sans-serif;
}
.page-wrapper{
  gap: 25px;
}
.item{
  margin-right: 0;
}
.pagination {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.pagination a {
  color: #ed3237;
  padding: .375rem .75rem;
  text-decoration: none;
  border: 1px solid rgba(204, 204, 204, 0.508);
  font-size: 13px;
}
.pagination a:nth-child(2){
  background-color: #ed3237;
  color: #FFFFFF;
}
.pagination a:hover{
  background-color: #ed323851;
  color: #ed3237;
}
.page-right-top p{
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
}
.page-right-top-left{
  gap: 15px;
}
.page-right-top-left i{
  color: #ed3237;
}
.page-right-top-left p:hover{
  color: #ed3237;
}
.page-right-top-right p{
  padding: 2px 5px;
  border-radius: 4px;
}
.page-right-top-right p:first-child{
  background-color: #efefef;
  margin-right: 10px;
}
.page-right-top-right p:last-child{
  background-color: #ed3237;
  color: #FFFFFF;
  padding: 2px 5px;
  border-radius: 4px;
}
@media(max-width: 991px){
  .page-wrapper{
    flex-direction: column;
  }
}
@media(max-width: 575px){
  .product-item-wrapper{
    flex-direction: column;
  }
  .page-right-top{
    flex-direction: column;
  }
  .page-right-top-right{
    justify-content: center;
  }
}
.page-item-grid{
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px;
}
@media (max-width: 1200px){
  .page-item-grid{
    grid-template-columns: auto auto;
  }
}
@media (max-width: 575px){
  .page-item-grid{
    grid-template-columns: auto;
  }
}
/* Wish List CSS */
.all-button button{
  background-color: #ed3237;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  padding: 13px 24px;
  border: none;
  border-radius: 6px;
  margin-bottom: 20px;
}
.wishList-wrapper{
  gap: 15px;
}
/* Compare CSS */
.compare-section{
  margin-bottom: 100px;
}
.compare-item img{
  width: 300px;
  height: 250px;
}
.compare-main .parametr-soft ul li:first-child{
  width: 300px;
  height: 250px;
}
.compare-item{
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.compare-main{
  color: #9e9e9e;
  text-align: left;
}
.parametr-info ul{
  padding-left: 0;
}
.parametr-soft ul li:not(:first-child),
.parametr-tech ul li{
  padding: 10px 25px;
}
.parametr-info ul li:nth-child(even){
  background-color: #f9f9f9;
}
.product-item .parametr-soft ul li:nth-child(6){
  color: #ed3237;
  font-size: 14px;
  font-weight: 800;
  font-family: "Nunito", sans-serif;
}
.compare-order{
  background-color: #ed3237;
  border: none;
  color: #FFFFFF;
  width: 100%;
  padding: 10px 0;
}
.compare-order:hover{
  background-color: #4BB543;
  animation: order 1.5s ease infinite;
}
.compare-main .parametr-soft ul li:last-child{
  padding-top: 52px;
}
@media (max-width: 1200px){
  .compare-item img{
    width: 200px;
    height: 170px;
  }
  .compare-main .parametr-soft ul li:first-child{
    margin-top: -80px;
  }
  .parametr-info{
    min-width: 200px;
  }
  .product-item .parametr-soft ul li:nth-child(3){
    min-width: 200px;
    font-size: 12px;
  } 
}
@media(max-width: 768px){
  .compare-wrapper{
    max-width: 800px;
    overflow-x: scroll;
  }
  .compare-item{
    min-width: 250px;
  }
}
@media(max-width: 575px){
  .compare-wrapper{
    max-width: 500px;
    overflow-x: scroll;
  }
  .compare-item{
    min-width: 220px;
  }
}
@media(max-width: 441px){
  .compare-wrapper{
    max-width: 320px;
    overflow-x: scroll;
  }
  .compare-item{
    min-width: 150px;
  }
}
/* Sifaris CSS */
table{
  width: 100%;
}
table th{
  text-align: center;
  font-size: 13.5px;
}
.sifaris td {
  padding: 15px;
  margin:  0 auto;
}
.table-grey{
  color: #9e9e9e;
  font-size: 14px;
}
tbody p{
  color: #9e9e9e;
  font-size: 13px;
} 
.table-red{
  color: #ed3237;
  font-size: 16px;
  font-weight: 600;
}
tbody{
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  text-align: center;
}
.product-img img{
  width: 80px;
  height: 60px;
}
.product__buy span{
  cursor: pointer;
  font-size: 30px;
}
.product__buy input{
  background-color: transparent;
  border: none;
  outline: none;
}
.product__buy button{
  border-radius: 4px;
  background-color: transparent;
  color: #000000;
  padding: 5px 8px;  
  border: none;
}
.product__buy button:hover{
  color: #ed3237;
}
.remove button{
  background-color: transparent;
  border: none;
}
.remove img{
  width: 35px;
}
.title{
  position: relative;
}
.title-remove{
  position: absolute;
  right: 20px;
  cursor: pointer;
}
.title-remove span{
  font-size: 12px;
  font-weight: bold;
}
.price-section{
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
}
.main-price p{
  display: inline;
  font-size: 15px;
  font-weight: bold;
}
.main-price span{
  color: #ed3237;
  font-size: 15px;
  font-weight: bold;
  margin-left: 18px;
}
.main-price button{
  border: none;
  height: 45px;
  width: 200px;
  font-size: 13px;
  font-weight: bold;
  }
.main-button{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.main-price .main-remove{
  background-color: #FFFFFF;
  border: 1px solid #ed3237;
  border-radius: 6px;
  margin-right: 10px;
  color: #ed3237;
}
.main-price .main-remove:hover{
  background: #23272b;
  color: #FFFFFF;
  border-color: #23272b;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
@keyframes shake {
  10%, 90% {
      transform: translate3d(-1px, 0, 0);
      -webkit-transform: translate3d(-1px, 0, 0);
      -moz-transform: translate3d(-1px, 0, 0);
      -ms-transform: translate3d(-1px, 0, 0);
      -o-transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
      transform: translate3d(2px, 0, 0);
      -webkit-transform: translate3d(2px, 0, 0);
      -moz-transform: translate3d(2px, 0, 0);
      -ms-transform: translate3d(2px, 0, 0);
      -o-transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
      -webkit-transform: translate3d(-4px, 0, 0);
      -moz-transform: translate3d(-4px, 0, 0);
      -ms-transform: translate3d(-4px, 0, 0);
      -o-transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
      transform: translate3d(4px, 0, 0);
      -webkit-transform: translate3d(4px, 0, 0);
      -moz-transform: translate3d(4px, 0, 0);
      -ms-transform: translate3d(4px, 0, 0);
      -o-transform: translate3d(4px, 0, 0);
  }
}

.main-price .main-confirm{
  background-color: #ed3237;
  border-radius: 6px;
  margin-right: 10px;
  color: #FFFFFF;
}
.main-price .main-confirm:hover{
  background-color: #4BB543;
  animation: order 1.5s ease infinite; 
}
@media (max-width: 991px){
  .sifaris table{
    overflow-x: scroll;
  }
  .main-button{
    flex-direction: column;
    gap: 15px;
  }
}
/* Ustalar Birliyi */
.ustalar{
  margin: 160px 0 60px 0;
}
.field-icon {
  float: right;
  right: 10px;
  margin-top: -45px;
  position: relative;
  z-index: 2;
}
.ustalar-left .signin-wrapper a button{
  width: 100%;
  border: none;
  padding: 12px 0;
  background-color: #FFFFFF;
  color: #000000;
  font-weight: bold;
  border: 1px solid #ccc;
}
#button-active button{
  background-color: #ed3237;
  color: #FFFFFF;
  border: none;
}
.phone-form{
  margin-top: 30px;
}
.phone-form p{
  color: #575757;
  font-size: 13px;
}
.phone-input{
  width: 70px;
  padding: 10px;
}
.phone-form input{
  border: 1px solid #ccc;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  outline: none;
  margin-bottom: 15px;
  padding: 12px;
}
.phone-form input[type=number]{
  background-color: transparent;
  border-radius: none;
  width: auto;
  text-align: left;
}
.disabled{
  background-color: #e9e9ed;
}
.forget{
  color: #ed3237;
  text-decoration: underline;
  font-size: 13px;
}
.ustalar-button{
  display: block;
  background-color: #FFFFFF;
  border: 1px solid #ed3237;
  color: #ed3237;
  width: 50%;
  margin-top: 50px;
  padding: 13px 0;
  font-weight: bold;
  font-size: 13px;
}
.ustalar-button:hover{
  background-color: #ed3237;
  color: #ffffff;
  animation: pulse-primary 1s;
}
@keyframes pulse-primary {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(216, 35, 42, 0.75);
      box-shadow: 0 0 0 0 rgba(216, 35, 42, 0.75);
  }

  80% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 134, 134, 0);
      box-shadow: 0 0 0 10px rgba(255, 134, 134, 0);
  }

  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 134, 134, 0);
      box-shadow: 0 0 0 0 rgba(255, 134, 134, 0);
  }
}

.right-img,
.right-img img{
  width: 100%;
  border-radius: 15px;
}
.right-text h4{
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}
.right-text p{
  font-family: "Nunito", sans-serif;
  font-size: 14px;
}
@media (max-width: 991px){
  .ustalar-right{
    padding-top: 35px;
  }
}