@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.eot');
    src: url('../fonts/OpenSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.woff') format('woff'),
        url('../fonts/OpenSans-Medium.ttf') format('truetype'),
        url('../fonts/OpenSans-Medium.svg#OpenSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
        url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.eot');
    src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'),
        url('../fonts/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #0A0F0F;
    font-weight: 400;
    background: #fff;
}
header {
    padding: 25px 0;
    background: #fff;
}
header #header {
    box-shadow: none;
    border: none;
    background: #fff;
}
header #header .navigation {
    justify-content: center;
}
nav ul > li a.menu-bg-color  span {
    font-weight: 500 !important;
}
nav ul > li > a.menu-bg-color {
    font-family: Open Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #0A2864;
    border-bottom: 3px solid transparent;
    padding: 16px 8px 18px;
}
nav ul > li > a.menu-bg-color:hover{
    border-bottom: 3px solid #0A2864;
}
header #header .icon-section button.btn {
    background: transparent;
}
header #header .icon-section button.btn span {
    background: #F2BA30;
    height: 21px;
    min-width: 21px;
    top: 13px;
    font-weight: 700;
    font-size: 12px;
    color: #000;
    line-height: 14px;
}
.mega-menu-hover-dropdwon {
    background: #fff;
    padding: 40px;
}
.mega-menu-hover-dropdwon .grid-columms {
    grid-template-columns: auto auto auto;
}
.mega-menu-hover-dropdwon .grid-columms h3 {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #010101;
}
.mega-menu-hover-dropdwon .grid-columms a {
    font-family: Open Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    display: block;
    margin-top: 10px;
    color: #010101;
}
.mega-menu-hover-dropdwon .grid-columms a span{
    font-weight: 500 !important;
}
.mega-menu-hover-dropdwon ul li a{
    color: #000;
}
#search-content {
    background: #EEEDEA;
    padding: 20px 0;
    box-shadow: none;
    top: 78px;
}
#search-content #search_mini_form {
    max-width: 777px;
    margin: 0 auto;
}
#search-content #search_mini_form input {
    height: 64px;
    border: 2px solid #2E57A8;
    border-radius: 8px 0 0 8px;
    font-size: 18px;
    line-height: 31.5px;
    color: #011742;
}
#search-content #search_mini_form .btn.btn-primary {
    background: #2E57A8;
    border-radius: 0 8px 8px 0;
    width: 68px;
}
#search-content #search_mini_form .btn.btn-primary svg {
    fill: #fff;
    width: 30px;
    height: 38px;
}
#search-content #search_mini_form .btn.btn-primary svg path {
    color: #fff;
    fill: #fff;
}
.cms-index-index .row-full-width-inner {
    max-width: 100% !important;
    padding: 0 !important;
}
.cms-index-index .page-main {
    margin: 0;
}
.top-content-banner {
    transform: translateY(-50%) !important;
}
.cms-index-index .columns {
    max-width: 100%;
    padding: 0;
}
.dark-blue-btn, .dark-blue .pagebuilder-button-primary {
    background: #0A2864 !important;
    line-height: normal;
}
.dark-blue .pagebuilder-button-primary {
    padding: 8px 24px;
    font-weight: 700;
    line-height: normal;
    height: 48px;
}
.home-custom-slider {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}
.home-custom-slider .product-info > div {
    text-align: left;
}
.home-custom-slider .product-item-link {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}
.home-custom-slider .product-info .py-1.mx-auto {
    margin: 0;
}
.home-custom-slider .item.product {
    border: none;
    border-radius: 16px;
    padding: 24px 15px;
    box-shadow: none;
}
.home-custom-slider .snap-marker, .home-category-slider .snap-marker {
    height: 20px;
    width: 20px;
    border-color: #F2BA30;
}
.home-custom-slider .snap-marker[aria-current="true"], .home-category-slider .snap-marker[aria-current="true"] {
    background: #F2BA30;
}
.home-category-slider .block.group img {
    border-radius: 16px 16px 0 0;
}
.home-category-slider .block.group {
    padding-bottom: 15px;
    background: #DAD8D2;
    border-radius: 16px;
}
.home-category-slider .block.group h3{
    font-family: Open Sans;
    font-weight: Bold;
    font-size: 18px;
    line-height: 32px;
}
.container{
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}
.category-section .pagebuilder-column {
    width: 25% !important;
}
.category-section .pagebuilder-column figure {
    background: #fff;
    border-radius: 16px 16px 0 0;
}
.category-section .pagebuilder-column img{
    width: 100%;
}
.banner-section-full {
    position: relative;
}
.banner-section-full::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.cms-index-index .pagebuilder-button-primary {
    cursor: pointer !important;
}
.cms-index-index .pagebuilder-poster-content {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
.banner-sction-top .pagebuilder-banner-button {
    background: #F2BA30;
    font-weight: 700;
    font-size: 20px;
    padding: 8px 24px;
    color: #fff;
    border-radius: 48px;
    line-height: normal;
    height: 48px;
}
.banner-sction-top .pagebuilder-banner-button:hover {
    background:#0A2864 ;
}
.product-row-srction {
    flex-direction: row !important;
    flex-wrap: wrap;
}
.product-row-srction > div {
    width: 47%;
    text-align: center;
}
.product-row-srction .product-img {
    border-radius: 16px;
}
.product-img img {
    display: block;
    margin: 0 auto;
    padding-bottom: 38px;
    max-height: 150px;
}
.box-seller-sction > div {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.box-seller-sction > div h5 {
    margin-top: auto;
}
.banner-left-section .pagebuilder-mobile-hidden {
    border-radius: 16px;
}
.page-footer {
    background: #F7F7F7;
    padding: 56px 0 0;
}
.copyright-sction{
    background: #EEEDEA;
    padding: 32px 0;
}
.page-footer .footer-content ul li {
    margin-top: 0 !important;
}
.page-footer .footer-content .footer-box p {
    margin-top: 0;
}
#search-content #search_mini_form input::placeholder {
    color: #011742;
}
#am-cookie-bar div[x-ref="am-cookie-bar"] {
    background: #fff;
    max-width: 700px;
    box-shadow: 0 0 9px 0 #ccc;
}
.popup-s-click {
    max-width: 800px;
    background: #fff;
    box-shadow: 0 0 9px 0 #ccc;
}
.catalog-category-view .page-title, .checkout-cart-index .page-title, .catalog-product-view .page-title {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0%;
    color: #0A2864;
    margin-bottom: 32px;
    display: inline-block;
    line-height: normal;
}
.catalog-product-view .page-title {
    margin-bottom: 10px;
    font-size: 28px;
}
.catalog-category-view .category-view .category-image {
    margin-bottom: 15px;
}
.catalog-category-view .category-description p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
}
.catalog-category-view .products .product-info .product-item-link, .catalog-category-view .category-products li h2 a {
    color: #0A2864;
    font-size: 20px;
}
.catalog-category-view #category-view-container {
    margin-bottom: 50px;
}
.catalog-category-view .columns .block-title span {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    color: #0A0F0F;
}
.catalog-category-view .columns .column.main .catalog-topnav .block-content .filter-option h3 button span {
    color: #0A0F0F;
    font-size: 16px;
}
.catalog-category-view .products .product-item {
    border: 1px solid #F2BA30;
    box-shadow: none;
    border-radius: 16px;
    margin-bottom: 15px;
}
#am-cookie-bar .cookiebar-popup button.ambar-action-btn, .catalog-category-view .columns .btn.btn-primary, #cart-drawer .btn.btn-primary, 
.checkout-cart-index .cart-form .card .btn-checkout, .catalog-product-view .product-info-main .btn.btn-primary, .home-custom-slider .btn.btn-primary  {
    display: inline-block;
    width: auto;
    font-weight: 700;
    font-size: 20px;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: center;
    background: #0A2864;
    padding: 8px 24px;
    color: #fff;
    height: 48px;
    border-radius: 30px;
}
.popup-s-click button.ambar-action-btn {
    font-weight: 700;
    font-size: 20px;
    line-height: 14px;
    letter-spacing: 0px;
    background: #0A2864;
    padding: 8px 48px;
    color: #fff;
    height: 48px;
    border-radius: 30px;
    border-color: #0A2864;
    display: inline-block;
    width: auto;
    margin: 0 auto;
}
.home-custom-slider .btn.btn-secondary, .home-category-slider .btn.btn-secondary {
    border-color: #F2BA30;
    border-radius: 0;
    background: #fff;
}
.checkout-cart-index .cart-form .form.form-cart ul li .product-item-details .product-item-name {
    font-size: 16px;
    color: #011742;
}
.checkout-cart-index .cart-form .form.form-cart ul li .product-item-details .product-item-name a {
    color: #0A2864;
}
#cart-drawer .btn.btn-secondary, .checkout-cart-index .cart-form .form.form-cart .actions-toolbar .btn, .popup-s-click .btn.btn-secondary  {
    border: 2px solid #0A2864;
    color: #0A2864;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    height: 48px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 8px 24px;
}
.popup-s-click button[aria-label="Close Cookie Bar Settings"] {
    right: 38px;
    top: 15px;
    color: #0A2864;
}
.popup-s-click h3 {
    color: rgb(10, 15, 15);
    font-weight: 700;
    font-size: 20px;
}
.popup-s-click .ambar-group-description {
    font-size: 16px;
    color: #656565;
    line-height: 25px;
    margin-bottom: 12px;
}
.catalog-product-view .product-info-main .btn.btn-primary {
    margin-left: 10px;
    display: flex;
}
.catalog-product-view .product-info-main .btn.btn-primary svg, .home-custom-slider .btn.btn-primary svg {
    color: #fff;
    fill: #fff;
}
.catalog-product-view .product-info-main .btn.btn-primary svg path, .home-custom-slider .btn.btn-primary svg path {
    color: #fff;
    fill: #fff;
}
#cart-drawer .btn.btn-primary, .checkout-cart-index .cart-form .card .btn-checkout {
    line-height: 28px;
}
.checkout-cart-index .cart-form .form.form-cart .item-actions  .btn.p-2 {
    color: #0A2864;
}
.catalog-category-view .columns .btn.btn-primary, .home-custom-slider .btn.btn-primary {
    display: flex;
}
#am-cookie-bar .cookiebar-popup button.ambar-action-btn.ambar-btn-accept {
    background: #F2BA30;
}
.cookiebar-popup .bar-close {
    position: absolute;
    top: 10px;
    right: 33px;
    color: #0a2864;
}
.cookiebar-popup .bar-close svg, .cookiebar-popup .bar-close svg path {
    fill: #0a2864;
}
.catalog-category-view .amshopby-categories-slider .children-category-container .wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.catalog-category-view .amshopby-categories-slider .children-category-container .wrapper .slide {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 15px;
    width: 14%;
    text-align: center;
    margin-top: 15px;
}
.catalog-category-view .amshopby-categories-slider .children-category-container .wrapper .slide .category-item.category-item-label {
    width: 100%;
    display: block;
    text-align: center;
}
.catalog-category-view .amshopby-categories-slider .children-category-container .wrapper .slide .category-item-title {
    font-size: 14px;
    text-align: center;
    color: #0A0F0F;
    width: 100%;
    margin: 9px auto 0;
}
.catalog-category-view .amshopby-categories-slider .children-category-container .wrapper .slide .category-item.category-item-label img {
    display: block;
    margin: 0 auto;
}
.catalog-category-view .category-view .amshopby-categories-slider .children-category-container {
    padding: 0;
}
.catalog-category-view .columns, .checkout-cart-index .columns {
    max-width: 1430px;
    padding: 0 15px;
}
.catalog-category-view .columns h3.text-xl {
    font-size: 24px;
    margin-top: 20px;
    color: #0a2864;
}
.catalog-category-view .columns .amshopby-categories-slider .children-category-container .wrapper .slide {
    width: 18.5%;
}
.catalog-category-view .category-products li form label {
    color: #0A2864;
}
.catalog-category-view .category-products li form input {
    height: 48px;
    border-color: #0A2864;
    color: #0A2864;
    border-radius: 10px;
}
@media(min-width: 769px) and (max-width:1199px ){
.product-row-srction {
    gap: 15px !important;
}
.product-row-srction > div {
    width: 48%;
    text-align: center;
}
.banner-left-section p {
    font-size: 16px;
    line-height: normal;
}
}
@media(max-width: 1550px) {
.cms-index-index [data-content-type="row"][data-appearance="contained"] {
    max-width: 100%;
}
}
@media(max-width: 991px) {  
.page-footer .footer-row-colm {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}
.page-footer .footer-row-colm .footer-row-section {
    display: flex;
    flex-wrap: wrap;
}
.page-footer .footer-row-colm .footer-row-section .footer-colm {
    width: 45%;
}
}
@media(max-width: 768px) {
.banner-sction-top .pagebuilder-overlay {
    align-items: self-start !important;
}
.cms-index-index .banner-left-section .img-row-item img {
    height: 250px !important;
    object-fit: cover;
}  
.cms-index-index .banner-left-section .giveour-content {
    left: 10px;
    top: 120px;
    bottom: inherit;
}
.cms-index-index .banner-left-section .giveour-content p {
    font-size: 14px;
    line-height: normal;
    max-width: 280px;
}
.cms-index-index .banner-left-section .giveour-content a {
    font-size: 16px;
    margin-top: 10px;
    padding: 10px;
    height: 40px;
    line-height: 20px;
}

.cms-index-index .banner-sction-top h1 span {
    font-size: 40px !important;
} 
.cms-index-index .banner-sction-top .top-banner {
    top: 110%;
}   
.cms-index-index .top-banner h2 span {
    font-size: 21px !important;
} 
.cms-index-index .top-banner img{
    height: auto !important;
}
.cms-index-index .banner-sction-top p span {
    font-size: 16px !important;
    line-height: normal;
}   
.cms-index-index .product-row-srction > div {
    width: 100%;
    margin-top: 20px;
}
.cms-index-index .product-row-srction {
    gap: 0;
}
.cms-index-index .category-section .pagebuilder-column, .cms-index-index .product-home, .cms-index-index .box-seller-sction {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
}
.cms-index-index .category-section .pagebuilder-column:last-child, .cms-index-index .product-home:last-child, .cms-index-index .box-seller-sction:last-child {
    margin-bottom: 0;
}
.cms-index-index .category-section {
    border-radius: 0;
}
.cms-index-index .category-section .pagebuilder-column-group {
    margin-bottom: 15px !important;
    margin-top: 0 !important;
}
.cms-index-index .banner-section-full .pagebuilder-poster-content {
    padding: 0;
}

}