/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: d-dindin-bold;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
  font-family: d-dindin-bold;
  font-weight: 500;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}


/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

*:focus {
  outline: none !important;
}

section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


/* ==========================================================================
   Custom CSS
   ========================================================================== */

.logo img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.password-gate p a {
  color: #8B0000;
}

.success-message {
  background: #3DC480;
  padding: 15px;
  color: #ffffff;
  font-size: 24px;
  margin-top: 50px;
}

.error-message {
  background: #d9534f;
  padding: 15px;
  color: #ffffff;
  font-size: 24px;
  margin-top: 50px;
}

body[class*='page-template-page-bulk']{
  background:#f7efe3;
  color:#404040;
}

body[class*='page-template-page-bulk'] input.input{
  background: #fff;
  border-radius: 0;
  border:1px solid #fff;
  padding: 4px;
  font-size: 14px;

  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

body[class*='page-template-page-bulk'] input.input:focus{
  border-color:#B36B63;
}

body[class*='page-template-page-bulk'] .disclaimer{
  background:#fff
}

body[class*='page-template-page-bulk'] .product-title h2{
  font-size: 20px;
}

body[class*='page-template-page-bulk'] .tiered-pricing ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

body[class*='page-template-page-bulk'] .tiered-pricing ul li {
  margin-right: 10px;
}

body[class*='page-template-page-bulk'] .product-item:not(:last-of-type){
  padding-bottom:38px;
  border-bottom:1px solid #BDB68E;
}

body[class*='page-template-page-bulk'] .product-item.bundle{
  padding-left:30px;
  background: rgba(255,255,255,0.1)
}

body[class*='page-template-page-bulk'] .bundle .fa{
  position: absolute;
  margin-left: -32px;
  font-size: 22px;
  margin-top: 10px;
}

body[class*='page-template-page-bulk'] .product-variations label{
  font-size: 16px;
}

body[class*='page-template-page-bulk'] span.zoom {
  font-family: 'Barlow Condensed', sans-serif;
  display: block;
  color: #8B0000 !important;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1.5px;
  margin-top: 10px;
}

body[class*='page-template-page-bulk'] .field{
  width: 100%;
  padding: 10px;
  border:none;
}

body[class*='page-template-page-bulk'] .terms a {
  color: #8B0000;
}

body[class*='page-template-page-bulk'] select{
    color:#757575;
}

body[class*='page-template-page-bulk'] .purchase{
  border-radius: 0;
  border: none;
  background:#AA3E35;
  padding:20px;
  width: 100%;
  color:#E0DCC4;
  text-transform: uppercase;
  font-size: 24px;
  transition: background .3s ease;
}

body[class*='page-template-page-bulk'] .purchase:not(:disabled):hover{
  background:#84251d;
}

body[class*='page-template-page-bulk'] .category-title{
  font-size: 32px;
}

body[class*='page-template-page-bulk'] .category-desc{
  font-size: 24px;
}

.navbar{
  top: 20px;
  position: sticky;
  z-index: 1;
  padding-left:0;
  padding-right: 0;
}

.navbar .container-fluid{
  padding-left:0;
  padding-right: 0;
  
}

.navbar-nav {
  background: #f8efe3;
  justify-content: center;
  width: 100%;
  border-bottom: 3px solid #000;
  border-top: 3px solid #000;
  margin-bottom: 40px;
}

.navbar-nav .nav-link{
  font-family: 'Barlow Condensed', sans-serif;
  color:#8B0000 !important;
  padding: 10px 30px !important;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1.5px;
}

body[class*='page-template-page-bulk'] .tiered-pricing li:nth-child(n+5),
body[class*='page-template-page-bulk'] .tiered-pricing span:nth-child(n+6){
  display:none;
}

body[class*='page-template-page-bulk'] .tiered-pricing.show-tier-4 .tier-4{
  display: block;
}
body[class*='page-template-page-bulk'] .tiered-pricing.show-tier-5 .tier-5{
  display: block;
}
body[class*='page-template-page-bulk'] .tiered-pricing.show-tier-6 .tier-6{
  display: block;
}

body[class*='page-template-page-bulk'] .cart-item{
  border-bottom:1px solid #BDB68E;
}

body[class*='page-template-page-bulk'] .cart-item .remove svg{
  width:24px;
  color: red;
}


/* Password Form Styling */

.post-password-form p {
  color: #404040;
  font-size: 20px;
}

.post-password-form p label {
  font-size: 0;
  display: block;
  text-align: left;
}

.post-password-form p input {
  display: block;
  margin: 0 auto;
}

.post-password-form p input[type="password"] {
  width: 100%;
  margin: 10px 0 15px 0;
  border: none;
  background: #fff;
  border-radius: 0;
  border: 1px solid #fff;
  padding: 10px;
  font-size: 16px;

  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.post-password-form p input[type="password"]:focus {
  border-color: #B36B63;
}

.post-password-form p input[type="submit"] {
  border-radius: 0;
  border: none;
  background: #B36B63;
  padding: 20px;
  width: 100%;
  color: #E0DCC4;
  text-transform: uppercase;
  font-size: 24px;
  transition: background .3s ease;

  -webkit-transition: all 0.2s ease;/* Safari 3.2+, Chrome */
  -moz-transition: all 0.2s ease;/* Firefox 4-15 */
  -o-transition: all 0.2s ease;/* Opera 10.5-12.00 */
  transition: all 0.2s ease;/* Firefox 16+, Opera 12.50+ */
}

.post-password-form p input[type="submit"]:hover {
  background: #AA3E35;
}

.cart-icon{
  width:26px;
  position: absolute;
  right: 14px;
  top: 20px;
  color: black;
}

.cart-icon .count{
  background: red;
  min-width: 14px;
  height: 14px;
  position: absolute;
  border-radius: 7px;
  right: -5px;
  top: -2px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
  display: none;
}


/* Bulk Order Footer */

.footer-links-wrapper {
  padding: 15px 0;
  text-align: center;
  border-top: 10px solid #0086d4;
  border-bottom: 10px solid #0086d4;
  position: relative;
}

.footer-links-wrapper::before,
.footer-links-wrapper::after {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}

.footer-links-wrapper::before {
  content: '';
  top: 2px;
  bottom: 2px;
  border-top: 5px solid #053855;
  border-bottom: 5px solid #053855;
}

.footer-links-wrapper::after {
  content: '';
  top: 9px;
  bottom: 9px;
  border-top: 2px solid #c20f08;
  border-bottom: 2px solid #c20f08;
}

.footer-links-wrapper h3 {
  color: #c10a00;
  font-size: 32px;
  margin: 15px 0;
}

.footer-links-wrapper p {
  font-size: 12px;
}

.footer-links-wrapper img {
  max-width: 50px;
}

.footer-links-top,
.footer-links-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links-top a {
  display: inline-block;
  font-size: 24px;
  margin: 5px 10px;
}

.footer-links-bottom .link-wrapper {
  display: inline-block;
  position: relative;
}

.footer-links-bottom a {
  display: block;
  font-size: 18px;
  margin: 5px 30px;
}

.footer-links-bottom .link-wrapper:first-of-type::after {
  content: '';
  z-index: 100;
  background-image: url('../images/blue-star.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translate(50%, -50%);
}

.footer-thank-you {
  color: #0086d4;
  font-size: 46px;
  margin: 10px 0;
}

/*** BULK ORDERS FIXES ***/
.bulk_order_header_logo{
	background-image:url(../images/bulk_order/bg_line.png);
	background-repeat: repeat-x;
    background-position: center;
    background-size: contain;
}
.bulk_order_header img{
	max-width:100%;
}
.cover_image {
    border: 1px solid #043855;
    width: 80%;
}
.content_wrapper h3{
	text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    color: #043855;
    line-height: 110%;
    margin-top: 10px;
    letter-spacing: 1px;
    font-size: 18px;
}
@media(max-width:992px) {
	.content_wrapper h3 {
		font-size: 12px;
	}
}

#order_sheet_download a,
#order_sheet_download a:hover{
	color:#c11e24;
	text-decoration:none;
	font-family: 'TAY Birdie';
}
#order_sheet_download a h3{
	margin: 0 0 10px;
    font-size: 24px;
}
#order_sheet_download a h4{
	margin: 0;
    font-size: 22px;
}

/*** BULK ORDER PAGE ***/
.page-template-page-bulkorder img{
  max-width: 100%;
}
#bulkorder_header{
  padding: 10px 0;
}
#header_announcement{
    position:absolute;
    top: 10px;
    left:50%;
    color: #AD1E28;
    transform:translate(-50%);
}
#header_announcement a{
    color: #AD1E28;
    font-size: 19px;
    text-decoration: underline;
    font-weight: bold;
}
#footer_announcement a{
    color: #AD1E28;
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
}



#header_announcement_2{
    position:absolute;
    bottom:0;
    left:50%;
    color: #AD1E28;
    transform:translate(-50%);
    z-index:9;
}
#header_announcement_2 a{
    font-family: 'CA Smut Fill';
    color: #b02530;
    font-size: 26px;
    text-decoration:underline;
}

#bulkorder_header::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 57px;
  background: #0d587c;
  transform: translateY(-50%);
  z-index: 1;
}
#bulkorder_header::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 83px;
  border-width: 7px 0;
  border-style: solid;
  border-color: #0d587c;
  transform: translateY(-50%);
}
#bulkorder_header .container{
  position: relative;
  z-index: 2;
}
.gmp_logo{
  width: 110px;
  border: 2px solid #f7efe3;
  border-radius: 50%;
}
.ss_header_logo{
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#bulkorder_nav{
  gap: 40px;
}
#bulkorder_nav a{
  font-size: 36px;
  font-family: 'Laguna Vintage Block';
  color: #f7efe3;
  text-decoration: none;
  letter-spacing: 1px;
}

.bulkorder_hero_text_1{
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
  color: rgb(14, 88, 124);
  letter-spacing: 0.18px;
}
.bulkorder_hero_text_2{
  font-size: 32px;
  color: #C10A00;
  font-family: 'Laguna Vintage Block';
  letter-spacing: 0.18px;
  margin: 0;
}
.bulkorder_hero_text_3{
  font-size: 12px;
  color: #C10A00;
}
.dowload_catalog_wrapper{
  color:rgb(247, 239, 227);
}
.dowload_catalog_wrapper .container{
  position: relative;
  z-index: 2;
}
.dowload_catalog_wrapper::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 395px;
  border-width: 10px 0;
  border-style: solid;
  border-color: #0d587c;
  z-index: 1;
}
.dowload_catalog_wrapper::before{
  content: '';
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 360px;
  background: #0d587c;
  z-index: 1;
}
.catalog_download img{
  border:10px solid #0d587c;
}
.dowload_catalog_col_1{
  text-align: right;
  width: 350px;
  padding: 20px 20px 35px;
}
.dowload_catalog_col_2{
  text-align: center;
  width: 386px;
}
.dowload_catalog_col_3{
  text-align: left;
  width: 350px;
  padding: 20px 20px 40px;
}
.pricing_image_link{
  text-align: center;
  font-size: 40px;
  color: #f7efe3;
  font-family: 'Laguna Vintage Block';
  text-decoration: underline;
  margin: 0 4px 4px 0;
}
.manual_order_form{
  font-size: 17px;
  font-weight: 400;
  color: rgb(247, 239, 227);
  text-decoration: underline;
  line-height: 1.2;
  margin-bottom: 10px;
}
.bulkorder_hero_text_4{
  font-size: 17px;
  color: rgb(247, 239, 227);
  font-family: 'Laguna Vintage Block';
}
.dowload_catalog_col_3 p{
  font-size: 20px;
  margin: 0 0 25px 0;
  line-height: 110%;
}
.dowload_catalog_col_3 p:last-child{
  margin-bottom: 0;
}
.dowload_catalog_col_3 p a{
  color: #f7efe3;
  text-decoration: underline;
}
.sales_service_title{
  text-transform: uppercase;
  font-size: 20px;
}
.bulkorder_hero_text_5{
  text-align: right;
}
.bulkorder_hero_text_5,
.bulkorder_hero_text_6{
  font-size: 13px;
  color: rgb(193, 10, 0);
  letter-spacing: 0.13px;
}
.bulkorder_hero_text_6 a{
  color: rgb(193, 10, 0);
  text-decoration: underline;
}
.catalog_download_link{
  font-size: 30px;
  color: rgb(193, 10, 0);
  text-decoration: underline;
  font-family: 'Laguna Vintage Block';
}
.contact_cols .col{
  width: 20%;
}

.footer_catalog{
  padding-top:90px;
}
.footer_catalog img{
  width: 176px;
  border: 7px solid rgb(14, 88, 124);
}
.footer_catalog_title,
.footer_catalog_title:hover{
  font-size: 32px;
  color: rgb(5, 56, 85);
  margin: 10px 0 0 0;
  font-weight: 500;
  text-decoration: none;
}
.footer_catalog_subtitle,
.footer_catalog_subtitle:hover{
  font-size: 20px;
  color:#C10A00;
  margin: 0;
  font-weight: bold;
  text-decoration: none;
  font-family: 'Laguna Vintage Block';
}
.footer_pill_wrapper{
  background: #0d587c;
  padding: 5px 0;
  margin-top: 20px;
}
.footer_pill_wrapper .container{
  max-width: 1450px;
}
.footer_pill{
  background: #f7efe3;
  border-radius: 999px;
  padding: 5px 30px;
}
.footer_text_1{
  font-size: 13px;
  color: rgb(14, 88, 124);
  letter-spacing: 0.15px;
}
.footer_text_2{
  margin: 5px 0;
  font-size: 42px;
  font-family: 'Laguna Vintage Con';
  color: #043955;
  font-weight: bold;
}
.instagram_image a{
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0d587c;
  border-radius: 50%;
}
.instagram_image img{
  width: 35px;
}
.footer_text_3{
  font-size: 13px;
  display: block;
  text-align: center;
}
.footer_text_3,
.footer_text_3 a{
  color: rgb(14, 88, 124);
}
.instagram_image{
  text-align: center;
  margin-bottom: 10px;
}
.contact_title{
  color: #C10A00;
  font-size: 22px;
  font-family: 'Laguna Vintage Con';
}

.footer_col_1, .footer_col_2, .footer_col_3, .footer_col_4, .footer_col_5 {
  width: 20%;
}
.footer_col_2 p,
.footer_col_3 p,
.footer_col_4 p{
  margin: 5px 0;
  font-size: 14px;
}
.footer_col_2 p:last-child,
.footer_col_3 p:last-child,
.footer_col_4 p:last-child{
  margin-bottom: 0;
}
.footer_col_3{
  text-align: center;
}
.footer_col_4{
  text-align: right;
}
.footer_col_2 p a,
.footer_col_3 p a,
.footer_col_4 p a{
  color: #043955;
  text-decoration: underline;
}
.youtube_image{
  margin-top:15px;
}
.youtube_image img{
  width: 150px;
}
.footer_text_4{
  display: block;
  text-align: center;
  font-size: 13px;
  color: rgb(14, 88, 124);
  margin-top: 10px;
}
.footer_gmp_image{
  text-align: center;
}
.footer_gmp_image img{
  width: 75px;
}
.footer_text_5{
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
  color: rgb(14, 88, 124);
  letter-spacing: 0.2px;
}
.footer_terms{
  padding: 20px 0;
}
.footer_text_6{
  font-family: 'Laguna Vintage Block';
  font-size: 16px;
  color: #043955;
  text-decoration: underline;
}
.footer_text_7{
  font-family: 'Laguna Vintage Block';
  font-size: 16px;
  color: #C10A00;
}
.footer_text_9 p{
  font-size: 13px;
}
.footer_text_8{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
}
.footer_text_9 a{
  color: #C10A00;
  text-decoration: underline;
  font-size: 18px;
}

#menu_trigger_wrapper{
  width: 60px;
  height: 60px;
  background: #f7efe3;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}
#menu_trigger{
  position: relative;
  width: 25px;
  height: 16px;
  cursor: pointer;
}
#menu_trigger::after{
  content: '';
  position: absolute;
  top:calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background:currentColor;
  transition:all 0.5s;
}
.menu_open #menu_trigger::after{
  transform: translateX(100%);
  opacity: 0;
}
#menu_trigger i{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
#menu_trigger i::before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 2px;
  background:currentColor;
  transition:all 0.5s;
}
.menu_open #menu_trigger i::before{
  transform: translate(0px, 5px) rotate(45deg);
}
#menu_trigger i::after{
  content: '';
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  height: 2px;
  background:currentColor;
  transition:all 0.5s;
}
.menu_open #menu_trigger i::after{
  transform: translate(0px, -8px) rotate(-45deg);
}

#mobile_menu_wrapper{
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 60px);
  height: 100%;
  background: #043955;
  color:#f4ebe1;
  z-index: 1000;
  transition:all 0.5s;
  transform: translateX(-100%);
}
.menu_open #mobile_menu_wrapper{
  transform: translateX(0);
}
#bulkorder_nav_mobile{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 20px;
  font-size: 25px;
  gap: 10px;
}
#bulkorder_nav_mobile a{
  color: #f4ebe1;
  text-decoration: none;
}
#mobile_menu_close{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.admin-bar #mobile_menu_close{
  top: 70px;
}
#mobile_menu_close::before,
#mobile_menu_close::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background:#f4ebe1;
  transform: translate(-50%, -50%) rotate(45deg);
}
#mobile_menu_close::after{
  transform: translate(-50%, -50%) rotate(-45deg);
}

.youtube_image_mobile{
  display: none;
}

.product-variations{
    gap:20px;
    justify-content:center;
}
.row.product-title {
    text-align: center;
}

@media(max-width:992px) {
  #bulkorder_header::before {
    height: 100px;
  }
  #bulkorder_header::after {
    height: 110px;
    border-width: 3px 0;
  }
  #bulkorder_header {
    margin-top: 55px;
  }
  .ss_header_logo{
    display: none;
  }
  .ss_header_logo_wrapper{
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
  }
  .bulkorder_hero_text_1 {
    font-size: 13px;
  }
  .bulkorder_hero_text_2 {
    font-size: 23px;
  }
  .dowload_catalog_col_1,
  .dowload_catalog_col_2,
  .dowload_catalog_col_3{
    width: 100%;
    text-align: center;
  }
  .dowload_catalog_wrapper_grid{
    flex-direction: column;
  }
  .footer_pill {
    border-radius: 20px;
  }
  .footer_text_2 {
    font-size: 30px;
  }
  .contact_cols .col{
    width: 100%;
    text-align: center;
  }
  .footer_logo_2{
    margin-top: 20px;
    text-align: center;
  }
  .footer_logo_wrapper{
    text-align: center;
    margin-bottom: 20px;
  }
  .dowload_catalog_wrapper{
    background: #0d587c;
  }
  .bulkorder_hero_text_5{
    margin-top: 20px;
  }
  .bulkorder_hero_text_5,
  .catalog_download_link,
  .bulkorder_hero_text_6{
    text-align: center;
  }
  .gmp_logo {
    width: 105px;
  }
  .footer_col_1{
    order: 1;
  }
  .footer_col_5{
    order: 2;
  }
  .youtube_image{
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media(max-width:600px) {
  .footer_col_1, .footer_col_2, .footer_col_3, .footer_col_4, .footer_col_5 {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    margin: 20px 0;
  }
  .youtube_image{
    display: none;
  }
  .youtube_image_mobile{
    display: block;
    margin-top: 30px;
  } 
}

.video_link h2{
    font-family: 'CA Smut Fill';
    color: #b02530;
    font-size: 45px;
}
.video_link a:hover{
    text-decoration:none;
}
@media(max-width:600px) {
  .video_link h2{
        font-size: 30px;
    }
}
