/*           
******************************************************************************************************************                                  
                                     88              88           88                         
                                     ""              88           88                         
                                                     88           88                         
8b       d8  ,adPPYYba,  8b,dPPYba,  88  ,adPPYYba,  88,dPPYba,   88   ,adPPYba,  ,adPPYba,  
`8b     d8'  ""     `Y8  88P'   "Y8  88  ""     `Y8  88P'    "8a  88  a8P_____88  I8[    ""  
 `8b   d8'   ,adPPPPP88  88          88  ,adPPPPP88  88       d8  88  8PP"""""""   `"Y8ba,   
  `8b,d8'    88,    ,88  88          88  88,    ,88  88b,   ,a8"  88  "8b,   ,aa  aa    ]8I  
    "8"      `"8bbdP"Y8  88          88  `"8bbdP"Y8  8Y"Ybbd8"'   88   `"Ybbd8"'  `"YbbdP"

******************************************************************************************************************
*/
/* Colours */
/*Colours for buttons/headings etc*/
/* Fonts */
/*Container sizes*/
/**
 * woocommerce-smallscreen.scss
 * Optimises the default WooCommerce frontend layout when viewed on smaller screens.
 */
/**
 * Imports
 */
/**
 * Style begins
 */
@media (max-width: 767px) {
  .woocommerce,
.woocommerce-page {
    /**
     * General layout
     */
    /**
     * Products
     */
    /**
     * Product Details
     */
    /**
     * Cart
     */
    /**
     * Checkout
     */
    /**
     * Account
     */
  }
  .woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody,
.woocommerce-page table.shop_table_responsive tbody {
    border-bottom: 1px solid #e8e8e8;
  }
  .woocommerce table.shop_table_responsive tbody th,
.woocommerce-page table.shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody td,
.woocommerce-page table.shop_table_responsive tbody td {
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-top-width: 0;
  }
  .woocommerce table.shop_table_responsive tbody td:first-child,
.woocommerce-page table.shop_table_responsive tbody td:first-child {
    border-top-width: 1px;
    padding-left: 10px !important;
  }
  .woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
    display: block;
    position: relative;
  }
  .woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
    display: block;
    /*&::before {
    	content: attr(data-title) ': ';
    	font-weight: 700;
    	float: left;
    }*/
  }
  .woocommerce table.shop_table_responsive tr td.order-actions,
.woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td.product-subtotal,
.woocommerce-page table.shop_table_responsive tr td.product-subtotal {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove,
.woocommerce-page table.shop_table_responsive tr td.product-remove {
    position: absolute;
    top: 10px;
    right: 0;
    border-left-width: 0;
  }
  .woocommerce table.shop_table_responsive tr td.actions,
.woocommerce-page table.shop_table_responsive tr td.actions {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce table.shop_table_responsive tr td.actions::before,
.woocommerce-page table.shop_table_responsive tr td.product-remove::before,
.woocommerce-page table.shop_table_responsive tr td.actions::before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr.component_container_table_item td:first-child,
.woocommerce-page table.shop_table_responsive tr.component_container_table_item td:first-child {
    border-top: 5px solid #e8e8e8;
  }
  .woocommerce table.my_account_orders tr td.order-actions,
.woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left;
  }
  .woocommerce table.my_account_orders tr td.order-actions::before,
.woocommerce-page table.my_account_orders tr td.order-actions::before {
    display: none;
  }
  .woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: 0.125em 0.25em 0.125em 0;
  }
  .woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100% !important;
  }
  .woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    margin-left: 0 !important;
  }
  .woocommerce ul.products li.product, .woocommerce[class*=columns-] ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page[class*=columns-] ul.products li.product {
    width: 50%;
  }
  .woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page #content div.product div.summary {
    float: none;
    width: 100%;
  }
  .woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
    text-align: left;
  }
  .woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
    float: none;
    padding-bottom: 0.5em;
  }
  .woocommerce table.cart td.actions .coupon::after,
.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::after,
.woocommerce-page #content table.cart td.actions .coupon::after {
    clear: both;
    content: "";
    display: block;
  }
  .woocommerce table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 48%;
    box-sizing: border-box;
  }
  .woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
    margin-right: 4%;
  }
  .woocommerce table.cart td.actions .coupon .input-text + .button,
.woocommerce table.cart td.actions .coupon .button.alt,
.woocommerce #content table.cart td.actions .coupon .input-text + .button,
.woocommerce #content table.cart td.actions .coupon .button.alt,
.woocommerce-page table.cart td.actions .coupon .input-text + .button,
.woocommerce-page table.cart td.actions .coupon .button.alt,
.woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
.woocommerce-page #content table.cart td.actions .coupon .button.alt {
    float: right;
  }
  .woocommerce table.cart td.actions .button,
.woocommerce #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button {
    display: block;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: none;
    text-align: left;
  }
  .woocommerce.woocommerce-checkout form.login .form-row,
.woocommerce-page.woocommerce-checkout form.login .form-row {
    width: 100%;
    float: none;
  }
  .woocommerce #payment .terms,
.woocommerce-page #payment .terms {
    text-align: left;
    padding: 0;
  }
  .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em;
  }
  .woocommerce .lost_reset_password .form-row-first,
.woocommerce .lost_reset_password .form-row-last,
.woocommerce-page .lost_reset_password .form-row-first,
.woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woo ul.products li {
    width: 33.33%;
  }
  .woo .related.products ul.products li {
    width: 25%;
  }
}
/*
******************************************************************************************************************
=content

8b      db      d8   ,adPPYba,    ,adPPYba,   
`8b    d88b    d8'  a8"     "8a  a8"     "8a  
 `8b  d8'`8b  d8'   8b       d8  8b       d8  
  `8bd8'  `8bd8'    "8a,   ,a8"  "8a,   ,a8"  
    YP      YP       `"YbbdP"'    `"YbbdP"                                                                       

******************************************************************************************************************
*/
/*Global things*/
.quantity {
  display: flex !important;
  margin-right: 10px;
  margin-bottom: 20px;
}
.quantity input[type=number] {
  width: 50px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  -moz-appearance: textfield;
  height: 30px;
  color: #9F0001;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
  margin: 0;
}
.quantity input[type=button] {
  width: 32px;
  height: 30px;
  outline: none;
  padding: 0;
  color: #c59191;
}
.quantity input[type=button]:hover {
  background-color: #9F0001;
  color: white;
}
.quantity .minus {
  border-right: 0;
}
.quantity .plus {
  border-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .quantity input[type=button] {
    padding: 5px 10px;
    width: 35px;
  }
}

.screen-reader-text {
  display: none;
}

/*Single product*/
.single-product #content_wrapper {
  padding-top: 0;
}

.single-product #product_wrapper {
  /*Woo product gallery*/
  /*End product tabs*/
  /*End reviews*/
}
.single-product #product_wrapper .image_col_inner {
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
  max-width: 100%;
}
.single-product #product_wrapper .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 3px;
  display: block;
}
.single-product #product_wrapper .woocommerce-product-gallery .flex-viewport img {
  width: 100%;
}
.single-product #product_wrapper .woocommerce-product-gallery ol {
  list-style: none;
  padding: 0;
  margin-right: -3px;
  display: block;
}
.single-product #product_wrapper .woocommerce-product-gallery ol::after {
  clear: both;
  content: "";
  display: block;
}
.single-product #product_wrapper .woocommerce-product-gallery li {
  display: block;
  float: left;
  width: 25%;
  padding-right: 3px;
  padding-bottom: 3px;
  cursor: pointer;
}
.single-product #product_wrapper h1.product_title {
  font-size: 40px;
  font-weight: bold;
  color: white;
}
.single-product #product_wrapper .price {
  font-size: 35px;
  font-weight: bold;
}
.single-product #product_wrapper .price del {
  color: #aaa;
  font-weight: normal;
  font-size: 13px;
}
.single-product #product_wrapper .price ins {
  text-decoration: none;
}
.single-product #product_wrapper .price .product_display_label {
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  margin-left: 20px;
}
.single-product #product_wrapper .description ul li {
  margin-bottom: 10px;
}
.single-product #product_wrapper .qty_label {
  float: left;
}
.single-product #product_wrapper .qty_label,
.single-product #product_wrapper td.label {
  width: 10%;
  padding: 12px 0;
  vertical-align: top;
  font-weight: bold;
}
.single-product #product_wrapper table.variations {
  width: 100%;
}
.single-product #product_wrapper table.variations td {
  display: block;
  padding: 0 0 5px 0;
  width: 100%;
}
.single-product #product_wrapper .variations select {
  margin-bottom: 5px;
}
.single-product #product_wrapper .reset_variations {
  float: right;
}
.single-product #product_wrapper .woocommerce-variation-price {
  border-top: 1px solid #c59191;
  border-bottom: 1px solid #c59191;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.single-product #product_wrapper .woocommerce-variation-price .price {
  border-bottom: 0;
}
.single-product #product_wrapper .group_table td {
  padding-bottom: 20px;
  padding-top: 10px;
}
.single-product #product_wrapper .group_table td:first-child {
  width: 30%;
}
.single-product #product_wrapper .group_table td:first-child .qty_label,
.single-product #product_wrapper .group_table td:first-child .quantity {
  width: 40%;
}
.single-product #product_wrapper .group_table td:nth-child(2) {
  width: 40%;
}
.single-product #product_wrapper .group_table .qty_label {
  padding: 0;
}
.single-product #product_wrapper .group_table .price {
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 12px;
  text-align: right;
}
.single-product #product_wrapper .group_table .price del {
  display: none;
}
.single-product #product_wrapper .group_table .button,
.single-product #product_wrapper .group_table input {
  font-size: 10px;
  padding: 5px;
}
.single-product #product_wrapper .product-type-external .cart {
  padding-top: 10px;
  padding-bottom: 25px;
}
.single-product #product_wrapper .out-of-stock {
  font-weight: bold;
}
.single-product #product_wrapper .product_meta .sku_wrapper,
.single-product #product_wrapper .product_meta .posted_in,
.single-product #product_wrapper .product_meta .tagged_as {
  display: block;
}
.single-product #product_wrapper .meta_label {
  font-weight: bold;
}
.single-product #product_wrapper form {
  margin-bottom: 15px;
  position: static !important;
}
.single-product #product_wrapper .dietary_icons {
  margin-top: 30px;
}
.single-product #product_wrapper .dietary_icons .icon {
  display: inline-block;
  margin-right: 35px;
  text-align: center;
}
.single-product #product_wrapper .dietary_icons .icon span {
  display: block;
  text-align: center;
  margin-top: 5px;
}
.single-product #product_wrapper .woocommerce-tabs ul.tabs {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.single-product #product_wrapper .woocommerce-tabs ul.tabs li {
  display: inline-block;
  margin-right: -4px;
  margin-bottom: -1px;
}
.single-product #product_wrapper .woocommerce-tabs li a {
  display: inline-block;
  padding: 10px;
  border: 1px solid #c59191;
  color: #1A1A1A;
}
.single-product #product_wrapper .woocommerce-tabs li.active a {
  background: #f7f7f7;
  border-bottom-color: #c59191;
}
.single-product #product_wrapper .woocommerce-tabs .woocommerce-Tabs-panel {
  background: #f7f7f7;
  padding: 15px;
  border: 1px solid #c59191;
}
.single-product #product_wrapper .woocommerce-tabs th {
  vertical-align: top;
  min-width: 120px;
}
.single-product #product_wrapper .woocommerce-Reviews {
  /* End stars */
}
.single-product #product_wrapper .woocommerce-Reviews ol {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.single-product #product_wrapper .woocommerce-Reviews .avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
}
.single-product #product_wrapper .woocommerce-Reviews .comment_container {
  position: relative;
  margin-bottom: 10px;
}
.single-product #product_wrapper .woocommerce-Reviews .comment_container:after {
  content: "";
  display: table;
  clear: both;
}
.single-product #product_wrapper .woocommerce-Reviews .comment-text {
  border: 1px solid #c59191;
  float: left;
  margin-left: 40px;
  width: calc(100% - 40px);
  padding: 10px;
}
.single-product #product_wrapper .woocommerce-Reviews .description {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-product #product_wrapper .woocommerce-Reviews .star-rating {
  float: right;
  position: relative;
  color: transparent;
  font-size: 14px;
  width: 65px;
}
.single-product #product_wrapper .woocommerce-Reviews .star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #FF9800;
  position: absolute;
  left: 0;
}
.single-product #product_wrapper .woocommerce-Reviews .star-rating span {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
}
.single-product #product_wrapper .woocommerce-Reviews .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #FF9800;
}
.single-product #product_wrapper .woocommerce-Reviews .meta {
  font-size: 0.85em;
}
.single-product #product_wrapper .woocommerce-Reviews .meta .woocommerce-review__dash {
  display: inline-block;
  margin: 0 2px;
}
.single-product #product_wrapper .woocommerce-Reviews #reply-title {
  font-weight: bold;
}
.single-product #product_wrapper .woocommerce-Reviews .stars {
  width: 70px;
}
.single-product #product_wrapper .woocommerce-Reviews .stars a {
  width: 1em;
  font-size: 14px;
  overflow: hidden;
  color: transparent;
  display: inline-block;
}
.single-product #product_wrapper .woocommerce-Reviews .stars a:before {
  content: "\f006";
  font-family: "Font Awesome 5 Free";
  color: #FF9800;
}
.single-product #product_wrapper .woocommerce-Reviews .stars:hover a:before {
  content: "\f005";
}
.single-product #product_wrapper .woocommerce-Reviews .stars a:hover ~ :before {
  content: "\f006";
}
.single-product #product_wrapper .woocommerce-Reviews .stars.selected a:before {
  content: "\f006";
}
.single-product #product_wrapper .woocommerce-Reviews .stars.selected a.active:before {
  content: "\f005";
}
.single-product #product_wrapper .woocommerce-Reviews .stars.selected a:not(.active):before {
  content: "\f005";
}
.single-product #product_wrapper .woocommerce-Reviews .stars.selected a.active ~ a:before {
  content: "\f006";
}
@media (max-width: 767px) {
  .single-product #product_wrapper .image_col .image_col_inner {
    margin-top: 15px;
  }
  .single-product #product_wrapper .dietary_icons .icon {
    font-size: 13px;
  }
  .single-product #product_wrapper .dietary_icons .icon img {
    width: 40px;
  }
  .single-product #product_wrapper .dietary_icons .icon:last-child {
    margin-right: 0;
  }
}
@media (max-width: 359px) {
  .single-product #product_wrapper .price .product_display_label {
    display: block;
    margin-left: 0;
  }
}

/*End product wrapper */
.single-product #product_wrapper .composite_component h2.component_title {
  color: #9F0001;
  font-size: 20px;
  margin-bottom: 5px;
}
.single-product #product_wrapper .composite_component .bundled_product_title {
  font-weight: normal;
  text-transform: none;
  color: #9F0001;
  font-size: 18px;
}
.single-product #product_wrapper .composite_component .bundled_item_required {
  padding-left: 30px;
  position: relative;
}
.single-product #product_wrapper .composite_component .bundled_item_required:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  height: 14px;
  width: 14px;
  background-image: url(../../img/icons/tick.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.single-product #product_wrapper .composite_component .component_description {
  color: #989898;
  margin-bottom: 5px;
}
.single-product #product_wrapper .composite_component .component_data > p:first-child {
  color: #989898;
  margin-bottom: 20px;
}
.single-product #product_wrapper .composite_component .bundled_product {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 10px;
}
.single-product #product_wrapper .composite_component .details .bundled_item_optional {
  padding-left: 30px;
  position: relative;
}
.single-product #product_wrapper .composite_component .details .bundled_item_optional .bundled_product_optional_checkbox {
  color: transparent;
  position: absolute;
  top: -2px;
  left: 0;
}
.single-product #product_wrapper .composite_component .bundle_form {
  margin-left: 0 !important;
}
.single-product #product_wrapper .composite_component .bundled_item_cart_details {
  display: none;
}
.single-product #product_wrapper .composite_component .radio_button_input {
  padding-top: 0;
  padding-bottom: 0;
}
.single-product #product_wrapper .composite_component .radio_button_title {
  margin: 3px 0;
}
.single-product #product_wrapper .composite_component .clear_component_options_wrapper {
  display: none;
}
.single-product #product_wrapper .composite_component.options-style-radios .component_section_title {
  display: none;
}

.single-product .product_option_wrap {
  min-height: 900px;
}
.single-product .product_option_wrap > .row {
  position: relative;
}
.single-product .product_option_wrap > .row > div,
.single-product .product_option_wrap form {
  position: static;
}
.single-product .product_option_wrap .composite_component.last,
.single-product .product_option_wrap .composite_data {
  position: absolute;
  right: 30px;
  width: 33.33%;
  width: calc(33.33% - 40px);
}
.single-product .product_option_wrap .composite_component.last {
  top: 130px;
}
.single-product .product_option_wrap .composite_component.last .component_title_wrapper {
  display: none;
}
.single-product .product_option_wrap .composite_component.last label {
  font-weight: bold;
}
.single-product .product_option_wrap .composite_component.last #product-addons-total {
  display: none !important;
}
.single-product .product_option_wrap .composite_component.last .wc-pao-addon-additional-requirements {
  display: none;
}
.single-product .product_option_wrap textarea {
  height: 50px;
}
.single-product .product_option_wrap .composite_data {
  position: absolute;
  top: 410px;
  bottom: 50px;
}
.single-product .product_option_wrap .composite_data > .composite_wrap {
  position: sticky;
  top: 130px;
}
.single-product .product_option_wrap .composite_data .validation_message ul {
  padding-left: 0;
}
.single-product .product_option_wrap .composite_data .msg-content {
  color: #989898;
}
.single-product .product_option_wrap .composite_data .msg-content .bundled_items_selection_status {
  display: block;
  float: none;
  width: 100%;
  padding-left: 0;
}
@media (max-width: 767px) {
  .single-product .product_option_wrap .composite_component.last,
.single-product .product_option_wrap .composite_data {
    position: relative;
    right: unset;
    width: 100%;
    top: unset;
  }
  .single-product .product_option_wrap .your_party {
    padding-left: 0;
  }
}

.single-product #product_wrapper .product_cat-platters .composite_data {
  top: 220px;
}
@media (max-width: 767px) {
  .single-product #product_wrapper .product_cat-platters .composite_data {
    top: unset;
  }
}

/*Woo photoswipe lightbox*/
.pswp .pswp__button:hover {
  background-color: transparent;
}

/*Related products and upsells*/
.related_upsells {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f7f7f7;
  text-align: center;
}
.related_upsells section > h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 35px;
}

.woo .onsale {
  position: absolute;
  z-index: 3;
  background: #9F0001;
  color: white;
  font-size: 11px;
  padding: 5px;
  line-height: 1;
  width: 45px;
  text-align: center;
  top: 5px;
  left: -5px;
  letter-spacing: 0.5px;
  font-weight: bold;
}

/*Archives, related products etc*/
ul.products {
  padding: 0;
  list-style: none;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  margin-right: -40px;
  text-align: center;
  padding-top: 15px;
}
ul.products li {
  width: 33.33%;
  display: flex;
  padding-right: 40px;
  margin-bottom: 40px;
}
ul.products .product_inner {
  position: relative;
  padding-bottom: 20px;
  width: 100%; /*IE bug fix*/
}
ul.products .product_inner img {
  align-self: center;
  flex-shrink: 0; /*IE bug fix*/
  width: 100%;
}
ul.products .product_inner h2 {
  text-transform: uppercase;
  font-size: 35px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  margin-top: 0;
  font-weight: bold;
  min-height: 2.2em;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.products .product_inner .short_description {
  color: white;
  padding: 0 30px;
  margin-bottom: 15px;
}
ul.products .product_inner .price {
  font-weight: bold;
  font-size: 35px;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  color: white;
}
ul.products .product_inner .price del {
  color: #aaa;
  font-size: 0.8em;
}
ul.products .product_inner .product_display_label {
  color: white;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  ul.products .product_inner h2 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  ul.products .product_inner h2 {
    font-size: 23px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.products .product_inner h2 {
    font-size: 27px;
    padding-left: 0;
    padding-right: 0;
  }
  ul.products li {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  ul.products .product_inner h2 {
    font-size: 27px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  ul.products li {
    width: 100% !important;
  }
}

.woocommerce-pagination {
  border-top: 1px solid #c59191;
  padding-top: 15px;
  text-align: center;
}
.woocommerce-pagination ul {
  padding: 0;
  list-style: none;
  font-size: 0;
}
.woocommerce-pagination li {
  display: inline-block;
}
.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers {
  width: 30px;
  font-size: 11px;
  display: inline-block;
  background: white;
  border: 1px solid #c59191;
  color: #9F0001;
  margin: 0 3px;
  font-weight: bold;
  padding: 6px 0;
}
.woocommerce-pagination a.page-numbers:hover {
  background: #E0112A;
  border-color: #E0112A;
  color: white;
}
.woocommerce-pagination span.page-numbers.current {
  color: #c8c8c8;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 20px;
  background: #f7f7f7;
  margin-bottom: 25px;
  list-style: none;
  border-top: 3px solid #c59191;
  color: #1A1A1A !important;
}
.woocommerce-error strong,
.woocommerce-info strong,
.woocommerce-message strong {
  color: inherit !important;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right;
}
@media (max-width: 767px) {
  .woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    width: 100%;
    margin-top: 10px;
    order: 2;
    text-align: center;
  }
}

.woocommerce-error {
  border-top-color: #F44336;
}

.woocommerce-message {
  border-top: none;
}

.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before,
#customer_details:before,
#customer_details:after {
  content: " ";
  display: table;
  clear: both;
}

#woo_sidebar_wrapper .widget {
  margin-bottom: 15px;
  border: 1px solid #c59191;
  padding: 15px;
}
#woo_sidebar_wrapper h3 {
  font-size: 18px;
  font-weight: bold;
}
#woo_sidebar_wrapper input {
  box-sizing: border-box;
}
#woo_sidebar_wrapper .widget_shopping_cart_content ul {
  padding: 0;
  list-style: none;
}
#woo_sidebar_wrapper .widget_shopping_cart_content li {
  margin-bottom: 10px;
  border-bottom: 1px solid #c59191;
  padding-bottom: 10px;
}
#woo_sidebar_wrapper .widget_shopping_cart_content img {
  width: 30px;
  float: right;
}
#woo_sidebar_wrapper .widget_shopping_cart_content a {
  color: #1A1A1A;
  font-weight: bold;
}
#woo_sidebar_wrapper .widget_shopping_cart_content a.remove {
  color: #F44336;
  padding: 0;
  display: inline-block;
  width: 15px;
}
#woo_sidebar_wrapper .widget_shopping_cart_content .quantity {
  display: block;
  font-size: 11px;
  padding-left: 20px;
}
#woo_sidebar_wrapper .widget_shopping_cart_content .total {
  margin-top: 15px;
  margin-bottom: 15px;
}
#woo_sidebar_wrapper .widget_shopping_cart_content dl.variation {
  font-size: 10px;
  padding-left: 20px;
  margin-bottom: 5px;
}
#woo_sidebar_wrapper .widget_shopping_cart_content .button {
  padding: 5px;
  font-size: 13px;
  margin-right: 5px;
  border: 1px solid #c59191;
  background: white;
}
#woo_sidebar_wrapper .widget_shopping_cart_content .button:hover {
  background: #9F0001;
  border-color: #9F0001;
  color: white;
}
#woo_sidebar_wrapper .product-categories {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

/*Shop page and category/tag pages*/
.archive .woocommerce-ordering {
  width: 200px;
  position: absolute;
  top: 0;
  right: 15px;
}
.archive .woocommerce-products-header {
  display: flex;
  margin-bottom: 60px;
}
.archive .term-description {
  width: 66.6%;
}
.archive .term-description a {
  color: #EABA4F !important;
}
.archive .term-description a:hover {
  color: #E0112A !important;
}
.archive .term-description-button {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .archive .woocommerce-products-header {
    flex-wrap: wrap;
  }
  .archive .term-description {
    width: 100%;
    text-align: center;
  }
  .archive .term-description-button {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}

/*Cart page*/
.woocommerce-cart .cart-empty {
  margin-bottom: 30px;
}

.ui-datepicker {
  font-size: 14px;
}
.ui-datepicker select {
  padding: 2px;
  height: initial;
}

/*Tables*/
.shop_table {
  width: 100%;
  margin-bottom: 35px;
}
.shop_table th,
.shop_table td {
  padding: 10px 5px;
  border-top: 1px solid #c59191;
  border-bottom: 1px solid #c59191;
  vertical-align: top;
}
.shop_table th:first-child,
.shop_table td:first-child {
  border-left: 1px solid #c59191;
  padding-left: 10px;
}
.shop_table th:last-child,
.shop_table td:last-child {
  border-right: 1px solid #c59191;
}
.shop_table img {
  width: 50px;
}
.shop_table .coupon {
  float: left;
}
.shop_table .actions {
  text-align: right;
}
.shop_table input[type=text] {
  width: 150px;
}
.shop_table input[type=number] {
  width: 70px;
}
.shop_table .product-remove {
  text-align: center;
  font-size: 16px;
}
.shop_table td.product-thumbnail {
  width: 80px;
}
.shop_table .component_table_item td {
  padding-top: 10px !important;
}
.shop_table .component_table_item td .component dd {
  display: none;
}
.shop_table .component_table_item .product-name p {
  margin-bottom: 0;
}
.shop_table .component_table_item .product-quantity,
.shop_table .bundled_table_item .product-quantity {
  color: transparent;
}
@media (max-width: 767px) {
  .shop_table .coupon {
    display: flex;
  }
  .shop_table .coupon label {
    display: none;
  }
}

body.woocommerce-checkout .checkout_coupon {
  text-align: right;
}
body.woocommerce-checkout .checkout_coupon .form-row-first {
  width: 250px;
  max-width: 48%;
  float: left;
}
body.woocommerce-checkout .checkout_coupon .form-row-first {
  width: 250px;
}
body.woocommerce-checkout form.checkout {
  margin-top: 25px;
}
body.woocommerce-checkout .bundled_table_item_indent:before {
  content: " - ";
}
body.woocommerce-checkout .missing_something strong {
  color: #9F0001;
}
body.woocommerce-checkout .missing_something .button {
  margin-right: 15px;
  margin-bottom: 5px;
}
body.woocommerce-checkout .form-row-first,
body.woocommerce-checkout .form-row-last {
  width: 48%;
  margin-right: 2%;
  float: left;
}
body.woocommerce-checkout .form-row-last {
  margin-left: 2%;
  margin-right: 0;
  float: left;
}
body.woocommerce-checkout .form-row-wide {
  clear: both;
}
body.woocommerce-checkout abbr.required {
  cursor: default;
  border: 0;
  text-decoration: none;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-link {
  text-decoration: underline;
}
body.woocommerce-checkout #customer_details {
  margin-bottom: 25px;
}
body.woocommerce-checkout #customer_details .col-1 {
  width: 50%;
  float: left;
}
body.woocommerce-checkout #customer_details .col-2 {
  width: 48%;
  margin-left: 2%;
  float: left;
}
body.woocommerce-checkout label {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
body.woocommerce-checkout .form-row {
  margin-bottom: 15px;
}
body.woocommerce-checkout .woocommerce-invalid label {
  color: #F44336;
}
body.woocommerce-checkout #payment {
  background: #f7f7f7;
  padding: 20px 15px;
}
body.woocommerce-checkout #payment ul {
  padding: 0;
  list-style: none;
}
body.woocommerce-checkout #payment .about_paypal {
  margin-left: 10px;
}
body.woocommerce-checkout #payment .place-order {
  text-align: right;
  border-top: 1px solid #c59191;
  padding-top: 15px;
}
body.woocommerce-checkout #payment label {
  margin-left: 10px;
}
body.woocommerce-checkout #content_inner > .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-checkout .cart-pdf-button {
  color: white !important;
  padding: 0;
  background: transparent !important;
  margin-bottom: 30px;
}
body.woocommerce-checkout #content_inner > .woocommerce > .woocommerce {
  width: 50%;
  padding-right: 50px;
  color: #9F0001;
}
body.woocommerce-checkout #content_inner > .woocommerce > .woocommerce h3 {
  color: #9F0001;
}
body.woocommerce-checkout #content_inner > .woocommerce > .woocommerce .disclaimer {
  font-weight: bold;
  margin-bottom: 20px;
}
body.woocommerce-checkout #content_inner form.checkout {
  width: 50%;
  padding-left: 50px;
}
body.woocommerce-checkout #content_inner form.checkout .col-1 {
  width: 100%;
}
body.woocommerce-checkout #content_inner form.checkout .col-2 {
  display: none;
}
body.woocommerce-checkout #billing_country_field {
  display: none;
}
body.woocommerce-checkout .woocommerce-notices-wrapper {
  width: 100%;
  display: none;
}
body.woocommerce-checkout .woocommerce-notices-wrapper:first-child {
  display: block;
}
body.woocommerce-checkout #content_wrapper {
  position: relative;
}
body.woocommerce-checkout #content_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background: #9F0001;
  display: block;
  z-index: -1;
}
body.woocommerce-checkout.woocommerce-order-received #content_wrapper:before {
  display: none;
}
body.woocommerce-checkout .woocommerce-notices-wrapper {
  padding-right: calc(50% + 50px);
}
body.woocommerce-checkout #payment {
  background: transparent;
  padding: 0;
}
body.woocommerce-checkout #payment .place-order {
  text-align: left;
}
body.woocommerce-checkout #payment button {
  background: #EABA4F;
}
body.woocommerce-checkout .woocommerce-info {
  padding: 0;
  background: transparent;
  border: 0;
}
body.woocommerce-checkout .wc_payment_methods {
  display: none;
}
body.woocommerce-checkout .place-order {
  border-top: 0 !important;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row {
  text-align: left;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row a {
  color: white;
}
body.woocommerce-checkout #order_review_heading {
  display: none;
}
@media (max-width: 991px) {
  body.woocommerce-checkout #content_inner > .woocommerce {
    flex-wrap: wrap;
  }
  body.woocommerce-checkout .woocommerce-notices-wrapper {
    padding-right: 0;
  }
  body.woocommerce-checkout #content_inner > .woocommerce > .woocommerce,
body.woocommerce-checkout #content_inner form.checkout {
    width: 100%;
  }
  body.woocommerce-checkout #content_inner > .woocommerce > .woocommerce {
    padding-right: 0;
  }
  body.woocommerce-checkout #content_inner form.checkout {
    background: #9F0001;
    padding-top: 30px;
    padding-left: 0;
    position: relative;
  }
  body.woocommerce-checkout #content_inner form.checkout:before {
    position: absolute;
    content: "";
    left: -100px;
    right: -100px;
    top: 0;
    bottom: 0;
    background: #9F0001;
    z-index: -1;
  }
  body.woocommerce-checkout #content_wrapper:before {
    display: none;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce-notices-wrapper {
    padding-right: 0;
  }
}

.woocommerce-order-received h2 {
  font-size: 35px;
  color: #9F0001;
}

body.woocommerce-checkout .woocommerce-cart-form th, body.woocommerce-checkout .woocommerce-cart-form td {
  border: 0;
  padding: 0 5px;
}
body.woocommerce-checkout .woocommerce-cart-form tr.cart_item td {
  border-bottom: 1px solid #c59191;
}
body.woocommerce-checkout .woocommerce-cart-form tr td:first-child {
  padding-left: 0;
}
body.woocommerce-checkout .woocommerce-cart-form th:first-child {
  padding-left: 0;
}
body.woocommerce-checkout .woocommerce-cart-form .coupon {
  margin-top: 15px;
  display: none;
}
body.woocommerce-checkout .woocommerce-cart-form .coupon label {
  display: block;
  text-align: left;
}
body.woocommerce-checkout .woocommerce-cart-form .quantity {
  margin-bottom: 0;
}
body.woocommerce-checkout .woocommerce-cart-form .update_cart_wrap {
  display: none;
}

body.woocommerce-checkout form.woocommerce-checkout {
  color: white;
}
body.woocommerce-checkout form.woocommerce-checkout h3, body.woocommerce-checkout form.woocommerce-checkout strong {
  color: white;
}
body.woocommerce-checkout form.woocommerce-checkout input,
body.woocommerce-checkout form.woocommerce-checkout .select2-selection--single,
body.woocommerce-checkout form.woocommerce-checkout textarea {
  background: #9F0001;
  color: white;
}
body.woocommerce-checkout form.woocommerce-checkout .select2-selection__rendered {
  color: white;
}
body.woocommerce-checkout form.woocommerce-checkout #shipping_method {
  padding-left: 0;
  list-style: none;
}
body.woocommerce-checkout form.woocommerce-checkout #shipping_method li {
  padding-left: 25px;
  position: relative;
}
body.woocommerce-checkout form.woocommerce-checkout #shipping_method input {
  position: absolute;
  left: 0;
  top: 6px;
}
body.woocommerce-checkout form.woocommerce-checkout th, body.woocommerce-checkout form.woocommerce-checkout td {
  border: 0;
}
body.woocommerce-checkout form.woocommerce-checkout th:first-child, body.woocommerce-checkout form.woocommerce-checkout td:first-child {
  padding-left: 0;
}
body.woocommerce-checkout form.woocommerce-checkout .cart-subtotal,
body.woocommerce-checkout form.woocommerce-checkout .order-total,
body.woocommerce-checkout form.woocommerce-checkout .deposit {
  font-size: 27px;
}
body.woocommerce-checkout form.woocommerce-checkout .cart-subtotal th,
body.woocommerce-checkout form.woocommerce-checkout .order-total th,
body.woocommerce-checkout form.woocommerce-checkout .deposit th {
  font-weight: bold;
  text-transform: uppercase;
}
body.woocommerce-checkout form.woocommerce-checkout .deposit span {
  font-size: 20px;
}
body.woocommerce-checkout form.woocommerce-checkout .order-total strong {
  font-weight: normal;
}

.screen-reader-text {
  display: none !important;
}

/*Dropdown box for loaction*/
.woo .select2-container .select2-selection--single {
  height: 49px;
  border-radius: 0;
  border-color: #d7d7d7;
}

.woo .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 4px;
  line-height: 40px;
}

.woo .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}

.woocommerce .blockUI.blockOverlay:before {
  display: none;
}

.woocommerce .processing .blockUI.blockOverlay:before {
  display: block;
  content: "";
  border: 5px solid #222;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1077;
  animation: pulsate 1s ease-out infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/*Account page*/
.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 35px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  margin: 0 5px 5px 0;
}

.shopping_icons {
  display: inline-block;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .shopping_icons {
    margin-left: 0;
    order: -1;
  }
}
@media (max-width: 767px) {
  .shopping_icons {
    margin-left: 0;
  }
  .shopping_icons .header_cart_link .text {
    display: none;
  }
}

/*Styles the cart icon in the header*/
.header_cart_link {
  margin-right: 40px;
  margin-left: 40px;
  display: inline-block;
  font-size: 40px;
  position: relative;
  transform: translateY(7px);
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.25);
  color: white;
}
.header_cart_link .cart_count {
  position: absolute;
  display: inline-block;
  background: #333;
  font-size: 12px;
  color: white;
  font-weight: bold;
  padding: 0 5px;
  right: -8px;
  border-radius: 20px;
}
.header_cart_link .text {
  font-size: 14px;
  position: absolute;
  left: -40px;
  top: 25%;
  display: block;
}
@media (max-width: 767px) {
  .header_cart_link {
    margin-left: auto;
    margin-right: 0;
    font-size: 40px;
  }
}

.header_account_link {
  color: white;
  font-size: 23px;
}
@media (max-width: 767px) {
  .header_account_link {
    display: none;
  }
}

.woocommerce-store-notice {
  position: fixed;
  top: 15px;
  width: 300px;
  max-width: 100%;
  right: 15px;
  padding: 10px 15px;
  background: #9F0001;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 200;
  color: white;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
  font-weight: bold;
  color: white;
}
@media (max-width: 767px) {
  .woocommerce-store-notice {
    position: absolute;
  }
}

.admin-bar .woocommerce-store-notice {
  top: 47px;
}

header .woocommerce-products-header__title {
  padding-right: 220px;
  font-size: 30px;
}
@media (max-width: 767px) {
  header .woocommerce-products-header__title {
    padding-right: 0;
  }
}

/*
body.cart_displayed{
	#products_mini_cart_wrap{
		display: flex;
		align-items:flex-start;
	}
	ul.products{
		width:66.7%;
	}
	ul.products li{
		width: 50%;
	}

	@include mqd(sm){
		#products_mini_cart_wrap{
			flex-wrap:wrap;
		}
		ul.products{
			width:100%;
		}
		.close{
			display: none;
		}
		.background{
			display: none;
		}
	}
}
*/
.mini_cart_wrap {
  width: 33.3%;
  padding-left: 40px;
  margin-top: 113px;
  position: sticky;
  top: 140px;
}
.mini_cart_wrap .close {
  position: absolute;
  top: 56px;
  right: 47px;
  background: #E0112A;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
.mini_cart_wrap .inner {
  background: white;
  padding: 30px;
  color: #9F0001;
  position: relative;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  /*Hides scrollbar*/
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mini_cart_wrap .inner::-webkit-scrollbar {
  display: none;
}
.mini_cart_wrap .background {
  display: block;
  position: absolute;
  left: 99%;
  background: white;
  width: 1000px;
  top: 0;
  bottom: 0;
}
.mini_cart_wrap .cart_title {
  color: #9F0001;
  padding-right: 30px;
}
.mini_cart_wrap .woocommerce-mini-cart {
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.mini_cart_wrap .woocommerce-mini-cart li {
  border-bottom: 1px solid #9F0001;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
}
.mini_cart_wrap .woocommerce-mini-cart .product_title {
  width: 69%;
  padding-right: 20px;
  display: inline-block;
}
.mini_cart_wrap .woocommerce-mini-cart .quantity {
  display: inline-block;
  width: 21%;
  margin-right: 0;
}
.mini_cart_wrap .woocommerce-mini-cart .labels span {
  font-weight: bold;
}
.mini_cart_wrap .woocommerce-mini-cart .remove_from_cart_button {
  position: absolute;
  right: 0;
  display: none;
}
.mini_cart_wrap .woocommerce-mini-cart .woocommerce-Price-amount {
  display: inline-block;
}
.mini_cart_wrap .woocommerce-mini-cart .q_inner {
  display: inline-block;
  width: 50%;
  display: none;
}
.mini_cart_wrap .woocommerce-mini-cart__total {
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.mini_cart_wrap strong {
  color: inherit;
  width: 69%;
  display: inline-block;
}
.mini_cart_wrap .button:not(.checkout) {
  display: none;
}
.mini_cart_wrap .button {
  background: #EC183B;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mini_cart_wrap .close {
    right: 0;
  }
}
@media (max-width: 991px) {
  .mini_cart_wrap {
    margin-top: 0;
    padding-left: 0;
    width: 100%;
  }
  .mini_cart_wrap .inner {
    width: 100%;
  }
  .mini_cart_wrap .inner:after {
    display: none;
  }
}

.single-product .woocommerce-notices-wrapper {
  background: #9F0001;
  padding-top: 20px;
  padding-bottom: 20px;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message {
  margin-left: 15px;
  margin-right: 15px;
}

.product_intro_wrap > .row,
.product_option_wrap > .row,
.single-product .woocommerce-notices-wrapper > .row {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product_intro_wrap,
.product_option_wrap,
.single-product .woocommerce-notices-wrapper {
    padding-left: calc((100% - 750px) / 2);
    padding-right: calc((100% - 750px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product_intro_wrap,
.product_option_wrap,
.single-product .woocommerce-notices-wrapper {
    padding-left: calc((100% - 970px) / 2);
    padding-right: calc((100% - 970px) / 2);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product_intro_wrap,
.product_option_wrap,
.single-product .woocommerce-notices-wrapper {
    padding-left: calc((100% - 1170px) / 2);
    padding-right: calc((100% - 1170px) / 2);
  }
}
@media (min-width: 1400px) {
  .product_intro_wrap,
.product_option_wrap,
.single-product .woocommerce-notices-wrapper {
    padding-left: calc((100% - 1370px) / 2);
    padding-right: calc((100% - 1370px) / 2);
  }
}

.product_intro_wrap {
  background: #9F0001;
  padding-top: 70px;
  padding-bottom: 70px;
  color: white;
}
.product_intro_wrap strong {
  color: white;
}
@media (max-width: 1199px) {
  .product_intro_wrap {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .product_intro_wrap {
    text-align: center;
    padding-top: 0;
  }
  .product_intro_wrap .row {
    display: flex;
    flex-direction: column;
  }
  .product_intro_wrap .row .image_col {
    order: -1;
    margin-bottom: 20px;
  }
}

.product_option_wrap {
  padding-top: 70px;
  color: #9F0001;
}
.product_option_wrap .product_option_heading {
  color: #9F0001;
}
.product_option_wrap .subject_to_avail {
  margin-bottom: 20px;
}
.product_option_wrap .your_party .product_option_heading {
  margin-bottom: 30px;
}
.product_option_wrap .quantity {
  display: block;
}
.product_option_wrap .disclaimer {
  margin-top: 20px;
}

.loop_thumb {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.minimum_qty_box {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #EABA4F;
  color: black;
  padding: 10px 10px 10px 50px;
}
.minimum_qty_box i {
  position: absolute;
  font-size: 28px;
  left: 10px;
  top: 10px;
}
.minimum_qty_box span {
  display: block;
  line-height: 14px;
}
.minimum_qty_box .label {
  font-size: 13px;
}
.minimum_qty_box .min {
  font-size: 18px;
}

.woocommerce-order .woocommerce-thankyou-order-details .woocommerce-order-overview__date {
  display: none;
}
/*# sourceMappingURL=woocommerce.css.map */