/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*
 * General
 */
th,
table.my_account_orders td {
    text-align: center;
}

.button.secondary span,
.button.alt.shipmondo_select_button {
    color: #2C292F;
}

.shipmondo_dropdown_button:after {
    border-top: 5px solid #2C292F;
}

.button, button, input[type=submit], input[type=reset], input[type=button] {
    font-weight: 600;
}

.slider-nav-reveal {
    overflow: visible;
}

.slider-nav-reveal .flickity-prev-next-button.next {
    transform: translateX(40%);
}

.slider-nav-reveal .flickity-prev-next-button.previous {
    transform: translateX(-40%);
}

.slider:hover .flickity-prev-next-button.next {
    transform: translateX(30%) !important;
}

.slider:hover .flickity-prev-next-button.previous {
    transform: translateX(-30%) !important;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    font-size: 12px !important;
}

.product-add-to-cart .button {
    color: #2C292F;
    border-radius: 25px;
}

.breadcrumbs,
.breadcrumbs a:last-child {
    color: #BFC2B7;
    font-size: 18px;
}

.breadcrumbs a {
    font-weight: bold;
    color: #2C292F;
}

.pf_rngstyle_flat .irs-from,
.pf_rngstyle_flat .irs-to,
.pf_rngstyle_flat .irs-single {
    background: transparent !important;
    border-radius: 0 !important;
    border: 1px solid #97DAED;
    color: #1F1F1F !important;
    padding: 10px !important;
}

.pf_rngstyle_flat .irs-slider {
    top: 48px !important;
}

.pf_rngstyle_flat .irs-bar,
.pf_rngstyle_flat .irs-line {
    top: 55px !important;
}

.prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll {
    min-height: 100px;
}

/*
 * Header styling
 */
#alertinfo {
    background-color: red;
    position: relative;
    z-index: 1;
    text-align: center;
}

#alertinfo p {
    margin: 0;
    padding: 5px 15px;
    color: white;
}

#masthead .container {
    padding: 0 100px;
}

#logo img {
    margin: 0 0 0 auto;
}

.html.custom {
    display: inline-flex;
}

.nav-right {
    justify-content: center;
}

.nav-small.nav>li.html {
    color: #2c292f;
}

.nav>li.focus {
    border-bottom: 2px solid rgb(250, 96, 0);
}

.nav>li.focus a {
    padding: 5px 0;
}

.html.custom p {
    margin-left: 10px;
}

.support-message {
    height: 50px;
}

.support-message p {
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
}

.section-content .flickity-viewport,
.section-content .slider-nav-reveal {
    overflow: visible;
}

.brand-slider .flickity-viewport {
    overflow: visible;
    clip-path: inset( -100vw 0 );
}

.nav-left {
    justify-content: center;
}

li.header-search-form.search-form.html.relative.has-icon {
    width: 80%;
}

.searchform-wrapper .icon-search {
    display: none;
}

.icon-plus:before {
    content: "";
/*    background-image: url('https://skioutlet.nu/wp-content/uploads/2021/12/Untitled-1.png');
    background-size: 10px 10px;*/
}

a.hotspot {
    background-image: url('https://skioutlet.nu/wp-content/uploads/2021/12/Untitled-1.png');
    background-size: 24px 24px;
}

.autocomplete-suggestion img {
    width: auto;
    border-radius: 0;
    height: 100px;
    display: inline-flex;
}

.search-title-and-price {
    display: flex;
    flex-direction: column;
    flex: 2;
}

.autocomplete-suggestion .search-name {
    color: #1F1F1F;
    text-transform: uppercase;
}

.discount-and-stock {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 2;
}

.search-discount {
    background-color: #E1F41C;
    color: #000000;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
    font-weight: 700;
}

.col .live-search-results, .header-block .live-search-results, .header .search-form .live-search-results{
    border-radius: 25px;
    background-color: white;
}

.header-block .autocomplete-suggestions, .header .search-form .autocomplete-suggestions {
    border-radius: 25px;
    border: 1px solid #97DAED;
}

.banner h2 {
    line-height: 1.2;
    font-family: Inter Tight, sans-serif;
}

.big-font h2 {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: -3px;
}

.big-font p {
    font-size: clamp(40px, 2.5vw, 22px);
    line-height: clamp(50px, 2.5vw, 22px);
    margin: 0;
}

.bigger-font p,
.bigger-font {
    font-size: clamp(120px,2.5vw,32px);
    line-height: clamp(100px,2.5vw,32px);
    font-weight: 600;
}

.banner p {
    font-family: Inter Tight, sans-serif;
}

.banner .x100 p {
    margin: 15px 0;
}

.banner.has-hover.hero {
    height: 100%;
}

.banner.has-hover.hero p {
    font-size: 14px;
}

h2.banner-font {
    font-family: 'Sharpie', sans-serif;
    font-weight: 800 !important;
    font-size: 60px;
}

.before-price-banner p {
    font-family: 'Sharpie', sans-serif;
    text-transform: uppercase;
    font-size: 24px !important;
    font-weight: 800;
    margin: 0;
}

.before-price-banner.line {
    text-decoration: line-through;
}

.row-divided>.col+.col:not(.large-12) {
    border-left: none;
}

/*
 * Product Filter
 */
.pf_rngstyle_flat .irs-line,
.pf_rngstyle_flat .irs-bar {
    height: 5px !important;
}

.pf_rngstyle_flat .irs-from:after,
.pf_rngstyle_flat .irs-to:after,
.pf_rngstyle_flat .irs-single:after {
    border-top-color: #97DAED !important;
    border: none !important;
}

.widget .is-divider {
    display: none;
}

.pf-help-title {
    margin-bottom: 15px;
}

/*
 * Product Overview General
 */
.flex-col.medium-text-center.form-flat {
    display: flex;
}

.woocommerce-result-count {
    display: inline-flex;
    margin: 0 15px 0 auto;
    align-items: center;
}

/*
 * Megamenu
 */

.nav-dropdown .menu-item-has-children>a,
.nav-dropdown .title>a, .nav-dropdown .nav-dropdown-col>a {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.nav-dropdown-has-shadow .nav-dropdown {
     -webkit-box-shadow: 0px 30px 30px rgb(0 0 0 / 20%);
     box-shadow: 0px 30px 30px rgb(0 0 0 / 20%);
}

.nav-dropdown-has-border .nav-dropdown {
    border: none;
}

.row.megamenu-img {
    background-color: #97DAED;
}

.row.megamenu-img.neg {
    background-color: #E1F41C;
}

.megamenu-img .img.has-hover {
    background-color: #E1F41C;
    padding: 25px;
    margin-bottom: 0;
}

.megamenu-img.neg .img.has-hover {
    background-color: #FF7C10;
}

.megamenu-img .col {
    padding-right: 0;
    padding-left: 25px;
    padding-bottom: 35px;
}

.megamenu-img .col-inner {
    position: relative;
}

.megamenu-img .col-inner p {
    position: absolute;
    bottom: -26px;
    font-size: 12px;
    font-weight: 600;
    color: #1F1F1F;
}

.ux-menu-link__link {
    padding-top: 0;
    padding-bottom: 0;
    min-height: inherit;
}

.header-nav span.ux-menu-link__text {
    font-size: 12px;
    text-transform: uppercase;
    color: #1F1F1F;
    line-height: 30px;
}


.ux-menu-link.flex.menu-item:first-child span.ux-menu-link__text {
    font-weight: 600;
}

.sub-menu.nav-dropdown .col.medium-2.small-12.large-2:first-child span.ux-menu-link__text {
    font-weight: 600;
}

/*
 * Mini cart
 */
a.header-cart-link.icon.primary.button.round.is-small {
    background-color: #E1F41C;
    color: #1F1F1F;
    height: 50px;
    width: 100px;
    line-height: 50px;
    border-radius: 23px;
    display: inline-flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: baseline;
}

span+.image-icon {
    margin-right: 5px;
    margin-left: 0;
}

[data-icon-label]:after {
    top: -8px;
    right: -8px;
}

.nav>li>a>i {
    font-size: 25px;
}

.header-wishlist-icon i.wishlist-icon.icon-heart-o:after {
    background-color: white;
    color: #1F1F1F;
    border: 1px solid #97DAED;
}

.header-wishlist-icon i.wishlist-icon.icon-heart-o {
    color: #97DAED;
}

.button [data-icon-label]:after {
    color: #1F1F1F;
    background-color: white;
    border: 1px solid #E1F41C;
    top: -15px;
    right: -60px;
    line-height: 16px;
}

/*
 *  Quick view
 */
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: flex;
}

.button.alt:not(.is-outline),
.single_add_to_cart_button {
    border-radius: 23px;
}

/*
 * Product category
 */
.page-title-inner h1.shop-page-title.is-xlarge,
.page-title-inner .flex-col.medium-text-center:last-child,
.category-page-title .woocommerce-breadcrumb.breadcrumbs {
    display: none;
}

p.name.product-title.woocommerce-loop-product__title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.add_to_wishlist.single_add_to_wishlist span {
    display: none;
}

.yith-wcwl-add-to-wishlist {
    position: absolute;
    right: 0;
    top: 20px;
}

.product .title-wrapper {
    display: flex;
    flex-direction: column-reverse;
    width: 90%;
}

.banner h3 {
    font-weight: 600;
}

/* Find ud af hvor det bliver lavet henne */
#aw-box-k5bd84838e051812eba075dd0,
#aw-box-k5bd84838e051812eba075dcf,
#aw-box-k5bd84838e051812eba075dcb {
    display: none;
}

.message-container.container.medium-text-center {
    text-align: center;
}

.box-shadow, .row-box-shadow-2 .col-inner,
.row-box-shadow-2-hover .col-inner:hover,
.box-shadow-2, .box-shadow-2-hover:hover {
    -webkit-box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 16%);
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 16%);
}

/*
 * Product Overview General
 */
.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before {
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #2C292F !important;
}

.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before {
    box-shadow: 0 0 0 1px #fff,
                0 0 0 2px #97DAED;
    background-color: #97DAED;
    border: none !important;
}

.prdctfltr_active span {
    color: #97DAED;
}

.prdctfltr_filter .prdctfltr_count {
    border: none;
    background-color: transparent;
    font-size: 12px;
}

.prdctfltr_filter .prdctfltr_count:before {
    content: "(";
}

.prdctfltr_filter .prdctfltr_count:after {
    content: ")";
}

.prdctfltr_woocommerce_ordering .prdctfltr_filter .prdctfltr_regular_title, .pf_select .prdctfltr_filter .prdctfltr_regular_title {
    border:  1px solid #97DAED !important;
    background-color: transparent !important;
}

.prdctfltr-down:before {
    color: #97DAED;
}

.badge {
    height: 72px;
    width: 72px;
}

.badge-inner {
    color: #1F1F1F;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -2px;
}

.box-image>a, .box-image>div>a,
.grid-tools a:hover {
    color: #1F1F1F;
}

.badge-outline, .badge-circle {
    margin-left: 1em;
}

.yith-wcwl-icon.fa.fa-heart-o {
    content: "\f004";
}

.breadcrumbs {
    text-transform: capitalize;
}

.price-wrapper {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.single-product .price-wrapper {
    align-content: flex-end;
    justify-content: flex-end;
    position: relative;
}

.single-product .flickity-enabled.is-draggable .flickity-viewport .woocommerce-product-gallery__image {
    aspect-ratio: 1/1;
    position: relative;
}

.single-product .flickity-enabled.is-draggable .flickity-viewport .woocommerce-product-gallery__image a {
    aspect-ratio: 1/1;
    width: 100%;
}

.product-gallery-slider img, .product-thumbnails img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.price-on-sale del {
    position: absolute;
    bottom: 50px;
    right: 0;
    font-size: 16px;
}

#order-number-container {
    position: relative;
    width: 100%;
    display: block;
    margin-right: 15px;
}

#order-number-container .page-load-status {
    position: absolute;
    right: 15px;
    top: 10px;
}

.product-lightbox-inner .price-on-sale del {
    position: inherit;
    margin-left: 10px;
}

.product-lightbox-inner .price-wrapper .price {
    display: flex;
    flex-direction: row-reverse;
}

.lightbox-content {
    padding: 15px;
}

span.amount {
    color: inherit;
}

span.adt-regular-price {
    text-decoration: line-through;
    position: absolute;
    right: 0;
    bottom: 60px;
    font-size: 14px;
    font-weight: 500;
}

.checkmark:after {
    content: "\2713";
    color: #97DAED;
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
}

.low-stock-status {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    height: 80px;
}

.stock-quantity {
    border-bottom: 1px solid #97daed;
}

.price-wrapper .price {
    font-size: 30px;
    color: #1F1F1F;
    font-weight: 500;
    margin-left: 5px;
}

.box-text .add-to-cart-button .button {
    margin-top: 0;
}

a.primary.is-small.mb-0.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.is-flat,
a.primary.is-small.mb-0.button.product_type_grouped.is-flat,
a.primary.is-small.mb-0.button.product_type_variable.add_to_cart_button.is-flat {
    background-color: #E1F41C;
    color: #2C292F;
    padding: 10px 20px;
    border-radius: 23px;
    white-space: nowrap;
}

.form-flat input:not([type=submit]), .form-flat textarea, .form-flat select {
    border-color: #97DAED;
    background-color: transparent;
    height: 50px;
}

.yith-wcwl-add-button img {
    width: 20px !important;
    height: auto;
}

.fa-heart:before {
    color: #97DAED;
    font-size: 20px;
}

.has-shadow .box-text {
    padding-left: 0;
    padding-right: 0;
}

/*.prdctfltr_filter {
    width: auto !important;
}*/

.prdctfltr_add_scroll.prdctfltr_down {
    max-height: 300px;
    overflow-y: scroll;
}

#shop-sidebar .prdctfltr_add_scroll.prdctfltr_down {
    max-height: inherit;
    overflow: visible;
}

.product-summary .variations_button,
.product-type-simple form.cart {
    display: inline-flex;
    width: 100%;
}

.adt-USP {
    font-size: 12px;
}

.icon-box-left .icon-box-img,
.icon-box-right .icon-box-img {
    align-self: center;
}

.adt-USP .icon-box-text .text p {
    margin-bottom: 0;
}

label, legend {
    font-weight: 400;
}

/*maybe needed, try flatsome first*/
.product-small.box {
    background-color: white;
    padding: 10px;
}

/*
 * Single product
 */
h1.product-title.product_title.entry-title {
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

a.product-brand {
    color: #97DAED;
}

.form-flat select {
    padding: 0 20px;
}

.flickity-prev-next-button {
    opacity: 1;
}

.slider-nav-reveal .flickity-prev-next-button:hover,
.slider-nav-reveal .flickity-prev-next-button {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 80px;
}

.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
    background-color: white;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    padding: 25px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.section-content .adt-USP .col {
    border: 1px solid rgb(0 0 0 / 5%);
}

.banner .text-box-content h3.uppercase {
    text-decoration: underline;
}

.section-content .adt-USP .col-inner {
    padding: 30px;
    overflow: hidden;
    align-self: center;
}

.icon-box.featured-box.icon-box-left.text-left {
    width: 230px;
    margin: auto;
    max-width: 100% !important;
}

.product-footer .slider-nav-reveal,
.product-footer .flickity-viewport {
    overflow: visible;
}

.single-product .page-title-inner {
    min-height: inherit;
}

.badge-container.absolute.left.top.z-1 {
    z-index: 10;
}

.quantity+.button {
    color: #2C292F;
    width: 100%;
    height: 50px;
}

.related.related-products-wrapper.product-section {
    margin-top: 30px;
    border-top: 0;
}

.related.related-products-wrapper.product-section h3 {
    font-size: 30px;
}

del {
    color: #2C292F;
}

.woocommerce-variation-price {
    border-top: none;
}

.form-minimal input:not([type="submit"]), .form-minimal textarea, .form-minimal select {
    background-color: white;
}

.add-to-cart-button {
    margin: 0 auto 0 0;
}

.woocommerce.columns-1 .col-inner {
    padding: 0 15px;
}

.button.icon.circle {
    display: none;
}

.small-icon-width .icon {
    width: 20px;
    margin: auto;
}

.product-short-description {
    font-size: 12px;
    font-weight: 500;
}

/*
 * CART PAGE
 */
.button.primary:not(.is-outline) {
    background-color: #E1F41C !important;
    color: black;
    padding: 10px 20px;
    border-radius: 23px;
}

p.category.uppercase.is-smaller.no-text-overflow.product-cat {
    margin-bottom: 10px;
}

div.adt-kategori-video {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
}

.cart-checkout-back, .cart-checkout-proceed {
    padding: 5px 20px;
}

.checkout-page-title.page-title {
    display: none;
}

.cross-sells {
    display: inline-flex;
    flex-direction: column;
    flex: 1;
    width: 45% !important;
}

.woocommerce.row.row-large.row-divided {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 2;
    align-content: flex-end;
}

.cross-sells,
.woocommerce .col.large-7.pb-0.cart-auto-refresh {
    background-color: white;
    padding: 38px;
    margin: 10px;
}

.woocommerce .col.large-7.pb-0.cart-auto-refresh,
.woocommerce .col.large-5.pb-0.cart-auto-refresh {
    margin: 10px;
}
.woocommerce .col.large-5.pb-0.cart-auto-refresh {
    padding: 0;
}

.woocommerce-cart .product-small.box {
    display: flex;
}

.woocommerce-cart .has-equal-box-heights .box-image {
    padding-top: 35% !important;
    width: 30%;
    margin: 0;
    display: inline-flex;
    flex: 1;
}

.woocommerce-cart .has-shadow .box-text {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    flex: 2;
    justify-content: space-between;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 15px;
}

.woocommerce-cart span.adt-regular-price {
    right: 20px;
    bottom: 35px;
}

.woocommerce-cart .yith-wcwl-add-to-wishlist,
.woocommerce-cart .low-stock-status {
    display: none;
}

.wishlist_table td {
    text-align: center;
}

.has-equal-box-heights .box-image img,
.has-format img, .image-cover img,
.video-fit iframe, .video-fit video,
img.back-image {
    -o-object-fit: contain;
    object-fit: contain;
}

.product .box-image img {
    aspect-ratio: 1/1;
    -o-object-fit: contain;
    object-fit: contain;
}

.woocommerce-cart .badge {
    height: 50px;
    width: 50px;
}

.woocommerce-cart .badge-container {
    display: none;
}

.woocommerce-cart .box-shadow,
.woocommerce-cart .row-box-shadow-2 .col-inner,
.woocommerce-cart .row-box-shadow-2-hover .col-inner:hover,
.woocommerce-cart .box-shadow-2,
.woocommerce-cart .box-shadow-2-hover:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid lightgrey;
}

.woocommerce-cart .row-box-shadow-2 .col-inner:first-child{
    border: none;
}

.woocommerce-cart .product-small.box {
    padding: 10px 0;
}

.woocommerce-cart .row-small>.flickity-viewport>.flickity-slider>.col,
.woocommerce-cart .row-small>.col {
    padding: 0 9.8px 0;
}

.cart_totals .button,
button#place_order {
    color: #2C292F;
    padding: 10px;
}

.order-total .woocommerce-Price-amount {
    color: #1F1F1F;
    font-size: 30px;
    font-weight: 600;
}

.order-total .includes_tax .woocommerce-Price-amount {
    color: inherit;
    font-size: inherit;
}

.cross-sells h2 {
    font-size: 1.6em;
}

/*
 * CHECKOUT PAGE
 */

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    font-size: 14px;
}

input[type=email], input[type=date], input[type=search], input[type=number],
input[type=text], input[type=tel], input[type=url], input[type=password],
textarea, select, .select-resize-ghost, .select2-container .select2-choice,
.select2-container .select2-selection {
    border: 1px solid #97DAED;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button#place_order {
    width: 100%;
    text-transform: none;
    margin: 15px 0;
}

.button, button, input, textarea, select, fieldset {
    margin-bottom: 10px;
}

.woocommerce-billing-fields p {
    margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-billing-fields {
    border-top: 0;
    padding-top: 0;
}

form.checkout h3 {
    font-size: 28px;
    text-transform: none;
}

/* refund styles */
/*.ywcars_refund_info_add_mesage,
.ywcars_block:has(#ywcars_form_reason),
.ywcars_block:has(#ywcars_form_attachment) {
    display: none;
}*/

.ywcars_refund_info_add_mesage {
    display: none;
}

@media (min-width: 550px) {
    p.form-row-first {
        margin-right: 2%;
    }

    p.form-row-first, p.form-row-last {
        width: 49%;
    }
}

.woocommerce-checkout .large-7 #customer_details,
.woocommerce-checkout .large-5 .col-inner.has-border {
    background-color: white;
    padding: 15px;
}

.woocommerce-checkout .large-5 .col-inner.has-border {
    border: none;
}


.woocommerce-checkout .adt-USP {
    margin-top: 30px;
    padding-left: 15px;
}

.woocommerce-checkout .icon-box-left .icon-box-img,
.woocommerce-checkout .icon-box-right .icon-box-img {
    width: 40px !important;
}

.woocommerce-checkout .icon-box-img svg,
.woocommerce-checkout .icon-box-img img {
    width: auto;
    margin: 0 auto;
    display: flex;
}

@media screen and (min-width: 550px) {
    .woocommerce-cart .medium-columns-3>.col {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media screen and (min-width: 850px) {
    .woocommerce .cart-collaterals.large-5 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .woocommerce-cart .gallery-columns-4 .gallery-item,
    .woocommerce-cart .large-columns-4>.col,
    .woocommerce-cart .large-columns-4 .flickity-slider>.col {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

/*
 * BLOG POST
 */
@media screen and (min-width: 850px) {
    header.entry-header {
        max-width: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
        margin: auto;
    }
}

.entry-category,
.entry-divider {
    display: none;
}

.entry-header-text {
    padding: 0;
}

.entry-header .entry-title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

.entry-content {
    padding-top: 0;
}

.entry-content.single-page p {
    font-size: 12px;
}
.entry-content.single-page .row:first-child p {
    font-size: 16px;
}

/*
 * FOOTER
 */
#gfield_description_1_2 {
    font-size: 10px;
    padding-top: 0;
}

#footer form {
    margin-bottom: 0;
}

#footer .col-inner p {
    line-height: 24px;
}

.gchoice.gchoice_1_2_1 {
    display: flex;
    place-items: baseline;
}

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
    color: #2C292F;
    background-color: #E1F41C;
    width: 100%;
    padding: 5px;
    border-radius: 23px;
}

.absolute-footer {
    display: none;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
    padding: 23px;
    border-radius: 23px;
}

footer p {
    font-size: 12px;
}

.border-bottom {
    border-bottom: 1px solid black;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 1345px){
    h2.banner-font {
        font-size: 32px;
    }
}

@media screen and (min-width: 550px){
    .box-list-view .box .box-image, .box-vertical .box-image {
        width: 33%;
    }
}

@media screen and (max-width: 549px) {
    .row-slider .flickity-prev-next-button {
        width: 40px !important;
    }

    .y15 {
        top: 15%;
    }
}

/*************** 2026 ADT Styling **************/
.adt-mobile-menu-headline > a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    pointer-events: none;
    cursor: default;
    padding-top: 15px !important;
    padding-bottom: 0 !important;
}

.adt-mobile-menu-highlight > a {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    cursor: default;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-decoration: underline;
    text-decoration-color: rgb(250, 96, 0);
    text-decoration-thickness: 2px;
}

.header-bottom .header-bottom-nav.nav > li {
  margin: 0 10px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  **************/

    #top-bar {
        display: none;
    }

    h2.banner-font {
        font-size: 38px;
    }

    #masthead .container {
        padding: 0 20px;
    }

    #logo img {
        margin: 0 auto;
    }

    .big-font h2 {
        font-size: 5vw;
        line-height: 5vw;
        letter-spacing: 0px;
    }

    .big-font p {
        font-size: 3.5vw;
        line-height: 3.5vw;
    }

    .bigger-font p,
    .bigger-font {
        font-size: 13vw;
        line-height: 10vw;
    }

    .big-font.contrast-mobile {
        background: rgba(254, 254, 254, 0.5);
    }

    .button [data-icon-label]:after {
        right: -20px;
    }

    li.header-search-form.search-form.html.relative.has-icon {
        width: 100%;
    }

    .autocomplete-suggestion img {
        height: 40px;
    }

    .search-title-and-price {
        flex: 3;
    }

    .discount-and-stock {
        flex: 1;
        text-align: right;
    }

    .autocomplete-suggestion .search-name {
        font-size: 12px;
    }

    .woocommerce.row.row-large.row-divided {
        flex-direction: column-reverse;
    }

    .search-discount {
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 20px;
    }

    a.header-cart-link.icon.primary.button.round.is-small {
        width: 50px;
    }

    .support-message {
        height: inherit;
    }

    .slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
        width: 40px;
        height: 40px;
        padding: 10px !important;
    }

    .banner.has-hover.hero {
        height: 60vh;
    }

    form.checkout h3 {
        font-size: 20px;
    }

    a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 16px;
    }

    .price-wrapper .price {
        font-size: 26px;
    }

    .low-stock-status {
        height: 60px;
    }
}

@media only screen and (max-width: 640px) {
    .shop-container .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter {
        width: 50% !important;
    }

    .price-wrapper {
        flex-direction: column-reverse;
    }

    .add-to-cart-button {
        margin: 10px auto auto;
        width: 100%;
    }

    a.primary.is-small.mb-0.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.is-flat,
    a.primary.is-small.mb-0.button.product_type_grouped.is-flat,
    a.primary.is-small.mb-0.button.product_type_variable.add_to_cart_button.is-flat {
        width: 100%;
    }

    .product .title-wrapper {
        width: calc(100% - 20px);
    }

    .box-text.box-text-products {
        padding: 10px 0;
    }
}

@media only screen and (max-width: 430px) {
    .big-font h2 {
        font-size: 7vw;
        line-height: 7vw;
    }

    .big-font p {
        font-size: 5vw;
        line-height: 5vw;
    }

    .bigger-font p,
    .bigger-font {
        font-size: 13vw;
        line-height: 10vw;
    }

    .mobile-bg {
        background-color: rgba(0,0,0,.5);
        padding: 5px 10px;
    }
}

div.product_splash_text {
    position: absolute;
    display: inline-block;
    width: auto;
    max-width: 50%;
    min-height: 50px;
    max-height: 33%;
    right: 10px;
    top: 41px;
    border-radius: 25px;
    padding: 12px 20px;
    background-color: #97daed;
    z-index: 10;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    overflow: hidden;
}

div.product_splash_text.archive{
    font-size: 10px;
    font-weight: 300;
    max-width: 40%;
    line-height: 12px;
    background-color: #97daed;
    border-radius: 0px;
    padding:5px !important;
    font-weight: 300 !important;
    top:0px !important;
    right:0px !important;
    bottom:auto !important;
    min-height: auto;
}

#adt-go-to-top-link {
    border-radius: 10px;
    z-index: 50;
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 2px 10px;
    background-color: #97daed;
    color: #0e2746;
}

div.trustpilot-widget {
    text-align: center;
    vertical-align: middle;
}

div.trustpilot-widget iframe{
    margin: auto !important;
}

.adt_splash_season {
	position: absolute;
    top: 5px;
    right: 5px;
    z-index: 999;
    background-color: #97daed;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 25px;
    width: auto;
    height: auto;
}

/* Swatches */
.ux-swatch--color,
.ux-swatch__color,
.ux-swatch--image {
    border-radius: 50%;
}

.adt-normal-menu.col.medium-2.small-12.large-2:first-child .ux-menu-link span.ux-menu-link__text {
  font-weight: 400 !important;
}
.adt-normal-menu.col.medium-2.small-12.large-2:first-child .ux-menu-link:first-child span.ux-menu-link__text {
  font-weight: 600 !important;
}