@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 1.4em;
    line-height: 1.6em;
	width: 100%;
    background: #fff !important; 
}

.wrapper { max-width: 1200px !important; }

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #6ca611;
}
a:hover {
	text-decoration: none;
    
}

a:focus, a:hover { color: #141414; text-decoration: none; }

legend {
	font-size: 18px;
    color: #101010;
    text-transform: uppercase;
    font-weight: 700;
    background: #ffe51e;
    display: table;
    width: auto;
    padding: 10px 20px;
    border: 0;
}
label {
	font-size: 12px;
	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: 15px;
    padding: 10px;
    height: auto;
    border-radius: 0;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 15px;
    padding: 10px;
    height: auto;
    border-radius: 0;
}
.input-group .input-group-addon {
	font-size: 15px;
    /* height: 30px; */
    background: #ffe51e;
    color: #101010;
    border:0;
    border-radius: 0px;
}


.input-group .input-group-addon {
	font-size: 14px;
    font-weight: 600;
    background: #74b10a;
    color: #fff;
    border:0;
    border-radius: 0px;
}

.qty-box {
    width: auto !important;
    height: 55px !important;
    font-weight: 700 !important;
    text-align: center;
    font-size: 16px !important;
    border-radius: 0;

}



.qtyinputbox { display: inline-block; margin: 0px 0px 15px 0px;  }
.qtyinput { float: left;
    width: 40px;
    height: 32px !important;
    line-height: 32px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    border-left: 0;
    border-right: 0;
}


.qtyplus, .qtyminus {
    width: 33px;
    height: 32px;
    border: none;
    color: #999;
    float: left;
    line-height: 32px;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 0px;
    border: 1px solid #cccccc;
    font-weight: 800;
}

.qtyplus:hover, .qtyminus:hover { background: #ffe51e; border: 1px solid #ffe51e; transition: all 0.2s ease; color: #000; }


/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}



/* PANEL SETTINGS */
.panel-title { font-weight: 800; text-transform: uppercase; font-size: 24px; letter-spacing: -1px;}
.panel-default>.panel-heading { background: transparent !important; padding: 15px 15px;
    border-bottom: 0px solid transparent;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important; }
.panel-body h2 { color: #101010; font-weight: 800; text-transform: uppercase; font-size: 18px; }
.panel-body p { font-size: 14px; }
.panel-body label { font-size: 14px !important; font-weight: 700; }
.panel-body input { font-size: 14px !important; }
.panel-body .form-control { height: auto; padding: 10px 12px; margin: 10px 0; }
.panel-group .panel { border-radius: 0px !important; box-shadow: 0px 15px 70px -8px rgba(0,0,0,.11);
    background: #fff; margin-bottom: 50px; border: 0px solid #6ca611; padding: 30px; }



.gyik .panel {
    border-radius: 0px !important;
    box-shadow: 0px 10px 30px -8px rgba(0,0,0,.11);
    background: #fff;
    margin-bottom: 30px;
    border: 0px solid #6ca611;
    padding: 10px 0;
}

.gyik .panel-title {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: -1px;
}

.gyik .panel-body {
    border-top: 0px solid #ddd !important;
    border-left: 10px solid #ffe51e;
    padding: 15px;
}



.panel-body .radio { }



.nav-tabs {
	margin-bottom: 30px;
}



.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 4px 4px 0 0;
    border-bottom: 1px solid #ddd;
    
    color: #101010;
    cursor: pointer;
    background-color: #fff;
    border-bottom-color: transparent;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 30px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: pointer;
    background-color: #6ca611;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 30px;
    border-bottom: 1px solid #ddd;
}





.control-label {
    font-weight: 700;
    color: #101010;
    font-size: 15px;
    text-transform: uppercase;
    text-align: left !important;
}
div.required .control-label:before {
	content: '*';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #000;
	background-color: #ffe51e;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-top: 10px;
}
#search .input-lg {
	height: 45px;
	line-height: 20px;
	padding: 0 10px;
    padding-left: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 20px;
	text-shadow: 0 1px 0 #FFF;
    border-radius: 0px;
    height: 45px;
    transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}
/* cart */

a.minicart-showcart { font-size: 14px; color: #101010; font-weight: 600; padding: 6px 10px !important; display: block; text-align: center; transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910); margin-top: 10px; }
a.minicart-showcart:hover { color: #d3d3d3; transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);}

a.minicart-checkout { font-size: 16px; background: #ffe51e; border: 2px solid #ffe51e; color: #000; font-weight: 700; padding: 6px 10px !important; display: block; text-align: center; transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910); }
a.minicart-checkout:hover { background: #101010; border: 2px solid #101010; color: #fff; transition: all 0.5s ease; }
a.minicart-name { color: #101010;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-size: 14px;
    line-height: 16px;
}

#cart {
	margin-top: 10px;
}
#cart > .btn {
	font-size: 14px;
    font-weight: 700;
	line-height: 18px;
    background: transparent;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
    border: 0;
    background-image: none;
	background-color: none;
	border: 0px solid #6ca611;
	color: #fff;
    box-shadow: inset 0 0px 0 rgba(255,255,255,.2), 0 0px 0px rgba(0,0,0,.05);
    padding-left: 0;
    padding-right: 0;
}
#cart.open > .btn {
	background-image: none;
	background-color: none;
    background: transparent;
	border: 0px solid #6ca611;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #fff;
}
#cart .dropdown-menu {
	background: #fff;
    color: #000;
	z-index: 1001;
    border-radius: 0px;
    padding: 10px;
    padding-bottom: 20px;
    border:0px solid #6ca611;
}
#cart .dropdown-menu {
	min-width: 300px;
}


#cart a.cart-button-small {
    color: #6ca611;
    display: block;
    text-align: center;
}

#cart a.cart-button-small:hover {
    color: #fff;
}



@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	padding: 0;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: transparent;
    padding:10px;
    top: 0;
    margin-bottom: 0px;
}
#menu .nav > li > a {
	color: #101010;
	border-radius: 0px;
    font-weight: 700;
    font-size: 15px; text-transform: uppercase;
	padding: 8px 15px 8px 15px;
	background-color: transparent;
    transition: all 0.2s ease;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #101010;
    color: #fff;
}

#menu .dropdown:hover .dropdown-menu {
		display: block;
        border-radius: 0px;
        border: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        
	}

#menu .dropdown-menu {
	
    
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 200px;
    display: inline-block;
    padding: 12px 20px;
    clear: both;
    line-height: 20px;
    color: #101010;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.2s ease;
}
#menu .dropdown-inner li a:hover {
	color: #000;
}
#menu .see-all {
	min-width: 200px;
    display: inline-block;
    padding: 12px 20px;
    clear: both;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    font-weight: 800;
    border-top: 1px solid #eee;
}

#menu .see-all:before {
    content: "+";
    padding-right: 8px;
    color: #ffe51e;
    font-weight: 800;
}

#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #101010;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 18px;
	font-stretch: expanded;
    font-weight: 700;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #101010;
	border-color: #101010;
    margin-right: 0px;
    border-radius: 0;
    border:0px;
}

.navbar-toggle {
    
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #101010;
}


/* ------ CUSTOM  -------------*/
/*----------------------------*/

.cart-button-header { font-weight: 800;
    font-size: 14px;
    padding-left: 5px;
    color: #fff;
    letter-spacing: -0.4px;     background: transparent;
    border: 0px; }
.cart-button-header i { color: #6ca611 !important; }
.cart-button-header #cart-total { color: #fff !important; font-weight: 600 !important; }

header { background: #ffe51e; }
.navbar {
    position: relative;
    margin-bottom: 20px;
    border: 0px solid transparent !important;
    border-radius: 0px 0px 12px 12px !important;
}
.category-header { background: #151458; border-radius: 12px !important; padding: 15px; box-shadow: 0 1px 10px -1px rgba(0,0,0,.3); z-index: 999; position: relative; }
.category-header h2 { color: #fff; font-weight: 700; text-transform: uppercase; font-size: 20px; margin-top: 0px; margin-bottom: 0; }
.category-header p { color: #fff; font-weight: normal; line-height: normal; font-size: 14px; margin-bottom: 0px; }

.header-box { padding: 15px 20px 0px 20px; z-index: 999; position: relative; }
.refine-box { background:#ff5a00; box-shadow: 0 1px 10px -1px rgba(0,0,0,.3); padding:10px 15px; margin-bottom:20px; position: relative; top:-15px; border-radius: 0px 0px 12px 12px; color:#fff; z-index: 800; padding-top: 20px; }
.refine-box h3 { margin-top: 0; color: #fff; text-transform: uppercase; font-weight: 700; font-size: 14px; }
.refine-box .buttons a.btn-primary { margin-top: 40px; }



.filter-subtitle {
    color: #101010 !important;
    font-size: 16px;
    font-weight: 700;
    border-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    border-top: 5px solid #ffe51e !important;
    border-radius: 0 !important;
}

.filter-apply-btn {
    color: #000 !important;
    background-color: #ffe51e !important;
    border-radius: 0px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 7px 40px 7px 40px;
    border: 0px;
    margin: 0 auto;
}
.filter-apply-btn:hover {
    color: #fff !important;
}

.subfilter-box { background: #fff;
    box-shadow: 0 1px 5px -1px rgba(0,0,0,.2);
    border-radius: 0px 0px 12px 12px;
    display: inline-block;
    top: -50px;
    position: relative;
    padding: 35px 15px 5px 15px;
    margin-bottom: -20px;
}

.standard-box { background: #fff;
    box-shadow: 0px 0px 15px 0px #ccc;
    border-radius: 12px;
    padding: 5px 0;
    margin-bottom: 25px;
}
.standard-sub-box { padding: 15px; padding-top: 0px; }

.category-box { background: #fff;
    /*box-shadow: 0 0 14px 0px #ddd;
    border-radius: 12px;*/
    padding: 5px 0;
    margin-bottom: 25px;
}
.category-sub-box { padding: 15px; padding-top: 0px; }
.category-collapse { margin-bottom: 10px; padding: 15px; padding-top: 0;}
h3.c-collapse-h3 { color: #444; font-weight: 800; text-transform: uppercase; cursor: pointer; font-size: 16px; margin-bottom: 5px; margin-top: 10px; }


.tags{ list-style:none;padding-left:0;text-align: left; margin: 0; }
.tags li { display: inline-block;}
.tags a{color:#0f0f0f;font-size:14px;font-weight:600;display:inline-block; margin-bottom: 0px; margin-right: 10px; padding: 5px;}
.tags a .tags-icon { color:#30a030 !important; }
.tags a:hover .tags-icon { color: #ffe51e !important; }

.tags a:hover{color:#fff;}
.tags a:after { content:""; }
.tags a:last-child:after { content:""; }
.tags li:last-child { display: none; }

.tags a i{color:#30a030 !important; margin-right: 10px;}

.cat-desc p { font-size: 14px; }

ul.subcat-refine-style{display:block;list-style:none;padding-left:0;margin-left:0;margin-bottom:0px;}
ul.subcat-refine-style > li{border:2px solid #101010;padding:10px 15px !important;margin-bottom:10px; margin-top: 10px; border-radius: 0px; transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);}
ul.subcat-refine-style > li:hover{background-color:#ffe51e; border:2px solid #ffe51e;}
ul.subcat-refine-style > li:hover > a{color:#ffe51e !important; text-decoration: none; transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910); }
ul.subcat-refine-style > li > a{font-weight:600;color:#101010; transition: all 0.5s ease;}

.sidebar-category h2 { color: #131313; padding: 0 15px; font-weight: 700; font-size: 16px; text-transform: uppercase;}


.sidebar-category { 
    box-shadow: 0 0px 0px 0px rgba(0,0,0,.2) !important;
    border-radius: 0px !important;
    padding: 5px 0px 20px 0;
    background: #fff;
    border-right: 1px solid #ddd;
}

.sidebar-category a {
    color: #101010 !important;
    border-radius: 0px;
    border: 0px !important;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px;
    background-color: transparent;
    transition: all 0.2s ease;
}

.sidebar-category a.active, .sidebar-category a.active:hover, .sidebar-category a:hover {
    background-color: #101010 !important;
    color: #ffe51e !important;
}

.sidebar-category a.active span i { color: #6ca611 !important; }


.sidebar-category.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.sidebar-category.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

/*----------------------------*/

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
        border-radius: 0px;
        border: 0;
        padding-top: 10px;
        padding-bottom: 10px;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
        top: -10px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		    background-color: #101010;
    border-radius: 0px;
    margin-top: 5px;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
        width: 100%;
	}
}
/* content */
#content {
	min-height: 600px;
}

/* alert */
.alert {
	padding: 20px;
    
}

.alert-success {
    background-color: #5cb85c !important;
    color: #fff !important;
    font-weight: 600;
    padding: 30px 20px;
    border:0px solid;
    border-radius: 0px;
    text-align: center;
}

.alert-success i.fa-check-circle { display: block;
    text-align: center;
    font-size: 60px;
    margin: 25px; }


.alert-success a { color: #fff; font-weight: 600; }


.alert-dismissable .close, .alert-dismissible .close { right: 0px !important;     color: #000; }
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border-bottom: 0px solid #eee;
    background: none;
    text-align: center;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 0px 0 #FFF;
	padding: 0;
	position: relative;
	white-space: wrap;
}

.breadcrumb > li > a {
    color: #b3b3b3;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
    font-size: 14px;
}

.breadcrumb > li > a:hover {
    color: #fff;
}

.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
    display: block;
    position: absolute;
    top: 0px;
    right: -5px;
    font-size: 16px;
    color: #b3b3b3;
}
.pagination {
	margin: 0;
    border-radius: 0;
    
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #101010;
    border-color: #101010;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #101010;
    border-color: #101010;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 15px 20px;
    margin-left: 0px;
    line-height: normal;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    background-color: #ffe51e;
    border: 0px solid #ddd;
    transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}


/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	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: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	background-color: #101010;
    color: #ffffff;
    border-radius: 0px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 15px 10px 15px;
    border: 0px;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default.active, .btn-default.disabled, .btn-default[disabled] { color: #ffe51e; background: #101010 !important; }

.btn-primary {
	color: #ffffff;
	background-color: #6ca611;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 15px 7px 15px;
    border: 0px;
}


.btn-primary.focus, .btn-primary:focus { background-color: #101010; }
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #101010 !important;
	background-position: 0 -15px;
    border: 0px;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background-color: #101010 !important;
    color: #fff;
    border-color: #101010 !important;
}

.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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.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;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.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);
}
/* list group */
.list-group {
    border-right: 1px solid #ddd;
}
.list-group a {
	color: #101010 !important;
    border-radius: 0px !important;
    border: 0px !important;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: transparent;
    transition: all 0.2s ease;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	background-color: #101010 !important;
    color: #ffe51e !important;
}

.list-group a span.child-indicator{padding-left:0;padding-right:0.429em;}
.list-group a span.child-indicator i{color:#0f0f0f;font-size:0.857em;width:0.571em;}
.list-group a.list-group-item.child{padding-left:2.514em;}
.list-group-item{border:medium none;}
.list-group a:hover span.child-indicator i{color:#fff;}





/* 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;
}
/* product list */

.thumbnail { border: 0px; }

table{ width: 100%;
    max-width: 100%;
    margin-bottom: 1.236rem; }
.table-list-details td{padding:0.6rem !important;}
.table-list-details{color:#999;}
.table-list-details p{color:#222;margin:0;padding:0;}
.prod-stockinfo {
    background: transparent;
    border: 2px solid #fda813;
    border-radius: 0px;
    padding: 2px 14px;
    color: #fda813;
}

.product-thumb {
	border: 0px solid #ddd;
	margin-bottom: 20px;
    margin-top: 20px;
	
    box-shadow: 0 0 0px 0px #ddd;
    background: #fff;
    border-radius: 0px;
    transition: all 0.5s ease;
    padding: 0px;
}
/*
.product-thumb:hover {
    box-shadow: 0px 0px 15px 5px #ccc;
}
*/



.product-thumb .image {
	text-align: center;
}
.product-thumb .image h4 { text-align: center; }
.product-thumb .image a {
	display: block;
    color: #141414 !important;
    position: relative;
}

a.product-thumb-name { color: #141414 !important; }

.product-thumb .image a:hover {
	opacity: 1;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
    transition: all 0.2s ease;
}

.product-thumb:hover {
    /*
    background: #f5f4f4;
    */
}

.product-thumb:hover .image img {
	transform: scale(1.1);
}


.product-grid .product-thumb .image {
	float: none;
    position: relative;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}


.product-thumb {
    transition: all 0.2s ease;
    
}

/* BUTTON GROUP */

.product-thumb:hover .button-group button { z-index: 999; text-decoration: none; cursor: pointer; }

.product-thumb .button-group {
    transition: all 0.2s ease;
    position: absolute;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity:0;
}


.product-thumb:hover .button-group {
    opacity: 1 !important;
}





/* BUTTON MAGIC */
.bt-magic {
  display: block;
  transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}

.bt-magic:hover {
  background-position: left bottom;
}



.bt-magic-black {
    background: linear-gradient(to right, black 50%, transparent 50%);
    background-size: 203% 100%;
    background-position: right bottom;
}

.bt-magic-yellow {
    background: linear-gradient(to right, black 50%, #ffe51e 50%);
    background-size: 203% 100%;
    background-position: right bottom;
    color: #000;
    transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}

.bt-magic-yellow:hover {
    color: #fff;
}



/* BUTTON MAGIC */

.product-thumb h4 {
    text-align: left;
    height: auto;
    overflow: hidden;
    letter-spacing: -0.5px;
    margin-top: 25px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
    background: linear-gradient(to right, black 50%, white 50%);
    background-size: 201% 100%;
    background-position: right bottom;
}

.product-thumb h4 a {
    color: #000000;
    font-size: 16px;
    font-weight: 800;
    line-height: auto;
    line-height: 1.4em;
    transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
    display: block;
    padding: 5px;
}

.product-thumb:hover h4 a {
    color: #fff;
    display: block;
    padding:5px;
}

.product-thumb:hover h4 {
    background-position: left bottom;
}



h3.headline {
    line-height: 1.2em;
    margin-top: 0;
    /* text-align: center; */
    background: transparent;
    color: #101010;
    font-weight: 800;
    /* text-transform: uppercase; */
    letter-spacing: -0.8px;
    font-size: 2.4em;
    transition: all 256ms cubic-bezier(0.330,0.975,0.245,0.910);
}

/*
h3.headline {
    padding: 10px;
    line-height: 36px;
    margin-top: 0px;
    text-align: left;
    background: transparent;
    display: inline;
    color: #101010;
    -webkit-box-decoration-break: clone;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1.4px;
    color: #141414;
    font-size: 30px;
    transition: all .512s cubic-bezier(.33,.975,.245,.91);
}

h3.headline span {
    color: #000;
    position: relative;
}


h3.headline:hover {
    padding: 10px;
    line-height: 36px;
    margin-top: 0px;
    text-align: left;
    background: #000;
    display: inline;
    color: #fff;
    -webkit-box-decoration-break: clone;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1.4px;
    color: #141414;
    font-size: 30px;
}

h3.headline:hover span {
    color: yellow;
    position: relative;
}

*/







.product-thumb .caption {
	padding: 0;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0;
}
    
  
    
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding: 2px 5px;
    transition: all 0.2s ease;
    display: inline-block;
    background: linear-gradient(to right, black 50%, white 50%);
    background-size: 202% 100%;
    background-position: right bottom;
    text-align: left;
}


.product-thumb:hover .rating {
	background:#000;
    display: inline-block;
    
}


.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #ffab12;
	font-size: 15px;
}
.rating .fa-star {
	color: #ffab12;
	font-size: 12px;
}
.rating .fa-star + .fa-star-o {
	color: #ffab12;
}
h2.price {
	margin: 0;
}

h2.price-special {
    font-weight: 800; font-size: 36px; display: inline-block; padding: 8px 20px; color: #141414; text-align: left; margin-top: 5px !important;
}
h2.price-normal {
    font-weight: 800; font-size: 36px; display: inline-block; padding: 8px 20px 8px 0px; width: 100%; color: #101010; text-align: left; margin: 0px !important;
}

span.special-sign { color: #fff;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    padding: 5px 10px;
    background: #d40017;
    position: absolute;
    border-radius: 0;
    z-index: 999;
    /* width: 42px; */
    /* height: 42px; */
    right: 0;
    top: 0;}



.hotsale { font-size: 14px;
    text-align: center;
    background: #d40017;
    position: absolute;
    margin: 0;
    border-radius: 20px;
    padding: 5px 10px;
    color: #fff;
    top: 10px;
    left: 25px;
    z-index: 800;}

.product-thumb .price {
	text-align:left; font-size:1.6rem; color:#636363; font-weight:800; display:inline-block; margin:0; padding: 5px; transition: all 0.2s ease; letter-spacing: -0.5px;
    background: linear-gradient(to right, black 50%, white 50%);
    background-size: 202% 100%;
    background-position: right bottom;
}

.product-thumb:hover .price {
    background: #000;
    color: #fff;
    margin:0; padding: 5px;
}

.product-thumb:hover .price span.price-new {
    
    color: #ffe51e;
    transition-delay: 0.5s;
    transition: all 0.2s ease;
    
}

.product-thumb:hover .price span.price-old {
    
    color: #fff;
    transition-delay: 1s;
    transition: all 0.2s ease;
}





.product-thumb .price-new {
	color:#cf0c0c; font-weight:800; display:inline-block; width:auto;
}
.product-thumb .price-old {
	font-size: 1.6rem;
    white-space: nowrap;
    font-weight: 600;
    display: inline-block;
    color: #bbb;
    text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 0px solid #ddd;
	
	overflow: auto;
    text-align: center;
    margin-bottom: 5px;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}



.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}

.minicart-open-btn {
    border: none;
    display: inline-block;
    background-color: #ffe51e;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 0px 15px;
    height: 45px;
    transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}

.minicart-open-btn:hover {
	color: #fff !important;
	background-color: #101010;
	text-decoration: none;
	cursor: pointer;
}

.minicart-open-btn:hover i.minicart-open-btn-icon {
    color: #fff !important;
}


.product-thumb .button-group button,
.product-thumb .button-group .viewprod-btn {
	border: none;
    display: inline-block;
    background-color: #ffe51e;
    color: #000;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 0px 25px;
    transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}

/*

.product-thumb .button-group button + button {
	width: 20%;
	border-left: 0px solid #ddd;
}
*/


.product-thumb .button-group button:hover,
.product-thumb .button-group .viewprod-btn:hover {
	color: #fff !important;
	background-color: #000;
	text-decoration: none;
	cursor: pointer;
}

.product-thumb .button-group .viewprod-btn:hover i.view-icon {
    color: #fff !important;
}


@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: auto;
	}
    .carousel-inner>.item.active, .carousel-inner>.item { height: 256px !important; }
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 0px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#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-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-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* 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%;
    }
    
}




.flex-cards { display: flex; flex-flow: row wrap;  margin-left: 15px; margin-right: 15px; }
.flex-cards .product-layout::after{content:'' !important;flex:0 1 20%;}
.flex-cards .product-layout { flex: 0 1 20%; padding-right: 5px !important; padding-left: 5px !important; }


h3.headline-product { 
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: -0.5px;
    margin-bottom: 0;
    /* margin-left: 5px; */
    color: #141414;
    border-bottom: 0px solid #eee;
    line-height: 36px;
    /* padding-bottom: 10px; */
    margin-top: 0;
    padding: 15px 0px;
    font-size: 28px;
}


/*
h3.headline:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 25px;
    border-color: transparent transparent transparent #6ca611;
    padding-right: 5px;
    margin-bottom: -16px;
}
*/


@media (max-width: 480px) {
    .product-layout {flex: 0 1 100% !important;}
    .carousel-inner>.item.active, .carousel-inner>.item { height: 256px !important; }
    .carousel-inner>.item h5 { font-size: 24px !important; }
}


@media (max-width: 1240px)
    .container { width: 1240px;  }
    .carousel-inner>.item.active, .carousel-inner>.item { height: 577px; }
    .carousel-inner>.item h5 { font-size: 42px; }
}


/* FOOTER */
.footer-social-icons .social-icons a:hover{color:#d40017;}
.footer-address{color:#868686;}
.footer-call-us span.call-us-text{color:#ffffff;}
.footer-call-us span.call-us-number{color:#ffffff; font-size: 20px; display: block; font-weight: 800; margin: 10px 0;}
.footer-call-us .media .footer-call-us .call-us-icon i{color:#7c7c7c;font-size:38px;}

footer {
	margin-top: 30px;
	padding-top: 60px;
	background-color: #101010;
	color: #fff;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer ul li { margin:10px 0; }
footer a {
	color: #fff;
    font-size: 14px;
}
footer a:hover {
	color: #ffe51e;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 800;
	color: #fff;
    text-transform: uppercase;
    margin-bottom: 45px;
}




/* 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;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}





.minicart-remove {
    background: #d00d31;
    padding: 5px 10px;
    color: #fff;
    border: 0;
    font-size: 10px;
}


.checkout-cart-prod-name {
    color: #101010;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-size: 14px;
    line-height: 16px;
}





.select-sort {
    border: 2px solid #f1d90c;
    padding: 10px 20px !important;
    height: auto !important;
    font-size: 14px !important;
    font-weight: 700;
}

#sidemenu{
    left: 25px;
    top: 20px;
    font-size: 30px;
    font-weight: 600;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.25s;
    position: absolute;
    color: #000;
    transform: rotate(90deg);
    font-weight: 800;
    font-size: 16px;
}

#sidemenu:hover{
    transform: rotate(0deg);
    color: #74b10a;
}



.sidemenu-list {
    width: 80%;
    height: 100%;
    top: 0;
    left: -650px;
    overflow:hidden;
    background-color: #000;
    box-shadow: 0px 0px 15px 5px #000;
    position: fixed;
    z-index: 999;
    opacity: 0;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    
}

#exit{
    position: absolute;
    right: 15px;
    padding: 0px;
    top: 15px;
    font-size: 4em;
    color: white;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
#exit:hover{
    color:#fff;
}

.sidemenu-list.enter{
    opacity: 1;
    left: 0;
}


.velaServicesInner {
	border: 0px solid #ebebeb;
	margin-top: 25px;
    margin-bottom: 25px
}

.velaServicesInner .rowFlexMargin {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px
}

.velaServicesInner .flexJustifyCenter {
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center
}

.velaServicesInner .d-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.velaServicesInner .boxServiceImage {
	margin-right: 15px
}

.velaServicesInner .boxServiceImage .velaServices .lnr {
	font-size: 40px;
	color: #222
}

.velaServicesInner .boxServiceTitle {
	font-weight: 500;
	margin: 0 0 5px;
	font-size: 16px;
	color: #222
}

.velaServicesInner .boxServiceDesc {
	font-size: 14px;
	color: #999;
	font-weight: 400
}

.velaServicesInner .rowFlex>div:not(:last-child) {
	border-right: 1px solid #ebebeb
}

.velaServicesInner .rowFlex>div {
	margin: 25px 0
}

.velaServicesInner .lnr {
	font-size: 0;
	color: #ffe51e
}

.velaServicesInner .lnr:before {
	font-size: 40px
}

.boxService:hover .lnr {
	color: #000;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}



.velaAboutUsTextHeading:before {
	content: '\201C';
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	height: 50px;
	color: #fcb700;
	font-size: 150px;
	line-height: 150px;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

#pageContent .velaAboutUsText .velaContent {
	position: relative
}

#pageContent .velaAboutUsText .velaContent:before,
#pageContent .velaAboutUsText .velaContent:after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	width: 300%;
	border-top: 1px solid #ebebeb
}

#pageContent .aboutBoxText {
	width: 50%;
	padding: 113px 30px 120px
}

#pageContent .aboutBoxTextHeading {
	margin: 0 0 30px;
	color: #222;
	font-size: 21px;
	font-weight: 500;
	line-height: 32px
}


.velaServicesInner .boxServiceTitle {
    font-weight: 800;
    margin: 0 0 5px;
    font-size: 14px;
    color: #222;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: -0.6px;
}

/* 2021-01-09 */
.banner-box { float: left; height: auto; overflow: hidden; -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease; margin-bottom: 20px;}
.banner-box a img { -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease; }
.banner-box:hover a img { transform: scale(1.1); -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease; }



.category-box ul.list .list-item { list-style: none;
display: inline-block;
padding: 5px 20px; }
.category-box ul.list .list {
    margin-bottom: 0;
    padding-right: 0;
    position: relative;
    justify-content: stretch;
    list-style: none;
}
.category-box ul.list .list-item img {
    height: 44px;
    filter: grayscale(100%);
    display: block;
    margin: auto;
}

.category-box ul.list .list-item a, .category-box ul.list .list-item span {
    color: #212121;
    padding: 5px 0;
    width: 100%;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    position: relative;
    font-size: 15px;
    font-weight: 700;
}