
.menu
{
    position: absolute;
    right: 45px;
    bottom: 45px;
    width: 55px;
    z-index: 10;
    height: 45px;
    display: none;
}

.universal
{
    font-size: 2em !important;
}

.customUI
{
    width: 100%;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.ui.segment[class*="bottom attached"] {
    overflow: hidden;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}
.ui.buttons:not(.basic):not(.inverted) {
    -webkit-box-shadow: none;
    box-shadow: none;
    /* margin-right: 3rem; */
}
.ui.visible.bottom.overlay.sidebar {
    overflow: hidden !important;
    height: 30% !important;
    border-top-right-radius: 10px !important;
    border-top-left-radius :  10px !important;
}
.image
{
    width: 100px !important;
    height:100px !important;
}

#listID
{
    width: 100%;
    height: 70%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.imageHolder
{
    margin-right: 5px !important;
    display: grid !important;
}

.ui.list .list>.item>img.image+.content, .ui.list>.item>img.image+.content {
    display: inline-block;
    /* width: 100px; */
}

.ui.small.image, .ui.small.images .image, .ui.small.images img, .ui.small.images svg {
    height: 30px !important;
    width: 30px !important;
    font-size: .92857143rem;
    margin-right: 0 !important;
}

.pushable>.pusher {
    background: inherit;
    height: 100%;
}

.secondary
{
    margin-right: 10px !important;
}



.floatingButtonWrap {
    display: block;
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 10;
    width: 100px;
    /* height: 500px; */
}

.floatingButtonInner {
    /* position: relative; */
    height: 100px;
}

.floatingButton {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    background: -webkit-linear-gradient(45deg, #8769a9, #507cb3);
    background: -o-linear-gradient(45deg, #8769a9, #507cb3);
    background: linear-gradient(45deg, #8769a9, #507cb3);
    color: #fff;
    line-height: 50px;
    position: absolute;
    border-radius: 50% 50%;
    bottom: 0px;
    right: 0px;
    border: 5px solid #b2bedc;
    /* opacity: 0.3; */
    opacity: 1;
    transition: all 0.4s;
}

.floatingButton .fa {
    font-size: 15px !important;
}

.floatingButton.open,
.floatingButton:hover,
.floatingButton:focus,
.floatingButton:active {
    opacity: 1;
    color: #fff;
}


.floatingButton .fa {
    transform: rotate(0deg);
    transition: all 0.4s;
}

.floatingButton.open .fa {
    transform: rotate(270deg);
}

.floatingMenu {
    position: absolute;
    bottom: 60px;
    right: 0px;
    /* width: 200px; */
    display: none;
}

.floatingMenu li {
    width: 100%;
    float: right;
    list-style: none;
    text-align: right;
    margin-bottom: 5px;
}
#productDesc
{
    overflow-y: scroll;
}

.floatingMenu li a {
    padding: 8px 15px;
    display: inline-block;
    background: #ccd7f5;
    color: #6077b0;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s;
    /* -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22); */
    -webkit-box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
    box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
}

.floatingMenu li a:hover {
    margin-right: 10px;
    text-decoration: none;
}


.goBtn
{
    position: absolute !important;
    right: 45px;
    bottom: 45px;
}

.theatreCloseBtn
{
    display: none;
    position: absolute !important;
    right: 45px;
    top: 45px;
}