@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:ital,wght@0,400..700;1,400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    src: url(https://example.com/material-symbols.woff) format('woff');
}

body,
p,
li {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
    font-size: 15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Ibarra Real Nova", serif;
}



.top-header > .site-branding {
    margin-top: 0 !important;
}

.site-logo .custom-logo {
    max-width: 200px !important;
}

.social-icn a {
    background: #9d9d9d;
    border-radius: 5px;
}

.site-header {
    max-width: 100%;
    padding: 0;
    background: #f7f7f7;
    gap: 0;
}

.top-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.site-main {
    padding-top: 0;
    padding-bottom: 0;
}

.site-main > * {
    margin-top: 0;
    margin-bottom: 0;
}

.primary-navigation .primary-menu-container {
    margin-right: 0;
    margin-left: 0;
}

.site-branding {
    display: flex;
    align-items: center;
}

.site-branding:last-child {
    width: auto;
}

.site-header .primary-navigation {
    width: 100%;
    padding: 10px 15px;
    background: #0a2a43;
}

.site-header .primary-navigation a {
    color: #fff;
}

.site-footer {
    max-width: 100%;
    background: #0a2a43;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0 !important;
}

.site-footer > div {
    z-index: 2;
    position: relative;
    color: #fff;
}

.site-footer > div a {
    color: #fff !important;
    text-decoration: none;
}

.site-footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(assets/images/foot-bot-img.webp) no-repeat;
    opacity: 0.1;
    z-index: 1;
    background-size: cover;
}

.copy-right {
    text-align: center;
    margin-bottom: 3px;
    margin-bottom: 0;
    border-top: 1px solid #898989;
    padding-top: 30px;
}



.hd-phone-no p {
    background: url(assets/images/call-ico.webp) no-repeat;
    padding-left: 25px;
    font-size: 18px;
}

.hd-phone-no p a {
    text-decoration: none;
    color: #0a2a43;
}

.site-footer h4,
.site-footer .widget h4 {
    font-size: 1.7rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.home .entry-content > div {
    padding: 0;
    margin: 0;
}

.home .entry-content > div.hom-bottom,
.home .entry-content > div.hom-top {
    padding: 100px 0;
}

.hom-lft,
.hom-rt {
    height: 100vh;
    justify-content: flex-end !important;
}

.hom-lft h2,
.hom-rt h2 {
    font-size: 80px;
    padding: 20px;
    max-width: 450px;
    width: 100% !important;
}

.sectitle {
    font-size: 80px;
}

.uagb-modal-wrapper .uagb-modal-trigger {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #ffffff30;
}

.uagb-modal-popup-content figure {
    line-height: 0;
    margin: 0;
}

.uagb-modal-popup-wrap .uagb-modal-popup-close {
    top: 0 !important;
    right: 0 !important;
}

textarea,
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #edeef2 !important;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 15px;
}

select {
    border: 1px solid #edeef2 !important;
    padding: 10px;
    font-size: 15px;
}

.woocommerce-ordering select {
    padding: 5px;

}

input[type="checkbox"],
input[type="radio"] {
    border: 1px solid #edeef2 !important;
    width: 15px;
    height: 15px;
}

.foot-form-wrap {
    color: #fff;
    background: #0a2a43;
    padding: 100px 0;
    position: relative;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0;
}

.foot-form-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(assets/images/foot-top-img.webp) no-repeat;
    opacity: 0.5;
    z-index: 1;
    background-size: cover;
}

.foot-form-wrap > div {
    z-index: 2;
    position: relative;
    color: #fff;
}

.foot-form-wrap input[type="email"],
.foot-form-wrap input[type="text"] {
    background: #898989;
    border: 1px solid #fff !important;
    color: #fff;
}

.foot-form-wrap .form-btn {
    text-align: right;
}

.wpcf7-spinner {
    position: absolute;
}

.form-btn input[type="submit"] {
    background: #7a0e24 !important;
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    border: none;
}

.foot-form {
    max-width: 800px;
    margin: 0 auto;
}

.foot-form-wrap ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.foot-form-wrap ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}



.foot-form-wrap :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.foot-form-wrap :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

input[type="checkbox"]::after {
    width: 6px;
    height: 11px;
    left: 4px;
    top: 0px;
    border: 2px solid #7a0e24;
    border-top: 0;
    border-left: 0;
}

.foot-form-wrap label {
    font-size: 15px;
    font-weight: 400;
}

.site-branding > div {
    margin: 0 10px;
}

.site-header .primary-navigation a {
    padding: 5px 10px !important;
    text-transform: uppercase;
    font-size: 15px;
}

.primary-navigation .primary-menu-container > ul > .menu-item:hover > a,
.primary-navigation .primary-menu-container > ul > li.current-menu-item > a {
    text-decoration: none !important;
    background: #7a0e24;
}

.primary-navigation .primary-menu-container .sub-menu li.current-menu-item > a {
    text-decoration: none !important;
    color: #7a0e24;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    height: 28px;
    width: 15px;
}

.primary-navigation > div > .menu-wrapper .sub-menu-toggle:focus {
    outline: none;
}

.singular h1.entry-title,
.woocommerce div.product .product_title,
.page-title {
    color: #7a0e24;
    font-size: 40px;
    font-weight: 600;

}

.wc-block-grid__product.wc-block-grid__product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    border: 1px solid #9f9f9f;
    text-align: center;
    background: #eee;
    padding-bottom: 10px;
}

.wc-block-grid__product .wc-block-grid__product-title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 700;
    padding: 5px 5px 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    height: 38px;
}

.wc-block-grid__product a {
    text-decoration: none;
}

.woocommerce ul.products li.product .price {
    font-size: 16px;
    color: #7a0e24;
    font-weight: 700;
    padding: 5px;
}

.wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product {
    flex: 1 0 22.05%;
    max-width: 22.05%;
    margin: 0 3.8% 0 0;
}

.wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product:last-child {
    margin: 0
}

.wc-block-grid__product .wp-block-button.wc-block-grid__product-add-to-cart a,
.wc-block-components-button,
.single_add_to_cart_button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce ul.products li.product .button {
    background: #0a2a43 !important;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
}

.wc-block-grid__product .wp-block-button.wc-block-grid__product-add-to-cart a:hover,
.wc-block-components-button:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.single_add_to_cart_button:hover,
.woocommerce ul.products li.product .button:hover {
    background: #0d4470 !important;
    color: #fff !important;
    border: none;
}

.wc-block-grid__product .wp-block-button.wc-block-grid__product-add-to-cart a {
    padding: .4em 1em;
}

.shop-sidebar h3 {
    font-family: "Open Sans", sans-serif;
    background: #eeeeee;
    color: #0a2a43;
    padding: 10px;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    background-color: #0a2a43 !important;
}

.shop-sidebar .wc-block-product-filter-checkbox-list__items > div {
    margin-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
}

.shop-sidebar label {
    font-size: 15px;
    font-weight: 400;
}

#review_form_wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: #eee;
    padding: 15px;
}

.comment-form .comment-form-cookies-consent > label,
.comment-form .comment-notes {
    font-size: 15px;
}

.shop-sidebar h2.wp-block-heading {
    display: none;
}

.summary .amount {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

.woocommerce .quantity .qty {
    border-radius: 2px;
    padding: 3px;
    height: auto;
}

.summary .product_meta a {
    text-decoration: none;
    color: #5b5a5a;
}

.shop-banner {
    background: url(assets/images/Shopbanner.webp) no-repeat;
    background-size: cover;
    padding: 30px 15px;
    margin-bottom: 15px;
}

.shop-banner section {
    background: #fff;
    padding: 10px 15px 5px;
    border-radius: 10px;
}

.shop-banner .wp-block-columns {
    width: 100%;
    align-items: center !important;
}

.shop-banner .joinus {
    color: #7a0e24
}

.shop-banner .joinus h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}

.shop-banner .joinus h2 {
    font-size: 50px;
    margin: 0;
    line-height: 52px;
}

#joinus-txt p {
    color: #0d4470;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}


.join-btn a {
    background: #7a0e24 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    text-transform: uppercase;
    font-size: 16px !important;
    margin-bottom: 10px;
    border: none;
}

.join-btn a:hover {
    background: #ab0c2c !important;
    color: #fff !important;
}

#wpgs-gallery.wcgs-woocommerce-product-gallery {
    border: 1px solid #eee;
    padding-bottom: 5px;
}

#wpgs-gallery .wcgs-thumb.spswiper-slide:hover img,
#wpgs-gallery .wcgs-thumb.spswiper-slide-thumb-active.wcgs-thumb:hover img,
#wpgs-gallery .wcgs-thumb.spswiper-slide-thumb-active.wcgs-thumb img {
    border: 2px solid #7a0e24;
}

.woocommerce-tabs .wc-tab > * {
    max-width: 100% !important;
}

.related.products h2,
.woocommerce-tabs h2 {
    color: #7a0e24;
}

.related.products h2 {
    margin-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
}

.comment-reply-title {
    font-size: 20px;
    color: #0d4470;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #0d4470;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 500;
    color: #a3a2a2;
}

.woocommerce .star-rating,
.woocommerce p.stars a {
    color: #fbb204;
}

.woocommerce #review_form #respond p {
    margin-right: 10px;
}

.comment-form-cookies-consent input {
    margin-top: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 1em;
}

.woocommerce ul.products li.product .star-rating {
    margin: 5px auto;
}

.woocommerce-breadcrumb a {
    text-decoration: none;
}

.woocommerce-breadcrumb {
    color: #3c3b3b !important;
}

.wp-block-woocommerce-product-filter-rating svg {
    color: #fbb204;
}

.wc-block-product-filter-price-slider .text input[type="text"] {
    max-width: 70px !important;
    padding: 3px !important;
    height: auto !important;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    font-size: 13px;
    background: #ccc;
    padding: 5px;
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 2px;
}

#wps-slider-section .wps-preloader {
    z-index: 5 !important;
}

#wps-slider-section.wps-slider-section-181 {
    padding: 45px 0;
}

.hm-shop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9;
}

.hm-shop a {
    background: #ffffff40;
    color: #fff;
    text-transform: uppercase;
    border-radius: 100px;
    text-decoration: none;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    /*display: block;*/
    justify-content: center;
    font-weight: 600;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.96) 0px 0px 8px 0px !important;
    border: 1px solid #fff;
}

.hm-shop a:hover {
    background: #7a0e24;
    border: 1px solid #7a0e24;
}

.sub-menu-toggle svg {
    display: none;
}

.icon-minus::before {
    content: "\f106";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: #fff;
    font-size: 9px;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a {
    font-size: 16px;
    padding: 5px 12px 5px 10px !important;
}

.primary-navigation > div > .menu-wrapper li {
    padding: 2px;
}

.icon-plus::before {
    content: "\f107";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: #fff;
    font-size: 9px;
}

.primary-navigation .sub-menu {
    border: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    width: 200px;
}

.sub-menu li a {
    font-size: 14px !important;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}

.primary-navigation .sub-menu:before,
.primary-navigation .sub-menu:after {
    display: none !important;
}

.primary-navigation .sub-menu a {
    color: #000;
    padding: 12px 10px !important;
    text-decoration: none;
}

.primary-navigation .sub-menu a:hover {
    background: #eeeeee
}

.primary-navigation .sub-menu {
    border: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    width: 200px;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle {
    margin-left: 0;
    position: absolute;
    right: -1px;
}

.aws-container .aws-search-form .aws-form-btn {
    background: #7a0e24 !important;
    border: 1px solid #7a0e24 !important;
}

.aws-container .aws-search-form .aws-search-btn svg {
    color: #fff;
}

.aws-search-result .aws_result_title {
    color: #7a0e24;
    font-weight: 600;
    font-size: 14px;
}

.aws-search-result .aws_result_price {
    font-weight: 700;
    font-size: 18px;
}

.aws-search-result .aws_result_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    font-size: 13px;
    margin: 5px 0;
    display: none;
}

.aws-search-result .aws_search_more a {
    color: #fff;
    background: #0a2a43;
    font-size: 14px;
}

.aws-search-result .aws_search_more a:hover {
    background: #0f4570;
}

.hm-product-slider {
    padding: 15px !important;
    background: #eee;
}

.hm-product-slider .wpsf-product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px
}

#wps-slider-section.wps-slider-section .wpsp-nav i.fa {
    justify-content: center;
    color: #fff;
}

.sp-wps-product-details {
    background: #0a2a43;
    color: #fff;
}

#wps-slider-section .wpsf-product-title a {
    color: #fff !important;
}

#wps-slider-section .wps-product-section .wpsp-nav {
    background-color: #00000047 !important;
    position: absolute;
    top: 50%;
}

#wps-slider-section .wps-product-section .swiper-button-prev {
    left: 0;
}

#wps-slider-section #sp-woo-product-slider-181.wps-product-section .wpsp-nav:hover {

    background-color: #444444 !important;
}

.wpsf-product.swiper-slide .wps-product-data {
    margin-bottom: 2px;
}

.wc-block-mini-cart__button {
    background: #0a2a43 !important;
    border-radius: 30px;
}

.wc-block-mini-cart__button:hover {
    color: #fff !important;
    background: #0e4672 !important;
}

.header-right .wp-block-woocommerce-customer-account a {
    background: #00ff93;
    border-radius: 20px;
    font-size: 14px;
    padding: 6px 15px 6px 10px;
}

.header-right .wp-block-woocommerce-customer-account a:hover {
    text-decoration: none !important;
    background: #86ffcc;
}

.woocommerce-message {
    border-top-color: #0a2a43;
}

.woocommerce-message::before {
    color: #0a2a43;
}

.alignwide {
    max-width: 100%;
    padding: 0 15px;
}

.woocommerce-checkout .wc-block-mini-cart,
.woocommerce-cart .wc-block-mini-cart {
    visibility: visible !important;
    opacity: 0.2;
    pointer-events: none;
}

.singular .entry-header {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
    padding-top: 15px;
}

.wc-block-cart .wc-block-cart__totals-title {
    font-weight: 600 !important;
    color: #7a0e24 !important;
}

table.wc-block-cart-items,
table.wc-block-cart-items td,
table.wc-block-cart-items th {
    font-weight: 600 !important;
    color: #0a2a43;
}

.wc-block-components-product-name {
    color: #7a0e24;
    text-decoration: none;
}

.wc-block-components-product-name {
    color: #7a0e24 !important;
    font-weight: 600 !important;
}

.wc-block-components-title.wc-block-components-title {
    color: #7a0e24;
    font-size: 26px !important;
}

.woocommerce-Price-amount,
.wc-block-components-formatted-money-amount {
    font-size: 16px;
    color: #0a2a43;
    font-weight: 700;
    padding: 5px
}

.wc-block-components-button,
.form-btn input[type="submit"] {
    font-size: 15px;
    font-weight: 600;
}

.wc-block-checkout__terms,
.wc-block-components-checkbox label {
    font-size: 15px;
}

wc-block-cart-item__remove-link {
    color: #7a0e24;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background: #0a2a43 !important;
    color: #fff !important;
    opacity: 1 !important;
    font-size: 20px !important;
}

.wc-block-mini-cart__footer .wc-block-components-button.wc-block-mini-cart__footer-checkout {
    background: #7a0e24 !important;
}

.form-btn input[type="submit"]:hover,
.wc-block-mini-cart__footer .wc-block-components-button.wc-block-mini-cart__footer-checkout:hover {
    background: #550918 !important;
}

.wc-block-mini-cart__template-part .wc-block-components-button.wc-block-components-drawer__close:focus,
.wc-block-mini-cart__template-part .wc-block-components-button.wc-block-components-drawer__close {
    padding: 5px !important;
    background: #ccc !important;
    border: none !important;
    outline: none !important;
}

h2.wc-block-mini-cart__title {
    font-size: 1.5em !important;
}

.wc-block-mini-cart__products-table .wc-block-cart-items__row {
    border-top: 1px solid #ccc;
}

.xoo-el-form-container {
    background: rgb(253, 253, 253);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px 0px;
    padding: 35px 8px 15px;
    display: block;
    margin: 15px auto 50px !important;
}

.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
    background: #7a0e24 !important;
}

.xoo-aff-group label,
.xoo-el-lostpw-tgr {
    font-size: 15px;
    font-weight: 600;
}

.xoo-aff-checkbox_single a,
.xoo-el-lostpw-tgr {
    color: #065694;
    text-decoration: none;
    font-size: 15px;
}

.woocommerce-MyAccount-navigation {
    color: #fff;
    background: #f1f1f1;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-content a {
    text-decoration: none;
}

.woocommerce-MyAccount-navigation a {
    color: #000;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-transform: capitalize;

}

.woocommerce-customer-details h2 {
    font-size: 20px;
}

.logged-in.woocommerce-account .woocommerce {
    border: 1px solid #ccc;
    display: flex;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.woocommerce-MyAccount-content {
    padding: 15px;
}

.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce-MyAccount-navigation ul li.is-active {
    background: #0065ad !important;
    color: #fff !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff !important;
}

.woocommerce-MyAccount-navigation li a:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: #fff;
    font-size: 12px;
    color: #0a2a43;
    margin-right: 5px;
}

.woocommerce-MyAccount-navigation ul li.is-active a:before,
.woocommerce-MyAccount-navigation ul li:hover a:before {
    color: #fff !important;
}

.woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #e4e4e4;
}

table td,
table th,
.wp-block-table td,
.wp-block-table th {
    border-color: #e4e4e4
}

.woocommerce-button.button.wc-cancel-order {
    margin-left: 5px;
}

.woocommerce a.woocommerce-button.button.wc-cancel-order {
    background: #ffada5 !important;
    color: #880000 !important;
}

.woocommerce-MyAccount-navigation li a:focus:before,
.woocommerce-MyAccount-navigation li a:hover:before {
    color: #fff !important;
}

.woocommerce a.woocommerce-button.button.wc-cancel-order:hover {
    background: #999 !important;
    color: #fff !important;
}


.woocommerce-button.button.pay {
    margin-right: 5px;
}

.woocommerce a.woocommerce-button.button.pay {
    background: #880000 !important;
    color: #fff !important;
}

.woocommerce a.woocommerce-button.button.pay:hover {
    background: #7a0e24 !important;
    color: #880000 !important;
}

.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f013";
}

.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: "\f019";
}

.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f290";
}

.woocommerce-MyAccount-navigation-link--webtoffee-wishlist a::before {
    content: "\f004";
}

.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\f007";
}

.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\f3c5";
}

.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\f2f5";
}

.woocommerce-account h3,
legend {
    font-size: 20px !important;
    font-family: "Roboto Slab-Light", serif;
    color: #2b0000 !important;
    text-transform: capitalize;
}

.woocommerce-message:before,
.woocommerce-info::before {
    color: #065694;
}

.logged-in.woocommerce-account .woocommerce {
    max-width: 1200px !important;
    padding: 0;
}

.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content a {
    color: #065694;
    font-size: 15px;
    font-weight: 600;
}

.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info a {
    color: #fff;
}

#bulk-add-to-cart,
.single-add-to-cart {
    background: #0a2a43 !important;
}

.logged-in.woocommerce-account .woocommerce .woocommerce-form-row button {
    background: transparent;
}

.woocommerce-Addresses h2 {
    font-size: 24px;
    color: #7a0e24;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 2px solid #880000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid transparent;
    background-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}

.wc-block-mini-cart__quantity-badge span:where(.wc-block-mini-cart__badge) {
    background-color: #f10000;
    color: #fff;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    min-height: 30px !important;
}

.wc-block-mini-cart__badge {
    transform: translateY(-90%) !important;
}

.wc-block-components-sidebar {
    border: 1px solid #ebebeb;
    padding: 8px !important;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

table.wc-block-cart-items tbody tr:nth-child(even) {
    background: #fafafa;
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: visible !important;
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product span {
    visibility: hidden
}

.wc-block-cart__main .wc-block-cart-items thead th {
    padding: 5px;
    background: #fafafa !important;
}

.wholesalex-form-wrapper button.wsx-register-btn,
.wholesalex-form-wrapper button.wsx-login-btn {
    background: #0d4470 !important;
    color: #fff !important;
    border: none;
    text-transform: uppercase !important;
}

/*

.wsx-reg-form-heading-text {
	font-weight: 600 !important;
	color: #7a0e24 !important;
}
*/

.wc-block-product-filters__open-overlay {
    font-size: 1em !important;
    padding: 10px !important;
    margin-bottom: 20px !important;
}



.wc-block-product-filters__open-overlay:hover {
    background: #065694;
    color: #fff;
}

.wc-block-cart-item__wrap .wc-block-components-formatted-money-amount {
    color: #7a0e24 !important;
}

.cont-dtl h4,
.cont-form h3 {
    color: #7a0e24;
}

.cont-form label {
    display: block;
}

.cont-form {
    background: rgb(253, 253, 253);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px 0px !important;
    padding: 25px;
    display: block !important;
}

.cont-form textarea {
    height: 80px;
    max-height: 80px;
    min-height: 80px;
    border-radius: 5px;
}

.cont-form input[type="submit"] {
    color: #fff;
    padding: 8px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    border: none;
}

.cont-form input[type="submit"]:hover {
    background-color: #0e4773;
    border: none;
}

.cont-dtl {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cont-dtl > div {
    margin: 10px 0;
    position: relative;
    padding-left: 50px;

}

.cont-dtl > div a {
    text-decoration: none
}

.cont-dtl div.contact-address h4:before,
.cont-dtl div.contact-phone h4:before,
.cont-dtl div.contact-email h4:before {
    font-family: FontAwesome;
    margin-right: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    background: #0a2a43;
    padding: 6px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont-dtl div.contact-address h4:before {
    content: '\f3c5';
}

.cont-dtl div.contact-phone h4:before {
    content: '\f095';
}

.cont-dtl div.contact-email h4:before {
    content: '\f0e0';
}

.table-responsive {
    width: 100%;
}


.thank-block {
    background: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 28%;
    padding: 30px 30px;
    border-radius: 8px;
    margin: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    max-width: 500px !important;
    margin: 50px auto 80px !important;
}

.thank-block .uagb-svg-wrapper {
    background: #7a0e24;
    padding: 30px !important;
    border-radius: 50px;
}

.thank-block h2 {
    font-size: 46px;
    font-weight: 600;
}

.thank-block .uagb-block-d0788c96.uagb-icon-wrapper svg {
    fill: #fff;
}

.thank-block a {
    color: #0a2a43;
    text-decoration: none;
    font-size: 14px;
}

.thank-block a:hover {
    text-decoration: underline;
}

.wc-block-mini-cart__shopping-button {
    padding: 5px 15px;
}

.wholesalex-form-wrapper .wsx-reg-fields .wsx-form-field > select option {
    background-color: #fff !important;
}

.wholesalex-form-wrapper .wsx-reg-fields .wsx-form-field > select {
    padding: 0 5px !important;
    margin-left: -5px !important;
    margin-right: -5px !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus,
    {
    outline: none !important;
    box-shadow: none !important;
}

#wholesalex_registration_role option[value="wholesalex_b2c_users"] {
    color: #807d7d !important;
}

.primary-navigation .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    right: -100%;
    z-index: 1;
    display: none;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu li:hover .sub-menu {
    display: block
}

.primary-navigation > div > .menu-wrapper > li .sub-menu > li.menu-item-has-children > a:after {
    content: "\f105";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: #000;
    font-size: 9px;
    float: right;
    margin-top: 3px;
}

.header-search {
    width: 380px;
}

.woocommerce ul.products li.product .onsale {
    right: auto;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 34px;
    background-color: #f9e720;
    color: #000;
    margin: 0;
}

.woocommerce span.onsale {
    width: 30px;
    height: 30px;
    line-height: 34px;
    background-color: #f9e720;
    color: #000;
}

.woocommerce-product-details__short-description p {
    margin-bottom: 2px;
    /*border-bottom: 1px solid #ddd;*/
    padding-bottom: 2px;
}

.woocommerce-product-details__short-description p:last-child {
    border: none;
}

.summary .variations tr:first-child {
    border-bottom: 1px solid #ccc;
}

.pri-wrap p.price {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    vertical-align: middle;
}

.pri-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.woocommerce div.product form.cart .variations {
    background: #eee;
    margin-top: 5px;
    border-radius: 3px;
}

.woocommerce div.product form.cart .variations select {
    background-color: #fff;
}

.reset_variations {
    color: #7a0e24;
}

.aws-container .aws-search-field {
    border: 1px solid #7a0e24 !important;
}

.dealer-btn .uagb-button__wrapper a {
    border: none !important;
    padding: 8px 20px;
    font-size: 15px;
    background: #0368bf !important;
    border-radius: 20px;
}

.dealer-btn.wp-block-button > .uagb-button__wrapper > a:hover {
    background-color: #045397 !important;
    color: #fff !important;
}

.aws-container {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.header-search > .widget > p {
    display: none;
}

.site-logo {
    margin: 5px 0;
}

.wc-block-product-filter-removable-chips__items {
    display: flex;
    font-size: 11px;
}

.wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item {
    padding: .25em .25em !important;
    background: #fff !important;
}

.wc-block-product-filter-removable-chips__remove-icon {
    margin: 0;
    width: 15px;
    height: 15px;
    background: #7a0e24;
}

.shop-sidebar .wp-block-woocommerce-product-filter-active {
    background: #eeeeee;
    padding: 10px;
}

.shop-sidebar .wp-block-button__link.has-text-align-center.wp-element-button {
    font-size: 12px;
    background: #7a0e24 !important;
    color: #fff !important;
    width: 100px !important;
    float: right;
}

.shop-sidebar .product_list_widget .product-title {
    color: #fff;
}

.shop-sidebar .product_list_widget li {
    text-align: center;
    background: #7a0e24;
    padding: 0 !important;
    margin: 0;
    color: #fff;
    border: 1px solid #eee;
    padding: 0 0 5px 0;
}

.shop-sidebar .widget_products h2 {
    background: #0368bf;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    padding-left: 8px;
    padding-top: 10px;
}

.shop-sidebar .product_list_widget a {
    text-decoration: none;
}

.shop-sidebar .product_list_widget .woocommerce-Price-amount {
    font-size: 13px;
    color: #fff;
}

.shop-sidebar ul.product_list_widget li img {
    margin-bottom: 10px;
}

.shop-sidebar .widget_products .widget-title {
    margin: 0;
}

.shop-sidebar .product_list_widget {
    display: flex;
    justify-content: center;
    border: 1px solid #0368bf;
    padding: 5px !important;
    background: #0368bf;
    margin-bottom: 20px !important;
}


.shop-sidebar .sp-wps-product-details {
    padding: 18px 5px 20px 5px !important;
}

.shop-sidebar #wps-slider-section {
    position: relative;
    padding: 5px !important;
    background: #eee;
    margin-bottom: 20px !important;
}

#wps-slider-section.wps-slider-section .wps-product-section[data-layout="grid"] {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#wps-slider-section .wps-product-section {
    margin-bottom: 0 !important;
}

h3.new-arrivals-title {
    background: #f9e61d;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #0368bf;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li {
    width: 30px;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}

.woocommerce-variation-price {
    margin-bottom: 15px;
}

.summary .woocommerce-variation-price del .amount bdi {
    color: #888;
}

.woocommerce-product-details__short-description .highlight {
    font-weight: 600;
    color: #0a2a43
}

.rs-grp {
    display: table;
    margin: 0 auto;
    margin-bottom: 0px;
    background: #0368bf;
    border-radius: 10px 10px 0 0;
    margin-bottom: -1px;
    margin-top: 8px;
    padding: 5px;
}

.awl-label-text {
    padding: 8px !important;
    line-height: 2 !important;
    border-radius: 99px !important;
}

.awl-label-id-1582 .awl-label-text {
    padding: 2px 10px !important;
    line-height: 2 !important;
    border-radius: 99px !important;
}

.wc-block-product-filter-checkbox-list__show-more {
    padding: 6px 12px !important;
    border-radius: 6px;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 300;
}

@media only screen and (max-width:1024px) {
    .site-logo .custom-logo {
        max-width: 200px;
    }
}

@media only screen and (max-width: 991px) {

    .site-branding {
        display: flex !important;
    }

    .site-header {
        display: flex !important;
    }

    .hd-phone-no p {
        padding-left: 0;
    }

    .hd-phone-no p a {
        width: 30px;
        height: 30px;
        overflow: hidden;
        display: block;
        font-size: 0;
    }

    .hd-phone-no p {
        background-position: center;
    }

    .hd-phone-no {
        background: #ccc;
        padding: 5px;
        border-radius: 50px;
    }

    .header-search {
        width: 250px;
    }
}

@media only screen and (max-width: 887px) {
    .primary-navigation .primary-menu-container > ul > .menu-item > a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .header-search {
        width: auto;
    }

    .site-logo {
        display: none;
    }

    .site-branding {
        justify-content: center;
    }

    .site-header .primary-navigation {
        display: none;
    }

    .site-header {
        border-bottom: 5px solid #0a2a43;
    }

    .foot-form .wpcf7-spinner {
        right: 0;
    }

    .foot-form-wrap,
    .home .entry-content > div.hom-bottom,
    .home .entry-content > div.hom-top {
        padding: 40px 15px;
    }

    .foot-form-wrap h2,
    .home .entry-content > div.hom-bottom h2,
    .home .entry-content > div.hom-top h2 {
        font-size: 60px !important;
    }

    .top-header {
        flex-direction: column;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .site-logo .custom-logo {
        min-width: 150px;
    }

    .site-logo {
        text-align: center;
    }

    .site-header.has-logo.has-title-and-tagline.has-menu .site-branding {
        max-width: 100%;
    }

    .site-footer > div {
        padding-left: 15px;
        text-align: left;
    }

    .footer-2 {
        margin-top: 30px;
    }

    .logged-in.woocommerce-account .woocommerce {
        flex-direction: column;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }

    .woocommerce-MyAccount-navigation li {
        max-width: 165px;
        border: 1px solid #e4e4e4;
        margin: 5px;
        width: 165px;
    }

    .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .woocommerce-MyAccount-navigation a {
        padding: 10px;
    }

    .table-responsive {
        width: 100%;
    }

    .woocommerce i.remove_wishlist_single img {
        min-width: 13px;
    }

    .woocommerce img.attachment-woocommerce_gallery_thumbnail,
    .woocommerce-page img.attachment-woocommerce_gallery_thumbnail {
        min-width: 100px;
    }

    h2.wc-block-mini-cart__title {
        padding-top: 55px !important;
    }

    .wc-block-components-button.wc-block-components-drawer__close {
        top: 55px !important;
    }

    .wc-block-cart-item__product .wc-block-components-product-metadata,
    .wp-block-woocommerce-cart-items-block .wc-block-components-product-metadata {
        display: none;
    }

    .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-formatted-money-amount {
        text-align: center;
    }

    .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-formatted-money-amount::before {
        content: 'Total : ';
        display: block;
    }

    .shop-banner .wp-block-columns {
        gap: 0;
        text-align: center;
    }

    .shop-banner .wp-block-columns > div {
        margin-bottom: 5px !important;
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: flex;
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        margin: 0 3.8% 8.8% 0;
    }
}

@media only screen and (max-width: 575px) {
    .header-search {
        position: relative;
    }

    .header-search .aws-wrapper {
        opacity: 0;
        position: absolute !important;
        z-index: 2;
    }

    .aws-container .aws-search-form .aws-form-btn {
        border-radius: 50px !important;
        border: none;
    }

    .foot-form-wrap h2,
    .home .entry-content > div.hom-bottom h2,
    .home .entry-content > div.hom-top h2 {
        font-size: 40px !important;
    }

    .woocommerce-MyAccount-navigation li {
        width: 143px;
    }

    .woocommerce-MyAccount-navigation a {
        padding: 10px 5px;
    }

    .shop-banner .joinus h2 {
        font-size: 39px;
    }

    .site-branding > div {
        margin: 0 3px;
    }

    .header-right .wp-block-woocommerce-customer-account a {
        font-size: 13px;
        gap: 0;
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products .wc-block-grid__product {
        flex: 1 0 100%;
        max-width: 100%;
        margin: 0 0 8.8% 0;
    }
}
