/*           
******************************************************************************************************************                                  
                                     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"

******************************************************************************************************************
*/
/* Fonts */
/*Container sizes*/
/* Colours */
/*Colours for buttons/headings etc*/
/*
Array of all colours above to create relevant classes
When adding a new variable colour, ensure it's added here in a key: $value format so that classes are generated
*/
/*
Loops through above array and creates a text_color class, fill class, and background colour class
*/
.text_color_main {
  color: #004071;
}

.fill_main {
  fill: #004071;
}

.bg_main {
  background-color: #004071;
}

.border_color_main {
  border-color: #004071;
}

.text_color_alt {
  color: #f36c31;
}

.fill_alt {
  fill: #f36c31;
}

.bg_alt {
  background-color: #f36c31;
}

.border_color_alt {
  border-color: #f36c31;
}

.text_color_blue {
  color: #00579c;
}

.fill_blue {
  fill: #00579c;
}

.bg_blue {
  background-color: #00579c;
}

.border_color_blue {
  border-color: #00579c;
}

.text_color_light_blue {
  color: #2196f3;
}

.fill_light_blue {
  fill: #2196f3;
}

.bg_light_blue {
  background-color: #2196f3;
}

.border_color_light_blue {
  border-color: #2196f3;
}

.text_color_green {
  color: #037908;
}

.fill_green {
  fill: #037908;
}

.bg_green {
  background-color: #037908;
}

.border_color_green {
  border-color: #037908;
}

.text_color_light_green {
  color: #4caf50;
}

.fill_light_green {
  fill: #4caf50;
}

.bg_light_green {
  background-color: #4caf50;
}

.border_color_light_green {
  border-color: #4caf50;
}

.text_color_yellow {
  color: #ffeb3b;
}

.fill_yellow {
  fill: #ffeb3b;
}

.bg_yellow {
  background-color: #ffeb3b;
}

.border_color_yellow {
  border-color: #ffeb3b;
}

.text_color_light_yellow {
  color: #fff59a;
}

.fill_light_yellow {
  fill: #fff59a;
}

.bg_light_yellow {
  background-color: #fff59a;
}

.border_color_light_yellow {
  border-color: #fff59a;
}

.text_color_orange {
  color: #ff9800;
}

.fill_orange {
  fill: #ff9800;
}

.bg_orange {
  background-color: #ff9800;
}

.border_color_orange {
  border-color: #ff9800;
}

.text_color_light_orange {
  color: #f79862;
}

.fill_light_orange {
  fill: #f79862;
}

.bg_light_orange {
  background-color: #f79862;
}

.border_color_light_orange {
  border-color: #f79862;
}

.text_color_red {
  color: #8D021F;
}

.fill_red {
  fill: #8D021F;
}

.bg_red {
  background-color: #8D021F;
}

.border_color_red {
  border-color: #8D021F;
}

.text_color_light_red {
  color: #f44336;
}

.fill_light_red {
  fill: #f44336;
}

.bg_light_red {
  background-color: #f44336;
}

.border_color_light_red {
  border-color: #f44336;
}

.text_color_pink {
  color: #e91e63;
}

.fill_pink {
  fill: #e91e63;
}

.bg_pink {
  background-color: #e91e63;
}

.border_color_pink {
  border-color: #e91e63;
}

.text_color_light_pink {
  color: #fe7f9c;
}

.fill_light_pink {
  fill: #fe7f9c;
}

.bg_light_pink {
  background-color: #fe7f9c;
}

.border_color_light_pink {
  border-color: #fe7f9c;
}

.text_color_purple {
  color: #673ab7;
}

.fill_purple {
  fill: #673ab7;
}

.bg_purple {
  background-color: #673ab7;
}

.border_color_purple {
  border-color: #673ab7;
}

.text_color_light_purple {
  color: #cea3ff;
}

.fill_light_purple {
  fill: #cea3ff;
}

.bg_light_purple {
  background-color: #cea3ff;
}

.border_color_light_purple {
  border-color: #cea3ff;
}

.text_color_charcoal {
  color: #2a2a2a;
}

.fill_charcoal {
  fill: #2a2a2a;
}

.bg_charcoal {
  background-color: #2a2a2a;
}

.border_color_charcoal {
  border-color: #2a2a2a;
}

.text_color_black {
  color: #111111;
}

.fill_black {
  fill: #111111;
}

.bg_black {
  background-color: #111111;
}

.border_color_black {
  border-color: #111111;
}

.text_color_brown {
  color: #6d4f27;
}

.fill_brown {
  fill: #6d4f27;
}

.bg_brown {
  background-color: #6d4f27;
}

.border_color_brown {
  border-color: #6d4f27;
}

.text_color_light_brown {
  color: #d2b48c;
}

.fill_light_brown {
  fill: #d2b48c;
}

.bg_light_brown {
  background-color: #d2b48c;
}

.border_color_light_brown {
  border-color: #d2b48c;
}

.text_color_tan {
  color: #fffdf6;
}

.fill_tan {
  fill: #fffdf6;
}

.bg_tan {
  background-color: #fffdf6;
}

.border_color_tan {
  border-color: #fffdf6;
}

.text_color_white {
  color: white;
}

.fill_white {
  fill: white;
}

.bg_white {
  background-color: white;
}

.border_color_white {
  border-color: white;
}

.text_color_off_white {
  color: #f2f2f2;
}

.fill_off_white {
  fill: #f2f2f2;
}

.bg_off_white {
  background-color: #f2f2f2;
}

.border_color_off_white {
  border-color: #f2f2f2;
}

.text_color_grey {
  color: #cec9c9;
}

.fill_grey {
  fill: #cec9c9;
}

.bg_grey {
  background-color: #cec9c9;
}

.border_color_grey {
  border-color: #cec9c9;
}

.text_color_light_grey {
  color: #d1d3d4;
}

.fill_light_grey {
  fill: #d1d3d4;
}

.bg_light_grey {
  background-color: #d1d3d4;
}

.border_color_light_grey {
  border-color: #d1d3d4;
}

.text_color_header_text {
  color: #1a1a1a;
}

.fill_header_text {
  fill: #1a1a1a;
}

.bg_header_text {
  background-color: #1a1a1a;
}

.border_color_header_text {
  border-color: #1a1a1a;
}

.text_color_body_text {
  color: #7F7F7F;
}

.fill_body_text {
  fill: #7F7F7F;
}

.bg_body_text {
  background-color: #7F7F7F;
}

.border_color_body_text {
  border-color: #7F7F7F;
}

.text_color_border {
  color: #ebebeb;
}

.fill_border {
  fill: #ebebeb;
}

.bg_border {
  background-color: #ebebeb;
}

.border_color_border {
  border-color: #ebebeb;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-store-notice {
  position: fixed;
  top: 15px;
  width: 300px;
  max-width: 100%;
  right: 15px;
  padding: 15px;
  background: #004071;
  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;
}

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

.quantity {
  display: inline-flex;
  margin-right: 10px;
}
.quantity input[type=number] {
  width: 50px !important;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  text-align: center;
  -moz-appearance: textfield;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
  margin: 0;
}
.quantity input[type=button] {
  width: 42px;
  outline: none;
}
.quantity input[type=button]:hover {
  background-color: #004071;
  color: white;
}
@media (min-width: 768px) and (max-width: 991px) {
  .quantity input[type=button] {
    padding: 5px 10px;
    width: 35px;
  }
}

.woo .onsale {
  position: absolute;
  z-index: 3;
  background: #004071;
  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;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 20px;
  background: #f7f7f7;
  margin-bottom: 25px;
  list-style: none;
  border-top: 3px solid #ebebeb;
  width: 100%;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  float: right;
  color: #7F7F7F;
  background: transparent;
  text-transform: none;
  border: none;
  padding: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 1em;
  padding-left: 10px;
  border-left: 1px solid #7F7F7F;
  font-size: 14px;
  border-radius: 0;
  margin-left: 10px;
}
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-message .button:hover {
  background: transparent;
  color: #004071;
  border-color: #004071;
}
.woocommerce-error a.showcoupon,
.woocommerce-info a.showcoupon,
.woocommerce-message a.showcoupon {
  color: inherit;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-error .button,
  .woocommerce-info .button,
  .woocommerce-message .button {
    order: 5;
    width: 100%;
    margin-left: 0;
    text-align: left;
    margin-top: 8px;
  }
}

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

.woocommerce-message {
  border-top-color: #4CAF50;
}

.woocommerce-message--info {
  border-top-color: #2196f3;
}

abbr.required,
.woocommerce-checkout span.required {
  color: #F44336;
}

.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 #ebebeb;
  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 li {
  padding-left: 20px !important;
}
#woo_sidebar_wrapper .widget_shopping_cart_content a.remove {
  color: #7F7F7F;
  line-height: 1;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: 6px;
}
#woo_sidebar_wrapper .widget_shopping_cart_content .quantity {
  display: block;
  font-size: 11px;
}
#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: 11px;
  margin-bottom: 5px;
}
#woo_sidebar_wrapper .widget_shopping_cart_content dl.variation dt, #woo_sidebar_wrapper .widget_shopping_cart_content dl.variation dd {
  display: inline-block;
}
#woo_sidebar_wrapper .widget_shopping_cart_content dl.variation:nth-last-child(2) {
  margin-bottom: 0;
}
#woo_sidebar_wrapper .widget_shopping_cart_content a.button {
  padding: 5px;
  font-size: 13px;
  margin-right: 5px;
  border: 1px solid #ebebeb;
  background: white;
  color: #7F7F7F;
}
#woo_sidebar_wrapper .widget_shopping_cart_content a.button:hover {
  background: #004071;
  border-color: #004071;
  color: white;
}
#woo_sidebar_wrapper .widget_shopping_cart_content .woocommerce-mini-cart__total {
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
}
#woo_sidebar_wrapper .product-categories {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

#woo_sidebar_wrapper .product_list_widget,
#woo_sidebar_wrapper .widget_shopping_cart_content {
  padding: 0;
  list-style: none;
}
#woo_sidebar_wrapper .product_list_widget li,
#woo_sidebar_wrapper .widget_shopping_cart_content li {
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
#woo_sidebar_wrapper .product_list_widget img,
#woo_sidebar_wrapper .widget_shopping_cart_content img {
  width: 30px;
  float: right;
  margin-left: 10px;
}

#woo_sidebar_wrapper .product_list_widget li {
  padding-left: 0;
}
#woo_sidebar_wrapper .product_list_widget a {
  color: #7F7F7F;
}
#woo_sidebar_wrapper .product_list_widget .product-title {
  display: block;
}
#woo_sidebar_wrapper .product_list_widget .woocommerce-Price-amount {
  font-size: 11px;
}
#woo_sidebar_wrapper .product_list_widget li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

#woo_sidebar_wrapper .tagcloud a {
  background: #2a2a2a;
  color: white;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 3px;
}
#woo_sidebar_wrapper .tagcloud a:hover {
  background: #004071;
}

/*Shop page and category/tag pages*/
.archive .woocommerce-ordering {
  width: 200px;
  position: absolute;
  top: 0;
  right: 15px;
}
@media (max-width: 767px) {
  .archive .woocommerce-ordering {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
  }
}

.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;
}

.woocommerce-form-row--first {
  float: left;
  width: 47.6666666667%;
  margin-right: 4.6666666667%;
}

.woocommerce-form-row--last {
  float: right;
  width: 47.6666666667%;
}

.form-row-wide {
  clear: both;
  width: 100%;
}

body.home .woocommerce-products-header__title {
  display: none;
}

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

/*Archives, related products etc*/
ul.products {
  padding: 0;
  list-style: none;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  text-align: left;
}
ul.products li {
  width: 25%;
  display: flex;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 25px;
}
ul.products .product {
  /*transition:0.3s ease all;
  &:hover{
  	box-shadow:0 0 15px rgba(89,89,89,0.2);
  	transform: translateY(-3px);
  }*/
}
ul.products .product_inner {
  position: relative;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  transition: 0.15s ease-in-out all;
  width: 100%; /*IE bug fix*/
  background: #e9f5ff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(89, 89, 89, 0.15);
}
ul.products .product_inner a.overlay_link {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
ul.products .product_inner img {
  margin-bottom: 20px;
  align-self: center;
  flex-shrink: 0; /*IE bug fix*/
  width: 100%;
}
ul.products .product_inner h2 {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 0;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}
ul.products .product_inner .price {
  color: #7F7F7F;
  margin-top: auto;
  align-self: flex-end;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}
ul.products .product_inner .price del {
  color: #aaa;
  font-size: 0.8em;
}
ul.products .view_product_button {
  max-width: calc(100% - 30px);
  margin-left: 15px;
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.products li.product {
    width: 33%;
  }
}
@media (max-width: 767px) {
  ul.products li.product {
    width: 50%;
    margin-bottom: 15px;
  }
  ul.products li.product:hover {
    transform: none;
    box-shadow: none;
  }
  ul.products .view_product_button {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 10px;
  }
}
@media (max-width: 359px) {
  ul.products {
    margin-left: -8px;
    margin-right: -8px;
  }
  ul.products li.product {
    padding-left: 8px;
    padding-right: 8px;
  }
  ul.products .view_product_button {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 10px;
  }
}

.woocommerce-pagination {
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
  text-align: center;
  margin-bottom: 25px;
}
.woocommerce-pagination ul {
  padding: 0;
  list-style: none;
  font-size: 0;
}
.woocommerce-pagination li {
  display: inline-block;
  padding: 6px 10px;
  font-size: 25px;
}
.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers {
  display: block;
  color: #004071;
  height: auto;
}
.woocommerce-pagination span.page-numbers.current {
  opacity: 0.4;
}

/*Single product*/
.single-product #product_wrapper {
  /*Woo product gallery*/
  /*End product tabs*/
  /*End reviews*/
}
.single-product #product_wrapper .product_contact_button {
  margin-bottom: 20px;
}
.single-product #product_wrapper h1.product_title,
.single-product #product_wrapper .price,
.single-product #product_wrapper .description,
.single-product #product_wrapper .group_table {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.single-product #product_wrapper .image_col_inner {
  position: relative;
  margin-bottom: 15px;
}
.single-product #product_wrapper .woocommerce-product-details__short-description {
  margin-bottom: 35px;
}
.single-product #product_wrapper .cart {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
}
.single-product #product_wrapper .product.sold-individually .quantity {
  display: none;
}
.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 li {
  display: block;
  float: left;
  width: 25%;
  padding-right: 3px;
  padding-bottom: 3px;
  cursor: pointer;
}
.single-product #product_wrapper h1.product_title {
  font-size: 20px;
  font-weight: bold;
}
.single-product #product_wrapper .price {
  color: #4caf50;
  font-size: 20px;
  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 .description p:last-of-type {
  margin-bottom: 0px;
}
.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 15px 0;
  width: 100%;
}
.single-product #product_wrapper table.variations td.label {
  padding-bottom: 0;
}
.single-product #product_wrapper table.variations tr:last-child td {
  padding-bottom: 0;
}
.single-product #product_wrapper .woocommerce-variation-add-to-cart {
  display: flex;
}
.single-product #product_wrapper .variations select {
  margin-bottom: 5px;
}
.single-product #product_wrapper .reset_variations {
  float: right;
}
.single-product #product_wrapper .woocommerce-variation-price {
  margin-bottom: 20px;
}
.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 {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: bold;
}
.single-product #product_wrapper .product_meta > span {
  display: block;
  margin-bottom: 5px;
}
.single-product #product_wrapper .product_meta a, .single-product #product_wrapper .product_meta span span {
  color: #7F7F7F;
  font-weight: normal;
}
.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 .product {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.single-product #product_wrapper .woocommerce-notices-wrapper {
  width: 100%;
}
.single-product #product_wrapper .woocommerce-product-gallery {
  width: 50%;
  margin-bottom: 35px;
  padding-right: 80px;
}
.single-product #product_wrapper .summary {
  width: 50%;
  margin-bottom: 35px;
}
.single-product #product_wrapper .woocommerce-tabs {
  width: 100%;
}
.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: 35px;
  margin-bottom: -1px;
}
.single-product #product_wrapper .woocommerce-tabs ul.tabs li:last-child {
  margin-right: 0;
}
.single-product #product_wrapper .woocommerce-tabs li a {
  display: inline-block;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  color: #7F7F7F;
}
.single-product #product_wrapper .woocommerce-tabs li.active a {
  color: #111111;
  border-bottom-color: #111111;
}
.single-product #product_wrapper .woocommerce-tabs .woocommerce-Tabs-panel {
  padding-top: 25px;
  border-top: 1px solid #ebebeb;
}
.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 #ebebeb;
  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: "ZZZZZ";
  font-family: "st-icons";
  color: #004071;
  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: "ZZZZZ";
  font-family: "st-icons";
  color: #004071;
}
.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: 90px;
}
.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: "Z";
  font-family: "st-icons";
  color: #cec9c9;
}
.single-product #product_wrapper .woocommerce-Reviews .stars:hover a:before {
  color: #f36c31;
}
.single-product #product_wrapper .woocommerce-Reviews .stars a:hover ~ :before {
  color: #cec9c9;
}
.single-product #product_wrapper .woocommerce-Reviews .stars.selected a:before {
  color: #cec9c9;
}
.single-product #product_wrapper .woocommerce-Reviews .stars.selected a.active:before {
  color: #f36c31;
}
.single-product #product_wrapper .woocommerce-Reviews .stars.selected a:not(.active):before {
  color: #f36c31;
}
.single-product #product_wrapper .woocommerce-Reviews .stars.selected a.active ~ a:before {
  color: #cec9c9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-product #product_wrapper .woocommerce-product-gallery {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .single-product #product_wrapper .woocommerce-product-gallery,
  .single-product #product_wrapper .summary {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 359px) {
  .single-product #product_wrapper .cart .button {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

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

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

/*Tables*/
.shop_table {
  width: 100%;
  margin-bottom: 35px;
}
.shop_table thead {
  display: none;
}
.shop_table th,
.shop_table td {
  padding: 15px 5px;
  border-bottom: 1px solid #ebebeb;
  vertical-align: middle;
}
.shop_table img {
  width: 55px;
}
.shop_table .coupon {
  float: left;
}
.shop_table .coupon label {
  display: none;
}
.shop_table .actions {
  text-align: right;
  border-bottom: 0;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 0;
}
.shop_table input[type=text] {
  width: 150px;
}
.shop_table input[type=number] {
  width: 70px;
}
.shop_table a {
  color: #7F7F7F;
}
.shop_table .product-remove {
  width: 30px;
  vertical-align: middle;
  border-bottom: 0;
}
.shop_table .product-remove a {
  display: inline-flex;
  justify-content: center;
  color: #7F7F7F;
  line-height: 1;
  height: 15px;
  width: 15px;
  border-radius: 20px;
  font-size: 18px;
}
.shop_table td.product-thumbnail {
  width: 70px;
  text-align: center;
  padding-right: 10px;
}
.shop_table td.product-price {
  display: none;
}
.shop_table td.product-subtotal {
  padding-right: 0;
}
.shop_table .variation {
  font-size: 13px;
  width: 100%;
}
.shop_table .variation dt, .shop_table .variation dd {
  display: inline-block;
}
@media (max-width: 767px) {
  .shop_table .coupon {
    display: flex;
  }
  .shop_table .coupon label {
    display: none;
  }
}

.woocommerce-cart #content_inner > .woocommerce,
.woocommerce-checkout #content_inner > .woocommerce {
  display: flex;
  flex-wrap: wrap;
}

/*Cart page*/
.woocommerce-cart .cart-empty {
  margin-bottom: 30px;
}
.woocommerce-cart td.product-name {
  padding-right: 15px;
}
.woocommerce-cart .cart-collaterals {
  margin-bottom: auto;
}
.woocommerce-cart .cart-collaterals .shop_table {
  border: 1px solid #ebebeb;
  table-layout: fixed;
  background: #f7f7f7;
}
.woocommerce-cart .cart-collaterals th, .woocommerce-cart .cart-collaterals td {
  padding-left: 25px;
  padding-right: 25px;
  font-weight: normal;
}
.woocommerce-cart .cart-collaterals .cart-subtotal td,
.woocommerce-cart .cart-collaterals .tax-rate td {
  text-align: right;
}
.woocommerce-cart .cart-collaterals h2 {
  display: none;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form input {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .order-total th {
  font-weight: bold;
  color: #111111;
  font-size: 18px;
}
.woocommerce-cart .cart-collaterals .order-total td {
  color: #111111;
  text-align: right;
  font-size: 18px;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a {
  width: 100%;
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .woocommerce-cart .woocommerce-cart-form {
    width: 65%;
    padding-right: 100px;
  }
  .woocommerce-cart .cart-collaterals {
    width: 35%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .woocommerce-cart .woocommerce-cart-form {
    padding-right: 50px;
  }
}

.woocommerce-cart-form .product-quantity .quantity {
  display: none !important;
}

@media (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tbody {
    display: block;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tr {
    position: relative;
    padding-left: 100px;
    display: block;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table td {
    display: flex;
    border-bottom: 0;
    padding-left: 0;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table td.product-remove {
    position: absolute;
    right: 0;
    top: 3px;
    padding-right: 0;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table td.product-remove a {
    margin-left: auto;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table td.product-thumbnail {
    width: 85px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    max-height: 120px;
    border-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table td.product-thumbnail img {
    width: 100%;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table td.product-name {
    padding-right: 30px;
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table td.product-name .variation {
    margin-bottom: 0;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table td.product-price {
    padding-top: 5px;
    font-size: 12px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tr.cart_item {
    border-bottom: 1px solid #ebebeb;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity {
    border-bottom: 1px solid #ebebeb;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity .quantity {
    margin-right: 0;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity .quantity input {
    padding: 0;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity .quantity input[type=number] {
    font-size: 11px;
    width: 40px !important;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity .quantity input[type=button] {
    width: 30px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity,
  .woocommerce-cart .woocommerce-cart-form .shop_table td.product-subtotal {
    justify-content: space-between;
    align-items: center;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table td.product-quantity:before,
  .woocommerce-cart .woocommerce-cart-form .shop_table td.product-subtotal:before {
    content: attr(data-title) ": ";
    font-weight: bold;
    font-size: 12px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table td.product-subtotal {
    font-size: 12px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table .coupon {
    width: 100%;
    margin-bottom: 15px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table .coupon .button {
    flex-grow: 1;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table tr:last-child {
    padding-left: 0;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table td.actions {
    padding-left: 0;
    flex-wrap: wrap;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table td.actions > .button {
    width: 100%;
  }
}
@media (max-width: 359px) {
  .woocommerce-cart .woocommerce-cart-form .shop_table tr {
    padding-left: 80px;
  }
  .woocommerce-cart .woocommerce-cart-form .shop_table td.product-thumbnail {
    width: 65px;
  }
}

.woocommerce-cart .woocommerce-shipping-totals th,
.woocommerce-cart .woocommerce-shipping-totals td,
.woocommerce-checkout .woocommerce-shipping-totals th,
.woocommerce-checkout .woocommerce-shipping-totals td {
  display: block;
  width: 200%;
}
.woocommerce-cart .woocommerce-shipping-totals th,
.woocommerce-checkout .woocommerce-shipping-totals th {
  border-bottom: 0;
}
.woocommerce-cart .woocommerce-shipping-totals td,
.woocommerce-checkout .woocommerce-shipping-totals td {
  padding-top: 0;
}
.woocommerce-cart #shipping_method,
.woocommerce-checkout #shipping_method {
  list-style: none;
  padding-left: 0;
  text-align: left;
}
.woocommerce-cart #shipping_method label,
.woocommerce-checkout #shipping_method label {
  display: initial;
  font-size: inherit;
}
.woocommerce-cart #shipping_method input,
.woocommerce-checkout #shipping_method input {
  margin-right: 10px;
  transform: translateY(1px);
  display: inline-block;
}
.woocommerce-cart #shipping_method .woocommerce-Price-amount,
.woocommerce-checkout #shipping_method .woocommerce-Price-amount {
  float: right;
  font-weight: normal;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  width: 100%;
}
body.woocommerce-checkout .checkout_coupon {
  border: 2px dashed #ebebeb;
  padding: 35px 35px 20px 35px;
}
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 .shipping_address {
  display: none;
}
body.woocommerce-checkout #order_review .cart_item td.product-total {
  text-align: right;
}
body.woocommerce-checkout #order_review tbody tr:last-child td {
  padding-bottom: 30px;
}
body.woocommerce-checkout #order_review tbody {
  background: white;
}
body.woocommerce-checkout #order_review tfoot {
  border: 1px solid #ebebeb;
  background: #f7f7f7;
  margin-top: 20px;
}
body.woocommerce-checkout #order_review tfoot th {
  font-weight: normal;
  padding-left: 25px;
  display: block;
}
body.woocommerce-checkout #order_review tfoot td {
  padding-right: 25px;
  padding-left: 25px;
  text-align: right;
}
body.woocommerce-checkout #order_review tfoot .order-total td,
body.woocommerce-checkout #order_review tfoot .order-total th {
  font-size: 18px;
  font-weight: bold;
  color: #111111;
}
body.woocommerce-checkout #order_review tfoot .woocommerce-shipping-totals th,
body.woocommerce-checkout #order_review tfoot .woocommerce-shipping-totals td {
  position: relative;
}
body.woocommerce-checkout #order_review tfoot .woocommerce-shipping-totals th:after,
body.woocommerce-checkout #order_review tfoot .woocommerce-shipping-totals td:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3px;
  width: 1px;
  content: "";
  background: #ebebeb;
}
body.woocommerce-checkout #order_review table {
  table-layout: fixed;
  background: #f7f7f7;
}
body.woocommerce-checkout .order-total th {
  border-bottom: 0;
}
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 #customer_details {
  margin-bottom: 25px;
}
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 .wc_payment_methods {
  border: 1px solid #ebebeb;
}
body.woocommerce-checkout #payment ul {
  padding: 0;
  list-style: none;
}
body.woocommerce-checkout #payment ul li {
  padding: 20px 25px 15px 25px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}
body.woocommerce-checkout #payment ul li:last-child {
  border-bottom: 0;
}
body.woocommerce-checkout #payment ul li a {
  color: #7F7F7F;
  font-weight: normal;
}
body.woocommerce-checkout #payment ul li img {
  width: 100px;
  margin-left: 15px;
}
body.woocommerce-checkout #payment ul li input {
  margin-right: 5px;
  transform: translateY(1px);
}
body.woocommerce-checkout #payment .about_paypal {
  margin-left: 10px;
}
body.woocommerce-checkout #payment .payment_box {
  font-size: 14px;
}
body.woocommerce-checkout #payment .place-order {
  padding-top: 15px;
}
body.woocommerce-checkout #payment label {
  font-size: inherit;
}
body.woocommerce-checkout #ship-to-different-address label {
  font-size: inherit;
  font-weight: inherit;
}
body.woocommerce-checkout #ship-to-different-address input {
  margin-right: 10px;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  font-size: 14px;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label {
  font-weight: normal;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input {
  margin-right: 5px;
  transform: translateY(1px);
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
  color: #7F7F7F;
  text-decoration: underline;
}
body.woocommerce-checkout .place-order #place_order {
  width: 100%;
}
body.woocommerce-checkout .processing_order_message {
  width: 600px;
  max-width: 90vw;
  background: white;
  padding: 40px;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
body.woocommerce-checkout .processing_order_message h4 {
  font-size: 20px;
}
body.woocommerce-checkout .processing_order_message .loader {
  display: block;
  border-color: #004071;
  position: relative;
  top: auto;
  margin-top: 30px;
}
body.woocommerce-checkout .processing .processing_order_message {
  display: block;
}
@media (min-width: 992px) {
  body.woocommerce-checkout #customer_details {
    width: 65%;
    padding-right: 100px;
    float: left;
  }
  body.woocommerce-checkout #order_review {
    width: 35%;
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.woocommerce-checkout #customer_details {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  body.woocommerce-checkout .checkout_coupon p.form-row {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  body.woocommerce-checkout .checkout_coupon input, body.woocommerce-checkout .checkout_coupon button {
    width: 100%;
  }
  body.woocommerce-checkout #payment img {
    display: none !important;
  }
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce,
body.woocommerce-checkout.woocommerce-order-received .woocommerce .woocommerce-order {
  width: 100%;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce .woocommerce-order {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce-checkout.woocommerce-order-received p.woocommerce-thankyou-order-received {
  font-size: 22px;
  width: 800px;
  max-width: 100%;
}
body.woocommerce-checkout.woocommerce-order-received p.woocommerce-thankyou-order-received .thank_you_heading {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body.woocommerce-checkout.woocommerce-order-received p.woocommerce-thankyou-order-received {
    font-size: 18px;
  }
}
body.woocommerce-checkout.woocommerce-order-received p.woocommerce-thankyou-order-received .thank_you_heading,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title {
  font-size: 34px;
  font-weight: bold;
  color: #1a1a1a;
  display: block;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  body.woocommerce-checkout.woocommerce-order-received p.woocommerce-thankyou-order-received .thank_you_heading,
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title,
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title {
    font-size: 24px;
  }
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title,
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details {
  margin-top: 35px;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details > .woocommerce-columns {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details > .woocommerce-columns .woocommerce-column {
  max-width: 50%;
}
body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details > .woocommerce-columns .woocommerce-column--1 {
  padding-right: 50px;
}
@media (max-width: 767px) {
  body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details > .woocommerce-columns .woocommerce-column {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
}

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

.woo .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 6px;
}

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

.woo .select2-dropdown {
  border-color: #ebebeb;
}

.cart_checkout_steps {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  max-width: 100%;
  color: #cec9c9;
  align-items: center;
  padding-bottom: 80px;
}
.cart_checkout_steps .step {
  flex-shrink: 0;
  text-align: center;
  position: relative;
}
.cart_checkout_steps .step .number {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #cec9c9;
  border-radius: 40px;
  color: white;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 15px;
}
.cart_checkout_steps .step .text {
  font-weight: bold;
  font-size: 14px;
  color: #cec9c9;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 150px;
  text-align: center;
  bottom: -35px;
}
.cart_checkout_steps .step_line {
  flex-grow: 1;
}
.cart_checkout_steps .step a {
  color: inherit;
}
.cart_checkout_steps:before, .cart_checkout_steps:after {
  content: "";
  display: block;
  width: 10%;
}
.cart_checkout_steps:before, .cart_checkout_steps:after,
.cart_checkout_steps .step_line {
  content: "";
  height: 5px;
  background: #cec9c9;
}
.cart_checkout_steps.page_type_cart:before, .cart_checkout_steps.page_type_checkout:before, .cart_checkout_steps.page_type_thank_you:before {
  background: #4CAF50;
}
.cart_checkout_steps.page_type_cart .step_1 .number, .cart_checkout_steps.page_type_checkout .step_1 .number, .cart_checkout_steps.page_type_thank_you .step_1 .number {
  background: #4CAF50;
}
.cart_checkout_steps.page_type_cart .step_1 .text, .cart_checkout_steps.page_type_checkout .step_1 .text, .cart_checkout_steps.page_type_thank_you .step_1 .text {
  color: #4CAF50;
}
.cart_checkout_steps.page_type_checkout .step_2 .number, .cart_checkout_steps.page_type_thank_you .step_2 .number {
  background: #4CAF50;
}
.cart_checkout_steps.page_type_checkout .step_2 .text, .cart_checkout_steps.page_type_thank_you .step_2 .text {
  color: #4CAF50;
}
.cart_checkout_steps.page_type_checkout .line_1, .cart_checkout_steps.page_type_thank_you .line_1 {
  background: #4CAF50;
}
.cart_checkout_steps.page_type_thank_you .step .text {
  color: #4CAF50;
}
.cart_checkout_steps.page_type_thank_you .step .number {
  background: #4CAF50;
}
.cart_checkout_steps.page_type_thank_you:after,
.cart_checkout_steps.page_type_thank_you .step_line {
  background: #4CAF50;
}
@media (max-width: 767px) {
  .cart_checkout_steps {
    overflow: hidden;
  }
  .cart_checkout_steps .step .number {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
  .cart_checkout_steps:before, .cart_checkout_steps:after {
    width: 7%;
  }
  .cart_checkout_steps .step .text {
    font-size: 12px;
    bottom: -25px;
  }
}

.woocommerce-privacy-policy-text {
  margin-bottom: 15px;
}

/*
******************************************************************************************************************
=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"                                                                       

******************************************************************************************************************
*/
/*Account page*/
.woocommerce-account.logged-in #content_inner > .woocommerce {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
  padding: 15px 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: auto;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  display: block;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  padding: 10px 0;
  display: block;
  color: #7F7F7F;
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  color: #004071;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
  font-weight: bold;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1;
}
.woocommerce-account p {
  margin-bottom: 25px;
}
.woocommerce-account .woocommerce-MyAccount-content p em {
  font-style: normal;
  font-size: 0.8em;
}
.woocommerce-account .woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-account .woocommerce-Address-title a {
  margin-left: 20px;
}
.woocommerce-account .woocommerce-address-fields button[type=submit] {
  margin-top: 25px;
}
.woocommerce-account .woocommerce-orders-table .button {
  color: white;
}
.woocommerce-account .woocommerce-orders-table td {
  vertical-align: top;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-orders-table td {
    font-size: 13px;
  }
}
.woocommerce-account .woocommerce-Address-title {
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-Address-title h3 {
  font-size: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding-left: 50px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 280px;
  }
  .woocommerce-account .woocommerce-Addresses {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-account .u-column1,
  .woocommerce-account .u-column1 {
    width: 400px;
    max-width: 50%;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 25px;
  }
}

.shopping_icons a {
  font-size: 25px;
  margin-right: 25px;
}
.shopping_icons a:last-child {
  margin-right: 0;
}
.shopping_icons .header_cart_link {
  position: relative;
}
.shopping_icons .header_cart_link .cart_count {
  position: absolute;
  display: inline-block;
  background: #333;
  font-size: 10px;
  color: white;
  font-weight: bold;
  padding: 0 5px;
  right: -5px;
  top: 2px;
  border-radius: 20px;
}
/*# sourceMappingURL=woocommerce.css.map */