@media only screen and (max-width: 1024px) {
    * {
        box-sizing: border-box;
        margin: 0px;
        padding: 0px;
    }
    body,
    #container.wd1024 #footer>table,
    #container.wd1024 #footer table[width="575"],
    #main-section #content-block #la-hero-wrapper,
    #la-hero-wrapper .hp-content-ev-tracking img,
    #la-hero-wrapper .hp-content-ev-tracking,
    #container.wd1024,
    .d-inline-block,
    .container-2 *,
    .header .inner,
    #main-section,
    body .container,
    .site-banner,
    #Table_01 td,
    #top_banner,
    #container,
    .col-auto,
    .col-auto,
    .col,
    .header,
    #footer,
    .wd1024 {
        width: 100% !important;
    }
}

/* Site header */

@media only screen and (max-width: 1024px){
  .wd1024 .header .logo-search-banner {
    margin: 0 auto;
    width: 100%;
  }

  .wd1024 .header .logo-search-banner>a {
    background: url(/images/sprites.png) no-repeat 0px -570.5px;
    background-size: 318px 1041.5px;
    width: 330px;
    height: 55px;
    overflow: hidden;
    zoom: 67%;
    margin-left: 107px;
  }

  @-moz-document url-prefix() { 
    .wd1024 .header .logo-search-banner>a {
      -moz-transform: scale(0.67);
      margin-top: 0 !important;
    }
  }

  .wd1024 .masthead-top-navigation {
    text-align: center;
    max-width: 330px;
    display: block;
    margin: 0 auto !important;
    margin-top: 16px !important;
  }

  .wd1024 .header .inner {
    height: 122px;
    padding: 0;
    background-image: none;
    background-color: #1c3967;
  }

  .wd1024 .search-input {
    width: 95%;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
  }

  .wd1024 .search-input form {
    padding-left: 10px;
    padding-right: 0px;
    height: 41px;
  }

  .wd1024 .search-input form .input {
    font-size: 13px;
    width: 338px;
    height: 39px;
  }

  .wd1024 .search-input form .search {
    background: url(/images/sprites.png) no-repeat 0px -751px;
    background-size: 320px 1041.5px;
    width: 37.5px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top:0;
  }

  .wd1024 .logo-search-banner .search-input .rounded {
    border-radius: 0px;
  }

  #myInput {
    border: none !important;
    width: 85% !important;
  }

  .wd1024 .header .logo-search-banner a img,
  .wd1024 .site-banner .onlydesk,
  .wd1024 .header .nav {
    display: none;
  }

  .wd1024 .header .fa {
    font-size: 31px !important;
    top: 18px !important;   
    position: absolute;
    color: #fff;
    left: 10px;
  }

  .wd1024 .socials .fa.fa-youtube-play,
  .wd1024 .socials .fa.fa-instagram,
  .wd1024 .socials .fa.fa-facebook,
  .wd1024 .socials .fa.fa-twitter,
  .wd1024 .socials .fa.fa-circle {
    font-size: auto !important;
  }

  .wd1024 .greeting, 
  .wd1024 .greeting a,
  .wd1024 .header .inner .links .help,
  .wd1024 .sign-in-out {
    display: none !important;
  }

  .wd1024 .header .inner .links {
    position: absolute;
    right: 3px;
    width: 110px;
    top: -6px;
  }

  .wd1024 .header ul.links li {
    display: inline-block;
    padding: 0 10px 0 15px;
    text-align: center;
    border-left: 1px solid #4c7db9;
    width: 34px;
    height: 48px;
  }

  .wd1024 .header .inner .links .contact {
    font-size: 0px;
  }

  .wd1024 .header .inner .links .contact a {
    background: url(/images/sprites.png) no-repeat 0px -682.5px;
    background-size: 320px 1041.5px;
    width: 40px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    margin: 0;
  }

  .wd1024 .header .links .cart a {
    display: none;
    content: '';
    display: inline-block;
    background: url(/images/sprites.png) no-repeat 2px -59.5px;
    background-size: 320px 1041.5px;
    width: 45px;
    height: 39px;
    overflow: hidden;
  }

  .wd1024 .header .links .cart .item-count {
    background-color: #FFF200;
    margin: -2px 0 0 -9px;
    padding: 2px;
  }

  .wd1024 .site-banner .onlymob {
    flex-direction: column;
    align-items: center;
    background: #fff;
    display: flex;
  }
}

@media only screen and (max-width: 440px) {
  .wd1024 .logo-search-banner .masthead-top-navigation {
    margin-left: 17% !important;
  }

  @-moz-document url-prefix() { 
    .wd1024 .header .logo-search-banner>a {
      -moz-transform: scale(0.67);
      margin: 0 !important;
    }
  }

}

@media only screen and (max-width: 380px) {
  .wd1024 .logo-search-banner .masthead-top-navigation {
    margin-left: 14% !important;
  }
}

/* Search popup menu */

@media only screen and (max-width: 1024px) {
  .search-input #popup2,
  .search-input #popup {
    margin-left: 0px !important;
    position: relative !important;
  }

  #popup2 #myInput,
  #popup2 #myUL,
  #popup #myInput,
  #popup #myUL {
    width: 100% !important;
  }

  #popup2 #myUL .suggestion.searchIn,
  #popup #myUL .suggestion.searchIn {
    padding: 5px 0 5px 10px !important;
  }   

  #popup2 .view-more-link,
  #popup .view-more-link { 
    display: inline-block !important;
    padding: 0 5px !important;
    width: 100% !important;
  }

  #popup2 #myUL h4.title,
  #popup #myUL h4.title {
    padding: 8px !important;
  }

  .search-input #popup2 .s-popup,
  .search-input #popup .s-popup {
    background-color: white !important;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
  }

  .product a .product_image .image {
    display: block !important;
  }

  #popup2 .view-more-link,
  #popup .view-more-link {    
    margin: 10px auto 0 auto!important;
    padding: 3px 5px !important;
    width: 100% !important;
  }

  #popup2 .productList,
  #popup .productList {
    margin-bottom: 10px !important;
    padding: 0 5px !important;
  }
}

/* Mobile Menu */

@media only screen and (max-width: 1024px) {
  .mm-btn {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
  }

  .mw-nav-open .mw-nav, 
  .mw-nav-open .mw-main {
    -webkit-transform: translateX(285px) !important;
    -moz-transform: translateX(285px);
    -ms-transform: translateX(285px);
    -o-transform: translateX(285px);
    transform: translateX(285px) !important;
  } 

  .mm-listitem, 
  .mw-link-bar-blue {
      height: 45px;      
  }

  .mm-btn_next:after {
    border-left: 1px solid #0066cc !important;
    border-top: 1px solid #0066cc !important;
  }

  .mm-listview .mw-link-bar-blue .mm-btn_next:after {
    border-left: 1px solid #fff !important;
    border-top: 1px solid #fff !important;    
  }

  .mm-listview .mw-link-bar-blue {
    border-color: #357ED1;
  }

  .mm-listitem {
    background-color: #fff;
    color: #06c !important;
  }

  .mw-link-bar-white {
    background-color: #fff !important;
  }

  .mw-link-bar-blue {
    background-color: #06c !important;
    border-bottom: solid 2px #357ED1;
    color: #fff !important;
    align-items: center;
    padding-left: 10px;
    padding-top: 12px;
    font-weight: bold;
  }

  .mm-panel:after {
    background-color: #1d3a65;
  }

  .mm-navbar_sticky {
    background-color: #06c !important;
    color: white !important;
  }

  .mm-btn_prev:before {
    border-left: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
    left: 15px !important;
  }

  .mm-listitem__text {    
    padding-left: 10px !important;    
    border-bottom: #fff;
    background: #f0f0f0;
  }

  .mm-navbar__title>span {    
    font-weight: bold;
    font-size: 16px;
  }

  .mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child {
    display: contents;
    line-height: 45px;
  }

  .mm-listitem {
    border-bottom: solid 2px #357ED1;
  }

  .mm-listitem:after {
    border-bottom-width: 0px !important;
  }

  .mm-wrapper_opening .mb_white.onlymob::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 12px;
    background: url(/images/sprites.png) no-repeat 0px -166.66667px;
    background-size: 355.55556px 1157.22222px;
    width: 17.77778px;
    height: 18.33333px;
  }
  
  #mm-0 .mm-navbar.mm-navbar_sticky, 
  .mm-wrapper_opening .mb_white.onlymob .fa,
  .mm-panels div:first-of-type#mm-1.mm-panel_opened .mm-navbar.mm-navbar_sticky {
    display: none;
  }
}

/* Common - mobile */

@media only screen and (max-width: 1024px) {
  .wd1024 #main-section #content-block.narrow .inner-content { 
    padding: 0px 15px;
  }

  .wd1024 .site-banner .onlymob .mb_header_center {  
    text-align: center;
    margin-top: 15px;
    width: 100%;
  }
  
  .wd1024 .site-banner .onlymob .mb_header_center img {
      width: 100%;
  }

  #container.wd1024 #content-block {
    width: 100%;
}

#container.wd1024 #content-block .g24blue + p,
#container.wd1024 #content-block .g24blue + p +strong {
  margin-bottom: 10px;
  display: inline-block;
}

img[alt="Click here to remove Chawan basu Lotus (Nelumbo nucifera "],
img[alt="Click here to continue with My Account"]{
  width: auto;
}



}

/* Billing Shipping Review Three step Bar */

@media only screen and (max-width: 1024px){
  .stepped.three_wide {
    width: 100%;
  }
  
  .stepped.three_wide li {
    width: 31%;
  }

@media only screen and (max-width: 1024px) {
    #checkout-page {
        padding: 0px 15px;
    }
    .wd1024 #main-section #content-block #checkout-page .side-bar .order-summary {
        width: 100%;
    }
    .wd1024 #main-section #content-block #checkout-page .side-bar .order-summary.fixed {
        position: static !important;
    }
    .order-details .section table tr td table tbody tr td table tbody tr td:first-child {
        width: 15%;
    }
    .order-details .section table tr td strong {
        display: inline-block;
        margin-top: 10px;
    }
    .order-details .section table tr td form {
        margin: 10px 0px;
    }
    .order-details .order-summary.fixed,
    .order-summary.bottom {
        position: static !important;
    }
    .order-details .order-summary {
        width: 100% !important;
        margin: 0 auto;
    }
    .checkout-view .order-details.-shipping {
        padding: 0px 1px !important;
    }
    .checkout-view .order-details.-address {
        padding: 15px 0px !important;
        width: 100% !important;
    }
    .checkout-view .order-details.-address table {
        /*background: #fff !important;*/
    }
    .order-details.-address .laForm div #submitToNewsletters {
        margin-top: 100px;
    }
    .checkout-view .need-help h3 {
        padding-left: 10px;
    }
    .checkout-view .side-bar {
        width: 100% !important;
        padding: 0px;
        float: left;
    }
    .checkout-view .order-details section.section,
    .cart-view .order-details section.section {
        padding: 10px 0px !important;
    }
    .checkout-view .order-details .info-icon,
    .cart-view .order-details .info-icon {
        right: 0px !important;
    }
    .checkout-view .order-details section.section.tester {
        padding: 0px 12px 15px 12px !important;
    }
    .checkout-view .side-bar {
        padding-left: 0px !important;
        float: left !important;
    }
    .checkout-view .v12 {
        position: absolute !important;
    }
    .checkout-view h3 {
        font-size: 20px;
    }
    .checkout-view .order-details section.section h3 {
        display: inline-block;
    }
    .checkout-view .shipments .cart-content .headers h3 {
        justify-content: space-between;
        flex-direction: column;
        padding-bottom: 10px;
        display: inherit;
        font-size: 14px;
        display: flex;
        width: 100%;
    }
    .checkout-view .cart-content .headers {
        padding: 25px 7px;
    }
    .checkout-view .cart-content .right+.cart-list,
    .checkout-view .shipments .cart-content .cart-list {
        border-right: none;
        padding-right: 0;
    }
    .checkout-view .input-field.-plus-button .button.-first {
        border: 1px solid yellow;
        text-decoration: none;
        background: yellow;
        border-radius: 6px;
        width: 25%;
    }
    .checkout-view .input-field .or {
        padding-bottom: 10px;
    }
    .checkout-view #Checkout2 input[name="securityCode"] {
        width: 90%;
    }
    .checkout-view .add-card .input-field .promo-code {
        width: 72%;
    }
    .checkout-view .gift-cert,
    .checkout-view .cart-exp {
        flex-direction: column;
        display: flex;
    }
    .checkout-view .custom-select select,
    .checkout-view .gift-cert .issued,
    .checkout-view .gift-cert .code,
    .checkout-view .cart-exp .month,
    .checkout-view .cart-exp .year,
    .checkout-view .cart-exp .code {
        width: 100%;
    }
    .checkout-view .button.-big {
        line-height: 50px;
        height: 50px;
    }
    .checkout-view .payment-addr {
        margin: 0;
    }
  .stepped.three_wide li:first-child {
    width: 16%;
  }

  .stepped.three_wide li:last-child {
    width: 52%;
  }
  
  .stepped.three_wide li:first-child a {
    width: 100%;
  }

  .stepped.three_wide li a {
    font-size: 14px;
    width: 100%;
  }

  .stepped.three_wide li:last-child a {
    width: 100%;
  }
}

/* My account - Returning Customer | New Customer */

@media only screen and (max-width: 1024px) {
  .sign-view .registration,
  .sign-view .login {
    border-right: none !important;
    padding: 5px 10px;
    width: 100%;
  }

  .sign-view h1 {
    font-size: 28px;
    text-align: left;
  }

  .sign-view p {
    text-align: left;
    font-weight: bold;
    color: #00376e;
    font-size: 15px;
  }

  .sign-view .note{
    font-size: 12px;
  }

  .sign-view .button.-big {
    line-height: 40px;
    height: 40px;
  }

  .sign-view .button {
    background: #FFE800;
    color: #194F90;
  }

  .sign-view .registration p {
    font-weight: normal;
    font-size: 13px;
    color: #000;
  }

  .mb_signIn_password_toggle{
    padding-top: 10px;
  } 

  #phone_number, #email{
    /* width: 90%; */
  }

  #shipToPhone_number{
    /* width: 90%; */
  }

  .v13red {
   /*  display: inline-block;
    padding: 10px; */
  }
}

/* Checkout Page 2 - Review & Finalize Order */

@media only screen and (max-width: 1024px) {
  #checkout-page {
    padding: 0px 15px;
  }

  .wd1024 #main-section #content-block #checkout-page .side-bar .order-summary {
    width: 100%;
  }

  .wd1024 #main-section #content-block #checkout-page .side-bar .order-summary.fixed {
    position: static !important;
  }

  .order-details .section table tr td table tbody tr td table tbody tr td:first-child {
    width: 15%;
  }
  
  .order-details .section table tr td strong {
    display: inline-block;
    margin-top: 10px;
  }

  .order-details .section table tr td form {
    margin: 10px 0px;
  }

  .order-details .order-summary.fixed, .order-summary.bottom {
    position: static !important;
  }

  .order-details  .order-summary {
    width: 100% !important;
    margin: 0 auto;
  }

  .checkout-view .order-details.-shipping {
    padding: 0px 1px !important;
  }

  .checkout-view .order-details.-address {
    padding: 15px 0px !important;
    width: 100% !important;
  }

  .checkout-view .order-details.-address table {
    background: #fff !important;
  }

  .order-details.-address .laForm div #submitToNewsletters {
    margin-top: 100px;
  }

  .checkout-view .need-help h3 {
    padding-left: 10px;
  }

  .checkout-view .side-bar {
    width: 100% !important;
    padding: 0px;
    float: left;
  }

  .checkout-view .order-details section.section, .cart-view .order-details section.section {
    padding: 10px 0px !important; 
  }

  .checkout-view .order-details .info-icon, .cart-view .order-details .info-icon {
    right: 0px !important;
  }

  .checkout-view .order-details section.section.tester{
    padding: 0px 12px 15px 12px !important;
  }
  
  .checkout-view .side-bar {    
    padding-left: 0px !important;
    float: left !important;
  }

  .checkout-view .v12 {
    position: absolute !important;
  }

  .checkout-view h3 {
    font-size: 20px;
  }

  .checkout-view .order-details section.section h3 {
    display: inline-block;
  }

  .checkout-view .shipments .cart-content .headers h3 {   
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 10px; 
    display: inherit;   
    font-size: 14px;
    display: flex;
    width: 100%;
  }

  .checkout-view .cart-content .headers {
    padding: 25px 7px;
  }

  .checkout-view .cart-content .right + .cart-list, 
  .checkout-view .shipments .cart-content .cart-list {
    border-right: none;
    padding-right: 0;
  }

  .checkout-view .input-field.-plus-button .button.-first {   
    border: 1px solid yellow;
    text-decoration: none;
    background: yellow;
    border-radius: 6px;    
    width: 25%;
  }

  .checkout-view .input-field .or {
    padding-bottom: 10px;
  }

  .checkout-view #Checkout2 input[name="securityCode"] {
    width: 90%;
  }

  .checkout-view .add-card .input-field .promo-code {
    width: 72%;
  }
  
  .checkout-view .gift-cert,
  .checkout-view .cart-exp {    
    flex-direction: column;
    display: flex;
  }

  .checkout-view .custom-select select,   
  .checkout-view .gift-cert .issued,
  .checkout-view .gift-cert .code,
  .checkout-view .cart-exp .month, 
  .checkout-view .cart-exp .year, 
  .checkout-view .cart-exp .code  {
    width: 100%;
  }

  .checkout-view .button.-big {    
    line-height: 50px;
    height: 50px;
  }

  .checkout-view .payment-addr {
    margin: 0;
  }
}

/* My account - Billing Form */

@media only screen and (max-width: 1024px) {  
  #billing_info_form .element_sub_grouping.group_size_2,
  #billing_info_form #zip.form-control, 
  #billing_info_form input {
    max-width: 100%;
    width: 100%;
  }
  
  #billing_info_form input {
    height: 34px;
  }
  
  #billing_info_form #phone_area_code.form-control, 
  #billing_info_form #phone_prefix.form-control {
    max-width: 50px;
  }
  
  #billing_info_form #phone_number.form-control {
    max-width: 100% !important;
  }
  
  #billing_info_form input[name="submit"] {
    max-width: 300px;
    height: auto;
  }
}

/* My account - Shipping Form */

@media only screen and (max-width: 1024px) {
    .wd1024 #main-section #content-block .inner-content .laForm #shipping_info_form table tbody tr {
        flex-direction: column;
        display: flex;
    }

    .wd1024 #main-section #content-block .inner-content .laForm #shipping_info_form table tbody tr td:nth-child(2),
    .wd1024 #main-section #content-block .inner-content .laForm #shipping_info_form table tbody tr td:nth-child(5) {
        width: 42%;
    }

    .wd1024 #main-section #content-block .inner-content .laForm #shipping_info_form table tbody tr td:nth-child(2) .onlymob a.newuser-submit[name='EditCard'] {
        margin-right: 0 !important;
    }

    .wd1024 #main-section #content-block .inner-content .laForm #shipping_info_form table tbody tr td:nth-child(2) .onlymob a.newuser-submit {
        padding: 10px !important;
    }

    #shipping_info_form table tbody tr td:last-of-type img {
        display: inherit;
        width: auto;
    }
    .deletecrt p {
        line-height: 20px!important;
        font-size: 13px !important;
    }
}
  .wd1024 #main-section #content-block .inner-content .laForm #shipping_info_form table tbody tr {    
    flex-direction: column;
    display: flex;
  }

  .wd1024 #main-section #content-block .inner-content .laForm #shipping_info_form table tbody tr td:nth-child(2),
  .wd1024 #main-section #content-block .inner-content .laForm #shipping_info_form table tbody tr td:nth-child(5) {
    width: 42%;
  }

  /* 21773 Shipping Information Page - Company and Address Line 2 is not Same. */
  .wd1024 #main-section #content-block .inner-content .laForm #shipping_info_form .element_grouping input {    
    max-width: 100%;
    height: 34px;
    width: 100%;
  }

  .wd1024 #main-section #content-block .inner-content .laForm #shipping_info_form .element_grouping input#submitToUpdate {
    height: auto;
    border-radius: 25px;
  }
  
  .wd1024 #main-section #content-block .inner-content .laForm #shipping_info_form .element_grouping input[name="submitToSameAsBilling"],
  .wd1024 #main-section #content-block .inner-content .laForm #shipping_info_form .element_grouping input[name="submitToNewsletters"], 
  .wd1024 #main-section #content-block .inner-content .laForm #shipping_info_form .element_grouping input[name="submitToShip"] {
    max-width: 300px;
    height: auto;
  }

  #shipping_info_form #shipToPhone_area_code.form-control, 
  #shipping_info_form #shipToPhone_prefix.form-control {
    max-width: 65px;
  }

  #shipping_info_form #shipToPhone_number.form-control{
    max-width: 100% !important;
  }
  
  #shipping_info_form table tbody tr td:last-of-type img {
    display: inherit;
    width: auto;
  }

  .deletecrt p {
    line-height: 20px!important;
    font-size: 13px !important;
  }

}

/* Checkout - Reward Popup */

@media only screen and (max-width: 440px) {
  .Checkout2 .rwdoptin {
    margin-left: -180px;
    width: 360px;
  }
}

@media only screen and (max-width: 1024px) {
form#Checkout2 .input-field + div div:nth-child(2) {
  padding: 15px 0 0 15px;
}

form#Checkout2 .input-field + div div:nth-child(3) {
  line-height: 12px;
}
}

/* Reward popup */

.rwdoptin {
  margin: 0 !important;
  height: auto !important;
  width: 30% !important;
  left: 35% !important;
  top: 25% !important;
}

.rwdoptin .wr img {
  margin: 0 auto !important;
  display: block !important;
}

#rwdoptions {
  margin: 20px auto !important;
}

#rwdoptions + div + div,
#rwdoptions + div {
  margin: 0 auto !important;
  width: 75% !important;
}

@media only screen and (max-width: 1024px) {
  .rwdoptin {
    width: 50% !important;
    left: 25% !important;
  }
  
  #rwdoptions + div + div,
  #rwdoptions + div {
    width: 80% !important;
  }
}

@media only screen and (max-width: 440px) {
  .rwdoptin {
    width: 80% !important;
    left: 10% !important;
  }
}

/* Shopping Cart */

@media only screen and (max-width: 1024px) {
  #cart-page .cart-view {
    flex-direction: column;
    display: flex;
  }

  #cart-page .cart-view .side-bar {    
    display: inline-block;
    width: 100%;    
    padding: 0;
    margin: 0;
    order: 2;    
  }

  #cart-page .cart-view .side-bar .order-summary  {    
    display: inline-block;
    width: 100%;
  }

  #cart-page .cart-view .cart-details { 
    flex-direction: column;
    display: flex;
    width: 100%;
    float: left;
    margin: 0;
    order: 1;    
  }

  #cart-page .cart-view .cart-details h1 {
    order: 1;
  }

  #cart-page .cart-view .cart-details .shipping-free {
    margin: 10px 0 0 0;
    width: 100%;
    order: 2;
  }

  #cart-page .cart-view .cart-details .shipping-free:before {
    background-size: 100% 943px;
    max-width: 420px;
    width: 100%;
}

  #cart-page .cart-view .cart-details .shipments {
    order: 3;
  }

  #cart-page .cart-view .cart-details .shipments .cart-content .headers h3 {
    font-size: 13px;
    line-height: 20px;
  }

  span[style='padding:10px;display:block;FONT-SIZE:16px;COLOR:#656565;background-color:#fff9bf;FONT-FAMILY:Arial, Helvetica, sans-serif;'] {
    font-size: 13px !important;
    line-height: 20px !important;
    background: none !important;
    color: #000 !important;
    padding: 10px 0 0 0 !important;
  }

  #cart-page .cart-view .cart-details .cart-content h3,
  #cart-page .cart-view .cart-details .cart-content .dates  {    
    display: table-row;
    width: 100%;
  }

  #cart-page .cart-view .cart-details .cart-content .dates {
    padding-top: 10px;
  }

  #cart-page .cart-view .cart-details .cart-content .headers {
    padding: 15px;
  }

  #cart-page .cart-view .cart-details .cart-content .shopping-cart.shopping-cart,
  #cart-page .cart-view .cart-details .cart-content .shopping-cart.shopping-cart a,
  #cart-page .cart-view .cart-details .cart-content .shopping-cart.shopping-cart .sku {
    font-size: 14px;
  }

  #cart-page .cart-view .cart-details .cart-content .shopping-cart.shopping-cart .sku {
    margin-top: 15px;
  }

  #cart-page .cart-view .cart-details .cart-content .shopping-cart.shopping-cart thead tr th:first-of-type {
    width: 30%;
  }

  #cart-page .cart-view .cart-details .cart-content .shopping-cart.shopping-cart thead tr th:last-of-type {
    width: 5%;
  }

  #cart-page .cart-view .side-bar .order-summary .gift-promo .input-field input[name="giftDate"] {}  
}

@media only screen and (max-width: 440px) {
  #cart-page .cart-view .cart-details .cart-content .shopping-cart.shopping-cart,
  #cart-page .cart-view .cart-details .cart-content .shopping-cart.shopping-cart a,
  #cart-page .cart-view .cart-details .cart-content .shopping-cart.shopping-cart .sku {
    font-size: 12px;
  }
}

/* Track your order */

@media only screen and (max-width: 1024px) {

  .V13 strong {
    
  }

  form[name="tracknumsearch"] {   
    padding: 0 10px 20px 10px;
    display: inline-block;
    width: 100%;
  }

  form[name="tracknumsearch"] div.blackText {
    padding: 10px 0;
  }

  form[name="tracknumsearch"] td.blackText {
    text-align: left;
  }

  form[name="tracknumsearch"] .blackText strong {
    padding-bottom: 10px;
  }

  form[name="tracknumsearch"] table {
    padding-bottom: 50px;
    table-layout: auto;
    position: relative;    
  }

  form[name="tracknumsearch"] table input.submitbutton {
    margin-bottom: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }

}

/* Newsletter */

@media only screen and (max-width: 1024px) {

  .pageTitle {
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    color: #00376e;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin: 15px 0px;
    text-align: left;

}

.pageTitle + .SectionHeading {
  display: inline-block;
}

input[alt='Update Profile'],
input[value="UNSUBSCRIBE"] {
  width: auto!important;
  background: none!important;
  padding: 0!important;
}

  #newsform input[name="subscribe"] { 
    background: none;
    height: 46px;
    width: 186px;    
  }

  DIV.formcol {
    min-height: auto !important;
    max-width: 100% !important;
    padding: 0 10px !important;
    margin: 0 !important;
  }

  div.formcol:nth-of-type(1) .center {
    margin-top: 10px;
}

  DIV.formcol:nth-of-type(2) {    
    /* display: none;*/
  }

  div.formcol:nth-of-type(3) {    
    margin-bottom: 20px !important;
  }

  div.formcol:nth-of-type(3) span{    
    margin: 20px 0 10px 0;
    display: inline-block;
  }

  div.formcol:nth-of-type(3) span.V14 {
    margin: 0;
  }

  .newsletter-signin-right {
    padding-left: 0!important;
    max-width: none !important;
    height: auto !important;
  }

}

/* Gift Certificate */

@media only screen and (max-width: 1024px) {
  .wd1024 #main-section #content-block.narrow .inner-content { 
    /* padding: 0px 15px; */
  }

  .onlymob.mob_gc_chooser_body {
    display: inline-block;
    padding: 0 10px;
  }

  .onlymob.mob_gc_chooser_body > div:first-child {
    color: #00376e!important;
    font-size: 28px!important;
    font-weight: bold!important;
    line-height: 30px!important;
    margin: 0 0 0 10px !important;

    width: 100%!important;
    text-align: left !important;
    border-bottom: none !important;
    font-family: Arial,Helvetica,sans-serif;
  }

  .onlymob.mob_gc_chooser_body > div:nth-child(2) div {
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 13px !important;
    line-height: 20px !important;
    color:#000 !important;
  }

  .onlymob.mob_gc_chooser_body > div ul {
    margin: 20px 0 20px 40px!important ;   
  }

  .onlymob.mob_gc_chooser_body > div ul li{
    list-style-type: disc !important;
    padding-bottom: 5px !important;
  }

  .onlymob.mob_gc_chooser_body > div.row .inliner{
   width: 50% !important;
  }

  .onlymob.mob_gc_chooser_body > div.row .inliner:last-of-type{
    /*margin-left: 25%!important;*/
    margin-bottom: 20px !important;
   }

   .onlymob.mob_gc_chooser_body > div.row .inliner .ecert {
     border:none !important;     
   }

   .onlymob.mob_gc_chooser_body > div.row .inliner .ecert a.product_link div {
    font-size: 13px !important;
    line-height: 20px !important;
   }
}

/* Build Your Own Reef */

@media only screen and (max-width: 1024px) {
  #build_your_own_kit { 
    padding: 0 10px;
    width: 100%;
  }

  #build_your_own_kit .CategoryTitle {
    margin: 20px 0 !important;
    color: #00376e !important;
    font-size: 28px !important;
    font-weight: bold;
    line-height: 30px;
  }

  #build_your_own_kit .V11 strong {
    color: #00376e !important;
  }

  #build_your_own_kit .V11 p {
    margin: 20px 0 !important;
  }

  #build_your_own_kit .V13red {
    margin: 10px 0;
  }

  #build_your_own_kit .mb_byok_table {
    width: 100%;
  }

  #build_your_own_kit .mb_byok_table #addtocart td {
    width: 50%;
  }

  #build_your_own_kit .mb_byok_table #addtocart {
    width: 50%;
    margin: 0 auto;
  } 

}

/* Guarantee Claim Form */

@media only screen and (max-width: 1024px) {
  #AddClaimForm table {
    padding: 0;
  } 

  #AddClaimForm table #submit {
    float: left;
  }  

  .forms-claimform {
    padding: 0 10px!important;
  }

  .forms-claimform table,
  .forms-claimform table td {
    padding: 0!important;
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .forms-claimform table ul:first-of-type {
      margin-top: 20px !important;
  }

  .forms-claimform table ul ul:first-of-type {
    margin-top: 0 !important;
}

  .forms-claimform table ul {
    margin: 0 0 20px 40px!important ;   
  }

  .forms-claimform table ul li{
    list-style-type: disc !important;
    padding-bottom: 5px !important;
    font-size: 13px !important;
  }

  .forms-claimform #AddClaimForm,
  .forms-claimform #AddClaimForm span,
  .forms-claimform #AddClaimForm td {
    font-size: 13px !important;
    line-height: 20px !important;
  }

  .forms-claimform #AddClaimForm table table td {
    width: 100%!important;
    display: inline-block;
  }

  .forms-claimform #AddClaimForm table table td input,
  .forms-claimform #AddClaimForm table table td select {
    margin-top: -20px !important;
  }

  .forms-claimform #AddClaimForm table table td.empty {
    display: none !important;
  }

  .forms-claimform #AddClaimForm table #submit {
    float: none;
  }

  .forms-claimform #AddClaimForm table #uploadfilephoto {
    margin-top: 0 !important;
  }
  
  .forms-claimform .g24blue {
    padding: 0!important;
  }
}

/* Loyalty Member Status Page */

@media only screen and (max-width: 1024px) {
  .onlymob.acct-loyaltymembstatus p {
    padding-bottom: 10px;
  }

  .onlymob.acct-loyaltymembstatus form {
    display: inlin-clock;
  }

  .onlymob.acct-loyaltymembstatus form .form-rows .form-row {
    padding-bottom: 10px;
    display: inlin-clock;
  }

  .onlymob.acct-loyaltymembstatus form input[name='updLMS'] {
    margin: 20px 0 10px 0;
  }

  .onlymob.acct-loyaltymembstatus form a img {
    margin-bottom: 20px;
  }

}

/* Loyalty Member Status Page */

@media only screen and (max-width: 1024px) {
  form[name='count_form'] {
    padding: 0 10px;
  }

  form[name='count_form'] .categorytitle,
  form[name='count_form'] small { 
    color: #00376e;
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 0 0;
    display: block;
  }

  form[name='count_form'] .categorytitle a img {
    display: block;
    margin: 0 auto;
  }

  form[name='count_form'] small {
    display: inline;
  }

  form[name='count_form'] .CategoryBody {
    margin: 0 0 10px 0;
    color: #919191;
    font-size: 13px;
    line-height: 20px;
  }

  form[name='count_form'] .CategoryBody a {
    text-decoration: underline;
    color: #0066cc;
  }

  form[name='count_form'] .CategoryBody a:last-of-type {
    width: 100%;
    display: inline-block;
  }

  #container form[name='count_form'] .CategoryBody a:last-of-type img {
    display: block;
    margin: 0 auto;
  }

  form[name='count_form'] table table tr:first-of-type td[align="left"],
  form[name='count_form'] table table tr:first-of-type td[align="right"] {
    background-color: #e6f0fa;
    margin: 10px 0;
    padding: 10px;
    color: #00376e;
  }

  form[name='count_form'] table table tr:first-of-type td[width="55%"] {
    width: 100% !important;
  }

  form[name='count_form'] table tbody,
  form[name='count_form'] table tbody tr {
    display: inline-block;
    width: 100%;
  }

  form[name='count_form'] table tr td[align="center"]{
    display: inline-block;
    text-align: center;
    min-height: 262px;
    margin: 0 2%;
    float: left;
    width: 21%;    
  }

  form[name='count_form'] table tr td[align="center"] table tr td[align="center"] {
    display: inline-block;
    width: 100%;
    min-height: 18px;
  }

  form[name='count_form'] .ThumbRegular {
    font-size: 13px;
    line-height: 20px;
    color: #00376e;
  }

  form[name='count_form'] .ThumbRegular .ThumbLink {
    color: #0066cc;
  }

  form[name='count_form'] .ThumbRegular .ThumbItalic {
    color: #919191;
  }

  form[name='count_form'] table tr td[bgcolor="#ececec"] {
    margin: 20px 0;
    background: #e6f0fa;
    display: inline-block;
  }

  form[name='count_form'] table table tr:first-of-type td small {
    display: none;
  }
}

/* DD Email Alert Service Sign Up */

@media only screen and (max-width: 1024px) {
  .diversden-ddemailsignup {
    padding: 0 10px!important;
    text-align: center;
  }

  .diversden-ddemailsignup {
    line-height: 20px !important;
    font-size: 13px !important;
    text-align: left;
  }

  .diversden-ddemailsignup table tr td {
    line-height: 20px !important;
    font-size: 13px !important;
    margin: 20px 0 0 0;
    display: inline-block;
    text-align: left;
  }

  .diversden-ddemailsignup p {
    line-height: 20px !important;
    font-size: 13px !important;
    text-align: left;
  }

  .diversden-ddemailsignup form table tr td {
    width: 100%;
    display: inline-block;
  }

  .diversden-ddemailsignup form table tr td table tr td {
    width: 50%;
    display: inline-block;
  }

   .diversden-ddemailsignup span.V12 {
     display: inline-block;
   }

  .diversden-ddemailsignup form table tr td table:last-of-type tr td[colspan="2"],
  .diversden-ddemailsignup form table tr td table:last-of-type tr td[width="96"],
  .diversden-ddemailsignup form table tr td table:last-of-type tr td[width="96"] + td {
    width: 100%;
    display: inline-block;
  }

  .diversden-ddemailsignup form table tr td {
   margin: 0;
  }

  .diversden-ddemailsignup p:first-of-type {
    text-align: center;
  }

  .diversden-ddemailsignup p:nth-of-type(3) {    
    margin: 20px 0;
  }

  .diversden-ddemailsignup p span {
    margin-bottom: 20px;
    display: inline-block;
  }

  .diversden-ddemailsignup ol {
    margin: 0 0 20px 40px!important;   
  }

  .diversden-ddemailsignup ol li {
    list-style-type: disc !important;
    padding-bottom: 5px !important;
    line-height: 20px !important;
    font-size: 13px !important;
    text-align: left;
  }
  
  .diversden-ddemailsignup .submitbutton {
    width: 100%;
    appearance: none;
    border: none;
   display: inline-block;
    font-size: 14px !important;
    font-weight: bold;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    background: #ffe800;
    border-radius: 4px;
    color: #194f90;
}

.diversden-ddemailsignup .submitbutton:last-of-type {
  border-top: solid 1px #ccc;
}

.diversden-ddemailsignup form + a {
  display: none;
  }
}

/* Submit a Comment Form */

@media only screen and (max-width: 1024px) { 
.product-supplement-comment {
  padding: 0 10px;
}

.product-supplement-comment div.V12 {
  margin-bottom: 10px;
}

.product-supplement-comment  div.V12 p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
}

.product-supplement-comment  #CommentForm table tr {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

.product-supplement-comment  #CommentForm table tr th.V12 {
  width: 30%;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
}

.product-supplement-comment  #CommentForm table tr td {
  width: 68%;
  display: inline-block;
}

.product-supplement-comment  #CommentForm table tr td select{
  width: 100%;
  height: 40px;
  border: 1px solid #d4d4d4 !important;
}

.product-supplement-comment  #CommentForm table tr td.V13 {
  width: 45%;
}

.product-supplement-comment  #CommentForm table tr td[colspan="2"] {
  width: 100%;
  font-size: 13px;
  line-height: 20px;
}

.product-supplement-comment  #CommentForm table tr td[valign="top"] img {
  margin: 0 auto;
  display: block;
  width: 50%;
}

.product-supplement-comment  #CommentForm table tr td input[type="submit"] {
  padding: 5px;
  float: right;
  margin-bottom: 10px;
}
}

/* Submit a Comment Form */

@media only screen and (max-width: 1024px) { 
  .mob_gc_display_head,
  .mob_gc_display_head p span {
    display: inline-block;
    margin: 10px 0;
  }

  .mob_gc_display_head div,
  .mob_gc_display_head span,
  .mob_gc_display_head li {
    font-family: Arial,Helvetica,sans-serif !important;    
    line-height: 20px !important;
    font-size: 13px !important;
    color: #000 !important;
  }

  #container table tbody tr td div.mob_gc_display_head div img,
  #container table tbody tr td div.mob_gc_display_head a img {
    width: auto;
    display: block;
    margin: 0 auto !important;
  }

  table.mob_gc_display_form form[name='gc_form_e'] + table tr td  {
    width: 100%;
   }

  table.mob_gc_display_form form[name='gc_form_e'] table tr:nth-of-type(9) td:last-of-type {
    width: 65%;
  }

  table.mob_gc_display_form form[name='gc_form_e'] table tr:nth-of-type(9) td span {
    color: #000 !important;
  }

  table.mob_gc_display_form tr {    
    background: #fff !important;
    margin-bottom: 0;
    display: inline-block;
    padding: 0 10px;
    min-height: autos1234;
    width: 100%;
  }

.onlymob.mob_gc_display_head {
  float: left;
  width: 100%;
  max-width: 100%;
  padding: 0 10px 0 10px;
}

.onlymob.mob_gc_display_head + div {
    float: left;
    min-width: 20%;
    padding: 45px 0 0 10px;
    display: inline-block !important;
}

  table.mob_gc_display_form form[name='gc_form_e'] + table tr td span,
  table.mob_gc_display_form tr td td.V12 span {
    line-height: 20px !important;
    font-size: 13px !important;
  }

  table.mob_gc_display_form tr td[style='background-color:#FFFF00; border: solid 1px #000000;'] table tr {
    padding: 0!important;
  }

  table.mob_gc_display_form tr td[style='background-color:#FFFF00; border: solid 1px #000000;'],
  table.mob_gc_display_form tr td[style='background-color:#FFFF00; border: solid 1px #000000;'] table tr td {
    background-color: #fff !important;
    border: none !important;
    width: 100% !important;
  }

  table.mob_gc_display_form tr td[style='background-color:#FFFF00; border: solid 1px #000000;'] table tr td strong {
    line-height: 20px !important;
  }

  table.mob_gc_display_form tr td {
    display: inline-block;
    width: 32%;
  }

  table.mob_gc_display_form form table  {
    margin-top: 10px;
  }

  table.mob_gc_display_form form table tr td:first-of-type {
    display: inline-block;
    width: 16%;
  }

  table.mob_gc_display_form form table tr td:last-of-type {
    display: inline-block;
    width: 50%;
  }

  table.mob_gc_display_form form table tr td:last-of-type span.V12 {
    font-weight: bold;
font-size: 13px;
  }

  .addgiftc {
    background: #fde702;
color: #03335b;
height: 40px;
text-align: center;
width: 120px;
border-radius: 5px;
padding-top: 5px;
margin: 0 auto 20px auto;
  }

  table.mob_gc_display_form tr td[colspan='7'],
  table.mob_gc_display_form tr td input#datepicker {
    width: 100%;
  }

  form[name='gc_form_s'] + table,
  form[name='gc_form_s'] + table tr,
  form[name='gc_form_s'] + table tr td,
  form[name='gc_form_s'] + table tr td span  {
    line-height: 20px !important;
    font-size: 13px !important;
    width: 100%;
  }

  table.mob_gc_display_form tr td[align='center'],
  table.mob_gc_display_form tr td[align='right'] {
    display: none;
  }

  table.mob_gc_display_form tr td[align='center']:last-of-type,
  table.mob_gc_display_form table {
    display: inline-block;
  }

  .eGiftHeading,
  .eGiftLabel,
  .eGiftData,
  .Verdana75pt {
    font-family: Arial,Helvetica,sans-serif !important;        
    line-height: 20px !important;
    font-size: 13px !important;
    color: #000 !important;
  }

  .eGiftHeading {
    text-align: left;
  }

  .eGiftLabel,
  .eGiftData {
    padding-left: 20px;
    font-weight: normal !important;
  }

  #container #main-section table {
    background: #fff;
  }

  .confirm-container {
    border: none!important;
    background-color: #fff!important;
    color: #000!important;
    max-width: 100%!important;
    margin: 25px auto!important;
    padding: 0 10px!important;
    line-height: 20px !important;
    font-size: 13px !important;
}

.confirm-container .cart-details {
  width: 100% !important;
  float: none !important;
  margin: 10px 0 0 0;
  display: inline-block;
 padding: 10px 0 0 0;
}

.confirm-container .cart-details .cart-items, 
.confirm-container .cart-details .cart-totals {
  background-color: #e6f0fa !important;
  text-align: center;
  padding: 10px 0 0 0!important;
}

.confirm-container .cart-details .cart-totals {
  padding-bottom: 10px !important;
}

.confirm-container .cart-details .cart-items a {
  color: #0066cc;
  text-decoration: none !important;
}

.confirm-container .cart-details .cart-action a {
  width: 100%;
  appearance: none;
  border: none;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #0068c9;
  background-image: -webkit-linear-gradient(top, #0068c9, #0054a8);
  background-image: linear-gradient(to bottom,#0068c9, #0054a8);
}

.confirm-container .cart-details .cart-action a:before {
  content: 'view cart or checkout';
  display: inline-block;
}

.confirm-container .breadcrumbs span.label {
  margin: 0;
  width: 100%;
  appearance: none;
  border: none;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #0068c9;
  background-image: -webkit-linear-gradient(top, #0068c9, #0054a8);
  background-image: linear-gradient(to bottom,#0068c9, #0054a8);
}

.confirm-container .cart-details .cart-action a img, 
.confirm-container .breadcrumbs a,
.confirm-container + .rewards-program,
.rewards-program + table {
  display: none;
}

.confirm-container .product-details .product-name, 
.confirm-container .product-details .label {
  font-size: 13px !important;
}

.confirm-container .product-details .product-name + div {
  font-size: 13px !important;
  font-weight: bold;
}

.confirm-container .disclaimer {
  display: none;
}

.confirm-container .breadcrumbs {
  margin: 0 !important;
}
}

/* Auto Delivery Manage Page */

@media only screen and (max-width: 1024px) { 
  .mob_auto_d_tb1 {
    padding: 0 10px;
  }

  .mob_auto_d_tb1 tr:first-of-type td div a.breadcrumb {
    color: #0066cc;
    text-decoration: none;
    word-wrap: break-word;
    text-transform: uppercase;
  }

  .mob_auto_d_tb1 tr:nth-of-type(2) td div {
    font-family: Arial,Helvetica,sans-serif !important;        
    line-height: 20px !important;
    font-size: 13px !important;
    color: #000 !important;
  }

  .mob_auto_d_tb1 tr.divheader.product-table-header {
    display: none !important;
  }

  .mob_auto_d_tb1 tr.product-table-data {

  }

  .mob_auto_d_tb2 tr td {
    width: 100% !important;
    padding: 0 !important;
  }

} 

/* Advanced search */

.mm-menu_offcanvas {
  z-index: 9 !important;
}

.mm-menu_offcanvas {
  z-index: 9 !important;
  }

  /* CCGC */

  p.ccgc_page span.v14,
  p.ccgc_page span.v13{
    font-size: 20px;
    line-height: 24px;
  }

  @media only screen and (max-width: 1024px) {
    p.ccgc_page span.v14,
    p.ccgc_page span.v13{
    font-size: 13px;
    line-height: 20px;
  }
  }

  /* Customer Testimonials pages */

.product-supplement-comment img {
  display: block;
  margin: 20px auto 0 auto;
  float: none !important; 
}

#CommentForm table input[type='submit'] {
  background: #ffe800;
  border-radius: 4px;
  color: #194f90;
  float: left !important;
  border: none;
  padding: 5px;
  width: 50%;
  font-weight: bold;
  margin-bottom: 10px;
}

.product-supplement-comment span,
.product-supplement-comment p,
.product-supplement-comment {
  font-size: 13px;
  line-height: 20px;
}

@media only screen and (max-width: 1024px) {

  #CommentForm table tr td[align='center'] {
    text-align: left;
    margin-left: 30%;
    width: 70% !important;  
  }
  
  #CommentForm table tr td[align='center'] img {
    margin-left: 5px !important;
  }

#CommentForm table tr:last-of-type td:first-of-type,
#CommentForm table tr td.V13:first-of-type {
  width: 30%;
  float: left;
}

#CommentForm table tr:last-of-type td:last-of-type,
#CommentForm table tr td.V13:last-of-type {
  width: 70%;
  float: left;
}

#CommentForm table tr td.V13 strong {
  white-space: normal !important;
}

.onlydesk.product-swatches {
  display: none !important;
}

.onlydesk.product-swatches + .onlymob .customNavigation {
  display: none !important;
} 

#owl-demo.owl-carousel {
  width: 80%;
  margin: 0 auto;
}

#owl-demo.owl-carousel .owl-nav {
      position: absolute;
      width: 100%;
      top: 25%;
      margin: 0 auto;
}

#owl-demo.owl-carousel .owl-nav .owl-prev {
    top: -15px;
    left: -30px;
    position: absolute;
}

#owl-demo.owl-carousel .owl-nav .owl-next {
  top: -15px;
  right: -30px;
  position: absolute;
}

#owl-demo.owl-carousel .owl-nav .owl-prev span,
#owl-demo.owl-carousel .owl-nav .owl-next span {
  font-size: 32px;
    font-weight: bold;
}

#owl-demo.owl-carousel .owl-item li {
  list-style: none;
  margin: 0 auto;
  width: 85%;
}

#owl-demo.owl-carousel .owl-item li img {
  border: 1px solid #666666;
  padding: 3px;
}

#owl-demo.owl-carousel .owl-item li ._swatch-caption {
  text-align: center;
  padding-top: 10px;
  color: #666666;
}

#newsletter-signin {
  padding: 0 10px;
}

}

/* IE */ 
  
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none;
}
  }

  @media (max-width: 600px) {
    #wrapper section.masthead h2 {
      font-size: 32px !important;
      color: #194f90;
      width: 100%;
      padding: 0;
      text-align: center;
    }

    #wrapper section.masthead {
      min-height: 320px !important;
      background-size: contain !important;
      background-position: bottom center !important
    }

    #wrapper section.full-width.outline {
      min-height: 870px;
    }
}

@media only screen and (min-width: 601px) {
  #wrapper section.full-width.outline {
    min-height: 670px;
  }
}

/* Fixes for mobile */

@media only screen and (max-width: 1024px) {

  #CommentForm table input[type='submit'],
  .cart-view .order-summary .buttons-list .button,
  .mb_signIn-yellow-button,
  .account-yellow-button,
  .newuser-submit,
  .add_to_cart_button.enabled,
  .button.custom-click-ev-tracking,
  .custom-click-ev-tracking,
  #placeOrderNow,
  #submitToUpdate,
  #submitToCheckout,
  #submitToNewsletters,
  .mb_signIn-yellow-button,
  #submit,
  .cta a {
    background: #ffe800;
    border-radius: 4px;
    color: #194f90;    
  }

  input[type="text"], 
  input[type="tel"], 
  input[type="number"], 
  input[type="password"], 
  input[type="email"], 
  input[type="search"], 
  .mw-input, 
  input[type="date"], 
  input[type="file"], 
  textarea {
    background: #fff !important;
  }

  img.remove_coupon_cart {
    width: auto !important;
    float: right !important;
  }

  table.table_coupon_cart {
    display: inline-block !important;
    margin-top: 10px !important;
  }

  a#btnChgImg img {
    width: auto!important;
  }
  
  .newuser-submit {
    margin-bottom: 10px;
  }
  
  div.g24blue + p + p {
    font-size: 13px !important;
    line-height: 20px;
  }
  
  #newsform input[name="subscribe"] {
    background: #ffe800;
    border-radius: 4px;
    padding-top: 10px;
    color: #194f90;
    height: 30px;
    width: 100px;  
  }

  .added-cart-wrapper {   
    width: 90% !important;
    right: 0;
    left: 0;
  }
  
  .added-cart-wrapper[style='top: 257px;'] {
    right: 0;
    left: 0;
  }
  
  .added-cart-wrapper .added-cart-modal {
    width: 100%;
  }
  
  h2[style='text-align: center;'] {
    text-align: left !important;
  }
  
  h2[style='text-align: center;'] + section.third-width.freeship h3 {
    padding-top: 15px !important;
  }
  
  #wrapper section.third-width.freeship {
    margin: 0!important;
    padding: 0!important;
    width: 33.33%!important;
    height: 80px !important;
  }
  
  #wrapper section.third-width.freeship h3 {
    font-size: 13px;
    line-height: 20px;
    padding-top: 15px;
  }
  
  #wrapper section.third-width.freeship:first-of-type h3 {
    padding: 0;
  }
  
  .added-cart-wrapper .added-cart-modal .added-cart .buttons .button {
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
  }
  
  .added-cart-wrapper .added-cart-modal .added-cart .buttons .button:after {
    display: none;
  }
  
  img[alt='SigNature Shipping'] {
    max-width: 204px;
    padding: 8px;
  }
  
  iframe[width='728'] {
    width: 100%;
    height: auto;
  }
  
  img[alt='SigNature Shipping'] + p,
  img[alt='SigNature Shipping'] + p + p,
  img[alt='SigNature Shipping'] + p+ p+ p,
  img[alt='SigNature Shipping'] + p+ p+ p+ p,
  img[alt='SigNature Shipping'] + p+ p+ p+ p+ p,
  img[alt='SigNature Shipping'] + p+ p+ p+ p+ p+ p,
  img[alt='SigNature Shipping'] + p+ p+ p+ p+ p+ p+ p,
  img[alt='SigNature Shipping'] + p+ p+ p+ p+ p+ p+ p+ p,
  img[alt='SigNature Shipping'] + p+ p+ p+ p+ p+ p+ p+ p+ p,
  img[alt='SigNature Shipping'] + p+ p+ p+ p+ p+ p+ p+ p+ p+ p,
  img[alt='SigNature Shipping'] + p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p,
  img[alt='SigNature Shipping'] + p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p,
  img[alt='SigNature Shipping'] + p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p,
  img[alt='SigNature Shipping'] + p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p {
    font-size: 13px;
    line-height: 20px;
  }
  
  span.v16 strong {
    font-size: 13px;
  }
  
  .wd1024 .v10, .wd1024 .V10, 
  .wd1024 small, .wd1024 .blacktext, .wd1024 a.blacktext, .wd1024 .bluetext, .wd1024 a.bluetext, .wd1024 .ThumbRegular {
    font-size: 13px !important;
  }
  
  .order-details.-address table table td:first-of-type {
    padding-left: 5%;
    width: 10%;
  }
  
  #container.wd1024 {
    background: #fff;
  }
  
  .select-custom-dropdown select {
    min-height: 41px;
  }
  
  #myUL .suggestions {
    max-height: 400px !important;
    overflow: hidden !important;
  }
  
  #container table tbody tr td:last-of-type img[alt='Bookmark and Share'],
  #container table tbody tr td img[alt='Bookmark and Share'],
  img[alt='Bookmark and Share'] {
    width: auto !important;
    margin: 0 auto 10px auto;
    display: block;
  }
  
  img[alt='Used By LiveAquaria'] {
    width: 100%;
    height: auto;
  }
  
  div.G24blue[align='center'] + p {
    display: none;
  }
  
  .article-content p.genrheader {
    margin: 0 0 10px 0;
  }
  
  img[alt='Click here to edit this card'],
  img[alt='Click here to delete this card'] {
    width: auto !important;
  }
  
  .account_div_block_white .g24blue{
    margin-bottom: 20px;
  }
  
  .account_div_block_right a[href='OrderHistory.cfm']:after {
    content: "View Orders";
    left: 0;
    top: 0;
    color: #0066cc !important;
      text-decoration: none !important;
      word-wrap: break-word !important;
      font-family: Arial,Helvetica,sans-serif !important;
      font-size: 13px !important;
      line-height: 20px !important;
      font-weight: bold !important;
      padding-top: 10px !important;
      display: inline-block;
  }
  
  .account_div_block_right a[href='OrderHistory.cfm'] img {
    display: none;
  }
  
  .account_div_block.account_div_block_grey .account_div_block_right + .account_div_block_clear {
    display: none;
  }
  
  span.error {
    padding: 0 10px;
    display: inline-block;
    line-height: 20px;
  }
  
  .mw-radio-holder input[type="radio"]:checked::before, 
  .mw-radio-holder input[type="checkbox"]:checked::before {
    left: 4px !important;
    top: 4px !important
  }
  
  #main-section .article-content table tbody tr td:first-of-type img{
   margin: 0!important;
  } 

  .blackText table[align='center'] tr td[align='center'] {
    float: left!important;
  }  
  
  .article-content table tbody tr td:first-of-type span.v14 a,
  .article-content table tbody tr td:first-of-type span.v12 a {
    background: none;
    color: #0066cc;
    font-size: 13px;
    line-height: 20px;
  }
  
  .article-content table tbody tr td:first-of-type span.v14 {
    line-height: 20px;
  } 
  
  .article-content table tbody tr td:first-of-type span.v12 {
    padding: 8px;
    display: inline-block;
  } 
  
  .genrheader span strong,
  .G24blue {
    padding: 0;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    display: inline-block;
    color: #000;
  }
  
  .genrheader span {
    font-size: 13px!important;
    line-height: 20px!important;
  }
  
  .added-cart-modal .added-cart h1 {
    font-size: 15px;
  }
  
  .newuser-label:first-of-type {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  
  form[name='password_form'] {
    padding: 0 10px;
  }
  
  .blackText p,
  .blackText td,
  .blackText span,
  .blackText p span,
  .blackText ul li,
  .blackText p img + span,
  .blackText td[width='25%'] span a,
  .blackText .middle span strong {
    color: #000 !important;
    font-size: 13px !important;
    line-height: 20px !important;
  }
  
  .blackText td table span a,
  .blackText ul li a,
  .blackText p a,
  .blackText p span a,
  .blackText td a strong,
  .blackText td span strong a {
    color: #0066cc !important;
    font-size: 13px !important;
    line-height: 20px !important;
  }
  
  #container table tbody tr td.blackText p img {
    width: 40px;
      height: auto;
      max-width: none;
      float: left;
  }
  
  .blackText div[align='center'] + p + table tr td {
    width: 100%;
    display: table-row;
    text-align: left;
  }
  
  .product_callouts table,
  .product_callouts table tr,
  .product_callouts table tr td, 
  .product_service_details .product_special_messages table {
    background: none!important;
    font-size: 13px!important;
    line-height: 20px!important;
  }
  
  .blackText div[align='center'] + p + table tr td img {
    width: auto !important;
  }
  
  .blackText div[align='center'] {
    text-align: left!important;
  }
  
  .overview-content.product_content_bottom_details_mobile table tr {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
  }
  
  .overview-content.product_content_bottom_details_mobile table[bgcolor='#dcdddf'] tr td:first-of-type {
    width: 25%;
    float: left;
    display: inline-block;
  }
  
  .overview-content.product_content_bottom_details_mobile table[bgcolor='#dcdddf'] tr td:last-of-type {
    width: 75%;
    float: left;
    display: inline-block;
  }
  
  .overview-content.product_content_bottom_details_mobile table tr td:first-of-type {
    width: 5%;
    float: left;
    display: inline-block;
  }
  
  .overview-content.product_content_bottom_details_mobile table tr td:last-of-type {
    width: 95%;
    float: left;
    display: inline-block;
  }
  
  .overview-content.product_content_bottom_details_mobile table tr td:last-of-type span {
    font-size: 13px;
    line-height: 20px;
  }
  
  .divTableCell, 
  .divTableHead {
    padding: 3px 10px 3px 0 !important;
  }
  
  .onlymob.mb_padding_al .g24blue + div .mb_padding_tb {
    padding-top: 0!important;
  }
  
  .onlymob.mb_padding_al .g24blue div,
  .mb_padding_al .g24blue {
    font-weight: bold !important;
  }
  
  #mobile-la-site-banner {
    display: inline-block !important;
    width: 100% !important;
  }

  #mobile-la-site-banner table tbody {
    display: table !important;
    width: 100% !important;
  }
  
  .mm-page.mm-slideout #wrapper section.full-width {
    padding: 0 20px !important;
  }
  
  #wrapper .accordion-content ul {
    padding-left: 20px;
  }
  
  .full-width.gray-background div.float-left + p {
    font-style: italic;
  }
  
  .product_breadcrumbs.onlymob {
    padding-top: 10px;
  }
  
  img[alt='Rewards Program'] + p,
  img[alt='Easier than ever to save!'] + p,
  img[alt='LiveAquaria® Rewards Points'] + p,
  img[alt='LiveAquaria® Rewards Points'] + p + p {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  
  img[alt='Certified Captive Grown Coral'] + br + p,
  img[alt='Certified Captive Grown Coral'] + br + p + p,
  img[alt='Certified Captive Grown Coral'] + br + p + p + p,
  img[alt='Certified Captive Grown Coral'] + br + p + P + P + p {
    font-size: 13px;
    line-height: 20px;
  }
  
  img[alt='Certified Captive Grown Coral'] + br + p + p strong,
  img[alt='Certified Captive Grown Coral'] + br + p + p + p strong {
    font-weight: normal;
  }
  
  img[alt='Certified Captive Grown Coral'] + br + p + p span.v14,
  img[alt='Certified Captive Grown Coral'] + br + p + p span.v13,
  img[alt='Certified Captive Grown Coral'] + br + p + p + p span.v14,
  img[alt='Certified Captive Grown Coral'] + br + p + p + p span.v13,
  img[alt='Certified Captive Grown Coral'] + br + p + p + p + p span.v14,
  img[alt='Certified Captive Grown Coral'] + br + p + p + p + p span.v13 {
    font-size: 13px;
  }
  
  img[alt='Certified Captive Grown Coral'] + br + p {
    font-size: 13px;
    line-height: 20px;
  }
  
  img[alt='Certified Captive Grown Coral'] + br + p img {
    font-size: 13px;
    line-height: 20px;
  }
  
  td div.V13 p img[alt='Certified Captive Grown Coral'] {
    width: auto !important;
  }
  
  td div.V13 img[alt='Certified Captive Grown Coral'],
  td img[alt='Certified Captive Grown Coral'] {
    width: 100% !important;
  }
  
  #wrapper #copy1 {
    width: 100% !important;
    padding: 0 !important;
  }
  
  #wrapper #copy1 .gray-background ol li,
  #wrapper #copy1 .gray-background p,
  #wrapper #copy1 h3 {
    font-size: 13px!important;
    line-height: 20px!important;
  }
  
  #wrapper #copy1 h1 {
    font-size: 18px!important;
    line-height: 28px!important;
    margin: 0!important;
  }
  
  #wrapper #copy1 h2 {
    font-size: 16px!important;
    line-height: 24px!important;
  }
  
  .snippet.-top a img[alt='Quality Aquarium Supplies']
  .snippet.-top a img[alt='Learn More about Wrasse'],
  .snippet.-top a img,
  .snippet.-top a {
    width: 100% !important;
    height: auto !important;
  }
  
  #main-section .article-content table tbody tr td:first-of-type img[alt='An Example Quarantine Tank'] {
    margin-right: 10px !important;
  }

  img[alt='Find a FedEx Loaction Near You'] {
    width: auto !important;
  }
  
  .mw-hide {
    display: block!important;
  }
  
  .mw-hide img {
    width:auto!important;
  }

  #wrapper section.third-width.GID668 {
    height: 175px !important;
  }

#wrapper section.full-width.habitattitude .two-third {
    margin: 0 !important;
    padding: 0 30px 30px !important;
  }

#wrapper table .bluetableheader td {
    font-weight: bold;
  }

#wrapper table tr td {
    padding: 10px;
    line-height: 20px;
  }

#container form[name='instockalert'] table tbody tr td a img {
  width: auto!important;
  margin: 10px 0!important;
}

div#autoshipfooter {
  background-color: #fff !important;
  line-height: 20px !important;
  font-size: 13px !important;
}

#autodeliveryoption label {
  padding-left: 5px;
}

#autodeliveryform #freq select {
  padding: 5px;
  font-size: 13px !important;
}

#autodeliveryform #freq {
  margin-bottom: 10px;
}

#autodeliveryheader,
#autodeliverybody,
#autoshipfooter {
  padding: 0 15px;
}

.product_service_details {
  margin-top: 10px;
  line-height: 20px;
}

.product_service_details em,
input[name='eSubSweepstakes'] + div,
.newsletter_txt {
  line-height: 20px;
} 

form#card div.v12 {
  font-size: 13px;
  line-height: 20px;
}

.biggest .V13 p {
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 10px;
}

.product_callouts table tr td {
  padding: 10px;
} 

#div_newsletter_form form#newsform input[type="text"] {
  padding: 12px 10px !important;
}

#billing_info_form label[for='newsletter'] {
  display: inline-block !important;  
  margin-bottom: 15px;
  line-height: 20px;
}

#wrapper section.full-width.img-full.autodelivery img {
  margin: 10px auto !important;
}

#wrapper section.full-width.img-full.autodelivery .cta {
  margin-bottom: 10px !important;
}

.shipping_notice + table tbody tr:nth-of-type(3){
  display: none;
}

#shipToPhone_number div:first-of-type {
  width: auto !important;
}

#billing_info_form input[name="submit"].newuser-submit {
  max-width: none;
}

.border-bottom-line {
  padding: 0 10px!important;
}

center span.G24blue strong {
  color: #00376e !important;
  font-size: 28px !important;
  font-weight: normal !important;
  line-height: 30px !important;
  padding: 20px 0 !important;
  display: inline-block;
}

form#shipping_info_form table tbody tr {
  flex-direction: row !important;
}

form#shipping_info_form table tbody tr td:first-of-type,
form#shipping_info_form table tbody tr td:nth-child(4) {
  width: 8%;
  margin-top: 5px;
}

form#shipping_info_form p span.v12,
form#shipping_info_form .shipping_notice {
  font-size: 13px;
  line-height: 20px;
}

.laForm .form-control#firstName,
.laForm .form-control#shipToLastName,
.laForm .form-control#shipToAddress1,
.laForm .form-control#shipToZip {
  max-width: none !important;
}

.laForm .form-control#shipToPhone_number {
  max-width: 120px !important;
}

.laForm .form-control#shipToPhone_area_code {
  width: auto !important;
}

.account_div_block_left2 {  
  width: 10%!important;  
}

.account_div_block_right2 span.v16 {  
  font-size: 13px!important;
  color: #00376e !important;
}

#copy1 + table {
  table-layout: fixed !important;
}

.full-width-banner.group {
  width: 100% !important;
  display: inline-block !important;
}

.full-width-banner.group h2 {
  margin: 0 !important;
  text-align: left !important;
  line-height: 40px !important;
}

.blackText a img,
.blackText p img  {
  width: auto !important;
  padding: 10px !important;
  max-width: 100% !important;
}

.blackText p img[alt='ecoxotic'] {
  margin: 0 auto !important;
  display: block !important;
  float: none !important;
}

.blackText ul + strong table {
  width: 100% !important;
}


    .mob_gc_display_head,
    .mob_gc_display_head p span {
        display: inline-block;
        margin: 10px 0;
    }
    .mob_gc_display_head div,
    .mob_gc_display_head span,
    .mob_gc_display_head li {
        font-family: Arial, Helvetica, sans-serif !important;
        line-height: 20px !important;
        font-size: 13px !important;
        color: #000 !important;
    }
    #container table tbody tr td div.mob_gc_display_head div img,
    #container table tbody tr td div.mob_gc_display_head a img {
        width: auto;
        display: block;
        margin: 0 auto !important;
    }
    table.mob_gc_display_form form[name='gc_form_e']+table tr td {
        width: 100%;
    }
    table.mob_gc_display_form form[name='gc_form_e'] table tr:nth-of-type(9) td:last-of-type {
        width: 65%;
    }
    table.mob_gc_display_form form[name='gc_form_e'] table tr:nth-of-type(9) td span {
        color: #000 !important;
    }
    table.mob_gc_display_form tr {
        background: #fff !important;
        margin-bottom: 0;
        display: inline-block;
        padding: 0 10px;
        min-height: auto;
        width: 100%;
    }

    .onlymob.mob_gc_display_head+div a#btnChgImg img {
        width: 100% !important;
    }

    table.mob_gc_display_form form[name='gc_form_e']+table tr td span,
    table.mob_gc_display_form tr td td.V12 span {
        line-height: 20px !important;
        font-size: 13px !important;
    }
    table.mob_gc_display_form tr td[style='background-color:#FFFF00; border: solid 1px #000000;'] table tr {
        padding: 0!important;
    }
    table.mob_gc_display_form tr td[style='background-color:#FFFF00; border: solid 1px #000000;'],
    table.mob_gc_display_form tr td[style='background-color:#FFFF00; border: solid 1px #000000;'] table tr td {
        background-color: #fff !important;
        border: none !important;
        width: 100% !important;
    }
    table.mob_gc_display_form tr td[style='background-color:#FFFF00; border: solid 1px #000000;'] table tr td strong {
        line-height: 20px !important;
    }
    table.mob_gc_display_form tr td {
        display: inline-block;
        width: 32%;
    }
    table.mob_gc_display_form tr td[colspan='7'],
    table.mob_gc_display_form tr td input#datepicker {
        width: 100%;
    }
    form[name='gc_form_s']+table,
    form[name='gc_form_s']+table tr,
    form[name='gc_form_s']+table tr td,
    form[name='gc_form_s']+table tr td span {
        line-height: 20px !important;
        font-size: 13px !important;
        width: 100%;
    }
    table.mob_gc_display_form tr td[align='center'],
    table.mob_gc_display_form tr td[align='right'] {
        display: none;
    }
    table.mob_gc_display_form tr td[align='center']:last-of-type,
    table.mob_gc_display_form table {
        display: inline-block;
    }
    .eGiftHeading,
    .eGiftLabel,
    .eGiftData,
    .Verdana75pt {
        font-family: Arial, Helvetica, sans-serif !important;
        line-height: 20px !important;
        font-size: 13px !important;
        color: #000 !important;
    }
    .eGiftHeading {
        text-align: left;
    }
    .eGiftLabel,
    .eGiftData {
        padding-left: 20px;
        font-weight: normal !important;
    }
    #container #main-section table {
        background: #fff;
    }
    .confirm-container {
        border: none!important;
        background-color: #fff!important;
        color: #000!important;
        max-width: 100%!important;
        margin: 25px auto!important;
        padding: 0 10px!important;
        line-height: 20px !important;
        font-size: 13px !important;
    }
    .confirm-container .cart-details {
        width: 100% !important;
        float: none !important;
        margin: 10px 0 0 0;
        display: inline-block;
        padding: 10px 0 0 0;
    }
    .confirm-container .cart-details .cart-items,
    .confirm-container .cart-details .cart-totals {
        background-color: #e6f0fa !important;
        text-align: center;
        padding: 10px 0 0 0!important;
    }

    .confirm-container .cart-details .cart-totals {
        padding-bottom: 10px !important;
    }
    .confirm-container .cart-details .cart-items a {
        color: #0066cc;
        text-decoration: none !important;
    }
    
    .confirm-container .cart-details .cart-action a {
        width: 100%;
        appearance: none;
        border: none;
        color: #FFFFFF;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 15px;
        text-align: center;
        text-transform: uppercase;
        border-radius: 0;
        background-color: #0068c9;
        background-image: -webkit-linear-gradient(top, #0068c9, #0054a8);
        background-image: linear-gradient(to bottom, #0068c9, #0054a8);
    }

    .confirm-container .cart-details .cart-action a:before {
        content: 'view cart or checkout';
        display: inline-block;
    }

    .confirm-container .breadcrumbs span.label {
        margin: 0;
        width: 100%;
        appearance: none;
        border: none;
        color: #FFFFFF;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 15px;
        text-align: center;
        text-transform: uppercase;
        border-radius: 0;
        background-color: #0068c9;
        background-image: -webkit-linear-gradient(top, #0068c9, #0054a8);
        background-image: linear-gradient(to bottom, #0068c9, #0054a8);
    }

    .confirm-container .cart-details .cart-action a img,
    .confirm-container .breadcrumbs a,
    .confirm-container+.rewards-program,
    .rewards-program+table {
        display: none;
    }

    .confirm-container .product-details .product-name,
    .confirm-container .product-details .label {
        font-size: 13px !important;
    }

    .confirm-container .product-details .product-name+div {
        font-size: 13px !important;
        font-weight: bold;
    }

    .confirm-container .disclaimer {
        display: none;
    }

    .confirm-container .breadcrumbs {
        margin: 0 !important;
    }

#checkout-page .gift-cert .issued,
#checkout-page .cart-exp .month {
  padding: 0 !important;
}

#checkout-page .shipments .cart-content {
  margin: 0 !important;
  padding: 0 0 20px 0 !important;
  overflow: visible;
}

#cart-page .button.-first {
  border: solid 1px #d4d4d4 !important;
}

.footer-bottom .list-wrap.mw-hide {
  display: none !important;
}

.category-list .category-item {
  width: 48% !important;
  min-width: 156px;
}

.category-list .category-item a img {
  max-width: none !important;
  height: auto !important;
  width: 100% !important;
}

.category-list .category-item .cat-coming-soon a img {
  width: auto !important;
}

img[src='/images/articles/a-spec-intense-22840.jpg']{
  height: 108px !important;
}

#container #main-section table[bordercolor='#069ac4'] {
  margin-bottom: 10px !important;  
}

.newsletter-signin-left {
  width: 100% !important;
}

a.hp-content-ev-tracking img {
  padding: 5px !important;
}

table.mb_byok_table tbody tr[valign='middle']:first-of-type {

}

table.mb_byok_table tbody tr[valign='middle']:first-of-type td[width='30px'] {
  display: none;
}

table.mb_byok_table tbody tr[valign='middle']:first-of-type td {
  width: 33%;
}

table.mb_byok_table tbody tr[valign='middle']:first-of-type td #addtocart {
  width: auto;
  max-width: 100%;
}

table.mb_byok_table tbody tr[valign='middle'] {
  margin: 10px 0;
  display: table-row;
}

table.mb_byok_table tbody tr[valign='middle'] {
  margin: 10px 0;
  display: table-row;
}

table.mb_byok_table tbody tr[valign='middle'] table {
  table-layout: auto !important;
  padding: 10px 0 0 10px !important;
}

table.mb_byok_table tbody tr[valign='middle'] table table {
  padding: 10px 0 0 0 !important;
}

table.mb_byok_table tbody tr[valign='middle'] table table tr[bgcolor='cfdfe4'] {
  display: flex;
  flex-direction: column;
}

table.mb_byok_table tbody tr[valign='middle'] table table tr[bgcolor='cfdfe4'] td {
 width: 100%;
}

table.mb_byok_table tbody tr[valign='middle'] table table tr[bgcolor='cfdfe4'] td[width='120px'] font {
  line-height: 24px !important;
  font-size: 13px !important;
}

#wrapper section.masthead {
  background-size: cover !important;
  padding: 30px 0 0 40px !important;
}


}

/* Fixes for mobile issues */ 

@media only screen and (max-width: 1024px) {


    h2[style='text-align: center;'] {
        text-align: left !important;
    }
    h2[style='text-align: center;']+section.third-width.freeship h3 {
        padding-top: 15px !important;
    }
    #wrapper section.third-width.freeship {
        margin: 0!important;
        padding: 0!important;
        width: 33.33%!important;
        height: 80px !important;
    }
    #wrapper section.third-width.freeship h3 {
        font-size: 13px;
        line-height: 20px;
        padding-top: 15px;
    }
    #wrapper section.third-width.freeship:first-of-type h3 {
        padding: 0;
    }
    .added-cart-wrapper .added-cart-modal .added-cart .buttons .button {
        margin-bottom: 10px;
        font-size: 14px;
        text-transform: uppercase;
    }
    .added-cart-wrapper .added-cart-modal .added-cart .buttons .button:after {
        display: none;
    }
    img[alt='SigNature Shipping'] {
        max-width: 204px;
        padding: 8px;
    }
    iframe[width='728'] {
        width: 100%;
        height: auto;
    }
    img[alt='SigNature Shipping']+p,
    img[alt='SigNature Shipping']+p+p,
    img[alt='SigNature Shipping']+p+p+p,
    img[alt='SigNature Shipping']+p+p+p+p,
    img[alt='SigNature Shipping']+p+p+p+p+p,
    img[alt='SigNature Shipping']+p+p+p+p+p+p,
    img[alt='SigNature Shipping']+p+p+p+p+p+p+p,
    img[alt='SigNature Shipping']+p+p+p+p+p+p+p+p,
    img[alt='SigNature Shipping']+p+p+p+p+p+p+p+p+p,
    img[alt='SigNature Shipping']+p+p+p+p+p+p+p+p+p+p,
    img[alt='SigNature Shipping']+p+p+p+p+p+p+p+p+p+p+p,
    img[alt='SigNature Shipping']+p+p+p+p+p+p+p+p+p+p+p+p,
    img[alt='SigNature Shipping']+p+p+p+p+p+p+p+p+p+p+p+p+p,
    img[alt='SigNature Shipping']+p+p+p+p+p+p+p+p+p+p+p+p+p+p {
        font-size: 13px;
        line-height: 20px;
    }
    span.v16 strong {
        font-size: 13px;
    }
    .wd1024 .v10,
    .wd1024 .V10,
    .wd1024 small,
    .wd1024 .blacktext,
    .wd1024 a.blacktext,
    .wd1024 .bluetext,
    .wd1024 a.bluetext,
    .wd1024 .ThumbRegular {
        font-size: 13px !important;
    }
    .order-details.-address table table td:first-of-type {
        padding-left: 5%;
        width: 10%;
    }
    #container.wd1024 {
        background: #fff;
    }
    .select-custom-dropdown select {
        min-height: 41px;
    }
    #myUL .suggestions {
        max-height: 400px !important;
        overflow: hidden !important;
    }
    #container table tbody tr td:last-of-type img[alt='Bookmark and Share'],
    #container table tbody tr td img[alt='Bookmark and Share'],
    img[alt='Bookmark and Share'] {
        width: auto !important;
        margin: 0 auto 10px auto;
        display: block;
    }
    img[alt='Used By LiveAquaria'] {
        width: 100%;
        height: auto;
    }
    div.G24blue[align='center']+p {
        display: none;
    }
    .article-content p.genrheader {
        margin: 0 0 10px 0;
    }
    img[alt='Click here to edit this card'],
    img[alt='Click here to delete this card'] {
        width: auto !important;
    }
    .account_div_block_white .g24blue {
        margin-bottom: 20px;
    }
    .account_div_block_right a[href='OrderHistory.cfm']:after {
        content: "View Orders";
        left: 0;
        top: 0;
        color: #0066cc !important;
        text-decoration: none !important;
        word-wrap: break-word !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 13px !important;
        line-height: 20px !important;
        font-weight: bold !important;
        padding-top: 10px !important;
        display: inline-block;
    }
    .account_div_block_right a[href='OrderHistory.cfm'] img {
        display: none;
    }
    .account_div_block.account_div_block_grey .account_div_block_right+.account_div_block_clear {
        display: none;
    }
    span.error {
      padding: 0 10px;
      display: inline-block;
      line-height: 20px;
    }
    .mw-radio-holder input[type="radio"]:checked::before,
    .mw-radio-holder input[type="checkbox"]:checked::before {
        left: 4px !important;
        top: 4px !important
    }
    #main-section .article-content table tbody tr td:first-of-type img {
        margin: 0!important;
    }
    .blackText table[align='center'] tr td[align='center'] {
        float: left!important;
        min-height: 235px !important;
    }
    .article-content table tbody tr td:first-of-type span.v14 a,
    .article-content table tbody tr td:first-of-type span.v12 a {
        background: none;
        color: #0066cc;
        font-size: 13px;
        line-height: 20px;
    }
    .article-content table tbody tr td:first-of-type span.v14 {
        line-height: 20px;
    }
    .article-content table tbody tr td:first-of-type span.v12 {
        padding: 8px;
        display: inline-block;
    }
    .genrheader span strong,
    .G24blue {
        padding: 0;
        text-align: center;
        font-size: 13px;
        line-height: 20px;
        width: 100%;
        display: inline-block;
        color: #000;
    }
    .genrheader span {
        font-size: 13px!important;
        line-height: 20px!important;
    }
    .added-cart-modal .added-cart h1 {
        font-size: 15px;
    }
    .newuser-label:first-of-type {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    form[name='password_form'] {
        padding: 0 10px;
    }
    .blackText p,
    .blackText td,
    .blackText span,
    .blackText p span,
    .blackText ul li,
    .blackText p img+span,
    .blackText td[width='25%'] span a,
    .blackText .middle span strong {
        color: #000 !important;
        font-size: 13px !important;
        line-height: 20px !important;
    }
    .blackText td table span a,
    .blackText ul li a,
    .blackText p a,
    .blackText p span a,
    .blackText td a strong,
    .blackText td span strong a {
        color: #0066cc !important;
        font-size: 13px !important;
        line-height: 20px !important;
    }
    #container table tbody tr td.blackText p img {
        width: 40px;
        height: auto;
        max-width: none;
        float: left;
    }
    .blackText div[align='center']+p+table tr td {
        width: 100%;
        display: table-row;
        text-align: left;
    }
    .product_callouts table,
    .product_callouts table tr,
    .product_callouts table tr td,
    .product_service_details .product_special_messages table {
        background: none!important;
        font-size: 13px!important;
        line-height: 20px!important;
    }
    .blackText div[align='center']+p+table tr td img {
        width: auto !important;
    }
    .blackText div[align='center'] {
        text-align: left!important;
    }
    .overview-content.product_content_bottom_details_mobile table tr {
        width: 100%;
        margin-bottom: 10px;
        display: inline-block;
    }
    .overview-content.product_content_bottom_details_mobile table[bgcolor='#dcdddf'] tr td:first-of-type {
        width: 25%;
        float: left;
        display: inline-block;
    }
    .overview-content.product_content_bottom_details_mobile table[bgcolor='#dcdddf'] tr td:last-of-type {
        width: 75%;
        float: left;
        display: inline-block;
    }
    .overview-content.product_content_bottom_details_mobile table tr td:first-of-type {
        width: 5%;
        float: left;
        display: inline-block;
    }
    .overview-content.product_content_bottom_details_mobile table tr td:last-of-type {
        width: 95%;
        float: left;
        display: inline-block;
    }
    .overview-content.product_content_bottom_details_mobile table tr td:last-of-type span {
        font-size: 13px;
        line-height: 20px;
    }
    .divTableCell,
    .divTableHead {
        padding: 3px 10px 3px 0 !important;
    }
    .onlymob.mb_padding_al .g24blue+div .mb_padding_tb {
        padding-top: 0!important;
    }
    .onlymob.mb_padding_al .g24blue div,
    .mb_padding_al .g24blue {
        font-weight: bold !important;
    }
    #mobile-la-site-banner {
        display: inline-block !important;
        width: 100% !important;
    }
    #mobile-la-site-banner table tbody {
        display: table !important;
        width: 100% !important;
    }
    .mm-page.mm-slideout #wrapper section.full-width {
        padding: 0 20px !important;
     }
    #wrapper .accordion-content ul {
        padding-left: 20px;
    }
    .full-width.gray-background div.float-left+p {
        font-style: italic;
    }
    .product_breadcrumbs.onlymob {
        padding-top: 10px;
    }
    img[alt='Rewards Program']+p,
    img[alt='Easier than ever to save!']+p,
    img[alt='LiveAquaria® Rewards Points']+p,
    img[alt='LiveAquaria® Rewards Points']+p+p {
        font-size: 13px !important;
        line-height: 20px !important;
    }
    img[alt='Certified Captive Grown Coral']+br+p,
    img[alt='Certified Captive Grown Coral']+br+p+p,
    img[alt='Certified Captive Grown Coral']+br+p+p+p,
    img[alt='Certified Captive Grown Coral']+br+p+P+P+p {
        font-size: 13px;
        line-height: 20px;
    }
    img[alt='Certified Captive Grown Coral']+br+p+p strong,
    img[alt='Certified Captive Grown Coral']+br+p+p+p strong {
        font-weight: normal;
    }
    img[alt='Certified Captive Grown Coral']+br+p+p span.v14,
    img[alt='Certified Captive Grown Coral']+br+p+p span.v13,
    img[alt='Certified Captive Grown Coral']+br+p+p+p span.v14,
    img[alt='Certified Captive Grown Coral']+br+p+p+p span.v13,
    img[alt='Certified Captive Grown Coral']+br+p+p+p+p span.v14,
    img[alt='Certified Captive Grown Coral']+br+p+p+p+p span.v13 {
        font-size: 13px;
    }
    img[alt='Certified Captive Grown Coral']+br+p {
        font-size: 13px;
        line-height: 20px;
    }
    img[alt='Certified Captive Grown Coral']+br+p img {
        font-size: 13px;
        line-height: 20px;
    }
    td div.V13 p img[alt='Certified Captive Grown Coral'] {
        width: auto !important;
    }
    td div.V13 img[alt='Certified Captive Grown Coral'],
    td img[alt='Certified Captive Grown Coral'] {
        width: 100% !important;
    }
    #wrapper #copy1 {
        width: 100% !important;
        padding: 0 !important;
    }
    #wrapper #copy1 .gray-background ol li,
    #wrapper #copy1 .gray-background p,
    #wrapper #copy1 h3 {
        font-size: 13px!important;
        line-height: 20px!important;
    }
    #wrapper #copy1 h1 {
        font-size: 18px!important;
        line-height: 28px!important;
        margin: 0!important;
    }
    #wrapper #copy1 h2 {
        font-size: 16px!important;
        line-height: 24px!important;
    }
    .snippet.-top a img[alt='Quality Aquarium Supplies'] .snippet.-top a img[alt='Learn More about Wrasse'],
    .snippet.-top a img,
    .snippet.-top a {
        width: 100% !important;
        height: auto !important;
    }
    #main-section .article-content table tbody tr td:first-of-type img[alt='An Example Quarantine Tank'] {
        margin-right: 10px !important;
    }
    img[alt='Find a FedEx Loaction Near You'] {
        width: auto !important;
    }
    .mw-hide {
        display: block!important;
    }
    .mw-hide img {
        width: auto!important;
    }
    #wrapper section.third-width.GID668 {
        height: 175px !important;
    }
    #wrapper section.full-width.habitattitude .two-third {
        margin: 0 !important;
        padding: 0 30px 30px !important;
    }
    #wrapper table .bluetableheader td {
        font-weight: bold;
    }
    #wrapper table tr td {
        padding: 10px;
        line-height: 20px;
    }
    #container form[name='instockalert'] table tbody tr td a img {
        width: auto!important;
        margin: 10px 0!important;
    }
    div#autoshipfooter {
        background-color: #fff !important;
        line-height: 20px !important;
        font-size: 13px !important;
    }
    #autodeliveryoption label {
        padding-left: 5px;
    }
    #autodeliveryform #freq select {
        padding: 5px;
        font-size: 13px !important;
    }
    #autodeliveryform #freq {
        margin-bottom: 10px;
    }
    #autodeliveryheader,
    #autodeliverybody,
    #autoshipfooter {
        padding: 0 15px;
    }
    .product_service_details {
        margin-top: 10px;
        line-height: 20px;
    }
    .product_service_details em,
    input[name='eSubSweepstakes']+div,
    .newsletter_txt {
        line-height: 20px;
    }
    form#card div.v12 {
        font-size: 13px;
        line-height: 20px;
    }
    .biggest .V13 p {
        font-size: 13px;
        line-height: 20px;
        padding-bottom: 10px;
    }
    .product_callouts table tr td {
        padding: 10px;
    }
    #div_newsletter_form form#newsform input[type="text"] {
        padding: 12px 10px !important;
    }
    #billing_info_form label[for='newsletter'] {
        display: inline-block !important;
        margin-bottom: 15px;
        line-height: 20px;
    }
    #wrapper section.full-width.img-full.autodelivery img {
        margin: 10px auto !important;
    }
    #wrapper section.full-width.img-full.autodelivery .cta {
        margin-bottom: 10px !important;
    }
    .shipping_notice+table tbody tr:nth-of-type(3) {
        display: none;
    }
    #shipToPhone_number div:first-of-type {
        width: auto !important;
    }
    #billing_info_form input[name="submit"].newuser-submit {
        max-width: none;
    }
    .border-bottom-line {
        padding: 0 10px!important;
    }
    center span.G24blue strong {
        color: #00376e !important;
        font-size: 28px !important;
        font-weight: normal !important;
        line-height: 30px !important;
        padding: 20px 0 !important;
        display: inline-block;
    }
    form#shipping_info_form table tbody tr {
        flex-direction: row !important;
    }
    form#shipping_info_form table tbody tr td:first-of-type,
form#shipping_info_form table tbody tr td:nth-child(4) {
  width: 8%;
  margin-top: 5px;
}
    form#shipping_info_form p span.v12,
    form#shipping_info_form .shipping_notice {
        font-size: 13px;
        line-height: 20px;
    }
    .laForm .form-control#firstName,
    .laForm .form-control#shipToLastName,
    .laForm .form-control#shipToAddress1,
    .laForm .form-control#shipToZip {
        max-width: none !important;
    }
    .laForm .form-control#shipToPhone_number {
        max-width: 120px !important;
    }
    .laForm .form-control#shipToPhone_area_code {
        width: auto !important;
    }
    .account_div_block_left2 {
        width: 10%!important;
    }
    .account_div_block_right2 span.v16 {
        font-size: 13px!important;
        color: #00376e !important;
    }
    #copy1+table {
        table-layout: fixed !important;
    }
    .full-width-banner.group {
        width: 100% !important;
        display: inline-block !important;
    }
    .full-width-banner.group h2 {
        margin: 0 !important;
        text-align: left !important;
        line-height: 40px !important;
    }
    .blackText a img,
    .blackText p img {
        width: auto !important;
        padding: 10px !important;
        max-width: 100% !important;
    }
    .blackText p img[alt='ecoxotic'] {
        margin: 0 auto !important;
        display: block !important;
        float: none !important;
    }
    .blackText ul+strong table {
        width: 100% !important;
    }
    #checkout-page .gift-cert .issued,
    #checkout-page .cart-exp .month {
        padding: 0 !important;
    }
    #checkout-page .shipments .cart-content {
        margin: 0 !important;
        padding: 0 !important;
    }
    #cart-page .button.-first {
        border: solid 1px #d4d4d4 !important;
    }
    .footer-bottom .list-wrap.mw-hide {
        display: none !important;
    }

    .promo-label {
      width: 100% !important;
      height: auto !important;
    }

    .category-list .category-item a img.cleargif-img {
        max-width: none !important;
        height: 15px !important;
        width: auto !important;
    }

    .category-list .category-item a img.category-item-img {
      max-width: none !important;
      height: auto !important;
      width: 100% !important;
  }

    .category-list .category-item .cat-coming-soon a img {
        width: auto !important;
    }
    
    img[src='/images/articles/a-spec-intense-22840.jpg'] {
        height: 108px !important;
    }

    #container #main-section table[bordercolor='#069ac4'] {
        margin-bottom: 10px !important;
    }

    .newsletter-signin-left {
        width: 100% !important;
    }

    a.hp-content-ev-tracking img {
        padding: 5px !important;
    }

    table.mb_byok_table tbody tr[valign='middle']:first-of-type {}
    table.mb_byok_table tbody tr[valign='middle']:first-of-type td[width='30px'] {
        display: none;
    }

    table.mb_byok_table tbody tr[valign='middle']:first-of-type td {
        width: 33%;
    }

    table.mb_byok_table tbody tr[valign='middle']:first-of-type td #addtocart {
        width: auto;
        max-width: 100%;
    }

    table.mb_byok_table tbody tr[valign='middle'] {
        margin: 10px 0;
        display: table-row;
    }

    table.mb_byok_table tbody tr[valign='middle'] {
        margin: 10px 0;
        display: table-row;
    }

    table.mb_byok_table tbody tr[valign='middle'] td {
        width: 50% !important;        
    }

    table.mb_byok_table tbody tr[valign='middle'] table {
        table-layout: auto !important;
        padding: 10px 0 0 10px !important;
    }

    table.mb_byok_table tbody tr[valign='middle'] table table {
        padding: 10px 0 0 0 !important;
    }

    table.mb_byok_table tbody tr[valign='middle'] table table tr[bgcolor='cfdfe4'] {
        display: flex;
        flex-direction: column;
    }

    table.mb_byok_table tbody tr[valign='middle'] table table tr[bgcolor='cfdfe4'] td {
        width: 100%;
    }

    table.mb_byok_table tbody tr[valign='middle'] table table tr[bgcolor='cfdfe4'] td[width='120px'] font {
        line-height: 24px !important;
        font-size: 13px !important;
    }

    table.mb_byok_table tbody tr[valign='middle'] table table tr[bgcolor='cfdfe4'] td[valign='bottom'] input[type='text'] {
        width: 100%;
        margin: 5x 0 !important;
    }

    

    select {
        min-height: 34px !important;
        background: #fff !important;
    }

  .laForm select.form-control {
    max-width: none !important;
    background: #fff !important;
    min-width: auto !important;
    }

    .order-summary .totals dt.promotion div {
      padding-top: 10px;
    }

  #cart-page .button.-first + .applied {
    padding-top: 10px;
  }

  #div_newsletter_form table tbody tr:nth-of-type(2)  {
    display: block !important; 
    width: 300% !important;   
    float: left !important;
  }

  #div_newsletter_form table tbody tr:nth-of-type(2) td {
    display: inline-block !important; 
    width: 50% !important;   
    float: left !important;
  }

  #div_newsletter_form table tbody tr:nth-of-type(2) td strong {
    padding: 10px 0;
    display: inline-block;
  }

  #main-section #content-block .inner-content p span.v13red {
    padding: 0 10px;
    font-weight: normal;
    display: inline-block;
    line-height: 20px;
  }


  .logged-summary h2 {
    margin-bottom: 0;
  }

  
  .pay-method {
    padding-top: 0 !important;
}

  .pay-method:first-of-type {
    padding-top: 20px !important;
}

.logged-summary div:nth-child(8) p {
  width: 100% !important;
  margin: 5px 0!important;
  line-height: 20px !important;
}

.confirmation p {
  text-align: left !important;
  line-height: 20px !important;
  font-size: 13px !important;
}

.complete-message h1 {
  line-height: 20px !important;
}

.div_display_order_prod_left,
.div_display_order_prod_right {
  font-weight: normal !important;
  line-height: 20px !important;
  font-size: 13px !important;
}

.div_display_order_prod_right .actions {
  line-height: 20px !important;
  font-size: 13px !important;
  padding-top: 0!important;
  margin-top: 0 !important;
  font-weight: normal !important;
}

.order-summary-box .subtotal, 
.order-summary-box .discount, 
.order-summary-box .shipment, 
.order-summary-box .boxcharge, 
.order-summary-box .taxtotal, 
.order-summary-box .promotion {
  line-height: 20px !important;
  font-size: 13px !important;
}

.shipinfo {
  color: #999999 !important;
}

.rewardsbanner {
  margin: 0 !important;
  padding: 10px 15px !important;
  line-height: 20px !important;
}

.diversden-ddemailsignup table tr td ul li {
  line-height: 20px !important;
}

.diversden-ddemailsignup table tr td ul li::marker,
.diversden-ddemailsignup table tr td ul li:marker  {
  display: none !important;
}

/* 21562 21562 Buttons on Images for General Page 698 should be lowerd  */
#wrapper section .cta a {
  width: 125px !important;
  padding: 10px 5px !important;
  margin: 20px 0 0 0 !important;
}

table.emailmetbl tr {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}

table.emailmetbl tr td {
  margin-right: 15px;
}

.laForm #shipToPhone_area_code.form-control,
.laForm #phone_area_code.form-control,
.laForm #shipToPhone_prefix.form-control,
.laForm #phone_prefix.form-control {
  max-width: 65px !important;
  width: 65px !important;
}

.cart-content .dates i {
  text-align: right!important;
  padding-right: 10px!important;
}

.onlymob.rewardsbanner a img[alt='LiveAquaria Customer Loyalty Rewards'] {
  margin-left: -15px;
}

.onlymob.rewardsbanner  {
  font-size: 13px;
  line-height: 20px;
}

.order-complete.wr .complete-message h1 {
  padding-top: 0 !important;
}

.order-complete.wr .complete-message p {
  padding-top: 10px !important;
}

#myUL .products .products_grid .productList .product {
  min-height: 300px !important;
}

img[alt='Species Suggestion Box'] {
  width: 100%;
  padding: 0 10px;
  display: inline-block;
}

img[alt='Species Suggestion Box'] + span + p + p + table,
img[alt='Species Suggestion Box'] + span + P + p,
img[alt='Species Suggestion Box'] + span + p,
img[alt='Species Suggestion Box'] + span {  
  padding: 0 10px;
}

img[alt='Species Suggestion Box'] + span + P + p {
  padding: 10px !important;
}

img[alt='Species Suggestion Box'] + span {  
  display: inline-block;
  padding: 10px;
  width: 100%;
}

img[alt='Species Suggestion Box'] + span + p + p + table tbody tr td a img {
  min-height: 77px;
}

img[alt='Species Suggestion Box'] + span + p + p + table tbody tr td a span {
  display: inline-block;
  min-height: 40px;
  width: 100%; 
}

}



/* Fixes for web */ 

.maincngp p {
  padding: 0 10px!important;
  font-size: 13px !important;
  line-height: 20px !important;
}

.onlymob.mob_gc_display_head+div:not(.onlydesk) {
    display: none;
}

.date-message {
  max-width: 245px !important;
}

.maincngp hr {
  margin: 0 10px;
}

#container #main-section table[style='background-color:#FFFF00;'] {
  background: #fff !important;
}

#container #main-section table[style='background-color:#FFFF00;'] tr td:first-of-type {
  width: 6% !important;
}

#container #main-section table[style='background-color:#FFFF00;'] tr td {
  line-height: 20px;
}

#mobile-la-site-banner {
display: none !important;
}

#footer table tbody tr td { padding: 0; }

#content-block table tbody tr:first-of-type td[width='1'],
#content-block table tbody tr:first-of-type td[width='10'] { display: none; }

div.site-banner {
margin: 0 !important;
}

.account_div_block {
display: inline-block !important;
padding-bottom: 0 !important;
}

.snippet.-bottom.youtube-iframe-container {
padding-bottom: 30px !important;
}

.product_variant_display, 
.product_variant_price {
display: inline-block !important;
}

ul#qty_disc li {
list-style: disc;
margin-left: 20px;
}

.mb_emt_basket {
padding: 20px 10px;
display: inline-block;
}

.mb_emt_basket .G24Blue {
font-size: 18px;
color: #00376e;
}

.mb_emt_basket p {
color: #919191;
padding: 10px 0;
display: inline-block;
}

.mb_emt_basket div a img {
display: none;
}

.mb_emt_basket div a {
font-weight: bold;
background: #ffe800;
border-radius: 4px;
color: #194f90;
padding: 10px;
text-decoration: none;
margin-top: 10px;
display: inline-block;
}

.mb_emt_basket div a:after {
content:'Continue Shopping';
color: #194f90;
}

.mm-menu_offcanvas {
z-index: 100 !important;
}

#mobile-la-site-banner table {
display: block;
margin: 0 auto;
}

.product_service_details img {
  height: auto !important;
}

.SectionHeading2 {
  margin: 15px 0 !important;
}

.laForm select.form-control {
  min-width: 374px;
}

.laForm #shipToPhone_number.form-control,
.laForm #shipToPhone_number.shipToPhone_number,
.laForm #phone_number.form-control {
  max-width: 170px !important;
}


@media only screen and (max-width: 1024px){
  .category-list .category-item {
    width: 24% !important;
    min-width: auto !important;
  }

  img[src='/images/dot_clear.gif'] {
    width: 1px !important;
    height: 1px !important;
  }
}

@media (max-width: 480px) {
  .category-list .category-item {
    width: 48% !important;
    min-width: auto !important;
  }

  #myUL .products .products_grid .productList .product {
    min-height: 200px !important;
  }

  form[name='count_form'] table tr td[align="center"]{
    margin: 0 2.5%;
    width: 45%;    
  }
}

@media only screen and (min-width: 1024px) {
  .laForm #shipToPhone_area_code.form-control,
  .laForm #phone_area_code.form-control {
    max-width: 40px !important;
  }
  
  .laForm #shipToPhone_prefix.form-control,
  .laForm #phone_prefix.form-control {
    max-width: 45px !important;
  }
}


/* Fixes for UAT findings */ 

@media only screen and (max-width: 1024px) {

   /* 21561 UI Issue - Printed Gift Certificate is not Proper */

  .gift-card-tr {
    display: flex;
    flex-direction: row-reverse;
  }

  .onlymob.mob_gc_display_head p span:first-of-type {
    color: #000 !important;
    font-size: 13px !important;
    line-height: 20px !important;
    font-weight: normal !important;
    display: inline-block;
    margin: 0 !important;
  }

  .onlymob.mob_gc_display_head span:first-of-type {
    color: #00376e !important;
    font-size: 28px !important;
    line-height: 32px !important;
    font-weight: bold !important;
    display: inline-block;
    margin: 20px 0;
  }

  /* Q7 When filling shipping information same as billing button not working */
  #submitToSameAsBilling,
  .b_cont_w_myaccount,
  .b_cancel {
    border-radius: 4px;
    background: #ffe800;
  }

  img[alt='Back to Your Account Information'] {
    width: auto;
    border-radius: 4px;
    background: #ffe800;
  }

  /* 21064 Sale description in product pages not aligned properly */
  span.prodBody {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
  }
  
  /* 21077 unwanted space displayed at checkoutn */
  section.checkout-footer-content {
    margin: -30px auto 24px !important;
  }

  .cart-view.wr {
    margin: 20px 0 0 0 !important;
  }

   /* 21065 style images Duplicates in product page */
  .owl-carousel .owl-item.cloned {
    visibility: hidden;
  }

  /* 21067 Before finalizing and review order more padding is needed > checkout page */
  .order-details.-shipping #Checkout2 h3 {
    margin-top: 20px !important;
    display: inline-block !important;
  }

  .order-details.-shipping #Checkout2 h3 + span {    
    display: inline-block;
    margin-bottom: 20px;
  }

   /* 21068 ships from should be in same line */
  .checkout-view .order-details section.section .cart-list, 
  .cart-view .order-details section.section .cart-list {
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
  }

   /* 21068 click on order number > not proper UI is displayed */

   .order-history,
   .order-details {
     display: inline-block;
     padding: 0 10px;
     width: 100%;
   }

   .order-history div.v12 {
     margin-bottom: 20px;
     line-height: 20px;
     font-size: 12px;
   }

   .order-details table td {
     width: 100%;
   }

   .order-details-btttom-table {
    background: #fff;
    max-width: 100%;
    display: inline-block;
   }

   .order-details-btttom-table tr th {
    background: #ccc;
    padding: 5px;
   }

   .order-details-btttom-table tr td {
    padding: 5px;
   }
   
   form[action='/MyAcct/OrderHistory.cfm'] table input[value='Back to Order History'] {
    margin: 20px auto;
    display: block;
    background: #ffe800;
    border-radius: 4px;
    color: #194f90;
    border: navajowhite;
    padding: 10px;
    font-weight: bold;
  }

  /* 21079 extra spacing between icons in general pages  */
  .article-content {
    margin-top: 0 !important;
  }

  #wrapper #mw-show table tr td {
    padding: 0 !important;
}

  /* 21070 no proper padding in my account > email alerts */
  .n-stock-lerts {
    display: inline-block;
     padding: 0 10px;
     width: 100%;
  }

  /* 21070 no proper padding in my account > email alerts */
  .n-stock-lerts {
    display: inline-block;
     padding: 0 10px;
     width: 100%;
  }

  /* 21078 Unwanted white space displayed at product page : near category name */

  /* 21073 advance search -pagination and show per page should be inline  */
  .results_section {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .results_section #pager {
    width: auto;
    float: left;
  }

  .results_section #preresults label {
    position: absolute;
    right: 55px;
    top: -55px;
  }

  .results_section #preresults .select-custom {
    float: right;
    position: absolute;
    right: 0;
    top: -60px;
    width: 45px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #dee2e6;
  }

  .results_section #preresults .select-custom .fa.fa-caret-down {
    z-index: 0;
    right: 5px;
    top: 5px !important;
  }

  .results_section #preresults .select-custom #itemsPerPageId {
    min-height: auto !important;
    font-size: 10px !important;
    padding: 7px 0 0 5px;
    min-width: 40px;
  }

  /* 21075 search results are cut off in the advanced search : once search in advance search */

  ul#popup2 {    
    position: relative !important;
    display: block !important;
    margin: 0 2% !important;
    width: 96% !important;
    z-index: 99;
  }

  ul#popup2 .s-popup {
    width: 100% !important;
    margin-top: 15px;
  }

  .delete-address .v12 {
    font-size: 13px;
    line-height: 20px;
  }

  .in-stock-lerts {
    padding: 0 10px;
  }

   /* 21112 unusual space in contact us page */

   #wrapper section.quarter-width:nth-of-type(3) img {
    margin: 0 10px 5px 0 !important;
  }

  /* 21113 length of the date field changing after validation messages appear in gift certificate */

  .date-message {
    width: 245px !important;
  }

  .searchResults__facetControl-checkbox-wrapper.checkbox {
    margin: 0 auto;
  }

  .checkbox label.checkboxLabel {
    padding-top: 8px !important;
}

.searchResults__facetControl.list-group-item {
  padding: 0 !important;
}

/* 21108 more aquatic life products and supplies you may interested - left aligned  */

.product_related_items .product_related_items_container,
.product_cross_sells .product_listing_container {
  display: inline-block !important;
  width: 100% !important;
}

.product_related_items .product_related_items_container .product_related_item,
.product_cross_sells .product_listing_container .product_listing {
  display: inline-block !important;
  width: 50% !important;
}

/* 21563 Additional Space in Cart Page  */
#cart-page {
  margin-top: -10px;
}

/* 21565 Pagination and show per page overlapped in advance search page  */
.pager__list li {
  display: none;
}

.pager__list li.page-item {
  display: inline-block !important;
}

/* 21566 Yellow square background missing in stock alert email page.  */ 
.table-note {
  background: #ffff99 !important;
  border: solid 1px #000 !important;
  padding: 0 20px 10px 20px;
  margin: 0 auto 0 15px;
  width: 100%;    
}

.table-note tbody tr {
  justify-content: center;
}

.table-note tbody tr td {
  margin: 0;
}

/* 21592 Cannot view product video properly (portrait view )  */  

#lbMain,
#lbMain #lbDetailsContainer,
#lbMain #lbOuterContainer #lbIframe {
  width: 100% !important;
}

/* 21113 21561 Length of the date field changing after validation messages appear in gift certificate */  
.onlymob.mob_gc_display_head+div.onlydesk {
  display: none !important;
}

#wrapper #ways-to-give img {
  margin: 0 auto !important;
}

/* No product page UI */
.biggest .V13 p {
  padding: 0 10px;
}

/* 21034 breadcrumbs are in two different font sizes in landscape view (product pages) */ 
.product_breadcrumbs a {
  font-size: 13px !important;
}

 
/* 21612 Member Login and Overview icon buttons are not properly sized and are displaying too large on the page) */
#wrapper section.full-width .one-third img {
  width: 50% !important;
}

/* 21611 Entry form for mobile users is broken is not displaying correctly. */

.apply-form {
  width: 100% !important;
}

.apply-form .label {  
  white-space: pre-wrap !important;  
  font-size: 13px !important;
  width: 100% !important;
}

.apply-form .input {  
  width: 100% !important;
}

.apply-form #orgstateid {
  border: 1px solid #d4d4d4 !important;
  width: 100%;
  font-size: 13px !important;
  border-radius: 0 !important;
  min-height: 41px !important;
  margin-top: 3px;
}

.apply-form input[name="apply"] {
  width: auto !important;
}


td[align="left"][style="margin:20px;"],
td[align="right"][style="margin:20px;"]{
  margin: 0 !important;
  width: 100% !important;
  padding: 10px !important;
}

td[align="left"][style="margin:20px;"] + td[align="left"][style="margin:20px;"] + td[align="left"][style="margin:20px;"] + td[align="left"][style="margin:20px;"] + td[align="left"][style="margin:20px;"] + td[align="left"][style="margin:20px;"],
td[align="left"][style="margin:20px;"] + td[align="left"][style="margin:20px;"] + td[align="left"][style="margin:20px;"] + td[align="left"][style="margin:20px;"],
td[align="left"][style="margin:20px;"] + td[align="left"][style="margin:20px;"] {
  display: none;
}

/* 21634 Mobile - UI- Too much space for message limit in check out page and cart page  */

.shopping-cart tr.message td {
  padding: 5px 0 10px 0 !important;
}

.shopping-cart tr.message td ul li br  {
  display: none !important;
}

#checkout-page .message-area {
  padding: 0 0 10px 10px !important;
}

.wr h1 {  
  margin-bottom: 0 !important;
}

.wd1024 #main-section #content-block .inner-content .laForm #shipping_info_form .element_grouping input[name='submitToUpdate'],
.wd1024 #main-section #content-block .inner-content .laForm #shipping_info_form .element_grouping input[name='SubmitToCancel'] {
  width: auto !important;
}
}

/* 21034 breadcrumbs are in two different font sizes in landscape view (product pages) */ 
.product_breadcrumbs a {
  font-size: 13px !important;
}


/* Your Auto Delivery Items */ 

.mob_auto_d_body {
  width: 727px;
  display: block;
  margin: 0 auto;
}

.mob_auto_d_body #dialog-deactivated-notice .page-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #005980;
  font-weight: bold;
  margin-bottom: 20px;
}

.mob_auto_d_body .divheader td {
  font-size: 12px;
  padding: 5px !important;
}

.mob_auto_d_body .product-info,
.mob_auto_d_body .nextship-label,
.mob_auto_d_body .nextship-date,
.mob_auto_d_body .product-name,
.mob_auto_d_body .product-sku,
.mob_auto_d_body .product-price,
.mob_auto_d_body #qty_1,
.mob_auto_d_body #qty_display_3 {
  font-size: 13px !important;
  line-height: 20px !important;
}

.mob_auto_d_body .mob_auto_d_tb1 .page-title {
  font-size: 24px;
  color: #005980;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 20px 0;
}

.mob_auto_d_body .mob_auto_d_tb1 .divheader {
  background-color: #ffe900;
}

.mob_auto_d_body .mob_auto_d_tb1 .product-details {
  display: inline-block;
margin: 20px 0;
background: #eee;
padding: 10px;
border-radius: 5px;
font-size: 14px !important;
}

.mob_auto_d_body .mob_auto_d_tb1 .product-table-header td,
.mob_auto_d_body .mob_auto_d_tb1 .product-table-data td {
  font-size: 14px!important;
  width: 25%;
}

.mob_auto_d_body .mob_auto_d_tb1 .ui-datepicker-trigger {
  border: none !important;
}

.mob_auto_d_body .mob_auto_d_tb1 .skip-btn {
  font-size: 12px;
  text-decoration: underline;
  padding-top: 10px;
  display: inline-block;
}

.ad-ui-deactivate,
.ad-ui-delete,
.ad-ui-edit {
  background-image: none !important;
  border: none !important;
  width: auto !important;
  position: relative;
  background: ffe900;
  border-radius: 5px;
  min-width: 50px;
  width: auto;
}

.ad-ui-deactivate:before {
  content: 'Deactivate';
  position: absolute;  
  left: 5px;
  top: 2px;
}

.ad-ui-delete:before {
  content: 'Delete';
  position: absolute;
  left: 5px;
  top: 2px;
}

.ad-ui-edit:before {
  content: 'Edit';
  position: absolute;
  left: 5px;
  top: 2px;
}

@media only screen and (max-width: 1024px) { 
  .mob_auto_d_body {
    width: 100%;
    display: inline-block;
  }

  .mob_auto_d_body .mob_auto_d_tb1,
  .mob_auto_d_body .mob_auto_d_tb2 {
    padding: 0 10px !important;
  }

  .mob_auto_d_body .mob_auto_d_tb2 + div {
    padding: 15px 10px !important;
  }

  .mob_auto_d_body .mob_auto_d_tb2 .blue_link {
    padding-top: 10px;
    display: inline-block;
  }

  .mob_auto_d_body .mob_auto_d_tb2 .divheader {
    font-size: 11px !important;
  }

  .mob_auto_d_body .product-table-data td {
    width: 100% !important;
    display: inline-block !important;
  }

  .mob_auto_d_body .mob_auto_d_tb1 tr.product-table-data {
    display: flex;
    width: 100%;
    flex-direction: column;
    min-width: 375px;
  }

  .mob_auto_d_body .mob_auto_d_tb1 .product-details .product-table-header,
  .mob_auto_d_body .mob_auto_d_tb1 .product-details .product-table-data {
    width: 40%;
    display: flex;
    flex-direction: column;
    float: left;
    min-width: 100px !important;
  }

  .mob_auto_d_body .mob_auto_d_tb1 .product-details .product-table-data input {
    min-width: 50px !important;
  }

  .mob_auto_d_body .mob_auto_d_tb1 .product-table-header td,
  .mob_auto_d_body .mob_auto_d_tb1 .product-table-data td {
    width: 100%;
  }

  .mob_auto_d_body .mob_auto_d_tb1 .product-table-data td {
    margin-bottom: 10px;
  }

  .mob_auto_d_body .mob_auto_d_tb1 .product-table-header td:first-of-type {
    margin-bottom: 30px;
  }

  .mob_auto_d_body .mob_auto_d_tb1 .product-table-header td:nth-of-type(2) {
    margin-bottom: 40px;
  }

  .mob_auto_d_body .mob_auto_d_tb1 .product-table-header td:nth-of-type(3) {
    margin-bottom: 45px;
  }

  .mob_auto_d_body .mob_auto_d_tb1 .product-image {
    width: 40% !important;
  }

  .mob_auto_d_body .mob_auto_d_tb1 .product-info {
    width: 50% !important;
  }

  .mob_auto_d_body .mob_auto_d_tb1 .product-info .product-name {
    margin-top: 0 !important;
    margin-bottom: 5px;
  }

  .mob_auto_d_body .mob_auto_d_tb1 .product-info .nextship-label {
    display: inline-block;
    float: left;
    padding: 0;
  }
}
