body {	
	font: 14px/24px 'Questrial', sans-serif;
	color: #181818;
	background: #fff;
}

/* Standard Styles Starts */

a { color: #cf662b; }
a:hover, 
a:focus {
	color: #075490;
}
a:focus { outline: none; }

/* Heading Styles Starts */

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-family: 'Oswald', sans-serif;
}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

.font1, 
.main-menu .nav-link {
	font-family: 'Oswald', sans-serif;
}
.font2 {
	font-family: 'Questrial', sans-serif;
}
.font3 {	
	font-family: 'Roboto', sans-serif;
}
.font4 {	
    font-family: 'Roboto Condensed', sans-serif;
}

/* Form & Buttons Styles Starts */

.btn-outline-1 {
	color: #075490;
	background-color: #fff;
	border: 1px solid #d9d9d9;
}
.btn-outline-1:hover, 
.btn-outline-1:focus {
	background-color: #075490;
}
.btn-main {
	background-color: #da692a;
}
.btn-main:hover, 
.btn-main:focus,
.btn-main:active,
.btn-main.active {
	background-color: #075490;
}
.btn-1 {
	background: rgb(11, 108, 184);
	background: linear-gradient(180deg, rgba(11, 108, 184, 1) 0%, rgba(7, 84, 144, 1) 100%);
}
.btn-1:hover, 
.btn-1:focus,
.btn-1:active,
.btn-1.active {
	background: rgb(7, 84, 144, 1);
	background: linear-gradient(180deg, rgba(7, 84, 144, 1) 0%, rgba(11, 108, 184) 100%);
}
.btn-2 {
	background: #ee7a3a;
	background: linear-gradient(180deg, #ee7a3a 0%, #da692a 100%);
}
.btn-2:hover, 
.btn-2:focus, 
.btn-2:active, 
.btn-2.active {
	background: #da692a;
	background: linear-gradient(180deg, #da692a 0%, #ee7a3a 100%);
}
.btn-outline-1:hover, 
.btn-outline-1:focus, 
.btn-outline-1:active, 
.btn-outline-1.active, 
.btn-main, 
.btn-main:hover, 
.btn-main:focus,
.btn-main:active,
.btn-main, 
.btn-1, 
.btn-1:hover, 
.btn-1:focus, 
.btn-1:active, 
.btn-2, 
.btn-2:hover, 
.btn-2:focus, 
.btn-2:active {
	color: #fff;
}

/* Topbar Styles Starts */

.topbar {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #000;
}

/* Header Styles Starts */

.main-header {
	padding-top: 25px;
	padding-bottom: 28px;
}
	.head-icon-1 {
		margin-top: 2px;
		margin-right: 13px;
		width: 38px;
		height: 38px;
		line-height: 36px;
		font-size: 18px;
		text-align: center;
		background: #fff;
		border: 1px solid #e2edf5;
	}
	.head-icon-1.alt {
		font-size: 22px;
	}

/* Search Bar Styles Starts */	

.search-bar {
	padding: 5px;
	border: 1px solid #e2edf5;
}
	.search-bar .form-control {
		padding: 5px 10px 3px 17px;
		height: auto;
		font-size: 14px;
		line-height: normal;
		background: none;
	}
	.search-bar .btn {
		padding: 5px 10px;
		color: #fff;
		font-size: 14px;
		background-color: #075490;
	}
	.search-bar .btn:hover, 
	.search-bar .btn:focus {
		background-color: #da692a;
	}

/* Mini Cart Styles Starts */		

.mini-cart {
	/*padding: 8px 24px;*/
	display: inline-block;
	background-color: #075490;
	border-radius: 35px 35px 35px 35px;
}
.mini-cart:hover {
	background-color: #034272;
}
.mini-cart-fa {
	background-color: #da692a;
}
.mini-cart a:hover, 
.mini-cart a:focus {
	text-decoration: none;
}
.mini-cart-text {
	padding: 8px 25px 8px 35px;
	display: inline-block;
}
.mini-cart-fa {
	padding: 8px 20px 8px 15px;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	border-radius: 0 35px 35px 0;
}

/* Main Menu Styles Starts */

.main-menu {
	margin-bottom: 0;
	padding-bottom: 6px;
	background-color: #075490;
	border-bottom: 3px solid #000;
}
	.main-menu .navbar-toggler {
		margin-top: 8px;
		padding-right: 0;
		color: #fff;
		font-size: 18px;
	}
	.main-menu .navbar-toggler:focus {
		outline: none;
	}
	.main-menu .nav-item {
		position: relative;
		font-size: 14px;
		text-transform: uppercase;
	}
	.main-menu .nav-item:not(:last-child) {
		margin-left: 5px;
	}
		#nav .nav-link {
			padding: 6px 16px 8px;
			color: #fff;
		}
		#nav .nav-item.dropdown > .nav-link {
			-webkit-border-radius: 4px 4px 0 0;
			   -moz-border-radius: 4px 4px 0 0;
					border-radius: 4px 4px 0 0;
		}
		#nav .nav-link, 
		.main-menu .current_page_item {
			-webkit-border-radius: 4px;
			   -moz-border-radius: 4px;
			        border-radius: 4px;
		}
		.main-menu .current_page_item, 
		.main-menu .nav-link:hover, 
		.main-menu .nav-link:focus, 
		.main-menu .navbar-nav > .nav-item:hover > a, 
		.main-menu .navbar-nav > .nav-item.active > a, 
		.main-menu .open .dropdown-menu, 
		.main-menu .dropdown-menu {
			background-color: #da692a;
		}
		.main-menu .nav-link.dropdown-toggle:after {
			display: none;
		}
		.main-menu .open .dropdown-menu, 
		.main-menu .dropdown-menu {
			margin-top: -2px;
			left: 0;
			border: none;
		}
			.main-menu .dropdown-menu > a.dropdown-item {
				padding: 8px 14px;
				color: #fff;
				font-size: 14px;
				text-transform: capitalize;
			}
			.main-menu .dropdown-menu > a.dropdown-item:hover,
			.main-menu .dropdown-menu > a.dropdown-item:focus {
				background-color: #222;
			}
			.main-menu .dropdown-menu > a.dropdown-item.active, 
			.main-menu .dropdown-menu > a.dropdown-item.active:hover, 
			.main-menu .dropdown-menu > a.dropdown-item.active:focus {
				background-color: #075490;
			}
			.main-menu.one .dropdown-menu > a.dropdown-item.active, 
			.main-menu.one .dropdown-menu > a.dropdown-item.active:hover, 
			.main-menu.one .dropdown-menu > a.dropdown-item.active:focus {
				background-color: #3f3f3f;
			}

/* Main Slider Styles Starts */

	#main-slider .carousel-control-prev, 
	#main-slider .carousel-control-next {
		padding: 0;
		top: 35%;
		bottom: auto;
		width: auto;
		height: auto;
		color: #bebebe;
		font-size: 72px;
		opacity: 1;
		text-shadow: none;		
		background: none;
		border: none;
	}
	#main-slider .carousel-control-prev:hover, 
	#main-slider .carousel-control-prev:focus, 
	#main-slider .carousel-control-next:hover, 
	#main-slider .carousel-control-next:focus {
		color: #075490;
	}
	#main-slider .carousel-control-prev {
		left: 3%;
	}
	#main-slider .carousel-control-next {
		right: 3%;
	}

/* Main Container Styles Starts */

.main-container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.main-container.alt {
	padding-top: 90px;
	padding-bottom: 90px;
}
	.content-1 p:not(:last-child) {
		margin-bottom: 25px;
	}

/* Box Styles Starts */

.box-1 {
	margin-bottom: 40px;
	padding: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 6px 2px rgba(80, 80, 80, 0.3);
	   -moz-box-shadow: 0 0 6px 2px rgba(80, 80, 80, 0.3);
	        box-shadow: 0 0 6px 2px rgba(80, 80, 80, 0.3);
}
.box-1:hover {
	-webkit-box-shadow: 0 0 8px 4px rgba(80, 80, 80, 0.4);
	   -moz-box-shadow: 0 0 8px 4px rgba(80, 80, 80, 0.4);
	        box-shadow: 0 0 8px 4px rgba(80, 80, 80, 0.4);	
}
	.box-1-title {
		margin-bottom: 30px;
	}
	.box-1-img-wrap {
		position: relative;
	}
		.box-1-img {
			position: absolute;
			bottom: 0;
		}
	.box-1-btns {
		margin-top: 20px;
		margin-bottom: 10px;
	}
		.box-1-btns .btn {
			padding: 10px 25px;
		}
		.box-1-btns .btn + .btn {
			margin-left: 20px;
		}
		.box-1-btns .btn-outline-1 {
			box-shadow: 2px 4px #b6c3c8;
		}
		.box-1-btns .btn-main {
			box-shadow: 2px 4px #745341;
		}
		.box-1-btns .btn-outline-1:hover {
			box-shadow: 2px 4px #d8d2d2;
		}
		.box-1-btns .btn-main:hover {
			box-shadow: 2px 4px #0b3d64;
		}

.box-2 {
	margin-bottom: 30px;
	padding: 30px;
	border: 1px solid #eff4f8;
}	
.box-2:hover {
	-webkit-box-shadow: 0 0 3px 2px #ebf1f6;
	   -moz-box-shadow: 0 0 3px 2px #ebf1f6;
	        box-shadow: 0 0 3px 2px #ebf1f6;
}	
	.box-2-title {
		margin-bottom: 15px;
	}
	.box-2-code {
		margin-bottom: 24px;
	}

.box-3 {
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #ccc;
}		
	.box-3-title {
		margin-bottom: 15px;
	}

/* Product Image Styles Starts */

.product-img-wrapper {
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 40px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px 2px #eaf1f6;
	   -moz-box-shadow: 0 0 4px 2px #eaf1f6;
	        box-shadow: 0 0 4px 2px #eaf1f6;
}
	.product-thumb-img-list li.list-inline-item {
		margin-top: 10px;
		margin-right: 15px;
	}
		.product-thumb-img-list img {
			padding: 6px;
			background-color: #fff;
			-webkit-box-shadow: 0 0 3px 2px #eaf1f6;
			-moz-box-shadow: 0 0 3px 2px #eaf1f6;
					box-shadow: 0 0 3px 2px #eaf1f6;
		}

/* Product Info Styles Starts */

.product-info-title {
	margin-bottom: 25px;
	line-height: 34px;
}
.product-info-price {
	margin-bottom: 30px;
}
.product-info .hr-1 {
	margin-bottom: 30px;
}
.product-info-sub-title {
	margin-bottom: 20px;
}
.product-info-sub-title span {
	border-bottom: 3px solid #252527;
}

/* WooCommerce Styles Starts */

.woocommerce-product-gallery {
    opacity: 1 !important;
}

/* Woocommerce My Account Page Styles Starts */

.woocommerce form.login, .woocommerce form.register {
	padding: 0;
	border: none;
}

/* Woocmmerce Cart Page Styles Starts */

table.wc-block-cart-items .wc-block-cart-items__header, 
.is-large.wc-block-cart .wc-block-cart__totals-title {
	font-size: 1rem !important;
}

table.wc-block-cart-items .wc-block-cart-items__header span, 
.is-large.wc-block-cart .wc-block-cart__totals-title {
	text-transform: capitalize !important;
}

.wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button, 
.wc-block-components-checkout-place-order-button {
	background: #ee7a3a;
	background: linear-gradient(180deg, #ee7a3a 0%, #da692a 100%);
}
.wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button:hover, 
.wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button:focus, 
.wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button:active, 
.wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button.active, 
.wc-block-components-checkout-place-order-button:hover, 
.wc-block-components-checkout-place-order-button:focus, 
.wc-block-components-checkout-place-order-button:active, 
.wc-block-components-checkout-place-order-button.active {
	background: #da692a;
	background: linear-gradient(180deg, #da692a 0%, #ee7a3a 100%);
}

.wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button, 
.wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button:hover, 
.wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button:focus, 
.wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button:active, 
.wc-block-cart .wc-block-cart__submit-container .wc-block-cart__submit-button.active, 
.wc-block-components-checkout-place-order-button, 
.wc-block-components-checkout-place-order-button:hover, 
.wc-block-components-checkout-place-order-button:focus, 
.wc-block-components-checkout-place-order-button:active, 
.wc-block-components-checkout-place-order-button.active {
	color: #fff;
	text-decoration: none;
}

.wc-block-components-checkout-place-order-button, 
.wc-block-components-checkout-place-order-button:hover, 
.wc-block-components-checkout-place-order-button:focus, 
.wc-block-components-checkout-place-order-button:active, 
.wc-block-components-checkout-place-order-button.active {
	border: none;
	border-radius: 50px;
}

.woocommerce-button.button.view {
	background-color: #075490;
}
.woocommerce-button.button.view:hover, 
.woocommerce-button.button.view:focus, 
.woocommerce-button.button.view:active, 
.woocommerce-button.button.view.active {
	background-color: #da692a;
}
.woocommerce-button.button.view, 
.woocommerce-button.button.view:hover, 
.woocommerce-button.button.view:focus, 
.woocommerce-button.button.view:active, 
.woocommerce-button.button.view.active {
	color: #fff;
}

.woocommerce button, 
.woocommerce a.button, 
.woocommerce input.button {
	background-color: #075490 !important;
}
.woocommerce button:hover, 
.woocommerce a.button:hover, 
.woocommerce input.button:hover, 
.woocommerce button:focus, 
.woocommerce a.button:focus, 
.woocommerce input.button:focus, 
.woocommerce button:active, 
.woocommerce a.button:active, 
.woocommerce input.button:active {
	background-color: #da692a !important;
}
.woocommerce button, 
.woocommerce a.button, 
.woocommerce input.button, 
.woocommerce button:hover, 
.woocommerce a.button:hover, 
.woocommerce input.button:hover, 
.woocommerce button:focus, 
.woocommerce a.button:focus, 
.woocommerce input.button:focus, 
.woocommerce button:active, 
.woocommerce a.button:active, 
.woocommerce input.button:active {
	color: #fff !important;
}

/* WooCommerce Order Page Styles Starts */

.woocommerce ul.order_details {
	padding: 0;
	border: 1px solid #cfc8d8;
}
	.woocommerce ul.order_details li {
		margin: 0;
		padding: 15px 25px;
		text-transform: capitalize;
		border-right-style: solid;
	}
		.woocommerce ul.order_details li strong {
			padding-top: 10px;
		}
		.woocommerce ul.order_details li, 
		.woocommerce ul.order_details li strong {
			font-size: 14px;
		}

	.woocommerce-order-details__title, 
	.woocommerce-column__title, 
	.woocommerce-Address-title.title h2, 
	.woocommerce-MyAccount-content h2 {
		margin-top: 35px;
		margin-bottom: 20px;
		color: #075490;
	}
	.woocommerce-MyAccount-content form h2 {
		margin-top: 0;
	}

	.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
		margin-bottom: 20px;
		border-collapse: collapse;
	}
		.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr > th + th, 
		.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr > th + td, 
		.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr > td + td {
			border-left: 1px solid rgba(0,0,0,.1);
		}

	.woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1 {
		float:left;
		width:48%;
		max-width: 48%;
	}
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {
		float:right;
		width:48%;
		max-width: 48%;
	}
	.woocommerce-address-fields__field-wrapper {
		margin-bottom: 25px;
	}
		.woocommerce-address-fields__field-wrapper .form-row, 
		.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
			flex-direction: column;
		}
	.woocommerce-EditAccountForm.edit-account legend {
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.woocommerce-Button.button {
		margin-top: 20px !important;
	}

	#priceFormModal button {
		background: none !important;
	}
	#priceFormModal button.close {
		color: #222 !important;
	}
	#priceFormModal button.close:hover, 
	#priceFormModal button.close:focus {
		color: #075490;
	}

	.single_add_to_cart_wrap {
		display: flex;
	}
		.single_add_to_cart_wrap .single_add_to_cart_button {
			margin-right: 25px;
		}

/* Footer Styles Starts */

.main-footer {
	padding-top: 40px;
	padding-bottom: 20px;
	background-color: #222;
}
.main-footer, 
.main-footer a {
	color: #9b9b9b;
}
	.foot-col-head {
		margin-bottom: 25px;
		padding-bottom: 15px;
		color: #fff;
		border-bottom: 1px dashed #9b9b9b;
	}
	.foot-col-head.alt {
		padding-bottom: 10px;
	}
	.foot-address li:not(:last-child) {
		margin-bottom: 5px;
	}
	.foot-address li .fa {
		margin-right: 15px;
	}
	.foot-address li .fa-map-marker {
		margin-top: 6px;
		font-size: 18px;
	}
	.foot-address li .fa-phone, 
	.foot-address li .fa-globe {
		font-size: 16px;
	}
	.foot-address li .fa-envelope {
		font-size: 13px;
	}
		.foot-list-1 li {
			margin-bottom: 8px;
		}
		.foot-list-1 li:before {
			content: "\f054";
			margin-right: 6px;
			font-size: 9px;
			vertical-align: top;
		}

/* Copyright Styles Starts */

.copyright {
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #1b1b1b;
}
	.copyright-sm-link {
		font-size: 17px;
	}
	.copyright-sm-link:not(:last-child) {
		margin-right: 20px;
	}
	.copyright, 
	.copyright a {
		color: #9b9b9b;
	}
	.copyright-sm-link:hover, 
	.copyright-sm-link:focus, 
	.copyright a:hover, 
	.copyright a:focus, 
	.foot-address li a:hover, 
	.foot-address li a:focus {
		color: #da692a;
	}
	.copyright-sm-link, 
	.copyright-sm-link a, 
	.foot-list-1 li:hover:before, 
	.foot-list-1 li a:hover, 
	.foot-list-1 li a:focus {
		color: #fff;
	}

/* Form Styles Starts */

.foot-newsletter .form-control {
	margin-bottom: 20px;
	padding: 15px 20px;
	color: #9e9e9e;
	font-size: 13px;
}

.foot-newsletter .form-control, 
.form-control-lite-dark {
	background-color: #2b2b2b;
	border: 1px solid #3c3c3c;
}
.foot-newsletter .form-control:focus, 
.form-control-lite-dark:focus {
	background-color: #1d1d1d;
	border: 1px solid #535353;
}

.foot-newsletter br {
	display: none;
}

.btn-s1 {
	padding: 10px 30px;
	font-size: 13px;
}
.btn-s2 {
	margin-bottom: 10px;
	padding: 10px 20px;
	font-size: 14px;
}
	.btn-s2 .fa {
		margin-right: 13px;
		font-size: 16px;
		vertical-align: text-bottom;
	}

/* List Styles Starts */

.list-style-1, 
.list-style-1-p p {
	line-height: 20px;
}
	.list-style-1-p p {
		display: flex;
	}
	.list-style-1 li:not(:last-child), 
	.list-style-1-p p:not(:last-child) {
		margin-bottom: 10px;
	}
	.list-style-1 li::before, 
	.list-style-1-p p::before {
		content: "\f00c";
		margin-right: 10px;
		color: #075490;
		font-size: 13px;
	}

/* Generic Styles Starts */

.parallax {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.text-weight-thin		 	{ font-weight: 100; }
.text-weight-extra-light	{ font-weight: 200; }
.text-weight-light		 	{ font-weight: 300; }
.text-weight-normal 	 	{ font-weight: 400; }
.text-weight-medium 	 	{ font-weight: 500; }
.text-weight-semi-bold 	 	{ font-weight: 600; }
.text-weight-bold		 	{ font-weight: 700; }
.text-weight-ultra-bold 	{ font-weight: 900; }

.text-color-brand	{ color: #075490; }
.text-color-orange	{ color: #cf662b; }
.text-color-grey	{ color: #616262; }

.hr-1 { border-color: #b8b8b8; }

.img-center {
	margin-left: auto;
	margin-right: auto;
}

#nav .dropdown-item:first-child, 
#nav .dropdown-item:last-child {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.rounded-2 {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.rounded-3 {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.rounded-25, 
.search-bar {
	-webkit-border-radius: 25px;
	   -moz-border-radius: 25px;
	        border-radius: 25px;
}

.no-boxshadow, 
.form-control, 
.form-control:focus, 
.btn:focus {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.font-awesome, 
.list-style-1 li::before, 
.list-style-1-p p::before, 
.foot-list-1 li:before {
	font-family: 'FontAwesome';
	src: url('../font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}

.animation, 
.animation a {
	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
		    transition: all 0.5s ease 0s;
}

.animation-1, 
.animation-1 a {
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
		    transition: all 1s ease;	
}

/* own code thingy starts */
/*
.pdf-varjo-hooveri {
  transition: box-shadow .3s;
  width: 500px;
  height: 500px;
  margin: 50px;
  border-radius:10px;
  border: 1px solid #000;
  background: #000;
  float: left;
  
}
.pdf-varjo-hooveri:hover {
  box-shadow: 0 0 11px rgba(0,0,0,0.5); 
}
*/

/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
	  width: 22%;
	}
	.woocommerce-account .woocommerce-MyAccount-content { 
	  width: 75%;
	}
}

  
/* Style WC Account Endpoint Links */
  nav.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding-left: 0;
	max-width:200px;
	font-size: 17px;
	line-height: 26px;
  }
  nav.woocommerce-MyAccount-navigation ul li {
	padding: 8px 20px;
	background-color: rgba(0,0,0,0.05);
	border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  nav.woocommerce-MyAccount-navigation ul li.is-active {
	background-color: #da692a;
  }
  nav.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #fff; 
	cursor: default;
  }
  nav.woocommerce-MyAccount-navigation ul li.is-active:after {
	content: "";
	height: 0;
	width: 0;
	border-top: 20px solid transparent;
	border-left: 14px solid #da692a;
	border-bottom: 20px solid transparent;
	float: right;
	margin-right: -34px;
	margin-top: -7px;
  }
  nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
	background-color: rgba(0,0,0,0.1);
  }
  nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
	content: "";
	height: 0;
	width: 0;
	border-top: 20px solid transparent;
	border-left: 14px solid rgba(0,0,0,0.1);
	border-bottom: 20px solid transparent;
	float: right;
	margin-right: -34px;
	margin-top: -7px;
  }
  nav.woocommerce-MyAccount-navigation ul li, 
  nav.woocommerce-MyAccount-navigation ul li a {
	color: #222;
  }
  nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover, 
  nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover a {
	color: #da692a;
  }
  nav.woocommerce-MyAccount-navigation ul li, 
  nav.woocommerce-MyAccount-navigation ul li a, 
  nav.woocommerce-MyAccount-navigation ul li a:hover {
	text-decoration: none;
  }


  /* Product Single Page Styles */

  .image-container {
	position: relative;
	width: 200px;
	height: 38px; 
	overflow: hidden;
	text-align: left;
}

.image-container.small {
	width: 150px;
	height: 30px;
	margin-inline: auto;
}

.image-container img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.3s ease;
}

.image-container img.hover-image {
	opacity: 0;
}

.image-container:hover img.default-image {
	opacity: 0;
}

.image-container:hover img.hover-image {
	opacity: 1;
}

.price-big {
	font-size: 24px;
	font-weight: bold;
	color: #c93f34;
}

.strikethrough {
  text-decoration: line-through;
}