.noPadding {
	padding-bottom: 0 !important;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Guardian-EgypTT",Charter,"Charter Bitstream",Cambria,"Noto Serif Light","Droid Serif",Georgia,serif;
}

/* css product */
.price-wrapper {
    font-size: 22px;
}

.product-small.box .price-wrapper del span {
    font-size: 14px;
    color: gray
}

.woocommerce-Price-currencySymbol {
    font-size: unset !important;
    margin-top: unset !important;
    vertical-align: unset !important;
}

p.name.product-title a {
    height: 34px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-family: system-ui;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

a.primary.button.add_to_cart_button {
    border: 1px solid #000;
    color: #000;
    border-radius: 2px;
    line-height: 32px;
    font-size: 14px;
	font-weight: 500;
    width: 100%;
}

a.primary.button.add_to_cart_button:hover {
    background-color: #358cfb;
    color: #fff;
    border-color: #358cfb;
}


/* css footer */
footer#footer {
    background-color: #2f466c;
    padding-top: 30px;
}

.ft-ct, .ft-ct p, .ft-ct a {
    color: #fff;
}

.ft-ct:hover, .ft-ct p:hover, .ft-ct a:hover {
    color: #ddd;
}

.ft-ct p {
    margin-bottom: 8px;
}

.ft-ct p, .ft-ct a {
    font-size: 14px;
}

.ft-ct p:first-child strong {
    font-size: 18px;
	font-family: "Guardian-EgypTT",Charter,"Charter Bitstream",Cambria,"Noto Serif Light","Droid Serif",Georgia,serif;
}

a#top-link {
    background-image: url(/wp-content/uploads/2023/08/webmau16.com-webmau16.com-top.png);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    border: 0;
}

a#top-link i {
    display: none;
}

a#top-link:hover {
    background-color: #358cfb !important;
}

/* css button  */
.off-canvas-cart .button.wc-forward:not(.checkout):not(.checkout-button) {
    border-radius: 5px;
}

#place_order, a.button.wc-forward {
	margin-right: 0 !important;
    border-radius: 3px;
    white-space: nowrap;
    padding: 12px 0;
    display: block;
    font-size: 1.2857rem !important;
    font-weight: 700;
    line-height: 24px;
    box-shadow: 0 4px 6px -2px rgba(35,67,92,.32);
    border: 1px solid rgba(0,0,0,.16)!important;
    background-color: #ff4a3c!important;
}