﻿.bounce {
    display: inline-block;
    position: relative;
    -moz-animation: bounce 0.5s infinite linear;
    -o-animation: bounce 0.5s infinite linear;
    -webkit-animation: bounce 0.5s infinite linear;
    animation: bounce 0.5s infinite linear;
    colr: 000;
}

.fa-twitter {
    color: #027bdd;
    font-size: 30px;
    margin: 20px;
}

@-webkit-keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

@-ms-keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

@keyframes bounce {
    0% {
        top: 0;
    }

    50% {
        top: -0.2em;
    }

    70% {
        top: -0.3em;
    }

    100% {
        top: 0;
    }
}

/*KATEGORİ ARAMA SAYFASI*/
.products-list .product-layout .caption h4, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .caption h4 {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*.large-image.vertical {
    max-height: 600px;
    max-width: 600px;
}*/



/* Error Page */
.error .clip .shadow {
    height: 180px; /*Contrall*/
}

.error .clip:nth-of-type(2) .shadow {
    width: 130px; /*Contrall play with javascript*/
}

.error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow {
    width: 250px; /*Contrall*/
}

.error .digit {
    width: 150px; /*Contrall*/
    height: 150px; /*Contrall*/
    line-height: 150px; /*Contrall*/
    font-size: 120px;
    font-weight: bold;
}

.error h2 /*Contrall*/ {
    font-size: 32px;
}

.error .msg /*Contrall*/ {
    top: -190px;
    left: 30%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
}

.error span.triangle /*Contrall*/ {
    top: 70%;
    right: 0%;
    border-left: 20px solid #535353;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}


.error .container-error-404 {
    margin-top: 10%;
    position: relative;
    height: 250px;
    padding-top: -20px;
}

    .error .container-error-404 .clip {
        display: inline-block;
        transform: skew(-45deg);
    }

.error .clip .shadow {
    overflow: hidden;
}

.error .clip:nth-of-type(2) .shadow {
    overflow: hidden;
    position: relative;
    box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150,0.8), 20px 0px 20px -15px rgba(150, 150, 150,0.8);
}

.error .clip:nth-of-type(3) .shadow:after, .error .clip:nth-of-type(1) .shadow:after {
    content: "";
    position: absolute;
    right: -8px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    width: 10px;
    background: linear-gradient(90deg, transparent, rgba(173,173,173, 0.8), transparent);
    border-radius: 50%;
}

.error .clip:nth-of-type(3) .shadow:after {
    left: -8px;
}

.error .digit {
    position: relative;
    top: 8%;
    color: white;
    background: #07B3F9;
    border-radius: 50%;
    display: inline-block;
    transform: skew(45deg);
}

.error .clip:nth-of-type(2) .digit {
    left: -10%;
}

.error .clip:nth-of-type(1) .digit {
    right: -20%;
}

.error .clip:nth-of-type(3) .digit {
    left: -20%;
}

.error h2 {
    color: #A2A2A2;
    font-weight: bold;
    padding-bottom: 20px;
}

.error .msg {
    position: relative;
    z-index: 9999;
    display: block;
    background: #535353;
    color: #A2A2A2;
    border-radius: 50%;
    font-style: italic;
}

.error .triangle {
    position: absolute;
    z-index: 999;
    transform: rotate(45deg);
    content: "";
    width: 0;
    height: 0;
}

/* Error Page */
@media(max-width: 767px) {
    /* Error Page */
    .error .clip .shadow {
        height: 100px; /*Contrall*/
    }

    .error .clip:nth-of-type(2) .shadow {
        width: 80px; /*Contrall play with javascript*/
    }

    .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow {
        width: 100px; /*Contrall*/
    }

    .error .digit {
        width: 80px; /*Contrall*/
        height: 80px; /*Contrall*/
        line-height: 80px; /*Contrall*/
        font-size: 52px;
    }

    .error h2 /*Contrall*/ {
        font-size: 24px;
    }

    .error .msg /*Contrall*/ {
        top: -110px;
        left: 15%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .error span.triangle /*Contrall*/ {
        top: 70%;
        right: -3%;
        border-left: 10px solid #535353;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

    .error .container-error-404 {
        height: 150px;
    }
    /* Error Page */
}

/*--------------------------------------------Framework --------------------------------*/

.overlay {
    position: relative;
    z-index: 20;
}
/*done*/
.ground-color {
    background: white;
}
/*done*/
.item-bg-color {
    background: #EAEAEA
}
/*done*/

/* Padding Section*/
.padding-top {
    padding-top: 10px;
}
/*done*/
.padding-bottom {
    padding-bottom: 10px;
}
/*done*/
.padding-vertical {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-horizontal {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-all {
    padding: 10px;
}
/*done*/

.no-padding-left {
    padding-left: 0px;
}
/*done*/
.no-padding-right {
    padding-right: 0px;
}
/*done*/
.no-vertical-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.no-horizontal-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-padding {
    padding: 0px;
}
/*done*/
/* Padding Section*/

/* Margin section */
.margin-top {
    margin-top: 10px;
}
/*done*/
.margin-bottom {
    margin-bottom: 10px;
}
/*done*/
.margin-right {
    margin-right: 10px;
}
/*done*/
.margin-left {
    margin-left: 10px;
}
/*done*/
.margin-horizontal {
    margin-left: 10px;
    margin-right: 10px;
}
/*done*/
.margin-vertical {
    margin-top: 10px;
    margin-bottom: 10px;
}
/*done*/
.margin-all {
    margin: 10px;
}
/*done*/
.no-margin {
    margin: 0px;
}
/*done*/

.no-vertical-margin {
    margin-top: 0px;
    margin-bottom: 0px;
}

.no-horizontal-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.inside-col-shrink {
    margin: 0px 20px;
}

/*--------------------------------------------FrameWork------------------------*/


._secure-logo {
    float: right;
    width: 35%;
    padding-top: 5px;
    margin-bottom: -10px;
    opacity: .6;
}

    ._secure-logo:hover {
        opacity: 1;
    }

.logo {
    position: relative;
    display: block;
    width: 250px;
    height: 50px;
    float: left;
    /*margin: 10px 33px 10px 0;*/
}

    .logo img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        display: block;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }

.filter-shopby, .filter-row {
    border: 0px !important;
    padding: 10px !important;
    margin: 0px !important;
}

.left-content-product .content-product-right .product-label .stock .no-stock {
    color: red;
}

    .left-content-product .content-product-right .product-label .stock .no-stock:before {
        content: "\f046";
        font-family: FontAwesome;
        display: inline-block;
        color: red;
        margin-right: 5px;
        margin-left: 10px;
    }

.products-list .product-layout .caption h4, div.tab-slider .ltabs-items-container
.ltabs-items .product-layout .caption h4 {
    white-space: normal;
    text-align: center;
    font-size: 12px !important;
    line-height: 1.2em;
    height: 3em; /* height is 2x line-height, so two lines will display */
    overflow: hidden; /* prevents extra lines from being visible */
}

.ratings {
    display: none;
}

.products-list .product-layout .caption h4, div.tab-slider .ltabs-items-container
.ltabs-items .product-layout .caption {
    padding: 5px;
}

.price {
    text-align: center;
}

    .price .price-new {
        font-weight: 700;
        font-size: 20px;
        line-height: 20px;
    }

    .price .price-old {
        font-weight: 700;
        font-size: 14px !important;
        line-height: 20px;
    }

.no-stock {
    color: red
}

.status-stock {
    color: #00abf0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.image_flag {
    width: 18px;
    height: 18px;
}

ul.megamenu li span {
    font-size: 12px;
    font-weight: bold;
    white-space: normal;
    padding-right: 15px;
}

ul.megamenu a {
    display: block;
    width: 100%;
    text-decoration: none;
}

/*.vertical ul.megamenu > li {
    position: static;
}

@media (max-width: 991px) {
    .vertical ul.megamenu > li {
        position: relative;
    }
}*/
.catIcon {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 60px;
    display: inline-block;
    width: 60px;
    text-align: center;
}

/*.catIcon img {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }*/

.cutom-parent-li {
    font-size: 12px;
}

.producttab .tabsslider .nav-tabs li a {
    text-transform: none !important;
}

.titleLine h3.modtitle {
    text-transform: none !important;
}

.page-login .well h2 {
    text-transform: none !important;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999999;
    float: left;
    display: none;
    min-width: 370px;
    _width: 160px;
    padding: 4px 0;
    margin: 0px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    /*border-color: #dc143b !important;*/
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}



.ui-menu-item {
    display: block;
    padding: 2px 10px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #555555;
    max-width: 424px;
    white-space: wrap !important;
    overflow-wrap: break-word;
    word-break: break-all;
    font-size:12px;

    &.ui-state-focus
    /*{
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}*/
}

.ui-menu-item-wrapper
{
    overflow-wrap:break-word;
    word-break:break-word;
}



.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    /*background: #dc143b !important;*/
    /*font-weight: bold !important;*/
    color: #ffffff !important;
    cursor: pointer;
    background: #D3D3D3 !important;
}

/*body {
    background-image: url('../image/back.PNG');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-clip:unset;
    background-origin:border-box;
}*/


.rotatedown {
    /*transform: rotate(180deg);
    transition: all .5s ease;*/
}

.products-list.grid .product-layout .product-item-container .right-block input {
    height: 35px;
}

.products-list .product-layout .button-group .addToCart, div.tab-slider .ltabs-items-container .ltabs-items .product-layout .button-group .addToCart {
    padding: 9px 12px !important;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-backdrop {
    position: static;
}

 
.customer-login {
    margin-top: 55px;

}

.page-login .well {
    min-height: 1px !important;
}
 
