﻿/******************************** 
   Theme Overrides
*********************************/
select::-ms-expand {
    display: none;
}

.modal-dialog{
    overflow-y: initial !important
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 40%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-body{
    max-height: 300px;
    overflow-y: auto;
}

.main-header .logo {
    padding-top: 0;
}

.wrap-block-cl .language {
    /*float: right !important;*/
    border-right: none;
    width: auto !important;
    
}

.text-info a {
    color: #31708f;
}

.text-info a:hover, .text-info a:focus {
    color: #fd7400;
}

.option3 .wrap-block-cl .user-info {
    padding: 0 25px 0 15px !important;
}

.owl-controls {
    border-left: none !important;
}

.products .product-container:hover .product-thumb .product-img:before {
    opacity: 0.1 !important;
    filter: alpha(opacity=10) !important;
}

.products .product-container.grid {
    padding: 10px 10px 25px;
    height: 330px;
}

.product-container.grid .box-qty {
    float: none !important;
}

.product-list-item-left .product-name {
    font-size: 20px;
}

.prod-sug-list-item .product-name {
    font-size: inherit !important;
}
.product-name {
    /*font-size: 15px;*/
    /*font-weight: bold;*/
}

.display-product-option li.view-as-quicklist span {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    cursor: pointer;
    text-indent: -9999px;
    background: url("../../Default/images/quicklist-view-bg.png") 0 0 #666;
}

.display-product-option li.view-as-quicklist:hover span, .display-product-option li.view-as-quicklist.selected span{
    background-color: #5a88ca;
    background-position: 0 -30px
}
.desc {
   /* font-weight: bold;*/
}

.block-list-category > ul > li.active.no-child::after {
    background: none;
}

.block-list-category > ul > li.no-child::after {
    background: none;
}

ul.products.list > li.product {
    width: 100%;
}

.block-mini {
    line-height: 14px;
    font-size: 12px;
}

.option3 .block.block-mini .block-head {
    padding: 0 20px !important;  
    
}

.block-mini .product-container {
    font-size: 10px;
    line-height: 12px;
}

.block-mini .product-container .product-name {
    font-size: 11px;    
}

.block-mini .product-container .product-container {
    /*text-align: center;*/
}

.block-mini .product-container .product-thumb {
    max-height: 50px;
}

.block-mini .product-container .product-thumb img {
    max-height: 50px;
    max-width: 50px;
}



.block-product-info .box-qty input.quantity {
    width: 50px;

}
/*
.box-qty {
    float: right !important;
}
    */

.block-product-info .box-qty{
    float: right !important;
}
.box-qty input.quantity {
    float: left;
    width: 120px !important;
    height: 30px;
    text-align: right !important;
}

.block-wrap-cart .iner-block-cart {
    background: none !important;
}

.box-qty .quantity-minus, .childrenrows .box-qty .quantity-minus, .box-qty .quantity-plus, .childrenrows .box-qty .quantity-plus {
    border: 1px solid #eaeaea;
    display: inline-block;
    float: left;
    font-size: 0;
    height: 30px;
    text-align: center;
    width: 35px;
}

.quantity-plus {
    font-size:30px !important;
    color: #00ff00;
    background:none !important;
    cursor: pointer;
}

.quantity-plus:hover {
    background:none !important;
    font-weight: bold;
    color: #00ff00;
}

.quantity-minus {
    font-size:30px !important;
    color: #ff0000;
    background:none !important;
    cursor: pointer;
}

.quantity-minus:hover {
    background:none !important;
    font-weight: bold;
    color: #ff0000;
}

.quantity-plus.disabled, .quantity-minus.disabled {
    cursor: default !important;    
    color: #fff;
}

.mini-cart-list {
    font-size: 11px;
}

.page-order ul.step li {
    width: 33.33% !important;
}


.advanced-search .search-input > input {
    max-width: 100%;
    width: 100% !important;
}

.advanced-search .search-input.inner-addon > input {
    padding-left: 30px !important;
    height: 34px !important;
}

.option3 .main-header .logo {
    text-align: left;
}

.block-wrap-cart .iner-block-cart > a .total {
    margin-right: 10px;
}

.category-products .product-name {
    font-size: 20px;
}

.category-products .products.list .product-container {
    padding: 10px;
}

.block-tabs {
    margin-top: 10px !important;
}

.block .block-inner {
    padding: 10px !important;
}
.block-list-category {
    padding: 10px;
}
.block-filter {
    padding: 0 10px 10px 10px;
}

.advanced-search #type-select-button {
    width: 100% !important;
    background: none;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    height: 30px;
    position: relative;
    min-width: 135px;
}

.advanced-search #type-select-button span.ui-selectmenu-text {
    line-height: inherit;
    color: #333;
    font-weight: normal;
    line-height: 20px;
}

.option3 .advanced-search #type-select-button span.ui-selectmenu-text {
    line-height: 26px;
}



.option3 #type-select-menu .ui-state-focus {
    background: #fd7400;
}

#type-select-menu {
    background: #fff;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

#type-select-menu .ui-state-focus {
    border: none;
    font-weight: normal;
    background: #5a88ca;
    color: #fff;
}

#type-select-menu .ui-menu-item {
    padding: 3px 15px;
}

.advanced-search .search-category {
    max-width: 290px !important ;

}

.wrap-block-cl .inner-cl > .notification {
    height: 40px;
    float: left;
    border-right: 1px solid #eaeaea;
    padding: 0 15px;
    text-align: center;
    line-height: 40px;
}

.wrap-block-cl .notification > .dropdown-menu {
    left:-100px;
    width:300px;
}

.wrap-block-cl .inner-cl > .notification > a {
    color: #fd7400;
}

.wrap-block-cl .inner-cl > .notification > a:after {
    display: none;
}

    .wrap-block-cl .inner-cl > .notification > a .label.counter {
        font-size: 6pt;
        margin-left:5px;
    }

.wrap-block-cl .inner-cl > .notification .list-group-item.unread .list-group-item-heading {
    font-weight:bold;
}


.sortPagiBar .sortPagiBar-inner .free-search-wrapper {
    display: inline-block;
    float: left;
    height: 30px;
    margin-right: 30px;
    width: auto;
    min-width: 33%;
}