@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {
    font-family: "DM Sans", sans-serif;
}

.btn-shopnow {
    font-size: 18px;
    vertical-align: middle;
    background-color: #141414;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 50px;
    font-family: "DM Sans", sans-serif;
}

.btn-shopnow:hover,
.banner a.free-shipping:hover {
    color: #b5b6b7 !important;
}

.btn-shopnow:active,
.btn-shopnow:focus {
    color: #fff !important;
}

section#rocky-video iframe {
    border-radius: 30px;
}

/*********Navigation************/
.top-header ul.left-menusearch {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    align-items: center;
}

.top-header ul.left-menusearch .btn-topsearch .fa {
    margin-left: -71px;
    background: #486681;
    padding: 10px;
    border-radius: 50px;
}

.top-header .search {
    position: relative;
    /*box-shadow: 0 0 40px rgba(51, 51, 51, .1);*/
}

.top-header .search input {
    height: 50px;
    border: 1px solid #d6d4d4;
    border-radius: 50px;
}

.top-header .search input:focus {
    box-shadow: none;
    border: 2px solid blue;
}

.top-header .search .fa-search {
    position: absolute;
    top: 0px;
    left: 12px;
}

.top-header .search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    width: 40px;
    background: #486681;
    line-height: 40px;
    border-radius: 50px;
    border: none;
}

.top-header .search button:hover {
    background: #000 !important;
}

.top-header nav.navbar {
    background-color: #486681 !important;
    height: 70px !important;
    line-height: 50px;
}

.top-header .navbar ul.navbar-nav li {
    padding: 0 20px;
    list-style-type: none;
}

.top-header .navbar ul.navbar-nav li a {
    font-size: 16px;
    color: #fff;
}

.top-header .right-menus {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    align-items: center;
    margin: 10px 0;
}

.top-header .right-menus li {
    margin: 0 20px;
}

.top-header .right-menus li a {
    text-decoration: none;
    font-size: 16px;
    color: #141414;
}

.navbar-brand {
    padding: 0px !important;
}

.top-head {
    padding-top: 20px !important;
}

header.top-header.btn:hover,
header.top-header .btn:focus,
header.top-header .btn.focus {
    background-color: transparent;
    !important;
}

header.top-header ul.left-menusearch .dropdown-menu {
    min-width: 200px !important;
    padding: 10px !important;
    margin-top: 42px;
}

.top-header ul.left-menusearch .dropdown .btn {
    font-size: 20px !important;
}

ul.left-menusearch button:hover {
    background-color: transparent !important;
}

#menu-main-categories .sub-menu {
    display: none;
}

.menu-item-has-children>a:after {
    content: ' ▾';
    display: inline-block;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    padding: 0 5px;
    line-height: 17px;
    color: #262626;
    margin-right: 4px;
    font-size: 2rem;
}


li#menu-item-4759332 {
    position: relative;
}


/**************** Banner Slider ************************/
.banner h1 {
    font-size: 48px;
    color: #486681;
    padding: 0 30px 10px;
    letter-spacing: -1px;
    /*font-family: 'fusskia_demoregular';*/
}

.banner a.free-shipping {
    text-align: center;
    font-size: 22px;
    vertical-align: middle;
    background-color: #141414;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 50px;
    font-family: "DM Sans", sans-serif;
}

/*-----------Featured Products----------------*/
.featured-products h2 {
    font-size: 42px;
    color: #000;
    text-align: center;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px !important;
}

.featured-products .featured-images {
    padding: 0 30px;
    border-radius: 30px;
    border: 1px solid #000;
    margin-bottom: 20px;
}

.featured-products .featured-images img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 20px;
    height: 100%;
    max-height: 200px;
    object-fit: cover;
}

.featured-products .featured-products-box p {
    font-size: 16px;
    color: #444;
    min-height: 50px;
    margin-bottom: 0;
    padding-left: 12px;
}

.featured-products .featured-products-box p.price {
    font-size: 18px;
    color: #141414;
    font-weight: 700;
}


/***************Bolo Products*********************/
.bolos-products .card {
    background-color: transparent !important;
    border: 0;
    text-align: center;
}

.bolos-products .card .card-title {
    font-size: 22px;
    color: #444;
    margin-bottom: 20px;
}

/************ABOUT US*************/

.aboutus .container {
    background-image: linear-gradient(to right, rgb(224 240 255 / 61%), rgb(224 240 255 / 60%)), url(../images/aboutbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    border-radius: 30px;
}

.aboutus .container .row {
    align-items: center;
}

.aboutus .about-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #000;
}

.aboutus .about-content p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 30px;
}

.aboutus .about-images {
    position: relative;
}

.aboutus .about-images-content {
    position: absolute;
    top: -39px;
    right: -22px;
    text-align: center;
    max-width: 245px;
}

.aboutus .about-images-content p:last-child {
    font-weight: 700;
    text-shadow: 0 0 10px #fff1f1;
}

.aboutus .btn-shopnow {
    max-width: fit-content;
    width: 100%;
}

/***********Best Sellers***************/
.best-sellers h2 {
    font-size: 42px;
    color: #000;
    text-align: center;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px !important;
}

.best-sellers .sellers-images {
    padding: 0 30px;
    border-radius: 30px;
    border: 1px solid #000;
    margin-bottom: 20px;
}

.best-sellers .sellers-images img {
    max-width: 200px;
    margin: 0 auto 20px;
}

.best-sellers .best-sellers-box p {
    font-size: 16px;
    color: #444;
    min-height: 50px;
    margin-bottom: 0
}

.best-sellers .best-sellers-box p.price {
    font-size: 18px;
    color: #141414;
    font-weight: 700;
}

/************Testimonials*************/

#testimonials h2 {
    font-size: 42px;
    color: #000;
    text-align: center;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}

#testimonials-slider .fas {
    font-size: 42px;
    padding: 20px 0;
    color: #FD8D5E;
}

#testimonials-slider p {
    font-size: 18px;
    text-align: justify;
    color: #555555;
    line-height: 1.6;
}

#testimonials-slider p strong {
    color: #6F6969;
    font-size: 20px
}

#testimonials-slider .item {
    padding: 40px;
    max-width: 920px;
    margin: 40px auto;
    border-radius: 30px;
    box-shadow: 0 0 10px #ddd;
    background-image: linear-gradient(to right, rgb(224 240 255 / 61%), rgb(224 240 255 / 60%)), url(../images/aboutbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#testimonials-slider .testimonials-clients p {
    margin-bottom: 0px;
}

#testimonials-slider .testimonials-clients .fas {
    font-size: 14px;
    padding: 0;
    color: #F9AE0E;
}

#testimonials-slider .testimonials-clients {
    display: flex;
    justify-content: start;
    list-style: none;
    padding: 0;
    align-items: center;
    flex-wrap: wrap;
}

#testimonials-slider ul.testimonials-clients li {
    margin-right: 20px;
}

/***********Owl Carousel Nav arrow css************/
#testimonials-slider .owl-nav .owl-next {
    position: absolute !important;
    right: 23% !important;
    border: none !important;
    bottom: 155px;
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    outline: 0;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    font-size: 20px;
    border-radius: 50px;
    line-height: 30px;
}

#testimonials-slider .owl-nav .owl-prev {
    position: absolute;
    right: 28%;
    bottom: 155px;
    /*border: 2px solid #000;*/
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    outline: 0;
    background: #fff;
    transition: all 0.3s;
    color: #000;
    font-size: 20px;
    border-radius: 50px;
    line-height: 30px;
}

#testimonials-slider .owl-nav .owl-prev:hover .fas,
#testimonials-slider .owl-nav .owl-next:hover .fas {
    color: #FD8D5E;
}

#testimonials-slider .owl-nav .owl-prev .fas {
    font-size: 16px;
    color: #000;
    padding: 0 !important;
}

#testimonials-slider .owl-nav .owl-next .fas {
    font-size: 16px;
    color: #000;
    padding: 0 !important;
}

#testimonials-slider .owl-nav {
    margin-top: 30px;
    display: none !important;
}





.owl-nav .owl-next {
    position: absolute;
    right: -55px;
    top: 120px;
    border: 1px solid #000 !important;
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    outline: 0;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    font-size: 20px;
    border-radius: 50px;
    line-height: 24px;
}

.owl-nav .owl-prev {
    position: absolute;
    left: -55px;
    top: 120px;
    border: 1px solid #000 !important;
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    outline: 0;
    background: #fff;
    transition: all 0.3s;
    color: #000;
    font-size: 20px;
    border-radius: 50px;
    line-height: 24px;
}

.owl-nav .owl-prev:hover .fas,
#testimonials-slider .owl-nav .owl-next:hover .fas {
    color: #FD8D5E;
}

.owl-nav .owl-prev .fas {
    font-size: 16px;
    color: #000;
    padding: 0 !important;
}

.owl-nav .owl-next .fas {
    font-size: 16px;
    color: #000;
    padding: 0 !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-dots {
    text-align: center;
}

.owl-dots button.owl-dot.active,
.owl-dots button.owl-dot:hover {
    background-color: #486681 !important;
    border-radius: 50%;
    height: 12px;
    width: 12px;
}

.owl-dots button.owl-dot {
    background-color: #C1C1C1 !important;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: relative;
    margin: 0 5px;
}

.owl-nav>div.owl-prev:before,
.owl-nav>div.owl-next:before {
    display: none
}

/**************White calcite***********************/

.white-calcite .container {
    background-image: linear-gradient(to right, rgb(255 207 207 / 61%), rgb(255 207 207 / 60%)), url(../images/aboutbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px 40px;
    border-radius: 30px;
}

.white-calcite .row {
    align-items: center;
}

.white-calcite {
    position: relative;
}

.white-calcite img {
    position: absolute;
    top: 0;
    border-radius: 20px;
    box-shadow: 0 0 10px #d3cccc;
}

.white-calcite .white-calcite-content h2 {
    font-size: 32px;
    color: #000;
    font-family: 'fusskia_demoregular';
}

.white-calcite .white-calcite-content p {
    font-size: 16px;
    color: #665841;
}

.white-calcite .special-price {
    text-align: center;
}

.white-calcite .special-price button.price-code {
    background-color: #47647F;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    border-radius: 50px;
}

.white-calcite .special-price p {
    font-size: 20px;
    padding: 10px 0;
}

.white-calcite .special-price p span {
    font-size: 42px;
    font-weight: 700;
    color: #000
}

/************BLOGS********************/
.blogs h2 {
    font-size: 42px;
    color: #000;
    text-align: center;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px !important;
}

.blogs .card {
    background-color: transparent !important;
    border: none;
    padding: 0 10px;
}

.blogs .card .card-title {
    font-size: 20px;
    color: #141414;
    line-height: 1.5;
    letter-spacing: 0;
}

.blogs .card p {
    font-size: 16px;
    color: #444;
}

.blogs .card .readmore {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}


/************CopyRight **********/
.footer {
    background: #F1F1F1;
    padding-top: 40px;
    margin-top: 40px;
}

.footer-about p {
    color: #444;
    font-size: 16px;
    padding: 20px 20px 0px 0
}

.footer-links h4 {
    font-size: 20px;
    color: #fff;
}

.footer-links h2 {
    font-size: 22px;
    color: #000;
    font-weight: 500
}

#footer ul.footer-menus {
    padding: 0
}

#footer ul.footer-menus li {
    list-style: none;
    line-height: 2.2;
    color: #444;
    text-decoration: none;
    font-size: 16px;
}

#footer ul.footer-menus li a {
    color: #444;
    text-decoration: none;
    font-size: 16px;
}

.footer .footer-social-links {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 0px;
}

.footer .footer-social-links li {
    list-style: none;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    text-align: center;
}

.footer .footer-social-links li a {
    color: #444444;
    font-size: 16px;
}

.footer .search {
    display: flex;
}

.footer .search .form-control {
    height: 50px;
    line-height: 40px
}

.footer .search .btn {
    margin-left: -47px;
    padding: 10px;
    height: 40px;
    margin-top: 5px;
    background: #141414 !important;
    border: none;
}

.footer .email-offer {
    background: #46637D;
    padding: 20px;
    border-radius: 20px;
}

.footer .email-offer p {
    font-size: 12px;
    color: #fff;
}

.copyright {
    border-top: 1px solid #dddddd52;
    background: #E1E1E1;
}

.copyright p {
    font-size: 16px;
    color: #707070;
    padding-top: 10px;
}

.copyright img {
    padding-top: 10px;
    float: right;
}

.copyright a {
    font-size: 16px;
    color: #707070;
    text-decoration: none
}

/*After Development css*/

.menu-menu-cart-container ul {
    list-style: none;
}

.featured-products .featured-products-box a,
.best-sellers .best-sellers-box a {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    button.navbar-toggler {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 10px 0 !important;
    }

    .top-header .navbar ul.navbar-nav li {
        padding: 0 13px !important;
    }
}


/*****categories******/

.page-id-4759380 .category-slider.product-category.product img {
    max-width: 100px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    min-height: 130px;
    overflow: hidden;
    object-fit: contain;
}

.page-id-4759380 .woocommerce .product .item-description {
    min-height: auto !important;
}

.page-id-4759380 .category-slider .item-description {
    position: relative !important;
    top: initial !important;
    left: initial !important;
    transform: none !important;
    color: #000 !important;
    background: transparent !important;
    padding: 15px 0 9px !important;
}

.page-id-4759380 .woocommerce .product .item-description h3.product_title {
    color: #000;
}

/*---------- 2 Aug 2024 ----------*/
#menu-main-categories li {
    position: relative;
    border-bottom: 1px solid #ccc
}

#menu-main-categories li:last-child {
    border-bottom: none
}

#menu-main-categories li .sub-menu {
    position: absolute;
    left: 160px;
    background: #fff;
    top: 0;
    list-style-type: none;
    padding: 10px;
    top: -15px
}

#menu-main-categories li .sub-menu li {
    border-bottom: 1px solid #ccc
}

#menu-main-categories li .sub-menu li:last-child {
    border-bottom: none
}

#menu-main-categories li .sub-menu li a {
    padding: 5px 0
}

#menu-main-categories .menu-item-has-children>a::after {
    content: "\f0da" !important;
    font-family: 'FontAwesome';
    font-size: 14px;
}

#menu-main-categories li .sub-menu li a {
    white-space: nowrap
}

.related.products .owl-nav .owl-prev {
    left: -55px;
    background-image: url('http://rockymountain.ezmarketingtech.com/wp-content/uploads/2025/06/left.png');
}

.related.products .owl-nav .owl-next {
    right: -55px;
    background-image: url('http://rockymountain.ezmarketingtech.com/wp-content/uploads/2025/06/next.png');
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    display: flex;
    justify-content: center;
    margin: 10px;
}