﻿/*Global*/

@font-face {
    font-family: "Elle";
    src: url("../fonts/ellenovcmed-webfont.eot") format('embedded-opentype');
    src: url("../fonts/ellenovcmed-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ellenovcmed-webfont.woff2") format("woff2"), url("../fonts/ellenovcmed-webfont.woff") format("woff"), url("../fonts/ellenovcmed-webfont.ttf") format("truetype"), url("../fonts/ellenovcmed-webfont.svg#Elle") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Elle
}

.body-content {
    padding: 30px 15px 60px 15px;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3, h4, h5, h6, p {
    color: RGB(0,0,0);
}

p {
    font-size: 14px;
}

.link-button a {
    background-color: RGB(242,242,242);
    color: RGB(0,0,0);
    padding: 14px 0 14px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transform: none;
    transition: none;
}

    .link-button a:hover {
        background-color: RGB(0,0,0);
        color: RGB(255,255,255);
    }

.generic-Text h1 {
    font-size: 22px
}

.generic-Text p:last-of-type {
    padding-bottom: 60px
}

@media (min-width: 992px) {
    .generic-Text h1 {
        padding: 30px 0 30px 0
    }

    .generic-Text p {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .generic-Text h1 {
        padding: 30px 0 30px 0
    }

    .generic-Text p {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width: 767px) {
    .generic-Text h1 {
        padding: 30px 0 30px 0
    }

    .generic-Text p {
        padding-left: 25px;
        padding-right: 25px
    }
}

.input-group-btn {
    padding: 0 0 10px 0;
    vertical-align: middle;
}

/*_layout*/

@media (min-width: 992px) {
    .BrandLogo {
        max-height: 140px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .BrandLogo {
        max-height: 120px;
    }
}

@media (max-width: 767px) {
    .BrandLogo {
        max-height: 110px;
    }
}

.MediaLogo {
    width: 25px;
}

.layout-top-border {
    border-top: solid RGB(224, 224, 224) 4px;
}

.layout-bottom-border {
    border-bottom: solid RGB(224, 224, 224) 4px;
}

.layout-footer {
    background-color: RGB(242,242,242);
    padding: 40px 0 30px 0;
}

    .layout-footer p {
        font-size: 12px;
        text-align: left;
        padding-bottom: 7px;
        margin: 0;
    }

    .layout-footer a {
        color: RGB(0,0,0)
    }

@media (min-width: 768px) {
    .layout-mediacontainer {
        padding-right: 0
    }

    .layout-copyright {
        font-size: 10px
    }
}

@media (max-width: 767px) {
    .layout-mediacontainer {
        padding-right: 40px
    }

    .layout-footer-col1 {
        padding-left: 90px
    }

    .layout-footer-col2 {
        padding-top: 20px;
        padding-left: 90px
    }

    .layout-copyright {
        font-size: 7.5px;
        text-align: center
    }
}

.nav-item:hover, dropdown-item:hover {
    background-color: RGB(242,242,242);
}

.nav-item:hover, dropdown-item:hover, .navbar-nav a {
    color: RGB(0, 0, 0)
}

.dropdown:hover > .dropdown-menu {
    display: block
}

.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.custom-toggler.navbar-toggler {
    border-color: RGB(200,200,200)
}

.custom-toggler .navbar-toggler-icon {
    background-image: url( "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(224, 224, 224, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


/* Home */

.home-container-layout {
    display: block;
    justify-content: center;
    padding: 0 0 50px 0;
}

/* Home carousel*/

.carousel.carousel-fade .carousel-item {
    transition: .7s opacity ease-out;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.home-carousel img, .home-carousel-M img {
    width: 100%;
}

@media (min-width: 992px) {
    .home-carousel {
        display: block
    }

    .home-carousel-M {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-carousel {
        display: none;
    }

    .home-carousel-M {
        display: block;
    }
}

@media (max-width: 767px) {
    .home-carousel {
        display: none;
    }

    .home-carousel-M {
        display: block;
    }
}

.home-carousel-instagram {
    object-fit: cover;
}

@media (min-width: 768px) {
    .home-carousel-instagram-ctn {
        padding: 20px 0 20px 0
    }

    .home-carousel-instagram-col {
        padding: 6px
    }
}

@media (max-width: 767px) {
    .home-carousel-instagram-ctn {
        padding: 25px 20px 35px 20px
    }

    .home-carousel-instagram-col {
        padding: 10px 0 10px 0
    }
}

@media (min-width: 768px) {
    .home-video {
        display: block;
    }

    .home-video-M {
        display: none;
    }
}

@media (min-width: 992px) {
    .home-video video {
        max-width: 1140px;
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-video video {
        padding: 0 15px 0 15px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .home-video {
        display: none;
    }

    .home-video-M {
        display: block;
        text-align: center;
    }

        .home-video-M video {
            padding: 0 15px 0 15px;
            width: 100%
        }
}



/* Home Content */

.home-textheading {
    font-size: 22px;
    color: RGB(64, 64, 64);
}

.home-text {
    font-size: 14px;
}

@media (min-width: 992px) {
    .home-JewelColl {
        border-top: none;
        border-bottom: none;
    }

    .home-textheading-JewelColl h1 {
        text-align: left;
        padding: 20px 0 10px 25px;
    }

    .home-textheading-JewelColl p {
        padding: 0 30px 0 25px;
        text-align: left
    }

    .home-JewelColl img {
        padding-top: 20px;
        padding-right: 25px
    }

    .home-925 .home-container-layout {
        padding-bottom: 10px
    }

    .home-img-925 img {
        max-height: 270px;
        padding-top: 20px;
    }

    .home-textheading-925 h1 {
        text-align: left;
        padding: 20px 0 10px 0;
    }

    .home-textheading-925 p {
        text-align: left;
        padding: 0 130px 5px 0;
    }

    .home-textheading-Ruby h1 {
        text-align: left;
        padding: 80px 0 10px 25px;
    }

    .home-textheading-Ruby p {
        text-align: left;
        padding: 0 30px 0 25px;
    }

    .home-Ruby-Img img {
        padding: 50px 25px 0 40px;
    }

    .home-Theme img {
        max-height: 350px;
        padding-bottom: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-JewelColl {
        border-top: none;
        border-bottom: none;
    }

    .home-textheading-JewelColl h1 {
        text-align: center;
        padding: 0 0 20px 0;
    }

    .home-textheading-JewelColl p {
        padding: 0 40px 20px 40px;
        text-align: left
    }

    .home-925 .home-container-layout {
        padding-bottom: 10px
    }

    .home-img-925 {
        padding-top: 30px;
    }

        .home-img-925 img {
            max-height: 250px;
            padding-right: 40px;
        }

    .home-textheading-925 h1 {
        text-align: center;
        padding: 50px 0 30px 0;
    }

    .home-textheading-925 p {
        text-align: center;
        padding: 0 100px 0 100px;
    }

    .home-textheading-Ruby h1 {
        text-align: left;
        padding: 20px 0 20px 40px;
    }

    .home-textheading-Ruby p {
        padding: 0 15px 20px 40px;
        text-align: left
    }

    .home-Ruby-Img img {
        padding: 0 25px 0 40px;
    }

    .home-Theme img {
        max-height: 300px;
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .home-JewelColl {
        border-top: solid RGB(224, 224, 224) 4px;
        padding-top: 50px
    }

    .home-textheading-JewelColl h1 {
        text-align: center;
        padding: 0 0 20px 0;
    }

    .home-textheading-JewelColl p {
        padding: 0 30px 10px 30px;
        text-align: center
    }

    .home-925 .home-container-layout {
        padding-bottom: 10px
    }

    .home-img-925 img {
        max-height: 170px;
    }

    .home-textheading-925 h1 {
        text-align: center;
        padding: 50px 0 20px 0;
    }

    .home-textheading-925 p {
        text-align: center;
        padding: 10px 30px 0 30px;
    }

    .home-textheading-Ruby h1 {
        text-align: center;
        padding: 0 0 20px 0;
    }

    .home-textheading-Ruby p {
        padding: 0 30px 10px 30px;
        text-align: center
    }

    .home-Ruby-Img img {
        padding: 30px 40px 0 40px;
    }

    .home-Theme img {
        max-height: 260px;
        padding-bottom: 50px;
    }
}

.home-IGText {
    font-size: 23px;
    font-weight: normal;
    padding: 0 0 0 0;
    width: 200px;
}

/* About */

.about-container-layout {
    display: block;
    justify-content: center;
}

@media (min-width: 992px) {
    .about-container-layout {
        padding: 60px 50px 10px 50px;
    }

    .about-Helen h1 {
        padding-top: 30px;
        text-align: left
    }

    .about-Helen img {
        float: right;
        padding-top: 10px
    }

    .about-Helen p {
        padding-left: 10px
    }

    .about-Helen-std {
        display: normal
    }

    .about-Helen-md {
        display: none
    }

    .about-Ethos h1 {
        padding-top: 10px;
        padding-bottom: 20px
    }

    .about-Ethos p {
        padding: 0 50px 0 0
    }

    .about-Style h1 {
        padding-bottom: 20px
    }

    .about-Style img {
        padding: 20px 60px 0 0
    }

    .about-925 h1 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .about-925 img {
        padding: 0 20px 0 20px
    }

    .about-Trademark h1 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .about-Stones h1 {
        padding: 0 0 20px 0;
        text-align: left
    }

    .about-Stones p {
        padding: 0 55px 0 0
    }

    .about-Stone-Layout {
        padding: 10px 0 30px 0;
    }

    .about-Gemstone-Layout {
        padding: 30px 0 40px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-container-layout {
        padding: 60px 20px 0 20px;
    }

    .about-Helen h1 {
        text-align: left
    }

    .about-Helen img {
        float: left;
        padding-top: 20px;
        width: 100%;
    }

    .about-Helen p {
        padding: 0 10px 0 10px
    }

    .about-Helen-std {
        display: none
    }

    .about-Helen-md {
        display: normal
    }

    .about-Ethos h1 {
        text-align: center;
        padding-bottom: 20px
    }

    .about-Ethos p {
        text-align: left;
        padding: 0 10px 0 10px
    }

    .about-Ethos img {
        padding: 17px 15px 0 15px;
    }

    .about-Style h1 {
        padding-bottom: 20px;
        text-align: center;
    }

    .about-Style img {
        padding: 20px 15px 0 15px;
    }

    .about-925 h1 {
        text-align: center;
        padding-bottom: 20px
    }

    .about-925 img {
        padding: 0
    }

    .about-Trademark h1 {
        padding-top: 10px;
    }

    .about-Stones h1 {
        padding-bottom: 20px;
        text-align: center
    }

    .about-Stones p {
        padding-bottom: 40px
    }

    .about-Stone-Layout {
        padding: 30px 0 60px 0;
    }

    .about-Gemstone-Layout {
        padding: 30px 0 40px 0;
    }
}

@media (max-width: 767px) {
    .about-container-layout {
        padding: 40px 0 10px 0;
    }

    .about-Helen h1 {
        text-align: center
    }

    .about-Helen img {
        padding: 20px 20px 20px 20px;
        max-height: 220px;
        max-width: 350px;
    }

    .about-Helen p {
        padding: 0 25px 0 25px;
    }

    .about-Helen-std {
        display: normal
    }

    .about-Helen-md {
        display: none
    }

    .about-Ethos h1 {
        text-align: center;
        padding-bottom: 20px;
    }

    .about-Ethos p {
        text-align: left;
        padding: 0 25px 0 25px;
    }

    .about-Ethos img {
        padding: 20px 0 0 0;
    }

    .about-Style h1 {
        padding-bottom: 20px;
        text-align: center;
    }

    .about-Style p {
        padding: 0 25px 0 25px;
    }

    .about-Style img {
        padding: 40px 0 0 0
    }

    .about-925 h1 {
        text-align: center;
        padding-bottom: 20px;
    }

    .about-925 p {
        padding: 0 25px 0 25px;
    }

    .about-925 img {
        padding: 0;
    }

    .about-Trademark h1 {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px
    }

    .about-Trademark p {
        padding: 0 25px 0 25px;
    }

    .about-Trademark img {
        padding: 0 45px 0 45px
    }

    .about-Stones h1 {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px
    }

    .about-Stones p {
        padding: 0 25px 40px 25px;
    }

    .about-Stone-Layout {
        padding: 0 0 10px 0;
    }

    .about-GemstoneText {
        padding-bottom: 30px
    }

    .about-Gemstone-Layout {
        padding: 0;
    }

    .about-Gemstones row:nth-child(2) {
        padding-bottom: 30px
    }
}

.about-Gemstones img {
    padding-bottom: 20px
}

.about-GemstoneHeading {
    font-weight: bold;
    font-size: 15px;
}

.about-GemstoneText {
    font-size: 14px;
}

/* Product Care */

.productCare h1 {
    font-size: 22px
}

.productCare li {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.productCare p {
    font-size: 14px;
}

@media (min-width: 992px) {
    .productCare h1 {
        padding: 60px 0 30px 0
    }

    .productCare p {
        padding: 0 0 10px 20px
    }

    .productCare li {
        padding: 0 20px 10px 10px;
        margin-left: 0;
    }

    .productCare img {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .productCare h1 {
        padding: 60px 0 30px 0
    }

    .productCare p {
        padding: 0 0 18px 20px
    }

    .productCare li {
        padding: 0 20px 10px 10px;
        margin-left: 0;
    }

    .productCare img {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width: 767px) {
    .productCare h1 {
        padding: 60px 0 30px 0
    }

    .productCare p {
        padding: 0 25px 20px 25px
    }

    .productCare li {
        padding: 0 25px 10px 25px;
        margin-left: 0;
    }

    .productCare img {
        padding-top: 50px;
        padding-bottom: 10px;
    }
}

/*  Contact  */

.contact-btn {
    background-color: RGB(242,242,242);
    border: thin solid RGB(200, 200, 200);
    font-size: 14px;
    width: 75px;
    height: 35px;
    text-align: center;
}

@media (min-width: 992px) {
    .contact img {
        padding-top: 10px;
        padding-bottom: 70px
    }

    .contact h1 {
        padding: 30px 0 20px 20px;
        font-size: 22px;
        text-align: left;
    }

    .contact-btn {
        margin-left: 35px
    }

    .contact td {
        padding-left: 35px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact img {
        padding-top: 10px;
        padding-bottom: 30px
    }

    .contact h1 {
        padding: 30px 0 20px 20px;
        font-size: 22px;
        text-align: left;
    }

    .contact-btn {
        margin-left: 40px
    }

    .contact td {
        padding-left: 40px
    }
}

@media (max-width: 767px) {
    .contact img {
        padding: 20px 0 20px 0;
        margin: 0;
    }

    .contact h1 {
        padding: 20px 25px 20px 25px;
        font-size: 22px;
        text-align: center;
    }

    .contact-btn {
        margin-left: 30px
    }

    .contact td {
        padding-left: 30px
    }
}

/* Contact Delivered */

.contact-delivered-item a {
    font-size: 22px;
    text-align: center;
}

@media (min-width: 768px) {
    .contact-delivered p:first-of-type {
        padding-top: unset
    }

    .contact-delivered-item a {
        width: 400px;
        padding: 10px 0 9px 0
    }

    .contact-delivered-item img {
        padding: 30px 0 30px 0;
    }
}

@media (max-width: 767px) {
    .contact-delivered p:first-of-type {
        padding-top: 20px
    }

    .contact-delivered-item a {
        width: 315px;
        padding: 10px 0 9px 0
    }

    .contact-delivered-item img {
        padding: 25px 0 40px 0
    }
}

/* Store locator */

.locator-layout {
    padding: 0 0 40px 0;
}

    .locator-layout h1 {
        font-size: 22px;
        text-align: center;
        padding: 0 0 30px 0
    }

    .locator-layout a:hover, .locator-layout a:visited, .locator-layout a:active {
        text-decoration: none;
        cursor: pointer;
    }

@media (min-width: 768px) {
    .locator-layout {
        align-items: unset
    }

        .locator-layout a {
            text-align: left;
            font-size: 14px;
        }
}

@media (max-width: 767px) {
    .locator-layout {
        text-align: center
    }

        .locator-layout a {
            text-align: center;
            font-size: 13px;
        }
}

.locator-map {
    width: 100%;
}

@media (min-width: 768px) {
    .locator-map {
        height: unset;
        min-height: 600px;
        max-height: 800px
    }
}

@media (max-width: 767px) {
    .locator-map {
        height: 500px;
        min-height: unset;
        max-height: unset
    }
}

.locator-tbl {
    padding: 0 8px 8px 8px;
}

    .locator-tbl td {
        border: solid 1px RGB(236, 236, 236);
        text-align: left;
        vertical-align: middle;
        padding: 8px 8px 0 8px;
    }

.locator-tbl-header {
    font-size: 15px;
    font-weight: 500;
    padding: 3px 3px 10px 0;
    margin: 0
}

.locator-tbl-address {
    padding: 2px 0 4px 0;
    margin: 0;
    font-size: 11px;
}

.locator-tbl-url {
    background-color: RGB(242,242,242);
    text-align: center;
    padding: 5px;
    font-size: 11px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    margin: 0 0 7px 0
}

    .locator-tbl-url a:link, .locator-tbl-url a:active, .locator-tbl-url a:hover, .locator-tbl-url a:visited {
        color: RGB(195,16,44);
    }

/* Retailer */

@media (min-width: 768px) {
    .retailer-signin {
        padding-top: 10px
    }

        .retailer-signin iframe {
            width: 550px;
            height: 400px;
        }
}

@media (max-width: 767px) {
    .retailer-signin {
        padding-top: 20px
    }

        .retailer-signin iframe {
            width: 100%;
            height: 400px;
        }
}

/* Gallery */

.gallery-NewEdition img, .gallery-NewEdition-M img {
    width: 100%
}

.gallery-Title h1 {
    padding: 40px 0 10px 0
}

@media (min-width: 992px) {
    .gallery-NewEdition {
        display: block
    }

    .gallery-NewEdition-M {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gallery-NewEdition {
        display: none
    }

    .gallery-NewEdition-M {
        display: block
    }
}

@media (max-width: 767px) {
    .gallery-NewEdition {
        display: none
    }

    .gallery-NewEdition-M {
        display: block
    }
}

/* Product Gallery */

.productError-Contact a {
    padding: 7px 2px 7px 2px;
    font-size: 17px;
    background-color: RGB(242,242,242);
    color: RGB(0,0,0)
}

    .productError-Contact a:hover {
        background-color: RGB(0,0,0);
        color: RGB(255,255,255);
        text-decoration: none
    }

@media (min-width: 992px) {
    .gallery-Product img {
        width: 150px;
        height: 150px
    }

    .hovereffect .overlay {
        height: 90%;
        top: 5%;
        padding: 10px 0 10px 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gallery-Product img {
        width: 130px;
        height: 130px
    }

    .hovereffect .overlay {
        height: 92%;
        top: 4%;
        padding: 3px 0 0 0;
    }
}

@media (max-width: 767px) {
    .gallery-Product {
        width: 140px;
        height: 140px
    }

    .hovereffect .overlay {
        height: 96%;
        top: 2%;
        padding: 5px 0 5px 0;
    }
}

.gallery-Product {
    display: inline-block;
    border: 1.5px solid RGB(242,242,242);
    margin: 15px;
}

.gallery-Product-SeeMore {
    border: 2px solid white;
    color: RGB(255,255,255);
    font-size: 10px;
    background-color: transparent;
    height: 30px;
    width: 80px;
    border-radius: 0;
    text-align: center;
}

.hovereffect {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        position: absolute;
        overflow: hidden;
        width: 80%;
        left: 10%;
        border-bottom: 1px solid white;
        border-top: 1px solid white;
        transition: opacity 0.35s;
        opacity: 0;
    }

    .hovereffect p {
        font-weight: 200;
        font-size: 17px;
        color: RGB(255,255,255);
        transition: opacity 0.35s;
        opacity: 1;
    }

    .hovereffect:hover .overlay {
        opacity: 1;
    }

    .hovereffect:hover img {
        -webkit-filter: brightness(0.35);
        -moz-filter: brightness(0.35);
        filter: brightness(0.35);
    }

@media (min-width: 992px) {
    .product-Detail-Info {
        padding: 30px 30px 30px 0
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .product-Detail-Info {
        padding: 30px 25px 50px 0
    }
}

@media (min-width: 768px) {
    .product-Detail-Info tr {
        text-align: left
    }

    .product-Detail-Info a {
        width: 100%
    }

    .product-Detail td a {
        padding: 20px
    }

    .product-Detail-Email {
        padding: 5px 0 10px 0
    }
}

@media (max-width: 767px) {
    .product-Detail-Info {
        padding: 25px
    }

        .product-Detail-Info tr {
            text-align: center
        }

    .product-Detail img {
        max-height: 180px;
        padding-bottom: 10px
    }

    .product-Detail td a {
        padding: 10px
    }

    .product-Detail-Email {
        padding: 10px 0 5px 0
    }
}

/* Collection Gallery */

.gallery-Collection-Col {
    margin: 15px;
    height: 120px;
    width: 120px;
}

.gallery-Collection-tr1 {
    position: relative;
    width: 100%;
}

    .gallery-Collection-tr1 .overlay {
        position: absolute;
        overflow: hidden;
        width: 96px;
        left: 12px;
        top: 12px;
        height: 96px;
        border-bottom: 1px solid white;
        border-top: 1px solid white;
        transition: opacity 0.35s;
        opacity: 0;
    }

.gallery-Collection-tr1-txt {
    padding: 8px;
    font-weight: 200;
    font-size: 14px;
    color: RGB(255,255,255);
    transition: opacity 0.35s;
    opacity: 1;
}

.gallery-Collection-tr1:hover img {
    -webkit-filter: brightness(0.35);
    -moz-filter: brightness(0.35);
    filter: brightness(0.35);
}

.gallery-Collection-tr1:hover .overlay {
    opacity: 1
}

.gallery-Collection-tr2 a {
    background-color: transparent;
    color: RGB(0,0,0);
    padding: 10px 0 10px 0;
    text-decoration: none;
    display: inline-block;
    transform: none;
    transition: none;
}

    .gallery-Collection-tr2 a:hover {
        background-color: RGB(128,128,128);
        color: RGB(255,255,255);
        width: 100%;
    }

@media (min-width: 992px) {
    .gallery-Collection {
        display: block
    }

    .gallery-Collection-M {
        display: none
    }

    .gallery-Collection-tr2 a {
        font-size: 13.5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gallery-Collection {
        display: none
    }

    .gallery-Collection-M {
        display: block
    }

    .gallery-Collection-tr2 a {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .gallery-Collection {
        display: none
    }

    .gallery-Collection-M {
        display: block
    }

    .gallery-Collection-tr2 a {
        font-size: 15px;
    }

    .gallery-Collection-Title {
        padding-bottom: 30px
    }
}

.product-Inventory-Coll {
    width: 100%;
}

@media (min-width: 992px) {
    .product-Inventory table, tr {
        width: 60%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-Inventory table, tr {
        width: 100%
    }
}

@media (min-width: 768px) {
    .product-Inventory {
        padding: 0
    }
}

@media (max-width: 767px) {
    .product-Inventory {
        padding: 30px 30px 0 30px;
        text-align: center;
    }

        .product-Inventory table, tr {
            width: 100%
        }
}
