/* WooCommerce */

@font-face {
	font-family: 'star';
	src: url('../assets/woocommerce/star.eot');
	src: url('../assets/woocommerce/star.eot?#iefix') format('embedded-opentype'),
		url('../assets/woocommerce/star.woff') format('woff'),
		url('../assets/woocommerce/star.ttf') format('truetype'),
		url('../assets/woocommerce/star.svg#star') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'WooCommerce';
    src: url('../assets/woocommerce/WooCommerce.eot');
    src: url('../assets/woocommerce/WooCommerce.eot?#iefix') format('embedded-opentype'),
        url('../assets/woocommerce/WooCommerce.woff') format('woff'),
        url('../assets/woocommerce/WooCommerce.ttf') format('truetype'),
        url('../assets/woocommerce/WooCommerce.svg#WooCommerce') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
 * Animations
 */
@-webkit-keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0);
    /* FF3.5+ */
    -ms-transform: rotate(0);
    /* IE9 */
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(180deg);
    /* FF3.5+ */
    -ms-transform: rotate(180deg);
    /* IE9 */
    -o-transform: rotate(180deg);
    /* Opera 10.5 */
    transform: rotate(180deg);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(0);
    /* Saf3.1+, Chrome */
    -moz-transform: rotate(0);
    /* FF3.5+ */
    -ms-transform: rotate(0);
    /* IE9 */
    -o-transform: rotate(0);
    /* Opera 10.5 */
    transform: rotate(0);
    zoom: 1;
  }
}
/**
 * Global styles
 */

.woocommerce .loader:before,
.woocommerce .blockUI.blockOverlay:before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	display: block;
	-webkit-animation: spin 1s ease-in-out infinite;
    -moz-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    content: "";
    background: url(../images/loader.svg) center center;
    background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(#000,0.75);
}

.woocommerce .wishlist_table .blockUI {
	background: #fff !important;
}

p.demo_store {
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	font-size: 1em;
	padding: 1em 0;
	text-align: center;
	background-color: #000;
	color: #fff;
	z-index: 99998;
}

.out-of-stock {
	color: #e71111;
}

/**
 * Star ratings
 */
.star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	font-family: 'star';
}

.star-rating:before {
	content: "\73\73\73\73\73";
	color: #ccc;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
}

.woocommerce-product-rating {
	line-height: 2;
	display: block;
}

.woocommerce-product-rating .star-rating {
	margin: .5em 4px 0 0;
	float: left;
}

.products .star-rating {
	display: block;
	margin: 0 0 .5em;
	float: none;
}

.hreview-aggregate .star-rating {
	margin: 10px 0 0 0;
}

#reviews #comments {
  margin: 0;
}

#reviews #comments ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#reviews #comments .comment {
	border-top: none;
    margin-top: 0;
    padding-top: 0;

	border-bottom: 1px solid #d4d9de;
    margin-bottom: 25px;
    padding-bottom: 25px;	
}

#reviews #comments h2 {
	font-size: 18px;
    text-transform: uppercase;
    margin: 15px 0 45px 0;
    line-height: normal;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

#reviews #respond h3#reply-title {
	position: relative; 
	margin: 25px 0 0 0;
	text-align: left;
	font-size: 25px;
	font-weight: bold;
	font-family: Poppins;
	line-height: 36px;
	padding-right: 80px;
}
#reviews #respond h3#reply-title .comment-form-rating {
	position: absolute;
	right: 15px; 
	margin: 0;
	top: 0;
	font-size: 16px;
}

#reviews #comments .comment img.avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;

	float: left;
	margin-right: 20px;
}

#reviews #comments .comment .description {
	margin-bottom: 0;
}

#reviews #comments .comment .description p{
	font-size: 13px;
	font-family: Lora; 
	color: #737373;
	font-style: italic;
	line-height: 25px;
}
#reviews #comments .comment p:last-child {
	margin-bottom: 0;
}

#reviews #comments .comment p.meta{
	line-height: 1em;
}
#reviews #comments .comment p.meta strong {
   text-transform: capitalize;
	color: #000;
	display: block;
	font-weight: bold;
	font-size: 13px;
}
#reviews #comments .comment p.meta time{
	font-size: 13px;
	margin-top: 0;
	font-style: italic;
	color: #737373; 
}

#reviews #comments .comment .star-rating {
	color: #000;
}

#reviews .woocommerce-noreviews {
	font-style: italic;
}

#review_form #respond {
	position: static;
	margin: 0;
	width: auto;
	padding: 0 0 0;
	background: transparent none;
	border: 0;
}

#review_form #respond p {
	margin: 0 0 10px;
}
#review_form #respond p.comment-notes {
	padding: 30px 0;
	text-align: left;
}
#review_form #respond .form-submit input {
	left: auto;
}

#review_form #respond .form-submit textarea {
	width: 100%;
}
#review_form #respond p.comment-form-author,
#review_form #respond p.comment-form-email,
#review_form #respond p.comment-form-www {
	width: 241px;
	display: inline-block;
	margin-right: 20px;
}

#review_form #respond p.form-submit{
	margin-top: 30px;
}
#review_form #respond p.comment-form-www {
	margin-right: 0;
}



p.stars {
	position: relative;
	font-size: 1em;
}
p.stars	a {
	display: inline-block;
	font-weight: 700;
	margin-right: 0em;
	text-indent: -9999px;
	position: relative;
	border-bottom: 0 !important;
	outline: 0;
	width: 1.1em;
}

p.stars	a:last-child {
	border-right: 0;
}

p.stars	a.star-1:after,
p.stars	a.star-2:after,
p.stars	a.star-3:after,
p.stars	a.star-4:after,
p.stars	a.star-5:after {
	font-family: "WooCommerce";
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

p.stars a.star-1:after {
    content: "\e021";
}

p.stars a.star-1:hover:after,
p.stars a.star-1.active:after {
    content: "\e020"
}


p.stars a.star-2:after {
    content: "\e021";
}

p.stars a.star-2:hover:after,
p.stars a.star-2.active:after {
    content: "\e020"
}


p.stars a.star-3:after {
    content: "\e021";
}

p.stars a.star-3:hover:after,
p.stars a.star-3.active:after {
    content: "\e020"
}


p.stars a.star-4:after {
    content: "\e021";
}

p.stars a.star-4:hover:after,
p.stars a.star-4.active:after {
    content: "\e020"
}

p.stars a.star-5:after {
    content: "\e021";
}

p.stars a.star-5:hover:after,
p.stars a.star-5.active:after {
    content: "\e020"
}


.woocommerce input::-webkit-outer-spin-button,
.woocommerce input::-webkit-inner-spin-button {
	display: none;
}

/* Sale badge */
span.onsale,
span.soldout {
	background: #fff200;
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 7px;
    z-index: 1;
    font-family: Poppins;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 10px;

    border-radius: 40px;
    -webkit-border-radius: 40px;

}

/* Sold out badge */
span.soldout {
    background: #000;
    color: #fff200;
}

.woocommerce.single-product .product .col-md-6 span.onsale,
.woocommerce.single-product .product .col-md-6 span.soldout {
	left: 15px;
}

.woocommerce .gg-wc-ordering-wrapper {
	float: left;
	width: 100%;
	
	margin-bottom: 30px;
}

.woocommerce .woocommerce-result-count {
	float: left;
	margin-bottom: 0;
}

.woocommerce form.woocommerce-ordering,
.woocommerce .products-per-page {
	float: right;
	width: auto;
	margin-bottom: 0;
	margin-left: 30px;
}

.woocommerce .products-per-page form.woocommerce-products-per-page {
	margin-bottom: 0;
	float: right;
	width: auto;
	margin-left: 15px;
}

.woocommerce select.craftit_woo_result_count,
.woocommerce form.woocommerce-ordering select,
.woocommerce .products-per-page select {
	background: transparent;
	border: 0;
	padding: 0;
	height: auto;

	font-family: "Poppins";
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000;

	font-style: normal;
}

.woocommerce .products {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
}

.woocommerce .products li,
.woocommerce .el-grid.products div.product {
	margin-bottom: 30px;
}

.woocommerce .products div.first {
	clear: both;
}

.woocommerce .products li.clearfix.visible-md.visible-lg,
.woocommerce .products li.clearfix.invisible-xs {
	margin: 0;
	padding: 0;
}

.woocommerce .products li .price ins,
.woocommerce .el-grid.products div.product .price ins,
.el-grid li.product .price ins {
	text-decoration: none;
}

.woocommerce .products li .price del,
.woocommerce .el-grid.products div.product .price del,
.el-grid li.product .price del {
	font-size: 80%;
}

/* Single product */

.woocommerce.single-product .woocommerce-tabs {
	margin: 50px 0 45px 0;
}
@media (min-width: 992px) {
	.woocommerce.single-product .woocommerce-tabs {
		margin: 100px 0 90px 0;
	}
}

.woocommerce.single-product .product .summary,
.woocommerce.single-product .images {
	margin: 0;
	float: left;
	width: 100%;
}

.woocommerce.single-product .product .summary {
	padding: 30px;
}

@media (min-width: 992px) {
	.woocommerce.single-product .product .summary {
		padding: 30px 60px 30px 0;
	}
}

.woocommerce.single-product .product .summary + .thumbnails {
	align-self: flex-start;
}

.woocommerce.single-product .product .summary + .thumbnails a.zoom {
	float: left;
	margin: 15px 15px 0 0;
}
.woocommerce.single-product .product .summary + .thumbnails a.zoom:last-child {
	margin-right: 0; 
}

/*Product images*/
.woocommerce.single-product .images {
	padding-right: 0px; 
}

@media (min-width: 1024px) {
	.woocommerce.single-product .images {
		padding-right: 60px; 
	}
}

.woocommerce.single-product .images .woocommerce-main-image {
	float: left;
	width: 100%;
	text-align: center;
}
.woocommerce.single-product .images .woocommerce-main-image img {
	-webkit-animation: fadeIn .5s;
	animation: fadeIn .5s;
}

.woocommerce .product .summary form.cart {
	width: auto;
	float: left;
	margin: 0 0 30px 0;
}

.woocommerce .product .summary form.cart.variations_form {
	width: 100%;
}

.woocommerce .product .summary h1.product_title {
	font-size: 28px;
	letter-spacing: -2px;
	line-height: normal;
	margin: 0 0 15px 0;
}
@media (min-width: 992px) {
	.woocommerce .product .summary h1.product_title {
		font-size: 36px;
		letter-spacing: -3px;
	}
}

.woocommerce .wc-proceed-to-checkout input[type="submit"] {
	height: auto;
}

.woocommerce .product .summary p.cart {
	float: left;
	margin-right: 30px;
}

.woocommerce .product .summary p.cart .single_add_to_cart_button.button {
	height: auto;
}

.woocommerce .button.wc-forward {
	height: auto;
	font-style: normal;
}

.woocommerce.gg-widget .button.wc-forward {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.woocommerce.gg-widget .button.wc-forward.checkout {
	float: right;
	padding-left: 20px;
	padding-right: 20px; 
}

.woocommerce .cart .quantity {
	position: relative;
	max-width: 170px; /* In corelation with input.qty width */
	float: left;
	margin-right: 20px;

}

.woocommerce .cart .quantity input.qty {
	width: 105px;

	text-align: center;
	padding-left:25px;
	padding-right: 25px;
	font-style: italic;

	background: #dee6e9;
	border:1px solid #dee6e9;
	color: #121416;
	box-shadow: none;

	height: 38px;
}
.woocommerce .cart .quantity input.minus,
.woocommerce .cart .quantity input.plus {
	width: 30px;
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: normal;
	padding: 0;
	background: transparent;
	border: 0;
	color: #fff;
	border-radius: 0;
	font-size: 18px;
	background: #dee6e9; 
	color: #a2a8ab;

}

.woocommerce .cart .quantity input.minus:hover,
.woocommerce .cart .quantity input.plus:hover {
	background: #000;
	color: #fff;
}

.woocommerce .cart .quantity input.minus {
	right: auto;
	left: 0;
}

.woocommerce .product .summary div[itemprop="description"] {
	margin-bottom: 30px;
	font-style: italic;
}

.woocommerce .product .summary div[itemprop="offers"] {
	margin-bottom: 30px;
	margin-right: 40px;
	font-style: italic;
	font-weight: bold;
	color: #121416;

	float: left;
	width: auto;
}

.woocommerce .product .summary div[itemprop="offers"] p.price {
	line-height: 38px;
	margin-bottom: 0;
}

.woocommerce .product .woocommerce-variation-price {
	font-style: italic;
	font-weight: bold;
	color: #121416;
}

.woocommerce .product .upsells.products,
.woocommerce .product .related.products {

	width: 100%;
}

.woocommerce .product .upsells.products > h2,
.woocommerce .product .related.products > h2 {
    margin: 35px 0;
    text-align: center;
    font-size: 28px;
    letter-spacing: -2px;

    text-transform: lowercase;
}

@media (min-width: 992px) {
	.woocommerce .product .upsells.products > h2,
	.woocommerce .product .related.products > h2 {
		font-size: 36px;
		letter-spacing: -3px;
	}
}

.woocommerce .product .woocommerce-tabs + .related.products > h2,
.woocommerce .product .woocommerce-tabs + .upsells.products > h2 {
	margin-top: 0;
}

.woocommerce .product .upsells.products li,
.woocommerce .product .related.products li {
	padding-top: 0;
}

.woocommerce .product .summary .single_variation {
	margin: 30px 0;
}

.woocommerce .product .summary .variations {
	width: 100%;
}
.woocommerce .product .variations_form .variations .value select{
   padding: 3px 10px;
   height: 38px;
}
.woocommerce .product .summary .single_variation_wrap {
	margin-top: 30px;
}

.woocommerce .product .summary .variations td.label {
	height: 36px;
    max-width: 100%;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
	color: #000;
	font-family: Poppins;
	padding: 0;
}

.woocommerce .product .summary .variations td.label label {
	margin: 0;
}

.woocommerce .product .summary .variations td.value {
    max-width: 100%;
    padding: 0 0 12px 0;
    vertical-align: top;
}

.woocommerce .product .summary .variations tr:last-child td.value {
	padding-bottom: 0;
}

.woocommerce .product .summary .variations .reset_variations {
	margin-left: 15px;
}

/* Single product - Review tabs */
#review_form h3#reply-title {
	font-size: 15px;
    line-height: normal;
    margin: 30px 0;
}


/*Social*/
.woocommerce.single-product .product  .post-social {
	position: absolute;
	right: 15px;
	border: 1px solid #d4d9de;
}

.woocommerce.single-product .product  .post-social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce.single-product .product  .post-social ul li {
	float: left;
	border-left: 1px solid #d4d9de;
	text-align: center;
	border-right: 0;
}

.woocommerce.single-product .product  .post-social ul li:first-child {
	border-left: 0;
}

.woocommerce.single-product .product  .post-social ul li a {
	float: left;
	min-width: 40px;
	padding-top: 11px;
	padding-bottom: 12px;
	padding-left: 13px;
}



/* Category hover */

.product-image-wrapper.inverse:hover img {
	opacity: .1;
}

.product-image-wrapper.inverse h3 {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;

	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

.product-image-wrapper.inverse:hover h3,
.product-image-wrapper.inverse:focus h3 {
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

.product-image-wrapper.inverse h3 span {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 15px 50px;
}

.product-image-wrapper.inverse h3 span mark {
	background: transparent;
	padding: 0;
	color: #fff;
}

/* Plugin styles overwrite */

/* Wishlist */
.yith-wcwl-add-to-wishlist {
	margin: 0;
}

/* General - Tabs */
.woocommerce-tabs .tabs {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	float: none;
	width: 100%;
	display: block;
	text-align: center;
}
.woocommerce-tabs .tabs li {
	display: inline-block;
	padding: 0px 15px 0px 10px;
	position: relative;
}

@media (min-width: 768px) {
	.woocommerce-tabs .tabs li {
		padding: 0px 35px 0px 15px;
	}
}

@media (min-width: 992px) {
	.woocommerce-tabs .tabs li {
		padding: 0px 50px 0px 30px;
	}
}

.woocommerce-tabs .tabs li a {
	display: inline-block;
	border: 1px solid transparent;

	background: transparent;
	color: #dee6e9;
}
.woocommerce .col-md-9 .product .col-md-6 .summary {
	padding-left: 15px;
	padding-right: 15px;
}
.woocommerce-tabs .tabs li a {
	font-family: Poppins;
	font-size: 18px;
	font-weight: bold; 
	border-bottom: 2px solid #fff;
	line-height: 1.1em;
	text-transform: lowercase;
	letter-spacing: -1px;
}

@media (min-width: 468px) {
	.woocommerce-tabs .tabs li a {
		font-size: 21px;
		border-bottom-width: 3px;
		letter-spacing: -1px;
	}
}

@media (min-width: 768px) {
	.woocommerce-tabs .tabs li a {
		font-size: 28px;
		border-bottom-width: 5px;
		letter-spacing: -2px;
	}
}

@media (min-width: 992px) {
	.woocommerce-tabs .tabs li a {
		font-size: 36px;
		border-bottom-width: 7px;
		letter-spacing: -3px;
	}
}
.woocommerce-tabs .tabs li.active a {
	background: #fff;
	color: #000;
	border-bottom-color: #fff000;
}
.woocommerce-tabs .tabs li:before{
	content: "/";
	position: absolute;
	right: 0;
	color: #dee6e9; 
	font-family: Poppins;
	font-size: 22px;
	font-weight: bold; 
	margin-top: -4px;
	
}
.woocommerce-tabs .tabs li:last-child:before{
	content: "";	
}
.woocommerce-tabs .panel {
	border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 30px 0 0 0;
    margin: 0 auto;
	text-align: center;
	max-width: 775px;
}

.woocommerce-Tabs-panel--description p {
	font-style: italic;
}
.woocommerce-Tabs-panel--description p:last-child {
	margin-bottom: 0;
}

/* Widgets */

/* General styles regarding wc widgets with thumbs */

.gg-widget.widget_products ul li a,
.gg-widget.widget_recent_reviews ul li a,
.gg-widget.widget_recently_viewed_products ul li a,
.gg-widget.widget_top_rated_products ul li a {
	display: block;
}

.gg-widget.widget_products ul li a img,
.gg-widget.widget_recent_reviews ul li a img,
.gg-widget.widget_recently_viewed_products ul li a img,
.gg-widget.widget_top_rated_products ul li a img {
	width: 32px;
	margin-left: 15px;
	float: right;
    height: auto;
}



/* Widget - Product categories  */

.gg-widget.widget_product_categories select {
	width: 100%;
}

.gg-widget.widget_product_categories ul.product-categories li.cat-parent {
	border-bottom: 0;
	padding: 0;
	margin: 0;
}

.gg-widget.widget_product_categories ul.product-categories li .count {
	float: right;
}

.gg-widget.widget_product_categories ul.product-categories li:last-child {
	padding-bottom: 5px; 
}

.gg-widget.widget_product_categories ul.product-categories li.cat-parent ul.children li > a {
  color: #ababab;
  font-weight: normal;
}

.gg-widget.widget_product_categories ul.product-categories li.cat-parent ul.children {
  margin: 5px 0;
}

.gg-widget.widget_recent_reviews .star-rating {
	float: none;
}

/* Widget - Top Rated  */
.gg-widget.widget_top_rated_products .star-rating {
	float: none;
}

/* Widget - Shopping cart  */

.gg-widget.widget_shopping_cart li {
	position: relative;
	margin: 0 0 15px;
    padding: 0 0 15px;
}

.gg-widget.widget_shopping_cart li:last-child {
	margin-bottom: 0;
}

.gg-widget.widget_shopping_cart li a {
	display: block;
	font-weight: bold;
}

.gg-widget.widget_shopping_cart li img {
	float: left;
	width: 32px;
	margin-right: 10px;
	height: auto;
}

.gg-widget.widget_shopping_cart a.remove {
	position: absolute;
	right: 0;
	top: 0;
}

.gg-widget.widget_shopping_cart .total {
	border-top: 1px solid #d4d9de;
    padding: 20px 0 0;
    margin: 30px 0 25px 0;

    font-weight: bold;
    text-transform: uppercase;
}

footer.site-footer .gg-widget.widget_shopping_cart .total {
	border-color: #414141;
}

.gg-widget.widget_shopping_cart li .quantity {
	display: block;
	padding-left: 42px;
}

.gg-widget.widget_shopping_cart dl.variation {
	padding-left: 42px;
	margin: 0;
}


/* Widget - Recently viewed  */


/* Widget - Layered navigation  */

.gg-widget.widget_layered_nav .count {
	float: right;
}

/* Cart page */

body.woocommerce-cart #content > form {
	margin: 0;
}

body.woocommerce-cart header.site-header .page-meta .page-meta-wrapper {
	border-bottom: 0;
}



.woocommerce .shop_table.cart tr.cart_item {
	border-bottom: 1px solid #d4d9de;
}

.woocommerce .shop_table.cart td {
	vertical-align: middle;
	padding: 15px;
}
@media (min-width: 992px) {
	.woocommerce .shop_table.cart td {
		padding: 30px;
	}
}

.woocommerce .shop_table.cart td.product-thumbnail {
	text-align: center;
}

.woocommerce .shop_table.cart td.product-remove {
	width: 10px;
}

.woocommerce .shop_table.cart td.product-remove a {
	font-size: 21px;
}

.woocommerce .shop_table.cart td.product-remove a:hover {
	-webkit-font-smoothing: antialiased;

    -webkit-animation: fa-spin 2s infinite linear;
  	animation: fa-spin 2s infinite linear;
}


.woocommerce .shop_table.cart .product-name a {
	font-size: 14px;
	font-family: "Poppins";
	font-weight: bold;
	letter-spacing: -1px;
	line-height: normal;
	color: #121416;

	margin-bottom: 0;
	display: block;
}

.woocommerce dl.variation {
	margin-bottom: 30px;
	font-style: italic;
}

.woocommerce dl.variation dd {
	margin-bottom: 0;
}

.woocommerce dl.variation p {
	margin: 0;
}

.woocommerce dl.variation dt {
	float: left;
	margin-right: 5px;
	color: #000;
}

footer.site-footer .woocommerce dl.variation dt {
	color: #fff;
}

.woocommerce .cart-collaterals {
	border: 1px solid #d4d9de;
	padding: 0;
	border-top:0px;
}

.woocommerce .cart-collaterals .coupon {
	padding: 60px 30px;
	border-bottom: 1px solid #d4d9de;
}

.woocommerce .cart-collaterals .coupon label {
	margin: 0;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells {
	padding: 15px;
}

@media (min-width: 992px) {
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .cross-sells {
		padding: 30px;
	}
}

.woocommerce .cart-collaterals .cross-sells {
	padding: 30px 30px 0 30px;
}

.woocommerce ul#shipping_method {
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce .cart-collaterals .cart_totals table tr th {
	padding-right: 30px;
	width: 30%;
	vertical-align: top;
	color: #000;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce .cart-collaterals .cross-sells h2 {
	padding: 0;
	margin: 0;
}

.woocommerce .cart-collaterals .cross-sells h2 {
	padding: 0;
	margin: 90px 0;
    text-align: center;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.woocommerce .cart-collaterals .cart_totals table {
	margin: 20px 0 10px 0;
	
	table-layout: fixed;
  	width: 100%; /* must have this set */

  	font-style: italic;
}

.woocommerce .cart-collaterals .cart_totals p {
	margin: 15px 0 0 0;
}

.woocommerce .cart-collaterals input[type="text"] {
	width: auto;
}

.woocommerce .cart-collaterals .cross-sells ul.products {
	margin-top: 50px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li {
	margin-bottom: 0;
}

.gg-shop-style4 .woocommerce .cart-collaterals .cross-sells ul.products li {
	border: 0;
}



.woocommerce .shop_table.cart td.actions {
	vertical-align: top;
	padding: 60px 100px;
}

.woocommerce .shop_table.cart td.actions .coupon .input-group {
	width: 100%;
}

.woocommerce .shop_table.cart td.actions .btn {
	text-transform: uppercase;
}

.woocommerce .shop_table.cart td.actions .cross-sells h2 {
	font-size: 14px;
    margin: 50px 0 25px;
    padding: 0;
    text-transform: uppercase;
}

.woocommerce .shop_table.cart td.actions .cart-collaterals .cart_totals table.table {
	margin: 0 0 30px 0;
}

.woocommerce .shop_table.cart td.actions .cart-collaterals .cart_totals h2 {
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0 25px 0;
	margin: 0;
}

.woocommerce .shop_table.cart td.actions .cart-collaterals .cart_totals th,
.woocommerce .shop_table.cart td.actions .cart-collaterals .cart_totals td {
	padding: 10px 0;
	vertical-align: top;
	color: #000;
	font-size: 12px;
	text-transform: none;
}

.woocommerce .shop_table.cart td.actions .cart-collaterals .cart_totals .cart-subtotal th,
.woocommerce .shop_table.cart td.actions .cart-collaterals .cart_totals .cart-subtotal td {
	padding-top: 25px;
} 

.woocommerce .shop_table.cart td.actions .cart-collaterals .shipping p {
	margin: 11px 0;
}

.wc-proceed-to-checkout {
	display: inline-block;
}

/* Checkout page */

body.woocommerce-checkout .woocommerce-info {
	border: 0;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

body.woocommerce-checkout form.checkout_coupon {
	margin:0 auto 30px auto;
	width: 80%;
}

@media (min-width: 992px) {
	.woocommerce .cart-actions input[name="update_cart"] {
		right: 30px;
		bottom: 30px;
	}
}


/*Rows layout*/
.woocommerce .form-row-first {
    width: 45.4545454545%;
    float: left;
    margin-right: 9.0909090909%;
}
.woocommerce .form-row-last {
    width: 45.4545454545%;
    float: right;
    margin-right: 0;
}

.woocommerce .form-row {
	margin-bottom: 30px;
}

.woocommerce .form-row-wide {
    width: 100%;
}

.woocommerce form.checkout #customer_details {
	padding: 0 30px 0 0;

	float: left;
	width: 60%;
}

.woocommerce form.checkout .order-review-wrapper {
	border: 1px solid #d4d9de;
	padding: 30px;

	float: left;
	width: 40%;
}



body.woocommerce-checkout h2,
body.woocommerce-checkout h3,
.woocommerce form.checkout #customer_details h3,
.woocommerce form.checkout #order_review header.title h3 {
	margin: 0 0 30px 0;
	padding: 0;
	
	position: relative;
}

.woocommerce form.checkout #customer_details .woocommerce-shipping-fields h3 {
	margin-top: 30px;
}

.woocommerce form.checkout #order_review .shop_table {
	font-style: italic;
}

.woocommerce form.checkout #order_review .shop_table th,
.woocommerce form.checkout #order_review .shop_table td {
	padding: 5px 10px 5px 0;
	vertical-align: top;
	text-transform: none;
}

.woocommerce form.checkout #order_review .shop_table th {
	font-weight: bold;
	color: #000;
}

.woocommerce form.checkout #order_review .shop_table tbody {
	border-bottom: 1px solid #d4d9de;
}

.woocommerce form.checkout #order_review .shop_table tfoot tr.cart-subtotal th,
.woocommerce form.checkout #order_review .shop_table tfoot tr.cart-subtotal td {
	padding-top: 30px;
}

.woocommerce form.checkout #order_review .shop_table dl.variation dt {
	color: #737373;
}

.woocommerce form.checkout #order_review table.woocommerce-checkout-review-order-table {
	margin-bottom: 30px;
	width: 100%;
}

.woocommerce form.checkout .woocommerce-checkout-payment {
	border-top: 1px solid #d4d9de;
	padding-top: 20px;
}

.woocommerce form.checkout ul.payment_methods {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce form.checkout ul.payment_methods li {
	padding: 8px 0 0 0;
	font-style: italic;
}

.woocommerce form.checkout ul.payment_methods li p {
	margin: 0;
}

.woocommerce form.checkout ul.payment_methods li label {
	display: inline;

	font-family: "Poppins";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;

	color: #000;
	text-transform: none;
	letter-spacing: 0;
}

.woocommerce form.checkout .place-order #place_order {
	margin-top: 30px;
	border: 0;
}

.woocommerce form.checkout #customer_details .shipping_address {
	padding-top: 10px;
}

.woocommerce form.checkout #customer_details h3#ship-to-different-address:after {
	content: "";
	display: none;
}

.woocommerce form.checkout #customer_details h3#ship-to-different-address {
	margin: 0 0 20px 0;
}

.woocommerce form.checkout #customer_details h3#ship-to-different-address label {
	display: inline-block;
	margin: 0;
}

.woocommerce form.checkout #customer_details h3#ship-to-different-address input[type="checkbox"] {
	margin-top: 19px;
}

/* Account page */

body.woocommerce-account h2,
body.woocommerce-account h3 {
	margin: 0 0 20px 0;
	padding: 0;
}

body.woocommerce-account .myaccount_user,
body.woocommerce-account .myaccount_address,
body.woocommerce-account .my_account_orders {
	margin-bottom: 60px;
}

body.woocommerce-account .address {
	position: relative;
}

body.woocommerce-account .address .edit {
	position: absolute;
	right: 15px;
	top: 0;
}

body.woocommerce-account .shop_table th {
    padding: 0 0 15px 0;
    vertical-align: middle;
}

body.woocommerce-account .shop_table.customer_details th,
body.woocommerce-account .shop_table th[scope="row"] {
	padding: 0;
}

body.woocommerce-account .shop_table td {
	padding: 10px 10px 10px 0;
    color: #000;
    text-transform: none;
    vertical-align: middle;
}

/* Order received page */
body.woocommerce-order-received h2,
body.woocommerce-order-received header.title h3 {
	margin: 0 0 50px 0;
	padding: 0;
}

body.woocommerce-order-received p + h2 {
	margin-top: 40px;
}

body.woocommerce-order-received .order_details,
body.woocommerce-order-received .customer_details {
	margin-bottom: 50px;
}

body.woocommerce-order-received ul.order_details {
	list-style: none;
	margin: 30px 0;
	padding: 0;
	background: #f3f3f3;
}


body.woocommerce-order-received ul.order_details li {
	display: inline-block;
	border-right: 1px solid #d4d9de;
	padding: 15px 30px;
}
@media (min-width: 992px) {
	body.woocommerce-order-received ul.order_details li {
		padding: 30px 60px;
	}
}

body.woocommerce-order-received ul.order_details li strong {
	display: block;
	color: #000;
}

body.woocommerce-order-received ul.order_details li:last-child {
	border: 0;
}

body.woocommerce-order-received .shop_table th,
body.woocommerce-order-received .shop_table td {
	padding: 10px 10px 10px 0;
	vertical-align: top;
	text-transform: none;
	vertical-align: middle;
}

body.woocommerce-order-received .shop_table th.product-name,
body.woocommerce-order-received .shop_table th.product-total {
	padding: 0 0 15px 0;
}


/* Notifiations */

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	padding: 20px 30px;
	border: 2px solid #dee6e9;
	margin: 0 0 30px 0;
	color: #000;
	list-style: none;

	font-style: italic;
}

.woocommerce-message strong,
.woocommerce-error strong,
.woocommerce-info strong {
	font-style: normal;
}

.woocommerce-info {
	border-color:#e2e5e7;
}
.woocommerce-error {
	border-color:#e71111;
}

.woocommerce-message a.button {
	margin-right: 30px;
}

/*Shop styles*/
/*---------------------------------------------*/


ul.products {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    align-items: stretch;
}

.upsells.products ul.products .product {
	flex:1;
}

ul.products .product img {
	max-height: 500px;
	width: auto;
}

ul.products .product .gg-product-image-wrapper {
	background: #f2f2f2;
	margin-bottom: 30px;
	padding: 50px;
	position: relative;
}

ul.products .product .add_to_cart_button {
	position: relative;
}

ul.products .product .add_to_cart_button.product_type_variable {
	padding-left: 25px;
	padding-right: 25px;
}

.product-image .add_to_cart_button:after {
	font-family: 'FontAwesome';
 	display: inline-block;
	width: 0;
	content: "";
	text-align: right;
	font-size: 100%;
	line-height: 1em;
	position: absolute;


	-webkit-transition: all ease-in-out 0.1s;
	-moz-transition: all ease-in-out 0.1s;
	-ms-transition: all ease-in-out 0.1s;
	-o-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;
}

.product-image .add_to_cart_button.loading:after {
  width: 1em;
  
  content: "\f021";
  -webkit-animation-name: spin-360;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
}


.product-image .add_to_cart_button.added:after {
  width: 1em;
  content: "\f00c";
  display: none;
}


/*---------------------------------------------*/


/*Single product - Meta*/
.woocommerce .product_meta {
	float: left;
	width: 100%;
	font-style: italic;
}

.woocommerce .product_meta > span {
	margin-right: 15px;
}


/*Single product - Attributes*/
.woocommerce .shop_attributes {
	width: auto;
	margin: 0;
}

.woocommerce .shop_attributes th,
.woocommerce .shop_attributes td {
	border: 0;
	padding: 5px 0;
	vertical-align: middle;
}

.woocommerce .shop_attributes td p {
	margin: 0;
}

.woocommerce .shop_attributes th {
	position: relative;

	min-width: 150px;
	padding-right: 60px;

	font-size: 14px;
    color: #000;
    font-family: 'Poppins';
    font-weight: bold;
    letter-spacing: -1px;
    font-style: normal;
}

.woocommerce .shop_attributes td {
	font-style: italic;
	padding-left: 60px;
	text-align: left;
}

.woocommerce .shop_attributes th:after {
	content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #dee6e9;
    right: -15px;
    top: 20px;
}

.woocommerce .shop_table.cart th {
    color: #121416;
    font-size: 14px;
    letter-spacing: -1px;
   
    font-weight: bold;
    padding: 15px 30px;
	font-family: Poppins;
    border-bottom: 1px solid #d4d9de;
}

.woocommerce .wc-update-cart {
	display: inline-block;
	margin-right: 30px;
}

#shipping_method input[type="radio"],
.wc_payment_methods input[type="radio"] {
	margin-right: 5px;
}

.wc_payment_methods .about_paypal {
	display: block;
	font-family: "Lora";
	font-weight: normal;
	font-style: italic;
}

.wc_payment_methods img {
	float: right;
    border: 0;
    padding: 0;
    max-height: 50px;
}


.woocommerce-page .addresses .col-1,
.woocommerce-page .addresses .col-2 {
	width: 50%;
	float: left;
}

.woocommerce-page .addresses .col-1 {
	padding-right: 30px;
}
.woocommerce-page .addresses .col-2 {
	padding-left: 30px;
}

/* WC 2.6.1*/

/*Woocommerce my account */
.craftit-woo-my-account {
	overflow: hidden;
	
}
.craftit-woo-my-account h1{
	float: left; 
	font-size: 36px;
	margin: 0;
}
.craftit-woo-my-account .woocommerce-MyAccount-navigation {
	float: left;
	clear: left;
	margin-top: 10px;
	margin-left: -15px;
	margin-right: -15px;
}
@media (min-width: 992px) {
	.craftit-woo-my-account .woocommerce-MyAccount-navigation {
		clear: right; 
		float: right;

		margin-left: 0;
		margin-right: 0;
	}
}

.woocommerce .woocommerce-MyAccount-content{ 
	padding-top: 45px;
}
.woocommerce .woocommerce-MyAccount-content > p:not(.woocommerce-FormRow),
.woocommerce .woocommerce-MyAccount-content > p:not(.form-row) { 
	clear: both;

	color: #737373; 
	font-style: italic;
	font-size: 19px;
	font-family: "Lora"; 
}
.woocommerce .woocommerce-MyAccount-content p a{ 
	color: #121416; 
} 
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	
	padding: 0;
	margin: 0;	
	display: block;
	width: 100%;
	text-align: center;
}

.woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	padding: 5px 15px;
}

.woocommerce-MyAccount-navigation ul li a {
	padding: 0;
	font-size: 14px;
	font-family: Poppins;
    font-weight: bold;
    color: #737373;
	letter-spacing: -1px;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
	color: #000;
}

.woocommerce-MyAccount-orders a.button.view {
	background: transparent;
	border: 0;
	color: #000;
	font-style: normal;
}

.woocommerce-Addresses address {
	font-style: italic;
}

/*In Stock*/

.single-product p.stock {
	font-size: 18px;
    font-style: italic;
    color: #ccc;
}

#reviews #comments ol li .comment_container {
	overflow: hidden;
}
#reviews #comments ol li .comment_container .comment-text{
	float: right;
    width: 650px;
	text-align: left;
}
.social-with-navigation  {
	position: relative; 
	clear: both;
}
.social-with-navigation ul  {
	display: block;
	padding: 0;
	text-align: center;
	margin: 90px auto 30px  auto;
}

.social-with-navigation .product-navigation .fa-long-arrow-left{
	position: absolute; 
	left: 0;
	top:  0;
	margin-top: 5px;
	font-size: 25px;
	color: #d4d9de; 
}

.social-with-navigation .product-navigation .fa-long-arrow-right{
	position: absolute; 
	right: 0;
	top: 0;
	margin-top: 5px;
	font-size: 25px;
	color: #d4d9de; 
}
.social-with-navigation .product-navigation .fa-long-arrow-left:hover,
.social-with-navigation .product-navigation .fa-long-arrow-right:hover{
	color: #000;
}
.social-with-navigation ul li {
display: inline-block;
list-style-type: none;
}

/*cart */
.cart_item .woocommerce-Price-amount {
	color: #737373;
	font-style: italic;
	font-family: Lora; 

	font-weight: normal;
}
.woocommerce .cart-actions {
	border: 1px solid #d4d9de; 
	padding: 15px;
	margin: 15px 0;
	float: left;
	width: 100%;
	position: relative;
}
@media (min-width: 992px) {
	.woocommerce .cart-actions {
		padding: 30px;
		margin: 30px 0;
	}
}

.woocommerce .cart-actions .coupon{
	float: left;
}
@media (min-width: 992px) {
	.woocommerce .cart-actions .coupon{
		width: 70%;
	}
}
.woocommerce .cart-actions .coupon label {
	margin-bottom: 20px;
	font-family: Poppins;
	color: #000;
}

.woocommerce .coupon-inpus #coupon_code {
	font-family: Poppins;
	width: 170px;
	display: inline-block;
	margin-right: 0;
}

@media (min-width: 768px) {
	.woocommerce .coupon-inpus #coupon_code {
		width: 240px;
	}
}


@media (min-width: 992px) {
	.woocommerce .coupon-inpus #coupon_code {
		width: 340px;
		display: inline-block;
		margin-right: 20px;
	}
}

.woocommerce .cart-actions input[name="update_cart"] {
	position: relative;

	float: left;
	clear: both;
	margin-top: 15px;
}

@media (min-width: 768px) {
	.woocommerce .cart-actions input[name="update_cart"] {
		position: absolute;
		right: 15px;
		bottom: 21px;

		margin: 0;
	}
}

@media (min-width: 992px) {
	.woocommerce .cart-actions input[name="update_cart"] {
		right: 30px;
		bottom: 30px;
	}
}

/*cart total */
.woocommerce .cart-collaterals {
	border: 1px solid #d4d9de;
	float: left;
	width: 100%;
}
.woocommerce .cart-collaterals h2{
	font-size: 14px;
	letter-spacing: -1px;
}
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th{
	font-family: Lora;
	font-weight: normal;
	border: 0;
	padding: 0 0 15px 0;
}
.woocommerce .cart-collaterals .cart_totals table td{
	font-weight: normal;
}
.shop_table {
	width: 100%;
}

.shop_table.cart {
	border: 1px solid #d4d9de;
}

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 @media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	.woocommerce-page table.shop_table.cart, 
	.woocommerce-page table.shop_table.cart thead, 
	.woocommerce-page table.shop_table.cart tbody,
	.woocommerce-page table.shop_table.cart tfoot, 
	.woocommerce-page table.shop_table.cart th, 
	.woocommerce-page table.shop_table.cart td, 
	.woocommerce-page table.shop_table.cart tr { 
		display: block; 
	}
 
	.woocommerce-page table.shop_table.cart {
		border: none;
		padding-left: 0;
		padding-right: 0;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.woocommerce-page table.shop_table.cart thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
  
	.woocommerce-page table.shop_table.cart td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}

	.woocommerce-page table.shop_table.cart td.product-thumbnail,
	.woocommerce-page table.shop_table.cart td.product-remove {
		padding-left: 0;
		width: 100%;

		text-align: center;
	}

	.woocommerce-page table.shop_table.cart td.product-quantity .quantity {
		float: none;
		max-width: 110px;
	}
 
	.woocommerce-page table.shop_table.cart td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 13px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
	}
 
	/*
	Label the data
	*/
	.woocommerce-page table.shop_table.cart td:before { content: attr(data-title); }

	.woocommerce-page > table.shop_table.cart > tbody > tr:last-child > td {
		padding-left: 10px;
	}

	.woocommerce-page > table.shop_table.cart > tbody > tr:last-child > td input{
		width: 100% !important;
	}

	.woocommerce .shop_table.cart td.product-remove a {
		margin: 0 auto;
	}

	.woocommerce .shop_table.cart td.actions .coupon {
		float: none;
	}

	.woocommerce .cart-collaterals {
		margin-top: 0;
	}

	.woocommerce .shop_table.cart td.actions {
		float: left;
		width: 100%;
	}

	.woocommerce .shop_table.cart tr.cart_item {
	    border: 1px solid #d4d9de;
	    margin-bottom: 15px;
	}

}

/* WooCommerce 3.0 */
.woocommerce div.product div.images {
    margin-bottom: 2em
}
.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}
.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box
}
.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 30px 0 0 0;
    padding: 0
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

/* Checkout & Cart fix */
.woocommerce form.checkout #customer_details .create-account {
    margin-bottom: 15px;
}

.woocommerce form.checkout #customer_details h3#ship-to-different-address input[type="checkbox"],
.woocommerce form.checkout #customer_details .create-account input[type="checkbox"] {
    margin-left: 0;
    margin-top: 5px;
}

.woocommerce form.checkout #customer_details h3#ship-to-different-address label span,
.woocommerce form.checkout #customer_details .create-account label span {
    padding-left: 20px;
}

.woocommerce-page table.shop_table.cart td.product-thumbnail img {
    max-width: 200px;
}

@media (max-width: 991px) {
    .woocommerce form.checkout #customer_details,
    .woocommerce form.checkout .order-review-wrapper {
        width: 100%;
    }
    .woocommerce form.checkout #customer_details {
        padding: 0;
    }

    .woocommerce .form-row-first,
    .woocommerce .form-row-last {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .woocommerce-page table.shop_table.cart td.product-thumbnail img {
        max-width: 60%;
    }
}