.haravan-product-widget {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box
}

.haravan-product-widget.centered {
    border: 1px solid #ddd
}

.haravan-product-widget select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    padding: 0px 17px 0px 8px;
    color: dimgrey;
    font-size: 12px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: right 3% center;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNy43cHgiIGhlaWdodD0iNC4zcHgiIHZpZXdCb3g9IjAgMCA3LjcgNC4zIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA3LjcgNC4zIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM5OTk5OTkiIGQ9Ik03LjEsMC4xQzYuNywwLjUsMy45LDMuMiwzLjksMy4yUzEsMC41LDAuNiwwLjFTMCwwLjcsMCwwLjdsMy45LDMuNmwzLjgtMy42QzcuNywwLjcsNy41LTAuMyw3LjEsMC4xeiIvPg0KPC9zdmc+DQo=");
    -moz-background-size: 0px
}

.haravan-product-widget .product-image {
    /*height: 350px;*/
    text-align: center;
    /* display: table-cell; */
    vertical-align: middle;
}

.haravan-product-widget .product-image--img {
    max-width: 100%;
    max-height: 430px;
    margin: 0 auto
}

.haravan-product-widget .no-image {
    background: url(../images/no-image.svg);
    width: 100%;
    padding-top: 100%;
    display: block
}
.haravan-product-widget .product-buy-button {
    background: #333741;
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 9px;
    outline: 0;
    padding: 12px 15px;
    font-size: 13px;
    font-weight: bold;
    max-width: 100%
}

.haravan-product-widget .product-buy-button:hover {
    background: #3b404b
}

.haravan-product-widget .product-title {
    max-height: 63px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.haravan-product-widget .product-options {
    margin-top: 10px;
    display: inline;
    float: left;
    min-width: 120px
}

.haravan-product-widget.error {
    display: inline-block;
    background-color: #fae1e1
}

.haravan-product-widget.error .error-content {
    margin-left: 10px;
    margin-right: 10px
}

.haravan-product-widget.error .error-title {
    font-size: 19px
}

.haravan-product-widget.mnml .product-details {
    padding: 8px;
    margin-top: 10px
}

.haravan-product-widget.mnml .product-title {
    font-size: 22px;
    font-weight: 500;
    display: none
}

.haravan-product-widget.mnml .product-image--img {
    display: block
}

.haravan-product-widget.mnml .product-price {
    font-size: 18px;
    font-weight: 300;
    margin: 5px 0 0
}

.haravan-product-widget.mnml .product-price p {
    margin: 0;
    display: inline-block;
}
.product-price span{
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    left: 0;
    bottom: 0;
    display: block;
    background: rgba(232, 211, 0, 0.89);
    padding: 5px 10px;
    width: 83px;
    height: 19px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;

}
.haravan-product-widget.mnml .product-options {
    margin-top: 10px;
    display: inline;
    float: left
}

.haravan-product-widget.mnml .product-buy-button {
    background: #78b657;
    border-radius: 3px;
    margin: 10px 0 0 0;
    font-size: 15px;
    width: 30%;
    float: right;
    text-align:center
}

.haravan-product-widget.mnml.widget-size-medium .product-title {
    font-size: 20px
}

.haravan-product-widget.mnml.widget-size-medium .product-details {
    margin-top: 0;
    text-align: center
}

.haravan-product-widget.mnml.widget-size-medium .product-options {
    width: 100%
}

.haravan-product-widget.mnml.widget-size-medium .product-options select {
    width: 100%;
    height: 35px
}

.haravan-product-widget.mnml.widget-size-medium .product-buy-button {
    padding: 9px 0;
    margin: 6px 0 0 0;
    float: none;
    width: 100%
}

.haravan-product-widget.mnml.widget-size-medium .hr--narrow {
    display: block;
    margin: 8px auto 0px;
    width: 40%
}

.haravan-product-widget.mnml.widget-size-compact .product-title,.haravan-product-widget.mnml.widget-size-small .product-title {
    font-size: 16px
}

.haravan-product-widget.mnml.widget-size-compact .product-details,.haravan-product-widget.mnml.widget-size-small .product-details {
    margin-top: 0;
    text-align: center
}

.haravan-product-widget.mnml.widget-size-compact .product-options,.haravan-product-widget.mnml.widget-size-small .product-options {
    margin-top: 10px;
    width: 100%
}

.haravan-product-widget.mnml.widget-size-compact .product-options select,.haravan-product-widget.mnml.widget-size-small .product-options select {
    width: 100%;
    height: 35px
}

.haravan-product-widget.mnml.widget-size-compact .product-buy-button,.haravan-product-widget.mnml.widget-size-small .product-buy-button {
    padding: 9px 0;
    margin: 6px 0 0 0;
    float: none;
    width: 100%
}

.haravan-product-widget.mnml.widget-size-compact .hr--narrow,.haravan-product-widget.mnml.widget-size-small .hr--narrow {
    display: block;
    margin: 8px auto 0px;
    width: 40%
}

@media screen and (max-width: 400px) {
    .haravan-product-widget.mnml.widget-size-large .product-buy-button,.haravan-product-widget.mnml.widget-size-grande .product-buy-button {
        width: 100%
    }

    .haravan-product-widget.mnml.widget-size-large .product-options,.haravan-product-widget.mnml.widget-size-grande .product-options {
        width: 100%
    }
}

.haravan-product-widget.artgallery .product-title {
    display: block;
    margin: 4px 0;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.haravan-product-widget.artgallery .product-price {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    margin: 4px 0px;
    width: 100%
}

.haravan-product-widget.artgallery .product-price p {
    margin: 0;
    display: inline-block;
}
.product-details{
    text-align: center;
}
.product-details del{
   color: #808080;
}
.haravan-product-widget.artgallery .product-options {
    margin: 0px 0;
    width: 100%;
    height: 24px;
}

.haravan-product-widget.artgallery .product-buy-button {
    background: #a8a8a8;
    padding: 7px 15px;
    margin: 5px 0;
    height: 40px;
    width: 100%;
    clear: left

}

.haravan-product-widget.artgallery.widget-size-compact .select-price,.haravan-product-widget.artgallery.widget-size-small .select-price,.haravan-product-widget.artgallery.widget-size-medium .select-price {
    height: 34px
}

.haravan-product-widget.artgallery.widget-size-compact .product-title,.haravan-product-widget.artgallery.widget-size-small .product-title,.haravan-product-widget.artgallery.widget-size-medium .product-title {
    font-size: 16px
}

.haravan-product-widget.artgallery.widget-size-compact .product-buy-button,.haravan-product-widget.artgallery.widget-size-small .product-buy-button,.haravan-product-widget.artgallery.widget-size-medium .product-buy-button {
    margin-bottom: 3px
}

.haravan-product-widget.centered {
    padding: 10px
}

.haravan-product-widget.centered .product-details {
    margin: 9px 0 0 0;
    text-align: center
}

.haravan-product-widget.centered .product-title {
    margin-bottom: 5px;
    font-size: 18px
}

.haravan-product-widget.centered .product-price {
    color: #444;
    font-size: 18px;
    font-weight: 300
}

.haravan-product-widget.centered .product-price p {
    margin: 5px auto
}

.haravan-product-widget.centered .product-options {
    margin: 3px 0 6px;
    width: 100%
}

.haravan-product-widget.centered .product-options select {
    min-width: 100px;
    width: 60%
}

.haravan-product-widget.centered .product-buy-button {
    width: 100px;
    margin: 0
}

.haravan-product-widget.centered.widget-size-compact,.haravan-product-widget.centered.widget-size-small {
    width: 86%
}

.haravan-product-widget.centered.widget-size-compact .product-options,.haravan-product-widget.centered.widget-size-small .product-options {
    margin: 5px 0 10px
}

.haravan-product-widget.centered.widget-size-compact .product-options select,.haravan-product-widget.centered.widget-size-small .product-options select {
    height: 35px;
    width: 95%
}

.haravan-product-widget.centered.widget-size-compact .product-title,.haravan-product-widget.centered.widget-size-small .product-title {
    font-size: 16px
}

.haravan-product-widget.centered.widget-size-compact .product-buy-button,.haravan-product-widget.centered.widget-size-small .product-buy-button {
    margin: 0
}

.haravan-product-widget.centered.widget-size-medium {
    width: 90%
}

.haravan-product-widget.centered.widget-size-medium .product-options select {
    height: 35px;
    width: 95%
}

.haravan-product-widget.centered.widget-size-medium .product-title {
    font-size: 16px
}

.haravan-product-widget.centered.widget-size-large {
    width: 91%
}

.haravan-product-widget.centered.widget-size-grande {
    width: 90%
}

@media screen and (max-width: 200px) {
    .haravan-product-widget.centered.widget-size-large,.haravan-product-widget.centered.widget-size-grande {
        width: 88%
    }
}

.haravan-product-widget.simple .product-details {
    padding: 4px 8px 0
}

.haravan-product-widget.simple .product-title {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.haravan-product-widget.simple .product-price {
    font-size: 18px;
    font-weight: 300
}

.haravan-product-widget.simple .product-price p {
    margin: 5px 0 0;
    display: inline-block;
}

.haravan-product-widget.simple .product-options {
    margin: 20px 0 7px
}

.haravan-product-widget.simple .select-price {
    width: 100%;
    margin: 0
}

.haravan-product-widget.simple .product-buy-button {
    background: #e95c40;
    color: #fff;
    padding: 12px;
    width: 73%;
    max-width: 95px;
    float: left;
    clear: both
}

.haravan-product-widget.simple .product-buy-button:hover {
    background: #e8644a
}

.haravan-product-widget.simple.widget-size-compact .select-price,.haravan-product-widget.simple.widget-size-small .select-price,.haravan-product-widget.simple.widget-size-medium .select-price {
    height: 34px
}

.haravan-product-widget.simple.widget-size-compact .product-title,.haravan-product-widget.simple.widget-size-small .product-title,.haravan-product-widget.simple.widget-size-medium .product-title {
    font-size: 16px
}

.haravan-product-widget.simple.widget-size-medium .product-options {
    margin-top: 10px
}

.ie .haravan-product-widget select {
    padding: 0px 7px 0px 8px;
    background: none
}

.ie .haravan-product-widget img {
    border: none
}