* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

html {
    font-size: 14px;
    overflow-x: hidden;
}

body {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../images/full-background.png) no-repeat;
  background-position:center;
  background-attachment: fixed;
}

.text-hover-green:hover {
    color: #043927 !important;
}

.text-hover-light-green:hover {
    color: #90ee90 !important;
}

.text-hover-white:hover {
    color: #fff !important;
}

.bg_orange{
    background:#ff6801 !important;
}
.bg_orange-hover:hover{
    background:#ff6801 !important;
}
.border-orange{
    border:1px solid #ff6801 !important;
}

.text_green {
    color: #043927 !important;
}

.text_orange {
    color: #ff6801 !important;
}

.bg_green {
    background: #043927 !important;
}

.bg_light_green {
    background: #e6f2e7 !important;
}

.bg-hover:hover {
    background: #043927 !important;
}

.border_green {h
    border: 1px solid #043927 !important;
}

.nav-pills .border-bottom-green.nav-link.active{
    border-bottom:5px solid #043927;
        color: #043927 !important;
}


/*** Header carousel start ***/
.header-carousel .owl-stage-outer {
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0 0 0 / 16%);
}

.header-carousel .owl-carousel-item {
    position: relative;
    height: 490px;
}

@media(max-width:768px){
   .header-carousel .owl-carousel-item {
    position: relative;
    height: 190px;
}
}

.header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
    background: transparent !important;
    border: 1px solid #FFFFFF !important;
    font-size: 22px !important;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: #043927 !important;
    border-color: #043927 !important;
}

/*** Header carousel end ***/

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-27 {
    font-size: 27px;
}

.fs-28 {
    font-size: 28px;
}

.fs-29 {
    font-size: 29px;
}

.fs-30 {
    font-size: 30px;
}

.fs-31 {
    font-size: 31px;
}

.fs-32 {
    font-size: 32px;
}

.fs-33 {
    font-size: 33px;
}

.fs-34 {
    font-size: 34px;
}

.fs-35 {
    font-size: 35px;
}

.fs-36 {
    font-size: 36px;
}

.fs-37 {
    font-size: 37px;
}

.fs-38 {
    font-size: 38px;
}

.fs-39 {
    font-size: 39px;
}

.fs-40 {
    font-size: 40px;
}

.fs-41 {
    font-size: 41px;
}

.fs-42 {
    font-size: 42px;
}

.fs-43 {
    font-size: 43px;
}

.fs-44 {
    font-size: 44px;
}

.fs-45 {
    font-size: 45px;
}

.fs-46 {
    font-size: 46px;
}

.fs-47 {
    font-size: 47px;
}

.fs-48 {
    font-size: 48px;
}

.fs-49 {
    font-size: 49px;
}

.fs-50 {
    font-size: 50px;
}

.fs-51 {
    font-size: 51px;
}

.fs-52 {
    font-size: 52px;
}

.fs-53 {
    font-size: 53px;
}

.fs-54 {
    font-size: 54px;
}

.fs-55 {
    font-size: 55px;
}

.fs-56 {
    font-size: 56px;
}

.fs-57 {
    font-size: 57px;
}

.fs-58 {
    font-size: 58px;
}

.fs-59 {
    font-size: 59px;
}

.fs-60 {
    font-size: 60px;
}

.fw-100 {
    font-weight: 100;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

.text_light {
    color: #333E48;
}

.w-35px {
    width: 35px;
}

.h-35px {
    height: 35px;
}

.lh-35px {
    line-height: 35px;
}

.categories-list .li:not(:first-child) {
    border-left: 1px solid #ddd;
}

.categories-list .box:before {
    content:'';
    position:absolute;
    width:1px;
    height:100%;
    background:#ddd;
}



@media (max-width: 468px) {
    .categories-list .li:first-child) {
        border-left: none;
    }
    .categories-list .li:nth-child(4) {
        border-left: none;
    }
    .categories-list .li:nth-child(7) {
        border-left:none;
    }
}


.category-filter li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.widget-title:after {
    content: '';
    width: 3.684em;
    border-bottom: 2px solid #043927;
    display: block;
    position: absolute;
    bottom: -1px;
}

.widget-title {
    padding-bottom: 1.053em;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.shop-control-bar .shop-view-switcher .nav-link:not(:hover):not(:focus):not(.active) {
    color: #d0d7dd;
}

.shop-control-bar {
    padding: 2px 10px 2px 0;
    border-radius: 9px;
    background-color: #efefef;
}

.shop-control-bar .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.shop-control-bar .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
    color: #495057;
}

.sorting_select {
    padding: 0.26rem 1.75rem 0.26rem 0.75rem;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border-radius: 1.429em;
    -webkit-appearance: none;
    color: #333e48;
    border: 1px solid #ddd;
}

.sorting_select:focus {
    border-color: #043927 !important;
    outline: 0;
    box-shadow: 0, 0;
}

.shop-advanced-pagination .pagination-number {
    border-radius: 1.375rem;

}

.shop-advanced-pagination .pagination-number:focus {
    border-color: #043927 !important;
    outline: 0;
    box-shadow: 0, 0;
}

.shop-control-bar-bottom li .page-numbers {
    border: 1px solid #ddd;
    border-radius: 50%;
}

.shop-control-bar-bottom li .page-numbers:hover {
    background-color: #efefef;
}

.shop-control-bar-bottom li .page-numbers.current {
    background: #043927;
    border-radius: 50%;
}

/* .menu-dropdown .submenu {
    display: none;
}

.menu-dropdown:hover .submenu {
    display: none;
} */

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
}

.dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.rounded-20{
    border-radius: 20px;
}

.rounded-top-20{
    border-top-left-radius: 20px;
     border-top-right-radius: 20px;
}

/* By default, hide the .inner-cart element */
.inner-cart {
    display: none;
}

/* When hovering over .plus-first, display the .inner-cart element */
.plus-first:hover + .inner-cart {
    display: block;
}

/* When .inner-cart is displayed, hide .plus-first */
.plus-first:hover {
    display: none;
}

.top-15{
    top: 15%;
}


.header-carousel .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 45%;
}
.header-carousel button.owl-dot {
    background: #ddd!important;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 5px;
}
.header-carousel button.owl-dot.active, .header-carousel button.owl-dot:hover {
    background: #fff!important;
}

.pagination .page-item:not(.active)>a {
    color: #000 !important;
}


.pagination .active>.page-link, .page-link.active{
    background:#043927 !important; 
    border-color:#043927 !important;
}

.signup-by-mobile-foot-inner-line {
    font-size: 10px;
    color: #757575;
    margin: 10px auto;
    text-align: center;
    position: relative;
}

.signup-by-mobile-foot-inner-line:after {
    content: " ";
    left: 0;
    top: 7px;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
}

.signup-by-mobile-foot-inner-line span {
    position: relative;
    z-index: 1;
    background: #eff0f5;
    padding: 0 10px;
    background-color: #F8F9FA;
}



.wrapper .price-input{
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.wrapper .price-input .field{
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.wrapper .field input{
  width: 100%;
  height: 100%;
  outline: none;
  /*font-size: 19px;*/
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
.wrapper input[type="number"]::-webkit-outer-spin-button,
.wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.wrapper .price-input .separator{
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.wrapper .slider{
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.wrapper .slider .progress{
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #043927;
}
.wrapper .range-input{
  position: relative;
}
.wrapper .range-input input{
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wrapper input[type="range"]::-webkit-slider-thumb{
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #043927;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
.wrapper input[type="range"]::-moz-range-thumb{
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #043927;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1250px;
    }
}


