html, body, div, span,
h1, h2, h3, h4, h5, h6,
p, blockquote, q, em, img, small, strong,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

a {
    cursor: pointer;
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

:focus {
    outline: 0;
}

input, textarea {
    margin: 0;
    outline: 0;
}

textarea {
    overflow: auto;
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End Reset */

/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}


/* Default Font Styles
______________________*/
body, input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #7d7263;
    line-height: 130%;
}

/* Headings
______________________*/
h1 {
}

h2 {
    font-size: 30px;
    color: #766c5e;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 0 15px;
}

h3 {
    font-size: 22px;
    color: #4c4c4c;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 0 15px;
}

h4 {
}


/* Links
______________________*/
a {
    color: #756b5e;
    -moz-transition: all 0.35s ease-in-out 0s;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

    a:hover {
        text-decoration: none;
    }

img {
    max-width: 100%;
    height: auto;
}

/* p, blockquote, address
______________________*/
p {
    line-height: 1.3;
    padding: 0 0 15px;
}

    p.last-para {
        padding-bottom: 0;
    }

/* Layout 
______________________*/
#container-fluid {
}

.content-width {
    width: 995px;
    margin: 0 auto;
}

/* Header
______________________*/
#header-outer {
    background: url(/_Admin/css/images/nav-bot.png) repeat-x left bottom;
    padding: 0 0 3px;
}

#home-page #header-outer {
    background: none;
    padding: 0;
}

#header-wrap {
}

#top-section-wrap {
    border-bottom: 1px solid #dedddb;
    margin: 0 0 25px;
}

#top-section {
    padding: 12px 30px 0 17px;
}

.search-section {
    float: left;
    width: 205px;
    background: #f3f3f3;
    position: relative;
}

.search-field {
    border: none;
    background: none;
    font-size: 12px;
    color: #999999;
    padding: 5px 10px 6px;
    width: 165px;
}

.submit-search {
    border: none;
    padding: 0;
    background: url(/_Admin/css/images/search-icon.png) no-repeat;
    width: 17px;
    height: 17px;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 5px;
}

.top-right-section {
    float: right;
    width: 400px;
    text-align: right;
    padding: 5px 0 0;
}

    .top-right-section ul {
        float: right;
    }

    .top-right-section li {
        float: left;
        position: relative;
        margin-left: 35px;
        padding-bottom: 14px;
        z-index: 9999;
    }

    .top-right-section .user-icon {
        background: url(../images/user.png) no-repeat;
        width: 22px;
        height: 21px;
        display: inline-block;
    }

        .top-right-section .user-icon:hover,
        .top-right-section li:hover > .user-icon {
            background: url(../images/user-hover.png) no-repeat;
        }

    .top-right-section .user-icon-online {
        background: url(../images/user-hover.png) no-repeat;
        width: 22px;
        height: 21px;
        display: inline-block;
    }

    /*.top-right-section .cart-item
    {
        background: url(../images/wishIcon.png) no-repeat;
        width: 30px;
        height: 21px;
        display: inline-block;
    }*/

    .top-right-section .cart-item {
        background: url(../images/cart.png) no-repeat;
        width: 30px;
        height: 21px;
        display: inline-block;
    }

        .top-right-section .cart-item:hover,
        .top-right-section li:hover > .cart-item {
            background: url(../images/cart-active.png) no-repeat;
        }

        .top-right-section .cart-item.active {
            background: url(../images/cart-active.png) no-repeat !important;
        }

    .top-right-section .phone-link {
        background: url(../images/phone.png) no-repeat;
        width: 20px;
        height: 22px;
        display: inline-block;
    }

        .top-right-section .phone-link:hover,
        .top-right-section li:hover > .phone-link {
            background: url(../images/phone-hover.png) no-repeat;
        }

.notification {
    position: absolute;
    right: -14px;
    top: -9px;
    background: #c69c5a;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 2px 6px 3px;
    line-height: 1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.top-right-section li:hover > ul.sccondary-dropdown {
    display: block;
}

.top-right-section li ul.sccondary-dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin-left: -250px;
    width: 530px;
    background: #fff;
    -moz-box-shadow: 1px 3px 8px rgba(0,0,0, 0.5);
    -webkit-box-shadow: 1px 3px 8px rgba(0,0,0, 0.5);
    box-shadow: 1px 3px 8px rgba(0,0,0, 0.5);
}

.top-right-section li ul li {
    padding: 0;
    margin: 0;
}

.table-section {
}

    .table-section table {
        width: 100%;
    }

    .table-section td {
        text-align: center;
        padding: 10px 5px 6px;
        line-height: 1.5;
        font-size: 14px;
        color: #616161;
        border-bottom: 1px solid #e5e5e5;
    }

    .table-section .first {
        width: 80px;
        text-align: center;
        vertical-align: top;
    }

    .table-section .second {
        width: 280px;
        text-align: left;
        vertical-align: top;
    }

    .table-section .last-row td {
        padding: 10px 5px;
    }

    .table-section table img {
        display: inline-block;
    }

    .table-section .cancel {
        display: inline-block;
        margin-top: 3px;
    }

        .table-section .cancel img {
            opacity: 0.7;
        }

        .table-section .cancel:hover img {
            opacity: 1;
        }

.table-bot {
    background: #ededed;
    padding: 18px 20px 20px;
    text-align: left;
}

    .table-bot .view-cart {
        float: left;
        display: inline-block;
        border: 2px solid #a7a7a7;
        height: 34px;
        line-height: 34px;
        padding: 0 22px 0 20px;
        font-size: 14px;
        color: #636363;
        text-transform: uppercase;
        text-decoration: none;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .table-bot .checkout {
        float: right;
        display: inline-block;
        background: #565656;
        height: 38px;
        line-height: 38px;
        padding: 0 16px 0 22px;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        .table-bot .checkout span {
            display: block;
            background: url(../images/white-arrow.png) right center no-repeat;
            padding-right: 27px;
        }

.top-right-section li.phone-wrap ul.sccondary-dropdown {
    width: 224px;
    margin-left: -112px;
}

.dropdown {
    position: absolute;
    left: 50%;
    top: -7px;
    margin-left: -11px;
    background: url(../images/top-icon-arrow.png) no-repeat;
    width: 13px;
    height: 7px;
}

.phone-wrap .dropdown {
    margin-left: 0;
}

.user-wrap .dropdown {
    margin-left: 4px;
}

.sccondary-dropdown li,
.sccondary-dropdown ul {
    float: none;
}

.contact-dropdown {
    text-align: left;
}

.top-right-section .contact-dropdown li {
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    padding: 15px 15px 15px 50px;
    color: #616161;
}

.top-right-section .contact-dropdown a {
    color: #616161;
    text-decoration: none;
}

.contact-dropdown em {
    position: absolute;
    left: 22px;
    top: 16px;
    display: inline-block;
    background: url(../images/sub-menu-phone.png) no-repeat;
    width: 19px;
    height: 17px;
}

    .contact-dropdown em.live-chat {
        background: url(../images/sub-menu-phone.png) no-repeat;
        width: 18px;
        height: 18px;
    }

    .contact-dropdown em.live-chat {
        background: url(../images/sub-menu-chat.png) no-repeat;
    }

    .contact-dropdown em.envelop-icon {
        background: url(../images/sub-menu-letter.png) no-repeat;
        top: 19px;
    }

.top-right-section li.user-wrap ul.sccondary-dropdown {
    width: 300px;
    margin-left: -150px;
}

.login-section {
    text-align: left;
    padding: 30px 16px 25px;
}

    .login-section p {
        line-height: 1;
        padding: 0 0 15px;
    }

.field {
    background: url(../images/text-field.png) no-repeat;
    padding: 10px;
    width: 244px;
    height: 18px;
    line-height: 1;
    border: none;
}

.forget-wrap {
    padding: 0 0 17px;
}

.checkbox {
    display: inline-block;
    vertical-align: middle;
}

.checkbox {
    width: 19px;
    height: 25px;
    padding: 0 5px 0 0;
    background: url(../images/checkbox.png) no-repeat;
    display: block;
    clear: left;
    float: left;
}

.forget-wrap span {
    font-size: 13px;
    color: #626262;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

.forget-pass {
    font-size: 13px;
    color: #626262;
}

.login {
    display: block;
    background: #565656;
    color: #fefefe;
    text-transform: uppercase;
    padding: 8px 0 9px;
    width: 100%;
    text-align: center;
    border: none;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.register-wrap {
    background: #ededed;
    border-top: 1px solid #dddddd;
    padding: 25px 16px;
}

.register {
    display: block;
    border: 2px solid #998668;
    width: 268px;
    background: #e1d4bf;
    color: #857356;
    text-transform: uppercase;
    line-height: 1;
    padding: 7px 0 8px;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#header {
    position: relative;
    z-index: 999;
}

.logo {
    text-align: center;
    margin: 0 0 15px;
}

#nav-wrap {
    text-align: center;
}

#nav li {
    display: inline;
    display: inline-block;
    position: relative;
    padding: 0 12px 20px;
}

#nav a {
    color: #616161;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

    #nav a:hover,
    #nav li:hover > a {
        color: #c69c5a;
    }

#nav li:hover > ul.dropdown-container {
    display: block;
}

#nav li ul.dropdown-container {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 314px;
    margin-left: -157px;
    background: #f6f6f6;
    -moz-box-shadow: 1px 3px 8px rgba(0,0,0, 0.5);
    -webkit-box-shadow: 1px 3px 8px rgba(0,0,0, 0.5);
    box-shadow: 1px 3px 8px rgba(0,0,0, 0.5);
}

#nav li.loose-diamonds ul.dropdown-container {
    margin-left: -137px;
    width: 274px;
}

#nav li ul li {
    display: block;
    padding: 0;
}

.dropdown-photo {
    text-align: center;
    background: #fff;
    position: relative;
    padding: 17px 0 0;
}

.dropdown-up {
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -8px;
    background: url(../images/arrow-top.png) no-repeat;
    width: 17px;
    height: 8px;
}

.dropdown-photo p {
    font-family: Arial, Helvetica, sans-serif;
    color: #8c8b8b;
    font-size: 12px;
    padding: 0 25px 18px;
}

.ring-photo {
    padding-bottom: 0px;
    padding-top: 0px;
}

    .ring-photo p { /*position: absolute;*/
        left: 0;
        bottom: -3px;
    }

    .ring-photo img {
        margin: 0 auto;
    }

.double-img {
}

    .double-img img {
        display: inline-block;
        width: 100px;
        margin: 0 10px;
    }

.double-img {
}

.pendants-photo {
    padding-top: 0;
}

    .pendants-photo img {
        margin-bottom: 7px;
    }

.earrings-photo {
    padding-top: 25px;
    padding-bottom:;
}

    .earrings-photo img {
        margin: 0 0 8px;
    }

    .earrings-photo p {
        padding: 0 10px 18px;
    }

.braceletes-photo {
}

    .braceletes-photo img {
        margin-bottom: 10px;
    }

    .braceletes-photo p {
        padding: 0 10px 18px;
    }

.men-jewelry-photo {
}

    .men-jewelry-photo img {
        margin: 0 0 10px;
    }

    .men-jewelry-photo p {
        padding: 0 55px 18px;
    }

.gift-photo {
    padding-top: 8px;
}

    .gift-photo p {
        padding: 0 20px 18px;
    }

.nav-corner {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/nav-corner.png) no-repeat;
    width: 8px;
    height: 8px;
}

#nav .submenu {
    text-align: left;
}

    #nav .submenu li {
        float: none;
        display: block;
        border-bottom: 1px solid #e7e7e7;
        position: relative;
    }

        #nav .submenu li.last-item {
            border: none;
        }

    #nav .submenu a {
        display: block;
        padding: 11px 20px;
        font-size: 14px;
        color: #626262;
        text-transform: none;
        position: relative;
    }

        #nav .submenu a span {
            display: block;
            background: url(../images/arrow-submenu.png) left center no-repeat;
            padding-left: 17px;
        }

        #nav .submenu a:hover,
        #nav .submenu > ul > li:hover > a {
            background: #eeeeee;
            color: #626262;
        }

    #nav .submenu > ul > li:hover > ul {
        display: block;
    }

    #nav .submenu li ul {
        display: none;
        background: #f6f6f6;
        width: 242px;
        position: absolute;
        right: -242px;
        top: 0;
        -moz-box-shadow: 1px 3px 8px rgba(0,0,0, 0.5);
        -webkit-box-shadow: 1px 3px 8px rgba(0,0,0, 0.5);
        box-shadow: -1px 3px 8px rgba(0,0,0, 0.5);
    }
/* slider-section  */
.slider-wrap {
    background: #fdfdfd url(../images/loose-diamond-slide-bg.png) repeat-x;
}

.slider-section {
    padding: 0 0 70px;
    position: relative;
}

    .slider-section li {
        position: relative;
        padding-top: 200px;
    }

.slider-info {
    position: absolute;
    left: 50%;
    top: 65px;
    margin-left: -300px;
    font-weight: 300;
}

.spark-section {
    float: left;
    background: #fefefe;
    color: #8e816f;
    padding: 14px 8px 15px 30px;
    min-width: 295px;
    min-height: 58px;
}

    .spark-section span {
        display: block;
        font-size: 18px;
        line-height: 1.2;
        margin: 0 0 2px;
    }

    .spark-section strong {
        display: block;
        font-size: 32px;
        line-height: 1.1;
        font-weight: 300;
    }

.search-diamond {
    background: url(../images/search-diamond.png);
    float: left;
    min-height: 87px;
    min-width: 269px;
    text-align: center;
}

    .search-diamond a {
        font-size: 23px;
        color: #fff;
        text-decoration: none;
        background: url(../images/arrow-right.png) right center no-repeat;
        line-height: 30px;
        display: inline-block;
        padding-right: 32px;
        margin: 27px 0 0;
    }

.slider-photo {
    text-align: center;
}

.bx-pager {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    text-align: center;
}

.bx-pager-item {
    display: inline;
    display: inline-block;
}

.bx-pager a {
    font-size: 0;
    background: url(../images/bullet.png) no-repeat;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin: 0 2px;
}

    .bx-pager a.active {
        background: url(../images/bullet-active.png) no-repeat;
    }
/*  filter-section  */
.filter-section-wrap {
    background: url(../images/noice.png);
    min-height: 219px;
    margin: 0 0 45px;
}

.filter-section {
    padding: 32px 0 0;
}

    .filter-section h2 {
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        color: #8e816f;
        text-transform: uppercase;
        margin: 0 0 27px;
    }

.select-section {
    float: left;
    width: 181px;
    margin-right: 18px;
    position: relative;
    white-space: nowrap;
    box-shadow: 0 0px 5px rgba(147,129,108,0.4);
}

    .select-section .select-link {
        display: block;
        background: url(../images/select.png) no-repeat;
        width: 140px;
        height: 45px;
        font-size: 14.25px;
        line-height: 43px;
        padding: 0 35px 0 8px;
        text-decoration: none;
    }

.select-option {
    display: none; /*border: 1px solid #b2b2b2;*/
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 181px;
    border-radius: 3px;
    z-index: 1;
    padding: 6px 0;
}

    .select-option img, .select-section img {
        width: 27px !important;
        height: 27px !important;
        vertical-align: middle;
        padding-right: 4px;
    }

    .select-option a {
        display: block;
        padding: 5px 0px 9px 19px;
        line-height: 1.4;
        font-size: 14px;
        text-decoration: none;
    }

        .select-option a:hover,
        .select-option a.every-active { /*background: #3399ff;*/ /*color: #fff;*/
        }

.select-option {
}

.start-wrap {
    float: left;
    width: 182px;
}

.start-search {
    border: none;
    background: url(../images/start-search.png) no-repeat;
    width: 182px;
    height: 45px;
    padding: 0 30px 0 15px;
    cursor: pointer;
    color: #d3d2cf;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}

.select {
    position: absolute;
    width: 133px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
    height: 45px;
    line-height: 45px;
    padding: 0 35px 0 13px;
    color: #616161;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/select.png) no-repeat;
    overflow: hidden;
}

select.styled {
    height: 45px;
}

.styled {
}

/*  jewelry-section-wrap  */
.jewelry-section-wrap {
    text-align: center;
}

.jewelry-title {
    padding: 0 0 40px;
}

    .jewelry-title h2 {
        background: url(../images/drop-bdr.jpg) center 20px repeat-x;
        margin: 0 132px 12px;
        font-weight: 400;
        font-size: 28px;
        color: #756b5e;
        background: url(../images/jewelry-title-bg.png) center 19px repeat-x;
    }

        .jewelry-title h2 span {
            display: inline-block;
            background: #fff;
            padding: 0 12px;
        }

    .jewelry-title p {
        width: 380px;
        margin: 0 auto;
        color: #7D7263;
        line-height: 1.5;
        font-weight: 300;
    }

.jewelry-section {
    padding: 0 0 70px;
    background: url(../images/bdr.png) center 44px no-repeat;
}

    .jewelry-section li {
        display: inline;
        display: inline-block;
        vertical-align: top;
        width: 140px;
        position: relative;
        margin: 0 20px 0 22px;
    }

    .jewelry-section h3 {
        font-size: 12px;
        color: #7d7263;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 1.2;
        min-height: 29px;
        margin: 0 0 2px;
    }

.jew-num {
    background: url(../images/num-bg.png) no-repeat;
    width: 26px;
    height: 31px;
    line-height: 27px;
    text-align: center;
    margin: 0 auto 11px;
    color: #fff;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}
/*
		.jew-wrap{
			background:url(../images/image-background.png) center bottom no-repeat;
			min-height:54px;
			padding-bottom:8px;
		}
			.jew-wrap > img{
				margin-left:10px;
			}
		*/
.small-jewelry {
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0, 0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0, 0.5);
    box-shadow: 1px 1px 5px rgba(0,0,0, 0.5);
}

    .small-jewelry a {
        display: inline-block;
        height: 28px;
        padding: 6px 6px;
    }

        .small-jewelry a:hover {
            background: #f3f3f3;
        }

        .small-jewelry a.first:hover {
            -moz-border-radius: 5px 0 0 5px;
            -webkit-border-radius: 5px 0 0 5px;
            border-radius: 5px 0 0 5px;
        }

        .small-jewelry a.last:hover {
            -moz-border-radius: 0 5px 5px 0;
            -webkit-border-radius: 0 5px 5px 0;
            border-radius: 0 5px 5px 0;
        }

.arrow-up {
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -8px;
}

/* ring-section-wrap  */
.ring-section-wrap { /*background: url(../images/shadow.png) center top no-repeat;*/
    padding-top: 13px;
}

.ring-section {
    padding: 0 0 60px;
    position: relative;
}

.alert-section {
    position: absolute;
    left: 50%;
    top: -80px;
    margin-left: -200px;
    background: #616161 url(../images/alert-box.jpg) repeat-x;
    font-size: 20px;
    color: #d3d2cf;
    font-weight: 600;
    padding: 12px 20px 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.downword-black {
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -9px;
}

.ring-section li {
    float: left;
    width: 144px;
    margin: 0 0 20px 15px;
    position: relative;
    padding: 40px 0 15px;
    text-align: center;
    border-radius: 6px;
}

    .ring-section li:hover {
        border-color: #8e8d8c;
        padding: 38px 0 15px;
        border-radius: 2px;
        box-shadow: 0 1px 22px rgba(0,0,0,0.2);
    }

.ring-arrow {
    display: none;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -8px;
}

.ring-section li:hover > .ring-arrow,
.ring-section li:hover > .ring-title {
    display: block;
}

.ring-title {
    display: none;
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    font-size: 13px;
    color: #8e816f;
    text-transform: uppercase;
}

    .ring-title span {
        display: block;
        margin: 0 10px;
    }

.ring-photo {
    margin: 0 0 2px;
}

    .ring-photo > img {
        display: block;
    }

.ring-info {
    color: #8e816f;
    padding: 0 5px;
}

    .ring-info a {
        text-decoration: none; /*color: #8e816f;
        padding: 0 5px;*/
    }

/*  diamond-section-wrap  */
.diamond-section-wrap {
    border-bottom: 1px solid #ececec;
    padding: 0 0 40px;
    margin: 0 0 50px;
}

.diamond-section {
    text-align: center;
}

    .diamond-section h2 {
        background: url(../images/drop-bdr.jpg) center 22px repeat-x;
        font-weight: 400;
    }

    .diamond-section span {
        display: inline-block;
        background: #fff;
        padding: 0 15px;
    }

.diamond-info {
    width: 410px;
    margin: 0 auto;
    padding: 0 0 30px;
}

.diamond-category {
}

    .diamond-category li {
        display: inline-block;
        vertical-align: top;
        width: 80px;
        padding: 35px 0 10px;
        position: relative;
        margin: 0 4px 20px;
        border-radius: 2px;
    }

    .diamond-category .search-txt {
        position: absolute;
        left: 0;
        top: 10px;
        width: 100%;
        text-align: center;
        padding: 0;
        display: none;
    }

    .diamond-category li:hover {
        border-color: #8e8d8c;
        margin-top: -1px;
        box-shadow: 0 1px 22px rgba(0,0,0,0.2);
    }

        .diamond-category li:hover > .ring-arrow,
        .diamond-category li:hover > .search-txt {
            display: block;
        }

.cat-img {
    margin: 0 0 5px;
}

.diamond-category a {
    color: #8e816f;
    text-decoration: none;
}

    .diamond-category a:hover {
        text-decoration: none;
    }
/*  customer-section-wrap  */
.customer-section-wrap {
}

.customer-section {
    padding: 0 0 65px;
}

    .customer-section h2 {
        text-align: center;
        font-weight: 400;
        margin: 0 0 35px;
    }

.carousel-wrap {
    width: 745px;
    margin: 0 auto;
    position: relative;
}

.customer-section .bx-prev,
.customer-section .bx-next {
    position: absolute;
    top: 36%;
    left: -75px;
    margin-top: -35px;
    display: block;
    width: 22px;
    height: 40px;
    background: url(../images/prev.png) no-repeat;
    font-size: 0;
}

.customer-section .bx-next {
    right: -70px;
    left: auto;
    background: url(../images/next.png) no-repeat;
}

.related-slider-wrap .bx-prev,
.related-slider-wrap .bx-next {
    position: absolute;
    top: 50%;
    left: 0 !important;
    margin-top: -35px;
    display: block;
    width: 22px;
    height: 40px;
    background: url(../images/prev.png) no-repeat;
    font-size: 0;
}

.related-slider-wrap .bx-next {
    right: 0 !important;
    left: auto !important;
    background: url(../images/next.png) no-repeat;
}

.carousel-wrap .bx-pager {
    display: none;
}

.carousel-wrap li {
    position: relative;
}

.slide-content {
    float: left;
    width: 365px;
    margin-right: 25px;
    position: relative;
}

.info-box {
    position: relative;
    padding: 20px 30px 17px;
    border: 2px solid #e2e2e2;
    font-style: italic;
    margin: 0 0 20px;
    -moz-border-radius: 6px 6px 6px 0;
    -webkit-border-radius: 6px 6px 6px 0;
    border-radius: 6px 6px 6px 0;
}

    .info-box h3 {
        font-size: 15px;
        color: #38393c;
        line-height: 1.2;
        margin: 0 0 4px;
        font-weight: 400;
    }

    .info-box span {
        font-size: 12px;
        color: #b7b7b7;
        display: block;
        margin: 0 0 7px;
    }

    .info-box p {
        font-size: 13px;
        color: #77787b;
        line-height: 1.3;
        padding: 0 0 7px;
    }

.downword {
    position: absolute;
    left: -2px;
    bottom: -11px;
}

.read-more {
    text-decoration: none;
    color: #77787B;
}

    .read-more:hover {
        text-decoration: none;
        color: #c69c5a;
    }

.user-section {
    font-weight: 600;
}

.user-img {
    float: left;
    width: 54px;
}

    .user-img img {
        width: 54px;
        height: 53px;
    }

.user-info {
    margin-left: 67px;
    padding: 10px 0 5px;
    font-size: 12px;
}

    .user-info span {
        display: block;
        color: #424447;
        line-height: 1.3;
        margin: 0 0 3px;
    }

    .user-info p {
        color: #a59d93;
        line-height: 1.2;
        padding: 0 0 5px;
    }

.review-section {
    position: absolute;
    right: 0;
    bottom: -20px;
}

    .review-section span {
        display: inline-block;
        vertical-align: middle;
        font-size: 10px;
        color: #D9D9D9;
        font-weight: 600;
        margin-right: 2px;
    }

    .review-section img {
        vertical-align: middle;
    }
/*  process-section   */
.process-section-wrap {
    background: url(../images/noice.png);
    margin: 0 0 65px;
}

.process-section {
    padding: 60px 0 70px;
}

    .process-section h2 {
        text-align: center;
    }

.process-section {
    text-align: center;
}

    .process-section li {
        display: inline;
        display: inline-block;
        padding: 0 15px;
        width: 196px;
    }

.process-photo {
    margin: 0 0 30px;
}

.process-section h2 {
    font-weight: 300;
    background: url(../images/process-bdr.png) center 22px no-repeat;
    margin: 0 0 45px;
    color: #686868;
}

    .process-section h2 span {
        display: block;
    }

.process-section h3 {
    color: #6a6e77;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.process-section p {
    color: #7d7263;
    line-height: 1.5;
}
/* shopping-section-wrap  */
.shopping-section-wrap {
}

.shopping-section {
    text-align: center;
    padding: 0 0 60px;
}

    .shopping-section h2 {
        margin: 0 0 45px;
        color: #4c4c4c;
    }

    .shopping-section li {
        display: inline;
        display: inline-block;
        width: 190px;
        margin: 0 15px;
        vertical-align: top;
    }

        .shopping-section li.large-item {
            width: 215px;
        }

        .shopping-section li.small-item {
            width: 150px;
        }

.shopping-img {
    width: 97px;
    margin: 0 auto 30px;
    position: relative;
}

    .shopping-img img {
        display: block;
    }

.tick {
    position: absolute;
    left: -17px;
    top: 14px;
}

.lifetime {
    position: absolute;
    bottom: -30px;
    left: -20px;
}

.shopping-section h3 {
    font-size: 20px;
    color: #5d5d5d;
    margin: 0 0 10px;
}

.shopping-section p {
    font-size: 14px;
    color: #848484;
    line-height: 1.3;
}
/*  drop-line-wrap  */
.drop-line-wrap {
    background: #f5f5f5;
    border-bottom: 1px solid #fff;
}

.drop-line {
    padding: 55px 0 45px;
    text-align: center;
}

    .drop-line h2 {
        font-size: 22px;
        color: #4c4c4c;
        background: url(../images/drop-bdr.jpg) center 15px repeat-x;
        margin: 0 0 35px;
    }

        .drop-line h2 span {
            display: inline-block;
            background: #f5f5f5;
            padding: 0 15px;
        }

.drop-info {
    margin: 0 0 40px;
}

    .drop-info a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 12px;
        font-size: 15px;
        color: #766c5e;
        font-weight: 600;
        text-decoration: none;
        line-height: 12px;
        background: url(../images/envelop.png) left center no-repeat;
        padding-left: 26px;
    }

    .drop-info span {
        display: inline-block;
        vertical-align: middle;
        margin: 0 12px;
        font-size: 15px;
        color: #766c5e;
        font-weight: 600;
        line-height: 14px;
        background: url(../images/number.png) left center no-repeat;
        padding-left: 22px;
    }

.social-section {
}

    .social-section a {
        display: inline-block;
        vertical-align: middle;
        width: 49px;
        height: 48px;
        margin: 0 12px;
    }

        .social-section a.twitter {
            background: url(../images/twitter.png) no-repeat;
        }

            .social-section a.twitter:hover {
                background: url(../images/twitter-dark.png) no-repeat;
            }

        .social-section a.facebook {
            background: url(../images/facebook.png) no-repeat;
        }

            .social-section a.facebook:hover {
                background: url(../images/facebook-dark.png) no-repeat;
            }

        .social-section a.pinterest {
            background: url(../images/pinterest.png) no-repeat;
        }

            .social-section a.pinterest:hover {
                background: url(../images/pinterest-dark.png) no-repeat;
            }

#up-arrow {
    display: none;
    position: fixed;
    bottom: 2%;
    right: 2%;
    background: #ABABAB url(../images/up-arrow.png) no-repeat;
    width: 50px;
    height: 50px;
    font-size: 0;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

/*  Main Area
-------------------------------------- */
.slider-wrap,
.filter-section-wrap,
.process-section-wrap,
.drop-line-wrap,
.footer-link-wrap,
.adds-wrap,
.diamond-section-wrap,
#top-section-wrap,
.breadcrumb-wrap {
    min-width: 995px;
}

#main-wrap {
}

#main {
}

/*  Footer 
-------------------------------------- */
#footer-wrap {
}

#footer {
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 0 30px;
}

.footer-link-wrap {
    background: url(../images/footer-links-bg.png) center top;
    margin: 0 0 55px;
}

.footer-link-section {
    padding: 40px 0 45px 55px;
}

.footer-link {
    float: left;
    width: 180px;
    margin-right: 5px;
    font-size: 12px;
}

    .footer-link h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 16px;
        line-height: 1.2;
        color: #cbc9ba;
        margin: 0 0 4px;
    }

    .footer-link a {
        font-size: 12px;
        color: #cbc9ba;
        text-decoration: none;
    }

        .footer-link a:hover {
            text-decoration: underline;
        }

.adds-wrap {
    border-bottom: 1px solid #dedede;
    padding: 0 0 45px;
    margin: 0 0 25px;
}

.adds-section {
    text-align: center;
}

    .adds-section li {
        display: inline;
        display: inline-block;
        vertical-align: top;
        min-height: 54px;
        padding: 2px 42px 0;
        border-left: 1px solid #e4e4e4;
    }

        .adds-section li:first-child {
            border-left: none;
        }

.shine-img {
    display: none;
}

.adds-section li a:hover > img {
    display: none;
}

.adds-section li a:hover > .shine-img {
    display: inline-block;
}

.footer-bot {
    text-align: center;
}

.footer-nav {
    margin: 0 0 12px;
}

    .footer-nav li {
        display: inline;
        display: inline-block;
        border-left: 1px solid #d3d3d3;
        padding: 0 5px 0 9px;
        line-height: 1;
        font-size: 12px;
        vertical-align: top;
    }

        .footer-nav li:first-child {
            border: none;
        }

    .footer-nav a {
        font-size: 12px;
        color: #838383;
        text-decoration: none;
        display: inline-block;
        line-height: 1;
    }

        .footer-nav a:hover {
            text-decoration: underline;
        }

.footer-bot p {
    font-size: 11px;
    color: #838383;
    line-height: 1.3;
    padding: 0 0 22px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
    font-size: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* Alignments */
.center {
    text-align: center;
}

.right {
    text-align: right;
}

.top {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

@media (max-width: 979px) {
}

@media (max-width: 480px) {
}

@media (max-width: 320px) {
}

/****Vik Css*****/
.bbbLogo {
    height: 28px;
}

.cart, .cart td, .cart a {
    color: #77787B;
    font-size: 12px;
    line-height: 1.3;
    text-decoration: none;
}

#divWait {
    position: fixed;
    top: 40%;
    left: 47%;
    z-index: 1;
}

.drop-info .chat {
    background: url(../images/live-chat.png) left 1px no-repeat;
    line-height: 17px;
}


/*  billing-page  */
.bill-section {
    font-size: 14px;
    color: #616161;
    margin: 0 -30px 15px 0;
}

    .bill-section img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 2px;
    }

    .bill-section span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 2px;
    }

    .bill-section a {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        color: #ce942d;
        text-decoration: none;
    }

.billing-popup {
    position: absolute;
    left: 50%;
    top: 175px;
    margin-left: -350px;
    width: 700px;
    background: #fff;
    z-index: 999999;
    border: 9px solid #c4c4c4;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.billing-popup-in {
    padding: 20px 20px 25px;
    position: relative;
}

.cancel-bill {
    position: absolute;
    right: 12px;
    top: 15px;
    text-decoration: none;
}

.bill-title {
    text-align: center;
    padding: 0 0 15px;
}

    .bill-title h2 {
        font-size: 24px;
        color: #616161;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0 0 7px;
    }

    .bill-title p {
        color: #616161;
        font-size: 13px;
    }

        .bill-title p img {
            display: inline-block;
            vertical-align: middle;
        }

        .bill-title p span {
            display: inline-block;
            vertical-align: middle;
        }

.billing-popup .step-section {
    margin: 0 0 32px 100px;
    padding-top: 70px;
}

.billing-popup .step-1 {
    width: 215px;
}

.billing-popup .step-2 {
    margin: 0 5px 0 7px;
}

.billing-popup .step-3 {
    width: 215px;
    background-position: right top;
}

.billing-popup .step-section em {
    font-weight: bold;
}

.bill-col-wrap {
    margin: 0 0 40px 35px;
}

.col-section {
    float: left;
    width: 190px;
    text-align: center;
    margin-right: 15px;
}

    .col-section.right-section {
        margin-right: 0;
    }

.bill-col-wrap p {
    font-size: 13px;
    line-height: 1.4;
    color: #616161;
}

.bill-nav {
    max-width: 600px;
    text-align: center;
    margin: 0 auto 10px;
}

    .bill-nav li {
        display: inline-block;
    }

    .bill-nav a {
        display: inline-block;
        position: relative;
        min-width: 155px;
        padding: 10px 10px 7px;
        text-align: center;
        background: #f3f0e7;
        font-size: 13px;
        color: #7a643d;
        text-transform: uppercase;
        text-decoration: none;
        border-bottom: 3px solid #f3f0e7;
    }

.first-item a {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.last-item a {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.bill-nav li a:hover {
    color: #a67f3b;
}

.bill-nav li.active a {
    color: #a67f3b;
    background: #f2e6c5;
    border-color: #e4cc89;
}

.bill-nav li.active .caret {
    display: block;
}

.bill-nav .caret {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: -8px;
    background: url(../images/caret-upword.png) no-repeat;
    width: 16px;
    height: 8px;
}

.bill-footer {
    text-align: center;
}

    .bill-footer p {
        padding: 0;
    }

    .bill-footer a {
        display: inline-block;
        font-size: 13px;
        color: #616161;
    }

.bill-content {
    display: none;
}

.additional-wrap {
    padding: 0 0 15px 30px;
}

.additional-section {
    float: left;
    width: 285px;
    margin-right: 30px;
}

    .additional-section.right-section {
        margin-right: 0;
    }

    .additional-section li {
        background: url(../images/bill-arrow.png) left 3px no-repeat;
        padding-left: 24px;
    }

    .additional-section h3 {
        font-size: 16px;
        color: #c69c5a;
        font-weight: bold;
        margin: 0 0 10px;
    }

    .additional-section h4 {
        font-size: 14px;
        color: #616161;
        line-height: l.2;
        margin: 0 0 5px;
    }

    .additional-section p {
        font-size: 13px;
        line-height: 1.3;
        color: #616161;
        padding: 0 0 7px;
    }

    .additional-section.right-section p {
        padding-bottom: 15px;
    }

    .additional-section a {
        color: #ce942d;
    }

.title-main {
    text-align: center;
    margin: 0 0 10px;
}

.month-section-wrap {
    padding: 0 0 10px 50px;
}

.month-section {
    float: left;
    width: 260px;
    margin-right: 30px;
}

    .month-section.right-section {
        margin-right: 0;
    }

.circle-section {
    background: url(../images/bill-circle1.png) no-repeat;
    width: 270px;
    height: 160px;
    padding: 60px 0 0 7px;
}

.dolor-section {
    float: left;
    width: 130px;
    text-align: center;
    font-size: 47px;
    color: #ce942d;
    font-weight: bold;
    line-height: 1;
}

    .dolor-section span {
        display: block;
        font-size: 14px;
        color: #616161;
        font-weight: normal;
    }

    .dolor-section a {
        color: #616161;
        text-decoration: none;
    }

.dolor-info {
    float: left;
    width: 130px;
    font-size: 15px;
    color: #6f933c;
    margin: 20px 0 0 -17px;
}

    .dolor-info span,
    .dolor-info strong {
        display: block;
    }

    .dolor-info .second {
        margin-left: 12px;
    }

    .dolor-info strong {
        margin-left: 20px;
    }

.dolor-big {
    background: url(../images/bill-circle2.png) no-repeat;
}

    .dolor-big .dolor-section {
        width: 155px;
    }

.bill-content-wrap {
    position: relative;
    min-height: 370px;
}

.bill-left,
.bill-right {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -16px;
}

.bill-right {
    left: auto;
    right: 15px;
}


/*Sajid changes for new home page*/
.filter-section {
    padding: 20px 0 0;
}

.filter-section-wrap {
    min-height: 175px;
}

.ring-section {
    padding: 0 0 20px;
}

.diamond-section-wrap {
    padding: 0 0 20px;
    margin: 0 0 25px;
}

.process-section {
    padding: 35px 0 25px;
}

    .process-section h2 {
        margin: 0 0 35px;
    }

.process-section-wrap {
    margin: 0 0 30px;
}

.process-photo {
    margin: 0 0 15px;
}

.info-box {
    padding: 15px 20px 14px;
}

.customer-section {
    padding: 0 0 50px;
}

    .customer-section h2 {
        margin: 0 0 25px;
    }

.shopping-section {
    padding: 0 0 30px;
}

    .shopping-section h2 {
        margin: 0 0 30px;
    }

.drop-line {
    padding: 35px 0 0;
}

#footer {
    padding: 0 0 10px;
}

.footer-link-wrap {
    margin: 0 0 35px;
}

.footer-link-section {
    padding: 25px 0 25px 55px;
}

.drop-info {
    margin: 0 0 25px;
}

.drop-line h2 {
    margin: 0 0 20px;
}

.adds-wrap {
    padding: 0 0 25px;
}

/*  Start Personalizing and home page  */
.ring-photo {
    min-height: 155px;
}

.ring-section li {
    margin: 0;
}

.ring-section .bx-viewport {
    padding: 10px 0 0;
}

.ring-section .bx-prev,
.ring-section .bx-next {
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: 0;
    width: 22px;
    height: 40px;
    background: url(../images/prev.png) no-repeat;
    font-size: 0;
}

.ring-section .bx-next {
    right: -10px;
    left: auto;
    background: url(../images/next.png) no-repeat;
}

.footer-link-section {
    padding: 25px 0;
}

.footer-link {
    width: 180px;
}

.link-small {
    width: 140px;
}

.footer-link h3 {
    font-size: 15px;
}
/*  Start Personalizing and home page end  */

/* Dark-arrow + footer link  */
.ring-section .bx-next:hover,
.customer-section .bx-next:hover {
    background: url(../images/next-dark.png) no-repeat;
}

.ring-section .bx-prev:hover,
.customer-section .bx-prev:hover {
    background: url(../images/prev-dark.png) no-repeat;
}

.adds-section .no-hover a:hover img {
    cursor: auto;
}
/*End - Sajid changes for new home page*/


/* Letest Code for home page */
.custom-pager {
}

    .custom-pager a {
        display: block;
        float: left;
        width: 11.11111111111111%;
        position: relative;
        height: 73px;
    }

    .custom-pager img {
        position: absolute;
        bottom: 0;
        max-width: none;
        left: 50%;
        margin-left: -91px;
    }

    .custom-pager .on,
    .custom-pager .off {
        display: block;
    }

    .custom-pager .on {
        visibility: hidden;
    }

    .custom-pager a:hover .on {
        z-index: 99;
        visibility: visible;
        -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.44);
        -moz-box-shadow: 0 0 8px rgba(0,0,0,0.44);
        box-shadow: 0 0 8px rgba(0,0,0,0.44);
    }

    .custom-pager a:hover .on {
        z-index: 999;
        visibility: visible;
    }

    .custom-pager a {
        overflow: hidden;
    }

        .custom-pager a:hover {
            overflow: visible;
        }

        .custom-pager a.active em {
            display: block;
        }

        .custom-pager a em {
            display: none;
            background: #fd9b31;
            height: 3px;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
        }
        /*
.custom-pager a.active span{
    visibility: visible;
    z-index: 99;
}
*/
        .custom-pager a:hover span {
            visibility: visible;
            z-index: 999;
        }

.pager-wrapper {
    width: 100%;
}

.custom-pager span {
    position: absolute;
    background: #717374;
    color: #CACACA;
    text-transform: uppercase;
    display: block;
    width: 162px;
    top: 100%;
    left: 50%;
    margin-left: -91px;
    visibility: hidden;
    font-size: 13px;
    padding: 10px;
}

.home-slider-wrap {
    max-width: 1640px;
    margin: 0 auto;
}

    .home-slider-wrap .bx-next,
    .home-slider-wrap .bx-prev {
        background: url(../images/prev.png) no-repeat;
        display: block;
        font-size: 0;
        height: 40px;
        left: 5%;
        margin-top: -40px;
        position: absolute;
        top: 50%;
        width: 22px;
    }

    .home-slider-wrap .bx-next {
        background: url(../images/next.png) no-repeat;
        left: auto;
        right: 5%;
    }

    .home-slider-wrap .bx-prev:hover {
        background: url(../images/prev-dark.png) no-repeat;
    }

    .home-slider-wrap .bx-next:hover {
        background: url(../images/next-dark.png) no-repeat;
    }

    .home-slider-wrap .bx-next.disabled,
    .home-slider-wrap .bx-prev.disabled {
        display: none;
    }

#home-page {
    overflow-x: hidden;
}

.home-slider-wrap .text-overlay {
    top: 15% !important;
}

    .home-slider-wrap .text-overlay h2 {
        color: #4c4c4c;
        font-weight: 300;
        font-size: 50px;
        font-style: normal;
        margin: 0 0 8px;
    }

.home-slider-wrap .view-collection {
    background: none;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 45px;
    border: 2px solid #707070;
    color: #4c4c4c;
    font-style: normal;
}

    .home-slider-wrap .view-collection:hover {
        border-color: #333;
        color: #333;
    }

.home-slider-wrap .text-overlay p {
    font-size: 15px;
    color: #6c6868;
    font-style: normal;
    line-height: 1.8;
    padding: 0 0 4px;
}

    .home-slider-wrap .text-overlay p span {
        color: #d57c35;
        font-weight: bold;
    }

.filter-section-wrap {
    padding: 40px 0 0;
    min-height: 170px;
    background: url(../images/filter-bg.jpg) center top no-repeat;
    margin: 0;
}

.filter-section h2 {
    font-size-adjust: 24px;
    color: #fff;
    text-shadow: 0 0 5px rgba(81,81,81, 0.5);
}

.select-section .select-link {
    color: #585857;
    font-size: 15px;
}

.start-search {
    width: 156px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.ring-section-wrap {
    padding: 35px 0 15px;
    margin: 0 0 40px;
}

.alert-section-wrap {
    background: url(../images/drop-bdr.jpg) center center repeat-x;
    max-width: 715px;
    text-align: center;
    margin: 0 auto 30px;
}

.alert-section-in {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
}

.alert-section {
    display: inline-block;
    background: #acaeb1;
    position: static;
    font-size: 18px;
    color: #f5f5f5;
    text-transform: uppercase;
    margin: 0 auto;
    font-weight: normal;
    min-width: 320px;
    text-shadow: 0 0 5px rgba(81,81,81, 0.5);
}

.diamond-section h2 {
    font-size: 24px;
    background: url(../images/drop-bdr.jpg) center 18px repeat-x;
    max-width: 824px;
    margin: 0 auto 12px;
}

.customer-section h2 {
    font-size: 24px;
}

.process-section-wrap {
    background: url(../images/labour-of-passion-bg.jpg);
}

.process-section h2 {
    font-size: 24px;
    color: #fff;
    background: url(../images/process-bdr.png) center 18px no-repeat;
    border: none;
}

.process-section h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.process-section p {
    font-size: 15px;
    color: #d3ccd0;
}

.footer-link-wrap {
    background: #847e81;
}

.footer-link h3 {
    font-size: 16px;
    color: #eae9e9;
}

.footer-link a {
    color: #eae9e9;
}

.drop-info a,
.drop-info span {
    font-weight: bold;
}

#nav .special > a,
#nav .special > a:hover,
#nav .special:hover > a {
    color: #e34021;
}

/*.select-shadow,
.select-option { -moz-box-shadow: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; }*/
/* Letest Code for home page end */

.popOut .popIn {
    display: none;
}

.popOut:hover .popIn {
    display: inherit;
}

.arial-span {
    font-family: Arial, Helvetica, sans-serif !important;
}

.georgia-span {
    font-family: Georgia, "Times New Roman", Times, serif !important;
}

.script-span {
    font-family: 'Euphoria Script', cursive !important;
    font-size: 16px;
}

.block-span {
    font-family: 'Oswald', sans-serif !important;
}


/*  home-page-new-banner-start  */
.slide-btns {
}

    .slide-btns span {
        display: block;
        font-style: normal;
        margin: 5px 0 10px;
        line-height: 1.3;
    }

    .slide-btns a {
        display: inline-block;
        vertical-align: middle;
        padding: 4px 5px;
        font-size: 11px;
        background: #7e8c91;
        border: 1px solid #7e8c91;
        color: #fff;
        font-style: normal;
        font-weight: 600;
        text-transform: uppercase;
        margin-right: 4px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        .slide-btns a:last-child {
            margin-right: 0;
        }

        .slide-btns a:hover,
        .slide-btns a.active {
            background: #e69e20;
            border-color: #e0930d;
            box-shadow: 0 1px 4px rgba(0,0,0, 0.3);
        }
/*  home-page-new-banner-end  */

.gridPager a {
    text-decoration: none;
}

.gridPager td {
    border: 0 none;
    padding: 20px 10px;
}

.gridPager table {
    width: auto !important;
}

    .gridPager table td {
        border-bottom: 0 none;
    }

    .gridPager table tr td {
        padding: 4px;
        border: 0 none;
    }

        .gridPager table tr td a {
            background-color: #cd9339 !important;
        }

        .gridPager table tr td a,
        .gridPager table tr td span {
            background-color: #555;
            color: white;
            border-radius: 2px;
            padding: 4px 12px;
        }


.text-in1 h2,
.text-in1 h3,
.text-in1 p,
.text-in1 .view-collection {
    color: white !important;
}

    .text-in1 p span {
        color: yellow !important;
    }

.text-in1 .view-collection {
    border-color: silver;
}

    .text-in1 .view-collection:hover {
        border-color: white;
    }

#nav li ul.dropdown-container {
    background: white;
}