:root {
    --primary-color: #00438c;
}


@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.woff');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff2') format('woff2'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'open_sansregular';
    font-size: 14px;
}

.site-inner {
    padding: 30px 0;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.ctfooter{
	text-align: center;
    margin-top: 25px;
}

.ctfooter a {
    color: var(--primary-color);
    text-decoration: none;
}
a.added_to_cart.wc-forward {
    margin: 0px 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: black;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 3px;
}
h2.woocommerce-loop-product__title {
    font-weight: 700;
}
span.woocommerce-Price-amount.amount {
    font-weight: 700;
}
.wc-proceed-to-checkout a {
    background-color: var(--primary-color) !important;
}
input#coupon_code {
    width: 150px;
}

a.mega-menu-link {
    text-transform: uppercase !important;
    font-weight: 600 !important;
}
.hero-section.position-relative.place-items-center img {
    height: 350px;
}
a.button.product_type_simple {
    background-color: var(--primary-color) !important;
    color: #fff;
    text-transform: uppercase;
}
a.button.product_type_simple:hover {
    background-color: #055ab6 !important;
    color: #fff !important;   
}
.woocommerce-ordering{
    display: none !important;
}
header.entry-header {
    padding: 30px 0 0;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}
p.entry-meta {
    display: none !important;
}
span.sku_wrapper {
    display: block;
}
.aws-container .aws-show-clear .aws-search-field {
    padding-right: 100px;
    text-indent: 10px;
}
.elementor-widget-container {
    color: rgb(0, 0, 0);
}


.woocommerce.columns-4 {
    /* max-width: 1320px; */
    margin: 50px auto 0;
} 
.product-category a {
    position: relative;
    transition: 0.4s ease-out;
    display: grid;
    place-content: center;
}
.product-category a h2 {
    background: rgba(0,0,0,.7);
    text-align: center;
    border-radius: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px !important;
    gap: 3px;
    align-items: center;
    transition: 0.4s ease-out;
    text-transform: uppercase;
    width: 70%;
}
.product-category a h2 mark {
    background: transparent !important;
    color: #fff;
    padding: 0;
}

/* header  */
@media (max-width:768px) {
    #mega-menu-wrap-primary {
        width: 100%;
    }
    #mega-menu-wrap-primary .mega-menu-toggle {
        position: absolute;
        right: 0;
        top: -80px;
        border-radius: 6px;
        background: var(--primary-color);
    }
    .header-right-part {
        padding-right: 90px;
    }
}
@media (max-width:767px) {
    #mega-menu-wrap-primary .mega-menu-toggle {top: -95px ;}
}
@media (max-width:576px) {
    #mega-menu-wrap-primary .mega-menu-toggle {top: -75px ;}
}


/*listing page*/
.woocommerce ul.products li.product a img {
    border-radius: 15px;
}

.woocommerce-loop-product__title {
    color: var(--primary-color) !important;
}
.woocommerce ul.products li.product a.added_to_cart {
    margin: 8px 0 0 0;
}
.woocommerce ul.products li.product .button {
    margin: 5px 10px 0 0;
}

/* detail page */
body.single-product header.entry-header {
    padding: 0 0 15px;
    color: var(--primary-color);
}
body.single-product .woocommerce-product-gallery .flex-control-thumbs {
    margin-top: 5px !important;
}
body.single-product .woocommerce-product-gallery .flex-control-thumbs img {
    padding: 10px;
    border-radius: 20px !important;
}
body.single-product .woocommerce-product-gallery  .woocommerce-product-gallery__image img {
    border-radius: 15px;
}
body.single-product .price {
    color: #ee3124 !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}
body.single-product form.cart input {
    height: 40px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    padding-left: 10px !important;
}
body.single-product form.cart button {
    height: 40px !important;
    border-radius: 6px !important;
    background: var(--primary-color) !important;
    width: 50%;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


/* cart page */
.woocommerce-cart-form .cart_item .product-name a {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 600;
}

/* checkout page */
.woocommerce-checkout #customer_details input, .woocommerce-checkout #customer_details select, .woocommerce-checkout #customer_details .select2-selection--single,
.woocommerce-checkout #customer_details textarea {
    height: 40px !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    padding-left: 10px !important;
}
.woocommerce-checkout #customer_details textarea {
    height: 100px !important;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}



@media (min-width:769px) {
    #mega-menu-wrap-primary {
        background: transparent;
    }
    .navigation.bg-primary {
        background: var(--primary-color) !important;
    }
    nav.navbar {
        padding: 0;
    }
    #mega-menu-wrap-primary {
        width: 100%;
    }
    ul#mega-menu-primary {
        display: table !important;
        width: 100% !important;
    }
    ul#mega-menu-primary > li {
        display: table-cell !important;
    }
    ul#mega-menu-primary > li > a {
        text-align: center !important;
        background: transparent !important;
        padding: 5px 0 !important;
        height: initial !important;
        font-size: 16px !important;
    }
    ul#mega-menu-primary > li.mega-current_page_item {
        background: #000 !important;
    }
}


@media(min-width:1024px) {
    .woocommerce-cart .woocommerce {
        display: inline-block;
        width: 100%;
    }
    .woocommerce-cart .woocommerce-cart-form {
        float: left;
        width: 65%;
    }
    .woocommerce-cart .cart-collaterals {
        width: 35% !important;
        float: left;
    }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        float: right;
        width: 96%;
    }
}


@media (max-width:1320px) { 
    .site-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:767px) { 
    .header-btm-bar .logo img {
        max-width: 150px;
    }
}


.nav-primary {
    display: none;
  }