/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
 
.js-address-form input:required {
 /** border: 1px dashed red;**/
}

/* end only demo styles */

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
  left: -4%;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
        content: "✓";
    font-family: 'FontAwesome';
    background: #021689;
    color: #fff;
}

.product-ecotax {
    padding: 10px 0;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
}
.row.medfeaturespictures {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.medfeaturespictures div {
    text-align: center;
    width: auto;
}
.medfeaturespictures div.clearfix {
    display: none;
}
.medfeaturespictures img {
    min-width: 70px;
	max-height: 70px;
	width:auto;
}
#product .row.medfeaturespictures {
    padding-bottom: 0;
}
.image-with-warranty {
    position: relative;
}
.warranty-image svg {
      width: 60px;
    max-width: 10vw;
    min-width: 40px;
}
.warranty-image {
    position: absolute;
    right: 25px;
    bottom: 25px;
}
#product .prod_free_delivery {
    width: 14vw;
    min-width: 100px;
    max-width: 200px;
}
.custom-alert li{
	    display: flex;
	align-items: center;
} 
.custom-alert .i-empty-box {
    width: 40px;
    padding-right: 15px;
}
.custom-alert .i-empty-box svg{
width: 100%;
}
.custom-alert {
    background-color: #fff9b8;
}
.custom-alert.alert-success {
    background-color: #dff0d8;
}
.custom-alert ul {
    margin: 0;
}
.custom-alert.alert-success .i-empty-box {
    width: 25px;
}
.fmm_featuredcategories {
    display: flex;
    flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    margin-bottom: 100px;
}
.fmm_featuredcategories .element-block_1 {
   height: 100%;
    display: flex;
        flex-direction: column-reverse;
        width: 25%;
}
.fmm_featuredcategories .cat-title_1 {
    position: unset;
        padding-top: 10px;
    margin-bottom: 15px;
}
.product-miniature .full-price {
    text-decoration: line-through;
    font-size: 16px;
    line-height: 1;
        color: #515151;
}
.alma-pp-container.ps17 .alma-payment-plans-container {
    width: auto;
    max-width: 368px;
}
.home_categories_list img {
    min-height: 98px;
	min-width:98px;
}
.home_categories_list img,
.product-miniature .thumbnail.product-thumbnail img{
	transition:all 0.2s; 
}
.product-miniature .thumbnail.product-thumbnail img{
	min-height:100px;
}
img.lazyload{
	opacity:0;
}
img.lazyloaded{
	opacity:1;
}
#payment-confirmation .btn.btn-primary {
        max-width: unset;
}
@media (min-width: 1921px){
.homepage_slider {

    transform: translateX(-50%);
    left: 50%;
}
}
@media only screen and (min-width: 768px){
#search_widget {
    float: left;
}
}
@media (max-width: 991px){
.fmm_featuredcategories .element-block_1 {
    width: 33.333%;
}
}
@media (max-width: 767px){
    .fmm_featuredcategories .element-block_1 {
   width: 50%;
}
    .fmm_featuredcategories {
    flex-wrap: wrap;
}
.warranty-image {
    right: 5px;
    bottom: 5px;
}
}
