/*!
Theme Name: MAS
Version: 1.0.0
Tested up to: 8.4
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mas
*/
body,
button,
input,
select,
optgroup,
textarea {
   color: #404040;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   font-size: 1rem;
   line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   clear: both;
}

dfn,
cite,
em,
i {
   font-style: italic;
}

blockquote {
   margin: 0 1.5em;
}

address {
   margin: 0 0 1.5em;
}

pre {
   background: #eee;
   font-family: "Courier 10 Pitch", courier, monospace;
   line-height: 1.6;
   margin-bottom: 1.6em;
   max-width: 100%;
   overflow: auto;
   padding: 1.6em;
}

code,
kbd,
tt,
var {
   font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
   border-bottom: 1px dotted #666;
   cursor: help;
}


big {
   font-size: 125%;
}

body {
   background: #fff;
}

hr {
   background-color: #ccc;
   border: 0;
   height: 1px;
   margin-bottom: 1.5em;
}

ul {
   list-style: disc;
}

ol {
   list-style: decimal;
}

dt {
   font-weight: 700;
}

dd {
   margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
   max-width: 100%;
}

figure {
   margin: 1em 0;
}

table {
   margin: 0 0 1.5em;
   width: 100%;
}

.main-navigation {
   display: block;
   width: 100%;
}

.main-navigation ul {
   display: none;
   list-style: none;
   margin: 0;
   padding-left: 0;
}

.main-navigation ul ul {
   box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
   float: left;
   position: absolute;
   top: 100%;
   left: -999em;
   z-index: 99999;
}

.main-navigation ul ul ul {
   left: -999em;
   top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
   display: block;
   left: auto;
}

.main-navigation ul ul a {
   width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
   left: auto;
}

.main-navigation li {
   position: relative;
}

.main-navigation a {
   display: block;
   text-decoration: none;
}

.menu-toggle,
.main-navigation.toggled ul {
   display: block;
}

@media screen and (min-width: 37.5em) {
   .menu-toggle {
      display: none;
   }

   .main-navigation ul {
      display: flex;
   }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
   margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
   display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
   flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
   text-align: end;
   flex: 1 0 50%;
}

.sticky {
   display: block;
}

.post,
.page {
   margin: 0 0 1.5em;
}

.updated:not(.published) {
   display: none;
}

.page-links {
   clear: both;
   margin: 0 0 1.5em;
}

.comment-content a {
   word-wrap: break-word;
}

.bypostauthor {
   display: block;
}

.widget {
   margin: 0 0 1.5em;
}

.widget select {
   max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
   border: none;
   margin-bottom: 0;
   margin-top: 0;
   padding: 0;
}

.custom-logo-link {
   display: inline-block;
}

.wp-caption {
   margin-bottom: 1.5em;
   max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.wp-caption .wp-caption-text {
   margin: 0.8075em 0;
}

.wp-caption-text {
   text-align: center;
}

.gallery {
   margin-bottom: 1.5em;
   display: grid;
   grid-gap: 1.5em;
}

.gallery-item {
   display: inline-block;
   text-align: center;
   width: 100%;
}

.gallery-columns-2 {
   grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
   grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
   grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
   grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
   grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
   grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
   grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
   grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
   display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
   display: none;
}

.infinity-end.neverending .site-footer {
   display: block;
}

.screen-reader-text {
   border: 0;
   clip: rect(1px, 1px, 1px, 1px);
   clip-path: inset(50%);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute !important;
   width: 1px;
   word-wrap: normal !important;
}

.screen-reader-text:focus {
   background-color: #f1f1f1;
   border-radius: 3px;
   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   clip: auto !important;
   clip-path: none;
   color: #21759b;
   display: block;
   font-size: 0.875rem;
   font-weight: 700;
   height: auto;
   left: 5px;
   line-height: normal;
   padding: 15px 23px 14px;
   text-decoration: none;
   top: 5px;
   width: auto;
   z-index: 100000;
}

#primary[tabindex="-1"]:focus {
   outline: 0;
}

.alignleft {
   float: left;
   margin-right: 1.5em;
   margin-bottom: 1.5em;
}

.alignright {
   float: right;
   margin-left: 1.5em;
   margin-bottom: 1.5em;
}

.aligncenter {
   clear: both;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 1.5em;
}

.grecaptcha-badge {
   border: 0;
   clip: rect(1px, 1px, 1px, 1px);
   -webkit-clip-path: inset(50%);
   clip-path: inset(50%);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px;
   word-wrap: normal !important;
}

.blockUI::before {
   content: "";
   width: 48px;
   height: 48px;
   border: 5px solid #fff;
   border-bottom-color: transparent;
   border-radius: 50%;
   display: inline-block;
   box-sizing: border-box;
   animation: rotation 1s linear infinite;
   position: relative;
   top: 35%;
   left: 50%;
}

.single-product .quantity {
   display: none !important;
}

.woocommerce-checkout .optional {
   display: none !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
   display: none !important;
}

#place_order {
   display: none !important;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
   display: none !important;
}

#order_review_heading {
   display: none !important;
}

.wc_payment_methods img {
   display: none !important;
}

.checkout-inline-error-message {
   display: none !important;
}

.section_thanky .woocommerce-thankyou-order-received {
   display: none !important;

}

.section_thanky .woocommerce-thankyou-order-details {
   display: none !important;
}

.section_thanky .woocommerce-order-details {
   display: none !important;
}

.section_thanky .woocommerce-customer-details {
   display: none !important;
}

.section_thanky .inspire_checkout_fields_additional_information {
   display: none !important;
}

.hide-label label {
   display: none !important;
}
.footer{
	gap: 10px;
}
.footer__visa{
	gap: 6px;
	margin-left: auto;
	order: 2;
}
.footer__visa img{
	height: 16px;
	width: auto;
}
.footer__visa img:nth-child(2){
	filter: brightness(0) invert(1);
	height: 14px;
}
@media (max-width: 1110px){
	.footer .med{
		display:none;
	}
}

@media (max-width: 992px) {
    .footer p {
        width: 72px;
        overflow: hidden;
        white-space: nowrap;
	}
	.footer__menu{
		justify-content: center;
		width: 100%;		row-gap: 4px !important;column-gap: 12px !important;
		flex-wrap: wrap;
	}
	.footer__visa{
		margin: 0 auto;
	}
}
@media (max-width: 992px) {
	.footer{
		flex-direction: column;
		gap: 8px;
		text-align: center;
align-items:center;	}
	footer p {
		margin: 0 !important;
	}
}
.footer__menu{
	list-style: none;
	display: flex;
	align-items: center;
	gap: 12px;
	order: 1;width: calc(100% - 100px);
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #0C2D5C;
}
body:has(.fixed) .mfp-wrap:has(#modalCart), 
body:has(.fixed).mfp-wrap:has(#modalCart) .mfp-content, 
body.modalCart:has(.fixed) .mfp-bg{
	height: calc(100vh - 90px) !important;
}

.woocommerce-order-downloads {
	display: none;
}