﻿/* Reset DOM elements style*/
body {
    font: 100% Arial, Helvetica, sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background-color: white;
}
a {
    outline: none;
}
h1, h2, h3, h4, h5, h6, p, form {
    margin:0;
}
img {
    border: 0;
}
button {
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    outline: none;
}
input {
    outline: none;
}
footer {
    position:relative;
    background-color: #EAEAEA;
    height:44px;
    text-align:center;
    vertical-align:middle;
    margin: 30px 0;
}
    footer a {
        color: black;
        text-decoration: none;
        font-size: 0.9em;
        line-height: 3.5em;
    }
    footer .left {
        position: absolute;
        left: 0;
    }

/*Global style classes*/
.mobile {
    display: none;
}
.bold {
    font-weight: bold;
}
.redText {
    color: #bb090c;
}
.redBackground {
    background-color: #bb090c;
}

/* ui-dialog */
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
}
.ui-widget-overlay {
    background: #9F0100 !important;
    opacity: 0.7!important;
}
.ui-dialog {
    background: none;
    border: none;
    padding: 0;
}
    .ui-dialog .ui-dialog-titlebar {
        background: none;
        border: none;
        height: 1.6em;
        padding: 0;
        margin: 0;
    }
    .ui-dialog .ui-dialog-title {
        display: none;
    }
    .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
        top: 0;
        right: 0;
        border: none;
        width: 2.3em;
        height: 2.3em;
        padding: 0;
        margin: 0;
        background: url('/Images/NewOneDesign/X.png') no-repeat;
    }
.ui-state-default .ui-icon {
    background: none !important;
}

.ui-dialog .ui-dialog-content {
    text-align: right;
    padding: 1em;
    margin-right: 2em;
    background-color: white;
    overflow: hidden;
}

.dialog {
    display: none;
    text-align: right;
    direction: rtl;
    font-size: 1em;
}
    .dialog iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
.purchase {
    text-align:center;
    direction: rtl;
}
    .purchase h3 {
        font-size: 1.5em;
    }
    .purchase input[type=text], .purchase input[type=number], .purchase input[type=tel] {
        width: 100%;
        border: 2px solid #EAEAEA;
        font-size: 1.5em;
        vertical-align: middle;
    }
    .purchase input[type=submit] 
    {
        padding: 0.3em 0.7em;
        margin: 0.5em;
        color:white;
        font-size: 1.3em;
        line-height: 1.35em;
        border:none;
        cursor:pointer;
    }
    .purchase input[type=submit].small {
        font-size: 0.9em;
    }
    .purchase span#HipChalange {
        margin: 10px;
    }
    .purchase .error {
        font-size: 0.8em;
        color: #bb090c;
    }
    .purchase a.prices {
        float: right;
        font-size: 0.9em;
    }
    .purchase > div > input[type=submit] {
        margin-bottom: 0.5em;
    }
    #pnlItem {
        text-align: right;
        margin-bottom: 0.5em;
    }
        #pnlItem a {
            display: inline-block;
            margin-top: 0.5em;
        }
#pnlCodeVerificationForm span {
    display:inline-block;
    margin-bottom: 0.5em;
}

/*Dialog specific*/
#dialogPlayer img {
    float:left;
    margin:0 1em 1em 0;
    width: 65px;
    height: 65px;
}

/* Global Calsses */
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
button.next {
    background: url('/Images/NewOneDesign/ArrowLeft.png') no-repeat 50% 50%;
    background-color: transparent;
    border: none;
    width: 27px;
    height: 103px;
    padding:0;
    float: right;
    cursor:pointer;
}
button.prev {
    background: url('/Images/NewOneDesign/ArrowRight.png') no-repeat 50% 50%;
    background-color: transparent;
    border: none;
    width: 27px;
    height: 103px;
    padding:0;
    float: right;
    cursor:pointer;
}

button.next.red {
    background: url('/Images/NewOneDesign/ArrowLeftRed.png') no-repeat 50% 50%;
}
button.prev.red {
    background: url('/Images/NewOneDesign/ArrowRightRed.png') no-repeat 50% 50%;
}

button.cellWhite {
    background-image: url('/Images/NewOneDesign/itemCellWhite.png');
}
button.cellRed {
    background-image: url('/Images/NewOneDesign/itemCellRed.png');
}
button.playWhite {
    background-image: url('/Images/NewOneDesign/itemPlayWhite.png');
}
button.playRed {
    background-image: url('/Images/NewOneDesign/itemPlayRed.png');
}
button.playWhite.playing {
    background-image: url('/Images/NewOneDesign/itemStopWhite.png');
}
button.playRed.playing {
    background-image: url('/Images/NewOneDesign/itemStopRed.png');
}

div.main {
    width: 998px;
    margin: 0 auto 0 auto;
}
div.header.browser {
        width:998px;height:165px;margin-bottom:5px;
        background:url('/Images/NewOneDesign/Header.jpg') no-repeat;
    }

/* Search */
div.menu {
    text-align: right;
    direction: rtl;
    margin: 5px 0;
    height: 2.8em;
    position: relative;
}
    div.menu > label {
        font-size: 1.5em;
        vertical-align: middle;
        float: left;
        color: #bb090c;
    }
    div.menu > div.search {
        border: 2px solid #EAEAEA;
        width: 263px;
        height: 1.91em;
        margin-right: 5px;
        float: left;
    }
    div.menu > div.search > input {
        border: none;
        width: 84%;
        height: 1.7em;
        font-size: 1em;
        padding: 0.1em;
        vertical-align: top;
    }
    div.menu #btnSearch {
        background: url('/Images/NewOneDesign/Magnifier.png') no-repeat 50% 50%;
        width: 2.3em;
        height: 2.3em;
        border: none;
        vertical-align: top;
    }
    div.breadcrumb > a,
    div.breadcrumb > span {
        font-size: 1.3em;
        text-align: center;
        text-decoration: none;
        color: #bb090c;
        display: block;
        float: right;
        min-width: 115px;
        padding: 0 10px;
        height: 33px;
        margin-left: 8px;
        border: 1px solid #bb090c;
        background-color: white;
    }
        div.breadcrumb > a.mobile {
            display: none;
        }
    div.breadcrumb > button {
        font-size: 1.3em;
        text-align: center;
        text-decoration: none;
        color: #bb090c;
        display: block;
        float: right;
        padding: 0 10px;
        min-width: 155px;
        height: 35px;
        margin-left: 8px;
        border: 1px solid #bb090c;
        background-color: white;
    }
        div.breadcrumb > a.active, 
        div.breadcrumb > span.active {
            background-color: #bb090c;
            color: white;
        }
    div.breadcrumb > div.dropDown {
        position: absolute;
        background-color: #bb090c;
        border-left: 1px solid white;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
        box-shadow: 6px 6px 7px #980200;
        width: 155px;
        z-index: 10;
        right: 144px;
        top: 35px;
        display: none;
    }
        div.breadcrumb > div.dropDown > ul {
            border: 3px solid #bb090c;
            list-style: none;
            padding: 0;
            margin: 0;
            width: 149px;
            text-align: center;
        }
        div.breadcrumb > div.dropDown > ul > li {
            height: 33px;
            border-bottom: 1px solid white;
        }
            div.breadcrumb > div.dropDown > ul > li.active {
                background-color: white;
            }
                div.breadcrumb > div.dropDown > ul > li.active a {
                    color: #bb090c;
                }
        div.breadcrumb > div.dropDown > ul > li:last-child {
            border-bottom: none;
        }
        div.breadcrumb > div.dropDown > ul > li > a {
            display: inline-block;
            width: 100%;
            height: 100%;
            color: white;
            text-decoration: none;
            line-height: 2em;
        }


/* Promoted Items*/
div.promoted > button{
    display:none;
}
ul#promoted {
    list-style: none;
    height: 305px;
    padding: 0;
    margin: 0 0 10px 0;
}
    ul#promoted li {
        display: block;
        position:relative;
        float: right;
        width: 236px;
        height: 305px;
        margin-left: 17px;
        background-color: #eaeaea;
        text-align: right;
        direction: rtl;
    }
        ul#promoted li:last-child {
            margin-left:0;
        }
        ul#promoted li div.image {
            display:inline-block;
            width:100%;
            border-bottom:3px solid #bb090c;
        }
        ul#promoted li div.image > img {
            width: 205px;
            height: 215px;
            margin: 0 14px 0 14px;
            float: right;
        }
        ul#promoted li > div.title {
            margin-right: 10px;
        }
         ul#promoted li > div.title > span {
            font-size: 18px;
            line-height: 1em;
            text-decoration:none;
            color:#535c67;
        }
            ul#promoted li > div.title > span.bold {
                color: #bb090c;
                font-size: 22px;
                display: block;
            }
        ul#promoted li > div.buttons {
            position: absolute;
            width: 216px;
            direction: rtl;
            text-align: right;
            left: 10px;
            bottom: 3px;
        }
            ul#promoted li > div.buttons > button {
                font-size: 1em;
                color: #bb090c;
                text-decoration: none;
                padding: 0 34px 0 0;
                border: none;
                background-color: transparent;
                background-repeat: no-repeat;
                background-position: right;
                height: 31px;
            }
            ul#promoted li > div.buttons > button.cellRed {
                background-image: url('/Images/NewOneDesign/promoCell.png');
            }
            ul#promoted li > div.buttons > button.playRed{
                background-image: url('/Images/NewOneDesign/promoPlay.png');
            }
                ul#promoted li > div.buttons > button.playRed.playing {
                    background-image: url('/Images/NewOneDesign/promoStop.png');
                }

/* Categorized Items*/
div.category {
    width: 100%;
    height: 178px;
    clear: both;
    margin-bottom: 7px;
    color: #bb090c;
    border: 2px solid #bb090c;
}
    div.category a.more {
        font-size: 1em;
        line-height: 2.1em;
        color: #bb090c;
        width: 55px;
        height: 30px;
        display: inline-block;
        border-bottom: 1px solid #bb090c;
        text-decoration: none;
        vertical-align: top;
        direction: rtl;
        padding-bottom: 3px;
        margin-bottom:20px;
    }
    div.category span.name {
        font-size: 1.5em;
        margin:0 30px 20px 0;
        border-bottom: 1px solid #bb090c;
        width: 913px;
        height: 30px;
        display: inline-block;
        text-align: right;
        direction: rtl;
        padding-bottom: 3px;
    }
    
    div.category > div.wrapper{
        width:931px;
        float:right;
    }
    div.category ul {
        list-style: none;
        height: 101px;
        padding: 0;
        margin: 0;
    }
        div.category ul > li {
            display: block;
            float: right;
            width: 184px;
            height: 101px;
            margin-left: 10px;
            text-align: right;
            direction: rtl;
        }
            div.category ul > li > p {
                font-size: 0.9em;
                text-decoration: none;
            }
                div.category ul > li > p > img {
                    width: 65px;
                    height: 65px;
                    margin: 0 0 10px 5px;
                    float: right;
                }
            div.category ul > li > div.buttons {
                float: right;
                width: 144px;
                height: 27px;
                direction: rtl;
                text-align: right;
                background-color: #bb090c;
            }
            div.category ul > li > div > button {
                background-color: transparent;
                background-position: 90% 50%;
                background-repeat: no-repeat;
                border: none;
                text-decoration: none;
                font-size: 1em;
                line-height: 0.8em;
                color: white;
                padding: 5px 28px 5px 5px;
                height: 100%;
            }
ul.categories {
    list-style: none;
    font-size: 2em;
    line-height: 6em;
    text-align: center;
    float: right;
    padding: 0;
    margin: 10px 0 0 0;
}
    ul.categories > li {
        float: right;
        width: 243px;
        height: 185px;
        margin: 0 0 8px 8px;
        background-color: #bb090c;
    }
        ul.categories > li.last {
            margin: 0 0 8px 0;
        }
        ul.categories > li > a {
            color: white;
            text-decoration: none;
        }
ul#pager {
    list-style: none;
    font-size: 1.25em;
    color: #8f8f8f;
    text-align:center;
}
    ul#pager li {
        display:inline-block;
        margin-left:5px;
        direction: rtl;
        cursor:pointer;
    }
    ul#pager li.current {
        font-weight: bold;
        color: #BB090C;
    }
    span.noItemFound{
        display: block;
        font-size: 1.5em;
        margin: 0 auto;
        text-align: center
    }
ul.scroller {
    list-style:none;padding:0;margin:0;
}
ul.scroller li {
    float:right;
}
ul.moreItems {
    list-style: none;
    width: 998px;
    padding: 0;
    margin: 0;
}
    ul.moreItems li {
        display:block;
        float: right;
        position:relative;
        width: 492px;
        height: 88px;
        margin: 0 0 4px 6px;
        text-align: right;
        direction: rtl;
        background-color: white;
        border: 2px solid #bb090c;
    }
    ul.moreItems li:nth-child(2n){
        margin-left:0;
    }
        ul.moreItems li > p {
            font-size: 0.85em;
            color: #bb090c;
        }
            ul.moreItems li > p > img {
                width: 125px;
                height: 80px;
                margin: 4px 6px 4px 6px;
                float: right;
            }
            ul.moreItems li > p > span.bold {
                margin-top: 10px;
                display: inline-block;
            }
        ul.moreItems li > div.buttons {
            position:absolute;
            background-color: #bb090c;
            width: 168px;
            height: 27px;
            left: 14px;
            bottom: 12px;
            direction: rtl;
            text-align: center;
        }

            ul.moreItems li > div.buttons > button {
                background-color: transparent;
                background-position: 90% 50%;
                background-repeat: no-repeat;
                text-decoration: none;
                color: white;
                border: none;
                padding: 5px 25px 5px 0;
            }

div.wrapper {
	width: 100%;
	overflow: hidden;
}
#scroller {
    position: absolute;
    z-index: 1;
}


/********** Mobile Design **********/    

@media (max-width:997px) {
    /* Dialogs classes*/
    .ui-dialog {
        background-color: white;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
        .ui-dialog .ui-dialog-titlebar {
            background-color: white;
            border-radius: 0;
            height: 1em;
        }
        .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
            top: 2px;
            left: auto;
            right: 2px;
            width: 1.5em;
            height: 1.5em;
            background: url('/Images/NewOneDesign/X_Red.png') no-repeat;
            background-size: 100% 100%;
            z-index: 10;
        }
        .ui-dialog .ui-dialog-content {
            background-color: white;
            margin-right: 1em;
            padding: 0 0 1em 1em;
        }

    #dialogItem {
        text-align: center;
        margin-right: 1em;
        line-height: 1.3em;
        color: #bb090c;
    }

        #dialogItem > img, #dialogItem > h3,
        #dialogItem > p, #dialogItem > div {
            margin-left:1em;
        }
        #dialogItem img.album {
            border: 2px solid #bb090c;
            border-radius: 2px;
            width: 5.78em;
            margin-bottom: 0.5em;
        }
        #dialogItem button {
            border: none;
            background-repeat: no-repeat;
            background-color: transparent;
            background-position: right;
            font-size: 1em;
            margin-left: 1em;
            padding: 5px 28px 5px 5px;
            text-decoration: none;
            color: #bb090c;
        }
    .dialog .player {
        width: 100%;
        height: 90%;
        padding: 0;
        margin: 5% 0 0 0;
    }

    /* Global Calsses */
    div.main {
        width:100%;margin:0 auto 0 auto;
    }
    .browser {
        display:none !important;
    }
    .mobile {
        display: block;
    }
    div.header.mobile{
        line-height: 0;
    }
        div.header.mobile img {
            width: 100%;
            height: auto;
        }
        div.header.mobile > a.title {
            display: block;
            font-size: 1.7em;
            line-height: 1.2em;
            color: white;
            text-align: center;
            text-decoration: none;
            width: 90%;
            margin-right:10%;
            position: absolute;
            top: 0.5em;
        }
        div.header.mobile > a.home {
            position: absolute;
            display: block;
            width: 11%;
            top: 0.8em;
            right: 0.5em;
        }
            div.header.mobile > a.home img {
                width: 100%;
            }

    .btn_accessibility {
        top: 4.4vw!important;
        right: 15vw!important; 
    }
    /* Search bar*/
    div.menu {
        position: relative;
        text-align: center;
        height: auto;
        margin: 5px 0 0 0;
    }
        div.menu > label {
            display: none;
        }
        div.menu > div.search {
            border: 3px solid #ffb9bb;
            border-radius: 5px;
            background-color:#fee8ea;
            display: inline-block;
            width: 95%;
            margin: 0 auto;
            float: none;
        }
            div.menu > div.search > input {
                border: none;
                width: 75%;
                background-color:#fee8ea;
                color: #b0b0b0;
            }
                div.menu > div.search > input.hint {
                    color: #8f8f8f !important;
                }
            div.menu > div.search > #btnSearch {
                background: url('/Images/NewOneDesign/mobileMagnifier.png') no-repeat 50% 50%;
                background-size: 100% 100%;
            }
            div.menu > div.search > #btnClearSearch {
                display: inline-block;
                background: url('/Images/NewOneDesign/X_red.png') no-repeat 50% 50%;
                background-size: 90% 90%;
                width: 2.3em;
                height: 2.3em;
                border: none;
                opacity: 0.5;
            }
        div.breadcrumb {
            height: 2em;
            margin: 0;
            text-align: center;
            background-color: #bb090c;
        }
        div.breadcrumb > a,
        div.breadcrumb > span
         {
            display: inline-block;
            float: none;
            border: none;
            height: 1.6em;
            width: 50%;
            margin: 0;
            padding: 0;
            color: white;
            background-color: transparent;
            line-height: 1.6em;
            font-size: 1.2em;
            text-decoration: underline;
            overflow: hidden;
        }
            div.breadcrumb > span {
                text-decoration: none;
                float: left;
            }
            div.breadcrumb > a.mobile {
                display: inline-block;
            }
    div.promoted {
        position:relative;
        background-size: auto 99%;
    }
        div.promoted > button {
            display: block;
            position: absolute;
            top: 0;
            width: 2em;
            height: 100%;
            z-index: 100;
            background-size: 1.5em 3em;
            float:none;
        }
            div.promoted > button.next {
                left: 0;
            }
            div.promoted > button.prev {
                right: 0;
            }

    ul#promoted {
        height: auto;
        padding: 0;
        margin: 0;
    }
        ul#promoted > li {
            display: block;
            position: relative;
            float: right;
            background-color: transparent;
            text-align: center;
            text-shadow: 0 0 5px #bb090c;
            direction: rtl;
            height: auto;
            width: 0;
            margin: 0;
        }
            ul#promoted > li > div.image {
                display: inline-block;
                border-bottom: none;
                margin: 0;
            }
                ul#promoted > li > div.image > img {
                    width: 100%;
                    height: auto;
                    float: right;
                    margin: 0;
                }
            ul#promoted > li > div.image > button {
                position: absolute;
                top: 0.5em;
                left: 2em;
                width: 4em;
                height: 4em;
                padding: 0;
                margin: 0;
                border: none;
                background-repeat: no-repeat;
                background-position: center;
                background-color: transparent;
            }
                ul#promoted > li > div.image > button > span {
                    display: inline-block;
                    width: 3em;
                    height: 3em;
                    border-radius: 50%;
                    background-image: url('/Images/NewOneDesign/itemPlayWhite.png');
                    background-repeat: no-repeat;
                    background-position: center;
                    background-color: rgba(187, 9, 12, 0.7);
                }
                ul#promoted > li > div.image > button.playing > span {
                    background-image: url('/Images/NewOneDesign/itemStopWhite.png');
                }
            ul#promoted > li > div.title {
                background-size: 100% 100%;
                position: absolute;
                bottom: 7px;
                width: 100%;
                margin: 0;
                height: 3.6em;
                background-color: rgba(187, 9, 12, 0.7)
            }
                ul#promoted > li > div.title > span {
                    font-size: 1.2em;
                    line-height: 2.5em;
                    text-decoration: none;
                    color: white;
                }
                    ul#promoted > li > div.title > span.bold {
                        color: white;
                        font-size: 1.4em;
                        display: inline;
                    }
            ul#promoted > li > div.buttons {
                display: none;
            }
    div.category {
        background: url('/Images/NewOneDesign/mobilePromoBG.jpg') repeat-x;
        background-size: auto 100%;
        width: 100%;
        height: 14em;
        clear: both;
        margin-bottom: 2px;
        border: none;
        color: white;
    }
    div.category a.more {
        font-size: 0.9em;
        line-height: 2em;
        width: 13%;
        height: 2.08em;
        margin-bottom:1.56em;
        padding: 0 0 0 2%;
        text-align: left;
        color: white;
        border-bottom: 1px solid white;
    }
        div.category span.name {
            display: inline-block;
            color: white;
            font-size: 1.2em;
            line-height: 1.5em;
            width: 83%;
            height: 1.56em;
            margin: 0 0 1.3em 0;
            padding: 0 2% 0 0;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            border-bottom: 1px solid white;
        }
    div.category > button {
        display:none;
    }
        div.category > div.wrapper {
            width: 94%;
            margin: 0 3%;
            float: right;
            height: 73%;
        }
        div.category ul {
            list-style: none;
            padding: 0;
            margin: 0;
            height: 100%;
            width: 100%;
        }
            div.category ul > li {
                display: block;
                float: right;
                width: 5.6em;
                height: 100%;
                margin-left: 1.4em;
                text-align: center;
                direction: rtl;
            }
                div.category ul > li > p > img {
                    font-size: 1.1em;
                    width: 5.6em;
                    height: 5.6em;
                    margin: 0 0 0.6em 0;
                }
                div.category ul > li > p > span {
                    font-size: 0.8em;
                    line-height: 1.1em;
                    display: inline-block;
                    overflow: hidden;
                    -ms-text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    height: 1em;
                }
                    div.category ul > li > p > span.bold {
                        font-size: 1.2em;
                        line-height: 1.5em;
                        height: 1.5em;
                    }
            div.category ul li > div.buttons {
                display: none;
            }
    ul.items {
        list-style: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }
        ul.items > li {
            background: url('/Images/NewOneDesign/mobileItemBG.jpg') repeat-x;
            background-size: 100% 100%;
            display: block;
            position: relative;
            float: none;
            width: 100%;
            height: 3.5em;
            margin: 0;
            text-align: right;
            direction: rtl;
        }
            ul.items > li > p {
                font-size: 1em;
                color: white;
            }
                ul.items > li > p > img {
                    width: 2.4em;
                    height: 2.4em;
                    margin: 0.59em 0.78em 0.44em 0.84em;
                    float: right;
                }
            ul.items > li > p > span {
                display: inline-block;
                width: 33%;
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                line-height: 1em;
                height: 1em;
            }
                ul.items > li > p > span.bold {
                    margin-top: 0.59em;
                    font-size: 1.2em;
                    line-height: 0.9em;
                    height: 0.9em;
                }
        ul.items li > div.buttons {
            width: 42%;
            height: 1.84em;
            background-color: #ffffff;
            direction: rtl;
            left: 0.63em;
            top: 0.94em;
            text-align: center;
            bottom: 12px;
            position: absolute;
        }
        ul.items li > div.buttons > button {
            background-color: transparent;
            background-position: 90% 50%;
            background-repeat: no-repeat;
            text-decoration: none;
            border: none;
            padding: 5px 25px 5px 0;
            font-size: 1em;
            color: #bb090c;
        }
    ul#pager {
        display:none;
    }

    ul.categories {
        font-size: 1.4em;
        margin: 0;
    }

    ul.categories li {
        background: url('/Images/NewOneDesign/mobileItemBG.jpg') repeat-x;
        background-size: 100% 100%;
        width: 100%;
        height: 2.5em;
        margin: 0 !important;
        line-height: 2.5em;
        font-weight: bold;
    }
    footer {
        margin: 0;
    }
        footer img {
            background: url('/Images/General/acum.gif') no-repeat;
            width: 44px;
            height: 0;
            display: block;
            padding: 44px 0 0 0;
        }
}