body {
background:#ffffff;
color: #606060;
font-family: 'Quicksand', sans-serif;
font-size: 14px;
//letter-spacing:1px;
line-height: 21px;
font-weight:500;
}
.clr {
	clear: both;
}
ul {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none!important;
	color:#253D4E;
}
a:hover {
color:#417A37;	
	}
p {
 color: #606060;
    font-size: 14px;
    line-height: 21px;
}

h1 {
font-weight:700;
color: #253D4E;
font-size:50px;

	}	
h2 {

	  color:#253D4E ;
	  font-size:35px;
	  margin-bottom:15px;
	  font-weight:700;
	}	
h3 {
font-weight:700;
	font-size:28px;	
	color:#253D4E;
	}	
h4 {
	font-size:20px;
	color:#253D4E;
font-weight:700;
	}
		
h5{
font-size:16px;
color:#333;
font-weight:700;
margin-bottom:0;
	}
.container-fluid {
max-width: 1610px;	
	}
.text-success {
color:#417A37 !important;	
	}	
.bg-success {
background-color:#417A37 !important;	
	}
.btn-success {
background-color:#417A37 !important;
border-color:#417A37 !important;	
	}
.btn-success:hover {
background-color:#376c2e !important;	
	}			
/*================== Home page css ====================*/		
.topbtn:hover {
text-decoration:underline !important;
color:#417A37 !important;	 	
	}
.topsearch {
  border: solid 1px #B0D6AA;
  border-radius: 3px;
}
.topsearch .input-group .form-control, .topsearch .input-group .form-select {
  border: none;
  box-shadow: none;
}
.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  max-width: 200px;
  height: 55px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
.select2-container {
  max-width: 200px !important;
  margin-left:2px !important;
}	
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #54864c;
  color: white;
}
.select2-container--default .select2-results > .select2-results__options {
  scrollbar-width: thin;
}
.select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 1px solid #BCE3C9;
  margin-bottom: 15px;
  border-radius: 5px;
  height: 40px;
  padding-left: 20px;
}
.select2-dropdown {
  border: 1px solid #ececec;
    border-top-color: rgb(236, 236, 236);
    border-top-style: solid;
    border-top-width: 1px;
  border-radius: 0 0 4px 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  padding: 15px;
  min-width: 220px;
}
.topsearch .btn {
  min-width: 50px;
}
.right-menu a {
  color: #666;
  text-align: center;
  display: inline-block;
  margin: 5px 7px;
  position: relative;
  font-size:15px;
}
.right-menu a i {
  font-size: 24px;
  color: #7E7E7E;
}
.right-menu .badge {
width: 25px;
height: 25px;
font-weight: 700;
font-size: 12px;
padding: 2px;
line-height: 19px;
text-align: center;
background: #3bb77e !important;
}
	
.carousel-control-next, .carousel-control-prev {
width:7%;	
	}	
	
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 13%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
  top: 30%;
  bottom:auto;
    animation-delay: 1.5s;
      -webkit-animation-delay: 1.5s;
         -moz-animation-delay: 1.5s;
           -o-animation-delay: 1.5s;
           -moz-transition: none !important;
}
.carousel-inner {
  border-radius: 25px;
}	
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  padding: 15px;
  background-size: 50% 50%;
background-color: rgb(65, 122, 55);
}	
	
.footersection {
background:#fff;	
	}	
.menu-list {
list-style:none;
padding:0;
margin:0;	
	}
.menu-list li {
display:block;	
	}
.menu-list li a {
display:inline-block;
color:#575757;
padding:5px 10px;
position:relative;
font-size:16px;
font-weight:500;	
	}
.menu-list li a:hover {
  color: #417A37;
}

.fheading {
font-size:20px;
color:#253D4E;
margin-bottom:30px;
font-weight:bold;	
	}	
	
.copyright {
border-top:solid 1px #B0D6AA;
padding:30px 0;	
	}	
.fsocial a {
  color: #417A37;
  width: 35px;
  height: 35px;
  background: #C5EAD9;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
}	
	
.heading {
margin:40px 0;	
	}	
.catimg {
width:100%;
height:165px;
object-fit: contain;	
	}	
.catlist img {
/*margin:10px;
border-radius:15px;
padding:15px;
text-align:center;
background:#BCE3C982;*/	
  transition: all ease-in-out .5s;	
	}
.catlist:hover img {
transform: scale(1.1);
transition: all ease-in-out .5s;	
	}
.likesection {
  background: rgba(255,255,255,0.5);
  box-shadow: 0 0 5px #ddd;
  border-radius: 10px;
  padding: 5px 15px;
  position: absolute;
  top: -50%;
  left: 50%;
    -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    transition: all ease-in-out .5s;
	opacity:0;
	z-index:99;
}
.productbox:hover .likesection {
 transition: all ease-in-out .5s;
 top: 50%;
 opacity:1;	
	}		
#categorycarousel .owl-stage .owl-item {
//margin:10px;
border-radius:20px;
padding:15px;
text-align:center;
background:#BCE3C982;
border:solid 10px #fff;	
	}
#categorycarousel .owl-stage .owl-item:nth-of-type(2n+1) {
background:#FB8C8C82;
	}		
	
#categorycarousel .owl-nav {
  position: absolute;
  top: -80px;
  right: 0;
}
#categorycarousel .owl-prev,#categorycarousel .owl-next {
width: 35px;
height: 35px;
  background: #FB8C8C !important;
  color:#000 !important;
  border-radius:5px;
  margin:10px 5px;	
	}	
.catlist h4 {
font-weight:bold;
color:#000;	
margin-bottom:5px;
margin-top:10px;
	}	
.catlist p{
font-weight:700;
color:#575757;	
	}	
.sellingbox {
background:#FEEDED;
border-radius:15px;
padding:40px 20px;	
margin-bottom:15px;
	}	
.sellingimg {
  height: 200px;
  width: 100%;
  object-fit: contain;
  transition: all ease-in-out .5s;
}
.sellingbox:hover .sellingimg {
transform: scale(1.1);
transition: all ease-in-out .5s;	
	} 	
.btn-small {
color:#fff;
border-radius:50px;
padding: 10px 25px;
background:#417A37;
font-size:16px;
font-weight:700;	
	}
.btn-small:hover {
color:#fff;
background:#FB8C8C;	
	}		
.productbox {
  position: relative;
  border-radius: 15px;
  padding: 15px;
  border: solid 1px #EBEBEB;
  text-align: center;
  margin:20px 15px;
  background:#fff;
  transition: all ease-in-out .5s;
  overflow: hidden;
}	
.proimg {
  height: 250px;
  width: 100%;
  object-fit: contain;
  transition: all ease-in-out .5s;
	}	
.productbox:hover .proimg {
transform: scale(1.1);
transition: all ease-in-out .5s;	
	}
.productbox h4 {
font-size:18px;	
	}		
.gocart {
border-radius:5px;
background:#C5EAD9;
padding:5px 10px;
text-align:center;
color:#417A37;
font-weight:700;	
	}		
.newprice {
font-weight:700;
font-size:18px;
color:#417A37;
margin-right:10px;	
	}
.oldprice {
color:#7E7E7E;
font-size:18px;
text-decoration:line-through;	
margin-right:10px;
	}
.productbox:hover {
border-color:#B0D6AA;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);	
	}			
.offertag {
  background: #FB8C8C;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 15px 0 25px 0;
  position: absolute;
  left: -1px;
  top: -1px;
}
.probox {
  border-radius: 15px;
  padding: 15px;
  background: #EDEEFE;
  margin-bottom:10px;
  height: calc(100% - 10px);
}
.youtubelink {
  padding: 100px;
  background: #BCE3C9CC url(../images/youtubebg.png) 50% 50% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height:80vh;
  padding: 50px 100px;
}
.applink {
  padding: 100px;
  background: #FAF0CE url(../images/downloadbg.png) 50% 50% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
    height:80vh;
	padding: 50px 100px;
	background-size:cover;
}	
	
.form-control {
  height: 55px;
  line-height: 55px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 0px 20px;
  color: #333;
  border-radius: 0px;
  font-weight: 400;
  border-radius: 5px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size:16px;
}	

.navbar-brand {
padding:15px 0;	
	}	

header {
width:100%;	
z-index:10;
background:#fff;
	}
header.active {
/* position:fixed;
top:-37px;
background:#fff;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;	 */
	}
.navbar-nav .nav-link {
  padding: 10px !important;
  letter-spacing: 1px;
  color: #253D4E;
  font-size: 13px;
  font-weight: 700;
}
.navbar-nav .nav-link.active {
color:#CD1919;
font-weight:400;	
	}
.dropdown-menu {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  padding: 12px;
  min-width: 16rem;
}
.dropdown-item {
  padding: 12px;
  font-size: 14px;
  border-radius: 5px;
}

.orline {
  background: #ddd;
  height: 100%;
  width: 1px;
}
.btn {
padding:10px;	
	}
.breadcrumb-item.active {
  color: #87ab81;
}
.breadcrumb {
  font-weight: 700;
  font-size: 13px;
}	
.breadcrumb a {
 color: #7E7E7E;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\F285";
  font-family: bootstrap-icons !important;
color: #7E7E7E;
padding: 0 10px;
font-size: 10px;
}
.contactbox {
border:solid 1px #f5f5f5;
background:#fff;
display: flex;
align-items: center;	
	}	
.contact-left {
background:#fff4f4;
padding:50px;
flex: -moz-available;	
min-height: 500px;
	}
.contact-right {
padding:50px;	
	}
.widget-search {
position: relative;
padding: 20px;
border: 1px solid #ececec;
border-radius: 15px;
-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);	
margin-bottom:20px;
	}	
.listheading {
position: relative;
border-bottom: 1px solid #ececec;
padding-bottom: 20px;
font-size: 24px;
	}
.listheading:after {
content: "";
width: 80px;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
background-color: #BCE3C9;	
	}		
.leftbox {
position: relative;
padding: 20px;
border: 1px solid #ececec;
border-radius: 15px;
-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);	
margin-bottom:20px;	
	}
.mlist {
list-style: none;
padding: 0;
margin: 0;	
	}
.mlist li {
margin-bottom: 10px;	
	}
.form-check-input {
  width: 1.2em;
  height: 1.2em;
}
.form-check-input:checked {
  background-color: #417a37;
  border-color: #417a37;
}
.widget-search ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-search li {
  margin-bottom: 20px;
}
.widget-search li i {
  margin-right: 15px;
}
.widget-search li span {
width: 40px;
height: 40px;
line-height: 38px;
border-radius: 50%;
color: #0f9745;
background: #BCE3C982;
text-align: center;
font-size: 14px;
font-weight: 700;
}
.form-check .form-check-input {
  margin-left: -1.8em;
}  
  
.noUi-target {
border-radius: 2px;
}
.noUi-background {
background: #D6D7D9;
}
.noUi-horizontal {
height: 4px;
}
.noUi-origin {
border-radius: 2px;
}
.noUi-connect {
background: #47b928;
-webkit-transition: background 450ms;
transition: background 450ms;
}
.noUi-origin {
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0;
}
.noUi-horizontal .noUi-handle {
width: 18px;
height: 18px;
border-radius: 50%;
left: -7px;
top: -7px;
background-color: #C5EAD9;
position: relative;
}
.noUi-base,
.noUi-handle {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.noUi-base {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}  
.caption span {
font-weight:700;
border-radius:5px;
border:solid 1px #ddd;
padding: 10px;	
	} 
.bg-light-danger {
background:#FB8C8C82;	
	}  
.procount {
height:40px;
width:40px;	
	}  
.procount2 {
  height: 35px;
  min-width: 35px;
  line-height: 26px;
  font-weight: bold;
  font-size: 14px;
  color: #d94747 !important;
}  
.minilist {
list-style:none;
margin-top:30px;	
	}  
.minilist li {
line-height: 48px;
border-radius: 5px;
border: 1px solid #F2F3F4;
padding: 9px 18px;
margin: 0 0 15px 0;	
	}  
.pagination li a {
  color: #666;
}
.pagination a {
  margin: 5px;
  border: none;
  color: #666;
}
.pagination li.active span {
  color: #fff;
  background-color: #3BB77E;
  border-color: #3BB77E;

}
.pagination li a,.pagination li span {
  border: 0;
  padding: 0 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 40px;
  color: #7E7E7E;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  background-color: #F2F3F4;
  margin:7px;
} 
.page-item:last-child .a {
border-radius: 40px;	
	} 
  
#sync1.owl-theme {
  position: relative;
}
#sync1 .item {
  margin: 5px;
  border: solid 1px #f5f5f5;
  text-align: center;
}
#sync1 .item img {
height:500px;
object-fit:contain;
width:100%;	
	}
#sync2 .item img {
height:100px;
object-fit:contain;
width:100%;	
	}
#sync2 .item {
  padding: 5px;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  border: solid 1px #f5f5f5;
}
#sync2 .current .item {
  border-color: #47b928;
}
#sync2 .item {
  color: #FFF;
  text-align: center;
  cursor: pointer;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  margin-top: -20px;
  position: absolute;
  top: 50%;
  background:#3bb77e;
  width:50px;
  height:50px;
  border-radius:100%;
  color:#fff;
}  
.usedetail {
  margin-bottom: 15px;
  border-bottom: solid 1px #f5f5f5;
  padding-bottom: 10px;
}
.usedetail span {
  margin-right: 30px;
  font-size: 13px;
}
.used {
  display: inline-block;
  background-color: #FDC4C4;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 15px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  color: #dc5353;
}
.boxprice {
color:#3bb77e;
font-size:35px;
font-weight:700;
margin:10px;		
	}
.tabmenu .nav-link {
color:#666;
border-radius:25px;	
background:#f5f5f5;
margin:10px;
	}
.tabmenu .nav-link.active {
background:#3bb77e;
color:#fff;	
	}		
.accountlist {
list-style:none;	
	}
.accountlist li {
position: relative;
border-radius: 10px;
border: 1px solid #ececec;
overflow:hidden;
	}
.accountlist li:not(:last-child) {
margin-bottom: 10px;	
	}		  
.accountlist li a {
font-size: 16px;
color: #7E7E7E;
padding: 15px 30px;
font-family: "Quicksand", sans-serif;
font-weight: 700;
display:block;
border-radius: 7px;
	}  
.accountlist li a i {
  //color: #7E7E7E;
  font-size: 19px;
  opacity: 0.6;
  margin-right: 10px !important;
}  
 
.accountlist li a:after {
content:"";
background: #3bb77e;
position:absolute;
width:0%;
height:100%;
left:0;
top:0;
transition: all ease-in-out .5s;
z-index:-1;
	} 
.accountlist li a:hover:after {
width:100%;	
	}
.accountlist li a:hover {
color:#fff;	
transition: all ease-in-out .5s;
	}		
.accountlist li.active a {
color:#fff;
background: #3bb77e;	
	}  	 
/*.accountlist li a:hover,.accountlist li.active a {
color:#fff;
background: #3bb77e;	
	}  
.accountlist li:hover,.accountlist li.active {
border-color:#3bb77e;	
	}*/  
.wishlisttable tr td {
vertical-align:middle;
padding: 25px 10px;	
border-color: #ececec !important;
	}
.wishimg {
height: 120px;
width: 120px;
object-fit: contain;	
border-color: #ececec !important;
	}
.cart-drop {
position:relative;	
	}
.cart-dropdown-wrap {
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  z-index: 99;
  width: 320px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
  padding: 30px 20px 27px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 10px;
  border: 1px solid #ececec;
}
.cart-dropdown-wrap ul {
list-style:none;
padding:0;
 margin:0;	
	}
.cart-dropdown-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.cart-dropdown-wrap ul li .shopping-cart-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 20px;
}
.cart-dropdown-wrap ul li .shopping-cart-title {
  margin: 6px 0 0;
}
.cart-dropdown-wrap ul li .shopping-cart-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 6px 0 0;
}
.cart-drop:hover .cart-dropdown-wrap {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 10px);
}
.cart-dropdown-wrap.cart-dropdown-hm2 {
  right: 0;
}
.cart-dropdown-wrap ul li .shopping-cart-img a img {
  max-width: 100%;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 9px;
  text-align:left;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
  color: #3BB77E;
  margin:0;
}
.cart-dropdown-wrap ul li .shopping-cart-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 6px 0 0;
}
.cart-dropdown-wrap ul li .shopping-cart-delete a {
  font-size: 18px;
  color: #696969;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
  border-top: 2px solid #f3f3f3;
  margin: 25px 0;
  padding: 17px 0 0;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
  color: #9b9b9b;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  text-align: left;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
  font-size: 18px;
  float: right;
  color: #3BB77E;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.accountaccording .accordion-button {
  background-color: #DABCE382 !important;
  color: #222;
  font-weight: bold;
  padding: 20px;
  box-shadow:none;
}
.accountaccording .accordion-button:not(.collapsed)::after {
  filter: grayscale(100%);
}

.accordion-body {
border:solid 1px #ddd;
border-width:0 1px 1px 1px;	
	}
.modal-header {
//background:#BCE3C982;	
border:none;
	}
.modal-content {
border-radius:0.3em;
border: none;	
	}
.btn-close {
background:#ddd;
border-radius:100px;	
	}
.wishbtn {
background: #fff none repeat scroll 0 0;
border: 1px solid #f1f1f1;
color: #333;
border-radius: 5px;
display: inline-block;
height: 50px;
line-height: 55px;
position: relative;
text-align: center;
vertical-align: top;
width: 50px;
margin: 0 5px;
transition: all 0.5s ease-out 0s;
-webkit-transition: all 0.5s ease-out 0s;	
	}
.wishbtn:hover {
color:#fff;
background:#3bb77e;
border-color:#3bb77e;	
	}
.bg-success-light {
background-color:#C5EAD9;	
	}
.dropdown-toggle::after {
border:none;
font-family: bootstrap-icons;
content: "\F282";	
font-size: 11px;
color: #8a8a8a;
vertical-align: bottom;
	}
.catelist .accordion-item {
border:none;
margin-bottom: 10px;	
	}	
.catelist .accordion-item .accordion-button {
font-weight: bold;
font-size: 14px;
border-bottom: solid 1px #e7f7f0;
border-radius: 0;
padding: 12px;
	}
.catelist .accordion-body {
border:none;
padding: 10px 0;
	}

.catelist .accordion-button:not(.collapsed) {
  color: #3b3c3a;
  background-color: transparent;
  box-shadow: none;
}
.plist {
padding:0;
margin:0;
list-style:none;	
	}
.plist li {
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.plist li a {
color: #606060;
position:relative;		
	}		
.plist li a:before {
font-family: bootstrap-icons;
content: "\F2EA";
position:relative;
margin-right: 10px;	
	}
.plist li a:hover,.plist li.active a {
color:#6b9e6c;	
	}
.catelist .accordion-button.collapsed:after {
  font-family: bootstrap-icons;
  content: "\F63B";
  background: none;
  font-size: 24px;
  color: #666;
}
.catelist .accordion-button:not(.collapsed):after {
font-family: bootstrap-icons;
content: "\F64D";
color: #417A37;
font-size: 24px;	
  background: none;
	}
.navbar-nav .dropdown-menu {
max-height: 300px;
overflow-y: scroll;
scrollbar-width: thin;	
	}
  .graph {
    background: rgba(0,0,0,0) url(../images/dots-sprite.png) repeat-x scroll -6px -221px;
    list-style: none;
  }
  .graph .state {
    height: 36px;
  }
  .btn-close{	
    box-sizing: content-box;
    width: 0.2em;
    height: 0.2em;
 background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");

    }ß
  .graph .state ul {
    border-left: 1px dotted #ccc;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .graph .order-step {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0,0,0,0);
    background-image: url(../images/dots-sprite.png);
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
    height: 22px;
    margin-top: 7px;
    text-align: center;
    width: 30px;
  } 
  



@media only screen and (min-width:320px) and (max-width:767px) {
.right-menu {
margin-top:20px;	
	}	
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 2rem;
  height: 2rem;			
	}
}
@media only screen and (min-width:768px) and (max-width:1024px) {	
.carousel-caption {
top: 8%;	
	}		
}

