

h2.brand-heading {
    font-size: 50px; /* Adjust the size as needed */
    font-weight: bold; /* Optional: Makes the text bold */
    color: #333; /* Optional: Adjust text color if needed */
    margin-bottom: 10px; /* Optional: Add space below the heading */
    margin-right: 100px;
    margin-left: 15px;
}
.brand-heading {
    display: inline-block; /* Allows control over the width */
    position: relative; /* Needed for positioning the pseudo-element */
    padding-bottom: 5px; /* Adds some space between the text and the underline */
}

.brand-heading::after {
    content: ""; /* Creates a pseudo-element */
    display: block; /* Makes the underline behave like a block */
    width: 100px; /* Width of the small underline */
    border-bottom: 5px solid #FF5722; /* Underline color and thickness */
    position: absolute; /* Positions it relative to the parent element */
    bottom: 0; /* Aligns it to the bottom of the text */
    right: 460px; /* Aligns it to the start of the text */
}

.title-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.title-wrapper h1 em {
    padding: 0 10px;
}

/*.brands-wrap {
    position: relative;
}*/

.slider {
    display: flex;
    gap: 60px;
    overflow: hidden;
    padding: 2px;
}

.slider li {
    width: 100px; /* Adjust the width according to your design */
    list-style: none;
}

.slider img {
    width: 50%;
    height: auto;
    display: block;
}



*,.slick-list {
    margin: 0;
    padding: 0
}

.slick-list,.slick-slider,.slick-track {
    display: block;
    position: relative
}

.slick-list,.slick-slide,.slick-slider,.slick-track {
    position: relative
}

.clear,.slick-track:after {
    clear: both
}

.slick-loading .slick-slide,.slick-loading .slick-track {
    visibility: hidden
}

.slick-dots li button:before,.slick-next:before,.slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.responsive .slick-dots,.responsive1 .slick-dots,.silder-banner .slick-dots,.slick-dots {
    list-style: none;
    text-align: center
}

.slick-slider {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden
}

.slick-list:focus {
    outline: 0
}

.slick-loading .slick-list {
    background: url(../../frontend/Danish/motorogue/en_US/images/camera-loader.gif) center center no-repeat #fff
}

.slick-slide,.slick-slide img,.slick-slider .slick-list,.slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    left: 0;
    top: 0;
    zoom:1}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-slide {
    float: left;
    height: auto;
    display: none;
    text-align: center
}

.slick-slide .img {
    text-align: center;
    margin-bottom: 5px
}

.slick-slide .space {
    padding: 20px
}

.slick-slide .img img {
    width: 100%;
    max-width: 205px;
    height: auto;
    margin: 0 auto
}

.slick-slide .shadow_1 {
    margin-bottom: 10px
}

.slick-slide .shadow_1 img {
    width: 100%;
    height: auto;
    max-width: 163px;
    margin: 0 auto
}

.slick-slide .text {
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px
}

.slick-slide .img_wrp {
    height: auto
}

.slick-slide .img_wrp a {
    display: block
}

.slick-slide .img_wrp img {
    width: 100%;
    height: auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.slick-slide .thumb_text {
    width: 100%;
    height: auto;
    min-height: 75px;
    float: left;
    text-align: center;
    padding-top: 5px;
    background-color: #0c9
}

.slick-slide .price_style {
    margin: 5px auto;
    color: #ea351f;
    font-size: 16px;
    margin-bottom: 10px!important;
    display: table
}

.slick-slide .price_style span {
    text-decoration: line-through;
    color: #646464;
    margin-right: 7px;
    font-size: 14px
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-next,.slick-prev {
    position: absolute;
    display: block;
    height: 35px;
    width: 32px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: 0
}

.responsive .slick-next {
    position: absolute;
    display: block;
    height: 60px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -10px;
    padding: 10px;
    border: none;
    outline: 0;
    background: #fff;
    border: solid 1px #d3d3d3;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.responsive .slick-prev {
    position: absolute;
    display: block;
    height: 60px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -10px;
    padding: 10px;
    border: none;
    outline: 0;
    background: #fff;
    border: solid 1px #d3d3d3;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.other-options .slick-next {
    position: absolute;
    display: block;
    height: 60px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -10px;
    padding: 10px;
    border: none;
    outline: 0;
    background: #fff;
    border: solid 1px #d3d3d3;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.other-options .slick-prev {
    position: absolute;
    display: block;
    height: 60px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -10px;
    padding: 10px;
    border: none;
    outline: 0;
    background: #fff;
    border: solid 1px #d3d3d3;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}




/* Mobile styles */
@media (max-width: 768px) {
  .widget-static-block {
    margin-left: 10px; /* Reduce left margin */
    margin-right: 10px; /* Reduce right margin */
    margin-top: 10px; /* Reduce top margin */
  }

  h2.brand-heading {
    font-size: 18px; /* Reduce font size */
    margin-right: 0; /* Remove right margin */
    margin-left: 10px; /* Remove left margin */
  }

  .brand-heading::after {
  width: 100px;
        right: 110px;
  }

  .title-wrapper {
    margin-bottom: 15px; /* Reduce bottom margin */
  }

  .slider {
    gap: 10px; /* Reduce gap between items */
    padding: 0; /* Remove padding */
    overflow: auto; /* Allow scrolling */
  }

  .slider li {
    width: 80px; /* Reduce width of slider items */
  }

  .slider img {
    width: 100%; /* Ensure images fit within their container */
  }

  .slick-next, .slick-prev {
    height: 40px; /* Reduce height */
    width: 25px; /* Reduce width */
    font-size: 20px; /* Adjust font size for icons */
  }

  .slick-next, .slick-prev {
    top: 45%; /* Adjust positioning */
    margin-top: -20px; /* Adjust margin */
  }
}
.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    outline: 0
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75
}

.responsive .slick-prev {
    left: 10px;
    background: #fff url(../../frontend/Danish/motorogue/en_US/images/button-previous.jpg) left center no-repeat;
    top: 40%
}

.responsive .slick-next {
    right: 10px;
    background: #fff url(../../frontend/Danish/motorogue/en_US/images/button-next.jpg) right center no-repeat;
    top: 40%
}

.responsive .slick-prev:hover {
    left: 10px;
    background: #fff url(../../frontend/Danish/motorogue/en_US/images/button-previous-hover.jpg) left center no-repeat;
    top: 40%
}

.responsive .slick-next:hover {
    right: 10px;
    background: #fff url(../../frontend/Danish/motorogue/en_US/images/button-next-hover.jpg) right center no-repeat;
    top: 40%
}

.other-options .slick-prev {
    left: 0;
    background: #fff url(../../frontend/Danish/motorogue/en_US/images/button-previous.jpg) left center no-repeat;
    top: 40%
}

.other-options .slick-next {
    right: 0;
    background: #fff url(../../frontend/Danish/motorogue/en_US/images/button-next.jpg) right center no-repeat;
    top: 40%
}

.other-options .slick-prev:hover {
    left: 0;
    background: #fff url(../../frontend/Danish/motorogue/en_US/images/button-previous-hover.jpg) left center no-repeat;
    top: 40%
}

.other-options .slick-next:hover {
    right: 0;
    background: #fff url(../../frontend/Danish/motorogue/en_US/images/button-next-hover.jpg) right center no-repeat;
    top: 40%
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: none!important;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: maven_proregular;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.responsive .slick-dots li.slick-active button:before,.responsive1 .slick-dots li.slick-active button:before,.silder-banner .slick-dots li.slick-active button:before {
    opacity: 0;
    color: transparent
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

[dir=rtl] .slick-slide {
    float: right
}

.responsive1 .slick-prev,.slick-next {
    position: absolute;
    height: 35px;
    width: 32px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: 0
}

.responsive1 .slick-prev {
    left: -20px;
    background: url(../../frontend/Danish/motorogue/en_US/images/button-previous.jpg) left center no-repeat;
    display: none!important
}

.responsive1 .slick-next {
    right: -20px;
    background: url(../../frontend/Danish/motorogue/en_US/images/button-next.jpg) right center no-repeat;
    display: none!important
}

@media (max-width: 800px) {
    .responsive1 .slick-next,.responsive1 .slick-prev {
        display:none!important
    }
}

.responsive .slick-dots {
    position: absolute;
    bottom: -45px;
    display: block!important;
    padding: 0;
    width: 100%
}

.responsive .slick-dots .slick-active,.responsive .slick-dots li {
    height: 8px;
    width: 8px
}

.responsive .slick-dots li button {
    background: url(../../frontend/Danish/motorogue/en_US/images/silder-dot.png) no-repeat!important;
    height: 8px;
    width: 8px;
    padding: 0;
    background-size: cover !important
}

.responsive .slick-dots .slick-active,.responsive .slick-dots li button:hover {
    background: url(../../frontend/Danish/motorogue/en_US/images/silder-dot-hover.png) no-repeat !important;
    background-size: cover !important
}

.feature-product-box .responsive .slick-prev,.slick-next {
    display: block !important
}

.responsive .slick-dots li button:before {
    color: transparent
}

.responsive1 .slick-dots {
    position: absolute;
    bottom: -20px;
    display: block !important;
    padding: 0;
    width: 100%
}

.responsive1 .slick-dots .slick-active,.responsive1 .slick-dots li {
    height: 8px;
    width: 8px
}

.responsive1 .slick-dots li button {
    background: url(../../frontend/Danish/motorogue/en_US/images/silder-dot.png) no-repeat!important;
    height: 8px;
    width: 8px;
    padding: 0
}

.responsive1 .slick-dots .slick-active,.responsive1 .slick-dots li button:hover {
    background: url(../../frontend/Danish/motorogue/en_US/images/silder-dot-hover.png) no-repeat!important
}

.responsive1 .slick-prev,.slick-next {
    display: none!important
}

.responsive1 .slick-dots li button:before {
    color: transparent
}

.responsive1 .slick-slide img {
    margin: 0 auto
}

.silder-banner .slick-dots {
    position: absolute;
    bottom: 50px;
    display: block!important;
    padding: 0;
    width: 100%
}

.silder-banner .slick-dots .slick-active,.silder-banner .slick-dots li {
    height: 8px;
    width: 8px
}

.silder-banner .slick-dots li button {
    background: url(../../frontend/Danish/motorogue/en_US/images/banner/dot.png) no-repeat!important;
    height: 8px;
    width: 8px;
    padding: 0
}

.silder-banner .slick-dots .slick-active,.silder-banner .slick-dots li button:hover {
    background: url(../../frontend/Danish/motorogue/en_US/images/banner/dot-hover.png) no-repeat!important
}

.silder-banner .slick-prev,.slick-next {
    display: block !important
}

.silder-banner .slick-dots li button:before {
    color: transparent
}

.responsive2 .slick-slide img {
    display: inline
}

.responsive2 .slick-prev {
    left: -35px;
    background: #fff url(../../frontend/Danish/motorogue/en_US/images/button-previous.jpg) left center no-repeat;
    top: 50%
}

.responsive2 .slick-next {
    right: -35px;
    background: #fff url(../../frontend/Danish/motorogue/en_US/images/button-next.jpg) right center no-repeat;
    top: 50%
}

.responsive2 .slick-prev:hover {
    background: #fff url(../../frontend/Danish/motorogue/en_US/images/button-previous-hover.jpg) left center no-repeat
}

.responsive2 .slick-next:hover {
    background: #fff url(../../frontend/Danish/motorogue/en_US/images/button-next-hover.jpg) right center no-repeat
}

.standard-image {
	margin-top: 40px;
	}
	.standard-image8 {
	margin-top: 20px;
	}
	.standard-image6{
			margin-top: 60px;

	}
.standard-image1 {
	margin-top: 20px;
	}
	.standard-images {
	margin-top: 70px;
	}
	.standard-imagess {
    width: 203px;       /* Keep the width fixed as desired */
    height: 10px;       /* Set a very small height */
    object-fit: cover;  /* Ensures images fill the area without distortion */
}

/* Existing styles... */

/* Mobile-specific styles */
@media (max-width: 767px) {
    .responsive .slick-prev,
    .responsive .slick-next {
        height: 30px; /* Adjust the height for mobile */
        width: 30px;  /* Adjust the width for mobile */
        top: 50%;
        margin-top: -15px; /* Center vertically */
    }

    .responsive .slick-prev {
        left: 5px; /* Adjust positioning */
        background: url(../../frontend/Danish/motorogue/en_US/images/button-previous-mobile.jpg) left center no-repeat;
    }

    .responsive .slick-next {
        right: 5px; /* Adjust positioning */
        background: url(../../frontend/Danish/motorogue/en_US/images/button-next-mobile.jpg) right center no-repeat;
    }

    .responsive .slick-prev:hover {
        background: url(../../frontend/Danish/motorogue/en_US/images/button-previous-mobile-hover.jpg) left center no-repeat;
    }

    .responsive .slick-next:hover {
        background: url(../../frontend/Danish/motorogue/en_US/images/button-next-mobile-hover.jpg) right center no-repeat;
    }

    .responsive .slick-dots {
        bottom: 10px; /* Adjust position for mobile */
    }

    .responsive .slick-dots li button {
        background: url(../../frontend/Danish/motorogue/en_US/images/silder-dot-mobile.png) no-repeat !important;
        height: 6px;
        width: 6px;
        padding: 0;
    }

    .responsive .slick-dots .slick-active button {
        background: url(../../frontend/Danish/motorogue/en_US/images/silder-dot-mobile-hover.png) no-repeat !important;
    }

    .standard-image {
        margin-top: 20px; /* Reduce margin for mobile */
    }

    .standard-image6 {
        margin-top: 40px; /* Reduce margin for mobile */
    }

    .standard-image1 {
        margin-top: 10px; /* Reduce margin for mobile */
    }

    .standard-images {
        margin-top: 50px; /* Reduce margin for mobile */
    }

    .standard-imagess {
        width: 100%; /* Full width for mobile */
        height: auto; /* Maintain aspect ratio */
    }
}

/* Additional responsive styles for other screen sizes */
@media (max-width: 480px) {
    .responsive .slick-prev,
    .responsive .slick-next {
        height: 25px;
        width: 25px;
    }

    .responsive .slick-dots {
        bottom: 5px; /* Further adjust position */
    }

    .responsive .slick-dots li button {
        height: 5px;
        width: 5px;
    }
}

@media (max-width: 768px) {
    .standard-images {
        margin-top: 40px; /* Smaller margin for tablets */
    }
}

/* Styles for mobile devices (screens up to 480px wide) */
@media (max-width: 480px) {
    .standard-images {
        margin-top: 60px; /* Even smaller margin for mobile */
    }
}

.footer-block {
  max-width: 400px; /* Limit maximum width for better layout control */
  padding: 20px; /* Add some padding around the block */
}
.footer-block1 {
  max-width: 400px; /* Limit maximum width for better layout control */
  
}
.footer-block__details-content1{
	  padding-right: 100px; /* Add some padding around the block */

}


.search-container1 {
  display: flex; /* Use flexbox to layout child elements */
  justify-content: space-between; /* Space between offer and search components */
  align-items: center; /* Align items vertically in the center */
  padding: 10px; /* Optional: Add padding */
    background-color: #f8f8f8; /* Match background color */
margin-left: 20px;
margin-right: 20px;
margin-top: 10px;
}


/* Existing styles... */

/* Mobile-specific styles */
@media (max-width: 767px) {
    .footer-block,
    .footer-block1 {
        max-width: 100%; /* Allow the block to use full width on small screens */
        padding: 10px; /* Reduce padding on smaller screens */
    }

    .footer-block__details-content1 {
        padding-right: 10px; /* Reduce padding for mobile */
    }

    .search-container1 {
        flex-direction: column; /* Stack items vertically on mobile */
        padding: 10px; /* Maintain padding */
        margin-left: 10px; /* Adjust margins */
        margin-right: 10px;
        margin-top: 5px;
        background-color: #f8f8f8; /* Maintain background color */
    }

    .search-container1 > * {
        margin-bottom: 10px; /* Space between elements in column layout */
    }

    .search-container1 > :last-child {
        margin-bottom: 0; /* Remove bottom margin from the last element */
    }
}

/* Additional responsive styles for smaller screens */
@media (max-width: 480px) {
    .footer-block,
    .footer-block1 {
        padding: 5px; /* Further reduce padding for very small screens */
    }

    .footer-block__details-content1 {
        padding-right: 5px; /* Further reduce padding */
    }

    .search-container1 {
        margin-left: 5px; /* Further adjust margins */
        margin-right: 5px;
        margin-top: 20px;
    }
}










#searchBoxCompContainer {
  display: flex; /* Use flexbox layout */
  align-items: center;
  background-color: rgb(255, 255, 255); /* Background color */
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin-right: 40px;
    border: 1px solid rgb(218, 218, 218);
border-radius: 6px;

}
.search-text {
    margin-top: 15px; /* Top margin for the span */
    font-size: 16px; /* Font size for the span text */
    margin-right: 15px; /* Space between the span and the search box */
    color: rgb(255, 255, 255); /* Text color for contrast */
    position: relative; /* Positioning for the vertical line */
    padding-left: 20px; /* Add padding on the left to make space for the vertical line */
   font-weight: bold;
    
}
 
.search-button{
	height: 60px;
	background-color: #FF5722;
	  border: 1px solid rgb(218, 218, 218);
border-radius: 4px;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .search-button {
        height: 50px; /* Reduce height for mobile */
        padding: 8px 15px; /* Adjust padding */
        font-size: 14px; /* Smaller font size for mobile */
       /* width: 100%;  Full width button */
    }
}

@media (max-width: 480px) {
    .search-button {
        height: 50px; /* Further reduce height for smaller screens */
        padding: 6px 10px; /* Adjust padding for small screens */
        font-size: 12px; /* Smaller font size for mobile */
    }
}
/* Backdrop styling */
.search-backdrop {
  display: flex;
  width: 100%;
}

/* Search role styling */
.search-role {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative; /* Position relative for absolute positioning of elements */
}

/* Search input styles */
.search-input {
  border: none;
  background-color: rgb(255, 255, 255); /* Match background color */
  padding: 5px 40px 5px 40px; /* Add space for icon and text button */
  padding-left: 60px;
  flex-grow: 1; /* Allow input to take up available space */
  border-radius: 4px;
  outline: none;
  
}

/* Search button (icon) styles */
.search-button.icon {
  background-color: rgb(255, 255, 255); /* Match background color */
  border: none;
  cursor: pointer;
  padding: 5px; /* Adjust padding as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px; /* Position icon on the left */
  z-index: 1;
}

/* Search button (text) styles */
.search-button.text {
  background-color: #f8f8f8; /* Match background color */
  border: none;
  cursor: pointer;
  padding: 5px 10px; /* Adjust padding as needed */
  display: none; /* Initially hide text button */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px; /* Space between input and text button */
}

/* Icon size */
.search-button.icon img {
  width: 20px; /* Adjust size of search icon */
  height: 20px;
}


.shopbutton {
/*  margin-right: 60px;  Add margin to the left of the button container 
*/}

.shopbutton button {
  background-color: #FF5722;/* Set button background color */
  color: white; /* Button text color */
  border: none; /* Remove default border */
  padding: 15px 20px; /* Padding for button */
  border-radius: 5px; /* Rounded corners */
  cursor: pointer; /* Cursor changes to pointer on hover */
  font-size: 16px; /* Font size */
  font-weight: bold; /* Bold text */
  margin: 0; /* Remove default margin */
  width: 150px;
}

.shopbutton button:hover {
  background-color: rgb(0, 0, 0); /* Darker shade on hover */
  color: rgb(255, 255, 255);
}
/* Mobile styles */
@media (max-width: 768px) {
  .search-container1 {
    flex-direction: column; /* Stack elements vertically */
    padding: 10px; /* Adjust padding */
  }

  #searchBoxCompContainer {
    margin-right: 0; /* Remove margin on smaller screens */
    width: 100%; /* Full width on smaller screens */
    max-width: 100%; /* Ensure it does not exceed the screen width */
  }


  .search-button.icon {
    left: 5px; /* Adjust icon position */
  }

  .search-button.text {
    display: flex; /* Show text button on mobile */
  }


  .shopbutton {
    margin-right: 40px; /* Remove margin */
  }

 
}


#MainContent{
	background-color: white;
}
#footer-section-sections{
		background-color: white;

	}

	
	
	/* Mobile styles */
@media (max-width: 768px) {
  #searchBoxCompContainer {
    margin: 0; /* Remove left margin on smaller screens */
    width: 100%; /* Full width on smaller screens */
    max-width: 100%; /* Ensure it does not exceed the screen width */
    /*padding: 10px;  Add some padding for better spacing */
  }

  .search-text {
    margin-top: 10px; /* Reduce top margin */
    margin-right: 0; /* Remove right margin */
    font-size: 14px; /* Reduce font size */
    padding-left: 0; /* Remove left padding */
  }

  .search-input {
    padding-left: 70px; /* Adjust padding */
    width: 100%; /* Full width input on mobile */
  }

  .search-button.icon {
    left: 10px; /* Adjust icon position */
    padding: 8px; /* Increase padding */
  }

  .search-button.text {
    display: flex; /* Show text button on mobile */
    margin-left: 0; /* Remove margin-left */
  }


  .shopbutton button {
    padding: 10px; /* Adjust padding for mobile */
    margin-top: 10px;
    margin-left: 40px;
  }
}

/* Footer section */
#footer-section-sections {
  background-color: white; /* Ensure background color is consistent */
}

/* Main content section */
#MainContent {
  background-color: white; /* Ensure background color is consistent */
}

	



