/* Custom Data 2025-03-26 11:38:37: Do not change this file. */

:root{
	/* Page Width */
	
	/* Body Font */
		--font-family-name__base: 'Jost', sans-serif;
			--font-size__base: 16px;
			--text-weight: 400;
	
	/* Heading Font */
			--heading__font-family__base: 'Jost', sans-serif;
			--heading__font-weight__base: 400;
		
	/* Menu Font */
			--navigation-level0-item__font-family:  'Work Sans', sans-serif;
			--naviation-level0-item__font-size: 20px;
			--navigation-level0-item__font-weight: 500;
			
	/* Other Font */
		--other_font_family: 'Jost', sans-serif;
	
	/* Theme Colors */
	
	/* Basic Colors */
		
	/* Buttons Colors */
		
	/* Custom Sticky Background Color */
		--header_sticky_bg: #E3DFDB;
	
	/* Custom Header */
			--topbarbg: #E3DFDB;
				--header-icons-color: #000000;
			--header__background-color: #E3DFDB;
		
	/* Custom Footer */
	
	/* Custom Menu */
			--navigation-level0-item__color: #000000;
				--submenu__background: #E3DFDB;
			
	/* Page wraper */
	}
@media (min-width: 1200px){
	.cms-index-index .header-absolute{
							}
	.cms-index-index .header-container:not(.header_scroll_up) .header_light{
								--navigation-level0-item__color: #000000;
						--navigation-desktop-level0-item__hover__color: var(--navigation-level0-item__color);
										--header-icons-color: #000000;
						}
}


	body{
		font-weight: var(--text-weight);
	}
	body{
		font-size: var(--font-size__base);
	}
	

/* Custom Header */
header.page-header{
	}









/* Customization Style */
.card-footer img {
    height: 40px;
}


.product-share-links {
display: none;
}

.product-addto-links {
    display: none !important;
}

.product-info-main .breadcrumbs .items {
    justify-content: flex-start;
    display: flex;
    align-items: flex-start;
    padding-left: 0;
}

.quick-search {
    display: none !important;
}

.checkout-cart-index .breadcrumbs {
    display: none;
}

.checkout-cart-index  .cart.main.actions {
    display: none;
}
.checkout-cart-index  .multicheckout {
    display: none;
}

.table-checkout-shipping-method {
    max-width: 100%;
    min-width: 100% !important;
    width: 100%;
border: none !important;
}
.blueskytechco-onepagecheckout .table-checkout-shipping-method tbody td {
border: none !important;
}

.blueskytechco-onepagecheckout .field._required.pass {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.blueskytechco-onepagecheckout .field._required.confirm-pass {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.blueskytechco-onepagecheckout .breadcrumbs {
    display: none;
}


.blueskytechco-onepagecheckout .section-top-header {
    display: none;
}
.blueskytechco-onepagecheckout .header__action{
    display: none;
}
.blueskytechco-onepagecheckout .header__menu {
    display: none;
}
.blueskytechco-onepagecheckout .header-container .logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}




.customer-account-login a.create {
    padding: 15px 20px;
    background: #549263;
    color: white;
    border-radius: 6px;
}

.catalog-category-view #toolbar-amount span {
    display: none;
}

.catalog-category-view .grid-mode-show-type-products {
    display: none;
}

.top-bar div {
    max-width: 1200px !important;
    padding: 1px 0px;
}
@media (max-width: 767px){ 
    .top-bar__container {
        display: none !important;
    }
}

.translater {
    flex: 0 1 auto;
    margin-left: auto;
    width: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.skiptranslate {
    display: none !important;
}

.title-view-all-search {
    display: none;
}


.checkout-onepage-success .checkout-success {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#ifthenpay_payment_return_panel {
    width: 100%;
}


label[for="ifthenpay_mbway_phone_number"] {
    width: 100%;
    flex: 1 0 auto;
}
.ifthenpay_input_wrapper {
    flex-direction: column;
    align-items: flex-start;
}
input#ifthenpay_mbway_phone_number {
    margin-top: 10px;
    width: 100%;
    max-width: 100%;
}

.password-strength-meter {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;
    border-radius: 4px !important;
}
.password-strength-meter:before{
border-radius: 4px 0px 0px 4px;
}
#password-strength-meter-label {
    font-size: 13px;
}

.catalog-product-view .page-main {
    margin-top: 60px;
}
.product-askquestion-buttons {
    display: none;
}

p#toolbar-amount {
    color: white;
}

.footer-container li {
list-style:none;
}


