
::selection {
    color: #fff;
    background: #E78E00;
}

::-moz-selection {
    color: #fff;
    background: #E78E00;
}

::-webkit-selection {
    color: #fff;
    background: #E78E00;
}

a {    
    color: #000;
}

a:hover, a:focus, a.link {
    color: #C60C30;
}

body {
    color: #000;
}
.search-full, .search-input {
    background: #c00;
}

.search-close {
    color: #c00;
}

.btn-primary, .btn-primary, .product:hover .add-fav:hover, .product:hover .add-fav.active {
    background-color: #c00;
    color: #fff;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background: #c00;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f6ca6d;
    border-color: #f6ca6d;
    color: #fff;
}

.btn-danger {
    background-color: #c00;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
}

.navbar-top {
    background: #fff;
}

.userMenu li a {
    color: #000;
}

.navbar-tshop {
    background: #ffffff;
}

.site-color {
    color: #c00 !important;
}

.navbar-nav > li > a {
    color: #000;
}
.navbar-nav > li.active > a {
    color: #fff;
}

.nav > li.active, .nav > li > a:hover, .nav > li > a:focus, .nav > li:hover > a,.nav > li.active, .nav > li > a:active {
    background: silver;    
    color:#4b4f54;
}

.nav > li.active {
}

.nav > li > a:hover, .nav > li > a:focus, .nav > li:hover > a {
    background: #c00;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .cartMenu:hover > a.dropdown-toggle {
    background: #c00;
}

.dropdown-menu {
    border-top: solid #C60C30;
}

.getFullSearch {
    color: #000;
}
.search-box:hover .form-control {
    background: #c00;
}

.search-box:hover .btn-nobg {
    color: #c00;
}

.searchInputBox .search-btn {
    color: #fff;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(231, 142, 0, 0.7) !important;
}

.action-control a:hover, .action-control a.active {
    color: #000;
    background: #c00;
}

.product:hover, .featuredImgLook2 .inner:hover {
    border: 1px solid #c00;
}

.subCategoryList .thumbnail:hover {
    border: 1px solid #c00;
}

.pager2 a {
    border: 1px solid #c00;
}

.pager2 a.selected {
    background: #c00;
}

.btn-site, .newsLatterBox .btn {
    background: #c00;
}

.btn-discover:hover, .btn-site:hover, .newsLatterBox .btn:hover {
    background: #c00;
}

.full {
    width: 100%;
}

.modal-header {
    background: #c00;
}

.form-control:focus {
    border-color: #c00;
}

.new-product {
    background: rgba(231, 142, 0, 0.95) !important;
}

#pager a.cycle-pager-active {
    background: rgba(231, 142, 0, 0.5);
}

/* tree menu */

.nav.tree > li.active, .nav.tree > li > a:hover, .nav.tree > li > a:focus, .nav.tree > li:hover > a {
    background: none;
    color: #E78E00;
}

.nav.tree .open-tree > a, .nav.tree .open-tree > a:hover, .nav.tree .open-tree > a:focus {
    background: none;
    font-weight: bold;
    color: #c00;
}

.panel-default > .panel-heading {
    border-top: 4px solid #c00;
}

.panel-title {
    color: #000;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a {
    background: #BFC9CA;
    background: #ccc;
}

.nav-tabs {
    border-bottom: 3px solid #ccc;
}

.social li {
    background: none repeat scroll 0 0 #C60C30;
    border: 2px solid #C60C30;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.social li:hover {
    border: 2px solid #c00;
    background: #c00;
}

.socialIcon a:hover {
    background: #c00;
}

.cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;

    background: none repeat scroll 0 0 #c00;
    color: #ffffff;
    border: 0px;
}

.cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
  text-decoration: none;
  position: relative;
}
.cart-actions button::before, .cart-actions .btn-cart::before, .cart-actions .wishlist::before {
  content: '';
  position: absolute;
  background: #C60C30;
  height: 4px;
  top: 100%;
  left: 0;
  width: 0%;
  transition: width 0.1s ease;
}
.cart-actions button:hover::before, .cart-actions .btn-cart:hover::before, .cart-actions .wishlist:hover::before {
  width: 100%;
}


.sp-thumbs a:hover, .sp-thumbs a:active, .sp-current, sp-current:visited {
    border: 2px solid #c00 !important;
}

.promo-1 {
    background: none repeat scroll 0 0 #c00;
}

@media (max-width: 767px) {
    .miniCartFooter {
        background: #c00 !important;
    }
    .megamenu-content ul li a, .megamenu-content ul li p, .megamenu-content ul li, .navbar-nav .dropdown a, .navbar-nav .dropdown {
        color: #000;
    }    
}

#pager2 span.cycle-pager-active {
}

#pager2 span.cycle-pager-active {
    background: #c00 !important;
}

#pager2 span {
    border: 2px solid #c00
}

.orderStep li.active a {
    background: #c00;
}

.orderStep li.active a:after {
    border-top-color: #c00 !important;
}

.orderStep li a {
}

citecolor {
    color: #c00 !important;
}

.section-title span, .item h4 a, .description p {
    color: #000;
}
.item h4 a:hover, .item h4 a:active {
    color: #C60C30;
}

.blog-intro {
    border-bottom: 4px solid #C60C30;
}

.footer {
    background-color: #E6E6E6;    
}
.footer, .footer h3, .footer p, .footer a {
    color: #000;
}
.footer a:hover, .footer a:active {
    color: #C60C30;
}

.catTopBar .f-right p a:hover {
  color: #C60C30;
}
#details ul{
    list-style-type: circle;
    margin-left:15px;
    margin-bottom:15px;
    margin-top:15px;
}
#details ul li{
        list-style-type: disc;
        padding:3px;
        margin-left:10px;
}

#details ol{
    list-style-type: decimal;
    margin-left:15px;
    margin-bottom:15px;
    margin-top:15px;
}
#details ol li{        
        padding:3px;
        margin-left:10px;
}