.product-layout.col-xs-12.cless {
    max-width: 290px;
}
#tab-description h4 {
    text-decoration: underline;
    color: #4b9533;
}
.bm .bm-post-content .form-review > .h2 span {
    color: black;
}
input#input-quantity {
    color: black;
}
body {
    font-family: 'Sora', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	letter-spacing: 0.6px;
	background-color: #00160c;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
b, strong {
    font-weight: 600;
}
a {
	color: #fff;
	transition: 0.3s ease;
}
:focus{ 
	outline: none;
}
a:focus, a:hover,.btn-link:focus, .btn-link:hover{
	text-decoration: none;
	outline: none;
	color: #b5c547;
}
legend {
	font-size: 18px;
	padding: 9px 0px;
	color: #fff;
	border-color: #5C8973;
}
label {
	font-size: 13px;
	font-weight: normal;
}
/* select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
} */
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	color: #000
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
@media (max-width: 991px){
    .container {
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .container {
        width: 100%;
    }
}
@media (min-width:1200px) {
    .container {
       width: 1170px;
    }
}
.form-control {
    box-shadow: none;
    border: 1px solid #5C8973;
    background: #00160c;
    color: #fff;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn{
	border-radius: 0
}
.form-control:focus{
	border: 1px solid #b5c547;
	box-shadow: none
}
/* search */
#search .input-lg {
	height: 45px;
	padding: 0 10px;
	border: none;
	font-size: 14px;
	border-radius: 0;
	background-color: #000;
}
#search .btn-lg {
	height: 45px;border-radius: 0 10px 10px 0;
}
#search .form-control:focus{
	border: none;
	box-shadow: none;
}
/* cart */
#cart svg{
	width: 25px;
	height: 25px;
	fill: #fff;
}
#cart-total{
	font-size: 11px;
}
#cart-total strong{
	background: #fe4d4d;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	font-size: 9px;
	line-height: 13px;
	text-align: center;
	position: absolute;
    top: 12px;
    margin-left: 35px;
}
#cart-total span{
	margin: 0 2px;
}
.btn-group.open .dropdown-toggle{
	box-shadow: none;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart .dropdown-menu {
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 295px;
	padding: 10px 0;
	color: #000;
	border-radius: 10px;
}
.dropdown-menu{
	border-radius: 0;
}
#cart .btn-danger {
    background-color: transparent;
	color: #000;
    padding: 0;
    border: none;
    transition: all 0.4s ease-in-out 0s;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	font-size: 14px;
}
#cart .table-striped > tbody > tr:nth-of-type(2n+1) {
    background: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #eee !important;
	border: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #eee !important;
	border: none;
	font-size: 12px;
}
.cartqt{
	width: 12%;
}
.cartdrop {
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.cartdrop img{
	max-width: 60px;
	padding: 0
}
.cartname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
    width: 160px;
    font-size: 14px;
    transition: 0.3s ease;
    padding-bottom: 4px;
}
.cartname:hover{
	color: #b5c547;
}
.cartname a{
	font-weight: 500;
	color: #000;
}
.cartprice {
    clear: both;
    position: relative;
    top: -28px;
    left: 70px;
    width: 50%;
    color: #000;
    font-size: 13px;
    direction: ltr;
    margin-bottom: -10px;
}
#cart .dropdown-menu li > div {
	padding: 0 10px;
}
#cart .dropdown-menu li > div table td {
	border: 1px solid #eee;
}
/* menu */
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 200px;
	display: block;
	padding: 3px 2px;
	clear: both;
	line-height: 23px;
	text-transform: capitalize;
	letter-spacing: 0.5px;
}
#menu .dropdown-inner .dropdown-submenu ul.grand-child li {
    padding: 0;
}
#menu .dropdown-inner .dropdown-submenu .submenu-title {
    font-weight: 500;
	font-size: 12px;
	padding: 0;
	margin-bottom: 5px;
	text-transform: capitalize;
}

/* content */
#content {
	min-height: 600px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	border-radius: 4px
}
/* breadcrumb */
.breadcrumb {
    margin: 30px 15px 20px 15px;
	padding: 8px 15px;
	background: transparent;
	border-radius: 4px;
	text-transform: capitalize;
	font-weight: 500;
	border: 1px solid #5C8973
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li{
	display: inline
}
.breadcrumb > li a{
	font-weight: 300;
}
.breadcrumb > li a:hover{
	color: #fff;
}
.breadcrumb > li a:hover{
	color: #b5c547;
}
.breadcrumb > li a::after {
	content: '/';
	padding: 0 8px;
	color: #fff;
}
.breadcrumb > li:last-child a::after {
	content: '';
	padding: 0;
}
.breadcrumb > li + li::before {
    padding: 0;
    color: #fff;
    content: "";
}
.pagination {
	margin: 0;
	padding: 0;
}
/* buttons */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background-color: transparent;
}
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 14px;
	border: none;
	border-radius: 4px;
	box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,.btn.active, .btn:active{
	outline: none;
	box-shadow: none
}
.btn-primary {
	background-color: #b5c547;
	color: #fff;
	border: none;
	text-transform: capitalize;
	transition: 0.3s ease;
	font-size: 12px;
	border-radius: 60px;
	padding: 8px 20px;
	box-shadow: 0px 9px 16px rgba(158, 113, 93, 0.32);
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,.btn-primary.focus, .btn-primary:focus,
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover{
	background-color: #000;
	color: #fff
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger,.btn-info{
	color: #ffffff;
	background-color: #b5c547;
	transition: 0.3s ease;
}
.btn-danger.focus, .btn-danger:focus,.btn-info.focus, .btn-info:focus,.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover,.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger,.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info,.btn-danger:hover,.btn-info:hover,.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover{
	background-color: #000;
	color: #fff
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #000;
	border-radius: 4px;
	transition: 0.3s ease;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	padding: 12px 0;
	text-transform: capitalize;
	font-weight: 600;
}
.catlistpage.list-group a.active,.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover,.catlistpage.list-group a.active:hover{
    background: #fff;
	color: #b5c547;
	border: 1px solid #eee;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover,.catlistpage.list-group a:hover{
	background-color: #fff;
	color: #b5c547
}
.catlistpage .list-group-item:nth-child(1){
	border-radius: 4px 4px 0 0
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
.rating .fa-stack {
	font-size: 6px;
	width: 12px;
	height: 12px;
}
.rating .fa-star-o,.rating .fa-star{
	color: #ffc600;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o {
	color: #ffc600;
}
h2.price {
	margin: 0;
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
	z-index: 1;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
	background-color: transparent;
}

/*loader start */
.s-panel img,.offerbnr img{
	width: 100%;
}
.s-panel{
    position: relative;
    z-index: 0;
}
.s-panel .wrloader {
    background: url('../../../../../image/catalog/homeloader.gif') 50% 50% no-repeat rgba(0, 0, 0, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.s-panel .slick-dots{
	position: unset;
    right: 0;
    left: 0;
    bottom: -45px;
}
.s-panel .slick-dots li{
	margin: 0;
	display: inline-block;
	position: relative;
	padding: 10px 10px;
	width: 50px;
	height: auto;
}
.s-panel .slick-dots li::before{
	text-align: left;
    height: 1px;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    left: 0px;
    top: -2px;
    margin: 0 auto;
    background-color: #eee;
    transition: .5s ease;
    opacity: .22;
}
.s-panel .slick-dots li.slick-active::before{
	background-color: #fff;
	opacity: 1;
}
.s-panel .slick-dots li button::before{
	font-size: 50px;
}
.s-panel .slick-dots li span{
	transition: 0.3s ease;
}
.slick-dotted.slick-slider{
	margin: 0
}

.slick-slider .slick-arrow.slick-prev{
	left: 0;
	right: auto;
}
.slick-slider .slick-arrow.slick-prev svg{
	transform: rotate(180deg);
}
.slick-slider .slick-arrow{
	background: #b5c547;
	border-radius: 100%;
	min-width: 28px;
	min-height: 28px;
	transition: 0.3s ease;
	top: 45%;
	opacity: 0;
}
.slick-slider:hover .slick-arrow{
	opacity: 1;
}
.slick-slider .slick-arrow svg{
	width: 10px;
	height: 9px;
	fill: #fff;
	margin-top: -2px;
	vertical-align: baseline;
}
.slick-slider .slick-arrow:hover{
	background-color: #fff;
}
.slick-slider .slick-arrow:hover svg{
	fill: #000;
}
/* alert design */
.a-one{
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}
.a-one {
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    z-index: 99
}
.alert a {
    color: #b5c547;
    font-weight: 600
}

.alert a:hover {
    color: #b5c547
}

.alert h2 {
    font-size: 26px;
	color: #fff;
	margin-bottom: 15px;
	margin-top: 26px;
	text-transform: capitalize;
}
.alert.alertsuc{
	padding: 13px 12px;
    background-color: #00160c;
	border: 1px solid #5C8973;
	color: #fff;
    font-size: 14px;
    position: fixed;
    z-index: 99;
    transition: all ease .6s;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    top: 30%;
    padding: 40px
}

.alert-danger svg,
.alert-info svg,
.alert-success svg {
    display: block;
    margin: 0 auto 20px;
    width: 65px;
    height: 65px
}

.alert-success svg {
    fill: #4CAF50
}

.alert-danger svg {
    fill: #E2574C
}

.alert-info svg {
    fill: #31708f
}

.a-one .alert-dismissable .close,.a-one .alert-dismissible .close{
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 1;
    color: #222;
    color: inherit
}
/* custom css */
.modal-content{
	background-color: #000;
	box-shadow: 0 5px 15px rgba(255,255,255,.5);
}
.close{
	color: #000;
	opacity: 1;
	text-shadow: none;
}
.close:focus, .close:hover{
	color: #ddd;
}
.modal-header{
	border-bottom-color: #222;
}
.fixed {
    position: fixed;
    z-index: 9;
    top: 0;
    background-color: #fff;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    left: 0;
    right: 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
ol, ul{
	margin-bottom: 0;
}
.list-inline{
	margin: 0
}
.list-inline > li{
	padding: 0;
	vertical-align: middle
}
/* search */
.list-inline > li.desktop-search{
	vertical-align: baseline
}
#workdo-search-category{
	float: left;
	width: 200px;
	border: none;
	height: 45px;
	padding: 10px;
	-moz-appearance: none;
	background: #000 url("../../../../../image/catalog/arrow.png");
	background-position: right bottom 7px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	border-radius: 10px 0 0 10px;
}
svg{
	vertical-align: middle;
	transition: 0.3s ease
}
.d-search button{
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}
.sideb{
    display: block;
}
.siden{
    display: none;
}
body.active-search .wbSearch {
    opacity: 1;
	transform: translateY(0);
}
.wbSearch{
	z-index: 99;
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	background-color: #fff;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: translateY(-100%);
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 38px
}
.wbSearch .close-nav i{
    margin-left: 15px;
	display: inline-block;
	color: #000;
	font-size: 18px;
	position: relative;
	top: 5px;
}
.wbSearch #search_block_top{
	position: relative;
	align-items: center;
	width: 100%;
	max-width: 1000px;
}
.curr .btn-group,.langg .btn-group{
	display: block;
}
.langg{
	display: inline-block;
	vertical-align: middle;
	width: 48%;
	margin-left: 2px;
	margin-right: 2px;
}
.haccount.alogin .curr, .haccount.alogin .langg{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.haccount.alogin .curr .dropdown-toggle.test, .haccount.alogin  .langg .dropdown-toggle.test{
	margin-top: 0;
}
.haccount.alogin .curr .dropdown-menu, .haccount.alogin .langg .dropdown-menu{
	width: 100%;
}
.haccount.alogin .curr li,.haccount.alogin .langg li{
	padding: 0;
}
.curr, .langg {
    padding: 3px 0;
    width: 48%;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    border: 1px solid #eee;
    margin-top: 10px;
}
.curr strong{
	font-weight: normal;
}
.curr .dropdown-toggle.test,.langg .dropdown-toggle.test{
	font-size: 12px;
}
.langcdrop .btn-link{
	color: #fff;
	display: block;
	width: 100%;
	text-align: left;
	font-size: 12px;
}
/* result */
.workdo-search-result .searchbr{
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #222;
    margin: 15px 0;
    float: left;
    width: 100%;
    border-radius: 10px;
    display: flex;
	align-items: center;
}
.workdo-search-result img{
	width: 70px;
	padding: 10px;
}
.workdo-search-loader{
	position: absolute;
	z-index: 110;
	height: 300px;
	background-color: #000;
	border-radius: 10px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.workdo-search-result {
	left: 0;
	top: 100%;
	right: 0;
	box-shadow: none;
	background-color: #000;
	border-radius: 10px;
	position: absolute;
	z-index: 99;
	max-height: 530px;
	overflow-y: auto;
	margin-top: 1px;
}
.workdo-dis{
	padding-left: 0;
}
.workdo-dis h4{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 0;
	font-weight: 600;
	text-transform: capitalize;
	transition: 0.3s ease;
}
.workdo-dis h4:hover{
	color: #b5c547;
}
.workdo-dis .list-des {
    font-size: 12px;
    color: #777;
    text-transform: capitalize;
    margin: 0 0 10px 0;
    max-height: 40px;
    overflow: hidden;
}
.workdo-dis .price{
	font-weight: 500;
}
.workdo-search-result .product-info {
    padding: 0;
}
.workdo-search-result p{
	margin: 5px 15px;
}
.workdo-search-loader .loaders {
    position: absolute;
    top: 35%;
    z-index: 4;
    background: url('../../../../../image/catalog/homeloader.gif') 50% 50% no-repeat;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#search_block_top .input-group{
	position: unset
}
/* search over */
.header-top{
	background: #fff;
	border-radius: 10px;
}
.wbheadricon{
	display: inline-block;
}
.wbheadricon svg{
	width: 14px;
	height: 14px;
	margin-right: 7px;
}
#cart-total span, #cartme, .d-search span{
	font-size: 10px;
}
.inuser:hover span,.d-search:hover span{
	color: #b5c547;
}
.d-search:hover svg,.inuser:hover svg,.wishsp:hover svg{
	fill: #b5c547;
}
.d-search svg,.inuser svg,.wishsp svg{
	fill: #fff;
}
.inuser .haccount svg{
	fill: #000;
	width: 14px;
    height: 14px;
}
.inuser .haccount .fa{
	color: #000;
}
.wishsp{
	margin: 0 20px;
}
#logo a,.footlogo a{
	display: inline-block;
	vertical-align: middle
}
.topbsp {
    color: #fff;
    text-transform: capitalize;
    z-index: 2;
    position: relative;
}
.topbsp .row{
	padding: 8px 0;
	position: relative;
}
.wbpipe {
  	margin: 0 10px;
}
.topbsp p{
	margin: 0;
	font-size: 11px;
}
.topbsp p span{
	display: inline-block;
	vertical-align: middle;
}
.topright ul li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.topbsp ul li a{
	font-size: 11px;
}
.topbsp a:hover,.topbsp a:focus{
	color: #b5c547;
}
header{
	position: relative;
	z-index: 2;
}
.hsticky{
	position: relative;
	z-index: 1;
}
.header-top .toprow{
	margin: 0;
}
.hsticky .row{
	display: flex;
	align-items: center;
}
#cart .dropdown-menu p{
	margin-bottom: 0;
	font-size: 13px;
}
#cart .dropdown-toggle{ 
    min-height: 72px;
    background-color: #b5c547;
    min-width: 72px;
    border-radius: 10px;
    border: none;
    transition: 0.3s ease;
    margin-left: 15px;
}
#cart .dropdown-toggle:hover{
	background-color: #000;
}
.cartbg{
	margin: 0 auto;
}
.inuser{
	display: inline-block;vertical-align: middle;
}
.inuser a.dropdown-toggle{
	padding: 0;border: none;
	font-weight: 600;
	font-size: 14px;
}
.wbheaderdec{
	display: inline-block;
	padding: 0;
}
.myconts h2{
	margin-top: 0;
	font-size: 10px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #91997e;
}
.myconts a{
	color: #000;
	font-size: 22px;
    font-weight: 600;
}
.wbheaderdec span{
	display: inline-block;
	vertical-align: middle;
}
/* user dropdowm */
.dropdown-menu > li > a{
	color: #000;
}
.alogin li {
    border-bottom: 1px solid #eee;
    padding: 14px 12px;
    text-transform: capitalize;
    display: block;
}
.alogin li:last-child{
	border-bottom: none;
}
.menusp {
	padding: 0;
	margin-left: 15px;
}
#top-links ul.alogin li svg{
	margin: 0 7px;
	fill: #b5c547;
	width: 14px;
    height: 13px;
}
.alogin {
    min-width: 215px;
}
.hlogout {
    text-align: center;
    padding: 15px 8px;
	min-width: 264px;
}
.hlogout h5 {
    font-size: 16px;
    margin-top: 0;
    color: #000;
}
.hlogout h6 {
    font-size: 12px;
    color: #777;
}
.acd,.hlogout .wishcom{
    border: 1px solid #eee;
    display: inline-block;
    padding: 7px 0;
    margin-top: 10px;
    width: 47%;
    text-align: center;
    margin-left: 2px;
	margin-right: 2px;
}
.user-down.dropdown-menu > li > a:focus,.user-down.dropdown-menu > li > a:hover{
	color: #b5c547;
}
.user-down.dropdown-menu > li > a{
	padding: 0;
	text-transform: capitalize;
	font-size: 12px;
}
.drpbot{
	min-width: 250px;
	padding: 15px 10px;
}
.drpbot .hcoms{
	margin: 12px 0
}
.wishcom svg{
	margin: 0 5px;
	width: 14px;
	height: 14px;
}
/* menu */
#menu .navbar-collapse{
	padding: 0
}
.navbar{
	min-height: auto;
	margin-bottom: 0;
	border: none;
}
.nav > li > a:focus, .nav > li > a:hover{
	background-color: transparent;
}
#menu .collapse .nav > li:first-child > a::before,.wbfootlink ul > li:first-child > a::before {
    content: '';
    background-image: url(../../../../../image/catalog/catbag.png);
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
#menu .collapse .nav > li:first-child > a{
	font-weight: 600;
	text-decoration: underline;
}
#menu .navbar-nav li a{
	font-size: 12px;
	text-transform: capitalize;
	padding: 7px 0;
	font-weight: 500;
	color: #000;
}
#menu .navbar-nav .m-menu > a:hover,#menu .navbar-nav .m-menu > a:focus{
	color: #000;
	text-decoration: underline;
}
#menu .navbar-nav li .dropdown-menu a{
	font-size: 11px;
	padding: 3px 6px;
	text-transform: capitalize;
	font-weight: normal;
}
#menu .navbar-nav li .dropdown-menu a::after,#menu .navbar-nav li .more-menu a::after{
	display: none
}
.navbar-nav{
	float: none
}
.navbar-nav > li{
	float: none;
	display: inline-block;vertical-align: middle
}
.dropdown-menu {
	border-radius: 10px;
    border: none;
    box-shadow: 0 0px 5px rgba(255,255,255,.175);
    background-color: #fff;
	color: #000;
}
/* slider */
.s-panel .slick-current.slick-active .slideff {
    transform: none;
    opacity: 1;
}
.slideff {
    position: relative;
    overflow: hidden;
    transform: translateX(-100px);
    opacity: 0;
    transition: opacity 0.5s 0.7s,-webkit-transform 0.5s 0.7s;
}
.slideshow .container::before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    top: -150px;
    z-index: -1;
    background: radial-gradient(50% 50% at 50% 50%,#C0BB5F 0%,rgba(0,22,12,0) 100%);
    opacity: .18;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.slidertext {
	text-align: center;
	margin: 60px 0;
}
.slidwidth{
	max-width: 700px;	
	margin: 0 auto;
}
.slidertext h3{
	font-size: 27px;
    text-transform: capitalize;
    color: #b5c547;
}
.slidertext strong{
	font-size: 14px;
	margin-left: 6px;
	color: #fff;
}
.slidertext h2 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
}
.slidertext h2 b{
	font-weight: 300;
}
.slidertext p {
    font-size: 12px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    line-height: 24px;
}
.wbslidrbtn{
	margin-top: 50px;
	margin-bottom: 10px;
}
.slidertext a.btn-primary{
	text-transform: capitalize;
    padding: 14px 32px;
    font-size: 11px;
    border-radius: 10px;
    box-shadow: 0 9px 16px #c0bb5f52;
}
.slidertext a.btn-primary svg{
	width: 16px;
	height: 16px;
	fill: #fff;
}

.wbslidservice {
	width: 800px;
	margin-top: 50px;
}
.wbslidservice li svg{
	width: 30px;
	height: 30px;
	fill: #b5c547;
}
.wbslidservice ul{
	padding: 0;
	margin: 0 2px;
}
.wbslidservice ul li{
	display: inline-block;
	vertical-align: middle;
}
.wbslidservice ul li:last-child {
  	width: 80%;
}
.wbslidservice ul li h4{
	margin-top: 0;
	font-size: 12px;
	margin-bottom: 5px;
}
.wbslidservice ul li h6{
	margin: 0;
	font-size: 10px;
}

 
.modal-open .slideshow .slick-list,.modal-open .slideshow .slick-track{
	transform: none !important;
}
.modal-open .s-panel{
	z-index: unset;
}
.modal-open .slideshow.slick-initialized .slick-slide{
	z-index: unset !important;
}
.modal-open .slideshow button.close{
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 5px;
	color: #fff;
}
.wbslidrbtn .play-video{
	color: #b5c547;
	margin-left: 15px;
}
.wbslidrbtn .play-video svg {
	width: 45px;
	height: 45px;
	margin-right: 10px;
}
#videoplayslide path {
  	fill: #fff;
}
#videoplayslide rect {
  	stroke: #fff;
}
/* Slider Product */
.slidertoprated{
	position: relative;
}
.wbtopratedinr{
	max-width: 310px;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	z-index: 1;
}
.wbtopratedinr .product-thumb{
	border: none;
	box-shadow: none;
}
/* qty */
.homeqt{
	position: relative;
	display: inline-block;
	vertical-align: middle
}
.homeqt .btnminus{
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	float: none !important;
	display: inline-block;
	padding: 0 6px;
	border: none;
	line-height: normal;
	height: auto;
	bottom: 0;
	background: transparent;
	font-size: 10px;
	color: #888;
}
.homeqt .btnplus{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	float: none !important;
	width: auto;
	padding: 0 6px;
	border: none;
	line-height: normal;
	height: auto;
	bottom: 0;
	background: transparent;
	font-size: 10px;
	color: #888;
}
.homeaddq{
	margin-top: 8px;
	margin-bottom: 0;
}
.form-group .addhqty{
	display: inline-block;
	vertical-align: middle;
	float: none !important;
	width: 65px;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	height: 35px;
	padding: 5px;
	text-align: center
}
.homeaddq .cartb svg{
	width: 20px;
	height: 19px;
	fill: #fff;
}
.homeaddq .cartb {
    border: none;
    background: #b5c547;
    color: #fff;
    border-radius: 4px;
    height: 35px;
    padding: 0 8px;
    text-transform: capitalize;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    margin: 0 5px;
    display: inline-block;
	vertical-align: middle;
}
.homeaddq .cartb:hover{
	background-color: #333;
	color: #fff;
}
/* banner text */
.beffect{
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}
/* timer */
.timerpro .image{
	padding: 0
}
.countdown-section {
    background: #f5f5f5;
    min-width: 60px;
    min-height: 60px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    padding: 10px 0
}
.countdown-amount {
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.countdown-period {
    display: block;
    color: #777;
}
.timerpro .countdes{
	color: #888;
	margin-bottom: 15px;
	margin-top: 10px;
}
.timerpro .rating{
	margin-bottom: 10px;
}
.timerpro .product-thumb{
	float: left;
	width: 100%;
	border: 1px solid #eee;
	padding: 15px;
}
/* product */
.tab-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.tab-head .heading{
	margin-bottom: 0;
}
.heading{
	font-weight: 500;
	position: relative;
	margin: 0 0 30px 0;
	font-size: 42px;
}
.heading span{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.heading span b{
	display: block;
}
.heading strong{
	max-width: 450px;
	display: block;
	line-height: 21px;
	font-weight: normal;
	margin-top: 0;
	font-size: 27px;
    color: #b5c547;
    margin-bottom: 20px;
}
.heading p{
	font-size: 12px;
	display: block;
	line-height: 21px;
	font-weight: normal;
	margin-top: 20px;
}
.protabcont.tab-content > .tab-pane:not(.active) {
	display: block;
	height: 0;
	overflow-y: hidden;
}
.nav-tabs > li{
	display: inline-block;
	float: none;
	margin-bottom: 0
}
.nav-tabs{
	border-bottom: none;
}
.tab-head .nav-tabs{
	margin-bottom: 0;
}
.tab-head .heading h1{
	margin: 0;
}
.pro-tab li {
    margin-left: 15px;
}
.pro-tab li a{
	border-radius: 40px;
	text-transform: capitalize;
	font-size: 12px;
	position: relative;
	font-weight: 600;
	padding: 11px 20px;
	border: none;
	background: transparent;
	border: 1px solid #b5c547;
	min-width: 135px;
	text-align: center;
	margin-right: 0;
}
.pro-tab li a svg{
	width: 16px;
	height: 16px;
	fill: #fff;
	position: relative;
	top: -2px;
}
.pro-tab li.active > a,.pro-tab li.active > a:focus,.pro-tab li.active > a:hover,.pro-tab.nav-tabs > li > a:hover,
.pro-tab.nav > li > a:focus,.pro-tab.nav > li > a:hover{
	background: #b5c547;
	color: #fff;
	border-color: #b5c547;
	box-shadow: 0px 6.41827px 11.4103px rgba(158, 113, 93, 0.32);
}
.product-thumb:hover .second-img {
    opacity: 1;
}
.product-thumb .second-img {
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
}
.sale{
	position: absolute;
	left: 10px;
	top: 10px;
	margin: 0 auto;
	display: inline-block;
	text-transform: uppercase;
	line-height: normal;
	font-size: 10px;
	border: 1px solid #fff;
	border-radius: 15px;
	background: transparent;
	color: #fff;
	padding: 3px 10px;
	display: none;
}
.new{
	position: absolute;
	left: 0;
	top: 10px;
	margin: 0 auto;
	display: inline-block;
	text-transform: uppercase;
	line-height: normal;
	font-size: 11px;
	border: none;
	background: #b5c547;
	color: #fff;
	padding: 0 5px;
}
.product-thumb{
	position: relative
}
.product-thumb .image {
    position: relative;
    top: 35px;
    background: transparent;
    z-index: 1;
}
.product-thumb .image img{
	border-radius: 20px;
	display: inline-flex; 
}
.discount{
	display: none;
}
.protitle{
	font-size: 14px;
	margin: 0;
	transition: 0.3s ease;
	padding: 0;
	font-weight: 600;
	text-transform: capitalize;
	color: #b5c547;
	width: 100%;
}
.protitle a{
	color: #fff;
	overflow: hidden;
	height: 30px;
	display: block;
}
.protitle:hover,.protitle:hover a{
	color: #b5c547;
}
.product-thumb .price {
    color: #fff;
	font-size: 25px;
	font-weight: 500;
	transition: 0.3s ease;
	letter-spacing: 0;
	min-height: 33px;
	width: 50%;
	display: block;
}
.product-thumb .price .wbfullprice .price {
	width: auto;
	display: inline-block;
	min-height: auto;
}
.price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
}
.product-thumb .image .rating{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.webi-main .form-control {
    padding: 1px 12px;
	margin-top: 0;
	margin-bottom: 0;
	border: 1px solid #5C8973;
	border-radius: 50px;
	background: transparent;
	font-size: 14px;
	color: #fff;
	height: 26px;
	position: relative;
	padding-right: 30px
}
.webi-main .form-control option{
	color: #000;
}
.webi-main .form-control {
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.webi-main .select{
	position: relative
}
.webi-main .select::after {
	content: '';
    background: url(../../../../../image/catalog/arrowdown.png);
    position: absolute;
    right: 10px;
    top: 7px;
    color: #788c6d;
    width: 12px;
    height: 12px;
}
.webi-main .form-group {
	display: flex;
	gap: 15px;
	align-items: center;
	margin-bottom: 0;
}
.webi-main .form-group .control-label{
	display: flex;
	gap: 5px;
	color: #fff;
	font-size: 12px;
	margin: 0;
	text-transform: capitalize;
	max-width: unset;
}
#product{
	margin-top: 15px;
}
.wbhvariant{
	margin-bottom: 20px;
}
.wbhvariant .select{
	width: 100%;
}
.webi-main .form-group .text-danger{
	font-size: 10px;
	line-height: normal;
}
/* button effect */
.wbpwish{
	background: transparent;
	border: none;
	color: #788c6d;
	padding: 0;
	position: relative;
	right: 0;
	top: 1px;
	font-size: 12px;
	z-index: 1;
	float: right;
}
.wbpwish:hover{
	color: #fff;
}
.wbpwish:hover svg{
	fill: #fff;
}
.wbpwish svg{
	fill: #788c6d;
	width: 13px;
	height: 13px;
	margin-left: 5px;
}
.product-thumb .bquickv{
	display: inline-block;vertical-align: middle
}
.product-thumb .button-group .absbtn svg{
	width: 16px;
	height: 15px;
	fill: #fff;
	position: relative;
	top: -1px;
}
.product-thumb .absbtn button,.absbtn .bquickv a{
	background-color: #b5c547;
	min-width: 34px;
	min-height: 34px;
	text-align: center;
	border: 1px solid #b5c547;
	padding: 6px 3px;
	font-size: 14px;
	text-transform: capitalize;
	transition: 0.3s ease;
	vertical-align: middle;
	display: inline-block;
	border-radius: 6px;
	margin: 0 2px;
}
.product-thumb .absbtn button:hover,.absbtn .bquickv a:hover{
	background-color: #000;
	border: 1px solid #000;
}
.product-thumb .absbtn button:hover svg,.absbtn .bquickv a:hover svg{
	fill: #fff;
}
.product-thumb{
	margin-bottom: 30px;
	position: relative;
	transition: 0.3s ease;
	border-radius: 20px;
}
.product-layout:last-child .product-thumb{
	margin-bottom: 1px;
}
.product-thumb .caption{
	padding: 10px 10px 20px 10px;
    border: 1px solid #5C8973;
    border-radius: 20px;
    background: #00160c;
	    min-height: 178px;
}
.product-thumb .hedpri{
	display: flex;
    margin-top: 35px;
    vertical-align: top;
    margin-bottom: 15px;
	position: relative;
}
/* Onsale Product */
.onsl{
	position: relative;
	z-index: 1;
}
/* Offer banner */
.offerbnr .beffect{
	border-radius: 0;
}
.offerbnr{
	position: relative;
	margin-top: -90px;
}
.offertxt{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
}
.offerinner{
	margin: 0 auto;
	max-width: 680px;
}
.offerinner h3{
	font-size: 24px;
	color: #b5c547;
}
.offerinner h2{
	font-size: 60px;
	font-weight: 300;
	margin-bottom: 40px;
	margin-top: 0;
}
.offerinner p {
	font-size: 12px;
	color: #fff;
	margin: 0 auto 30px auto;
	line-height: 24px;
	max-width: 500px;
}
.offertxt .play-video svg{
	width: 45px;
	height: 45px;
	margin-right: 10px;
}
.play-video{
	display: inline-block;
	cursor: pointer;
}
.modal-open .offertxt{
	z-index: unset;
}
#vedioModal button.close{
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 5px;
	color: #fff;
}
#videoplay path{
	fill: #fff;
}
#videoplay rect{
	stroke: #fff;
}
/* Left and Img banner */
.bnrrel{
	position: relative;
}
.bnrrel img{
	border-radius: 25px;
}
.left_imgbnr img{
	border-radius: 10px;
}
.leftinner,.imginner{
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px; 
	max-width: 250px;
}
.leftinner h3,.imginner h3{
	color: #b5c547;
}
.leftinner h2{
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}
.leftinner p,.imginner p{
	font-size: 12px;
	margin-bottom: 25px;
}
.imginner h3{
	color: #b5c547;
	font-size: 12px;
}
.imginner h2{
	font-size: 14px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}
.imgbnr [class*='col-']:nth-child(2) h2,.imgbnr [class*='col-']:nth-child(2) h3,.imgbnr [class*='col-']:nth-child(2) p{
	color: #000;
}
.leftinrbtn a svg,.wbppagebnrtxt a.btn-primary svg{
	width: 14px;
	height: 14px;
	fill: #fff;
	margin-left: 4px;
	position: relative;
	top: -1px;
}
.leftinrbtn a.btn-primary{
	box-shadow: 0px 9px 16px rgba(158, 113, 93, 0.32);
	padding: 12px 20px;
	display: inline-block;
}
.left_imgbnr{
	position: relative;
	z-index: 1;
}
/* Special Product */
.spepro{
	z-index: 2;
	position: relative;
}
.spepro .product-thumb .caption{
	background: #00160c;
}
.spepro .container > .row{
	display: flex;
	align-items: center;
}
.spepro .slick-slider .slick-list{
	padding-bottom: 25px;
}
.spepro h3{
	font-size: 27px;
	color: #b5c547;
}
.spepro .product-thumb {
	margin: 0;
	background-color: transparent;
	border: none;
	box-shadow: none;
	border-radius: 0;
}
.spepro .protitle,.spepro .protitle a{
	color: #fff;
}
.speleftbtn .btn-primary{
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	border-radius: 60px;
	font-size: 12px;
	min-height: 44px;
	padding: 12px 20px;
	margin-right: 15px;
	box-shadow: none;
}
.speleftbtn .btn-primary:hover{
	background-color: #fff;
	color: #000;
}
.speleftbtn .btn-primary:hover svg{
	fill: #000;
}
.speleftbtn .btn-primary svg{
	width: 16px;
	height: 16px;
	fill: #fff;
	position: relative;
	top: -1px;
}
.spebtm svg{
	width: 16px;
	height: 16px;
	fill: #fff;
}
.spebtm{
	border-radius: 60px;
	min-width: 180px;
	min-height: 44px;
	padding: 12px 25px;
	font-weight: 500;
	box-shadow: 0px 9px 16px rgba(158, 113, 93, 0.32);
	margin-top: 10px;
}
.spebtm:hover svg{
	fill: #fff;
}
.spepro .heading strong{
	color: #fff;
	max-width: 440px;
}
/* Special Banner */
.spebnr{
	position: relative;
}
.spebnrtext{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    display: flex;
    align-items: center;
    max-width: 450px;
}
.spebnrtext h3{
	font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #000;
    margin-top: 0;
}
.spebnrtext h2{
	font-weight: 500;
	position: relative;
	margin: 0 0 10px 0;
	font-size: 42px;
	color: #000;
}
.spebnrtext .spebtxtleft h2{
	margin-left: auto;
}
.spebnrtext h2 b{
	font-weight: 700;
	display: block;
}
.spebnrtext p {
	font-size: 12px;
	margin-bottom: 0;
	color: #000;
}
.spebnrtext a.btn-primary {
	box-shadow: 0px 9px 16px rgba(158, 113, 93, 0.32);
	padding: 12px 20px;
	display: inline-block;
	margin-top: 30px;
}
.spebnrtext a.btn-primary svg {
	width: 14px;
	height: 14px;
	fill: #fff;
	margin-left: 4px;
	position: relative;
	top: -1px;
}
.spetimg img{
	border-radius: 20px;
}
.spetimg{
	position: relative;
}
.spebtxtright{
	order: 3;
}
.spebtxtleft{
	text-align: right;
}
/* service */
.deliveryinfo{
	position: relative;
	z-index: 2;
}
.deliveryinfo li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
.deliveryinfo li span{
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s ease;
}
.deliveryinfo li h4 {
    font-size: 58px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 8px 0;
}
.deliveryinfo li p{
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
}
.deliveryinfo ul svg{
    width: 40px;height: 40px;
}
/* image text */
.bannerser .row{
	align-items: center;
	display: flex;
}
.bannerser .imgbann::before {
	position: absolute;
    content: "";
    height: 500px;
    width: 500px;
    background: radial-gradient(50% 50% at 50% 50%,#C0BB5F 0%,rgba(0,22,12,0) 100%);
    opacity: .18;
    right: 0px;
    top: -92px;
    z-index: -1;
}
.imgbnrtext strong{
	font-size: 27px;
	color: #b5c547;
}
.imgbnrtext h2 {
	font-size: 58px;
	font-weight: 300;
	margin-bottom: 15px;
    margin-top: 10px;
}
.imgbnrtext p {
	font-size: 12px;
	color: #fff;
	margin: 0;
	line-height: 24px;
	max-width: 500px;
}
.wbbnrtxtbtn .btn-primary {
    margin-top: 30px;
    border-radius: 60px;
    font-size: 12px;
    min-width: 207px;
    min-height: 44px;
    padding: 13px 6px;
}
.wbbnrtxtbtn .btn-primary svg{
	width: 16px;
	height: 16px;
	fill: #fff;
}
.imgbnrtxtbtm{
	max-width: 300px;
	margin: 0 auto;
	margin-top: -50px;
}
.imgbnrtxtbtm p{
	font-size: 12px;
	color: #777;
	margin: 0;
	line-height: 24px;
}
.imgbnrtxtbtm a{
	text-decoration: underline;
	font-size: 12px;
	margin-top: 12px;
	display: inline-block;
}
.bannerser{
	position: relative;
}
/* side img */
.s-panel::before{
	content: '';
	background: url("../../../../../image/catalog/side-img/sideimg1.png");
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	width: 360px;
    height: 855px;
    top: -110px;
    z-index: -1;
}
.s-panel::after {
    content: '';
    background: url("../../../../../image/catalog/side-img/sideimg2.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    width: 480px;
    height: 895px;
    top: -110px;
    z-index: -1;
}
.wbtoprated,.bannerser,.left_imgbnr,.cate-pro,.testimonial,.blog_webi{
	position: relative;
}
.wbtoprated::before{
	content: '';
    background: url("../../../../../image/catalog/side-img/sideimg3.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 12%;
    width: 430px;
    height: 905px;
    z-index: -1;
    bottom: -50px;
}
.bannerser::before {
    content: '';
    background: url("../../../../../image/catalog/side-img/sideimg4.png");
    background-repeat: no-repeat;
    position: absolute;
    left: -15px;
    width: 430px;
    height: 905px;
    z-index: -1;
    top: -130px;
}
.left_imgbnr::before,.blog_webi::before {
    content: '';
    background: url("../../../../../image/catalog/side-img/sideimg5.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    width: 430px;
    height: 905px;
    z-index: -1;
    top: -130px;
}
.left_imgbnr::after,.home-page .testimonial::after {
    content: '';
    background: url("../../../../../image/catalog/side-img/sideimg6.png");
    background-repeat: no-repeat;
    position: absolute;
    right: -15px;
    width: 160px;
    height: 460px;
    background-size: 160px;
    background-repeat: no-repeat;
    top: -80px;
    z-index: -1;
}
.spepro::after,.blog_webi::after {
    content: '';
    position: absolute;
    width: 700px;
    height: 700px;
    opacity: .18;
    background: radial-gradient(50% 50% at 50% 50%,#C0BB5F 0%,rgba(0,22,12,0) 100%);
    top: -14%;
    left: 0px;
    z-index: -1;
}
.home-page .cate-pro::after {
    content: '';
    background: url("../../../../../image/catalog/side-img/sideimg3.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    width: 430px;
    height: 905px;
    z-index: -1;
    top: 0;
}
.home-page .cate-pro::before{
    content: '';
    background: url("../../../../../image/catalog/side-img/sideimg4.png");
    background-repeat: no-repeat;
    position: absolute;
    left: -15px;
    width: 430px;
    height: 905px;
    z-index: -1;
    top: 0;
}
/*  */
/* product category */
.category-tab{
	position: relative;
}
.home-cat ul {
    border: 1px solid #b5c547;
    border-radius: 50px;
    margin-bottom: 0;
}
.home-cat ul li {
    padding: 0;
    display: inline-block;
}
.home-cat ul li.view_more{
	padding: 0
}
.home-cat ul.nav-tabs li a {
    display: block;
	border: none;
    padding: 17px 15px;
    text-transform: capitalize;
    color: #b4b4b4;
    border-radius: 4px;
    line-height: normal;
    font-size: 12px;
	margin: 0;
}
.home-cat ul.nav-tabs li.active a,.home-cat ul.nav-tabs li a:hover{
	color: #fff;
    border: none; 
    cursor: pointer;
    background-color: #b5c547;
    border-radius: 50px;
}
.home-cat ul.nav-tabs li.view_more a,.home-cat ul.nav-tabs li.view_more.active a,.home-cat ul.nav-tabs li.view_more a:hover{
	border-bottom: transparent
}
.category-tab .tab-content > .tab-pane:not(.active), .category-tab .pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
/* testimonial */
.testimonial .item ul{
	border: 1px solid #5C8973;
	border-radius: 20px;
	padding: 50px;
	margin: 0;
	display: flex;
	align-items: center;
	column-gap: 15px;
}
.testimonial .item ul li{
	display: inline-block;
	vertical-align: middle;
}
.testimonial .item h3{
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 15px;
}
.testimonial .item p {
	color: #b5c547;
    font-size: 23px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 30px;
}
.testimonial .item svg{
	width: 32px;
    height: 30px;
    fill: #b5c547;
}
.testimonial .item h6{
	font-weight: 300;
	font-size: 16px;
}
.testimonial .heading{
	font-weight: 600;
	margin-bottom: -80px;
}
.testimonial .testrow{
	display: flex;
	align-items: end;
}
/* blog */
.webi-single-blog .blog-desc{
	margin-top: 30px;
}
.webi-single-blog{
	max-width: 900px;
	margin: 0 auto;
}
.webi-single-blog .webi-blog-image img{
	border-radius: 20px;
}
.blogal{
	margin-top: 30px;
}
.blog_webi .heading strong{
	margin-left: auto;
    margin-right: auto;
}
.blogshadow {
    border: 1px solid #5C8973;
    border-radius: 20px;
    padding: 15px;
}
.blog-left{
	position: relative
}
.blogdt{
	display: inline-block;
	color: #b5c547;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 10px;
}
.blog_webi .blog-right strong{
	font-size: 10px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	line-height: 10px;
	color: #b5c547;
}
.blog_webi .blog-right h4{
	font-size: 16px;
	text-transform: capitalize;
	line-height: 20px;
	padding: 0 0 2px 0;
	font-weight: 600;
	overflow: hidden;
	height: 42px;
	margin: 0;
	margin-bottom: 12px;
}
.blog_webi .blog-right h4:hover,.blog_webi .blog-right h4:hover a{
	color: #ddd
}
.blog_webi .blog-right p{
	font-size: 10px;
	line-height: normal;
	margin: 0;
}
.blog_webi .blog-right{
	padding: 15px 0 0;
}
.wbblogcmtlink{
	margin-top: 15px;
}
.wbblogdots::after {
    content: ".";
    margin: 0 10px;
    vertical-align: bottom;
    font-size: 18px;
    line-height: normal;
    color: #b5c547;
}
.wbblogcmtlink .read_more{
	font-size: 10px;
	padding: 11px 24px;
	margin-top: 20px;
}
.wbblogcmtlink .read_more svg{
	width: 14px;
	height: 14px;
	fill: #fff;
	margin-left: 6px;
}
.wbblogcmtlink .read_more:hover{
	background-color: #333;
}
.lb-nav a{
	transition: none
}
.blog-left:hover .webi_post_hover {
    opacity: 1;
    visibility: visible;1
    z-index: 1;
    -webkit-transform: scale(0.9,0.9);
}
.blog-left:hover .blog_mask {
    visibility: visible;
}
.webi-blog-image {
    position: relative;
}
.webi-blog-image img {
    border-radius: 20px;
}
.webi_post_hover {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.8);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
    border-radius: 20px;
}
.webi_post_hover .icon {
	border-radius: 4px;
	transform: translate(-50%, -50%);
	padding: 12px 12px;
	display: inline-block;
	line-height: 0px;
	background: #b5c547;
	color: #fff;
}
.webi_post_hover .icon:hover{
	background-color: #000;
	color: #fff;
}
.blog-ic {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
}


.blogal .alert {
    position: unset;
}
.blog-desc {
    color: #777;
    line-height: 25px;
    font-size: 13px;
    margin-bottom: 20px;
}
.blog-comment {
    margin: 0 0 10px 0;
}
.blogal .block-title h3,.blog-comment{
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}
.wco{
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}
.bcomment{
	background-color: #b5c547;
	border: 1px solid #222;
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.view-comment{
	border-bottom: 1px solid #222;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.view-comment:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}
.blogu span{
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 23px;
}
.date span{
	margin: 0 20px;
}
.view-comment i {
    font-size: 18px;
    line-height: 30px;
}
.allcomment h5{
	font-weight: 500;
	font-size: 16px;
	margin: 0;
	line-height: 23px;
	height: 45px;
}
.blog_comment::before,.blog_comment::after{
	content: '|';
	padding: 0 6px;
}
.blog_links{
	margin: 15px 0;
	font-size: 12px;
}
.allmb{
	margin-bottom: 30px;
	background: transparent;
	padding: 0;
	border: 1px solid #5C8973;
	border-radius: 20px;
	padding: 15px;
}
.allmb .blog-desc{
	overflow: hidden;
	height: 98px;
	font-size: 12px;
	line-height: 19px;
	color: #fff;
}
.allcomment{
	padding-top: 15px;
}
/* insta */
#insta img{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
}
/* newsletter */
.newsl #newsletter{
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
.newsbtn{
	font-size: 14px;
}
.white-popup .alert{
	position: unset
}
.newsl .alert {
    position: absolute;
    border-radius: 50px;
    margin-top: 65px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.newsl #newsletter .input-group{
	border: 1px solid #000;
	border-radius: 50px;
	margin-top: 30px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}
.newsl #newsletter input{
	border: none;
	height: 60px;
	border-radius: 50px;
	background: transparent;
	color: #000;
	padding: 10px 25px;
}
.newsl .form-group{
	position: relative;
	margin: 0
}
.newsl h2{
	color: #fff;
	margin: 0 auto 30px auto;
	font-size: 60px;
	font-weight: 300;
	max-width: 600px;
}
.newsl .description-top{
	color: #fff;
	text-align: center;
	max-width: 400px;
	font-size: 12px;
	margin: 0 auto;
}
.fsocial{
	margin-top: 15px;
}
.newsbtn{
	font-weight: 600;
	text-transform: capitalize;
	padding: 0 8px;
	border-radius: 100% !important;
	background: #000;
	color: #b5c547;
	width: 45px;
	height: 45px;
	text-align: center;
	margin: 0 10px;
}
.newsbtn:hover{
	background-color: #b5c547;
	color: #fff;
}
.newsbtn i{
	font-size: 22px;
}
/* newsletter popup */
.white-popup {
  	position: relative;
	background: #FFF;
	padding: 40px 30px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	text-align: center;
	border-radius: 4px;
}
.white-popup h1{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 26px;
	margin: 0;
}
.white-popup p{
	color: #777;
	margin: 15px;
	line-height: 23px;
}
.white-popup .form-group  .checkbox label{
	position: relative
}
.white-popup  .mfp-close{
    background:#fff;
    border-radius: 4px;
}
.newsletter-bg{
   background-repeat: no-repeat;
   background-size: cover;
}
.slide-bottom{
    position: absolute;
    padding:30px;
    background:#FFF;
    bottom: 0;
    right: 10%;
    border: solid 1px #000;
}
.slide-bottom .inner{
    position: relative;
}
.button-slide{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background:#000;
    color: #FFF;
    text-align: center;
    line-height: 30px;
}
/* footer */
.foot-top{
	background: #fff;
	border-radius: 10px;
}
.wbfoot{
	display: flex;
	align-items: center;
    min-height: 72px;
    margin-top: -35px;
    margin-left: 0;
    margin-right: 0;
}
.wbfoot .wbheaderdec{
	padding-right: 15px;
}
#scroll {
    background-image: url(../../../../../image/catalog/Bottom-to-Top.png);
    background-repeat: no-repeat;
    position: fixed;
    right: 10px;
    bottom: 15px;
    cursor: pointer;
    z-index: 8;
    height: 60px;
    width: 60px;
    background-size: 60px;
    line-height: 0;
    padding: 10px 0;
    display: none;
    outline: none;
    text-align: center;
    transition: 0.3s ease;
    color: #fff;
    filter: brightness(1);
}
#scroll:hover{
	background-color: #222;
}
#scroll i {
    font-size: 20px;
}
.middle-footer{
	padding: 50px 0;
}
footer{
	background: #b5c547;
	margin-top: 100px;
}
.middle-footer h5 {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
    letter-spacing: 1px;
}
.middle-footer h3 {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
    letter-spacing: 1px;
}
.middle-footer a,.f-left li{
    cursor: pointer;
	font-size: 10px;
	color: #000;
	padding: 0;
}
.middle-footer a:hover{
	color: #788c6d;
}
.f-left li {
    word-break: break-all;
}
.middle-footer .fsocial a {
    line-height: normal;
    min-width: 23px;
    min-height: 23px;
    text-align: center;
    padding-top: 5px;
    display: inline-block;
    background: #000;
    vertical-align: middle;
    color: #fff;
    font-size: 10px;
    margin: 0 2px;
    border-radius: 100%;
	line-height: 14px;
}
.middle-footer .fsocial a i {
  	font-size: 10px;
}
.middle-footer .fsocial a:hover{
	background-color: #788c6d;
	color: #000;
}
.copy,.copy a{
	color: #000;
	font-size: 12px;
}
.foot-bot{
	padding: 15px 0;
}
.foot-copy li{
	display: inline-block;
    color: #000;
    margin-left: 10px;
}
.foot-copy li a{
	font-size: 10px;
	color: #000;
}
.foot-copy li a:hover{
	text-decoration: underline;
}
.footpay svg {
    width: 40px;
    height: 40px;
}
.wbftleft h2{
	font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 21px;
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: 2.5px;
    color: #000;
}
.wbftleft h2 b{
	display: block;
	font-weight: normal;
}
.wbftleft p{
	font-size: 12px;
	max-width: 400px;
	margin-bottom: 0;
	color: #000;
}
.wbftleft .copy{
	font-size: 10px;
	margin: 25px 0;
}
.wbfootlink li a{
    font-size: 14px;
    margin-right: 15px;
    color: #b4b4b4;
    text-transform: capitalize;
}
.wbfootlink li a:hover{
	text-decoration: underline;
}
.wbfootlink ul > li:first-child > a{
	text-decoration: underline;
	color: #000;
}
/* pagination */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #b5c547;
    border-color: #b5c547;
    z-index: 0;
    color: #fff
}
.pagination > li > a, .pagination > li > span {
    color: #fff;
    padding: 7px 12px 5px 12px;
    background-color: transparent;
    border-color: #5C8973;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #fff;
    background-color: #b5c547;
    border-color: #b5c547;
}
.pagi .tot{
	line-height: 34px;
	font-size: 12px;
}
.pagi{
	margin: 0;
	padding: 8px 0;
	border: 1px solid #5C8973;
	border-radius: 10px;
}
.pagination > li {
    display: inline-flex;
}
/* product page */
/* product page banner */
.wbppagebnr > .row{
	display: flex;
	align-items: center;
	margin-top: 60px;
}
.wbppagebnr > .row:nth-child(2n) [class*='col-']:nth-child(1){
	order: 2;
}
.wbppagebnrtxt h2{
	font-size: 44px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 30px;
}
.wbppagebnrtxt p{
	color: #666;
	font-size: 12px;
	max-width: 450px;
	margin-bottom: 0;
}
.wbppagebnrtxt a.btn-primary{
	display: inline-block;
	margin-top: 50px;
	padding: 19px 15px;
	font-size: 12px;
	min-width: 180px;
	min-height: 58px;
}
.wbppagebnrtxt strong{
	font-size: 14px;
	margin-bottom: 8px;
	display: inline-block;
}
.relpro .heading strong{
	margin-left: auto;
	margin-right: auto;
}
#product-product .pro-content .alert {
    margin: 15px 0 0 0;
	padding: 5px 10px;
	letter-spacing: 0;
}
.form-rating .form-rating-container, .radi .form-rating,.radi label{
    display: inline-block;vertical-align: middle;margin: 0
}
.form-rating .form-rating-container label,
.form-rating .form-rating-container:hover label {
    margin-bottom: 0;
    cursor: pointer
}
#tab-review .fa-stack-2x {
    color: #ffc600;
}
.form-rating .form-rating-container input {
    display: none
}
.form-rating .form-rating-container:hover label:hover i.fa-star-o,
.form-rating .form-rating-container:hover label:hover~label i.fa-star-o {
    color: #ffc600;
}
.form-rating input:checked~label i.fa-star,.form-rating input:checked~label i.fa-star-o,.form-rating .form-rating-container:hover label:hover i.fa-star,
.form-rating .form-rating-container:hover label:hover~label i.fa-star {
    color: #ffc600;
}
.form-rating .form-rating-container label i.fa-star-o, .form-rating .form-rating-container:hover label i.fa-star-o, .form-rating .form-rating-container label i.fa-star, .form-rating .form-rating-container:hover label i.fa-star {
    color: #d9d9d9;
}

.btn.datebtn {
    min-height: 34px;
    margin: 0 !important
}
.btn.datebtn i{
	vertical-align: middle
}
#product-product .pro-content .alert,#account-register .alert{
	position: unset;
}
.qty-plus-minus .glyphicon{
	font-family: 'FontAwesome';
	font-size: 18px;
	vertical-align: sub;
}
.productbg{
	position: relative;
	margin-top: 15px;
}
.zoomWrapper{
	position: relative;
	margin: 0 auto;
}
.thumbnail{
	border: none;
	padding: 15px 0;
	margin: 0;
	background: none;
	border-radius: 10px;
}
#zoom_03{
	border-radius: 4px;
}
.zoomWindow {
    right: 355px;
    left: auto !important;
}
.palert,#tab-review .alert{
	position: relative;
}
#tab-review #review{
	margin-bottom: 15px;
}
.product-tab .nav-tabs li.active::after {
    height: 2px;
    width: 100%;
}
.product-tab .nav-tabs li::after {
    content: '';
    position: absolute;
    bottom: 0;
    transition: all .3s ease-in-out;
    width: 0;
    border-bottom: 2px solid #b5c547;
    left: 0;
}
.product-tab .nav-tabs > li.active > a,.product-tab .nav-tabs > li.active > a:focus,.product-tab .nav-tabs > li.active > a:hover {
    color: #b5c547;
    cursor: default;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.product-tab .nav > li > a:focus,.product-tab .nav > li > a:hover,.product-tab .nav-tabs > li > a{
    border: none;
    background: transparent;
}
.product-tab .nav > li > a{
	padding-left: 0;
	padding-right: 0;
	font-size: 16px;
	font-weight: 600;
}
#tab-specification .table-bordered > thead > tr > td,#tab-specification .table-bordered > tbody > tr > td{
	border: 1px solid #fff;
}
.pwiscmbtn{
	position: absolute;
	right: 15px;
	display: flex;
	column-gap: 10px;
}
.pwiscmbtn button{
	border: none;
	background-color: transparent;
	padding: 0;
}
.pwiscmbtn button svg{
	fill: #fff;
}
.pwiscmbtn button:hover svg{
	fill: #b5c547;
}
.pro-content h1 {
	font-size: 34px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 23px;
    color: #f4f5f5;
    text-shadow: 0 0 50px rgb(125 231 2);
}
.pro-content #product h3{
	font-size: 18px;
}
.pro-content .webi-main .form-group{
	margin-bottom: 30px;
}
.pro-content .alert,.product-quickview-detail .alert, #accordion .alert{
    position: unset;
}
.pro-content .qty-plus-minus{
	border: 1px solid #5C8973;
    border-radius: 50px;
	display: inline-block;
	height: 41px;
}
.pro-qty {
    display: flex;
}
.pro-content .qty-plus-minus .form-control {
    width: 33px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	border: none;
	height: 40px;
	padding: 0
}
.pro-content .input-group {
	z-index: 0;
}
.producthr {
    border-top: 1px solid #222;
}
.pro-content ul{
	color: #fff;
}
.text-decor, .text-de {
    text-transform: capitalize;
	font-size: 14px;
	min-width: 150px;
	display: inline-block;
	line-height: 25px;
	vertical-align: middle;
	color: #fff;
}
.product-tag .tagtitle {
    font-weight: 500;
    font-size: 14px;
}
.product-tag a {
	background-color: #f5f5f5;
	border-radius: 4px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	color: #4f4f4f;
	margin-right: 5px;
	transition: all 0.3s ease;
}
.product-tag a:hover {
	background-color: #b5c547;
	border: 1px solid #b5c547;
	color: #fff;
}
.product-tag a:last-child {
	display: none;
}
.pro-discou {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.product-soc, .product-tag {
	margin-top: 20px;
}
.price-old {
    color: #fff;
    text-decoration: line-through;
    font-size: 10px;
    font-weight: normal;
    display: inline-block;
}
.wbbtprice {
	font-size: 9px;
	font-weight: 300;
	vertical-align: unset;
	color: #fff;
	margin: 0 3px;
	display: inline-block;
}
.price .price-new ~ .wbbtprice{
	vertical-align: super;
	top: 2px;
	position: relative;
}
.wbfullprice {
  line-height: 40px;
    text-align: left;
    margin-bottom: 26px;
}
.wbfullprice ~ .wbfullprice{
	position: absolute;
}
.wbfullprice .price-old ~ .wbbtprice{
	font-size: 7px;
	vertical-align: unset;
}
.wbpinr {
	position: relative;
}
.pro-content .pro-qty #button-cart{
	min-width: 180px;
    min-height: 50px;
}
.pro-content .webi-main .form-control{
	height: 40px;
}
.pro-content .webi-main .select::after{
	top: 13px;
}
/*.pro-content .wbfullprice ~ .wbfullprice {
  	position: unset;
}*/
.pro-content .product-btn{
	display: flex;
	align-items: center;
	column-gap: 30px;
}
.pro-content .wbfullprice .price-new,.pro-content .wbfullprice .price{
	font-size: 38px;
}
.ppageprice{
	display: inline-block;
	vertical-align: middle;
}
.relpro .slick-track{
	margin-left: 0;
}
.textdeb {
    margin: 0 4px;
    color: #b5c547;
}
.textdeb:hover{
    color: #fff;
}
.text-decor-bold{
    text-transform: capitalize;
    font-size: 14px;
}
.text-decor-bold h2{
	font-weight: 600;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0
}
.stock_bg .bg-success {
	background-color: #28a745;
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
}
.stock_bg .bg-danger {
	background-color: #f1b70e;
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 13px;
}
.stock_bg .bg-warning {
	background-color: #e07122;
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 13px;
}
.stock_bg .bg-red {
	background-color: #e91f2b;
	color: #fff;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 13px;
}
.custom-radio .img-thumbnail {
    display: block;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	border: 1px solid #ccc;
	padding: 3px;
}
.custom-radio-design label span {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
}
.custom-radio .radio label input:checked + img, .custom-radio-design label input:checked + span {
	border: 1px solid #000;	
}
.custom-radio label input, .checkbox_input label input {
    position: absolute;
	z-index: 0;
	opacity: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
}
.custom-radio .checkbox input[type="checkbox"]{
	margin: 0;
}
.custom-radio .radio label {
	padding: 0;
	text-align: center;
	font-size: 12px;
	text-transform: capitalize;
	color: #808080;
}
.custom-radio label .radio_price, .custom-radio label.color-option span {
	display: none;
}
.custom-radio .radio, .checkbox_input .checkbox {
	display: inline-block;
	margin: 0 2px 0 0;
}
.checkbox_input .checkbox label.size-option span {
    background-color: #b5c547;
    border: 1px solid #b5c547;
    border-radius: 5px;
    width: 30px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
}
.checkbox_input .checkbox label.size-option {
    padding: 0;
}
.webi-main .checkbox input[type="checkbox"]:checked + span {
    background-color: #b5c547;
    transform: rotate(0) scale(1);
    border: 1px solid #b5c547;
    color: #fff;
}
.text-decorop {
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0;
}
.datebtn {
    background-color: #000;
    box-shadow: none;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #fff;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group{
	z-index: 0;
}
.datebtn:hover, .btnup:hover{
    background-color: #b5c547;
    color: #fff;
}
.pro-content .rating li{
	display: inline-block;
	text-transform: capitalize;
}
.pro-content .price{
	text-align: right;
}
#tab-description{
	line-height: 22px;
}
.pro-qty .product-btn svg {
	fill: #fff;
}
.btnup {
    background-color: #000;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: none;
    border: none;
    color: #fff;
}
.proreview {
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	margin: 0 10px;
	padding: 0 10px;
}
.productwish button {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border: none;
    font-size: 37px;
    margin-right: 10px;
    padding: 0;
}
.product-tab{
	margin-top: 80px;
	margin-bottom: 0;
	border: 1px solid #5C8973;
	border-radius: 20px;
}
.product-tab .nav-tabs{
	border-bottom: 1px solid #5C8973;
	padding: 0;
	margin-bottom: 0;
}
.product-tab li{
	margin: 0 10px;
}
.product-tab .tab-pane{
	padding: 15px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border-color: #222;	
}
.qtlabel{
	margin-top: 5px;
}
.product-tab #review .fa-stack{
	font-size: 8px;
}
#gallery_01 img{
	border-radius: 12px;
	margin: 10px 0;
	border: 1px solid #b5c547;
	padding: 10px 0;
}
.rsep{
	padding: 0 20px;
}
.custreview{
	text-transform: capitalize;
	border-top: 1px solid #222;
	padding-top: 10px;
	margin-top: 10px;
}
#review .custreview:nth-child(1)  {
	border-top: none;
	margin-top: 0;
	padding-top: 0
}
#tab-review #review{
	border: 1px solid #5C8973;
	border-radius: 10px;
	padding: 10px;
}
#tab-review #review p{
	margin-bottom: 0;
	font-size: 13px;
}
.custreview p{
	color: #777;
	line-height: 23px;
	font-size: 13px;
	margin-bottom: 0;
}
.crspc{
	padding: 10px 0;
}
.crspc span{
	display: inline-block
}
.proimg .thumbnails{
	display: flex;
	align-items: center;
}
#gallery_01.slick-slider .slick-arrow.slick-prev {
	left: 0;
	top: -25px;
	right: 0;
	margin: 0 auto;
	transform: rotate(90deg);
}
#gallery_01.slick-slider .slick-arrow.slick-next {
	right: 0;
	left: 0;
	bottom: -25px;
	top: auto;
	margin: 0 auto;
	transform: rotate(90deg);
}
#gallery_01.slick-slider .slick-arrow{
	background-color: transparent;
	opacity: 1;
}
#gallery_01.slick-slider .slick-arrow svg {
	width: 15px;
	height: 13px;
}
.pro-cat {
    font-size: 10px;
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin-right: 20px;
}
.pro-cat:hover,.pro-cat:focus{
	color: #788c6d;
}
.pro-cat:hover svg{
	fill: #788c6d;
}
.pro-cat svg{
	fill: #fff;
	width: 13px;
	height: 13px;
	transform: rotate(180deg);
}
.pro-cat span{
	display: inline-block;
	vertical-align: middle;
	border: 1px solid;
	border-radius: 100%;
	width: 34px;
	height: 34px;
	line-height: 31px;
	text-align: center;
}
/* category page */
.panel-default > .panel-heading {
	color: #fff;
	background-color: transparent;
	border-color: #222;
}
.product-list .protitle a{
	height: auto;
}
.product-list .product-thumb .price{
	width: auto;
    position: unset;
    text-align: left;
    display: inline-block;
}
.wbfullprice ~ .wbfullprice {
	position: unset;
}
.product-list .wbhvariant .select {
  	width: auto;
}
.product-grid .catlist-des {
    display: none;
}
.catlist-des {
	color: #fff;
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: capitalize;
	letter-spacing: 0;
}
.filter-panel .panel-footer{
	background-color: #fff;
}
.filter-panel .list-group a {
    color: #000;
    border-bottom: 1px dotted #ededed;
    padding-bottom: 10px;
    font-weight: normal;
}
.filter-panel .list-group a:hover {
    background-color: transparent;
    border-bottom: 1px dotted #ededed;
}
.filter-panel .list-group-item {
    background-color: transparent;
}
.subbag .cate-top{
	margin-bottom: 50px;
}
.cate-top {
	padding: 20px 0;
}
.subbag .d-search:hover svg,.subbag .inuser:hover svg,.subbag .wishsp:hover svg,.subbag .topbsp a:hover,.subbag .inuser:hover span,.subbag .d-search:hover span {
    fill: #000;
    color: #000;
}
.subbag #cart .dropdown-menu li > div table td{
	color: #000;
}
.subbag{
	background-color: #b5c547;
}
.subbag #cart .dropdown-toggle{
	background-color: #000;
}
.subbag #cart .dropdown-toggle:hover{
	background-color: #333;
}
.cate-top h1 {
	    font-size: 50px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: capitalize;
    color: #f4f5f5;
    text-shadow: 0 0 50px rgb(125 231 2);
}
.cate-top p{
	font-size: 14px;
	color: #fff;
	margin: 0;
	margin-top: 10px;
	max-width: 500px;
}
#product-category .cate-top p{
	max-width: unset;
}
.cate-top img{
	border-radius: 4px;
}
#compare-total{
	padding: 0;
	font-weight: 500;
	margin-top: 5px;
	font-size: 12px;
	color: #fff;
}
.catesort label {
    background-color: transparent;
    border: none;
    color: #fff !important;
}
.cate-border{
	margin-bottom: 20px;
    padding-bottom: 10px;
}
#product-category .cate-border{
	border-bottom: 1px solid #353916;
}
#product-category .panel-heading:after,#product-category .cathed:after {
    content: "";
    border-bottom: 1px solid #353916;
    display: block;
    margin-top: 20px;
    position: relative;
    margin-right: -15px;
}
#product-category .colright {
    
}
.catfilter .panel-heading{
	background: transparent;
	border: none;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 20px;
	font-weight: 600;
}
.catfilter .list-group-item{
	border: none;
}
.catfilter .panel-footer{
	border: none;
}
.catfilter .list-group-item.act{
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 0;
	font-weight: 300;
}
.lgrid{
	margin-top: 5px;
}
.lgrid svg {
    fill: #aaa;
    cursor: pointer;
}
.lgrid .active svg {
    fill: #b5c547;
    cursor: pointer;
}
.select-input::after {
    font-family: 'fontawesome';
	content: '\f107';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 7px;
	pointer-events: none;
}
.catesort .input-group .form-control{
	z-index: 0;
	border-radius: 4px;
}
.catesort select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.listgridbtn {
    background-color: transparent;
    padding: 0 !important;
    margin: 0 2px;
    border: none;
    box-shadow: none
}
.listgridbtn.active, .listgridbtn.active:hover, .listgridbtn:hover {
    background-color: transparent;
    box-shadow: none;
}
.listgridbtn i {
    font-size: 22px;
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
.product-grid,.product-list{
	margin-bottom: 30px;
}
.product-grid .product-thumb,.product-list .product-thumb{
	margin-bottom: 0;
}
.product-list .product-thumb {
    float: left;
    width: 100%;
    border: 1px solid #5C8973;
    padding: 15px;
}
.product-list .product-thumb .hedpri{
	display: block;
}
.product-list .product-thumb .button-group{
	position: unset;
	opacity: 1;
	margin-top: 15px;
	text-align: left;
}
.product-list .product-thumb .rating{
	margin-top: 6px;
}
.product-list .homeaddq{
	margin-top: 15px;
}
/* filter */
.cathed{
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 600;
}
.catlistpage a{
	display: block;
	line-height: 32px;
	font-size: 12px;
	text-transform: capitalize;
}

.catfilter .checkbox input{
	margin-top: 3px;
}
#xsfilter .list-group{
	margin-bottom: 0
}
.panel-default {
    border: none;
    box-shadow: none;
    border-radius: 4px;
    background-color: transparent;
}
.list-group-item {
    border: 1px solid #222;
    background-color: transparent;
}
.panel-footer {
    background-color: transparent;
    border: 1px solid #222;
    padding: 10px 0;
}
/* refine search */
.refines{
	margin-top: 20px;
}
.refines ul{
	display: inline-block
}
.refines li a {
    border: 1px solid #43b981;
    background: #43b981;
    border-radius: 7px;
    color: white;
    width: fit-content;
    min-height: 24px;
    font-size: 12px;
    padding: 6px 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-transform: capitalize;
    margin-bottom: 4px;
    font-weight: 600;
}
.refines h3{
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 10px;
}
/* search page */
.search-page select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.search-page .select-input {
    position: relative;
}
#product-search .checkbox-inline {
    margin-top: 7px;
}
/* banner effect */
.banner-right{
	margin-top: 54px;
}
.beffect a{
	display: block;
	position: relative
}
.beffect a::after {
    content: "";
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(255,255,255,0.9) none repeat scroll 0 0;
	height: 0;
	transition: all 700ms ease-in-out 0s;
	width: 100%;
}
.beffect:hover a::after {
    opacity: 0;
	height: 85%;
}
/* cart page */
.allcart{
	align-items: center;
    flex-wrap: wrap;
    padding: 1rem 0;
    display: flex;
}
.cart-img{
	width: 100px;
}
.car-product{
	align-items: flex-start;
    display: flex;
}
.car-hed{
	display: flex;
	border-bottom: 1px solid #5C8973;
	padding: 15px 0;
    margin: 0 15px;
}
.cart-table{
    flex: 1;
    width: auto;
    padding: 0;
}
.wbcartpg h1 span{
	font-size: 50px;
	text-transform: capitalize;
	color: #b5c547;
}
.wbcartpg h1{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 18px;
}
/* .cart-des, .cart-img {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
} */
.cart-des .input-group {
    max-width: 100px!important;
    margin-top: 10px
}
.cart-des{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
}
.allcart {
    border-bottom: 1px solid #5C8973;
	margin: 15px 0;
	border-radius: 0;
}
.cart-flex{
	display: flex;
	padding: 0;
}
.allcart .cart-re {
    background-color: transparent;
    border: none;
    display: block;
    padding: 0;
    color: #b5c547;
    position: unset;
}
.wish-stock {
    color: green;
    margin-bottom: 10px
}
.cart-des .cart-des-name{
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.cart-des .price {
    margin: 5px 0
}
.cartpsp .btn-danger {
    margin: 0 2px;
    height: 34px;
}
.cart-des button:hover{
    color: #fff;
}
.cart-des button i{
    font-size: 14px
}
.cart-re i{
	font-size: 18px;
	transition: 0.3s ease;
}
.cart-re i:hover{
	color: #b5c547
}
.cart-des .input-group input{
	border-radius: 4px 0 0 4px
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  	border-top-color: #5C8973;
}
/* cart page end*/
/* other page */
.cpagerow {
    display: flex;
    flex-wrap: wrap;
}
.product-quickview-detail .swiper-button-prev::before,.product-quickview-detail .swiper-button-next::before{
	color: #fff;
	font-size: 26px;
}
.product-quickview-detail .swiper-pagination-bullet{
	background: #555;
}
.product-quickview-detail .swiper-pagination-bullet-active {
  background: #fff;
}
#account-return .form-group .date .btn-primary{
	min-width: auto;
	min-height: 34px;
	padding: 0 15px;
	border-radius: 0 4px 4px 0;
}
.breadcrumb.blogbread{
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.blogbread.breadcrumb > li a:hover,.blogbread.breadcrumb > li a:focus{
	color: #000;
}
/* contact page */
#information-contact .contact form [class*="col-"]{
	width: 100%;
	padding: 0;
}
.wbcntleft ul {
	padding: 0;
	margin: 0;
	width: 50%;
	float: left;
	list-style: none;
}
.wbcntleft ul li {
 	margin-bottom: 30px;
}
.wbcntleft li h4 {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 0;
	letter-spacing: 2.5px;
}
.wbcntleft li p {
	font-size: 24px;
	margin-bottom: 0;
	letter-spacing: 0;
	word-break: break-all;
}
.wbcntleft li p.wbcntaddress {
	font-size: 12px;
	line-height: 26px;
}
#information-contact .contact h2{
	font-size: 50px;
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 500;
}
#information-contact .contact form{
	border: 1px solid #5C8973;
    padding: 15px;
    background-color: #00160c;
    border-radius: 10px;
}
#information-contact .contact .btn-primary svg{
	width: 15px;
	height: 13px;
	fill: #fff;
	margin-left: 8px;
}
#input-captcha{
	margin-bottom: 12px;
}
#information-contact .contact form .buttons{
	display: flex;
	justify-content: end;
}
/* about us */
.wbaboutus h2{
	font-size: 50px;
	color: #b5c547;
	margin-top: 0;
	margin-bottom: 30px;
}
.wbaboutus h3{
	font-size: 30px;
	color: #b5c547;
	margin-top: 0;
	margin-bottom: 30px;
}
.wbaboutus p{
	font-size: 12px;
	margin-bottom: 15px;
}
.abserhead p{
	max-width: 1000px;
	margin: 0 auto;
}
.abserhead {
	margin-bottom: 40px;
}
.wbaboutservice ul {
	margin-bottom: 0;
	transition: .3s ease;
	border: 1px solid #5C8973;
	padding: 25px 15px;
	position: relative;
	border-radius: 10px;
}
.wbaboutservice li h4 {
	font-size: 26px;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 0;
	color: #b5c547;
}
.wbaboutservice ul li:first-child {
	position: absolute;
	right: 10px;
	top: 10px;
}
.wbaboutservice li p{
	font-size: 10px;
	margin-bottom: 0;
}
.wbaboutservice ul li{
	display: block;
}
.wbaboutservice ul svg {
	width: 24px;
	height: 24px;
	fill: #fff;
}
.wbaboutus .row{
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}
.wbaboutus .wbaboutservice .row{
	margin-bottom: 0;
}
.wbaboutus img{
	width: 100%;
	border-radius: 20px;
}
#product-compare table strike{
	font-size: 10px;
	color: #777;
}
/* about us over */
#account-wishlist .valign a strong{
	max-width: 250px;
	display: block;
}
#account-wishlist .valign .price s{
	font-size: 10px;
	color: #777;
}
#checkout-checkout h1,#error-not-found h1{
	font-size: 50px;
	text-transform: capitalize;
	color: #b5c547;
	margin-top: 50px;
	margin-bottom: 20px;
}
.accordion-toggle{
	display: block;
}
.acpage .btn-primary{
	min-width: 100px;
}
.wbtoprated,.bannerser,.deliveryinfo,.spepro,.cate-pro,.spebnr,.protabcont,.left_imgbnr,.blog_webi,.testimonial,.relpro{
	margin-top: 80px;
}
.acspace input[type="checkbox"]{
	vertical-align: middle;
	margin: 0;
}
#checkout-cart .table-bordered > thead > tr > td {
    background: #f5f5f5;
}
#checkout-cart .table-bordered > tbody > tr > td:nth-child(2) {
    font-weight: 500;
}
.product-quickview-detail .proimg::before,.product-quickview-detail .proimg::after,.product-quickview-detail .pro-content::before,.product-quickview-detail .pro-content::after{
	display: none;
}
.product-quickview-detail .swiper-viewport{
	margin: 0;
	background: transparent;
    border: 1px solid #5C8973;
}
.product-quickview-detail .swiper-viewport img{
	border-radius: 15px;
	width: 180px;
    padding: 15px;
}
.product-quickview-detail {
    width: 100%;
    background-color: #00160c;
}
.product-quickview-detail #content{
	min-height: auto;
	margin-top: 20px;
}
.product-quickview-detail .proimg{
	padding-right: 15px;
}
.product-quickview-detail .pro-content{
	padding-left: 15px;
	padding-top: 15px;
}
.mfp-content .mfp-iframe-scaler iframe{
	background: #b5c547;
	box-shadow: none;
	border-radius: 15px;
}
.mfp-wrap .mfp-container{
	padding-left: 15px;
	padding-right: 15px;
}
.product-quickview-detail .pro-content h1{
	margin-top: 0;
}

.product-quickview-detail #content {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
#checkout-checkout .infobg [class*="col-"] h2 {
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 0;
}
.contsp {
    margin-left: 35px;
    line-height: 25px;
    margin-bottom: 13px;
    text-transform: capitalize;
}
.table-bordered,.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th{
	border: 1px solid #5C8973;
}
.panel-group .panel,.panel-heading{
	border-radius: 4px
}
#accordion .panel-default {
    border: 1px solid #5C8973;
}
.cartpsp .btn-danger {
    margin: 0 2px;
    height: 34px;
}
.subheading, .acpage h1 {
    font-size: 30px;
	text-transform: capitalize;
	color: #b5c547;
	margin-top: 0;
	margin-bottom: 20px;
}
.acpage .well h1{
	font-size: 20px;
	margin-bottom: 15px;
}
.acpage .pull-right input[type="checkbox"]{
	margin-top: 0;
	vertical-align: middle;
}
.sitem ul{
	line-height: 35px;
	padding-left: 25px;
	padding-right: 25px;
}
.sitem ul li{
	list-style: url;
}
#accordion #input-password,#affiliate-login #input-password,#account-login #input-password{
	margin-bottom: 10px;
}
#accordion .panel-title i {
    float: right;
}
.panel-title{
	font-size: 14px;
}
.valign{
	vertical-align: middle !important;
}
.well {
    background-color: transparent;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #5C8973;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 0;
}
.well p{
	font-size: 12px;
}
.well p strong{
	font-size: 13px;
}
.table-hover > tbody > tr:hover {
    background-color: transparent;
}
.addlist{
	border: 1px solid #222;
	border-radius: 10px;
	padding: 10px;
	line-height: 25px;
}
.addl{
	border-top: 1px solid #222;
	padding-top: 10px;
	margin-top: 10px;
}
.alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 12px;
    border-radius: 4px;
    z-index: 99;
    text-transform: capitalize;
}
.alert .close {
    opacity: 1;
    right: 0;
    top: 0;
}
.co-heading {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
}
.img-thumbnail{
	border-radius: 4px;
	background-color: transparent;
	border-color: #5C8973;
}
.table > tbody + tbody {
  	border-top-color: #5C8973;
}
.comb .btn-primary{
	margin: 3px 0;
}
.com-description {
    width: 25%;
    color: #fff;
	font-size: 13px;
	white-space: normal !important;
}
.com-summary {
    width: 1%;
}
.brand-list .brands-content {
    padding: 8px;
}
.bname {
    background: none repeat scroll 0 0 #b5c547;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px 0;
    padding: 5px 8px;
    border-radius: 5px;
}
.brand-list {
    border: 1px solid #5C8973;
	padding: 5px;
	margin-bottom: 20px;
	background-color: transparent;
	border-radius: 10px;
}
/* account page */
.acco span{
	display: inline-block;
	vertical-align: middle;
}
#account-account.acpage #content[class*="col-"] a {
    display: inline-block;
    border: 1px solid #5C8973;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
#account-account.acpage #content[class*="col-"] span:first-child{
	border-right: 1px solid #5C8973;
	padding-right: 20px;
	margin-right: 20px;
}
#account-account.acpage #content[class*="col-"] span:last-child{
	font-size: 16px;
	font-weight: 600;
}
#account-account.acpage #content[class*="col-"] span:last-child span{
	font-size: 12px;
	font-weight: 400;
	color: #bcbcbc;
	margin-top: 6px;
	text-transform: capitalize;
	letter-spacing: 0.3px;
}
#account-account.acpage #content[class*="col-"] span svg{
	fill: #b5c547;
}
#account-account .achead {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
/*------------*/
/* account - left column */
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{
	background-color: transparent;
	color: #b5c547;
}
a.list-group-item, button.list-group-item {
  	color: #fff;
}
.accolumn{
	border: 1px solid #5C8973;
	border-radius: 10px;
	padding: 15px 0px;
}
.accolumn.list-group a{
	border: none;
	padding: 10px 50px;
	font-size: 14px;
	font-weight: 300;
}
.accolumn.list-group a.logu{
	padding: 10px 0;
}
.accolumn h3{
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	margin-top: 0;
	padding: 0 20px;
}
.accolumn h3 a{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 0;
	display: inline-block;
	margin-top: 0;
	padding: 0 0px;
}
.accolumn h3 svg{
	fill: #b5c547;
	margin-right: 10px;
}
.accolumn hr{
	border-top: 1px solid #5C8973;
}
.acl{
	margin-bottom: 5px;
}
@media (min-width: 1200px){
	.manucom .product-grid{
		width: 25%;
	}
}
@media (min-width: 1200px) and (max-width: 1400px){
	.s-panel .slick-dots{
		right: 5px;
	}
	.offerbnr{
		margin-top: 40px;
	}
}
@media (min-width: 1200px) and (max-width: 1599px){
	.bannerser::before{
		width: 100px;
		height: 366px;
		background-size: 100px;
	}
}
@media (max-width: 797px){
	.product-quickview-detail .pro-content h1 {
	    margin-top: 50px;
	}
}
@media (min-width: 798px){
	.mfp-content .mfp-iframe-scaler iframe{
		height: 88%
	}
}
@media (min-width: 768px){
	#cat_tab {
	    position: absolute;
	    margin-top: -120px;
	    right: 15px;
	    z-index: 2;
	}
	.form-horizontal .control-label{
		text-align: left;
	}
	.catfilter{
		margin-top: 30px;
	}
	.product-list .image{
		width: 16%;
	}
	.product-list .caption{
		width: 84%;
	}
	.imgbnrtext{
		position: relative;
		z-index: 1;
	}
	.product-list .product-thumb .rating {
	    bottom: 8px;
	}
	.product-list .caption{
		margin-top: 5px;
	}
	.sticky,.blogsticky{
		position: sticky;
		top: 15px
	}
	.psticky{
		position: sticky;
		top: 0	
	}
	.product-list .caption {
	    text-align: left;
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.product-list .image, .product-list .caption {
	    float: left;
	    position: relative;
	    border: none;
	}
	.product-list .image{
		top: 0;
	}
	#xsfilter {
	    display: block !important;
	}
	.catfilter .panel-heading button{
		display: none
	}
	.middle-footer h5 button {
	    display: none;
	}
    .middle-footer h3 button {
	    display: none;
	}
	.footer-collapse.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	#common-home #content {
	    padding: 0;
	    overflow: hidden;
	} 
	.s-panel::before{
		width: 245px;
	    height: 615px;
	    background-size: 415px;
	}
	.heading{
		font-size: 37px;
	}
	#insta img{
		max-width: 45px;
	}
	.manucom .product-grid{
		width: 33.33%;
	}
	#account-wishlist table{
		font-size: 12px;
		letter-spacing: 0;
	}
	#account-wishlist .valign a strong {
		max-width: 180px;
	}
	.product-grid{
		width: 50%;
	}
	.leftinrbtn a.btn-primary{
		font-size: 11px;
		letter-spacing: 0;
	}
	.newsl h2 {
		max-width: 400px;
	}
	.offerinner{
		max-width: 500px;
	}
	.offerbnr{
		margin-top: 40px;
	}
	.bannerser::before{
		width: 100px;
		height: 366px;
		background-size: 100px;
	}
	.deliveryinfo li p{
		font-size: 15px;
	}
	.wbtopratedinr{
		max-width: 300px;
	}
	.slidertext h2,.imgbnrtext h2,.offerinner h2,.newsl h2 {
		font-size: 28px;
	}
	.slidwidth {
		max-width: 450px;
	}
	.wbslidrbtn {
		margin-top: 25px;
	}
	.slidertext{
		top: 8%;
	}
	.wbslidservice {
		width: 630px;
		margin-top: 30px;
	}
	.product-grid, .product-list{
		margin-bottom: 20px;  
	}
	#account-account.acpage #content[class*="col-"] span:first-child{
		padding-right: 10px;
		margin-right: 10px;
	}
	#account-account.acpage #content[class*="col-"] span:last-child{
		font-size: 13px;letter-spacing: 0
	}
	#account-account.acpage #content[class*="col-"] a{
		padding: 15px 9px;
	}
	#account-account.acpage #content[class*="col-"] span svg{
		width: 35px;height: 35px;
	}
	.accolumn.list-group a{
		padding: 10px 20px;
	}
	.accolumn h3{
		font-size: 14px;letter-spacing: 0
	}
	#menu .navbar-nav > li > a{
		font-size: 15px;letter-spacing: 0;
	}
}
@media (min-width: 992px){
	.rless{
		margin-left: -10px;
		margin-right: -10px;
	}
	.cless{
		padding-left: 10px;
		padding-right: 10px;
	}
	#menu .navbar-nav li .dropdown-menu a.see-all{
		display: flex;
		justify-content: right;
		text-decoration: underline;
	}
	.product-thumb .price {
		/* position: relative;
		top: 6px; */
		text-align: right;
	}
	#information-contact .contact{
		position: relative;
		margin-top: -266px;
	}
	.product-list .product-thumb .button-group .absbtn,.product-list .product-thumb .cartb{
		position: unset;
		opacity: 1;
		display: inline-block;
		vertical-align: middle;
	}
	.product-list .product-thumb .cartb span{
		display: none;
	}
	.product-list .product-thumb .cartb{
		background-color: #b5c547;
		min-width: 34px;
		min-height: 34px;
		text-align: center;
		border: 1px solid #b5c547;
		padding: 5px 3px;
		font-size: 14px;
		vertical-align: middle;
		display: inline-block;
		border-radius: 6px;
		margin: 0 2px;
		box-shadow: none;
		width: auto;
	}
	.product-list .product-thumb .cartb:hover{
		background-color: #b5c547;
	}
	.product-list .cartb svg{
		margin-left: 0;
	}
	.protabcont .slick-list{
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	#menu .collapse .nav .m-menu {
	    padding-right: 20px;
	}
	.cartb {
		box-shadow: 0px 9px 16px rgb(158 113 93 / 32%);
	    border-radius: 60px;
	    background: #b5c547;
	    border: none;
	    padding: 11px 10px;
	    font-size: 12px;
	    min-width: 115px;
	    transition: 0.3s ease;
	    width: 100%;
	}
	.cartb:hover{
		background-color: #788c6d;
	}
	.cartb svg{
		width: 16px;
		height: 16px;
		margin-left: 5px;
		fill: #fff;
		position: relative;
		top: -1px;
	}
	#top-links{
		z-index: 2;
		position: relative;
	}
	#top-links::before{
		content: '';
	    border-left: 1px solid #B4B4B4;
	    position: absolute;
	    left: 0;
	    top: 0;
	    bottom: 0;
	    opacity: .24;
	}
	.footlogo::after {
	    content: '';
	    border-right: 1px solid #B4B4B4;
	    position: absolute;
	    right: 0;
	    top: -25px;
	    bottom: 0;
	    opacity: .24;
	    height: 72px;
	}
	.sborder ul {
	    border-left: 1px solid #e1e1e1;
	}
	.product-thumb .button-group .absbtn{
		position: absolute;
		left: 0;
		right: 0;
		top: 31%;
		opacity: 0;
		transition: 0.3s ease-in-out;
		text-align: center;
		z-index: 1;
	}
	.product-thumb:hover .button-group .absbtn{
		opacity: 1
	}
	#menu .navbar-nav li a i {
	    margin: 0 4px;
	}
	.brightimg:nth-child(1){
		margin-bottom: 30px;
	}
	/*#menu .dropdown-menu {
	    background: #b5c547;
	    visibility: hidden;
	    display: block;
	    opacity: 0;
	    filter: alpha(opacity=0);
	    transition: all 0.35s ease-out 0s;
	    border: none;
	    padding: 15px;
	    border-bottom: 3px solid #b5c547;
	    margin-top: 0px;
	}
	#menu .dropdown:hover .dropdown-menu {
	    display: block;
	    visibility: visible;
	    opacity: 1;
	    filter: alpha(opacity=100);
	}*/
	#menu .dropdown-menu {
	    background: #fff;
	    display: none;
	    filter: alpha(opacity=0);
	    transition: all 0.35s ease-out 0s;
	    border: none;
	    padding: 15px;
	    margin-top: 0px;
	    border-radius: 10px;
	}/*
	#menu .dropdown .header-menu ~ .dropdown-menu {
	    display: block;
	}*/
}
@media (min-width: 768px) and (max-width: 991px){
	.spepro::after, .blog_webi::after{
		width: 500px;
    	height: 500px;
    	top: 0;
	}
	.leftinner p, .imginner p {
    	font-size: 10px;
    	line-height: 15px;
    	margin-bottom: 15px;
	}
	.imginner h2{
		margin-bottom: 10px;
	}
	.s-panel::before{
		width: 190px;
	    height: 515px;
	    background-size: 340px;
	}
	.s-panel::after{
		width: 340px;
	    height: 370px;
	    background-size: 340px;
	}
	.spebnrtext h3{
		margin-bottom: 10px;
	}
	header #logo{
		margin-left: 55px;
	}
	.testimonial .heading{
		margin-bottom: -130px;
	}
	.webi-newsletter {
  		margin-top: 20px;
	}
	#insta img{
		max-width: 45px;
      	max-height: 45px;
	}
	#cat_tab{
		margin-top: -68px;
	}
	.topright ul li{
		margin-right: 8px;
	}
	.wishsp {
    	margin: 0;
	}
	.test-pad{
		width: 65%;
	}
	.onsaapp{
		width: 35%;
	}
	.pro-content h1{
		font-size: 20px;
	}
	.text-decor, .text-de,.pro-content ul{
		font-size: 12px;
	}
	.wbslidservice ul li:last-child {
	  	width: 75%;
	}
	.wbslidservice ul li h6,.wbslidservice ul li h4{
		letter-spacing: 0;
	}
	.wbslidservice{
		width: 550px;
		margin-top: 20px;
	}
	.slidertext{
		top: 10%;
	}
	.slidertext p{
		font-size: 10px;
		line-height: normal;
	}
	.pro-tab li a{
		font-size: 11px;
		min-width: 120px;
	}
	.protabcont .heading strong{
		max-width: 280px;
	}
	.speleftbtn .btn-primary {
  		font-size: 10px;
  		min-height: 36px;
  		padding: 9px 20px;
	}
	.leftinner p {
		font-size: 10px;
		line-height: normal;
	}
	.leftinner h2 {
		font-size: 16px;
	}
	.leftinrbtn a.btn-primary {
		padding: 10px 10px;
		font-size: 10px;
		letter-spacing: 0;
	}
	.bannerser{
		margin-top: 80px;
	}
	.wbbnrtxtbtn .btn-primary{
		min-width: 140px;
		min-height: 40px;
		padding: 10px 12px;
	}
	.wbppagebnrtxt a.btn-primary{
		min-width: 140px;
		min-height: 40px;
		padding: 10px 12px;
		margin-top: 30px;
	}
	.bannerser::before{
		width: 100px;
		height: 366px;
		background-size: 100px;
	}
	.bannerser::after{
		width: 100px;
		height: 181px;
		background-size: 100px;
	}
	.wbtopratedinr {
		max-width: 200px;
	}
	.slidertext strong {
		font-size: 11px;
	}
	.wbslidrbtn .play-video svg {
		width: 30px;
		height: 30px;
	}
	.slidertext a.btn-primary {
		padding: 10px 14px;
		font-size: 10px;
	}
	.wbslidrbtn {
		margin-top: 20px;
	}
	.slidwidth {
		max-width: 400px;
	}
	.spetimg::before,.spetimg::after{
		background-size: 130px;
		width: 130px;
	}
	.spebnrtext h2{
		font-size: 22px;
		margin: 0 0 10px 0;
	}
	.spebnrtext a.btn-primary{
		margin-top: 15px;
	}
	#account-wishlist tr td{
		white-space: nowrap;
	}
	.blog_links {
	    margin: 6px 0;
	}
	.allmb .blog-desc{
		margin-bottom: 8px;
	}
	.product-list .catlist-des{
		overflow: hidden;
		height: 42px;
	}
	#account-account.acpage #content[class*="col-"] span:last-child{
		letter-spacing: 0;font-size: 14px;
	}
	.accolumn.list-group a{
		padding: 10px 20px;
	}
	.accolumn h3{
		font-size: 14px;letter-spacing: 0
	}
	#column-left1{
		margin-bottom: 30px;
	}
	.blog_comment::before, .blog_comment::after{
		padding: 0 3px;
	}
	.proreview{
		margin: 0 15px;
		padding: 0 15px;
	}
	.manucom .product-grid{
		width: 33.33%;
	}
	.manucom .product-list .image{
		width: 30%;
	}
	.manucom .product-list .caption{
		width: 70%;
	}
	.product-list .image {
	    width: 40%;
	}
	.product-list .caption {
	    width: 60%;
	}
	#menu .navbar-toggle {
	    display: block;
	}
}
@media (max-width: 991px){
	.footright{
		text-align: right;
	}
	.spepro::after,.blog_webi::after{
		content: none;
	}
	.left_imgbnr::after, .home-page .testimonial::after{
		right: 0;
	}
	.offerbnr{
		margin-top: 30px;
	}
	.deliveryinfo li h4 {
    	font-size: 30px;
	}
	.deliveryinfo li p{
		font-size: 13px;
		letter-spacing: 0;
	}
	.subbag .cate-top{
		margin-bottom: 30px;
	}
	.wbftleft p{
		max-width: auto;
	}
	.wbpwish{
		font-size: 10px;
	}
	.product-thumb .caption {
		padding: 10px;
	}
	.wbcntleft{
		margin-top: 15px;
	}
	.wbcntleft li p{
		font-size: 12px;
	}
	#information-contact .contact h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.table-responsive > .table > tbody > tr > td.wbcomparenm{
		white-space: normal;
	}
	.acspace{
		font-size: 12px;
	}
	.acspace .btn-primary{
		margin: 8px 0;
	}
	#affiliate-login p,#affiliate-register p{
		font-size: 12px;
	}
	.product-grid, .product-list{
		margin-bottom: 15px;
	}
	.wbaboutservice ul{
		padding: 15px;
	}
	.wbaboutservice li h4{
		font-size: 16px;
	}
	.wbaboutus .row{
		margin-bottom: 30px;
	}
	.wbaboutus h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.wbaboutus p {
		font-size: 11px;
		line-height: 18px;
	}
	.wbaboutus h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#account-wishlist tr td.wishpagenm{
		white-space: normal;
	}
	#account-wishlist .valign a strong{
		display: unset;
	}
	#account-wishlist tr td {
		font-size: 12px;
		letter-spacing: 0;
	}
	#checkout-checkout h1,#error-not-found h1{
		font-size: 24px;
		margin-top: 30px;
	}
	.subheading, .acpage h1{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.wbcartpg h1 span{
		font-size: 24px;
	}
	.wbcartpg h1{
		margin-top: 30px;
	}
	.cate-top {
		padding: 20px 0;
		margin-bottom: 20px;
	}
	.cate-top h1 {
		font-size: 30px;
		margin-bottom: 0;
	}
	.cate-top p {
		margin-top: 15px;
		line-height: normal;
	}
	.pro-content .webi-main .form-group {
		margin-bottom: 20px;
	}
	.testimonial .item ul{
		padding: 15px;
	}
	#product-product .testimonial{
		padding: 0;
	}
	.pro-content .wbfullprice .price-new,.pro-content .wbfullprice .price {
		font-size: 20px;
	}
	.pro-content .rating li{ 
		font-size: 11px; 
		letter-spacing: 0;
	}
	.s-panel .slick-dots li.slick-active span {
		font-size: 18px;
	}
	.s-panel .slick-dots li span{
		font-size: 12px
	}
	.s-panel .slick-dots li{
		padding: 4px 10px;
	}
	.product-thumb{
		box-shadow: none;
	}
	.spebtm {
		min-height: 36px;
		padding: 9px 10px;
		font-size: 11px;
	}
	.newsl h2{
		max-width: 250px;
	}
	.product-thumb .price{
		font-size: 20px;
		text-align: right;
	}
	.webi-main .form-group .control-label{
		letter-spacing: 0;
		font-size: 10px;
	}
	.wbtoprated{
		top: 15px;
	}
	.webi-main .form-group{
		gap: 5px;
	}
	.s-panel,.bannerser,.offerbnr,.onsl > .row.rless{
		margin-left: 0;
		margin-right: 0;
	}
	#menu .navbar-nav .m-menu > a:hover, #menu .navbar-nav .m-menu > a:focus{
		color: #ddd;
	}
	.button-group{
		margin-top: 15px;
	}
	.wbfullprice ~ .wbfullprice {
		position: unset;
	}
	.button-group .cartb span{
		display: none;
	}
	.button-group .cartb svg, .product-thumb .button-group .absbtn svg{
		margin-top: -2px;
	}
	.button-group .cartb svg{
		width: 18px;
		height: 18px;
		fill: #fff;
	}
	.button-group .absbtn{
		display: inline-block;
		vertical-align: middle;
	}
	.button-group .cartb{
		background-color: #b5c547;
		min-width: 34px;
		min-height: 34px;
		text-align: center;
		border: 1px solid #b5c547;
		padding: 5px 3px;
		font-size: 14px;
		text-transform: capitalize;
		transition: 0.3s ease;
		vertical-align: middle;
		display: inline-block;
		border-radius: 6px;
		margin: 0 2px;
	}
	.button-group .cartb:hover{
		background-color: #000;
	}
	.wbtoprated, .bannerser, .deliveryinfo, .spepro, .cate-pro, .spebnr, .protabcont, .left_imgbnr, .blog_webi, .testimonial, .relpro{
		margin-top: 40px;
	}
	.heading,.slidertext h2,.imgbnrtext h2,.offerinner h2,.newsl h2,.wbppagebnrtxt h2{
		margin-bottom: 20px;
		font-size: 18px;
	}
	.slidertext h3,.imgbnrtext strong{
    	font-size: 16px;
	}
	.newsl .description-top{
		font-size: 10px;
	}
	.heading strong{
		font-size: 10px;
		line-height: normal;
		margin-top: 0;
    	margin-bottom: 10px;
	}
	.wbfootlink li a{
		margin-right: 6px;
	}
	.middle-footer .fsocial a {
		min-width: 18px;
		min-height: 18px;
		font-size: 9px;
		margin: 0 1px;
		padding-top: 3px;
	}
	.spepro {
		margin-left: 0;
		margin-right: 0;
	}
	.product-thumb{
		margin-bottom: 15px;
	}
	#top-links{
		float: right;
		position: unset;
	}
	#menu .navbar-nav li a{
		border-bottom: 1px solid #eee;
    	padding: 13px 15px;
	}
	.middle-footer{
		padding: 30px 0
	}
	#common-home #content {
	    padding: 0;
	}
	.rless{
		margin-left: -5px;
		margin-right: -5px;
	}
	.cless{
		padding-left: 5px;
		padding-right: 5px;
	}
	.wbSearch{
		padding: 15px;
	}
	header #logo{
		padding: 0;
		margin-left: 45px;
	}
	.menusp {
		position: absolute;
		left: 15px;
	}
	.navbar-nav{
		margin: 0
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
	}
	#menu .dropdown-inner .submenu-title{
		padding: 3px 28px;
	}
	#menu .dropdown-inner .dropdown-submenu .grand-child a{
		padding: 0;border-bottom: none
	}
	#menu .dropdown-submenu {
	    margin-top: 15px;
	    padding: 0 !important;
	}
	#menu .navbar-nav li a.see-all {
		display: inline-block;
		letter-spacing: 0;
		margin-top: 10px;
		border-bottom: 1px solid;
		padding-bottom: 0;
		font-weight: 500;
		padding: 0;
	}
	.navbar-nav .open .dropdown-menu {
	    position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: transparent;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	#menu .dropdown-inner ul{
		display: block;
	}
	#menu .nav li{
		display: block;
	}
	#mySidenav li a i{
		margin-top: 4px;
		float: right
	}
	#menu .dropdown-inner .dropdown-submenu .submenu-title{
		border-bottom: none
	}
	.hsticky {
	    border-bottom: none;
	}
	.menusp .navbar-header button{
		border: none;
		padding: 0;
		background: transparent;
		color: #000;
		margin: 0;
		margin-top: 4px;
		float: none;
		position: unset;
	}
	.menusp .navbar-header button i{
		font-size: 17px;
	}
	/* sidenav */
	.w3-overlay {
	    position: fixed;
	    display: none;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background-color: rgba(0, 0, 0, 0.5);
	    z-index: 3;
	}
	#stamenu .menu-vertical {
	    overflow-y: unset;
	}
	#stamenu.active .menu-vertical {
	    transform: translateX(0);
	}
	#stamenu .menu-vertical {
	    overflow-y: scroll;
	    position: fixed;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: auto;
	    z-index: 4;
	    background: #fff;
	    width: 280px;
	    transform: translateX(-100%);
	    transition: all 0.5s ease-out 0s;
	}
	#mySidenav li a i{
		margin-top: 4px;
		float: right
	}
	.sidenav {
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 999;
	    top: 0;
	    left: 0;
	    transition: 0.5s;
	    padding-top: 60px;
	    overflow-x: hidden;
	    clear: both;
	    height: 100%;
	    background-color: #fff;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    text-align: left;
	}
	.sidenav .close-nav {
		background-color: #1e1e1e;
		padding: 12px 15px;
		width: 100%;
		display: inline-block;
		color: #fff;
		letter-spacing: 1px;
	}
	.closebtn,.closebtn:hover,.closebtn:focus{
		color: #fff;
	}
	.sidenav {
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 999;
	    top: 0;
	    left: 0;
	    transition: 0.5s;
	    padding-top: 60px;
	    overflow-x: hidden;
	    box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
	    clear: both;
	    height: 100%;
	    background-color: #fff;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    text-align: left;
	}
	.sidenav .close-nav {
		background-color: #000;
	    padding: 12px 15px;
	    width: 100%;
	    display: inline-block;
	    color: #fff;
	    letter-spacing: 1px;
	}
	.closebtn,.closebtn:hover,.closebtn:focus{
		color: #fff;
	}
	#mobile_top_menu_wrapper { 
	    margin: 0;
	    line-height: 20px;
	    display: block !important;
	}
	#menu .navbar-collapse {
	    display: block;
	    padding: 0;
	}
	.dblock{
		display: block;
	}
	.dnone{
		display: none
	}
}
@media (max-width: 767px) {
	.slidertext{
		margin: 30px 0;
	}
	.product-list .protitle{
		width: 100%;
   		margin-bottom: 10px;
	}
	.home-cat{
		position: absolute;
	}
	.car-hed .cart-flex .text-right,.allcart .cart-flex .text-right{
		display: none;
	}
	.inuser:hover span{
		color: #000;
	}
	.hsticky{
		padding: 10px 0;
	}
	.deliveryinfo li{
		margin: 0 2px;
	}
	.imgbnrtext strong{
		font-size: 16px;
	}
	.s-panel::before{
		width: 148px;
	    height: 400px;
	    background-size: 268px;
	}
	.s-panel::after{
		width: 255px;
	    height: 277px;
	    background-size: 255px;
	}
	.product-list .product-thumb{
		border: none;
		padding: 0;
	}
	#product-category .colright{
		border-left: none;
	}
	.testimonial .item p{
		line-height: 22px;
		font-size: 16px;
	}
	header #logo{
		margin-left: 35px;
	}
	#menu .collapse .nav > li:first-child > a::before, .wbfootlink ul > li:first-child > a::before{
		content: none;
	}
	.pro-row,.proimg .thumbnails{
		display: flex;
		flex-wrap: wrap;
	}
	#gallery_01{
		margin-top: 15px;
	}
	#gallery_01.slick-slider .slick-arrow svg{
		display: none;
	}
	.galleryrow{
		order: 2;
	}
	.proimg .thumbnails [class*="col-"]{
		width: 100%;
	}
	.productbg .pro-content{
		order: 4;
	}
	.product-tab{
		margin-top: 30px;
	}
	.foot-bot .copy,.foot-copy{
		text-align: center;
	}
	footer{
		margin-top: 40px;
	}
	.wbftleft h2{
		margin-top: 0;
	}
	.foot-top{
		display: none;
	}
	.topbsp .row{
		padding: 0;
	}
	.productbg{
		margin-top: 0;
	}
	.wbheadricon svg {
    	fill: #000;
    	width: 20px;
    	height: 21px;
	}
	#cart-total strong{
		top: 20px;
    	margin-left: 5px;
	}
	.wbheadricon{
		position: absolute;
	    top: 25px;
	    right: 72px;
	}
	.newsl #newsletter .input-group{
		margin-top: 15px;
	}
	.spetimg .beffect img {
	    transform: translate(0);
	    min-width: 643px;
	    left: 0%;
	}
	#cart-total span, #cartme, .d-search span{
		display: none;
	}
	.catb {
	    position: absolute;
	    right: 15px;
	    left: auto;
	    top: 1px;
	    background: #fff;
	    padding: 2px 7px;
	    border: none;
	    color: #000;
	    border-radius: 5px;
	}
	.catb.toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.catb.toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	#checkout-checkout .infobg [class*="col-"] #button-account{
		margin-bottom: 30px;
	}
	#account-voucher form .buttons .btn-primary{
		margin: 8px 0;
	}
	.allmb{
		margin-bottom: 10px;
	}
	.wbaboutus .row{
		display: block;
	}
	.wbaboutus .row.wbabtusimg{
		display: grid;
	}
	.wbabtusimg [class*="col-"]:last-child{
		order: 1;
	}
	.wbabtusimg [class*="col-"]:first-child{
		order: 2;
	}
	.wbaboutus .row img{
		margin-bottom: 15px;
	}
	.table-responsive{
		border-color: #222;
	}
	#account-account .achead{
		margin-top: 20px;
	}
	.wbppagebnrtxt strong {
		font-size: 10px;
		margin-bottom: 3px;
	}
	.wbppagebnrtxt a.btn-primary {
		min-width: 120px;
		min-height: 34px;
		display: inline-block;
		margin-top: 15px;
		padding: 9px 15px;
		font-size: 11px;
	}
	.wbppagebnrtxt p{
		line-height: normal;
		letter-spacing: 0;
		font-size: 10px;
	}
	.pro-content{
		padding-left: 15px;
		padding-top: 15px;
	}
	.proimg{
		padding-right: 15px;
	}
	.s-panel .slick-dots {
		right: 15px;
	}
	.s-panel .slick-dots{
		top: 15%;
	}
	.bannerser {
		margin-top: 30px;
	}
	.button-group .cartb,.product-thumb .absbtn button, .absbtn .bquickv a{
		min-width: 30px;
		min-height: 30px;
		padding: 4px 3px;
	}
	.button-group .cartb svg {
		width: 15px;
		height: 14px;
	}
	.product-thumb .button-group .absbtn svg{
		width: 13px;
		height: 12px;
	}
	.webi-main .form-group .control-label{
		/*display: none;*/
	}
	#cart .dropdown-toggle i{
		display: none;
	}
	#cart .dropdown-toggle {
		border: none;
		min-height: 50px;
	    min-width: 50px;
	}
	.wbslidservice{
		display: none;
	}
	.imgbnrtxtbtm{
		margin-top: -25px;
	}
	.imgbnrtext p,.imgbnrtxtbtm p,.slidertext p {
		font-size: 11px;
		line-height: normal;
	}
	.wbbnrtxtbtn .btn-primary{
		margin-top: 20px;
		font-size: 11px;
		min-width: 120px;
		min-height: 34px;
		padding: 7px 9px;
		margin-right: 10px;
		letter-spacing: 0;
	}
	.tab-head{
		margin-bottom: 20px;
	}
	.tab-head{
		display: block;
	}
	.tab-head .nav-tabs{
		text-align: left;
		margin-top: 20px;
	}
	.pro-tab li {
		margin-left: 0;
		margin-right: 3px;
	}
	.imgbnr {
		margin-top: 30px;
	}
	.speleftbtn .btn-primary {
		font-size: 10px;
		min-height: 35px;
		padding: 9px 15px;
		margin-right: 5px;
	}
	.spetimg::before,.spetimg::after{
		width: 100px;
		background-size: 100px;
	}
	.spebnrtext h2{
		font-size: 16px;
		margin: 0 0 10px 0;
	}
	.spebnrtext p {
		font-size: 11px;
		line-height: normal;
	}
	.spebnrtext a.btn-primary {
		padding: 12px 10px;
		margin-top: 15px;
		font-size: 10px;
		letter-spacing: 0;
	}
	.fborder{
		margin-top: 8px;
	}
	.fsocial{
		margin-top: 0;
	}
	.wbftleft{
		margin-bottom: 10px;
	}
	.wbftleft .copy{
		margin: 10px 0;
	}
	.left_imgbnr img{
		width: 100%;
	}
	.offerinner p {
		font-size: 11px;
		line-height: normal;
		max-width: 300px;
		margin: 0 auto 20px auto;
	}
	.offertxt .play-video svg {
		width: 30px;
		height: 30px;
	}
	.bannerser::before,.bannerser::after{
		display: none;
	}
	.cartb span{
		display: none
	}
	.cart-des .cart-des-name{
		font-size: 14px;
	}
	.allcart{
		position: relative;
		margin: 0;
	}
	.cart-re{
		position: absolute;
		right: 5px;
		bottom: 12px;
	}
	.cart-des{
		width: 66%
	}
	.cart-img img{
		max-width: 60px;
	}
	.product-list .product-thumb .button-group{
		display: block;
		margin-top: 10px;
	}
	#menu .dropdown-submenu{
		margin-top: 10px;
	}
	#menu .dropdown-inner .dropdown-submenu .submenu-title{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.protitle{
		font-size: 13px;
	}
	.protitle a{
		height: 29px;
	}
	.mfp-close{
		width: 30px !important;height: 30px !important;
	}
	.workdo-dis .list-des {
	    display: none;
	}
	.workdo-dis h4 {
	    margin-bottom: 5px;font-size: 14px;
	}
	.workdo-search-result .searchbr{
		margin: 10px 0;
	}
	.product-list .product-thumb .rating{
		margin-top: 0
	}
	.hlogout{
		min-width: 260px;
    	right: -40px;
	}
	.newsl #newsletter input{
		height: 40px;
	}
	.newsbtn{
		width: 30px;
		height: 30px;
		margin: 0 6px;
	}
	#cart-total span{
		display: none
	}
	.wbheaderdec span{
		display: block;
	}
	.appaccount{
		margin: 0 12px;
	}
	.alogin .langcdrop li{
		border-bottom: none;padding: 0
	}
	.alogin .langcur .test strong,.alogin .langcur .test img{
		margin: 0 7px;
	}
	.menusp .navbar-header button{
		margin-top: 3px;
	}
	#account-account.acpage #content[class*="col-"] span:first-child{
		padding-right: 5px;
		margin-right: 5px;
	}
	#account-account.acpage #content[class*="col-"] span:last-child{
		font-size: 13px;letter-spacing: 0
	}
	#account-account.acpage #content[class*="col-"] a{
		padding: 15px 9px;
		margin-bottom: 10px;
	}
	#account-account.acpage #content[class*="col-"] span svg{
		width: 25px;height: 25px;
	}
	.product-list .product-thumb .price {
	    margin-bottom: 2px;
	    margin-top: 0px;
		min-height: 0;
	}
	header #logo,#top-links{
		float: none;
		display: inline-block;
	}
	#top-links{
		padding-left: 0;
		float: right;
	}
	header #logo img{
		max-width: 125px;
	}
	.mfp-iframe-holder .mfp-content {
	    height: 100%;
	}
	.allcomment h5{
		font-size: 14px;
	}
	.blog_links{
		font-size: 12px;letter-spacing: 0;
		margin: 8px 0
	}
	.blog_comment::before, .blog_comment::after{
		padding: 0 3px;
	}
	.pro-content h1{
		margin-top: 15px;
		font-size: 18px;
	}
	.search-page .select-input {
	    margin: 10px 0;
	}
	.catlist-des{
		height: 40px;
		overflow: hidden;
	}
	.middle-footer .btn.toggle{
	    color: #000;
	    text-shadow: none;
	    background: none;
	    background-image: none;
	    background-image: none;
	    border: 0;
	    box-shadow: none;
	    font-size: 12px;
	    position: absolute;
	    top: -3px;
	    right: 0;
	    padding: 0;
	    width: 100%;
	}
	footer h5 .toggle::after,.catfilter .toggle::after{
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	footer h5 .toggle.collapsed::after,.catfilter .toggle.collapsed::after{
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.catfilter .panel-heading button {
	    position: absolute;
	    top: 0;
	    width: 100%;
	    right: 0;
	    padding: 0;
	    background: transparent;
	    color: #fff
	}
	.catfilter .panel-heading{
		position: relative;
	}
	.middle-footer h5{
		margin-bottom: 10px;
		position: relative
	}
}
@media (max-width: 450px){
	.secheading .heading{
		max-width: 250px;
	}
	.allcart [class*="col-"]{
		width: 100%;
		align-items: center;
	}
	.allcart .cart-flex{
		margin-top: 10px;
	}
	.car-hed .cart-price,.car-hed .cart-qut{
		display: none;
	}
	.deliveryinfo .sbr{
		width: 50%;
	}
	.bannerser .row{
		display: block;
	}
	.product-grid{
		width: 100%;
	}
	.pwiscmbtn{
		position: unset;
		margin-bottom: 10px;
	}
	.slidertext p{
		display: none;
	}
	.slidwidth {
		max-width: 250px;
	}
	.slidertext h2{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.wbslidrbtn {
		margin-top: 12px;
	}
	.slidertext a.btn-primary {
		padding: 7px 10px;
		font-size: 9px;
		letter-spacing: 0;
	}
	.imgbnr [class*="col-"]{
		width: 100%;
	}
	.imgbnr [class*="col-"]:first-child{
		margin-bottom: 20px;
	}
	.offerbnr img{
		transform: translate(0);
	    min-width: 643px;
	    left: 0%;
	}
}
@media (min-width: 451px) and (max-width: 599px){
	.slidertext{
		top: 5%;
	}
	.slidwidth {
		max-width: 270px;
	}
	.slidertext h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.wbslidrbtn {
		margin-top: 12px;
	}
	.slidertext a.btn-primary {
		padding: 7px 10px;
		letter-spacing: 0;
	}
	.product-grid{
		width: 50%;
	}
}
@media (max-width: 599px){
	.left_imgbnr::before, .blog_webi::before,.wbtoprated::before,.left_imgbnr::after, .home-page .testimonial::after,.home-page .cate-pro::before{
		width: 72px;
		height: 329px;
		background-size: 111px;
	}
	.bannerser .imgbann::before,.slideshow .container::before{
		width: 300px;
        height: 300px;
	}
	#gallery_01 img{
		display: inline-block;
	}
	.refines li a{
		margin-right: 4px;
		font-size: 10px;
	}
	.home-cat ul.nav-tabs li a{
		font-size: 10px;
		padding: 14px 8px;
	}
	.pro-content .product-btn,.ppageprice{
		display: block;
	}
	.pro-content .price {
	    text-align: left;
	    margin-bottom: 20px;
		margin-top: 15px;
	}
	.pro-content .pro-qty #button-cart {
	    min-width: 130px;
	    min-height: 40px;
	}
	.testimonial .heading{
		margin-bottom: 20px;
	}
	.onsaapp,.test-pad {
	    width: 100%;
	}
	.testimonial .testrow{
		display: block;
	}
	.wbaboutservice [class*="col-"]{
		margin-bottom: 15px;
	}
	.wbaboutservice [class*="col-"]:last-child{
		margin-bottom: 0;
	}
	.wbppagebnr .bnrrel img{
		margin-bottom: 10px;
	}
	.wbppagebnr > .row{
		display: grid;
	}
	.wbppagebnr > .row:first-child > .cless:first-child{
		order: 2;
	}
	.spebnrtext .spebtxtleft h2{
		margin-left: 0;
	}
	.wbslidrbtn .play-video svg{
		width: 22px;
		height: 22px;
		margin-right: 1px;
	}
	.slidertext strong{
		font-size: 11px;letter-spacing: 0;
	}
	.wbslidrbtn .play-video{
		margin-left: 3px;
	}
	.imgbnrtext{
		margin-bottom: 10px;
	}
	.pro-tab li a {
		font-size: 11px;
		padding: 8px 11px;
		min-width: auto;
		letter-spacing: 0;
	}
	.play-video{
		font-size: 11px;
	}
	.offerinner p {
		font-size: 10px;
		margin: 0 auto 5px auto;
	}
	.offerinner h2{
		margin-bottom: 10px;
		font-size: 16px;
		letter-spacing: 0;
	}
	.offerbnr{
		margin-top: 0px;
	}
	.offerinner h3 {
    	font-size: 16px;
	}
	.offertxt{
		margin-top: 0px;
		left: 10px;
		right: 10px;
	}
	.spebtm{
		margin-top: 15px;
	}
	.spepro .container > .row{
		display: block;
	}
	.spepro .container > .row > [class*="col-"],.bannerser .container > .row > [class*="col-"]{
		width: 100%;
	}
	.leftinrbtn a.btn-primary{
		font-size: 10px;
		letter-spacing: 0;
		padding: 8px 12px;
	}
	.leftinrbtn a svg{
		display: none;
	}
	.leftinrbtn,.leftinner{
		left: 10px;
		right: 10px;
	}
	.leftinner h2 {
		font-size: 14px;
		margin-bottom: 10px;
		letter-spacing: 0;
	}
	.leftinner p {
		font-size: 10px;
		line-height: normal;
		margin-bottom: 15px;
	}
	.spebnrtext{
		max-width: 250px;
		left: 10%;
	}
	.spebnrtext h3 {
	    font-size: 14px;
	    margin-bottom: 9px;
	}
	.spebtxtleft, .spebtxtright{
		width: 100%;
	}
	.spetimg::before, .spetimg::after{
		display: none;
	}
	.spebtxtleft{
		order: 2;
		text-align: left;
		margin: 15px 0;
	}
	#search .input-lg{
		border-radius: 10px 0 0 10px
	}
	.a-one .alert{
		left: 15px;
		right: 15px;
	}
	.alert.alertsuc{
		padding: 40px 20px;
	}
	.white-popup{
		padding: 30px 20px;
	}
	.white-popup h1{
		font-size: 20px;letter-spacing: 0
	}
	.white-popup p{
		font-size: 13px;letter-spacing: 0
	}
	.product-tab .nav > li > a{
		font-size: 12px;
		letter-spacing: 0
	}
	.product-tab li {
	    margin: 0 6px;
	}
	.proreview {
	    margin: 0 8px;
	    padding: 0 8px;
	}
	#workdo-search-category{
		display: none
	}
	.catesort {
	    width: 100%;
	    margin-top: 15px;
	}
	.pagi .text-left .pagination{
		margin-bottom: 10px;
	}
	.pagi .text-left, .pagi .text-right {
	    text-align: center;
	    width: 100%;
	    line-height: normal;
	}
	.pagi .text-right.tot{
		line-height: normal;
	}
}
@media (min-width: 600px){
	.catb {
    	display: none;
	}
	.home-cat.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	.test-pad,.onsaapp{
	    width: 50%;
	}
	#gallery_01 img{
		max-width: 150px
	}
	.allcomment h5 {
		overflow: hidden;
		height: 44px;
	}
	.webi_blog_page [class*="col-"]{
		width: 50%;
	}
	.wbaboutservice [class*="col-"]{
		width: 33.33%;
	}
	.accrow [class*="col-"]{
		width: 50%;
	}
	.s-panel .slick-dots {
		top: 26%;
	}
	.slidertext{
		top: 15px;
	}
	.slidertext a.btn-primary {
		padding: 8px 15px;
		font-size: 10px;
	}
	.wbslidrbtn .play-video svg {
		width: 30px;
		height: 30px;
	}
	.slidertext strong {
		font-size: 12px;
	}
	.wbslidrbtn {
		margin-top: 15px;
	}
	.slidwidth {
		max-width: 300px;
	}
	.offerbnr{
		margin-top: -50px;
	}
	.offertxt{
		margin-top: 50px;
	}
	.workdo-search-result .workdo-cat {
	    width: 50%;
	}
	.product-grid{
		width: 33.33%;
	}
	.ct{
		display: none
	}
}
@media (min-width: 400px) and (max-width: 767px){
	.product-list {
	    width: 50%;
	}
}
div#tab-description b, strong {
    color: #539733;
}
.pagidesc {
    margin: 23px 0 0 0;
    padding: 8px 19px;
    border: 1px solid #5C8973;
    border-radius: 10px;
	font-size: 14px;
}
.pagidesc p {
	margin-top:10px;
}
.pagidesc b, strong {
    color: #539733;
}
.flex-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.center-bg {
    margin-top: -90px;
    margin-left: -12px;
    margin-right: -12px;
}
.center-dec {
    position: relative;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.center-txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    max-width: 680px;
}
.webi-main {
    min-height: 46px;
}
h2.heading.text-left {
    color: #f4f5f5;
    text-shadow: 0 0 50px rgb(125 231 2);
}
h2.heading.text-left:after {
    background: #43b981;
    bottom: -10px;
    content: "";
    display: block;
    height: 3px;
    left: 75px;
    position: absolute;
    transform: translate(-50%);
    width: 144px;
}
div#content {
    display: flex;
    flex-direction: column;
}
.s-panel.row {
    order: 3;
}
.tauxcbd {
    border: 1px solid #43b981;
    background: #43b981;
    border-radius: 7px;
    color: white;
    width: fit-content;
    padding: 3px 7px;
    min-height: 24px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
table.tarifdeg {
    margin-bottom: 30px;
    width: 100%;
    margin-top: 30px;
}
table.tarifdeg td:nth-child(even) {
    background: #43b981;
}
table.tarifdeg th:nth-child(even) {
    background: #43b981;
}
table.tarifdeg td {
     border-left: 1px solid white;
	 border-right: 1px solid white;
	text-align: center;
	height: 40px;
}
table.tarifdeg th {
    border-left: 1px solid white;
	 border-right: 1px solid white;
	 border-bottom: 1px solid white;
    text-align: center;
	height: 40px;
}
.prixdes {
    border: 1px solid #43b981;
    background: #0a0a0a;
    border-radius: 7px;
    color: white;
    width: fit-content;
    padding: 3px 7px;
    min-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px;
}
.promo {
   position: absolute;
    right: -14px;
    top: -59px;
    rotate: 19deg;
    background-color: red;
    border-radius: 25px;
    padding: 1px 8px;
	z-index: 999;
}
.drap img {
    width: 22px;
}
.drap {
    position: absolute;
    top: -51px;
    left: -16px;
}
.product-layout.product-list.col-xs-12.cless {
    max-width: 100% !important;
}
.col-lg-6.col-md-6.col-xs-12.col-sm-6.pro-content ul > li {
    margin-top: 5px;
    margin-bottom: 5px;
}
div#tab-description a {
    text-decoration: underline;
}
div#information-information {
    height: fit-content;
}
div#information-information h3 {
    color: #539733;
}
div#information-information b, strong, a {
    color: green;
    font-weight: bold;
}
div#information-information a {
     text-decoration: underline;
}
.topbspinner a {
    color: white;
}
ul.nav.navbar-nav {
    width: max-content;
}
.wbheaderdec.col-md-5.col-xs-12 {
    width: 18%;
}
.menusp.col-md-7.text-left {
    width: 100%;
}
.middle-footer a {
    font-weight: normal;
}
.product-tab p, li {
    font-size: 14px;
}
    ul.breadcrumb a {
    color: white;
}
.pagidesc a {
    text-decoration: underline;
}
div#d_blog_module_latest_post {
    max-width: 1170px;
    margin: auto;
}
.bm .post-thumb .post-thumb-heading .title a {
    color: #fff !important;
}
.bm .bm-category-info, .bm .bm-author-info {
    background: none !important;
}
.bm a {
    text-decoration: underline !important;
}
.containerartblg {
    display: flex;
    align-items: center;
  
}

.imageartblg {
    max-width: 100%;
    height: auto;
    margin-right: 20px;
}

.textartblg {
    flex: 1;
}

/* Media Query pour les écrans inférieurs à 768px (typiquement les smartphones) */
@media (max-width: 768px) {
    .containerartblg {
        flex-direction: column;
    }

    .imageartblg {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.containerartblgdr {
    display: flex;
    align-items: center;

}

.imageartblgdr {
    max-width: 100%;
    height: auto;
    margin-left: 20px;
}

.textartblgdr {
    flex: 1;
}

/* Media Query pour les écrans inférieurs à 768px (typiquement les smartphones) */
@media (max-width: 768px) {
    .containerartblgdr {
        flex-direction: column-reverse;
    }

    .imageartblgdr {
        margin-left: 0;
        margin-bottom: 20px;
    }
}