html {
    -ms-touch-action: none;
}

/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

/* Default Font Styles
______________________*/
body, input, select, textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #616161;
    line-height: 1.3;
}

/* Headings
______________________*/
h1, h2, h3, h4, h5, h6 {
    color: #424242;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 15px;
}

h1 {
    font-size: 30px;
    line-height: 1.1;
}

h2 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px;
}

h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 15px;
}

h4 {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 15px;
}

/* Links
______________________*/
img {
    max-width: 100%;
    height: auto;
}

a {
    color: #616161;
    outline: none !important;
    text-decoration: none !important;
}

    a:hover {
        color: #616161;
    }

    a.normal {
        color: #616161;
    }

        a.normal:hover {
            color: #555555;
        }

    a.highlight,
    .highlight {
        color: #f89842;
    }

.unerline,
.underline {
    text-decoration: underline;
}

    .unerline:hover {
        text-decoration: none;
    }

object {
    pointer-events: none;
}

/* p, blockquote, address
______________________*/
p {
    margin: 0;
    padding: 0 0 15px;
}

.affirm-as-low-as a {
    color: #f89842 !important;
    text-decoration: underline !important;
}

.affirm-as-low-as span {
    float: initial !important;
}

.affirm-sandbox-container {
    background: #000;
    opacity: 0.9;
}

.font-courgette {
    font-family: 'Courgette', cursive;
    color: #e8635c;
}

.disable-effect {
    pointer-events: none;
    opacity: 0.5;
    background: #CCC;
}

.absolute {
    position: absolute;
}

.none {
    display: none;
    visibility: hidden;
}

.ddlSelect {
    padding: 5px;
    border: 1px solid #b2b2b2;
    display: inline-block;
    vertical-align: middle;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.para-big {
    margin: 0;
    padding: 0 0 25px;
}

.para-small {
    padding: 0 0 7px;
}

.para-ex-sm {
    padding: 0 0 4px;
}

.center {
    text-align: center;
}

/* Header
______________________*/
#header {
    padding: 10px 0;
    position: relative;
}

.header-top {
    float: right;
    padding: 2px 0 0;
}

    .header-top ul,
    .header-top li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .header-top ul {
        float: left;
        border-left: 1px solid #a7a6a3;
        margin-left: 25px;
        margin-top: 10px;
    }

        .header-top ul:first-child {
            margin-left: 0;
            border-left: none;
        }

    .header-top li {
        float: left;
        margin-left: 25px;
        position: relative;
        padding: 0 0 5px;
    }

.count-mobile {
    background: #ff8062;
    font-size: 10px;
    position: absolute;
    right: -1px;
    top: -14px;
    min-width: 15px;
    min-height: 15px;
    line-height: 15px;
    padding: 0 2px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.header-top a {
    font-size: 12px;
    color: #8b8b8b;
    text-transform: uppercase;
    position: relative;
}

.header-top .login-wrap a {
    text-transform: uppercase;
}

.header-top li.caret-wrap,
.header-top li.saved-item {
    padding-right: 22px;
}

.num-over {
    position: absolute;
    right: -23px;
    top: -7px;
    background: #f26d68;
    color: #fff;
    height: 18px;
    line-height: 18px;
    min-width: 18px;
    padding: 0 5px;
    text-align: center;
    font-size: 11px;
    border-radius: 50%;
}

.header-top a:hover,
.header-top li:hover a {
    text-decoration: none;
    color: #000;
}

.header-top a span,
.header-top a img,
.header-top a em {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
}

.call-wrap .phone-icon {
    width: 11px;
    height: 15px;
}

.header-top ul.search-wrap {
    margin-top: 0;
    border-left: none;
}

.search-header {
    position: relative;
}

.search-field {
    margin: 0;
    width: 650px;
    border: 1px solid #dbdbdb;
    padding: 8px 40px 8px 10px;
    font-size: 14px;
    color: #515151;
}

.sub {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/search.svg) no-repeat;
    width: 15px;
    height: 15px;
    border: none;
}

.shop-item-mobile {
    display: none;
    position: absolute;
    right: -5px;
    top: 12px;
}

    .shop-item-mobile a {
        display: inline-block;
        padding-left: 7px;
    }

.logo {
    float: left;
    position: relative;
    max-width: 180px;
}

.nav-wrap {
    background: #efeee9;
    position: relative;
}

.items-mobile {
    display: none;
}

.nav-wrap > .container {
    display: flex;
    align-items: center;
}

.nav-wrap .header-top {
    float: none;
    margin-left: auto;
    padding: 0;
}

.navbar {
    margin: 0;
    padding: 0;
    border: none;
    min-height: inherit;
}

.navbar-collapse {
    padding: 0;
}

.navbar-nav > li > a:hover,
.navbar-nav > li:hover > a {
    color: #e63f10;
    background: none !important;
    outline: none;
}

.navbar-nav > li ul,
.navbar-nav > li ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-full {
    display: none;
}

.home-slider-wrap img.hover {
    background: transparent !important;
}

.remove:hover {
    color: #fa9836 !important;
}

@media (min-width: 992px) {
    .loose-diamond-row .mid-section-loose-diamond {
        min-height: 780px;
    }
}

@media (min-width: 767px) {
    .navbar-nav > li:hover > ul {
        visibility: visible;
        opacity: 1;
        transition-delay: 0.3s;
    }

    .header-top li:hover > ul {
        display: block;
    }

    .navbar-nav > li > ul {
        visibility: hidden;
        opacity: 0;
        transition-delay: 0.1s;
    }
}

.header-top li ul {
    display: none;
}

.navbar-nav > li > ul,
.header-top li ul {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99999;
    width: 210px;
    padding: 20px 15px 20px 28px;
    background: #fff;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media (min-width: 767px) {
    .navbar-nav > li:hover a span,
    .header-top li:hover .caret-up {
        display: block;
    }

    .padding0-menu {
        padding-left: 0;
        padding-right: 0;
        max-width: 22% !important;
    }
	
	.padding1-menu {
		padding-left: 0;
		padding-right: 0;
		max-width: 26% !important;
	}
}

.caret-up,
.header-top li .caret-up {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -1px;
    z-index: 999999;
    background: url(../images/caret-upword-dropdown.png) no-repeat;
    width: 12px;
    height: 7px;
}

.navbar-nav > li > ul li h4 {
    font-size: 13px;
    color: #626262;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 7px;
}

.navbar-nav > li > ul li a,
.header-top li ul li a {
    display: inline-block;
    padding: 4px 10px 4px 20px;
    font-size: 12px;
    color: #626262;
    position: relative;
    letter-spacing: -0.1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .navbar-nav > li > ul li a:focus,
    .header-top li ul li a:focus,
    .navbar-nav > li > ul li a:hover,
    .header-top li ul li a:hover {
        color: #c87429;
        background: #fdf4dd;
        text-decoration: none;
    }

.navbar-nav > li > ul li .arrow-right,
.header-top li ul li .arrow-right {
    position: absolute;
    left: 9px;
    top: 7px;
    background: url(../images/menu-arrow-normal.svg) no-repeat;
    width: 6px;
    height: 10px;
}

.navbar-nav > li > ul li a:hover .arrow-right,
.header-top li ul li a:hover .arrow-right {
    background: url(../images/menu-arrow-hover.svg) no-repeat;
}

.header-top li .my-cart-dropdown {
    left: auto;
    right: 0;
    min-width: 395px;
    padding: 0;
}

.cart-table table {
    width: 100%;
}

.cart-table td {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px;
}

    .cart-table td a {
        padding: 0 !important;
        background: none !important;
    }

.cart-table .m-70 {
    width: 70px;
    text-align: center;
}

.cart-table .last-bg td {
    background: #fafff6;
}

.table-bot-info {
    background: #e4e3e1;
    padding: 20px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

    .table-bot-info .btn-transparent {
        padding: 9px 25px 8px;
        border: 2px solid #a7a7a7;
        font-size: 13px;
    }

        .table-bot-info .btn-transparent:hover {
            background: #ff8062;
            border-color: #ff8062;
            color: #fff !important;
        }

    .table-bot-info .btn-arrow {
        display: inline-block;
        padding: 0 15px;
        color: #fff !important;
        font-size: 13px;
        background: #ff8062;
    }

        .table-bot-info .btn-arrow:hover,
        .table-bot-info .btn-arrow:active,
        .table-bot-info .btn-arrow:focus {
            background: #ff8062;
            opacity: 0.8;
        }

        .table-bot-info .btn-arrow span {
            display: inline-block;
            padding: 10px 25px 10px 5px;
            background: url(../images/arrow-right-white.png) right center no-repeat;
        }

.cart-for-ios {
    display: none;
}

.space-item {
    height: 15px;
}

.navbar-nav > li > ul.dropdown-double {
    width: 510px;
    padding: 0;
}

    .navbar-nav > li > ul.dropdown-double.double-lg {
        width: 580px;
    }

.sub-sub-menuwrap {
    background: url(../images/sep-dropdown.png) center repeat-y;
    padding: 20px 0;
}

.let-menu {
    float: left;
    width: 50%;
    padding: 0 10px 0 20px;
}

.right-menu {
    float: left;
    width: 50%;
    padding: 0 10px 0 20px;
}

.navbar-nav > .relative-wrap {
    position: relative;
}

    .navbar-nav > .relative-wrap > ul.dropdown-double {
        right: auto;
        left: -30px;
    }

.header-top li ul {
    width: 170px;
    padding: 15px;
    right: auto;
    left: 50%;
    margin-left: -85px;
}

    .header-top li ul li {
        padding: 0;
        margin: 0;
    }

.header-top li .caret-up {
    bottom: -1px;
    margin-left: 19px !important;
}

.menu-link {
    display: none;
}

.header-top a {
    font-size: 13px;
    color: #444647;
    font-weight: 500;
}

    .header-top a .active-icon,
    .header-main .shop-item-mobile .active-icon {
        display: none;
    }

.header-top .active .active-icon,
.header-main .shop-item-mobile .active .active-icon {
    display: inline-block;
}

.header-top .active .default-icon,
.header-main .shop-item-mobile .active .default-icon {
    display: none;
}

.shop-item-mobile a {
    position: relative;
}

.count-mobile {
    right: -5px;
}

.logo-img {
    width: 229px;
}

#header-wrap {
    position: relative;
    /*z-index: 9999;*/
    background: white;
    width: 100%;
}

#after-header {
    /*padding-top: 115px;*/
}

#header,
.nav,
.navbar-nav > .relative-wrap,
.navbar {
    position: static;
}

.nav {
    flex-direction: row;
}

.navbar-nav > li > ul {
    -moz-box-shadow: 0 -5px 30px rgba(67, 81, 89, 0.4);
    -webkit-box-shadow: 0 -5px 30px rgba(67, 81, 89, 0.4);
    box-shadow: 0 -5px 30px rgba(67, 81, 89, 0.4);
}

    .navbar-nav > li > ul,
    .navbar-nav > li > ul.dropdown-double.double-lg {
        width: 100%;
        left: 0;
    }

.content-width {
    max-width: 1400px;
    margin: 0 auto;
}

.navbar-nav > li {
    margin: 0;
}

    .navbar-nav > li > a {
        font-size: 15px;
        color: #444647;
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
        padding: 17px 12px 15px;
    }

        .navbar-nav > li.active > a,
        .navbar-nav > li > a:hover,
        .navbar-nav > li:hover > a {
            color: #e63f10;
        }

.mouseover-toshow {
    cursor: default;
    display: block;
    position: absolute;
    left: 0;
    bottom: -13px;
    background: none;
    width: 100%;
    height: 7px;
}

.menu-outer {
    padding: 60px 0 10px;
    padding: 30px 0 10px;
}

.menu-photo {
    text-align: center;
}

    .menu-photo h3 {
        font-family: 'Cinzel', serif;
        font-size: 22px;
        color: #43505c;
        position: relative;
        margin: 0 0 5px;
    }

        .menu-photo h3:before {
            content: " ";
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: 1px;
            background: #d8d8d8;
        }

        .menu-photo h3 span {
            position: relative;
            display: inline-block;
            background: #fff;
            padding: 0 20px;
        }

.menu-sb h3 {
    font-size: 12px;
    color: #43505c;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 -15px 10px 0;
}

.menu-sb ul,
.menu-sb li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-sb ul {
    position: relative;
}

    .menu-sb ul:before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 2px;
        background: #e3e5e6;
    }

.navbar-nav > li > ul li a {
    font-size: 14px;
    font-weight: normal;
    padding: 4px 10px 4px 15px;
    border-left: 4px solid transparent;
    background: none !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .navbar-nav > li > ul li.active a,
    .navbar-nav > li > ul li a:hover {
        border-color: #e64416;
        color: #e64416;
    }

.menu-items-section {
    position: relative;
    display: inline-block;
    padding: 9px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 4px 27px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 27px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 27px rgba(0, 0, 0, 0.2);
}

.arrow-item {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -12px;
    z-index: 9;
    background: url(../images/caret-upword-dropdown.png) no-repeat;
    background-size: 100% 100%;
    width: 17px;
    height: 12px;
}

.menu-items-section a {
    display: inline-block;
    padding: 0 !important;
    margin: 0 10px;
}

.header-top-tablet {
    display: none;
}

@media (min-width: 767px) {
    .tablet-row > div {
        width: 14%;
        padding: 0 5px;
    }
}

@media (max-width: 1500px) {
    .navbar-nav > li > a {
        padding: 17px 6px 15px;
        font-size: 13px;
    }

    .header-top li {
        margin-left: 10px;
    }

    .header-top ul {
        margin-top: 4px;
        margin-left: 5px;
        border: none;
    }

    .search-field {
        width: 400px;
    }

    #header .header-top ul {
        padding-top: 6px;
    }

    #header .header-top .search-wrap {
        padding-top: 0;
    }
}

@media (max-width: 1200px) {
    .navbar-nav > li > a {
        padding: 17px 4px 15px;
    }

    .navbar-nav > li:first-child {
        padding-left: 0;
    }

    .menu-outer {
        padding: 5px 0;
    }

    .login-wrap {
        display: none;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    .loose-row {
        padding: 0 50px;
    }

        .loose-row > div {
            width: 20%;
        }

    .col-sm7 {
        width: 14.28%;
    }
}

@media (max-width: 1500px) and (min-width: 1200px) {
    .navbar-nav > li > ul {
        padding-right: 55px;
    }
}

@media (max-width: 1200px) {
    .hide-on-tablet {
        display: none;
    }

    .logo {
        max-width: 150px;
    }

    .menu-sb h3 {
        font-size: 13px;
    }

    .search-field {
        width: 200px;
    }

    .nav-wrap > .container {
        flex-direction: column;
    }

    .nav-wrap .header-top {
        order: -1;
    }

    .navbar-nav > li > a {
        padding: 13px 5px 15px;
    }

    .header-main .header-top {
        display: none;
    }

    .header-top.header-top-tablet {
        display: block !important;
    }

    .header-top-tablet {
        display: block;
    }

    .header-top-tablet {
        display: flex;
        justify-content: flex-end;
    }

        .header-top-tablet ul,
        .header-top-tablet li {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .header-top-tablet > ul {
            padding-left: 10px;
            margin-left: 10px;
            position: relative;
            display: flex;
        }

            .header-top-tablet > ul::before {
                content: " ";
                width: 1px;
                height: 17px;
                background: #b2b2b2;
                position: absolute;
                left: 0;
                top: 5px;
            }

            .header-top-tablet > ul:first-child {
                margin-left: 0;
                padding-left: 0;
            }

                .header-top-tablet > ul:first-child::before {
                    display: none;
                }

    .header-top a {
        font-size: 12px;
    }

    .header-top-tablet > ul > li {
        padding-left: 10px;
    }

        .header-top-tablet > ul > li:first-child {
            padding-left: 0;
        }

        .header-top-tablet > ul > li > a {
            color: #616161;
        }

    .search-full {
        padding: 10px 0 0;
        display: none;
    }

        .search-full .search-field {
            width: 100%;
            border: 1px solid #d2d1cb;
        }
}

@media (max-width: 767px) {

    #header-wrap {
        overflow: hidden;
    }

    #header {
        padding: 20px 0 5px;
    }

    .header-top.header-top-tablet {
        display: none !important;
    }

    .search-full {
        padding: 5px 0 10px;
    }

    .shop-items {
        display: none;
    }

    .shop-item-mobile {
        display: block;
        top: 5px;
    }

        .shop-item-mobile img {
            width: 21px;
        }

        .shop-item-mobile a {
            padding-left: 5px;
        }

    .search-full {
        display: block;
        padding: 0 0 7px;
    }

    .logo {
        position: static;
        float: none;
        text-align: center;
        margin: 0 auto;
        padding: 0 50px 15px;
        max-width: inherit;
    }

        .logo > a > img {
            max-width: 150px;
        }

    .header-top a {
        color: #8b8b8b !important;
    }

    .header-main {
        position: relative;
    }

    .menu-link {
        display: block;
        position: absolute;
        left: 5px;
        top: 8px;
        width: 20px;
        height: 12px;
        background: url(../images/header/menu.png) no-repeat;
    }

    .nav-wrap {
        position: fixed;
        left: -90%;
        top: 0;
        width: 90%;
        height: 100%;
        z-index: 999;
        overflow: hidden;
        overflow-y: auto;
        background: #e8635c;
    }

    .items-mobile {
        display: block;
    }

    .items-mobile-inner {
        padding: 25px 20px 10px;
    }

    .top-m-bar {
        display: flex;
        padding: 0 0 15px;
    }

        .top-m-bar a {
            font-size: 12px;
            color: #fff;
            text-transform: uppercase;
            display: inline-block;
        }

    .back-mob {
        background: url(../images/header/back-arrow.png) left 1px no-repeat;
        padding-left: 15px;
    }

    .link-top-right {
        margin-left: auto;
    }

        .link-top-right a {
            margin-left: 10px;
        }

            .link-top-right a:first-child {
                margin-left: 0;
            }

    .search-mob-wrap {
        border: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .search-mob {
        background: none;
        border: none;
        color: rgba(255, 255, 255, 0.5);
        color: #fff;
        padding: 11px 15px 11px 30px;
        width: 100%;
        font-size: 13px;
        outline: none !important;
        box-shadow: none !important;
    }

        .search-mob::-webkit-input-placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

        .search-mob::-moz-placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

        .search-mob:-ms-input-placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

        .search-mob:-moz-placeholder {
            color: rgba(255, 255, 255, 0.5);
        }

    .search-mob-wrap .fa {
        position: absolute;
        left: 10px;
        top: 13px;
        color: rgba(255, 255, 255, 0.5);
    }

    .nav-wrap > .container {
        padding: 0;
        max-width: inherit;
    }

    .nav {
        background: none;
    }

    .navbar-nav,
    .navbar {
        display: block;
        width: 100%;
    }

        .navbar-nav > li > a {
            color: #fff;
            display: block;
            border: none;
            padding: 12px 20px 12px 40px;
            font-size: 15px;
            text-transform: inherit;
            position: relative;
        }

        .navbar-nav > li.dropdown-contain > a:before {
            content: " ";
            background: url(../images/header/plus.png) no-repeat;
            width: 7px;
            height: 7px;
            position: absolute;
            left: 20px;
            top: 18px;
        }

        .navbar-nav > li.dropdown-contain.active > a:before {
            background: url(../images/header/minus.png) no-repeat;
        }

        .navbar-nav > li > a:hover,
        .navbar-nav > li.active > a,
        .navbar-nav > li:hover > a {
            color: #fff;
        }

        .navbar-nav > li > ul {
            display: none;
            width: auto !important;
            padding: 0;
            background: none;
            position: relative;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

            .navbar-nav > li > ul:before {
                content: " ";
                background: url(../images/header/upword-1.png) no-repeat;
                width: 10px;
                height: 5px;
                position: absolute;
                left: 18px;
                top: -5px;
            }

    .menu-outer {
        margin: 0;
        padding: 0;
    }

    .menu-sb > h3 {
        cursor: pointer;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        text-transform: inherit;
        margin: 0;
        padding: 12px 20px 12px 65px;
        background: #b4514c;
        position: relative;
    }

        .menu-sb > h3:before {
            content: " ";
            background: url(../images/header/plus.png) no-repeat;
            width: 7px;
            height: 7px;
            position: absolute;
            left: 40px;
            top: 17px;
        }

        .menu-sb > h3.active:before {
            background: url(../images/header/minus.png) no-repeat;
        }

    .menu-sb ul {
        background: #974a46;
        display: none;
        position: relative;
    }

        .menu-sb ul:before {
            content: " ";
            background: url(../images/header/upword-2.png) no-repeat;
            width: 10px;
            height: 5px;
            position: absolute;
            left: 38px;
            top: -5px;
        }

    .navbar-nav > li > ul li a {
        display: block;
        border: none;
        font-size: 14px;
        color: #fff;
        padding: 12px 20px 12px 80px;
        position: relative;
    }

        .navbar-nav > li > ul li.active a,
        .navbar-nav > li > ul li a.active {
            font-weight: bold;
            color: #fff;
        }

        .navbar-nav > li > ul li a:before {
            content: " ";
            background: url(../images/header/minus.png) no-repeat;
            width: 7px;
            height: 7px;
            position: absolute;
            left: 64px;
            top: 17px;
        }
}
