/*
Theme Name: Olympian Labs
Text Domain: olympian
Version: 1.0.5
Author: Elevative Digital Marketing
Author URI: https://www.elevativedigital.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
template: elevative
*/
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,400&family=Open+Sans+Condensed:wght@300;700&Permanent+Marker&display=swap');
:root {
	--font: 'Exo', sans-serif;
	--font-alt: 'Open Sans Condensed', sans-serif;
}
section {
    padding: 5rem 0;
}
.woocommerce div.product form.cart .variations {
    margin: 0;
}
.added_to_cart.wc-forward {
    display: inline-block;
    color: #000;
    font-weight: 800;
    background-color: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFF;
    border: none;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.0333em;
    line-height: 1.25;
    margin: 1em 0 0;
    opacity: 1;
    padding: 1.1em 1.44em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.15s linear;
}
body {
	background-color: #fff;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 30px;
	font-family: var(--font);
	letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font);
	font-weight: 900;
	letter-spacing: 9;
}
a:hover {
	text-decoration: underline;
	color: inherit;
}

/*
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
*/

h2 {
    margin-top: 0;
}
.btn.primary-btn {
    background-color: #c81f3f;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: .5em 2em;
        padding-top: 0.5em;
        padding-right: 2em;
        padding-bottom: 0.5em;
        padding-left: 2em;
    border-radius: 5px;
}
.btn.primary-btn:hover {
    background-color: #2fafe3;
    color: #FFF;
    text-decoration: none;
}
/*Top Bar*/
.top__bar {
    background-color: #c81f3f;
    color: #FFF;
    font-weight: 700;
    font-family: var(--font-alt);
}

.top__bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.left-top__sec {
  width: 50%;
}

.right-top__sec {
  width: 50%;
  text-align: right;
}

.top--ship-offer {
  position: absolute;
  text-transform: uppercase;
}
.top--social {
    margin: 0;
  display: inline-block;
    list-style: none;
  border-left: 1px solid #a0142f;
}


.top--social li {
  margin: 0;
  display: inline-block;
  margin-left: 5px;
}

.top--social li a {
  display: block;
  color: #FFF;
  display: block;
  font-weight: normal;
  font-size: 20px;
  position: relative;
  padding: 5px;
}
.support--link {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font-alt);
    margin-right: 10px;
    letter-spacing: 1px;
}
.top--ship-offer.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #c81f3f;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    z-index: 10
}
/*Header*/
.header-titles {
    max-width: 200px;
}
.header-widgets {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-col a {
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-family: var(--font-alt);
}
.header-col:first-child {
    margin-left: 0
}
.header-navigation-wrapper {
    align-items: center;
    display: flex;
    padding: 0 0px 20px;
}
.header-col {
    margin-left: 20px;
    display: flex;
    align-items: center;
}
.header-col:last-child {
    margin-left: 20px;
}
.widget-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 10px;
}
.widget-icon.account {
    background-image: url(assets/images/account.svg);
}
.widget-icon.cart {
    background-image: url(assets/images/cart.svg);
}
.header__search .search-form .search-field {
    border: 3px solid #c81f3f;
    border-radius: 5px;
    position: relative;
}
.header__search .search-form {
    position: relative;
}
.header__search .search-form .search-submit {
    position: absolute;
    right: 0;
    border-radius: 5px;
    margin: 0;
    top: 0;
    bottom: 8px;
}
.header__search {
    min-width: 500px;
}
/*Main Menu*/
ul.primary-menu {
    justify-content: normal;
    position: relative;
    letter-spacing: 0;
    margin: 0;
}
.primary-menu li:first-child {
    margin-left: 0;
}
ul.primary-menu a {
    font-family: var(--font-alt);
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 !important;
}
ul.primary-menu a:hover {
	text-decoration: none;
	color: #c81f3f;
}
.primary-menu > li > .icon {
    display: none;
}
.primary-menu .menu-specials {
    margin: 0;
    position: absolute;
    right: 0;
    top:-4px;
}
.primary-menu .menu-specials a {
    color: #FFF;
    background-color: #11b5d8;
    border-radius: 5px;
    padding: 10px 2em !important;
    display: block;
    position: relative;
}
.primary-menu .menu-specials a:hover {
    background-color: #c81f3f;
    text-decoration: none;
    color: #FFF;
}
.primary-menu .menu-specials a:before {
    content: "";
    background-image: url(assets/images/price.svg);
    height: 20px;
    width: 20px;
}
.primary-menu .menu-specials a::before {
    content: "";
    background-image: url(assets/images/price.svg);
    height: 20px;
    width: 20px;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 3px;
    left: -10px;
}
.primary-menu ul {
    background: #f9f9f9;
    border-radius: 5px;
    color: #000;
    font-size: 1.7rem;
    opacity: 0;
    padding: 1rem 0;
    position: absolute;
    right: 9999rem;
    top: calc(100% + 2rem);
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
    width: 40rem;
z-index: 1;
left: 0;
right: auto;
column-count: 2;
display: none;
}
.primary-menu li:hover ul {
    display: block;
}
.primary-menu ul::after {
    border: 0.8rem solid transparent;
        border-bottom-color: transparent;
    border-bottom-color: #f9f9f9;
    left: 1.8rem;
    right: auto;
}
ul.primary-menu ul.sub-menu a {
    font-weight: 300;
    letter-spacing: .5px;
    padding: 5px 2rem !important;
    display: block;
}
/*Woocommerce Product Slider*/
.top__sellers.woocommerce ul.products li.product, .top__sellers.woocommerce-page ul.products li.product {
	width: auto;
}
li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}
.lg.h-center {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #c81f3f;
}
.woocommerce-loop-product__link, .woocommerce-loop-product__link .woocommerce-loop-product__title {
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0;
  display: block;
  text-decoration: none;
  font-weight: 400;
  margin: 0;
}
.woocommerce-loop-product__link:hover, .woocommerce-loop-product__link .woocommerce-loop-product__title:hover {
    text-decoration: none;
}
.top__seller-products li {
    position: relative;
    margin: 0 15px;
    text-align: center;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale, li.product .onsale {
    background-image: url(assets/images/sale.png);
    font-size: 0;
    display: block;
    width: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    z-index: 0;
}

.price ins {
    text-decoration: none;
    font-weight: 900;
    color: #c81f3f;
}
.top__seller-products li.product:hover .add_to_cart_btn, .archive__product li.product:hover .add_to_cart_btn, .related.products ul li.product:hover .add_to_cart_btn {
    display: block;
    visibility: visible;
    transition: all 300ms ease-in-out;
}
/*.top__seller-products li.product .add_to_cart_btn, .archive__product li.product .add_to_cart_btn, .related.products ul li.product .add_to_cart_btn {*/
/*    visibility: hidden;*/
/*    display: none;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-100%);*/
/*    transition: all 300ms ease-in-out;*/
/*    left: 0;*/
/*    text-align: center;*/
/*right: 0;*/
/*}*/
.top__seller-products li.product .add_to_cart_btn a.button:hover, .related.products ul li.product .add_to_cart_btn a.button:hover {
	text-decoration: none;
	background-color: #11b5d8;
	color: #FFF;
}
/*Brand Slider*/
.brands-list.reset-list-style {
}
.brands-list li {
    display: inline-block;
    width: 25%;
}
@media only screen and (max-width: 767px) {
.brands-list li {
    display: inline-block;
    width: 50%;
}	
.ct-slick-homepage {
    display: none;
}
}
@media only screen and (max-width: 480px) {
.brands-list li {
    display: inline-block;
    width: 100%;
}	
}
.brands__slide .slick-track {
    display: flex;
    align-items: center;
}
.brands--link img {
    max-width: 150px;
    margin: 0 auto;
    width: 100%;
}
.cat__menu {
    margin-bottom: 3em;
}
/*Footer*/
#prefooter {
    padding: 5rem 0;
    background-color: #eeefef;
}
.footer-title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: .5px;
    margin: 0 0 1em;
}
.footer-cat-menu {
    column-count: 4;
}
.footer-cat-menu li a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-family: var(--font-alt);
    font-size: 18px;
}
.footer-cat-menu li a:hover {
	color: #c81f3f;
}
.footer-promo-inner {
    display: flex;
    width: 100%;
    align-items: center;
}
.footer-shipping {
    width: 70%;
}
.footer-support {
    text-align: right;
    width: 30%;
}
.footer-support .support--link {
    font-weight: 700;
    font-size: 18px;
    position: relative;
    color: #000;
    line-height: 30px;
    display: flex;
    justify-content: flex-end;
}
.footer-support .support--link::before {
    content: "";
    background-image: url(assets/images/support.png);
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}

.h3.f-h3 {

    width: 100%;
    text-align: center;
    display: block;
    background-color: #c81f3f;
    margin: 0;
    color: #FFF;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 1rem 0;
    letter-spacing: .5px;
    font-size: 3rem;

}
.h3.f-h3 em {
    font-family: 'Permanent Marker', cursive;
    font-size: 120%;
    font-weight: normal;
}
.widget-title.subheading.heading-size-3 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary {
    font-family: var(--font-alt);
    font-size: 18px;
    text-transform: uppercase;
}
.footer-widgets {
    margin-left: 0;
}
.footer-widgets .widget .menu li a {
    font-weight: 300;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    font-family: var(--font-alt);
}
.footer-widgets-outer-wrapper {
    border-bottom: none;
}
.footer-copyright {
    font-weight: 300;
    font-family: var(--font-alt);
    text-align: center;
}
.footer-credits-menu.reset-list-style {
    text-align: center;
    margin: 0 0 3rem;
}
.footer-credits-menu li {
    display: inline-block;
    margin: 0 1rem;
}
.footer-credits-menu li a {
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    font-family: var(--font-alt);
}
.footer-credits-menu li a:hover {
	color: #c81f3f;
	text-decoration: none;
}


/*Slider*/
.ct-slick-arrows--type2 .slick-prev,
.ct-slick-arrows--type2 .slick-next {
  opacity: 0.85;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.ct-slick-arrows--type2 .slick-prev:before,
.ct-slick-arrows--type2 .slick-next:before,
.ct-slick-arrows--type2 .slick-prev:after,
.ct-slick-arrows--type2 .slick-next:after {
  background-color: #fff;
  height: 15px;
  height: 1.5rem;
  width: 70px;
  width: 7rem;
}
.ct-slick-arrows--type2 .slick-prev:before,
.ct-slick-arrows--type2 .slick-next:before {
  margin-top: -20px;
  margin-top: -2rem;
}
.ct-slick-arrows--type2 .slick-prev:after,
.ct-slick-arrows--type2 .slick-next:after {
  margin-top: 20px;
  margin-top: 2rem;
}
.ct-slick-arrows--type2 .slick-prev:hover:before,
.ct-slick-arrows--type2 .slick-next:hover:before {
  margin-top: -20px;
  margin-top: -2rem;
}
.ct-slick-arrows--type2 .slick-prev:hover:after,
.ct-slick-arrows--type2 .slick-next:hover:after {
  margin-top: 20px;
  margin-top: 2rem;
}
.ct-slick-arrows--type2 .slick-prev:hover:active,
.ct-slick-arrows--type2 .slick-next:hover:active {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.ct-slick-arrows--type2 .slick-prev {
  left: 10px;
  left: 1rem;
}
.ct-slick-arrows--type2 .slick-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ct-slick-arrows--type2 .slick-prev:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ct-slick-arrows--type2 .slick-prev:hover:before {
  margin-top: -27px;
  margin-top: -2.7rem;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.ct-slick-arrows--type2 .slick-prev:hover:after {
  margin-top: 27px;
  margin-top: 2.7rem;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.ct-slick-arrows--type2 .slick-next {
  right: 10px;
  right: 1rem;
}
.ct-slick-arrows--type2 .slick-next:before,
.ct-slick-arrows--type2 .slick-next:after {
  left: auto;
  right: 0;
}
.ct-slick-arrows--type2 .slick-next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ct-slick-arrows--type2 .slick-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ct-slick-arrows--type2 .slick-next:hover:before {
  margin-top: -27px;
  margin-top: -2.7rem;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.ct-slick-arrows--type2 .slick-next:hover:after {
  margin-top: 27px;
  margin-top: 2.7rem;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#home.ct-header.ct-header--slider {
  background-size: cover;
}
.ct-header .ct-slick {
  margin-bottom: 0;
}
.slick-initialized .slick-slide {
  display: block;
}
@media only screen and (min-width: 991px) {
.ct-u-display-tablex {
  display: table;
  width: 100%;
  height: 600px;
}
}
.ct-u-display-tablex > .inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.ct-header h1.big {
  font-size: 6.7rem;
  line-height: 1;
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  padding-top: 50px;
}
.ct-header p {
  font-size: 2.3rem;
  line-height: 1.1;
  margin: 30px 0 40px;
  color: #fff;
}

.ct-slick .slick-track,
.ct-slick .slick-list,
.ct-slick .item,
.ct-slick .slick-item {
  min-height: inherit;
}
.ct-slick .item {
  background-size: cover;
}
.ct-header a {
    text-decoration: none;
    color: inherit;
}
.ct-header .h5 {
    font-weight: 900;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 24px;
}
.ct-header.tablex.item.slick-slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

/*Shopping Cart*/
.cat__menu h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 30px;
}
.cat__menu ul {
    margin-top: 3rem;
    position: relative;
    z-index: 1;
}
.cat__menu ul li {
    margin: 0 0 5px;
}
.cat__menu ul li a {
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}
.cat__menu ul li a:hover {
    color: #a31f37;
    text-decoration: none;
}
.woocommerce-products-header {
    background-color: #e6e7e7;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 2rem 0; */
    margin-bottom: 5rem;
}
.woocommerce-products-header__title.page-title {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0;
    color: #a31f37;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
}
.shop--breadcrumbs, .shop--breadcrumbs * {
    height: 100%;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #000;
    text-decoration: none;
}
.woocommerce ul.products li.product, li.product {
    border: 1px solid #DDD;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #a31f37;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 3px;
    border: 1px solid #f0f0f0;
    background-color: #DDD;
    color: #000;
}
.woocommerce nav.woocommerce-pagination ul li {
    margin: 0 5px;
    border: none;
        border-right-color: currentcolor;
        border-right-style: none;
        border-right-width: medium;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.archive__product {
    margin-bottom: 5rem;
}
.woocommerce ul.products li.product a.button, .woocommerce div.product form.cart .button {
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #cd2653;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.0333em;
    line-height: 1.25;
    margin: 0;
    opacity: 1;
    padding: 1.1em 1.44em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: opacity 0.15s linear;
}
.product--image {
    background-color: #fff;
}
.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: 1;
    display: inline-block;
    color: #000;
}
.product--content {
    padding: 0 15px;
    margin: 0 0 2em;
}
.woocommerce div.product .product_title {
    font-size: 36px;
    color: #000;
    letter-spacing: 0;
}
.product_meta span {
    color: #c81f3f;
    font-weight: 700;
}
.product_meta span span {
    color: #777777;
    font-weight: normal;
}
.product_meta > span {
    display: block;
    margin: 0 0 1em;
}
.product_meta > span a {
    color: #777;
    text-decoration: none;
    font-weight: normal;
}
.product_meta > span a:hover {
    color: #c81f3f;
}

#tab-description * {
    /*width: 100%;*/
    max-width: none;
    font-family: var(--font);
}
#tab-description h2, .related.products h2 {
    font-size: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.related.products h2 {
	text-align: center;
    color: #c81f3f;

}
#tab-description p {
    font-family: var(--font);
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    color: #777;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #77a464;
    font-size: 36px;
    font-weight: bold;
    min-width: 200px;
    margin: 0;
}
.woocommerce div.product div.summary span.price ins {
    background: inherit;
    font-weight: 700;
    display: block;
    font-size: 200%;
}
.woocommerce div.product form.cart div.quantity, .woocommerce div.product form.cart .button {
    float: none;
    margin: 0;
    display: flex;
    align-items: center;
}
.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.woocommerce-variation-add-to-cart {
    display: flex;
}
.woocommerce div.product form.cart .button {
    margin-left: 2em;
}
input.minus, input.plus {
    background: transparent;
    color: #777;
    border: 1px solid #ddd;
    margin: 0;
    padding: .5em .25em;
    height: 100%;
    font-size: 22px;
}
input.minus:hover, input.plus:hover {
    text-decoration: none;
    background-color: #ddd;
}
.product--share-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.product--share-icons li {
    display: inline-block;
}
.product--share-icons li a span {
    font-size: 0;
}
.product--share-icons li a span::before {
    font-size: 24px;
}
.product--share {
    border-top: 1px solid #ddd;
    padding-top: 1em;
}
#site-content .woocommerce {
    /* padding: 5em 0; */
    margin: 0;
}
.woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none;
    border-radius: 5px;
    box-shadow: 0 0 25px rgba(0,0,0,.15);
    border: 1px solid #DDD;
}
.woocommerce-MyAccount-navigation ul a {
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    padding: .5em 1em;
    display: block;
    border-bottom: 1px solid #DDD;
}
.woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders.is-active a, .woocommerce-MyAccount-navigation ul a:hover {
    background-color: #c81f3f;
    color: #FFF;
    border-color: transparent;
}
.product-quantity .quantity {
    display: flex;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 300px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #c81f3f;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-family: var(--font);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #11b5d8;
    color: #fff;
}
.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.woocommerce h3 {
    font-size: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
}



/* Inline #17 | http://localhost/olympianlabs/ */

.subscribe__inner {
  padding: 5em;
}

.subscribe__content h3 {
  text-transform: uppercase;
  letter-spacing: 0;
  color: #8d5aa6;
  margin: 0 0 10px;
}

.subscribe__wrapper {
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.subscribe__content p {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-alt);
}

.subscribe__content {
  max-width: 600px;
}

.subscribe__inner {
  padding: 7em 3em;
}

.recipe-form {
  background: #E6E6E6;
  padding: 25px;
}

.recipe-form-head {
  display: flex;
}

.recipe-form-text {
  width: 60%;
}

.recipe-form-img {
  width: 40%;
  justify-content: center;
  text-align: center;
  display: flex;
}

.recipe-form-head {
  align-items: center;
}

.recipe-form-text strong {
  color: #C81F3F;
}

.recipe-form-text {
  font-size: 20px;
}

.recipe-form {
  margin: 0 0 1em;
}
.footer--social {
    list-style: none;
    margin: 0;
        margin-top: 0px;
        margin-bottom: 0px;
    padding: 0;
}
.footer--social li {
    display: inline-block;
    font-size: 22px;
    margin: 0 10px 5px 0;
}
.woocommerce-breadcrumb {
    text-align: right;
}
.product--image {
  display: flex;
  overflow: hidden;
  height: 300px;
  margin-bottom: 2em;
}
.product--image img {
    object-fit: contain;
    object-position: center;
    max-width: 150px;
    margin: 0 auto 1em !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 25%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 70%;
    clear: none;
}
.menu-modal.active {
    z-index: 9999;
}


.product-meta-row.top-row {
    display: flex;
}
.product-meta-box + .product-meta-box {
    margin-left: 2em;
}
.product_meta > span.sku_wrapper {
    margin: 0;
}

@media only screen and (max-width: 1199px) {
.top--ship-offer {
    left: 125px;
}
.header__search {
    min-width: 300px;
}
}

@media only screen and (max-width: 991px) {
.top__bar {
    display: none;
} 
.header-inner {
    padding: 1rem 0;
    max-width: 100%;
    width: 100%;
    position: relative;
}
.header-titles {
    max-width: 120px;
    margin: 0 auto 1em;
}
.header__widget {
    margin-top: 0;
    position: absolute;
    top: 3rem;
    right: 0;
}
.header-col {
    font-size: 0px;
}
.toggle.nav-toggle.mobile-nav-toggle {
    position: absolute;
    top: 3rem;
    display: block;
    bottom: auto;
    left: 0;
}
.header-col:last-child {
    margin-left: 0;
}
 .product-meta-row.top-row {
    display: flex;
    flex-direction: column;
} 
.product-meta-box + .product-meta-box {
    margin-left: 0;
}
.footer-shipping {
    width: 100%;
    text-align: center;
}
.footer-promo-inner {
    display: block;
    text-align: center;
}
.footer-support {
    display: none;
}
.woocommerce-products-header .col-md-4.offset-md-8 {
    max-width: 100%;
    flex: 100%;
    margin: 0 !important;
}
.woocommerce-products-header .row {
    margin: 0;
}
}
@media only screen and (max-width: 767px) {
.footer-cat-menu {
    column-count: 2;
}
.footer-widgets-wrapper {
    margin: 0;
    flex-wrap: wrap;
}
.footer-widgets {
    margin-left: 0;
    margin-bottom: 2rem;
}
.subscribe__content p {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-alt);
}
.subscribe__content {
    max-width: 400px;
}
}
@media only screen and (max-width: 575px) {
.subscribe__wrapper {
    background: none;
        background-image: none;
}
.subscribe__inner {
    padding: 2em 3em;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100%;
    clear: none;
} 
.woocommerce div.product .product_title {
    font-size: 22px;
}
.woocommerce ul.products li.product a.button, .woocommerce div.product form.cart .button {
    font-size: 1rem;
}
#tab-description h2, .related.products h2 {
    font-size: 20px;
}
}

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

}


/* Inline #19 | https://www.olympianlabs.com/product/turmeric-gummies/ */

.single_variation_wrap {
  width: 100%;
}

.woocommerce div.product div.summary .single_variation_wrap span.price ins {
  font-size: 100%;
}

.woocommerce div.product div.summary .single_variation_wrap span.price {
  display: flex;
  margin: 0 0 .5em;
}

.woocommerce div.product div.summary .single_variation_wrap span.price ins {
  margin-left: 1em;
}


.woocommerce div.product .subscription-option .price.subscription-price {
    font-size: 16px;
    line-height: 30px;
    font-family: var(--font);
    letter-spacing: 0;
    color: #000 !important;
    opacity: 1 !important;
    font-weight: 400 !important;
}
.woocommerce div.product .subscription-option .price.subscription-price ins {
    display: inline-block;
    color: #000;
    font-weight: 400;
}
.top__sellers .product--content .woocommerce-LoopProduct-link {
  display: flex;
  text-align: left;
  font-size: inherit;
  color: inherit;
  height: 11rem;
}
.top__sellers .product--content .woocommerce-LoopProduct-link del {
  display: none;
}
.top__sellers .product--content .woocommerce-LoopProduct-link .price .amount {
  min-width: 60px;
  display: block;
  text-align: right;
  color: #000;
  font-weight: 700;
}
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #cd2653;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  margin: 0;
  opacity: 1;
  padding: .8em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.15s linear;
  font-size: 1.4rem !important;
}
.top__seller-products.products.slick-initialized.slick-slider {
  margin-left: 0;
}
.top__seller-products .slick-next {
  right: 0;
  z-index: 110;
}
.top__seller-products .slick-prev {
  left: 0;
  z-index: 110;
}
.top__seller-products .slick-next::before, .top__seller-products .slick-prev::before {
  font-family: slick;
  font-size: 30px;
  line-height: 1;
  opacity: .75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: ;
}
.banner--promo {
  min-height: 300px;
  box-shadow: 0px 4px 11px rgba(211, 210, 210, 0.5);
  border-radius: 8px;
  background: white;
  z-index: 10;
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.banner_heading h3 {
  margin: 0;
  text-align: center;
  font-family: var(--font-alt);
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banner--promo {
  min-height: 300px;
  box-shadow: 0px 4px 11px rgba(211, 210, 210, 0.5);
  border-radius: 8px;
  background: white;
  z-index: 10;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  padding: 24px 32px;
}
.banner_content {
  display: flex;
  justify-content: center;
  font-family: var(--font-alt);
  font-size: 20px;
  line-height: 1.4;
}
.banner_content ul {
  margin-left: 0;
}
.banner_image {
  max-width: 300px;
  margin: 16px auto;
  position: relative;
}
.banner_button {
  text-align: center;
}
.banner_button .button {
  text-decoration: none;
}
.banner_button .button:hover {
  text-decoration: none;
}
.button.product_type_simple:hover {
  background-color: #000;
  color: #FFF;
}