html {
  	height: 100%;
    overflow-x: visible;
    font-size: 16px;
}

body{
    min-width: 320px;
    min-height: 100%;
    overflow-x: hidden;
}
body, li, ol, p, ul,input, button, select, textarea{
    font-family: aktiv-grotesk,sans-serif;
}
.bg {
    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    -webkit-filter: brightness(65%);
}


.bg:before {
    position: absolute; 
    z-index: 0;
    display: block; 
    content: "";
    top: 0; right: 0; bottom: 0; left: 0;  
    background: hsla(0,0%,0%,0.5);          /*adjust brightness here */
}

.bg img{
    position: absolute;
   /*  display:none; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header{
    position: relative;
    background-color: transparent;
}

.header-warning-banner{
	background-color: red;
    color: #fff;
    font-weight: 600;
    padding: 5px;
}
.header-wrapper{
    background-color: transparent;
    border-bottom: none;
    height: 110px;
    margin-top: 0px;
    z-index: 1000;
}
.header-wrapper.error{
    background-color: #B4171E;
}

.dropdown-select-black span {
    color: black !important;
    font-weight: 400;
    line-height: 1.00;
}

.site-header{    
    text-align: center;
    margin-bottom: 20px;
}
.site-header hr{
    height: 3px;
    border:none;
    color: #fff;
    background-color: #fff;
    z-index: 2000;
    position: relative;
    margin-top: 90px; 
    z-index: 1000; 
    margin-left: -30px;
    margin-right: -30px;
}
.header-content{
    display: inline-block;
    position: relative;
}
.header-lebel{
    font-size: 60px;
    margin-top: 40px;
    font-weight: 700;
    color: #fff;
    padding: 5px 20px;
}

header img{
	position: relative;
	margin-top: -67px;
    height: 93px;
    z-index: 1001;
}

header .logo img{
	position: relative;
    margin-top: -40px !important;
    height: 5rem;
    min-height: 5rem;
    z-index: 1001;
    width: auto;
}

@media (max-width: 768px)
{
    header img{
        height: 85px;
    }
}

.login-page__headline
{
	display: inline-block;
	color: white !important;
	font-size: 60px !important;
	margin-top: 40px !important;
    margin-bottom: 40px !important;
    padding: 5px 20px;
}

.main-container {
    text-align: center;
    position: relative;
    min-height: 550px;
}

@media (max-width: 992px){
    .main-container{
        min-height: 400px;
    }}

.main-container .login-error-container
{
    background-color: #B4171E;
    color: white;
    /*width: 115%;*/
    margin-left: -50px;
    margin-right: -50px;
    display: inline-block;
   /* visibility: hidden;*/
}

.main-container .login-error-container p{
    font-size: 14px;
    margin: 8px !important;
}

.main-container a {
    color: white;
    text-decoration: underline;
    font-size: 12px;
}


.login-form-area{
    display: none;
    width:300px;
}

.main-container .login-form-area .form-group{
    margin-top: 10px;
    margin-bottom: 15px;
}

.form-group {
    margin-top: 10px;
    margin-bottom: 0px;
}

.login-form-area .form-control, .forgotten-password .form-control{
    height: 40px;
    font-weight: 600;
}

.main-container .login-error .global-alerts{
	display: inline-block;
	min-width: 350px;
	max-width: 850px;
	margin-left: 10px;
    margin-right: 10px;
}
.main-container .login-error .global-alerts .alert-danger{
    background-color: #B4171E;
    border-color: #B4171E;
    color: white;
    font-weight: 600;
}


/*.login-error{
	    height: 50px;
}*/

.login-error .global-alerts .alert-dismissable button.close
{
	display: none;
	/*right: 0px;
	top: 0px;*/
}
.login-error .global-alerts .alert{
    padding: 11px !important;
}
.form-control{
    margin-top: 5px;
    height: 40px;
    border-radius: 0px;
    border: 1px solid #cccccc;
}

input.form-control {
    height: 34px;
}

.has-error input.form-control{
    border-color: #B4171E !important;
    background-color: #ffffff;
}

.has-error .form-control{
    border-color: #B4171E !important;
    background-color: #ffffff;
}

.form-group input::-webkit-input-placeholder {
    text-align: center; 
    color: black; 
    font-weight: 600;
}
    
.form-group input:-moz-placeholder { /* Firefox 18- */
    text-align: center; color: black; font-weight: 600;
    }
    .form-group input::-moz-placeholder {  /* Firefox 19+ */
    text-align: center; color: black; font-weight: 600;
    }
    .form-group input:-ms-input-placeholder {  
    text-align: center; color: black; font-weight: 600;
    }
    

.main-container .login-form-area .forgotten-password-area {
    margin-bottom: 25px;
    margin-top: -10px;
}

.main-container .login-form-area .create-account {
    margin-bottom: 25px;
    margin-top: 7px;
}

.create-account a{
    text-decoration: none;
}

.btn-primary-green{
display: inline-block !important;
width: auto;
height: 33px;
color: #155532;
font-weight: 900 !important;
background-color: white;
text-transform: uppercase;
padding: 5px 25px;
font-size: 14px;
line-height: 1.375;
box-shadow: none;
border: 1px solid transparent;
}

.btn-primary-greenbox{
display: inline-block !important;
width: auto;
height: auto;
color: #ffffff;
font-weight: 900 !important;
background-color: #3D8138;
text-transform: uppercase;
padding: 5px 25px;
font-size: 14px;
line-height: 1.375;
box-shadow: none;
border: 1px solid transparent;
margin: 20px;
}


.btn-primary-khakhi{
    display: inline-block !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 33px;
    color: white;
    font-weight: 900 !important;
    background-color: #A9924C;
    text-transform: uppercase;
    padding: 5px 25px;
    font-size: 12px;
    line-height: 1.375;
    box-shadow: none;
    border: 1px solid transparent;
    margin: 40px;
    }
    
    
.btn-facet-refine{
    display: inline-block !important;
    width: 100% !important;
    height: 36px;
    color: white;
    font-weight: 900 !important;
    background-color: #3D8138;
    text-transform: uppercase;
    padding: 5px 25px;
    font-size: 12px;
    line-height: 1.375;
    box-shadow: none;
    border: 1px solid transparent;
    margin-top: 15px !important;
}



@media (max-width: 992px){
.header-lebel{
    font-size: 50px;
}}

@media (max-width: 640px){
    .header-lebel{
        font-size: 45px;
}}



.bg-white{
    background-color: white!important;
}

.register-area{
    width: 60%;
    text-align: center;
    padding-bottom: 110px;
}

.register-nav{
    background: #EDEDEF;
    height: 65px;
}

.nav-bar{
    display: inline-flex;
}

@media (max-width: 993px){
    .register-area{
        width: 80%;
}}

@media (max-width: 640px){
    .register-area{
        width: 90%;
}}

@media (max-width: 639px){
.simple-banner-component, .banner__component {
     margin-left: 0px; 
     margin-right: 0px; 
}
}

p.sub-header{
    margin-top: 85px !important;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
}

.sub-header-2{
    width: 60%;
    display: inline-block;
}

.sub-header-2 .title{
    margin-top: 50px !important;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 300;
}

.sub-header-2 .description{
    margin-top: 10px !important;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 300;
}

@media (max-width: 993px){
    .sub-header-2{
        width: 85%;
    }
    .sub-header-2 .title{
        font-size: 30px;
    }
    .sub-header-2 .description{
        font-size: 12px;
    }
}

@media (max-width: 640px){
    .sub-header-2{
        width: 95%;
}}

@media(max-width: 993px)
{
    p.sub-header{
        font-size: 32px;
    }
}
.box-green{
    height: 140px;
    width: 100%;
    max-width: 306px;
    max-width: 275px;
    border: 6px solid #3D8138 !important;
    margin-top: 10px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 5px;
}

.box-green span{
    color: #3D8138;
    font-weight: 900;
    font-size: 18px;
    /* text-shadow: 1px 0 #3D8138;
    letter-spacing:1px;*/
}

.box-khakhi{
    height: 140px;
    width: 100%;
    max-width: 306px;
    max-width: 275px;
    border: 6px solid #A9924C !important;
    display: inline-block;
    margin-top: 10px;
    padding: 35px 20px;display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 5px;
}

.box-khakhi span{
    color: #A9924c;
    font-weight: 900;
    font-size: 18px;
}

.box-no-border{
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
height: 130px;
/*width: 265px;*/
}

@media (max-width: 993px){
    .box-no-border{
        height: 50px;
}} 

.box-no-border span{
    color: #C8C8CA;
    font-weight: 900;
    font-size: 30px;
}

.bell-khakhi{
    color:  #A9924C;
}
  .inner{
    background-color:white;
   /* top: 25%;
    left:25%; /* of the container */ 
    top: -75%;
    width:50%; /* of the container */
    height:50%; /* of the container */
    position: relative;
    border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
  }
  .outer{
    background-color:white;
    width: 1.25rem;
    height: 1.25rem;
    position:relative;
    border-radius: 50%;
    border:1.5px solid #A9924c; 
    display: inline-block;
  }

  .nav-bar hr{
    height: 3px;
    border:none;
    color: #fff;
    background-color: #fff;
    z-index: 2000;
    position: relative;
    margin-top: 30px; 
  }

  ul.stepper {
    counter-reset: section;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
    padding: 1.5rem;
}

.stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stepper-horizontal li {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

ul.stepper li a {
    /* padding: 1.5rem; */
    text-align: center;
}

ul.stepper li a .circle {
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,.38);
    width: 1.75rem;
    height: 1.75rem;
    text-align: center;
    line-height: 1.7rem;
    margin-right: .5rem;
}

.primary-color, ul.stepper li.active a .circle, ul.stepper li.completed a .circle {
    background-color: #4285f4!important;
}

ul.stepper li .label {
    display: block !important;
    color: black;
}

ul.stepper li.active a .label, ul.stepper li.completed a .label {
    font-weight: 600;
    color: rgba(0,0,0,.87);
}

.stepper-horizontal{
    width: 40%;
    display: inline-flex;
}

@media (max-width: 993px){
    .stepper-horizontal{
        width: 80%;
}}

@media (max-width: 640px){
    .stepper-horizontal{
        width: 90%;
}}

.stepper-horizontal li.disable-step .outer{
    border:1.5px solid #C8C8CA !important; 
}

.stepper-horizontal li.disable-step .inner{
    background-color: white;
}

.stepper-horizontal li.filling-step .outer{
    border:1.5px solid #A9924C !important; 
}

.stepper-horizontal li.filling-step .inner{
    background-color: #C8C8CA;
}

.stepper-horizontal li.filled-step .outer{
    border:1.5px solid #A9924C !important; 
}

.stepper-horizontal li.filled-step .inner{
    background-color: #A9924C;
}

.stepper-horizontal li:not(:last-child):after {
    content: "";
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: -2.15rem 0 0 0;
    height: 2px;
    background-color: rgba(0,0,0,.1);
    /*min-width: 30px;*/
}

.stepper-horizontal li.filling-step:not(:first-child):before {
    background-color: #A9924C;
}

.stepper-horizontal li.filled-step-render:after {
    background-color: #A9924C;
}

.stepper-horizontal li:not(:first-child):before {
    content: "";
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: -2.15rem 0 0 0;
    height: 2px;
    background-color: rgba(0,0,0,.1);
    /*min-width: 30px;*/
}

input.bottom-border {
    border: 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid black;
  }

  input.bottom-border::-webkit-input-placeholder {
    text-align: center;
    color: black;
    font-weight: 500;
    font-size: 20px;
    }
    input.bottom-border:-moz-placeholder { /* Firefox 18- */
    text-align: center;  color: black;
    }
    input.bottom-border::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;  color: black;
    }
    input.bottom-border:-ms-input-placeholder {  
    text-align: center; color: black;
    }
    
.reg-form-area{
    width:40%;
    display:inline-block;
    }

@media (max-width: 1200px){
    .reg-form-area{
            width: 50%;
}}

@media (max-width: 993px){
    .reg-form-area{
        width: 55%;
}
    input.bottom-border::-webkit-input-placeholder {
    font-size: 18px;
    }
    input.bottom-border:-moz-placeholder { /* Firefox 18- */
    font-size: 18px;
    }
    input.bottom-border::-moz-placeholder {  /* Firefox 19+ */
        font-size: 18px;
    }
    input.bottom-border:-ms-input-placeholder {  
        font-size: 18px;
    }
}
    
@media (max-width: 640px){
    .reg-form-area{
        width: 70%;
}
input.bottom-border::-webkit-input-placeholder {
    font-size: 16px;
    }
    input.bottom-border:-moz-placeholder { /* Firefox 18- */
    font-size: 16px;
    }
    input.bottom-border::-moz-placeholder {  /* Firefox 19+ */
        font-size: 16px;
    }
    input.bottom-border:-ms-input-placeholder {  
        font-size: 16px;
    }
}

.main-container.bg-white .register-area a
{
    color: black;
    padding: 10px;
    text-decoration: none;
}

.register-area .acctno-verify{
    margin-top: 10px;
}

.register-area .acctno-verify a{
    text-decoration: underline !important;
}

span.bell-ok-glyph{
    margin-top: 20px;
    font-size: 32px;
    color: #A9924C;
    font-weight: bold;
}

.page-error p {
    background-color: #B4171E;
    color: white;
    font-size: 14px;
    padding: 5px; 
}

.page-error {
    margin-top:20px;
    width: 80%;
    display: inline-block;
    margin-bottom: -30px;
}

/***** Begin-Popup Box Styling ******/

#cboxContent {
  text-align: center !important;
}

#colorbox #cboxTitle .headline-text {
	color: #3D8138;
	font-size: 28px;
    font-weight: 500;
}

/***** End-Popup Box Styling ******/


/***** Begin-Consent Management Box Styling ******/



/* #consent-management-alert .consent-management-list__item {
    position: relative;
    margin-top: 0;
    margin-bottom: 3px;
    list-style-type: none;
    height: 35rem;
    padding: 1rem;
    margin-left: 5%;
    width: 90%;
    border: solid 2rem;
    border-color: darkslategray;
    top: -27rem;

}

#consent-management-alert .consent-management-list__label {
    width: 100%;
    font-size: 2rem;
    text-align: center;
}

.consent-tag-buttons-group{
    padding-left: 70%;	
	
	
}

#consent-management-alert .consent-buttons-group {
    position: absolute;
    top: 84%;
    right: 20px;
}


#consent-management-alert .consent-management-list__content-inner {
    padding: 15px 40px 0 65px;
    font-size: 16px;
    overflow-y: scroll;
    max-height: 20rem;
    text-align: left;
} */
/***** End-Consent Management Box Styling ******/

/* screen sizes followed

.col-xs-$	Extra Small	Phones Less than 768px
.col-sm-$	Small Devices	Tablets 768px and Up
.col-md-$	Medium Devices	Desktops 992px and Up
.col-lg-$	Large Devices	Large Desktops 1200px and Up

*/

.position-bottom {
    position: fixed;
    bottom: 0%;
    width: 100%;
}

.page-homepage .carousel,
.page-productList .carousel {
    height: 700px;
    min-height: 700px;
    margin: 0;
}

.page-homepage .carousel-message,
.page-productList .carousel-message {
    font-size: 56px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    z-index: 500;
    line-height: 1;
    top: 170px;
    position: relative;
    display: inline-block;
    padding: 20px;
    margin-left: 10%;
    margin-right: 10%;
}

.page-homepage .carousel .item,
.page-productList .carousel .item  {
    background-color: #fff;
    height: 100%;
    margin: 0 0;
    padding: 0 0;
} 

.page-homepage .carousel-inner,
.page-productList .carousel-inner {
    height: 100%;
}

.page-homepage .carousel-inner > .item > a > div > img,
.page-productList .carousel-inner > .item > a > div > img {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    min-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.page-homepage .carousel-caption,
.page-productList .carousel-caption  {
    z-index: 1001;
}

.terms-font {
    font-family: aktiv-grotesk, Arial, sans-serif;
}

.underline {
    text-decoration: underline;
}
.uppercase {
    text-transform: uppercase;
}
.padding-left50px {
    padding-left: 50px;
}

.terms-body p {
    text-align: justify;
}

.no-bullets {
    list-style: none;
}

@media screen and (min-width: 640px){
.page-homepage .carousel-caption,
.page-productList .carousel-caption  {
    left: 15%;
    right: 15%;
}}
.centered {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-message-footer {
    height:auto;
    text-align:center;
    padding-top:20px;
    vertical-align:middle;
}
.home-message-footer h4 {
    font-size: 4em;
}


.page-homepage #carouselHP .carousel-caption,
.page-productList #carouselHP .carousel-caption  {
    color: black;
    text-align: center;
    top: 20%;
    line-height: 1;
    position: inherit;
}

.card {
    background: rgba(0,0,0,.7);
    border-bottom: 6px solid #C8C8CA;
    display: inline-flex;
    height: 240px;
    margin-right: 1px;
    width: 325px;
}

@media screen and (min-width: 1024px){
.market .card{
    width: 340px;	
}
}
@media screen and (min-width: 1200px){
.market .card{
    width: 360px;	
}
}
.card:hover {
    background: rgba(200,200,202,1);
}

.homepage1 {
    border-bottom: solid 6px #3D8138;
}
.homepage1:hover {
    background: rgba(61,129,56,1);
}

.homepage2 {
    border-bottom: solid 6px #AC9C64;
}
.homepage2:hover {
    background: rgba(172,156,100,1);
}

.marketplace1 {
    border-bottom: solid 6px #00B3C5;
}
.marketplace1:hover {
    background: rgba(0,179,197,1);
}

.marketplace1 .card-image-block:hover{
    background: rgba(0,179,197,1);
}

.marketplace2 {
    border-bottom: solid 6px #3D833D;
}
.marketplace2:hover {
    background: rgba(61,131,61,1);
}

.card div {
    color: #fff;
    text-align-last: center;
}

.card a {
    width: 100%;
    text-decoration: none !important;
}

.card-title {
    font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px;
}
.card-subtitle {
    font-size: 12px;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    line-height: 16px;
}

.card-green {
    border-bottom: solid 4px #155532;
}

.layout-fixed {
    position: relative;
    margin-top: 6px;
}
.layout-cards {
    position:absolute;
    bottom:0;
    left:0;
    text-align:center;
    max-height:240px;
    overflow: hidden;
    width:100%;
    justify-content: center !important;
    display: flex !important;
}

.home-message-footer div h2 {
    color: #75787B;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    font-weight: 400;
}

.home-message-footer div span {
    color: #737477;
}

.tile-icon {
   font-size: 3.5em;
    padding-top: 20px;
    padding-bottom: 20px !important;
}

.market .tile-icon{
    padding-bottom: 0px;
}

.img-size img {
    height: 65px;
}

@media (max-width: 639px) {
    .item-value {
        padding-left: 0;
    }       
    .tile-icon{
    	padding-bottom: 0px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 991px) {
    .home-message-footer {
        padding-top:0px;
    }

    .home-message-footer h4 {
        font-size: 2em;
    }
    .page-homepage .carousel-message,
    .page-productList .carousel-message {
        font-size: 42px;
    }
     .page-marketplaceContentPage .carousel-message{
    	top: 150px;
    }
    .card {
        margin-bottom: 2px;
	    border-bottom: none !important;
	    height: 140px;
	    width: 100%;
    }
    .layout-cards {
        bottom: 0%;
        position: fixed;
        max-height: 100%;
    }

    .tile-icon {
        font-size: 2.7em;
        padding-top: 10px;
    }
    
    .img-size img {
        height: 32px;
        margin-top: -15px;
        width: 30px;
    }

    .page-homepage #carouselHP .carousel-caption,
    .page-productList #carouselHP .carousel-caption
     {
        top: 10%;
    }
    
    .page-homepage .carousel-inner > .item > a > img,
    .page-productList .carousel-inner > .item > a > img
     {
    	min-height: 500px;
	}
    .page-homepage .carousel,
    .page-productList .carousel
     {
	    min-height: 250px;
        max-height: 250px;
	}
	

    /* This ONLY applies to Marketplace page */
    body.template-pages-layout-marketplaceLayoutPage #carouselHP {
        height: 100vh;
    }
    body.template-pages-layout-marketplaceLayoutPage #carouselHP .carousel-inner .item a img {
        height: 100vh;
    }
    body.template-pages-layout-marketplaceLayoutPage .home-message-footer {
        display: none;
    }
    body.template-pages-layout-marketplaceLayoutPage .bell-footer {
        display: none;
    }
    /* */
}

@media screen and (max-width: 640px){
	.card-subtitle{
		display: none !important;
	}
	.card-title {
    font-size: 1.2em;
    min-height: unset;
    }
    
    .page-homepage .carousel-message,
    .page-productList .carousel-message{
    	margin-left: 15px;
    	margin-right: 15px;
    	font-size: 30px;
    }
    
    .page-marketplaceContentPage .carousel-message{
    	font-size: 34px;
    	top: 150px;
    }
    
    .market.sm-he-scr .card{
    	height: 120px;
    }
    .market.sm-he-scr .card .card-title {
    	font-size: 1em;
    }
    
	.home-message-footer div h2 {
	    font-size: 28px;
        padding-left: 10px;
    	padding-right: 10px;
	}
}


@media screen and (min-width: 640px) and (max-width: 1024px){
	.card-title{
		padding-bottom: 5px;
	}
	.tile-icon{
		padding-bottom: 0px;
	}
	.card-title {
    	font-size: 1.6em;
    }
    
    .market .card-title{
    	min-height: unset;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    .home-message-footer h4 {
        font-size: 2em;
    }

    .page-homepage .carousel-caption p,
    .page-productList .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
}

.cart-top-bar-custom {
    background: #f2f2f2;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
    } 
    .my-user-acct-add-existingfalse {
    background: #f2f2f2;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
    } 
    .my-user-acct-add-existingtrue {
    background: #f2f2f2;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
    } 
    .my-user-acct-add-true {
    background: #f2f2f2;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
    } 

.header-wrapper-custom{
    background-color: transparent;
    border-bottom: 3px solid black;
    height: 110px;
    margin-top: 0px;
    z-index: 1000
 }  

 .img-size-custom{
     position: relative;
    margin-top: 0px !important;
    height: 90px;
    min-height: 8rem;
    z-index: 1001;
    width: auto;
 }
 .site-header-term {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -35px;
 }
 
 .header-image-tag{
  position: relative;
    margin-top: -45px;
    height: 93px;
    z-index: 1001;
 }
  
/* Begin - Checkout Page*/

/*.form-control{
    margin-top: 5px;
    height: 40px !important;
    border-radius: 0px;
    border: 1px solid #cccccc;
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
}

.theme-green .form-control:focus {
    border-color: #3D8138;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #3D8138;
    box-shadow: inset 0 1px 1px #3D8138;
}
.theme-green .form-group label.form-label {
    font-size: 12px;
    float: left;
    text-transform: capitalize;
    color: #6B6A6F;
}
.theme-green .form-group label.form-label.required:after {
    content: " *";
    font-weight: bold;
    color: #6B6A6F;
}

.has-error select.form-control {
    border-color: #B4171E;
    background-color: #ffffff;
}

.has-error .form-control:focus {
    border-color: #B4171E;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px #B4171E;
    box-shadow: inset 0 1px 1px #B4171E;
  }*/
/* End - Checkout Page*/

  .overlaylogin{
 position: fixed; 
   width:100%;
   height:100%;
   background:rgba(0,0,0,.9);
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  z-index:1200; 
   
 }
 .overlay-hide{
 display:none;
 }
 
 .consent-div{
  margin-top: 251px;  
  z-index:99999;
 }
 .term-p{
  font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 0 10.5px;
}
.term-h3{
font-weight: 300;
font-size: 28px;
}
.term-h1{
color: #3D8138;
margin-top: 10px;
text-transform: uppercase;
font-weight: 900;
font-size: 41px;
}
.reg-user-terms{
 text-decoration: underline;
 text-decoration-color: green;
}
.consent-cookie-term{
	font-weight: bold;
	color:#50411A;
	font-size: 16px; 
	margin-top: -8px;
}
/* .breadcrumb > li{
  margin-top: 15px;
}
.breadcrumb > li >a{
  color:#19212b;
}
.search-box-custom{
	margin-top: -47px;
	margin-left: 770px;
}
.search-box-input-custom{
	width:430px; 
	min-height: 28px; 
	background-color: #ffffff;
} */


.page-homepage .carousel .item,
.page-homepage .carousel__component--carousel .item,
.page-homepage .carousel .carousel__item,
.page-homepage .carousel__component--carousel .carousel__item,
.page-productList .carousel .item,
.page-productList .carousel__component--carousel .item,
.page-productList .carousel .carousel__item,
.page-productList .carousel__component--carousel .carousel__item {
    display: none; 
    margin: 0 10px;
    padding: 10px 0;
}

.page-homepage .carousel .item.active,
.page-homepage .carousel__component--carousel .item.active,
.page-homepage .carousel .carousel__item.active,
.page-homepage .carousel__component--carousel .carousel__item.active,
.page-homepage .carousel .item.next,
.page-homepage .carousel__component--carousel .item.next,
.page-homepage .carousel .carousel__item.next,
.page-homepage .carousel__component--carousel .carousel__item.next,
.page-homepage .carousel .item.left,
.page-homepage .carousel__component--carousel .item.left,
.page-homepage .carousel .carousel__item.left,
.page-homepage .carousel__component--carousel .carousel__item.left,
.page-homepage .carousel .item.right,
.page-homepage .carousel__component--carousel .item.right,
.page-homepage .carousel .carousel__item.right,
.page-homepage .carousel__component--carousel .carousel__item.right
{
    display: block; 
    margin: 0px 0px;
    padding: 0px 0px;
}

.page-productList .carousel .item.active,
.page-productList .carousel__component--carousel .item.active,
.page-productList .carousel .carousel__item.active,
.page-productList .carousel__component--carousel .carousel__item.active,
.page-productList .carousel .item.next,
.page-productList .carousel__component--carousel .item.next,
.page-productList .carousel .carousel__item.next,
.page-productList .carousel__component--carousel .carousel__item.next,
.page-productList .carousel .item.left,
.page-productList .carousel__component--carousel .item.left,
.page-productList .carousel .carousel__item.left,
.page-productList .carousel__component--carousel .carousel__item.left,
.page-productList .carousel .item.right,
.page-productList .carousel__component--carousel .item.right,
.page-productList .carousel .carousel__item.right,
.page-productList .carousel__component--carousel .carousel__item.right
{
    display: block; 
    margin: 0px 0px;
    padding: 0px 0px;
}

.error-page {
    position: relative;
    text-align: center;
    color: white;
    padding-top: 100px;
}

/* Bottom left text */
.error-content {
 /*  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.pagenotfound-msg{
	font-size: 28px;
    color: #003764;
    font-weight: 900;
    line-height: 1.2;
}
.server-error-msg{
	font-size: 28px;
    color:  #B4171E;
    font-weight: 900;
    line-height: 1.2;
}

.alert{
	margin-bottom: 0px !important;
}

.blue-btn-block{
	display: inline-block !important;
    width: auto;
    height: auto;
    font-size: 12px;
    font-weight: 900 !important;
    color: white;
    text-transform: uppercase;
    text-align: center;
    background-color: #003764;
    border: 2px solid #003764;
    padding: 5px 15px;
    margin: 20px 0 10px;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
}

.error-page .blue-btn-block:hover,
.error-page .blue-btn-block:focus,
.error-page .blue-btn-block:active
{
	color: white;
    background-color: #003764;
    border: 2px solid #003764;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important;
}

.product-nav .account-orderhistory-pagination .pagination-wrap {
    float: right;
    text-align: right;
    margin-bottom: 10px;
}

 #overlay, #pageloadoverlay {
        background: #ffffff;
        color: #666666;
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 99999;
        top: 0;
        left: 0;
        float: left;
        text-align: center;
        padding-top: 25%;
        opacity: .7;
        display: none;
    }
    
#overlay .load-message
#pageloadoverlay .load-message{
  	color: #6B6A6F;
	font-weight: 900;
}
		
#overlay-noshow {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .9;
    display: none;
}
    
#overlay-noshow .load-message{
  	color: #6B6A6F;
	font-weight: 900;
}
    
    #overlay-checkout,
    #overlay-checkout-parts{
	    display: none;
	    background: #cccccc;
	    color: #666666;
	    position: fixed;
	    height: 100%;
	    width: 100%;
	    z-index: 99999;
	    top: 0;
	    left: 0;
	    float: left;
	    text-align: center;
	    padding-top: 12%;
	    opacity: .97;
	    padding-left: 30px;
    	padding-right: 30px;
    }
    
    #overlay-checkout .message-box,
    #overlay-checkout-parts .message-box{
	    background-color: #ffffff;
	    opacity: 1 !important;
	    width: fit-content;
	    margin: auto;
	    padding: 20px;
	    border: 1px solid #aea4a4;
	    box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.3);
	    color: black;
    }
    
    #overlay-checkout .message-box .order-process-header{
    	color: #fe030e;
	    font-weight: 600;
	    font-size: 28px;
	    text-transform: uppercase;
	    line-height: 30px;
    }
    
     #overlay-checkout-parts .message-box .order-process-header{
    	color: #003764;
	    font-weight: 600;
	    font-size: 24px;
	    text-transform: uppercase;
	    line-height: 30px;
    }
    
    #overlay-checkout .message-box .order-process-message,
    #overlay-checkout-parts .message-box .order-process-message{
    	font-size: 18px;
    	font-weight: 600;
	    line-height: 1.2;
	    padding-left: 30px;
	    padding-right: 30px;
    }
    #overlay-checkout .message-box .order-process-message.emphasis{
    	color: #fe030e;
	    font-weight: 600;
	    font-size: 20px;
	    line-height: 1.2;
	    padding-left: 30px;
	    padding-right: 30px;
    }
    
@media screen and (max-width: 640px)
{
	 #overlay-checkout .message-box .order-process-message,
	 #overlay-checkout-parts .message-box .order-process-message{
    	font-size: 16px;
	    padding-left: 10px;
	    padding-right: 10px;
    }
    #overlay-checkout .message-box .order-process-message.emphasis{
	    font-size: 18px;
	    padding-left: 10px;
	    padding-right: 10px;
    }
    
    #overlay-checkout,
    #overlay-checkout-parts{
	    padding-left: 10px;
    	padding-right: 10px;
    }
    
}
    
/*bold product icon for PLP, PDP, Cart, Checkout*/
.icon.icon-tablet-ipad-2:before{
	    font-weight: bold !important;
}

.icon.icon-file:before{
	    font-weight: bold !important;
}

.icon.icon-tools-wrench-screwdriver:before{
	    font-weight: bold !important;
	
}


.payment-type-container{
    padding: 10px 15px 20px;
    min-height: 22px;
    white-space: normal;
    border-radius: 4px;
    margin: 5px 0px;
}
.payment-type-container.active{
    border-color: rgba(61, 129, 56,1);
    background: rgba(61, 129, 56,0.1);
    color: rgba(61, 129, 56,1);
}

div[id^="PaymentTypeSelection_"][id$="_placeholder"] {
    padding: 0px;
}
.checkout-indent .nav>li{
    padding-right: 5px;
}
.checkout-indent .nav>li>a{
    background-color: rgba(200, 200, 202, .5);
    color: #000000;
    border-radius: 4px;
    line-height: 1;
    font-size: 14px;
}
.checkout-indent .nav-pills>li>a:focus, 
.checkout-indent .nav-pills>li>a:hover{
    color: #000000;
    background-color: rgba(200, 200, 202, .5);
}
.checkout-indent .nav-pills>li.active>a, 
.checkout-indent .nav-pills>li.active>a:focus, 
.checkout-indent .nav-pills>li.active>a:hover{
    color: #ffffff;
    background-color: #3D8138;
}
.checkout-indent .nav.nav-pills{
    margin-bottom: 20px;
}

.checkout-payment select{
	font-size: 10px;
	padding: 5px;
}
.hide-next-btn{
	display: none !important;
}
.checkout-payment .chk-ps-caps-label{
	color: #4B4C50;
	font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 16px;
}
.checkout-payment .form-group,
.checkout-payment .form-group .form-control
{
	margin-top: 0px;
}
.checkout-payment .payment-type-container > label{
	color: #4B4C50;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.section-label{
	margin-bottom: 10px;
}
.checkout-payment .payment-type-container.active > label{
	color: #3d8138;
}

input[type="checkbox"] {
    margin-right: 10px;
    margin-bottom: 10px;
}

/**   Begin - Order Confirmation**/
.checkout__confirmation__content--component .well.well-tertiary{
	background-color: #3D8138;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    max-width: 1400px;
    margin: auto;
}
.checkout__confirmation__content--component .well.well-quinary .well-headline{
	background-color: #efefef;
}
.checkout__confirmation__content--component .well .well-headline{
    border: none;
    padding: 5px 30px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;    
    max-width: 1400px;
    margin: auto;
    color: #ffffff !important;
}
@media screen and (max-width: 1024px){
	.checkout__confirmation__content--component .well .well-headline{
    	padding: 10px 20px;
	}
	.card-subtitle{
		display: none !important;
	}
}
.checkout__confirmation__content--component .well .item-group {
    margin-bottom: 25px;
}

.checkout__confirmation__content--component .well.well-quinary .well-content{
	padding-left: 30px;
    padding-right: 30px;
    max-width: 1400px;
    margin: auto;
}

@media screen and (max-width: 640px){
.checkout__confirmation__content--component .well .item-group {
    margin-bottom: 5px !important;
}}
.checkout__confirmation__content--component .well .item-label{
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0px;
}
.checkout__confirmation__content--component .well.well-tertiary .item-value {
    color: #fff !important;
    font-size: 13px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    min-height: 19px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.checkout__confirmation__content--component .well.well-tertiary .item-value.lg-text{
	font-size: 22px;
}
@media screen and (max-width: 1023px){
.checkout__confirmation__content--component .well.well-tertiary .item-value.lg-text {
    font-size: 14px !important;
}}
.checkout__confirmation__content--component .account-orderdetail .orderTotal hr
{
	color: #3D8138;
	margin: 10px 0px 0px 0px;
    border: 1.5px solid #3D8138;
    height: 0px !important;
}

/* .checkout__confirmation__content--component .btn--continue-shopping{
	display: none !important;
} */
.account-section .checkout__confirmation__content--component .account-consignment {
    margin-top: 5px;
}

.checkout-success__body__headline{
	text-transform: none;
    color: #3D8138;
    font-weight: 100;
    font-size: 32px;
    line-height: 1;
}
@media screen and (max-width: 640px){
	.checkout-success__body__headline{
		font-size: 26px;
	}
}
.order-confirmation-ordernumber{
	color: #3D8138;
    font-size: 20px;
    font-weight: 300;
}
.order-confirmation-ordernumber-text{
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}
.order-confirmation-user-email{
	color: #3D8138;
	font-weight: 400;
}
.checkout-success__body {
    margin: 30px 0;
    text-align: center;
}
.checkout__confirmation__content--component .well .well-headline.oc_shipping_headline{
	font-size: 15px;
    color: #4B4C50;
    font-weight: 600;
} 
.checkout__confirmation__content--component .well .well-headline-sub{
	font-size: 13px;
    color: #6B6A6F;
}
.checkout__confirmation__content--component .account-orderdetail.account-consignment .order-ship-to .label-order{
    color: #3D8138;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0px;
}

.checkout__confirmation__content--component .item__list .item__list--header li{
	color: #ffffff;
    background-color: #3D8138;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 30px;
}

.checkout__confirmation__content--component .account-orderdetail.account-consignment .item__list .item__list--item>[class*="item__"] {
    display: table-cell;
    padding: 10px 30px !important;
    vertical-align: top;
}

.checkout__confirmation__content--component .item__list .item__list--item .item__info a .item__name{
	color: #3D8138;
}
.checkout__confirmation__content--component .item__list .item__list--item .item__code
{
	color: #98979D;
	font-size: 12px;
}

.checkout__confirmation__content--component .account-orderdetail .item__list{
	max-width: 1400px;
    margin: auto
}

.checkout__confirmation__content--component .ref-link,
.checkout__confirmation__content--component .ref-link:hover,
.checkout__confirmation__content--component .ref-link:focus,
.checkout__confirmation__content--component .ref-link:active{
	color: #3D8138 !important;
	text-decoration: none;
}

@media screen and (max-width: 1023px){
	.checkout__confirmation__content--component .item__list .item__quantity__total .qty label {
	    float: left;
	    margin: 0 10px 0 0;
	    font-size: 12px;
    }
    
	.checkout__confirmation__content--component .account-orderdetail.account-consignment .item__list .item__list--item .item__price{
	    padding: 5px 30px !important;
	    display: block;
	}
    
}
    
@media screen and (max-width: 639px){
	.checkout__confirmation__content--component.account-orderdetail.account-consignment .item__list .item__list--item .item__total {
	    float: left !important;
	}
}
.account-orderdetail .value-order{
	color: #25282A;
    font-size: 13px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    min-height: 19px;
    line-height: 20px;
}
/**   End - Order Confirmation**/

/** BEGIN Consent - GDPR **/
.consent-management-list{
	text-align: center;
}
#consent-management-alert .consent-management-list__content-inner{
	padding: 10px 20px;
    font-size: 16px;
}

#consentAcceptID{
	margin: 10px;
}

#consentAcceptID .btn-primary-greenbox{
	margin: 10px !important;
}

.consent-cookie-term > a{
	font-size: 16px;
    color: #3D8138;
    }
.consent-management-list__item{
	background-color: #ffffff;
}
/** END - Consent - GDPR **/

.account-block-error-msg{
	color:  #B4171E;
}

.validation-summary{
	display: none;
	font-size: 14px;
	text-align: center;
	color:  #B4171E;
}

.validation-summary.show{
	display: block;
}

#_asm .ASM-btn-customer360, .ASM_customer-list-modal table.techne-table tr.techne-table-xs-left>td:last-child, .ASM_customer-list-modal table.techne-table tr>th:last-child {
	display:none !important;
}
#missing-air-sf{
	display: none;
}

#colorbox #missing-air-sf
{
	display:block;
}

/* pdf generator code start */
.disclaimer{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #75787B;
    margin: 0px 5px;
}

.producttag{
    padding: 1px 6px;
    color: #fff;
    background-color: #25282A;
    font-size: 12px;
    line-height: 12px;
    font-weight: 900;
    border-radius: 2px;
    margin: 5px;
}
#spareid
{
	display:none;
}

.alternate.producttag{
    background-color: #046A38;
}

.reconditioned.producttag{
    background-color: #C5B783;
}

.lifelimited.producttag{
    background-color: #A7A8AA;
}

.special.producttag{
    background-color: #25282A;
}

.producttag-lebel{
    color: #53565A;
    font-size: 12px;
    font-weight: 400;
}

.email-link{
    color: #00AEC7;
    font-weight: 600;
}
/*pdf generator code end*/


