/*Fonts*/
@font-face{
    font-family: openSans;
    src: url('../fonts/OpenSans/OpenSans-Regular.ttf');
}
@font-face{
    font-family: roboto;
    src: url('../fonts/roboto/Roboto-Light.ttf');
    font-weight: 300;
}
@font-face{
    font-family: roboto;
    src: url('../fonts/roboto/Roboto-Regular.ttf');
}
@font-face{
    font-family: roboto;
    src: url('../fonts/roboto/Roboto-Italic.ttf');
    font-style: italic;
}
@font-face{
    font-family: roboto;
    src: url('../fonts/roboto/Roboto-Medium.ttf');
    font-weight: 500;
}
@font-face{
    font-family: roboto;
    src: url('../fonts/roboto/Roboto-Bold.ttf');
    font-weight: bold;
}
@font-face{
    font-family: roboto;
    src: url('../fonts/roboto/Roboto-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}

body{
    font-family: roboto;
    padding-top: 160px;
}
.btn{
    padding: 10px 25px;
    border-radius: 22px;
    font-size: 16px;
}
.btn-primary, .btn-danger, .btn-default:hover, .btn-default:focus, .btn-info:hover, .btn-info:focus{
    background-color: #be252d;
    border-color: #be252d;
    color: #ffffff;
}
.btn-default, .btn-info, .btn-primary:hover, .btn-primary:focus, .btn-danger:hover, .btn-danger:focus{
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}
.title-1{
    margin: 0 0 15px;
}
.title-1 h4{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    width: calc(100% - 120px);
    display: inline-block;
    margin: 0;
}
.title-1 a{
    color: #000000;
    font-size: 16px;
    font-style: italic;
    text-align: right;
    width: 115px;
    display: inline-block;
}
.title-2{
    position: relative;
    padding: 0 0 10px;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 40px;
}
.title-2:after{
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    border-top: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
.title-2 h1{
    font-size: 36px;
    font-weight: bold;
    width: calc(100% - 120px);
    display: inline-block;
    margin: 0;
}
.title-2 a{
    color: #be252d;
    font-size: 14px;
    text-align: right;
    width: 115px;
    display: inline-block;
}
.col-sm-2-4{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.tbl{
    display: table;
    width: 100%;
}
.tbl-cell{
    display: table-cell;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.title-3 h2{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    margin: 0;
}
.page-banner-wrap{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.page-banner-wrap .tbl-cell{
	height: 319px;
	vertical-align: middle;
	text-align: center;
}
.page-banner-wrap .tbl-cell h1{
	font-weight: bold;
	font-size: 42px;
	color: white;
	text-transform: uppercase;
	margin: 0;
}
.page-banner-wrap .tbl-cell h1 span{
	color: #be252d;
}
.page-banner-wrap.white .tbl-cell h1{
	color: #333333;
}
/*
.page-banner-wrap.white .tbl-cell h1 span{
    color: #ffffff;
}
*/
.breadcrumb{
	background-color: transparent;
	padding: 0;
	margin: 15px 0;
}
.breadcrumb > li + li:before{
	color: #898989;
	content: ">";
}
.breadcrumb > li > a{
	color: #898989;
}
.content-wrap{
	padding: 30px 0;
}
.page-title-wrap{
	text-align: center;
	margin-bottom: 55px;
}
.page-title-wrap h1{
	position: relative;
	display: inline-block;
	padding: 0 0 5px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin: 0;
}
.page-title-wrap h1:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	height: 2px;
	width: 100px;
	background-color: #be252d;
	margin-left: -50px;
}
.form-control{
	height: 42px;
	border-radius: 0;
	border-color: #ebebeb;
	box-shadow: none;
}
#content{
	min-height: 0 !important;
}
.information-contact-success #content{
	min-height: 200px !important;
}

#column-left{
	margin-top: 0 !important;
}

/*Topbar*/
.header-wrap{
	box-shadow: 0 2px 18px rgba(125,125,125,0.75);
}
.top-wrap{
    background-color: #f9f9f9;
}
.top-wrap .nav > li > a{
    padding: 0 20px;
    color: #333333;
}
.top-wrap .nav > li:last-child > a{
    background-color: #be252d;
    color: #ffffff;
}
.top-wrap .nav > li > a > span{
    line-height: 60px;
}
.top-wrap .nav > li > a > img,
.top-wrap .nav > li > a > span{
    display: inline-block;
    vertical-align: middle;
}
.top-wrap .nav > li > a > img{
    margin-right: 10px;
}
.top-wrap .nav > li > a > span + span{
    margin-left: 10px;
}

/*Navbar*/
.nav-wrap{
	background-color: #ffffff;
}
.nav-wrap .navbar-brand{
    height: auto;
}
.nav-wrap .navbar-toggle{
    margin: 15px;
}
.nav-wrap .navbar-toggle .icon-bar{
    background-color: #be252d;
}
.nav-wrap .navbar-form .input-group > .form-control,
.nav-wrap .navbar-form .input-group .btn{    
    height: 38px;
    border-color: #ebebeb;
    border-radius: 0;
}
.nav-wrap .navbar-form .input-group > .form-control{    
    border-right: 0;
    box-shadow: none;
}
.nav-wrap .navbar-form .input-group .btn{
    width: 40px;
    background-color: #ffffff;
    border-left: 0;
    padding: 0;
}
.nav-wrap .navbar-form .input-group .btn img{
	margin: auto;
}
.nav-wrap .nav > li > a{
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}
.nav-wrap .nav > li.active > a,
.nav-wrap .nav > li > a:hover,
.nav-wrap .nav > li > a:focus{
    background-color: transparent;
    color: #be252d;
    border-bottom-color: #be252d;
}

/*Slider*/
.slider-wrap .container{
    position: relative;
}
.slider-wrap .carousel-indicators{
    width: auto;
    top: 160px;
    right: 35px;
    bottom: auto;
    left: auto;
    margin-top: -32px;
    margin-left: 0;
}
.slider-wrap .carousel-indicators li{
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ebebeb;
    border-color: #ebebeb;
    margin: 10px 0;
}
.slider-wrap .carousel-inner > .item{
    background-size: cover;
    background-position: center;
}
.slider-container{
    display: table;
    width: 100%;    
}
.slider-container .slider-desc,
.slider-container .slider-img{
    display: table-cell;
    height: 320px;
}
.slider-container .slider-desc{
    vertical-align: middle;
    width: 40%;
}
.slider-container-1 .slider-img{
    vertical-align: bottom;
}
.slider-container-1 .slider-img img{
    margin: 0 0 0 auto;
}
.slider-container-2 .slider-img{
    vertical-align: middle;
}
.slider-container-2 .slider-img img{
    margin: 0 auto;
}
.slider-desc h1{
    position: relative;
    padding: 0 0 25px;
    color: #333333;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 40px;
}
.slider-desc h1:after{
    content: "";
    background-color: #333333;
    width: 40px;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
}
.slider-desc p{
    font-size: 16px;
    margin: 0 0 35px;
}

/*Brands*/
.brands-wrap{
    padding: 35px 0;
}
.brands-wrap .swiper-container{
    padding: 0 30px;
    margin: 0 -30px;
}
.brands-wrap .swiper-prev,
.brands-wrap .swiper-next{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 9;
	cursor: pointer;
}
.brands-wrap .swiper-prev{
    left: 0;
}
.brands-wrap .swiper-next{
    right: 0;
}
.brands-container img{
	max-height: 50px;
	margin: auto;
}

/*Callout*/
.callout-wrap{
    background-color: #be252d;
    padding: 27px 0;
    color: #ffffff;
    font-style: italic;
}
.callout-wrap h1{
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    margin: 0;
}
.callout-wrap h1 small{
    color: #ffffff;
    font-size: 14px;
}
.callout-right-container{
    text-align: right;
}

/*Category*/
.category-wrap{
    background-color: #f9f9f9;
    padding: 30px 0 55px;
}
.category-container{
    position: relative;
}
.category-container h4{
    position: absolute;
    bottom: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
}
.category-wrap .owl-prev,
.category-wrap .owl-next{
    position: absolute;
    top: 50%;
    margin-top: -10px;
}
.category-wrap .owl-prev{
    left: -30px;
}
.category-wrap .owl-next{
    right: -30px;
}

/*Promotions*/
.promotion-wrap .container{
    padding: 35px 15px 25px;
    border-bottom: 1px solid #ccc;
}
.promotion-container{
    margin: 0 0 30px;
}
.promotion-container .promotion-img{
    position: relative;
    margin: 0 0 20px;
}
.promotion-container .promotion-img a.tbl-cell{
	position: relative;
}
.promotion-container .promotion-img a.tbl-cell:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-color: transparent;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.promotion-container:hover .promotion-img a.tbl-cell:before{
    background-color: #f8f8f8;
    opacity: 0.8;
}
.promotion-container .promotion-img .tbl-cell{
    height: 180px;
    vertical-align: middle;
}
.promotion-container .promotion-img .tbl-cell img{
    margin: auto;
    max-height: 120px;
}
.promotion-container .promotion-img ul{
    position: absolute;
    top: 50%;
    left: 50%;
    display: table;
    width: 160px;
    background-color: #ffffff;
    border-radius: 25px;
    margin-top: -25px;
    margin-left: -80px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.promotion-container:hover .promotion-img ul{
    opacity: 1;
    visibility: visible;
}
.promotion-container .promotion-img ul li{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    height: 50px;
}
.promotion-container .promotion-img ul li + li a{
    border-left: 1px solid #ebebeb;
}
.promotion-container .promotion-img ul li a{
    display: block;
    padding: 5px;
}
.promotion-container .promotion-img ul li a img{
    margin: 0 auto;
    transition: all 0.3s ease;
}
.promotion-container .promotion-img ul li a img.red,
.promotion-container .promotion-img ul li a:hover img.black{
    display: none;
}
.promotion-container .promotion-img ul li a:hover img.red{
    display: block;
}
.promotion-container .promotion-desc{
    text-align: center;
}
.promotion-container .promotion-desc h5{
    font-size: 14px;
    color: #333333;
    margin: 0 0 10px;
}
.promotion-container .promotion-desc h5 a{
	color: #333333;
}
.promotion-container .promotion-desc h4{
    font-size: 18px;
    color: #be252d;
    margin: 0;
}
.promotion-container .promotion-desc h4 del{
    font-size: 13px;
    color: #888888;
    font-weight: 300;
    margin-left: 5px;
}

/*Like*/
.like-wrap{
    padding: 30px 0 90px;
}

/*Footer*/
.footer-top-wrap{
    background-color: #f9f9f9;
    padding: 40px 0 10px;
}
.footer-container{
    margin: 0 0 30px;
}
.footer-container h4{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.footer-container h4 span{
    color: #be252d;
}
.footer-container ul{
    margin: 30px 0 0;
}
.footer-container h4 + ul{
    margin: 0;
}
.footer-container ul li a{
    color: #333333;
    line-height: 24px;
}
.footer-container ul.address-list{
    margin: 0 0 65px;
}
.footer-container ul.address-list li{
    position: relative;
    padding-left: 20px;
}
.footer-container ul.address-list li + li{
    margin-top: 10px;
}
.footer-container ul.address-list li i{
    color: #be252d;
    font-size: 16px;
    position: absolute;
    left: 0;
}
.footer-container ul.social-icon-list{
	margin: -5px;
}
.footer-container ul.social-icon-list > li{
	display: inline-block;
	margin: 5px;
}
.footer-container ul.social-icon-list > li > a{
	display: block;
}
.footer-middle-wrap{
    padding: 30px 0 0;
}
.footer-middle-wrap .footer-container h4{
    margin: 0 0 15px;
}
.footer-middle-wrap .footer-container ul li h4{
    text-transform: none;
    line-height: 20px;
    margin: 0;
}
ul.verify-list li{
    display: inline-block;
}
ul.verify-list li + li{
    margin-left: 90px;
}
.footer-bottom-wrap{
    background-color: #333333;
    font-family: openSans;
    font-size: 12px;
    line-height: 50px;
    color: #ffffff;
}
.footer-bottom-wrap a{
    color: #ffffff;
}
.footer-bottom-wrap p{
    margin: 0;
}
.footer-bottom-right{
    text-align: right;
}
.footer-bottom-right img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

/*Login*/
.login-wrap{
	background-image: url('../images/General/Minco_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0 0 20px;
}
.login-wrap .well{
	position: relative;
	background-color: #ffffff;
	height: 360px;
	padding: 30px 30px 100px;
	border: 1px solid rgba(0,1,1,0.15);
	border-radius: 0;
	box-shadow: 0 0 5px rgba(137,137,137,0.75);
	margin: 0 0 30px;
}
.login-wrap .well h2{
	font-size: 18px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	margin: 0 0 15px;
}
.login-wrap .well .btn{
	position: absolute;
	bottom: 30px;
	text-transform: uppercase;
	font-size: 14px;
}
.login-wrap .well .forgotten{
	color: #ed1c24;
	text-decoration: underline;
	text-transform: capitalize;
}

/*Register*/
.register-wrap{
	padding: 0 0 50px;
}
.register-wrap fieldset{
	margin: 0 0 20px;
}
.register-wrap fieldset legend{
	background-color: #959595;
	padding: 10px 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;
	margin: 0 0 20px;
}
.register-wrap .form-horizontal .control-label{
	text-align: left;
	font-weight: 500;
}
.register-wrap .radio-inline input[type="radio"],
.register-wrap .checkbox input[type="checkbox"]{
	margin-top: 1px;
	margin-left: -22px;
}
.register-wrap .checkbox{
	display: inline-block;
}
.register-wrap .checkbox a{
	color: #ed1c24;
	text-decoration: underline;
}
.register-wrap .checkbox a b{
	font-weight: normal;
}
.register-wrap .btn{
	text-transform: uppercase;
	font-size: 14px;
}

/*Account*/
.account-wrap{
	padding: 0 0 20px;
}
.account-container{
	margin: 0 0 30px;
}
.account-container h2{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 30px;
}
.account-container ul > li{
	position: relative;
	padding-left: 10px;
	margin: 0 0 10px;
}
.account-container ul > li:before{
	content: "-";
	position: absolute;
	left: 0;
}
.account-container ul > li > a{
	color: #333333;
}

/*Category Page*/
.category-page-wrap .promotion-container .promotion-img,
.relevant-product-wrap .promotion-container .promotion-img{
	border: 1px solid #ebebeb;
	border-radius: 15px;
}
.category-page-wrap .all-cat .promotion-container .promotion-img a.tbl-cell:before,
.relevant-product-wrap .all-cat .promotion-container .promotion-img a.tbl-cell:before{
	content: none;
}
.category-page-wrap .promotion-container .promotion-img .tbl-cell,
.relevant-product-wrap .promotion-container .promotion-img .tbl-cell{
	padding: 20px;
	height: 240px;
}
.category-page-wrap .promotion-container .promotion-img .tbl-cell img,
.relevant-product-wrap .promotion-container .promotion-img .tbl-cell img{
	max-height: 160px;
}
.category-page-wrap .promotion-container .promotion-img .discount,
.relevant-product-wrap .promotion-container .promotion-img .discount{
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(45deg, rgba(190,37,46,0) 0%,rgba(190,37,46,0) 50%,rgba(190,37,46,1) 51%,rgba(190,37,46,1) 100%);
	height: 65px;
	width: 65px;
	line-height: 45px;
	text-align: right;
	padding-right: 4px;
	color: #fff;
	font-weight: bold;
	border-radius: 0 15px 0 0;
}
.category-page-wrap .promotion-container .promotion-desc,
.relevant-product-wrap .promotion-container .promotion-desc{
	text-align: left;
}
.view-more-text{
	display: none;
}
.pagination{
	margin-right: -12px;
}
.pagination > li > a, .pagination > li > span{
	font-size: 16px;
	font-weight: bold;
	color: #898989;
	border: 0;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
	background-color: transparent;
	color: #333333;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
	background-color: transparent;
	color: #be252d;
}
.summary{
	color: #898989;
	font-weight: bold;
	font-size: 13px;
}
.panel-sidebar{
	margin: 0;
	border-radius: 0;
	box-shadow: none;
}
.panel-category{
	border-radius: 15px 15px 0 0;
}
.panel-sidebar .panel-heading{
	background-color: #ffffff;
	padding: 17px 15px;
	border-radius: 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
.panel-category .panel-heading,
.panel-archive .panel-heading{
	border-radius: 15px 15px 0 0;
}
.panel-sidebar .panel-body{
	padding: 15px 0;
}
.panel-sidebar .panel-body .list-group-item{
	padding: 5px 15px;
	color: #333333;
	border-radius: 0 !important;
}
.panel-sidebar .panel-body .list-group-item:hover,
.panel-sidebar .panel-body .list-group-item:focus,
.panel-sidebar .panel-body .list-group-item.active{
	background-color: #be252d;
	color: #ffffff;
}
.panel-filter{
	border-radius: 0 0 15px 15px;
}
.panel-sidebar .panel-body .list-group-item .checkbox{
	margin: 0;
}
.panel-sidebar .panel-body .list-group-item .checkbox label{
	padding-left: 0;
	display: block;
}
.panel-sidebar .panel-body .list-group-item .checkbox input[type="checkbox"]{
	display: none;
}
.panel-archive{
	border-radius: 15px;
}

/*About*/
.company-profile-wrap{
	padding: 0 0 55px;
}
.company-profile-desc h4{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 25px;
}
.company-profile-desc p{
	margin: 0 0 25px;
}
.company-profile-img img{
	margin: 0 0 0 auto;
}
.story-wrap{
	background-image: url('../images/About/bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 65px 0;
	margin: 0 0 -30px;
}
.story-container{
	text-align: center;
}
.story-container h4{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 25px;
}
.story-container p{
	margin: 0 0 25px;
}

/*Contact*/
.address-wrap{
	padding: 0 0 60px;
}
.address-container > h3{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 25px;
}
.address-container > ul > li{
	position: relative;
	padding-left: 20px;
	margin: 0 0 25px;
}
.address-container > ul > li > img{
	position: absolute;
	top: 3px;
	left: 0;
}
.contact-form-wrap{
	background-image: url('../images/About/bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 50px 0;
	margin: 0 0 -30px;
}
.contact-form-wrap .form-group{
	margin-bottom: 30px;
}
.contact-form-wrap .btn{
	text-transform: uppercase;
	font-size: 14px;
}

/*Product*/
.product-page-wrap ul.thumbnails{
	margin-bottom: 30px;
}
.product-page-wrap ul.thumbnails > li:first-child{
	margin-bottom: 20px;
}
.product-page-wrap ul.thumbnails > li:first-child > a{
	height: 425px;
	vertical-align: middle;
}
.product-page-wrap ul.thumbnails > li.image-additional + li.image-additional{
	margin-left: 15px;
}
.product-page-wrap ul.thumbnails > li:not(:first-child){
	width: calc(25% - 14px);
	display: inline-block;
}
.product-page-wrap ul.thumbnails > li > a{
	border-radius: 10px;
	margin: 0;
}
.product-page-wrap ul.thumbnails > li > a.thumbnail.active, 
.product-page-wrap ul.thumbnails > li > a.thumbnail:focus, 
.product-page-wrap ul.thumbnails > li > a.thumbnail:hover{
	border-color: #be252d;
}
.product-page-container h3{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 15px;
}
.product-page-container ul.product-detail{
	margin: 0 0 35px;
}
.product-page-container h4{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 10px;
}
.price-container{
	display: inline-block;
	vertical-align: top;
	margin: 40px 0 40px 25px;
}
.price-container h3{
	font-size: 24px;
	font-weight: bold;
	color: #be252d;
	margin: 0;
}
.price-container h3 del{
	font-size: 13px;
	font-weight: normal;
	color: #898989;
}
.quantity-container{
	display: inline-block;
	margin: 40px 0;
}
.quantity-container label{
	font-weight: normal;
}
.quantity-container .form-control{
    display: inline-block;
    background-color: #f9f9f9;
    padding: 0 12px;
    height: 26px;
    width: 75px;
    border-color: #e3e8f0;
    border-radius: 15px;
    margin-left: 20px;
}
#button-cart{
	text-transform: uppercase;
	font-size: 14px;	
}
.relevant-product-wrap{
	padding-top: 55px;
	border-top: 1px solid #ebebeb;
	margin-top: 25px;
}
.relevant-product-wrap > h3{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 15px;
}

/*News*/
.artblock{
	padding: 0 0 50px;
	border-bottom: 1px solid #acacac;
	margin: 0 0 50px;
}
.artblock .content-text .name,
.article-content .title{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 15px;
}
.artblock .content-text .name a{
	color: #333333;
}
.article-meta{
	color: #898989;
	margin: 0 0 35px;
}
.article-meta img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.artblock .content-text .description,
.article-content .content-text .desc{
	margin: 0 0 45px;
}
.artblock .content-text .description p,
.article-content .content-text .desc p{
	margin: 0 0 25px;
}
.artblock .content-text .description h2,
.article-content .content-text .desc h2{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 25px;
}
.blog-button{
	text-transform: uppercase;
	font-size: 14px;	
}
.article-content .image img{
	margin: 0 0 50px;
}
.article-content .article-meta{
	padding: 0 !important;
	font-size: 14px !important;
	color: #898989 !important;
	border: 0 !important;
	margin: 0 0 35px !important;
}

/*Cart*/
.table-cart{
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 40px;
}
.table-cart thead{
	background-color: #959595;
}
.table-cart thead td{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}
.table-cart > tbody > tr > td{
	padding: 40px 8px;
	vertical-align: middle;
	border-top-color: #e1e1e1;
}
.table-cart > tbody > tr > td > a{
	color: #333333;
}
.table-cart .cart-image{
	width: 230px;
}
.table-cart .cart-image > a{
	display: block;
	max-height: 170px;
	min-width: 170px;
}
.table-cart .cart-image > a > img{
	max-height: 170px;
	padding: 30px;
	border-radius: 10px;
}
.table-cart .cart-qty .form-control{
	max-width: 100px;
	border: 0;
	float: right;
}
.table-cart .btn-action {
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 20px;
}
.cart-page-wrap .btn{
	text-transform: uppercase;
	font-size: 14px;
}

/*Checkout*/
.quickcheckout-heading{
	color: #ffffff !important;
	padding: 10px 15px !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	background-color: #959595 !important;
	text-transform: uppercase;
	font-weight: bold;
}
.quickcheckout-content{
	padding: 15px 0 !important;
}
.quickcheckout-content label{
	font-weight: 500;
}
#quickcheckoutconfirm {
    font-size: 14px !important;
}
.quickcheckout-content .btn{
	text-transform: uppercase;
	font-size: 14px;
}
.quickcheckout-content .checkbox{
	display: inline-block;
	margin-right: 20px;
}
.quickcheckout-content .checkbox input[type="checkbox"]{
	margin-top: 0;
	margin-left: -22px;
}
#modal-agree .modal-body{
	max-height: 400px;
	overflow-y: auto;
}

/*Terms*/
.terms-container{
	line-height: 22px;
	margin: 0 0 30px;
}
.terms-container h4{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	margin: 0;
}
.terms-container p{
	margin: 0;
}

/*Career*/
.career-page-wrap .caption{
	margin: 0 0 25px;
}
.career-form-container{
	border: 1px solid #ebebeb;
	padding: 40px 50px;
}
.career-form-container h3{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 45px;
}
.career-container{
	margin: 0 0 25px;
}
.career-container h3{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 25px;
}
.career-container h3, .career-container h3 a{
	color: #333333;
}
.career-container h4{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 25px;
}
.career-container p{
	margin: 0;
}
.career-page-wrap .career-container{
	padding-bottom: 25px;
	border-bottom: 1px solid #ebebeb;
}
.career-container p a{
	color: #be252d;
	text-transform: capitalize;
}

/*Order*/
.order-list-wrap #column-left{
	position: relative;
}
.order-list-wrap #column-left:after{
	position: absolute;
	top: 0;
	right: 15px;
	content: "";
	height: 100%;
	width: 1px;
	background-color: #e1e1e1;
}
.order-list-wrap h4{
	background-color: #959595;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
}
.order-list-wrap .table-responsive{
	border: 1px solid #d7d7d7;
	margin: 0 0 20px;
}
.order-list-wrap .table{
	margin: 0;
}
.order-list-wrap .table > thead > tr > td,
.order-list-wrap .table > thead > tr > th{
	position: relative;
	padding: 15px 8px;
	background-color: #f5f5f5;
}
.order-list-wrap .table > thead > tr > td:before,
.order-list-wrap .table > thead > tr > th:before{
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0;
	content: "";
	width: 1px;
	border-left: 1px dashed #c2c2c2;
}
.order-list-wrap .table > thead > tr > td:first-child:before,
.order-list-wrap .table > thead > tr > th:first-child:before{
	content: none;
}
.order-list-wrap .table > tbody > tr > td,
.order-list-wrap .table > tbody > tr > th{
	border-color: #d7d7d7;
	vertical-align: middle;
}
.order-list-wrap .table .btn-action{
	padding: 0;
	border: 0;
	background-color: transparent;
	font-size: 18px;
	color: #333333;
}

p.error
{
color:red;
}
