
.product-summary-mobile-expanded.open {
    z-index: 9999;
}

.product-summary-mobile-expanded
  .product-summary-mobile-container
  .product-summary-mobile-title {
  text-align: center;
  padding: 0.75rem;
  border-bottom: 1px solid #d3dae8;
}

.product-summary-mobile-expanded
  .product-summary-mobile-container
  .product-summary-mobile-title
  h4 {
  padding-bottom: 0;
}

.product-summary-mobile-expanded .product-summary-mobile-container .accessories,
.product-summary-mobile-expanded .product-summary-mobile-container .lens-colour,
.product-summary-mobile-expanded .product-summary-mobile-container .lens-type,
.product-summary-mobile-expanded .product-summary-mobile-container .shipping {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0.75rem 0;
}

.product-summary-mobile-expanded
  .product-summary-mobile-container
  .accessories-title,
.product-summary-mobile-expanded
  .product-summary-mobile-container
  .lens-colour-title,
.product-summary-mobile-expanded
  .product-summary-mobile-container
  .lens-type-title,
.product-summary-mobile-expanded
  .product-summary-mobile-container
  .shipping-title {
  color: #96aab9;
}

.product-summary-mobile-expanded
  .product-summary-mobile-container
  .accessories-selected,
.product-summary-mobile-expanded
  .product-summary-mobile-container
  .lens-colour-selected,
.product-summary-mobile-expanded
  .product-summary-mobile-container
  .lens-type-selected,
.product-summary-mobile-expanded
  .product-summary-mobile-container
  .shipping-selected {
  text-align: right;
  padding-left: 0.75rem;
}

.product-summary-mobile-expanded
  .product-summary-mobile-container
  .accessories-selected.slate-text,
.product-summary-mobile-expanded
  .product-summary-mobile-container
  .shipping-selected.slate-text {
  color: #96aab9;
}

.product-summary-mobile-expanded .product-summary-mobile-container .accessories,
.product-summary-mobile-expanded .product-summary-mobile-container .shipping {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #d3dae8;
}

.product-summary-mobile-expanded .product-summary-mobile-container .pairs {
  padding: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d3dae8;
}

.product-summary-mobile-expanded
  .product-summary-mobile-container
  .pairs
  .product-amount {
  display: inline-flex;
  align-items: center;
}

.product-summary-mobile-expanded
  .product-summary-mobile-container
  .pairs
  .product-amount
  .reduce-amount {
  padding-right: 1rem;
}

.product-summary-mobile-expanded
  .product-summary-mobile-container
  .pairs
  .product-amount
  .increase-amount {
  padding-left: 1rem;
}

.product-summary-mobile-expanded
  .product-summary-mobile-container
  .product-total {
  padding: 0.75rem;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.product-summary-mobile-expanded
  .product-summary-mobile-container
  .product-total
  .total-cost {
  color: #f07350;
  padding-bottom: 0;
}

.product-summary-mobile-expanded
  .product-summary-mobile-container
  .add-to-cart {
  margin: 0.75rem;
}

.product-summary-mobile-expanded
  .product-summary-mobile-container
  .add-to-cart
  .rounded-button {
  width: 100%;
}

.product-summary-mobile-expanded.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.product-summary-mobile-expanded.open .product-summary-mobile-container {
  bottom: 0;
}

.product-notes-section h4 {
  padding-bottom: 0.75rem;
}


#ul-bullet-description {
    padding-right: 550px;
  }
@media (max-width: 3840px) {
    #ul-bullet-description {
      padding-right: 1250px;
    }
  }
  @media (max-width: 2560px) {
    #ul-bullet-description {
      padding-right: 920px;
    }
  }
  @media (max-width: 1680px) {
    #ul-bullet-description {
      padding-right: 540px;
    }
  }

  @media only screen and (max-width: 1440px){
    .product-carousel-purchase-section {
      /* top: 165px; */
      top: 115px;
    }
  }
  @media screen and (min-width: 1024px) and (max-width: 1366px){
    .product-carousel-purchase-section {
      /* top: 165px; */
      top: 80px;
    }
  }
  
@media (max-width: 1199px) {
    #ul-bullet-description {
      padding-right: 450px;
    }
}
@media screen and (max-width: 1080px){
    a.rounded-button.white-button {
        width: 85%;
        margin-left: 44px;
    }
    .product_detail .product-extra-details .column-4{
        margin-bottom: 0px;
      }
    h1 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
    h2 {
      font-size: 1.5rem;
      line-height: 2.1rem;
    }
    h3 {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
   
    .choose-lens-options .choose-lens-colour-section {
        padding-top: 1.5rem;
        padding-right: 1.25rem;
    }
    /* .lg-column-7 {
        grid-column: span 7;
    } */
}


@media (max-width: 991px){
    a.rounded-button.white-button {
    width: 85%;
    margin-left: 44px;
}
.content-landing p{
    padding-right: 0;
}
.content-landing > div {
    text-align: center;
    padding: 0 30px;
    display: block;
}
.content-landing > div > div:last-child img {
    margin: 0 auto;
    margin-left: auto;
}
.content-landing > div > div:first-child{
    display: block;
}
input.custom-input{
    width: 98%;
}
.new-section,
section.product-extra-details.pad-h-2{
    width: 100%;
}
.new-section{
    padding-top: 10px;
}
.product-summary-mobile-expanded h1 {
    font-size: 14px;
    line-height: 28px;
    padding: 0;
  }
  .product-summary-fixed-footer .mobile-add-to-cart-button .rounded-button a {
    padding: 0.25rem 1.25rem 0;
  }
  .product-summary-mobile-expanded, .product-summary-mobile-expanded span {
    font-size: 14px;
  }
  .product-summary-mobile-expanded {
    position: fixed;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 600;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .product-summary-mobile-expanded .product-summary-mobile-container {
    background-color: #fff;
    transition: bottom 0.5s ease;
    position: absolute;
    bottom: -100%;
    width: 100%;
  }
  .product-summary-mobile-expanded .product-summary-mobile-container .accessories, .product-summary-mobile-expanded .product-summary-mobile-container .lens-colour, .product-summary-mobile-expanded .product-summary-mobile-container .lens-type, .product-summary-mobile-expanded .product-summary-mobile-container .shipping {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 0.75rem 0;
}
.product-summary-mobile-expanded
  .product-summary-mobile-container
  .accessories-title, .product-summary-mobile-expanded
  .product-summary-mobile-container
  .lens-colour-title, .product-summary-mobile-expanded
  .product-summary-mobile-container
  .lens-type-title, .product-summary-mobile-expanded
  .product-summary-mobile-container
  .shipping-title {
    color: #96aab9;
}
.product-summary-mobile-expanded
  .product-summary-mobile-container
  .accessories-selected, .product-summary-mobile-expanded
  .product-summary-mobile-container
  .lens-colour-selected, .product-summary-mobile-expanded
  .product-summary-mobile-container
  .lens-type-selected, .product-summary-mobile-expanded
  .product-summary-mobile-container
  .shipping-selected {
    text-align: right;
    padding-left: 0.75rem;
}
  .product-summary-mobile-expanded
    .product-summary-mobile-container
    .product-summary-close {
      width: 100%;
      display: flex;
      justify-content: center;
      padding: 0.75rem 0;
      border-bottom: 1px solid #d3dae8;
  }
  .product-summary-mobile-expanded
    .product-summary-mobile-container
    .product-summary-close
    .close-summary {
      display: flex;
      align-items: center;
  }
  .product-summary-mobile-expanded
  .product-summary-mobile-container
  .product-summary-close
  .close-summary
  span {
  margin-top: 0.25rem;
}
#ul-bullet-description {
    padding-right: 0px;
  }
    .product_detail .md-column-12 {
        grid-column: span 12;
    }
    .product-carousel-purchase-section {
        position: static;
        width: 100%;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .product-title-section {
        text-align: center;
    }
    section.product-breadcrumbs {
        text-align: center;
    }
   
    section.accessories-select-section {
        grid-column: span 12;
    }
    .mobile-product-summary {
        display: block;
    }
    
    .content-container img, .content-container video {
        height: auto;
        width: auto;
    }
    .product-detail-heading-mobile.price-old {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-family: Sailec Medium;
        font-weight: 700;
    }
    
    .rounded-button {
        border-radius: 1.25rem;
        border: 1px solid;
        height: 2.5rem;
        display: inline-flex;
        transition: all 0.25s ease;
        justify-content: center;
        align-items: center;
    }
    .rounded-button a {
        text-decoration: none;
        color: #fff;
        display: inline-block;
        padding: 0.25rem 2.5rem 0;
    }
    .orange-button {
        border-color: #f07350;
        background-color: #f07350;
        color: #fff;
    }
    
    .mobile-expanded span {
        font-size: 14px !important;
    }
   
    
    .product-summary-mobile-expanded .product-summary-mobile-container .product-summary-close .close-summary img {
        margin-right: 0.75rem;
        transform: rotate(180deg);
    }
    .product-summary-mobile-expanded, .product-summary-mobile-expanded span {
        font-size: 14px !important;
    }
    
    .product-summary-mobile-expanded .product-summary-mobile-container .accessories, 
    .product-summary-mobile-expanded .product-summary-mobile-container .lens-colour, 
    .product-summary-mobile-expanded .product-summary-mobile-container .lens-type, 
    .product-summary-mobile-expanded .product-summary-mobile-container .shipping {
        padding: 5px 10px 0 10px;
    }
    .product-summary-mobile-expanded .product-summary-mobile-container .product-total, 
    .product-summary-mobile-expanded .product-summary-mobile-container .pairs {
        padding: 5px 10px !important;
    }
   
    .product-summary-mobile-expanded .product-summary-mobile-container .pairs span {
        font-size: 13px !important;
    }
   
    .product-summary-mobile-expanded .product-summary-mobile-container .product-total .total-cost {
        color: #f07350;
        padding-bottom: 0;
    }
    .product-summary-mobile-expanded .product-summary-mobile-container .product-total {
        padding: 0.75rem;
        justify-content: space-between;
        align-items: baseline;
        display: flex;
    }
    .product-summary-mobile-expanded .product-summary-mobile-container .add-to-cart {
        margin: 10px 10px 10px 10px;
    }
    .product-summary-mobile-expanded .product-summary-mobile-container .add-to-cart .rounded-button {
        font-size: 12px;
        height: 32px;
    }
    
}


@media screen and (max-width: 770px){
    .choose-lens-options .choose-lens-colour-section .lens-colour-select {
        justify-content: left;
    }
    img.ticked {
      max-width: none;
  }
    .product-type-modals .lens-type-modal-container .lens-type-comparison-table {
        min-width: 28rem;
        overflow-x: scroll;
      }
      .product-colour-modals .lens-colour-modal-container {
        width: calc(90% - 5rem);
      }
      .product-accessory-modals
      .lens-accessory-modal-container
      .lens-type-comparison-table {
      min-width: 28rem;
      overflow-x: scroll;
    }
    .product-accessory-modals .lens-accessory-modal-container {
        width: calc(90% - 5rem);
      }
      
      .product-type-modals .lens-type-modal-container {
        width: calc(90% - 5rem);
      }
    .first-page-element {
        padding-top: 4rem;
      }
    .mobile-product-summary {
        display: block;
    }
    .breadcrumb-links {
        justify-content: center;
        width: 100%;
        padding: 0;
      }
   
    .product-carousel-purchase-section .desktop-product-summary,
    .desktop-product-purchase-summary,
    .desktop-add-to-cart-button{
        display: none;
    }
    .choose-lens-options .choose-lens-type {
        padding-right: 0;
    }
    .product-colour-modals
    .lens-colour-modal-container
    .lens-type-comparison-table {
    min-width: 28rem;
    overflow-x: scroll;
  }
  .choose-lens-options .choose-lens-colour-section {
    padding-right: 0;
  }
  .choose-lens-options
    .choose-lens-colour-section
    .lens-colour-select
    .lens-colour-option.selected {
    width: 2.5rem;
    border-radius: 50%;
  }
  .choose-lens-options
    .choose-lens-colour-section
    .lens-colour-select
    .lens-colour-option
    .inner-elements {
    position: absolute;
    left: -0.65rem;
  }
  .choose-lens-options
    .choose-lens-colour-section
    .lens-colour-select
    .lens-colour-option
    .inner-elements
    .name {
    display: none;
  }
}


@media (max-width: 768px){
    
    .desktop-view {
        display: none;
    }
    iframe[src*="google.com/shopping"] {
      display: none !important;
    }
    .product-product-1002363 .product-title-section {
        margin-top: 30px;
        padding-top: 20px;
      }
    .product-extra-details .product-details a,
    .features-details.things_to_know.mobile-view a,
    .product-notes.pad-r-2 a {
        color: #f07350;
    }
    
    .heading-font {
        font-size: 4rem;
        line-height: 3.5rem;
    }
    .choose-lens-options .heading-area {
        flex-direction: unset;
        align-items: baseline;
        text-align: unset;
        width: 100%;
        padding-bottom: 0;
    }
    .mobile-view {
        display: block !important;
    }
    .choose-lens-options.pad-2 {
    padding: 1.25rem;
}
a.rounded-button.white-button {
    width: 85%;
    margin-left: 44px;
}
/*.product-title-section{
    margin-top: -100px;
}*/
}

@media(max-width:767px){
    .content-landing > div{
        padding:0 15px;
    }
    .content-landing h2{
        font-size: 24px;
        padding-bottom: 0;
    }
    .content-landing p {
        font-size: 16px !important;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .img-limit{
  	font-size: 0.55rem;
	opacity: .7;
	}
    .sunglass-product-page-option .form-group.files.color input{
        height:auto;
        }
  .product-carousel-purchase-section {
        height: auto;
    }
}

@media only screen and (max-width: 600px) {
	.tabcontent {

		height: 70%;
	} 
    .product-carousel-images{
        height: 400px;
      }
      html {
        font-size: 0.9rem;
      }

}


@media(max-width:575px){
    section.brand-page-banner-upload-page.background-color.first-page-element.content-landing {
    padding-top: 150px;
    }
    .form-group.required.sunglass-product-page-option{
        display: block;
    }
    div#trustedsite-tm-image {
      display: none !important;
    }
    .form-group.required.sunglass-product-page-option > h3 {
        width: 100%;
        padding: 10px 0;
        font-size: 16px;
        text-align: center;
    }
    .sunglass-product-page-option .form-group.files.color input:before{
        height: 95%;
    }
    .upload-img .button, .btn.btn-primary, .btn{
        height: 45px;
    }
    input.custom-input{
        min-height: 44px;
        width: 90%;
    }
    section.product-extra-details.pad-h-2 {
        width: 90%;
        font-size: 14px;
        line-height: 20px;
    }
    section.product-extra-details.pad-h-2 br {
        display: none;
    }
    section.product-extra-details.pad-h-2 p {
        font-size: 14px;
    }
    section.product-extra-details.pad-h-2 ul li {
        margin-bottom: 10px;
    }
    .content-landing > div > div:first-child{
        padding: 0;
    }

}

@media (max-width: 540px) {
    .choose-lens-options .accessories-select-section .heading-area{
      text-align: left;
       align-items: baseline; 
       padding-bottom: 8px;
        padding-top: 15px;
    }
    .choose-lens-options .choose-lens-colour-section .lens-colour-select {
        width: 100%;
    }
    .choose-lens-options .choose-lens-colour-section .lens-colour-select .lens-colour-option {
        margin-right: 0.78rem;
    }
    .op {
        padding: 10px;
    }
    
  .product-summary-fixed-footer .mobile-add-to-cart-button .rounded-button a {
    font-size: 12px;
  }
  
    .choose-lens-options .accessories-select-section .product-detail-heading{
        padding-bottom: 0px;
    }
    .product-summary-fixed-footer .show-order-toggle .show-order span {
        font-size: 13px;
      }
    
}

@media only screen and (max-width: 480px) {
    .overflow-thumbnails-carousel.clearfix {
      height: 55px;
    }
  }
@media screen and (max-width: 425px){
    .choose-lens-options .heading-area small {
		padding: 0;
	}

    .modal-links {
        padding: 0;
    }
}
@media screen and (max-width: 450px) {
    .rounded-button {
      text-align: center;
    }
  }
  
@media (max-width: 420px) {
    body.product_detail .selection-options-wrapper .heading-area{
      flex-direction: column;
    }
  }
  

  @media screen and (max-width: 320px) {
    .choose-lens-options .heading-area small {
       padding: 0;
   }
   .choose-lens-options.pad-2 {
    padding: 1rem;
}
   .modal-links {
       padding: 0;
   }
}