.cms-home .columns .column.main {
    padding-bottom: 0;
}
/* Top Header start */
.ews-header-upper {
    background: #83C100;
    padding: 8px 0;
}
.top-header {
    max-width: 1318px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top-header .top-header-inner p {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin: 0;
    letter-spacing: -0.5px;
}
.top-header .top-header-inner {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.top-header .top-header-inner .header-left {
    display: flex;
    align-items: center;
}
.top-header .top-header-inner .header-right {
    text-align: right;
}
.top-header .top-header-inner .header-right p{
    letter-spacing: 0;
}
.top-header .top-header-inner .header-left a {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
    margin: 0 9px 0 0;
}
.top-header .top-header-inner .header-left a .hover-img {
    display: none;
}
.top-header .top-header-inner .header-left a:hover {
    background: #FE641E;
}
.top-header .top-header-inner .header-left a:hover img {
    display: none;
}
.top-header .top-header-inner .header-left a:hover .hover-img {
    display: inline-block;
}
/* Top Header End */

/* Middle header start */
.ews-header .ews-header-left .ews-left-sw,
.ews-header .ews-header-mid .coop-logo,
.ews-header .ews-header-right .landing-link-wrapper,
.ews-header .ews-header-left .logo {
    display: none;
}
.ews-header .ews-header-right .ews-my-account a:before {
    background-image: url('../images/user-regular-new.svg');
    width: 40px;
    height: 40px;
}
.minicart-wrapper {
    margin: 0 0 0 10px;
}
.minicart-wrapper .details-qty .update-cart-item {
    display: none !important;
}
.ews-header .ews-header-right .minicart-wrapper .action.showcart:before {
    content: url('../images/shopping-cart-new.svg');
    width: 40px;
    height: 40px;
    line-height: 24px;
    margin-right: 0;
}
.ews-header .ews-header-right .ews-account-links {
    display: flex;
}
.ews-header .ews-header-right .ews-my-account a.ews-account-link {
    width: 40px;
    height: 40px;
    display: block;
}
.ews-header-container .ews-header {
    max-width: 1318px;
    padding: 10px 15px;
    width: 100%;
    margin: 0 auto;
    height: auto;
}
.ews-header .ews-header-left .logo-wrapper .logo {
    width: auto;
    margin-left: 0;
    display: inline-block;
}
.ews-header .ews-header-left .logo-wrapper .logo.e-coop-logo {
    max-width: 60px;
}
.ews-header .ews-header-left .logo-wrapper .logo.coop-logo {
    max-width: 116px;
    position: relative;
    margin-left: 20px;
    padding-left: 23px;
}
.ews-header .ews-header-left .logo-wrapper .logo.coop-logo:after {
    content: '';
    width: 1px;
    height: 120%;
    left: 0;
    background: #EAEAEA;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ews-header-mid .block-search {
    width: 90%;
    z-index: 12;
}
.ews-header .ews-header-left,
.ews-header-container .ews-header-right {
    flex: 0 0 25%;
    max-width: 25%;
}
.ews-header .ews-header-mid {
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: center;
}
.ews-header-container .ews-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ews-header-mid .block-search .actions .action.search {
    background: transparent;
    box-shadow: none;
    padding: 0;
    min-width: 20px;
}
.ews-header-mid .block-search .actions .action.search span {
    display: none;
}
.ews-header-mid .block-search .actions .action.search:before {
    color: #FE641E;
    left: 0;
}
.ews-header-mid .block-search input {
    height: 40px;
    padding: 12px 43px 12px 16px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    transition: 0.3s all;
    text-overflow: ellipsis;
}
.ews-header-mid .block-search input:focus {
    box-shadow: none;
}
.ews-header-mid .block-search input:-ms-input-placeholder,
.ews-header-mid .block-search input::-webkit-input-placeholder,
.ews-header-mid .block-search input::placeholder {
    height: 40px;
    font-size: 14px;
    line-height: 16px;
    color: #9598A3;
    padding: 12px 43px 12px 16px;
}
@supports (-moz-appearance:none) {
    .ews-header-mid .block-search input::placeholder {
        height: 40px;
        font-size: 14px;
        line-height: 16px;
        color: #9598A3;
        padding: 12px 43px 12px 16px;
    }
}
.ews-header .ews-header-right .minicart-wrapper .action.showcart .counter.empty {
    color: #fff;
    background: #FF3737;
    border: 1px solid #FF3737;
}
.ews-header .ews-header-right .minicart-wrapper .action.showcart .counter {
    min-width: 15px;
    height: 15px;
    color: #fff;
    background: #FF3737;
    border: 1px solid #FF3737;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    letter-spacing: 0;
}
.ews-header-container .navigation .container {
    max-width: 1318px;
}
.checkout-index-index .nav-sections {
    display: block;
}
.ews-header .ews-header-right .ews-my-account.user-login {
    right: 0;
    display: flex;
    align-items: center;
}
.ews-header .ews-header-right .ews-my-account.user-login>li {
    width: 40px;
    height: 40px;
}
.ews-header .ews-header-right .ews-my-account.user-login>li:before {
    position: static;
    background-image: url('../images/user-regular-new.svg');
    width: 40px;
    height: 40px;
}
/* Middle header end */
/* Navigation start */
/* Navigation start */
.ews-header-container .navigation {
    background-color: transparent;
    height: 48px;
    border-top: 1px solid #EDF2F9;
    border-bottom: 1px solid #EDF2F9;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 11;
}
.ews-header-container .navigation .container>ul,
.ews-header-container .navigation .container>ul>li {
    position: static !important;
}
.ews-header-container .navigation ul>li>a {
    padding: 6px 15px !important;
    color: #373737 !important;
    border-radius: 4px;
    text-transform: none !important;
}
.ews-header-container .navigation .container>ul>li:first-child>a,
.ews-header-container .navigation ul>li:hover>a {
    background: #FE641E;
    color: #fff!important; 
}
.ews-header-container .navigation ul li span {
    color: inherit;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.navigation .level0 .submenu {
    left: 0 !important;
    right: 0 !important;
    top: 102% !important;
    box-shadow: none;
    background: #fff;
    margin: 0 !important;
    padding: 0;
}
.navigation .level0:hover:after,
.navigation .level0 .submenu:before {
    display: none !important;
}
/*.navigation .submenu .nav-wrapper:after {
    display: block !important;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}*/
.ews-header-container .navigation ul>li:not(:last-child) {
    margin-right: 16px;
}
.navigation .level0 .submenu .nav-wrapper {
    margin: 0 auto;
    max-width: 1318px;
    padding: 0 15px;
}
.navigation .level0 .submenu .nav-wrapper .nav-wrapper-inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
    padding: 24px 0 16px;
}
.navigation .level0 .submenu .nav-wrapper li {
    margin: 0 0 8px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    min-height: 64px;
    padding: 0 4px;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    transition: 0.3s all;
}
.navigation .level0 .submenu .nav-wrapper li a {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 500;
    color: #FE641E;
    padding: 0 10px 0 68px !important;
    position: relative;
    text-transform: none;
    background: #FFF1EB;
    border-radius: 4px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    border: 0;
}
.navigation .level0 .submenu .nav-wrapper li a span {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.navigation .level0 .submenu .nav-wrapper li:hover>a {
    color: #ffffff;
    background: #FE641E;
}
.navigation .level0 .submenu .nav-wrapper li a img {
    position: absolute;
    left: 16px;
    height: auto;
    width: 35px;
    top: 50%;
    transform: translateY(-50%);
}
.navigation .level0>.level-top > img {
    display: none;
}
.ews-header-container .navigation .container>ul>li:last-child {
    margin-left: auto;
    color: #FE641E;
}
.ews-header-container .navigation ul>li:last-child>a {
    color: #FE641E !important;
}
.ews-header-container .navigation ul>li:last-child:hover>a {
    color: #ffffff !important;
}
.ews-header-container .navigation ul>li.nav-5::before {
    display: none;
}
/* Navigation end */

/* two-col-section start */
.two-col-section {
    padding: 20px 0 43px;
 }
.two-col-section .container{
    padding: 0 !important;
    max-width: 100% !important;
}
.two-col-section .product-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
    text-align: left;
}
.two-col-section .product-content-wrapper .product-content-outer{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 4px;
}
.two-col-section .product-content-inner {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 24px 30px 34px;
    height: 100%;
}
.two-col-section .product-content-inner .content-blog {
    flex: 0 0 63%;
    max-width: 63%;
    padding-right: 20px;
}
.two-col-section .product-content-inner .img-blog {
    flex: 0 0 37%;
    max-width: 37%;
}
.two-col-section .product-content-inner .img-blog a {
    display: block;
    text-align: center;
}
.two-col-section .product-content-inner .img-blog img {
    height: 100%;
    object-fit: contain;
    display: inline-block;
    max-height: 350px;
}
.two-col-section .product-content-inner h2{
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    color: #373737;
    margin: 0 0 15px;
}
.two-col-section .product-content-inner p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    margin: 0 0 23px;
    letter-spacing: 0.4px;
}
.two-col-section .product-content-inner .btn{
    margin: 0;
}
/* two-col-section end */

/* about-brand start */
.about-brand {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 65px 0;
}
.about-brand-outer {
    max-width: 955px;
    margin: 0 auto;
}
.about-brand-outer h2{
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    margin: 0 0 24px;
}
.about-brand-outer p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 31px;
}
.btn {
    height: 44px;
    max-width: 198px;
    border-radius: 4px;
    background: #FE641E;
    color: #ffffff;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-transform: unset;
    border: none;
    margin: 0 auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}
.btn:hover,
.btn:focus {
    background-color: #d74300;
    color: #fff;
}
/* about-brand end */

/* footer start */
.ews-footer-container .ews-footer {
    background: #FBFBFB;
    padding: 56px 0 26px;
}
.ews-footer-links span.title {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    color: #373737;
    padding-bottom: 24px;
}
.ews-footer-container .ews-social-links-container span {
    letter-spacing: 0;
    padding-right: 0;
}
.ews-footer-container .ews-social-links-container span a {
    font-size: 16px;
    line-height: 16px;
}
.ews-footer-container .ews-social-links-container span a:before {
    height: 36px;
    width: 36px;
}
.ews-footer-container .ews-footer .footer-left-side .revenue-record-content,
.ews-footer-container .ews-footer .footer-left-side ul li a {
    font-size: 14px !important;
    line-height: 16px;
    color: #373737;
    font-weight: 400;
    letter-spacing: 0.1px;
}
.ews-footer-container .ews-footer .footer-left-side .ews-footer-revenue-records, 
.ews-footer-container .ews-footer .footer-left-side .ews-footer-all-products, 
.ews-footer-container .ews-footer .footer-left-side .ews-footer-top-brands {
    margin-bottom: 18px;
}
.ews-footer-top-brands.ews-footer-links span.title,
.ews-footer-all-products.ews-footer-links span.title{
    padding-bottom: 12px;
}
.ews-footer-container .ews-footer .footer-left-side .revenue-record-content p {
    margin-bottom: 15px;
}
.ews-footer-container .ews-footer .footer-left-side ul li a:hover,
.ews-footer-container .ews-footer .footer-left-side ul li a:active,
.ews-footer-container .ews-footer .footer-left-side ul li a:focus {
    color: #83C100!important;
}
.ews-footer-container .ews-footer .container {
    align-items: normal;
}
.ews-footer-container .ews-footer .footer-left-side {
    flex-wrap: wrap;
    padding-right: 80px;
    flex: 0 0 76%;
    max-width: 76%;
}
.ews-footer-container .ews-footer .ews-footer-right {
    flex: 0 0 24%;
    max-width: 24%;
}
.ews-footer-container .ews-footer .footer-left-side .ews-footer-revenue-records,
.ews-footer-container .ews-footer .footer-left-side .ews-footer-all-products, 
.ews-footer-container .ews-footer .footer-left-side .ews-footer-top-brands, 
.ews-footer-container .ews-footer .footer-left-side .ews-footer-about-us {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.ews-footer-container .ews-footer .footer-left-side ul li {
    display: inline-block;
    width: auto;
    margin-right: 23px;
}
.ews-footer .ews-footer-right .ews-footer-about-us{
    width: 100%;
    float: none;
    clear: both;
    padding: 0;
}
.ews-footer .ews-footer-right .ews-footer-about-us .title {
    display: none;
}
.ews-footer .ews-footer-right .ews-footer-about-us .contact-method {
    display: block;
}
.ews-footer .ews-footer-right .ews-footer-about-us .contact-method-title,
.ews-footer .ews-footer-right .ews-footer-about-us .contact-method,
.ews-footer-right .contact-method .contact-method-value a {
    font-size: 16px !important;
    line-height: 23px;
    font-weight: 500;
    color: #373737;
    text-decoration: none;
    letter-spacing: 0.2px;
}
.ews-footer-right .logo-wrapper {
    display: flex;
    height: auto;
    margin: 4px 0 40px;
}
.ews-footer-right .logo-wrapper .logo{
    width: auto;
    margin: 0;
    display: inline-block;
}
.ews-footer-right .logo-wrapper .logo.e-coop-logo {
    max-width: 60px;
    width: auto;
}
.ews-footer-right .logo-wrapper .logo.coop-logo {
    max-width: 118px;
    position: relative;
    margin-left: 24px;
    padding-left: 24px;
    width: auto;
}
.ews-footer-right .logo-wrapper .logo.coop-logo:after {
    content: '';
    width: 1px;
    height: 120%;
    left: 0;
    background: #EAEAEA;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ews-footer-container .ews-social-links-container {
    padding: 20px 0;
}
.ews-footer-container .ews-social-links-container span {
    font-size: 18px;
    line-height: 24px;
}
.ews-footer-container .ews-social-links-container span a {
    margin-left: 17px;
    padding-left: 52px;
}
.ews-footer-container .ews-social-links-container span.phone {
    padding-right: 7px;
}
/* footer end */

/* minicart  start*/
.minicart-wrapper .block-minicart .block-title {
    display: block;
}
.minicart-wrapper .block-minicart {
    border: 1px solid #E0E0E0;
    box-shadow: none;
    border-radius: 4px;
    padding:  0;
    right: 0;
    margin-top: 15px;
    width: 428px;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
    display: none;
}
.minicart-wrapper .block-title-wrapper {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 16px 19px 14px 24px;
}
.minicart-wrapper .block-minicart .block-content {
    padding:  4px 24px 24px;
}
.minicart-wrapper .block-minicart .product-item-pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.minicart-wrapper .block-minicart .product-item-name {
    height: auto !important;
}
.minicart-wrapper .block-minicart .product-item{
    position: relative;
}
.minicart-wrapper .block-minicart .product-item-details .product-item-name {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 30px;
    text-decoration: none;
    margin-bottom: 15px;
}
.minicart-wrapper .block-minicart .product-item-details .product.actions .secondary .delete:before{
    content: '\e616';
    font-family: 'icons-blank-theme';
    color: #FE641E;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
}
.minicart-wrapper .block-minicart .product-item-details .product-item-name a {
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    font-weight: 500;
    text-decoration: none;
}
.minicart-items .product-item .product{
    display: flex;
    align-items: center;
}
.minicart-items .product-item .product .product-item-photo {
    float: none;
    padding-right: 24px;
    flex: 0 0 30%;
    max-width: 30%;
}
.minicart-items .product-item .product .product-item-details{
    flex: 0 0 70%;
    max-width: 70%;
    position: relative;
}
.minicart-items .product-item .product .close {
    position: absolute;
    top: 20px;
    right: 0;
    width: 29px;
    height: auto;
}
.minicart-items .product-item .product .close:before {
    font-size: 38px;
    line-height: 25px;
    color: #FE641E;
}
.minicart-items .product-item .product-item-photo .product-image-container {
    height: 80px!important;
    width: 80px !important;
}
.minicart-wrapper .minicart-items-wrapper {
    border-bottom: 1px solid #E0E0E0;
    overflow-x: hidden;
    margin-bottom: 24px;
}
.minicart-items .product-item:first-child {
    padding-top: 20px;
} 
.minicart-wrapper .block-minicart .subtotal {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #373737;
}
.minicart-wrapper .block-minicart .subtotal  .deposit_amount-minicart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #9598A3;
    font-weight: 500;
    margin-bottom: 8px;
}
.minicart-wrapper .block-minicart .subtotal  .deposit_amount-minicart .price{
    font-weight: 500;
}
.minicart-wrapper .block-minicart .subtotal .price-wrapper .price{
    color: #373737;
}
.block-minicart .block-content>.actions>.primary .action.primary {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background: #FE641E !important;
    border-radius: 4px;
    margin: 24px 0;
}
.block-minicart .block-content>.actions>.primary .action.primary:hover,
.block-minicart .block-content>.actions>.primary .action.primary:focus {
    background: #83C100 !important;
}
.block-minicart .block-content>.actions {
    margin: 0;
}
.block-minicart .block-content>.actions .delivery_info {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    margin: 0;
}
#delivery_multistock_info {
    display:block
}
.block-minicart .viewcart {
    font-weight: 500 !important;
    color: #83C100 !important;
}
.block-minicart .viewcart:hover{
    color: #FE641E !important
}
.minicart-wrapper .minicart-widgets {
    margin-top: 0px;
}
.number-counter {
    min-height: 40px;
    background: #F4F4F4;
    border-radius: 4px;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0 !important;
}
.number-counter input,
.number-counter select {
    background: #FFFFFF;
    border: 1px solid #F4F4F4 !important;
    border-radius: 0 !important;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 24px;
    height: 40px;
    color: #000000;
    max-width: 68px;    
    width: auto !important;
    margin: 0 !important;
}
.number-counter input:hover {
    border:  1px solid #F4F4F4 !important;
}
.number-counter .minus,
.number-counter .plus {
    font-weight: 500; 
    border: 0;
    box-shadow: none;
    outline: none;
    padding: 0;
    width: 44px;
    height: 40px;
    font-family: Arial,Helvetica,sans-serif;
}
.number-counter .minus {
    font-size: 32px;
    line-height: 32px;
    position: relative;
    background: #F4F4F4;
    border-radius: 4px 0 0 4px;
    color: #83C100;
}
.number-counter .minus span {
    position: relative;
    top: -2px;
}
.number-counter .plus {
    font-size: 24px;
    line-height: 24px;
    background: #83C100;
    border-radius: 0 4px 4px 0;
    color: #FFFFFF;
}
.number-counter .minus:hover,
.number-counter .plus:hover {
    background: #83C100;
    color: #FFFFFF;
}
/* minicart  end*/

/* shipping page start */
.progress-warpper {
    display: inherit;
    align-items: center;
    padding: 55px 0 42px;
}
.progress-warpper .opc-progress-bar {
    display: inline-block;
    width: 66.8%;
    padding: 0 16px 0 0;
    float: left;
    margin: 0;
}
.opc-wrapper {
    width: 66.8%;
    padding: 0 16px 0 0;
}
.checkout-index-index .authentication-wrapper{
    width: 33.2%;
    margin-top: 41px;
}
.opc-sidebar {
    width: 33.2%;
}
.checkout-index-index .authentication-wrapper .action-auth-toggle {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    width: 100%;
    text-transform: none;
    border-radius: 4px;
    background: #FE641E;
    padding: 10px;
}
.checkout-index-index .authentication-wrapper .action-auth-toggle:hover,
.checkout-index-index .authentication-wrapper .action-auth-toggle:focus {
    background: #83C100;
}
.progress-warpper:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
}
.opc-progress-bar-item {
    text-align: left;
    vertical-align: middle;
}
.opc-progress-bar-item._active:before {
    background:  #999999 !important;
}
.opc-progress-bar-item._complete:before {
    background: #82B817 !important;
}
.opc-progress-bar-item:last-child:before {
    display: none !important;
}
.opc-progress-bar-item:before {
    height: 1px;
    z-index: -1;
    left: auto;
    width: 90%;
    right: 20px;
    top: 6px;
}
.opc-progress-bar-item._active>span,
.opc-progress-bar-item._complete>span {
    color: #82B817 !important;
}
.opc-progress-bar .opc-progress-bar-item {
    width: 41%;
}
.opc-progress-bar .opc-progress-bar-item:not(:last-child) {
    width: 59%;
}
.opc-progress-bar .opc-progress-bar-item:not(:last-child)>span {
   padding-right: 24px;
}
.opc-progress-bar-item>span {
    padding: 0 0 0 40px;
    width: auto;
    background: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500 !important;
    color: #9598A3;
    letter-spacing: 0.4px;
}
.opc-progress-bar-item>span:before, .opc-progress-bar-item>span:after {
    left: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}
.opc-progress-bar-item>span:before, 
.opc-progress-bar-item>span:after {
    height: 24px;
    width: 24px;
    background: #9598A3;
    margin-left: 0;
}
.opc-progress-bar-item._active>span:before,
 .opc-progress-bar-item._active>span:after, 
 .opc-progress-bar-item._complete>span:before,
 .opc-progress-bar-item._complete>span:after {
    background: #82B817 !important;
 }
.opc-progress-bar-item>span:after {
    top: 50%;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
.opc-progress-bar-item._active>span:after {
    content: counter(i);
    counter-increment: i;
    color: #fff !important;
    font-size: 14px;
    line-height: 16px;
    font-family: Arial,Helvetica,sans-serif;
}
.opc-progress-bar-item._complete>span:after  {
    content: url('../images/right-white-arrow.svg');
    font-size: 17px;
}
.checkout-container .opc-wrapper ol.opc li.checkout-shipping-address, 
.checkout-container .opc-wrapper ol.opc li.checkout-shipping-method {
    padding: 0;
    box-shadow: none;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    margin-bottom: 17px;
}
.checkout-container .opc-wrapper ol.opc li.checkout-shipping-method.shipping-method-outer {
	border: none;
}
.checkout-container .opc-wrapper ol.opc li.checkout-shipping-method .step-content.remove-padding {
	padding: 0;
}
.checkout-container .opc-wrapper ol.opc li.checkout-shipping-address .step-title, 
.checkout-container .opc-wrapper ol.opc li.checkout-shipping-method .step-title,
.opc-block-shipping-information .shipping-information-title,
.customer-account-login .ews-content-container .login-container .block .block-title {
    font-size: 18px;
    line-height: 24px;
    color: #373737;
    letter-spacing: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 18px 24px 14px;
    margin-bottom: 0;
    text-transform: none;
}
.custom-radio-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    width: auto !important;
}
.delivery-content .custom-radio-wrapper {
    margin: 0;
}
.custom-radio-wrapper .custom-radio-outer {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 8px;
}
.custom-radio-wrapper .custom-radio-inner {
    position: relative;
    display: flex;
    height: 100%;
}
.custom-radio-wrapper .custom-radio-inner label{
    background: #FAFAFA;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    color: #9598A3;
    padding: 24px;
    display: block;
    width: 100%;
}
.custom-radio-wrapper .custom-radio-inner input[type="radio"],
.custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-inner label .checkmark {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}
.custom-radio-wrapper .custom-radio-inner input[type="radio"]:checked + label {
    background: #ffffff;
    border-color: #FE641E;
    color: #FE641E;
}
.custom-radio-wrapper .custom-radio-inner .name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    display: block;
    margin: 0 0 16px;
}
.custom-radio-wrapper .custom-radio-inner .content{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: block;
    margin: 0;
}
.custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-inner label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px 16px;
}
.custom-radio-wrapper-outer{
    padding-bottom: 17px;
    margin-bottom: 33px;
    border-bottom: 1px solid #E0E0E0;
}
.custom-radio-wrapper-outer .custom-radio-wrapper {
    margin-bottom: 0 !important;
}
.custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer {
    margin-bottom: 15px;
}
.custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-inner .name {
    margin: 0;
}
.custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-inner .inner-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.checkout-index-index .form-login .control {
    padding-right: 0;
}
.checkout-shipping-address .form-login .fieldset {
    margin: 0 -12px;
}
.checkout-shipping-address .form-login .fieldset .fieldset {
    margin: 0 !important;
}
.checkout-index-index .opc-wrapper .form .control span.note {
    font-size: 16px;
}
.opc-wrapper .form {
    margin: 0;
}
.opc-wrapper .checkout-shipping-address .fieldset>.field:not(.choice)>.label {
    color: #373737;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 3px 3px;
}
.opc-wrapper form .fieldset .field .control input, 
.opc-wrapper form .fieldset .field .control select {
    height: 40px;
    border: 1px solid #E5E5E5;
    color: #373737;
}
.opc-wrapper form .fieldset .field .control input:focus, 
.opc-wrapper form .fieldset .field .control select:focus {
    border-color:  #FE641E;
}
.opc-wrapper .form.form-login .field.required,
.opc-wrapper .fieldset>.field  {
    margin-bottom: 17px;
}
.opc-wrapper #shipping-new-address-form {
    margin-bottom: 0;
}
.checkout-shipping-address .step-content {
    padding: 24px;
}
.checkout-container .edit-address-link {
    box-shadow: none !important;
}
.checkout-container .opc-wrapper ol.opc li.checkout-shipping-method .step-content {
    padding: 32px 24px;
}
.checkout-container .opc-wrapper ol.opc li.checkout-shipping-method#shipping-time .step-content {
    padding: 24px;
}
.opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours {
    margin: 0;
}
.opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #373737;
    margin-bottom: 16px;
}
.opc-wrapper .form.methods-shipping .time-period {
    width: 100%;
}
.opc-wrapper .form.methods-shipping .time-period,
.opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours.today_hours,
.opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours.tomorrow_hours  {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px 15px;
}
.opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours.today_hours span,
.opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours.tomorrow_hours span {
    width: 100%;
}
.opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours .time-period .admin__field-option,
.opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours.today_hours .admin__field-option,
.opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours.tomorrow_hours .admin__field-option {
    display: flex;
    padding: 0 4px;
    margin: 0 0 8px;
    flex: 0 0 16.66%;
    max-width: 16.66%;
}
.opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours .admin__field-option .admin__field-label {
    margin: 0;
}
.opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours .admin__field-option .admin__field-label {
    background: #FAFAFA;
    font-size: 14px;
    line-height: 24px;
    color: #9598A3;
    border: 1px solid #E0E0E0;
    width: 100%;
    padding: 7px 5px;
}
.opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours .admin__field-option input[name="pickup_hours"]:checked+label {
    background: #fff;
    border-color: #FE641E;
    color: #FE641E;
}
.opc-block-summary {
    background: transparent;
    padding: 0;
    margin: 0 0 20px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
}
.opc-block-summary .block-title-wrapper {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    padding: 16px 18px 16px 24px;
    border-bottom: 1px solid #E0E0E0;
}
.opc-block-summary .items-in-cart>.title {
    display: none;
}
.opc-block-summary .block{
    margin-bottom: 0;
    padding: 24px;
}
.ship-via .shipping-information-content,
.ship-to .shipping-information-content,
.pickup-info-container .shipping-information-content{
    padding: 24px;
}
.opc-block-summary .table-totals tbody tr th,
.opc-block-summary .table-totals tbody tr td {
    padding: 10px 24px 5px!important;
}
.opc-block-summary table tbody tr:nth-of-type(even) {
    background: transparent;
}
.opc-block-summary .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product-image-container {
    display: block;
    flex: 0 0 28%;
    max-width: 28%;
    width: 80px !important;
    height: 80px !important;
    padding-right: 24px;
}
.opc-block-summary .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product-image-container img {
    height: 80px;
    width: 80px;
    object-fit: contain;
}
.opc-block-summary .minicart-items-wrapper {
    margin: 0;
    padding: 0;
    border: 0;
}
.opc-block-summary .product-item .product-item-inner {
    display: flex;
    margin: 0;
    width: 100%;
    justify-content: space-between;
    height: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.opc-block-summary .minicart-items .product-item:first-child {
    padding-top: 0;
}
.opc-block-summary .minicart-items .product-item .product {
    align-items: normal;
}
.opc-block-summary .minicart-items .product-item {
    border: none;
    border-bottom: 1px solid #E0E0E0;
}
.opc-block-summary .minicart-items .product-item-name {
    color: #373737;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: none;
}
.opc-block-summary .minicart-items .details-qty,
.opc-block-summary .minicart-items .product-item .price {
    color: #373737;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.opc-block-summary .product-item .product-item-inner {
    display: flex;
    margin: 0;
    width: 100%;
    justify-content: space-between;
}
.opc-block-summary .product-item .subtotal {
    display: flex;
    align-self: end;
}
.checkout-index-index .opc-sidebar .opc-block-shipping-information {
    padding: 0;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
}
.checkout-index-index .opc-sidebar .opc-block-shipping-information .store-info,
.opc-block-shipping-information .ship-to {
    margin: 0;
}
.checkout-index-index .opc-sidebar .opc-block-shipping-information .store-info {
    padding: 16px 24px;
}
.checkout-index-index .opc-sidebar .opc-block-shipping-information .store-info .store-name,
.checkout-index-index .opc-sidebar .opc-block-shipping-information .store-info .store-addr,
.checkout-index-index .opc-sidebar .opc-block-shipping-information .store-info .store-addr-clone {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.checkout-index-index .opc-sidebar .opc-block-shipping-information .store-info .store-name {
    color: #373737;
    font-weight: 700;
}
.checkout-index-index .opc-sidebar .opc-block-shipping-information .store-info .store-addr,
.checkout-index-index .opc-sidebar .opc-block-shipping-information .store-info .store-addr-clone {
    color: #9598A3;
    font-weight: 500;
}
.checkout-wrapper-btn {
    margin: 0;
}
.checkout-container .action.continue.back {
    background: #FFF1EB !important;
    border: 1px solid #FFF1EB !important;
    color: #FE641E !important;
}
.checkout-container .action.continue.back:hover,
.checkout-container .action.continue.back:focus {
    background: #FE641E !important;
    border: 1px solid #FE641E !important;
    color: #fff !important;
    box-shadow: none !important;
}
.checkout-container .action.continue {
    background: #FE641E !important;
    border: 1px solid #FE641E !important;
    box-shadow: none !important;
}
.checkout-container .action.continue:hover,
.checkout-container .action.continue:focus {
    background: #d74300 !important;
    border: 1px solid #d74300 !important;
    color: #fff !important;
}
.checkout-container .action.continue, 
.checkout-container .action.continue.back {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 500;
    text-transform: none;
    padding: 9px 10px !important;
    min-width: 250px !important;
    box-shadow: none;
    border-radius: 4px;
}
.shipping-cart-wrapper > .checkout-shipping-method {
    flex: 0 0 100%;
    max-width: 100%;
}
.shipping-cart-wrapper > .checkout-shipping-method .form-shipping-address {
    margin: 0;
    padding: 24px;
}
.shipping-cart-wrapper .checkout-shipping-method .checkout-fidelity-program .form-shipping-address .field .label {
    margin-bottom: 16px;
    display: block;
}
.shipping-cart-wrapper > .checkout-shipping-method .form-shipping-address .customer-card-no {
    margin-bottom: 0;
}
.shipping-cart-wrapper .fieldset.address {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.shipping-cart-wrapper .fieldset.address .delivery-wrapper,
.shipping-cart-wrapper .fieldset.address .delivery-inner{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 8px;
}
.shipping-cart-wrapper .fieldset.address .delivery-wrapper {
    margin-top: 32px;
}
.shipping-cart-wrapper .fieldset.address .delivery-inner .customer-card-no .delivery-inner,
.shipping-cart-wrapper .fieldset.address .delivery-wrapper .delivery-inner {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px;
}
.shipping-cart-wrapper .checkout-shipping-Bag .delivery-info .form-shipping-address .check-content-wrapper input[type="checkbox"] {
    display: none;
}
.shipping-cart-wrapper .checkout-shipping-Bag .delivery-info .form-shipping-address .field .label {
    width: 100%;
    margin: 0;
    padding: 0;
}
.shipping-cart-wrapper .checkout-shipping-Bag .delivery-info .form-shipping-address .field .label:before {
    display: none;
}
.shipping-cart-wrapper .checkout-shipping-Bag .delivery-info .form-shipping-address .table_wrapper {
    overflow-x: hidden;
}
.bag_details >.item {
    border-bottom: 1px solid #E0E0E0;
}
.bag_details .item .col.item {
    padding: 24px 8px 32px 0;
    display: block;
    min-height: 75px;
    position: relative;
}
.bag_details .cart.item:first-child .col.item {
    padding-top: 0;
}
.bag_details .col {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #231f20;
    padding-top: 24px;
    padding-bottom: 32px;
    border-top: 0;
}
.bag_details .cart.item:first-child td {
    padding-top: 0;
}
.bag_details tr td {
    vertical-align: bottom;
}
.bag_details .col.price {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #9598A3;
}
.bag_details .col.price, .bag_details .col.subtotal {
    white-space: nowrap;
}
.bag_details .col.price span, 
.bag_details .col.subtotal span {
    display: block;
    margin-bottom: 6px;
}
.bag_details .col.subtotal {
    padding-right: 0;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    text-align: right;
}
.bag_details .product-item-photo {
    padding-right: 24px;
    display: table-cell;
    max-width: 100%;
    position: static;
    vertical-align: top;
    width: 1%;
}
.bag_details .product-item-photo img {
    height: 80px;
    width: 80px;
    object-fit: contain;
    max-height: 100%;
    display: block;
    max-width: 80px;
}
.bag_details .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
}
.bag_details .product-item-name {
    margin-bottom: 16px;
    margin-top: 0;
    min-width: 150px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #373737;
    text-decoration: none;
}
.bag_details .showQty {
    display: block;
}
.bag_details .number-counter {
    display: inline-flex;
}
.bag_details .number-counter .minus, .bag_details .number-counter .plus {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.bag_details .item-info .qty .input-text.qty {
    height: 40px;
    text-align: center;
}
.bag_details .cart.item:first-child .action-remove-cart-item {
    top: 0;
}
.bag_details .action-remove-cart-item {
    padding: 0;
    position: absolute;
    top: 20px;
    right: -10px;
}
.bag_details .action-remove-cart-item:before {
    content: '\e616';
    color: #FE641E;
    font-size: 38px;
    font-weight: bold;
    font-family: 'icons-blank-theme';
    line-height: 28px;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding-bottom: 5px;
}


.shipping-cart-wrapper .fieldset.address .delivery-wrapper .check-content-wrapper .control,
.shipping-cart-wrapper .fieldset.address .delivery-inner .fieldset  {
    margin-bottom: 0;
}
.checkout-shipping-Bag .delivery-info .form-shipping-address .delivery-wrapper .field .label:before,
.checkout-shipping-Bag .delivery-info .form-shipping-address .delivery-inner .form.form-shipping-address .label:before{
    display: none;
}
.checkout-shipping-Bag .delivery-info .form-shipping-address .field input[type="checkbox"]:checked + .label.green-content:after {
    display: none;
}
.checkout-shipping-Bag .delivery-info .form-shipping-address .field input[type="checkbox"]:checked + .label.green-content {
    color: #FE641E;
    border-color: #FE641E;
    background: #fff;
}
.shipping-cart-wrapper .checkout-shipping-Bag .delivery-info .form-shipping-address .field .label {
    position: static;
}
.checkout-shipping-Bag .delivery-info .form-shipping-address .delivery-inner .form.form-shipping-address {
    padding: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
    top: 14px;
    right: 10px;
}
.delivery-inner .custom-radio-wrapper-outer {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.delivery-inner .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer {
    margin-bottom: 0;
}
.delivery-inner .custom-radio-wrapper .custom-radio-outer {
    flex: 0 0 100%;
    max-width: 100%;
}
.delivery-inner .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer .check-content-wrapper input[type="checkbox"]{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
.delivery-inner .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer .label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 17px 24px 16px !important;
    background: #FAFAFA;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    color: #9598A3;
    min-height: 80px;
    margin-bottom: 0 !important;
}
.delivery-inner .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer .label span:first-child {
    font-weight: 700;
}
.delivery-inner .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer .label span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.delivery-inner .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer .label span.showQty {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    z-index: 11;
}
.delivery-inner .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer .label span.showQty .controlqty {
    min-height: 40px;
    background: #F4F4F4;
    border-radius: 4px;
    padding: 0;
    display: inline-flex;
    width: auto !important;
    align-items: center;
    margin: 10px 0 0 !important;
}
.delivery-inner .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer .label span.showQty .controlqty input,
.delivery-inner .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer .label span.showQty .controlqty select {
    background: #FFFFFF;
    border: 1px solid #E2E2E2 !important;
    border-radius: 4px !important;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 24px;
    height: 32px;
    color: #000000;
    max-width: 68px;
    margin: 0px 18px;
    width: auto !important;
    margin: 0 6px !important;
}
.delivery-inner .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer .label span.showQty .controlqty input:hover {
    border:  1px solid #83C100 !important;
}
.delivery-inner .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer .label span.showQty .controlqty .minus {
    font-size: 32px;
    line-height: 32px;
    position: relative;
    top: -3px;
}
.delivery-inner .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer .label span.showQty .controlqty .plus {
    font-size: 24px;
    line-height: 24px;
}
.delivery-inner .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer .label span.showQty .controlqty .minus,
.delivery-inner .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer .label span.showQty .controlqty .plus {
    font-weight: 500;
    color: #FE641E;
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: none;
    padding: 0;
    width: 37px;
    font-family: Arial,Helvetica,sans-serif;
}
.delivery-inner .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer .label span.showQty .controlqty .minus:hover,
.delivery-inner .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer .label span.showQty .controlqty .plus:hover {
    color: #FE641E;
    background: transparent;
}
.delivery-inner .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer .label:before {
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 0;
}
.shipping-cart-wrapper .checkout-shipping-Bag .delivery-info .form-shipping-address .field .check-content-wrapper .label {
    margin-bottom: 0;    
}
.shipping-cart-wrapper .checkout-shipping-Bag .delivery-info .form-shipping-address .field .label {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 16px;
    color: #000000;
}
.delivery-content input[type="text"] {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    height: 40px;
}
.checkout-shipping-Bag .delivery-info .form-shipping-address .field .control textarea:focus,
.delivery-content input[type="text"]:focus {
   border-color:  #FE641E;
}
.checkout-shipping-Bag .delivery-info .form-shipping-address .field .control textarea {
    display: block;
    height: 136px;
    max-height: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}
.shipping-cart-wrapper {
    margin-bottom: 23px;
    flex-wrap: wrap;
}
.custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.custom-radio-wrapper-outer .custom-radio-wrapper table tbody {
    display: flex;
    flex-wrap: wrap;
    /*margin: 0 -8px;*/
}
.custom-radio-wrapper-outer .custom-radio-wrapper table tbody tr {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 8px;
    display: flex;
    background: transparent;
}
.custom-radio-wrapper-outer .custom-radio-wrapper table tbody tr td{
    border: none !important;
    padding: 0;
    width: 100%;
    display: flex;
}
/* shipping page end */

/* login page design start */
.customer-account-login .ews-content-container .login-container .block.block-new-customer {
    height: auto;
}
.customer-account-login .ews-content-container .login-container, 
.multishipping-checkout-login .ews-content-container .login-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
}
.customer-account-login .ews-content-container .login-container .block, 
.multishipping-checkout-login .ews-content-container .login-container .block {
    flex: 0 0 47%;
    max-width: 47%;
    width: 47%;
    display: flex;
    flex-direction: column;
    box-shadow: none;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 0;
}
.customer-account-forgotpassword .page-main form,
.customer-account-create .page-main form {
    box-shadow: none;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
}
.customer-account-login .ews-content-container .login-container .block .block-content,
.customer-account-forgotpassword .page-main form,
.customer-account-create .page-main form {
    padding:  24px;
}
.customer-account-login .ews-content-container .login-container .block .fieldset>.field:not(.choice)>.label, 
.multishipping-checkout-login .ews-content-container .login-container .block .fieldset>.field:not(.choice)>.label,
.fieldset>.field:not(.choice)>.label {
    color: #373737;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 3px 3px;
}
form .fieldset .field .control input, 
form .fieldset .field .control select {
    height: 40px;
    border: 1px solid #E5E5E5;
    color: #373737;
}
form .fieldset .field .control input:focus, 
form .fieldset .field .control select:focus {
    border-color: #FE641E; 
}
.customer-account-login .ews-content-container .login-container .block .form-login fieldset .field.note,
.customer-account-login .ews-content-container .login-container .block .block-content p,
.customer-account-login .actions-toolbar>.secondary a,
.customer-account-forgotpassword form .field.note {
    color: #373737;
    font-size: 16px;
    line-height: 18px;
}
.customer-account-login .actions-toolbar>.secondary a:hover {
    color: #83C400;
}
.actions-toolbar>.primary .action, 
.actions-toolbar>.secondary .action.login, 
.actions-toolbar>.primary .submit {
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    background: #FE641E;
    font-weight: 500;
}
.actions-toolbar>.primary .action:hover, 
.actions-toolbar>.primary .action:focus, 
.actions-toolbar>.secondary .action.login:hover, 
.actions-toolbar>.secondary .action.login:focus, 
.actions-toolbar>.primary .submit:hover,
.actions-toolbar>.primary .submit:focus {
    background: #d74300;
}
.customer-account-create .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-title-wrapper .page-title{
    margin-bottom: 25px;
}
.customer-account-forgotpassword .column:not(.sidebar-main) form .actions-toolbar .secondary a:hover, 
.customer-account-forgotpassword .column:not(.sidebar-additional) form .actions-toolbar .secondary a:hover {
    color: #83C400;
}
.customer-account-create .account .fieldset .legend span {
    font-size: 18px;
    line-height: 24px;
    color: #373737;
    letter-spacing: 0;
    border-bottom: 1px solid #E0E0E0;
    text-transform: none;
}
/* login page design end */

.modal-popup.confirm .action-close {
    padding: 1px;
}
.checkout-index-index .checkout-payment-method .billing-address-form form .fieldset .choice input[type="checkbox"]:checked + .label:before, 
.checkout-payment-method form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-billing-address .billing-address-same-as-shipping-block input[type="checkbox"]:checked + label:before, 
.checkout-shipping-Bag .delivery-info .form-shipping-address .field input[type="checkbox"]:checked + .label:before, 
.ews-content-container .form-create-account .account .tcagreecreateaccount .control input[type="checkbox"]:checked + .label:before, 
.ews-content-container .columns .form-newsletter-manage .fieldset .choice input[type="checkbox"]:checked + .label:before, 
.ews-content-container .columns .form-edit-account .fieldset .choice input[type="checkbox"]:checked + .label:before, 
.ews-content-container .columns .form-address-edit .fieldset .choice input[type="checkbox"]:checked + .label:before, 
form .fieldset .tcagreecreateaccount-checkout .field .control input[type="checkbox"]:checked + .label:before, 
.ews-content-container .columns .form-shipping-address .fieldset .choice input[type="checkbox"]:checked + .label:before {
    background: #FE641E;
    border: 1px solid #FE641E;
}
.checkout-index-index .form-login .actions-toolbar-wrapper .control input[type="checkbox"]:checked + .label:before {
    background: #FE641E !important;
    border: 1px solid #FE641E !important;
}
.checkout-index-index .form-login .actions-toolbar-wrapper .control .label:before {
    border-radius: 4px;
}
.checkout-index-index .checkout-payment-method .billing-address-form form .fieldset .choice input[type="checkbox"] + .label:before, 
.checkout-payment-method form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-billing-address .billing-address-same-as-shipping-block input[type="checkbox"] + label:before, 
.checkout-shipping-Bag .delivery-info .form-shipping-address .field input[type="checkbox"] + .label:before, 
.ews-content-container .form-create-account .account .tcagreecreateaccount .control input[type="checkbox"] + .label:before, 
.ews-content-container .columns .form-newsletter-manage .fieldset .choice input[type="checkbox"] + .label:before, 
.ews-content-container .columns .form-edit-account .fieldset .choice input[type="checkbox"] + .label:before, 
.ews-content-container .columns .form-address-edit .fieldset .choice input[type="checkbox"] + .label:before, 
form .fieldset .tcagreecreateaccount-checkout .field .control input[type="checkbox"] + .label:before, 
.ews-content-container .columns .form-shipping-address .fieldset .choice input[type="checkbox"] + .label:before {
    border-radius: 4px;
}
.ews-content-container .form-create-account .account .tcagreecreateaccount .control input[type="checkbox"]:checked + .label:after, 
.ews-content-container .columns .form-edit-account .fieldset .choice input[type="checkbox"]:checked + .label:after, 
.ews-content-container .columns .form-address-edit .fieldset .choice input[type="checkbox"]:checked + .label:after, 
.ews-content-container .columns .form-shipping-address .fieldset .choice input[type="checkbox"]:checked + .label:after,
.checkout-index-index .checkout-payment-method .billing-address-form form .fieldset .choice input[type="checkbox"]:checked + .label:after, 
.checkout-payment-method form .fieldset .opc-payment .payment-methods .payment-group .payment-method .payment-method-billing-address .billing-address-same-as-shipping-block input[type="checkbox"]:checked + label:after, 
.checkout-shipping-Bag .delivery-info .form-shipping-address .field input[type="checkbox"]:checked + .label:after, 
.ews-content-container .form-create-account .account .tcagreecreateaccount .control input[type="checkbox"]:checked + .label:after, .ews-content-container .columns .form-newsletter-manage .fieldset .choice input[type="checkbox"]:checked + .label:after, 
form .fieldset .tcagreecreateaccount-checkout .field .control input[type="checkbox"]:checked + .label:after {
    top: 6px;
}
.ews-content-container .columns .form-edit-account .fieldset .choice input[type="checkbox"]:checked + .label:after {
    top: 8px;
}
.opc-wrapper .shipping-address-item.selected-item .address-item-wrapper {
    color: #FE641E;
}
.radio-container input:checked ~ .checkmark {
    border-color: #FE641E;
}
.radio-container .checkmark:after {
    background:  #FE641E;
}
@media (max-width: 1280px) {
    /* shipping page start */
    .opc-progress-bar .opc-progress-bar-item:not(:last-child),
    .opc-progress-bar .opc-progress-bar-item{
        width: 50%;
    }
    .opc-progress-bar .opc-progress-bar-item:not(:last-child)>span {
        padding-right: 10px;
    }
    .opc-progress-bar-item>span {
        padding: 0 0 0 30px;
    }
    .checkout-container .opc-wrapper ol.opc li.checkout-shipping-address .step-title, 
    .checkout-container .opc-wrapper ol.opc li.checkout-shipping-method .step-title, .opc-block-shipping-information .shipping-information-title,
    .opc-block-summary .block-title-wrapper,
    .customer-account-login .ews-content-container .login-container .block .block-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
        padding: 15px;
    }
    .checkout-shipping-address .form-login .fieldset {
        margin: 0 -5px;
    }
    .opc-block-summary .block-title-wrapper .title-link {
        font-size: 14px;
        line-height: 20px;
        margin-left: 0;
    }
    .opc-wrapper .form.form-login {
        border-bottom: none;
    }
    .checkout-container .opc-wrapper ol.opc li.checkout-shipping-method .step-content,
    .checkout-index-index .opc-sidebar .opc-block-shipping-information .store-info,
    .opc-block-summary .block,
    .shipping-cart-wrapper > .checkout-shipping-method .form-shipping-address,
    .checkout-shipping-address .step-content,
    .checkout-container .opc-wrapper ol.opc li.checkout-shipping-method#shipping-time .step-content {
        padding: 15px;
    }
    .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-inner label .ship-name {
        padding-right: 5px;
    }
    .ship-via .shipping-information-content,
    .ship-to .shipping-information-content,
    .pickup-info-container .shipping-information-content{
        padding: 15px;
    }
    .opc-block-summary .table-totals tbody tr th,
    .opc-block-summary .table-totals tbody tr td {
        padding: 10px 15px !important;
    }
    .custom-radio-wrapper .custom-radio-inner .name {
        font-size: 14px;
        line-height: 20px;
    }
    .custom-radio-wrapper-outer {
        margin-bottom: 15px;
        padding-bottom: 0;
    }
    .opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours .time-period .admin__field-option,
    .opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours.today_hours .admin__field-option,
    .opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours.tomorrow_hours .admin__field-option  {
        flex: 0 0 20%;
        max-width: 20%;
    }
    /* shipping page end */

    /* login page design start */
    .customer-account-login .ews-content-container .login-container .block .block-content, 
    .customer-account-forgotpassword .page-main form,
    .customer-account-create .page-main form {
        padding: 15px;
    }
    .customer-account-create .account .fieldset .legend span {
        font-size: 16px;
        line-height: 20px;
    }
    /* login page design end */

}
@media (max-width: 1199px) {
    .two-col-section {
        padding: 0px 0 43px;
    }
    .two-col-section .product-content-inner {
        padding: 20px;
    }
    .navigation .level0 .submenu .nav-wrapper li {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (max-width: 1024px) {
    .ews-footer-container .ews-footer .footer-left-side {
        padding-right: 50px;
    }

    /* shipping page start */
    .opc-wrapper .form.form-login {
        padding-bottom: 15px;
    }
    .shipping-cart-wrapper .checkout-shipping-Bag .delivery-info .form-shipping-address .table_wrapper {
        overflow-x: auto;
    }
    /* shipping page end */
}
@media (max-width: 991px) {
    /* Middle header start */
    .ews-header .ews-header-left {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .ews-header-container .ews-header-right {
        flex: 0 0 15%;
        max-width: 15%;
    }
    .ews-header .ews-header-mid {
        flex: 0 0 55%;
        max-width: 55%;
    }
    /* Middle header end */
    .navigation .level0 .submenu .nav-wrapper li {
        flex: 0 0 25%;
        max-width: 25%;
        min-height: 54px;
    }
    .navigation .level0 .submenu .nav-wrapper li a {
        font-size: 14px;
        line-height: 18px;
        padding-left: 55px !important;
    }
    .navigation .level0 .submenu .nav-wrapper li a img {
        left: 10px;
        width: 30px;
    }
    .two-col-section .product-content-wrapper .product-content-outer {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .two-col-section .product-content-inner {
        height: auto;
    }
    .two-col-section .product-content-wrapper .product-content-outer:not(:last-child) {
        margin: 0 0 15px;
    }
    .two-col-section .product-content-inner h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 10px;
    }
    .two-col-section .product-content-inner p {
        margin: 0 0 15px;
    }
    .about-brand {
        padding: 40px 0;
    }
    .about-brand-outer h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 20px;
    }
    .ews-footer-container .ews-social-links-container span {
        font-size: 16px;
        line-height: 20px;
    }
    .ews-footer-container .ews-social-links-container span a:before {
        height: 30px;
        width: 30px;
    }
    .ews-footer-container .ews-social-links-container span a {
        margin-left: 10px;
        padding-left: 40px;
    }
    .ews-footer-container .ews-footer {
        padding: 35px 0;
    }
    .ews-footer-container .ews-footer .footer-left-side,
    .ews-footer-container .ews-footer .ews-footer-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .ews-footer-container .ews-footer .footer-left-side {
        padding-right: 0px;
    }
    .ews-footer-links span.title {
        padding-bottom: 12px;
    }
    .ews-footer-right .logo-wrapper {
        margin: 0 0 30px;
    }
    .ews-footer .ews-footer-right .ews-footer-about-us .contact-method-title, 
    .ews-footer .ews-footer-right .ews-footer-about-us .contact-method, 
    .ews-footer-right .contact-method .contact-method-value a {
        font-size: 14px !important;
    }

    /* shipping page start */
    .progress-warpper {
        flex-wrap: wrap;
        padding: 35px 0 35px;
    }
    .progress-warpper .opc-progress-bar {
        width: 100%;
        margin: 0 0 25px;
        padding: 0;
    }
    .checkout-index-index .authentication-wrapper {
        width: 100%;
        margin-top: 25px;
        float: none;
    }
    .opc-wrapper {
        width: 59%;
    }
    .opc-sidebar {
        width: 41%;
    }
    .opc-block-summary .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product-image-container {
        width: 70px !important;
        height: 70px !important;
        padding-right: 15px;
    }
    .opc-block-summary .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product-image-container img {
        height: 70px;
        width: 70px;
    }
    .opc-block-summary .minicart-items .product-item-name,
    .opc-block-summary .minicart-items .details-qty, 
    .opc-block-summary .minicart-items .product-item .price {
        font-size: 14px;
        line-height: 20px;
    }
    .opc-wrapper .checkout-shipping-address .fieldset>.field {
        width: 100%;
    }
    .custom-radio-wrapper .custom-radio-outer,
    .custom-radio-wrapper-outer .custom-radio-wrapper table tbody tr {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer {
        padding: 0;
    }
    .custom-radio-wrapper .custom-radio-outer:not(:last-child) {
        margin-bottom: 8px;
    }
    .delivery-inner .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer {
        padding: 0;
    }
    .opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours .time-period .admin__field-option,
    .opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours.today_hours .admin__field-option,
    .opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours.tomorrow_hours .admin__field-option  {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .checkout-container .action.continue, .checkout-container .action.continue.back {
        min-width: 180px !important;
    }   
    /* shipping page end */

}
@media only screen and (max-width: 767px) {
    /* Top Header start */
    .top-header .top-header-inner {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .top-header .top-header-inner .header-left {
        justify-content: center;
    }
    .top-header .top-header-inner .header-right {
        text-align: center;
    }
    .top-header .top-header-inner:not(:last-child) {
        margin: 0 0 7px;
    }
    .top-header .top-header-inner p {
        font-size: 12px;
    }
    .ews-header-container .ews-header-right {
        min-width: 1px;
    }
    /* Top Header End */

    /* Middle header start */
    .checkout-index-index .nav-toggle {
        display: block;
    }
    .checkout-index-index .ews-header-left .nav-toggle {
        display: block;
    }
    .ews-header .ews-header-right .minicart-wrapper .action.showcart:before {
        content: '';
        background: url('../images/shopping-cart-new.svg');
    }
    .ews-header .ews-header-left .logo-wrapper .logo.e-coop-logo {
        max-width: 55px;
        padding-left: 5px;
    }
    .ews-header .ews-header-left .logo-wrapper .logo.coop-logo {
        max-width: 85px;
        margin-left: 7px;
        padding-left: 7px;
    }
    .ews-header .ews-header-left {
        flex: 0 0 75%;
        max-width: 75%;
        padding-left: 40px;
    }
    .ews-header-container .ews-header-right {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .ews-header .ews-header-mid {
        flex: 0 0 100%;
        max-width: 100%;
    } 
    .minicart-wrapper {
        right: 0;
    }
    .ews-header-container .ews-header-right .searchbox-container a:after {
        color: #FF3737;
    }
    .ews-header-container .ews-header-right .searchbox-container {
        top: 0;
        margin-right: 0;
    }
    /* Middle header end */

    /* Navigation start */
    .ews-header-container .navigation {
        height: auto;
        border: none;
        padding-top: 15px;
    }
    .nav-open .nav-sections {
        background: #fff;
    }
    .navigation .level0 .submenu .nav-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        height: auto;
        min-height: 1px;
    }
    .navigation .level0 .submenu .nav-wrapper {
        max-width: 100%;
        padding: 0;
    }
    .ews-header-container .navigation ul {
        overflow: hidden;
    }
    .navigation .level0 .submenu .nav-wrapper li a {
        height: auto;
        min-height: 54px;
    }
    .navigation .level0 .submenu .nav-wrapper .nav-wrapper-inner {
        padding: 10px 0;
    }
    .navigation .submenu:not(:first-child).expanded {
        border-bottom: 1px solid #E0E0E0;
        margin-bottom: 10px !important;
    }
    .navigation .submenu .nav-wrapper:after {
        display: none !important;
    }
    .navigation .level0 .submenu .all-category a.ui-state-focus {
        margin-top: 15px;
        color: #FE641E!important;
        background: #FFF1EB;
    }
    .navigation .level0 .submenu .all-category a.ui-state-focus:hover {
        color: #ffffff !important;
        background: #FE641E;
    }
    .navigation .level0>.level-top {
        background: transparent !important;
        padding: 10px !important;
        border-bottom: 1px solid #83C100;
        border-radius: 0;
    }
    .navigation .level0>.level-top:hover,
    .navigation .level0>.level-top:focus,
    .navigation .level0>.level-top.ui-state-active {
        color: #83C100 !important;
    }
    .navigation .level0 {
        border: none;
    }
    .navigation li.level0:last-child {
        border: none;
    }
    .sections.nav-sections .nav-sections-items .ews-my-account li a {
        color:  #FE641E;
    }
    .nav-sections-item-title {
        background-color: #FE641E;
    }
    .nav-sections-item-title, 
    .nav-sections-item-title.active {
        border-bottom: 2px solid #83C100;
    }
    .nav-sections-item-title.active {
       background: #83C200;
    }
    .nav-overlay-container {
        background: rgba(0,0,0,0.5);
    }
    .ews-header-container .navigation ul>li:last-child>a {
        color: #373737 !important;
    }    
    .ews-header-container .navigation ul>li:last-child:hover>a {
        color: #83C100 !important;
    }
    /* Navigation end */

    .ews-footer-container .ews-footer .footer-left-side ul li {
        margin-right: 15px;
    }

    /* shipping page start */
    .progress-warpper .opc-progress-bar {
        display: flex;
    }
    .opc-progress-bar-item>span {
        padding: 25px 0 0;
        background: transparent;
        margin-right: 0;
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 16px;
    }
    .opc-progress-bar .opc-progress-bar-item:not(:last-child)>span {
        padding-right: 0px;
        margin-right: 0;
    }
    .opc-progress-bar-item>span:before, .opc-progress-bar-item>span:after {
        left: 50%;
        top: -5px;
        transform: translateX(-50%);
    }
    .opc-progress-bar-item>span:after {
        top:  -5px;
    }
    .opc-progress-bar-item:before {
        left: 0;
        width: 93%;
        right: 0;
    }
    .opc-progress-bar-item:last-child:before {
        display: block !important;
    }
    .opc-wrapper {
        width: 100%;
        padding: 0;
    }
    .checkout-container .opc-wrapper ol.opc li.checkout-shipping-method .step-content #checkout-shipping-method-load {
        overflow: hidden;
    }
    .custom-radio-wrapper .custom-radio-inner label {
        padding: 15px;
        min-height: 1px;
    }
    .custom-radio-wrapper .custom-radio-inner .name {
        margin: 0 0 10px;
    }
    .custom-radio-wrapper {    
        margin: 0 -6px;
    }
    .custom-radio-wrapper .custom-radio-outer,
    .custom-radio-wrapper-outer .custom-radio-wrapper table tbody tr {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 6px;
    }
    .opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours .time-period .admin__field-option,
    .opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours.today_hours .admin__field-option,
    .opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours.tomorrow_hours .admin__field-option  {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .custom-radio-wrapper .custom-radio-outer:not(:last-child) {
        margin-bottom: 0;
    }
    .custom-radio-wrapper-outer .custom-radio-wrapper .custom-radio-outer {
        margin-bottom: 12px;
    }
    .custom-radio-wrapper-outer {
        margin-bottom: 15px;
        padding-bottom: 3px;
    }
    .opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours span {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 12px;
    }
    .opc-wrapper .form.methods-shipping .time-period {
        margin: 0 -4px 10px;
    }
    .opc-wrapper .form.form-login .field.required, .opc-wrapper .fieldset>.field {
        margin-bottom: 12px;
    }
    .bag_details .item-info {
        position: relative;
        padding: 0;
    }
    .bag_details .item .col.item {
        padding: 10px 38px 10px 75px;
    }
    .bag_details .product-item-photo {
        display: block;
        left: 0;
        max-width: 60px;
        padding: 0;
        position: absolute;
        top: 15px;
        width: 100%;
        padding-right: 0;
    }
    .bag_details .cart.item:first-child .product-item-photo {
        top: 5px;
    }
    .bag_details .product-item-photo img {
        max-width: 60px;
    }
    .bag_details .number-counter .minus,
    .bag_details .number-counter .plus {
        width: 36px;
    }
    .bag_details .col {
        padding-bottom: 14px;
        padding-top: 14px;
    }
    .bag_details .cart.item:first-child td {
        padding-top: 14px;
    }    
    .bag_details .col.price {
        width: 30%;
        position: static;
        display: block;
        float: left;
        margin: 0;
    }
    .bag_details .col.subtotal {
        width: 30%;
        position: static;
        display: block;
        float: left;
        margin: 0;
        text-align: center;
    }
    .bag_details .action-remove-cart-item {
        top: 12px;
        right: 0;
    }
    .bag_details .product-item-details {
        display: block;
        width: 100%;
    }
    .bag_details .col.price span, .bag_details .col.subtotal span {
        margin-bottom: 0;
    }
    /* shipping page end */

    /* login page design start */
    .customer-account-login .ews-content-container .login-container .block, .multishipping-checkout-login .ews-content-container .login-container .block {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .customer-account-create .page-title-wrapper .page-title, .customer-account-forgotpassword .page-title-wrapper .page-title {
        margin-bottom: 15px;
    }
    /* login page design end */

}
@media (max-width: 575px) {
    /* minicart  start*/
    .minicart-wrapper .block-minicart {
        width: 290px;
    }
    .minicart-wrapper .block-title-wrapper {
        padding:  15px;
    }
    .minicart-wrapper .block-minicart .block-content {
        padding: 4px 15px 15px;
    }
    .minicart-items .product-item:first-child {
        padding-top: 15px;
    }
    .minicart-items .product-item .product .product-item-photo {
        padding-right: 5px;
    }
    .minicart-items .product-item .product-item-photo .product-image-container {
        height: 60px!important;
        width: 60px !important;
    }
    .minicart-wrapper .block-title-wrapper {
        font-size: 16px;
        line-height: 20px;
    }
    .minicart-items .product-item .product .product-item-details {
        flex: 1 1 auto;
    }
    .minicart-wrapper .block-minicart .product-item-details .product-item-name {
        overflow: visible;
        white-space: normal;
        text-overflow: initial;
        padding-right: 30px;
    }
    .minicart-wrapper .block-minicart .product-item-pricing {
        flex-wrap: wrap;
    }
    .minicart-items .product-item-details .price-wrapper{
        margin-top: 10px !important;
    }
    .block-minicart .block-content>.actions>.primary .action.primary {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
    }
    .block-minicart .block-content>.actions .delivery_info,
    #minicart-content-wrapper .viewcart {
        font-size: 14px;
        line-height: 18px;
    }
    .number-counter .minus, .number-counter .plus {
        width: 36px;
    }
    /* minicart  end*/
    /* shipping page start */
    .custom-radio-wrapper .custom-radio-outer,
    .custom-radio-wrapper-outer .custom-radio-wrapper table tbody tr {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours .time-period .admin__field-option,
    .opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours.today_hours .admin__field-option,
    .opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours.tomorrow_hours .admin__field-option  {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .custom-radio-wrapper .custom-radio-outer:not(:last-child) {
        margin-bottom: 8px;
    }
    .shipping-cart-wrapper .fieldset.address .delivery-wrapper .check-content-wrapper .control {
        margin-bottom: 15px;
    }
    .shipping-cart-wrapper .fieldset.address .delivery-wrapper, .shipping-cart-wrapper .fieldset.address .delivery-inner {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /* shipping page end */

}
@media (max-width: 480px) {
    .ews-header .ews-header-left .logo-wrapper .logo.e-coop-logo {
        max-width: 50px;
    }
    .ews-header .ews-header-left .logo-wrapper .logo.coop-logo {
        max-width: 70px;
    }
    .two-col-section .product-content-inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 15px;
    }
    .two-col-section .product-content-inner .content-blog,
    .two-col-section .product-content-inner .img-blog {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0px;
    }
    .two-col-section .product-content-inner .content-blog {
        text-align: center;
        margin-top: 10px;
    }
    .two-col-section .product-content-inner .btn {
        margin: 0 auto;
    }
    .ews-footer-container .ews-social-links-container span.phone {
        white-space: normal !important;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .ews-footer-container .ews-social-links-container span a {
        padding-left: 50px;
        margin: 10px 0 0;
    }
    .about-brand-outer h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 15px;
    }
    .about-brand-outer p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 20px;
    }
    /* shipping page start */
    .opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours .time-period .admin__field-option,
    .opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours.today_hours .admin__field-option,
    .opc-wrapper .form.methods-shipping .field.pickup-field .control .admin__field.pickup-field .admin__field-control .hours.tomorrow_hours .admin__field-option  {
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* shipping page end */
}
@media (max-width: 375px) {
    .ews-header .ews-header-left {
        padding-left: 32px;
    }
}


.opc-wrapper form .table-checkout-shipping-method {    
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.authentication-dropdown {
		text-align: left;
	}
	.checkout-index-index .authentication-dropdown .actions-toolbar .secondary {
	    float: none;
	    display: block;
	    clear: both;
	    padding-top: 10px;
	}

    .ews-header-container .navigation .container>ul>li:first-child>a,
    .ews-header-container .navigation ul>li:hover>a {
        color: #373737!important
    }
}
@media only screen and (min-width: 768px) {
    .menu-overlay {
        display:none;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 11;
    }
    .menu-hover .menu-overlay {
        display: block;
    }
    .menu-hover .ews-header-container .navigation,
    .menu-hover header{
        position: relative;
        background: #fff;
        z-index: 111;
    }
}
/* Task 3226 */
@media screen and (min-width: 768px) and (max-width: 855px) {
    .ews-header-container .navigation ul>li:not(:last-child) {
        margin-right: 7px;
    }
    .ews-header-container .navigation ul>li.nav-5 {
        padding-left: 10px  !important;
    }
    .ews-header-container .navigation ul>li>a {
        padding: 6px 10px !important;
    }
}

#registration .action.primary{
        background-color: #FE641E;
}
#registration .action.primary:hover {
        background-color: #d74300;
}
.minicart-items .product-item .product:before{
    display: none;
}

/*3136 task*/
@media (max-width: 767px) {
    .daterangepicker.show-calendar .drp-buttons {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .daterangepicker .drp-selected {
        display: block;
        text-align: center;
        padding: 0;
        margin-bottom: 8px;
        width: 100%;
    }
    .daterangepicker .drp-buttons .btn {
        width: 100%;
        display: block;
        min-width: 100%;
        margin: 0;
    }
    .daterangepicker .drp-buttons .btn.applyBtn  {
        margin: 0 0 8px;
    }
    .daterangepicker .drp-buttons .btn.cancelBtn {
        color: #FE641E !important;
        background: #FFF1EB;
        order: 1;
        display: flex;
    }
    .daterangepicker .drp-buttons .btn.cancelBtn:hover,
    .daterangepicker .drp-buttons .btn.cancelBtn:focus {
        color: #ffffff !important;
        background: #FE641E;
    }

    /*3137 task*/
    .ews-header-container .navigation ul>li.nav-5 {
        padding-left: 0px !important;
    }
}

/** 3217 task */
.top-header .top-header-inner .header-left a.branch-slection-text{
    background: none;
    width: auto;
}
/** 3217 task end*/
/** 3256 task - Start*/
.opc-progress-bar .opc-progress-bar-item._complete:nth-child(1)>span:after,
.opc-progress-bar .opc-progress-bar-item._complete:nth-child(2)>span:after,
.opc-progress-bar .opc-progress-bar-item._complete:nth-child(3)>span:after{
    content: url(../images/right-white-arrow.svg) !important;
    font-size: 17px;
}
.opc-progress-bar .opc-progress-bar-item:nth-child(1)>span:after {
    content: "1" !important;
}
.opc-progress-bar .opc-progress-bar-item:nth-child(2)>span:after {
    content: "2" !important;
}
.opc-progress-bar .opc-progress-bar-item:nth-child(3)>span:after {
    content: "3" !important;
}
/** 3256 task - End*/

@media print {
    .logo img {
        display: block;
    margin: 0 auto;
    }
}