﻿@font-face {
    font-family: 'TTNormExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('TTNormExtraBold'), url('../fonts/ttnormsproextrabold.otf');
}

@font-face {
    font-family: 'TTNormDemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('TTNormDemiBold'), url('../fonts/ttnormsprodemibold.otf');
}

@font-face {
    font-family: 'TTNormRegular';
    font-style: normal;
    font-weight: normal;
    src: local('TTNormRegular'), url('../fonts/ttnormsproregular.otf');
}

.strikethrough {
    text-decoration: line-through;
}

.discountPrice {
    color: red;
}

#left-div {
    display: inline-block;
    font-size: initial;
    /* IE 7 hack */
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.custom-form-group {
    margin-bottom: 15px;
}

    .custom-form-group label {
        margin-left: -15px;
    }

.row {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
}

#preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
}

.navbar {
    background: #10204C;
}

.navbar-brand > img {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    height: 100%;
}


@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin: 10px 0 0 0px;
    }
}

.dropdown {
    background: #10204C;
    color: #10204C;
}

.dropdown-menu {
    background: #10204C;
    color: #fff;
}

    .dropdown-menu > li > a {
        padding: 10px 5px;
        color: #fff;
    }

        .dropdown-menu > li > a:hover {
            padding-left: 10px 5px;
            color: #10204C;
            background-color: #fff;
        }

    .dropdown-menu .divider {
/*        height: 1px;*/
        margin: 0;
/*        overflow: hidden;
        background-color: #e5e5e5;*/
    }

@media (min-width: 995px) {
    .search-bar {
        height: 29px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        position: relative;
        width: 650px;
        background-color: white;
    }
}

@media (max-width: 995px) {
    .search-bar {
        height: 32px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        position: relative;
        width: 400px;
        background-color: white;
        top: -4px;
    }


    .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: left;
    }

    .col-md-3 {
        width: 25%;
    }

}

@media (max-width: 450px) {
    .search-bar {
        height: 35px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        position: relative;
        width: 100%;
        background-color: white;
        border: 1px solid #10204C;
        margin-bottom: 25px;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: -15px;
    }

    .navbar-nav {
        margin: 0;
    
    }

    .account-dropdown  {
        padding-left: 0px;
        margin-top: 10px !important;
    }

    .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: left;
    }

    .col-md-3 {
        width: 50%;
    }

    .open > .dropdown-menu {
        position: relative;
    }

    .input-group[class*=col-] {
        display: contents;
    }

    .page-header {
        font-size: 18px !important;
    }

    .row > .col-md-5 > img {
        width: 50%;
    }

    .col-item .photo img {
        margin: 0 auto;
        width: 50%;
    }

    .form-horizontal > .custom-form-group > .col-md-3 {
        width: 100%;
    }

}

.search-bar .sfield {
    width: 90%;
}

.search-bar .searchbutton {
    position: absolute;
    top: 17%;
    right: 5px;
    height: 20px;
    width: 20px;
}

.sfield {
    float: left;
    margin: 4px 0 0 8px;
    color: #10204C;
    /*background: transparent;*/
    border: 0;
    outline: none;
    /*max-width: 800px*/
}

.page-header {
    border-bottom: none;
}

img.basket {
    width: 30px;
    height: 30px;
}

img.account {
    width: 30px;
    height: 30px;
}

.remove-cart-icon {
    width: 20px;
    height: 20px;
}

.dropdown-cart {
    margin: -15px 0 0 0;
}

.account-dropdown {
    margin: 15px 0 0 0;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

.col-item {
    border: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #10204C;
}

.col-item > .info > .row {
    text-align: center;
    color: #10204C;
    font-weight: bold;
}



.col-item .btn-details {
    text-align: center;
    width: 100%;
}

.btn-sockshop {
    background-color: #10204C;
    color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .btn-sockshop:hover {
        background-color: #fff;
        color: #10204C;
        border: 1px solid #10204C;
    }

.btn-default {
    background-color: #10204C;
    color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .btn-default:hover {
        background-color: #fff;
        color: #10204C;
        border: 1px solid #10204C;
    }

.btn-primary {
    background-color: #10204C;
    color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .btn-primary:hover {
        background-color: #fff;
        color: #10204C;
        border: 1px solid #10204C;
    }

.btn-success {
    background-color: #10204C;
    color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .btn-success:hover {
        background-color: #fff;
        color: #10204C;
        border: 1px solid #10204C;
    }


.col-item .info > .description {
    min-height: 65px;
    font-family: TTNormDemiBold !important;
    font-size: 16px;
    color: #000000;
}

.col-item .description .price h5 {
    font-family: TTNormDemiBold !important;
    font-size: 16px;
    color: #000000;
}

.alert-info {
    color: #fff;
    background-color: #10204C;
    border: none;
}

.top-page-text {
    font-family: TTNormExtraBold !important;
    color: #10204C;
    font-size: 24px;
    margin-bottom: 20px;
}

.middlerow {
    text-align: center;
}

a.btn > btn-sockshop:hover {
    color: #fff;
}

@media (min-width: 992px) {
    .col-md-3 {
        width: 20%;
    }
}

.pagination
{
    margin: 3px;
}

.pagination > li > a, .pagination > li > span {
    color: #10204C;
    border: 1px solid #10204C;
}

    .pagination > li > a:hover, .pagination > li > span:hover {
        color: #fff;
        border: 1px solid #10204C;
        background-color: #10204C;
    }

.style-count-found {
    font-family: TTNormDemiBold !important;
    color: #10204C;
    font-size: .83em !important;
}

.page-header {
    font-family: TTNormExtraBold !important;
    font-size: 24px;
    color: #10204C;
    margin: 10px 0 10px 0;
    padding-bottom: 2px;
}

h5 {
    font-family: TTNormDemiBold !important;
    color: #10204C !important;
    margin: 2px !important;
    font-size: .83em !important;
}

.small-img-preview {
    float: right;
    width: 80px;
    height: 80px;
}
.small-img-preview-left {
    width: 80px;
    height: 80px;
}

.small-img-preview-cart {
    float: left;
    width: 80px;
    height: 80px;
}

td.product-row-itemno {
    vertical-align: middle;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #F4F4F4;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #E5E5E5;
}


input.qty-to-order {
    border: 1px solid #10204C;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.row .text-input {
    border: 1px solid #10204C;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.text-input {
    border: 1px solid #10204C;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /*outline: none;*/
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

.text-input-notes {
    border: 1px solid #10204C;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    /*outline: none;*/
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

.text-input {
    margin-bottom: 2px;
}

.panel-heading{
    font-weight: bold;
}

.order-header-no {
    text-transform: uppercase;
    font-family: TTNormExtraBold !important;
    color: #10204C;
    font-size: 24px;
    margin-bottom: 20px;
}

.order-header-summary {
    text-transform: uppercase;
    font-family: TTNormExtraBold !important;
    font-size: 24px;
    color: #10204C;
}

.bold {
    font-weight: bold;
}


.float-left {
    float: left;
}

.float-right{
    float: right;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    margin-bottom: 15px;

}

.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

.fixed-table-container {
    margin-bottom: 10px;
}

.new-image {
    /*float: left;*/
    height: 15%;
    width: 15%;
}