.widget-no-shadow .widget {
    box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.widget{
    width: 100%;
    display: inline-block;
    background: white;
    box-shadow: 0px 0px 10px #e8e8e8;
    -ms-box-shadow: 0px 0px 10px #e8e8e8;
    -webkit-box-shadow: 0px 0px 10px #e8e8e8;
    -moz-box-shadow: 0px 0px 10px #e8e8e8;
    margin-top: 10px;
}

.widget-title-container {
    display: flex;
    align-items: center;
    padding: 20px 35px;
    border-bottom: 1px solid #e8e8e8;
    justify-content: space-between;
}

.widget-title-prefix {
    width: 6px;
    height: 20px;
    background: #4153B4;
}

.widget-title-text,
.widget-title-tag-text {
    color: #363636;
    font: 16px 'Heebo';
    font-weight: bold;
    margin: 0 12px;
    width: 100%;
    text-transform: uppercase;
}

.widget-link {
    color: #4153B4;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.widget-link:hover {
    text-decoration: none;
}

.widget-link .icon-angle-down {
    transform: rotate(-90deg);
    font-size: 20px;
    margin-left: 10px;
}

.feature-product-carousel, .feature-image-carousel{
    display: none;
    padding: 20px 35px;
}
.feature-product-list, .feature-image-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 35px;
}
.feature-product-name, .feature-image-title{
    font-size: 14px;
    color: #363636;
    height: 50px;
    min-height: 50px;
    word-break: break-word;
}
.feature-product-name {
    margin-top: 15px;
}
.feature-image-title {
    margin: 0 10px;
}
.feature-product-info, .feature-image-info{
    width: 178.33px;
    text-align: center;
    position: relative;
}
.feature-product-image, .feature-image {
    width: 130px;
    height: 130px;
    margin: auto;
}
.feature-product-price-main{
    font-size: 12px;
    color: #1b5294;
}
.feature-product-price{
    color: #1b5294;
    font: 16px 'Heebo';
    font-weight: bold;
}
.on-sale-feature-product .feature-product-original-price{
    color: black;
    text-decoration: line-through;
}
.on-sale-feature-product .feature-product-price {
    color: #E61212;
    font: 16px 'Heebo';
    font-weight: bold;
}
.add-to-cart-form{
    width: 100%;
}
a.feature-product-add-to-cart-btn{
    display: inline-block;
}
.feature-product-add-to-cart-btn {
    width: 83px;
    height: 28px;
    font-size: 11px;
    color: #1F2B58;
    border-radius: 3px;
    background: #FFC300;
    font-weight: bold;
    padding: 2px;
    line-height: 23px;
    border: 0;
}
.feature-product-add-to-cart-btn:hover{
    background: #E5AF00 !important;
    color: #1F2B58;
}
.min-title {
    margin: 0;
}
.full-title {
    margin: 0 5px;
}
.widget.collection-content-widget {
    box-shadow: unset;
}
.widget.collection-content-widget .widget-title-container,
.widget.collection-content-widget .feature-product-list,
.widget.collection-content-widget .feature-image-list {
    padding: 20px 0;
}

.widget-section > .widget.collection-content-widget {
    box-shadow: 0px 0px 10px #e8e8e8;
    -ms-box-shadow: 0px 0px 10px #e8e8e8;
    -webkit-box-shadow: 0px 0px 10px #e8e8e8;
    -moz-box-shadow: 0px 0px 10px #e8e8e8;
}
.widget-section > .widget.collection-content-widget .widget-title-container,
.widget-section > .widget.collection-content-widget .feature-product-list,
.widget-section > .widget.collection-content-widget .feature-image-list {
    padding: 20px 35px;
}