﻿body {
}
@media (max-width: 450px){
.ecommerce .steps-block h2 {
    font-size: 22px;
}
}

@media (max-width: 390px){
.ecommerce .steps-block h2 {
    font-size: 22px;
    padding-top: 2px;
}
}

@media (max-width: 767px) {
    .header .header-navigation {
        padding: 0 10px;
        display: block;
        margin: 0 0 10px 0;
    }

    #Information table td {
        font-size:11px;
    }
    .ecommerce h1 {
    font-size: 18px;
}

}

.yourdiv h4 {
        color: #EC3137;
        font-weight:bold;
}

.owl-item .product-item {
    padding: 12px 12px 16px;
    background: #fff;
    position: relative;
    border: 1px solid #ECB5A4;
    border-radius: 3px;
}
.owl-item .product-item:hover {
    box-shadow: 5px 5px rgba(234, 234, 234, 0.9);
    border: 1px solid #e84d1c;
}

.product-list .product-item {
    margin-bottom: 30px;
}
 #buttonrow {
    position: static;          
    width: 100%;      
    padding-top: 3px;      
    padding-bottom: 8px;    
    text-align: right;
}
   #buttonrow .cart 
    {
        display: inline-block;
        display: -moz-inline-stack;
        vertical-align: middle;
        margin-right: 0px;
    }

 #buttonrow .cart a
         {
            background-color: #EC3137;
            background-position: 0px -30px;
            background-repeat: no-repeat;
            height: 30px;
            width: 36px;
            display: block;
            text-align: center;
            color: #fff;
            padding-top: 6px;
                border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
        }
#buttonrow .cart i {
        font-size: 22px;
            float: left;
    padding-left: 8px;
    }

#buttonrow .compare i {
        font-size: 14px;
    }

 #buttonrow .compare {
        display: inline-block;
        display: -moz-inline-stack;
        vertical-align: middle;
    }
#buttonrow .compare a {
        width: 40px;
        height: 30px;
        display: block;

        color: #000;
        background-color: #E0E0E0;
        text-align: center;
        padding-top: 6px;
            border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    }
