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;
}

.home_banner .item .caption .big-text a {
    -ms-word-break: break-all;
    -ms-word-wrap: break-all;
    -webkit-word-break: break-word;
    -webkit-word-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
@media only screen and (max-width: 350px) {
    .home_banner .item .caption .big-text a {
        font-size: 28px;
    }
}

.tos_info_wrapper article.tos_show {
    padding: 0 15px !important;
}

div.cookie-tos-footer {
    background-color: #103D77 !important;
    color: white !important;
}

.accept-cookie-btn {
    background-color: rgba(227, 11, 93, 1) !important;
    border-radius: 4px !important;
    border: none !important;
    color: white !important
}

.accept-cookie-btn:hover, .accept-cookie-btn:active, .accept-cookie-btn:focus {
    color: #FFFFFF !important;
    background-color: rgba(227, 11, 93, 1) !important;
    border-radius: 4px !important;
    border: none !important;
}

@media only screen and (min-width: 1200px) {
    .topbar_social_icons_menu {
        float:right !important;
    }
}

@media only screen and (max-width: 500px) {
    .topbar_social_icons_menu {
        margin-left: 0 !important;
    }
}