.alert-light {
    color: #606060;
    background-color: #fff;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}
.alert a {
    font-weight: bold;
}
.fa-shopping-cart{
    padding-right: 20px;
    color: white;
    font-size: 20px;
    transition: 350ms;
    cursor: pointer;
}
.fa-shopping-cart:hover{
    color: #ef4836;
    transition: 350ms;
}
.user-icon {
    color: white;
    font-size: 20px;
    transition: 350ms;
    cursor: pointer;
}
.user-icon:hover{
    color: #ef4836;
    transition: 350ms;
}

.cart-empty-content {
    color: #ef4836 !important;
    cursor: unset;
    font-size: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.top-bar{
    background: white;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.main-bar{
    background: rgba(0,0,0,0.5) !important;
    z-index: 998;
    width: 100%;
    position: fixed;
    max-height: 115px;
    /*margin-top: 32px;*/
}

.menu{
    margin-right: 10px;
    margin-left: 10px;
    float: left !important;
    list-style: none;
    font-weight: 500;
    font-size: 15px;
    
}
.menu a{
    color: white;
    transition: 500ms;
    font-size: 18px;
}

.menu a:hover {
    color: #ef4836;
    transition: 500ms;
}

.menu-toggle{
    z-index: 999;
}
@media screen and (max-width: 992px) {
    .site-header{
         display: none !important;   
    }    
    .cbtn {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}

@media screen and (min-width: 992px) {
    .main-header{
         display: none;   
    }
    
    .pleace{
        margin-top: 100px;
    }
}


/* Kosár oldal */
.cart-table-content {
    margin-top: 20px;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

table {
    border-collapse: collapse;
}
.cart-table-content table > thead > tr {
    background-color: #ef4836;
    color: white;
}
.cart-main-area .cart-table-content table > thead > tr th.head-remove {
    width: 30px;
}
.cart-main-area .cart-table-content table > thead > tr th.head-img {
    width: 90px;
}
.cart-table-content table > thead > tr th.product-name {
    width: 537px;
}
.cart-main-area .cart-table-content table > thead > tr th.head-price {
    width: 206px;
    text-align: center;
}
.cart-main-area .cart-table-content table > thead > tr th.head-quality {
    width: 100px;
    text-align: center;
}
.cart-main-area .cart-table-content table > thead > tr th.head-total {
    width: 206px;
    text-align: center;
}
.cart-table-content table > tbody tr td.product-quantity {
    text-align: center;
}
.cart-table-content table > tbody tr td {
    padding: 30px 0;
}
.cart-plus-minus {
    display: inline-block;
    height: 60px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 80px;
}
.dec {
    height: 60px;
    left: 0;
    padding-top: 20px;
    top: 0;
}

.inc {
    height: 60px;
    padding-top: 20px;
    right: 0;
    top: 0;
}

/* .cart-main-area input {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #343538;
    width: 100%;
} */

.ga-img {
    height: 300px;
    width: 300px;
    object-fit: cover;
    object-position: center;
    padding: 15px 15px 0px 15px;
}
.owl-carousel .owl-item {
    text-align: center;
    margin: 0 auto;
}
.testimonials .slide-item {
    float: initial;
}

@media (min-width: 0px) and (max-width: 575.98px) {
    .our-menu .col .menu-block {
        padding: 0;
    }
    .ga-img {
        height: 128px;
        width: 100%;
        object-fit: cover;
        object-position: center;
        padding: 15px 0 15px 0;
    }
    .main-slider .tp-banner-container .tp-banner ul li a.full-btn {
        font-size: 10px !important;
        line-height: initial !important;
        padding: 8px 16px 8px 16px !important;
    }
    .main-slider h1 {
        font-size: 12px !important;
    }
}
@media (min-width: 576px) and (max-width: 991.98px) {
    .main-slider .tp-banner-container .tp-banner ul li a.full-btn {
        font-size: 12px !important;
        line-height: initial !important;
        padding: 12px 24px 12px 24px !important;
    }
    .header-style-one .button-container {
        margin-top: 16px;
    }
}