/*@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,600");*/


html,
body {
   margin:0;
   padding:0;
   height:100%;
}

/*font-family: 'Roboto', sans-serif;*/
body {
	background-color: #fff;
	color: #222222;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
}

h1,h2,h3,h4 {
	/*font-family: 'Montserrat', sans-serif;*/
	font-size: 64px;
	font-weight: 600;
	margin-bottom: 0;
}
h1 {font-size: 24px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}

b, strong {
    font-weight: 600;
}
p {margin-bottom: 0;}
a:hover, a:focus {
	color: #ffd200;
	outline: none;
	text-decoration: none;
}
a {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}


.container-main {
	width: 100%;
	margin: 0 auto;
	min-height:100%;
	position:relative;
}
.wrapper {
	margin: 0 auto;
}

/* Height of the footer */
/*#body {
	padding-bottom:400px;   
}*/
/*#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:400px;
}
*/


.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0px auto;
}
@media (max-width: 767.98px) {
	.img-responsive {
		width: 100%;
	}
}


@keyframes fadeInDown {
  from {
	opacity: 0;
	transform: translate3d(0, -100%, 0);
  } to {
	opacity: 1;
	transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { }


@media (min-width: 767.98px) { 
	/*.cc-revoke.cc-bottom {
		left:0;
		right:3em;
	}*/
}


/*
*	NAV
*/
.main-menu .navbar-ligh {
	background: none;
}
.main-menu .navbar {
	padding: 0 1rem;
}
.main-menu .navbar-light .navbar-toggler {
	color: #222;
	border: 0;
}
.main-menu .navbar-light .navbar-nav .nav-link {
	/*font-family: 'Montserrat', sans-serif;*/
    color: #222;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 0px;
	line-height: 24px;
}
.main-menu .navbar-light .navbar-nav .nav-item .nav-link {
	padding: 1rem .7rem;
}
.main-menu .navbar-light .navbar-nav .nav-item.selected .nav-link,
.main-menu .navbar-light .navbar-nav .nav-item:hover .nav-link,
.main-menu .navbar-light .navbar-nav .nav-link:hover,
.main-menu .navbar-light .navbar-nav .show > .nav-link {
	color:#222;
	background-color: #ffd200;
}
.main-menu .nav-item.dropdown .nav-link {
	display: inline-block;
}
.main-menu .nav-item.dropdown span.dropdown-toggle {
	display: inline-block;
	padding: .5rem .2rem;
	cursor: pointer;
	color: #222;
}
.main-menu .nav-item.dropdown span.dropdown-toggle:hover,
.main-menu .nav-item.dropdown.show span.dropdown-toggle {
	color:#222;
	background-color: #ffd200;
}
.main-menu .dropdown-menu {
	font-size: 14px;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	min-width: 16rem;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	padding: 20px 0;
	border: 1px solid #ebebeb;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
}
.main-menu .dropdown-toggle::after {
    display: none;
}
.main-menu .dropdown-toggle i {
	padding-left: 6px;
}
.main-menu .dropdown:hover .dropdown-menu {
	display: block;
	margin-top:0;
}
.main-menu .dropdown-item {
	color: #222;
	font-weight: 400;
	/*font-family: "Montserrat", sans-serif;*/
}
.main-menu .dropdown-item:focus,
.main-menu .dropdown-item:hover {
    color: #ffd200;
    text-decoration: none;
    background-color: transparent;
}


.vertical-menu {
	position: relative;
	margin: 0;
	cursor: pointer;
	font-size: 14px;
	color: #222;
}
.vertical-navbar {
	padding-left: 20px;
	background-color: #ffd200;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 56px;
}
.vertical-navbar i {
	font-size: 16px;
	margin-right: 20px;
	float: right;
	padding-top: 20px;
}
.vertical-wrapper {
	visibility: hidden;
	opacity: 0;
	display: none;
	top: 100% !important;
	width: 100%;
	position: absolute;
	background-color: transparent;
	left: 0;
	z-index: 300;
	padding: 0 15px;
}
@media (min-width: 992px) {
	body.tpl-home .vertical-wrapper,
	.vertical-content:hover .vertical-wrapper {
	    visibility: visible;
	    opacity: 1;
	    display: block;
	}
}
@media (max-width: 991.98px) {
	.vertical-wrapper {
	    visibility: hidden;
	    opacity: 0;
	    display: none;
	}
}
.vertical-menu a {
	color:#444;
}
.vertical-menu a:hover {
	color:#ffd200;
}
.vertical-menu ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	padding: 0;
}
.vertical-menu .vertical-group {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 10px 10px;
	min-height: 424px;
}
.vertical-menu .vertical-group li:last-child {
	*border-bottom: none;
}
.vertical-menu .parent-menu:hover .sub-menu {
	visibility: visible;
    opacity: 1;
    display: block;
}
.vertical-menu .menu-item {
	padding: 12px 20px;
	border-bottom: 1px solid #ddd;
}
.vertical-menu .menu-link {
	position: relative;
	display: block;
}
.vertical-menu .menu-link:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
     content: "\f0da";
    text-align: center;
    font-size: 14px;
    top: 50%;
    position: absolute;
    right: 0px;
    line-height: 100%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    color: #999;
}
.vertical-menu .menu-link:hover:before {
	color: #ffd200;
}
.vertical-menu .sub-menu {
	visibility: hidden;
	opacity: 0;
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 800;
	box-shadow: 0px 10px 25px 0px rgba(0,0,40,0.2);
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	background: #fff;
	width: 700px;
	font-size: 12px;
	margin-left: -15px;
	min-height: 400px;
	padding: 15px;
}
.vertical-menu .sub-menu a {
	padding: 3px 0;
	line-height: 22px;
}


/*
*	HEADER
*/
.header-top {
	padding: 10px 0;
	border-bottom: 1px solid #ededed
}
	.welcome-message p {
		font-size: 12px;
		line-height: 1;
	}
	.top-links a {
		font-size: 12px;
		line-height: 1;
		color: #222;
	}
	.top-links a:hover {
		color: #FFD000;
	}

.header-main-area {
	padding: 36px 0;
}
.header-search .form-control {
	border: 1px solid #ddd;
	background-color: #fff;
	z-index: 0;
	height: 48px;
	padding-left: 20px;
	font-size: 14px;
	width: 100%;
	color: #999;
	opacity: 1;
	border-radius: 24px;
}
.header-search .btn-search {
	position: absolute;
	border: none;
	top: 0px;
	right: 0px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	padding: 0 25px;
	font-size: 14px;
	color: #fff;
	background: #ffd200;
	border-bottom-right-radius: 24px;
	border-top-right-radius: 24px;
}
.minicart-header {
	float: right;
	border: 1px solid #ddd;
	border-radius: 24px;
}
.minicart-header .shopcart {
    color: #ffd200;
    font-size: 12px;
    display: flex;
    position: relative;
}
.minicart-header .shopcart.dropdown-toggle:after {
	border-left:0;
	border-right:0;
}
.shopcart .cart_ico i {
    line-height: 48px;
    padding: 0 19px;
    font-size: 18px;
    color: #222;
    border-right: 1px solid #ddd;
}
.minicart-header .shopcart .cart_info {
    padding: 0 16px 0 16px;
    font-size: 14px;
    line-height: 42px;
}
.minicart-header .shopcart .cart-title {
    position: relative;
    line-height: 100%;
    margin: 3px 0;
    color: #222;
}
.minicart-header .shopcart .title-cart {
    position: relative;
    top: 1px;
}
.minicart-header .shopcart .cout_cart {
    font-size: 13px;
    font-size: 0;
}
.minicart-header .shopcart .cout_cart .cout_item {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    bottom: 15px;
    left: 49px;
    font-size: 12px;
    color: #fff;
    background-color: #ffd200;
}
.minicart-header .shopcart .cart_info .total_cart {
    position: relative;
    top: 1px;
}


.header-bottom {
	background-color: #f7f7f7;
}
@media (max-width: 991.98px) {
	.header-bottom {
		margin-bottom: 20px;
	}
}

/*.sticky.is-sticky {
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 9;
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
	-webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
	animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
}
	.sticky.is-sticky {
	}
	.sticky.is-sticky .logo-img img {
		width: 50px;
	}
*/




/*
*	FOOTER
*/
.footer {
	background-color: #fff;
}
.footer-top {
	background-color: #222;
}
.footer-top .socials-wraps {
	padding: 27px 0;
	display: table;
	width: 100%;
}
.footer-top .socials-wraps a {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 49px;
	margin-right: 2px;
	border-radius: 23px;
	transition: all 0.4s ease;
	background: #fff;
	text-align: center;
}
.footer-top .socials-wraps a i {
	display: inline-block;
	font-size: 18px;
	color: #222;
}
@media (max-width: 767.98px) {
	.footer-top .socials-wraps {
		text-align: center;
	}
}
.footer-top .newsletter {
	padding: 27px 0;
	float: right;
}
@media (max-width: 767.98px) {
	.footer-top .newsletter {
		float: none;
	}
}
.footer-top .newsletter .input-group input {
	height: 44px;
	line-height: 44px;
	padding: 0 123px 0 20px;
	width: 100%;
	box-shadow: none;
	border: none;
	background-color: #fff;
	vertical-align: middle;
	font-size: 14px;
	display: inline-block;
	opacity: 1;
	outline: none;
	font-weight: 400;
	border-radius: 22px;
}
.footer-top .newsletter .input-group button {
	border: 0 none;
	font-weight: 600;
	position: absolute;
	color: #222222;
	right: 0;
	top: 0;
	border-radius: 0 22px 22px 0;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	font-size: 14px;
	background: #ffd200;
}
.footer-bottom {
	color: #666666;
	font-size: 13px;
	padding: 30px 0;
	border-top: 1px solid #eee;
}
@media (max-width: 767.98px) {
	.footer-bottom {
		padding-bottom: 50px;
	}
}

.footer-menu {
}
.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-menu li {
	list-style: none;
}
.footer-menu .nav-link {
	padding: 8px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #666666;
}
.footer-menu .nav-link:hover {
    padding-left: 10px;
    color: #ffd200;
}
.footer-menu .mtitle {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin-top: -4px;
	padding-bottom: 22px;
	text-transform: capitalize;
	/*font-family: 'Montserrat', sans-serif;*/
}
.footer-menu .mtext {
	color: #333333;
	font-size: 14px;
	line-height: 1.4;
}

@media (max-width: 767.98px) {
	.footer-menu .mtitle {
		margin-top: 20px;
	}
}

.footer-menu .footer1 .mtext {
	display:flex;
	margin-bottom: 14px;
}
.footer-menu .footer1 .mtext i {
	padding-top: 4px;
	margin-right: 20px;
	
}
.footer-menu .footer1 .mtext span {
	color: #666666;
}

.footer-bottom .copyright-text {
}
.footer-bottom .poweredby-text {	
}
.footer-bottom .poweredby-text a {
	color: #666666;
}
.footer-bottom .poweredby-text a:hover {
	color: #ffd200;
}


/*
*	CATEGORY
*/
.category a {
	color: #333;
}
.category a:hover {
	color:#ffd200;
}

.h {
	visibility: hidden;
	opacity: 0;
	display: none;
}


/*
*	PAGE & POST
*/

.page h1 {
	color: #333333;
	margin-bottom: 30px;
}

.page p,
.post p {
	margin-bottom: 1rem;
}

.post .post-title {
	color: #333333;
}
.post.post-detail .post-title {
}
.post.post-detail .post-content img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0px auto;
}
.post .post-title a {
	color: #333333;
}
.post .post-title a:hover {
	color: #ffd200;
}

.post .post-intro {}
.post.post-detail .post-intro {}


/*
*	CATEGORY SHOP
*/
.category.shop .product-item {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.category.shop .product-image {
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 10px;
}
.category.shop .product-image:hover {
	border: 1px solid #ffd200;
}
.category.shop .product-image a {
	position: relative;
	display: block;
}
.category.shop .product-image img {
	display: block;
	width: 100%;
}
.category.shop .product-detail {
	position: relative;
	overflow: hidden;
	padding: 10px 0 20px;
}
.category.shop .product-caption {}
.category.shop .product-title {}
.category.shop .product-title h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 9px;
	text-transform: capitalize;
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
}
.category.shop .product-title h4 a {
	color: #222;
	font-size: 14px;
	font-weight: 400;
}
.category.shop .product-title h4 a:hover {
	color: #ffd200;
}

.category.shop .product-review {
	line-height: 26px;
	margin-bottom: 5px;
	color: #ffd200;
}
.category.shop .product-price {
	margin-bottom: 8px;
}
.category.shop .price-new {
	color: #ff2d37;
	margin-right: 10px;
	font-size: 18px;
	vertical-align: top;
	font-weight: 600;
}
.category.shop .product-button {
	display: inline-block;
	border: 1px solid #f3f3f3;
	background-color: #f3f3f3;
	border-radius: 4px;
	color: #222;
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	line-height: 36px;
	padding: 0px 28px;
	cursor: pointer;
}
.category.shop .product-button:hover {
	border: 1px solid #ffd200;
	background-color: #ffd200;
	color: #fff;
}

/*
*	PRODUCT
*/
.product a {
	color: #333;
}
.product a:hover {
	color:#ffd200;
}

.product .product-title {
	text-transform: none;
	font-weight: 700;
	font-size: 20px;
	color: #444;
}
.product .product-info {
	margin: 10px 0;
	color: #666;
	position: relative;
}
.product .product-info p {
	margin-bottom: 0;
	display: block;
	line-height: 20px;
}
.product .product-info label {
	display: inline-block;
	color: #222;
	padding-right: 5px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
}
.product .product-info i {
	color: #598a23;
}
.product .product-info p a {
	color: #666;
}
.product .product-info p a:hover {
	color: #ffd200;
}
.product .product-price {
	margin: 24px 0;
	color: #ffd200;
	font-size: 24px;
	font-weight: 600;
}
.product .product-options {
	margin: 0 0px 20px;
	overflow: hidden;
	display: inline-block;
}
.product .product-quantity {
	overflow: hidden;
	float: left;
	height: 40px;
	background: #eeeeee;
}
.product .product-quantity label {
	float: left;
	line-height: 40px;
	color: #222;
	margin: 0 5px 0 0;
	min-width: auto !important;
	padding: 0 10px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
}
.product .input-qty {
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
	line-height: 40px;
}
.product .input-qty input.quantity-selector {
	width: 35px;
	height: 30px;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	border: 1px solid #949292;
	padding: 0;
	border-radius: 0;
	line-height: 30px;
}
.product .inline {
	position: relative;
	float: right;
	line-height: 40px;
	padding: 5px 0;
}
.product .items {
	display: block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: url("../images/plus-minus.png") no-repeat #444;
	background-position-x: 0%;
	background-position-y: 0%;
}
.product .items.increase {
	background-position: 2px 2px;
}
.product .items.reduced {
    background-position: 2px -47px;
}
.product .product-button {
	float: left;
	margin-right: 10px;
}
.product .product-button button {
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	padding: 0 20px;
	background: #ffd200;
	height: 40px;
	line-height: 40px;
	margin: 0;
	outline: none;
	transition: 0.3s all ease 0s;
	position: relative;
}
.product .product-button button:hover {
    background: #444;
}
.product .payment {
	border-top: 1px solid #f1f1f1;
	padding-top: 20px;
}
.product .payment {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	color: #222;
}
.product .detail-title {
	position: relative;
	border-bottom: 2px solid #f7f7f7;
	margin: 24px 0;
}
.product .detail-title strong {
	font-size: 18px;
		display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	color: #222;
	padding-bottom: 10px;
}
.product .detail-title strong:before {
	content: "";
	background: #ffd200;
	height: 2px;
	width: 100%;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: -2px;
}
.product .detail-content {

}

.product-gallery {
	width: 100.1%;
	*margin-right:-1px;
}
.product-gallery img {
	max-width: 100%;
	height: auto;
	border: 0;
}
.product-gallery .product-slider {
	margin-bottom: 10px;
}
.product-gallery .img,
.product-gallery .thumb {
	border: 1px solid #ebebeb;
	padding: 2px;
}
.product-gallery .thumb {
	cursor: pointer;
}
.product-gallery .product-slider-nav .slick-list {
	width: 100%;
	*margin: 0 -8px 0 -9px;
}
.product-gallery .product-slider-nav .slick-list .item.slick-current .thumb {
	border-color: #ffd200;
}
.product-gallery .product-slider-nav .slick-slide {
	*padding-left: 10px;
	padding: 0 5px;
	text-align: center;
}
.product-gallery .product-slider-nav .slick-arrow {
    opacity: 0;
    visibility: hidden;
}
.product-gallery .product-slider-nav .slick-arrow {
    display: block;
    padding: 0px;
    border: 0px;
    width: auto;
    height: auto;
    line-height: 30px;
    position: absolute;
    background: none;
    z-index: 99;
    top: 50%;
    margin-top: -18px;
    outline: none;
    cursor: pointer;
    background: #999;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-gallery .product-slider-nav:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.product-gallery .product-slider-nav .slick-arrow.slick-next {
	right: 10px;
}
.product-gallery .product-slider-nav:hover .slick-arrow.slick-next {
	right: -18px;
}
.product-gallery .product-slider-nav .slick-arrow.slick-prev {
	left: 10px;
}
.product-gallery .product-slider-nav:hover .slick-arrow.slick-prev {
	left: -18px;
}
.product-gallery .product-slider-nav .slick-arrow.slick-next:hover,
.product-gallery .product-slider-nav .slick-arrow.slick-prev:hover {
	background-color: #ffd200;
}



/*
*	SIDEBAR	
*	CATEGORY/PRODUCT SHOP
*/
.sidebar .block {
	
}
.sidebar .block-title {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 5px;
	line-height: 100%;
	border-bottom: 1px solid #ddd;
}
.sidebar .block-title h3
{
	font-size: 16px;
	color: #222;
	font-weight: 700;
	text-transform: uppercase;
}
.sidebar .block-title::before {
	content: "";
	display: inline-block;
	height: 1px;
	width: 100px;
	position: absolute;
	left: 0px;
	bottom: -1px;
	background: #ffd200;
}
.sidebar ul.block-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar ul.block-list {
	padding: 5px 0;
}
.sidebar .block-list a {
	font-size: 12px;
}



/*
*	SLIDER
*/
.owl-carousel {
	position: relative;
}
.owl-theme .owl-nav {margin:0;}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 46%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f5f5f5;
	color: #333;
	font-size: 14px;
	border-radius: 0px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	outline: none;
	}
	.owl-carousel .owl-nav {opacity: 0;}
	.owl-carousel:hover .owl-nav {
		opacity: 1;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	.owl-carousel .owl-nav button.owl-prev:hover,
	.owl-carousel .owl-nav button.owl-next:hover {
		background-color: #ffd200;
		color: #fff;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: 2%;
	}
	.owl-carousel .owl-nav button.owl-prev {
		left: 2%;
	}
	@media (max-width: 991.98px) {
		.owl-carousel .owl-nav {opacity: 1;}
	}
.owl-theme .owl-dots {
	position: absolute;
	bottom: 0;
	display: inline-block;
	text-align: center;
	width:100%;
}
	.owl-theme .owl-dots .owl-dot span {
		background-color: transparent;
		border: 2px solid #fff;
		width:15px;
		height:15px;
		border-radius: 15px;
		outline: none;
	}

	.owl-theme .owl-dots .owl-dot.active span, 
	.owl-theme .owl-dots .owl-dot:hover span {
		background: #fff;
	}


/*
*	PRODUCT SLIDER
*/
.owl-carousel.slider-border .item {
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	position: relative;
	text-align: center;
}
.owl-carousel.slider-border .item:hover {
    border-color: #ffd200;
}
.owl-carousel .slider-thumb {
	overflow: hidden;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
}
.owl-carousel .slider-thumb img {
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.owl-carousel .item:hover .slider-thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.owl-carousel .slider-content {
    padding: 20px;
	min-height: 130px;
}
.owl-carousel .slider-content .slider-name {
    padding-bottom: 12px;
}
.owl-carousel .slider-name {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
.owl-carousel .slider-name a {
	color: #333333;
}
.owl-carousel .slider-name a:hover {
	color: #ffd200;
}



/*
*	SCROLL
*/
.scroll-top {
    bottom: 50px;
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 9900;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 4px;
    background-color: #FFD000;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}
	.scroll-top.not-visible {
		bottom: -50px;
		visibility: hidden;
		opacity: 0;
	}
	.scroll-top i {
		line-height: 40px;
		color: #fff;
		font-size: 25px;
	}

/*
*	SECTION
*/	
.section-padding {
    padding: 80px 0;
}
.section-title {
    padding-bottom: 42px;
}
.section-title .title {
	color: #333333;
	font-size: 30px;
	line-height: 1.2;
	padding-bottom: 12px;
	margin-top: -8px;
	text-transform: capitalize;
}
.section-title .sub-title {
	font-size: 18px;
}


/*
*	BREADCRUMB
*/
.breadcrumb-wrapper {
	*padding-bottom:48px; 
}
.breadcrum-wrapper nav {
	font-size:13px;
	background-color:transparent;
	display:inline-block;
	width:100%;
	line-height:100%;
	padding: 0;
}
.breadcrumb {
	color:#666666;
	background-color:#ffffff;
	border-radius:0;
	padding:0;
	margin-bottom:0;
}
.breadcrumb>li {
	height:25px;
	line-height:22px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	position:relative;
	padding:0 8px 0 18px;
	margin-left:3px;
	font-size:12px
}
.breadcrumb>li a {
 	color:#666666
}
.breadcrumb>li:before,
.breadcrumb>li:after {
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
	content:"";
	display:inline-block;
	height:17px;
	position:absolute;
	top:3px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	width:17px
}
.breadcrumb>li:after {
	right:-8px
}
.breadcrumb>li:before {
	left:-8px
}
.breadcrumb>li:first-child {
	padding-left:10px;
	border-left:1px solid #ddd;
	margin:0
}
.breadcrumb>li:first-child a>span {
	*color:#666666
}
.breadcrumb>li:first-child:before {
	display:none
}
.breadcrumb>li:not(:last-child):hover {
	border-color:#ffd200
}
.breadcrumb>li:not(:last-child):hover:after,
.breadcrumb>li:not(:last-child):hover:before {
	border-color:#ffd200
}
.breadcrumb>.active {
	color:#666666
}


/*
*	PAGER
*/
.pager-box {
	font-size: 18px;
}
.pager-box a,
.pager-box span {
	display: inline-block;
	text-decoration: none;
	color: #333; 
	background-color: #f3f3f3;
	font-weight: bold;
	margin-right: 6px; 
	width: 36px; 
	height: 36px; 
	line-height: 36px; 
	text-align: center; 
	border: none;
}
.pager-box .pager-sep{
	border:none;
}
.pager-box i {
	font-size: 18px;
	font-weight: normal;
}
.pager-box a:hover,
.pager-box span.current {
	color: #fff; 
	background: #ffd200;
}






/*----- mobile menu start -----*/
.mobile-header .category-toggle {
  padding: 8px 15px; 
}
.mobile-header .mobile-menu-btn span {
	padding: 0 5px;
	cursor: pointer;
}
.mobile-header-top {
  border-bottom: 1px solid #e5e5e5; 
}
.mobile-header-top .header-top-settings {
    float: none; 
}
.mobile-logo {
  max-width: 140px;
  width: 100%; 
}
.mobile-logo img {
	width: 110px;
}

.mobile-main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
  padding: 15px 0;
}
  .mobile-main-header .mobile-menu-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mobile-main-header .mobile-menu-toggler .mini-cart-wrap {
      display: inline-block;
      font-size: 24px;
      line-height: 1;
      position: relative;
      margin-left: 30px; }
      .mobile-main-header .mobile-menu-toggler .mini-cart-wrap a {
        color: #333333; }
        .mobile-main-header .mobile-menu-toggler .mini-cart-wrap a:hover {
          color: #e3a51e; }
      .mobile-main-header .mobile-menu-toggler .mini-cart-wrap .notification {
        font-size: 13px;
        color: #fff;
        width: 16px;
        height: 16px;
        line-height: 16px;
        border-radius: 50%;
        text-align: center;
        font-weight: 600;
        right: -8px;
        top: 0;
        position: absolute;
        background-color: #e3a51e; }
    .mobile-main-header .mobile-menu-toggler .mobile-menu-btn {
      margin-left: 15px; }
      .mobile-main-header .mobile-menu-toggler .mobile-menu-btn .off-canvas-btn {
        font-size: 20px;
        cursor: pointer;
        padding: 0;
        line-height: 1;
        padding-right: 0; }
        .mobile-main-header .mobile-menu-toggler .mobile-menu-btn .off-canvas-btn:hover {
          color: #ffd200; }

.mobile-navigation {
  overflow: hidden;
  *max-height: 250px; 
}
.mobile-navigation nav {
    height: 100%; 
}
.mobile-navigation ul li,
.mobile-category-navigation ul li {
    list-style: none;
}  
.mobile-navigation ul,
.mobile-category-navigation ul {
	padding-left: 0;
}

.mobile-menu {
  margin-top: 30px;
  height: 100%;
  overflow: auto;
  padding-right: 30px;
  margin-right: -30px; }
  @media only screen and (max-width: 479.98px) {
    .mobile-menu {
      margin-top: 15px; } }
  .mobile-menu li > a {
    font-size: 15px;
    color: #333333;
    text-transform: capitalize;
    line-height: 18px;
    position: relative;
    display: inline-block;
    padding: 10px 0; }
    .mobile-menu li > a:hover {
      color: #e3a51e; }
  .mobile-menu li ul li {
    border: none;
    padding-left: 15px; }
    .mobile-menu li ul li a {
      font-size: 14px;
      text-transform: capitalize;
      padding: 8px 0; }
  .mobile-menu li.menu-item-has-children {
    display: block;
    position: relative; }
    .mobile-menu li.menu-item-has-children .menu-expand {
      line-height: 50;
      top: -5px;
      left: 95%;
      width: 30px;
      position: absolute;
      height: 50px;
      text-align: center;
      cursor: pointer; }
      .mobile-menu li.menu-item-has-children .menu-expand i {
        display: block;
        position: relative;
        width: 10px;
        margin-top: 25px;
        border-bottom: 1px solid #333333;
        -webkit-transition: all 250ms ease-out;
        -o-transition: all 250ms ease-out;
        transition: all 250ms ease-out; }
        .mobile-menu li.menu-item-has-children .menu-expand i:before {
          top: 0;
          width: 100%;
          content: "";
          display: block;
          position: absolute;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          border-bottom: 1px solid #333333;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
    .mobile-menu li.menu-item-has-children.active > .menu-expand i:before {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }

/*----- mobile menu end -----*/
.off-canvas-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 9999; }
  .off-canvas-wrapper.open {
    opacity: 1;
    visibility: visible; }
    .off-canvas-wrapper.open .off-canvas-inner-content {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; 
      overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
  }
  .off-canvas-wrapper .off-canvas-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
  .off-canvas-wrapper .off-canvas-inner-content {
    background-color: #fff;
    width: 300px;
    padding: 20px;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(calc(-100% - 50px));
    -ms-transform: translateX(calc(-100% - 50px));
    transform: translateX(calc(-100% - 50px));
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    @media only screen and (max-width: 479.98px) {
      .off-canvas-wrapper .off-canvas-inner-content {
        width: 260px;
        padding: 15px; } }
  .off-canvas-wrapper .btn-close-off-canvas {
    top: 0;
    left: 100%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color: #ffd200; }
    .off-canvas-wrapper .btn-close-off-canvas i {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      display: block;
      line-height: 40px; }
    .off-canvas-wrapper .btn-close-off-canvas:hover i {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .off-canvas-wrapper .off-canvas-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    height: 100%; }
  
/*------- mobile top bar settings start -------*/
.mobile-settings {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e5e5e5; }

	.mobile-settings a {
		color:#333;
	}
	.mobile-settings a:hover {
		color:#e3a51e;
	}
/*------- mobile top bar settings end -------*/


/*------- form start -------*/
.form .input input {
	width:100%;
	border:0;
	padding:0;
	background-color: transparent;
	color: #333;
}
.form .input textarea {
	width:100%;
	border:0;
	padding:0;
	background-color: transparent;
	color: #333;
}
.form .input {
	padding: 10px;
	background-color: #f3f6f5;
	border: 1px solid transparent;
}
.form .box.error .input {
	border: 1px solid #dc3545;
}
.form .label {
	font-size: 14px;
}
.form .error-message {
	font-size: 12px;
	color: #dc3545;
	margin-top: 2px;
}
.form .box {
	margin-bottom: 24px;
}
.form .box.error {
	margin-bottom: 2px;
}
.form .button {
	margin-top: 20px;
}
.form .button button {
	border:0;
	padding: 4px 20px;
	background-color: #ffd200;
	color: #fff;
}
/*------- form end -------*/



.popup-container .ss-loading {
    z-index: 999;
    background: #fff url(../images/ajax-loader.gif) center 14px no-repeat;
    border: 1px solid rgba(0,0,0,0.15);
    position: fixed;
    top: 50% !important;
    bottom: auto;
    left: 50%;
    right: auto;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-top: -28px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: -999em;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
}
.popup-container .ss-loading.active {
	display: block;
}



.popup_cart {
 position:fixed;
 top:0;
 left:0;
 right:0;
 bottom:0;
 margin:auto;
 display:table;
 height:100%;
 width:100%;
 z-index:-1;
 transform:translateY(50px);
 -webkit-transition:all 0.3s ease-in-out 0s;
 -moz-transition:all 0.3s ease-in-out 0s;
 -ms-transition:all 0.3s ease-in-out 0s;
 -o-transition:all 0.3s ease-in-out 0s;
 transition:all 0.3s ease-in-out 0s
}
.popup_cart .popup_bg {
 position:absolute;
 height:calc(100% + 202px);
 top:-101px;
 left:0;
 right:0;
 bottom:0;
 margin:auto;
 background:#050608;
 z-index:-1;
 opacity:0;
 visibility:hidden;
 -webkit-transition:all 300ms ease-in-out;
 -moz-transition:all 300ms ease-in-out;
 -ms-transition:all 300ms ease-in-out;
 -o-transition:all 300ms ease-in-out;
 transition:all 300ms ease-in-out
}
.popup_cart .popup_content {
 display:table-cell;
 vertical-align:middle;
 width:100%;
 opacity:0;
 max-height:calc(100% - 202px);
 visibility:hidden;
 -webkit-transition:all 100ms ease-in-out;
 -moz-transition:all 100ms ease-in-out;
 -ms-transition:all 100ms ease-in-out;
 -o-transition:all 100ms ease-in-out;
 transition:all 100ms ease-in-out
}
.popup_cart .popup_content .container {
 position:relative;
 z-index:99;
 text-align:center
}
.popup_cart.active {
 z-index:690;
 transform:translateY(0px)
}
.popup_cart.active .popup_bg {
 z-index:90;
 opacity:1;
 visibility:visible
}
.popup_cart.active .popup_content {
 z-index:90;
 opacity:1;
 visibility:visible
}
.popup_cart.active .popup_close {
 opacity:1;
 z-index:99;
 right:0;
 top:0;
 background:#ffd200;
 width:25px;
 height:25px;
 line-height:22px;
 text-align:center
}
.popup_cart.active .popup_close:hover {
 background:#cca800
}
.popup_cart.active .popup_bg {
 background-color:rgba(0,0,0,0.75)
}
.popup_cart .popup_close {
 right:0px;
 position:absolute;
 z-index:-1;
 opacity:0;
 -webkit-transition:all 300ms ease-in-out;
 -moz-transition:all 300ms ease-in-out;
 -ms-transition:all 300ms ease-in-out;
 -o-transition:all 300ms ease-in-out;
 transition:all 300ms ease-in-out
}
.popup_cart svg.icon-close {
 fill:#fff;
 height:20px;
 width:20px
}
.popup_cart .popup_inner {
 position:relative;
 display:inline-block;
 text-align:left;
 background:#fff
}
@media (min-width: 1200px) {
 .popup_cart .popup_inner {
  min-width:1100px;
  max-width:1100px;
  min-height:400px
 }
 .popup_cart .popup_inner .modal-body {
  padding:30px
 }
}
@media (min-width: 1023px) {
 .popup_cart .popup_inner .cart-popup-left {
  display:-ms-flexbox;
  display:flex;
  padding:0
 }
 .popup_cart .popup_inner .cart-popup-info {
  padding-top:30px
 }
}
.popup_cart .popup_inner .product-image {
 margin-bottom:10px
}
.popup_cart .popup_inner .cart-popup-imgbottom {
 text-align:center;
 width:100%;
 margin:20px 0;
 font-size:14px
}
.popup_cart .popup_inner .previewCartCheckout-price {
 display:block;
 font-size:28px;
 font-weight:700;
 padding:15px 0
}
.popup_cart .popup_inner .product-name {
 margin-bottom:10px;
 font-weight:600
}
.popup_cart .popup_inner .cart-popup-total,
.popup_cart .popup_inner .product-type,
.popup_cart .popup_inner .cart-price-total,
.popup_cart .popup_inner .product-quantity {
 margin-bottom:10px;
 font-size:14px
}
.popup_cart .popup_inner .cart-price-total {
 font-size:24px
}
.popup_cart .popup_inner .cart-price-total .price-new {
 font-size:24px;
 font-weight:600
}
.popup_cart .popup_inner .cart-price-total .price-old {
 font-size:16px
}
.popup_cart .popup_inner .cart-popup-action {
 background:#f2f2f2;
 padding:1.5rem;
 text-align:center;
 border-radius:3px
}
.popup_cart .popup_inner .cart-popup-action>.btn {
 padding:10px 15px;
 font-size:13px;
 margin:5px 0;
 border:none;
 width:100%
}
.popup_cart .popup_inner .cart-success-messages {
 font-size:18px;
 margin:0
}

/***************************/

.formlogin {
    padding: 30px;
    background-color: #fafafa;
    min-height: 420px;
    border: 1px solid #ebebeb;
}
.btn{
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.15rem;
	outline: none;
	background: #ddd;
}

.btnbutton, a.btnbutton, .smallbtnbutton, a.smallbtnbutton
{
	border: 0;
	padding: 4px 20px;
	background-color: #ffd200;
	color: #fff;
}
.smallbtnbutton, a.smallbtnbutton{font-size: 12px;}
a.btnbutton:hover, .btnbutton:hover, a.smallbtnbutton:hover, .smallbtnbutton:hover{color: #000;} 

.cartP .cart > table{
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 1.5em 0 1.75em;
    width: 100%;
    font-size: 14px;
}

.cartP .cart > table .cartrow.cartheader th {
    text-transform: uppercase;
    color: #222;
    padding: 10px;
    border: 1px solid #ddd;
}
.cartP .cart > table td {
    padding: 15px;

}
.cartP .cart > table .cartupdate-wrapper label {
    display: block;
}
.cartP .money {
    font-size: 18px;
    font-weight: bold;
}
.cartP .cartqt-input{
	height: 33px;
	border: 1px solid #ddd;
	min-width: 60px;
	max-width: 145px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
}
.cartP .cart_border {
    border: 1px solid #ddd;
    padding: 20px;
    min-height: 231px;
    margin-bottom: 15px;
}
.cartP .cartshipping {
    margin: 10px 0 20px;
    font-style: italic;
    font-size: 12px;
}
.cartP .cartsubtotal-title {
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    font-size: 18px;
}
.cartP .cartsubtotal .money {
    font-size: 16px;
    font-weight: bold;
    color: red;
}
@media (min-width: 749px)
{
	.cartP .cart > table td {
	    border: 1px solid #ddd;
	}
}

::placeholder { color: #bbb !important;opacity: 1; }
:-ms-input-placeholder {color: #bbb !important;}
::-ms-input-placeholder { color: #bbb !important;}


.minicart-header .block-content img {

    max-width: 100%;
    height: auto;
    border: 0;
}

.minicart-header .block-content {

    position: absolute;
    top: calc(100% + 1px);
    right: 0px;
    left: auto;
    z-index: 99;
    background: #FFF;
	overflow: hidden;
	width: 300px;
	border-radius: 0;
	height: auto !important;
	box-shadow: 0 0px 10px 0px	rgba(0,0,0,0.2);
	padding: 0;
}

.minicart-header .block-content .head-minicart {
    background-color: #ffd200;
	color:#fff;
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    font-size: 116.6%;

}
.minicart-header .block-content .mini-products-list {

    max-height: 340px;
    overflow-y: auto;
    padding: 20px 10px 20px 15px;
    background-color: #f2f2f2;
    display: block !important;

}
.minicart-header ol, .minicart-header ul, .minicart-header dl {

    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

.minicart-header .block-content .mini-products-list .product-img-wrap {

    position: relative;
    float: left;
    width: 70px;
    margin-right: 10px;
    display: table-cell;
    min-width: 70px;

}
.minicart-header .block-content .mini-products-list .product-image {
    border: 1px solid #ebebeb;
    display: block;
}
.minicart-header .block-content .mini-products-list li.item ~ li {

    padding-top: 20px;

}
.minicart-header .block-content .mini-products-list li.item {

    width: 100%;
    display: table;

}
.minicart-header .block-content .mini-products-list li.item a.btn-remove {

    background: url(../images/remove.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -5px;
    bottom: -7px;

}

.minicart-header .block-content .mini-products-list .product-details .inner-left {

    margin: 0;
    vertical-align: top;
    text-align: left;
    line-height: 20px;
}

.minicart-header .block-content .mini-products-list .product-details {

    position: relative;
    float: left;
    display: table;
    width: calc(100% - 80px);

}
.minicart-header .actions {
    text-align: center;
	background: #FFF;
    padding: 0;
}
.minicart-header .block-content .bottom-action .button-wrapper {

    padding: 20px 23px;
    display: inline-block;
    text-align: left;
}
.minicart-header .block-content .mini-products-list li.item .product-name a {

    color: #000;
    line-height: 100%;
    font-weight: 500;
    font-size: 13px;

}
.minicart-header .block-content .bottom-action .button-wrapper .link-button {

    background-color: #fff;
	color:#222;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px 15px;	
	margin-left: 10px;
	margin-top: 12px;
	border-radius: 0;
	border: 2px solid #222;
    font-size: 13px;
}
.minicart-header .block-content .bottom-action .button-wrapper .link-button:hover {

    background: #ffd200;
	border-color:#ffd200;
	color:	#fff;
}
.minicart-header .block-content .bottom-action .price-total-w {

    border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 10px 15px;
	color: #222;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.minicart-header .block-content .no-items {
    text-align: center;
    padding: 20px;
    font-size: 0.8em;
    color: #aaa;
}
.minicart-header .block-content .no-items .text-continue {
    font-size: 13px;
    text-transform: uppercase;
}
.minicart-header .block-content .btn:hover,.minicart-header .block-content .btn:focus {
    text-decoration: none;
    background: #ff3c20;
	color: #fff !important;
}
.minicart-header .block-content .btn:hover > a,.minicart-header .block-content .btn:focus > a {
    color: #fff;
}
.minicart-header .block-content .price-total-w .label-price-total {
    float: left;
}
.minicart-header .block-content .bottom-action .price-total-w .price-total {
    float: right;
    font-size: 16px !important;
    color: #ffd200;
}
.minicart-header .block-content .mini-products-list .item .product-price .price {
    font-weight: bold;
    color: #ffd200;
}
.minicart-header .product-details-bottom {
    font-size: 91.6%;
}
.cart_image img{max-width: 100px;}
.btn-danger {color: #fff;background-color:#dc3545;}
.btn-dark {color: #fff;background-color:#23272b;}
.btn-success {color: #fff;background-color:#218838;}
.product-thumbnail {
     border-radius: 8px;
    background: #fff;
    position: relative;
}
.product-thumbnail__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}
.product-thumbnail__quantity {
    font-size: 0.85714em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(114,114,114,0.5);
	color:#fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.58333em;
    position: absolute;
    /*right: -0.75em;*/
    /*top: -0.75em;*/
    top: 0.05em;
    z-index: 3;
}
.formaccount label{cursor: pointer;}