/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/* Reserve item payment method */
#payment > ul > li.wc_payment_method.payment_method_bacs > label {
	font-weight: 900;
    padding: 10px;
    background: yellow;
}
.wc_payment_method.payment_method_bacs {
	margin-top: 10px !important;
}

/* Hide video link attribute from the product table */
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_video {
	display: none !important;
}
/* View Video button on single product pages */
.view-video {
	margin-left: 0px;
	background: #d51919;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.view-video:hover {
	background: #b11515;
	color: #ffffff;
}
.view-video-mobile {
	background: #d51919;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
.view-video-mobile:hover {
	background: #b11515;
	color: #ffffff;
}
/* On mobile */
@media only screen and ( max-width: 450px ) {
	.view-video {
		display: none;
	}
}
@media only screen and ( min-width: 450px ) {
	.view-video-mobile {
		display: none;
	}
}

/* Diamond Tool */
#diamondinstantinventory {
    height: 1500px;
    border: 1px #e6e3e3 solid;
    background: white;
}

/* Product stock amount style */
.in-stock {
    color: #2e3e5b !important;
    font-size: 20px !important;
}

/* Chnage price style */
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_retail-price > td {
	color:red !important;
	font-size: 30px !important;
}

/* Product archive extra labels */
.retail-label {
	color: #808080;
	font-weight: 600;
	color: #333333;
}
.retail-price {
	color: red;
	font-weight: 600;
	font-size: 18px;
}
.sku-label {
	color: #808080;
	font-weight: 600;
	color: #333333;
}
.sku-value {
	color: #808080;
	font-weight: 600;
	color: #333333;
}

/* Fix results spacing on product archive pages */
.woocommerce-result-count {
	margin-right: 20px !important;
}

/* ===== General ===== */

button:hover ,
a.button:hover,
.woocommerce a.button:hover {
    opacity: 0.7;
	 background: #2E3E5B;
    color: #fff;
}

button,
a.button,
.woocommerce a.button {
    transition: all 0.3s;
}

.woocommerce a.button {
    background: #2E3E5B;
    color: #fff;
    border-radius: 0;
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: none;
}

.elementor-button-icon svg {
    width: 20px;
}

/* ===== Homepage ===== */

.home .swiper-wrapper {
    display: flex !important;
}

.home .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #2e3e5b;
    border: 2px solid #2e3e5b;
    opacity: 0.8;
    margin-right: 10px;
}

.home .swiper-pagination {
    margin-top: 60px;
    width: 100%;
    position: unset;
}

.home .swiper-pagination-bullet-active {
    background: #fff;
}

.home div.single-category {
    transition: all 0.5s;
}

.home div.single-category:hover {
    box-shadow: -1px 2px 15px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: -1px 2px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 2px 15px 0px rgba(0,0,0,0.15);
}

.home div.single-category img {
    transition: all .5s;
}

.home div.single-category:hover img {
    transform: scale(1.1);
}

/* ===== Products Archive ===== */

.archive ul.product-categories {
    list-style: none;
    padding-left: 0;
}

.archive ul.children {
    list-style: none;
    padding-left: 20px;
}


.archive li.cat-item a {
    font-family: 'Oxygen';
    color: #2e3e5b;
    font-size: 14px;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
}

.woocommerce .woocommerce-ordering select {
    border-radius: 0;
    font-family: 'Oxygen';
    font-size: 14px;
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0;
}

.home h2.woocommerce-loop-product__title,
.archive h2.woocommerce-loop-product__title {
    min-height: 52px;
}

@media only screen and ( max-width: 1024px ) {
    .archive h2.woocommerce-loop-product__title,
    .single-product h2.woocommerce-loop-product__title  {
        min-height: 70px;
    }
}

/* ===== Product ===== */

.woocommerce .elementor-widget-woocommerce-product-related.elementor-wc-products .products > h2 {
    font-family: 'Roboto';
}

.single-product a.tinvwl_add_to_wishlist_button.tinvwl-icon-custom.icon-black.WishListBtn.tinvwl-position-shortcode {
    display: block;
}

.sinlge-product table.woocommerce-product-attributes.shop_attributes th, 
.single-product table.woocommerce-product-attributes.shop_attributes td p,
.single-product table.woocommerce-product-attributes.shop_attributes tr, 
.single-product table.woocommerce-product-attributes.shop_attributes td {
    font-family: 'Oxygen';
    border: none;
    background: #fff !important;
}

.single-product table.woocommerce-product-attributes.shop_attributes {
    border: none;
}

.single-product table.woocommerce-product-attributes.shop_attributes tr {
    border-bottom: 1px solid lightgray;
    text-align: left;
}

.single-product table.woocommerce-product-attributes.shop_attributes td p {
    text-align: left;
}

.single-product table.woocommerce-product-attributes.shop_attributes tr {
    border-bottom: 1px solid lightgray;
    text-align: left;
}

.single-product.woocommerce table.shop_attributes th {
    background: #fff !important;
}

.single-product.woocommerce table.shop_attributes th,
.single-product.woocommerce table.shop_attributes tr {
    border: none;
}

.single-product.woocommerce table.shop_attributes tr {
    border-bottom: 1px solid lightgray;
}

.single-product.woocommerce table.shop_attributes tr:last-of-type {
    border: none;
}

.single-product.woocommerce table.shop_attributes th {
    width: 190px;
}

/* ===== Cart + Checkout ====== */

.woocommerce-cart,
.woocommerce-checkout {
    font-family: 'Oxygen';
    color: #2e3e5b;
}

span.select2-selection.select2-selection--single {
    min-height: 38px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

tr.woocommerce-cart-form__cart-item.cart_item a {
    color: #000;
}

.woocommerce a.added_to_cart {
    display: block;
    color: #2e3e5b;
}

a.checkout-button.button.alt.wc-forward,
.woocommerce-checkout button#place_order {
    border-radius: 0;
    background-color: #2E3E5B;
}

.woocommerce table.shop_table {
    border-radius: 0;
}

.woocommerce-message {
    border: none;
}

.woocommerce-message::before {
    color: #7693a4;
}

.woocommerce a.remove {
    color: #7693a4 !important;
}

.woocommerce a.remove:hover {
    opacity: 0.7;
    background: none;
    color: #7693a4 !important;
}

tr.woocommerce-cart-form__cart-item.cart_item td {
    border-right: none;
    border-left: none;
    border-bottom: 1px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.woocommerce .quantity .qty {
    border-radius: 0;
    border-color: lightgray;
    padding: 0;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border: none;
}

.woocommerce table.shop_table td.actions {
    border: none;
    padding-top: 70px;
}

input#coupon_code {
    width: 58%;
    border-radius: 0;
    margin-left: 0;
	border: 1px solid lightgray;
}

.woocommerce table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .button {
	width: 35%; 
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: unset;
}

.tinvwl-buttons-group button.button {
    height: unset;
    margin-left: 0;
	font-weight: 400;
    background-color: #2E3E5B;
    color: #fff;
    border-radius: 0;
	border: none;
}

.woocommerce button.button {
    font-weight: 400;
    background-color: #2E3E5B;
    color: #fff;
    border-radius: 0;
    height: 37px;
    margin-left: 10px;
}

.woocommerce button.button:hover {
    background: #2E3E5B;
    color: #fff;
    opacity: 0.7;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    margin-top: 20px;
    width: 100%;
    padding-right: 20px;
    color: #000;
}

.cart_totals h2 {
    color: #2e3e5b;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    color: #000;
}

.woocommerce .cart-collaterals table tbody>tr:nth-child(odd)>th,
.woocommerce .cart-collaterals table tbody>tr:nth-child(odd)>td {
    background-color: #f7f8f7;
}

.cart-collaterals table.shop_table.shop_table_responsive tr,
.cart-collaterals table.shop_table.shop_table_responsive tr th,
.cart-collaterals table.shop_table.shop_table_responsive tr td,
.cart-collaterals table.shop_table.shop_table_responsive {
    border: none;
}

.cart-collaterals table.shop_table.shop_table_responsive th {
    padding-left: 0;
}

.cart-collaterals table.shop_table.shop_table_responsive tr.cart-subtotal th,
.cart-collaterals table.shop_table.shop_table_responsive tr.cart-subtotal td {
    border-bottom: 1px solid lightgray;
}

a.checkout-button.button.alt.wc-forward {
    font-weight: 400;
    font-size: 16px;
    transition: all .3s;
}

a.checkout-button.button.alt.wc-forward:hover {
    opacity: 0.7;
}

form.woocommerce-cart-form {
    float: left;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    float: right;
    background: #f7f8f7;
    padding-left: 20px;
}

button.button[name="update_cart"],
button.button[name="update_cart"]:disabled,
.woocommerce button.button[name="update_cart"]:disabled:hover,
.woocommerce button.button[name="update_cart"]:disabled[disabled]:hover,
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    background-color: transparent;
    text-decoration: underline;
    color: #000;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 20px;
}

button.button[name="update_cart"]:focus,
\button.button[name="update_cart"]:active {
    outline: none;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th {
    font-family: 'Roboto', sans-serif;
}

.woocommerce a.remove {
	width: unset;
	}

.woocommerce table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: flex;
    justify-content: center;
	border-top: none;
}

td.product-thumbnail::before {
    display: none;
}

.woocommerce-cart table.cart img {
	width: 70px;
	height: auto;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: auto;
}

td.woocommerce-table__product-name.product-name a {
    color: black;
}

.woocommerce ul.order_details li {
	padding-top: 20px;
    border-right: unset;
	float:unset;
}

/* ===== Checkout Styles ===== */

.woocommerce-checkout a.showcoupon,
.woocommerce-checkout a.woocommerce-privacy-policy-link {
    color: #2e3e5b;
    text-decoration: underline;
}

.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: #000;
}

.woocommerce div.product.elementor .quantity+.button {
    margin-left: 10px;
    border: solid 1px #2E3E5B;
    background-color: #2E3E5B;
    color: white;
	font-weight: 400;
	border-radius: 0;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: #2E3E5B;
    color: white;
	font-weight: 400;
	border-radius: 0;
    transition: all 0.3s;
}

.woocommerce div.product.elementor .quantity+.button:hover {
	background-color: #2E3E5B;
	color: white;
}

.woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input {
	border: solid 1px #bbbbbb;
    color: black;
	border-radius: 0;
}

.woocommerce .elementor-455 .elementor-element.elementor-element-f9d05a4 .flex-control-thumbs  {
	margin-top: 30px;
}

ol.flex-control-nav.flex-control-thumbs img {
    border: solid 1px #bbbbbb;
}

.woocommerce div.product form.cart .variations select {
    max-width: unset;
    min-width: unset;
	width: 77%;
    padding-right: 200px;
	border-radius: 0;
	border: solid 1px #bbbbbb;
}

.woocommerce table.shop_attributes td {
	padding: 0 0 0 10px;
}

.woocommerce table.shop_attributes {
	width: 80%;
	border: solid 1px #bbbbbb;
    border-right: solid 1px #bbbbbb;
	border-left: solid 1px #bbbbbb;
}

.woocommerce table.shop_attributes td p {
	font-family: 'Oxygen';
    font: caption;
	text-align: center;
}

.singleProductImg {
    max-width: 550px
}

.reset_variations {
    display: none !important;
}

tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_shape {
    background-color: #fdfdfd;
}

.woocommerce div.product form.cart {
    margin-bottom: unset;
}

.elementor-menu-cart__product-name.product-name a {
    color: #000;
}

.elementor-menu-cart__product-name.product-name dl dt,
.elementor-menu-cart__product-name.product-name dl dd {
    font-weight: 400;
    display: inline-block;
    margin: 0;
}

.elementor-menu-cart__subtotal strong {
    font-family: 'Oxygen', sans-serif;
}

.elementor-menu-cart__footer-buttons a.elementor-button.elementor-size-md {
    background-color: #2E3E5B;
    font-weight: 400;
}

.woocommerce-cart button.button[name="update_cart"]:hover {
    background: none;
    color: #000;
    padding-bottom: 0;
    text-decoration: underline;
    opacity: 0.6;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table, 
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table tr, 
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table th,
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead {
    border: none;
}

.woocommerce-cart a.button.wc-backward {
    font-weight: 400;
    color: #fff;
    background: #2E3E5B;
    border-radius: 0;
}

p.form-row.form-row-first,
p.form-row.form-row-last {
    width: 100%;
    float: unset;
}

button.button[name="track"] {
    margin-left: 0;
}

.woocommerce-additional-fields {
    padding-bottom: 52px;
}

.woocommerce-checkout #payment {
    background: #F7F8F7;
	border-radius: 0;
}
.woocommerce-page #payment #place_order {
    margin-left: 0;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    padding-bottom: 50px;
    font-size: 18px;
}

/* ===== Header ===== */

.dropbtn {
    border: none;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
}

.accountList {
    position: relative;
    font-size: 16px;
    font-family: "Oxygen", Sans-serif;
    font-weight: 400;
    margin-left: auto;
    margin-right: 0;
    text-align: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 135px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 12px;
}
  
.dropdown-content a:hover {
    background-color: #ddd;
}
  
.accountList:hover .dropdown-content {
    display: block;
}
  
button.dropbtn:hover svg path {
    fill: #D49979;
}

.accountList .dropbtn:hover {
    background: #fff;
}

#header-search-icon {
    cursor: pointer;
}

.elementor-sticky--active ul#ubermenu-nav-main-19 {
    padding-top: 6px;
}

div#header-searchbox {
    position: absolute;
    top: 10px;
    z-index: 9;
}

#mobile-searchbox {
    display: none;
}

.wishlisticon a.alg-wc-wl-widget-link {
    display: block;
    margin: 0 auto;
    width: 16px;
}

.wishlisticon .fas {
    color:#7693A4;
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    top: 64px !important;
}

ul.sub-menu {
    min-width: 200px !important;
}

a.wishlist_products_counter.top_wishlist-black:before {
	color: #7693A4;
}

.WishlistBtn {
	text-align: center;
	font-size: 18px;
}

.elementor-sticky--effects.sticky-logo .sticky-logo img {
	width: 125px!important
}

.sticky-logo img {
	transition: all 0.5s;
}

.elementor-widget-wrap>.elementor-element#header-searchbox {
    position: absolute;
    top: 30px;
    width: 50%;
    right: 0;
    display: none;
}

a.wishlist_products_counter.top_wishlist-custom img {
    width: 20px !important;
    max-width: unset;
    max-height: unset;
}

span.tinvwl_add_to_wishlist-text {
    font-family: 'Oxygen';
    color: #2E3E5B;
}

span.tinvwl_add_to_wishlist-text:hover {
    opacity: 0.7;
}

button#login-icon-btn-logged_out a img {
    width: 20px;
    height: auto;
}

form.woocommerce-product-search {
    max-width: 225px;
    margin-right: 0;
    margin-lefT: auto;
}

input#woocommerce-product-search-field-0 {
    background-color: transparent;
    color: #EFEFEF;
    border: none;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    padding-bottom: 2px;
    border-radius: 0;
    padding-right: 0;
    padding-left: 8px;
}

input#woocommerce-product-search-field-0::placeholder {
    color: #fff;
}

form.woocommerce-product-search button {
    border: none;
    position: absolute;
    right: -13px;
    color: #fff;
    outline: none;
}

form.woocommerce-product-search button:hover {
    background: transparent;
}

/* ==== Search ====*/
.woocommerce nav.woocommerce-pagination ul li a {
	color: black;
}

/* ===== Pop Up Styles ===== */

#signup-btn {
    color: #d49979;
    border-color: white;
    font-size:16px;
    font-weight: 700;
    width:100%;
    display: block;
    margin: o auto;
    background: #fff;
    outline: none;
}
    
#signup-btn:foucs {
    outline: none;
}

#createaccount {
    display: none;
}

#signupTitle {
	display: none;
}

#createaccount form .elementor-field-type-acceptance input {
	vertical-align: middle;
}

a.wishlist_products_counter.top_wishlist-black:hover::before {
    color: #d49979;
}

a.wishlist_products_counter.top_wishlist-black::before {
    font-size: 26px;
}

.accountList button.dropbtn path {
    fill: #7693A4;
}

a#elementor-menu-cart__toggle_button i {
    font-size: 20px;
}

a#elementor-menu-cart__toggle_button:hover i {
    color: #d49979;
}

button.dropbtn:focus {
    background: transparent;
    outline: none;
}

/* ===== Sale ===== */

.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
	display: none;
}

.elementor-492 .elementor-element.elementor-element-0926d36.elementor-wc-products ul.products li.product span.onsale {
    display: none;
}

.elementor-455 .elementor-element.elementor-element-33406b7.elementor-wc-products ul.products li.product span.onsale {
    display: none;
}


/* ===== Lost Password ===== */

form.woocommerce-ResetPassword.lost_reset_password {
    text-align: center;
    color: black;
    padding-top: 30px;
    padding-bottom: 60px;
}

form.woocommerce-ResetPassword.lost_reset_password button.button {
	color: white;
	background-color: #2E3E5B;
	font-size: 16px;
	text-transform: uppercase;
}

.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row-first,
.woocommerce-page form.woocommerce-ResetPassword.lost_reset_password .form-row-first {
	float:unset;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row label {
    line-height: 3;
}

.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row input.input-text {
	width: 70%;
}

/* ===== My Account ===== */

.woocommerce-account .woocommerce-MyAccount-content {
	color: black;
}

.woocommerce-MyAccount-content p:first-of-type {
	text-align: left;
    line-height: 2;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: grey;
    font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation a.nav-item {
	border: solid 1px white;
    padding: 15px;
    display: block;
    margin-bottom: 10px;
    background-color: #f7f6f6;
    color: black;
	text-align: left;
}

a.nav-item.woocommerce-MyAccount-navigation-link.is-active {
    background-color: #2E3E5B;
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation a.nav-item:hover {
	opacity: 2;
    transition: 0.3s;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	padding-bottom: 60px;
}

.woocommerce-account .woocommerce-MyAccount-content button.woocommerce-Button.button {
	margin-left: 5px;
	color: white;
    background-color: #2E3E5B;
    font-weight: 400;
}

.myaccount-btn {
	display: block;
	margin-bottom: 30px;
}

#headerLogin .elementor-field-group.elementor-column.elementor-col-100 {
    font-size: 18px;
}

a.woocommerce-Button.button {
    background-color: #2E3E5B;
    color: #fff;
    font-weight: 400;
    font-family: 'Oxygen';
    font-size: 16px;
    border-radius: 0;
}

a#elementor-menu-cart__toggle_button {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../svg/002-shopping-bag.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

a#elementor-menu-cart__toggle_button span.elementor-button-icon {
    display: none;
}

.woocommerce-info {
    border-top: none;
}

.woocommerce-info::before {
    color: #7693a4;
}

form.woocommerce-EditAccountForm.edit-account label {
    font-size: 14px;
}

.woocommerce-account .addresses .title h3 {
    float: unset;
}

.woocommerce-account .addresses .title .edit {
    float: unset;
}

address {
    font-style: normal;
}

form.woocommerce-EditAccountForm.edit-account input {
    border-radius: 0;
    border-color: lightgray;
    padding: 10px;
}

.woocommerce form .form-row .required {
    color: #7693a4;
}

form.woocommerce-EditAccountForm.edit-account em {
    font-size: 14px;
}

form.woocommerce-EditAccountForm.edit-account > p {
    margin-bottom: 20px;
}

form.woocommerce-EditAccountForm.edit-account fieldset {
    border: none;
    padding-left: 3px;
}

form.woocommerce-EditAccountForm.edit-account fieldset p {
    padding-left: 0;
}

form.woocommerce-EditAccountForm.edit-account fieldset legend {
    font-weight: 700;
    margin-top: 30px;
}

a.woocommerce-button.button.view {
    text-decoration: underline;
	background-color: white;
	color: black;
}


/* ===== Wish List ===== */

.WishListBtn .woocommerce a.button {
	border-radius: 0;
	color: white;
    background-color: #2E3E5B;
    font-weight: 400;
}

.WishListBtn .woocommerce button.button.alt {
	background-color: #2E3E5B;
    font-size: 16px;
	border-radius: 0;
	margin: 0;
}

.WishListBtn .woocommerce button.button {
	background-color: #2E3E5B;
    font-size: 16px;
	color: white;
	border-radius: 0;
}

.WishListBtn a {
	color: black;
}

.WishListBtn tr.wishlist_item {
    border-bottom: 1px solid #ccc;
}

.WishListBtn .tinv-wishlist table td {
	border: none;
}

.WishListBtn .tinv-wishlist .social-buttons li a.social.dark {
	color: #7693A4;
}

.WishListBtn .tinv-wishlist .social-buttons li a.social.dark:hover {
	color: #D49979;
}

table.tinvwl-table-manage-list thead {
    border-bottom: none;
}

.WishListBtn table.tinvwl-table-manage-list thead tr th {
    border: none;
}

table tbody>tr:nth-child(odd)>td {
	background-color: #fff;
	line-height: 1;
}

.tinv-wishlist table.tinvwl-table-manage-list tbody td:not(:last-child) {
	padding: 8px;
}

a.woocommerce-Button.button {
    background-color: #2E3E5B;
    color: #fff;
    font-weight: 400;
    font-family: 'Oxygen';
    font-size: 16px;
    border-radius: 0;
}

.woocommerce-error::before {
	display: none;
}

.tinv-wishlist ul {
	margin-bottom: 32px;
}

.tinv-wishlist table thead th .tinvwl-mobile {
	display: none;
}

.tinv-wishlist .social-buttons>span {
	margin-bottom: 32px;
}

.tinvwl-input-group .form-control {
	border-radius: 0;
}

a.elementor-icon.elementor-social-icon:first-of-type {
    padding-left: 0;
    display: block;
}

ul.products li.product .tinvwl_add_to_wishlist_button:hover {
    text-decoration: underline;
}

a.tinvwl_add_to_wishlist_button.tinvwl-icon-custom.icon-black.tinvwl-position-after.tinvwl-loop {
    display: block;
}

.underline-item span{
	text-decoration: underline;
}

@media only screen and ( min-width: 1024px ) {
	#footer_newsletter > div.elementor-form-fields-wrapper {
		display: flex;
	}

	#footer_newsletter > div.elementor-form-fields-wrapper .elementor-field-type-email {
		width: 70%;
	}
	
 	#header-searchbox {
		display: none;
	}
    
    ul.sub-menu {
        max-width: unset !important;
        width: 100% !important;
        left: 0;
        margin-left: 0 !important;
        z-index: 10;
    }
    
    .elementor-nav-menu li {
        position: initial
    }

    .wishlisticon a.alg-wc-wl-widget-link {
        display: initial;
        margin: initial;
        width: initial;
    }

    .accountList {
        float: right;
        text-align: initial;
    }
	
	.WishListBtn .tinv-wishlist table td {
		padding: 30px 15px 30px 15px;
	}
	
	.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 30%;
	}
	
	form.woocommerce-cart-form {
    width: calc(100% - 30% - 50px);
	}
	
	input#coupon_code {
    border: none;
    border-bottom: 1px solid lightgray;
    width: 200px;
	}
	
	.woocommerce table.shop_table td.actions {
		padding-left: 0;
	}
	
	
	.woocommerce a.remove {
		width: 1em;
	}
	
	.woocommerce table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display: block;
		justify-content: unset;
		border-top: 1px solid #e7e8e7;
	}
	
	.woocommerce ul.order_details li {
		padding-top: unset;
		border-right: 1px dashed #d3ced2;
		float: left;
	}	
	
	.woocommerce form .form-row-first, 
	.woocommerce-page form .form-row-first {
		float: left;
		width: 47%;
	}
	
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-last {
		float: right;
		width: 47%;
	}
	
	table.tinvwl-table-manage-list thead {
    	border-bottom: 1px solid #ccc;
	}

    .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
        z-index: 1 !important;
    }
	
	.woocommerce-account .woocommerce-MyAccount-content {
		padding-left: 60px;
	}

    .ubermenu-submenu > .ubermenu-item > .ubermenu-target-with-image > span.ubermenu-target-title {
        font-size: 42px;
        margin-top: .5rem;
        font-weight: 400;
        line-height: 1;
    }

    a.custom-a-sub-menu {
        color: #2E3E5B;
        text-decoration: underline;
        font-size: 16px;
    }

    p.custom-p-sub-menu {
        font-size: 16px;
        color: #2E3E5B;
    }

    .ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop {
        padding-left: calc((100% - 1280px)/2);
        padding-right: calc((100% - 1280px)/2);
        padding-bottom: 60px;
    }

    .ubermenu .ubermenu-nav .ubermenu-column-1-4 {
        margin-right: 5%;
    }
    
}






