@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body{

    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.pdt-80{
    padding-top: 80px;
}
.pdb-80{
    padding-bottom: 80px;
}
.pdtb-80{
    padding: 80px 0px;
}
.mrt-80{
    margin-top: 80px;
}
.mrb-80{
    margin-bottom: 80px;
}
.navbar-brand >img
{
 border: 1px solid #0581bf;
 border-radius: 100%;	
}

 .navbar-toggler span {
             display: block;
             background-color: #fff;
             height: 2px;
             width: 37px;
             margin-top: 7px;
             margin-bottom: 7px;
             position: relative;
             border-radius: 50px;
             left: 0;
		    text-align: center;
             opacity: 1;
		    padding: 0;
             transition: all 0.35s ease-out;
             transform-origin: center left;
         }
         
         .navbar-toggler span:nth-child(1) {
             margin-top: 0.3em;
         }
         
         .navbar-toggler:not(.collapsed) span:nth-child(1) {
             transform: translate(12%, -33%) rotate(45deg);
             width: 28px;
         }
         
         .navbar-toggler:not(.collapsed) span:nth-child(2) {
             opacity: 0;
         }
         
         .navbar-toggler:not(.collapsed) span:nth-child(3) {
             transform: translate(12%, 33%) rotate(-45deg);
             width: 28px;
         }
         
         .navbar-toggler span:nth-child(1) {
             transform: translate(0%, 0%) rotate(0deg);
         }
         

         .navbar-toggler span:nth-child(2) {
             opacity: 1;
/*
             width: 25px;
             margin-left: 12px;
*/
         }
         
         .navbar-toggler span:nth-child(3) {
             transform: translate(0%, 0%) rotate(0deg);
         }




.navbar-toggler:focus{
    outline: none;
    border: none;
}


.top-header {
    background: #001D2C;
    padding: 20px 0px;
}
.section-header ul {
    /*display: flex;*/
    justify-content: end;
    width: 100%;
    align-items: center;
    list-style: none;
}
.section-header i {
    color: #fff;
    font-size: 18px;
    margin-left: 5px;
}
.section-header ul {
    margin: 0;
    padding: 0;
}
.section-header ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;

}
.section-header ul li {
    margin-left: 30px;
}
.value-box {
    background: none;
    border: none;
    margin-left: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.value-box:focus {
    border: none;
    outline: none;
}

.section-navigation {
/*
    position: absolute;
*/
    background: #0093DD;
    width: 100%;
    z-index: 999;
}
.hero-banner {
    background-image: url(../images/hero-banner.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0px;
}
.banner-innner-contant {
    max-width: 664px;
    position: relative;
    z-index: 9;
}
.banner-innner-contant h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 87px;
    color: #F6F7F7;
	letter-spacing: -1.28px;
}
.banner-innner-contant p {
    color: #F6F7F7;
    font-size: 16px;
    line-height: 24px;
}
.overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.55);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.view-btn a {
    background: #FFDB2F;
    padding: 15px 20px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
}
.view-btn a {
    background: #FFDB2F;
    padding: 15px 20px;
    text-decoration: none;
    color: #000;
    width: 100%;
    font-weight: 700;
    display: inline-block;
    text-align: center;
/*
	height: 58px;
*/
	border-radius: 5px;
}
.banner-btn {
    display: flex;
    margin-top: 50px;  
}
.view-board {
    display: flex;
}
.view-board a {
    background: transparent;
    border: 2px solid #FFDB2F;
    color: #fff;
    margin-left: 16px;
     padding: 15px 20px;
     text-decoration: none;
     border-radius: 5px;
}

.section-navigation .navbar-nav li.nav-item {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    position: relative;
	letter-spacing: 0.64px;
}

.section-navigation .navbar-nav a.nav-link {
    color: #fff;
    text-decoration: none;
}

.section-navigation .navbar-nav li.nav-item.active:after {
    content: '';
    position: absolute;
    width:100%;
    left: 0%;
/*
    top: 0;
*/
    right: 0;
    bottom: 0;
    background:#FFDB2F;
    height:2px;
/*
    border-bottom: 2px solid #FFDB2F;
*/
    z-index:1
}
.section-navigation .navbar-nav {
    gap: 40px;
    display: flex;
}

a.view-board {
    background: transparent;
    border: 2px solid #FFDB2F;
    color: #fff;
    margin-left: 20px;
}

.marquee {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 80px;
  overflow-x: hidden;
    background: #FFDB2F;
}

.track {
    position: absolute;
    white-space: nowrap;
    top: 10px;
    will-change: transform;
    animation: marquee 32s linear infinite;
}
.content {
    font-size: 45px;
	line-height: 52px;
   
 font-weight: 800;
    color: #665813;
    font-style: italic;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.offre-contact {
    text-align: center;
    margin-bottom: 52px;

}

.High-Quality-Surfboard img {
    max-width: 100%;
}
.offre-contact h6 {
    font-size: 24px;
    line-height: 32px;
    color: #080808;
    font-weight: 700;
}
.offre-contact h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 54px;
	letter-spacing: -0.8px;
}
.High-Quality-Surfboard {
    text-align: center;
}

.Surfboard-post {
    background: #F6F7F7;
    width: 182px;
    height: 182px;
    border-radius: 250px;
    margin: 0 auto;
    line-height: 180px;
    text-align: center;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.Surfboard-contant h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #080808;
	letter-spacing: -0.48px;
}
.Surfboard-contant p {
    font-size: 14px;
    line-height: 21px;
    color: #080808;
}

.Surfboard-contant {
    margin-top: 36px;
}
.Surfboard-contant p:last-child {
    margin-bottom: 0;
}
.product-main {
    background: #0093DD;
}
.heading h6 {
    font-size: 24px;
    line-height: 32px;
    color: #080808;
    font-weight: 700;
	letter-spacing: -0.48px;
}
.heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #080808;
    line-height: 54px;
	letter-spacing: -0.8px;
}
.heading {
    text-align: center;
    margin-bottom: 52px;
}
.prime-Surfboard-post {
    border: 1px solid #fff;
    padding: 15px 15px;
        margin-right: 14px;
        display: flex;

}
.prime-contant h2 {
    font-size: 24px;
    font-weight: 700;
    color: #080808;
    line-height: 32px;
	letter-spacing: -0.48px;
}

.prime-contant {
/*
    background: #33A9E4;
*/
    width: 100%;
    padding: 45px 30px 45px 20px;
    box-shadow: 4px 4px 10px 0px #FFFFFF1F;
}

.prime-contant p {
    font-size: 16px;
    line-height: 22px;
    color: #080808;
}
p.text-prime {
    font-size: 40px;
    color: #FFDB2F;
    line-height: 54px;
    font-weight: 700;
    margin-bottom: 42px;
	letter-spacing: -0.8px;
}
.prime-contant a {
    border: 3px solid #FFDB2F;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 700;
    color: #080808;
    line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.64px;
    text-decoration: none;
    border-radius: 5px;
}
.view-all-board {
    text-align: center;
    margin-top: 40px;
}
.view-all-board a {
    border: 2px solid #FFDB2F;
    padding: 12px 28px;
    color: #080808;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	border-radius: 5px;
}


.building-trust{
    background: #0093DD;
}
.trust-inner-contant {
    text-align: center;
}
.trust-inner-contant h6 {
    font-size: 24px;
    line-height: 32px;
    color: #080808;
    font-weight: 700;
	letter-spacing: -0.48px;
}
.trust-inner-contant h2 {
    font-size: 40px;
    font-weight: 700;
    color: #080808;
    line-height: 54px;
	letter-spacing: -0.8px;
}
.testimonial {
    background: #FFFFFF;
    padding: 20px 20px;
    margin-right: 26px;
    margin-top: 40px;
    text-align: center;
}
.profile img {
    max-width: 100%;
}
.profile {
    text-align: -webkit-center;
}
.testimonial p {
    font-size: 16px;
    line-height: 22px;
    color: #001D2C;
}
a.read-more {
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}
.profile img {
    max-width: 100%;
    margin-bottom: 20px;
}
.profile {
    margin-top: 16px;
    
}
.border-line hr {
    background: #FFDB2F !important;
    width: 50px;
    height: 4px;
    border: none;
    margin: 0;
    opacity: 1;
}
.surfboard-sliding img{
    max-width: 100%;
}
.surfboard-sliding{
    margin-left: 10px;
}

.footer{
    background:#001D2C;
    margin-top: 0 !important;
     }
.footer-innner-contant {
    max-width: 399px;
}

.footer-innner-contant h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #FFFFFF;
}
.footer-innner-contant p {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.footer-text {
    margin-top: 40px;
}
.footer-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-text ul li {
    font-size: 16px;
    line-height: 26px;
}
.footer-text ul li a{
    color: #fff;
    text-decoration: none;
}
.footer-text i {
    font-size: 20px;
    color: #fff;
    margin-right: 13px;
}
.Copyright {
    background: #001D2C;
    padding: 18px 0px;
    border-top: 2px solid #fff;
}
.Copyright-contant {
    text-align: center;
}
.Copyright-contant p {
    font-size: 14px;
    color: #FFFFFF;
}
.Copyright-contant p:last-child {
    margin-bottom: 0;
}
.main-footer {
    display: flex;
}
.footer-innner-contant {
    margin-left: 10px;
}


.mini-slider button.slick-prev.slick-arrow {
    position: absolute;
    left: 52%;
    top: 100%;
}

.mini-slider button.slick-prev.slick-arrow {
    position: absolute;
    left: 52%;
    top: 100%;
    color: #8A8A8A;
    background:#F8F8F8;
    border: none;
    outline: none;
}

.mini-slider button.slick-next.slick-arrow {
    position: absolute;
    left: 49%;
    top: 100%;
    color: #8A8A8A;
    background:#F8F8F8;
    border: none;
     outline: none;
}

.product-slider .slick-dots{
    display: inherit;
    margin: 0px auto;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: -50px;
    width: 100%;
    padding: 0;
    font-size: 0px;
}
.product-slider  .slick-dots li {
    display: inline-block;
    margin: 10px;
}
.product-slider .slick-dots button {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding: 0px;
    margin: 0px;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: none;
    outline: none;
}

.product-slider .slick-active button{
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding: 0px;
    margin: 0px;
    background: #FFDB2F;
    border: 1px solid #fff;
    box-shadow: none;
     color: #FFDB2F;
} 



.hero-banner.hero-section_allboard {
    background-image: url(../../../image/catalog/images/hero-section-allboard.png);
    padding: 75px 0px;
}
.hero-section-banner {
    text-align: center;
}
.menu {
    display: flex;
    justify-content: center;
    color: #fff;
    position: relative;
}
.hero-section-banner h2 {
    font-size:52px;
    font-weight: 700;
    color: #FFFFFF;
    position: relative;
}
.menu a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}
.menu span{
    color: #fff;
    font-size: 24px;
}




/*07-09-2023*/
.Board-inner-contant
{
margin-top:10px;
}
.Board-inner-contant h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #080808;
    min-height:65px;
}
.Board-post-main {
    text-align: center;
    margin-top: 60px;
    box-shadow: 3px 4px 4px 0px #00000026;
    padding: 40px 10px 40px 10px;
    display: inline-block;
}
.Board-inner-contant p {
    font-size: 16px;
    line-height: 22px;
    color: #080808;
}
.Board-inner-contant .view-button {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #080808;
    background: #FFDB2F;
    padding: 12px 25px;
    text-decoration: none;
}
 .view-button {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #080808;
    background: #FFDB2F;
    padding: 12px 25px;
    text-decoration: none;
    border: none;
    border-radius: 0;
}




p.board-price {
    font-size: 40px;
    font-weight: 700;
    color: #FFDB2F;
    margin-bottom: 38px;
}

.longboard-classic h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
}

.checkbox-classic {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 8px;
    padding:2px;
}
#filter-category .active
{
background: #FFDB2F;
color: #000;
padding:3px;
}
.checkbox-classic a {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 8px;
}
.continetsarea a {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 8px;
}
.block-contant-inner h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 54px;
}
.Filter-contant h2{

    font-size: 30px;
    font-weight: 700;
    color: #000;
    line-height: 54px;
}


.checkbox-classic input[type="checkbox"] {
    margin-right: 10px;
}

.classic-checkbox {
    margin-top: 26px;
}
.Filter-contant {
    margin-bottom: 24px;
}
.taiming input#birthday {
    background: #F8F8F8;
    border: none;
    padding: 8px 6px;
    border-radius: 5px;
    outline: none;
    width: 115px;
}
.range-slidre {
    margin-top: 40px;
}
.taiming h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}
.taiming {
    margin-top: 40px;
}
.Destination-block-form {
    margin-top: 40px;
}

.Destination-block-form h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
}

.Destination-block-form input#inputPassword {
    background: #F8F8F8;
    border: none;
    padding: 16px 12px;
    outline: none;
    box-shadow: none;
}
.yellow-btn {
    margin-top: 30px;
}
.yellow-btn a {
    background: #FFDB2F;
    padding: 20px 20px;
    text-decoration: none;
    color: #080808;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.dropdown-menu .dropdown-item{
	color: #5A5A5A !important;
}
/*
	.mini-slider .slick-list{padding:0 20% 0 0 !important;
	}
*/
	.mini-slider .slick-slide {
    margin: 0px 10px;
}
.surfboard-sliding img{
	width: 100%;
}
.w-full-per
{
width:100%;
}
.range-slider-container {
  position: relative; 
  margin-top:40px;
}
.range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FFDB2F;
  cursor: pointer;
  position: relative;
}
.range-value-popup {
  position: absolute;
  background: #FFDB2F;
  color: #080808;
  padding: 5px;
  border-radius: 5px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  transition: left 0.2s; /* Add a smooth transition effect */
}
.padd-lft25
{
padding-left:0px;
}
.mfttb {
    margin-top: 40px;
    margin-bottom: 30px;
}
.dpflx {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px 10px;
}
.item {
    display: flex;
}
.mgrlr {
    margin-left: 10px;
    margin-right: 20px;
}
.clrblck {
    color: #000;
}
#otherDestinationPopup .modal-content, #otherDestinationPopupNewForAllPages .modal-content, #otherDestinationPopupNewProductPage .modal-content,#testimonialDetail .modal-content {
    background-image: url("../image/wel-surfboard.png") !important;
    background-size: cover;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.sendbuttons button, .sendbuttons button:hover, .sendbuttons button:focus {
    font-size: 16px;
    width: 100%;
    background: #ffda31 !important;
    border: 1px solid #ffda31;
    color: #000;
    padding: 8px 28px;
    border-radius: 4px;
    cursor: pointer;
}
#otherDestinationPopup .modal-header, #otherDestinationPopupNewForAllPages .modal-header, #otherDestinationPopupNewProductPage .modal-content {
    font-size: 18px;
    color: #FFF;
}
.close {
    color: #000;
    float: right;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    text-shadow: 0 1px 0 #fff;
    margin-top: -12px !important;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.homesearch label {
    color: #000;
    font-size: 14px;
    text-align: left;
}
.dpnone
{
	display:none;
}
#addonProductPopup .modal-content {
	position: relative;
	background-color: #ddd;
}
.catheading {
	background: #d7d7d7;
	border-bottom: 5px solid #7f3c89;
	color: #000;
	font-size: 18px;
	font-weight: bolder;
	margin-bottom: 25px;
	margin-top: 1px;
	padding: 15px 10px 7px;
	text-transform: uppercase;
}
#addonProductPopup .modal-dialog .close, #addonProductPopup .modal-dialog .close:hover {
	position: absolute;
	right: -15px;
	top: -15px;
	background: #fddd36;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	opacity: 1;
	 z-index: 999;
}
.addonproducts-sec {
	max-height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.text-end
{
text-align:right;
}



/***-destination-apge***/

.destination-section .offre-contact{
	text-align: left;
}
.fillter-mainsection {
    display: flex;
    justify-content: space-between;
	align-items: center;
	gap:10px 0px;
	margin-bottom: 30px;
	    
}
.filter-slider {
    width: 100%;
}
.filter-btn{
	min-width: 12%;
	margin-left: 10px;
}
.destination-slider button.slick-next.slick-arrow {
    position: absolute;
    left: 0%;
    top: 10%;
    color: #8A8A8A;
    background: #F8F8F8;
    border: none;
    outline: none;
	   z-index: 9999;
}
.destination-slider button.slick-prev.slick-arrow {
    position: absolute;
    right: 0%;
    top: 10%;
    color: #8A8A8A;
    background: #F8F8F8;
    border: none;
    outline: none;
	  z-index: 9999;
}
.filter-slider ul {
   
    margin: 0;
    padding: 0;
    width: 100%;   
	padding-bottom: 15px;
	padding-top: 15px;
}
.filter-slider ul li {
    display: inline-block;
    margin: 12px 5px;
}
.filter-slider a{
border-radius: 20px;
background: #F8F8F8;
color: #8A8A8A;
	font-size: 18px;
text-decoration: none;
	padding: 5px 15px;
	
}

.filter-btn a {
    border-radius: 20px;
    background: #F8F8F8;
    color: #000000;
    padding: 10px 15px;
    width: 100%;
		font-size: 20px;
    text-align: center;
    display: inline-block;
	text-decoration: none;
}
.gallery-main img{
	max-width: 100%;
	width:100%;
}
.gallery-main{
	position: relative;
}
.destination-name {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
    padding: 0 10px;
	
}
.gallery-main .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.40);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	    transition: opacity 0.3s;
}
.destination-name h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    letter-spacing: -0.8px;
}
.destination-name a {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    letter-spacing: -0.8px;
}
.gallery-main{
	margin-bottom: 30px;
}
/*
.destination-section {
	padding: 20px 0px 30px;
}
*/
.gallery-main:hover .overlay{
	    opacity: 0;
}
/***-destination-apge***/





/*29-09-2023*/

.noUi-connect {
    background: #363636 !important;
}

.rangeslider {
    margin-top: 40px;
    padding: 0 10px;
}
.slidecontainer .noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background: #363636;
}

.slidecontainer .noUi-target {
    background:#363636;
    border: 1px solid #000;
     box-shadow: none;
     height: 10px;
}
.slidecontainer{
    margin-top:45px;
}
h1.Stand-block {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 54px;
    letter-spacing: -0.8px;
}

p.clrblck {
    font-size: 16px;
    line-height: 24px;
    color: #5A5A5A;
    font-weight: 400;
}

.Reservation-block h4{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
}

.price-block-text{
    font-size: 16px;
    line-height: 22px;
    color: #080808;
    font-weight: 700;
}
.Reservation-block p{
     font-size: 16px;
    line-height: 22px;
    color: #080808;
    font-weight: 400;
}

.mgrlr span {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.list-unstyled {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}


/*
.text-center {
    display: flex;
}
*/


.text-center span{
font-size: 16px;
    line-height: 24px;
    color: #5A5A5A;
}

.paid-delivery{
    /* display: flex; */
}

.inner-up-text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
}
.fa-spin
{
color: #000 !important;
}


.panel-body ul {
    list-style: none;
}
#otherDestinationPopupNewProductPage #selectedPrice  {
    color: #fff;
}
.cart-page h1{
font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 54px;
    letter-spacing: -0.8px;
}
.cart-page #shopping-cart td {
    font-size: 16px;
    line-height: 21px;
    color: #5A5A5A;
    min-width:200px;
}

.cart-page #shopping-cart td a {
    font-size: 16px;
    line-height: 21px;
    color: #5A5A5A;
}

.cart-page h2{
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 54px;
    letter-spacing: -0.8px;
}
.cart-page p {
    color:#5A5A5A;
    font-size: 16px;
    line-height: 22px;
}

.btn-light{
font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    background: #000;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    vertical-align: initial;
    border:none;
}
.btn-light:hover{
    background: #000;
    color: #fff;
}
.gotocheckout{
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #080808;
    background: #FFDB2F;
    padding: 12px 25px;
    text-decoration: none;
    border: none;
    border-radius: 0;
}
.gotocheckout:hover{
     background: #FFDB2F;
     color: #080808;
}

.accordion-item h2.accordion-header {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #080808;
}
.listbutton button{
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #080808;
    background: #FFDB2F;
    padding: 12px 25px;
    text-decoration: none;
    border: none;
}
.pull-right {
    text-align: right;
}
.pull-right a {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    background: #000;
    padding: 7px 13px;
    text-decoration: none;
    border: none;
    margin-right: 30px;
    border-radius: 0;
}
.product-thumb {
    margin-bottom: 15px;
}



/*03-10-2023*/

.border-line hr {
    text-align: center;
    display: inline-block;
}

#accordion .accordion-item:not(:first-of-type) {
    border: 1px solid #dee2e6;
}

#accordion .accordion-item {
    margin-bottom: 20px;
}
#accordion .accordion-item button:focus{
    outline: none;
    box-shadow: none;
}
 .text-end #button-quote {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #080808;
    background: #FFDB2F;
    padding: 12px 25px;
    text-decoration: none;
    border: none;
}

.first-register label.form-check-label {
    font-size: 16px;
    line-height: 22px;
    color: #080808;
    font-weight: 500
}

#checkout-confirm .text-start {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

#checkout-checkout legend {
    font-size: 24px;
    padding: 16px 0;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 700;
    color: #000;
    line-height: 34px;
}
.custom-button {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #080808;
    background: #FFDB2F;
    padding: 12px 25px;
    text-decoration: none;
}

#button-shipping-methods, #button-payment-methods,
 #checkout-payment .btn-primary, #button-register, .text-end
.btn-primary {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #080808;
    background: #FFDB2F;
    padding: 12px 25px;
    text-decoration: none;
    border-color: #FFDB2F;
    border-radius: 0px;
}

.form-label, .col-form-label {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    font-weight: 700;
    line-height: 32px;
}
.pop-form-label {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    line-height: 32px;
}


.form-label-head {
    font-size: 17px;
    color: #000;
    line-height: 22px;
    font-weight: 700;
    line-height: 32px;
}

#checkout-register .form-label{
    font-size: 16px;
    color: #000;
    line-height: 22px;
    font-weight: 700;
}

#form-contact legend{
    font-size: 26px;
    padding: 16px 0;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 700;
    color: #000;
    line-height: 34px;
}

input.form-control   {
    width: 100%;
    background: #F8F8F8;
    border: none;
    padding: 15px 15px;
    font-size: 16px;
    line-height: 22px;
    color: #8A8A8A;
}

#checkout-payment-method textarea{
width: 100% !important;
background: #F8F8F8;
border: none;
}

/*
#content{
    font-weight: 700;
}
*/
#form-contact label
{
color : #000;
}

select.form-select {
    width: 100% !important;
    background: #F8F8F8;
    border: none;
    padding: 15px 15px;
    font-size: 16px;
    line-height: 22px;
    color: #8A8A8A;
}

.view-button:hover {
    background: #FFDB2F;
    color: #000;
}
.accordion-header button
{
font-size: 18px;
}
.width-65 {
   width: 50% !important; 
    }
 .accordion-item .accordion-button:not(.collapsed){
    background: #FFDB2F;
    color: #000;
    font-weight: 500;
 }
 .accordion-item  button {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
}
input.form-control:focus{
    background: #F8F8F8;
    box-shadow: none;
}
select.form-select:focus{
    background: #F8F8F8;
    box-shadow: none;
}
span.input-group-text {
    background: #FFDB2F;
    font-size: 16px;
    line-height: 22px;
}

.basket {  
top: -10px;
background: #FFDB2F;
color: #000;
width: 20px;
height: 20px;
right: 0px;
border-radius: 100%;
text-align: center;
font-size: 14px;
font-weight: 500;
}

.form-label textarea{
 background: #F8F8F8 !important;   
} 

#checkout-payment-method textarea:focus{
    box-shadow: none;
}
.fnt-12{
font-size:12px !important;
}

.form-switch input{
    width: 40px !important;


}
.form-switch input:focus{
    box-shadow: none;
}

.pull-right a:hover{
    background: #000;
    color: #fff;
}

 #addonProductPopup .catheading{
    background: none;
    border-bottom: 1px solid #8A8A8A;
    color: #000;
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 25px;
    margin-top: 1px;
    padding: 15px 10px 7px;
    text-transform: uppercase;
}
.captionz, .text-center a {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}
.captionz, p.price {
    font-size: 16px;
    line-height: 22px;
    
    font-weight: 600;
}
.captionz p {
    color: #080808;
}
h2.contact-block-heading {
    font-size: 26px;
    padding: 16px 0;
    font-weight: 700;
    color: #000;
    line-height: 34px;
}

#content textarea {
    background: #F8F8F8;
    border: none;
    box-shadow: none;
}


.pagination .page-link {
    font-size: 16px;
    color: #000;
    box-shadow: none;
    border: none;
    background: none;
}
.pagination .page-link:hover{
    background-color: none;
}
.pagination .page-link:focus{
    box-shadow: none;
}

.pagging {
    display: flex;
    align-items: center;
    margin-top: 50px;
    justify-content: space-evenly;
}
.pagging p{
    margin-bottom: 0px;
}

.pagination .active .page-link{
    background: #FFDB2F;
    color: #fff;
}
.section-header .dropdown ul li{
    margin-left: 0px;
}
.dropdown .dropdown-toggle{
background: none;
    border: none;
}

/*
#checkout-register .form-check-input {
    width: 20px !important;
    height: 20px !important;
}


/*17-10-2023*/
.post-img img {
    max-width: 100%;
    width: 100px;
}
.surf-inner-contant {
    text-align: center;
}
.surf-inner-contant h6, .brand-partner h6 {
    font-size: 24px;
    line-height: 32px;
    color: #0093DD;
    font-weight: 700;
}
.surf-inner-contant h2, .brand-partner h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 54px;
    letter-spacing: -0.8px;
}
.yellow-line-border {
    background: #FFDB2F;
    width: 100%;
    height: 30px;
    border-radius: 20px;
}
.yellow-border{
    position: relative;
    padding: 60px 0px;
}
.post-img {
    position: absolute;
    top: 18px;
    left: 0;
}
.palette-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 26px;
}
.action-btn a {
    font-size: 24px;
    padding: 12px 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.beginner a {
    background: #0093DD;
}
.intermediate a {
    background: #005885;
}
.expert a {
    background: #001D2C;
}
.inline-post {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-spot {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.bout-spot img {
    max-width: 100%;
}

.spot-block-contant {
    width: 741px;
    padding: 32px 40px;
    background: #0093DD;
    position: absolute;
    top: -80px;
    margin-top: 0px;
    z-index: 999;
}
.spot-block-contant h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 54px;
    letter-spacing: -0.8px;
}
.spot-block-contant p {
    font-size: 16px;
    line-height: 22px;
    color: #F8F8F8;
}
.delivery-informartion {
    background: #0093DD;
    overflow: hidden;
}
.smiming-post img {
    max-width: 100%;
    width: 100%;
}
.delivery-contant-heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #F6F7F7;
    line-height: 54px;
    letter-spacing: -0.8px;
    margin-bottom: 26px;
}
.delivery-contant-heading p {
    font-size: 16px;
    line-height: 22px;
    color: #F8F8F8;
    margin-bottom: 26px;
}
.pick-store ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pick-store ul li a {
    font-family: Open Sans;
    font-size: 16px;
    letter-spacing: 0.64px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF !important;
}
.pick-store ul li {
    margin-bottom: 16px;
}
.pick-store i {
    background: #F8F8F8;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 40px;
    color: #665813;
    font-size: 24px;
}
.pick-store span {
    margin-right: 20px;
}
.btn-Book-now a {
    border: 2.5px solid #FFDB2F;
    padding: 12px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
}
.btn-Book-now {
    margin-top: 56px;
}
.shapes img {
    max-width: 100%;
}
.background-post img {
    max-width: 100%;
}
.container-fluid {
    padding: 0;
}
.yellow-line-border:after {
    position: absolute;
    top: 60px;
    content: '';
    background: #99831C;
    border-radius: 20px;
}
.brand-post img {
    max-width: 100%;
    width: 145px;
}
.smiming-post {
    position: relative;
}
.background-post{
position: relative;
}
.unleashing {
    padding: 80px 0px 150px;
}
.main-delivery-contant {
    padding: 0 30px;
}

.search-btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #080808;
    background: #FFDB2F;
    padding: 12px 25px;
    text-decoration: none;
    border: none;
    border-radius: 5px;
}

/*17-10-2023*/

/* 19-10-2023 start */
.post-img-1 {
    position: absolute;
    top: 18px;
    left: 0%;
}
.post-img-2 {
    position: absolute;
    top: 18px;
    left: 46%;
}
.post-img-3 {
    position: absolute;
    top: 18px;
    left: unset;
    right: 0;
}

.yellow-line-border-1:after {
    left: 1px;
    width: 100%;
    height: 30px;
}
.yellow-line-border-2:after {
    right: 0px;
    width: 50%;
    height: 30px;
}
.yellow-line-border-3:after {
    right: 0px;
    width: 0%;
    height: 30px;
}


/* 19-10-2023 end */


/*--contact-form--*/
.contact-form {
    position: relative;
}
.hero-banner.contct-banner {
    background-image: url(../image/images-contact.jpg);
    padding: 75px 0px;
}
.contact-form img {
    max-width: 100%;
}
.section-form h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 54px;
    margin-bottom: 28px;
}
.section-form input {
    font-size: 16px;
    line-height: 22px;
    color: #000 !important;
    box-shadow: none;
    padding: 15px 0px;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
	background: #FFF;
	
}
.section-form textarea{
    font-size: 16px;
    line-height: 22px;
    color: #000;
    box-shadow: none;
    padding: 15px 0px;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    color: #000 !important;
}
.section-form input:focus{
    box-shadow: none;
    border-color: #000; 
    background:none; 
}
.section-form textarea:focus{
    box-shadow: none;
    border-color: #000;   
}
.btn-form {
    background: #FFDB2F;
    padding: 20px 20px;
    text-decoration: none;
    color: #080808;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    display: inline-block;
    text-align: center;
    width: 100%;
    border: none;
    box-shadow: none;
}
.btn-form:focus{
    box-shadow: none;
    outline: none;
}
.form-btn {
    margin-top: 40px;
}
.contact-block-title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 54px;
    margin-bottom: 14px;
}
.contact-block-title p {
    font-size: 16px;
    line-height: 22px;
    color: #080808;
}
.contact-icon p:last-child {
    margin-bottom: 0;
}
.section-form input::placeholder {
  color: #000; 
}
.section-form input::-ms-input-placeholder { 
  color: #000;
}
.section-form textarea::placeholder {
  color: #000; 
}
.section-form textarea::-ms-input-placeholder { 
  color: #000;
}
.contact-icon i {
    background: #FFDB2F;
    width: 30px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    color: #fff;
    border-radius: 20px;
}
.contact-icon p {
    display: flex;
}
.contact-icon span {
    margin-right: 16px;
}
.contact-block-title {
    margin-bottom: 18px;
}
.contact-icon p{
    font-size: 16px;
    line-height: 22px;
    color: #080808;
}
.clr-web
{
color:#FFDB2F;
font-weight:bold;	
}

/*--contact-form--*/



/****10-26-2023**/

.rangeslider h2{
	margin-top: 45px;
	text-align: left;
}
.panel-body ul{
    list-style: none;
/*
	padding-left: 0px;
*/
}
.panel-body ul li{
	margin-bottom: 8px;
}
.panel-body ul li a{
	margin-bottom: 8px;
	padding-left: 10px;
}
#column-left .Destination-block-form .panel-body li a b{
    display: inline-block;
    margin-bottom: 5px;
    border-bottom: 2px solid #FFDB2F;
}
buttton, .view-button, .btn-primary
{
	border-radius: 5px !important;
}

.destinations-cities .hide {
    display: none;
}
.filter-slider .active {
    background: #0093DD;
    color: #FFF;
}
.all-board{
	overflow: hidden;
}

.noUi-tooltip {    
    font-size: 11px;
/*
    padding: 0px 1px !important;
*/
}
.noUi-horizontal .noUi-handle {
    width: 10px !important;
    height: 24px !important;
    left: -17px;
    top: -4px; 
}
.noUi-handle:before {  
    left: 8px !important;   
    top: 4px !important; 
}
.noUi-handle:after {
    left: 12px !important;
    top: 4px !important; 
}
.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
	transform: translate(25%,98%);
}
.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
	transform: translate(-128%,98%);
}
.rangeslider .noUi-handle {
    border: none;
    border-radius: 3px;
    background: #FFDB2F;
    cursor: default;
    box-shadow: inset 0 0 1px #FFDB2F, inset 0 1px 7px #FFDB2F, 0 3px 6px -3px #FFDB2F;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -0.5px !important;
    left: auto !important;
}
.rangeslider .noUi-handle:after, 
.rangeslider .noUi-handle:before {
    display:none;
}
#shopping-cart
{
	margin: 25px 0px;
}
.delivery-contant-heading a, #testimonialDetail .modal-body a {
    color: #FFDB2F;
/*
    text-decoration: underline;
*/
}

.testimonial-details {
    color: #FFF;
    text-align: justify;
    padding: 0px 10px;
    word-wrap: break-word;
}
.brand-post {
    height: 150px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#cookieNotice p
{
	font-size:13px;
}
.cookies-light {
    font-size: 13px;
    font-weight: 700;
    line-height: 10px;
    color: #fff;
    background: #000;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    vertical-align: initial;
    border: none;
}
#welcomePopup .modal-content {
	background-image: url("../image/wel-surfboard.png");
	background-size: cover;
}
#welcomePopup .modal-header {
   display: inline-block!important;
}
#welcomePopup .close {
	background: #000 none repeat scroll 0 0 !important;
	border-radius: 100%;
	color: #fff;
	float: right;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	margin-right: -33px;
	margin-top: -30px !important;
	opacity: 1;
	padding: 2px 8px !important;
	text-shadow: 0 1px 0 #fff;
}
.welcommsgpop {
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
}
#checkout-checkout label
{
	font-size:14px;
}
.confirm-notice {
    font-size: 12px;
    color: #F00;
    margin-top:10px;
}
.extra-info
{
font-weight: bold;
margin-top: 20px;
margin-bottom: 20px;
}
.home-data .slick-slide img {
     display: inline-block;
}
.fl-rt{
    float:right;
}
#shipingMyModal
{
	z-index:9999;
}

.range-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.rang-input-group-text {
    display: flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.8;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
select.rang-form-select{
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;    
    padding: 0.35rem 2.25rem 0.35rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.8;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.watsfloat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #2BB741;
    color: #FFFFFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #25D366;
    z-index: 100;
    line-height: 80px;
}
.watsfloat:hover{
	color: #FFFFFF;
}
.watsfloat .my-float{
	font-size: 40px;
}
#form-partner legend {
    font-size: 16px;
    padding: 16px 0;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 700;
    color: #000;
    line-height: 34px;
}
#form-partner .form-label, .col-form-label {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-weight: normal;
    
}



