/** 
 * Main CSS
 * @since 1.0.0
 * @version 1.0.0
*/

body {
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

#global-header .elementor-widget-image-box .elementor-image-box-title a:hover {
	font-weight: normal;
}

#global-header .elementor-menu-cart__toggle .elementor-button {
	padding: 0px;
}

.menu-icon-cart .elementor-menu-cart__toggle_button,
.menu-icon-cart .elementor-menu-cart__toggle_button:hover,
.menu-icon-cart .elementor-menu-cart__toggle_button:focus {
	background-color: transparent;
}

.back-to-category-button.button {
	font-weight: normal!important;
}

/* Elementor Form **/
#form-field-your_message {
	font-family: inherit;
	padding-top: 10px;
}

/** Elementor Container **/
.ssky-full-viewport {
	width: 100vw !important;
}

.ssky-elementor.e-parent {
	width: 90%;
	margin: 0px auto;
}

.ssky-elementor-full-width.e-parent .e-con-boxed {
	width: 90%;
	margin: 0px auto;
}

.ssky-elementor-full-width.e-parent {
	width: 100%;
	margin: 0px auto;
}

.ssky-elementor.e-parent .e-con-inner > .e-con-inner {
  	width: 100%;
}

.e-loop-item .e-parent .e-con-inner {
	width: 100%;
}

/*  Elementor Menu Cart Widget */
.elementor-menu-cart__products .elementor-menu-cart__product {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
	padding: 0px;
}

.elementor-menu-cart__subtotal {
	display: none!important;
}

.elementor-menu-cart__products .elementor-menu-cart__product-price {
	display: none;
}

.elementor-menu-cart__products .elementor-menu-cart__product-image {
    width: 120px;
}

.elementor-menu-cart__products .elementor-menu-cart__product-image a {
	width: 100px;
}

.elementor-menu-cart__products .elementor-menu-cart__product-image img {
    width: 100px;
}

.elementor-menu-cart__products .elementor-menu-cart__product-name {
	padding-inline-start: 0px;
}
