/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/Proxima-Nova-Font.eot');
    src: url('../fonts/Proxima-Nova-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Proxima-Nova-Font.woff2') format('woff2'),
         url('../fonts/Proxima-Nova-Font.woff') format('woff'),
         url('../fonts/Proxima-Nova-Font.ttf')  format('truetype'),
         url('../fonts/Proxima-Nova-Font.svg#Proxima Nova') format('svg');
}

/*@import url("https://fonts.googleapis.com/css?family=Josefin Sans:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
::-moz-selection, ::-webkit-selection {
  color: #363636;
  background: #01bfa5;
}*/
::selection {
  color: #363636; 
  background: #01bfa5;
}
img{
  max-width: 100%;
}
:focus {
  outline: none;
}
button:focus{
  outline:0;
}
body{
 /* font-family: 'DM Sans', sans-serif;
 font-family: "Josefin Sans", sans-serif;*/
  font-family:"Proxima Nova";
  color: #363636;
  font-weight: 400;
}  

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-style: normal;
    /*font-family: 'DM Sans', sans-serif;
    font-family: "Josefin Sans", sans-serif;*/
    font-family:"Proxima Nova";
}

p {
  font-weight: 400;
  font-style: normal;
  font-size:16px;
  line-height: 25px;
  margin: 0px 0px 20px 0px;
}
a, a:hover, .nav-link:hover{
  outline:none!important;
  color:#01bfa5 ;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:link, a:visited, .nav-link{
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
body{
    overflow-x:hidden;
}

.btn{
  padding: 10px;
  text-align: center;
  display: inline-block;
  background: #363636;
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: #FFFFFF;
}

.btn.btn-info.mane{
  padding: 10px;
  text-align: center;
  display: inline-block;
  background: #01bfa5;
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: #FFFFFF;
}
.btn:hover{
  color: #FFFFFF;
}
.btn-border{
  background:transparent;
  color: #636363;
  border: 1px solid #000000;
}
.btn-border:hover{
  color: #636363;
}

.maticans-primary-btn{
  background-color: #01bfa5 !important;
}
.maticans-primary-btn:hover {
  background-color: #363636 !important;
}
/*-----------------------------*/
  
/*custom*/
#site-wrapper{
	position: relative;
  padding-top: 135px;
	/*overflow: hidden;*/
	width:100%;
  
  height: 100%;
  float: left;
}

header{
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.topbar-area {
  width: 100%;
  background: #01bfa5;
}
.topbar-area ul{
  padding: 0;
  margin: 0;
}
.topbar-contact li {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  margin-right: 17px;
  padding-right: 20px;
  color: #ffffff;
  border-right: 1px solid #009c87;
}
.topbar-area .topbar-contact li i {
  margin-right: 2px;
}
.topbar-area .topbar-contact li a {
  color: #ffffff;
}
.topbar-area .topbar-contact li i.flaticon-email::before {
  bottom: -1.5px;
  position: relative;
  font-size: 16px;
  color: #ffffff;
}
.topsubmenu {
  float: right;
  height: 100%;
}
.topsubmenu > ul {
  display: flex;
  padding: 0px;
  margin: 0;
  height: 100%;
}
.topsubmenu > ul > li {
  list-style: none;
  padding: 0px 10px;
  position: relative;
  display: flex;
  align-items: center;
  border-right: 1px solid #009c87;
}
.topsubmenu > ul > li a {
  color: #fff;
  line-height: 100%;
}

.menu-area {
  width: 100%;
  position: relative;
  background: #ffffff;
  transition: all 0.3s ease;
/*  border-bottom: 1px solid #01bfa5;*/
}
.wishlistMenu{
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-right: 1px solid #009c87;
}
.wishlist_icon i{
  color: #FFFFFF;
}

.menu-area{
  width: 100%;
  padding: 20px 0;
  background: #FFFFFF;
  position: relative;
}
.siteLogowrap{
  display: flex;
  align-items: center;
}
.logo{
  width: 250px;
}
.mainmenu{
  width: 100%;
}
.mainmenu ul.nav-menu{
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
.mainmenu ul.nav-menu > li{
  list-style: none;
  margin:0 5px;
  position: relative;
}
.mainmenu ul.nav-menu li:first-child{
  margin-left: 0;
}
.mainmenu ul.nav-menu li:last-child{
  margin-right: 0;
}
.mainmenu ul.nav-menu > li > a{
  padding:7px 10px 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
  border-radius: 5px;
  text-transform: capitalize;
  transition: all 0.3s linear 0s;
  background: #363636;
}
.mainmenu ul.nav-menu > li > a:hover,
.mainmenu ul.nav-menu > li.current-menu-item > a{
  color: #fff;
  background: #01bfa5;
}

.menu-area .row{
  position: relative;
  display: flex;
  align-items: center;
}



figure{
  margin: 0;
  width: 100%;
  float: left;
}
figure.homebanner{
  height:auto;
}

.homebanner .homeslider{
  height: 100%;
}
.swiper-pagination-bullet{
  width: 30px;
  height: 3px;
  border-radius: 0;
  background: #fff;
  border: 0;
  opacity: 1;
  left: 0 !important;
  position: relative;
  top: inherit !important;
  display: inline-block;
}
.swiper-pagination-bullet-active{
  background: #01bfa5;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.widget-heading {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

.home_fetur_card{
  height: 100%;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  position: relative;
  transition: all 0.5s ease;
  box-shadow: 0px 4px 16px 2px rgba(73, 73, 73, 0.27);
  overflow: hidden;
}
.homeitmslideriintro img {
    width: 100%;
/*    height: 514px;*/
    padding: 15px 15px;
}
.hovercontent{
  z-index: 2;
  padding: 15px;
  position: relative;
  background: rgba(255, 255, 255, 1);
}
.hovercontent .sub-cat{
    font-size:14px !important;
}
.hovercontent h3{
  margin: 0;
  font-size: 16px;
  line-height:120%;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.home_fetur_card:hover .hovercontent h3{
  color: #363636;
}

.home_fetur_card::before {
 /* background-color: rgba(255, 255, 255, 0.9);*/
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .5s ease;
  opacity: 0;
  z-index: 1;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  top: inherit;
  height: 0;
}
.home_fetur_card:hover::before {
  height: 100%;
  opacity: 1;
z-index: 1;
}
.home_fetur_card .addtowish{
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border:2px solid #01bfa5; */
/*  border:3px solid darkorange;*/
  border-radius: 50px;
  z-index: 2;
  transition: all 0.2s ease 0s;
}
.home_fetur_card:hover .addtowish{
  opacity: 1;
  pointer-events: auto;
}

.homeitemsslidersec, .homeitemssliderwrap {
  background: #f9f9f9;
  padding-bottom:30px;
}
.homeitmslideriintro{
  width: 100%;
  padding: 0;
  height: auto;
  background: #363636;
  border-radius:5px;
}
.no-gutter.row .padding_in {
    padding: 0 15px;
}
.homeitemsslidersec.p-0 .homeitmslideriintro{
  background: #01bfa5;
}
.homeitmslideriintro *{
  color: #FFF;
}

.homeitemsslider, .homefetudslider {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 50px;
}

.sliderBtn {
  width: 100px;
  position: relative;
  display: flex;
  margin-top: 30px;
}
.sliderBtn .swiper-button-next, .sliderBtn .swiper-button-prev,
.sliderBtn .swiper-button-next-fetud, .sliderBtn .swiper-button-prev-fetud {
  top: 0;
  width: 32px;
  height: 32px;
  margin: 0;
  position: static;
  background: url(../images/icons/arrow-left.png);
}
.sliderBtn .swiper-button-next, .sliderBtn .swiper-button-next-fetud {
  margin-left: 20px;
  background: url(../images/icons/arrow-right.png);
}
.homeitmslideriintro .swiper-button-next::after, .homeitmslideriintro .swiper-button-prev::after,
.homeitmslideriintro .swiper-button-next-fetud::after, .homeitmslideriintro .swiper-button-prev-fetud::after{
  display: none;
}
.homeitemssliderwrap .home_fetur_card h3{
  color: #363636;
  text-transform:capitalize;
}
.homeitemssliderwrap .home_fetur_card:hover h3{
  color: #01bfa5;
}
.swiper-button-next-fetud.swiper-button-disabled, .swiper-button-prev-fetud.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.higlightwrap{
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  position: relative;
  transition: all 0.5s ease;
  box-shadow: 0px 4px 16px 2px rgba(73, 73, 73, 0.27);
  overflow: hidden;
  position: relative;
}
.higlight_cont{
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.58);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.higlight_cont h3 {
  margin: 0;
  font-size: 26px;
  line-height: 120%;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  color: #FFF;
}
.higlightwrap:hover .higlight_cont{
  
}
.btn i{
  margin-left: 10px;
}
.btnWhite{
  color: #01BFA5;
  background: #FFF;
}
.btnWhite i{
  color: #01BFA5;
}
#boxwishlist .notifications-item{
    display:none !important;
}

section{
  float:left;
  width: 100%;
  padding: 40px 0;
}
.homefetudsec{
  padding: 30px 0 10px;
  background: #f9f9f9;
}

footer{
  float:left;
  width: 100%;
  background-color: #f5f5f5;
  background: url(../images/banner/footer_bg.png) no-repeat center;
  background-size:cover!important;
  position: relative;
  border-top: 1px solid #070707;
}
footer::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(245, 245, 245, 0.85);
  top: 0;
  left: 0;
  z-index: 0;
}
.footer_top {
  padding: 60px 0;
}
.footer_top .border-right {
  border-right:1px solid #868686;
}
.footer_top .title_h5 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #333333;
  margin-bottom: 4px;
}
footer ul {
  padding-left: 0;
  margin-bottom: 0;
}
footer .footer_top ul li {
  display: block;
  list-style: none;
}
footer .footer_top ul li a {
  font-size: 14px;
  color: #333333;
}
.footer_bottom {
  padding: 20px 0;
  background:rgba(0, 0, 0, 0.97);
}
footer > div{
  position: relative;
  z-index: 1;
}
.footer_bottom .logo {
  width:200px;
}
.copywret{
  display: flex;
  color: #fff;
  align-items: center;
}

figure.inner-banner {
  padding: 180px 0px;
  width: 100vw;
  margin-bottom: 40px;
  background: #f9f9f9;
  margin: 0;
}
.inner-banner h2 {
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
  color:#fff;
}
article h2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 15px;
}
.text-two-col {
  column-count: 2;
  column-gap: 4%;
  margin: 0px 0px 30px 0;
  color: #212529;
  width: 100%;
}
.intro {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #DDDDDD;
}
.intro p {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 130%;
  font-size: 26px;
}
.intro p:last-child {
  margin-bottom: 0;
}
article p img {
  margin-right: 30px;
  margin-bottom: 30px;
}
.faqwrapsec{
  width: 100%;
  margin-top: 10px;
}
.faq-accordion-wrap{
  width: 100%;
}
.accordion-flush .accordion-item{
  margin-bottom: 2px;
}
.accordion-button:not(.collapsed), .accordion-button:focus {
  box-shadow:none
}
.accordion-button, .accordion-button:not(.collapsed){
  color: #000;
  background-color: #f2f2f2;
}
.accordion-button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-flush .accordion-collapse{
  border: 1px solid #DDDDDD;
}
.accordion-item{
  border: 0;
}
.accordion-button{
  font-size: 16px;
}
.contact-content h2 {
  font-size:1.65rem;
}



.modal-body {
  padding: 3rem;
}
.modal .btn-close{
  position: absolute;
  top: 20px;
  right: 20px;
}
.customer_login{
  width: 100%;
}
.input-field, .select-field, .upload-field {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.input-field label, label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 5px;
  text-align: left;
}
.input-field input, .input-field textarea,
.upload-field input, .select-field select {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  height: 42px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 16px;
}
.input-btn{
  padding: 5px 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 15px;
}
.infootp {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: center;
}
.infootp > span {
  width: 100%;
  display: inline-block;
}
.infootp > span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}
.infootp > span.subtitleotp {
  color: #9B9B9B;
}

.otp-field .otpinput input {
  width: 60px;
  height: 60px;
  font-size: 22px;
}
.resentlink {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  color: #9B9B9B;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 15px;
}
.resentlink span {
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  color: #9B9B9B;
  text-align: center;
}
.resentlink > span {
  width: 100%;
  float: left;
  clear: both;
}
.resentlink > span.otp_countdown {
  color: red;
}
.resentlink > span .resent {
  color: #006AD7;
  cursor: pointer;
}


/*--*/
.scroll_cont1{
    min-height:700px;
}
.collection_sidebar .category_list {
  background: #fff;
  border: 1px solid #01bfa5;
border-radius: 5px;
}
.collection_sidebar .category_list:not(:last-child) {
  margin-bottom: 20px;
}
.collection_sidebar .category_list .category_list_title {
  border-bottom: 1px solid #01bfa5;
  padding: 10px 8px 15px 10px;
  background: #01bfa5;
}

.collection_sidebar .category_list.preowned .category_list_title {
  border-bottom: 1px solid #363636;
  padding: 10px 8px 15px 10px;
  background: #363636;
}
.preownedd .readmore{
    background: #363636 !important;
}
.preownedd .home_fetur_card .readmore:hover{
    background: #01bfa5 !important;
}
.title_h5 {
  font-size: 18px;
  color: #333333;
  font-style: normal;
  font-weight: 600;
}
.collection_sidebar .category_list .category_list_title h5, .collection_sidebar .category_list .category_list_title span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  
}
.collection_sidebar .category_list .category_list_title h5, .collection_sidebar .category_list .category_list_title span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  color:#fff;
  
}
.collection_sidebar .category_list .category_list_title span {
  margin-top: 9px;
  height: 16px;
  cursor: pointer;
}
.collection_sidebar .category_list .category_list_title span::before {
  font-size: 16px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: top;
}
.collection_sidebar .category_list .category_list_title.open-filter span::before {
  content: "\f10c";
}
.collection_sidebar .category_list .shopping_by_select {
  padding: 14px 10px;
}
.collection_sidebar .category_list ul {
  padding: 9px 10px 12px;
  margin: 0;
}
.collection_sidebar .category_list ul li {
  line-height: normal;
  font-size: 14px;
  width: 100%;
  list-style: none;
}
.collection_sidebar .category_list ul li:not(:last-child) {
  margin-bottom: 7px;
}
.collection_sidebar .category_list ul.men li, .collection_sidebar .category_list ul.women li, .collection_sidebar .category_list ul.size li {
  display: none;
}

.collection_sidebar .category_list .search_tag {
  padding: 8px 10px 0;
  position: relative;
}
.collection_sidebar .category_list .search_tag input {
  border: 0;
  width: 100%;
  font-size: 12px;
  border-bottom: 1px solid #e0dcdc;
  color: #888888;
  padding: 0px 30px 5px 9px;
}
.collection_sidebar .category_list .search_tag button {
  padding: 0;
  border: 0;
  background: transparent;
  position: absolute;
  right: 19px;
  top: 8px;
}
.collection_sidebar .category_list .search_tag button::before {
  font-size: 12px;
  color: #888888;
}
.collection_sidebar .category_list ul li .checkbox input {
  opacity: 0;
  position: absolute;
}
.collection_sidebar .category_list ul li .checkbox label {
  position: relative;
  padding-left: 19px;
  margin-bottom: 0;
  cursor: pointer;
}
.collection_sidebar .category_list ul li .checkbox label::before {
  width: 13px;
  height: 13px;
  content: '';
  border-radius: 50%;
  bottom: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  border: 1px solid #e0dcdc;
}
.collection_sidebar .category_list ul li .checkbox label::after {
  bottom: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  content: '';
  display: block;
  width: 3px;
  height: 6px;
  border: solid transparent;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  top: -2px;
  bottom: 0;
  margin: auto 0;
  left: 5px;
}
.collection_sidebar .category_list ul li .checkbox input:checked ~ label::before,
.collection_sidebar .category_list ul li .checkbox input:checked ~ label::after {
  border-color: #01bfa5;
}
.collection_sidebar .category_list .loadMore {
  margin: -5px 30px 14px;
  color: #01bfa5;
  font-size: 14px;
  cursor: pointer;
  display: table;
}
.float-right {
  float: right !important;
}
.collection_sidebar .category_list ul li a {
  color: #333333;
}


/**--*/


.collection-sorting-row {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.collection-sorting-row .short_by {
  display: inline-block;
  vertical-align: middle;
  width: 45.5%;
}
.collection-sorting-row .short_by form .form-group {
  margin-bottom: 0;
}
.product_list_section .collection-sorting-row .short_by form .form-group label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  text-transform: capitalize;
}
form .form-group select {
  background: url("../images/arrow-down.svg") no-repeat;
}
form .form-group .form-control {
  border: 1px solid #aaa;
  border-radius: 0;
  padding: 11.5px 18px;
  font-size: 18px;
  font-weight: 400;
}
select.form-control:not([size]):not([multiple]) {
  height: auto;
}
.collection-sorting-row .short_by form .form-group .form-control {
  width: auto;
  min-width: 224px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../images/shot_arrow.svg");
  background-position: 90.5% 48.7%;
  background-repeat: no-repeat;
}

.searchinputwrap input{
  background: none!important;
  padding: 5px 10px!important;
}
.searchinputwrap .btn i{
  margin: 0;
}
.searchinputwrap button{
  margin-left: 10px;
  width: 40px;
  height: 40px;
}
.searchinputwrap{
  align-items: center;
}
.filter-overlay {
  position: fixed;
  width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 11;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.collection-filter .filter-overlay {
  opacity: 1;
  filter: alpha(opacity=15);
  visibility: visible;
}

/*-rainge-*/

.collection_sidebar .category_list .range_slider {
  margin: 22px 30px 39px;
}

.collection_sidebar .category_list .range_slider #slider .ui-slider-range {
  background: #01bfa5;
}
.collection_sidebar .category_list .range_slider #slider .value {
  color: #333333;
  /*font-family: 'Work Sans';
  font-family: "Josefin Sans", sans-serif;*/
  font-family:"Proxima Nova";
  font-weight: 400;
  top: 17px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 40px;
  text-align: center;
  display: block;
}
.collection_sidebar .category_list .range_slider #slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.23);
  outline: 0;
  top: -3px;
  margin-left: 0;
  border: 0;
}
.collection_sidebar .category_list .range_slider #slider .value.price-range-both {
  display: none;
  width: 54px;
  margin-left: 0;
  text-align: left;
}
.collection_sidebar .category_list .range_slider #slider .ui-slider-handle:last-child {
  margin-left: -0.8em;
}
.collection_sidebar .category_list .range_slider #slider.ui-widget.ui-widget-content {
  border: 0;
  background: #e1dede;
  height: 10px;
  border-radius: 0;
}


/**-**/

.productlistwrap{
  width: 100%;
}
.allproductlist{
  display: flex;
  width:calc(100% + 16px);
  margin: 0;
  padding: 0;
  flex-wrap:wrap;
  margin-left: -8px;
}
.allproductlist li{
  list-style: none;
  width:calc(33.33% - 16px);
  margin: 8px;
}

/*===*/

figure.prodectdetails_banner, figure.contact-banner, figure.submitformbanner {
  padding: 100px 0px;
}
figure.prodectdetails_banner h2, figure.contact-banner h2, figure.submitformbanner h2{
  color: #fff;
}
.border-btn {
  color: #01bfa5;
  border: 1px solid #01bfa5;
  background: transparent;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.product_content .product_btns .wishlist_btn {
  margin-right: 14px;
  display: inline-block;
  cursor: pointer;
  line-height: normal;
}

.product_content .product_title{
  display:flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom:20px;
}
.product_content .product_title span{
  width: 100%;
  margin-bottom: 10px;
}
.name_h4{
  color: #01bfa5;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
}
.product_title label{
  margin-right: 10px;
}
.product_price.title_h4{
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
}
.product_addtocart_bag{
  margin-bottom:30px;
}
.input-field textarea {
  height: auto;
}
.input-field textarea {
  height: auto;
}
.contctinfowrap {
  width: 100%;
}
.contctinfowrap h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
  color:#01bfa5;
}
.contctinfowrap h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.contctinfowrap p {
  line-height: 140%;
  font-size: 14px;
  margin: 0px 0px 10px 0px;
}
.contctinfowrap .contctinfo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contctinfowrap .contctinfo span {
  width: 100%;
}
.contctinfo span {
  line-height: 150%;
  font-size: 14px;
}
.contctinfo span a {
  color: #000000;
}
.contctinfowrap + .contctinfowrap {
  margin-top: 30px;
}
.contact-content h2 {
  font-size: 1.65rem;
}
.contact-content p {
  margin-bottom: 10px;
}

.dailyevents .swiper-container, .dailyevents .swiper-wrapper,
.dailynews .swiper-container, .dailynews .swiper-wrapper {
  height: 500px;
}
.post.media-post .post-thumb {
  float: left;
  margin: 0 10px 10px 0;
    margin-right: 10px;
}
.eventtsslider .post-thumb {
  overflow: hidden;
  background: #000;
}
.eventtsslider .post-thumb img {
  max-width: 100%;
  height: 100px;
  transition: opacity .3s ease-out,transform .3s ease-out,filter .3s ease-out;
  -moz-transition: opacity .3s ease-out,-moz-transform .3s ease-out,-moz-filter .3s ease-out;
  -o-transition: opacity .3s ease-out,-o-transform .3s ease-out,-o-filter .3s ease-out;
  -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out,-webkit-filter .3s ease-out;
}
.green_btn{background: #01bfa5;}
.eventtsslider h4 {
  font-weight: 700;
  margin: 0;
  font-size: 18px;
}

.eventtsslider p {
  margin-bottom: 10px;
}
.titlewrap {
  display: flex;
  justify-content: space-between;
}
.titlewrap h3{
  margin-bottom: 30px;
/*  font-size: 18.5px !important; */
}
.slidervertbox{
  padding:20px 20px 20px;
  background: #f7f7f7;
  color:#fff;
}

.slidervertbox.leftside{
  padding:20px 20px 20px;
  background: #363636;
  border-radius: 5px;
}
.slidervertbox a{
 color:#fff;
}
.slidervertbox.leftside a.readmore{
 float: right;
 background: #01bfa5;
 padding: 5px 10px;
 border-radius: 7px;
}
.slidervertbox.rightside a.readmore{
 float: right;
 background: #363636;
 padding: 5px 10px;
 border-radius: 10px;
}

.homeitemssliderwrap .readmore{

 background: #01bfa5;
 padding: 6px 10px;
 border-radius: 7px;
 color:#fff;
 font-size:14px;
 margin:15px 0px;
}
.homeitemssliderwrapspan.readmore:hover{
 color:#fff;
}
.homeitemsslidersec.p-0 .readmore{
 
 background: #01bfa5 !important;
 padding: 6px 10px;
 border-radius: 10px;
 font-size:14px;
  color:#fff;
 margin:15px 0px;
}

.allproductlist .readmore a{
 float: right;
 background: #363636 !important;
 padding: 4px 10px;
 border-radius: 10px;
 font-size:13px;
  color:#fff !important;
 margin:15px 0px;
}
.allproductlist .home_fetur_card:hover h3 a{
 color:#363636;
}
.allproductlist .home_fetur_card:hover .readmore a{
 float: right;
 background: #01bfa5 !important;
 padding: 4px 10px;
 border-radius: 10px;
 font-size:13px;
  color:#fff !important;
 margin:15px 0px;
}


.homeitemsslidersec.p-0 span.readmore:hover{
 color:#fff;
}

.scroll_cont2{
    min-height:700px;
}
.slidervertbox.rightside{
  padding:20px 20px 20px;
  background: #01bfa5;
  border-radius: 5px;
}
.slidervertbox .btn-read-more{
 background: #fff;
 color:#363636;
 font-size: 18px;
 margin-top: 25px;
 
}
.date{
 font-size:13px;
}

.mainreadmore{
 margin:20px auto;
 text-align:center;
}
.home_fetur_card span.readmore{
  transition: all 0.3s ease 0s;
}
.home_fetur_card:hover span.readmore{
  color: #fff;
}

.form-wrap{
  width: 100%;
  border: 1px solid #00bfa5;
  padding:20px;
  margin-top: 20px;
}
.tabsecwrap .form-wrap{
display: inline-block;
}

.field-radiobtn{
  display: flex;
  margin-top:5px;
}
.field-radiobtn label{
  margin-bottom: 0;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.field-radiobtn label input{
  height: auto;
  margin-right: 10px;
}
.addmachine{
 background:#363636;
 padding:10px 15px;
 float: right;
 border-radius:10px;
 color:#fff;
}
.addmachine:hover{
 background:#00bfa5;
 padding:10px 15px;
 float: right;
 border-radius:10px;
 color:#fff;
}
.submit{
 text-align: center;
}
.submit button{
 background:#363636;
 padding:10px 15px;
 border:none;
 color: #fff;
 border-radius:10px;
}
.submit button:hover{
 background:#00bfa5;
 padding:10px 15px;
 border:none;
 color: #fff;
 border-radius:10px;
}
.input-field.col-md-6{
 width:48%;
 margin:10px;
 float:left;
}
.listmore{
  padding-top: 0;
  text-align: right;
  /*position: absolute;*/
  right: 20px;
  bottom: 20px;
}
.hovercontent .prize{
  color: #01bfa5;
}
.homeitemsslidersec.p-0 .home_fetur_card:hover a.readmore{
 background:#363636 !important;
}
.homeitemssliderwrap .home_fetur_card:hover a.readmore{
 background:#01bfa5 !important;
}
.homeitemssliderwrap .home_fetur_card:hover .hovercontent h3 a{
  color: #363636;
}
.howtousepopup_togle{
  margin-top: 30px;
  float: left;
  clear: both;
  background: none;
  border: 1px solid #FFF;
  padding: 8px 20px;
  font-size: 20px;
}
.howtousepopup_togle:hover{
  color: #FFFFFF;
  background: #000;
  border-color:#000;
}
.btn-left.howtousepopup_togle:hover{
  background: #01bfa5;
}
.video_model .modal-body{
  padding: 0!important;
}
.video_sec{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.video_sec iframe{
  margin: 0;
  width: 100%;
  height:500px;
}
.video_sec .btn-close{
  top: -7px;
  position: absolute;
  right: -38px;
  width: 26px;
  height: 26px;
  background-color: white;
  border-radius: 50px;
}
.modal-dialog {
  max-width: 800px;
}
.leftdate{color:#01bfa5;}
.rightdate{color:#363636}
/*.media-post .item_info{
  display: flex;
  line-height: 100%;
}
.media-post .item_info > div + div{
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #FFF;
}*/

.prodectdetails_page .homeslider1 .bannerimg img{
 height:90%;
 border-radius:6px;
}
.homeslider1 .bannerimg img{
  width: 100%;
}
.product_content .product_title .Type_Seller,
.product_content .product_title .Type_Seller label {
  color: #01bfa5;
}

.tab-content > .tab-pane{
  padding-top: 15px;
}
.nav-tabs .nav-link{
  border: 1px solid #00bfa5;
  color: #00bfa5;
  margin-right: 10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #00bfa5;
  border-color: #00bfa5;
}
.nav-tabs {
  border-bottom: 1px solid #00bfa5;
}

.scroll_cont {
  max-height: 200px;
  width: 100%;
  position: relative;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
  background-color: rgb(1, 191, 165)!important;
}
.mCSB_scrollTools .mCSB_draggerRail{
  background-color: rgba(255, 255, 255, 0);
}
.plan-left{
 float:left;
}
.plancontent{
 padding: 60px;background:#ccc;
 border-radius:15px;
}
.plans .higlightwrap{
 background: #01bfa5;
}
.plans .higlightwrap span{
  text-align: center;
  color:#fff;
}
.wishlist_icon1{color:#fff;}

/* Notification */


.notifications{width: 300px;height: 0px;position: absolute;top: 51px;right: 37px;border-radius: 5px 0px 5px 5px;background-color: #fff;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);z-index:99;}
.notifications h2{font-size: 14px;padding: 10px;border-bottom: 1px solid #eee;color: #999}
.notifications h2 span{color: #f00}

.notifications-item:hover{background-color: #eee}
.notifications-item .text h4{color: #777;font-size: 16px;margin-top: 3px}.notifications-item .text p{color: #aaa;font-size: 12px}
.notifications-item{border-bottom: 1px solid #eee;padding: 6px 9px;margin-bottom: 0px;cursor: pointer}

.notifications-item1:hover{background-color: #eee}
.notifications-item1 .text h4{color: #777;font-size: 16px;margin-top: 3px}.notifications-item .text p{color: #aaa;font-size: 12px}
.notifications-item1{border-bottom: 1px solid #eee;padding: 6px 9px;margin-bottom: 0px;cursor: pointer}




.notifications1{width: 300px;height: 0px;position: absolute;top: 51px;right: 37px;border-radius: 5px 0px 5px 5px;background-color: #fff;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);z-index:99;}
.notifications1 h2{font-size: 14px;padding: 10px;border-bottom: 1px solid #eee;color: #999}
.notifications1 h2 span{color: #f00}

.notifications-item:hover{background-color: #eee}
.notifications-item .text h4{color: #777;font-size: 16px;margin-top: 3px}.notifications-item .text p{color: #aaa;font-size: 12px}
.notifications-item{border-bottom: 1px solid #eee;padding: 6px 9px;margin-bottom: 0px;cursor: pointer}



.fa-stack[data-count]:after{
 /* position:absolute;
  right:-11px;
  top:-18%;
  content: attr(data-count);
  font-size:50%;
  padding:.6em;
  border-radius:999px;
  line-height:.75em;
  color: white;
  background:rgba(255,0,0,.85);
  text-align:center;
  min-width:3em;
  font-weight:bold;*/

  position: absolute;
  right: -11px;
  top: -18%;
  content: attr(data-count);
  font-size: 10px;
  padding: 9px 5px 9px 6px;
  border-radius: 5px;
  line-height: 0.25em;
  color: white;
  background: rgba(255,0,0,.85);
  text-align: center;
  min-width: 2em;
  font-weight: bold;
}

.allproductlist li {
    margin-top: 50px;
}


.filter-option-inner-inner{ font-size: 12px; color: black; }

.select2-selection--single{ height: 40px !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.formcontroll .submitbtnsec .btn{
    background:#01bfa5;
}
.formcontroll .submitbtnsec .btn:hover{
   background: #363636;
}
#site-wrapper .filtercheck ul li input[type="checkbox"]{
    width: 6% !important;
margin-top: 6px !important;
}

.homebanner{
    margin-top:20px;
}

ul.right_menu li ul {
   
    position: absolute;
    left: -50;
    padding: 10px 10px;
        height: auto;
    max-width: 250px;
}
ul.right_menu li {
    position: relative;
}
ul.right_menu li ul li {
    list-style: none;
    font-size: 16px;
    padding-bottom: 7px;
}
.home_fetur_card .addtowish {
    opacity: 1;
    /*border: 2px solid #01bfa5;
    color: #01bfa5;*/
    /* border: 3px solid black; */
    color: #01bfa5;
    font-size: 25px;
    padding-top: 4px;
    padding-right: 1px;
    /* background: white; */
    pointer-events: auto;}

.home_fetur_card .wl{
    opacity: 1;    border: 2px solid #e71309;color: #e71309;
    pointer-events: auto;}
    
.product_btns .wl{
    opacity: 1;    border: 2px solid #e71309;color: #e71309;
    pointer-events: auto;}

.product_btns .wl:hover{
    color: #ffffff;
    background-color: #e71309 !important;
  }


 .bannerimg img,.prodectdetails_page .homeslider1 .bannerimg img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (min-device-width: 992px) and (max-device-width: 1400px) { 
    /* STYLES HERE */
     .bannerimg img,.prodectdetails_page .homeslider1 .bannerimg img {
  
    height: 350px;
}
}
@media only screen and (max-device-width: 980px){
.bannerimg img {
 
    height: 200px;
}
 #site-wrapper figure.inner-banner {
    padding: 90px 0px;
   
}



}
@media only screen and (max-device-width: 767px) {


.bannerimg img {
 
    height:160px;
}
  #site-wrapper  figure.inner-banner {
    padding: 70px 0px;
   
}
   #site-wrapper .prodectdetails_page .homeslider1 .bannerimg img{height: 380px;}
}

@media only screen and (min-device-width: 1200px) {
    .homeitmslideriintro img {
        height:500px;
    }
    .homeitmslideriintro{
        margin-top:30px;
    }
}
@media only screen and (max-device-width: 480px) {
    /* STYLES HERE */
#site-wrapper figure.homebanner {
    height: auto;
    margin: 0 !important;
}

#site-wrapper .homebanner .bannerimg {
    height: auto;
}
 #site-wrapper figure.inner-banner {
    padding: 50px 0;
    height: 80px;
     margin:  0 !important;
   
}
 #site-wrapper .swiper-pagination {
    display: block;
}
  #site-wrapper .bannerimg img{  height: 90px;}
#site-wrapper .prodectdetails_page .homeslider1 .bannerimg img {
    height: 270px;
}
#site-wrapper header{position: inherit;}
#site-wrapper{padding-top: 0;}
}
#btn_register,#btn_login_verify,.btn.px-4.mt-3.input-btn {
    background:#01bfa5;
}
#btn_login_verify{
    background:#01bfa5 !important; 
}
.swal2-confirm.btn.btn-success{
    background:#01bfa5 !important; 
}
.swal2-confirm.btn.btn-danger{
    background:red !important; 
}
.swal2-confirm.swal2-styled{
    background:#01bfa5 !important; 
}
#btn_addnew_manufactured_products{
    background: #00bfa5;
}
#btn_addnew_manufactured_products:hover{
   background: #363636;
}
.myacct:hover{
     background:#01bfa5 !important;
}
.addmachine{
     background: #00bfa5;
}
.addmachine:hover{
     background: #363636;
}
#btn_addnew_post_requirements{
    background: #00bfa5;
}
#btn_addnew_post_requirements:hover{
     background: #363636;
}


span.seperator
{
  color: #01bfa5;  
  padding: 13px;
}

div.nav_section
{
  padding: 0px 13px 20px !important;


}

span.onpage > a
{
  color: #555555;
}

table.table-group.dataTable  > tbody > tr > td.control,
table.table-group.dataTable  > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.table-group.dataTable  > tbody > tr > td.control:before,
table.table-group.dataTable  > tbody > tr > th.control:before {
  /*top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;*/
  display: block;
  position: absolute;
  font-family: "FontAwesome";
  content: '\f0fe';
  /*color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131;*/
}
table.table-group.dataTable  > tbody > tr.parent td.control:before,
table.table-group.dataTable  > tbody > tr.parent th.control:before {
  /*content: '-';
  background-color: #d33333;*/
  font-family: "FontAwesome";
  content: '\f146';
}
.shareButton {
  font-size: 20px;
  padding: 5px;
  margin-right: 10px;
  border: 3px solid;
  border-radius: 10px;
}

.workType {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
