@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');

/* Global */
body { font-family: 'Sofia Sans', sans-serif; padding: 0px; margin: 0px; font-size: 14px; overflow-x: hidden;}
*a {cursor:pointer!important;}
a { color: #000; text-decoration: none; }
.fullHorizontalMenuRow{background: var(--menuBgColor) !important; padding:10px;}
header {padding: 2rem 0rem;}
.m-b-35 {margin-bottom: 35px;}
.swal2-container { zoom: 0.7; }
.form-control:focus { border-color: #000 !important; box-shadow: none !important; }
.banner { padding: 0px; }
.topBanner { text-align: center; padding: 7px 0px; }
.topBanner a { color: #fff; text-decoration: none; font-size: 14px; }
.topBanner a:hover { color: #fff; }
.cartIconBox { padding: 0px; margin: 0px; }
.cartIconBox li { list-style-type: none; float: right; margin-right: 20px; font-size: 17px; line-height:0px; }
.cartIconBox li a{ text-decoration: none; color: #fff;}
.header:hover .cartIconBox li a{ text-decoration: none; color: #727272!important;}
.cartIconBox .dropdownAc a{ text-decoration: none; color: #fff;}
.cartIconBox .dropdownAc a i{font-size: 24px;}
.header:hover .cartIconBox .dropdownAc a { text-decoration: none; color: #727272!important;}
.cartIconBox li a:hover { color: #8e8400; }
.header-top{font-size:12px; border-bottom:1px solid #e1e1e1; padding: 7px 0px !important;}
.header-top p{padding-bottom:0px; margin-bottom: 0px;}
.social-link {width: 20px;height: 20px;border: unset !important;display: inline-block !important;color: #666666;}


/* Slider */
.owl-carousel .owl-nav { overflow: hidden; height: 0px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #4b4b4b; }
.owl-carousel .nav-btn { height: 47px; position: absolute; width: 26px; cursor: pointer; top: 150px !important; }
.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled { pointer-events: none; opacity: 0.2; }
.owl-carousel .prev-slide { background: url("../owl/nav-icon2.webp") no-repeat scroll 0 0; left: -10px; }
.owl-carousel .next-slide { background: url("../owl/nav-icon2.webp") no-repeat scroll -24px 0px; right: -10px; }
.owl-carousel .prev-slide:hover { background-position: 0px -53px; }
.owl-carousel .next-slide:hover { background-position: -24px -53px; }
span.img-text { text-decoration: none; outline: none; transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; cursor: pointer; width: 100%; font-size: 23px; display: block; text-transform: capitalize; }
span.img-text:hover { color: #2caae1; }

/* Scroll To Top */
.scroll-top{ position:fixed;text-align:center;width:40px;height:40px;font-size:21px;opacity:0;visibility:hidden;transition:transform .3s, visibility .3s, opacity .3s;color:#350ae5;transform:translateY(40px);border-radius:3px;z-index:9999; line-height:41px;}
.scroll-top:hover{ color:#222; }
.scroll-top i{ font-weight:900;line-height:inherit; }
@media (min-width: 768px){.scroll-top.show{ visibility:visible;opacity:1;transform:translateY(0);}}

/* Product Item */
.productBox {background-color: #fff; border: 1px solid #fff; display:flex; flex-direction: column; width: 100%; margin-bottom:25px;}
.item-product-info {padding: 10px 0px; display:flex; flex-grow: 1 !important; align-items: normal; flex-direction: column; justify-content: flex-start; }
.item-product-brand { font-size: 16px; font-weight: 600; color: #000; margin-bottom: 3px; }
.item-product-brand a { font-size: 16px; font-weight: 600; color: #000; margin-bottom: 3px; text-decoration: none; }
.item-product-name a { font-size: 16px; font-weight: 300; color: #000; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.productPhoto_250 { object-fit: contain !important; max-height: 250px !important; min-height: 250px !important; max-width: 250px !important; }
.item-product-image-box { position: relative }

/* Information */
.bilgiItem { position: relative; }
.bilgiItem:not(:last-child) .bilgiBox::after { content: ''; height: 37px; width: 1px; background: #e1e1e1; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.bilgiBox { display: flex; align-items: center; justify-content: center; }
.bilgiBox i { font-size: 31px; color: #000; float: left; margin-right: 15px; }
.bilgiBox .title { display: block; width: 100%; font-size: 14px; font-weight: 600; }
.bilgiBox .subtitle { display: block; width: 100%; font-size: 13px; font-weight: 300; }

/* Brands */
.brandsBox .item p { text-align: center; }
.brandsBox .item img { border: 1px solid #d3d3d3; border-radius: 7px; padding: 7px; }
.brandsBox .item p { margin-bottom: 0px; margin-top: 5px; font-size: 15px; }

/* Menü */
.menuBox { padding: 0px; margin: 0px; }
.menuBox > li.nav-item { float: left; padding: 0px 15px; margin: 0px }
.menuBox > li.nav-item:hover .nav-link{border-bottom:1px solid #350ae5;}
.menuBox > li.nav-item a {color:#050505; padding: 5px 0px; margin: 0px; font-family: 'Sofia Sans', sans-serif; font-size: 15px; border-bottom: 1px solid transparent; }
.menuBox > li.nav-item a:hover { color: #350ae5!important;}
.submenu-ny { min-width: 25%; list-style-type: none; padding-left: 0; }
.submenu-ny li { display: block; list-style-type: none; margin-bottom: 5px;}
.submenu-ny li:nth-child(1) a {font-weight: 600; font-size:17px; color:#000; margin-bottom:10px;}
.submenu-ny li a img{display: block; width: auto; height:auto;}
.submenu-ny li a {text-decoration: none; font-weight:300; color:#000!important;}
.submenu-ny li a:hover {color:#000!important;}
.dropdown-menu { width: 100%; }

/* Add Cart */
.addSptBt { display: block; margin: auto; margin-top: 5px; background-color: var(--productBtBgColor); border:1px solid var(--productBtBgColor); font-size: 15px; padding: 7px 24px; color: var(--productBtTextColor); width: 100%; text-align: center; letter-spacing: initial; cursor: pointer !important; border-radius: 0px; transition: all 0.3s ease; }
.addSptBt:hover { background-color: var(--productBtBgColorHover); border:1px solid var(--productBtTextColorHover); color: var(--productBtTextColorHover); }
.dontStokBt { display: block; margin: auto; margin-top: 5px; background-color: var(--dontStockBgColor); border:1px solid var(--dontStockBgColor); font-size: 15px; padding: 7px 24px; color: var(--dontStockTextColor); width: 100%; text-align: center; letter-spacing: initial; cursor: pointer !important; border-radius: 0px; transition: all 0.3s ease; }
.dontStokBt:hover { background-color: var(--dontStockBgColorHover); border:1px solid var(--dontStockTextColorHover); color: var(--dontStockTextColorHover); }

/* Footer */
.footer {background-color: #444849;}
.widget {padding: 40px 0px;}
.widget .widget-title {color: #fff; font-size: 21px; font-weight: 600; display: block; margin-bottom:21px; }
.widget .widget-body {padding-left: 0px;}
.widget .widget-body li {list-style-type: none; margin-bottom: 7px;}
.widget .widget-body li a {text-decoration: none; color: #fff; font-weight: 300; font-size: 15px; }
.widget .widget-body li a:hover {color: #fff; border-bottom:1px solid #fff;}
.widget p { color: #999; line-height: 19px; font-size: 13px;}
.etbisdiv > img { width: 90px !important; margin-left: auto; margin-right: auto; }
.mobileApp a { display: block; text-align: left; }
.mobileApp img { margin-bottom: 10px; opacity: 0.7; }
.mobileApp img:hover { opacity: 1; }
.socialLinks { display: block; text-align: left;}
.socialLinks li{list-style-type: none; margin-bottom: 10px;}
.socialLinks a { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; font-size: 12px; color:#fff;}
.socialLinks a i{ font-size: 17px; color: #fff; text-decoration: none; padding-right:7px;}
.socialLinks a span{ line-height: 10px;}
.formSbs { border-radius: 0px; height: 29px; font-size: 13px; margin-bottom: 5px; }
.formSbs:focus { outline: none; border-color: #373738 !important; box-shadow: none !important; }
.subsBoxForm .btn { width: 100%; background-color: #2f4556; color: #fff; height: 29px; line-height: 15px; font-size: 13px; border-radius: 0px; }
.footerBottom { margin-top: 0px; padding: 10px 0px; }
.copyrightText { font-size: 13px; color: #050505; margin-bottom: 0px; line-height: 24px; }

/* Category Header */
.categoriTitle {}
.categoriTitle h1 { font-size: 29px; text-align: left; margin-bottom:0px;}
.sariLine { border-bottom: 2px solid #000; width: 75px; margin-left: auto; margin-right: auto; }

/* Category Filter */
.panel-filtre { font-family: 'Sofia Sans', sans-serif; margin-bottom: 30px; }
.panel-filtre .panel-heading { margin-bottom: 10px; border-bottom: 1px solid #f5f5f5; }
.panel-filtre .panel-title { font-size: 17px; font-weight: 600; text-decoration: none; color: #000; }
.filtreBox { }
.filtreIcon { float: right; margin-top: 5px; margin-right: 15px; }
.filtreBox .filtre-group { list-style: none; padding-left: 0px; margin-bottom: 0px; }
.filtreBox .filtre-group li { margin-bottom: 5px; }
.filtreBox .filtre-group li label { font-size: 13px; }
.filtreBox .filtre-group li label input[type="checkbox"] { -webkit-appearance: none; appearance: none; background-color: #fff; margin: 0; font: inherit; width: 1.15em; height: 1.15em; border: 0.15em solid #d3d3d3; border-radius: 10px; transform: translateY(-0.075em); display: grid; place-content: center; }
.filtreBox .filtre-group li label input[type="checkbox"]:checked { border: 0.1em solid #6e6e6e; }
.filtreBox .filtre-group li label input[type="checkbox"]::before { content: ""; width: 0.65em; height: 0.7em; transform: scale(0); border-radius: 10px; transition: 120ms transform ease-in-out; box-shadow: inset 1em 1em #000; }
.filtreBox .filtre-group li label input[type="checkbox"]:checked::before { transform: scale(1); }
.filtreBox .filtre-group li label { display: grid; grid-template-columns: 1em auto; gap: 0.5em; align-items: center; }
.filterGroupBox { max-height: 300px; overflow-x: hidden; overflow-y: auto; padding-bottom: 0; }
.filterGroupBox::-webkit-scrollbar { border-radius: 90px; width: 8px; }
.filterGroupBox::-webkit-scrollbar-thumb { border-radius: 90px; min-height: 50px; background-color: #000; }
.filterGroupBox::-webkit-scrollbar-track { background: #000; border-radius: 90px; }
.filterButton-item{border: 1px solid #D2C9F5; border-radius: 30px; padding: 6px 25px;}

.ny-filter-item-group {border: 1px solid #D2C9F5; border-radius: 17px; padding: 16px 15px;}
.ny-filter-item::-webkit-scrollbar { border-radius: 90px; width: 5px; }
.ny-filter-item::-webkit-scrollbar-thumb { border-radius: 90px; min-height: 50px; background-color: #360ae5; }
.ny-filter-item::-webkit-scrollbar-track { background: #360ae5; border-radius: 90px; }
.ny-filter-title i{color:#350AE5!important;}

/* Product Item */
.productPhoto_200_x { object-fit: contain !important; max-height: 200px; min-height: 200px; max-width: 100% !important; }
.productTitle {font-size: 21px; font-family: 'Sofia Sans', sans-serif; font-weight: 700; text-align: center; padding: 10px 0px 20px 0px; display: block; }
.productTitle span { color: #000; text-decoration: none; }
.productTitle span a { color: #000; text-decoration: none; }
.item-product-name { display: flex; margin-bottom: 10px; flex-grow:1;}
.item-product-priceSale { font-size: 14px; font-weight: 600; color: var(--priceTextColor) !important; }
.default-price { color: var(--priceTextColor) !important; }
.disc-price { color: #e74c3c; }
.item-product-price { display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; }
.item-product-price .item-product-disc { display: flex; justify-content: center; align-items: center; font-weight: 400; color: #e74c3c; margin-right: 5px; border: 1px solid #e74c3c; padding: 1px 7px; font-size: 12px; }
.item-product-price .item-product-disc i { display: inline-block; width: 10px; height: auto; margin-right: 3px; }
.item-product-priceOld { color: #b8baba; font-size: 14px; margin-right: 5px; text-decoration: line-through; font-weight: 500; }
.item-product-image { display: block; margin-left: auto; margin-right: auto; }

/* Filter Top */
.sortfiltre { padding-bottom: 2px; padding-top: 2px; width: 140px; font-size: 13px; }
.filtreSelectGroup { float: right; }
.filtreSelectGroup label { font-size: 14px; line-height: 15px; margin-right: 10px; }
.catProductCount { font-size: 13px; }
.filterTop { font-family: 'Sofia Sans', sans-serif; margin-bottom: 19px; }
.filterTop strong { font-weight: 600; }
.filtreSelectGroup label { display: grid; grid-template-columns: 1em auto; gap: 0.5em; }
.filtreSelectGroup input[type="checkbox"] { -webkit-appearance: none; appearance: none; background-color: #fff; margin: 0; font: inherit; width: 1.15em; height: 1.15em; border: 0.15em solid #d3d3d3; border-radius: 10px; transform: translateY(-0.075em); display: grid; place-content: center; }
.filtreSelectGroup input[type="checkbox"]:checked { border: 0.1em solid #6e6e6e; }
.filtreSelectGroup input[type="checkbox"]::before { content: ""; width: 0.65em; height: 0.7em; transform: scale(0); border-radius: 10px; transition: 120ms transform ease-in-out; box-shadow: inset 1em 1em #000; }
.filtreSelectGroup input[type="checkbox"]:checked::before { transform: scale(1); }

/* Pagination */
.pagination { font-family: 'Sofia Sans', sans-serif; list-style-type: none; margin: 0px; float: right; }
.pagination li { margin-right: 10px; }
.pagination li a {color: #000; border:none!important; border-radius: unset!important; background-color: transparent;  font-size: 14px; min-width: 30px; height: 30px; padding:3px; display: inline-flex !important; align-items: center; justify-content: center;}
.pagination li a:hover { color: #fff; border:none!important; background-color: #3d596f; }
.pagination .active a {color:#fff; background-color: #3d596f; }

/* Category Text Box */
.catTextBox { font-family: 'Sofia Sans', sans-serif; font-size: 13px; max-height: 200px; overflow-x: hidden; overflow-y: auto; padding: 15px 20px; border: 1px solid #ececec; border-radius: 9px; }
.catTextBox a { text-decoration: underline; color: #000; font-weight: 600; }
.catTextBox::-webkit-scrollbar { border-radius: 90px; width: 8px; }
.catTextBox::-webkit-scrollbar-thumb { border-radius: 90px; min-height: 50px; background-color: #000; }
.catTextBox::-webkit-scrollbar-track { background: #e1e1e1; border-radius: 90px; }

/* catTextBox */
.catTextBox a{color:#0000EE!important;}
.catTextBox a:visited{color:#551A8B!important;}
.catTextBox h1{font-size:17px!important;font-weight: 600;}
.catTextBox h2{font-size:17px!important;font-weight: 600;}
.catTextBox h3{font-size:16px!important;font-weight: 600;}
.catTextBox h4{font-size:15px!important;font-weight: 600;}
.catTextBox h5{font-size:14px!important;font-weight: 600;}
.catTextBox h6{font-size:13px!important;font-weight: 600;}

/* textshort */
.textshort a{color:#0000EE!important;}
.textshort a:visited{color:#551A8B!important;}
.textshort h1{font-size:17px!important; font-weight: 600;}
.textshort h2{font-size:17px!important; font-weight: 600;}
.textshort h3{font-size:16px!important; font-weight: 600;}
.textshort h4{font-size:15px!important; font-weight: 600;}
.textshort h5{font-size:14px!important; font-weight: 600;}
.textshort h6{font-size:13px!important; font-weight: 600;}

/* Breadcrumb */
.breadcrumbBox {justify-content: center; font-family: 'Sofia Sans', sans-serif; padding: 10px 0px; background-color: #f9f9f9; margin: 0px;}
.bg-white {background-color:#fff!important;}
.breadcrumb { }
.breadcrumb li.breadcrumb-item { }
.breadcrumb li.breadcrumb-item a { text-decoration: none; font-size: 14px; color: #050505; font-weight: 300;}
.breadcrumb li.breadcrumb-item a:hover { text-decoration: underline; color: #000; }
.breadcrumb-item+.breadcrumb-item::before{color: #350AE5;}

/* Product Details */
.productDetails { font-family: 'Sofia Sans', sans-serif; padding: 30px 20px; }
.productDetails .product-brand { font-weight: 700; font-size: 21px; text-transform: uppercase;}
.productDetails .product-title { font-size: 33px; font-weight: 300; padding: 5px 0px; margin-bottom: 0px; }
.productDetails .product-stockcode { font-size: 13px; }
.productPrices { display: flex; justify-content: flex-start; align-items: center; margin-top: 25px; }
.productPrices .product-discount { display: flex; justify-content: center; align-items: center; font-weight: 400; color: #fff; background-color: var(--productsaleBgColor) !important; margin-right: 5px; border: 1px solid var(--productsaleBgColor) !important; border-radius: 5px; padding: 1px 7px; font-size: 13px; width: 38px; height: 38px; }
.productPrices .product-discount i { display: inline-block; width: 10px; height: auto; margin-right: 3px; }
.product-price-old { color: #a7a7a7; font-size: 17px; margin-right: 5px; text-decoration: line-through; font-weight: 500; }
.product-price-sale { font-size: 24px; font-weight: 600; }
.default-price { color: #000; }
.discount { color: #000; }

/* Product Variant */
.productVariants {padding: 10px 0px; font-family: 'Sofia Sans', sans-serif; border-top:1px solid #D2C9F5; border-bottom:1px solid #D2C9F5;}
.variantGroup { display: flex; flex-direction: column; margin-bottom: 21px; }
.variantGroup .group-label { font-weight: 600; font-family: 'Sofia Sans', sans-serif; font-size: 16px; color: #000; margin-bottom: 10px; }
.group-variants { display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; gap: 8px 10px; }
.varyantRadioLabel {font-size: 17px; border-radius: 16px; font-weight: 300 !important; min-width: 40px; height: 40px; line-height: 48px; display: flex ; flex-direction: column; justify-content: center; align-items: center; background-color: #f9f9f9; border: 1px solid #ebebeb; color: #360ae5; min-height: 35px; text-align: center; text-decoration: none !important; transition: all .3s ease-out; cursor: pointer; outline: none; padding: 0px 10px;}
.varyantRadio input[type=radio] { visibility: hidden; position: absolute; margin-left: -20px; }
.varyantRadio input[type=radio]:checked + label { color: #fff; background-color: #340AE5; border-radius: 0px; line-height: 23px; border-radius: 100%;}
.varyantRadioLabel:hover { background-color: #360ae5; color: #fff; }
.varyantRadio.active { background-color: #000; color: #fff; }
.productImageBox { border: 1px solid #cdcdcd52; padding: 7px; border-radius: 13px; }

/* Product Count & Cart */
.productCart { font-family: 'Sofia Sans', sans-serif; padding: 15px; display: flex ; width: 100%; flex-direction: column;}
.productCount { height: 40px; position: relative; display: flex; align-items: stretch; width: 100%; }
.ny-soico { width: 2rem !important; margin-left: 2px !important; }
.quantity-left-minus { padding: 5px; border-radius: 0px; border: 1px solid #ccc; color: #222; background-color: transparent; cursor: pointer; }
.quantity-right-plus { padding: 5px; border-radius: 0px; border: 1px solid #ccc; color: #222; background-color: transparent; cursor: pointer; }
.quantity-left-minus:hover { background-color: #d3d3d3; }
.quantity-right-plus:hover { background-color: #d3d3d3; }
.product-cart-add {background-color: #360ae5; padding: 14px; font-size: 23px; height: 66px; width:100%; text-align: center; text-decoration: none; color: var(--productBtTextColor); display: inline-block; margin-right: 10px; border-top-right-radius: 45px; border-bottom-right-radius: 45px;}
.product-cart-add:hover {}
.product-cart-heart:hover { color: var(--favBtBgColorHover); border-color: var(--favBtBgColorHover); }
.product-cart-heart { text-align: center; text-decoration: none; color: var(--favBtBgColor); border: 1px solid var(--favBtBgColor); padding: 3px 10px 0px 10px; font-size: 20px; display: inline-block; height: 40px; }
.favorite-selected { background-color: var(--favBtBgColorHover); color: var(--favBtTxtColorHover); }
.favorite-selected:hover { background-color: var(--favBtBgColor); color: var(--favBtTxtColor); }
.talepUrun { background-color: var(--productBtBgColor); color: var(--productBtTextColor); border: 1px solid var(--productBtBgColor); border-radius: 0px; }
.talepUrun:hover { color: var(--productBtTextColorHover) !important; background-color: var(--productBtBgColorHover) !important; border: 1px solid var(--productBtBorderColorHover) !important; }
.input-number { border-radius: 0px; border-top: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3; text-align: center; min-height: unset; outline: none; }
.input-number:focus { border-color: #d3d3d3; box-shadow: none; }
.productCount input::-webkit-outer-spin-button, .productCount input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.productCount input[type=number] { -moz-appearance: textfield; }

/* Product Info */
.productInfo { font-family: 'Sofia Sans', sans-serif; padding: 10px; margin-bottom: 15px; background-color: #f7f7f7; display: flex ; flex-direction: column; width: 100%;}
.info-title { text-decoration: none; color: #000; font-size: 14px; font-weight: 600; display: block; cursor: pointer; }
.info-title:hover { color: #999; }
.info-title::before { float: right; padding-right: 10px; color: #000; content: '\F282'; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: normal !important; font-variant: normal; text-transform: none; line-height: 1; vertical-align: -0.125em; -webkit-font-smoothing: antialiased; }
.infoBox .collapse { padding: 25px 0px; }
.infoBox h1{font-size:19px!important;}
.infoBox h2{font-size:19px!important;}
.infoBox table a { text-decoration: none; color: #000; }
.productImages .product-image { padding: 7px; }
.productImages .product-image img { border: 1px solid #cdcdcd52; border-radius: 13px; }

/* Mobil Menü*/
.mobile-menu-container { position: fixed; top: 0; bottom: 0; left: 0; width: 100%; max-width: 250px; transform: translateX(-100%); transition: all .25s; background-color: #1D1E20; font-size: 1.2rem; line-height: 1.5; box-shadow: 0.1rem 0 0.6rem 0 rgba(50, 50, 50, 0.65); visibility: hidden; z-index: 1001; overflow-y: auto; }
.mmenu-active .mobile-menu-container { transform: translateX(0); visibility: visible; }
.mobile-menu-container .social-icons { -ms-flex-pack: center; justify-content: center; margin-bottom: 0; }
.mobile-menu-container .social-icon { width: 3rem; height: 3rem; margin-bottom: 0; border: 0; background-color: transparent; font-size: 1.5rem; }
.mobile-menu-container .social-icon + .social-icon { margin-left: .3rem; color: white; }
.mobile-menu-container .social-icon:hover, .mobile-menu-container .social-icon:focus { background-color: transparent; color: #fafafa; }
.mobile-menu-wrapper { position: relative; padding: 4.2rem 0 3rem; }
.mobile-menu-close { position: absolute; top: 1rem; right: 1rem; padding: .4rem; color: #fff; font-size: 1.3rem; line-height: 1; cursor: pointer; z-index: 9; }
.mobile-menu-overlay { display: block; position: fixed; top: 0; right: 0; bottom: 0; left: 0; transition: all .25s; background-color: rgba(0, 0, 0, 0.5); opacity: 0; visibility: hidden; z-index: 1000; }
.mmenu-active .mobile-menu-overlay { opacity: 1; visibility: visible; }
.mmenu-active .sidebar-product { display: none; }
.mobile-nav { margin: 0 0 2rem; padding: 0; }
.mobile-menu { margin: 0; padding: 0; list-style: none; }
.mobile-menu > li > a { text-transform: uppercase; }
.mobile-menu li { display: block; position: relative; border-bottom: 1px solid #242527; }
.mobile-menu li a { font-size: 12px; display: block; position: relative; margin-right: 4.5rem; padding: 7px 10px; color: #fff; }
.mobile-menu li a:hover, .mobile-menu li a:focus { color: #b7b7b7; text-decoration: none; }
.mobile-menu li.open > a, .mobile-menu li.active > a { color: #b7b7b7; }
.mobile-menu li ul { display: none; margin: 0; padding: 0; }
.mobile-menu li ul li a { padding-left: 1rem; }
.mobile-menu li ul ul li a { padding-left: 3.5rem; }
.mmenu-btn { display: block; position: absolute; top: 50%; right: -3.8rem; width: 3rem; height: 3rem; margin-top: -1.5rem; text-align: center; border-radius: 0; outline: none; background-color: transparent; color: #fff; font-size: 1.5rem; line-height: 3rem; cursor: pointer; }
.pageSmallTitle { text-align: center; font-size: 23px; display: block; margin-bottom: 25px; }
#regform .form-group { margin-bottom: 15px; }
#logform .form-group { margin-bottom: 15px; }
#profilUpdateForm { margin-top: 35px; margin-bottom: 15px; }
#profilUpdateForm .form-group { margin-bottom: 15px; }
#frmsrl { margin-top: 35px; margin-bottom: 15px; }
#frmsrl .form-group { margin-bottom: 15px; }
.widget-titleNy { text-align: center; font-size: 23px; display: block; margin-bottom: 5px; }
.popupClose { border-radius: 36px; width: 30px; height: 30px; }
.bi-arrow-right-short::before { content: "\f282" !important; font-size: 16px; }
.cartcountBox { position: absolute; right: -9px; top: -4px; width: 1.1rem; height: 1.1rem; font-size: .6rem; line-height: 1.8; text-align: center; border-radius: 50%; background-color: #000; color: #fff; z-index: 1; }
.menuBox .dropdown:hover .dropdown-menu { display: block; position: absolute; margin: 0px; left: 0px; right: 0px; width: 100%; border:0px; border-radius: 0px;}
.overlay { height: 100%; width: 100%; display: none; position: fixed; z-index: 9999999999; top: 0; left: 0; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.9); }
.overlay-content { position: relative; top: 15%; width: 80%; text-align: center; margin-top: 30px; margin: auto; }
.overlay .closebtn { position: absolute; top: 20px; right: 45px; font-size: 39px; cursor: pointer; color: white; }
.overlay .closebtn:hover { color: #ccc; }
.overlay input[type=text] { padding: 15px; font-size: 17px; border: none; float: left; width: 80%; background: transparent; border-bottom: 1px solid #d3d3d3; color: #fff; border-radius: 0px; }
.overlay input:hover { }
.overlay input:focus { border-color: #fff !important; box-shadow: none !important; }
.overlay input:focus-visible { outline: none; box-shadow: none !important; }
.overlay button { float: left; width: 5%; padding: 15px; background: transparent; border: none; border-bottom: 1px solid #d3d3d3; color: #fff; font-size: 17px; cursor: pointer; }
.overlay button:hover { color: #000; }
.searchlist {display:none; list-style: none; position: absolute; z-index: 1005; background-color: white; margin-top: 0px; border: 1px solid rgb(211, 211, 211);padding-left: 0px; }
.salePrice { color: var(--priceTextColor) !important; }
.salePriceBox { width: 38px; height: 38px; font-size: 12px; color: #FFFFFF !important; background-color: var(--productsaleBgColor) !important; border: 1px solid var(--productsaleBgColor) !important; }
.sticky-top { position: -webkit-sticky; position: sticky; top: 0; z-index: 1; }
.ny-add-cart-modal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.5); }
.ny-add-cart-modal-content { background-color: #fff; margin: 15% auto; padding: 20px; border-radius: 10px; border: 1px solid #888; width: 40%; position: relative; }
.ny-add-cart-modal-main-title { display: block; font-weight: 600; font-size: 1.9rem; margin-bottom: 20px; color: #069804; border-bottom: 1px solid #40ad3f; width: 100%; }
.ny-add-cart-modal-main-announce { display: block; font-weight: 600; font-size: 2.8rem; color: #069804; width: 100%; text-align: center; height: 160px; padding-top: 20px; }
.ny-add-cart-modal-close-btn { display: inline-block; width: 40px; height: 40px; border-radius: 50%; background-color: #ffffff; text-align: center; line-height: 37px; font-size: 23px; cursor: pointer; position: absolute; top: -18px; right: -13px; color: #7c7c7c; }
.ny-add-cart-modal-close-btn:hover, .ny-add-cart-modal-close-btn:focus { color: black; text-decoration: none; cursor: pointer; }
.ny-add-cart-modal-container { display: flex; align-items: start; flex-direction: column; }
.ny-add-cart-success-title { color: #40ad3f; }
.ny-add-cart-modal-img { width: 100%; object-fit: cover; border-radius: 7px; border: 1px solid #d7d7d7; }
.ny-add-cart-modal-title { font-weight: 600; font-size: 15px; width: 300px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ny-add-cart-modal-info { font-weight: 400; font-size: 14px; }
.ny-add-cart-modal-btn { padding: 7px 10px 7px 10px; border-radius: 4px; font-weight: 600; font-size: 12px; margin-top: 7px; width: 100%; text-align: center; }
.ny-add-cart-modal-btnzone { justify-content: center; flex-direction: column; }
.ny-add-cart-modal-cart-btn { background-color: #40ad3f; border: 1px solid #40ad3f; color: #fff; transition: all 0.3s ease-in; }
.ny-add-cart-modal-cart-btn:hover { background-color: rgb(255, 255, 255); border: 1px solid #40ad3f; color: #40ad3f !important; }
.ny-add-cart-modal-cont-btn { background-color: #f5f5f5; border: 1px solid #d9d9d9; color: #2a2a2a; transition: all 0.3s ease-in; font-weight: normal; }
.ny-add-cart-modal-cont-btn:hover { background-color: rgb(255, 255, 255); border: 1px solid #40ad3f; color: #40ad3f !important; }
@media screen and (min-width: 300px) and (max-width: 500px) { .ny-add-cart-modal-content { margin: 50% auto; width: 90%; } .ny-add-cart-modal-title { font-weight: 600; font-size: 1.5rem; width: 150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; } .ny-add-cart-modal-container { display: flex; align-items: center; justify-content: center; margin-top: 5px; margin-bottom: 5px; } .ny-add-cart-modal-img { display: block; width: 90px; margin: 0 auto; } .ny-add-cart-modal-btnzone { margin-top: 15px; } .ny-add-cart-modal-main-announce { margin-bottom: 30px; } }
.item-product-box{display:flex; flex-direction: column;}
.item-product-box .item-product-name a { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.font-weight-bold { font-weight: bold !important; }

/* Product & Review */
.productLine{flex-direction: row; justify-content: space-between; margin-top: 30px;}
.flex-comment-bar{display: flex;flex-direction: column;justify-content: center;align-items: center;}
.comment-count:after {content: '|';margin: 0 10px;}
.rating-reviews {display: none;}
.review-info{padding-left:0px;display: flex;flex-direction: row;}
.review-name{display:block;width: 100%;}
.review-date{font-size:13px; color:#000;}
.hide { display: none !important; }
.clear { float: none !important; clear: both !important; }
.rating { width: auto; unicode-bidi: bidi-override !important; direction: rtl !important; text-align: center !important; position: relative !important; }
.rating > label { float: right !important; display: inline !important; padding: 0 !important; margin: 0 !important; position: relative !important; width: 1.1em !important; cursor: pointer !important; color: #000 !important; font-size: 18px; }
.rating > label:hover, .rating > label:hover ~ label, .rating > input.radio-btn:checked ~ label { color: transparent !important; font-size: 18px; }
.rating > label:hover:before, .rating > label:hover ~ label:before, .rating > input.radio-btn:checked ~ label:before, .rating > input.radio-btn:checked ~ label:before { content: "\2605" !important; position: absolute !important; left: 0 !important; color: #FFD700 !important; font-size: 18px; }

/* infoBox */
.infoBox .collapse a{color:#0000EE!important;}
.infoBox .collapse a:visited{color:#551A8B!important;}
.infoBox h1{font-size: 21px!important;font-weight: 600;}
.infoBox h2{font-size: 20px!important;font-weight: 600;}
.infoBox h3{font-size: 19px!important;font-weight: 600;}
.infoBox h4{font-size: 18px!important;font-weight: 600;}
.infoBox h5{font-size: 17px!important;font-weight: 600;}
.infoBox h6{font-size: 16px!important;font-weight: 600;}
.productInfo .infoBox img{max-width:100%; height: auto!important;}
.productInfo .infoBox iframe{max-width:100%;}

/* Popup */
.newsletter-content { margin-left: unset !important; max-width: unset !important; padding: unset !important; }
.ny-popup-img { height: auto !important; width: auto !important; border-top-left-radius: 1rem; border-bottom-left-radius: 1rem; }
.ny-bottom-center { position: absolute; bottom: 15px; left: 5%; }
.ny-coupon-copy { border: 1px dashed black; border-radius: 6px; width: auto; padding: 0 !important; cursor: pointer; }
.ny-icon-popup { position: absolute; top: -14px; z-index: 9999; }
.ny-popup-row { justify-content: center; position: relative; margin-bottom: 10px; }
.ny-copy-text { background-color: #2ecc71; color: white; width: auto !important; border-radius: 6px; height: auto; padding: 5px 10px; display: none; }

/* blogDetail */
.blogDetail a{color:#0000EE!important;}
.blogDetail a:visited{color:#551A8B!important;}
.blogDetail h1{font-size: 21px!important;font-weight: 600;}
.blogDetail h2{font-size: 20px!important;font-weight: 600;}
.blogDetail h3{font-size: 19px!important;font-weight: 600;}
.blogDetail h4{font-size: 18px!important;font-weight: 600;}
.blogDetail h5{font-size: 17px!important;font-weight: 600;}
.blogDetail h6{font-size: 16px!important;font-weight: 600;}

/* contactTextDetail */
.contactTextDetail a{color:#0000EE!important;}
.contactTextDetail a:visited{color:#551A8B!important;}
.contactTextDetail h1{font-size: 21px!important;font-weight: 600;}
.contactTextDetail h2{font-size: 20px!important;font-weight: 600;}
.contactTextDetail h3{font-size: 19px!important;font-weight: 600;}
.contactTextDetail h4{font-size: 18px!important;font-weight: 600;}
.contactTextDetail h5{font-size: 17px!important;font-weight: 600;}
.contactTextDetail h6{font-size: 16px!important;font-weight: 600;}

/* Other */
.ny-info{background: #ffffff!important;color: black!important;border: 1px solid black!important;width: 17px!important;font-size: 11px!important;height: 17px!important;}
.lang-img {height: 17px!important;width: 17px!important;vertical-align: sub!important;}
.top-header-search-box {display: flex;position: relative;}
.top-header-search-box button{position: absolute;min-width: 48px;height: 100%;border-radius: 5px;right: 0; background: transparent; font-size: 12px; padding-right: 19px; color: #fff;}
.top-header-search-box input{flex: 1;min-width: 40px;font-size: 1rem;letter-spacing: inherit;border:none; border-radius: 0px; font-family: inherit; background-color: rgba(0, 0, 0, 0.2);color: #fff; }
.top-header-search-box input:focus {border-color: var(--headerSearchBtColor)!important;box-shadow: none!important;}
.product-search-detay {width: 25px;height: 12px;color: #fff;background-color: var(--productsaleBgColor);border-radius: 2px;padding-left: 4px;}
.blog-search-detay {width: 25px;height: 12px;color: white;background-color: #3498db;border-radius: 2px;padding-left: 4px;}
.searchlist li:hover{background-color: #f7f7f7!important; }
.searchlist { z-index:9999999!important; }
.searchProductname{display:block;}

/* callCenter */
.callCenter{display: flex;align-items: center;margin-right:15px;}
.callCenter .icon{font-size: 29px;}
.callCenter .title{font-size: 15px; font-weight: 600; padding: 0px 10px;}
.callCenter .number{margin: 0px; padding: 0px; text-align: center;}

/* Header Menu */
.header{background-color: transparent; position: fixed; z-index: 999;}
.header:hover .headerSearchBtn{color:#727272;}
.header:hover .top-header-search-box input{background-color: rgba(0, 0, 0, 0.1);}
.header:hover{background-color:#fff;}
.header:hover .top-header-search-box input::placeholder {color: #727272!important;}
.header:hover .top-header-search-box input::-ms-input-placeholder {color: #727272!important;}
.top-header-search-box input::placeholder {color: #fff!important;font-size:12px;}
.top-header-search-box input::-ms-input-placeholder {color: #fff!important;font-size:12px}
.sticky-wrapper .sticky {position: fixed;top: 0;left: 0;right: 0;z-index: 74;background: #fff;}
.justify-content-flex-end{justify-content: flex-end;}
.headerSearchBtn{background: transparent;font-size: 12px;padding-right: 19px;color: #fff;}
.subHeader .top-header-search-box input{background-color: rgba(0, 0, 0, 0.1);}
.subHeader .top-header-search-box input::placeholder {color: #727272!important;}
.subHeader .top-header-search-box input::-ms-input-placeholder {color: #727272!important;}
.subHeader .headerSearchBtn{color:#727272;}

.effect-wrapper:hover .fit-cover{object-fit: cover !important;}
.effect-wrapper:hover .hover-scale{transform: scale(1.05) !important;}
.effect-wrapper [class*="hover-"]:not(.hover-transition-none) {transition: all 0.5s !important;}
.product-item-badges-item{padding: 8px;min-width: 72px;text-align: center;color:#fff; border-radius: 15px;}
.product-item-badges {padding: 10px;gap: 10px;font-size: 12px;}
.flex-direction-column {flex-direction: column;}
.product-label-new-ticket {background-color: #360ae5; }
.product-label-sale-ticket {background-color: #28A745; }
.product-label-fav{background-color: #fff; color: #360ae5; width: 48px; min-width: auto; height: 48px; line-height: 35px; font-size: 18px; border-radius: 100%; text-align: center;}
.optionsColor {padding: 2px 5px;border-radius: 3px;z-index: 1;}
.optionsColor > .color-option {width: 14px;height: 14px;background-color: pink;border-radius: 50%;}
.optionsColor > .color-option:nth-child(1) {background-image: linear-gradient(to right, #3023ae 0%, #53a0fd 48%, #b4ec51 101%);border: solid 1px #ffffff;z-index: 2;}
.optionsColor > .color-option:nth-child(2) {background-image: linear-gradient(to right, #6bceb4 0%, #f98cc2 48%, #fff781 101%);border: solid 1px #ffffff;z-index: 1;margin-left: -6px;}
.color-option {float: left;padding: 2px 5px;align-items: center;}

.sticky:hover .cartIconBox li a{color:#000!important;}
.header-stickyScroll{position: fixed;top: 0;left: 0;right: 0;z-index: 74;background: #fff!important;}
.header-stickyScroll .menuBox > li.nav-item a{color:#000!important;}
.header-stickyScroll .cartIconBox li a{color:#000!important;}
.header-stickyScroll .cartIconBox .dropdownAc a{color:#000!important;}
.product-image {position: relative;display: inline-block;}
.product-image img {display: block; width: 100%;}
.hover-image {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;transition: opacity 0.3s ease;}
.product-image:hover .hover-image {opacity: 1;}
.cat-pagination{display: flex; flex-direction: row; align-items: center; justify-content: space-between; background-color: #fff; padding: 10px;}

.detailPageDiv{padding:0px 20px;}
.subHeader{position: fixed;top: 0;left: 0;right: 0;z-index: 74;background: #fff!important;}
.subHeader .menuBox > li.nav-item a{color:#000;}
.subHeader .cartIconBox li a{color:#000!important;}
.subHeader .cartIconBox .dropdownAc a{color:#000!important;}
.subHeader .mobile-menu-toggler { color: #000 !important; font-size:25px;}

.offcanvas-backdrop.show {backdrop-filter: blur(5px)!important;background-color: rgba(0, 0, 0, 1)!important;opacity: 0.7!important;}
.filterTitle{font-size:20px; }
.ny-filter-title{font-size: 18px!important; font-weight: 700!important; color:#050505!important;}
.ny-filter-home{margin-top: 10px!important;}
.ny-filter-home:nth-child(n+2){border:none!important;}
.mobileFiltreGroup{justify-content: center; align-items: stretch;}
.detailBreadcrumb{display:flex; justify-content: space-between; align-items: center; margin: 20px 0px;}
.breadcrumb-item+.breadcrumb-item::before{content: var(--bs-breadcrumb-divider, ">")!important;}

.productPhotos {}
.product_IMG{width: 100%;}
.image-wrapper {width: 100%;height: 100%;display: block;position: relative;}

.subscription-area{background-color:#7d7d7d; }
.subscription-title-box{padding:20px 0px; text-align: left;}
.subscription-title-box .widget-title{font-size:25px; color:#fff; font-weight: 600;}
.subscription-title-box p{font-size:15px; color:#c4c4c4; font-weight: 300; margin-bottom:0px;}
.subscription-form-box{padding: 20px 0px; align-content: center;}

.infoBox{}
.infoBox .info-text i { width: 38px; height: 38px; line-height: 38px; background-color: #EFEDE8; font-size: 18px; border-radius: 100%; text-align: center; display: inline-block;}

fieldset {border: 1px solid #999;border-radius: 4px;}
legend {border: 1px solid #cdcdcd52;border-radius: 4px;font-size: 17px;font-weight: bold;padding: 5px 20px;width: auto;float: unset;}
.item-product-name a {white-space: normal !important;}
.offcanvas-header .btn-close{border-radius: 100%; border: 1px solid #350AE5;}
.countBG{border-top-left-radius:45px; border-bottom-left-radius:45px; background-color: #360ae5;}
.productCount{margin: 13px; border-radius: 20px; background-color:#fff;}
.productCount button{border: none!important;}
.cartBtnBottom{text-align: center;text-decoration: none;color: #fff;padding: 8px 65px;font-size: 16px;display: inline-block;background-color: #360ae5;border: 1px solid #360ae5;height: 40px;margin-right: 10px;}
.product-images-thumb {position: absolute;z-index: 2;right: 15px;top: 50%;transform: translateY(calc(-100% - 50px));}
.product-images-thumb .swiper-container {max-height: 240px;}
.swiper-container-vertical>.swiper-wrapper {flex-direction: column;}
.product-images-thumb .swiper-container .swiper-slide {width: 80px;height: 80px;cursor: pointer;}
.product-images-thumb .swiper-container .swiper-wrapper .swiper-slide .image-wrapper {padding-bottom: 100%;}
.product-images-thumb .swiper-container .swiper-wrapper .swiper-slide .image-inner {width: 75px;height: 75px;margin: auto;bottom: 0;right: 0;transition: 0.2s;}
.image-wrapper > .image-inner > img {width: auto;height: auto;max-width: 100%;max-height: 100%;display: block;border: 1px solid #bcbcbc;border-radius: 9px;}
.image-wrapper > .image-inner {display: flex !important;align-items: center;justify-content: center;width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.product-images-thumb .swiper-container .swiper-slide-thumb-active .image-inner {width: 100%;height: 100%;}

@media only screen and (max-width: 850px) {
    .mobHide{display: none!important;}
    .mobShow{display: block!important;}
}
@media only screen and (min-width: 850px) {
    .mobHide{}
    .mobShow{display: none!important;}
}

/* Mobile */
@media screen and (min-width: 300px) and (max-width: 500px) {
    header {padding: 1rem 0rem!important;}
    .bilgiBox {align-items: center!important;justify-content: flex-start!important;margin-bottom: 15px!important;}
    .callCenter{display: none!important;}
    .logoImg {display: block;margin-left: auto;margin-right: auto;}
    .mobileSearchIcon{}
    .cartIconBox li{font-size:17px!important;}
    .dropdownAc a i{font-size:21px!important;}
    .product-item-badges{gap:4px!important;}
    .product-item-badges-item{font-size:10px!important; padding:5px!important; min-width: unset!important;}
    .detailPageDiv{padding:10px!important;}
    .detailBreadcrumb{flex-direction: column; align-items: flex-start!important; margin:0px!important;}
    .mobileFiltreGroup{flex-direction: row; justify-content: space-between; align-items: center; width: 100%; margin-top: 25px;}
    .product-cart-add {width:100%;}
    .product-images-thumb {right: 0px!important;bottom: 0%!important;top:unset!important;transform: translateY(calc(0% - 20px))!important;}
    .header-stickyScroll{display: none;}
    .rowMenu{display: none;}
}