 .color-white .block-social li a {
    color: #fff;
}
.skin3 .block_newsletter .text-conditions {
    display: none;
}
.skin3 .block_newsletter .input-wrapper input {
    border: 1px solid #ddd;
    background: none;
    height: 55px;
    border-radius: 3px;
    padding: 10px 20px;
    color: #fff;
    outline-color: rgb(255 255 255 / 40%);
}
.skin3 .block_newsletter .btn {
    height: 55px;
    border-radius: 0 3px 3px 0;
    position: absolute;
    top: 0;
    margin: 0;
    right: 10px;
    background: #fff;
    border: none;
    color: #000;
    padding: 0 15px;
}
.imgfull img {
    width: 100%;
}
.img-skin2 img {
    transition: all 2s;
}

.img-skin2 {
    overflow: hidden;
}

.img-skin2 .elementor-image-box-title {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    font-size: 1.8em;
    color: inherit;
    margin: 0 0 20px;
    padding: 0 10px 10px;
    transition: all .3s;
    transform: translateY(10px);
    transition-delay: 0;
    z-index: 1;
    pointer-events: none;
}
.img-skin2 .elementor-image-box-title:before {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: currentColor;
    width: 0;
    max-width: 100%;
    transition-delay: 0;
    transition: all .3s;
}
.img-skin2 .elementor-image-box-description {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    padding: 0 10px;
    transition: all .3s;
    transform: translateY(15px);
    line-height: 1.8;
    letter-spacing: .5px;
    transition-delay: 0;
    opacity: 0;
    pointer-events: none;
    max-width: 360px;
    margin: auto;
}

.img-skin2:hover .elementor-image-box-title {
    transition-delay: 0.2s;
    transform: translateY(0);
}
.img-skin2:hover .elementor-image-box-title:before {
    width: 100px;
    transition-delay: 0.4s;
}
.img-skin2:hover .elementor-image-box-description {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.5s;
}
.img-skin2:hover img {
    transform: scale(1.05);
    filter: brightness(.5);
}
.img-skin2 .elementor-image-box-title a {
    color: inherit;
}

.popup-over .popup-content li a.checkout,
.popup-over .popup-content li a.ap-btn-wishlist{
    display: none;
}
.pagination .page-list li a {
    padding: 0 2px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.pagination .page-list li {
    display: inline-block;
    vertical-align: top;
}
.pagination .page-list li a:hover {
    color: #F68620;
    border-color: #F68620;
}
.pagination .page-list li.current a {
    background: #F68620;
    color: #fff;
    border-color: #F68620;
}
.pagination .page-list li.current a:hover {
    color: #fff;
}
.pagination .page-list li a[rel="next"],
.pagination .page-list li a[rel="prev"] {
    color: #000;
    border-color: #ccc;
    background: #ddd;
}
.pagination .page-list .fa-long-arrow-right:before {
    content: "\f105";
}
.pagination .page-list .fa-long-arrow-left:before {
    content: "\f104";
}
.cus-back {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #000;
}
.cus-back input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    border: 0;
    padding: 0;
    opacity: 0;
}
.cus-back i {
    font-size: 30px;
    margin: 0 10px 0 0;
}
.cus-back:hover {
    color: #459dce;
}
.plist-dsimple .thumbnail-container .product-image > .wishlist .leo-wishlist-button:hover i:before,
.plist-dsimple .thumbnail-container .product-image > .wishlist .leo-wishlist-button.added i:before {
    color: #F68622;
}
.thumbnail-container a.product-thumbnail {
    padding-bottom: 100%;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 0 5px 2px #00000012;
}

body {
    padding-top: 80px;
}

.box-top .elementor-column:nth-child(1) {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    min-width: auto;
    z-index: 9;
    width: auto !important;
}

.megamenu {
    text-align: left;
}

.breadcrumb:before {
    border: 0;
}

.h-logo {
    background: #fff;
    padding: 10px 20px 10px;
    height: auto;
    border-radius: 0 0 50% 50%;
    box-shadow: 0 0 5px 2px #00000012;
    position: relative;
}

.h-logo:after {
    content: "";
    position: absolute;
    top: 0;
    width: 15px;
    height: 80px;
    background: #fff;
    left: -8px;
}
.h-logo:before {
    content: "";
    position: absolute;
    top: 0;
    width: 15px;
    height: 80px;
    background: #fff;
    right: -8px;
}
.h-logo img {
    max-height: 120px;
    height: 120px;
    border-radius: 60px;
}
.product-meta > .button-container .add-to-cart {
    display: block;
    width: 100%;
    transition: all .4s;
    opacity: 0;
    background: #F68620;
}
.thumbnail-container:hover .product-meta > .button-container .add-to-cart {
    opacity: 1;
}

.product-meta > .button-container .add-to-cart i.icon-btn-product {
    display: none;
}
.thumbnail-container:hover .product-meta > .button-container .add-to-cart.disabled {
    opacity: 0.65;
}
.breadcrumb-bg {
    margin-bottom: 80px;
}
.breadcrumb-bg .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 100%;
}
.ApMegamenu > .navbar {
    text-align: left;
}
.breadcrumb-bg h1.h1 {
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 3em;
    padding: 0 8%;
    margin: 0;
}
.block-category h1.h1 {
    display: none;
}
.carousel-container .arrow {
    padding: 0;
    width: 40px;
    height: 40px;
    top: 38%;
}
@media (max-width: 1199px){
.h-logo img {
    max-height: 80px;
    height: 80px;
    border-radius: 0;
}
.h-logo {
    padding: 0;
    overflow: hidden;
    box-shadow: none;
}
.leo-megamenu .navbar-nav > li > a {
    font-size: 12px;
    font-weight: 500;
}
.breadcrumb-bg {
    min-height: 200px !important;
}
.h-logo:after,
.h-logo:before{
    display: none;
}
.breadcrumb-bg {
    margin-bottom: 60px;
}
.breadcrumb-bg h1.h1 {
    font-size: 2em;
}
}
.f-logo img {
    width: 200px;
}

.cus-btncate {
    display: none;
    cursor: pointer;
    text-transform: uppercase;
    background: #f5f5f5;
    height: 35px;
    line-height: 27px;
    color: #888;
    border-radius: 5px;
    padding: 5px 35px 5px 15px;
    position: relative;
}
.cus-btncate i {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    position: absolute;
    top: 0;
    right: 0;
}
.products-sort-order .select-title {
    text-transform: uppercase;
}
.cus-btncate:hover {
    color: #000;
}
.cus-btnclose {
    display: none;
}

@media (max-width: 991px){
.products-selection .row #btn_view_product {
    display: none;
}
.cus-btncate {
    display: block;
}
.products-selection > .row > div {
    width: 100%;
}
section#products > #js-product-list-top:nth-child(1) {
    padding-top: 30px;
}
.products-selection .row.sort-by-row {
    width: 100%;
    justify-content: center;
}
.show-cate .block-categories {
    display: block !important;
}
.sidebar .block-categories {
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 70px 50px 50px;
    margin: 0;
    overflow-y: auto;
    display: none;
}
.show-cate .cus-btnclose {
    display: block;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    width: 50px !important;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #000;
}
.cus-btnclose i:before {
    font-family: "Material Icons";
    content: "add";
    transform: rotate(45deg);
    display: inline-block;
    font-size: 20px;
}
#content-wrapper,
#left-column {
    width: 100%;
}
body.show-cate {
    overflow: hidden;
}
.cus-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cus-wrap form {
    margin: 0 30px 0 0;
}
.product_list.grid > .row .ajax_block_product {
    width: 33.33%;
}
.breadcrumb-bg .container {
    padding: 0 20px;
}
}
@media (max-width: 480px){
.product_list.grid > .row .ajax_block_product {
    width: 50%;
}
}

.product-flags {
    font-size: 10px;
}
.pagination > div {
    width: 100% !important;
}
.pagination {
    display: block;
}
i.icon-wishlist:before {
    font-weight: bold;
}
a:hover,
.leo-compare-wishlist-button .btn-product.added {
    color: #f9b06d;
}
.btn-primary,
.blockcart .header .cart-products-count,
.wislish-button a.ap-btn-wishlist .ap-total {
    background: #f9b06d;
}
.star_content div.star:after {
    content: "";
}
.star_content div.star.star_on:before, 
.star_content div.star.star_hover:before {
    content: "\f005";
    color: #f88e4f;
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
}
.star_content div.star:before {
    content: "\f005";
    font-family: "Font Awesome 6 Pro";
}
.breadcrumb-bg h3{
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    padding: 0 8%;
    margin: 0;
    font-size: 3em;
}
.page-cms .breadcrumb-bg .page-header {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    padding: 0 8%;
    margin: 0;
}
.page-cms .breadcrumb-bg .page-header h1 {
    color: inherit;
    font-size: 3em;
}
@media (max-width: 1199px) {
.breadcrumb-bg h3,
.page-cms .breadcrumb-bg .page-header h1 {
    font-size: 2em;
}
}
.page-cms .page-header {
    display: none;
}
.page-cms div.breadcrumb-bg .breadcrumb {
    display: none !important;
}
.page-cms .breadcrumb-bg {
    margin-bottom: 0;
}
body#contact .breadcrumb-bg {
    margin-bottom: 45px;
}
.breadcrumb-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: -1;
    opacity: 0.4;
}
div.elementor-LeoProductCarousel.grid {
    display: flex;
    flex-wrap: wrap;
}
.cus-back a {
    display: inline-flex;
    align-items: center;
}
.myacc_left .links > li {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    transition: all 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89);
    padding: 0;
    width: 100%;
    float: none;
}
.myacc_left .links > li a {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: auto !important;
}
@media (max-width: 991px) {
   .myacc_left .links > li {
    display: none;
   } 
    .myacc_left .links.active > li {
        display: block;
    }
}
@media (max-width: 480px) {
.hide-search #leo_search_block_top #leosearchtopbox {
    width: calc(100vw - 40px);
    right: auto;
    left: -40px;
} 
.box-top .elementor-column:last-child .elementor-widget:first-child{
    margin-right: auto;
    margin-left: 40px;
}
}
.breadcrumb li:nth-child(2) {
    display: none;
}
body.category-home .breadcrumb li:after {
    content: "";
}
#subcategory-products .slick-slide a {
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 30px 10px;
    transition: all .4s;
    font-size: 16px;
}
#subcategory-products .slick-slide {
    padding: 0 10px;
}
#subcategory-products .slick-slide a:hover { 
    background: #f79b48;
    color: #fff;
    border-color: #f79b48;
}
#subcategory-products .slick-arrow:before{
    color: inherit;
    font-size: 20px;
    opacity: 1;
}
#subcategory-products .slick-arrow {
    left: -10px;
    background: #f79b48;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
#subcategory-products .slick-next {
    left: auto;
    right: -10px;
}
#subcategory-products {
    margin: 0 0 20px;
}
div.add button.btn.btn-primary.add-to-cart {
    padding: 0 10px;
}
div.product-actions {
    display: block;
}
.js-customer-form .form-group.row:nth-last-child(1) label.col-md-3.required, .js-customer-form .form-group.row:nth-last-child(2) label.col-md-3.required, .js-customer-form .form-group.row:nth-last-child(3) label.col-md-3.required {
    font-size: inherit;
}
.progress .progress-bar {
    height: 2px;
}






