﻿.filtershow {
    display: none;
}

#logo a,
#subNavigation li.active a,
#subNavigation li:hover a,
.breadcrumb a:hover,
.footer-wrapper .footer .footer-links li a:hover,
a:focus,
a:hover {
    text-decoration: none;
}

body {
    /*font-family: Tahoma, Geneva, sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #515151;
    background: #fff;
}

p {
    margin-bottom: 20px;
}
.h1,
.widecolumn .category h1,
h1 {
    font-family: 'Libre Baskerville', Tahoma, serif;
}

.h2,
.widecolumn .category h2,
h2 {
    font-family: 'Libre Baskerville', Tahoma, serif;
}

.h3,
.widecolumn .category h3,
h3 {
    font-family: 'Libre Baskerville', Tahoma, serif;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a:focus,
a:hover {
    color: #37438F;
}

.paddnone {
    padding: 0 !important;
}

.marginnone {
    margin: 0 !important;
}

.mrg-left {
    margin-left: 10px;
}

.h1,
h1 {
    font-size: 25px;
    font-style: italic;
}

.h2,
.h3,
h1,
h2,
h3 {
    margin: 0;
}

.h2,
h2 {
    font-size: 20px;
    font-style: italic;
}

.h2,
h3 {
    font-size: 17px;
    font-style: italic;
    margin: 5px 0 5px 0;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    background: #575773;
    color: #fff;
}

.btn-order,
.btn-order:hover {
    background: #fbdd4a;
    border: 1px solid #cfc9ac;
    color: #464646;
}

.btn-order {
    padding: 8px 24px;
}

.fixed {
    position: fixed;
    top: 5px;
    left: 8px;
    z-index: 1031;
    outline: 0;
}

.floatright {
    float: right;
    margin-right: 15px;
}

.content-listing li .imgBolock,
.floatleft {
    float: left;
}

a {
    outline: 0 !important;
    color: #61618f;
}

input:focus {
    outline: 0;
}

body.overlay > .bodyoverlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(133, 133, 192, 0.65) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a68585c0', GradientType=0)";
    position: fixed;
    top: 0;
    z-index: 1032;
}

body.modal-open {
    overflow: visible;
    padding: 0 !important;
    width: 100%;
}

.main {
    width: 100%;
    position: relative;
    left: 280px;
    transition: all .5s ease 0s;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(133, 133, 192, 1);
    -webkit-border-radius: 0;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(133, 133, 192, .8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(133, 133, 192, .4);
    }

.cartItem .removeMask,
.mask {
    background: rgba(133, 133, 192, .7);
    border: none;
    color: #fff;
    display: none;
    font-size: 14pt;
    font-weight: 700;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 200px;
    z-index: 5;
    height: 200px;
}

#loadingSearchIn {
    margin-top: 0;
    padding: 69px 25px;
}

    #loadingSearchIn img {
        margin: 0 auto;
        display: block;
    }

.mainwrapper.toggled .sidebar,
.sidebar {
    width: 280px;
    margin-left: -280px;
    transition: all .5s ease 0s;
}

.mainwrapper {
    position: relative;
    transition: all .5s ease 0s;
}

    .mainwrapper.toggled {
        left: 0;
        transition: all .5s ease 0s;
    }

        .mainwrapper.toggled .sidebar {
            left: 0;
        }

        .mainwrapper.toggled .main {
            margin-right: 0;
            left: 0;
        }

.sidebar {
    background: rgba(97, 97, 143, 1);
    height: 100%;
    left: 280px;
    overflow-y: auto;
    position: fixed;
    z-index: 2000;
}

    .sidebar .mainmenu {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 280px;
    }

        .sidebar .mainmenu a {
            display: block;
            padding-left: 20px;
            padding-top: 12px;
            padding-bottom: 12px;
            color: #fff;
            border-bottom: 1px solid #fff;
            outline: 0;
            word-wrap: break-word;
        }

        .sidebar .mainmenu .submenu .submenu-level1 li > a {
            color: #000;
        }

        .sidebar .mainmenu a:active,
        .sidebar .mainmenu a:focus,
        .sidebar .mainmenu a:hover {
            background: #4c4f58;
            color: #fff !important;
        }

        .mainmenu > li > a.focus + .submenu,
        .sidebar .mainmenu > li > a.active + .submenu {
            display: inline;
            transition: all 1s ease;
        }

            .sidebar .mainmenu > li > a.active + .submenu .colsm3 li a.focus + .submenu-level1,
            .sidebar .mainmenu > li > a.active + .submenu > li .colsm3 a.active + .submenu-level1 {
                display: inline;
                transition: all .5s ease;
            }

        .sidebar .mainmenu > li {
            background: #6666BA;
        }

        .sidebar .mainmenu .submenu > li {
            background: #7777B7;
        }

        .sidebar .mainmenu .submenu .submenu-level1 li {
            background: #fff;
        }

        .sidebar .mainmenu .sidebarhead {
            font-size: 18px;
            height: 65px;
            font-weight: 700;
            line-height: 60px;
            color: #ffda27;
            padding-left: 20px;
            border-bottom: 1px solid #fff;
            box-shadow: 0 -13px 30px -30px rgba(255, 255, 255, 1) inset;
            -webkit-box-shadow: 0 -13px 30px -30px rgba(255, 255, 255, 1) inset;
            -moz-box-shadow: 0 -13px 30px -30px rgba(255, 255, 255, 1) inset;
            background: #7272bf;
            background: -moz-linear-gradient(top, #7272bf 0, #5353bc 50%, #5353bc 51%, #7272bf 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7272bf), color-stop(50%, #5353bc), color-stop(51%, #5353bc), color-stop(100%, #7272bf));
            background: -webkit-linear-gradient(top, #7272bf 0, #5353bc 50%, #5353bc 51%, #7272bf 100%);
            background: -o-linear-gradient(top, #7272bf 0, #5353bc 50%, #5353bc 51%, #7272bf 100%);
            background: -ms-linear-gradient(top, #7272bf 0, #5353bc 50%, #5353bc 51%, #7272bf 100%);
            background: linear-gradient(to bottom, #7272bf 0, #5353bc 50%, #5353bc 51%, #7272bf 100%);
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7272bf', endColorstr='#7272bf', GradientType=0)";
        }

        .sidebar .mainmenu .submenu,
        .sidebar .mainmenu .submenu-level1 {
            transition: all 1s ease;
        }

        .sidebar .mainmenu .colsm3 a.title {
            padding-left: 30px;
        }

.mainmenu .submenu-level1 li a {
    padding-left: 45px;
}

.mainmenu span.fa.pull-right {
    margin-right: 20px;
    line-height: 20px;
}

.mainmenu a > span.plusminus:before {
    content: "\f067";
}

.mainmenu a > span.minus:before {
    content: "\f068" !important;
}

.content-listing li {
    float: left;
    width: 50%;
    min-height: 190px;
}

.content-listing .discription {
    float: right;
}

    .content-listing .discription h3 {
        font-size: 16px;
        font-style: normal;
        padding: 8px 0 20px;
    }

    .content-listing .discription a {
        color: #61618f;
    }

nav.navbar {
    min-height: 44px;
    padding: 13px 0;
}

nav.navbar-inverse {
    background: #2F3C7F;
    border: none;
    -webkit-box-shadow: inset 1px 0 5px 0 rgba(0, 0, 0, .28);
    box-shadow: inset 1px 0 5px 0 rgba(0, 0, 0, .28);
}

.call-icon {
    color: #fff;
    float: left;
    padding-top: 0;
    padding-left: 10px;
}

    .call-icon > span {
        margin-right: 8px;
    }

    .call-icon em {
        color: #ffda27;
        font-weight: 700;
        font-style: normal;
    }

.top-menu {
    float: right;
}

    .top-menu li {
        margin-top: -1px;
        display: inline-block;
        padding: 0 10px;
        background: url(../img/bgi/pie.png) left center no-repeat;
    }

        .top-menu li:first-child {
            background: 0 0;
        }

        .top-menu li a {
            color: #fff;
            display: block;
            font-size: 12px;
        }

.header {
    background: #fff;
    box-shadow: 1px 0 5px rgba(0, 0, 0, .28);
    padding: 100px 0 20px;
    position: relative;
}

.header,
.navigation {
    -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, .28);
}

#logo {
    display: inline-block;
}

    #logo a {
        display: block;
        width: 312px;
        height: 68px;
        text-indent: -9999px;
        background: url(../img/company-logo4.png) center top no-repeat;
    }

.cart-list,
.search-box {
    float: right;
    height: 35px;
	
}

.search-cart-block {
    margin-top: 20px;
}

.search-box {
    border: 1px solid #61618F;
    margin-right: 10px;
    padding: 0 12px;
    width: 75%;
}

    .search-box .glyphicon {
        color: #61618F;
        float: right;
        font-size: 18px;
        margin-top: 7px;
    }

    .search-box input {
        border: none;
        background: transparent;
        color: #61618F;
        padding: 6px 0 0 0;
        width: 83%;
    }

.cart-list {
    border: 1px solid #61618F;
    position: relative;
}

    .cart-list .cart-icon {
        padding: 6px 10px 5px;
        border-right: 0 none;
        float: left;
    }

    .cart-list .cart-count {
        background: #AD1500;
        border-radius: 50%;
        color: #fff;
        left: 34px;
        line-height: 16px;
        padding: 1px 6px;
        position: absolute;
        top: -11px;
        font-size: 11px;
    }

    .cart-list .cart-amt {
        line-height: 33px;
        padding: 0 10px;
    }

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

a.add-block {
    margin: 15px 0;
    display: block;
}

    a.add-block img {
        max-width: 100%;
    }

.banner .flexslider {
    border: none;
    border-radius: 0;
    margin: 0;
}

.banner .flex-direction-nav a {
    width: 47px;
    height: 47px;
    opacity: .7;
    background: url(../img/bgi/prev-next.png) no-repeat;
    text-indent: -9999px;
}

.banner .flex-direction-nav .flex-prev {
    left: 0;
}

.banner .flex-direction-nav .flex-next {
    right: 0;
    background-position: right top;
}

.banner .flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: .7;
}

.banner .flex-direction-nav a.flex-next:before {
    content: '';
}

.bannerfullwidth {
    background: url(../img/education.jpg) center center no-repeat;
    width: 100%;
    height: 231px;
    z-index: -1;
}

/*  Slider Content Start */
.banner .container {
    position: relative;
}

.banner .slider-content {
    position: absolute;
    left: 10px;
    top: 100%;
    z-index: 9999;
    background: url(../img/bgi/slider-content-bg.png) repeat;
    padding: 20px 30px;
}

    .banner .slider-content h3 {
        color: #000040;
        margin-bottom: 10px;
    }

    .banner .slider-content ul {
        margin: 0;
        padding: 0;
    }

        .banner .slider-content ul li a {
            font-size: 12px;
            color: #000040;
            font-weight: 300;
            line-height: 24px;
            text-transform: uppercase;
        }
/*  Slider Content End */

.navigation {
    background: #fff;
    box-shadow: 1px 0 5px rgba(0, 0, 0, .28);
}

    .navigation .navbar-inverse {
        background: 0 0;
        border: 0;
        border-radius: 0;
    }

    .navigation .navbar {
        min-height: 57px;
        padding: 0;
        margin: 0;
    }

    .navigation .navbar-collapse {
        padding: 0;
    }

    .navigation .navbar-header {
        padding-top: 10px;
    }

        .navigation .navbar-header .btn.btn-default.sidebarshow {
            text-shadow: none;
            font-weight: 700;
            padding: 8px 12px;
            background: #1F2E77;
            color: #fff;
            border-radius: 4px;
            display: none;
        }

    .navigation .multi-column {
        padding: 15px 15px 0;
        width: 100%;
    }

        .navigation .multi-column .colsm3 {
            min-height: auto;
            width: 20%;
            padding-right: 10px;
            float: left;
            border-bottom: 1px solid #ccc;
            padding-bottom: 15px;
            padding-top: 15px;
        }

h3.title a {
    color: #61618f !important;
}

.navigation .multi-column h3.title {
    font-size: 15px;
    font-weight: 700;
    color: #61618f;
    min-height: 25px;
}

.navigation .multi-column .colsm3 > span {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navigation .multi-column .multi-column-dropdown li a {
    font-size: 11px;
    color: #61618f;
    line-height: 22px;
}

    .navigation .multi-column .multi-column-dropdown li a span.fa.fa-caret-right {
        padding-right: 10px;
    }

.navigation .multi-column .multi-column-dropdown .dropdown-menu {
    border-radius: 0;
    margin: 0;
}

.navigation .btn-order {
    margin-top: 10px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

#mainNavigation.navbar,
#mainNavigation > li,
#subNavigation li {
    float: left;
}

    #mainNavigation > li > a {
        display: block;
        padding: 20px 18px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #000;
    }

    #mainNavigation > li.active > a,
    #mainNavigation > li:hover > a {
        text-decoration: none;
        background: #4c4f58;
        color: #fff;
    }

    #mainNavigation > li.dropdown {
        position: static;
    }

        #mainNavigation > li.dropdown .dropdown-menu {
            display: none;
            width: 100%;
            text-align: left;
            left: 0;
            right: 0;
            border-radius: 0;
            margin: 0;
            border-top: 2px solid #4c4f58;
            padding-bottom: 20px;
        }

.widecolumn,
.widecolumn .category > .products > div {
    margin-bottom: 30px;
}

.widecolumn ul{
    list-style-type: disc;
    margin: 20px 0 20px 50px;
}

#mainNavigation > li.dropdown:hover .dropdown-menu,
#subNavigation li a {
    display: block;
}

.dropdown-menu > li {
    width: 100%;
    display: block;
}

#mainNavigation > li.dropdown .dropdown-menu li .colsm3 {
    min-height: auto;
}

#mainNavigation > li.dropdown .dropdown-menu li.last .colsm3 {
    border-bottom: none;
}

#mainNavigation > li.dropdown .dropdown-menu li.weddingBrand .colsm3 {
    min-height: auto;
}

#mainNavigation > li.dropdown .dropdown-menu li.education .colsm3 {
    min-height: auto;
    width: 33.3%;
    padding: 0 20px;
}

#mainNavigation > li.dropdown .dropdown-menu li.collections .colsm3 {
    min-height: auto;
    width: 20%;
    padding: 10px 15px;
}

#mainNavigation > li.dropdown .dropdown-menu li.contemporary .colsm3 {
    min-height: auto;
    width: 25%;
    padding: 10px 15px;

}

.widecolumn .category {
    padding-top: 0px;
}

    .widecolumn .category h1 {
        font-size: 30px;
        font-family: 'Libre Baskerville', Tahoma, serif;
        font-style: italic;
        padding-bottom: 30px;
    }

    .widecolumn .category h3 {
        font-size: 30px;
        font-style: italic;
        padding-bottom: 30px;
    }

    .widecolumn .category .box {
        width: 100%;
        min-height: 395px;
        padding: 0;
        background: #fff;
        /*margin: 0 auto; */
        z-index: 1;
        position: relative;
    }

        .widecolumn .category .box .product-img {
            min-height: 220px;
	    padding-top: 50px;


        }

            .widecolumn .category .box .product-img .img-responsive {
                margin: 0 auto;
            }

        .widecolumn .category .box .textbox {
            height: 44px;
            border-top: 1px solid #ededed;
            line-height: 44px;
        }

            .widecolumn .category .box .textbox p {
                font-family: Tahoma;
                font-size: 15px;
                font-weight: 700;
                color: #312f26;
                padding-left: 15px;
                margin: 0;
            }

    .widecolumn .category .overlay-block {
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 22px 15px;
        display: none;
        background: 0 0/cover rgba(64, 64, 108, .7);
    }

        .widecolumn .category .overlay-block .innerwrapper {
            display: block;
            text-align: left;
            min-height: 180px;
        }

            .widecolumn .category .overlay-block .innerwrapper p.title {
                font-size: 15px;
                font-weight: 700;
                color: #fff;
            }

            .widecolumn .category .overlay-block .innerwrapper p {
                margin-bottom: 0px;
            }

            .widecolumn .category .overlay-block .innerwrapper p.shortinfo {
                font-size: 14px;
                color: #fff;
            }
			
			.viewbox {
        display: block;
        background: #232342;
        text-align: center;
        margin-right: 9px;
        margin-left: 9px;
    }
    .viewbox a {
        outline: 0;
        font-size: 14px;
        color: #fff;
        display: block;
        line-height: 40px;
    }
.ViewDetail-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    margin-bottom:5px
}


        .widecolumn .category .overlay-block .viewbox {
            display: block;
            background: #232342;
            text-align: center;
            margin-right: 9px;
            margin-left: 9px;
        }

            .widecolumn .category .overlay-block .viewbox a {
                outline: 0;
                font-size: 14px;
                color: #fff;
                display: block;
                line-height: 40px;
            }

    .widecolumn .category .box:hover .textbox {
        display: none;
    }

    .widecolumn .category .box:hover .overlay-block {
        display: block;
    }

.widecolumn .testimonial {
    padding-top: 45px;
}

    .widecolumn .testimonial .row h3 {
        display: inline-block;
        font-family: 'Libre Baskerville', Tahoma, serif;
        font-size: 30px;
        font-style: italic;
        text-align: center;
        margin: 0 auto;
    }

        .widecolumn .testimonial .row h3 .title {
            padding-left: 20px;
            padding-right: 20px;
        }

    .widecolumn .testimonial .testimonial-info {
        padding-top: 26px;
    }

        .widecolumn .testimonial .testimonial-info .review-text {
            font-size: 12px;
            padding: 30px;
            line-height: 19px;
            text-align: justify;
            background: #f4f3f3;
        }

            .widecolumn .testimonial .testimonial-info .review-text span {
                font-weight: 700;
                display: block;
                font-style: italic;
                text-align: center;
                margin-top: 10px;
            }

.widecolumn .titlebar {
    background: #f4f3f3;
    min-height: 57px;
}

    .widecolumn .titlebar h3, .widecolumn .titlebar h1 {
        line-height: 30px;
        font-size: 20px;
        padding-top: 13px;
        padding-bottom: 13px;
    }

.widecolumn .faqquiz p {
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}

.widecolumn .faqquiz .panel-group .panel {
    border-radius: 0;
    margin-bottom: 20px;
}

.widecolumn .faqquiz .panel-default .panel-default {
    border-color: #e9e9e9;
}

.widecolumn .faqquiz .panel-default > .panel-heading {
    background: #fff;
    color: #000;
}

.widecolumn .faqquiz .panel-heading {
    padding: 0 20px;
}

.widecolumn .faqquiz .panel-title {
    font-size: 12px;
    font-weight: 700;
}

    .widecolumn .faqquiz .panel-title a {
        outline: 0;
        display: block;
        line-height: 59px;
    }

        .widecolumn .faqquiz .panel-title a:focus,
        .widecolumn .faqquiz .panel-title a:hover {
            color: #000;
        }

.widecolumn .faqquiz .panel-body {
    padding: 20px;
}

.widecolumn .education h4 a {
    color: #312f26;
    font-weight: 700;
}

.ringSearchContainer,
.searchresult {
    margin-top: 20px;
}

.subcategory.toggled .ringSearchContainer {
    z-index: 1;
    transition: all .5s ease 0s;
}

.ringSearchContainer .divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #e5e5e5;
    transition: all .5s ease 0s;
}

.ringsearchMain {
    padding: 0;
    background: #fff;
}

.widecolumn .subcategory .ringSearchContainer h4.ring-searchTitle {
    color: #fff;
    padding: 15px;
    background: #37438F;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.sliderRange .inputbox input.form-control,
.widthRangeContainer .sliderRange .inputbox input.form-control {
    padding-left: 10px;
}

.inputbox {
    width: 46%;
    float: left;
}

    .inputbox:nth-child(2) {
        margin-left: 15px;
    }

.widthRangeContainer {
}

.titleHead {
    padding-bottom: 10px;
}

    .titleHead h4 {
        color: #000;
        font-weight: 700;
        display: inline-block;
        float: left;
        margin: 0;
        font-size: 14px;
    }

    .titleHead span {
        float: right;
    }

        .titleHead span a.clear {
            color: #aaa;
        }

.rangeNumber {
    padding-bottom: 20px;
}

.sliderContainer {
    padding: 10px 10px 20px 0;
}

.doller-symbole {
    position: relative;
    top: -25px;
    left: 13px;
    font-size: 14px;
    z-index: 100;
    color: gray;
}

.inputContainer .input-group.checkbox label {
    font-size: 13px;
    line-height: 18px;
}

.inputContainer .form-control {
    border-radius: 0;
}

.ui-widget-content {
    background: #e5e5e5;
    border: none;
}

.ui-widget-header {
    background: #555583;
}

.ui-slider-horizontal {
    height: 3px;
}

    .ui-slider-horizontal .ui-slider-range {
        height: 3px;
        position: relative;
    }

.ui-slider .ui-slider-handle {
    width: 1em;
    height: 1em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.6em;
    outline: none;
}

    .ui-slider-horizontal .ui-slider-handle:last-child {
        top: -1.6em;
    }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #37438F;
    border: none;
    border-radius: 10px;
    position: relative;
    display: block;
}

.priceRangeContainer .sliderContainer .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all > css3-container {
    top: 98px !important;
    left: 244px;
    outline: none;
}

.widthRangeContainer .sliderContainer .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all > css3-container {
    top: 210px !important;
    outline: none;
}

.genderSelect .inputContainer .input-group.checkbox {
    display: inline-block;
    padding-right: 20px;
}

.genderSelect .inputContainer {
    padding: 0;
}

.form-control {
    border-radius: 0;
}

.input-group.checkbox input[type=checkbox] {
    display: none;
}

    .input-group.checkbox input[type=checkbox] + label {
        color: #6a6a6a;
    }

        .input-group.checkbox input[type=checkbox] + label span {
            display: inline-block;
            width: 18px;
            height: 18px;
            font-size: 15px !important;
            padding: 0 !important;
            margin: 0 10px 0 -20px;
            border: 1px solid #c2c2c2;
            vertical-align: middle;
            cursor: pointer;
        }

    .input-group.checkbox input[type=checkbox].selected + label span:before {
        color: #6a6a6a;
        content: " ";
        width: 12px;
        height: 12px;
        display: block;
        margin-left: 2px;
        margin-top: 2px;
        background: #8585c0;
    }

.styleSelect .inputContainer .input-group.checkbox {
    display: block;
    padding-right: 20px;
}

.styleSelect .inputContainer {
    padding: 0;
}

.searchresult .navContainer {
    min-height: 47px;
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #e9e9e9;
    margin-bottom: 30px;
}

    .searchresult .navContainer .selectwrapper,
    .select-wrapper {
        display: inline-block;
    }

.resulttext {
    line-height: 28px;
}

.rightContent {
    float: right;
    margin-right: -19px;
}

.searchresult .navContainer span.selectlabel1,
.searchresult .navContainer span.selectlabel2 {
    line-height: 27px;
    font-weight: 700;
    padding-right: 5px;
}

.searchresult .navContainer span.selectlabel2 {
    padding-left: 20px;
}

.select-wrapper {
    height: 27px !important;
    font-size: 12px;
    background-color: #fff;
    color: #515151;
    padding: 0;
    border: 1px solid #c2c2c2;
    cursor: pointer;
    position: relative;
}

.swrapper1 {
    width: 150px;
}

.swrapper2 {
    width: 150px;
}

.select-wrapper select.selectlist1 {
    line-height: 27px;
    height: 28px;
}

.select-wrapper select.selectlist2 {
    line-height: 27px;
    height: 28px;
}

.select-wrapper select {
    height: 27px !important;
    display: block;
    -webkit-appearance: menulist-button;
    float: left;
    font-size: 12px;
    width: 100%;
    left: 0;
    top: 0;
}

    .select-wrapper select.selectlist1 option,
    .select-wrapper select.selectlist2 option {
        line-height: 27px;
    }

.select-wrapper .holder {
    display: inline-block;
    margin: -1px 0 0 10px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    padding: 1px 0;
    font-size: 12px;
    color: #515151;
    text-transform: capitalize;
    line-height: 27px;
    height: 28px !important;
    font-weight: 300;
    vertical-align: middle;
}

    .select-wrapper .holder:after {
        content: '';
        float: right;
        margin: 0;
        height: 31px;
        background: url(../img/selectbox-arrow.png) right top no-repeat;
        position: absolute;
        right: 0;
        width: 49px;
        top: 0;
    }

.select-wrapper select {
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

    .select-wrapper select option {
        padding: 3px 5px;
        color: #515151;
    }

        .select-wrapper select option:hover {
            box-shadow: 0 0 10px 100px #8585c0 inset;
            background: #575773;
            color: #fff;
        }

.form-group .select-wrapper,
.form-group .select-wrapper select {
    width: 100%;
}

.select-category {
    border: 1px solid #d3d3d3;
    overflow: scroll;
    overflow-x: hidden;
    height: 120px;
    padding: 7px 10px 10px;
}

    .select-category .checkbox {
        padding-bottom: 7px;
        padding-top: 0;
        margin: 0;
    }

        .select-category .checkbox label {
            font-size: 14px;
            color: #515151;
        }

        .select-category .checkbox input[type=checkbox] {
            margin-left: -20px;
            margin-top: 4px;
        }

.searchresult .rightContent .form-control[disabled],
.searchresult .rightContent .form-control[readonly],
.searchresult .rightContent fieldset[disabled] .form-control {
    opacity: 0;
}

.searchresult .box {
    width: 100%;
    min-height: 340px;
    padding: 0;
    background: #fff;
    margin: 0 auto 40px;
    position: relative;
}

    .searchresult .box p {
        margin-bottom: 0px;
    }

    .searchresult .box .product-img {
        min-height: 220px;
        padding-top: 8px;
        padding-bottom: 14px;
    }

        .searchresult .box .product-img .img-responsive {
            margin: 0 auto;
        }

    .searchresult .box .textbox {
        border-top: 1px solid #ededed;
        text-align: center;
        padding: 10px 38px 12px;
    }

    .searchresult .box .pricebox {
        color: #787878;
        padding-top: 2px;
    }

        .searchresult .box .pricebox > .productprice {
            font-weight: 600;
            color: #0d0d0d;
        }

    .searchresult .box .addtocart {
        display: none;
        background: #575773;
        text-align: center;
        position: absolute;
        bottom: -37px;
        left: 0;
        z-index: 1;
        width: 100%;
    }

    .searchresult .box:hover {
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .22);
    }

        .searchresult .box:active .addtocart,
        .searchresult .box:focus .addtocart,
        .searchresult .box:hover .addtocart {
            display: block;
            box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .22);
        }

    .searchresult .box .addtocart > a {
        color: #fff;
        display: block;
        padding: 8px 0 9px;
        outline: 0;
        width: 100%;
    }

label {
    font-weight: 400;
}

.srestultpagination .pagination {
    border-radius: 0;
    display: inline-block;
    margin-top: 10px;
}

    .srestultpagination .pagination > li {
        display: inline-block;
        border: 1px solid #e9e9e9;
        background: #fff;
        color: #fff;
        max-height: 35px;
        margin-left: 4px;
    }

        .srestultpagination .pagination > li a {
            font-size: 12px;
            color: #515151;
            line-height: 23px;
            padding: 5px 13px;
            outline: 0;
        }

        .srestultpagination .pagination > li:active a,
        .srestultpagination .pagination > li:focus a,
        .srestultpagination .pagination > li:hover a {
            background: #575773;
            color: #fff;
        }

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #fff !important;
    border: 1px solid #e9e9e9;
    background: #575773;
}

.srestultpagination .pagination > li.disabled:active a,
.srestultpagination .pagination > li.disabled:focus a,
.srestultpagination .pagination > li.disabled:hover a {
    background: rgba(255, 255, 255, .5);
    color: #e9e9e9;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    border-color: #e9e9e9;
    background: rgba(255, 255, 255, .5);
}

#breadcrumb {
    display: table;
}

.breadcrumb {
    background: 0 0;
    font-size: 13px;
    margin: 0;
    line-height: 38px;
    text-align: right;
    height: 57px;
    vertical-align: middle;
    display: table-cell;
    float: right;
}

    .breadcrumb a {
        display: inline-block;
        color: #000;
    }

    .breadcrumb > li + li:before {
        color: #000;
        content: "/ ";
        padding: 0 5px;
    }

    .breadcrumb > li > a.fa.fa-home:before {
        font-size: 17px;
    }

.testimonial-info .owl-theme .owl-controls {
    margin-top: 42px;
    text-align: center;
}

    .testimonial-info .owl-theme .owl-controls .owl-pagination:after,
    .testimonial-info .owl-theme .owl-controls .owl-pagination:before {
        content: "";
        display: inline-block;
        background: url(../img/line-1px.png) no-repeat;
        width: 104px;
        height: 15px;
        line-height: 35px;
    }

    .testimonial-info .owl-theme .owl-controls .owl-page span {
        width: 17px;
        height: 17px;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #c9c9c9;
    }

    .owl-theme .owl-controls.clickable .owl-page:hover span,
    .testimonial-info .owl-theme .owl-controls .owl-page.active span {
        background: #e6e6e6;
    }

.footer-wrapper {
    float: left;
    width: 100%;
}

    .footer-wrapper .footer {
        background: #f4f3f3;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .footer-wrapper .footer .inner-wrap h3 {
            font-size: 18px;
            color: #2F3C7F;
            margin-bottom: 14px;
            margin-top: 10px;
            font-weight: 700;
        }

        .footer-wrapper .footer a {
            display: inline-block;
            color: #4D557B;
            font-size: 16px;
            line-height: 28px;
            padding-top: 2px;
            padding-bottom: 6px;
        }

        .footer-wrapper .footer a:hover {
            color: #2F3C7F;
        }

        .footer-wrapper .footer .social-links a {
            line-height: 20px;
            padding-top: 7px;
            padding-bottom: 8px;
        }

            .footer-wrapper .footer .social-links a span.fa {
                display: block;
                float: left;
                font-size: 17px !important;
            }

        .footer-wrapper .footer .social-links .social-icon {
            width: 20px;
            height: 20px;
            float: left;
            display: inline-block;
            margin-right: 12px;
        }

        .footer-wrapper .footer .social-links .sicon-facebook {
            background: url(../img/social-icon-fb.png) center center no-repeat;
        }

        .footer-wrapper .footer .social-links .sicon-twitter {
            background: url(../img/social-icon-tw.png) center center no-repeat;
        }

        .footer-wrapper .footer .social-links .sicon-pinterest {
            background: url(../img/social-icon-pr.png) center center no-repeat;
        }

        .footer-wrapper .footer .social-links .sicon-stumbleupon {
            background: url(../img/social-icon-su.png) center center no-repeat;
        }

.contact-info {
    display: inline-block;
    color: #4D557B;
    font-size: 14px;
    line-height: 22px;
    padding-top: 3px;
}

.newslatter {
    padding-top: 16px;
}

    .newslatter .glyphicon-envelope {
        display: block;
        color: #ffda27;
        margin-right: 10px;
        float: left;
    }

.achivement,
.footer-wrapper .copyright .copyright-info1 span {
    display: inline-block;
}

.newslatter .form-group input.form-control {
    border-radius: 0;
    padding: 5px 14px;
    max-width: 203px;
    max-height: 37px;
    float: left;
}

#gift-model img,
.delivery img,
.modal-content img {
    max-width: 100%;
}

.newslatter .form-group button {
    max-height: 37px;
    min-width: 94px;
    background: #ffda27;
    color: #464646;
    text-shadow: none;
    box-shadow: none;
    margin-left: 7px;
}

.achivement {
    width: 80px;
    height: 80px;
    margin-right: 23px;
    margin-bottom: 15px;
    margin-top: 6px;
}

.footer-wrapper .copyright {
    background: 0 0;
    font-size: 12px;
    line-height: 20px;
 
}

    .footer-wrapper .copyright a{
        color: #2F3C7F;
    }

    .footer-wrapper .copyright .copyright-info {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .footer-wrapper .copyright .copyright-info1 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.contactform {
    width: 300px;
    overflow: hidden;
}

.fieldgroup {
    display: block;
    margin-bottom: 5px;
    border: 1px solid #999;
    background: #efefef;
    padding: 8px 10px;
    overflow: hidden;
}

    .fieldgroup input,
    .fieldgroup textarea {
        border: none;
        background: 0 0;
        padding: 0;
        width: 100%;
        outline: 0;
    }

.cart-listing-table,
.content-area .desc-block {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #e9e9e9;
}

.content-area {
    float: left;
    margin: 25px 0;
}

    .content-area .desc-block {
        padding: 20px 5px;
    }

        .content-area .desc-block h2 {
            font-size: 18px;
            color: #000;
            margin-bottom: 10px;
        }

        .content-area .desc-block p {
            font-size: 14px;
            color: #515151;
        }

        .content-area .desc-block em {
            font-size: 14px;
            color: #36479d;
            font-weight: 700;
            font-style: normal;
        }

        .content-area .desc-block .norton-icon {
            padding-left: 0;
            text-align: right;
        }

.cart-listing-table {
    margin-top: 20px;
}

    .cart-listing-table .table {
        margin-bottom: 0;
        border: none;
    }

        .cart-listing-table .table th {
            border-bottom: solid 1px #e9e9e9;
            border-left: solid 0 #e9e9e9;
            color: #000;
            padding: 15px;
        }

        .cart-listing-table .table td {
            border-bottom: solid 1px #e9e9e9;
            border-left: solid 1px #e9e9e9;
            color: #515151;
            padding: 15px;
            font-size: 12px;
            position: relative;
        }

            .cart-listing-table .table td:last-child,
            .cart-listing-table .table th:last-child {
                border-right: none;
            }

.coloredFont.font7pt {
    padding: 10px 15px 0;
}

.cart-listing-table .table .col1 {
    width: 10%;
}

.cart-listing-table .table .col2 {
    width: 46%;
}

.cart-listing-table .table .col3 {
    width: 12%;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
}

.cart-listing-table .table .col4 {
    width: 10%;
    text-align: center;
    vertical-align: middle;
}

.cart-listing-table .table .col5 {
    width: 12%;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
}

.cart-listing-table .table .col6 {
    width: 7%;
    text-align: center;
    vertical-align: middle;
}

    .cart-listing-table .table .col6 .btn-outer {
        height: 100% !important;
    }

.addcart-table-block textarea {
    resize: none;
}

.cart-listing-table .table .prod-img {
    width: 98px;
    height: 98px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e9e9e9;
}

    .cart-listing-table .table .prod-img img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 100%;
    }

.cart-listing-table .table .delete-btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    background: url(../img/delete-icon.png) no-repeat;
    width: 14px;
    height: 21px;
    margin-left: -7px;
    margin-top: -10px;
}

.cart-listing-table .table table {
    width: 100%;
    border: none;
}

    .cart-listing-table .table table td {
        border: none;
        padding: 10px 0 0;
        font-size: 14px;
    }

.quantity-block {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -41px;
    margin-top: -15px;
    width: 82px;
    height: 30px;
    border: 1px solid #e9e9e9;
}

    .quantity-block .dec,
    .quantity-block .incre,
    .quantity-block .inputbox {
        float: left;
        background: 0 0;
        border: none;
        width: 26px;
        height: 26px;
    }

    .quantity-block .dec {
        position: relative;
        margin-right: 1px;
    }

        .quantity-block .dec:after {
            content: '-';
            position: absolute;
            top: 1px;
            left: 10px;
            font-size: 18px;
            color: #000;
        }

    .quantity-block .inputbox {
        margin: 0 1px 0 0;
        padding: 0;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
    }

    .quantity-block .incre {
        position: relative;
    }

        .quantity-block .incre:after {
            content: '+';
            position: absolute;
            top: 0;
            left: 7px;
            font-size: 18px;
            color: #000;
        }

.promo-code {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .content-area .form-control,
    .promo-code .form-control {
        background: 0 0;
        height: auto;
        padding: 0;
        margin: 0;
        float: left;
        width: 100%;
        box-shadow: none;
    }

        .content-area .form-control label,
        .promo-code .form-control {
            font-size: 12px;
            float: left;
            width: 100%;
            line-height: 20px;
            font-weight: 700;
            color: #000;
            padding-top: 5px;
            margin-right: 15px;
        }

        .content-area .form-control input[type=text],
        .promo-code .form-control {
            float: left;
            width: 100%;
            border: 1px solid #ebebeb;
            padding: 5px 10px;
            font-size: 14px;
            color: #000;
            height: 32px;
            line-height: 32px;
        }

        .content-area .form-control textarea,
        .promo-code .form-control {
            float: left;
            width: 100%;
            height: 150px;
            resize: none;
            border: 1px solid #ebebeb;
            padding: 5px 10px;
            font-size: 14px;
            color: #000;
        }

        .content-area .form-control input:focus,
        .promo-code .form-control {
            box-shadow: none;
            border: 1px solid #ddd;
            outline: 0;
        }

        .content-area .form-control .btn,
        .promo-code .form-control {
            background: #515151;
            border: 1px solid #515151;
            margin-left: 10px;
            padding: 5px;
            font-size: 14px;
            line-height: 16px;
            height: 32px;
            color: #fff;
            min-width: 75px;
        }

        .content-area .form-control select,
        .promo-code .form-control {
            width: 100%;
            border: 1px solid #e9e9e9;
            padding: 5px;
            font-weight: 400;
        }

.no-padd {
    padding: 0;
}

.total-box {
    background: #fff;
    border-right: solid 1px #e9e9e9;
    padding: 0;
    float: left;
    width: 100%;
}

    .total-box table {
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .total-box table td {
            padding: 12px 15px;
            border-bottom: solid 1px #e9e9e9;
            border-left: solid 1px #e9e9e9;
            font-size: 14px;
            color: #000;
            font-weight: 700;
        }

            .total-box table td select {
                width: 100%;
                border: 1px solid #e9e9e9;
                padding: 5px;
                font-weight: 400;
            }

.button-control {
    float: left;
    width: 100%;
    margin-top: 15px;
}

    .button-control .continue {
        float: left;
        width: 165px;
        text-align: center;
        background: #fff;
        border: 1px solid #c1c1c1;
        padding: 7px 15px;
        font-size: 14px;
        color: #464646;
    }

        .button-control .continue:hover {
            background: #575773;
            color: #fff;
        }

    .button-control .right {
        float: right;
        width: 50%;
    }

        .button-control .right .proceed {
            float: right;
            width: 200px;
            text-align: center;
            background: #F47D20;
            border: 1px solid #c1c1c1;
            padding: 7px 15px;
            font-size: 14px;
            color: #fff;
        }

            .button-control .right .proceed:hover {
                background: #F9A11B;
                color: #fff;
            }

        .button-control .right .check-paypal {
            float: right;
            border: none;
            background: url(../images/paypalcheckouticon.png) no-repeat;
            width: 165px;
            height: 37px;
        }

        .button-control .right p {
            text-align: center;
            margin: 0;
            padding: 15px 0;
            float: right;
            width: 68%;
        }

    .button-control .btn {
        min-width: 165px;
        display: block;
        margin: auto;
        height: 37px;
        background: #575773;
        border: 1px solid #c1c1c1;
        padding: 5px 15px;
        font-size: 14px;
        color: #fff;
    }

.note,
em.message {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 12px;
}

.button-control .btn:hover {
    background: #fff;
    color: #575773;
}

.note {
    color: #515151;
    padding: 15px 0;
}

    .note em {
        color: red;
        font-style: normal;
    }

em.message {
    color: #515151;
}

.card-block {
    float: left;
    width: 100%;
    background: #EAECF8;
    border: 1px solid #e9e9e9;
}

    .card-block h2 {
        float: left;
        width: 100%;
        font-size: 15px;
        font-weight: 700;
        color: #000;
        padding: 10px 15px;
        background: #eaeaea;
    }

    .card-block .learn,
    .card-block .note {
        line-height: 20px;
        font-size: 12px;
    }

    .card-block .form-control {
        padding: 10px 0 15px;
    }

    .card-block .bdr-btm {
        border-bottom: solid 1px #e9e9e9;
        float: left;
        width: 100%;
    }

    .card-block .cards {
        margin-top: 42px;
        margin-left: -10px;
        float: left;
    }

    .card-block select.month {
        width: 30%;
        margin-right: 10px;
    }

    .card-block select.year {
        width: 30%;
    }

    .card-block .learn {
        color: #000;
        font-weight: 700;
        text-decoration: underline;
    }

    .card-block .input-group.checkbox input[type=checkbox] + label {
        font-weight: 400;
        padding-top: 0;
        line-height: 20px;
    }

    .card-block .input-group {
        margin: 0;
    }

.productdetail {
    padding-top: 25px;
    padding-bottom: 14px;
}

.productimage #carousel12 .carousel-inner > .item > a > img,
.productimage #carousel12 .carousel-inner > .item > img,
.productimage #carousel12 .img-responsive,
.productimage #carousel12 .thumbnail a > img,
.productimage #carousel12 .thumbnail > img,
.productimage #slider1 .item img {
    border: 1px solid #e9e9e9;
}

.productmaincontainer #carousel .flex-viewport {
    width: 371px !important;
    margin: 0 auto;
}

.productmaincontainer #carousel .slides li {
    margin: 0 15px;
    width: 98px !important;
    height: 98px;
}

    .productmaincontainer #carousel .slides li img {
        margin: 0 15px;
        width: 96px !important;
        height: 96px;
        border: 1px solid #e9e9e9;
    }

    .productmaincontainer #carousel .slides li:first-child {
        margin-left: 0 !important;
    }

    .productmaincontainer #carousel .slides li:last-child {
        margin-right: 0 !important;
    }

.productmaincontainer #slider .flex-viewport {
    border: 1px solid #e9e9e9;
    padding: 1px;
    overflow: hidden;
}

.productmaincontainer .banner #carousel .flex-direction-nav a {
    background: url(../img/bgi/prev-next-transparent.png) no-repeat;
}

.productmaincontainer .banner #carousel .flex-direction-nav .flex-prev {
    background-position: left top;
    margin-top: -12px;
}

.productmaincontainer .banner #carousel .flex-direction-nav .flex-next {
    background-position: right top;
    margin-top: -12px;
}

.productmaincontainer .banner #carousel.flexslider {
    margin-top: 5px;
}

.productmaincontainer .banner .flexslider {
    background: 0 0;
}

    .productmaincontainer .banner .flexslider:hover .flex-direction-nav .flex-prev {
        left: 0;
    }

    .productmaincontainer .banner .flexslider:hover .flex-direction-nav .flex-next {
        right: 0;
    }

.outerwrapper {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 35px;
}

.itemtitle {
    margin: 0 0 25px;
}

    .itemtitle h4 {
        font-size: 18px;
        line-height: 24px;
        margin: 0;
    }

.itemdetail {
    border-right: 1px solid #e9e9e9;
}

.datatitle {
    font-weight: 700;
    padding: 0 0 30px;
    color: #000;
    line-height: 14px;
}

.itemdetail .datatitle:last-child {
    padding-bottom: 0;
}

.itemsize .datatitle {
    padding: 5px 0;
}

.datavalue {
    font-weight: 400;
    margin-left: 25px;
    color: #515151;
}

.pricevalue {
    font-size: 18px;
    font-weight: 700;
    color: #ff1e00;
}

.datavalue .img-responsive {
    display: inline-block;
}

.datatitle > span:not(.datavalue) {
    width: 37%;
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
}

.itempage-selectwrapper,
.textareabox {
    display: inline-block;
    width: 61%;
}

.datatitle .itempage-selectwrapper .select-wrapper {
    height: 32px !important;
}

    .datatitle .itempage-selectwrapper .select-wrapper .holder {
        height: 32px !important;
        line-height: 32px;
    }

        .datatitle .itempage-selectwrapper .select-wrapper .holder::after {
            height: 36px;
        }

    .datatitle .itempage-selectwrapper .select-wrapper select {
        height: 32px !important;
    }

        .datatitle .itempage-selectwrapper .select-wrapper select option {
            font-weight: 400;
        }

.btn-outer {
    position: relative;
    height: 230px;
}

.textareabox textarea {
    display: block;
    width: 100%;
    height: 62px;
    border: 1px solid rgba(233, 233, 233, 1);
    resize: none;
    font-weight: 400;
    margin: 0;
    line-height: normal;
    outline: 0 !important;
    padding: 10px;
}

textarea {
    padding: 5px;
}

.textareabox span {
    font-size: 11px;
    color: #515151;
    font-weight: 100;
    display: block;
}

.shopingcartbutton {
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 30px;
}

.addtocart.btn,
.continueshopping.btn {
    font-weight: 100;
}

.continueshopping.btn {
    border: 1px solid #c1c1c1;
    background: #fff;
    padding: 12px 23px;
    color: #464646;
}

.addtocart.btn {
    background: #575773;
    padding: 12px 47px;
    color: #fff;
    margin-right: 0;
}

.share-socialbutton {
    padding-bottom: 28px;
}

    .share-socialbutton a {
        color: #515151 !important;
        line-height: 27px;
    }

        .share-socialbutton a span {
            padding-left: 8px;
        }

.sharetofr {
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
}

.fb-button.btn,
.pi-button.btn,
.send-button.btn,
.su-button.btn,
.tw-button.btn {
    border: 1px solid #c1c1c1;
    vertical-align: middle;
    margin: 0 5px;
    padding: 4px 10px;
}

.fb-button:before,
.pi-button:before,
.sharetofr:before,
.su-button:before,
.tw-button:before {
    content: "";
    float: left;
    margin-top: 2px;
    width: 17px;
    height: 20px;
    background: url(../img/social-color-icon-sprite22x22.png) no-repeat;
    display: inline-block;
    padding-right: 10px;
}

.sharetofr:before {
    background-position: 0 -88px;
    width: 20px;
}

.fb-button:before {
    background-position: -4px 0;
    margin-left: -7px;
}

.tw-button:before {
    background-position: -4px -22px;
    margin-left: -3px;
}

.pi-button:before {
    background-position: -4px -44px;
    margin-left: -1px;
}

.su-button:before {
    background-position: -4px -66px;
    margin-left: 0;
}

.itemdescription .nav-tabs > li {
    width: 165px;
    height: 37px;
    text-align: center;
    margin-bottom: 0;
}

    .itemdescription .nav-tabs > li > a {
        border-radius: 0;
        color: #000;
        margin: 0;
        padding: 8px 15px;
        text-align: center;
    }

    .itemdescription .nav-tabs > li.active > a,
    .itemdescription .nav-tabs > li.active > a:focus,
    .itemdescription .nav-tabs > li.active > a:hover {
        color: #000;
        border-bottom-color: #e9e9e9;
    }

.itemdescription .tab-content {
    border: 1px solid #e9e9e9;
    border-top: 0;
    padding: 20px;
    background: #fff;
}

    .itemdescription .tab-content p {
        text-align: justify;
    }

.itemdescription .cate-links {
    padding-top: 33px;
}

    .itemdescription .cate-links span {
        font-weight: 700;
        color: #000;
        padding-right: 12px;
    }

    .itemdescription .cate-links a {
        text-decoration: underline;
        padding-left: 13px;
    }

.searchresult.itemrecentview {
    margin-top: 38px;
}

    .searchresult.itemrecentview h4 {
        font-size: 18px;
        color: #000;
        font-weight: 700;
    }

.recentvieweditem.owl-theme .owl-controls {
    text-align: right;
}

    .recentvieweditem.owl-theme .owl-controls .owl-buttons div {
        background: url(../img/bgi/prev-next-transparent.png) no-repeat, #fff;
        background-size: cover;
        color: #000;
        border-radius: 0;
        opacity: 1;
        padding: 20px;
        border: 1px solid #e9e9e9;
    }

        .recentvieweditem.owl-theme .owl-controls .owl-buttons div.owl-prev {
            background-position: 0 0;
        }

        .recentvieweditem.owl-theme .owl-controls .owl-buttons div.owl-next {
            background-position: -45px 0;
        }

.recentvieweditem.owl-theme .owl-next.disabled,
.recentvieweditem.owl-theme .owl-prev.disabled {
    opacity: .5 !important;
    color: #d3d3d3 !important;
    cursor: not-allowed;
}

.recentvieweditem .box {
    background: #fff;
    margin: 0 auto;
    min-height: 320px;
    padding: 0;
    position: relative;
    width: 100%;
}

    .recentvieweditem .box .product-img {
        min-height: 220px;
        padding-bottom: 14px;
        padding-top: 8px;
    }

    .recentvieweditem .box .textbox {
        border-top: 1px solid #ededed;
        padding: 10px 38px 12px;
        text-align: center;
    }

.searchresult.itemrelatedview {
    margin-top: 38px;
}

    .searchresult.itemrelatedview h4 {
        font-size: 18px;
        color: #000;
        font-weight: 700;
    }

.relatedvieweditem.owl-theme .owl-controls {
    text-align: right;
}

    .relatedvieweditem.owl-theme .owl-controls .owl-buttons div {
        background: url(../img/bgi/prev-next-transparent.png) no-repeat, #fff;
        background-size: cover;
        color: #000;
        border-radius: 0;
        opacity: 1;
        padding: 20px;
        border: 1px solid #e9e9e9;
    }

        .relatedvieweditem.owl-theme .owl-controls .owl-buttons div.owl-prev {
            background-position: 0 0;
        }

        .relatedvieweditem.owl-theme .owl-controls .owl-buttons div.owl-next {
            background-position: -45px 0;
        }

.relatedvieweditem .owl-theme .owl-next.disabled,
.relatedvieweditem .owl-theme .owl-prev.disabled {
    opacity: .5 !important;
    color: #d3d3d3 !important;
    cursor: not-allowed;
}

.relatedvieweditem .box {
    background: #fff;
    margin: 0 auto;
    min-height: 320px;
    padding: 0;
    position: relative;
    width: 100%;
}

    .relatedvieweditem .box .product-img {
        min-height: 220px;
        padding-bottom: 14px;
        padding-top: 8px;
    }

    .relatedvieweditem .box .textbox {
        border-top: 1px solid #ededed;
        padding: 10px 38px 12px;
        text-align: center;
    }

.ringsizernotkonw {
    margin: 30px 0 0;
    background: #d5d5d5;
    color: #000;
    padding: 15px 20px;
}

    .ringsizernotkonw p {
        font-weight: 700;
    }

.bandscategory {
    
}

    .bandscategory h1, .bandscategory h2 {
        margin-top: 30px;
        margin-bottom: 1px;
        padding-bottom: 10px;
        font-family: 'Libre Baskerville', Tahoma, serif;
        font-style: italic;
        font-size: 30px;
        border-bottom: 4px solid #ededed;
    }

    .bandscategory h3 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .bandscategory .productbox {
        margin: 0;
    }

    .bandscategory > .row {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }

    .bandscategory .flex{
        /*-webkit-flex: 1;
        flex: 1;*/
    }
    
    .bandscategory .box {
        margin-top: 15px;
        margin-bottom: 0px;
    }

        .bandscategory .box:hover {
            /*box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .22);*/
        }

        .bandscategory .box .bandscattitle {
            border-bottom: 1px solid #ededed;
            text-align: left;
        }

            .bandscategory .box .bandscattitle a {
                display: block;
                padding: 10px 0 5px 0;
                font-weight: 700;
                font-size: 14px;
            }

        .bandscategory .box:hover .bandscattitle a {
            color: #979dbf;
            /*display: block;
            background: #1F2E77;
            color: #fff;
            text-decoration: none;*/
        }

.ServicePolicies a:link:hover,
.cna-review a,
.sitemap a:focus,
.sitemap a:hover {
    text-decoration: underline;
}

.bandscategory .box .product-img {
    padding: 10px 5px 5px 5px;
    margin: 0 auto;
    text-align: center;
}

    .bandscategory .box .product-img img.proimg {
        width: 70%;
        height: 105px;
        margin: 0 auto;
    }

.bandscategory .box .textbox-bottom {
    padding: 10px 0;
}

    .bandscategory .box .textbox-bottom p {
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 10px 0;
    }

    .bandscategory .box .textbox-bottom ul {
        margin: 0px;
        list-style-type: none;
    }

    .bandscategory .box .textbox-bottom li a {
        font-size: 11px;
        line-height: 15px;
    }

        .bandscategory .box .textbox-bottom li a span.fa:before {
            content: "\f105";
            margin-right: 10px;
        }

    .bandscategory .box .textbox-bottom .viewbox {
        margin: 10px 0 3px 0;
        display: inline-block;
    }

        .bandscategory .box .textbox-bottom .viewbox a {
            text-transform: uppercase;
            padding: 5px 10px;
            background: #fff;
            font-size: 12px;
            color: #575773;
            border: 1px solid #575773;
        }

        /*.bandscategory .box .textbox-bottom .viewbox:hover {
            background: #575773;
            color: #515151;
            border: 1px solid #515151;
        }*/

            .bandscategory .box .textbox-bottom .viewbox:hover a {
                background: #575773;
                color: #FFF;
                border: 1px solid #515151;
            }

.popularproduct {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

    .popularproduct h4 {
        font-size: 18px;
        color: #000;
        font-weight: 700;
        margin: 0 0 30px;
    }

#popularproduct .box {
    background: #fff;
    margin: 0 auto;
    min-height: 320px;
    padding: 0;
    position: relative;
    width: 100%;
}

    #popularproduct .box .product-img {
        min-height: 220px;
        padding-bottom: 14px;
        padding-top: 8px;
    }

        #popularproduct .box .product-img img {
            margin: 0 auto;
        }

    #popularproduct .box .textbox {
        border-top: 1px solid #ededed;
        padding: 10px 10px 12px;
        text-align: center;
    }

    #popularproduct .box .pricebox {
        color: #787878;
        padding-top: 2px;
    }

        #popularproduct .box .pricebox > .productprice {
            color: #ff1e00;
            font-weight: 700;
        }

a.customNavigation {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    background-image: url(../img/bgi/prev-next-transparent.png);
    background-repeat: no-repeat;
    background-position: 82px;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    color: #000;
    opacity: 1;
    height: 320px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 1;
    display: inline-block;
}

    a.customNavigation.prev {
        left: 0;
        background-position: -3px 136px;
    }

    a.customNavigation.next {
        right: 0;
        background-position: -55px 136px;
    }

.testimonialsall {
    margin: 25px 0;
}

    .testimonialsall .tm-all {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .testimonialsall .tmwriter {
        font-weight: 700;
        padding-top: 3px;
    }

    .testimonialsall .tm-all:nth-child(odd) .tmwriter {
        text-align: right;
    }

    .testimonialsall .tm-all:nth-child(even) .tmwriter {
        text-align: left;
    }

    .testimonialsall .panel {
        position: relative;
        background: #fff;
        border: 2px solid #e9e9e9;
        border-radius: 0;
    }

        .testimonialsall .panel:after,
        .testimonialsall .panel:before {
            top: 100%;
            left: 95%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

    .testimonialsall .panelleft:after,
    .testimonialsall .panelleft:before {
        left: 5%;
    }

    .testimonialsall .panel:after {
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #fff;
        border-width: 20px;
        margin-left: -20px;
    }

    .testimonialsall .panel:before {
        border-color: rgba(194, 225, 245, 0);
        border-top-color: rgba(233, 233, 233, 1);
        border-width: 23px;
        margin-left: -23px;
    }

.createaccout,
.signinme {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .createaccout h2,
    .signinme h2 {
        font-size: 20px;
        margin: 0 0 20px;
    }

.cna-list {
    margin: 30px 0 20px;
}

.cna-review {
    margin: 20px 0;
}

    .cna-review a {
        font-weight: 700;
    }

.btn.btn-default {
    text-shadow: none;
}

.createaccountbutton.btn.btn-default,
.newaccountbutton.btn.btn-default,
.signinbutton.btn.btn-default {
    background: #8585c0;
    color: #fff;
    text-shadow: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 12px;
    font-weight: 700;
}

.newaccountbutton.btn.btn-default {
    display: inline-block;
    width: 50%;
}

.DutiesnVat,
.InternationalDelivery,
.NewsArticlesInfo,
.OurGuarantee,
.RingSizeHelp,
.ServicePolicies,
.aboutourRings,
.aboutus,
.contactinfo,
.copyright-page,
.delivery,
.Titaniumrings,
.Cobaltrings,
.education,
.metalsnhistory,
.platinumrings {
    margin-top: 20px;
    text-align: justify;
}

    .aboutus h3 {
        font-size: 28px;
    }

    .RingSizeHelp .text h3 {
        font-size: 20px;
    }

    .RingSizeHelp .iframbox {
        display: table;
        float: center;
        position: relative;
        text-align: center;
    }

    .RingSizeHelp #box-table {
        border: 2px solid #7272bf;
        border-collapse: collapse;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        font-size: 12px;
        text-align: center;
    }

        .RingSizeHelp #box-table th {
            background: #8585c0;
            border-bottom: 1px solid #fff;
            border-left: 1px solid;
            color: #fff;
            font-size: 13px;
            font-weight: 400;
            padding: 8px;
        }

    .ServicePolicies ul,
    .delivery ul {
        list-style: disc;
        padding-left: 40px;
    }

    .RingSizeHelp #box-table td {
        border-color: transparent #7272bf #fff;
        border-style: solid;
        border-width: 1px;
        color: #515151;
    }

    .RingSizeHelp #box-table .even {
        background-color: #C2C2E0;
    }

    .ServicePolicies h2,
    .ServicePolicies h3 {
        font-size: 20px;
        font-style: normal;
    }

    .ServicePolicies .text {
        margin: 10px 0;
        display: block;
    }

        .ServicePolicies .text .textBold {
            font-weight: 700;
        }

    .ServicePolicies ul {
        margin: 0 0 10px;
    }

        .ServicePolicies ul li a {
            display: inline-block;
        }

    .ServicePolicies p a {
        color: #515151;
    }

    .delivery h3 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .delivery ul {
        margin: 10px 0;
    }

    .delivery img {
        margin-top: 10px;
    }

.requestRingSizer .captchabox,
.requestRingSizer .captchabox .form-group {
    margin-top: 15px;
}

.InternationalDelivery .table-responsive table {
    width: 50%;
}

.requestRingSizer .reqRS {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    border-bottom: 1px dotted #d7d7d7;
    padding-bottom: 5px;
}

.requestRingSizer h1 {
    font-size: 16px;
    margin-bottom: 15px;
}

.requestRingSizer .form-group label {
    width: 150px;
    display: inline-block;
}

.requestRingSizer .form-group .form-control {
    display: inline;
}

.requestRingSizer .captchabox span {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
}

.requestRingSizer .captchabox .form-group .btn {
    background: #8585c0;
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
}

.metalsnhistorycontent {
    margin-top: 20px;
}

.mainContentSubTitle {
    margin-bottom: 10px;
    font-weight: 700;
}

.addeducationarticles {
    font-weight: 700;
    font-size: 20px;
}

.goldasp .box {
    background: #fff;
    margin: 0 auto 30px;
    min-height: 350px;
    padding: 0;
    position: relative;
    width: 100%;
}

    .goldasp .box .textbox {
        border-top: 1px solid #ededed;
        padding: 10px 25px 12px;
        text-align: center;
    }

    .goldasp .box .product-img {
        padding: 5px 20px;
        text-align: center;
        margin: 0 auto;
        height: 223px;
    }

        .goldasp .box .product-img img {
            text-align: center;
            display: inherit;
        }

.goldasp .goldrings {
    margin-top: 15px;
}

.goldasp .btn-default {
    position: absolute;
    bottom: 5%;
    left: 35%;
}

.morebuttoninfo {
    color: #fff;
    font-weight: 700;
    padding: 6px 15px;
    background: #575773;
}

.btn-global,
.btn-global:focus,
.btn-global:hover {
    color: #fff;
    background: #8585c0;
}

.block-spacer {
    padding: 15px 0;
}

.btn-global {
    padding: 3px 12px;
    border: 0;
    font-weight: 700;
}

.captchaText {
    margin-bottom: 10px;
    font-size: 13px;
    display: block;
    width: 100%;
}

.block-captcha {
    margin-bottom: 15px;
}

.block-more {
    width: 100%;
    position: absolute;
    bottom: 10px;
}

.btn-moreinfo {
    color: #fff;
    font-weight: 400;
    padding: 13px 10px;
    background: #232342;
    width: 85%;
    display: block;
    margin: 0 auto;
}

.shipping-addcart .addcart-table-block td strong,
.shipping-addcart .addcart-table-block textarea {
    display: inline-block;
    width: 90%;
}

.btn-moreinfo:focus,
.btn-moreinfo:hover {
    background: #fff;
    color: #515151;
    border: 1px solid #515151;
}

.orderstatusasp {
    padding-top: 20px;
}

.ex-number {
    margin: 8px 0 0;
    padding: 0;
    font-size: 12px;
}

.shipping-addcart .addcart-table-block select.form-control {
    display: inline-block;
    width: 90%;
    padding: 2px 0;
    font-size: 12px;
}

.shipping-addcart .button-control {
    padding: 15px;
}

.char-count input.count {
    border: 0;
    width: 18px;
}

.block-myaccount {
    padding: 15px 0 0;
}

.block-tab-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0 none;
}

    .block-tab-content h2 {
        font-size: 18px;
        font-weight: 400;
        padding-bottom: 15px;
    }

    .block-tab-content h3 {
        font-size: 12px;
        font-weight: 400;
        padding: 5px;
        background: #ddd;
        margin-bottom: 10px;
        font-style: normal;
        margin-top: 10px;
        float: left;
        width: 100%;
    }

    .block-tab-content .box-table {
        background: #f7f7f7;
        border: 1px solid #ddd;
    }

        .block-tab-content .box-table th {
            padding: 5px;
        }

    .block-tab-content table.tableTabs {
        width: 100%;
    }

        .block-tab-content table.tableTabs tr td.tab {
            padding-bottom: 10px;
        }

            .block-tab-content table.tableTabs tr td.tab div a {
                color: #8585c0;
            }

.text a {
    color: #61618f;
    font-weight: 600;
}

    .text a:focus,
    .text a:hover {
        color: #979dbf;
    }

    .text a:visited {
        color: #61618f;
        font-weight: 700;
    }

#large {
    background: #ffffff none repeat scroll 0 0;
    color: #555555;
    cursor: url("/images/cursorzoomout.png"), pointer;
    font-family: Arial;
    font-size: 10pt;
    height: Auto;
    left: 50%;
    padding: 5px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9000;
    display: none;
}

    #large #popImage {
        height: 100%;
        width: 100%;
    }

#background {
    background: #000000 none repeat scroll 0 0;
    cursor: url("/images/cursorzoomout.cur"), pointer;
    left: 0;
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 8888;
    display: none;
}

#theX {
    cursor: pointer;
    display: block;
    height: 30px;
    position: fixed;
    right: 37%;
    top: 16%;
    transform: translate(-50%, -50%);
    width: 30px;
    z-index: 9999;
    display: none;
}

/* new css for banner content */
.custom-hide-view-ipad {
    display: none;
}

@media screen and (max-width: 980px) {
    .custom-hide-view {
        display: none;
    }

    .custom-hide-view-ipad {
        position: static !important;
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .navigation .navbar-header .btn.btn-default.sidebarshow {
        margin-top: 5px;
    }

    .cartItem .removeMask, .mask {
        position: fixed;
        top: 260px;
        left: 50%;
        transform: translateX(-50%);
    }

    .top-menu li,
    .top-menu li:first-child {
        background: 0 0;
    }

    .btn-outer {
        height: auto;
    }

    .cart-listing-table .table .delete-btn {
        left: 0;
        margin: 0;
    }

    .promocode-label {
        display: block;
        width: 100%;
    }

    .promocodeinput {
        margin-bottom: 5px;
    }

    .products .col-sm-6 {
        width: 50%;
        float: left;
    }

    header nav.navbar {
        padding: 0;
    }

    .header.clearfix > .container > .row > .pull-right {
        float: none !important;
    }

    .main {
        position: relative;
        transition: all .5s ease;
    }

    .sub-menu {
        display: none;
    }



    .widecolumn .category h3 {
        font-size: 30px;
    }

    .footer-wrapper .copyright .copyright-info,
    .resp-table td {
        font-size: 12px;
    }

    .top-menu {
        float: none;
        clear: both;
        padding-bottom: 15px;
    }

        .top-menu li {
            display: block;
            padding: 10px;
            width: 50%;
            float: left;
        }

    .call-icon {
        line-height: 44px;
        padding-left: 15px;
    }

    #logo a {
        display: block;
        width: 275px;
        margin: 0 auto;
        background-size: contain;
    }

    .search-box {
        margin-right: 10px;
        float: none;
        width: 92%;
    }

        .search-box input {
            width: 84%;
        }

        .search-box > a {
            margin-left: 10px;
        }

    .btn-order {
        padding: 8px 15px;
    }

    .navigation .navbar-header > .navbar-toggle {
        float: left;
    }

        .navigation .navbar-header > .navbar-toggle > .icon-bar {
            color: #333;
        }

    .navigation .navbar-header .btn.btn-default.sidebarshow {
        display: inline-block !important;
    }

    .content-area .desc-block .norton-icon {
        text-align: center;
        padding-top: 15px;
    }

    .resp-table table,
    .resp-table tbody,
    .resp-table td,
    .resp-table th,
    .resp-table thead,
    .resp-table tr {
        display: block !important;
    }

    .resp-table table {
        width: 100%;
    }

    .resp-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .resp-table tr {
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }

    .resp-table td {
        border: none;
        float: left;
        position: relative;
        text-align: left !important;
        word-wrap: break-word;
        width: 100% !important;
        min-height: 35px;
        padding-left: 40% !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

        .resp-table td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            word-wrap: break-word;
            text-align: left;
            font-weight: 700;
            line-height: 16px;
            content: attr(data-title);
        }

        .resp-table td table tr td {
            padding-left: 0 !important;
            width: 100% !important;
        }

        .resp-table td .quantity-block {
            position: relative;
            margin: 0;
            left: 0;
        }

    .itemsize,
    .itemtitle {
        margin-top: 20px;
    }

    .itemdetail {
        border-right: none;
    }

    /* new css */
    .custom-hide-view-ipad, .custom-hide-view {
        display: none !important;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .swrapper1,
    .swrapper2 {
        margin-top: 10px;
    }

    header nav.navbar {
        padding: 0;
    }

    .call-icon {
        line-height: 44px;
        padding-left: 15px;
    }

    .header.clearfix > .container > .row > .pull-right {
        float: none !important;
    }

    .search-box {
        width: 90%;
        float: none;
    }

        .search-box input {
            width: 85%;
        }

    .products .col-sm-6 {
        width: 50%;
    }

    .btn-order {
        padding: 8px 15px;
    }

    .footer-wrapper .copyright .copyright-info {
        font-size: 12px;

    }

    .widecolumn .titlebar h3, .widecolumn .titlebar h1 {
        font-size: 20px;
        line-height: 30px;
        padding: 15px 10px 10px;
    }

    .titlebar h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .breadcrumb {
        float: none;
        padding: 8px 0;
        line-height: normal;
    }

    .swrapper1,
    .swrapper2 {
        width: 80%;
    }

    .selectlabel1,
    .selectlabel2 {
        float: left;
    }

    .searchresult .navContainer span.selectlabel2 {
        padding-left: 0;
        margin-top: 10px;
    }

    .searchresult .navContainer .selectwrapper {
        display: block;
    }

    .selectlist1,
    .selectlist2 {
        width: 70%;
    }

    .select-wrapper select.selectlist1,
    .select-wrapper select.selectlist2 {
        width: 100%;
    }

    .swrapper2 {
        width: 82% !important;
    }

    .srestultpagination .pagination {
        text-align: center;
    }

        .srestultpagination .pagination > li {
            max-height: 32px;
        }

    .srestultpagination nav {
        float: none;
        clear: both;
        text-align: center;
    }

    .srestultpagination .pagination > li a {
        padding: 3px 10px;
    }

    .rightContent {
        clear: both;
        padding-top: 10px;
        float: none;
        margin-right: 0;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .rightContent {
        padding-top: 10px;
        float: none;
        margin-right: 0;
    }

    .ringSearchContainer {
        z-index: 1;
    }
}

@media (max-width: 480px) {
    .top-menu li,
    .top-menu li:first-child {
        background: 0 0;
    }

    .content-listing li {
        width: 100%;
        float: none;
    }

    .magnifyarea {
        display: none !important;
    }

    header nav.navbar {
        padding: 0;
    }

    .call-icon {
        line-height: 44px;
        padding-left: 15px;
    }

    .btn-order {
        padding: 8px 15px;
    }

    .top-menu {
        float: none;
        clear: both;
        padding-bottom: 15px;
    }

        .top-menu li {
            display: block;
            padding: 10px;
            width: 50%;
            float: left;
        }

            .top-menu li > a {
                color: #fff;
            }

    #logo a {
        display: block;
        width: 275px;
        height: 60px;
        background-size: contain;
    }

    .main {
        position: relative;
        transition: all .5s ease;
    }

    .sidbarhide,
    .sub-menu {
        display: none;
    }

    .navigation .navbar-header > .navbar-toggle {
        float: left;
    }

    .navigation .navbar-header .btn.btn-default.sidebarshow {
        display: inline-block !important;
    }

    .products .col-sm-6 {
        width: 100%;
    }

    .widecolumn .category h3 {
        font-size: 30px;
    }

    .reviewbox.item img {
        margin: 0 auto;
    }

    .owl-theme .owl-controls .owl-pagination::after,
    .owl-theme .owl-controls .owl-pagination::before {
        width: 70px;
    }

    .owl-theme .owl-controls .owl-page span {
        width: 12px;
        height: 12px;
        margin: 7px;
    }

    .achivement {
        margin-right: 3px;
        margin-bottom: 3px;
    }

    .newslatter .form-group input.form-control {
        width: 60%;
    }

    .newslatter .form-group button {
        width: 15%;
        min-width: 92px;
    }

    .footer-wrapper .copyright .copyright-info {
        font-size: 12px;
    }

    .footer-wrapper .footer .social-links .social-icon {
        margin-right: 7px;
    }

    .widecolumn .titlebar h3 {
        line-height: 30px;
        padding: 15px 10px 10px;
    }

    .titlebar h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .breadcrumb {
        float: none;
        padding: 8px 0;
        line-height: normal;
    }

    .ringSearchContainer {
    }

    .rightContent {
        margin-right: 0;
        clear: both;
        float: none;
    }

    .selectlabel1,
    .selectlabel2 {
        float: left;
        margin-top: 10px;
    }

    .searchresult .navContainer span.selectlabel2 {
        padding-left: 0;
        margin-top: 10px;
    }

    .searchresult .navContainer .selectwrapper {
        display: block;
    }

    .selectlist1,
    .selectlist2 {
        width: 75%;
    }

    .select-wrapper select.selectlist1,
    .select-wrapper select.selectlist2 {
        width: 100%;
    }

    .swrapper1,
    .swrapper2 {
        width: 100% !important;
        margin-top: 10px;
    }

    .srestultpagination .pagination > li {
        max-height: 32px;
    }

    .srestultpagination nav {
        float: none;
        clear: both;
    }

    .srestultpagination .pagination > li a {
        padding: 2px 8px;
    }

    .button-control .continue {
        width: 100%;
        margin-bottom: 10px;
    }

    .button-control .right {
        width: 100%;
    }

        .button-control .right .proceed {
            width: 100%;
            text-align: center;
        }

        .button-control .right .check-paypal {
            float: none;
            margin: auto;
            text-align: center;
            display: block;
        }

    .itemsize,
    .itemtitle {
        margin-top: 20px;
    }

    .button-control .right p {
        width: 100%;
    }

    .testimonialsall .panel::after,
    .testimonialsall .panel::before {
        left: 75%;
    }

    .testimonialsall .panelleft:after,
    .testimonialsall .panelleft:before {
        left: 25%;
    }

    .productmaincontainer #carousel .flex-viewport {
        width: 260px !important;
    }

    .productmaincontainer #carousel .slides li {
        height: 60px;
        width: 60px !important;
    }

        .productmaincontainer #carousel .slides li img {
            height: 60px;
        }

    .productmaincontainer .banner .flex-direction-nav a {
        width: 20px;
    }

    .productmaincontainer .banner #carousel .flex-direction-nav .flex-next {
        background-position: -65px 0;
    }

    .productmaincontainer .banner #carousel .flex-direction-nav .flex-prev {
        background-position: -18px 0;
    }

    .productimage {
        left: 0;
    }

    .itemdetail {
        border-right: none;
    }

    .itemsize .datatitle {
        padding: 10px 0;
    }

        .itemsize .datatitle > span {
            width: 37%;
        }

            .itemsize .datatitle > span:not(.datavalue) {
                display: block;
                line-height: 25px;
                width: 100%;
            }

    .itemsize .itempage-selectwrapper,
    .itemsize .textareabox {
        width: 100%;
    }

    .continueshopping.btn {
        padding: 12px 10px;
    }

    .addtocart.btn {
        padding: 12px 30px;
    }

    .share-socialbutton {
        text-align: center;
    }

        .share-socialbutton a.btn.sharetofr {
            display: block;
            margin: 10px auto;
            width: 50%;
        }

        .share-socialbutton a:not(.sharetofr) {
            display: block;
            float: left;
            width: 46%;
        }

        .share-socialbutton .btn.pi-button,
        .share-socialbutton .btn.su-button {
            margin-top: 10px;
            margin-bottom: 30px;
        }

    .itemdescription .nav-tabs > li {
        width: 50%;
    }

    .cna {
        border-top: 2px solid #e9e9e9;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .RingSizeHelp .iframbox,
    .RingSizeHelp iframe {
        width: 100%;
        margin: 0 auto;
    }

    .newaccountbutton.btn.btn-default {
        width: 100%;
    }

    .aboutus h3 {
        font-size: 18px;
    }

    .aboutus h4 {
        font-size: 16px;
    }

    .RingSizeHelp .iframbox {
        position: relative;
        float: none;
        clear: both;
        text-align: center;
    }

    .InternationalDelivery .table-responsive table {
        width: 100%;
    }
}

@media (max-width: 480px) and (orientation: landscape) {
    .share-socialbutton a.btn.sharetofr {
        display: block;
        margin: 10px auto;
        width: 32%;
    }

    .RingSizeHelp iframe {
        width: 369px;
        margin: 0 auto;
    }
}
/*@media (max-width: 768px){
    .navigation .navbar-header .btn.btn-default.sidebarshow{
        display: block;
    }
    .navigation .navbar-header #navbar1{
        display: none !important;
    }
    }
    */
@media (min-width: 768px) and (max-width: 991px) {
    #mainNavigation > li > a {
        padding: 10px 8px 20px;
        margin: 14px auto 0;
    }

    .navigation .btn-order {
        margin-top: 15px;
    }

    .rightContent-inner {
        margin: 0 auto;
        width: 50%;
    }

    .cartItem .removeMask, .mask {
        position: fixed;
        top: 206px;
        left: 50% !important;
        transform: translateX(-50%);
    }

    .search-box {
        width: 92%;
        float: none;
    }

    header nav.navbar {
        padding: 0;
    }

    .sidebarshow {
        display: none;
    }

    .call-icon {
        font-size: 11px;
        line-height: 44px;
        padding-left: 0px;
    }

    .call-icon em {
        font-size: 11px;
    }

    .top-menu li {
        padding: 10px 5px 10px 10px;
        font-size: 11px;
    }

        .top-menu li a {
            line-height: 24px;
        }

    #mainNavigation > li > a {
        padding: 20px 8px;
        font-size: 12px;
    }

    .btn-order {
        padding: 8px 15px;
    }

    #logo {
        display: block;
        width: 312px;
        margin: 0 auto;
    }

    .newslatter {
        padding-top: 3px;
        float: right;
    }

    .footer-wrapper .footer .inner-wrap .newslatter h3 {
        margin-top: 0;
    }

    .navigation .multi-column .colsm3 {
        width: 33%;
    }

    .footer-wrapper .copyright .copyright-info {
        font-size: 12px;
    }

    .widecolumn .titlebar h3 {
        line-height: 30px;
        padding: 15px 10px 10px;
    }

    .titlebar h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .rightContent {
        margin-right: 0;
        clear: both;
        float: none;
    }

    .swrapper1,
    .swrapper2 {
        width: 80%;
    }

    .selectlabel1,
    .selectlabel2 {
        float: left;
    }

    .searchresult .navContainer span.selectlabel2 {
        padding-left: 0;
    }

    .select-wrapper select.selectlist1,
    .select-wrapper select.selectlist2,
    .selectlist1,
    .selectlist2 {
        width: 100%;
    }

    .searchresult .navContainer span.selectlabel1,
    .searchresult .navContainer span.selectlabel2,
    .swrapper1,
    .swrapper2 {
        margin-top: 10px;
    }

    .navContainer.clearfix > .col-sm-3 {
        width: 41.6667%;
    }

    .testimonialsall .panel::after,
    .testimonialsall .panel::before {
        left: 85%;
    }

    .testimonialsall .panelleft:after,
    .testimonialsall .panelleft:before {
        left: 15%;
    }

    .itemtitle {
        margin-top: 20px;
    }

    .productmaincontainer #carousel .flex-viewport {
        width: 260px !important;
    }

    .productmaincontainer #carousel .slides li {
        height: 60px;
        width: 60px !important;
    }

        .productmaincontainer #carousel .slides li img {
            height: 60px;
        }

    .productmaincontainer .banner .flex-direction-nav a {
        width: 20px;
    }

    .productmaincontainer .banner #carousel .flex-direction-nav .flex-next {
        background-position: -65px 0;
    }

    .productmaincontainer .banner #carousel .flex-direction-nav .flex-prev {
        background-position: -18px 0;
    }

    .productimage {
        left: 25%;
    }

    .itemsize .datatitle {
        padding: 10px 0;
    }

    .continueshopping.btn {
        padding: 12px 10px;
    }

    .addtocart.btn {
        padding: 12px 30px;
    }

    .share-socialbutton {
        text-align: center;
        margin-top: 10px;
    }

    .itemdescription .nav-tabs > li {
        width: 50%;
    }

    .singin {
        border-right: 2px solid #e9e9e9;
    }

    .productmaincontainer .datavalue {
        display: block;
        margin-left: 0;
        margin-top: 6px;
    }

    .productmaincontainer .select-wrapper select.form-control.input-sm {
        overflow: hidden;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebarshow {
        display: none;
    }

    .navigation .multi-column .colsm3 {
        width: 25%;
    }

    .rightContent {
        margin-right: 0;
        clear: both;
        float: none;
        padding-top: 10px;
    }

    .selectlabel1,
    .selectlabel2,
    .swrapper1,
    .swrapper2 {
        float: left;
    }

    .swrapper1,
    .swrapper2 {
        width: 30%;
    }

    .searchresult .navContainer span.selectlabel2 {
        padding-left: 10px;
    }

    .searchresult .navContainer .selectwrapper {
        display: block;
    }

    .select-wrapper select.selectlist1,
    .select-wrapper select.selectlist2 {
        width: 100%;
    }

    .swrapper1 {
        margin-top: 0;
    }

    .inputbox {
        width: 45%;
    }

    .itemdetail {
        border-right: none;
    }

    .itemsize {
        border-left: 1px solid #e9e9e9;
        margin-left: -7px;
    }

    .itemtitle {
        margin-top: 20px;
    }

    .share-socialbutton {
        margin-top: 10px;
        left: 41.6667%;
        text-align: left;
    }

    .fb-button.btn,
    .pi-button.btn,
    .su-button.btn,
    .tw-button.btn {
        padding: 4px 7px;
        margin: 0;
    }

    .itemdescription {
        left: 41.6667%;
    }

    .datatitle > span:not(.datavalue) {
        width: 100%;
    }

    .itempage-selectwrapper,
    .textareabox {
        width: 100%;
        margin-top: 10px;
    }

    .singin {
        border-right: 2px solid #e9e9e9;
    }
}

@media (min-width: 1200px) {
    .sidebarshow {
        display: none;
    }

    .singin {
        border-right: 2px solid #e9e9e9;
    }

    .createac {
        border-left: 2px solid #e9e9e9;
        padding-left: 20px;
    }
}

.sitemap {
    margin: 20px 0;
}

    .sitemap ul{
        list-style-type: none;
        margin-bottom: 0;
    }

    .sitemap h1 {
        color: #8585c0;
    }

    .sitemap a > h1 {
        font-size: 14px;
    }

    .sitemap a > h2 {
        font-size: 13px;
    }

    .sitemap a,
    .sitemap a > h3 {
        font-size: 12px;
    }

    .sitemap .smap-information,
    .sitemap .stage1 {
        padding-left: 10px;
    }

    .sitemap .stage1a,
    .sitemap .stage2 {
        padding-left: 30px;
    }

    .sitemap .stage3 {
        padding-left: 40px;
    }

    .sitemap .btn {
        display: inline-block;
        padding: 0 !important;
        line-height: 18px;
        width: 22px;
        height: 22px;
        margin-right: 10px;
        margin-top: -3px;
    }

    .sitemap .stage1a {
        position: relative;
    }

        .sitemap .stage1a > span.btn:before {
            content: " ";
            position: absolute;
            width: 20px;
            height: 1px;
            top: 9px;
            left: -20px;
            background: #ddd;
            z-index: -1;
        }

    .sitemap .stage1.smap-information > span.btn:after,
    .sitemap .stage1 > span.btn:after {
        content: " ";
        position: absolute;
        width: 1px;
        height: 100%;
        top: 10px;
        left: 20px;
        background: #ddd;
        z-index: -1;
    }

    .sitemap .stage2 li {
        padding: 10px 0;
        position: relative;
    }

        .sitemap .stage2 li span.btn:after,
        .sitemap .stage2 li span.btn:before {
            content: " ";
            position: absolute;
            left: -20px;
            background: #ddd;
            z-index: -1;
        }

        .sitemap .stage2 li span.btn:before {
            width: 20px;
            height: 1px;
            top: 29px;
        }

        .sitemap .stage2 li span.btn:after {
            width: 1px;
            height: 100%;
            top: -26px;
        }

    .sitemap .stage3 li {
        position: relative;
    }

        .sitemap .stage3 li > a:after,
        .sitemap .stage3 li > a:before {
            content: " ";
            left: -30px;
            background: #ddd;
            z-index: -1;
            position: absolute;
        }

        .sitemap .stage3 li > a:before {
            width: 26px;
            height: 1px;
            top: 20px;
        }

        .sitemap .stage3 li > a:after {
            width: 1px;
            height: 100%;
            top: -20px;
        }

.smap-information,
.smap-ordersupport,
.smap-product,
.smap-services,
.smap-wrapper {
    position: relative;
}

    .smap-information > ul,
    .smap-ordersupport > ul,
    .smap-services > ul {
        padding-left: 40px;
    }

        .smap-information > ul > li,
        .smap-ordersupport > ul > li,
        .smap-services > ul > li {
            padding: 10px 0;
            position: relative;
        }

            .smap-information > ul > li > a:before,
            .smap-ordersupport > ul > li > a:before,
            .smap-services > ul > li > a:before {
                content: " ";
                position: absolute;
                width: 26px;
                height: 1px;
                top: 20px;
                left: -30px;
                background: #ddd;
                z-index: -1;
            }

            .smap-information > ul > li > a:after {
                content: " ";
                position: absolute;
                width: 1px;
                height: 100%;
                top: -20px;
                left: -30px;
                background: #ddd;
                z-index: -1;
                display: block;
            }

.sitemap a > h1,
.sitemap a > h2,
.sitemap a > h3 {
    display: inline-block;
    font-weight: 400;
    line-height: 22px;
    margin: 7px 0;
}

.smap-product .smap-wrapper > span,
.stage1-wrapper > ul > li,
.stage1-wrapper > ul > li > .submap > ul > li {
    position: relative;
}

@media (max-width: 479px) {
    .sitemap .stage1a,
    .sitemap .stage2 {
        padding-left: 20px;
    }

    .search-box {
        width: 83%;
        margin-right: 10px;
        margin-top: 0;
        float: none;
    }

        .search-box input {
            width: 86%;
        }

    .sitemap .btn {
        line-height: 14px;
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }

    .sitemap .stage1 > span.btn:after {
        left: 18px;
    }

    .sitemap .stage1a > span.btn:before {
        width: 14px;
        left: -13px;
    }

    .sitemap .stage2 li span.btn:after {
        left: -12px;
    }

    .sitemap .stage2 li span.btn:before {
        width: 14px;
        left: -12px;
    }

    .smap-information > ul,
    .smap-ordersupport > ul,
    .smap-services > ul {
        padding-left: 30px;
    }

        .smap-information > ul > li > a:before,
        .smap-ordersupport > ul > li > a:before,
        .smap-services > ul > li > a:before {
            width: 20px;
            left: -22px;
        }

        .smap-information > ul > li > a:after {
            left: -22px;
        }

    #imageMagnifyContainer {
        margin: 0 auto;
    }
}

.customer-info .form-control {
    border: none;
}

#gift-model .modal-body {
    text-align: center;
}

.pagination > .active > input {
    color: #fff !important;
    border: 1px solid #e9e9e9;
    background: #575773;
}

#leftSearch .rightLabel {
    display: none;
}

.diamond,
.sapphirewedding {
    padding-top: 20px;
}

    .sapphirewedding .content-listing {
        margin-top: 20px;
    }

.col250 {
    width: 250px;
    float: left;
    display: inline-block;
    margin: 0;
}

.sprite {
    background: url("../img/sprite.png") no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: block;
}

    .sprite.cart-icon {
        background-position: 0 0;
        width: 23px;
        height: 21px;
    }

    .sprite.prev-next {
        background-position: -33px 0;
        width: 104px;
        height: 47px;
    }

    .sprite.social-icon-fb {
        background-position: -147px 0;
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

    .sprite.social-icon-pr {
        background-position: -177px 0;
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

    .sprite.social-icon-su {
        background-position: -207px 0;
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

    .sprite.social-icon-tw {
        background-position: -237px 0;
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

    .sprite.testimonial-left {
        background-position: -267px 0;
        width: 54px;
        height: 29px;
        display: inline-block;
        float: left;
    }

    .sprite.testimonial-right {
        background-position: -329px 0;
        width: 53px;
        height: 29px;
        display: inline-block;
        float: right;
    }

.fullWidthMenuTop {
    position: fixed;
    top: 45px;
    width: 100%;
    z-index: 15;
}

.ringSearchContainer .fa.fa-angle-down {
    font-size: 20px;
    padding-right: 10px;
}

.ringSearchContainer .fa.fa-angle-up {
    font-size: 20px;
    padding-right: 10px;
}

.ringsearchMain > div {
    position: relative;
}

    .ringsearchMain > div > a {
        display: block;
        background: #f4f3f3;
        border: 1px solid #e5e5e5;
        /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(133, 133, 192, 0.65) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(133, 133, 192, 0.65) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(133, 133, 192, 0.65) 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a68585c0', GradientType=0)";*/
    }

.ringsearchMain div > .titleHead {
    display: block;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(133, 133, 192, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(133, 133, 192, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(133, 133, 192, 0.65) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a68585c0', GradientType=0)";
}

.ringsearchMain .titleHead {
    padding: 8px 12px 12px 12px;
}

.ringsearchMain .sliderRange .sliderRange-inner {
    padding: 10px 15px;
}

.ringsearchMain .inputContainer {
    padding: 10px 15px;
}

#imageMagnifyContainer {
    margin: 0 auto;
}

.ringsearchMain > div > span {
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 12px;
}

.fa.fa-caret-right {
    margin-right: 5px;
}
/*==== new css ====*/
.selectDisabled label, .selectDisabled label span {
    cursor: no-drop !important;
    color: #ccc !important;
}

.relatedvieweditem .item.productbox.relatedviewItem {
    padding: 0 15px;
}


.topmenu {
    background-color: #fff;
    margin-top: -13px;
    margin-bottom: 13px;
    height: 30px;
    text-align: center;
    padding-top: 3px;
}