body{
    background-color: white;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1rem;
    font-display: swap;
}

h1, h2, h3, h4, h5, a, div, span, section, p, input, select, textarea, label {
    font-family: 'Titillium Web', sans-serif !important;
}

body section {
    height: auto;
    background-color: white;
}

.main-content .page-content {
    background: #fff;
}

.main-content {
    background: #fff;
    margin-left: 0px;
    min-height: 350px;
}

header{
    height: 70px;
    background-color:#121926;
    width: 100%;
}

header .logo{
    position: relative;
    top:12px;
}

header nav ul.web-menu li{
    list-style: none;
    float: left;
    display: block;
    line-height: 48px;
    padding: 10px;
}




footer .about-us{
    margin-top: 20px;
    color: #D4D4D4;
}

footer h2{
    color: #D4D4D4;
    font-size: 26px;
    font-weight: 400;
}

footer h2 span{
    color: #FECC00;
}
footer h4{
    color: #D4D4D4;
    margin-top: 20px;
}

img {
    vertical-align: middle;
    margin: 0 auto;
    display: block;
    width: auto;
}

.ad-list .list-item{
    float: left;
    padding: 0;
    box-shadow: 0 0 5px #00000012;
    margin: 10px;
    width: calc(25% - 20px);
}

.banner-image{
    width: auto;
    height: 400px;
    max-width: 100%;
}

.banner-image2{
    width: auto;
    height: 195px;
    max-width: 100%;
}

.ad-list .list-item .list-image{
    position: relative;
}

.ad-list .list-item .list-image .title{
    position: absolute;
    bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    color: white;
    background: #00000091;
}

.ad-list .list-item .options{
    background: white;
    min-height: 80px;
}



/* login */

#user .main-section{
    background-color: #F6F6F6;
    padding: 20px;
    margin-bottom: 30px;
}

.login-left{
    background: white;
    font-size: 29px;
    line-height: 32px;
    box-shadow: 7px 9px 13px #8080803b;

}

.login-right h3{
    font-size: 40px !important;
    line-height: 40px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 30px;
    color: black;
}
.login-right{
    padding: 0 20px;
}

#user input{
    border: none;
    background-color: #EEEEEE;
    height: 80px;
    padding-left: 100px;
    font-size: 32px;
    color: #383838;
}
#user label{
    position: relative;
    padding: 0;
    margin-top: 10px;
    display: block;
}
#user label img{
    position: absolute;
    top: 12px;
    left: 12px;
}

#user button.submit-button,#user a.submit-button{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fecc00+39,f4a274+100 */
    background: #fecc00; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fecc00 39%, #f4a274 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fecc00 39%,#f4a274 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fecc00 39%,#f4a274 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecc00', endColorstr='#f4a274',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: none;
    color: black;
    font-size: 40px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px;
    display: block;
}
#user input:focus, #login input:focus{
    background-color: #fffff9; !important;
    /*border: 1px solid #cffcff;*/
}

#user .user-roles ul li.role:first-child{
    margin-left: 0;
}
#user .user-roles ul li.role{
    list-style: none;
    cursor: pointer;
    background-color: #c8d9ea;
    float: left;
    width: calc((100% - 20px)/3);
    padding: 15px;
    margin-left: 10px;
    text-align: center;
    color: black;
    border: 1px solid #868686;
}

#user .user-roles ul li.active{
    background-color: #fed200;
    border-color: black;
}

.main-content .page-content {
    margin-top: 0px;
    overflow: hidden;
    padding: 0;
    position: relative;
    height: 100%;
    width: 100%;
}


.slider img{
    width: 100%;
}

img.item-image{
    vertical-align: middle;
    margin: 0 auto;
    display: block;
    width: auto;
    height: 250px;
    max-width: 100%;
}

.iziModal .iziModal-content p{
    margin-bottom: 10px;
}

#modal-welcome, #modal-alert{
    background: rgba(255,255,255,0.1);
}


#modal-iframe{
    border-bottom-color: black !important;
    background: black;
}

.modal-form header{
    background: #eee;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    width: 100%;
    height: auto;
}
.modal-form header a{
    display: block;
    float: left;
    width: 50%;
    padding: 0;
    text-align: center;
    background: #ddd;
    color: #999;
    height: 65px;
    vertical-align: middle;
    line-height: 65px;
    font-family: 'Lato', arial;
    font-size: 15px;
    transition: all 0.3s ease;
}
.modal-form header a:not(.active):hover{
    box-shadow: inset 0 -10px 20px -10px #aaa
}
.modal-form header a.active{
    background: #fff;
    color: #777;
}
.modal-form .sections{
    overflow: hidden;
}
.modal-form section{
    padding: 30px;
}
.modal-form section input:not([type="checkbox"]), .modal-form section button{
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 26px;
    padding: 15px;
    font-size: 14px;
}
.modal-form section button{
    height: 46px;
    padding: 0;
}

.modal-form section input:focus{
    border-color:#28CA97;
}
.modal-form section label[for="check"]{
    margin-bottom: 26px;
    font-size: 14px;
    color: #999;
    display: block;
}
.modal-form section footer{
    overflow: hidden;
    background: transparent;
}
.modal-form section button{
    background: #28CA97;
    color: white;
    margin: 0;
    border: 0;
    cursor: pointer;
    width: 50%;
    float: left;
}
.modal-form section button:hover{
    opacity: 0.8;
}
.modal-form section button:nth-child(1){
    border-radius: 3px 0 0 3px;
    background: #aaa;
}
.modal-form section button:nth-child(2){
    border-radius: 0 3px 3px 0;
}

.modal-form .icon-close{
    background: #FFF;
    margin-bottom: 10px;
    position: absolute;
    right: -8px;
    top: -8px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 0;
    color: #a9a9a9;
    cursor: pointer;
}
.modal-form .icon-close:hover, .modal-form .icon-close:focus{
    color: black;
}
.modal-form.hasScroll .icon-close{
    display: none;
}
.iziModal .iziModal-header-title{
    font-family: 'Lato', arial;
    font-weight: 500;
}

img.logo{margin: 0}



.product-list .list-item .list-image{
    position: relative;
}

.product-list .list-item .list-image .title{
    position: absolute;
    bottom: 0px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    color: white;
    background: #00000091;
}




.product-list .options .price .odd{
    text-decoration: line-through;
    display: inline-block;
    color: gray;
}


ul.images li:first-child{
    margin-left: 0;

}
ul.images li{
    list-style: none;
    float: left;
    margin-left: 5px;
}
ul.images{
    margin-top: 20px;
    padding: 0;
}
ul.web-menu-user {
    margin-right: 0;
}
ul.web-menu-user li{
    list-style: none;
    float: left;
    margin-left: 5px;
    line-height: 65px;
    display: inline-block;
}

.product-details ul li{
    list-style: none;
    padding: 15px 0;
    border-top: 1px solid #e9e9e9;
}

.product-details .cart-add-button{
    margin-left: 10px;
}

.product-details input{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.product-details button{
    margin: 0;
}



h2.colored {

    color: #222222;
    font-size: 28px;
    font-weight: 400;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;

}

h2.colored span{
    color: #FECC00;
}


.slick-prev {
    left: -17px;
}
.slick-next {
    right: -17px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: #fec503;
    color: #000;
}

.slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before {
    color: #000;
}

.slick-prev::before, .slick-next::before {
    font-family: unset;
    font-size: 20px;
    line-height: 1;
    color: wheat;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 40px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: #000c;
    color: white;
    top: 50%;
    margin-top: -10px;
    padding: 5px;
    border: none;
    outline: none;
}

.slick-dots li button::before{
    background-color: black;
}

.blog-info .images{
    border: 1px solid #e0e0e0;
    padding: 10px;
}

.blog-info .detail-list ul li:first-child{
    border:none;
}
.blog-info .detail-list ul li{
    list-style: none;
    display: inline-block;
    padding: 5px 10px;
    border-left: 1px solid #c8c8c8;
}
.blog-info .detail-list{
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-top: 20px;
}


ul.languages{
    position: relative;
    top: 0px;
}

ul.languages li:hover { opacity: 1}
ul.languages li{
    opacity: 0.3;
}

ul.languages li.active{
    opacity: 1;
}

ul.languages li img{
    height: 20px;
    width: auto;
}

.ui-menu-item{
    list-style: none;
    background: wheat;
    width: 350px;
    padding: 10px;
    font-size: 15px;
    border-bottom: 1px solid #cccccc;
}

header .header-top ul.languages li.text{
    line-height: 40px;
}
header .header-top ul.languages li a{
    padding: 0;
    background-color: transparent;
    color: white;
    height: auto;
    line-height: 42px;
    margin-right: 0;
    display: table;
    margin-top: 10px;
    border-radius: 0;
    margin-left: 10px;
}

.order-detail{
    height: 35px;
}

.quantity-buttons{display: inline-block}
.image-content{position: relative}

.fav-add-button i{
    font-size: 30px;
}
.fav-add-button {
    position: absolute;
    right: 10px;
    top: 13px;
    background: transparent;
    color: #f83356;
    border: 1px solid #f833563b;
    padding: 0;
    border-radius: 50%;
    width: 45px;
    height: 45px !important;
    line-height: 57px;
}

#product-info .product-details ul li .cart-add-button {
    height: 45px;
    background: #f83356;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.31);
    width: calc( 50% - 78px);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #f83356;
    border-color: #5c021f !important;
    color: #fff;
}
.category-product{margin-top: 20px}

.filter-group h3{
    position: relative;
    width: 100%;
    cursor: pointer;
}
.filter-group h3 i{
    display: none;
}

header .logo {
    height: auto !important;
    position: initial;
    width: 235px;
}

footer .logo {
    height: auto !important;
    max-height: 110px;
}

.brand-list ul li a:hover{
    background: #ff0079;
    color: white;
}
.brand-list ul li a{
    color: #9B9B9B;
    display: block;
    cursor: pointer;

}
.brand-list ul li{
    list-style: none;
    float: left;
    width: calc((100% - 40px) / 4);
    text-align: left;
    font-size: 15px;
    border: 1px solid #e8e8e8;
    margin: 5px;
    padding: 5px;
    text-align: center;
}
.brand-list ul{
    display: inline-block;
    width: calc(100% - 90px);
    vertical-align: middle;
}
.brand-list span{
    display: inline-block;
    border-right: 1px solid #cecece;
    padding: 20px;
    padding-right: 20px;
    margin-right: 20px;
    padding-right: 30px;
    font-size: 18px;
    color: #444;
    font-weight: bold;
}
.brand-list{
    list-style: none;
    border: 1px solid #cecece;
    margin-bottom: 10px;
    padding: 10px;
}

.pagination .btn-success {

    background-color: #ff738e !important;
    color: #fff;

}
.pagination .btn-primary .badge {

    color: #d2004e !important;
    background-color: #fff;
    font-size: 14px !important;

}
.pagination .btn-primary {

    background-color: #929aa2 !important;
    color: #fff;

}
.pagination .btn{
    padding: 7px 17px 8px !important;
}

.pagination {

    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    width: 100%;

}


/* list page */

.filter-bar {

    display: table;
    background: white;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0 2px 9px -9px;
    width: 100%;

}

.filter-bar .filter-category{
    width: 200px;
    display: inline-block;
    float: left;
}

.filter-bar .item-select{
    display: block;
    float: left;
    margin: 0 10px;
    position: relative;
    top: 4px;
}

.filter-bar li:first-child {
    margin-left: 0;
}
.filter-bar li {
    list-style: none;
    background-image: url("list-items.png");
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 10px;
    height: 34px;
}

.filter-bar li.one-item {
    background-position: 0px 0px;
    width: 72px;
}

.filter-bar li.two-item {
    background-position: -95px 0px;
    width: 33px;
}

.filter-bar li.three-item {
    background-position: -150px 0px;
    width: 50px;
}

.filter-bar li.four-item {
    background-position: -222px 0px;
    width: 68px;
}

.filter-bar li.active, .filter-bar li:hover{
    background-position-y: -44px;
}

.product-list .list-item .list-image {
    height: 100% !important;
    display: table;
    width: 100%;
    padding: 5px;
}

.product-list .list-item .item-group {
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
    background: white;
}

.product-list .list-item .item-group:hover {
    border: 1px solid #e8094e;
    margin-bottom: 10px;
}
.four-item .image-item{
    height: 460px;
    padding-top: 5px
}

.product-list .four-item{
    width: calc((100% / 4) - 0px) !important;
}

.product-list .three-item .image-item{
    height: 565px;
    padding-top: 5px
}

.product-list .two-item{
    width: calc((100% / 2) - 0px) !important;
}

.product-list .two-item .image-item{
    height: 580px;
    padding-top: 5px
}

.product-list .three-item{
    width: calc((100% / 3) - 0px) !important;
}

.product-list .one-item{
    width: 100% !important;
    border: 1px solid #cecbcb !important;
    margin-bottom: 20px !important;
    padding: 10px !important;
    padding-left: 0px !important;
    border-radius: 3px !important;
}

.product-list .one-item .image-item {
    height: 220px;
    padding-top: 5px;
    float: left;
}

.product-list .one-item .item-group {
    display: table !important;
    width: 100% !important;
}

.product-list .one-item .list-image a img {
    height: 200px !important;
}


@media only screen and (max-width: 600px) {


    .filter-group ul{
        display: none;
    }

    .filter-group h3 i{
        display: block;
        position: absolute;
        right: 10px;
        top:0;
    }

    #product-info .product-details ul li .cart-add-button {
        width: calc( 100% - 145px);
        font-size: 16px !important;

    }

    #product-info .product-details ul li .cart-add-button:last-child {
        width: 100%;
        font-size: 18px !important;
        margin: 5px 0;

    }

    .nav-tabs li{
        width: 100%;
    }

    .coupon-button{
        margin: 0 auto;
        width: 100%;
    }

    .sf-circle, .sf-sea {
        padding: 10px 2px !important;
    }

    .cart-summary .cart-total {

        border: 1px solid #E4E4E4;
        margin-right: 0px;
        margin-top: 40px;
        margin-bottom: 10px;

    }

    .starability-basic {
        min-height: 40px !important;
        margin-top: 0 !important;
    }

    .review-button{
        width: 100%;
    }

    .banner{width: 100%;margin-bottom:10px}

    .mobil-cart-content li.item:last-child{
        border-bottom: none;
    }
    .mobil-cart-content li.item h4 a{
        color: #a70153;
    }
    .mobil-cart-content li.item h4{
        padding-right: 50px;
        margin-top: 0;
    }
    .mobil-cart-content li.item{
        padding: 10px;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 10px;
        position: relative;
    }
    .mobil-cart-content li .content{
        display: inline-block;
        width: 100%;
    }

    .table-responsive {
        padding-top: 0 !important;
    }

    .mobil-cart-content .quantity{
        float: inherit;
        width: auto;
    }
    .mobil-cart-content{
        margin: 0;
        padding: 0;
    }

    .mobil-cart-remove {

        position: absolute;
        top: 10px;
        right: 10px;
        background: white;
        border: 1px solid #595959;
        color: black;
        font-weight: bold;
        width: 25px;
        height: 25px;
        text-align: center;
        border-radius: 5px;

    }

    #product .product-list .list-item {

        width: calc( 50% - 5px ) !important;
        margin-right: 5px;

    }

    .product-list .list-item .image-item {

        height: 210px !important;
        padding-top: 0px;

    }

    .filter-bar .item-select{
        display: none !important;
    }

    .shop-residential{
        width: 100% !important;
        height: auto;
        padding: 10px;
        background-color:#ffc5d1;
        position: relative;
        margin: auto;
    }

    .main-content .page-content .panel-content {
        padding: 10px;
    }
}

.banner img,.banners img{
    width: 100%;
    margin-bottom: 10px;
}

.slide {
    margin-bottom: 5px !important;
   /* margin-top: -20px;*/
}

.main-slide{
    margin-top: -19px;
}

.mobile_yeni_logo{
    height: auto;
    width: 185px !important;
}

.app_download_img{
    height: auto;
    width: 135px;
}

