/** Shopify CDN: Minification failed

Line 636:0 Unexpected "}"
Line 661:0 Unexpected "}"

**/
@font-face {
  font-family: 'Dura Regular Proper';
  src: url(//www.goforthgoods.com/cdn/shop/files/duraregular-proper-webfont.ttf?v=7846906922135112825)   format('truetype'),
       url(//www.goforthgoods.com/cdn/shop/files/duraregular-proper-webfont.woff2?v=575470206527903654) format('woff2'),
       url(//www.goforthgoods.com/cdn/shop/files/duraregular-proper-webfont.woff?v=7646241194433385799)  format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Dura Regular Proper';
  src: url(//www.goforthgoods.com/cdn/shop/files/duraregular-proper-bold-webfont.ttf?v=14572110733004572006)   format('truetype'),
       url(//www.goforthgoods.com/cdn/shop/files/duraregular-proper-bold-webfont.woff2?v=9103447789589912651) format('woff2'),
       url(//www.goforthgoods.com/cdn/shop/files/duraregular-proper-bold-webfont.woff?v=17240351820260994656)  format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Dura Regular Tab';
  src: url(//www.goforthgoods.com/cdn/shop/files/duraregular-tab-webfont.ttf?v=9717872527516095389)   format('truetype'),
       url(//www.goforthgoods.com/cdn/shop/files/duraregular-tab-webfont.woff2?v=18156945029987977311) format('woff2'),
       url(//www.goforthgoods.com/cdn/shop/files/duraregular-tab-webfont.woff?v=7515516534195482372)  format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family:  'Dura Regular Tab';
  src: url(//www.goforthgoods.com/cdn/shop/files/duraregular-tab-bold-webfont.ttf?v=4806974019236182161)   format('truetype'),
       url(//www.goforthgoods.com/cdn/shop/files/duraregular-tab-bold-webfont.woff2?v=12421553129423356353) format('woff2'),
       url(//www.goforthgoods.com/cdn/shop/files/duraregular-tab-bold-webfont.woff?v=8374914309580986900)  format('woff');
  font-weight: 600;
  font-style: normal;
}

body {
  line-height: 2.3rem !important;
}

body, a, p, span, h1, h2, h3, h4, h5, h6  {
	font-family: 'Dura Regular Proper', sans-serif !important;
   letter-spacing: normal;
  opacity: 1;
}
.title, .menu a, .menu_title, .global-button {
	font-family: 'Dura Regular Proper', sans-serif !important;
}
a.button, .button, button, input[type="submit"], input[type="reset"], input[type="button"], .action_button, a.action_button, input.action_button[type="submit"], input.action_button[type="button"], input.action_button[type="button"], button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
	font-family: 'Dura Regular Proper', sans-serif !important;
}

/* BUTTONS */
button {
  text-transform: uppercase !important;
}

/* SLIDESHOW */
.slider-button {
  width: auto !important;
}
.slideshow__autoplay {
  width: 50px !important;
}

/* TABLE */
table:not([class]) td, table:not([class]) th {
  border: none;
}
table:not([class]) {
  box-shadow: none;
}

table td {
  padding: 0 !important;
}

table td h3 {
  margin: 0 !important;
}

/*---- HEADER STARTS -----*/
/* Dropdowns */
.header__submenu.list-menu {
  padding: 1.4rem 0 !important
}
.header__submenu details[open]>.header__menu-item .icon-caret {
  transform: rotate(-90deg) !important;
  color: white !important
}
.header__submenu details[open] {
  background: #7f3425;
  color: white
}
.header__submenu details[open] span {
  color: white !important;
  text-decoration: none !important
}
.header__submenu details[open]>.header__submenu {
  display: block !important;
  position: absolute !important;
  background: white !important;
  left: 100% !important;
  top: 0px !important;
  width: 250px !important;
  max-height: 600px;
  overflow: auto;
  border: 0.1rem solid rgba(var(--color-foreground),.08)
}

.header__submenu .header__menu-item:hover {
    text-decoration-line: none;
    background: #7f3425;
  color: white;
}

.header__icon--cart {
    margin-right: -3rem !important;
}

/*---- HEADER ENDS -----*/

/* Header Phone */
.list-social__item_phone_number {
  display: none;
}

@media only screen and (min-width: 1200px) {
.list-social__item_phone_number {
  display: inline-block;
 }

}

/* COLOR WHEEL HEADER DROPDOWN */
/* Main Button Styles */
.color-button {
    display: flex;
    align-items: center;
    padding: 2.5px;
}

.color-button a {
    display: flex;
    position: relative;
    text-decoration: none;
}

@media only screen and (max-width: 750px) {
 .color-button {
    display: none;
}

  }

/* Icon Styles */
.icon-rainbow {
    width: 100%;
    height: auto;
}

/* SVG Color Classes */
.cls-1 { fill: #eeb450; }
.cls-2 { fill: #e49636; }
.cls-3 { fill: #faed4f; }
/* ... Additional color classes as needed ... */

/* Dropdown Menu Styles */
.color-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
    z-index: 99;
    border-bottom: 1px gray solid;
}

@media only screen and (max-width: 600px) {
.color-menu {
    display: none;
  }

 .color-menu {
    opacity: 1;
    visibility: visible;
    position: relative;
   background-color: transparent;
  }

  .color-menu .parent-link--true {
    display: none;
  }

    .color-menu li a span {
    padding: 0px !important;
    }

  .color-menu a span {
    color: black !important;
    font-size: 10px !important;
    max-width: 50px !important;
    line-height: 12px !important;
  }

  .color-menu-wrapper {
    padding: 0 !important;
  }

   .color-menu ul {
      display: flex !important;
     justify-content: space-around;
  }

  .color-section-title {
    color: black !important;
    margin: 0;
    text-align: left;
    font-size: small;
    padding: 0% 10%;
  }

  
  .color-items {
    display: flex;
    justify-content: start !important;
  }

  .color-items img {
    border-radius: 50%;
    object-fit: cover;
    transition: all .15s ease-in;
    width: 40px;
    height: 40px;
  }

  .color-items .parent-link--true.mobile-shop-by-color {
    display: flex;
    width: 100% !important;
    margin: 0 !important;
    margin-top: 1rem !important;
    height: 10px !important;
    padding: 0 !important;
  }

 .color-items li .parent-link--true.mobile-shop-by-color {
    display: none !important;
  }

  

  .color-section-title {
    margin-top: 0px !important; 
    margin-bottom: 5px !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    text-align: left !important;
    width: 100% !important;
    font-weight: bold !important;
    padding: 0 !important;
  }

    .color-items .parent-link--true.mobile-shop-by-color   .color-section-title {
      font-size: 12px !important;
      height: 10px;
    }
}

/* Inner Menu Content Styles */
.color-megamenu-inner {
    text-align: center;
    padding: 0 20px;
      width: 100%;
}

/* Section Title Styles */
.color-section-title {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-size: larger;
}

/* Color Item List Styles */
.color-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

@media only screen and (max-width: 900px) {

  .color-items {
      gap: 30px;
  }
}
/* Color Item Styles */
.color-items li {
    list-style-type: none;
    text-align: center;
    font-size: smaller;
}

@media only screen and (max-width: 600px) {
 .color-items li { 
   width: 12% !important;
 }
}

.color-items li a {
    display: flex;
    flex-direction: column;
    color: black;
    text-align: center;
    align-items: center;
}

.color-items li a span {
    color: #8a2d1f;
}

.color-items li a:hover span {
    color: black;
}

.color-items img {
    border-radius: 50%;
    object-fit: cover;
    transition: all 0.15s ease-in;
}

.color-items li a:hover img {
    border: 1px gray solid;
}

/* Title for Each Color */
.color-title {
    margin-top: 8px;
    max-width: 65px;
    text-align: center;
}

/* Hover Effect on Main Button */
.color-button:hover .color-menu {
    opacity: 1;
    visibility: visible;
}


/* Hover Effect on Menu Items */
.color-items li:hover img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

  .collection-list .card__content .full-unstyled-link {
    font-weight: 600;
  }

/* COLLECTION LIST */
@media only screen and (max-width: 900px) {
 
  .collection-list .card__content .full-unstyled-link {
    font-size: 20px;
  }
}

/* COLLECTION BANNERS */

@media screen and (max-width: 749px) {
  .banner--small:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
      min-height: 15rem !important;
  }
}

/* COLLECTION CARDS */
.card__heading .button {
  margin-top: 10px;
  padding: 0.75rem;
}

@media only screen and (max-width: 900px) {
  .card-wrapper {
  padding: 0 10px;
  }
  
  .card__heading .button {
    min-height: 40px !important;
    min-width: 120px !important;
    padding: 0 !important;
  }
} 

 .rating-wrapper {
    display: flex;
   justify-content: center;
   align-items: center;
  }

  .rating-wrapper .rating-count {
    margin-left: 5px !important;
  }

@media screen and (max-width: 759px) {
  .rating-wrapper {
    margin: 8px 0 0 0;
  }
  
  .rating-stars {
    font-size: 10px !important;
  }

  .rating-stars svg {
        width: 16px;
        height: 18px;
  }

  .card__heading {
    margin-bottom:0px;
  }

  .card--standard>.card__content {
    padding: 0 1.2rem !important;
  }
}

   #product-grid .rating-stars svg {
        width: 20px !important;
    }

@media screen and (max-width: 759px) {
  #product-grid  .card__heading {
    margin-bottom:0px;
    font-size: 1.1rem;
    font-weight: bold;
  }

   #product-grid .price {
    font-size: 1.2rem;
  }

     #product-grid .rating-stars svg {
        width: 10px !important;
        height: 12px;
    }
}

/* PRODUCT */
@media screen and (max-width: 759px) {
  .product .product__title h1 {
    font-size: 1.6rem !important;
    margin-top: 1rem;
  }

  
  .product .price .badge, .product .price__container {
    margin: 0 !important;
  }

  .product__info-container>*+* {
    margin: 1rem 0 !important;
  }
}

/* PRODUCT THUMBNAILS */
.thumbnail {
  border: none;
}

/* PRODUCT BOTTOM DESCRIPTION */
.bottom-description {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 2% !important;
}
.bottom-description h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
  margin: 1rem 0rem 0rem 0rem;
   position: relative;
}

.bottom-description h2 {
  color: #8e281a;
  text-transform: uppercase;
  position: relative;
}

.bottom-description h2:after {
   max-width: 1210px;
    margin: 0 auto;
    right: 0%;
    z-index: 1000;
    border-top: 1px solid #040404;
    content: "";
    display: block;
    margin-top: -0.5px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.bottom-description h2 span {
  z-index: 99999;
  background: #f3f3f3;
  position: relative;
  padding: 2%;
  font-size: 2.45rem;
}

@media only screen and (max-width: 1000px) {
  .bottom-description h2:before {
  top: 65px;
  }
}

@media only screen and (max-width: 600px) {
  .bottom-description h2:before {
  top: 57px;
  }

  .bottom-description h2 span {
  padding: 3%;
  font-size: 2.1rem;
}

  .bottom-description h3 {
    font-size: 2rem;
  }
}

  .bottom-description .gradient {
  position: relative;
  padding: 0 10px;
}
  .bottom-description p {
  margin: 0px;
}
  .bottom-description td {
  min-width: 450px;
}

@media only screen and (max-width: 1000px) {
  .bottom-description tr {
    display: flex !important;
  }
  
  .bottom-description td {
    min-width: 100px;
    width: 100% !important;
 }
}

  .bottom-description tr {
  margin: 1rem auto;
  display: block;
}
@media only screen and (max-width: 600px) {
   .bottom-description  tr {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .bottom-description   td {
    min-width: 200px;
    width: 100% !important;
    margin: 0.5rem auto;
  }

  .bottom-description td p {
    max-width: 350px;
    word-break: break-word;
  }
}

.different_badges .wrapp_different_badges {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.different_badges .wrapp_different_badges .wrap_img {
  height: 100%;
  max-height: 55px;
  max-width: 20%;
}

.different_badges .wrapp_different_badges .wrap_img img {
  max-height: 55px;
  width: 100%;
}

@media only screen and (max-width: 600px) {
 .different_badges .wrapp_different_badges .wrap_img img {
  max-height: 45px;
   width: 100%;
 }
}

/* PRODUCT CUSTOMIZATION */
.product-options-wrapper {
  margin-top: 0 !important;
}

.product-options-wrapper h3 {
  font-weight: normal !important;
}


/*PRODUCT THUMBNAIL */
.thumbnail[aria-current] {
    opacity: 0.5;
    box-shadow: none !important;
}

/* PRODUCT BOTTOM DESCRIPTION */
.bottom-description iframe {
  width: auto;
  height: auto;
 }
}

/* PRODUCT MOBILE */
@media only screen and (max-width: 600px) {
.product .product-title {
  margin-bottom: 0 !important;
}

 .product .shopify-block-judge_me_reviews_preview_badge_a3dFzQ {
    margin: 0 !important;
  }

 .product .slider-button {
    margin: 0 !important;
  }

 
  
  }

 
  
  .product-media-modal__content img {
    width: 100% !important;
  }
}



/* JUDGE ME */
.jdgm-rev__icon::after, .jdgm-rev__buyer-badge {
    display: inline-block;
    color: #ffffff;
    background-color: #5d1708 !important;
}

/* Klaviyo form */
@media only screen and (max-width: 600px) {
  .klaviyo-form-PPJzqg {
    max-width: 300px;
    margin: 0 auto;
  }
}

/* Product Page Customizatioms */

.accordion-options .form-control {
  margin-top: 0px;
}

.accordion-options .submit-btn {
    border: 1px solid #7f3425;
    margin: 10px 10px 10px 0px !important;
  }

  
.product-option {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
}

/* Customer Account */
.customer__header {
    display: flex;
    justify-content: space-between;
}

.customer__header span {
    display: inline-flex;
    align-items: center;
}
