.pt-carousel{
	position: relative;
	float: left;
	width: 100%;	
	.products-grid{
        position: relative;
        .owl-controls{
            top: -35px;
        }        
	}
}

.pt-carousel-deals{
    .block-title-home{
        padding-bottom: 0;
        border: none;
        &:before{
            display: none;
        }
    }
    .products-grid{
        margin-top: 15px;
        .item{
            width: 100%;
            margin-top: 0;
            border: 1px solid @border-color;
            padding: 20px 20px 20px 80px;
            position: relative;
            float: left;
            .product-image{
                float: left;
                margin-right: 20px;
            }

            .product-info{
                width: auto;
                text-align: left;
                padding: 5px 0 0;
                float: none;
                .product-name{
                    padding-bottom: 15px;
                }
                .short-description{
                    margin-top: 10px;
                    font-size: 85.71%;
                    line-height: 30px;
                }
                .price-box{
                    margin: 20px 0 25px;
                    .old-price .price,
                    .price{
                        font-size: 185.71%;
                    }
                    .special-price{
                        line-height: inherit;
                    }
                } 
                .item-addcart{
                    float: left;
                    .button, a{
                        display: block;
                        width: auto;
                        height: 40px;
                        text-align: center;
                        text-transform: uppercase;
                        line-height: 26px;
                        overflow: hidden;
                        color: #222;
                        background-color: #fff;
                        float: left;
                        padding: 0 15px 0 45px;
                        border: 1px solid @border-color;
                        background-image: ~"url(../images/iconcart.png)";
                        background-position: 15px center;
                        background-repeat: no-repeat;    
                        font-weight: normal;    
                        font-size: 100%;
                        margin: 0;
                        &:hover,
                        &:focus{
                            background-color: @theme-color;
                            border: 1px solid @theme-color;
                            color: #fff;
                            background-image: ~"url(../images/iconcart-hover.png)";
                            background-repeat: no-repeat; 
                            background-position: 15px center;
                        }
                        &:before{
                            display: none;
                        }
                    }    
                }
            }

            .special-countdown{
                width: 60px;
                height: auto;
                background: @theme-color;
                position: absolute;
                top: -1px;
                left: -1px;
                bottom: -1px;
                z-index: 3;
                margin: 0;
                padding-top: 35px;
                .special-countdown-inner{
                    display: table;
                    margin: 0 auto;
                }
                .clock{
                    width: 100%;
                    > span{
                        float: left;
                        line-height: 14px;
                        padding: 15px 10px;
                        text-align: center;
                        font-size: 128.57%;
                        color: #fff;
                        font-weight: normal;
                        position: relative;
                        &:before{
                            position: absolute;
                            content: "";
                            background: #fff;
                            left: 10px;
                            bottom: 0;
                            width: 40px;
                            height: 1px;
                            opacity: 0.3;
                        }
                        &.sec{
                            &:before{
                                display: none;
                            }
                        }
                        >span{
                            font-size: 12px;
                        }
                    }
                }
            } 
        }
    } 
}

.pt-carousel-deals2{
    .item{
        width: 100%;
        border: 1px solid @border-color;
        position: relative;
        float: left;
        .product-image{
            float: left;
            margin-right: 30px;
        }

        .product-info{
            width: auto;
            text-align: left;
            padding: 25px 0 0;
            float: none;
            .product-name{
                padding-bottom: 15px;
            }
            .short-description{
                margin-top: 10px;
                margin-bottom: 20px;
                line-height: inherit;
            }
            .price-box{
                margin: 10px 0;
            } 
        }

        .special-countdown{
            height: 40px;
            position: relative;
            z-index: 3;
            .clock{
                width: 100%;
                > span{
                    float: left;
                    line-height: 14px;
                    padding: 7px 2px;
                    text-align: center;
                    font-size: 85.71%;
                    color: #fff;
                    font-weight: normal;
                    position: relative;
                    width: 40px;
                    height: 40px;
                    margin-right: 5px;
                    background: @theme-color;
                    border-radius: 3px;
                    text-align: center;
                    &.sec{
                        &:before{
                            display: none;
                        }
                    }
                    >span{
                        clear: both;
                    }
                }
            }
        }
    }
}

.pt-carousel-left,
.pt-carousel-home3{
    overflow: hidden;
    position: relative;
    .block-content{
        padding-bottom: 0;
        padding-top: 0;
    }
    .item{
        margin-top: 20px;
        position: relative;
        float: left;
        width: 100%;
        .product-image{
            float: left;
            margin-right: 20px;
            max-width: 50%;
            img{
                max-width: 100%;
                height: auto;
            }
            &:hover{
                img{
                    opacity: 0.7;
                }
            }
        }
        .product-info{
            .product-name{
                display: block;
                padding: 5px 0;                                
            }
            .price-box{
                width: auto;
                float: none;
                display: table;
                .old-price{
                    line-height: 25px;
                    .price{
                    }
                }
                .special-price{
                    float: left;
                    margin-right: 10px;
                }
            }
        }
    }
}

.pt-carousel-home3{
    .block-title-home{
        padding: 8px 20px;
        border: 1px solid @border-color;
        &:before{
            width: 100%;
        }
    }
    .block-content{
        padding: 0 20px 20px;
        border: 1px solid @border-color;
        border-top: none;
    }
    .owl-controls{
        right: 10px;
        top: 7px;
    }
}

.home_style3{
    .pt-carousel{
        margin-bottom: 0;
        .item{
            margin-top: 20px;
        }
    }
}