@font-face{
font-family:'brandon-grotesque-bold';
src:url(../../../javascript/webiarch/font/brandon-grotesque-bold-58db8d399be2e.otf);
}
@font-face{
font-family:'brandon-grotesque-light';
src:url(../../../javascript/webiarch/font/brandon-grotesque-light-58db8dcc77ab5.otf);
}
@font-face{
font-family:'brandon-grotesque-regular';
src:url(../../../javascript/webiarch/font/brandon-grotesque-regular-58db8d67e577f.otf);
}
@font-face{
font-family:'brandon-grotesque-thin';
src:url(../../../javascript/webiarch/font/brandon-grotesque-thin-58db8d90b4e70.otf);
}
body {
font-family: 'brandon-grotesque-regular';
color: #200040;
font-size: 14px;
line-height: 20px;
width: 100%;
background-color:#f2f2f2;
}
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: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #200040;
}
a:hover {
	text-decoration: none;
	color:#D93600;
}
P{
	font-size:16px;
	color:#200040;
}
 .input-group {
    z-index: 0;
}

legend {
	font-size: 18px;
	padding: 7px 0px;
	letter-spacing:0.5px;
}
label {
	font-size: 14px;
	font-weight: normal;
	color:#200040;
	letter-spacing:0.5px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
}
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: 14px;
}
input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
	outline:none;
}
.form-control:focus {
    border-color: #D93600;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 16px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
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: #D93600;
	background-color: unset;
}
.dropdown-menu {
    font-size: 16px;
}
/* top */
#top {
	background-color: #200040;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	color: #1c1d21;
}
#top #form-language img {
    margin-bottom: 6px;
}
#form-language .dropdown-menu{
	min-width: 141px;
	background-color:#ededed;
}
#form-currency .dropdown-menu{
	background-color:#ededed;
	left: -11px;
	width: 100px;
}
#top #form-currency span, #top #form-language span{
	line-height:26px;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #D93600;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
#top-links span{
	line-height: 26px;
}
#top-links img{
	margin-right:10px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #D93600;
}
#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 {
	position: relative;
	top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 2px 0 0px 0;
}
@media(min-width:992px){
	#logo {
	    margin: 0 40px 10px 0;
	}
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border: none;
}
#search .btn-lg {
	font-size: 16px;
	line-height: 18px;
	padding: 10px 19px;
	color: #1c1d21;
	background: #fff;
	border: none;
	border-radius: 0;
	height: 40px;
	box-shadow: none;
}
/* cart */
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #ededed;
	z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 297px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
		left: -57px;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	min-height: 40px;
}
#menu .nav > li > a {
	color: #1c1d21;
	padding: 10px 15px 10px 15px;
	background-color: transparent;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #D93600;
}
#menu .dropdown-menu {
	padding-bottom: 15px;
	padding-top: 10px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #200040;
	font-size: 14px;
	text-transform: capitalize;
}
.menuhr{
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 2px solid #D93600;
	width: 25%;
	left: -46px;
	position: relative;
}
#menu .dropdown-inner h4 {
	color:#200040;
	font-size:16px;
	text-transform: capitalize;
	font-weight: 600;
}
#menu .dropdown-inner li a:hover {
	color: #D93600;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 18px;
	line-height: 40px;
	color: #1c1d21;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 12px;
	float: right;
	background-color: #D93600;
	border-color: #D93600;
	border-radius: 0;
	box-shadow:none;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #200040;
	border: 1px solid #2d232a;
}
@media (max-width: 991px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #200040;
	}
	#menu .dropdown-inner h4 {
    	margin-left: -25px;
	}
	#menu .dropdown-inner ul {
    	margin-left: 30px;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
        .down-arrow{
            float:right;
        }
}
/*custom menu start*/
@media (max-width:991px) {
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: transparent;
	}
    .down-arrow{
            float:right;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
     #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
    #menu .dropdown-toggle i {
        float:right;
    }
    .list-icon > ul.list-inline{
        padding-top:7px !important;
    }
    .collapse.in{
        display:block !important;
    }
 .navbar-collapse.collapse {
        display: none!important;
    }
    #menu .navbar-collapse{
        background:#ffffff none repeat scroll 0 0;
        left: 0;
        right: 0;
        position:absolute;
        z-index:99;
        margin:0;
        border:1px solid #d5d5d5;
        top:100%;
    }  
    .visible-xs {
        display: block !important;
    }
    #menu .nav.navbar-nav > li {
        display: inline !important;
        width:100%;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block !important;
    }
    .navbar-collapse {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #menu .nav > li > a {
        padding:10px;
    }
    .collapse.in{
        display:block !important;
    }
    #menu .nav > li > a, #menu .nav > li > span {
        text-align:left;
        color:#000000;
        font-size:14px;
    }
    #menu .nav.navbar-nav > li {
        display: block;
        float: right;
    }
    #menu .nav > li.open > a {
        background:none;
    }
    #menu .nav > li.dropdown::after {
        top: 3px;
        color: #000000;
    }
    #menu .nav > li.dropdown:hover::after{
        top: 3px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }	
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background:none !important;
        /*display: block !important;*/
        border:none;
        margin-top:0;
    }

    #menu .dropdown-inner {
        margin-top: -9px;
        
    }
    #menu .nav > li.dropdown::before {
        display:none;
    }   
}
/* custom menu end */
/* content */
#content {
	min-height: 600px;
	background-color:#fff;
	padding-top:30px;
	padding-bottom: 30px;
}
/* footer */
footer {
	padding-top: 30px;
	background-color: #200040;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
.foothr {
	width: 10%;
	position: absolute;
	border-bottom: 1px solid #003050;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #D93600;
}
footer h5 {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 60px;
}
/* alert */
.alert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    border: 1px solid #200040;
    background-color: #200040;
    padding: 12px 14px 12px 14px;
	z-index:99;
}
.alert .close {
    color: #ffffff;
    opacity: 1;
}
.alert a{
    color: #aaa;
}
.alert a:hover, .alert a:focus{
    color: #D93600;
    text-decoration: none;
}
/* breadcrumb */
.breadcrumb {
	margin: 0px -15px 0px -15px;
	padding: 12px 0px 12px 0;
	border: 0;
	background: none;
	background-color: #1f1b18;
	border-radius: 0;
	top: -17px;
}
.breadcrumb i {
	font-size: 18px;
}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	font-size:18px;
}
.breadcrumb > li a{
	color:#fff;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	right: -3px;
	width: 12px;
	height: 11px;
	-webkit-transform: rotate(-65deg);
	-moz-transform: rotate(-65deg);
	-o-transform: rotate(-65deg);
	transform: rotate(47deg);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.breadcrumb > li:last-child::after {
	border-top: 0;
	border-right: 0;
}
.breadcrumb > li a:focus, .breadcrumb > li a:hover {
	color: #D93600;
}
.pagination {
	margin: 0;
}
 .result-pagination{
text-align: center;
}
.result-pagination .pagination{
    width: 100%;
    margin-bottom: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    border-radius: 0;
    margin-top: 40px;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 3;
    color: #200040;
    background-color: transparent;
    border-color: transparent;
}
.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: #D93600;
    cursor: default;
    background-color: transparent;
    border-color: transparent;
    font-size: 16px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: none;
    padding: 6px 25px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #200040;
    text-decoration: none;
    background-color: #fff;
    border: none;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-table;
}

/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 4.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: 14px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default, .btn-default:focus, .btn-default:active{
	background-color: #D93600;
	border-color: #D93600;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
	transition: all 0.5s linear;
	border-radius: 0;
}
.btn-primary, .btn-primary:focus {
	color: #ffffff;
	background-color: #D93600;
	border-color: #D93600;
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
	transition: all 0.5s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-default:hover, .btn-primary.disabled:hover, .btn-primary.disabled:focus{
	background-color: #200040;
	color:#fff;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover{
    color: #fff;
    background-color: #D93600;
    border-color: #D93600;
    box-shadow: none;
}
.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:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: none;
}
.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, .btn-info:active, .btn-info:focus, .btn-danger {
	color: #ffffff;
	text-shadow: none;
	background-color: #200040;
	border-color: #200040;
	box-shadow: none;
	border-radius: 0;
	font-size: 16px;
	transition: all 0.5s linear;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled], .btn-danger:hover {
	background-image: none;
	background-color: #D93600;
	border:1px solid #D93600;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #D93600;
	font-size:16px;
	border-radius: 0;
}
.btn-link:focus, .btn-link:hover {
    color: #200040;
    text-decoration: none;
    background-color: transparent;
}
.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 a {
	color: #200040;
	padding: 10px 12px;
	background-color: #ededed;
	font-size: 16px;
	border:none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #D93600;
	background: #ededed;
	border-top: 1px solid #fff;
	border-bottom:1px solid #fff;
}
.refine-filter-box{
	border-radius:0;
}
.fhead{
border: none;
font-size: 16px;
letter-spacing: 0.5px;
text-transform: uppercase;
font-weight: 600;
}
.refine-filter-box .list-group-item{
background-color: #ededed;
border: none;
}
.refine-filter-box .checkbox{
border-bottom: 1px solid #fff;
margin-bottom: 15px;
}
.refine-filter-box .checkbox:last-child {
	border:none;
	margin-bottom:0;
}
.refine-filter-box .panel-heading {
    color: #333;
    background-color: #ededed;
    border-bottom: 1px solid #fff;
}
.refine-filter-box .panel-footer{
background-color: #ededed;
}
.refine-filter-box label{
font-size: 15px;
color: #200040;
margin-bottom: 10px;
}
.list-group-item.fhead:hover {
    border: none;
}
/* 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 */
.product-thumb {
	overflow: auto;
    text-align: center;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;

}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	margin: 0 20px 0 0;
}
}
.product-thumb h4 {
    text-align: left;
    float: left;
    width: 60%;
    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 5px;
	letter-spacing:0.5px;
   height: 20px;
}
.product-thumb h4 a{
color: #1c1d21;
font-size: 16px;
text-transform: capitalize;
}
@media (min-width:767px){
	.product-thumb p{
	    text-align: justify;
	}
}
.product-list .product-thumb p{
    text-align: left;
}
@media (max-width: 767px) {
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
    padding-bottom: 10px;
    text-align: left;
}
.product-list .product-thumb .rating {
        text-align: left;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #200040;
	font-size: 15px;
}
.rating .fa-star {
	color: #200040;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #200040;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
    color: #D93600;
    text-align: right;
    font-size: 16px;
    padding-top: 3px;
}
.product-list .product-thumb .price {
        text-align: left;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
        position: absolute;
        top: 0;
        right: 0px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-list .product-thumb .button-group {
    width: auto;
    display: block;
    float: left;
    position: unset;
}
@media (max-width: 766px) {
    .product-list .product-thumb .rating, .product-list .product-thumb .price, .product-list .product-thumb p, .product-list .product-thumb h4 {
            text-align: center;
    }
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1199px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group {
            width: auto;
            display: inline-block;
            position: unset;
        }
        .product-thumb .button-group button, .product-thumb .button-group button + button {
		width: auto;
                padding: 0 16px;
	}
        .product-thumb .button-group button {
            width: auto;
            padding: 0 16px;
        }
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
        text-align: center;
}
.thumbnails > li {
}
.thumbnails > img {
	width: 100%;
}
.thumbnail{
    padding: 0;
    border-radius: 0;
    margin-bottom: 15px;
    border:0;
}
.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-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-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-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%;
    }
}

/* 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: #D93600;
	border:1px solid #D93600;
}


/*===========================================================================CUSTOM CSS=====================================================================================================*/
/*==================BOOTSTRAP=================*/
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle 
{
    border-radius: 0;
}
/*==================BOOTSTRAP OVER=================*/

/*=============================HEADER===========================*/
.headsearch{
	background-color:#200040;
	padding: 15px 10px 5px 15px;
}
 .form-control::placeholder {
    color: #1c1d21;
    opacity: 1;
}
.shed{
	box-shadow: 0px 3px 4px 2px #ccc;
	padding-top: 20px;
	background-color:#fff;
}
.support{
	text-transform:capitalize;
}
.accountic i, .accountic .caret{
	color:#fff;
	font-size:24px;
	vertical-align: middle;
}
.accountic i:hover{
	color:#D93600;
}
.accountic{
	margin-right:20px;
}
.accountic .dropdown-menu li i {
    font-size: 14px;
    line-height: 25px;
    width: 16px;
    margin-left: 10px;
    color: #1c1d21;
}
.accountic .dropdown-menu li {
    display: flex;
}
.accountic .dropdown-menu{
	background-color:#e9e9e9;
	top: 34px;
}
/* cart - header */
#cart.open > .btn {
    background-image: none;
    background-color: unset;
    border: none;
    color: #000;
    box-shadow: none;
    text-shadow: none;
}
#cart .btn {
    background-image: none;
    background-color: unset;
    border: none;
    color: #888;
    box-shadow: none;
    text-shadow: none;
    margin-right: 65px;
}
#cart .btn-danger{
	margin-right:0 !important;
	background-color: #D93600;
	color: #fff;
	padding: 0 5px;
}
#cart button i{
   font-size: 16px;
}
#cart span{    
	color: #fff;
	position: absolute;
	font-size: 14px;
	background-color: #D93600;
}
.cartext{
	background-color: unset !important;
	color: #fff;
	position: absolute !important;
	left: 55px;
	top: 11px;
}
.cartext:hover{
	color:#D93600;
}
#cart span.cart-items.cart-digit1, #cart span.cart-items.cart-digit2 {
    padding: 1px 0px;
    top: 11px;
    right: 0px;
    min-width: 20px;
    min-height: 20px;
}
/* cart - header */

/*--------------menu-----------*/
.navbar-nav .dropdown i{
	margin-left:5px;
}
@media(max-width:767px){
	.headxs{
		position:absolute;
		top:-6px;
	}
	#cart .btn {
		margin-right: 22px;
		margin-left: -10px;
	}
	.accountic {
	    margin-right: 0px;
    	margin-left: 10px;
	}
	.shed {
	    padding-top: 10px;
	}
	.navbar {
	    margin-bottom: 0;
	}
	.headsearch {
	    padding: 5px 15px 5px 15px;
	}
	#text-search {
	    width: 55% !important;
	}
	#searchcate {
	    width: 85.7% !important;
	}
	.categorycon {
	    width: 45% !important;
	}
	.accountic .dropdown-menu {
	    left: 0;
	}
	#form-currency .dropdown-menu {							
	    left: -110px;
	}
	#form-language .dropdown-menu {
	    min-width: 60px;
	}
	#search-btn {
    	width: 17% !important;
	}
}

@media(max-width:991px){
	#menu{
		margin-bottom: 10px;
		border: 1px solid #ccc;
		margin-top: 10px;
	}
	#menu .btn-navbar {
	    margin-top: 6px;
	}
	#menu #category {
	    line-height: 37px;
	}
	#form-language .dropdown-menu {
	    min-width: 113px;
	}
	#form-currency .dropdown-menu {
	    left: -102px;
	}
	.shed {
	    padding-top: 8px;
	}
	.categorycon {
	    width: 35% !important;
	}
	#text-search {
	    width: 65% !important;
	}
	.accountic {
	    margin-right: -5px;
	}
}
@media(min-width:479px) and (max-width:767px){
	#cart .dropdown-menu {
	    min-width: 437px;
	    left: 0;
	}
}
@media (max-width:991px)
{
    .navbar-toggle {
        display: block !important;
    }
	#menu .navbar-collapse {
    background: #ffffff none repeat scroll 0 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 99;
    margin: 0;
    border: 1px solid #d5d5d5;
    top: 100%;
}
}
@media (min-width:992px) {
    .navbar-nav>li {
        float: none;
		display:inline-block;
    }
	.navbar-nav {
		text-align: right;
    	width: 100%;
	}
}
/*----over-----*/
/*=======================================HEADER OVER=======================*/

/*==============================slider================================*/
.owl-wrapper-outer {
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.owl-pagination {
    top: -30px !important;
}
.logo-slider .owl-wrapper-outer {
    border: 4px solid #fff !important;
    border-radius: 4px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,.2) !important;
}

/*----------------------------slide-show-loader---------------------*/
#carousel0{
	margin:0;
}
.slideshow-panel{
  position:relative;
}
.slideshow-panel .owl-carousel{
	margin-bottom:0;
}
.slideshow-panel a{
	display:block;
}

.slideshow-panel .owl-carousel:hover .owl-buttons div {
	opacity: 1;
}
.slideshow-panel .owl-carousel .owl-buttons div {
	opacity: 0;
}
.slideshow-panel .owl-controls .owl-buttons .owl-prev, .slideshow-panel .owl-controls .owl-buttons .owl-next {
	top:45%;
}
.slideshow-panel .owl-carousel .owl-buttons .owl-next i {
    font-size: 20px;
    background-color: #200040;
    color: #fff;
    padding: 6px 11px 7px 14px;
    border-radius: 50%;
}
.slideshow-panel .owl-carousel .owl-buttons .owl-prev i {
    font-size: 20px;
    background-color: #200040;
    color: #fff;
    padding: 6px 14px 7px 11px;
    border-radius: 50%;
}
.slideshow-panel .owl-carousel .owl-buttons .owl-prev i:hover, .slideshow-panel .owl-carousel .owl-buttons .owl-next i:hover {
	background-color:#D93600;
}
@media(max-width:991px){
	.slideshow-panel .owl-carousel .owl-buttons div {
		opacity: 1;
}
.slideshow-panel .owl-controls .owl-buttons .owl-prev, .slideshow-panel .owl-controls .owl-buttons .owl-next {
    top: 42%;
}
}
/*--------------------------------loader end----------------------------*/

/*==========================over slider===============*/

/* latest product */
.nav > li > a:focus, .nav > li > a:hover, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    outline: 0;
}
#gallery_01 .thumbnails > li{
    margin-left: 0;
}
#feature-product .owl-controls .owl-buttons div i, #latest-product .owl-controls .owl-buttons div i,#special-product .owl-controls .owl-buttons div i,
#toprated-product .owl-controls .owl-buttons div i,#bestseller-product .owl-controls .owl-buttons div i, #carousel0 .owl-controls .owl-buttons div i, #blog-carousel .owl-controls .owl-buttons div i, #releted .owl-controls .owl-buttons div i{
    font-size: 14px;
    color: #aaa;
}
#feature-product .owl-controls .owl-buttons div i:hover, #latest-product .owl-controls .owl-buttons div i:hover,#special-product .owl-controls .owl-buttons div i:hover,
#toprated-product .owl-controls .owl-buttons div i:hover,#bestseller-product .owl-controls .owl-buttons div i:hover, #carousel0 .owl-controls .owl-buttons div i:hover, #blog-carousel .owl-controls .owl-buttons div i:hover, #releted .owl-controls .owl-buttons div i:hover{
    color: #D93600;
}
#feature-product .owl-controls .owl-buttons .owl-prev, #latest-product .owl-controls .owl-buttons .owl-prev,#toprated-product .owl-controls .owl-buttons .owl-prev, #releted .owl-controls .owl-buttons .owl-prev{
    right: 42px;
    left: auto;
    top: -58px;
    border-top: 2px solid #000;
}
 #special-product .owl-controls .owl-buttons .owl-prev, #bestseller-product .owl-controls .owl-buttons .owl-prev, #carousel0 .owl-controls .owl-buttons .owl-prev, #blog-carousel .owl-controls .owl-buttons .owl-prev{
	right: 27px;
    left: auto;
    top: -58px;
    border-top: 2px solid #000;
 }
#feature-product .owl-controls .owl-buttons .owl-next, #latest-product .owl-controls .owl-buttons .owl-next, #toprated-product .owl-controls .owl-buttons .owl-next, #releted .owl-controls .owl-buttons .owl-next{
    right: 16px;
    left: auto;
    top: -58px;
    border-top: 2px solid #000;
}
 #special-product .owl-controls .owl-buttons .owl-next, #bestseller-product .owl-controls .owl-buttons .owl-next, #carousel0 .owl-controls .owl-buttons .owl-next, #blog-carousel .owl-controls .owl-buttons .owl-next{
	   right: 0;
    left: auto;
    top: -58px;
    border-top: 2px solid #000;
 }
/* feature product heading */
.product-head{
	color: #D93600;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'brandon-grotesque-bold';
	letter-spacing: 1px;
}
.product-head i{
	color: #23292a;
	margin-right: 15px;
	font-size: 16px;
	margin-left: 15px;
}
.common-hr{
	margin-top: 10px;
	padding-bottom: 2px;
	border: 0;
	border-top: 3px solid #000;
	border-bottom: 1px solid #ccc;
}
/* over */

/* hover effect */

/* button hover css */
.product-thumb .caption .button-group {
	background-color: #fff;
	overflow: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
	justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
	align-items: flex-start;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.product-thumb:hover .caption .button-group {
    opacity: 1;
    visibility: visible;
}
.product-thumb .caption{
    position: relative;
}
.product-thumb .button-group .add-cart {
	width:auto;
	border: none;
	display: inline-block;
	float: left;
	background-color: #200040;
	color: #fff;
	line-height: 38px;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
	margin-right: 10px;
	max-width: 100%;
    -webkit-transition: .3s;
	transition: .3s;
    -webkit-transition-delay: .2s;
	transition-delay: .2s;
	font-size:14px;
	padding:2px 15px;
	margin-bottom: 0;
	width: auto;
    -webkit-transition-delay: .2s;
	transition-delay: .2s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
	transform: translateY(10px);
}
.product-list .product-thumb .button-group .add-cart {
	margin-right: 2px;
}
.product-thumb .button-group .wish {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.product-thumb .button-group .wish i,.product-thumb .button-group .compare i,.product-thumb .button-group .zoom i{
	font-size: 16px;
}
.product-thumb .button-group .compare,.product-thumb .button-group .zoom{
	 opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.product-thumb .button-group .compare{
	-webkit-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.product-thumb:hover .button-group .compare{
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
	transform: translateY(10px);
    opacity: 1;
}
.product-thumb .button-group .zoom{
	webkit-transition-delay: 0.4s !important;
	transition-delay: 0.4s !important;
	opacity: 0;
    -webkit-transition: .3s;
	transition: .3s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.product-thumb:hover .button-group .zoom{
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 1;
}
.product-thumb .button-group{
	padding:10px;
	clear: both;
}
.product-thumb:hover .button-group button {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.product-thumb .button-group button + button {
	border-left: 1px solid #ddd;
	color:#aaaaaa;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 6px 0 6px;
	background: transparent;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	overflow: visible;
	border: none;
	-webkit-transition-delay: 0.2s !important;
	transition-delay: 0.2s !important;
}
.product-thumb:hover .button-group button + button {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
}
.product-list .product-thumb .button-group button + button {
	width: auto;
    padding: 0 16px;
}
.product-thumb .button-group button:hover {
	color: #D93600;
	background-color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group .add-cart:hover{
	background-color: #D93600;
	color: #fff;
}
@media (max-width: 991px){
	.product-head i{
		margin-left: 0;
	}
	.product-thumb .caption .button-group{
		position:unset;
		display:block !important;
		transition:none;
		opacity: 1;
		visibility: visible;
		overflow:unset;
		padding:0;
	}
	.product-thumb .button-group .add-cart{
		transition:none !important;
		transition-delay:0s !important;
		transform:none !important;
	}
 	.product-thumb .button-group .wish, .product-thumb .button-group .compare, .product-thumb .button-group .zoom{
		transition-delay:0s !important;
		transform:none !important;
		transition:none !important;
		opacity:1 !important;
		margin: 8px 7px 5px 7px;
		float:left;
	}
 	.product-thumb:hover .button-group .wish, .product-thumb:hover .button-group .compare, .product-thumb:hover .button-group .zoom{
		transform:none;
	}
	.product-thumb{
		margin:0;
	}
	.product-thumb .caption {
	    margin: 0 20px;
	}
}
@media(min-width:360px) and (max-width:414px){
.product-thumb .caption {
    margin: 0 39px;
}
}
/* latest product */
/* special and Bestseller */
.specialpro .sale-bestseller {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
@media(min-width:992px){
.bestsell{
      padding-right:0;
}
.specialsp{
      padding-left:0;
}
}
@media(min-width:992px) and (max-width:1199px){
.specialpro .col-md-6:nth-child(2n+1) {
    clear: none !important;
}
}
.specialpro .product-thumb .image {
    background-color: #ededed;
    padding: 0px 2px 0px 2px;
}
.specialpro .product-thumb .price{
    text-align: left;
}
.specialpro .product-layout{
	padding:0;
}
.specialpro .product-thumb .price-old{
	color:#200040;
}
.specialpro .product-thumb .des{
	font-size:16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.specialpro .product-thumb{
	margin-bottom:10px;
}
.specialpro .product-thumb h4 {
    float: none;
}
.specialpro .product-thumb .caption .button-group{
	top: 114px;
}
.specialpro .product-thumb .caption{
	margin:0;
}
@media(max-width:991px){
	.specialpro .product-thumb {
    	margin-bottom: 25px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
.specialpro .des{

}
.specialpro .product-thumb .rating{
padding-top: 0;
}
.specialpro .product-thumb h4{
margin-bottom: 5px;
}
.specialpro .product-layout {
    	margin-bottom: 60px;
}
.specialpro .product-thumb .caption .button-group {
    	top: 79px;
    }
    .specialpro .product-thumb .caption .button-group{
    	overflow: hidden;
    }
    .specialpro .product-thumb .button-group .add-cart{
    	padding: 2px 12px;
    }
    .specialpro .product-layout:last-child {
    	margin-bottom: 20px;
}
.specialpro .product-thumb .price-old{
margin-left: 5px;
}
}
@media (max-width: 545px){
.specialpro .col-xs-5,.specialpro .col-xs-7{
width: 100%;
}
.specialpro .product-thumb .price {
    	text-align: center !important;
}
.specialpro .product-thumb .rating{
text-align: center;
}
.specialpro .product-thumb h4{
text-align: center;
width: 100%;
margin-top: 10px !important;
}
.specialpro .product-thumb .button-group .wish,.specialpro .product-thumb .button-group .compare, 
.specialpro .product-thumb .button-group .zoom{
	float: none;
	margin: 9px 5px 5px 5px;
}
.specialpro .product-thumb .button-group .add-cart {
    float: none;
	padding: 2px 8px;
}
}
/* special and Bestseller End */
/*===========================PRODUCT PAGE====================*/

/*-----Product Zoom & Slider-----*/
 .product-inner {
	 background-color:#fff;
 }
.zoomWrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;

}
.zoomWrapper img {
    margin: 0 auto;
    padding: 0;
    width: auto !important;
}
.owl-carousel .owl-wrapper-outer {
    box-shadow: none !important;
    border-radius: 0 !important;
}
#gallery_01 .owl-item img {
    margin: 0 auto;
}
.product-zoom-msg{
    font-size: 10px;
    font-weight: bold;
}
.product-inner h1{
    font-size: 16px;
	text-transform: uppercase;
	color: #200040;
	letter-spacing: 1px;
	margin-top:0;
}
.producthr {
    border-top: 1px solid #200040;
}
/*slider buttons*/
#gallery_01.owl-carousel .owl-buttons .owl-prev {
    left: 1px;
}
#gallery_01.owl-carousel .owl-buttons .owl-next {
    right: 1px;
}
#gallery_01.owl-carousel .owl-buttons div {
    opacity: 1;
    top: 43%;
}
#gallery_01.owl-carousel .owl-buttons div i {
    font-size: 15px;
    margin: -20px 0 0;
    color: #0404040;
}
.productwish {
	position: absolute;
	bottom: 149px;
	right: 25px;
	z-index: 9;
}
.productwish button {
	background-color: transparent;
	color: #D93600;
	box-shadow: none;
	border: none;
	font-size: 37px;
	margin-right: 10px;
}
.productwish button i {
	font-size: 24px;
}
@media (min-width:600px) and (max-width:640px){
	.productwish {
    	right: 86px;
	}
}
/*product options*/
.product-inner .qty-plus-minus {
  
}
.op-box {
    margin-right: 0;
    padding-right: 0;
}
.product-inner .qty-plus-minus .form-control {
    width: auto;
}
.form-control {
    border-radius: 0;
    box-shadow: none;
}
.add-to-cart {
    border: 1px solid #200040;
	padding: 10px 20px;
	background: #200040;
	box-shadow: none;
	opacity: 1;
	text-transform: capitalize;
	color: #fff;
	font-size: 16px;
	  transition: all 0.5s linear;
}
.add-to-cart:hover{
    color:#fff;
    border: 1px solid #D93600;
	background-color:#D93600;
}
.add-to-cart img {
    display: inline-block;
	margin-right: 7px;
}
.btn-send{
    border:0;
    border-radius: 0;
    box-shadow: none;
    background: none;
}
.stock{
    border: 1px solid #23a1d1;
    padding: 5px 10px;
}
.text-decor, .text-de {
   text-transform: capitalize;
	color: #200040;
	font-size: 16px;
	letter-spacing: 1px;
	min-width: 150px;
	display: inline-block;
}
.text-decorop{
   text-transform: capitalize;
	color: #200040;
	font-size: 16px;
	letter-spacing: 1px;
	min-width: 80px;
}
.datebtn {
    background-color: #D93600;
    color: #fff;
    border-radius: 0 6px 6px 0 !important;
    border: 1px solid #D93600;
    width: 55px;
    line-height: 23px;
    transition: all 0.5s linear;
}
.btnup{
	color: #fff;
	background-color: #D93600;
	border-color: #D93600;
	 transition: all 0.5s linear;
	 font-size:16px;
       box-shadow: none;
}
.product-inner .qty-plus-minus .form-control {
    width: 45px;
    text-align: center;
    color: #200040;
}
.zoomWindow {
    border: 2px solid #00a652 !important;
}
.btnminus {
    border-radius: 4px 0 0 4px !important;
    border-right: 0;
}
.btnplus {
    border-radius: 0 4px 4px 0 !important;
    border-left: 0;
}
.datebtn:hover, .btnup:hover{
	background-color:#200040;
	color:#fff;
	border: 1px solid #200040;
}
.textdeb{
	color:#D93600;
}
.textdeb:hover{
	color:#200040;
}
.text-decor-bold {
	text-transform: capitalize;
	color: #200040;
	font-size: 16px;
	letter-spacing: 1px;
}
.text-deno {
	padding-left: 2px;
}
.prowrite {
	text-align: center;
	font-size: 16px;
	color: #003050;
	letter-spacing: 0.7px;
	line-height:30px;
}
.prorate {
	border-right: 1px solid #200040;
	font-size: 16px;
	color: #200040;
	letter-spacing: 1px;
	margin: 5px 0;
}
.proreview {
	text-align: center;
	border-right: 1px solid #200040;
	font-size: 16px;
	color: #200040;
	letter-spacing: 1px;
	margin-top: 4px;
	text-transform:capitalize;
}
.proreview a:hover, .prowrite a:hover {
	color: #D93600;
}
.qtlabel{
    margin-top: 7px;
}
.product-tab .nav-tabs > li.active > a, .product-tab .nav-tabs > li.active > a:focus, .product-tab .nav-tabs > li.active > a:hover {
	color: #D93600;
	cursor: default;
	background-color: #fff;
	border-top: 5px solid #D93600;
	border-bottom-color: transparent;
	border-right: transparent;
	border-left: transparent;
	border-radius: 0;
}
.product-tab .nav-tabs > li a {
	border-top: 5px solid transparent;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 15px 40px 15px 40px;
	text-transform: uppercase;
	color: #200040;
	margin-right: 0;
}
.product-tab .nav-tabs {
	border-bottom: none;
	margin-left: -15px;
}
.product-tab .nav-tabs > li {
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}
.product-tab .nav-tabs > li > a:hover {
	border-color: transparent;
	background-color: unset;
}
.product-tab {
	border: 1px solid #f2f2f2;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.product-tab .tab-content h3, .product-tab .tab-content b, .product-tab .tab-content h2, .product-tab .tab-content {
	color: #1c1d21;
}
/*color option start*/
.op-box .custom-radio{
    display: inline-block;
}
.custom-radio .btn-default{
    border: none;
    border-radius: 4px;
    margin: 8px 5px;
    padding: 0;
}
.op-box.color .custom-radio .img-thumbnail{
    height: 25px;
    width: 25px;
}
.custom-radio .img-thumbnail{
   display: block;
	padding: 0;
	border-radius: 4px;
	border: none;
	height: 30px;
	width: 30px;
}
.custom-radio .btn-default.active{
    box-shadow: 0 0 5px 0 #000;
    display: inline-block;
    opacity: 0.6;
}
/* color option end*/
/*-------over-----*/
@media screen and (max-width:397px){
    .product-inner .qty-plus-minus {
        width: auto;
    }
}
@media(min-width:320px) and (max-width:767px) {
.text-decor, .text-de {
	min-width: 130px;
}
.prowrite, .proreview {
	text-align: left;
	margin-bottom: 5px;
}
.product-tab .nav-tabs > li a {
	padding: 15px 3px 15px 2px;
	text-transform: capitalize;
}
}
/*==========================PRODUCT PAGE OVER=====================*/

/*==========================SALE==========================*/
.sale-bestseller {
    position: absolute;
	z-index: 0;
	top: 20px;
	left: 6px;
}
/*==========================SALE OVER==========================*/

/*==========================CATEGORY PAGE======================*/
@media(min-width:320px)and (max-width:414px){
.catesort{
     width:70%;
}
.catesort .input-group-addon {
    min-width: 80px;
}
}
#column-left{
	padding-top:29px;
}
#column-right{
	padding-top:32px;
}
.refine-filter-box .checkbox span {
    padding-left: 10px;
}
.catetophr {
	margin-top: 0;
	border-top: 2px solid #f2f2f2;
}
.listgridbtn {
	background-color: #fff;
	color: #200040;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-right: 5px;
	padding: 4px 5px 0px 5px !important;
	border:1px solid transparent;
}
.listgridbtn:hover {
	color: #D93600;
}
.listgridbtn.active{
    border: 1px solid #D93600;
    border-radius: 0;
    padding: 4px 5px 0px 5px;
	box-shadow: none;
}
.listgridbtn i {
	font-size: 22px;
}
.catesort select {
	background-color: #D93600;
	color: #fff;
	font-size: 14px !important;
	border-radius: 4px !important;
	border: 1px solid #D93600;
}
.catesort .form-control:focus {
    border: 1px solid #D93600;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0.5px #D93600;
}
.catesort label {
	background-color: #fff;
	border: none;
	font-size: 16px !important;
	color: #200040 !important;
	font-family: 'Quicksand medium';
}
.catesort select option {
	background-color: #fff;
	color: #200040;
}
.catesort select.form-control {
	padding-right: 25px;
	background-image: url("data:image/svg+xml,\
      <svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='12px'\
           height='12px' viewBox='0 0 1200 1000' fill='rgb(255,255,255)'>\
        <path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/>\
      </svg>");
	background-repeat: no-repeat;
	background-position: calc(100% - 7px) 50%;
	-moz-appearance: none;
	-webkit-appearance: inherit;
	appearance: none;
}
.catde {
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #200040;
    line-height: 23px;
	margin-top: 20px;
}
.category-top {
    background-color: #efefef;
    padding-left: 15px;
    margin-bottom: 50px;
}
.cat-row{
   padding-top: 15px;
background-color: #fff;
}
.cat-row h3{
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
	font-family: 'brandon-grotesque-bold';
}
.cat-list li a{
	 color: #fff;
	display: block;
	padding: 5px 15px;
	background-color: #D93600;
	margin: 10px 5px 15px 0px;
}
.cat-list li a:hover{
    color:#fff;
    background-color: #200040;
}
.cat-list li{
    display:inline-block;
}
.cat-list ul{
    margin-left:0;
    padding-left: 0;
}
.product-grid .productdes{
	display:none;
}
.product-grid{
    margin-bottom: 20px;
}
.product-grid .product-thumb .caption .button-group{
	overflow:hidden;
	top:-5px;
}
.catetitale{
	font-size: 18px;
	color: #200040;
	margin-bottom: 20px;
	letter-spacing:1px;
}
.catecolumnleft{
	background-color:#ededed;
}
.chead{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #200040;
	padding-top: 16px;
	padding-left: 12px;
}
	
	.product-list .product-thumb .caption .button-group{
		position:unset;
		display:block !important;
		transition:none;
		opacity: 1;
		visibility: visible;
		overflow:unset;
		padding:0;
	}
	.product-list .product-thumb .button-group .add-cart{
		transition:none !important;
		transition-delay:0s !important;
		transform:none !important;
	}
 	.product-list .product-thumb .button-group .wish, .product-list .product-thumb .button-group .compare, .product-list .product-thumb .button-group .zoom{
	transition-delay: 0s !important;
	transform: none !important;
	transition: none !important;
	opacity: 1 !important;
	margin: 0px 2px;
	float: left;
	background-color: #200040;
	color: #fff;
	padding: 11px 14px;
	}
   .product-list .product-thumb .button-group .wish:hover, .product-list .product-thumb .button-group .compare:hover, .product-list .product-thumb .button-group .zoom:hover{
		background-color:#D93600;
		color:#fff;
	}
 	.product-list .product-thumb:hover .button-group .wish, product-list .product-thumb:hover .button-group .compare, .product-list .product-thumb:hover .button-group .zoom{
		transform:none;
	}
	.product-list .product-thumb{
		margin:0;
	}
	.product-list .product-thumb h4 {
	    float: none;
	}
	.refine-filter-box .checkbox input[type="checkbox"] {
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    padding: 10px;
    margin-top: 2px;
}
@media (max-width:359px){
.result-pagination .text-left,.result-pagination .text-right{
	text-align:center !important;
	float:none !important;
}
}
@media(max-width:767px){
	.category-top {
    	padding-left: 0px;
		margin-bottom:30px;
		background-color:#fff;
	}
}
@media(min-width:600px) and (max-width:767px){
.product-grid {
    width: 50%;
}
.product-grid .product-thumb .button-group .wish, .product-grid .product-thumb .button-group .compare, .product-grid .product-thumb .button-group .zoom {
   margin: 8px 7px 5px 7px;
}
}
@media(min-width:768px) and (max-width:991px){
.product-list .product-thumb .button-group .wish, .product-list .product-thumb .button-group .compare, .product-list .product-thumb .button-group .zoom {
    margin: 0px -1px 5px 4px;
}
.product-list .product-thumb .button-group .add-cart {
    margin-right: -1px;
	padding: 2px 10px;
}
.product-grid .product-thumb .button-group .wish, .product-grid .product-thumb .button-group .compare, .product-grid .product-thumb .button-group .zoom {
   margin: 8px 6px 5px 6px;
}
.product-grid .product-thumb .button-group .add-cart {
    margin-right: 0;
}
.product-list .product-thumb .button-group .wish, .product-list .product-thumb .button-group .compare, .product-list .product-thumb .button-group .zoom {
    padding: 11px 12px;
}
.product-thumb .caption {
    margin: 0 44px;
}
.product-list .product-thumb .caption , .product-grid .product-thumb .caption{
    margin: 0 0px;
}
}
@media(max-width:766px){
	.product-list .product-thumb .caption {
	    margin-left: 0px !important;
    	position: unset !important;
	    top: 0px !important;
		margin-right: 0;
	}
	.product-list .product-thumb h4 {
			    display: inline-block;
	}
	.product-list .product-thumb .button-group .wish, .product-list .product-thumb .button-group .compare, .product-list .product-thumb .button-group .zoom {
		float:none;
		margin:0;
	}
	.product-list .product-thumb .button-group .add-cart, .product-list .product-thumb .button-group {
    	float: none;
		margin:0;
		position: relative;
		top: -1px;
		-webkit-padding-after: 2px !important;
	    -webkit-padding-before: 2px;
	}
}
.product-list .product-thumb .caption {
    margin-left: 280px;
    position: absolute;
    top: 20px;
}
@media(min-width:992px) and (max-width:1199px){
	.product-thumb .button-group .add-cart {
		padding: 2px 5px;
		margin-right: 1px;
	}
}
.result-pagination .text-left{
	float:left;
}
.result-pagination{
    margin-bottom: 10px;
}
/*==========================CATEGORY PAGE OVER======================*/

/*=======================FOOTER START========================*/
footer 
{
    display: block ;
}
footer .btn
{
    display:none;
}
.footer-up {
	background: #200040;
	padding: 35px 0 10px 0;
	color: #FFF;
	margin-top: 30px;
}
.footer-up ul {
	margin-top: 60px;
}
.footer-up .btn-primary.toggle:hover, .footer-up .btn-primary.toggle:active, .footer-up .btn-primary.toggle:focus{
    background: none!important;
    outline:0;
}
footer h5 .toggle.collapsed::after {
    font-family: 'FontAwesome';
    content: '\f067';
    font-size: 14px;
    font-weight: normal;
    float: right;
    cursor:pointer;
}
footer h5 .toggle::after {
    font-family: 'FontAwesome';
    content: '\f068';
    font-size: 14px;
    font-weight: normal;
    float: right;
    cursor: pointer;
    color: #fff;
}
.footer-up a, .footer-up p{
    font-family: 'Roboto', sans-serif;
    font-weight:400;
}
.footer-up .btn-primary, .footer-up .btn-primary:focus {
    color: white;
    text-shadow: none;
    background: none;
    background-image: none;
    border: 0;
    box-shadow: none;
    float:right;
    padding: 0;
    margin: 0;
   	position: absolute;
	width: 100%;
	top: 0;
}
.footer-up .inner-row{
    margin-bottom: 20px;
    margin-right: 0;
}
.footer-up h5 button{
    display:none;
}
.footer-up .collapse a, .footer-up ul li {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.5px;
}
.footer-up ul li i {
	margin-right: 10px;
}
.footer-up .collapse a:hover{
    color:#00A652;
}
.footpayment ul li, .footconnect ul li {
	display: inline-block;
	margin: 10px 5px 0 5px;
}
.footconnect ul span {
    display: block;
	font-size: 16px;
	text-transform: uppercase;
}
.footpayment span {
    display: block;
	font-size: 16px;
	text-transform: uppercase;
}
.footbottom{
    background-color: #D93600;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 18px;
}
.footbottom a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 18px;
}
.footp {
    margin: 20px 0;
}
.footconnect ul li i {
    font-size: 22px;
}
.footp p{
	color:#fff;
}
.footconnect ul li i:hover {
    color: #200040;
    cursor: pointer;
}
 .footp a:hover{
	 color:#232d21;
 }
#content-footer{
	border-top: 1px solid #fff;
}
/*newsletter */
.newsl img{
position: absolute;
left: 15px;
z-index: 9;
top: 10px;
}
footer .newsl .btn {
    display: block !important;
    background-color: #D93600;
    background-image: none;
    border: 1px solid #D93600;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 13px 40px 12px 40px;
}
footer .newsl .btn:hover {
    background-color:#200040;
    border:1px solid #D93600;
}
.newsl .input-group[class*="col-"] {
    float: left;
    margin-top: 20px;
}
.newsl .form-control{
	border: 1px solid #00a652 !important;
border-left: none !important;
height: 50px;
padding-left: 65px;
width: 97%;
border: 1px solid #fff;
}
.newsl h4{
font-size: 16px;
text-transform: uppercase;
color: #fff;
letter-spacing: 0.7px;
border-bottom: 1px solid #fff;
width: 3%;
padding-bottom: 20px;
}

@media (max-width: 767px){
.newsl h4 {
    	width: 9%;
    	padding-bottom: 10px;
}
.footer-up ul {
    margin-top: 20px;
}
.subscribe a {
    text-transform: capitalize;
    padding: 12px 7px;
}
	footer h5 {
	    margin-top: 20px;
	}
	.footer-up {
	    margin-top: 0;
	}
	.footbottom{
		margin-bottom:0;
	}
	.footp {
    	margin: 0px 0;
		text-align:center;
	}
	.footpayment ul li {
	    margin: 10px 2px 0 2px;
	}
	.footpayment .text-left, .footconnect .text-left {
    	text-align: center;
	}
}
@media (min-width:768px){
    .footer-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
@media (max-width:767px){
    /*footer*/
    footer .newsl .btn {
    font-size: 12px;
    padding: 11px 13px;
}
.newsl .form-control {
    height: 41px;
    padding-left: 10px;
}
    footer h5.about {
        text-align: left;
    }
    .footer-up .col-xs-3 {
        width: 100%;
    }
    .footer-up h5 button{
        display:block !important;
    }
}
@media(max-width:991px){
	.footer-up .collapse a, .footer-up ul li {
    font-size: 14px;
	}
	.footbottom a {
	    font-size: 14px;
	    text-transform: capitalize;
	}
	.footp p{
		font-size: 14px;
		text-transform: capitalize;
		margin-bottom:0;
	}
	.footp {
    	margin: 11px 0;
	}
	.footpayment ul li, .footconnect ul li {
    	margin: 10px 1px 0 1px;
	}
}
@media(max-width:1199px){
	.footpayment ul li, .footconnect ul li {
    	margin: 10px 1px 0 1px;
	}
}
/*--------------------- BRAND START-------------------------*/
.brands-page h1{
    margin-bottom: 0px;
}
.brands-page p span{
    font-size: 15px;
}
.brands-page p{
    font-size: 13px;
}
.brands-list{
    border: 1px solid #eee;
    padding: 5px;
    margin-bottom: 20px;
}
.brands-list .brands-heading h2{
    background: none repeat scroll 0 0 #f8f8f8;
    font-size: 16px;
    font-weight: bold;
    margin:0 0 6px 0;
    padding: 5px 8px;
}
.brands-list .brands-content{
    padding: 8px;
}
.brands-list .brands-content a{
    font-size: 14px;
}
/*--------------------- OVER BRAND -------------------------*/

/*=======================OVER FOOTER========================*/

/*==================GO TO TOP===================*/
#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    background: #200040;
    border: 2px solid #200040;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    outline: none;
    z-index: 2;
}
#scroll i {
    color: white;
    position: fixed;
    font-size: 20px;
    bottom: 30px;
    right: 32px;
}
#scroll:hover{
   background: #D93600;
}

/*==================OVER GO TO TOP===================*/

/*================POPUP NEWSLETTER=======================*/

.modal-body {
    position: absolute;
    top: 0px;
}
.popup-arb{
    display: none;
}
.newsletter-content p, .newsletter-content h1, .newsletter-content h2, .newsletter-content h3, .newsletter-content, .newsletter-title {
    color:#404040;
    font-family: 'Roboto', sans-serif;
}
.newsletter-content h1, .newsletter-content h2, .newsletter-content h3{
    margin-top:50px;
}
.modal-content {
    border-radius: 0px !important;
	background-color:#3DB9DF;
}
.newsletter-content .form-group input, .newsletter-content .form-group button{
    float:left;
}
.newsletter-content .form-group button{
    padding-top:8px;
    padding-bottom: 8px;
    border-radius: 0;
    margin-left:10px;
}
.newsletter-title {
    text-transform: uppercase; 
    letter-spacing: 2px;
    color:#ad7b4f !important;
}
.newsletter-email {
   letter-spacing: 1px;
}
.newsletter-offer{
    color: #404040;
    font-weight: bold;
}
.newsletter-content .form-control{
        width:60% ;
        height:38px;
}
.modal-header .close {
    margin-top: -12px;
    font-weight: 400;
    text-shadow: none;
    opacity: 1;
}
.newsletter-content .last-text{
    clear:both;
    margin-top:70px;
}
@media(min-width:980px){
    .modal-dialog {
        width: 800px !important;
    }
}
@media(max-width:980px){
    .newsletter-content h1, .newsletter-content h2, .newsletter-content h3{
        margin-top:35px;
    }
}
@media(min-width:768px){
    .modal-dialog {
        width: 750px !important;
    }
}
@media(max-width:667px){
    .newsletter-content h1{
        font-size: 28px;
    }
    .newsletter-content h2{
        font-size: 24px;
    }
    .newsletter-content h3{
        font-size: 16px;
    }
    .newsletter-content span{
        font-size: 14px;
    }
}
@media(max-width:630px){
    .newsletter-content h1, .newsletter-content h2, .newsletter-content h3 {
        margin-top: 25px;
    }
    .newsletter-offer{
        display: none;
    }
    
}
@media(max-width:392px){
     .newsletter-content h2{
        font-size: 22px;
        letter-spacing: 0;
    }   
}
@media(max-width:360px){
    .newsletter-content .last-text{
        display: none;
    } 
    .newsletter-email {
        letter-spacing: 0;
        font-size: 14px !important;
    }
}
@media(max-width:320px){
.modal-body {
    padding-right: 0px;
    top: 23px;
    padding-top: 0px;
}
}
/*================OVER POPUP NEWSLETTER=======================*/

/***********************MODULES START*************************/

/*===================== Parallex ===========================*/
.parallex {
    background-image: url(../../../../../image/catalog/prlx.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
    cursor: crosshair;
    height: 400px;
    position: relative;
    width: 100%;
}

.parallex .testimonial{
   margin-top: 60px;
}
.parallex  h4.testimonial-heading{
   text-align: center;
   text-transform: uppercase;
   font-size: 24px; 
}
#demo .owl-carousel {
    background: transparent !important;
}
/*===================== OVER Parallex ========================*/
/*====================delivery information====================*/
@media(min-width:768px) and (max-width:991px) {
.deliveryinfo ul {
    display: inline-flex;
}
.deliveryinfo h4 {
    margin-top: 0;
}
}
@media(min-width:320px) and (max-width:345px) {
.deliveryinfo p {
    font-size: 12px !important;
}
}
.deliveryinfo {
   padding-top: 20px;
	padding-bottom: 10px;
        box-shadow: -1px 6px 5px -4px #ccc;
	padding-left: 25px;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -30px;
}
.deliveryinfo .text-center{
	border-radius: 50%;
	border: 3px solid #e9e9e9;
}
.deliveryinfo .del1{
	padding: 13px 8px;
}
.deliveryinfo .del2{
	padding: 11px;
}
.deliveryinfo .del3{
	padding: 10px 8px;
}
.deliveryinfo .del4{
	padding:10px;
}
.deliveryinfo ul{
    padding-left:0;
} 
.deliveryinfo ul li{
    display: inline-block;
    padding-left: 20px;
    margin-bottom: -3px;
	vertical-align: middle;
}
.deliveryinfo p{
    font-size: 16px;
	color: #200040;
}
.deliveryinfo h4{
   color: #200040;
	font-size: 18px;
	text-transform: capitalize;
}
.deliveryinfo .info{
    margin-left:10px;
}
@media (max-width: 767px){
.deliveryinfo p {
    	font-size: 15px;
}
}
@media(min-width:570px) and (max-width:991px) {
.deliveryinfo .col-xs-12 {
    	width: 50%;
}
}
@media(min-width:570px) and (max-width:767px) {
	.deliveryinfo .img-responsive {
    	max-width: 95%;
	}
}
	
@media (min-width: 992px) and (max-width: 1199px){
.deliveryinfo ul {
    	text-align: center;
}
}
@media (min-width: 1200px) and (max-width: 1849px){
.deliveryinfo h4 {
    	font-size: 16px !important;
}
.deliveryinfo p {
    	font-size: 14px !important;
}
}
/*over delivery information*/
/* sell banner */
.sellbanner{
	margin-top:30px;
	margin-bottom:30px;
}
.sellimg{
     padding:0;
}
@media (min-width: 992px){
.em-effect07 {
    	position: relative;
    	z-index: 1;
    	text-align: center;
}
 	.em-effect07 .em-eff06-04::after {
    width: 0;
    height: 0;
    	top: 0;
    	left: 0;
}
.em-effect07 a::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    	transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background: rgba(255, 255, 255, 0.1);
}
.em-effect07 .em-eff06-04::before {
    width: 0;
    	height: 0;
    	bottom: 0;
    	right: 0;
    	content: '';
     	position: absolute;
        z-index: 1;
    	height: 0;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
    	background: rgba(255, 255, 255, 0.1);
}
.em-effect07 .em-eff06-04:hover::after {
    width: 100%;
    height: 100%;
}
.em-effect07 .em-eff06-04:hover::before {
    width: 100%;
    height: 100%;
}
}
@media(max-width:767px){
	.sellbanner img{
		margin-bottom:10px;
	}
	.sellbanner {
		margin-bottom:0;
	}
}	
/*offer Banner */
.offbanner{
	margin-top:20px;
	margin-bottom:30px;
}
/*====================== BLOG START ============================ */
#blog-carousel .owl-controls {
    text-align: center !important;
}
#blog-carousel .owl-wrapper-outer {
	border: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-o-border-radius: none;
	border-radius: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.box-heading {
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
}
.buttons-see-all {
	margin: 0;
       text-align: center;
       padding-top: 10px;
}
.blog_webi .owl-carousel .owl-buttons .owl-prev i {
	font-size: 34px;
	color: #787878;
}
.blog_webi .owl-carousel .owl-buttons .owl-next i {
	font-size: 34px;
	color: #787878;
}
.owl-carousel .owl-buttons div i {
	margin: 0 auto !important;
}
#content .box-product .blog-items {
	display: inline-block;
	float: left;
}
.blog-left {
	float: left;
	position: relative;
	overflow: hidden;
        margin-bottom: 25px;
}
.view-blog {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 10px;
}
.read-more {
	float: left;
}
.write-comment {
	font-size: 16px;
	padding: 9px 15px;
	color: #200040;
	background-color: #200040;
	position: absolute;
	left: 11px;
	top: 228px;
}
.write-commentp{
	margin-left: 10px;
	font-size: 16px;
}
.date-time {
	position: absolute;
	top: 183px;
	background-color: #D93600;
	color: #fff;
	padding: 9px 15px;
	font-size: 16px;
	letter-spacing:0.8px;
	left: 11px;
}
.date-time i{
	margin-right: 10px;
	font-size:16px;
}
.write-comment > a {
	color: #ffffff;
}
.write-comment > i{
	color: #fff;
	margin-right: 5px;
	font-size:16px;
}
.author {
	color: #808080;
	margin-bottom: 15px;
}
.blog-right .author .fa.fa-user {
	color: #9c9c9c;
	margin-right: 3px;
}
.blog-right > h4 {
	margin-bottom: 0;
	text-align:center;
}
.blog-desc {
	margin: 20px 0;
	font-size: 16px;
	color: #aaa;
	letter-spacing: 0.5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;;
}
.blog-img {
	padding: 10px 0 0;
}
#content #blog-carousel, #content #blog-grid {
	padding: 0px 0;
	border: none;
	overflow: visible;
}
#content #blog-carousel .blog-item {
	float: left;
}
#content #blog-carousel .product-block, #content #blog-grid .product-block {
	border: 1px solid #aaa;
	padding: 10px 10px 20px 10px;
	overflow:hidden;
	margin: 5px 10px;
	
}
#content #blog-carousel .product-block:hover, #content #blog-grid .product-block:hover {
	box-shadow: none;
}
.blog-right a, .product-block:hover .blog-right h4 a {
	color: #1c1d21;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.product-block .blog-right h4 a:hover {
	color: #D93600;
}
.blog_comment {
	font-size: 16px;
	color: #200040;
}
.blog-right .read_link {
	text-align:center;
}
.blog-right .read_link > a {
	color: #D93600;
	font-size: 16px;
	text-transform: capitalize;
	text-decoration: underline;
}
.read_link .fa.fa-book {
	margin-right: 5px;
}
.webi-single-blog .blog-desc {
	padding-bottom: 10px;
}
.webi-single-blog .block-title h3 {
	padding: 10px 0;
}
.webi-single-blog .view-comment .panel-default {
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	border-left: medium none;
	border-right: medium none;
	box-shadow: none;
	padding: 20px 0;
}
.view-comment .name {
	color: #161b1e;
	font-weight: 700;
}
.view-comment .date {
	color: #bbb;
	font-size: 12px;
}
.webi-blog-image {
	position: relative;
}
.product-block .blog-left .webi-post-author {
	bottom: -20px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	left: 20px;
	position: absolute;
	text-transform: capitalize;
	transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	z-index: 9999;
}
.product-block:hover .blog-left .webi-post-author {
	bottom: 23px;
}
 .product-block .blog-right a:hover {
	color: #200040;
}
.write-comment > a:hover{
	color:#D93600;
}
.product-block .blog-left .webi-post-author::before {
	border-bottom: 1px solid #fff;
	bottom: -7px;
	content: "";
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 30px;
}
.webi_blog_page .panel-body {
	border: medium none;
	padding: 0px;
}
.webi_blog_page .webi-blog-image {
	background-position: center center;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.webi_blog_page .panel.panel-default {
	border: medium none;
	padding-bottom: 25px;
	box-shadow: none;
	border-bottom: 1px solid #ededed;
	border-radius: 0;
	padding-top: 25px;
}
.blog_links {
    position: relative;
    border-bottom: 1px solid #ededed;
    margin: 10px 0 20px;
    padding: 0 0 25px;
}
#add-comment-blog{
	box-shadow:none;
}
.blog-descmain {
    font-size: 16px;
    color: #aaa;
    letter-spacing: 0.5px;
    text-align: justify;
	margin-top:15px;
}
.webi_blog_data_left .blog-date {
	color: #200040;
	font-size: 16px;
	margin: 20px 0;
}	
.webi_blog_page .panel-body h5 {
	color: #200040;
	font-size: 25px;
}
.blog_links .blog_autor {
	float: left;
	font-size: 12px;
	position: relative;
}
.blog_links .fa {
	margin-right: 5px;
}
.webi_blog_page .panel-body a {
	color: #2b2b2b;
}
.webi_blog_page .panel-body a:hover, .webi_blog_page .panel-body a:focus {
	color: #D93600;
}
.webi_blog_page .read-more a {
	background: #D93600;
	border: 1px solid #D93600;
	color: #fff;
	display: inline-block;
	padding: 6px 10px;
	transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	text-transform: capitalize;
}
.webi_blog_page .read-more a:hover {
	background-color:#200040;
	border:1px solid #200040;
	color:#fff;
}
.webi_blog_page .webi-blog-image .webi_post_hover .icon.readmore_link {
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #fff;
	display: inline-block;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-khtml-opacity: 0;
	padding: 10px 14px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	z-index: 10;
}
.webi_blog_page .webi-blog-image:hover .blog-post-image-hover {
	opacity: 0.3;
	-moz-opacity: 0.3;
	-webkit-opacity: 0.3;
	-ms-opacity: 0.3;
	-khtml-opacity: 0.3;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	visibility: visible;
}
.webi_blog_page .webi-blog-image:hover .webi_post_hover, .webi_blog_page .webi-blog-image:hover .webi_post_hover .icon.readmore_link, .webi_blog_page .webi-blog-image:hover .webi_post_hover .icon.zoom {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.webi_blog_page .webi-blog-image .webi_post_hover .icon.readmore_link:hover, .webi_blog_page .webi-blog-image .webi_post_hover .icon.zoom:hover {
	background-color: #3498db;
	border-color: #3498db;
}
.webi_blog_page .webi-blog-image:hover .webi_post_hover .icon.zoom .fa, .webi_blog_page .webi-blog-image:hover .webi_post_hover .icon.readmore_link .fa {
	font-size: 14px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.webi-single-blog .blog-img {
	padding: 0;
}
#add-comment-blog.panel-default {
	border: medium none;
}
#content.webi-single-blog > h4 {
	font-weight: 700;
	font-size: 17px;
}
.webi-single-blog .view-comment .name, .webi-single-blog .view-comment .date, .webi-single-blog .view-comment .col-sm-8, .webi-single-blog .view-comment .col-sm-3 {
	width: 100%;
}
.user_icon {
	background-color: #f3f3f3;
	border: 1px solid #f3f3f3;
	float: left;
	margin: 2px 15px 15px 0;
	padding: 7px 13px;
}
.user_icon .fa {
	color: #bbb;
	font-size: 20px;
	margin-top: 3px;
}
#add-comment-blog .col-sm-10 {
	width: 66.6667%;
}
#add-comment-blog .col-sm-2 {
	width: 25%;
	display: none;
}
@media(min-width: 980px) and (max-width: 991px){
.product-block .blog-left .webi-post-author{
      display: none;
}
}
@media(min-width: 992px) and (max-width: 1199px){
.product-block .blog-left .webi-post-author{
      bottom: -50px;
}
}
@media (max-width: 991px){
.webi-blog-image .webi_post_hover,.product-block .webi-blog-image .webi_post_hover .readmore_link::before,
.product-block .webi-blog-image .webi_post_hover .zoom::before{
opacity: 1 !important;
transform: none;
}
}

/*---------------------WEBI MAGNIFIC POPUP CSS------------------------------*/
.webi-blog-image .webi_post_hover {
	left: 0;
	margin: 0 auto;
	opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 40%;
}
.webi_blog_page .webi-blog-image .webi_post_hover {
	top: 45%;
}
.product-block:hover .blog-left .webi_post_hover, .product-block:hover .blog-left .zoom, .product-block:hover .blog-left .readmore_link {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.product-block:hover .blog-post-image-hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-kkhtml-opacity: 1;
}
.product-block .webi-blog-image .webi_post_hover .zoom, .product-block .webi-blog-image .webi_post_hover .readmore_link {
	display: inline-block;
	float: none;
	height: 40px;
	position: relative;
	width: 40px;
}
.product-block .webi-blog-image .webi_post_hover .readmore_link {
	margin-left: 10px;
}
.webi-blog-image .webi_post_hover .zoom::before, .webi-blog-image .webi_post_hover .readmore_link::before {
	border: 2px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	content: "\f00e";
	font-family: "FontAwesome";
	font-size: 14px;
	height: 40px;
	left: 0;
	margin: auto;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-khtml-opacity: 0;
	padding: 8px 0;
	position: absolute;
	text-align: center;
	top: 0;
	transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	width: 40px;
}
.webi-blog-image .webi_post_hover .readmore_link::before {
	content: "\f0c1";
}
.product-block:hover .webi-blog-image .webi_post_hover .readmore_link::before, .product-block:hover .webi-blog-image .webi_post_hover .zoom::before {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-khtml-opacity: 1;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.blog-left .webi-blog-image .zoom:hover::before, .blog-left .webi-blog-image .readmore_link:hover::before {
	background-color: #232d21;
	border-color: #232d21;
}
/*---------------------OVER WEBI MAGNIFIC POPUP CSS----------------------*/

/*=========================OVER BLOG ===================================*/

#carousel0 .img-responsive{
      margin: 0 auto;
}
a:focus{
outline:none;
text-decoration:none;
}

/* account page */
.allcolor{
	background-color:#fff;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ededed;
    border: 1px solid #ededed;
    border-radius: 0;
    box-shadow: none;
	padding:30px;
}
.well h2 {
    font-size: 18px;
    font-weight: 600;
    color: #200040;
    text-transform: uppercase;
	letter-spacing:1px;
}
.well .subheading {
    font-size: 16px;
    font-weight: 600;
    color: #200040;
    padding: 20px 0;
}
.well .con {
    border: 1px solid #200040;
    border-left: none;
    border-right: none;
    padding: 20px 0;
    margin-bottom: 30px;
	font-size: 16px;
	color: #200040;
}
.well label {
    font-size: 16px;
}
.well .log {
    border-bottom: 1px solid #200040;
    margin-bottom: 20px;
}
.forgot-pass {
    color: #200040;
    font-size: 16px;
}
.title{
	color: #D93600;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'brandon-grotesque-bold';
	letter-spacing: 1px;
	margin: 0;
}
.acpage h2 {
    font-size: 22px;
    color: #200040;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.achead {
    font-size: 22px;
    color: #fff !important;
    background-color: #200040;
    padding: 8px 5px;
}
.acpage a{
	font-size:16px;
}
.accolor {
    background-color: #f2f2f2;
    margin-top: -10px;
    padding: 10px 5px;
}
.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #200040;
}
#cart .view-cart, #cart .chekout {
    color: #fff;
    background-color: #200040;
    padding: 5px 10px;
}
#cart .view-cart:hover, #cart .chekout:hover{
	background-color:#D93600;
}
.affhr{
    border-top: 1px solid #200040;
	}
.com-summary {
    width: 1%;
}
.com-description {
    width: 25%;
}
/* progrssbar */
 #bar{
    width: 0%;
	max-width: 100%;
	height: 3px;
	background: #D93600;
	position: absolute;
	z-index: 9;
	}
/*progressbar over */
/*========================================================================Custom Css Over===================================================================================================*/
  