/** Header Css **

*Modification log:
----------------------------------------------------------------------------------------------------------------------
*Developer                              Date              ModificationID              Description
----------------------------------------------------------------------------------------------------------------------
*Shubhangi                           03.03.2021             OPR-4050           h1 element should only wrap the page title
*/

input::-ms-reveal,
input::-ms-clear {
  display: none;
}
.row.headerLoginWrap {
    position: relative;
}
div#login-menu {
    position: static;
}

.greenArrow{
    transform: rotate(90deg);
}

.whiteArrow{
    transform: rotate(-90deg);
}

img#HeaderNavTick {
    margin-right: 7px;
}
.dot {
  height: 14px;
  width: 14px;
  background-color:#E2E2E2; /* RP:FINPOP-4140 updated color #D8D8D8; */
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  margin-top: 3px;
}

.SBDots,.paymentsDots{
     background-color:#00693C; /* RP: FINPOP-4140 added new color ad removed #008C18*/
}

.timelineView .checkoutNavMainDiv .paymentTitle,.SBHeading {
    /* font-weight: 700;
    color: #BEBEBE;
    font-size:16px; */
    /* RP: FINPOP-4140 updated color,font */
    color: #919191;
    font-size: 16px;
    font-family: 'Maax-Bold';
}
.SBDots + .SBHeading,.paymentsDots + .PaymentHeading {
    /* color: #212221;
    font-family: 'Maax-Regular'; 
    RP: FINPOP-4140 removed abv code and added below code
    */
    color:#052011;
    font-family: 'Maax-Bold';
    font-size: 16px;
    /* font-weight: bold; */
    letter-spacing: 0;
    line-height: 20px;
}

/* AQA-189(OPR-8847) */
.back-slash-seperator{
    font-weight:bold;
    color:#7AB800
}


.cart-icon{
      width: 24px;
}

.password-errorHead.error-text, .password-failedHead.error-text {
    padding: 0 0 10px 0;
}


/*_:-ms-lang(x), .SBHeading{
    width:38%;
}*/

.checkoutNavMainDiv{
    text-align: center;
    display: flex;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.checkoutNavSeparatorSB {
    max-height: 1px;
    width: 91px;
    background-color: #D8D8D8;
    margin: 10px; /* RP: FINPOP-4140 updated margin */
    /* margin-top: 10px;
    margin-left: 10px; */
}

/* .SBHeading{
    color: #1D890A;
    font-family: 'Maax-Regular';
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
} RP: FINPOP-4140 commented abv code since not required*/


.checkoutNavSeparator{
      background-color: #212221;
}

.dot p{
   color: #BEBEBE;
  font-family: 'Maax-Regular';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
}
/*timeLine on Header CSS*/
.timelineView{
    padding-left:200px;
}
.timelineView .col-md-5, .timelineView .col-md-1{
    padding-right:0px;
}

.timelineView .shopping-cart{
    left:25px;
    top:20px;
}
.timelineView .iconNumber{
    float:right;
}


.timelineView .checkoutNavMainDiv{
    padding-left:82px;
    padding-top: 27px;
}
.timelineView .marchexHeaderView{
    padding-top: 14px;
    padding-left:144px;
    padding-right:0px;
    position: relative;
    left: 26px;
}
.timelineView .marchexHeaderView .marchexTimings{
    font-size:12px;
  /*  padding-left:7px;*/  
}
.timelineView .marchexHeaderView .headerTime530to5{
    position: relative;
    left: -9px;
    width: 103%;
}

ul.nav li.app-logo a {
    padding-right: 30px;
    padding-top: 22px;   
    padding-left: 0px;
}

.nav>li>a.app-logo:hover, .nav>li>a.app-logo:focus {
    background-color: transparent;
}

.menu_container {
    margin-top: 60px;
}

.main-heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.33;
    font-family: 'Maax-Regular', sans-serif;
}

.login-error-text{
    font-family: 'Maax-Regular';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.44;
    letter-spacing: 0.6px;
    color: #fff;
    clear: both;
    position: relative;
    margin-left: -25px;
    width: 384px;
    margin-bottom: 20px;
    background-color: #9f2424;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blocked-user-error .resend-mail{
    color:#fff;
    font-size: 12px;
   text-decoration: underline;
}
.closeDiv{
    float:right;
}

/*Edge Browser*/
_:-ms-lang(x),_:-webkit-full-screen, .timelineView .checkoutNavMainDiv{
    padding-left:0px;
    padding-top: 27px;
}

_:-ms-lang(x),_:-webkit-full-screen, .timelineView  .shopping-cart{
   margin-left:25px;
}
_:-ms-lang(x),_:-webkit-full-screen, .timelineView  .marchexTimings{
   width:120%;
}
/* IE Browser*/
@media all and (-ms-high-contrast: none) {
   .timelineView .checkoutNavMainDiv{
    padding-left:0px;
    padding-top: 27px; 
    }
    .timelineView .marchexHeaderView {
    padding-top: 14px;
    padding-left: 116px;
    padding-right: 0px;
    position: relative;
    left: 26px;
   }

}
.loginUserHeader .see-password {
    float: right;
    text-align: right;
    cursor: pointer;
    margin-top: -33px;
    margin-right: 15px;
    font-size: inherit;
    right: 0;
    /* font-style:italic; */
    color: #1C8200;
}

.header-seperator {
    margin-top: 0px;
    margin-bottom: 40px;
}

img.bread-crumb-slash {
    padding-bottom: 10px;
    height: 40px;
}

.category-nameCheckout{
    color: #000000; /*RP: FINPOP-4140 #212221; */
    font-family: 'Maax-Bold'; /* FINPOP-6459 */
    font-size: 44px; /* RP: FINPOP-4140 30px; */
    letter-spacing: 0;
    line-height: 36px;
    display:block;
}

.all-pricingCheckout{
        color: #212221;
    font-family: 'Maax-Regular';
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    text-transform: initial;
}

.category-name {
    font-family: 'Maax-Regular', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.33;
    text-transform: none;
}

.all-pricing {
    font-family: 'Maax-Regular';
    letter-spacing: normal;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    font-size: 14px;
    padding-left: 6px;
}

.location-value {
    float: left;
    margin-left: 5px;
    width: calc(100% - 25px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#headerImages {
    height: 25px;
    width: 25px;
}

.navbar-default {
    border: none;
}

.headerLoginWrap .navbar-right{
    margin-right:0px;
}
.modal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}

.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}

.modal.fade:not(.in).bottom .modal-dialog {
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
}

.modal.right .modal-dialog { 
    position: absolute; 
    top: 0; 
    right: 15px; 
    margin: 0; 
} 
.modal.right .modal-content { 
  /* min-height: 100vh; */
    min-height:87%;
    border: 0; 
    width: auto;
    background: #fff; 
    border-radius: 0; 
}

.modal.right .modal-content .myTabLoggedinUser{
    min-height: 100vh;
    border: 0;
    left:30px;
    width: 192px;
    background: #fff;
    border-radius: 0;
}
/*Cart Styles*/

.cart-count {
    color: #ffffff;
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #1D890A;
    line-height: 14px;
    font-size: 9px;
    text-align: center;    
    top: -5px;
    left: 13px;
}


.serviceLocation {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-right: 0px;
}

.service-location {
    font-size: 14px;
    line-height: 1.71;
    font-family: 'Maax-Regular';
    font-style: normal;
    font-weight: 500;
    margin: 0;
    float: right;
    max-width: calc(100% - 0px);
}

.category-row {
    margin: 40px 0;
    border-bottom: 1px solid #c6c6bc;
}

.category-row.category-row-cart {
    border-bottom: none;
    margin-bottom: 0px;
}

.category-type h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.checkTitle{ /*OPR-4050 */
    font-style: normal;
    font-family: 'Maax-Regular';
    font-stretch: normal;
    letter-spacing: normal;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.07;
    
   
}


.panel-title {
    font-size: 15px;
    font-weight: bold;
    color: #515151;
    line-height: 1.6;
}

.header {
    /* background-color: #f7f7f7; */
    background-color: #F8F8F2;
    font-size: 14px;
    height: 46px;
}
.top-nav-menu .TopMenuItem{
    margin-left:14px;
}

.header .navbar-nav>li>a.header-nav {
    padding: 0;
}

.header-nav .ButtonTextIcon {
    font-family: 'Maax-Regular';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    padding: 11px;
    /* color: #67696d; */
    color: #024731;
}
.header-nav .ButtonTextIcon .userIcon{
    padding-right:12px;
    
}
.header-nav .ButtonTextIcon .downArrow, .header-nav .ButtonTextIcon .upArrow{
    padding-left: 3px;
    padding-bottom: 4px;
}

.header .navbar-nav>li.shopping-cart {
   margin:15px 5px 7px 10px;
}
/* OPR-6749 */
.logout-btn .create-new-profile-Arw{
    padding:0px 0px 4px 0px;
    margin-left: 0.625rem;
}
/* OPR-6749 */
.logout-btn .create-new-profile{
    color: #1C8200;
    font-weight:700;
    font-family: 'Maax-Regular';
    text-decoration: none;
}
/* OPR-6749 */
.logout-btn a:hover,.forgotPass a:hover,.signUpSec a:hover{
    color: #065920;
}

/* OPR-6749 */
.HdrloginBtn .login-button-text{
    text-transform: none;
}

.forgotPass a{
    font-weight:400;
    font-family: 'Maax-Regular';
    color:#1C8200;
    text-decoration: none;
}
.modal-open {
    padding-right: 0px !important;
}
.header .navbar-nav>li:last-child>a.header-nav .ButtonTextIcon {
    /* color: #fff; */
    color: #024731;
    /* background: #1d890a; */
    background: #EFEFE4;
    cursor: pointer;
    padding: 10px 20px 10px 20px;
    /* width: 141px; */
}

.sub-header {
    height: 72px;
    box-shadow: 0 2px 6px 0 rgba(175, 181, 186, 0.3), 0 -1px 6px 0 rgba(175, 181, 186, 0.3);
    background: #fff;
}

.li-padding {
    padding: .6rem 0px;
}

.navbar-nav>li.main-dropdown-section {
    padding: 28px 25px 0px 25px;
}

.navbar-nav>li.main-dropdown-section>a {
  /*  padding: 0 25px;*/
  padding:0 0 13px 0;
    color:#024731;
    font-weight: Bold;
    font-family: "Maax-Bold",Arial,sans-serif;
}

.navbar-nav li:hover div.sub-menu {
    display: block;
   /* max-width: 650px;
    min-width: 250px;*/
    border: 0;
    border-radius: 0;
}

.sub-menu ul {
    padding: 0 13px;
}

.second-level>li>a:hover {
    background-color: #fff;
    color: #67696d;
}

.second-level>li>a {
    padding: 0px 20px;
}
.test-pad {
    padding-right:0 !important;
}
.modal-open{
    overflow-y: auto;
    overflow-x: hidden;
}
.nav>li>a.header-nav:hover, .nav>li>a.header-nav:focus {
    background-color: rgb(244, 244, 244);
}

.header-level-2:hover>a, .header-level-2>a:hover {
 /*   border-bottom: 3px solid #1d890a;*/
    text-decoration: none;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu .dropdown-menu {
    margin-top: -6px;
}

.dropdown-submenu a:after {
    display: none;
}
.nav>li.main-dropdown-section{
        position: static;        
    }
div.sub-menu .headerImgSec{
    /* background-color: #f4f4f4; */
    background-color: #024731;
    color: #fff;
    height:380px;
    /* padding-right: 61.6px;
    padding-left: 25px;
    padding-top: 20px; */
    font-family: "Maax-Regular",Arial,sans-serif;
    padding: 25px 0 25px 25px;
}
.headerImgSec .headerProductImg{
    /* width: 100%; */
    width: auto;
    height: 172px;    
    /* padding-top: 15px; */
}
div.sub-menu .dropdown-submenu .headingSec{
     /* color: #67696d; */
     font-weight: bold;
     color: #024731;
     font-family: "Maax-Bold",Arial,sans-serif;
}
.dropdown-submenu .header-part{
       /* border-left: 2px solid rgb(239, 239, 239); */
       border-left: 1px solid rgb(214, 214, 214);
       padding-top:.8rem;
       margin-top:.5rem;
}
.main-dropdown-section .mainHeading{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #67696d;
}

div.sub-menu .threeHeadSec{
    padding-top:15px;
}
div.sub-menu .dropdown-submenu .header-part a{
   /* border-bottom: 1px solid #1d890a;
    text-decoration: underline;*/
    color:#67696d;
    font-weight: normal;
    font-family: "Maax-Regular",Arial,sans-serif;
} 
div.sub-menu .dropdown-submenu .header-part a:hover{
   /* border-bottom: 1px solid #1d890a;*/
    text-decoration: underline;
    /* color:#1d890a; */
    color: #1C8200;
    font-weight: normal;
} 
div.sub-menu .dropdown-submenu .ctaLink, .headerImgSec .ctaLink{
    font-style: normal;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    /* color: #1d890a; */
    color: #1C8200;
    font-family: "Maax-Bold",Arial,sans-serif;
    /* text-transform: uppercase; */
}
.headerImgSec .ctaLink{
    color:#fff;
}
.headerUnderSec .headerImgSec .ctaLink:hover{
    color:#fff;
}
div.sub-menu .dropdown-submenu .ctaLink:hover, .headerImgSec .ctaLink:hover{
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    /* color:#065920; */
    color: #1C8200;
    /* text-transform: uppercase; */
}
.main-dropdown-section a:hover, .navbar-nav li:hover>a {
    font-style: normal;
    /* font-weight: 400; */
    font-stretch: normal;    
    letter-spacing: normal;
    /* color: #1d890a; */
    color: #024731;
    font-weight: bold;
}
.navbar-nav li:hover>a {
    line-height: 1.5;
}

.sub-menu .menuArrow{
    padding-bottom: 5px;
}


.main-dropdown-section .third-level-menu .heading:hover, .main-dropdown-section .third-level-menu .dropdown-submenu:hover a.heading {
    color: #67696d;
    cursor: default;
}

main-dropdown-section .mainHeading:hover, .navbar-nav li:hover>.mainHeading {
    background-color: #fff;
    border-bottom: 3px solid #006937!important;
}

.tabbed-menu-content {
    display: none;
    position: absolute;
    width: 320px;
    max-height: 480px;
    left: 220px;
    top: 0;
    padding: 0;
    background: #fff;
    font-weight: 400;
    border-left: 1px solid #ddd;
    z-index: 10001;
    word-wrap: break-word;
}

.navbar-nav li:hover>.sub-menu>ul>li:hover>div.tabbed-menu-content {
    display: block;
}

.main-dropdown-section a.heading, .main-dropdown-section a.heading:hover, .main-dropdown-section a.heading:focus {
    font-weight: bold;
}

.header-level-2>.tabbed-menu-content:nth-child(3) {
    left: 505px;
    border-left: 0;
}

.Business .header-level-2>.tabbed-menu-content:nth-child(3) {
    left: 490px;
}


.header-level-2>.tabbed-menu-content:nth-child(3)>ul>li>a.heading {
    visibility: hidden;
}

_:-ms-fullscreen, :root li.shopping-cart {
    margin-top: -3px;
}

/*-Css for header nav login -*/

.app-logo-container .nav>li>a>img {
    width: 91px;
    max-height: 45px;
}

.mainformHeader .HdrloginBtn .btn-primary {
    min-width: 334px;
    margin-bottom: 15px;
    border-radius: 28px;
}

.loginUserHeader .loadingIcon {
    width: 16px;
    position: absolute;
    right: 22px;
    top: 10px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.loginUserHeader .loadingIconHead {
    width: 16px;
    position: absolute;
    right: 22px;
    top: 10px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.mainformHeader .noPaddLeftRight {
    padding-left: 0px;
    padding-right: 0px;
}

.loginUserHeader .emailValid {
    /*  margin-top: 38px; */
    margin-bottom: 30px;
}
/* OPR-6749 */
.signUpSec .continue-as-guest,.forgotPass .forget-email-password  {
    color:#1C8200;
    text-decoration: none;
}
.loginUserHeader .signUpSec {
    font-family: 'Maax-Regular';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
  /*  text-align: center;*/
}

.mainformHeader .welcomeTitle {
    width: 85px;
    height: 22px;
    font-family: 'Maax-Regular';
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    padding-top: 8px;
    margin-bottom: 20px;
}

.loginUserHeader .forgotPass {
   /* text-align: center;*/
    display: block;
  /*  margin-bottom: 60px;*/
  padding-left:0px;
  margin-bottom:6px;
}



.mainformHeader .cc_contact_input_email {
    margin-bottom: 5px;
}

.mainformHeader .form-control {
    border: 2px solid #ebebeb;
    /* border-bottom: 2px solid #9b9b9b; */
    box-shadow: none;
    border-radius: 4px;
    padding:3rem 1rem 15px;
    text-transform: none;
    font-family: 'Maax-Regular';
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    width:100%;
    line-height: 1.14;
    letter-spacing: normal;
}
.mainformHeader .red .form-control {
    border-bottom:2px solid #9f2424;
}

.exclamatory-error {
    position: absolute;
    top: 7px;
    right: 13px;
    color: #9f2424;
    width: 15px;
    height: 20px;
    font-size: 24px;
    left: 299px;
}
.loginUserHeader .form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 16px 0 11px 19px;
    transition: all 200ms;
    opacity: 2.5;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Maax-Regular';
  /*  font-style: italic;*/
    font-weight: 300;
}

.mainformHeader label {
    display: inline-block;
    transition: all 0.2s ease;
}

.mainformHeader .form-control-placeholder {
    position: absolute;
    top: 0;
    /* padding: 7px 0 0 0; */
    transition: all 200ms;
    opacity: 2.5;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Maax-Regular';
  /*  font-style: italic; */
  text-transform: capitalize;
    font-weight: 300;
}

.mainformHeader .form-control-placeholder:focus {
    margin-top: 25px;
}

.mainformHeader .form-control:focus+.form-control-placeholder, .mainformHeader .form-control:valid+.form-control-placeholder {
    /* font-size: 75%; */
    transform: translate3d(0, -50%, 0);
    opacity: 1;
    font-family: 'Maax-Regular';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #605f60;
    padding-top: 12px;
    padding-bottom: 11px;
    padding-left: 10px;
}

.mainformHeader .HdrloginBtn .btn-primary:hover {
    min-width: 334px;
}
.signUpSec a { 
font-weight: 400; 
} 

 
#login-menu .modal-dialog { 
    width: 318px; 
    top: 46px; 
    z-index: 999; 
}

#login-menu .modal-dialog.after-login {
    width: auto;
    
}

.mainformHeader .loginUserHeader{
   padding:2.5rem;
    overflow-y:auto;
}

#myTabContent_header {
    min-height: 380px;
    width: 384px;
}

#myTabLoggedinUser {
    min-height: 216px;
}
#myTabLoggedinUser ul{
    /* padding:0 20px; */
    padding: 0;
    margin-bottom: 0;
}
#myTabLoggedinUser ul li:first-child{
   font-weight:700;
   font-style:normal;
   margin-top:.5rem;
   /* padding:2px; */
   padding: 10px 20px;
   border-bottom: 1px solid #F4F4F4;
   font-size:16px;
   color:#000;
}
#myTabLoggedinUser ul li {
   margin-top:.5rem;
   /* padding:2px; */
   padding: 12px 20px;
   font-size:16px;
  }

#myTabLoggedinUser ul li a{
   font-weight:300;
   font-style:normal;
   margin-top:.5rem;
   text-decoration: none;
   padding:2px;
   font-size:16px;
   color:rgb(103, 105, 109);
   font-family: 'Maax-Regular';
}
#myTabLoggedinUser ul li a:hover{
    color: #1d890a;
    text-decoration: underline;
}
.logout-btn {
   background-color: #f4f4f4;
    padding: 21px 25px;
    margin-top: 2rem;
    margin-bottom: -15px;
    position: relative;
    left: -25px;
   width: 115%;
    bottom: -9px;
}
.logout-btn .userIcon{
    width:12%;
}
.logout-btn .logout-link{
    padding-left:9px;
    padding-right:9px;
    font-family: 'Maax-Regular';
}
.myTabLoggedinUser .viewMyDash {
    display: block;
    width: 269px;
}

.myTabLoggedinUser .emailValid {
    padding-top: 5px;
}

.myTabLoggedinUser .logoutLink {
    padding-left: 20px;
   /* margin-bottom: 30px;*/
}

.myTabLoggedinUser .form-group {
    margin-bottom: 20px;
}

.myTabLoggedinUser .linkAccount {
    padding: 20px;
}




#login-menu.modal.right .modal-content {
    min-height: 0;
}

#login-menu .modal-body{
    padding:15px 15px 0 15px;
}

.no-padding {
    padding: 0;
}
/*@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio:3) {
    .MobileNav.modal.right .modal-dialog {
        width:auto;
        right:0px;
    }
   .MobileNav .main-nav-item .my-wm{
    font-size: 18px;
    font-weight: 600;
    color: #67696d;
    padding-left: 0;
   }
   .MobileNav .modal-body {
       padding:0 20px 0;
   }
   .MobileNav.modal.right .modal-dialog {
        width:360px;
        right:0px;
    }
   
    
}*/
/* ADA Changes */
.wm-header-focus {
    outline: 2px solid #000000;
    outline-offset: 2px;
}

.main-dropdown-section .mainHeading:focus {
    outline: none;
    background: transparent;
}

.wm-nav-active .mainHeading{
    border-bottom: 3px solid #006937 !important;
}

.wm-nav-active .sub-menu {
    display: block;
}

.mainHeading.support:hover {
    color: #024731;
}

@media (max-width: 767px) {
    .main-nav-item.arrow {
        padding-top: 15px;
    }


    .logo-img{
        height: 25px !important;
        width: 71px;
        margin-left: 10px;
    }
    .main-dropdown-section.row {
        margin-left: 0px;
    }
    img.bread-crumb-slash {
        padding-bottom: 5px;
        height: 25px;
    }
   /*.SBDots + .SBHeading{
      color: #1D890A;
      font-family: 'Maax-Regular';
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 20px;
    }*/
      .MobileNav.modal.right .modal-dialog {
      /*  width:375px;*/
        right:0px;
    }
    
    #headerImages {
    height: 20px;
    width: 20px;
   }
   .dropdown.mobile-notification{
        padding-left:30px;
    }
    .dropdown.mobile-notification .chead img{
    height: 19px;
    width: 19px;
    }
   .MobileNav .modal-body {
       padding:0 20px 0;
   }
   .ctaLink{
       list-style-type:none;
   }
  .MobileNav .main-dropdown-section.row /* header.css  826*/{
    margin-left: 0px;
    margin-right:0px;
    padding: 17px 0 17px 0;
       
   }
   .MobileNav .main-nav-item .my-wm{
    font-size: 18px;
    font-weight: bold;
    color: #024731;
    padding-left: 0;
   }
   .MobileNav .HdrloginBtn{
       margin-top:48px;
       padding: 0px;
   }
   .MobileNav .HdrloginBtn button.btn-primary{
        border: 1px solid #1C8200;
        border-radius: 48px;
   }
   .emailValidHead{
        padding: 0;
        margin-top: 20px;
   }
   .emailValidHead a{
        border: 2px solid #1C8200;
        border-radius: 28px;
        padding: 12px 125px;
   }
   .ourServ .chead{
       font-size:16px;
       font-weight:400;
       color:#024731;
       /* padding-left:50px; */
       
   }
   .headerMiniIcon .ourServ{
       padding-left:0px;
   }
   .MobileNav .modal-header {
    border-bottom: 1px solid #e5e5e5;
   }
   .footer.row{
        padding-top: 15px;
       margin-left: 15px;
   }
   .footLinks a{
    color: #fff;
    font-family: "Maax-Regular",Arial,sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    margin-right: 15px;
    font-weight: 200;
    /* text-transform: uppercase; */
   }
   .footerSection{
        margin: 0 -20px 0;
        background: #023625;
        color: #fff;
   }
   .HdrloginBtn .login-button-text {
        border: 2px solid #1C8200;
        border-radius: 28px;
    }
   .Login .createYourAccount{
    padding: 12px 72px 12px 72px;
    border: 2px solid #1C8200;
    margin-top: 16px;
    border-radius: 28px;
   }
   .modal-body .headerMiniIcon .ourServ:first-child{
       width:30%;
   }
   .modal-body .headerMiniIcon{
       padding-bottom:20px;
       padding-top:15px;
       padding-left: 20px;
       padding-right: 0px;
       border-bottom: 1px solid #e5e5e5;
   }
   .footer .footLinks{
       padding:7px 0;
   }
   .footer .footLinks:last-child{
        margin-left: 40px;
   }
   .headerMenuLevel .child-ul{
      border-left: 2px solid rgb(239, 239, 239);
      padding-left:7px;
      padding-top:12px;
   }
    .headerMenuLevel .child-ul a{
     font-weight:400;
     color:#555;
   }
    .headerMenuLevel .head-1{
        padding-top:20px;
        font-size:16px;
        text-transform:uppercase;
       list-style-type: none;
       font-weight: bold;
        color: #024731;
    }
    .main-dropdown-section:hover {
    border-bottom: 1px solid #e5e5e5;
  }
  .MobileLog_in .userIcon{
      padding-right:5px;
  }
    .head-image-plus {
     background: url(../images/Plus_1.svg) no-repeat;
     margin-top: 0;
     width: 20px;
     height: 20px;
     margin-left: 0;
     float: right;
     background-size: 22px 22px;
    }
    
    .head-image-minus {
     background:  url(../images/Minus_1.svg) no-repeat;
     margin-top: 0;
     width: 20px;
     height: 20px;
     margin-left: 0;
     float: right;
     background-size: 22px 22px;
    }
    .loginUserHeader .see-password {
        margin-top: -30px;
        margin-right: 5px;
        font-size: 25px;
    }
    .category-row {
        margin: 0;
        margin-bottom: 10px;
        border: 0;
        padding-top: 5px;
    }
    
    .main-heading, .category-name {
        font-size: 26px;
    }
    .bread-crumb-slash img {
        height: 20px;
        width: 8px;
        margin-right: 2px;
        margin-left: 2px;
        padding-bottom: 0;
        position: relative;
        top: 1px;
    }
    .all-pricing {
        font-size: 12px;
        display: block;
        margin-top: 2px;
    }
    .category-type {
        padding-bottom: 10px;
        border-bottom: 1px solid #c6c6bc;
    }
    .serviceLocation {
        margin-top: 20px;
        padding: 0;
        width: 80%;
        float: none;
    }
    .content-image-plus {
        margin-top: 2px;
    }
    div#filter {
        margin-top: 5px;
    }
    .service-location {
        margin: 0px;
        font-size: 14px;
        line-height: 1.5;
        float: none;
    }
    .location-value {
        margin-top: 3px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .content-image {
        margin-top: 3px;
        width: 20px;
        height: 20px;
    }   
    .cart-icon, .login-icon {
        height: 19px;        
    }   
    .chead img {      
        margin-top: -3px;
        margin-left: -33%;
    }
    .header-container{
        padding-right:20px !important;
    }
    .mobile-shopping-cart {
        padding-bottom: 3px;
        margin-left: 0;
    }
    .mobile-shopping-cart .cart-count {       
        top: -3px;
        left: -16px;
    }
    .mobile-shopping-cart .ShoppingCart {
        float: left;        
        padding-top:4px;
    }
    /* .hamburger-menu .isvg {
        margin-left: 8px;
        position: relative;
        top: 5px;
        left: 7px;
    } RP: FINPOP-4140 commented not needed for responsive */
    .SBDots + .SBHeading,.paymentsDots + .PaymentHeading {
        /* color: #212221;
        font-family: 'Maax-Regular'; 
        letter-spacing: 0;
        line-height: 20px;
        RP: FINPOP-4140 removed abv code and added below code
        */
        font-size: 14px;
    }
    /*.SBHeading{
        color: #1D890A;
        font-family: 'Maax-Regular';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
    }RP: FINPOP-4140 commented abv code since not required*/

}

@media screen and (min-width: 360px) {
   .marchexHeaderView-header .marchexTimings {
        position: relative;
        top: -6px;
        left: 0px;
   }
   .marchexHeaderView-header {
        position: relative;
        left: 30px;
        bottom: 6px;
    }
    .marchexHeaderView-header .marchexNumber {
        font-size: 14px;
    }
    .marchexHeaderView-header .marchexTimings {
        font-size: 10px;
    }   
.PaymentHeading{
    font-weight: 500;
    color: #BEBEBE;
    font-size:16px;
}
    

    
}


@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    .MobileNav.modal.right .modal-dialog {
        /*width:auto;*/
        right:0px;
    }
   .MobileNav .main-nav-item .my-wm{
    font-size: 18px;
    font-weight: 600;
    color: #67696d;
    padding-left: 0;
   }
   .MobileNav .modal-body {
       padding:0 20px 0;
   }
   .MobileNav.modal.right .modal-dialog {
        width:360px;
        right:0px;
    }
   .headerMenuLevel {
    position: relative;
    top: 15px;
       
   }
   .marchexHeaderView-header .marchexTimings {
    position: relative;
    top: -6px;
    left: 0px;
   }
   .marchexHeaderView-header {
        position: relative;
        left: 54px;
        bottom: 6px;
    }
    .marchexHeaderView-header .marchexNumber {
        font-size: 14px;
    }
    .marchexHeaderView-header .marchexTimings {
        font-size: 10px;
    }
    
   .SBDots + .SBHeading,.paymentsDots + .PaymentHeading {
        /* color: #212221;
        font-family: 'Maax-Regular';
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px; 
        RP: FINPOP-4140 not needed */
        font-size: 16px;
    }
    /*.SBHeading{
        color: #1D890A;
        font-family: 'Maax-Regular';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
    }  RP: FINPOP-4140 commented abv code since not required*/  
}
@media screen and (device-width: 360px) and (device-height: 740px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
   .marchexHeaderView-header .marchexTimings {
        position: relative;
        top: -6px;
        left: 0px;
   }
   .marchexHeaderView-header {
        position: relative;
        left: 42px;
        bottom: 6px;
    }
    .marchexHeaderView-header .marchexNumber {
        font-size: 14px;
    }
    .marchexHeaderView-header .marchexTimings {
        font-size: 10px;
    }
    
}
@media (min-width:375px)  {
  .headerMiniIcon .accountLink{
      padding-top:20px;
      padding-left: 0;
  }
  .headerMiniIcon .accountLink a{
      font-weight: 400;
  }
  .MobileLog_in .guestCheck{
      padding-left:0px;
  }
  .marchexHeaderView-header .marchexNumber{
      font-size:14px;
  }
   .marchexHeaderView-header .marchexTimings{
      font-size:10px;
  }
  .logo-img{
      height:25px;
  }
  .header-container {
   padding-left:20px;   
   padding-right:20px;   
  }
  .marchexHeaderView-header{
      position: relative; 
     left: 30px; 
     bottom: 6px;
  }
  
  

  .marchexHeaderView-header .marchexTimings{
    position: relative;
    top: -6px;
    left: 0px;
  }
    /* #headerTimeLine .checkoutNavMainDiv{
    text-align: center;
    display: flex;
    width: max-content;
    float:left;
      } RP: FINPOP-4140 commented since not needed */
      
    #headerTimeLine .checkoutNavSeparatorSB{
        width:50px;
    } 
    #headerTimeLine #PaymentHeading{
    position: relative;
    bottom: 6px;
    left: -10px;
    color: #D8D8D8;
    font-size: 22px;
    }
    .headerMenuLevel{
        position:relative;
        top:15px;
    }
 }

 @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {    
    .chead img {
        margin-top: -3px;
        margin-left: -33%;
    }
    .PaymentHeading{
        font-weight: 500;
        color: #BEBEBE;
        font-size:16px;
    }
    .modal.right .modal-content {
        min-height: 117vh;
        
    }

    }


/*Tablet View */
@media only screen and (min-device-width: 768px) and (orientation: portrait) {
    .hamburger-menu {
        margin-right: 15px;
    }
    .headerMiniIcon .accountLink{
      display:none;
  }
  .MobileLog_in .guestCheck{
      padding-left:0px;
  }
  .marchexHeaderView-header{
      position: relative; 
     left: 300px; 
     bottom: 6px;
  }
    .nav-stacked>li .fa.arrow, .parent-ul>li:first-child .fa.arrow {
        top: 20px;
    }
    .mobile-shopping-cart {
        top: -4px;
        margin-right: 15px;
    }
    .category-type h1 {
        display: inline-block;
    }
    .checkTitle{  /*OPR- 4050 */
        display: inline-block;
    }
    .ctaLink{
       list-style-type:none;
   }
    .category-name {
        font-size: 24px;
        line-height: 24px;
        font-family: 'Maax-Regular';
    }
    .main-heading {
        font-size: 24px;
        line-height: 24px;
        font-family: 'Maax-Regular';
    }
    .logo-container {
        margin-left: 0px !important;
    }
    .tabView{
        padding-left:0px;
        display:inline-block;
    }
    .ctaLink{
          list-style-type: none;
    }
    
    .category-row {
        margin-top: 15px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    /* header login css*/
   .MobileNav.modal.right .modal-dialog {
    width: 774px;
    right:0px;
    }
   .MobileNav .app-logo{
       padding-left:8px;
   }
    .MobileNav .modal-body {
       padding:0 0 0 30px;
   }
  .MobileNav .main-dropdown-section.row /* header.css  826*/{
    margin-left: 0px;
    padding: 17px 0 17px 0;
       
   }
   .MobileNav .main-nav-item .my-wm{
       font-size:16px;
       font-weight: bold;
        color: #024731;
       padding-left:0;
       
   }
   .MobileNav .HdrloginBtn{
       margin-top:48px;
       padding: 0px;
   }
   .ourServ .chead{
       font-size:14px;
       font-weight:500;
       color:#024731;
   }
   .headerMiniIcon .ourServ:first-child{
        width: 15%;
   }
   .headerMiniIcon .ourServ{
       padding-left:0px;
   }
   .MobileNav .modal-header {
    border-bottom: 1px solid #e5e5e5;
   }
   .footLinks a{
    color: #fff;
    font-family: "Maax-Regular",Arial,sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    margin-right: 30px;
    font-weight: 200;
    /* text-transform: uppercase; */
   }
   .mobile-notification{
    top: -4px;
    margin-right: 15px;
   }
   .footerSection .footer-copyright{
    margin-left: 35px;
   }
   .modal-body .headerMiniIcon{
       padding-bottom:20px;
       padding-left:20px;
       padding-top:15px;
       border-bottom: 1px solid #e5e5e5;
   }
   .footerSection{
        margin-left: -30px;
        background: #023625;
        color: #fff;
   }
   .footerSection .footer.row{
        margin-left: 35px;
        padding-top: 20px;
   }
   .footer .footLinks{
       padding:7px 0;
       display:inline-block;
       width:20%
   }
   .headerMenuLevel .child-ul{
      border-left: 2px solid rgb(239, 239, 239);
      padding-left:7px;
   }
    .headerMenuLevel .child-ul a{
     font-weight:400;
     color:#555;
   }
    .headerMenuLevel .head-1{
        padding-bottom: 15px;
        padding-top: 10px;
        color: #024731;
        font-size:16px;
        text-transform:uppercase;
         list-style-type: none;
         font-weight:600;
    }
    .main-dropdown-section:hover {
    border-bottom: 1px solid #e5e5e5;
  }
  .MobileLog_in .userIcon{
      padding-right:5px;
  }
   .head-image-plus {
     background: url(../images/Plus_1.svg) no-repeat;
     margin-top: 0;
     width: 20px;
     height: 20px;
     margin-left: 0;
     float: left;
    }
    
    .head-image-minus {
     background:  url(../images/Minus_1.svg) no-repeat;
     margin-top: 0;
     width: 25px;
     height: 20px;
     margin-left: 0;
     float: left;
    }
     .modal-header .cc_close {
         padding-right:10px;
     }
     .HdrloginBtn .btn-primary{
        width:96%;
        border-radius: 48px;
    }
    .Login .createYourAccount{
        color: #1C8200;
        border: 2px solid #1C8200;
        border-radius: 48px;
        padding: 12px 0;
        width: 96%;
        margin-top: 25px;
    }
    .emailValidHead{
        padding: 0;
        margin-top: 20px;
        width: 98%;
    }
    .emailValidHead a{
        border: 2px solid #1C8200;
        border-radius: 28px;
        padding: 12px 315px;
    }
    .headerMiniIcon .accountLink+div{
        width: 65%;
        padding-top: 20px;
        padding-left: 0;
    }
    .modal-body .headerMiniIcon div:last-child{
        /* margin-left: -340px; */
        width: 25%;
        /* padding-top: 20px; */
        font-weight: 400;
    }
    .modal-body .headerMiniIcon div:last-child a{
        font-weight: 400;
    }
    .SBDots + .SBHeading,.paymentsDots + .PaymentHeading {
        /* color: #212221;
        font-family: 'Maax-Regular'; 
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
        RP: FINPOP-4140 not needed
        */
        font-size: 14px;
    }
    /*.SBHeading{
        color: #1D890A;
        font-family: 'Maax-Regular';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
    }RP: FINPOP-4140 commented abv code since not required*/
        
}
/*ipad pro11*/
@media only screen and (min-width: 834px) and (orientation: portrait) {
	.MobileNav.modal.right .modal-dialog {
        width:100%;
        right:0px;
        height: 100%;
    }
    .MobileNav .main-nav-item .my-wm{
    font-size: 18px;
    font-weight: 600;
    color: #67696d;
    padding-left: 0;
   }  

    .SBDots + .SBHeading,.paymentsDots + .PaymentHeading {
        /* color: #212221;
        font-family: 'Maax-Regular'; 
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
        RP: FINPOP-4140 not needed
        */
        font-size: 14px;
    }
    /*.SBHeading{
        color: #1D890A;
        font-family: 'Maax-Regular';
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
    } RP: FINPOP-4140 commented abv code since not required*/
}
/*ipad pro12*/
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
	 .MobileNav.modal.right .modal-dialog {
        width:100%;
        right:0px;
        height:100%;
    }
    
    .MobileNav .main-nav-item .my-wm{
    font-size: 18px;
    font-weight: 600;
    color: #67696d;
    padding-left: 0;
   }
   .MobileNav .modal-body {
       padding:0 0 0 30px;
   }
    .modal-header .cc_close {
         padding-right:36px;
     }
     .modal-header .cc_close {
         font-size:28px;
     }
     .marchexHeaderView-header{
         left:450px;
     }
    
}
@media (min-width: 1199px) {
    .visible-lg {
          padding-right: 0px !important;
    }
}
@media (max-width: 1199px) {   
    .menu_container {
        margin-top: 0;
    }
     .ctaLink{
          list-style-type: none;
          color:#1C8200;
    }
    
    .header-container {
        padding: 15px;
        height: 55px;
        background: #fff;
        box-shadow: 0 2px 6px 0 rgba(175, 181, 186, 0.3), 0 -1px 6px 0 rgba(175, 181, 186, 0.3);
    }
    .modal-header .cc_close {
        margin-top: -10px;
        font-weight: 300;
        font-size: 34px;
        color: #1d890a;
        opacity: 1;
    }
    .logo-img {
        height: 30px;
    }
    .nav-stacked>li, .parent-ul>li:first-child {
        border-bottom: 1px solid #d6d6d6;
    }
    .parent-ul>li:first-child {
        margin-bottom: 15px;
    }
    .nav-stacked>li .fa.arrow, .parent-ul>li:first-child .fa.arrow {
        font-size: 20px;
    }
    .modal-content {
        border-radius: 0;
    }
    .MobileNav .modal-body {
      /*  padding: 0 0 0 30px
        top: 10px;*/
        margin-top: 10px;
    }
     /*// added to give bottom space for copyright of footer */
    .footer-copyright {
        padding-bottom: 14px;
        margin-left:15px;
        font-weight: 200;
        padding-top:10px;
        padding-bottom: 30px;
    }
    .no-padding, .MobileNav .no-padding {
        padding: 0;
    }
    .modal-body .modal, .modal-body .modal.right .modal-dialog {
        position: relative;
        max-height: 450px;
    }
    .parent-ul {
        padding: 5px;
    }
    .parent-ul>li>ul {
        padding-bottom: 15px;
        padding-left: 20px;
    }
    .child-ul>li>a, .main-dropdown-section .header-level-2 {
        line-height: 2;
        list-style-type: none;
    }
    .main-dropdown-section a {
        display: block;
    }
    .first-level-menus>li>a {
        padding: 15px 0;
    }
    .modalMobileLogin {
        width: 274px;
    }
    #MobileLog_in .modal-body {
        padding: 0 0 0 10px;
    }
    .loginUserHeader .loadingIcon {
        width: 16px;
        position: absolute;
        right: 22px;
        top: 10px;
        -webkit-animation: spin 4s linear infinite;
        -moz-animation: spin 4s linear infinite;
        animation: spin 4s linear infinite;
    }
    .loginUserHeader .loadingIconHead {
        width: 16px;
        position: absolute;
        right: 22px;
        top: 10px;
        -webkit-animation: spin 4s linear infinite;
        -moz-animation: spin 4s linear infinite;
        animation: spin 4s linear infinite;
    }
    .mainformHeader .HdrloginBtn .btn-primary {
        min-width: 245px;
        margin-bottom: 20px;
    }
    .mainformHeader .noPaddLeftRight {
        padding-left: 0px;
        padding-right: 0px;
    }
    .loginUserHeader .emailValid {
        /*  margin-top: 38px; */
        margin-bottom: 30px;
    }
    .loginUserHeader .signUpSec {
        font-family: 'Maax-Regular';
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: center;
    }
    .mainformHeader .welcomeTitle {
        width: 85px;
        height: 22px;
        font-family: 'Maax-Regular';
        font-size: 18px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.22;
        letter-spacing: normal;
        padding-top: 8px;
        margin-bottom: 40px;
    }
    .loginUserHeader .forgotPass {
        text-align: center;
        display: block;
        margin-bottom: 40px;
    }
 /*   .mainformHeader .red .form-control {
    border-bottom: 1px solid rgba(215, 62, 36, 0.94);
}*/
    .mainformHeader .cc_contact_input_email {
        margin-bottom: 5px;
    }
    .mainformHeader .form-control {
        border: 2px solid #ebebeb;
        box-shadow: none;
        border-bottom: 1px solid #d2d2d2;
        border-radius: 0;
        padding-left: 0px;
        text-transform: none;
        border-bottom: 2px solid #9b9b9b;
        font-family: 'Maax-Regular';
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.14;
        letter-spacing: normal;
    }
    .loginUserHeader .form-control-placeholder, .mainformHeader .form-control-placeholder {
        position: absolute;
        top: 0;
        padding: 9px 0 11px 9px;
        transition: all 200ms;
        opacity: 0.5;
        font-size: 14px;
        line-height: 16px;
        font-family: 'Maax-Regular';
        font-style: italic;
        font-weight: 300;
    }
    .mainformHeader label {
        display: inline-block;
        transition: all 0.2s ease;
    }
    .mainformHeader .form-control-placeholder:focus {
        margin-top: 25px;
    }
    .mainformHeader .form-control:focus+.form-control-placeholder, .mainformHeader .form-control:valid+.form-control-placeholder {
        /* font-size: 75%; */
        transform: translate3d(0, -50%, 0);
        opacity: 1;
        font-family: 'Maax-Regular';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        color: #605f60;
        padding-top: 30px;
        padding-bottom: 11px;
        padding-left: 0;
    }
    .mainformHeader .HdrloginBtn .btn-primary:hover {
        min-width: 269px;
    }
    #login-menu .modal-dialog {
        width: 318px;
        top: 46px;
    }
    #myTabContent_header {
        min-height: 380px;
    }
    #myTabLoggedinUser {
        min-height: 216px;
    }
    .myTabLoggedinUser .viewMyDash {
        display: block;
        width: 245px;
    }
    .myTabLoggedinUser .emailValid {
        padding-top: 5px;
    }
    .myTabLoggedinUser .logoutLink {
        padding-left: 20px;
        margin-bottom: 30px;
    }
    .myTabLoggedinUser .form-group {
        margin-bottom: 20px;
    }
    .myTabLoggedinUser .linkAccount {
        padding-left: 15px;
    }
    #login-menu.modal.right .modal-content {
        min-height: 0;
    }
    .backToOurservices {
        border-bottom: 1px solid #f4f4f4;
        margin-bottom: 20px;
        padding-bottom: 10px;
        padding-left: 5px;
    }
}

@media (min-width:1125px){
     .mobile-shopping-cart .cart-count {       
        top: -1px;
        left: -7px;
    }
}

.emailValidHead {
    margin-bottom: 1rem;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .all-pricing {
        display: block;
    }
    .parent-ul>li:first-child .fa.arrow.fa-angle-left {
        top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .mobile-shopping-cart {
        top: -4px;
        margin-right: 15px;
    }
    .MobileNav .modal-content {
        float: right;
    }
    .nav-stacked>li .fa.arrow {
        top: 20px;
    }
    .all-pricing {
        display: block;
    }
}

/*Locale Specific Styling */
.category-type .main-heading:lang(fr-ca){
    font-size: 33px !important;
}
.category-type .category-name:lang(fr-ca){
    font-size: 33px !important;
}
.all-pricing:lang(fr-ca){
    /* display:block; */
    padding-left: 0;
}

.charged-today-label:lang(fr-ca){
    font-size: 15px !important;
}
.wasteTypeLabel:lang(fr-ca){
    width: auto;
}
.passwordPopover:lang(fr-ca) {
    font-size: 12px;
    margin-left: -3%;
}

.selectdiv .dropdown-menu>li>a:lang(fr-ca){
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: pretty; /*FINPOP-7359*/
}

.CVNPH:lang(fr-ca) {
    font-size: 14px;
    padding-right: 0;
    min-width: 85%;
}

#prod-code-modal .redirectToPLP:lang(fr-ca) {
    padding-left: 0;
    padding-top: 4px;
    text-align: center;
    white-space: pre-line;
}

.form-control:valid+.CVNPH:lang(fr-ca) {
    width: 74% !important;
    min-width: 74%;
}

.header .navbar-nav>li:last-child>a.header-nav .ButtonTextIcon:lang(fr-ca){
    padding-right: 7px;
    padding-left: 7px;
}

/* OPR-6748 */
.createYourAccount{
    padding: 16px 0px 0px 0px;
    border: none;
    background: none;
    font-family: 'Maax-Regular';
}

.HdrloginBtn .createYourAccount a{
   text-decoration: none;
   color: #1C8200;
}

.createYourAccount img{
   padding: 0px 0px 3px 0px;
   height: 14px;
   width: 9px;
   margin-left: 0.625rem;
}

.continue-shopping-header {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
    color: #1d890a;
    border: none;
    background-color: white;
}

@media(min-width:1024px) {
    /* FINPOP 7016 */
    .timelineView:lang(fr-ca) {
        padding-left: 100px;
    }
}
