/*- Desktop css here -*/
#menu #logo {
    margin: 0;
}
#menu .navbar {
    margin-bottom: 0;
}
.navbar-nav>li {
    margin: 0;
}
#menu a {
    padding: 15px 10px;
}
#menu ul.dropdown-menu a {
    padding: 5px 10px;
}
#prehead-top .col
{
    margin: 2px auto 5px;
}
article li {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 0 5px 0;
    word-wrap: break-word;
}
#header.header3 #nav-searchboxh3 {
    z-index: 9;
}
article h2 
{ 
margin-bottom: 20px;
}

/*- Customer Portal Pause Date Picker Css -*/
.pauseModalDiv-body #pauseReasons .subsmanage input#date {
    width: 30%;
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    margin: 30px auto;
    height: auto;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
img.left {
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}
/*- checkout payment option radio box css -*/
#chkSmsMarketingPhone {
    cursor: pointer;
    width: max-content;
    margin-right: 1%;
}
input[type="radio"], #payment-processor-stripe, #payment-processor-paypal {
    cursor: pointer;
    border: 1px solid #000;
    -webkit-appearance: radio;
    margin: 0;
    border-radius: 10px;
    width: 15px;
    height: 15px;
}
input[type="radio"]:checked, #payment-processor-stripe, #payment-processor-paypal {
    cursor: pointer;
    border:auto;
    -webkit-appearance: radio;
    border: none;
    border-radius: inherit;
    width: 15px;
    height: 15px;
}

#SwapSubsPortal .addaddontosub {
    display: none;
}

/*- Footer css -*/
#footer {
    background: #213E5C;
    color: #fff;
}
#footer #foo-col {
    padding: 10px 0 0;
}
#foo-col h3 {
    margin: 10px auto;
    text-align: center;
    font-weight: 600;
    color: #5296c1;
    font-size: 18px;
}
#footer ul {
    margin: 10px auto;
    text-align: center;
    padding: 0;
}
#footer ul li a {
    color: #fff;
}
#footer ul.fooSocialLinks {
    display: block;
    text-align: left;
    list-style: none;
}
ul.fooSocialLinks li {
    width: 10%;
    margin: 0 auto;
    padding: 0 5px;
    display: inline-block;
}
ul.fooSocialLinks li img {
    width: 100%;
}

/*- Checkout Order Bump -*/
#bump-content {
    padding: 0;
}
.bump .bump-intro {
    margin: 0 5px;
}
#orderBumpPane .bump-intro > h3 {
    margin: 0 0 5px 0;
}
#orderBumpPane .bump-body > div {
  	font-size: 14px;
	padding: 0 10px;
}

/*- bundle SC2 product page hide QTY selector -*/
/*
#product-100 #product-page-price #product-page-quantity {	
	display: none;
} 
*/

/*- customer portal -*/
#CustomerOnlyOffers .row.g-2 .col-md-4 .prdct-dtls h6:nth-child(3) {
    display: none;
}

/*- Upsell Downsell CSS  -*/

#ups-addtoorder #cart-link a, #dwns-addtoorder #cart-link a {
    width: max-content;
    background: #f37521;
    border-bottom: 2px solid #000;
    border-radius: 10px;
    padding: 12px 15px 8px 15px;
}

/*- Mobile Media Query-*/
@media only screen and (max-width: 500px) 
{
	/*- Starts here Css added on 1st August 2022 -*/
	#menu-mobile #myNavbar {
        right: 0%;
    }
    #myCarousel .item h1 {
        font-size: 28px !important;
        line-height: 30px;
    }
    ul.indexSectiontwo  li {
        width: 100%;
    }
    #product-cat-page .container-fluid > .row {
        padding: 0 10px;
    }
    #product-cat-page .product-cat-grid-wrapper .product-grid .item {
        width: 100%;
		margin: 20px auto;
    }
    #product-cat-page .product-cat-grid-wrapper .product-grid .item h2 {
        font-weight: 400;
    }
    
    /*- Ends here -*/
    
    /*- Customer Portal Pause Date Picker Css -*/
    .pauseModalDiv-body #pauseReasons .subsmanage input#date {
        width: 100%;
    }
    
  .container-fluid>.navbar-collapse, 
  .container-fluid>.navbar-header, 
  .container>.navbar-collapse, 
  .container>.navbar-header {
      margin-right: 0px;
      margin-left: 0px;
  }
  #header.header2 #menu-mobile,
  #header.header4 #menu-mobile {
      top: -8px;
  }
  .col {
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 0;
  }
  /*- checkout payment option radio box css -*/
  #chkSmsMarketingPhone {
      cursor: pointer;
      width: max-content;
      margin-right: 1%;
  }
  input[type="radio"], #payment-processor-stripe, #payment-processor-paypal {
      cursor: pointer;
      border: 1px solid #000;
      -webkit-appearance: radio;
      margin: 0;
      border-radius: 10px;
      width: 15px;
      height: 15px;
  }
  input[type="radio"]:checked, #payment-processor-stripe, #payment-processor-paypal {
      cursor: pointer;
      border:auto;
      -webkit-appearance: radio;
      border: none;
      border-radius: inherit;
      width: 15px;
      height: 15px;
  }      
  #CustomerOnlyOffers .row.g-2 {
      margin: 0;
      display: block;
      flex-wrap: unset;
      width: 100%;
  }
  #CustomerOnlyOffers .row.g-2 .col-xs-6 {
      width: 100%;
      clear: both;
      display: block;
  }
  #footer {
      margin: 20px 0 0;
      background: #213E5C;
      color: #fff;
      text-align: center;
  }
  #footer #foo-col {
      padding: 0;
      margin: 0;
  }
  #foo-col h3 {
      margin: 10px auto;
      font-weight: 600;
      color: #5296c1;
      text-align: center;
      font-size: 16px;
  }
  #footer ul {
      padding: 0;
      margin: 10px auto;
  }
  #footer ul li a {
      color: #fff;
      font-size: 14px;
  }
  #footer #copyright {
      font-size: 14px;
      line-height: initial;
      text-align: center;
      margin: 20px auto 40px;
      color: #fff;
  }
  #footer ul.fooSocialLinks {
      display: block;
      text-align: center;
      list-style: none;
  }
  /*- Checkout page css -*/
  .checkout-steps-btn {
      text-align: center;
      margin: 20px auto;
  }
  .checkout-steps-btn a {
      background: #429349;
      color: #fff;
      padding: 10px 25px;
      font-size: 16px;
      width: 100%;
      display: block;
  }
  .pixel-button.button-submit.button-large {
      background-color: #429349;
      border-bottom-color: #429349;
      color: #fff;
      width: 100%;
      font-size: 20px;
      font-weight: 600;
      padding: 10px 25px;
      border: none;
  }
  #ups-product-details {
  	padding: 0 5px;
  }
  #ups-addtoorder #cart-link a, #dwns-addtoorder #cart-link a {
      margin: 0 auto 10px auto;
  }
}

/* CSS FOR iPhone 6/7/8 Plus */
@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) 
{
	/*- Starts here Css added on 1st August 2022 -*/
    
	#menu-mobile #myNavbar {
        right: 0%;
    }
    #myCarousel .item h1 {
        font-size: 28px !important;
        line-height: 30px;
    }
    ul.indexSectiontwo  li {
        width: 100%;
    }
    #product-cat-page .container-fluid > .row {
        padding: 0 10px;
    }
    #product-cat-page .product-cat-grid-wrapper .product-grid .item {
        width: 100%;
		margin: 20px auto;
    }
    #product-cat-page .product-cat-grid-wrapper .product-grid .item h2 {
        font-weight: 400;
    }
    
    /*- Customer Portal Pause Date Picker Css -*/
    .pauseModalDiv-body #pauseReasons .subsmanage input#date {
        width: 100%;
    }
    #CustomerOnlyOffers .row.g-2 {
        margin: 0;
        display: block;
        flex-wrap: unset;
        width: 100%;
    }
    #CustomerOnlyOffers .row.g-2 .col-xs-6 {
        width: 100%;
        clear: both;
        display: block;
    }
    #footer ul.fooSocialLinks {
        display: block;
        text-align: center;
        list-style: none;
    }
    /*- Ends here -*/
}


/* TABLET AND UP */
@media (min-width:768px)
{

}

/* IPAD PRO PORTRAIT */
@media only screen 
and (min-device-width :1024px) 
and (max-device-width :1366px) 
and (orientation:portrait)
{
	#header img {
        width: 60%;
        display: block;
        margin: 0px auto;
    }
}

/* TABLET */
@media (min-width:768px) and (max-width:800px)
{
    #header img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
}