


/*===========================
     07.Special Product css 
===========================*/

.special-products-area{
    background: -webkit-linear-gradient(left, #bc6eff 0%, #65e2ff 100%);
    background: -o-linear-gradient(left, #bc6eff 0%, #65e2ff 100%);
    background: linear-gradient(to right, #bc6eff 0%, #65e2ff 100%);
}


.special-products-gallery{
    display: inline-block;
	width: 100%;
	padding: 15px 15px 15px 60px;
    background-color: $white;
    max-height: 596px;
    height: 100%;
    
    @media #{$laptop}{
        padding-left: 15px;
    }
    @media #{$lg}{
        padding-left: 15px;
    }
    @media #{$md}{
        max-height: inherit;
        height: auto;
    }
    @media #{$xs}{
        padding-left: 15px;
        max-height: inherit;
        height: auto;
    }
    
    & .products-gallery-thumb{
        & .products-thumb{
            width: 105px;
            padding: 11px 0;
            margin-right: 10px;
            
            @media #{$laptop}{
                width: 95px;
            }
            @media #{$lg}{
                width: 90px;
            }
            @media #{$xs}{
                width: 50px;
            }
            @media #{$sm}{
                width: 80px;
            }
            
            & li{
                display: block;
                border: 1px solid $border-color;
                margin: 15px 0;
                @include transition(0.3s);
                cursor: pointer;
                
                @media #{$laptop}{
                    margin: 5px 0;
                }
                @media #{$lg}{
                    margin: 5px 0;
                }
                @media #{$xs}{
                    margin: 5px 0;
                }
                                
                &:hover{
                    border-color: rgba($black, 0.4);
                }
                
                & img{
                    width: 100%;
                }
            }
        }
    }
    & .products-gallery-image{
        width: 72%;
        
        @media #{$lg}{
            width: 77%;
        }
        @media #{$xs}{
            width: 77%;
        }
        
        & .single-products-image{
            & a{
                display: block;
                
                & img{
                    width: 100%;
                }
            }
        }
    }
}

.special-products-countdown{
	padding:  30px;
    background-color: $white;
    height: 100%;
    max-height: 596px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    @media #{$md}{
        max-height: inherit;
        height: auto;
    }
    @media #{$xs}{
        padding: 30px 15px;
        max-height: inherit;
        height: auto;
    }
    
    & .products-countdown-wrapper{
        
    }

    & .special-title{
        font-size: 24px;
        color: $black;
        font-weight: 500;
        padding-bottom: 20px;
        position: relative;
        
        &::before {
            content: "";
            width: 92px;
            height: 2px;
            background: $black;
            position: absolute;
            bottom: 0;
            left: 0;
            text-align: center;
        }
        
        @media #{$laptop}{
            font-size: 20px;
        }
        @media #{$lg}{
            font-size: 20px;
        }
        @media #{$xs}{
            font-size: 16px;
        }
    }
    & .products-title{
        & a{
            margin-top: 50px;
            color: $black;
            font-size: 60px;
            font-weight: 400;
            
            @media #{$laptop}{
                font-size: 40px;
                margin-top: 30px;
            }
            @media #{$lg}{
                font-size: 40px;
                margin-top: 30px;
            }
            @media #{$xs}{
                font-size: 30px;
                margin-top: 30px;
            }
        }
    }
    & .products-rating{
        margin-top: 50px;
        
        @media #{$laptop}{
            margin-top: 30px;
        }
        @media #{$lg}{
            margin-top: 30px;
        }
        @media #{$xs}{
            margin-top: 30px;
        }
        
        & li{
            display: inline-block;
            font-size: 12px;
            color: #e1e1e1;
            color: #f3cd1e;
        }
    }
    & .countdown-time{
        padding-top: 15px;
        
        @media #{$laptop}{
            padding-top: 5px;
        }
        @media #{$lg}{
            padding-top: 5px;
        }
        
        & .single-countdown{
            display: inline-block;
            text-align: center;
            position: relative;
            margin-top: 15px;
            
            & .countdown-amount{
                display: inline-block;
                font-size: 28px;
                line-height: 70px;
                width: 70px;
                height: 70px;
                border: 1px solid #999999;
                color: #999999;
                font-weight: 400;
                position: relative;
                border-radius: 100%;
                
                @media #{$laptop}{
                    font-size: 20px;
                    width: 60px;
                    height: 60px;
                    line-height: 60px;
                }
                @media #{$lg}{
                    font-size: 16px;
                    width: 45px;
                    height: 45px;
                    line-height: 45px;
                }
                @media #{$xs}{
                    font-size: 16px;
                    width: 50px;
                    height: 50px;
                    line-height: 50px;
                }
            }
            & .countdown-period{
                font-size: 14px;
                line-height: 34px;
                color: #999999;
                text-transform: uppercase;
                padding: 0 10px;
                margin-left: -8px;
                background: #fff;
                position: relative;
                display: inline-block;
                z-index: 1;
                vertical-align: 4px;
            }
        }
    }
    & .product-price-and-cart{
        margin-top: 40px;
        
        & .product-price{
            & .price-sale{
                font-size: 26px;
                color: $theme-color;
                font-weight: 500;
                
                @media #{$lg}{
                    font-size: 22px;
                }
                @media #{$xs}{
                    font-size: 20px;
                }
            }
            & .regular-price{
                color: #888888;
                font-weight: 500;
                text-decoration: line-through;
                margin-left: 20px;
                font-size: 14px;
            }
        }
        & .product-cart{
            margin-left: 30px;
            
            @media #{$xs}{
                margin-left: 0;
                margin-top: 20px;
            }in-left: 30px;
            
            @media #{$sm}{
                margin-left: 30px;
                margin-top: 0;
            }
            
            & .main-btn{
                @media #{$lg}{
                    height: 50px;
                    line-height: 50px;
                    padding: 0 25px;
                }
                @media #{$xs}{
                    height: 50px;
                    line-height: 50px;
                    padding: 0 25px;
                }
            }
        }
    }
}

.special-products-active{
    & .slick-dots{
        text-align: center;
        margin-top: 30px;
        
        & li{
            display: inline-block;
            margin: 0 5px;
            
            & button{
                border: 0;
                width: 13px;
                height: 13px;
                border-radius: 50%;
                background-color: rgba($white, 0.7);
                font-size: 0;
                cursor: pointer;
            }
            
            &.slick-active{
                & button{
                    background-color: $white;
                }
            }
        }
    }
}


/*===== Special Product =====*/

.special-product-2{
    
    & .special-product-countdown-2{
        background: -webkit-linear-gradient(left, rgba(188, 110, 255, 1) 0%, rgba(101, 226, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(188, 110, 255, 1) 0%, rgba(101, 226, 255, 1) 100%);
        background: linear-gradient(to right, rgba(188, 110, 255, 1) 0%, rgba(101, 226, 255, 1) 100%);
        padding: 25px 40px;
        
        @media #{$laptop}{
            padding: 30px 15px;
        }
        @media #{$lg}{
            padding: 30px;
        }
        @media #{$xs}{
            padding: 20px;
        }
        @media #{$sm}{
            padding: 40px;
        }
        
        & .special-title{
            font-size: 24px;
            color: $white;
            text-transform: uppercase;
            font-weight: 500;
            display: inline-block;
            
            @media #{$xs}{
                font-size: 20px;
            }
            @media #{$sm}{
                font-size: 24px;
            }
        }

        & .countdown-time{
            padding-top: 15px;
            
            
            @media #{$laptop}{
                padding-top: 5px;
            }
            @media #{$lg}{
                padding-top: 5px;
            }
            
            & .single-countdown{
                display: inline-block;
                text-align: center;
                position: relative;
                margin-top: 15px;
                margin-right: 10px;

                @media #{$laptop}{
                    margin-right: 0;
                }
                
                & .countdown-amount{
                    display: inline-block;
                    font-size: 20px;
                    line-height: 52px;
                    width: 49px;
                    height: 52px;
                    color: $white;
                    font-weight: 400;
                    position: relative;
                    background-image: url(../images/bg-cound.png);
                    background-size: 100% 100%;
                    background-repeat: no-repeat;
                    background-position: center center;
                    
                    @media #{$laptop}{
                        width: 37px;
                        height: 40px;
                        line-height: 40px;
                        font-size: 16px;
                    }
                }
                & .countdown-period{
                    font-size: 14px;
                    line-height: 34px;
                    color: $white;
                    text-transform: uppercase;
                    padding: 0 10px;
                    margin-left: -15px;
                    position: relative;
                    display: inline-block;
                    z-index: 1;
                    vertical-align: 2px;
                    
                    @media #{$laptop}{
                        font-size: 13px;
                    }
                }
            }
        }
    }
    
    & .special-product-gallery-2{
        border: 2px solid $border-color;
        padding: 0 20px 40px; 

        @media #{$desktop}{
            padding: 0 40px 40px; 
        }
        
        & .product-gallery-image-2{
            & .single-products-image{
                & a{
                    display: block;
                    
                    & img{
                        width: 100%;
                    }
                }
            }
        }
        
        & .product-gallery-thumb-2{
            & .product-thumb-2{
                & li{
                    margin: 0 10px;
                    border: 1px solid $border-color;
                    @include transition(0.3s);
                    cursor: pointer;
                    
                    @media #{$lg}{
                         margin: 0 5px;
                    }
                    @media #{$xs}{
                         margin: 0 5px;
                    }
                    @media #{$sm}{
                         margin: 0 10px;
                    }
                    
                    &.slick-current{
                        border-color: rgba($black, 0.3);
                    }
                }
            }
        }
        
        & .product-title{
            & a{
                font-size: 40px;
                font-weight: 400;
                color: #000;
                margin-top: 12px;
                
                @media #{$laptop}{
                    font-size: 30px;
                }
                @media #{$lg}{
                    font-size: 26px;
                }
                @media #{$xs}{
                    font-size: 24px;
                }
                @media #{$sm}{
                    font-size: 34px;
                }
            }
        }
        & .products-rating{
            & li{
                display: inline-block;
                font-size: 12px;
                color: #e1e1e1;
                
                &.rating-on{
                    color: #f3cd1e;
                }
            }
        }
        
        & .product-price-and-cart{
            margin-top: 10px;
            @media #{$lg}{
                display: block !important;
            }
        
            & .product-price{
                & .price-sale{
                    font-size: 26px;
                    color: $theme-color;
                    font-weight: 500;

                    @media #{$lg}{
                        font-size: 22px;
                    }
                    @media #{$xs}{
                        font-size: 20px;
                    }
                }
                & .regular-price{
                    color: #888888;
                    font-weight: 500;
                    text-decoration: line-through;
                    margin-left: 20px;
                    font-size: 14px;
                }
            }
            & .product-cart{
                margin-left: 30px;
                
                @media #{$lg}{
                    margin-left: 0;
                    margin-top: 20px;
                }

                @media #{$xs}{
                    margin-left: 0;
                    margin-top: 20px;
                }
                @media #{$sm}{
                    margin-left: 30px;
                    margin-top: 0;
                }

                & .main-btn{
                    height: 50px;
                    line-height: 50px;
                    padding: 0 35px;
                    letter-spacing: 1px;
                }
            }
        }
    }
}







































