
.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity))!important;
}
button.bg-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / .6)!important;
}
input.border-line,textarea.border-line{
    border: 1px solid rgba(0, 0, 0, 0.2);
}
input.border-line:focus,
input.border-line:hover,textarea.border-line:focus,textarea.border-line:hover{
    border: 1px solid rgba(0, 0, 0, 0.6);
}
.button-main {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white);
  background-color: var(--black);
  padding: 16px 40px;
  border-radius: 12px;
  display: inline-block;
  cursor: pointer;
  transition: all ease 0.4s;
}
.button-main:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(233 83 7 / var(--tw-bg-opacity));
  color: var(--white);
  -moz-animation: pulsex 2s infinite;
  -webkit-animation: pulsex 2s infinite;
  animation: pulsex 2s infinite;
}
.button-main:hover svg path {
  fill: var(--black);
}
.button-main.bg-white:hover {
  background-color: var(--white);
  --tw-text-opacity: 1;
  color: rgb(233 83 7 / var(--tw-text-opacity));
}

.sliderAlaniBuyuk {
  width: 100%;
  height: auto;
  max-height: unset;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 20px
}

.sliderAlaniBuyuk .swiper-slide a {
  display: block
}

.sliderAlaniBuyuk .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: unset;
  border-radius: 20px
}

.sliderAlaniBuyuk .aNext {
  right: 30px;
  padding: 0;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: .2s
}

.sliderAlaniBuyuk .aPrev {
  left: 30px;
  padding: 0;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: .2s
}

.sliderAlaniBuyuk .aNext,
.sliderAlaniBuyuk .aPrev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  background: 0 0;
  border: 1px solid #fff;
  color: #4c4c4c;
  background: #fff;
  display: none;
  outline: none;
  transition: .4s all;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .24);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .24);
  border-radius: 100%
}

.sliderAlaniBuyuk:hover .aNext,
.sliderAlaniBuyuk:hover .aPrev {
  display: block
}

.sliderAlaniBuyuk .aNext.swiper-button-disabled,
.sliderAlaniBuyuk .aPrev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.sonsuzluga-gonder{
    position: fixed!important;
    top:-40123123vh!important;
    left: -44340vw!important;
}
#topnav{
  position: relative!important;
  display: flow-root!important;
}
.aNext, .aPrev{
  display:flex!important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
}
.logo img{
  height:70px;
}
.fav{

}
.fav.fav-active a svg{
    fill: red!important;
}
.fav.fav-active:hover{
    background: #f8f8f8;
    border-radius: 5px;
}
.fav.fav-active:hover svg{
    fill: #fff!important;
}

.navigation-menu .search{

}
.search-bar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 999999!important;
    display: none;
}
.search-bar .search-content{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
@media only screen and (max-width: 990px) {
    .search-bar .search-content{
        width: 90%;
    }
    .search-bar #results{
        padding:20px 0px;
        margin-top:20px;

    }
}
.search-bar.active{
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.search-bar input{
    width: 100%;
    height: 40px;
    border: 0;
    outline: 0;
    padding: 0 10px;
    font-size: 18px;
    border-radius: 5px;
    background: #fff;
}
.search-bar #results{
    width: 100%;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-height: 60vh;
    overflow-y: auto;
    margin-top: 20px;

}
.search-bar .result-item{
    width: 100%;
    border: 0;
    outline: 0;
    padding: 5px 10px;
    font-size: 18px;
    border-radius: 5px;
    background: #fff;
    margin-top: 10px;
    display: flex;
}
.search-bar .result-item img{
    height:65px;
    margin-right: 10px;
}
.search-bar .result-item .info{
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.search-bar .result-item .info .price span:last-child{
    font-weight: bold;
}

.search-bar .result-item:hover,
.search-bar .result-item:focus{
    background: #e8f7df;
}
.cursorpointer{
    cursor: pointer;}
.mr-empty::after{margin-right: 3px;content:'-';padding-left: 3px;}
.swal2-container{z-index: 9999999!important;}
#quick-view{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 999999!important;
    display: none;
}
#quick-view.active{
    display: flex!important;
    justify-content: center;
    align-items: center;
}
#quick-view .quick-view-content{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 0;
    border: 1px solid #000;
    position: relative;
}
@media only screen and (max-width:1000px) {
    #quick-view .quick-view-content{
        width: 95%;
    }
}
#quick-view .product-box{
    display:flex;
    flex-wrap: wrap;
}
.quick-view-content .product-box .img-box{
    width: 50%;

}
#quick-view .product-box .info{
    padding:0px 20px;
    box-sizing: border-box;
    width: 50%;
    display: flex;
    flex-direction: column;
}

#quick-view .product-box .info-item{
    font-size: 18px;
    margin-bottom: 10px;
}
#quick-view .product-box h3{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}
#quick-view .product-box .price{
    font-size: 24px;
}
#quick-view .product-box .price span:last-child{
    font-weight: bold;
}
#quick-view .product-box .price span del{
    color: #aaa;
    font-size: 18px;
    margin-right: 10px;
}

@media only screen and (max-width:1000px) {
    .quick-view-content .product-box .img-box{
        width: 70%!important;
        margin:0 auto;
    }
    .quick-view-content .product-box .info{
        width: 100%;
    }
}
.filter-area ul ul{
    margin-left:20px;
}

#navigation a{
    font-size:14px!important;
}
#navigation li{
    margin: 0 !important;
}
.is-sticky.nav-sticky#topnav{
    position: relative!important;
    top: auto !important;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05) !important;
}

.variant-item-box{

}
@media only screen and (max-width: 1000px) {
    .variant-item-box{
        flex-wrap: wrap;
    }
}
.number-arrow-none::-webkit-inner-spin-button, .number-arrow-none::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 999999!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup .image-box{

    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
}
.popup .myslides {
}
img{
    user-select: none!important;
}
.popup .image-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.popup .myslides{
    width: 100%;
    max-height: 70vh;
    margin-left:10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup .slider{
    max-width:80%;
    max-height: 80%;


}
.popup .slider img{
    width: 80%;
    height: 80%;
}
.popup .next,.popup .prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}
.popup .next{
    right: 20px;
}
.popup .prev{
    left: 10px;
}
.popup .close{
    position: absolute;
    top: 10px;
    right: 30px;
    width:50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 50px;
    color:#fff;
}


.address-selector{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.address-selector .address-block{
    width:48%!important;
    margin:10px 1%!important;
    min-height:120px;
}
.address-selector .title{
    width:100%!important;
}

@media only screen and (max-width: 1000px) {
    .address-selector .address-block{
        width:100%!important;
        margin:0!important;
        margin-bottom: 10px!important;
    }
}

#topnav .navigation-menu > li > a:hover,
#topnav .navigation-menu > li > a:active {
    color: rgb(17 24 39) !important;
}

#topnav .logo {
    float: none !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

@media (min-width: 992px) {
    #topnav #navigation {
        float: left !important;
        margin-left: 0 !important;
    }
}
