﻿/* Header */
img[data-sixtythree="logotype"] {
    width:auto;
    margin-top: 24px !important;
}

img[data-sixtythree="icon-search"] {
    width: 18px;
    height: 18px;
}

img[data-sixtythree="icon-search-v1"] {
    width: 14px;
    height: 14px;
}

img[data-sixtythree="icon-nav"] {
    width: 24px;
    height: 16px;
}

img[data-sixtythree="icon-mobile-nav"] {
    width: 24px;
    height: 17px;
}

img[data-sixtythree="icon-mobile-basket"] {
    width: 17px;
    height: 16px;
}
/* END Header */

img[data-sixtythree="arrow-down-gray"] {
    width: 11px;
    height: 6px;
}

img[data-sixtythree="arrow-down-gray-v1"] {
    width: 8px;
    height: 4px;
}

img[data-sixtythree="arrow-down-white"] {
    width: 25px;
    height: 15px;
}

img[data-sixtythree="arrow-left-gray"] {
    width: 6px;
    height: 11px;
}

img[data-sixtythree="arrow-left-gray-v1"] {
    width: 4px;
    height: 8px;
}

img[data-sixtythree="arrow-left-white"] {
    width: 15px;
    height: 25px;
}

img[data-sixtythree="arrow-right-gray"] {
    width: 6px;
    height: 11px;
}

img[data-sixtythree="arrow-right-gray-v1"] {
    width: 4px;
    height: 8px;
}

img[data-sixtythree="arrow-right-white"] {
    width: 15px;
    height: 25px;
}

img[data-sixtythree="arrow-up-gray"] {
    width: 11px;
    height: 6px;
}

img[data-sixtythree="arrow-up-gray-v1"] {
    width: 8px;
    height: 4px;
}

img[data-sixtythree="arrow-up-white"] {
    width: 25px;
    height: 15px;
}

img[data-sixtythree="icon-armchair"] {
    width: 28px;
    height: 15px;
}

img[data-sixtythree="icon-close-black"] {
    width: 24px;
    height: 25px;
}

img[data-sixtythree="icon-close-white"] {
    width: 11px;
    height: 11px;
}

img[data-sixtythree="icon-add-favourites"] {
    width: 21px;
    height: 18px;
}

img[data-sixtythree="icon-loader"] {
    width: 22px;
    height: 22px;
}

img[data-sixtythree="icon-play"] {
    width: 38px;
    height: 38px;
}

img[data-sixtythree="icon-plus"] {
    width: 42px;
    height: 42px;
}

img[data-sixtythree="icon-mobile-filter"] {
    width: 17px;
    height: 17px;
}

img[data-sixtythree="icon-facebook-large"] {
    width: 12px;
    height: 23px;
}



/* Footer */
img[data-sixtythree="icon-facebook"] {
    width: 8px;
    height: 16px;
}

img[data-sixtythree="icon-instagram"] {
    width: 16px;
    height: 16px;
}

img[data-sixtythree="icon-tumblr"] {
    width: 10px;
    height: 16px;
}

img[data-sixtythree="icon-twitter"] {
    width: 16px;
    height: 16px;
}

img[data-sixtythree="icon-vimeo"] {
    width: 16px;
    height: 16px;
}
/* END Footer */





/* PAYMENT */
img[data-sixtythree="SST-arrow-next-short"] {
    width: 4px;
    height: 8px;
}

img[data-sixtythree="SST-arrow-next-short-gray"] {
    width: 4px;
    height: 8px;
}

img[data-sixtythree="icon-tick"] {
    width: 14px;
    height: 11px;
}

img[data-sixtythree="icon-triangle-gray"] {
    width: 41px;
    height: 80px;
}

img[data-sixtythree="icon-triangle-white"] {
    width: 41px;
    height: 80px;
}

img[data-sixtythree^="icon-edit-"] {
    width: 12px;
    height: 13px;
}

img[data-sixtythree^="icon-close-"] {
    width: 9px;
    height: 9px;
}

img[data-sixtythree^="SST-logotype-card-"] {
    width: 49px;
    height: 31px;
}


img[data-sixtythree="logotype-aras"] {
    width: 92px;
    height: 43px;
}
/* END PAYMENT */





/* Colors */
ul.colors {
    display: table;
}

    ul.colors li {
        float: left;
        margin-left: 2px;
    }

        ul.colors li a {
            display: block;
            width: 25px;
            height: 25px;
            padding: 2px 2px 2px 2px;
            border: 1px solid transparent;
            border-radius: 100%;
            cursor: pointer;
            transition: padding 0.3s, background 0.3s, border 0.3s;
            -webkit-transition: padding 0.3s, background 0.3s, border 0.3s;
        }

            ul.colors li a span {
                display: block;
                width: 19px;
                height: 19px;
                border-radius: 100%;
                transition: width 0.3s, height 0.3s;
            }

        ul.colors li:hover a {
            border: 1px solid #ccc;
        }

        ul.colors li:hover a,
        ul.colors li a.active {
            padding: 4px 4px 4px 4px;
            border: 1px solid #ccc;
        }

            ul.colors li:hover a span,
            ul.colors li a.active span {
                width: 15px;
                height: 15px;
            }
/* End - Colors */

/* messagebox */ 
.alert {
        
        min-height: 52px;
        margin: 0 auto 40px auto;
        text-align: center;
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            border-radius:0;
        }
.alert.alert-success {
            background-color: #f7f7f7;
            border: 1px solid #b29472;
            color: #b29472;
            }
        /* yesil renk classi */
.alert.alert-info {
            background-color: #f7f7f7;
            border: 1px solid #b29472;
            color: #b29472;
            }
        /* kirmizi renk classi */
.alert.alert-danger {
            background-color: #ffefef;
            border: 1px solid #f3c0bc;
            color: #f35240;
            }
        /* sari renk classi */
.warning.v3 {
            background-color: #fffbef;
            border: 1px solid #f4d6bc;
            color: #f4b241;
            }
.modal-success .modal-header {
    background: #b29472;
}
.modal-success .btn-success {
    background: #b29472 !important;
    border:none;
}
.modal-danger .modal-header {
    background: #f35240;
}
.modal-danger .btn-success {
    background: #f35240 !important;
    border:none;
}

/* mb bitti*/

.moreProduct {
    padding: 30px 0 30px 0;
    text-align: center;
}
    .moreProduct .content {
        display: inline-block;
    }
    .moreProduct .arrow {
        display: block;
        float: left;
        width: 45px;
        height: 40px;
    }
        .moreProduct .arrow img {
            display: block;
            width: 6px;
            height: 11px;
            margin:14px auto 0 auto;
            opacity:0.5;
        }
    .moreProduct ul.level1 {
        display: table;
        float: left;
    }
        .moreProduct ul.level1 li.level1 {
            float: left;
            margin-left: 1px;
        }
            .moreProduct ul.level1 li.level1 a {
                display: block;
                width: 40px;
                height: 40px;
                background-color: #fafafa;
            }
                .moreProduct ul.level1 li.level1 a span {
                    display: block;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                }
                .moreProduct ul.level1 li.level1 a.active {
                    color:#737373;
                    font-size:17px;
                    background-color: #ffffff;
                }

.pagination > li {
    margin-left: 2px;
    display:block;
    float:left;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: block;
    float: left;
    width: 45px;
    height: 40px;
    background-color:inherit;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: block;
    float: left;
    width: 45px;
    height: 40px;
    background-color:inherit;
    
}
.pagination>.current>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    border: none;
    color: #fff;
    font-size: 17px;
    background-color: #b29472;
    padding-top:9px;
}
.pagination > li > a, .pagination > li > span {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fafafa;
    color: #b29472;
    font-size: 13px;
    font-weight: 500;
    border:none;
    padding-top:12px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li:hover,.pagination>.current:hover  {
    color:#b4b4b4;
    background-color: #fafafa;
}

/* Buttons */
.buttonA {
    display: inline-block;
    width: 426px;
    height: 75px;
    color: #353535;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
}

    .buttonA:before {
        content: '';
        display: inline-block;
        height: 100%;
        margin-right: -0.25em;
        vertical-align: middle;
    }

    .buttonA img {
        display: inline-block;
        width: 22px;
        height: 22px;
        margin-right: 15px;
        vertical-align: middle;
    }

    .buttonA span {
        display: inline-block;
        vertical-align: middle;
    }


.buttonB {
    display: inline-block;
    width: 177px;
    padding: 12px 0 12px 0;
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.023em;
    border-radius: 5px;
    background-color: #fff;
}


.buttonC {
    display: inline-block;
    width: 184px;
    padding: 14px 0 14px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.023em;
    border-radius: 5px;
    background-color: #c30027;
}

.buttonD {
    display: inline-block;
    width: 160px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background-color: #b1c800;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
}

    .buttonD span {
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .buttonD:hover {
        background-color: #a1b601;
    }



.buttonE {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    background-color: #B39470;
    border: 2px solid #B39470;
    cursor: pointer;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

    .buttonE:hover {
        opacity: 0.8;
    }

.buttonAddBasket {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    background-color: #B39470;
    border: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    padding:17px 16px;
}

.buttonF {
    display: block;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background-color: #375592;
    border-radius: 3px;
}

    .buttonF img {
        display: inline-block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .buttonF span {
        display: inline-block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }


.buttonG {
    display: block;
    width: 90%;
    height: 40px;
    color: #686868;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.023em;
    text-align: center;
    background-color: #e8e8e8;
}

    .buttonG span {
        display: inline-block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
/* End - Buttons */


.transaction-wrapper {
    margin-top:35px;
}







@media all and (max-width: 767px) {
    img[data-sixtythree="logotype"] {
         width: auto;
        height: 45px;
        margin: 10px 0 0 -20px !important;
    }

    #detail img[data-sixtythree="icon-add-favourites"] {
        width: 27px;
        height: auto;
    }

    .buttonB {
        width: 142px;
        padding: 9px 0 9px 0;
        font-size: 10px;
    }

    .buttonD {
        width: calc(100% - 89px);
        width: -webkit-calc(100% - 89px);
    }

    .buttonE {
        font-size: 13px;
    }
}


@media all and (min-width: 768px) and (max-width: 1023px) {

    img[data-sixtythree="logotype"] {
         width:auto;
        margin: -20px 0 0 -30px !important;
    }



    /* Buttons */
    .buttonA {
        width: 242px;
    }



    /* Colors */
    ul.colors li {
        margin-left: 8px;
    }

        ul.colors li a {
            width: 33px;
            height: 33px;
        }

            ul.colors li a span {
                width: 27px;
                height: 27px;
            }

            ul.colors li:hover a,
            ul.colors li a.active {
                padding: 5px 5px 5px 5px;
            }

                ul.colors li:hover a span,
                ul.colors li a.active span {
                    width: 21px;
                    height: 21px;
                }
    /* End - Colors */
}


@media all and (min-width: 1024px) and (max-width: 1200px) {

    /* Buttons */
    .buttonA {
        width: 326px;
    }

    .buttonD {
        width: 110px;
        font-size: 14px;
    }
}

@media all and (min-width: 1201px) and (max-width: 1340px) {

    /* Buttons */
    .buttonA {
        width: 366px;
    }

    .buttonD {
        width: 130px;
        font-size: 15px;
    }
}
