h1 {
    font-size: 1.50rem;
}
h2 {
    font-size: 1.25rem;
}
h3 {
    font-size: 1.15rem;
}
h4 {
    font-size: 1.10rem;
}
h6 {
    font-size: 1rem;
}
h6 {
    font-size: 0.75rem;
}
/* header style */
.header-desktop-right {
    gap: 33px;
}
header.desktop.fixed-desktop {
    background: #0c0c0c87;
    backdrop-filter: blur(18px);
    position: fixed;
    z-index: 10;
    transition: 1s;
}
.megamenuinside-anacategory-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.megamenu-kategori-card-right h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.basket-count {
    background: #fff;
    color: #000;
    position: absolute;
    right: -1%;
    bottom: -50%;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    padding: 0px 0px 0px 0px;
}
.categories-body  .basket-count {
    background: #000;
    color: #fff;
}
header .h-center {
    position: relative;
}
.header-search-block {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    left: 0;
    z-index: 5;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.header-search-block.active {
    opacity: 1;
    visibility: visible;
}
header.desktop .search .easy-autocomplete {
    width: 100% !important;
}
header.desktop .search .easy-autocomplete form {
    position: relative;
}
header.desktop .search .easy-autocomplete form input {
    height: 53px;
    border-radius: 36px;
    padding-left: 20px;
    font-size: 14px;
    color: #575757;
    box-shadow: 0px 0px 21px 0px #0000001a;
}
header.desktop .search .easy-autocomplete .btn-send {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
}
header.desktop .search .easy-autocomplete .btn-send img {
    width: 27px;
    height: 100%;
}
.header-search-block .container {
    max-width: 800px !important;
}
.easy-autocomplete .spsi-item img {
    border-radius: 10px;
}
/* header style end */
/* footer stlye */
footer {
    background: #000000;
    padding: 74px 0px 56px 0px;
}
.category-contact-block span {
    color: #A1A1A1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.42px;
    margin-bottom: 14px;
}
.category-contact-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 27px;
}
.category-contact-right span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
}
.category-contact-right h4 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.32px;
    margin: 0px;
}
.category-contact-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.category-contact-item-left {
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.category-contact-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer .info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-bb-bottom-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 27px;
}
.footer-bb-bottom-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 18px;
}
.footer-contracts-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}
.footer-contracts-block a,.footer-copyright span {
    color: #A1A1A1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.32px;
}
.footer-bb-top {
    margin-bottom: 35px;
}
.secure-shopping-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
}
.secure-shopping-item-write {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.secure-shopping-item-write h4 {
    color: #212121;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.72px;
    margin-bottom: 7px;
}
.secure-shopping-item-write span {
    color: #595959;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
    width: 70%;
}
/* footer stlye end */
/* cstm manset style */
.cstm-manset-block {
    background: #000;
    padding: 80px 0px;
}
.cstm-manset-block-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 23px;
}
.cstm-manset-block-left span {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    width: 61%;
}
.cstm-manset-block-left a {
    border: 1px solid #fff;
    padding: 8px 25px;
    font-size: 17px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    color: #ffff;
    font-weight: 500;
}
.cstm-manset-block-left a img {
    width: 11px;
    height: auto;
}
.cstm-manset-block-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    background: #ffe500;
    height: 46px;
    border-radius: 50px;
    padding: 0px 20px 0px 0px;
}
.cstm-manset-block-title-img {
    height: 46px;
    width: 48px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 72px 72px 0px;
}
.cstm-manset-block-title h4 {
    margin: 0px;
    font-weight: 800;
    font-size: 24px;
}
.cstm-manset-block-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 27px;
}
.cstm-manset-block-right img {
    border-radius: 15px;
}
/* cstm manset style end */
/* homepage aurum first block stlye  */
.homepage-aurum-firstblock-left {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    border-radius: 6px;
}
.homepage-aurum-firstblock-right {
    background: transparent;
    border-radius: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 0px;
}

.homepage-aurum-firstblock video {
    border-radius: 5px;
}

.homepage-aurum-firstblock-write {
    text-align: right;
    position: absolute;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: end;
    justify-content: flex-start;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
    background: #0000003d;
}
.homepage-aurum-firstblock-write h4 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.9px;
    margin-bottom: 23px;
}
.home-body .card-product .card-product-inner .title {
    color: #000;
    display: -webkit-box;
    max-width: 100%;
    padding: 0px 30px;
    margin: 23px 0px 0px 0px;
    height: 41px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.home-body .card-product .card-product-inner .price-group .prices .sale-price {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.homepage-aurum-firstblock-write p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.72px;
    text-align: right;
}
.homepage-aurum-firstblock-write span {
    color: #FFE500;
}
.homepage-aurum-firstblock-right-img {
    position: relative;
    margin-right: -23%;
    margin-top: -28%;
}
.aurum-firstblock-banner-item img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
/* homepage aurum first block stlye  */
/* product card stlye */
.card-product {
    background: #000;
    padding: 20px;
    border-radius: 10px;
}
.home-body .card-product {
    background: transparent;
}
.card-product .image .img-auto {
    border-radius: 10px;
}
/* product card stlye end */
/* collection products block style */
.collection-product-bg {
    background: transparent;
    padding: 60px;
}
.collection-product-bg .p-g-mod {
    background: transparent;
    margin-bottom: 0;
}
.collection-product-bg .p-g-mod .p-g-mod-body {
    padding: 0px;
}
.collection-products-block-title {
    color: #fff;
}
.collection-products-block-title {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
}
.collection-products-block-title b {
    font-weight: 800;
}
/* collection products block style end */
/* homepage for banner style */
.homepage-for-banner-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.homepage-for-banner-left {
    display: flex;
    justify-content: flex-end;
}
.homepage-for-banner-right {
    display: flex;
    justify-content: flex-start;
}
/* homepage for banner style end */
/*category page and filter style end */
.product-detail-container .container {
    max-width: 1400px !important;
}
.breadcrumb-wrapper .breadcrumb a {
    color: rgba(161, 161, 161, 0.63);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -0.28px;
}
.homepage-aurum-firstblock {
    margin-top: 0;
}
.breadcrumb-wrapper .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(161, 161, 161, 0.63);
}
.product-detail-body-section {
    background: linear-gradient(90deg, transparent, #fafafa);
    margin-top: -20px;
}
.product-profile-1 .row .col-lg-4 {
    height: 100%;
}
.product-profile-1 .row .col-lg-8 {
    background: #fafafa;
    height: auto;
}
.product-detail-card {
    padding: 20px;
}
.product-profile-1 .carousel {
    border-radius: 2px;
    border: 1px solid #EEE;
    padding: 11px;
}
.product-profile-1 .carousel .carousel-inner {
    border: none;
}
.product-detail-carousel-bottom {
    background: #FAFAFA;
    padding: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 8px;
}
.product-profile-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 43px;
    margin-bottom: 35px;
}
.product-reviews {
    flex-direction: row;
    align-items: center;
    gap: 19px;
    line-height: normal;
}
.product-detail-card-body-prices {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    height: 100%;
    align-items: flex-start;
    gap: 24px;
}
.product-detail-card-body-left {
    width: 50%;
}
.product-detail-card-body-right {
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}
.product-price-group-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 34px;
    color: #000;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    margin-bottom: 7px;
}
.product-price-group-top .discount {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    background: #000;
    padding: 5px 15px;
}
.product-profile-1 .variant-box {
    margin: 0px;
}
.product-detail-card-body .product-buttons {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: stretch;
    gap: 13px;
    position: relative;
}
.variant-box ul li {
    margin: 0px;
}
.product-detail-card-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 55px;
    background: #000;
    border-radius: 4px;
    padding: 15px 35px;
    margin-top: 15px;
    margin-bottom: 14px;
}
.product-detail-card-footer-left {
    width: 13%;
}
.product-detail-card-footer-right {
    width: 86%;
}
.product-detail-card-footer-title h4 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.54px;
    margin: 0;
}
.product-detail-card-footer-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
}
.product-detail-card-footer-title a {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.3px;
    text-decoration-line: underline;
}
.product-detail-card-footer-right p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.48px;
    width: 90%;
}
.product-detail-card-footer-right span {
    color: #FFE500;
    font-weight: 400;
}
.product-details-tab-product-details-tab-colorful .raw-content h1 {
    font-size: 1.75rem;
}
.product-details-tab-product-details-tab-colorful .raw-content h2 {
    font-size: 1.55rem;
}
.product-details-tab-product-details-tab-colorful .raw-content h3 {
    font-size: 1.45rem;
}
.product-details-tab-product-details-tab-colorful .raw-content h4 {
    font-size: 1.25rem;
}
.product-details-tab-product-details-tab-colorful .raw-content h5 {
    font-size: 1.15rem;
}
.product-details-tab-product-details-tab-colorful .raw-content h6 {
    font-size: 1.10rem;
}
.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-link img {
    width: 25px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(81%) sepia(0%) saturate(2960%) hue-rotate(332deg) brightness(78%) contrast(102%);
}
.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active img {
    filter: unset;
}
.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:hover img {
    filter: unset;
}
/* product detail style end */
/* category filter style */
.kategori-filtre .col-12 {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    padding: 2rem;
    z-index: 99999999;
    overflow-y: scroll;
    border-left: 1px solid #ebebeb;
    max-width: 530px;
}
.kategori-filtre {
    display: none;
}
.kategori-filtre.show {
    display: block;
}
.category-filter-order ul li.d-flex {
    background: transparent !important;
}
.kategori-filtre.show .p-g-b-c-inner {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
a.show-btn.ml-1.btn-sidebar-filtre:hover {
    color: #000;
}
.kategori-filtre .pattern-group .p-g-mod .p-g-mod-body {
    padding: 8px;
}
.col-md-6.i-p {
    padding-bottom: 1px;
    padding-top: 1px;
}
a.show-btn.ml-1.btn-sidebar-filtre {
    width: 260px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #fff;
    background: #fff;
    margin-left: 0!important;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.lag-checkbox a img {
    width: 27px;
    height: auto;
    filter: invert(1);
}
.categories-body .lag-checkbox{
    height: 40px!important;
}
.categories-body {
    background: #000;
}
.categories-body header.desktop {
    background: #fff;
}
.categories-body header.desktop .mega-menu .nav-link {
    color: #000;
}
.categories-body header.desktop .logo a img {
    filter: invert(1);
}
.categories-body header.desktop .bar-link img {
    filter: invert(1);
}
.categories-body header.desktop.fixed-desktop {
    background: #ffffff66;
    backdrop-filter: blur(49px);
}
.categories-body .p-g-mod {
    background: transparent;
}
.categories-body header.desktop .mega-menu .nav-item:hover .nav-link {
    color: #000;
}
.categories-body .secure-shopping-item-write h4 {
    color: #fff;
}
.categories-body header.desktop .mega-menu .dropdown-menu {
    background: #fff;
}
.categories-body header.desktop .mega-menu .dropdown-menu h6 {
    color: #000;
}
.urunfiltre-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
/* category page and filter style end */
/* payment page style */
.fastpay-body .steps .step.active .circle, .payment-steps-1 .step.active .circle {
    background: #000 !important;
}
.fastpay-body .steps .step.active, .free-shipping-limit .info .name span, .payment-steps-1 .step.active {
    color: #000 !important;
}
.payment-cart-summary-1 .summary tfoot .final {
    color: #000;
}
.shipment-methods .method .price .text-success {
    color: #000 !important;
}
/* payment page style end */
/* static page style */
.static-page-section .container {
    max-width: 1200px !important;
}
.static-page-section .container .p-g-b-c-0 .p-g-mod, .static-page-section .container .p-g-b-c-1  .p-g-mod {
    background: #000;
    padding: 10px;
    border-radius: 10px;
}
.static-page-section .container .p-g-b-c-0 .p-g-mod .p-g-m-h-i-title {
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 10px 0px;
}
.static-page-section .container .p-g-b-c-0 .p-g-mod .list-menu a {
    color: #fff;
    transition: 1s;
    border-bottom: none;
}
.static-page-section .container .p-g-b-c-0 .p-g-mod .list-menu a {
    color: #fff;
    transition: 1s;
    border-bottom: none;
}
.static-page-section .container .p-g-b-c-0 .p-g-mod .list-menu a:hover {
    color: #ffe500;
    background: transparent;
}
.static-page-section .container .p-g-b-c-1  .p-g-mod .p-g-m-h-i-title {
    color: #fff;
}
.static-page-section .container .p-g-b-c-1 .p-g-mod  .p-g-mod-body {
    color: #fff;
}
.static-page-section .container .p-g-b-c-1 .p-g-mod .table-responsive table {
    color: #fff;
}
.static-page-section .container .p-g-b-c-0 .p-g-mod  .p-g-mod-header {
    padding: 10px 11px;
}
/* static page style end */
.mobile-search form {
    position: relative;
}
.mobile-search .input-box input {
    border: none;
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    padding: 15px;
    height: 45px;
}
.mobile-search .easy-autocomplete {
    width: 100% !important;
    padding: 0px 15px;
}
.mobile-search button {
    position: absolute;
    right: -7px;
    top: -2px;
}
.static-page-titlecontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 65px;
    flex-direction: column;
}
.static-page-titlecontainer h1 {
    font-size: 33px;
    font-weight: bold;
    color: #000;
}
.static-page-titlecontainer span {
    font-size: 20px;
    font-weight: 300;
    color: #8c8c8c;
    width: 50%;
    text-align: center;
}
/* iletisim page style */
.iletisim-tab-block button {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    flex-direction: row;
    padding: 0px 0px 0px 30px;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    outline: none;
}
.iletisim-tab-block button.active {
    background: #000;
    color: #fff;
}
.iletisim-tab-block button.active img {
    filter: invert(1);
}
.contact-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.contact-block-item {
    width: 100%;
    border: 1px solid #000;
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
.contact-block-left {
    width: 50%;
}
.contact-block-right {
    width: 50%;
}
.contact-block-information h4 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.contact-block-information span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.contact-block-information a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
#iletisim-tab2 h6 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
/* iletisim page style end */
/* sidebar style */
.mobile-search {
    margin-bottom: 23px;
}
.mobile-search .easy-autocomplete-container {
    top: -44%;
}
.mobile-search .easy-autocomplete-container ul {
    background: transparent !important;
    border: none;
    border-radius: 15px;
    padding: 8px;
}
.mobile-search .easy-autocomplete-container ul li {
    border: none;
    padding: 4px 9px;
    border-radius: 4px;
    margin-bottom: 9px;
    color: #000;
    background: #fff;
}
/* sidebar style end */
.login-page-agreement-item a {
    color: #000;
    font-weight: bold;
}
.urundetay-cards .owl-nav,.urundetay-cards .owl-dots {
    display: none;
}
.urundetay-cards .p-g-mod-body {
    padding: 0px !important;
}
.product-buttons-two {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    gap: 13px;
    position: relative;
}
/* koleksiyon style */
.koleksiyon-banner-item {
    position: relative;
    padding: 20px;
    border-radius: 15px;
    background: #000;
}
.koleksiyon-banner-item-img {
    margin-bottom: 15px;
}
.koleksiyon-banner-item-write {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.koleksiyon-banner-item-write span {
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    width: fit-content;
    height: 100%;
    padding: 5px 15px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.koleksiyon-banner-item-write h4 {
    color: #FFE500;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 700;
}
.koleksiyon-banner-item-write p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.koleksiyon-banner-item-img img {
    border-radius: 5px;
}
.koleksiyon-banners-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}
/* koleksiyon style end */
.social-media i {
    color: #fff;
    font-size: 20px;
}
.social-media {
    display: flex;
    flex-direction: row;
    gap: 12px;
}
.secure-shopping-item-write a {
    color: #595959;
    text-decoration: underline;
}
.pesinfiyat-tax {
    color: #676767;
    font-size: 15px;
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 6px;
}
.olcutablosu-tab button.active {
    background: #000 !important;
}
.olcutablosu-tab button {
    background: transparent;
}
.olcutablosu-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
/* no name style */
.home-headline .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.homepage-for-banner-block img {
    width: 100%;
    height: fit-content;
}
.owl-carousel-item .banner-item .img-auto {
    width: 100%;
    height: 100%;
}
.card-product .image .img-auto {
    width: 100%;
    height: 100%;
}
.secure-shopping-item-img img {
    max-width: 125px;
    max-height: 125px;
    width: 100%;
    height: 100%;
}
.etbislogo img {
    width: 84px;
    height: 100%;
}
.agelogo img {
    width: 144px;
    height: 100%;
}
.category-contact-item-left img {
    width: 32px;
    height: 100%;
}
header.desktop .header-bar .bar-link .icon img {
    width: 32px;
    height: 100%;
}
.btn-sidebar-menu #sidebarIcon {
    width: 24px;
    height: 24px;
}
/* no name style end */
span.pFiyat.LastFiyat {
    display: flex;
    width: 100%;
    gap: 5px;
    padding: 8px 1px;
    background: #ffe501;
    border-radius: 200px;
    color: #000;
    justify-content: center;
    margin-top: 8px;
}
span.DetailFiyat.detaiLastFiyat1119 {
    display: flex;
    background: #ffe501;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 500;
    gap: 5px;
    margin-top: 6px;
    border-radius: 200px;
}
.fast-product-cart-box .btn-cart {
    background-color: #000;
}
.fast-product-cart-box .product-buttons .product-quantity {
    display: none;
}
.ceviri {
    font-size: 14px!important;
    color: #fff!important;
    background: rgb(255 255 255 / 15%);
    padding: 10px 15px;
}
.dropdown-languages-1 .dropdown-menu {
    background: #fff !important;
    border: 0 !important;
        position: absolute;
    top: 10px !important;
    left: -15px !important;
}
.dropdown-languages-1 .dropdown-menu {
    color: #fff !important;
    width: 25% !important;
    min-width: 102px !important;
}
.dropdown-item:hover {
    color: #000 !important;
}
.pattern-group .p-g-mod .p-g-mod-body {
    padding: 0 !important;
}
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form .btn-send {
    width: 80px !important;
}
.categories-body .ceviri {
    background: #bbbbbb !important;
}
.homepage-aurum-firstblock-right-img {
    position: absolute;
    margin-right: -23%;
    margin-top: -68%;
    /* justify-self: flex-start; */
}
.cargo-giftcount {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
}
.footer-copyright {
    display: flex;
    gap: 3px;
}
.home-headline .p-g-mod-body {
    position: relative;
}
.home-headline .p-g-mod-t-45 .carousel-type-1 .carousel-control-next, .home-headline .p-g-mod-t-45 .carousel-type-1 .carousel-control-prev {
    display: flex;
}
.product-detail-card-body-right .two-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: flex-end;
}
.product-gram {
    font-size: 13px;
    border: 1px solid #000;
    padding: 8px 8px;
    font-weight: 500;
    border-radius: 5px;
}
.olcutablo-btn {
    font-size: 13px;
    padding: 8px;
    font-weight: 500;
}
.home-headline .carousel-item .img-auto {
    width: 100%;
    height: 100%;
}
@media(max-width:700px) {
    .native-modal .native-modal-close {
        top: -5px !important;
        right: -5px !important;
        width: 30px;
        height: 30px;
    }
}
@media(max-width:1680px) {
    .homepage-aurum-firstblock-right-img {
        margin-right: -17%;
    }
}
@media(max-width:1440px) {
    header.desktop .search .easy-autocomplete .btn-send img {
        width: 23px;
    }
    header.desktop .search .easy-autocomplete form input {
        height: 53px;
    }
    header.desktop .header-bar .bar-link .icon img {
        width: 28px;
    }
    .product-gram, .olcutablo-btn {
        font-size: 12px;
    }
    .pesinfiyat-tax img {
        width: 20px;
        height: 20px;
    }
    .pesinfiyat-tax {
        font-size: 13px;
        align-items: center;
        gap: 6px;
    }
    .koleksiyon-banner-item-write span {
        font-size: 11px;
    }
    .koleksiyon-banner-item-write h4 {
        font-size: 19px;
    }
    .koleksiyon-banner-item-write p {
        font-size: 14px;
    }
    .static-page-titlecontainer {
        margin-top: 25px;
    }
    .iletisim-tab-block button {
        font-size: 15px;
        padding: 0px 0px 0px 16px;
    }
    .product-detail-card-footer {
        gap: 40px;
    }
    .product-detail-card-footer-right p {
        font-size: 14px;
    }
    .product-detail-card-footer-title a {
        font-size: 13px;
    }
    .product-detail-card-footer-title h4 {
        font-size: 17px;
    }
    .product-detail-card-footer-title {
        margin-bottom: 24px;
    }
    .product-buttons .btn-fast-buy {
        font-size: 16px;
        padding: 16px 0px;
    }
    .product-buttons .btn-cart {
        font-size: 16px;
        padding: 14px 0px;
    }
    .product-profile-info li {
        font-size: 15px;
    }
    .product-profile-1 h1.title {
        font-size: 21px;
    }
    .product-price-group .prices {
        gap: 17px;
    }
    .product-price-group .prices .list-price {
        font-size: 16px;
    }
    .product-price-group .prices .sale-price {
        font-size: 20px;
    }
    .variant-box .name {
        font-size: 14px;
    }
    .product-price-group-top {
        gap: 22px;
        font-size: 14px;
    }
    .variant-box ul li .options a {
        padding: 8px 14px;
        font-size: 13px;
    }
    .collection-products-block-title {
        font-size: 29px;
        margin-bottom: 20px;
    }
    .homepage-aurum-firstblock-write p {
        font-size: 20px;
        margin: 0px;
    }
    .homepage-aurum-firstblock-write h4 {
        font-size: 26px;
    }
    .homepage-aurum-firstblock-right-img {
        margin-right: -18%;
        margin-top: -30%;
    }
    .homepage-aurum-firstblock-right-img img {
        width: 300px;
        height: 100%;
        aspect-ratio: 1;
        object-fit: cover;
    }
    .cstm-manset-block-right img {
        width: 280px;
        height: 100%;
    }
    .cstm-manset-block-left a {
        padding: 6px 22px;
        font-size: 16px;
    }
    .cstm-manset-block-left span {
        font-size: 20px;
        width: 85%;
    }
    .cstm-manset-block-title h4 {
        font-size: 22px;
    }
    .cstm-manset-block-title {
        gap: 11px;
    }
    .cstm-manset-block-title-img img {
        width: 26px;
        height: 26px;
    }
    .category-contact-right span {
        font-size: 12px;
    }
    .category-contact-right h4 {
        font-size: 15px;
    }
    .footer-contracts-block a, .footer-copyright span {
        font-size: 14px;
    }
    .header-desktop-right {
        gap: 16px;
    }
    .category-contact-item-left {
        width: 55px;
        height: 55px;
    }
    .category-contact-item-left img {
        width: 28px;
    }
}
@media(max-width:1366px) {
    .modal-newsearch .modal-dialog {
        top: 15%;
    }
}
@media (max-width:1280px) {
    .collection-products-block-title {
        font-size: 25px;
    }
}
@media(max-width:1200px) {
    .koleksiyon-banners-row {
        gap: 12px;
    }
    .homepage-aurum-firstblock {
        margin: 0;
    }
    .koleksiyon-banner-item-write span {
        font-size: 9px;
        padding: 4px 9px;
    }
    .koleksiyon-banner-item-write p {
        font-size: 13px;
    }
    .koleksiyon-banner-item-write h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .basket-count {
        right: -12%;
        bottom: 2%;
        width: 14px;
        height: 14px;
        font-size: 10px;
        padding: 0px 1px 0px 0px;
    }
    .static-page-titlecontainer h1 {
        font-size: 26px;
    }
    .static-page-titlecontainer span {
        font-size: 17px;
    }
    #iletisim-tab2 h6 {
        font-size: 16px;
    }
    .contact-block-left {
        width: 70%;
    }
    .contact-block-item {
        gap: 15px;
    }
    .contact-block-information h4 {
        font-size: 16px;
    }
    .contact-block-information span {
        font-size: 12px;
    }
    .iletisim-tab-block button img {
        width: 15px;
        height: auto;
    }
    .iletisim-tab-block button {
        font-size: 13px;
        gap: 6px;
        padding: 0px 0px 0px 12px;
    }
    div#shareAge {
        padding: 11px 0px;
    }
    .product-buttons .btn-fast-buy {
        font-size: 14px;
        padding: 16px 0px;
    }
    .product-buttons .btn-cart {
        font-size: 14px;
        gap: 17px;
        padding: 12px 16px;
    .breadcrumb-wrapperpx;readcrumb a {
        font-size: 12px;
    }
    .product-price-group-top .discount {
        font-size: 13px;
        padding: 3px 11px;
    }
    .product-detail-card-footer-title h4 {
        font-size: 16px;
    }
    .product-detail-card-footer-title a {
        font-size: 12px;
    }
    .product-detail-card-footer-right p {
        font-size: 13px;
    }
    .product-detail-card-footer-title {
        margin-bottom: 15px;
    }
    .collection-products-block-title {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .homepage-aurum-firstblock-right-img {
        margin-right: -22%;
        margin-top: -35%;
    }
    .homepage-aurum-firstblock-right-img img {
        width: 262px;
        height: 100%;
    }
    .homepage-aurum-firstblock-write h4 {
        font-size: 24px;
        margin-bottom: 17px;
    }
    .homepage-aurum-firstblock-write p {
        font-size: 17px;
    }
    .cstm-manset-block-left a {
        padding: 3px 18px;
        font-size: 13px;
    }
    .cstm-manset-block-left span {
        font-size: 17px;
    }
    .cstm-manset-block-title-img img {
        width: 24px;
        height: 24px;
    }
    .cstm-manset-block-title h4 {
        font-size: 18px;
    }
    .cstm-manset-block-title-img {
        height: 42px;
    }
    .cstm-manset-block-title {
        gap: 11px;
        height: 42px;
    }
    .cstm-manset-block-right img {
        width: 235px;
        height: 100%;
    }
    .secure-shopping-item-write span {
        font-size: 15px;
        width: 75%;
    }
    .secure-shopping-item-write h4 {
        font-size: 17px;
    }
    .secure-shopping-item {
        gap: 20px;
    }
    .secure-shopping-item-img img {
        max-width: 110px;
        max-height: 110px;
    }
    .category-contact-right h4 {
        font-size: 14px;
    }
    .category-contact-item-left {
        width: 50px;
        height: 50px;
    }
    .category-contact-item-left img {
        width: 25px;
    }
    .etbislogo img {
        width: 75px;
    }
    .footer-contracts-block a, .footer-copyright span {
        font-size: 12px;
        line-height: normal;
    }
    .header-desktop-right {
        gap: 11px;
    }
    header.desktop .header-bar .bar-link .icon img {
        width: 28px;
    }
}
@media(max-width:991px) {
    .pd-col-left .p-g-mod {
        margin-bottom: 10px;
    }
    .product-body .breadcrumb-wrapper {
        margin-top: 10px;
    }
    .breadcrumb-wrapper .breadcrumb a {
        line-height: normal;
        font-size: 12px;
    }
    span.pFiyat.LastFiyat {
        padding: 5px 13px;
        width: fit-content;
    }
    span.DetailFiyat.detaiLastFiyat1119 {
        padding: 7px 14px;
        font-size: 12px;
    }
    .koleksiyon-banners-row {
        grid-template-columns: 1fr 1fr;
    }
    .product-buttons-two {
        gap: 5px;
        width: 100%;
    }
    .product-detail-card-body-prices {
    display: flex;
    height: 100%;
    gap: 8px;
    }
    .basket-count {
        right: 2%;
        bottom: 2%;
    }
    .homepage-aurum-firstblock {
        margin: 0px;
    }
    header.mobile .right a:last-child {
        margin-right: 5px;
    }
    .static-page-titlecontainer {
        margin-bottom: 40px;
    }
    .static-page-titlecontainer span {
        width: 80%;
    }
    .contact-block {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .magazalar-cards-block .row .col-12:first-child {
        margin-bottom: 20px;
    }
    .iletisim-tab-block button img {
        width: 16px;
        height: auto;
    }
    .iletisim-tab-block button {
        font-size: 16px;
        padding: 0px;
        margin: 0px;
        justify-content: center;
    }
    .iletisim-tab-block button:last-child {
        grid-column: 1 / span 2;
        text-align: center;
    }
    .iletisim-tab-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    .product-detail-card-footer-right p {
        width: 100%;
    }
    .product-detail-card-footer-title {
        margin-bottom: 13px;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
    .product-detail-card-footer-left {
        width: 100%;
    }
    .product-detail-card-footer-right {
        width: 100%;
    }
    .product-detail-card-footer {
        gap: 19px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 15px;
        text-align: center;
    }
    .product-buttons .btn-fast-buy {
        width: 100%;
    }
    .product-buttons .btn-cart {
        width: 100%;
        margin-left: 0px;
    }
    .product-detail-card-body .product-buttons {
        flex-direction: column;
        align-items: flex-end;
        gap: 5px;
    }
    .product-reviews {
        gap: 10px;
    }
    .product-profile-1 h1.title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .product-detail-card-body-left {
        width: 100%;
        margin-bottom: 15px;
    }
    .product-detail-card-body-right {
        width: 100%;
    }
    .product-detail-card-body-prices {
        flex-direction: column;
        margin-bottom: 15px;
        align-items: flex-start;
    }
    .homepage-for-banner-right {
        justify-content: center;
        margin-top: 20px;
    }
    .homepage-for-banner-left {
        justify-content: center;
        margin-bottom: 20px;
    }
    .homepage-aurum-firstblock-right {
        justify-content: space-between;
        padding: 0 10px;
    }
    .homepage-aurum-firstblock-right-img img {
        width: 125px;
        height: 100%;
    }
    .homepage-aurum-firstblock-right-img {
        position: absolute;
        margin-right: 0;
        margin-top: 0;
        top: -18%;
        right: -6%;
    }
    .homepage-aurum-firstblock-left {
        margin-bottom: 10px;
    }
    .cstm-manset-block-left span {
        text-align: center;
        width: 70%;
    }
    .cstm-manset-block-title {
        align-items: center;
        justify-content: center;
        padding: 0px 20px 0px 0px;
    }
    .cstm-manset-block-left {
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    footer {
        padding: 35px 0;
    }
    .footer-bb-bottom-left {
        gap: 18px;
    }
    .secure-shopping-item-write span {
        font-size: 13px;
        width: 100%;
        text-align: left;
    }
    .secure-shopping-item-write h4 {
        font-size: 15px;
        margin-bottom: 4px;
        text-align: left;
    }
    .secure-shopping-item-write {
        text-align: left;
        align-items: flex-start;
        width: 50%;
    }
    .secure-shopping-item-img img {
        max-width: 80px;
        max-height: 80px;
    }
    .secure-shopping-block .secure-shopping-item:nth-child(3), .secure-shopping-block .secure-shopping-item:nth-child(4) {
        margin: 0px;
    }
    .secure-shopping-item {
        gap: 20px;
        margin-bottom: 15px;
        justify-content: flex-start;
        flex-direction: row;
    }
    .footer-contracts-block {
        gap: 10px;
        flex-wrap: wrap;
    }
    footer .info {
        width: 100%;
        gap: 15px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .footerinfo-item {
        width: 100%;
    }
}
@media(max-width:768px) {
    .homepage-aurum-firstblock {
        margin: 0px;
    }
    .product-detail-card {
        padding: 20px 15px 20px 10px;
    }
    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-link img {
        width: 20px;
    }
    .homepage-aurum-firstblock-right-img img {
        width: 120px;
    }
    .homepage-aurum-firstblock-write p {
        font-size: 16px;
    }
    .homepage-aurum-firstblock-write h4 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .homepage-aurum-firstblock-right-img {
        top: -22%;
        right: -5%;
    }
    .category-contact-right {
        text-align: left;
    }
    .etbislogo img {
        width: 65px;
    }
    .category-contact-right h4 {
        font-size: 13px;
    }
    .category-contact-right span {
        font-size: 11px;
    }
    .category-contact-block span {
        font-size: 12px;
    }
    .category-contact-item-left {
        width: 40px;
        height: 40px;
    }
    .category-contact-item-left img {
        width: 19px;
    }
    .category-contact-item {
        gap: 10px;
    }
    .footer-bb-bottom-left,.footer-bb-bottom-right {
        gap: 11px;
    }
    .footer-contracts-block a, .footer-copyright span {
        line-height: normal;
    }
}
@media(max-width:576px) {
    .collection-products-block-title {
        font-size: 24px;
        margin-bottom: 7px;
    }
    .product-detail-carousel-bottom {
        margin-bottom: 10px;
    }
    .collection-product-bg .owl-wrapper .owl-single-button-next button {
        padding: 0px 0px 0px 2px;
    }
    .collection-product-bg .owl-wrapper .owl-single-button-prev button {
        padding: 0px 2px 0px 0px;
    }
    .collection-product-bg .owl-wrapper .owl-single-button-prev,.collection-product-bg .owl-wrapper .owl-single-button-next {
        top: 38%;
    }
    .koleksiyon-banner-item-write p {
        text-align: left;
    }
    .koleksiyon-banners-row {
        grid-template-columns: 1fr;
    }
    .koleksiyon-banner-item-write span {
        font-size: 11px;
        padding: 4px 12px;
    }
    .koleksiyon-banner-item-write h4 {
        font-size: 19px;
        margin-bottom: 2px;
    }
    .koleksiyon-banner-item-write {
        align-items: flex-start;
    }
    .product-profile-1 .carousel {
        border-radius: 5px;
        border: 1px solid #EEE;
        background: #fdfdfd;
        padding: 11px;
    }
    .breadcrumb-wrapper .breadcrumb {
        margin-bottom: 0rem;
    }
    .product-profile-1 .row .col-lg-4 .p-g-mod-t-13 {
        margin: 0px;
    }
    .basket-count {
        right: 0%;
        bottom: 45%;
    }
    header.mobile .right a:last-child {
        margin-right: 4px;
    }
    .contact-block-left,.contact-block-right {
        width: 100%;
    }
    .contact-block-item {
        gap: 11px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 10px 15px;
    }
    .iletisim-tab-block {
        grid-template-columns: 1fr;
        gap: 11px;
    }
    .iletisim-tab-block button:last-child {
        grid-column: unset;
        text-align: center;
    }
    .product-profile-info {
        margin-bottom: 15px;
    }
    .product-profile-info li {
        font-size: 14px;
    }
    .product-detail-card {
        padding: 15px;
    }
    .secure-shopping-block .secure-shopping-item:nth-child(3) {
        margin-bottom: 15px;
    }
    .collection-product-bg {
        padding: 0;
    }
    .homepage-aurum-firstblock-right-img {
        position: relative;
        margin-right: 0;
        margin-top: 0;
        top: 0;
        right: 0;
    }
    .homepage-aurum-firstblock-write h4 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .homepage-aurum-firstblock-write {
        text-align: right;
        border-radius: 15px;
        right: 10px;
        left: 10px;
        padding: 18px;
    }
    .homepage-aurum-firstblock-write p {
        font-size: 15px;
        width: 100%;
    }
    .homepage-aurum-firstblock-right {
        justify-content: center;
        padding: 0 10px;
        align-items: center;
        border-radius: 0px;
    }
    .homepage-aurum-firstblock-left {
        grid-template-columns: 1fr 1fr;
    }
    .cstm-manset-block {
        padding: 30px 0px;
    }
    .cstm-manset-block-left span {
        width: 95%;
        margin-bottom: 0px;
    }
    .cstm-manset-block-right {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
    .category-contact-item-left {
        width: 50px;
        height: 50px;
    }
    .category-contact-item-left img {
        width: 24px;
    }
    .category-contact-block span {
        font-size: 13px;
    }
    .category-contact-right h4 {
        font-size: 15px;
    }
    .footer-bb-bottom-left {
        margin-bottom: 15px;
    }
    .footer-bb-bottom-right {
        flex-direction: row;
        justify-content: space-between;
        gap: 18px;
        align-items: flex-end;
    }
    .footer-bb-top {
        margin-bottom: 23px;
    }
    footer .info {
        gap: 10px;
        grid-template-columns: 1fr;
    }
    header.mobile .right .icon-group img {
        width: 29px;
        height: 29px;
    }
}