/* dashboard */
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 210px;
    width: 60px;
    height: 100%;
    margin-left: -210px;
    /* background: #323232; */
    transition: all 0.5s;
}
#wrapper.toggled-2 #sidebar-wrapper {
    width: 210px;
}
#wrapper {
    padding-left: 0;
    width: 100%;
}
.navbar-toggle {
    border: 0;
    padding: 10px;
    margin: 0;
    background: #323232;
    border-radius: 0;
    position: fixed;
    left: 0;
    top: 0px;
    display: flex;
    justify-content: center;
    z-index: 99999;
    width: 60px;
}
.navbar-toggle #wrapper.toggled-2{
    width: 100%;
}
.menu-list{
    margin-top: 60px;
}
#wrapper.toggled-2 #page-content-wrapper {
    position: relative;
    transition: all 0.5s;
    width: auto;
    padding-left: 150px;
}
#page-content-wrapper{
    transition: all 0.5s;
}
#wrapper.toggled-2 #sidebar-wrapper {
    width: 210px;
    /* width: 230px; */
}
#sidebar-wrapper .navbar-vertical.navbar-expand-xs {
    display: block;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    padding: 0;
    box-shadow: none;
}
#sidebar-wrapper .navbar-vertical.navbar-expand-xs .navbar-collapse  {
    display: block;
    overflow:hidden;
    background: none;
}
#sidebar-wrapper .navbar-vertical .navbar-nav>.nav-item .nav-link.active {
    color: #fff;
    background-color: inherit;
}
#sidebar-wrapper .navbar-vertical .navbar-nav>.nav-item .nav-link{
    color: #fff;
    display: flex;
    padding: 10px 13px;
    align-items: center;
    width: 100%;
    transition: all 0.5s;
    height: 60px;
    position: relative;
}
#sidebar-wrapper .navbar-vertical .navbar-nav>.nav-item .nav-link .nav-link-text{
    display: none;
    width: 100%;
    /* word-wrap: break-word; */
    transition: all 0.2s ease;
}
#wrapper.toggled-2 #sidebar-wrapper .navbar-vertical .navbar-nav>.nav-item .nav-link .nav-link-text{
    display: block;
    width: 100%;
    /* word-wrap: break-word; */
    transition: all 0.2s ease;
    line-height: 25px;
}
#sidebar-wrapper .navbar-vertical .navbar-nav .nav-link .icon {
    padding: 10px;
    width: 36px;
    height: 36px;
    background-position: center;
    border-radius: 0.75rem;
    text-align: center;
    display: flex;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
}
.dashboard-content{
   padding-left: 58px;
   transition: all 0.5s;
}
.dashHeader .header{
    padding-left: 58px;
    transition: all 0.5s;
}
.dashFooter{
    padding-left: 58px;
}
.dashHeader .header .container{
    max-width: 100%;
    /* box-shadow: -1px 1px 3px rgb(0 0 0 / 30%); */
    transition: all 0.5s;
    box-shadow: 0 5px 40px #ddd;
} 

.dashboard-main .theme-bg{
    /* background: #ededed; */
    min-height: 100%;
}
#sidebar-wrapper .dashboard-main .sidenav {
    z-index: 99;
}
#sidebar-wrapper .dashboard-main .navbar-vertical.navbar-expand-xs {
    display: block;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    padding: 0;
    box-shadow: none;
}
#sidebar-wrapper .dashboard-main .navbar-vertical.navbar-expand-xs.fixed-start {
    left: 0;
}
#sidebar-wrapper .dashboard-main .navbar-vertical.navbar-expand-xs .navbar-collapse  {
    display: block;
    overflow: auto;
    background: none;
}
#sidebar-wrapper .dashboard-main .navbar-vertical .navbar-nav>.nav-item .nav-link.active {
    /* color: #344767; */
    background-color: #fff;
}
#sidebar-wrapper .dashboard-main .navbar-vertical .navbar-nav .nav-link.active {
    font-weight: 600;
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
    /* border-radius: 0.5rem; */
}
#sidebar-wrapper .dashboard-main .navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    padding-top: 0.675rem;
    padding-bottom: 0.675rem;
    margin: 0 1rem;
}
#sidebar-wrapper .dashboard-main .navbar-vertical .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
#sidebar-wrapper .dashboard-main .navbar .collapse .navbar-nav .nav-item a {
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 600;
}
/* .dashboard-main .navbar .collapse .navbar-nav .nav-item h6{
	color: #344767;
} */
#sidebar-wrapper .dashboard-main .sidenav .nav-link-text {
    transition: 0.3s ease;
    opacity: 1;
    /* color: #006967; */
}
/* .dashboard-main .navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon {
    background-image: linear-gradient(310deg, #006967 0%, #006967 100%);
} */
/* #sidebar-wrapper .dashboard-main .navbar-vertical .navbar-nav .nav-link .icon {
    padding: 10px;
    width: 32px;
    height: 32px;
    background-position: center;
    border-radius: 0.75rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}  */
.dashboard-main .navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item .nav-link.active .icon svg .color-background{
	fill: #fff;
}
.dashboard-main .navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item>.nav-link .icon svg .color-background {
    fill: #3A416F;
}
.dashboard-main .navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item {
    margin-top: 12px;
    width: 100%;
}
.dashboard-main .navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 500;
    color: #67748e;
}

/* .dashboard-main .navbar .collapse .navbar-nav .nav-item a:hover, .dashboard-main .navbar .collapse .navbar-nav .nav-item a.active{
	background: none;
} */

.dashboard-content .__web-inspector-hide-shortcut__{
    visibility: hidden;
}

.dashboard-content .navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-basis: auto;
}
.dashboard-content .navbar-expand-lg .navbar-nav {
    flex-direction: row;
}

.dashboard-content .navbar .collapse{
    background: transparent;
}
.dashboard-content .card.box {
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}
.dashboard-content .breadcrumb .breadcrumb-item a{
    text-decoration: none;
}
.dashboard-content .dashboard-banner
{
    padding: 60px 0;
    /* background: #006967; */
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.dashboard-content .logo-box{
    box-shadow: 0 10px 25px rgb(60 72 88 / 15%);
    padding: 40px 20px;
    position: relative;
    top: -60px;
    background: #fff;
    min-width: 230px;
    min-height: 130px;
}
.dashboard-content .logo-box img{
    width: 170px;
    height:50px;
    margin:auto;
}
.dashboard-content .logo-text{
    position: relative;
    top: -30px;
}

.dashboard-content .menus{
    position: relative;
    top: -30px;
}

.dashboard-content .col.diamonds {
    max-width: 250px;
    border-radius: 10px;
}
.dashboard-content .col-img {
    background-color: #F1F1F1;
    border-radius: 10px;
    min-height: 194px;
}

#page-content-wrapper .add_here{padding-left: 58px;}

/* register-form */
.registerForm input[type=text], input[type='password'], input[type=email], input[type=number]
{
    border-radius: 8px;
}

/* contactus page */
.contactus-page{
    padding: 48px 0;
}
.contactus-page .contact_form input[type=text], .contactus-page .contact_form input[type=email], .contactus-page .contact_form textarea{
    border: 1px solid #BCBCBC;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    display: block;

}
.contactus-page .contact_form input[type=text]:focus,.contactus-page .contact_form input[type=email]:focus, .contactus-page .contact_form textarea:focus {
    border-color: #006967;
    box-shadow:none;
}
.contactus-page .contact_form input[type="submit"] {
    background: #06aeb1;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border: 0;
    border-radius: 7px;
    padding: 10px 30px;
    font-size: 16px;
}

.contactus-page .contact_form input[type="submit"]:hover {
    background-color: #262626;
}
.theme-text-primary{
    color: #06aeb1;
}
.theme-bg-primary{
    background-color: #06aeb1;
}
.theme-text-secondary{
    color: #198754;
}
.theme-bg-secondary{
    background-color: #198754;
}

.contactus-page .contact-info{
    border: 1px solid #BCBCBC;
    border-radius: 8px;
}

/* product-detail page */
.product-details .soldout_product{
    width: 70px;
    height: 30px;
}
#productSlider .carousel-caption{
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
}

#productSlider .carousel-caption img{
    /* min-width: 350px; */
    /* object-fit: cover; */
    min-width: 340px;
    min-height: 500px;
    margin: 0 auto;
    /* min-height: 350px; */
}
#productSlider .carousel-indicators {
   /* align-items: center;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;*/
    /*margin-right: 15%;*/
    position: relative;
    /* top: 50%; */
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin: 0 auto;
}
#productSlider .carousel-indicators li.active{
    border: 2px solid #006967;
    opacity: 1;
}
#productSlider .carousel-indicators li img{
    width: 100%;
    min-height: 50px;
}
#productSlider .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 60px;
    height: auto;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border: 1px solid #ededed;
}
.heart_count {
    min-width: 70px;
    text-align: center;
    display: inline-block;
/*    border: 2px solid #006967;*/
    background-color: #006967;
    color: #fff;
    border-radius: 5px;
    height: 40px;
    margin-bottom: 0;
    font-size: 17px;
    vertical-align: middle;
    line-height: 1.8;
    padding: 5px;
}
.heart_count i {
    color:#fff;
    margin-right: 5px;
    font-size: 16px;
}
.view_count {
    min-width: 70px;
    text-align: center;
    display: inline-block;
/*    border: 2px solid #006967;*/
background-color: #006967;
    color: #fff;
    border-radius: 5px;
    height: 40px;
    margin-bottom: 0;
    /* right: 15px; */
    font-size: 17px;
    vertical-align: middle;
    line-height: 1.8;
    padding: 5px;
}
.view_count i {
   color:#fff;
    margin-right: 5px;
    font-size: 16px;
}
.productdetail-page{
    padding: 50px 0 50px 58px;
}
.diamond-list{
    padding: 0;
    margin: 0;
    text-align: center;
}
.diamond-list li{
    display: inline-block;
    /* min-width: 40px;
    max-width: 40px; */
    margin-right: 15px
}
.diamond-list li:last-child{
    margin-right: 0;
}
.diamond-list li .diamond-image{
    min-width: 40px;
    max-width: 40px;
    margin: 0 auto ;
}
/* .diamond-list li .diamond-image:hover img
{
    filter: brightness(0);
    -webkit-filter: brightness(0);
} */
.chat-butn{
    background: #006967;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border: 0;
    border-radius: 7px;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
}
.chat-butn:hover{
    color: #fff;
}
.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: 450px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .mySwiper2 .swiper-button-next:after, .mySwiper2 .swiper-button-prev:after {
    font-weight: 600;
    background: #fff;
    color: #006967;
    border-radius: 10px;
    padding: 10px;
    font-size: 25px;
}

.mySwiper2 .swiper-button-next.swiper-button-disabled, .mySwiper2 .swiper-button-prev.swiper-button-disabled{
    opacity: .70;
}
.comment-wrapper{
    position: relative;
}
.comment-wrapper .commentReply{
    display: none;
}
.comment-wrapper textarea{
    height: 80px;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
}
.send-butn{
    background: #D01E3D;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border: 0;
    border-radius: 7px;
    padding: 4px 10px;
    font-size: 13px;
    text-decoration: none;
}
.post-reply-wrapper{
/*    position: absolute;*/
    z-index: 9;
    /* margin-bottom: 10px; */
    width: 100%;
}

/*21-feb-2023*/
.product-details .product_title{color: #006967;}
/*.card.additional-info-card{
    background-color: #fafafa;
}*/
.card.additional-info-card .card-header{background-color: #fff;color: #006967;}
.card.additional-info-card .card-body span {
    font-size: 15px;
    overflow: hidden;
}
.card.product-title-card,.card.product-info-card{
    box-shadow: 0 0 40px #ddd;
    border: 0;
}

/* product */
.inform_products{
    padding-left: 58px;
}
.custom-radio[type="radio"] {
    border: 0; 
    clip: rect(0 0 0 0); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute; 
    width: 1px;
}
  
  /* .custom-radio[type="radio"] + span {
    display: block;
  } */
  
.custom-radio[type="radio"] + span:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 1em;
    border: 2px solid #fff;
    box-shadow: 0 0 0 4px #476a6d;
    margin-right: 0.75em;
    transition: 0.5s ease all;
}
  
.custom-radio[type="radio"]:checked + span:before {
    background: #0c2221;
    box-shadow: 0 0 0 4px #476a6d;
}

.productdetail-page .col.diamonds .col-inner {
    max-width: 220px;
    border-radius: 10px;
}
.image-wrapper, #preview .image-wrapper{
    min-height: 130px;
    border: 2px solid rgba(0,0,0,.3);
    background: #fff;
    padding: 20px 0;
    cursor: pointer;
    margin: 20px 0;
    overflow: auto;
    display: inline-flex;
    width: 100%;
}
.image-wrapper.after-show, #preview .image-wrapper.after-show{
    display: none;
}
.image-wrapper .image-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* margin: 16px; */
    min-height: 80px;
    text-align: center;
}
.image-wrapper .image-preview .product-image {
    border-radius: 20px;
    /* overflow: hidden; */
    width: 80px;
    height: 80px;
    position: relative;
    display: block;
    z-index: 10;
}
#preview{
    display: inline-flex;
    position: relative;
    /* display: inline-block; */
    vertical-align: top;
    /* margin: 16px; */
    /* min-height: 100px; */
    /* width: 100%; */
}
/* #preview img{
    margin-right: 15px;
} */
.image-wrapper .image-preview .product-image img{
    object-fit: cover;
    /* margin: 10px; */
    padding: 10px;
    /* margin-right: 2px; */
    width: 80px;
    height: 80px;
}
.image-wrapper .image-preview .remove-butn{
    display: inline-block;
    padding: 4px 6px;
    background-color: #198754;
    color: #fff;
    margin-top: 15px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0.375rem;
}

/* productlist */
.product-list{
    padding-left: 58px;
    padding-top: 24px;
    padding-bottom: 24px;
}

/* product-edit */
.productedit{
    padding-left: 58px;
}

/* profile-product-edit */
.profileedit{
    padding-left: 58px;
    padding-top: 24px;
    padding-bottom: 24px;
}

/* profile-products */
.product-profile{
    padding-left: 58px;
    padding-top: 24px;
    /* padding-bottom: 24px; */
}
.section_title {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: 1px;
    border-left: 4px solid #06aeb1;
    padding: 10px;
    background: #fff;
    text-align: left;
}
.border-right-divider{
    border-right:1px solid #dee2e6;
}
.custom-table th{
    font-size: 16px;
    font-weight: bolder;
}
.custom-table td{
    font-size: 16px;
    font-weight: 600;
}
.custom-table td a {
    text-decoration: none;
    color: #212529;
}
.custom-table td img{
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 10px;
}
.custom-table td .soldout_product img{
    width: 65px;
    height: 25px;
    margin-left: 10px;
}
.custom-table .bg_theme{
    font-size: 15px;
}

/* footer */
.bg-black{
    background-color: #000000;
}
.bg-copyright{
    background-color: #06aeb1;
}

/* products-grid */
.products-grid{
    padding: 50px 0;
    background-color: #f3f4f6;
}
.product-block {
    transition: all .3s ease 0s;
    position: relative;
    text-align: center;
    padding: 15px;
    box-shadow: 0 5px 40px #ddd;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.product-block img{
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}
.product-block .product-cart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.product-block .product-cart a {
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #06aeb1;
    margin-top: 0;
    border-radius: 50%;
    text-decoration: none;
    visibility: hidden;
    margin-right: 10px;
    font-size: 15px;
    transition: all 0.3s;
    opacity: 0;
    cursor: pointer;
    background-color: #ffffff;
}
.product-block .product-cart a:hover{
    background-color: #06aeb1;
    color: #ffffff;
} 
.product-block:hover .product-cart a {
    transform: translateY(-30px);
    visibility: visible;
    opacity: 1;
}
.product-block .cart-butn{
    background: #06aeb1;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border: 0;
    border-radius: 7px;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
}
.product-block .cart-butn:hover{
    color: #fff;
    background-color: #262626;
}
.product-block .cart-butn:after {
    content: '\f217';
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    padding-left: 10px;
    font-weight: 900;
}
.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.pagination ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}
.pagination li {
    display: inline;
}
.pagination a {
    float: left;
    font-size: 16px;
    padding: 0 14px;
    line-height: 40px;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff;
    color: #575a7b;
}
.pagination li:first-child a {
    border-left-width: 1px;
}
.pagination .active a {
    color: #fff !important;
    cursor: default;
    background-color: #106649;
    border: 1px solid #106649;
}
.pagination a:hover {
    background-color: #06aeb1;
    border: 1px solid #06aeb1;
    color: #fff !important;
}
.breadcrumb {
    display: block;
    background: #ffffff;
    position: relative;
    border-radius: 0.25rem;
}
.breadcrumb ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.breadcrumb ul li {
    display: inline-block;
    line-height: 1;
}
.breadcrumb ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.breadcrumb ul li:after {
    content: '\f105';
    font-weight: 700;
    vertical-align: middle;
    color: #06aeb1;
    font-family: Font Awesome\ 5 Free;
    padding: 0 10px 0 10px;
}
.breadcrumb ul li:last-child:after{
    content: none;
}


@media (min-width:992px) and (max-width:1024px){
    body .navbar .navbar-nav .nav-item a {
        padding: 10px 25px;
        font-size: 13px;
    }
}

@media (max-width:992px){
    .dashboard-main .navbar-vertical.navbar-expand-xs .navbar-nav .nav-link{
        margin: 0;
    }
    .dashboard-main .navbar .navbar-collapse{
        padding: 10px;
    }
    .dashboard-main .sidenav .nav-link-text{
        font-size: 15px;
    }
}

@media (max-width:768px){
    .dashboard-content .logo-text{
        margin-bottom: 15px;
    }
}

@media (max-width:767px){
    .swiper.mySwiper.swiper-thumbs {
        height: 50px;
        margin-top: 15px;
    }
    .custom-table td{
        font-size: 14px;
    }
    .post-reply-wrapper{
        margin-top: 10px;
    }
    .custom-table td .soldout_product img{
        /* margin-left: 0; */
        max-width: 60px;
        /* margin-top: 5px; */
    }
    .custom-table td img{
        max-width: 40px;
        height: 40px;
    }
    .border-right-divider{
        border-right:0;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .dashboard-content .col.diamonds {max-width: 25%;}
    .productdetail-page .col.diamonds {max-width: 25%;}
}
@media only screen and (max-width: 440px){
    .dashboard-content .col.diamonds {max-width: 50%;}
    .productdetail-page col.diamonds {max-width: 50%;}
}

@media only screen and (max-width:480px) {
    .dashboard-content .col.diamonds .col-inner,
    .productdetail-page .col.diamonds {max-width:100%;}

    .productdetail-page .col.diamonds .col-inner,
    .productdetail-page .col.diamonds {max-width:100%;}
}





