@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Lato', sans-serif !important;
    background: #fff;
    user-select: none;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Roboto", sans-serif;
}
p {
    margin-bottom: 0px;
}
html {
    scroll-behavior: smooth;
}
.owl-theme .owl-dots {
    display: none;
}
.owl-theme .owl-nav {
    display: block !important;
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.btn-close:focus {
    box-shadow: none;
}
.btn:hover {
    color: #fff !important;
}
.accordion-button:focus {
    box-shadow: none;
}
a {
    color: #000;
    text-decoration: none;
}
ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}
a:hover {
    color: initial;
}
input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
/*.full-width {
  width: 100% !important;
}*/
.container{
    max-width: 93%;
}
.web-view {
    display: block;
}
.mobile-view {
    display: none;
}
.vertical-space-2 {
    height: 10px;
}
.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}
.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}
.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}
.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}
.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}
.common{
    color: #0f9b4a;
}
.common-btn{
    border: 1px solid #0f9b4a !important;
    background: #0f9b4a;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
 }
 .common-btn:focus , .common-btn:hover{
     background: #0f9b4a !important;
     color: #fff !important;
 }
 .common-btn i{
    margin-left: 5px;
 }
.common-btn1{
    border: 1px solid #f4f4f4 !important;
    background: #f9f9f9;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    border-radius: 5px;
    padding: 10px 25px;
 }
 .common-btn1:focus , .common-btn1:hover{
     background: #f9f9f9 !important;
     color: #000 !important;
 }
 .common-btn1 i{
    margin-right: 5px;
 }

 .common-btn2{
    border: 1px solid #000 !important;
    background: #000;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
 }
 .common-btn2:focus , .common-btn2:hover{
     background: #000 !important;
     color: #fff !important;
 }
 .common-btn2 i{
    margin-left: 5px;
 }
 
  .green-btn{
    border: 1px solid #008000 !important;
    background: #008000;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
 }
 .green-btn:focus , .green-btn:hover{
     background: #008000 !important;
     color: #fff !important;
 }
 .green-btn i{
    margin-left: 5px;
 }

.fixed{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1200;
    transition: 0.5s all;
    padding:  0px;
    background: #fff !important;
    animation: swip_down .5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.fixed .navbar-brand img{
    width: 194px !important;
}

.main-title{
   font-size: 26px;
   font-weight: 700;
   margin-bottom: 25px;
   position: relative;
   display: inline-block;
}
.main-title span{
    position: relative;
    z-index: 1;
    
}
.main-title:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
    background: #0f9b4a;
    width: 90%;
    height: 1px;
}
.main-title::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -12px;
    background: #0f9b4a;
    width: 90%;
    height: 1px;
}
.main-text{
    font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
}
.top-header {
    background:#222;
    padding: 12px 0px;
}
.top-header .top-header-left ul {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
}
.top-header .top-header-left ul li{
    margin-right: 25px;
    position: relative;
}
.top-header .top-header-left ul li:not(:last-child):after{
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #ccc;
}
.top-header .top-header-left .top-header-link{
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
.top-header .top-header-right .desc-link{
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}
.top-header .top-header-right .desc-link li{
    margin-left: 25px;
    position: relative;
}
.top-header .top-header-right .desc-link li:not(:last-child):after{
    content: "";
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #ccc;
}
.top-header .top-header-right .top-header-link{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
.top-header .top-header-left .top-header-link i{
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}
.top-header .social-icon{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}
.top-header .social-icon li{
    margin-left: 15px;
}
.top-header .social-icon li a i{
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}
.search-header{
    padding: 15px 0px 25px;
    border-bottom: 1px solid #eaeaea;
}
.logo img{
    width: 185px;
}
.search-header .input-group{
    background: #f4f4f4;
    border-radius: 30px;
    padding: 2px ;
    border: 1px solid #eaeaea;
}
.search-header .input-group .form-control{
   background: transparent;
   border: none !important;
   box-shadow: none !important;
   outline: none !important;
   font-size: 11px;
   text-transform: uppercase;
   font-weight: 500;
   font-family: "Roboto", sans-serif;
   padding: 10px 20px;
   
}
.search-header .search-btn{
    background: #0f9b4a;
    border-radius: 50% !important;
    color: #fff;
    font-size: 14px;
    padding: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.search-header .login-list{
    display: flex;
    justify-content: end;
    margin-bottom: 0px;
    margin-top: 10px;
}
.search-header .login-list li{
    margin-left: 30px;
}
.search-header .login-list li .icon {
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}
.search-header .login-list li .icon img{
    font-family: "Roboto", sans-serif;width: 25px;
    position: relative;
}
.count{
  position: absolute;
  top: -5px;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0f9b4a;
  color: #fff;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
}
.search-header .login-list li .title{
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.main-header-bottom .navbar{
    height: 70px;
    width: 100%;
    position: relative;
    z-index: 1020;
    background: #fff;
}
.main-header-bottom .navbar-list{
    display:flex;
    /*justify-content:space-between;*/
    align-items:center;
    width:100%;
    height:100%;
    margin-bottom:0px;
}
.main-header-bottom .navbar-brand img{
    display: none;
    width: 120px;
}
.main-header-bottom .navbar .nav-link{
    font-size: 15px;
    color: #000;
    position: relative;
    line-height: 70px;

}
.main-header-bottom .navbar .nav-link:hover , .main-header-bottom .navbar .nav-link.active{
    color: #0f9b4a;
}

.main-header-bottom .navbar .nav-item.dropdown .dropdown-toggle::after{
    border: none;
}
.main-header-bottom .navbar .nav-item  .dropdown-menu{
   border: 1px solid #dee2e6;
    border-radius: 0px;
    background: #fff;
}
.main-header-bottom .navbar .dropdown .dropdown-menu .dropdown-item{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    padding: 9px 25px;
    background: transparent;
}
.main-header-bottom .navbar .dropdown .dropdown-menu .dropdown-item:hover{
    color: #0f9b4a;
}
.main-header-bottom .navbar .dropdown:hover > ul.dropdown-menu{
    display: block !important;
    animation: swip_left .5s linear 1;
}

.main-header-bottom .navbar .dropdown .dropdown-menu li:last-child{
    border-bottom: none;
}
.banner{
    position: relative;
    overflow: hidden;
}
.banner .banner-carousel img {
    width: 100%;
    height: 550px;
    position: relative;
    object-fit: cover;
    object-position: top;
}
.banner .banner-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -10px;
    border-radius: 0px 10px 10px 0px;
    width: 40px;
    height: 80px;
    font-size: 20px;
    color:#fff;
    background: #0000005e;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}
.banner .banner-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -10px;
    border-radius: 10px 0px 0px 10px;
    width: 40px;
    height: 80px;
    font-size: 20px;
    color:#fff;
    background: #0000005e;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
}
.banner .banner-carousel .owl-nav button.owl-prev:hover , .banner .banner-carousel .owl-nav button.owl-next:hover{
   color: #fff;
   background: #0f9b4a;
}
.banner .banner-carousel .owl-item.active .banner-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.2s;
  }
  .banner .banner-carousel .owl-item.active .banner-text {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  .banner .banner-carousel .owl-item.active .banner-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
  }

.categorey-detail {
    padding: 60px 0px;
}
.categorey-detail .categorey-box-outer{
    background: #f1f1f1;
    padding: 20px;
    border-radius: 10px;
}
.categorey-detail .categorey-box-outer .categorey-box{
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.categorey-detail .categorey-box-outer .categorey-box .img-box{
    width: 100%;
    height: 150px;
    position: relative;
}
.categorey-detail .categorey-box-outer .categorey-box .img-box::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background: #eaeaea;
    right: 0px;
}
.categorey-detail .categorey-box-outer .categorey-box .img-box::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background: #eaeaea;
    right: 5px;
}
.categorey-detail .categorey-box-outer .categorey-box .img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.categorey-detail .categorey-box-outer .categorey-box .categorey-subtitle{
    font-size: 15px;
    color: #0f9b4a;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
}
.categorey-detail .categorey-box-outer .categorey-box .categorey-title{
    font-size: 18px;
    color: #101010;
    font-weight: 500;
    margin-bottom: 10px;
}
.categorey-detail .categorey-box-outer .categorey-box .categorey-link a{
    color: #01afef;
    position: relative;
}
.categorey-detail .categorey-box-outer .categorey-box .categorey-link a::after{
    content: "\f061";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     font-size: 14px;
    right: -25px;
}
.categorey-slider .owl-dots{
    display: none !important;
}



.product-categorey{
    padding: 60px 0px 30px;
}
.product-categorey .card{
    border: 1px solid #f9f9f9;
    background: #f9f9f9;
    transition: 0.5s all;
}
.product-categorey .card:hover{
    box-shadow: 0px 0px 4px  #0000005e;
}
.product-categorey .card .img-box img{
    width: 100%;
}
.product-categorey .card .card-content{
    padding: 10px;
    width: 100%;
    text-align: center;
}
.product-categorey .card .card-content a{
    color: #000;
    font-size: 16px;
}

.products-section{
    padding: 60px 0px;
}
.products-section.products-section-bg{
    background: #f5f5dc;
}
.products-section .product-list-sidebar{
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 7px;
    padding:20px;
}
.products-section .product-list-sidebar .product-sidebar-title{
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
   
}
.products-section .product-list-sidebar .product-sidebar-title i{
    margin-right: 10px;
}
.products-section .product-list-sidebar .product-sidebar-subtitle{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
letter-spacing: 1px;
padding-top: 20px;
border-top: 1px solid #D9D9D9;
}
.products-section .product-list-sidebar .form-check-label{
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}
.products-section .product-list-sidebar .text{
    font-size: 14px;
    font-weight: 400;
    text-align: end;
    color: #555555;
}
.form-check-input:focus{
    border-color: #0f9b4a;
}
.form-check-input:checked{
    border-color: #0f9b4a;
    background: #0f9b4a;
    box-shadow: 0 4px 4px #ffbbb345, 0 0 0 4px #ffbbb345;
}
.products-section .product-list-sidebar  .price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
  }
  .products-section .product-list-sidebar  .price-input .field {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
  }
  .products-section .product-list-sidebar  .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 14px;
    margin-left: 12px;
    border-radius: 5px;
    color: #555;
    text-align: center;
    border: 1px solid #D9D9D9;
    -moz-appearance: textfield;
  }
  .products-section .product-list-sidebar  input[type="number"]::-webkit-outer-spin-button,
  .products-section .product-list-sidebar  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .products-section .product-list-sidebar  .price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    color: #555;
    align-items: center;
    justify-content: center;
  }
  .products-section .product-list-sidebar  .slider {
    height: 5px;
    position: relative;
    background: #D9D9D9;
    border-radius: 5px;
  }
  .products-section .product-list-sidebar  .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #0f9b4a;
  }
  .products-section .product-list-sidebar  .range-input {
    position: relative;
  }
  .products-section .product-list-sidebar  .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .products-section .product-list-sidebar  input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #0f9b4a;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
  .products-section .product-list-sidebar  input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #0f9b4a;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
.products-section .cared-list .card{
    border: 1px solid #fff;
    border-radius: 0px;
}
.products-section .card-list .card .card-img .card-img-link{
    float: left;
    margin-bottom: 0px;
    width: 100%;
    height: 250px;
    
}
.products-section .card-list .card .card-img {
    width: 100%;
    float: left;
    position: relative;
}
.products-section .card-list .card .card-img img{
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.products-section .card-list .card .card-body{
    padding: 10px;
    position: relative;
}



.range_container .sliders_control {
  position: relative;
  min-height: 50px;
}

.range_container .form_control {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  color: #635a5a;
}

.range_container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #c6c6c6;
  cursor: pointer;
}

.range_container input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #c6c6c6;
  cursor: pointer;
}

.range_container input[type="range"]::-webkit-slider-thumb:hover {
  background: #f7f7f7;
}

.range_container input[type="range"]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

.range_container input[type="number"] {
  color: #8a8383;
  width: 50px;
  height: 30px;
  font-size: 20px;
  border: none;
}

.range_container input[type="number"]::-webkit-inner-spin-button,
.range_container input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

.range_container input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 3px;
  width: 100%;
  position: absolute;
  background-color: #c6c6c6;
  pointer-events: none;
}

#fromSlider {
  height: 0;
  z-index: 1;
}


.add-icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    /*background: #0f9b4a;*/
    position: absolute;
    top: -30px;
    right: 20px;
}
.add-icon a{
    color: #fff;
    font-size: 20px;
}
.offer-badge{
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    padding:4px 10px;
    background: #0f9b4a;
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    z-index: 1;
    color: #fff;
}
.like-icon {
    position: absolute;
    z-index: 1;
    top: 14px;
    right: 10px;
    font-size: 19px;
    color: #0f9b4a;
    transition: 0.7s all;
}

.wishlist-count {
    position: absolute;
    top: -5px;
    right: -6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0f9b4a;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
}

.products-section .nav-pills .nav-link.active, .products-section .nav-pills .show>.nav-link{
    color: #0f9b4a;
}
.products-section .nav-pills .nav-link{
    color: #4a5568;
    font-size: 18px;
    margin-right: 40px;
    padding: 0px;
    background: transparent;
    outline: none;
    position: relative;
}
.products-section .nav-pills .nav-item{
    position: relative;
}
.products-section .nav-pills .nav-item:not(:last-child)::after{
    content: "";
    position: absolute;
    right: 20px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    background: #8A879F;
}

.products-section .card-list .card .card-body .product-title{
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Lato', sans-serif;
    text-align: left;
    width: 200px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products-section .card-list .card .card-body .product-rate{
    font-size: 15px;
    /*text-align: center;*/
    color: #0f9b4a;
}
.products-section .card-list .card .card-body .product-rate a{
   
    position: relative;
}
.products-section .star-rating {
    display: flex;
    /*justify-content: center;*/
}
.products-section .star-rating i {
    font-size: 13px;
    color:#ffbf34;
    margin: 0px 2px 10px 2px;
}
.products-section .product-title{
    font-size: 20px;
}
.products-section .card-list .card .card-img::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
    bottom: 5px;
}
.products-section .card-list .card .card-img::before{
    content: "";
    position: absolute;
    left: 0;
    width:100%;
    height: 1px;
    background: #eaeaea;
    bottom: 10px;
}
.blog-section{
    padding: 60px 0px;
}
.blog-section .testimonial-box{
    border:1px solid #f9f9f9;
    padding:30px 20px;
}
.blog-section .testimonial-box .testimonial-title{
    font-size: 24px;
    color: #000;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
.blog-section .testimonial-box .testimonial-title::after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
    background: #0f9b4a;
    width: 90%;
    height: 1px;
}
.blog-section .testimonial-box .testimonial-title::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -12px;
    background: #0f9b4a;
    width: 90%;
    height: 1px;
}
.blog-section .testimonial-box .customer-title{
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    line-height: 30px;
}
.blog-section .testimonial-box .customer-text{
    font-size: 16px;
    line-height: 28px;
    color: #4a5568;
}
.blog-section .testimonial-box .user-detail{
    margin-top: 20px;
}
.blog-section .testimonial-box .user-detail .user-img{
    width: 100%;
    border-radius: 50%;
} 
.blog-section .testimonial-box .user-detail .user-name{
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}
.blog-section .testimonial-box .user-detail .user-text{
    font-size: 15px;
    color: #0f9b4a;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
}
.blog-list{
    padding: 0px 0px 0px 30px;
}
.blog-list .blog-card .card-img{
    margin-bottom: 15px;
    width: 100%;
    background: #f9f9f9;
    height: 250px;
}
.blog-list .blog-card .card-img img{
    width: 100%;
    height: 100%;
    object-fit:contain ;
}
.blog-list .blog-card .card-text{
    font-size: 14px;
    color: #0f9b4a;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
}
.blog-list .blog-card .card-title{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}
.news-letter{
    padding: 60px 0px;
}
.news-letter .news-letter-box{
    padding:50px 30px ;
    background: url(../images/news-letter.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    border-radius: 10px;
}
.news-letter .news-letter-box .letter-title{
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.news-letter .news-letter-box .input-group{
    background: #fff;
    border-radius: 5px;
    padding: 2px ;
    border: 1px solid #eaeaea;
}
.news-letter .news-letter-box .input-group .form-control{
   background: transparent;
   border: none !important;
   box-shadow: none !important;
   outline: none !important;
   font-size: 13px;
   text-transform: uppercase;
   font-weight: 500;
   font-family: "Roboto", sans-serif;
   padding: 10px 20px;
   
}
.news-letter .news-letter-box .search-btn{
    background: #0f9b4a;
    border-radius: 5px !important;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
}
.news-letter .news-letter-box .search-btn i{
    margin-left: 7px;
}

.footer{
    padding: 25px 0px 15px;
    position: relative;
    background: #f7f7f7;
    z-index: 0;
}
.footer::after{
    background: url(../images/footer-shape-2.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    z-index: -1;
}

.footer .shipping-detail{
    padding:20px 0px ;
    border-bottom: 1px dashed #c1c1c1;
}
.footer .shipping-detail .shipping-title{
    font-size: 16px;
    color: #222;
    position: relative;
    text-align: center;
    font-family: 'Lato', sans-serif;
}
.footer .shipping-detail .shipping-title::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    border-right:1px dashed #c1c1c1;
    right: 10px;
}

.footer .shipping-detail .shipping-title.last-item::after , .footer .shipping-detail .shipping-title.last-item::before{
      border-right: 0px;
}
.footer .shipping-detail .shipping-title img{
    width: 30px;
    margin-right: 15px;
}
.footer .link-desc{
    padding: 30px 0px;
    border-bottom: 1px dashed #c1c1c1;
}
.footer .link-desc .footer-text{
    font-size: 15px;
    color: #4a5568;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
}
.footer .footer-address-list{
    margin-top: 15px;
}
.footer .footer-address-list li{
  margin-bottom: 10px;
}
.footer .footer-address-list li a{
    font-size: 15px;
    color: #4a5568;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
}

.footer .footer-address-list li a i{
    margin-right: 10px;
}
.footer-list li{
    margin-bottom: 15px;
}
.footer .link-desc .footer-title{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}
.footer-list li .footer-link{
    font-size: 15px;
    color: #4a5568;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
}
.footer .footer-contact-list li{
  margin-bottom: 10px;
}
.footer .footer-contact-list li h6{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
}
.footer .footer-contact-list li h6 i{
    margin-right: 10px;
}
.footer .footer-contact-list li a{
    font-size: 15px;
    color: #4a5568;
    line-height: 28px;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
}

.footer .footer-contact-list li a i{
    margin-right: 10px;
}
.app-text{
    font-size: 16px;
    color: #0f9b4a;
}
.app-img {
    display: flex;
    margin-top: 10px;
}
.app-img li{
    width: 50%;
    float: left;
    padding: 2px;
}
.app-img li img{
    width: 100%;
}
.footer .footer-bottom{
    padding-top: 15px;
}
.footer .footer-bottom .social ul li {
    list-style-type: none;
    padding-left: 8px;
}
.footer .footer-bottom .social ul {
    display: flex;
    padding-left: 0px;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}
.footer .footer-bottom .social i {
    color: #4a5568;
    text-align: center;
    font-size: 14px;
    margin:0px 5px 0px 0px;
}
.footer .footer-bottom .social a {
    cursor: pointer;
}
.footer .footer-bottom .social i:hover{
    color: #0f9b4a;
}



.page-banner{
    background: beige;
    padding: 20px 0px;
}
.navigation-list{
  display: flex;
  margin-bottom: 0px;
}
.navigation-list li{
    margin-right: 20px;
    font-size: 16px;
    color: #000;
    position: relative;
}
.navigation-list li:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -12px;
     width: 4px;
     height: 4px;
     background: #4a5568;
    transform: translateY(-50%) rotate(-45deg);
}
.navigation-list li a{
    color: #4a5568;
}


.product-detail{
    padding: 60px 0px 0px 0px;
}
.product-detail .slider .big-image{
    width: 100%;
    height: 400px;
    background: #f9f9f9;
}
.product-detail .slider .big-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-detail .slider-nav{
    margin-top: 5px;
}
.product-detail .slider .small-image{
    width: 100%;
    height: 100px;
    background: #f9f9f9;
}
.product-detail .slider .small-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#sync1 .item {
    margin: 5px;
    color: #fff;
    text-align: center;
}
#sync2 .item {
    margin: 5px;
    text-align: center;
    cursor: pointer;
}
#sync1 .item .img-box{
    width: 100%;
    height: 400px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    position: relative;
}
#sync1 .item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#sync2 .item .img-box{
    width: 100%;
    height: 100px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
#sync2 .item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.owl-theme .owl-nav [class*='owl-'] {
    transition: all 0.3s ease;
}
.owl-nav, .owl-dots{
    display: none !important;
}

.owl-item.current.active .img-box{
    border-color:  #bbb !important;
}
#sync1.owl-carousel .owl-nav button.owl-next, #sync1.owl-carousel .owl-nav button.owl-prev, #sync1.owl-carousel button.owl-dot , #sync2.owl-carousel .owl-nav button.owl-next, #sync2.owl-carousel .owl-nav button.owl-prev, #sync2.owl-carousel button.owl-dot {
    display: none !important;
}

.product-detail-content{
    padding: 0px 30px;
}
.product-detail-content .product-title{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #c1c1c1;
    font-family: 'Lato', sans-serif;
}
.product-detail-content .product-subtitle{
    font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}
.product-detail-content .product-rate{
    font-size: 20px;
    color: #0f9b4a;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
}
.product-detail-content .desc-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    border-bottom: 1px dashed #c1c1c1;
    padding-bottom: 10px;
}
.product-detail-content .desc-list li{
    margin-right: 35px;
    position: relative;
}
.product-detail-content .desc-list li:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    border-right: 1px dashed #c1c1c1;
    right: -20px;
}
.product-detail .product-detail-content .review-text{
    font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}
.product-detail .product-detail-content .review-link a{
    font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}
.product-detail .product-detail-content .review-link a i{
    margin-right: 10px;
}
.product-detail .product-detail-content .star-rating {
    display: flex;
    justify-content: center;
}
.product-detail .product-detail-content .star-rating i {
    font-size: 14px;
    color:#ffbf34;
    margin: 0px 2px 10px 2px;
}
.product-detail .product-detail-content p{
    color: #666;
    font-size: 15px;
}
.minus, .plus {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #f9f9f9;
    color: #000;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    user-select: none;
}
.num {
    padding: 0 10px;
    font-size: 18px;
    user-select: none;
}
.whislist {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    text-align: center;
    z-index: 10;
}
.whislist a{
    color: #0f9b4a;
}

.cart-detail{
    padding: 60px 0px;
}
.cart-detail .table{
    vertical-align: baseline;
    font-size: 15px;
}
.cart-detail .table th{
   padding: 12px;
   font-size: 16px;
   border-width:1px;
}
.cart-detail .table.table-bordered>:not(caption)>*>*{
    border-width:1px;
}
.cart-detail .table .img-box{
    width: 100px;
    height: 100px;
    margin:  0 auto;
}
.cart-detail .table .img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cart-detail .table .price{
    color: #0f9b4a;
}
.cart-detail .table .num{
    font-size: 15px;
}

.total-box{
    border: 1px solid #dee2e6;
    padding: 15px;
    border-radius: 7px;
}
.total-box  .total-title{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    padding-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 15px;
}

.total-box  .form-label{
    font-size: 15px;
    color: #4a5568;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-bottom: 5px;
}

.total-box   .input-group{
    background: #fff;
    border-radius: 5px;
    padding: 2px ;
    border: 1px solid #eaeaea;
}
.total-box   .input-group .form-control{
   background: transparent;
   border: none !important;
   box-shadow: none !important;
   outline: none !important;
   font-size: 14px;
   font-weight: 400;
   font-family: "Roboto", sans-serif;
   padding: 10px 20px;
   
}
.total-box   .search-btn{
    background: #000;
    border-radius: 5px !important;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
}
.total-box   .search-btn i{
    margin-left: 7px;
}
.final-cost{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dee2e6;
}
.final-cost .total-rate{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0px;
}

.login-detail{
    padding:30px 0px;
}
.login-detail .login-left{
    width: 100%;
    height: 100%;
    padding: 50px;
}
.login-detail .login-left img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.login-detail .login-box{
    padding: 30px;
    color: #4a5568;
    background: #fff;
    border: 1px solid #dee2e6;
}
.login-detail .login-title {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
}
.login-text{
    font-size: 15px;
    color: #4a5568;
    font-weight: 400;
   text-align: center;
   margin-top: 15px;
}
.login-text a{
    color: #0f9b4a;
}
.login-detail .login-box .or-title{
    font-size: 15px;
    color: #4a5568;
    position: relative;
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.login-detail .login-box .form-label{
    font-size: 15px;
}
.login-detail .login-box .form-control{
    font-size: 13px;
    padding:  10px;
}
.login-detail .login-box .or-title::after ,.login-detail .login-box .or-title::before{
    content: "";
    flex: 1;
    height: 1px;
    margin: 0 1em;
  
    background: #dee2e6;
}
.login-detail .login-box .social-icon ul li {
    list-style-type: none;
    padding-left: 8px;
}
.login-detail .login-box .social-icon ul {
    display: flex;
    padding-left: 0px;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
    margin-top: 30px;
}
.login-detail .login-box .social-icon i {
    color: #fff;
    width: 45px;
    height: 45px;
    box-shadow: 0 2px 2px #999;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    margin:0px 5px 0px 0px;
}
.login-detail .login-box .social-icon a {
    cursor: pointer;
}
.login-detail .login-box .social-icon i:hover{
    color: #fff;
}
.login-detail .login-box .social-icon .facebook i{
    background: #4060A5;
}
.login-detail .login-box .social-icon .facebook:hover i{
    color: #4060A5;
    background: #fff;
}
.login-detail .login-box .social-icon .google:hover i{
    color: #e64522;
      background: #fff;
}
.login-detail .login-box .social-icon .twitter:hover i{
    color: #00ABE3;
    background: #fff;
}
.login-detail .login-box .social-icon .google i{
    background: #e64522;
}
.login-detail .login-box .social-icon .twitter i{
    background: #00ABE3;
}

.close-icon{
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
   
}
.close-icon-desc {
    font-size: 15px;
    color: #0f9b4a !important;
    padding: 5px 7px;
    border-radius: 50%;
    border: 1px solid #0f9b4a;
}
.contact{
    padding: 60px 0px;
}
.contact .contact-left , .contact .contact-right{
    padding: 0px 30px;
}
.contact .contact-title{
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #000;
    font-size: 30px;
    font-weight: 700;
}
.contact .contact-text{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #4a5568;
    margin-bottom: 20px;
}
.contact .contact-detail{
    display: flex;
    margin-bottom: 25px;
}
.contact .contact-detail .icon{
    font-size: 20px;
    color: #0f9b4a;
    text-align: center;
    position: relative;
    line-height: inherit;
}
.contact .contact-detail .text{
    margin-left: 10px;
}
.contact .contact-detail .text .reservation-text{
    font-size: 16px;
    color: #000;
    font-weight: 400;

    margin: 0px;
    margin-bottom: 10px;
}
.contact .contact-detail .text .reservation-title{
    margin: 0;
    line-height: inherit;
;

}
.contact .contact-detail .text .reservation-title a{
    font-size: 14px;
    color: #666;
    margin-right: 10px;
}
.contact .get-title{
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #222;
    font-size: 24px;
}
.contact form .form-label{
    color: #1D66A7;
    font-weight: 600;
}
.contact form .form-control{
    max-width: 100%;
    padding: 10px ;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    background-image: none;
    border: none;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact .form-control:focus ~ .input-container {
    border-color: #0f9b4a !important;
}
.contact  .input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
    transition: 0.1s all;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  
  .contact   .icon {
    color: #0f9b4a;
    min-width: 20px;
    line-height: 50px;
    font-size: 16px;
  }
  
  .contact  .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
  }
  
  .input-field:focus {
    border: none;
  }
  #file-input {
    display: none;
  }
 
 .profile-detail{
    padding: 60px 0px;
 }
  .profile-detail .profile-left{
    width: 100%;
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 7px;
  }
  .profile-detail .profile-left .profile-cover{
    width: 100%;
    height: 120px;
    background: beige;
  }
 .profile-detail .preview{
      width: 120px;
      height: 120px;
      border-radius: 50%;
      margin:-80px  auto 0;
      position: relative;
  }
 .profile-detail .preview img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
  }
  .profile-detail .preview label{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #0f9b4a;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer;
  }
.profile-detail .profile-left .user-name{
    font-size: 16px;
    color: #0f9b4a;
    text-align: center;
    font-weight: 400;
}
.profile-detail .profile-left .user-email{
    font-size: 14px;
    color: #4a5568;
    text-align: center;
    font-weight: 400;
}
.profile-detail .profile-left .nav-pills .nav-link{
    font-size: 14px;
    color: #4a5568;
    font-weight: 400;
    width: 100%;
    background: transparent;
    text-align: left;
    margin-bottom: 5px;
    border-radius: 0px;
    padding: 12px 12px;

}
.profile-detail .profile-left .nav-pills .nav-link.active{
    background: beige;
}
.profile-detail .profile-left .nav-pills .nav-link i{
    margin-right: 10px;
    font-size: 16px;
}
.profile-detail .profile-right{
    padding: 0px 30px;
}

.profile-box{
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 7px;
}
.profile-box-title{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: 'Lato', sans-serif;

}
.profile-box-heading{
    padding-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 15px;
}
.edit-badge{
    background: #0f9b4a !important;
    margin-left: 10px;
    color: #fff !important;
    font-size: 13px;
    padding:3px 10px;
    border-radius: 3px;
    display: inline-block;
}
.profile-box .profile-box dd p{
    font-size: 15px;
}
.profile-box .profile-card-img{
    width: 100%;
    height: 150px;
}
.profile-box .profile-card-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.profile-box .star-rating {
    display: flex;
    justify-content: flex-start;
}
.profile-box .star-rating i {
    font-size: 13px;
    color:#ffbf34;
    margin: 0px 2px 10px 2px;
}
.profile-box .profile-card-title {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
}
.profile-box .profile-card-rate {
    font-size: 15px;
    color: #0f9b4a;
    margin-bottom: 5px;
}
.profile-box .profile-card-quanity {
    font-size: 15px;
    color: #4a5568;
}
.order-list li:not(:last-child){
    margin-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
}
.profile-card-desc{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.profile-card-desc .star-rating{
    display: inline;

}
.profile-card-desc .star-rating , .profile-box .profile-card-rate , .profile-card-quantity{
    margin-left: 5px;
}
.profile-card-desc li{
    border-bottom: none !important;
    margin-bottom: 0px !important;
    margin-right: 25px;
}
.profile-box .form-control{
    font-size: 13px;
    padding: 7px 0px;
    border: none;
     border-bottom: 1px solid #dee2e6;
     border-radius: 0px;
}
.edit-profile .form-control{
    font-size: 13px;
    padding: 12px 10px;
    border: 1px solid #dee2e6;
     border-radius: 5px;
}
.form-check-input:checked{
    background-color: #0f9b4a;
    border-color: #0f9b4a;
}
.address-card{
    border: 1px solid #dee2e6;
    padding: 15px;
    border-radius: 7px;
    width: 100%;
    height: 100%;
}
.address-card .form-check-label{
    font-size: 17px;
    color: #0f9b4a;
    font-weight: 400;
}
.address-card p{
    font-size: 14px;
    color: #4a5568;
    margin-bottom: 0px;
}

.form-modal .form-control{
    font-size: 13px;
    padding: 10px 15px;
}


.pagination{
    border: none;
 }
 .pagination{
    justify-content: center;
 }
 .page-link{
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    border: none;
    padding:13px 20px;
    margin: 0px 5px;
    border-radius: 5px;
 }
 .page-link:hover{
    background: #0f9b4a;
    color: #fff;
 }



.checkout-item dd p{
    font-size: 15px;
}
.checkout-item .profile-card-img{
    width: 100%;
    height: 280px;
}
.checkout-item .profile-card-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.checkout-item .star-rating {
    display: flex;
    justify-content: flex-start;
}
.checkout-item .star-rating i {
    font-size: 15px;
    color:#ffbf34;
    margin: 0px 2px 0px 2px;
}
.checkout-item .profile-card-title {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
}
.checkout-item .profile-card-rate {
    font-size: 18px;
    color: #0f9b4a;
    margin-bottom: 5px;
}
.checkout-item .profile-card-quanity {
    font-size: 15px;
    color: #4a5568;
}
.checkout-item .offer-badge{
    position: relative;
    left: 0px;
    margin-bottom: 5px;
}

.proceed-check{
    padding: 0px 50px 0px 0px;
}

.proceed-check .proceed-body{
    padding: 35px 0px;
}
.proceed-body .form-control , .proceed-body .form-select{
    font-size: 13px;
    padding: 12px 15px;
}
.proceed-body .form-select{
    color: #212529;
}
.proceed-check .nav-tabs .nav-link{
    color: #4a5568;
    border-radius: 0px;
    border: none;
}
.proceed-check .nav-tabs .nav-link.active{
    background: #0f9b4a;
    color: #fff;
}





.course-details-card .course-details-two-content p:last-child {
  margin-bottom: 0;
}

.course-details-content .rating-box {
  background: #FFFFFF;

  border-radius: 5px;
  text-align: center;
  min-width: 200px;
  padding: 29px 10px;
}
.course-details-content .rating-box .rating-number {
  font-weight: 800;
  font-size: 72px;
  line-height: 90px;
  color: #231F40;
}
.course-details-content .rating-box  .star-rating {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.course-details-content .rating-box  .star-rating i {
    font-size: 15px;
    color:#ffbf34;
    margin: 0px 2px 0px 2px;
}
.course-details-content .rating-box span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.course-details-content .course-tab-content {
  margin-top: 40px;
}
.course-details-content .rating-box {
  background: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  text-align: center;
  min-width: 200px;
  padding: 29px 10px;
}
.course-details-content .rating-box .rating-number {
  font-weight: 800;
  font-size: 72px;
  line-height: 90px;
  color: #231F40;
}
.course-details-content .rating-box span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.review-wrapper .single-progress-bar {
  position: relative;
}
.review-wrapper .rating-text {
  display: inline-block;
  position: relative;
  top: 19px;
  font-size: 15px;
}
.review-wrapper .rating-text i{
    font-size: 12px;
}
.review-wrapper .progress {
  max-width: 83%;
  margin-left: 38px;
  height: 12px;
  background: #EEEEEE;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .review-wrapper .progress {
    max-width: 80%;
  }
}
.review-wrapper .progress .progress-bar {
  background-color: #ffbf34;
}
.review-wrapper span.rating-value {
  position: absolute;
  right: 0;
  top: 50%;
}
.edu-comment {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .edu-comment {
    flex-direction: column;
  }
}
.edu-comment .thumbnail {
  min-width: 70px;
  width: 70px;
  max-height: 70px;
  border-radius: 100%;
  margin-right: 25px;
}
.edu-comment .thumbnail img {
  border-radius: 100%;
  width: 100%;
}
.edu-comment .comment-content .comment-top {
  display: flex;
  align-items: center;
}
.edu-comment .comment-content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-right: 15px;
}
.edu-comment .comment-content .subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  display: block;
  margin-bottom: 10px;
  color: #231F40;
}
@media only screen and (max-width: 575px) {
  .edu-comment .comment-content {
    margin-top: 20px;
  }
}
.edu-comment + .edu-comment {
  border-top: 1px solid #EEEEEE;
  padding-top: 30px;
  margin-top: 30px;
}
.comment-top .star-rating {
    display: flex;
    justify-content: flex-start;
}
.comment-top .star-rating i {
    font-size: 15px;
    color:#ffbf34;
    margin: 0px 2px 0px 2px;
}
.star {
    width: 20px;
    height: 20px;
    margin: 0px 3px;
    transition: .6s all;
  }
  #rating {
    cursor: pointer;
    display: inline-block
  }
  #review-form .input-group-addon {
    min-width: 100px;
  }
  #review-form .btn {
    min-width: 100px;
  }
  #review-form input[type="text"],
  #review-form textarea {
    width: 100%;
    font-size: 13px;
    padding: 12px 15px;
  }
  #review-form .form-group {
    margin-top: 15px;
  }
  #review-form .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
  }


  .order-box{
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}
  .order-box .heading{
    padding: 15px 25px;
    border-bottom: 1px solid #E6E6E6;
}
  .order-box .title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
  .order-box .title span{
    font-size: 15px;
    font-weight: 400;
    color: #4D4D4D;
    padding-left: 25px;
    position: relative;
}
  .order-box .title span::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #4D4D4D;
    border-radius: 50%;
}
  .order-box .order-status{
    padding: 7px 10px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
  }
    .order-box .order-status.in-order{
    background: #19875429;
    color: #198754;
  }
    .order-box .order-status.out-order{
    background: #f8d7da;
    color: #dc3545;
  }
    .order-box .order-status.out-order{
    background: #f8d7da;
    color: #dc3545;
  }
   .order-box .body{
    padding: 25px;
 }
   .order-box .body .address-detail .address-title{
    font-size: 15px;
    font-weight: 400;
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 20px;
 }
   .order-box .body .address-detail .address-name{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
 }
   .order-box .body .address-detail .address-subtitle{
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
    text-transform: uppercase;
    margin-bottom: 10px;
 }
   .order-box .body .address-detail .address-text{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    position: relative;
    margin-bottom: 25px;
}

.order-tracking{
	text-align: center;
	width: 25%;
	position: relative;
	display: block;
}
.order-tracking .is-complete{
	display: block;
	position: relative;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	border: 0px solid #AFAFAF;
	background-color: #E5E5E5;
	margin: 0 auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	z-index: 2;
}
.order-tracking .is-complete:after {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 17px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
}
.order-tracking.completed .is-complete{
	border-color: #0f9b4a;
	border-width: 0px;
	background-color: #0f9b4a;
}
.order-tracking.completed .is-complete:after {
	border-color: #fff;
	border-width: 0px 2px 2px 0;
	width: 7px;
	left: 17px;
	opacity: 1;
}
.order-tracking p {
	color: #A4A4A4;
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 0;
	line-height: 20px;
}
.order-tracking p span{font-size: 14px;}
.order-tracking.completed p{color: #000;}
.order-tracking::before {
    content: '';
    display: block;
    height: 6px;
    width: calc(100% - 25px);
    background-color: #E5E5E5;
    top: 16px;
    position: absolute;
    left: calc(-50% + 17px);
    z-index: 0;
}
.order-tracking:first-child:before{display: none;}
.order-tracking.completed:before{background-color: #0f9b4a;}


   .order-box .table{
    vertical-align: baseline;
    font-size: 15px;
  margin-top: 20px;
}

   .order-box .table-bordered>:not(caption)>*>*{
    border-width: 0px;
}
.table-bordered>:not(caption)>*:last-child{
    border-width: 0px;
}
    .order-box .table th{
   padding: 15px 30px !important;
   font-weight: 500;
   font-size: 16px;
   color: #000;
   background: #f9f9f9;
   
}
   .order-box .table td{
    padding:10px 20px !important;
}
   .order-box .subtitle{
    font-size: 16px;
    color: #808080;
}

    .order-box .table .img-box{
    width: 100%;
    height: 100px;
    margin-right: 15px;
}
    .order-box .table .img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
  .order-box .table .price{
    color: #1A1A1A;
    font-size: 14px;
}

.single-checkout .table-bordered>:not(caption)>*>*{
    border-width: 1px;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}
#myBtn::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
#myBtn:hover {
    background-color: #0f9b4a;
}


.social ul li {
    list-style-type: none;
    padding-left: 8px;
}
.social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}
.social i {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin:0px 15px 0px 0px;
}
.social a {
    cursor: pointer;
}
.social i:hover{
    color: #fff;
}

@media (min-width:2000px) {
  .container{
    max-width: 1320px;
  }
}



@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        background: #fff;
        width: 100%;
        z-index: 1200;
        background: transparent;
        border-bottom: 1px solid #dee2e6;
        padding: 5px 0px;

    }
    .mobile-header .logo img {
        width: 160px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #000;
    font-weight: 500;
        position: relative;
        line-height: 25px;
    }
  .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .main-section .vertical-space-50{
        height: 0px !important;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 150px;
    }
    .toggler {
    color: #0f9b4a !important;
        font-size: 32px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #fff;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner .banner-carousel img{
        height: 300px;
    }
    .banner-section .banner-content{
        top: 55%;
    }
    .banner-section .banner-content .banner-title {
        font-size: 26px;
        line-height: 32px;
    }
    .main-title , .about-title , .form-section .form-left-title{
        font-size: 26px;
        line-height: 32px;
    }
   
    .logo img{
        width: 110px;
    }
    .footer .shipping-detail .shipping-title{
        text-align: left
    }
    .footer .shipping-detail .shipping-title::after{
        width: 0px;
        border-right: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        background: #fff;
        width: 100%;
        z-index: 1200;
        background: transparent;
        border-bottom: 1px solid #dee2e6;
        padding: 5px 0px;

    }
    .mobile-header .logo img {
        width: 160px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #000;
    font-weight: 500;
        position: relative;
        line-height: 25px;
    }
  .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .main-section .vertical-space-50{
        height: 0px !important;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 150px;
    }
    .toggler {
    color: #0f9b4a !important;
        font-size: 32px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #fff;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner .banner-carousel img{
        height: 300px;
    }
    .banner-section .banner-content{
        top: 55%;
    }
    .banner-section .banner-content .banner-title {
        font-size: 26px;
        line-height: 32px;
    }
    .main-title , .about-title , .form-section .form-left-title{
        font-size: 26px;
        line-height: 32px;
    }
   
    .logo img{
        width: 110px;
    }
    .footer .shipping-detail .shipping-title{
        text-align: left
    }
    .footer .shipping-detail .shipping-title::after{
        width: 0px;
        border-right: none;
    }
    .proceed-check{
        padding: 0px;
    }
    }   

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
    .mobile-header {
        background: #fff;
        width: 100%;
        z-index: 1200;
        background: transparent;
        border-bottom: 1px solid #dee2e6;
        padding: 5px 0px;

    }
    .mobile-header .logo img {
        width: 160px;
    }
    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }
    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
    color: #000;
    font-weight: 500;
        position: relative;
        line-height: 25px;
    }
  .mobile-header .mobile-header-list .nav-item .nav-link i{
        float: right;
    }
    .mobile-header .mobile-header-list  .sub-link{
        padding: 10px;
        font-size: 15px;
    color: #8A879F;
        position: relative;
        line-height: 25px;
    }
    .main-section .vertical-space-50{
        height: 0px !important;
    }
    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }
    .mobile-header .offcanvas {
        width: 360px;
    }
    .mobile-header .offcanvas .logo img{
        width: 150px;
    }
    .toggler {
    color: #0f9b4a !important;
        font-size: 32px;
        border: none;
        text-align: center;
        padding: 0px;
    }
    .toggler:focus , .toggler:hover {
        color: #fff;
        background: transparent;
    }
    .mobile-header .social ul {
        justify-content: flex-start;
    }
    .mobile-header .offcanvas-body {
        line-height: initial;
    }
    .banner .banner-carousel img{
        height: 300px;
    }
    .banner-section .banner-content{
        top: 55%;
    }
    .banner-section .banner-content .banner-title {
        font-size: 26px;
        line-height: 32px;
    }
    .main-title , .about-title , .form-section .form-left-title{
        font-size: 26px;
        line-height: 32px;
    }
 
    .logo img{
        width: 110px;
    }
    .footer .shipping-detail .shipping-title{
        text-align: left;
    }
    .footer .shipping-detail .shipping-title::after{
        width: 0px;
        border-right: none;
    }
    .cart-detail .table{
        width: 700px;
    }
    .over-auto{
        overflow: auto;
    }
    .proceed-check{
        padding: 0px;
    }
}   
