/*
** Table Of Contents
** bootstrap overrides
** vertical margins and paddings
** general styles
** styled lists
** icons
** buttons
** common sections styles:
** light section - .ls
** grey section - .ls.ms
** dark sections - .ds
** color section - .cs
** boxed layout
** template styles
** main menu (min 768px) styles
** main menu mobile styles
** subpages
** widgets
** shortcodes
** utilites
** plugins
  - Owl Carousel
  - FlexSlider
  - prettyPhoto
  - Easy pieChart
  - toTop
*/
/*
**shop
*/
input[disabled] {
	cursor: not-allowed;
	opacity: .4;
}

/* sort panel */
.storefront-sorting {
	line-height: 1;
	padding: 0;
}

.storefront-sorting .form-group {
	margin-bottom: 15px;
}

.storefront-sorting label {
	padding-right: 10px;
}

.woocommerce-ordering {
	display: inline-block;
	float: right;
	position: relative;
}

.woocommerce-ordering:after {
	color: #29b5ee;
	content: "\f137" !important;
	font-family: Flaticon;
	font-size: 13px;
	position: absolute;
	right: 0;
	top: 9px;
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.woocommerce-ordering select {
	-moz-appearance: none;
	-webkit-appearance: none;
	border-color: #8c8c8c;
	color: #8c8c8c;
	font-style: italic;
	height: 35px;
	line-height: 22px;
	padding-left: 0;
	text-indent: 1px;
	text-overflow: "";
	width: 240px;
}

@media only screen and (max-width: 399px) {
	.woocommerce-ordering select {
		width: 200px;
	}
}

.woocommerce-result-count {
	float: left;
	font-size: 16px;
	line-height: 35px;
	margin-left: 1.2em;
}

@media only screen and (max-width: 991px) {
	.woocommerce-result-count {
		margin-left: 0;
	}
}

#toggle_shop_view {
	float: left;
}

#toggle_shop_view:before,
#toggle_shop_view:after {
	background-color: #29b5ee;
	border: 1px solid #29b5ee;
	color: #fff;
	display: inline-block;
	font-family: "rt-icons-2";
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	width: 35px;
}

#toggle_shop_view:before {
	background-color: transparent;
	color: #29b5ee;
	content: "\e6f5";
	margin-right: 10px;
}

#toggle_shop_view:after {
	background-color: #29b5ee;
	content: "\e6fd";
}

#toggle_shop_view.grid-view:before {
	background-color: #29b5ee;
	color: #fff;
}

#toggle_shop_view.grid-view:after {
	background-color: transparent;
	color: #29b5ee;
}

#sort_view {
	background-color: #fff;
	color: #505050;
	display: inline-block;
	font-size: 14px;
	padding: 12px 16px 13px;
}

.columns-1 .product {
	float: none;
	margin-right: 0;
	width: 100%;
}

@media (min-width: 992px) {
	.columns-2 .product {
		float: left;
		width: 50%;
	}

	.columns-2 .product:nth-child(2n+1) {
		clear: both;
	}

	.columns-3 .product {
		float: left;
		width: 33.33333333%;
	}

	.columns-3 .product:nth-child(3n+1) {
		clear: both;
	}

	.columns-4 .product {
		float: left;
		width: 25%;
	}

	.columns-4 .product:nth-child(4n+1) {
		clear: both;
	}
}

.product .images,
.product .thumbnails a,
.product .item-media {
	border-radius: 3px;
	display: block;
	overflow: hidden;
}

.product .images img,
.product .thumbnails a img,
.product .item-media img {
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.product .images:hover img,
.product .thumbnails a:hover img,
.product .item-media:hover img {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 0.8;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product .thumbnails-wrap {
	margin-top: 10px;
}

.woocommerce-product-gallery__image img {
	border-radius: 3px;
}

.products {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.products:before,
.products:after {
	clear: both;
	content: "";
	display: block;
}

.upsells .products,
.related .products {
	margin-left: 0;
	margin-right: 0;
}

li.product {
	margin-bottom: 3.5em;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 400px) and (max-width: 991px) {
	.grid-view li.product {
		float: left;
		width: 50%;
	}
}

@media (min-width: 400px) and (max-width: 767px) {
	.list-view li.product {
		float: left;
		width: 50%;
	}
}

.owl-item .product {
	padding: 0;
}

.product .row {
	position: relative;
}

.product [class*="col-"] {
	margin-top: 0;
	position: static;
}

.product [class*="col-"].images a {
	display: block;
	position: relative;
}

.product h3 {
	margin-bottom: 20px;
}

.product .rating-title {
	font-size: 1.2em;
}

.product h2,
.product h3 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 27px 0 17px !important;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

@media only screen and (min-width: 768px) {
	.list-view .product h2,
.list-view
  .product h3 {
		margin-top: 0 !important;
	}
}

.product .star-rating + a > h2 {
	margin-top: 5px !important;
}

.product a:hover h2,
.product a:hover h3 {
	color: #29b5ee;
}

.product .product-media {
	position: relative;
}

.product .images {
	position: relative;
}

.product [class*="col-"]:first-child a span,
.product [class*="col-"]:first-child .onsale,
.product [class*="col-"]:first-child .product-media span {
	background-color: #f7bd04;
	border-radius: 3px;
	color: #fff;
	padding: 0 15px;
	position: absolute;
	right: 10px;
	text-transform: uppercase;
	top: 10px;
}

.product [class*="col-"]:first-child a span.onsale,
.product [class*="col-"]:first-child .onsale.onsale,
.product [class*="col-"]:first-child .product-media span.onsale {
	background-color: #29b5ee;
	z-index: 1;
}

.related,
.upsells {
	margin-top: 80px;
	padding-left: 15px;
	padding-right: 15px;
}

.related > h2,
.upsells > h2 {
	margin: 20px 0 30px;
}

.upsells + .related {
	margin-top: 30px;
}

.price {
	background-color: #fff;
	color: #29b5ee;
	display: block;
	font: bold 16px/1em "Oswald";
	margin-bottom: 1.8em;
	padding: 0;
}

.price del {
	font-size: 12px;
	opacity: 0.5;
}

.price ins {
	text-decoration: none;
}

.product-buttons a {
	background-color: #29b5ee;
	border: 2px solid #29b5ee;
	border-radius: 3px;
	display: inline-block;
	letter-spacing: 1.4px;
	margin-bottom: 1em;
	padding: 2px 28px;
	text-transform: uppercase;
}

.ls .product-buttons a {
	color: #fff;
}

.ls .product-buttons a:hover {
	background-color: transparent;
	color: #29b5ee;
}

.product-buttons a:hover {
	background-color: transparent;
}

.product-buttons a.loading [class*='rt-icon'],
.product-buttons a.loading:before {
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block;
}

.product-buttons a.loading [class*='rt-icon']:before,
.product-buttons a.loading:before:before {
	content: "\e61b";
}

.product-buttons a.loading:before {
	content: "\e61b";
}

.product-buttons a i {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}

.product-buttons a.favorite_button {
	background-color: #fff;
	color: #505050;
}

.product-buttons a:hover {
	background-color: #505050;
	color: #fff;
}

.product-buttons a.added_to_cart {
	float: none;
}

.product-buttons a.product_type_variable:before {
	content: "\e63f";
	font-size: 20px;
}

.grid-view .row {
	position: relative;
}

.grid-view .row [class*="col-"] {
	display: block;
	float: none;
	width: 100%;
}

.grid-view .row [class*="col-"]:nth-child(2) .star-rating,
.grid-view .row [class*="col-"]:nth-child(2) h2,
.grid-view .row [class*="col-"]:nth-child(2) h3,
.grid-view .row [class*="col-"]:nth-child(2) p {
	display: none;
}

.grid-view .row .item-content {
	padding-left: 0 !important;
}

.list-view .product {
	float: none;
	margin-bottom: 60px;
	width: 100%;
}

.list-view .product [class*="col-"]:first-child .star-rating,
.list-view .product [class*="col-"]:first-child h2,
.list-view .product [class*="col-"]:first-child h3 {
	display: none;
}

.list-view .product .item-content p {
	line-height: 20px;
}

/* single-product */
.summary {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.summary h1.entry-title {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	font-size: 32px;
	margin-bottom: 0.7em;
	-webkit-order: 2;
	order: 2;
	text-transform: uppercase;
}

.summary .product-rating,
.summary .woocommerce-product-rating {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	margin-bottom: 10px;
	-webkit-order: 1;
	order: 1;
}

.summary .price {
	background-color: transparent;
	-webkit-box-ordinal-group: 4;
	display: block;
	-ms-flex-order: 3;
	font-size: 26px;
	line-height: 1;
	margin: 0 0 0.88em;
	-webkit-order: 3;
	order: 3;
	padding: 0;
	position: static;
	word-wrap: break-word;
}

.summary .price del {
	font-size: 28px;
}

.summary .woocommerce-variation-price .price {
	padding-top: 0;
}

.summary .star-rating {
	margin-top: 0;
}

.summary .woocommerce-product-details__short-description {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	margin-bottom: 1.5em;
	-webkit-order: 4;
	order: 4;
}

.summary .cart {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	-webkit-order: 6;
	order: 6;
}

.summary .yith-wcwl-add-to-wishlist {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	-webkit-order: 7;
	order: 7;
}

.summary .review-links {
	display: none;
}

.summary .stock {
	margin-bottom: 0;
}

.summary .email-to {
	margin-bottom: 10px;
}

.summary .product-option-name {
	display: inline-block;
	margin: 10px 0;
}

.summary .theme_button {
	margin-top: 0;
}

.summary .theme_button.wc-variation-selection-needed {
	cursor: not-allowed;
	opacity: .4;
}

.summary .product_meta {
	-webkit-box-ordinal-group: 6;
	color: #29b5ee;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-order: 5;
	font: 600 16px/1em "Poppins";
	margin-bottom: 3em;
	-webkit-order: 5;
	order: 5;
	text-transform: uppercase;
}

.summary .product_meta > span {
	display: block;
	width: 50%;
}

.summary .product_meta .posted_in {
	margin-right: 1em;
}

.summary .product_meta .tagged_as {
	margin-left: 1em;
}

@media only screen and (max-width: 399px) {
	.summary .product_meta {
		display: block;
		margin-bottom: 1em;
	}

	.summary .product_meta > span {
		margin: 0 0 1em 0 !important;
		width: 100%;
	}
}

.summary [itemprop="description"] {
	margin: 30px 0;
}

.summary ul.list1 li {
	padding-bottom: 20px;
	padding-top: 15px;
}

.summary .reset_variations {
	color: transparent;
	font-size: 0;
	padding: 0 5px;
}

.summary .reset_variations:before {
	color: #505050;
	content: "\e117";
	font-family: "rt-icons-2";
	font-size: 18px;
}

.summary label {
	margin: 0;
}

.summary [class*='add-to-cart'] {
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-align: start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	margin: 10px 0;
}

.summary [class*='add-to-cart'] .theme_button {
	margin-left: 2em;
}

.quantity {
	display: inline-block;
	position: relative;
}

.quantity [type="button"] {
	background-color: transparent;
	border: none;
	color: #29b5ee;
	font-size: 24px;
	font-weight: 300;
	height: 44px;
	left: auto;
	line-height: 1;
	position: absolute;
	right: 3px;
	top: 0;
	width: 22px;
}

.quantity [type="button"].minus {
	bottom: 0;
	left: 3px;
	right: auto;
	top: auto;
}

.quantity [type="button"]:hover {
	color: #3d3d47;
}

@media only screen and (max-width: 479px) {
	.quantity [type="button"] {
		height: 38px;
	}
}

.quantity [type="number"] {
	border: 1px solid #29b5ee;
	border-radius: 3px;
	color: #29b5ee;
	height: 44px;
	line-height: 32px;
	max-width: 93px;
	min-width: 93px;
	text-align: center;
}

@media only screen and (max-width: 479px) {
	.quantity [type="number"] {
		height: 38px;
		line-height: 26px;
	}
}

.variations td {
	border: 0;
	display: block;
	padding: 3px 0;
}

.variations td.value {
	margin-bottom: 10px;
}

.product_meta_bottom {
	margin: 0 0 20px;
}

.product-tabs {
	margin-top: 30px;
}

.owl-carousel.thumbnails {
	margin: 30px 0 30px;
}

.owl-carousel.thumbnails .owl-dots {
	margin: 20px 0 5px;
}

.owl-carousel.thumbnails .owl-dots .owl-dot span {
	border-width: 1px;
	height: 8px;
	width: 8px;
}

.owl-carousel.thumbnails .owl-nav {
	margin-top: -18px;
}

.owl-carousel.thumbnails .owl-nav > div {
	right: 0;
}

.owl-carousel.thumbnails .owl-nav > div:first-child {
	left: 0;
}

.owl-carousel.thumbnails .owl-nav > div:after {
	color: #505050;
	font-size: 16px;
}

.product-icons .teaser [class*="_bg_color"] {
	padding: 10px;
}

.product + .nav-tabs,
.woocommerce-tabs {
	margin-top: 60px;
}

.star-rating,
p.stars a {
	font-size: 12px;
	font-weight: 400;
	height: 1em;
}

.star-rating span:before,
.star-rating:before {
	content: "\f005\f005\f005\f005\f005";
	font-family: "fontAwesome";
	left: 0;
	letter-spacing: 5.5px;
	top: 0;
}

.star-rating {
	display: block;
	font-family: "rt-icons-2";
	line-height: 1;
	margin-top: 2.5em;
	overflow: hidden;
	position: relative;
	width: 6.5em;
}

@media only screen and (min-width: 768px) {
	.list-view .star-rating {
		margin-top: 0;
	}
}

.star-rating:before {
	content: "\f006\f006\f006\f006\f006";
	float: left;
	opacity: .5;
	position: absolute;
}

.star-rating span {
	float: left;
	left: 0;
	letter-spacing: 0.1em;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}

.star-rating span:before {
	color: #8c8c8c;
	position: absolute;
}

.dropdown-menu.ds .star-rating span:before {
	color: #f7bd04;
}

p.stars a:before,
p.stars a:hover ~ a:before {
	color: #8c8c8c;
	content: "\e7aa";
}

p.stars {
	display: inline-block;
	line-height: 1;
	margin: 0 0 30px;
}

p.stars a {
	display: inline-block;
	margin-right: 1px;
	position: relative;
	text-indent: -999em;
	width: 1em;
}

p.stars a:before {
	display: block;
	font-family: "rt-icons-2";
	height: 1em;
	left: 0;
	line-height: 1;
	position: absolute;
	text-indent: 0;
	top: 0;
	width: 1em;
}

p.stars.selected a.active:before,
p.stars:hover a:before {
	color: #29b5ee;
	content: "\e7aa";
	opacity: 1;
}

p.stars.selected a.active ~ a:before {
	color: #8c8c8c;
	content: "\e7aa";
	opacity: .75;
}

p.stars.selected a:not(.active):before {
	color: #29b5ee;
	content: "\e7aa";
	opacity: 1;
}

/*shop comments*/
.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist .comment_container {
	border-bottom: 1px solid #bababa;
}

.commentlist li {
	margin-bottom: 40px;
}

.commentlist li img {
	display: block;
	float: left;
	overflow: hidden;
}

.commentlist .comment-text {
	border: 0;
	overflow: hidden;
	padding: 0 30px 26px 30px;
	position: relative;
}

.commentlist p.meta {
	font-size: 0;
	margin: 0 0 10px;
}

.commentlist p.meta strong {
	color: #505050;
	display: block;
	font: bold 20px/1.2em "Poppins";
	text-transform: uppercase;
}

.commentlist p.meta time {
	font-size: 14px;
}

.commentlist .star-rating {
	margin-bottom: 1em;
	margin-top: 0;
}

.woocommerce-tabs .tab-content {
	padding-top: 40px;
}

.woocommerce-tabs .tab-content .comment-respond {
	margin: 30px 0 0;
}

.woocommerce-tabs .tab-content .comment-respond .comment-reply-title {
	color: #505050;
	font: bold 20px/1em "Poppins";
	text-transform: uppercase;
}

.woocommerce-tabs .tab-content .comment-respond h3 {
	font-size: 28px;
}

.woocommerce-tabs .tab-content .comment-respond h4 {
	font-size: 28px;
	margin-bottom: 0;
}

/*comment respond form*/
#review_form textarea,
#review_form [type*='text'],
#review_form [type*='email'] {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

@media (min-width: 992px) {
	#review_form .comment-form-author {
		float: left;
		padding-right: 5px;
		width: 50%;
	}

	#review_form .comment-form-email {
		float: left;
		padding-left: 5px;
		width: 50%;
	}

	#review_form .form-submit {
		clear: both;
	}
}

.comment-form-rating label[for] {
	display: block;
}

/* cart */
.shop_table ul {
	list-style: none;
	padding: 0;
}

.shop-adds {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
}

.shop-adds .fa {
	padding: 0 10px;
}

.shop-adds.teaser {
	margin-bottom: 0;
}

.shop-adds.teaser [class*="_bg_color"] {
	padding: 12px;
}

table.cart {
	margin-bottom: 30px;
}

table.cart .media {
	margin-left: -15px;
}

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

table.cart h4 {
	margin-bottom: 12px;
}

table.cart td,
table.cart th {
	padding: 18px 20px;
	vertical-align: middle;
}

table.cart .coupon {
	display: inline-block;
}

table.cart a {
	color: #505050;
}

table.cart td.product-name {
	font-size: 18px;
}

table.cart .product-remove {
	font-size: 1.6em;
	text-align: center;
}

.cart_totals h4:first-child {
	margin: 60px 0 30px;
}

.cart_totals table {
	margin: 0 0 50px;
}

.cart_totals table th,
.cart_totals table td {
	padding: 20px 20px;
}

.cart_totals table th {
	width: 140px;
}

/* chekcout */
.shop-info {
	margin-bottom: 15px;
}

#createaccount {
	margin-top: 0;
}

#ship-to-different-address label {
	display: inline-block;
}

#ship-to-different-address label + input {
	margin: 0 12px;
}

.checkout [class*='col-'],
.shop-register [class*='col-'] {
	margin-bottom: 0;
	margin-top: 0;
}

.woocommerce form:before,
.woocommerce form:after {
	clear: both;
	content: "";
	display: block;
}

.woocommerce form input[type="radio"] {
	margin-right: 6px;
}

.woocommerce form input[type="checkbox"] {
	margin-right: 6px;
	position: relative;
	top: 2px;
}

.woocommerce form p:last-child {
	margin-bottom: 10px;
}

.form-row {
	margin: 0 0 15px;
}

.form-row:before,
.form-row:after {
	clear: both;
	content: "";
	display: block;
}

.form-row .checkbox {
	margin: -5px 0 0;
}

.form-row .lost_password {
	margin: 15px 0 -15px;
}

.form-row label {
	display: block;
	margin-top: 10px;
}

.form-row [type="email"],
.form-row [type="number"],
.form-row [type="password"],
.form-row [type="text"],
.form-row select,
.form-row textarea {
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	.form-row label {
		width: 100%;
		padding-right: 25px;
	}

	.form-row label + *,
	.form-row.address-field input {
		width: 100%;
	}

	.form-row .state_select.select2-hidden-accessible + .select2-container,
	.form-row .country_to_state.country_select.select2-hidden-accessible + .select2-container {

	}
}

.woocommerce form.login label,
.woocommerce form.login input {
	float: none;
	text-align: left;
	width: auto !important;
}

.woocommerce form.login [type="submit"] {
	margin-top: 10px;
	text-align: center;
}

@media (min-width: 992px) {
	.col2-set {
		float: left;
		padding-right: 50px;
		width: 70%;
	}

	.col2-set.addresses {
		float: none;
		margin: 0 -15px;
		padding: 0;
		width: 100%;
	}

	.col2-set.addresses:before,
	.col2-set.addresses:after {
		clear: both;
		content: "";
		display: block;
	}

	.col2-set.addresses .col-1,
	.col2-set.addresses .col-2 {
		float: left;
		padding: 0 15px;
		width: 50%;
	}

	#order_review_heading,
	#order_review {
		float: left;
		margin-top: 0;
		width: 30%;
	}
}

/* shop single*/
.cart-button {
	margin: 50px 0 55px;
}

.share-title {
	font-size: 20px;
	margin: 56px 0 18px;
}

/* shop */
.shop-item .item-content {
	padding: 30px 40px;
}

.shop-item .item-price {
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	margin: 9px 0 16px;
}

.shop-item .item-price span {
	font-size: 40px;
}

.shop-item .cart-button {
	margin: 50px 0 28px;
}

.related-item .item-content {
	padding: 14px 25px;
}

.related-item h4 {
	font-size: 20px;
	line-height: 24px;
}

.related-item .cart-button {
	margin: 14px 0 14px;
}

.select2-container .select2-choice {
	border: none;
	border-radius: 0;
	padding: 10px 20px;
}

.select2-drop-active {
	border-color: #8c8c8c;
}

.woocommerce-checkout-payment {
	margin-top: 40px;
}

.woocommerce-checkout-payment .radio {
	margin: 2px 0;
}

.woocommerce-checkout-payment ul {
	list-style: none;
	padding: 0;
}

.woocommerce-checkout-payment li {
	border-bottom: 1px solid #8c8c8c;
	padding: 11px 0 6px;
}

.woocommerce-checkout-payment li:first-child {
	border-top: 1px solid #8c8c8c;
}

.woocommerce-checkout-payment p {
	margin: 0;
}

.woocommerce-checkout-payment img {
	display: none;
}

.woocommerce-checkout-payment [type="submit"] {
	margin-top: 20px;
}

/*messages*/
.wc-forward {
	float: right;
}

.row > .alert {
	margin-left: 25px;
	margin-right: 25px;
}

/*my account*/
.woocommerce-MyAccount-navigation {
	margin-bottom: 40px;
}

.woocommerce-MyAccount-navigation ul {
	padding: 0;
}

.woocommerce-MyAccount-navigation li {
	display: inline-block;
}

.woocommerce-MyAccount-navigation .is-active a {
	background-color: #29b5ee;
	border-color: #29b5ee;
}

.woocommerce-MyAccount-content h2 {
	margin: 40px 0;
}

.woocommerce-Message {
	background: #fff;
	padding: 30px;
}

.woocommerce-Message .woocommerce-Button {
	float: right;
}

.order-actions {
	text-align: center;
}

.customer_details {
	margin-bottom: 60px;
}

.addresses address {
	margin-bottom: 0;
}

/* shop widgets */
/* cart widget */
.widget_shopping_cart img {
	max-width: 80px;
}

.widget_shopping_cart .cart_list {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0;
	padding-bottom: 0;
}

.widget_shopping_cart .cart_list li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	padding-bottom: 21px;
	padding-right: 40px;
}

.widget_shopping_cart .cart_list li:last-child {
	border: 0;
	margin-bottom: 0;
}

.widget_shopping_cart .quantity {
	color: #29b5ee;
	display: block;
	font-family: "Oswald", sans-serif;
	margin-top: 7px;
}

.widget_shopping_cart .woocommerce-product-rating {
	margin-top: -1.3em;
}

.widget_shopping_cart .remove {
	font-size: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -9px;
	width: 40px;
}

.widget_shopping_cart .remove:before {
	content: "\f014";
	font-family: FontAwesome;
	font-size: 18px;
}

.widget_shopping_cart .remove + a {
	font: 600 16px "Poppins";
	margin-bottom: 4px;
	position: relative;
	text-transform: none;
	top: -11px;
}

.widget_shopping_cart li {
	margin-bottom: 16px;
}

.widget_shopping_cart li a + a {
	color: #505050;
	font-size: 16px;
}

.widget_shopping_cart .wc-forward {
	float: none;
}

.widget_shopping_cart .wc-forward + .wc-forward {
	margin-left: 20px;
}

/* price filter */
.widget_price_filter input[readonly] {
	background-color: transparent;
	display: inline-block;
	margin-bottom: 4px;
	max-width: 89px;
	padding-left: 3px;
	padding-right: 3px;
}

.widget_price_filter .ui-slider-range {
	background-color: #29b5ee;
}

.widget_price_filter .ui-slider-horizontal {
	margin-bottom: 13px;
}

.widget_price_filter label[for] {
	display: inline-block;
	padding-right: 4px;
}

.widget_price_filter .price_label {
	color: rgba(140, 140, 140, 0.5);
	font-size: 16px;
}

.widget_price_filter .form-group {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}

.widget_price_filter button {
	letter-spacing: 1px;
	margin-top: 24px;
	max-width: 41%;
	min-width: 0;
	padding: 13px 7px 13px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.widget_price_filter button:hover {
	background-color: #f7bd04;
	border-color: #f7bd04;
}

.widget_price_filter .price_slider_amount {
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.widget_price_filter .price_slider_amount:after {
	clear: both;
	content: "";
	display: block;
}

/*! jQuery UI - v1.11.1 - 2014-10-03
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.ui-slider {
	background-color: #bababa;
	margin: 0 5px 0 8px;
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	background-color: #29b5ee;
	cursor: pointer;
	height: 15px;
	position: absolute;
	-ms-touch-action: none;
	touch-action: none;
	width: 15px;
	z-index: 2;
}

.ui-slider .ui-slider-range {
	background-position: 0 0;
	border: 0;
	display: block;
	font-size: .7em;
	position: absolute;
	z-index: 1;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	filter: inherit;
}

.ui-slider-horizontal {
	height: 5px;
}

.ui-slider-horizontal .ui-slider-handle {
	margin-left: -.6em;
	top: -5px;
}

.ui-slider-horizontal .ui-slider-range {
	height: 100%;
	top: 0;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	height: 100px;
	width: .8em;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-bottom: -.6em;
	margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* color layered nav */
.widget_layered_nav .color-filters li {
	display: inline-block;
	margin: 0 29px 14px 0;
}

.widget_layered_nav .color-filters a {
	background-color: #ccc;
	color: transparent;
	display: inline-block;
	font-size: 0;
	height: 23px;
	position: relative;
	width: 23px;
}

.widget_layered_nav .color-filters a:before {
	border: 1px solid rgba(0, 0, 0, 0.1);
	bottom: -2px;
	content: "";
	display: block;
	left: -2px;
	position: absolute;
	right: -2px;
	top: -2px;
}

.widget_layered_nav .color-filters span {
	left: 5px;
	position: relative;
	top: 2px;
}

/* widget_products */
.widget_products img {
	max-width: 80px;
}

.widget_products .media h3 {
	font-size: inherit;
	line-height: 1.4;
	margin: 3px 0 10px;
}

.widget_products .star-rating {
	margin-bottom: 10px;
}

.widget_products .price {
	background-color: transparent;
	padding: 0;
	position: static;
}

.widget_products .add_to_cart_button {
	background-color: #29b5ee;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 20px;
	margin-right: 5px;
	text-align: center;
	width: 20px;
}

.widget_products .add_to_cart_button:hover {
	background-color: #505050;
	color: #fff;
}

/*widget_top_rated_products*/
.widget .product-title {
	display: block;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 18px;
	text-transform: uppercase;
}

.widget .woocommerce-mini-cart__total {
	-webkit-box-pack: justify;
	color: #bababa;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-box;
	-ms-flex-pack: justify;
	font-weight: 900;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 9px 0 25px;
	text-transform: uppercase;
}

.widget del .woocommerce-Price-amount {
	color: inherit;
}

.widget .star-rating {
	margin: 5px 0 4px;
}

.widget_popular_entries.widget_top_rated_products li {
	border: 0;
	padding: 6px 0;
}

.widget_popular_entries.widget_top_rated_products .woocommerce-Price-amount.amount {
	color: #29b5ee;
	font: bold 16px/1em "Oswald";
}

/*widget_recent_reviews*/
.widget_recent_reviews li:before,
.widget_recent_reviews li:after,
.product_list_widget li:before,
.product_list_widget li:after {
	clear: both;
	content: "";
	display: block;
}

.widget_recent_reviews img,
.product_list_widget img {
	border: 0;
	border-radius: 3px;
	display: block;
	float: left;
	margin-right: 20px;
	max-width: 70px !important;
}

/*widget_rating_filter*/
.widget_rating_filter {
	text-align: right;
}

.widget_rating_filter li {
	clear: both;
	margin-bottom: 8px;
}

.widget_rating_filter .star-rating {
	float: left;
}

/* Single product socials */
.single_product_social_icons {
	font-size: 12px;
	margin-top: 1.5em;
	text-transform: uppercase;
}

.single_product_social_icons .social-icons {
	margin-left: 0.3em;
	text-transform: none;
}

.single_product_social_icons .social-icons a {
	margin: 0 0.8em;
}

.single_product_social_icons .social-icons a:before {
	font-size: 11px;
}

.woocommerce-cart-form {
	overflow-y: scroll;
}

@media only screen and (max-width: 991px) {
	.woocommerce-additional-fields {
		margin-bottom: 2em;
		margin-top: 2em;
	}

	.checkout.woocommerce-checkout .col2-set [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}
}
