@font-face {
    font-family: 'Erotique Text';
  src: url(../fonts/ErotiqueText-Regular.eot);
  src: url(../fonts/ErotiqueText-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/ErotiqueText-Regular.woff2) format('woff2'),
    url(../fonts/ErotiqueText-Regular.woff) format('woff'),
    url(../fonts/ErotiqueText-Regular.ttf) format('truetype'),
    url(../fonts/ErotiqueText-Regular.svg#ErotiqueText-Regular) format('svg');
    font-weight: normal;
    font-style: normal;
}

:root{
    --main-font:"Open Sans", sans-serif;
    --heading-font:'Erotique Text';
    --heading-font-weight:600;
    --theme-color:#161f2e;
    --theme-heading-color:#161f2e;
    
    --theme-bg-color:#161f2e;
    --theme-bg-hover-color:#24324b;

    --theme-secondary-color:#A3B3C3;

    --main-color:#000000;
    --main-color-hover:#2d2a26;
    --heading-color:#2d2a26;
    
    --link-hover-color:#161f2e;
    --link-color:#2d2a26;
    

    --button-color:#fff;
    --button-hover-color:#161f2e;
    --button-bg-color:#161f2e;
    --button-bg-hover-color:#F8F9FA;
    --button-border-color:#161f2e;

}

.menu-wrapper-349875{
    margin-left: -100px;
}
.box-02348{
    position: relative;
}
.horizontal-menu .ul-top-items .li-top-item{
    height: 110px;
    display: flex;
    align-items: center;
}

.mega-menu-container{

}

.container-239840{
    padding: 0;
}
.container-239840 .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.horizontal-menu .mega-menu-container .sub-item2-content{
    display: flex;
    flex-direction: column;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.mega-menu-container .product-col-box,
.mega-menu-container .category-col-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    padding-top: 15px;
    border: 1px solid #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
}

@media (min-width: 1024px) {
    .horizontal-menu .mega-menu-container .sub-item2-content{
        max-width: 12%!important;
    }
}

.horizontal-menu .mega-menu-container .sub-item2-content img{
    width: 100px;
    height: auto;
}
.wrapper-9283455{
    padding-left: 3rem;
}




.horizontal-menu .ul-top-items .li-top-item .mega-menu-container{
    top: calc(100% + .75rem);
    padding: 3rem 4.5rem 3rem 4.5rem!important;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.horizontal-menu .ul-top-items .li-top-item:hover .mega-menu-container{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 100%;
}
#logo{    
    padding: 0.5rem 0;
}
#logo img{    
    width: 100px;
    height: auto;
}
.header-wrapper-340958{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.col-cart-2348 {
    display: flex;
    gap: 7px;
}
.search-wrapper-349785{
	padding-right: 1rem;
}

.search-wrapper-349785 .search-button{
    background: transparent;
    border: 0;
    line-height: 2.8rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
	cursor: pointer;
}

.search-wrapper-349785 .search-button:before {
    content: "\e86f";
    font-family: "Linearicons-Free";
	font-size: 2rem;
    vertical-align: top;
    display: inline-block;
    line-height: inherit;
}
#search-by-category {
    display: none;
}

#search-by-category.open {
    display: block;
}

#search-by-category .search-content {
    padding: 0;
    border: 0;
    margin: 0;
    background: rgba(0,0,0,0.75);
    box-shadow: none;
    right: 0;
    width: auto;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
}


#search-by-category .search-content .search-container {
    padding: 0;
    position: absolute;
    width: 80%;
    max-width: 1170px;
    margin: auto;
    left: 0;
    right: 0;
    top: 10%;
}

#search-by-category .search-container #text-search {
    padding: 10px 0;
    padding-right: 205px;
    padding-left: 30px;
    height: 60px;
    width: 100%;
    font-size: 1.4rem;
    border: 2px solid var(--link-hover-color);
    z-index: 1;
    background: #fff;
    color: #b1b1b1;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
#search-by-category #sp-btn-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
#btn-search-category {
    border: none!important;
    box-shadow: none;
    text-shadow: none;
    height: 100%;
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0;
    width: 65px;
    background: var(--link-hover-color);
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

#search-by-category .search-content .button-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    background: none;
    border: 0;
    border-radius: 100%;
    padding: 0;
    line-height: 1;
}

#search-by-category .search-content .button-close:before {
    content: "\e870";
    font-family: "Linearicons-Free"; 
	font-size: 3rem;
    vertical-align: top;
    display: inline-block;
    line-height: inherit;
}

#search-by-category .search-ajax{
    width: 90%;
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-list {
    max-height: none;
    padding: 15px 0px;
    display: flex;
    flex-wrap: wrap;
}

@media(max-height:1400px){
    #search-by-category .search-ajax,
    #search-by-category .search-ajax .ajax-result-container,
    #search-by-category .search-ajax .ajax-result-container .ajax-result-list{
        max-height: 700px;
    }

} 

#cart{
	float: none;
}
#cart > .btn:before{
	font-size: 2.4rem;
}
.box-setting>button {
    background: transparent;
    border: 0;
    line-height: 2.8rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    color: #333!important;
    font-size: 1.2rem!important;
}

.box-setting>button:before {
    content: "\e82a";
    font-family: "Linearicons-Free";
    font-size: 2rem;
    display: inline-block;
    vertical-align: top;
}

.box-setting>.dropdown-menu {
    left: auto;
    right: 0;
    border: 0;
    padding: 23px 20px 20px 20px;
    width: 190px;
    font-size: 1.4rem;
    border: 0;
    margin-top: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.07);
}
.box-setting .dropdown-menu .btn-group>ul li, 
.box-setting .dropdown-menu #top-links .dropdown>ul li {
    list-style: none;
    padding: 0;
}
.box-setting .dropdown-menu .btn-group>ul li button, 
.box-setting .dropdown-menu #top-links .dropdown>ul li>a {
    line-height: 26px;
    color: #333;
    text-align: left;
    padding: 5px 0;
    background-color: transparent!important;
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: capitalize;
    display: block;
    border: 0;
}


.box-setting .dropdown-menu #top-links .dropdown>ul li>a:hover,
.search-wrapper-349785 .search-button:hover,
.box-setting>button:hover,
.box-setting>button:active,
.box-setting>button:focus{
    color: var(--link-hover-color)!important;
    background-color: transparent!important;
}

#wishlist-total .txt-count, #cart .txt-count{
	top: -0.3rem;
	right: -1rem;
	font-weight: 500;
}

.text-count-0{
	display: none;
}

.dropdown-menu-right.pt-account{
    padding-left: 0;
}

.option-radio-23094{
    display: flex;
    gap: 8px;
}
.option-radio-23094 .radio{
    position: relative;
    margin: 0;
}
.option-radio-23094 .radio label {
    position: relative;
    padding-left: 0;
    padding-right: 2px;
    margin: 0;
    border: none!important;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.option-radio-23094 .radio.char-xl label {
    min-width:50px;
}
.option-radio-23094 .radio.active label,
.option-radio-23094 .radio:not(.disabled) label:hover{
    color: var(--link-hover-color);
    border: 1px solid  #d0d0d0;
    border: 1px solid  var(--link-hover-color);
}
.option-radio-23094 .radio label img{
    width: 35px;
    padding: 2px;
}

.option-radio-23094 .radio.active label img{
    border: 1px solid  var(--link-hover-color);
}

.option-radio-23094 input{
    visibility: hidden;
    position: absolute;
}
.option-radio-23094 .radio.disabled label {
    opacity: 0.5;
}

.option-radio-23094 .radio.disabled label::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #666666;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(-45deg);
}

.option-radio-23094 .radio.char-xl.disabled label::after{
    transform: rotate(-25deg);
}
.col.col3 .row1{
    margin-bottom: 30px;
}

.outofstock-0894 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    font-size: 10px;
    color: var(
    --link-hover-color);
    background: rgb(255 255 255 / 95%);
    line-height: 1;
    padding: 0.2rem;
    font-weight: 500;
}

.additional-images .swiper-slide{
    width: 128px!important;
}

.additional-container .swiper-viewport .swiper-button-next,
.additional-container .swiper-viewport .swiper-button-prev{
    opacity: 1;
}

.product-info-details .short-description{
    line-height: 1.5;
    margin-bottom: 3rem;
    font-weight: 300;
}

.additional-container .swiper-viewport .swiper-button-disabled{
    opacity: 0.1;
}

.list-categories-230942 .list-group-item span{
    display: none;
}
.tool-bar-93823,
.tool-bar-93824{
    display: none;
}
.tool-bar {
    margin-top: -13px;
}
.tool-bar .row div:first-child .btn-group{
    margin-left: -25px;
}

.slider-values {
    display: flex;
    justify-content: space-between;
}

.currency-box-983734{
    display: inline-flex;
}

.currency-box-983734 span{
    margin-left: 3px;
}

/*=====================*/
.faceted-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(25, 25, 25, 0.5);
    z-index: 100;
  }
  .faceted-overlay .overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .faceted-overlay .overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .faceted-overlay .spinner {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
  }
  @keyframes spin {
    100% {
      transform: rotate(360deg);
    }
  }
  /*=====================*/

  .custom-category .caption h4 a{
    transition: none;
  }
  .custom-category.layout-result .caption h4 a{
    transition: ease .3s all;
  }
  #input-sort{
    font-size: 1.2rem;
  }
  #input-limit{
    font-size: 1.3rem;
  }

  
  .box-023894{
    display: flex;
}

  a.whatsapp-siparis-23423 {
    border: 1px solid #259528;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.6rem;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #259528;
    width: 36rem;
}
a.whatsapp-siparis-23423 i{margin-right: 5px;}
#product-category{
    margin-top: 30px;
}

#checkout-cart,
#checkout-checkout{
    margin-top: 3rem;
}
.checkout-cart-thumbnail{
    width: 100px;
}

.checkout-cart-table td{
    vertical-align: middle !important;
}

.option-name-23489{
    font-weight: 500;
}
#footerMobileMenu{
    display: none;
}

.dropdown-sort-menu-66456{
    display: none;
    position: absolute;
    z-index: 10;
    top: 100%;
    padding-left: 0;
    padding-top: 1rem;
    width: 100%;
    list-style: none;
    text-align: center;
    background: #fff;   
}

.dropdown-sort-menu-66456.open{
    display: block;
}

ul.dropdown-sort-menu-66456 li {
    display: block;
    padding: 0.5rem;
    border-bottom: 1px solid #eee;
}

.tool-bar-mobile{
    position: relative;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

button.mobile-filter-trigger, 
button.mobile-sort-trigger {
    display: flex;
    width: 100%;
    font-size: 1.4rem;
    padding: 0 6.7rem;
    line-height: 3rem;
    vertical-align: middle;
    border-radius: 1rem;
    text-transform: uppercase;
    font-weight: 400;
    background: #222;
    border: none;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
button.mobile-sort-trigger .fa{
    font-size: 1.2rem;
}
button.mobile-filter-trigger .fa{
    font-size: 1.3rem;
}

.tool-bar-mobile .col-xs-6:first-child{
    padding-right: 0.5rem;
}

.tool-bar-mobile .col-xs-6:last-child{
    padding-left: 0.5rem;
}

.common-home .tool-bar-mobile{
    display: none;
}

.show-sidebar i:first-child{
    visibility: hidden;
}

.whatsapp-button {
    position: fixed;
    bottom: 110px;
    right: 23px;
    z-index: 99;
    background-color: #000000;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 60px;
    height: 60px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    transition: all .3s;
}

.whatsapp-button:before,
.whatsapp-button:after {
  content: '';
  display: block;
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  border: 1px solid #000000;
  border-radius: 50%;
}


.whatsapp-button:before {
  animation: ripple 2s linear infinite;
}

.whatsapp-button:after {
  animation: ripple 2s linear 1s infinite;
}

@keyframes ripple{
  0% { transform: scale(1); }
  50% { transform: scale(1.3); opacity:1; }
  100% { transform: scale(1.6); opacity:0; }
}

.instagram-button {
    position: fixed;
    bottom: 118px;
    left: 15px;
    z-index: 99;
    background-color: #E1306C;
    background-image: linear-gradient(to left top, rgb(131, 58, 180), rgb(253, 29, 29), rgb(252, 176, 69));
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 25px -6px rgb(0 0 0);
    transition: all .3s;

}

.youtube-button {
    position: fixed;
    bottom: 175px;
    left: 15px;
    z-index: 99;
    background-color: #ff0000;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
    transition: all .3s;
}


.youtube-button i, 
.whatsapp-button i,
.instagram-button i{
    font-size: 3rem;
}
.youtube-button:hover,
.whatsapp-button:hover,
.instagram-button:hover{
    color: #fff;
    box-shadow: 0px 0px 25px -6px   rgba(0, 0, 0, 0.2);
}

.common-home.mobile-layout .custom-category{
    margin-top: 2rem;
}

.pro-label.sale.sale-discount-percentage {
    font-size: 1.4rem;
    top: 3.2rem;
    min-width: 3.6rem;
    text-align: center;
    line-height: 2.4rem;
    height: 2.4rem;
}

#galleryData.loading::before {
    content: 'YÜKLENİYOR';
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    position: absolute;
    z-index: 10;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
}

.footer-logo-23409 {
    display: block;
    position: relative;
    top: -40px;
    text-align: center;
    margin: 0 auto 0;
    border-radius: 100%;
    background: #fff;
    padding-top: 50px;
}

.footer-logo-23409 img{
    width: 200px;
    transform: translateY(-20px);
}


.footer-bottom {
    background: var(--theme-bg-color);
}
.footer-copyright .text-powered {
    color: #ffffff;
}

#information-contact .breadcrumb,
.plaza-blog .breadcrumb,
.plaza-blog .tool-bar-93821{
    display: none;
}

.plaza-blog #content > h1{
    margin-top: 30px;
    margin-bottom: 30px;
}

#information-contact #content{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.logo-230942{
    margin-right: 15px;
    max-width: 140px;
}

.footer-2343324{
    position: relative;
}

.footer-2343324:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -300px;
    left: 0;
    display: flex;
    width: 100%;
    height: 300px;
    background: linear-gradient(0deg, rgba(249, 249, 249, 1) 25%, rgb(255 255 255) 100%);
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

@media(min-width:768px){
    .horizontal-menu .flyout-menu-container{
        box-shadow: 0 9px 24px 0 rgba(172, 171, 171, .75);
    }
    .col-983243{
        padding-right: 0;
    }
    .tool-bar-mobile{
        display: none;
    }

    .btn-group-239432{
        padding-left: 38px;
    }
}
@media(max-width:767px){

    header{
        padding-bottom: 0!important;
    }
    #logo{
        padding: 0!important;
    }
    #back-top{
        right: 2.5rem;
        bottom: 66px;
    }
    .whatsapp-button{
        bottom: 140px;
    }
    a.whatsapp-siparis-23423 {
        width: 37.5rem;
    }
    .custom-category{
        padding-left: 15px;
        padding-right: 15px;
    }
    .container-box-md{
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #content{
        padding-left: 0;
        padding-right: 0;
    }
    .container-box .row{
        margin: 0;
    }
    .footer-2343324{
        margin-top: 90px;
    }
    .footer-logo-23409{
        top: -70px;
        margin-bottom: -50px;
    }
    .box-02348 {
        padding-top: 0;
    }
    #product-product .product-details > .row{
        margin: 0;
    }
    #gallery892374,
    .product-image-details{
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }
    #gallery892374 .item{
        margin: 0!important;
    }

    .pt-menu .sub-menu-container{
        display: none;
    }

    #search-by-category .search-container #text-search{
        padding-right: 80px;
    }

    .footer-copyright {
        margin-bottom: 2rem;
        width: 80vw;
        text-align: center;
    }
    .product-thumb .product-item .caption h4 {
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 1rem;
    }
    .pagination>li {
        margin-right: 0.7rem;     
    }
    .pagination>li>a, .pagination>li>span {
        background: #f6f6f6;
        border-radius: 100% !important;
        border: 0;
        padding: 0;
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        color: #222222;
        margin: 0;
        font-weight: 400;
        font-size: 1.2rem;
    }

    .tool-bar-93823,
    .tool-bar-93822{
        display: none;
    }
    .input-group-addon{
        display: none;
    }
    .tool-bar .row div:first-child .btn-group{
        margin-left: -0.5rem;
    }

    #footerMobileMenu{
        position: fixed;
        z-index:1000;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
        list-style: none;
        padding-left: 0;
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        border-top: 1px solid #ccc;
        background-color: #fff;
    }

    #footerMobileMenu a{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px 0 5px;
        color: #222;
        font-size: 1.3rem;
    }
    
    #footerMobileMenu a i{
        font-size: 1.7rem;
    }

    .breadcrumb-3029423{
        display: none;
    }
    .tool-bar{
        margin-top: 10px;
        margin-bottom: 2rem;
    }
    .product-details {
        margin-top: 0;
    }
    .footer-bottom {
        padding: 1.2rem 0 1rem;
        margin: 0 -2rem 5rem;
    }

    .product-info-details #button-cart{
        margin: 0 0 0 1rem;
    }
    #product-category {
        margin-top: 0;
    }

    .banner-static .banner-content{
        margin-left: 4rem;
    }

    .banner-static-340854 p {
        margin: 0;
    }
    .banner-static h2{
        font-size: 1.4rem;
    }

  }
  
#ro_stock_alert.alert {
    padding-right: 5rem;
    max-width: 343px;
    border-radius: 30px;
}  

.quantity-content{
    display: flex;
}

#plus, #minus {
    position: relative;
    padding: 0 5px;
    min-width: 30px;
    min-height: unset;
    height: 4.5rem;
    box-shadow: none;
    border: none;
    background: none;
    font-size: 2.2rem;
    line-height: 4.5rem;
    vertical-align: middle;
}

.checout-success-message-289347{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.checout-success-message-text-289347{
    font-size: 22px;
    margin-bottom: 1rem;
}
.success-message-text-788234{
    text-align: center;
}

.success-message-text-788234 a{
    color: #dd3d75;
}
.success-message-text-788234 a.link-98234{
    text-transform: none;
    color: #000;
    text-decoration: underline;
}

.table-28934723.table-bordered>thead>tr>td, 
.table-28934723.table-bordered>thead>tr>th{
    border-bottom-width: 0;
}

.table-28934723 h3,
.table-28934723 h4{
    margin: 0;
    font-weight: normal;
}
.buttons-290343{
    margin:1em 0 3rem ;
}

.text-download-98234,
.text-recurring-98234,
.text-reward-98234{
    display: none;
}


.account-page-29834 .breadcrumb{
    margin-top: 1rem;
}


.header-top-slider .owl-carousel {
    display: block !important;
  }

.header-top-slider {
    background: var(--theme-bg-color);
    height: 30px;
    display: flex;
    align-items: center;
    color: white;
  	line-height: 20px
}

.header-top-slider .item {
    text-align: center;
    font-size: 12px;
}

.header-top-slider .item a{
    color: #fff;
    text-transform: none;
}

.box-289374{
    display: none;
}

#information-information{
    padding-top: 3rem;
}

/* ******************** */
/**** ORENDAHILL*********/

.image-with-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.image-with-text .image-with-text__text {
    float: left;
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 0 0 auto;
    flex-basis: 50%;
    align-items: center;
}

.image-with-text .image-with-text__text .image-with-text__text__wrap {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.padded-block {
    padding: 50px 20px;
}



@media (min-width: 768px) {
    .padded-block {
        padding: 90px 70px;
    }
}

@media (min-width: 992px) {
    .padded-block {
        padding: 120px 70px;
    }
}

.feature-subheader{
    margin-bottom: 0.5em;
    letter-spacing: 0.1em;
    font-size: 15px;
    line-height: 1.5;

}

.block-title h3,
.feature-header {
    position: relative;
    line-height: 3.8rem;
    font-size: 3.2rem;
    margin-top: 0;
    margin-bottom: 3rem;
    font-family: var(--heading-font);
    color: var(--theme-heading-color);
}

.feature-header:after,
.block-title h3:after {
    content: '';
    display: block;
    margin: 0.25em auto 0;
    width: 0;
    border-top: 3px solid var(--theme-heading-color);
    transition: width 1200ms cubic-bezier(0.13, 0.88, 0.62, 1) 0.7s;
}

.block-title.animated h3:after,
.feature-header.animated:after {
    width: 36px;
}



button, input[type=submit], .button {
    font-size: 17px !important;
    border-radius: 4px !important;
    display: inline-block;
    background-color: var(--button-bg-color);
    color: var(--button-color);
    border: 1px solid var(--button-border-color);
    height: auto;
    width: auto;
    padding: 0 23px;
    line-height: 42px;
    vertical-align: top;
    font-weight: 400;
    transition: opacity .3s, color .3s, background-color .3s, border-color .3s, transform .3s;
}


button:hover, input[type=submit]:hover, .button:hover, 
button:focus, input[type=submit]:focus, .button:focus {
    color:var(--button-hover-color) ;
    background-color: var(--button-bg-hover-color);
}

.button-23489{
    font-size: 17px !important;
    border-radius: 0 !important;
    display: inline-block;
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    height: auto;
    width: auto;
    padding: 0 23px;
    line-height: 42px;
    vertical-align: top;
    font-weight: 400;
    transition: opacity .3s, color .3s, background-color .3s, border-color .3s, transform .3s;
}

.button-23489:hover{
    background-color: var(--button-bg-color);
    border-color: var(--button-border-color);
    color: #fff;
}

@media (min-width: 768px) {
    button, input[type=submit], .button {
        padding: 0 23px;
    }
}

#section-92384 {
    margin-top: 30px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

#information-information #section-92384 {
    margin-top: 0;
  }
.image-with-text .image-with-text__image {
    position: relative;
    float: left;
    width: 50%;
    flex: 1 1 auto;
    flex-basis: 50%;
    display: flex;
    overflow: hidden;
}

.image-with-text .image-with-text__image .image-with-text__image__inner {
    display: inline-block;
    height: auto;
    width: 100%;
    height: 100%;
    margin: auto;
}


@media (min-width: 768px) {
    .image-with-text__image__inner {
        transform: scale(1.0);
    }
}

.image-with-text__image__inner .rimage-outer-wrapper {
    background-size: cover;
    transition: opacity 0.8s, filter 120ms;
    max-width: none !important;
    max-height: none !important;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (min-width: 768px) {
    .image-with-text.image-with-text--cover .image-with-text__image__inner .rimage-outer-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
}
@media (max-width: 767px) {
    .image-with-text__image__inner .rimage-outer-wrapper {
        background-position: 90% center;
    }
}
#section-92384 .button-row{
    margin-top: 30px;
}


#information-information #content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
  
#content > h1 {
    display: block;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-style: normal;
    color: var(--theme-heading-color);
}

.description-2034{
    margin: auto;
    padding-top: 30px;
}

.description-2034 img{
    display: block;
    width: 100%;
    height: auto;
}

.faq-accordion .row{
    margin: 0;
}

.faq-accordion h3{
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: normal;
    color: var(--theme-heading-color);
    padding-top: 16px;
    padding-bottom: 4px;
    text-transform: capitalize;
    text-align: left;
    font-style: unset;
    margin-top: 0;
    margin-bottom: 4px;
}

.faq-accordion .panel-default{
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.faq-accordion .panel-default>.panel-heading {
    position: relative;
    margin-bottom: 0;
    color: var(--theme-heading-color);
    padding: 0;
    border-radius: 0;
}

.faq-accordion .panel-default:hover>.panel-heading{
    background-color: none;
}

.faq-accordion .panel-default>.panel-heading a {
    padding: 15px !important;
    margin-bottom: 0 !important;
    font-style: unset !important;
    text-transform: unset !important;
    letter-spacing: inherit !important;
    font-weight: normal !important;
    font-size: 14px !important;
    color: #fcf7ee !important;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    background-color: var(--theme-heading-color) !important;
}

.faq-accordion .panel-default>.panel-heading a:hover,
.faq-accordion .panel-default.open >.panel-heading a {
    background-color: #c09473 !important;;
}
.faq-accordion .panel-heading a:hover,
.faq-accordion .panel-heading a:focus{
    text-decoration: none;
}
.faq-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    background-color: #f5e0cc;
}

.faq-accordion .panel-group{
    margin-bottom: 0;
}

.category-title-927834 {
    font-family: var(--heading-font);
    color: var(--theme-heading-color);
    font-size: 46px;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 60px;
    position: relative;
}

.category-title-927834.title-23743{
    margin-bottom: 30px;
}
.category-title-927834::after {
    content: '';
    display: block;
    margin: 0.25em auto 0;
    width: 0;
    border-top: 3px solid currentColor;
    transition: width 600ms cubic-bezier(0.13, 0.88, 0.62, 1) 0.7s;
}

.category-title-927834.appear-animation-visible::after {
    width: 36px;
}

.product-description-title{

}


/* tt-intro slideshow */

#tt-intro .owl-carousel .owl-item .cc-image {
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat:no-repeat;
}

#tt-intro .owl-carousel, 
#tt-intro .owl-carousel .cc-item {
    height: 80vh;
}

#tt-intro .intro-caption {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 70px;
    margin-right: 5%;
    text-align: left;
    transform: translateY(-50%) !important;
    transition: all 0.3s ease-in-out;
}
@media(min-width:1400px){
    #tt-intro .intro-caption {
        left: 13%;
    }
}
@media(max-width:767px){
    #tt-intro{
        width: 100% !important; 
        margin-left: 0;
    }
    #tt-intro .intro-caption {
        top: 30%;
    }

    .hosted-video-wrapper{
        margin-right: -15px;
        margin-left: -15px;
    }
}
#tt-intro .intro-title {
    color: #fff;
    text-transform: none;
    font-size: 6rem;
    font-weight: normal;
    line-height: 1.08;
    margin: 0;
    font-family: var(--heading-font);
}

#tt-intro .intro-subtitle {
    color: #fff;
    text-transform: none;
    font-size: 3.6rem;
    font-weight: 300;
    line-height: 1;
    margin: 1.25rem 0 0 0;
    font-family: var(--main-font);
}

#tt-intro .intro-caption.center .intro-description {
    color: #fff;
    font-size: 1.8rem;
    margin: 1rem 0 0;
    width: 100%;
}

#tt-intro .intro-caption.center .intro-subtitle{
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    font-size: 3.2rem;
}

#tt-intro .read-more-btn a {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 3rem;
}

@media (max-width: 992px) {
    #tt-intro .owl-carousel, 
    #tt-intro .owl-carousel .cc-item {
        height: 60vh;
    }
    #tt-intro .intro-caption {
        left: 20px;
    }
    #tt-intro .intro-title {
        font-size: 3rem;
    }
}


/* Intro caption positions 
=========================== */


/* position top */

#tt-intro .intro-caption.top-left {
    top: 10%;
    left: 5%;
    text-align: left;
}

#tt-intro .intro-caption.top-center {
    top: 10%;
    left: 50%;
    width: 100% !important;
    max-width: 800px !important;
    padding: 0 15px;
    text-align: center;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

#tt-intro .intro-caption.top-right {
    top: 10%;
    right: 5%;
    text-align: right;
}


/* position center */

#tt-intro .intro-caption.center-left {
    top: 50%;
    left: 13%;
    margin-right: 5%;
    text-align: left;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

@media (max-width: 992px) {
    #tt-intro .intro-caption.center-left {
        left: 10%;
    }
}

#tt-intro .intro-caption.center {
    top: 50%;
    left: 50%;
    width: 100% !important;
    max-width: 800px;
    padding: 0 15px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

#tt-intro .intro-caption.center-right {
    top: 50%;
    right: 13%;
    margin-left: 5%;
    text-align: right;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

@media (max-width: 992px) {
    #tt-intro .intro-caption.center-right {
        right: 10%;
    }
}

#tt-intro .intro-caption.center-right .intro-description {
    padding-right: 5px;
}


/* position bottom */

#tt-intro .intro-caption.bottom-left {
    bottom: 10%;
    left: 5%;
    margin-right: 5%;
    text-align: left;
}

@media (max-width: 768px) {
    #tt-intro .intro-caption.bottom-left {
        bottom: 45px;
    }
}

#tt-intro .intro-caption.bottom-center {
    bottom: 10%;
    left: 50%;
    width: 100% !important;
    max-width: 800px;
    padding: 0 15px;
    text-align: center;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

#tt-intro .intro-caption.bottom-right {
    bottom: 10%;
    left: auto;
    right: 5%;
    text-align: right;
}


/* Intro caption animated (for content carousel)
================================================= */

#tt-intro .owl-carousel .intro-caption.caption-animate {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

#tt-intro .owl-carousel .owl-item.active .intro-caption.caption-animate {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.5s;
}

#tt-intro .owl-carousel .intro-caption .animate-element-fadeInLeft {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: translateX(-20px);
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .animate-element-fadeInLeft {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.5s;
}

#tt-intro .owl-carousel .intro-caption .animate-element-fadeInRight {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: translateX(20px);
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .animate-element-fadeInRight {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.5s;
}

#tt-intro .owl-carousel .intro-caption .animate-element-blurIn {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    filter: blur(20px);
    transform: scale(1.3);
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .animate-element-blurIn {
    opacity: 1;
    filter: blur(0.1px);
    transform: none;
    transition-delay: 0.5s;
}

#tt-intro .owl-carousel .intro-caption .animate-element-fadeInTop {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: translateY(-20px);
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .animate-element-fadeInTop {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .t-delay-2 {
    transition-delay: 0.2s;
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .t-delay-25 {
    transition-delay: 0.25s;
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .t-delay-3 {
    transition-delay: 0.3s;
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .t-delay-35 {
    transition-delay: 0.35s;
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .t-delay-4 {
    transition-delay: 0.4s;
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .t-delay-5 {
    transition-delay: 0.5s;
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .t-delay-55 {
    transition-delay: 0.55s;
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .t-delay-6 {
    transition-delay: 0.6s;
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .t-delay-65 {
    transition-delay: 0.65s;
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .t-delay-7 {
    transition-delay: 0.7s;
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .t-delay-75 {
    transition-delay: 0.75s;
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .t-delay-8 {
    transition-delay: 0.8s;
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .t-delay-85 {
    transition-delay: 0.85s;
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .t-delay-9 {
    transition-delay: 0.9s;
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .t-delay-95 {
    transition-delay: 0.95s;
}

#tt-intro .owl-carousel .owl-item.active .intro-caption .t-delay-10 {
    transition-delay: 1s;
}


#tt-intro .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -2rem;
    width: 5rem;
    height: 5rem;
    background: var(--theme-color);
    color: #fff;
    border-radius: 100%!important;
    opacity: 0;
    transition: all .3s;
}
#tt-intro:hover .owl-nav button{
    opacity: 1;
}
#tt-intro .owl-nav button.owl-prev{
    left: 2rem;
}
#tt-intro .owl-nav button.owl-next{
    right: 2rem;
}

.row-237894{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-239482{
    text-align: center;
    margin-bottom: 15px;
}
/* // tt-intro slideshow */

.home-blog .container{
    max-width: 1450px;
}

.common-home #content{
    padding-bottom: 0!important;
    margin-bottom: -20px;
}

.contact-982343 .panel-body {
    color: #333;
    background: #fff;
}

address{
    margin-bottom: 0;
} 

.col-28934{
    margin-top: 10px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.product-details .price small{ 
    font-size: 12px;
}

.footer-social a {
    display: inline-flex;
    border-radius: 100%;
    padding: 13px;
    margin-right: 5px;
    margin-top: 10px;
    color: #fff !important;
    background: var(--theme-bg-color);
    transition: all .3s;
}
.footer-social a:hover{
    background-color: var(--theme-bg-hover-color);
}
.footer-social a i {
    font-size: 20px;
}

@media (min-width: 1200px) {
    .extension-quickcheckout-checkout > .container {
        width: 1170px;
    }
}

@media(max-width:767px){
    .category-title-927834 {
        margin-bottom: 30px;
        font-size: 36px;
    }
}


.stock-quantity-23094 {
    margin: 10px 0;
    font-weight: bold;
}

.stock-quantity-23094 .stock-warning {
    color: #ff9900!important;
}

.stock-quantity-23094 .stock-critical {
    color: #ff0000!important;
    animation: blink 1s linear infinite;
}

@keyframes blink {
    50% {
        opacity: 0.5;
    }
}

.box-2398743 {
    background-color: #fbfbfb !important;
}
.box-2398743 img {
    width: 140px;
    margin: 1rem auto;
}
#copyIBAN {
    cursor: pointer;
}
.iban-box-2340 {
    margin-bottom: -10px;
    display: block;
    margin-top: 5px;
}
.iban-box-2340 b {
    font-weight: 600;
    color: #000;
}

.text-39874{
    color: #6e7a93; 
    font-weight: bold;
}

.text-39875{
	color: #8f0000;
}

a.pointer-29384 {
    padding: 0px 10px 2px;
    display: inline-block;
    margin-bottom: 1px;
    border: 1px solid #ccc;
    font-size: 10px;
    color: #888;
    line-height: 16px;
    border-radius: 2px;
	transition: all .3s;
}

.outofstock-0894 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    font-size: 10px;
    color: var(
    --link-hover-color);
    background: rgb(255 255 255 / 95%);
    line-height: 1;
    padding: 0.2rem;
    font-weight: 500;
}

.outofstock-0895 {
    position: absolute;
    z-index: 1;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    color: #ff0000;
    background: rgb(255 255 255 / 70%);
    line-height: 1;
    padding: 1rem 3rem 1rem;
    font-weight: 500;
    width: 100%;
}

.hosted-video-wrapper{
    --video-aspect-ratio: 1.77777;
    aspect-ratio: 1.77777;
}

.hosted-video-wrapper video{
    height: 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
    border: none;
    background-color: #000;
    object-fit: cover;
    object-position: center;
}

.discount-ratio-9824 {
    display: inline-block;
    background: #333;
    color: #fff;
    font-size: 14px;
    padding: 2px 3px;
    margin-right: 5px;
}

.discount-ratio-9824 small {
    font-size: 70%;
    position: relative;
    top: -1px;
}

.pro-label.sale + .pro-label.new {
    top: 3.3rem;
}
.video-container.bg-video{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.bg-video video{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bg-video::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}



.static-top-store1 {}
.static-top-store1 .image {margin-top: 20px;}
.static-top-store1 > .inner {display: flex;}
.static-top-store1 > .inner > .col {margin-right: 30px;flex: 1 1 0;}
.static-top-store1 > .inner > .col:last-child {margin: 0;}
@media (max-width: 1199px) {
	.static-top-store1 .image {margin-top: 15px;}
	.static-top-store1 > .inner > .col {margin-right: 15px;}
}
@media (max-width: 767px) {
	.static-top-store1 .image {margin-top: 15px;}
	.static-top-store1 > .inner {flex-wrap: wrap;}
	.static-top-store1 > .inner > .col {margin: 0;width: 100%;flex:none;}

    #section-92384{
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 30px;
    }

    .image-with-text{
        flex-direction: column;
    }
    .image-with-text .image-with-text__image{
        display: none;
    }

    .image-with-text .image-with-text__text{ 
        width: 100%;
    }

}

.image{
    overflow: hidden;
}

.image,
.image a{
    position: relative;
}

.pt-block .image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.pt-block .image > a {
    position: relative;
    display: flex;
    vertical-align: top;
    overflow: hidden;
    align-content: center;
    justify-content: flex-start;
}

.pt-block .image .text-block{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.static-top-store1 .banner-title {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 3rem;
}

.static-top-store1 .banner-subtitle {
    position: relative;
    padding-left: 2px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;    
}

.static-top-store1 .banner-subtitle::before {
    content: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 60%;
    background-color: #333;
}

.static-top-store1 .banner-button {
    border-bottom: 1px solid #bd1e1e;
}

@media(min-width:992px){
    .pt-block .image a img,
    .banner-static .image a img, 
    .post-image img, 
    .special-categories-module img {
        transition: all 300ms ease-in-out;
    }
}

.pt-block .image a:hover img, 
.banner-static .image a:hover img, 
.post-item .post-image:hover img, 
.special-categories-module .image a:hover img {
    transform: scale(1.035) rotate(0.05deg);
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-next:after{
    content: '';
}

.banner-center .row{
    margin-left: -15px;
    margin-right: -15px;
}

.banner-center img{
    width: 100%;
    height: auto;
}

.banner-center-78274 col{
    position: relative;
}

.text-block-78274 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 1;
    margin: 0;
    background: rgba(255,255,255,0.5);
    padding: 3px 0;
    font-weight: 500;
    transition: all 0.3s ease;
}

.banner-center-78274 col a:hover .text-block-78274{
    color: #bd1e1e;
}

#sliderImage {
    display: block;
    width: 375px;
    margin: 0 auto 40px;
}

.center-block .image {
    position: relative;
    overflow: hidden;
}

.center-block .image:before {
    background: rgba(255, 255, 255, 0.6); 
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 1;
    right: 51%;
    top: 0;
    opacity: 1;
}

.center-block .image:after {
    background: rgba(255, 255, 255, 0.6);
    bottom: 50%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
}

.center-block .image:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms linear;
}

.center-block .image:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms linear;
}

.row-238943 {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.product-description-23874 {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding:15px 25px;
    overflow: hidden;
    margin-bottom: 30px;
}
.title-239042 {
    padding: 5px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    border-radius: 4px;
    background-color: #a81815;
    background: linear-gradient(90deg, #a81815 0%, #d60b14 100%);
}
.product-description-content-23874{
    padding: 5px 8px;
}
.product-description-content-23874 ul{
    padding-left: 8px;
}
.product-info-details #button-cart{
    border-radius: 3rem!important;
}

.footer-links .inner {
    padding: 5rem 0 0.5rem 0;
    border: 0;
    margin: 0;
}

@media(max-width:767px){
    .footer-logo-23409 img{
        width: 150px;
    }
    .static-top-store1 .banner-title{
        font-size: 2.5rem;
        font-weight: 600;
    }
    #sliderImage{
        width: 350px;
    }

    .footer-2343324 .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Baskılı Sipariş Detayları Stilleri */ 
.print-order-details-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
    padding: 0;
    overflow: hidden;
}

.print-order-details-header {
    background: #f8f9fa;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;  
    text-align: left;
}

.print-order-details-header h2 { 
    color: #000000;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.print-order-details-content {
    padding: 25px;
}

.print-order-process-title {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
}

.print-order-process-title i {
    margin-right: 12px;
    font-size: 2rem;
    color: #a81815;
}

.print-order-steps {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.print-order-steps li {
    display: flex;
    align-items: flex-start; 
    margin-bottom: 20px;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #333;
    list-style: none;
}

.print-order-steps li:last-child {
    margin-bottom: 0;
}

.print-order-steps li i {
    margin-right: 15px;
    font-size: 2rem;
    color: #a81815;
    margin-top: 2px;
    flex-shrink: 0;
}

.print-order-steps li span {
    flex: 1;
}

.print-order-info {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.print-order-info p {
    margin: 0 0 10px 0;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #666;
}

.print-order-info p:last-child {
    margin-bottom: 0;
}

.product-info-details .price {
    font-size: 1.8rem !important;
}

.product-info-details .price-tax-excluded {
    font-size: 2.8rem !important;
}

.product-info-details .price-tax-excluded small {
    font-size: 1.8rem !important;
}

.col-293844{
    width:calc(100% - 30px) !important;
    margin-left: 15px;
    margin-right: 15px;
}

.option-container select{
    max-width: 300px;
}
/* Responsive Tasarım */
@media (max-width: 767px) {
    .mobile-menu{
        width: 70px;
    }
    .print-order-details-header h2 {
        font-size: 2rem;
    }
    
    .print-order-process-title {
        font-size: 1.4rem;
    }
    
    .print-order-steps li {
        font-size: 1.3rem;
    }
    
    .print-order-steps li i { 
        font-size: 1.8rem;
    }
    
    .print-order-info p {
        font-size: 1.3rem;
    }
    
    .print-order-details-content {
        padding: 20px;
    }
    
    .print-order-details-header {
        padding: 15px;
    }

    .block-title h3{
        font-size: 2.4rem;
    }

    .main-row.ptproductcatelist .main-col,
    .main-row.ptproductcatelist .sub-col{
        padding-left: 0!important;
        padding-right: 0!important;
    }

    #tt-intro .intro-caption.center .intro-description {
        font-size: 1.5rem;
    }

    #tt-intro .read-more-btn a{
        margin-top: 2rem;
    }
}

