html body {
    font-family: 'Lato', sans-serif !important;
    scroll-behavior: smooth;
}
/* width */
::-webkit-scrollbar {
    /* *With et height provoque un bug sous chrome (mac) */
    /* width: 10px;
    height: 10px; */
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0D839E;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(19,58,88);
}
/*bleu #133A58
bleu clair #8AD0C0
vert clair #C6D92F
gris clais #f2f2f2;
bleu h1 #0D839E;
vert h2 #7D7F82
*/

.blue-bg {
    background: rgb(19,58,88);
}

.grey-bg {
    background: rgb(249, 249, 249); /* rgb(249, 249, 249) = #f9f9f9*/;
}

.grey2-bg {
    background: #e9ecef;
}

.fa-o {
    -webkit-text-stroke: 1px;
    -webkit-text-fill-color: transparent;
}

.top-search-btn {
    background: #0D839E none repeat scroll 0 0 !important;
}

header .header-top a,
header .header-top a span{
    color: rgb(95,95,95)!important;
}

.header-top-left>ul {
    padding: 5px 0;
}
.header-top-left li::before {
    background: none!important;
}

header .header-top ul li a > i {
    padding-right: 5px;
}

.carts-block {
    display: block;
    justify-content: center;
}

.block-reassurance .list-group {
    border: 1px solide lightgrey;
    -webkit-box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 10px 7px rgba(0,0,0,0.08);
    padding-top: 15px;
    padding-bottom: 15px;
}
.block-reassurance .list-group-item {
    display: flex;
    padding-left: 0.95rem;
    padding-right: 0.95rem;
    border: none;
    font-size: 15px;
    color: #8f8f8f;
    vertical-align: middle;
}
.block-reassurance .list-group-item a,
.block-reassurance .list-group-item button {
    color: #8f8f8f!important;
}
.block-reassurance .list-group-item button {
    display: flex;
    padding: 0;
    text-align: left;
    border: none;
    font-size: 15px;
    vertical-align: middle;
    text-decoration: none;
}
.block-reassurance .list-group-item img {
    height: 32px;
    margin-right: 15px;
    margin-top: auto;
    margin-bottom: auto;
}
.block-reassurance i {
    color: rgb(95,95,95);
    align-self: center;
}
.block-reassurance-header {
    font-weight: 600;
}
.block-reassurance-header h3 {
    color: black!important;
    font-size: 28px;
}
.block-reassurance-header span {
    font-size: 25px;
    color: rgb(95,95,95);
}
.block-reassurance-header img {
    margin-right: 0!important;
    height: 40px!important;
    width: auto!important;
    align-self: center!important;
}

.my-cart .ha-toggle {
    display: flex;
    flex-direction: column;
}

.btn-burger-menu {
    border-radius: unset;
    padding: 1rem!important;
}

.header-search {
    position: relative;
    display: flex;
    border: 1px solid #b8b7b6;
    flex-direction: row;
    padding: 0px 0px 0px 20px !important;
    border-radius: 50px;
}
.header-search img {
    height: 25px;
}

#searched_products img {
    height: 45px!important;
}

.header-search input[type="text"] {
    flex-grow: 2;
    border: none;
    background: none;
    font-size: 20px;
}
.header-search input[type="text"]::placeholder {
     color: #b8b7b6;
 }
.header-search button[type="submit"] {
    margin-right: 15px;
    border: none;
    background: none;
    cursor: pointer;
}

.nav-home {
    width: 54px;
    margin: auto;
    width: 54px;
}
.nav-home a {
    color: white;
}

.header-middle {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-search .header-middle-inner {}
.header-search .top-cat-field {}

.header-search .header-search-submit {
    width: 52px;
    text-indent: -5000px;
    background: url("./image/search-picto.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-search #searched_products {
    max-height: 200px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 52px;
    list-style: none;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 5px 10px 10px 0px rgba(100, 100, 100, 0.3);
    overflow-y: auto;
    z-index: 9999999;
}

.header-search #searched_products li {
    padding: 5px;
}
.header-search #searched_products li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

#mobile-menu > ul > li > a.ha-toggle  {
    color: white;
    cursor: pointer;
}


@media (max-width: 991px) {
    .header-search #searched_products {
        right: 0;
    }
}

.theme-bg {
    background:#0D839E  !important;
}

table.no-stripes tbody tr:nth-of-type(odd) {
  background-color: white !important;
}

.table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table.is-no-striped tbody tr {
    background-color:  transparent;
  }

.box-right ul li a:hover {
    color: #C6D92F !important;
}

.box-right li a {
    padding: 5px 15px !important;
}
.box-right li:hover>a {
    color: #C6D92F !important;
}

.table thead{
  background-color: rgb(125,127,130) !important;
  color:white !important;
  font-weight:bold;

}

.table tr td {
    text-align: center;
}

.table .td-min {
    width: 1%;
    white-space: nowrap;
}

h1:not(.product-name),
.h1 {
    font-weight: bold !important;
    /*background: linear-gradient(90deg,#0D839E 100% , #f2f2f2 20%) !important; */
    /*color:white !important;*/
    /*text-transform:uppercase !important;*/
    /* padding:  0 15px 0 15px !important; */
    /* font-size:2.5em; */
    display:inline !important;
    font-family: 'Lato', sans-serif !important;
    border-radius:0.25rem !important;
}

h2 {
    font-weight: bold !important;
    color:#7D7F82 !important;
    border-radius:0.25rem !important;
}

a {
    color: rgb(29,136,171) ;
}

.header-top-left a:hover {
    color:#C6D92F !important;
}
.header-call-action a:hover{
    color:#C6D92F !important;
}
.mini-cart-option li a:hover {
    color:#C6D92F !important;
}

.mini-cart-option li:hover a {
    color: #C6D92F !important;
}

.mini-cart-option li a.cart-button:hover {
    color: black !important;
    background-color:#C6D92F !important;
}


.footer-useful-link li a:hover,
.footer-useful-link li:hover,
.footer-useful-link li:hover a,
.footer-copyright a,
.footer-custom-link a:hover,
.twitter-text a,
.tweet-time i
{
    color: #C6D92F !important;
}




.dropdown-item:hover {
    color: #C6D92F;
}

.btn-primary {
    color: #fff !important;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #138496 !important;
    border-color: #117a8b !important;
}


.header-top-menu{
    position: relative;
    z-index: 4;
}

.main-menu li a.nav-link {
    color: #fff !important;
}

.main-menu li>a:hover {
    color: #C6D92F !important;
}

.categories-menu-btn {
    width: 255px;
}

.categories-menu-btn:hover {
    color: #C6D92F;
}

.categorie-menus-container {
    display: none;
    position: absolute;
    width: 100vw;
    top: 100%;
    left: 50%;
    /* height: 65vh; */
    /* height: calc(100vh - 187px - 58px); */
    /* overflow: auto; */
    /* overflow-y: hidden; */
    transform: translateX(-50%);
    /*border: 1px solid pink;*/
    z-index: 3;
    /* background: rgba(60, 60, 60, 0.10); */
}

.categorie-menus-container .categorie-menus {
    display: block;
    position: relative;
    width: 255px;
    top: inherit;
    margin-left: 54px;
}
.categorie-menus-container .categorie-menus ul {
    min-width: 254px;
}


.categorie-menus li a {
    height: 100%;
    padding: 10px 15px;
}

.categorie-menus li a img {
    width: 120px;
    max-width: 100%;
}


.categorie-menus li a:hover {
    background-color: rgb(215,216,218);
}
.categorie-menus li ul.cat-submenu {
    width: 62vw;
}
.categorie-menus li ul.cat-submenu li:hover>a {
    background-color: rgb(215,216,218);
}

.categorie-menus li ul.cat-submenu li:hover>a {
    color: #000;
}
.categorie-menus li:hover>a {
    background-color: rgb(215,216,218);
}

.cat-mega-menu li ul li:hover a {
    color: #C6D92F;

}

.slicknav_nav>li:hover>a,
.slicknav_nav>li>a>a:hover,
.slicknav_nav>li>a:hover {
    background-color: #C6D92F !important;

}

.slicknav_nav ul li a:hover {

    color: #C6D92F !important;
}

.categories-menu-btn.bg-4.ha-toggle {
    background: #C6D92F none repeat scroll 0 0;

}


.ui-widget-content .ui-slider-range:last-child,
.ui-widget-content .ui-state-default,
.ui-widget-content .ui-state-default:hover
{
    background: #C6D92F;
    border: 2px solid #C6D92F;
}

.slider-arrow-style.slick-slider .slick-arrow:hover,
.slick-dot-style .slick-dots li.slick-active button
{
    background: #C6D92F !important;
}

.slick-dot-style .slick-dots li.slick-active button,
.slick-dot-style .slick-dots li button
{
    border: 2px solid #C6D92F;
}

.product-item:hover {
    border-color: #C6D92F;
}

.product-name h4:hover a {
    color:#C6D92F !important;
}
.product-name h4 a:hover {
    color:#C6D92F;
}

.product-caption {
    padding: 22px 15px 22px;
}

.product-caption .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.btn-cart,
.action-links a:hover, .action-links button:hover
{
    text-transform: inherit;
    background: #C6D92F !important;
}

.form-control:focus {
    border-color: #C6D92F !important;

}

.price {
    color:rgb(6,130,158) !important;
    font-weight: bold !important;
}

.breadcrumb-area {
    background: none!important;
}
.breadcrumb-area a {
    text-decoration: underline;
}
.breadcrumb-area .breadcrumb-item::before {
    color: #d9d900;
    font-weight: bold;
}

.delivery-info {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 1rem!important;
}
.delivery-info img {
    height: 23px;
    transform: scaleX(-1);
    margin-right: 6px;
}

.product-info-main .btn-cart {
    border-radius: 5px!important;
    color: white;
    text-transform: inherit;
}
.product-info-main #button-cart {
    background: #b0c528!important;
}
.product-info-main #button-quote,
.product-info-main button[value="quote"] {
    background: #bebebe!important;
}

@media (max-width: 576px) {
    #button-quote, #button-cart {
        width: 100%;
    }
}

.product-info-main .regular-price {
    font-size: 36px;
}
.product-info-main .product-name {
    font-size: 30px;
    line-height: 1.3;
    margin: 0px 0 17px 0;
    background: none;
    font-weight: 400;
    color: #222;
}
.product-info-main .product-name:first-letter {
    text-transform: uppercase;
}
.product-info-main .rating {
    text-align: right;
    padding-top: 1rem!important;
    color: black;
    font-size: 17px;
}
.product-info-main .rating a {
    color: black;
}

.filter-attribute-container ul li:hover a,
.filter-attribute-container ul li a.active,
.pro-details-review li:hover a,
.useful-links li a i,
.tag-line>a:hover,
.useful-links li:hover a
{
    color: #C6D92F !important;
}

.product-view-mode a:hover,
.product-view-mode a.active {
    border-color: #C6D92F !important;
    background: #C6D92F !important;
}

.sinrato-list-item:hover,
.sinrato-product-name h4 a:hover
{
    border-color: #C6D92F !important;
}

/*
 * Fiche produit slider large image
 */
 .product-large-slider .slick-track {
    display: flex;
    align-items: center;
}

.pro-large-img {
    width: 100%
}
.pro-large-img  a {
    display: block;
    width: 100%
}

.pro-large-img video {
    width: 100%;
    max-width: 100%;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 5px;
}

/*
 * Fiche produit slider miniatures
 */
.pro-nav .slick-track {
    display: flex;
    align-items: stretch;
}
.pro-nav-thumb {
    text-align: center;
    height: auto;
    display: flex !important;
}

.pro-nav-thumb img {
    max-width: 54px !important;
}

.pro-nav-thumb .video{
    align-self: stretch;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}

.pro-nav-thumb.slick-slide.slick-current.slick-active.slick-center img,
.pro-nav-thumb.slick-current .video {
    border-color: #C6D92F !important;
}

.pro-nav button.slick-arrow {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-color: #C6D92F;
    color: #C6D92F;
    z-index: 3;
}

.shopping-cart-wrapper .table .btn-danger:hover,
.shopping-cart-wrapper .table .btn-danger:focus {
    background-color: #C6D92F !important;
    border-color: #C6D92F !important;
}

.wishlist-wrapper .table .btn-danger:hover {
    background: #C6D92F !important;
    border-color: #C6D92F !important;
}

.checkout-wrapper .checkout-payment .form-check a {
    color: #C6D92F !important;
}

.custom-checkbox:hover input:checked~.checkmark,
.custom-checkbox input:checked~.checkmark,
.custom-radio input[type="radio"]:checked~.checkmark {
    background-color: #C6D92F !important;
}

.lost-password a:hover {
    color: #C6D92F !important;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #C6D92F !important;
}




.nice-select ul.list {
    max-height: 300px;
    overflow-y: auto;
}
.product-ratings .rating li {
    color: #C6D92F !important;
}

.text-color,
.compare-style tbody td span
{
    color: #C6D92F !important;
}

.slider-arrow-style.slick-slider .slick-arrow:hover {
    background-color: #C6D92F !important;
}

.required label:after, label.required:after {
    content:'*';
    color: red;
    margin-left:5px;
}

.rating .fa.fa-star {
    color: #d9d900;
}
.rating .fa-stack-2x {
    font-size: 1.2em !important;
}
.rating .fa-stack {
    width: 1.5em !important;
    height: 1.5em !important;
}

@media (max-width: 2000px) and (min-width: 1200px) {
    .box-right li a {
        padding: 5px 15px !important;
    }
    .main-menu li > a {
        padding: 18px;
    }
    .mini-cart-option li {
        margin-left: 18px;
    }
}
.product-layout {
    margin-bottom: 10px;
}
.product-layout.product-list .product-thumb {
    float: left;
    margin-right: 10px;
}

.product-layout.product-list .product-caption {
    height: 100%;
}
.action-links {
    z-index: 1;
}

/* Caroussel owl */
.owl-nav button {
    margin-top: 0;
}

/* Liste des produits en slider via owl-carousel */
.product-gallary-wrapper .owl-carousel {}

.product-gallary-wrapper .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.product-gallary-wrapper .owl-carousel .owl-item .product-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Liste des produits liée (ds le cas de produit de type "grouped") ou liste des produits lies comme accessoire (produit groupé  OU simple) */
.productsLinked {

}
.productsLinked table {}
.productsLinked table .regular-price{
    font-size: 16px;
}

.productsLinked table .old-price{
    font-size: 14px;
}

.productsLinked table .label-product {
    top: 8px ;
    right: 10px;
    font-size: 11px;
}

.productsLinked .form_cart {
    display: flex;
}
.productsLinked .form_cart .btn:not(:first-child) {
    margin-left: 2px;
}
/* Panier dropdown */
.mini-cart-drop-down {
    border-bottom: none !important;
    min-width: min-content;
}
.mini-cart-drop-down li {
    margin-left: 0 !important;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 25px;
}

@media (min-width: 992px) {
    .mini-cart-drop-down {
        overflow: hidden;
        overflow-y: auto;
        max-height: 75vh;
        max-height: calc(100vh - 132px - 15px);
    }
}

.nice-select .current {
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
}

.category-title {}


/* Small Devices, Tablets */
@media only screen and (max-width : 576px) {
    .category-description {
        /*
        background: #f0f0f0;
        */
    }
}


.category-img_teaser {}
.category-img_teaser:not(:first-child) {
    margin-top: 20px;
}

.product-compare {}

.product-compare .compare-style {

}

.product-compare .compare-style .description{
    white-space: pre-wrap;
}

/*
 * Blog page article
 */
#blog-list .blogg-content > h5 > *,
#blog-list .blogg-content > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.mfp-wrap {
    z-index: 6000;
}

/*
 * HP
 */
#common-home {}


/*
 * Category
 * Liste des produits
 */

/* #product-category #column-left {
    max-width: 276px;
} */

/*
 * Mon comtpe
 */
.account-navigation {}
.account-navigation h2 {}

.account-navigation ul a:hover,
.account-navigation ul li.is-active a{
    color: #C6D92F;
}

.account-navigation h2 i {
    margin-right: 5px;
}


/*
 * Select 2
 * harmonisation des styles
*/
.select2.select2-container .select2-selection--single {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

/*
 * Helpers
 */
.text-nowrap {
    white-space: nowrap;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    .block-reassurance,
    .col-produit-apparente {
        max-width: 310px;
    }
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .categorie-menus li ul.cat-submenu {
        width: 66.5vw;
    }

    .categorie-menus li a img {
        /*width: 140px;*/ /* Commenté pour conserver la même largeur sur tous les pas */
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .phone_menu, .categories-menu-bar-mobile {
        display: none !important;
    }

    .mean-container a.meanmenu-reveal {
        height: 35px;
        top: 5px;
    }

    .header-top-menu .cat_col {
        margin-left: -15px;
    }
    .mean-container .mean-nav {
        margin-top: 54px;
    }
    .mobile-menu.mean-container {
        position: absolute;
        right: 0;
    }
    .mean-container .mean-nav ul li a {
        text-align: center;
    }

    .categorie-menus {

    }
    .categorie-menus-container {
        clear: both;
        position: relative;
        width: 100vw;
        top: inherit;
        left: 0;
        right: 0;
        height: auto;
        max-width: 100vw;
        transform: translateX(0);
        overflow: hidden;
    }

    .categorie-menus-container .categorie-menus {
        width: auto;
        max-width: 100%;
    }

    .categorie-menus-container .categorie-menus ul {
        width: auto;
        max-width: 100%;
    }

    .categorie-menus li ul.cat-submenu {
        /* background: #fff none repeat scroll 0 0;
        box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1); */
        display: none;
        flex-wrap: wrap;
        left: 0;
        position: relative;
        top: 0;
        width: 100% !important;
        padding: 8px 0;
    }

    .categorie-menus li ul.cat-submenu li {
        float: none;
        width: inherit;
        padding: 7px 10px;
        flex: 0 0 50%;
    }

    .categorie-menus li > a {
        position: relative;
    }

    .categorie-menus li a > span.lnr {
        position: absolute;
        display: block;
        top: 50%;
        right: -5px;
        margin: 2px;
        padding: 17px;
        background: rgba(150, 150, 150, 0.05);
        transform: translate3d(0, -50%, 0);
        transition: transform ease 0.1s;
    }

    .categorie-menus li.is-active ul.cat-submenu {
        display: flex;
        opacity: 1;
        visibility: visible;
    }

    .categorie-menus li.is-active a > span.lnr {
        transform: translate3d(0, -50%, 0) rotate(90deg);
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}

.product-thumb a {
    padding-bottom: 1px;
    text-align: center;
}

.product-item {
    height: 100%;
}

.breadcrumb-item {
    word-break: break-all;

}

/******** IDIR MODIF 1 *******/

.widget-title > h4{
    text-transform: none !important;
}

/******** Corporate block *******/
.section-corporate, .section-advantage, .section-contact{
    text-align: justify;
}
.section-corporate .icon {
    padding: 3px;
    margin: 4px 15px 6px 0;
    float: left;
}

/******** Advantage block *******/
.section-advantage p, .section-contact p {line-height: 20px !important;}
.section-advantage .feature, .section-contact .feature{
    padding-left: 51px;
    margin: 10px 0 12px;
    max-width: 270px;
}

.feature.indent {
    padding-left: 51px;
}
.feature.indent .icon{
    /* padding: 3px; */
    float: left;
    max-width: 30px;
    max-height: 30px;
    margin-left: -51px;
}
.feature div.icon {
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.block-home-links h3 {
    text-transform: uppercase;
}
.block-home-links .feature div.icon {
    background: none!important;
}

footer p {
    color: black!important;
}

/******** common for footer blocks *******/
.bullet a, a.go{color:#777777;}
.bullet a:hover, a.go:hover{color:#00a9c7;}

ul.bullet li,.cat_description ul li,
.product-info-main-description ul li,
#product-product #tab-description ol li,
#product-product #tab-description ul li {
    background: url("./image/bullet.png") 0 center no-repeat;
    padding-left: 25px;
}
.feature.large.indent {
    padding-left: 75px;
}
.feature.large.indent .icon {
    max-width: 50px;
    max-height: 50px;
    margin-left: -75px;
}

.feature.large .icon {
    padding: 5px;
    margin: 0 15px 10px 0;
}

.feature .above-heading {
    margin: 0 0 5px;
    font-size: 11px;
    line-height: 1.4545em;
    text-transform: uppercase;
    color: #888;
}

/********
# footer
********/
.payment-method {
    text-align: right ;padding: 22px 0;
}
/**  footer Top **/
.footer-top1 {
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    padding: 20px 0;

}
.footer-top1 .footer-links {
    float: right;
}
.footer-top1 .footer-links li {
    display: inline-block;
    margin-top: 10px;
    position: relative;
    vertical-align: top;
    padding: 0 15px;
    line-height: 100%;
}
.footer-top1 .footer-links li a {
    /* color: #666; */
}
.footer-top1 .footer-links li a:hover {
    /* color: #f69322 !important; */
}
.footer-top1 .socials {
    float: left;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.footer-top1 .socials li {
    position: relative;
    float: left;
}
.footer-top1 .socials li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    text-transform: capitalize;
}
.footer-container .socials li a:hover {
    /* color: #222; */
}


/**** Header ****/
@media (min-width:991px){
    .header-search {
        padding-left: 120px;
    }
}
@media only screen and (max-width: 991px)
{
    .header-search {
        padding-top: 20px;
    }
    /*footer*/
    .payment-method,.footer-bottom-content {
        display: block;
        text-align: center !important;
    }
}

@media only screen and (max-width: 767px)
{
    .header-search {
        padding-bottom: 20px;
    }
    .logo{
        max-width: 200px;
    }
}
.breadcrumb {
    padding:6px 0 3px !important;
}

div.product-info-main ol {
    padding-left: 18px;
    list-style: revert !important;
}
div.product-info-main ol li {
    padding-left: 5px !important;
    list-style: revert !important;
}


/** Idir add **/
.slider-text p {
    margin-bottom: 0px !important;
    line-height: 35px !important;
}
.btn-1.home-btn{
    margin-top : 15px !important;
}
.slick-dot-style .slick-dots {
    bottom: -30px !important;
}
.btn-cart {
    padding: 0 12px !important;
}
.product-caption .btn-cart {
    bottom: 15px !important;
}
/** END Idir add **/
