@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crete+Round&display=swap');

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}
.container-fluid.Terms {
    max-width: 93%;
}
.bg-light {
    background-color: #f4f4f4!important;
}


/* ----megamenu -------*/
.boxt.col-md-6.mt-3 {
    margin-left: -15px;
}
button.navbar-toggler.menu-sec {
    margin-right: -30px;
}
.carousel-item.mobile img {
    height: 231px;
    width: 100%;
    object-fit: cover;
}
.search-mobile{
    display:none!important;
}
.carousel-indicators {
    z-index: 1!important;
}

 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff!important;
    background-color: #f32f1b!important;
    border-color: #dee2e6 #dee2e6 #fff!important;
        font-size: 16px;
}
button:focus {
    outline: 1px dotted;
     outline: 0px auto -webkit-focus-ring-color!important;
}
span.dd-trigger:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 14px;
    border-right: 1px solid #acacac;
    border-top: 1px solid #acacac;
    transform: rotate(45deg);
}

span.navbar-toggler-icon {
    display: inline-block;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    width: 30px;
    height: 2.5px;
    background-color: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    list-style: none;
    margin-top: -12px;
}


span.navbar-toggler-icon::before, span.navbar-toggler-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: top .3s, background-color 0s, -webkit-transform .3s;
    transition: transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s;
}
span.navbar-toggler-icon::after{
    top:21px;
}
span.navbar-toggler-icon::before{
    top: 10px;
}

.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon::before, .navbar-toggler[aria-expanded="true"] .span.navbar-toggler-icon::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background-color: #fff;
}

.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon::after, .navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    background-color: #fff;
}
/* ----div.category_sec {
    display: none;
}-------*/







.menuheader {
    display: none;
}
.FILTERS {
    padding: 10px 20px;
}

.strps select.form-select{
    width:100%;
}
#banner-mobile{
    display:none;
}
div#jar {
    padding: 0;
}
.cart-section .checkmark,.paypal-section .checkmark {
    top: 0;
    left: 0;
}
.megamenu ul li:first-child  {
    color:#f32f1b !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding-left:0px;
}
.bundss a {
    color: #222;
    display: inline-block;
    padding: 15px 20px 0 0px;
}
.header-area #sticky-wrapper {
    z-index: 1 !important;
}
.responsiv-icon a {
    color: #000!important;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
}
.navbar.navbar-expand-lg {
    background: #FAF9F6;
    /* background: #64e173; */
	/* background: #ec7837; */
	/* background: #ffc63e; */
	position: fixed;
	right: 0;
	left: 0;
	top: 0px;
	z-index: 999;
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.09);
}
#login-modal.modal {
    top: 20%;
}
#otp {
    margin: 15px 0;
}
.sticky-wrapper {
    height: 0 !important;
}
.modal-content{
      width: 80% !important;
    margin: auto!important;
}
.sec-2{width: 100%;
    top: 100%;
    background: #fff;
    padding: 0px 0px 25px;
    position: absolute;
    z-index: 9999;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    display: none;
    box-shadow: 0 4px 7.28px 0.72px rgb(0 0 0 / 20%);
}

.responsive-menu {
    display:none;
    width: 10%;
   position: relative; 
    left: 0;
    top: 0;
    font-size:30px;
    color: #374147;
    text-transform: uppercase;
    font-weight: 600;
}
.classy-nav-container a:hover, .classy-nav-container a:focus {
    font-size: 13px!important;
    color: #f32f1b!important;
}

.navbar-brand {
    color: #fff;
    padding: 0px 5px 0 5px;
    font-size: 24px !important;
    font-family: 'Nimbus Roman D BoldT';
}
.modal-dialog.popup-thank {
    max-width: 800px !important;
    margin: 1.75rem auto;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid gray;
}

.btn-secondary {
    color: #fff;
    background-color: #f32f1b !important;
    border:none;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dedede;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.icon-img{
 display: flex;
 justify-content: center;
}
.icon-img img {
    padding-top: 5px;
    padding-left: 0px;
    filter: brightness(0);
}
.navbar-nav {
  overflow: hidden;
  
}
li.nav-item1 {
    position: relative;
    padding: 0 10px;
}
.header_icons_name {
    display: block;
    text-align: center;
    color: #000;
    font-weight: 400;
    position: relative;
    top: 0px;
    padding: 6px 15px;
}
span.value {
    background-color: #f32f1b;
    width: 18px;
    height: 18px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    margin-left: 4px;
    line-height: 19px;
    position: absolute;
    left: 5px;
}
#demo .carousel-inner {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    object-fit: cover;
}
.navbar-nav a {
  font-weight: bold!important;
    font-family: 'Roboto', sans-serif;
    padding: 0px!important;
    font-size: 13px!important;
    color: #474874 !important;
    text-decoration: none;
}
.lll {
    font-size: 13px !important;
}
.support-button{
    padding:3px!important;
}
.subnav {
  float: left;
  overflow: hidden;
}
a.popup-modal {
    color: #000;
    font-weight: 600;
}
a.popup-modal-dismiss{
      color: #000;
}





.subnav .subnavbtn {
  font-size: 14px;  
  border: none;
  outline: none;
  color:#424242;
   padding:0px 20px;
  background-color: inherit;
   font-weight: bold;
 font-family: 'Roboto', sans-serif;
  margin: 0;
}

.subnav-content-container{
background: #fff;
    padding: 20px !important;
    width: 80%;
    margin: auto !important;
  }
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 5;
  padding:20px;
}

.modal-body{
    padding:0 !important;
}

.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

.subnav:hover .subnav-content {
  display: block;
}
.sidevar-1{
  display: none;
}
.sofa-set{
  color: #474874;
  font-size: 18px;
  font-weight: 600;
 font-family: 'Roboto', sans-serif;
}
.nav-link1{
    text-decoration:none;
  padding: 0px 10px;
  color: #424242;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Nimbus Roman D BoldT';
}
.nav-link1:hover{
    color: #424242;
}
.sofa-li{
  list-style: none;
}
.sofa-li a{
  color: #424242;
  padding: 0px 0px;
  font-weight: normal;
text-decoration: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    
}
.nav-link {
    padding: 6px 16px !important;
    color: #424242;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.Tracker-btn{
  transition:1s ease;
  font-size: 14px;
  color: #fff;
  padding: 4px 12px;
  border-radius: 7px;
  border:none;
  background-color: #1f8605;
  margin:0px 5px;

}.nav-item11 {display: none;}
.save-add
{
    box-shadow: inset 0 0 3px lightgrey;
    background-color:#000;
    color:#fff
}
.Tracker-btn:hover{
    background:#ccc;
    color:#000;
}

/*toggle*/
.navbar{
    padding:5px;
}
.navbar-toggler .line{
    width: 100%;
    float: left;
    height: 2px;
    background-color: #040404;
    margin-bottom: 5px;
}
.header-btn{background: #474874; 
color: #fff; border-radius: 5px;
    border:none;
    font-size: 14px; 
    transition: 0.5s ease;
    padding: 3px 6px;}
    .header-btn:hover{
       background-color: #fff;
       color:#474874; 
   }
    .left:hover {
    background: #fff;
    color: #474874;
   
}
.res-img{
    display:none;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
    padding:0;
    margin:0;
}
.owl-next {
    background: url(https://wakefit-co.s3.ap-south-1.amazonaws.com/img/latest/icons/arrow-right.svg) no-repeat center center !important;
       background-size: 100% 100% !important;
    right: 0;opacity: 3.5;
    width: 50px !important;
    height: 50px !important;
    z-index: 0;
    top: 70px;
    position:absolute;
}
.owl-prev {
    position:absolute;
    background: url(https://wakefit-co.s3.ap-south-1.amazonaws.com/img/latest/icons/arrow-left.svg) no-repeat center center !important;
      background-size: 100% 100% !important;
    left: 0;opacity: 3.5;
    width: 50px !important;
    height: 50px !important;
    z-index: 0;
    top: 70px;
}
.owl-prev span {
    display: none;
}
.owl-next span {
    display: none;
}

.container-slide {
	width: 96%;
	margin: auto;
	margin-bottom: 5rem;
}
.container-slide.kia {
	width: 94%;
	margin: auto;
	margin-bottom: auto;
	margin-bottom: 5rem;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
	padding: 14px;
}
/*toggler*/
#navbarNavAltMarkup{
  border-top:1px solid #ccc;
  padding: 10px 0px;
}
/*SLIDER*/
.slider-background{
  background-color: #474874;
  width: 100%;

}
ul.footer_nav img {
    width: 24px;
}
ul.footer_nav a {
    color: #474874;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
ul.footer_nav {
    display: flex;
    text-align: center;
    background-color: #fff;
    padding: 10px 0;
    border-top: 1px solid #474874;
}
.card-title{
font-family: 'Roboto', sans-serif;
}
/*catagories*/
.catagories{
    width:100%;
  overflow: hidden;
}
.list-unstyled {
    list-style: none;
    padding: 0px 15px;
}
.catagoriesh3 {
    font-size: 34px;
    font-weight: 700;
    font-family: 'Crete Round', serif;
    text-transform: capitalize;
}
.box {
    padding: 10px 10px 10px;
    margin: 10px 3px;
    border: none;
    border-radius: 0;
    background: transparent;
    border: 1px solid #dedede;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.box img {
    border-radius: 0;
    width: 100%;
    height: auto;
    /* aspect-ratio: 1/1; */
    /* height: 200px; */
    border-radius: 8px;
}
.box p {
    padding: 20px 0px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    margin-bottom: 9px;
}
.rectangle-child{
    border:6px;
   -webkit-border-corner-shape: curve;
  border-style: solid;
  border-top-color: #474874;
  border-right-color: #800070;
  border-bottom-color: #ffbc00;
  border-left-color: #16652e;
  width: 100%;
  height: 200px;
  margin: 0px 1px;
  border-radius:2px;
}
/*////end catagories*/
/*fashion_catagroies*/
.fashion_catagroies {
    margin: 0px 0px 0;
    font-size: 19px;
    color: #282c3f;
}
.fashion_catagroies p {
    
}
.fashion_catagroies img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.fashion_catagroies p{
  padding:5px 0px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 17px;
  color: #535766;
  margin: 0;
}
.rating{
  margin: -20px 0px;
  display: flex;
}
.rating li{
 list-style: none;
}
.rating-span{
   color: #000;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roboto';  
}
.rating i{
  line-height: 2;
 font-family: FontAwesome;
 font-style: normal;
 color: #000;
 font-size: 12px;
}
.price {
    color: #282c3f;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Roboto';
    list-style: none;
    padding-top: 0px;
    margin-bottom: 12px;
}


.price-button
{
      border: navajowhite;
    background: #a6d6c4;
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 14px;
    transition: 0.5s ease;
}
.price-button:hover {
    background: #474874;
    color: #fff;
}
.view-everyone{
  margin: 5px 0px;
  padding: 5px 0px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.view button{
  line-height: 2;
      background: #474874;
    border: 1px solid #ccc;
    padding: 4px 8px;
    color: #fff;
     transition: 0.5s ease;
}
.view button:hover{
     background: #2d2f75bd;
    color: #fff;
}
/*////fashion_catagroies*/
/*prices*/
.price-heading{
 padding-top: 10px;
    font-weight: 600;
    color: #474874;
    font-size: 22px;
}
.box-list a {
    padding: 14px 20px;
}
.classy-navbar {
	display: none !important;
}
/*-------- 2.2 Footer --------*/
footer {
    background: #131921;
}
footer h3 {
    font-size: 24px;
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.footer-bottom {
    border-top: 1px solid #ffffff52;
    margin-top: 20px;
    padding-top: 20px;
}
.footer-bottom-col-left img {
    width: 60px;
}
.footer-bottom-col-left.text-right p {
    margin-bottom: 0;
}
footer {
    color: #fff;
}
footer ul {
    list-style: none;
    padding:0;
}
footer a, footer h3 {
    color: #ffffffe6;
}
footer a {
    margin-bottom: 10px;
    display: inline-block;
}
.footer-widget-listing.social-icons-footer {
    margin-bottom: 20px;
}
.social-icons-footer a {
    transition: .3s;
}
.social-icons-footer a {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer-widget-listing li a:hover {
    color: #fff;
}
.social-icons-footer a:hover {
    color: #fff;
}

.responsiv-icon {
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
}
.responsiv-row {
    background: #efefef;
    flex-wrap: nowrap;
    margin: 0;
    text-align: center;
}
.responsiv-border {
    max-width: 20%;
    border-right: 0px solid #ccc;
    padding: 0px !important;
    margin-top:2px;
    
}
.responsiv-row {
    text-align: center;
}
.responsiv-icon a {
    color: #777;
    font-size: 12px;
    text-transform: capitalize;
}
footer a {
    margin-bottom: 0px;
    display: inline-block;
}
.res-footer-icon a img {
    width: 20px;
    padding: 10px 0px 0;
    display: block;
    margin: auto;
}
.responsiv-icon a {
    color: #777;
    font-size: 12px;
    text-transform: capitalize;
}
.main {
	margin-top: 2rem;
}





/*end prices*/
/*footer*/
.container-fluid{
 border-radius: none;
  padding-left:0px;
  padding-right: 0px;
}
.footer {
    background-color: #111723;
    color: white;
   padding: 40px 35px 30px 35px;
    border: none
    
}

.head1 {
    font-weight: 900;
    font-size: 30px
}

.bdr {
    border-bottom: 1.5px solid #FFB74D;
    width: 65px;
    margin-right: auto;
    margin-left: auto
}

.card-footer-bottom {
    justify-content: space-between;
   padding: 10px 0px;
    border-top: 0.5px solid #4e4e4e;
}



.fa-hand-holding-usd {
    color: #FFB74D
}

.fa-handshake {
    color: #FFB74D
}
.mfp-ajax-holder .mfp-content {
    width: 50%;
    cursor: auto;
}
.card-title {
  color: #474874;
    margin-bottom: .75rem;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0rem
}
.card-text {
  color: #474874;
    margin-bottom: .75rem;
    font-weight: 600;
    font-size: 14px;
}
.learn-more {
    color: #FFB74D;
  
}


.fa-angle-right {
    margin-left: 10px
}

.fa-3x {
    color: #FFB74D
}

.learn-more img {
    width: 35px;
    object-fit: cover;
    height: 35px;
}
.card-content>p {
    color: #9E9E9E
}
.btn-primary {
    color: #fff;
    background-color: transparent; 
    border-color: transparent; 
}
.btn-primary:hover{
    border:none;
    background-color: transparent; 
    border-color: transparent; 
}
.heading {
    width:98%;
    margin:auto;
    position: relative;
    padding-bottom: 20px;
    border-bottom:1px solid #4e4e4e ;
}
.card-body{
      width:98%;
    margin:auto;
    padding:0 !important;
}
.follow-text {
    color: #9E9E9E
}
.search-footer{
  background-color: #313131!important;
  color: #fff;
  border:none!important;
  border-radius: 0px;
}
.btn-outline-primary1{
   background-color: #313131;
  color: #fff;
  border:none;
  margin: 0px 3px;
  border-radius: 0px;
}
.card-content li {
    list-style: none;
    color: #ccc;
    font-size: 14px;
    margin-bottom: 8px;
}
.card-content li a {
    color: #fff;
}
.footer .card-title {
    color: #fff;
    margin-bottom: .75rem;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0rem;
}
.event-p {
  color: #ccc;
  font-size: 14px;
}
.second-input {
    position: relative;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    top: 0px;
    }
    .card-body{
     
      padding: 0;
    }
    .footer-right i {
        font-family: FontAwesome;
        font-style: normal;
        border: 1px solid #fff;
        padding: 7px 8px;
        color: #FFF;
    }
    .card-footer.row.p-0 {
        margin-top: 40px;
    }
    .card-content small {
        font-size: 14px;
    }
    .ecomerce{
         
      color: #9E9E9E;
      font-size: 14px;
    }
    .mas h3 a {
        color: #000;
        font-size: 20px;
    }
/*//////footer*/
@media only screen and (min-device-width : 320px) and (max-device-width : 991px) {

.owl-prev{
    top:120px;
}
.owl-next{
    top:120px;
}
.header-area .palatin-main-menu .classy-navbar .classynav ul li a::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 14px;
    border-right: 1px solid #acacac;
    border-top: 1px solid #acacac;
    transform: rotate(45deg);
    display: none;
}
    .nav-item {
    padding: 10px 0px !important;
    list-style: none;
}
  #navbarNavAltMarkup {
    border: 0px solid #ccc !important;
     padding: 0px 0px; 
}
.classy-navbar-toggler {
    
display:block !important;
}
.classycloseIcon {
  display: block !important; }
.second-input{
     top: 0px;
    left: 0px;  
}
.navbar-toggler {
    height: 30px;
    border: none;
}

.card-content>p {
    color: #9E9E9E;
    padding: 0px 0px;
}
.ecomerce {
    color: #9E9E9E;
    font-size: 14px;
    padding: 10px 0px;
}
.footer-right {
    padding-bottom: 40px !important;
}
 .navbar-nav {
      background:#f9f7f7;
    width: 100%;
    top: 0;
    left:0;
    transition: 1.4s ease;
    height: 100%;
    overflow:scroll;
    color: #fff;
    padding: 0px 20px;
    z-index: 5;
   position:fixed;
   

  }
  .subnavbtn:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    border-right: 1px solid #acacac;
    border-top: 1px solid #acacac;
    transform: rotate( 
45deg
 );
}
.serach-top {
    width: 36% !important;
  
}
 .nav-link:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 11px;
    border-right: 1px solid #acacac;
    border-top: 1px solid #acacac;
    transform: rotate(45deg);
     font-family: FontAwesome;
     display:none;
 }

.menuheader {
    display: flex;
    border-bottom: 1px solid #cccccc63;
    width:100%;
}

.closm2 a{
    color: #131313;
  
    font-family: "pangramregular";
    line-height:3;

}
   .res-img{
       display:block;
       width:28px;
       height:28px;
       margin:10px;
   } 
   .span-res-img{
       display:flex;
   }
}
.close {
    display:none;
    }
.nav_section {
    background: #f7f7f7;
    padding: 0px;
}
    
    @media only screen and (min-device-width : 768px) and (max-device-width : 991px) {
        .navbar-brand {
    position: relative;
    left: 35px;
}
    .serach-top {
    width: 83% !important;
}
.classy-navbar-toggler{
    top:-48px !important;
}
    }
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
    .nav-item11 {display: block;}
    .sidevar-1{
      display: block;
    }
    .dashboxnew {
    display: block;
}
    .subnavbtn {
      padding: 10px 10px !important;
    }
    #crosshover1{
      color: #000;
      font-size: 28px;
    }

    .card-slider-home img{
  width: 350px;
 height: 350px;
 margin-right:10px;
}
.wrap-slide{
  flex-wrap: nowrap;
}
    .fashion_pages {
    width: 50%;
}
  .card-body-inner{
    text-align: center;
  }.nav-item {
    padding: 10px 0px !important;
    list-style: none;
}
.responsiv-icon{
 display:block !important;   
}
.dashboxone {
    background-color: #e7e6e6;
    padding: 0px 0px !important;
    height: auto;
}

.dashboxone .page-box {
    height: 370px !important;
}
.contact-form-wrapper {
    padding: 20px!important;
    border-radius: 20px;
    max-width: 100%!important;
}
.contact-form-wrapper h2.text-center {
    color: #fff;
    margin-bottom: 30px!important;
}
section#contact-form {
    margin: 30px 0!important;
}
.boxfour {
    padding: 0px 0px;
}
.boxfour .col-md-4.col-6 {
    padding: 1px;
}
.dashboxone .col-lg-3.col-md-4.col-sm-12 {
    padding: 0px;
}
.col-lg-9.col-md-8.col-sm-12.boxtwo {
    padding: 6px;
}


}

@media only screen and (min-device-width : 992px) and (max-device-width : 1266px) {

     .brand input[type=text] {
    width: 35% !important;
} 
}
@media (max-width: 768px){
    .is-sticky {
    
}
.margin-container{
    padding-right: 7px!important;
    padding-left: 7px!important;
}
    .track-order{
        display:none!important;
    }

.col-md-9 {
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
}}
/*@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {*/


/*.rights {*/
/*    -ms-flex: 0 0 50%;*/
/*    flex: 0 0 50%;*/
/*    max-width: 50%;*/
/*}*/

/*.catagories_page{*/
/*   -ms-flex: 0 0 33%;*/
/*    flex: 0 0 33%;*/
/*    max-width: 33%;*/
/*}*/
/*.fashion_pages{*/
/*   -ms-flex: 0 0 33%;*/
/*    flex: 0 0 33%;*/
/*    max-width: 33%;*/
/*}*/
/*.page-column*/
/*{*/
/*  -ms-flex: 0 0 100%;*/
/*    flex: 0 0 100%;*/
/*    max-width: 100%;*/
/*}*/
/*.page-column-second*/
/*{*/
/*  -ms-flex: 0 0 100%;*/
/*    flex: 0 0 100%;*/
/*    max-width: 100%;*/
/*}*/
/*.boxt{*/
/*    -ms-flex: 0 0 100%;*/
/*    flex: 0 0 100%;*/
/*    max-width: 100%;*/
/*}*/
/*}*/
@media (min-width: 768px){
.rectangle{
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}


}
/*catagories page 2*/
/*pagination*/
.heading_2{
  width: 290px;
  display: flex;
}
.bar{
  display: flex;
}


.brand .heading_2 button {
  float: right;
  padding: 6px 10px;
  border-radius: 50px;
  margin-right: 14px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

  .brand input[type=text] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0px 10px;
    padding: 0px;
    border: 1px solid #ccc;  

}


.select-right {
  padding: 20px 35px;
}
.page-link {
    color: #111723;
    font-weight: 600;
}
.form-select {
    margin: 5px 0px;
    padding: 6px;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.form-select-button{
     margin:5px 0px;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 6px 20px;
  color: #000;
  font-size: 18px;
  transition:.5s;
  font-family: 'Nimbus Roman D BoldT';
}.form-select-button:hover{
    background:#111723;
    color:#fff;
}
.price_p {
    color: #585858;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 6px 0px;
}

.prices1_span{
  text-decoration: line-through;
  color: #8e8e8e;
  font-size: 14px;
}
.fasion-heading{
   color: #000;
  font-size: 20px;
 font-family: 'Roboto', sans-serif;

}

.t-products {
    background-image: linear-gradient(to right top, #5629c0, #5625cb, #5620d5, #551ae0, #5412eb);
    color: #fff;
    border-radius: 3px
}


.page-column{
 
    border-right: 1px solid #eee;
}


.product {
   
    background-color: #fff;
    border-radius: 5px;
    position: relative
}

.about span {
    color: #5629c0;
    font-size: 14px
}

.cart-button button {
    font-size: 12px;
    color: #fff;
    background-color: #5629c0;
    height: 38px
}

.cart-button button:focus,
button:active {
    font-size: 12px;
}

.product_fav i {
    line-height: 40px;
    color: #5629c0;
    font-size: 15px
}

.product_fav {
    display: inline-block;
    width: 36px;
    height: 39px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 11%;
    text-align: center;
    cursor: pointer;
    margin-left: 3px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.product_fav:hover {
    background: #5629c0
}

.product_fav:hover i {
    color: #fff;
}
.boxscnd {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
        padding: 1px;
        margin: 50px 20px 15px;
    }
.about {
    margin-top: 12px
}
.boxt h5 {
    color: #000;
    font-weight: 600;
    opacity: 1;
}
.boxt h2 {
    font-size: 1.6rem;
}
.boxt.col-md-12.mt-3 {
    margin-top: 27px !important;
}
.off {
    position: absolute;
    left: 65%;
    top: 6%;
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 8px;
    border-radius: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1.75rem !important;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    
}
.breadcrumb  li{
  padding: 0px 5px;
}
.breadcrumb  a{
  font-size: 14px;
  color: #000;
}
.page-box{
  padding: 2px;
  margin:8px 6px;
}
.page-boxx{
  padding: 2px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.page-boxx img{
  width: 100%;
  height: 220px;
}
.jar_h {
    box-shadow: 0 0 62px rgba(0, 0, 0, 0.12);
    padding: 14px 0px !important;
}
.row.max-padding.g-2 {
    border-top: 1px solid #ededed;
    padding-top: 20px;
}
.page-box img{
  width: 100%;
  height: 280px;
}
.prices1_span{
  text-decoration: line-through;
  color: #8e8e8e;
  font-size: 14px;
}
.search-btn {
  background-color: transparent;
  border: none;
}
.search-btn .fas{
  background-color: #ccc;
    color: #8e8e8e;
  font-family: FontAwesome;
  border: none;
  border-radius: 50px;
  padding: 5px;
   font-size: 1rem;
  font-style: normal;
}
.search-btn .fas:hover{
  background-color: transparent;
    color: #8e8e8e;
  font-family: FontAwesome;
  border: none;
   font-size: 1.5rem;
  font-style: normal;
}
.form-control_search{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border:none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
}
hr{
  margin-top: 0;
}
.paginations{
  overflow: hidden;
}
.page-item.active .page-link1 {
    z-index: 3;
    color: #fff;
    background-color: #111723;
    border-color: #11172333;
}
.pagination-sm .page-link1 {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    margin: 0rem .45rem;
}
.page-link1 {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #111723;
    background-color: #fff;
    border: 1px solid #11172333;
}

.form-check-label1::before{
  content: "";
  background-color: red;
  border-radius: 100px;
  padding: 8px;
  margin:6px;
  font-size: 1px;
  position: relative;
    top: -6px;
}
.form-check-label2::before{
  content: "";
  background-color: blue;
  border-radius: 100px;
  padding: 8px;
  margin:6px;
  font-size: 1px;
  position: relative;
    top: -6px;
}
.form-check-label3::before{
  content: "";
  background-color: yellow;
  border-radius: 100px;
  padding: 8px;
  margin:6px;
  font-size: 1px;
  position: relative;
    top: -6px;
}
.form-check-label4::before{
  content: "";
  background-color: black;
  border-radius: 100px;
  padding: 8px;
  margin:6px;
  font-size: 1px;
  position: relative;
    top: -6px;
}
.form-check-label5::before{
  content: "";
  background-color: pink;
  border-radius: 100px;
  padding: 8px;
  margin:6px;
  font-size: 1px;
  position: relative;
    top: -6px;
}
.form-check-label6::before{
  content: "";
  background-color: #ccc;
  border-radius: 100px;
  padding: 8px;
  margin:6px;
  font-size: 1px;
  position: relative;
    top: -6px;
}
.form-check-label7::before{
  content: "";
  background-color:#fff;
  border-radius: 100px;
  padding: 8px;
  margin:6px;
  font-size: 1px;
  position: relative;
    top: -6px;
}
.form-check-label{
  font-weight: 300;
font-family: 'Roboto', sans-serif;
}
.form-check-label1{
  font-weight: 300;
font-family: 'Roboto', sans-serif;
}
.form-check-label2{
  font-weight: 300;
font-family: 'Roboto', sans-serif;
}
.form-check-label3{
  font-weight: 300;
font-family: 'Roboto', sans-serif;
}
.form-check-label4{
  font-weight: 300;
font-family: 'Roboto', sans-serif;
}
.form-check-label5{
  font-weight: 300;
font-family: 'Roboto', sans-serif;
}
.form-check-label6{
  font-weight: 300;
font-family: 'Roboto', sans-serif;
}
.form-check-label7{
  font-weight: 300;
font-family: 'Roboto', sans-serif;
}
.level-more{
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #d34b56;
}
/*coupon page*/
.coupon-rect2{
background:#fff;
padding:5px;
border:1px solid #d697942e;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.coupon-rect1 img{;
  width: 100%;
}
.coupon-rect2  h3{
     font-weight: 600;
 text-align:center;
  color: #000;
  font-size: 16px;
  font-family: 'Nimbus Roman D BoldT';
}
form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}
/**************productpage***********/
.boxist img {
    max-width: fit-content;
    width: 70px;
    margin: 10px 0px;
    object-fit: cover;
    height: 70px;
    margin: 15px auto 15px 0;
    display: table;
    border-radius: 10px;
    cursor: pointer;
}
.col-md-12.col-lg-6.col-sm-12.img-text-product.single-prd-top-col {
    padding-left: 2%;
    padding-top: 3.2rem;
}
h4.inclusive {
    font-size: 13px;
}
.heading-product {
    font-size: 22px!important;
    font-weight: 900;
}
.testimonial-box {
    padding: 10px 15px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.boxscnd img {
    width: 100%;
    margin: 0px 0px 0px;
    object-fit: contain;
    height: 400px;
    border-radius: 10px;
    display: block !important;
    cursor: zoom-in;
}
.btnp {
    border: 5px solid #000;
    border-radius: 0;
  margin:auto;
}
.color-checking{
  padding: 0px 20px;
}
.shere{
     background: #ff6a00;
    padding: 5px 8px;
    color: #fff;
    font-size: 18px;
    border-radius: 100px;
    line-height: 1;
}
.box-list{
  list-style: none;
  text-align: center;
  line-height: 3
}
.txt-heading{
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
}
.txt-through{
  font-size: 14px;
    font-weight: 300;
font-family: 'Roboto', sans-serif;
  text-decoration: line-through;
}
.hj .txt-through {
    font-size: 18px;
}
.hj .txt-through-off {
    font-size: 18px;
}
.txt-through-off{
  font-size: 14px;
    font-weight: 600;
font-family: 'Roboto', sans-serif;
  color: #d34b56
}
.color-heading{
    font-size: 18px;
    font-weight: 600;
font-family: 'Nimbus Roman D BoldT';
  color: #000;
}
.coloring li{
  margin:10px 6px;
  list-style: none;
}
 .red{
  background-color: red;
  border-radius: 50px;
  list-style: none;
  padding: 11px 20px;
  border:2px solid #000;
}
 .orange{
  background-color: orange;
  border-radius: 50px;
  list-style: none;
  padding: 11px 20px;
  border:2px solid #000;
  margin-left: 10px;
}
 .green{
  background-color: green;
  border-radius: 50px;
  list-style: none;
  padding: 11px 20px;
  margin-left: 10px;
  border:2px solid #000;
}
 .blue{
  background-color: blue;
  margin-left: 10px;
  border-radius: 50px;
  list-style: none;
  padding: 11px 20px;
  border:2px solid #000;
}
 .white{
  background-color: #fff;
  border-radius: 50px;
  margin-left: 10px;
  list-style: none;
  padding: 11px 20px;
  border:2px solid #000;
}
.form-select-color{
  border:none;
  font-size: 18px;
    font-weight: 600;
font-family: 'Roboto', sans-serif;
      color: #d34b56;
    margin: 0px 20px;
}


.color-heading-2{
   margin: 2px 0px;
    font-size: 18px;
    font-weight: 600;
font-family: 'Roboto', sans-serif;
  color: #000;
}
 .circle{
  background-color: transparent;
  border-radius: 100px;
  list-style: none;
  padding: 10px 10px;
  border:2px solid #ccc;
  color: #000;
}
.btn-color-1 {
 
    background: crimson;
    padding: 10px 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    
    transition:.5s;
}
.btn-color-1 a{
    color:#fff; 
    text-decoration:none;
    font-weight: 600;
font-family: 'Roboto', sans-serif;
}
.btn-color-2 a{
    color:#000;
    text-decoration:none;
    font-weight: 600;
font-family: 'Roboto', sans-serif;
}
.btn-color-1:hover {
      background:#c3344f;
}

.btn-color-1 .fa{
  margin: 0px 5px;
font-family: FontAwesome!important;
font-style: normal;
  }
 
          
        .icon-fg {
            color:#fff;
            
        }
        .icon-fg-2{
            color:#000;
            font-family: FontAwesome!important;
           
        }     
        .btn-color-2:hover{
             background-color: crimson;
        }
.btn-color-2 {
  font-weight: 600;
font-family: 'Roboto', sans-serif;
  line-height: 1;
    background: transparent;
    padding: 14px 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    margin: 0px 10px;
    transition:.5s;
}
.btn-color-2 .far{
  margin: 0px 5px;
font-family: FontAwesome;
font-style: normal;
  }
  /*selling*/
  .selling-Product{
     border: 3px solid #0000004f;
  width: 100%;
  height: auto; 
  padding: 10px 0px;
  }
  .rating-1{
  margin: 0px 0px;
  display: flex;
}
.rating-1 li{
  display: flex;
}
.rating-1 i{
  line-height: 2;
 font-family: FontAwesome;
 font-style: normal;
 color: #000;
 font-size: 12px;
}

.rating-span-selling{
  font-size: 18px;
    font-weight: 600;
font-family: 'Roboto', sans-serif;
  color: #ed143d;
}
.Product-details{
    border-bottom: 3px solid #0000004f;
    border-right: 3px solid #0000004f;
  border-left: 3px solid #0000004f;
  width: 100%;
  height: 360px;
  
}
.selling{
    padding:10px;
}
.selling-person img{
    width: 100%;
}
.selling-price h5{
     font-size: 16px;
    font-weight: 600;
font-family: 'Roboto', sans-serif;
}
.Product-details1{
  border: 0px solid #0000004f;
  width: 100%;
  padding: 10px 10px;
  height: auto ; 
  
}
.product-box{
  text-align: center;
  border:3px solid #0000004f;
}
.product-box h3{
    font-size: 18px;
    font-weight: 600;
    padding-top: 6px;
    color: #000000c7;
font-family: 'Roboto', sans-serif;
}

.product-box{
  text-align: center;
 border-top: 3px solid #0000004f;
    border-bottom: 3px solid #0000004f;
    border-left: 3px solid #0000004f;
}



/******product page***/

 .helo{
     font-weight:600;
 }
.sidebar a.active {
  background-color: #f1f1f1;
  color: #000;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

.isttable{
    border-collapse: inherit;
    width: 1100px;
    padding: 5px;
}
.secondtable{
  border-collapse: inherit;
    width: 100%;
    padding: 5px;
}
.nclass {
    color: #2e2ee7;
    line-height: 2;
}
td.clr {
    color: red;
}

.dashboxone {
    background-color: #e7e6e6;
    padding: 50px 15px 10px;
    height: auto;
}
.dashbox {
    background: #fff;
   
}

span.iconone {
    padding: 11px;
}
h6.toptext {
    margin: 0 auto 20px;
    font-weight: bold;
    text-align: center;
}
.top_dash {
    display: flex;
    padding:0px 20px;
}


.mob-sign {
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 20px;
	padding: 3px 10px !important;
}
/******withdraw page************/
.boxone-rect {   
        padding: 15px;
    background: #ee06bc96;
    border-radius: 4px;
height: 148px;
  text-align:center;
  color:white;
  border: 1px solid;
}
.boxtwo-rect {
 height: 148px;
    border:1px solid #e1dddd;
    border-radius: 4px;
  text-align:center;
      padding: 15px;
}
.boxx {
    background: #864fa2;
    width: 48px;
    height: 49px;
    border-radius: 80px;
    font-size: 37px;
    margin: 6px auto;
}

.row.boxxes {
    padding: 0 81px;
}
.newth {
    padding: 0 40px;
}
.textnew {
    line-height: 4;
    font-size: 24px;
}
.newicon  i.fa-dollar-sign {
    background: #170627a6;
    width: 64px;
    height: 64px;
    border-radius: 80px;
    font-size: 38px;
    color: white;
    padding: 15px;
}
.fa-dollar-sign:before {
    content: "\f155";
}
.ntext1 {
    font-weight: 600;
}
.newicon i.fa.fa-plus {
       background: #3d3d3d;
    width: 64px;
    height: 64px;
    border-radius: 80px;
    font-size: 38px;
    color: white;
    padding: 15px
}
.ntext {
    color: #0f8ad1;
    font-size: 18px;
    padding:20px 0px;
}
/****end of with draw page **/

/*****Shop page**********/

.form-one {
    background: #fff;
    padding: 5px 10px;
    border-radius: 2px;
}
.star {
    color: red;
    font-size: 20px;
}
.form-two {
    background: #fff;
   padding: 5px 10px;
    margin: 10px 0;
}
.onebtn {
    background: #1250ff;
    color: white;
 
}
.twobtn {
    background: #1250ff;
    color: white;
  
}
.dfd .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    /* display: flex; */
    /* justify-content: space-between; */
}
.dfd .nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    font-size: 24px;
    color: #f32f1b;
    font-weight: 500;
    padding:7px 20px;
}
.dfd .tab-content {
    border: 1px solid #ccc;
    padding: 10px 9px;
    margin-top: 0;
    border-top: 0;
}
.dfd .nav-tabs .nav-item.show .nav-link, .dfd .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #f32f1b;
    border-color: #dee2e6 #dee2e6 #fff;
}
#testimonials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:100%;
}
.testimonial-heading{
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 
.testimonial-heading span{
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial-box-container{
    
    width:100%;
}
.profile-img{
    width:50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile{
    display: flex;
    align-items: center;
}
.name-user{
    display: flex;
    flex-direction: column;
}
.name-user strong{
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.name-user span{
    color: #979797;
    font-size: 0.8rem;
}
.reviews{
    color: #f9d71c;
}
.box-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.client-comment p{
    font-size: 0.9rem;
    color: #4b4b4b;
}
.moz {
    text-align: center;
    padding: 100px 0;
    background: #1d6b87;
}
.moz h2 {
    margin-top: 0;
    color: #89d6f3;
    font-family: "Roboto Slab",Museo,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 40px;
    font-weight: 400;
}
.moz p {
    color:#fff;
    margin-top:20px;
    font-size: 22px;
}
.moz2 {
    text-align: center;
    padding: 70px 0;
    background: #f0f7f7;
    position:relative;
}
.moz3 {
    background: #dfeeee;
    padding: 50px 0;
    position:relative;
}
.moz_data h2 {
    font-family: "Roboto Slab",Museo,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #41494F;
}
.moz_data p {
    font-size: 16px;
    margin-top: 40px;
    color: #41494F;
}
.moz_datas h2 {
    font-family: "Roboto Slab",Museo,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #41494F;
}
.moz_datas p {
    font-size: 16px !important;
    margin-top: 40px;
    color: #41494F;
    font-family: "Roboto", sans-serif !important;
}
.moz2::before {
    content: "";
    z-index: 1;
    position: absolute;
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
    background-color: inherit;
    margin-top: -15px;
    margin-left: -15px;
    top: 100%;
    left: 50%;
    border-left-width: 0;
    border-top-width: 0;
    top: ;
}
.moz3::before {
    content: "";
    z-index: 1;
    position: absolute;
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
    background-color: inherit;
    margin-top: -15px;
    margin-left: -15px;
    top: 100%;
    left: 50%;
    border-left-width: 0;
    border-top-width: 0;
}
.moz2 p{
    font-family: "Roboto Slab",Museo,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:20px;
    color: #424a4f;
    font-weight: 300;
}
.moz-box {
    position: relative;
    background-color: #fff;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
    border: 3px solid #dfeeee;
}
.moz-box h4 {
    font-family: "Roboto Slab",Museo,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 1.4;
    color: #41494F;
}
.moz-box::before {
    content: "";
    z-index: 1;
    position: absolute;
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
    background-color: #fff;
    margin-top: -14px;
    margin-left: -18px;
    border-width: 3px;
    border-top-width: 3px;
    border-left-width: 3px;
    border-style: solid;
    border-color: #dfeeee;
    top: 100%;
    left: 50%;
    border-left-width: 0;
    border-top-width: 0;
}
.img-round img {
    border-radius: 50%;
}
.interested h2 {
    font-family: "Roboto Slab",Museo,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #434C51;
}


@-webkit-keyframes no-transform {
  100% {
    transform: none;
  }
}

@keyframes no-transform {
  100% {
    transform: none;
  }
}
.scrollbox {
  display: flex;
  align-items: center;
  padding: 20px 0;
  overflow: hidden;
}
.scrollbox--primary {
  background-color: #141414;
  color: #fff;
}
.scrollbox--secondary {
  background-color: #2f722f;
  color: #fff;
}
.scrollbox--reverse .scrollbox__item {
  animation-direction: reverse;
}
.scrollbox:hover .scrollbox__item {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.scrollbox__item {
  font-size: 18px;
  width: 100%;
  max-width: 100%;
  transform: translateX(-100%);
  -webkit-animation: no-transform 3s linear infinite;
          animation: no-transform 3s linear infinite;
}
.navbar-nav li:nth-child(1) {
    display: none;
}



section.conact-us-banner {
    background: url(https://ecomexpress.in/wp-content/themes/ecomexpress/images/contact-us-banner-bg.png);
    background-size: 100%;
    padding: 50px 0;
}
section.conact-us-banner h2 {
    font-size: 50px;
    color: #00a1a4;
    font-weight: 600;
    margin-bottom: 20px;
}
section.conact-us-banner p {
    font-size: 24px;
    line-height: 40px;
    margin: 30px 0;
}
a.site-btn {
    background: #00a1a4;
    color: #fff;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 4px;
    transition: .3s;
    text-decoration: none;
}
section#contact-form {
    margin: 100px 0;
}
.contact-form-wrapper {
    background: linear-gradient(340deg, #23408f, #00a1a4);
    padding: 40px;
    border-radius: 20px;
    max-width: 90%;
    margin: auto;
}
.contact-form-wrapper h2.text-center {
    color: #fff;
    margin-bottom: 50px;
}
.contact-form-wrapper .col-md-4.col-6 {
    margin-bottom: 30px;
}
.contact-form-wrapper label {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.contact-form-wrapper input.form-control {
    height: 50px;
}
.dfd .nav-tabs .nav-item {
    margin-bottom: -1px;
    border: 1px solid #f32f1b;
    padding: 0;
}
.dfd .nav-tabs .nav-item {
    margin-bottom: -1px;
    border: 1px solid #f32f1b;
    padding: 0;
    margin: 0 0px;
    display: block;
    width: 50%;
    text-align: center;
}
/*********seller page***********/
.textsel {
    text-align: center;
    padding: 10px 0px;
        font-size: 22px;
    font-weight: 600;
}
.fromaselone h2{
      font-size: 18px;
    font-weight: 600;
}
.fromaselone {
    background: #fff;
    width: 70%;
    margin: 18px auto;
    padding: 20px 14px;
  border-radius: 5px;
}
.fromaseltwo {
    background: #fff;
    width: 70%;
    margin: 18px auto;
    padding: 20px 14px;
  border-radius: 5px;
}
.fromaseltwo h2{
      font-size: 18px;
    font-weight: 600;
}
.footer-section {
  margin-bottom: 3.3rem;
}
.fromaselthree {
    background: #fff;
    width: 70%;
    margin: 18px auto;
    padding: 20px 14px;
  border-radius: 5px;
}
.fromaselthree h2{
      font-size: 18px;
    font-weight: 600;
}
.bton-group {
    float: right;
    margin:10px 0px;
}
.twobtn {
    background: #474874;
    color: #fff;
    padding: 5px 20px;
    border: none;
    transition:.5s;
}
.twobtn:hover{
   background: #2f3067;
    color: #fff; 
}
.btnt{
  width: 73%!important;
    margin: auto;
}
.btns {
    background-color: #474874;
    color: white;
    padding: 5px 10px;
    border: none;
    transition: .5s;
}
.btns:hover{
      background-color:#2f3067;
    color: #fff;
}
.staro {
    color: blue;
    font-size: 22px;
    padding: 0 5px;
}
.staron {
    color: red;
  font-size: 22px;
    padding: 0 5px;
}
.card-footer {
    margin-top:10px;
    padding: .75rem 0rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgb(193 193 193 / 35%);
}
/**************productpage***********/


.btnd {
    padding:6px;
    border: 1px solid gray;
}
.btnp {
    border: 3px solid #000;
    border-radius: 0;
  margin:auto;
}


.radio-button input[type="radio"] {
        display: none;
      }      
.radio-button label {
    display: inline-block;
    background-color: #ffffff;
    padding: 4px 4px;
    font-family: Arial;
    font-size: 12px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 10px;
    border: 1px solid #b5b5b5;
    overflow: hidden;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
}      
.cash-on-delivery {
    margin-top: 20px;
}
.coloring.d-flex.align-items-center {
    margin-top: 15px;
}
.radio-button input[type="radio"]:checked + label {
    background-color: #1f8646;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 33px;
}
.boxt h4 {
    font-size: 21px;
    margin-bottom: 16px;
    font-weight: 400;
}

.boxthree .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.02);
}
.order-id a {
    color: #333;
}
.pt-1.pb-1.footer-section {
	display: none;
}
.modal-box {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
	padding: 0.6rem;
	text-align: center;
	border-radius: 5px;
}
.modal-box img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}
.modal-box p {
	color: #f32f1b;
	font-size: 14px;
	font-weight: 500;
	margin-top: 0.5rem;
}

/*****responsive----------------*/

@media only screen and (min-device-width : 320px) and (max-device-width : 992px) {
.header-area #sticky-wrapper {
    z-index: 2 !important;
    
}
.style-box {
    background: #fff;
    padding: 12px;
}

/****dashboard*/
.sidebar {   
    width: auto;   
}
.row.boxxes {
     padding: 0px; 
}
}
 /*dashboard*/
  .sidebar {
    margin: 11px 0;
    padding: 0;
    background-color: #fff;
    height: auto;
    overflow: auto;
}

.sidebar a {
  display: block;
  color: black;
  padding: 14px;
  text-decoration: none;
}
 
.sidebar a.active {
  background-color:#474874;
  color: white;
}

.sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

div.content {
  margin-left: 200px;
  padding: 1px 14px;

}
.custom{
    width: 100%;
    height: 100%;
    background: #88027e;
    border-radius: 5px;
    padding: 10px;
}
h4.head {
  padding-top: 5px;
  padding-left: 5px;
  color: #fff;
}
p.para {
    padding-left: 6px;
  color: #fff;
}
.data-row{
display: flex;
}
.headone {
    padding-left: 70px;
    padding-top: 22px;
    font-size: 18px;
    padding-bottom: 14px;
}
.headtwo {
    font-size: 18px;
    padding-top: 22px;
    padding-right: 14px;
    padding-left: 14px;
}
.icon1 {
    font-family: 'FontAwesome';
    font-size: 14px;
    font-style: normal;
    color: #298db1;
    background-color: #dff5fd;
    border-radius: 20px;
    padding: 6px;
    margin: 0px 1px;
}
.icon {
    font-family: 'FontAwesome';
    font-size: 14px;
    font-style: normal;
    background-color: #fff6dd;
    color: #d0a631;
    border-radius: 20px;
    padding: 6px;
}
.button {
    border: none;
    color: #fff;
    padding: 3px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 31px;
    cursor: pointer;
    border-radius: 11px;
    background-color: #22b14c;
}
.buttonthree {
    border: none;
    color: #fff;
    padding: 3px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 31px;
    cursor: pointer;
    border-radius: 11px;
    background-color: #cb1742;
}
.order-id {
    color: #7d6fe6;
}
.top_section {
    border: 0px solid;
    height: auto;
    width: 21%;
    margin: 14px 8px;
    border-radius: 50%;
}
h6.toptext {
margin: auto;
font-weight: bold;
text-align: center;
}
.top_dash {
    display: flex;
    align-items: center;
}
.toptext p {
    margin: 0;
}
.boxones {
    background: white;
    padding: 0 4px;
}
.boxone {
    background: white;
    padding: 0 4px;
   
}
.boxthree {
    background: #fff;
    padding: 5px 20px;
    margin: 10px 0px;
}
.icon2 {
    font-family: 'FontAwesome';
    font-size: 18px;
    font-style: normal;
    margin: 0px 6px;
}
.border {
    border: solid 1px;
    border-color: #e6e6e6;
    padding: 10px;
    list-style: none;
    border-radius: 4px;
    display: flex;
    background-color: #e6e6e6;
    margin: 6px 10px 25px 10px;
}
.list {
    padding: 4px 10px;
    list-style: none;
}
.icon4 {
    font-size: 30px;
    font-family: 'FontAwesome';
    font-style: normal;
}
.list2 {
    border: solid 1px;
    border-color: #e6e6e6;
    border-radius: 4px;
    padding: 15px;
    background-color: #e6e6e6;
}
.formone {
    background-color: #fff;
    padding: 0px 10px;
    
}
.formtwo {
    background: #fff;
    padding: 0px 10px;
    margin: 10px 0px;
}
.formthree {
    background: #fff;
    padding: 0px 10px;
    
}
.buttonone {
    padding: 8px 20px;
    border-radius: 4px;
    background-color: #474874;
    color: #fff;
  transition:1s.;
  margin:20px 0px;
}
.buttonone:hover{color: #fff;
  background:#805da0;  
}
.headfour {
    font-size: 25px;
    font-weight: 400;
    color: #808080db;
  
}
.ellipse {
    font-family: 'FontAwesome';
    font-size: 19px;
    font-style: normal;
}
.iconsix {
    font-family: 'FontAwesome';
    font-size: 14px;
    font-style: normal;
    background-color: #dc1313;
    color: #fde4e9;
    border-radius: 20px;
    padding: 6px;
    margin: 0px 3px;
}
.iconseven {
    font-family: 'FontAwesome';
    font-size: 10px;
    font-style: normal;
    color: green;
    border-radius: 20px;
    padding: 6px;
    margin: 0px 3px;
}
.buttontwo {
    border: none;
    color: #fff;
    padding: 3px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 31px;
    cursor: pointer;
    border-radius: 11px;
    background-color: #0abb75;

}
.price1 {
    list-style: none;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin-top: 7px;
}
.page-box {
	background: #fff;
}
.page-box.newsCard .carousel-items {
	/* border: 1px solid #dfdfdf; */
	padding: 1rem;
	border-radius: 8px;
	margin: 1rem;
}
.page-box.newsCard {
	border: 1px solid transparent;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.page-box.newsCard:hover {
	border: 1px solid #d7d7d7;
}

.Product-details1.col-md-12 .col {
    padding: 0 5px;
}
.prices1_span{
text-decoration: line-through!important;
color: #8e8e8e;
font-size: 14px;
}
.fasion-heading {
    color: #000;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight:600;
    padding: 5px 0px;
}
.page-box img {
    width: 100%;
    object-fit: contain;
    height: 300px;
}

.firsttable2 {
 background-color: #fff;
}
.firsttable {
    background-color: #fff;
}
.firsttable-2 {
    background-color: #fff;
        border-top: 12px solid #e7e6e6;
    border-left:12px solid #e7e6e6 ;
    border-bottom:6px solid #e7e6e6;
    border-right:12px solid #e7e6e6;
}
.firsttable-3 {
    background-color: #fff;
       border-top: 6px solid #e7e6e6;
    border-left:12px solid #e7e6e6;
        border-bottom:12px solid #e7e6e6;
    border-right:12px solid #e7e6e6;

}
.processor.p-3 {
    border: 1px solid #dfdfdf;
}
.date {
    color: #69696975;
}
.heart {
    font-family: 'FontAwesome';
    font-size: 25px;
    font-style: normal;
  }
  .btnheart{
    background-color: #fff;
    width: 100%;
    position: relative;
    top: 0;
    border: 1px solid #ccc
  }
.wishlist {
    padding: 10px;
}
.newsCard {
  position: relative;
  background-color: #fff;
  padding: 1rem;
  /* overflow: hidden; */
    /* height: 450px; */
}
.newsCaption-indi {
    top: -5px !important;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #111213 !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.newsCaption {
  position: absolute;
  top: 84%;
  bottom: 0;
  opacity: .2;
  height:82px;
  left: 0;
  width: 100%;
  background-color: #474874;
  padding: 15px;
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}



.newsCaption-content {
  margin: 0;
}

.newsCaption-link {
  color: #fff;
  text-decoration: underline;
  opacity: .8;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
          transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
.newsCaption-link:hover {
  opacity: 0.65;
}

.news-Slide-up:hover .newsCaption {
  opacity: 1.2;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: opacity 0.1s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;
}
.newsCaption-indi li {
 width: 6px;
 height: 6px;
 cursor: pointer;
 background-color: #ccc;
 border-radius: 26px;
}
.newsCaption-indi {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    top:-22px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
 width: 6px !important;
 height: 6px!important;
 cursor: pointer;
 background-color: #ccc!important;
 border-radius: 26px!important;
}
.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.boxfour {
    margin: 10px 0px;
    background-color: #fff;
    padding: 0px 10px;
}
.heading1 {
       padding: 10px 0px;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.form-select1{
  width: 100%!important;
  
}

.download {
    width: 50%;
    margin: auto;
}
.circles {
    font-family: 'FontAwesome';
    font-size: 80px;
    font-style: normal;
    color: #16d016;
}
.parafour {
    color: #ea0a0a;
}
.parathree {
    font-size: 25px;
}
.parafive {
    font-size: 17px;
    font-style: italic;
    color: #808080c4;
}
.borders {
 position: relative;
    width: 100%;
    margin:0px 10px;
    display: block;
    padding: 10px;
    background: linear-gradient(0deg, white, #f6f6f6);

}
.terms {
    box-shadow: 0 0 62px rgba(0, 0, 0, 0.12);
    padding: 20px;
    margin-bottom: 30px;
}
.headnine{
    font-size:22px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.glowing::before{
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  background: linear-gradient(45deg, #e8f74d, #ff6600d9, #00ff66, #13ff13, #ad27ad, #bd2681, #6512b9, #ff3300de, #5aabde);
  background-size: 400%;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  z-index: -1;
  animation: glower 40s linear infinite;
}

@keyframes glower {
  0% {
    background-position: 0 0;
  }
  
  50% {
    background-position: 400% 0;
  }
  
  100% {
    background-position: 0 0;
  }
}
.table-media{
  width:1100px;
 }
/*gh*/
/*-------------------Ticket Page CSS----------------*/
.ticket-dashbox{
  background-color: #fff;
}
.table-ticket {
    width: 1024px;
}

  .box-btn{
    padding: 20px;
}
.btn:active {
    background-color: #fff !important;
}
/*------------------- End Ticket Page CSS----------------*/
/*-------------------Product-Page CSS ----------------*/
.new-product {
    padding: 10px 0px;
  margin:auto;
}
.add-product {
    width: 190px;
    height: 45px;
  color:green;
  transition:.5s;
    border: 2px solid green;
}
.add-product:hover {
    background: green;
    color: #fff;
}
.search-box{padding:20px;}

.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 24px;
  top:4px;
}
.save-product-btn {
    margin:10px 0px;
    background: #474874;
    color: #fff;
    padding: 5px 10px;
    border: navajowhite;
    transition: .5s;
}
.save-product-btn:hover{
 background: #2f3067;
    color: #fff;    
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color:green;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.fa-pencil-square-o
{
  color:#17a2b8;
}
.fa-trash
{
  color:red;
}
span.del-icon {
 padding: 8px 13px;
    background-color: #dff5d;
    border-radius: 50%;
    font-size: 21px;
    margin: 5px;
}
.updt-icon {
    padding: 8px 11px;
    background-color: #ff6dd;
    border-radius: 50%;
    font-size: 21px;
    margin: auto;
}
/*------------------End Product-Page css--------------*/

/*------------------Product-Info css--------------*/
.dashbox-product {
    border: 10px solid #e7e6e6;
    margin: 6px 0 6px -10px;
    padding: 0 10px;
}
.pro-firstform {
    background-color: #ffff;
    padding: 15px;
}
.pro-seconform {
    background-color: #fff;
    padding: 15px;
    margin-top: 20px;
}
.product-variation
{
   background-color: #fff;
    padding: 15px;
    margin-top: 20px; 
}

.file-design{
  padding: 5px;
  color: #999;
  
  vertical-align: middle;
}
.file-design::-webkit-file-upload-button {visibility: hidden;}

.file-design::before {
    content: 'Browse';
    color: #000;
    display: inline-block;
    background: #e7e6e6;
    border: 1px solid #999;
    /* border-radius: 3px; */
    margin: -17px -71px -5px -11px;
    padding: 11px 20px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-align: center;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}
p.color {
    border: 2px solid gray;
    padding: 7px;
    background-color: #e7e6e6;
}
p.attribute
{
   border: 2px solid gray;
    padding: 7px;
    background-color: #e7e6e6;
}
.active-color
{
  padding:6px;
}

.product-price {
    background-color: #fff;
    padding: 15px;
    margin-top: 20px;
} 
.form-control-pro{
     display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dedede;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*--------------------Order-page---------*/
.form-select12{
  width: 100% !important;
}
.ticket-dashbox { 
    margin: 10px 0px;
}
.dashboxx { margin: 10px 0px;
}
.dashbox { margin: 10px 0px;
background-color: #fff;
}
.dashboxnew{
     margin: 0px 0px;
}
.order{
line-height: 3;
    padding: 10px 0px;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.one {
width: auto;
height: 43px;
margin: 34px 0px;
}
i.fa.fa-address-book {
background: red;
width: 50px;
height: 50px;
color: white;
font-size: 39px;
line-height: 1.2;
border-radius: 22px;
padding: 3px 7px;
}
.paid {
color: #fff; 
background-color: green;
text-align: center;
width:40%;
transition:.5s;
border-radius: 7px;
border:none;
}
.paid:hover{
   background:#474874; 
   color:#fff;
}
i.fa.fa-eye {
color: #007bff;
background-color: skyblue;
border-radius: 50%;
padding: 6px;
}
i.fa.fa-download {
padding: 6px;
border-radius: 50%;
color: #ffc107;
background-color: antiquewhite;
}
.order-code-color {
color: #007bff;
}

.dropdown-toggle {
white-space: nowrap;
color: black;
background-color: lightgray;
padding: 2px;
border-radius: 2px;
}
.decription-head.show ul.dropdown-menu {
min-width: 44px;
}
table#responsy {
width: 1100px;
}
/*end*/
/*login form*/
.newborder {
    border: 2px solid;
    width: 100%;
    height: 388px;
}
form.login-form input {
    padding: 23px 14px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%), 0 0 2px 0 rgb(0 0 0 / 10%);
}
.submit {
    color: #fff;
    background-color: #007bff;
    padding: 0 8px 0 3px;
    height: 44px;
    border: none;
    border-radius: 4px;
    display: block;
    margin: auto;
}
.center {
    text-align: center;
}
.login-form {
    width: 100%;
}
.signup-form {
    width: 100%;
}
.login {
    width: 100%;
    color: #fff;
    background-color: #007bff;
    border: none;
    height: 65px;
}
form.signup-form .submit {
    padding: 10px 20px;
    margin-bottom: 20px;
}
.main-login{
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px;
}
button.loginthree {
    padding: 0 20px;
    color: #fff;
    background-color: #007bff;
    border: none;
    height: 55px;
    border-radius: 5px;
}
.or-seperator {
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}
.or-seperator b {
    color: #666;
    padding: 0px;
    width: 62px;
    height: 25px;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    background: #f5f5f5;
    display: inline-block;
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    position: relative;
    top: -15px;
    z-index: 1;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem 1rem;
}
.loginone {
    width: 71px;
    margin: 0px 6px 12px 36px;
    color: #fff;
    border: none;
    background-color: #007bff;
    border-radius: 4px;
    height: 40px;
}
.logintwo {
    color: #000;
    background-color: transparent;
    border: none;
    padding: 5px;
}
.loginthree {
    border: none;
    margin:10px 0px;
    text-align:center;
    color: #007bff;
    background: transparent;
}
.loginfour {
    color: #000;
    background-color: transparent;
    border: none;
    padding: 5px;
    margin: 0px 6px 12px 36px;
}
.loginfive {
    width: 71px;
    color: #fff;
    border: none;
    background-color: #007bff;
    border-radius: 4px;
    height: 30px;
}
.googleimg {
    margin-right: 6px;
    height: 40px;
    background: #fff;
    padding: 3px;
    border-radius: 4px;
}
/*end*/
/*-------------Start shipping-address--------*/
.address {
    /* box-shadow: 0 0 10px #ccc; */
    padding: 0px;
}

.first-address {
    padding: 15px;
    list-style:none;
    border:1px solid gray;
    border-radius:9px;
    box-shadow: inset 0 0 2px grey;
}
.first-addres {
    padding: 15px;
    list-style:none;
    border:1px solid gray;
    border-radius:9px;
    box-shadow: inset 0 0 2px grey;
}
.lorem {
    padding-left: 15px;
    color: gray;
    font-size: 14px;
}
.lorem-add{
    color: gray;
    font-size: 14px;}


.radios:active{
    color:red;
}
.img-icons {
    width: 40px;
    border: 1px solid darkgray;
    border-radius: 3px;
}
.paypal {
    width: 58%;
    border: 1px solid darkgray;
}
.address-btn
{
    text-align:center;
    padding:10px;
}
.add-new-address {
    padding: 5px;
    width: 45%;
    border: 2px solid #000;
}
.cart-section {
    border-top: 1px solid darkgray;
    border-bottom: 1px solid darkgray;
    padding-top: 6px;
}
.paypal-section
{
    border-bottom: 1px solid darkgray;
    padding-top:5px;
}
.gift-heading {
    border-bottom: 1px solid darkgray;
    padding-top: 10px;
}
.redeem-gift
{
    border-bottom:1px solid darkgray;
    padding-top:10px;
}
.btn-section {
    padding-top: 25px;
}
.modal-content {
    border: 4px solid;
}
.star {
    color: red;
    padding: 4px;
}
.sad {
    box-shadow: inset 0 0 3px lightgrey;
}
/*-------------End shipping-address--------*/
/*-----------Cart Page css---------------*/



/* Hide the browser's default radio button */
.container-radio input {
 
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 4px;
  left: 15px;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.cart-img {
    padding: 0;
    width: 100px;
}
.cart-image-td {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-img img {
    width: 100%;
    border-radius: 6px;
}
.cart-image-td h3 a {
    color: inherit;
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
}
.cart-table th, .cart-table td {
    padding: 10px;
    text-align: center !important;
}
.cart-table td p {
    margin-bottom: 0;
}
.cart-table th {
    text-align: inherit;
    font-size: 18px;
}
.cart-table thead tr {
    border-bottom: 1px solid #e3e3e3;
}
.cart-heading{
  padding: 10px 10px;
}
.cart-btn{
  padding: 10px 10px;
}
.cart-edit{
   padding: 10px 10px;
}
.local-taxes{
    margin:10px 0px;
  padding: 10px 0px;
  font-size:15px;
  font-weight:600;
  color: #4e4e4e;
     font-family: 'Roboto', sans-serif;
text-align:center !important;
}
.stock-message {
    color: crimson;
}
.save-later {
    padding: 5px 10px;
    border: none;
}
.remove {
     padding: 5px 10px;
    border: none;
}
.btn-remove {
    padding-left: 10px;
}
.optional-textarea {
  width: 100%;
    border-radius: 5px;
    padding: 10px;
  box-shadow: inset 0 0 4px grey;
}
.keep {
    float: right;
}

.img-icon {
    width: 40px;
    border: 1px solid darkgray;
    border-radius: 3px;
}
.cart-icon {
    margin: 5px 5px;
}
.total-price{
  float:right;
}
.proceed-btn {
    width: 100%;
    border-radius: 20px;
    padding: 7px;
    background-color: #000;
    color: #fff;
}
.dddd {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dddd p {
      color: #000;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.contents {
    background-color: gainsboro;
    padding: 0 10px;
}
.inner-cont {
   width: 100%;
    margin: auto;
    background-color: #fff;    padding: 10px 20px; 
}
.add-cart-item {
    padding: 20px;
    box-shadow: none;
    margin-bottom: 20px;
    border: 0px solid #000;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}
.cart-table {
    width: 100%;
}
.cart-table .cart-btn {
    padding: 0 30px;
    position: relative;
}
.cart-table input[type="number"] {
    width: 60px;
}
.cart-table .cart-btn a i {
    color: #f32f1b;
     position: static; 
    top: -8px;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: ;
    right: 0;
    font-size: 18px;
    font-family: 'FontAwesome';
    font-style: normal;
}
.cart-table tbody tr {
    border-bottom: 1px solid #e3e3e3;
}
.cart-table tbody tr:last-child {
    border-bottom:none;
}
.devider {
   padding-bottom: 5px;
    padding-top: 5px;
}
.cart-btn.mr-4 .btn-sm {
    background: #f32f1b;
    border: none;
    outline: none;
    color: inherit;
    box-shadow: none !important;
    color: #fff;
}
.cart-heading a {
    color: inherit;
    font-weight: 600;
    font-size: 22px;
}
.store-shopping i{
        color: #000;
    font-size: 12px;
    font-family: 'FontAwesome';
    background: grey;
    padding: 5px;
}
.cart-btn a i {
    color: #f32f1b;
    position: absolute;
    top: 20px;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: ;
    right: 26px;
    font-size: 18px;
}

/*------------End Cart page----------*/
/*-------------progress-------------*/
.order-section {
    width: 100%;
    border: 2px solid #2a3464;
    background: #2a3464;
    color: #fff;
}
.search-section {
    width: 100%;
    border: 2px solid #0bb768;
    background: #0bb768;
    color: #fff;
}
.progress-section{
  background-color: #2a3464;
  height: auto;
  width: 100%;
  padding:20px 0px;
}
.progress-f {
    background-color: #f2f3f8;
    padding: 0 25px !important;
}
.sidebar_area a{
  padding: 7px;
}
.news-Slide-ups .newsCaption{
  background-color:transparent;
}
.container2 {
    padding: 0 15px;
}
.checkout_page- {
    box-shadow: 0 0 10px #ccc;
    padding: 30px;
}
.payment_sd {
    box-shadow: 0 0 10px #ccc;
    padding: 30px;
}
.shipping-headings{
  padding: 10px 0px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.shipping-heading{
  padding: 10px 0px;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
.span-digit{
  color: #000;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
.shipping-ul{
  padding: 10px 0px;
  display: flex;
}
.shipping-list{
  list-style: none;
  padding: 0px 5px;
}
.shipping-list a{
 color: #2b3466;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
  }
  .shipping-list i{
  font-family: FontAwesome;
  font-size: 18px;
  color: #2b3466;
  font-style: normal;
  padding: 0px 2px;
  }
  .progress-shipping-2{
background-color: #fff;
}
.shipping-ul-2 li{
  list-style: none;
}
.shipping-heading-2{
  padding: 5px 0px;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}

.img-shipping1 img{
  border:1px solid #ccc;
 
}
.shipping-heading-span img{
  width: 24px; 
  border:1px solid #ccc;
}
.shipping-heading-span a{
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  }
  .shipping-heading-3{
 
  color: #2b3466;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}
.quantity{
    padding:0px 10px;
}
  .shipping-btn{
    
        background: transparent;
    padding: 0px 80px;
    border: 1px solid #63c36a;
    border-radius: 10px;
    color:  #63c36a;
    transition: 0.5s ease;
  }
    .shipping-btn:hover{
          background: #63c36a78;
    }
  .shipping-btn i{
font-family: FontAwesome;
  font-size: 18px;
  color: #63c36a;
  font-style: normal;
  }
  .shipping-border{
 border-bottom:1px solid #ccc;
  }
  /*kbvk*/
  .alert-success {
    color: #f5fcf9;
    background-color: #0bb768;
    border-color: #c3e6cb;}
  .shop-tracking-status .form-horizontal{margin-bottom:50px}
.shop-tracking-status .order-status{margin-top:150px;position:relative;margin-bottom:50px;left:-20px;}
.shop-tracking-status .order-status-timeline{height:12px;border:1px solid #aaa;border-radius:7px;background:#eee;box-shadow:0px 0px 5px 0px #C2C2C2 inset}.shop-tracking-status .order-status-timeline .order-status-timeline-completion{height:8px;margin:1px;border-radius:7px;background:rgb(11 183 104);;width:0px}
.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c1{width:22%}
.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c2{width:46%}
.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c3{width:70%}
.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c4{width:100%}
.shop-tracking-status .image-order-status{border:1px solid #ddd;padding:7px;box-shadow:0px 0px 10px 0px #999;background-color:#fdfdfd;position:absolute;   background-color: rgb(11 183 104);
    position: absolute;
    margin-top: -35px;
    border-radius: 50%;}
    .shop-tracking-status .image-order-status-delivered{    border: 1px solid #ddd;
    padding: 7px;
    box-shadow: 0px 0px 10px 0px #999;
    background-color: #fdfdfd;
    position: absolute;
    background-color:rgb(234 234 234);;
    position: absolute;
    margin-top: -35px;
    border-radius: 50%;}
    .shop-tracking-status 
.image-order-status.disabled{filter:url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");filter:grayscale(100%);-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:gray;}
.shop-tracking-status .image-order-status.active .status{color:#fff;text-shadow:0px 0px 1px #777}
.shop-tracking-status .image-order-status .icon-s{height:40px;width:40px;background-size:contain;background-position:no-repeat}
.shop-tracking-status .image-order-status .status{position:absolute;text-shadow:1px 1px #eee;color:#333;top:-50px;left: -9px;}
.shop-tracking-status .image-order-status-new{left:0}.shop-tracking-status .image-order-status-new .icon-s{background-image: url("https://looxmart.co/brands/assets/img/check.png");background-position: center;
    background-repeat: no-repeat;}
.shop-tracking-status .image-order-status-active{left:33.33333%}.shop-tracking-status .image-order-status-active .icon-s{background-image: url('https://looxmart.co/brands/assets/img/check.png');background-position: center;
    background-repeat: no-repeat;}
.shop-tracking-status .image-order-status-intransit{left:66.66666%}.shop-tracking-status .image-order-status-intransit .icon-s{background-image: url('https://looxmart.co/brands/assets/img/check.png');background-position: center;
    background-repeat: no-repeat;}
.shop-tracking-status .image-order-status-delivered{left:97.9999%}.shop-tracking-status .image-order-status-delivered .icon-s{background-image: url('https://looxmart.co/brands/assets/img/truck-solid.png');background-position: center;
    background-repeat: no-repeat;}
.shop-tracking-status .image-order-status-delivered .status:before{display:none}

.shop-tracking-status .image-order-status-completed{right:0px}.shop-tracking-status .image-order-status-completed .icon{background-image: url();}
.shop-tracking-status .image-order-status-completed .status{top:85px;text-align:right}.shop-tracking-status .image-order-status-completed .status:before{display:none}
.shop-tracking-status .image-order-status-completed .status:after{font-family:FontAwesome;content:"\f054";padding-left:5px;vertical-align:middle}
.shop-tracking-status {
    width: 80%;
    margin: auto !important;
}

.table-data{
    padding:0px;
}
.list22 a h4 {
    font-size: 17px;
    color: #fff;
}
.list22 a i {
    color: #fff;
}
.list22 {
    background: #28a745;
    border-radius: 5px;
    padding: 0px 10px;
    text-align: center;
}
#login-modal .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    background: radial-gradient(87.5% 87.5% at 29.69% 6.25%,#970000 0,#400707 100%);
    padding: 10px 25px !important;
    margin-left: 0;
    margin-top: -1px;
    height: auto;
    line-height: 100%;
    border-radius: 5px;
}
#login-modal .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    margin: 0 auto;
}
#login-modal .modal-content {
    padding: 20px 30px !important;
}
#login-modal .nav-tabs .nav-link {
    border: 0px solid transparent;
}
#login-modal .nav-link {
    padding:10px 16px ;
}
#login-modal {
    padding: 0 !important;
}
.dash .price1 {
    font-size: 18px;
}
.Marquee {
	margin-top: 2rem;
}
@media (min-width: 992px) and (max-width:1400px){
.page-box.newsCard.news-Slide-up p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 320px;
}

}
@media (max-width: 480px){
    .shop-tracking-status .image-order-status .icon-s {
    height: 30px;
    width: 30px;
    background-size: contain;
    background-position: no-repeat;
}
  .shop-tracking-status .image-order-status {
    padding: 5px;
    margin-top: -28px;
    
}  
}
/*end*/
/*---------profile css--------------*/
.kia .rectangle-child_1 img {
	border-radius: 0%;
	width: 100%;
	height: 350px;
	object-fit: cover;
	margin: 0 auto;
}
.profile_section {
    border: 1px solid;
    height: auto;
    width: 90px;
    height: 90px;
    background-color: #e7e6e6;
    margin: 14px 8px;
    padding: 15px;
    border-radius: 50px;
}
img.profile-image {
    width: 59px;
}
.profiletext {
    margin: 15px 0;
    font-weight: bold;
}
.profile-logo {
    text-align: -webkit-center;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;

}

.parent-ch:after{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    border-right: 1px solid #acacac;
    border-top: 1px solid #acacac;
    transform: rotate(
45deg
);

}
.sidenav {
text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav .closebtn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 36px;
  margin-left:0px;
}
.sidenav .closebtn1 {
  position: absolute;
  top: -8px;
  left: 0px;
  font-size: 36px;
  margin-left:0px;
}
#crosshover{
  color: #000;
}
#crosshover:hover:not(.active) {
    background-color:transparent;
    color: #000;
}
.new-btn {
    margin-top: 10px;
    padding: 1px;
    background-color: green;
    color: #fff;
    border-radius: 4px;
    border: none;
}
.idit-icon {
    width: 150px;
    font-size: 20px;
    color: royalblue;
}
.fa-check-circle {
    color: forestgreen;
    font-size: 20px;
    padding-left: 5px;
    
}
.image-order-status.image-order-status-new.active.img-circle h6 {
    position: absolute;
    top: -100px;
    left: -10px;
    color: #fff;
     font-size: 16px;
    font-weight: 600;
     font-family: 'Roboto', sans-serif;
}
.image-order-status.image-order-status-delivered.active.img-circle h6 {
    position: absolute;
    color: #fff;
    top: -100px;
    left: -10px;
     font-size: 16px;
    font-weight: 600;
     font-family: 'Roboto', sans-serif;
}.check-circle{
    width:30px;
    margin:10px 0px;
}
.firstone {
    padding: 20px;
}
#responsiv-icon{
    position:fixed;
}
.responsiv-icon{
     position: fixed;
  bottom: 0;
  right: 0;
    display:none;
    
}
.responsiv-row {
    background: #fff;
    flex-wrap: nowrap;
    margin: 0;
    text-align: center;
    border-top: 1px solid #ccc;
    box-shadow: 0 13px 9px 12px rgb(0 0 0 / 50%);
    padding: 3px 0 0;
}
.responsiv-border:hover {
    background: #ededed;
}
.res-footer-icon a img {
    width: 20px;
    padding: 0px 0px 0;
    display: block;
    margin: auto;
    height: 24px;
    object-fit: contain;
}
.res-footer-icon-profil a img{

     padding:10px 0px;
}
/*-----.responsiv-border{
    max-width: 26%;
       padding: 0px !important;  
}-------*/
.responsiv-border-1{
    max-width: 20%;
        padding: 0px !important;  
    
}
    /*end*/
#dashboard-slides{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left:0;
    padding:0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    

}

#dashboard-slides{
text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
  
}
#crosseffect {
    float: right;
    font-size: 35px;
}

.btn-view {
    position: absolute;
    right: 18px;
    bottom: 10px;
}
.navbar-brand img {
    width: 150px;
}

.fashion_pages {
    border: 1px solid #dfdfdf;
    margin: 20px 6px;
    background: transparent;
}
.max-w .fashion_pages {
    background: ;
    border: 1px solid #dfdfdf;
    margin: 20px 6px;
    width: 19%;
}
.max-w {
    display: flex;
    flex-wrap: wrap;
}
.fashion_catagroies {
    overflow: hidden;
}
.dashboxone .page-box {
    padding: 2px;
    margin: 10px 0px;
    box-shadow: 0 0 62px rgba(0, 0, 0, 0.12);
    border: 1px solid #dfdfdf;
    height: 450px;
}
.rectangle-child_1 img {
    height: auto;
    object-fit: contain;
    width: 210px;
    text-align: center;
    display: block;
    max-width: 100%;
   
}
.rectangle-child_1:hover {
   transform: translateY(-3px);
}
.rectangle-child_1 {
	margin: auto;
	transition: .3s;
	text-align: center;
	/* padding: 1rem 0; */
}
.rectangle-child_1 img {
	border-radius: 0%;
	width: 100%;
    /* aspect-ratio: 1/1; */
	height: auto;
	object-fit: contain;
	margin: 0 auto;
}
.rectangle {
	/* border: 1px solid #eee; */
	position: relative;
	margin: 0 !important;
}
.rectangle-child_1{
    border: 1px solid #eee; 
    padding: 5px;
    display: block;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.img-page img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.fasion-heading a {
	color: #333;
	margin: 20px 0;
	margin: 0 auto;
	display: table;
	font-size: 24px;
}
#login-modal .nav-tabs .nav-item {
	margin-bottom: -1px;
	width: 50%;
	text-align: center;
}





/*drop*/
@media (min-width:992px) and (max-width: 1200px) {
    .max-w .fashion_pages{
        width:32% !important;
    } 
	
}
@media(max-width:1200px){
	.fasion-heading a {
		font-size: 18px;
	}
.cart-btn { 
	padding: 0;
}
}
@media (max-width: 992px){
    .max-w .fashion_pages{
        width:48% !important;
    } 
}
@media (max-width: 768px){
    body .rectangle-child_1 img {
		/* height: 80px; */
		object-fit: contain;
	}
	.container-slide .rectangle-child_1 img {
		/* height: 80px; */
		object-fit: contain;
		width: 100%;
	}
	.container-slide.kia .rectangle-child_1 img {
		/* height: 250px;
		object-fit: cover; */
		width: 100%;
	}
    form.input-group.serach-top {
		margin-left: 65px;
	} 
button.btn.btn-secondary.search {
    border-radius: 4px;
}
    li.image-mobile-menu.mega-drop-down {
    display: block!important;
}
.newsCard {
    position: relative;
    background-color: #fff;
    /* overflow: hidden; */
    /* height: 380px; */
}
.fasion-heading a {
    color: #000;
}
.search {
	font-size: 13px;
	margin-top: 3px !important;
}
.image-mobile-menu {
	height: 180px;
	background: #d7262c;
}
.menu_bar_text {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
}
li.track-order {
    display: none;
}
    #banner-mobile{
    display:block;
}
.catagoriesh3 {
    margin-top: 0rem;
}
.catagoriesh3{
    margin-bottom: 12px;
    font-size: 26px;
}
.page-column {
    -ms-flex: 0 0 100 %!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
#demo .carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

.classy-nav-container.light.left.breakpoint-on .navbar-brand {
	font-size: 17px !important;
	width: auto;
	color: #f32f1b;
	margin-right: auto;
	position: relative;
	top: 0px;
	left: 0px;
    float: inline-start;
}    
.box p {
    font-size: 13px;
} 
.box img {
	border-radius: 0%;
	width: 100%;
    height: auto;
    /* aspect-ratio: 1/1; */
	/* height: 70px; */
	object-fit: cover;
    border-radius: 8px;
}
.box p {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box {
    padding: 5px 5px;
    margin: 0px;
    /* height: 194px; */
    margin-top: 10px;
 }
span.value {
    background-color: #f32f1b;
    width: 15px;
    height: 15px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    margin-left: 4px;
    line-height: 15px;
}
.icon-img img {
    padding-top: 0;
    padding-left: 0;
}
.icon-img {
    position: relative;
    right: 6px;
    display:none;
}
.navbar-brand img {
	width: 100px;
	margin: 0;
	display: table;
}
.address {
    box-shadow: 0 0 10px #ccc;
    padding: 10px;
}
.payment_sd {
    box-shadow: 0 0 10px #ccc;
    padding: 10px;
}
.cart-section {
    font-size: 13px;
}
.mj {
    display: flex;
}
.mj a{
    margin:0 5px;
}
.text-center.catagoriesh3.pt-5.pb-4 {
    padding: 22px 0 0 !important;
}
.fashion_pages {
    margin: 20px 0px;
}
.marquee {
    padding: 4px 0;
    font-size: 15px;
}
.dfd .nav-tabs .nav-item {
    margin-bottom: -1px;
    border: 0px solid #ff2727;
    padding: 0;
    margin: 6px 5px;
    display: block;
    width: 46%;
    border-radius: 5px;
    text-align: left;
}
.tab-content.margin-des {
    margin-top: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #fff;
}
.dfd .nav-tabs .nav-item.show .nav-link, .dfd .nav-tabs .nav-link {
    background: white;
}
.dropdwornsize {
    border: 1px solid #dcdcdc;
    width: 130px;
    padding: 3px;
    border-radius: 5px;
}
.max-w .fashion_pages{
        width:49% !important;
    } 
.max-w .fashion_pages {
    margin: 20px 1px 0;
}
.fashion_catagroies p {
    font-size: 14px;
}
.price {
    font-size: 13px;
    display: flex;
    align-items: center;
}
#login-modal .modal-title {
    font-size: 16px;
}
.checkout_page- h3 {
    font-size: 20px;
}
.checkout_page- {
    box-shadow: none;
    padding: 0px;
}
.cart-section {
    border-top: 1px solid darkgray;
    border-bottom: 0px solid darkgray;
    padding-top: 6px;
}
.modal-dialog.popup-thank {
    max-width: 100% !important;
    margin: 0;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid gray;
}
#newOrder .modal-content {
    width: 95% !important;
    margin: auto !important;
}
#newOrder .modal-content {
  width: 100% !important;
  margin: 0 !important;
}
#newOrder {
    padding-left: 0 !important;
}
#login-modal .modal-content.p-4 {
    padding: 0 20px !important;
}
.marquee {
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    background: green;
    color: rgb(202, 255, 195);
    padding: 2px 0 !important;
    font-size: 19px !important;
    overflow: hidden!important;
}
.page-box {
    padding: 0px;
    margin: 8px 1px;
}
.txt-heading {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.txt-through-off {
    font-size: 12px;
}
.fasion-heading {
    font-size: 13px;
}
.page-box p {
    font-size: 14px;
    margin-bottom: 7px;
}
.dfd .nav-tabs .nav-link {
    font-size: 16px;
    padding: 6px 12px!important;
}
.dfd .tab-content {
    border: 0px solid #ccc;
}
.serach-top {
    width: 50% !important;
      margin-left: -60px;
}
nav.navbar.navbar-expand-lg.pb-2.pt-2 {
	padding-left: 12px;
    padding-right: 12px;
	text-align: center;
	margin: 0 auto;
	display: table;
	width: 100%;
}
.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em;
    display: block;
}
.inner-cont {
	padding: 10px 0px;
	margin-bottom: 3rem;
}
.cart-img {
    padding: 0px 0 10px 0px;
}
.add-cart-item {
    padding: 10px;
}
.cart-img img {
    width: 100px !important;
}
.cart-heading {
    padding: 0px 0px;
}
.redeem-gift h6 {
    font-size: 14px;
}
.redeem-gift h5 {
    font-weight: 600;
    font-size: 18px;
}
.redeem-gift h6 {
    text-align: right!important;
}
.redeem-gift h5 {
    text-align: right!important;
}
#login-modal.modal {
    top: 20%;
}
img.img-fluid.banner-mobile {
    height: 225px;
    object-fit: cover;
    width: 100%;
}
.search-desktop{
    display:none!important;
}
.search-mobile{
    display:block!important;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
    justify-content: end!important;
}
.payment_sd {
	margin-bottom: 3rem;
}
#jar .row.no-gutters.mx-auto.content2.mt-md-5.mt-0 {
	margin-bottom: 3rem;
}
.page-box.newsCard .carousel-items {
	/* border: 1px solid #dfdfdf; */
	padding: 0rem;
	border-radius: 8px;
	margin: 0rem;
}
.page-box.newsCard {
	border: 1px solid #d7d7d7;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.Product-details1.col-md-12 {
	margin-bottom: 3rem;
}
.boxfour {
	margin-bottom: 4rem;
}
.boxtwo {
	margin-bottom: 4rem;
}
}
@media (max-width: 425px){
    .box {
	/* height: 130px; */
}
}
@media (min-width: 1025px){
.palatin-main-menu {
    position: static !important;
}
}


/*NEW CSS*/
.header-area .palatin-main-menu .classy-navbar .classynav ul li a {
    font-size: 14px !important;
}
body .classy-navbar {
    display: block;
    padding: 5px 15px !important;
    margin-top: 4.4rem;
}
button.btn.btn-secondary.search, input.form-control.lll {
    border: none;
}
a.btn.btn-light.support-button {
    text-transform: capitalize;
    padding: 3px 7px 3px 2px!important;
}
.Marquee {
    padding: 0;
}
.Marquee-tag img{
    height: 100%;
    object-fit: cover;
}
.Marquee-tag {
    width: 440px !important;
    height: 300px;
    padding-top: 0 !important;
    margin: 0 !important;
}
.classy-menu {
    display: flex;
    justify-content: space-between;
}
input.form-control.lll {
    width: 83% !important;
    flex-grow: initial;
    border: 1px solid #ccc;
}
form.input-group.serach-top.search-desktop {
    justify-content: center;
}
a.btn.btn-light.support-button {
    color: #000 !important;
}
.single-prd-top-col {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
body .modal-content {
    padding: 0px !important;
}
a.btn.palatin-btn:hover {
    background: #f32f1b;
    color: #fff !important;
}
.prices-icon {
    margin: 30px 0;
}
.boxist {
    margin-right: 15px;
}

/*resposive css*/
@media screen and (max-width: 767px){
    .chat-icon-log img{
        display: flex;
    justify-content: end;
    align-items: center;
    width: fit-content;
    }
    .mobiler-header-btn  span.value {
        position: absolute;
        top: -2px;
        right: -6px;
        margin-left: auto;
    }
    .mobiler-header-btn a {
        padding: 2px 10px 0;
        position: relative;
    }

    .rectangle-child_1{
        margin-top: 10px;
    }
	.rectangle-child_1 h5 {
		font-size: 14px;
	}
    .Marquee {
        display: none !important;
    }
    .search-bar {
        /* right: 30px!important; */
    }
    .input-group.serach-top.search-mobile {
        margin: 0;
        text-align: center;
        margin: 0 auto;
    }
    .navbar-toggler {
        padding-top: 0 !important;
    }
    .add-cart-item {
        overflow-x: scroll;
    }
    .cart-table tr th:first-child {
        min-width: 250px;
    }
   body  .cart-table .cart-img img {
        width: 60px !important;
    }
   .cart-image-td h3 {
        line-height: 20px;
        text-align: left;
        margin-bottom: 0;
    }
   .cart-table .cart-img {
        width: 25%;
        padding-bottom: 0;
        margin-right: 30px;
    }
    .cart-image-td h3 a {
        padding-left: 0;
    }
    .cart-table th, .cart-table td {
        padding: 10px;
        text-align: center !important;
        min-width: 120px;
    }
    .cart-table .cart-btn input.text-center {
        width: 63px;
        margin: 0 5px;
    }
    .cart-table .cart-btn.mr-4 form {
        justify-content: center;
    }
    .cart-image-td h3 a {
        font-size: 16px;
    }
    .col-md-12.col-lg-6.col-sm-12.img-text-product.single-prd-top-col {
        padding-left:5%;
        padding-top: 0%;
    }
    .coloring.d-flex.align-items-center {
    margin-top: 0px;
}
.radio-button input[type="radio"]:checked + label {
    background-color: #1f8646;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 22px;
}
.radio-button label {
    display: inline-block;
    background-color: #ffffff;
    padding: 4px 4px;
    font-family: Arial;
    font-size: 12px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 21px;
    margin-right: 10px;
    border: 1px solid #b5b5b5;
    overflow: hidden;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 0;
}
.btn-color-1 {
    background: crimson;
    padding: 10px 10px;
}
.btn-color-2 {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
    background: transparent;
    padding: 14px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
    margin: 0px 10px;
    transition: .5s;
}
.box-list a {
    padding: 12px 20px;
}
    .responsiv-icon {
    display: block !important;
}
   .row.responsiv-row svg {
    width: 23px;
    display: block;
    height: 23px;
    text-align: center;
    margin: 0 auto;
} 
  .footer-bottom-col-left.hh {
    margin-bottom: 30px;
}  
#demo-mobile.carousel {
    position: relative;
    bottom: 0px;
}
.txt-through {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 0px;
}
.hj .txt-heading {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.boxt h2 {
    font-size: 1.3rem;
}
.boxt h5 {
    font-size: 1rem;
}
.txt.col-md-12.mt-2.style-box.hj {
    margin: 0 !important;
}
.boxscnd {
    margin: 10px 0px 15px;
}
hr {
    margin-top: 0rem !important;
    margin-bottom: 0rem!important;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.color-heading-2 {
    margin: 8px 0px;
}
.btn-color-2 a {
    font-size: 16px;
}
.price1 {
    font-size: 13px;
}
.prices1_span {
    font-size: 12px;
}
.price1 span {
    font-size: 11px;
}
.price1 {
    display: flex;
    align-items: center;
}
.modal-search {
    height: auto!important;
}
.cart-btn input.text-center {
    width: 50px!important;
}
.footer-bottom-col-left img {
    width: auto;
    text-align: center;
}
.fr svg {
    width: 20px !important;
    height: 20px !important;
    margin-top: 5px !important;
}
.address ul {
    display: block !important;
}
.first-addres {
    width: 100%!important;
}
.paypal-section {
    padding-top: 5px;
    padding: 10px!important;
}
body .classy-navbar {
    margin-top: 0;
}
section.conact-us-banner h2 {
    font-size: 30px;
}
.header-area {
    margin-bottom: 4rem;
}
.inner-cont h5 {
    font-family: 'Crete Round', serif;
    text-align: center;
}
.responsiv-border:hover {
    background: transparent;
}
.checkout_page- h3{
    font-family: 'Crete Round', serif;
    text-align: center;
}
.sidebar {
    margin: 0px 0;
}
footer {
	display: none !important;
}
.search-bar.d-flex.mobiler-header-btn {
	position: absolute;
	right: 12px;
	top: 18px;
}
}