/**
 * Theme Name:     Wagner Spray Tech Child
 * Author:         Americaneagle.com
 * Template:       wagner-spray-tech
 * Description:    Custom child theme for Wagner Spray Tech.
 * Version:        1.2.1
 * Text Domain:    wagner-spray-tech-child
 */

/* Comman Css */
.d-none{
	display: none !important;
}
.alignfull.custom-alignfull{
	padding-left: 24px !important;
	padding-right: 24px !important;
}
/* Comman Css End */

/* Home Page Latest Products Section */
.wp-block-woocommerce-product-collection .wc-block-components-product-image img{
	aspect-ratio: 1 !important;
}
.home .wp-block-woocommerce-product-collection .wc-block-product-template .wc-block-product .wp-block-woocommerce-product-price{
	display: none !important;
}
.hero-slider .slick-list,
.mobile-hero-slider .slick-list{
	height: auto !important;
}
/* Home Page Latest Products Section End */

/* Contact Us Page */
.custom-jot-form iframe{
	width: 100%;
    height: 770px;
    border: 0;
}
.quick-links{
	padding: 0;
	list-style-type: none;
}
.quick-links a{
	color: var(--wp--custom--colors--yellow);
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.5;
}
@media (max-width: 1032px){
	.custom-jot-form iframe{
		height: 948px;
	}
}
@media (max-width: 781px){
	.custom-jot-form iframe{
		height: 740px;
	}
}
@media (max-width: 481px){
	.custom-jot-form iframe{
		height: 948px;
	}
}
/* Contact Us Page End */

/* Warranty Page */
.custom-row-wrap .wp-block-image{
	min-width: 148px;
}
@media (max-width: 767px){
	body .wp-block-group .custom-row-wrap{
		flex-wrap: wrap;
	}
}
/* Warranty Page End*/

/* Footer Country Select */
#footer-country-select-navigation .sub-menu .menu-item a {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-size: var(--wp--preset--font-size--xx-small);
    justify-content: space-between
}

#footer-country-select-navigation .menu-item a .country-select-menu-item-flag {
    border: 1px solid var(--wp--custom--colors--gray-400);
    margin-right: var(--wp--custom--spacings--xs);
    width: 1.5rem
}

@media(min-width: 782px) {
    #footer-country-select-navigation .menu-item a .country-select-menu-item-flag {
        border:none
    }
}

#footer-country-select-navigation .footer-country-select-navigation-button {
    display: none
}

@media(min-width: 782px) {
    #footer-country-select-navigation .menu-footer-country-select-container {
        display:inline-block;
        position: relative
    }

    #footer-country-select-navigation .menu-item.menu-item-has-children>a[href="#"] {
        display: none
    }

    #footer-country-select-navigation .footer-country-select-navigation-button {
        align-items: center;
        background: none;
        border: none;
        color: var(--wp--custom--colors--white);
        cursor: pointer;
        display: flex;
        flex-direction: row;
        font-weight: 800;
        padding: 0;
        text-align: left;
        text-transform: uppercase
    }

    #footer-country-select-navigation .footer-country-select-navigation-button:after {
        background-color: var(--wp--custom--colors--white);
        content: "";
        height: .375rem;
        margin-left: var(--wp--custom--spacings--xs);
        -webkit-mask-image: url('/wp-content/uploads/2025/03/icon-navigation-chevron-down-black.webp');
        mask-image: url('/wp-content/uploads/2025/03/icon-navigation-chevron-down-black.webp');
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        transition-duration: calc(var(--wp--custom--transitions--duration)*3);
        transition-property: transform;
        transition-timing-function: var(--wp--custom--transitions--default-easing);
        width: .563rem
    }

    #footer-country-select-navigation .footer-country-select-navigation-button:hover {
        text-decoration: underline
    }

    #footer-country-select-navigation .menu-footer-country-select-container.active .footer-country-select-navigation-button:after {
        transform: rotate(180deg)
    }

    #footer-country-select-navigation .menu-footer-country-select {
        background-color: var(--wp--custom--colors--white);
        display: none;
        position: absolute;
        top: 100%;
        z-index: 1
    }

    #footer-country-select-navigation .menu-footer-country-select li {
        margin: 0
    }

    #footer-country-select-navigation .menu-footer-country-select a {
        color: var(--wp--custom--colors--black);
        display: block;
        padding: var(--wp--custom--spacings--12) var(--wp--custom--spacings--s);
        text-decoration: none
    }

    #footer-country-select-navigation .menu-footer-country-select a:hover {
        background-color: var(--wp--custom--colors--gray-100)
    }

    #footer-country-select-navigation .menu-footer-country-select-container.active .menu-footer-country-select {
        display: block;
        width: 100%
    }
}
/* Footer Country Select End */



/* ###############SPRAYER SELECTOR CSS STARTS ######################## */
/*.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1024px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}*/





/*btn CSS BOOTSRAP*/
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}


/*.text-center {
  text-align: center !important;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}*/


/*.breadcrumb.breadcrumb--product{display: none;}*/

/*.pl-0, .px-0 {
  padding-left: 0 !important;
}*/

section.section.filter__breadcrump {
    font-size: 16px;
}

.section div ol.breadcrumb .breadcrumb-item {
  margin-top: 0px !important;
}

.filter__breadcrump .breadcrumb-item a{text-decoration:none;}

.row.paintNote {
    color: white;
    font-size: 1em;
    z-index: 5;
    position: relative;
    font-size: 16px;
}

.breadcrumb {
  display: -webkit-box;
  display: flex;  
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.breadcrumb {
  list-style: none;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}


.filter__breadcrump .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 20px 20px;
}

.filter__breadcrump .breadcrumb-item a {
  color: #337ab7;
}

.filter__breadcrump .breadcrumb-item.active {
  color: #000000;
}

.filter__breadcrump .breadcrumb--product .breadcrumb-item--level {
  display: none;
}

.filter__breadcrump .breadcrumb--product .breadcrumb-item--level.active {
  display: block;
}

.filter__breadcrump .breadcrumb--product .breadcrumb-item--level.active.current {
  opacity: .5;
  pointer-events: none;
}




.yellow-btn {
  background-color: #ffcb05;
  border-radius: 0;
  border: 2px solid #ffcb05;
  color: #000000;
  font-family: "MyriadPro", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  padding: 11px 20px 6px;
  text-transform: uppercase;
}

.yellow-btn:hover {
  background-color: #000000 !important;
  border-color: #ffcb05 !important;
  color: #ffcb05;
}

.dark-btn {
  background-color: #000000;
  border-radius: 0;
  border: 1px solid #ffcb05;
  color: #ffcb05;
  font-family: "MyriadPro", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  padding: 11px 20px 6px;
  text-transform: uppercase;
}

.dark-btn:focus {
  background-color: #000000;
  color: #ffcb05;
}









/*.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}*/





.sprayer-filter-bg {
  background-position: 50%;
  position: relative;
}

.sprayer-filter-bg:after {
  background-color: rgba(0, 0, 0, 0.65);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}*/

/*.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}*/

.bg-white {
  background-color: #fff !important;
}


.filter-tab-section {
  width: 100% !important;
}

.filter-tab-section--hide {
  display: none;
}

.filter-tab-section__container {
  padding-bottom: 30px;
  padding-top: 30px;
}

.filter-tab-section__col {
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  z-index: 5;
}

.filter-tab-section__col:after {
  content: ">";
  font-size: 30px;
  font-weight: 100;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%) scale(1, 1.5);
}

.filter-tab-section__content {
  background: #ffffff;
  cursor: pointer;
  height: 100%;
  padding: 20px 25px 20px 65px;
  position: relative;
}

.filter-tab-section__content:after {
  background-position: right;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  margin-right: 5px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2000;
}

.filter-tab-section__content:hover {
  background-color: #ffcb05;
}

.filter-tab-section__content h2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  padding-top: 3px;
  position: relative;
  text-transform: uppercase;
  top: 0;
}

.filter-tab-section__icon {
  left: 13px;
  max-height: 35px;
  max-width: 34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.product-grid__container {
  padding-top: 30px;
}

.filter__breadcrump .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 20px 20px;
}

.filter__breadcrump .breadcrumb-item a {
  color: #337ab7;
}

.filter__breadcrump .breadcrumb-item.active {
  color: #000000;
}

.filter__breadcrump .breadcrumb--product .breadcrumb-item--level {
  display: none;
}

.filter__breadcrump .breadcrumb--product .breadcrumb-item--level.active {
  display: block;
}

.filter__breadcrump .breadcrumb--product .breadcrumb-item--level.active.current {
  opacity: .5;
  pointer-events: none;
}





.dark-btn, .yellow-btn:hover {
  background-color: #000;
  color: #ffcb05;
}

.yellow-btn:hover {
  border-color: #ffcb05;
}
.btn-primary:hover {
  background-color: #000;
  border-color: #ffcb05;
  color: #ffcb05;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}





.product-grid__item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 20px 0;
  transition: 0.3s linear all;
}

.product-grid__item:hover {
  border-color: #ffcb05;
}

.product-grid__item:not(last-child) {
  margin-bottom: 30px;
}

.product-grid__item-title {
  color: #000000;
  font-family: "MyriadPro", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 20px auto 0;
}

.product-grid__item-title--22 {
  font-size: 22px;
}

.product-grid__item-price {
  color: #9e9e9e;
  font-family: "MyriadPro", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.product-grid__item-price--18 {
  color: #000000;
  font-family: "MyriadPro", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 15px auto;
}

.product-grid__item-tiles li {
  margin-right: 0 !important;
}

.product-grid__item-tiles li img {
  border-radius: 3px;
  border: 1px solid #c5cfd4;
  cursor: pointer;
  height: 45px;
  opacity: 0.5;
  padding: 5px;
  transition: 0.2s linear all;
  width: 55px;
}

.product-grid__item-tiles li img:hover {
  background-color: #ffcb05;
  border-color: #ffcb05;
  opacity: 1;
  transition: 0.2s linear all;
}

.product-grid__item-description {
  height: 75px;
}

.product-grid__item-btn {
  bottom: 0;
  left: 50%;
  margin-top: 50px;
  position: relative;
  transform: translate(-50%, -50%);
}

.product-grid__item-btn.how_to_view_now {
  bottom: 20px;
}




        /*product Icon info modal body css STARTS*/
.product-icon-info-modal .modal-dialog {
  margin: .5rem auto;
  max-width: 80%;
  top: 150px;
}

.product-icon-info-modal .modal-dialog .modal-header .close {
  cursor: pointer;
  opacity: 1;
}

.product-icon-info-modal .modal-dialog .modal-header .close span {
  color: #000000;
  font-size: 30px;
}

.product-icon-info-modal .modal-dialog .modal-body {
  min-height: 600px;
}

.product-icon-info-modal .modal-dialog .modal-body h1 {
  font-family: "MyriadPro", Sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
}

.product-icon-info-modal .modal-dialog .product-modal-list img {
  border-radius: 3px;
  border: 1px solid #000000;
  height: 75px;
  margin-bottom: 5px !important;/*CUSTOM*/
  padding: 15px;
  width: 80px;
  margin: 0 auto;/*CUSTOM*/
}

.product-icon-info-modal .modal-dialog .product-modal-list li {
  float: left;
  margin: 0 0 30px 0 !important;/*CUSTOM*/
  width: 335px;
}

.product-icon-info-modal .modal-dialog .product-modal-list li h4 {
  font-family: "MyriadPro", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  
    margin-bottom: .5rem;
    line-height: 1.2;
}
        /*product Icon info modal body css ENDS*/

        /*sprayer icon modal css STARTS*/
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1440px) {
  .modal-xl {
    max-width: 1140px;
  }
}
        /*sprayer icon modal css ENDS*/



/* SPRAYER SELECTOR CSS ENDS */



/*CURRENCY HEADER FLAG SELECTORR CSS STARTS */
.c-site-header__cta .flag-container {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.c-site-header__cta .flag-container li:first-child {
  align-items: center;
  display: flex;
  padding: 10px 10px;
  position: relative;
}

.c-site-header__cta .flag-container li .active-flag {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.c-site-header__cta .flag-container li .active-flag img {
  width: 50px;
  margin: 0 10px 0 0;
}

.c-site-header__cta .flag-container li .active-flag .selection-arrow {
  height: 20px;
  margin: 0 0 0 20px;
  position: relative;
  right: 6px;
  top: 0;
  width: 20px;
}

.c-site-header__cta .flag-container li .active-flag .selection-arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.c-site-header__cta .flag-container .wag-dropdown-menu {
  display: none;
  position: absolute;
  width: 160px !important;
  z-index: 9;
}

.c-site-header__cta .flag-container .header-top-nav__flag {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #dddddd;
  box-shadow: 0px 1px 5px #dddddd;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.c-site-header__cta .flag-container .header-top-nav__flag .flag-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 25px 10px;
}

.c-site-header__cta .flag-container .header-top-nav__flag .flag-item:first-child {
  border-bottom: 1px solid #dddddd;
}

.c-site-header__cta .flag-container .header-top-nav__flag .flag-item img {
  width: 50px;
}




.flag-container{
    position: relative;
    left: 0em;
}

@media screen and (max-width: 991px){

    .menu-top-header-menu-container {
        left: 0em;
        position: initial;
    }

    .mobile__menu__section .flag-container {
        left: 0em;
        position: initial;
    }

    .mobile__menu__section .flag-item {
        cursor: pointer;
    }

}

/*CURRENCY HEADER FLAG SELECTORR CSS ENDS */









