/** Shopify CDN: Minification failed

Line 441:27 Expected ":"

**/
@media (max-width: 719px) {
nav.breadcrumbs-container {
    visibility: hidden;
    height: 0;
}}

h1.product-title {
    font-weight: 500;
    color: rgb(86, 89, 89) !important;
}

.toggle-title .product-section--title, .tab-popup-header .product-section--title {
    font-weight: bold;
}

.toggle-content.popup-mobile.is-show {
    z-index: 99999 !important;
}

a.product-section--title.tab-title {
    text-decoration: none !important;
}


.productView-tab .tabs-contents-vertical .tab-content:first-child {
    border-top: 1px solid #d3d3d3;
}

.productView-tab .tabs-contents-vertical .tab-content:last-child {
    border-bottom: none;
}

.productView-tab .tab-content .icon-dropdown {
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.productView-tab .tab-content svg {
    fill: #323232;
    stroke: #323232;
    width: 20px;
    height: 18px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease
}

.productView-tab .tab-content .toggleLink.is-open svg {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.tabs-contents.tabs-contents-horizontal.clearfix.halo-text-format {
    padding-left: 20px;
    padding-right: 20px;
}
a.toggleLink.popup-mobile {
    text-decoration: none !important;
}







.tabs{
    display: none;
}

.tabs .tab{
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 8px);
    margin: 0 0 16px 0;
    position: relative;
    text-align: left;
}

.tabs .tab-title{
    display: block;
    font-size: var(--font-body-size);
    font-weight: var(--font-weight-medium);
    white-space: nowrap;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    /* border: 1px solid #e6e6e6; */
    color: black;
    letter-spacing: .02em;
    line-height: 22px;
    padding: 18px 415px;
    position: relative;
    text-transform: uppercase;
    transition: all ease .3s;
}

.tabs .tab:nth-child(odd){
    margin-right: 8px;
}

.tabs-contents .toggleLink{
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: black;
    letter-spacing: .02em;
    line-height: 22px;
    padding: 18px 45px 18px 0;
    position: relative;
    text-transform: uppercase;
    transition: all ease .3s;
}

.tabs-contents .toggleLink .icon-plus{
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    pointer-events: none;
    transform: translateY(-50%);
    background-color: transparent;
    background-position: unset;
    background-repeat: unset;
    background-image: unset;
    transition: all ease .3s;
}

.tabs-contents .toggleLink .icon-plus:after,
.tabs-contents .toggleLink .icon-plus:before{
    content: "";
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translate(0,-50%);
    background: black;
    transition: all ease .3s;
}

.tabs-contents .toggleLink .icon-plus:before{
    right: 4px;
    width: 2px;
    height: 10px;
}

.tabs-contents .toggleLink .icon-plus:after{
    right: 0;
    width: 10px;
    height: 2px;
}

.tabs-contents .toggleLink.is-open .icon-plus:before{
    transform: translateY(-50%) rotate(90deg);
}

.tabs-contents .toggle-content{
    display: none;
    position: relative;
    padding: 5px 0 15px 0;
}

.tabs-contents .toggle-content.is-active,
.tabs-contents-horizontal .toggle-content,
.tabs-contents-popup .toggle-content{
    display: block;
}

.tabs-contents-horizontal .tab-content{
    display: none;
}

.tabs-contents-horizontal .tab-content.is-active{
    display: block;
}

.tabs-contents-vertical .tab-content:last-child,
.tabs-contents-vertical_sidebar .tab-content:last-child {
    border-bottom: 1px solid #d3d3d3;
}

.tabs-contents-vertical .tab-content + .tab-content,
.tabs-contents-vertical_sidebar .tab-content + .tab-content {
    border-top: 1px solid #d3d3d3;
}

.tab-showMore.is-show {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 0 30px 0;
    background-color: rgba(var(--color-background-rgb), .9);
    background: linear-gradient(to bottom, rgba(var(--color-background-rgb),0) 0, rgba(var(--color-background-rgb),.8) 12%, rgba(var(--color-background-rgb),.9) 34%, rgba(var(--color-background-rgb),.96) 57%, var(--color-background) 73%);
}

.tab-showMore.is-less {
    display: block;
    text-align: center;
    padding: 35px 0 10px;
}

.productView-tab .tabs {
    text-align: center;
    margin: 45px 0 20px;
}

.productView-tab .tabs .tab-title {
    color: var(--bg-black);
    font-size: calc(var(--font-body-size) + 4px);
    text-transform: capitalize;
    font-weight: var(--font-weight-semibold);
}

.productView-tab .tabs .tab-title:after {
    height: 3px;
    background: var(--border-color);
}

.tab-showMore .button{
    max-width: 300px;
}

.pdViewTab-close {
    position: absolute;
    top: 42px;
    right: -4px;
    width: 24px;
    height: 24px;
    display: none;
    font-size: 0;
    transform: rotate(-45deg);
}

.pdViewTab-close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
    background-color: black;
}

.pdViewTab-close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background-color: black;
}

.pdViewTab-close-mobile {
    top: 18px;
    right: 12px;
    width: 25px;
    height: 25px;
    padding: 12px;
}

.pdViewTab-close-mobile:before {
    width: 1px;
}

.pdViewTab-close-mobile:after {
    height: 1px;
}

.popup-mobile.is-show .pdViewTab-close-mobile,
.sidebar-mobile.is-show .pdViewTab-close-mobile {
    display: block;
}

body.tab-popup-show {
    overflow: hidden;
    padding-inline-end: 16px;
}

.tab-popup-show .background-overlay {
    pointer-events: auto;
    opacity: 1;
}

.tab-popup-show .halo-productView-right {
    position: inherit;
    z-index: inherit;     
}

@media (max-width: 1024px) {
    .productView-tab .tabs .tab-title {
        padding-bottom: 3px;    
        margin-bottom: 10px;    
    }

    .productView-tab.layout-popup .tabs {
        white-space: nowrap;
        overflow-x: auto;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    .productView-tab .tabs .tab-title {
        margin-bottom: 0;
    }
} 

@media screen and (max-width: 808px) {
    .tabs-contents .toggle-content.show-mobile {
        display: block;
    }
    
    .tab-showMore.is-show {
        display: none;
    }

    .tab-content .toggle-content.popup-mobile,
    .tab-content .toggle-content.sidebar-mobile {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        display: block;
        transition: all ease .3s;
        background-color: #fff;
        z-index: 100;
        transform: translate3d(0, 50px, 0);
        padding: 0;
    }

    .tab-content .toggle-content.sidebar-mobile {
        left: auto;
        z-index: 101;
        transform: translate(101%);
        max-width: calc(100vw - 40px);
    }

    .tab-content .toggle-content.popup-mobile.is-show,
    .tab-content .toggle-content.sidebar-mobile.is-show {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateZ(0);
    }

    .toggle-content.popup-mobile .tab-popup-header,
    .toggle-content.sidebar-mobile .tab-popup-header {
        padding: 18px 20px;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.21);
    }

    .toggle-content.popup-mobile .tab-popup-header h5,
    .toggle-content.sidebar-mobile .tab-popup-header h5 {
        font-size: 14px;
        font-weight: var(--font-weight-semibold);
        color: black;
        text-transform: uppercase;
        margin: 0 30px 0 0;
    }

    .toggle-content.popup-mobile .tab-popup-content,
    .toggle-content.sidebar-mobile .tab-popup-content {
        padding: 15px 20px 80px;
       /*- max-height: calc(100vh - 40px); -*/
        max-height: -webkit-fill-available !important;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .tabs-contents .toggleLink.popup-mobile .icon-dropdown,
    .tabs-contents .toggleLink.sidebar-mobile .icon-dropdown {
        transform: translateY(-50%) rotate(-90deg);
    }

    .product-full-width-2 .tabs-contents .toggleLink.popup-mobile .icon-dropdown,
    .product-full-width-2 .tabs-contents .toggleLink.sidebar-mobile .icon-dropdown {
        transform: translateY(-50%);
    }

    #halo-product-custom-information .halo-popup-content {
        max-height: 350px;
        overflow-y: auto;
    }

    .tabs-contents .toggleLink.show-mobile .icon-plus:before {
        transform: translateY(-50%) rotate(90deg);
    }

    .productView-tab .tab-content + .tab-content {
        border-top: 1px solid #d3d3d3;
    }
}

@media (min-width: 809px){
    .tabs{
        border-bottom: 1px solid #e6e6e6;
    }

    .tabs .tab{
        width: auto;
        margin-bottom: 0;
    }

    .tabs .tab-title{
        padding: 0 0 20px 0;
        margin: 0 30px 0 0;
        overflow: visible;x
        border: none;
    }

    .tabs .tab-title:after{
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0;
        height: 2px;
        transition: all ease .3s;
        background: black;
    }

    .tabs .tab:nth-child(odd){
        margin-right: 0;
    }

    .tabs .tab-title.is-open:after{
        width: 100%;
    }

    .tabs-horizontal{
        display: block;
        margin: 30px 0;
    }

    .tabs-contents-horizontal .toggle-title{
        display: none;
    }

    .tabs-contents-horizontal .tabs-contents .tab-content,
    .tabs-contents-popup .tabs-contents .tab-content{
        display: none;
    }

    .tabs-contents-horizontal .tabs-contents .toggle-content{
        display: block!important;
    }

    .tabs-contents-horizontal .tabs-contents .tab-content.is-active{
        display: block;
    }

    .tab-showMore{
        display: none;
    }

    .tabs-contents-popup .tab-content {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        max-height: 700px;
        display: block;
        transition: all ease .3s;
        background-color: #fff;
        z-index: 2;
        transform: translate3d(0, 50px, 0);
        padding: 30px 0;
    }

    .tabs-contents-popup .tab-content.is-active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(0, 0, 0);
    }

    .tabs-contents-popup.is-show:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: block;
        background-color: #fff;
        transition: all ease .3s;
    }

    .tabs-contents-popup .tab-content .toggle-content {
        overflow-x: hidden;
        overflow-y: auto;
        height: calc(100% - 52px);
    }

    .tabs-contents-popup .tab-content .toggle-content::-webkit-scrollbar {
        width: 5px;
    }

    .tabs-contents-popup .tab-content .toggle-content::-webkit-scrollbar-track {
        background: #f4f4f4;
    }

    .tabs-contents-popup .tab-content .toggle-content::-webkit-scrollbar-thumb {
        background: #000;
    }

    .tabs-contents-popup .tab-content .toggle-content::-webkit-scrollbar-thumb:hover {
        background: #000;
    }

    .productView-tab.layout-popup .tabs {
        border-bottom: none;
        text-align: left;
        margin: 15px 0 30px;
    }

    .productView-tab.layout-popup .tabs .tab {
        margin-bottom: 15px;
    }

    .productView-tab.layout-popup .tabs .tab-title {
        color: black;
        font-size: calc(var(--font-body-size) + 2px);
        font-weight: var(--font-weight-medium);
        margin: 0;
        padding-bottom: 0;
        text-decoration: underline;
        text-underline-position: under;
        text-decoration-color: #4f4f4f;
    }

    .productView-tab.layout-popup .tab + .tab .tab-title {
        margin-left: 15px;
        padding-left: 15px;
    }

    .productView-tab.layout-popup .tab + .tab .tab-title:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 16px;
        background-color: #cbcbcb;
    }

    .productView-tab.layout-popup .tabs .tab-title:after {
        display: none;
    }

    .productView-tab.layout-popup .tab-content .toggleLink {
        font-size: calc(var(--font-body-size) + 8px);
        text-transform: capitalize;
        font-weight: var(--font-weight-semibold);
        pointer-events: none;
        padding: 0 45px 28px 0;
    }

    .productView-tab.layout-popup .tab-content .toggleLink .icon-plus,
    .productView-tab.layout-popup .tab-content .toggleLink .icon-dropdown {
        display: none;
    }

    .pdViewTab-close {
        display: inline-block;
        right: 24px;
    }
    
    .tabs-contents .toggle-content--height{
        max-height: var(--maximum-des-to-show);
        overflow: hidden;
        transition: max-height .3s ease;
    }

    .toggle-content .tab-popup-header {
        display: none;
    }

    [data-vertical="sidebar"] .tab-content .toggle-content {
        display: block !important;
        pointer-events: none;
        position: fixed;
        top: 0;
        left: unset;
        right: 0;
        bottom: unset;
        width: 500px;
        height: 100%;
        max-width: 50vw;
        height: 100%;
        max-height: 100%;
        display: block;
        transition: transform var(--duration-default) ease-in-out;
        background-color: #fff;
        z-index: 101;
        transform: translateX(100%);
        padding: 0;
        overflow-y: auto;
    }

    [data-vertical="sidebar"] .tab-content .toggle-content.is-show {
        pointer-events: auto;
        transform: translateX(0);
    }

    [data-vertical="sidebar"] .toggle-content .tab-popup-header,
    [data-vertical="sidebar"] .is-show .pdViewTab-close-mobile {
        display: block;
    }

    [data-vertical="sidebar"] .toggle-content .tab-popup-header {
        padding: 10px 25px;
        box-shadow: 0 0 3px #00000036;
    }

    [data-vertical="sidebar"] .toggle-content .tab-popup-header h5 {
        font-size: 14px;
        font-weight: var(--font-weight-semibold);
        color: black;
        text-transform: uppercase;
        margin: 0 30px 0 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    [data-vertical="sidebar"] .tab-content .toggle-content .tab-popup-content {
        padding: 10px 25px;
    }
}

@media (min-width: 1200px) {
    .productView-tab .tabs .tab-title {
        margin-right: 50px;
    }
}











.product-horizontal-tabs .pickup-availability-info .caption-text {
    text-transform: unset;
}

.product-horizontal-tabs .productView-tab .tabs {
    border-bottom: none;
    text-align: left;
    margin: 38px 0 5px;
}

.product-horizontal-tabs .productView-tab .tabs .tab-title {
    padding: 0 0 5px;
    font-size: calc(var(--font-body-size) + 2px);
}

.product-horizontal-tabs .tab-descriptionShowmore {
    display: block;
}

.product-horizontal-tabs .tab-descriptionShowmore .button {
    max-width: 230px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-width: 2px;
    font-weight: 400;
    border-color: #cbcbcb;
    color: #3c3c3c;
}

.product-horizontal-tabs .tabs-contents .toggle-content--height {
    max-height: 300px;
    overflow: hidden;
    transition: max-height .3s ease;
}

.product-horizontal-tabs .productView-tab .tabs .tab-title:after {
    height: 2px;
    bottom: 10px;
}

.product-horizontal-tabs .productView-videoPopup {
    right: auto;
    left: 75px;
}

.productView-tab.layout-vertical {
    display: block;
    margin-top: 17px;
}

.productView-tab .tabs-contents-vertical .tab-content:first-child {
    border-top: 1px solid #d3d3d3;
}

.productView-tab .tabs-contents-vertical .tab-content:last-child {
    border-bottom: none;
}

.productView-tab .tab-content .icon-dropdown {
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.productView-tab .tab-content svg {
    fill: #323232;
    stroke: #323232;
    width: 20px;
    height: 18px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease
}

.productView-tab .tab-content .toggleLink.is-open svg {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}


@media screen and (max-width: 1279px) {
    .product-horizontal-tabs .productView-bottom {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-horizontal-tabs .productView {
        padding-top: 0;
    }
}

@media (max-width: 808px) {

    .product-horizontal-tabs .productView-tab .tabs {
        margin: 65px 0 0px;
    }

    .product-horizontal-tabs .productView-bottom {
        padding-left: 15px;
    }

    .product-horizontal-tabs .productView-tab .tabs .tab-title {
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .product-horizontal-tabs .productView-moreItem {
        width: auto !important;
    }

    .product-horizontal-tabs .bundle-product {
        padding-right: 10px;
    }
    


    .productView-tab .tab-content svg {
        width: 16px;
        height: 14px;
    }

    .productView-tab .tabs-contents-horizontal .tab-content {
        display: block;
        border-top: 1px solid #d3d3d3;
    }

    .productView-tab .tabs-contents-horizontal .tab-content .toggle-content:not(.show-mobile),
    .productView-tab .tabs-contents-popup .tab-content .toggle-content:not(.show-mobile) {
        display: none;
    }

    .productView-tab .tab-content .toggleLink.show-mobile svg {
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }


    .productView-tab .tab-content svg {
        width: 16px;
        height: 14px;
    }


  
    .product-horizontal-tabs .halo-productView-left {
        width: 62.4155%;
    }

    .product-horizontal-tabs .halo-productView-right {
        width: 37.5845%;
        padding-right: 75px;
    }

    .product-horizontal-tabs .productView-bottom {
        padding-left: 75px;
        max-width: 1000px;
    }

    .product-horizontal-tabs .productView-nav .slick-dots {
        bottom: 25px;
        text-align: right;
        padding-right: 30px;
    }

    .product-full-width .productView-container.container-full {
        padding-right: 60px;
    }
}

@media (min-width: 1500px) {
    .product-horizontal-tabs .halo-productView-left {
        width: 70.4155%;
    }

    .product-horizontal-tabs .halo-productView-right {
        width: 29.5845%;
    }
}

@media (pointer: coarse) {
    .cursor-wrapper {
        display: none !important;
    }
}




    .ns2024_description .download-links {
        margin-bottom: 20px;
    }
    .ns2024_description .videos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .ns2024_description .videos div {
      padding-left: 5px !important;
      padding-right: 5px !important;
    }
   .ns2024_description  .video-container {
        width: calc(33.33% - 10px);
        margin-bottom: 20px;
    }
   .ns2024_description  .video-container iframe {
        width: 100%;
        height: 200px;
    }
    .ns2024_description .download-links ul {
        padding: 0;
    }
     .ns2024_description .download-links h2 {
    font-weight: 700;
    padding-bottom: 10px !important;
     }

   .ns2024_description .videos div {
     min-width: 270px;
  }

    @media screen and (max-width: 768px) {
       .ns2024_description  .video-container {
            width: calc(50% - 10px);
            margin-bottom: 20px;
        }
      .ns2024_description .container {
        display: block;
    }
    }
    @media screen and (max-width: 480px) {
       .ns2024_description  .video-container {
            width: 100%;
            margin-bottom: 20px;
        }
    }


.modal-content .tab-popup-content {
    white-space: normal;
}

.buy-now-button:hover {
    background-color: #ffb600;
}

/*pruoduct - page----*/
.buy-now-button {
    border: 1px solid #ffc536;
    padding: 18px !important;
    background-color: #ffc536;
    color: #1c1c1c !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-radius: 3px !important;
    text-align: center;
}

div#buy-now-buton-div {
    width: 100%;
}


/*----paymet iconları-----*/

ul#payment_iconlari {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -5%;
}

ul#payment_iconlari li {
    list-style: none;
}

ul#payment_iconlari li {
    list-style: none;
    padding-right: 11px;
}
/*----paymet iconları--son---*/





/*----------omac variant---------*/

a#omacvrt span {
    color: black;
    font-size: 13px;
    font-weight: 600;
}


span#omacvrt_baslik {
    font-weight: bold;
    margin-top: 14px;
    display: block;
    margin-bottom: 15px;
}

div#omacvrt_block {
    margin-bottom: 35px;
}
div#omacvrt_block div {
    padding: 3px;
}

div#omacvrt_block img {
    border: solid 1px #3761bf3d;
    border-radius: 18px;
}


div#omacvrt_block img:hover {
    border-color: #3761bfb8;
  box-shadow: 0px 5px 3px #3761bf3d;
}

div#omacvrt_secim img {
    border: solid 2px #3761bfb8 !important;
    box-shadow: 0px 4px 3px #3761bf3d;
}
img#omacvrt_stok {
    opacity: 0.4;
}
div#omacvrt_block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

a#omacvrt img {
    max-width: 80px;
}
@media screen and (max-width: 768px) {
a#omacvrt img {
    max-width: 68px;
}
}

/*----------omac variant---------*/



.small-promo {
    display: none !important;
}





/*------Modal-OMAC--------*/
#modal-ac {
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

#modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.modal-icerik {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    width: 86%;
    max-width: 790px;
    max-height: 800px;
    overflow-y: auto;
    scrollbar-width: none; 
}
@media screen and (max-width: 768px) {
.modal-icerik {
    top: 50%;
    width: 100%;
    max-height: 100%;
}
}

.modal-kapat {
    float: right;
    font-size: 25px;
    font-weight: normal;
    cursor: pointer;
    border: 1px solid #9e9e9e75;
    background: #9e9e9e00;
    border-radius: 5px;
    margin-top: 8px;
}

.butonlar {
    margin-top: 20px;
    text-align: center;
}

.butonlar button {
    padding: 10px;
    margin: 5px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}



#modal-icerik-1 {
    display: block;
}
  #modal-icerik-2 {
    display: block;
}
  #modal-icerik-3 {
    display: block;
}
  #modal-icerik-4 {
    display: block;
}

div#omac_trust_badge {
    display: flex;
    margin-top: 25px;
    justify-content: center;
}
div#omac_trust_badge button {
    margin-right: 15px;
}
div#omac_trust_badge #modal-ac-4 {
    margin-right: 0 !important;
}

button#modal-ac-1 {
    background: url(https://cdn.shopify.com/s/files/1/0153/8513/3156/files/omac_60_return_day.gif);
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}
button#modal-ac-2 {
    background: url(https://cdn.shopify.com/s/files/1/0153/8513/3156/files/freeship.png);
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}
button#modal-ac-3 {
    background: url(https://cdn.shopify.com/s/files/1/0153/8513/3156/files/Omacus_seller.png);
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}
button#modal-ac-4 {
    background: url(https://cdn.shopify.com/s/files/1/0153/8513/3156/files/customer_service.png);
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}

#modal-icerik-1 #modal-ac-1 {
    width: 55px;
    height: 55px;
    margin-right: 5px;
    border-radius: 32px;
}

#modal-icerik-1 #modal-ac-2 {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#modal-icerik-1 #modal-ac-3 {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#modal-icerik-1 #modal-ac-4 {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#modal-icerik-2 #modal-ac-1 {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#modal-icerik-2 #modal-ac-2 {
    width: 55px;
    height: 55px;
    margin-right: 5px;
    border-radius: 32px;
}
#modal-icerik-2 #modal-ac-3 {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#modal-icerik-2 #modal-ac-4 {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#modal-icerik-3 #modal-ac-1 {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#modal-icerik-3 #modal-ac-2 {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#modal-icerik-3 #modal-ac-3 {
    width: 55px;
    height: 55px;
    margin-right: 5px;
    border-radius: 32px;
}
#modal-icerik-3 #modal-ac-4 {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#modal-icerik-4 #modal-ac-1 {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#modal-icerik-4 #modal-ac-2 {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#modal-icerik-4 #modal-ac-3 {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#modal-icerik-4 #modal-ac-4 {
    width: 55px;
    height: 55px;
    margin-right: 5px;
    border-radius: 32px;
}

div#modal_content iframe {
    width: -webkit-fill-available !important;
}
div#modal_content img {
    width: -webkit-fill-available !important;
}

/*-----Modal---OMAC-----SON----*/


@media screen and (max-width: 768px) {
.breadcrumbs-container {
    margin-top: -15px !important;
}}


.ns2024_description img {
    width: -webkit-fill-available;
}

/*-----Ozel Günler Banner PC-Tablet---*/

@media (min-width: 859px){

.OG_Mobil {
    display: none;
}
}

@media (max-width: 858px){

.OG_PC {
    display: none;
}
}

/*-----Ozel Günler Banner PC-Tablet---*/


@media (min-width: 859px){
.site-logo-image {
    padding-top: 10px;
}}


@media (max-width: 1023px){
.site-header-cart {
    margin-top: 7px;
    margin-right: 10px;
}}


section#Description center {
    width: -webkit-fill-available !important;
}



section#Description img {
    max-width: -webkit-fill-available !important;
    height: auto !important;
}

@media screen and (min-width: 1080px){
.section--canonical {
    margin-top: 0;
    padding-top: 1px;
}}


@media (max-width: 859px){
.announcement-bar {
    display: none;
}}


/* =============================================================================
   Responsive Table CSS
   ========================================================================== */
table#NewARM {
    overflow: scroll;
    display: block;
    border: 2px solid white;
}

@media (max-width: 999px) {
    table.dataTable tbody td {
        font-size: 11px !important;
        border-left: 1px solid #5454541c;
    }
}

#NewARM > thead > tr > th:nth-child(1) {
    min-height: 49px;
}

#NewARM > thead > tr > th:nth-child(3) {
    min-height: 48px;
}

#NewARM > thead > tr > th:nth-child(4) {
    min-height: 88px;
}

.dataTable tbody td:nth-child(4) {
    min-height: 92px;
    min-width: 145px;
}

#NewARM > thead > tr > th:nth-child(5) {
    min-height: 126px;
    border-bottom: none !important;
    min-width: 200px;
    border-bottom: 1px solid #b2b2b2 !important;
}

.dataTable tbody td:nth-child(5) {
    min-height: 130px;
}

@media screen and (min-width: 50em) {
    .dataTable {
        display: table;
    }

    .dataTable thead {
        display: table-header-group;
        float: none;
    }

    .dataTable tbody {
        display: table-row-group;
    }

    .dataTable thead tr, .dataTable tbody tr {
        display: table-row;
    }

    .dataTable th, .dataTable tbody td {
        display: table-cell;
    }

    .dataTable td, .dataTable th {
        width: auto;
    }
}

@media (max-width: 792px) {
    div#armcontainer {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
        padding-top: 30px;
        margin-bottom: 30px;
        border-bottom: none !important;
        background: #f4f4f4;
        border: 1px solid #c2c8ce36;
    }

    .dataTables_wrapper .dataTables_filter input {
        margin-left: 25% !important;
    }

    .dataTables_filter {
        text-align: center !important;
    }
}

@media (min-width: 793px) {
    .dataTables_wrapper .dataTables_filter {
        text-align: left !important;
    }

    div#armcontainer {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
        padding-top: 50px;
        background: #f4f4f4;
        border: 1px solid #c2c8ce36;
        margin-top: 20px;
    }

.productView-tab .tabs {
    margin: 15px 0 20px !important;
}

section.featured-collection__container {
    margin-top: 60px;
}  

}

label#Vehicle_text {
    font-size: large;
    font-weight: bold;
}

div#NewARM_length {
    display: none !important;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 5px !important;
    background: white !important;
}

div#NewARM_filter label {
    color: #3761bf;
    font-weight: bold;
    font-size: medium;
}

div#NewARM_filter input::placeholder {
    font-size: small;
}

section.featured-collection__container {
    margin-bottom: 30px;
}

.dataTables_wrapper .dataTables_filter {
    float: left !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

table.dataTable {
    background: white;
}

a#compa_url {
    text-decoration: none;
    font-size: large;
    font-weight: bold;
    color: #3761bf;
}

a#compa_url {
    display: flex;
    align-items: center;
    max-width: 300px;
}

a#compa_url img {
    width: 27px;
    margin-right: 5px;
}
td.dataTables_empty {
    color: red;
}
td.dataTables_empty span {
    display: block;
}


/*---------dinamic top banner--------*/
div#Dinamic_Banner_Alan {
    background-color: #333e48;
}

#Dinamic_Indirim h4 {
    color: white;
      font-size: 28px;
  font-weight: 700;
   
}

p.Dinamic_Slogan {
    font-size: 25px; 
    color: white;
  font-weight: 600;
}


span#Psf_Fiyati {
    padding-left: 11px;
    font-size: 25px;
    padding-right: 7px;
    text-decoration-line: line-through;
    color: white;
}

span#Satis_Fiyati {
    padding-right: 5px;
    font-size: 25px;
    font-weight: 600;
    color: white;
}

span#Kariniz {
    background: red;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    color: white;
}

div#dinamic_Banner {
    padding-top: 20px;
    padding-bottom: 5px;
}

div#dinamic_alan2 {
    max-width: 1040px;
}

#Dinamic_Indirim h4 {
  justify-self: right;
  display: inline-block;
  animation: discount-title 1s ease-out infinite alternate;
}


span#Indirim_Orani {
    font-size: 23px;
    color: white;
    font-weight: 600;
    padding-left: 15px;
}

@media (max-width: 991px){
span#Indirim_Orani {
    display: block;
}}

@media (max-width: 991px){
span#Indirim_Orani {
    padding-left: 0 !important;
}}



@media (max-width: 377px){
div#dinamic_fiyat_alani {
    padding-left: 0;
    padding-right: 0;
}}


@keyframes discount-title {
  from {
    transform: scale(1.02);
  }

  to {
    transform: scale(1.1);
    color: #ffbb01;
  }
}





div#dinamic_alan2 {
    position: absolute;
    padding-bottom: 10px;
    right: 0;
    left: 0;
    text-align: center;
    top: 0;
}
@media (min-width: 720px){
div#Dinamic_Banner_Alan {
    display: none !important;
}}

span#product_title_banner {
    color: white;
    left: 28%;
    text-align: left;
}


span#product_title_banner {
    display: flex;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 30px;
}

span#product_title_banner span {
    font-size: medium;
    padding-left: 11px;
}

/*---------dinamic top banner--------*/


/*--------Üretici Logosu-------*/
div#Madein_logo {
    position: absolute;
    top: 10px;
    right: 134px;
}



@media screen and (min-width: 1024px) {
    .site-header-logo {
        margin-right: 9% !important;
        margin-bottom: 15px;
    }
      .site-header-main .live-search {
        margin-right: 10% !important;
    }
}


/*-----Fitment alanı----*/

form.productitem--swatches-container {
    margin-top: -2px;
}

span#Fitment_product {
    background-color: #757575;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: normal;
}
/*-----Fitment alanı----*/


/*-----Fitment alanı----*/


.promo-block--content-wrapper {
    background-color: #00000082;
    padding: 20px;
}
label.form-field-title {
    color: black;
}
.site-footer-block-content {
    color: black;
}
nav.site-footer-navigation a {
    font-size: larger;
}

/*-- footer--iceweb----*/
@media screen and (min-width: 1024px) {
.site-footer-blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  row-gap: 50px;
    column-gap: 20px;
}}
@media (min-width: 790px) {
  .site-footer-blocks {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .site-footer-block-item.site-footer-block-newsletter {
    width: fit-content !important; max-width: 316px !important;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer-block-item {
    width: fit-content !important;
  }
}
.form-field.newsletter-submit .button-primary {
  background-color: #000000a6;
  border-color: #565553;
}

    .site-footer-wrapper {
        border-top: 1px solid #56555347;
    }


.site-footer-block-content a.navmenu-link.navmenu-link-depth-1:Before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #777675;
    border-top: 2px solid #777675;
    transform: rotate(45deg);
    margin-right: 5px;
    margin-bottom: 2px;
}
.site-footer-block-newsletter .newsletter .newsletter-input {
    min-width: 184px !important;
}
.newsletter .button-primary {
    padding-top: 13px !important;
    margin-top: 2px !important;
  border: none !important;
}


/*----Urun Lpc sorunu-----*/

/*---
#baslik_mobil { display: none; }

@media (max-width: 719px){
.product-gallery--navigation {
    position: absolute !important;
    max-width: fit-content !important;

}

.product-gallery.click-to-zoom-enabled {
    padding-bottom: 89px;
    background-color: #9e9e9e1a;
    padding-top: 10px;
}
    .product-details {
        background-color: #9e9e9e2b;
        min-height: 575px;
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }  

.product-app {
    position: absolute !important;
}
.product-block.product-block--sku {
    padding-bottom: 45px;
}
.product-app {
    position: absolute !important;
    padding-top: 22px !important;
}
  h1.product-title {
    opacity: 0;
}
}
-----*/