body {
    color: #000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}

.bg-theme {
    background-color: #36547a !important
}

a {
    transition: all 0.3s ease;
}

.nav-link:focus,
.nav-link:hover {
    color: #FFFFFF;
}

img {
    max-width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

hr.line {
    color: #dedede;
    opacity: 1;
}

/* Top Links */
.top-links a,
.top-links a:hover {
    color: #FFFFFF;
}

.top-links a:hover {
    text-decoration: underline;
}

.header-pinstrip-right-link-icon {
    background-image: url(../images/we_buy_lockers_icon.png);
    background-repeat: no-repeat;
    padding: 0 0 0 25px;
}

/* Header */
.header {
    background: #fafaff;
    background: linear-gradient(to bottom, #fafaff 0%, #e4e4e4 100%);
    padding: 24px 0;
}

.header-container-phone {
    font-size: 32px;
    color: #e13863;
    text-align: center;
    text-decoration: none;
}

@media only screen and (min-width: 800px) {
    .header-container-phone {
        background-image: url(../images/phone-icon.png);
        background-repeat: no-repeat;
        padding-left: 42px;
        background-position: left center;
    }
}

.header-container-phone:hover {
    color: #e13863;
}

/* Footer */
#footer {
    background-color: #242424;
    margin-top: 16px;
}

.footer-copyright {
    background-color: #000;
    font-size: 12px;
    padding: 8px 0;
}

.footer-container {
    /* max-width: 790px;
    margin: 0 auto;  */
}

.footer-icon {
    padding: 10px;
}

/* Home Page Content */
.home-content {
    text-align: center;
}

.home-content h3,
.homepage-video-overview h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
}

.home-content p {
    color: #868686;
    font-size: 18px;
    line-height: 32px;
}

.homepage-video-overview p {
    color: #868686;
    font-size: 18px;
    line-height: 32px;
}

.responsive-iframe {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.home-tagline {
    text-align: center;
}

.home-tagline h1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}

.home-tagline p {
    text-align: center;
    font-size: 18px;
    font-style: italic;
}

#sliderCarousel .carousel-item img {
    width: 100%;
}

@media (min-width: 1024px) {

    #sliderCarousel .carousel-control-next,
    #sliderCarousel .carousel-control-prev {
        opacity: 0;
    }

    #sliderCarousel:hover .carousel-control-next,
    #sliderCarousel:hover .carousel-control-prev {
        opacity: 1;
    }

    #sliderCarousel .carousel-control-next .carousel-control-next-icon {
        width: 62px;
        height: 110px;
        background-image: url(../images/slider-arrow-right-white.png);
        background-repeat: no-repeat;
        z-index: 999;
        opacity: 1;
    }

    #sliderCarousel .carousel-control-prev .carousel-control-prev-icon {
        width: 62px;
        height: 110px;
        background-image: url(../images/slider-arrow-left-white.png);
        background-repeat: no-repeat;
        z-index: 999;
        opacity: 1;
    }
}

/* Category */
.categories .category-image {
    text-align: center;
    background-color: #F7F7F7;
    border: 1px solid #E0E0E0;
    padding: 10px;
    margin-bottom: 10px;
}

.categories .category-name,
.categories .woocommerce-loop-category__title {
    font-size: 18px;
    text-align: center;
}

.categories .woocommerce-loop-category__title .count {
    display: none;
}

.categories .category-name a {
    color: #36547A;
}

.categories .item:hover .category-name a {
    color: #000;
}

.category-description h1,
.page-title,
.page-content h1,
h1.entry-title {
    font-size: 24px;
}

.category-description p,
.page-heading p {
    font-size: 14px;
}

/* Products */
.products .product-item {
    background-color: #F7F7F7;
    border: 1px solid #E0E0E0;
    padding: 10px;
}

.products .product-item .product-image {
    height: 250px;
    text-align: center;
    margin: 0px 0px 5px 0px;
}

.products .product-item .product-image img {
    max-height: 250px;
    max-width: 100%;
	width: auto;
}

.products .product-item .product-title,
.products .product-item .woocommerce-loop-product__title {
    font-size: 16px;
}

.products .product-item:hover .product-title a {
    color: #000;
}

.products .product-item .product-sku {
    font-size: 12px;
    min-height: 40px;
}

.products .product-item .product-specs ul {
    padding: 0;
    list-style: none;
    font-size: 12px;
}

.products .product-item .product-specs ul li {
    margin: 0;
}

.products .product-item a {
    color: #000;
    text-decoration: none;
}

.product-info .btn-green {
    width: 100%;
}

.products .product-item a .woocommerce-loop-product__title {
    color: #36547A;
    text-decoration: underline;
}

.products .product-item a .woocommerce-loop-product__title:hover {
    text-decoration: none;
}

.products .product-item .btn {
    width: 100%;
}

.btn-green {
    background-color: #009900;
    border: 1px solid #009900;
    border-radius: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}

.btn-green:hover {
    background-color: #057b05;
    color: #FFFFFF;
}

.btn-reset {
    background-color: #999999;
    border: 1px solid #999999;
    border-radius: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    padding: 0.5rem 1.6rem;
}

.btn-reset:hover {
    background-color: #807f7f;
    color: #FFFFFF;
}

.text-truncate.text-truncate--3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.product-page .product-title h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.product-specification {
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #E5E5E5;
}

.item-items-list-email {
    padding: 0px 0px 0px 31px;
    background-image: url(../images/email-icon-transparent.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
}

.item-items-list-print {
    padding: 0px 0px 0px 25px;
    background-image: url(../images/print-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 1px;
}

.product-box__table {
    display: table;
}

.product-box__table-row {
    display: table-row;
}

.product-box__table-detail-title {
    min-width: 120px;
}

.product-box__table-detail-title {
    font-weight: 600;
}

.product-box__table-cell {
    display: table-cell;
    padding-bottom: 0.8em;
    padding-right: 0.8em;
}

.product-box__table-cell:last-child {
    padding-right: 0;
}

.item-description__title h3 {
    font-size: 15px;
    font-weight: 700;
}

.product-specification .btn-green {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.product-images .product-image {
    height: 300px;
    text-align: center;
    background-color: #F7F7F7;
    border: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-images .product-image img {
    max-height: 298px;
    max-width: 100%;
	width: auto;
}

.related-product__title {
    border-top: 2px solid #E0E0E0;
    border-bottom: 2px solid #E0E0E0;
    background-color: #F7F7F7;
    padding: 15px 10px 15px 10px;
}

.related-product__title h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.related-product__item {
    text-align: center;
    background-color: #F7F7F7;
    border: 1px solid #E0E0E0;
    padding: 10px;
}

.item-related-image {
    height: 200px;
    margin: 0px 0px 12px 0px;
}

.item-related-image img {
    max-height: 200px;
    text-align: center;
}

.item-related-title {
    font-size: 14px;
    font-weight: 500;
}

.color-brick {
    color: #e13863;
}

/* Contact Us */
.contact-us-contact-info {
    width: 580px;
    max-width: 100%;
}

.contact-information {
    padding: 10px;
    background-color: #F7F7F7;
    border: 1px solid #E0E0E0;
    margin: 0px 0px 20px 0px;
}

.quote-online {
    padding: 10px;
    background-color: #F7F7F7;
    border: 1px solid #E0E0E0;
}

.contact-us-headline {
    color: #36547a;
    font-size: 16px;
    margin: 0px 0px 15px 0px;
}

/* RWD */
@media only screen and (max-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
    }

    #sliderCarousel {
        margin: 0 -15px;
    }
}

@media (max-width: 599px) {
    #sliderCarousel {
        display: none;
    }
}

@media (max-width: 799px) {
    .open-time {
        font-size: 12px;
    }

    .header-container-phone {
        font-size: 26px;
    }
}

@media (min-width: 576px) and (max-width: 650px) {
    .logo {
        height: 42px;
    }
}

@media (max-width: 767px) {
    .home-content {
        text-align: left;
    }

    .home-content h3,
    .homepage-video-overview h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .home-content p {
        font-size: 16px;
        line-height: 26px;
    }
}

.homepage-video-overview * {
    text-align: left !important;
}

/* Navigation */
#site-header {
    background-color: #36547a;
}

.wrapper {
    min-height: 100vh;
}

.product-specification ul,
.product-specification ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-product-attributes-item--attribute_price .woocommerce-product-attributes-item__value {
    color: #e13863;
    font-weight: 700;
}

.woocommerce-pagination {
    margin-bottom: 20px;
}

.woocommerce-result-count,
.woocommerce-ordering {
    display: none !important;
}

.wp-block-search__button,
.search-submit {
    cursor: pointer;
    color: #fff;
    background-color: #36547a;
    border-color: #36547a;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.wp-block-search__button:hover,
.search-submit:hover {
    color: #fff;
    background-color: #274366;
    border-color: #274366;
}

.reset-list-style {
    padding: 0;
}

.top-links-menu {
    display: flex;
}

.top-links-menu a {
    text-decoration: none;
}

.top-links-menu a:hover {
    text-decoration: underline;
}

.top-links-menu li {
    padding: 0;
}

.top-links-menu li+li:before {
    content: ' | ';
    padding: 0 8px;
    position: relative;
    top: 0px;
}

.homepage-video-overview {
    background-color: #F7F7F7;
    padding: 20px 20px 0px 20px;
}

.woocommerce-product-attributes-item--attribute_price .woocommerce-product-attributes-item__value span {
    color: #e13863;
}

.woocommerce-product-attributes-item--attribute_price .woocommerce-product-attributes-item__value span a {
    color: #e13863;
    text-decoration: none;
}

.woocommerce-product-attributes-item--attribute_price .woocommerce-product-attributes-item__value span a:hover {
    color: #e13863;
    text-decoration: underline;
}

.btn-quote-submit .btn-green {
    font-weight: 400;
    padding: 0.5rem 1.6rem;
}
@media (min-width: 1185px){
    .product-box-title {
        font-size: 16px; 
        height: 40px;
    }
}
.primary-menu ul.sub-menu{
    z-index: 999;
}
.carousel-indicators{
    z-index: 1 !important;
}