@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

.heading {
    text-align: center;
    margin: 0 0 50px 0;
}
	html.no-js {
    overflow-x: hidden;
}
body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'Cutmark-Medium';
    src: url(../fonts/CutmarkNarrowW05-NrMedium.ttf);
}

@font-face {
    font-family: 'Cutmark-Regular';
    src: url(../fonts/CutmarkNarrowW05-NrRegular.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    color: #fff;
    font-size: 80px;
    margin: 0 0 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Cutmark-Medium';
}

h2 {
    font-family: 'Cutmark-Medium';
    font-size: 50px;
    color: #000;
    font-weight: 600;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h3 {
    font-family: 'Cutmark-Medium';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'Cutmark-Medium';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'Cutmark-Medium';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: '';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    margin: 0px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Montserrat';
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
    height: 85px;
    position: relative;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 10px 10px;
    font-size: 14px;
    font-family: 'Montserrat';
    margin: 0px 0px 0px 8px;
    font-weight: 500;
    text-transform: uppercase;
}

.right-side-ul {
    display: flex;
    position: relative;
    justify-content: center;
}

.menusec-buuton {
    text-align: center;
}

.menuSec {
    background: #fff;
    padding: 30px 10px;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #029af2;
}


.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.topSec {
    position: relative;
    padding: 10px 0;
}

.topSec::before {
    right: 0;
    width: 83%;
    bottom: 0px;
    content: '';
    height: 1px;
    position: absolute;
    background-color: #453b38;
}

.topsec-email {
    gap: 5px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}

.topsec-email p {
    font-weight: 500;
    color: #000000;
}

.topsec-email ul {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.topsec-email::before {
    left: 6%;
    top: -12px;
    width: 1px;
    content: '';
    height: 55px;
    position: absolute;
    background: #415661;
}

.topsec-email i {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    border: 1px solid;
    color: #fff;
    font-size: 10px;
    align-items: center;
    justify-content: center;
}

.topsec-email i:hover {
    background-color: #029af2;
    border-color: #029af2;
    color: #fff;
}

.header-rev {
    position: relative;
}

.header-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    margin-top: 0px;
    background: #fff;
}

.header-logo a {
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.header-logo a img {
    width: 100%;
    height: 80%;
    object-fit: contain;
}

.btn-1 {
    padding: 5px 8px 5px 18px;
    font-size: 14px;
    line-height: 20px;
    width: max-content;
    border-radius: 56px;
    color: #000;
    font-family: 'Montserrat';
    gap: 15px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    font-weight: 500;
    justify-content: center;
    border: 1px solid #029af2;
    align-items: center;
    border-width: 2px;
    border-color: rgb(2, 154, 242);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 11px 14px 0px rgba(22, 26, 29, 0.13);
}


.btn-1 span {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #029af2;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.btn-1 span img {
    width: auto !important;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.surferboard-txt {
    margin-bottom: 25px;
}

.btn-1:hover {
    color: #029af2;
    font-weight: 600;
}


.header-search-bar {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
}

.header-search-bar form {
    width: 100%;
}

.header-search-bar i {
    position: absolute;
    color: #fff;
    margin-right: 25px;
    right: 0;
    font-size: 25px;
    font-weight: 300;
}

.w-100 {
    width: 100%;
}

.header-search-bar input {
    background: none;
    width: 95%;
    text-align: right;
    border: none;
    color: #d0d5d8;
}

.header-search-bar input::placeholder {
    color: #d0d5d8;
}

.header-logo a img {
    width: 100%;
}

header {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.menuSec .container-fluid,
.topSec .container-fluid {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 5%;
}

/*header css start */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background-color: rgba(5, 32, 45, 0.534); */
}

.main-banner-img {
    width: 100%;
    height: 880px;
    object-fit: cover;
}

.main_slider .container-fluid {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 8%;
}

.main_slider {
    position: relative;
}

.banner_text h5 {
    color: #fff;
    border-radius: 15px;
    padding: 3px 11px;
    font-size: 19px;
    text-transform: uppercase;
    width: fit-content;
    background: #029af2;
}

.banner_text h4 {
    color: #029af2;
    font-size: 38px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.banner_text p {
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
}

.banner_img {
    position: absolute;
    height: 700px;
    bottom: 0;
    width: 30%;
    right: 5%;
    z-index: 3;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.banner_img img {
    width: 50%;
    height: 100%;
    object-fit: contain;
}

.banner-icon {
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100px;
    padding-left: 9%;
    bottom: 0;
    left: 0;
    gap: 10%;
    position: absolute;
    align-items: center;
    background: #029af2;
}

.banner-icon h5 {
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 2;
    padding-right: 25px;
    background: #029af2;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Cutmark-Regular';
}

.banner-icon ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    z-index: 2;
}

.banner-icon ul li a {
    height: 40px;
    width: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 50%;
    border: 1px solid#fff;
    background: #029af2;
    justify-content: center;
}

.banner-icon ul li {
    padding: 8px;
    background: #029af2;
}

.banner-icon::before {
    width: 68%;
    position: absolute;
    left: 10%;
    margin: auto;
    top: 0;
    bottom: 0;
    background: #35aef5;
    height: 1px;
    content: '';
}

.banner-slider .slick-dots {
    bottom: 10px;
    left: 60px;
}

.banner-slider .slick-dots li.slick-active button:before {
    color: #ffffff !important;
    width: 30px;
    height: 30px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}

.banner-slider .slick-dots li button:before {
    color: #829097;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}

.banner-counter {
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 1;
    color: #fff;
    font-size: 170px;
}

.banner-counter-2 {
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: 2;
    color: #fff;
    font-size: 170px;
    position: absolute;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: transparent;
}

/*banner css end*/

/*Inner Banner css Starts*/

section.inner-banner .carousel-item {
    height: 386px;
}

section.inner-banner .main-banner-img {
    height: 100%;
}

section.inner-banner .banner-slider .slick-dots {
    display: none !important;
}

section.inner-banner .banner-extras {
    display: flex;
    align-items: center;
    justify-content: end;
}

section.inner-banner .banner-extras ul {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    background-color: #029af2;
    border-radius: 100px;
    padding: 0 10px;
    height: 30px;
}

.banner-extras ul li a, .banner-extras ul li h6 {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-family: 'Cutmark-Medium';
    text-transform: uppercase;
}

section.inner-banner .banner-extras ul {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    background-color: #029af2;
    border-radius: 100px;
    padding: 0 10px;
    height: 30px;
}

section.inner-banner .carousel-item .row {
    padding-top: 150px;
}


/*Inner Banner css end*/




/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}


/* .search-btn:hover {
  color: #00A896;
} */


/* Rate */


/* end search box css */



/*about start*/
section.about {
    padding: 100px 0px;
}

.abt-txt h3 {
    font-size: 50px;
    line-height: 50px;
    color: #1c1c1c;
    font-weight: 500;
}

.abt-txt p {
    font-size: 14px;
    color: #202020;
    margin-bottom: 30px;
}

.abt-img img {
    width: 100%;
}

.abt-txt h5 {
    font-size: 25px;
    line-height: 25px;
    color: #029af2;
}


.abt-2-img {
    margin-top: -42%;
}

.abt-2-txt {
    text-align: end;
    margin-top: 30px;
}

.abt-2-txt h4 {
    font-size: 50px;
    line-height: 50px;
    color: #1c1c1c;
}

.abt-2-txt p {
    font-size: 14px;
    color: #202020;
    margin-bottom: 30px;
}

.abt-2-img img {
    width: 100%;
}
.timing {
    color: #fff;
}

.day {
    color: #ffffff;
    text-transform: capitalize;
}
.main-time-table {
    display: flex;
    gap: 50px;
    line-height: 2.5;
}

.main-time-table .day {
    width: 92px;
}
section.time-about {
    padding: 80px 0;
    position: relative;
}

.abt-time-text {
    position: absolute;
    top: 50px;
    left: 40px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.abt-tim-img img {
    width: 100%;
}

.abt-time-text h2 {
    color: #fff;
    font-family: 'cutmark';
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 20px;
}



/*about end*/
/*surfboard start*/
.surf-slid .slick-active {
    opacity: 1;
}

.surf-img img {
    height: 330px;
    object-fit: cover;
    position: relative;
    z-index: 1;
    border-radius: 15px 15px 0px 0px;
}

section.surferboard {
    padding: 100px 0px;
    position: relative;
}

section.surferboard::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/surf-bg.jpg);
}

.surf-img {
    position: relative;
}

.surf-img h5 {
    font-size: 14px;
    color: #029af2;
    position: absolute;
    bottom: 15px;
    left: 16px;
    z-index: 2;
    background-color: #fff;
    border-radius: 100px;
    padding: 6px 30px;
    margin-bottom: 0;
}

.surf-txt {
    background: #fff;
    padding: 30px 25px 24px 25px;
    border: 1px solid #ededed;
    position: relative;
    top: -15px;
    /* min-height: 270px; */
}

.surf-txt p {
    font-weight: 500;
    color: #8f8f8f;
    margin: 10px 0px;
}

.surf-txt h4 {
    font-size: 22px;
    color: #3d3d3d;
    line-height: 30px;
}

.surf-txt h4 span {
    display: block;
}

.surf-txt a img {
    width: 33px;
}

.surferboard-txt h3 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
}

.surf-slid .slick-dots li.slick-active button:before {
    color: #029af2 !important;
    width: 30px;
    height: 30px;
    border: 1px solid #029af2;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    display: none;
}

.surf-slid .slick-dots li button:before {
    color: #829097;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    display: none;
}

.surf-slid .slick-dots {
    position: absolute;
    top: -100px;
    bottom: auto;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-right: 45px;
    text-align: center;
    justify-content: flex-end;
}
.theme-text-blue{
    color: #029af2;
}
.dis-block{
    display: block;
}
.what-do-you-sec-img img {
    height: 560px;
    width: 100%;
    object-fit: cover;
}

.what-do-you-sec-img-box {
    position: relative;
}

.what-do-you-sec-img-text {
    position: absolute;
    bottom: 6%;
    right: 6%;
    /* height: 40%; */
    width: 37%;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
}

section.what-do-you-sec-st {
    margin-bottom: 80px;
    padding-top: 100px;
}

.what-do-you-sec-img-text p {
    margin-bottom: 22px;
}

.what-do-you-sec-text {
    margin-bottom: 20px;
}




/* Product slider section  */

section.shop .shop-item {
    transition: 0.9s;
    height: 470px;
    border: 1px solid #0000001a;
    border-radius: 10px;
  }
  
  section.shop .item {
    opacity: 1;
  }
  
  section.shop .shop-item .item-img img {
    border-radius: 4px;
    height: 280px;
    /*object-fit: cover;*/
    object-position: top;
  }
  
  section.shop .shop-item ins {
    color: #000000;
    font-family: "Rajdhani";
    font-weight: 600;
    text-decoration: unset;
    font-size: 22px;
    font-weight: 800;
    line-height: 35px;
    display: inline-block;
    margin: 3px 0 10px;
  }
  
  /* section.shop .shop-item ul li a i { */
  .icon-sd-pro a i {
    width: 40px;
    height: 40px;
    border-radius: 45px;
    border: 1px solid #029af2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 14px;
    transition: 0.9s;
    background: #029af2;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  }
  
  /* section.shop .shop-item ul li a i { */
  i.fa-solid.fa-play:hover {
    background: #1e6eff;
    border: 1px solid #1e6eff;
    color: #fff;
    transform: rotate(260deg);
  }
  
  section.shop .shop-item ul li a {
    display: inline-block;
    margin-right: 20px;
  }
  
  section.shop ul.slick-dots {
    bottom: 10px;
  }
  
  ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-left: -120px;
    display: none;
  }
  
  section.shop .slick-list {
    padding-bottom: 80px;
  }
  
  section.shop .slick-dotted.slick-slider {
    margin: 0px;
    /* margin-left: 50px; */
    margin-right: -300px;
}
  .slick-dots li button {
    margin: 0px;
    padding: 0;
    border: 0px;
    width: 0px;
    display: none;
  }
  
  .slick-dots li button:before {
    display: none;
  }
  
  .slick-dots li {
    width: 8px;
    height: 8px;
    background: #c8c8c8;
    border-radius: 45px;
  }
  
  .slick-dots li.slick-active {
    opacity: 1 !important;
    background: #1e6eff;
    outline: 1px solid #1e6eff;
    outline-offset: 6px;
  }
  .item-txt h6 {
    text-align: center;
    height: 84px;
    font-size: 22px;
    color: #000;
    font-weight: 500;
    /* margin-bottom: 10px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    line-height: 25px;
    font-family: 'Cutmark-Regular';
}
.item-img img {
    height: 260px;
    width: 100%;
    object-fit : contain;
}
.item-txt {
    text-align: center;
    padding: 13px;
    position: relative;
}
section.shop.section {
    margin-bottom: 80px;
}

.surfboard-racks-tab .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: unset;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    color: #000;
}
.surfboard-racks-tab .nav-tabs {
    border-bottom: unset;
}
.surfboard-racks-tab ul#myTab {
    margin-top: -48px;
    margin-left: 52%;
    margin-bottom: 30px;
}



section.surfboard-racks-sec {
    margin-bottom: 80px;
}







/* Footer Css start  */
footer.footeMain {
    background: #05202d;
    padding: 100px 0 60px;
    position: relative;
    overflow: hidden;
    color: #fff;
  }
footer.footeMain:before {
    position: absolute;
    content: '';
    top: 84px;
    right: -120px;
    height: 60px;
    width: 51%;
    background: #029af2;
    left: 0;
    margin: 0 auto;
}
footer.footeMain:after {
    position: absolute;
    content: '';
    top: 85px;
    left: 27.6%;
    height: 100%;
    width: 1px;
    background: #04354e;
}
  
 footer.footeMain img.footerLogo {
    position: relative;
    /* display: inline-block; */
    /* transition: 0.9s; */
    margin-top: -30px;
    width: 110px;
    height: 100%;
    object-fit: cover;
    margin-left: 30px;
}
  
  footer.footeMain img.footerLogo:hover {
    /* filter: drop-shadow(0px 0px 2px white); */
    /* cursor: pointer; */
    /* transform: rotate(9deg); */
  }
  
  footer.footeMain h6 {
    position: relative;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 30px;
    font-family: 'Cutmark-Medium';
    color: #fff;
    text-transform: uppercase;
  }
  
  footer.footeMain ul.linkList {
    display: flex;
    flex-direction: column;
    margin: 0px;
  }
  
  footer.footeMain ul.linkList li a {
    color: #fff;
    line-height: 30px;
    transition: 0.9s;
  }
  
  footer.footeMain ul.linkList li a:hover {
    text-decoration: underline;
  }
  
  footer.footeMain h6:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 319px;
    bottom: 0;
    background: #029af2;
    opacity: 17%;
    top: 0;
    right: 24%;
  }
  
  footer.footeMain .ulWraper {
    display: flex;
    gap: 30px;
  }
  
  .foot-quick-links ul {
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  
  footer.footeMain .foot-quick-links ul li a {
    display: flex;
    /* align-items: center; */
    color: #fff;
    gap: 18px;
  }
.foot-quick-links ul li a span {
    width: 51%;
}
.foot-quick-links ul li a i {
    margin-top: 6px;
}
  
  footer.footeMain .news-letter {
    position: relative;
  }
  
  footer.footeMain .news-letter p {
    font-size: 12px;
  }
  
  /* ======= */
  footer .news-letter form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: baseline;
  }
  
  footer .news-letter form input {
    width: 100%;
    color: #fff;
    height: 54px;
    padding: 20px;
    transition: 0.9s;
    border-radius: 65px;
    background-color: transparent;
    opacity: 60%;
    text-transform: uppercase;
    border: 1px solid #4c4b4bdb;
    font-size: 12px;
    text-align: center;
  }
  
  footer .news-letter form input::placeholder {
    color: #fff;
    opacity: 30%;
  }
  
  footer .news-letter form input:hover {
    transform: translate(7px, 0px);
  }
  
  footer .news-letter form button {
    border: 0px;
    padding: 14px 24px;
    transition: 0.9s;
    position: relative;
    width: 100%;
    border-radius: 35px;
    background-color: #934032;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
  }
  
  footer .news-letter form button:hover {
    cursor: pointer;
    transform: translate(0px, -3px);
  }
  
  /* CopyRight */
  
  footer.copyRight {
    padding: 15px 0px;
    position: relative;
    background-color: #05202d;
    border-top: 1px solid #fff;
  }
  
  footer.copyRight .row {
    align-items: center;
  }
  
  footer.copyRight p {
    margin: 0px;
    color: #fff;
    font-weight: 500;
    padding-top: 5px;
  }
  
  footer.copyRight p a {
    position: relative;
    color: #fff;
  }
  
  footer.copyRight p a:hover {
    text-decoration: underline;
  }
  
  ul.social {
    display: flex;
    align-items: center;
    margin: 0px;
    gap: 10px;
    justify-content: flex-start;
    margin-top: 30px;
  }
  
  ul.social li a i {
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    color: #ffffff69;
    font-size: 14px;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 0.9s;
    background-color: #ffffff00;
    border-radius: 45px;
    border: 1px solid #ffffff69;
  }
  
  ul.social li a i:hover {
    transform: rotate(360deg);
    border: 2px solid #fff;
    background-color: #009eef;
    color: #fff;
  }
  
  footer.copyRight .visaImg img {
    float: right;
    display: inline-block;
    transition: 0.9s;
  }
  
  footer.copyRight .visaImg img:hover {
    filter: brightness(0.6);
    cursor: pointer;
  }
  
  footer.copyRight .cpty {
    text-align: center;
  }









   /* Account Page Start */
        
 .login_area {
    border: 1px solid #dadada;
    padding: 40px;
    background: #029af2;
    border-radius: 10px;
}

.register_area {
    /* border: 1px solid #dadada; */
    padding: 30px;
}

.login_content_area {
    position: relative;
    padding: 140px 0;
    margin: 0px 0 0 0;
    background-image: url(../images/cart-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.login_area h2 {
    font-size: 40px;
    /* font-family: 'reco'; */
    margin-bottom: 20px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.fields_area input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 2px;
    padding: 0 20px;
    color: #000;
    background: transparent;
    border: 1px solid #00000014;
}

button.btn1.login-btn {
    width: 100%;
    border: 0;
    background-color: #029af2;
    color: white;
    font-family: 'Roboto';
    line-height: 30px;
    font-size: 21px;
    border: 1px solid #0000002e;
    height: 60px;
}

button.btn1.login-btn:hover {
    background-color: black;
}

.fields.custom-control p {
    margin-bottom: 0;
    padding-left: 10px;
    font-family: 'Roboto';
    font-size: 18px;
    color: #fff;
}

.f-pass a {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto';
}

.f-pass {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto;
    width: 70%;
}

.fields.custom-control.custom-radio {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.register_area h2 {
    font-size: 40px;
    /* font-family: 'reco'; */
    margin-bottom: 20px;
    line-height: 50px;
    text-align: center;
}

.fields_area.custom-control.custom-radio {
    padding-top: 20px;
}

.fields_area.custom-control.custom-radio p {
    font-size: 16px;
    font-family: 'Roboto';
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: start;
}

.fields_area.custom-control.custom-radio a {
    color: #016dff;
    text-decoration: underline;
}

input.form-control::placeholder {
    color: #000;
    font-size: 15px;
    font-family: 'Roboto';
}

img.crt-5.act-7 {
    position: absolute;
    bottom: 15%;
    left: 40%;
}

img.crt-3.act-3 {
    bottom: 10%;
}
/* Account Page End */




/* About Css Start */


section.about-sec-1 {
    padding: 70px;
}

section.about-sec-img-2 {
    padding: 70px 0;
}

section.about-sec-img-3 {
    padding: 70px 0;
}

.story-text {
    text-align: end;
    margin-top: 60px;
    width: 95%;
}

.story-img img {
    width: 95%;
}

.story-text p {
    width: 100%;
}

.story-text h1 {
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000;
}

.bussiness-text-1 h1 {
    text-transform: uppercase;
    font-size: 55px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #000;
}

.franklin-img img {
    width: 96%;
    height: 420px;
}

.business-img img {
    width: 78%;
}

.behind-capture img {
    width: 95%;
}

.behind-text h1 {
    text-transform: uppercase;
    font-size: 55px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000;
}

.behind-text-1 h3 {
    text-transform: uppercase;
    font-size: 27px;
    color: #2b9df1;
    font-weight: 900;
}

.behind-text-1 {
    margin-bottom: 20px;
}

.behind-text {
    margin-bottom: 20px;
}
.bussiness-text-1 {
    margin-top: 30px;
}
.behind-text p {
    width: 95%;
    font-size: 16px;
}

.behind-text-1 p {
    font-size: 16px;
    width: 93%;
}
.bussiness-text-1 p {
    width: 98%;
}

.franklin-text-1 h1 {
    text-transform: uppercase;
    font-size: 55px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #000;
}

.franklin-text-1 p {
    width: 86%;
}




/* About css end */



/*Custom Boards Page Css Start*/

.custom-heading h6 {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px 0;
    font-family: 'Montserrat';
}

.custom-heading h5 {
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0 0 0;
    font-family: 'Montserrat';
}

.custom-form-txt h6 {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Montserrat';
    color: #909091;
    margin: 0 0 10px 0;
}

.custom-form-input input, .custom-form-input textarea {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #00000040;
    border-radius: 5px;
    margin: 0 0 20px 0;
}

.custom-form-input textarea {
    height: 200px;
    padding: 20px;
    position: relative;
    resize: none;
}

.custom-form-input textarea::placeholder {
    font-size: 14px;
    line-height: 20px;
    color: #909091;
    font-family: 'Montserrat';
    position: absolute;
    bottom: 10%;
}

.custom-form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.custom-bottom-sec {
    padding: 0 0 80px 0;
}

.custom-bottom-box {
    display: grid;
    gap: 50px;
}

.custom-bottom-txt h4 {
    font-size: 46px;
    line-height: 50px;
    margin: 0;
}

.custom-bottom-txt p {
    font-size: 14px;
    line-height: 25px;
    color: #202020;
    margin: 0;
}

/*Custom Boards Page Css Ends*/

/*Surfboard Repair Page Css Starts*/

.surfboard-repair-space {
    margin: 50px 0 0 0;
}

.surfboard-repair-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 593px;
    width: 95%;
    object-fit: cover;
    border-radius: 10px;
    object-position: 0 50%;
}

.surfboard-repair-txt h6 {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Montserrat';
    margin: 10px 0;
    font-weight: 600;
}

.surfboard-repair-txt p {
    margin: 0 0 40px 0;
}

.surfboard-repair-txt-ex {
    width: 95%;
}

.surfboard-repair-img-ex img {
    height: 753px;
}

.surfboard-repair-txt p a {
    position: relative;
    font-size: 14px;
    color: #000;
    transition: ease-in;
    transition-duration: 0.2s;
}

.surfboard-repair-txt p a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: 1px solid #000;
    transition: ease-out;
    transition-duration: 0.2s;
}

.surfboard-repair-txt p a:hover::before {
    width: 100%;
    transition: ease-in;
    transition-duration: 0.2s;
}

/*Surfboard Repair Page Css Ends*/

/*Videos Page Css Starts*/

.videos-heading {
    margin: 0 0 50px 0;
}

.videos-box {
    position: relative;
}

.videos-box .videos-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videos-box-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 538px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.videos-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.videos-card-main {
    margin: 40px 0 20px 0;
}

.videos-card-txt {
    padding: 20px 0;
}

.videos-card-txt h5 {
    font-size: 28px;
    line-height: 30px;
    color: #3d3d3d;
    text-transform: uppercase;
    margin: 0;
}

.videos-bottom-txt h5 {
    font-size: 35px;
    line-height: 40px;
    margin: 20px 0;
}

.videos-bottom-btn {
    margin: 50px 0 0 0;
}

/*Videos Page Css Ends*/


/* Contact Us Start*/
section.contact-us {
    margin: 20px 0;
}

.cntct-head h4 {
    font-size: 25px;
    line-height: normal;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 500;
    margin: 0 0 30px;
    color: #000;
}

.contact-input {
    position: relative;
}

.contact-input::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 45px;
    top: 5px;
    left: 55px;
    background: url(../images/contact-input-bef.png) no-repeat;
}

.contact-input input, .contact-input select {
    width: 100%;
    height: 55px;
    border: 1px solid #999999;
    margin-bottom: 20px;
    padding: 0 20px 0 80px;
    background: transparent;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #7e7e7e;
}
.contact-input textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #7e7e7e;
    margin-bottom: 20px;
    padding: 12px 20px 12px 80px;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #3d3d3d;
    resize: none;
    padding: 20px;
    position: relative;
}

.contact-input textarea::placeholder {
    position: absolute;
    bottom: 10%;
}


.contact-input input::placeholder,
.contact-input textarea::placeholder {
    color: #909091;
}

.contact-input i {
    position: absolute;
    top: 15px;
    left: 18px;
    color: #029af2;
    /* padding: 12px 16px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.send-btn {
    background-color: var(--golden);
    padding: 15px 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    background: #0288d1;
    font-family: 'Montserrat';
    border: none;
}

button.send-btn:hover {
    background: transparent;
    color: var(--golden);
    border: 1px solid var(--golden);
    transition: 0.5s all ease-in-out;
}


.contact-info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 34px 30px;
    border: 1px solid #c1c1c1;
    margin: 15px 0;
    transition: 0.8s all ease-in-out;
    background-color: #05202d;
    border-radius: 5px;
}

.cntct-info-icon {
    width: 55px;
    height: 55px;
    border: 1px solid var(--golden);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.8s all ease-in-out;
}

.cntct-info-icon i, .cntct-info-icon img {
    font-size: 28px;
    transition: 0.8s all ease-in-out;
    border-radius: 50%;
    padding: 15px 15px;
    color: #fff;
    background-color: #029af2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
}

.contact-info-item:hover i, .cntct-info-icon img {
    transform: rotate(360deg);
    transition: 0.8s all ease-in-out;
}

.contact-info-item-details h5 {
    margin: 0;
    font-size: 23px;
    font-family: 'Cutmark-Medium';
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    text-transform: uppercase;
}

.cntct-info-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    object-fit: contain;
    padding: 10px;
}

.contact-info-item-details a,
.contact-info-item-details p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.cntct-call {
    font-size: 22px !important;
}

.contact-select select {
    padding: 0 80px 0 20px;
    position: relative;
    cursor: pointer;
}

.contact-select::before {
    display: none;
}

.contact-select::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 45px;
    top: 5px;
    right: 55px;
    background: url(../images/contact-input-bef.png) no-repeat;
}

.contact-select i {
    right: 18px;
    left: unset;
}


/* Contact Us End */



/*product detail page css start*/

.productdetailsec {
    padding: 100px 0 50px;
    position: relative;
    z-index: 1;
}

.productdetailtext h3 {
    width: 80%;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0;
    color: #121212;
    text-transform: uppercase;
    font-weight: 500;
}

.productdetailtext ul {
    padding: 0;
    margin: 13px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.productdetailtext p {
    color: #1a1a1a;
    font-size: 15px;
    line-height: 31px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-bottom: 30px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul {}

.iconlist ul li {
    display: flex;
    align-items: center;
    font-size: 17px;
    gap: 30px;
    list-style: none;
    margin-bottom: 4px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    font-family: 'Montserrat';
}

.iconlist ul li>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.iconlist ul li>div i {
    font-size: 16px;
    color: #858585;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border: 1px solid #858585;
    border-radius: 100px;
}

.iconlist ul li>div i:hover {
    background-color: #029af2;
    border: 1px solid #0000;
    color: #fff;
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
}

.productdetailsmallportion img {
    margin: auto;
    width: 100%;
    border: 4px solid #E1E1E1;
    height: 100%;
}

.productdetailsmallportion img:hover {
    border: 2px solid #ac725c;
}

.productdetailnav .slick-current .productdetailsmallportion img {
    border-color: #ac725c;
}

.productdetailnav .slick-current .productdetailsmallportion:before {
    position: absolute;
    content: '';
    top: -16px;
    left: 0;
    right: 0;
    width: 90px;
    height: 50px;
    background: #ac725c;
    margin: 0 auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.productdetailsec .productdetailportion {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
    margin-top: 20px;
}

.product-detail span {
    margin: 0;
}

.product-detail .num-in {}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.product-detail .skin-2 span {
    width: 50px !important;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    height: 50px !important;
    margin: 5px 0;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: rgb(255, 255, 255) !important;
}

.product-detail span:hover {
    background-color: #029af2;
}

.iconlist {
    margin-top: 20px;
}

/* .productdetailportion::before {
    position: absolute;
    content: '';
    width: 85%;
    height: 85%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 5px solid #fff;
} */

.quanity.product-detail h5 {
    font-size: 18px;
    color: #250503;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
}

ul.quan-count li {
    width: 30%;
}

ul.quan-count {}

.num-block.skin-2 {}

.iconlist ul {
    display: block;
    column-count: 2;
    width: 80%;
    margin: 60px 0 0 0;
}

ul.disc-list {
    margin: 20px 0;
}

ul.disc-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 10px 0;
}

ul.disc-list li {
    font-size: 20px;
    color: #029af2;
}

ul.disc-list p {
    font-size: 17px !important;
    color: #0e0e0f !important;
    /* font-family: 'saud' !important; */
    padding: 0 !important;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 200px;
    height: 60px;
    background-color: transparent;
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    color: #0e0e0f;
    font-family: "Syne", sans-serif;
}

.description li.nav-item .nav-link.active {
    border: unset;
    background: transparent;
    border-bottom: 2px solid #006df0;
}

.description .nav-tabs {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: initial;
    margin-bottom: 30px;
}

.description {
    padding: 80px 0;
}

.prod-detail-description img.bk-1 {
    position: absolute;
    bottom: 30%;
    right: 0;
    width: 6%;
}

.prod-detail-description img.bk-2 {
    position: absolute;
    top: 15%;
    left: -30px;
    width: 7%;
}

.description .tab-content p {
    color: #636363;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

.productdetailfor .slick-slide img {
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.productdetailsmallportion img {
    width: 160px;
    /* padding: 12px 20px; */
    transition: 0.5s;
    position: relative;
    z-index: 999999999999999;
    height: 130px;
    border-radius: 0;
    object-fit: cover;
}


/* skin 2 */

.skin-2 .num-in {
    border-radius: 60px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 600;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 90%;
    height: 52px;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 0;
    border-left: 0;
}

.product-detail input.in-num {
    border: 0;
    background-color: transparent;
    width: 45%;
    margin: 0 5px;
}

.productdetailsec .btn10 {
    color: white;
}


/* / skin 2 */

.statment-choose h6 {
    font-size: 17px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: 'Montserrat';
}

ul.quan-count h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #006df0;
}

ul.rate-reviews {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: start;
    margin: 30px 0 0 0;
}

ul.rate-reviews li {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.rate-reviews li h6 {
    margin: 0;
    font-size: 20px;
    font-family: 'Montserrat';
    color: #250503;
}

ul.rate-reviews li:first-child i {
    color: #facc2b;
    font-size: 15px;
}

ul.rate-reviews li:last-child i {
    color: #f9ac01;
    font-size: 22px;
    border-left: 1px solid #000;
    padding-left: 30px;
}

.price h5 del {
    display: block;
    font-size: 22px;
    color: #393939;
    font-family: 'saud';
}

.price h5 {
    font-size: 45px;
    font-family: 'Montserrat';
    color: #1c1c1c;
    font-weight: 700;
    margin: 30px 0;
}


/*  product Detail Review Section Start */


/* Rating Stars */

.prod-detail-description .rating:not(:checked)>input {
    position: absolute;
    -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
    content: "★";
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
    color: #e58e09;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.prod-detail-description .rating>input:checked~label {
    color: #ffa723;
}


/* Rating Stars */

.prod-detail-description {
    position: relative;
    padding: 40px 0;
}

.prod-detail-description .nav-tabs .nav-link {
    color: #0e0e0f;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    width: fit-content;
    padding: 15px;
    background: transparent;
    margin-right: 10px;
    border-radius: 0 !important;
}

.prod-detail-description .nav-tabs .nav-link.active,
.prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border-bottom: 3px solid #029af2 !important;
    border: 0;
}

.prod-detail-description .nav-tabs .nav-link:hover {
    border-bottom: 3px solid #000 !important;
    border: 0;
}

.prod-detail-description .nav-tabs .nav-link:focus{
    border-bottom: 3px solid #029af2 !important;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #dee2e6;
    gap: 130px;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    border: 1px solid #000;
    margin: 5px 0 20px;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    border: 1px solid #000;
    margin: 5px 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    resize: none;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}

.prod-detail-description .prd-review-input.give-review button {
    padding: 15px 40px;
    border-radius: 0;
    border: 1px solid #000;
    font-size: 16px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    transition: ease-in;
    transition-duration: 0.2s;
}

.prod-detail-description .prd-review-input.give-review button:hover {
    background-color: #029af2;
    border: 1px solid #0000;
    transition: ease-out;
    transition-duration: 0.2s;
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    transition: ease-in;
    transition-duration: 0.2s;
}

.prod-detail-description .client-review-box:hover {
    background-color: #029af2;
    transition: ease-out;
    transition-duration: 0.2s;
}

.prod-detail-description .client-review-box:hover * {
    color: #fff !important;
    transition: ease-in;
    transition-duration: 0.2s;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #666;
    font-family: "Montserrat";
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: #ffa723;
}

.prod-detail-description .client-info {
    margin-left: 0;
}

.prod-detail-description .client-review-box p {
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat';
}

.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    text-align: justify;
    font-size: 14px;
    color: #0b0c0c;
    font-family: "Montserrat";
    font-weight: 500;
    line-height: 26px;
    padding-bottom: 10px;
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}


/*  product Detail Review Section End */


/*product detail page css end*/


/*CART PAGE CSS*/

.shopping_cart {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.chk-btn {
    text-align: center;
}

.shopping_cart img.bk-2 {
    bottom: -38%;
    width: 6%;
}

.shopping_cart img.bk-1 {
    bottom: -2%;
    width: 7%;
}

.cart-pag-qunty .product-detail .num-in {
    width: 30% !important;
    border: 0 !important;
}



.payment_card a.btn-1 i {
    color: #fff !important;
}

.shopping_cart_table h2 {
    font-size: 35px;
    margin-bottom: 30px;
    color: #3c454e;
}

.shopping_cart_table table th {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
    padding-bottom: 10px;
    color: #151414;
}

.shopping_cart_table table thead {
    border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #dddddd;
}

.shopping_cart_table table tbody .cart_box_product {
    display: flex;
    align-items: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_img {
    width: 25%;
    background-color: #f2f2f2;
    /* padding: 25px 10px; */
    margin-right: 10px;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
    margin: 0;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Montserrat';
    margin: 0;
}

.shopping_cart_table table tbody td select {
    height: 40px;
    padding-left: 10px;
    appearance: auto;
    border: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
    border-radius: 0;
    border: 0;
    width: 50%;
    margin: 0 60px;
}

.shopping_cart_table table tbody td .t_price {
    font-size: 29px;
    font-weight: 600;
    color: #070707;
    margin: 0;
}

th.w-40 {
    width: 40%;
}

.shopping_cart_table table tbody td i.fas.fa-times {
    font-size: 20px;
    color: #000;
}

.cart_recipt {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cart_recipt>a {
    padding: 15px 50px;
    border: 1px solid #b8b8b8;
    border-radius: 50px;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #151414;
    font-weight: 500;
}

.cart_recipt>a i {
    margin-right: 10px;
}

.recipt {
    width: 30%;
}

.recipt li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #151414;
    text-transform: uppercase;
}

.recipt li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

.recipt li span {
    color: #151414;
    font-size: 16px;
    letter-spacing: 2px;
}

.payment_card {
    background-color: transparent;
    padding: 0 0;
}

.payment_card h3 {
    font-size: 35px;
    color: #3c454e !important;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 40px;
    text-transform: capitalize;
    border-bottom: 1px solid #dddddd;
    font-family: 'saud';
}

.payment_card * {
    color: #0e0d0d !important;
}

.credit_paypal a {
    padding: 10px 20px;
    border: 1px solid #414241;
    border-radius: 30px;
    display: inline-flex;
    background: #f3f3f3;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    font-size: 15px;
}

.credit_paypal a img {
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.credit_paypal {
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.payment_card form label {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.payment_card form {
    margin-top: 15px;
}

.payment_card form input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
}

.payment_card form select {
    width: 100%;
    height: 50px;
    border: none;
    color: #fff;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
}

.payment_card form input::placeholder {
    color: #7d7d7d;
}

.expiry_cvv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expiry_date {
    width: 70%;
}

.cvv_box {
    width: 26%;
}

.month_year {
    display: flex;
    justify-content: space-between;
}

.month_year select {
    width: 48% !important;
    appearance: auto;
}

.month_year select option {
    color: #000;
}

.payment_card form .btn1 {
    margin: 30px 85px;
    border: 1px solid;
}

.shopping_cart_table {
    padding-right: 40px;
}

.payment_card a.theme_btn {
    color: #fff !important;
    margin: 0 auto;
    margin-top: 10px;
}


/*CART PAGE CSS END*/


/*CHECKOUT PAGE*/

.billing_form h3 {
    font-size: 50px;
    color: #121212;
    margin: 0;
    /* font-family: 'saud'; */
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.billing_form label {
    font-size: 14px;
    font-family: 'Montserrat';
    color: #7c7c7c;
    font-weight: 600;
}

.radiosss p {
    color: #000000ad;
    font-size: 13px;
    font-family: 'ROBOTO';
    font-weight: 400;
}

.billing_form input {
    width: 100%;
    height: 45px;
    border: 1px solid #C4C4C4;
    margin-bottom: 20px;
    padding-left: 15px;
    font-family: 'Montserrat';
    background: transparent;
    border-radius: 0;
    font-weight: 500;
}

.billing_form input::placeholder {
    color: #b0b0b0;
    font-family: 'Montserrat';
}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    color: #7c7c7c;
    font-family: 'Montserrat';
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    /* font-family: 'saud'; */
    text-transform: uppercase;
}

.cart_sidebar .cart_lst {
    margin-top: 20px;
    margin-bottom: 40px;
}

.thankyou_txt {
    padding: 50px;
    border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
    font-size: 35px;
    color: #000;
    font-weight: 800;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.thankyou_txt h3 i {
    font-size: 40px;
    margin-right: 15px;
}

.order_det h5 {
    font-size: 20px;
    color: #7c7c7c;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.order_det p {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0;
}

.order_complete_detail h3 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.order_detail_table {
    padding: 40px;
    border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.order_detail_table ul {
    margin-top: 20px;
    margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
    margin-bottom: 25px;
}

.order_detail_table ul li {
    font-size: 14px;
    color: #7c7c7c;
}

.order_detail_table ul li span {
    float: right;
}

.order_detail_table ul li:last-child {
    font-weight: 700;
    color: #000;
}

.order_detail_table h6 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
    padding: 25px 0;
    border-top: 1px solid #dbdbdb;
    margin: 0;
}

.order_detail_table h6 span {
    float: right;
}

.check_menu ul {
    text-align: center;
    margin-bottom: 40px;
}

.check_menu ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #7c7c7c;
    margin: 0 14px;
}

.check_menu ul li i {
    font-size: 18px;
}

.check_menu ul li.purp {
    color: #700ea3;
}

.cart_sidebar {
    padding: 40px 25px;
    border: 1px solid #C4C4C4;
    border-radius: 0;
}

.cart_sidebar h3 {
    font-size: 27px;
    color: #121212;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'saud';
}

.cart_sidebar .h-sub {
    font-weight: 500;
    color: #029af2;
    font-size: 26px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    text-transform: uppercase;
    /* font-family: 'saud'; */
}

.cart_sidebar h5 span {
    float: right;
    color: #029af4;
}

.cart_sidebar h4 {
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
    /* font-family: 'saud'; */
    text-transform: uppercase;
}

.cart_sidebar ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #7c7c7c;
    font-family: 'Montserrat';
}

.cart_sidebar ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #250503;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
    font-family: 'Montserrat-Ultral';
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border-radius: 0;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #ff2e98;
    font-family: 'Montserrat-Ultral';
}

.checkout_btn:hover {
    /* color: white; */
}

ul.shipping-ul {
    border-bottom: 1px solid #dbdbdb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    font-weight: 500;
    color: #000;
    font-size: 22px;
    margin-bottom: 30px;
    font-family: 'saud';
    font-weight: 600;
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #250503;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background: none;
}

.radiosss-payments {
    border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
    padding: 60px 0px 80px;
    position: relative;
}

.checkout_page .img-1 {
    position: absolute;
    left: -13%;
    top: 50%;
    width: 340px;
}

.checkout_page .img-2 {
    position: absolute;
    right: -7%;
    top: 60%;
    width: 230px;
    transform: rotate(200deg);
}

.billing_form {
    border: none;
    padding: 0;
}

section.checkout_page a.theme_btn {
    margin: 0 auto;
}

.checkout_page {
    position: relative;
    padding: 100px 0;
}

.checkout_page img.bk-1 {
    bottom: 20%;
    width: 7%;
}

.checkout_page img.bk-2 {
    bottom: 10%;
    width: 7%;
}


/*Checkout End*/

section.shooping-sec {
    padding-top: 100px;
}

.shooping-top-text {
    margin-bottom: 20px;
}

.shooping-top-text h2 {
    padding-bottom: 6px;
    font-size: 65px;
}

.shooping-top-text p {
    line-height: 1.7;
}

.item-txt.mt-3 ins {
    text-decoration: none;
    font-weight: 900;
    font-size: 18px;
}
.shop-item.inner-page-shop {
    border: 1px solid #cfcfcf;
    border-radius: 15px;
    margin-bottom: 50px;
    height: 451px;
}
.icon-sd-pro a {
    margin: 0 auto;
    margin-top: 10px;
}

.quanity-btn .btn-1 {
    height: 60px;
}


span.has-error.help-block{
    display: block;
}


/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

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

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/

.header-contact-btn {
    display: flex;
    align-items: center;
}

.header-contact-btn a.btn-1 {
    font-size: 11px;
}

.topsec-email a {
    padding: 0 !important;
}

.topsec-email a i {
    color: #000;
}
section.shop.section .heatext {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 35px;
}
span.gfield_required {
    color: #790000;
    margin-left: 4px;
}
ul.Surfboard-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    color: #000;
}
section.surfboard-racks-sec .d-flex {
    align-items: end;
}
.surfboard-racks-box img {
    width: 100%;
}
.main-time-abt {
    position: relative;
}


.menuSec.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; /* ensures it stays on top */
  background-color: white; /* optional: helps it stand out */
  box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* subtle shadow for visual separation */
}


.what-do-you-sec-img img {
    width: 100%;
    height: auto;
}

.what-do-you-sec-img-text {
    position: relative;
    width: 100%;
    top: unset;
    bottom: unset;
    padding: 0;
    right: unset;
}


/* Blog Page */
.inner-blog-sec {
    padding: 80px 0;
}

.inner-blog-sec .arrival-head.text-center {
    margin-bottom: 30px;
}

.inner-blog-sec .arrival-head.text-center h2 {
    font-size: 60px;
}

.prod-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: 1s all;
}

.blog-txt {
    padding: 20px;
    border: 1px solid #989898;
    border-top: 0;
    position: relative;
    z-index: 1;
}

.blog-txt h5 {
    font-size: 26px;
    line-height: 34px;
}

.blog-txt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0;
    padding: 5px;
    border: 1px solid #9898;
    border-left: 0;
    border-right: 0;
}

.blog-txt ul li {
    font-size: 13px;
    color: #7c7c7c;
}

.blog-txt h4 {
    font-size: 20px;
    line-height: 40px;
    display: block;
    align-items: center;
}

.blog-txt p {
    font-size: 14px;
}

.media-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.media-main .pd-btn a {
    font-size: 16px;
    color: #fff;
    background: #029af2;
    padding: 10px 20px;
    border-radius: 50px;
}

.media-main .social-media {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.media-main .social-media i {
    font-size: 18px;
    color: #029af2;
    border: 1px solid #029af2;
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    border-radius: 50px;
    transition: .3s all;
}

.media-main .social-media i:hover {
    background: #029af2;
    color: #fff;
}

.blog-main {
    margin: 20px 0;
}

.prod-img {
    overflow: hidden;
}


.blog-main:hover .prod-img img {
    transform: scale(1.2) translate(10px, 10px);
}
/* Blog Page */

/* Blog Detail  */
.case-studies.det {
    padding: 80px 0;
}

.case-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.recent-blogs h3 {
    font-size: 40px;
}

.blog-img-box.smaller {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin: 41px 0;
}

.blog-img-box.smaller img {
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.blog-cont-box h6 {
    font-size: 30px;
    font-family: 'Cutmark-Medium';
    line-height: 30px;
}

.inner_blog_box_text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    margin: 7px 0;
    border: 1px solid #989898;
    border-left: 0;
    border-right: 0;
}

.blog-cont-box a {
    font-size: 18px;
    color: #029af2;
    border-bottom: 1px solid #029af2;
}

.blog-cont-box {
    width: 65%;
}

.case-txt.inner_blog_box_text h3 {
    font-size: 40px !important;
    margin: 20px 0 13px;
}

.case-txt.inner_blog_box_text h4 {
    font-size: 26px;
    margin: 20px 0 10px;
}

.case-txt.inner_blog_box_text p {
    margin: 8px 0;
}

.case-txt.inner_blog_box_text a {
    color: #000;
    border-bottom: 1px solid #000;
}

.case-txt.inner_blog_box_text ul {
    display: flex;
    flex-wrap: wrap;
    border: 0;
}

.case-txt.inner_blog_box_text ul li {
    width: 100%;
    margin: 5px 0;
}
ul.blog-date {
    border: 1px solid #989898 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

ul.blog-date li {
    font-size: 20px;
    width: auto !important;
}
/* Blog Detail  */