.checkbox label, .radio label {
    padding-right: 20px;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-right: -20px;
}

.breadcrumb > li:before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.breadcrumb > li:after {
    border: none;
}

#search input {
    padding-right: 20px;
}

.product-list .product-meta {
    padding: 0;
    min-height: inherit;
    border: none;
    overflow: hidden;
    width: 75%;
    position: inherit;
    display: inline;
}

.product-meta {
    text-align: right;
}

.product-list .product-thumb .image {
    margin-left: 3%;
    margin-right: inherit;
}

.product-list .image {
    float: right !important;
}

@media (min-width: 992px){
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: right;
    }
}

.width-auto {
    width: auto;
    display: inline;
    max-width:150px;
}

body {
    background-color: #15274c;
    padding-top:50px
}

#page {
    background-image: url("/image/bg-min.png");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: contain;
}

header {
    background: #fafafa;
    background: transparent;
    position: relative;
    min-height: 50px;
}

#top{
    margin-top:-50px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}


#cart,#cart .fa.fa-shopping-cart,#cart .fa.fa-share {
    margin: 0;
    color: #EFCA00 !important;
}

#search .button-search{
    background-color: #f5f5f5;
}

#cart>button{
    background: transparent;
    border: none;
    display: inline-table;
    width: 100%;
    margin: 0;
    padding: 0;
}
#cart>button>span{
    display: inherit;
}

#cart .dropdown-menu {
    min-width: 250px;
}

#logo img {
    max-width: 200px;
}

@font-face {
    font-family: 'AraJozoor-Regular';
    src: url('../font/AraJozoor-Regular.eot');
    src: local('☺'), url('../font/AraJozoor-Regular.woff') format('woff'),
            url('../font/AraJozoor-Regular.ttf') format('truetype'),
            url('../font/AraJozoor-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: AraJozoor-Regular;
    letter-spacing: 0em;
}
#menu .nav > li > a{
    font-family: AraJozoor-Regular;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    color: #2b2b2b;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: #e63131;
    color: ghostwhite;
}

#search-inner input {
    z-index: 1;
    right: 49px;
    width: 250px;
}

#search-inner:hover input {
    z-index: 1;
    right: 49px;
    width: 250px;
}

.pdf_language span {
    line-height: 24px;
    float: none !important;
}


@media (max-width: 768px){
    #menu.affix{
        position: inherit;
    }
    #menu {
        border-radius: 0px;
    }
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-left: 15px;
        margin-right: 15px;
    }
    header {
        margin-bottom: 10px;
        padding-top: 30px;
    }
}

.product-grid .caption,.product-grid .button-group{
    text-align: center;
}

.product-thumb .button-group button , .product-thumb .button-group button .fa ,#list-view .fa , #grid-view .fa{
    color:#888;
}

.product-thumb .button-group button:hover .fa{
    color:#fff;
}

.cart-menu .dropdown-menu{
    overflow-y: scroll;
    max-height: 350px;
}

.input-group .form-control{
    width: auto;
}

.bootstrap-touchspin{
    max-width: 115px;
    display: inline-flex;
}

.bootstrap-touchspin span:first-child{
    padding-right:3px;
}