* {

    padding: 0px;

    margin: 0px;

}

.content-page {

    padding-bottom: 15px;

    padding-top: 10px;

    background: #EBEBEB;

}

.content-page .container {

    padding: 0px 10px;

}

/* .variationbox
{
   
} */
 .single-product-content .product-labels{
 margin-top: 9px;
 }
.product-labels{
    /* position: absolute; */
    display: flex;
   
}
.product-label{
    /* position: absolute;
top: 5px;
right: -10px;
background-color: #BC9E58; */
/* padding: 5px 10px; */
margin-bottom: 5px;
}
.product-label img{
    width: 50px;
 /*   height: 50px; */
    margin-right: 5px;
}

.product-filter-content .product-filter-content-inner {

    display: flex;

    width: 100%;

}

.product-filter-content .product-filter-content-inner {

    display: flex;

    width: 100%;

    justify-content: space-between;

}

.no-product-found {
    padding: 0px 12px;
}
.mobile-view-filter{
    display: none;
}

.product-filter-content label,

.product-filter-content p,

.product-filter-content form,

.product-filter-content input,

.product-filter-content .product-filter-content-inner>div {

    display: inline-block;

    vertical-align: middle;

    margin-bottom: 0;

    padding-left: 0;

}



.product-filter-content label {

    padding-top: 5px;

    padding-right: 5px;

    font-size: 16px;

    color: #5b5b5b;

}



.product-filter-content>.product-filter-content-inner>form,

.product-filter-content>.product-filter-content-inner>p,

.product-filter-content>.product-filter-content-inner>div {

    margin-right: 18px;

}



.product-filter-content>*:last-child {

    margin-right: 0;

}









.product-view-switcher {

    float: right;

}



.product-view-switcher .product-view-icon {

    display: inline-block;

    margin-right: 12px;

}



.product-view-switcher .product-view-icon a {

    font-size: 20px;





    display: block;

    text-align: center;

    line-height: 40px;

    color: #C4C4C4;

}





.product-view-switcher .product-view-icon.product-view-icon-active a,

.product-view-switcher .product-view-icon a :hover {

    color: #5b5b5b;



    border-color: transparent;

}





.product-list-item {

    margin-top: 30px;

}

/* .bg-main{

    background: #ffffff;

    padding: 10px 10px 0px;

} */

.product-img-wrap {

    /* padding: 0px 20px; */
    padding: 0px 0px;

}

.product-item {
    background: #fff;
    height: calc(100% - 10px);
}

.bg-main {
    height: 100%;
}

.product-list-item .product-item-element {

    margin-bottom: 10px;



}

.product-name span {

    font-size: 11px;

    color: #626060;

    font-weight: 400;

}

.product-name h3 {

    font-size: 16px;

    font-weight: 700;

    color: #5b5b5b;



}

.product-name h3 a {
    color: #5b5b5b;
}

.radio-box {

    align-items: center;

    margin: 5px 10px 0px;

}
.product-h .radio-box{
    text-align: left;
}

/* Basic styling for the spans to show color swatches */

.color-swatch {

    display: inline-block;

    width: 20px;

    height: 20px;

    border: 1px solid gray; 

    border-radius: 50%;

    margin-right: 5px;

}
#radio-box-2{
	 display: grid;
    grid-template-columns: repeat(4, 1fr);  /* 4 items per row */
    gap: 5px;
	margin-bottom: 7px !important;
}



/* Specific colors for each swatch */

.red {
    background-color: #F41717;
}

.green {
    background-color: #00FF73;
}

.yellow {
    background-color: #FFCE00;
}

.olive {
    background-color: #0099FF;
}

.dark {
    background-color: #6A00FF;
}

.dark-blue {
    background-color: #19FFF3;
}

.blue-2 {
    background-color: #41367a;
}

.color-3 {
    background-color: #e16e51;
}

.color-4 {
    background: #1B7B07;
}



/* Hide the default radio button */

input[type="radio"] {

    display: none;

}
/* .product-h label{
    margin-right: 5px;
}
.product-h .color-swatch{
    margin-right: 0px;
} */

/* Style the label when the radio button is checked */

input[type="radio"]:checked+label .color-swatch {

    border: 2px solid #000;
    /* Example border to indicate selection */

}

input[type="radio"]:checked+label .variationbox {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 0.5px solid #5b5b5b;
    border-radius: 50%;
    margin-right: 5px;

}





.btn.hover-border-5::before,

.btn.hover-border-5::after {

    width: 0%;
    height: 0%;

    opacity: 0;

}

.btn.hover-border-5::before {

    top: 0;
    right: 0;

    border-top: 1px solid rgb(28, 31, 30);

    border-left: 1px solid rgb(28, 31, 30);

    transition: width 0.2s 0.5s ease-out, height 0.15s 0.35s linear, opacity 0s 0.7s;

}

.btn.hover-border-5::after {

    bottom: 0;
    left: 0px;

    border-bottom: 1px solid rgb(28, 31, 30);

    border-right: 1px solid rgb(28, 31, 30);

    transition: width 0.2s 0.15s linear, height 0.15s ease-in, opacity 0s 0.35s;

}

.btn.hover-border-5:hover::before,

.btn.hover-border-5:hover::after {

    width: 100%;
    height: 96%;

    opacity: 1;

}

.btn.hover-border-5:hover::before {

    transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s;
    /* 1,2 */

}

.btn.hover-border-5:hover::after {

    transition: width 0.2s 0.35s linear, height 0.15s 0.5s ease-out, opacity 0s 0.3s;

}





.fs-12 {

    font-size: 12px;

}

.color-option span {

    font-size: 12px;

    color: #626060;

}

.color-option span a {

    text-decoration: none;

    font-size: 12px;

    color: #626060;

}

.chf-content p {

    font-size: 13px;

    color: #626060;

    font-weight: 400;

    margin-bottom: 0px;

}

.chf-content p a {

    text-decoration: none;

    font-size: 13px;

    color: #626060 !important;

}

.chf-content p span {

    font-size: 13px;

    color: #5b5b5b;

    font-weight: 400;

}

.radio-box span {

    margin-bottom: 0px;

    font-size: 12px;

    color: #626060;

}

.product-link a {

    text-decoration: none;

    color: #5b5b5b;



}

.number-button {
    display: flex;
    padding: 10px 0px 0px;



}

.number-button .example {
    width: 100%;
}

.number-button .example input[type=number] {
    padding: 2px 5px;
    font-size: 18px;
    border: 1px solid #767676;
    float: left;
    width: 30%;
    background: #ffffff;
}

.number-button .example button {
    float: left;
    width: 55%;
    padding: 4px 5px;
    background: #5b5b5b;
    color: white;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #5b5b5b;
    border-left: none;
    cursor: pointer;
    margin-left: 0px;
}
.number-button .example .counter-box{
  height: 33px;
}
.counter-input{
    background: none !important;
}
.product-list-view .product-item-element .product-item-inner .number-button .example button{
    width: auto;
    padding: 4.5px 20px;
    float: right;
}
.qty-wrapper {
    position: relative;
    display: inline-block;
    /* padding: 2px 5px;
    font-size: 18px; */
    /* border: 1px solid #767676; */
    
    float: left;
    width: 30% !important;
    background: #ffffff;
}
.qty-input{
    height: 33px !important;
    border-radius: 0px !important;
    border: solid 1px #767676 !important;
}
.hotspot-content .qty-input{
    height: 31.5px !important;
}
.qty-buttons{
    top: 40% !important;
    transform: translateY(-50%);
}
.qty-buttons button{
    width: 100% !important;
    color: #5b5b5b !important;
    background: none !important;
    font-size: 12px !important;
    height: auto !important;
    padding: 0px 5px !important;
    border: none !important;
}
.number-button form.example {

    margin-left: 0px;

}

.number-button form.example input[type=number] {

    padding: 2px 5px;

    font-size: 18px;

    border: 1px solid #767676;

    float: left;

    width: 30%;

    background: #ffffff;

}



/* Style the submit button */

.number-button form.example button {

    float: left;

    width: 55%;

    padding: 4.5px 5px;

    background: #5b5b5b;

    color: white;

    font-size: 14px;

    font-weight: 500;

    border: 2px solid black;

    border-left: none;
    /* Prevent double borders */

    cursor: pointer;

    margin-left: 0px;

}



.number-button form.example button:hover {

    background: #1B7B07;

}



/* Clear floats */

.number-button form.example::after {

    content: "";

    clear: both;

    display: table;

}

.product-list-view {}



.product-list-view .product-item-element {

    width: 100%;

    max-width: 100%;

    -webkit-box-flex: 0;

    -webkit-flex: 0 0 100%;

    -ms-flex: 0 0 100%;

    flex: 0 0 100%;

}

#red1 {

    background: #34b79d;

}

.jq-accordian .jq-accordionIcon {

    position: absolute;
    z-index: 1;
    right: 40%;
    transform: translateX(-40%);
    font-size: 18px;

}

.nice-select {

    -webkit-tap-highlight-color: transparent;

    background-color: none;

    border-radius: 0px;

    border: solid 1px none;

    box-sizing: border-box;

    clear: both;

    cursor: pointer;

    display: inline-block;

    font-family: inherit;

    font-size: 16px;

    color: #5b5b5b;

    font-weight: normal;

    height: 42px;

    line-height: 40px;

    outline: none;

    /* padding-left: 18px;

    padding-right: 30px; */

    position: relative;

    text-align: left !important;

    -webkit-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    white-space: nowrap;

    width: auto;

}

.nice-select-box span {

    font-size: 14px;

}



.nice-select:hover {

    border-color: #ddd;

}



.nice-select:active,

.nice-select.open,

.nice-select:focus {

    border-color: #ddd;

}



.nice-select:after {

    border-bottom: 1px solid #5b5b5b;

    border-right: 1px solid #5b5b5b;

    content: '';

    display: block;

    height: 5px;

    margin-top: -4px;

    pointer-events: none;

    position: absolute;

    right: -12px;

    top: 50%;

    -webkit-transform-origin: 66% 66%;

    -ms-transform-origin: 66% 66%;

    transform-origin: 66% 66%;

    -webkit-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    transform: rotate(45deg);

    -webkit-transition: all 0.15s ease-in-out;

    transition: all 0.15s ease-in-out;

    width: 5px;

}



.nice-select.open:after {

    -webkit-transform: rotate(-135deg);

    -ms-transform: rotate(-135deg);

    transform: rotate(-135deg);

}



.nice-select.open .list {

    opacity: 1;

    pointer-events: auto;

    -webkit-transform: scale(1) translateY(0);

    -ms-transform: scale(1) translateY(0);

    transform: scale(1) translateY(0);

}



.nice-select.disabled {

    border-color: #ededed;

    color: #999;

    pointer-events: none;

}



.nice-select.disabled:after {

    border-color: #cccccc;

}



.nice-select.wide {

    width: 100%;

}



.nice-select.wide .list {

    left: 0 !important;

    right: 0 !important;

}



.nice-select.right {

    float: right;

}



.nice-select.right .list {

    left: auto;

    right: 0;

}



.nice-select.small {

    font-size: 12px;

    height: 36px;

    line-height: 34px;

}



.nice-select.small:after {

    height: 4px;

    width: 4px;

}



.nice-select.small .option {

    line-height: 34px;

    min-height: 34px;

}



.nice-select .list {

    background-color: #fff;

    border: solid 1px #999;

    box-sizing: border-box;

    margin-top: 4px;

    opacity: 0;

    overflow: hidden;

    padding: 0;

    pointer-events: none;

    position: absolute;

    top: 100%;

    right: 0;

    -webkit-transform-origin: 50% 0;

    -ms-transform-origin: 50% 0;

    transform-origin: 50% 0;

    -webkit-transform: scale(0.75) translateY(-21px);

    -ms-transform: scale(0.75) translateY(-21px);

    transform: scale(0.75) translateY(-21px);

    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;

    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;

    z-index: 9;

}



.nice-select .list:hover .option:not(:hover) {

    background-color: transparent !important;

}



.nice-select .option {

    cursor: pointer;

    font-weight: 400;

    line-height: 40px;

    list-style: none;

    min-height: 40px;

    outline: none;

    padding-left: 18px;

    padding-right: 29px;

    text-align: left;

    -webkit-transition: all 0.2s;

    transition: all 0.2s;

}



.nice-select .option:hover,

.nice-select .option.focus,

.nice-select .option.selected.focus {

    background-color: none;

}



.nice-select .option.selected {

    font-weight: 500;

}



.nice-select .option.disabled {

    background-color: transparent;

    color: #999;

    cursor: default;

}



.no-csspointerevents .nice-select .list {

    display: none;

}



.no-csspointerevents .nice-select.open .list {

    display: block;

}



.jq-accordian .jq-accordionIcon::before {

    /* content: "\f107"; */

    font-family: FontAwesome;

    font-weight: normal;
    color: #000;
    content: '+';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0px;
    width: 18px;
    height: 18px;
    text-align: center;
    letter-spacing: 0;
    text-indent: 0;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1;
    font-family: "ArialNova", Arial, Helvetica, sans-serif;
    background: #5b5b5b;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;

}



.jq-accordian .is-active .jq-accordionIcon::before {

    content: "-";

    color: #fff;

}



.product-list-view .product-item-element .product-item-inner {

    float: none;

    margin-bottom: 10;

    max-width: 100%;

    display: flex;
    flex-direction: row;

    justify-content: space-between;

    padding: 20px;



}

.product-list-view .product-item-element .product-item-inner .product-img-wrap {

    order: 1;

    padding: 0px 20px 0px 0px;

}

.product-list-view .product-item-element .product-item-inner .product-img-wrap img {

    height: 140px;

}

.product-list-view .product-item-element .product-item-inner .product-headding {

    order: 2;
    width: 25%;

}
.heart-icon{
    width: 30px;
}
#herticon-1 a{
    margin-left: 0px !important;
}
.product-item-inner .product-name {
    text-align: left !important;
    width: 100%;
}
.product-list-item.product-list-view .product-name{
    width: 100%;
}

.product-list-view .product-item-element .product-item-inner .product-content {

    padding-top: 0px;

}
.product-list-view .product-item-element .product-item-inner a{
    width: 20%;
}
.product-list-view .product-item-element .product-item-inner .inner-item-2 {

    order: 3;
    width: 55%;
    margin-left: auto;

}

.product-list-view .product-item-element .product-detail {

    text-align: left;

    padding-left: 30px;

}



.product-list-view .product-item-element .product-item-inner #herticon-2 {

    display: block;

}



.product-list-view .product-item-element .product-item-inner #herticon-1 {

    display: none;

}





.product-item .product-item-inner {

    background: white;

    /* width: 276px; */

    /* padding: 10px 10px 20px; */

    padding: 10px 20px 20px;

    position: relative;

    margin-bottom: 10px;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    cursor: pointer;

    overflow: hidden;

}



.modal-header {

    padding: 10px 20px;

}

.modal-body {

    padding: 10px 10px;

}

.icon-with-margin {

    margin: 10px;
    /* Adjust the margin as needed */

}



.product-view-icon .bi-grid-3x3-gap-fill::before {

    content: "\f3f8";

    font-weight: 400 !important;

}





/* .product-item .product-item-inner ::after{

	position:absolute;

	content:"";

	width:0%;

	height:0px;

	bottom:0px;

	left:0px;

	transition: .3s;

}

.product-item .product-item-inner :hover::after{

	position:absolute;

	content:"";

	width:100%;

	bottom:0px;

	height:2px;

	background: #BE9E57;

	left:0px;



} */











.product-item .product-item-inner img {

    /* width: 100%; */

    max-width: 100%;

    /* height: 247px; */

}



.product-item .product-button {

    background: #ffffff none repeat scroll 0 0;

    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);

    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);

    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);

    opacity: 0;

    bottom: -50px;

    left: 50%;

    visibility: hidden;

    position: absolute;

    transition: all 0.3s ease 0s;

    -moz-transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;

    -o-transition: all 0.3s ease 0s;

    border: 1px solid #eeeeee;

    transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

    display: table;

    text-align: center;

}



.product-item .product-button a {

    border-right: 1px solid #eeeeee;

    font-size: 18px;

    padding: 10px 15px;

    display: table-cell;

    color: #5b5b5b;

    /*vertical-align: middle;*/

}

.product-item .product-button a:hover {

    border-right: 1px solid #eeeeee;

    font-size: 18px;

    padding: 10px 15px;

    display: table-cell;

    color: #BE9E57;

    /*vertical-align: middle;*/

}

.product-headding {

    /* padding-bottom: 10px; */

}



.product-button a:last-child {

    border: none;

}



/* .product-item:hover .product-name h3 {

    color: #BE9E57;

  

} */

/* opacity: 1;

    visibility: visible;

    bottom: 40%; */

.product-content p {

    font-size: 13px;

    color: #626060;

    font-weight: 400;

    margin-bottom: 0px;

}

.product-content p span {

    font-size: 12px;

    color: #626060;

    /* font-weight: 700; */

}



.product-item .product-detail .tag {

    margin-bottom: 5px;

    font-size: 18px;

    font-weight: 500;

    color: #5b5b5b;

    text-transform: uppercase;

    font-family: "Montserrat", sans-serif;

}



.product-item .product-detail .tag:hover {

    color: #BE9E57;

}



.product-item .product-detail h5 {

    margin-bottom: 0;

}



.product-rating a {

    color: #5b5b5b;

}

.product-item .product-detail {

    overflow: hidden;

    text-align: center;

}



.product-item .product-detail del {

    font-weight: 400 !important;

    margin-right: 7px;

    color: #999;

    font-style: italic;

}



.product-list-item .product-item .product-description {

    font-size: 14px;

    font-weight: 400;

    line-height: 24px;

    margin-top: 15px;

    margin-bottom: 15px;

}



.product-list-item .product-item .product-description,

.product-item .product-description,

.product-list-item .product-item .tag,

.product-item .tag,

.product-list-item .product-rating,

.product-item .product-rating {

    display: none;

}



.product-list-item .product-rating {

    margin-top: 20px;

}



.product-list-item.product-list-view .product-item .product-description,

.product-list-item.product-list-view .product-item .tag,

.product-list-item.product-list-view .product-item .product-rating {

    display: block;

}



.product-list-item.product-list-view .product-item .product-title,

.product-list-view .product-item .product-title {

    font-size: 18px;

}



.product-item .product-detail .item-price,

.product-item .product-detail .star-rating {

    display: inline-block;

}



.pagination-wraper {

    display: inline-block;

    width: 100%;

    border-top: 1px solid #eee;

    padding: 30px 0 0;

}







.pagination {

    width: 100%;

    text-align: center;

    display: block;

    vertical-align: middle;

}



ul.pagination-numbers,

.pagination .pagination-numbers,

.pagination-numbers {

    display: inline-block;

    margin-bottom: 0;

    margin-top: 0;

    display: flex;

    justify-content: center;

    text-align: center;

    width: 100%;

    padding-left: 0px;

}



.pagination-numbers li {

    display: inline-block;

    float: left;

    list-style: outside none none;

    margin-bottom: 0;

    padding: 0 4px;

}

a {

    text-decoration: none;

}



.pagination-numbers li a,

.pagination-numbers li span {

    background-color: #f6f6f6;

    border: 1px solid transparent;

    box-sizing: border-box;

    display: block;

    float: left;

    font-size: 12px;

  /*  font-weight: 600; */

    height: 36px;

    line-height: 35px;

    padding: 0 12px;

    transition: all 0.2s linear 0s;

    color: #5b5b5b;

}

.active>.page-link, .page-link.active{
    background-color: #bd9e58;
    border-color: #bd9e58;
}

.pagination-numbers li a:hover,

.pagination-numbers li span:hover,

.pagination-numbers li span.current,

.pagination-numbers li a.current {

    color: #fff;

    background-color: #5b5b5b;

}



.pagination-numbers li a.dots,

.pagination-numbers li span.dots {

    background-color: transparent;

    border: medium none;

    padding: 0;

}



.pagination-numbers li a.dots:hover,

.pagination-numbers li span.dots:hover {

    color: inherit;

    background: inherit;

}





.sidebar-container {

    position: relative;

    margin-bottom: 40px;

    margin-top: 6px;

}



.widget-sidebar {

    border-bottom: 1px solid #eee;

    padding-bottom: 0px;

    margin-bottom: 00px;

    padding-top: 0px;

}

.heart-icon a img {



    width: 30px !important;

    height: 30px !important;

}

/* Default heart icon */

#heartSVG {

    fill: none;

    stroke: black;

    transition: fill 0.3s ease, stroke 0.3s ease;

}

#herticon-2 {

    display: none;

}



#heartSVG.red {

    fill: red;

    stroke: red;

}









.widget-sidebar:last-child {

    border-bottom: 0px none;

    padding-bottom: 0;

    margin-bottom: 0px;

}



.widget-title {

    margin-bottom: 25px;

    font-size: 16px;

    color: #5b5b5b;

    font-weight: 700;

}

.product-content {

    justify-content: space-between;

    padding-top: 10px;

    padding-bottom: 5px;

}





















.widget-title.highlight {

    background-color: #34b79d;

    color: #fff;

    padding: 25px 15px 25px 25px;

    /*background-image:url("../img/cate_box_hignl_pattern.png");*/

    background-position: top right;

    background-repeat: no-repeat;

}



.widget-sidebar ul,

.widget-sidebar ul li {

    list-style: none;

}



.widget-sidebar ul li {

    margin-bottom: 10px;

}



.widget-sidebar ul li:last-child {

    margin-bottom: 0;

}



.widget-sidebar ul li,

.widget-sidebar ul li a {

    font-size: 16px;

    color: #5b5b5b;

    font-weight: 500;

}



.widget-content {

    list-style: none;

    margin: 0;

    padding: 0;

}

.product-title a {

    color: #5b5b5b;

}



.widget-content li,

.widget-content ul li {

    list-style: none;

    margin: 0;

}



.widget-sidebar .widget-product-categories li {

    margin-bottom: 15px;

    color: #5b5b5b;

    position: relative;

}



.widget-sidebar .widget-product-categories li:last-child {

    margin-bottom: 0px;

}



.widget-sidebar .widget-product-categories li a {

    display: block;

}



.widget-sidebar .widget-product-categories li>ul {

    margin-top: 12px;

    padding-left: 0px;

}



.widget-sidebar .widget-product-categories li>ul>li,

.widget-sidebar .widget-product-categories li>ul>li>ul>li {

    margin-bottom: 10px;

    font-size: 14px;

    font-weight: 400;

    color: #777;

    padding-left: 0px;

}



.widget-sidebar .widget-product-categories li>ul>li>a,

.widget-sidebar .widget-product-categories li>ul>li>ul>li>a {

    color: inherit;

}



.widget-sidebar .widget-product-categories li>ul>li>a:hover,

.widget-sidebar .widget-product-categories li>ul>li>ul>li>a.is-active:hover {

    color: #48BF6B;

}
.widget-content li a.is-active{
    color: #48BF6B;
}

.widget-sidebar .widget-product-categories li a.is-active{
    color: #48BF6B;
}


.product-filter-dropdown-btn {

    padding-right: 30px;

    border-right: 1px solid #eee;

}



.product-filter-dropdown-btn a {

    border-radius: 0px;

    -moz-border-radius: 0px;

    -webkit-border-radius: 0px;

    padding-left: 20px !important;

    padding-right: 20px !important;

}

.toggle-content {

    display: none;

}





/* Style the search field */

.price-item-area form.example input[type=number] {

    text-align: start !important;

    padding: 8px;

    font-size: 16px;

    /* border: 1px solid grey; */

    font-weight: 500;

    border: none;

    float: left;

    width: 40%;

    margin: 0px 5px;

    background: #ffffff;

    border: solid 1px #767676;

}



/* Style the submit button */

.price-item-area {

    margin-top: 30px;

}

.price-item-area P {

    font-size: 16px;

    color: #5b5b5b;

    font-weight: 500;

}

.price-item-area .example {

    margin-left: 0px;

}

.price-item-area .example label {

    font-size: 16px;

    color: #5b5b5b;

}

.price-item-area form.example button {

    margin-left: 0px;

    float: left;

    width: 12%;

    padding: 8px;

    background: #5b5b5b;

    color: white;

    font-size: 17px;

    /* border: 1px solid grey; */

    border: none;

    border-left: none;
    /* Prevent double borders */

    cursor: pointer;

}



.price-item-area form.example button:hover {

    background: #9E9E9E;

}



/* Clear floats */

.price-item-area form.example::after {

    content: "";

    clear: both;

    display: table;

}





.product-list-item {

    position: relative;

}

.map-image {



    position: absolute;

    z-index: 999;

    top: 0px;

    right: 0;

}

/* #menu-trigger span {

    display: inline-block;

    transition: opacity 0.3s ease-in-out;

}



#menu-trigger span.hidden {

    opacity: 0;

} */

.pre-header-section {

    display: none;

    opacity: 0;

    transition: opacity 0.5s ease-in-out;

}



.pre-header-section.show {

    display: block;

    opacity: 1;

}



.menu-icon img {

    width: 30px !important;

    height: 11px !important;

    transition: transform 0.3s ease;

}



#submenu img {

    width: 11px !important;

    height: 30px !important;

    transition: transform 0.3s ease;

}



.menu-icon img.active {

    transform: rotate(90deg);

}



.mobile-view-sidebar .offcanvas-body {

    background: #EBEBEB;

}

.mobile-view-sidebar .offcanvas-header {

    background: #EBEBEB;

}



.mobile-view-sidebar {

    display: none;

}

.mobile-view-sidebar button {

    background: #5b5b5b;

    color: #ffffff;

    font-size: 18px;

    padding: 5px 10px;

}



/* -------------team-page-css-start------------ */







.team-content-section-team-page {



    padding: 40px 0px 0px;



}



.team-tittle-wrap-1 {



    text-align: center;



}



.team-tittle-wrap-1 h1 {



    font-size: 32px;

color: #5b5b5b;

    /* font-weight: 700; */



}





.jobs-content-wrap-main .experience-content-main-1{
    margin-bottom: 1rem;
}
.room-design-tittle-main{
    margin-bottom: 1rem;
}
.team-tittle-wrap-1 h2 {



    font-size: 16px;

    color: #5b5b5b;

    /* font-weight: 700; */



    letter-spacing: 2px;



}



.team-tittle-wrap-1 p {



    font-size: 16px;

    color: #5b5b5b;

 /*   font-weight: 700; */



    width: 75%;



    margin: auto;



}

.room-design-tittle h3{
    color: #5b5b5b;
}

.team-content-section-team-page-2 {



    padding: 40px 0px 15px;



}



.team-box-main-1 {

    /* height: 500px; */

    margin-bottom: 24px;



}

/* .rentalTeam {
   border: solid 10px #5A5A5A;
    border: 4mm groove #5A5A5A;
}

.edeckoTeam {
   border: solid 10px #BD9E59;
    border: 4mm groove #BD9E59;

} */
/* .hero-aura:hover{
        box-shadow: 0 0 30px #00b4d8, 0 0 60px #00b4d8,
        0 0 90px #00b4d8;
    } 
    .hero-aura-2:hover{
        box-shadow: 0 0 30px #e9c46a, 0 0 60px #e9c46a,
        0 0 90px #e9c46a;
    }   */


.team-box-main {



    position: relative;



    overflow: hidden;



    cursor: pointer;



}



.team-box-image-1 {



    position: relative;



    width: 100%;







}



.gradint-image-t {



    position: absolute;



    left: 0;



    top: 0;



    width: 100%;



    display: block;



}







.team-box-image-content-1 {



    position: absolute;



    bottom: 0;



    width: 100%;







    color: white;



    text-align: center;



    padding: 10px 20px;



    display: block;



}



.team-box-image-content-1 h4 {



    font-size: 30px;



    font-weight: 700;



}



.team-box-image-content-1 p {



    font-size: 16px;



    font-weight: 700;



}



.team-box-image-1 img {



    width: 100%;






}







.overlay-3 {



    position: absolute;



    top: 0;



    left: 0;



    width: 100%;







    border-radius: 0px;



    color: white;



    text-align: center;



    display: flex;



    align-items: center;



    justify-content: center;



    opacity: 0;



    transition: opacity 0.3s ease;

    height: 100%;

}



#overlay-3 {



    position: relative;

    background: #5f5f5f;

}



#overlay-3 img {

    width: 100%;




}

.ovrlay-image-3 {

    width: 254px !important;

    max-width: 100%;

/*    border-radius: 50%; */
    position: absolute;
    top: 10%;
}



#overlay-3 .overlay-content-5 {



    position: absolute;



    bottom: 20px;

    padding: 0px 20px;

    /*   left: calc(50% - 65px); */



}



.overlay-content-5 h5 {



    font-size: 24px;



}



.overlay-content-5 p {



    font-size: 16px;



    margin-bottom: 8px;



}















.team-box-image-1:hover .gradint-image-t {



    display: block;



}



.team-box-image-1:hover .team-box-image-content-1 {



    display: none;



}







.team-box-image-1:hover .overlay-3 {



    opacity: 1;



}

.step-section-rent-a-louge-main {

    padding: 0px 0px 40px;

}



@media only screen and (max-width : 1824px) {





    .product-name h3 {

        font-size: 16px;

        font-weight: 700;

    }







}





@media only screen and (min-width: 1024px) and (max-width: 1280px) {





    .product-list-item .product-item-element {

        width: 50%
    }

    .product-name h3 {

        font-size: 16px;



    }



}

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



    .product-list-item .product-item-element {

        width: 50%
    }

    .product-name h3 {

        font-size: 16px;



    }



}

@media screen and (max-width:990.98px) {
    .mobile-view-filter {
        display: block;
    }
    .widget-sidebar{
        display: flex;
        justify-content: space-between;
    }
    .desktop-view-filter{
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {



    .mobile-view-sidebar {

        display: block;

    }

    #sidebar {

        display: none;

    }

    .product-main-wrap {

        width: 100%;

    }

    .sidebar-container {

        width: 100%;

    }

    .sidebar-container {



        margin-bottom: 0px;



    }

    .product-name h3 {

        font-size: 16px;



    }

    form.example input[type=text] {



        width: 70% !important;



    }

    .product-view-switcher {

        display: none !important;

    }

    .nav-bar-rent nav {

        flex-direction: column;

        align-items: flex-start;

    }

    .nav-bar-rent nav ul li {

        padding: 10px 0px !important;

        border-bottom: solid 1px #767676;

    }



    .nav-bar-rent ul {

        flex-direction: column;

        width: 100%;

    }

    .team-box-image-content-1 h4 {



        font-size: 28px;







    }



    .team-box-image-content-1 p {



        font-size: 14px;



        font-weight: 600;



    }

    .nice-select .list {

        right: 0;

    }

    .team-box-main-1 {

        width: 50%;
    }

}
@media screen and (max-width:767px) {
    .team-tittle-wrap-1 h1 {



        font-size: 22px;







    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {



    .mobile-view-sidebar {

        display: block;

    }

    #sidebar {

        display: none;

    }

    .product-main-wrap {

        width: 100%;

    }

    .sidebar-container {

        width: 100%;

    }

    .sidebar-container {



        margin-bottom: 0px;



    }

    .product-name h3 {

        font-size: 16px;



    }

    .product-view-switcher {

        display: none !important;

    }

    form.example input[type=text] {



        width: 70% !important;



    }

    .nav-bar-rent nav {

        flex-direction: column;

        align-items: flex-start;

    }

    .nav-bar-rent nav ul li {

        padding: 10px 0px !important;

        border-bottom: solid 1px #767676;

    }



    .nav-bar-rent ul {

        flex-direction: column;

        width: 100%;

    }

    .product-list-item .product-item-element {

        margin-bottom: 10px;

        width: 100%;

    }

    .gaben-content {

        flex-wrap: wrap;

        justify-content: center;

    }

    .widget-sidebar {

        padding-bottom: 10px;

        padding-top: 7px;

    }

    .content-page .container {

        padding: 0px 10px;

    }

    .map-image img {

        width: 100% !important;

    }

    .example {

        padding-top: 10px;

        margin-left: 0px;

    }

    form.example button {



        padding: 6px !important;

        font-size: 16px !important;



    }

    form.example input[type=text] {

        padding: 6px !important;

        font-size: 16px !important;



    }

    .number-button form.example button {

        padding: 4.3px 5px !important;



        font-size: 14px !important;

    }

    .pagination-numbers li a,
    .pagination-numbers li span {



        font-size: 16px;

        padding: 0px 8px;



    }

    .pagination-numbers li {

        padding: 0 2px;

    }

    .nice-select .list {

        right: 0;

    }

    .team-box-main-1 {

        width: 100%;
    }
    .product-item .product-item-inner img {
        height: auto;
    }

}

@media only screen and (min-width: 320px) and (max-width: 479px) {

    .team-box-main-1 {

        width: 100%;
    }
    .ovrlay-image-3{
        width: 210px !important;
		    top: 5%;
    }
	#overlay-3 .overlay-content-5{
		bottom: 10px;
	}

    .mobile-view-sidebar {

        display: block;

    }
    .product-item .product-item-inner img {
        height: auto;
    }
    #sidebar {

        display: none;

    }

    .product-main-wrap {

        width: 100%;

    }

    .sidebar-container {

        width: 100%;

    }

    .sidebar-container {



        margin-bottom: 0px;



    }



    .product-view-switcher {

        display: none !important;

    }

    .product-name h3 {

        font-size: 16px;



    }

    .header-right-wrap ul li {

        width: 15% !important;

    }



    form.example input[type=text] {



        width: 70% !important;



    }

    .nav-bar-rent nav {

        flex-direction: column;

        align-items: flex-start;

    }

    .nav-bar-rent nav ul li {

        padding: 10px 0px !important;

        border-bottom: solid 1px #767676;

    }



    .nav-bar-rent ul {

        flex-direction: column;

        width: 100%;

    }

    .product-list-item .product-item-element {

        margin-bottom: 10px;

        width: 100%;

    }

    .gaben-content {

        flex-wrap: wrap;

        justify-content: center;

    }

    .gaben-content p {

        font-size: 12px !important;

    }

    .product-filter-content label {

        font-size: 16px;

        padding-top: 0px;

    }

    .widget-sidebar {

        padding-bottom: 10px;

        padding-top: 7px;

    }

    /* .content-page .container {

        padding: 0px 10px;

    } */

    .product-img-wrap {

        /* padding: 0px 15px; */

        padding: 0px 0px;

    }

    .nice-select .list {

        right: 0;

        width: 300px;

    }

    .map-image img {

        width: 100% !important;

    }

    .example {

        padding-top: 10px;

        margin-left: 0px;

    }

    form.example button {



        padding: 6px !important;

        font-size: 16px !important;



    }

    form.example input[type=text] {

        padding: 6px !important;

        font-size: 16px !important;



    }

    .number-button form.example button {

        padding: 4.3px 5px !important;



        font-size: 14px !important;

    }

    .pagination-numbers li a,
    .pagination-numbers li span {



        font-size: 12px;

        padding: 0px 5px;



    }

    .pagination-numbers li {

        padding: 0 0px;

    }

    .team-tittle-wrap-1 p {



        font-size: 14px;







        width: 100%;







    }



  



    .team-box-image-content-1 h4 {



        font-size: 24px;







    }



    .team-box-image-content-1 p {



        font-size: 14px;



        font-weight: 600;



    }

}