/*common css*/

body {
    /*font-family: Arial,sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 24px*/
}

.aldeproductslider ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.aldeproductslider h1,
.aldeproductslider h2,
.aldeproductslider h3,
.aldeproductslider h4,
.aldeproductslider h5,
.aldeproductslider h6 {
    margin: 0
}

.aldeproductslider a {
    text-decoration: none;
    transition: .3s
}

.aldeproductslider a:hover {
    text-decoration: none
}

.aldeproductslider p {
    margin: 0
}

.aldeproductslider button {
    outline: none
}

@media (min-width:1200px) {
    .aldeproductslider .container {
        max-width: 1440px
    }
}

@media (min-width:1920px) {
    .aldeproductslider .container-fluid {
        padding: 0 90px;
        max-width: 1920px
    }
}

.aldeproductslider #backgroung-content {
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 1px
}

.aldeproductslider .hidden {
    display: none
}

.aldeproductslider .img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.aldeproductslider .home-7 .best-sells-area {
    margin-top: 60px
}

.aldeproductslider .owl-nav-style .owl-nav>div.owl-prev {
    left: 0px
}

.aldeproductslider .responsive-owl-nav-style.owl-nav-style.owl-nav-style-5 .owl-nav>div {
    top: -52px
}

.aldeproductslider .owl-nav-style .owl-nav>div {
    position: absolute;
    top: calc(50% - 50px) !important;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    text-align: center;
    color: #000;
    border: 1px solid #ebebeb;
    background: #fff;
    z-index: 999;
    opacity: 1;
    border-radius: 3px 0 0 3px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    height: 80px!important;
    line-height: 100px;
    width: 35px;
    box-shadow: 0 1px 3px #888;
}

.aldeproductslider .owl-nav-style .owl-nav>div.owl-prev:before {
    content: "\f104"
}

.aldeproductslider .owl-nav-style .owl-nav>div:before {
    font-size: 18px;
    line-height: 80px;
    display: block;
    font-family: "Fontawesome";
    font-weight: 600
}

.aldeproductslider .owl-nav-style .owl-nav>div.owl-next:before {
    content: "\f105"
}

.aldeproductslider .owl-nav-style .owl-nav>div.owl-next {
    right: 0
}

.aldeproductslider .list-product {
    position: relative;
    background: #fff;
    z-index: 1;
    /*border: 1px solid #292f64;*/
    border-radius: 5px;
    overflow: hidden;
    margin: 0px 5px 5px 5px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear
}

.aldeproductslider .list-product:hover {
    /*border-color: #4fb68d; */
    box-shadow: rgb(221, 221, 221) 0px 0px 10px
}

.aldeproductslider .img-block {
    position: relative;
    overflow: hidden
}

.aldeproductslider .new {
    position: absolute;
    top: 10px!important;
    left: 10px;
    display: inline-block;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
    z-index: 1;
    background-color: #4fb68d
}

.aldeproductslider .product-decs {
    /*padding: 20px 15px 16px 15px;*/
    padding: 5px 0;
    background: #fff;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear
}

.aldeproductslider .product-link {
    line-height: 18px;
    display: block;
    margin-bottom: 4px;
    font-weight: 400;
    color: #212121;
    font-size: 14px;
    text-transform: capitalize;
    /*white-space: nowrap;*/
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aldeproductslider .product-link:hover {
    color: rgb(102, 102, 102)
}

.aldeproductslider .old-price {
    color: #9b9b9b;
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 2px;
    font-size: 14px
}

.aldeproductslider .old-price.not-cut {
    text-decoration: none
}

.aldeproductslider .pricing-meta li {
    display: inline-block
}

.aldeproductslider .current-price {
    color: rgb(51, 51, 51);
    font: 14px system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.aldeproductslider .discount-price {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #cf292b;
    padding: 0 4px;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    z-index: 4;
    margin-left: 2px
}

.aldeproductslider .add-to-link ul li {
    display: inline-flex;
    float: right
}

.aldeproductslider .add-to-link-btn a {
    display: block;
    background: #E96125;
    color: #fff;
    font-weight: 700;
    padding: 5px 18px;
    border-radius: 5px;
    border: none;
    line-height: 18px;
    height: 30px;
    width: auto;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out
}

.aldeproductslider .add-to-link-btn {
    text-align: center;
    margin: 5px 10px 20px;
}

.aldeproductslider .add-to-link-btn button:hover {
    background: #BF501F
}

.aldeproductslider .add-to-link-btn button {
    display: block;
    background: #E96125;
    color: #fff;
    font-weight: 700;
    padding: 5px 18px;
    border-radius: 5px;
    border: none;
    line-height: 18px;
    height: 30px;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out
}

.aldeproductslider .add-to-link-btn {
    text-align: center;
    margin: 5px 10px 20px;
}

.aldeproductslider .add-to-link-btn button:hover {
    background: #BF501F
}

.aldeproductslider .add-to-cart-buttons {
    text-align: center;
    margin-bottom: 15px;
}

.aldeproductslider .add-to-cart-buttons .btn {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    padding: 0 5px;
    border-radius: 1px;
    border: none;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 12px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
}

.aldeproductslider .add-to-cart-buttons .btn25 {
    font-size: 12px !important;
    font-weight: 800;
    width: 25%;
    background: #131921;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.aldeproductslider .add-to-cart-buttons .btn70 {
    width: 65%;
    background: #f2be12;
    border-top-right-radius: 10px;
    font-family: 'Roboto', sans-serif;
    border-bottom-right-radius: 10px;
}

.aldeproductslider .add-to-cart-buttons .btn95 {
    width: 90%;
    background: #f2be12;
}

.aldeproductslider .add-to-cart-buttons .btn25:hover {
    background: #131921d1
}

.aldeproductslider .add-to-cart-buttons .btn70:hover {
    background: #f2be12d1
}

.aldeproductslider .section-title h2 {
    font-family: Arial, sans-serif;
    font-size: 24px;
    color: #253237;
    text-transform: capitalize;
    line-height: 16px;
    font-weight: 600;
    margin: 0 0 15px;
}

.aldeproductslider .section-title {
    margin-bottom: 30px;
}