/*-------------------------------------------------------*/
/* Custom CSS
/*-------------------------------------------------------*/

a { color: #333; font-weight: 400; text-decoration: none; }
a:visited { color: #333; font-weight: 400; text-decoration: none; }
a:hover { color: #000; font-weight: 400; text-decoration: none; }
a:active { color: #000; font-weight: 400; text-decoration: none; }

a.white:link    {color:#FFF; font-weight: 200; }  /* unvisited link  */
a.white:visited {color:#FFF;}  /* visited link    */
a.white:hover   {color:#EEE;}  /* mouse over link */
a.white:active  {color:#EEE;}  /* selected link   */

a.black:link    {color:#333; font-weight: 200; }  /* unvisited link  */
a.black:visited {color:#333;}  /* visited link    */
a.black:hover   {color:#666;}  /* mouse over link */
a.black:active  {color:#666;}  /* selected link   */

a.yellow:link    {color:#FFC638; font-weight: 200;}  /* unvisited link  */
a.yellow:visited {color:#FFC638;}  /* visited link    */
a.yellow:hover   {color:#DDD;}  /* mouse over link */
a.yellow:active  {color:#DDD;}  /* selected link   */

h1.title-yellow {
    color: #FFC638;
    font-family: 'Oswald', sans-serif; /* font-family: 'Racing Sans One', cursive; */
    font-size: 1.6em;
    font-weight: 200;
}

h1.title-black {
    color: #333;
    font-family: 'Oswald', sans-serif; /* font-family: 'Racing Sans One', cursive; */
    font-size: 1.8em;
    font-weight: 200;
}

/* Exception for database
h2, .swatch-white h2 {
    padding-bottom: 10px;
    color: #333;
    font-family: 'Racing Sans One', cursive;
    font-size: 1.2em;
    font-weight: 200;
    text-align: left;
}
*/

h2.title-yellow-shadow {
    padding-top: 10px;
    padding-bottom: 0;
    color: #FFC638;
    font-family: 'Oswald', sans-serif; /* font-family: 'Racing Sans One', cursive; */
    font-size: 1.4em;
    font-weight: 200;
    text-shadow: 0px 0px #000;
    text-align: right;
}

h2.title-black {
    padding-bottom: 10px;
    color: #333;
    font-family: 'Oswald', sans-serif; /* font-family: 'Racing Sans One', cursive; */
    font-size: 1.6em;
    font-weight: 200;
}

h3.title-yellow {
    color: #FFC638;
    font-family: 'Oswald', sans-serif; /* font-family: 'Racing Sans One', cursive; */
    font-size: 1.3em;
    font-weight: 200;
    text-shadow: 1px 1px #000;
}

h3.title-black {
    color: #333;
    font-family: 'Oswald', sans-serif; /* font-family: 'Racing Sans One', cursive; */
    font-size: 1.3em;
    font-weight: 200;
}

ul {
    list-style-type: none;
}

hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border-top: 1px solid #333;
}

/* Menu */

#masthead .dropdown-menu {
    min-width: 240px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    list-style: none;
    background: #F9F9F9;
}

#masthead .nav>li>a {
    text-shadow: none;
    font-style: normal;
    position: relative;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
}

.menu_accessories {
    height: 150px;
    margin: 5px;
    padding: 10px;
    background: #FFF;
    border: 1px solid #666;
    border-radius: 1.5em;
}

.menu_accessories h2 {
    margin-top: 5px;
    color: #333;
    text-align: center;
}

/* Swatch */

.swatch-white a { color: #000; font-weight: 400; text-decoration: none; }
.swatch-white a:visited { color: #000; font-weight: 400; text-decoration: none; }
.swatch-white a:hover { color: #000; font-weight: 400; text-decoration: none; }
.swatch-white a:active { color: #000; font-weight: 400; text-decoration: none; }

.swatch-white h2 {
    padding-bottom: 10px;
    color: #333;
    font-family: 'Oswald', sans-serif; /* font-family: 'Racing Sans One', cursive; */
    font-size: 1.4em;
    font-weight: 200;
}

.swatch-white .btn-primary, .swatch-white button, .swatch-white input[type=submit], [class*=swatch-] .swatch-white .btn-primary, [class*=swatch-] .swatch-white button, [class*=swatch-] .swatch-white input[type=submit] {
    background-color: #FFC638;
    color: #333;
}

.swatch-white .btn-primary:hover, .swatch-white button:hover, .swatch-white input[type="submit"]:hover, [class*="swatch-"] .swatch-white .btn-primary:hover, [class*="swatch-"] .swatch-white button:hover, [class*="swatch-"] .swatch-white input[type="submit"]:hover {
    background-color: #EAAE0A;
    color: #333;
}

.swatch-white input[type=button], [class*=swatch-] .swatch-white input[type=button] {
    background: #FFC638;
    color: #333;
}

.swatch-white .btn-primary i, [class*=swatch-] .swatch-white .btn-primary i {
    color: #333!important;
}

.swatch-white .table th, [class*=swatch-] .swatch-white .table th {
    background-color: #EEE;
    text-transform: uppercase;
    color: #333;
}

.swatch-white hr, [class*=swatch-] .swatch-white hr {
    border-top-color: #666;
}

.swatch-white ul {
    list-style: square;
}

.swatch-white .table td, .swatch-white .table th, .swatch-white .table-bordered, [class*=swatch-] .swatch-white .table td, [class*=swatch-] .swatch-white .table th, [class*=swatch-] .swatch-white .table-bordered {
    border-color: #333;
}

.swatch-gray, [class*=swatch-] .swatch-gray {
    background: #333;
}

.swatch-gray h1, .swatch-gray h2 {
    color: #FFC638;
    font-family: 'Oswald', sans-serif; /* font-family: 'Racing Sans One', cursive; */
    font-size: 1.6em;
    font-weight: 200;
}

.swatch-gray i, [class*=swatch-] .swatch-gray i {
    color: #FFC638;
}

.swatch-black h1, .swatch-black h2 {
    color: #FFC638;
    font-family: 'Oswald', sans-serif; /* font-family: 'Racing Sans One', cursive; */
    font-weight: 200;
}

.swatch-black .tab-pane .btn, .swatch-black .tab-pane.active .btn, [class*=swatch-] .swatch-black .tab-pane .btn, [class*=swatch-] .swatch-black .tab-pane.active .btn {
    background: #6c6c6c!important;
    color: #FFF!important;
}

.swatch-black .btn-primary, .swatch-black button, .swatch-black input[type=submit], [class*=swatch-] .swatch-black .btn-primary, [class*=swatch-] .swatch-black button, [class*=swatch-] .swatch-black input[type=submit] {
    background-color: #FFC638;
    color: #333;
}

.swatch-black .btn-primary:hover, .swatch-black button:hover, .swatch-black input[type="submit"]:hover, [class*="swatch-"] .swatch-black .btn-primary:hover, [class*="swatch-"] .swatch-black button:hover, [class*="swatch-"] .swatch-black input[type="submit"]:hover {
    background-color: #EAAE0A;
    color: #3c3c3c;
}

/* Container */

.carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
    top: 25px;
}

.carousel-caption, .carousel-caption h3, .carousel-control, .flex-direction-nav a {
    color: #333!important;
    font-size: 1.4em;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}

#container.active {
    opacity: 1;
    visibility: visible;
}

.btn-primary {
    color: #333;
    background-color: #FFC638;
    border-color: #FFC638;
}
.btn-primary:focus, .btn-primary.focus {
    color: #333;
    background-color: #EAAE0A;
    border-color: #EAAE0A;
}
.btn-primary:hover {
    color: #333;
    background-color: #EAAE0A;
    border-color: #EAAE0A;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #333;
    background-color: #EAAE0A;
    border-color: #EAAE0A;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #333;
    background-color: #EAAE0A;
    border-color: #EAAE0A;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #CCC;
    border-color: #CCC;
}
.btn-primary .badge {
    color: #333;
    background-color: ##EAAE0A;
}

/* Content widgets */

.need-widget ul {
    margin: 0;
    padding: 0;
}
.need-widget ul li {
    list-style: none;
    overflow: hidden;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #444444;
}

.need-widget ul li span {
    float: left;
    display: inline-block;
    margin: 0;
    width: 36px;
    height: 36px;
    background: #FFC638;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #FFFFFF;
    font-size: 18px;
}

.need-widget ul li h3 {
    color: #333;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    margin-left: 60px;
    margin-top: 10px;
}

.need-widget ul li p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    margin-left: 60px;
}

/* Marquee belt conveyor */

.simple-marquee-container *{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.simple-marquee-container {
    width: 100%;
    background: #FFF;
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 45px;
    position: relative;
    cursor: pointer;
}

.simple-marquee-container .marquee-sibling {
    padding: 0;
    background: rgb(61, 61, 61);
    width: 16%;
    height: 45px;
    line-height: 42px;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    float: left;
    left: 0;
    z-index: 999;
    left: 42%;
}

.simple-marquee-container .marquee, .simple-marquee-container *[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
}

.simple-marquee-container .marquee {
    margin-left: 25%;
}

.simple-marquee-container .marquee-content-items {
    display: inline-block;
    padding: 5px;
    margin: 0;
    height: 45px;
    position: relative;
}

.simple-marquee-container .marquee-content-items li {
    display: inline-block;
    width: 200px;
    line-height: 35px;
    color: #fff;
}

.simple-marquee-container .marquee-content-items li:after {
    content: "|";
    margin: 0 1em;
}

/* Footer line */

.footer-line {
    padding: 20px 0;
    color: #888888;
    font-size: 12px;
    background: #1f2021;
    border-top: 1px solid #535353;
}

.footer-line ul.footer-menu {
    margin: 0;
    padding: 0;
    text-align: right;
}

.footer-line ul.footer-menu li {
    display: inline-block;
    margin-left: 10px;
}

.footer-line ul.footer-menu li a {
    display: inline-block;
    margin: 0;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

/* Contact section */

.map {
    height: 472px;
    width: 100%;
}

.contact-section {
    padding: 60px 0 80px;
}

.contact-section ul.information-list {
    margin: 0;
    padding: 0;
}

.contact-section ul.information-list li {
    list-style: none;
    overflow: hidden;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
}

.contact-section ul.information-list li i {
    float: left;
    color: #888888;
    font-size: 16px;
    display: inline-block;
    line-height: 24px;
}

.contact-section ul.information-list li span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px;
    margin-bottom: 8px;
    margin-left: 25px;
    color: #888888;
}

.contact-section ul.information-list li a {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px;
    display: inline-block;
    margin-left: 25px;
    margin-bottom: 10px;
    color: #888888;
}

.contact-section ul.information-list li:last-child {
    border-bottom: none;
}

.contact-section ul.social-list {
    margin: 0;
    padding: 0;
}

.contact-section ul.social-list li {
    list-style: none;
    margin-right: 9px;
    display: inline-block;
}

.contact-section ul.social-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 30px;
    height: 30px;
    border: 1px solid #333333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

.contact-section ul.social-list li a i {
    font-size: 14px;
    color: #888888;
    line-height: 28px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.contact-section ul.social-list li a:hover {
    background: #FFC638;
    border: 1px solid transparent;
}

.contact-section ul.social-list li a:hover i {
    color: #FFFFFF;
}

.contact-section .map {
    height: 244px;
}

/* Form */

.uneditable-input, input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], select, textarea {
    border-color: #CCC;
    box-shadow: none;
    text-shadow: none;
}

.has-error .uneditable-input, .has-error input[type=number], .has-error input[type=email], .has-error input[type=url], .has-error input[type=search], .has-error input[type=tel], .has-error input[type=color], .has-error input[type=text], .has-error input[type=password], .has-error input[type=datetime], .has-error input[type=datetime-local], .has-error input[type=date], .has-error input[type=month], .has-error input[type=time], .has-error input[type=week], .has-error select, .has-error textarea {
    border-color: #CCC;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 2px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

select {
    margin-top: 6px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #FFF;
    background-color: #FFC638;
    border-color: #FFC638;
}

/* Home promotions - Shop section */

.shop-section {
    padding: 20px 0 40px;
}

.shop-section .shop-box .product {
    border: 2px solid #444444;
    padding: 15px 15px 5px 15px;
}

.shop-section .shop-box .product {
    border: 1px solid #444444;
    padding: 15px 15px 5px 15px;
}

.shop-section .shop-box > h2 {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 0 18px;
    margin-bottom: 0px;
}

.shop-section .shop-box .shop-post {
    padding: 10px 10px;
}

.shop-section .shop-box .shop-post .shop-gal {
    position: relative;
    margin-bottom: 15px;
}

.shop-section .shop-box .shop-post .shop-gal img {
    width: 100%;
}

.shop-section .shop-box .shop-post .shop-gal span.new {
    display: inline-block;
    position: absolute;
    top: -8px;
    left: -8px;
    width: 52px;
    height: 52px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    background: #f73b44;
    font-size: 14px;
}

.shop-section .shop-box .shop-post .shop-gal a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 100%;
    height: 100%;
    /* background: #FFC638; */
    text-align: center;
    line-height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.shop-section .shop-box .shop-post .shop-gal a i {
    color: #333333;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.shop-section .shop-box .shop-post .shop-gal a:hover {
    opacity: 0.7;
    background: #FFD774;
    color: #FFF !important;
    background-color:rgba(0,0,0,0.5);
}

.shop-section .shop-box .shop-post .shop-gal a:hover i {
    color: #FFFFFF;
}

.shop-section .shop-box .shop-post h2 {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 0 18px;
    font-size: 16px;
    margin-bottom: 6px;
}

.shop-section .shop-box .shop-post h2 a {
    color: #434343;
}

.shop-section .shop-box .shop-post h3 {
    color: #FFC638;
    font-size: 24px;
}

.shop-section .shop-box .shop-post span {
    display: block;
    font-size: 13px;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 5px;
    color: #FFC638;
    font-size: 14px;
    text-align: center;
}

.shop-section .shop-box .shop-post span.product-price,
.shop-section .shop-box .shop-post h2.product-info {
    font-size: 18px;
}

.shop-section .shop-box .shop-post h2.product-info .size {
    font-size: 100%;
    color: darkgray;
}

.shop-section .shop-box .shop-post span.product-price small {
    color: darkgray;
    text-decoration: line-through;
}

.shop-section .shop-box .shop-post span.product-actions {
    #margin-top: 10px;
    margin-bottom: 0;
    #padding-top: 10px;
    #border-top: 1px solid #444444;
}

.shop-section .shop-box .shop-post span.product-actions a {
    font-size: 11px;
    padding: 10px;
}

.shop-section .shop-box .shop-post > a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 8px 12px;
    background: #333333;
    color: #888888;
    font-size: 12px;
    text-transform: uppercase;
}

.shop-section .shop-marketing-box {
    margin-bottom: 80px;
}

/* Search box elements */
/*  bhoechie tab */

div.bhoechie-tab-container {
    z-index: 10;
    background-color: #FFF;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 0;
    margin-left: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}
div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a {
    margin-bottom: 0;
    padding: 22px 15px;
    text-decoration: none;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
    color: #333;
}
div.bhoechie-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
    background-color: #FFC638;
    background-image: #FFC638;
    color: #333;
}
div.bhoechie-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #FFC638;
}

div.bhoechie-tab-content {
    background-color: #FFF;
    /* border: 1px solid #eeeeee; */
    padding-left: 10px;
    padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

/* M - bhoechie tab */

div.bhoechieM-tab-container {
    z-index: 10;
    background-color: #FFF;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 0;
    margin-left: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}
div.bhoechieM-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
div.bhoechieM-tab-menu div.list-group {
    margin-bottom: 0;
}
div.bhoechieM-tab-menu div.list-group>a {
    margin-bottom: 0;
    padding: 22px 15px;
    text-decoration: none;
}
div.bhoechieM-tab-menu div.list-group>a .glyphicon,
div.bhoechieM-tab-menu div.list-group>a .fa {
    color: #333;
}
div.bhoechieM-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.bhoechieM-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
div.bhoechieM-tab-menu div.list-group>a.active,
div.bhoechieM-tab-menu div.list-group>a.active .glyphicon,
div.bhoechieM-tab-menu div.list-group>a.active .fa {
    background-color: #FFC638;
    background-image: #FFC638;
    color: #333;
}
div.bhoechieM-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #FFC638;
}

div.bhoechieM-tab-content {
    background-color: #FFF;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechieM-tab div.bhoechieM-tab-content:not(.active) {
    display: none;
}

/* W - bhoechie tab */

div.bhoechieW-tab-container {
    z-index: 10;
    background-color: #FFF;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 0;
    margin-left: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}
div.bhoechieW-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
div.bhoechieW-tab-menu div.list-group {
    margin-bottom: 0;
}
div.bhoechieW-tab-menu div.list-group>a {
    margin-bottom: 0;
    padding: 22px 15px;
    text-decoration: none;
}
div.bhoechieW-tab-menu div.list-group>a .glyphicon,
div.bhoechieW-tab-menu div.list-group>a .fa {
    color: #333;
}
div.bhoechieW-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.bhoechieW-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
div.bhoechieW-tab-menu div.list-group>a.active,
div.bhoechieW-tab-menu div.list-group>a.active .glyphicon,
div.bhoechieW-tab-menu div.list-group>a.active .fa {
    background-color: #FFC638;
    background-image: #FFC638;
    color: #333;
}
div.bhoechieW-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #FFC638;
}

div.bhoechieW-tab-content {
    background-color: #FFF;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechieW-tab div.bhoechieW-tab-content:not(.active) {
    display: none;
}

/* K - bhoechie tab */

div.bhoechieK-tab-container {
    z-index: 10;
    background-color: #FFF;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 0;
    margin-left: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}
div.bhoechieK-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
div.bhoechieK-tab-menu div.list-group {
    margin-bottom: 0;
}
div.bhoechieK-tab-menu div.list-group>a {
    margin-bottom: 0;
    padding: 22px 15px;
    text-decoration: none;
}
div.bhoechieK-tab-menu div.list-group>a .glyphicon,
div.bhoechieK-tab-menu div.list-group>a .fa {
    color: #333;
}
div.bhoechieK-tab-menu div.list-group>a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.bhoechieK-tab-menu div.list-group>a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
div.bhoechieK-tab-menu div.list-group>a.active,
div.bhoechieK-tab-menu div.list-group>a.active .glyphicon,
div.bhoechieK-tab-menu div.list-group>a.active .fa {
    background-color: #FFC638;
    background-image: #FFC638;
    color: #333;
}
div.bhoechieK-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #FFC638;
}

div.bhoechieK-tab-content {
    background-color: #FFF;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
}

div.bhoechieK-tab div.bhoechieK-tab-content:not(.active) {
    display: none;
}

/*** Tire suppliers logo **********************************************************/

.cc-selector input {
    position: absolute;
    margin-top: 13px;
    #z-index: 999;
}

.cc-selector input:active +.cc-images { opacity: .9; }
.cc-selector input:checked +.cc-images {
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}

.cc-images {
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 30px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 200px;
    height: 35px;
    #border: 1px solid #000;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1) grayscale(1) opacity(1);
       -moz-filter: brightness(1) grayscale(1) opacity(1);
            filter: brightness(1) grayscale(1) opacity(1);
}

.cc-images:hover {
    -webkit-filter: brightness(1.2) grayscale(.1) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.1) opacity(.9);
            filter: brightness(1.2) grayscale(.1) opacity(.9);
}

/*** Products list **********************************************************/

.product {
    /* border-radius: 10px; */
}
.product {
    display: block;
    padding: 4px;
    margin-bottom: 10px;
    line-height: 1.42857143;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.product-image {
    display: block;
    padding: 4px;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.product-image .image-holder {
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 10px;
}

.product-image .image-holder img {
    width: 100%;
    transition: transform .5s ease-out;
}

.product-name {
    margin: 20px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
}

.product-icon {
    width: 35px;
    background: #FFC638;
    padding: 3px;
    border: black 1px solid;
}

.product-paging {
    padding: 5px 15px 15px 15px;
    background: #29869E;
}

/*** Product page **********************************************************/

.swatch-white .nav-tabs .active a, .swatch-white .nav-tabs .active a:hover, .swatch-white .tab-content, [class*=swatch-] .swatch-white .nav-tabs .active a, [class*=swatch-] .swatch-white .nav-tabs .active a:hover, [class*=swatch-] .swatch-white .tab-content {
        background-color: transparent;
}

.swatch-white .nav-tabs>li.active>a, .swatch-white .nav-tabs>li.active>a:hover, [class*=swatch-] .swatch-white .nav-tabs>li.active>a, [class*=swatch-] .swatch-white .nav-tabs>li.active>a:hover {
        color: #000;
}

.swatch-white .nav-tabs>li>a {
        background-color: transparent !important;
}

.swatch-white .nav-tabs>li>a:hover {
        font-weight: bold;
}

.swatch-white .table td, .swatch-white .table th, .swatch-white .table-bordered, [class*=swatch-] .swatch-white .table td, [class*=swatch-] .swatch-white .table th, [class*=swatch-] .swatch-white .table-bordered {
        border-color: #CCC;
}

.swatch-white input:focus, .swatch-white select.form-control:focus, .swatch-white textarea:focus, [class*=swatch-] .swatch-white input:focus, [class*=swatch-] .swatch-white select.form-control:focus, [class*=swatch-] .swatch-white textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
    border:1px solid #eee;
    padding: 10px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0;
}
.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #FFC638;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #FFC638;
    position: relative;
    background-color: transparent;
}
.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}
.tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: rgba(255,255,255,0.5);
    border: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

[data-vehicle-products-result] .col-xs-12 {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
