.box-title {
    margin-right: 1px;
    margin-bottom: 1px;
    cursor: pointer
}

.yeni-sezon-icon {
    position: absolute;
    z-index: 2;
    right: 0
}

.box-title.passive {
    cursor: default
}

.tkmfiyat {
    color: #fff;
    background: #e74c3c;
    top: 25px;
    font-size: 20px;
    font-weight: 700
}

.evlilik-ikonu {
    position: absolute;
    right: -26px;
    width: 10%;
    background: #fff;
    top: -30px
}

.ListePage {
    background: #f8f8f8
}

#productAddAll {
    height: 30px;
    line-height: 30px
}

.birpaket span {
    margin: 0 auto 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.07)
}

.pekethtitle:after {
    content: '';
    width: 86px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.pekethtitle {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 30px
}

.pakett {
    padding-top: 41px;
    padding-bottom: 6px
}

.takepsayfa a {
    background: #e74c3c;
    color: #fff;
    border-radius: 5px;
    padding: 13px 20px 12px;
    line-height: 1.3;
    font-weight: 700;
    font-size: 17px;
    float: none;
    display: inline-block
}

.anatitle {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    margin-top: 20px;
    letter-spacing: -.5px
}

.out-of-stockt {
    position: absolute;
    right: 8px;
    top: 10px;
    background: #756868;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 1;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px
}

.showcase {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    transition: opacity .2s ease,visibility .2s ease
}

.showcase.current {
    opacity: 1;
    visibility: visible;
    position: relative
}

.ListePage {
    margin-bottom: 20px
}

.productItem .box-border {
    transition: border-color .5s,box-shadow .5s
}

.productItem:hover .box-border {
    border-color: #d5d5d5;
    box-shadow: 0 0 10px 0 rgba(40,40,40,.3)
}

[dir=rtl] .catalogWrapper .productItem {
    border-right: 0;
    border-left: 1px solid #d9d9d9
}

[data-layout=horizontal] .productItem {
    position: relative
}

[data-layout=horizontal] .productItem.col-3 {
    padding-left: 0;
    padding-right: 0;
    border-right: 1px solid #d9d9d9
}

[data-layout=horizontal] .productItem.col-3:nth-child(2n) {
    border-right: 0
}

[data-layout=horizontal] .productItem.col-3:nth-child(2n+1) {
    clear: both
}

.productListItem {
    position: relative
}

.resim-vitrin .col-1:nth-child(12n+1) {
    clear: both
}

[data-layout=horizontal] .productItem>.row {
    margin-left: 0;
    margin-right: 0;
    clear: none;
    float: left
}

.productColItem {
    background: #fff;
    border-bottom: 1px solid #d9d9d9
}

.productColItem:last-child,.carousel .productColItem {
    border-bottom: 0
}

.productColListItem {
    background: #fff;
    position: relative
}

#colNewsSlide .productColListItem {
    min-height: 100px
}

.image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden
}

.productItem .image-wrapper,.productColItem .image-wrapper {
}

[data-layout=horizontal] .image-wrapper {
    border-bottom: 0
}

.imgInner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center
}

.image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    width: 100%
}

.ie .image-wrapper img {
    width: 100%
}

.safari .image-wrapper img {
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    top: 5%;
    left: 5%
}

.image-wrapper img.lazy {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px
}

.image-wrapper.flip img.stImage {
    visibility: visible;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.image-wrapper:not(.flip) img.ndImage {
    opacity: 0
}

.image-wrapper.flip img.ndImage {
    visibility: hidden;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg)
}

.safari .image-wrapper img.ndImage {
    display: none
}

.productItem.zoom:hover .image-wrapper img {
    -webkit-transition: all 150ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 150ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 150ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 150ms ease-in;
    transform: scale(1.1)
}

.productItem:hover .imgGallery:not(.flip) img.active {
    opacity: 0
}

.productItem:hover .imgGallery:not(.flip) img.ndImage {
    opacity: 1
}

.productItem:hover .imgGallery.flip img.stImage {
    visibility: hidden;
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.productItem:hover .imgGallery.flip img.ndImage {
    visibility: visible;
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.icon-new {
}

[dir=rtl] .icon-new {
    right: 0;
    left: auto
}

.icon-cargo {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 84px;
    height: 30px;
    background: url(cargoIcon.png) no-repeat center center;
    z-index: 1
}

[dir=rtl] .icon-cargo {
    right: auto;
    left: 10px
}

.out-of-stock {
    top: calc(50% - 15px);
    right: 10px;
    left: 10px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    z-index: 3
}

.productListItem .out-of-stock {
    line-height: 25px;
    font-size: 12px
}

.productListItem .icon-cargo,.resim-vitrin .icon-cargo {
    bottom: 0
}

.image-band {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    background: rgba(0,0,0,.7)
}

#campaign-products[data-layout=horizontal] .campaign-band {
    right: 0;
    bottom: 10px;
    left: 10px;
    width: auto
}

.campaign-text {
    padding-right: 5px;
    padding-left: 20px
}

.productCmpItem .campaign-text {
    display: none
}

.timer-block {
    padding-right: 5px
}

.productCmpItem .timer-block {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px
}

.timer-value {
    height: 20px;
    padding-right: 4px;
    padding-left: 4px;
    margin-right: 4px;
    background: #000;
    border: 1px solid #fff;
    box-sizing: border-box
}

[dir=rtl] .timer-value {
    margin-right: 0;
    margin-left: 4px
}

.detailWrapper {
    position: absolute;
    top: 0;
    right: 10px;
    width: calc(66.66666667% - 20px);
    height: 100%
}

#campaign-products[data-layout=horizontal] .detailWrapper {
    width: calc(83.33333333% - 20px)
}

.paketalan {
    margin-bottom: 8%
}

.detailWrapper .productDetails {
    position: absolute;
    top: 0;
    bottom: 0
}

.productListDetails {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    display: flex;
    align-items: center
}

[dir=rtl] .productListDetails {
    right: auto;
    left: 0
}

.productListDetails .productInfo a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.product-hover-wrap {
    padding-bottom: 41px
}

.proRowName {
    padding-top: 5px;
    padding-bottom: 5px
}

.comparisonItem .productDetails {
    border-right: 0
}

.productColItem .productDetails,[data-layout=horizontal] .productItem .productDetails {
    border-right: 0
}

.productColItem .productDetails {
    padding-bottom: 90px
}

.variantOverlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    z-index: 999;
    display: none
}

.variantWrapper {
    position: relative
}

.error .variantWrapper {
    z-index: 9999
}

.productOption {
    position: relative;
    min-height: 20px;
    padding-bottom: 5px
}

.productListItem .productOption {
    padding-top: 5px;
    padding-bottom: 0
}

.optionBox {
    width: 100%;
    box-sizing: border-box
}

.optionBox a,.optionBox select {
    float: left;
    min-width: 25px;
    height: 25px;
    border: 1px solid #ececec;
    padding-right: 5px;
    padding-left: 5px;
    box-sizing: border-box;
    cursor: pointer
}

[dir=rtl] .optionBox a,[dir=rtl] .optionBox select {
    float: right;
    margin-right: 0;
    margin-left: 5px
}

.optionBox a {
    margin-right: 5px;
    margin-bottom: 5px
}

.optionBox a.selected {
    border: 1px solid #5b5b5b
}

.optionBox a.passive {
    background: #d2d2d2;
    text-decoration: line-through;
    color: #f10a41
}

.optionBox a p,#footer .optionBox a p {
    float: left;
    width: 100%;
    height: 20px;
    line-height: 18px;
    text-align: center;
    font-size: 11px;
    color: #000
}

.optionBox a.selected p {
    font-weight: 700
}

.optionBox select {
    width: 100%;
    line-height: 23px;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.productListItem .optionBox select {
    margin-right: 0;
    margin-bottom: 0
}

[dir=rtl] .optionBox select+i {
    right: auto;
    left: 0
}

[dir=rtl] .optionBox select+i:before {
    margin-right: 0;
    margin-left: 8px
}

.productAttr {
    padding-top: 7px
}

.productListItem .productAttr {
    padding-top: 0
}

.productBrand {
    line-height: 20px;
    font-size: 13px;
    color: #797979;
    font-weight: 700;
    text-transform: uppercase
}

.productListItem .productBrand {
}

.productColListItem .productBrand {
    line-height: 15px;
    font-size: 13px
}

.productDescription {
    line-height: 14px;
    font-size: 12px;
    color: #000;
    word-break: break-all
}

.productListItem .productDescription {
    margin-top: 10px;
    max-width: 400px
}

.productColListItem .productDescription,.productColItemTp .productDescription {
    line-height: 15px;
    font-size: 12px
}

.productColItemTp .productDescription {
    text-align: center
}

.proRowAct {
    position: absolute;
    bottom: 0;
    left: 0
}

#campaign-products[data-layout=horizontal] .proRowAct {
    bottom: 40px
}

.karsilastirma {
    position: absolute;
    visibility: hidden
}

.productBtn {
    margin-left: 5px;
    box-sizing: border-box;
    cursor: pointer
}

[dir=rtl] .productBtn {
    margin-right: 5px;
    margin-left: 0
}

.productColItem .productBtn {
    float: none;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: middle
}

.productColItem:last-child .mb {
    margin-bottom: 0
}

.productColItem:last-child .line-bottom {
    border-bottom: 0
}

.productPrice {
    height: 30px;
    line-height: 30px
}

.productColItem .productPrice {
    padding-bottom: 7px;
    padding-left: 0
}

[dir=rtl] .productColItem .productPrice {
    padding-right: 0
}

.productColListItem .productPrice,.productColItemTp .productPrice {
    width: 100%;
    line-height: 14px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 10px
}

.productColItemTp .productPrice {
    height: 24px;
    line-height: 12px
}

.productPrice.discount {
    position: relative;
    padding-right: 67px
}

.priceWrapper {
}

.currentPrice {
    line-height: 28px;
    font-size: 18px;
    font-weight: 700
}

.productColListItem .currentPrice {
    line-height: 17px;
    font-size: 12px
}

.productColItemTp .currentPrice,.productColItemTp .discountedPrice {
    width: 100%;
    line-height: 12px;
    font-size: 10px;
    text-align: center
}

.discountedPrice+.currentPrice {
    line-height: 15px
}

.discountedPrice {
    line-height: 15px;
    font-size: 13px
}

.productColListItem .discountedPrice {
    line-height: 17px;
    font-size: 11px
}

.productListItem .currentPrice,.productListItem .discount .currentPrice,.productListItem .discountedPrice {
    float: left;
    line-height: 30px;
    padding-left: 20px
}

.productDiscount {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    z-index: 33
}

[dir=rtl] .productDiscount {
    right: auto;
    left: 10px
}

.productInfo .productDiscount {
    top: 25px
}

.productListItem .productDiscount {
    position: static;
    float: left
}

.productDiscount span {
    padding-right: 5px
}

.mainControl {
    position: absolute;
    width: auto;
    height: 0;
    top: 0;
    left: auto;
    right: 0;
    margin-left: auto;
    margin-top: -50px;
    z-index: 33
}

#oneCol .mainControl {
    width: 1260px;
    top: 50%;
    left: 50%;
    right: auto;
    margin-top: -21px;
    margin-left: -630px
}

.mainControl span {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: #d6d6d6;
    border-left: 1px solid #ececec
}

#oneCol .mainControl span {
    width: 18px;
    height: 42px;
    background-color: transparent;
    border-left: 0
}

.colControl {
    position: absolute;
    top: 50%;
    right: 10px;
    left: 10px;
    width: auto;
    height: 0;
    margin-top: -15px
}

.colControl span {
    position: absolute;
    width: 10px;
    height: 30px;
    cursor: pointer
}

.colBottomControl span {
    width: 30px;
    height: 30px;
    font-size: 9px;
    opacity: .5;
    cursor: pointer
}

.colBottomControlLine {
    width: 80px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff
}

.colBottomControl span:hover {
    opacity: 1
}

.productPager {
    display: flex;
    align-items: center;
    border-right: 0
}

.productPager a.prev {
    background: url(pag-left.svg) no-repeat center center
}

.productPager a.next {
    background: url(pag-right.svg) no-repeat center center
}

.productPager a,.productPager span {
    position: relative;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-right: 5px;
    padding-left: 9px;
    box-sizing: border-box
}

.productPager a,.productPager span {
    color: #6c6c6c;
    background: #f8f8f8;
    margin-left: 2px;
    height: 55px;
    width: 100%;
    line-height: 55px
}

.productPager a:hover {
    color: #e35252
}

.productPager span {
    color: #e35252;
    cursor: default
}

.productPager a.first,.productPager a.last {
    display: none
}

.productPager a.prev+*,.productPager a.prev,.productPager a.next {
    padding-left: 5px
}

.product-list-item {
    background: #fff;
    margin-bottom: 20px
}

.productDetails {
    position: relative;
    padding-bottom: 105px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 20px
}

.icon-new {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #64aeb7;
    flex-direction: column;
    z-index: 3;
    color: #fff;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    left: 10px;
    bottom: 10px
}

.icon-new span {
    font-size: 8px
}

.product-discount {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #d65e58;
    margin-right: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.product-list-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    box-sizing: border-box
}

.product-list-price {
    min-height: 42px
}

.product-list-title {
    color: #545554;
    font-size: 16px;
    line-height: 1.2
}

.product-list-cart,.stok-yok-btn {
    height: 36px;
    border: 1px solid #545554;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1d1d1d
}

.sepetteIndirim {
    min-height: 25px;
    display: flex;
    align-items: center;
    border: 1px solid #64aeb7;
    box-sizing: border-box;
    text-align: center
}

.product-list-cart:hover,.stok-yok-btn:hover {
    color: #fff;
    background: #1f1f1f
}

.product-list-cart input {
    position: absolute
}

#page-info {
    height: 55px;
    background: #f8f8f8
}

#filterSort label {
    height: 55px;
    box-sizing: border-box;
    cursor: pointer
}

#pageLayout span span {
    width: 9px;
    height: 9px;
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    border-radius: 4.5px;
    margin-top: 13px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .2s
}

#pageLayout span span:not(:last-child) {
    margin-right: 5px
}

#pageLayout span.selected span {
    background: #f8f8f8;
    border-color: #1f1f1f
}

#page-info {
    line-height: 35px;
    font-size: 12px;
    color: #1f1f1f;
    padding-left: 21px
}

.collection-flex {
    flex-direction: row-reverse
}

.collection-description>div {
    font-size: 20px;
    font-weight: 600;
    color: #d02d4b;
    margin-bottom: 10px;
    margin-top: 40px;
}

.collection-description>span {
    font-size: 14px;
    color: #1d1d1d;
    margin-bottom: 10px;
    width: 358px;
}

.collection-description>a {
    font-size: 14px;
    color: #fff;
    padding: 6px 10px;
    background: #ec1651;
    box-sizing: border-box;
    transition: all .2s ease;
    width: auto;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 30px;
}

.collection-description>a:hover {
    background: #545554;
    color: #fff
}

#collection-slider .collection-item {
    width: 115px;
    height: 115px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

#collection-slider .swiper-slide.swiper-slide-active .collect-img {
    width: 235px;
    height: 235px;
    overflow: hidden;
}

#collection-slider .swiper-slide.swiper-slide-next .collect-img {
    left:40%
}

#collection-slider .swiper-slide.swiper-slide-next+.swiper-slide .collect-img {
    left:0
}

#collection-slider .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide .collect-img {
    left:0
}

#collection-slider .swiper-slide.swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide .collect-img {
    left:0
}

#collection-slider .collect-img {
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 50%;
    overflow: hidden;
}

#collection-slider .swiper-container {
    left: 55px;
}

#collection-slider .swiper-wrapper {
    height: 260px;
    padding-left: 0;
}

#collection-slider .swiper-slide.swiper-slide-active .collect-title {
    display: none
}

#collection-slider .collect-title {
    font-size: 18px;
    font-weight: 300;
    color: #545554;
    text-align: center;
    margin-top: 30px
}

#collection-slider .swiper-slide.swiper-slide-prev .collect-img {
    opacity: 0
}

#collection-slider .collection-arrows {
    position: absolute;
    height: 0;
    left: 0;
    width: 553px;
    z-index: 3;
    bottom: 70px;
}

#collection-slider .collection-arrows span {
    width: 48px;
    height: 48px;
    background: url(c-prev.svg) no-repeat center;
    border-radius: 50%;
    cursor: pointer;
    float: left;
    box-shadow: 0 2px 53px -18px rgba(0,0,0,.71)
}

#collection-slider .collection-arrows span+span {
    background: url(c-next.svg) no-repeat center;
    float: left;
    margin-left: 10px;
}

.collection-rotate {
    font-size: 58px;
    font-weight: 100;
    transform: rotate(-90deg);
    position: absolute;
    left: 30px;
    color: #545554;
    right: 0;
    margin: auto;
    bottom: 52px
}

.collection-flex .display-none-md {
    height: 571px
}

.collection-rotate:before {
    content: 'COLLECTION';
    position: absolute;
    bottom: 5px;
    opacity: .03;
    font-size: 95px;
    font-weight: 900
}

.dowry-steps-title span {
    font-size: 45px;
    font-weight: 100;
    color: #545554;
    line-height: 1
}

.dowry-steps-title a {
    margin-left: 20px;
    font-size: 17px;
    font-weight: 100;
    color: #64aeb7
}

.dowry-text {
    position: absolute;
    left: 0;
    top: 55px;
    width: 418px;
    background: #fff;
    padding: 30px 45px;
    box-sizing: border-box
}

.dowry-text div {
    font-size: 35px;
    font-weight: 100;
    color: #545554;
    margin-bottom: 16px;
    line-height: 1
}

.dowry-text p {
    font-size: 21px;
    font-weight: 100;
    color: #1d1d1d;
    padding: 0
}

.banner-text-wrapper {
    background: #fff
}

.banner-text-img {
    position: relative;
    padding: 50px 0
}

.type-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: calc(100% - 125px);
    z-index: 1
}

.type-bg+div {
    position: relative;
    z-index: 2
}

.row-reverse {
    flex-direction: row-reverse
}

.banner-text {
    padding: 55px;
    box-sizing: border-box
}

.banner-title {
    font-size: 35px;
    font-weight: 800;
    color: #545554;
    line-height: 1.2;
    margin-bottom: 12px
}

.banner-min-title {
    font-size: 30px;
    font-weight: 300;
    color: #64aeb7;
    margin-bottom: 30px
}

.banner-description {
    color: #1d1d1d;
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 116px
}

.banner-button a {
    width: 268px;
    height: 63px;
    border: 1px solid #545554;
    background-color: #fff;
    max-width: 100%;
    box-sizing: border-box;
    color: #545554;
    font-size: 21px;
    transition: all .2s ease
}

.banner-button a:hover {
    background: #545554;
    color: #fff
}

.banner-title:after {
    content: '';
    width: 60px;
    height: 1px;
    background-color: #64aeb7;
    margin-left: 35px
}

.banner-type-one {
    background: #fff;
    padding: 40px;
    box-sizing: border-box
}

.banner-type-one-title {
    font-size: 35px;
    color: #1d1d1d;
    margin-bottom: 25px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.banner-type-one-description {
    font-size: 21px;
    color: #1d1d1d;
    line-height: 1.3;
    margin-bottom: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%
}

.banner-type-one-button a {
    width: 268px;
    height: 63px;
    border: 1px solid #545554;
    background-color: #fff;
    box-sizing: border-box;
    max-width: 100%;
    font-size: 21px;
    color: #545554;
    transition: all .2s ease
}

.banner-type-one-button a:hover {
    background: #545554;
    color: #fff
}

.banner-type-one-right .banner-type-one {
    padding: 32px 30px
}

.banner-type-one-right .banner-type-one-title {
    margin-bottom: 15px
}

.banner-type-one-right .banner-type-one-description {
    margin: 0;
    -webkit-line-clamp: 2
}

.banner-type-one-flex {
    align-items: flex-start
}

.banner-type-one-flex .banner-type-one-description {
    width: calc(100% - 295px)
}

.banner-type-one-flex .banner-type-one-button {
    margin-left: auto
}

.banner-type-two {
    background: #fff;
    padding: 40px;
    box-sizing: border-box
}

.banner-type-two-title {
    font-size: 35px;
    color: #1d1d1d;
    margin-bottom: 25px;
    width: 100%;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.banner-type-two-description {
    font-size: 21px;
    color: #545554;
    line-height: 1.3;
    height: 81px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px
}

.banner-type-two-button a {
    width: 268px;
    height: 63px;
    border: 1px solid #545554;
    background-color: #fff;
    box-sizing: border-box;
    max-width: 100%;
    font-size: 21px;
    color: #545554;
    transition: all .2s ease
}

.banner-type-two-button a:hover {
    background: #545554;
    color: #fff
}

#blog-last-slide {
    margin-bottom: 100px
}

#blog-last-slide:before,.vitrin-bg:before {
    content: '';
    width: 58.33333333%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: -1
}

#blog-last-slide>.row {
    position: relative;
    z-index: 2
}

#blog-container {
    left: 80px;
    padding-left: 30px;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 80px
}

.blog-item {
    width: 445px;
    box-shadow: 0 32px 74px -40px rgba(0,0,0,.13);
    background-color: #fff;
    float: left;
    height: 100%
}

.blog-box {
    padding: 30px
}

.blog-name {
    color: #1d1d1d;
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 25px
}

.blog-date span {
    color: #64aeb7;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 10px;
    border-bottom: 1px solid
}

.blog-date {
    margin-bottom: 25px
}

.blog-description {
    font-size: 16px;
    color: #545554;
    margin-bottom: 30px
}

.blog-btn a {
    width: 230px;
    height: 63px;
    border: 1px solid #545554;
    background-color: #fff;
    box-sizing: border-box;
    max-width: 100%;
    font-size: 21px;
    color: #545554;
    transition: all .2s ease
}

.blog-btn a:hover {
    background: #545554;
    color: #fff
}

.blog-all-button a {
    width: 418px;
    height: 63px;
    border: 1px solid #545554;
    background-color: #545554;
    max-width: 100%;
    color: #fff;
    font-size: 21px;
    transition: all .2s ease;
    box-sizing: border-box
}

.blog-all-button a:hover {
    background: #000
}

.swiper-blog-prev,.swiper-blog-next {
    width: 40px;
    height: 15px;
    margin: 0 20px;
    cursor: pointer;
    outline: none
}

.blog-swiper-buttons {
    width: 418px;
    max-width: 100%
}

.blog-all-button {
    margin-bottom: 80px
}

#blog-container .swiper-slide {
    height: auto
}

.swiper-blog-prev {
    background: url(blog-prev.svg) no-repeat center
}

.swiper-blog-next {
    background: url(blog-next.svg) no-repeat center
}

.blog-title {
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.blog-title:after {
    content: '';
    width: 60px;
    height: 1px;
    background-color: #64aeb7;
    margin-left: 35px
}

.swiper-dots {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.swiper-dots span {
    width: 20px;
    height: 5px;
    border-radius: 1px;
    border: 1px solid #e5e5e5;
    background-color: #f3f2f5;
    box-sizing: border-box;
    margin: 0 2.5px;
    cursor: pointer
}

.swiper-dots span.swiper-pagination-bullet-active {
    background-color: #64aeb7
}

#filterSort {
    background: #fff
}

#filtre-btn,#sort-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #545554;
    padding: 0 15px
}

#filtre-btn:after,#sort-btn:after {
    content: '';
    width: 15px;
    height: 15px;
    background: url(plus.svg) no-repeat center;
    margin-left: auto
}

#filtre-btn.active:after,#sort-btn.active:after {
    background: url(minus.svg) no-repeat center
}

#filterSort>div {
    border-right: 1px solid #ededed;
    position: relative
}

#filterSort .stock-btn {
    min-width: 200px;
    color: #545554;
    font-size: 14px;
    border-left: 1px solid #ededed
}

#filterSort .stock-btn label {
    padding: 0;
    justify-content: center
}

.vitrin-cart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    z-index: 2;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden
}

.product-list-fav {
    right: 10px;
    top: 10px;
    z-index: 3;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: url(fav.svg) no-repeat center rgb(243 242 245/80%)
}

.product-list-fav.added {
    background: url(fav-select.svg) no-repeat center rgb(243 242 245/80%)
}

.discounted-price {
    color: #5f5e5e;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px
}

.current-price {
    font-size: 21px;
    font-weight: 700;
    color: #545554;
    line-height: 1
}

.product-list-item:hover .vitrin-cart {
    opacity: 1;
    visibility: visible
}

.product-list-cart:hover,.stok-yok-btn:hover {
    background: #d65e58;
    color: #fff;
    border-color: #d65e58
}

.stock-btn input {
    width: 11px;
    height: 11px;
    border: 1px solid #545554;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0;
    margin-right: 10px;
    cursor: pointer
}

.stock-btn .active input {
    border: 0;
    background: url(checked.svg) no-repeat center
}

#pageLayout {
    border-right: 0
}

#pageLayout span {
    height: 27px;
    cursor: pointer
}

#pageLayout span:first-child {
    border-bottom: 1px solid #ededed
}

#pageLayout .grid4 {
    background: url(grid4.svg) no-repeat center
}

#pageLayout .grid3 {
    background: url(grid3.svg) no-repeat center
}

#pageLayout .grid4.selected {
    background: url(grid4-select.svg) no-repeat center
}

#pageLayout .grid3.selected {
    background: url(grid3-select.svg) no-repeat center
}

.product-discount div {
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: flex-start
}

.product-discount div span {
    font-size: 8px;
    margin-right: 1px;
    margin-top: 2px
}

.product-discount>span {
    font-size: 8px;
    font-weight: 700
}

.swiper-wrapper.imgInner {
    position: absolute
}

.product-list-item .swiper-dots {
    bottom: 5px;
    opacity: 0;
    padding: 10px 0
}

.product-list-item:hover .swiper-dots {
    opacity: 1
}

.swiper-dots-hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex
}

.swiper-dots-hover span {
    width: 100%
}

#filter-inner {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 14;
    border: 1px solid #f3f2f5;
    box-sizing: border-box;
    display: none
}

.filter-title {
    font-size: 14px;
    font-weight: 500;
    color: #545554;
    height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d6d6d6
}

#filterPanel {
    position: relative;
    z-index: 3
}

.filter-item label,.filter-item a {
    font-size: 14px;
    font-weight: 300;
    color: #5f5e5e;
    line-height: 1.3;
    margin: 5px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: auto
}

.filter-title+div {
    margin-top: 20px
}

.filter-wrap-box {
    margin-bottom: 20px
}

.filter-item label input {
    width: 10px;
    height: 10px;
    border-radius: 1px;
    border: 1px solid #5f5e5e;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0;
    margin-right: 10px;
    overflow: hidden
}

.filter-item label input:checked {
    border: 0;
    background: url(checked.svg) no-repeat center
}

.filter-item label input:checked+span {
    color: #545554;
    font-style: normal
}

#filterTpl {
    padding: 10px 5px;
    box-sizing: border-box;
    padding-bottom: 0
}

#filterPanel>div {
    margin-bottom: 20px
}

.filter-btn {
    height: 24px;
    background-color: #64aeb7;
    cursor: pointer;
    font-size: 10px;
    color: #fff
}

.filter-overlay,.sort-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: 0 0
}

#filter-wrapper.active #filter-inner {
    display: block
}

#filter-wrapper.active .filter-overlay,#sort-wrapper.active .sort-overlay {
    display: block
}

.filter-open:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #545554
}

.page-total-text {
    height: 56px;
    font-size: 12px;
    color: #545554
}

.page-number a,.page-number span {
    width: 68px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #ededed;
    box-sizing: border-box;
    font-size: 16px;
    color: #545554;
    position: relative
}

.page-number {
    height: 55px;
    background: #fff
}

.page-number .first,.page-number .last {
    display: none
}

.page-number a.next {
    border-right: 0
}

.page-number a.prev {
    font-size: 0;
    background: url(page-prev.svg) no-repeat center
}

.page-number a.next {
    font-size: 0;
    background: url(page-next.svg) no-repeat center
}

.page-number span:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #545554;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.page-total-text span {
    color: #64aeb7;
    font-weight: 700;
    margin: 0 3px
}

.seo-vitrin {
    background-size: cover!important;
    background-position: center!important;
    padding: 60px;
    box-sizing: border-box
}

#cat-text {
    font-size: 1rem;
    max-height: 300px;
    overflow: auto
}

.seo-vitrin:not(.active)>.seo-vitrin-inner {
    max-height: 270px;
    overflow: hidden
}

.readmore {
    font-weight: 700;
    padding: 0;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    float: left
}

.seo-vitrin h1 {
    font-size: 30px;
    font-weight: 800;
    margin: 0;
    margin-bottom: 20px;
    color: #fff
}

.seo-vitrin p,.seo-vitrin li {
    font-size: 15px;
    color: #fff;
    line-height: normal
}

#sort-wrapper {
    border: 0;
    position: absolute!important;
    top: 73px;
    z-index: 9;
    box-shadow: 0 2px 4px rgba(0,0,0,.11);
    background-color: #fff;
    box-sizing: border-box;
    padding: 5px;
    display: none
}

#sort-wrapper li {
    height: 36px;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 5px;
    font-size: 14px;
    color: #545554;
    border: 1px solid transparent;
    cursor: pointer
}

#sort-wrapper li:hover,#sort-wrapper li.selected {
    border: 1px solid #545554;
    background-color: #fff
}

#sort-wrapper.active {
    display: block
}

#sort-wrapper li i {
    width: 8px;
    height: 8px;
    margin-left: 15px
}

#sort-wrapper li i.alp-down {
    background: url(sort-down.svg) no-repeat center
}

#sort-wrapper li i.alp-up {
    background: url(sort-up.svg) no-repeat center
}

#sort-wrapper>ul {
    position: relative;
    background: #fff;
    z-index: 9
}

.vitrin-swiper {
    width: 445px
}

#vitrin-right .swiper-container {
    left: 80px;
    padding-left: 30px;
    box-sizing: border-box;
    padding-bottom: 80px;
    position: relative;
    padding-top: 10px
}

.vitrin-swiper .product-list-item {
    box-shadow: 0 32px 74px -40px rgb(0 0 0/13%)
}

.vitrin-bg:before {
    height: calc(100% - 180px)
}

#vitrin-left {
    margin-top: -180px
}

#vitrin-left .tabBtns .btn {
    font-size: 18px;
    color: #1d1d1d;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px
}

#vitrin-left .tabBtns .btn.active {
    border-color: #545554
}

#vitrin-right {
    position: relative
}

.swiper-arrow {
    position: absolute;
    top: calc(33.3333%);
    height: 0;
    right: 0;
    z-index: 3;
    width: calc(100% - 44px);
    left: 85px
}

.swiper-arrow span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: url(c-prev.svg) no-repeat center;
    float: left;
    outline: none;
    cursor: pointer;
    box-shadow: 0 2px 53px -18px rgba(0,0,0,.71)
}

.swiper-arrow span+span {
    float: right;
    background: url(c-next.svg) no-repeat center
}

.vitrin-type-one {
    display: flex
}

.vitrin-title-wrapper {
    background: #fff;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.vitrin-type-one .product-list-item {
    margin: 0;
    display: flex;
    align-items: center
}

.vitrin-title-wrapper .vitrin-title {
    font-size: 21px;
    font-weight: 800;
    color: #545554;
    line-height: 1.3;
    margin-bottom: 5px
}

.vitrin-title-wrapper .vitrin-min-title {
    font-size: 30px;
    font-weight: 300;
    color: #64aeb7;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative
}

.vitrin-title-wrapper .vitrin-min-title:after {
    content: '';
    width: 60px;
    height: 1px;
    background-color: #64aeb7;
    position: absolute;
    bottom: 0;
    left: 0
}

.vitrin-type-one .swiper-arrow {
    left: -10px;
    width: calc(100% + 20px);
    top: calc(50% - 24px)
}

.vitrin-type-two {
    display: flex
}

.vitrin-type-two .swiper-arrow {
    left: -10px;
    width: calc(100% + 20px)
}

.vitrin-type-two .product-list-item {
    margin-bottom: 0
}

.vitrin-last-product-title {
    font-size: 21px;
    font-weight: 800;
    color: #545554;
    text-align: center
}

.vitrin-last-product .current-price {
    font-size: 18px;
    font-weight: 500
}

.vitrin-last-product .product-list-info {
    padding-left: 10px;
    padding-right: 10px
}

.filter-item a.current-cat {
    color: #000
}

.filter-item-parent {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    margin: 5px 0;
    color: #000
}

#set-products .productDetails {
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    padding-bottom: 50px
}

#set-products .productDetails .product-list-price {
    margin-bottom: 10px
}

#set-products .productDetails .select-button {
    width: 100%
}

#set-products .productDetails .vitrin-cart {
    opacity: 1;
    visibility: visible;
    position: relative;
    bottom: 0;
    top: 0;
    padding: 0
}

#set-products .productDetails .product-list-info {
    padding: 0
}

#set-products .productDetails .select-button.selected {
    background: #d65e58;
    color: #fff;
    border-color: #d65e58
}


input,select {
    border-radius: 0!important
}
