﻿/*--- New CSS - Font Family - 2.OpenSansRegular 3.OpenSansSemibold */

@font-face
{
    font-family: 'RobotoThin';
    src: url( '../Fonts/Roboto-Thin-webfont.eot' );
    src: url( '../Fonts/Roboto-Thin-webfont.eot?#iefix' ) format( 'embedded-opentype' ), url( '../Fonts/Roboto-Thin-webfont.woff' ) format( 'woff' ), url( '../Fonts/Roboto-Thin-webfont.ttf' ) format( 'truetype' ), url( '../Fonts/Roboto-Thin-webfont.svg#RobotoThin' ) format( 'svg' );
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'RobotoLight';
    src: url( '../Fonts/Roboto-Light-webfont.eot' );
    src: url( '../Fonts/Roboto-Light-webfont.eot?#iefix' ) format( 'embedded-opentype' ), url( '../Fonts/Roboto-Light-webfont.woff' ) format( 'woff' ), url( '../Fonts/Roboto-Light-webfont.ttf' ) format( 'truetype' ), url( '../Fonts/Roboto-Light-webfont.svg#RobotoThin' ) format( 'svg' );
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'RobotoRegular';
    src: url( '../Fonts/Roboto-Regular-webfont.eot' );
    src: url( '../Fonts/Roboto-Regular-webfont.eot?#iefix' ) format( 'embedded-opentype' ), url( '../Fonts/Roboto-Regular-webfont.woff' ) format( 'woff' ), url( '../Fonts/Roboto-Regular-webfont.ttf' ) format( 'truetype' ), url( '../Fonts/Roboto-Regular-webfont.svg#RobotoRegular' ) format( 'svg' );
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'RobotoMedium';
    src: url( '../Fonts/Roboto-Medium-webfont.eot' );
    src: url( '../Fonts/Roboto-Medium-webfont.eot?#iefix' ) format( 'embedded-opentype' ), url( '../Fonts/Roboto-Medium-webfont.woff' ) format( 'woff' ), url( '../Fonts/Roboto-Medium-webfont.ttf' ) format( 'truetype' ), url( '../Fonts/Roboto-Medium-webfont.svg#RobotoMedium' ) format( 'svg' );
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'RobotoBold';
    src: url( '../Fonts/Roboto-Bold-webfont.eot' );
    src: url( '../Fonts/Roboto-Bold-webfont.eot?#iefix' ) format( 'embedded-opentype' ), url( '../Fonts/Roboto-Bold-webfont.woff' ) format( 'woff' ), url( '../Fonts/Roboto-Bold-webfont.ttf' ) format( 'truetype' ), url( '../Fonts/Roboto-Bold-webfont.svg#RobotoBold' ) format( 'svg' );
    font-weight: normal;
    font-style: normal;
}

*
{
    margin: 0px;
    padding: 0px;
    outline: none;
    border: 0px;
}

.divHeaderOuterContainer
{
    width: 100%;
    height: auto;
    background-color: #fff;
}

.divHeaderInnerContainer
{
    width: 960px;
    height: auto;
    margin: 0 auto;
    border: solid 0px red;
    overflow: hidden;
}

.divHeaderLogo
{
    width: 182px;
    height: 72px;
    border: solid 0px red;
    float: left;
    padding: 12px 0px;
}

.divHeaderLogo a
{
    display: block;
}

.divHeaderLinks
{
    width: 756px;
    height: auto;
    margin: 0 auto;
    border: solid 0px blue;
    overflow: hidden;
    float: right;
    padding: 12px 0px;
}

.divCIM
{
    height: 25px;
    border: solid 0px green;
    float: left;
}

.divSearchContainer
{
    height: auto;
    border: solid 0px green;
    float: right;
}

.divGeneralLinks
{
    width: 678px;
    float: right;
    overflow: hidden;
    font-family: RobotoMedium;
    font-size: 12px;
    color: #7d7d7d;
}

.divCIM
{
    float: left;
    padding-right: 20px;
    padding-top: 10px;
}

.divSearchContainer
{
    float: right;
}

.divHdrContact
{
    width: 113px;
    float: left;
    overflow: hidden;
}

.divContactImg
{
    width: 19px;
    height: 16px;
    background-image: url('../Images/call.png');
    background-repeat: no-repeat;
    float: left;
}

.divContactNo
{
    height: 16px;
    line-height: 16px;
    float: left;
    padding-left: 5px;
}


.divHdrMail
{
    width: 94px;
    float: left;
    overflow: hidden;
    padding-left: 20px;
}

.divMailImg
{
    width: 19px;
    height: 16px;
    background-image: url('../Images/mail.png');
    background-repeat: no-repeat;
    float: left;
    padding-top: 2px;
    background-position-y: 3px;
}

.divMail
{
    height: 16px;
    line-height: 16px;
    float: left;
    padding-left: 5px;
}

.divHdrMyAcc
{
    width: 105px;
    float: left;
    overflow: hidden;
    padding-left: 20px;
}

.divMyAccImg
{
    width: 19px;
    height: 16px;
    background-image: url('../Images/my-accont.png');
    background-repeat: no-repeat;
    float: left;
    padding-top: 2px;
    background-position-y: 1px;
}

.divMyAccTxt
{
    width: 70px;
    height: 16px;
    line-height: 16px;
    float: left;
    padding-left: 5px;
}

.divMyAccArrw
{
    width: 11px;
    height: 9px;
    background-image: url('../Images/down-arrow.png');
    background-repeat: no-repeat;
    float: right;
    padding-top: 6px;
    background-position-y: 4px;
}

.divSearchDiv
{
    width: 300px;
    height: 29px;
    overflow: hidden;
    padding: 2px;
    border: solid 1px #c1c1c1;
}

.divSearchImg
{
    width: 30px;
    height: 32px;
    background-image: url('../Images/search.png');
    background-repeat: no-repeat;
    background-position: 12px 7px;
    float: left;
    background-color:Transparent;
    cursor:pointer;
}

.divSearchtxtBox
{
    height: 25px;
    float: right;
    padding-right: 10px;
    padding-top: 2px;
}

.txtSearch
{
    outline: none;
    width: 250px;
    height: 25px;
    line-height: 25px;
    border: 0px;
    background-color: Transparent;
    font-family: RobotoRegular;
    font-size: 12px;
    color: #a6a6a6;
    border: 1pxsolid#cecece;
}

.divMenuContainer
{
    clear: both;
    padding-top: 15px;
}

.ulHdrMenu
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
}

.ulHdrMenu li
{
    float: left;
    display: block;
    padding-right: 18px;
}

.ulHdrMenu li a
{
    text-decoration: none;
    font-family: RobotoBold;
    font-size: 14px;
    color: #6a6a6a;
    text-transform: uppercase;
}
.ulHdrMenu li a:hover, #liCart:hover
{
    color: #ed7d00;
}

#liCart
{
    display: block;
    text-decoration: none;
    font-family: RobotoBold;
    font-size: 14px;
    color: #6a6a6a;
    padding-right: 0px;
    text-transform: uppercase;
    padding: 0px;
    float: right;
    cursor: pointer;
}

#divHdrCart
{
    background-image: url('../Images/cart.png');
    float: left;
    background-repeat: no-repeat;
    background-position: 0px 1px;
    height: 21px;
    width: 80px;
    text-align: right;
}


/*Banner*/
.divBannerContainer
{
    width: 100%;
    height: 566px; /*background-image: url('../Images/banner.jpg');*/
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0 auto;
    background-position: center;
}

.divPageHeading
{
    text-align: center;
    padding-top: 15px;
}

.divPageHeading h1
{
    font-family: RobotoBold;
    font-size: 34px;
    color: #3f3b37;
    text-transform: uppercase;
    padding: 25px 0px 10px 0px;
}

.spnUnderLine
{
    width: 55px;
    height: 6px;
    background-color: #ed7d00;
    margin: 0 auto;
}

.divProductContainer
{
    width: 960px;
    overflow: hidden;
    height: 417px;
    padding: 20px 0px 25px 0px;
    margin: 0 auto;
    border: solid 0px red;
}

.divProduct
{
    width: 228px;
    height: 365px;
    float: left;
    margin-right: 13px;
    border: 1px solid #d1d1d1;
}

.lastProduct
{
    margin-right: 0px;
    float: right;
}

.divProductImg
{
    width: 209px;
    height: 209px;
    margin: 0px auto;
    padding: 10px 9px 10px 9px;
}

.divProductName
{
    font-family: RobotoBold;
    font-size: 16px;
    color: #646464;
    text-transform: uppercase;
    padding: 5px 0px 10px 0px;
    border-top: 1px solid #d1d1d1;
    padding: 5px 9px 0px 9px;
}

.divProdUln
{
    width: 50px;
    height: 3px;
    background-color: #ed7d00;
    margin-top: 5px;
}

.divProdDisc
{
    font-family: RobotoThin;
    font-size: 12px;
    color: #646464;
    line-height: 20px;
    padding: 5px 9px 0px 9px;
}

.divPriceNAddCart
{
    overflow: hidden;
    padding: 5px 9px 0px 9px;
}

.divProdPrice
{
    height: 35px;
    line-height: 35px;
    font-family: RobotoBold;
    font-size: 18px;
    color: #3a3c3c;
    float: left;
    padding: 5px 9px 0px 9px;
}

.divAddToCart
{
    width: 93px;
    height: 31px;
    line-height: 35px;
    font-family: RobotoBold;
    font-size: 12px;
    text-transform: uppercase;
    color: #ed7d00;
    float: right;
    border: solid 0px #ed7d00;
    text-align: center;
    cursor: pointer;
    background-image: url('../Images/add-to-cart.png');
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 10px;
}

.divViewAll
{
    font-family: RobotoRegular;
    font-size: 10px;
    color: #ee7d00;
    text-align: right;
    text-transform: uppercase;
    padding: 10px 0px;
    overflow: hidden;
}

.divFacilitiesContainer
{
    background: #222222;
}
.divFacilities
{
    width: 960px;
    overflow: hidden;
    margin: 0px auto;
    padding: 10px 0px;
    background: #222222;
}


.divFacilities .divFacilityTxt
{
    font-family: RobotoBold;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #222222;
    float: left;
    width: 320px;
    text-align: center;
    padding-bottom: 0px;
}

.divFacilities .divFacilityUnln
{
    height: 6px;
    width: 55px;
    background: #ee7d00;
    margin: 0px auto;
    margin-top: 20px;
}

.divFooter
{
    background-color: #c8c8c8;
}

.divFooterLinks
{
    width: 960px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 15px;
}

.ulFooterLinks
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.liFooterLinksHdr
{
    font-family: RobotoBold;
    font-size: 13px;
    color: #222222;
    text-transform: uppercase;
}

.ulFooterLinks li
{
    display: block;
    padding-bottom: 15px;
}

.liFooterLink a
{
    font-family: RobotoRegular;
    font-size: 13px;
    color: #3c3c3c;
    text-decoration: none;
}

.divFooterLinksSection
{
    float: left;
    width: 147px;
    margin-right: 15px;
}
.lastLinkSection
{
    float: right;
    margin-right: 0px;
}

.ulSocialNetworking
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
    padding-top: 5px;
}
.liSocialNetworking
{
    font-family: RobotoBold;
    font-size: 13px;
    color: #222222;
    text-transform: uppercase;
}

.ulSocialNetworking li
{
    display: block;
    padding-bottom: 15px;
    float: left;
    padding: 3px 5px 0px 5px;
}
#liFooterFBImg
{
    padding-top: 0px;
}
.liSocialNetworking a
{
    font-family: RobotoThin;
    font-size: 13px;
    color: #3c3c3c;
    text-decoration: none;
}
.divSocialNPay
{
    width: 960px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0px;
}
.divSocialNPayContainer
{
    width: 100%;
    border-top: 1px solid #a8a8a8;
    border-bottom: 0px solid #d8d8d8;
}


.ulPayment
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: right;
}
.liPayment
{
    font-family: RobotoMedium;
    font-size: 13px;
    color: #222222;
    text-transform: uppercase;
}

.ulPayment li
{
    display: block;
    padding-bottom: 15px;
    float: left;
    padding: 0px 3px;
}

.liPayment a
{
    font-family: RobotoThin;
    font-size: 13px;
    color: #3c3c3c;
    text-decoration: none;
}
.divFooterBlogImg
{
    width: 16px;
    height: 15px;
    background-image: url('../Images/blog.png');
    background-repeat: no-repeat;
}
.divFooterTwitrImg
{
    width: 25px;
    height: 16px;
    background-image: url('../Images/twitter.png');
    background-repeat: no-repeat;
}
.divFooterFBImg
{
    width: 10px;
    height: 21px;
    background-image: url('../Images/fb.png');
    background-repeat: no-repeat;
}
.divFooterYTImg
{
    width: 18px;
    height: 18px;
    background-image: url('../Images/youtube.png');
    background-repeat: no-repeat;
}
.divFooterPImg
{
    width: 20px;
    height: 19px;
    background-image: url('../Images/p-intressa.png');
    background-repeat: no-repeat;
}
.divFooterINImg
{
    width: 20px;
    height: 19px;
    background-image: url('../Images/in.png');
    background-repeat: no-repeat;
}
.divFooterInstagramImg
{
    width: 20px;
    height: 20px;
    background-image: url('../Images/instagram.png');
    background-repeat: no-repeat;
}
#liFooterInstagramImg
{
    padding-top:2px;
    }
.divFooterLinksContainer
{
    padding-bottom: 25px;
}

.divVisaImg
{
    width: 46px;
    height: 32px;
    background-image: url('../Images/payment.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.divMCImg
{
    width: 48px;
    height: 32px;
    background-image: url('../Images/payment.png');
    background-repeat: no-repeat;
    background-position: -50px 0px;
}
.divMestroImg
{
    width: 47px;
    height: 32px;
    background-image: url('../Images/payment.png');
    background-repeat: no-repeat;
    background-position: -102px 0px;
}
.divDCImg
{
    width: 46px;
    height: 32px;
    background-image: url('../Images/payment.png');
    background-repeat: no-repeat;
    background-position: -153px 0px;
}
.divAEImg
{
    width: 52px;
    height: 32px;
    background-image: url('../Images/payment.png');
    background-repeat: no-repeat;
    background-position: -202px 0px;
}
.divMTImg
{
    width: 57px;
    height: 32px;
    background-image: url('../Images/payment.png');
    background-repeat: no-repeat;
    background-position: -257px 0px;
}

.divCopyRightContainer
{
    background-color: #a2a2a2;
    width: 100%;
}
.divCopyRightTxt
{
    width: 960px;
    height: 25px;
    line-height: 25px;
    margin: 0px auto;
    font-family: RobotoRegular;
    font-size: 10px;
    color: #4b4b4b;
    background: #a2a2a2;
    text-align: left;
}
.rupee
{
    font-family: WebRupee;
}
.ulProductSlidrBullets
{
    overflow: hidden;
    list-style-type: none;
    float: right;
}
.ulProductSlidrBullets li
{
    float: left;
    margin-right: 5px;
    padding-top: 0px;
    height: 10px;
    line-height: 10px;
}
.divProductSlidrBullets
{
    width: 10px;
    height: 10px;
    background-image: url('../Images/slider-btn-viewall-normal.png');
    background-repeat: no-repeat;
    cursor: pointer;
}
#showAllProducts
{
    margin-right: 1px;
    cursor: pointer;
}

.divSlideProductCntr
{
    position: relative;
    height: 410px;
    overflow: hidden;
}
#divProducts
{
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    height: 100%;
    width: 1000000px;
}

.divProductSlidrBulletsHover
{
    background-image: url('../Images/slider-btn-viewall-select.png');
}