select::-ms-expand {
    display: none;
}

.products-grid .item .item-inner .product-content .box-info .product-name{
	text-transform: none;
}
.products-grid .products .item .item-inner .box-info .product-name {
	text-transform: none;
}

.right-middle-header .minicart-header .minicart-wrapper {
	width:auto;
}
.right-middle-header{
    width: 100%;
}
@media only screen and (max-width: 990px) {
	.catalog-category-view .container > .row-content{
		display: flex;
		flex-wrap: wrap;
	}
	.catalog-category-view .container > .row-content .col-main{
		order:2;
	}
	.catalog-category-view .container > .row-content .col-sidebar{
		order:1;
	}
	.catalog-category-view .container > .row-content .col-sidebar .filter-options .filter-options-content{
		display: none;
	}
	.catalog-category-view .container > .row-content .col-sidebar .filter-options .filter-options-content.is-open{
		display: block;
	}	
	.catalog-category-view .container > .row-content .col-sidebar .filter-options .filter-options-title[aria-expanded="false"]:after{
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		border-right: 2px solid #fe3c00;
		border-bottom: 2px solid #fe3c00;
		transform: rotate(45deg); /* plus shape */
		transition: transform 0.3s ease;
		margin-left: 8px;
        top: 6px;
        position: relative;		
	}
	.catalog-category-view .container > .row-content .col-sidebar .filter-options .filter-options-title[aria-expanded="true"]:after{
		content: "";
		display: inline-block;
		width: 10px;
		height: 10px;
		border-right: 2px solid #fe3c00;
		border-bottom: 2px solid #fe3c00;
		transform: rotate(45deg); /* plus shape */
		transition: transform 0.3s ease;
		margin-left: 8px;
        top: 11px;
        position: relative;			
		transform: rotate(-135deg); /* minus shape */
	}	
	.catalog-category-view .container > .row-content .col-sidebar .filter-options .filter-options-title{
		display: flex;
		justify-content: space-between;
	}	
	.catalog-product-view .fotorama__stage,
	.catalog-product-view .fotorama__stage__shaft{
	    touch-action: pan-down !important;
	}
	.fotorama__stage {
		touch-action: pan-y !important;
		-ms-touch-action: pan-y !important; /* just in case for old MS engines */
	}	
}

@media (max-width: 1365px) {
  .magnify-lens,
  .magnifier-preview,
  .fotorama__zoom-in,
  .fotorama__zoom-out {
    pointer-events: none;
  }
  .fotorama__stage { touch-action: pan-y; }
}

/* MOOB product listing grid: 6 / 5 / 4 / 3 / 2 columns */
.category-product.products-grid .product-items > .item.product-item {
    clear: none !important;
}

@media (min-width: 1440px) {
    .category-product.products-grid .product-items > .item.product-item {
        width: 16.66666667% !important;
    }

    .category-product.products-grid .product-items > .item.product-item:nth-child(6n+1) {
        clear: both !important;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    .category-product.products-grid .product-items > .item.product-item {
        width: 20% !important;
    }

    .category-product.products-grid .product-items > .item.product-item:nth-child(5n+1) {
        clear: both !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .category-product.products-grid .product-items > .item.product-item {
        width: 25% !important;
    }

    .category-product.products-grid .product-items > .item.product-item:nth-child(4n+1) {
        clear: both !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .category-product.products-grid .product-items > .item.product-item {
        width: 33.33333333% !important;
    }

    .category-product.products-grid .product-items > .item.product-item:nth-child(3n+1) {
        clear: both !important;
    }
}

@media (max-width: 767px) {
    .category-product.products-grid .product-items > .item.product-item {
        width: 50% !important;
    }

    .category-product.products-grid .product-items > .item.product-item:nth-child(2n+1) {
        clear: both !important;
    }
}

/* MOOB product long description */
.moob-long-description {
    --moob-blue: #0b3155;
    --moob-orange: #f45112;
    --moob-text: #44586a;
    --moob-muted: #5f7081;
    --moob-border: #dce5ed;
    width: 100%;
    margin: 14px 0 18px;
    padding: 18px;
    box-sizing: border-box;
    border: 1px solid var(--moob-border);
    border-radius: 12px;
    background: linear-gradient(135deg, #f7fafc 0%, #ffffff 100%);
    box-shadow: 0 5px 16px rgba(11, 49, 85, 0.045);
    color: var(--moob-text);
    font-family: Montserrat, Arial, sans-serif;
}

.moob-long-description p {
    margin: 0 0 12px;
    color: var(--moob-text);
    font-size: 14.5px;
    line-height: 1.72;
    font-weight: 500;
}

.moob-long-description p:last-child {
    margin-bottom: 0;
}

.moob-long-description-section {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e3ebf1;
}

.moob-long-description-section h3 {
    margin: 0 0 12px;
    color: var(--moob-blue);
    font-family: Montserrat, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 900;
    text-transform: none;
}

.moob-long-description-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.moob-long-description-list li {
    position: relative;
    margin: 0;
    padding: 10px 6px 10px 34px;
    border-bottom: 1px solid #e6ebef;
    color: var(--moob-muted);
    font-family: Montserrat, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 500;
}

.moob-long-description-list li:last-child {
    border-bottom: 0;
}

.moob-long-description-list li::before {
    content: "✓";
    position: absolute;
    top: 11px;
    left: 0;
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid var(--moob-orange);
    border-radius: 50%;
    color: var(--moob-orange);
    background: #ffffff;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
}

.moob-long-description-list strong {
    color: var(--moob-blue);
    font-weight: 900;
}

@media (max-width: 600px) {
    .moob-long-description {
        margin: 12px 0 16px;
        padding: 13px;
        border-radius: 10px;
    }

    .moob-long-description p {
        font-size: 13px;
        line-height: 1.62;
    }

    .moob-long-description-section {
        margin-top: 14px;
        padding-top: 13px;
    }

    .moob-long-description-section h3 {
        font-size: 16px;
    }

    .moob-long-description-list li {
        padding: 8px 2px 8px 29px;
        font-size: 13px;
        line-height: 1.55;
    }

    .moob-long-description-list li::before {
        top: 8px;
        width: 18px;
        height: 18px;
        font-size: 9px;
    }
}

/* MOOB country switcher flags */
.moob-store-switcher {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.moob-store-option {
    position: relative;
    display: inline-flex;
    width: 29px;
    height: 20px;
    min-width: 29px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(11, 49, 85, 0.22);
    text-indent: -9999px;
    vertical-align: middle;
}

.moob-store-option:hover,
.moob-store-option:focus {
    border-color: #ffffff;
    box-shadow: 0 0 0 2px rgba(244, 81, 18, 0.65), 0 2px 8px rgba(11, 49, 85, 0.28);
}

.moob-store-option.is-active {
    border-color: #ffffff;
    box-shadow: 0 0 0 2px #f45112, 0 2px 8px rgba(11, 49, 85, 0.28);
}

.moob-store-option.store-ee {
    background: linear-gradient(to bottom, #4891d9 0 33.333%, #191919 33.333% 66.666%, #ffffff 66.666% 100%);
}

.moob-store-option.store-fi {
    background:
        linear-gradient(to right, transparent 0 30%, #1f6cb4 30% 45%, transparent 45% 100%),
        linear-gradient(to bottom, transparent 0 38%, #1f6cb4 38% 58%, transparent 58% 100%),
        #ffffff;
}

.moob-store-option.store-lv {
    background: linear-gradient(to bottom, #9d2235 0 42%, #ffffff 42% 58%, #9d2235 58% 100%);
}

.moob-store-option.store-lt {
    background: linear-gradient(to bottom, #f5c542 0 33.333%, #2f8f4e 33.333% 66.666%, #c43b3b 66.666% 100%);
}

@media (max-width: 767px) {
    .moob-store-switcher {
        gap: 3px;
    }

    .moob-store-option {
        width: 27px;
        min-width: 27px;
        height: 19px;
    }
}

/* MOOB product price discount badge */
.products-grid .product-item .price-box,
.block.widget .products-grid .product-item .price-box,
.page-products .products-grid .product-item .price-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.products-grid .product-item .price-box .special-price,
.block.widget .products-grid .product-item .price-box .special-price,
.page-products .products-grid .product-item .price-box .special-price {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
}

.products-grid .product-item .price-box .moob-discount-badge,
.block.widget .products-grid .product-item .price-box .moob-discount-badge,
.page-products .products-grid .product-item .price-box .moob-discount-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 30px !important;
    padding: 5px 12px 6px !important;
    border-radius: 999px !important;
    background: #123a59 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    box-shadow: 0 8px 18px rgba(18, 58, 89, 0.24) !important;
    vertical-align: middle !important;
}

.products-grid .product-item .price-box .moob-discount-badge::before,
.block.widget .products-grid .product-item .price-box .moob-discount-badge::before,
.page-products .products-grid .product-item .price-box .moob-discount-badge::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 6px;
    border-radius: 999px;
    background: #ff4b16;
}

.catalog-product-view .product-info-main .price-box .moob-discount-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 27px !important;
    margin: 0 8px 0 12px !important;
    padding: 4px 10px 5px !important;
    border-radius: 999px !important;
    background: #ff3d16 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
}

.catalog-product-view .product-info-main .price-box .moob-discount-badge::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    border-radius: 999px;
    background: #ffffff;
    opacity: .9;
}

.catalog-product-view .product-info-main .price-box .old-price {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    color: #8a8f96 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    vertical-align: middle !important;
}

.products-grid .product-item .price-box .old-price,
.block.widget .products-grid .product-item .price-box .old-price,
.page-products .products-grid .product-item .price-box .old-price {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    color: #8a98a5 !important;
    font-size: 15px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}

.products-grid .product-item .price-box .old-price .price,
.block.widget .products-grid .product-item .price-box .old-price .price,
.page-products .products-grid .product-item .price-box .old-price .price {
    color: #8a98a5 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.products-grid .product-item .price-box .price-label,
.block.widget .products-grid .product-item .price-box .price-label,
.page-products .products-grid .product-item .price-box .price-label {
    display: none !important;
}

@media (max-width: 767px) {
    .products-grid .product-item .price-box .moob-discount-badge,
    .block.widget .products-grid .product-item .price-box .moob-discount-badge,
    .page-products .products-grid .product-item .price-box .moob-discount-badge {
        min-height: 26px !important;
        padding: 4px 10px 5px !important;
        font-size: 12px !important;
    }

    .products-grid .product-item .price-box .old-price .price,
    .block.widget .products-grid .product-item .price-box .old-price .price,
    .page-products .products-grid .product-item .price-box .old-price .price {
        font-size: 13px !important;
    }
}

/* Keep thumbnail selection borders; remove only the main product image frame. */
.catalog-product-view .fotorama__wrap--slide .fotorama__stage__frame {
    border: 0 !important;
}
