/* Hide on Product Pages Only */
body.products .item-sku, body.products .item-price, body.products .add-to-cart, body.products .product-price, body.products .product-options, body.products .product-qty, body.products .product-addbutton {
    display: none;
}

/* Category / Product Wrap */
.category-title {
}

.category-description {
}

.item-wrap {
    float: left;
    width: 346px;
    margin-right: 20px;
    position: relative;
    margin-bottom: 20px;
}

.item-wrap img {
    display: block;
}

a.ecom-title {
    width: 326px;
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 10px;
    border: 0;
    background: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 20px;
    color: #453228;
    text-decoration: none;
    font-size: 20px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.item-wrap:hover a.ecom-title {
    background: rgba(110, 159, 165, 0.7);
    color: #fff;
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    -ms-transition: all ease 0.7s;
    transition: all ease 0.5s;
}

.ecom-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border: 10px solid rgba(255, 255, 255, 0.7);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.item-wrap:hover .ecom-image:after {
    border: 10px solid rgba(110, 159, 165, 0.7);
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    -ms-transition: all ease 0.7s;
    transition: all ease 0.5s;
}

/* Product List */
.productList-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.product-wrap {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    border: 2px solid transparent;
    position: relative;
    transition: all ease 0.3s;
    font-size: initial;
    border-radius: 1rem;
    overflow: hidden ;
}

.product-wrap a {
text-decoration: none;
    color: inherit;
}

/* Larger than mobile */
@media (min-width: 400px) {
    /* Product List */
    .product-wrap {
        width: calc(50% - 2rem);
    }
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 1200px) {
    .product-wrap {
        width: calc(33.3% - 2rem);
    }
}

.product-wrap:hover {
    border: 2px solid #4F3520;
}

.product-wrap .item-image {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.product-wrap .item-image .details-mainImg img {
    border-radius: 1rem;
    margin: 1rem auto;
    height: 200px;
    width: 100%;
    object-fit: contain ;
    display: block;
}

.product-wrap .item-image, .product-wrap a.item-image img {
    display: block;
    text-decoration: none;
    width: 100%;
}

.product-wrap .item-image:empty:before {
    content: "Image Coming Soon";
    top: 60px;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.50);
    text-decoration: none;
}

.product-wrap .item-price {
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 700;
    color: initial;
    font-size: 2rem;
}

.special-note {
    bottom: 0;
    z-index: 300;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: #1E3A21;
    border-radius:;


}

.special-note p {
    margin: 0;
    padding: 0 2rem;
min-height: 50px;
    font-size: 12px;
        color:#fff;
        display: flex;
    align-items: center;
    justify-content: center;
}

.product-wrap.Out:after {
    content: "Out of Stock";
    background: #cc0000;
    font-size: 1.4rem;
    border-radius: 10rem;
    color: #fff;
    padding: .5rem 1rem;
    line-height: 1;
    text-align: center;
    margin: 0 auto;
    text-align: center;
}

.regular-price.strike, .origprice {
    text-decoration: line-through;
    display: block;
    font-size: 14px;
    position: absolute;
    left: 20px;
}

.product-wrap .item-sku {
    font-size: 14px;
}

.msrp {
    display: none;
}

.product-wrap .item-name {
    text-decoration: none;
    font-size: initial;
    box-sizing: border-box;
}

.item-name {
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    justify-content: top;
    gap: 1rem;
    padding: 1rem;
    flex-direction: column;
    min-height: 40px;
    line-height: 1.1;
}

.product-details-top .item-name {
    align-content: start;
    align-items: start;
    justify-content: start;
    text-align: left;
    min-height: auto;
    margin: 0;
}

.product-wrap .product-options {
    font-size: 1.5rem;
}

.product-wrap .product-options input, .product-wrap .product-options select {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: .5rem 1rem;
}

.product-wrap .order-button {
    display: none;
}

.product-wrap .product-bottom {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.product-wrap[data-newitem="Y"] .product-bottom:before, .product-wrap[data-newitem="y"] .item-name:before, .product-details-wrap[data-newitem="Y"] .item-name:before, .product-details-wrap[data-newitem="y"] .item-name:before {
    content: "new!";
    background: #008000;
    font-size: 1.4rem;
    border-radius: 10rem;
    color: #fff;
    padding: .5rem 1rem;
    line-height: 1;
    text-transform: uppercase;
    width: 40px;
    font-weight: 700;
    text-align: center;
    margin: 1rem auto;
}

.product-details-wrap[data-newitem="Y"] .item-name:before, .product-details-wrap[data-newitem="y"] .item-name:before {
    margin: 0;
}

.product-wrap .add-to-cart .product-options iframe {
    display: none;
}

.product-wrap .add-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.product-wrap .add-to-cart .product-qty {
    box-sizing: border-box;
}

.product-wrap .add-to-cart .product-addbutton input {
    margin: 0 auto;
    padding: 1rem;
}

.product-wrap .add-to-cart .product-qty input {
    width: 50px;
    margin: 0;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

.ecomPag {
    display: none
}

.column:after {
    content: "";
    display: table;
    clear: both;
    margin-bottom: 1rem;
}

.column img {
    float: left;
    padding: .2rem;
    width: 10px;
    border-radius: 4rem;
    background: #E9E6E0;
    border: 2px solid #000;
    margin: .2rem;
}

.column img.ioSelected, .column img:hover {
    border-color: red;
    box-shadow: 0px 0px 10px #000;
}

.product-details-wrap .column img {
    float: left;
    padding: 1rem;
    width: auto;
    border-radius: 4rem;
    background: #E9E6E0;
    border: 2px solid #000;
    margin: 1rem;
    margin-left: 0;
}

/* PRODUCT DETAILS */
.product-details-wrap .product-left {
    position: relative;
    overflow: hidden;
}

.product-details-wrap .product-image {
    position: relative;
}

.product-details-wrap .product-image .details-mainImg {
    margin-bottom: 10px;
    background: #E8E7E5;
    width: 100%;
    position: relative;
}

.product-details-wrap .product-image .details-mainImg img {
    display: block;
}

.product-details-wrap .product-image .zoom-img-link {
    display: block;
    position: relative;
}

.product-details-wrap .product-image:empty {
    background: #7B6F68;
    height: 497px;
}

.product-details-wrap .product-image:empty + em:before {
    content: "Image Coming Soon";
    top: 60px;
    position: absolute;
    left: 0;
    font-size: 50px;
    padding: 30px;
    text-align: center;
    font-style: normal;
    line-height: 56px;
    color: rgba(255, 255, 255, 0.50);
    text-decoration: none;
    visibility: visible;
}

.product-details-wrap .product-image:empty + em {
    visibility: hidden;
}

.product-details-wrap .product-image img {
    width: 100%;
}

.product-details-wrap .product-image .thumb-prodImage {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 1rem;
}

.product-details-wrap .product-sku {
    opacity: 0.5;
    margin: 0;
    display: inline-block;
    padding-right: 20px;
}

.product-details-wrap .product-status {
    margin-bottom: 20px;
    opacity: 0.5;
    display: inline-block
}

.product-details-wrap .product-status .attention, .product-details-wrap.Out .product-status {
    color: #fff;
    text-align: center;
    padding: 0px 10px;
    background: #aa1900;
}

.product-details-wrap .thumb-wrap {
    position: relative;
    cursor: pointer;
    float: left;
    height: 112px;
    width: 75px;
    overflow: hidden !important;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #E8E7E5;
}

.product-details-wrap .thumb-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-details-wrap .thumb-wrap:nth-of-type(4n + 5) {
    margin: 0;
}

.product-details-wrap .product-right .origprice {
    font-size: 20px;
    margin-bottom: 0;
    opacity: 0.5;
    left: 0;
    top: 0;
    position: relative;
}

.product-details-wrap .product-price {
    font-size: 30px;
    line-height: 32px;
    position: relative;
}

.product-details-wrap .product-qty input {
    width: 50px;
    text-align: center;
    display: inline-block;
}

.product-details-wrap .product-addbutton {
}

.product-description {
}

.product-prelude {
}

.product-details-wrap .product-associated {
    border-top: 1px solid #E9E6E0;
    margin-top: 30px;
    padding-top: 30px;
}

.product-details-wrap .product-associated h3 {
    color: #453228;
}
