@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "ody-font";
    src: url("../fonts/ody-font.eot");
    src: url("../fonts/ody-font.eot") format("embedded-opentype"),
    url("../fonts/ody-font.woff") format("woff"),
    url("../fonts/ody-font.woff2") format("woff2"),
    url("../fonts/ody-font.ttf") format("truetype"),
    url("../fonts/ody-font.svg") format("svg");
}

.ody_product_grid_item {
     text-align: center;
     position: relative;
     width: 90%;
     min-height: 1px;
     float: none !important;
     display: inline-block !important;
     max-width: 450px;
     margin: 25px auto auto;
     padding: 20px 15px;
 }

.ody_product_grid_item a{
    text-decoration: none;
}

.ody_product_grid_item .product-element-top {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.ody_product_grid_item .product-element-top:hover .hover-img {
    opacity: 1;
    -webkit-transform: scale(1.09);
    transform: scale(1.09)
}

.ody_product_grid_item .hover-img img, .ody_product_grid_item .product-image-link img {
    height: 100%;
    max-height: 180px;
}

.ody_product_grid_item .product-image-link {
    display: block;
    padding-bottom: 30px;
}

.ody_product_grid_item .hover-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    opacity: 0;
    transition: opacity .5s ease, -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18);
    transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18)
}

.ody_product_grid_item .product-title {
    margin-bottom: 5px;
    font-size: 1em;
    margin-top: 0;
    padding-top: 0;
}

.ody_product_grid_item .product-title a {
    color: inherit;
    display: table;
    margin: auto;
    text-align: left;
}

.view_all_products {
    text-align: right;
    padding-top:10px;
    border-top: 1px solid #ced0d2;
    margin: 30px 10px;
}

.homepage_products_header {
    text-align: left;
    margin-bottom: 0;
}

.ody-product-cats {
    float: left;
    display: table;
    text-align: left;
}

.ody_product_grid_item .ody-product-cats a {
    display: inline-block;
    color: #8a8a8a;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
}

.ody_amount{
    font-size: 1em;
}

.ody_price{
    font-weight: bold;
}

.ody-more-desc-inner {
    font-size: .8em;
    display: table;
    text-align: left;
    margin: 10px auto 25px;
}

.product-labels {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 50%;
    transition: opacity .3s ease
}

.product-label {
    min-width: 50px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    word-break: break-all;
    letter-spacing: .4px;
    font-weight: 600;
    line-height: 1.2
}

.product-label img {
    width: 100%
}

.product-label:not(:last-child) {
    margin-bottom: 10px
}

.product-label.onsale {
    background-color: #ff6000
}

.labels-rounded {
    top: 7px;
    left: 7px
}

.labels-rounded .product-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 7px;
    min-height: 55px;
    border-radius: 35px;
    font-size: 1.3em;
    font-weight: normal;
}

.ody-hover-base .content-product-imagin {
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: 0;
    left: -15px;
    visibility: hidden;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transform: scale(.98);
    transform: scale(.98)
}

.ody-hover-base .product-element-top {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.ody-hover-base .product-information {
    position: relative;
    padding: 10px
}

.ody-hover-base .product-information:hover .ody-more-desc-btn {
    -webkit-transform: none;
    transform: none
}

.ody-hover-base .quick-shop-close {
    top: -5px
}

.ody-hover-base .wrapp-product-price {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: flex-end;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.ody-hover-base .fade-in-block {
    position: absolute;
    top: calc(100% - 5px);
    right: 0;
    left: 0;
    visibility: hidden;
    padding: 0 10px 10px 10px;
    opacity: 0
}

.ody-hover-base .wrapp-swatches {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 5px;
    min-height: 30px;
    border-top: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    background-color: #FFF;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(102%) translateZ(0);
    transform: translateY(102%) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ody-hover-base .wrapp-swatches:empty {
    display: none
}

.ody-hover-base .swatches-on-grid {
    margin-bottom: 0
}

.ody-hover-base .ody-compare-btn {
    flex: 1 1 auto;
    text-align: right
}

.ody-hover-base .ody-bottom-actions {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between
}

.ody-hover-base .ody-bottom-actions .ody-action-btn.ody-style-icon > a {
    width: 35px;
    height: 35px
}

.ody-hover-base .ody-bottom-actions .wrap-quickview-button,
.ody-hover-base .ody-bottom-actions .wrap-wishlist-button,
.ody-hover-base .ody-bottom-actions .wrap-remove-button{
    flex: 1 0 0%
}

.ody-hover-base .ody-bottom-actions .wrap-wishlist-button,
.ody-hover-base .ody-bottom-actions .wrap-remove-button{
        text-align: left
}

.ody-hover-base .ody-bottom-actions .wrap-quickview-button {
    text-align: right
}

.ody-hover-base:not([class*=add-small]) .ody-bottom-actions .ody-add-btn > a {
    color: #FFF
}

.ody-hover-base:not([class*=add-small]) .ody-bottom-actions .ody-add-btn > a:hover {
    color: #FFF;
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .1)
}

.ody-hover-base:not([class*=add-small]) .ody-bottom-actions .add-to-cart-loop span {
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px
}

.ody-hover-base:not([class*=add-small]).quick-shop-shown .ody-bottom-actions .add-to-cart-loop {
    opacity: .3;
    pointer-events: none
}

.ody-hover-base[class*=add-small] .ody-bottom-actions > div:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.ody-hover-base[class*=add-small] .ody-bottom-actions .ody-add-btn {
    flex: 1 0 0%
}

.ody-hover-base[class*=add-small] .ody-bottom-actions .ody-action-btn > a {
    width: 100%
}

.ody-hover-base.state-hover .wrapp-swatches, .ody-hover-base:hover .wrapp-swatches {
    -webkit-transform: none;
    transform: none
}

.ody-hover-base.state-hover .ody-more-desc-btn {
    -webkit-transform: none;
    transform: none
}

.hover-ready.state-hover .product-wrapper, .hover-ready:hover .product-wrapper {
    z-index: 20;
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0)
}

.hover-ready.state-hover .content-product-imagin, .hover-ready:hover .content-product-imagin {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease, visibility 0s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility 0s ease, transform .3s ease;
    transition: opacity .3s ease, visibility 0s ease, transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.hover-ready.state-hover .fade-in-block, .hover-ready:hover .fade-in-block {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease, visibility 0s ease
}

.ody-hover-base.quick-shop-shown .wrapp-swatches, .ody-hover-base.ody-loading-quick-shop .wrapp-swatches {
    -webkit-transform: translateY(103%) translateZ(0);
    transform: translateY(103%) translateZ(0)
}

.ody-action-btn.ody-style-icon > a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    width: 18px;
    height: 18px;
}

.ody-action-btn > a::after {
    opacity: 0;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-radius: 50%;
    vertical-align: middle;
}

.ody-action-btn.ody-remove-btn > a::before {
    content: "\f112";
    font-family: ody-font;
}

.ody-action-btn.ody-quick-view-btn > a::before {
    content: "\f130";
    font-family: ody-font;
}

.ody-action-btn.ody-style-icon > a::before {
    font-size: 20px;
    transition: opacity .15s ease;
}

.ody-action-btn.ody-style-icon > a:not(#rating) {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-weight: 400;
    font-size: 0;
    line-height: 0;
}

.ody-action-btn > a {
    color: #333;
}

.ody-action-btn.ody-wishlist-btn > a::before {
    content: "\f106";
    font-family: ody-font;
}

.star-rating {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 14px;
    color: #EABE12;
    font-family: ody-font
}

.star-rating:before {
    content: "\f149" "\f149" "\f149" "\f149" "\f149";
    color: #C9C9C9
}

.star-rating span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    text-indent: 99999px
}

.star-rating span:before {
    content: "\f148" "\f148" "\f148" "\f148" "\f148";
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0
}

.ody_list_price {
    color: grey;
    text-decoration: line-through;
}

@media only screen and (max-width: 767px) {
    .ody_product_grid_item {
        display: block !important;
    }
}