/*
Theme Name: Equalizer
Theme URI: http://equalizerhitch.com/equalizer/
Author: AJ Schleich
Author URI: http://caputodigital.com
Description: Custom Theme that was built for Equalizer Hitch
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, flexible-header, accessibility-ready
Text Domain: equalizer
*/

header h1 {
    display: none;
}

p {
1.2rem;
}
.header-title {
    display: block;
}

.header-background {
    position: relative;
    background-size: cover;
    z-index: 0;
}

.header-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: -1;
}

.tabs-titles {
    margin-bottom: 12px;
}

/* Ensure the navbar-nav items do not display as list with bullets */
.navbar-nav {
    list-style: none;
    padding-left: 0;
    /* Remove padding from unordered list */
    text-align: center;
    margin: auto;
    line-height: 2.5rem;
}

/* Style for each navigation link */
.nav-item .nav-link {
    padding: 0.5rem 1rem;
    /* Bootstrap style padding for nav-link */
    color: white;
    /* Or any color based on your design */
}

.navbar-nav ul li {
    display: inline;
    list-display-type: none;
}

li.menu-item a {
    color: #fff !important;
    padding: 0 20px;
}

.on-white .menu-item a {
    color: #000 !important;
    /* Sets the text color to black */
}

@media (min-width: 768px) and (max-width: 1190px) {
    ul.list-group li.list-group-item img {
        display: none !important;
    }
}

/* Media query for responsiveness */
@media (max-width: 768px) {
  #guides-nav {
display: none;
}
    /* Adjust the max-width as needed for your design */
    .navbar-nav .nav-item {
        display: block;
        /* Stack the menu items on smaller screens */
    }


    .wp-block-atbs-tabs .tabs-titles {
        background-color: #fff !important;
        margin-bottom: 30px;
    }
}

.btn-primary {
    background-color: #C8102E !important;
    border-radius: 5px !important;
    border-color: #C8102E !important;
}

.rounded-big img {
    width: 100%;
    border-radius: 16px !important;
}

.btn-secondary {
    background-color: white !important;
    border-radius: 5px !important;
    border-color: white !important;
    color: #c80f2e !important;
}
.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
  
    border-radius: 5px !important;
}
#search-icon,
#close-icon {
    cursor: pointer;
    /* Makes the icons clickable */
    /* Add more styling as needed */
}

/* Additional styling for the icons and form */

/* Style for the search input field */
#search-form input[type="text"] {
    border-radius: 5px;
    /* Set border radius for the input field */
    padding: 6px 12px;
    font-size: .9rem;
}

/* Style for the search submit button */
#search-form input[type="submit"] {
    background-color: red;
    /* Set background color for the button */
    color: white;
    /* Set text color for the button */
    border-radius: 20px;
    /* Set border radius for the button */
    border: none;
    /* Remove default border */
    padding: 6px 15px;
    /* Adjust padding as needed */
    cursor: pointer;
    /* Change cursor to pointer on hover */
}

/* Ensure the button keeps its styling on hover/focus */
#search-form input[type="submit"]:hover,
#search-form input[type="submit"]:focus {
    background-color: darkred;
    /* Darken the button a bit on hover/focus */
}

/* Style for the search and close icons */
.fa-search,
.fa-times {
    color: white;
    /* Set icon color to white */
    cursor: pointer;
    /* Change cursor to pointer on hover */
}

.search-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    /* Adjust timing and easing as desired */
}

.header-container-div {
    margin-top: 4rem;
    padding-bottom: 4rem;
}

.header-title {
    color: #fff !important;
    font-size: 3.75rem;
}

.header-body-text {
    color: #fff !important;

}

.menu-footer-links-menu {
    list-style-type: none;
}

.btn-tab {
    background-color: #ececec !important;
    border-radius: 5px;
}

.css-7cjcxi-ProductImageFeaturedWrapperCSS {
    display: flex;
    /* align-items: stretch; */
    /* -webkit-box-pack: start; */
    justify-content: center !important;
}

.css-4t31l7-thumbnailsWrapperCSS {
    display: grid;
    grid-template-columns: repeat(auto-fill, 50px);
    /* Columns of exactly 50px */
    grid-template-rows: auto;
    /* Rows will size according to content */
    gap: 15px 15px;
    /* Gap between rows and columns set to 15px */
    margin-top: 11px;
    max-width: 400px;
    /* Maximum container width */
    align-items: center;
    /* Aligns items vertically within their cells */
}

.css-4t31l7-thumbnail {
    width: 50px;
    height: 50px;
    object-fit: cover;
    /* Ensures images fit the dimensions without distortion */
}

.wp-block-atbs-tabs .tabs-titles {
    background-color: #fff !important;
    margin-bottom: 30px;
}

.manuals {
    border: thin solid #162044;
    padding: 24px;
    border-radius: 30px;
}

.wp-block-latest-posts__featured-image img {
    height: 157px;
    width: 135px;
    object-fit: cover;
    border-radius: 10px;
}

.wp-block-latest-posts__post-title {
    color: #000;
    text-decoration: none;
    font-weight: bold
}

.wp-block-latest-posts__post-author {
    color: red;
}

#block-4 {
    display: none;
}

#block-3 .wp-block-heading {
    margin-bottom: 20px;
}

p a {
    color: #c90f2e !important;
    font-weight: bold;
}

.widget_search {
    display: none;
}

.wp-block-latest-posts__featured-image.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 20px;
}

.wp-block-latest-posts__post-title:hover {
    color: #000 !important;
    text-decoration: underline;
    font-weight: bold
}

.wp-block-atbs-tabs .tabs-content {
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px;
}

.wp-block-button__link {
    color: #fff;
    background-color: #C8102E;
    border-radius: 5px;
    box-shadow: none;
    text-decoration: none;
    padding: 10px;
    min-width: 124px;
    font-size: 1.125em;
}

.wp-block-button__link:hover {
    color: #fff;
    background-color: #C8102E;
    border-radius: 5px;
    box-shadow: none;
    text-decoration: none;
    padding: 10px;
    min-width: 124px;
    font-size: 1.125em;
    text-decoration: none;
}

.wp-block-atbs-tabs .tabs-titles .tab-title.active {
    background-color: #f8f8f8;
    color: #EE3A41;
    font-weight: bold;
}

.tab-title {
background-color: #ffffff;
    color: #000000 !important;
    
    border-radius: 5px;
    margin: 0 12px;
    font-weight: 500;
    padding: 8px;
    border: thin solid #d6d6d6;
}

.tab-title:hover {
background-color:#fbfbfb;
}

.bg-red {
    background-color: #812621 !important;
}

.menu-style {
    list-style-type: none !important;
    line-height: 3rem;
}

.contact-column { 
    line-height: 3rem;
    list-style-type: none;
}

.social-icons {
    display: inline;
    padding-right: 0;
}

.image-link:hover {
    text-decoration: none;
}

.footer-border {
    border-top: thin solid #fff;
}

@media (max-width: 768px) {
    .header-title {
        font-size: 24px;
        /* Smaller font size for the title on small screens */
    }

    .header-body-text {
        font-size: 16px;
        /* Smaller font size for the body text on small screens */
    }

    .btn {
        padding: .375rem .75rem;
        /* Smaller padding for buttons */
        font-size: 14px;
        /* Smaller font size for button text */
    }

    /* Adjust navbar-toggler icon size if necessary */
    .navbar-toggler .fa-bars {
        font-size: 20px;
        /* Adjust icon size */
    }

    .menu-footer-links-menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .menu-footer-links-menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .menu-style {
        margin: 0;
        padding: 0;
    }

    .menu-style li a {
        padding: 0;
        margin: 0;
    }
}

.swp-cart-icon {
    color: #C8102E !important;;
    background-color: #C8102E !important;
}

.product-details {}

.full-width-section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.sub-header-color {
    color: #6C6D70;
}

.author-link a {
    color: #6C6D70;
}

.rounded-big {
    border-radius: 1em !important;
}

.main-blog-header {
    background-color: #ededed !important;
    border-radius: 1em;
    padding: 24px;
}

.author-avatar {
    border-radius: 50%;
    /* Creates a circle */
    overflow: hidden;
    /* Hides anything outside the circle */
    width: 50px;
    /* Fixed width */
    height: 50px;
    /* Fixed height */
    display: flex;
    /* Enables flexbox */
    align-items: center;
    /* Centers content vertically */
    justify-content: center;
    /* Centers content horizontally */
}

.author-avatar img {
    display: block;
    /* Removes extra space beneath the image */
    min-width: 100%;
    /* Ensures the image covers the width */
    min-height: 100%;
    /* Ensures the image covers the height */
    width: auto;
    /* Maintains aspect ratio */
    height: auto;
    /* Maintains aspect ratio */
}

.equal {
    color: #EE3A41;
}

.swp-product-image-wrapper img {}

.single-wps_products .swp-product-image-feat-wrapper,
.single-wps_products .swp-product-image-feat-wrapper a img,
.single-wps_products .swp-product-image-feat-wrapper>img {
    max-height: 400px !important;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    height: 400px !important;
    height: auto !important;
}

.swp-product-image-feat-wrapper {

    justify-content: center !important;

}

.additionaldetailtext p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.card-body {

    max-width: 100%;

    margin-left: auto;
    margin-right: auto;
}

.additionaldetailtext {
    padding: 17px !important;
    margin-top: 0px !important;
}

.odc_calculator {
    margin-top: 20px;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 17px;
}

.wp-block-cover__inner-container {
    text-align: center;
}

.container {
    margin-top: 25px;
}

#eq-products-container {
    max-width:80% !important; 
}
.eq-products-container {
    max-width:80% !important; 
}


#video-containter {
    margin-top: 55px;
    
}



#video-container iframe {
    width: 100% !important;
    aspect-ratio: 16/9;
}

.swp-btn-add-to-cart {
    background-color: #C8102E !important;
}

.wps-product-image-wrapper .wps-products-link .wps-product-image {
    max-height: 200px;
    width: auto;
}

.card-body .row {
    margin-bottom: 45px;
}



.accordion {
    max-width: 100% !important;
    margin: 0 auto
}

.accordion .row {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0;
}

#accordionExample div.row .col-md-2.text-center {
    border: 1px solid #ddd;
    border-right: 0;
}

#accordionExample div.row .col-md-2.text-center:last-child {
    border-right: 1px solid #ddd;
}

#accordionExample .row {
    display: flex;
    align-items: stretch;
    /* Ensures all columns stretch to the same height */
}

#accordionExample .col-md-2.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    /* Vertically centers the button */
    border: 1px solid #ddd;
    /* Add border if needed */
    padding: 10px;
    /* Add padding if needed */
    box-sizing: border-box;
    /* Ensures padding and border are included in the element's total width and height */
    padding: 5px
}

#accordionExample .col-md-2.text-center button {
    font-size: 16px;
    line-height: 22px;
}

.accordion .col-12.col-md-6 .additionaldetailtext {
    text-align: left !important;
    padding: 0 !important;
}

.accordion .col-12.col-md-6 .additionaldetailtext p {
    font-size: 16px;
}

.btn-tab {
    margin-bottom: 10px;
}

@media (max-width: 600px) {
    #accordionExample div.row .col-md-2.text-center {
        border: 1px solid #ddd;
        margin-top: -1px;
    }

    .accordion .row {
        width: 100%;
        margin-left: 0 !important;
    }

    .btn .btn-tab {
        margin: 5px 0;
    }
}

.suggestion-img-holder {
    display: inline-block;
    text-align: center;
    min-height: 66px;
}

.suggestedcartitems p {
    font-size: 12px;
}

.suggestedimg {
    max-width: 63px;
    max-height: 63px;
}

@media only screen and (min-width: 1921px) {
    .MeticulaOutline {

        font-size: 5vw !important;

    }



}

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

.swp-cart-icon-fixed { 
height: 70px !important;
width: 49px !important;
}
    .pad-mobile {
        margin-bottom: 22px;
    }

    .entry-content {
                      padding: 0px 25px; 
    }

    #asl-storelocator {
        min-height: 1257px !important;
    }

    .btn.btn-asl {
	border-radius: 5px;
    }

    .sl-search-btn {
	border-radius: 5px;
    }


    .left-hitch-calculator {
        width: 100% !important;
    margin-bottom: 20px;
padding: 11px !important;
    }


    .MeticulaOutline {

        font-size: 8vw !important;

    }

}

.MeticulaOutline {
    text-align: center;
    font-size: 6vw;
    color: #c8102e;
    font-family: MeticulaOutline;
}



.homeheading {
    font-size: 2.5rem;
}

.wps-breadcrumbs-name {
    text-transform: none !important;
}

.specs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.specs-box {
    width: 48%;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .specs-box {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1600px) {

    #mid-screen-search {
display:block !important;
}

    body>header div div.col-3.col-md-6.text-md-right {
        max-width: 64%;
        flex: 0 0 64%;
    }

    body>header>div>div:nth-child(1)>div.col-9.col-md-3.text-left.mb-3.mb-md-0.mt-3 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    body>header>div>div:nth-child(1)>div.col-12.col-md-3.text-md-right.d-none.d-md-block {
        flex: 0 0 16%;
        max-width: 16%;
    }

    body>header>div>div:nth-child(1)>div.col-12.col-md-3.text-md-right.d-none.d-md-block>div>div.col-7.text-end.pr-0.pl-0,
    body>header>div>div:nth-child(1)>div.col-12.col-md-3.text-md-right.d-none.d-md-block>div>div.col-1.text-left.align-self-center.pr-0 {
        display: none;
    }
}


.list-group-item a {
    color: #2D2926 !important;
}

.cat-link-header a {
    color: #2D2926 !important;
}

.swp-cart-header-inner .alert {
    background-color: #C8102E !important;
    border-color: #C8102E !important;

}

.swp-items-wrapper .wps-collections-description {
    display: none;
}

a #MobileDealerButton {
text-decoration:none;
}
#MobileDealerButton {

    width: 100%;
    color: white;
    text-align: center;
    background-color: #c80f2e;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
   
    border-radius: 5px !important;
    padding: 5px;
}

#MobileSearchButton {
    text-align: center;
    margin-top: 23px;
    border: 1px solid black;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    background-color: white;
    color: black;
padding: 5px;
    margin-bottom: 20px;
}

.superblockslider  {
margin-top:30px;
    min-height: 446px;
}

.page-id-43 .container {
max-width: 90% !important;
}

.wp-block-atbs-tab .single-tab[data-tab-id="1"] {
  text-align:center;
}

.single-tab[data-tab-id="5"] {
  text-align:center;
}
.single-tab[data-tab-id="5"] {
    text-align: center;
    min-width: 1000px;
}
.single-tab[data-tab-id="6"] {
  text-align:center;
}
.single-tab[data-tab-id="6"] .wp-block-button {
  margin-left:auto;
  margin-right:auto;
}

.single-tab .equalizer_hitchsize_calculator {
max-width:1000px;
text-align:left;
float:unset !important;
}

.btn-danger {
    min-width: 100px;
    border-radius: 5px !important;
}


.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    margin-bottom: 55px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.tabs-content p {
font-size: 1.2rem !important;
}

.tabs-content li {
font-size: 1.2rem !important;
}

#post-45 p {
font-size: 1.2rem !important;
}
#post-45 li {
font-size: 1.2rem !important;
}

#post-45 .entry-content h3 {
    margin-top: 20px !important;
}

.swp-product-variant-button[data-is-variant-selected="true"]:not([data-option-name="Color"]) {
    background-color: black !important;
    border-color: black !important;
    border: 1px solid black !important;
}

#post-43 .tabs-content {
    width: 100%;
    max-width: 1335px;
    margin-left: auto;
    margin-right: auto;

}

#sku-p-id {
font-size:25px;
font-weight:bold;
margin-top:20px;
}

.bg-dangereq {
background-color: #c90f2e !important;
}

.wps-breadcrumbs-link {
color: #c90f2e !important;
}

.manuals-and-guides-template .nav-pills .nav-link.active {
background-color:black !important;
}

.nav-link a {
color:black;
}

.header-container-div .btn-primary {
font-size: 1.2rem;
}

.swp-cart-icon-fixed {
border: 1px solid white !important;
}

.parent-guide {
border: 1px solid #e2e2e2;
    border-bottom: 0;
    background-color: #ececec;
}
.child-guide a {
    color:#c90f2e;
    
}
.child-guide a:hover {
   font-weight:bold;
     background-color: #ececec;
color:black;
}
.child-guide a.active {
    color:#fbfbfb !important;
}
.parent-guide a {
        font-weight:bold;
    color:#c90f2e;
}

.manuals-and-guides .entry-content p, .manuals-and-guides .entry-content li, .type-post p , .type-post li{
font-size: 1.2rem;
}

.manuals-and-guides a {
	color:white;
}

.manuals-and-guides a:hover {
	color:#C8102E;
}

.type-post .list-group-item h6 {
font-size: 1.3rem;
}

.wp-block-heading {
margin-top: 13px;
}

.c-specs-table {
    width: 100%;
    border: 1px solid #7b7777;
    border-collapse: collapse;
    border-spacing: 5px
}

.c-specs-table tr {
    background-color: #474545;
    color: #fff;
    border: none;
    border-collapse: collapse
}

.c-specs-table tr:nth-child(odd) {
    background-color: #dfdfdf;
    color: #474545
}

.c-specs-table tr td {
    padding: 8px;
    text-align: center;
    border-right: 1px solid #7b7777;
    border-collapse: collapse
}

.c-specs-table tr td:last-child {
    border-right: none
}

#video-containter {
margin-top: 55px;
} 

#video-containter iframe {
    aspect-ratio: 16 / 9;
}

.swp-cart-sku {
font-size: 12px;
}

.embed-container, .video-container{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9/16 * 100) */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.manual-item {
border: thin solid #e8e8e8 !important;padding: 24px;background-color: #fdfdfd;border-radius: 5px !important;
}
.single-tab .manual-item {
min-height:250px;
border: thin solid #e8e8e8 !important;padding: 24px;background-color: #fdfdfd;border-radius: 5px !important;
}

#post-2300 .entry-content {
min-height: 721px;
}

#search-input:focus {
  outline: none;
}

  .flex-container {
            display: flex;
            flex-direction: column;
            width: 100%;
           
           
            box-sizing: border-box;
        }
        .table-container {
            overflow-x: auto;
            width: 100%;
        }
        .responsive-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        .responsive-table thead {
            background-color: #f2f2f2;
        }
        .responsive-table th, .responsive-table td {
            border: 1px solid #ededed;
            padding: 8px;
            text-align: left;
        }
        .responsive-table th {
    font-weight: 400;
                background-color: #c80f2e;
            color: white;
        }
        .responsive-table tbody tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        .responsive-table tbody tr:hover {
            background-color: #ededed;
        }
   .responsive-table td[data-label="Model Number"] {
            white-space: nowrap;
        }
   .responsive-table a {
            color: #C8102E;
        }
   .responsive-table a:hover {
            color: #C8102E;
        }

        @media (max-width: 600px) {
.single-tab[data-tab-id="5"] {
    text-align: center;
    min-width: 100%;
}

.right-hitch-calculator {
width:100%;
}
            .responsive-table thead {
                display: none;
            }
            .responsive-table, .responsive-table tbody, .responsive-table tr, .responsive-table td {
                display: block;
                width: 100%;
            }
            .responsive-table tr {
                margin-bottom: 15px;
            }
            .responsive-table td {
                text-align: right; 
                padding-left: 50%;
        min-height: 50px;
        font-size: 11px;
                position: relative;
            }
            .responsive-table td::before {
                content: attr(data-label);
                position: absolute;
                left: 0;
                width: 50%;
                padding-left: 10px;
                font-weight: bold;
                text-align: left;
            }
        }

.page-search-box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Styles For Store Breadcrumbs*/
@media (max-width: 768px) {
    .wps-breadcrumbs-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .wps-breadcrumbs-item-home,
    .wps-breadcrumbs-item {
        margin-bottom: 5px;
        margin-right: 0;
    }

    .wps-breadcrumbs-seperator {
        display: none;
    }
}

/* Further adjustments for very small screens */
@media (max-width: 480px) {
.wp-block-file a:first-of-type {
    margin-top: 7px;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 22px;
    vertical-align: bottom;
}

.wp-block-file__button {
float:left;
margin-left:0px;
}
    .wps-breadcrumbs-name {
        font-size: 14px;
    }

    .wps-breadcrumbs-item-home,
    .wps-breadcrumbs-item {
        margin-bottom: 3px;
    }
}

.wp-block-file {
border: thin solid #e8e8e8 !important;padding: 24px;background-color: #fdfdfd;border-radius: 5px !important;
box-sizing: border-box;
    width:100%;
    border: 1px solid black;
    border-radius: 30px;
    color: black;
    min-height: 81px;
    float: left;
    margin-top: 20px;
    padding: 20px;
    margin-right: 22px;
}

.wp-block-file__button {
border-radius: 5px;
    background-color: #dc3546;
    font-size: 14px;
font-weight: 400 !important;
color:white !important;
float: right;
text-decoration:none !important;
}

.wp-block-file a {
    color: #c80f2e;
    font-size: 1rem;
    font-weight: bold;
}
.wp-block-file a:hover {
   color: black !important;
    text-decoration:none !important;
}
.wp-block-file__button:hover {
background-color:#c80f2e;
color: white !important;
}

.wp-block-file a:first-of-type { 
margin-top:7px;
        display:inline-block;
    font-size:18px;
        vertical-align: bottom;
}

.wp-block-embed-youtube {
	width:100% !important;
}

.wp-block-embed iframe {
	width:100% !important;
 	aspect-ratio: 16/9;
	height:auto;

}

@media (max-width: 480px) {
.wp-block-file a:first-of-type {
    margin-top: 7px;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 22px;
    vertical-align: bottom;
}

.wp-block-file__button {
float:left;
margin-left:0px;
}
}

.containerx .box {
    box-shadow: 0 2px 4px rgb(0 0 0 / 22%);
}

.box h2 {
margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
    height: 40px; 
text-align:center;
    border-bottom: 1px solid lightgray;
}

.margin-top-100 {
margin-top: 100px;
}

.wp-block-list li a {
    color: #c90f2e !important;
    font-weight: bold;
}

.has-vivid-red-color {
    color: #c80f2e !important;
}

.wp-block-button a.wp-block-button__link:hover {
color:#e0caca;
}

#searchform input {
    border-radius: 5px;
    padding: 5px;
}

.single-tab .equalizer_hitchsize_calculator  {
padding: 0px !important;
}

/* Mobile styles */
@media (max-width: 600px) {
    .wp-paginate {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .wp-paginate li {
        margin: 0.25rem;
    }

    .wp-paginate .page, .wp-paginate .next {
        padding: 0.5rem;
        font-size: 0.9rem;
    }

    .wp-paginate .title {
        display: block;
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
    }
}



/* Mobile styles */
@media (max-width: 600px) {
.wps-collections-all ul {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.wp-paginate {
  overflow: scroll;
}
    .blog-cats {
        flex-direction: column !important; /* Stack items vertically */
        align-items: center;
    }

    .blog-cat-items {
        margin: 0.5rem 0;
        padding: 0.5rem;
        width: 100%; /* Full width for better touch targets */
        text-align: center;
    }
}

.MuiBox-root.MuiBox-root-882.ay-content-334 td{
        border:1px solid lightgray;
    padding:10px;


}

a.btn.btn-danger {
    color: white !important;
}

.swp-items-wrapper {
    max-width: 100% !important;
    margin: 0 0 !important
}


.swp-item {
    max-width: 400px;
    max-width: 100% !important;
    min-width: 0;
    width: 100%
}

.swp-product-image-feat-wrapper {
    width: 100% !important
}

.swp-product-image-feat-wrapper {
    justify-content: center !important
}