/*CSS default*/
body {
    color: #666;
    font-size: 15px;
    background: #ffffff;
}

.modal-backdrop.in {
    opacity: .8;
}

.boxed main {
    max-width: 1200px;
    box-shadow: 0 0px 15px 0px rgba(0, 0, 0, .1), 0 0 0 rgba(0, 0, 0, .1) inset;
    margin: 0 auto;
    float: none;
}

main {
    float: left;
    width: 100%;
}

main {
    background: #ffffff;
    overflow: hidden;
}

a:hover {
    color: #e51d02;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #e51d02;
    text-decoration: none;
}

a {
    color: #111111;
    text-decoration: none;
}

.container-fluid,
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* popup menu mobile */

#popup_menu_mobile {
    position: fixed;
    left: -100%;
    width: 92%;
    height: 100%;
    margin: 0;
    top: 0;
    transition: 0.5s;
    z-index: 9999;
    background: #fff;
}

#popup_menu_mobile.show {
    left: 0;
}

.popup-mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #111;
    transition: opacity .15s linear;
    opacity: .8;
}

#close_popup_menu {
    position: absolute;
    display: block;
    right: -45px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 5px;
    background: #fff;
    cursor: pointer;
}

#close_popup_menu:hover i {
    color: #ffffff;
}

.popup-menu-open {
    overflow: hidden;
}

/*|-----------------------------------------------------------------|*/
/*|******************* end popup menu mobile ***********************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|******************** popup customersignin ***********************|*/
/*|-----------------------------------------------------------------|*/

.popup-open {
    overflow: hidden;
}

.popup-in {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #111;
    transition: opacity .15s linear;
    opacity: .8;
}

.popup {
    opacity: 0;
    transition: opacity .15s linear;
    position: fixed;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    z-index: 1050;
}

.popup.showPopup {
    opacity: 1;
}

.popup-open .showPopup {
    overflow-x: hidden;
    overflow-y: auto;
}

.popup-content {
    width: calc(100% - 30px);
    max-width: 870px;
    background: #fff;
    min-height: 15rem;
    outline: 0;
    position: relative;
    padding: 30px 20px;
}

/*|-----------------------------------------------------------------|*/
/*|****************** end popup customersignin *********************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|***************** sticky menu mobie + desktop *******************|*/
/*|-----------------------------------------------------------------|*/
#desktop-header #header-sticky>.container {
    position: relative;
    padding: 5px 10px;
}

#header #header-sticky.sticky-desktop {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1030;
}

.boxed .sticky-desktop {
    max-width: 1200px;
}

#header .header-top {
    height: auto;
    padding-bottom: 0;
}

#header .header-nav {
    margin-bottom: 0;
    max-height: 100%;
}

.sticky-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .6);
}

#desktop_logo>h1 {
    display: inline-block
}

/*|-----------------------------------------------------------------|*/
/*|*************** end sticky menu mobie + desktop *****************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|**************************** menu *******************************|*/
/*|-----------------------------------------------------------------|*/
/* Column System */
[class*="menucol-"] {
    float: left;
}

.menucol-1-1 {
    width: 100% !important;
}

.menucol-1-2 {
    width: 50% !important;
}

.menucol-1-3 {
    width: 33.33% !important;
}

.menucol-2-3 {
    width: 66.67% !important;
}

.menucol-1-4 {
    width: 25% !important;
}

.menucol-3-4 {
    width: 75% !important;
}

.menucol-1-5 {
    width: 20% !important;
}

.menucol-1-6 {
    width: 16.66% !important;
}

.menucol-1-10 {
    width: 10% !important;
}

/*|-----------------------------------------------------------------|*/
/*|************************** end menu *****************************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|*************************** search ******************************|*/
/*|-----------------------------------------------------------------|*/

#field-search {
    position: fixed;
    height: 100%;
    background: #fff;
    z-index: 1050;
    top: 0;
    right: -100%;
    padding: 15px;
    width: 350px;
    padding-bottom: 0
}

.body-search-open {
    overflow: hidden
}

.search-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #111;
    transition: opacity .15s linear;
    opacity: .8;
}

.items-list-search {
    top: 100%;
    z-index: 2;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 370px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-left: 0;
    background: #fff;
    border: 1px solid #ebebeb;
    border-top: none;
    left: 0;
    right: 0;
    margin-top: -2px;
}

#_mobile_search .items-list-search {
    top: 100%;
    margin-left: 0;
}

#_mobile_search #item-search .no_productsearch {
    left: 0;
    top: 100%;
}

#field-search #category_filter {
    margin-bottom: 2px;
}

#popup-cart .cart-item-product a.product-thumbnail:hover:before {
    background-color: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
}

#popup-cart .cart-item-product a.product-thumbnail:before {
    content: "";
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all .3s ease-in-out 0s;
}

#popup-cart .cart-item-product a.product-thumbnail {
    position: relative;
    border: 1px solid #ebebeb;
}

.close-search {
    position: absolute;
    left: -45px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    color: #333;
    font-size: 20px
}

.field_search_tags {
    line-height: 24px;
}

#item-search .loading {
    position: absolute;
    left: 150px;
    margin-top: 8px;
}

#item-search .loading i.search-loading {
    animation: fa-spin 2s infinite linear;
    font-size: 25px;
}

#item-search .no_productsearch {
    text-align: center;
    background: #fff;
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
    border: 1px solid #ebebeb;
    left: 0;
    right: 0;
}

#item-search .no_productsearch i {
    font-size: 16px;
    color: #262626;
    line-height: 40px;
    margin-right: 15px;
}

#item-search .no_productsearch .text_noprd {
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    color: #a94442;
    display: inline-block;
}

#item-search .items-list-search .item {
    display: flex;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ebebeb;
}

#item-search .items-list-search .item:last-child {
    border-bottom: none;
    box-shadow: none;
}

#item-search .items-list-search .item:last-child {
    margin-bottom: 0
}

#item-search .items-list-search .item .regular-price {
    text-decoration: line-through;
    margin-left: 5px;
    color: #999;
    font-size: 14px;
}

#item-search .items-list-search .item .discount-percentage {
    padding: 5px;
    background: #f61;
    margin-left: 15px;
}

#item-search .items-list-search .item .left-search-ajax {
    float: left;
    margin-right: 15px;
    border: 1px solid #ebebeb;
}

#item-search .items-list-search .item .left-search-ajax a img {
    max-width: 100px;
    height: auto;
}

/*|-----------------------------------------------------------------|*/
/*|************************* end search ****************************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|**************************** cart *******************************|*/
/*|-----------------------------------------------------------------|*/

#popup-cart {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 350px;
    z-index: 1050;
    background: #ffffff;
    line-height: 22px;
}

#popup-cart.no-product-cart {
    height: auto;
    padding: 15px;
}

#popup-cart-content {
    overflow: auto;
    height: 100%;
}

#popup-cart .card-block-top,
#popup-cart .total-cart {
    padding: 0 15px;
}

#popup-cart .cart-item-product {
    display: flex;
    padding: 12px;
    border-bottom: 1px solid #f2f2f2;
}

#popup-cart .product-name-ajax {
    margin-bottom: 7px;
}

#popup-cart .cart-item-product .product-name-ajax .qtt-ajax {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

#popup-cart .remove-product {
    line-height: 18px;
}

#popup-cart .box-item .cart-item-product-right {
    margin-left: 10px;
    flex: 1;
}

.close-cart {
    cursor: pointer;
    position: absolute;
    left: -45px;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background: #fff;
    text-align: center;
    color: #333;
    font-size: 20px;
    border: 1px solid #ebebeb;
}

.close-cart:hover {
    color: #ffffff;
}

.body-cart-open {
    overflow: hidden
}

.cart-open {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #111;
    transition: opacity .15s linear;
    opacity: .8;
}

#popup-cart .buttom-checkout {
    line-height: normal;
    height: auto;
    text-transform: uppercase;
    background: #232323;
    padding: 8px 15px;
    margin: 7px 15px 15px;
    float: left;
    font-size: 13px;
    border-radius: 0;
}

#popup-cart .buttom-checkout:hover {
    background: #e51d02;
}

#popup-cart a.view-cart {
    font-weight: 600;
    color: #fff !important;
}

#popup-cart a.view-cart i {
    margin-left: 5px;
}

/*|-----------------------------------------------------------------|*/
/*|************************** end cart *****************************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|*************************** Product *****************************|*/
/*|-----------------------------------------------------------------|*/

#products img,
.featured-products img,
.product-accessories img,
.product-miniature img {
    margin: 5px auto 0;
    display: block;
}

#box-product-list .product-miniature img {
    display: initial;
}

#box-product-list .product-reference {
    text-align: left;
}

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
    margin: 0;
}

/*|-----------------------------------------------------------------|*/
/*|************************* End Product ***************************|*/
/*|-----------------------------------------------------------------|*/
/*|-----------------------------------------------------------------|*/
/*|************************ Page Product ***************************|*/
/*|-----------------------------------------------------------------|*/

.product-cover:hover .layer {
    opacity: 1;
}

.product-cover .layer .zoom-in {
    font-size: 30px;
}

#product #content {
    max-width: 100%;
}

/****************add css*****************/
#header {

    background: transparent;
    position: relative;
    width: 100%;
    z-index: 9
}

#wrapper {
    background: none;
    padding: 0;
    box-shadow: none;
}

.clearfix {
    clear: both;
}

.block {
    margin-bottom: 100px;
}

.horizontal_mode .item-inner .left-product {
    position: relative;
    display: block;
    overflow: hidden;
}

#module-blockwishlist-mywishlist .product_image .hover_image,
.horizontal_mode .item-inner .left-product .hover_image,
.vertical_mode .item-inner .left-product .hover_image {
    opacity: 1;
    top: 0;
    position: relative;
    transform: translateZ(0) rotateY(0);
    opacity: 1;
    visibility: visible;
    transition-duration: 800ms;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    transform: translateZ(-1000px) rotateY(-90deg);
    width: 100%;
}

#module-blockwishlist-mywishlist .item-inner:hover .product_image .hover_image,
.horizontal_mode .item-inner .left-product:hover .hover_image,
.vertical_mode .item-inner .left-product:hover .hover_image {
    opacity: 1;
    top: 0;
    transform: translateZ(0) rotateY(0);
    opacity: 1;
    visibility: visible;
}

#module-blockwishlist-mywishlist .item-inner .product_image .cover_image img,
.horizontal_mode .item-inner .left-product .cover_image img,
.vertical_mode .item-inner .left-product .cover_image img,
.item-product-list .left-product .cover_image {
    transition: all 0.5s ease-in-out 0s;
}

.item-product-list .left-product .hover_image {
    opacity: 1;
    top: 0;
    position: relative;
    transform: translateZ(0) rotateY(0);
    opacity: 1;
    visibility: visible;
    transition-duration: 800ms;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    transform: translateZ(-1000px) rotateY(-90deg);
    width: 100%;
}

.item-product-list .left-product:hover .hover_image {
    opacity: 1;
    top: 0;
    transform: translateZ(0) rotateY(0);
    opacity: 1;
    visibility: visible;
}
.top-title .title_block .title_text,
.top-title .title_block a {
    color: #e51d02;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    padding-right: 5px;
}

.sub_title {
    font-size: 36px;
    color: #111111;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
}

.top-title .title_block {
    display: inline-block;
    margin-bottom: 0;
}

a.title_category {
    color: #999999;
    font-size: 15px;
    margin-bottom: 12px;
    display: block;
    text-transform: capitalize;
    font-style: italic;
}

a.title_category:hover {
    color: #e51d02;
    text-decoration: underline;
}

.horizontal_mode .item-inner .right-product {
    position: relative;
    display: block;
    padding-top: 15px;
    clear: both;
    overflow: hidden;
}

.product_name_item {
    float: left;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.product-price-item {
    display: inline-block;
}

.right-product .discount-amount {
    display: none !important;
}

.price {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
    color: #999999;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
}

.horizontal_mode .button-action .button_quickview,
.horizontal_mode .button-action .compare,
.horizontal_mode .button-action .btn-add-to-cart,
.horizontal_mode .button-action .button_view_product,
.item-product-list .button-action .btn-add-to-cart,
.item-product-list .button-action .button_view_product,
.item-product-list .button-action .wishlist,
.item-product-list .button-action .compare,
.item-product-list .button-action .quick-view {
    height: auto;
    line-height: 29px;
    font-size: 14px;
    z-index: 2;
    font-weight: 400;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0;
    float: left;
}

.horizontal_mode .btn-add-to-cart .add-to-cart,
.item-product-list .button-action .add-to-cart {
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    color: #fff;
    cursor: pointer;
}

.horizontal_mode .button-action .button_view_product a,
.horizontal_mode .button-action .button_quickview a,
.horizontal_mode .button-action .compare a,
.item-product-list .button-action .compare a,
.item-product-list .button-action .quick-view,
.item-product-list .button-action .wishlist a,
.item-product-list .button-action .button_view_product a {
    color: #ffffff !important;
}

.btn-blog-viewall a {
    background: none;
    color: #e51d02;
    font-size: 15px;
    border: none;
    padding: 0;
    text-transform: none;
    font-weight: bold;
    display: inline-block;
    float: left;
}

.simpleblog__listing__post__wrapper.news_module_image_holder {
    box-shadow: none;
    background: none;
    margin-bottom: 0;
}

.simpleblog__listing .simpleblog__listing__post {
    margin-bottom: 30px;
}

.simpleblog__listing {
    margin-top: 30px;
    padding-bottom: 30px;
}

#module-ph_simpleblog-list .page-heading .h1 {
    font-size: 30px;
    text-align: center;
}

.simpleblog__post {
    background: none;
    box-shadow: none;
}

.simpleblog__post__content {
    padding: 0;
    margin: 20px 0;
}

#module-ph_simpleblog-single #content-wrapper .simpleblog__post p {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    margin: 0;
}

#module-ph_simpleblog-single .simpleblog__postInfo ul {
    margin: 0 0 10px;
    display: inline-block;
}

#module-ph_simpleblog-single .simpleblog__postInfo ul li {
    float: left;
    line-height: 26px;
    width: auto;
}

#module-ph_simpleblog-single .simpleblog__post .pagination {
    margin-bottom: 0;
}

.simpleblog__postInfo ul li i {
    color: #e51d02;
    font-size: 20px;
    margin-right: 0;
}

.simpleblog__postInfo ul li span {
    font-size: 13px;
    color: #999;
}

.simpleblog__postInfo ul li:after {
    content: '';
    height: 15px;
    background: #cecece;
    width: 2px;
    margin: 0 10px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.btn.btn-twitter {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    background: #4ba0ec !important;
    color: #fff;
}

.btn.btn-facebook {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    background: #415994 !important;
    color: #fff;
}

.btn.btn-google {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    background: #bd403b !important;
    color: #fff;
}

.btn.btn-pinterest {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    background: #ae2626 !important;
    color: #fff;
}

.simpleblog__comments-empty {
    margin-bottom: 60px;
}

.simpleblog__addComment {
    margin-bottom: 70px;
}

.simpleblog__comments-empty .alert-warning {
    margin-top: 20px;
    margin-bottom: 0;
}

#module-ph_simpleblog-list .smart-blog-home .content_blogpost,
#module-ph_simpleblog-category .smart-blog-home .content_blogpost {
    min-height: auto;
    max-height: 100%;
}

#module-ph_simpleblog-list .smart-blog-home .content_blogpost p,
#module-ph_simpleblog-category .smart-blog-home .content_blogpost p {
    margin-bottom: 0;
}

#module-ph_simpleblog-category .page-content.card {
    border: none;
    padding: 0;
}

.owl-carousel:hover .owl-nav {
    opacity: 1;
}

.slick-dots li button:before {
    display: none;
}

#fieldtestimonials-nav .testimonial-prev {
    float: left;
    position: absolute;
    top: 50%;
    transform: scale(0);
    margin-top: -9px;
}

#fieldtestimonials-nav .testimonial-next {
    float: right;
    position: absolute;
    top: 50%;
    transform: scale(0);
    margin-top: -9px;
}

#fieldtestimonials-nav .testimonial-prev,
#fieldtestimonials-nav .testimonial-next {
    color: #ffffff;
    font-size: 18px;
    background: transparent;
    border: none;
    display: none !important;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    width: 40px;
    text-align: right;
}

#fieldtestimonials-nav .testimonial-prev {
    text-align: left;
}

#fieldtestimonials-nav .testimonial-prev:hover,
#fieldtestimonials-nav .testimonial-next:hover {
    color: #e51d02;
    transition: 0.5s;
}

#fieldtestimonials-nav .testimonial-prev:hover:before,
#fieldtestimonials-nav .testimonial-next:hover:before {
    background: #e51d02;
}


.footer-before {
    background: #e51d02;
    padding: 35px 0;
}

.footer-before-text {
    float: left;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
}

.footer-before .footer-before-button {
    float: right;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    max-width: 230px;
    min-width: 230px;
    text-align: center;
    z-index: 1;
    height: 50px;
    line-height: 50px;
}

.footer-before .footer-before-button:after {
    content: "";
    width: 100%;
    height: 100%;
    transform: skew(-16deg);
    background: #fff;
    position: absolute;
    left: 0;
    z-index: -1;
}

.footer-center .block-social {
    text-align: left;
}

.footer-center .block-social li:first-child {
    font-size: 15px;
    color: #999;
    line-height: 27px;
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    margin: 0;
    text-align: justify;
    margin-bottom: 38px;
}

.footer-center .block-social li:not(:first-child) {
    height: 42px;
    width: 40px;
    display: inline-block;
    margin: 0 5px 0 0;
    float: left;
    cursor: pointer;
    border: none;
    border-radius: 0;
    text-align: center;
    background: none;
}

.footer-center .block-social li:last-child {
    margin: 0;
}

#footer .footer-center .block-social li a {
    display: block;
    height: 100%;
    white-space: nowrap;
    text-indent: 0;
    font-size: 16px;
    color: #fff;
    overflow: inherit;
    line-height: 42px;
    z-index: 1;
}

#footer .footer-center .block-social li a:after {
    content: "";
    width: 100%;
    height: 100%;
    transform: skew(-15deg);
    background: #333;
    position: absolute;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s;
}

#footer .footer-center .block-social li a:hover:after {
    background: #fff;
}

.title-tab-category .tab_cates {
    margin-bottom: 0;
    margin-top: 28px;
}

.title-tab-category .tab_cates li {
    position: relative;
    z-index: 1;
}

.title_tabcate {
    color: #ffffff;
    line-height: 26px;
    font-weight: normal;
    text-transform: capitalize;
    padding: 0 18px;
    cursor: pointer;
    font-size: 15px;
    display: block;
}

.title_tabcate.active {
    color: #ffffff;
}

#header-sticky.sticky-desktop {
    box-shadow: 0 0 15px rgba(0, 0, 0, .6);
}

#map {
    margin-bottom: 0;
}

#footer {
    padding-top: 0;
}

#footer .footer-center {
    background: url(../field-css/bg_footer.jpg) center center no-repeat;
    padding-top: 100px;
    padding-bottom: 90px;
    z-index: 1;
}

#footer .footer-center:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.97);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#footer .footer-after {
    background: #111111;
    overflow: hidden;
    clear: both;
    line-height: 75px;
}

.copyright_left p {
    color: #666;
    margin-bottom: 0;
    font-size: 14px;
}

.copyright_left p a {
    color: #e51d02;
    text-transform: uppercase;
    border-right: 2px solid #4b4b4b;
    padding-right: 6px;
    margin-right: 3px;
    line-height: 1;
    display: inline-block;
}

.copyright_left p a:hover {
    text-decoration: underline;
    color: #fff;
}

.copyright_right {
    text-align: right;
}

.footer-container {
    margin-top: 0;
    padding-top: 0;
    overflow: visible;
    box-shadow: none;
}

.block-contact .block-contact-title,
.linklist .blockcms-title a {
    color: #fff;
}

.title-top-ft h4 a:hover,
.title-top-ft h4:hover,
.block-contact .block-contact-title:hover {
    color: #e51d02;
}

.block-contact {
    border-left: none;
    padding-left: 0;
    color: #999999;
}

.block_newsletter input::placeholder {
    text-transform: capitalize;
    color: #212121;
    opacity: 1;
}

.block_newsletter input:-ms-input-placeholder {
    color: #212121;
}

.block_newsletter input::-ms-input-placeholder {
    color: #ffffff;
}

.fieldpopupnewsletter input::placeholder {
    color: #999999;
    opacity: 1;
}

.fieldpopupnewsletter input:-ms-input-placeholder {
    color: #999999;
}

.fieldpopupnewsletter input::-ms-input-placeholder {
    color: #999999;
}

.bg_email {
    background: url(../field-css/bg_email.jpg) center center no-repeat;
    min-height: 539px;
    display: flex;
    align-items: center;
}

#footer .footer_logo .logo_center ul li em:not(.em1) {
    font-style: normal;
}

#footer .footer_logo .logo_center ul li em:not(.em1) a {
    color: #999;
}

#footer .footer_logo .logo_center ul li em:not(.em1) a:hover {
    color: #e51d02;
    text-decoration: underline;
}

.title-top-ft h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 18px;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    font-weight: bold;
}

.title-top-ft h4:after {
    display: block;
    width: 42px;
    margin-top: 2px;
    color: #e51d02;
    content: "_ _ _ _ _";
    font-size: 13px;
}

#footer .links ul {
    background: none;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

#instagram_block .images_inner {
    padding: 0 4px;
    margin-bottom: 8px;
}

#instagram_block .item-instagram {
    margin-left: -4px;
    margin-right: -4px;
    overflow: hidden;
    margin-top: 25px;
}

.item-instagram .images_inner:hover .instagram_images_inner {
    position: relative;
}

.item-instagram .images_inner .instagram_images_inner a.instagram_images:before {
    content: "";
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all .3s ease-in-out 0s;
}

.item-instagram .images_inner:hover .instagram_images_inner a.instagram_images:before {
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
}

.item-instagram .images_inner .instagram_images_contents {
    position: relative;
    overflow: hidden;
}

.item-instagram .images_inner .instagram_likes_comments {
    display: none;
}

.item-instagram .images_inner:hover .instagram_likes_comments {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    display: inline-block;
    cursor: pointer;
    width: 100%;
}

.item-instagram .images_inner .instagram_likes_comments .text-center {
    width: 100%;
    height: auto;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    margin-bottom: 0;
}

.item-instagram .images_inner .instagram_likes_comments .text-center,
.item-instagram .images_inner .instagram_likes_comments .text-center i {
    color: #ffffff;
}

.item-instagram .images_inner:hover .instagram_likes_comments .text-center {
    transition: all .3s ease-in-out 0s;
}

#footer .footer-address a:hover {
    color: #fff;
}

.fa-googleplus:before {
    content: "\f0d5";
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #e51d02;
    border-color: transparent;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    position: relative;
    bottom: auto;
    padding-top: 0;
    z-index: 0;
    background: transparent;
    text-align: center;
    width: auto;
    height: auto;
    box-shadow: none;
    transition: bottom .3s;
    display: inline-block;
}

.right-product .comments_note {
    display: block;
    margin-bottom: 0;
    line-height: 1;
}

.comments_note {
    width: auto;
    display: none;
}

.comments_note div.star,
#productCommentsBlock div.star {
    position: relative;
    float: left;
    width: 15px;
    overflow: hidden;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    height: 14px;
    line-height: 15px;
}

.comments_note div.star:after {
    content: "\f006";
    font-family: FontAwesome;
    display: inline-block;
    color: #999999;
}

.products-sort-order .select-list:hover {
    background: #e51d02;
    color: #fff;
    text-decoration: none;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.block-categories>ul>li>.category-sub-menu {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: 100%;
}

.titleblog h4 {
    color: #111111;
    font-size: 24px;
    margin: 0 0 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 7px;
    line-height: 1;
    border-bottom: 1px solid #ebebeb;
}

.titleblog h4 a {
    position: relative;
    padding-bottom: 4px;
}

button,
input,
select {
    overflow: visible;
}

.field-banner-slider .flexslider {
    margin: 0;
    position: relative;
    zoom: 1;
    min-height: 50px;
    max-width: 270px;
    margin: 0 auto;
    border-radius: 20px;
}

.field-banner-slider .flex-control-paging li a:hover,
.field-banner-slider .flex-control-paging li a.flex-active,
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
    background: #e51d02;
    box-shadow: none !important;
    cursor: pointer;
}

.d-none {
    display: none !important;
}

#category .js-search-filters-clear-all:hover {
    border: none;
}

#wrapper .breadcrumb li a:hover {
    color: #e51d02;
}

.active_filters {
    clear: both;
}

#footer .links ul li:hover a {
    transition: all 0.3s ease-in-out 0s;
}

#footer_contact {
    margin-bottom: 96px;
}

.horizontal_mode .owl-carousel .owl-item .item {
    padding: 0 15px;
}

.horizontal_mode .item-inner {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.quickview .modal-dialog,
#blockcart-modal .modal-dialog,
#Popup_myaccount_form .modal-dialog {
    max-width: 57rem;
    width: calc(100% - 30px);
    margin: 30px auto;
}

.modal-content {
    background: #fff;
    border-radius: 0;
    border: none;
}

#blockcart-modal .modal-body {
    padding: 30px;
}

.quickview .modal-content,
#blockcart-modal .modal-body {
    background-color: #fff;
}

.modal-header .close {
    z-index: 2;
}

.modal-header .close,
.popup-header .close {
    margin: 0;
    opacity: 1;
    text-shadow: unset;
    background: none;
    position: absolute;
    right: 5px;
    top: 0;
}

#blockcart-modal .cart-content-btn {
    margin-top: 43px;
    display: table;
}

.modal-header .close span,
.popup-header .close {
    height: auto;
    text-align: center;
    width: auto;
    font-size: 30px;
    float: left;
    text-shadow: unset;
    color: #333333;
    font-weight: 600;
    font-weight: normal;
}

#Popup_customer_form .popup-header .close {
    top: 0;
    right: 0;
    color: #111;
}

#moda_popupnewsletter button.close span {
    width: 25px;
    margin-top: -1px;
}

#moda_popupnewsletter button.close span i {
    color: #ffffff;
}

#moda_popupnewsletter button.close {
    z-index: 1;
    position: absolute;
    width: 25px;
    height: 25px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 0;
    right: -25px;
    top: -25px;
}

#blockcart-modal {
    color: #666;
}

.PopupWishList {
    margin: 0;
    position: fixed;
    width: 360px;
    z-index: 9999999;
    right: 15px;
    top: 15px;
}

.PopupWishListInner {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 18px;
}

.PopupWishListInner>h3 {
    font-size: 21px;
    margin-top: 0;
}

.PopupWishListInner>h3 .close-pop {
    cursor: pointer;
    float: right;
}

.PopupWishListInner .noty_text_body .button-signin {
    padding-top: 10px;
}

.PopupWishListInner .noty_text_body .button-signin strong {
    padding-left: 5px;
}

.noty_text_body {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.noty_text_body .thumbnail {
    display: inline-block;
    flex: 0 0 auto;
    height: 72px;
    margin-bottom: 0;
    margin-right: 24px;
    width: auto;
}

.noty_text_body>p {
    flex: 1 1 auto;
    overflow: hidden;
}

.noty_text_body .thumbnail img {
    height: 100%;
    width: auto;
}

.close-popcompare {
    position: absolute;
    right: 18px;
    top: 13px;
}

.close-popcompare i {
    color: #b0b0b0;
}

.PopupWishListInner>h3>i {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    color: #1696ef;
}

.noty_text_body strong {
    color: #1696ef;
}

#form_wishlist {
    margin-bottom: 30px;
}

#form_wishlist .page-subheading {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 22px;
}

#form_wishlist input.inputTxt {
    border: 1px solid #ebebeb;
    color: #666666;
    font-size: 14px;
    height: 35px;
    padding: 0 10px;
    width: 300px;
    display: inline-block;
    float: left;
}

#form_wishlist #submitWishlist {
    float: left;
    margin-left: 10px;
    line-height: 35px;
    padding: 0 15px;
    border: none;
}

#footer #block_myaccount_infos ul .lnk_wishlist i {
    display: none;
}

#footer #block_myaccount_infos ul .lnk_wishlist {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    line-height: 36px;
    padding: 0;
    color: #666;
}

#footer #block_myaccount_infos ul .lnk_wishlist:hover {
    color: #e51d02;
}

#manufacturer #content-wrapper ul {
    display: flex;
    flex-wrap: wrap;
}

#manufacturer li.brand {
    text-align: center;
    flex: 1 0 21%;
    margin: 5px 0;
    height: auto;
}

#manufacturer li.brand .brand-img {
    height: 135px;
}

#manufacturer li.brand .brand-infos p:first-child {
    display: block !important;
    font-weight: 700;
}

#manufacturer li.brand .brand-img img {
    margin-bottom: 10px;
}

#manufacturer #content-wrapper {
    margin-bottom: 80px;
}

.PopupCompare {
    margin: 0;
    position: fixed;
    width: 360px;
    z-index: 9999999;
    right: 15px;
    top: 15px;
}

.PopupCompareInner {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    padding: 15px;
    overflow: hidden;
}

.PopupCompareInner .left-popup {
    float: left;
    margin-right: 15px;
}

.PopupCompareInner>h3 {
    font-size: 20px;
    margin-top: 0;
}

.total_compare_value,
.total_wishlist_value {
    bottom: 46px;
    color: #fff;
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #111;
    border-radius: 0;
    position: fixed;
    left: 0;
    text-align: center;
    z-index: 200;
}

#back-top:after,
.total_wishlist_value:after,
.total_compare_value:after {
    content: "";
    background: #e51d02;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 0;
    transform: scale(0);
    transition: transform 1s ease 0s;
}

#back-top:hover:after,
.total_wishlist_value:hover:after,
.total_compare_value:hover:after {
    transform: scale(1);
}

.total_compare_value span.total_compare_val {
    font-size: 15px;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}

.total_wishlist_value {
    bottom: 0;
}

.total_wishlist_value .totalwlval {
    font-size: 15px;
}

.total_compare_value a,
.total_wishlist_value a {
    color: #fff !important;
}

.compare a.add_to_compare.btn-product.checked .compare-button-content i:before {
    content: "\f00c";
    font-family: FontAwesome;
}

#module-fieldcompare-comparator .page-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
}

#module-fieldcompare-comparato .horizontal_mode .item-inner {
    max-width: 270px;
}

#module-fieldcompare-comparator #product_comparison .item {
    text-align: center;
    position: relative;
    padding: 20px;
}

#module-fieldcompare-comparator #product_comparison .item .item-inner {
    margin-bottom: 0;
}

#product_comparison .cmp_remove {
    bottom: 0;
    color: white;
    display: block;
    font-weight: 900;
    line-height: 24px;
    padding-bottom: 0px;
    padding-right: 0px;
    position: absolute;
    right: 0;
    z-index: 1;
}

#product_comparison .cmp_remove::before {
    border-color: transparent transparent #333333;
}

#product_comparison .cmp_remove::before {
    border-width: 0 0 40px 40px;
}

#product_comparison .cmp_remove::before {
    border-color: transparent transparent #333;
    border-style: solid;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: -1;
}

#product_comparison .cmp_remove i {
    display: inline-block;
    font-size: 18px;
    padding-top: 0;
    margin-right: 3px;
}

.table-bordered thead td,
.table-bordered thead th {
    border: 1px solid #ebebeb;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #ebebeb;
}

.card-block {
    padding: 30px 15px;
}

.cart-summary-line .label {
    font-size: 15px;
    line-height: 24px;
}

.page-link-list #content .links a.lnk_wishlist i {
    padding-bottom: 15px;
}

#block-order-detail .wishlisturl label {
    display: inline-block;
    margin-bottom: 0;
    line-height: 44px;
}

.wishlisturl>div>button.button-small {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    width: 100%;
}

#module-blockwishlist-mywishlist .wlp_bought_list .item-inner .right-product {
    text-align: center;
}

.wlp_bought_list .address .btn_action {
    clear: both;
    margin-top: 10px;
    background: #333;
    line-height: 40px;
    text-align: center;
}

.wlp_bought_list .address .btn_action:hover {
    background: #e51d02;
}

.wlp_bought_list .address .btn_action a {
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.wlp_bought_list>div {
    margin-bottom: 25px;
    float: left;
    position: relative;
}

.wlp_bought_list .product_image {
    max-width: 270px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0 auto 20px;
    border: 1px solid #ebebeb;
}

.wlp_bought_list .lnkdel {
    position: absolute;
    top: -12px;
    right: 0;
    height: 20px;
    width: 20px;
    text-indent: 0;
    background: no-repeat;
    font-size: 18px;
    display: inline-block;
    line-height: 20px;
    z-index: 1;
}

#module-blockwishlist-view #view_wishlist h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

#module-fieldcompare-comparator .horizontal_mode .item-inner .left-product {
    min-width: 270px;
    margin: 0 auto;
}

#module-fieldcompare-comparator .footer_link {
    margin: 0;
}

#module-fieldcompare-comparator .footer_link i {
    padding-right: 6px;
}

.text-center {
    text-align: center !important;
}

.sdsarticleHeader {
    margin: 0;
    padding-bottom: 0px;
    text-align: left;
}

.sdsarticleHeader span,
.sdsarticleHeader span a {
    font-size: 14px;
    color: #999;
    margin-right: 0;
    font-style: italic;
    font-weight: normal;
    line-height: 20px;
}

.sdsarticleHeader .title_block {
    font-size: 20px;
    font-weight: bold;
    outline: 0;
    text-decoration: none;
    margin: 0px auto 20px;
    text-transform: uppercase;
    display: block;
    line-height: 24px;
}

#smartblogcat .sdsarticle-des {
    margin: 20px 0px 0;
    font-size: 15px;
    line-height: 24px;
    color: #666;
}

#respond h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
}

#module-smartblog-category .card-block,
#module-smartblog-tagpost .card-block,
#module-smartblog-search .card-block {
    margin-bottom: 0px !important;
}

#module-smartblog-category .card-block,
#module-smartblog-tagpost .card-block,
#module-smartblog-search .card-block {
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
}

.articleContent img {
    max-width: 100%;
    padding: 0;
}

#smartblogcat .articleContent {
    display: block;
    position: relative;
}

#smartblogcat .articleContent a {
    display: block;
    overflow: hidden;
    position: relative;
}

.sdsreadMore a.r_more {
    float: left;
    font-weight: 400;
    border-radius: 0;
    margin-top: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 2px solid #7a7a7a;
}

.right_contentblog {
    padding: 20px;
}

.sdsreadMore a.r_more i {
    margin-left: 5px;
}

.sdsarticleCat {
    padding: 0;
    border: none;
    margin-bottom: 87px;
    background: #fff;
}

#module-smartblog-category .pagination a {
    border: none;
    background: none;
}

#sdsblogArticle .title {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #333;
    outline: 0;
    text-decoration: none;
    margin: 30px auto 20px;
    text-transform: uppercase;
    display: block;
    min-height: auto;
    line-height: 1.2;
}

.sdstags-update .tags a {
    background-color: transparent;
    border: none;
    font-size: 14px;
    padding: 2px 5px;
    text-transform: capitalize;
}

.sdstags-update {
    display: inline-block;
    margin: 25px 0 0px;
    text-align: left;
}

.sdstags-update .tags {
    float: left;
    color: #888;
}

#module-smartblog-details .card-block {
    border: none;
    box-shadow: none;
    padding: 0;
}

.sdsarticle-des p {
    margin: 15px 0;
    font-size: 15px;
    text-align: justify;
}

#module-smartblog-details #content.block {
    margin-bottom: 0;
}

#product_comments_block_tab .footer_links a {
    border-radius: 10px;
    color: #333;
    margin: 0;
    background: transparent;
    border: 1px solid #959595;
    text-transform: uppercase;
}

#respond td {
    padding: 3px 5px 20px;
}

#respond input[type="text"],
#respond .inputContent {
    width: 100%;
    border-radius: 10px;
}

#respond td:first-child {
    padding-top: 6px;
    vertical-align: top;
    width: auto;
}

#respond .note {
    color: #666;
    display: block;
    font-size: 13px;
    margin: 2px 8px;
}

.form-control:focus,
.search-widget form input[type="text"]:focus {
    border-color: #eeeeee !important;
    outline: 0;
    box-shadow: none;
}

#respond .right {
    padding: 15px 0 0;
    text-align: right;
}

#articleShareThis {
    margin-bottom: 15px;
}

#sdsblogCategory p,
#sdsblogArticle p {
    line-height: 24px;
    margin-bottom: 10px;
}

#sdsblogArticle #articleShareThis p {
    font-weight: bold;
}

.page-link:focus,
.page-link:hover {
    box-shadow: none;
    background-color: #e51d02;
    letter-spacing: 0 !important;
}

.sdsarticleHeader span a:hover {
    text-decoration: underline;
}

.commentList li .reply {
    margin-top: 10px;
    text-align: right;
    clear: both;
    overflow: hidden;
    display: block;
    height: auto;
}

.commentList li .reply a {
    background: none repeat scroll 0 0 #333;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 3px 15px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 0px;
}

.commentList li {
    border: 1px solid #DDD;
    border-radius: 4px;
    margin-bottom: 10px;
    min-height: 75px;
    padding: 8px 8px 8px 85px;
    position: relative;
}

.commentList li .avatar {
    background: none;
    border: none;
    left: 10px;
    padding: 2px;
    position: absolute;
    top: 10px;
}

.commentList li .name,
.commentList li .name a {
    color: #333;
    cursor: default;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
}

.commentList li .created {
    color: #666;
    font-size: 13px;
    margin: 2px 0 8px;
}

.commentList li .reply a:hover {
    background: none repeat scroll 0 0 #e51d02;
    color: #fff;
}

#product_comments_block_tab ul li {
    float: left;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.blog-categories.block-categories>ul>li:first-child {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.block-categories.blog-categories>ul>li:first-child a:after {
    display: none;
}

.block-categories.blog-categories>ul>li>.category-sub-menu {
    padding-top: 0;
}

.blog-categories .category-top-menu ul li {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: capitalize;
}

.blog-categories .category-top-menu ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#sdssearch_block_top #search_blog {
    display: inline;
    padding: 0 15px;
    width: 100%;
    height: 40px;
    line-height: 38px;
    background: #fff;
    margin-right: 1px;
    border: 1px solid #ebebeb;
    color: #999;
    border-radius: 0;
    font-size: 14px;
}

.btn-blog-search {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: auto;
    overflow: hidden;
    height: 40px;
    font-size: 16px;
    padding: 0 15px 0 0;
    color: #666;
}

#smartblogsearch .btn-blog-search {
    border-radius: 0;
    background: transparent;
}

#smartblogsearch .btn-blog-search:hover {
    color: #e51d02;
}

.sdsbox-content ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0px;
}

.sdsbox-content .recentArticles li {
    padding: 0;
    border-bottom: none !important;
    width: 100%;
    margin-bottom: 18px;
    display: table;
}

.sdsbox-content .recentArticles li .image {
    float: left;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 15px 0 0;
    max-height: 100%;
}

.sdsbox-content .recentArticles li .right-block-smart {
    display: table;
}

.sdsbox-content .recentArticles li a {
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 20px;
    max-height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sdsbox-content .recentArticles li .info {
    color: #999;
    font-size: 14px;
    text-transform: none;
    display: block;
    margin-top: 6px;
    font-style: italic;
}

.sdsbox-content .recentArticles li .info i {
    margin-right: 5px;
}

.sdsbox-content .recentArticles li:last-child {
    border-bottom: none !important;
    margin-bottom: 0;
}

.blog-categories .category-sub-menu .category-sub-link {
    margin: 0;
}

#main .page-footer {
    margin-bottom: 0;
}

.form-control {
    background: transparent;
    color: #666;
    border: 1px solid #ebebeb;
    padding: .5rem 1rem;
    font-size: 14px;
    box-shadow: none;
}

.form-control:focus,
.input-group.focus {
    outline: none !important;
}

.page-header h1 {
    border-bottom: 1px solid #ebebeb;
    font-size: 25px;
    line-height: 1;
    margin: 0 0 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #111;
}

.popup-header h1 {
    border-bottom: 1px solid #ebebeb;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #111;
}

.page-footer a.account-link {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    display: table;
    float: left;
    margin-bottom: 100px;
    margin-right: 1rem;
    padding: 8px 15px;
    border-radius: 0;
}

.page-footer a.account-link:hover,
.page-footer .text-sm-center a:hover {
    background: #e51d02;
}

.page-link-list #content .links a:hover i {
    color: #e51d02;
}

#main .page-content,
#main .page-header {
    margin-bottom: 30px;
}

#contact .card,
#module-smartblog-search .card,
#module-smartblog-tagpost .card,
#module-blockwishlist-mywishlist .card,
#module-blockwishlist-view .card,
#module-fieldcompare-comparator .card {
    margin-bottom: 100px;
}

.page-footer .text-sm-center a {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    display: table;
    line-height: 18px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 15px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
}

#checkout #checkout-personal-information-step .nav-link {
    padding: 0;
}

.setting-desktop .icon-setting-desktop .fa-bars {
    font-size: 14px !important;
}

.page-link-list #content .links a#blockwishlist-myaccount i {
    padding-bottom: 15px;
}

.custom-checkbox label {
    text-align: left;
    display: inline;
}

.page-authentication #content {
    border: 1px solid #ebebeb;
    box-shadow: none;
    max-width: 870px;
    padding: 30px 20px;
    margin-bottom: 100px;
}

.send-renew-password-link {
    text-align: center;
}

.quickview .modal-header {
    border: none;
    padding: 0;
}

.cart-grid-body .card-block h1 {
    margin-bottom: 0;
}

.separator {
    margin: 0;
    border-color: rgba(0, 0, 0, .1);
}

.cart-summary-line .value {
    color: #e51d02;
    font-size: 15px;
}

.card.cart-container,
.card.cart-summary {
    margin-bottom: 30px;
}

.cart-grid .cart-grid-body>a.label {
    box-shadow: none;
    font-weight: 400;
    padding: 8px 15px;
    background: #212121;
    color: #fff !important;
    padding-left: 5px;
    display: inline-block;
    margin-bottom: 70px;
    border-radius: 0;
    line-height: 24px;
}

.cart-grid .cart-grid-body>a.label:hover {
    background: #e51d02;
}

.cart-item .product-line-grid .product-line-grid-left img {
    border: 1px solid #ebebeb;
}

#block-reassurance {
    margin-top: 0;
    margin-bottom: 70px;
}

.setting-desktop i.fa-cog {
    color: #fff;
}

#_mobile_setting {
    position: relative;
}

.setting-desktop .dropdown-menu,
#_mobile_setting .dropdown-menu {
    min-width: 250px;
    line-height: normal;
    background: #fff;
    padding: 15px;
    box-shadow: 0 3px 9.3px 0.7px rgba(0, 0, 0, .15);
    border: none;
    right: 0;
    left: auto;
    margin: 0;
    border-top: 3px solid #e51d02;
}

#header .header-nav .language-selector {
    margin-top: 0;
    white-space: nowrap;
    position: static;
}

#header .header-nav .currency-selector {
    margin-top: 0;
    margin-left: 0;
    white-space: nowrap;
    position: static;
}

#header a:hover {
    text-decoration: none;
    color: #e51d02;
}

#header .header-nav #_desktop_contact_link {
    display: table;
}

#header .header-nav .banner-center,
#header .header-nav .my-cart {
    line-height: 30px;
    text-align: center;
}

#header .header-nav .banner-center p,
#header .header-nav p.my-cart {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;

}

#header .header-nav .my-cart {
    margin-right: 10px;
}

#header .header-nav .my-cart i {
    margin-right: 5px;
}

.contact-link-ft {
    float: left;
    height: 54px;
    line-height: 54px;
    margin-right: 22px;
    font-size: 14px;
}

.contact-link-ft:last-child {
    margin-right: 0;
}

.contact-link-ft:last-child i {
    font-size: 16px;
}

.contact-link-ft i {
    padding-right: 8px;
    color: #fff;
}

.contact-link-ft:first-child:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #585858;
    display: inline-block;
    margin-left: 18px;
}

.contact-link-ft:hover i,
.contact-link-ft:hover span {
    color: #e51d02;
}

#wishlist-nav .link-wishlist-nav {
    display: flex;
}

#wishlist-nav .wl-count svg {
    font-size: 23px;
    margin-top: 8px;
}

#wishlist-nav .wl-count {
    position: relative;
}

#wishlist-nav .wl-count .totalwlval {
    color: #ffffff;
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 15px;
    margin-top: -2px;
    font-weight: 600;
    font-size: 10px;
    background-color: #F60;
    top: 0;
    right: -7px;
    text-align: center;
}

#wishlist-nav span {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 14px;
    display: block;
    text-align: left;
    margin-left: 10px;
    line-height: 43px;
}

#header .header-nav a,
.text_nav,
.contact-link-ft span {
    color: #212121;
    font-size: 14px;
}

#header .header-nav a:hover,
.text_nav:hover {
    color: #e51d02;
    transition: 0.3s;
}

#_mobile_field-search-no-popup .button-submit-search {
    background: transparent;
    border: none;
    padding: 0;
    position: relative;
    top: 0px;
    padding-left: 5px;
    color: #111;
}

.popup-footer {
    text-align: center;
    margin-top: 20px;
}

.popup-footer span:hover {
    cursor: pointer;
}

#Popup_forgot_password_form .text-forgot-password {
    margin-bottom: 15px;
    display: block;
}

#Popup_customer_form .popup-content {
    height: 100%;
    overflow-y: auto
}

.product-price {
    display: inline-block;
}

body#checkout section#content {
    margin-bottom: 100px;
}

#popup-cart .product-line-info-top .price,
#popup-cart .totals-top .price,
#popup-cart .productName {
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
}

.has-discount .discount {
    color: #F60;
    font-weight: 500;
    padding: .3125rem .625rem;
    margin-left: .625rem;
    text-transform: capitalize;
    border: 2px solid #F60;
    border-radius: 10px;
    position: relative;
    top: -7px;
}

body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 700;
}

body#checkout section.checkout-step {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    padding: .9375rem;
}

#order-items hr {
    border-top-color: #ebebeb;
}

.card {
    margin-bottom: 30px;
    box-shadow: none;
    border: 1px solid #ebebeb;
}

#product_comments_block_tab div.comment .star_content {
    clear: none;
}

#product_comments_block_tab div.comment {
    margin: 0 0 20px 0;
    padding: 5px;
    border-bottom: 1px dotted #ebebeb;
}

#product_comments_block_tab .comment_author span {
    margin-top: 0;
    margin-right: 10px;
}

#new_comment_form .product img {
    float: none;
    border: 1px solid #ebebeb;
    max-width: 100%;
    height: auto;
}

#new_comment_form .modal-header {
    justify-content: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
}

#new_comment_form .modal-header h2 {
    line-height: 1;
    color: #111;
}

#new_comment_form .product {
    padding: 0 0px 15px;
}

#new_comment_form .product>div:first-child {
    text-align: center;
}

#new_comment_form .product .product_desc {
    float: left;
    margin-left: 0;
    width: 100%;
    line-height: 24px;
    color: #666;
}

#new_comment_form .product .product_desc .product_name {
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}

#new_comment_form label {
    display: block;
    margin: 0;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    padding: 0 15px;
}

#new_comment_form textarea,
#new_comment_form input {
    border: 1px solid #ebebeb;
}

#new_comment_form_footer .required {
    display: inline-block;
}

#new_comment_form #criterions_list li {
    margin-bottom: 0;
}

#new_comment_form #criterions_list label {
    display: inline-block;
    float: none;
    margin: 0;
    text-align: right;
    min-width: auto;
    padding: 0;
    margin-right: 10px;
}

#new_comment_form #criterions_list .star_content {
    display: inline-block;
    vertical-align: middle;
}

#new_comment_form #criterions_list {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    list-style-type: none;
    text-align: center;
}

#submitNewMessage {
    margin-left: 0;
}

#new_comment_form .modal-dialog {
    max-width: 700px;
}

.smartblogcomments#respond {
    margin-top: 30px;
    margin-bottom: 70px;
}

#cms #cms-about-us .cms-row-left img:hover {
    transition: all .5s ease-in-out;
    opacity: 0.8;
}

.our-team-item {
    position: relative;
    display: inline-block;
}

#cms #cms-about-us .our-team .our-team-item:hover:after {
    background: rgba(229, 29, 2, 0.6);
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}

#cms #cms-about-us .our-team-text p:last-child {
    color: #fff;
}

#cms #cms-about-us .our-team p {
    line-height: 1;
    text-align: center;
}

#cms #cms-about-us p {
    line-height: 24px;
    margin-bottom: 30px;
    text-align: justify;
}

#cms #cms-about-us p:last-child {
    margin-bottom: 0;
}

.our-team-text {
    background: transparent;
    padding: 16px 0;
    max-width: 270px;
    margin: 0 auto;
    border: 1px solid #ebebeb;
    border-top: none;
}

.cms-box2 {
    text-align: right;
    margin-top: -170px;
}

.cms_content {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 33px;
}

.cms_content:last-child {
    margin-bottom: 0;
}

.cms_content_ft {
    display: table;
    float: left;
    min-width: 105px;
}

.cms_content_text {
    display: table;
}

.cms_content_ft h2 {
    font-size: 45px;
    color: #d2d2d2;
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1;
}

.cms_content_text h4 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#cms #cms-about-us .cms_content_text p,
#cms #cms-about-us .our-team-text p:last-child {
    margin-bottom: 0;
}

.cms-row-right h4 {
    font-size: 26px;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 35px;
    font-weight: 600;
}

.cms-row-right .title_font {
    font-size: 18px;
    color: #111;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

#cms-about-us .cms-row>.row {
    display: flex;
    align-items: center;
    margin-top: 45px;
}

#cms #cms-about-us .block_center {
    text-align: center;
}

#cms #cms-about-us .block_center.cms-row>.row {
    display: block;
}

.cms-row-left {
    display: inline-block;
    float: left;
    width: 35%;
}

.cms-row-right {
    display: inline-block;
    float: left;
    width: 65%;
    padding-left: 90px;
}

.ffullwidth.cms-row .page-subheading {
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
}

.ffullwidth.cms-row .page-subheading:after {
    content: "";
    width: 135px;
    height: 6px;
    display: block;
    margin: 35px auto 0;
}

.ffullwidth.cms-row {
    background: url(../field-css/bg_about.jpg) center center no-repeat;
    padding: 100px 0;
}

.contact-rich h4,
.contact-form h3 {
    text-transform: uppercase;
    color: #333;
    margin-bottom: 20px;
    font-size: 24px;
}

.contact-rich .top_text {
    margin-bottom: 20px;
}

.contact-rich .top_text p {
    margin: 0;
    line-height: 30px;
    max-width: 450px;
    font-size: 14px;
    text-align: justify;
}

.contact-rich .block_contact_ftc {
    display: block;
    margin-bottom: 12px;
}

.contact-rich .block_contact_ftc>div {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    line-height: 25px;
}

.contact-rich .block_contact_ftc>div.data a {
    color: #666;
}

.contact-rich .block_contact_ftc .icon {
    font-size: 18px;
    margin-right: 10px;
    color: #0090E3;
}

.contact-form {
    background: #fff;
    padding: 0;
    color: #666;
    width: 100%;
}

.contact-form .form-fields .form-group {
    margin-bottom: 18px;
}

.button_contact_us {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 30px;
    border-radius: 0;
    font-weight: 500;
}

.contact-rich {
    color: #666;
    word-wrap: break-word;
}

.input-group .input-group-btn>.btn {
    padding: 8.5px 10px;
}

#contact .contact-form .alert ul {
    margin: 0;
}

#main .page-content.page-cms {
    padding: 0;
    text-align: left;
    background: none;
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
    background: #111;
}

.bx-wrapper .bx-controls-direction a {
    top: 50%;
}

body#checkout #cart-summary-product-list .media-body {
    vertical-align: middle;
    display: inline;
    clear: both;
    width: 100%;
}

body#checkout #cart-summary-product-list .media-left {
    padding-right: 10px;
    display: inline-block;
}

body#checkout #cart-summary-product-list .media {
    margin-bottom: 10px;
}

body#checkout #cart-summary-product-list img {
    border: none;
    width: 70px;
}

body#checkout .product-quantity {
    display: inline-block;
}

#order-confirmation #content-hook_payment_return {
    margin-bottom: 100px;
}

img {
    max-width: 100%;
    height: auto;
}

#Popup_myaccount_form .modal-content .modal-body .links a span.link-item {
    display: block;
    height: 100%;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1rem;
    margin: 15px 0;
}

#Popup_myaccount_form .modal-content .modal-body .links a span.link-item i {
    font-size: 24px;
    margin-right: 5px;
}

#view_wishlist .priority_product {
    margin-top: 10px;
    margin-bottom: 0;
    display: inline-block;
}

#module-blockwishlist-view .card-block {
    padding-bottom: 0;
}

#Popup_myaccount_form .modal-content .modal-footer a {
    background: #262626 none repeat scroll 0 0;
    color: #fff;
    display: table;
    line-height: 18px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 15px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
}

#Popup_myaccount_form .modal-header h1 {
    font-size: 22px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    color: #111;
}

#header .header-nav .cart-preview.active {
    background: transparent;
}

.login-form {
    margin-top: 0;
}

body#checkout #header .header-nav {
    padding: 0;
    border-bottom: none;
    max-height: 100%;
    margin-bottom: 0;
    box-shadow: none;
}

button:focus {
    outline: none;
}

#moda_popupnewsletter .modal-header {
    padding: 0;
    border-bottom: none;
}

#newsletter_block_popup {
    position: relative;
}

#_desktop_field-search-no-popup input::placeholder {
    color: #999;
    opacity: 1;
}

#_desktop_field-search-no-popup input:-ms-input-placeholder {
    color: #999;
}

#_desktop_field-search-no-popup input::-ms-input-placeholder {
    color: #999;
}

.button-popup-sizechart {
    margin-top: 30px;
    background: transparent !important;
    color: #666;
    text-align: left;
    padding: 0;
}

#Popup_sizechart .modal-dialog {
    max-width: 100%;
    height: auto;
    margin: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#Popup_sizechart .modal-header {
    justify-content: center;
    padding: 8px;
    border-bottom: 1px solid #ebebeb;
}

#Popup_sizechart .modal-header h1 {
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    color: #212121;
}

#Popup_sizechart .modal-body .row {
    display: flex;
    align-items: center;
}

.left-content-size .hover_banner_img {
    text-align: center;
    border: none;
}

.title-measure {
    font-size: 20px;
    line-height: 24px;
    margin: -3px 0 15px;
    text-transform: capitalize;
}

.text-measure li {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
}

.text-measure li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 15px;
    margin-right: 5px;
    vertical-align: bottom;
}

.title-measure.a2 {
    margin-top: 25px;
}

h2.title-measure {
    margin-top: 10px;
}

#Popup_sizechart .table-sizegudie {
    border: 1px solid #ebebeb;
    margin: 0;
}

.field-banner-slider .nivo-controlNav {
    padding: 0;
    text-align: center;
    line-height: 1;
    bottom: 5px;
}

#header-menu .stt-menu {
    max-width: 260px;
    float: right;
}

#_desktop_field-search-no-popup #searchbox {
    position: relative;
    overflow: hidden;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#mobile-header {
    text-align: center;
}

#_mobile_field-search-no-popup {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

#_mobile_field-search-no-popup #searchbox {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #ebebeb;
}

.search_filter {
    position: relative;
    width: 210px;
    display: inline-block;
    margin-bottom: 0;
    float: left;
}

.search_filter #category_filter {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 30px 0 0 30px;
    font-size: 12px;
    color: #666;
    height: 45px;
    line-height: 45px;
    padding: 0 40px 0 20px;
    position: relative;
    text-transform: none;
    z-index: 1;
}

.search_filter #category_filter option {
    color: #666;
}

#_mobile_field-search-no-popup #search_query_top {
    color: #666666;
}

#_desktop_field-search-no-popup .btn.button-search {
    transition: all 0.3s ease-in-out 0s;
}

#_desktop_field-search-no-popup .btn.button-search {
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
    height: 24px;
    padding: 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 0;
    color: #fff;
    font-size: 14px;
    border: none;
}

#_desktop_field-search-no-popup .search_filter:before {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    content: "";
    height: 25px;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2;
}

#_desktop_field-search-no-popup .search_filter:after {
    content: "\f0dd";
    color: #666;
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    z-index: 2;
}

.product-price-and-shipping {
    display: block;
    margin-bottom: 0;
}

.horizontal_mode .left-product:hover .tab_button .wishlist #idWishlist {
    opacity: 1;
}

.background_fullwidth .col-lg-6 {
    padding: 0;
}

#idWishlist {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.dropdown-divider {
    height: 2px;
    margin: .5rem 0;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    background: none;
}

.facets_content {
    overflow: hidden;
    border: none;
    border-top: none;
    display: block;
}

.menu-product-name {
    color: #696c6a;
    font-size: 19px;
    text-transform: none;
    display: block;
    line-height: 26px;
}

.menu-product .price-container {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 1;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: auto;
    padding-left: 120px;
    top: 50px;
}

#product-modal .modal-content .modal-body {
    margin-left: 0;
    padding: 0;
}

#product-modal #product-description-short {
    margin-top: 0;
    text-align: justify;
    line-height: 20px;
    color: #666;
}

#product-modal .modal-content .modal-body .image-caption {
    background: #fff;
    width: 100%;
    padding: 12px;
    border-top: 1px solid #f2f2f2;
}

#product-modal .product-images>li.thumb-container {
    display: block;
}

#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0;
    padding: 0;
}

#product-modal .modal-content .modal-body .product-cover-modal {
    margin: 0 auto;
    display: block;
}

#product-modal .modal-content .modal-body .product-images img {
    width: 100%;
    cursor: pointer;
    background: #fff;
}

#module-blockwishlist-mywishlist #block-order-detail .right-product .comments_note {
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
}

#block-order-detail .wishlist_product_detail {
    margin-top: 10px;
}

.left-product .conditions-box {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    z-index: 3;
    width: 100%;
    line-height: 0;
    text-align: center;
}

.conditions-box .out_of_stock {
    display: none;
}

.conditions-box span {
    margin: 0;
    color: #F60;
    min-width: 50px;
    height: 25px;
    line-height: 25px;
    clear: both;
    font-size: 10px;
    font-weight: 500;
    text-transform: capitalize;
    position: absolute;
    left: 0;
    background-color: #FFF !important;
    border-radius: 3px;
    border: 1px solid #F60 !important;
}

.conditions-box span.new {
    left: 52px;
    background-color: #11c2ea;
}

.conditions-box span.pack:after {
    display: none;
}

.discount-percentage {
    display: none;
}

ul#tab_cates_1 {
    display: block;
    margin-bottom: 50px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    line-height: 52px;
    height: 54px;
}

.product-line-grid-body>.product-line-info {
    margin-bottom: 5px;
}

#order-items .order-line {
    display: flex;
    align-items: center;
}

#module-blockwishlist-mywishlist .wishlist_change_button {
    width: 100%;
}

.quickview .modal-body,
.quickview .modal-content {
    min-height: auto;
}

.quickview .modal-body {
    padding: 30px;
}

.quickview .product-quantity .add {
    margin-bottom: 0;
}

.quickview .product-quantity .qty {
    margin-bottom: 30px;

}

.h2.title_pro {
    margin-bottom: 30px;
    font-size: 25px;
    padding: 0 15px;
}

.category-cover img:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: 0;
}

.top-smartblogtitle h4 {
    color: #262626;
    font-size: 20px;
    margin: 0 0 47px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.blog-categories .top-smartblogtitle h4 {
    margin: 0 0 30px;
}

.top-smartblogtitle h4:after {
    content: "";
    top: 100%;
    margin-top: 13px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #222;
    position: absolute;
}

#header-menu {
    background: transparent !important;
}

.lang-ar #newsletter_block_popup img {
    transform: rotateY(-180deg);
}

.lang-ar #field_testimonials .des_testimonial:before {
    content: "\f10e";
}

.vmegamenu_slider_block>.container>div {
    float: left;
}

.vmegamenu_slider_block .v-megamenu-title {
    display: none;
}

/*slick nav and dot comment*/
/*end comment*/
.owl-nav span {
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    cursor: pointer;
    margin: 0;
    width: 22px;
    height: 22px;
    line-height: 20px;
    border-radius: 100%;
}

.owl-nav button:hover span {
    transition: 0.3s;
}

.owl-dots button span {
    display: block;
    width: 40px;
    height: 5px;
    margin: 0;
    background: #f2f2f2;
    border: none;
    color: #fff;
    font-size: 0;
    position: relative;
}

.setting-desktop .icon-setting-desktop {
    font-size: 16px;
    color: #fff;
}

#_desktop_search .icon-search-mobile {
    color: #666666;
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
}

#item-search .right-search-ajax .price {
    font-size: 15px;
    font-weight: normal;
}

#item-search .product-price-and-shipping {
    text-align: left !important;
    line-height: 1;
}

#item-search .product_name {
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 20px;
}

#item-search .product_name a {
    font-size: 17px;
    font-weight: 600;
}

#product-modal .modal-content .modal-body figure {
    background: #fff;
    width: 85%;
    margin: 0;
}

#product-modal .modal-content .modal-body .thumbnails {
    position: relative;
    width: 100%;
}

.open-comment-form {
    margin-bottom: 0;
}

.smartblogcomments #submitComment {
    border-radius: 0;
    background: transparent;
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #959595;
    min-width: 140px;
    line-height: 38px;
    padding: 0;
    border-radius: 10px;
}

.smartblogcomments #submitComment:hover,
#product_comments_block_tab .footer_links a:hover {
    border: 1px solid #e51d02;
    transition: 0.4s;
}

#popup-cart-content .no-product {
    padding: 15px !important;
}

.btn-loadmor {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.btn-loadmor a {
    background: #111;
    color: #fff !important;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    min-width: 170px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.btn-loadmor a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 0;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.btn-loadmor a:hover {
    background: none;
    transition: 0.4s;
}

.btn-loadmor a:hover:before {
    transform: scale(1);
}

.content_text h4 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 15px;
}

.content_text h4:hover {
    color: #e51d02;
}

.content_text p {
    line-height: 23px;
    margin-bottom: 0;
}

#_desktop_cart_sticky {
    float: right;
    line-height: 60px;
    z-index: 9;
    position: relative;
}

#_desktop_cart_sticky .click-cart {
    color: #ffffff;
}

.bx-controls a {
    transform: rotate(90deg);
    left: 50% !important;
    right: 0 !important;
    margin-left: -10px;
}

.bx-controls .bx-prev {
    margin-top: 0 !important;
}

.bx-controls .bx-next {
    top: auto !important;
    margin-top: 0 !important;
}

.bx-wrapper .bx-controls-direction a:hover:before {
    color: #e51d02;
}

.product-line-info.product-price>div {
    display: inline-block;
}

#tags_blog_block_left,
.blog-categories,
#recent_article_smart_blog_block_left,
#smartblogsearch {
    margin-bottom: 40px;
}

.hover_article .right_contentblog {
    box-shadow: 5px 7px 10px 0 rgba(0, 0, 0, .1);
}

.hover_article:hover .right_contentblog {
    box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, .15);
}

.button-clear-keyup {
    position: absolute;
    width: 15px;
    line-height: 15px;
    text-align: center;
    top: 2px;
    right: 18px;
    color: #111;
    display: none;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .image-text-menu,
#_mobile_fieldmegamenu .menu-items>li .image-text-menu {
    display: flex;
    margin-top: 3px;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .image-text-menu .menu-right-text,
#_mobile_fieldmegamenu .menu-items>li .image-text-menu .menu-right-text {
    flex: 1;
    text-align: left;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .image-text-menu .image-menu-left-text,
#_mobile_fieldmegamenu .menu-items>li .image-text-menu .image-menu-left-text {
    margin-right: 15px;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .image-text-menu .menu-right-text .title-menu,
#_mobile_fieldmegamenu .menu-items>li .image-text-menu .menu-right-text .title-menu {
    color: #111;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .image-text-menu .menu-right-text button,
#_mobile_fieldmegamenu .menu-items>li .image-text-menu .menu-right-text button {
    padding: 0 15px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .image-text-menu .menu-right-text p,
#_mobile_fieldmegamenu .menu-items>li .image-text-menu .menu-right-text p {
    margin-bottom: 16px;
    color: #444444;
    line-height: 20px;
    text-align: justify;
}

.horizontal_mode .item-inner:hover .left-product .cover_image:before {
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}

.sitemap {
    margin-top: 0;
    margin-bottom: 100px;
}

.sitemap ul li {
    font-size: 15px;
    margin-bottom: 1rem;
}

.sitemap-title {
    text-transform: uppercase;
}

.sitemap h2 {
    color: #232323;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
    border-bottom: 1px solid #ebebeb;
    margin-left: -15px;
    width: 100%;
    height: 35px;
}

#stores .page-stores {
    margin-bottom: 100px !important;
}

#stores .page-stores .store-item-footer div:first-child .text-justify,
#stores .page-stores .store-item-container .store-description address {
    line-height: 24px;
}

#product_comments_block_tab div.comment div.comment_author {
    float: left;
    padding-right: 25px;
    width: 240px;
    line-height: 18px;
}

#product_comments_block_tab div.comment div.comment_author span,
#product_comments_block_tab div.comment .star_content {
    float: left;
}

#product_comments_block_tab div.comment div.comment_details {
    float: left;
    overflow: hidden;
    max-width: 800px;
}

#back-top {
    bottom: 10px;
    color: #fff;
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #111111;
    border-radius: 0;
    padding: 0;
    position: fixed;
    right: 20px;
    text-align: center;
    z-index: 200;
    cursor: pointer;
}

/*right-column*/
#right-column .block {
    margin-bottom: 40px;
}

#right-column #tags_block_left {
    margin-bottom: 90px;
}

.top-title-right .title_block {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 22px;
    color: #444444;
}

.top-title-right .title_block:hover {
    color: #e51d02;
}

.dropdown .expand-more {
    color: #212121;
}

/*CUSTOM STYLE*/

/*slide*/
.tparrows.ares .tp-title-wrap {
    display: none !important;
}

.tp-caption img {
    height: 100% !important;
}

.btn_border_slide_home5 {
    border-bottom-color: #f84d53 !important;
}

.tp-bullets:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000047;
    padding: 30px 12px;
    margin-left: -10px;
    top: 50%;
    margin-top: -46px;
    box-sizing: content-box;
    border-radius: 2px;
}

.btn_border_slide_home4:hover {
    background-color: #ffffff !important;
}

/*slide end*/

/*header*/
#header .header_style_default>.container {
    background-color: #ffffff;
}

#header .header-nav {
    display: none;
}

.header-nav .left-nav {
    padding-left: 15px;
}

.header-nav .left-nav>div {
    float: left;
    line-height: 40px;
    display: inline-block;
}

#desktop_logo {
    z-index: 2;
    text-align: left;
}

.sticky-desktop .header-logo {
    display: none;
}

.sticky-desktop #sticky_top {
    right: 0;
    z-index: 1;
    width: max-content;
    position: absolute;
}

.setting-desktop {
    margin-left: 12px;
}

.setting-desktop .click-setting {
    color: #666666;
}

.setting-desktop .content-setting {
    z-index: 1;
    display: none;
    position: absolute;
    left: auto;
    right: 10%;
    width: 190px;
    line-height: normal;
    background: #fff;
    margin-top: 5px;
    padding: 0;
    box-shadow: 0 3px 9.3px 0.7px rgba(0, 0, 0, .15);
}

#_desktop_currency_selector .dropdown .expand-more,
#_desktop_language_selector .dropdown .expand-more {
    color: #666666;
    font-size: 14px;
    text-transform: capitalize;
}

#_desktop_language_selector .dropdown .expand-more>img {
    display: none;
}

#_desktop_language_selector,
#_desktop_currency_selector {
    display: inline-block;
    position: relative;
    text-align: left;
    line-height: 40px;
    margin-right: 20px;
    font-size: 14px;
}

#_desktop_currency_selector i,
#_desktop_language_selector i {
    color: #666666;
    font-size: 15px;
    margin-left: 5px;
}

#_desktop_currency_selector ul.dropdown-menu {
    position: absolute;
    top: 100%;
    right: auto;
    left: 0;
    background: #111111;
    margin-top: 3px;
    z-index: 1000;
    margin: 0;
    padding: 0;
    min-width: 130px;
    border: 1px solid #ebebeb;
}

#_mobile_currency_selector ul.dropdown-menu {
    position: absolute;
    top: 100%;
    left: auto;
    right: 3px;
    background: #111111;
    border: none;
    z-index: 1000;
    margin: 0;
    padding: 0;
    min-width: 150px;
    border: 1px solid #ebebeb;
}

#_mobile_currency_selector .dropdown .expand-more {
    font-size: 14px;
}

#_mobile_currency_selector .dropdown:hover .expand-more {
    color: #212121 !important;
}

#_desktop_language_selector ul.dropdown-menu {
    position: absolute;
    top: 100%;
    right: auto;
    left: 0;
    margin-top: 3px;
    z-index: 1000;
    margin: 0;
    padding: 0;
    min-width: 130px;
    border: 1px solid #ebebeb;
}

#_mobile_language_selector ul.dropdown-menu {
    position: absolute;
    top: 67%;
    left: auto;
    right: auto;
    background: #111111;
    border: none;
    z-index: 1000;
    margin: 0;
    padding: 0;
    min-width: 150px;
    border: 1px solid #ebebeb;
}

.sticky-mobile #_mobile_language_selector ul.dropdown-menu {
    top: 100%;
}

#_desktop_currency_selector ul li,
#_desktop_language_selector ul li,
#_mobile_currency_selector ul li,
#_mobile_language_selector ul li {
    display: block !important;
    line-height: 35px;
    margin: 0 !important;
}

#_desktop_currency_selector ul li a,
#_desktop_currency_selector ul li>span,
#_mobile_currency_selector ul li a,
#_mobile_currency_selector ul li>span,
#_desktop_language_selector ul li a,
#_mobile_language_selector ul li a {
    padding: 0 12px;
    display: block;
    color: #666666;
    font-size: 13px;
    background-color: #ffffff;
}

#_desktop_language_selector ul li img,
#_mobile_language_selector ul li img {
    margin-right: 5px;
}

#_mobile_currency_selector .ic-mobile {
    color: #fff !important;
}

#wishlist-nav,
#sticky_top,
#_desktop_user_info {
    margin-top: 0px;
    padding-left: 0;
    text-align: center;
}

#header .header-bottom {
    background-color: #0D1B23;
}

#_desktop_user_info {
    padding-right: 0;
}

#_desktop_user_info>div.button-popup-myaccount svg {
    font-size: 23px;
    margin-top: 8px;
}

#_desktop_user_info>div.button-popup-signin:hover {
    color: #F60;
}

#_desktop_user_info>div.button-popup-signin,
#_desktop_user_info>div.button-popup-myaccount {
    z-index: 1;
    float: left;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    color: #FFF;
    font-size: 14px;
    display: block;
    text-align: left;
    line-height: 43px;
}

#_desktop_user_info>div.button-popup-signin span,
#_desktop_user_info>div.button-popup-myaccount span {
    margin-left: 10px;
}

#_desktop_user_info>div.button-popup-signin>i {
    font-size: 0;
}

#_desktop_user_info>div.button-popup-signin>span i {
    margin-left: 5px;
}

#_desktop_user_info>div.button-popup-myaccount {
    margin-right: 0;
    display: flex;
    justify-content: center;
}

#_desktop_user_info>div.button-popup-myaccount span {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 14px;
    display: block;
    text-align: left;
    margin-left: 10px;
}

#_desktop_user_info>div.button-popup-create-account {
    text-align: left;
    float: left;
    color: #666666;
    line-height: 40px;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0;
    cursor: pointer;
}

#_desktop_user_info>div i {
    font-size: 15px;
}

#header-sticky .header-contact>div {
    display: inline-block;
}

#header-sticky .header-contact .header-contact-shipping>div {
    float: left;
    display: inline-block;
}

#header-sticky .header-contact .header-contact-shipping .icon {
    font-size: 0;
    margin-right: 15px;
    vertical-align: middle;
}

#header-sticky .header-contact .header-contact-shipping .icon i {
    font-size: 30px;
    line-height: 46px;
}

#header-sticky .header-contact .header-contact-shipping .content p {
    color: #212121;
    font-size: 18px;
    margin-bottom: 10px;
}

#header-sticky .header-contact .header-contact-shipping .content span {
    color: #999999;
    font-size: 14px;
    margin-bottom: 0;
}

#header-sticky .header-contact .header-contact-phone {
    float: right;
}

#header-sticky .header-contact .header-contact-phone>div {
    float: left;
    display: inline-block;
}

#header-sticky .header-contact .header-contact-phone .icon {
    font-size: 0;
    margin-right: 15px;
    vertical-align: middle;
}

#header-sticky .header-contact .header-contact-phone .icon i {
    font-size: 35px;
    line-height: 50px;
}

#header-sticky .header-contact .header-contact-phone .content p {
    color: #212121;
    font-size: 14px;
    margin-bottom: 10px;
}

#header-sticky .header-contact .header-contact-phone .content span {
    color: #999999;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}

.header-main-contact {
    margin: 10px 0;
}

.header-main-contact .search-home4 {
    padding: 0;
    margin-top: 20px;
}

#header-sticky .header-megamenu>div {
    padding: 0;
}

.desktop_search_header {
    padding: 38px 0;
}

#_desktop_search .icon-search-mobile {
    float: right;
    width: 65px;
    display: none;
}

#_desktop_search .icon-search-mobile {
    color: #ffffff;
}

#field-search-no-popup .search_query_top_ft {
    float: left;
    width: 100%;
    display: inline-block;
    border-right: 1px solid #e1e1e1;
}

#_desktop_search #field-search-no-popup.dropdown-menu {
    padding: 0;
    display: block;
    position: unset;
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
    border: none;
    background-color: #fff;
}

#_desktop_search #field-search-no-popup.dropdown-menu form {
    display: flex;
}

.sticky-desktop #field-search-no-popup.dropdown-menu {
    max-width: 255px;
    min-width: 255px;
}

#field-search-no-popup .search_query {
    float: left;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    border: none;
    color: #999999;
}

#field-search-no-popup .search_query:focus {
    background-color: transparent;
}

#field-search-no-popup .button-search {
    padding: 0;
    width: 95px;
    float: left;
    border: none;
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    line-height: 40px;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #0090E3 !important;
}

#field-search-no-popup .button-search:hover {
    background-color: #333333 !important;
}

#field-search-no-popup .button-search span {
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
}

#field-search-no-popup .button-search span:before {
    content: "\f002";
    font-family: FontAwesome;
}

#field-search-no-popup .button-search:hover span {
    color: #ffffff;
}

#header-sticky .header-menu {
    padding: 0;
    background-color: #0090E3;
}

#header-sticky .cart-header>div {
    float: right;
    display: inline-block;
}

#header-sticky #wl_headertop {
    margin-right: 15px;
    line-height: 1;
    margin-top: 20px;
}

#_desktop_fieldmegamenu>ul {
    line-height: 60px;
    height: 60px;
    display: flex;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
    justify-content: center;
}

#_desktop_fieldmegamenu>ul>li.root {
    display: inline-block;
}

#_desktop_fieldmegamenu>ul>li.root.vertical.active>ul.menu-items>li.menu-item {
    position: relative;
    display: inline-block;
    width: 100%;
}

#_desktop_fieldmegamenu>ul>li.root.vertical.active>ul.menu-items>li.menu-item .has_icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
}

#_desktop_fieldmegamenu>ul>li.root.vertical.active>ul.menu-items>li.menu-item .has_icon:before {
    content: '\f105';
    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;
}

#_desktop_fieldmegamenu>ul>li.root.vertical.active>ul.menu-items>li.menu-item:hover .has_icon:before {
    content: '\f104';
}

#_desktop_fieldmegamenu>ul>li.root.vertical.active>ul.menu-items>li.menu-item:hover>ul.submenu {
    left: 100%;
    display: block;
    position: absolute;
    margin-left: 15px;
    background: #fff;
    min-width: 120px;
    padding: 15px;
    top: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .6);
}

#wl_headertop i {
    font-size: 20px;
    bottom: -2px;
    margin-right: 10px;
    position: relative;
}

#wl_headertop a {
    font-size: 14px;
}

#sticky_top>div,
#sticky_top>div ul li {
    float: right;
    display: inline-block;
}

.setting-desktop {
    display: none;
}

#sticky_top>div ul {
    margin: 0;
}

#sticky_top>div ul i.fa-clock-o {
    margin-right: 10px;
}

#sticky_top>div ul li {
    font-size: 14px;
}

#sticky_top>div ul li:first-child {
    margin-right: 25px;
}

#sticky_top>div.fieldsearch {
    margin-left: 0;
}

.header-cart>div {
    float: right;
    display: inline-block;
}

#sticky_top #_desktop_cart:hover {
    background-color: transparent;
}

.sticky-desktop #sticky_top #_desktop_cart {
    padding: 25px 0;
}

#_desktop_cart .click-cart .cart-products-count {
    color: #ffffff;
    position: absolute;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 15px;
    margin-top: -2px;
    font-weight: 600;
    font-size: 10px;
    background-color: #F60;
    margin-left: -8px;
}

.sticky-desktop #_desktop_cart .click-cart .cart-products-count .item,
.sticky-desktop #_desktop_cart .click-cart .total_prcart {
    display: none;
}

#_desktop_cart .click-cart .ab-text {
    text-align: left;
    margin-left: 10px;
}

#_desktop_cart .click-cart .text-cart {
    font-weight: 600;
    color: #D2D8DB;
    font-size: 10px;
    line-height: 12px;
    display: block;
}

#_desktop_cart .click-cart .total_prcart {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 14px;
    display: block;
}

#sticky_top #_desktop_cart .click-cart {
    cursor: pointer;
    display: flex;
}

#sticky_top #_desktop_cart .click-cart .ab-iconcart svg {
    font-size: 23px;
    margin-top: 8px;
}

.header-menu-content {
    background: #1e1e21;
    position: relative;
    width: 100%;
    margin: 0;
}

.fieldmegamenu .root-item .title-text {
    height: 60px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
    line-height: 60px;
    text-transform: capitalize;
    padding: 0 17px;
    display: inline-block;
    white-space: nowrap;
}

.fieldmegamenu li.root:hover .root-item .title,
.fieldmegamenu li.root .root-item a.active .title {
    color: #212121;
}

.fieldmegamenu>ul>li.home_active .no-description .title-text {
    font-size: 0;
}

.fieldmegamenu>ul>li.home_active .no-description .title span.fa {
    font-size: 24px;
    margin-left: 0;
    margin-top: 0;
    float: none;
}

.fieldmegamenu .root-item .title .icon-has-sub {
    display: none;
    float: right;
    font-size: 14px;
    line-height: 45px;
    margin-left: 10px;
}

#header #header-sticky.sticky-desktop .v-megameu-main {
    padding-left: 0;
}

#header #header-sticky.sticky-desktop .header-menu-search {
    float: right;
    min-height: 0;
    margin-right: -2%;
}

#header #header-sticky.sticky-desktop .header-menu-search #_desktop_search {
    display: block !important;
}

#header-sticky.sticky-desktop .v-megamenu {
    display: none;
}

#_desktop_fieldmegamenu.fieldmegamenu .root .menu-items {
    top: 100%;
    background: #ffffff;
    margin-top: 0;
    line-height: normal;
    position: absolute;
    border-bottom: 3px solid transparent;
    box-shadow: 0 3px 9.3px 0.7px rgba(0, 0, 0, .15);
    padding: 30px 15px 20px;
    z-index: 10;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    -ms-transform: translateY(30px);
    left: 0 !important;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu-items.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

#_desktop_fieldmegamenu.fieldmegamenu .root.menu_1 .menu-items,
#_desktop_fieldmegamenu.fieldmegamenu .root.menu_2 .menu-items {
    padding-bottom: 25px;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .submenu {
    display: block;
    padding-left: 0;
}

.fieldmegamenu .menu-items li .title:before {
    content: "\f105";
    font-family: FontAwesome;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu-item.depth-1>.title a,
#_mobile_fieldmegamenu .menu-item.depth-1>.title a {
    color: #111111;
    display: block;
    line-height: 1;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 8px;
    text-transform: capitalize;
}

#_mobile_fieldmegamenu .menu-item.depth-1>.title a {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #d7dce2;
}

#_mobile_fieldmegamenu .menu-item.depth-1:last-child>.title a {
    border: none;
    padding: 0;
}

#_mobile_fieldmegamenu .menu-items {
    border-top: 1px dotted #d7dce2;
}

#_mobile_fieldmegamenu .menu-items>li:first-child {
    padding-top: 20px;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu-home .menu-item.depth-1>.title a,
#_mobile_fieldmegamenu .menu-home .menu-item.depth-1>.title a {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 12px;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu-home .menu-item.depth-1:last-child>.title a,
#_mobile_fieldmegamenu .menu-home .menu-item.depth-1:last-child>.title a {
    margin-bottom: 0;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li,
#_mobile_fieldmegamenu .menu-items>li {
    float: left;
    padding: 0 15px;
    position: relative;
    text-align: left;
}

.fieldmegamenu .menu-items li,
#_mobile_fieldmegamenu .menu-items li {
    line-height: 28px;
}

.fieldmegamenu .menu-items li.customcontent.custom-menu-bottom {
    width: 40%;
}

.fieldmegamenu .menu-items li .title_font.title:hover {
    padding-left: 0;
}

.fieldmegamenu .menu-items li .title.title_font:before {
    display: none;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu_home .menu-items {
    padding-bottom: 20px;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu_2 .menu-item.divider {
    padding: 10px;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu_2 .menu-item.depth-1>.title a {
    margin-bottom: 10px;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu_3 .menu-items>li.customcontent,
#_mobile_fieldmegamenu .menu_3 .menu-items>li.customcontent {
    margin-top: 7px;
    text-align: center;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu-item.divider,
#_mobile_fieldmegamenu .menu-item.divider {
    position: relative;
    display: block;
    float: none;
    clear: both;
    margin: 0;
    padding: 8px 1%;
    width: 100%;
    border: none;
}
.elementor-section.elementor-element.elementor-element-zml6la9.magasins {
    padding:25px 0px 10px 0px;
  }
  .magasins span {
    font-size: 15px !important;
  }
#_desktop_fieldmegamenu.fieldmegamenu .menu-items>li .img-menu-3,
#_mobile_fieldmegamenu .img-menu-3 {
    margin-top: -100px;
}

#header .fieldmegamenu .submenu .title:hover a,
#header .fieldmegamenu .menu-item.depth-1>.title a:hover,
.fieldmegamenu .submenu .title:hover a,
#_mobile_fieldmegamenu .menu-item.depth-1>.title a:hover,
#_mobile_fieldmegamenu .submenu .title:hover a {
    color: #e51d02;
    transition: all 0.3s ease-in-out 0s;
}

#_desktop_fieldmegamenu.fieldmegamenu .submenu .title a,
#_mobile_fieldmegamenu .submenu .title a {
    color: #666666;
    font-size: 13px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out 0s;
}

#_desktop_fieldmegamenu .root.horizontal .menu-items>li.menu-item>.submenu,
#_mobile_fieldmegamenu .root.horizontal .menu-items>li.menu-item>.submenu {
    display: block;
}

.fieldmegamenu>ul>li img:hover,
#_mobile_fieldmegamenu>ul>li img:hover {
    opacity: .8;
}

/*custom menu*/
#_desktop_fieldmegamenu.fieldmegamenu .menu-homes .menu-items,
#_desktop_fieldmegamenu.fieldmegamenu .menu-page .menu-items {
    padding-left: 30px;
    padding-right: 30px;
    left: auto !important;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu-homes .menu-items>li,
#_desktop_fieldmegamenu.fieldmegamenu .menu-page .menu-items>li {
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu-homes .menu-items>li:last-child,
#_desktop_fieldmegamenu.fieldmegamenu .menu-page .menu-items>li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu-homes .menu-item.depth-1>.title a,
#_desktop_fieldmegamenu.fieldmegamenu .menu-page .menu-item.depth-1>.title a {
    margin: 0;
}

#_desktop_fieldmegamenu.fieldmegamenu .menu-homes .menu-item.depth-1:last-child>.title a,
#_desktop_fieldmegamenu.fieldmegamenu .menu-page .menu-item.depth-1:last-child>.title a {
    margin-bottom: 0;
}

/*mobile*/
#_mobile_fieldmegamenu>ul .root-item,
#_mobile_fieldmegamenu>ul .menu-item {
    display: block;
}

#_mobile_fieldmegamenu .menu-items>li:last-child {
    padding-bottom: 10px;
}

#_mobile_fieldmegamenu>ul>li {
    font-size: 16px;
    line-height: 40px;
}

#_mobile_fieldmegamenu>ul>li {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    border-bottom: 1px dotted #d7dce2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#_mobile_fieldmegamenu>ul>li:last-child {
    border-bottom: none;
}

#_mobile_fieldmegamenu ul li .title-text {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    color: #333333;
}

#_mobile_fieldmegamenu>ul>li .title span.icon-has-sub {
    display: none;
}

#_mobile_fieldmegamenu {
    width: 100%;
    padding: 15px 15px 0;
    overflow: auto;
    height: 100%;
}

.collapsed-menu[aria-expanded="true"] .add,
.collapsed-menu[aria-expanded="false"] .remove {
    display: none;
}

#_mobile_fieldmegamenu .menu-items {
    top: 0 !important;
    width: 100%;
    padding: 0;
}

#_mobile_fieldmegamenu .menu-items>li ul li .title:before {
    content: "\f105";
    font-family: FontAwesome;
}

#_mobile_fieldmegamenu>ul>li.demo_other_menu ul li {
    width: 100%;
}

/*header end*/
/*vmegamenu*/
#header-menu .v-megamenu-container {
    margin: 0;
    position: relative;
}

.v-megamenu-container {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

#left-column .v-megamenu-container {
    margin-bottom: 40px;
}

.v-megamenu-title {
    height: 60px;
    cursor: pointer;
    line-height: 60px;
    padding: 0 20px;
    text-align: left;
    position: relative;
    background-color: #F60 !important;
    margin-top: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#left-column .v-megamenu-title {
    display: none;
}

#index .v-megamenu-title.Click:before,
#index .v-megamenu-title.active.Click:before {
    content: "";
}

#index .header-top:not(.sticky-desktop) .v-megamenu-title:before,
#category #header-sticky:not(.sticky-desktop) .v-megamenu-title:before {
    display: none;
}

#product #header-sticky:not(.sticky-desktop) .v-megamenu-title:before {
    display: none;
}

.v-megamenu-title.Click .fa-reorder {
    opacity: 1;
}

.v-megamenu-title .fa-reorder {
    color: #ffffff;
    font-size: 24px;
    float: right;
    line-height: 60px;
}

.v-megamenu-title span {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

#header-menu .v-megamenu {
    left: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 999;
    border-color: #ebebeb;
    border-style: solid;
    border-width: 0 1px 1px;
    background: #fff;
    display: none;
}

.v-megamenu {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 10px 0 15px;
    border: 1px solid #e1e1e1;
    border-bottom: none !important;
}

#left-column .v-megamenu {
    padding-top: 0px;
}

.v-megamenu>ul>li {
    text-transform: uppercase;
    padding-bottom: 0;
    text-align: left;
}

#page .v-megamenu ul li a {
    display: block;
}

#header a {
    color: #666666;
}

.v-megamenu>ul>li>a {
    color: #262626;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    height: 45px;
    padding: 0px 10px 0px;
    text-transform: capitalize;
    margin: 0;
    border-bottom: 1px dotted #f3f3f3 !important;
    display: flex;
    justify-content: unset;
    text-align: left;
    position: relative;
    align-items: center;
    width: 100%;
}

.v-megamenu>ul>li:last-child>a {
    border-bottom: none;
}

.v-megamenu>ul>li.more-vmegamenu>a {
    text-transform: uppercase;
    position: relative;
}

.v-megamenu>ul>li.more-vmegamenu>a i {
    font-size: 14px;
}

.v-megamenu>ul>.v-megamenuitem.hasChildren>a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    color: #666666;
    font-weight: 100;
    position: absolute;
    right: 10px;
}

.v-megamenu-container .v-megamenu i {
    font-size: 16px;
    margin-right: 0;
    min-width: 20px;
}

.v-megamenu-container .v-megamenu i.fa-mobile {
    font-size: 16px;
}

#page .v-megamenu ul li a {
    display: block;
}

.v-megamenuitem a.opener {
    box-shadow: none;
    border: 0;
}

.v-megamenuitem a.opener {
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 14px;
    width: 20px;
    color: #666;
    line-height: 20px;
    display: none;
}

.v-megamenu>ul>li div.submenu.right-co,
.v-megamenu>ul>li div.submenu.bottom-co {
    width: 600px;
}

.v-megamenu .submenu .v-main-section.only-right {
    width: 360px;
    float: left;
}

.v-megamenu .right-section {
    width: 197px;
    float: right;
    min-height: 20px;
    margin-top: 5px;
}

.v-megamenu>ul>li div.submenu.right-co .sections-contaier {
    display: flex;
    align-items: center;
}

.v-megamenu ul {
    margin-bottom: 0;
}

.v-megamenu .v-main-section-sublinks {
    margin-bottom: 0;
    padding-left: 15px;
}

.v-megamenu .v-main-section-products>li,
.v-megamenu .v-main-section-links>li {
    float: left;
    width: 20%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.v-main-section-links>li>a {
    color: #262626;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    min-height: 39px;
}

.v-main-section-sublinks li {
    padding: 0;
    transition: all 0.3s ease-in-out 0s;
    list-style: disc;
}

.v-megamenu .v-main-section-sublinks li a {
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    text-transform: capitalize;
    display: block;
}

.v-megamenu>ul>li div.submenu {
    display: none;
    top: -1px;
    left: 100%;
    width: 1000px;
    z-index: 99999;
    position: absolute;
    padding: 15px;
    background-color: #f9f9f9;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    animation-duration: .6s;
    animation-fill-mode: both;
    right: 0;
    bottom: 0;
    border: 1px solid #f9f9f9;
    height: 100%;
}

.v-megamenu>ul>li div.submenu .v-main-section-links {
    display: flex;
    flex-wrap: wrap;
}

.v-megamenuitem a.opener {
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 12px;
    width: 20px;
    color: #666;
    line-height: 20px;
}

.v-right-section-products.nbs-flexisel-ul {
    left: 0 !important;
}

.v-right-section-products.nbs-flexisel-ul,
.v-bottom-section-links.nbs-flexisel-ul {
    width: 10000%;
    position: relative;
}

.menu-product li {
    text-align: center;
    position: relative;
}

.v-right-section-products.nbs-flexisel-ul li {
    margin: 0;
    width: 315px !important;
    float: left;
    text-align: left;
}

.v-right-section-products.nbs-flexisel-ul li .li-indent,
.v-bottom-section-links li a {
    margin-right: 20px;
    position: relative;
    display: block;
}

.v-megamenu .menu-product .product-image-link {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 11px;
}

.v-megamenu>ul>li div.submenu.fmsid1 img {
    height: auto;
    width: 100px;
    margin-right: 154px;
    height: 111px;
    display: inline-block;
    border: 1px solid #f2f2f2;
    float: left;
}

.v-megamenu ul li a.menu-product-name {
    display: inline-block;
    position: absolute;
    width: 100%;
    top: 22px;
    left: 0;
    text-align: left;
    font-size: 12px;
    padding-left: 120px;
}

.v-right-section-products.nbs-flexisel-ul li .li-indent,
.v-bottom-section-links li a {
    margin-right: 20px;
    position: relative;
    display: block;
}

.v-megamenu .v-right-section-products.nbs-flexisel-ul li div:nth-last-child(1) a.product-image-link {
    border: 0;
    padding: 0;
}

.v-main-section-sublinks li ul {
    display: none;
}

.v-main-section-sublinks li a.opener {
    display: none;
}

.v-megamenu .v-main-section {
    width: 100%;
    float: left;
    min-height: 20px;
}

.v-megamenu .v-bottom-section {
    width: 100%;
    float: none;
    clear: both;
    position: relative;
}

.v-megamenu .v-bottom-section .section-indent {
    padding: 15px;
    overflow: hidden;
    text-align: center;
}

.v-megamenu-container img:hover {
    opacity: 0.8;
}

.home-vmegamenu .v-megamenu {
    position: relative;
    margin-top: -10px;
    width: 100%;
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 0 1px 1px;
    padding-bottom: 20px;
    background: #fff;
    margin-bottom: 30px;
    z-index: 1;
}

#_mobile_fieldvmegamenu .v-megamenu {
    position: relative;
    width: 100%;
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0 1px 1px;
    padding-bottom: 0px;
    background: #fff;
    z-index: 1;
    display: none;
}

/*vmegamenu end*/
/*product-horizontal_mode*/
.title-top p {
    font-size: 16px;
    margin-bottom: 10px;
}

.our-product .title-head {
    margin-bottom: 50px;
}

.title-head h2 span {
    color: #333333;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
}

.title-head h2 span span {
    font-weight: 500;
}

.horizontal_mode .item-inner {
    background-color: #ffffff;
}

.horizontal_mode .item-inner .left-product:hover>a {
    filter: brightness(0.9);
}

.horizontal_mode .item-inner {
    margin-bottom: 30px;
}

.horizontal_mode .item-inner .left-product {
    z-index: 1;
    position: relative;
}

/*button-action*/
.horizontal_mode .item-inner .button-action .tab_button {
    position: absolute;
    height: auto;
    text-align: center;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 1;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out 0s;
}

.horizontal_mode .item-inner .left-product:hover .button-action .tab_button {
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
}

.horizontal_mode .button-action .btn-add-to-cart,
.horizontal_mode .button-action .button_view_product {
    display: none;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    transform: translate(-50%, -50%);
    padding: 0 10px;
    transition: all 0.5s ease-in-out 0s;
}

.horizontal_mode .button-action .btn-add-to-cart:hover,
.horizontal_mode .button-action .button_view_product:hover {
    background-color: #212121;
}

.horizontal_mode .button-action .btn-add-to-cart .text_button,
.horizontal_mode .button-action .button_view_product .text_button {
    padding-left: 5px;
    color: #ffffff;
    font-size: 13px;
    white-space: nowrap;
    font-weight: lighter;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out 0s;
}

.horizontal_mode .item-inner .left-product:hover .button-action .btn-add-to-cart,
.horizontal_mode .item-inner .left-product:hover .button-action .button_view_product {
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
}

.horizontal_mode .button-action .compare,
.horizontal_mode .button-action .button_quickview {
    line-height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #ffffff;
}

.horizontal_mode .button-action .button_quickview i:before {
    content: "\f08e";
    font-family: FontAwesome;
    color: #0090E3;
}

.product-home5 .horizontal_mode .button-action .button_quickview:hover i {
    color: #ffffff;
}

.horizontal_mode .button-action .compare {
    display: none;
}

.horizontal_mode .button-action .compare i.fa-refresh:before {
    content: "\f0ec";
    font-family: FontAwesome;
}

.horizontal_mode .right-product {
    padding-bottom: 0;
}

/*button-action end*/
/*button-action-bottom*/
.horizontal_mode .item-inner .button-action-bottom {
    order: 5;
    opacity: 0;
    transition: all 0.5s;
}

.horizontal_mode .item-inner {
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 9px;
}

.horizontal_mode .item-inner:hover {
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    padding: 9px;
}

.horizontal_mode .item-inner:hover .button-action-bottom {
    opacity: 1;
}

.horizontal_mode .button-action-bottom {
    width: 100%;
    margin: auto;
    margin-top: 10px;
}

.horizontal_mode .button-action-bottom .tab_button .btn-add-to-cart,
.horizontal_mode .button-action-bottom .tab_button .button_view_product,
.horizontal_mode .button-action-bottom .tab_button .wishlist,
.horizontal_mode .button-action-bottom .tab_button .compare,
.horizontal_mode .button-action-bottom .tab_button .button_quickview {
    display: inline-block;
    text-align: center;
    padding: 9px 9px;
}

.horizontal_mode .button-action-bottom .tab_button .wishlist,
.horizontal_mode .button-action-bottom .tab_button .compare {
    float: right;
    line-height: 1;
    border-radius: 50%;
    background-color: #f7f7f7;
}

.horizontal_mode .button-action-bottom .tab_button .wishlist:hover i,
.horizontal_mode .button-action-bottom .tab_button .compare:hover i {
    color: #ffffff;
}

.horizontal_mode .button-action-bottom .tab_button .compare {
    padding: 9px 10px;
    margin-left: 5px;
}

.horizontal_mode .button-action-bottom .tab_button .button_quickview {
    display: none;
}

.horizontal_mode .button-action-bottom .tab_button i {
    font-size: 16px;
}

.horizontal_mode .button-action-bottom .tab_button .btn-add-to-cart,
.horizontal_mode .button-action-bottom .tab_button .button_view_product {
    float: none;
    padding: 0x;
    border-radius: 0px;
    border: none;
    background-color: transparent !important;
    color: #fff !important;
    margin: 0 auto;
    width: 100%;
}

#product_marques .btn-add-to-cart .add-to-cart,
.horizontal_mode .button-action-bottom .tab_button .btn-add-to-cart .add-to-cart,
.horizontal_mode .button-action-bottom .tab_button .button_view_product .add-to-cart {
    float: none;
    padding: 12px 15px;
    border-radius: 40px;
    border: none;
    background-color: #0090E3 !important;
    color: #fff !important;
    margin: 0 auto;
    width: 100%;
}

.product-home5 .horizontal_mode .button-action-bottom .tab_button .btn-add-to-cart,
.product-home5 .horizontal_mode .button-action-bottom .tab_button .button_view_product {
    background-color: transparent;
}

.horizontal_mode .button-action-bottom .tab_button .btn-add-to-cart:hover,
.horizontal_mode .button-action-bottom .tab_button .button_view_product:hover {
    border-color: #eeeeee;
    background-color: transparent;
}

.horizontal_mode .button-action-bottom .tab_button .btn-add-to-cart .text_button,
.horizontal_mode .button-action-bottom .tab_button .button_view_product .text_button {
    color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
}

.product-home5 .horizontal_mode .button-action-bottom .tab_button .btn-add-to-cart:hover .text_button,
.product-home5 .horizontal_mode .button-action-bottom .tab_button .button_view_product:hover .text_button {
    color: #ffffff;
}

.horizontal_mode .button-action-bottom .tab_button .btn-add-to-cart i,
.horizontal_mode .button-action-bottom .tab_button .button_view_product i {
    color: #ffffff !important;
    margin-right: 5px;
}

.horizontal_mode .button-action-bottom .tab_button .btn-add-to-cart:hover i,
.horizontal_mode .button-action-bottom .tab_button .button_view_product:hover i {
    color: #ffffff;
}

.horizontal_mode .btn-add-to-cart .add-to-cart,
.item-product-list .button-action .add-to-cart {
    color: #666666;
}

/*button-action-bottom end*/
.horizontal_mode .item-inner .right-product {
    padding: 10px 5px 15px;
}

.horizontal_mode .right-product .category_name {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.horizontal_mode .right-product .category_name span {
    color: #0090E3;
    line-height: 15px;
    font-size: 13px;
    font-weight: 500;
    margin: 0 auto;
    display: inline;
    text-align: center;
    background: white;
    padding: 0 10px;
    position: relative;
}

.horizontal_mode .right-product .category_name:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    display: block;
    left: 0;
    position: absolute;
    top: 11px;
    z-index: 0;
}

.horizontal_mode .right-product .product_name {
    width: 100%;
    font-size: 14px;
    padding: 0;
    overflow: hidden;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #2A2A2A;
    height: 45px;
}

.horizontal_mode .right-product .product_name a {
    color: #2A2A2A;
    text-transform: initial;
    padding-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.horizontal_mode .right-product .comments_note {
    width: 100%;
    float: none;
    line-height: 1;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.horizontal_mode .comments_note div.star {
    height: auto;
    width: 20px;
    line-height: 1;
    font-size: 18px;
    color: #999999;
}

.horizontal_mode .product-price-item {
    margin: auto;
    display: block;
    list-style: none;
    text-align: center;
    max-width: max-content;
}

#products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
    margin-bottom: 0;
    line-height: 20px;
}

.horizontal_mode .product-miniature .regular-price {
    font-size: 15px;
    line-height: 20px;
    margin-left: 10px;
    width: max-content;
    display: inline-block;
}

.horizontal_mode .product-miniature .product-price-and-shipping {
    float: none;
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: center;
}

.horizontal_mode .item-inner .right-product .price {
    float: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #F60;
    text-align: center;
}

/*position arrow custom*/
.horizontal_mode .owl-theme.position-arrow-custom button,
.vertical_mode .owl-theme.position-arrow-custom button {
    margin: 0;
}

.horizontal_mode .position-arrow-custom button.owl-prev,
.vertical_mode .position-arrow-custom button.owl-prev {
    margin-right: 10px;
}

.horizontal_mode .position-arrow-custom button:hover,
.horizontal_mode .position-arrow-custom .owl-nav button:hover span,
.vertical_mode .position-arrow-custom button:hover,
.vertical_mode .position-arrow-custom .owl-nav button:hover span {
    background-color: unset !important;
}

.horizontal_mode .position-arrow-custom .field-nav,
.vertical_mode .position-arrow-custom .field-nav {
    width: 20px;
    height: 20px;
    position: unset;
    transform: none;
    background-color: transparent;
}

.field-all-products-carousel.position-arrow-custom .owl-nav,
.field-onecate-products-carousel.position-arrow-custom .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    margin: 0;
    line-height: 1;
}

.position-arrow-custom .owl-nav span {
    color: #212121;
    font-size: 20px;
}

.position-arrow-custom .owl-nav button:hover span {
    background-color: #ebebeb !important;
}

.horizontal_mode .position-arrow-custom .owl-nav span {
    height: 20px;
    color: #828282;
}

.horizontal_mode .position-arrow-custom .owl-nav span.fa-angle-left:before,
.vertical_mode .position-arrow-custom .owl-nav span.fa-angle-left:before {
    content: "\f053";
    font-family: FontAwesome;
}

.horizontal_mode .position-arrow-custom .owl-nav span.fa-angle-right:before,
.vertical_mode .position-arrow-custom .owl-nav span.fa-angle-right:before {
    content: "\f054";
    font-family: FontAwesome;
}

/*deal products*/
.title-header .elementor-heading-title span:after {
    content: '\f067';
    font-family: Fontawesome;
    font-size: 18px;
    padding-left: 10px;
}

/*Countdown deal product*/
.item-inner .item-countdown-time {
    z-index: 9;
    white-space: nowrap;
    display: inline-block;
}

.item-inner .item-countdown {
    clear: both;
    display: block;
    width: 100%;
    height: 100%;
    width: max-content;
    margin: auto;
    margin-bottom: 25px;
}

.item-inner .item-countdown .section_cout {
    float: left;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-right: 5px;
    width: 46px;
    height: 46px;
    z-index: 1;
}

.item-inner .item-countdown .section_cout:after {
    content: ":";
    top: 0;
    position: absolute;
    color: #03aae8;
    font-size: 14px;
    font-weight: 600;
    margin-left: 24px;
}

.item-inner .item-countdown .section_cout:last-child:after {
    display: none;
}

.item-inner .item-countdown .section_cout:last-child {
    margin-right: 0;
}

.item-inner .item-countdown .section_cout span.text {
    color: #212121;
    display: block;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
    text-transform: lowercase;
}

.item-inner .item-countdown .section_cout span {
    color: #212121;
    display: block;
    font-size: 24px;
    font-weight: 500;
}

/*banner top*/
.banner-top .field-banner .banner-box-content {
    padding: 17px;
    background-color: #ffffff;
}

.banner-top .field-banner .banner-box-content .banner-content .title_banner,
.banner-top-noimg .field-banner .banner-box-content .banner-content .subtitle_banner {
    margin: 0;
}

.banner-top .field-banner .banner-box-content .banner-content .subtitle_banner,
.banner-top .field-banner .banner-box-content .banner-content .desc_banner,
.banner-top-noimg .field-banner .banner-box-content .banner-content .desc_banner {
    display: none;
}

.banner-top-noimg .field-banner {
    background-color: #ffffff;
}

.banner-top-noimg .field-banner .banner-box-content .banner-content {
    margin-bottom: 60px;
}

.banner-top-noimg .field-banner .banner-box-content .banner-content .title_banner {
    margin-bottom: 15px;
}

.banner-top-noimg .field-banner .banner-box-content .banner-button {
    width: 101%;
    border: none;
}

.banner-top-noimg .field-banner .banner-box-content .banner-button:hover {
    background-color: red;
}

/*banner hover images*/
.field-banner-wrapper {
    position: relative;
    overflow: hidden;
}

.field-banner:before,
.field-banner:after,
.banner-img .elementor-image-box-img:before,
.banner-img .elementor-image-box-img:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transition: all 0.6s ease-out 0s;
}

.field-banner:hover:before,
.banner-img .elementor-image-box-img:hover:before {
    background-color: rgba(255, 255, 255, .2);
    right: 50%;
    left: 51%;
}

.field-banner:hover:after,
.banner-img .elementor-image-box-img:hover:after {
    background-color: rgba(255, 255, 255, .2);
    top: 50%;
    bottom: 51%;
}

/*banner middle*/
.field-banner-wrapper .field-banner .banner-box-content {
    width: 100%;
}

.banner-middle-home5 .banner-left .field-banner .banner-box-content {
    max-width: 350px;
    padding: 18px 30px 18px 30px;
}

.banner-middle-home5 .banner-left .field-banner .banner-button {
    line-height: 1;
    margin-top: 15px;
}

.banner-middle-home5 .banner-left .field-banner .banner-button a {
    color: #666666;
}

.banner-middle-home5 .banner-right .field-banner .banner-box-content {
    max-width: 225px;
    padding: 25px 20px;
}

.field-banner-wrapper .field-banner .subtitle_banner {
    margin: 0;
}

.banner-middle-home5 .field-banner .subtitle_banner span {
    color: #f36464;
}

.field-banner-wrapper .field-banner .subtitle_banner,
.field-banner-wrapper .field-banner .desc_banner {
    display: none;
}

/*banner bottom*/
.banner-bottom-home5 {
    margin: 0 -15px;
}

.banner-bottom-home5 .banner-left .field-banner .banner-img {
    border-radius: 4px;
}

.banner-bottom-home5 .banner-cennter .field-banner .banner-button,
.banner-bottom-home5 .banner-cennter-bottom .field-banner .banner-button {
    margin-top: 16px;
    border-radius: 30px;
    border: 1px solid transparent;
}

.banner-bottom-home5 .banner-cennter-bottom .field-banner .banner-button {
    border: none;
    background-color: #ffffff;
}

.banner-bottom-home5 .banner-cennter .field-banner .banner-button:hover {
    background-color: transparent;
}

.banner-bottom-home5 .banner-cennter-bottom .field-banner .banner-button:hover a {
    color: #ffffff;
}

.banner-bottom-home5 .banner-cennter .field-banner .banner-button a {
    color: #ffffff;
}

/*countdown*/
.field-countdown-timer {
    height: 72px;
    text-align: right;
}

.field-countdown-timer .countdown-timer-item {
    padding: 10px 30px;
    background-color: #f84d53;
}

.field-countdown-timer .countdown_item {
    width: auto;
    height: auto;
    margin-right: 25px;
    background-color: transparent;
}

.field-countdown-timer.countdown_rounded .countdown_item {
    padding: 0;
}

.field-countdown-timer.countdown_rounded .countdown_item span {
    color: #ffffff;
}

.field-countdown-timer.countdown_rounded .countdown_item .nb-countdown {
    line-height: 1;
    font-size: 24px;
    font-weight: 500;
}

.field-countdown-timer.countdown_rounded .countdown_item:last-child .nb-countdown:after {
    display: none;
}

.field-countdown-timer.countdown_rounded .countdown_item .text-countdown {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
}

/*vertical_mode*/
.vertical_mode .item-inner {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.vertical_mode .item-inner:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.vertical_mode .item-inner .left-product {
    float: left;
    max-width: 100px;
    min-width: 93px;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
}

.vertical_mode .item-inner .left-product:hover>a {
    filter: brightness(0.9);
}

.vertical_mode .item-inner .left-product .conditions-box {
    display: none;
}

.vertical_mode .item-inner:hover .left-product {
    border-color: #eeeeee;
}

.vertical_mode .item-inner .right-product .product_name_item {
    text-align: left;
}

.vertical_mode .item-inner .right-product .product_name_item .product_name {
    margin-bottom: 10px;
    font-size: 14px;
}

.vertical_mode .item-inner .product-miniature {
    display: flex;
    align-items: center;
}

.vertical_mode .left-product .button-action {
    display: none;
}

.vertical_mode .right-product {
    flex: 1;
    float: left;
    transform: translateY(10%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.vertical_mode .right-product .button-action-bottom {
    display: none;
}

.vertical_mode .right-product .product_name {
    order: 1;
    margin-bottom: 7px;
}

.vertical_mode .right-product .product_name a {
    font-size: 18px;
    font-weight: 600;
}

.vertical_mode .right-product .product-price-item {
    display: inline-block;
}

.vertical_mode .right-product .comments_note {
    margin: 0;
    margin-bottom: 5px;
}

.vertical_mode .comments_note div.star {
    font-size: 14px;
    height: unset;
}

.vertical_mode .right-product .product-price-and-shipping {
    order: 2;
    text-align: left !important;
}

.vertical_mode .right-product .product-price-and-shipping span {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
}

.vertical_mode .right-product .product-price-and-shipping span.discount-percentage {
    display: none;
}

.vertical_mode .right-product .category_name {
    order: 3;
    margin: 0;
    margin-top: 5px;
}

/*blog category*/
#field_blockcategories {
    margin: 0 -15px;
    position: relative;
}

#field_blockcategories.horizontal_mode .item-inner {
    border: none;
    margin: 0;
}

#field_blockcategories #blockcategories_content .box-item-inner {
    margin-top: 0;
    position: relative;
}

#blockcategories_content .box-item-inner .right-block-cate {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}

#blockcategories_content .box-item-inner .right-block-cate a {
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

#blockcategories_content .box-item-inner .right-block-cate a span {
    display: none;
}

#blockcategories_content .box-item-inner .left-block-cate {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

#blockcategories_content .box-item-inner .left-block-cate:hover img {
    filter: brightness(0.8);
}

#blockcategories_content .box-item-inner .left-block-cate a {
    display: block;
}

/*field-testimonials*/
.title-testimonial .elementor-heading-title i {
    position: absolute;
    font-size: 28px;
    top: 45px;
    left: 50%;
    transform: translateX(-50%) rotateY(180deg);
}

.title-testimonial .elementor-heading-title span span {
    color: #212121;
}

.field-testimonials {
    padding-bottom: 60px;
    background-color: #ffffff;
}

.testimonials_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.testimonials_item .testi_desc {
    order: 1;
    padding: 0 15px;
    line-height: 1.7;
    position: relative;
    text-align: center;
}

.testimonials_item .avatar_image {
    display: none;
    margin-top: 30px;
}

.field-testimonials-wrapper .testimonials_item .avatar_image img:hover {
    filter: brightness(0.8);
}

.testimonials_item .testi_name {
    order: 2;
    width: 100%;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
}

.testimonials_item .testi_info {
    display: none;
    order: 3;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
}

.field-testimonials.position-arrow-custom .owl-nav {
    position: absolute;
    margin: 0;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.field-testimonials.position-arrow-custom .owl-nav button {
    margin: 0;
}

.field-testimonials.position-arrow-custom .owl-nav button .field-nav {
    width: auto;
    height: 24px;
    padding: 0 8px;
    background-color: transparent;
}

.field-testimonials.position-arrow-custom .owl-nav button:hover span {
    background-color: transparent !important;
}

.field-testimonials.position-arrow-custom .owl-nav button .field-nav.field-nav-prev {
    right: 0;
}

.field-testimonials.position-arrow-custom .owl-nav button .field-nav.field-nav-next {
    left: 0;
}

.field-testimonials.position-arrow-custom .owl-nav span {
    font-size: 24px;
}

.field-testimonials.position-arrow-custom .owl-nav button span.fa-angle-left:before {
    content: "\f177";
    font-family: FontAwesome;
}

.field-testimonials.position-arrow-custom .owl-nav button span.fa-angle-right:before {
    content: "\f178";
    font-family: FontAwesome;
}

/*owl dots*/
.owl-theme .owl-dots .owl-dot span {
    width: 50px;
    height: 5px;
    border-radius: 0;
    margin: 0 10px 0 0;
}

.owl-theme .owl-dots .owl-dot:last-child span {
    margin: 0;
}

/*field-brands-slider*/
.brand-home3 .field-brands-slider .owl-item {
    text-align: center;
}

.brand-home3 .field-brands-slider .owl-item img {
    width: max-content;
    margin: auto;
}

/*field-blog*/
.simpleblog__listing__post .simpleblog__listing__post__wrapper>a {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: transform 0.4s ease-in-out;
    overflow: hidden;
}

.simpleblog__listing__post .simpleblog__listing__post__wrapper>a:hover img {
    transform: scale(1.2);
    transition: transform 0.4s, opacity 0.4s ease-in-out;
    opacity: .7;
}

.simpleblog__listing__post__wrapper__footer.card-footer {
    border: none;
    display: none;
}

.simpleblog__listing__post__wrapper__content.card-block {
    z-index: 2;
    position: relative;
    padding: 30px 0 0;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #ffffff;
}

.blog_description .simpleblog__listing__post__wrapper__content p {
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 1px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.simpleblog__listing__post__wrapper__footer__block {
    text-align: center;
    padding: 10px 0;
}

.simpleblog__listing__post__wrapper__footer__block span {
    position: relative;
    top: 0;
    margin-left: 0;
    color: #999;
    font-size: 14px;
}

.simpleblog__listing__post__wrapper__footer__block i,
.simpleblog__listing__post__wrapper__footer__block.viewed,
.simpleblog__listing__post__wrapper__footer .comment {
    display: none;
}

.simpleblog__listing__post__wrapper__footer {
    background-color: transparent;
}

.simpleblog__listing__post__wrapper__footer .post_date {
    top: 0;
    right: 0;
    max-width: 60px;
    max-height: 66px;
    position: absolute;
    padding: 14px 10px;
    background-color: #ffffff;
}

.simpleblog__listing__post__wrapper__footer .post_date:before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #ffffff3b;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 9;
}

.simpleblog__listing__post__wrapper__footer__block time {
    font-size: 18px;
    margin: 0;
    text-transform: capitalize;
}

.simpleblog__listing__post__wrapper__footer .author {
    position: absolute;
    bottom: 24%;
    width: 100%;
    left: 0;
    z-index: 2;
    text-align: center;
}

.simpleblog__listing__post__wrapper__content__footer__category {
    display: none;
}

.simpleblog__listing__post__wrapper__content h3 {
    line-height: 1;
    margin-bottom: 45px;
}

.simpleblog__listing__post__wrapper__content h3 a {
    font-size: 20px;
    color: #212121;
    outline: 0;
    text-decoration: none;
    font-weight: 500;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: block;
    min-height: auto;
}

.simpleblog__listing__post__wrapper__content h3 a:hover {
    color: #f2532f;
}

.simpleblog__listing__post__wrapper__content p[itemprop="description"] {
    color: #666666;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.simpleblog__listing__post__wrapper__content__footer {
    padding: 0;
    color: #212121;
    text-align: center;
    text-transform: none;
    background-color: transparent;
    position: relative;
    z-index: 9;
}

.simpleblog__listing__post__wrapper__content__footer a {
    padding: 0;
    width: 100%;
    color: #212121;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    background-color: transparent;
}

.simpleblog__listing__post__wrapper__content__footer a:hover {
    background-color: transparent !important;
}

.field-blog .ph_simpleblog .field-blog-post-carousel .owl-nav button.owl-prev,
.field-blog .ph_simpleblog .field-blog-post-carousel .owl-nav button.owl-next {
    top: -16%;
    position: absolute;
}

.field-blog .ph_simpleblog .field-blog-post-carousel .owl-nav button.owl-prev {
    left: 42%;
}

.field-blog .ph_simpleblog .field-blog-post-carousel .owl-nav button.owl-next {
    right: 42%;
}

.field-blog .ph_simpleblog .field-blog-post-carousel .owl-nav span,
.field-blog .ph_simpleblog .field-blog-post-carousel .field-nav {
    width: 20px;
    height: 20px;
    color: #666666;
    line-height: 18px;
    background: transparent;
}

.field-blog .ph_simpleblog .field-blog-post-carousel .field-nav {
    border: 1px solid #e2dfdf;
}

.field-blog .ph_simpleblog .field-blog-post-carousel .field-nav:hover {
    border-color: #f2532f;
}

.field-blog .ph_simpleblog .field-blog-post-carousel .field-nav:hover span {
    color: #f2532f;
}

.field-blog .ph_simpleblog .field-blog-post-carousel.owl-carousel.owl-drag .owl-item {
    background-color: #ffffff;
}

/*gallery-images*/
.field-img-carousel .img-carousel-item:before {
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 2;
    color: #ffffff;
    content: "\f067";
    font-size: 30px;
    position: absolute;
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    transition: opacity 0.5s;
}

.field-img-carousel .img-carousel-item:after {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    transform: scale(1, 0);
    background-color: rgba(10, 49, 81, 0.5);
    transition: opacity 0.35s, transform 0.35s;
}

.field-img-carousel .img-carousel-item:hover:before,
.field-img-carousel .img-carousel-item:hover:after {
    opacity: 1;
}

.field-img-carousel .img-carousel-item:hover:after {
    transform: scale(1);
}

/*footer*/
.footer-contact>div {
    margin-bottom: 20px;
}

.footer-contact>div:last-child {
    margin-bottom: 0;
}

.footer-contact>div.address {
    line-height: 1.8;
}

.footer-contact>div a {
    color: #666666;
}

.footer-contact>div i {
    font-size: 20px;
    margin-right: 15px;
}

.contact-ft {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.footer-icon {
    background-color: #f44337;
    line-height: 100px;
}

.social-icon ul {
    margin: 0;
    line-height: 70px;
}

.social-icon ul li {
    line-height: 1;
    font-size: 0;
    border-radius: 3px;
    margin-right: 25px;
    display: inline-block;
}

.social-icon ul li:last-child {
    margin-right: 0;
}

.social-icon ul li i {
    line-height: 1;
    color: #ffffff;
    font-size: 17px;
    border-radius: 50%;
    border: 1px solid #ffffff73;
    background-color: transparent;
}

.social-icon ul li i:hover {
    color: #ffffff;
    border-color: transparent;
}

.social-icon ul li i.fa-facebook {
    padding: 5px 9px;
}

.social-icon ul li i.fa-twitter {
    padding: 5px 5.6px;
}

.social-icon ul li i.fa-instagram {
    padding: 5px 6.3px;
}

.social-icon ul li i.fa-facebook:hover {
    background-color: #4267b2;
}

.social-icon ul li i.fa-twitter:hover {
    background-color: #65c8e8;
}

.social-icon ul li i.fa-instagram:hover {
    background: linear-gradient(360deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.elementor-social-icons-wrapper {
    line-height: 1;
}

.btn-footer .elementor-button span {
    color: #ffffff;
}

.btn-footer .elementor-button:hover span {
    color: #333333;
}

.footer-coppyright-home5 {
    padding: 0;
    line-height: 70px;
}

.footer-coppyright-home5 p {
    margin: 0;
}

.footer-coppyright-home5 p a {
    color: #F60;
    font-size: 15px;
}

.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item {
    line-height: 1;
    margin-bottom: 15px;
}

.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item:last-child {
    margin-bottom: 0;
}

.footer-megamenu-home3 ul.elementor-icon-list-items {
    line-height: 80px;
}

.footer-megamenu-home3 ul.elementor-icon-list-items li.elementor-icon-list-item {
    display: inline-block;
    margin: 0;
}

.footer-megamenu-home3 ul.elementor-icon-list-items li.elementor-icon-list-item {
    display: inline-block;
    margin: 0;
    line-height: 1;
    padding: 0 30px;
}

/*list-item-infor*/
.list-item-infor ul.elementor-icon-list-items li.elementor-icon-list-item {
    margin-bottom: 15px;
}

/*block newletter*/
.title-newsletter,
.sub-newsletter {
    display: none;
}

.block_newsletter form {
    width: 100%;
    margin: auto;
}

.block_newsletter form .input-wrapper,
.block_newsletter form .btn-submit {
    float: left;
    display: inline-block;
}

.block_newsletter form .input-wrapper {
    width: 100%;
    float: left;
    display: flex;
}

.block_newsletter form .input-wrapper input {
    width: 100%;
    color: #9E9E9E;
    font-size: 14px;
    height: 42px;
    padding: 0 15px;
    line-height: 42px;
    border-top-left-radius: 4px;
    display: inline-block;
    background-color: #fff !important;
    border: none;
    border-bottom-left-radius: 4px;
}

.block_newsletter form .btn-submit {
    padding: 0;
    height: 42px;
    cursor: pointer;
    line-height: 42px;
    border-top-right-radius: 4px;
    text-align: center;
    background-color: #0090E3 !important;
    border: 1px solid transparent;
    border-bottom-right-radius: 4px;
    width: 65px;
}

.newsletter-home5 .block_newsletter form .btn-submit:hover {
    background-color: #ffffff;
}

#footer .newsletter-home5 .block_newsletter form .btn-submit:hover button[type=submit] {
    color: #ffffff;
}

.block_newsletter form .btn-submit i {
    display: none;
}

.block_newsletter form .btn-submit input {
    height: auto;
    border: medium none;
    color: #ffffff;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    outline: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}

.block_newsletter {
    margin-bottom: 0;
    display: block;
    border-bottom: none;
    width: 100%;
}

.block_newsletter form button[type=submit] {
    position: relative;
    background: none;
    border: none;
    bottom: 0;
    right: 0;
    padding: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

#footer .block_newsletter form button[type=submit] {
    position: relative;
    bottom: 0;
    right: 0;
    padding: 0;
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
}

#footer .block_newsletter form button[type=submit] i {
    font-size: 20px;
    color: #11c2ea;
}

.block_newsletter form input[type=email]:focus {
    outline: 0;
    padding: 0 15px;
    border: 1px solid #999999;
}

/*popup*/
.newsletter_block_popup_content .block_content {
    top: 50%;
    right: 30px;
    max-width: 350px;
    text-align: left;
    position: absolute;
    transform: translateY(-50%);
}

.popup_title h4 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.popup_title h2 {
    padding: 0;
    color: #333333;
    font-size: 30px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.popup_content {
    margin-bottom: 40px;
}

.popup_content p {
    color: #666666;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
    line-height: 20px;
    font-weight: 400;
}

#newsletter-input-popup,
#newsletter-input-popup-email {
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    margin: 0;
    float: left;
    padding: 0 15px;
    font-size: 15px;
    height: 38px;
    width: 350px;
    text-align: left;
    outline: 0;
    border: none;
    text-transform: none;
    line-height: 35px;
    font-weight: 100;
}

#newsletter-input-popup::placeholder,
#newsletter-input-popup-email::placeholder {
    color: #666666;
    font-weight: 400;
}

#newsletter-input-popup {
    margin-bottom: 6px;
}

.button_unique.btn {
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    min-width: 120px;
    font-weight: normal;
    font-size: 14px;
    margin-top: 10px;
    padding: 0 10px;
    line-height: 35px;
    text-align: center;
    float: left;
    border-radius: 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

.button_unique.btn:hover {
    color: #ffffff;
    background-color: #212121;
    border-color: transparent;
}

.newletter_popup_close {
    text-transform: uppercase;
    color: #333333;
    text-decoration: underline;
    line-height: 1;
    clear: both;
}

.newsletter_block_popup-bottom {
    left: 10px;
    right: auto;
    bottom: 10px;
    display: flex;
    align-items: center;
    position: absolute;
}

.newsletter_block_popup-bottom span {
    background-color: transparent;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    float: left;
}

.send-response p {
    font-size: 12px;
    padding: 0;
    background: none;
    border: none;
    color: #990000;
    margin: 0;
    padding-bottom: 5px;
}

.newsletter_block_popup-bottom #newsletter_popup_dont_show_again {
    margin: 0;
    opacity: 1;
    width: 14px;
    height: 14px;
    margin-top: 0;
}

.newsletter_block_popup-bottom label {
    color: #333333;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 20px;
}

/*popup cart content*/
#popup-cart .box-item {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    margin-bottom: 0;
    max-height: 100%;
    height: calc(100% - 200px);
}

#popup-cart-content h4 {
    display: none;
}

.popup-header h1 {
    font-weight: 500;
    color: #666666;
}

.input-group .input-group-btn>.btn[data-action=show-password] {
    font-size: 13px;
    padding: 9.5px 15px;
}

#submit-login-popup {
    color: #ffffff;
    background-color: #212121;
}

.popup-header .close {
    right: 0;
    top: 0;
    width: 25px;
}

.popup-header .close i {
    color: #212121;
}

.breadcrumb-all-page .img-responsive {
    max-width: unset;
    position: relative;
    right: 15%;
    max-height: 400px;
}

.title-bgpage {
    color: #111111;
    font-size: 24px;
    margin-bottom: 4px;
    text-transform: uppercase;
    display: none;
}

/*breadcrumb*/
.no-img-cate .back_ct_img {
    display: none;
}

#wrapper .breadcrumb-no-images {
    margin-top: 0;
}

#wrapper .breadcrumb {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 15px 0px;
    margin-bottom: 0px;
}

#wrapper .breadcrumb li a {
    color: #404040;
    line-height: 1;
    font-size: 14px;
}

#wrapper .breadcrumb li:after {
    color: #888787;
    font-size: 17px;
}

#wrapper .breadcrumb {
    background: transparent;
    display: block !important;
    margin: 0;
    width: 100%;
    text-align: center;
}

#wrapper .breadcrumb_name {
    text-transform: uppercase;
    font-size: 28px !important;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    display: none;
}

#wrapper .breadcrumb li:after {
    color: #333;
}

#wrapper .breadcrumb li:last-child:after {
    display: none;
}

.block-categories {
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: 0;
    box-shadow: none;
    margin-bottom: 35px;
    background: transparent;
}

ul.category-top-menu {
    margin: 0;
    width: 100%;
    float: left;
    display: block;
    box-shadow: 0 1px #fff;
    border: 1px solid #e2dfdf;
    border-top: none;
}

.block-categories>ul>li:first-child {
    border: none;
    background-color: #0090E3;
    border-bottom: 1px solid #ebebeb;
}

#search_filters .text-uppercase {
    margin: 0;
    border: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 15px;
    background-color: #0090E3;
    border-bottom: 1px solid #ebebeb;
}

#search_filters>h4:hover,
.block-categories>ul>li:first-child a:hover {
    color: #ffffff !important;
}

.blog-categories .title_block a,
#recent_article_smart_blog_block_left h4 a,
#smartblogsearch h4 a,
#tags_blog_block_left h4 a {
    display: table;
    color: #111111;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    line-height: 1;
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.block-categories>ul>li:first-child a {
    margin: 0;
    display: table;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 15px;
}

.title_category_ft {
    margin-bottom: 20px;
}

.block-categories>ul>li:first-child a i,
#search_filters_wrapper #search_filters>h4 i,
.blog-categories .title_block a i,
#recent_article_smart_blog_block_left h4 a i,
#smartblogsearch h4 a i,
#tags_blog_block_left h4 a i {
    font-size: 25px;
    float: left;
    padding-right: 10px;
    display: none;
}

.block-categories .category-sub-menu li {
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 0 1px #fff;
    border-bottom: 1px solid #e2dfdf;
}

.block-categories .category-sub-menu li:last-child {
    box-shadow: none;
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    line-height: 18px;
    margin: 0;
    padding: 12px 0;
    text-transform: uppercase;
    border-bottom: none;
}

.block-categories .category-sub-menu li:last-child {
    border: none;
}

.block-categories .category-sub-menu li[data-depth="0"]:last-child>a {
    border-bottom: none;
}

.block-categories .collapse-icons {
    border: medium none;
    cursor: pointer;
    font-size: 12px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 12px;
    width: 20px;
    line-height: 20px;
    text-align: right;
    color: #999;
}

.block-categories .collapse-icons i {
    line-height: 18px;
    font-size: 20px;
}

.block-categories .collapse-icons .remove {
    display: none;
}

.block-categories .collapse-icons[aria-expanded=true] .add {
    display: none;
}

.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: 0;
    position: relative;
    float: left;
    width: 100%;
}

.block-categories .category-sub-menu li[data-depth="1"]:first-child {
    border-top: 1px solid #e2dfdf;
    ;
}

.block-categories .category-sub-menu li[data-depth="1"]:last-child a {
    border-bottom: none;
}

.block-categories .category-sub-menu .category-sub-link {
    float: left;
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    position: relative;
    padding: 11px 0;
    color: #666;
    text-transform: capitalize;
    font-weight: normal;
}

#_desktop_search_filters_clear_all {
    margin-bottom: 25px;
}

#search_filters {
    box-shadow: none;
    margin-bottom: 35px;
    padding: 0;
    float: left;
    width: 100%;
    background-color: unset;
    border: 1px solid #e2dfdf;
    border-top: none;
}

#search_filters .facet {
    float: left;
    text-align: left;
    margin: 0;
    padding: 20px 15px;
    width: 100%;
    border-bottom: 1px solid #e2dfdf;
}

#search_filters .facet:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.js-search-filters-clear-all {
    margin: 0 !important;
}

#search_filters .facet .collapse {
    margin: 0;
}

#search_filters .facet .facet-title {
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
}

#search_filters .facet ul li {
    display: inline-block;
    width: 50%;
    float: left;
    line-height: 25px;
    padding: 4px 0;
}

#search_filters .facet ul.faceted-slider li {
    width: 100%;
}

#search_filters .facet ul li:last-child {
    border-bottom: none;
}

.custom-checkbox input[type=checkbox]+span.color {
    width: 15px;
    height: 15px;
    box-shadow: none;
    border: 1px solid #cdcdcd;
}

#search_filters .facet .facet-label .custom-checkbox {
    top: 0;
}

#search_filters .facet .facet-label .color:hover {
    border: none;
}

#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    margin-bottom: 0;
}

.block-categories .category-sub-menu .arrows {
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 10px;
    color: #999;
    font-size: 12px;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
    content: "\f105";
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 1px;
    margin-right: 0;
    position: absolute;
    top: 50%;
    margin-top: 4px;
    display: none;
}

.block-categories .arrows .remove,
.block-categories .arrows[aria-expanded=true] .add {
    display: none;
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox input[type="checkbox"]+span {
    border: 1px solid #cdcdcd;
    width: 15px;
    height: 15px;
}

#search_filters .facet .facet-label a {
    color: #666;
    font-size: 14px;
    margin-top: 0px;
    vertical-align: middle;
}

#search_filters .search_filters_content {
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.btn-tertiary {
    background: #262626 none repeat scroll 0 0;
    box-shadow: none;
    color: #fff;
    margin: 20px 27px 0;
    padding: 5px 15px;
    transition: all 0.15s ease-in-out 0s;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

#search_filters .facet .facet-title:hover,
#search_filters .facet .facet-label a:hover {
    color: #e51d02;
}

.custom-radio {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid #ebebeb;
    background: #fff;
    margin-right: 5px;
}

.custom-checkbox input[type=checkbox] {
    margin-top: .25rem;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}

.block-categories .category-sub-menu {
    margin: 0;
    padding-left: 0;
    float: left;
    width: 100%;
}

/*best seller*/
#best-sellers_block_right {
    margin-bottom: 60px;
}

#best-sellers_block_right .title_block {
    margin: 0;
    border: none;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

#best-sellers_block_right .title_block a {
    color: #212121;
}

#best-sellers_block_right .title_block span.navbar-toggler {
    display: none;
}

#best-sellers_block_right .title_block img {
    display: block;
    margin: auto;
    margin-top: 5px;
}

#best-sellers_block_right>.row {
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px;
    margin-top: 30px;
    border: 1px solid #eeeeee;
}

#best-sellers_block_right .item-inner {
    padding: 20px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eeeeee;
}

#best-sellers_block_right .item-inner:last-child {
    border: none !important;
}

#best-sellers_block_right.vertical_mode .right-product {
    transform: unset;
}

#best-sellers_block_right .product-miniature .product-description {
    position: unset;
    background-color: transparent;
}

#field_bestsellers .right-product .product-price-and-shipping {
    text-align: left !important;
}

#field_bestsellers .right-product .product-price-and-shipping .price {
    font-weight: 600;
}

/*tag block*/
.tags_block {
    padding: 0;
}

#tags_block_left .title-top {
    margin-bottom: 10px;
}

#tags_block_left .title-top h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #eeeeee;
}

#tags_block_left .block_content {
    padding: 0;
}

div.tags_block .block_content {
    display: inline-block;
    padding: 0;
    clear: both;
    overflow: hidden;
}

div.tags_block .block_content a {
    line-height: 33px;
    padding: 0 15px;
    border: none;
    border-radius: 0;
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 100;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    text-transform: capitalize;
    background-color: #11c2ea;
}

div.tags_block .block_content a:hover {
    color: #ffffff;
    transition: 0.3s;
    background-color: #ffffff;
}

/*right-category*/
.products-selection {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    float: left;
    background: none;
    width: 100%;
    border: 1px solid #e2dfdf;
}

#box-product-grid>.row {
    display: flex;
    flex-wrap: wrap;
}

.active_grid #box-product-grid {
    display: block;
}

#box-product-grid,
#box-product-list {
    width: 100%;
    display: none;
    float: left;
}

.active_list #box-product-list {
    display: block;
}

.click-product-list-grid {
    float: left;
    flex: 1;
    align-items: center;
    display: flex;
}

.active_list .click-product-list-grid>div.click-product-list,
.active_grid .click-product-list-grid>div.click-product-grid,
.click-product-list-grid>div:hover {
    background-color: transparent !important;
}

.click-product-list-grid>div {
    float: left;
    font-size: 23px;
    cursor: pointer;
    color: #666;
    line-height: 30px;
    background: transparent;
    margin-right: 10px;
    text-align: center;
}

.click-product-list-grid>div:last-child {
    margin-right: 0;
}

.products-selection .total-products {
    line-height: 33px;
    margin-right: 18px;
    display: inline-block;
}

#products .products {
    display: block;
    float: left;
    width: 100%;
    overflow: inherit;
}

.products-selection .total-products {
    margin-right: 0;
    line-height: 30px;
    display: inline-block;
}

.box-sort-by {
    float: right;
    display: flex;
    align-items: center;
}

.products-selection .total-products p {
    margin: 0;
    font-size: 14px;
    color: #666666;
    display: inline-block;
    text-transform: inherit;
}

.products-selection .sort-by {
    line-height: 30px;
    margin: 0;
    margin-right: 10px;
    padding-right: 0;
    color: #666;
    font-size: 14px;

}

.products-sort-order {
    color: #999999;
    min-width: 187px;
    float: right;
    margin-left: 0;
    border: 1px solid #e2dfdf;
    padding: 0 15px;
    text-align: left;
    font-size: 14px;
    background: transparent;
    text-transform: none;
}

.products-sort-order .select-title {
    line-height: 28px;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    color: #666666;
    font-size: 14px;
    background: none;
    text-transform: capitalize;
}

.products-sort-order .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 170px;
    width: 100%;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 0;
    margin-top: 9px;
    padding: 0;
}

.products-sort-order .select-title i {
    line-height: 28px;
    color: #666;
    float: right;
}

.products-sort-order .select-list {
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
}

.products-sort-order .select-list:last-child {
    border-bottom: none;
}

.products-selection .total-products,
.products-selection h1 {
    padding: 0;
    font-size: 14px;
}

/*pagenation*/
.pagination {
    margin-top: 10px;
    margin-bottom: 30px;
    background: transparent;
    display: inline-block;
    border: none;
    padding: 0;
}

.pagination>div {
    margin: 0;
    color: #666666;
    font-size: 15px;
    text-align: right;
}

.pagination>.row>div {
    padding: 0;
    font-size: 13px;
}

.pagination .page-list {
    background: none;
    float: none;
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #ebebeb;
    box-shadow: none;
    height: 55px;
    text-align: center;
}

.pagination .page-list .page-number {
    padding: 0;
}

.pagination .page-list .total_product_page {
    line-height: 32px;
}

.pagination .page-list .page-lists,
.pagination .page-list .total_product_page p {
    margin: 0;
}

.pagination .page-list .total_product_page p {
    font-size: 14px;
    text-align: right;
}

.pagination .page-list li {
    margin-left: 5px;
    display: inline-block;
}

.pagination .page-list li:first-child {
    margin-left: 0;
}

.pagination a:not(.disabled):hover {
    border-color: transparent;
}

.pagination-lg .page-item:first-child .page-link,
.pagination-lg .page-link {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 0 15px;
    font-size: 16px;
    width: auto;
    background: none !important;
}

.pagination a.previous i,
.pagination a.next i {
    font-size: 0;
    height: auto;
    width: auto;
    float: none;
    position: absolute;
    bottom: -12px;
}

.pagination a.previous i:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 1;
    vertical-align: 6px;
}

.pagination .current a,
.pagination a:not(.disabled):hover {
    color: #ffffff;
}

.pagination a {
    width: 30px;
    padding: 0;
    text-align: center;
    float: left;
    line-height: 30px;
    font-size: 15px;
    background: none;
    color: #111;
    box-shadow: none;
    margin: 0;
    font-weight: 500;
    border-radius: 0;
    border: none;
    position: relative;
    letter-spacing: 0 !important;
}

.pagination .current a {
    font-size: 18px;
}

.pagination a.next i:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 1;
    vertical-align: 6px;
}

/*product grid*/
#products .highlighted-informations {
    display: none;
}

#products .product-miniature.item-inner {
    margin-bottom: 10px;
}

/*product grid*/
.item-product-list .button-action .tab_button {
    display: inline-block;
    padding: 0;
}

.item-product-list {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    padding: 0 30px 0 0;
    display: inline-block;
    border: 1px solid #eeeeee;
}

.item-product-list .left-product {
    display: table;
    position: relative;
    overflow: hidden;
}

#box-product-list .item-product-list .left-product .button-action {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    opacity: 0;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
}

#box-product-list .item-product-list .left-product:hover .button-action {
    opacity: 1;
}

#box-product-list .item-product-list .left-product .button-action .tab_button .button_view_product,
#box-product-list .item-product-list .left-product .button-action .tab_button .btn-add-to-cart,
.item-product-list .left-product .button-action .tab_button .wishlist,
.item-product-list .left-product .button-action .tab_button .compare {
    display: none;
}

.item-product-list .left-product .button-action .quick-view {
    width: auto;
    line-height: 35px;
}

#box-product-list .item-product-list .left-product .button-action .button_quickview {
    height: 35px;
    line-height: 35px;
    margin: 0;
    border: none;
    border-radius: 3px;
}

#box-product-list .item-product-list .left-product .button-action .button_quickview i {
    line-height: 32px;
    float: left;
    color: #ffffff;
    margin-right: 10px;
}

#box-product-list .item-product-list .product-miniature .right-product {
    padding: 15px 0 15px 30px;
}

#box-product-list .item-product-list .left-product .button_quickview .text_button {
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
}

#box-product-list .item-product-list .left-product .button_quickview:hover .text_button {
    color: #ffffff;
}

.item-product-list .right-product .product_name {
    max-height: 23px;
    line-height: 18px;
    margin-bottom: 15px;
}

.item-product-list .right-product .product_name a {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

#box-product-list .right-product .comments_note {
    line-height: 1;
    text-align: left;
    margin-bottom: 15px;
    display: inline-block;
}

.item-product-list .comments_note div.star {
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    width: 20px;
}

#products .item-product-list .right-product .product-price-and-shipping {
    text-align: left !important;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    display: inline-block;
}

#products .item-product-list .right-product .product-price-and-shipping .price,
#products .item-product-list .right-product .product-price-and-shipping .regular-price {
    font-size: 22px;
    font-weight: 700;
}

#products .item-product-list .right-product .product-price-and-shipping .price {
    float: left;
}

#products .regular-price {
    font-size: 15px;
}

#products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
    display: inline-block;
}

.item-product-list .regular-price {
    margin: 0 !important;
    display: inline-block;
    margin-left: 10px !important;
    line-height: 20px !important;
}

.item-product-list .comments_note {
    margin: unset;
}

.item-product-list .regular-price .price {
    font-weight: 400;
}

#products .item-product-list .right-product .decriptions-short {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#products .item-product-list .right-product .decriptions-short p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 0;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#box-product-list .button-action .wishlist {
    display: none;
}

#box-product-list .item-product-list .button-action {
    float: left;
    width: 100%;
    background-color: unset;
}

#box-product-list .item-product-list .button-action .btn-add-to-cart:hover,
#box-product-list .item-product-list .button-action .button_view_product:hover {
    background-color: #212121;
}

#box-product-list .item-product-list .button-action .tab_button .button_view_product i,
#box-product-list .item-product-list .button-action .tab_button .btn-add-to-cart i,
#box-product-list .item-product-list .button-action .tab_button .wishlist i,
#box-product-list .item-product-list .button-action .tab_button .compare i,
#box-product-list .item-product-list .button-action .button_quickview i {
    color: #666666;
    font-size: 18px;
    line-height: 38px;
}

#box-product-list .item-product-list .button-action .tab_button .btn-add-to-cart,
#box-product-list .item-product-list .button-action .tab_button .button_view_product {
    width: max-content;
    padding: 0px;
    border-radius: 0px;
    border: none;
    background-color: transparent !important;
    color: #fff !important;
}

#box-product-list .item-product-list .button-action .tab_button .btn-add-to-cart .add-to-cart,
#box-product-list .item-product-list .button-action .tab_button .button_view_product .add-to-cart {
    line-height: 38px;
    width: max-content;
    text-transform: uppercase;
    float: left;
    padding: 0px 50px;
    border-radius: 40px;
    border: none;
    background-color: #0090E3 !important;
    color: #fff !important;
}

#box-product-list .item-product-list .button-action .tab_button .button_view_product .text_button,
#box-product-list .item-product-list .button-action .tab_button .btn-add-to-cart .text_button {
    color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    text-transform: capitalize;
}

#box-product-list .item-product-list .button-action .tab_button .btn-add-to-cart:hover .text_button,
#box-product-list .item-product-list .button-action .tab_button .button_view_product:hover .text_button,
#box-product-list .item-product-list .button-action .tab_button .btn-add-to-cart:hover i,
#box-product-list .item-product-list .button-action .tab_button .button_view_product:hover i,
#box-product-list .item-product-list .button-action .tab_button .wishlist:hover i,
#box-product-list .item-product-list .button-action .tab_button .compare:hover i,
#box-product-list .item-product-list .button-action .button_quickview:hover i {
    color: #ffffff;
}

#box-product-list .item-product-list .button-action .tab_button .button_view_product i,
#box-product-list .item-product-list .button-action .tab_button .btn-add-to-cart i {
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
}

#box-product-list .item-product-list .button-action .tab_button .wishlist,
#box-product-list .item-product-list .button-action .tab_button .compare,
#box-product-list .item-product-list .button-action .button_quickview {
    height: 40px;
    padding: 0 10px;
    margin-left: 5px;
    line-height: 38px;
    width: max-content;
    border: 1px solid #666666;
}

#box-product-list .item-product-list .button-action .button_quickview {
    display: inline-block;
}

/*left category product*/
.banner-left-categry {
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
}

.banner-left-categry:before,
.banner-left-categry:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transition: all 0.6s ease-out 0s;
}

.banner-left-categry:hover:before {
    background-color: rgba(255, 255, 255, .2);
    right: 50%;
    left: 51%;
}

.banner-left-categry:hover:after {
    background-color: rgba(255, 255, 255, .2);
    top: 50%;
    bottom: 51%;
}

/*page product*/
#product .breadcrumb-all-page {
    margin-bottom: 20px;
}

#product #wrapper .breadcrumb-abs ol li a span {
    font-size: 18px;
    font-weight: 400;
}

#product #wrapper .breadcrumb li:after {
    font-size: 13px;
    font-weight: 400;
}

#product #wrapper .breadcrumb-abs ol li a span {
    text-transform: capitalize;
}

.product-quantity .qty {
    float: left;
    width: auto;
    margin-bottom: 30px;
    margin-top: 15px;
    margin-right: 0;
}

#product .js-qv-mask.mask {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 50px;
    position: relative;
}

#product .images-container .js-qv-mask .owl-carousel.owl-drag .owl-item.active:last-child {
    margin-right: 0;
}

.bx-wrapper .bx-controls-direction a {
    width: 25px;
    height: 25px;
    text-align: center;
    border: 1px solid #ebebeb;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    top: -50px;
}

.bx-wrapper .bx-controls-direction a.bx-next {
    bottom: -50px;
}

.bx-wrapper .bx-controls-direction a.bx-prev:before {
    content: "\f104";
    padding: 0;
}

.bx-wrapper .bx-controls-direction a.bx-next:before {
    content: "\f105";
    padding: 0;
}

.product-des p,
.quickview #product-description-short p {
    text-align: justify;
    line-height: 20px;
    font-weight: 400;
    color: #666666;
    margin: 15px 0 25px;
    font-size: 15px;
}

#product .images-container.horizontal_thumbnail .owl-nav {
    margin-top: -17px;
}

#product .images-container.horizontal_thumbnail .owl-nav span {
    width: 24px;
    height: 24px;
    line-height: 22px;
    background-color: #ebebeb;
    border: 1px solid #e2dfdf !important;
    color: #111;
    font-size: 18px;
    border-radius: 0;
    margin: 0;
}

#product .images-container.horizontal_thumbnail .owl-nav button:hover span {
    color: #ffffff !important;
}

#product .images-container.horizontal_thumbnail .js-qv-mask .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    opacity: 1;
    width: auto;
}

#product .images-container.horizontal_thumbnail .js-qv-mask .owl-nav .owl-prev {
    left: 0;
    right: auto;
    position: absolute;
}

#product .images-container.horizontal_thumbnail .js-qv-mask .owl-nav .owl-next {
    left: auto;
    right: 0;
    position: absolute;
}

#product .images-container.horizontal_thumbnail .owl-carousel {
    position: static;
}

#tab-content .product-manufacturer {
    text-align: center;
}

#tab-content .product-reference {
    display: inline-block;
}

#tab-content .product-quantities {
    display: inline-block;
    text-align: right;
    float: right;
}

#tab-content #product-details .label {
    margin: 0;
}

.product-cover {
    margin-bottom: 30px;
    position: relative;
    float: left;
    border: 1px solid #eeeeee;
}

#product .js-qv-mask.mask .thumb-item {
    margin: auto;
}

#product .js-qv-mask.mask img {
    width: 100%;
    display: block;
    border: 1px solid #ebebeb;
}

.product-cover img {
    box-shadow: none;
    background: transparent;
}

.product-flags {
    display: none;
}

.fullscreen_button {
    z-index: 8;
    right: 10px;
    left: auto;
}

.fullscreen_button .fullscreenbox:before {
    color: #605f5f;
    font-size: 25px;
    content: "\f00e";
    font-family: FontAwesome;
}

.zoomLens {
    border-color: #c1c1c1 !important;
}

.zoomWindow {
    height: 100% !important;
    border-color: #e2e2e2 !important;
}

#product h1[itemprop="name"],
.quickview h1[itemprop="name"] {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 20px;
    color: #414141;
    text-transform: uppercase;
}

.product_right .comments_note div.star {
    height: auto;
    width: 20px;
    line-height: 1;
    font-size: 18px;
}

.product_right .product-prices .current-price {
    font-size: 30px;
    font-weight: 600;
    padding: 0;
    border: none;
    color: #F60;
}

#product .product_right .product-information .product-customization {
    display: none;
}

#product .product-prices .product-discount .regular-price {
    margin: 0;
    margin-left: 15px;
    font-size: 25px;
    color: #999;
}

.product-prices div {
    margin-bottom: 0;
    display: inline-block;
}

.product-information p {
    text-align: justify;
    line-height: 24px;
    font-weight: 400;
    color: #666;
    margin-bottom: 27px;
}

.product-variants>.product-variants-item {
    margin: 15px 0;
}

.product-variants>.product-variants-item:last-child {
    margin-bottom: 0;
}

.product-actions .control-label {
    float: left;
    line-height: 35px;
    margin-bottom: 5px;
    margin-right: 12px;
    min-width: 65px;
    width: auto;
    font-size: 18px;
    color: #111111;
    font-weight: 600;
    text-transform: capitalize;
}

.product-variants>.product-variants-item select {
    width: 100%;
    float: left;
    padding: 0 12px;
    margin-top: 2px;
    background: #fff;
    font-size: 14px;
    color: #212121;
    box-shadow: none;
    border-radius: 0;
    line-height: 40px;
    font-weight: 600;
    height: 40px !important;
    border: 1px solid #ebebeb;
}

.product-variants>.product-variants-item ul li {
    margin-top: 5px;
}

.product-variants>.product-variants-item ul li:last-child {
    margin-right: 0;
}

.product-variants>.product-variants-item ul li label {
    margin-bottom: 0;
}

.product-variants>.product-variants-item .color {
    margin: 0;
}

.quickview .product-prices {
    margin-top: 22px;
    margin-bottom: 20px;
}

#quick-view-images {
    max-width: 410px;
}

#quick-view-images .image-item {
    border: 1px solid #ebebeb;
}

#quick-view-images .owl-nav .owl-prev,
#quick-view-images .owl-nav .owl-next {
    border: 1px solid #ebebeb;
    border-radius: unset;
    background-color: #ffffff;
}

#quick-view-images .owl-nav span {
    color: #ebebeb;
}

#quick-view-images .owl-nav button:hover span {
    background-color: transparent !important;
}

#product .product-prices {
    margin-top: 0px;
    line-height: 25px;
    margin-bottom: 20px;
}

#product .product-add-to-cart {
    margin-top: 0px;
    overflow: hidden;
}

.product-quantity .qty {
    float: left;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
}

.product-quantity .input-group {
    float: left;
    width: auto;
    box-shadow: none;
}

.product-quantity #quantity_wanted {
    z-index: 0;
    width: 3rem;
    height: 35px;
    color: #212121;
    font-size: 18px;
    text-align: center;
    padding: .175rem .5rem;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
}

#main .images-container .js-qv-mask .owl-carousel .owl-stage {
    margin: 0 auto;
}

.product-quantity .input-group-btn-vertical {
    float: left;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 8.5px 11px 8px;
    height: 17px;
    border: 1px solid #ebebeb;
}

.product-discounts {
    margin-bottom: 0;
}

.product-line-grid-right .bootstrap-touchspin {
    box-shadow: none;
    width: auto;
}

.product-line-grid-right .bootstrap-touchspin>.form-control,
.product-line-grid-right .bootstrap-touchspin>.input-group {
    min-height: 35px;
    height: 35px;
    border: 1px solid #ebebeb;
    z-index: auto;
    font-size: 18px;
}

.cart-item .product-line-grid {
    display: flex;
    align-items: center;
}

.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
    color: #e51d02;
    line-height: 36px;
}

.product-line-grid-body>.product-line-info.product-price>div {
    display: inline-block;
}

.bootstrap-touchspin .btn-touchspin {
    color: #333;
}

.product-add-to-cart .product-quantity .add {
    float: left;
    border: none;
    min-width: 260px;
    padding: 0;
    padding-top: 0px;
    background-color: unset;
    padding-top: 10px;
    margin: 0 20px;
}

.product-quantity .add .small_button {
    display: inline-block;
}

.product-actions .add-to-cart {
    float: none;
    padding: 12px 15px;
    border-radius: 40px;
    border: none;
    background-color: #0090E3 !important;
    color: #fff !important;
    margin: 0 auto;
    display: block;
}

.product-actions .wishlist,
.product-actions .compare {
    background-color: transparent;
    display: inline-block;
    float: left;
    font-weight: normal;
    padding: 0;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    width: max-content;
    color: #212121;
    margin: 0;
    font-weight: 500;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    box-shadow: none;
    opacity: 1;
    border: 1px solid #ebebeb;
}

.product-actions .add-to-cart span {
    font-size: 14px;
    margin-left: 5px;
}

.product-actions .add-to-cart i {
    font-size: 18px;
}

.product-actions .wishlist a,
.product-actions .compare a {
    color: #ffffff;
}

.product-actions .wishlist,
.product-actions .compare {
    margin-left: 5px;
}

.product-actions .wishlist:hover i,
.product-actions .compare:hover i {
    color: #ffffff;
}

.product-actions .compare a,
.product-actions .wishlist a {
    color: #666666;
}

.product-actions .add-to-cart:hover {
    color: #ffffff;
}

.active_grid #box-product-grid {
    display: block;
}

.tabs {
    padding: 0;
    background: none;
    box-shadow: none;
    margin-top: 50px;
    margin-bottom: 100px;
}

.tabs .nav-tabs {
    margin-bottom: 25px;
    border-bottom: none;
}

.tabs .nav-tabs .nav-item {
    margin: 0;
    float: left;
    margin-right: 0;
    border-right: none;
    display: inline-block;
}

.tabs .nav-tabs .nav-item:last-child {
    padding-right: 0;
}

.tabs .tab-content {
    padding: 20px;
    text-align: left;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.tabs .tab-pane {
    padding-top: 0;
}

.tabs .product-description p {
    font-weight: normal;
    color: #212121;
    text-align: justify;
    line-height: 24px;
    font-size: 15px;
}

.tabs p {
    line-height: 24px;
    margin: 0;
}

.tabs .product-description p:last-child {
    margin-bottom: 0;
}

.tabs .nav-tabs .nav-link {
    padding: 0;
    color: #212121;
    line-height: 1;
    font-size: 22px;
    font-weight: 600;
    background: none;
    margin-right: 18px;
    padding-right: 18px;
    text-transform: uppercase;
    border-right: 2px solid #444444;
}

.tabs .nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border-bottom: none;
    border-right: 2px solid #444444;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
    background-color: transparent;
}

#product_comments_block_tab {
    margin: 0;
}

.tabs p.align_center:hover {
    color: #e51d02;
}

#product_comments_block_tab a {
    text-decoration: none !important;
    font-weight: 400;
}

#product_comments_block_tab a.open-comment-form:not(#new_comment_tab_btn) {
    color: #fff;
}

/*testimonial*/
#field_testimonials {
    margin: 50px 0;
    text-align: center;
}

#field_testimonials .top-title {
    text-align: left;
    margin-bottom: 25px;
}

#field_testimonials .title_text {
    padding: 0;
    border: none;
    color: #212121 !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

#fieldtestimonials-carousel {
    padding: 25px 17px;
    border: 1px solid #ebebeb;
}

#field_testimonials .slick-initialized .slick-slide:focus {
    outline: none;
}

#fieldtestimonials-nav .slick-list {
    padding: 12px 0 5px;
}

#fieldtestimonials-nav.slick-initialized .slick-slide {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

#field_testimonials #fieldtestimonials-carousel .item .image img {
    border: 3px solid #fff;
    border-radius: 100%;
}

#field_testimonials #fieldtestimonials-carousel .item .image {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    height: auto;
}

#field_testimonials #fieldtestimonials-nav .item .image img {
    width: 60px;
    border-radius: 100%;
}

#field_testimonials #fieldtestimonials-nav .slick-current .item .image img {
    border: 2px solid #fff;
}

#field_testimonials #fieldtestimonials-nav .slick-current .item .image {
    margin-top: -15px;
}

#field_testimonials .des_testimonial p {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 17px;
    font-style: italic;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#field_testimonials .slider-for .name {
    font-size: 18px;
    color: #212121;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 6px;
    font-weight: 600;
    text-transform: uppercase;
}

#field_testimonials .slider-for .info {
    font-size: 15px;
    color: #666666;
    text-transform: capitalize;
}

#field_testimonials #fieldtestimonials-carousel .slick-dots {
    display: none !important;
}

#field_testimonials .slick-dots {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 60px;
    list-style: none;
    text-align: center;
}

#field_testimonials .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#field_testimonials .slick-dots li.slick-active button,
#field_testimonials .slick-dots li:hover button {
    background: #e51d02;
}

#field_testimonials .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 40px;
    height: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #f2f2f2;
    border-radius: 0;
    padding: 0;
}

#field_testimonials:hover #fieldtestimonials-nav .testimonial-prev {
    opacity: 1;
    left: 0;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
}

#field_testimonials:hover #fieldtestimonials-nav .testimonial-next {
    opacity: 1;
    right: 0;
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
}

/*special products*/
.special_block_right .owl-carousel .owl-stage,
.special_block_right .owl-carousel.owl-drag .owl-item {
    width: 100% !important;
}

.special_products .product-miniature .product-description {
    width: 100%;
    height: unset;
    position: unset;
    background-color: unset;
}

.special_block_right .title_block {
    color: #1e1e21;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}

.special_block_right.horizontal_mode .product-price-item {
    margin: auto;
    display: inline-block;
}

#product-accessories .owl-carousel .owl-item .item {
    padding: 0 15px;
    width: auto !important;
}

/*field product cates block*/
#product-accessories {
    margin-bottom: 0;
}

#field_product_cates_block {
    margin-top: 0;
    margin-bottom: 50px;
}

#field_product_marques_block .top-title,
#product-accessories .top-title,
#field_product_cates_block .top-title {
    margin: 0;
    text-align: left;
    margin-bottom: 30px;
}

#field_product_cates_block .top-title .title_block {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
    line-height: 24px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

#field_product_marques_block .decorative-icon,
#field_product_marques_block .sub_title {
    display: none;
}

#product-accessories .top-title .title_font,
#field_product_marques_block .top-title .title_text,
#field_product_cates_block .top-title .title_text {
    padding: 0;
    color: #212121;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

#field_product_cates_block .top-title a.title_text .title_text {
    margin-bottom: 8px;
}

#field_product_cates_block .top-title img {
    display: block;
    margin: auto;
    margin-top: 5px;
}

#field_product_cates_block .top-title .sub_title {
    font-size: 13px;
    margin-top: 8px;
    font-weight: 400;
    text-transform: initial;
}

#field_product_cates_block.horizontal_mode .right-product .product_name {
    text-transform: uppercase;
}

#field_product_cates_block #product_cates .owl-dots {
    text-align: center;
}

/*about us*/
.page-subheading {
    cursor: pointer;
    font-size: 25px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.img-title-aboutus {
    text-align: center;
    margin-bottom: 20px;
}

#cms #cms-about-us p {
    font-size: 15px;
    margin-bottom: 10px;
}

.progress>div {
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    border-radius: 7px;
    text-align: center;
}

#cms #cms-about-us p.des_title {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 500;
}

#cms #cms-about-us .our-team img {
    border-radius: 50%;
    transition: all 0.3s ease-in-out 0s;
}

#cms #cms-about-us .our-team img:hover {
    transform: scale(1.1);
}

#cms #cms-about-us p.title_font {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 30px;
    color: #2b2b2b;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.tille-process {
    font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
}

.page-content.page-cms .cms-box img {
    cursor: pointer;
    transition: all 0.5s;
}

.page-content.page-cms .cms-box img:hover {
    filter: brightness(0.9);
}

.page-content.page-cms .cms-box.img-content-about-us {
    overflow: hidden;
    display: block;
    position: relative;
}

.page-content.page-cms .cms-box.img-content-about-us:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    content: '';
    transition: transform 0.8s;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -190%, 0);
}

.page-content.page-cms .cms-box.img-content-about-us:hover:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 190%, 0);
}

/*blog page*/
#module-ph_simpleblog-page .page-heading .h1 {
    font-size: 30px;
    text-align: center;
}

#module-ph_simpleblog-list .simpleblog__listing .simpleblog__listing__post,
#module-ph_simpleblog-page .simpleblog__listing .simpleblog__listing__post {
    margin-bottom: 50px;
}

#module-ph_simpleblog-list .simpleblog__listing__post__wrapper img,
#module-ph_simpleblog-page .simpleblog__listing__post__wrapper img,
#module-ph_simpleblog-single .simpleblog__post-featured img {
    width: 100%;
}

#module-ph_simpleblog-list .smart-blog-home .content_blogpost,
#module-ph_simpleblog-page .smart-blog-home .content_blogpost {
    border: none;
}

#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__footer,
#module-ph_simpleblog-page .simpleblog__listing__post__wrapper__footer {
    padding: 0;
    border: 1px solid #ededed;
    border-top: none;
}

#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__footer>.row,
#module-ph_simpleblog-page .simpleblog__listing__post__wrapper__footer>.row {
    margin: 0;
}

#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__footer__block,
#module-ph_simpleblog-page .simpleblog__listing__post__wrapper__footer__block {
    width: 25%;
    float: left;
    text-align: center;
    display: inline-block;
}

#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__footer__block.comment a,
#module-ph_simpleblog-page .simpleblog__listing__post__wrapper__footer__block.comment a {
    color: #999999;
}

#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__footer .post_date,
#module-ph_simpleblog-page .simpleblog__listing__post__wrapper__footer .post_date {
    max-width: unset;
}

#module-ph_simpleblog-single .pagination .page-list li {
    float: none;
    border: none;
}

#module-ph_simpleblog-single .pagination a:not(.disabled):hover {
    border: none;
}

.simpleblog__share li a {
    font-weight: 500;
}

#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__footer__block.post_date,
#module-ph_simpleblog-page .simpleblog__listing__post__wrapper__footer__block.post_date {
    position: unset;
    border: none;
    padding: 10px 0;
    background-color: unset;
    transform: unset;
}

#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__footer__block.author,
#module-ph_simpleblog-page .simpleblog__listing__post__wrapper__footer__block.author {
    position: unset;
}

#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__footer .comment a,
#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__footer__block span,
#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__footer__block time,
#module-ph_simpleblog-page .simpleblog__listing__post__wrapper__footer .comment a,
#module-ph_simpleblog-page .simpleblog__listing__post__wrapper__footer__block span,
#module-ph_simpleblog-page .simpleblog__listing__post__wrapper__footer__block time {
    font-style: normal;
    color: #212121;
    font-size: 14px;
    text-transform: capitalize;
}

#module-ph_simpleblog-page .simpleblog__listing__post__wrapper__content h3,
#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__content h3 {
    margin-bottom: 15px;
}

#module-ph_simpleblog-page .simpleblog__listing__post__wrapper__content h3 a,
#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__content h3 a {
    font-size: 20px;
}

#module-ph_simpleblog-page .simpleblog__listing__post__wrapper__content p[itemprop="description"],
#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__content p[itemprop="description"] {
    color: #212121;
    font-size: 14px;
    margin-bottom: 0;
}

#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__content__footer,
#module-ph_simpleblog-page .simpleblog__listing__post__wrapper__content__footer {
    border: none;
}

#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__content__footer a:hover,
#module-ph_simpleblog-page .simpleblog__listing__post__wrapper__content__footer a:hover {
    color: #0090E3 !important;
}

.simpleblog__addComment__form .form-footer button.continue {
    color: #ffffff;
}

.simpleblog__listing__pagination.pagination .pagination_summary {
    padding-right: 5px;
    text-align: right;
    line-height: 42px;
}

.simpleblog__listing__pagination.pagination {
    border: 1px solid #ebebeb;
}

.simpleblog__listing__pagination.pagination>div {
    padding: 0;
}

.simpleblog__listing__pagination.pagination .page-list {
    border: none;
    height: auto;
    padding: 5px;
}

.simpleblog__listing__pagination.pagination .page-list li a.next,
.simpleblog__listing__pagination.pagination .page-list li a.previous {
    font-size: 0;
}

.simpleblog__post.cardblog .simpleblog__postInfo {
    padding: 0 20px;
    margin-top: 20px;
}

#module-ph_simpleblog-single .simpleblog__postInfo ul {
    margin: 0;
}

.simpleblog__post.cardblog .card-block {
    margin: 0;
    padding: 20px;
}

#module-ph_simpleblog-single .simpleblog__post .pagination {
    padding: 10px;
    border-top: 1px solid #00000020;
}

.simpleblog__share ul li {
    margin-bottom: 0;
}

.simpleblog__share ul li a {
    color: #ffffff;
    box-shadow: none;
}

/*================================ blog page end ===================================*/

/*================================ my acount ===================================*/
.input-group .input-group-btn>.btn[data-action=show-password] {
    background: #212121;
}

#login-form #submit-login {
    box-shadow: none;
    background-color: #212121;
}

/*================================ my acount end ===================================*/

/*================================ pop-up cart ===================================*/
#blockcart-modal .modal-title {
    font-size: 16px;
}

#blockcart-modal .cart-content p {
    font-weight: 300;
}

#blockcart-modal .divide-left .product_name,
#blockcart-modal .divide-left .price,
#blockcart-modal .divide-left strong {
    font-weight: 500;
}

#blockcart-modal .divide-left .product_name {
    text-transform: none;
}

#blockcart-modal .modal-header {
    background: none;
    padding: 0;
    border: none;
}

#blockcart-modal .modal-title {
    color: #46a74e;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
    font-weight: 400;
}

#blockcart-modal .modal-title i {
    margin-right: 10px;
}

#blockcart-modal .product-image {
    max-width: 100%;
    border: 1px solid #ebebeb;
}

#blockcart-modal .product-name {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
}

#blockcart-modal .divide-right p.price {
    color: #e51d02;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 18px;
}

#blockcart-modal .modal-body .divide-right span {
    color: #212121;
    font-weight: 500;
    font-size: 15px;
}

#blockcart-modal .divide-left {
    border-right: 1px solid #ebebeb;
}

#blockcart-modal .divide-right {
    border-right: none;
}

#blockcart-modal .cart-content {
    padding-left: 15px;
}

#blockcart-modal .cart-content p.cart-products-count {
    font-size: 20px;
    font-weight: 500;
    color: #111;
    margin-bottom: 30px;
}

#blockcart-modal .box-cart-content {
    margin-top: 100px;
    display: table;
}

#blockcart-modal .cart-content .btn {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 400;
    margin: 10px 10px 0 0;
    padding: 8px 15px;
    border: none;
    box-shadow: none;
    transition: all 0.15s ease-in-out 0s;
}

#blockcart-modal .divide-left .product_name {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}

#blockcart-modal .divide-left .price {
    display: block;
    float: none;
    font-size: 15px;
}

#blockcart-modal .cart-content .btn:hover {
    background: #e51d02;
}

#blockcart-modal .cart-content p strong,
#blockcart-modal .divide-left strong {
    color: #212121;
}

#blockcart-modal .cart-content p {
    color: #e51d02;
}

/*================================ pop-up cart end ===================================*/
/*================================ cart page ===================================*/
.cart-grid {
    margin-bottom: 50px;
}

.cart-grid-body .card-block h1 {
    font-weight: 700;
}

.product-line-grid-body>.product-line-info {
    font-size: 18px;
    font-weight: 600;
}

.cart-grid .cart-grid-body>a.label {
    margin-bottom: 0;
    line-height: 1;
    display: none;
}

.cart-overview .product-line-grid-right .product-price {
    font-weight: 500;
}

body#checkout section.checkout-step {
    box-shadow: none;
}

#block-reassurance li .block-reassurance-item {
    padding-left: 0;
    padding-right: 0;
}

#block-reassurance li .block-reassurance-item span.h6 {
    font-size: 15px;
    color: #1e1e21;
    font-weight: 400;
}

#block-reassurance img {
    width: 18px;
    margin-right: 5px;
}

.card-block .text-sm-center a {
    background-color: #212121;
    color: #ffffff;
}

.cart-summary-line .label {
    font-size: 16px;
    font-weight: 600;
}

.cart-summary-line .value {
    font-size: 18px;
}

#checkout-guest-form .form-control-comment,
body#checkout section.checkout-step #customer-form .form-control-label {
    color: #212121;
    font-weight: 500;
}

/*================================ cart page end ===================================*/

/*================================ pop-up quick view =================================*/
.modal.quickview .product-variants>div,
.modal.quickview .product-variants>.product-variants-item,
.modal.quickview .product-actions .control-label {
    font-size: 14px;
    margin-right: 5px;
}

.modal.quickview .social-sharing {
    margin-left: 0;
}

.modal.quickview .comments_note div.star {
    font-size: 17px;
    height: 16px;
    width: 20px;
}

.modal.quickview .product-discount .regular-price {
    margin-left: 10px;
    margin-right: 0;
}

.modal.quickview .current-price span {
    font-size: 22px;
    font-weight: 700;
    color: #F60;
}

.modal.quickview .product-prices {
    margin-top: 15px;
    margin-bottom: 15px;
}

/*================================ pop-up quick viewe end ============================*/
/*================================ contact page ====================================*/
.contact-form {
    background-color: transparent;
}

.contact-rich h4,
.contact-form h3 {
    font-weight: 700;
}

.contact-rich .top_text p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}

#contact .input-group .input-group-btn>.btn {
    padding: 11px 10px;
    text-transform: capitalize;
}

/*================================ contact page end ===================================*/
.h2.title_pro {
    font-weight: 500;
    margin-bottom: 10px;
}

/*================================ page category end ===================================*/
/*================================ module-blockwishlist-mywishlist ===================================*/
.bn-top {
    margin-top: 0px;
    position: relative;
    margin-bottom: 0px;
}

.footer_links.wishlist_footer a {
    color: #ffffff;
    background-color: #212121;
}

#form_wishlist #submitWishlist:hover span {
    color: #ffffff;
}

/*================================ module-blockwishlist-mywishlist end ================================*/
.btn.disabled,
.btn-primary {
    opacity: 1;
    color: #ffffff;
    box-shadow: none;
    background-color: #212121;
}

/*==================== page compare =============================*/
#module-fieldcompare-comparator .page-heading {
    color: #212121;
    margin: 0 0 25px;
    font-size: 22px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
}

#module-fieldcompare-comparator .page-content {
    padding: 0 0 35px 0;
    margin-top: 15px;
    background-color: #ffffff;
}

#module-fieldcompare-comparator .horizontal_mode .item-inner .left-product {
    min-width: 270px;
    margin: 0 auto;
}

#module-fieldcompare-comparator .footer_link {
    margin: 0;
    margin-top: 15px;
    text-align: center;
}

#module-fieldcompare-comparator .footer_link a {
    font-size: 14px;
    color: #ffffff;
    background-color: #000000;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    color: #212121;
    font-weight: 500;
}

#module-fieldcompare-comparator .footer_link i {
    padding-right: 6px;
    float: left;
    padding-top: 3px;
    font-size: 12px;
}

#module-fieldcompare-comparator .horizontal_mode .right-product .comments_note {
    float: unset;
}

#module-fieldcompare-comparator .horizontal_mode .item-inner {
    max-width: 270px;
    margin: auto;
}

#module-fieldcompare-comparator .horizontal_mode .item-inner .button-action {
    display: block;
}

#module-fieldcompare-comparator .button-action-bottom {
    display: block;
}

#module-fieldcompare-comparator .button-action-bottom .tab_button .btn-add-to-cart:hover i,
#module-fieldcompare-comparator .button-action-bottom .tab_button .button_view_product:hover i,
#module-fieldcompare-comparator .button-action-bottom .tab_button .button_quickview:hover i {
    color: #ffffff !important;
}

#module-fieldcompare-comparator .button-action-bottom .tab_button .btn-add-to-cart i,
#module-fieldcompare-comparator .button-action-bottom .tab_button .button_view_product i {
    color: #111111;
}

#module-fieldcompare-comparator .footer_link a.lnk_view:hover span {
    color: #ffffff !important;
}

#module-fieldcompare-comparator #product_comparison .item {
    text-align: center;
    position: relative;
    padding: 20px;
}

#module-fieldcompare-comparator #product_comparison .item .item-inner {
    margin-bottom: 0;
}

/*====================== compare end =====================================================*/
.header-main-contact,
.header-cart {
    padding: 0;
}

.header-cart {
    margin-top: 5px;
}

.header-cart>div {
    margin-left: 15px;
}

/*------------------*/
.header-menu .container {
    padding: 0;
}

.info_header {
    display: flex;
    margin: 7px 0 0;
    width: auto;
}

.info_header li {
    float: left;
    width: 50% !important;
    justify-content: center;
    padding: 10px 0;
    border-radius: 4px;
    margin: 0px 5px;
    display: flex;
    text-align: center;
}

.info_header svg {
    margin-top: 0px;
    float: left;
    width: 22px !important;
}

.info_header li .info_txt {
    color: #fff !important;
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
    float: left;
    line-height: 13px;
}

.info_header li .info_txt span {
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    display: block;
    text-align: left;
}

/*-------------Footer-----------------------*/
.footer-home5 .elementor-container {
    border-top: 2px solid #fff;
    padding-top: 50px;
}

.footer_title span {
    color: #F60;
    font-size: 17px;
    font-weight: 600;
}

.footer_list li a span {
    position: relative;
    padding-left: 20px;
}

.footer_list li a span:before {
    content: '';
    width: 9px;
    height: 9px;
    background: #F60;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 10px;
    border: 1px solid #0090E3;
}

/*------------------*/
.reass_bloc {
    display: flex;
}

.reass_bloc .reass_bloc_txt {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: left;
    margin-left: 22px;
}

.reass_bloc .reass_bloc_txt span {
    font-size: 12px;
    font-weight: 500;
    color: #D2D8DB;
    text-align: left;
    display: block;
    line-height: 24px;
}

/*--------------------*/
.magasins span {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.magasin-bloc svg {
    margin-right: 10px;
    float: left;
}

.magasin-bloc li {
    list-style: none;
    display: flex;
    margin-top: 10px;
}

.magasin-bloc li p,
.magasin-bloc li a {
    color: #060606;
    font-size: 12px;
    font-weight: 400;
    float: left;
    line-height: 16px;
    margin: 0;
}

.magasin-bloc li p {
    width: 90%;

}

/*-----------------------------------------*/
.brands .field-carousel-item {
    border: 1px solid #ccc;
    padding: 0px;
    height: 85px;
    overflow: hidden;
}

.brands .field-carousel-item .img-responsive {
    width: 100px;
    height: 100%;
    margin: 0px auto;
}

/*------carrousel arrow-----------*/
.position-arrow-inside .field-nav-prev {
    right: 35px !important;
    left: auto !important;
}

.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -65px;
    right: 0;
    display: block;
}

.owl-theme .owl-nav [class*="owl-"] {
    margin: 0 3px !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: none !important;
}

.field-nav {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #F60;
    border-radius: 50%;
    transform: inherit;
    position: initial;
}

.owl-nav span {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

/*------------------------------*/
.btn-plus a {
    color: #ff6600 !important;
    padding-right: 15px;
}

.btn-plus .fa-angle-right:before {
    content: "\f105";
    font-size: 20px;
    font-weight: 700;
    color: #ff6600;
    position: absolute;
    top: 0;
    right: 5px;
}

.btn-plus a:hover .fa-angle-right:before,
.btn-plus a:hover {
    color: #0090E3 !important;
}

.banner_5_right .elementor-widget-wrap {
    display: flex;
    flex-wrap: wrap;
}

.banner_5_right .single_banner {
    flex: 50%;
}

.banner_5 img {
    border-radius: 4px;
}


/* Reflet banner_5 image hover */
.banner_5 .elementor-widget-container {
    position: relative;
    overflow: hidden;
}

.banner_5 .elementor-image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    bottom: 0;
}

.banner_5 .elementor-image:hover:before {
    animation: shine .75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/*----------------wishlist---------------*/
#box-product-list .left-product {
    position: relative;
}

#box-product-list .left-product .wishlist {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
    z-index: 2;
}

.button-action .wishlist {
    position: absolute;
    top: 0;
    right: 0;
}

#box-product-list .left-product .wishlist a,
.button-action .wishlist a {
    color: #F60;
}

#box-product-list .left-product .wishlist a i,
.button-action .wishlist a i {
    font-size: 20px;
    color: #F60;
}

#box-product-list .product-quantities {
    text-align: left;
    clear: both;
}

.banner-left .banner-box-content {
    padding: 20px;
}

.banner-left .banner-button a {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 55px;
    padding-left: 20px;
}

.banner-left .banner-button {
    background: transparent !important;
    font-weight: 700;
    text-align: left;
    font-size: 15px;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0 !important;
    width: 100%;
    padding-left: 20px;
    display: flex;
    padding-top: 55px;
}

.banner-left .banner-button a:before {
    content: "\f105";
    color: #FF6600;
    font: normal normal normal 14px FontAwesome;
    font-weight: normal;
    font-size: 14px;
    line-height: normal;
    font-size: inherit;
    text-rendering: auto;
    float: left;
    line-height: 20px;
    font-weight: 700;
    margin-left: 5px;
    position: relative;
    left: 135px;
}

.title-product svg {
    position: absolute;
    left: 0;
    width: 35px;
    top: 10px;
}

/* .left-product > .wishlist {
   display: none;
 } */

/*----------menu icons----------------*/
.promo-ico .title-text {
    background-image: url(./Hot-Promo.svg);
    background-repeat: no-repeat;
    background-position: center left 3px;
}

.fieldmegamenu li.root:hover .root-item .title:hover span {
    color: #F60 !important;
}

.fieldmegamenu .root-item .active .title-text {
    color: #F60 !important;
}

.product-actions .add-to-cart:hover {
    background-color: #0A75B3 !important;
}

#product .product-actions .add-to-cart {
    padding: 10px 55px;
    float: left !important;
}

#product .product-actions .add-to-cart span {
    font-size: 16px;
}

/*------------------------------*/
#prices-drop .horizontal_mode .item-inner,
#category .horizontal_mode .item-inner {
    border: 1px solid #E5E5E5;
}

#search .horizontal_mode .item-inner .button-action-bottom,
#manufacturer .horizontal_mode .item-inner .button-action-bottom,
#prices-drop .horizontal_mode .item-inner .button-action-bottom,
#category .horizontal_mode .item-inner .button-action-bottom {
    opacity: 1;
}

#wrapper.active_grid #box-product-grid .item {
    padding: 0 5px;
}

.product-reference {
    text-align: center;
    margin-bottom: 10px;
}

.product-reference .label {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    font-weight: 400;
}

.product-reference span {
    color: #404040;
    font-size: 12px;
}

.product-manufacturer .img-thumbnail {
    padding: 5px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    transition: all .2s ease-in-out;
    width: 105px;
    height: auto;
}

#prices-drop .horizontal_mode .item-inner .right-product,
#category .horizontal_mode .item-inner .right-product {
    padding: 10px 5px 0px;
}

/*---------------------------------*/
/*------------------------------*/
.product-quantities {
    text-align: center;
}

.product-quantities label {
    font-size: 18px;
    color: #00b900;
    border-radius: 3px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
}

.product-quantities .label-out-of-stock {
    color: #ee4706;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

.product-quantities .label-available {
    color: #0d74b9;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

/*---------------------page catégory-------------------------*/
#content-wrapper .category-cover {
    display: none;
}

#content-wrapper .breadcrumb_name {
    display: block;
    color: #0D1B23;
    font-weight: 700;
    font-size: 1.25rem !important;
    margin: 0px 0 10px;
    text-transform: capitalize;
}

#category-description p {
    text-align: left !important;
    font-weight: 400;
    color: #7a7a7a !important;
}

/*---------------------amazzing_filter -------------------------*/
#amazzing_filter {
    border: 1px solid #E5E5E5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#amazzing_filter .af_filter {
    border-bottom: none !important;
}

#amazzing_filter .af_subtitle {
    color: #0D1B23;
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

#amazzing_filter.block .title_block {
    height: 50px;
    cursor: pointer;
    line-height: 50px;
    padding: 0 20px;
    text-align: left;
    position: relative;
    background-color: #F60 !important;
    margin-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
}

.block_content {
    padding: 0 10px;
}

/*------------detail produits----------------------*/
.product_right .product-Details {
    display: flex;
    justify-content: space-between;
    align-content: end;
    margin-bottom: 0px;
}

.product_right .product-manufacturer {
    margin-top: 0px;
}

.product_right .product-manufacturer img {
    width: 100px;
    height: auto;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all .2s ease-in-out;
}

.product_right .product-reference {
    text-align: left;
    line-height: 35px;
}

.product_right .product-reference .label {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 5px;
    color: #232323;
    text-align: right;
}

/*----------------------------------*/
.social-sharing-payement {
    margin-top: 20px;
}

.social-sharing-payement p {
    margin-bottom: 10px;
}

.social-sharing-payement .payement-table {
    display: inline-flex;
    width: 100%;
    color: #939292;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.social-sharing-payement ul {
    margin: 0;
    width: auto;
    background: #f6f6f6;
    padding: 0;
    border: 1px solid #dcdcdc;
}

.social-sharing-payement .f-date {
    padding: 5px 5px;
    background-color: #ececec;
    border-bottom: 1px solid #dcdcdc;
}

.social-sharing-payement .f-price {
    padding: 5px;
}

/*--------------------modal magazin---------------------------*/
/*------------------------------*/
.magasin-table .table-bloc {
    margin: 0px;
}

.magasin-table .left-side span {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    float: left;
}

.magasin-table p {
    text-align: left;
    line-height: 15px;
    font-weight: 300;
    color: #2f2e2e;
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 5px;
    clear: both;
    display: none;
}

.magasin-table .right-side span {
    color: #097f05;
    font-weight: 500;
    font-size: 13px;
    line-height: 26px;
    padding-left: 22px;
    position: relative;
}

.disp {
    color: #F60 !important;
}

.magasin-table .right-side span .fa-check {
    color: #097f05;
    margin-right: 5px;
    padding: 0px 6px;
    font-size: 15px;
    border-radius: 50%;
    top: 0px;
    position: absolute;
    left: 0;
}

.magasin-table .right-side span .fa-times {
    color: #F60;
    margin-right: 5px;
    padding: 0px 6px;
    font-size: 15px;
    border-radius: 50%;
    top: 0px;
    position: absolute;
    left: 0;
}

.magasin-table {
    margin-top: 10px;
    border: 1px solid #eaeaea;
    padding: 15px 0 15px;
}

.modal-title {
    line-height: 1.5;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    margin: 0px;
    color: #232323;
}

.magasin-table .table-bloc .right-side {
    text-align: center;
}

/*---------------------social-sharing-----------------------------*/
.social-sharing {
    margin: 30px 0;
}

.social-sharing span {
    min-width: 65px;
    margin-right: 10px;
    display: none;
}

.social-sharing ul {
    margin-top: 0px;
    margin-bottom: 0;
}

.facebook.icon-gray,
.twitter.icon-gray,
.pinterest.icon-gray,
.pinterest.icon-gray {
    background-image: none !important;
    background: none !important;
}

.social-sharing li {
    box-shadow: none;
    border-radius: 0;
    height: auto;
    width: auto;
    float: left;
    margin: 3px 3px 0 0;
}

.social-sharing li a {
    min-width: auto;
    text-indent: inherit;
    float: left;
    overflow: visible;
    font-size: 13px;
    color: #666;
    background: none;
    padding: 0;
    border: 1px solid #ebebeb;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}

.social-sharing li a:before {
    background: none !important;
    margin-right: 0;
    font-size: 17px;
}

.facebook a:before {
    content: "\f09a";
}

.twitter a:before {
    content: "\f099";
    background: #00aaf0;
}

.pinterest a:before {
    content: "\f0d2";
    background: #e60023;
}

.linkedin a:before {
    content: "\f0e1";
}

.facebook.icon-gray a:before,
.twitter.icon-gray a:before,
.linkedin.icon-gray a:before,
.pinterest.icon-gray a:before {
    font-family: FontAwesome;
}

.social-sharing li a:hover {
    background: #f60;
    border-color: #f60;
    color: #fff;
}

.social-sharing li.facebook a {
    border-color: #435f9f !important;
}

.social-sharing li.pinterest a {
    border-color: #e60023 !important;
}

.social-sharing li.twitter a {
    border-color: #00aaf0 !important;
}

.social-sharing li.linkedin a {
    border-color: #0073b0 !important;
}

.social-sharing li.facebook a:before {
    color: #435f9f !important;
}

.social-sharing li.pinterest a:before {
    color: #e60023 !important;
}

.social-sharing li.twitter a:before {
    color: #00aaf0 !important;
}

.social-sharing li.linkedin a:before {
    color: #0073b0 !important;
}

.social-sharing li a:hover:before {
    color: #fff !important;
}

/*-------*/
.social-sharing li.facebook:hover a {
    background: #435f9f !important;
    border-color: #435f9f !important;
}

.social-sharing li.pinterest:hover a {
    background: #e60023 !important;
    border-color: #e60023 !important;
}

.social-sharing li.twitter:hover a {
    background: #00aaf0 !important;
    border-color: #00aaf0 !important;
}

.social-sharing li.linkedin:hover a {
    background: #0073b0 !important;
    border-color: #0073b0 !important;
}

.social-sharing-magasin .btn.btn-primary {
    background-color: #F60;
    border-radius: 5px;
    font-size: 14px;
}

.product-additional-info {
    margin-top: 10px;
}

#product-details .product-reference,
#product-details .product-quantities,
#product-details .product-out-of-stock,
#product-details .product-manufacturer {
    display: none;
}

/*---------page marques---------------*/
#manufacturer #main ul {
    display: flex;
    flex-wrap: wrap;
}

#manufacturer li.brand .brand-products {
    display: none;
}

#manufacturer li.brand .brand-infos div,
#manufacturer li.brand .brand-infos p:last-child {
    display: none
}

#manufacturer li.brand .brand-img img {
    margin-bottom: 10px;
}

#manufacturer #content-wrapper {
    margin-bottom: 80px;
}

/*----------------------------------------*/
.js-mailalert-add {
    background-color: #a7a7a7;
    margin: 0 !important;
}

.product-additional-info .tabs {
    margin: 15px 0 0 !important;
}

.header-menu .col-md-5 {
    position: initial !important;
    display: flex;
}

.header-menu .row {
    position: relative;
}

/*---------------count-down-header------------------------*/
.slider-home {
    clear: both;
}

#index .count-down-h {
    margin-top: -65px;
    height: 56px;
    margin-right: -15px;
    width: 158px;
    float: right;
}

.count-down-header {
    position: relative;
    z-index: 9;
    height: 66px;
}

.count-down-header .info_header li .info_txt {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding-top: 10px;
    padding-left: 30px;
    z-index: 9;
}

.count-down-header .info_header {
    position: initial !important;
}

.count-down-header .field-countdown-timer.countdown_rounded .countdown_item .text-countdown {
    font-size: 12px;
    margin-top: 0;
    font-weight: 400;
    margin-left: 1px;
    line-height: 20px;
}

.count-down-header .field-countdown-timer.countdown_rounded .countdown_item .nb-countdown {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.count-down-header .field-countdown-timer .countdown_item {
    width: auto;
    height: auto;
    margin-right: 2px;
    background-color: transparent;
    display: flex;
    padding: 0 !important;
}

.count-down-header .field-countdown-timer .countdown-timer-item {
    position: absolute;
    top: 25px;
    display: flex !important;
    left: 41px;
    padding: 0 !important;
    background-color: transparent !important;
    z-index: 1;
}

.count-down-header .info_header li {
    padding: 10px 10px;
    border-radius: 4px;
    margin: 0px 5px;
    display: flex;
    min-width: 155px;
    justify-content: flex-start;
}

.count-down-header .info_header li {
    background: #F60;
    margin-right: 0 !important;
}

.info_header li:last-child {
    width: 175px !important;
}

#category #left-column {
    padding-left: 0;
}

#contact .contact-rich .top_text p {
    display: none;
}

/*-----------------------*/
#product .product-availability-date {
    margin-right: 20px;
}

#product .product-availability-date label {
    display: block;
    line-height: 45px;
    margin-bottom: 0;
    margin-right: 12px;
    font-size: 15px;
    color: #111111;
    font-weight: 600;
    text-transform: capitalize;
    float: left;
}

#product .product-availability-date span {
    font-size: 18px;
    color: #F60;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 45px;
}

/*--------------------*/


.horizontal_mode .button-action-bottom .product-availability-date {
    margin-right: 0px;
    display: flex;
}

.horizontal_mode .button-action-bottom .product-availability-date label {
    display: block;
    line-height: 20px;
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 12px;
    color: #111111;
    font-weight: 600;
    text-transform: capitalize;
    float: left;
}

.horizontal_mode .button-action-bottom .product-availability-date span {
    font-size: 12px;
    color: #F60;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 20px;
}

/*-------------------*/
#box-product-list .item-product-list .button-action .tab_button .product-availability-date {
    margin-right: 10px;
    display: flex;
}

#box-product-list .item-product-list .button-action .tab_button .product-availability-date label {
    display: block;
    line-height: 40px;
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 16px;
    color: #111111;
    font-weight: 600;
    text-transform: capitalize;
    float: left;
}

#box-product-list .item-product-list .button-action .tab_button .product-availability-date span {
    font-size: 18px;
    color: #F60;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 40px;
}

#_mobile_language_selector,
#_mobile_currency_selector {
    display: none;
}

.quick-view .text_button {
    display: none;
}

#dropdownSearchButton {
    display: none;
}

#header-moblie #wishlist-nav {
    display: none;
}

/*----------------*/
.social-sharing-payement img {
    width: 75px;
    display: block;
    margin: 0 auto;
}

.social-sharing-payement .condition {
    font-size: 11px;
    text-transform: capitalize;
    text-align: center;
    display: block;
    margin-top: 1px;
    line-height: 17px;
}

#close_search_query_nav {
    display: block;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 50px;
    z-index: 999;
    width: 30px;
}

#close_search_query_nav:before {
    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
}

#close_search_query_nav span {
    color: #999;
    font-size: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    right: 50px;
    top: 20px;
}

/*******************
SP Vertical Menu layout 7
********************/

.header_v7 .sp-vermegamenu a i {
    display: none;
}

.header_v7 div.spverticalmenu .sp-vermegamenu .navbar-nav>li:hover>a {
    padding-left: 20px;
}

.lang-rtl .header_v7 div.spverticalmenu .sp-vermegamenu .navbar-nav>li:hover>a {
    padding-left: 0;
    padding-right: 20px;
}

.header_v7 div.spverticalmenu h3 {
    font-size: 14px;
}

.header_v7 div.spverticalmenu h3:after {
    display: none;
}

.header_v7 div.spverticalmenu h3:before {
    background: transparent url("../../../assets/img/icon/icon-ver-3.png") no-repeat scroll center center;
}

.header_v7 div.spverticalmenu .sp-vermegamenu .navbar-nav>li>a {
    padding: 12px 0 14px;
}

.header_v7 div.spverticalmenu .more-wrap {
    padding: 21px 20px;
}

.header_v7 div.spverticalmenu .more-wrap i {
    float: right;
    margin: 0;
}

.lang-rtl .header_v7 div.spverticalmenu .more-wrap i {
    float: left;
    margin: 0;
}

/********************************/


.sp-vermegamenu .navbar-nav>li {
    float: none;
    position: static;
    display: block !important;
}

/* #index div.spverticalmenu .navbar-vertical {
  display: block; } */

div.spverticalmenu .navbar-vertical-title {
    height: 64px;
    cursor: pointer;
    line-height: 64px;
    padding: 0 20px;
    text-align: left;
    position: relative;
    background-color: #F60 !important;
    margin-top: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

div.spverticalmenu .cat-title {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

div.spverticalmenu .fa.fa-reorder {
    color: #ffffff;
    font-size: 24px;
    float: right;
    line-height: 60px;
}

div.spverticalmenu h3 {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background: #3b3b3b;
    padding: 22px 20px 23px 44px;
    margin-bottom: 0;
    position: relative;
    margin-top: 0;
}

div.spverticalmenu h3:before {
    position: absolute;
    content: "";
    background: transparent url("../../../assets/img/icon/icon-ver.png") no-repeat scroll center center;
    height: 17px;
    top: 21px;
    left: 15px;
    right: auto;
    width: 19px;
}

div.spverticalmenu h3:after {
    position: absolute;
    content: "";
    background: transparent url("../../../assets/img/icon/icon-ver-2.png") no-repeat scroll center center;
    height: 17px;
    width: 17px;
    top: 19px;
    left: auto;
    right: 15px;
}

div.spverticalmenu .navbar-vertical {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 4;
    border-top: none;
}

div.spverticalmenu:hover {
    cursor: pointer;
}

div.spverticalmenu:hover .navbar-vertical {
    display: block;
}

div.spverticalmenu .more-wrap {
    padding: 13px 20px 14px;
    clear: both;
    display: inline-block;
    width: 100%;
    font-weight: normal;
    cursor: pointer;
    color: #222;
}

div.spverticalmenu .more-wrap i {
    margin: 0 15px 0 5px;
    font-size: 18px;
    color: #616161;
}

div.spverticalmenu .more-wrap .more-view {
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
    color: #222;
    font-weight: 600;
}

div.spverticalmenu .sp-vermegamenu {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
}

/* div.spverticalmenu .sp-vermegamenu .navbar-nav > li {
      position: relative; } */
div.spverticalmenu .sp-vermegamenu .navbar-nav>li>a {
    color: #262626;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    height: 45px;
    padding: 0px 5px 0px;
    text-transform: capitalize;
    margin: 0;
    border-bottom: 1px dotted #f3f3f3 !important;
    display: flex;
    justify-content: unset;
    text-align: left;
    position: relative;
    align-items: center;
    width: 100%;
    transition: all 300ms linear;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav>li>a .fa-icon-1 {
    background: url("../img/icon/icon-1.png") no-repeat center center;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav>li>a .fa-icon-2 {
    background: url("../img/icon/icon-2.png") no-repeat center center;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav>li>a .fa-icon-3 {
    background: url("../img/icon/icon-3.png") no-repeat center center;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav>li>a .fa-icon-4 {
    background: url("../img/icon/icon-4.png") no-repeat center center;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav>li>a .fa-icon-5 {
    background: url("../img/icon/icon-5.png") no-repeat center center;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav>li>a .fa-icon-6 {
    background: url("../img/icon/icon-6.png") no-repeat center center;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav>li>a .fa-icon-7 {
    background: url("../img/icon/icon-7.png") no-repeat center center;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav>li>a .fa-icon-8 {
    background: url("../img/icon/icon-8.png") no-repeat center center;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav>li>a .fa-icon-9 {
    background: url("../img/icon/icon-9.png") no-repeat center center;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav>li>a .fa-icon-10 {
    background: url("../img/icon/icon-10.png") no-repeat center center;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav>li>a .fa-icon-11 {
    background: url("../img/icon/icon-11.png") no-repeat center center;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav>li>a .fa-icon-12 {
    background: url("../img/icon/icon-12.png") no-repeat center center;
}
div.spverticalmenu .sp-vermegamenu .navbar-nav>li>a .fa-icon-13 {
    background: url("../img/icon/icon-13.png") no-repeat center center;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav>li.item-1.parent a {
    position: relative;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav>li.item-1.parent a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    color: #7d7d7d;
    position: absolute;
    right: 10px;
    left: auto;
    line-height: 25px;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav>li.item-1.parent ul li a:before {
    content: "";
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type .dropdown-menu {
    border-radius: 0;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type>.dropdown-menu {
    padding: 15px 0;
    width: 220px;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type>.dropdown-menu>ul>li>a {
    padding: 9px 0;
    margin: 0 30px;
    border-bottom: 1px solid #f0f0f0;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type>.dropdown-menu>ul>li>a:after {
    display: none;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type>.dropdown-menu>ul>li:last-child>a {
    border-bottom: none;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type ul li.item-2.parent>a {
    position: relative;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type ul li.item-2.parent>a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    color: #616161;
    position: absolute;
    right: 0;
    left: auto;
    line-height: 21px;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu {
    padding: 10px 12px 15px;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child>a,
div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child-2>a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222;
    padding: 0 0 10px;
    border-bottom: 1px solid #eaeaea;
    transition: all 0.3s ease 0s;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child>a:after,
div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child-2>a:after {
    display: none;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child>.dropdown-menu,
div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child-2>.dropdown-menu {
    padding: 5px 0 10px;
    display: block;
    left: 0;
    top: auto;
    position: relative;
    box-shadow: none;
    border-radius: none;
    border: none;
    width: 100%;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child>.dropdown-menu ul li>a,
div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child-2>.dropdown-menu ul li>a {
    font-weight: normal;
    color: #7d7d7d;
    padding: 1px 0;
    font-size: 13px;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child-2 {
    width: 30%;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.ver-img-1 a {
    padding: 5px 0;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.ver-img-1 a .sp_megamenu_title {
    display: none;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.ver-img {
    width: 40%;
}

div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.ver-img .sp_megamenu_title {
    display: none;
}

div.spverticalmenu .sp-vermegamenu .label-image {
    margin-bottom: 25px;
}

.sp-vermegamenu .menu>li>.dropdown-menu {
    display: block;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s ease-in;
    z-index: 99999;
    left: 110%;
    top: 0px;
}

.sp-vermegamenu .menu>li>.dropdown-menu .short_description {
    color: #747474;
    width: 100%;
    padding: 5px 10px;
}

.sp-vermegamenu .menu>li>.dropdown-menu {
    padding: 0;
}

.sp-vermegamenu .menu>li>.dropdown-menu>li {
    float: left;
}

.sp-short .dropdown-menu .short_description {
    display: block;
    border-top: 1px solid #dfdfdf;
    float: right;
}

.sp-vermegamenu .menu>li:focus {
    background-color: #d9d9d9;
}

.sp-vermegamenu .menu>li:focus,
.sp-vermegamenu .menu>li:hover a {
    color: #FFF;
}

.sp-vermegamenu .menu>li:focus,
.sp-vermegamenu .menu>li:hover .dropdown-menu a {
    color: #747474;
}

.sp-vermegamenu .menu>li:hover>.dropdown-menu {
    visibility: visible;
    margin: 0;
    top: 0px;
}

.sp-vermegamenu a:focus {
    outline: none;
}

.sp-vermegamenu .menu>li:focus>a:focus,
.sp-vermegamenu .menu>li:focus>a:hover,
.sp-vermegamenu .menu>li:hover>a:focus,
.sp-vermegamenu .menu>li:hover>a:hover {
    color: white;
}

.sp-vermegamenu .menu>li.active {
    background-color: #d9d9d9;
}

.sp-vermegamenu .menu>li.active>a {
    background-color: transparent;
    color: white;
}

.sp-vermegamenu .menu>li.active>a:hover {
    background-color: transparent;
}

.sp-vermegamenu .dropdown-menu {
    min-width: 155px;
    background: white;
    font-size: 13px;
    color: black;
}

.sp-vermegamenu .dropdown-menu .menu-title {
    color: #202020;
    font-size: 15px;
}

.sp-vermegamenu .dropdown-menu ul {
    display: block;
}

.sp-vermegamenu .dropdown-menu ul li {
    display: block;
    position: relative;
    float: left;
}

.sp-vermegamenu .dropdown-menu ul .item-3 {
    float: none !important;
}

.sp-vermegamenu .dropdown-menu ul li.clear {
    clear: both;
}

.sp-vermegamenu .dropdown-menu ul li.parent:hover .dropdown-menu {
    display: block;
    left: 100%;
    top: 0;
}

.sp-vermegamenu .sp-cat ul>li .dropdown-menu {
    display: block;
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    position: relative;
    top: 0px;
}

.sp-vermegamenu .sp-cat .dropdown-menu ul li.parent:hover .dropdown-menu {
    display: block;
    left: 0px;
    top: 0px;
}

.sp-vermegamenu .dropdown-menu ul li.parent>a:after {
    display: inline-block;
    content: "\f105";
    font-family: FontAwesome;
    top: 0;
    position: relative;
    float: right;
    margin-left: 5px;
}

.sp-vermegamenu .sp-cat .dropdown-menu ul li.parent>a:after {
    display: none;
}

.sp-vermegamenu .dropdown-menu ul li.parent.group>a:after {
    display: none;
}

.sp-vermegamenu .dropdown-menu ul li.parent {
    z-index: 9;
}

.sp-vermegamenu .dropdown-menu ul li.parent.group {
    float: left;
    box-sizing: border-box;
}

.sp-vermegamenu .dropdown-menu ul li.parent.group>a {
    color: #444;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.sp-vermegamenu .dropdown-menu ul li.parent.group .dropdown-menu {
    display: block;
    position: static;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding-top: 15px;
}

.sp-vermegamenu .dropdown-menu ul li.parent.group .dropdown-menu li {
    margin-top: 15px;
}

.sp-vermegamenu .dropdown-menu ul li.parent.group .dropdown-menu li .dropdown-menu {
    padding-top: 0;
}

.sp-vermegamenu .dropdown-menu ul li.parent.group .dropdown-menu li .dropdown-menu li {
    margin-top: 0;
    padding-top: 20px;
}

.sp-vermegamenu .dropdown-menu ul li.parent.group .dropdown-menu li .dropdown-menu li .dropdown-menu li {
    width: 100%;
    padding-top: 0;
}

.sp-vermegamenu .dropdown-menu ul li.html-menu {
    float: left;
}

.sp-vermegamenu .dropdown-menu ul li.html-menu .menu-content {
    margin-top: 15px;
}

.sp-vermegamenu .dropdown-menu ul li a {
    display: block;
    padding: 2px 10px;
    color: #656565;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
}

.sp-vermegamenu .dropdown-menu ul li>span.menu-title {
    color: #444;
    font-size: 14px;
    display: block;
    padding: 10px;
    width: 100%;
    font-weight: bold;
}

.sp-vermegamenu .dropdown-menu img {
    width: 100%;
}

.sp-vermegamenu .poduct-list {
    position: static;
}

.sp-vermegamenu .remove-vermegamenu {
    padding: 15px 20px;
    z-index: 10;
    cursor: pointer;
    display: none;
    background: #03aae8;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: left;
}

.sp-vermegamenu .remove-vermegamenu:after {
    content: "\f00d";
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 15px;
    right: 17px;
    font-family: FontAwesome;
    z-index: 10;
}

.sp-vermegamenu .remove-vermegamenu:hover:after {
    color: red;
}

div.spverticalmenu div.sp-vermegamenu.sp-vermegamenu-active {
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.sp-vermegamenu a i {
    margin-right: 5px;
    width: 20px;
    height: 25px;
    vertical-align: middle;
    position: relative;
    background-size: 15px auto !important;
}

.sp-vermegamenu a i:before {
    position: absolute;
    bottom: 2px;
    display: inline-block;
}

#index .header_v2 div.spverticalmenu .navbar-vertical {
    display: none;
}

#index .header_v2 div.spverticalmenu:hover .navbar-vertical {
    display: block;
}

.header_v2 div.spverticalmenu:before {
    content: "";
    height: 7px;
    width: 100%;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 3;
    border-radius: 7px 7px 0 0;
}

.header_v2 div.spverticalmenu h3 {
    padding: 20px 20px 26px 44px;
}

.header_v2 div.spverticalmenu h3:before {
    top: 17px;
}

@media (max-width: 1024px) {
    .sp-vermegamenu .dropdown-menu {
        min-width: 155px;
    }
}

@media (min-width: 992px) {
    .spverticalmenu .navbar-header {
        display: none;
    }

    .sp-vermegamenu .menu>li>.dropdown-menu,
    div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type>.dropdown-menu {
        display: block;
        transform-origin: 0 0 0;
        top: 0;
        opacity: 0;
        position: absolute;
        border-top: 2px solid transparent;
        backface-visibility: hidden;
        transform: scale(0, 1);
        transition: all 0.3s ease 0s;
        z-index: 3;
        left: 100%;
        border-radius: 0;
        right: 0 !important;
        width: 1000px;
        bottom: 0;
    }

    .sp-vermegamenu .menu>li:hover>.dropdown-menu,
    div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type:hover>.dropdown-menu {
        display: block;
        opacity: 1;
        transform: scale(1);
        left: 100%;
        z-index: 999;
    }

    .lang-rtl div.spverticalmenu .menu>li>.dropdown-menu,
    .lang-rtl div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type>.dropdown-menu {
        right: 100%;
        left: auto;
        transform-origin: right top 0;
    }
}

@media (max-width: 991px) {

    div.spverticalmenu .navbar-vertical-title {
        border-radius: 4px !important;
        margin-bottom: 5px;
    }

    .header_v7 div.spverticalmenu .sp-vermegamenu .navbar-nav>li>a {
        padding: 0 10px;
    }

    #vertical_menu {
        padding: 0 0 0 15px;
        background: #000;
        height: 50px;
    }

    div.spverticalmenu .navbar-vertical {
        left: 0;
        right: auto;
        top: 0;
        display: block;
    }

    div.spverticalmenu h3 {
        display: none;
    }

    div.spverticalmenu h3:before,
    div.spverticalmenu h3:after {
        display: none;
    }

    div.spverticalmenu .navbar-header {
        position: absolute;
        top: 0;
    }

    div.spverticalmenu .navbar-header .navbar-toggle {
        padding: 15px;
        border-radius: 0;
        margin: 0;
        border: none;
        display: block;
        height: 50px;
    }

    div.spverticalmenu .navbar-header .navbar-toggle .icon-bar {
        background-color: #fff;
        display: block;
        height: 4px;
        width: 26px;
        margin-top: 4px;
    }

    div.spverticalmenu .navbar-header .navbar-toggle .icon-bar.bar1 {
        width: 10px;
    }

    div.spverticalmenu .navbar-header .navbar-toggle .icon-bar.bar2 {
        width: 18px;
    }

    div.spverticalmenu .sp-vermegamenu {
        border: none;
        padding: 0;
        position: fixed;
        top: 0px;
        left: 0;
        background: #fff;
        bottom: 0px;
        width: 280px;
        z-index: 99999;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: hidden;
        transform: translate3d(-280px, 0, 0);
        transition: all 0.5s ease-in-out 0s;
        height: 100%;
    }

    .sp-vermegamenu.showmenu {
        overflow-x: hidden;
        overflow-y: auto;
        visibility: visible !important;
        transform: translate3d(0px, 0, 0) !important;
    }

    div.spverticalmenu .sp-vermegamenu .remove-vermegamenu {
        display: block;
    }

    div.spverticalmenu .sp-vermegamenu .navbar-default .navbar-toggle {
        margin: 8px 0;
    }

    div.spverticalmenu .sp-vermegamenu .navbar-nav {
        overflow-y: auto;
        float: none;
        /* height: 295px; */
        margin: 0;
    }

    div.spverticalmenu .sp-vermegamenu .navbar-nav>li {
        background: #fff;
        position: relative;
    }

    div.spverticalmenu .sp-vermegamenu .navbar-nav>li.item-1 {
        background: #fff;
    }

    div.spverticalmenu .sp-vermegamenu .navbar-nav>li>a {
        padding: 0 10px;
        margin: 0;
        line-height: 45px;
        color: #fff;
        text-align: left !important;
    }

    div.spverticalmenu .sp-vermegamenu .navbar-nav>li:hover {
        background: #f1f1f1;
    }

    div.spverticalmenu .sp-vermegamenu .navbar-nav>li>.dropdown-menu ul li .grower {
        display: none !important;
    }

    div.spverticalmenu .sp-vermegamenu .navbar-nav li .dropdown-menu {
        width: 100% !important;
        position: relative;
        display: none;
        filter: alpha(opacity=100);
        opacity: 1;
        visibility: inherit;
        margin-top: 0px;
        float: none;
        box-shadow: none !important;
        border: none !important;
        border-radius: none !important;
    }

    div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu {
        overflow: hidden;
    }

    div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.cat-child-2,
    div.spverticalmenu .sp-vermegamenu .navbar-nav .vertical-cat .dropdown-menu ul li.ver-img {
        width: 100%;
    }

    div.spverticalmenu .sp-vermegamenu .navbar-nav .css_type ul li.item-2.parent>a:before {
        display: none;
    }

    div.spverticalmenu .sp-vermegamenu li.parent .dropdown-menu {
        display: none;
        padding: 0px;
        left: 0px;
    }

    div.spverticalmenu .sp-vermegamenu .navbar-nav li {
        clear: both;
        position: relative !important;
        padding: 0;
        width: 100%;
    }

    div.spverticalmenu .sp-vermegamenu .navbar-nav>li.parent>a::before {
        display: none;
    }

    div.spverticalmenu .sp-vermegamenu .dropdown-menu ul li.parent>a::after {
        display: none;
    }

    div.spverticalmenu .sp-vermegamenu .navbar-nav>li.parent>a::after {
        display: none;
    }

    div.spverticalmenu .sp-vermegamenu .navbar-nav>li.parent span.grower {
        display: block;
        position: absolute;
        right: 0;
        left: auto;
        cursor: pointer;
        font-family: FontAwesome;
        font-size: 12px;
        height: 45px;
        width: 45px;
        top: 0px;
        text-align: center;
        line-height: 45px;
        font-weight: 300;
        opacity: 1;
        color: #000;
    }

    div.spverticalmenu .sp-vermegamenu .navbar-nav>li.parent .dropdown-menu span.grower {
        right: 15px;
    }

    div.spverticalmenu .sp-vermegamenu .navbar-nav>li.parent span.grower.close:before {
        content: "\f067";
    }

    div.spverticalmenu .sp-vermegamenu .navbar-nav>li.parent span.grower.open:before {
        content: "\f068";
    }

    div.spverticalmenu .sp-vermegamenu .navbar-brand {
        color: #777;
        position: absolute;
        top: 0px;
    }

    div.spverticalmenu .sp-vermegamenu .menu>li:focus>a:focus,
    div.spverticalmenu .sp-vermegamenu .sp-vermegamenu .menu>li:focus>a:hover,
    div.spverticalmenu .sp-vermegamenu .sp-vermegamenu .menu>li:hover>a:focus,
    div.spverticalmenu .sp-vermegamenu .sp-vermegamenu .menu>li:hover>a:hover {
        background-color: #dfdfdf;
        color: #333;
    }

    div.spverticalmenu .sp-vermegamenu .menu>li:focus,
    div.spverticalmenu .sp-vermegamenu .sp-vermegamenu .menu>li:hover a {
        color: #333;
    }

    div.spverticalmenu .sp-vermegamenu .dropdown-menu ul li a {
        min-width: auto;
        padding: auto;
    }

    div.spverticalmenu .sp-vermegamenu .navbar-nav .ver-poduct-list .dropdown-menu ul li a {
        padding: 7px 0;
    }

    div.spverticalmenu .sp-vermegamenu .dropdown-menu ul li.parent .dropdown-menu {
        margin-left: 15px;
    }

    div.spverticalmenu .sp-vermegamenu .dropdown-menu ul li.parent:hover .dropdown-menu {
        display: none;
        top: inherit;
        left: 10px;
    }

    div.spverticalmenu .sp-vermegamenu .sp-cat .dropdown-menu ul li.parent:hover .dropdown-menu {
        display: none;
        left: 10px;
        top: inherit;
    }

    div.spverticalmenu .sp-vermegamenu .sp-cat ul>li {
        width: inherit;
    }

    div.spverticalmenu .sp-vermegamenu .menu>li:focus,
    div.spverticalmenu .sp-vermegamenu .sp-vermegamenu .menu>li:hover {
        background-color: transparent;
    }

    div.spverticalmenu .sp-vermegamenu .sp-moto>.dropdown-menu {
        background-image: none !important;
    }

    div.spverticalmenu .more-wrap {
        padding: 13px 10px;
        border-bottom: 1px solid rgba(68, 73, 78, 0.95);
    }

    div.spverticalmenu .more-wrap .fa-angle-down,
    div.spverticalmenu .more-wrap .fa-angle-up,
    div.spverticalmenu .more-wrap .more-view {
        color: #fff;
    }

    #index .header_v2 div.spverticalmenu .navbar-vertical {
        display: inline-block;
    }

    .header_v2 div.spverticalmenu:before {
        display: none;
    }

    .lang-rtl #vertical_menu {
        padding: 0 15px 0 0;
    }

    .lang-rtl div.spverticalmenu .vernavbar {
        left: auto;
        right: 0;
    }

    .lang-rtl .sp-vermegamenu .remove-vermegamenu:after {
        left: 10px;
        right: auto;
    }

    .lang-rtl .sp-vermegamenu li.parent .dropdown-menu {
        right: 0;
        left: auto;
    }

    .lang-rtl .navbar-default .navbar-toggle {
        float: right;
    }

    .lang-rtl div.sp-vermegamenu .navbar-nav>li.parent span.grower {
        right: auto;
        left: 0;
    }

    .lang-rtl .navbar #sp-megamenu .home span.grower {
        right: auto;
        left: 0;
    }
}

#show-vermegamenu {
    display: none;
}

/*Promos*/
.page-cms-29 {
    margin-top: 60px;
    margin-bottom: 90px !important;
}

.promos .elementor-column {
    margin-bottom: 25px;
}

.promos .field-banner img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.promos .field-banner.banner-style-default img {
    display: none;
}

.promos .field-banner .banner-box-content {
    position: initial;
}

.promos .btn.btn-primary.banner-button {
    width: 100%;
    background-color: #F60;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.promos .btn.btn-primary.banner-button a {
    color: #fff;
}

.promos .field-banner::before,
.promos .field-banner::after,
.promos .banner-img .elementor-image-box-img::before,
.promos .banner-img .elementor-image-box-img::after {
    transition: all 0.3s ease-out 0s;
}

/*Page Marque*/
.cms-id-30 .page-header {
    display: none;
}

.letter_btn .elementor-widget-wrap {
    display: flex;
    justify-content: space-between;
    background-color: #f6f6f6;
}

.letter_btn .elementor-button.elementor-size-xs {
    font-size: 15px !important;
    padding: 10px 15px;
}

.letter_btn .elementor-button.elementor-size-xs:hover .elementor-button-content-wrapper {
    color: #fff;
}

.letter-bloc .letter .alph {
    font-weight: 700;
    color: #f60;
    font-size: 45px;
    line-height: 55px;
    text-align: left;
}

.letter-bloc .letter .alph:after {
    content: '';
    width: 65px;
    height: 2px;
    background: #0090E3;
    display: block;
}

.brands-bloc {
    background: #f6f6f6;
}

.brands-bloc ul {
    display: inline-block;
    padding: 25px 25px 0px;
    width: 100%;
}

.brands-bloc .brand {
    float: left;
    width: 20%;
}

.brands-bloc .brand a {
    line-height: 27px;
    font-size: 15px;
}

@media (max-width: 767px) {
    .brands-bloc .brand {
        float: left;
        width: 50%;
        text-align: left;
    }

    .best_brands .elementor-row .elementor-column {
        float: left;
        width: 50%;
    }

    .best_brands .elementor-row .elementor-column .elementor-widget-container {
        padding: 0 30px !important;
    }
}

@media (max-width: 575px) {
.item-chg-cate {
  margin-bottom: 25px;
}
.holder-items-cate , .holder-items-cate-1{
  display: grid;
  grid-template-columns: repeat(2,1fr) !important;
}
    .letter_btn .elementor-widget-wrap {
        display: block;
    }

    .letter_btn .elementor-widget-wrap .elementor-widget {
        float: left;
        width: 14%;
    }

    .letter_btn .elementor-button.elementor-size-xs {
        border: none !important;
    }
}

.block_contact_ftc .emails li {
    font-size: 15px;
    margin-bottom: 10px;
}

.block_contact_ftc .emails li a {
    margin-top: 9px;
    color: #0090E3;
    font-weight: 500;
    font-size: 14px;
}

.block_contact_ftc .emails li .fa {
    margin-right: 10px;
    font-size: 14px;
    color: #0090E3;
}

.banner-marque img {
    width: 100%;
}

/*Category*/
.page-cms-29 {
    margin-top: 60px;
    margin-bottom: 90px !important;
}

.category .elementor-column {
    margin-bottom: 25px;
}

.category .field-banner img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.category .field-banner.banner-style-default img {
    display: none;
}

.category .field-banner .banner-box-content {
    position: initial;
}

.category .btn.btn-primary.banner-button {
    width: 100%;
    background-color: #F60;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.category .btn.btn-primary.banner-button a {
    color: #fff;
    font-size: 14px;
}

.category .field-banner::before,
.category .field-banner::after,
.category .banner-img .elementor-image-box-img::before,
.category .banner-img .elementor-image-box-img::after {
    transition: all 0.3s ease-out 0s;
}

.cms-id-35 .category .btn.btn-primary.banner-button {
    padding: 10px 0 !important;
}

.cms-id-42 .long-btn .banner-button {
    padding: 8px 10px !important;
}

.cms-id-42 .long-btn .banner-button a {
    font-size: 12px !important;
}

/*Page Marque*/
.top_cat ul,
.top_cat p,
.top_cat h6,
.top_cat h5,
.top_cat h4,
.top_cat h3,
.top_cat h2,
.top_cat h1 {
    display: none;
}

.sub_cat .page-content {
    display: none;
}

.top_cat .page-content .category .elementor-column {
    padding: 5px;
}

.top_cat .page-content .banner-button {
    padding: 8px 5px;
    background-color: #727475 !important;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: 40px;
}

.top_cat .page-content .category .btn.btn-primary.banner-button a {
    color: #fff;
    font-size: 12px;
    white-space: break-spaces;
    line-height: 13px;
    display: block;
}

.google,
.app {
    float: right;
    width: 145px;
    padding: 0 5px;
}

.footer-app .-plm {
    font-size: 15px;
    color: #b5b3b3;
    font-weight: 300;
}

.footer-app .f-t.-pbs {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.cms-id-56 .page-header {
    display: none;
}

.h1_hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    margin-bottom: -1px;
    margin-bottom: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*--------------gform-------------------------*/
#module-gformbuilderpro-form .gformbuilderpro_form {
    background: #fffafad6;
    padding: 20px 0 30px 30px;
    border-radius: 5px;
    border: 1px solid #f5f4f4;
}

#module-gformbuilderpro-form h2 {
    font-size: 24px;
    color: #0090E3;
    margin-bottom: 25px;
}

#gformbuilderpro_28 .html_box {
    font-weight: 700;
    margin-top: 15px;
}

#module-gformbuilderpro-form .formbuilder_group:first-child .itemfield_wp {
    display: block;
}

#module-gformbuilderpro-form .formbuilder_group .itemfield_wp {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    margin-top: 15px;
}

#module-gformbuilderpro-form .form-control {
    background: #c5b9b92e;
}

#module-gformbuilderpro-form .radio_box .row {
    background-color: #f7f2f2;
    padding-top: 11PX;
    height: 40PX;
}

#module-gformbuilderpro-form #submitForm {
    background: #0090E3;
}

.product-accessoires-carousel .owl-nav,
.product-accessoires-carousel .owl-dots {
    display: none;
}

#index .product-miniature .left-product .conditions-box,
#index .product-miniature .left-product .button-action {
    display: none;
}
.magasin-bloc-change {
  color: #060606;
  font-size: 12px;
  font-weight: 400;
  float: left;
  line-height: 16px;
  margin: 0;
cursor: pointer
}
.ggle-app{
  display: flex;
  justify-content: right;
  gap: 5px;
}
   .holder-items-chg {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 20px;
        }

        .item-chg a {
            text-decoration: none;
        }

        .item-chg img {
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
            vertical-align: middle;
            max-width: 100%;
            height: auto;
        }

        .item-chg {
            text-align: left;
        }
       
        .item-chg button {
            font-weight: 600;
            color: #fff;
            font-size: 12px;
            line-height: 13px;
            width: 100%;
            border-bottom-left-radius: 12px;
            border-bottom-right-radius: 12px;
            padding: 8px 5px;
            background-color: #0090e3 !important;
            display: flex;
            justify-content: center;
            align-content: center;
            flex-wrap: wrap;
            height: 40px;
            text-decoration: none;
            cursor: pointer;
            border: none;
        }
       .holder-items-chg-1{ 
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px;
        }
 .holder-items-chg-2{ 
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }
.holder-items-chg-3{ 
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
.holder-items-chg-4 { 
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 20px;
        }
.item-chg.width-chg img {
  height: 94px;
  width: 200px;
}
@media(max-width:760px){
  .holder-items-chg-1 ,  .holder-items-chg ,  .holder-items-chg-2 ,  .holder-items-chg-3 , .holder-items-chg-4{ 
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 20px;
        }
.item-chg.width-chg img {
  height: auto;
  width: 100%;
}
}
.holder-items-chg-1 .item-chg , .holder-items-chg-2 .item-chg , .holder-items-chg-3 .item-chg , .holder-items-chg-4 .item-chg {
  position: relative;
}

.holder-items-chg-1 .item-chg a::after,
.holder-items-chg-1 .item-chg a::before , .holder-items-chg-2 .item-chg a::after , .holder-items-chg-2 .item-chg a::before,
.holder-items-chg-3 .item-chg a::after , .holder-items-chg-3 .item-chg a::before , .holder-items-chg-4 .item-chg a::after ,
.holder-items-chg-4 .item-chg a::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0.6s ease-out; /* Transition for opacity */
}

.holder-items-chg-1 .item-chg img::after,
.holder-items-chg-1 .item-chg button::after , 
.holder-items-chg-2 .item-chg button::after ,
 .holder-items-chg-2 .item-chg img::after ,
.holder-items-chg-3 .item-chg img::after ,
.holder-items-chg-3 .item-chg button::after,
.holder-items-chg-4 .item-chg img::after ,
.holder-items-chg-4 .item-chg button::after
 {
 content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

.holder-items-chg-1 .item-chg img::before,
.holder-items-chg-1 .item-chg button::before , 
.holder-items-chg-2 .item-chg img::before , 
.holder-items-chg-2 .item-chg button::before ,
.holder-items-chg-3 .item-chg img::before ,
.holder-items-chg-3 .item-chg button::before ,
.holder-items-chg-4 .item-chg button::before ,
.holder-items-chg-4 .item-chg img::before {
content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}

.holder-items-chg-1 .item-chg a:hover img::after,
.holder-items-chg-1 .item-chg a:hover button::after , 
.holder-items-chg-2 .item-chg a:hover img::after , 
.holder-items-chg-2 .item-chg a:hover button::after ,
.holder-items-chg-3 .item-chg a:hover img::after,
.holder-items-chg-3 .item-chg a:hover button::after ,
.holder-items-chg-4 .item-chg a:hover button::after ,
.holder-items-chg-4 .item-chg a:hover img::after{
  background-color: rgba(255,255,255,.2);
  top: 50.5%;
  bottom: 50.5%;
}

.holder-items-chg-1 .item-chg a:hover img::before,
.holder-items-chg-1 .item-chg a:hover button::before , 
.holder-items-chg-2 .item-chg a:hover button::before ,
.holder-items-chg-2 .item-chg a:hover img::before ,
.holder-items-chg-3 .item-chg a:hover img::before ,
.holder-items-chg-3 .item-chg a:hover button::before ,
.holder-items-chg-4 .item-chg a:hover button::before ,
.holder-items-chg-4 .item-chg a:hover img::before {
 background-color: rgba(255,255,255,.2);
  right: 50.5%;
  left: 50.5%;
}

.holder-items-chg-1 .item-chg img  , 
.holder-items-chg-2 .item-chg img  ,
.holder-items-chg-3 .item-chg img,
.holder-items-chg-4 .item-chg img{
  z-index: 1; /* Ensure the image is above the pseudo-elements */
}

.holder-items-chg-1 .item-chg button , 
.holder-items-chg-2 .item-chg button ,
.holder-items-chg-3 .item-chg button ,
.holder-items-chg-4 .item-chg button {
  z-index: 2; /* Ensure the button is above the pseudo-elements */
}
.breaking {
  white-space: break-spaces;
}
.left-side.col-sm-6 span {
  color: #333;
  cursor: pointer;
}

.left-side.col-sm-6 span:hover {
  color: #03aae8;
  transition: 0.3s;
}
/*main {
  background-image: url(../img/ANNIVERSAIRE.PNG) !important;
background-size: 300px !important;
}
*/
.header-banner {
  background: #0D1B23;
  padding: 0px 20px;
}
.flex-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
}
.item-flex-top a {
  color: #fff !important;
  font-size: 14px;
}
.item-flex-top a:hover {
  color: #F60 !important;
  transition: 0.3s;
}
.holder-items-chg-ip-1 {
  display: grid;
  grid-template-columns: repeat(8,1fr);
  gap: 3px;
}

.holder-items-chg-ip {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 3px;
}

@media(max-width:580px){
.mobile-hide {
  display:none
}
.header-banner {
  background: #0D1B23;
  padding: 0 15px;
}
#_desktop_fieldmegamenu {
  background: #03aae824;
  padding: 5px 0;
  margin-bottom: -7px;
}
.holder-items-chg-ip , .holder-items-chg-ip-1{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 3px;
}

}

.js-search-link:nth-child(2) {
  display: none;
}

#blog_list_1-7 h2{
  line-height: inherit;
  padding-bottom: 0;
  margin-bottom: 10px;
  border-bottom: none;
  font-size: 16px;
}
/*************/
.products-sort-order .select-list:last-child {
  display: none;
}

.internet{
left: 0px;border: 0px !important;top: 120px;background: none !important;
}
.holder-items-cate {
  display: grid;
  grid-template-columns: repeat(7,1fr);
}
.btn-cate {
 display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: .875rem;
  min-height: 2.5rem;
  border: none;
  background:transparent;
  color: #434748;
  font-weight: 600;
cursor: inherit;
margin-top: 20px;
}
.cate-img img {
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #fff;
}
.category-menu__category ul {
  display: flex;
  flex-direction: column;
  margin-top: .5rem;
  gap: .5rem;
}
.category-id-397 .field-subcategories-wrapper {
  display:none
}
.category-menu__subcategory-title {
  height: 2.1875rem;
  line-height: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: .875rem;
  font-weight: 400;
}
/*.top_cat ul , .top_cat h3{
  display: block !important;
}
*/
.additional-item {
  display: none;
}


.category-menu__subcategory-toggle span {
  font-size: .875rem;
  font-weight: 600;
  margin-top: .5rem;
  color: #434748;
  text-decoration: underline;
cursor: pointer;

}

#category-description {
  margin-top: 20px;

}
.holder-items-cate-1 {
  display: grid;
  grid-template-columns: repeat(6,1fr);
}
.item-chg-cate h2 {
  display: block;
}
.category-pc-portable .field-subcategories-wrapper {
  display: none
}

.assortiment .elementor-column {
  margin-bottom:25px
}
.assortiment .field-banner img {
  
}
.assortiment .elementor-widget-wrap {
  border: 1px solid #cccc;
  border-radius: 12px;
  padding: 10px;
}
.assortiment .field-banner.banner-style-default img {
  display:none
}
.assortiment .field-banner .banner-box-content {
  position:initial
}
.assortiment .btn.btn-primary.banner-button {
  width:100%;
  background-color:transparent;
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px
}
.assortiment .btn.btn-primary.banner-button a {
  color:#0090e3
}
.assortiment .field-banner::before,
.assortiment .field-banner::after,
.assortiment .banner-img .elementor-image-box-img::before,
.assortiment .banner-img .elementor-image-box-img::after {
  transition:all 0.3s ease-out 0s
}
#prestablogfront, .prestablogExtra , time.date::before, .info_blog::before , #prestablogfront h1, #prestablogfront h2, #prestablogfront h3, #prestablogfront h4, #prestablogfront h5, #prestablogfront h6, #prestablogauthor h1, #prestablogauthor h2, #prestablogauthor .prestablogtitle{
border:none !important;
}

.nav.nav-tabs li a  , .product-details-title {
  font-size: 18px !important;
}
#field_product_cates_block h2 span , 
#product-accessories  .top-title  h2 , #field_product_marques_block span {
  font-size: 20px !important;
}

.brand a {
  text-transform: uppercase;
}
.category-tv-led .field-subcategories-wrapper  , .category-levres  .field-subcategories-wrapper , .category-ongles  .field-subcategories-wrapper 
, .category-fard-a-joues .field-subcategories-wrapper , .category-yeux .field-subcategories-wrapper , .category-teint .field-subcategories-wrapper , .category-maquillage .field-subcategories-wrapper{
  display: none
}

.category-id-1063 .field-subcategories, .category-id-720 .field-subcategories-wrapper ,  .category-id-713 .field-subcategories-wrapper,
.category-id-parent-130 .field-subcategories-wrapper{
  display: none;
}

.product-id-category-1009 .payement-table {
  display: flex;
  flex-wrap: wrap; 
  justify-content: 
  width: 100%; 
  overflow: hidden; 
}

.product-id-category-1009   .payement-table ul {
  height: 33px;
  width: 30px !important;
  border-radius: 50%;
  margin: 0 2px!important;
}

 .product-id-category-1009 .f-date a {
  width: 35px !important;
  height: 100%;
  display: block;
  padding: 5px 5px;
}

  .product-id-category-1009 .f-date {
  padding: 0;
  height: 100%;
  border-radius: 50%;
}

.product-id-category-1009 .payement-table ul:last-child {
  margin-right: 0; 
}

@media (max-width: 667px) {
  .header_topbar {
    padding: 10px 7px !important;
  }
}
#Job_Posts h1 {
    text-transform: uppercase;
    color: #f60;
  }

  #Job_Posts .li-text h3 {
    color: #f60;
  }
  #Job_Posts .li-sub p {
    margin: 18px 0 0;
  }


  #Job_Posts .li-buttons {
    display: flex;
    margin: 15px 0 !important;
  }
  #Job_Posts  .li-buttons .btn {
    background: #0090e3 !important;
    color: #fff !important;
    margin-right: 0 !important;
    font-size: 14px;
  }

  .li-buttons p {
    margin-left: 0px !important;
  }
  #Job_Posts  .li-img img {
    display: none;
  }
  #Job_Application_Form #li_31 {
    display: none;
  }
/* Buttons Container */
#Job_Application_Form .buttons {
    text-align: center;
    margin-top: 20px;
  }
  
  /* General Button Styling */
  #Job_Application_Form .buttons input[type="submit"],
  #Job_Application_Form .buttons input[type="reset"] {
    padding: 14px 25px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-weight: 600;
    outline: none;
    display: inline-block;
    margin: 5px;
    text-align: center;
  }
  
  /* Reset Button Styling */
  #Job_Application_Form .buttons input[type="reset"] {
    background-color: #F60; /* Orange background */
    color: #fff;
  }
  
  #Job_Application_Form .buttons input[type="reset"]:hover {
    background-color: #D7572A; /* Darker orange on hover */
    transform: translateY(-2px);
  }
  
  /* Submit Button Styling */
  #Job_Application_Form .buttons input[type="submit"] {
    background-color: #0090E3; /* Blue background */
    color: #fff;
  }
  
  #Job_Application_Form .buttons input[type="submit"]:hover {
    background-color: #007BB5; /* Darker blue on hover */
    transform: translateY(-2px);
  }
  #employment label.description {
    font-size: 100%!important;
    line-height: 180%!important;
  }
  #employment input.text  ,   #employment textarea.textarea{
    background: #fff !important;
    border-bottom: 1px solid #c3c3c3 !important;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3 !important;
    font-size: 100% !important;
    margin: 0;
    padding: 2px 0;
    border-radius: 3px;
  }
  #employment form li.section_break {
    border-top: 1px solid #ccc9!important;
    margin-top: 50px!important;
    padding-bottom: 0!important;
    padding-left: 0!important;
    padding-top: 20px!important;
    width: 100% !important;
  }
  #employment form li {
    margin: 25px 0!important;
    padding: 5px 0px 3px 0!important;
  }
#employment h3 {
    text-transform: uppercase;
    color: #0090e3;
    font-size: 20px;
    text-align: center;
  }
  #employment h4 {
    color: #f60;
    margin: 40px 0px 15px auto;
    text-transform: uppercase;
  }
  .section_break h3 {
    text-align: left !important;
    font-size: 17px !important;
    font-weight: 700 !important;
  }
  #employment li div label {
    color: #0090e3!important;
    font-size: 11px!important;
    line-height: 9px!important;
    margin: 0;
    padding-top: 5px!important;
    padding-bottom: 20px;
    font-weight: 500!important;
  }
  
  #employment form li.section_break {
    padding-left: 0px!important;
    padding-top: 45px!important;
    width: 97% !important;
  }
  @media(max-width:786px){
    .rizervi{
        top: 90px !important;
    }
    #Job_Posts .li-text h3 {
        margin-top: 30px;
      }
  }


  /* Basic Styles */
.our-webcoderskull {
    padding: 10px 0 55px 0;
    text-align: center;
}

.our-webcoderskull img {
    width: 100%;
    max-width: 1400px;
    margin-bottom: 30px;
}

/* Container for the contact blocks */
.our-webcoderskull ul.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Individual contact block */
.our-webcoderskull ul.row li {
    flex: 1;
    max-width: 100%;
    margin: 0;
    text-align: center;
}

/* Contact block container */
.cnt-block {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cnt-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Icon styles */
.cnt-block i {
    color: #F60;
    margin-bottom: 15px;
    font-size: 25px !important;
}

/* Title and link styles */
.cnt-block h3 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
    text-transform: capitalize;
}

.cnt-block a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cnt-block a:hover {
    color: #0090E3;
    text-decoration: underline;
}

/* Responsive Styling */
@media (max-width: 768px) {
   .our-webcoderskull ul.row {
        flex-direction: column;
        align-items: center;
    }
    .our-webcoderskull ul.row li {
        max-width: 500px !important;
        width: 355px !important
      }
      

.cnt-block {
  padding: 15px  !important;
  margin: 10px !important;
}
}
#Job_Posts .li-text h3 {
    padding: 30px;
    color: #0090e3 !important;
    border-radius: 2px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,.2) !important;
    margin-top: 20px;
  }

#recepmode-mail-additional-information {
    display: block !important; 
    visibility: visible !important;
    opacity: 1 !important; 
    height: auto !important; 
}


#recepmode-mail-additional-information[style*="display: none"] {
    display: block !important; 
}

#Job_Application_Form #li_32 , #Job_Application_Form #li_4 , #Job_Application_Form #li_33 {
    display: none;
  }

  /****Search****/
#item-search {
    display:none !important
  }
  .ui-jolisearch .jolisearch-title {
    background:#f60!important;
    text-shadow: none !important;
  }
  .ui-jolisearch .jolisearch-post {
    color: #0090e3!important;
  }
  
.jolisearch-name {
    color: #0d1b23 !important;
    font-weight: 500;
  }
  .jolisearch-price {
    color: #0090e3;
    font-size: 15px !important;
    font-weight: 500;
  }
  .jolisearch-post {
    color: #0d1b23 !important;
  }
  .jolisearch-pre {
    font-size: 11px !important;
  }
@media(min-width:992px){
    .ui-jolisearch.ui-menu {
        width: 100% !important;  
        max-width: 1195px !important; 
        top: 131px;  
        left: 49.5% !important;
        transform: translateX(-50%); 
      }
      .ui-jolisearch .jolisearch-image {
        border: none !important;
        transition: transform 0.3s ease-in-out; 
      }
      
      .ui-jolisearch .jolisearch-image:hover {
        transform: scale(1.2); 
      }
      
}
#module-ambjolisearch-jolisearch .horizontal_mode .item-inner .button-action-bottom {
    opacity: 1;
  }
#ui-id-1 {
    display: flex !important;
  }
.jolisearch-name strong{
    font-weight: 400 !important;

}
  .ui-jolisearch .jolisearch-results {
    font-style: initial!important;
  }
  .ui-jolisearch.ui-menu .ui-menu-item {

    padding-left: 0px!important;
    padding-right: 0px!important;
  }

  .ui-jolisearch.ui-menu .ui-menu-item {
    width: 14%!important;
  }

  #ui-id-1 {
    align-items: baseline!important;
  }

  #ui-id-1 .category img {
    display: none !important;
  }

  @media(max-width:767px){
    #ui-id-1 {
        top: 198px !important;
      }
    .ui-jolisearch .jolisearch-description.category ,.ui-jolisearch .jolisearch-description.manufacturer{
        height: 6rem !important;
      }
    .ui-jolisearch .jolisearch-title {
        white-space: nowrap;
      }
    .ui-jolisearch.ui-menu .ui-menu-item {
        width: 25% !important;
      }
      .ui-jolisearch .jolisearch-description span {
        padding-top: 2px!important;
        padding-left: 0px!important;
        font-size: 11px!important;
      }
      .jolisearch-price {
        color: #0090e3;
        font-size: 12px !important;
        font-weight: 500;
      }
  }


  .elementor-section.elementor-element.elementor-element-j5ye783.elementor-top-section.elementor-section-stretched.elementor-section-boxed.elementor-section-height-default.elementor-section-content-middle.footer-app {
    display: none;
  }