@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("jquery-ui.css");
@import url("jquery.fancybox.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/***

====================================================================
    Reset
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/***

====================================================================
    Global Settings
====================================================================

 ***/

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    scroll-behavior: smooth;
    box-sizing: border-box;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #0060ff;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
}

p {
    position: relative;
    line-height: 1.8em;
    color: #000;
    text-align: justify;
    font-weight: 500;
    font-size: 15px;
}

/* Typography */

h1 {
    font-size: 72px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    display: inline-block;
}

label {
    color: #000;
    font-weight: 600;
}

input,
input.form-control:focus,
input[type="text"]:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 0px 0;
    color: #000;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    width: 100%;
    padding: 7px;
    border: 1px solid #a3a1a1d9;
    margin: 0;
    display: inline-block;
    outline: none;
    padding: 9px;
}

::placeholder {
    opacity: 0.8;
    font-size: 13px;
}

.form-control {
    height: calc(2.6rem + 2px) !important;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #a3a3a3;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #a3a1a1d9;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0px;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.padding-60-50 {
    padding: 60px 0px 30px 0px;
}

.padding-30-50 {
    padding: 30px 0px 50px 0px;
}

.padding-140-50 {
    padding: 140px 0px 30px 0px;
}

.btn-info {
    font-weight: 600;
}

.bg-1 {
    background: #08243f;
}

.box-mb-30 {
    margin-bottom: 30px;
}

.bg-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: left;
    background-color: linear-gradient(184deg, #d1223e, #a2636d) !important;
}

.overlay {
    position: relative;
    z-index: 0;
}

.horizental-line {
    height: 1px;
    background: #7b7b7b;
    margin: 15px 0px;
}

.overlay:before {
    position: absolute;
    content: "";
    background-color: #a7a7a7a3;
    opacity: 0.56;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}

.equal-height {
    height: 250px;
    width: 100%;
}

.btn-warning {
    color: #fff;
    font-weight: 600;
    background-color: #fdc134;
    border-color: #fdc134;
}

.btn-primary {
    color: black !important;
    font-weight: 600 !important;
    background-color: #FFDE15 !important;
    border-color: #FFDE15 !important;
}

.btn-primary:hover {
    color: black !important;
    font-weight: 600 !important;
    background-color: white !important;
    border-color: white !important;
}

/***

====================================================================
    Header Css
====================================================================

***/
.header {
    width: 100%;
    /*z-index: 999;
    position: fixed;*/
}

/* .main-nav {
    background: #fff;
} */

/* @media(min-width: 768px) { */
.main-nav {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
}

/* } */

.for-category-nav {
    /* background: #ffa737; */
    background: #FFFFFF;
}

.main-nav .site-navigation {
    padding: 0px;
}

.main-nav .site-navigation .navbar-brand {
    padding: 0px;
}

.main-nav .site-navigation .navbar-brand img {
    height: 70px;
    object-fit: cover;
    width: 100%;
}

.main-nav .site-navigation .site-menu .nav-item {
    margin-right: 20px;
    position: relative;
}

.main-nav .site-navigation .site-menu .menu-link {
    position: relative;
    display: block;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
}

.main-nav .site-navigation .site-menu .nav-item:last-child {
    margin-right: 0px;
}

.main-nav .site-navigation .site-menu .menu-link.active {
    /*color: #bb8131!important;*/
    color: #333030;
}

.main-nav .site-navigation .outer-box .btn-box {
    display: flex;
    align-items: center;
}

.main-nav .site-navigation .outer-box .btn-box .nav-user {
    width: 38px;
    height: 38px;
    background: #10958714;
    text-align: center;
    display: inline-block;
    line-height: 38px;
    border-radius: 50px;
    box-shadow: 0px 0px 3px 0px rgb(98 195 184);
    margin-right: 30px;
    font-size: 22px;
    font-weight: 600;
    padding-left: 3px;
    color: #056839;
}

.main-nav .site-navigation .outer-box .btn-box .theme-btn {
    min-width: 80px;
    text-transform: uppercase;
    font-size: 15px;
}

.main-nav .site-navigation .close-menu-wrap {
    display: none;
}

.main-nav .site-navigation .site-menu .has-children span {
    font-size: 10px;
    margin-left: 4px;
    color: #000;
}

.navbar-nav {
    align-items: center;
}

.nav-button {
    background: #ab3116;
    padding: 4px 10px;
    border-radius: 3px;
}

.play-button img {
    height: 90px;
    object-fit: cover;
    width: 100%;
}

#logo-img {
    height: 80px;
    width: auto;
}

/*Mobile Menu*/
.mobile-menu-trigger {
    cursor: pointer;
    margin-left: 30px;
    display: none;
    background: transparent;
    border: none;
}

.mobile-menu-trigger span {
    height: 3px;
    display: block;
    width: 35px;
    margin-bottom: 9px;
    background-color: #000;
}

.mobile-menu-trigger span:nth-child(2) {
    width: 25px;
    margin-left: 9px;
}

.mobile-menu-trigger span:last-child {
    margin-bottom: 0;
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-x: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.mobile-menu-container li {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
    transform: translateX(100px);
    -webkit-transition: 1s;
    transition: 1s;
    border-top: 1px solid rgb(255 255 255 / 8%);
}

.mobile-menu-container li:nth-last-child(1) {
    border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.mobile-menu-container li>a .slicknav_arrow:after {
    content: "\f067";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    bottom: 0;
    color: white;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    font-size: 16px;
    line-height: 60px;
}

.mobile-menu-container.menu-open li.slicknav_open>a .slicknav_arrow:after {
    content: "\f068";
}

.mobile-menu-container.menu-open {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu-container.menu-open li {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobile-menu-close {
    position: absolute;
    right: 20px;
    top: 50px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}

.mobile-menu-close::before {
    left: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu-close::after {
    right: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-close::before,
.mobile-menu-close::after {
    position: absolute;
    height: 30px;
    width: 2px;
    background: #ffffff;
    content: "";
    top: 0;
}

#mobile-menu-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    padding: 100px 20px 20px 20px;
}

#mobile-menu-wrap div {
    background-color: transparent;
}

#mobile-menu-wrap .slicknav_item i {
    display: none;
}

/*Sidebar Start*/
.slicknav_nav,
.slicknav_nav.slicknav_hidden {
    display: block !important;
}

.slicknav_btn {
    display: none !important;
}

.slicknav_menu {
    padding-left: 0;
}

.slicknav_item.slicknav_row a {
    border-bottom: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 0px;
    margin: 0;
}

.slicknav_nav .slicknav_arrow {
    font-size: 0;
    background: rgb(255 255 255 / 8%);
    height: 100%;
    width: 50px;
    display: inline-block;
    position: absolute;
    top: 0;
}

.slicknav_nav ul {
    margin: 0 0 0 0px;
}

.slicknav_nav .menu-item-has-children ul {
    margin-bottom: 00px;
}

.slicknav_nav .menu-item-has-children ul li {
    padding-left: 25px;
}

.sub-menu .menu-item-has-children a i {
    position: absolute;
    right: 20px;
    top: 20px;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    background-color: transparent;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    border-radius: 0;
}

.slicknav_item.slicknav_row {
    display: inline-block;
    width: 100%;
    position: relative;
}

.slicknav_arrow {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 0;
    top: 17px;
    position: absolute;
}

.slicknav_nav a,
.slicknav_row a {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
}

/* Mobile Menu CSS End*/

/*-========Sub Menu/Dropdown=========*/
.site-navigation .site-menu .nav-item.has-children {
    position: relative;
}

.site-navigation .site-menu .nav-item.has-children .dropdown {
    position: absolute;
    left: 0;
    background-color: #ffffff;
    min-width: 200px;
    z-index: 9999;
    box-shadow: 0 0px 6px 3px rgba(0, 0, 0, 0.05);
    text-align: left;
    margin-top: 15px;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
}

.site-navigation .site-menu .nav-item.has-children .dropdown .dropdown {
    min-width: 300px;
}

.site-navigation .site-menu .has-children .dropdown .dropdown {
    left: 200px;
    top: 3px;
}

.site-navigation .site-menu .nav-item.has-children .dropdown .nav-item {
    display: block;
    position: relative;
    padding: 5px 20px;
    border-bottom: 1px solid #ebefef;
    width: 100%;
    color: #fff;
}

.nav-item.has-children .dropdown .nav-item a {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    color: #000;
    display: block;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s ease;
}

.site-navigation .site-menu .nav-item.has-children .dropdown .nav-item:last-child {
    border-bottom: 0;
}

.nav-item.has-children .dropdown .nav-item a:hover {
    margin-left: 5px;
}

.site-navigation .site-menu .has-children:hover>.dropdown {
    opacity: 1;
    visibility: visible;
    /*transition: all .5s ease;
    margin-top: -4px;*/
}

a.add-listing-btn {
    color: #6449e7;
    background: transparent;
    border: 1px solid #6449e7;
    padding: 8px 18px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    margin-right: -3px;
    transition: all 0.4s ease;
}

.add-listing-btn:hover {
    background: #6449e7;
    color: #fff;
}

svg.svg-inline--fa.fa-house-damage.fa-w-18.add-listing-icon {
    position: relative;
    top: -1px;
    right: 4px;
    font-size: 13px;
    font-weight: 600;
}

/***

====================================================================
    Home Banner Css
====================================================================

***/
.hero-slide-item {
    position: relative;
    height: 550px;
}

.slide-content {
    max-width: 100%;
    color: #fff;
    position: absolute;
    top: 40%;
    right: 125px;
    transform: translateY(-50%);
}

.slide-content .slide-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 65px;
    margin: 20px 25px;
}

.slide-content .hero-slide-desc {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #e7dbdb;
}

/*Slider CSS*/

/*.hero-section{
    padding-top: 50px;
}*/

.owl-item.active h1 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
    color: #000;
    font-weight: 800;
}

.owl-item.active h1 span {
    /*color: #ffa737;*/
    color: #0C525E;
}

.owl-item.active .line {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.owl-nav .owl-prev {
    top: 47%;
    left: 30px;
}

.owl-nav .owl-next {
    top: 47%;
    right: 30px;
}

.owl-nav div {
    position: absolute;
    width: 40px;
    height: 40px;
    border: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: rgb(10 28 55 / 61%);
}

.a-icon {
    color: #3c70b7;
}

.owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 15px;
}

.owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0 !important;
    text-align: center;
}

.owl-dot span {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #98acc5c7;
}

.owl-dot.active span {
    /*background: #ffa737;*/
    background: #0C525E;
    /*border: #ffa737;*/
    border: #0C525E;
}

.slider-buttons {
    position: absolute;
    left: 0;
    transform: translateY(-350%);
    display: block;
    z-index: 9999;
}

.slider-buttons ul li a,
.slider-buttons ul li button {
    height: 35px;
    width: 35px;
    color: #fff;
    background: #1c1c1c94;
    border-radius: 10%;
    margin: 3.25px 7.5px;
    display: flex;
}

.slider-buttons ul li a,
.slider-buttons ul li button i {
    padding: 6px 0px 0px 12px;
    font-size: 13px;
}

/***
====================================================================
    Footer Css
====================================================================

***/
.footer {
    background: #212121;
}

.footer .footer-item {
    position: relative;
    padding: 40px 20px 20px;
}

.footer .footer-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.footer .footer-item ul li {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.footer .footer-item ul li strong {
    color: #fff;
}

.footer .footer-item ul li span {
    color: #fff;
}

.footer .footer-item .social-icon li a {
    color: #ddd;
    padding: 9px 13px;
    border-radius: 50%;
}

.footer .footer-item ul li a {
    color: #ddd;
}

.footer .footer-item ul li a i {
    color: #fff;
}

.footer-logo p {
    text-align: initial;
}

.footer .copyright {
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: 2.67px;
}

.background-main {
    background-color: #0c192c;
}

.background-main p {
    color: #e6e6e6;
    letter-spacing: 0px;
}

.footer .copyright .copright-text {
    color: #e6e6e6;
    margin-top: 5px;
}

.over-hidden {
    overflow: hidden;
}

.footer .copyright .copright-text .link-hover {
    color: #4ca54f;
    font-weight: 600;
}

.copyright ul li a .fa {
    font-size: 20px;
    padding: 10px 10px;
    color: #fff;
}

.social-icon li {
    display: inline-block !important;
}

.social-icon li a {
    font-size: 20px;
    /* padding-right: 10px; */
}

.copy-right {
    font-weight: 400;
    letter-spacing: 0;
}

.side-whatsapp-buttons {
    display: block;
    position: fixed;
    z-index: 99999;
    right: 25px;
    bottom: 60px;
}

/* ===============================================
    04. Section-Title
---------------------------------------------*/
.section-title {
    margin-bottom: 33px;
    position: relative;
}

.section-title.style2 {
    margin-bottom: 33px;
}

.section-title h5 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 7px;
    color: #8d9297;
}

.section-title h2.title {
    font-size: 34px;
    font-weight: 700;
    color: #000;
}

.section-title .title-header {
    margin-bottom: 20px;
    position: relative;
}

/* .section-title .title-header:after {
    position: absolute;
    content: "";
    width: 70px;
    bottom: -19px;
    height: 5px;
    left: 0;
    top: auto;
} */
.section-title .title-desc {
    font-size: 16px;
    line-height: 27px;
}

.section-title.title-style-center_text,
.title-style-center_text {
    text-align: center;
}

.section-title.title-style-center_text .title-header:after {
    left: 0;
    right: 0;
    text-align: center;
    /*background-color: #ffa737;*/
    background-color: #0C525E;
    margin: 0 auto;
}

/* ===============================================
    17. Products
-------------------------------------------*/
.product {
    /* width: calc(50% - 2px); */
    clear: both;
    overflow: hidden;
    position: relative;
}

/* .product .product-box {
    border: 1px solid #e9eef6;
} */
.slick_slider .product-box {
    margin-bottom: 0;
}

.product-image-box img {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 280px;
    object-fit: contain;
}

.product-box,
.sidebar .product-box,
.tab-content .product-box,
.content-tab .slick_slider .product-box {
    margin-bottom: 32px;
}

.product-box-inner {
    position: relative;
    overflow: hidden;
}

.product-banner-section .product-box {
    margin-top: 38px;
}

/* product-hover-image-fliper*/
.pro-image-back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.product-box:hover .pro-image-back {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
}

.product-box:hover .pro-image-front {
    opacity: 0;
    visibility: hidden;
}

/* product-btn */
.product-image-box {
    background-color: #f6f9ff;
}

.product .product-content-box {
    text-align: center;
    padding: 22px 15px 22px 15px;
    position: relative;
    border-top: 1px solid #e9eef6;
}

.product .product-content-box .product-title h2 {
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 20px;
    padding-bottom: 0;
    line-height: 24px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-transform: capitalize;
}

.product .price {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    display: block;
}

.price .product-Price-amount {
    font-weight: 500;
    /*color: #ffa737;*/
    color: #0C525E;
}

.price del .product-Price-amount {
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 5px;
    color: #656c76;
}

.price ins {
    text-decoration: none;
}

.product .star-ratings {
    line-height: 27px;
    font-size: 10px;
}

.product .star-ratings ul {
    display: block;
    padding: 0;
    margin: 0;
}

.product .star-ratings ul li {
    display: inline-block;
}

.product .star-ratings ul li i {
    font-size: 13px;
    /*color: #ffa737;*/
    color: #0C525E;
}

.star-ratings,
.sidebar .star-ratings ul li,
.sidebar .star-ratings ul li {
    width: auto;
    margin: 0px;
    font-size: 10px;
    line-height: 1;
    padding: 0;
    border: 0;
}

.product .onsale {
    height: 25px;
    width: 80px;
    padding-left: 4px;
    padding-right: 5px;
    line-height: 25px;
    color: #fff;
    /*background: #ffa737;*/
    background: #0C525E;
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    padding-top: 0;
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 1;
    min-height: auto;
    font-weight: 500;
}

.cart-btn {
    background: #000;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 15px;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.5s;
    border-radius: 25px;
}

.cart-btn:hover {
    background: #000;
    color: white !important;
}

.main-btn {
    /*background: #ffa737;*/
    background: #0C525E;
    font-weight: 500;
    font-size: 17px;
    padding: 10px 15px;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.5s;
    border-radius: 25px;
}

.main-btn:hover {
    background: #000;
}

.cart-btn img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    display: none;
}

/* news letter*/

.news-letter-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 20% 30%;
    background-color: #000;
    padding: 40px 0px;
}

.news-letter-section .newstext h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.news-letter-section .newstext p {
    font-size: 17px;
    font-weight: 600;
    color: #818ea0;
    margin-top: 10px;
}

.news-letter-section .newstext p span {
    color: #ffbd27;
}

.news-letter-section .form input {
    height: 3.125rem;
    padding: 0 1.25em;
    font-size: 14px;
    width: 70%;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.news-letter-section .form button {
    /*background-color: #ffa737;*/
    background-color: #0C525E;
    color: #fff;
    white-space: nowrap;
    height: 3.125rem;
    padding: 0 1.25em;
    font-size: 15px;
    width: 25%;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 500;
}

/** cat_menu **/
.cat_menu {
    display: flex;
}

.cat_menu_list {
    position: absolute;
    z-index: 11;
    background: #ffffff;
    top: 100%;
    text-align: left;
    left: 0;
    right: 0;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.cat_menu_list li {
    border-bottom: 1px solid #e9eef6;
    color: #000;
    text-transform: capitalize;
    display: block;
    position: relative;
    border-bottom: 1px solid #ebefef;
    width: 100%;
    padding: 10px;
}

.cat_menu_list li a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.cat_menu_container .cat_menu {
    position: relative;
    padding: 18px 0 17px;
}

.cat_menu_container {
    width: 220px;
    margin-right: 20px;
    position: relative;
}

.cat_menu_container .cat_menu::after {
    display: block;
    position: absolute;
    top: 22px;
    right: 0px;
    width: 1px;
    height: 45%;
    background: rgba(0, 0, 0, 0.1);
    content: "";
}

.cat_icon {
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
    /*background: #ffa737;*/
    background: #0C525E;
    color: #fff;
}

.cat_menu span {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #8d9297;
}

.cat_menu h4 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
    position: relative;
    color: #000;
}

.cat_menu h4:after {
    font-family: "FontAwesome";
    content: "\f0d7";
    left: 5px;
    top: 1px;
    position: relative;
    font-size: 12px;
}

.cat_menu_list {
    display: none;
}

/** Headermain **/
.header_main {
    padding: 10px 0px;
    background: #fff;
}

/** Header_search **/
.header_search {
    padding: 15px 0 14px;
    width: 40%;
}

.header_search .header_search_content {
    position: static;
    display: block;
    float: none;
    border-radius: 42px;
    padding: 4px 8px 0px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.header_search #search_block_top #searchbox {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
}

.header_search #search_category {
    border: 0;
    display: inline;
    outline: 0;
    padding: 0 15px;
    font-size: 13px;
    line-height: 38px;
    cursor: pointer;
}

select#search_category {
    border: unset;
    box-shadow: unset;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.categories-block {
    float: left;
    margin-right: 28px;
    position: relative;
}

.categories-block:after {
    right: -6px;
    top: 8px;
    content: "\e64b";
    position: absolute;
    font-family: "themify";
    font-size: 10px;
}

.categories-block:before {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 28px;
    background: #e5e5e5;
    content: "";
}

#search_block_top #search_query_top {
    display: block;
    border: none;
    background: #fff;
    padding: 0 0 0 8px;
    font-size: 13px;
    /* width: calc(100% - 200px); */
    float: left;
    height: 38px;
}

#search_block_top .btn.button-search {
    position: absolute;
    top: 0;
    right: 0;
    border: unset;
    box-shadow: unset;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    font-size: 14px;
    display: block;
    text-align: center;
    transition: all 0.3s;
    z-index: 9;
}

.header_extra {
    padding: 17px 0;
}

.account_icon {
    font-size: 20px;
    color: #000;
}

.account a {
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
}

.account_extra:after {
    font-family: "FontAwesome";
    content: "\f0d7";
    margin-left: 5px;
    top: 3px;
    font-size: 15px;
    position: relative;
}

.cart_icon {
    font-size: 20px;
    color: #000;
}

.cart {
    position: relative;
    margin-left: 45px;
}

.cart::before {
    display: block;
    position: absolute;
    top: 10px;
    left: -25px;
    width: 1px;
    height: 65%;
    background: rgba(255, 255, 255, 0.1);
    content: "";
}

.cart_count {
    position: absolute;
    top: -5px;
    left: 17px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 50%;
    text-align: center;
    display: block;
    font-size: 10px;
    /*background: #ffa737;*/
    background: #0C525E;
    color: #fff;
}

.cart_content {
    margin-left: 20px;
    text-align: right;
}

.cart_text a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

/* .toggle-image {
    display: none;
} */

/*Product Details*/
.product-details-section .product-image-box {
    height: 100%;
    background: #fff;
}

.product-details-section .product-image-box .main-product-img {
    width: 100%;
    height: 350px;
    float: left;
    margin-bottom: 20px;
    max-width: 100%;
}

ul li:first-child .product-thumbnail {
    margin-left: 0px;
}

.product-details-section .product-thumbnail {
    width: 100%;
    height: 90px;
    margin-right: 10px;
    float: left;
    border: 1px solid #dedada;
    border-radius: 2px;
    padding: 5px;
    cursor: pointer;
}

.single-product-basic-left-info .title-header h2 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0;
    color: rgb(0 0 0);
}

.single-product-basic-left-info .star i {
    font-size: 13px;
    /*color: #ffa737;*/
    color: #0C525E;
}

.decrease_ {
    background: #dddddd52;
    border: none;
    padding: 12px 13px 7px 13px;
    border-radius: 50%;
    color: #000;
    font-size: 12px;
    cursor: pointer;
}

.increase_ {
    background: #dddddd52;
    border: none;
    padding: 12px 13px 7px 13px;
    border-radius: 50%;
    color: #000;
    font-size: 12px;
    cursor: pointer;
}

#qntnumber {
    border: none;
    width: 7%;
    text-align: center;
}

.single-product-details-head strong {
    font-size: 15px;
    font-weight: 500;
    color: #343a40;
}

/* ===============================================
    16. Banner-image
-------------------------------------------*/
.banner-image {
    position: relative;
    overflow: hidden;
}

.banner-image a {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #fff;
}

.banner-image a:before,
.banner-image a:after {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    content: " ";
    height: 0;
    padding: 0;
    position: absolute;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    width: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    z-index: 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

.banner-image a:before {
    left: 0;
    top: 0;
}

.banner-image a:after {
    bottom: 0;
    right: 0;
}

.banner-image:hover a:before,
.banner-image:hover a:after {
    height: 100%;
    width: 100%;
    transform: rotatex(-180deg);
    -webkit-transform: rotatex(-180deg);
    -moz-transform: rotatex(-180deg);
    -ms-transform: rotatex(-180deg);
    -o-transform: rotatex(-180deg);
    opacity: 0;
}

/***

====================================================================
    Seller Dashboard Page
====================================================================

***/
.seller-left-sidebar {
    height: calc(100vh - 90px);
    background: #fefdff;
    border: 1px solid #8080801f;
    border-top: 0;
    border-radius: 0;
    box-shadow: 0px 0px 0px 0px rgb(197 201 199);
    border-bottom: 0;
}

.seller-left-sidebar .sidebar-header {
    text-align: center;
    padding: 20px 0px;
    background: linear-gradient(45deg, #c9001a, #271415);
}

.seller-left-sidebar .sidebar-header .seller-img img {
    width: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
}

.seller-left-sidebar .sidebar-header .seller-name {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.seller-sidebar-content {}

.seller-left-sidebar .seller-sidebar-content .nav-container .seller-main-menu-navigation li {
    display: block;
    border-bottom: 1px solid #2a5e4a26;
}

ul.seller-main-menu-navigation {
    width: 100%;
}

.seller-left-sidebar .seller-sidebar-content .nav-container .seller-main-menu-navigation li a {
    display: block;
    overflow: hidden;
    line-height: 2rem;
    padding: 10px 30px 10px 14px;
    background-color: transparent;
    color: #6f5489;
    transition: all 300ms linear;
    font-size: 18px;
}

.seller-left-sidebar .seller-sidebar-content .nav-container .seller-main-menu-navigation li a i {
    margin-right: 12px;
}

.seller-left-sidebar .seller-sidebar-content .nav-container .seller-main-menu-navigation li:hover>a {
    background: rgba(200, 200, 200, 0.2);
}

.seller-dashboard-main-content-area .content-wrapper .page-header {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0px 20px;
    color: #000;
}

.seller-dashboard-main-content-area .content-wrapper .gradient-blackberry {
    background: linear-gradient(45deg, #843cf7, #38b8f2) !important;
    border: 0;
    color: #fff;
}

.gradient-ibiza-sunset {
    background: linear-gradient(45deg, #ee0979, #ff6a00) !important;
}

.card.gradient-green-tea {
    background: linear-gradient(45deg, #004b91, #78cc37) !important;
    background-repeat: repeat-x;
}

.card.gradient-pomegranate {
    background-image: linear-gradient(45deg, #9b3cb7, #ff396f) !important;
    background-repeat: repeat-x;
}

.seller-dashboard-main-content-area .content-wrapper .card {
    box-shadow: 0 6px 0px 0 rgb(0 0 0 / 1%), 0 15px 32px 0 rgb(0 0 0 / 14%);
    color: #fff;
    height: 110px;
    margin-bottom: 20px;
}

.quick-link-wrap button {
    font-size: 18px;
    font-weight: 600;
}

.action-btn {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    color: #fff;
    line-height: 30px;
    border-radius: 25px;
}

.c-007bff {
    background: #007bff;
}

.c-dc3545 {
    background: #dc3545;
}

.profile {
    box-shadow: 0px 0px 11px 3px rgb(145 143 143 / 22%);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
}

/**/
.sidebar-filter-widget {
    background: #ffffff;
    box-shadow: 0 1px 2px -1px rgb(0 0 0 / 50%);
    padding: 10px;
    margin-top: 10px;
    border-top: 2px solid #0a4136;
    border-radius: 5px 5px 0px 0px;
}

.page-item.active .page-link {
    /*background-color: #ffa737;*/
    background-color: #0C525E;
    /*border-color: #ffa737;*/
    border-color: #0C525E;
}

.page-link {
    /*color: #ffa737;*/
    color: #0C525E;
}

.page-link:hover {
    /*color: #ffa737;*/
    color: #0C525E;
}

.mobile-category {
    display: none;
}

/*=========================================================
  11 -> Cart
===========================================================*/

#cart .page-title {
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    color: #292b2c;
    margin-bottom: 30px;
}

#cart .group_title {
    padding: 16px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

#cart .group_title .label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #292b2c;
}

#cart .group_title .label-qty {
    min-width: 110px;
    text-align: center;
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

#cart .cart-items {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

#cart .cart-items .cart-item {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 10px 0px;
    margin-bottom: 20px;
}

#cart .cart-item .product-image {
    /*border: 1px solid #e6e6e6;*/
    display: inline-block;
    max-width: 92px;
    min-width: 92px;
    border-radius: 3px;
}

#cart .cart-item .label {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

#cart .cart-item .variant {
    font-size: 11px;
    color: #909090;
    font-weight: 500;
}

#cart .cart-item .product-price {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    color: #292b2c;
}

#cart .cart-item .product-price {
    font-size: 1rem;
    font-weight: 700;
    color: #292b2c;
}

#cart .cart-item .title_price,
#cart .cart-item .title_total {
    display: inline-block;
    min-width: 50px;
    font-size: 12px;
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

.qty {
    display: inline-block;
    vertical-align: top;
}

#cart .cart-item .qty {
    width: 110px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
}

#cart .cart-item .qty .input-group {
    margin: 0 auto;
    position: relative;
}

#cart .cart-item .qty #quantity_wanted {
    width: 70px;
    border: none;
    text-align: center;
    height: 30px;
}

.quantity_wanted {
    color: #000;
    padding: 0px 25px;
    font-size: 14px;
    border-color: transparent;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.cart-btn {
    box-shadow: none !important;
}

.txt-cart {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

#cart .cart-item .qty .input-group .input-group-btn-vertical {
    float: none;
    z-index: 10;
}

#cart .cart-item .qty .input-group-btn-vertical .btn {
    width: 25px !important;
    height: 100% !important;
    border-radius: 0;
    margin: 0;
    line-height: 1;
    vertical-align: top;
}

#cart .cart-item .qty .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    right: 0;
    position: absolute;
    border: none;
    border-left: 1px solid #dfdfdf;
}

#cart .cart-item .qty .input-group-btn-vertical .btn {
    width: 25px !important;
    height: 100% !important;
    border-radius: 0;
    margin: 0;
}

.qty .input-group-btn-vertical .btn {
    padding: 0;
    border-color: #dfdfdf;
    height: 20px;
    background: #fff;
}

#cart .cart-item .qty .input-group-btn-vertical .btn i {
    color: #b4b4b4;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.qty .input-group-btn-vertical .btn i.touchspin-up:before {
    content: "+";
}

#cart .cart-item .qty .input-group-btn-vertical .btn.bootstrap-touchspin-down {
    left: 0;
    right: initial;
    border: none;
    border-right: 1px solid #dfdfdf;
    position: absolute;
}

.qty .input-group-btn-vertical .btn i.touchspin-down:before {
    content: "-";
}

.cart-summary {
    border: 1px solid #e9e9e9;
}

.cart-summary .cart-summary-products {
    margin-bottom: 25px;
    padding: 0 30px;
}

.cart-summary .summary-label {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
    letter-spacing: 1px;
}

.cart-summary .group-price {
    padding: 0 30px;
}

.cart-summary .group-price .cart-summary-line {
    display: flex;
    padding: 0;
    position: relative;
    margin-bottom: 12px;
}

.cart-summary .group-price .cart-summary-line .label {
    font-size: 0.9rem;
}

.cart-summary .group-price .cart-summary-line .value {
    font-size: 1rem;
    font-weight: 600;
    color: #292b2c;
    margin-left: auto;
}

.cart-summary .cart-summary-line.cart-total {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
}

.cart-summary .cart-summary-line.cart-total.has_border>div {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #222;
}

.cart-summary .cart-summary-line.cart-total .label {
    font-size: 1rem;
    font-weight: 700;
    color: #292b2c;
    text-transform: uppercase;
}

.cart-summary .checkout {
    padding: 25px 30px 30px;
}

.cart-summary .checkout .btn {
    background: #424242;
    color: #fff;
    font-weight: 700;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    border-radius: 3px;
    border: none;
}

/*=========================================================
  09 -> CHECKOUT PAGE
===========================================================*/
.head-product {
    color: black;
    margin-right: 15 px;
    font-weight: 500;
}

.checkout-content {
    background: #fff;
    padding: 0;
    margin-bottom: 18px;
    overflow: hidden;
}

.checkout-content .secondary-title {
    background-color: #f1f1f1;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    padding: 9px 10px;
    color: #000;
    font-size: 25px;
}

.checkout-content .box-inner {
    border: 1px solid #f1f1f1;
    border-top: 0px;
    border-radius: 0 0 5px 5px;
    padding: 20px;
    float: left;
    width: 100%;
}

.custom-qntnumber {
    border: none;
    width: 7%;
    text-align: center;
}

.decrease {
    background: #00000000;
    border: 1px solid #898686;
    padding: 5px 13px 5px 13px;
    border-radius: 25%;
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

.increase {
    background: #00000000;
    border: 1px solid #898686;
    padding: 5px 13px 5px 13px;
    border-radius: 25%;
    color: #000;
    font-weight: 700;
    font-size: 20px;
}

#qntnumber {
    border: none;
    width: 7%;
    text-align: center;
}

.cart_price {
    color: #000;
}

.category-box {
    background: #fff;
}

/* .category-image {
    position: relative;
} */

.category-image img {
    height: 150px;
    object-fit: cover;
    /*border: 2px solid #ffa737;*/
    border: 2px solid #0C525E;
    border-radius: 50%;
}

.category-content {
    padding: 5px 20px;
    margin-top: 10px;
}

.category-content h4 {
    font-size: 13px;
    color: #000;
}

.font-semibold {
    font-size: 34px;
    font-weight: 700;
    color: #000;
}

.view-all-text {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.view-all-text:hover {
    /*color: #ffa737;*/
    color: #0C525E;
}

.brand-image img {
    height: 125px;
    object-fit: cover;
    border-radius: 50%;
    /*border: 2px solid #ffa737;*/
    border: 2px solid #0C525E;
}

.brand-title {
    font-size: 13px;
    color: #000;
}

.brand-box-section .owl-dots {
    bottom: -10px;
}

.concern-image img {
    height: 125px;
    object-fit: cover;
    border-radius: 50%;
    /*border: 2px solid #ffa737;*/
    border: 2px solid #0C525E;
}

.concern-title {
    font-size: 13px;
    color: #000;
}

.concern-box-section .owl-dots {
    bottom: -10px;
}

.sub-link {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px 10px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444444;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    /*border: 2px solid #ffa737;*/
    border: 2px solid #0C525E;
    border-radius: 50px;
}

.sub-link:hover {
    /*background: #ffa737;*/
    background: #0C525E;
}

.sub-link a {
    color: #000;
}

.sub-link:hover a {
    color: #fff;
}

#facebook {
    background: #3b5998;
    padding: 9px 13px 9px 16px;
}

#twitter {
    background: #1da1f2;
}

#linkedin {
    background: #0077b5;
}

#youtube {
    background: #ff0000;
}

#instagram {
    background: linear-gradient(45deg,
            #f09433 0%,
            #e6683c 25%,
            #dc2743 50%,
            #cc2366 75%,
            #bc1888 100%);
}

.custom-warning-btn {
    /* background: #ffa737; */
    /*background: #FFDE15;*/
    background: #0C525E;
    color: white !important;
}


.stickyHeader {
    cursor: pointer;
    position: fixed;
    width: 80px;
    height: 83px;
    background: #f5fceb;
    right: 0;
    top: calc(110px + 40%);
    box-shadow: 0 0 16px -1px rgba(0, 0, 0, 0.75);
    transition: 0.1s ease-in-out;
    z-index: 9;
    opacity: 0.9;
}

.stickyHeader div.itemCount {
    height: 55px;
    /* background: #55584d; */
    background: #0C525E;
    width: 100%;
}

.stickyHeader div.itemCount svg {
    margin-top: 3px;
    /* margin-left: 22px; */
}

.stickyHeader div.itemCount p {
    color: #fdad70;
    margin-top: -2px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    padding-top: 0;
}

.stickyHeader div.total {
    height: 20px;
    width: 100%;
    font-weight: 700;
    text-align: center;
    font-size: 13px;
    padding-top: 5px;
    color: #000;
}

.stickyHeader div.total div.odometer {
    padding-left: 5px;
    display: inline-block;
}

.stickyHeader:hover {
    opacity: 1;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    /*background: #ffa737;*/
    background: #0C525E;
    /*border-color: #ffa737 #ffa737 #ffa737;*/
    border-color: #0C525E #0C525E #0C525E;
    color: #fff !important;
    margin-right: 5px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #000;
    border-color: #000 #000 #000;
    color: #fff;
}

.nav-tabs .nav-link:hover {
    background-color: #000;
    border-color: #000 #000 #000;
    color: #fff;
}

.for-category-nav .navbar {
    padding: 15px 0px;
}


.sf-icon-box {
    padding: 20px 0;
}

.sf-icon-box__icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sf-icon-box__icon img {
    max-width: 100%;
    height: auto;
}

.card-body {
    padding: 20px;
}

.card h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.card p {
    color: #6c757d;
}

@media (max-width: 768px) {
    .sf-icon-box {
        text-align: center;
    }

    .sf-icon-box__icon {
        margin-bottom: 15px;
    }
}


.card:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.card .btn {
    /*background-color: #ffa737;*/
    background-color: #0C525E !important;
    color: #fff;
    padding: 10px 0px;
    border-radius: 0px;
    font-size: 18px;
    color: white !important;
}

.card .btn:hover {
    background-color: #333;
}


.position-absolute {
    /* margin-top: -30%; */
    margin-top: -60%;
}

.category-button {
    font-size: 24px;
    color: white;
    border: none;
}

.image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5) !important;
    /* opacity: 0; */
    /* transform: translateY(40px); */
    transition: none;
    pointer-events: none;
}

.category-box-section .card:hover .image-overlay {
    animation-name: image-overlay 0.4s cubic-bezier(.4,1.7,.6,.95) forwards;
}

@keyframes image-overlay {
    0% {
        /* position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5) !important; */
        opacity: 0;
        transform: translateY(40px);
    }

    60% {
        opacity: 0.7;
        /* background-color: rgba(0, 0, 0, 0.5);
        transform: scale(1.05); */
        transform: translateY(-10px) scale(1.03);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1.05);
        background-color: rgba(0,0,0,0.5);
        /* transform: scale(1.08); */
    }
}

.category-box-section .card:hover a {
    /* color: #03D7FF !important; */
    color: #1C99E2 !important;
}

/* todo: Custom */

.success-container {
    min-height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-container .card {
    border-radius: 20px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    /* box-shadow: 0 4px 20px #298FC6; */
    box-shadow: 0 4px 20px #55A2AB;
    animation: fadeIn 0.8s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.success-container .check-icon {
    font-size: 60px;
    /* color: #28a745; */
    color: #298FC6;
}

.bg-video a {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.bg-video a img {
    cursor: pointer;
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.bt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
    pointer-events: none;
}

@media(max-width: 768px) {
    .bg-video a img {
        height: 300px;
    }
}

@media(max-width: 425px) {
    .bg-video a img {
        height: 200px;
    }
}

.category-box-section .card {
    /* margin: 5px; */
    outline: 3px solid gray;
    outline-offset: 8px;
    border-radius: 0 !important;
}

.category-name-banner {
    background-image: linear-gradient(rgb(0, 0, 0, 0.3)), url('https://t4.ftcdn.net/jpg/05/08/17/01/360_F_508170187_4Oonk4IG8u9eyfwSUvTASkT8hl71vRX2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    border-radius: 0 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.category-name-banner h2 {
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1.2;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.category-sidebar li.nav-item {
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
    /* margin: 0 10px; */
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-sidebar li.nav-item a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-sidebar li.nav-item:not(:first-child):hover {
    background-color: #0E505C;
    border-bottom: 1px solid #2791a4;
    padding: 8px 0;
    /* margin: 0 10px; */
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-sidebar li.nav-item:not(:first-child):hover a {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-sidebar li.nav-item:not(:first-child).active {
    background-color: #0E505C;
    border-bottom: 1px solid #2791a4;
    padding: 8px 0;
    /* margin: 0 10px; */
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease;
    cursor: pointer;
}

.category-sidebar li.nav-item:not(:first-child).active a {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.single-product-details-head .title{
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
}

.about .about-image img{
    height: 580px;
}
