/* Landing Page Cards */
.card-body {
    margin: 15px;
    margin-bottom: 50px;
    height: 275px;
    padding-top: 10px;
    background-color:#fff;
}
.card-body img {
    scale: 85%;
    transition-duration: .8s;
}
.card-body img:hover {
    transform: scale(1.05);
    transition-duration: .6s;
    border-color:#dd1e36;
}
.card-body h3 a {
    padding-top: 25px;
    padding-bottom: 50px;
    font-size: 20pt;
    font-weight: 600;
}
.card-body h3 a:hover {
    color:#27337D;
    letter-spacing:.5px;
}
.card-image {
    padding: 20px;
}

::selection {
	color: #fff;
	background: #2a2a2a;
}

::-moz-selection {
	color: #fff;
	background: #2a2a2a;
}

::-webkit-selection {
	color: #fff;
	background: #2a2a2a;
}

a:hover, a:focus, a.link {
	color: #000;
}

.search-full, .search-input {
	background: #2a2a2a;
    color: #fff !important;
    padding-top: none;
    font-size: 16px;
}

.search-close {
	color: #fff;
}

input[type="search"] {
    padding-right: 10px;
    padding-top: 55px;
}

.search-close {
	color: #fff !important;
    background: #2a2a2a;
    padding-top: 40px;
    box-shadow: inset 0px 0px 20px 0px #000;
}
.search-close:hover {
    color: #FA0003 !important;
}
.search-box .input-group {
	padding-top: 0px;
    background: none;
}

.btn-primary, .btn-primary, .product:hover .add-fav:hover, .product:hover .add-fav.active
	{
	background-color: #3a3a3a;
	color: #FFFFFF;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary
	{
	background: #2c88c5;
}

.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: #4a6989;
	border-color: #4a6989;
	color: #FFFFFF;
}
/* Changes Quick View Button */
.btn-quickview {
	border-radius: 2px;
	font-family: "Oswald", Helvetica Neue, Arial, sans-serif;
	letter-spacing: 2px;
	color: #FFD200 !important;
	text-transform: uppercase;
	background: #000;
	border: 1px solid #FFD200;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-o-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	left: auto;
	min-width: 100px;
	max-height: 40px;
	height: 40px !important;
	opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	padding: 10px;
	visibility: hidden;
	width: auto;
	display: inline-block !important;
	z-index: 2;
	transform: scale(0.75);
	-webkit-transform: scale(0.75);
	-o-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-moz-transform: scale(0.75);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.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: #000;
	border-color: #FFD200;
	color: #FFD200;
}
.btn-action{
	background-color: #000;
	color: #FFD200;
	border-color: #000;
}

.btn-action:hover, .btn-action:focus, .btn-action:active,
	.btn-action.active, .open .dropdown-toggle.btn-action{
	background-color: #FFD200;
	border-color: #FFD200;
	color: #000;
}
/* Checkout Button Desktop */
.miniCartFooter .btn:last-child {
    font-weight: 700;
}
.miniCartFooter .btn:last-child:hover, #viewCart-btnCheckout:hover {
    background: green;
    color:#fff;
}
a#viewCart-btnCheckout i.fa.fa-arrow-right {
    color:#fff;
}
a#viewcart-btn-continue-shopping {
    color:#000;
}
.site-color {
	color: #3a3a3a !important;
}

.navbar-nav>li>a {
	color: #FFD200;
    background: #000;
    line-height: .8;
}

.nav>li.active, .nav>li>a:hover, .nav>li>a:focus, .nav>li:hover>a {
	background: #2a2a2a;
}
.fa {
    color: #000;
}
i#payInvoiceSignInIcon {
    color: #FFD200;
}
span#totalCartItem {
    color: #fff;
    background: #000;
    margin-left: 3px;
    margin-bottom: 3px;
}
.btn.btn-sm {
    background: #FFD200;
    color: #000;
}
.cartMenu a.dropdown-toggle, .cartMenu a#cart-sidebar-toggle {
    color: #000;
}
@media(max-width: 767px) {
        span#cartWidgetAmountDetails {
            color:#fff;
        }
        .miniCartFooter .btn:last-child {
            color:#000 !important;
            font-weight: bold;
        }
        a.btn.btn-sm.btn-primary.view-cart {
            color: #000 !important;
        }
        .navbar-fixed-top .navbar-collapse {
            max-height: 650px;
        }
}

/* Changes Background of Cart on Hover */
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus, .cartMenu:hover>a.dropdown-toggle
	{
	background: transparent;
    color: #000;
}
.dropdown-menu {
	border-top: solid #2a2a2a;
}
.fa-search:before {
     color:#fff;
}
.search-box:hover {
    color:#fff;
}
.search-box .input-group .getFullSearch {
    background:#000;
}

.search-box:hover .form-control {
	background: #3a3a3a;
}

.search-box:hover .btn-nobg {
	color: #3a3a3a;
}

.searchInputBox .search-btn {
	color: #fff;
}

.search-close i {
    color: #FFD200;
}

.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: rgba(52, 73, 94, 0.7) !important;
}

.action-control a:hover, .action-control a.active {
	color: #fff;
	background: #2a2a2a;
}

.product:hover, .featuredImgLook2 .inner:hover {
	border: 1px solid #3a3a3a;
}

.subCategoryList .thumbnail:hover {
	border: 1px solid #3a3a3a;
}

.pager2 a {
	border: 1px solid #3a3a3a;
}

.pager2 a.selected {
	background: #3a3a3a;
}

.btn-site, .newsLatterBox .btn {
	background: #3a3a3a;
}

.btn-discover:hover, .btn-site:hover, .newsLatterBox .btn:hover {
	background: #2a2a2a;
}

.full {
	width: 100%;
}

.footer a:hover {
	color: #3a3a3a;
}

.footer {
	
}

.modal-header {
	background: #000;
}
.modal-title-site {
	color: #FFD200;
}
.form-control:focus {
	border-color: #3a3a3a;
}

.new-product {
	background: rgba(52, 73, 94, 0.95) !important;
}

#pager a.cycle-pager-active {
	background: rgba(52, 73, 94, 0.5);
}
.pager li>a:hover{
	background-color: #FFD200;
}
.nav.tree>li.active, .nav.tree>li>a:hover, .nav.tree>li>a:focus, .nav.tree>li:hover>a
	{
	background: none;
	color: #2a2a2a;
}

.nav.tree .open-tree>a, .nav.tree .open-tree>a:hover, .nav.tree .open-tree>a:focus
	{
	background: none;
	font-weight: bold;
	color: #2a2a2a;
}

.panel-default>.panel-heading {
	border-top: 4px solid #3a3a3a;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
	.nav-tabs>li:hover>a {
	background: #BFC9CA;
}

.nav-tabs {
	border-bottom: 3px solid #BFC9CA;
}

.socialIcon a:hover {
	background: #3a3a3a;
}

.cart-actions button, .cart-actions .wishlist {
	background: none repeat scroll 0 0 #000;
	color: #FFD200;
	border: 2px solid #000;
}

.cart-actions button:hover {
	background: #FFD200;
	color: #000;
	border: solid 2px #000;
}

.sp-thumbs a:hover, .sp-thumbs a:active, .sp-current, sp-current:visited
	{
	border: 2px solid #3a3a3a !important;
}

.promo-1 {
	background: none repeat scroll 0 0 #2a2a2a;
}

@media ( max-width : 767px) {
	.miniCartFooter {
		background: #2a2a2a !important;
        margin-bottom: 20px;
	}
    .navbar-toggle {
        background: transparent;
    }
    .navbar-toggle .icon-bar {
        border: solid 2px #000;
    }
    b.caret {
        display: none;
    }
    span.cartRespons.colorWhite {
        display: none;
    }
    i.fa.fa-shopping-cart.colorWhite {
        color: #000 !important;
        font-size: 18pt;
        margin-top: -10%;
        margin-right: 25%;
    }
    .search-box .input-group .getFullSearch {
        background: transparent;
    }
    .navbar-header .navbar-toggle {
        margin-right: 7%;
    }
}

#pager2 span.cycle-pager-active {
	
}

#pager2 span.cycle-pager-active {
	background: #2a2a2a !important;
}

#pager2 span {
	border: 2px solid #2a2a2a
}

.orderStep li.active a {
	background: #3a3a3a;
}

.orderStep li.active a:after {
	border-top-color: #3a3a3a !important;
}

.orderStep li a {
	background: #2c88c5;
}

darkcoilor {
	background: #2c88c5;
}

citecolor {
	color: #3a3a3a !important;
}

/* Menu Navbar Styles START ------------- */
.main-nav a,
.main-nav a:not([class]){
        color: #000;
        text-decoration: none;
        padding: .5em .75em;
        display: block;
        text-transform: uppercase;
        font-size: 15px;
	line-height: 35px;
	font-weight: 600;
	border-radius: 3px;
}

.main-nav a:hover {
  background-color: transparent;
  color: #000;
}

.main-nav .menu-item-has-children > a:after {
        content: '';
        display: inline-block;
        width: 0.5em;
        height: 0.5em;
        border-bottom: 2px solid;
        border-right: 2px solid;
        transform: rotate(45deg);
        margin-left: 1em;
        margin-top: -0.1em;
        position: relative;
        top: -0.25em;
}

@media(min-width: 768px){
        .main-nav {
                display: flex;
                flex-wrap: wrap;
        }

        .main-nav .menu-item {
                position: relative;
        }
        .main-nav       .sub-menu {
                position: absolute;
                background-color: #FFD200;
                top: 100%;
                left: 0em;
                padding: .5em;
                white-space: nowrap;
                visibility: hidden;
                opacity: 0;
                transition: opacity .25s, visibility 0s .25s;
		border-radius: 3px;
		box-shadow: 0px 1px 0px 1px #000;
        }

        .main-nav .menu-item:hover .sub-menu,
        .main-nav .menu-item:focus .sub-menu {
                opacity: 1;
                visibility: visible;
                transition-delay: 0s;
        }

        .main-nav .menu-item:focus-within .sub-menu {
                opacity: 1;
                visibility: visible;
                transition-delay: 0s;
        }

        .navbar-collapse nav {
                width: auto;
                float: left;
                z-index: 11;
                margin-top: 2px;
        }
}

@media (max-width: 767px) {
        .main-nav       .sub-menu {
                padding-left: .5em;
                margin-left: 0.75em;
                border-left: 2px solid #000;
                margin-top: .25em;
                margin-bottom: 0.25em;
        }

        .navbar-brand {
                margin-left: 0 !important;
        }
        .navbar-brand img {
            margin-top: -5%;
        }
}

/* Menu Styles END ------------- */

.dropdown-menu {
	top: initial;
}

.navbar-top {
	background: #000;
    box-shadow: 0px 0px 10px 0px #000;
}

.navbar-tshop {
	background: #FFD200;
    box-shadow: inset 0px 0px 10px 0px #000;
}

/* navbar-top widget styling */
.userMenu>li>a {
	color:#FFD200;
	font-size: 13px;
}
.userMenu>li>a:hover {
	color:#fff;
	font-size: 13px;
}

li.menu-item a:before {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #fff;
    display: block;
    left: 50%;
    right: 51%;
    bottom: 5px;
    transition: all .3s ease-in-out;
}
li.menu-item-1003 a:before{
	content: "";
    position: absolute;
    height: 3px;
    background-color: #FFD200;
    display: block;
    left: 50%;
    right: 51%;
    bottom: 5px;
    transition: all .3s ease-in-out;
}
li.menu-item-1003:hover a:before{
	content: "";
    position: absolute;
    height: 3px;
    background-color: #fff;
    display: block;
    left: 50%;
    right: 51%;
    bottom: 5px;
    transition: all .3s ease-in-out;
}
li.menu-item:hover a:before {
	left: 5px;
	right: 5px;
}
/* social circle */
.social li {
	background: none !important;
    border: none !important;
}
.social li a i {
	color: #ffd000 !important; 
}
/*
ul.main-nav li.menu-item:not(:first-child):before {
	content: "";
	display: block;
	position: absolute;
	left: 2px;
	border-left: 2px solid #111;
	border-right: 2px solid #111;
	top: 30%;
	height: 20px;
	margin: 0 auto;
	width: 6px;
}
*/

/* Footer Styles START ---------------- */

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
    padding: 10px 0;
    text-align: left;
}

section .section-title {
    color: #FFD300;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: left;
}
#footer {
    background: #000 !important;
    /* border-top: 4px solid #3B6D17; */
    text-align: left;
}
#footer h5{
    padding-left: 0px;
    padding-top: 10px;
    border-left:none !important;
    /* padding-bottom: 2px;
    margin-bottom: 10px; */
    font-size: 18px;
    font-weight: bold;
    color:#FFD300;
    line-height: 5px;
    padding-bottom: 12px !important;
}

#footer h6{
    padding-left: 5px;
    border-left:none !important;
    padding-bottom: 2px;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: normal;
    color:#FFD300;
}

#footer a {
    color: #FFD300;
    text-align: left;
    text-decoration: none !important;
    background-color: transparent;
    /*-webkit-text-decoration-skip: objects;*/
    font-size: 14px;
    padding: 1px;
}
#footer .social li {
    height: 20px;
    line-height: 14px;
    width: 20px;
}
#footer ul.social li{
        padding: 3px 0;
        margin-top:4px;
        float: none !important;
}
#footer ul.social li a i {
    margin-right: 8px;
        font-size:20px;
       /* -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: .5s all ease; */
        float: center;
}
#footer ul.social li:hover a i {
        font-size:20px;
        /* margin-top:-10px; */
}
#footer ul.quick-links li a{
        color:#fff;
}
#footer ul.social li a:hover{
        color:#fff;
}
#footer ul.quick-links li{
        padding: 3px 0;
       /* -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: 0s all ease; */
}
#footer ul.quick-links li:hover{
        /*padding: 3px 0;
        margin-left:5px;*/
        font-weight:700;
}
#footer ul.quick-links li a i{
        margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 500;
    color:#fff;
    text-align: left;
}

@media (max-width:767px){
        #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
        }
}

/* Footer Style ENDS ----------------- */

.tab-content > .tab-pane.active {
    display: block
}

/* Hide Mobile Content */
 .mobileHide { display: inline;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px){  .mobileHide { display: none;}
   }
/* Hide Mobile Content END ------------ */

/* Hide Site Selector Buttons */
.btnSiteSelector {
    margin-top: -1px;
    padding-bottom: 1px;
    display: none !important;
}