#ctlh4{
	color: #e40404;
	text-transform: uppercase;
}
.btn-ctl{
	text-align: center;
	background: #222222;
	border-style: solid;
	border-width: 2px;
	border-color: #222222;
	font-size: 14px;
	color: #fff;
	padding: 5px 40px;
	text-transform: capitalize;
	transition: all 0.25s ease 0s;
}
.btn-ctl:hover{
	opacity: 0.75;
}
#edit-submit{
	background-color: #e40404;
	border-color: #e40404;
}
span.select {
    position: relative;
    display: block;
}
.form-select{
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 6px;
        padding-right: 6px;
    color: #666;
    max-width: 100%;
    outline: none;
    -webkit-appearance: none;
}
.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding-right: 24px;
}
span.select::after {
    content: "\f107";
    font-family: "FontAwesome";
    color: #666;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    pointer-events: none;
}
#catalogue-table th {
    text-align: center;
	padding: .5em;
	border:1px solid #ccc;
	background-color: #e40404;
	font-weight: normal;
	color: #fff;
	text-transform: capitalize;
}
#loadingoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000;
    opacity: .6;
    text-align: center;
    z-index: 100000;
    left: 0;
    top: 0;
}
#loadtext {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    color: #FFF;
}
#catalogue-table td {
    text-align: center;
}
.txt-left{
    text-align: left !important;
}
/* Moved from catalogue/index.php inline <style> block */
#checkpd{
    padding: 20px;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 8px;
    border-color: #999;
}
#htkt{
    color: red;
    padding: 5px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}
.item-01{
    padding: 15px 0;
}
.item-01::before {
    content: "";
    width: 0%;
    height: 0%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-width: 0 0 0 0;
    border-color: #e40404;
    border-style: solid;
}
.item-01::after {
    content: "";
    width: 0%;
    height: 0%;
    border-width: 0 0 0 0;
    border-color: #e40404;
    border-style: solid;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.item-01:hover::before{
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    border-width: 1px 0 0 1px;
}
.item-01:hover::after{
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    border-width: 0 1px 1px 0;
}
.text-center{
    position: relative;
    z-index: 10;
}
#checkbt{
    background-color: red;
    color:#fff;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    padding: 4px 10px;
    border-radius: 5px;
}
#checkbt:hover{
    opacity: 0.75;
}
/*-------------------------------------
[ 13. Login page ]
---------------------------------------*/
.account-page .login-des{display:block;}
.login-lost {
    background: #e5e5e5 none repeat scroll 0 0;
    margin: 35px -5px 0;
    overflow: hidden;
    padding: 8px 0;
}
.account-page .single-log-info ul li {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    padding: 10px 0;
}
.account-page .login-des {padding-bottom: 0;}
.account-page .single-log-info form label {margin-right: 15px;}
.account-page .require-text span {
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    margin: 0 0 14px;
    padding: 0 0 5px;
    text-transform: uppercase;
    display: block;
    color:#000;
    font-weight:500;
}
.account-page .login-des label {color: #2a2a2a;}
.account-page .login-des .submit-text label {color: #555;}
.submit-text .btn {
    background: #2e2e2e none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-bottom: 60px;
    padding: 0 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.single-log-info ul li,.single-log-info ul li a,.login-des .require-text span,.login-des form label {
    font-size: 15px;
}
.single-log-info ul li,.login-des{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    display: block;
    margin: 0 0 20px;
    padding:20px;
}
.single-log-info ul li {padding: 15px 20px;}
.single-log-info ul li,.single-log-info ul li a:hover,.group-product .amount.nulla-text h4,.group-product .amount.nulla-text a:hover,.wishlist-page td.in-strock,.compare-sidebar ul li a:hover,.sidebar-menu.compare-sidebar a.clearall:hover{
    color: #00c8c8;
}
.single-log-info ul li a {
    color: #222;
    font-weight: 400;
}
.single-log-info ul li i {margin-right: 10px;}
.login-des .require-text span,.single-log-info form label,.bulling-title h5,.toggle4 p{
  color: #555;
}
.single-log-info form label,.bulling-title h5,.bulling-title h5 label{
    font-weight: 400;
}
.bulling-title h5{margin-bottom:27px;}
.single-log-info form label sup {
    color: red;
    font-size: 22px;
    left: 1px;
    top: 5px;
}
.single-log-info .input-text input,.single-log-info form label,.toggle4 p,.create-acc .bulling-title h5{
  font-size: 15px;
}
.toggle4 p,.single-log-info .input-text input,.single-log-info form label{margin-bottom: 15px;}
.single-log-info form label{margin-bottom: 10px;}
.single-log-info .submit-text input {margin: 0 3px 0 15px;}
.login-des .submit-text button,.login-des .submit-text a {margin: 0;}
.single-log-info input::-moz-placeholder{color:#858585; opacity:1;}
.single-log-info input::-webkit-input-placeholder{ color:#858585; opacity:1;}
input:focus, textarea:focus, keygen:focus, select:focus {
    outline-offset: 0px;
    outline:0;
}
.login-des,.toggle3,.toggle4{display: none;}
.single-log-info .input-text textarea {
  height: 32px;
  margin: 0;
  padding: 5px 0 0 10px;
}
.login-lost label{
    display: inline-block !important;
}
.login-lost input{
    display: inline-block !important;
width: auto !important;
min-width: auto !important;
margin-bottom: 0 !important;
}
.account-page input[type="text"], .account-page input[type="password"], .account-page input[type="email"], .account-page input[type="tel"]{
    width: 100% !important;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
