.product_discription_outer h3{
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    letter-spacing: .09em;
    line-height: 1.2em;
    text-transform: none;
}
.product-form__item .single-option-selector{
    letter-spacing: 1.3px;
}
.product_discription_outer{
    margin-top:22px;
}
.product_title{
   margin-bottom: 22px;
}
.price__badges.price__badges--listing{
   z-index:98;
}
.product-form__item{
    padding:0px 0px;
}
.variant_select_outer{
    display:none;
}
.product-form{
    padding-top:0px;
}
.Avada-inline-button{
    padding: 10px 0 0px 0;
}
.swatch .header{
  font-size: 13px;
  color: #ffb323;
}
.swatch-element label {
    padding: 2px 13px !important;
    background: transparent!important;
    /*border: 1px solid #122332 !important;*/
    border-radius: 4px!important;
    color: #152a45;
}
.swatch-element label:hover{
/*   background:#f1af44!important; */
}
.swatch input:checked + label {
    box-shadow: 0px 0 !important;
   background:#ffb323!important;
}
.customer_page_outer .section-header h1{
  margin:20px 0px;
  font-family: 'Cooper_Std_Black';
}
.customer_page_outer .content_height{
      height: 50px;
    display: block;
}
.customer_btn{
    font-family: cooper-black-std;
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    letter-spacing: .05em;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #ff4800;
    margin-bottom: 0px;
    font-family: 'Cooper_Std_Black';
}
/* 8-7-2020 */
.product-card__title{
    font-weight:400;
}
.product-price-wrp .price.price--listing .price__regular, .price__sale{
    margin-right: 0;
}
.template-collection .page-width{
    padding-left: 0px;
    padding-right: 0px;
}
#Huratips-Pagination{
    display: block;
    width: 100%;
    text-align: center;
    margin:20px 0px;
    overflow:hidden;
}
.cart__product-title {
    font-family: "HoboStd";
    font-weight: 400;
    font-size: 16px;
}
.cart__remove a{
    color: #ff4800 !important;
    font-size: 14px;
    border-bottom: none;
}
.cart-header__title{
    color: #ff4800;
    text-transform: uppercase;
    font-family: 'Cooper_Std_Black';
    font-size: 26px;
}
.cart__submit {
    background: linear-gradient(to right, #56d2d2 4%, #ffb224 50%, #ff4800 80%);
    border: 0;
    padding: 10px 35px;
    line-height: 1.5;
    margin-left: 12px;
}
.continue_shopping_btn{
    background: linear-gradient(to right, #56d2d2 4%, #ffb224 50%, #ff4800 80%);
    border: 0;
    padding: 10px 25px;
    color:#fff;
    line-height: 1.5;
}
.continue_shopping_btn:hover{
    background-color:none;
    color:#fff;
}
.cart__shipping{
    padding: 2px 0 20px;
    color: #a7a8ac;
    font-weight: 400;
}
.text-link--accent:not([disabled]):hover, .text-link--accent:focus {
    color: #fff;
}
.margin_remove_hr{
     margin:20px 0px;
}
    #SiteNav li a:hover .site-nav__label, .site-nav__label:hover{
color: #ffb223 !important;
text-shadow:0px;
  }
span.site-nav__label {
    display: inline-block;
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {

  .price__badges--listing .price__badge{
   letter-spacing:-1px !important;
  } 
  .product-card__title{
  letter-spacing:0;
  }
}}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
  .price__badges--listing .price__badge{
   letter-spacing:-1px !important;
  } 
  .product-card__title{
  letter-spacing:0;
  }
}
}
@supports (-webkit-marquee-repetition:infinite) and (object-fit:fill){
  
.price__badges--listing .price__badge{
   letter-spacing:-1px !important;
  } 
  .product-card__title{
  letter-spacing:0;
  }
  #SiteNav li a:hover{
  color: #ffb223 !important;
  }
}

@media only screen and (max-width:767px){
  .site-header__logo-image.site-header__logo-image--centered img{
  	max-width: 90% !important;
  }
  .site-header__menu .icon{
    fill: #000;
  }
  .mobile-nav__label {
    font-size: 36px;
  }
  .mobile-nav__item.border-bottom {
      border-bottom: 1px solid transparent;
  }
  .mobile-nav__link, .mobile-nav__sublist-link {
    padding: 0px 30px 0px;
  }


  .product-single{
    width: 100%
  }
}
@media only screen and (max-width:576px){
  .announcement-bar__message {
      margin-top: 21%;
  }
}


/*custom background*/
html{
  background-color: #55d2d1;
  padding-bottom: 0px !important; 
  height:100%;
}
body{
  /*height:100%;*/
  display: flex;
  flex-direction: column;
}
/*fix for short pdp showing large bottom border*/

.template-product{
  height: 100vh;
}
.template-cart{
  height: 100vh;
}

.page-container{
  overflow: scroll
}
.page-container::-webkit-scrollbar {
  display: none;
}

/*make images on plp scale to any size*/
.page-width{
  max-width: 100%;
}  

.grid-view-item__image-wrapper{
  max-width: 100% !important;
}

.grid-view-item__image{
  max-width: 100% !important;
  max-height: 100% !important;
} 

/*make images on pdp scale to any size*/
.product-single{
  width:70%;
  margin-right: auto;
  margin-left: auto;
}

.template-collection .page-width{
  padding-left: 55px;
  padding-right: 55px
}

.product-single__thumbnails-product-template{
  align-items: center;
  justify-content: center;
}

.page-container{
  height: 100%;
}




.site-nav__dropdown{
  top: 30px;
}
.site-nav__label{
  color: #152a45 !important;
}
li{
  border: none !important;
}
button{
  border: 0;
  outline: none;
}

cart-popup__cta-link{
  background-color: red;
  color: white;
}

.cart__continue-btn{
  background-image: linear-gradient(to right, #56d2d2 4%, #ffb224 50%, #ff4800 80%);
  color: #fff;
  border: 0px
}

.btn{
  background-image: linear-gradient(to right, #56d2d2 4%, #ffb224 50%, #ff4800 80%) !important;
  color: #fff !important;
  border: 0px !important;
}

.sqs-block a{
  color: #ff4800;
  text-decoration: none;
  border-bottom: none !important;
}
.sqs-block a:hover{
  color: rgba(255,72,0,.5) !important;
} 

.cc_href{
  color: #ff4800 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
.cc_href:hover{
  color: rgba(255,72,0,.5) !important;
} 

.customer_page_outer a{
  color: #ff4800;
  text-decoration: none;
  border-bottom: none !important;
}
.customer_page_outer  a:hover{
  color: rgba(255,72,0,.5) !important;
}

.rte a{
  color: #ff4800;
  text-decoration: none;
  border-bottom: none !important;
}
.rte  a:hover{
  color: rgba(255,72,0,.5) !important;
}  


.cart__shipping {
  padding: 0px 0 20px;
}
.cart__footer{
 padding-top: 0px;
}
.cart_title{
  color:rgb(21, 42, 69);
  display:block;
  font-family:HoboStd;
  font-size:35px;
  font-style:normal;
}
.data-add-to-cart-text{

}
.site-nav--centered .site-nav__link {
    padding-top: 4px;
}
span.site-nav__label {
}
.solo_nav{
  padding-right: 20px;
  padding-top: 2px;
}
.footer-logo img{
  padding-bottom: 30px
}
.product-single__title.mobile-title {
    display: none;
}

.site-nav__dropdown{
  border: none !important;
  border-radius: 6px;
}

#CartCount{
  right: unset;
  left: 19px;
  top: 17px;
  background-color: transparent;
  color: #ff4800;
  font-size: 18px;
}

.section-header h1{
  font-weight: unset !important;
}

.feed-more{
  padding-top: 40px;
  font-family: 'Cooper_Std_Black' !important;
  font-size:32px !important;
  font-style:normal !important;
  font-weight:400 !important;
  text-transform: uppercase;
}
.feed-more{
  color: #ff4800;
  text-decoration: none;
  border-bottom: none !important;
}
.feed-more:hover{
  color: rgba(255,72,0,.5) !important;
}  


/*style mobile pdp updates*/
@media only screen and (max-width:767px){
  .product-single{
    width: 100%;
    padding-left: 0px !important;
  }
  .product-single__media-group{
    padding-left: 0px !important;
  }
  .product-template__container{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .product-single__meta{
    padding-left: 22px !important;
  }
  .product-single__title{
    margin-bottom: 11px !important;
    margin-right: 30px !important;
  }
  .product-single__description{
    margin-top: 11px !important;
    margin-right: 40px !important;
  }
  .product-single__description h3{
    margin-bottom: 22px !important;
  }
  .product-single__description p:first-of-type{
    margin: 0 0 11px 0 !important;
  }
  .swatch{
    margin: 0 !important;
  }
  .swatch .header {
    margin: 0 !important; 
    margin-bottom: 0.5em !important;
  }

@media only screen and (max-width: 749px){}
  .site-header {
      border-bottom: none;
  }
  .page-container{
    overflow: scroll;
    overflow-x: hidden;
  }
  #CartCount{
    left: 8px;
    top: 15px;
  }
  .product-featured-media:focus{
    border: none !important;
    outline-color: unset;
    outline-width: 0px !important;
  }
  .product-single__media:focus{
    border: none !important;
    outline-color: unset;
    outline-width: 0px !important;
  }
  .product-single__media-wrapper:focus{
    border: none !important; 
    outline-color: unset;
    outline-width: 0px !important;
  }

  .mobile-nav:focus{
    outline-color: unset !important;
    outline-style: none !important;
    outline-width: 0px !important;  
  }
  .mobile-nav li:focus{
    outline-color: unset !important;
    outline-style: none !important;
    outline-width: 0px !important;  
  }
  .mobile-nav__item ul:focus{
    outline-color: unset !important;
    outline-style: none !important;
    outline-width: 0px !important;  
  }
  *:focus{
    outline-color: unset !important;
    outline-style: none !important;
    outline-width: unset !important;
  }
  .price__badges{
    display: flex;
  }

  .mobile-nav__item a:focus{
    color: #ffb223;
  }
  .mobile-nav__link:focus{
    color: #ffb223;
  }
  .mobile-nav__item a:active{
    color: #ffb223;
  }
  .mobile-nav__link:active{
    color: #ffb223;
  }  

  .mobile-nav__item a:hover{
    color: #FFB223 !important;
  }
  .mobile-nav__link:hover{
    color: #FFB223 !important;
  }
  .mobile-nav__item a:hover{
    color: #FFB223 !important;
  }
  .mobile-nav__link:hover{
    color: #FFB223 !important;
  }  

  .mobile-nav__return{
    border-right: none;
  }
  .template-collection .page-width {
    padding-left: 22px;
    padding-right: 22px;
  }
  .section-header.text-center h1{
    /*padding-top: 24px;*/
  }

  .price__badge{
    height: 25px !important;
    width: 25px !important;
    min-height: unset !important;
    min-width: unset !important;
  }
}

