body.ce-kit-1{color:#151515;font-family:"GoogleSans Display", sans-serif;font-size:16px;font-weight:normal;background-color:#F6F6F6;--ce-widgets-space:32px;}a, .elementor a{color:#151515;}a:hover, .elementor a:hover{color:#151515;}body.ce-kit-1 .container{width:1440px;max-width:100%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}/* Start Custom Fonts CSS */ @font-face {
	font-family: 'GoogleSans Display';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	src: url('/modules/creativeelements/views/fonts/GoogleSansDisplay-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'GoogleSans Display';
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url('/modules/creativeelements/views/fonts/GoogleSansDisplay-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'GoogleSans Display';
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	src: url('/modules/creativeelements/views/fonts/GoogleSansDisplay-Bold.ttf') format('truetype');
}
 /* End Custom Fonts CSS */
/* Start custom CSS for page-settings */.bm-icons {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bm-icons::after {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}
.bm-icon-list::after{
    background-image: url(/img/cms/icons/list.svg);
}
.elementor-cart__title .elementor-button {
    background-color: transparent;
}
.elementor-cart__toggle a.elementor-button:not(#e) {
    color: #818a91
}

.elementor-cart__toggle .elementor-button {
    background: 0 0;
    border-radius: 0;
    border: 1px solid;
    border-color: inherit;
    display: inline-flex;
    align-items: center;
    gap: .5em
}

.elementor-cart--align-icon-right .elementor-cart__toggle .elementor-button {
    flex-direction: row-reverse
}

.elementor-cart__toggle .elementor-button-icon {
    position: relative;
    transition: color .1s
}

.elementor-cart--items-indicator-bubble .elementor-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    top: -.7em;
    right: -.7em;
    border-radius: 100%;
    color: #fff;
    background-color: #d9534f;
    text-align: center;
    font-size: 10px
}

.elementor-cart--empty-indicator-hide .elementor-cart__toggle .elementor-button-icon[data-counter='0']:before {
    content: none;
    display: none
}

.elementor-cart__container {
    transform: scale(1);
    overflow: hidden;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.25);
    transition: background-color .4s,transform
}

.elementor-cart__container .elementor-cart__main {
    transition: .3s;
    position: fixed;
    top: 0;
    width: 350px;
    max-width: 100%;
    right: 0;
    bottom: 0;
    padding: 0 30px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    transform: translateX(0)
}

.elementor-cart__container:not(.elementor-cart--shown) {
    background-color: transparent;
    transform: scale(0);
    transition: background-color .4s,transform 0s .4s
}

.elementor-cart__container:not(.elementor-cart--shown) .elementor-cart__main {
    overflow: hidden;
    opacity: 0;
    transform: translateX(100%)
}

.elementor-cart__main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-size: 14px
}

.elementor-cart__title {
    min-height: 65px;
    font-size: 20px;
    line-height: 60px
}

.elementor-cart__close-button {
    position: absolute;
    font-size: 25px;
    width: 1em;
    height: 1em;
    margin: 20px 0;
    color: #818a91;
    align-self: flex-end;
    transition: color .5s;
    cursor: pointer
}

.elementor-cart__product {
    display: grid;
    grid-template-columns: 25% auto 50px;
    grid-template-rows: 75% auto
}

.elementor-cart__product-image {
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%
}

.elementor-cart__product-image a,.elementor-cart__product-image img {
    display: block
}

.elementor-cart__product-name {
    grid-column-start: 2;
    grid-column-end: 4;
    margin: 0
}

.elementor-cart__product-price {
    align-self: end;
    color: #d4d4d4
}

.elementor-cart__product-price del {
    font-weight: 300
}

.elementor-cart__product-name,.elementor-cart__product-price {
    font-size: 14px;
    padding-left: 20px
}

.elementor-cart__product-remove {
    align-self: center;
    justify-self: end;
    color: #818a91;
    font-size: 21px;
    text-align: center;
    position: relative;
    transition: color .5s
}

.elementor-cart__product-remove>a {
    display: block;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    position: absolute
}

.elementor-cart__product:not(:last-of-type),.elementor-cart__products,.elementor-cart__summary {
    border-bottom: 1px solid #d4d4d4
}

.elementor-cart__footer-buttons,.elementor-cart__product:not(:first-of-type),.elementor-cart__summary {
    padding: 20px 0
}

.elementor-cart__product,.elementor-cart__summary {
    padding-bottom: 20px
}

.elementor-cart__summary-label {
    clear: both;
    float: left
}

.elementor-cart__summary-value {
    float: right
}

.elementor-cart__footer-buttons {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px
}/* End custom CSS */