.navbar-light .navbar-nav .nav-link {
  color:#3a3a3a;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #e53d24 !important;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #e53d24;
}

.NewsBox{
  padding: 5px 0;
  /* background-color: #3c351f; */
  background: -webkit-linear-gradient(90deg, #e53d24 16%, #efefef 16%);
  background: -moz-linear-gradient(90deg, #e53d24 16%, #efefef 16%);
  background: -o-linear-gradient(90deg, #e53d24 16%, #efefef 16%);
  background: linear-gradient(90deg, #e53d24 16%, #efefef 16%);
}
.NewsBox h2{
  margin: 0;
  font-size:1.5rem;
  color:#fff;
  text-align: center;
}
.NewsBox marquee{
  margin: 1px 0 0 0;
  padding: 0;
  height: 25px;
  display: block;
}
.NewsBox marquee p{
  font-size: 1rem;
  margin: 0;
  padding-top: 1px;
  color:#000000;
}

.HmCat{
  background-color: #fff;
  padding: 25px 0 80px 0;
}
.HmCat .item {
  /* border: 1px solid #00850a; */
  padding: 15px;
  margin: 5px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 0 5px #9b9b9b;
}
.HmCat .category-item h4 {
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #000;
  margin-top: 15px;
  text-align: center;
}
.HmCat .cate-img {
  width: 100px;
  height: 100px;
  background: #e53d24;
  padding: 22px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.HmCat .cate-img img{
  width: 100%;
  height: auto;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.featured-products{
  padding: 80px 0;
  background:linear-gradient(45deg, #8bc34a, rgba(255, 152, 0, 0.95));
  /* background: linear-gradient(145deg, #f05c13, rgb(255 152 0 / 95%)); */
}
.featured-products .main-title-left span {
  color: #000;
}
.featured-products .main-title-left h2 {
  color: #fff;
}
.featured-products .product-item {
  background: #3c351f;
  border-radius: 10px;
  border:5px solid #efefef;
  margin: 0;
  /* padding: 3px;
  box-shadow: 0 0 3px #000000; */
}
.featured-products .product-img {
  padding: 0;
}
.featured-products .product-text-dt p {
  font-weight: 500;
  color: #ffffff;
}
.featured-products .product-text-dt h4 {
  font-size: 1rem;
  font-weight: 500;
  color: #ff9800;
}
.featured-products .product-price {
  color: #00cd08;
  font-size: 16px;
}
.featured-products .offer-badge-1 {
  color: #fff;
  background: #e53d24;
  padding: 3px 10px;
  border-radius: 0;
  top: -10px;
  left: -10px;
}
.featured-products .product-price span {
  color: #ffffff;
  font-weight: 500;
}
.featured-products .cart-icon {
  color: #CDDC39;
}
span.like-icon {
  color: #ffffff;
  right: -10px;
  top: -10px;
  cursor: pointer;
  background-color: #e53d24;
}
.section145{
  padding: 50px 0;
  margin: 35px 0;
}
.section145:nth-of-type(odd){
  background-color: #efefef;
}
.section145:nth-of-type(even){
  background-color: #fff;
}
#painting{
  margin-top: 0;
}
.product-item {
  background: #ffffff;
  /* border: 4px solid #b3b3b3; */
  border-radius: 3px;
  padding: 15px;
  box-shadow: 0 0 7px #939393;
  margin: 5px;
}
.product-img {
  padding: 0;
}
.product-text-dt h4 {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
.product-text-dt p {
  color: #e53d24;
}
.product-price span {
  color: #000;
  opacity: 0.5;
}
.cart-icon {
  color: #202020;
}
.quantity .input-text.qty {
  background: #ffddd7;
}
.team-item {
  width: 100%;
  border: 3px solid #dfdfdf;
  border-radius: 25px;
  padding: 0;
}
.team-img img {
  max-width: 125px !important;
  height: 125px !important;
  border-radius: 50%;
  margin: auto;
}
.default-title h2{
  color:#303030;
  text-align: left;
}
.team-item h4 {
  color: #e53d24;
  margin-top: 0;
  margin-bottom: 15px;
}
footer{
  background-color: #cbcbcb;
}
.footer-last-row {
  padding: 0 30px 16px 0;
  background: #fff;
  text-align: center;
}
.item img{
  max-width: 100%;
  
}
.xzoom{
  max-width: 100%;
}

.otp{
    border:1px solid #867d7d !important;
}
.gallery img{
  margin:12px 0;
}

/* start lightbox */
.lightbox img:not(.lightbox-disabled) {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.lightbox-gallery {
    visibility: hidden;
    position: fixed;
    left: 0/*!rtl:ignore*/
    ;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background-color: rgba(0, 0, 0, .9);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.lightbox-gallery .lightbox-gallery-toolbar {
    position: absolute;
    top: 0;
    left: 0/*!rtl:ignore*/
    ;
    width: 100%;
    height: 50px;
    z-index: 1110;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.lightbox-gallery .lightbox-gallery-toolbar .lightbox-gallery-left-tools {
    float: left;
    height: 100%
}

.lightbox-gallery .lightbox-gallery-toolbar .lightbox-gallery-right-tools {
    float: right
}

.lightbox-gallery .lightbox-gallery-toolbar button {
    border: none;
    background: none;
    width: 50px;
    height: 50px;
    color: #b3b3b3;
    -webkit-transition: color .2s;
    transition: color .2s
}

.lightbox-gallery .lightbox-gallery-toolbar button:hover {
    color: #fff
}

.lightbox-gallery .lightbox-gallery-toolbar button:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900
}

.lightbox-gallery .lightbox-gallery-toolbar button.fontawesome-pro:before {
    font-family: Font Awesome\ 5 Pro
}

.lightbox-gallery .lightbox-gallery-toolbar button.lightbox-gallery-fullscreen-btn:before {
    content: ""
}

.lightbox-gallery .lightbox-gallery-toolbar button.lightbox-gallery-fullscreen-btn.active:before {
    content: ""
}

.lightbox-gallery .lightbox-gallery-toolbar button.lightbox-gallery-zoom-btn:before {
    content: ""
}

.lightbox-gallery .lightbox-gallery-toolbar button.lightbox-gallery-zoom-btn.active:before {
    content: ""
}

.lightbox-gallery .lightbox-gallery-toolbar button.lightbox-gallery-close-btn:before {
    content: ""
}

.lightbox-gallery .lightbox-gallery-counter {
    height: 100%;
    color: #b3b3b3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 0;
    direction: ltr/*!rtl:ignore*/
}

.lightbox-gallery .lightbox-gallery-content {
    position: fixed;
    top: 50px;
    left: 50px/*!rtl:ignore*/
    ;
    width: calc(100% - 100px);
    height: calc(100% - 100px)
}

.lightbox-gallery .lightbox-gallery-content .lightbox-gallery-image {
    position: absolute;
    left: 0/*!rtl:ignore*/
    ;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(.25);
    transform: scale(.25);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    pointer-events: none
}

.lightbox-gallery .lightbox-gallery-content .lightbox-gallery-image img {
    position: absolute;
    left: 0/*!rtl:ignore*/
    ;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    cursor: pointer;
    pointer-events: auto
}

.lightbox-gallery .lightbox-gallery-content .lightbox-gallery-image img.vertical {
    height: 100%;
    max-height: 100%;
    width: auto;
    max-width: none
}

.lightbox-gallery .lightbox-gallery-arrow-right {
    position: fixed;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.lightbox-gallery .lightbox-gallery-arrow-right button {
    border: none;
    background: none;
    width: 50px;
    height: 50px;
    color: #b3b3b3;
    -webkit-transition: color .2s;
    transition: color .2s
}

.lightbox-gallery .lightbox-gallery-arrow-right button:hover {
    color: #fff
}

.lightbox-gallery .lightbox-gallery-arrow-right button:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: ""
}

.lightbox-gallery .lightbox-gallery-arrow-right button.fontawesome-pro:before {
    font-family: Font Awesome\ 5 Pro
}

.lightbox-gallery .lightbox-gallery-arrow-left {
    position: fixed;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.lightbox-gallery .lightbox-gallery-arrow-left button {
    border: none;
    background: none;
    width: 50px;
    height: 50px;
    color: #b3b3b3;
    -webkit-transition: color .2s;
    transition: color .2s
}

.lightbox-gallery .lightbox-gallery-arrow-left button:hover {
    color: #fff
}

.lightbox-gallery .lightbox-gallery-arrow-left button:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: ""
}

.lightbox-gallery .lightbox-gallery-arrow-left button.fontawesome-pro:before {
    font-family: Font Awesome\ 5 Pro
}

.lightbox-gallery .lightbox-gallery-caption-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lightbox-gallery .lightbox-gallery-caption-wrapper .lightbox-gallery-caption {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 10px;
    text-align: center
}

.lightbox-gallery .lightbox-gallery-loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.lightbox-gallery button:focus {
    outline: none;
    color: #fff
}

.disabled-scroll {
    overflow-y: hidden;
    position: relative
}
/* end lightbox */








@media(max-width:1200px){
.wrapper {
  padding-top: 0;
  padding-bottom: 50px;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 12px;
  padding: 0.5rem 0.25rem;
}
.cart__btn {
  font-size: 14px;
  padding: 14px 20px;
}
}
@media(max-width:992px){
.mobileMenu {
  margin: 124px 0 0 0 !important;
  text-align: left;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  padding: 0.5rem 0.5rem;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  text-align: left;
}
.ui.dropdown .menu>.item {
  text-align: left !important;
}
}
@media (max-width: 767px) {
  .NewsBox{
    background: -webkit-linear-gradient(90deg, #e53d24 35%, #efefef 35%);
    background: -moz-linear-gradient(90deg, #e53d24 35%, #efefef 35%);
    background: -o-linear-gradient(90deg, #e53d24 35%, #efefef 35%);
    background: linear-gradient(90deg, #e53d24 35%, #efefef 35%);
  }
.carousel-inner img{
  height: 180px;
}
.HmCat .item {
  height: 185px;
}
.HmCat {
  padding: 25px 0 50px 0;
}
}
@media(max-width:320px){
.team-img img {
  max-width: 100px !important;
  height: 100px !important;
}

}
.mb-40{margin-bottom: 40px;}
.order-btn {
  height: 34px !important;
  padding: -2px 20px !important;
}
.main-price span2 {
  margin-left: 32px;
}
span.like-icon {
  right: 5px !important;
  top: 0px !important;
}