/*@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
body, html{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif !important;
    }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif  !important;
}

/*@media (orientation: landscape) and (max-width: 777px) {
  html {
    transform: rotateZ(90deg);
  }
}
*/

/*Nav bar */
.carousel-item {
    height: 80vh;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*background-size: 100% 100%;*/
    background-size: cover;
}

.carousel-icon{
    background-color: rgb(112, 112, 112);
    border-radius:  50%;
}


.carousel-indicators li{
    background-color: rgb(34, 31, 31, 0.8);
}

/*.bannerCapTop{
    top: 10vh;
}*/

.bannerCap{
    position: absolute;
    bottom: 0;
    /*right: 0;*/
    font-size:  2.5vw;
    font-weight: 600;
    vertical-align:middle;
}

.bannerCapBtm{
    bottom: 0;
}

.bannerCapNM{
    color: #808000;
    text-shadow: 2px 2px 5px #ff7b00;
}

.bannerCapOl{
    color: #ff7b00;
    text-shadow: 2px 2px 15px #330018;
    /*background-color: rgb(0, 0, 0, 0.3);*/
}

.b-cap{
    background-color: rgb(255, 250, 250, 0.5);
/*    padding:  5px 0 5px 5px;*/
    border-radius:  5px;
}

.ol-cap{
    background-color: rgb(0, 0, 0, 0.3);
/*    padding:  5px;*/
    border-radius:  5px;
}

.t-cap{
    margin-left:  -2.2em;
}
.b-cap{
/*    background-color: rgb(128, 128, 0, 0.10); */
    background-color: rgb(255, 250, 250, 0.5);
    padding:  10px;
    border-radius:  10px;
}

.indicatorsNR{
    bottom:  -4vh;
}


.navbar{
/*  background: rgba(128, 128, 0,0.7); */
/*   background: rgba(255, 255, 255,0.9); 
  background-image: url('/naturerelishnew/images/navbar.jpg'); */
  background-blend-mode:multiply;
  color: #fff !important;
/*  background-color: rgb(240, 240, 240,.5);*/
/*  width: 100vw; */
}
.navbar.scrolled {
    background: rgb(34, 31, 31);
    opacity: 1;
    transition: background 500ms
}

.navbar-toggler>.close {
    display: inline;
}
.navbar-toggler.collapsed>.close, 
.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display: none;
}

.m-bar{
    background-color: #808000;
}

.user-name{
  margin: 0;
  margin-top: -10px;
  padding: 0;
  color: #ff7b00;
  font-size: 60%;
}

.removecls{
  display: none !important;
}

.cart-items{
  font-size: 10px;
  font-weight: 400;
  width: 14px;
  height: 14px;
  float:right;
  margin-top: -0.2rem;
  margin-left: -0.5rem;
  background-color: #ff7b00;
  /*background-color:rgb(255, 123, 0, 0.6);*/
  border-radius: 50%;
  color:#fff;
  opacity: 1;
  text-align: center;
  vertical-align: middle;
  position:relative;
  z-index: 1000;
/*  filter: contrast(2); */
}
.aboutus{
  background-color: rgb(242, 242, 242);
  color: #6b6b6b;
  font-size: 1.5rem;
  text-align: justify;
  margin-top: 8rem;

}

#mainNavbar {
/*    padding-left: 50px; */
    padding-top: 100px
}

.nr-m-head { 
    display:none;
}
.nr-dt-head { display:inline;
}
.cartUser-dt{display:inline;z-index: 100;
}

/*.navbar-dark .navbar-brand {
    font-family: 'Source Serif ', serif
}
*/
.navbar-nav .nav-link {
 /*   font-family: 'Source Serif Pro', serif */
 color: rgba(128, 128, 0) !important;
} 

.navph{
   color: #ff7b00 !important; 
   font-size: 80% !important;
}

.navphi{
   color: #ff7b00 !important; 
}

.display-4 {
/*    font-family: 'Source Serif Pro', serif;
*/    color: #ff7b00;
}

h3, .h3, h2, .h2, h4, .h4 {
  color: #ff7b00;
}
span.double-strike {
  position: relative;
}

span.double-strike div.the-lines {
   position: absolute;
   top: 10px; /* Depends on the font size */
   left: 0;
   border-top: 3px double #ff7b00;
   width: 100%;
   height: 100%;
}

/*.stretched-text{
  letter-spacing: 10px;
  display: inline-block;
  font-size: 10vw;
  background-color: rgb(247, 247, 232,0.8);
  transform: scale(.5, .5);
  transform-origin: 0 0;
  /*margin-bottom: -50% !important;*/
  /*margin-left: -4px;*/ 
  color: #ff7b00;
 opacity: .8;
}*/

.stretched-text{
  transform: scale(.5,.5) !important;
  font-size: 10vw !important;
}

.stretched-md-text{
  letter-spacing: 0px;
  display: inline-block;
  font-size: 5vw;
  background-color: rgb(247, 247, 232,0.8);
  /*padding: 2rem;*/
  transform: scaleY(.5);
 /* height: 100%;
  font-weight: 800; */
  transform-origin: 0 0;
  vertical-align: top !important;
 color: #ff7b00;
  opacity: .8;
 /* padding-top:  5rem; */
}

.nottxt{
   color: rgb(247, 247, 232,0.8); 
   background-color: rgb(255, 123, 0, 0.8);
}

.lead {
   background-color:  rgb(249, 243, 237, .8);
   color:  #ff7b00;
   margin-top: -4.5em;
   font-size: .70em;
   font-weight: 600;
}

.dropdown-content{
  display: none;
  transition: all .2s ease-in-out;
  }

.dropdown:hover .dropdown-content{
  display: block;
/*  background-color: #d9f7e7; */
  background-color:rgba(255,255,255,0.7);
    color:  #ff7b00;
  min-width: 8rem;
  transform: scale(1.02);
}

.dropdown-item-a {
  padding: 0.5rem;
  color:  #ff7b00;
}

.dropdown-item-a:hover{
    color: #808000;
}
.catStyle{
  background-color: #f7f7f7;
}
/* new featured items list */
/*favorarates secction */
.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 1rem;
    background-color: rgb(217, 247, 231);
}

.slick-slide {
    margin: 10px;
    background-color: #f2f2f2;
}

.slick-slide img {
    width:100%;
    object-fit: contain;
    height: 13rem;
    border: 0px solid #fff;
}

.fp {
  background: #222222;
}


/* Customer review styles start */
.custReview{
    background-image: linear-gradient(180deg, #f7f7f7, #c4c495);
    background-repeat: no-repeat;
}


 .owl-carousel .owl-item {
     transition: all 0.3s ease-in-out
 }

 .owl-carousel .owl-item .card {
     padding: 30px;
     position: relative
 }

 .owl-carousel .owl-stage-outer {
     overflow-y: auto !important;
     padding-bottom: 40px
 }

 .owl-carousel .owl-item img {
     height: 100px;
     object-fit: contain;
     border-radius: 6px;
     box-shadow: 0px 4px 8px 0px #808000;
    display: inline !important;
    width: auto !important;
 }

 .owl-carousel .owl-item .card .name {
     position: absolute;
     bottom: -20px;
     left: 33%;
     color: #101c81;
     font-size: 1.1rem;
     font-weight: 600;
     background-color: aquamarine;
     padding: 0.3rem 0.4rem;
     border-radius: 5px;
     box-shadow: 2px 3px 15px #3c405a
 }

 .owl-carousel .owl-item .card {
     opacity: 0.2;
     transform: scale3d(0.8, 0.8, 0.8);
     transition: all 0.3s ease-in-out
 }

 .owl-carousel .owl-item.active.center .card {
     opacity: 1;
     transform: scale3d(1, 1, 1)
 }

 .owl-carousel .owl-dots {
     display: inline-block;
     width: 100%;
     text-align: center
 }

 .owl-theme .owl-dots .owl-dot span {
     height: 20px;
     background: rgb(34, 34, 34, 0.6) !important;
     border-radius: 2px !important;
     opacity: 0.8;
 }

 .owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
     height: 13px;
     width: 13px;
     opacity: 1;
     transform: translateY(2px);
     background: rgb(34, 34, 34,0.8) !important
 }

 @media(min-width: 480.6px) and (max-width: 575.5px) {
     .owl-carousel .owl-item .card .name {
         left: 24%
     }
 }

 @media(max-width: 360px) {
     .owl-carousel .owl-item .card .name {
         left: 30%
     }
}

/* Customer review styles end */

/* Order styles start */


/*.container-fluid {
    margin-top: 200px
} */
.trackOrdr{
  font-size: 80%;
}
p {
    font-size: 14px;
    margin-bottom: 7px
}

.ordSumm{
    margin-top: 6rem;
    background-color: #f4f4f4;
    max-width: 100%;
    overflow-x: hidden;
}

.small {
    letter-spacing: 0.5px !important
}

.card-1 {
    box-shadow: 2px 2px 10px 0px rgb(128, 128, 0);
/*    width: 60vw; */
}


hr {
    background-color: rgba(248, 248, 248, 0.667)
}

.bold {
    font-weight: 500
}

.change-color {
    color: #ff7b00 !important;
}


.card-2 {
    box-shadow: 1px 1px 3px 0px rgb(112, 115, 139);
/*    width: 58vw; */
    margin: 0 auto;
}

.Cractive {
   /* font-size: 8px; */
    color: #ff7b00;
}

.fa-circle {
    font-size: 8px;
    color: #aaa
}

.rounded {
    border-radius: 2.25rem !important
}

.progress-bar {
    background-color: #808000 !important
}

.progress {
    height: 5px !important;
    margin-bottom: 0
}

.invoice {
    position: relative;
    top: -70px
}

.Glasses {
    position: relative;
    top: -12px !important
}

.card-footer {
    background-color: #ff7b00;
    color: #fff
}

h2 {
    color: rgb(78, 0, 92);
    letter-spacing: 2px !important
}

.display-3 {
    font-weight: 500 !important
}

@media (max-width: 479px) {
    .invoice {
        position: relative;
        top: 7px
    }
    .carousel-item {
    height: 50vh;
    }
    .border-line {
        border-right: 0px solid rgb(226, 206, 226) !important
    }

}


/*@media (max-width: 768px) {
 
   h2 {
        color: rgb(78, 0, 92);
        font-size: 17px
    }
    
    .display-3 {
        font-size: 28px;
        font-weight: 500 !important
    }
    .carousel-item {
    height: 50vh;
    }

}
*/
.card-footer small {
    letter-spacing: 7px !important;
    font-size: 12px;
}

.border-line {
    border-right: 1px solid rgb(226, 206, 226);}

.guestmsg{
    background-color: #820008;
    color: #fff;
    font-size: 60%;
}

.payNow:hover{
    border-bottom: 1px solid #808000;
}    
/* Order styles end */

/* order summary */

.cell-1 {
    border-collapse: separate;
    border-spacing: 0 4rem;
    background: #fff;
    border-bottom: 5px solid transparent;
    background-clip: padding-box;
    font-size: 80%;
    cursor: pointer;
}

thead {
    background: #dddcdc;
}

.addr{

  font-weight:200;
}
.orPrice{
    font-size: 80%;
}
/* order summary */

/*Reach us */
/*
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body,
input,
textarea {
    font-family: "Poppins", sans-serif
}

*/
::placeholder {
    color: #fff;
    opacity: 1
}

.reach-cont {
    position: relative;
    width: 100%;
    min-height: 100vh;
/*    padding: 2rem;
    background-color: #fafafa; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
}

.formReach {
    width: 100%;
    max-width: 820px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow: hidden;
    display: grid;
    margin-top: 5rem;
    grid-template-columns: repeat(2, 1fr)
}

.contact-info-form {
    background-color: rgb(128, 128, 0);
    position: relative;
    text-align: center;
    border-radius: 10px;
}
/*
.circle {
    border-radius: 50%;
    background: linear-gradient(135deg, transparent 20%, #a7323254);
    position: absolute;
}

.circle.one {
    width: 130px;
    height: 130px;
    top: 130px;
    right: -40px
}

.circle.two {
    width: 80px;
    height: 80px;
    top: 10px;
    right: 30px
}
*/
.contact-info-form:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: rgb(128, 128, 0);
    transform: rotate(45deg);
    bottom: 55px;
    left: -13px
}

.ctxt{
    margin-bottom: 1rem;
}

.RUbtn{
  border: 2px;
  border-color: #fff;
  color: white;
  background: rgb(128, 128, 0,1.5);
  border-radius: 4px;
  border-style: solid;
}
.RUbtn:hover{
  color: rgb(34, 31, 31);
  background: #fff;
}
.formReach {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative
}

.title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 0.7rem
}

.msgbk{
    background: #00d8d8;
}
.social-input-containers {
    position: relative;
    margin: 1rem 0
}

.input {
    width: 80%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: 0.3s
}

textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 4px;
    resize: none;
    overflow-y: auto
}

.social-input-containers label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s
}

.social-input-containers.textarea label {
    top: 1rem;
    transform: translateY(0)
}
/*
.btn {
    padding: 0.6rem 1.3rem;
    background-color: #fff;
    border: 2px solid #fafafa;
    font-size: 0.95rem;
    color: #1abc9c;
    line-height: 1;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0
}

.btn:hover {
    background-color: transparent;
    color: #fff
}
*/
.social-input-containers span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 500
}

.social-input-containers span:before,
.social-input-containers span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: rgb(34, 31, 31);
    top: 50%;
    transform: translateY(-50%)
}

.social-input-containers span:before {
    left: 50%
}

.social-input-containers span:after {
    right: 50%
}

.social-input-containers.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem
}

.social-input-containers.focus span:before,
.social-input-containers.focus span:after {
    width: 50%;
    opacity: 1
}

.contact-info {
    padding: 2.3rem 2.2rem;
    position: relative
}

.contact-info .title {
    color:#ff7b00;
}

.text {
    color: #333;
    margin: 1.5rem 0 2rem 0
}

.social-information {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    align-items: center;
    font-size: 1.95rem
}

.icon {
    width: 28px;
    margin-right: 0.7rem
}

.social-media {
    padding: 2rem 0 0 0
}

.social-media p {
    color: #333
}

.social-icons {
    display: flex;
    margin-top: 0.5rem;
    background-color: rgb(128,128,0,0.2);
    width:  fit-content ;
    padding: 5px;
    border-radius:  10px;
}

.social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 43px;
    background: linear-gradient(45deg, #fff, #fff);
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s
}

.icons{
    font-size: 1.5em !important;
    vertical-align: middle ;
}
.social-icons a:hover {
    transform: scale(1.05)
}

.contact-info:before {
    content: "";
    position: absolute;
    width: 110px;
    height: 100px;
    border: 22px solid rgb(128, 128, 0);
    border-radius: 50%;
    bottom: -77px;
    right: 50px;
    opacity: 0.3
}

.social-information i {
    font-size: 22px;
    margin-bottom: 23px;
    margin-right: 8px;
    color: rgb(34, 31, 31);
}

.big-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(to bottom, rgb(34, 31, 31), #cb0b0b);
    bottom: 50%;
    right: 50%;
    transform: translate(-40%, 38%)
}

.big-circle:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background-color: #fafafa;
    border-radius: 50%;
    top: calc(50% - 180px);
    left: calc(50% - 180px)
}


 .listPrdNm{
    width:  50%;
    font-size: 80%;
    font-weight:900;
    color: #5e4f00;
 }

.square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2
}

.bottomTxt{
        position: fixed;     
       text-align: center;    
       bottom: 10px; 
       margin-bottom: 20px;
       width: 100%;
       color:    #fff;
       background-color: #ff7b00;
       font-size:1.2vw;
       z-index:  1000;
       font-family: righteous, sans-serif !important;
}


@media (max-width: 1024px) {
 .listrow{
  font-size: 80% !important;
 }

 .listPrdNm{
    width:  50%;
    font-size: 100%;
    font-weight:900;
    color: #5e4f00;
 }

.atc {
    display: none;
}

.prlst-btn.btn.btn-primary   {
    background-color: #f2f2f2 !important;
    color: #808000 !important;
    border-style: none !important;
    margin: 0 !important;
    padding: 0 !important ;
    border-radius: 50% !important;
    transition: transform .2s !important; 
}

.prlst-btn.btn.btn-primary:hover {
    transform: scale(1.2);
}

.listrowac{
    height: 100%;
    border-radius: 0px !important;
    margin: 0;
    padding: 0;
}

}

@media (min-width:600px)  {
    .carousel-item {
        height: 30vh;
    }

.bottomTxt{
    font-size: 3.5vw;
}

}
@media (min-width:961px)  {
    .carousel-item {
        height: 75vh;
    }
.bottomTxt{
    font-size:1.5vw;
}
}

/*
@media (min-width:801px)  {
        .carousel-item {
    height: 30vh;
    }

.bottomTxt{
    font-size: 3.5vw;
}

}
*/
@media (max-width: 850px) {
    .formReach {
        grid-template-columns: 1fr
    }
    .carousel-item {
    height: 80vh;
    }

.bottomTxt{
    font-size:1.5vw;
}

    .contact-info:before {
        bottom: initial;
        top: -75px;
        right: 65px;
        transform: scale(0.95)
    }

    .contact-info-form:before {
        top: -13px;
        left: 42px;
/*        right: 80px; */
    }

.listrow{
  font-size: 80% !important;
}
.listrowprice{
   font-size: 90% !important; 
   margin-top: 1rem !important;
   padding: 0 !important;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
}

.listrowprice.h6{
   font-size: 90% !important; 
}

.listrowac{
   font-size: 50% !important; 
}
.prLst{
  width: 4rem !important;
}

    .square {
        transform: translate(140%, 43%);
        height: 350px
    }

    .big-circle {
        bottom: 75%;
        transform: scale(0.9) translate(-40%, 30%);
        right: 50%
    }

    .text {
        margin: 1rem 0 1.5rem 0
    }

    .social-media {
        padding: 1.5rem 0 0 0;
    }
}

@media (max-width: 480px) {
    .reach-cont {
        padding: 1.5rem
    }
    .carousel-item {
    height: 50vh;
    }

    .contact-info:before {
        display: none
    }

    .square,
    .big-circle {
        display: none
    }

    .formReach,
    .contact-info {
        padding: 1.7rem 1.6rem
    }

    .text,
    .social-information,
    .social-media p {
        font-size: 0.8rem
    }

    .title {
        font-size: 1.15rem
    }

    .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .icon {
        width: 23px
    }

    .inputRU {
        padding: 0.45rem 1.2rem
    }


.listrow{
  font-size: 65% !important;
}

/*    .btn {
        padding: 0.45rem 1.2rem
    } */
}

/* Reach us ends */

/* Gallery CSS starts */
/*Gallary with sharing options 
@media (max-width:991.98px) {
    .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .padding {
        padding: 1rem
    }
}

.padding {
    padding: 5rem
}
/*Gallary with sharing options */

.lightbox-gallery {
    background-image: linear-gradient(#3d3d3d, #f9f9f9);
    background-repeat: no-repeat;
    color: #000;
    overflow-x: hidden;
    margin-top: 5em;
}

.lightbox-gallery p {
    color: #fff
}

.lightbox-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: #fff
}

@media (max-width:767px) {
    .lightbox-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    max-height: 500px;
    margin: 0 auto 40px
}

.lightbox-gallery .intro p {
    margin-bottom: 0
}

.lightbox-gallery .photos {
    padding-bottom: 20px
}

.lightbox-gallery .item {
    padding-bottom: 30px
}
.img-gallery{
    width: 200px;
    height: 200px;
    object-fit: cover;
}

/* Gallery CSS end */


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

/*Main Footer */

.footer1 {
  width: 100%;
  display: block;
  background-color: #808000;
}


footer .main-footer{width: 100%; padding: 20px 0;  background: #808000;}
footer ul{  padding-left: 0;  list-style: none;}

/* Copy Right Footer */
.footer-copyright { width:100%; background: #222; padding: 5px 0;}
.footer-copyright .logo {    display: inherit;}
.footer-copyright nav {    float: right;    margin-top: 5px;}
.footer-copyright nav ul {  list-style: none; margin: 0;  padding: 0;}
.footer-copyright nav ul li { border-left: 1px solid #505050; display: inline-block;  line-height: 12px;  margin: 0;  padding: 0 8px;}
.footer-copyright nav ul li a{  color: #969696;}
.footer-copyright nav ul li:first-child { border: medium none;  padding-left: 0;}
.footer-copyright p { color: #969696; margin: 2px 0 0;}

/* Footer Top */
.footer-top{  background: #252525;  padding-bottom: 30px; margin-bottom: 30px;  border-bottom: 3px solid #222;}

/* Footer transparent */
footer.transparent .footer-top, footer.transparent .main-footer{  background: transparent;}
footer.transparent .footer-copyright{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) ;}

/* Footer light */
footer.light .footer-top{ background: #f9f9f9;}
footer.light .main-footer{  background: #f9f9f9;}
footer.light .footer-copyright{ background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3) ;}

/* Footer 4 */
.footer- .logo {    display: inline-block;}

/*====================
  Widgets
====================== */
.widget{  padding: 20px;  margin-bottom: 40px;}
.widget.widget-last{  margin-bottom: 0px;}
.widget.no-box{ padding: 0; background-color: transparent;  margin-bottom: 40px;
  box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;}
.widget.subscribe p{  margin-bottom: 18px;}
/*.widget li a{ color: #ff8d1e;}
.widget li a:hover{ color: #4b92dc;} */
.widget-title {margin-bottom: 20px;}
.widget-title span {background: #d9f7e7 none repeat scroll 0 0;display: block; height: 1px;margin-top: 25px;position: relative;width: 40%;}
.widget-title span::after { background: inherit;content: "";height: inherit;    position: absolute;top: -4px;width: 50%;}
.widget-title.text-center span,.widget-title.text-center span::after {margin-left: auto;margin-right:auto;left: 0;right: 0;}
.widget .badge{float: right; background: #d9f7e7;}


.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small{color: #ffffff !important;}

a {
    color: #d6d6d6;}

a:hover {color: #ffffff;}

ul.social-footer2 { margin: 0;padding: 0; width: auto;}
ul.social-footer2 li {display: inline-block;padding: 0;}
ul.social-footer2 li a {display: block; height:35px;width: 35px;
  text-align: center; border-radius: 50%; background-color:white;
  padding-top: .15rem;
  padding-left: 0.07rem;
font-size: 1.5rem;
}

/*.btn{background-color: #ff8d1e; color:#fff;} */
.btn:hover, .btn:focus, .btn.active {background: #4b92dc;color: #fff;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;

}

ion-icon {
  pointer-events: none;
}

.clstw{
/*  background-color: white; */
  color: rgb(29,161,242);
}

.clstw a:hover{
  color:  white;
  background-color: rgb(29,161,242);
}

.clsig {
/*  background-color: white; */
background: #f09433;
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
border-radius: 25%;
}

.clsfb{
  background-color: white; 
  color: rgb(66,103,178);

}

.clsyt{
/*  background-color: white; */
  color: rgb(204,24,30);

}
.clsLn{
    color:  #0077b5;
}
li.fbc a{
  background-color: rgb(66,103,178);
  color: white;
}



@media (max-width: 1040px) {
/*
.nr-m-head { display:inline;
    width: 80%;
  } */
  .navPh-dt { display:none !important;
    }
    /*
  .cartUser-dt{display:none !important;
  }
  .carousel-item {
    height: 50vh;
  }*/
  
  .navbar-nav {
 
    font-size: 100% !important;

  } 
}

@media (max-width: 576px) {
.nr-m-head { display:inline;
/*        width: 70vw;  */
        width: 80%;
  }

.nr-m-cls{
    margin-top: 4em;
}

.nr-m-cart{
    margin-top: 0 !important;
}
.nr-m-ship{
    margin-bottom: .5rem !important;
}

/*.carousel-item {
    height: 25vh;
}*/
  .h4 {
    font-size:  110% !important ;
  }
  .prodtag{
    font-size:  60% !important  ;
  }
.indicatorsNR{
    bottom: -5vh;
}
.bannerCap{
    font-size: 3vw;
}

.bottomTxt{
    font-size: 3vw;
    bottom: 40px;
}

.stretched-text{
    font-size: 15vw !important;
}

.stretched-md-text{
    font-size: 7.5vw !important;
}


 .listPrdNm{
    width:  50%;
    font-size: 70%;
    font-weight:900;
 }

.nr-dt-head { display:none;
  }
.cartUser-dt{display:none;
}

.navbar-toggler-icon{
    width: 1em;
    height: 1em;
}

.m-navbarNav {
    flex-direction: row !important;
    font-size: 130% !important; 
}

.m-navbg{
    background-color: #f2f2f2 !important ;
}
.prlst-btn.btn.btn-primary   {
    background-color: #f2f2f2 !important;
    color: #808000 !important;
    border-style: none !important;
    margin: 0 !important;
    padding: 0 !important ;
    border-radius: 50% !important;
    transition: transform .2s !important; 
}

.prlst-btn.btn.btn-primary:hover {
    transform: scale(1.2);
}

.m-addr{
    display: none;
}

  footer .main-footer{
    text-align: center;
    z-index: 1030;
    }
.widget-title span {margin-left:40%; background: #d9f7e7 none repeat scroll 0 0;display: block; height: 1px;margin-top: 25px;position: relative;width: 20%;}
.widget-title span::after {background: inherit;content: "";height: inherit;    position: absolute;top: -4px;width: 50%;}

}

@media (max-width: 768px) {

.nr-m-head { display:inline;
    width: 80%;
  }

  .nr-m-cls{
    margin-top: 4em;
}

.nr-m-cart{
    margin-top: 0 !important;
}
.nr-m-ship{
    margin-bottom: .5rem !important;
}

.nr-dt-head { display:none;
}
  .cartUser-dt{display:none;
  }
  .carousel-item {
    height: 30vh;
  }

.bannerCap{
    font-size: 3vw;
}

.bottomTxt{
    font-size: 3vw;
    bottom: 40px;
}

.stretched-text{
    font-size: 15vw !important ;
}

.stretched-md-text{
    font-size: 7.5vw !important ;
}

  .m-navbarNav {
    flex-direction: row;
    font-size: 130% !important; 
    align-items: center;
    vertical-align: middle;
  }

.navbar-toggler-icon{
    width: 1em;
    height: 1em;
}
 .listPrdNm{
    width:  50%;
    font-size: 70%;
    font-weight:900;
    color: #5e4f00;
 }

  .h4 {
    font-size:  110% !important ;
  }

.prodtag{
    font-size:  60% !important ;
  }
  
/*.prdLst{
    width: 90%;
}
*/
.prlst-btn.btn.btn-primary   {
    background-color: #f2f2f2 !important;
    color: #808000 !important;
    border-style: none !important;
    margin: 0 !important;
    padding: 0 !important ;
    border-radius: 50% !important;
    transition: transform .2s !important; 
}

.prlst-btn.btn.btn-primary:hover {
    transform: scale(1.2);
}

.m-addr{
    display: none;
}

}


@media (orientation: landscape) and (max-width: 768px) {
.carousel-item {
    height: 75vh;
    }
.bottomTxt{
    font-size: 1.5vw;
}

}


@media (orientation: landscape) and (min-width:600px)  {
    .carousel-item {
        height: 80vh;
    }
    .bottomTxt{
    font-size: 1.5vw;
}
}

/*
@media (min-width: 900px) {

.nr-m-head { display:inline;
    width: 80%;
  }
  .nr-dt-head { display:none;
    }
  .cartUser-dt{display:none;
  }
  .carousel-item {
    height: 50vh;
  }
  .m-navbarNav {
    flex-direction: row;
    font-size: 130%;
    align-items: center;
    vertical-align: middle;
  }
}
*/

/* Product show Products you may like Start*/


 .trans_200 {
     -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
     -ms-transition: all 200ms ease;
     -o-transition: all 200ms ease;
     transition: all 200ms ease
 }

 .trans_300 {
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease
 }

 .trans_400 {
     -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
     -ms-transition: all 400ms ease;
     -o-transition: all 400ms ease;
     transition: all 400ms ease
 }

 .trans_500 {
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease
 }

 .fill_height {
     height: 100%
 }

 .super_container {
     width: 100%;
     overflow: hidden
 }

 .prlx_parent {
     overflow: hidden
 }

 .prlx {
     height: 130% !important
 }

 .nopadding {
     padding: 0px !important
 }

 .viewed {
     padding-top: 51px;
     padding-bottom: 60px;
     background: #f4f4f4;
 }

 .nr_viewed_title_container {
     border-bottom: solid 1px #dadada
 }

 .nr_viewed_title {
     margin-bottom: 14px
 }

 .nr_viewed_nav_container {
     position: absolute;
     right: -5px;
     bottom: 14px
 }

 .nr_viewed_nav {
     display: inline-block;
     cursor: pointer
 }

 .nr_viewed_nav i {
     color: #dadada;
     font-size: 18px;
     padding: 5px;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease
 }

 .nr_viewed_nav:hover i {
     color: #606264
 }

 .nr_viewed_prev {
     margin-right: 15px
 }

 .nr_viewed_slider_container {
     padding-top: 50px
 }

 .nr_viewed_item {
     width: 100%;
     background: #FFFFFF;
     border-radius: 2px;
     padding-top: 25px;
     padding-bottom: 25px;
     padding-left: 30px;
     padding-right: 30px;
     cursor: pointer;
 }

 .nr_viewed_image {
     width: 115px;
     height: 115px
 }

 .nr_viewed_image img {
     display: block;
     max-width: 100%
 }

 .nr_viewed_content {
     width: 100%;
/*     margin-top: 25px
*/ }

 .nr_viewed_price {
     font-size: 16px;
     color: #000000;
     font-weight: 500
 }

 .nr_viewed_item.discount .nr_viewed_price {
     color: #df3b3b
 }

 .nr_viewed_price span {
     position: relative;
     font-size: 12px;
     font-weight: 400;
     color: rgba(0, 0, 0, 0.6);
     margin-left: 8px
 }

 .nr_viewed_price span::after {
     display: block;
     position: absolute;
     top: 6px;
     left: -2px;
     width: calc(100% + 4px);
     height: 1px;
     background: #8d8d8d;
     content: ''
 }

 .nr_viewed_name {
     margin-top: 3px;
     background: #fff;
 }

 .nr_viewed_name a {
     font-size: 14px;
     color: #000000;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease
 }

 .nr_viewed_name a:hover {
     color: #0e8ce4
 }

 .item_marks {
     position: absolute;
     top: 18px;
     left: 18px
 }

 .item_mark {
     display: none;
     width: 36px;
     height: 36px;
     border-radius: 50%;
     color: #FFFFFF;
     font-size: 10px;
     font-weight: 500;
     line-height: 36px;
     text-align: center
 }

 .item_discount {
     background: #df3b3b;
     margin-right: 5px
 }

 .item_new {
     background: #0e8ce4
 }

 .nr_viewed_item.discount .item_discount {
     display: inline-block
 }

 .nr_viewed_item.is_new .item_new {
     display: inline-block

/*Products you may like END */
