/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

@media screen and (max-width: 990px) {
    .product .custom-product-description {
        flex-direction: column;
    }

    body #order-modern .product-container, body .product-preview .product-container {
        width: 100% !important;
    }
}

.custom-product-description {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.custom-product-description .product-image {
    max-width: 150px;
    object-fit: contain;
}

.product-preview .product {
    margin: 15px 0;
    padding: 15px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.product-preview .product:hover {
    background-color: #E6EDFF;
    cursor: pointer;
    cursor: hand;
}

.product-preview .product .pricing {
    float: right;
    text-align: right;
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 18px;
    line-height: 20px;
}

.product-preview .product .name {
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px;
}

.product-preview .product .prodfeature {
    float: left;
    margin: 5px 5px 0 0;
    padding: 5px 10px 5px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    color: #ff6600;
}

.product-preview .product .prodfeature .feature {
    font-size: 13px;
    color: #666;
}

.product-preview .product .description {
    font-size: 0.9em;
    margin: 15px 30px 10px 20px;
}

/* *****************************************************

    Community colour styling

***************************************************** */

.tmc-themed .navbar-main {
    background: #27292a;
}

.tmc-themed .navbar-main li.account {
    background: #27292a;
}

.tmc-themed .navbar-main .navbar-nav>li>a {
    color: #fff;
}

.tmc-themed .product-preview h2 {
    color: #333;
}

.tmc-themed .navbar-main .navbar-nav>.active>a, .tmc-themed .navbar-main .navbar-nav>.active>a:focus, .tmc-themed .navbar-main .navbar-nav>.active>a:hover, .tmc-themed .navbar-main .navbar-nav>.open>a, .tmc-themed .navbar-main .navbar-nav>.open>a:focus, .tmc-themed .navbar-main .navbar-nav>.open>a:hover, .tmc-themed .navbar-main .navbar-nav>li>a:focus, .tmc-themed .navbar-main .navbar-nav>li>a:hover {
    background-color: #333;
}

.tmc-themed #home-banner {
    background: rgba(4, 61, 95,0.3) url(https://ugnetwork.net/data/assets/style_properties/379055-4k-wallpaper.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
}

.tmc-themed #home-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 61, 95,0.3);
    background-image: linear-gradient(-90deg, rgba(4, 61, 95,0.4) 0%, #043d5f 73%);
    z-index: 1;
}

.tmc-themed #home-banner .container {
    z-index: 2;
    position: relative;
}

.tmc-themed .product-preview {
    background: none;
    min-height: calc(100vh - 340px);
}

.tmc-themed #order-modern .product-container, .tmc-themed .product-preview .product-container {
    width: 50%;
}

.tmc-themed #order-modern .product, .tmc-themed .product-preview .product {
    width: calc(100% - 30px);
    margin: 15;
}

.tmc-themed #order-modern .product:hover {
    background-color: rgb(137 134 134 / 13%);
}

.tmc-themed .product-preview .product:hover {
    background-color: rgb(137 134 134 / 13%);
}

.tmc-themed li.primary-action.top-right>a.btn {
    color: #fff;
    background-color: #27292a;
    border-color: #27292a;
}