@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');

body {
 font-family: 'Poppins';
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;  /* Firefox on macOS */
  text-rendering: optimizeLegibility;  /* Improves kerning, ligatures, etc. */
}
h1,h2,h3,h4,h5,h6 {
  
  color: #333;
  font-weight: 700;
}
p{line-height:26px; font-size:14px;}


.container-fluid {
  max-width: 1600px;
}
img {
    max-width: 100%;
}
 a{color:#333;}
 .btn{font-size: 14px;}
 
 
  /* ********loader******/
 .loader{    
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111;
    background: #fff;
	width: 100%;
    height: 100vh;
	}
	
	.loader .spinner-border {
	margin: 20% auto 0;
		
	}
.main-logo{}
.main-logo span{font-size: 28px;
    line-height: 40px;
    letter-spacing: .5px;
    vertical-align: bottom;
	    color: #979797;
		}

 /* ********header search******/

.select2-container {
  display: block; }
  .select2-container *:focus {
    outline: 0; }

.input-group .select2-container--bootstrap4 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .select2-container--bootstrap4:not(:last-child) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--bootstrap4 .select2-selection {
  width: 250px;
  /* background-color: #fff;
  border: 1px solid #ced4da; */
  
    height: 50px !important;

      background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .select2-container--bootstrap4 .select2-selection {
      -webkit-transition: none;
      transition: none; } }

.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.select2-container--bootstrap4.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--bootstrap4.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #ced4da;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--bootstrap4.select2-container--disabled .select2-search__field, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: transparent; }

select.is-invalid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #dc3545; }

select.is-valid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #28a745; }

.select2-container--bootstrap4 .select2-search {
  width: 100%; }

.select2-container--bootstrap4 .select2-dropdown {
  border-color: #ced4da;
  border-radius: 0; }
  .select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
    border-top: none;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
    border-top: 1px solid #ced4da;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected="true"] {
    color: #212529;
    background-color: #f2f2f2; }

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
  color: #fff;
  background-color: #007bff; }

.select2-container--bootstrap4 .select2-results__option[role="group"] {
  padding: 0; }
  .select2-container--bootstrap4 .select2-results__option[role="group"] .select2-results__options--nested .select2-results__option {
    padding-left: 1em; }

.select2-container--bootstrap4 .select2-results__option {
  padding: 0.375rem 0.75rem; }

.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 15em;
  overflow-y: auto; }

.select2-container--bootstrap4 .select2-results__group {
  display: list-item;
  padding: 6px;
  color: #6c757d; }

.select2-container--bootstrap4 .select2-selection__clear {
  float: right;
  width: .9em;
  height: .9em;
  padding-left: .15em;
  margin-top: .7em;
  margin-right: .3em;
  line-height: .75em;
  color: #f8f9fa;
  background-color: #c8c8c8;
  border-radius: 100%;
display:none;  }
  .select2-container--bootstrap4 .select2-selection__clear:hover {
    background-color: #afafaf; }

.select2-container--bootstrap4 .select2-selection--single {
  /* height: calc(1.5em + 0.75rem + 2px) !important; */ }
  .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    line-height: calc(1.5em + 0.75rem);
    color: #6c757d; }
  .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 3px;
    width: 20px; }
    .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
     /*  position: absolute; */
      top: 60%;
      left: 50%;
      width: 0;
      height: 0;
      margin-top: -7px;
      margin-left: -4px;
      border-color: #343a40 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0; }
  .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    padding-left: 0.75rem;
    line-height: calc(1.5em + 0.75rem);
    color: #495057; 
	line-height:50px;}

.select2-search--dropdown .select2-search__field {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.select2-results__message {
  color: #6c757d; }

.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.5em + 0.75rem + 2px) !important; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 0.375rem;
    margin: 0;
    list-style: none; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    float: left;
    padding: 0;
    padding-right: 0.75rem;
    margin-top: calc(0.375rem - 2px);
    margin-right: 0.375rem;
    color: #495057;
    cursor: pointer;
    border: 1px solid #bdc6d0;
    border-radius: 0.2rem; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
    color: #495057; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice + .select2-search {
    width: 0; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    float: left;
    padding-right: 3px;
    padding-left: 3px;
    margin-right: 1px;
    margin-left: 3px;
    font-weight: 700;
    color: #bdc6d0; }
    .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #343a40; }
  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
    position: absolute !important;
    top: 0;
    right: .7em;
    float: none;
    margin-right: 0; }

.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  padding: 0 5px;
  cursor: not-allowed; }
  .select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    display: none; }

.search-btn {
    background-color: #fff;
    border: 0;
    bottom: 1px;
    font-size: 20px;
    padding: 0 15px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 9;
}
.product-search-form input {
    height: 50px;
    
}


 /* ********language price******/

.lang-price {
/*   height: 40px;*/
  padding: 13px 0;
}

.lang-price .lan-rel .lang-box {
  position: relative;
  height: 40px;
  border-top: none;
  border-bottom: none;
  padding: 9px 5px;
  padding-left: 0;
}

.lang-price .lan-rel .lang-box span {
  cursor: pointer;
  font-size:14px;
}

.lang-price .lan-rel .lang-box span img {
  margin-right: 8px;
/*   vertical-align: text-bottom; */
}

.lang-price .lan-rel .lang-box span i {
  margin-left: 5px;
}

.lang-price .lan-rel .lang-box ul {
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #eeeeee;
  min-width: 125px; 
  background: #fff;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

.lang-price .lan-rel .lang-box ul li a{
  padding: 12px 17px;
  cursor: pointer;
  line-height:32px;
}

.lang-price .lan-rel .lang-box ul li img {
  margin-right: 4px;
  /* vertical-align: text-bottom; */
}

.lang-price .lan-rel .lang-box ul li:hover {
  background: #f5f5f5;
}

.lang-price .lan-rel .lang-box:hover {
  color: #444444;
 
}

.lang-price .lan-rel .lang-box:hover ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.lang-price .lan-rel .lang-box:hover ul li {
  color: #555555;
  font-weight: normal;
}

.lang-price .lan-rel .mny-box {
  position: relative;
  height: 40px;
  padding: 9px 10px;
}

.lang-price .lan-rel .mny-box span {
  cursor: pointer;
   font-size:14px;
}

.lang-price .lan-rel .mny-box span i {
  margin-left: 5px;
}

.lang-price .lan-rel .mny-box ul {
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #eeeeee;
/* width: 100%; */
  background: #fff;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  z-index: 999;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}
.lang-price .lan-rel .mny-box ul li {
  padding: 5px;
  cursor: pointer;

}
.lang-price .lan-rel .mny-box ul li a{
  padding: 10px  10px;
  cursor: pointer;
    line-height:32px;
}

.lang-price .lan-rel .mny-box ul li:hover {
  background: #f5f5f5;
}

.lang-price .lan-rel .mny-box:hover {
  color: #444444;
  
  
}

.lang-price .lan-rel .mny-box:hover ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}

.lang-price .top-left .mny-box:hover ul li {
  color: #555555;
  font-weight: normal;
}

.lang-price .top-left .call-us {
  height: 40px;
  padding: 9px 15px;
}

.lang-price .top-left .call-us p {
  color: #444444;
  font-weight: 600;
}

.lang-price .top-left .call-us p img {
  width: 13px;
  margin-right: 5px;
  margin-top: -3px;
}

.lang-price .top-right ul li {
  margin: 0;
}

.lang-price a{
  font-size:14px;
  text-decoration:none;
}

.lang-price .top-right ul li a {
  color: #555555;
  height: 40px;
  display: inline-block;
  padding: 9px 15px;
  font-size:14px;
  text-decoration:none;
}

.lang-price .top-right ul li a img {
  width: 13px;
  margin-right: 5px;
  margin-top: -3px;
}

.lang-price .top-right ul li a:hover {
  color: #444444;
  font-weight: 600;
}

.lang-price .top-right ul li:last-child a {
  padding-right: 0;
}


.wishlist-header{display:grid;}
.wishlist-header span{width: 50px;  height: 50px; line-height:36px;}
.w-count{
	    background: #ffc366;
    top: -5px;
    left: 0;
    width: 25px;
    padding: 5px;
    border-radius: 50px;
    height: 25px;
    text-align: center;
    font-size: 13px;
    color: #333;
    line-height: 15px;
    font-weight: 600;
	}

/**********sidemenu***********/



.categories-wrap {
    position: relative;
	background:#fdfdfd;
	padding:5px 0;
	
}
.categories-wrap ul  {
	
padding:0;
margin:0;

}
.categories-wrap ul li a {
	
	display: block;
    padding: 9px 40px 9px 25px;
    font-size: 14px;
    position: relative;
    line-height: 1.75;

}
.categories-wrap ul li{  border-bottom: 0px solid #eee;}

.categories-wrap ul li:last-child {  border-bottom: 0px solid #eee;}


.menu-bg{background:#fdfdfd;   }

.categories-btn i {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
	
	
	
}
.v-menu-col ul li a{display: block;
       padding: 12px 40px 12px 25px;
    font-size: 14px;
    position: relative;}

/* Base styles FIRST */
#navcategories ul li .dropdown-menu {
    min-width: 800px;
    box-shadow: 10px 16px 49px 0 rgba(38, 42, 46, .05);
    left: 100%;
    top: 0;
    position: absolute;
    /* other styles... */
}

/* Media query styles AFTER */
@media only screen and (max-width: 991px) {
    #navcategories ul li .dropdown-menu {
        min-width: auto;
        box-shadow: none;
        left: 0;
        top: auto;
        position: relative;
    }
}

.categories-btn span {
    font-weight: 500;
    vertical-align: middle;
}

.side-parent i{font-size:16px;}

.side-parent{position: absolute;
    right: 2px;
    top: 10%;}
.side-bar-icon{position: absolute;
    right: 2px;
    top: 28%;}
	.mobile-click{
	        position: absolute;
        right: 5px;
        font-size: 20px;
        top: 0px;
        width: 40px
	}
.categories-btn {
    /* background-color: #ffc43f;
    border: 1px solid #ffc43f; */
    color: #000;
    padding:10px 8px;
    text-align: left;
    width: 100%;
	background: transparent;
    border: 0;
}


#navcategories {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    left: 0;
    padding: 5px 0 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 99;
}



 #navcategories ul li .dropdown-menu {
    min-width: 0 !important;
}



#navcategories li {
    list-style: none;
}

@media only screen and (max-width: 991px) {
    #navcategories.show {
        left: 0;
    }
}
@media only screen and (max-width: 991px) {
    #navcategories {
        bottom: 0;
        display: block;
        left: -280px;
        max-width: 270px;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transition: all .3s ease-in-out;
    }
}
@media only screen and (max-width: 1199px) {
    #navcategories {
        padding: 0;
		z-index:1500;
    }
	
}

header #navcategories ul li .dropdown-menu {
    min-width: 0 !important;
}




@media only screen and (min-width: 992px) {
    .navbar-toggler {
        display:none
    }

    #navcategories ul>li .dropdown-menu,.navbar .navbar-nav li>.dropdown-menu {
        display: block;
        margin-top: 20px;
        opacity: 0;
        pointer-events: none;
        transition: all .3s ease-in-out;
        visibility: hidden
    }

    #navcategories ul li.dropdown:hover .dropdown-menu,.navbar .navbar-nav li.dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        pointer-events: auto;
        visibility: visible
    }
}


#navcategories li {
    position: relative;
}

#navcategories ul {
    width: 100%;
}

#navcategories li a {
    
    text-transform: capitalize;
}

#navcategories li a i {
    font-size: 22px;
    line-height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
#navcategories li a img {
        width: 30px;
    line-height: 30px;
    margin-right: 10px;
    vertical-align: middle;
	
}

#navcategories li a span {
    vertical-align: middle;
}

#navcategories li a:hover {
    color: #333;
}

#navcategories li a.dropdown-toggler:after {
    position: absolute;
    right: 15px;
    top: 15px;
}

@media (max-width: 1199px) {
  #navcategories li a.dropdown-toggler:after {
    position: absolute;
    right: 15px;
    top: 15px;
	display:none;
}
}


#navcategories .v-menu-col {
    border: 0
}

#navcategories li {
    position: relative;
}

#navcategories .dropdown-menu li a.dropdown-toggler:after {
    top: 10px;
}

#navcategories ul li .dropdown-menu .dropdown-menu {
    min-width: 12rem;
    width: 100%;
}

/* .dropdown-toggler:after {
    transform: rotate(00deg);
}
@media only screen and (max-width: 991px) {
    .dropdown-toggler:after {
        transform: rotate(90deg);
    }
}

#navcategories li a.dropdown-toggler:after {
    position: absolute;
    right: 15px;
    top: 15px;
}
.dropdown-toggler:after {
   
}
.categories-wrap .dropdown-toggle:after, .dropdown-toggler:after {
    border: 0;
    content: "\f105";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-left: 5px;
    vertical-align: middle;
}
 */

@media only screen and (max-width: 575px) {
    .categories-btn span {
        display: none;
    }
	
}

@media only screen and (max-width: 380px) {
    .categories-btn {
        padding: 10px 10px;
    }
}
@media only screen and (max-width: 575px) {
    .categories-btn {
        width: auto;
    }
}



.main-nav-menu li ul{border:none;}
.main-nav-menu li ul li a{display: block;
    padding: 12px 40px 12px 25px;
    font-size: 14px;
    position: relative;
    line-height: 1.75;}
	
	
.main-nav-menu li ul li{  border-bottom: 0px solid #eee;}

.main-nav-menu li ul li:last-child {  border-bottom: 0px solid #eee;}


  .mega-box{
	  width: calc(100% - 30px);
    margin: 0 auto;
    position: absolute;
    left: -30.6%;
    top: 100%;
    background: #fff;
    text-align: left;
    border: 1px solid #eeeeee;
    border-top: 3px solid #ff324d;
    padding: 30px;
 
  }
  .mega-menu {
    position: unset !important;
}
.my-account
 {
    display: block;
    padding: 9px 40px 9px 25px;
    font-size: 14px;
    position: relative;
    line-height: 1.75;
}

@media (min-width: 768px) {
  .mega-box{
	  width: calc(200% - 30px);
    margin: 0 auto;
    position: absolute;
    left: -30.6%;
    top: 100%;
    background: #fff;
    text-align: left;
    border: 1px solid #eeeeee;
    border-top: 3px solid #ff324d;
    padding: 30px;
 
  }
}

.breadcrumb .breadcrumb-item{font-size:13px;}
/* *** Start editing below this line *** */

.banner-blocks {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 2rem;
}
.block-part-1 { grid-area: 1 / 1 / 3 / 8; }
.block-part-2 { grid-area: 1 / 8 / 2 / 13; }
.block-part-3 { grid-area: 2 / 8 / 3 / 13; }

@media screen and (max-width:1140px) {
  .banner-blocks {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  .block-part-1 { grid-area: 1 / 1 / 3 / 2; }
  .block-part-2 { grid-area: 3 / 1 / 4 / 2; }
  .block-part-3 { grid-area: 4 / 1 / 5 / 2; }
  
}

/* banner section */
.banner-section {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.banner-ad.blue {
  background: #e6f3fb;
}
.banner-section .swiper-pagination {
  bottom: 40px;
  left: 0;
  right: 0;
}
.banner-section .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 4px;
  background: #FFF;
  opacity: 1;
  transition: background 0.3s ease-out;
}
.banner-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #FFC43F;
}
.banner-section .swiper-slide {
  min-height: 630px;
  display: flex;
}
/* .banner-section .banner-content {
  padding: 52px;
}
.banner-ad.large .banner-content {
  padding: 90px;
} */
.banner-section .banner-content .categories {
  font-family: 'Garamond';
  font-size: 37px;
  text-transform: capitalize;
  color: #333;
}
.banner-section .banner-content .sale {
  position: relative;
  display: inline-block;
}
/* .banner-section .banner-content .sale:before {
  content: '';
  width: 80px;
  border-bottom: 1px solid #111;
  position: absolute;
  bottom: 6px;
}
.banner-section .banner-content .sale:after {
  content: 'SALE';
  font-family: var(--body-font);
  position: absolute;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #252525;
  bottom: 0;
  right: 0;
} */
.banner-section .banner-content .banner-title {
  letter-spacing: 0.02em;
  font-size: 33px;
}

.content-wrapper-in{padding-left:50px; padding-top:80px;}

.swiper-slide-active .slider-sub-title {
    animation: rollIn 1s;
}

.swiper-slide-active .slider-title {
    animation: fadeInUp 1.5s;
}
.swiper-slide-active .slider-title-left {
      animation: fadeInLeft 1.5s;
}
.swiper-slide-active .slider-title-right {
      animation: fadeInRight 1.5s;
}


.swiper-slide-active .slider-buttton {
    animation: zoomIn 2s;
}



/******** heaader cart*******/

.cart-head-title{  border-bottom: 1px solid #f4f9fd;}

.cart-items {
  padding: 0.5rem 0;
}

 .cart-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #f4f9fd;
}

 .cart-item:last-child {
  border-bottom: none;
}

 .cart-item .cart-item-image {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 12px;
  border: 1px solid #f4f9fd;
}

 .cart-item .cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

 .cart-item .cart-item-content {
  flex: 1;
}

 .cart-item .cart-item-content .cart-item-title {
  font-size: 14px;
  margin: 0 0 4px;
  color: #2d465e;
  font-weight: 500;
}

 .cart-item .cart-item-content .cart-item-meta {
  font-size: 13px;
  color: #333;
}

 .cart-item .cart-item-remove {
  background: none;
  border: none;
  color: #333;
  font-size: 18px;
  padding: 0;
  margin-left: 8px;
  cursor: pointer;
  transition: color 0.2s ease;
}

 .cart-item .cart-item-remove:hover {
  color: #dc3545;
}



 .ns-dropdown-footer .cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #0e0208;
}

.ns-dropdown-footer .cart-total .cart-total-price {
  font-size: 16px;
  color: #333;
  font-weight:600;
}

 .ns-dropdown-footer .cart-actions {
  display: flex;
  gap: 8px;
}

.ns-dropdown-footer .cart-actions .btn {
  flex: 1;
  font-size: 14px;
  padding: 0.5rem 1rem;
     background-color: #ededea;
    border-color: #d5d2d4;
  color: #333;
  transition: 0.3s;
  border-radius: 50px;
}
.user-login-drop{font-size:14px; width:150px;}
.user-login-drop ul li {font-size:14px;}
.welome-name {font-size:14px; white-space: pre-wrap;}
.ns-dropdown-footer {
    padding: 1rem;
    background-color:#f7f7f7;
/*     border-top: 1px solid #d3e3fd; */
}
.ns-dropdown-footer .cart-checkout{    background-color: #ffce89 !important;
    border-color: #ffa424 !important;}
	
	

/* next prev slide */
.ns-prev,
.ns-next {
  width: 40px;
  height: 40px;
  line-height: 38px;
  background: #F1F1F1;
  color: #333;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  border:none;

}
.ns-prev:hover,
.ns-next:hover {
  background: #FFC43F;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: #ccc;
    pointer-events: none;
    background-color: #eaeaea;
    border-color: var(--bs-btn-disabled-border-color);
    opacity: .8;
}
.ns-slide-btn-link {
  margin-right: 30px;
  font-weight: 600;
   line-height: 22px;
  text-align: right;
  font-size: 16px;
 
  text-transform: capitalize;
  color: #787878;
}

/* category slider */
.category-slider .category-block {
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  text-align: center;
  padding: 60px 20px;
  margin: 20px 0;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
}
.category-slider .category-block:hover {
  transform: translate3d(0,-10px,0);
  box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
}
.category-slider .category-block .category-title {
  text-transform: capitalize;
  color: #222222;
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.2em;
 
}

/* brand carousel */
.brand-slider .brand-item {
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 16px;
}
.brand-slider .brand-item img {
  width: 100%;
  border-radius: 12px;
}
.brand-slider .brand-item .brand-details {
  margin-left: 15px;
}
.brand-slider .brand-item .brand-title {
  margin: 0;
}

/* ns product tabs */
.ns-product-tabs   .ns-tabs {
  justify-content: flex-end;
  border: none;
  
}
.ns-product-tabs   .ns-tabs .nav-link.active, 
.ns-product-tabs   .ns-tabs .nav-item.show .nav-link {
  /* border: none; */
  border-bottom: 3px solid #8c0d4f;
}




.product-list .product-in-item {
  position: relative;
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: unset!important;
  border-radius: 16px;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease-out;
}
.product-in-item {
  position: relative;
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease-out;
}
.product-in-item:hover {
  box-shadow: 0px 21px 22px rgba(0, 0, 0, 0.08);
}
.product-in-item h3 {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
  color: #333333;
  margin: 0;
}

.product-list  h3 {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
  color: #333333;
  margin: 0;
}
.product-in-item figure {
  background: #F9F9F9;
  border-radius: 12px;
  text-align: center;
  max-height: 280px;
  min-height: 280px;
    overflow: hidden;
    
}




.product-in-item .btn-sale {
background-color: #ff6b6b;
    color: #ffffff;
display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 600;
    border-radius: 4px;
    margin-right: 5px;
	  position: absolute;
  top: 20px;
  right: 20px;
}
.product-in-item .btn-new {
background-color: #6f6b6b;
    color: #ffffff;
display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 600;
    border-radius: 4px;
    margin-right: 5px;
	  position: absolute;
  top: 20px;
  right: 20px;
}



.product-in-item .btn-wishlist {
  margin:5px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  transition: all 0.3s ease-out;
      text-decoration: none;
}
.product-in-item .btn-view, .product-list  .btn-view{
 margin:5px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #d8d8d8;
  transition: all 0.3s ease-out;
      text-decoration: none;
}

.product-list .btn-wishlist {
	  background: #fff;
  border: 1px solid #d8d8d8;
  transition: all 0.3s ease-out;
      text-decoration: none;
  margin:5px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.product-list .btn-view {
	  border: 1px solid #d8d8d8;
  transition: all 0.3s ease-out;
      text-decoration: none;
 margin:5px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;

}


.product-in-item .btn-view:hover, .product-in-item .btn-wishlist:hover {
  background: rgb(240, 56, 56);
  color: #fff;
}
.product-in-item .qty {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #9D9D9D;
}


.product-in-item .price {
  display: block;
  width: 100%;
  font-weight: 400;
   padding-top:5px;
  font-size: 20px;
  line-height: 14px;
  text-transform: capitalize;
  color: #696969;
}
.price {
  display: block;
  width: 100%;
  font-weight: 400;
   padding-top:5px;
  font-size: 20px;
  line-height: 14px;
  text-transform: capitalize;
  color: #696969;
}

.original-price  {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 14px;
  padding-top:5px;
  text-transform: capitalize;
  color: #a9a4a4;
}
.product-in-item .original-price  {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 14px;
  padding-top:5px;
  text-transform: capitalize;
  color: #a9a4a4;
}
.product-in-item .product-qty {
  width: 85px;
}
.product-in-item .ns-slide-btn-link {
  text-decoration: none;
}
.c-list .product-in-item figure {
    float: left;
    max-width: 280px;
    
    width: 100%;
}
/* .product-in-item figure {
    float: left;
    max-width: 280px;
    width: 100%;
} */

.c-list .product-list-info{width: 100%;}


.product-item-name{
	display: block;
    height: 50px;
    overflow: hidden;
    margin: 8px 0;
    word-wrap: break-word;
	}
	
	.product-item-link{
		font-size: 15px;
    line-height: normal;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
	text-decoration:none;
  }
	
	




 /* post item */
.post-item .post-meta {
  font-size: 0.8rem;
  line-height: 1;
}
.post-item .post-title a{
	    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
	}
.post-item .post-meta svg {
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  /* offcanvas menu */
  .offcanvas-body .nav-item {
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
  }
  .offcanvas-body .filter-categories {
    width: 100%;
    margin-bottom: 20px !important;
    border: 1px solid #d1d1d1 !important;
    padding: 14px;
    border-radius: 8px;
  }
  /* dropdown-menu */
  .dropdown-menu {
    padding: 0;
    border: none;
    line-height: 1.4;
    font-size: 0.9em;
  }
  .dropdown-menu a {
    padding-left: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 21px;
  }
}


.rating-stars .checked{color: orange;}






/*** product page creative page css***/
/* =======================================
 color swatches
======================================= */
 .ns-content .colo-siz .color {
    margin-bottom: 18px;
}
 .ns-content .colo-siz .color ul li input[type="radio"] {
    display: none;
}
 .ns-content .colo-siz .color ul li input[type="radio"] + label {
    display: inline-block;
    border: 1px solid #dddddd;
    width: auto;
    color: #444444;
    font-weight: 600;
    vertical-align: middle;
    padding: 6px 8px;
    cursor: pointer;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    border-radius: 5%;
    text-align: center;
    margin: 5px;
	
}

 .ns-content .colo-siz .size {
    margin-bottom: 15px;
}
 .ns-content .colo-siz .color ul li input[type="radio"]:checked + label {
    border-color: #ffc366;
}
 .ns-content .colo-siz .size ul li input[type="radio"]:checked + label {
    border-color: #ffc366;
}
.ns-content .colo-siz .size ul li input[type="radio"] {
    display: none;
}

 .ns-content .colo-siz .size ul li input[type="radio"] + label {
    display: inline-block;
    border: 1px solid #dddddd;
    width: 45px;
    height: 45px;
    color: #444444;
    font-weight: 500;
    vertical-align: middle;
    padding-top: 4px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 10%;
    text-align: center;
    margin-bottom: 0;
}

.product-list .btn-wishlist {
    margin: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #d8d8d8;
    transition: all 0.3s ease-out;
    text-decoration: none;
}



.quantity {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.quantity>span {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	float: left;
	margin-top: 14px;
	margin-right: 15px;
}

.pro-qty {
	height: 50px;
	width: 150px;
	border: 1px solid #ebebeb;
	border-radius: 50px;
	padding: 0 20px;
	overflow: hidden;
	display: inline-block;
}

.pro-qty .qtybtnpro-qty .qtybtn {
	font-size: 14px;
	color: #666666;
	cursor: pointer;
	float: left;
	width: 12px;
	line-height: 46px;
}

.pro-qty input {
	font-size: 14px;
	color: #666666;
	font-weight: 500;
	border: none;
	float: left;
	width: 84px;
	text-align: center;
	height: 48px;
}

.product-details-btn {
	overflow: hidden;
	margin-bottom: 25px;
}

.product-details-btn .cart-btn {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	background: #ffc366;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 30px 15px;
	border-radius: 50px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration:none;
}


.product-details-btn ul li {
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}

.product-details-btn ul li:last-child {
	margin-right: 0;
}

.product-details-btn ul li a {
	display: inline-block;
	height: 50px;
	width: 50px;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	padding-top: 1px;
}

.product-details-btn ul li a span {
	font-size: 18px;
	color: #666666;
}


.product-view-service i{
	font-size: 32px;
    font-weight: normal;
    color: #918c8c;
	padding-left:10px;
}
.product-view-service p{font-size:14px;}
.review-item .media {
    position: relative;
}

.rating-stars .fa-star{color: #fbd600;}
#reviewimages img{width:80px;}

 .total-rating-box .box-total {
  background: #ecfdff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #dddddd;
}

 .total-rating-box .box-total h4 {
  color: #ff3368;
  font-size: 48px;
  font-weight: bold;
}

 .total-rating-box .box-total h5 {
  color: #2a2a2a;
  margin-bottom: 0px;
  font-size: 24px;
}


 .total-rating-box .box-total h6 {
  color: #2a2a2a;
  margin-bottom: 0px;
  font-size: 14px;
  color: #797979;
  font-weight: normal;
}


 .total-rating-box .rating_list {
  margin-bottom: 30px;
}


 .total-rating-box .rating_list h3 {
  font-size: 18px;
  color: #2a2a2a;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}


 .total-rating-box .rating_list .list li a {
  font-size: 14px;
  color: #797979;
  text-decoration:none;
}

 .total-rating-box .rating_list .list li a i {
  color: #fbd600;
}


 .total-rating-box .rating_list .list li:nth-child a i:last-child {
  color: #eeeeee;
}



/*************cart page*********/


.shoping-discount {
	margin-top: 45px;
}

.shoping-discount h5 {
	font-size: 20px;
	color: #1c1c1c;
	font-weight: 600;
	margin-bottom: 25px;
}

.shoping-discount form input {
	width: 255px;
	height: 47px;
	border: 1px solid #cccccc;
	font-size: 16px;
	color: #b2b2b2;
	text-align: center;
	display: inline-block;
	margin-right: -3px;
	border-radius:0;
}

.shoping-discount form input::placeholder {
	color: #b2b2b2;
}

.shoping-discount form button {
	padding: 12px 30px 11px;
	font-size: 14px;
	letter-spacing: 2px;
	background: #6f6f6f;
	border: none;
	text-transform: uppercase;
	color:#fff;
	border-radius:0;
	line-height:25px;
}

.shoping-checkout {
	background: #f5f5f5;
	padding: 30px;
	padding-top: 20px;
	margin-top: 50px;
}

.shoping-checkout h5 {
	color: #1c1c1c;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 28px;
}

.shoping-checkout ul {
	margin-bottom: 28px;
}

.shoping-checkout ul li {
	font-size: 16px;
	color: #1c1c1c;
	font-weight: 700;
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 13px;
	margin-bottom: 18px;
}

.shoping-checkout ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.shoping-checkout ul li span {
	font-size: 18px;
	color: #dd2222;
	float: right;
	font-weight: 500;
}

.shoping-checkout .primary-btn {
	display: block;
	text-align: center;
}
.cart-title a{color:#333;}
.cart-title ul li p{margin:0 0 0 0;}
.cart-title ul li p span{color: #2aafc5;
    font-weight: 400;
    margin-left: 5px;
	    font-size: 14px;
	text-transform: capitalize;}
	
	
	.social-btn .btn-link:hover{background:#f9f9f9;     border-radius: 50% !important;}
	
	.cart-page th, .cart-page td{    vertical-align: middle;     font-weight: normal;}
	.cart-page .product-name{    }
	
	
/*--------------------------------------------------------------
# Checkout Section
--------------------------------------------------------------*/
.checkout {
  padding: 60px 0;
}

.checkout .checkout-container {
  margin-bottom: 2rem;
}

.checkout .checkout-container .checkout-form {
  position: relative;
}

.checkout .ns-checkout-section {
  background-color: #fff;
  border-radius: 16px;
/*   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); */
  margin-bottom: 24px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.checkout .ns-checkout-section:hover {
  /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08); */
}

.checkout .ns-checkout-section .section-header {
  padding: 20px 24px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid ##e9e9e9;
}

.checkout .ns-checkout-section .section-header .section-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ffc43f;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.checkout .ns-checkout-section .section-header h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #2d465e;
}

.checkout .ns-checkout-section .section-content {
  padding: 24px;
}

.checkout .ns-checkout-section .section-content .form-group {
  margin-bottom: 20px;
}

.checkout .ns-checkout-section .section-content .form-group:last-child {
  margin-bottom: 0;
}

.checkout .ns-checkout-section .section-content .form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #2d465e;
}

.checkout .ns-checkout-section .section-content .form-group .form-control,
.checkout .ns-checkout-section .section-content .form-group .form-select {
  border: 2px solid #e9e9e9;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 0.95rem;
  height: auto;
  background-color: #fff;
  transition: all 0.25s ease;
}

.checkout .ns-checkout-section .section-content .form-group .form-control:hover,
.checkout .ns-checkout-section .section-content .form-group .form-select:hover {
  border-color: ffc43f;
}

.checkout .ns-checkout-section .section-content .form-group .form-control:focus,
.checkout .ns-checkout-section .section-content .form-group .form-select:focus {
  border-color: #ffc43f;
  box-shadow: 0 0 0 4px #ffc43f;
  outline: none;
}

.checkout .ns-checkout-section .section-content .form-group .form-control::placeholder,
.checkout .ns-checkout-section .section-content .form-group .form-select::placeholder {
  color: #e9e9e9;
  font-size: 0.9rem;
}

.checkout .ns-checkout-section .section-content .form-group .form-control.is-invalid,
.checkout .ns-checkout-section .section-content .form-group .form-select.is-invalid {
  border-color: #dc3545;
  background-image: none;
}

.checkout .ns-checkout-section .section-content .form-group .form-control.is-invalid:focus,
.checkout .ns-checkout-section .section-content .form-group .form-select.is-invalid:focus {
  box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.15);
}

.checkout .ns-checkout-section .section-content .form-group .form-select {
  background-position: right 16px center;
  padding-right: 40px;
}

.checkout .ns-checkout-section .section-content .form-group .card-number-wrapper {
  position: relative;
}

.checkout .ns-checkout-section .section-content .form-group .card-number-wrapper .card-icons {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 8px;
}

.checkout .ns-checkout-section .section-content .form-group .card-number-wrapper .card-icons i {
  font-size: 1.2rem;
  color: #e9e9e9;
}

.checkout .ns-checkout-section .section-content .form-group .card-number-wrapper input {
  padding-right: 80px;
}

.checkout .ns-checkout-section .section-content .form-group .cvv-wrapper {
  position: relative;
}

.checkout .ns-checkout-section .section-content .form-group .cvv-wrapper .cvv-hint {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #e9e9e9;
  cursor: pointer;
  transition: color 0.2s ease;
}

.checkout .ns-checkout-section .section-content .form-group .cvv-wrapper .cvv-hint:hover {
  color: #ffc43f;
}

.checkout .ns-checkout-section .section-content .form-check {
  margin-bottom: 12px;
  padding-left: 1.8rem;
}

.checkout .ns-checkout-section .section-content .form-check:last-child {
  margin-bottom: 0;
}

.checkout .ns-checkout-section .section-content .form-check .form-check-input {
  width: 18px;
  height: 18px;
  margin-left: -1.8rem;
  margin-top: 0.2rem;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
}

.checkout .ns-checkout-section .section-content .form-check .form-check-input:checked {
  background-color: #ffc43f;
  border-color: #e9e9e9;
}

.checkout .ns-checkout-section .section-content .form-check .form-check-input:focus {
  border-color: #ffc43f;
  box-shadow: 0 0 0 3px #ffc43f;
}

.checkout .ns-checkout-section .section-content .form-check .form-check-label {
  font-size: 0.9rem;
  cursor: pointer;
}

.checkout .ns-checkout-section .section-content .form-check .form-check-label a {
  color: #ffc43f;
  text-decoration: none;
  font-weight: 500;
}

.checkout .ns-checkout-section .section-content .form-check .form-check-label a:hover {
  text-decoration: underline;
}

.checkout .ns-checkout-section .section-content .form-check.terms-check {
  margin-top: 10px;
  margin-bottom: 20px;
}

.checkout .ns-checkout-section .section-content .form-check.terms-check .form-check-label {
  font-size: 0.85rem;
}

.checkout .ns-checkout-section .section-content .payment-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.checkout .ns-checkout-section .section-content .payment-options .payment-option {
  flex: 1;
  min-width: 120px;
  position: relative;
}

.checkout .ns-checkout-section .section-content .payment-options .payment-option input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.checkout .ns-checkout-section .section-content .payment-options .payment-option input[type=radio]:checked+label {
  border-color: #ffc43f;
  background-color: #ffc43f;
}

.checkout .ns-checkout-section .section-content .payment-options .payment-option input[type=radio]:checked+label .payment-icon {
  color: #ffc43f;
}

.checkout .ns-checkout-section .section-content .payment-options .payment-option input[type=radio]:focus+label {
  box-shadow: 0 0 0 3px #ffc43f;
}

.checkout .ns-checkout-section .section-content .payment-options .payment-option label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border: 2px solid #e9e9e9;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: center;
  height: 100%;
}

.checkout .ns-checkout-section .section-content .payment-options .payment-option label:hover {
  border-color: #ffc43f;
}

.checkout .ns-checkout-section .section-content .payment-options .payment-option label .payment-icon {
  font-size: 1.8rem;
  margin-bottom: 8px;
  color: #e9e9e9;
  transition: color 0.25s ease;
}

.checkout .ns-checkout-section .section-content .payment-options .payment-option label .payment-label {
  font-size: 0.9rem;
  font-weight: 500;
}

.checkout .ns-checkout-section .section-content .payment-options .payment-option.active label {
  border-color: #ffc43f;
  background-color: #ffc43f;
}

.checkout .ns-checkout-section .section-content .payment-options .payment-option.active label .payment-icon {
  color: #ffc43f;
}

@media (max-width: 575.98px) {
  .checkout .ns-checkout-section .section-content .payment-options .payment-option {
    min-width: 100%;
  }

  .checkout .ns-checkout-section .section-content .payment-options .payment-option label {
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
  }

  .checkout .ns-checkout-section .section-content .payment-options .payment-option label .payment-icon {
    margin-bottom: 0;
  }
}

.checkout .ns-checkout-section .section-content .payment-details {
  padding-top: 8px;
}

.checkout .ns-checkout-section .section-content .payment-details.d-none {
  display: none;
}

.checkout .ns-checkout-section .section-content .payment-details .payment-info {
  padding: 16px;
  background-color: #fff;
  border-radius: 12px;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.checkout .ns-checkout-section .section-content .success-message {
  padding: 16px;
  background-color: rgba(40, 167, 69, 0.1);
  border: 1px solid rgba(40, 167, 69, 0.2);
  border-radius: 12px;
  color: #28a745;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.checkout .ns-checkout-section .section-content .success-message.d-none {
  display: none;
}

.checkout .ns-checkout-section .section-content .place-order-container .place-order-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 12px;
  background-color: #ffc43f;
  border: none;
  box-shadow: 0 4px 12px rgba(54, 144, 231, 0.2);
  transition: all 0.3s ease;
}

.checkout .ns-checkout-section .section-content .place-order-container .place-order-btn:hover {
  background-color: #ffc43f;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(54, 144, 231, 0.25);
}

.checkout .ns-checkout-section .section-content .place-order-container .place-order-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(54, 144, 231, 0.2);
}

.checkout .ns-checkout-section .section-content .place-order-container .place-order-btn .btn-price {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 700;
}

.checkout .order-summary {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 30px;
}

.checkout .order-summary .order-summary-header {
  padding: 20px 24px;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkout .order-summary .order-summary-header h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.checkout .order-summary .order-summary-header .item-count {
  font-size: 0.9rem;
  color: #e9e9e9;
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
}

.checkout .order-summary .order-summary-content {
  padding: 24px;
}

.checkout .order-summary .order-summary-content .order-items {
  margin-bottom: 24px;
}

.checkout .order-summary .order-summary-content .order-items .order-item {
  display: flex;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e9e9e9;
}

.checkout .order-summary .order-summary-content .order-items .order-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-image {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #e9e9e9
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details {
  flex: 1;
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details h4 {
  font-size: 1rem;
  margin-bottom: 4px;
  font-weight: 600;
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details .order-item-variant {
  font-size: 0.85rem;
  color: #e9e9e9
  margin-bottom: 8px;
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details .order-item-price {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details .order-item-price .quantity {
  color: #e9e9e9;
  margin-bottom: 0px;
}

.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details .order-item-price .price {
  color: #2d465e;
}

.checkout .order-summary .order-summary-content .promo-code {
  margin-bottom: 24px;
}

.checkout .order-summary .order-summary-content .promo-code .input-group .form-control {
  border: 2px solid #e9e9e9;
  border-right: none;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 12px 16px;
  font-size: 0.95rem;
  transition: all 0.25s ease;
}

.checkout .order-summary .order-summary-content .promo-code .input-group .form-control:focus {
  border-color: #ffc43f;
  box-shadow: none;
  outline: none;
}

.checkout .order-summary .order-summary-content .promo-code .input-group .form-control::placeholder {
  color: #e9e9e9;
  font-size: 0.9rem;
}

.checkout .order-summary .order-summary-content .promo-code .input-group .btn {
  border: 2px solid #e9e9e9;
  border-left: none;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 0 16px;
  font-weight: 500;
  color: #ffc43f;
  background-color: #fff;
  transition: all 0.25s ease;
}

.checkout .order-summary .order-summary-content .promo-code .input-group .btn:hover {
  background-color: #ffc43f;
  border-color: #ffc43f;
  color: #333;
}

.checkout .order-summary .order-summary-content .promo-code .input-group .btn:focus {
  box-shadow: none;
}

.checkout .order-summary .order-summary-content .order-totals {
  background-color: #fff,;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
}

.checkout .order-summary .order-summary-content .order-totals>div {
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.checkout .order-summary .order-summary-content .order-totals>div:last-child {
  margin-bottom: 0;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #e9e9e9;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2d465e;
}

.checkout .order-summary .order-summary-content .secure-checkout {
  text-align: center;
}

.checkout .order-summary .order-summary-content .secure-checkout .secure-checkout-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #2d465e;
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.checkout .order-summary .order-summary-content .secure-checkout .secure-checkout-header i {
  color: #28a745;
  font-size: 1.1rem;
}

.checkout .order-summary .order-summary-content .secure-checkout .payment-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.checkout .order-summary .order-summary-content .secure-checkout .payment-icons i {
  font-size: 1.5rem;
  color: #e9e9e9;
}

@media (max-width: 991.98px) {
  .checkout .order-summary {
    position: relative;
    top: 0;
    margin-top: 2rem;
  }
}

.checkout .modal-content {
  border-radius: 16px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.checkout .modal-content .modal-header {
  border-bottom-color: #e9e9e9;
}

.checkout .modal-content .modal-header .modal-title {
  font-weight: 600;
}

.checkout .modal-content .modal-footer {
  border-top-color: #e9e9e9;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767.98px) {
  .checkout .ns-checkout-section .section-header h3 {
    font-size: 1.1rem;
  }

  .checkout .order-summary .order-summary-header h3 {
    font-size: 1.1rem;
  }
}

.checkout .swiper-wrapper {
  height: auto !important;
}

.show-box, .sort-box{    cursor: pointer;
    border: 1px solid #ddd;
    width: auto;
	padding:5px;
	border-radius:10px;
    font-size: 13px;
    color: #696969;
   
    background: none;
   }

/*********** pagination*******/

.product-grid-pagination,
.blog-pagination {
	padding-top: 10px;
	text-align: center;
}
.product-grid-pagination .page-item{margin-right:10px;}
.product-grid-pagination a,
.blog-pagination a {
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 1px solid #dfdfdf;
	font-size: 14px;
	color: #1a1515;
	font-weight: 700;
	line-height:28px;
	text-align: center;
	margin-right: 16px;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	border-radius: 30px;
	padding: 3px;
	text-decoration: none;
}
.pagination-box .active>.page-link, .page-link.active{
    z-index: 3;
    color: #fff;
    background-color: #ffc366;
    border-color: #ffc366;
    text-align: center;
    
}
.product-grid-pagination  a i{line-height:28px;}
.product-grid-pagination  .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ffc366;
    border-color: #ffc366;
    text-align: center;
    
}

.product-grid-pagination  a:hover,
.blog-pagination a:hover {
	background: #365011;
	border-color: #365011;
	color: #ffffff;
}

.product-grid-pagination a:last-child,
.blog-pagination a:last-child {
	margin-right: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.page-item:first-child .page-link {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}
.our-service .our-service-title{
	    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
} 
.our-service i{font-size:32px; font-weight:normal; color: #918c8c;}


/*********** sidebar new products ***************/


.product-sidebar .sidebar-bottom{
	border-bottom: 1px dotted rgba(0, 0, 0, .15);
    margin-bottom: 10px;
}

    
.product-sidebar .product-img figure img{
    float: left;
    height: 100px;
    margin-right: 8px;
    overflow: hidden;
    width: 100px;
	  position: relative;
    padding: 6px;
   
    border: 1px solid #FBFBFB;
    box-shadow: unset !important;
    border-radius: 16px;
    transition: box-shadow 0.3s ease-out;
}

.product-sidebar .product-img figure {
    
    border-radius: 12px;
    text-align: center;
	
}
/* .product-sidebar .product-img {
    position: relative;
    padding: 6px;
    background: #FFFFFF;
    border: 1px solid #FBFBFB;
    box-shadow: unset !important;
    border-radius: 16px;
    margin-bottom: 30px;
    transition: box-shadow 0.3s ease-out;
} */
.product-img .btn-new {
    background-color: #6f6b6b;
    color: #ffffff;
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 600;
    border-radius: 4px;
    margin-right: 5px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.product-sidebar .sidebar-bottom:last-child {
 border-bottom: 0px dotted rgba(0, 0, 0, .15);
}

.product-sidebar h6 a{font-size: 15px;}
.side-bar-Product{}
.product-sidebar .content {
    padding-left: 95px;
}



/******blog ****/
.post-title{    
        display: block;
    min-height: 50px;
    overflow: hidden;
    margin: 8px 0;
    word-wrap: break-word;
}
.blog-main-img figure img{ width:100%;}
.post-title a{ color: #222;
    font-size: 16px; font-weight:600;     letter-spacing: 0.5px;}

.blog-details {
    padding-top: 26px;
}
 .blog-details {
    box-shadow: none;
    padding: 0;
}

.social-icons li span {
    font-size: 14px;
    color: #999999;
}
.social-icons li {
    display: inline-block;
    margin-right: 15px;
}
.single-post-area  .thumb {
    margin-right: 20px;
    background: #000;
}

.navigation-area h5 {
    font-size: 18px;
    line-height: 25px;
}
.single-post-area .arrow {
    position: absolute;
}
.blog_area a {
    color: #666666 !important;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.post-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.post-left:hover .lnr {
    opacity: 1;
}
.post-left .thumb {
    margin-right: 20px;
    background: #000;
}
.post-left:hover .thumb img {
    opacity: .5;
}
.post-left .thumb img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}



.lnr {
    font-size: 20px;
    font-weight: 600;
}
.post-right .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.post-right:hover .lnr {
    opacity: 1;
}
.post-right .thumb {
    margin-left: 20px;
    background: #000;
}
.post-right:hover .thumb img {
    opacity: .5;
}
.post-right .thumb img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.lnr {
    font-size: 20px;
    font-weight: 600;
}

.post-item p{ font-size:14px;}
.form-control:focus{outline: unset; box-shadow: unset;}
/**blog sidebar***/
.image-holder {}
.image-holder img{    background: #F9F9F9;
    border-radius: 12px;
    text-align: center;
    max-height: 280px;
    min-height: 280px;
    overflow: hidden;}

.card-item {
    margin-bottom: 30px;
    background-color: #fdfdfd;
    border: 1px solid #efefef;
    padding: 20px;
    border-radius: 5px;
}
.search-card form {
    background: #ffffff;
    border: 1px solid
 color-mix(in srgb, #212529, transparent 75%);
    padding: 3px 10px;
    position: relative;
    border-radius: 50px;
    transition: 0.3s;
}

.search-card form input[type=text] {
    border: 0;
    padding: 4px 10px;
    border-radius: 4px;
    width: calc(100% - 40px);
   
}
.search-card form button {
    background: none;
    color: #212529;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    font-size: 16px;
    padding: 0 16px;
    transition: 0.3s;
    line-height: 0;
}

.card-title {
    color: #2d465e;
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 0 0px;
    margin: 0 0 20px 0;
   
}
.categories-card ul li  {
    padding:10px 0;
}
.categories-card ul li a {
    color: #212529;
    transition: 0.3s;
	text-transform:capitalize;
}

.recent-posts-card .post-item {
    display: flex;
    margin-bottom: 15px;
}
.recent-posts-card .post-item h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.recent-posts-card .post-item h4 a {
    color: #212529;
    transition: 0.3s;
	font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.recent-posts-card .post-item img {
    width: 80px;
    margin-right: 15px;
}
.recent-posts-card .post-item time {
    display: block;
    font-style: italic;
    font-size: 14px;
    color:#adb0b3; 

}

.card-tag{
    color: #333;
    font-size: 14px;
	background-color: #f5f2f2;
    margin-bottom: 5px;
    padding: 8px 15px;}
	.card-tag:hover{
    color: #fff !important;
    font-size: 14px;
	background-color: #ffc366;
    margin-bottom: 5px;
    padding: 8px 15px;}

/********** price range ************/
 .category .price-range .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.category .price-range .price-filter #slider-range.ui-slider {
  background: #eeeeee none repeat scroll 0 0;
  width: 90%;
  height: 10px;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  position: relative;
}

.category .price-range .price-filter #slider-range.ui-slider .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background: #5897fb none repeat scroll 0 0;
}

.category .price-range .price-filter #slider-range.ui-slider span.ui-slider-handle {
  position: absolute;
  top: -5px;
  width: 18px;
  height: 18px;
  background: #5897fb;
  z-index: 2;
  margin-left: -8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.category .price-range .price-filter #slider-range.ui-slider span.ui-slider-handle:hover {
  cursor: pointer;
}

.category .price-range .price-filter #slider-range.ui-slider span.ui-slider-handle:focus {
  outline: none;
}

.category .price-range .price-filter input {
  font-size: 17px;
  font-weight: bold;
  border: none;
  display: block;
  margin-bottom: 10px;
}

.category .price-range .price-filter button {
  font-size: 15px;
  height:40px;
  color: #5897fb;
  background: transparent;
  border: 0px solid #5897fb;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 3px 25px;
  font-weight: 600;
  line-height: 32px;
}

.category .price-range .price-filter button:hover {
  background: #5897fb;
  color: #fff;
}


.shipping-method, .payment-method{    
background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
	}
	
 .pay-box .form-check .form-check-input {

    border: 2px solid #e9e9e9;
margin-top: 9px;
    cursor: pointer;
}


/******************* contact**********/

.contact .info-item i {
    color: #ffffff;
    background: #465367;
    font-size: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}
.contact .info-item h3 {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

/***********dashboard**************/

.tabs-left {
  border-bottom: none;
  padding-top: 2px;
  display:unset;
}

.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}


.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  background: #fbfbfb;
  margin-right: 0;
  display:block;
}


.lara-dsboard {
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 30px 20px;
    margin-bottom: 20px;
    border-radius: 2px;
}
.lara-user-dashboard-profile {
    text-align: center;
}

.lara-user-dashboard-menu li {
  margin-bottom: 5px;
}
.lara-user-dashboard-menu li a.active {
  background: #ffc43f;
  color: #fff;
}
.lara-user-dashboard-menu li a.active:hover {
  color: #fff;
}
.lara-user-dashboard-menu li a {
  padding: 10px;
  font-size: 15px;
  display: block;
  font-weight: 500;
  color: #555;
}
.lara-user-dashboard-menu li a:hover {
  color: #ffc43f;
}
.lara-user-dashboard-menu li a:hover span {
  background: #5672f9;
  color: #fff;
}
.lara-user-dashboard-menu li a i {
  margin-right: 5px;
}
.lara-user-dashboard-menu li a span {
  float: right;
  background: #F4F7F9;
  float: right;
  font-size: 10px;
  border-radius: 8px;
  padding: 3px 8px;
  color: #84919B;
}

.lara-user-dashboard-profile {
  text-align: center;
}
.lara-user-dashboard-profile .profile-thumb img {
  width: 130px;
  height: auto;
  border: 5px solid #F4F7F9;
}
.lara-user-dashboard-profile h4 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}
.lara-user-dashboard-profile .member-time {
  color: #888;
  font-size: 12px;
  margin-bottom: 3px;
}
.lara-user-dashboard-profile .btn-contact {
  background: #1FCA6B;
}
.lara-user-dashboard-profile .btn-offer {
  background: #373C4D;
}

.dashboard-container .product-dashboard-table thead th {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.dashboard-container .product-dashboard-table td {
  vertical-align: middle;
  padding: 40px 0;
}
.dashboard-container .product-thumb {
  width: 15%;
}
.dashboard-container tbody tr:hover .action a {
  color: #fff;
}
.dashboard-container tbody tr:hover .action a.edit {
  background: #59d659;
}
.dashboard-container tbody tr:hover .action a.view {
  background: #50c6e9;
}
.dashboard-container tbody tr:hover .action a.delete {
  background: #ff5252;
}
.dashboard-container .product-details {
  width: 45%;
}
.dashboard-container .product-details span {
  display: block;
  font-size: 14px;
  color: #848484;
}
.dashboard-container .product-details span strong {
  color: #666;
  width: 30%;
  display: inline-block;
}
.dashboard-container .product-details .title {
  font-size: 16px;
}
.dashboard-container .product-details .status.active {
  color: #59d659;
}
.dashboard-container .product-category {
  width: 15%;
  text-align: center;
}
.dashboard-container .action {
  width: 20%;
  text-align: center;
}
.dashboard-container .action a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 14px;
  color: #363b4d;
  text-align: center;
  display: inline-block;
}
.dashboard-container .action a:hover {
  color: #fff;
}
.dashboard-container .action a:hover.delete {
  background: #ff5252;
}
.dashboard-container .action a i {
  line-height: 40px;
}
.dashboard-container .action .list-inline .list-inline-item:not(:last-child) {
  margin-right: 0px;
}
.dashboard-container .action .edit {
  background: #f7f7f7;
}
.dashboard-container .action .view {
  background: #f7f7f7;
}
.dashboard-container .action .delete {
  background: #f7f7f7;
}



footer .card-list li a{font-size:14px; padding:6px 0; letter-spacing: 0.5px;}

.contact-info {margin-bottom:13px; width:70%;
          display: flex;
    justify-content: flex-start;
}
.contact-info p{display:inline-block; line-height: 18px; font-size: 14px; letter-spacing: 0.5px;}
.contact-info i{
    font-size: 18px;
    margin-right: 10px;
}


