/*
	Theme Name: Theme Gorilla
	Theme URI: https://www.classicspacollection.com
	Description: Custom theme by ThemeGorilla
	Version: 1.0
	Author: Theme Gorilla
	Author URI:
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php

*/

@import url(gorilla-assets/css/gorilla-header-footer.css);
@import url(gorilla-assets/css/gorilla-typography.css);
@import url(gorilla-assets/css/gorilla-woocommerce.css);

a {
	color: #ff6289;
	text-decoration: underline;
	transition: all 400ms;
}

a:hover {
	text-decoration: underline;
}


strong {
	font-weight: 700;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

.color-primary {
	color: #ff6289;
}

.color-secondary {
	color: #033953;
}

.bg-primary {
	background-color: #ff6289;
}

.bg-secondary {
	background-color: #033953;
}

th {
	font-size: 12px;
	font-weight: 700;
	padding: 16px 20px;
	text-transform: uppercase;
}

.section-header {
	padding: 0 0 30px 0;

}



























/* container main banner on homepage */

#container-main-banner {
	position: relative;
}

#container-main-banner .banner-media {
	margin: 0;
}

#container-main-banner .banner figure img {
	height: auto;
	width: 100%;
}

#container-main-banner .banner-content {
	background: #f5f5f5;
	padding: 20px 20px 30px;
}

#container-main-banner .banner-content h1 {
	font-size: 25px;
	font-weight: 700;
	margin: 0;
	text-transform: none;
}

#container-main-banner .banner-content p {
	font-size: 15px;
	line-height: 22px;
	margin: 0 0 10px 0;
}

#container-main-banner .banner-content .button.primary {
	margin: 10px 0;
}

@media (min-width:1280px) {

	#container-main-banner .banner-content {
		background: none;
		bottom: 0;
		left: 0;
		padding: 0;
		position: absolute;
		right: 0;
		top: 0;
		align-items: center;
		display: grid;
		grid-template-columns: 1fr;
		margin: 0 auto;
		width: 1170px;
	}

	#container-main-banner .banner-content .content {
		width: 600px;
	}

	#container-main-banner .banner-content h1 {
		font-size: 35px;
		font-weight: 700;
		line-height: 40px;
		text-transform: none;
	}

	#container-main-banner .banner-content p {
		font-size: 18px;
		line-height: 28px;
	}

	#container-main-banner .banner-content .button {
		margin: 15px 0 0;
		padding: 12px 30px;
	}

	.owl-dots {
		bottom: 50px;
		left: inherit;
		text-align: center;
		position: absolute;
		top: inherit;
		width: 100%;
	}

}























/*





#container-main-banner {
	position: relative;
}

#container-main-banner .banner-media {
	background-color: #c7dbdc;
	text-align: center;
}

#container-main-banner .banner-content {
	background-color: rgba(3, 57, 83, 0.1);
	font-size: 14px;
}

#container-main-banner .banner-content h2 {
	margin: 0;
}

#container-main-banner .banner-content .wrapper-content {
	padding: 30px 0 20px;
}

@media (min-width:1280px) {

	#container-main-banner .banner-media {
		text-align: right;
	}

	#container-main-banner .banner-media img {
		display: inline-block;
		height: 550px;
		vertical-align: top;
		width: auto;
	}

	#container-main-banner .banner-content .wrapper-content {
		padding: 0;
		width: 500px;
	}

	#container-main-banner .banner-content {
		background-color: rgba(3, 57, 83, 0);
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

}



*/



















#section-overview .container-featured-media {
	margin-bottom: 30px;
}

#section-overview {
	padding: 50px 0 0 0;
}

.container-store-info {
	padding: 60px 0 30px;
}

.container-store-info .content-info {
	margin-bottom: 30px;
}

.container-store-info .content-info a {
	border: 3px solid rgba(3, 57, 83, 0.1);
	color: #000;
	display: block;
	padding: 30px;
	text-align: center;
	text-decoration: none;
	transition: 400ms;
}

.container-store-info .content-info a:hover {
	border: 3px solid rgba(3, 57, 83, 0);
	box-shadow: 0 0 30px 1px rgba(255, 98, 137, 0.2);
}

.container-store-info .content-info figure {
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
	width: 90px;
}

.container-store-info .content-info .title,
.container-store-info .content-info .sub-title {
	display: block;
	line-height: 1em;
	text-transform: uppercase;
}

.container-store-info .content-info .title {
	font-size: 18px;
	font-weight: 700;
	padding: 7px 0 3px;
}

.container-store-info .content-info .sub-title {
	font-size: 14px;
	font-weight: 400;
	padding: 3px 0 8px;
}

.list-special {
	list-style-type: none;
	margin-left: 0;
}

.list-special li {
	background: url(assets/images/icons/arrow-right-primary.svg) no-repeat left 4px;
	padding-left: 28px;
}



/* internal pages */






/*

WOOCOMMERCE THEME

01. Shop Page
02. Single Product Page
03. Cart Page
04. User Login and Register Page

*/

/* 01. Shop Page */

.woocommerce-ordering {
	position: relative;
}

.woocommerce-result-count {
	font-size: 12px;
	margin: 0;
	padding: 3px 0 4px;
}

.woocommerce-ordering select {
	box-sizing: border-box;
	font-size: 12px;
	padding: 9px 15px;
	width: 100%;
}

@media (min-width:768px) {

	.woocommerce-result-count {
		margin-bottom: 30px;
	}

	.woocommerce-ordering {
		position: absolute;
		right: 18px;
		top: 42px;
		width: 250px;
	}

}



/* 02. Single Product Page */

.woocommerce-message {
	background-color: rgba(3, 57, 83, 0.05);
	border: 1px dotted rgba(3, 57, 83, 0.1);;
	border-left: 4px solid rgba(3, 57, 83, 1);;
	border-radius: 5px;
	color: rgba(0, 0, 0, 0.90);
	font-size: 13px;
	margin-bottom: 30px ;
	padding: 20px 30px;
	position: relative;
}
.woocommerce-message .button {
	background-color: inherit;
	color: var(--color-primary)
	margin: 0;
	padding: 0;
	position: absolute;
	right: 30px;
	line-height: normal;
	top: 21px;
	text-transform: capitalize;
}

.woocommerce-message .button:hover {
	color: var(--color-primary);
}

.woocommerce-product-gallery,
.summary,
.wc-tabs-wrapper {
	box-sizing: border-box;
}

.woocommerce-product-gallery {
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
	opacity: inherit !important;
}

.woocommerce-product-gallery__trigger {
	display: none !important;
}

.flex-viewport {
	border: 1px solid rgba(0, 0, 0, 0.15);
}


.flex-viewport figure img {
	display: block;
	height: auto;
	width: 100%;
}

.flex-control-nav {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 10px;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

.flex-control-nav li {
	border: 1px solid rgba(0, 0, 0, 0.15);
	cursor: pointer;
}



.summary .variations {
	margin-bottom: 30px;
}

@media (min-width:768px) {

	.woocommerce-product-gallery,
	.summary,
	.wc-tabs-wrapper {
		float: left;
	}

	.woocommerce-product-gallery {
		width: 50%;
	}

	.summary {
		padding-left: 60px;
		width: 50%;
	}

}

.summary .variations .label,
.summary .variations .value {
	display: block;
}

.summary .variations .value {
	position: relative;
}

.summary .reset_variations {
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	right: 0;
	text-decoration: none;
	text-transform: uppercase;
	top: -25px;
}

.summary .product_title {
	border-bottom: 1px solid #ccc;
	font-weight: 600;
	margin: 0 0 20px;
	padding: 16px 0 27px;
}

.summary .price {
	font-size: 26px;
	font-weight: 700;
    padding: 6px 0 7px;
}

.summary .quantity {
	display: block;
	margin-bottom: 20px;
	width: 80px;
}

.summary .quantity input {
	text-align: center;
}

.woocommerce-variation-add-to-cart .button {
	margin: 30px 0 0 16px;
}

.summary .single_add_to_cart_button {
	background: #ff6289;
	display: block;
	font-size: 18px;
	padding: 18px 20px 17px;
	width: 100%;
}

.summary .single_add_to_cart_button:hover {
	background-color: #033953;
}

@media (min-width:480px) {

	.summary .single_add_to_cart_button {
		display: inline-block;
		width: auto;
	}

}

.summary .product_meta {
	font-size: var(--font-size-sm);
	letter-spacing: 0.05em;
	padding-top: 15px;
}

.summary .product_meta .sku_wrapper {
	display: block;
	font-weight: 700;
}

.summary .product_meta .posted_in {
	display: block;
}

.summary .product_meta,
.summary .product_meta a {
}

.wc-tabs-wrapper {
	padding-top: 30px;
	width: 100%;
}

@media (min-width:1024px) {

	.wc-tabs-wrapper .tabs,
	.woocommerce-Tabs-panel {
		width: 600px;
	}

}

.wc-tabs-wrapper .tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.wc-tabs-wrapper .tabs li {
	display: block;
	line-height: normal;
	margin-bottom: 5px;
}

@media (min-width:768px) {

	.wc-tabs-wrapper .tabs li {
		display: inline-block;
		margin-bottom: inherit;
		vertical-align: top;
	}

}

.wc-tabs-wrapper .tabs li a {
	border: 1px solid rgba(3, 57, 83, 0.1);
	color: #033953;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 12px 20px 13px;
	text-decoration: none;
	text-transform: uppercase;
}

.wc-tabs-wrapper .tabs li.active a {
	border: 1px solid rgba(3, 57, 83, 0.5);
	color: #ff6289;
}

.woocommerce-Tabs-panel {
	padding: 30px 0 0 0;
}

/* 03. Cart Page */

.cart-empty {
	text-align: center;
}

.return-to-shop {
	text-align: center;
}

.return-to-shop .button.wc-backward {
	background-color: #ff6289;
}

.return-to-shop .button.wc-backward:hover {
	background-color: #033953;
	color: #fff;
}

.woocommerce-cart-form thead {
	display: none;
}

.woocommerce-cart-form tbody tr.cart_item {
	border: 1px solid rgba(3, 57, 83, 0.2);
	display: block;
	margin-bottom: 50px;
	padding: 25px 30px 20px;
	position: relative;
}

.woocommerce-cart-form tbody tr.cart_item:before,
.woocommerce-cart-form tbody tr.cart_item:after {
	clear: both;
	content: "";
	display: table;
}

.woocommerce-cart-form tbody tr.cart_item:nth-child(even) {
	background-color: rgba(3, 57, 83, 0.05);
}

.woocommerce-cart-form .product-name a {
	color: var(--color-secondary);
    font-size: var(--font-size-regular);
	font-weight: 700;
    line-height: 1.50em;
    margin-bottom: 0;
    padding: 4px 0 5px;
}

.woocommerce-cart-form .product-name dl.variation {
	font-size: var(--font-size-sm);
	line-height: 1.50em;
	padding: 4px 0 5px;
}

.woocommerce-cart-form .product-name dl.variation dt,
.woocommerce-cart-form .product-name dl.variation dd {
}

.woocommerce-cart-form .product-name dl.variation dt {
	font-weight: 700;
	margin-right: 5px;
}

.woocommerce-cart-form .product-name dl.variation dd {
	margin: 0 0 10px 0;
}

.woocommerce-cart-form tbody td {
	display: block;
}

.woocommerce-cart-form tbody .product-remove a {
	background-color: #ff6289;
	border-radius: 12px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	position: absolute;
	right: -10px;
	text-align: center;
	text-decoration: none;
	top: -10px;
	width: 20px;
}

.woocommerce-cart-form tbody .product-remove a:hover {
	background-color: #033953;
}

.woocommerce-cart-form tbody .product-thumbnail {
	display: none;
	width: 100px;
}

@media (min-width:768px) {

	.woocommerce-cart-form tbody tr.cart_item {
		padding-left: 151px;
	}

	.woocommerce-cart-form tbody .product-thumbnail {
		border: 1px solid rgba(3, 57, 83, 0.1);
		display: block;
		left: 30px;
		position: absolute;
		width: 90px;
	}

}

.woocommerce-cart-form tbody .product-name {
	font-size: 18px;
	margin-bottom: 10px;
	padding: 4px 0 5px;
}

.woocommerce-cart-form tbody .product-name a {
	display: block;
	text-decoration: none;
}

.woocommerce-cart-form tbody td.product-price:before,
.woocommerce-cart-form tbody td.product-subtotal:before {
	content: attr(data-title) "";
	display: block;
	font-weight: 700;
	padding: 5px 0 2px;
	text-transform: uppercase;
}

.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-quantity,
.woocommerce-cart-form .product-subtotal {
	box-sizing: border-box;
	float: left;
	font-size: 13px;
	width: 33.333333%;
}

.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal {
	padding: 5px 0 11px;
}

.woocommerce-cart-form .product-quantity {
	display: inline-block;
	padding-top: 5px;
	text-align: center;
	vertical-align: top;
}

.woocommerce-cart-form .product-quantity .quantity{
	display: inline-block;
	padding-top: 6px;
	width: 60px;
}

.woocommerce-cart-form .product-quantity .quantity label {

	display: none;
}

.woocommerce-cart-form .product-quantity .quantity input {
	padding: 8px 0;
	text-align: center;
}

.woocommerce-cart-form tbody td.product-subtotal {
	text-align: right;
}

.woocommerce-cart-form .actions {
	position: relative;
}

@media (min-width:480px) {

	.woocommerce-cart-form .coupon {
		width: 180px;
	}

}

.woocommerce-cart-form .coupon label {
	display: none;
}

.woocommerce-cart-form .coupon button {
	background-color: #033953;
	width: 100%;
}

.woocommerce-cart-form .coupon button:hover {
	background-color: #ff6289;
}

.woocommerce-cart-form .actions > .button[disabled] {
	background-color: rgba(255, 98, 137, 0.2);
	width: 100%;
}

.woocommerce-cart-form .actions > .button {
	background-color: rgba(255, 98, 137, 1);
	margin: 20px 0 0 0;
	width: 100%;
}

@media (min-width:480px) {

	.woocommerce-cart-form .actions > .button {
		position: absolute;
		right: 0;
		margin: 0 !important;
		top: 0;
		width: auto !important;
	}

}

.cart-collaterals {
	font-size: 14px;
	margin-top: 50px;
	text-align: right;
}

.cart-collaterals h2 {
	margin: 0;
	padding: 20px 0;
}

.cart-collaterals .shop_table th {
	display: none;
	background-color: rgba(3, 57, 83, 0.15);
	text-align: left;
}

.cart-collaterals .shop_table tr {
	border-top: 1px dashed rgba(3, 57, 83, 0.5);;
	display: block;
	padding: 15px 0;
}

.cart-collaterals .shop_table tr:last-child {
	border-bottom: 1px dashed rgba(3, 57, 83, 0.5);;
}

.cart-collaterals .shop_table td {
	display: block;
	position: relative;
	text-align: right;
}

.cart-collaterals td:before {
	content: attr(data-title) "";
	display: block;
	font-weight: 700;
	padding: 5px 0 2px;
	text-transform: uppercase;
}

.checkout-button {
	width: 100%;
}

@media (min-width:1024px) {

	.woocommerce-cart-form,
	.cart-collaterals {
		box-sizing: border-box;
	}

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

	.woocommerce-cart-form {
		float: left;
		width: calc(100% - 410px);
	}

	.cart-collaterals {
		float: right;
		margin-top: 0;
		width: 360px;
	}

}

/* 04. Checkout Page */

.woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle {
	border: 1px solid #ccc;
	font-size: 16px;
	font-weight: 600;
	line-height: 2em;
	margin: 0 0 10px 0;
	padding: 10px 20px 18px;
}

@media (min-width:768px)  {

	.woocommerce-form-login-toggle,
	.woocommerce-form-coupon-toggle  {
		padding: 20px 30px;
	}

}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a {
	display: block;
	font-size: 12px;
	line-height: 1em;
	text-decoration: none;
}

.woocommerce-checkout:before,
.woocommerce-checkout:after {
	clear: both;
	content: "";
	display: table;
}

@media (min-width:1024px) {

	#customer_details {
		float: left;
		width: 60%;
	}

	.col-order-review {
		box-sizing: border-box;
		float: left;
		padding-left: 40px;
		width: 40%;
	}

	.woocommerce-billing-fields__field-wrapper {
		clear: both;
		content: "";
	}

	.woocommerce-checkout .form-row {
		margin: 0;
		position: inherit;
	}

	.form-row-first,
	.form-row-last,
	#billing_phone_field,
	#billing_email_field {
		box-sizing: border-box;
		float: left;
		width: 50%;
	}

	.form-row-first,
	#billing_phone_field {
		padding-right: 10px;
	}

	.form-row-last,
	#billing_email_field {
		padding-left: 10px;
	}

}

.woocommerce-checkout-review-order-table thead th {
	display: none;
}

.woocommerce-checkout-review-order-table {
	margin-bottom: 50px;
}


.woocommerce-checkout-review-order-table .cart_item {
	border-top: 1px dashed rgba(3, 57, 83, 0.2);
	display: block;
	padding: 11px 90px 11px 0;
	position: relative;
}

.woocommerce-checkout-review-order-table .cart_item:before,
.woocommerce-checkout-review-order-table .cart_item:after {
	clear: both;
	content: "";
	display: table;
}

.woocommerce-checkout-review-order-table .cart_item:nth-child(even) {
	background-color: rgba(3, 57, 83, 0);
}


.woocommerce-checkout-review-order-table .cart_item {
	font-size: 13px;
}

.woocommerce-checkout-review-order-table .cart_item .product-total {
	position: absolute;
	right: 0px;
	top: 11px;
}

.woocommerce-checkout-review-order-table tbody {
	border-top: 1px dashed rgba(3, 57, 83, 0.2);
}

.woocommerce-checkout-review-order-table tfoot tr:first-child {
	border-top: 1px solid rgba(3, 57, 83, 0.2);
}

.woocommerce-checkout-review-order-table tfoot tr {
	border-bottom: 1px solid rgba(3, 57, 83, 0.2);
}

.woocommerce-checkout-review-order-table tfoot th {
	float: left;
	padding-left: 0;
}

.woocommerce-checkout-review-order-table tfoot td {
	display: block;
	font-size: 18px;
	float: right;
	padding: 12px 0 13px 0;
	text-align: right;
}

.wc_payment_methods {
	border: 1px solid rgba(3, 57, 83, 0.2);
	list-style-type: none;
	margin: 0 0 40px 0;
	padding: 0 20px;
}

.wc_payment_methods .wc_payment_method {
	border-top: 1px dashed rgba(3, 57, 83, 0.2);
	padding-left: 33px;
	position: relative;
}

.wc_payment_methods .wc_payment_method:first-child {
	border-top: none;
}

.wc_payment_methods .wc_payment_method label,
.wc_payment_methods .wc_payment_method .input-radio {
	cursor: pointer;
}

.wc_payment_method .input-radio {
	left: 0;
	position: absolute;
	top: 8px;
}

.wc_payment_method .payment_box p {
	font-size: 12px;
	color: rgba(3, 57, 83, 0.75);
}

.woocommerce-privacy-policy-text {
	margin-bottom: 10px;
}

.place-order button {
	margin-top: 10px;
	background-color: var(--color-primary);
	width: 100%;
}

.place-order button:hover {
	background-color: var(--color-secondary);
}

.woocommerce-privacy-policy-text p {
	font-size: 13px;
	padding: 4px 0;
}

/* 04. User Login and Register Page */

.woocommerce-form-login:lst-child .form-row {
	margin: 0;
	padding: 0;
}

.container-form-login .form-row {
	margin: 0;
	padding: 0;

}

.forgot-password {
	font-size: 14px;
	text-decoration: none;
}

@media (min-width:768px) {

	#customer_login {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 40px;
	}

}

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

.woocommerce-MyAccount-navigation ul {
	background-color: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.1);
	list-style-type: none;
	margin: 0;
	padding: 20px;
}

.woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #ff6289;
}

.woocommerce-MyAccount-navigation a {
	color: #033953;
	display: block;
	font-size: 14px;
	line-height: 1em;
	padding: 13px 0;
	text-decoration: none;
}

@media (min-width:768px) {

	.woocommerce-MyAccount-navigation,
	.woocommerce-MyAccount-content {
		float: left;
		box-sizing: border-box;
	}

	.woocommerce-MyAccount-navigation {
		float: left;
		box-sizing: border-box;
		width: 35%;
	}

	.woocommerce-MyAccount-content {
		padding-left: 40px;
		width: 65%;
	}

}

@media (min-width:1280px) {

	.woocommerce-MyAccount-navigation {
		float: left;
		box-sizing: border-box;
		width: 25%;
	}

	.woocommerce-MyAccount-content {
		padding-left: 40px;
		width: 75%;
	}

}

/* WooCommerce - Page Thank You */

.woocommerce-thankyou-order-received {
	background-color: rgba(65, 184, 0, 0.15);
	border: 1px solid rgba(65, 184, 0, 0.2);
	padding: 13px 20px 12px;
}

.woocommerce-thankyou-order-details {
	list-style-type: none;
	margin: 30px 0 0 0;
	padding: 0;
}

.woocommerce-thankyou-order-details li {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 15px;
}

.woocommerce-thankyou-order-details li strong {
	display: block;
	font-size: 14px;
	font-weight: 400;
}

section .woocommerce-order-details {
	margin-top: 30px;
}

.woocommerce-table--order-details thead th {
	background-color: rgba(0, 0, 0, 0.05);
}

.woocommerce-table__product-name.product-name,
.woocommerce-table--order-details tfoot th {
	text-align: left;
}

.woocommerce-table__product-table.product-total,
.woocommerce-table--order-details tfoot td {
	text-align: right;
}

.woocommerce-table__product-total.product-total {
	text-align: right;
}

.woocommerce-table--order-details tbody {
	font-size: 14px;
}

.woocommerce-table--order-details tbody td,
.woocommerce-table--order-details tfoot td {
	padding: 12px 20px;
}

.woocommerce-table--order-details tbody td a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
}

.woocommerce-table--order-details tfoot {
	font-size: 14px;
}

.woocommerce-table--order-details tfoot tr {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* header widget mini cart */

.widget_shopping_cart {
	background-color: #fff;
	bottom: 0;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	display: none;
	overflow-y: scroll;
	padding: 30px;
	position: fixed;
	right: 0;
	text-align: left;
	top: 0;
	z-index: 1000;
	white-space: nowrap;
	width: 350px;
}

.widget_shopping_cart h3 {
	position: relative;
}

.widget_shopping_cart h3:before {
	background: url(assets/images/icons//icon-close-primary.svg) no-repeat center center;
	background-size: 16px 16px;
	content: "";
	cursor: pointer;
	display: block;
	height: 24px;
	position: absolute;
	right: -4px;
	top: 6px;
	width: 24px;
}

.widget_shopping_cart ul {
	white-space: normal;
}

.widget_shopping_cart ul li {
	display: block;
	min-height: 60px;
	padding: 20px 0;
	position: relative;
}

.widget_shopping_cart ul li .remove_from_cart_button {
	background-color: #ff6289;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	left: -9px;
	line-height: 18px;
	font-weight: 700;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 9px;
	z-index: 20;
	width: 18px;
}

.widget_shopping_cart ul li a img {
	border: 1px solid #ccc;
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 20px;
	width: 60px;
}

.widget_shopping_cart ul li a {
	color: #033953;
	display: block;
	text-decoration: none;
}

.widget_shopping_cart ul li a:hover {
	color: #ff6289;


}

.widget_shopping_cart ul li a,
.widget_shopping_cart ul li .quantity {
	font-size: 14px;
	font-weight: 600;
	padding-left: 75px;
}

.widget_shopping_cart ul li .quantity {
	display: block;
}

.widget_shopping_cart .woocommerce-mini-cart__total {
	text-transform: uppercase;
}

.woocommerce-mini-cart__buttons {
}

.woocommerce-mini-cart__buttons .button {
	display: block;
	margin: 0 0 10px 0;
	width: 100%;
}
