/* Products */
.product {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
    transition: translate .18s, box-shadow .18s;
    margin-bottom: 30px;
}

.product:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    top: -1px
}

.product .description a {
    color: #333;
}

.product .description a:hover {
    color: #666666;
    text-decoration: none;
}

.product:hover .product-image a img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}

.product-image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    max-height: 240px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.product-image a {
    display: block;
    overflow: hidden;
}

.product-image a img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    height: 180px;
    width: 100%;
    margin: 0 auto;
}

.product-image .promotion {
    color: #000;
    font-size: .7rem;
    font-weight: 600;
    position: absolute;
    z-index: 10;
    line-height: 18px;
    top: 90px;
    left: 0;
    height: 24px;
    width: auto;
}

.promotion .new-arrivals {
    padding: 3px 5px;
    display: inline-block;
    background-color: #ffc90e;
}

.promotion .on-sale {
    color: #fff;
    padding: 3px 5px;
    display: inline-block;
    background-color: #eb5e58;
}

.promotion .coming-soon {
    text-align: left;
    padding: 3px 5px;
    display: block;
    width: 93px;
    background-color: #94FF4C;
}

.fixed-sub {
    position: -webkit-sticky;
    position: sticky;
    top: 86px;
    z-index: 20;
    background: #f4f4f4;
}

.eta {
    color: #283949;
    font-size: .6rem;
    font-weight: 600;
    padding: 3px 5px;
    margin-bottom: 15px;
    display: block;
    background: #EDEFF1;
}

.product .product-title {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 1.2rem;
    font-weight: 600;
    min-height: 30px;
}

.product .description {
    padding: 15px;
}

ul.product-info {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0px;
}

ul.product-info li {
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.6rem;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.product-info b,
.product-number b {
    font-size: .6rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px;
    background: #f4f4f4;
}

.product ul.product-number {
    padding-left: 0;
    list-style: none;
}

ul.product-number li {
    font-size: .7rem !important;
    font-weight: 500;
    line-height: 1.4rem !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.product ul.product-number span {
    color: #ccc;
}

.price {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 1.2rem;
    font-weight: 700;
}

.price span {
    font-size: .9rem;
    font-weight: 500;
}

.price del {
    font-size: .9rem;
    font-weight: 500;
}

.tag-country {
    color: #333 !important;
    font-size: .55rem !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 3px 3px 5px 0px;
    border: solid 1px #ebebeb;
    background: #f4f4f4;
    border-radius: 2px;
    font-family: 'Source Sans Pro', sans-serif !important;
}

.tag-country img {
    height: 25px;
}

.bg-favorite {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
    background: rgba(0, 0, 0, .0);
    padding: 0 10px 10px 10px;
    font-size: 21px;
}

.bg-favorite .check {
    color: red;
}

.bg-favorite .uncheck {
    color: #fff;
}

.bg-favorite2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    background: rgba(0, 0, 0, .0);
    padding: 0 10px 10px 10px;
    font-size: 24px;
}

.bg-favorite2 .check {
    color: #ffc90e;
}

.bg-favorite2 .uncheck {
    color: #fff;
}

.btn-price {
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #182C4B;
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    border: solid 1px #ebebeb;
    background: #ebebeb;
}

.btn-price:hover {
    color: #fff;
    border: solid 1px #ccc;
    background: #182C4B;
}

.btn-cart {
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    border: solid 1px #182C4B;
    background: #182C4B;
}

.btn-thin {
    border: 1px solid #BDC3C7;
    color: #BDC3C7;
    background: none;
}

.btn-thin:hover {
    border: solid 1px var(--blue-600);
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.spinner {
    border: 8px solid rgba(0, 0, 0, 0.1);
    border-left-color: #34495E;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1.2s linear infinite;
    margin: auto;
}

/* End Products */


/* Inventory Modals */

ul.link-inventory {
    padding-left: 0;
    margin-top: 10px;
}

ul.link-inventory li {
    font-size: .8rem;
    list-style: none;
    display: inline;
    text-transform: uppercase;
    font-weight: 600;
}

ul.link-inventory li a {
    font-family: 'Source Sans Pro', sans-serif !important;
    padding: 10px 5px;
    display: inline-block;
    line-height: 100%;
    color: #0e76e0;
    margin-right: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: var(--shadow-elevation-low) !important;
    box-shadow: var(--shadow-elevation-low) !important;
}

.nav-modal-prev,
.nav-modal-next {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    /*
  background-color: var(--blue-900);*/
    color: #fff;
    border-radius: 50%;
    border: 0;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2.25rem;
    font-weight: bold;
    /* opacity: 0.8; */
    box-shadow: 0 0px 0.3125rem rgba(0, 0, 0, 0.19);
    z-index: 2;
}

.nav-modal-prev {
    left: -2.5rem;
}

.nav-modal-next {
    right: -2.5rem;
}

.nav-modal-prev.disabled,
.nav-modal-next.disabled {
    opacity: 0.8;
    color: #999;
    cursor: not-allowed;
}

.nav-modal-prev:not(.disabled):hover,
.nav-modal-next:not(.disabled):hover {
    /* background-color: #fff; */
    color: #999;
    /* opacity: 1; */
    box-shadow: 0 0px 0.9375rem rgba(0, 0, 0, 0.19);
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: var(--fancybox-accent-color, rgba(14, 118, 224, 1));
}

.gallery {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    height: 280px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 1;
    cursor: pointer;
    margin-top: 35px;
}

.gallery a {
    display: block;
    overflow: hidden;
    color: #ebebeb;
   /* transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);*/
}

.gallery a:hover {
    color: #ebebeb;
}

.gallery a img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    height: 280px;
    margin: 0 auto;
}

.zoom {
    color: #808080;
    /* font-size: .8rem; */
    /* font-size: 1rem; */
    text-align: center;
    background: #ebebeb;
    padding: 10px 0;
    cursor: pointer;
}


.description-modal {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.price-sales {
    font-family: 'Source Sans Pro', sans-serif !important;
    color: #0e76e0;
    font-weight: 600;
    font-size: 18px;
}

.price-sales small {
    font-weight: 500;
    font-size: 1rem;
}

.price-sales-out {
    color: #666;
    text-decoration: line-through;
    font-size: .9rem;
}

.price-total {
    color: #0e76e0;
    font-weight: 600;
    font-size: 21px;
}

.price-total small {
    color: #666;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}

.table-list tr td {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: .85rem;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    padding: 8px 15px 8px 0;
    color: #444;

}

.table-list-title {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: .7rem !important;
    font-weight: bold;
    color: #444;
    background-color: transparent;
    border-right: 1px rgba(0, 0, 0, .2);
    width: 30%;
    text-transform: uppercase;
}

.table-list-value {
    font-size: 12px;
    font-weight: normal;
}
/* End Inventory Modals */