@import url("https://use.typekit.net/zwg7hle.css");

:root {
	--dugoutBlue: #00b4f1;
	--dugoutPink: #ed2593;
	--dugoutYellow: #ead518;
}

.tm-toolbar-default {
	    margin-bottom: 13px;
}
header.tm-header.uk-visible\@m {
    overflow: hidden;
}
.tm-toolbar .uk-margin-auto-left {
    margin-left: auto;
    margin-right: auto;
}
div#custom_html-5 {
    font-size: 16px;
    text-transform: uppercase;
}

.uk-navbar-nav>li.uk-active::before {
       content: url(/wp-content/uploads/2024/12/x.png);
    bottom: -24px;
    left: -35px;
    transform: scale(0.4);
    align-content: center;
    position: absolute;
    z-index: 0;
}
.uk-navbar-nav>li.uk-active {
    position: relative;
}

.uk-navbar-nav>li.uk-active>a {
	    position: relative;
z-index: 2;
}

div#custom_html-6::before {
    content: '';
    background-color: var(--dugoutBlue);
    width: 150%;
    height: 200%;
    position: absolute;
    z-index: 0;
}

div#custom_html-6 {
    position: relative;
    margin-left: 20px;
}
.banner .el-item::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0) 100%);
    position: relative;
    display: inherit;
}
.banner .el-item img {
    background-image: linear-gradient(90deg, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0) 100%);
}
.banner .uk-position-cover {
    z-index: 2;
}
.banner .uk-text-primary {
    color: #00b4f1 !important;
}


.featured-category .uk-position-center-left, .stitching-left, .jersey-border, .stitching-top-right, .mailing-form .uk-tile-secondary {
    position: relative;
}
.featured-category .uk-position-center-left::before {
    content: '';
    background: black;
    width: 100%;
    height: 300%;
    display: block;
    position: absolute;
    top: -100%;
    clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
}
.category-section.uk-section-xsmall {
    padding: 10px;
}
.stitching-left::before {
    content: url(/wp-content/uploads/2024/12/stitching.png);
    bottom: 12%;
    right: 102%;
    position: absolute;
    z-index: 0;
    transform-origin: 0 0;
}
a.el-content.uk-link-text, .el-link.uk-link-text {
    text-transform: uppercase;
}
.jersey-border::before {
    content: '';
    top: -20px;
    position: absolute;
    background-image: url(/wp-content/uploads/2024/12/jersey-banding.png);
    width: 101%;
    height: 60px;
}

.news-grid .uk-padding-small {
    padding: 15px;
}
.news-grid .el-link.uk-link-text {
    color: var(--dugoutBlue);
}
.stitching-top-right::before {
    content: url(/wp-content/uploads/2024/12/stitching.png);
    top: -10px;
    right: -10px;
    position: absolute;
    transform-origin: 0 0;
    z-index: 1;
}
.mailing-form .uk-tile-secondary::before {
   content: '';
    background: black;
    width: 20%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    clip-path: polygon(85% 0, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
    left: -19%;
}
ul.uk-list.featured-list {
    border-left: var(--dugoutBlue) 2px solid;
    padding-left: 27px;
}
.footer.uk-section-primary.uk-section {
    background: black;
}


.uk-logo {
    padding: 5px;
}

.uk-tile-secondary:not(.uk-preserve-color) .uk-text-primary {
    color: var(--dugoutBlue) !important;
}
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-secondary, .yellow-link a.el-content.uk-link-text {
    color: var(--dugoutYellow) !important;
}

.el-item.uk-card {
    box-shadow: 0 0 15px 2px #ededed;
}
.el-item.uk-tile-default {
	box-shadow: 0 0 15px 2px #ededed;
}


/* enquiry form */

.ginput_container input, .ginput_container textarea, .ginput_container select {
   background: transparent;
    border: 1px solid grey;
    padding: 14px 20px !important;
    font-size: 18px !important;
    color: #fff !important;
    outline: 0 !important;
    font-family: inherit;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-family: 'montserrat' !important;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0;
}
.ginput_container input::placeholder, .ginput_container textarea::placeholder, .ginput_container select::placeholder, .ginput_container select {
	color: #fff;
    font-style: italic;
}
.ginput_container input:focus, .ginput_container textarea:focus, .ginput_container select:focus {
    border: 2px var(--dugoutPink) solid !important;
}


/* enquiry button */ 
.gform_footer input {
        background: var(--dugoutBlue) !important;
    color: #fff;
    border: 1px var(--dugoutBlue) solid !important;
    cursor: pointer;
padding: 5px 25px;
	font-size: 30px !important;
    font-weight: 500;
    font-family: apotek-comp !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.1s !important;
	transition: 0.1s !important;

background-origin: border-box;
}

.gform_footer input:focus, .gform_footer input:hover {
	background: transparent !important;
    color: #fff;
	border: 1px var(--dugoutBlue) solid !important;
}

/* sticky phone button */
.floatingphone-mobile {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: var(--dugoutBlue);
    width: 50px;
    height: 43px;
    padding: 9px 9px 6px 1px;
    box-shadow: -4px 9px 10px #00000026;
    border: 4px solid #fff;
    z-index: 199999;
    border-radius: 100%;
    padding: 15px 3px 1px 8px;
}

.floatingphone-mobile img {
    transform: skewX(10deg);
    margin-right: 5px;
	margin-left: 10px;
}

.floatingphone-mobile a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
a.el-slidenav.uk-icon.uk-slidenav {
    background-color: #2a2929ed;
}
.uk-slidenav {
    padding: 5px 10px;
    color: rgb(56 56 56 / 90%);
    margin-right: 10px;
}


/* WOOCOMMERCE SETTINGS */
.products-grid .el-title.uk-card-title, ul.products>* .woocommerce-loop-product__link .woocommerce-loop-product__title {
    max-width: 80%;
    min-width: 78%;
    display: inline-flex ;
    font-family: 'rival-sans';
    font-size: 17px ;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
}
.products-grid .el-meta, ul.products>* .woocommerce-loop-product__link span.price {
    max-width: 20%;
    min-width: 19%;
    display: inline-flex;
    justify-content: flex-end;
	color: var(--dugoutBlue);
	    font-size: 16px;
}
.editor-block-list__block .wc-block-grid__product-title, .wc-block-grid__product-title, .wc-block-grid__product-title {
	font-family: 'rival-sans';
    font-size: 17px !important;
    text-transform: uppercase;
    font-weight: 500;
    color: black !important;
	text-decoration: none;
}
a.wc-block-grid__product-link:hover {
    text-decoration: none !important;
    font-weight: 700 !important;
}
span.woocommerce-Price-amount.amount {
    color: var(--dugoutBlue) !important;
    font-weight: bold;
    font-size: 18px;

}
div#wc-square-digital-wallet {
    float: left;
}

.products-grid img.el-image, li.product.type-product.purchasable.product-type-simple a img, .wc-block-grid__products .wc-block-grid__product-image {
    border: 1px solid grey;
    padding: 0px;
	    position: relative;
}
/* still working on this hover effect */
.products-grid .el-item:hover img.el-image::after {
    content: '';
    background: var(--dugoutPink);
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.2s;
}
.products-grid .el-item img.el-image::after {
    content: '';
	display: block;
	opacity: 0;
    background: var(--dugoutPink);
    width: 100%;
    height: 100%;
    transition: 0.2s;
}

.ecom-icons svg {
    transform: scale(1.2);
}
div#sticky-images {
    padding-top: 15px;
}

li.product.type-product.purchasable.product-type-simple a:hover img::after {
    opacity: 1;
}

li.product.type-product.purchasable.product-type-simple a img::after {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    display: block;
    transition: all 0.8s;
    position: absolute;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: block;
}
.woocommerce-additional-fields h3 {
    padding-top: 20px;
}

li.woocommerce-MyAccount-navigation-link:hover {
    opacity: 0.6;
}

li.woocommerce-MyAccount-navigation-link.is-active {
    background: var(--dugoutBlue);
}

li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #fff !important;
}

li.woocommerce-MyAccount-navigation-link {
    background: #f9f9f9f9;
    margin-bottom: 8px;
    border-radius: 10px;
    padding: 3px 12px 4px;
    transition: 0.2s;
}
section.related.products h2 {
    display: none;
}

.woocommerce table.cart thead th,
.woocommerce table.shop_table :not(thead)>th {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-transform: inherit;
}

.woocommerce table.cart td.product-name {
    width: 60%;
}
.woocommerce table.shop_table td.download-product a, .woocommerce table.shop_table td.product-name a {
    color: #2d2e33;
    text-decoration: none !important;
    font-size: 16px;
}
.form-row label:first-child:not(.checkbox, .woocommerce-form__label-for-checkbox) {
    font-size: 14px;
}

:not(.woocommerce-message, .woocommerce-Message)>.button:not(.alt, .checkout, .view, .pay, [name*=save_]):hover,
:not(.woocommerce-message, .woocommerce-Message)>input[type=submit]:not(.alt, .checkout, .view, .pay, [name*=save_]):hover {
    background-color: transparent;
    color: var(--dugoutYellow);
    border-color: var(--dugoutYellow);
}

.woocommerce input[type=checkbox]:checked,
.woocommerce input[type=checkbox]:indeterminate,
.woocommerce input[type=radio]:checked {
    background-color: var(--dugoutYellow);
    border-color: transparent;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:hover {
	color: var(--dugoutYellow);
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover, button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained:hover {
   background-color: #000000;
    text-decoration: none;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained {
    background-color: var(--dugoutYellow);
    color: #fff;
    border: 2px solid transparent;
    font-family: 'apotek-comp';
    text-transform: uppercase;
    font-size: 26px;
    padding: 6px;
    min-height: 0px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	    background-color: black;
    display: block !important;
    color: #fff;
    border: 2px solid black;
    font-family: 'apotek-comp';
    text-transform: uppercase;
    font-size: 26px !important;
    padding: 1px;
    min-height: 0px;
    border-radius: 0px;
}
.wc-block-grid__product-add-to-cart.wp-block-button:hover .wp-block-button__link{
	border: 2px solid var(--dugoutYellow);
	background: transparent;
	color: var(--dugoutYellow);
	text-decoration: none;
}
.wc-block-components-title.wc-block-components-title {
    font-size: 35px;
    color: black;
}
.woocommerce-Address h2 {
    font-size: 40px;
}
.woocommerce-MyAccount-content legend {
    font-size: 50px;
}
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center {
    font-size: 55px;
}
h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    font-size: 22px;
}




/* side cart styling */
.xoo-wsc-qty-price span.woocommerce-Price-amount.amount {
    font-weight: 500;
    font-size: 16px;
    color: black !important;
}



/* wishlist styling */
.page-id-428 h1.uk-article-title, .wishlist-title.wishlist-title-with-form {
    display: none;
}
.wishlist_table thead tr th {
    background-color: transparent;
}
.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: #297e29;
    font-size: 16px;
}
span.yith-wcwl-add-to-wishlist-button__label {
    color: var(--dugoutPink);
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
    display: none;
}
.yith-add-to-wishlist-button-block {
    float: left;
}
h4.yith-wcwl-share-title {
    font-size: 25px;
}
.yith-wcwl-share li a {
    min-height: 20px;
}
table.wishlist_table thead th {
    border-top: none;
}
a.yith-wcwl-add-to-wishlist-button:hover .yith-wcwl-icon, button.yith-wcwl-add-to-wishlist-button:hover .yith-wcwl-icon {
    color: var(--dugoutYellow) !important;
	transition: 0.3s;
}


/* product search styling */

.css-lcn52e {
    top: 5px;
    background-color: var(--dugoutPink);
    color: rgb(255, 255, 255);
}
.ywcas-popover-results .popover-content .wp-block-yith-filled-block .ywcas-search-results .search-result-item .search-result-add-to-cart {
    border-radius: 0px;
    padding: 0.5em 1em;
    background-color: var(--dugoutBlue);
    border-color: var(--dugoutBlue);
    font-family: 'apotek-comp';
    text-transform: uppercase;
    font-size: 23px;
}












/* SLIDE BUTTON EFFECT - OPTIONAL will need to RE-add button colours here  ** DELETE IF NOT USING ON SITE */
/*
 * 
 .uk-button::after {
  transition: all 0.5s;
}
.uk-button:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s;
}
.uk-button::after {
  top: 0;
  bottom: 0;
  left: -101%;
  right: 100%;
}


.uk-button-default, .uk-button-primary {
  position: relative;
  z-index: 1;
  overflow: hidden;
}



.uk-button.uk-button-default::after {
  content: "";
  background: rgba(201,108,72,.75);
  position: absolute;
  z-index: -1;
  display: block;
}


.uk-light .uk-button-default::after {
  content: "";
  background: rgb(255 255 255 / 15%);
  position: absolute;
  z-index: -1;
  display: block;
}

.uk-button.uk-button-primary::after {
  content: "";
  background: rgba(33,72,129,.56);
  position: absolute;
  z-index: -1;
  
  display: block;
}


.uk-button.uk-button-secondary::after {
  content: "";
  background: rgba(121,141,174,.75);
  position: absolute;
  z-index: -1;
  
  display: block;
}

*/
@media (max-width: 1500px) and (min-width: 960px) {

.stitching-top-right::before {
    right: -20%;
	z-index: 3;
}
}

@media (max-width: 1300px) and (min-width: 960px) {
.dugout-tagline img.el-image {
    width: 40%;
}
	.dugout-tagline {
    bottom: -22px !important;
}
}

@media (max-width: 1150px) and (min-width: 960px) {
	.uk-logo img {
    height: 53px;
    width: auto;
}
	.uk-navbar-container .uk-container, .tm-toolbar .uk-container {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media (max-width: 960px) {
	.uk-logo img {
    height: 46px;
    width: auto;
}
}
@media (max-width: 960px) and (min-width: 380px) {

	.dugout-tagline img.el-image {
    width: 60%;
}
	.dugout-tagline {
    bottom: -22px !important;
}
	    .stitching-top-right::before {
        right: -600px;
        z-index: 3;
    }
}
	
@media (max-width: 640px) {


}


@media  (max-width: 380px) {

	.dugout-tagline img.el-image {
    width: 80%;
}
	.dugout-tagline {
    bottom: -16px !important;
}
	    .stitching-top-right::before {
        right: -710px;
        z-index: 3;
    }
}