#breadCrumbs {
    margin: 5px 0px 5px 0px;
}

    #breadCrumbs a {
        padding: 0 5px;
        text-decoration: none;
        margin-right: 5px;
    }

        #breadCrumbs a:first-child {
            padding-left: 0;
        }

        #breadCrumbs a:hover {
            text-decoration: underline;
        }

    #breadCrumbs b, #breadCrumbs span {
        padding-left: 5px;
        color: #777
    }

.modal-dialog {
    z-index: 1500;
}

.pd-price-normal {
    text-decoration: line-through;
    color: #777;
}

.pd-price {
    color: #f56954 !important;
    font-size: 18px;
}

.entityFilterHeader {
    text-align: left;
    color: #212121;
    font-weight: bold;
    font-size: 11px;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    padding-left: 3px;
    border-top: 1px solid #ccc;
    clear: both;
    /*background:#F7F7F7;*/
    /*background: rgba(247,247,247,1);
    background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0 );*/
}



.entityToggleUp {
    background-image: url('../Images/images/collapse_alt.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 17px;
    text-transform: uppercase;
    font-weight: bold;
}

.checkbox-label {
    cursor: pointer;
}

.entityToggleDown {
    background-image: url('../Images/images/expand_alt.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 17px;
    text-transform: uppercase;
    font-weight: bold;
}

/*.pagination
{
  background: #ececec;
  border: 1px solid #e5e5e5;
  cursor: default;
  display:inline-block;
  width:100%;
  margin-bottom:5px;
  padding: 2px 0;
}
.pagination > div > div
{
  display:inline-block;
  margin-right: 20px;
}
.pagination a, .pagination span { padding: 3px 3px 3px 3px; }
.pagination a { text-decoration: none; color: #666; }
.pagination a:hover, .pagination a:focus {text-decoration: underline; background: #dcdcdc; }
.pagination .left{
    float: left;
	text-align: left;
	padding-left:5px;
	font-size:11px;
}
.pagination .right{
    float: right;
	text-align: right;
}
.pagination .center{
	text-align: center;
}
.PageNumber, .PageNumberCurrent {text-decoration: none; color: #666666;}
.PageNumberCurrent
{
    text-align:center;
    font-style: normal;
    font-weight: bold;
    background-color: #ffff00;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 1.5;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 1px;
}
a.PageNumber:hover { text-decoration: underline; }*/


.navbar-nav > li > a:hover {
    background-color: transparent;
}

#userSidebar {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#back-top {
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 2;
}

    #back-top a {
        float: right;
    }

        #back-top a:hover {
            color: #000;
        }

.img-gallery {
    cursor: pointer;
    padding: 5px;
}

    .img-gallery.img-gallery-selected {
        border: 1px solid maroon;
        cursor: default;
    }


/*review styles*/
.review, .reviewtab, .reviewmain {
    width: 100%;
}

.reviewHead {
    font-size: 22px;
    font-weight: bold;
    color: #535353;
    width: 100%;
    border-bottom: 1px solid #c1d2ea;
    padding: 5px 0px;
    background: #ddd;
    font-style: normal;
}

.review {
    border: 0px solid grey;
    padding-top: 20px;
}

.reviewtab {
    border: 1px solid #e6e6e6;
    /*
    background: #e9e9e9;
*/
    padding: 5px;
    border: 3px solid #e6e6e6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #f2f0f0;
    margin-top: 5px;
}

.rating {
    width: 90px;
    /*background: #ffffff;*/
    padding: 5px;
    /*border: 1px solid #b0b0b0;*/
    text-align: left;
    vertical-align: middle;
    font-size: 30px;
}

    .rating span {
        font-size: 10px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 3px;
    }

.createdby {
    font-size: 16px;
    padding-left: 0px;
    padding-bottom: 3px;
    font-style: italic;
    color: rgb(93, 88, 88);
    font-weight: bold;
}

.createddate {
    width: 130px;
    font-size: 10px;
    color: rgb(194, 192, 192);
}

.fdmainreview {
    width: 180px;
    height: 260px;
    padding: 3px;
    border: 1px solid #d4d4d4;
}

.reviewRatingTab, .qAFormTable {
    width: 100%;
    border: 0px solid red;
    text-align: center;
}

    .reviewRatingTab td, .qAFormTable td {
        border: 0px solid yellow;
        vertical-align: top;
        text-align: left;
        padding: 5px;
    }

    .reviewRatingTab input[type=text], .qAFormTable input[type=text] {
        width: 100%;
    }

    .reviewRatingTab textarea, .qAFormTable textarea {
        width: 100%;
        height: 100px;
        margin-bottom: 5px;
        resize: none;
        border: solid 1px gray;
    }

.answerRow {
    color: Red;
}

#productCell {
    position: relative;
}

    #productCell #freeShippingDiv {
        position: absolute;
        top: 0;
    }

.icheckbox_minimal,
.iradio_minimal {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: rgba(255, 255, 255, 0.7) url('Checkbox/Gray-checkbox-empty.png') no-repeat;
}

    .iradio_minimal.checked {
        width: 12px;
        height: 12px;
        background: rgba(255, 255, 255, 0.7) url('Checkbox/Gray-checkbox.png') no-repeat;
    }

    .icheckbox_minimal.checked {
        width: 12px;
        height: 12px;
        background: rgba(255, 255, 255, 0.7) url('Checkbox/Gray-checkbox.png') no-repeat;
    }



    .icheckbox_minimal.hover {
        width: 12px;
        height: 12px;
        background: rgba(255, 255, 255, 0.7) url('Checkbox/Gray-checkbox-hover.png') no-repeat;
    }

#priceTable {
    width: auto;
    /*border:1px solid black;*/
}

    #priceTable tr td input[type=text] {
        width: 70%;
    }


    #priceTable td:first-child {
        width: 20%
    }

    #priceTable td:nth-child(2) {
        width: 35%;
        text-align: right;
    }

    #priceTable #priceRow td:nth-child(3) {
        width: 5%;
        text-align: center;
    }

    #priceTable #priceRow td:nth-child(4) {
        width: 35%;
        text-align: center;
        vertical-align: middle;
    }

    #priceTable #priceRow td:last-child {
        width: 5%;
    }

#priceTable {
    width: 100%;
    vertical-align: middle;
}
/*end of Review*/

#mobileBreadCrumbs {
    height: auto;
    margin: 10px 0px 10px;
    font-size: 12px;
}

    #mobileBreadCrumbs a {
        padding: 0 8px;
        text-decoration: none;
        margin-right: 5px;
    }

    #mobileBreadCrumbs span {
        margin-left: 10px;
        margin-right: -5px;
    }

    #mobileBreadCrumbs a:first-child {
        padding-left: 0;
    }

    #mobileBreadCrumbs a:hover {
        text-decoration: underline;
    }

    #mobileBreadCrumbs b, #breadCrumbs span {
        padding-left: 8px;
        color: #777;
    }

#extraCat {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*display:block;*/
    height: auto;
}

    #extraCat.hide {
        transition: background 0.5s linear;
        -moz-transition: background 0.5s linear; /* Firefox 4 */
        -webkit-transition: background 0.5s linear; /* Safari and Chrome */
        -o-transition: background 0.5s linear; /* Opera */
        -ms-transition: background 0.5s linear; /* Explorer 10 */
        /*display:none;*/
        max-height: 0;
    }

.catHeader {
    max-width: 100%;
}

    .catHeader table {
        max-width: 100%;
        /*display: inline;*/
        margin: 0 auto;
    }

    .catHeader > table {
        width: 100% !important;
    }

    .catHeader td {
        height: 0px !important;
    }

.prodname a {
    font-weight: 700;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

.brandName label {
    color: gray;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: normal;
}

.pd-quantity {
    color: red;
    font-size: 11px;
}

/*#filterTab table tr td{
    border: 1px solid #4793BF;
    padding:5px 0px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
    border-radius:25px;
}*/


#filterTab table {
    border-spacing: 2px;
    border-collapse: separate;
}

    #filterTab table td {
        background-color: #F4F4F4;
        padding: 5px 0px;
    }

        #filterTab table td:first-child {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        #filterTab table td:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

.swiper-container {
    width: 100%;
    height: 100%;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (min-width : 379px) {
    .gridItem {
        max-width: 150px !important;
    }
}

/* Warranty*/
.warranty {
    /*float:left;*/
    margin-right: 5px;
    height: 35px;
}

.warrantyYearColumn {
    float: left;
    border: 1px solid #9A0000;
    color: #ffffff;
    height: 30px;
    padding: 0 2px;
    background-color: #9A0000;
}

.warrantyYearNumber {
    float: left;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
    padding: 2px 1px 0 2px;
    font-family: arial;
}

.warrantyYear {
    float: left;
    margin: 12px 0 0 0;
    font-weight: bold;
    font-size: 9px;
    font-family: arial;
}

.warrantyTermColumn {
    float: left;
    border: 1px solid #9A0000;
    background-color: #ffffff;
    height: 30px;
    /* text-align: center; */
    padding: 0 2px;
}

.warrantyTermName {
    vertical-align: top;
    font-size: 14px;
    font-family: arial;
    /* text-align: center; */
    color: #9A0000;
    height: 13px;
    font-weight: bold;
    padding: 1px 0px;
}

.warrantyTermFrom {
    vertical-align: top;
    font-size: 9px;
    font-family: arial;
    color: #333333;
    padding: 2px 2px;
    font-weight: bold;
}

/* Added by Ghasan: 21/3/2016 */

.sb-facebook {
    background-image: url('../../Styles/Images/facebook-icon.png');
    display: inline-block;
    height: 30px;
    width: 30px;
}

.sb-google {
    background-image: url('../../Styles/Images/google-icon.png');
    display: inline-block;
    height: 0;
    width: 0;
}

.sb-social-cont > span {
    margin-right: 10px;
}

/* Added by Andreas: 01/11/2018 */

.header .navbar .navbar-left .nav.navbar-nav .logo {
    display: flex;
    align-items: center;
}

.shop.header .navbar .navbar-left .nav.navbar-nav .logo img {
    height: 33px;
}

.shop.header .navbar .navbar-left .nav.navbar-nav li {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.shop.header .navbar .navbar-right .nav.navbar-nav .shoppingcart-menu .cartImg {
    background: url('/shop/content/images/cart-m2.png')left top no-repeat;
    background-size: 38px;
    height: 38px;
    width: 38px;
    box-sizing: border-box;
    padding-left: 38px;
}

.shop .navbar {
    background-color: #0a2409;
    border-bottom: 1px solid #0a2409;
    display: flex;
}

    .shop .navbar .sidebar-toggle .icon-bar {
        background: white !important;
    }

.shop.skin-white .navbar .sidebar-toggle:hover .icon-bar {
    background: white !important;
}

.shop .navbar-left {
    flex-grow: 2;
    text-align: center;
}

.shop .nav.navbar-nav {
    float: none;
    display: inline-block;
}

.shop .shoppingcart-menu .label-danger {
    background: white;
    color: #0a2409;
}

.shop #shoppingCartTable .btn.btn-primary, .shop #checkoutForm .btn.btn-success, .shop #checkoutForm #paynow {
    background-color: #FF5000 !important;
    border-color: #FF9768 !important;
}

.shop #checkoutForm .btn.btn-warning {
    background-color: #989898 !important;
    border-color: #E4E4E4 !important;
}

.shop #searchBar::-webkit-input-placeholder {
    color: #0a2409;
}

.shop #searchBar, .shop #searchBar:focus {
    border: none;
}

.shop .fa.fa-search {
    color: #0a2409;
}

.catHeader .box_skitter_large {
    max-width: 100%;
    height: auto;
    min-height: 100px;
    width: auto;
}

.catHeader .container_skitter {
    width: auto !important;
    height: auto !important;
}

#general_header {
    width: 100% !important;
    margin: 0 auto !important;
}

.product-notification {
    margin-top: 10px;
}

    .product-notification input[type='text'] {
        width: 50%;
    }

    .product-notification button {
        padding: 7.5px;
        margin-left: 4px;
        background: rgba(255,191,112,1);
        background: -moz-linear-gradient(top, rgba(255,191,112,1) 0%, rgba(255,144,59,1) 50%, rgba(255,146,10,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,191,112,1)), color-stop(50%, rgba(255,144,59,1)), color-stop(100%, rgba(255,146,10,1)));
        background: -webkit-linear-gradient(top, rgba(255,191,112,1) 0%, rgba(255,144,59,1) 50%, rgba(255,146,10,1) 100%);
        background: -o-linear-gradient(top, rgba(255,191,112,1) 0%, rgba(255,144,59,1) 50%, rgba(255,146,10,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,191,112,1) 0%, rgba(255,144,59,1) 50%, rgba(255,146,10,1) 100%);
        background: linear-gradient(to bottom, rgba(255,191,112,1) 0%, rgba(255,144,59,1) 50%, rgba(255,146,10,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf70', endColorstr='#ff920a', GradientType=0 );
        color: #fff;
        font-weight: bold;
        outline: 0;
        border: 0;
        cursor: pointer;
        text-shadow: 1px 1px #474747;
    }

    .product-notification input[type='text']::placeholder {
        color: #ccc;
    }

    .product-notification .product-notification-validation {
        font-size: 11px;
        color: red;
        line-height: 2;
        display: none;
    }

.min-quantity {
    background: url("/shop/Content/Images/minus_mobile.png") no-repeat;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    vertical-align: bottom;
    margin-right: 5px;
}

.plus-quantity {
    background: url("/shop/Content/Images/plus_mobile.png") no-repeat;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    vertical-align: bottom;
    margin-left: 5px;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-box {
    border: 1px solid #ccc;
    background: white;
    border-radius: 0px;
    box-shadow: none;
}

.tooltipster-sidetip.tooltipster-light.tooltipster-light-customized .tooltipster-content {
    color: #4c4c4c;
}

.tooltipster-sidetip.tooltipster-top.tooltipster-light-customized .tooltipster-arrow-border {
    border-top-color: #ccc;
}

.tooltipster-sidetip.tooltipster-top.tooltipster-light-customized .tooltipster-arrow-background {
    border-top-color: #fff;
    top: -1px;
}

.tooltipster-sidetip.tooltipster-top.tooltipster-light-customized .tooltipster-box {
    margin-bottom: 9px;
}

span.tooltip_content hr {
    margin-bottom: 5px;
    margin-top: 5px;
    border-top: 0px;
}

#preloader {
    display: none;
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('/shop/Content/Images/logout.gif') 50% 50% no-repeat;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-size: 80px;
}

.paymentMethodList input {
    position: absolute;
    z-index: 999;
    display: none;
}

    .paymentMethodList input:active + .drinkcard-cc {
        opacity: .9;
    }

    .paymentMethodList input:checked + .drinkcard-cc {
        -webkit-filter: none;
        -moz-filter: none;
        filter: none;
        border: 1px solid #f68d1e;
    }

.paymentMethodList input {
    margin-left: -8px;
}

.paymentMethodList label {
    margin-left: 15px;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 65px;
    margin-bottom: 15px;
    margin-right: 15px;
    border: 1px solid #ccc;
}

    .drinkcard-cc.fpx {
        cursor: pointer;
        background-size: contain;
        background-repeat: no-repeat;
        display: inline-block;
        width: 100px;
        height: 38px;
        margin-bottom: 15px;
        margin-right: 15px;
        border: 1px solid #ccc;
    }

    .drinkcard-cc:not(.disabled):hover {
        -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
        -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
        filter: brightness(1.2) grayscale(.5) opacity(.9);
    }

.nav-tabs > li:not(.active) > a {
    opacity: 0.7;
}

.nav-tabs > li > a {
    background: #f68d1e;
    color: #fff;
    font-size: 0.8em;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-weight: bold;
}

.paymentMethodList {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 15px;
    font-size: 11px;
}

img.voucher {
    display: none;
}

.bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-size: 6.25rem 51%, calc(100% - 6.25rem) 51%, calc(100% - 6.25rem) 50%, 6.25rem 50%;
    margin: .75rem .625rem;
    height: 7.25rem;
    width: -webkit-calc(100% - 1.25rem);
    width: calc(100% - 1.25rem);
    cursor: pointer;
    min-width: 22rem;
}

    .bg.is-greyscale {
        filter: grayscale(100%);
        cursor: not-allowed;
    }

    .bg > .logo {
        width: 7.25rem;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 5px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border: 1px solid #e5e5e5;
        border-right: 0;
        filter: url(data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="1" dy="2" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.15)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter);
        -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .15));
        filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .15));
    }

        .bg > .logo > img {
            margin: 0 auto;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
        }

    .bg > .coupon-divider {
        min-width: .1rem;
        background-image: repeating-linear-gradient(rgb(220 0 0 / 86%), rgb(220 0 0) 3px, transparent 4px, transparent 6px, rgba(0, 0, 0, .14) 7px, rgba(0, 0, 0, .14) 0);
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
        height: 5.9rem;
    }


    .bg > .disc {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #e5e5e5;
        border-left: 0;
        border-radius: 5px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        filter: url(data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="1" dy="2" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.15)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter);
        -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .15));
        filter: drop-shadow(0 1px 3px rgba(0, 0, 0, .15));
        flex-direction: column;
        background: #f68d1e;
        color: #fff;
        font-weight: 700;
        position: relative;
    }

        .bg > .disc > .first {
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding-left: .75rem;
            padding-right: .75rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
            margin: 0.75rem 0;
            line-height: 1.3rem;
        }

            .bg > .disc > .first > .child {
                word-break: break-all;
                overflow: hidden;
                display: -webkit-box;
                text-overflow: ellipsis;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                font-size: 0.85rem;
                font-weight: 100;
            }

        .bg > .disc > .second {
            width: 100%;
            padding-left: .75rem;
            padding-right: .75rem;
            margin: 0.75rem 0;
        }

    .bg .collect-btn {
        width: 100%;
        height: 1.75rem;
        margin-right: .75rem;
        border-radius: .125rem;
        border: none;
        padding: 0;
        display: block;
        margin-left: auto;
        outline: none;
        -webkit-box-flex: 1;
        -webkit-flex: auto 0;
        -moz-box-flex: 1;
        -ms-flex: auto 0;
        flex: auto 0;
        border-radius: 5px;
        font-size: 1rem;
    }

        .bg .collect-btn.green {
            background: #288554;
            color: #fff;
            cursor: pointer;
        }

        .bg .collect-btn.red {
            background: #951a1a;
            color: #fff;
            cursor: pointer;
        }

    .bg.is-greyscale .collect-btn {
        cursor: not-allowed;
    }

.fully-redeemed-icon {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
}

.redeemed-icon {
    position: absolute;
    left: 82%;
    transform: translateX(-50%);
    top: 5%;
    width: 25%;
}

.has-text-weight-bold {
    font-weight: 700;
}

.is-blue {
    color: #354195 !important;
}

.tab-content.dark-theme {
    background: #000 !important;
    color: #ccc;
}

.custom-1 {
    border: 1px solid #0a2409;
    line-height: 40px;
    color: #ff5000;
    box-shadow: rgba(0, 0, 0, 0.2) -1px 1px;
    display: flex;
    align-items: center;
    background-color: white;
    text-align: center;
    justify-content: space-around;
}

.custom-1 a {
    color: black;
}