.roboto {
    font-family: 'Roboto', sans-serif;
}

@font-face {
    font-family: "averta-bold";
    src: url('../font/avertabold.otf') format("truetype");
}

@font-face {
    font-family: "averta";
    src: url('../font/averta.otf') format("truetype");
}

.averta {
    font-family: "averta";
}

.avertabold {
    font-family: "averta-bold";
}

body {
    background: #F9FAFC;
    font-family: 'Roboto', sans-serif;
}

nav.navbar {
    box-shadow: 0px 0px 17px 2px grey;
}

.header-bg {
    background-image: url('../images/new-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 400px;
}

.header-logo-mobile {
    display: none;
}

.brands-bg {
    background-image: url('../images/brands-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 300px;
}

.orders-bg {
    background-image: url('../images/order-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 300px;
}

.accountDetail-bg {
    background-image: url('../images/account-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 300px;
}

.addressBook-bg {
    background-image: url('../images/address-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 300px;
}

.mobile-bg {
    background-image: url('../images/mobile-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 300px;
}

.textHeader {
    display: none;
}

.centered {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*#navbar-menu{
    display:block;
}
#navbar-mobile-menu {
    display: none;
}*/
.account-link, .welcome {
    position: absolute;
    right: 2%;
    top: 3%;
    list-style: none;
    font-family: "averta";
    font-weight: 500;
    font-size: 16px;
    max-height:113px;
}

    .account-link:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 40px;
        right: 0;
        margin: auto auto;
        background: #CF2228;
        width: 95px;
        height: 2px;
    }

    .account-link li {
        display: inline-block;
        position: relative;
        padding: 0 15px;
    }

.userMenu li:first-child {
    margin-right: 20px;
}

.account-link li:first-child:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 70%;
    background: #000;
    transform: translate(0,-50%);
}

.userMenu li:first-child::after {
    content: '';
    position: absolute;
    top: 30%;
    right: -13px;
    width: 2px;
    height: 40%;
    background: #000;
    transform: translate(0,-50%);
}



.account-link li:last-child {
    padding-left: 7px;
}

.account-link li a {
    text-decoration: none;
    color: #000;
}

.welcome .account-link {
    position: relative;
    top: auto;
    text-align: right;
    float: right;
    right: 0;
    /* margin-top: 5px;*/
    display: inline-block;
}

    .welcome .account-link:after, .welcome .account-link:before {
        display: none;
    }

    .welcome .account-link li {
        padding: 0;
    }

        .welcome .account-link li:before {
            display: none;
        }

.selectbox {
    font-family: "averta";
    font-size: 14px;
    padding: 17px 20px 17px 20px;
}

.text-input {
    background: #fff;
    color: #000;
    border: 1px solid #c3c3c3;
    padding: 17px 20px 17px 20px;
    width: 100%;
    resize: none;
    font-family: "averta";
    font-size: 14px;
    border-radius: 0.25rem;
}

textarea.text-input {
    border: 2px solid #efefef;
}

.text-input:focus, .text-input:focus-visible {
    outline: none;
    border-color: #CF2228;
}

.text-input.icon {
    background-image: url(../images/input-icons.png) !important;
    background-repeat: no-repeat;
}

    .text-input.icon.email {
        background-position: 15px -66px;
        padding-left: 40px;
    }

    .text-input.icon.password {
        background-position: 15px 17px;
        padding-left: 42px;
    }

    .text-input.icon.username {
        background-position: 15px -25px;
        padding-left: 42px;
    }

.fpassword {
    color: #000;
    font-weight: 500;
    font-size: 15px;
}

    .fpassword:hover {
        color: #000;
    }

.button.redColor {
    background: #CF2228;
}

.loginButton {
    display: inline-block;
    position: relative;
    line-height: 100%;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    font-family: "averta";
    font-size: 14px;
    padding: 0 30px;
    height: 45px;
    font-weight: bold;
    letter-spacing: 1px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    transition: all .3s ease-out;
    box-shadow: none !important;
    background: #CF2228;
    border-radius: 0.25rem;
}

.btn-add-to-cart {
    font-family: "averta";
    background: #CF2228;
    color: #fff;
    border-color: #CF2228;
}

.chkLabel {
    font-family: "averta";
    font-size: 15px;
    color: #000;
    font-weight: 500;
}


.checker {
    position: relative;
    margin-right: 5px;
    margin-top: -3px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

    .checker, .checker span, .checker input {
        width: 17px;
        height: 17px;
    }

        .checker span {
            border: 1px solid #e4e4e4;
            background-color: #fff;
            display: -moz-inline-box;
            display: inline-block;
            text-align: center;
            position: relative;
            border-radius: 3px;
        }

            .checker span:after {
                content: "";
                background: url(../images/check-red.png) no-repeat 50%;
                opacity: 0;
                filter: alpha(Opacity=0);
                display: block;
                height: 100%;
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
            }

            .checker span.checked:after {
                content: "";
                opacity: 1;
                filter: alpha(Opacity=100);
            }

        .checker input[type=checkbox] {
            opacity: 0;
            filter: alpha(opacity=0);
            -moz-opacity: 0;
            border: none;
            background: none;
            display: -moz-inline-box;
            display: inline-block;
            *display: inline;
            zoom: 1;
            margin: 0;
            vertical-align: top;
            cursor: pointer;
            position: absolute;
            top: -1px;
            left: -1px;
            z-index: 2;
        }

/*---ALERT POPUP---*/
#alertscreen {
    display: none;
    background: #000;
    position: fixed !important;
    top: 0px;
    left: 0px !important;
    width: 100%;
    height: 100% !important;
    z-index: 999999999 !important;
}
/*#alert {position:relative; top:0;display: none; box-shadow: #d75a4a 1px 1px 1px;  margin:0px auto auto auto; left:0; right:0; z-index:9999999999; background:#fff; width:100%;}*/
#alert {
    position: fixed;
    border: 1px solid #CF2228;
    top: 50%;
    margin: -100px auto auto auto;
    left: 0;
    right: 0;
    z-index: 999999999999;
    background: #fff;
    width: 400px;
    border-radius: 3px;
}

    #alert.success {
        border: 1px solid #CF2228;
    }

    #alert.error {
        border: 1px solid #CF2228;
    }

    #alert.warning {
        border: 1px solid #CF2228;
    }

    #alert .alert-close {
        position: absolute;
        top: 50%;
        right: 10px;
        background: url(/images/close-alert.png) no-repeat;
        width: 13px;
        height: 13px;
        display: block;
        transform: translate(0,-50%);
    }

    #alert .alert-title {
        padding: 15px;
        font-size: 14px;
        letter-spacing: 1px;
        background: #CF2228;
        font-family: 'averta';
        /*text-transform: uppercase;*/
        color: #fff;
        position: relative;
    }

    #alert.success .alert-title {
        background: #CF2228;
    }

    #alert.error .alert-title {
        background: #CF2228;
    }

    #alert.warning .alert-title {
        background: #CF2228;
    }

    #alert #alert-content {
        text-align: center;
        font-weight: bold;
        padding: 25px 20px 25px 20px;
        line-height: 21px;
        font-size: 13px;
        font-family: 'averta';
    }

        #alert #alert-content .type {
            font-size: 14px;
            display: inline-block;
            padding: 6px 0px 6px 0px;
            color: #000 !important;
        }

    #alert.success #alert-content .type {
        color: #000 !important;
    }

    #alert.error #alert-content .type {
        color: #000 !important;
    }

    #alert.warning #alert-content .type {
        color: #000 !important;
    }
/*---/ALERT POPUP---*/

#payment #steps {
    background: #CF2228;
    margin: 0px;
    display: table;
    width: 100%;
    padding: 0;
    border-radius: 3px;
}

    #payment #steps li {
        display: table-cell;
        /*padding: 30px 30px 20px 30px;*/
        padding: 2% 0 2% 0;
        vertical-align: middle;
    }

        #payment #steps li a {
            color: #fff;
            opacity: 0.3;
            transition: 250ms;
            text-decoration: none;
            font-size: 18px;
            padding-bottom: 10px;
            display: block;
            text-align: center;
        }

            #payment #steps li a .number {
                display: none;
            }

        #payment #steps li.active a {
            color: #fff;
            opacity: 1;
            border-bottom: 1px solid #fff;
        }

#payment .paymentwrap {
    padding: 15px 0;
}

#checkout_cart table {
    width: 100%;
    border-spacing: 0px;
}

    #checkout_cart table .quantity {
        max-width: 60px;
        text-align: center;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    #checkout_cart table thead tr td {
        font-size: 14px;
        padding-bottom: 10px !important;
        position: relative;
        color: #000;
        font-family: averta;
        border-bottom: 1px solid #e5e5e5;
        font-weight: bold;
    }

        #checkout_cart table thead tr td:after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0px;
            width: 50px;
            height: 3px;
            background: #CF2228;
        }

        #checkout_cart table thead tr td.alignRight:after {
            right: 0px;
            left: auto;
        }

    #checkout_cart table tr td {
        padding: 25px 0px 25px 0px;
        border-bottom: 1px solid #e5e5e5;
        vertical-align: middle;
        text-align: left;
    }

        #checkout_cart table tr td.text-right {
            text-align: right;
        }

    #checkout_cart table thead tr td.text-right:after {
        right: 0px;
        left: auto;
    }

    #checkout_cart table tr td.product_img {
        width: 120px;
        padding-right: 25px;
    }

        #checkout_cart table tr td.product_img img {
            width: 100%;
        }

        #checkout_cart table tr td.product_img a {
            display: block;
        }

#checkout_cart .product_name, #payment_summary .product_name {
    font-size: 15px;
    font-family: averta;
    font-weight: bold;
    margin-bottom: 6px;
}

#checkout_cart .attributes span, .text-left .attributes span {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 12px;
}

.remove-from-cart {
    display: block;
    color: #231f20 !important;
    background: url(../images/remove-item.gif) no-repeat left center;
    font-size: 12px;
    margin-top: 5px;
    padding-left: 20px;
}

    .remove-from-cart:hover {
        text-decoration: underline;
    }

.plus-minus {
    display: inline-block;
    padding: 2px 5px 5px 5px;
    height: 57px;
    vertical-align: top;
    background: #CF2228;
    width: 30px;
    margin-left: -4px;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    cursor: pointer;
}

    .plus-minus a {
        display: inline-block;
        width: 100%;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        text-align: center;
    }

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

#cart_detail {
    margin-top: 25px;
}

    #cart_detail .head {
        font-family: averta;
        margin-top: 3px;
        font-size: 13px;
        font-weight: bold;
    }

        #cart_detail .head a {
            color: #CF2228;
            text-decoration: underline;
        }

            #cart_detail .head a:hover {
                text-decoration: underline;
            }

    #cart_detail .price {
        /*font-family: averta;*/
        margin: 0px 0px 0px 0px;
        text-align: right;
        font-size: 20px;
        letter-spacing: 2px;
        font-weight: bold;
    }

    #cart_detail .vat_included {
        font-size: 10px;
    }

    #cart_detail s {
        display: block;
        font-size: 16px;
        color: #d0d0d0;
        margin-bottom: 3px;
    }

.button {
    display: inline-block;
    position: relative;
    line-height: 100%;
    text-decoration: none !important;
    transition: 250ms;
    color: #fff !important;
    text-align: center;
    font-family: averta;
    font-weight: 500;
    border: 0px;
    font-size: 13px;
    padding: 18px 20px;
    font-weight: bold;
    letter-spacing: 1px;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    transition: all .3s ease-out;
    box-shadow: none !important;
    height: 50px;
    border-radius: 0.25rem;
}

    .button.red {
        background: #CF2228;
        float: right;
    }

    .button.black {
        background: #000;
    }

#addressbook .title {
    font-family: averta;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

div.selector, div.selector span {
    color: #5c5c5c;
    font-family: averta;
    background: url(../images/s_arrow.png) no-repeat #fff right center;
}

div.selector {
    position: relative;
}

    div.selector span {
        font-family: averta;
        /* font-weight:bold;*/
        border: 1px solid #c3c3c3;
        padding: 18px 60px 17px 20px;
        font-size: 13px;
        color: #808080;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: left;
        white-space: nowrap;
        cursor: pointer;
        width: 100%;
        display: block;
    }

    div.selector select {
        opacity: 0;
        color: #5c5c5c;
        border: medium none;
        background: transparent none repeat scroll 0% 0%;
        position: absolute;
        height: 51px;
        top: -1px;
        left: 0px;
        width: 100%;
    }

#payment .next {
    text-align: right;
    margin-top: 8px;
}

#add_new_delivery_address {
    display: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

.inputwrap {
    margin-bottom: 15px;
}

.iconpack {
    background-image: url(../images/iconpack.png);
    background-repeat: no-repeat;
    border: 0px;
    background-color: transparent;
    display: block;
}

    .iconpack.basket-icon {
        background-position: 0px -24px;
        width: 16px;
        height: 22px;
        display: inline-block;
        vertical-align: top;
    }

.quick-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
    float: right;
    text-align: right;
    margin: 10px 0;
    width: 100%;
}

    .quick-link:hover {
        color: #000;
    }

    .quick-link span {
        display: inline-block;
        margin-left: 5px;
        vertical-align: top;
    }

    .quick-link.basket .number, .quick-link.favorite-list .number {
        background: #fff;
        margin-top: -2px;
        margin-left: 5px;
        text-align: center;
        border-radius: 50%;
        width: 30px;
        padding-top: 3px;
        height: 30px;
        font-family: averta;
        font-weight: bold;
    }

.welcome .account-link ul {
    display: none;
    position: absolute;
    padding: 10px 10px 10px 10px;
    top: 35px;
    min-width: 150px;
    background: #fff;
    text-align: left;
    border: 1px solid #CF2228;
    border-top: 5px solid #CF2228;
}

    .welcome .account-link ul:before {
        content: '';
        display: block;
        border-bottom: 10px solid #CF2228;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        width: 0;
        height: 0;
        position: absolute;
        left: 20px;
        top: -11px;
    }

    .welcome .account-link ul li {
        display: block;
        margin-bottom: 10px;
    }

        .welcome .account-link ul li:first-child::after {
            display: none;
        }

        .welcome .account-link ul li:last-child {
            margin-bottom: 0px;
        }

        .welcome .account-link ul li a {
            display: block;
            font-size: 13px;
            color: #231f20;
            padding: 0px 0px 5px 0px;
            border-bottom: 1px solid #ddd;
        }

        .welcome .account-link ul li:last-child a {
            border: 0px;
        }

#myaccount {
    position: relative;
    padding-bottom: 15px;
}

    #myaccount:hover ul {
        display: block;
    }


#myorders {
    margin-top: 30px;
    margin-bottom: 30px;
}

    #myorders table {
        width: 100%;
        color: #000;
    }

        #myorders table tr td {
            padding: 15px;
            position: relative;
            text-align: center;
            vertical-align: middle;
            font-size: 14px;
            font-family: averta;
        }

        #myorders table tbody tr td b {
            font-family: averta;
            font-weight: bold;
        }

        #myorders table tbody tr td:after {
            background: #ececec;
            position: absolute;
            content: '';
            height: 40px;
            width: 1px;
            margin-top: -20px;
            right: 0px;
            top: 50%;
        }

        #myorders table tbody tr td {
            padding: 25px 15px 25px 15px;
            border-bottom: 1px solid #bfbfbf;
        }

        #myorders table thead tr td {
            border-bottom: 1px solid #bfbfbf;
            font-size: 18px;
            font-family: UbuntuMedium,Arial;
        }

            #myorders table thead tr td:last-child:after, #myorders table tbody tr td:last-child:after {
                display: none;
            }

            #myorders table thead tr td:after {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                margin: auto auto;
                bottom: -3px;
                width: 80px;
                height: 5px;
                background: #CF2228;
            }

        #myorders table tbody tr td .detail-link {
            font-family: UbuntuMedium,Arial;
            background: url(../images/detail-link-icon.png) no-repeat right -20px;
            padding: 0px 20px 0px 0px;
            color: #000;
            text-decoration: none;
            display: block;
            text-align: center;
        }

            #myorders table tbody tr td .detail-link.active {
                background-position: right 3px;
            }

.bank-info-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

#myorders table tbody tr.orderdetail thead tr td {
    padding: 0px 0px 8px 0px;
    font-size: 14px;
}

#myorders table tbody tr.orderdetail {
    display: none;
}

    #myorders table tbody tr.orderdetail thead tr td:after {
        display: none;
    }

.orderdetail td {
    background: #f9f9f9;
}

#myorders table tbody tr.orderdetail td {
    padding: 25px;
}

    #myorders table tbody tr.orderdetail td:last-child:after {
        display: none;
    }

    #myorders table tbody tr.orderdetail td tr td .head {
        text-align: right;
    }

    #myorders table tbody tr.orderdetail td tr td .price {
        text-align: right;
        font-family: averta;
        font-weight: bold;
        color: #231f20;
        letter-spacing: 2px;
    }

    #myorders table tbody tr.orderdetail td tr td .bank-info {
        text-align: left;
        font-family: averta;
        font-weight: bold;
        color: #231f20;
    }

    #myorders table tbody tr.orderdetail td tr td .vat-included {
        font-style: italic;
        font-size: 11px;
    }

.orderdetail table {
    margin-top: 0px;
}

#myorders table tbody tr.orderdetail .basket_img {
    display: block;
    background: #fff;
    border: 1px solid #7c7c7d;
}

    #myorders table tbody tr.orderdetail .basket_img img {
        width: 100%;
    }

#myorders table tbody tr.orderdetail thead tr .alignLeft {
    text-align: left !important;
}

#myorders table tbody tr.orderdetail tbody tr td {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

    #myorders table tbody tr.orderdetail tbody tr td .product_name {
        color: #231f20;
        font-family: averta;
        font-weight: bold;
        margin-top: 5px;
    }

    #myorders table tbody tr.orderdetail tbody tr td .stock_code {
        margin: 5px 0px 5px 0px;
        font-size: 13px;
    }

#myorders table tbody tr.orderdetail tbody tr:last-child td {
    border: 0px !important;
}

#myorders table tbody tr.orderdetail tbody tr td .product-price {
    color: #231f20;
    font-family: averta;
    font-weight: bold;
}

#step3 {
    min-height: 500px;
    position: relative;
}

    #step3 #ps_view {
        min-height: 500px;
    }

.redirectBrands {
    background: #CF2228;
    padding: 10px 15px;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    margin: 10px 0;
}

    .redirectBrands:hover {
        color: #fff;
    }

@media only screen and (max-width: 767px) {
    .account-link {
        top: 1%;
    }

    .welcome {
        top: 1%;
    }

    .textHeader {
        display: block;
    }

    #navbar-menu {
        display: block;
    }

    #navbar-mobile-menu {
        display: block;
        background-color: red
    }

    #step3 {
        min-height: 720px;
    }

        #step3 #ps_view {
            min-height: 720px;
        }

    .brands-bg, .orders-bg, .accountDetail-bg, .addressBook-bg, .mobile-bg {
        height: 125px;
    }

    .header-bg {
        background-image: url('../images/new-banner.jpg');
        height: 125px;
        z-index:999999;
    }

    .header-logo-mobile {
        display: none;
        height: 25px;
    }

        .header-logo-mobile .image {
            display: block;
            margin-left: auto;
            margin-right: auto;
            margin-top: 15px;
        }

    .menu-header {
        height: 230px !important;
    }

    .centered {
        position: absolute;
        top: 30.5%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

#ps_view .title {
    font-family: averta;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px solid #CF2228;
    padding-bottom: 10px;
}

.addresswrap {
    background: #fcfcfc;
    border: 2px solid #efefef;
    padding: 25px;
    margin-bottom: 10px;
}

    .addresswrap p {
        line-height: 20px;
    }

.q-icon {
    background: url(../images/q-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 16px;
    right: 25px;
    cursor: help;
}

.cvv-info {
    position: absolute;
    z-index: 9999;
    padding: 20px 10px 10px 10px;
    background: #f6f6f6;
    border: 1px solid #CCC;
    bottom: 49px;
    right: -278px;
    display: none;
}

.btn_window_close {
    cursor: pointer;
    display: block;
    background: url(../images/btn_window_close.gif) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 3px;
    right: 3px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .header-bg {
        height: 225px;
    }
}

#addressBtn {
    color: #fff;
    background-color: #CF2228;
    border-color: #CF2228;
}

.back-icon {
    transform: rotate(180deg);
    border: 1px solid #ddd;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 2px #cccccc;
    width: 35px;
}

    .back-icon:hover {
        cursor: pointer;
    }

.back-icon-home {
    border: 1px solid #ddd;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 2px #cccccc;
    width: 35px;
}

    .back-icon-home:hover {
        cursor: pointer;
    }

.ReturnHome {
    color: red !important
}

    .ReturnHome:hover {
        cursor: pointer;
    }

.video-icon {
    /*transform: rotate(180deg);*/
    /*border: 1px solid #ddd;*/
    border-radius: 50px;
    box-shadow: 0px 0px 5px 2px #cccccc;
    width: 125px;
    position: fixed;
    bottom: 10px;
    right: 5px;
}

    .video-icon:hover {
        cursor: pointer
    }

.box {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.brands-box {
    box-shadow: 0 0 7px 2px rgb(0 0 0 / 15%);
    background: #fff;
}

    .brands-box:hover .main-image, .brands-box:active .main-image {
        visibility: hidden;
        opacity: 0;
    }

    .brands-box:hover .detail-image, .brands-box:active .detail-image {
        visibility: visible;
        opacity: 1;
    }

.main-image {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

.detail-image {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}

.brands-box img {
    padding: 25px;
}

.brands-box:hover {
    box-shadow: 0px 0px 17px 2px #999999;
    transition: 0.7s;
}

.menu-header {
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    background-position: center center;
    box-shadow: 0px 0px 17px 2px grey;
}

.detail-header {
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-position: center center;
    box-shadow: 0px 0px 17px 2px grey;
}

.food-name {
    text-decoration: none;
    color: #525252;
}

.food-detail-name {
    color: #525252;
}

.food-main {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    text-decoration: none;
    color: #777;
}

.food-detail-main {
    font-size: 18px;
    line-height: 1.4;
    text-decoration: none;
    color: #777;
}

.food-detail-allergen-text {
    margin-top: 20px;
    color: #666;
}

.food-detail-allergen {
    color: #666;
}

.price-text {
    color: #891800;
}

.price {
    font-weight: bold;
    font-size: 1em;
    /*letter-spacing: 2px;*/
}

.chevron-right {
    margin-left: -5px;
    width: 25px;
}

.title-box {
    position: absolute;
    top: unset;
    height: 45%;
    bottom: 0px;
    min-width: 0;
    word-wrap: break-word;
    right: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .6) 35%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    margin: 0 10px 10px 10px;
    padding-left: 10px;
}

    .title-box p {
        position: absolute;
        bottom: -3px;
    }

.food-info {
    flex-direction: column;
    justify-content: space-around;
}

.food-info-box {
    display: contents;
}

.extra-list {
    list-style: circle;
    font-size: 18px;
    padding-left: 17px;
    color: #777;
}

/* Style the tab */
.tab {
    width: 100%;
    display: flex;
    background-color: #F9FAFC;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        border-bottom: 1px solid #ccc;
        min-width: max-content;
        color: #999;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #F9FAFC;
            border-bottom: 3px solid grey;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #F9FAFC;
            border-bottom: 3px solid grey;
            color: #555;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 30px 12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.whatsapp-box {
    position: fixed;
    bottom: 65px;
    right: 5px;
}

.phone-box {
    position: fixed;
    bottom: 120px;
    right: 5px;
}

/*.tanitim-box {
    position: fixed;
    bottom: 17px;
    right: 5px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 2px #cccccc;
    width: 125px;
}*/

#thankyou {
    text-align: center;
    margin-bottom: 35px;
    font-size: 14px;
    font-family: averta;
    font-weight: bold;
}

    #thankyou p, #thankyou h4, #thankyou .value {
        line-height: 24px;
        font-size: 16px;
        font-family: averta;
    }

    #thankyou .thankyouwrap {
        float: none;
        margin: auto auto;
    }

    #thankyou h4 {
        font-size: 18px;
        font-family: averta;
        font-weight: bold;
        border-bottom: 1px solid #3d3d3d;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #thankyou .detail {
        margin-top: 50px;
    }

    #thankyou .seperator {
        margin: 40px auto 40px auto;
        float: none;
        height: 1px;
        background: #d8d8d8;
    }

    #thankyou .button {
        display: inline-block;
        margin-right: 20px;
        min-width: 185px;
    }

        #thankyou .button:last-child {
            margin-right: 0px;
        }

.payment_success {
    color: #1b2b39;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 32px;
    padding: 15px 0px 0px 0px;
}

.text-basket {
    font-family: averta;
    font-weight: bold;
    font-size: 16px;
    color: #000 !important;
}

.textHeader {
    color: #CF2228;
    font-weight: bold;
    font-family: 'averta';
    font-size: 28px;
    margin-top: 15px;
    text-align: center;
}

.textOrder {
    color: #CF2228;
    font-weight: bold;
    font-family: 'averta';
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
}

.dashboard-title {
    font-size: 14px;
    font-weight: normal;
    font-family: averta;
    font-weight: bold;
    color: #231f20;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c3c3c3;
    margin-top: 20px;
}

.addresswrap a, .addresswrap input {
    display: inline-block;
    color: #CF2228;
    margin-right: 10px;
    margin-top: 10px;
    padding: 0px;
    border: 0px;
    background: none;
    font-family: averta;
    text-decoration: underline;
}

.checkContainer {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: averta;
    font-weight: bold;
    line-height: 100%;
}

    /* Hide the browser's default checkbox */
    .checkContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .checkContainer .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #fff;
        border: 1px solid;
        border-radius: 3px;
    }

    /* On mouse-over, add a grey background color */
    .checkContainer:hover input ~ .checkmark {
        background-color: #fff;
    }

    /* When the checkbox is checked, add a blue background */
    .checkContainer input:checked ~ .checkmark {
        background-color: #fff;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkContainer .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .checkContainer input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .checkContainer .checkmark:after {
        left: 7px;
        top: 3.5px;
        width: 5px;
        height: 10px;
        border: solid #CF2228;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


.radioContainer {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: averta;
    font-weight: bold;
    line-height: 100%;
}

    /* Hide the browser's default checkbox */
    .radioContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .radioContainer .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #fff;
        border: 1px solid;
        border-radius: 100%;
    }

    /* On mouse-over, add a grey background color */
    .radioContainer:hover input ~ .checkmark {
        background-color: #fff;
    }

    /* When the checkbox is checked, add a blue background */
    .radioContainer input:checked ~ .checkmark {
        background-color: #fff;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .radioContainer .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .radioContainer input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .radioContainer .checkmark:after {
        left: 7px;
        top: 3.5px;
        width: 5px;
        height: 10px;
        border: solid #CF2228;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.priceArea {
    padding-left: 10px;
}

.iyzicoText {
    /*position: absolute;*/
    /*bottom: 20px;*/
    text-align: center;
    /*left: 0;
    right: 0;*/
    font-family: 'averta';
    font-size: 1em;
    font-weight: bold;
}

    .iyzicoText img {
        width: 50px;
    }

.textCity {
    display: inline-block;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: bold;
    font-family: 'averta';
    font-size: 13px;
}

.item {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}

    .item .productGroupName {
        padding-bottom: 10px;
        display: inline-block;
    }
