/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap');
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6, p, .p{
  font-family: 'Inter', sans-serif;
}
.faux-select,body,button,input,select,textarea{
  font-family: 'Inter', sans-serif;
}

.collection-content [data-view=small] .grid-item {
  flex: 0 0 33.3%;
}

/*collection subcollection css*/
.ct-subcollection-box .ct-grid-item .collection-item{
  text-align:unset;
}
.ct-subcollection-box li.ct-grid-item {
  list-style: none;
}
.ct-subcollection-box ul{
  margin-left: 0px;
  margin-bottom:0px;
}
.ct-subcollection-box .collection-item__title{
  padding-left: 0px;
}
.ct-subcollection-box .collection-item__title{
  font-size: 20px;
}

.ct-subcollection-box .collection-image.image-wrap, .ct-subcollection-box .collection-image-wrap {
  display:none;
}
.ct-subcollection-box .new-grid{
  flex-direction: column;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom:0px;
}

.ct-subcollection-box {
  border-top: 1px solid #DBDADA;
  margin: 10px 0px 35px 0px;
}

.ct-subcollection-box .new-grid.scrollable-grid--small {
  padding: 35px 0px;
  border-bottom: 1px solid #DBDADA;
}
@media only screen and (min-width: 769px){
  .collection-content  {
    border-top: unset;
  }
}
@media only screen and (max-width:768px){
  .ct-subcollection-box {
    display: none;
  }
  .collection-content [data-view=small] .grid-item {
    flex: 0 0 50%;
  }
}
/*account page css*/
.page-width.page-content.ct-account {
  min-height: 80vh;
  background: #F5F5F5;
  max-width:unset;
}
.page-width.page-content.ct-account .ct-main-wrapper{
  max-width: 1500px;
  margin:auto;
  min-height: 57vh;
}
.page-content.ct-account .ct-account-footer-wrapper{
  max-width: 1500px;
  margin:auto;
}
.ct-account .ct-nav-panel {
  width: 20%;
}
p.ct-footer-note {
  font-size: .85em;
  margin-bottom: 0;
}
.ct-footer-note a{
  color: #A2532E;
}
.ct-account .ct-body-panel {
  width: 75%;
  padding-left:15px;
}

.ct-account .ct-main-wrapper{
  display:flex;
}
.ct-account .ct-nav-panel{
  display:flex;
  flex-direction:column;
  margin-top: 95px;
  align-self: center;
}
.ct-account .ct-body-panel{
  display:flex;
  flex-direction:column;
}
.ct-account ul.ct-menu {
  list-style:none;
  margin-left: 0px;
}

.ct-menu li.active a, .ct-menu a li.active span {
  border-left: 3px solid #A2532E;
  color: #A2532E;
  padding-left:4px;
}

.ct-menu li a{
  padding-left:5px;
}

.ct-orders-wrapper {
  display: flex;
  flex-direction: column;
}

.ct-orders-wrapper .ct-order {
    display: flex;
}

.ct-orders-wrapper .ct-order div{
  width: 17%;
}
.ct-orders-wrapper .ct-order div[data-label="Order"], .ct-orders-wrapper .ct-order div[data-label="details_link"] {
  color: #A2532E;
}
.ct-orders-wrapper .ct-order div[data-label="details_link"]:hover, .ct-orders-wrapper .ct-order div[data-label="Order"]:hover, img.ct-close-icon {
  cursor:pointer;
}

.ct-orders-wrapper .ct-order div[data-label="details_link"] {
  text-align:right;
}

.ct-orders-wrapper .ct-order {
  display: flex;
  background-color: white;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 25%);
  border-radius: 4px;
}

.ct-orders-wrapper .ct-ord-icon{
  padding-left:2px;
}

.ct-mobile-breadcrumbs, .ct-order-mobile {
  display:none;
}

/*address page css*/
.ct-addresses-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.ct-address-button-wrapper{
  display:flex;
}

.ct-addresses-wrapper .ct-address-wrapper {
  width: calc(33% - 48px);
  position: static;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  flex: none;
  order: 2;
  flex-grow: 0;
  margin: 10px 24px 10px 0px;
  position:relative;
}

.ct-addresses-wrapper .ct-address-wrapper.new-address{
  border: 1px dashed #B7BABC;
  background: unset;
  box-shadow: unset;
  display: flex;
}

.ct-inner-wrapper--address-new{
  align-self:center;
  display:flex;
  flex-direction:column;
  width:100%;
}

.ct-addresses-wrapper .ct-address-wrapper.new-address h3 {
  width: 100%;
  text-align: center;
  color: #A2532E;
}

.ct-addresses-wrapper .ct-address-wrapper.new-address img {
  max-height: 35px;
  align-self: center;
  margin-bottom:10px;
}

.ct-inner-sidebar form{
  text-align:left;
  padding:25px;
  margin-top:2.5em;
}

.ct-inner-sidebar form label {
  margin-top: 22px;
}

.ct-inner-sidebar form .grid.grid--small{
  padding:0px;
}

.ct-form-wrapper hr.hr--large {
  display: none;
}

.ct-addresses-wrapper .ct-address-wrapper .ct-inner-wrapper--address{
  margin: 45px 15px;
}

.ct-addresses-wrapper button.btn.btn--small.address-edit-toggle, .ct-addresses-wrapper button.btn.btn--secondary.btn--small.address-delete, .ct-addresses-wrapper a.btn.btn--small {
  background-color: white;
  color: #A2532E;
  padding: 3px 8px;
  border:none;
  font-weight: 500;
  min-width: unset;
}
.ct-addresses-wrapper button.btn.btn--small.address-edit-toggle, .ct-addresses-wrapper a.btn.btn--small{
  padding-left: 0px;
  border-right: 1px solid #DBDADA;
  border-radius:unset;
}

.ct-tag--default-address {
  position: absolute;
  right: 0;
  top: 0;
  background: #000000;
  border-radius: 0px 4px;
  color: white;
  padding: 5px;
}

.ct-hidden{
  display:none;
}

.ct-inner-wrapper--address {
  display: flex;
  flex-direction: column;
}

.ct-address-button-wrapper {
  display: flex;
  position: absolute;
  bottom: 0;
  margin: 4px 0px;
  background:none;
}

@media only screen and (min-width: 769px){
  img.ct-ord-icon{
    display:none !important;
  }
}
/*Account mobile css*/
@media only screen and (max-width: 768px){
  .ct-account .ct-nav-panel{
    display:flex;
    flex-direction:column;
    align-self:center;
    margin-top:0px;
  }
/*Account mobile css*/
@media only screen and (max-width: 768px){
  .ct-account .ct-main-wrapper{
    display:block;
  }
  .ct-nav-panel{
    overflow:hidden;
  }
  .ct-mobile-breadcrumbs{
    display:block;
    width: 100%;
    padding: 10px 0px 45px 0px;
    font-size:.75em;
    color: #A2532E;
  }
  .ct-order-mobile{
    display:flex;
    flex-direction:column;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px #00000040;
    border-radius: 4px;
  }
  .ct-order-mobile .ct-order-header-wrapper{
    display:flex;
    padding:12px;
  }
  .ct-order-mobile .ct-order-body-wrapper{
    font-size: .85em;
    padding: 12px;
    border-top: 1px solid #DBDADA;
  }
  .ct-order-body-wrapper--inner div:nth-child(1) {
    padding: 0px 10px 0px 0px;
    border-right: 1px solid grey;
  }
  .ct-order-body-wrapper--inner div:nth-child(2) {
    padding: 0px 0px 0px 10px;
  }
  .ct-order-body-wrapper div {
    padding: 5px 0px;
  }
  .ct-order-body-wrapper--inner{
    display:flex;
  }
  .ct-order-header-wrapper div[data-label="Order"]{
    width: 50%;
  }
  .ct-order-header-wrapper div[data-label="Total"]{
    width: 50%;
    text-align:right;
    color: #a2532e;
    font-weight: 800;
  }
  .ct-order-header-wrapper div[data-label="Total"] span.hidePrice {
    padding-right: 3px;
  }
  .ct-orders-wrapper .ct-order{
    display:none;
  }
  h1 {
    text-align: center;
  }
  img.ct-ord-icon--breadcrumb {
    max-height: 8px;
  }

  .ct-nav-panel.ct-mobile-open {
    position: absolute;
    background-color: purple;
    width: 100%;
    left: 0;
    transform: translatey(-15px);
    height: 100%;
  }
  .ct-nav-panel.ct-mobile-closed {
    position: absolute;
    background-color: purple;
    width: 0;
    left: 0;
    transform: translatey(-15px);
    height: 100%;
  }
  .ct-body-panel.ct-mobile-open{
    width: 100%;
    padding-left:0;
  }
  .page-content.ct-account .ct-account-footer-wrapper{
    text-align:center;
  }
}

/*PDP*/
.product-single__meta .product-single__vendor a {
  color: #AD4E23;
}

.product-single__meta .product-single__vendor{
  text-decoration:none;
}

button#outlink_button {
  background: #1792B8 !important;
}
button#outlink_button:after {
  content: url(https://cdn.shopify.com/s/files/1/0633/8225/7913/files/Group_68f1317b-9367-4dd7-9988-0a28073da1fe.png?v=1652300445) !important;
  float: right;
  transform: translate(10px,2px);
}

/*gear boxes*/
.ct-ship-save-best--wrapper{
  background: #FAF5DE;
  display:flex;
  padding-bottom: 60px;
}

.index-section.ct-yellow-pantone--background{
  background: #FAF5DE;
}

.ct-ship-individual--wrapper {
  width: 33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ct-ship-individual--wrapper img {
  align-self: center;
}

.ct-ship-individual--wrapper p{
  font-weight: 800;
}

.ct-ship-individual--wrapper div{
  padding: 0px 15px;
  min-height: 3em;
}

.ct-ship-individual--wrapper .ct-text-wrapper {
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 678px){
  .ct-ship-individual--wrapper {
    width: 100%;
  }
  .ct-ship-save-best--wrapper{
    flex-direction: column;
    padding-bottom: 20px;
  }
}