@font-face {
    font-family: DinCondensed;
    font-style: normal;
    font-weight: bold;
    src: url("fonts/DIN Condensed Bold.ttf") format("truetype");
}
@font-face {
    font-family: DinAlternate;
    font-style: normal;
    font-weight: bold;
    src: url("fonts/DIN Alternate Bold.otf") format("opentype");
}
@font-face {
    font-family: Roadgeek;
    font-style: normal;
    font-weight: bold;
    src: url("fonts/Roadgeek 2005 Mittelschrift.ttf") format("truetype");
}
body {
    font-family: "Roadgeek", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #231f20;
    background-color: #f7f7f7;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "DinCondensed", Helvetica, Arial, sans-serif;
    color: #231f20;
}
/* default font size */
.fa, .fab {
    font-size: 18px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 40px;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18x;
}
a {
    color: #231f20;
}
a:hover {
    color: #ed2027;
    text-decoration: none;
}
legend {
    font-size: 27px;
    padding: 7px 0px
}
label {
    font-size: 16px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 16px;
}
.input-group .input-group-addon {
    font-size: 16px;
    height: 30px;
}
.input-group .input-group-btn .btn {
    padding: .375rem .75rem;
}
.form-control {
    color: #404042;
    background: transparent;
    border: none;
    border-bottom: 1px solid #999999;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    padding: 0.5rem 0rem 0rem 0rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}
.form-control:focus {
    border-bottom: 2px solid #404042;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #231f20;
}
.form-control.error {
    border-bottom: 2px solid #ed2027;
    color: #ed2027;
}
.col-form-label {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 0;
    padding-top: 12px; 
}
textarea.form-control, textarea.form-control:focus {
    background-color: #f7f7f7;
    border: 1px solid #999999;
    padding: 2px 5px;
}
/* Heading text */
.section-heading {
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 17px;
    margin-left: 0px;
    margin-right: 0px;
} 
.heading-underline {
    border-bottom: 5px solid #ed2027;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label:after {
    content: '*';
    color: #ed2027;
    font-weight: bold;
}
div.required .col-form-label:after {
    content: '*';
    color: #ed2027;
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #eeeeee;
}

/* Header */
header {
    font-family: "DinCondensed", Helvetica, Arial, sans-serif;
    background-color: #f7f7f7;
    padding-bottom: 5px;
    padding-top: 15px;
    -webkit-box-shadow: 0 3px 6px 0px #999;
    -moz-box-shadow: 0 3px 6px 0px #999;
    box-shadow: 0 3px 6px 0px #999;
}

/* top */
#top {
    font-family: "Roadgeek", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #000102;
    border-bottom: 1px solid #000102;
    padding: 4px 0px 3px 0;
    min-height: 40px;
}
#top .container {
    padding: 0 0px;
}
#top .btn-link, #top-links li, #top-links a {
    color: #ffffff;
    text-decoration: none;
    padding-left: 2px;
    padding-right: 3px;
    width: auto; 
    text-align:left;
    cursor: pointer;
}
#top-links {
    padding-top: 6px;
}
#top-links .dropdown-menu {
    background-color: #f7f7f7;
    padding-bottom: 0;
    min-width: 8rem;
    margin: 0.5rem 0 0;
}
.language-select {
    font-size: 14px;
    color: #000 !important;
}

/* logo */
#logo {
    margin: 0 0 10px 0;
}
/* search */
#search input {
    margin: 0;
}
.search-box {
    z-index: 1;
    position: absolute;
    top: 46px;
    right: 23%;
    width: 520px;
    height: 43px;
    display: none;
    background-color: #fff;
}
  
.search-box:before {
    content: "";
    position: absolute;
    top: -25px;
    right: 0.1%;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #ed2027;
}
  
.search-box input[type="text"] {
    width: 100%;
    height: 100%;
    font-size: 19px;
    border-top: 6px solid #ed2027;
    outline: none !important;
}

.search-box input[type="text"]:focus, .search-box input[type="text"]:active {
    outline: none !important;
    box-shadow: none !important;
}
  
@media screen and (max-width: 768px) {
    .search-box {
      width: 270px;
      right: -145%;
    }
    .search-box:before {
      top: -27px;
      right: 25%;
    }
    .search-box input[type="text"] {
      width: 100%;
      height: 100%;
    }
    .search-box input[type="button"] {
      margin-right: 12px;
    }
  }

/* cart */
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    top: 48px;
    z-index: 1001;
    border-top: 6px solid #ed2027;
    min-width: 100%;
    width: 450px;
    right: 16%;
} 
#cart .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -31px;
    right: 0%;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #ed2027;
}
#cart a {
    color: #444444;
}
#cart a:hover {
    color: #ed2027;;
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    padding: 0 10px;
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}

@media screen and (max-width: 768px) {
    #cart .dropdown-menu {
        min-width: 100%;
        width: 270px;
        right: -33%;
    } 
    #cart .dropdown-menu:before {
        right: 8%;
    }
}
/* Navbar Cart */
#navbar-cart .badge {
    position: absolute;
    top: 15%;
    right: 17%;
    padding: .5em .5em;
}
#navbar-cart .dropdown-menu {
    margin-top: 0;
}
#navbar-cart .fa {
    font-size: 22px;
}
.navbar-cart-products {
    max-height: 300px;
    overflow-y: scroll;
}
.navbar-cart-product, .navbar-cart-voucher {
    min-width: 320px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
}
.navbar-cart-product .navbar-cart-product-link {
    font-weight: 700;
}
.navbar-cart-product .navbar-cart-product-image {
    max-width: 70px;
}
.navbar-cart-products small .fa {
    font-size: 10px !important;
    cursor: pointer;
}
.navbar-cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.1rem 1rem;
    font-size: .7875rem;
}
.navbar-cart-checkout {
    border-top: 1px solid #eee;
    padding: .6rem .75rem;
}
.navbar-cart-checkout a {
    text-transform: uppercase;
    letter-spacing: 0.15rem;
}
.navbar-cart-empty {
    min-width: 200px;
}
/* menu */
#menu .navbar {
    align-items: center;
    -webkit-box-align: center;
    padding: 0.5rem 0rem;
}
#menu .navbar .nav-item {
    position: relative;
}
#menu .navbar .nav-item a.nav-link {
    color: #231f20;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 10px;
    white-space: nowrap;
}

#menu .navbar .navbar-nav li {
    margin-left: 0;
    text-align: center;
}

#navbarCollapse > ul > li:last-child a.nav-link {
    margin-right: 0rem;
}
#menu .navbar .nav-item .nav-link:hover {
    color: #ed2027;
    background-color: #f7f7f7;
}

#menu .navbar-icon-link {
    color: #000 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .4rem 0;
    margin: 0 .5rem;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1.5;
}

#menu .navbar-icon-link > .fa-search:hover, .navbar-icon-link > .fa-shopping-cart:hover, .navbar-icon-link > .fa-user:hover{
    color: #ed2027;
}

#menu .navbar-icon-link img {
    height: 22px;
    width: auto;
}
#menu .navbar-light .navbar-nav .nav-link, .navbar-nav .nav-link, .navbar-fixed-light.fixed-top .navbar-nav .nav-link {
    color: #404042;
}
#menu .navbar-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 991px){
    .navbar .nav-item {
        padding: .25rem .75rem;
    }
    .right-col {
        position: absolute;
        top: 0;
        right: 0;
    }
}

#menu .dropdown-menu {
    background-color: #f7f7f7;
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
    width: 100%;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner ul li a.nav-link {
    font-size: 14px !important;
}
#menu .see-all {
    display: block;
	font-size: 14px;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    text-align: center;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
    }
}
/* content */

#content {
    min-height: 600px;
}

/* Homepage Slider */
.home-full-slider-wrapper {
    min-height: 490px;
}
@media (min-width: 768px) {
    .home-full-slider-wrapper {
        height: 75vh;
    }
}
.home-full-slider-wrapper .carousel-item {
    min-height: 75vh;
}

.video-wrapper {
    height: 75vh;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 6px;
    background-color: #232323;
    border-top: 0;
    border-bottom: 0;
    opacity: 1;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #fff;
}

.carousel-indicators li:hover {
    background-color: rgba(255, 255, 255, .5);
}
.carousel .btn {
    background-color: #ed2027;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    border: none;
}
.carousel .btn:hover {
    background-color: #ad141a;
}
.carousel .carousel-control { 
    visibility: hidden; 
}
.carousel:hover .carousel-control { 
    visibility: visible; 
}
/* featured brands */
.featured-brands {
    padding: 7% 9%;
    border: 3px solid #b72027
}
.overlay-btn {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}
.btn-shop-now {
    font-family: "DinCondensed", Helvetica, Arial, sans-serif;
    background-color: #ed2027;
    color: #ffffff;
    border: none;
    padding: 3% 13%;
    font-size: 18px;
    letter-spacing: 2px;
}
.btn-shop-now:hover {
    background-color: #ad141a;
    color: #ffffff;
}

/* footer */
footer {
    font-family: "DinCondensed", Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #ededed;
    color: #231f20;
    line-height: 25px;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a {
    color: #231f20;
    font-weight: bold;
}
footer a:hover {
    color: #ed2027;
}
footer h5 {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

#bottom {
    font-family: "Arial", Helvetica, Arial, sans-serif;
    font-size: 0.7rem;
    color: #ffffff;
    background-color: #000102;
    padding: 4px 0px 3px 0;
    min-height: 40px;
}
#bottom a {
    color: #ffffff;
    text-decoration: underline;
}
#bottom a:hover {
    color: #a9a9ad;
}
#bottom .container {
    padding-top: 20px;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 40px 0 8px 0;
    padding: 8px 0;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '>';
    padding: 0px 5px;
}
.breadcrumb > li:before {
    content: '';
    padding: 0;
}
.pagination {
    margin: 0;
}
.page-item.active .page-link {
    background-color: transparent;
    color: #ed2027;
    border: none;
    font-size: 1.3rem;
    padding-top: 3px;
}
.page-item:first-child .page-link {
    margin-left: 0;
}
.page-link:hover {
    color: #ed2027;
    background-color: transparent;
    border: none;
}
.page-link {
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #231f20;
    background-color: transparent;
    border: none;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 16px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
    font-size: 12px;
}
.btn-sm {
    font-size: 13px;
}
.btn-lg {
    font-size: 16px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 16px;
}
.btn-group > .btn-xs {
    font-size: 12px;
}
.btn-group > .btn-sm {
    font-size: 13px;
}
.btn-group > .btn-lg {
    font-size: 16px;
}
.btn-default {
    color: #ffffff;
    background-color: #a7a7a7;
    border-color: #a7a7a7;
    box-shadow: none;
}
.btn-default:hover {
    color: #ffffff;
    background-color: #777777;
    border-color: #777777;
    box-shadow: none;
}
.btn-primary {
    color: #ffffff;
    background-color: #ed2027;
    background-repeat: repeat-x;
    border-color: #ed2027;
    box-shadow: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #ad141a;
    border-color: #ad141a;
}
.btn-secondary {
    color: #ffffff;
    background-color: #a6a7a8;
    border-color: #a6a7a8;
    box-shadow: none;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled] {
    background-color: #767778;
    border-color: #767778;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    background-color: #9f0a30;
    background-repeat: repeat-x;
    border: none;
    box-shadow: none;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    background-color: #760019;
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    background-color: #14a2b8;
    box-shadow: none;
    border-color: #14a2b8;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    box-shadow: none;
    border-color: #118799;
    background-color: #118799;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #000000;
    border-radius: 0;
}
.btn-link:hover {
    color: #ed2027;
    text-decoration: none;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}
.btn-account {
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ed2027;
    border: none;
    border-radius: 25px;
    color: #fff;
    width: 100%;
}
.btn-account:hover, .btn-account:active, .btn-account.active, .btn-account.disabled, .btn-account[disabled] {
    background-color: #ad141a;
    color: #fff;
}
.btn-rounded {
    border-radius: 25px;
}
#button-reduce-quantity, #button-add-quantity {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    height: 25px;
    width: 24px;
    display: inline-flex;
    align-items: center; 
    line-height: 9px;
}
#button-reduce-quantity:hover, #button-add-quantity:hover {
    background-color: #ed2027;
    color: #fff;
}
/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
.list-group-item {
    background-color: transparent;
    border: none;
    padding: 0 5px;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
#banner-carousel {
    width: 100%; 
}
/* product */
#price {
    font-size: 34px;
}
.price-new {
    color: #ed2027;
    font-weight: 600;
    margin: 0;
    font-size: 34px;
}
.price-old {
    text-decoration: line-through;
    font-size: 24px;
    margin: 0;
}
.radio input[type="radio"]:checked + label, .radio label:hover, .radio input[type="radio"]:checked + label img, .radio img:hover {
    text-decoration: underline;
    cursor: pointer;
    border-color: #ed2027;
}
.radio-checkbox .list-group-item {
    padding: 0 10px 0 0;
}
.input-group #input-quantity, #input-quantity:disabled {
    background: transparent;
    color:#000;
    border-radius: 0;
    -webkit-appearance: none;
} 
.noscrollbar {
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}
.noscrollbar::-webkit-scrollbar { 
    display: none;  
}
/* product list */
.product-thumb .image .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    font-size: 13px;
    border: none;
    text-align: center;
}
.product-thumb .image .reqpricebtn {
    background-color: #ff9100;
}
.product-thumb .image .reqpricebtn:hover {
    background-color: #db7908;
}
.product-thumb .image .addcartbtn {
    background-color: #ed2027;
}
.product-thumb .image .addcartbtn:hover {
    background-color: #ad141a;
}
.product-thumb .image .wishlistbtn {
    background-color: #58595b;
}
.product-thumb .image .wishlistbtn:hover {
    background-color: #3d3e3f;
}
.product-thumb .image {
    text-align: center;
    position: relative;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
}
}
.product-thumb h4 {
    font-weight: bold;
}
.product-thumb .caption {
    padding: 20px 20px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
    padding: 10px 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
    margin-left: 0;
    padding: 10px 10px;
}
.product-grid .product-thumb .caption {
    min-height: 0;
}
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    margin: 0;
}
.product-thumb .price-new {
    font-size: 18px;
}
.product-thumb .price-old {
    font-size: 15px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
.thumbnails {
    max-height: 375px;
    clear: both;
    float: left;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    display: block;
}
.image-additional {
    max-width: 250px;
}
.thumbnails .image-additional {
    margin-left: 20px;
}
#manufacturer-description img {
    max-width: 100% !important;
    height: auto !important;
}
@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* product */
.nav-tabs {
    border: none;
}
.nav-tabs .nav-link {
    border: none;
    font-size: 20px;
    font-weight: bold;
    padding-left: 0;
}
.nav-tabs .nav-link.active {
    color: #000000;
    background-color: transparent;
    text-decoration: underline;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
}

/* login & register */
.show-hide {
    float: right;
    margin-left: -25px;
    margin-right: 6px;
    margin-top: -26px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-size: 15px;
}
.show-hide:hover {
    color: #ed2027;
}
#newsletter-box + label, #agree-box + label {
    font-size: inherit;
    margin: 0;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Blog */
.post-layout {
    padding-bottom: 30px;
}
.post-thumb {
    border: 1px solid;
    background: #e5e5e5;
}
.post-thumb img {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.post-header {
    background-color: #000;
}

.post-header h5 a {
    color: #fff;
    padding: 0;
}

.post-header i {
    font-size: 16px;
    color:  #fff;
    padding-top: 5px;
    cursor: pointer;
}
.post-header i:hover {
    color:  #ed2027;
}
.post-header .dropdown-menu {
    width: 295px;
}
.post-thumb .caption {
    background: #f0f0f0;
}

.post-content img {
    width: 100% !important;
}

.post-content table {
    width: 100% !important;
    table-layout: fixed !important;
}
#share-buttons img {
    width: 45px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}
/* Push Select Options */
ul.push-select {
    padding: 0;
}
.push-select li {
    display: inline-block;
    cursor: pointer;
    list-style: none;
    background: #ffffff;
    min-width: 30px;
    padding: 0 5px;
    text-align: center;
    border: 1px solid #dddddd;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
}
.push-select li.active {
    border: 1px solid #000000;
}

