.cm-second { 
  display: none; 
}

.product__price { 
  font-weight: bold;
  margin-bottom: 30px;
}

#AddToCart-product,
#notify-me-wrapper input[type="submit"] {     
  background-color: #ffa984;
  border: none;
  border-radius: 0;
  color: #000;
  outline: 0;
}

#notify-me-wrapper input[type="submit"]:hover { 
  background-color: #ff8551;
}

.vendor-info {
  margin: 60px 0 30px 0;
}

#sold-out {
  text-align: center;
  padding: 20px;
  background-color: #eee;
  margin-bottom: 30px;
}

#sold-out strong.strong-title {
  margin-bottom: 10px;
  display: block;
  font-family: "Cardo","Big Caslon","Bodoni MT",Georgia,serif;
}

#sold-out form {
  margin-bottom: 0;
}

#sold-out p {
  margin-bottom: 0;
}

#notify-me-wrapper {
  margin-top: 20px;
}

#notify-me-wrapper input {
  float: none;
  width: 100%;
}

#notify-me-wrapper input[type="email"] {
  background-color: #fff;
}

#AddToCart-product.disabled {
  background-color: #eee;
  color: #bbb;
  margin-bottom: 30px;
  cursor: initial;
}

#AddToCart-product.disabled:hover {
  background-color: #eee !important;
  color: #bbb !important;
}

.single-option-selector-product {
  background-color: #fff;
  border: 1px solid #bababa !important;
  background-image: url(new-arrows.png);
  max-width: 250px;
}

.js-qty {
  max-width: 250px;
  border: 1px solid #bababa !important;
}

.js-qty input[type="text"] {
  padding: 8px 30px;
}

.js-qty__adjust {
  font-weight: 900;
  font-family: Arial;
  color: #000;
}

.nav--desktop .main-menu>.parent>.main-menu-dropdown.main-menu-dropdown-full {
  left: 0;
  width: 100%;
}

.nav--desktop .main-menu-dropdown-full ul.parent > li {
  margin-bottom: 20px;
  padding-top: 0;
  position: relative;
}

.nav--desktop .main-menu-dropdown-full ul.parent > li > a {
  padding-left: 10px;
  border-left: 2px solid transparent;
  font-size: 13px;
  display: inline-block;
  position: relative;
}

.nav--desktop .main-menu-dropdown-full ul.dropdown {
  margin-left: 14px;
  margin-top: 10px;
}

.nav--desktop .main-menu-dropdown-full ul.dropdown > li {
  padding-top: 0;
  position: relative;
}

.nav--desktop .main-menu-dropdown-full ul.dropdown > li > a {
  padding-left: 10px;
  border-left: 2px solid rgba(101,101,101,0.2);
  font-size: 13px;
  text-transform: none;
  display: inline-block;
  position: relative;
  line-height: 10px;
}

.nav--desktop .main-menu-dropdown-full ul.dropdown > li > a:hover {
  border-left: 2px solid rgba(101,101,101,0.5);
}

.homepage-collection-grid {
  padding: 0 30px;
}

.homepage-collection-grid > .grid {
  /*padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;*/
}

.homepage-collection-grid .collection-grid-item {
  margin-top: 0;
  min-height: 350px;
}

.homepage-collection-grid .collection-grid-item .collection-grid-item__link {
  border: none;
}

#shopify-section-index-collection {
  padding-top: 60px;
}

.homepage-collection-grid .grid__item {
  /*padding-left: 0;*/
}

.display-none {
  display: none;
}

.homepage-image {
  border-bottom: 20px solid #fff;
}

.nav--mobile .main-menu-dropdown .grid__item {
  padding-left: 15px;
}

.ajaxcart--modal, .ajaxcart--modal.is-visible {
  top: 20px !important;
}

.collection-box {
  position: relative;
  margin-bottom: 20px;
}

.collection-box-title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-weight: 700;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: rgba(0,0,0,0.5);
}

.cm-related-product {
  display: none;
}

.gift-card-type {
  background-color: #fff;
  border: 1px solid #bababa !important;
  background-image: url(new-arrows.png);
  max-width: 250px;
}

.lookbook-wrapper {
  padding-left: 30px;
  clear: both;
}

#modmedia-lookbooks ul li {
  margin-bottom: 0;
}

.grid-uniform .large--one-third:nth-child(3n+1) {
  clear: none;
}

.additional-checkout-buttons {
  border: none;
  background: none;
  padding: 0;
  margin: 4px 0 0 0;
}

.cart__footer input[type="submit"] {
  padding: 0 20px;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  width: 270px;
}

.cart__footer input[type="submit"].btn--secondary {
  width: 170px;
  margin-right: 6px;
}



/* Responsive Styles */

@media (max-width: 450px){

  body#new-arrivals .collection-content,
  body#new-arrivals .homepage-image.homepage--white,
  body#new-arrivals #top_custom_pagination{
    display: none;
  }
  
  body#new-arrivals .page-margin,
  body#new-arrivals .collection {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  body#new-arrivals .page-margin {
    padding-top: 20px;
  }

}

/* changes 4-16-19 */
.collection{
  padding-top: 0; 
}
.collection .page-margin{
  padding-top: 20px;
}
.main-content{
  padding: 8em 0 0 0;
}
#top_custom_pagination{
  position: absolute;
  right: 30em;
  margin-top: 2px;
}
.collection .collection__sort{
  border-width: 0; 
}
.collection .grid__image{
  position: relative; 
}
.pagination-custom>.active>span{
  color: #FFF;
  background-color: #BBB;
}
.ajaxcart__content .cart__instructions{
  display: none; 
}
.ajaxcart__content h3::before{
	content: "Item Added To ";
}
.ajaxcart__content h3::after{
	content: "!";
}
.ajaxcart__content .cart__footer__text em{
 	display: none; 
}
.ajaxcart__content .checkout__button{
 	display: none; 
}
.ajaxcart__content .additional-checkout-buttons{
 	display: none; 
}
.proceed-to-cart-button{
  display: none; 
}
.newsletter-form .btn.uppercase,
#AddToCart-product,
.ajaxcart__content .proceed-to-cart-button,
.btn.uppercase.btn--large.checkout__button,
.empty-cart{
  background-color: #28304B;
  color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
}
.ajaxcart__content .proceed-to-cart-button{
  display: block;
  padding: 10px;
  margin: 30px auto;
  width: 50%;
}
.newsletter-form .btn.uppercase{
  font-size: 1em; 
}
.one-of-a-kind{
  position: absolute;
  bottom: 1em;
  left: .5em;
  background-color: rgba(0, 0, 0, .2);
  padding: .2em 1em;
  color: #FFF;
  font-size: .9em;
  font-weight: bold;
}


.header--large .nav--desktop .header-menu>ul>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
}
a, .text-link {
    color: #585e71;
    text-decoration: none;
    background: transparent;
}



@media (max-width: 450px){
  #top_custom_pagination{
    position: relative;
    right: auto;
  }
  #top_custom_pagination .pagination-custom{
    margin: 0 0 12px;
  }
  .parallax-mirror{
    top: -72px;
  }
  .main-content{
    padding: 0;
  }
  .nav-carat .plus{
    font-size: 1.5em;
    font-weight: bold;
    line-height: 0em; 
  }
}
@media only screen and (min-width: 769px){
  .large--three-quarters {
    width: 100%;
  }
  .collection .large--one-quarter {
    display: none;
  }
  #shopify-section-header{
    position: fixed;
    z-index: 1000;
    width: 100%;
  }
}