*,
*::before,
*::after {
  box-sizing: border-box;
}
.btn1-secondary
{
background-color: #8c8B8D ;
    border: 1px solid #8c8B8D;	
}
:root {
  --primary: #ff8001;
  --secondary: #1dbfa3;
}
html {
  height: 100%;
  overflow-x: hidden;
}
.field-icon {
	color: #7E7E7E;
}
.mt-60 {
	margin-top: 60px;
}
/* custom modal */

  
    .custom-modal-header {
      border: none;
    }
    .custom-modal-body {
      background: #f2f2f2;
      margin-top: 40px;
		    position: relative;
    z-index: 10;
    }
    .custom-modal-dialog {
      max-width: 800px;
    }
    .right-info h1 {
      font-family: "Encode Sans";
      font-style: normal;
      font-weight: 600;
      font-size: 24px;
      line-height: 125%;
      text-align: center;
      color: #000000;
    }
    .right-info h4 {
      font-family: "Encode Sans";
      font-style: normal;
      font-weight: 500;
      font-size: 22px;
      line-height: 100%;
      text-align: center;
      text-transform: capitalize;
      color: #000000;
    }
    button.btn-close {
      background-color: #ff8001;
      opacity: 1;
      border-radius: 0px;
      top: -15px;
      position: relative;
      right: -10px;
      color: white !important;
      /* filter: brightness(0) invert(1); */
      background-image: url("./images/cross-icn.png") !important;
      background-repeat: no-repeat;
      /* width: 20px; */
      /* height: 20px; */
    }
   a.top-head {
          position: absolute;
    z-index: 1;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    }
    h5.cutom-modal-title {
      font-family: "Encode Sans";
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 100%;
      text-align: center;
      text-transform: capitalize;
      color: #000000;
    }
    .custom-modal-footer {
      justify-content: center;
      padding: 50px 0px;
      position: relative;
      overflow: hidden;
    }
    .custom-modal-footer button.btn.btn-primary {
      background: #ff8001;
      border: none;
      width: 83px;
      height: 46px;
      font-family: "Encode Sans";
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      z-index: 1;
      line-height: 25px;
      text-align: center;
      color: #ffffff;
      text-transform: uppercase;
    }
   .custom-modal-footer img {
      position: absolute;
      bottom: 54px;
	   width: 100%;
	   left: 0;
      /* top: -105px; */
    }
  .pum-theme-717 .pum-content, .pum-theme-lightbox .pum-content {
    
    padding-top: 28px;
}
span.woocommerce-Price-amount.amount {
	color: #fff;
}


/* end custom modal */
/* .engineerstheme-wrap .wc-block-grid__products {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 50px;

} */
.wp-container-8.wp-block-column {
	position: relative;
}
.engineerstheme-wrap .wc-block-product-search__label {
	display: none;
	position: relative;
}
.engineerstheme-wrap .wc-block-product-search__fields {
	position: relative;
}
.engineerstheme-wrap .wc-block-product-search__fields input.wc-block-product-search__field{
	max-width: 280px;
}
.mw-1200 {
	max-width: 1200px;
}
.engineerstheme-wrap .woocommerce {
    margin-top: 20px;
}
.engineerstheme-wrap h2.woocommerce-loop-category__title {
	color: #000;
	padding: 2rem !important;
	text-align: center;
}
.engineerstheme-wrap mark.count {
	color: var(--primary) !important;
    border-radius: 6px;
	background-color: transparent;
}
/* product category  */
.woocommerce.widget_price_filter {
	margin-top: 10px;
}
.woof_radio_label {
	font-weight: 600;
}
.woof_radio_label {
	    display: flex !important;
    justify-content: space-between;
}
.woof_container label {
     display: flex !important;
}
.woof_sid_auto_shortcode {
    background: #fff !important;
    border: solid 2px transparent !important;
    
    
    box-shadow: none !important;
    background: transparent !important;
    
}

/* wp modal  */
.pum-title.popmake-title {
	text-align: center;
}
.pum-theme-720 .pum-container, .pum-theme-cutting-edge .pum-container {
    background-color: #fff !important;
	color: #000 !important;
}
.pum-theme-720 .pum-title, .pum-theme-cutting-edge .pum-title {
    color: #000 !important;   
}
.pum-theme-720 .pum-content, .pum-theme-cutting-edge .pum-content {
    color: #000 !important;
	text-align: center;
    
}
.pum-content.popmake-content p br {
	display: none;
}
.pum-theme-720 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close {
   background-color: var(--primary) !important;
	color: #fff !important;
}
#mydiv h2 {
    max-width: 500px;
    font-size: 24px;
    margin: 0 auto;

}
button.pum-close.popmake-close {
	    background-color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
	display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button.pum-close.popmake-close br {
	display: none !important;
}
/* end::wp-modal  */
.woof_sid_auto_shortcode .woof_container {
    float: left;
    width: 100%;
    min-width: 200px;
}
.woof_auto_show{
	width: 260px;
    margin-bottom: 2rem;
   	opacity: 1;
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    transition: all 0.3s ease-in;
    position: fixed;
    left: 0;
    z-index: 9999999;
    top: 0;
    overflow-y: auto;
	height: 100vh !important;
    background: #fff;
    border-radius: 0;
	
}
.woof_radio_label:hover {
	color: var(--primary);
}
.woof_auto_show.woof_overflow_hidden {
	visibility: hidden;
	left: -260px;
}
/* product-category  */

.engineerstheme-wrap .wc-block-grid__product {
	box-shadow: 4px 4px 25px rgb(0 0 0 / 25%);
    border-radius: 5px;
	    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 10px solid transparent;
	margin-bottom: 1rem;
}
.engineerstheme-wrap .woocommerce .single_add_to_cart_button.button.alt {
    background-color: var(--primary);
}
.engineerstheme-wrap .wc-block-grid__product-price.price {
    background-color: var(--primary);
    color: #fff;
    font-weight: 400;
	text-align: left;
	position: absolute;
	left: 1.5rem;
    padding: 5px 5px;
    border-radius: 5px;
}
.engineerstheme-wrap .wp-block-button.wc-block-grid__product-add-to-cart {
	    text-align: right;
    margin-right: 1.5rem;
}
}


.wp-block-button.wc-block-components-product-button {
    position: absolute;
    right: 0;
    bottom: 0;
}
.wc-block-grid__product-title {
	color: #000;
}
.template-container .wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value.wc-block-grid__product-price__value {
	background-color: var(--primary);
    color: #fff;
    font-weight: 400;
    padding: 5px 5px;
    border-radius: 5px;

}

/* 6-2-2022 refat grid  */
/* .template-container .wc-block-grid__products {
	display: grid !important;
	
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 60px;
} */
.template-container .wc-block-grid__product {

	box-shadow: 4px 4px 25px rgb(0 0 0 / 25%);
	border-radius: 5px;
	border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 10px solid transparent;
	
}
.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product, .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 30%;
    max-width: 31%;
    margin: 1em;
}
/* .theme-twentytwenty .template-container .wc-block-grid.has-3-columns .wc-block-grid__product, .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: auto;
    max-width: 100%;
} */
/* 6-2-2022  */
.template-container .wc-block-grid__product span {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.template-container .wc-block-grid__product .wc-block-grid__product-add-to-cart {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.template-container .wc-block-components-product-title.wc-block-grid__product-title {
	margin: 0 auto;
	display: flex;
    justify-content: center;
	margin-bottom: 1rem;
}
.wp-block-button__link {
    border-radius: 5px;
	padding: 0.25rem 0.5rem !important;
    font-size: .875rem !important;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  font-family: "Encode Sans", sans-serif;
}
footer {
  margin-top: auto;
}
/* microsoftedge  */
input::-ms-reveal,
      input::-ms-clear {
        display: none;
      }

.template-container {}
.template-container .wp-block-columns{
	display: flex;
}

.template-container .wp-block-columns .wp-block-column:first-child, .engineerstheme-wrap .wp-container-4 {
	background-color: #ededed75;
	flex-shrink: 0;
	flex-basis: 260px !important;
	width: 260px;
	margin-bottom: 2rem; 

	padding: 1rem;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
	transition: all 0.3s ease-in;
	position: fixed;
    left: -260px;
    z-index: 9999999;
    top: 0;
    overflow-y: auto;
    height: 100vh;
    background: #fff; 
	border-radius: 0;

}
.product-seven-path-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	border-bottom: 1px dashed #8C8B8D;
	padding-bottom: 12px;
}
.engineerstheme-wrap button.btn.btn-dark {
	position: absolute;
    /* left: 0; */
	background-color: #fff !important;
	border: 1px solid #fff !important;
	color: #000 !important;
    top: 298px;
    right: calc(100% - -11%);
	border-radius: 50rem;
}
    
.engineerstheme-wrap .single_add_to_cart_button.button.alt {
	position: absolute;
    bottom: -49px;
    right: 0;
}
.engineerstheme-wrap button.btn.btn-dark:hover {
	border: 1px solid var(--secondary) !important;
	background-color: var(--secondary) !important;
}
.engineerstheme-wrap button.btn.btn-dark:hover a {
	color: #fff !important;
}
.engineerstheme-wrap .summary.entry-summary {
	position: relative;
}
.engineerstheme-wrap button.btn.btn-dark a {
	color: var(--primary) !important;
	font-weight: 600;
}
.product-seven-path-title {
	margin-right: 1rem;
	font-weight: 600;
}
.product-seven-p {
	margin-bottom: 0;
}
.summary.entry-summary {
	border: 1px dashed #8C8B8D;
	padding: 20px;
}
.filter-seven-path-close {
	   position: absolute;
    right: -24px;
    top: 13px;
}
.template-container {
	position: relative;
}
.filter-btn-toggle {
    position: absolute;
    left: 4px;
	top: -27px;
}
}
.item-bookmarking__left-experiment__wrapper {
	float: right;
}
.item-bookmarking__left-experiment__wrapper p {
	font-weight: 600;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
	display: none;
}
.woocommerce-Tabs-panel {
	max-width: 790.55px;
}
.woocommerce-Tabs-panel h2{
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 17px;
}
.woocommerce-Tabs-panel .qbotSoHT {
	font-size: 17px;
	color: #8C8B8D;
	font-weight: 400 !important;
}
.filter-seven-path-close .wp-block-button__link {
	width: 34px !important;
}
.woocommerce .related.products {
	margin-top: 20px;
}
.woocommerce .related.products h2 {
	font-size: 20px;
	margin-bottom: 1.5rem;
}
.wc-block-grid__products .wc-block-grid__product-image img {
    height: 190px;
    width: 100%;
    object-fit: cover;
    max-width: 100%; 
	border-radius: 5px;
}

.wc-block-sort-select.wc-block-components-sort-select.wc-block-product-sort-select.wc-block-components-product-sort-select {
    margin-right: 12px;
    text-align: right;
    right: 0;
}
.px-6 {
	padding-left: 4rem;
	padding-right: 4rem;
}

 .wc-block-sort-select.wc-block-components-sort-select.wc-block-product-sort-select.wc-block-components-product-sort-select select {
	    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 4px 5px;
}
 .wc-block-sort-select.wc-block-components-sort-select.wc-block-product-sort-select.wc-block-components-product-sort-select select:focus {
	 outline: var(--primary)
}
.wc-block-grid__product.wc-block-layout {
	position: relative;
}
/* .template-container .wp-block-button.wc-block-components-product-button.wc-block-grid__product-add-to-cart {
	position: absolute;
        right: 17px;
    bottom: 11px
} */
.wc-block-pagination-page {
	font-weight: 700 !important;}
.wc-block-components-pagination__page--active {
    color: #fff !important;
    background-color: var(--primary) !important;
    border-radius: 50%;
    font-weight: 700;
/*     padding: 4px; */
	width: 34px;
	height: 34px;
    opacity: 1!important;
}

.template-container .wc-block-product-categories-list-item a,  .engineerstheme-wrap .wc-block-product-categories-list-item a{
	font-weight: 600;
	color: #000;
}
.template-container .wc-block-product-categories-list-item, .engineerstheme-wrap  .wc-block-product-categories-list-item{
	margin-bottom: 8px;
}
.template-container .wc-block-product-categories-list-item a:hover, .engineerstheme-wrap .wc-block-product-categories-list-item a:hover {
	color: var(--primary);
}
.template-container .wp-block-columns .wp-block-column:nth-child(even) {
	flex-basis: 100% !important;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    flex-basis: 100% !important;
}
.template-container .wp-block-columns .wp-block-column:first-child h3, .engineerstheme-wrap .wp-block-columns .wp-block-column:first-child h3{
	font-size: 18px;
	text-align: left;
	font-weight: 600;
}
.template-container .wp-block-columns .wp-block-column:first-child input, .engineerstheme-wrap .wp-block-columns .wp-block-column:first-child input{
	border-radius: 8px !important;
	border: 1px solid #e7dede !important;
	padding: 0.4rem 13px;
}
.template-container .wc-block-checkbox-list.wc-block-components-checkbox-list.wc-block-stock-filter-list {
	text-align: left;
}
.template-container #instock {
	accent-color: var(--primary);
	margin-right: 8px;
}
.template-container label {
	color: var(--secondary);
}
.template-container .wc-filter-element-label-list-count {
	color: #000;
}
.template-container ul, .engineerstheme-wrap ul {
	padding-left: 0;
}
.template-container ul li, .engineerstheme-wrap ul li.wc-block-product-categories-list-item {
	list-style: none;
	text-align: left;
}
.template-container .wp-container-1 {
	width: 100%;
}
.engineerstheme-wrap .filter-btn-toggle {
	margin-bottom: 1.5rem;
}
.template-container .wc-block-product-categories-list-item-count, .engineerstheme-wrap .wc-block-product-categories-list-item-count{
	float: right;
}
.template-container .wc-block-product-categories {
	width: 100%;
}
.wc-block-components-price-slider__range-input-progress {
    background: var(--primary) !important;
}

.hover-border-primary {
	border: 1px solid transparent;
	border-radius: 5px;
}

element.style {
    left: 0%;
    width: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: var(--primary);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: var(--primary);
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -0.3em;
    margin-left: -0.5em;
}
.woocommerce-ordering select.orderby {
	border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 4px 5px;
}


.woof_sid_auto_shortcode {
    background: #fff;
    border: solid 2px #e9e9e9;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: #fefefe;
    margin-bottom: 11px;
    clear: both;
}

.hover-border-primary:hover {
	border: 1px solid var(--primary);
}
/* gsap start  */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 999999;
  width: 100%;
  height: 100vh;
	display:none;
}
.page-transition {
  position: absolute;
  top: 0;
  z-index: 9999999;
  background-color: var(--secondary);
  width: 100%;
  height: 0%;
}

.mt-section-one {
  margin-top: 2rem;
}
.start-overlay {
  position: fixed;
  height: 100vh;
  background-color: var(--primary);
  top: -100%;
  width: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.start-overlay h1 {
  font-size: 100px;
  letter-spacing: 20px;
}
.start-overlay span {
  font-size: 30px;
  letter-spacing: 3px;
}

.custom-right-offset {
  margin-left: 2%;
}
/* gsap-end  */

.navbar-nav .nav-link {
  color: #000 !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-right: 1rem;
}
nav {
  transition: all 0.3s ease;
}
.header-nav-activate {
  background-color: #fff !important;
  box-shadow: 2px 16px 24px -8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 16px 24px -8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 16px 24px -8px rgba(0, 0, 0, 0.1);
}
.header-nav-active ul li a.page-link {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-nav-activate .header-logo {
  width: 80px;
  height: auto;
}
.header-logo {
  width: 120px;
  height: auto;
  transition: all 0.3s ease-in;
}
.navbar-nav .nav-link.active {
  border-bottom: 2px solid var(--primary) !important;
}
.navbar-nav .nav-link {
  border-bottom: 1px solid transparent;
}
.navbar-nav .nav-link:hover {
  border-bottom: 2px solid #000 !important;
}
.top-img-header {
  top: -262px;
  left: 44%;
  transform: translateX(-50%);
  /* animation-name: topAnimationHeader; */
  animation-duration: 10s;
  animation-iteration-count: infinite;
  /* animation-timing-function: ease-out; */
  animation-fill-mode: both;
}
@keyframes topAnimationHeader {
  0% {
    top: -262px;
  }
  50% {
    top: -200px;
  }
  100% {
    top: -262px;
  }
}

/* box customize  */
.box-container {
	display: flex;
}
.btn-box-open {
	display: none;
}
.box-sidebar-overlay {
	
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
   z-index: 9989; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */

}
.box-sidebar-overlay.open {
	display: block;
}
.box-sidebar {
	flex-shrink: 0;
	width: 280px;
	margin-right: 2rem;
}
.btn-box-content {
	width: 100%;
	flex-shrink: 0;
}
.box-sidebar .footer_inner {
	background-color: #ededed75;
	margin-bottom: 2rem; 
	border-radius: 8px;
	padding: 1rem;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;

}
.box-sidebar .berocket_single_filter_widget {
	background-color: #ededed75;
	margin-bottom: 2rem; 
	border-radius: 8px;
	padding: 1rem;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;

}
.box-sidebar .berocket_single_filter_widget h3 {
	font-size: 18px;
    font-weight: 600;
}
.box-sidebar .berocket_single_filter_widget label {
	font-weight: 500;
}
.box-sidebar .berocket_single_filter_widget input {
	accent-color: var(--primary);
}
.box-sidebar .ui-slider-handle.ui-corner-all.ui-state-default {
	background-color: var(--primary);
}
.box-sidebar .bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
    background: var(--secondary);
}
.box-sidebar ul {
	padding-left: 0;
}
.box-sidebar ul li{
	list-style: none;
	text-align: left;
}
.box-sidebar .footer_inner ul li  {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.75rem;
}
.box-sidebar .footer_inner ul li a{
	color: #000;
	margin-bottom: 0;
	font-weight: 500;
}
.box-sidebar .footer_inner ul li a:hover {
	color: var(--secondary);
}
.box-sidebar .footer_inner ul li span.wc-block-product-categories-list-item-count {
	background-color: var(--primary);
    border-radius: 8px;
    padding: 2px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-sidebar .footer_inner ul li span.wc-block-product-categories-list-item-count span {
	font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.box-sidebar .footer_inner ul li span.wc-block-product-categories-list-item-count::before {
	content: '';
}
.box-sidebar .footer_inner ul li span.wc-block-product-categories-list-item-count::after {
	content: '';
}
}
.box-sidebar .footer_inner ul li a:hover{
	color: var(--secondary);
}


.box-sidebar .footer_inner form {
	text-align: left;
}
.box-sidebar .footer_inner label {
	font-size: 14px;
    margin-bottom: 0.5rem;
    font-weight: 600;
}
.box-sidebar .footer_inner input {
	border: 1px solid #dadada;
	border-radius: 8px;
	
}
.box-sidebar .footer_inner button.wc-block-product-search__button {
	background-color: var(--primary);
    border: 1px solid var(--primary);
	color: #fff;
    padding: 10px 6px;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.woocommerce-cart-form__cart-item.cart_item td.product-quantity {
	display: none;
}

.woocommerce-billing-fields__field-wrapper label, .woocommerce-additional-fields  label {
	font-weight: 600;
	font-size: 18px;
}
.woocommerce-billing-fields__field-wrapper input {
	border: 1px solid #7e7e7e;
	border-radius: 10px;
	padding: 0.5rem .75rem;
	
}
p.woocommerce-notice--success {
	color: var(--secondary);
	font-weight: 600;
	font-size: 24px;
}	
.woocommerce ul.order_details {
    padding-left: 0;
}
.woocommerce ul.order_details li {
    float: left;
    margin-right: 2rem;
    margin-bottom: 1rem;
}
.woocommerce .woocommerce-customer-details address {
    padding: 20px;
	line-height: 30px;
    
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
   border: 1px solid #7e7e7e;
	border-radius: 10px;
	padding: 0.5rem .75rem;
}
.wc-stripe-elements-field {
  
    padding: 10px;
   
}
input.input-text {
	border: 1px solid #7e7e7e;
	border-radius: 10px;
	padding: 0.5rem .75rem;
}
.woocommerce-billing-fields__field-wrapper p.form-row {
	margin-bottom: 1rem;
}
.woocommerce-additional-fields textarea {
	border: 1px solid #7e7e7e;
	border-radius: 10px;
	padding: 0.5rem .75rem;
}
.woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    height: 38px; 
	border: 1px solid #7e7e7e;
	border-radius: 10px;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  	height: 38px;
    right: 5px;
 
}


.header-content {
  margin-top: 10rem;
}
.header-btm-image {
  margin-bottom: -10rem;
  position: relative;
  top: 0;
  z-index: 1;
  animation-name: headerAnimationBtmImage;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
@keyframes headerAnimationBtmImage {
  0% {
    top: 0;
  }
  50% {
    top: 80px;
  }
  100% {
    top: 0;
  }
}

.header-right-image {
  right: 0;
  top: 60px;
  animation-name: headerAnimationRightOne;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
@keyframes headerAnimationRightOne {
  0% {
    top: 60px;
  }
  50% {
    top: 100px;
  }
  100% {
    top: 60px;
  }
}
.header-right-img-second {
  right: 7rem;
  top: 300px;
  position: absolute;
  animation-name: headerAnimationRight;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
@keyframes headerAnimationRight {
  0% {
    transform: translate(20px, 10px);
    right: 7rem;
  }
  50% {
    transform: translate(20px, 30px);
    right: 10rem;
  }
  100% {
    transform: translate(20px, 10px);
    right: 7rem;
  }
}

.header-left-img-first {
  animation-name: headerAnimationLeft;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
@keyframes headerAnimationLeft {
  0% {
    transform: translate(20px, 10px);
    left: -4.5rem;
  }
  50% {
    transform: translate(20px, 30px);
    left: -7.5rem;
  }
  100% {
    transform: translate(20px, 10px);
    left: -4.5rem;
  }
}
.pt-160 {
  padding-top: 200px;
}
.header-left-img-first {
  left: -4.5rem;
}

.bb-25 {
  border-radius: 0px 0px 25px 25px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-32 {
  margin-bottom: 2rem;
}
.mb-38 {
  margin-bottom: 38px;
}
/* woocommerce customization  */

.woocommerce-product-gallery {
	opacity: 1 !important;
}
.woocommerce .single_add_to_cart_button.button.alt {
	background-color: var(--secondary);
}
.btn-primary:focus {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
}
.woocommerce .single_add_to_cart_button.button.alt:hover {
	background-color: var(--primary);
}
/* .woocommerce-Price-amount.amount {
	font-size: 30px;
	font-weight: 600;
} */
   
.woocommerce ul.products li.product a img {
	width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}
.woocommerce .woocommerce-LoopProduct-link img {
	 width: 100%;
    height: 200px !important;
    object-fit: cover;
	border-radius: 5px;
}
.woocommerce ul li.product {
	    box-shadow: 4px 4px 25px rgb(0 0 0 / 25%);
    border-radius: 5px;
}
.woocommerce ul li h2.woocommerce-loop-product__title {
	    padding-right: 1rem!important;
    padding-left: 1rem!important;
	color: #000;
	text-transform: capitalize;
}
.woocommerce ul li span.price {
	 padding-right: 1rem!important;
    padding-left: 1rem!important;
}
.woocommerce .woocommerce-Price-amount.amount {
	color: var(--secondary);
	font-weight: 600;
}
.woocommerce ul.products li.product .button {
    margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 01rem;
	color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.summary.entry-summary form.cart {
	display: flex;
	align-items: center;
}
.product_meta a{
	text-decoration: none;
	font-weight: 500;
	color: var(--primary);
}
.engineerstheme-wrap .product_meta a span {
	color: #000 !important;
	margin-right: 8px;
}
.flex-control-nav.flex-control-thumbs {
	margin-top: 1rem !important;                      
}
.woocommerce-product-gallery__image a img {
	height: 350px !important;
	object-fit: cover;
	border-radius: 8px;
}

ol.flex-control-nav.flex-control-thumbs li img {
	    width: 92% !important;
    border-radius: 5px;
}
ul li{
	list-style-type: none;
}
.item-preview.live-preview-btn--blue.-preview-live img {
	border-radius: 5px;
}

.woocommerce .related.products > h2{
	display: none !important;
}
#wc-stripe-payment-request-wrapper {
	display: none !important;
}
.summary.entry-summary p#wc-stripe-payment-request-button-separator {
	display: none !important;
}
.woocommerce a.added_to_cart.wc-forward {
	color: var(--primary);
	font-weight: 600;
	text-transform: capitalize;
}
.woocommerce a.added_to_cart.wc-forward:hover {
	color: var(--secondary);
	
}
.user-html.user-html__with-lazy-load {
	margin-top: 2rem;
}
.user-html.user-html__with-lazy-load p {
	line-height: 2;
}
.button.cg-author a{
	color: #000;
	font-weight: 600;
	border-bottom: 2px solid var(--primary);
}
.wp-block-button.wc-block-components-product-button.wc-block-grid__product-add-to-cart {
	    position: absolute;
    right: 0;
    bottom: -3px;
}
.button.cg-author {
	margin-bottom: 8px;
}
.btn-icon.live-preview:hover {
	background-color: var(--primary);
}
.btn-icon.live-preview {
	background-color: #000;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 1rem;
    border-radius: 5px;
}

.woocommerce-cart-form__cart-item.cart_item .product-thumbnail a img {
	width: 100px ;
	height: 70px;
}
.woocommerce a.remove {
	color: var(--primary);
}
.woocommerce table.shop_table td a{
    text-decoration: none;
	color: #000;
	text-transform: capitalize;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: var(--primary);
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: var(--secondary);
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
/* .engineerstheme-wrap.common-sections {
	margin-top: 150px;
} */
.engineerstheme-wrap.common-sections {
	margin-top: 0px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #faf8fa;
 
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #ffffff;
    color: #686363;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
.woocommerce-checkout-payment {
	margin-bottom: 3rem;
}
/* end woocommerce  */
.card-img {
	width: 100%;
    height: 200px !important;
    object-fit: cover;
}

.about-us-title {
  margin-top: 10rem;
}
.border-dashed {
  border: 1px dashed #8c8b8d;
}
.bb-dashed {
  border-bottom: 1px dashed #8c8b8d;
}
/* colors  */
.bg-gray {
  background-color: #f2f2f2;
}
.text-gray {
  color: #8c8b8d;
}
.text-gray-2 {
  color: #7e7e7e;
}
.footer-icon {
  color: #8c8b8d;
  font-size: 20px;
}
.footer-icon:hover {
  color: var(--primary);
}
/* font size  */
.text-14 {
  font-size: 14px;
}
.text-16 {
  font-size: 16px;
}
.text-18 {
  font-size: 18px;
}
.text-20 {
  font-size: 20px;
}
.text-22 {
  font-size: 22px;
}
.text-24 {
  font-size: 24px;
}
.text-27 {
  font-size: 27px;
}
.text-30 {
  font-size: 30px;
}
.text-36 {
  font-size: clamp(24px, 5vw, 36px) !important;
}
.text-48 {
  font-size: clamp(26px, 5vw, 48px) !important;
}
.text-60 {
  font-size: clamp(30px, 5vw, 60px) !important;
}
.text-70 {
  font-size: clamp(28px, 5vw, 70px) !important;
}
.text-84 {
  font-size: clamp(25px, 5vw, 84px);
}

/* font-weight  */
.f-600 {
  font-weight: 600;
}
.f-500 {
  font-weight: 500;
}
.f-800 {
  font-weight: 800;
}
/* letter spacing  */
.ls-4 {
  letter-spacing: 4px;
}
/* line height  */
.lh-1-half {
  line-height: 1.2;
}
/* max-width  */
.mw-480 {
  max-width: 480px;
}
.mw-720 {
  max-width: 720px;
}

input:focus {
  outline: 0;
}
.border-transparent {
	border: 1px solid transparent;
}
/* spacing  */
.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.footer-divider-color {
  background-color: #8c8b8d;
  height: 10px;
}
/* bootstrap 5  */
.btn-secondary {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
}
.btn-primary {
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.btn-primary:hover {
  background-color: #fff !important;
  color: var(--primary);
}
.btn-primary:hover {
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.btn-secondary:hover {
  background-color: var(--secondary);
  border-color: 1px solid var(--secondary);
}
.border-primary {
  border-color: var(--primary) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}
.btn-outline-primary {
  border: 1px solid var(--primary);
  border-radius: 5px;
  color: #000;
}
.btn-light:hover {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  color: #fff !important;
}
.btn-secondary:hover {
  background-color: #25a48f !important;
  border: 1px solid #25a48f;
  color: #fff !important;
}
.btn-outline-primary:hover {
  background-color: var(--primary) !important;
  border: 1px solid var(--primary);
}
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}

.custom-pagination ul li a {
  border-radius: 50%;
  color: #7e7e7e;
  width: 34px;
  height: 34px;
  margin-right: 0.5rem;
  font-weight: 600;
  margin-left: 0.5rem;
	text-decoration: none;
}
.custom-pagination.header-nav-activate {
	grid-column: 1/4;
}
.page-numbers.current {
	    background-color: var(--primary) !important;
    color: #fff;
    width: 34px;
    align-items: center;
    height: 34px;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
}
.custom-pagination ul li.active a {
  background-color: var(--primary) !important;
  color: #fff;
  width: 34px;
  height: 34px;
}
.custom-pagination ul li a.right-icon {
  border-radius: 0;
}
.custom-pagination ul li a:hover {
  background-color: transparent;
  color: var(--primary);
}
.nav.outline-nav li .nav-link {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-weight: 600;
  font-size: 16px !important;
  padding: 0.313rem 2rem;
}
.nav.outline-nav li .nav-link.active {
  background-color: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
}

/* end bootstrap 5  */

.mw-850 {
  max-width: 850px;
}
.mt-130 {
  margin-top: 130px;
}
.mb-90 {
  margin-bottom: 90px;
}
.bg-black {
  background-color: #000;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 20px;
  justify-content: center;
}
.grid-contact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  gap: 56px;
}

.mt-50 {
  margin-top: 50px;
}
.custom-card-one {
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.custom-card-two {
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.br-5 {
  border-radius: 5px;
}
.border-color-contact {
  border: 1px solid #7e7e7e;
}
.border-dashed-contact {
  border: 1px dashed #7e7e7e;
}
.cursor-pointer {
  cursor: pointer;
}
.br-10 {
  border-radius: 10px;
}
.grid-container-2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 50px;
}

/* woocommerce dashboard start  */
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 120px;
}
.woocommerce nav.woocommerce-MyAccount-navigation  {
	margin-bottom: 2rem;
	box-shadow: -1px 0px 15px -8px rgba(0,0,0,0.75);
-webkit-box-shadow: -1px 0px 15px -8px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 0px 15px -8px rgba(0,0,0,0.75);
	border-radius:5px;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-left: 0;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li{
	list-style: none;
	margin-bottom: 0.5rem !important;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a{
	text-decoration: none;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right 1rem;
	margin-bottom: 0;
	color: #676060;
	display:block;
	font-weight: 600;
	
	
}
.woocommerce .woocommerce-MyAccount-content {
	margin-bottom: 2rem;
	box-shadow: -1px 0px 15px -8px rgba(0,0,0,0.75);
-webkit-box-shadow: -1px 0px 15px -8px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 0px 15px -8px rgba(0,0,0,0.75);
	border-radius:5px;
	padding: 1rem;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: var(--primary);
	color: #fff;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li:hover a {
	background-color: var(--primary);
	color: #fff;
}
.woocommerce .woocommerce-MyAccount-content a {
	text-decoration: none;
	color: var(--primary);
	
}
.woocommerce .woocommerce-MyAccount-content a:hover {
	color: var(--secondary);
}
.woocommerce-info {
    border-top-color: var(--primary);
}
.woocommerce-message {
  border-top-color: var(--secondary);
}
.woocommerce-info::before {
    color: var(--primary);
}
.woocommerce-message::before {
    
    color: var(--secondary);
}
.u-columns.woocommerce-Addresses.col2-set.addresses header.woocommerce-Address-title.title {
	margin-top: 1rem;
}
.u-columns.woocommerce-Addresses.col2-set.addresses header.woocommerce-Address-title.title h3, .u-columns.woocommerce-Addresses.col2-set.addresses header.woocommerce-Address-title.title h3{
	font-size: 16px;
	font-weight: 600;
	
	
}
ul.woocommerce-error li {
	margin-left: 34px !important;
}
.woocommerce-EditAccountForm p.woocommerce-form-row {
	margin-bottom: 1.5rem;
}
.woocommerce-EditAccountForm p.woocommerce-form-row em {
	font-size: 13px;
}

/* end woocommerce  */
@media only screen and (max-width: 1399px) {
	.top-img-header {
    top: -301px;
    left: 38%;
    
}
}

@media only screen and (max-width: 1378px) {
  .top-img-header {
    width: 25%;
  }
  .header-left-img-first {
    width: 25%;
  }
  .header-right-image {
    width: 15%;
  }
  .header-right-img-second {
    width: 15%;
  }
}
.box-20 {
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 1200px) {
  .top-img-header {
    display: none;
  }
/* 	refat grid  */
/* .template-container .wc-block-grid__products {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
} */

  .header-right-img-second {
    display: none;
  }
  .pt-160 {
    padding-top: 30px;
  }
  .header-content h5 {
    font-size: 14px;
    max-width: 380px;
    margin: 0 auto;
  }
  .abt-us-img,
  .abt-us-img-2 {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
	.coupon #coupon_code{
		float: none;
		margin-bottom: 1rem;
	}
	.coupon a.empty-cart{
		width: 100%;
		display: flex;
		align-items: center;
	}
	.header-content {
		margin-top: 2rem;
	}
	.woocommerce-page table.cart .product-thumbnail {
   		 display: block !important;
		    text-align: left!important;
	}
	.woocommerce-page table.cart .product-thumbnail::before {
		content: "";
		
	}
	.engineerstheme-wrap button.btn.btn-dark {
		position: absolute;
		/* left: 0; */
		top: -216px;
		right: calc(100% - 98%);
	}
	.mt-130 {
		margin-top: 70px;
	}
}
@media only screen and (max-width: 496px) {
	
	.engineerstheme-wrap button.btn.btn-dark {
		position: absolute;
    /* left: 0; */
    top: -192px;
    right: calc(100% - 97%);
	}
}
@media only screen and (max-width: 991px) {
	.item-bookmarking__left-experiment__wrapper {
	float: none;
}
	.template-container .wc-block-grid__products {
        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}
	.template-container .wc-block-product-search__fields {
		position: absolute;
    right: 50%;
    top: -48px;
    max-width: 400px;
    transform: translateX(50%);
	}
	.btn-box-open {
		display: block;
	}
	.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product, .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%;
}
	.template-container .wp-block-columns {
    display: flex;
    flex-direction: column;
}
	.box-container .box-sidebar {
		    position: fixed;
			left: -280px;
			top: 0;
			height: 100vh;
			background-color: #ededed;
			overflow-y: auto;
			z-index: 9999;
			transition: all 0.3s ease-in;
		
	}
	.box-sidebar.open {
		left: 0;
	}
	.policy-tab-content {
		border-left: none !important;
		padding-left: 0px;
	  }
	.woocommerce ul.order_details {
		display: flex;
		flex-direction: column;
	}
/* 	woocoomerce  */
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 2.992em;
}
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: none;
    clear: none!important;
}
	.mb-90 {
		margin-bottom: 60px;
	}
	
  li.nav-item {
    display: flex;
    justify-content: center;
  }

  .custom-right-offset {
    margin-left: 0%;
  }
  .about-us-title {
    margin-top: 5rem;
  }
  .navbar {
    background-color: #fff;
  }
  .bb-25.who-we-are-bb {
    border-radius: 0px 0px 0 0;
  }
  .text-24 {
    font-size: 14px;
  }
  .header-logo {
    width: 96px;
  }
  .pt-160 {
    padding-top: 0px;
  }
  .header-right-image {
    width: 20%;
    z-index: 10;
  }
  .header-right-image {
    right: 0;
    top: 300px;
    animation-name: headerAnimationRightOne;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
  }
  @keyframes headerAnimationRightOne {
    0% {
      top: 300px;
    }
    50% {
      top: 340px;
    }
    100% {
      top: 300px;
    }
  }
  .header-btm-image {
    margin-bottom: -1rem;
    position: relative;
    top: 0;
    z-index: 1;
    animation-name: headerAnimationBtmImage;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
  }
  @keyframes headerAnimationBtmImage {
    0% {
      top: 0;
    }
    50% {
      top: 80px;
    }
    100% {
      top: 0;
    }
  }
  .header-left-img-first {
    animation-name: headerAnimationLeft;
    animation-duration: 9s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    width: 30%;
  }
  @keyframes headerAnimationLeft {
    0% {
      transform: translate(20px, 10px);
      left: -5rem;
    }
    50% {
      transform: translate(20px, 30px);
      left: -1rem;
    }
    100% {
      transform: translate(20px, 10px);
      left: -5rem;
    }
  }
  /* bootstrap  */
  /* .btn {
    font-size: 12px;
  } */
}
/* Policy */
.nav.policy-nav-tab button.nav-link {
  color: #8c8b8d;
  text-align: left;
  font-weight: 700;
}
.policy-tab-content {
  border-left: 1px solid #8c8c8c;
  padding-left: 20px;
}
.nav.policy-nav-tab button.nav-link.active {
  color: #000;
  text-align: left;
  background-color: transparent;
}

.flex-1 {
  flex: 1;
}

/* accordion  */
.w-accordion {
  width: 20px;
  height: 20px;
}
.accordion-button:focus {
  box-shadow: none;
}
.custom-accordion-icon.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--primary);
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.custom-accordion-icon.accordion-button::after {
  background-image: url("../../assets/images/plus.png");
}
.custom-accordion-icon.accordion-button:not(.collapsed)::after {
  background-image: url("../../assets/images/minus.png");
}.engineerstheme-wrap .wc-block-product-search__fields .wc-block-product-search__button 

/* end */

@media only screen and (max-width: 767px) {
  .border-end.border-mobile {
    border-right: 0px solid transparent !important;
  }
  .mt-130 {
    margin-top: 50px !important;
  }
  .py-120 {
    padding-top: 69px;
    padding-bottom: 69px;
  }
}
/* Remove spinner on WooCommerce checkout page */
.woocommerce .blockUI.blockOverlay {
  position: relative! important;
  display: none! important;
}

.woocommerce-MyAccount-navigation-link--dashboard 
{
	display:none;
}
.woocommerce-MyAccount-navigation-link--subscriptions
{
	display:none;
}
.woocommerce-MyAccount-navigation-link--edit-address
{
	display:none;
}
.product-quantity
{
	display:none;
}
.qty
{
	display:none;
}
a {
  color: #046A38;
  text-decoration: none;
}
.woocommerce-privacy-policy-text
{
	display:none;
}
@media only screen and (max-width: 460px) {
	.wc-block-sort-select.wc-block-components-sort-select.wc-block-product-sort-select.wc-block-components-product-sort-select {
    margin-right: 8px;
    /* margin-top: 0px; */
    position: relative;
    text-align: right;
    top: 9px;
}
}
