.billboard-400x120 {
    width: 400px;
    height: 250px;
    margin: auto;
    padding: 12px 10px 10px;
    /*border:1px solid #007aa5;*/
    
    box-sizing: border-box;
    p {
        font-size: 14px;
    }
    .logo-slogan {
        .logob {
            text-align: center;
            img {
                height: 20px;
                margin: 5px 0;
            }
            transform:rotate(270deg) translateY(-195px) translateX(-58px) scale(0.6);
            height:0px;
        }
        .logo-tagline {
            display: none;
        }
    }
    .logo-slogan > div > div:nth-child(2) {
        display: none;
    }
    .holder3 {
        height: 180px;
        overflow: hidden;
        .scroll-container {
            width: 2000px;
            height: 200px;
        }
        &:hover {
            .product-line2-content {
                border-right-color: #ff9900 !important;
            }
            .bx-controls-direction {
                display: block;
            }
        }
    }
    .detail-div {
        .product-line2 {
            width: 210px;
            float: left;
            box-sizing: border-box;
            .product-line2-content {
                border-right: 1px solid #f7f7f7;
                padding: 0 15px;
            }
            &:nth-child(4n) .product-line2-content {
                border-right-width: 0;
            }
            .column {
                width: 100%;
                float: none;
                text-align: center;
                margin-top: 8px;
                margin-bottom: 8px;
            }
            .product-name {
                height: 75px;
                word-break: break-word;
                p {
                    font-size: 16px;
                }
            }
            .price p {
                font-size: 25px; 
                color: #003546;
                small {
                    font-weight:300;
                    font-size: 16px
                }
            }
            .product-btn {
                .btn {
                    padding: 3px 6px;
                    font-size: 16px;
                    font-family: gandhi_sansbold;
                }
            }
        }
    }
}
/** .billboard-400x120 ends*/


.billboard-scroll-400x120 {
    width: 400px;
    height: 80px;
    margin: auto;
    overflow: hidden;
    
    box-sizing: border-box;
    p {
        font-size: 14px;
    }
    .logo-container{
    		width:210px;float:left;padding-top:20px;    margin-left: 40px;
    		.logo-tagline{
    			font-size:12px;
    		}
    }
    
    .holder3 {
    		max-width:1100px;
        height: 80px;
        overflow: hidden;
        .scroll-container {
            width: 2000px;
            height: 80px;
        }
        &:hover {
            .product-line2-content {
                border-right-color: #ff9900 !important;
            }
            .bx-controls-direction {
                display: block;
            }
        }
    }
    .detail-div {
        .product-line2 {
            width: 210px;
            float: left;
            box-sizing: border-box;
            .product-line2-content {
                border-right: 1px solid #f7f7f7;
                padding: 0 10px;
            }
            &:nth-child(4n) .product-line2-content {
                border-right-width: 0;
            }
            .column {
                width: 100%;
                float: none;
                text-align: center;
                margin-top: 5px;
            }
            .product-name {
                height: 75px;
                word-break: break-word;
                p {
                    font-size: 16px;
                }
            }
            .price p {
                font-size: 25px;
            }
            .product-btn {
                .btn {
                    padding: 3px 6px;
                    font-size: 16px;
                    font-family: gandhi_sansbold;
                }
            }
        }
    }
    
    .bx-wrapper .bx-controls-direction a {
	    position: absolute;
	    top: 25px;
	    margin-top: 0px; 
	    outline: 0;
	    width: 15px;
	    line-height: normal;
	    box-shadow: 0 1px 3px #888;
	    font-size: 20px;
	    font-weight: bold;
	    text-indent: 2px;
	    z-index: 9999;
	}
}

/**.billboard-scroll-400x120 ends*/


.billboard-interested {
    width: 400px;
    height: 250px;
    margin: auto;
    padding: 12px 10px 10px;
    /*border:1px solid #007aa5;*/
    
    box-sizing: border-box;
    p {
        font-size: 14px;
    }
    .logo-slogan {
        .logob {
            text-align: center;
            img {
                height: 20px;
                margin: 5px 0;
            }
            transform:rotate(270deg) translateY(-195px) translateX(-58px) scale(0.6);
            height:0px;
        }
        .logo-tagline {
            display: none;
        }
    }
    .logo-slogan > div > div:nth-child(2) {
        display: none;
    }
    .holder3 {
        height: 200px;
        overflow: hidden;
        .scroll-container {
            width: 2000px;
            height: 200px;
        }
        &:hover {
            .product-line2-content {
                border-right-color: #ff9900 !important;
            }
            .bx-controls-direction {
                display: block;
            }
        }
    }
    .detail-div {
        .product-line2 {
            width: 210px;
            float: left;
            box-sizing: border-box;
            .product-line2-content {
                border-right: 1px solid #f7f7f7;
                padding: 0 15px;
            }
            &:nth-child(5n) .product-line2-content {
                border-right-width: 0;
            }
            .column {
                width: 100%;
                float: none;
                text-align: center;
                margin-top: 8px;
            }
            .product-name {
                height: 75px;
                word-break: break-word;
                p {
                    font-size: 16px;
                }
            }
            .weight{
            		p{ font-size:16px;}
            }
            .price p {
                font-size: 25px;
            }
            .product-btn {
                .btn {
                    padding: 3px 6px;
                    font-size: 16px;
                    font-family: gandhi_sansbold;
                }
            }
        }
    }
}