/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* @import url('//fonts.googleapis.com/css?family=Montserrat|Raleway:800&display=swap');
@import url('//fonts.googleapis.com/css?family=Raleway&display=swap'); */
/* @import url('//fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap'); */
/* PROPRIETES */

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Raleway', sans-serif;
*/


@font-face {
    font-family: 'golden_plains-regular';
    src: url('../fonts/golden_plains-webfont.woff') format('woff2'), url('../fonts/golden_plains-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

svg {
    height: inherit;
    width: inherit;

}

.wb-image-block {
    background: #fff!important;
}

h1 {
    font-family: 'golden_plains-regular'!important;
    font-size: 36px!important;
}

.h1 {
    font-family: 'golden_plains-regular'!important;
    font-size: 36px!important;
}

a {
    font-family: 'Lato', sans-serif;
}

strong {
    font-weight: bold!important;
}

p {
    color: #000!important;
    font-family: 'Lato', sans-serif;
}

body {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    letter-spacing: 0.7px;
    background: #f7f7f7;
}

main {
    font-size: 0.875rem;
    background-color: #f7f7f7;
}

.lb-nav a {
    transition: none !important
}

a {
    color: #000;
    text-decoration: none;
    transition: 0.3s ease;
}

ul {
    margin-bottom: 0;
}

[disabled] {
    cursor: no-drop !important;
}

a:hover, a:focus, button:focus {
    color: #88c000;
    text-decoration: none;
    outline: none;
}

.owl-carousel {
    z-index: 0;
}

:focus {
    outline: none;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

#wrapper {
    min-height: 350px;
}

.fancybox-skin {
    background-color: #fff;
}

svg {
    vertical-align: middle;
    transition: 0.3s ease
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.spwish {
    margin: 0 5px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 4px;
}

.ui-front li a span {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: capitalize;
    color: #222;
    cursor: pointer;
}

.ui-state-focus, .ui-widget-content .ui-state-focus {
    border: none;
    background: transparent;
    background-image: none;
}

.ui-widget-content {
    border: 1px solid #eee !important;
}

.ui-front li:hover span, .ui-front li:focus span {
    color: #88c000;
}

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
    margin: 0;
}

#product_comparison .product-image-block img {
    max-width: 250px;
}

/* .fancybox-skin{
    border-radius:0;
} */

#index #content-wrapper {
    padding: 0
}

/*loader start */

.s-panel {
    position: relative;
}

.s-panel .wrloader {
    background: url('../img/loader.gif') 50% 50% no-repeat rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 3px;
    background: #88c000;
    border-radius: 4px;
}

#progressBar {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

/* add to cart modal */

.cart-content-btn .btn-primary {
    width: 100%;
}

#blockcart-modal .cart-content .cart-content-btn {
    display: flex;
}

#blockcart-modal .cart-content p span {
    color: #888;
}

#blockcart-modal .cart-products-count i {
    margin-right: 10px;
}

.divide-right {
    padding-bottom: 20px;
}

.cart-content {
    background-color: #fff;
    padding: 0 15px 15px 15px;
    border-radius: 0 0 4px 4px;
}

.mhr {
    margin: 0;
    padding: 12px 0;
}

#blockcart-modal .close {
    padding: 15px;
}

.modprice .regular-price {
    font-size: 12px;
}

.modprice .product-price-and-shipping {
    margin-bottom: 0
}

.modprice {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
}

#blockcart-modal .cart-products-count {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
    display: inline-block;
}

#blockcart-modal .modal-title {
    padding: 15px 15px;
    font-weight: 500;
}

#blockcart-modal .modal-body {
    padding: 0;
    font-size: 14px;
}

.wb-modal .modal-content {
    margin: 0;
}

#blockcart-modal .modal-content {
    border-radius: 4px 4px 0 0
}

/* cart modal over */

/* cart dropdown */

#blockcart-modal .product-image {
    border: 1px solid #eee;
    border-radius: 4px;
}

.head-cart-drop {
    width: 292px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.cart-det {
    padding: 10px;
}

.cart-det .no-items {
    margin: 0;
    color: #222;
}

.cart-img img {
    max-width: 70px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.cart-drop-table .cart-img img {
    max-width: 45px;
}

.cart-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 85%;
    margin-bottom: 5px;
}

.cart-drop-table li {
    vertical-align: top;
}

.cartclose {
    position: absolute;
    right: 0;
    top: 0;
}

.cart-down {
    position: relative;
    margin-bottom: 10px;
}

.qtyp li {
    display: block;
}

.qtyp li span {
    display: inline-block
}

.qtyp {
    width: 68%;
    margin: 0 3px;
}

.cdroptable {
    width: 100%;
}

.cdroptable td {
    border: 1px solid #eee;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 5px 3px;
}

.cart-det .btn-primary {
    margin-top: 10px;
}

/* cart dropdown over */

/* topbar */

#header {
    background-color: #fff;
}

.header-nav {
    border-bottom: 1px solid #eee;
    padding: 10px 0
}

#_desktop_language_selector {
    margin: 0 30px;
}

.nleft p {
    margin: 0;
    text-transform: capitalize;
    color: #000;
}

.language-selector .dropdown-menu, .currency-selector .dropdown-menu {
    display: none;
}

.wb-cart-item-info .discount-percentage {
    font-size: 11px;
}

.fixed {
    position: fixed !important;
    z-index: 9;
    top: 0 !important;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    left: 0;
    right: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    transition: top 1s linear;
}

.fixed #_desktop_top_menu .wb-menu-vertical {
    box-shadow: none
}

/* .fixed .level-1 img{
    height: 38px!important;
}
.fixed .logo{
    width: 110px!important;
} */


.user-down {
    min-width: 11.4rem;
    line-height: 25px;
    padding: 10px 12px;
    text-transform: capitalize;
    margin-top: 0;
    letter-spacing: 0;
    margin-top: 10px;
}

.user-down i {
    width: 17px;
}

.content_price.product-price-and-shipping {
    margin-top: 0;
}

#_desktop_user_info {
    margin: 0 25px;
}

#_desktop_user_info, #_desktop_cart {
    position: relative;
    cursor: pointer;
}

.cartdropd {
    position: relative
}

.search-toggle svg, .blockcart svg {
    cursor: pointer;
}

.user-info:hover svg, .wishtlist_top:hover svg, .hcom:hover svg, .hcart:hover svg, .search-toggle:hover svg {
    fill: #88c000;
}

.header-top {
    padding: 12px 0;
    position: relative;
    background-color: #fff;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
}

.hcart span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0
}

.cart-c {
    background: #88c000;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

#_desktop_logo a {
    display: inline-block;
    vertical-align: middle
}

#_desktop_top_menu {
    padding: 0;
    margin-top: 3px;
}

.social a {
    padding-left: 5px;
}

/* search */

.dblock {
    display: block;
}

.dnone {
    display: none;
}

body.active-search .wbSearch {
    opacity: 1;
    transform: translateY(0);
}

.wbSearch {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    background-color: rgba(18, 18, 18, .9);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px;
}

.wbSearch .close-nav {
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    line-height: 0;
    position: relative;
    top: 4px;
}

.wbSearch .close-nav i {
    font-size: 14px;
}

.wbSearch #search_block_top {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

#searchbox.input-group {
    width: auto;
}

body.active-search .wbSearch #search_block_top {
    animation: fadeInDown 0.3s 0.2s ease-out both;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
}

#search_toggle {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0
}

/* search over */

/* menu */

.wb-menu-vertical li.level-1 .wbIcon span, .view_more .dropdown-item span {
    /*    position: absolute;*/
    left: 30px;
    height: 39px;
}

.wb-menu-vertical .view_more {
    position: relative
}

.wb-menu-vertical li.level-1 a span::before {
    position: absolute;
    bottom: -15px;
    color: transparent;
    content: "•";
    text-shadow: transparent 0px 0px;
    font-size: 16px;
    pointer-events: none;
    transition: text-shadow 0.3s, color 0.3s;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.wb-menu-vertical li.level-1 a span:hover::before, .wb-menu-vertical li.level-1 a span:focus::before {
    text-shadow: 5px 0 #88c000, -5px 0 #88c000;
}

.view_menu .more-menu span::before, .wb-menu-vertical li.level-1 .menu-dropdown a span::before {
    display: none
}

/* slide btn */

.homeslider-container .owl-theme .owl-stage-outer {
    padding-top: 0
}

.homeslider-container img {
    border-radius: 4px;
}

.homeslider-container .owl-theme .owl-controls .owl-buttons {
    position: unset;
    margin: 0
}

.homeslider-container .owl-carousel.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    background: #88c000;
    text-shadow: none;
    border-radius: 100%;
    min-width: 40px;
    min-height: 40px;
    opacity: 0;
    color: #fff;
    padding: 7px 0;
    margin: 0;
    text-align: center;
    border: none;
}

.homeslider-container .owl-carousel.owl-theme .owl-controls .owl-buttons div:hover {
    background-color: #000;
    color: #fff;
}

.homeslider-container .owl-theme.owl-carousel .owl-buttons div i {
    font-size: 24px;
    margin: 0;
}

.homeslider-container .owl-carousel.owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
}

.homeslider-container .owl-controls .owl-buttons .owl-prev, .homeslider-container .owl-controls .owl-buttons .owl-next {
    top: 45%;
    transition: 0.3s ease;
}

.homeslider-container .owl-carousel:hover .owl-buttons .owl-prev {
    left: 30px;
}

.homeslider-container .owl-carousel:hover .owl-buttons .owl-next {
    right: 30px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    border-radius: 20px;
    background: #88c000;
}

.owl-controls .owl-page.active span {
    background: #88c000;
    opacity: 1;
}

.owl-controls .owl-page span {
    display: block;
    width: 11px;
    height: 11px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.owl-controls .owl-page {
    display: inline-block;
}

.owl-pagination {
    text-align: center;
}

.homeslider-container .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.homeslider-container .owl-controls .owl-page {
    display: inline-block
}

.owl-carousel.owl-theme .owl-controls .owl-buttons div {
    position: unset;
    color: #7f7f7f;
    margin: 0 3px;
    padding: 0;
    background-color: transparent;
    opacity: 1;
    transition: 0.3s ease;
    display: inline-block;
    text-align: center;
    border: none;
}

.owl-carousel.owl-theme .owl-controls .owl-buttons div i.material-icons {
    font-size: 33px;
}

.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next i.material-icons {
    transform: rotateY(180deg);
}

.owl-carousel.owl-theme .owl-controls .owl-buttons div:hover {
    color: #88c000;
}

.owl-carousel .owl-buttons .owl-prev {
    left: 15px;
}

.owl-carousel .owl-buttons .owl-next {
    right: 15px;
}

.owl-theme .owl-controls .owl-buttons {
    position: unset;
    text-align: center;
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-buttons div svg {
    width: 35px;
    height: 34px;
    fill: #555;
    margin: 0 5px;
}

.owl-theme .owl-controls .owl-buttons div:hover svg {
    fill: #88c000;
}

.owl-theme .owl-controls .owl-buttons svg.prosvg {
    transform: scaleX(-1);
}

.homeslider-container .owl-theme .owl-pagination .owl-page span {
    width: 25px;
    height: 2px;
    border: none;
    border-bottom: 2px solid #88c000;
    border-radius: 0;
    transition: 0.3s ease;
}

.homeslider-container .owl-theme .owl-pagination .owl-page.active span, .homeslider-container .owl-theme .owl-pagination .owl-page:hover span {
    border: none;
    border-bottom: 2px solid #88c000;
    border-radius: 0;
    height: 5px;
}

/* parallex  */

.parallex .item svg:nth-child(1) {
    position: absolute;
    left: -50px;
    fill: #88c000;
    top: -15px;
    z-index: 1;
    opacity: 0.4
}

.parallex .item svg:last-child {
    position: absolute;
    right: -50px;
    fill: #88c000;
    bottom: -15px;
    z-index: 1;
    opacity: 0.4
}

.t1 {
    background-image: url('https://lepetitcircuit.fr/themes/lepetitcircuit-child/assets/img/testi1.png');
}

.t2 {
    background-image: url('https://lepetitcircuit.fr/themes/lepetitcircuit-child/assets/img/testi2.png');
}

.t3 {
    background-image: url('https://lepetitcircuit.fr/themes/lepetitcircuit-child/assets/img/testi3.png');
}

.timg {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-repeat: no-repeat;
    border: 1px solid #88c000;
}

.parallex .item h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #88c000;
    margin: 12px 0 6px 0;
}

.parallex .item h4 {
    font-size: 12px;
    text-transform: capitalize;
    font-weight: normal;
    color: #777;
    margin-bottom: 10px;
}

.parallex .item p {
    font-size: 13px;
    line-height: 22px;
    margin-top: 50px;
}

.parallex .item {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.parallex .testdes {
    position: relative
}

.parallex .item span::before {
    content: '';
    border-left: 1px solid #88c000;
    height: 30px;
    position: absolute;
}

.logos a {
    display: block;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 1px;
}

/* product */

.thumbnail-container .product-price-and-shipping hr {
    border-top: 2px solid #88c000;
    width: 20%;
    margin: 12px auto 0 auto;
}

.pro-tab ul li {
    padding: 7px 0;
}

.pro-tab ul {
    margin-bottom: 30px;
    position: relative;
}

.pro-tab ul::before {
    content: '';
    border-top: 1px dashed #aaa;
    position: absolute;
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pro-tab ul::after {
    content: '';
    border-top: 1px dashed #aaa;
    /*    position: absolute;*/
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pro-tab ul li a {
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
    color: #777;
    border-radius: 4px;
}

.pro-tab ul li a.active, .pro-tab ul li a:hover {
    color: #88c000;
}

.pro-tab ul li {
    position: relative;
}

.tabnew::before, .tabnew::after {
    content: '/';
    color: #777;
    margin: 0 40px;
    font-size: 10px;
}

.reducep {
    position: absolute;
    right: 10px;
    top: 40px;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0;
    background: #8dc366;
    display: inline-block;
    padding: 2px 8px;
    color: #fff;
    border-radius: 4px;
    line-height: normal;
}

.sale {
    position: absolute;
    right: 0px;
    top: 0;
    margin: 0 auto;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    background-color: #f7b111;
    letter-spacing: 1px;
    padding: 5px 5px 5px 10px;
    line-height: normal;
    font-family: 'golden_plains-regular';
    font-weight: bold;
    border-radius: 0px 0px 0px 15px;
}

.thumbnail-container .product-flags .new {
    position: absolute;
    left: 0px;
    top: 0;
    margin: 0 auto;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    background-color: #88c000;
    letter-spacing: 1px;
    padding: 5px 10px 5px 5px;
    line-height: normal;
    border-radius: 0px 0px 15px 0px;
    /*
    writing-mode: vertical-lr;
    text-orientation: upright;
*/
    font-family: 'golden_plains-regular';
    font-weight: bold;
}

.thumbnail-container .second-img {
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
}

.thumbnail-container:hover .second-img {
    opacity: 1;
}

.wb-image-block {
    position: relative;
    overflow: hidden
}

.wb-image-block img {
    border-radius: 4px;
}

.thumbnail-container {
    position: relative;
    margin-bottom: 2px;
    overflow: hidden;
}

.product-tab-item .thumbnail-container {
    margin-bottom: 30px;
}

.product-tab-item .product-miniature:last-child .thumbnail-container {
    margin-bottom: 1px;
}

.product-title {
    font-size: 1rem;
    text-transform: capitalize;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    transition: 0.3s ease;
    letter-spacing: 0.5px;
    padding: 12px 0;
    font-weight: 500;
    height: 75px;
    line-height: normal;
}

.product-title a {
    color: #222;
}

.thumbnail-container .opb {
    transition: 0.3s ease-in-out
}

.thumbnail-container .product-price-and-shipping {
    min-height: 22px;
    transition: 0.3s ease-in-out
}

.product-title:hover, .product-title:hover a {
    color: #88c000;
}

.price {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    display: inline-block;
}

.thumbnail-container .button-group span {
    display: none;
}

.thumbnail-container .button-group a, .thumbnail-container .button-group button {
    background-color: #fff;
    border: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 100%;
    text-align: center;
    transition: 0.3s ease;
    padding: 9px 0;
    min-width: 38px;
    min-height: 38px;
    margin: 0 2px;
}

.thumbnail-container .button-group .qv, .thumbnail-container .button-group .add-cart, .thumbnail-container .button-group .absbtn, .thumbnail-container .button-group .compare, .thumbnail-container .button-group .quick, .thumbnail-container .button-group .wish {
    vertical-align: middle;
    display: inline-block
}

.thumbnail-container .button-group a:hover, .thumbnail-container .button-group button:hover {
    background-color: #88c000;
}

.thumbnail-container .button-group svg {
    fill: #4a4a4a;
}

.thumbnail-container .button-group a:hover svg, .thumbnail-container .button-group button:hover svg {
    fill: #fff;
}

.thumbnail-container .variant-links .color.active, .thumbnail-container .variant-links .color:hover {
    border: 1px solid #232323;
}

.thumbnail-container .comments_note i, .thumbnail-container .star_content i {
    font-size: 13px;
}

.thumbnail-container .wb-image-block .wb-list-product-reviews {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    text-align: center;
    transition: 0.3s ease-in-out;
}

/* rating */

.obar {
    background-color: #f5f5f5;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    height: 16px;
    position: relative;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.ibar {
    background-color: #5FD841;
    width: 0;
    height: 100%;
}

.ibar.bar1 {
    width: 20%;
    background-color: #E84C3D;
}

.ibar.bar2 {
    width: 40%;
    background-color: #e67e22;
}

.ibar.bar3 {
    width: 60%;
    background-color: #f1c40f;
}

.ibar.bar4 {
    width: 80%;
    background-color: #96D940;
}

.ibar.bar5 {
    width: 100%;
    background-color: #5FD841;
}

.pro-review .starm {
    position: unset;
    transition: none;
    transform: none;
    width: auto;
}

.star-main {
    background-color: #f5f5f5;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    height: 5px;
    position: relative;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    top: -8px;
}

.total-avg {
    width: 150px;
    vertical-align: baseline;
    background-color: #f5f5f5;
    border-radius: 4px;
    height: 5px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    position: relative;
    top: 9px;
}

.rate-avg {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .11);
    padding: 10px;
    border-radius: 5px;
    z-index: 1;
    left: 15px;
    margin-top: 35px;
    opacity: 0;
}

.avg-rate:hover~.rate-avg {
    opacity: 1;
}

.rate-avg .num {
    width: 10px;
}

.avgt {
    font-size: 12px;
}

.rate-avg i {
    font-size: 10px;
}

.starm {
    height: 5px;
    transition: all 0.4s ease-in-out;
    width: 0px;
}

.arltr .avg-rate i {
    font-size: 12px;
    margin-right: 2px;
}

.d-inline-block.avg-rate {
    padding: 0 5px 1px 5px;
    border-radius: 4px;
}

.totl {
    color: #666;
    width: 12px;
    text-align: center;
    font-size: 12px;
}

#productCommentsBlock .rate-avg {
    opacity: 1;
    position: unset;
    margin-top: 0;
    box-shadow: none;
}

#productCommentsBlock .avgt {
    font-size: 32px;
}

.ratea {
    font-size: 22px;
}

.rateavg-bo, #productCommentsBlock .rate-avg {
    vertical-align: middle;
    margin-bottom: 20px;
}

.pro-review .avg-rate {
    padding: 0 8px;
}

.pro-review .avg-rate i {
    margin-left: 2px;
    color: #fff;
}

.pro-review strong {
    text-transform: capitalize;
}

.pro-review .starm.bar5 {
    background-color: #388e3c;
}

.pro-review .starm.bar4 {
    background-color: #388e3c;
}

.pro-review .starm.bar3 {
    background-color: #388e3c;
}

.pro-review .starm.bar2 {
    background-color: #ff9800;
}

.pro-review .starm.bar1 {
    background-color: #ff6161;
}

.avg-rate:hover~.rate-avg .starm.bar5 {
    background-color: #388e3c;
}

.avg-rate:hover~.rate-avg .starm.bar4 {
    background-color: #388e3c;
}

.avg-rate:hover~.rate-avg .starm.bar3 {
    background-color: #388e3c;
}

.avg-rate:hover~.rate-avg .starm.bar2 {
    background-color: #ff9800;
}

.avg-rate:hover~.rate-avg .starm.bar1 {
    background-color: #ff6161;
}

.starm {
    height: 5px;
    left: 0;
    position: absolute;
    width: 0;
    transform-origin: left center;
    transition: -webkit-transform .4s cubic-bezier(0, 0, .3, 1) .3s;
    transition: transform .4s cubic-bezier(0, 0, .3, 1) .3s;
    transition: transform .4s cubic-bezier(0, 0, .3, 1) .3s, -webkit-transform .4s cubic-bezier(0, 0, .3, 1) .3s;
}

.avg-rate~.rate-avg .starm.bar5 {
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .2s;
    transition: transform 0s linear .2s;
    transition: transform 0s linear .2s, -webkit-transform 0s linear .2s
}

.avg-rate~.rate-avg .starm.bar4 {
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .3s;
    transition: transform 0s linear .3s;
    transition: transform 0s linear .3s, -webkit-transform 0s linear .3s
}

.avg-rate~.rate-avg .starm.bar3 {
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .4s;
    transition: transform 0s linear .4s;
    transition: transform 0s linear .4s, -webkit-transform 0s linear .4s
}

.avg-rate~.rate-avg .starm.bar2 {
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .5s;
    transition: transform 0s linear .5s;
    transition: transform 0s linear .5s, -webkit-transform 0s linear .5s
}

.avg-rate~.rate-avg .starm.bar1 {
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .6s;
    transition: transform 0s linear .6s;
    transition: transform 0s linear .6s, -webkit-transform 0s linear .6s
}

.avg-rate:hover~.rate-avg .starm.bar5 {
    background-color: #388e3c;
    transform: scaleX(1);
    transition: transform .2s cubic-bezier(0, 0, .2, 1) .2s, -webkit-transform .2s cubic-bezier(0, 0, .2, 1) .2s
}

.avg-rate:hover~.rate-avg .starm.bar4 {
    background-color: #388e3c;
    transform: scaleX(1);
    transition: transform .3s cubic-bezier(0, 0, .3, 1) .3s, -webkit-transform .3s cubic-bezier(0, 0, .3, 1) .3s
}

.avg-rate:hover~.rate-avg .starm.bar3 {
    background-color: #388e3c;
    transform: scaleX(1);
    transition: transform .4s cubic-bezier(0, 0, .4, 1) .4s, -webkit-transform .4s cubic-bezier(0, 0, .4, 1) .4s
}

.avg-rate:hover~.rate-avg .starm.bar2 {
    background-color: #ff9800;
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(0, 0, .5, 1) .5s, -webkit-transform .5s cubic-bezier(0, 0, .5, 1) .5s
}

.avg-rate:hover~.rate-avg .starm.bar1 {
    background-color: #ff6161;
    transform: scaleX(1);
    transition: transform .6s cubic-bezier(0, 0, .6, 1) .6s, -webkit-transform .6s cubic-bezier(0, 0, .6, 1) .6s
}

.pro-review {
    border: 1px solid #eee;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 4px;
    background-color: #fff;
}

.rhead {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.bg-re5 {
    background-color: #388e3c;
    color: #fff;
}

.bg-re4 {
    background-color: #388e3c;
    color: #fff;
}

.bg-re3 {
    background-color: #388e3c;
    color: #fff;
}

.bg-re2 {
    background-color: #ff9800;
    color: #fff;
}

.bg-re1 {
    background-color: #ff6161;
    color: #fff;
}

/* heading */

.heading {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
}

.heading span {
    display: inline-block;
    position: relative;
}

.heading span hr {
    border-top: 2px solid #88c000;
    width: 25%;
    margin: 15px auto 0 auto;
}

/* service */

.deliveryinfo {
    position: relative
}

.deliveryinfo::before {
    content: '';
    border-top: 2px solid #e4e4e4;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    width: 70%;
    margin: 0 auto;
}

.deliveryinfo ul li {
    display: block;
    vertical-align: middle;
    position: relative
}

.deliveryinfo ul li h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 4px;
}

.deliveryinfo ul li p {
    font-size: 12px;
    text-transform: capitalize;
    margin: 0
}

.deliveryinfo ul li span {
    display: inline-block;
    vertical-align: middle;
    background-color: #e4e4e4;
    transition: 0.3s ease;
    min-width: 100px;
    min-height: 100px;
    border-radius: 100%;
    padding: 27px 0;
    text-align: center
}

.deliveryinfo ul svg {
    fill: #88c000;
}

.deliveryinfo ul:hover svg {
    fill: #fff;
}

.deliveryinfo ul:hover span {
    background-color: #88c000;
}

/* category */

.owl-carousel .owl-item img {
    width: auto;
}

.categorybr {
    position: relative;
}

.categorybr a {
    display: inline-block
}

#wb_cat_carousel.owl-carousel .owl-item img {
    width: auto;
    height: 45px;
}

.categorybr .ctimg {
    width: 120px;
    height: 120px;
    display: table-cell;
    box-shadow: 0 0 4px 0 rgba(4, 0, 0, .1);
    background-color: #fff;
    vertical-align: middle;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: 0.3s ease;
}

.categorybr:hover .ctimg {
    border-color: #88c000;
}

.categorybr h5 {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 20px;
}

.sticky-side {
    position: sticky;
    top: 190px;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
}

.block-category #category-description p, .block-category h1{
    color: #fff!important;
}

#category-description {
    padding: 10px 0 0;
}

.block-category #category-description p:first-child {
    margin-bottom: 0;
}

.block-category .block-category-inner #category-description {
    font-size: .875rem;
    line-height: 1.858;
}

.block-category .block-category-inner #category-description {
    color: #fff;
    margin-bottom: 0;
    word-break: break-word;
}

.block-category {
    background-color: #f5f0ed;
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 200px;
    margin-bottom: 4.375rem;
    padding: 0;
    position: relative;
    z-index: 1;
}
.block-category2{
    background-color: #9bd29d;
    padding: 15px;
    color: #fff;
}

.block-category .category-cover {
    overflow: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    box-shadow: 0px 0px 10px 2px #ccc;
}

.block-category .category-cover img {
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    max-width: 100%;
}

.block-category .block-category-inner {
    padding: 2rem;
    position: relative;
    right: 20px;
    bottom: -1.5625rem;
    width: 600px;
    min-width: 600px;
    background-color: #9bd29d;
}

@media (max-width: 991px) {
    .block-category .block-category-inner {
        width: 100%;
        position: initial;
        min-width: initial;
    }
    .block-category .category-cover {
        width: 100%;
        position: initial;
        height: 7.5rem;
    }
    .block-category.card {
        margin-bottom: 1.563rem;
    }
}

/* blog */

#blog .read_more i {
    font-size: 14px;
    transform: rotateY(180deg);
    opacity: 0.7
}

#blog .blog_post_content_bottom {
    padding: 0;
}

#blog .read_more {
    display: inline-block;
    color: #88c000;
    border: 1px solid #88c000;
    border-radius: 4px;
    padding: 7px 12px;
    margin-top: 15px;
}

#blog .read_more:hover {
    background-color: #88c000;
    color: #fff
}

.blogdt {
    display: inline-block;
    background: #88c000;
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 4px;
}

.wbblogs_success {
    background: #92d097;
    color: #157b39;
    padding: 5px 10px;
    display: block;
    margin-top: 8px;
}

.blog_post_content {
    position: relative;
}

.post_content p {
    color: #999;
    font-size: 16px;
    /*    line-height: 21px;*/
    margin: 0 0 10px 0;
}

.addmb {
    color: #777;
}

.post_title {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 23px;
    font-weight: 500;
    padding: 15px 0 12px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.post_title:hover {
    color: #88c000;
}

.blog_mask .icon {
    transform: translate(-50%, -50%);
    background: #88c000;
    display: inline-block;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    padding: 6px 0;
    margin: 0 5px;
    border-radius: 4px;
    color: #fff;
}

.post_thumbnail {
    position: relative
}

.post_thumbnail:hover .blog_mask {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    border-radius: 4px;
    -webkit-transform: scale(0.94, 0.9);
}

.blog_mask .icon:hover {
    background-color: #000;
    color: #fff;
}

.blog_mask {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    -webkit-transform: scale(0.8);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
    border-radius: 4px;
}

.blog_mask_content {
    position: absolute;
    left: 20px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
}

.wbblog_img {
    border-radius: 4px;
}

.allbl {
    padding: 15px;
    border: none;
    position: unset;
    margin: 0;
}

.barr {
    padding: 0 15px;
}

.allbl .meta_author {
    color: #222;
}

.allbl .post_meta span {
    margin: 0 10px;
}

.allbl .content_more {
    margin-top: 10px;
}

.allbl .post_content {
    color: #555;
    line-height: 23px;
    font-size: 13px;
    letter-spacing: 0
}

.allbl .post_content p {
    margin-bottom: 0;
    margin-top: 0;
    color: #999;
    padding-bottom: 5px;
}

.allbl .content_more {
    padding: 0;
}

.allbl .post_title {
    margin-bottom: 5px;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
}

.archb .post_thumbnail {
    position: relative;
}

.archb .post_thumbnail .material-icons {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.archb {
    margin-bottom: 30px;
}

#module-wbblog-single .post_title {
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-top: 10px;
    min-height: auto;
    margin-bottom: 8px;
    cursor: pointer;
    transition: 0.3s ease;
}

#module-wbblog-single .blog_post_content_top {
    margin-top: 0;
}

#module-wbblog-archive .allbl {
    background-color: #fff;
}

#module-wbblog-archive .blog_post_content {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

#module-wbblog-archive .content_more a {
    text-decoration: none;
}

#module-wbblog-single .page-footer {
    margin-top: 0;
}

#module-wbblog-single .blog_post_content {
    padding: 0;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 4px;
    background-color: #fff;
}

#blog_post .post_thumbnail img {
    border-radius: 4px;
}

.blogdl {
    color: #aaa;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 0;
}

.post_d i {
    font-size: 14px;
    color: #aaa;
    margin-right: 10px;
}

.post_d a, .post_d span {
    color: #aaa;
    transition: 0.3s ease;
    display: inline-block;
}

.post_d a:hover {
    color: #000;
}

.post_d .fa-eye {
    margin-left: 10px;
}

.post_d {
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 12px;
}

.post_metas li {
    display: inline-block;
}

.comment_list li {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.comment_list li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.allbl .meta_category {
    margin: 0 15px;
}

.wco {
    margin-left: 33px;
}

#blog_post .post_title {
    font-family: 'golden_plains-regular'!important;
    font-size: 21px;
    text-transform: uppercase;
}

#blog_post .post_title a {
    font-family: 'golden_plains-regular'!important;
    font-size: 21px;
    text-transform: uppercase;
}

/* comment */

.commlist {
    background-color: #fff;
    margin-bottom: 15px;
    margin-top: 10px;
    border: 1px solid #eee;
}

.comment_content {
    padding: 10px 15px;
}

.fn {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 7px;
}

.vcard img {
    height: 61px;
    width: 61px;
}

.comment_content i {
    font-size: 18px;
    padding-right: 15px;
    line-height: 30px;
}

.wco {
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}

/* newsletter */

.block_newsletter {
    background: url('../img/emailbg.jpg');
    padding: 30px 0 30px 0;
    background-repeat: no-repeat;
}

.block_newsletter .alert {
    padding: 4px 10px;
    color: #000;
    margin-top: 6px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

.block_newsletter form button.btn-primary {
    font-size: 16px;
}

.block_newsletter li h3 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #fff;
}

.block_newsletter li h3 span:last-child {
    font-weight: 500;
}

.block_newsletter li p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.block_newsletter li svg {
    fill: #fff;
    margin-right: 10px;
}

.block_newsletter form input.float-xs-right {
    border: none;
    background: #333;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    padding: 0 20px;
    position: absolute;
    right: 0;
    transition: 0.3s ease;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}

.block_newsletter p {
    color: #fff!important;
}

/* footer */

#scroll {
    position: fixed;
    bottom: 100px;
    right: 20px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    background: #88c000;
    min-width: 40px;
    min-height: 40px;
    overflow: hidden;
    display: block;
    text-align: center;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
    transform: scale(1);
    padding: 10px 0;
    border-radius: 4px;
}

#scroll.scrollhide {
    bottom: -100px;
    opacity: 0;
    transform: scale(0);
}

#scroll:hover {
    background-color: #000;
    color: #fff
}

.email {
    word-break: break-all;
}

#footer_contact .icon {
    margin-right: 15px;
}

/*
.foot-payment{
    margin-top: 30px;
}
*/

.links h3 hr, .c-info hr, #footer_contact hr {
    border-top: 2px solid #e4e4e4;
    width: 50px;
    margin: 15px 0 0 0;
}

.links h3, .links h3 a, .c-info, .footleft h3 {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #000;
}

.footer-container li a, .fthr .block, .fthr .data a, #footer #block_myaccount_infos .lnk_wishlist {
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 33px;
    color: #808080;
    padding: 0;
    transition: 0.3s all ease-in-out
}

.footer-container li a:hover, .fthr .block:hover, .fthr .data a:hover, #footer #block_myaccount_infos .lnk_wishlist:hover {
    color: #88c000;
    opacity: 1;
}

#block_myaccount_infos li i, .l-list li i {
    color: #777;
}

.footer-container {
    padding: 85px 0px 15px;
}

#footer_contact .icon svg {
    fill: #88c000
}

.footsmenu li:last-child a::after {
    display: none
}

#footer .data {
    margin-left: 34px;
}

#footer #block_myaccount_infos .lnk_wishlist i {
    display: none
}

#footer #block_myaccount_infos .lnk_wishlist {
    float: none;
    padding: 0
}

.fthr h3 {
    margin-top: 25px;
}

.block-social li, .foot-payment li, .footsmenu li {
    display: inline-block;
    vertical-align: middle
}

.foot-payment li a {
    font-size: 24px;
}

.foot-payment li i {
    margin-right: 7px;
    transition: 0.3s ease;
    font-size: 21px;
    color: #808080;
}

.block-social li a {
    line-height: normal;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    background-color: #f5f5f5;
    min-width: 40px;
    min-height: 40px;
    padding-top: 9px;
    margin: 0 2px;
    border-radius: 4px;
}

.block-social li a:hover {
    background-color: #88c000;
    color: #fff;
}

#footer {
    margin-top: 20px;
    background: #fff url('../img/footerbg.png');
    background-repeat: no-repeat;
    background-position: center;
}

.copy {
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.f-d1 {
    background-repeat: no-repeat;
    width: 156px;
    height: 50px;
    background-image: url('../img/fb1.png');
    display: inline-block;
    margin: 0 30px;
}

.f-d2 {
    background-repeat: no-repeat;
    width: 171px;
    height: 50px;
    background-image: url('../img/fb2.png');
    display: inline-block;
}

.footafter {
    background: #f9f9f9;
    margin-left: 0;
    margin-right: 0;
    padding: 22px 80px;
    position: relative;
    margin-top: -50px;
    border-radius: 4px;
    overflow: hidden;
}

.footafter::before {
    content: '';
    background-image: url('../img/appimg.png');
    position: absolute;
    left: 0;
    width: 175px;
    height: 120px;
    top: -15px;
}

.footapp h1 {
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 17px;
}

/* social follow */

.facebook a::before {
    content: "\f09a";
    font-family: fontAwesome;
}

.twitter a::before {
    content: "\f099";
    font-family: fontAwesome;
}

.googleplus a::before {
    content: "\f0d5";
    font-family: fontAwesome;
}

.pinterest a::before {
    content: "\f231";
    font-family: fontAwesome;
}

.instagram a::before {
    content: "\f16d";
    font-family: fontAwesome;
}

.rss a::before {
    content: "\f09e";
    font-family: FontAwesome;
}

.youtube a::before {
    content: "\f167";
    font-family: FontAwesome;
}

.vimeo a::before {
    content: "\f27d";
    font-family: FontAwesome;
}

.snapchat a::before {
    content: "\f2ab";
    font-family: FontAwesome;
}

/* product page */

.propage .wbpc-main .time {
    display: inline-block;
}

.product-additional-info .compare, .product-additional-info .panel-product-line {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.product-additional-info svg {
    display: none;
}

.product-additional-info .add_to_compare, .product-additional-info .prowish {
    display: inline-block;
    vertical-align: middle;
    background-color: #88c000;
    color: #fff;
    /*    text-transform: capitalize;*/
    font-size: 14px;
    padding: 6px 15px;
    border-radius: 4px;
    transition: 0.3s ease;
    margin-bottom: 4px;
}

.product-additional-info .add_to_compare:hover, .product-additional-info .prowish:hover {
    background-color: #000;
    color: #fff;
}

.wb-dropdown-cart .discount-amount {
    background-color: transparent;
    padding: 0;
    color: #000;
}

.discount-amount, .propage .discount-percentage {
    background: #88cb86;
    color: #fff;
    font-size: 12px;
    padding: 4px 5px;
    border-radius: 4px;
}

.propage .current-price span {
    display: inline-block;
    vertical-align: middle;
}

.propage .current-price span:nth-child(1) {
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.propage .product-discount .regular-price {
    font-size: 14px;
}

.product-pack .h4 {
    margin-bottom: 10px;
}

.block-reassurance-item .h6 {
    font-size: 13px;
    color: #777;
    line-height: 20px;
}

.tabpro {
    margin-top: 50px;
}

.js-thumb, #zoom {
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 4px;
}

.product-tab .nav-tabs .nav-link {
    padding: 15px 12px;
    font-weight: 500;
    font-size: 16px;
}

.arltr .wb-list-product-reviews, #ratep, .retesp {
    display: inline-block;
    margin-top: 0;
}

.retesp {
    margin: 0 5px;
}

#description p {
    margin-bottom: 0;
    line-height: 22px;
}

#product .thumb-container {
    padding: 0 3px;
}

.product-tab .tab-pane {
    padding: 15px;
}

.product-prices {
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
}

.prodes p {
    margin-bottom: 0
}

/* .quickview .prodes p{
    height: 92px;
    overflow: hidden;
} */

.prodes, .product-variants .product-variants-item {
    border-bottom: 1px solid #eee;
    padding: 16px 0;
    margin-bottom: 0;
}

.product-actions {
    padding-bottom: 16px;
}

.propage hr {
    border-top: 1px solid #eee;
}

.social-sharing {
    margin-top: 15px;
}

.product-additional-info .buttons_bottom_block {
    margin-bottom: 15px;
}

.propage h1 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}

.pcust {
    font-size: 12px;
}

.product-customization-item label {
    font-weight: 500;
    text-transform: capitalize;
}

.propage .control-label {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 8px;
    font-weight: 500;
}

.product-quantity .add {
    margin: 0 10px;
}

.product-variants>.product-variants-item ul li label {
    margin-bottom: 0;
}

.propage .product-variants>.product-variants-item .color {
    margin-top: 11px;
    width: 15px;
    height: 15px;
}

.wishlist_button_extra {
    padding: 8px 10px 7px 10px;
    margin-bottom: 5px;
    font-size: 12px;
}

#idWishlist {
    border: 1px solid #eee;
    height: 33px;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-transform: capitalize;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0rem center/1.25rem 1.25rem;
    padding: 5px 15px 5px 5px;
}

.product-add-to-cart .control-label {
    margin-top: 10px;
}

.product-tab .nav-item {
    display: inline-block;
}

.arltr a {
    text-transform: capitalize;
    display: inline-block;
}

.arltr i {
    margin-right: 5px;
}

.propage .open-comment-form::after {
    content: '|';
    padding: 0 20px;
}

.product-tab {
    border: 1px solid #eee;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 4px;
}

.product-tab .nav-tabs {
    border-bottom: 1px solid #eee;
}

.attachment h4, .product-features .h6 {
    margin-bottom: 10px;
    text-transform: capitalize;
}

.product-tab .nav-tabs .nav-item a.active::before {
    background-color: #88c000;
    height: 2px;
    width: 40px;
}

.product-tab .nav-tabs .nav-item a::before {
    background-color: transparent;
    content: "";
    height: 2px;
    margin: 0 auto;
    position: absolute;
    top: 48px;
    transition: all 0.4s ease-out 0s;
    width: 3px;
}

.product-reference {
    margin-top: 10px;
}

.prodes p {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 23px;
}

.product-tab .nav-tabs .nav-link.active {
    color: #88c000;
}

/* category page */

.quickview .product-add-to-cart {
    padding-top: 15px;
}

#category-description {
    padding: 10px 0;
}

.facet li {
    margin-top: 12px
}

#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio {
    top: 0
}

.facet-title {
    color: #88c000;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 500;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}

.facet-label a span {
    display: inline-block;
    position: absolute;
    right: 30px;
    font-size: 12px;
    color: #333;
    -webkit-margin-before: -20px;
    padding: 2px 0 0 0px;
    text-align: center;
    min-width: 22px;
    min-height: 22px;
    border-radius: 4px;
}

#_desktop_search_filters_clear_all {
    margin-top: 15px;
}

.wb-grid-list {
    margin-top: 5px;
}

.total-products p {
    margin-bottom: 0;
    margin-top: 6px;
}

.products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 6px 5px 1px 5px;
    background-color: #9bd29d;
    border-radius: 4px;
}

.products-sort-order i {
    position: relative;
    top: -1px;
}

#new-products .products-sort-order .select-title {
    letter-spacing: 0;
    font-size: 12px;
}

.products-sort-order .dropdown-menu {
    border: none;
    right: 15px;
    left: 15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.lgrid svg {
    fill: #aaa;
    cursor: pointer;
    margin-right: 6px;
}

.wb-grid-list .selected svg {
    fill: #222
}

.products-sort-order .select-list {
    display: block;
    padding: 2px 8px;
    line-height: 25px;
    font-size: 14px;
}

.products-sort-order .select-list:hover {
    background: #222;
    color: #fff;
    text-decoration: none;
}

.page-content p {
    margin-bottom: 10px;
}

.sort-by {
    margin-top: 7px;
}

.listds {
    display: none;
}

.wb-product-list .listds {
    display: block;
}

.listds, .listds p {
    font-size: 13px;
    color: #aaa;
    line-height: 21px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    overflow: hidden;
    max-height: 44px;
}

.listds {
    margin-top: 0;
    margin-bottom: 6px;
}

.bh {
    text-transform: uppercase;
    font-size: 16px;
    /*    margin-bottom: 15px;*/
    font-weight: 500;
    text-align: center;
}

.wb-product-list .wb-image-block {
    padding: 0;
    overflow: hidden;
}

.products-selection {
    margin: 0 0 15px 0;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px 0;
    border-radius: 4px;
}

.wb-product-grid .item-product, .wb-product-list .item-product {
    margin-bottom: 20px;
}

#js-product-list .product-miniature {
    padding: 0;
}

#js-product-list .product-miniature .thumbnail-container::after {
    display: none
}

.wb-product-list .thumbnail-container {
    float: left;
    width: 100%;
    margin-bottom: 1px;
}

.wb-product-list .thumbnail-container .button-group {
    position: unset;
    opacity: 1;
    transition: none;
    margin-top: 12px;
}

.wb-product-list .thumbnail-container .product-price-and-shipping hr {
    display: none
}

.wb-product-list .thumbnail-container:hover .opb {
    opacity: 1
}

/* .wb-product-list .thumbnail-container .product-price-and-shipping{
    min-height: 22px;
} */

/* pagination */

.pagination {
    text-align: center;
    border: 1px solid #eee;
    background-color: #fff;
    text-transform: capitalize;
    padding: 7px 0;
    display: inline-block;
    border-radius: 4px;
}

.pagination i {
    font-size: 20px;
    margin-top: -2px;
}

.pagination .page-list li a {
    display: inline-block;
    background: #88c000;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin: 0;
    padding: 6px 7px 4px 7px;
    width: 35px;
    line-height: 24px;
    font-size: 15px;
    border-radius: 4px;
}

.pagination .text-xs-left {
    line-height: 34px;
}

.pagination .page-list li a:hover, .pagination .page-list li a:focus, .pagination .page-list li.current a {
    background: #000;
    color: #fff;
}

/* other page */

/*
.imgbanner,.product-tab-item,.deliveryinfo,.parallex{
    margin-top: 70px;
    margin-bottom: 70px;
}
*/

.home_blog_post_area {
    margin-top: 70px;
}

.sale-bkg .sale {
    display: none
}

.wb-modal .modal-content {
    border-radius: 4px;
}

.js-terms a {
    color: #88c000;
    text-transform: capitalize;
    font-weight: 500;
}

#contact .card {
    border: none;
    padding: 0;
}

.product-line-grid-body {
    line-height: 25px;
}

#module-wbblog-single .page-footer, #index .page-footer, #product .page-footer {
    margin-top: 0;
}

.page-footer {
    margin-top: 30px;
}

/* banner effect */

.beffect a {
    display: block;
    overflow: hidden;
    position: relative;
}

.beffect:hover a::after {
    opacity: 0;
    height: 85%;
}

.beffect a::after {
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .2) none repeat scroll 0 0;
    height: 0;
    transition: all 700ms ease-in-out 0s;
    width: 100%;
}

.beffect img {
    border-radius: 4px;
}

@media (min-width: 768px) {
    .sticky {
        position: sticky;
        top: 15px;
    }
    .wb-product-list .wb-product-desc {
        text-align: left;
        padding: 10px;
    }
    #_desktop_language_selector button, #_desktop_currency_selector button {
        text-transform: capitalize;
        transition: 0.3s ease;
    }
    .wb-product-list .wb-product-desc .price {
        font-size: 18px;
    }
    /*
    .thumbnail-container .product-flags .new::before,.sale::before{
        content: "";
        display: block;
        background: #fff;
        position: absolute;
        bottom: -14px;
        left: 0;
        right: 0;
        width: 24px;
        height: 24px;
        border-radius: 100%;
    }*/
}

@media (min-width: 992px) {
    .tright {
        margin-top: 16px;
    }
    .thumbnail-container .button-group {
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        opacity: 0;
        transition: 0.3s ease-in-out
    }
    .thumbnail-container:hover .button-group {
        opacity: 1;
        bottom: 0px;
    }
    .thumbnail-container:hover .opb {
        opacity: 0;
    }
    .thumbnail-container .product-price-and-shipping {
        min-height: 36px;
    }
    .wb-product-list .thumbnail-container .button-group {
        margin-top: 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .price, .allbl .post_content {
        font-size: 14px;
    }
    .regular-price {
        font-size: 11px;
    }
    #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
        letter-spacing: 0px;
        font-size: 11px;
    }
    #search .wb-product-grid .item-product, #manufacturer .wb-product-grid .item-product {
        width: 25%;
    }
    #search .wb-product-list .wb-image-block, #manufacturer .wb-product-list .wb-image-block {
        width: 25%;
    }
    #search .wb-product-list .wb-product-desc, #manufacturer .wb-product-list .wb-product-desc {
        width: 75%;
    }
    .wb-menu-vertical li.level-1, .view_menu {
        margin: 0 20px;
    }
    .wb-menu-vertical li.level-1>a, .view_menu a {
        font-size: 14px;
        letter-spacing: 0
    }
    .hcart span:last-child {
        display: none
    }
    .tright {
        margin-top: 12px;
    }
    .parallex .item {
        max-width: 800px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .categorybr h5 {
        padding: 10px 5px;
    }
    #search .wb-product-grid .item-product, #manufacturer .wb-product-grid .item-product {
        width: 33.33%;
    }
    #search .wb-product-list .wb-image-block, #manufacturer .wb-product-list .wb-image-block {
        width: 25%;
    }
    #search .wb-product-list .wb-product-desc, #manufacturer .wb-product-list .wb-product-desc {
        width: 75%;
    }
    .product-line-grid-right .qty {
        padding: 0
    }
    .footer-container li a, .fthr .block, .fthr .data a {
        letter-spacing: 0
    }
    .links h3, .links h3 a, .c-info {
        font-size: 15px;
        letter-spacing: 0
    }
    #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
        font-size: 12px;
        letter-spacing: 0
    }
}

@media (max-width: 991px) {
    .wb-menu-vertical .icon-drop-mobile {
        right: 5px;
    }
    #wbsearch_content_result {
        top: auto
    }
    .wbSearch {
        padding: 15px;
    }
    .owl-theme .owl-controls .owl-buttons {
        margin-top: 20px;
    }
    #footer {
        margin-top: 30px;
    }
    .imgbanner, .product-tab-item, .deliveryinfo, .parallex {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .home_blog_post_area {
        margin-top: 30px;
    }
    .block_newsletter li h3 {
        font-size: 20px;
        letter-spacing: 0
    }
    .block_newsletter form input.float-xs-right {
        padding: 0 10px;
    }
    .f-d1 {
        margin: 0 2px;
    }
    .footafter {
        padding: 22px 20px;
    }
    .thumbnail-container .button-group {
        margin-top: 10px;
    }
    .thumbnail-container .product-price-and-shipping hr, .parallex .item svg {
        display: none
    }
    .user-down {
        min-width: 13.4rem;
    }
    #_mobile_currency_selector, #_mobile_language_selector {
        display: inline-block;
        border: 1px solid #eee;
        padding: 2px 3px;
        margin-top: 10px;
        font-size: 12px;
        border-radius: 4px;
    }
    #_mobile_currency_selector select, #_mobile_language_selector select {
        -webkit-appearance: none;
        font-size: 12px;
        letter-spacing: 0;
    }
    #_mobile_language_selector {
        margin: 0 3px;
    }
    .desktop-search {
        margin-top: 12px;
    }
    #_mobile_cart {
        position: relative;
        margin-top: 11px;
    }
    #_mobile_user_info {
        position: relative;
        cursor: pointer;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 11px;
    }
    #_mobile_logo img {
        max-width: 120px;
    }
    /* sidenav */
    .close-nav span {
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
    }
    body.active {
        overflow: hidden;
    }
    body.active::before {
        background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99;
        transition: all .2s ease 0s;
    }
    body.active .sidenav {
        overflow-x: unset;
        overflow-y: scroll;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        background-color: #fff;
        transition: 0.5s;
        padding-top: 60px;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        box-shadow: 5px 0 5px 0 rgba(0, 0, 0, .06);
        clear: both;
        height: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .sidenav .close-nav {
        background-color: #000;
        padding: 10px 15px;
        width: 100%;
        display: inline-block;
    }
    #mobile_top_menu_wrapper {
        margin: 0 10px;
        line-height: 20px;
        display: block !important;
    }
    .close-nav i {
        font-size: 16px;
        color: #fff;
    }
    .dnone {
        display: none;
    }
    .dblock {
        display: block;
    }
    #wrapper, #footer {
        display: block !important;
    }
    #menu-icon .navbar-toggle {
        border: none;
        background: transparent;
        padding: 0;
        font-size: 17px;
        cursor: pointer;
        margin-right: 15px;
        margin-top: 15px;
        color: #000;
    }
    .heading {
        margin-bottom: 18px;
        font-size: 20px;
        letter-spacing: 0;
    }
    .reducep {
        display: none
    }
    .wb-product-grid, .wb-product-list {
        margin: 0 -3px;
    }
    #js-product-list .item-product {
        padding: 0 3px;
    }
    .pagination {
        margin-top: 0;
    }
    .pagination .text-xs-left {
        font-size: 12px;
        letter-spacing: 0
    }
    .product-customization .custom-file button {
        padding: 0 5px;
        font-size: 12px;
    }
    .product-customization {
        font-size: 12px;
    }
    .product-actions .add-to-cart {
        padding: 0 5px;
        letter-spacing: 0
    }
    .product-customization .btn-primary.float-xs-right {
        padding: 7px 5px;
        font-size: 12px;
    }
    .rless {
        margin: 0 -3px;
    }
    .cless {
        padding: 0 3px;
    }
}

@media (max-width: 767px) {
    .parallex .item p {
        font-size: 12px;
        letter-spacing: 0
    }
    .block-social li a {
        min-width: 30px;
        min-height: 30px;
        padding-top: 4px;
        margin: 0 0px;
    }
    .f-d1 {
        width: 110px;
        height: 36px;
        background-size: 110px;
    }
    .f-d2 {
        width: 120px;
        height: 36px;
        background-size: 120px;
    }
    .fa2 {
        float: none
    }
    .footapp li.fa1, .footapp li.fa2 {
        display: block
    }
    .footapp h1 {
        font-size: 18px;
        letter-spacing: 0;
        margin-bottom: 10px;
        margin-top: 0
    }
    .footafter {
        padding: 15px 15px;
    }
    .block_newsletter {
        padding: 15px 0 65px 0;
    }
    .thumbnail-container .button-group a, .thumbnail-container .button-group button {
        padding: 5px 0;
        min-width: 30px;
        min-height: 30px;
        margin: 0
    }
    .thumbnail-container .button-group svg {
        width: 17px;
        height: 16px;
    }
    #blog .blog_post_content_bottom {
        padding: 0 15px;
        margin-top: 15px;
    }
    .blogdt {
        position: unset;
    }
    #blog .read_more {
        margin-top: 12px;
    }
    .deliveryinfo ul li h4 {
        margin-top: 0
    }
    .deliveryinfo::before {
        display: none
    }
    .post_content p {
        letter-spacing: 0;
    }
    .deliveryinfo ul li span {
        min-width: 50px;
        min-height: 50px;
        padding: 10px 0
    }
    .deliveryinfo ul svg {
        width: 30px;
        height: 30px;
    }
    .deliveryinfo ul li {
        display: inline-block;
        margin: 0 2px;
    }
    .cart-c {
        position: absolute;
        right: -5px;
        bottom: -3px;
    }
    .deliveryinfo {
        margin-top: 30px;
        text-align: left;
    }
    .tabnew::before, .tabnew::after {
        margin: 0 12px;
    }
    .wb-product-list .wb-product-desc {
        padding-left: 0;
        padding-right: 0;
    }
    .wb-product-desc .qv{
        display: none!important;
    }
    .wb-product-list .product-miniature {
        background-color: transparent;
    }
    .price {
        font-size: 13px;
    }
    .regular-price {
        font-size: 11px;
    }
    /*
    .sale{
        display: none
    }*/
    #module-wbblog-single .post_title {
        font-size: 14px;
    }
    .propage h1 {
        margin-top: 10px;
    }
    .pro-tab ul li a {
        letter-spacing: 0;
        font-size: 14px;
    }
    .footer-container {
        padding: 20px 0
    }
    .total-avg {
        width: 120px;
    }
    .homeslider-container .owl-theme .owl-controls .owl-buttons {
        display: none
    }
    .product-tab-item .thumbnail-container {
        margin-bottom: 20px;
    }
    .reducep {
        display: none
    }
    .wb-menu-vertical .menu-vertical {
        display: block
    }
    .wb-menu-vertical {
        left: 0
    }
    .wb-product-list .listds {
        margin-bottom: 3px;
        margin-top: 0;
    }
    .listds, .listds p, .post_content span {
        font-size: 12px;
        letter-spacing: 0
    }
    .post_title {
        font-size: 14px;
    }
    .wb-menu-vertical .wb-sub-menu li.menu-item.bh {
        margin-bottom: 0
    }
    .wb-menu-vertical .wb-sub-menu li.menu-item.bh::after {
        display: none
    }
    .wb-dropdown-cart.defaultcart {
        top: 40px;
    }
    .post_thumbnail {
        margin-top: 0;
    }
    .facet-label a span {
        position: unset;
    }
    #category #search_filter_toggler {
        padding: 6px 0;
    }
    #blockcart-modal .product-name {
        margin-top: 15px;
    }
    .product-tab .nav-tabs .nav-link {
        padding: 15px 5px;
        font-size: 13px;
        letter-spacing: 0
    }
    .form-control-label {
        padding-top: 0
    }
    .forgotten-password .form-fields label.required {
        text-align: left;
        padding: 0
    }
    .quickview .propage h1 {
        margin-top: 0;
    }
    .quickview .modal-body {
        padding: 0 15px 15px 15px;
    }
    .arltr a, #description p, .prodes p, .product-variants .product-variants-item, .page-content p, .attachment p {
        font-size: 12px;
        letter-spacing: 0.5px
    }
    .links .title .h3 {
        font-size: 14px;
    }
    .block-category{
        display: block;
    }
}

@media (max-width: 1199px) {
    .quickview .mask {
        display: none
    }
    .deliveryinfo {
        margin-left: -5px;
        margin-right: -5px;
    }
    .deliveryinfo [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .deliveryinfo ul li h4 {
        font-size: 13px;
        letter-spacing: 0
    }
}

@media (min-width: 1200px) {
    .quickview .product-cover img {
        max-width: 500px;
    }
    .wb-menu-vertical .menu-content {
        position: relative;
        display: inline-block;
    }
}

@media (min-width: 1200px) and (max-width: 1409px) {
    .price {
        font-size: 14px;
    }
    .regular-price {
        font-size: 11px;
    }
    #search .wb-product-grid .item-product, #manufacturer .wb-product-grid .item-product {
        width: 25%;
    }
    .product-line-grid-right .qty {
        padding: 0
    }
    #search .wb-product-grid .item-product, #manufacturer .wb-product-grid .item-product {
        width: 20%;
    }
    #search .wb-product-list .wb-image-block, #manufacturer .wb-product-list .wb-image-block {
        width: 20%;
    }
    #search .wb-product-list .wb-product-desc, #manufacturer .wb-product-list .wb-product-desc {
        width: 80%;
    }
    .wb-menu-vertical li.level-1, .view_menu {
        margin: 0 17px;
    }
    .wb-menu-vertical li.level-1>a, .view_menu a {
        font-size: 14px;
        letter-spacing: 0
    }
    .parallex .item {
        max-width: 1000px;
    }
    .post_content p {
        font-size: 12px;
        letter-spacing: 0
    }
    .post_title {
        padding: 10px 0 4px 0;
    }
    #blog .read_more {
        margin-top: 10px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .lgrid {
        width: 40%;
    }
    .sro {
        width: 60%;
    }
    .wb-product-grid .item-product {
        width: 33.33%;
    }
    .wb-product-list .item-product {
        width: 33.33%;
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .deliveryinfo [class*="col-"] {
        width: 50%;
    }
    .deliveryinfo [class*="col-"]:nth-child(1), .deliveryinfo [class*="col-"]:nth-child(2) {
        margin-bottom: 15px;
    }
    /*
    .imgbanner .ibnr-1,.imgbanner .ibnr-3{
        width: 25%;
    }
*/
    /*
    .imgbanner .ibnr-2{
        width: 50%;
    }
*/
}

@media (max-width: 499px) {
    .deliveryinfo .sbr {
        margin-top: 10px;
    }
    .imgbanner .ibnr-2 {
        margin: 10px 0;
    }
}

@media (min-width: 360px) and (max-width: 599px) {
    .wb-product-list .item-product {
        width: 50%;
    }
}

@media (max-width: 599px) {
    #search_category {
        display: none
    }
    .wb-product-list .wb-image-block img {
        width: 100%;
    }
    .barr {
        padding: 0 10px;
    }
    .quickview .modal-dialog {
        width: auto;
        margin: 30px 15px;
    }
    #owl-image-slider .owl-nav {
        display: none
    }
    .quickview .modal-dialog {
        width: auto;
        margin: 30px 15px;
    }
    .sro {
        margin-top: 10px;
    }
    .pagination .text-xs-left, .pagination .text-xs-right {
        text-align: center;
        width: 100%;
    }
    .rname, .post_metas li {
        font-size: 12px;
    }
    .wb-product-grid .item-product {
        width: 50%;
    }
}

@media (min-width: 1410px) {


    #search .wb-product-list .item-product, #manufacturer .wb-product-list .item-product {
        width: 50%;
    }
    #search .wb-product-list .wb-image-block, #manufacturer .wb-product-list .wb-image-block {
        width: 30%;
    }
    #search .wb-product-list .wb-product-desc, #manufacturer .wb-product-list .wb-product-desc {
        width: 70%;
    }
    .wb-product-list .wb-image-block {
        width: 22%;
    }
    .wb-product-list .wb-product-desc {
        width: 78%;
    }
}

.card-fluid .product-line-grid-right .cart-line-product-actions,
.card-fluid .product-line-grid-right .product-price {
    color: #88c000;
}

.card-fluid ul {
    max-height: 300px;
    overflow: auto;
}
.card-fluid .cart-total .label, .card-fluid .cart-total .value{
    color: #fff;
}

.card-fluid .cart-item{
    padding: 5px 5px;
}

.card-fluid .remove-from-cart .material-icons {
    color: gray;
}

.card-fluid .cart-item:first-child {
    padding: 1.5rem 0 0;
}

.card-fluid .price {
    font-size: 16px;
}

.card-fluid .input-group-btn-vertical {
    position: absolute;
    right: 0;
}

.card-fluid .product-line-grid-body {
    line-height: inherit;
    text-align: left;
    padding: 0;
}

.card-fluid .product-line-info.product-price {
    display: none;
}

.card-fluid .cart-overview.js-cart {
    text-align: center;
}


.svgbg-fluid {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -35px;
    z-index: 9;
}

.svgbg-fluid svg {
    background: #212020;
    fill: #e9dcc8;
    border-radius: 5px;
    padding: 5px;
}

.card-fluid .card-block.card-list {
    text-align: center;
}

.card-fluid .cart-overview {
    background: #fff;
}

.card {
    border-radius: 0;
}

.card-fluid {
    background: #9bd29d;
    border-radius: 4px;
}

.card-fluid .no-items {
    font-family: 'golden_plains-regular';
    font-size: 35px;
    display: inline-block;
    padding: 45px 15px;
    line-height: normal;
    text-transform: uppercase;
    color: gray;
}

.card.card-fluid {
    border: 1px solid #eee;
}

.card-fluid .btn:after,
.card-fluid .btn:before {
    border: 1px solid #40af49;
    background: #fff2e2;
    border-radius: 4px;
}

.card-fluid .btn-primary:hover {
    background: #40af49;
}

.card-fluid .btn-primary {
    color: #000 !important;
}

.card-fluid .btn-primary:hover {
    color: #fff !important;
}

.card-fluid .h1{
    color: #fff;
    font-size: 21px !important;
}
.card-fluid .card-block{
    padding: 10px 15px;
}
@media (min-width: 1410px) and (max-width: 1589px) {
    /* .wb-product-grid .item-product {
        width: 25%;
    } */
    .wb-menu-vertical li.level-1, .view_menu {
        margin: 0 15px;
    }
}

/*SURCHARGE OUD CSS*/

/*header*/

.fixed .logo {
    width: 50%;
}
.fixed .level-1 img{
    height: 38px;
}

.header-top.fixed {
    border-bottom: 3px solid #88c000;
}

.header-top .tright {
    margin-top: 10px;
}

.fixed .wb-menu-vertical .menu-dropdown {
    margin-top: 9px;
}

#footer .footafter {
    display: none;
}

#_desktop_cart .cart-drop-table {
    max-height: 300px;
    overflow: auto;
}

.icon-new span {
    display: none!important;
}

.icon-new img {
    height: 61px!important;
    transform: translateY(7px);
}

@media (max-width: 768px) {
    .icon-new img {
        transform: none!important;
    }
}

ul.ui-jolisearch{
    position: fixed;
    top: 260px;
}

/*home*/

#owl-fea .clickable, #owl-same .clickable, #owl-new .clickable, #owl-best .clickable, #blog .clickable, #owl-spe .clickable {
    background: none;
}

#custom-text {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 35px;
}

#custom-text p{
    font-size: 1rem;
}

.home-bloccycle h2 {
    font-family: 'golden_plains-regular'!important;
    text-align: center;
    margin-bottom: 15px;
    font-size: 21px;
    text-transform: uppercase;
}

.ibnr-1:after {
    content: " ";
    background: url(../img/fleche.png);
    width: 180px;
    height: 140px;
    z-index: 1;
    position: ABSOLUTE;
    bottom: 225px;
    left: 390px;
    background-repeat: no-repeat;
    transform: rotate(-43deg);
    background-size: 175px;
}

.ibnr-1 h2 {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 150px;
}

.ibnr-2 h2 {
    position: absolute;
    z-index: 2;
    top: 135px;
    left: 240px;
    width: 180px;
}

.ibnr-3 h2 {
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 170px;
}

.ibnr-2:after {
    content: " ";
    background: url(../img/fleche-1.png);
    width: 180px;
    height: 140px;
    z-index: 1;
    position: ABSOLUTE;
    top: 140px;
    left: 370px;
    background-repeat: no-repeat;
    background-size: 175px;
    transform: rotate(0deg) scale(1, -1);
}

.ibnr-4 h2, .ibnr-5 h2, .ibnr-6 h2 {
    position: absolute;
    top: 20%;
    z-index: 2;
    COLOR: #FFF;
    width: 100%;
    FONT-SIZE: 34px;
    text-shadow: 2px 2px 2px #000;
    margin: 0 auto;
    padding: 0 15px;
    line-height: normal;
}

.ibnr-4 p, .ibnr-5 p, .ibnr-6 p {
    position: absolute;
    bottom: 35%;
}

.ibnr-5 h3 {
    position: absolute;
    bottom: 15%;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}

.ibnr-4 p, .ibnr-5 p, .ibnr-6 p {
    text-align: center!important;
    text-shadow: 2px 2px 2px #000;
    width: 100%;
    color: #fff!important;
    font-size: 21px!important;
    padding: 0!important;
    margin: 0!important;
    bottom: 2.1875rem;
}

.ibnr-4 .bouton, .ibnr-6 .bouton {
    margin-top: 33px!important;
}

.ibnr-4 .bouton span, .ibnr-6 .bouton span {
    background: #fff;
    font-size: 14px;
    padding: 3px 5px;
    text-shadow: none;
    border-radius: 5px;
    color: #000;
}

.ibnr-5 p span {
    display: block;
    padding-top: 15px;
    font-weight: bold;
    font-size: 21px;
}

.home-bloccycle .beffect img {
    width: auto;
    height: 250px;
    text-align: center;
    margin: 0 auto;
}

/* .ibnr-4 .beffect a, .ibnr-5 .beffect a, .ibnr-6 .beffect a{
    filter: brightness(0.6);
} */

.ibnr-4 .beffect a, .ibnr-6 .beffect a {
    filter: brightness(0.6);
}

.home-bloccycle .beffect p {
    padding: 15px 15px;
    margin: 15px;
    font-size: 16px;
    text-align: justify;
    color: #000;
}

.logos {
    margin-top: 70px;
}

.ibnr-4 img, .ibnr-5 img, .ibnr-6 img {
    height: auto!important;
}

.desc-home {
    position: absolute;
    z-index: 2;
    width: 70%;
    height: AUTO;
    padding: 25px;
    background: #ffffffe0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    MARGIN: 0 auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
}

.desc-home p {
    margin-bottom: 0;
    text-align: justify;
    font-size: 21px;
    line-height: 1.4;
    color: #000!important;
    text-align: center;
}

.desc-home h2 {
    font-family: 'golden_plains-regular'!important;
    padding: 25px 15px;
    text-align: center;
    font-size: 31px;
    color: #000!important;
}

/*shop*/

/* .cart-grid-body .card-block, .block-category {
    background: #9bd29d;
    color: #fff;
    padding: 10px;
} */

/*HEADER*/

.nleft a {
    color: #46ae4e;
    font-weight: bold;
}

.nright i {
    color: #9bd29d;
}

.nright i:hover {
    color: #46ae4e;
}

.nav-menu {
    padding-bottom: 0px;
    /* padding-top: 15px; */
    border-bottom: none;
}

.header-top {
    padding-bottom: 0px;
}

.menu-vertical {
    text-align: initial;
}

.level-1 {
    padding: 5px 5px;
    margin: 0!important;
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    /*
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
*/
}

.level-1:first-child {
    border-left: 1px solid #e6e6e6;
}

/*
.level-1:last-child{
    border-right: none;
}
*/

.wb-menu-vertical li.level-1 a span::before {
    display: none;
}

/*
.level-1:first-child{
    border-left: 1px solid #e6e6e6;
}
*/

.level-1 a {
    font-size: 13px!important;
}

.level-1:hover {
    background: #eee;
}

.level-1 img {
    display: block;
    height: 48px;
    width: auto;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 5px;
    max-width: inherit!important;
}

.menu-content {
    /* padding: 10px 0px 0px; */
    display: flex!important;
    vertical-align: middle;
}

.hcart span {
    line-height: normal;
}

.wb-menu-vertical li.level-1.parent>a:before {
    display: none;
}

.wb-menu-vertical li.level-1>a.wbIcon {
    padding-left: 0;
}

#_desktop_top_menu {
    width: 100%;
    display: contents;
}

.wish-nav i {
    font-size: 24px;
    vertical-align: middle;
    color: #46ae4e;
}

.wish-nav i:hover {
    color: #9bd29d;
}

#_nav_compte {
    text-align: right;
    padding: 25px 0px 10px;
}

/* #_nav_compte #search_toggle {
    display: none;
} */

#search_widget {
    padding: 20px 0px 10px;
}

/*
#search_widget input::placeholder{
    font-family: 'golden_plains-regular'!important;
    font-size: 13px;
    text-transform: uppercase;
}
*/

#_desktop_search {
    text-align: center;
}

#_desktop_search .search-widget {
    width: 50%;
}

#_desktop_search .search-widget input {
    padding: 5px 15px;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

.search-widget form button[type=submit] {
    background: #9bd29d;
    border-radius: 0px 3px 3px 0px;
}

.search-widget form button[type=submit] i {
    color: #fff;
}

#mySidenav .closebtn {
    background: #9bd29d;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0;
}

/*nav fix*/

.fixed #search_widget {
    padding: 0;
}

.fixed #_nav_compte {
    padding: 0;
}

.fixed .nav-menu {
    padding-top: 0;
}

/*submenu*/

.wb-menu-vertical .menu-dropdown {
    margin-top: 5px;
    margin-left: 0px;
    border-radius: 0;
    padding: 0;
}

#header .wb-menu-vertical ul li.level-1 ul li a {
    text-transform: inherit;
    margin: 0 10px;
}

.cat-drop-menu li {
    width: auto;
}

/* PRODUCT LIST*/

.block-categories .category-sub-menu li[data-depth="1"] {
    margin-left: 15px;
}

/*
#js-product-list-top{
    display: none;
}
*/

.num-block {
    display: inline-block;
    vertical-align: middle;
}

.skin-6 .num-in {
    background-color: #88c100;
    float: left;
    width: auto;
    height: auto;
    padding: 3px 0;
    border-radius: 5px;
}

.skin-6 .num-in span {
    display: block;
    float: left;
    width: 30px;
    line-height: 31px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3;
    -o-transition: all 0.3;
    transition: all 0.3;
}

.skin-6 .num-in span:hover {
    color: #fff !important;
}

.skin-6 .num-in input {
    float: left;
    height: 30px;
    width: 40px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #46ae4e;
}

.heading {
    margin-top: 50px;
}

.h2.bh {
    background: #9bd29d;
    color: #fff;
    padding: 10px;
    font-family: 'golden_plains-regular'!important;
    font-size: 36px!important;
    margin-bottom: 1.563rem;
}

.category-top-menu a {
    font-weight: bold
}

/* cart */

.card-block .h1 {
    text-align: center;
}

.bocaux {
    display: flex;
    align-items: baseline;
}

.bocaux p {
    margin-bottom: 0;
    font-size: 16px;
}

.bocaux h2 {
    font-family: 'golden_plains-regular'!important;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 28px;
}

#cart-subtotal-shipping {
    display: none;
}

.promo-code-button {
    font-family: 'golden_plains-regular'!important;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 0!important;
}

.block-promo .promo-code {
    background: #9bd29d;
}

.block-promo .promo-code-button {
    color: #fff;
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    color: #46ae4e;
}

.cart-summary-line .code:before {
    content: "";
    background-image: url(../img/fb1.png);
}

.block-promo.promo-highlighted {
    font-weight: bold;
}

.card-block .value {
    font-family: 'golden_plains-regular'!important;
    font-size: 21px;
}

.card-block .label {
    font-weight: bold;
}

.code_icone {
    width: 18px;
    margin-right: 10px;
    transform: rotate(15deg);
}

.blockreassurance_product .item-product {
    display: block;
    float: inherit;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: normal;
    padding-top: inherit;
}

.blockreassurance_product p {
    font-size: 21px;
    font-weight: bold;
    font-family: 'golden_plains-regular'!important;
    color: #fff!important;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
}

.blockreassurance_product p {
    color: #9bd29d!important;
    text-align: center;
}

/* Footer */

#footer .copy {
    background-image: url(../img/font-lepetitcircuit.png);
    background-position: center;
    background-size: contain;
}

#footer .footer-container h4, #footer .footer-container h3, #footer .footer-container h3 a {
    font-family: 'golden_plains-regular'!important;
    font-size: 23px;
    font-weight: bold;
}

#footer_contact .data.ad {
    line-height: 1.7;
}

/* fiche produit */

.product-tab .nav-item a {
    font-family: 'golden_plains-regular'!important;
    text-transform: uppercase;
}

.js-qv-product-cover {
    background: #fff;
}

.thumb.js-thumb.selected {
    background: #fff;
}

#product-details .product-manufacturer img {
    max-height: 150px;
}

#product-details .product-features {
    display: none;
}

#manufacturer-short_description {
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-information img {
    height: 100px;
    width: auto;
    margin-top: 15px;
    margin-right: 15px
}

.product-information img[src*="logo-auvergne-rhone-alpes.png"] {
    width: 200px!important;
    height: auto!important;
    margin-right: 5px;
    margin-right: 15px
}

.modal-dialog #product-description-short img {
    height: 100px;
    width: auto;
    margin-top: 5px;
    margin-right: 15px
}

.modal-dialog #product-description-short img[src*="logo-auvergne-rhone-alpes.png"] {
    width: 200px!important;
    height: auto!important;
    margin-right: 5px;
    margin-right: 15px
}

.product-additional-info .js-mailalert {
    margin-top: 20px;
    text-align: left!important;
}

#manufacturer #content-wrapper ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

#manufacturer #content-wrapper li {
    padding: 15px;
    background: #9bd29d;
    border-radius: 15px;
}

#manufacturer #content-wrapper li .brand-infos p a {
    color: #fff;
    font-family: 'golden_plains-regular'!important;
    font-size: 31px;
    line-height: normal;
}

#manufacturer #content-wrapper li .brand-infos p {
    color: #fff!important;
}

#manufacturer #content-wrapper li img {
    border: 1px solid #46ae4e;
}

#manufacturer h1 {
    text-align: center;
    margin-bottom: 15px;
}

#manufacturer #manufacturer-description {
    margin-bottom: 15px;
    text-align: center;
    background: #9bd29d;
    padding: 15px;
    border-radius: 15px;
}

/* checkout */

.checkout-step h1 {
    font-size: 18px!important;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    font-size: 21px;
}

#store_list .clickable {
    cursor: pointer;
}

/* .delivery-options .row.delivery-option {
    display: none;
} */

.delivery-options h3 {
    margin-top: 15px;
}

#choose_store_msg:before {
    content: "";
    font-family: "fontAwesome";
    font-weight: 900;
    content: "\f0ab";
    margin-right: 5px;
    color: #46ae4e;
}

#store_list .clickable {
    width: fit-content;
    text-transform: uppercase;
}

.clickable.active_store {
    margin-top: 15px;
}

.blockreassurance_product .item-product {
    display: none;
}

.blockreassurance_product p {
    margin-bottom: 0px;
    padding: 10px;
}

#order-detail .line-shipping, #order-detail .addresses {
    display: none;
}

.different-invoice-address {
    display: none;
}

#table_creneau td {
    font-size: 14px;
}

#shop_selected h5 {
    font-weight: bold;
    margin-bottom: 5px;
}

#creneau_selected h5 {
    font-weight: bold;
    margin-bottom: 5px;
}

#table_legend {
    margin-bottom: 0px;
}

.buttondays {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background: #46ae4e;
    border: none;
    border-radius: 0px;
}

.buttondays:hover {
    background-color: #87d728;
}

/* Blog */

.blog_post .addmb {
    display: none;
}

/* réassurance */

.blockreassurance_product {
    display: flex;
}

.blockreassurance_product>div {
    /*    background: #9bd29d;*/
    border-radius: 10px;
    margin: 15px;
    flex: auto;
    border: 2px solid #9bd29d;
}

.blockreassurance_product>div:last-child {
    display: none;
}

/* Point petit circuit */

.wk-reward-panel .wk-reward-stats-content .wk-reward-stats {
    margin-left: 0px
}

/* Responsive */

@media (max-width: 1409px) {
    #_desktop_user_info {
        margin: 0 15px;
    }
    .ibnr-1 h2 {
        top: 30px;
        left: 120px;
    }
    .ibnr-2 h2 {
        top: 135px;
        left: 195px;
    }
    .ibnr-1:after {
        bottom: 230px;
        left: 345px;
        background-size: 130px;
    }
    .ibnr-2:after {
        left: 300px;
    }
    .ibnr-3 h2 {
        right: 130px;
    }
}

@media (max-width: 1199px) {
    .ibnr-1 h2 {
        top: 35px;
        left: 30px;
    }
    .ibnr-1:after {
        bottom: 300px;
        left: 300px;
        background-size: 90px;
        background-size: 90px;
    }
    .ibnr-2 h2 {
        top: 140px;
        left: 145px;
    }
    .ibnr-2:after {
        left: 245px;
        background-size: 140px;
        top: 135px;
    }
    .ibnr-3 h2 {
        right: 60px;
    }
}

@media (max-width: 935px) {
    .menu-content {
        display: block!important;
    }
    .wb-menu-vertical li.level-1 {
        border: 1px solid #f2f2f2;
    }
    .home-bloccycle h2 {
        font-size: 18px;
    }
    .home-bloccycle .beffect img {
        height: 200px;
    }
    .ibnr-1 h2 {
        top: 20px;
        left: 25px;
    }
    .ibnr-1:after {
        bottom: 315px;
        left: 240px;
        background-size: 70px;
    }
    .ibnr-2:after {
        left: 200px;
        background-size: 95px;
        top: 75px;
    }
    .ibnr-2 h2 {
        top: 110px;
        left: 110px;
    }
    .ibnr-3 h2 {
        left: 10px;
    }
}

#choose_store_msg {
    font-size: 20px;
}

#store_list .clickable {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

#store_list .clickable img {
    width: 100px;
    height: auto;
}

@media (max-width:767px) {
    #store_list .clickable {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 10px 10px 10px!important;
    }
}

#store_list .clickable.active_store {
    border: inherit;
}

#list_creneau.viewList td span {
    font-size: 18px;
    font-weight: bold;
}

.cartdropd svg, .wishtlist_top svg {
    height: auto!important;
    width: auto!important;
    display: initial!important;
}

.pt-ptc:before {
    content: " ";
    background-image: url(../../../../img/lpc-boc.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 3px;
    vertical-align: text-top;
}

.alert li {
    font-size: 18px;
    font-weight: bold;
}

.contact-rich {
    padding: 15px 10px!important;
}

.wb-menu-vertical ul li.parent .icon-drop-mobile:after {
    font-size: 18px;
}

.collapse#promo-code {
    display: block;
}

/* A PROPO */

.page-cms-4 img {
    width: 100%;
    height: auto;
}

/* product liste nouveaux */

#new-products .product-flags {
    display: none;
}

/* POPUP */

/* Webbax - Tuto 36 - Popup */

/*#Everpopup_block_center img{width:50%!important;height:auto!important;}*/

/*
#Everpopup_block_center #everpopup_image_legend{display:none!important;}
#Everpopup_block_center h1, #Everpopup_block_center h2{display:none!important;}
#Everpopup_block_center .rte{display:none!important;}
*/

.fancybox-slide>* {
    padding: 0!important;
    margin: 0!important;
    width: 60%!important;
}

/*.fancybox-slide{padding:0 30%!important;}*/

.Everpopup_block>.h1 {
    padding: 15px!important;
    margin: 0!important;
    background: #9bd29d!important;
    color: #fff!important;
    text-transform: uppercase;
    text-align: center;
    font-family: 'golden_plains-regular'!important;
    font-size: 36px!important;
}

.Everpopup_block {
    border-radius: 10px;
}

.popup-content {
    Padding: 15px 15px 5px 21px;
}

.fancybox-close-small:after {
    TOP: 0px!important;
    right: 0px!important;
    width: 100%!important;
    height: 100%!important;
    font: 45px/35px Arial, Helvetica Neue, Helvetica, sans-serif!important;
    border-radius: 0px 10px!important;
}

.fancybox-close-small {
    width: 35px!important;
    height: 35px!important;
}
.fancybox-inner{
    overflow: auto!important;
}

/* Ipad */

@media(max-width:1024px) {
    .fancybox-slide {
        padding: 0 0%!important;
    }
}

/* Mobile */

@media(max-width:500px) {
    .fancybox-slide>* {
        width: 100%!important;
    }
    .fancybox-slide {
        padding: 10%!important;
    }
}

.point-info a {
    display: inline-block;
    background: #9bd29d;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin-bottom: 3px;
}

.point-info a:hover {
    background: #46ae4e;
}
/* .point-info .fa-car:before{
    color: #46ae4e;
} */
/* .fas{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
.point-info .fa-walking:before{
    content: "\f554";
}


/* #store_list .clickable[data-id_store="5"]{
    background-image: url(../../../../img/st/5-stores_default.jpg);
    background-repeat: no-repeat;
} */


.popup-info {
    font-style: italic;
    font-size: 13px;
}

#ever_fancy_mark #Everpopup_block_center {
    display: none;
}

/* INSTAGRAM */

.aninstagramfeed {
    margin-top: 2.5rem;
}

.aninstagramfeed .an_insta-title {
    font-family: 'golden_plains-regular'!important;
    font-size: 2.25rem!important;
}

#wrapper .breadcrumb ol {
    background: none;
    margin: 20px 0;
    padding: 0px 20px;
    border-radius: 4px;
    text-transform: capitalize;
    border: none;
}

#left-column #giftcard_block{
    background: #fff;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 1.563rem;
    box-shadow: none;
}

#left-column #giftcard_block h4{
    font-family: 'golden_plains-regular';
    display: inline-block;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
}

/* picto bio */

/* .block_features_list .feature>span:before {
    background: url(../img/bio.svg) 50% no-repeat;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    margin-right: .25rem;
    vertical-align: -25%;
    width: 2.5rem;
    height: 3.4375rem;
} */
.block_features_list{
    position: absolute;
    bottom: 0;
    margin: 5px;
}
#index .block_features_list img,
.featured-products .block_features_list img {
    height: 35px;
    display: inline-block;
}

#popnewsletter_sideimg {
    background-size: contain;
    background-repeat: no-repeat;
}


#store_list {
    max-height: inherit!important;
}

b, strong {
    font-weight: 900;
}

/* Produit sans quantité */
.wb-image-block.out_of_stock,
.wb-product-desc.out_of_stock {
    filter: opacity(0.3);
}

.label_outofstock {
    position: absolute;
    z-index: 999;
    font-size: 21px;
    margin: 0 auto;
    width: 100%;
    TEXT-ALIGN: CENTER;
    ALIGN-ITEMS: center;
    VERTICAL-ALIGN: middle;
    font-family: 'golden_plains-regular';
    font-weight: bold;
    text-transform: uppercase;
    color: #40af49;
    top: 35%;
    transform: translateY(-50%);
}