li.dropdown:hover > .dropdown-cart {
    display: block;
}
ul.dropdown-cart{
    min-width:250px;
}
ul.dropdown-cart li .item{
    display:block;
    padding:3px 10px;
    margin: 3px 0;
}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-cart li a:hover {
    background: none;
}

ul.dropdown-cart li .item-left{
    float:left;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info{
    float:left;
}
ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;
}
ul.dropdown-cart li .item-left span.item-info span{
    display:block;
}
ul.dropdown-cart li .item-right{
    float:right;
}
ul.dropdown-cart li .item-right button{
    margin-top:14px;
}

.top-cart .thumb {
    width: 45px;
}

.flag-ico {
    width: 22px;
    margin-right: 5px;
}

.manufacturer_img {
    max-width: 250px;
}

.variant_cart_form .add_to_cart_form .input_holder {
    width: 110px;
}

.variant_cart_form .add_to_cart_form_simple .input_holder {
    width: 60px;
}

.add_to_cart_form .input_holder {
    width: 250px;
}
.add_to_cart_form .input_holder input {
    text-align: center;
}

.variant_cart_form .input_holder input {
    padding: 5px;
    height: 22px;
    border-right: 0;
}

.variant_table img {
    width: 30px;
}

.cart_checkout_table img {
    width: 45px;
    margin-right: 5px;
}

.custom-search-input {
    margin:0;
    margin-top: 10px;
    padding: 0;
    float: none;
    min-width: 300px;
    width: auto;
    position: relative;
}

.navbar .custom-search-input {
    float: right;
}

.custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.custom-search-input button,
.custom-search-input button.btn {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 5px 7px;
    margin-top: 2px;
    position: absolute;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#D9230F;
}