body {
    color: gray;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.3px;
    background: #ffffff;
}
:focus{outline:none !important;}
h1, h2, h3, h4, h5, h6 {
	color: #333;
}
/* default font size */
.fa {
	font-size: 14px;
}
.fa-stack{width: 12px;
    font-size: 8px;
}
.fa-stack .fa{font-size: 13px;}
/* 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: #262626;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
    font-weight: 500;
    color: #262626;
}

div.required .control-label::before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6{
    color: #262626;
}
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-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}



header{
	z-index:99;
	position:relative;
}

.header-container {
    height: auto; 
    width: 100%;
    z-index: 99;
}

.header-container .row {
    margin: 0px;
}

.header-main {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    margin: 0px;
}

.header-logo {
    text-align: center;
}

.header-logo {
    float: left;
}

.header-logo {
	text-align:left;
	float:left;
	padding:29px 0;
	padding-left:24px;
	position:relative;
}

.header-logo img {
    max-width: 100%;
    text-align: center;
    display: inline;
}

.header-search{
	position:relative;
	top:35px;
	left:0;
	padding:0;
	text-align:center;
}

.search .input-lg {
    width: 100%;
	border-color:#262626;
    text-transform: capitalize;
    color: #262626;
    padding: 12px 55px 12px 12px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.7px;
}

.search .input-group-btn {
    display: block;
    width: 55px;
    position: absolute;
    right: 0px;
    top: 0;
}

.search .btn-lg {
    background: url(../images/search.png) no-repeat scroll 18px 15px #262626;
    display: block;
    border: 0px;
    height: 45px;
    padding: 0;
    width: 55px;
    cursor: pointer;
    z-index: 9;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    transition: none;
}

.search .btn-lg:hover{
	background-position:18px -190px;
}

.search .btn-lg .fa {
    font-size: 0px;
    display: none;
}

.header-cart {
    float: right;
    margin: 35px 0px 31px 30px;
}

.header-cart #cart {
    padding: 0;
    display: block;
    text-align: left;
    cursor: pointer;
}

.header-cart #cart .cart_heading:before{
	content: "";
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    background: url(../images/nav-icon.png) no-repeat scroll 0 -113px;
}

.header-cart #cart > .cart_heading:hover:before{
    background-position: 0 -174px;
}

.header-cart #cart .cart_heading {
    color: #000000;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: block;
    padding: 0px;
    padding-left: 40px;
}

.header-cart #cart > .cart_heading:hover{
	color:#999999;
}

.header-cart #cart > .btn {
    padding: 0px;
    display: inline-block;
    color: #888888;
    font-size: 13px;
    line-height: 16px;
    overflow: hidden;
    font-weight: 400;
    letter-spacing: 0px;
    background: transparent;
    padding-left: 41px;
    /*text-transform: lowercase;*/
	border:none;
}

#cart.open > .btn {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-shadow: none;
}

#cart > .btn .fa {
    display: none;
}

#cart-quantity {
    display: none;
}

#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
}

#cart .dropdown-menu {
    width: 330px;
    padding: 10px;
    border: 1px solid #ededed;
    overflow: hidden;
    display: none;
    margin-top: 0;
    top: 75px;
}

#cart .dropdown-menu li {
    float: none;
}

#cart .dropdown-menu li:first-child {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

#cart .dropdown-menu li p {
    margin: 20px auto;
    color: #333;
}

#cart .dropdown-menu li + li {
    border-top: 1px solid #e5e5e5;
    padding: 5px 0 0;
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
    border: none;
}

#currey {
    float: right;
    margin: 34px 40px 32px 0;
    position: relative;
}

#currey:after{
	border-right: 1px solid #e6e6e6;
    content: "";
    height: 60px;
    position: absolute;
    top: -10px;
    right: -40px;
}

.dropdown.header-currey {
    float: left;
    padding: 0px;
}

header .dropdown.header-currey > a {
    text-transform: uppercase;
    color: #000000;
    margin: 0px;
    padding: 0 0 0 41px;
    display: block;
    background: url(../images/nav-icon.png) no-repeat scroll 0px 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.5px;
}

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline-block;
}

.dropdown.header-currey .fa {
    padding-left: 7px;
    font-size: 16px;
}

.box-sub-heading {
    display: block;
    color: #888888;
    /*text-transform: lowercase;*/
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.5px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover, .dropdown-menu.currey-menu {
    text-transform: capitalize;
}

#currey .currey-menu {
    margin-top: 0px;
    top: 76px;
    min-width: 270px;
    left: auto;
    right: -40px;
    padding: 10px 20px;
    border-color: #ededed;
}

#currey .currey-menu li{
	cursor:pointer;
}

.header-currey li, .header-search li {
    list-style: none;
}

#currey a {
    color: #000;
}

#currey .currey-menu li span {
    text-transform: capitalize;
    color: #666666;
    font-size: 13px;
    line-height: 22px;
    padding: 4px 0;
}

#currey .currey-menu li span:hover{
	color:#000;
}

.header-currey .dropdown-menu span {
    text-shadow: none;
}


/* menu */
.header-menu {
    display: block;
    width: 100%;
    float: right;
    margin: 0px;
    background: #000;
}

.nav-responsive { display:none;}
nav.nav-container.fixed {
    position: fixed;
    top: 0px;
    background: #000000;
    width: 100%;
    z-index: 9;
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    animation: slide-down 0.7s;
    left: 0;
    right: 0;
}
nav.nav-container.fixed .container {
    padding-left: 15px;
    padding-right: 15px;
}
nav.nav-container.fixed .main-menu {
    border: 0px;
}
nav.nav-container.fixed .nav-responsive{
	margin: 0px;
    border: 0px;
}
nav.nav-container.fixed .responsive-menu{
    position: fixed;
    top: 0px;
    background: #000000;
    width: 100%;
    z-index: 9999;
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    animation: slide-down 0.7s;
    left: 0;
    right: 0;
}

nav.nav-container.fixed > .main-menu ul > li > a, nav.nav-container.fixed > .hiden_menu li > a{ padding-top: 17px; padding-bottom:	17px; }
nav.nav-container.fixed .responsive-menu.container{ margin-bottom: 0px; }
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    } 
    100% {
        transform: translateY(0);
    } 
}

.responsive-menu, .main-menu {
    height: auto;
    position: relative;
    z-index: 9;
    padding: 0px;
    display: none;
}
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0; 
}
#menu ul li .megamenu ul.list-unstyled {
    padding: 0px 15px 0px 0px ;
}
#menu ul li .megamenu ul.list-unstyled:last-child{ padding-right: 0px; }
#menu > ul {
	display: block !important;
   	text-align: left;
   
}
#menu ul {
    display: table-cell;
    float: none;
    list-style: outside none none;
    margin: 0;
    top: auto;
    text-align: left; 
}
.main-menu > ul > li {
	position: relative;
	float: none;
	display: inline-block;
	z-index: 20;
	background-color:transparent;
}

.main-menu > ul > li:hover {
    background: #262626;
}

.nav-responsive span,
.main-menu > ul > li > a {
	font-size: 14px;
	line-height:26px;
	font-weight: 700;
	color: #fff;
	display: block;
	padding: 20px 20px;
	margin-bottom: 0px;
	z-index: 6;
	position: relative;
	text-transform:uppercase;
}
.main-menu ul > li > a, .hiden_menu li > a {
    font: 500 14px/26px 'Roboto', sans-serif;
    letter-spacing: 0.7px;
    color: #ffffff;
    display: block;
    padding: 17px 27px;
    margin-bottom: 0px;
    z-index: 6;
    position: relative;
    text-transform: uppercase;
}
.common-home .main-menu ul > li.top_level.home > a {
    background: #262626;
}
.main-menu ul > li:last-child > a{border:none}

.main-menu a:hover { text-decoration:none}

.main-menu > ul > li:hover > a {
    background: transparent;
    color: #000;
}

.main-menu ul > li.top_level.dropdown:hover > a, .main-menu ul > li.top_level:hover > a, .main-menu ul > li.top_level.active > a {
    color: #ffffff;
}

.main-menu > ul > li > ul , .responsive-menu .main-navigation{
	background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    display: none;
    padding: 5px;
    position: absolute;
    z-index: 5;	
} 
nav.nav-container.fixed .responsive-menu .main-navigation {
    top: 43px;
}
.main-menu > ul > li:hover > ul {
	display: block;
} 
.main-menu > ul > li ul > li > ul {
	display: none;
	background: #15BCF0;
	position: absolute;	
	z-index: 5;
	padding: 5px;	
	margin-left:-13px;
}
.main-menu > ul > li ul > li:hover > ul {
	display: block;
	 top: 0px;
    left: 173px;
}
#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
    display: none;
    left: 200px;
    padding: 15px 0;
    position: absolute;
    top: 0;
	border: 2px solid #e5e5e5;
}
.main-menu > ul > li ul > li > a {
	color: #262626;
	display: block;
	white-space: nowrap; 
}
.responsive-menu .main-navigation li a{	
	padding: 8px;
	color: #262626;
	display: block;
	white-space: normal; 
}
#menu ul li .megamenu.column1 a{ font-weight: 400; }

#menu ul li .megamenu.column1 a:hover,
.main-menu ul > li.dropdown > a:hover{
    color: #000000;
    background: none;}
#menu .nav li .list-unstyled li.dropdown a:hover {
    color: #888;
}
#menu .nav li .list-unstyled.childs_2 li a:hover{color:#000;}
.main-menu > ul > li ul > li > .dropdown-inner ul li a{color:#adadad;}
.main-menu > ul > li ul > li > a{min-width: 160px;}
.main-menu > ul > .dropdown ul > li > a, .hiden_menu .top_level > a{
    padding: 0 0 10px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    padding-bottom: 5px;
    margin-bottom: 17px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
}
.main-menu > ul > .dropdown ul > li > a:before{
    border-top: 1px solid #ededed;
    bottom: -8px;
    content: "";
    float: left;
    height: 2px;
    position: absolute;
    width: 75%;
}

.main-menu ul li ul .list-unstyled a{
    font-weight: 400;
    color: #888889;
    text-transform: capitalize;
    padding: 0px 0 10px 0;
    font-size: 13px;
    margin-bottom: 0;
    letter-spacing: 0;
}
.responsive-menu .main-navigation li a:hover  {
	color: #000000;
}
.main-menu > ul > .dropdown ul > li > a:hover {
    color: #888888;
}
#menu ul li .megamenu.column1  li > a,
.main-menu > ul > li > ul > ul > li > a {
	color: #888888;
	padding: 6px 0;
	text-transform: capitalize;
    margin-bottom: 0px;
}

#menu ul li .megamenu.column1  li > a:before,
.main-menu ul li ul .list-unstyled a:before{ display: none; margin-bottom: 0px; }

#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
    display: block;
}
#menu .nav li .list-unstyled .dropdown {
    float: left;
}
#menu .dropdown .dropdown-menu{
	padding:20px 20px;
	border: 2px solid #ddd;
    background: #ffffff;
    opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
    transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
    transform-origin: 20% 20% 0;
	-ms-transform-origin: 20% 20% 0;
	-webkit-transform-origin: 20% 20% 0;
	-o-transform-origin: 20% 20% 0;
	-moz-transform-origin: 20% 20% 0;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
    visibility: visible !important;
	display:block;
	text-align: left;
}
#menu ul li.hiden_menu .dropdown-menu{
	 opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
	display:block;
	transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
    transform-origin: 20% 20% 0;
	-ms-transform-origin: 20% 20% 0;
	-webkit-transform-origin: 20% 20% 0;
	-o-transform-origin: 20% 20% 0;
	-moz-transform-origin: 20% 20% 0;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
    visibility: visible !important;
}
#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    border: medium none;
    margin: 0;
    padding: 5px 0;
    position: relative;
}
#menu ul li.dropdown.more_menu .dropdown-menu{ 
	left: 0;
    right: auto;
}

#menu ul li .megamenu.column1, #menu ul li.hiden_menu .dropdown-menu{
    padding: 10px 20px;
}
.hiden_menu .dropdown-menu{min-width:215px;}
#menu ul li .megamenu.column1 ul.list-unstyled {
    padding: 0;
}
#menu ul li .megamenu.column1 ul.list-unstyled li, .hiden_menu li.top_level {
    float: left;
    padding: 0px;
	width:100%;
}
#menu li.hiden_menu:hover .dropdown-menu.megamenu{display:none;}


.hiden_menu .top_level > a{color:#262626;}
 
@media (min-width: 768px) {
	#menu li:hover .dropdown-menu, #menu ul li.hiden_menu:hover .dropdown-menu{
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
    transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
    visibility: visible;
}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		-webkit-border-radius:0px;
		-khtml-border-radius:0px;
		-moz-border-radius:0px;
		color: #fff;
	}
}

/* Swiper */
.swiper-viewport {
	margin: 0px;
	z-index: 1;
	width: 100%;
	position: relative;
	overflow: hidden;
}
/* OpenCart Code */
.main-slider .swiper-wrapper, .swiper-container {
	direction: ltr !important;
}
.swiper-pagination {
	bottom: 0px;
	left: 0;
	text-align: center;
	width: 100%;
}
.swiper-pagination-bullet {
	width: 10px;
    display: inline-block;
    height: 10px;
    background: #888888;
    margin: 0px 5px;
    opacity: 1;
    text-indent: -9999px;
    cursor: pointer;
    border-radius: 0px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
	background: #000000;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
}

section.elementor-section{
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #e5e5e5;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 80px 0px 100px 0px;
}

.main-adv{
	margin-top:30px;
}

.main-adv ul{
	list-style-type:none;
	padding:0;
	margin:0;
}

.main-adv ul li.adv-list{
	margin-bottom:15px;
}

.main-product > .product-h2{
	text-align:center;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 44px;
	text-transform: capitalize;
	font-weight: bold;
	color: #111111;
}

.main-product > .product-h2-tips{
	text-align:center;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	text-transform: capitalize;
	font-weight: 600;
	color: #444444;
}

.main-product .product-list,#content .cat_prod{
	margin: 35px 0px 0px 0px;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	border-color: #e5e5e5;
	box-sizing: border-box;
}

.main-product .product-list .product-item{
	margin:0;
	padding:0;
	width:20%;
	display:inline-block;
}
#content .cat_prod .product-item{
	margin:0;
	padding:0;
	display:inline-block;
}

.main-product .product-list .product-item > .product-item-inner,#content .cat_prod .product-item > .product-item-inner{
	text-align: center;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	border-color: #e5e5e5;
	padding: 25px 25px 25px 25px;
	position:relative;
}

.main-product .product-list .product-item > .product-item-inner > .product-item-inner-images,#content .cat_prod .product-item > .product-item-inner > .product-item-inner-images{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-product .product-list .product-item > .product-item-inner > .product-item-inner-images img,#content .cat_prod .product-item > .product-item-inner > .product-item-inner-images img{
	height: auto;
	max-width: 100%;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.main-product .product-list .product-item > .product-item-inner > .product-item-inner-info,#content .cat_prod .product-item > .product-item-inner > .product-item-inner-info{
	margin-top:20px;
}

.main-product .product-list .product-item > .product-item-inner h2.product-item-inner-title,#content .cat_prod .product-item > .product-item-inner h2.product-item-inner-title{
	font-size:14px;
	height:50px;
	overflow:hidden;
}

.main-product .product-list .product-item > .product-item-inner .product-item-inner-price,#content .cat_prod .product-item > .product-item-inner .product-item-inner-price{
	color:#000;
	font-weight:bold;
	font-size:16px;
}

.button, .button.default, input.button, input[type="submit"], .loadmore.default {
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal !important;
    text-transform: uppercase;
    color: #ffffff !important;
    background-color: #283546;
}

.main-product .product-list .product-item > .product-item-inner .product-item-inner-cart,#content .cat_prod .product-item > .product-item-inner .product-item-inner-cart{
	margin-top:20px;
	z-index:2;
	position:relative;
}

.button{
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #515151 !important;
	background-color: #ebe9eb;
	border: 0;
	white-space: nowrap;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.main-product .product-list .product-item > .product-item-inner .btn-addtocart,#content .cat_prod .product-item > .product-item-inner .btn-addtocart{
	border-radius: 50px 50px 50px 50px;
	padding: 10px 30px 10px 30px;
}

.main-product .product-list .product-item > .product-item-inner .btn-addtocart:hover,#content .cat_prod .product-item > .product-item-inner .btn-addtocart:hover{
	background-color:#283546 !important;
	color:#FFFFFF !important;
}

footer {
    position: relative;
    background: #fff;
}

#footer {
    top: auto;
    margin-top: 0px;
}

.footer-blocks {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    position: relative;
}

#footer .column {
    float: left;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    text-align: left;
    position: relative;
    padding: 0 15px;
}

/*#footer .column:after{
	border-right: 1px solid #333;
    content: "";
    position: absolute;
    right: 90px;
    height: 210px;
    top: -10px;
}*/

#footer .column.contact-block:after,#footer .column:last-child:after{display:none;}

footer h5 {
    font: 500 18px/26px 'Roboto', sans-serif;
    text-transform: capitalize;
    color: #000;
    margin: 0 0 20px 0;
    cursor: pointer;
    letter-spacing: 0.6px;
    font-size: 17px;
    float: none;
    display: block;
    padding: 0;
}

#footer #contact.column h5 { display:none;  }

.footer-blocks .list-unstyled {
    margin-bottom: 5px;
    display: none;
    padding: 0;
}
.toggle .mobile_togglemenu {
		display: block;
		cursor: pointer;
		width: 100%;
		margin-top: 0;
		overflow: hidden;
		position: absolute;
		right: 0px;
		top: 0px;
		height: 20px;
	}
	
	.toggle .mobile_togglemenu::before {
		color: #000;
		content: "\f107";
		font-family: "FontAwesome";
		font-size: 24px;
		font-weight: 400;
		height: 20px;
		margin: 0;
		position: absolute;
		right: 15px;
		text-align: center;
		top: 0px;
		width: 20px;
	}
	
#footer .footer-blocks li {
    color: #888888;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.5px;
    display: block;
    padding: 0px;
    vertical-align: top;
    margin-bottom: 5px;
    width: auto;
    float: none;
}

footer a {
    color: #888888;
}

#footer .column li a {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .5px;
}

.bottomfooter {
    margin: 0;
    text-align: center;
    clear: both;
    color: #888888;
    border-top: 1px solid #333;
    padding: 13px 0;
}

.bottomfooter .container {
    padding: 0px;
}

.bottomfooter .container .row {
    margin: 0;
}

.social-block {
    float: left;
}

.social-block ul {
    padding: 0px;
    margin: 0;
}

.social-block ul {
    padding: 0px;
}

.bottomfooter ul li {
    display: inline-block;
    padding: 0px;
        padding-left: 0px;
        width: auto;
        float: none;
}

.bottomfooter ul li:first-child {
    border: medium none;
    padding-left: 0;
}

.bottomfooter a {
    color: #888888;
}

.bottomfooter a:hover{ color: #ffffff; text-decoration: none; }

.social-block ul li a span {
    display: none;
    background-color: #000;
}

.facebook a::before {
    content: "\F09A";
}

.twitter a::before {
    content: "\F099";
}

.youtube a::before {
    content: "\F16A";
}

.googleplus a::before {
    content: "\F0D5";
}

.pinterest a::before {
    content: "\F231";
}

.social-block ul li a::before {
    font-size: 18px;
    font-family: "FontAwesome";
    display: inline-block;
    font-weight: normal;
    height: 40px;
    width: 40px;
    padding-top: 8px;
    padding-right: 4px;
}

.bottomfooter .paiement_logo_block {
    background: none;
    border: none;
    float: right;
    margin: 8px 0;
}

.bottomfooter .paiement_logo_block img {
    margin: 0px 5px 0px;
    vertical-align: text-top;
    height: 17px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.bottomfooter .paiement_logo_block img:hover {
	filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

p.powered {
    text-align: center;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    padding: 7px 0;
    letter-spacing: 0.6px;
}

.nav-responsive span {
    display: inline-block;
}

.nav-responsive {
    cursor: pointer;
    display: none;
}

.nav-responsive div, .responsive-menu .hitarea {
    height: 9px;
    width: 9px;
    float: right;
    cursor: pointer;
    margin-right: 0px;
    margin-left: 3px;
}

.nav-responsive .expandable {
    background: url(../images/sprite.png) no-repeat scroll -5px -125px;
    height: 20px;
    margin-top: 11px;
    width: 25px;
    float: left;
}

.responsive-menu .main-navigation {
    position: absolute;
    z-index: 999;
    display: none;
    margin-top: 0px;
    padding: 2%;
    width: 100%;
    list-style: none;
    left: 0px;
}

.main-menu .main-navigation {
    position: absolute;
    z-index: 999;
    display: none;
    margin-top: 0px;
    padding: 2%;
    width: 100%;
    list-style: none;
    left: 0px;
}

nav.nav-container .responsive-menu .main-navigation {
    max-height: 290px;
    overflow: auto;
    top: 44px;
}

.responsive-menu .expandable .collapsable-hitarea, .responsive-menu .expandable-hitarea {
    background: url(../images/sprite.png) no-repeat scroll -44px -65px;
}

.responsive-menu .collapsable-hitarea {
    background: url(../images/sprite.png) no-repeat scroll -44px -94px;
}

.responsive-menu .hitarea {
    margin-left: 0;
}

.responsive-menu .hitarea {
    height: 30px;
    width: 25px;
    padding: 5px;
}

.responsive-menu .main-navigation ul{
	width:100%;
	position:inherit;
	border:0 none;
	margin:0;
	padding:0;
	padding-left:20px;
}



.wrap-breadcrumb {
    margin: 0px 0 25px;
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.wrap-breadcrumb .breadcrumb {
    display: block;
    float: none;
    background: none;
    padding: 10px 0px;
    margin-top: 45px;
    text-align: left;
}

.breadcrumb > li {
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li a {
    color: #262626;
	font-family: Arial;
}

.breadcrumb > li:last-child a, .breadcrumb > li a:hover, .breadcrumb > li a.active {
    color: #262626;
}

#column-left {
    width: 24%;
}

.layout-2.left-col #column-left {
    width: 20.6%;
}

.box {
    margin-bottom: 12px;
}

#column-left .box, #column-right .box {
    margin-bottom: 25px;
    position: relative;
    padding: 0px;
    width: 100%;
}

.czcategory_block .box-heading, .box-heading {
    text-align: center;
    border: medium none;
    width: auto;
    position: relative;
    margin: 0 auto 25px;
    padding: 0;
    color: black;
    position: relative;
    text-align: center;
    font: 500 28px/25px 'Roboto', sans-serif;
    letter-spacing: .3px;
    text-transform: uppercase !important;
}

#column-left .box .box-heading, #column-right .box .box-heading {
    color: #000000;
    text-transform: uppercase;
    padding: 10px 5px;
    font: 500 16px/24px 'Roboto', sans-serif;
    margin: 0;
    background: none;
    text-align: left;
    display: block;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    letter-spacing: 0.3px;
}

#column-left .box:first-child .box-heading, #column-right .box:first-child .box-heading {
    border-color: #000000;
}

.treeview-list, .treeview-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview-list ul {
    background: none;
    margin: 0px;
}

.box .box-content {
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    border: none;
    padding: 15px 0 20px;
    margin: 0 -15px;
}

#column-left .box .box-content, #column-right .box .box-content, #column-left .box .list-group, #column-right .box .list-group, #column-left .box .filterbox, #column-right .box .filterbox {
    margin: 0px;
    background: #ffffff none repeat scroll 0 0;
    padding: 15px 5px;
}

.box .box-content ul, #content .content ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.box .box-content .box-category {
    padding: 0px;
}
.treeview-list li {
    margin: 0;
}

.box .box-content ul li, #content .content ul li {
    line-height: 22px;
    padding: 4px 0;
}

.box .box-content ul li {
    line-height: 22px;
    padding: 3px 0px;
    position: relative;
}

.treeview-list .hitarea {
    background: none;
    height: 9px;
    width: 9px;
    float: right;
    cursor: pointer;
}
.treeview-list .expandable-hitarea {
    height: 20px;
    width: 20px;
    text-align: right;
}

.treeview-list .expandable .collapsable-hitarea, .treeview-list .expandable-hitarea {
    background: url(../images/sprite.png) no-repeat scroll -44px -65px;
}

.treeview-list .collapsable .expandable-hitarea,.treeview-list .collapsable-hitarea {
    height: 20px;
    width: 20px;
    text-align: right;
}

.treeview-list .collapsable .expandable-hitarea, .treeview-list .collapsable-hitarea {
    background: url(../images/sprite.png) no-repeat scroll -44px -94px;
}

.box .box-content ul li .hitarea {
    position: absolute;
    right: 5px;
    top: 6px;
}
.treeview-list li a {
    display: inline;
    padding-left: 0px;
}

.box .box-content ul li a, #content .content ul li a {
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}

.box .box-content ul ul {
    margin-left: 15px;
}

.box .box-content ul ul {
    z-index: 99;
    width: auto;
}

.treeview-list li ul li {
    background: none;
    border-bottom: none;
}

.box .box-content ul li {
    line-height: 22px;
    padding: 3px 0px;
    position: relative;
}

.box .box-content ul li ul li a {
    border: none;
    font-size: 13px;
}

.tags ul{
	max-height: 290px;
	overflow: auto;
}

.tags ul li::before {
    content: "\f02c";
    font-family: 'FontAwesome';
    font-size: 16px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}

.box .tags ul li a{
	width:auto;
	font-size:12px;
}

.Special-product{
	height:800px;
}

.Special-product .product-item{
	border-bottom:solid 1px #000000;
}

.Special-product .product-item .product-item-inner{
	margin-bottom:10px;
}

.Special-product .product-item .product-item-inner-images{
	float:left;
	width:50%;
}

.Special-product .product-item .product-item-inner-info{
	float:left;
	width:50%;
}

.Special-product .product-item .product-item-inner-info .product-item-inner-title{
	height:45px;
	overflow:hidden;
}

.Special-product .product-item > .product-item-inner .btn-addtocart{
	border-radius: 50px 50px 50px 50px;
	text-align:center;
	line-height:20px;
}

.Special-product .product-item > .product-item-inner .btn-addtocart:hover{
	background-color: #283546 !important;
	color: #FFFFFF !important;
}

.clear{
	clear:both;
}
.category_thumb .category_img, .category_thumb .category_title, .category_thumb .category_description {
	float: left;
    width: 100%;
}

.category_title{
	margin-bottom:20px;
}

.category_img img {
    margin-bottom: 20px;
    border: none;
    max-width: none;
    width: 100%;
}

.pagination-wrapper {
    display: inline-block;
    margin: 10px 0 10px;
    padding: 15px 0 10px 0;
    width: 100%;
    background: none;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;
    margin-top: 6px;
}

.pagination {
    margin: 0;
}

.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pagination-wrapper .page-result {
    float: left;
    padding: 0;
    width: auto;
    margin: 13px 0 13px;
}

.thumbnails {
    list-style: none;
}

.thumbnail {
    border: 1px solid ededed !important;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-info .image {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.product-info .additional-carousel {
    position: relative;
}

.customNavigation {
    position: absolute;
    z-index: 8;
    width: 100%;
    top: 42%;
    left: 0;
    direction: ltr !important;
}

.product-info .additional-carousel .customNavigation {
    top: 36%;
}

.customNavigation a {
    display: block;
    float: right;
    position: absolute;
    border: 0px;
    -webkit-tap-highlight-color: transparent;
    font-size: 0;
    position: absolute;
    padding: 0;
    color: #888888;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: rgba(0, 0, 0, 0) url(../images/slider-arrow.png) no-repeat scroll 0 0;
    width: 18px;
    height: 30px;
}

.customNavigation a.prev {
    left: -20px;
    color: #fff;
    cursor: pointer;
    -o-transition: none;
    font-size: 0px;
    background-position: 0 0;
}

.customNavigation a.next {
    right: -30px;
    color: #fff;
    font-size: 0px;
    cursor: pointer;
    background-position: -52px 0px;
}

.customNavigation a {
    top: -10px;
}

.customNavigation a.prev {
    left: 0;
}

.customNavigation a.next {
    right: 0;
}

.customNavigation a.prev:hover {
    text-decoration: none;
    background-position: 0px -37px;
}

.customNavigation a.next:hover {
    text-decoration: none;
    background-position: -52px -37px;
}

.thumbnails .image-additional {
    float: left;
}

.product-info .image-additional {
    clear: both;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    width: 500px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.product-grid li, .box-product .product-items, .product-carousel .slider-item {
    text-align: center;
}

.product-grid li, .box-product .product-items, .product-carousel .slider-item {
    float: left;
    text-align: center;
    width: 256px;
}

.image-additional .slider-item {
    display: inline-block;
    float: left;
}

.product-carousel .slider-item {
    float: left;
}

.product-carousel .slider-wrapper, .product-carousel .slider-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.product-block {
    margin: 15px 15px 15px;
    background: #fff;
    clear: both;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.image-additional .slider-item .product-block {
    margin: 4px 6px;
    background: transparent;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    clear: both;
    overflow: hidden;
    text-align: center;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 0px;
    display: block;
}

.product-info .image-additional a {
    display: block;
}

.product-info .image-additional img {
    max-width: 100%;
    border: 1px solid transparent;
}

.additional_default_width {
    width: 95px;
}

.product-info .image-additional img:hover {
    border-color: #888888;
}

#content h1.product-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 24px;
    font-weight: 400;
    padding: 0 0 10px;
    color: #333;
    line-height: 32px;
    border-bottom: 1px solid #dfdfdf;
}

#content h1.product-title, #content h3.product-option {
    margin-bottom: 15px;
}

#content ul.list-unstyled {
    margin-bottom: 10px;
    overflow: auto;
}

#content.productpage ul.list-unstyled {
    border-bottom: medium none;
}

.productpage .product-right {
    padding-left: 25px;
}

#content ul.list-unstyled.attr {
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
    padding-top: 15px;
    margin-bottom: 20px;
}

#content ul.list-unstyled li {
    line-height: 26px;
    padding: 4px 0;
}

#content ul.list-unstyled.attr li {
    clear: both;
}

#content ul.list-unstyled.attr span {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

#content ul.list-unstyled.price li {
    float: left;
    padding: 2px 0;
    font-size: 11px;
	width:100%;
}

#content ul.list-unstyled.price li .product-size{
	margin:0;
	padding:0;
	width:100%;
	display:inline-block;
}


#content ul.list-unstyled.price .product-size li{
	list-style-type: none;
	float:left;
	margin:0;
	padding:0;
	width:auto;
	position:relative;
	margin-right:5px;
}

#content ul.list-unstyled.price .product-size li a{
	border:solid 1px #dcdcdc;
	padding:5px 10px;
	font-size:12px;
}

#content ul.list-unstyled.price .product-size li a:hover{
	border-color:#888888;
	border-color:#000;
}

#content ul.list-unstyled.price .product-size li.active a{
	border-color:#888888;
	border-color:#000;
}

#content ul.list-unstyled.price .product-size li i{
	background-image:url('../images/size_active.png');
	position: absolute;
	right: 0;
	width: 12px;
	height: 12px;
	bottom: 0;
}

.size_tips{
	color:#ff0000;
}

#content ul.list-unstyled.price{
	clear:both;
}

#content h3 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 500;
	font-size:16px;
}

#content.productpage h3 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 500;
}

#content.productpage h3.product-price {
    font-weight: 700;
}

.form-group.qty .control-label {
    float: left;
    margin: 6px 10px 0 0;
    font-size: 14px;
}

.productpage #input-quantity, .quickview #input-quantity {
    float: left;
    margin-right: 10px;
    width: auto;
    height: 44px;
    text-align: center;
    s margin-left: 5px;
}

div#product {
    padding-top: 5px;
}

.form-group.qty {
    clear: both;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

#tabs_info {
    margin-top: 80px;
    margin-bottom: 50px;
}

#tabs_info {
    text-align: left;
}

#tabs_info .nav-tabs, .etabs {
    display: inline-block;
    float: none;
	margin:0;
    padding: 0;
    text-align: center;
}

.htabs .etabs li, .categorytab .nav-tabs li, #tabs_info .nav-tabs li {
    display: inline-block;
    float: left;
    list-style: none outside none;
    position: relative;
    text-align: center;
    margin: 0 3px;
}

#tabs_info .nav-tabs a, .nav-tabs a, .htabs a, .categorytab .nav-tabs a {
    color: #000;
    display: block;
    text-transform: uppercase;
    float: left;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    padding: 8px 40px;
    text-align: center;
    position: relative;
    letter-spacing: .5px;
    border: 1px solid #e3e3e3;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#tabs_info .nav-tabs a {
    padding: 10px 40px;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.5px;
    border: 1px solid #e3e3e3;
        border-top-color: rgb(227, 227, 227);
        border-right-color: rgb(227, 227, 227);
        border-bottom-color: rgb(227, 227, 227);
        border-left-color: rgb(227, 227, 227);
    color: #000;
}

#tabs_info .nav-tabs li.active a, .htabs a.selected, .categorytab .nav-tabs li.active a {
    color: #fff;
    background: #888888;
    border-color: #888888;
}

#tabs_info .nav-tabs li.active a {
    color: #ffffff;
    background: #888888;
    border-color: #888888;
}

.tab-content {
    overflow: hidden;
}

.tab-content {
    position: relative;
    padding: 0px;
    z-index: 2;
    overflow: visible;
    margin-bottom: 30px;
}

#tabs_info .tab-content {
    padding: 25px;
    border: 1px solid #ededed;
    text-align: left;
}

#tabs_info .tab-content .tab-pane {
    padding: 0px;
    border: 0px;
}

.productpage .box {
    margin-top: 20px;
    position: relative;
}

.tab-head, .box-head {
    text-align: center;
}

.box-product {

    list-style-type: none;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    overflow: hidden;

}

#products-related .slider-wrapper-outer .product-item {
	margin: 0;
	padding: 0;
	width: 20%;
	display: inline-block;
}

#products-related .slider-wrapper-outer .product-item .product-item-inner{
	text-align: center;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	border-color: #e5e5e5;
	padding: 25px 25px 25px 25px;
	margin:0;
	overflow:inherit;
}

#products-related .slider-wrapper-outer .product-item .product-item-inner .product-item-inner-images {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#products-related .slider-wrapper-outer .product-item .product-item-inner .product-item-inner-images img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#products-related .slider-wrapper-outer .product-item .product-item-inner .product-item-inner-info {
    margin-top: 20px;
}
#products-related .slider-wrapper-outer .product-item .product-item-inner h2.product-item-inner-title {
    font-size: 14px;
    height: 50px;
    overflow: hidden;
}

#products-related .slider-wrapper-outer .product-item .product-item-inner .product-item-inner-price {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

#products-related .slider-wrapper-outer .product-item .product-item-inner .product-item-inner-cart {
    margin-top: 20px;
}

#products-related .slider-wrapper-outer .product-item .product-item-inner .btn-addtocart {
    border-radius: 50px 50px 50px 50px;
    padding: 10px 30px 10px 30px;
}
.box-product{
	margin: 35px 0px 0px 0px;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	border-color: #e5e5e5;
	box-sizing: border-box;
}


.product-carousel {
    display: none;
    opacity: 1 !important;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}



.product-carousel .slider-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.product-carousel .slider-wrapper {
    display: none;
    position: relative;
}

.product-carousel .slider-wrapper, .product-carousel .slider-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}


.related_default_width{ width: 229px;}

#products-related .customNavigation{
	top:56%;
}

.top_button {
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
	display: none;
}

.top_button a{
	display: block;
	width: 46px;
	height: 46px;
	background: #333333;
	-webkit-transition: 0.4s all ease;
	-moz-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
	-webkit-border-radius: 5px;
	text-align: center;
	color: #fff;
	line-height: 46px;
	border-radius: 5px;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    /*! -webkit-transform: rotate(360deg); */
    transform: rotate(360deg);
  }
}

.main-product .product-list .product-item > .product-item-inner .btn-addtocart.loading, #content .cat_prod .product-item > .product-item-inner .btn-addtocart.loading, #related-carousel .product-item > .product-item-inner .btn-addtocart.loading{
	background-color: #283546 !important;
	color: #FFFFFF !important;
}

.main-product .product-list .product-item > .product-item-inner .btn-addtocart.loading:after, #content .cat_prod .product-item > .product-item-inner .btn-addtocart.loading:after, #related-carousel .product-item > .product-item-inner .btn-addtocart.loading:after{
	content: "\f1ce";
	font-family: "FontAwesome";
	-webkit-animation: spin 0.5s linear infinite;
	animation: spin 1.2s linear infinite;
	margin-left: 10px;
	display: inline-block;
}


.sizeBox{
	position: absolute;
	flex-direction: column;
	-moz-box-align: center;
	height: 100%;
	top: 0;
	display:none;
}

.sizeBox ul{
	margin:0;
	padding:0;
	position:relative;
	z-index:999;
	margin-top:80px;
	background-color:#fff;
}

.sizeBox ul li{
	list-style-type:none;
}

.sizeBox ul li{
	border:solid 1px #000;
	margin-bottom:5px;
	cursor:pointer;
}

.sizeBox ul li.active{
	background-color: #283546 !important;
	color: #FFFFFF !important;
}

.sizeBox ul li:hover{
	background-color: #283546 !important;
	color: #FFFFFF !important;
}

.quickview .form-group.qty .btn-lg, .productpage .form-group.qty .btn-lg {
    padding: 10px 40px;
    background: #888888;
    border-color: #888888;
    font-size: 14px;
    font-weight: 400;
}

.quickview .form-group.qty .btn-lg:hover, .productpage .form-group.qty .btn-lg:hover {
    background: #000;
    border-color: #000;
}

.productpage .form-group.qty .btn-settle {
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 400;
    background: #000;
    border-color: #000;
}

.page-title {
    padding: 0px;
}

.page-title, .refine-search, .product-title, .product-option {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.container h1, .container h2 {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
}

#content table thead tr td {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #262626;
    font-weight: 600;
}

.shopping-cart .img-thumbnail {
    max-width: 80px;
}

.shopping-cart .input-group-btn {
    float: left;
}

#checkout-cart .input-group-btn:last-child > .btn, #checkout-cart .input-group-btn:last-child > .btn-group {
    margin-left: 5px;
    font-size: 12px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
	border:0 none;
}

.shopping-cart .input-group .form-control {
    width: auto;
    height: 35px;
    text-align: center;
}


.buttons {
    margin: 1em 0;
    display: inline-block;
    width: 100%;
}

#checkout-cart .buttons .pull-right .btn {
    background-color: #000;
    border-color: #000;
}

.common-home .alert {
    margin-bottom: 20px;
}

.alert{
	position:fixed;
	z-index:999;
	top:0;
}

.alert.alert-success.animated {
    width: 100%;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    padding: 20px 20px;
    opacity: 0.95 !important;
    -webkit-opacity: 0.95 !important;
    -moz-opacity: 0.95 !important;
    -khtml-opacity: 0.95 !important;
    background-color: #303030 !important;
    border-color: #303030 !important;
    color: #fff !important;
}

.alert.alert-success.animated a{
    color: #fff;
    text-decoration: underline;
}

.alert.alert-error.animated {
    background-color: #a94442 !important;
    border-color: #a94442 !important;
}

.alert.alert-success.animated button.close {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    color: #fff;
}

.alert.alert-success.animated {
    text-align: center;
    color: #fff !important;
}

.alert.alert-success.animated span {
    font-size: 16px !important;
}

.alert-success .fa.fa-check-circle {
    margin-right: 5px;
}

.alert.alert-success.animated span .fa.fa-check-circle {
    color: #9bcf85;
}

.alert.alert-error.animated span .fa.fa-check-circle {
	color:#ff0000;
}

#cart .dropdown-menu table td {
    border: none;
    background: none;
    padding: 5px 4px;
}

#cart .dropdown-menu strong {
    font-weight: 600;
    color: #262626;
}

#cart .button-container {
    width: auto;
    float: right;
}

#cart .text-right .addtocart, #cart .text-right .checkout {
    width: auto;
    border: none;
    display: inline-block;
    float: left;
    color: #fff;
    padding: 8px 20px;
    font-weight: 600;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
}

#cart .text-right .addtocart {
    margin: 0 5px 0 0;
}

#cart .button-container strong {
    font-weight: 400;
}

#cart .text-right .addtocart strong, #cart .text-right .checkout strong {
    color: #fff;
}

.menu-cart-img img{
	max-width:85px;
}

.menu-cart-title a{
	height:50px;
	display:block;
	overflow:hidden;
}

#cart .dropdown-menu table td .btn-danger {
	border:0 none;
}

#payment-address{
	padding:30px;
}

.table > tbody > tr > td.table-title{
	background:#f8f8f8 none repeat scroll 0 0;
	color:#262626;
}

.table-info a{
	color:#262626;
}

.payment-method{
	display:inline-block;
}

#popSearchTerms{
	width:100%;
	margin-top:5px;
}

#popSearchTerms ul.term-list{
	margin:0;
	padding:0;
}

#popSearchTerms ul li{
	float:left;
	margin-right:5px;
}

#popSearchTerms ul li a{
	text-decoration:underline;
}

.list-group a {
    padding: 5px 0px;
    text-transform: capitalize;
    font-size: 14px;
}

#footer .column.contact-block .fa {
    color: #fff;
    float: left;
    font-size: 18px;
    height: 25px;
    margin-top: 5px;
    width: 25px;
}

#footer .column.contact-block .tips{
	color: #fff;
    float: left;
    font-size: 18px;
	height: 25px;
	margin-top: 5px;
	margin-right: 5px;
}

#topdeals{
	position: relative; 
	height: 840px; 
	overflow: hidden; 
}

#topdeals ol{
	margin:0px;
	padding:0px;
}

#block-related h2{
	font-size:14px;
	word-break:break-all;
}