/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




@font-face {
    font-family: 'Oswald', sans-serif;
    src: url('../fonts/HurmeGeometricSans3SemiBold.otf');
}

/*@font-face {*/
/*    font-family: 'HurmeGeometricSans';*/
/*    src: url('../fonts/HurmeGeometricSans3.otf');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Rubik', sans-serif;*/
/*    src: url('../fonts/MYRIADPRO-REGULAR.otf');*/
/*}*/



/*@font-face {*/
/*    font-family: 'Arial Narrow';*/
/*    font-weight: normal;*/
/*    src: url('../fonts/ARIALN.woff') format('woff');*/
/*}*/



/*@font-face {*/
/*    font-family: 'Arial Medium';*/
/*    font-weight: 600;*/
/*    src: url('../fonts/ArialMdm.woff') format('woff');*/
/*}*/



/*@font-face {*/
/*    font-family: 'Arial Bold';*/
/*    font-weight: bold;*/
/*    src: url('../fonts/ARIALBD 1.woff') format('woff');*/
/*}*/


/*@font-face {*/
/*    font-family: 'Arial Bold';*/
/*    font-weight: normal;*/
/*    src: local('Arial Bold'), url('../fonts/ARIALBD.woff') format('woff');*/
/*}*/


/*@font-face {*/
/*    font-family: 'Arial Narrow Bold';*/
/*    font-weight: 700;*/
/*    src: url('../fonts/ARIALNB.woff') format('woff');*/
/*}*/


/*@font-face {*/
/*    font-family: 'Arial Light Regular';*/
/*    font-weight: 200;*/
/*    src: url('../fonts/ARIALLGT.woff') format('woff');*/
/*}*/


/*@font-face {*/
/*    font-family: 'Arial CE Regular';*/
/*    font-weight: normal;*/
/*    src: url('../fonts/ArialCE.woff') format('woff');*/
/*}*/


/*@font-face {*/
/*    font-family: 'Arial CE Bold';*/
/*    font-weight: bold;*/
/*    src: url('../fonts/arialceb.woff') format('woff');*/
/*}*/









* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    overflow-x: hidden;
    background-color: #fff;
}

main {
    overflow: hidden;
}

a {
    text-decoration: none;
}

.btn:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.pr-0 {
    padding-right: 0;
}

/* body overlay start*/
body.scroll-none {
    overflow: hidden;
}

.bd-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

.bd-overlay span {
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
}
.bd-overlay-checkout {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
}

.bd-overlay-checkout span {
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
}

/* body overlay close*/



/*Header Css Start Here*/

header.header-main {
    background-color: #C7AD7F;
}

.header-main .navbar {
    padding: 0px;

}

.header-main .navbar.navbar-expand-lg {
    flex-wrap: inherit;
    display: inherit;
    justify-content: inherit;
}

.header-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.header-top .header-logo-area {
    display: flex;
    padding: 30px 50px 0;
    width: 100%;
}

.header-top .header-logo-area a.navbar-brand {
    margin: 0 40px 0 0;
    display: block;
}

.header-logo-area a.navbar-brand img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
    /*width: 100%;*/
    min-width: 130px;
    max-width: 130px;
    margin: 0 auto;
    display: block;
}


.header-top .header-logo-area .search-area-field {
    display: flex;
    width: 100%;
}

.header-top .header-logo-area .search-area-field form {
    display: flex;
    width: 100%;
}

.header-logo-area .search-area-field input {
    border: none;
    height: 40px;
    outline: none;
    padding: 0 20px;
    line-height: 40px;
    box-shadow: none;
    width: 45%;
    color: #676767;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    border-radius: 0px;
}

.header-logo-area .search-area-field input::placeholder {
    color: #676767;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.header-logo-area .search-area-field button.search-btn {
    height: 40px;
    outline: none;
    padding: 0 20px;
    line-height: 40px;
    box-shadow: none;
    width: 50px;
    color: #676767;
    text-align: center;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    background-color: #A57A5A;
    border: 1px solid #F5F5DD;
    transition: all .3s ease-in-out;
}

.header-logo-area .search-area-field button.search-btn i {
    color: #fff;
    font-size: 18px;
}

.header-top .header-logo-area .search-area-field button.search-btn:hover {
    background-color: #AE6E4E;
}

.header-top .top-social-links {
    display: flex;
    background-color: #A57A5A;
    align-items: center;
    padding: 10px 40px 10px 20px;
    height: 40px;
    line-height: 50px;
    width: 45%;
    justify-content: space-between;
    position: relative;
}

.header-top .top-social-links::before {
    content: '';
    position: absolute;
    border-width: 44px 0px 4px 40px;
    border-color: #A57A5A #F5F5DD #F5F5DD #F5F5DD;
    border-style: solid;
    left: -40px;
    height: 30px;
}

.top-social-links ul.social-links {
    display: flex;
    align-items: center;
}

.top-social-links ul.social-links li {
    padding: 0 15px;
}

.top-social-links ul.social-links li a {
    transition: all .3s ease-in-out;
}

.top-social-links ul.social-links li a:hover i {
    color: #003242;
    transform: translateY(-5px);
}

.top-social-links ul.social-links li i {
    color: #f9f9f9;
    font-size: 16px;
    transition: all .3s ease-in-out;
}


.top-social-links .top-contact-phone p {
    color: #ebebeb;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0px;
    letter-spacing: 0.5px;

}

.top-social-links .top-contact-phone p a {
    color: #f9f9f9;
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
}

header .navbar .navbar-collapse {
    justify-content: center;
    align-items: center;
}

.navbar-collapse ul.navbar-nav {
    width: 100%;
    justify-content: center;
    padding: 0 0 0 30px;
}

.navbar-collapse ul.navbar-nav li.nav-item {
    padding: 0px 10px;
}

/* .navbar-collapse ul.navbar-nav li.nav-item:hover .droppdown-main {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
} */

.navbar-collapse ul.navbar-nav li.nav-item .droppdown-main {
    /* visibility: hidden;
    opacity: 0; */
    display: none;
    position: absolute;
    padding: 0px;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 2px 20px 2px #C7AD7F;
    border-bottom-right-radius: 3px;
    z-index: 111;
    transition: 0.4s all;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar-collapse li.nav-item .droppdown-main ul.drop-firt {
    width: 100%;
    border-right: 2px solid #C7AD7F;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.navbar-collapse li.nav-item .droppdown-main ul.last {
    border-right: none;
}

.navbar-collapse li.nav-item .droppdown-main ul.drop-firt li.nav-item-child {
    border-bottom: 1px solid #b2b2b2;
    border-left: 5px solid #C7AD7F;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    line-height: 40px;
    transition: all .3s ease-in-out;
    width: 50%;
    position: relative;
}

.navbar-collapse li.nav-item .droppdown-main ul.drop-firt li.nav-item-child .dropdown-menu ul .nav-item-child {
    width: 90%;
}

.navbar-collapse li.nav-item .droppdown-main ul.drop-firt li.nav-item-child button {
    /* border: none;
    background: transparent;
    font-size: 20px;
    color: #003242;
    padding: 5px 0 0 10px;
    margin: 0; */
    border: none;
    background: transparent;
    font-size: 20px;
    color: #003242;
    padding: 0;
    margin: 0 0 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.navbar-collapse li.nav-item .droppdown-main ul.drop-firt li.nav-item-child .dropdown-menu {
    background-color: #fff;
    /* box-shadow: 0px 2px 20px 2px rgb(0 50 66); */
    border-bottom: 1px solid #b2b2b2;
    border-left: 5px solid #A57A5A;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    line-height: 40px;
    position: absolute;
    width: 90%;
}


.navbar-collapse li.nav-item .droppdown-main ul.drop-firt li.nav-item-child .dropdown-menu .dropdown-item {
    color: #CC9767;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    padding: 0px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.navbar-collapse li.nav-item .droppdown-main ul.drop-firt li.nav-item-child a.nav-link-child {
    color: #CC9767;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    padding: 0px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.navbar-collapse li.nav-item .droppdown-main ul.drop-firt li.item-sub {
    height: 40px;
    border-bottom: 1px solid #b2b2b2;
    border-left: 5px solid #C7AD7F;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    line-height: 40px;
    transition: all .3s ease-in-out;
    width: 50%;
    position: relative;
}

.navbar-collapse li.nav-item .droppdown-main ul.drop-firt li.item-sub a.link-sub {
    color: #CC9767;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    padding: 0px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}


.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: inherit;
}

/* .navbar-collapse ul.navbar-nav li.nav-item .droppdown-main {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 0px;
    top: 100%;
    transform: translateY(50px);
    left: 0;
    background-color: #fff;
    box-shadow: 0px 2px 20px 2px rgb(0 50 66);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 111;
    transition: 0.4s all;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar-collapse ul.navbar-nav li.nav-item .droppdown-main ul {
    width: 100%;
    border-right: 2px solid #003242;
    padding: 20px;
}

.navbar-collapse ul.navbar-nav li.nav-item .droppdown-main ul.last {
    border-right: none;
}

.navbar-collapse ul.navbar-nav li.nav-item .droppdown-main ul li {
    height: 40px;
    border-bottom: 1px solid #b2b2b2;
    border-left: 5px solid #199fc7;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    line-height: 40px;
    transition: all .3s ease-in-out;
}

.navbar-collapse ul.navbar-nav li.nav-item .droppdown-main ul li:hover {
    border-left: 5px solid #003242;
}

.navbar-collapse ul.navbar-nav li.nav-item .droppdown-main ul li:last-child {
    border-bottom: none;
}

.navbar-collapse ul.navbar-nav li.nav-item .droppdown-main ul li a {
    color: #077a9c;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    padding: 0px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    display: inherit;
}

.navbar-collapse ul.navbar-nav li.nav-item .droppdown-main ul li a:hover {
    color: #003242;
}

.navbar-collapse ul.navbar-nav li.nav-item:hover .droppdown-main {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.navbar-collapse .droppdown-main .dropdown {}

.navbar-collapse .droppdown-main .dropdown .dropdown-toggle {}

.navbar-collapse .droppdown-main .dropdown .dropdown-toggle::after {
    margin-top: 15px;
    float: right;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.navbar-collapse .droppdown-main .dropdown .dropdown-menu {
    left: 0 !important;
    border: 2px solid #003242 !important;
    box-shadow: 1px 1px 6px 1px #077a9c8a;
    border-radius: 0px !important;
}

.navbar-collapse .droppdown-main .dropdown .dropdown-menu .dropdown-item {
    color: #077a9c;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    padding: 0px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.navbar-collapse .droppdown-main .dropdown .dropdown-menu .dropdown-item:hover {
    color: #003242;
} */

.navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    color: #f9f9f9;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    padding: 0px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all .3s ease-in-out;
    padding: 0 0 30px 0;
    border-bottom: 5px solid transparent;
    cursor: pointer;
}

.navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover {
    border-bottom: 5px solid #AE6E4E;
    padding: 0 0 30px 0;
}

.navbar-collapse ul.navbar-nav li.nav-item a.nav-link.active {
    border-bottom: 5px solid #A57A5A;
    padding: 0 0 30px 0;
}


.navbar-collapse .login-cart-area ul {
    display: flex;
    padding: 0 0 22px 0;
    margin-right: 40px;
}

.navbar-collapse .login-cart-area ul li {
    padding: 0 15px 0;
}


.navbar-collapse .login-cart-area ul li button.heart-btn {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 24px;
    padding: 0;

}

.navbar-collapse .login-cart-area ul li a.heart-btn {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 24px;
    padding: 0;

}

.navbar-collapse .login-cart-area ul li .btn {
    transition: all .3s ease-in-out;
}

.navbar-collapse .login-cart-area ul li .btn:hover {
    color: #003242;
    transform: translateY(-10px);
}

.navbar-collapse .login-cart-area ul li a.cart-btn {
    color: #fff;
    font-size: 24px;
    padding: 0;
}

.navbar-collapse .login-cart-area ul li a.login-btn {
    color: #fff;
    font-size: 24px;
    padding: 0;
}

/*Header Css End Here*/


/*Main Page Css Start Here*/




.banner .owl-carousel {
    box-shadow: 0px 10px 20px -10px #b2b2b2;
}

.banner .slider {
    padding: 175px 0 250px;
    background-position: 100% 65%;
    box-shadow: 0px 10px 20px -10px #b2b2b2;
}

.banner .slider1 {
    background-image: url("../images/banner-slide1.jpg");
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;

}

.banner .slider2 {
    background-image: url("../images/banner-slide1.jpg");
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;

}

.banner .slider3 {
    background-image: url("../images/banner-slide1.jpg");
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;

}


.banner .slider .banner-content {
    text-align: center;
    border: 1px soild #fff;
    background: linear-gradient(148deg, rgba(0,0,0,0.4990371148459384) 0%, rgba(0,0,0,0.4962359943977591) 50%, rgba(0,0,0,0.4990371148459384) 100%);
    padding: 30px 10px;
}

.banner .slider2 .banner-content .banner-btn {
    justify-content: center;
}




.banner .owl-carousel .owl-nav {
    display: none;
    position: absolute;
    top: 50%;
    width: 100%;
}


.banner .owl-carousel .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.banner .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #003242;
    margin: 0px 5px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #A57A5A;
}

.banner .banner-content span {
    font-size: 24px;
    color: #F5F5DD;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    display: block;
}



.banner .banner-content h2 {
    color: #F5F5DD;
    font-size: 55px;
    font-family: 'Oswald', sans-serif;
    margin: 0 auto 40px;
    line-height: 64px;
}


.banner .banner-content .banner-btn {
    display: flex;
    justify-content: center;
}

.banner .banner-content .banner-btn a {
    border-radius: 5px;
    height: 50px;
    padding: 0px 20px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin-right: 25px;
    width: 190px;
}

.banner .banner-content .banner-btn .shop-btn {
    background-color: #A57A5A;
    border: 1px solid #A57A5A;
    color: #fff;
    transition: all .3s ease-in-out;
}

.banner .banner-content .banner-btn .shop-btn:hover {
    background-color: transparent !important;
    border: 1px solid #F5F5DD;
    color: #F5F5DD;
}

.banner .banner-content .banner-btn .learn-more-btn {
    background-color: transparent;
    border: 1px solid #F5F5DD;
    color: #F5F5DD;
    transition: all .3s ease-in-out;
}

.banner .banner-content .banner-btn .learn-more-btn:hover {
    background-color: #A57A5A;
    border: 1px solid #A57A5A;
    color: #fff;
}


section.financing-sec-wrap {
    padding: 100px 0 0;
    background-color: #fff;

}

.finacne-item-box {
    background-color: #fff;
    display: flex;
    box-shadow: 0 2px 24px -2px #b2b2b2;
    padding: 20px;
    justify-content: center;
    height: 100px;
    transition: all .3s ease-in-out;
    border-radius: 25px;
    align-items: center;
    border: 3px solid #CC9767;
}

.finacne-item-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 24px -2px #F5F5DD;
}

.finacne-item-box img {
    margin: 0 10px 0 0;
}

.finacne-item-box i {
   margin: 0 10px 0 0;
   font-size: 30px;
   font-weight: 800;
   color: #CC9767;
}

.finacne-item-box h4 {
    color: #C7AD7F;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

section.brand-sec-wrap {
    padding: 100px 0;
    background-color: #fff;
}


.brand-sec-wrap .sec-title-main h2 {
    font-size: 48px;
    font-family: 'Oswald', sans-serif;
    color: #CC9767;
    letter-spacing: 0.5px;
    line-height: 54px;
    margin: 0 0 40px 0;
}

.brand-sec-wrap .brand-item-box {
    margin: 0 20px 0 0;
    padding: 20px 0;
}

.brand-sec-wrap .brand-item-box a {
    background-color: #C7AD7F;
    padding: 0px 30px;
    display: block;
    line-height: 200px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 0px 15px -2px #b2b2b2;
    align-items: center;
}

.brand-sec-wrap .brand-item-box a img {
    min-height: 250px;
    max-height: 250px;
    object-fit: contain;
}



/* blog css start */
.blog-sec-wrap {
    padding: 50px 0;
}

.blog-sec-wrap .heading-content {
    text-align: center;
    margin: 0 0 30px 0;
}

.blog-sec-wrap .heading-content h2 {
    font-size: 48px;
    line-height: 54px;
    color: #CC9767;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.blog-sec-wrap .heading-content p {
    font-size: 16px;
    line-height: 30px;
    color: #6e6e6e;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0;
}

.blog-sec-wrap .blog-card {
    border-radius: 15px;
    box-shadow: -18px 17px 0px -8px #C7AD7F;
    margin: 0 20px 50px 0;
}

.blog-sec-wrap .blog-card .blog-img {}

.blog-sec-wrap .blog-card .blog-img img {
    min-width: 100%;
    max-width: 100%;
    border-radius: 5px 5px 0 0;
    min-height: 270px;
    max-height: 270px;
    object-fit: cover;
}

.blog-sec-wrap .blog-card .blog-content {
    padding: 20px 30px;
    background-color: #F9EFDB;
    border-radius: 0 0 5px 5px;
}

.blog-sec-wrap .blog-card .blog-content h3 {
    font-size: 16px;
    line-height: 20px;
    color: #c2c2c2;
    font-family: 'Rubik', sans-serif;
    text-align: left;
    font-weight: 400;
}

.blog-sec-wrap .blog-card .blog-content h2 {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.blog-sec-wrap .blog-card .blog-content p {
    font-size: 14px;
    line-height: 22px;
    color: #6e6e6e;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 10px 0 0 0;
}

/* blog css end */


.subsscribe-sec-wrap .search-content h2 {
    font-size: 46px;
    line-height: 44px;
    color: #077a9c;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 30px 0;
}

.subsscribe-sec-wrap .search-content p {
    font-size: 14px;
    line-height: 22px;
    color: #003242;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0;
}

.subsscribe-sec-wrap .search-content .input-group {
    margin: 25px auto 10px;
    width: 70%;
}

.subsscribe-sec-wrap .search-content .input-group input {
    padding: 12px;
    border: 1px solid #077a9c;
    border-radius: 5px 0px 0px 5px;
}

.subsscribe-sec-wrap .search-content .input-group input::placeholder {
    padding: 0 0 0 8px;
    color: #cdcdcd;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.subsscribe-sec-wrap .search-content .input-group input:focus {
    box-shadow: none;
    border-color: #077a9c;
}

.subsscribe-sec-wrap .search-content .input-group button {
    background-color: #003242;
    color: #fff;
    border: 1px solid #003242;
    border-radius: 0px 5px 5px 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
}


.subsscribe-sec-wrap .search-content .input-group button:hover {
    background-color: #077a9c;
}



.subsscribe-sec-wrap .search-content .input-group button i {
    transform: rotate(45deg);
    font-size: 20px;
    margin: 0 0 0 5px;
    color: #fff;
}

.subsscribe-sec-wrap .search-content .input-group button img {
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    filter: invert(1);
}

/* subscribe css start */
.subsscribe-sec-wrap {
    padding: 0;
}


.subsscribe-sec-wrap .subscribe h2 {
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    font-family: 'Oswald', sans-serif;

    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.subsscribe-sec-wrap .subscribe p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0;
}

.subsscribe-sec-wrap .subscribe .input-group {
    margin: 25px auto 10px;
    width: 100%;
}

.subsscribe-sec-wrap .subscribe .input-group input {
    padding: 12px;
    border: 1px solid #A57A5A;
    border-radius: 5px 0px 0px 5px;
}

.subsscribe-sec-wrap .subscribe .input-group input::placeholder {
    padding: 0 0 0 8px;
    color: #cdcdcd;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.subsscribe-sec-wrap .subscribe .input-group input:focus {
    box-shadow: none;
    border-color: #A57A5A;
}

.subsscribe-sec-wrap .subscribe .input-group button {
    background-color: #A57A5A;
    color: #fff;
    border: 1px solid #A57A5A;
    border-radius: 0px 5px 5px 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
}


.subsscribe-sec-wrap .subscribe .input-group button:hover {
    background-color: #C7AD7F;
}



.subsscribe-sec-wrap .subscribe .input-group button i {
    transform: rotate(45deg);
    font-size: 20px;
    margin: 0 0 0 5px;
    color: #fff;
}

.subsscribe-sec-wrap .subscribe .input-group button img {
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    filter: invert(1);
}

/* subscribe css end */

/* shipping css start */
.shipping-sec-wrap {
    padding: 50px 30px;
    background-image: url("../images/shipping-bg-png.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.shipping-sec-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #A57A5A;
    /* opacity: 0.9; */
}

.shipping-sec-wrap .shipping-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.shipping-sec-wrap .shipping {
    z-index: 1;
    padding: 0px;
    width: 250px;
    text-align: center;
}

.shipping-sec-wrap .shipping .shipping-img {}

.shipping-sec-wrap .shipping .shipping-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    max-height: 100px;
    object-fit: contain;
}


.shipping-sec-wrap .shipping .shipping-content {
    padding: 30px 0 0 0;
}

.shipping-sec-wrap .shipping .shipping-content h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0px;
}

/* shipping css end */

/* collection css strat */
section.collection-sec-wrap {
    padding: 100px 0px 60px 0px;
    background-color: #fff;
}

.collection-sec-wrap .collection-heading {
    text-align: center;
    margin: 0 0 25px 0;
}

.collection-sec-wrap .collection-heading h2 {
    font-size: 48px;
    line-height: 54px;
    color: #CC9767;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.collection-sec-wrap .collection-heading p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0;
}

.collection-sec-wrap .collection-content .nav {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.collection-sec-wrap .collection-content .nav-tabs {
    border-bottom: none;
}

.collection-sec-wrap .collection-content .nav .nav-item {
    margin: 0 30px;
}

.collection-sec-wrap .collection-content .nav .nav-item .nav-link {
    color: #C7AD7F;
    background-color: transparent;
    border: 3px solid transparent;
    border-radius: 2px;
    background-color: #fff;
    border-radius: 3px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    font-size: 18px;
    width: 150px;
    padding: 5px 0;
}

.collection-sec-wrap .collection-content .nav .nav-item .nav-link.active {
    border-bottom: 3px solid #A57A5A;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    width: 150px;
    padding: 5px 0;
}

.collection-sec-wrap .collection-content .nav .nav-item .nav-link:hover {
    border-bottom: 3px solid #A57A5A;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.collection-sec-wrap .tab-content {
    padding: 50px 20px;
}

.collection-sec-wrap .tab-content .collect-card {
    box-shadow: -18px 17px 0px -8px #C7AD7F;
    padding: 40px 20px 20px 20px;
    position: relative;
    transition: all .5s ease-in-out;
    overflow: hidden;
    border-radius: 15px;
    background: #F9EFDB;
}

.collection-sec-wrap .collect-card .card-hover-effect {
    position: absolute;
    top: 50%;
    background-color: #A57A5A;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
    opacity: 0;
}

.collection-sec-wrap .tab-content .collect-card:hover .card-hover-effect {
    opacity: 1;
    top: 0;
}

.collection-sec-wrap .tab-content .collect-card:hover .tag {
    display: none;
}

.collection-sec-wrap .collect-card .card-hover-effect .discription {
    padding: 100px 20px;
}

.collection-sec-wrap .collect-card .card-hover-effect .discription h2 {
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

.collection-sec-wrap .collect-card .card-hover-effect .discription p {
    font-size: 18px;
    line-height: 24px;
    color: #d2cdcd;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 30px 0;
}

.collection-sec-wrap .collect-card .card-hover-effect .discription h3 {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    flex-wrap: wrap;
    align-items: center;
    display: block;
}

.collection-sec-wrap .collect-card .card-hover-effect .discription h3 span {
    color: #868686;
    margin: 0 0 0 20px;
    text-decoration: line-through;
}

.collection-sec-wrap .tab-content .collect-card .collect-img {
    width: 100%;
    height: 200px;
    margin: auto;
}

.collection-sec-wrap .tab-content .collect-card .collect-img .tag {
    position: absolute;
    top: 0px;
    right: -4px;
    background-color: #A57A5A;
    height: 22px;
}

.collection-sec-wrap .tab-content .collect-card .collect-img .tag h4 {
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 3px 10px 3px 10px;
    display: flex;
    align-items: center;

}

.collection-sec-wrap .tab-content .collect-card .collect-img .tag h4:after {
    content: '';
    border-width: 10px 10px 10px 10px;
    border-color: transparent transparent transparent #077a9c;
    border-style: solid;
    right: -16px;
    position: absolute;
    height: 22px;
    transform: rotateY(50deg);
}

.collection-sec-wrap .tab-content .collect-card .collect-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.collection-sec-wrap .tab-content .collect-card .card-content {
    padding: 25px 0 0 0;
}

.collection-sec-wrap .tab-content .collect-card .card-content h2 {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

.collection-sec-wrap .tab-content .collect-card .card-content p {
    font-size: 14px;
    line-height: 20px;
    color: #6e6e6e;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 10px 0 15px 0;
    min-height: 85px;
    max-height: 85px;
}

.collection-sec-wrap .tab-content .collect-card .card-content h3 {
    font-size: 16px;
    line-height: 25px;
    color: #003242;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.collection-sec-wrap .tab-content .collect-card .card-content h3 span {
    color: #868686;
    margin: 0 0 0 20px;
    text-decoration: line-through;
}

/* Collection css end*/

/* shop css start */
.shop-sec-wrap {
    padding: 100px 0;
    background: linear-gradient(90deg, rgba(199,173,127,1) 0%, rgb(245 245 221 / 82%) 100%, rgb(245 245 221 / 0%) 100%),url(../images/shop-bg2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* position: relative;
    z-index: 1; */
}

/* .shop-sec-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #003242;
    opacity: 0.9;
    z-index: -1;
} */

.shop-sec-wrap .shop {
    z-index: 1;
}

.shop-sec-wrap .shop h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
    text-align: left;
    font-family: 'Oswald', sans-serif;
}

.shop-sec-wrap .shop p {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: left;
    font-family: "Arial Regular";
    font-weight: 500;
    margin: 0;
}

.shop-sec-wrap .shop .shop-btn {
    margin: 20px 0 0 0;
}

.shop-sec-wrap .shop .shop-btn .btn {
    border-radius: 5px;
    height: 50px;
    padding: 0px 20px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin-right: 25px;
    width: 190px;
    background-color: #A57A5A;
    color: #fff;
}

.shop-sec-wrap .shop .shop-btn .btn:hover {
    background-color: #CC9767 !important;
    border: 1px solid #CC9767;
    color: #fff;
}

/* shop css end */

/* catogery css start */
.catogery-sec-wrap {
    padding: 50px 0px 0px 0px;
    background-color: #fff;
}

.catogery-sec-wrap h2 {
    font-size: 48px;
    line-height: 54px;
    color: #CC9767;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 30px 0;
}
.catogery-sec-wrap .top-selling {
    
margin-bottom: 40px;
}
.catogery-sec-wrap .catogery-card {
    box-shadow: -18px 17px 0px -8px #C7AD7F;
    padding: 25px 15px;
    background-color: #F9EFDB;
    position: relative;
    height: 360px;
    overflow: hidden;
    margin: 10px;
    border-radius: 15px;
}

.catogery-sec-wrap .catogery-card .catogery-img {
    width: 100%;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
}

.catogery-sec-wrap .catogery-card .catogery-img .catogery-tag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #003242;
}

.catogery-sec-wrap .catogery-card .catogery-img .catogery-tag h4 {
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 3px 10px 3px 10px
}

.catogery-sec-wrap .catogery-card .catogery-img img {
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
    object-fit: cover;
    object-position: left;
    border-radius: 5px;
}

.catogery-sec-wrap .catogery-card .catogery-img img:hover {
    transform: scale(1.1);
}

.catogery-sec-wrap .catogery-card .catogery-content {
    padding: 20px 0 0 0;
}

.catogery-sec-wrap .catogery-card .catogery-content h2 {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    margin: 0 0 20px 0;
}

/* catogery css end */



/*Main Page Css End Here*/

/*Footer Css Start Here*/


footer {
    padding: 100px 0 50px 0;
    background-image: url("../images/footer-bg2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(148deg, rgba(199,173,127,1) 0%, rgb(199 173 127 / 95%) 14%, rgb(245 245 221 / 90%) 100%);
    /* opacity: 0.9; */
    z-index: -1;
}

footer .footer-top .footer-line {
    border-bottom: 1px solid #fff;
    margin: 0 0 50px 0;
    padding: 0 0 40px 0;
}


footer .footer-top .footer-logo {
    margin: 0 0 40px 0;
}

footer .footer-top .footer-logo img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
    width: auto;
    height: 100px;
}

footer .footer-line .footer-middle-sec {
    display: flex;
    justify-content: space-between;
}


footer .footer-top .footer-content h2 {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    margin: 0 0 20px 0;
}


footer .footer-top .footer-content ul li {
    margin: 0px 0 5px 0;
}

footer .footer-top .footer-content ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0px;
    transition: all .3s ease-in-out;
}

footer .footer-top .footer-content ul li a:hover {
    color: #000;
}



footer .footer-top .footer-content-botom h2 {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.footer-content-botom-right {
    margin-bottom: 20px;
}

footer .footer-top .footer-content-botom ul li {
    margin: 0px 0 5px 0;
    display: flex;
    align-items: center;
}


footer .footer-top .footer-content-botom ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0px;
}

footer .footer-top .footer-content-botom ul li a {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

footer .footer-top .footer-content-botom ul li a:hover {
    color: #003242;
}

footer .footer-top .footer-content-botom ul li p i {
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 18px;
}

/* footer .footer-top .footer-content-botom-right {
    display: flex;
    justify-content: end;
} */

.footer-content-botom .footer-bottom-info p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0 0 10px 0;
}

footer .footer-content-Payment {
    display: flex;
    align-items: end;
    height: 100%;
    justify-content: end;
}



footer .footer-content-Payment img {
    width: 100%;
        border-radius: 10px;
}


/*Footer Css End Here*/



/*Product Listing Page Css Start Here*/
section.product-listing-wrap {
    padding: 100px 50px;
}

.product-listing-wrap .pagination {
    flex-wrap: wrap;
    justify-content: center;
}

.product-listing-wrap .pagination .page-item .page-link {
    color: #005e79;
}

.product-listing-wrap .pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #005e79;
    border-color: #005e79;
}

.product-listing-wrap .product-listing-head {
    margin: 0 0 30px 0;
    display: flex;
    justify-content: space-between;
}

.product-listing-wrap .product-listing-head p {
    color: #363636;
    font-size: 16px;
    margin: 0px;
    line-height: 24px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.product-listing-wrap .product-listing-sidebar {
    background-color: #fff;
    box-shadow: 0 4px 25px -5px #b2b2b2;
}

.product-listing-sidebar .listing-sidebar-box {
    border-top: 1px solid #CC9767;
}

.product-listing-sidebar .listing-sidebar-box h2 {
    border-bottom: 1px solid #ededed;
    padding: 10px 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    line-height: 20px;
    color: #363636;
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
}

.listing-sidebar-box .listing-check-form {
    padding: 5px 20px;
}

.listing-check-form .form-check {
    display: flex;
    align-items: center;
    padding: 0px;
    transition: all .3s ease-in-out;
    margin: 0 0 10px 0;
}

.listing-check-form .form-check:hover {
    transform: translateX(10px);
}

.listing-check-form .form-check:hover label {
    color: #003242;
}

.listing-check-form .form-check input.form-check-input {
    border: 1px solid #606060;
    margin: 0 10px 0 0;
    border-radius: 2px;
    box-shadow: none;
    outline: 0px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: inherit;
    cursor: pointer;
}

.listing-check-form .form-check .form-check-input:checked {
    background-color: #CC9767;
    border: 1px solid #CC9767;
}

.listing-check-form .form-check label {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #606060;
    font-size: 12px;
    cursor: pointer;
    transition: all .3s ease-in-out;

}



.listing-check-form .clear-button {
    padding: 0 21px;
    border: 1px solid #afa2a2;
    font-size: 14px;
    color: #464545;
}

.listing-sidebar-box2 .listing-form-search input {
    background-color: #f6f6f6;
    border: 1px solid #dbdbdb;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    outline: none;
}

.listing-sidebar-box2 .listing-form-search input::placeholder {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #606060;
    font-size: 14px;
}

.listing-sidebar-box .listing-check-form2 {
    height: 200px;
    overflow-y: scroll;
    margin: 5px 20px;
    padding: 0px;
    overflow-x: hidden;
}

.listing-sidebar-box .filter-listing {
    height: 170px !important;
}

.listing-check-form2::-webkit-scrollbar-track {
    background-color: #e6e6e6;
}

.listing-check-form2::-webkit-scrollbar {
    width: 5px;
    background-color: #d2d2d2;
}

.listing-check-form2::-webkit-scrollbar-thumb {
    background-color: #d2d2d2;
}

.listing-sidebar-box .accordion .accordion-item {
    border-bottom: 1px solid #CC9767;
    background: #F9EFDB;
}

.listing-sidebar-box .accordion .accordion-item.border-none {
    border-bottom: unset !important;
}

.listing-sidebar-box .accordion .accordion-header {
    border-bottom: 1px solid #CC9767;
}

.listing-sidebar-box .accordion .accordion-header button.accordion-button {
    background-color: unset;
    box-shadow: unset;
    border: none;
    padding: 0px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px;
    color: #363636;
    display: flex;
    align-items: center;

}

.listing-sidebar-box .accordion .accordion-header .accordion-button::after {
    content: '\f077';
    font-family: "Font Awesome 5 Pro";
    background-image: none;
    color: #808080;
    font-size: 16px;
}

.listing-sidebar-box .accordion .accordion-button:not(.collapsed)::after {
    content: '\f077';
    font-family: "Font Awesome 5 Pro";
    background-image: none;
    transform: rotate(-180deg);
    color: #808080;
    font-size: 16px;
}

.listing-sidebar-box .accordion .accordion-body {
    padding: 0px;
}

.product-listing-wrap .product-listing-list {
    padding: 0 30px;
}

.product-listing-wrap .product-listing-list .collect-card {
    box-shadow: 0 2px 24px -2px #b2b2b2;
    padding: 40px 20px 20px 20px;
    position: relative;
    margin: 0 0 20px 0;
}

.product-listing-wrap .product-listing-list .collect-card .collect-img {}

.product-listing-wrap .product-listing-list .collect-card .collect-img .tag {
    position: absolute;
    top: 0px;
    left: -5PX;
    background-color: #077a9c;
    height: 22px;
}

.product-listing-wrap .product-listing-list .collect-card .collect-img .tag h4 {
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 3px 10px 3px 10px;
    display: flex;
    align-items: center;

}

.product-listing-wrap .product-listing-list .collect-card .collect-img .tag h4:before {
    content: '';
    border-width: 10px 10px 10px 10px;
    border-color: transparent #077a9c transparent transparent;
    border-style: solid;
    left: -16px;
    position: absolute;
    height: 22px;
    transform: rotateY(50deg);
}

.product-listing-wrap .product-listing-list .collect-card .collect-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 200px;
    max-height: 200px;
    object-fit: contain;
}

.product-listing-wrap .product-listing-list .collect-card .card-content {
    padding: 25px 0 0 0;
}

.product-listing-wrap .product-listing-list .collect-card .card-content h2 {

    font-size: 18px;
    line-height: 25px;
    color: #077a9c;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    min-height: 85px;
    max-height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-listing-wrap .product-listing-list .collect-card .card-content p {
    font-size: 14px;
    line-height: 20px;
    color: #6e6e6e;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 10px 0 15px 0;
}

.product-listing-wrap .product-listing-list .collect-card .card-content h3 {
    font-size: 16px;
    line-height: 25px;
    color: #003242;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-listing-wrap .product-listing-list .collect-card .card-content h3 span {
    color: #868686;
    margin: 0 0 0 20px;
    text-decoration: line-through;
}


/*Product Listing Page Css End Here*/
/*Products Page Css Start Here*/

section.products-diog-wrap {
    padding: 100px 50px;
    background-color: #fff;
}

section.products-diog-wrap .pagination {
    flex-wrap: wrap;
    justify-content: center;
}

section.products-diog-wrap .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #005e79;
    border-color: #005e79;
}

section.products-diog-wrap .page-item .page-link {
    color: #005e79;
}

section.products-diog-wrap .product-listing-sidebar {
    background-color: #F9EFDB;
    box-shadow: -18px 17px 0px -8px #C7AD7F;
}

.products-diog-wrap h2 {
    font-size: 48px;
    line-height: 54px;
    color: #CC9767;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 30px 0;
}
.products-diog-wrap h5 {
    font-size: 38px;
    line-height: 54px;
    color: #ff0000;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 80px 0 30px 0;
}
section.product-listing-wrap h5.no-products{
    font-size: 38px;
    line-height: 54px;
    color: #ff0000;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 80px 0 30px 0;
}
.products-diog-wrap .catogery-card {
    box-shadow: -18px 17px 0px -8px #C7AD7F;
    padding: 15px 12px 15px 12px;
    background-color: #F9EFDB;
    position: relative;
    /* height: 330px; */
    margin: 0 0 20px 0;
    border-radius: 15px;
}

.products-diog-wrap .catogery-card .catogery-img {
    width: 100%;
    margin: auto;
}

.products-diog-wrap .catogery-card .catogery-img .catogery-tag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #003242;
}

.products-diog-wrap .catogery-card .catogery-img .catogery-tag h4 {
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 3px 10px 3px 10px
}

.products-diog-wrap .catogery-card .catogery-img img {
    width: 100%;
    max-height: 280px;
    min-height: 280px;
    object-fit: cover;
    object-position: left;
    aspect-ratio: 3/2;
    border-radius: 5px;
}

.products-diog-wrap .catogery-card .catogery-content {
    padding: 10px 0 0 0;
}

.products-diog-wrap .catogery-card .catogery-content h2 {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    margin: 0 0 10px 0;
    min-height: 70px;
    max-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center
}

/*Products Page Css End Here*/



/* About Us Page Css strat */
.innerbanner-sec-wrap {
    padding: 50px 0;
    background-image: url(../images/listing-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 480px !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .innerbanner-sec-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #077a9c;
    opacity: 0.2;
    z-index: -1;
} */

.innerbanner-sec-wrap .banner-content {
    text-align: center;
    background: linear-gradient(90deg, rgba(199,173,127,1) 0%, rgb(245 245 221) 100%, rgb(245 245 221 / 10%) 100%);
    padding: 30px;
    border-radius: 20px;
}

.innerbanner-sec-wrap .banner-content h1 {
    font-size: 60px;
    line-height: 66px;
    color: #003242;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}
.innerbanner-sec-wrap .banner-content h2 {
    font-size: 60px;
    line-height: 66px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

.innerbanner-sec-wrap .banner-content h4 {
    font-size: 24px;
    line-height: 30px;
    color: #6e6e6e;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0;
}

.about-sec-wrap {
    padding: 100px 0;
}

.about-sec-wrap .about-content {
    margin: 0 auto 90px;
    width: 75%;
}

.about-sec-wrap .about-content h2 {
    font-size: 48px;
    line-height: 54px;
    color: #CC9767;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.about-sec-wrap .about-content p {
    font-size: 16px;
    line-height: 30px;
    color: #003242;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0;
}


/* aboutus-section css start */
.about-sec-wrap .about-card {
    background-color: #C7AD7F;
    border-radius: 5px;
    margin: 0 10px;
}

.about-sec-wrap .about-card .card-logo {}

.about-sec-wrap .about-card .card-logo img {}

.about-sec-wrap .about-card .card-logo {
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.about-sec-wrap .about-card .card-logo img {
    padding: 22px;
    box-shadow: 0px 10px 25px 2px #F5F5DD;
    margin: -50px 0 0 0;
    background: rgb(2, 67, 87);
    background: #A57A5A;
    border-radius: 100%;
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
    object-fit: contain;
}

.about-sec-wrap .about-card .card-title {
    background-color: #A57A5A;
    margin: 20px 0 0 0;
    height: 50px;
    position: relative;
}

.about-sec-wrap .about-card .card-title h2 {
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    position: relative;
}

.about-sec-wrap .about-card .card-title h2.first::after {
    content: '';
    border-width: 25px 25px 25px 25px;
    border-color: transparent transparent transparent #CC9767;
    border-style: solid;
    right: -41px;
    position: absolute;
    height: inherit;
    transform: rotateY(50deg);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}

.about-sec-wrap .about-card .card-title h2.mid::before {
    content: '';
    border-width: 26px 25px 25px 25px;
    border-color: transparent transparent transparent #CC9767;
    border-style: solid;
    left: -45px;
    position: absolute;
    height: 50px;
    transform: rotateY(217deg);
}


.about-sec-wrap .about-card .card-content {
    padding: 60px 40px;
}

.about-sec-wrap .about-card .card-content p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0;
}

/* aboutus-section css end */

/* choose css start */
.chose-sec-wrap {
    padding: 70px 0;
    background-image: url("../images/aboutus-banner.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin: 0 0 150px 0;
}

.chose-sec-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(199,173,127,1) 0%, rgb(245 245 221 / 78%) 100%, rgb(245 245 221 / 10%) 100%);
    opacity: 1;
    z-index: -1;
}


.chose-sec-wrap .chose-content h2 {
    font-size: 48px;
    line-height: 50px;
    color: #fff;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

.chose-sec-wrap .chose-content p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0;
}

.chose-sec-wrap .choose-img {
    text-align: right;
    width: 100%;
}

.chose-sec-wrap .choose-img img {
    position: relative;
    height: 400px;
    z-index: 999;
}

.chose-sec-wrap .choose-bottom {
    background-color: #F9EFDB;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    bottom: -103px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    box-shadow: 15px 16px 0px -8px #C7AD7F;
    border-radius: 15px;
}

.chose-sec-wrap .choose-bottom .call-banner {
    padding: 30px 0;
    background-image: url("../images/about-call-banner.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.chose-sec-wrap .choose-bottom .call-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #F9EFDB;
    opacity: 0.97;
    z-index: -1;
    border-radius: 5px;
}

.chose-sec-wrap .choose-bottom h2 {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

.chose-sec-wrap .choose-bottom h4 {
    text-align: center;
}

.chose-sec-wrap .choose-bottom h4 span {
    color: #fff;
}

.chose-sec-wrap .choose-bottom h4 a {
    font-size: 24px;
    line-height: 30px;
    color: #6e6e6e;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.chose-sec-wrap .choose-bottom p {
    text-align: center;
}

.chose-sec-wrap .choose-bottom p a {
    font-size: 18px;
    line-height: 40px;
    color: #6e6e6e;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

/* choose css end */

/* aboutus-page css end */

/* privacy-policy-css strat */
.privacy-sec-wrap {
    padding: 100px 0;
}


.privacy-sec-wrap .privacy-content h3 {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    color: #077a9c;
    letter-spacing: 0.5px;
    line-height: 35px;
    margin: 0 0 15px 0;
}

.privacy-sec-wrap .privacy-content h4 {
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    color: #077a9c;
    letter-spacing: 0.5px;
    line-height: 35px;
    margin: 0 0 15px 0;
}

.privacy-sec-wrap .privacy-content h2 {
    font-size: 34px;
    font-family: 'Oswald', sans-serif;
    color: #077a9c;
    letter-spacing: 0.5px;
    line-height: 35px;
    margin: 0 0 15px 0;
    text-align: center;
}

.privacy-sec-wrap .privacy-content p {
    font-size: 16px;
    line-height: 24px;
    color: #003242;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.privacy-sec-wrap .privacy-content h5 {
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    color: #003242;
    letter-spacing: 0.5px;
    line-height: 35px;
    margin: 0 0 10px 0;
}

.privacy-sec-wrap .privacy-content p a {
    color: #005e79;
}


.privacy-sec-wrap .privacy-content ul li {
    font-size: 16px;
    line-height: 24px;
    color: #003242;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    list-style: disc;
}

.privacy-sec-wrap .privacy-content ul li a {
    color: #005e79;
}

/* privacy-policy-css end */


/* Contact Page Css Start*/

section.contact-sec-wrap {
    padding: 100px 0;
}

.contact-sec-wrap .heading-content {
    text-align: center;
    margin: 0 0 75px 0;
}

.contact-sec-wrap .heading-content h2 {
    font-size: 56px;
    line-height: 64px;
    color: #CC9767;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

.contact-sec-wrap .heading-content p {
    font-size: 14px;
    line-height: 22px;
    color: #454545;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    width: 75%;
    margin: 0 auto;
}

.contact-sec-wrap .contact-info-box {
    background-color: #C7AD7F;
    border-radius: 5px;
    padding: 30px 30px;
    height: 230px;
    text-align: center;
    box-shadow: 0 0px 25px -2px #b2b2b2;
}

.contact-sec-wrap .contact-info-box i {
    background: #A57A5A;
    color: #fff;
    border-radius: 100%;
    padding: 0px;
    box-shadow: 0px 10px 25px 2px #F5F5DD;
    font-size: 44px;
    width: 100px;
    height: 100px;
    line-height: 104px;
    display: block;
    margin: -75px auto 30px;
}

.contact-sec-wrap .contact-info-box h4 {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
}


.contact-sec-wrap .contact-info-box ul li {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
    justify-content: center;
}

.contact-sec-wrap .contact-info-box ul li p {
    margin: 0px 5px 0 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}

.contact-sec-wrap .contact-info-box ul li a {
    margin: 0px;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    transition: all .3s ease-in-out;
}

.contact-sec-wrap .contact-info-box ul li a:hover {
    color: #077a9c;
}

.contact-sec-wrap .contact-form-main {
    margin: 100px 0 0 0;
}

.contact-sec-wrap .contact-form-main .contact-form-img img {
    width: 100%;
}

.contact-sec-wrap .contact-form-main .contact-info-form a {
    color: #000;
    font-family: 'Rubik',sans-serif;
}

.contact-sec-wrap .contact-form-main .contact-info-form {
    background-color: #F9EFDB;
    padding: 30px 30px;
    box-shadow: 0 0px 25px -2px #b2b2b2;
    height: 100%;
    border-radius: 0 5px 5px 0px;
    border-width: 2px;
    border-style: solid;
    /*border-image: linear-gradient(to right bottom, #260B3C, #a053df);*/
    border-image: linear-gradient(to left, #AE6E4E, #CC9767, transparent, transparent);
    border-image-slice: 1;
}

.contact-form-main .contact-info-form h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
    line-height: 44px;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 30px 0;
}

.contact-form-main .contact-info-form .form-group {
    margin: 0 0 20px 0;
}

.contact-form-main .contact-info-form .form-group input {
    background-color: #f6f6f6;
    border: none;
    box-shadow: unset;
    outline: none;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    width: 100%;
}

.contact-form-main .contact-info-form .form-group input::placeholder {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #a7a7a7;
    width: 100%;
}

.contact-form-main .contact-info-form .form-group textarea {
    background-color: #f6f6f6;
    border: none;
    box-shadow: unset;
    outline: none;
    border-radius: 5px;
    padding: 20px 20px;
    width: 100%;
    height: 100px;
    resize: none;
}

.contact-form-main .contact-info-form .form-group textarea::placeholder {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #a7a7a7;
    width: 100%;
}

.contact-form-main .contact-info-form .form-group button.btn-submit {
    background-color: #C7AD7F;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: none;
    box-shadow: unset;
    outline: none;
    color: #fff;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    transition: all .3s ease-in-out;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form-main .contact-info-form .form-group button.btn-submit img {
    width: 20px;
    height: 20px;
    margin: 0 0 0 5px;
    filter: invert(1);
}

.contact-form-main .contact-info-form .form-group button.btn-submit:hover {
    background-color: #A57A5A;
}



/* Contact Page Css end */



/*Product Detail Page Css Start*/

section.product-detail-wrap {
    padding: 60px 0 40px 0;
}

/* swiper slider start */
/* .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */
.product-detail-wrap .slider-main {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: auto;
    gap: 25px;
    transition: all .5s ease-in-out;
    margin: 30px 0 0 0;
}

.product-detail-wrap .slider-main .swiper-slide {
    background-size: cover;
    background-position: center;
}

.product-detail-wrap .slider-main .mySwiper .swiper-slide {
    width: 100%;
    height: 100%;
    opacity: 0.4;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
}

.product-detail-wrap .slider-main .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.product-detail-wrap .slider-main .mySwiper {
    width: calc(100% - 0px);
    box-sizing: border-box;
    padding: 0;
    position: relative;
}

.product-detail-wrap .slider-main .mySwiper .sm-wrapper .swiper-slide-active {}

.product-detail-wrap .slider-main .mySwiper .sm-wrapper .swiper-slide:hover {}

.product-detail-wrap .slider-main .mySwiper .sm-wrapper .swiper-slide .sm-img {
    background: #F5F5F7;
    display: flex;
    margin: 0;
    padding: 0 10px;
}

.product-detail-wrap .slider-main .mySwiper .sm-wrapper .swiper-slide .sm-img img {
    min-width: 100%;
    max-width: 100%;
    min-height: 120px;
    max-height: 120px;
    object-fit: contain;
}

.product-detail-wrap .slider-main .mySwiper2 {
    width: 100%;
    height: auto;
}

.product-detail-wrap .slider-main .mySwiper2 .swiper-slide .xl-img {
    background: #F5F5F7;
    display: flex;
}

.product-detail-wrap .slider-main .mySwiper2 .swiper-slide .xl-img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    align-self: center;
    min-height: 500px;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

/* swiper slider close */

/* zoom img csss strat */

.product-detail-wrap .slider-main .mySwiper2 .swiper-slide .img_producto_container {
    width: 100%;
    height: 568px;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.product-detail-wrap .slider-main .mySwiper2 .swiper-slide .img_producto_container .img_producto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.5s ease-out;
}
.product-detail-wrap .slider-main .single-image {
    width: 100%;
    height: auto;
}

.product-detail-wrap .slider-main .single-image .swiper-slide .xl-img {
    background: #F5F5F7;
    display: flex;
}

.product-detail-wrap .slider-main .single-image .swiper-slide .xl-img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    align-self: center;
    min-height: 500px;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

/* swiper slider close */

/* zoom img csss strat */

.product-detail-wrap .slider-main .single-image .swiper-slide .img_producto_container {
    width: 100%;
    height: 568px;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.product-detail-wrap .slider-main .single-image .swiper-slide .img_producto_container .img_producto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.5s ease-out;
}

/* zoom img csss end */


.product-detail-wrap .slider-main .gallery-top .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.product-detail-wrap .slider-main .navs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    user-select: none;
}

.product-detail-wrap .slider-main:hover .navs {
    opacity: 1;
    visibility: visible;
}

.product-detail-wrap .slider-main .navs .swiper-button-next,
.product-detail-wrap .slider-main .navs .swiper-button-prev {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    height: 30px;
    width: 30px;
    background: #184654;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    margin: auto 0;
}

.product-detail-wrap .slider-main .navs .swiper-button-next::after,
.product-detail-wrap .slider-main .navs .swiper-button-prev::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.product-detail-wrap .slider-main .navs .swiper-button-prev::after {
    content: "\f053";
}

/* swiper slider close */

.product-detail-wrap .product-zoom .img-zoom img {
    width: 100%;
}

.product-detail-wrap .product-zoom .product-detail-thumb {
    display: flex;
    margin: 20px 0 20px 0;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.product-detail-wrap .product-zoom .product-detail-thumb .detail-thumb-item {
    margin: 0;
    padding: 0 10px;
}

.product-detail-wrap .product-zoom .product-detail-thumb .detail-thumb-item img {
    min-width: 100%;
    max-width: 100%;
    min-height: 120px;
    max-height: 120px;
    object-fit: contain;
}

.product-detail-wrap .product-zoom .product-detail-thumb .slick-prev {
    position: relative;
    left: 15px;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.product-detail-wrap .product-zoom .product-detail-thumb .slick-prev::before {
    content: '\f053';
    position: absolute;
    background: #184654;
    width: 27px;
    height: 27px;
    line-height: 27px;
    z-index: 999;
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 13px;
}

.product-detail-wrap .product-zoom .product-detail-thumb .slick-next {
    position: relative;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    top: 0;
}

.product-detail-wrap .product-zoom .product-detail-thumb .slick-next::before {
    content: '\f054';
    position: absolute;
    background: #184654;
    width: 27px;
    height: 27px;
    z-index: 999;
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 13px;
    line-height: 27px;
}

/*Product Detail Slider*/
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    margin: 0 0 60px 0;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.carousel-main .flickity-viewport {
    height: 350px !important;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
    background: white;
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
    opacity: 0.6;
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

.flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
}



.carousel-nav .flickity-button {
    display: none;
}

.carousel-main img {
    display: block;
    height: 350px;
}


.carousel {
    background: #FAFAFA;
}

.carousel-main {
    margin-bottom: 8px;
}

.carousel-main .carousel-cell {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    background: transparent;
    border-radius: 5px;
}



.carousel-nav .carousel-cell img {
    width: 85px;
    height: 85px;
    margin: 0 10px;
    box-shadow: 0 0px 17px -2px #077a9c1f;
}

/*Product Detail Slider End*/


.add-wish-list ul {
    display: flex;
    align-items: center;
}

.add-wish-list ul li {
    display: flex;
    align-items: center;
    margin: 0 20px 0px 0;
    cursor: pointer;
}

.add-wish-list ul li i {
    font-size: 18px;
    margin: 0 10px 0 0;
    color: #003242;
}

.add-wish-list ul li a {
    color: #005e79;
    font-size: 18px;
    line-height: 10px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0;
    transition: all .3s ease-in-out;
}

.add-wish-list ul li a:hover {
    transform: translateY(-10px);
}



.product-detail-content .product-content-head h2 {
    font-size: 36px;
    line-height: 36px;
    font-family: 'Oswald', sans-serif;
    color: #CC9767;
    margin: 0 0 20px 0;
}
.product-detail-content .product-content-head .brand {
    background: linear-gradient(90deg, rgba(199,173,127,1) 0%, rgba(245,245,221,1) 50%, rgba(245,245,221,1) 100%);
    padding: 0px 30px;
    border-radius: 5px;
    width: 150px;
    margin: 0 0 10px;
}
.product-detail-content .product-content-head .brand img {
    margin: 15px auto;
}
.product-detail-content .product-content-head p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px 0;
    color: #808080;

}

.product-detail-content .shipping-detail-box {
    margin: 0 0 30px 0;
}

.product-detail-content .shipping-detail-box p {
    font-size: 16px;
    color: #CC9767;
    margin: 0px;
    border: 2px dashed #C6A969;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-content .product-content-price {
    display: flex;
    margin: 0 0 20px 0;
    align-items: center;
}

.product-detail-content .product-content-price p {
    color: #676767;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 0px 40px 0 0;
}

.product-detail-content .product-content-price h3 {
    color: #005e79;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin: 0px 0px 0 0;
}

.product-detail-content .product-content-price h3 span {
    color: #a2a2a2;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin: 0px 0 0px 20px;
    text-decoration: line-through;
}

.product-detail-content h5 {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    color: #003242;
    margin: 0 0 20px 0;
}

.product-detail-content img {
    margin: 0 0 20px 0;
}

.product-detail-content p {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #808080;
    margin: 0 0 20px 0;
    line-height: 24px;
}

.product-detail-content .product-social-links {
    display: flex;
    align-items: center;
}

.product-detail-content .product-social-links p {
    color: #676767;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 10px 0 0;
}

.product-detail-content .product-social-links ul.product-social-icons {
    display: flex;
    align-items: center;
}

.product-detail-content .product-social-links ul.product-social-icons li {
    margin: 0 10px 0 0;
}

.product-detail-content .product-social-links ul.product-social-icons li a {
    color: #AE6E4E;
    font-size: 18px;
    display: block;
    transition: all .3s ease-in-out;
}

.product-detail-content .product-social-links ul.product-social-icons li a:hover {
    transform: translateY(-10px);
    color: #C7AD7F;
}

.product-detail-content .product-disc {}

.product-detail-content .product-disc ul {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.product-detail-content .product-disc ul li.first {
    width: 200px;
    font-size: 16px;
    font-weight: 500;
    color: #808080;
}

.product-detail-content .product-disc ul li.price {
    width: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #808080;
}

.product-detail-content .product-disc ul li {
    font-size: 16px;
    font-weight: 600;
    color: #AE6E4E;
}

.product-detail-content .product-disc ul li h4 {
    font-size: 20px;
    font-weight: 500;
    color: #AE6E4E;
    margin: 0;
    padding: 0;
}

/* whishlist-css-end */
.product-detail-content .product-disc ul li .cart-main {}

.product-detail-content .product-disc ul li .cart-main p {
    color: red;
    font-weight: 600;
    font-size: 20px;
}

.product-detail-content .product-disc ul li .cart-main.purchase a {
    color: red;
    font-weight: 600;
    font-size: 20px;
}


.product-detail-content .product-disc ul li .cart-main .cart-count {
    border: 1px solid #e8e8e8;
    text-align: center;
    position: relative;
    width: 120px;
}
.product-detail-content .product-disc.product-sku ul li.price {
    font-size: 18px;
}

.product-detail-content .product-disc.product-sku ul li{
    font-size: 18px;
}

.cart-sec-wrap .table tbody tr td .cart-main .cart-count span.minus {
    position: absolute;
    cursor: pointer;
    line-height: 26px;
    font-size: 30px;
    background-color: #003242 !important;
    color: #fff;
    border: 1px solid #e0e0e0;
    text-align: center;
    width: 35px;
    height: 36px;
    border-radius: 0;
    left: 0;
    font-weight: 300;
    top: -1px;
}

.cart-sec-wrap .table tbody tr td .cart-main .cart-count span {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.cart-sec-wrap .table tbody tr td .cart-main .cart-count span.plus {
    position: absolute;
    cursor: pointer;
    line-height: 26px;
    font-size: 30px;
    background-color: #003242 !important;
    color: #fff;
    border: 1px solid #e0e0e0;
    text-align: center;
    width: 35px;
    height: 36px;
    border-radius: 0;
    right: 0;
    font-weight: 300;
    top: -1px;
}

.cart-sec-wrap .table tbody tr td .cart-main .cart-count input {
    height: 34px;
    width: 68px;
    text-align: center;
    font-size: 26px;
    border: none;
    border-radius: 4px;
    background: transparent;
    color: #000;
}


.cart-sec-wrap .table tbody tr td .cart-main .cart-count {
    border: 1px solid #e8e8e8;
    text-align: center;
    position: relative;
    width: 120px;
}

.product-detail-content .product-disc ul li .cart-main .cart-count span.minus {
    position: absolute;
    cursor: pointer;
    line-height: 26px;
    font-size: 30px;
    background-color: #003242 !important;
    color: #fff;
    border: 1px solid #e0e0e0;
    text-align: center;
    width: 35px;
    height: 36px;
    border-radius: 0;
    left: 0;
    font-weight: 300;
    top: -1px;
}

.product-detail-content .product-disc ul li .cart-main .cart-count span {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.product-detail-content .product-disc ul li .cart-main .cart-count span.plus {
    position: absolute;
    cursor: pointer;
    line-height: 26px;
    font-size: 30px;
    background-color: #003242 !important;
    color: #fff;
    border: 1px solid #e0e0e0;
    text-align: center;
    width: 35px;
    height: 36px;
    border-radius: 0;
    right: 0;
    font-weight: 300;
    top: -1px;
}

.product-detail-content .product-disc ul li .cart-main .cart-count input {
    height: 34px;
    width: 68px;
    text-align: center;
    font-size: 26px;
    border: none;
    border-radius: 4px;
    background: transparent;
    color: #000;
}


.product-shipping-box {
    padding: 20px 10px;
    background-image: url(../images/shipping-bg-png.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 0 20px 0;
    border-radius: 10px;
}

.product-shipping-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #C7AD7F;
    opacity: 0.9;
    border-radius: 10px;
}

.product-shipping-box .shipping-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.product-shipping-box .shipping {
    z-index: 1;
    padding: 0px;
    text-align: center;
}

.product-shipping-box .shipping .shipping-img {
    margin: 0 0 10px 0;
}

.product-shipping-box .shipping .shipping-img img {
    min-width: 50px;
    max-width: 50px;
    margin: 0px;
    min-height: 50px;
    max-height: 50px;
    object-fit: contain;
}

.product-shipping-box .shipping .shipping-content h2 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0px 0 10px 0;
}




/*Product Detail Page Css End*/


/*******************************************
 ----- Blog Details Page Css Start Here -----
******************************************/

section.blog-detail-wrap {
    padding: 100px 0;
    background: #ffff;
}


.blog-detail-data img {
    margin: 0 0 40px 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 500px;
    max-height: 500px;
    object-fit: contain;
}

.blog-detail-data .blog-detail-content h1 {
    margin: 0 0 20px 0;
    font-size: 48px;
    line-height: 54px;
    color: #077a9c;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

.blog-detail-data .blog-detail-content h4 {
    margin: 0 0 20px 0;
    font-size: 48px;
    line-height: 54px;
    color: #077a9c;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

.blog-detail-data .blog-detail-content ul {
    display: flex;
    align-items: center;
    margin: 30px 0 30px 0;
}

.blog-detail-data .blog-detail-content ul li {
    margin: 0 25px 0 0;
    border-right: 2px solid #a0a0a0;
    padding: 0px 25px 0px 15px;
    font-size: 16px;
    font-weight: 600;
    list-style: disc;
}

.blog-detail-data .blog-detail-content ul li:last-child {
    border-right: none;
}

.blog-detail-data .blog-detail-content ul li p {
    display: flex;
    align-items: center;
    margin: 0 0 0px 0;
    font-size: 14px;
    line-height: 20px;
    color: #6e6e6e;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;

}

.blog-detail-data .blog-detail-content ul li p i {
    color: #003242;
    margin: 0 15px 0 0;
    font-size: 18px;
}

.blog-detail-data .blog-detail-content p {
    width: 100%;
    margin: 0 0 20px 0;
    color: #6e6e6e;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

/******************************************
 ----- Blog Details Page Css End Here -----
******************************************/



/*Cart toogle Css Start Here*/
.cart-toogle-wrap {
    background-color: #fff;
    width: 250px;
    position: fixed;
    right: -100%;
    height: 100%;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 3px 1px #b2b2b2;
    display: none;
}

.cart-toogle-wrap.active {
    right: 0px;
}


.cart-toogle-head {
    position: relative;
    border-bottom: 2px solid #077a9c;
    padding: 10px 10px;
    margin: 0 0 0px 0;
}

.cart-toogle-head h2 {
    color: #003242;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    line-height: 38px;
    margin: 0px;
}

.cart-toogle-head button.close-cart {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #003242;
    border: none;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 20px;

}

.cart-toogle-head button.close-cart i {
    color: #fff;
    font-Size: 16px;
}

.cart-content-item {
    padding: 20px 10px;
}

.cart-content-item ul li {
    text-align: center;
    border-bottom: 2px solid #00aadc;
}

.cart-content-item ul li img {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    background: #fff;
    box-shadow: 0 0 3px 1px #b2b2b2;
    padding: 10px 10px;
}

.cart-content-item ul li h4 {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #003242;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.cart-content-item ul li p {
    font-size: 16px;
    line-height: 20px;
    color: #6e6e6e;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    margin: 0px 0 10px 0;
}

/*Cart toogle Css Start End*/


/* cart css start */
/* cart csss start */
.cart-sec-wrap {
    padding: 200px 0;
}

.cart-sec-wrap .table {
    margin: 0;
}

.cart-sec-wrap .table thead {
    border: 1px solid #e8e8e8;
}


.cart-sec-wrap .table thead tr th {
    color: #000;
    font-size: 14px;
    text-align: center;
}

.cart-sec-wrap .table tbody {
    border: 1px solid #e8e8e8;
}


.cart-sec-wrap .table tbody tr td {
    line-height: 14px;
    font-weight: 400;
    color: #868686;
    vertical-align: middle;
    padding: 15px 10px;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    /* text-align: center; */
    position: relative;

}

.cart-sec-wrap .table tbody tr td a {
    color: #868686;
    width: 300px;
    display: block;
    line-height: 20px;
}

.cart-sec-wrap .table tbody tr td .img-info {
    display: flex;
    align-items: center;
}

.cart-sec-wrap .table tbody tr td .btn-update {
    padding: 0 10px;
    background-color: #005e79;
    border: 1px solid #005e79;
    color: #fff;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 100%;
}

.cart-sec-wrap .table tbody tr td .btn-update:hover {
    background-color: transparent !important;
    border: 1px solid #005e79;
    color: #005e79;
}

.cart-sec-wrap .table tbody tr td.product {
    width: 200px;
}

.cart-sec-wrap .table tbody tr td i {
    margin: 0 0 0 15px;
    left: 68px;
    position: absolute;
    top: 8px;
    cursor: pointer;
    color: #000;
}

.cart-sec-wrap .table tbody tr td img {
    width: 80px;
    margin: 0 30px 0 0;
}

.cart-sec-wrap .coupon-mian {
    display: flex;
    align-items: center;
    border: 1px solid #e8e8e8;
    padding: 10px;
    flex-wrap: wrap;
    gap: 5px;
}

.cart-sec-wrap .coupon-mian a.btn {
    padding: 0 35px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    cursor: pointer;
    font-weight: 600;
    margin: 0;
    background-color: #003242;
    border: 1px solid #003242;
    color: #fff;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.cart-sec-wrap .coupon-mian a.btn-cart {
    padding: 0 35px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    cursor: pointer;
    font-weight: 600;
    margin: 0;
    background-color: transparent;
    border: 1px solid #003242;
    color: #003242;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.cart-sec-wrap .coupon-mian a.btn-cart:hover {
    background-color: #003242;
    border: 1px solid #003242;
    color: #fff;
}

.cart-sec-wrap .coupon-mian a.btn i {
    color: #fff;
}

.cart-sec-wrap .coupon-mian a.left i {
    margin: 0 5px 0 0;
}

.cart-sec-wrap .coupon-mian a.right i {
    margin: 0 0 0 5px;
}


.cart-sec-wrap .coupon-mian a.btn:hover {
    background-color: transparent !important;
    border: 1px solid #003242;
    color: #003242;
}

.cart-sec-wrap .coupon-mian a.btn:hover i {
    color: #003242;
}

/* cart csss end */

/* checkout css start */
.checkout-sec-wrap {
    padding: 100px 0;
    position: relative;
}

 /* step-form css start */
 .checkout-sec-wrap #msform {
    position: relative;
    margin-top: 30px;
}

.checkout-sec-wrap #msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.checkout-sec-wrap #msform fieldset:not(:first-of-type) {
    display: none;
    text-align: center;
}

.checkout-sec-wrap fieldset input:focus,
.checkout-sec-wrap fieldset textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #005e79;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
.checkout-sec-wrap .step-form-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 20px 0 0 0;
}

.checkout-sec-wrap .step-form-btns .action-button {
    font-family: 'Rubik', sans-serif;
    padding: 0 20px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    background-color: #077a9c;
    color: #fff;
    border: 1px solid transparent;
    width: 200px;
}

.checkout-sec-wrap .step-form-btns .action-button:hover,
.checkout-sec-wrap .step-form-btns .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #005e79;
}

.checkout-sec-wrap .step-form-btns .action-button-previous {
    font-family: 'Rubik', sans-serif;
    padding: 0 20px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    background-color: #077a9c;
    color: #fff;
    border: 1px solid transparent;
    width: 200px;
}

.checkout-sec-wrap .step-form-btns .action-button-previous:hover,
.checkout-sec-wrap .step-form-btns .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

.checkout-sec-wrap .step-form-btns #submit-form {
    font-family: 'Rubik', sans-serif;
    padding: 0 20px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    background-color: #077a9c;
    color: #fff;
    border: 1px solid transparent;
    width: 200px;
}

.checkout-sec-wrap .step-form-btns #submit-form:hover,
.checkout-sec-wrap .step-form-btns #submit-form:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

.checkout-sec-wrap .next-prv-btn {
    display: flex;
    align-items: center;
}

/*progressbar*/
.checkout-sec-wrap #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    display: flex;
    justify-content: space-between;
}

.step-form-start {
    text-align: left;
}

.checkout-sec-wrap #progressbar li {
    list-style-type: none;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
}

.checkout-sec-wrap #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 18px;
    color: #000;
    background: #005e79;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
.checkout-sec-wrap #progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 28%;
    z-index: -1;
    bottom: 0;
}

.checkout-sec-wrap #progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

.checkout-sec-wrap #progressbar li.active:before,
.checkout-sec-wrap #progressbar li.active:after {
    background: #077a9c;
    color: #fff;
}

.checkout-sec-wrap .step-form-start .custom-input label {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #005e79;
    margin: 0;
}
/* step-form css end */

.checkout-sec-wrap .form-heading h2 {
    font-size: 24px;
    margin: 20px 0 10px 0;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    color: #077a9c;
}

.checkout-sec-wrap .step-form-start h4{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    color: #077a9c;
}

.checkout-sec-wrap .bill-detail .form-check{
    margin: 10px 0;
}
.checkout-sec-wrap .bill-detail .form-check .form-check-input{}
.checkout-sec-wrap .bill-detail .form-check .form-check-input:checked {
    background-color: #005e79;
    border-color: #005e79;
}
.checkout-sec-wrap .bill-detail .form-check .form-check-label{
    color: #868686;
}

.checkout-sec-wrap .bill-detail{
    position: relative;
}

/* .checkout-sec-wrap .bill-detail::before{
    position: absolute;
    content: '';
    top: 0;
    right: -12px;
    width: 1px;
    background: #005e79;
    height: 100%;
}
.checkout-sec-wrap .bill-detail.shipping-billing::before{
    display: none;
} */

.checkout-sec-wrap .step-form-start .form-check{
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px 0;
}
.checkout-sec-wrap .step-form-start .form-check .form-check-input{
    margin: 0 10px 0 0;
}
.checkout-sec-wrap .step-form-start .form-check .form-check-input:checked {
    background-color: #005e79;
    border-color: #005e79;
}
.checkout-sec-wrap .step-form-start .form-check .form-check-label{
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.checkout-sec-wrap .step-form-start .form-check .form-check-label .payment-img{
    margin: 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 3px;
    flex-direction: row;
}
.checkout-sec-wrap .step-form-start .form-check .form-check-label .payment-img img{
    min-width: 100px;
    max-width: 100px;
}
.checkout-sec-wrap .step-form-start .form-check .radio-anchor{
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
}
.checkout-form{
    padding: 0 10px;
}
.checkout-sec-wrap .checkout-form .form-group {
    margin: 0 0 15px 0;
}

.checkout-sec-wrap .checkout-form .form-group label {
    color: #868686;
    margin: 0 0 10px 0;
    text-transform: capitalize;
}

.checkout-sec-wrap .checkout-form .form-group label span {
    color: #005e79;
}

.checkout-sec-wrap .checkout-form .form-group input:focus {
    box-shadow: none;
    border: none;
}


.checkout-sec-wrap .checkout-form .form-group input.form-control {
    border-radius: 0;
    border: 1px solid #077a9c;
    border-color: #077a9c;
    color: #000;
    padding: 10px 10px;
}

.checkout-sec-wrap .checkout-form .form-group select {
    border-radius: 0;
    border: 1px solid #077a9c;
    border-color: #077a9c;
    color: #000;
    width: 100%;
    padding: 10px 10px;
}

.checkout-sec-wrap .checkout-form .form-group select:focus-visible {
    outline: none;
}

.checkout-sec-wrap .checkout-form .form-group select option {
    color: #000;
}

.checkout-sec-wrap .checkout-form .form-group textarea.form-control {
    border-radius: 0;
    border: 1px solid #077a9c;
    border-color: #077a9c;
    color: #000;
    width: 100%;
    padding: 10px 10px;
}

.checkout-sec-wrap .checkout-form .form-group textarea:focus {
    box-shadow: none;
}

.checkout-sec-wrap .product-info {
    padding: 30px 32px;
    border: 1px solid #005e79;
    /* margin-top: 50px; */
    overflow: hidden;
}

.checkout-sec-wrap .product-info .product-list {
    min-height: auto;
    max-height: 350px;
    overflow-y: scroll;
    padding: 0 10px;
}

.checkout-sec-wrap .product-info .product-list::-webkit-scrollbar {
    width: 2px;
}

.checkout-sec-wrap .product-info .product-list::-webkit-scrollbar-track {
    background: transparent;
}

.checkout-sec-wrap .product-info .product-list::-webkit-scrollbar-thumb {
    background: #005e79;
    border-radius: 2px;
}

.checkout-sec-wrap .product-info .product-list::-webkit-scrollbar-thumb:hover {
    background: #005e79a6;
}

.checkout-sec-wrap .product-info h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.checkout-sec-wrap .product-info .product-detail {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.checkout-sec-wrap .product-info .product-detail .product-img {}

.checkout-sec-wrap .product-info .product-detail .product-img img {
    border: 1px solid #e8e8e8;
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    object-fit: contain;
}

.checkout-sec-wrap .product-info .product-detail .product-content {
    width: 100%;
}

.checkout-sec-wrap .product-info .product-detail .product-content p {
    margin: 0;
    padding-left: 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    display: flex;
}

.checkout-sec-wrap .product-info .product-detail .product-content p span {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 0 10px;
}

.checkout-sec-wrap .product-info .product-detail .product-content .price-detail {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.checkout-sec-wrap .product-info .product-detail .product-content h4 {
    padding-left: 10px;
    color: #000;
    /* text-transform: uppercase; */
    font-size: 14px;
    /* font-weight: 700; */
    margin: 0px;
}

.checkout-sec-wrap .product-info .payment-sec {
    margin-bottom: 10px;
}

.checkout-sec-wrap .product-info .payment-sec .error {
    margin-top: 10px;
}

.checkout-sec-wrap .product-info .payment-sec .hide {
    display: none;
}

.checkout-sec-wrap .product-info .payment-sec label {
    padding: 18px 0 0 0;
}

.checkout-sec-wrap .product-info .product-price ul {
    border-top: 1px solid #dedede;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-sec-wrap .product-info .product-price ul li {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.checkout-sec-wrap .product-info .product-price ul li.last {
    font-size: 22px;
    color: #000;
    font-weight: 500;
}


.checkout-sec-wrap .product-end {
    width: 300px;
    margin: 90px auto;
}

.checkout-sec-wrap .product-end .total-btn {
    background-color: #fff;
}

.checkout-sec-wrap .product-end .total-btn .btn {
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    width: 300px;
    text-align: center;
    font-weight: 600;
    border-radius: 0;
    background-color: #003242;
    border: 1px solid #003242;
    color: #fff;
    transition: all .3s ease-in-out;
    margin: 0 auto;
    display: block;
}

.checkout-sec-wrap .product-end .total-btn .btn:hover {
    background-color: transparent !important;
    border: 1px solid #003242;
    color: #003242;
}

/* checkout-payment select */
.checkout-sec-wrap .select-payment .accordion {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0;
    flex-wrap: nowrap;
}

.checkout-sec-wrap .select-payment .accordion-item {
    border: none;
}

.checkout-sec-wrap .select-payment .accordion-item .form-check {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.checkout-sec-wrap .select-payment .accordion-item .form-check input {
    margin: 0 10px 0 0;
}

.checkout-sec-wrap .select-payment .accordion-item .form-check label {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.checkout-sec-wrap .select-payment .accordion-item .form-check label .payment-img {
    margin: 0 10px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 3px;
    flex-direction: row;
}

.checkout-sec-wrap .select-payment .accordion-item .form-check label .payment-img img.first {
    min-width: 120px;
    max-width: 120px;
}

.checkout-sec-wrap .select-payment .accordion-item .form-check label .payment-img img.third {
    min-width: 50px;
    max-width: 50px;
}

.checkout-sec-wrap .select-payment .accordion-item .form-check label .payment-img img {
    min-width: 25px;
    max-width: 25px;
}

.checkout-sec-wrap .select-payment .accordion-item .form-check a.pay-pal {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
}

.checkout-sec-wrap .select-payment .accordion-item .accordion-body {
    margin-top: 15px;
    padding: 15px;
    background-color: #f5f5f5;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 5%);
    position: relative;
}

.checkout-sec-wrap .select-payment .accordion-item .accordion-body::before {
    position: absolute;
    top: 4px;
    left: 25px;
    color: #f5f5f5;
    font-size: 32px;
    line-height: 0;
    content: "\f0de";
    font-family: 'Font Awesome 5 Pro';
    background-color: #f5f5f5;
    font-weight: 700;
}

.checkout-sec-wrap .select-payment .accordion-item .accordion-body p {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 0;
    margin: 0;
}

.checkout-sec-wrap .select-payment .accordion-item .accordion-body .acc-input {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.checkout-sec-wrap .select-payment .accordion-item .accordion-body .acc-input .form-group {}

.checkout-sec-wrap .select-payment .accordion-item .accordion-body .acc-input .form-group .form-control {
    border: none;
    padding: 25px 10px;
    color: #777777;
}

.checkout-sec-wrap .select-payment .accordion-item .accordion-body .acc-input .form-group .form-control:focus {
    box-shadow: none;
}

.checkout-sec-wrap .select-payment .accordion-item .accordion-body .acc-input .form-group .form-control::placeholder {
    color: #777777;
    font-size: 14px;
}

.checkout-sec-wrap .select-payment .payment-btn {}

.checkout-sec-wrap .select-payment .payment-btn .btn-pay {
    padding: 12px 0;
    text-transform: capitalize;
    font-size: 18px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    border-radius: 0;
    background-color: #003242;
    border: 1px solid #003242;
    color: #fff;
    transition: all .3s ease-in-out;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-sec-wrap .select-payment .payment-btn .btn-pay:hover {
    background-color: transparent !important;
    border: 1px solid #003242;
    color: #003242;
}

.checkout-sec-wrap .select-payment .payment-btn .btn-goolge {
    padding: 12px 20px;
    text-transform: capitalize;
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    border-radius: 0;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    transition: all .3s ease-in-out;
    margin: 10px auto 0;
    display: block;
}

.checkout-sec-wrap .select-payment .payment-btn .btn-goolge span {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.checkout-sec-wrap .select-payment .payment-btn .btn-goolge:hover {
    background-color: #1b1a1a !important;
    border: 1px solid #000;
    color: #fff;
}

.checkout-sec-wrap .select-payment .payment-btn .btn-goolge img {
    min-width: 26px;
    max-width: 26px;
    min-height: 25px;
    max-height: 25px;
    margin: 0 0 0 5px;
}

/* checkout-payment select */

/* checkout css end */

/* whishlist-css-start */
.whishlist-sec-wrap {
    padding: 100px 0;
}

.whishlist-sec-wrap .table thead {
    border: 1px solid #e8e8e8;
}


.whishlist-sec-wrap .table thead tr th {
    color: #000;
    font-size: 14px;
    text-align: center;
}

.whishlist-sec-wrap .table tbody {
    border: 1px solid #e8e8e8;
}


.whishlist-sec-wrap .table tbody tr th {
    text-align: center;
    vertical-align: middle;
    transition: all .3s ease-in-out;
}

.whishlist-sec-wrap .table tbody tr th:hover {
    transform: rotate(90deg);
    color: #034e67;
    cursor: pointer;
}

.whishlist-sec-wrap .table tbody tr td a {
    color: #868686;
}

.whishlist-sec-wrap .table tbody tr td {
    line-height: 14px;
    font-weight: 400;
    color: #868686;
    vertical-align: middle;
    padding: 15px 10px;
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    /* text-align: center; */
}

.whishlist-sec-wrap .table tbody tr td .btn-update i {
    color: #fff;
}

.whishlist-sec-wrap .table tbody tr td .btn-update {
    padding: 10px 18px;
    background-color: #005e79;
    border: 1px solid #005e79;
    color: #fff;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 5px;
    line-height: 40px;
    cursor: pointer;
    font-weight: 600;
}

.whishlist-sec-wrap .table tbody tr td .btn-update:hover {
    background-color: transparent !important;
    border: 1px solid #005e79;
    color: #005e79;
}

.whishlist-sec-wrap .table tbody tr td.product {
    width: 200px;
}

.whishlist-sec-wrap .table tbody tr td i {
    margin: 0 0 0 15px;
    left: 142px;
    position: absolute;
    top: 3px;
    cursor: pointer;
    color: #000;
}

.whishlist-sec-wrap .table tbody tr td img {
    width: 80px;
    margin: 0 20px 0 0;
}



.product-detail-content .product-btns {
    margin: 20px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px;
}

.product-detail-content .product-btns .btn {
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 30px;
    height: 45px;
    font-weight: 600;
    background-color: #003242;
    border: 1px solid #003242;
    color: #fff;
    transition: all .3s ease-in-out;
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
}

.product-detail-content .product-btns .btn:hover {
    background-color: transparent !important;
    border: 1px solid #003242;
    color: #003242;
}

/* accesories-tabs css start */
.acces-sec-wrap {
    padding: 0 0 70px 0;
}

/* .acces-sec-wrap .related-products .owl-nav {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
} */

.acces-sec-wrap .related-products .owl-nav .owl-prev,
.acces-sec-wrap .related-products .owl-nav .owl-next {
    margin: 0;
    padding: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #A57A5A;
    position: absolute;
    left: -50px;
    top: 50%;
}

.acces-sec-wrap .related-products .owl-nav .owl-next {
    right: -50px;
    left: auto;
}

.acces-sec-wrap .related-products .owl-nav .owl-prev span,
.acces-sec-wrap .related-products .owl-nav .owl-next span {
    margin: 0 0 5px 0;
}


/* review-css start */

.acces-sec-wrap .acces-tabs .acces-para .review-content {}

.acces-sec-wrap .acces-tabs .acces-para .review-content h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #242424;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.acces-sec-wrap .acces-tabs .acces-para .review-content p {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
    text-transform: unset;
    margin: 20px 0px 7px 0;
    padding: 0;
}

.acces-sec-wrap .acces-tabs .acces-para .review-content .review-main-box {
    min-height: auto;
    max-height: 340px;
    overflow-y: scroll;
    padding: 0 10px;
}

.acces-sec-wrap .acces-tabs .acces-para .review-content .review-main-box::-webkit-scrollbar {
    width: 1px;
}

.acces-sec-wrap .acces-tabs .acces-para .review-content .review-main-box::-webkit-scrollbar-track {
    background: #fff;
}

.acces-sec-wrap .acces-tabs .acces-para .review-content .review-main-box::-webkit-scrollbar-thumb {
    background: #003242;
}

.acces-sec-wrap .acces-tabs .acces-para .review-content .review-main-box::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.acces-sec-wrap .acces-tabs .acces-para .review-content .review-card {
    display: flex;
    margin: 20px 0;
    align-items: center;
    box-shadow: 0px 0px 4px 1px #ccc;
    padding: 10px 5px;
}

.acces-sec-wrap .acces-tabs .acces-para .review-content .review-card .pr-img {}

.acces-sec-wrap .acces-tabs .acces-para .review-content .review-card .pr-img img {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.acces-sec-wrap .acces-tabs .acces-para .review-content .review-card .pr-desc {
    margin: 0 0 0 10px;
}

.acces-sec-wrap .acces-tabs .acces-para .review-content .review-card .pr-desc ul {
    display: flex;
    align-items: center;
    margin: 0 0 5px 0;
}

.acces-sec-wrap .acces-tabs .acces-para .review-content .review-card .pr-desc ul li {
    list-style: none;
    margin: 0 5px 0 0;
}

.acces-sec-wrap .acces-tabs .acces-para .review-content .review-card .pr-desc ul li i {
    font-size: 14px;
    pointer-events: none;
}

.acces-sec-wrap .acces-tabs .acces-para .review-content .review-card .pr-desc ul li i.clr {
    color: #EABE12;
    pointer-events: none;
}

.acces-sec-wrap .acces-tabs .acces-para .review-content .review-card .pr-desc h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    line-height: 22.4px;
    font-weight: 400;
    color: #303030;
    text-transform: unset;
    margin: 0;
    padding: 0;
}

.acces-sec-wrap .acces-tabs .acces-para .review-content .review-card .pr-desc p {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #8d8d8d;
    text-transform: unset;
    margin: 5px 0 0 0;
    padding: 0;
}

.acces-sec-wrap .acces-tabs .acces-para .review-form {}

.acces-sec-wrap .acces-tabs .acces-para .review-form h5 {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #242424;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.acces-sec-wrap .acces-tabs .acces-para .review-form .form-group {
    margin: 0 0 20px 0;
}

.acces-sec-wrap .acces-tabs .acces-para .review-form .form-group .form-control {
    border-radius: 0px;
    border: 2px solid #0000001a;
    font-size: 14px;
    color: inherit;
    padding: 10px;
}

.acces-sec-wrap .acces-tabs .acces-para .review-form .form-group .form-control:focus {
    border-color: #0000001a;
    box-shadow: none;
}

.acces-sec-wrap .acces-tabs .acces-para .review-form .form-group .form-control::placeholder {}

.acces-sec-wrap .acces-tabs .acces-para .review-form .form-group .form-label {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 22.4px;
    font-weight: 400;
    color: #303030;
    text-transform: unset;
    margin: 0 0 7px 0;
    padding: 0;
}

.acces-sec-wrap .acces-tabs .acces-para .review-form .form-group .form-label span {
    color: #E01020;
}

.acces-sec-wrap .acces-tabs .acces-para .review-form .form-check {}

.acces-sec-wrap .acces-tabs .acces-para .review-form .form-check .form-check-input {}

.acces-sec-wrap .acces-tabs .acces-para .review-form .form-check .form-check-label {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 22.4px;
    font-weight: 400;
    color: #303030;
    text-transform: unset;
    margin: 0;
    padding: 0;
}

.acces-sec-wrap .acces-tabs .acces-para .review-form .review-btn {}

.acces-sec-wrap .acces-tabs .acces-para .review-form .review-btn .btn-review {
    background-color: #003242;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    height: 42px;
    width: 87.25px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #003242;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.acces-sec-wrap .acces-tabs .acces-para .review-form .review-btn .btn-review:hover {
    background-color: transparent;
    border: 1px solid #003242;
    color: #003242;
}

.acces-sec-wrap .acces-tabs .acces-para .review-form .rating {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.acces-sec-wrap .acces-tabs .acces-para .review-form .rating h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 22.4px;
    font-weight: 400;
    color: #303030;
    text-transform: unset;
    margin: 0;
    padding: 0;
}

.acces-sec-wrap .acces-tabs .acces-para .review-form .rating h5 span {
    color: #E01020;
}

.acces-sec-wrap .acces-tabs .acces-para .review-form .rating ul {
    display: flex;
    align-items: center;
    margin: 0 0 0 12px;
}

.acces-sec-wrap .acces-tabs .acces-para .review-form .rating ul li {
    margin: 0 2px 0 0;
    list-style: none;
}

.acces-sec-wrap .acces-tabs .acces-para .review-form .rating ul li i {
    font-size: 14px;
    cursor: pointer;
}

.acces-sec-wrap .acces-tabs .acces-para .review-form .rating ul li i:hover {
    color: #EABE12;
}

.acces-sec-wrap .acces-tabs .acces-para .review-form .rating ul li i.clr {
    color: #EABE12;
}

/* review-css end */

.acces-sec-wrap .acces-tabs {}

.acces-sec-wrap .acces-tabs .nav {
    justify-content: start;
    background-color: #fff;
}

.acces-sec-wrap .acces-tabs .nav .nav-item {
    margin: 5px 10px 5px 0 !important;
}

.acces-sec-wrap .acces-tabs .nav .nav-item:not(:last-child) {
    margin: 0 14px 0 0;
}

.acces-sec-wrap .acces-tabs .nav .nav-item .nav-link.active {
    border-bottom: 3px solid #A57A5A;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.acces-sec-wrap .acces-tabs .nav .nav-item .nav-link {
    color: #fff;
    border: 3px solid transparent;
    border-radius: 0px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    background-color: #C7AD7F;
    padding: 5px;
    border-radius: 5px;
}

.acces-sec-wrap .acces-tabs .nav .nav-item .nav-link:hover {
    color: #fff;
    background-color: #A57A5A;
}

.acces-sec-wrap .acces-tabs .acces-table {
    overflow: hidden;
}



.acces-sec-wrap .acces-tabs .acces-table ul {
    padding: 0 20px;
}

.acces-sec-wrap .acces-tabs .acces-table ul li {
    font-size: 20px;
    line-height: 30px;
    color: #003242;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0;
    list-style: disc;
}

.acces-sec-wrap .acces-tabs .acces-table ul li a {
    pointer-events: none;
    color: black;
}

.acces-sec-wrap .acces-tabs .acces-table ul li ul li {
    list-style: circle;
}

.acces-sec-wrap .acces-tabs .acces-table ul li ul li ul li {
    list-style: square;
}

.acces-sec-wrap .acces-tabs .acces-table h4 {
    font-size: 24px;
    font-weight: 700;
    color: #003242;
    text-decoration: underline;
    margin: 25px 0px 10px 10px;
    padding: 0;
}

.acces-sec-wrap .acces-tabs .acces-table table {
    width: 100%;
}

.acces-sec-wrap .acces-tabs .acces-table table tbody tr td {
    font-size: 16px;
    font-weight: 400;
    color: #6e6e6e;
    padding: 2px 15px;
    font-family: 'Rubik',san-serif;
}

.acces-sec-wrap .acces-tabs .acces-table table tbody tr td strong {
    font-size: 16px;
    font-weight: 600;
    color: #6e6e6e;
}

.acces-sec-wrap .acces-tabs .acces-table table tbody tr td p a {
    pointer-events: none;
    color: black;
}

.acces-sec-wrap .acces-tabs .acces-table table tbody tr td p {
    margin: 2px 0 2px 5px;
    padding: 0;
}

.acces-sec-wrap .acces-tabs .acces-table table tbody tr th div {
    font-size: 22px;
    line-height: 40px;
    color: #CC9767;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0;
}

.acces-sec-wrap .acces-tabs .acces-table .tablepress {
    width: 100%;
}

.acces-sec-wrap .acces-tabs .acces-table .tablepress tr {
    border: 1px solid #000;
}

.acces-sec-wrap .acces-tabs .acces-table .tablepress tr th {
    font-size: 22px;
    line-height: 40px;
    color: #003242;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    border: 1px solid #000;
    padding: 10px 10px;
}

.acces-sec-wrap .acces-tabs .acces-table .tablepress tr td {
    font-size: 18px;
    line-height: 30px;
    color: #003242;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    border: 1px solid #000;
    margin: 0;
    padding: 10px 10px;
}

.acces-sec-wrap .acces-tabs .acces-table .acf-content {
    margin: 15px 0 0 0;
}

.acces-sec-wrap .acces-tabs .acces-table .acf-content strong {
    font-size: 30px;
    color: #003242;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

.acces-sec-wrap .acces-tabs .acces-table .acf-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    word-spacing: 2px;
    margin: 10px 0 0 30px;
}

/* .acces-sec-wrap .acces-tabs .acces-table .acf-content p br{
    position: relative;
}
.acces-sec-wrap .acces-tabs .acces-table .acf-content p br::before{
    position: absolute;
    content: '\f111';
    left: 0;
} */

.blog-detail-data .blog-detail-content p strong {
    font-size: 22px;
    color: #077a9c;
}
.blog-detail-data .blog-detail-content h2{
        font-size: 28px;
    color: #077a9c;
    font-weight: 700;
}
.blog-detail-data .blog-detail-content h3{
        font-size: 28px;
    color: #077a9c;
    font-weight: 700;
}

.product-detail-content .product-content-head table tbody tr td {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 3px 15px;
    border: 1px solid #000;
}

.product-detail-content .product-content-head table tbody tr td strong {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 20px 0 0px;
}

.acces-sec-wrap .acces-tabs .acces-para {}

.acces-sec-wrap .acces-tabs .acces-para table tbody tr td {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 5px 15px;
}

.acces-sec-wrap .acces-tabs .acces-para table tbody tr td strong {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 20px 0 0px;
}

.acces-sec-wrap .acces-tabs .acces-para h3 {
    font-size: 22px;
    line-height: 40px;
    color: #CC9767;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}

.acces-sec-wrap .acces-tabs .acces-para h2 {
    font-size: 22px;
    line-height: 40px;
    color: #003242;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.acces-sec-wrap .acces-tabs .acces-para p {
    font-size: 17px;
    line-height: 25px;
    color: #6e6e6e;
    font-family: 'Rubik', sans-serif;
    margin: 5px 0px 16px 0;
    padding: 0 30px;
}

.acces-sec-wrap .acces-tabs .acces-para ul {}

.acces-sec-wrap .acces-tabs .acces-para ul li {
    margin: 5px 0 0 30px;
    list-style: disc;
    font-size: 17px;
    line-height: 25px;
    color: #AE6E4E;
    font-family: 'Rubik', sans-serif;
}



.acces-sec-wrap .acces-tabs .access-list {}

.acces-sec-wrap .acces-tabs .access-list h2 {
    font-size: 22px;
    line-height: 40px;
    color: #CC9767;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.acces-sec-wrap .acces-tabs .access-list h5 {
    font-size: 22px;
    line-height: 40px;
    color: #CC9767;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.acces-sec-wrap .acces-tabs .access-list ul {
    margin: 0 0 0 40px;
}

.acces-sec-wrap .acces-tabs .access-list ul li {
    list-style: disc;
}

.acces-sec-wrap .acces-tabs .access-list ul li a {
    font-size: 18px;
    line-height: 25px;
    color: #6e6e6e;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin: 0;
}

.acces-sec-wrap .acces-tabs .access-content {}

.acces-sec-wrap .acces-tabs .access-content strong {
    font-size: 22px;
    line-height: 40px;
    color: #CC9767;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}

.acces-sec-wrap .acces-tabs .access-content p {
    font-size: 16px;
    line-height: 30px;
    color: #6e6e6e;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin: 0;
}

.acces-sec-wrap .acces-tabs .access-content ul {
    padding: 0 20px;
}

.acces-sec-wrap .acces-tabs .access-content ul li {
    font-size: 20px;
    line-height: 30px;
    color: #003242;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 0;
    list-style: disc;
}

.acces-sec-wrap .acces-tabs .access-content table {
    width: 100%;
}

.acces-sec-wrap .acces-tabs .access-content table thead {}

.acces-sec-wrap .acces-tabs .access-content table thead tr {
    border: 1px solid #000;

}

.acces-sec-wrap .acces-tabs .access-content table thead tr th {
    border: 1px solid #000;
    padding: 15px;
}

.acces-sec-wrap .acces-tabs .access-content table tbody {}

.acces-sec-wrap .acces-tabs .access-content table tbody tr {
    border: 1px solid;
    vertical-align: baseline;
}

.acces-sec-wrap .acces-tabs .access-content table tbody tr th {
    border: 1px solid;
    font-size: 20px;
    padding: 15px;
}

.acces-sec-wrap .acces-tabs .access-content table tbody tr td {
    padding: 15px;
    font-size: 18px;
    border: 1px solid #000;
    font-weight: 400;
}

.acces-sec-wrap .acces-tabs .tab-content .tab-pane {
    border: 1px solid #ccc;
    border-top: none;
    padding: 20px 20px;
}


.acces-sec-wrap .head {
    margin: 50px 0 0 0;
}

.acces-sec-wrap .head h6 {
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    color: #CC9767;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}

.acces-sec-wrap .related-products .owl-stage-outer {
    padding: 40px;
    position: relative;
}

.acces-sec-wrap .rlt-crd {
    box-shadow: -18px 17px 0px -8px #C7AD7F;
    padding: 40px 20px 20px 20px;
    overflow: hidden;
    border-radius: 15px;
    background-color: #F9EFDB;
    border: none;
    margin: 0 10px 0 0;
}

.acces-sec-wrap .rlt-crd .img .thumb {
    min-height: 250px;
    max-height: 250px;
    object-fit: cover;
    object-position: top left;
    border-radius: 8px;
}

.acces-sec-wrap .rlt-crd .desc {
    min-height: 60px;
    max-height: 60px;
}

.acces-sec-wrap .rlt-crd .desc h2 {
    text-transform: capitalize;
    margin: 10px 0;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
}

.acces-sec-wrap .rlt-crd .desc p {
    margin: 0;
    padding: 0;
    color: #d2cdcd;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
}

/* accesories-tabs css start */
.footer_payment{
    display: flex;
    align-items: center;
    background: white;
    width: 261px;
    border-radius: 10px;
    padding: 6px 12px;
}
.footer_payment img{
        width: 132px;
    object-fit: cover;
}




.footer_payment2{
    display: flex;
    align-items: center;
    width: 261px;
    border-radius: 10px;
    padding: 6px 12px;
}
.footer_payment2 img{
        width: 93px;
       object-fit: cover;
}



.brand-sec-wrap .brand-item-box a {
    background-color: #F1E4C3;
    padding: 0px 30px;
    display: block;
    line-height: 200px;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    box-shadow: -18px 17px 0px -8px #C7AD7F;
    align-items: center;
}

.brand-sec-wrap .brand-item-box a img {
    min-height: 250px;
    max-height: 250px;
    object-fit: contain;
}

.brand-sec-wrap .sec-title-main h2 {
    font-size: 48px;
    font-family: 'Oswald', sans-serif;
    color: #CC9767;
    letter-spacing: 0.5px;
    line-height: 54px;
    margin: 0 0 40px 0;
}

.brand-sec-wrap .brand-item-box {
    margin: 0 20px 0 0;
}
section.brand-sec-wrap {
    padding: 100px 0;
    background-color: #fff;
}

.brand-sec-wrap .slick-dots li {
    width: 10px;
    height: 10px;
    background: #D6D6D6;
    border-radius: 50%;
}
.brand-sec-wrap .slick-dots li.slick-active{
    background: #A57A5A;
}
.brand-sec-wrap .slick-prev, .brand-sec-wrap .slick-next{
    background: #003242;
    border-radius: 50%;
    font-family: 'Font Awesome 5 pro';
    width: 40px;
    height: 40px;
    color: #fff;
    margin: 0 -31px;
}
.brand-sec-wrap .slick-prev,.brand-sec-wrap .slick-next {
    background: #A57A5A;
    border-radius: 50%;
    font-family:'Font Awesome 5 pro';
}
.brand-sec-wrap .slick-prev:before {
    content: '\f104';
    font-family:'Font Awesome 5 pro';
}
.brand-sec-wrap .slick-next:before {
    content: '\f105';
    font-family:'Font Awesome 5 pro';
}

.brand-sec-wrap .slick-prev:hover,.brand-sec-wrap  .slick-prev:focus, .brand-sec-wrap .slick-next:hover, .brand-sec-wrap .slick-next:focus {
    color: transparent;
    outline: none;
    background: #CC9767;
}

.top-selling-slider .slick-dots li {
    width: 10px;
    height: 10px;
    background: #D6D6D6;
    border-radius: 50%;
}
.top-selling-slider .slick-dots li.slick-active{
    background: #003242;
}
.top-selling-slider .slick-prev, .top-selling-slider .slick-next{
    background: #003242;
    border-radius: 50%;
    font-family: 'Font Awesome 5 pro';
    width: 40px;
    height: 40px;
    color: #fff;
    margin: 0 -31px;
}
.top-selling-slider .slick-prev,.top-selling-slider .slick-next {
    background: #003242;
    border-radius: 50%;
    font-family:'Font Awesome 5 pro';
}
.top-selling-slider .slick-prev:before {
    content: '\f104';
    font-family:'Font Awesome 5 pro';
}
.top-selling-slider .slick-next:before {
    content: '\f105';
    font-family:'Font Awesome 5 pro';
}

.top-selling-slider .slick-prev:hover,.top-selling-slider  .slick-prev:focus, .top-selling-slider .slick-next:hover, .top-selling-slider .slick-next:focus {
    color: transparent;
    outline: none;
    background: black;
}


.sec-img-cont {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}
.sec-img-cont .desc h6 {
    font-size: 45px;
    line-height: normal;
    color: #CC9767;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}
.sec-img-cont .desc p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin: 0; 
        text-align: justify;
}
.sec-img-cont .img-area .thumb {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.sec-req {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    /*background: #C7AD7F;*/
    background: linear-gradient(90deg, rgba(199, 173, 127, 1) 0%, rgb(245 245 221 / 82%) 100%, rgb(245 245 221 / 0%) 100%), url(../images/shop-bg2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sec-req .desc h4 {
    font-size: 45px;
    line-height: normal;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}
.sec-req .desc p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    margin: 0;
    text-align: justify;
}

.sec-req .desc a {
    font-size: 16px;
    line-height: normal;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 10px 0 0 0;
}
.sec-req .desc a::after {
    content: '\f30b';
    display: inline-flex;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    margin: 5px 0 0 5px;
}


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

@media only screen and (min-width: 1445px) and (max-width: 1599px) {

    /* header css start */
    .header-top .top-social-links {
        width: 52%;
    }

    .navbar-collapse li.nav-item .droppdown-main ul.drop-firt {
        min-height: 700px;
        max-height: 700px;
        overflow-y: scroll;
    }

    /* header css end */
    /****** home-page css start *******/
    .banner .slider {
        padding: 150px 0;
        background-position: 51% 100%
    }

    .banner .banner-content h2 {
        font-size: 38px;
        margin: 0 auto 20px;
        line-height: 50px;
    }

    section.brand-sec-wrap {
        padding: 50px 0;
    }

    section.collection-sec-wrap {
        padding: 60px 0px;
    }

    .collection-sec-wrap .tab-content .collect-card .card-content h2 {
        min-height: 75px;
        max-height: 75px;
    }

    .products-diog-wrap .catogery-card .catogery-img img {
        max-height: 170px;
        min-height: 170px;
    }
}

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

    /* header css start */
    .header-logo-area .search-area-field input {
        width: 60%;
    }

    .header-top .top-social-links {
        width: 60%;
    }

    .navbar-collapse li.nav-item .droppdown-main ul.drop-firt {
        min-height: 600px;
        max-height: 600px;
        overflow-y: scroll;
    }

    /* header css end */

    /****** home-page css start *******/
    .banner .slider {
        padding: 150px 0;
        background-position: 51% 100%
    }

    .banner .banner-content h2 {
        font-size: 38px;
        margin: 0 auto 20px;
        line-height: 50px;
    }

    .collection-sec-wrap .tab-content .collect-card .collect-img {
        width: auto;
        height: auto;
        margin: auto;
    }

    .collection-sec-wrap .tab-content .collect-card .collect-img img {
        min-width: 100%;
        max-width: 100% !important;
        min-height: 200px;
        max-height: 200px !important;
        object-fit: contain;
    }

    .catogery-sec-wrap .catogery-card .catogery-img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .catogery-sec-wrap .catogery-card .catogery-img img {
        min-width: 100%;
        max-width: 100%;
        transition: all .5s ease-in-out;
        min-height: 200px;
        max-height: 200px;
        object-fit: contain;
    }

    .shipping-sec-wrap .shipping {
        margin: 0 0 30px 0;
    }

    .shipping-sec-wrap .shipping-list {
        justify-content: space-evenly;
    }

    .shipping-sec-wrap .shipping .shipping-content h2 {
        font-size: 18px;
    }

    .shipping-sec-wrap .shipping {
        width: auto;
    }

    .shipping-sec-wrap .shipping .shipping-img img {
        min-width: 100%;
        max-width: 100%;
        min-height: 90px;
        max-height: 90px;
        object-fit: contain;
    }

    .shipping-sec-wrap .shipping .shipping-content {
        padding: 15px 0 0 0;
    }

    /* products-brand css start */
    section.products-diog-wrap {
        padding: 80px 20px;
    }

    .listing-sidebar-box .listing-check-form2 {
        margin: 5px 5px;
    }

    /* products-brand css end */
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    /* header-css start */
    .header-top .top-social-links {
        width: 60%;
    }

    .top-social-links ul.social-links li {
        padding: 0 10px;
    }

    .header-top .header-logo-area {
        padding: 30px 20px 10px;
    }

    .header-top .header-logo-area .search-area-field {
        margin: 0 auto;
    }

    .header-top .header-logo-area .search-area-field form {
        justify-content: center;
    }

    .header-logo-area .search-area-field input {
        width: 70%;
    }

    .header-top .header-logo-area a.navbar-brand {
        width: 200px;
        margin: 0;
        display: block;
    }

    .navbar-collapse li.nav-item .droppdown-main ul.drop-firt {
        min-height: 600px;
        max-height: 600px;
        overflow-y: scroll;
    }

    /* header-css end */

    /****** home-page css start *******/
    .banner .slider {
        padding: 140px 0;
        background-position: 51% 100%
    }

    .banner .banner-content h2 {
        font-size: 38px;
        margin: 0 auto 20px;
        line-height: 50px;
    }

    .banner .banner-content .banner-btn a {
        height: 50px;
        padding: 0;
        font-size: 16px;
        width: 130px;
    }

    section.financing-sec-wrap {
        padding: 50px 0 0;
    }

    .finacne-item-box {
        align-items: center;
    }

    .finacne-item-box h4 {
        margin: 0;
    }

    section.brand-sec-wrap {
        padding: 50px 0;
    }

    section.collection-sec-wrap {
        padding: 30px 0;
    }

    .collection-sec-wrap .tab-content .collect-card .collect-img {
        width: auto;
        height: auto;
        margin: auto;
    }

    .collection-sec-wrap .tab-content .collect-card .collect-img img {
        min-width: 100%;
        max-width: 100% !important;
        min-height: 200px;
        max-height: 200px !important;
        object-fit: contain;
    }

    .collection-sec-wrap .tab-content {
        padding: 20px 10px;
    }

    .collection-sec-wrap .tab-content .collect-card {
        margin: 0 0 30px;
    }

    .collection-sec-wrap .tab-content .collect-card .card-content h2 {
        min-height: 50px;
        max-height: 50px;
    }

    .shop-sec-wrap {
        padding: 50px 0;
    }

    .shop-sec-wrap .shop h2 {
        font-size: 42px;
        line-height: 50px;
    }

    .catogery-sec-wrap {
        padding: 50px 0;
    }

    .catogery-sec-wrap h2 {
        font-size: 35px;
        line-height: 40px;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .catogery-sec-wrap .catogery-card {
        margin: 0 0 30px;
    }

    .catogery-sec-wrap .catogery-card .catogery-img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .catogery-sec-wrap .catogery-card .catogery-img img {
        min-width: 100%;
        max-width: 100%;
        transition: all .5s ease-in-out;
        min-height: 200px;
        max-height: 200px;
        object-fit: contain;
    }

    .shipping-sec-wrap .shipping {
        margin: 0 0 30px 0;
    }

    .shipping-sec-wrap .shipping-list {
        justify-content: space-evenly;
    }

    .shipping-sec-wrap .shipping .shipping-content h2 {
        font-size: 18px;
    }

    .shipping-sec-wrap .shipping {
        width: auto;
    }

    .shipping-sec-wrap .shipping .shipping-img img {
        min-width: 100%;
        max-width: 100%;
        min-height: 90px;
        max-height: 90px;
        object-fit: contain;
    }

    .shipping-sec-wrap .shipping .shipping-content {
        padding: 15px 0 0 0;
    }

    /****** home-page css start *******/

    /****** inner-page css start *******/
    .blog-sec-wrap .blog-card .blog-content h2 {
        min-height: 66px;
        max-height: 66px;
        font-size: 16px;
        line-height: 21px;
    }

    /* about-page-css */


    .about-sec-wrap .about-card .card-logo {
        width: auto;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .about-sec-wrap .about-card .card-logo img {
        padding: 20px;
        border-radius: 100%;
        min-width: 85px;
        max-width: 85px;
        min-height: 85px;
        max-height: 85px;
        object-fit: contain;
    }

    .chose-sec-wrap {
        margin: 0 0 200px 0;
    }

    .chose-sec-wrap .choose-bottom {
        bottom: -170px;
    }

    /* about-page-css */
    /* contact-us page css */
    section.contact-sec-wrap {
        padding: 70px 0;
    }

    .contact-sec-wrap .heading-content h2 {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 0 0;
    }

    .contact-sec-wrap .contact-info-box i {
        font-size: 30px;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .contact-sec-wrap .contact-form-main .contact-form-img img {
        min-width: 100%;
        max-width: 100%;
        min-height: 556px;
        max-height: 556px;
    }

    /* contact-us page css */
    /* blog-detail page css start */
    .blog-detail-data img {
        margin: 0 0 40px 0;
        min-width: 100%;
        max-width: 100%;
        min-height: 400px;
        max-height: 350px;
        object-fit: contain;
    }

    /* blog-detail page css end */

    /* shop-detail page css start */
    .innerbanner-sec-wrap .banner-content h2 {
        font-size: 46px;
        line-height: 53px;
    }

    .product-detail-wrap .slider-main .mySwiper2 .swiper-slide .img_producto_container {
        height: 450px;
    }

    .product-detail-content .product-content-head h2 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 15px 0;
    }

    .product-detail-content .product-disc ul li.first {
        width: auto;
        margin: 0 20px 0 0;
    }

    .product-shipping-box .shipping-list {
        justify-content: space-around;
    }

    .product-detail-content .product-content-head table tbody tr {
        border: 1px solid #000;
    }

    .product-detail-content .product-content-head table tbody tr td {
        border: 1px solid #000;
        font-size: 14px;
        padding: 3px 10px;
    }

    .product-detail-content .product-content-head p {
        margin: 0 0 10px 0;
    }

    .acces-sec-wrap .head {
        margin: 30px 0 0 0;
    }

    .acces-sec-wrap .head h6 {
        font-size: 24px;
        line-height: 25px;
    }

    .acces-sec-wrap .related-products .owl-stage-outer {
        padding: 10px 0;
    }

    .acces-sec-wrap .rlt-crd {
        padding: 20px 20px 20px 20px;
    }

    .acces-sec-wrap .rlt-crd .img .thumb {
        min-height: 200px;
        max-height: 200px;
        object-fit: contain;
        object-position: center;
    }

    .acces-sec-wrap .rlt-crd .desc {
        min-height: 50px;
        max-height: 50px;
        margin: 10px 0;
    }

    .acces-sec-wrap .rlt-crd .desc h2 {
        font-size: 14px;
        line-height: 16px;
    }

    .acces-sec-wrap .acces-tabs .nav {
        justify-content: center;
        padding: 6px 0;
    }

    .acces-sec-wrap .acces-tabs .nav .nav-item {
        margin: 0 5px 5px 0 !important;
    }

    .acces-sec-wrap .acces-tabs .nav .nav-item .nav-link {
        font-size: 15px !important;
    }

    .acces-sec-wrap .acces-tabs .access-content strong {
        font-size: 18px;
        line-height: 25px;
    }

    .acces-sec-wrap .acces-tabs .acces-para ul li {
        margin: 0 0 5px 30px;
        font-size: 15px;
        line-height: 20px;
    }

    .acces-sec-wrap .acces-tabs .acces-para h3 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 5px 0;
        padding: 0;
    }

    .acces-sec-wrap .acces-tabs .acces-para .review-content .review-main-box {
        min-height: auto;
        max-height: 270px;
        overflow-y: scroll;
        padding: 0 10px;
    }

    .acces-sec-wrap .acces-tabs .acces-table table tbody tr {
        border: 1px solid #000;
    }

    .acces-sec-wrap .acces-tabs .acces-table table tbody tr td {
        border: 1px solid #000;
    }

    .acces-sec-wrap .acces-tabs .access-content ul li {
        font-size: 15px;
        line-height: 20px;
        color: #003242;
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        margin: 0 0 5px 0;
        list-style: disc;
    }

    .acces-sec-wrap .acces-tabs .acces-para table tbody tr {
        border: 1px solid #000;
    }

    .acces-sec-wrap .acces-tabs .acces-para table tbody tr td {
        border: 1px solid #000;
        padding: 3px 10px;
    }

    .acces-sec-wrap .acces-tabs .acces-table .acf-content strong {
        font-size: 20px;
        line-height: 22px;
    }

    .acces-sec-wrap .acces-tabs .acces-table .acf-content p {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 1px;
        word-spacing: 1px;
        margin: 10px 0 0 0;
    }

    .acces-sec-wrap .acces-tabs .acces-table .tablepress tr th {
        font-size: 18px;
        line-height: 30px;
    }

    .acces-sec-wrap .acces-tabs .acces-table .tablepress tr td {
        font-size: 15px;
        line-height: 19px;
    }

    .acces-sec-wrap .acces-tabs .access-content table tbody tr td {
        padding: 10px 10px;
        font-size: 16px;
        line-height: 19px;
    }

    .acces-sec-wrap .acces-tabs .access-content table thead tr th {
        padding: 10px 10px;
        font-size: 16px;
        line-height: 22px;
    }

    .acces-sec-wrap .acces-tabs .acces-table table tbody tr th {
        padding: 10px;
    }

    .acces-sec-wrap .acces-tabs .acces-table ul li {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 5px 0;
    }

    /* checkout page css start */
    .checkout-sec-wrap .select-payment .accordion-item .form-check {
        flex-wrap: nowrap;
    }

    /* checkout page css end */
    /****** inner-page css end *******/
}

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

    /* header-css start */
    .header-top .top-social-links {
        padding: 10px 10px;
        width: 55%;
    }

    .top-social-links ul.social-links li {
        padding: 0 6px;
    }

    .top-social-links .top-contact-phone p {
        font-size: 14px;
    }

    .top-social-links .top-contact-phone p a {
        font-size: 15px;
    }

    .header-top .header-logo-area {
        padding: 20px 20px 10px;
        align-items: center;
    }

    .header-top .header-logo-area .search-area-field {
        margin: 0 auto;
    }

    .header-top .header-logo-area .search-area-field form {
        justify-content: center;
    }

    .header-logo-area .search-area-field input {
        width: 70%;
    }

    .header-top .header-logo-area a.navbar-brand {
        width: 200px;
        margin: 0;
        display: block;
    }

    .navbar-collapse li.nav-item .droppdown-main ul.drop-firt {
        min-height: 600px;
        max-height: 600px;
        overflow-y: scroll;
    }

    /* header-css end */

    /****** home-page css start *******/
    .banner .slider {
        padding: 120px 0;
        background-position: 51% 100%
    }

    .banner .banner-content span {
        font-size: 18px;
    }

    .banner .banner-content h2 {
        font-size: 30px;
        margin: 0 auto 20px;
        line-height: 40px;
    }

    .banner .banner-content .banner-btn a {
        height: 50px;
        padding: 0;
        font-size: 16px;
        width: 130px;
    }

    .innerbanner-sec-wrap .banner-content h2 {
        font-size: 45px;
        line-height: 52px;
    }

    section.financing-sec-wrap {
        padding: 50px 0 0;
    }

    .finacne-item-box {
        align-items: center;
    }

    .finacne-item-box h4 {
        font-size: 16px;
        margin: 0;
    }

    section.brand-sec-wrap {
        padding: 50px 0;
    }

    .brand-sec-wrap .sec-title-main h2 {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 25px 0;
        text-align: center;
    }

    section.collection-sec-wrap {
        padding: 30px 0;
    }

    .collection-sec-wrap .collection-content .nav .nav-item {
        margin: 0 10px 5px;
    }

    .collection-sec-wrap .collection-content .nav .nav-item .nav-link {
        width: auto;
    }

    .collection-sec-wrap .collection-content .nav .nav-item .nav-link.active {
        width: auto;
    }

    .collection-sec-wrap .tab-content .collect-card .collect-img {
        width: auto;
        height: auto;
        margin: auto;
    }

    .collection-sec-wrap .tab-content .collect-card .collect-img img {
        min-width: 100%;
        max-width: 100% !important;
        min-height: 200px;
        max-height: 200px !important;
        object-fit: contain;
    }

    .collection-sec-wrap .collection-heading h2 {
        font-size: 40px;
        line-height: 50px;
        text-align: center;
    }

    .collection-sec-wrap .tab-content {
        padding: 20px 10px;
    }

    .collection-sec-wrap .tab-content .collect-card {
        margin: 0 0 30px;
    }

    .collection-sec-wrap .tab-content .collect-card .card-content h2 {
        min-height: 50px;
        max-height: 50px;
    }

    .shop-sec-wrap {
        padding: 50px 0;
    }

    .shop-sec-wrap .shop h2 {
        font-size: 42px;
        line-height: 50px;
    }

    .catogery-sec-wrap {
        padding: 50px 0;
    }

    .catogery-sec-wrap h2 {
        font-size: 28px;
        line-height: 35px;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .catogery-sec-wrap .catogery-card {
        margin: 0 0 30px;
    }

    .catogery-sec-wrap .catogery-card .catogery-img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .catogery-sec-wrap .catogery-card .catogery-img img {
        min-width: 100%;
        max-width: 100%;
        transition: all .5s ease-in-out;
        min-height: 200px;
        max-height: 200px;
        object-fit: contain;
    }

    .blog-sec-wrap {
        padding: 50px 0;
    }

    .blog-sec-wrap .blog-card {
        margin: 0 0 50px;
    }

    .blog-sec-wrap .heading-content h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .shipping-sec-wrap .shipping {
        margin: 0 0 30px 0;
    }

    .shipping-sec-wrap .shipping-list {
        justify-content: space-evenly;
    }

    .shipping-sec-wrap .shipping .shipping-content h2 {
        font-size: 18px;
    }

    .shipping-sec-wrap .shipping {
        width: auto;
    }

    .shipping-sec-wrap .shipping .shipping-img img {
        min-width: 100%;
        max-width: 100%;
        min-height: 70px;
        max-height: 70px;
        object-fit: contain;
    }

    .shipping-sec-wrap .shipping .shipping-content {
        padding: 15px 0 0 0;
    }

    footer .footer-top .footer-content-botom ul li p {
        font-size: 14px;
    }

    footer .footer-top .footer-content-botom ul li p i {
        font-size: 14px;
    }

    footer .footer-top .footer-content-botom ul li a {
        font-size: 14px;
    }

    /****** home-page css start *******/

    /****** inner-page css start *******/
    .innerbanner-sec-wrap {
        padding: 150px 0;
    }

    .blog-sec-wrap .blog-card .blog-content h2 {
        min-height: 66px;
        max-height: 66px;
        font-size: 16px;
        line-height: 21px;
    }

    /* about-page-css */
    .about-sec-wrap {
        padding: 50px 0;
    }

    .about-sec-wrap .about-card {
        margin: 0 5px;
    }

    .about-sec-wrap .about-card .card-logo {
        width: auto;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .about-sec-wrap .about-card .card-logo img {
        padding: 20px;
        border-radius: 100%;
        min-width: 85px;
        max-width: 85px;
        min-height: 85px;
        max-height: 85px;
        object-fit: contain;
    }

    .about-sec-wrap .about-card .card-title h2 {
        font-size: 20px;
    }

    .about-sec-wrap .about-card .card-content {
        padding: 40px 30px;
    }

    .about-sec-wrap .about-card .card-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .chose-sec-wrap .chose-content h2 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 20px 0;
    }

    .chose-sec-wrap .choose-img {
        text-align: center;
        width: auto;
        margin: 20px 0;
    }

    .chose-sec-wrap .choose-img img {
        position: relative;
        min-width: 100%;
        z-index: 999;
        max-width: 100%;
        min-height: 350px;
        max-height: 350px;
        object-fit: contain;
    }

    .chose-sec-wrap {
        margin: 0 0 200px 0;
    }

    .chose-sec-wrap .choose-bottom {
        bottom: -170px;
    }

    /* about-page-css */
    /* contact-us page css */
    section.contact-sec-wrap {
        padding: 70px 0;
    }

    .contact-sec-wrap .heading-content h2 {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 0 0;
    }

    .contact-sec-wrap .contact-info-box i {
        font-size: 30px;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .contact-sec-wrap .contact-info-box {
        margin: 0 0 70px 0;
    }

    .contact-sec-wrap .contact-form-main .contact-form-img img {
        min-width: 100%;
        max-width: 100%;
        min-height: 556px;
        max-height: 556px;
    }

    .contact-sec-wrap .contact-form-main {
        margin: 0;
    }

    /* contact-us page css */
    /* blog-detail page css start */
    section.blog-detail-wrap {
        padding: 50px 0;
    }

    .blog-detail-data .blog-detail-content h4 {
        font-size: 28px;
        line-height: 35px;
    }

    .blog-detail-data .blog-detail-content ul {
        margin: 20px 0;
    }

    .blog-detail-data img {
        margin: 0 0 40px 0;
        min-width: 100%;
        max-width: 100%;
        min-height: 350px;
        max-height: 350px;
        object-fit: contain;
    }

    .blog-detail-data .blog-detail-content p strong {
        font-size: 20px;
        color: #077a9c;
        line-height: 30px;
    }

    /* blog-detail page css end */

    /* shop-detail page css start */
    section.product-detail-wrap {
        padding: 60px 0;
    }

    .product-detail-wrap .slider-main .mySwiper2 .swiper-slide .img_producto_container {
        height: 400px;
    }

    .product-detail-wrap .slider-main .mySwiper .sm-wrapper .swiper-slide .sm-img {
        padding: 0;
    }

    .product-detail-wrap .slider-main .navs {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        gap: 10px;
        bottom: auto;
        height: auto;
        margin: 5px 0 0 0;
        opacity: 1;
        visibility: visible;
    }

    .product-detail-wrap .slider-main .mySwiper .sm-wrapper .swiper-slide .sm-img img {
        min-height: 95px;
        max-height: 95px;
        object-fit: cover;
    }

    .product-detail-content .product-content-head h2 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 15px 0;
    }

    .product-detail-content .product-disc ul li.first {
        width: auto;
        margin: 0 20px 0 0;
    }

    .product-shipping-box .shipping-list {
        justify-content: space-around;
    }

    .product-shipping-box .shipping {
        margin: 0 10px 0 0;
    }

    .product-detail-content .product-content-head table tbody tr {
        border: 1px solid #000;
    }

    .product-detail-content .product-content-head table tbody tr td {
        border: 1px solid #000;
        font-size: 14px;
        padding: 3px 10px;
    }

    .product-detail-content .product-content-head p {
        margin: 0 0 10px 0;
    }

    .acces-sec-wrap .head {
        margin: 30px 0 0 0;
    }

    .acces-sec-wrap .head h6 {
        font-size: 24px;
        line-height: 25px;
    }

    .acces-sec-wrap .related-products .owl-stage-outer {
        padding: 10px 0;
    }

    .acces-sec-wrap .rlt-crd {
        padding: 20px 20px 20px 20px;
    }

    .acces-sec-wrap .rlt-crd .img .thumb {
        min-height: 200px;
        max-height: 200px;
        object-fit: contain;
        object-position: center;
    }

    .acces-sec-wrap .rlt-crd .desc {
        min-height: 50px;
        max-height: 50px;
        margin: 10px 0;
    }

    .acces-sec-wrap .rlt-crd .desc h2 {
        font-size: 14px;
        line-height: 16px;
    }

    .acces-sec-wrap .acces-tabs .nav {
        justify-content: center;
        padding: 6px 0;
    }

    .acces-sec-wrap .acces-tabs .nav .nav-item {
        margin: 0 5px 5px 0 !important;
    }

    .acces-sec-wrap .acces-tabs .nav .nav-item .nav-link {
        font-size: 15px !important;
    }

    .acces-sec-wrap .acces-tabs .acces-para p {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 15px 0;
        padding: 0;
    }

    .acces-sec-wrap .acces-tabs .access-list ul li a {
        font-size: 15px;
        line-height: 20px;
    }

    .acces-sec-wrap .acces-tabs .access-content strong {
        font-size: 18px;
        line-height: 25px;
    }

    .acces-sec-wrap .acces-tabs .acces-para ul li {
        margin: 0 0 5px 30px;
        font-size: 15px;
        line-height: 20px;
    }

    .acces-sec-wrap .acces-tabs .acces-para h3 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 5px 0;
        padding: 0;
    }

    .acces-sec-wrap .acces-tabs .acces-para .review-content .review-main-box {
        min-height: auto;
        max-height: 270px;
        overflow-y: scroll;
        padding: 0 10px;
    }

    .acces-sec-wrap .acces-tabs .acces-table table tbody tr {
        border: 1px solid #000;
    }

    .acces-sec-wrap .acces-tabs .acces-table table tbody tr td {
        border: 1px solid #000;
    }

    .acces-sec-wrap .acces-tabs .access-content ul li {
        font-size: 15px;
        line-height: 20px;
        color: #003242;
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        margin: 0 0 5px 0;
        list-style: disc;
    }

    .acces-sec-wrap .acces-tabs .acces-para table tbody tr {
        border: 1px solid #000;
    }

    .acces-sec-wrap .acces-tabs .acces-para table tbody tr td {
        border: 1px solid #000;
        padding: 3px 10px;
    }

    .acces-sec-wrap .acces-tabs .acces-table .acf-content strong {
        font-size: 20px;
        line-height: 22px;
    }

    .acces-sec-wrap .acces-tabs .acces-table .acf-content p {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 1px;
        word-spacing: 1px;
        margin: 10px 0 0 0;
    }

    .acces-sec-wrap .acces-tabs .acces-table .tablepress tr th {
        font-size: 18px;
        line-height: 30px;
    }

    .acces-sec-wrap .acces-tabs .acces-table .tablepress tr td {
        font-size: 15px;
        line-height: 19px;
    }

    .acces-sec-wrap .acces-tabs .access-content table tbody tr td {
        padding: 10px 10px;
        font-size: 14px;
        line-height: 19px;
    }

    .acces-sec-wrap .acces-tabs .access-content table thead tr th {
        padding: 10px 10px;
        font-size: 16px;
        line-height: 22px;
    }

    .acces-sec-wrap .acces-tabs .acces-table table tbody tr th {
        padding: 10px;
    }

    .acces-sec-wrap .acces-tabs .acces-table ul li {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 5px 0;
    }

    .product-detail-content .shipping-detail-box p {
        font-size: 14px;
    }

    .product-detail-content .product-content-head table {
        width: 100%;
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    /* shop-detail page css end */
    /* checkout page css start */
    .checkout-sec-wrap .product-info {
        padding: 30px 20px;
        margin-top: 15px;
    }

    .checkout-sec-wrap .select-payment .accordion-item .accordion-body .acc-input {
        flex-direction: column;
    }

    .checkout-sec-wrap .select-payment .accordion-item .accordion-body .acc-input .form-group {
        width: 100%;
    }

    .checkout-sec-wrap .select-payment .payment-btn .btn-pay {
        font-size: 15px;
    }

    .checkout-sec-wrap .select-payment .accordion-item .form-check {
        flex-wrap: nowrap;
    }

    /* checkout page css end */

    /****** inner-page css end *******/
}

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

    /* header-css start */
    .header-top {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .header-top .top-social-links {
        padding: 10px 30px;
        width: 100%;
        justify-content: space-between;
    }

    .header-top .top-social-links::before {
        display: none;
    }

    .header-top .header-logo-area {
        display: flex;
        padding: 15px 15px 15px 0;
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
    }

    .header-top .header-logo-area a.navbar-brand {
        width: 100%;
        margin: 0;
    }

    .header-logo-area a.navbar-brand img {
        min-width: 90px;
        max-width: 90px;
        display: block;
        margin: 0 auto;
    }

    .header-top .header-logo-area .search-area-field {
        margin: 10px 0 0 0;
    }

    .header-logo-area .search-area-field input {
        width: 100%;
    }

    .header-top .header-logo-area .menu-setting {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-top .header-logo-area .menu-setting .navbar-toggler {
        color: #fff;
    }

    .header-top .header-logo-area .menu-setting .navbar-toggler:focus {
        box-shadow: none;
    }

    .header-top .header-logo-area .search-area-field form {
        width: 70%;
        margin: 0 auto;
    }

    .header-top .header-logo-area .menu-setting .navbar-toggler .navbar-toggler-icon {
        display: flex;
        align-items: center;
    }

    .navbar-collapse ul.navbar-nav li.nav-item .droppdown-main {
        position: inherit;
    }

    .navbar-collapse li.nav-item .droppdown-main ul.drop-firt {
        min-height: 400px;
        max-height: 400px;
        overflow-y: scroll;
    }

    .navbar-collapse li.nav-item .droppdown-main ul.drop-firt li.nav-item-child a.nav-link-child {
        font-size: 16px;
    }

    .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.active {
        border-bottom: none;
        padding: 0;
    }

    .navbar-collapse ul.navbar-nav li.nav-item {
        margin: 10px 0;
    }

    .navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover {
        border-bottom: none;
        padding: 0;
        border: none;
    }

    .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
        padding: 0;
        border: none;
    }

    .navbar-collapse li.nav-item .droppdown-main ul.drop-firt li.nav-item-child .dropdown-menu {
        min-height: 300px;
        max-height: 300px;
        overflow-y: scroll;
    }

    /* header-css end */
    /****** home-page css start *******/
    .banner .slider {
        padding: 75px 0 75px;
        background-position: 51% 100%
    }

    .banner .banner-content span {
        font-size: 18px;
    }

    .banner .banner-content h2 {
        font-size: 30px;
        margin: 0 auto 20px;
        line-height: 40px;
    }

    .banner .banner-content .banner-btn a {
        height: 50px;
        padding: 0;
        font-size: 16px;
        width: 130px;
    }

    section.financing-sec-wrap {
        padding: 50px 0 0;
    }

    .finacne-item-box {
        margin: 0 0 20px;
    }

    section.brand-sec-wrap {
        padding: 50px 0;
    }

    .brand-sec-wrap .sec-title-main h2 {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 25px 0;
        text-align: center;
    }

    section.collection-sec-wrap {
        padding: 30px 0;
    }

    .collection-sec-wrap .collection-content .nav .nav-item {
        margin: 0 10px 5px;
    }

    .collection-sec-wrap .collection-content .nav .nav-item .nav-link {
        width: auto;
    }

    .collection-sec-wrap .collection-content .nav .nav-item .nav-link.active {
        width: auto;
    }

    .collection-sec-wrap .tab-content .collect-card .collect-img {
        width: auto;
        height: auto;
        margin: auto;
    }

    .collection-sec-wrap .tab-content .collect-card .collect-img img {
        min-width: 100%;
        max-width: 100% !important;
        min-height: 200px;
        max-height: 200px !important;
        object-fit: contain;
    }

    .collection-sec-wrap .collection-heading h2 {
        font-size: 40px;
        line-height: 50px;
        text-align: center;
    }

    .collection-sec-wrap .tab-content {
        padding: 20px 10px;
    }

    .collection-sec-wrap .tab-content .collect-card {
        margin: 0 0 30px;
    }

    .collection-sec-wrap .tab-content .collect-card .card-content h2 {
        min-height: 50px;
        max-height: 50px;
    }

    .shop-sec-wrap {
        padding: 50px 0;
    }

    .shop-sec-wrap .shop h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .catogery-sec-wrap {
        padding: 50px 0;
    }

    .catogery-sec-wrap h2 {
        font-size: 28px;
        line-height: 35px;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .catogery-sec-wrap .catogery-card {
        margin: 0 20px 30px;
    }

    .catogery-sec-wrap .catogery-card .catogery-img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .catogery-sec-wrap .catogery-card .catogery-img img {
        min-width: 100%;
        max-width: 100%;
        transition: all .5s ease-in-out;
        min-height: 200px;
        max-height: 200px;
        object-fit: contain;
    }

    .blog-sec-wrap {
        padding: 50px 0;
    }

    .blog-sec-wrap .blog-card {
        margin: 0 0 50px;
    }

    .blog-sec-wrap .heading-content h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .shipping-sec-wrap .shipping {
        margin: 0 0 30px 0;
    }

    .shipping-sec-wrap .shipping-list {
        justify-content: space-evenly;
    }

    .shipping-sec-wrap .shipping .shipping-content h2 {
        font-size: 18px;
    }

    .shipping-sec-wrap .shipping {
        width: auto;
    }

    .shipping-sec-wrap .shipping .shipping-img img {
        min-width: 100%;
        max-width: 100%;
        min-height: 70px;
        max-height: 70px;
        object-fit: contain;
    }

    .shipping-sec-wrap .shipping .shipping-content {
        padding: 15px 0 0 0;
    }

    footer {
        padding: 50px 0;
    }

    /****** home-page css start *******/

    /****** inner-page css start *******/
    .innerbanner-sec-wrap {
        padding: 130px 0;
    }

    .blog-sec-wrap .blog-card .blog-content h2 {
        font-size: 16px;
    }

    /****** inner-page css end *******/

    /* about-page-css */
    .about-sec-wrap {
        padding: 50px 0;
    }

    .about-sec-wrap .about-card {
        margin: 0 0 75px;
    }

    .about-sec-wrap .about-card .card-title h2.first::after {
        display: none;
    }

    .about-sec-wrap .about-card .card-title h2.mid::before {
        display: none;
    }

    .about-sec-wrap .about-card .card-logo {
        width: auto;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .about-sec-wrap .about-card .card-logo img {
        padding: 20px;
        border-radius: 100%;
        min-width: 85px;
        max-width: 85px;
        min-height: 85px;
        max-height: 85px;
        object-fit: contain;
    }

    .about-sec-wrap .about-card .card-title {
        margin: 20px 0 0 0;
        padding: 15px 0;
        height: inherit;
    }

    .about-sec-wrap .about-card .card-title h2 {
        font-size: 22px;
        line-height: 24px;
        margin: 0;
    }

    .about-sec-wrap .about-card .card-content {
        padding: 40px 30px;
    }

    .about-sec-wrap .about-card .card-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .chose-sec-wrap .chose-content h2 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 20px 0;
    }

    .chose-sec-wrap .choose-img {
        text-align: center;
        width: auto;
        margin: 20px 0;
    }

    .chose-sec-wrap .choose-img img {
        position: relative;
        min-width: 100%;
        z-index: 999;
        max-width: 100%;
        min-height: 300px;
        max-height: 300px;
        object-fit: contain;
    }

    .chose-sec-wrap {
        margin: 0 0 200px 0;
    }

    .chose-sec-wrap .choose-bottom {
        bottom: -230px;
    }

    /* about-page-css */
    /* contact-us page css */
    section.contact-sec-wrap {
        padding: 70px 0;
    }

    .contact-sec-wrap .heading-content h2 {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 0 0;
    }

    .contact-sec-wrap .contact-info-box i {
        font-size: 30px;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .contact-sec-wrap .contact-info-box {
        margin: 0 0 70px 0;
    }

    .contact-sec-wrap .contact-form-main .contact-form-img img {
        min-width: 100%;
        max-width: 100%;
        min-height: 300px;
        max-height: 300px;
        object-fit: cover;
        object-position: top;
    }

    .contact-sec-wrap .contact-form-main {
        margin: 0;
    }

    /* contact-us page css */
    /* products-brand css start */
    section.products-diog-wrap {
        padding: 70px 0;
    }

    section.products-diog-wrap .product-listing-sidebar {
        margin: 30px 0;
    }

    /* products-brand css end */
    /* listing-product css  */
    section.product-listing-wrap {
        padding: 70px 0;
    }

    .product-listing-wrap .product-listing-sidebar {
        margin: 30px 15px;
    }

    /* listing-product css  */
    /* blog-detail page css start */
    section.blog-detail-wrap {
        padding: 50px 0;
    }

    .blog-detail-data .blog-detail-content h4 {
        font-size: 28px;
        line-height: 35px;
    }

    .blog-detail-data .blog-detail-content ul {
        margin: 20px 0;
    }

    .blog-detail-data img {
        margin: 0 0 40px 0;
        min-width: 100%;
        max-width: 100%;
        min-height: 300px;
        max-height: 300px;
        object-fit: contain;
    }

    .blog-detail-data .blog-detail-content p strong {
        font-size: 20px;
        color: #077a9c;
        line-height: 30px;
    }

    .innerbanner-sec-wrap .banner-content h2 {
        font-size: 42px;
        line-height: 50px;
    }

    /* blog-detail page css end */
    /* shop-detail page css start */
    section.product-detail-wrap {
        padding: 60px 0;
    }

    .product-detail-wrap .slider-main {
        gap: 10px;
        margin: 0 0 30px 0;
    }

    .product-detail-wrap .slider-main .mySwiper2 .swiper-slide .img_producto_container {
        height: 350px;
    }

    .product-detail-wrap .slider-main .mySwiper .sm-wrapper .swiper-slide .sm-img {
        padding: 0;
    }

    .product-detail-wrap .slider-main .navs {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        gap: 10px;
        bottom: auto;
        height: auto;
        margin: 5px 0 0 0;
        opacity: 1;
        visibility: visible;
    }

    .product-detail-wrap .slider-main .mySwiper .sm-wrapper .swiper-slide .sm-img img {
        min-height: 95px;
        max-height: 95px;
        object-fit: cover;
    }

    .product-detail-content .product-content-head h2 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 15px 0;
    }

    .product-detail-content .product-disc ul li.first {
        width: auto;
        margin: 0 20px 0 0;
    }

    .product-shipping-box .shipping-list {
        justify-content: space-around;
    }

    .product-shipping-box .shipping {
        margin: 0 10px 0 0;
    }

    .product-detail-content .product-content-head table tbody tr {
        border: 1px solid #000;
    }

    .product-detail-content .product-content-head table tbody tr td {
        border: 1px solid #000;
        font-size: 14px;
        padding: 3px 10px;
    }

    .product-detail-content .product-content-head p {
        margin: 0 0 10px 0;
    }

    .acces-sec-wrap .head {
        margin: 30px 0 0 0;
    }

    .acces-sec-wrap .head h6 {
        font-size: 24px;
        line-height: 25px;
    }
    .acces-sec-wrap .related-products .owl-nav{
        position: initial;
        gap: 10px;
        justify-content: center;
        display: flex !important;
    }
    .acces-sec-wrap .related-products .owl-nav .owl-prev, .acces-sec-wrap .related-products .owl-nav .owl-next{
        position: inherit;
    }
    .acces-sec-wrap .related-products .owl-stage-outer {
        padding: 10px 0;
    }

    .acces-sec-wrap .rlt-crd {
        padding: 20px 20px 20px 20px;
    }

    .acces-sec-wrap .rlt-crd .img .thumb {
        min-height: 200px;
        max-height: 200px;
        object-fit: contain;
        object-position: center;
    }

    .acces-sec-wrap .rlt-crd .desc {
        min-height: 50px;
        max-height: 50px;
        margin: 10px 0;
    }

    .acces-sec-wrap .rlt-crd .desc h2 {
        font-size: 14px;
        line-height: 16px;
    }

    .acces-sec-wrap .acces-tabs .nav {
        justify-content: center;
        padding: 6px 0;
    }

    .acces-sec-wrap .acces-tabs .nav .nav-item {
        margin: 0 5px 5px 0 !important;
    }

    .acces-sec-wrap .acces-tabs .nav .nav-item .nav-link {
        font-size: 15px !important;
    }

    .acces-sec-wrap .acces-tabs .acces-para p {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 15px 0;
        padding: 0;
    }

    .acces-sec-wrap .acces-tabs .access-list ul li a {
        font-size: 15px;
        line-height: 20px;
    }

    .acces-sec-wrap .acces-tabs .access-content strong {
        font-size: 18px;
        line-height: 25px;
    }

    .acces-sec-wrap .acces-tabs .acces-para ul li {
        margin: 0 0 5px 30px;
        font-size: 15px;
        line-height: 20px;
    }

    .acces-sec-wrap .acces-tabs .acces-para h3 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 5px 0;
        padding: 0;
    }

    .acces-sec-wrap .acces-tabs .acces-para .review-content .review-main-box {
        min-height: auto;
        max-height: 270px;
        overflow-y: scroll;
        padding: 0 10px;
    }

    .acces-sec-wrap .acces-tabs .acces-table table tbody tr {
        border: 1px solid #000;
    }

    .acces-sec-wrap .acces-tabs .acces-table table tbody tr td {
        border: 1px solid #000;
    }

    .acces-sec-wrap .acces-tabs .access-content ul li {
        font-size: 15px;
        line-height: 20px;
        color: #003242;
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        margin: 0 0 5px 0;
        list-style: disc;
    }

    .acces-sec-wrap .acces-tabs .acces-para table tbody tr {
        border: 1px solid #000;
    }

    .acces-sec-wrap .acces-tabs .acces-para table tbody tr td {
        border: 1px solid #000;
        padding: 3px 10px;
    }

    .acces-sec-wrap .acces-tabs .acces-table .acf-content strong {
        font-size: 20px;
        line-height: 22px;
    }

    .acces-sec-wrap .acces-tabs .acces-table .acf-content p {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 1px;
        word-spacing: 1px;
        margin: 10px 0 0 0;
    }

    .acces-sec-wrap .acces-tabs .acces-table .tablepress tr th {
        font-size: 18px;
        line-height: 30px;
    }

    .acces-sec-wrap .acces-tabs .acces-table .tablepress tr td {
        font-size: 15px;
        line-height: 19px;
    }

    .acces-sec-wrap .acces-tabs .access-content table tbody tr td {
        padding: 10px 10px;
        font-size: 14px;
        line-height: 19px;
    }

    .acces-sec-wrap .acces-tabs .access-content table thead tr th {
        padding: 10px 10px;
        font-size: 16px;
        line-height: 22px;
    }

    .acces-sec-wrap .acces-tabs .acces-table table tbody tr th {
        padding: 10px;
    }

    .acces-sec-wrap .acces-tabs .acces-table ul li {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 5px 0;
    }

    /* shop-detail page css end */
    /* cart page css start */
    .cart-sec-wrap .coupon-mian a.btn {
        padding: 0;
        font-size: 14px;
        margin: 0 auto;
        height: 45px;
        width: 220px;
    }

    .cart-sec-wrap .coupon-mian a.btn-cart {
        padding: 0;
        font-size: 14px;
        margin: 0 auto;
        height: 45px;
        width: 220px;
    }

    .cart-sec-wrap .coupon-mian a.left i {
        font-size: 12px;
    }

    .cart-sec-wrap .coupon-mian a.right i {
        font-size: 12px;
    }

    .cart-sec-wrap .table {
        width: 100%;
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    .cart-sec-wrap {
        padding: 100px 0;
    }

    /* cart page css end */
}

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

    /* header-css start */
    .header-top {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .header-top .top-social-links {
        padding: 10px 20px;
        width: 100%;
        justify-content: space-between;
    }

    .top-social-links ul.social-links li {
        padding: 0 10px;
    }

    .header-top .top-social-links::before {
        display: none;
    }

    .top-social-links .top-contact-phone p {
        font-size: 16px;
    }

    .top-social-links .top-contact-phone p a {
        font-size: 16px;
    }

    .header-top .header-logo-area {
        display: flex;
        padding: 15px 15px 15px 0;
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
    }

    .header-top .header-logo-area a.navbar-brand {
        width: 100%;
        margin: 0;
    }

    .header-logo-area a.navbar-brand img {
        min-width: 80px;
        max-width: 80px;
        display: block;
        margin: 0 auto;
    }

    .header-top .header-logo-area .search-area-field {
        margin: 10px 0 0 0;
    }

    .header-logo-area .search-area-field input {
        width: 100%;
    }

    .header-top .header-logo-area .menu-setting {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-top .header-logo-area .menu-setting .navbar-toggler {
        color: #fff;
    }

    .header-top .header-logo-area .menu-setting .navbar-toggler:focus {
        box-shadow: none;
    }

    .header-top .header-logo-area .menu-setting .navbar-toggler .navbar-toggler-icon {
        display: flex;
        align-items: center;
    }

    .navbar-collapse ul.navbar-nav li.nav-item .droppdown-main {
        position: inherit;
    }

    .navbar-collapse li.nav-item .droppdown-main ul.drop-firt {
        display: block;
        min-height: 400px;
        max-height: 400px;
        overflow-y: scroll;
    }

    .navbar-collapse li.nav-item .droppdown-main ul.drop-firt li.nav-item-child {
        width: 100%;
    }

    .navbar-collapse li.nav-item .droppdown-main ul.drop-firt li.item-sub {
        width: 100%;
    }

    .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.active {
        border-bottom: none;
        padding: 0;
    }

    .navbar-collapse ul.navbar-nav li.nav-item {
        margin: 10px 0;
    }

    .navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover {
        border-bottom: none;
        padding: 0;
        border: none;
    }

    .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
        padding: 0;
        border: none;
    }

    .navbar-collapse li.nav-item .droppdown-main ul.drop-firt li.nav-item-child .dropdown-menu {
        min-height: 300px;
        max-height: 300px;
        overflow-y: scroll;
    }

    /* header-css end */
    /****** home-page css start *******/
    .banner .slider {
        padding: 75px 0 75px;
        background-position: 51% 100%
    }

    .banner .banner-content span {
        font-size: 18px;
    }

    .banner .banner-content h2 {
        font-size: 30px;
        margin: 0 auto 20px;
        line-height: 40px;
    }

    .banner .banner-content .banner-btn a {
        height: 50px;
        padding: 0;
        font-size: 16px;
        width: 130px;
    }

    section.financing-sec-wrap {
        padding: 50px 0 0;
    }

    .finacne-item-box {
        margin: 0 0 20px;
    }

    section.brand-sec-wrap {
        padding: 50px 0;
    }

    .brand-sec-wrap .sec-title-main h2 {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 25px 0;
        text-align: center;
    }

    section.collection-sec-wrap {
        padding: 30px 0;
    }

    .collection-sec-wrap .collection-content .nav .nav-item {
        margin: 0 10px 5px;
    }

    .collection-sec-wrap .collection-content .nav .nav-item .nav-link {
        width: auto;
    }

    .collection-sec-wrap .collection-content .nav .nav-item .nav-link.active {
        width: auto;
    }

    .collection-sec-wrap .tab-content .collect-card .collect-img {
        width: auto;
        height: auto;
        margin: auto;
    }

    .collection-sec-wrap .tab-content .collect-card .collect-img img {
        min-width: 100%;
        max-width: 100% !important;
        min-height: 200px;
        max-height: 200px !important;
        object-fit: contain;
    }

    .collection-sec-wrap .collection-heading h2 {
        font-size: 40px;
        line-height: 50px;
        text-align: center;
    }

    .collection-sec-wrap .tab-content {
        padding: 20px 10px;
    }

    .collection-sec-wrap .tab-content .collect-card {
        margin: 0 0 30px;
    }

    .collection-sec-wrap .tab-content .collect-card .card-content h2 {
        min-height: 50px;
        max-height: 50px;
    }

    .shop-sec-wrap {
        padding: 50px 0;
    }

    .shop-sec-wrap .shop h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .catogery-sec-wrap {
        padding: 50px 0;
    }

    .catogery-sec-wrap h2 {
        font-size: 28px;
        line-height: 35px;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .catogery-sec-wrap .catogery-card {
        margin: 0 0 30px;
    }

    .catogery-sec-wrap .catogery-card .catogery-img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .catogery-sec-wrap .catogery-card .catogery-img img {
        min-width: 100%;
        max-width: 100%;
        transition: all .5s ease-in-out;
        min-height: 200px;
        max-height: 200px;
        object-fit: contain;
    }

    .blog-sec-wrap {
        padding: 50px 0;
    }

    .blog-sec-wrap .blog-card {
        margin: 0 50px 50px;
    }

    .blog-sec-wrap .heading-content h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .shipping-sec-wrap .shipping {
        margin: 0 0 30px 0;
    }

    .shipping-sec-wrap .shipping-list {
        justify-content: space-evenly;
    }

    .shipping-sec-wrap .shipping .shipping-content h2 {
        font-size: 18px;
    }

    .shipping-sec-wrap .shipping {
        width: auto;
    }

    .shipping-sec-wrap .shipping .shipping-img img {
        min-width: 100%;
        max-width: 100%;
        min-height: 70px;
        max-height: 70px;
        object-fit: contain;
    }

    .shipping-sec-wrap .shipping .shipping-content {
        padding: 15px 0 0 0;
    }

    footer {
        padding: 50px 0;
    }

    footer .footer-top .footer-logo {
        margin: 20px 0;
    }

    footer .footer-top .footer-line {
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
    }

    /****** home-page css start *******/
    /****** inner-page css start *******/
    .innerbanner-sec-wrap {
        padding: 110px 0;
    }

    .innerbanner-sec-wrap .banner-content h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 10px 0;
    }

    /* about-page-css */
    .about-sec-wrap {
        padding: 50px 0;
    }

    .about-sec-wrap .about-content p {
        line-height: 23px;
    }

    .about-sec-wrap .about-card {
        margin: 0 0 75px;
    }

    .about-sec-wrap .about-card .card-title h2.first::after {
        display: none;
    }

    .about-sec-wrap .about-card .card-title h2.mid::before {
        display: none;
    }

    .about-sec-wrap .about-card .card-logo {
        width: auto;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .about-sec-wrap .about-card .card-logo img {
        padding: 20px;
        border-radius: 100%;
        min-width: 85px;
        max-width: 85px;
        min-height: 85px;
        max-height: 85px;
        object-fit: contain;
    }

    .about-sec-wrap .about-card .card-title {
        margin: 20px 0 0 0;
        padding: 15px 0;
        height: inherit;
    }

    .about-sec-wrap .about-card .card-title h2 {
        font-size: 22px;
        line-height: 24px;
        margin: 0;
    }

    .about-sec-wrap .about-card .card-content {
        padding: 40px 30px;
    }

    .about-sec-wrap .about-card .card-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .chose-sec-wrap .chose-content h2 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 20px 0;
    }

    .chose-sec-wrap .choose-img {
        text-align: center;
        width: auto;
        margin: 20px 0;
    }

    .chose-sec-wrap .choose-img img {
        position: relative;
        min-width: 100%;
        z-index: 999;
        max-width: 100%;
        min-height: 250px;
        max-height: 250px;
        object-fit: contain;
    }

    .chose-sec-wrap .choose-bottom {
        bottom: -210px;
    }

    .chose-sec-wrap .choose-bottom .call-banner {
        padding: 30px 10px;
    }

    .chose-sec-wrap .choose-bottom h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 15px 0;
    }

    .chose-sec-wrap .choose-bottom h4 {
        text-align: center;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .chose-sec-wrap .choose-bottom h4 span {
        display: none;
    }

    .chose-sec-wrap .choose-bottom h4 a {
        font-size: 20px;
        line-height: 25px;
    }

    .chose-sec-wrap {
        margin: 0 0 210px 0;
    }

    /* about-page-css */
    /* contact-us page css */
    section.contact-sec-wrap {
        padding: 70px 0;
    }

    .contact-sec-wrap .heading-content h2 {
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 0 0;
    }

    .contact-sec-wrap .contact-info-box i {
        font-size: 30px;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .contact-sec-wrap .contact-info-box {
        margin: 0 0 70px 0;
    }

    .contact-sec-wrap .contact-form-main .contact-form-img img {
        min-width: 100%;
        max-width: 100%;
        min-height: 250px;
        max-height: 250px;
        object-fit: cover;
        object-position: top;
    }

    .contact-sec-wrap .contact-form-main {
        margin: 0;
    }

    /* contact-us page css */
    /* shipping-page css start */
    .privacy-sec-wrap .privacy-content ul {
        margin: 0 20px;
    }

    /* shipping-page css end */
    /* products-brand css start */
    section.products-diog-wrap {
        padding: 50px 0;
    }

    .products-diog-wrap h2 {
        font-size: 30px;
        line-height: 35px;
        margin: 0;
    }

    section.products-diog-wrap .product-listing-sidebar {
        margin: 30px 0;
    }

    /* products-brand css end */

    /* listing-product css  */
    section.product-listing-wrap {
        padding: 50px 0;
    }

    .product-listing-wrap .product-listing-sidebar {
        margin: 30px 15px;
    }

    /* listing-product css  */
    /* blog-detail page css start */
    section.blog-detail-wrap {
        padding: 50px 0;
    }

    .blog-detail-data .blog-detail-content h4 {
        font-size: 28px;
        line-height: 35px;
    }

    .blog-detail-data .blog-detail-content ul {
        margin: 20px 0;
    }

    .blog-detail-data .blog-detail-content p strong {
        font-size: 20px;
        line-height: 24px;
    }

    .blog-detail-data img {
        margin: 0 0 40px 0;
        min-width: 100%;
        max-width: 100%;
        min-height: 250px;
        max-height: 250px;
        object-fit: contain;
    }

    /* blog-detail page css end */
    /* shop-detail page css start */
    section.product-detail-wrap {
        padding: 60px 0;
    }

    .product-detail-wrap .slider-main {
        gap: 10px;
        margin: 0 0 30px 0;
    }

    .product-detail-wrap .slider-main .mySwiper2 .swiper-slide .img_producto_container {
        height: 230px;
    }

    .product-detail-wrap .slider-main .mySwiper .sm-wrapper .swiper-slide .sm-img {
        padding: 0;
    }

    .product-detail-wrap .slider-main .navs {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        gap: 10px;
        bottom: auto;
        height: auto;
        margin: 5px 0 0 0;
        opacity: 1;
        visibility: visible;
    }

    .product-detail-wrap .slider-main .mySwiper .sm-wrapper .swiper-slide .sm-img img {
        min-height: 70px;
        max-height: 70px;
        object-fit: cover;
    }

    .product-detail-content .product-content-head h2 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 15px 0;
    }

    .product-detail-content .shipping-detail-box p {
        font-size: 14px;
        height: 55px;
        line-height: 18px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-detail-content .product-disc ul li.first {
        width: auto;
        margin: 0 20px 0 0;
    }

    .product-shipping-box .shipping-list {
        justify-content: center;
    }

    .product-shipping-box .shipping {
        margin: 0 10px 0 0;
    }

    .product-detail-content .product-content-head table {
        width: 100%;
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    .product-detail-content .product-content-head table tbody tr {
        border: 1px solid #000;
    }

    .product-detail-content .product-content-head table tbody tr td {
        border: 1px solid #000;
    }

    .product-detail-content .product-content-head p {
        margin: 0 0 10px 0;
    }

    .acces-sec-wrap .head {
        margin: 30px 0 0 0;
    }

    .acces-sec-wrap .head h6 {
        font-size: 24px;
        line-height: 25px;
    }

    .acces-sec-wrap .related-products .owl-nav{
        position: initial;
        gap: 10px;
        justify-content: center;
        display: flex !important;
    }
    .acces-sec-wrap .related-products .owl-nav .owl-prev, .acces-sec-wrap .related-products .owl-nav .owl-next{
        position: inherit;
    }

    .acces-sec-wrap .related-products .owl-stage-outer {
        padding: 10px 0;
    }

    .acces-sec-wrap .rlt-crd {
        padding: 20px 20px 20px 20px;
    }

    .acces-sec-wrap .rlt-crd .img .thumb {
        min-height: 200px;
        max-height: 200px;
        object-fit: contain;
        object-position: center;
    }

    .acces-sec-wrap .rlt-crd .desc {
        min-height: 50px;
        max-height: 50px;
        margin: 10px 0;
    }

    .acces-sec-wrap .rlt-crd .desc h2 {
        font-size: 14px;
        line-height: 16px;
    }

    .acces-sec-wrap .acces-tabs .nav {
        justify-content: center;
        padding: 6px 0;
    }

    .acces-sec-wrap .acces-tabs .nav .nav-item {
        margin: 0 5px 5px 0 !important;
    }

    .acces-sec-wrap .acces-tabs .nav .nav-item .nav-link {
        font-size: 15px !important;
    }

    .acces-sec-wrap .acces-tabs .acces-para p {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 15px 0;
        padding: 0;
    }

    .acces-sec-wrap .acces-tabs .access-list ul li a {
        font-size: 15px;
        line-height: 20px;
    }

    .acces-sec-wrap .acces-tabs .access-content strong {
        font-size: 18px;
        line-height: 25px;
    }

    .acces-sec-wrap .acces-tabs .acces-para ul li {
        margin: 0 0 5px 30px;
        font-size: 15px;
        line-height: 20px;
    }

    .acces-sec-wrap .acces-tabs .acces-para h3 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 5px 0;
        padding: 0;
    }

    .acces-sec-wrap .acces-tabs .acces-para .review-content .review-main-box {
        min-height: auto;
        max-height: 210px;
        overflow-y: scroll;
        padding: 0 10px;
    }

    .acces-sec-wrap .acces-tabs .acces-table table {
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    .acces-sec-wrap .acces-tabs .acces-table table tbody tr {
        border: 1px solid #000;
    }

    .acces-sec-wrap .acces-tabs .acces-table table tbody tr td {
        border: 1px solid #000;
    }

    .acces-sec-wrap .acces-tabs .access-content ul li {
        font-size: 15px;
        line-height: 20px;
        color: #003242;
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        margin: 0 0 5px 0;
        list-style: disc;
    }

    .acces-sec-wrap .acces-tabs .access-content table {
        width: 100% !important;
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    .acces-sec-wrap .acces-tabs .acces-para table {
        width: 100%;
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    .acces-sec-wrap .acces-tabs .acces-para table tbody tr {
        border: 1px solid #000;
    }

    .acces-sec-wrap .acces-tabs .acces-para table tbody tr td {
        border: 1px solid #000;
    }

    .acces-sec-wrap .acces-tabs .acces-table .acf-content strong {
        font-size: 20px;
        line-height: 22px;
    }

    .acces-sec-wrap .acces-tabs .acces-table .acf-content p {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 1px;
        word-spacing: 1px;
        margin: 10px 0 0 0;
    }

    .acces-sec-wrap .acces-tabs .acces-table .tablepress tr th {
        font-size: 18px;
        line-height: 30px;
    }

    .acces-sec-wrap .acces-tabs .acces-table .tablepress tr td {
        font-size: 15px;
        line-height: 19px;
    }

    .acces-sec-wrap .acces-tabs .access-content table tbody tr td {
        padding: 10px 10px;
        font-size: 14px;
        line-height: 19px;
    }

    .acces-sec-wrap .acces-tabs .access-content table thead tr th {
        padding: 10px 10px;
        font-size: 16px;
        line-height: 22px;
    }

    .acces-sec-wrap .acces-tabs .acces-table table tbody tr th {
        padding: 10px;
    }

    .acces-sec-wrap .acces-tabs .acces-table ul li {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 5px 0;
    }

    /* shop-detail page css end */
    /* cart page css start */
    .cart-sec-wrap .coupon-mian a.btn {
        padding: 0;
        font-size: 14px;
        margin: 0 auto;
        height: 45px;
        width: 220px;
    }

    .cart-sec-wrap .coupon-mian a.btn-cart {
        padding: 0;
        font-size: 14px;
        margin: 0 auto;
        height: 45px;
        width: 220px;
    }

    .cart-sec-wrap .coupon-mian a.left i {
        font-size: 12px;
    }

    .cart-sec-wrap .coupon-mian a.right i {
        font-size: 12px;
    }

    .cart-sec-wrap .table {
        width: 100%;
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    .cart-sec-wrap {
        padding: 100px 0;
    }

    /* cart page css end */
    /* whishlist page css start */
    .whishlist-sec-wrap .table {
        width: 100%;
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    .whishlist-sec-wrap .table tbody tr td img {
        min-width: 80px;
        margin: 0 5px 0 0;
        max-width: 80px;
        min-height: 80px;
        max-height: 80px;
        object-fit: contain;
    }

    .whishlist-sec-wrap .table tbody tr td a {
        font-size: 14px;
    }

    /* whishlist page css end */
    /* checkout page css start */
    .checkout-sec-wrap .product-info {
        padding: 30px 20px;
        margin-top: 15px;
    }

    .checkout-sec-wrap .product-info .product-list {
        min-height: 200px;
        max-height: 200px;
        padding: 0 10px 0 0;
    }

    .checkout-sec-wrap .select-payment .payment-btn .btn-pay {
        font-size: 15px;
    }

    /* checkout page css end */
    /****** inner-page css end *******/
}

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

    /* header-css start */
    .header-top {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .header-top .top-social-links {
        padding: 10px 0;
        width: 100%;
        justify-content: space-around;
    }

    .top-social-links ul.social-links li {
        padding: 0 6px;
    }

    .header-top .top-social-links::before {
        display: none;
    }

    .top-social-links .top-contact-phone p {
        font-size: 12px;
    }

    .top-social-links .top-contact-phone p a {
        font-size: 12px;
    }

    .header-top .header-logo-area {
        display: flex;
        padding: 15px 15px 15px 0;
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
    }

    .header-top .header-logo-area a.navbar-brand {
        width: 100%;
        margin: 0;
    }

    .header-logo-area a.navbar-brand img {
        min-width: 60px;
        max-width: 60px;
        display: block;
        margin: 0 auto;
    }

    .header-top .header-logo-area .search-area-field {
        margin: 10px 0 0 0;
    }

    .header-logo-area .search-area-field input {
        width: 100%;
    }

    .header-top .header-logo-area .menu-setting {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-top .header-logo-area .menu-setting .navbar-toggler {
        color: #fff;
    }

    .header-top .header-logo-area .menu-setting .navbar-toggler:focus {
        box-shadow: none;
    }

    .header-top .header-logo-area .menu-setting .navbar-toggler .navbar-toggler-icon {
        display: flex;
        align-items: center;
    }

    .navbar-collapse ul.navbar-nav li.nav-item .droppdown-main {
        position: inherit;
    }

    .navbar-collapse li.nav-item .droppdown-main ul.drop-firt {
        display: block;
        min-height: 400px;
        max-height: 400px;
        overflow-y: scroll;
        padding: 20px 5px;
    }

    .navbar-collapse li.nav-item .droppdown-main ul.drop-firt li.nav-item-child {
        width: 100%;
        padding: 0 0 0 5px
    }

    .navbar-collapse li.nav-item .droppdown-main ul.drop-firt li.nav-item-child a.nav-link-child {
        font-size: 13px;
    }

    .navbar-collapse li.nav-item .droppdown-main ul.drop-firt li.item-sub {
        width: 100%;
        padding: 0 0 0 5px;
    }

    .navbar-collapse li.nav-item .droppdown-main ul.drop-firt li.item-sub a.link-sub {
        font-size: 13px;
    }

    .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.active {
        border-bottom: none;
        padding: 0;
    }

    .navbar-collapse ul.navbar-nav li.nav-item {
        margin: 10px 0;
    }

    .navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover {
        border-bottom: none;
        padding: 0;
        border: none;
    }

    .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
        padding: 0;
        border: none;
    }

    .navbar-collapse li.nav-item .droppdown-main ul.drop-firt li.nav-item-child .dropdown-menu {
        min-height: 300px;
        max-height: 300px;
        overflow-y: scroll;
    }

    .navbar-collapse ul.navbar-nav {
        padding: 0;
    }

    /* header-css end */

    /****** home-page css start *******/
    .banner .slider {
        padding: 75px 0 75px;
        background-position: 51% 100%
    }

    .banner .banner-content span {
        font-size: 18px;
    }

    .banner .banner-content h2 {
        font-size: 30px;
        margin: 0 auto 20px;
        line-height: 40px;
    }

    .banner .banner-content .banner-btn {
        justify-content: space-around;
    }

    .banner .banner-content .banner-btn a {
        height: 50px;
        padding: 0;
        font-size: 16px;
        margin: 0;
        width: 130px;
    }

    section.financing-sec-wrap {
        padding: 50px 0 0;
    }

    .finacne-item-box {
        margin: 0 0 20px 0;
    }

    section.brand-sec-wrap {
        padding: 50px 0;
    }

    .brand-sec-wrap .sec-title-main h2 {
        font-size: 35px;
        line-height: 45px;
        margin: 0 0 25px 0;
        text-align: center;
    }

    section.collection-sec-wrap {
        padding: 30px 0;
    }

    .collection-sec-wrap .collection-content .nav .nav-item {
        margin: 0 10px 5px;
    }

    .collection-sec-wrap .collection-content .nav .nav-item .nav-link {
        width: auto;
    }

    .collection-sec-wrap .collection-content .nav .nav-item .nav-link.active {
        width: auto;
    }

    .collection-sec-wrap .tab-content .collect-card .collect-img {
        width: auto;
        height: auto;
        margin: auto;
    }

    .collection-sec-wrap .tab-content .collect-card .collect-img img {
        min-width: 100%;
        max-width: 100% !important;
        min-height: 200px;
        max-height: 200px !important;
        object-fit: contain;
    }

    .collection-sec-wrap .collection-heading h2 {
        font-size: 35px;
        line-height: 45px;
        text-align: center;
    }

    .collection-sec-wrap .tab-content {
        padding: 20px 10px;
    }

    .collection-sec-wrap .tab-content .collect-card {
        margin: 0 20px 30px;
    }

    .shop-sec-wrap {
        padding: 50px 0;
    }

    .shop-sec-wrap .shop h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .catogery-sec-wrap {
        padding: 50px 0;
    }

    .catogery-sec-wrap h2 {
        font-size: 25px;
        line-height: 35px;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .catogery-sec-wrap .catogery-card {
        margin: 0 20px 30px;
    }

    .catogery-sec-wrap .catogery-card .catogery-img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }

    .catogery-sec-wrap .catogery-card .catogery-img img {
        min-width: 100%;
        max-width: 100%;
        transition: all .5s ease-in-out;
        min-height: 200px;
        max-height: 200px;
        object-fit: contain;
    }

    .blog-sec-wrap {
        padding: 50px 0;
    }

    .blog-sec-wrap .blog-card {
        margin: 0 10px 50px;
    }

    .blog-sec-wrap .heading-content h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .shipping-sec-wrap .shipping-list {
        justify-content: space-evenly;
    }

    .shipping-sec-wrap .shipping .shipping-content h2 {
        font-size: 15px;
    }

    .shipping-sec-wrap .shipping {
        width: auto;
        margin: 0 6px 15px 0;
    }

    .shipping-sec-wrap .shipping .shipping-img img {
        min-width: 100%;
        max-width: 100%;
        min-height: 50px;
        max-height: 50px;
        object-fit: contain;
    }

    .shipping-sec-wrap .shipping .shipping-content {
        padding: 10px 0 0 0;
    }

    footer {
        padding: 50px 0;
    }

    footer .footer-top .footer-content-botom ul li {
        margin: 0px 0 5px 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    footer .footer-top .footer-content-botom ul li p {
        font-size: 15px;
        margin: 0px;
    }

    footer .footer-top .footer-content-botom ul li p i {
        margin: 0 5px 0 0;
        font-size: 14px;
    }

    footer .footer-top .footer-content-botom ul li a {
        font-size: 14px;
    }

    footer .footer-top .footer-logo {
        margin: 20px 0;
    }

    footer .footer-top .footer-line {
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
    }

    /****** home-page css end *******/

    /****** inner-page css start *******/
    .innerbanner-sec-wrap {
        padding: 90px 0;
    }

    .innerbanner-sec-wrap .banner-content h2 {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 10px 0;
    }

    /* about-page-css */
    .about-sec-wrap {
        padding: 50px 0;
    }

    .about-sec-wrap .about-content {
        width: 88%;
    }

    .about-sec-wrap .about-content h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 10px 0;
    }

    .about-sec-wrap .about-content p {
        line-height: 23px;
    }

    .about-sec-wrap .about-card {
        margin: 0 0 75px;
    }

    .about-sec-wrap .about-card .card-title h2.first::after {
        display: none;
    }

    .about-sec-wrap .about-card .card-title h2.mid::before {
        display: none;
    }

    .about-sec-wrap .about-card .card-logo {
        width: auto;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .about-sec-wrap .about-card .card-logo img {
        padding: 20px;
        border-radius: 100%;
        min-width: 85px;
        max-width: 85px;
        min-height: 85px;
        max-height: 85px;
        object-fit: contain;
    }

    .about-sec-wrap .about-card .card-title {
        margin: 20px 0 0 0;
        padding: 8px 0;
        height: inherit;
    }

    .about-sec-wrap .about-card .card-title h2 {
        font-size: 18px;
        line-height: 24px;
        margin: 0;
    }

    .about-sec-wrap .about-card .card-content {
        padding: 25px 30px;
    }

    .about-sec-wrap .about-card .card-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .chose-sec-wrap .chose-content h2 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 20px 0;
    }

    .chose-sec-wrap .chose-content p {
        font-size: 17px;
        line-height: 25px;
        margin: 0;
    }

    .chose-sec-wrap .choose-img {
        text-align: center;
        width: auto;
        margin: 20px 0;
    }

    .chose-sec-wrap .choose-img img {
        position: relative;
        min-width: 100%;
        z-index: 999;
        max-width: 100%;
        min-height: 200px;
        max-height: 200px;
        object-fit: contain;
    }

    .chose-sec-wrap .choose-bottom {
        position: relative;
        width: 100%;
        bottom: 0;
    }

    .chose-sec-wrap .choose-bottom .call-banner {
        padding: 30px 10px;
    }

    .chose-sec-wrap .choose-bottom h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 15px 0;
    }

    .chose-sec-wrap .choose-bottom h4 {
        text-align: center;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .chose-sec-wrap .choose-bottom h4 span {
        display: none;
    }

    .chose-sec-wrap .choose-bottom h4 a {
        font-size: 20px;
        line-height: 25px;
    }

    .chose-sec-wrap {
        margin: 0 0 50px 0;
    }

    /* about-page-css */

    /* contact-us page css */
    section.contact-sec-wrap {
        padding: 70px 0;
    }

    .contact-sec-wrap .heading-content h2 {
        font-size: 26px;
        line-height: 40px;
        margin: 0 0 0 0;
    }

    .contact-sec-wrap .contact-info-box i {
        font-size: 30px;
        width: 75px;
        height: 75px;
        line-height: 75px;
    }

    .contact-sec-wrap .contact-info-box ul li p {
        font-size: 16px;
    }

    .contact-sec-wrap .contact-info-box ul li a {
        font-size: 15px;
        letter-spacing: 0.4px;
    }

    .contact-sec-wrap .contact-info-box {
        margin: 0 0 70px 0;
    }

    .contact-sec-wrap .contact-form-main .contact-form-img img {
        min-width: 100%;
        max-width: 100%;
        min-height: 200px;
        max-height: 200px;
        object-fit: cover;
        object-position: top;
    }

    .contact-sec-wrap .contact-form-main {
        margin: 0;
    }

    /* contact-us page css */

    /* financing page css */
    .privacy-sec-wrap .privacy-content h2 {
        font-size: 26px;
        line-height: 35px;
    }

    .privacy-sec-wrap .privacy-content h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .privacy-sec-wrap .privacy-content ul {
        margin: 0 20px;
    }

    /* financing page css */

    /* products-brand css start */
    section.products-diog-wrap {
        padding: 50px 0;
    }

    .products-diog-wrap h2 {
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 20px 0;
    }

    section.products-diog-wrap .product-listing-sidebar {
        margin: 30px 15px;
    }

    /* products-brand css end */

    /* listing-product css  */
    section.product-listing-wrap {
        padding: 50px 0;
    }

    .product-listing-wrap .product-listing-sidebar {
        margin: 30px 15px;
    }

    /* listing-product css  */

    /* blog-detail page css start */
    section.blog-detail-wrap {
        padding: 50px 0;
    }

    .blog-detail-data .blog-detail-content h4 {
        font-size: 25px;
        line-height: 32px;
    }

    .blog-detail-data .blog-detail-content ul {
        margin: 15px 0;
    }

    .blog-detail-data .blog-detail-content p strong {
        font-size: 18px;
        line-height: 24px;
    }

    .blog-detail-data img {
        margin: 0 0 40px 0;
        min-width: 100%;
        max-width: 100%;
        min-height: 200px;
        max-height: 200px;
        object-fit: contain;
    }

    /* blog-detail page css end */

    /* shop-detail page css start */
    section.product-detail-wrap {
        padding: 60px 0;
    }

    .product-detail-wrap .slider-main {
        gap: 10px;
        margin: 0 0 30px 0;
    }

    .product-detail-wrap .slider-main .mySwiper2 .swiper-slide .img_producto_container {
        height: 230px;
    }

    .product-detail-wrap .slider-main .mySwiper .sm-wrapper .swiper-slide .sm-img {
        padding: 0;
    }

    .product-detail-wrap .slider-main .navs {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        right: auto;
        gap: 10px;
        bottom: auto;
        height: auto;
        margin: 5px 0 0 0;
        opacity: 1;
        visibility: visible;
    }

    .product-detail-wrap .slider-main .mySwiper .sm-wrapper .swiper-slide .sm-img img {
        min-height: 70px;
        max-height: 70px;
        object-fit: cover;
    }

    .product-detail-content .product-content-head h2 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 15px 0;
    }

    .product-detail-content .shipping-detail-box p {
        font-size: 14px;
        height: 55px;
        line-height: 18px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-detail-content .product-disc ul li.first {
        width: auto;
        margin: 0 20px 0 0;
    }

    .product-shipping-box .shipping-list {
        justify-content: center;
    }

    .product-shipping-box .shipping {
        margin: 0 10px 0 0;
    }

    .product-detail-content .product-content-head table {
        width: 100%;
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    .product-detail-content .product-content-head table tbody tr {
        border: 1px solid #000;
    }

    .product-detail-content .product-content-head table tbody tr td {
        border: 1px solid #000;
    }

    .product-detail-content .product-content-head p {
        margin: 0 0 10px 0;
    }

    .acces-sec-wrap .head {
        margin: 30px 0 0 0;
    }

    .acces-sec-wrap .head h6 {
        font-size: 24px;
        line-height: 25px;
    }
    .acces-sec-wrap .related-products .owl-nav{
        position: initial;
        gap: 10px;
        justify-content: center;
        display: flex !important;
    }
    .acces-sec-wrap .related-products .owl-nav .owl-prev, .acces-sec-wrap .related-products .owl-nav .owl-next{
        position: inherit;
    }

    .acces-sec-wrap .related-products .owl-stage-outer {
        padding: 10px 0;
    }

    .acces-sec-wrap .rlt-crd {
        padding: 20px 20px 20px 20px;
    }

    .acces-sec-wrap .rlt-crd .img .thumb {
        min-height: 200px;
        max-height: 200px;
        object-fit: contain;
        object-position: center;
    }

    .acces-sec-wrap .rlt-crd .desc {
        min-height: 50px;
        max-height: 50px;
        margin: 10px 0;
    }

    .acces-sec-wrap .rlt-crd .desc h2 {
        font-size: 14px;
        line-height: 16px;
    }

    .acces-sec-wrap .acces-tabs .nav {
        justify-content: center;
        padding: 6px 0;
    }

    .acces-sec-wrap .acces-tabs .nav .nav-item {
        margin: 0 5px 5px 0 !important;
    }

    .acces-sec-wrap .acces-tabs .nav .nav-item .nav-link {
        font-size: 15px !important;
    }

    .acces-sec-wrap .acces-tabs .acces-para p {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 15px 0;
        padding: 0;
    }

    .acces-sec-wrap .acces-tabs .access-list ul li a {
        font-size: 15px;
        line-height: 20px;
    }

    .acces-sec-wrap .acces-tabs .access-content strong {
        font-size: 18px;
        line-height: 25px;
    }

    .acces-sec-wrap .acces-tabs .acces-para ul li {
        margin: 0 0 5px 30px;
        font-size: 15px;
        line-height: 20px;
    }

    .acces-sec-wrap .acces-tabs .acces-para h3 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 5px 0;
        padding: 0;
    }

    .acces-sec-wrap .acces-tabs .acces-para .review-content .review-main-box {
        min-height: auto;
        max-height: 210px;
        overflow-y: scroll;
        padding: 0 10px;
    }

    .acces-sec-wrap .acces-tabs .acces-table table {
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    .acces-sec-wrap .acces-tabs .acces-table table tbody tr {
        border: 1px solid #000;
    }

    .acces-sec-wrap .acces-tabs .acces-table table tbody tr td {
        border: 1px solid #000;
    }

    .acces-sec-wrap .acces-tabs .access-content ul li {
        font-size: 15px;
        line-height: 20px;
        color: #003242;
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        margin: 0 0 5px 0;
        list-style: disc;
    }

    .acces-sec-wrap .acces-tabs .access-content table {
        width: 100% !important;
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    .acces-sec-wrap .acces-tabs .acces-para table {
        width: 100%;
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    .acces-sec-wrap .acces-tabs .acces-para table tbody tr {
        border: 1px solid #000;
    }

    .acces-sec-wrap .acces-tabs .acces-para table tbody tr td {
        border: 1px solid #000;
    }

    .acces-sec-wrap .acces-tabs .acces-table .acf-content strong {
        font-size: 20px;
        line-height: 22px;
    }

    .acces-sec-wrap .acces-tabs .acces-table .acf-content p {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 1px;
        word-spacing: 1px;
        margin: 10px 0 0 0;
    }

    .acces-sec-wrap .acces-tabs .acces-table .tablepress tr th {
        font-size: 18px;
        line-height: 30px;
    }

    .acces-sec-wrap .acces-tabs .acces-table .tablepress tr td {
        font-size: 15px;
        line-height: 19px;
    }

    .acces-sec-wrap .acces-tabs .access-content table tbody tr td {
        padding: 10px 10px;
        font-size: 14px;
        line-height: 19px;
    }

    .acces-sec-wrap .acces-tabs .access-content table thead tr th {
        padding: 10px 10px;
        font-size: 16px;
        line-height: 22px;
    }

    .acces-sec-wrap .acces-tabs .acces-table table tbody tr th {
        padding: 10px;
    }

    .acces-sec-wrap .acces-tabs .acces-table ul li {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 5px 0;
    }

    .product-detail-content .product-btns {
        gap: 2px;
    }

    .product-detail-content .product-btns .btn {
        text-transform: uppercase;
        font-size: 11px;
        height: 43px;
        width: 137px;
    }

    /* shop-detail page css end */
    /* cart page css start */
    .cart-sec-wrap .coupon-mian a.btn {
        padding: 0;
        font-size: 14px;
        margin: 0 auto;
        height: 45px;
        width: 220px;
    }

    .cart-sec-wrap .coupon-mian a.btn-cart {
        padding: 0;
        font-size: 14px;
        margin: 0 auto;
        height: 45px;
        width: 220px;
    }

    .cart-sec-wrap .coupon-mian a.left i {
        font-size: 12px;
    }

    .cart-sec-wrap .coupon-mian a.right i {
        font-size: 12px;
    }

    .cart-sec-wrap .table {
        width: 100%;
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    .cart-sec-wrap {
        padding: 100px 0;
    }

    /* cart page css end */

    /* whishlist page css start */
    .whishlist-sec-wrap .table {
        width: 100%;
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    .whishlist-sec-wrap .table tbody tr td img {
        min-width: 80px;
        margin: 0 5px 0 0;
        max-width: 80px;
        min-height: 80px;
        max-height: 80px;
        object-fit: contain;
    }

    .whishlist-sec-wrap .table tbody tr td a {
        font-size: 14px;
    }

    /* whishlist page css end */

    /* checkout page css start */
    .checkout-sec-wrap .product-info {
        padding: 30px 10px;
        margin-top: 15px;
    }

    .checkout-sec-wrap .product-info .product-list {
        min-height: 160px;
        max-height: 160px;
        padding: 0 10px 0 0;
    }

    .checkout-sec-wrap .select-payment .accordion-item .form-check a.pay-pal {
        margin: 0 auto;
    }

    .checkout-sec-wrap .select-payment .accordion-item .accordion-body .acc-input {
        flex-direction: column;
    }

    .checkout-sec-wrap .select-payment .accordion-item .accordion-body .acc-input .form-group {
        width: 100%;
    }

    .checkout-sec-wrap .select-payment .payment-btn .btn-pay {
        font-size: 15px;
    }

    /* checkout page css end */
    /****** inner-page css end *******/
}