/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: 100%;
}

body,
html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {
    padding: 100px 0;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
    color: #222;
}

h1 {
    font-size: 26px;
    line-height: 32px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

h5 {
    color: #333;
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

.heading-4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.3;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    letter-spacing: 0.12em;
}

strong {
    font-weight: 700;
}

a {
    color: #333;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a, a:visited {
    color: #333;
}

a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: underline;
    color: #333;
}

a:focus {
    text-decoration: none;
}

a.btn {
    background: #eaebea;
    border: 1px solid #868686;
    color: #868686;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 15px 28px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}


p {
    color: #333;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.heading {
    margin: 0 0 100px 0;
    font-size: 32px;
    line-height: 38px;
    color: #0c3135;
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
}


header {
    border-bottom: 1px solid #ccc;
}

header .top {
    background-color: #eaebea;
    padding: 1.3rem 0;
    font-size: 1.2rem;
    line-height: 1.4rem;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 0 15px 0;
}


header .logo {
    display: table;
    margin: 0 auto;
}

header .logo img {
    height: 5.5rem;
}


header .top .left-links {
    text-align: left;
}

header .top .left-links li {
    position: relative;
    display: inline-block;
    padding: 0 1.3rem;
}

header .top .left-links li:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: -2px;
    background-color: #ababab;
}

header .top .left-links li:last-child:after {
    display: none;
}

header .top .left-links li:first-of-type {
    padding-left: 0;
}

header .top .left-links li a {
    display: inline-block;
    color: #333;
}


header .top .right-links {
    text-align: right;
}

header .top .right-links li.lang a.selected img {
    height: 12px;
    position: relative;
    top: -2px;
    margin: 0 0 0 0.5rem;
}

header .top .right-links li {
    position: relative;
    display: inline-block;
    padding: 0 1.3rem;
}

header .top .right-links li:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: -2px;
    background-color: #ababab;
}

header .top .right-links li:last-child:after {
    display: none;
}

header .top .right-links li:last-child {
    padding-right: 0;
}

header .top .right-links li a {
    display: inline-block;
    color: #333;
}


header nav {
    text-align: center;
}

header nav li {
    margin: 0 1.2rem;
    display: inline-block;
}

header nav li a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    line-height: 53px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 600;
}

header nav li a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
}

header nav li a:hover {
    text-decoration: none;
}

header .general-links {
    text-align: right;
}

header .general-links li {
    display: inline-block;
    margin: 0 1rem;
}

header .general-links li:last-child {
    margin-right: 0;
}

header .menu-sub {
    position: absolute;
    top: 100%;
    left: -100%;
    display: flex;
    background: white;
    flex-flow: column wrap;
    text-align: left;
    height: auto;
    min-height: 450px;
    padding: 30px 5% 30px;
    z-index: 1000;
    transform: translateX(-100%);
    transition: all .5s;
    margin-top: 1px;
    right: 0;
}

header .menu-sub.show {
    left: 0;
    transform: translateX(0);
    position: absolute;

}

header .menu-sub ul {
    position: relative;
}

header .menu-sub li h4 {
    letter-spacing: 0.12em;
    display: block;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    line-height: 1.1;
    font-size: 2.8rem;
    margin: 0 0 45px 0;
    text-transform: uppercase;
}

header .menu-sub ul li {
    margin: 0 0 1rem 0;
    display: block;
}

header .menu-sub ul li a {
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}
header .menu-sub ul li a:hover {
    text-decoration: underline;
    color: #000000;
}

header .menu-sub ul.list-title li {
    margin-bottom: 20px;
}

header .menu-sub ul.list-title li a {
    font-weight: 700;
    display: block;

}

header .menu-sub li ul li ul {
    margin-top: 10px;
    padding-left: 15px;
}

header .menu-sub li ul li ul li {
    margin: 0 0 8px 0;
}

header .menu-sub li ul li ul li a {
    text-transform: none;
    font-size: 13px;
}

header .menu-sub .compose-block {
    display: block;
    width: 100%;
    max-width: 350px;
    transition: 0.3s;
}

header .menu-sub .compose-block img {
    width: 100%;
}

header .menu-sub .banner span {
    display: block;
}

header .menu-sub .compose-block .overlay-wrapper {
    position: absolute;
    text-align: center;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0 15px;
    transition: 0.3s;
}

header .menu-sub .compose-block .overlay-wrapper.info-center {
    top: 50%;
    margin-top: -48px;
}

header .menu-sub .compose-block .overlay-wrapper.info-center h5 {
    color: #ffffff;
}

header .menu-sub .compose-block:before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    transition: 0.3s;
}


header .menu-sub .compose-block:hover:before {
   opacity: 1;
}

header .menu-sub .compose-block:hover h5 {
    color: #ffffff;
}

.banner {
    line-height: 1.3;
    font-family: 'Montserrat',sans-serif;
    font-weight: 300;
    letter-spacing: 0.12em;
    margin: 20px 0;
    text-transform: uppercase;
    display: block;
    font-size: 2rem;
    text-align: center;
}

header .menu-sub.compose-menu .banner span {
    font-size: 1.6rem;
    margin-top: 10px;
}

.cart-modal {
    padding: 0 !important;
}

.cart-modal .modal-dialog {
    margin: 0 0 0 auto;
    width: 550px;
    max-width: 550px;
    transform: translate(0) !important;
    transition: all 0s !important;
}

.cart-modal .modal-header {
    background-color: #eaebea;
    align-items: center;
    padding: 1.8rem 2rem;
}

.cart-modal .modal-header .close {
    line-height: 11px;
}

.cart-modal .modal-header .bag-title {
    text-transform: uppercase;
    font-weight: 400;
}

.cart-modal .modal-header .bag-title span {
    /*background: #fff;*/
    /*display: inline-block;*/
    /*text-align: center;*/
    /*border-radius: 100%;*/
    /*padding: 2px 8px;*/
    /*bottom: 6px;*/
    position: relative;
    font-weight: 800;
    left: 3px;
}

.cart-modal .content .modal-middle {
    background: white;
    width: 100%;
    max-height: 500px;
    overflow: auto;
}

.cart-modal .content .content-block {
    border-bottom: 1px solid #ddd;
    padding: 1.4rem 2rem;
}

.cart-modal .content .content-block a {
    font-size: 1.2rem;
    line-height: 14px;
    text-transform: uppercase;
    color: #868686;
}

.cart-modal .content .content-block a:hover {
    color: #000;
}

.cart-modal .content .content-block .count-and-price {
    margin-top: 8px;
    font-size: 1.4rem;
    color: #868686;
}

.cart-modal .content .content-block a.trash i {
    color: #868686;
    font-size: 1.6rem;
}

.cart-modal .content .content-block a.trash:hover i {
    color: #000;
}

.cart-modal .content .content-block img {
    max-width: 90px;
}

.cart-modal {
    position: fixed;
    top: 0;
    z-index: 1050;
    display: block !important;
    right: -100%;
     width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .3s;
    outline: 0;
    transform: translateX(100%);
    padding: 0!important;
}

.cart-modal.fade:not(.show) {
    opacity: 1;
}

.modal.cart-modal.show {
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(0);
    width: 100%;
    right: 0;
    top: 0;
}

.cart-modal .minicart-footer {
    background-color: #eaebea;
    align-items: center;
    padding: 1.8rem 2rem;
}

.cart-modal .minicart-footer .total {
    font-size: 1.5rem;
    line-height: 25px;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
}

.cart-modal .minicart-footer .total-price span {
    font-size: 1.5rem;
    line-height: 25px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
}

.cart-modal .minicart-footer .button-primary {
    display: block;
    width: 100%;
    margin: 15px 0;
    letter-spacing: .12rem;
}

.cart-modal .minicart-footer .change-bag {
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #666;
}

.cart-modal .minicart-footer .change-bag:hover {
    color: #000;
}

footer .footer-bar {
    border-top: 1px solid #868686;
    border-bottom: 1px solid #868686;
    padding: 3rem 0;
    margin: 0 0 3rem 0;
}

footer .footer-bar .newsletter {
    text-align: center;
}

footer .footer-bar .newsletter form {
    position: relative;
    margin: 10px auto 0 auto;
    display: table;
    width: 100%;
    max-width: 400px;
}

footer .footer-bar .newsletter form input {
    width: 100%;
    border: 1px solid #868686;
    padding: 7px 130px 7px 10px;
}

footer .footer-bar .newsletter form button {
    position: absolute;
    right: 0;
    height: 36px;
    border: 0;
    outline: none;
    padding: 0 20px;
}

footer .footer-bar .social {
    text-align: center;
}

footer .footer-bar .social ul {
    margin: 1.8rem 0 0 0;
}

footer .footer-bar .social ul li {
    display: inline-block;
    margin: 0 1rem;
}

footer .footer-bar .social ul li a {
    display: block;
}

footer .widget-reviews {
    margin: 3rem 0 0 0;
}

footer .widget-reviews img {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 10px 0 0 0;
    max-height: 110px;
    cursor: pointer;
    padding: 7px;
}

footer .title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}

footer .footer-menu {
    margin: 2rem 0 0 0;
}

footer .footer-menu li {
    margin: 1rem 0;
}

footer .footer-menu li a {
    color: #333;
}

.copyright {
    font-size: 1.2rem;
    text-align: center;
    color: #9ba0a4;
    margin: 3.5rem 0 2rem;
}


.button {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    line-height: 1.6rem;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    padding: 15px 28px;
    font-size: 1.4rem;
    transition: 0.3s;
    border: 1px solid transparent;
}

.button-outline {
    border-color: #333;
    color: #333;
    padding: 1rem 3rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-decoration: none;
}

.button-outline:hover {
    opacity: 0.7;
    text-decoration: none;
    background: #ffffff;
    border-color: #ffffff;
}

.button-primary,
a.button-primary,
button.button-primary {
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
}

.button-primary:hover {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000 !important;
}

.button-outline-primary {
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #333;
    color: #333;
}


.button-secondary {
    background: #868686;
    border: 1px solid #868686;
    color: #eaebea;
}

.button-secondary:hover {
    background: #eaebea;
    border: 1px solid #b1b1b0;
    color: #868686;
}

.button-outline-secondary {
    background: #eaebea;
    border: 1px solid #868686;
    color: #868686;
    cursor: pointer;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
}

.button-outline-secondary:hover {
    background: #868686;
    border: 1px solid #868686;
    color: #eaebea;
    text-decoration: none;
}

.container-fluid {
    padding: 0 30px;
}

.p-fix-0 {
    padding: 0;
}

.bx-wrapper {
    background: none;
    box-shadow: none;
    border: 0;
    margin: 0;
}


.intro .slider {
    text-align: center;
}

.intro .slider .title {
    padding-bottom: 1.5rem;
    font-weight: 400;
    font-size: 2.8rem;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.intro .slider .text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4rem;
    color: #999;
    margin-bottom: 2rem;
    margin-top: 2rem;
}


.home-cats .cat-link {
    position: relative;
    display: block;
}

.home-cats .cat-action {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 3rem 0;
}

.home-cats .cat-action .cat-name {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding-bottom: 1.5rem;
    font-weight: 400;
    font-size: 2.8rem;
    display: block;
    color: #333;
    letter-spacing: 3px;
}


.product {
    text-align: center;
}

.product a {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
}

.product .product-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin: 5px 0 0 0;
}


.newsletter-link {
    background-color: #000;
    text-align: center;
    position: relative;
    min-height: 450px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter-link .newsletter-content .title {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding-bottom: 1.5rem;
    font-weight: 400;
    font-size: 2.8rem;
    display: block;
    letter-spacing: 3px;
}

.newsletter-link .newsletter-content .text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: .5rem auto 5rem auto;
    display: table;
    width: 80%;
}


.collections .action {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 3rem 0;
}

.collections .action .title {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding-bottom: 1.5rem;
    font-weight: 400;
    font-size: 2.8rem;
    display: block;
    color: #333;
    letter-spacing: 3px;
}

.collections .action-left {
    top: 0;
    bottom: inherit;
    text-align: left;
    padding: 3rem 5rem;
}


/*REGISTER*/

.register {
    padding: 40px 0;
}

.register .page-title {
    text-align: center;
}

.register .amsl-social-wrapper {
    background: #F6F6F6;
    text-align: center;
    padding: 30px 0;
}

.register .amsl-social-wrapper p {
    margin: 0 0 10px 0;
    padding: 0 30px;
    background: none;
    color: #000;
    text-align: center;
}

.register .amsl-social-wrapper ul {

}

.register .amsl-social-wrapper ul li {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
}

.register .amsl-social-wrapper ul li a {
    width: 65px;
    height: 65px;
    /*box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);*/
    display: block;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    padding-top: 16px;
}

.register .amsl-social-wrapper ul li a:hover {
    opacity: 0.6;
}

.register .amsl-social-wrapper ul li.fb-login a {
    background: #3C5A99;
}

.register .amsl-social-wrapper ul li.in-login a {
    background: #0077B7;
}

.register .amsl-social-wrapper .login-btn {
    margin: 20px 0 0 0;
}

.register .login-btn a {
    text-transform: uppercase;
}

.register form {
    margin: 45px 0 0 0;
}

form label {
    width: 100%;
    color: #9ba0a4;
    font-weight: 400;
    font-size: 1.2rem;

}

form .form-control {
    background: none;
    background-clip: padding-box;
    border: 1px solid #eaebea;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    color: #000;
    margin-top: 5px;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../imgs/select.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 50%;
    background-size: 8px;
}

.register form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.register form label {
    color: #9ba0a4;
    font-weight: 400;
    font-size: 1.2rem;
}

.register form label span.splat {
    color: #000000;
    font-size: 1.3rem;
    margin: 0 0 0 2px;
}

form input[type=checkbox] {
    height: auto;
    display: inline-block;
    width: auto;
    position: absolute;
    left: 0;
    opacity: 0;
}

form .form-group .form-check label {
    padding-left: 15px;
    position: relative;
}

.form-check {
    padding-left: 25px;
    margin: 10px 0 20px 0;
}

.form-group .checkmark {
    position: absolute;


    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #868686;
    background: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.form-group .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form-check input:checked ~ .checkmark:after {
    display: block;

}


/* Style the checkmark/indicator */
.checkmark:after {
    left: 2px;
    top: 2px;
    width: 9px;
    height: 9px;
    margin: 0 !important;
    background-color: #868686;

}

.password-strength-meter {
    background-color: #f4f4f4;
    height: 32px;
    line-height: 32px;
    padding: 0 9px;
    position: relative;
    z-index: 1;
}

.register .privacy-management {
    margin-bottom: 15px;
}

.register .privacy-text p {
    font-size: 1.4rem;
}

.register .actions-toolbar {
    text-align: center;
}

.register .actions-toolbar button {
    display: block;
    margin: 0 auto 8px auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.1rem;
    padding: 9px 15px;
}

.register .actions-toolbar a {
    color: #333;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.register form .form-group.date-picker input {
    position: relative;
}

.register form .form-group.date-picker label img {
    width: 40px;
    opacity: 0.6;
    cursor: pointer;
}

/*.register form .form-group.date-picker input:after {*/
/*    content: "";*/
/*    background: url("../imgs/calendar.svg") center no-repeat;*/
/*    background-size: 100%;*/
/*    width: 43px;*/
/*    height: 43px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*}*/

.breadcrumbs {
    margin: 2rem 0;
}

.breadcrumbs .items {
    font-size: 1.2rem;
    color: #a3a3a3;
    margin: 0;
    padding: 0;
    list-style: none none;
}

.breadcrumbs .items li {
    display: inline-block;
    vertical-align: top;
}

.breadcrumbs a {
    color: #333;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .item:not(:last-child)::after {
    font-family: 'Roboto', sans-serif;
    content: '/';
    font-size: 12px;
}

.page-title {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    margin: 0 0 35px 0;
    letter-spacing: 0.12em;
}

.page-title-wrapper {
    text-align: center;
    padding: 4rem 0 0 0;
    background: #f4f4f3;
    margin-bottom: 0;
    text-transform: uppercase;
}

.page-title-wrapper h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 2.5rem;
    letter-spacing: 0.12em;
    font-family: 'Montserrat', sans-serif;
    line-height: 34px;
}

.collections {
    padding: 0 0 40px 0;
}

.collections .sidebar {
    /*position: sticky;*/
    top: 94px;
    z-index: 2;
    width: 100%;
    background-color: #d0d2d0;
    padding: 2rem 0 0 0;
    margin: 0 0 2rem 0;
}

.collections .sidebar .block-title {
    display: inline-block;
    margin: 0 40px 0 0;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

.collections .sidebar ul {
    display: inline-block;
}

.collections .sidebar ul li {
    display: inline-block;
    cursor: pointer;
    padding: 0 15px 2rem 0;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.collections .sidebar ul li img {
    opacity: 0.6;
    margin-left: 2px;
    width: 9px;
}

.collections .sidebar ul li ul.sub-menu {
    display: none;
    background: #ffffff;
    position: absolute;
    top: 0;
    margin-top: 38px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    min-width: 215px;
    margin-left: -18px;
    padding: 15px;
    max-height: 240px;
    overflow-y: scroll;
    z-index: 1000;
}


.collections .sidebar ul li ul.sub-menu li {
    display: block;
    padding: 2px 0;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.collections .sidebar ul li ul.sub-menu li a {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.collections .sidebar ul li ul.sub-menu li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-right: 1rem;
    width: 14px;
    height: 14px;
    border: 1px solid #484848;
    background: #fff;
}

.collections .sidebar ul li ul.sub-menu li a span {
    color: #7d7d7d;
}

.collections .sidebar ul li.open ul.sub-menu {
    display: block;
}

.products .toolbar {
    text-align: right;
    margin: 0 0 40px 0;
}

.products .toolbar .form-control {
    max-width: 200px;
    display: inline-block;
    height: 36px;
    font-size: 14px;
    color: #000;
    margin-left: 5px;
}

.products .toolbar a img {
    width: 16px;
    opacity: 0.6;
    margin: -3px 0 0 5px;
}

.products .toolbar a:hover img {
    opacity: 1;
}

.products .product-item {
    text-align: center;
    padding-bottom: 35px;
    margin-bottom: 30px;
    max-width: 345px;
    box-shadow: transparent;
}

.products .product-item .product-detail h3 {
    line-height: 15px;
}

.products .product-item:hover {
    /*box-shadow: 0 1px 16px rgba(0, 0, 0, .19);*/
    box-shadow: 0 0 18px rgba(178, 178, 178, .75);
}

.products .product-item .product-img {
}

.products .product-item .product-img a {
    display: block;
}

.products .product-item .product-img img {

}

.products .product-item .product-img img.img-on-hover,
.products .product-item .product-img img.img-on-hover-color {
    display: none;
}

.products .product-item:hover .product-img img.product-show {
    display: none;
}

.products .product-item:hover .product-img img.img-on-hover {
    display: inline-block;
}

.products .product-item .product-inf {
    padding: 15px 15px 0 15px;
}

.products .product-item .product-inf .badge {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 2px;
    padding: 6px;
    background: #d4cdd9;
}

.products .product-item .product-inf .product-detail a {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #333;
    display: block;
    margin: 8px 0;
    text-decoration: none;
}

.products .product-item .product-inf .product-detail a:hover {
    color: #000000;
}


.products .product-item .product-inf .product-detail .colors {
    color: #868686;
    font-size: 12px;
    margin-top: 1rem;
    min-height: 30px;
}

.products .product-item .product-inf .product-detail .price {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.products .product-item .product-inf .product-detail .colors .colors-choose a {
    display: none;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 2px solid transparent;
    background: #E5C881;
    margin: 0 4px;
}

.products .product-item:hover .product-inf .product-detail .colors span {
    display: none;
}

.products .product-item:hover .product-inf .product-detail .colors .colors-choose a {
    display: inline-block;
}

.products .product-item .product-inf .product-detail .colors .colors-choose a.silver-color {
    background: #DFDFDF;
}

.products .product-item .product-inf .product-detail .colors .colors-choose a.silver-color.out-of-stock {
    position: relative;
    pointer-events: none;
}

.products .product-item .product-inf .product-detail .colors .colors-choose a.silver-color.out-of-stock:after {
    content: "";
    position: absolute;
    width: 23px;
    height: 2px;
    left: 0;
    bottom: 0;
    transform: rotate(130deg);
    background: #ff5216;
    margin-bottom: 9px;
    margin-left: -1px;
}

.products .product-item .product-inf .product-detail .colors .colors-choose a:hover {
    border: solid 2px #b3ae98;
}

/*.products .product-item .product-inf .colors .colors-choose a.gold-color:hover img.img-on-hover-color {*/
/*    display: inline-block !important;*/
/*}*/

/*.products  a.silver-color:hover img.img-on-hover {*/
/*    display: none !important;*/
/*}*/

.product-page h1 {
    font-family: 'Montserrat', sans-serif;
}

.product-shopping {
    padding-bottom: 70px;
}

.product-shopping ul {
    display: inline-block;
}

.product-shopping ul li {
    margin-bottom: 2px;
}


.product-shopping ul li a {
    display: block;
    position: relative;
}

.product-shopping ul.small-gallery li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.04);
    z-index: 1;
    transition: opacity .5s ease;
}

.product-shopping ul.gallery {
    width: 100%;
    margin: 30px 0 0 0;
    text-align: center;
}

.product-shopping ul.gallery li a img {
    max-width: 640px;
}

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #9D0A0E;
}

.colors a {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 2px solid transparent;
    background: #E5C881;
    margin: 0 8px 0 0;

}

.colors a:hover {
    border: solid 2px #b3ae98;
}

.colors a.silver-color {
    background: #DFDFDF;
}

.colors a.gold-color {

}

.colors a.out-of-stock {
    position: relative;
    pointer-events: none;
}

.colors a.out-of-stock:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    transform: rotate(130deg);
    background: #ff5216;
    margin-bottom: 8px;
}

.product-shopping .page-title {
    font-size: 22px;
    line-height: 1 !important;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0;
    color: #000;
    max-width: 286px;
}

.product-shopping .product-title-wrap {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .12rem;
    text-transform: uppercase;
    font-size: 11px;
}

.product-shopping .product-short-description {
    border-bottom: 1px solid #eaebea;
    margin-top: 2rem;
    display: block;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 6px;
    margin-bottom: 5px;
    letter-spacing: 0;
    text-transform: initial;
}

.product-shopping .product-price {
    margin: 20px 0 15px 0;
}

.product-shopping .product-price span {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: .12rem;
}

.product-shopping form .product-options {
    font-weight: 700;
    position: relative;
    font-size: 1.3rem;
}

.product-shopping form  .colors {
    margin: 5px 0 15px 0;
}

.product-shopping form .product-info-bottom  select {
    width: 41px;
    margin-bottom: 15px;
    height: 34px;
    display: inline-block;
    font-weight: 700;
    border: none;
    outline: none;
    cursor: pointer;
}

.product-shopping form .product-info-bottom select:active,
.product-shopping form .product-info-bottom select:focus {
    outline: none;
    box-shadow: none;
}

.product-shopping form .product-info-bottom .form-group {
    margin-bottom: 0;
}

.product-shopping form .product-info-bottom label {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    display: inline-block;
    width: 95px;
    margin-bottom: 0;
    height: 34px;
    padding-top: 7px;
    border: 1px solid #eaebea;;
    text-align: center;
}

.product-shopping .product-info-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.product-shopping .product-info-bottom a {
    font-weight: 700;
}

.product-shopping .product-info-bottom a:hover {
    color: #000000;
}

.product-shopping .actions {
    margin-bottom: 40px;
}

.product-shopping .actions button {
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: 1.67px;
    position: relative;
}

.product-shopping .actions button:before {
    content: "";
    background: url("../imgs/bag.svg") center no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: -6px 5px 0 0;
}

.product-shopping .actions button:hover:before {
    background: url("../imgs/black-bag.svg") center no-repeat;
    background-size: 100%;
}



.product-shopping .product-social-links {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 16px;
}

.product-shopping .product-social-links a,
.product-shopping .product-social-links span {
    color: #868686;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    cursor: pointer;
}

.product-shopping .product-social-links a:hover,
.product-shopping .product-social-links span:hover {
    text-decoration: none;
    color: #000000;
}

.product-shopping .product-overview p {
    color: #868686;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.product-shopping .shipping-tab .buttons {
    margin: 0 0 18px 0;
}

.product-shopping .shipping-tab button {
    display: inline-block;
    width: 49%;
    padding: 8px;
    border: none;
    text-transform: uppercase;
    background: transparent;
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid #000000;
}

.product-shopping .shipping-tab button.collapsed {
    color: #7d7d7d;
    border-bottom: 0;
}

.product-shopping .shipping-tab button.collapsed:hover {
    color: #000000;
}

.product-shopping .shipping-tab p {
    margin: 0;
    color: #000000;
    font-size: 12px;
}

.product-shopping .need-help .modal-dialog {
    margin: 5rem auto;
    width: 75%;
    max-width: 100%;
    box-shadow: 0 0 12px rgba(0, 0, 0, .35);
}

.product-shopping .need-help .modal-dialog .modal-header {
    padding: 1.3rem 0 1.3rem 3rem;
    border: none;
}

.modal-header .close {
    opacity: 1;
}

.modal-header .close span {
    font-size: 28px;
    font-weight: 100;
    color: #000;
    opacity: 1;
}

.product-shopping .need-help .modal-dialog .modal-content {
    padding: 0 3rem 3rem 3rem;
}

.product-shopping .need-help .modal-dialog .modal-content p {
    color: #333;
    font-family: 'Roboto',sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 1.4rem;
    margin-bottom: 12px;
}
.product-shopping .need-help .modal-dialog .modal-content p span {
    display: block;
}

.product-shopping .need-help .modal-dialog .modal-content .numbers {
    margin-bottom: 12px;
}

.product-shopping .need-help .modal-dialog .modal-content .numbers p {
    margin: 0;
}

.product-shopping .need-help .modal-dialog .modal-content .emails a:hover {
    color: #000000;
}

.product-shopping .need-help .modal-dialog .modal-content h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
}

/*.product-shopping .need-help .modal-dialog .modal-content form label {*/
/*    color: #9ba0a4;*/
/*    font-weight: 400;*/
/*    font-size: 1.2rem;*/
/*}*/

.splat {
    color: #000;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.product-shopping .need-help .modal-dialog .modal-content form textarea {
    height: auto;
    padding: 9px;
}

.product-shopping .need-help .modal-dialog .modal-content form .form-group.checkbox {
    margin: 10px 0 0 0;
}

.product-shopping .need-help .modal-dialog .modal-content form .form-group.checkbox label {
    margin: 0;
}

.product-shopping .need-help .modal-dialog .modal-content form .button-secondary {
    margin: 10px 0 0 auto;
    display: block;
}

.related-products-slider {
    background: #EAEBEA;
    padding: 45px 0 70px 0;
}

.related-products-slider .heading-4 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.related-products-slider .owl-carousel {
    text-align: center;
}

.related-products-slider .owl-carousel.owl-drag .owl-item {
}

.related-products-slider .owl-carousel .item {
    padding: 2px 2px 0 2px;
    box-shadow: transparent;
}

.related-products-slider .item:hover {
    background: white;
    box-shadow: 0 0 18px rgba(178, 178, 178, .75);

}

.related-products-slider .product-details a {
    min-height: 45px;
    display: block;
    hyphens: auto;
    margin: 13px 0 5px 0;
    word-wrap: break-word;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #333;
    text-decoration: none;
    line-height: 1.5;
}

.related-products-slider .product-details .price {
    font-size: 14px;
    line-height: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.related-products-slider .item .product-image-cont a img.hover-img {
    display: none;
}

.related-products-slider .item:hover .product-image-cont a img {
    display: none;
    transition: all .6s;
}

.related-products-slider .item:hover .product-image-cont a img.hover-img {
    display: inline-block;
}

.related-products-slider .owl-dots {
    display: none;
}

.related-products-slider .owl-nav button {
    position: absolute;
    top: 17%;
    outline: none;
}

.related-products-slider .owl-nav button.owl-next {
    margin: 0 -80px 0 0 !important;
    right: 0;
}

.related-products-slider .owl-nav button.owl-prev {
    left: 0;
    margin: 0 0 0 -80px !important;
}

.related-products-slider .owl-nav button span {
    font-size: 90px;
    font-weight: 100;
    opacity: 0.6;
    color: #333;
}

.related-products-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.related-products-slider .owl-theme .owl-nav [class*=owl-]:hover span {
    opacity: 1;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
}


/*cart-page*/

.shipping-time-info {
    padding: 1rem 0;
    text-align: center;
    background-color: #f4f4f3;
    margin-bottom: 2rem;
    font-size: 1.3rem;
}

.shipping-time-info .content {
    color: green;
}

.shipping-time-info .label {
    text-transform: uppercase;
}

.cart {
    padding: 23px 0 55px 0;
}

.cart .cart-item-block:first-of-type {
    border-top: 1px solid #d1d1d1;
}

.cart .cart-item-block {
    position: relative;
    border-bottom: 1px solid #d1d1d1;
    padding: 18px 15px 10px 15px;
}

.cart .cart-item-block.jewels img {

}

.cart .page-title {
    font-family: 'Montserrat',sans-serif;
}

.cart-item-block h4 {
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: -6px 0 0 0;
}

.cart-item-block .actions-toolbar {

}

.cart-item-block .actions-toolbar a {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 10px;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #b1b1b0;
    padding-right: 10px;
    border-right: 1px solid #eaebea
}

.cart-item-block .actions-toolbar a:last-of-type {
    border: none;
}

.bracelet-components {
    text-align: center;
    width: 100%;
    margin: 20px 0 0 0;
    padding-bottom: 30px;
}

.bracelet-components li {
    display: inline-block;
    margin-left: -5px;
    position: relative;
    padding-bottom: 30px;
}

 .bracelet-components li img {
    width: 29px;
}

.bracelet-components li img.img-comp {
    position: absolute;
    bottom: 0;
    display: block;
    object-fit: cover;
    min-width: 65px;
    left: 0;
    margin-left: -18px;
    margin-bottom: -20px;
}

.cart-item-block .cart-price {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.cart-item-block .qty {

}

.cart-item-block .qty input {
    text-align: center;
    width: 47px;
    height: 32px;
    margin: -5px 0 0 0;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
}

.cart-item-block .product-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.cart-item-block a.page-title {
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px 0;
    text-decoration: none;
}

.cart-item-block a.page-title:hover {
    color: #000000;
}
.cart-item-block .product-code {
    font-weight: 700;
}

.cart-item-block .product-code span {
    font-weight: 400;
}

.cart-item-block .product-code span.jewel-type {
    color: #808080;
}

.cart-item-block.jewels .actions-toolbar {
    position: absolute;
    bottom: 0;
}

.cart-item-block .actions-toolbar a:hover {
    color: #333;
}

.cart .cart-main-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0 0;
}

.cart .cart-main-actions a {
    position: relative;
}

.cart .cart-main-actions a img {
    margin: -3px 5px 0 0;
    height: 16px;
}

.cart .cart-main-actions a img.hover-img {
    display: none;
}

.cart .cart-main-actions a:hover img.hover-img {
    display: inline-block;
}

.cart .cart-main-actions a:hover img {
    display: none;
}

.cart-summary {
    padding: 20px 37px 23px 37px;
    position: sticky;
    top: 10px;
    right: 0;
    background: #f5f5f5;
}

.cart-summary h5.cart-title {
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 20px;
    display: block;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    line-height: 1.1;
    margin: 1.5rem 0 1rem 0;
}

.cart-summary .cart-totals {
    border-top: 1px solid #d1d1d1;
    padding-top: 10px;
}

.cart-summary .cart-totals .summary-inf {
    padding: 8px 10px;
}

.cart-summary .cart-totals .amount-inf {
    padding: 8px 10px;
}

.cart-summary .total-amount {
    margin-top: 10px;
}

.cart-summary .cart-totals .amount-inf.total-amount {
    font-weight: 700;
}

.cart-summary .discount-code button.collapse-btn {
    text-transform: uppercase;
    padding: 20px 0;
    border: none;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Montserrat',sans-serif;
    background: transparent;
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: left;
    color: #333;
}

.cart-summary .discount-code.gifts-voucher {
    border-bottom: 1px solid #d1d1d1;
}

.cart-summary .discount-code form {
    margin: 15px 0 20px 5px;
}

.cart-summary .discount-code form .form-group {
    margin: 0 0 10px;
}

.cart-summary .discount-code form label {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0 0 5px 0;
    /*color: #9ba0a4;*/
    /*font-weight: 400;*/
    /*font-size: 1.2rem;*/

}

.cart-summary .discount-code form input {
    margin: 5px 0 0 0;
    height: 36px;
}

.cart-summary .discount-code form input:focus {
    background: transparent;
    box-shadow: none;
    border: 1px solid #d1d1d1;
}

.cart-summary .discount-code .actions-toolbar button {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 15px 28px;
}

.cart-summary .discount-code .action-check {
    margin-top: 10px;
}

.cart-summary .discount-code .action-check button {
    line-height: 1.2rem;
    font-size: 1.1rem;
    border: none;
    background: transparent;
    color: #868686;
    font-family: 'Montserrat',sans-serif;
}

.cart-summary .discount-code .action-check button:hover {
    text-decoration: underline;
}

.cart-summary h5 {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    font-size: 1.4rem;
    margin-top: 20px;
}

.cart-summary .checkout {
    margin-top: 20px;
    text-align: center;
}

.cart-summary .checkout button {
    width: 100%;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.8rem;
    letter-spacing: 0.12rem;
}

.cart-summary .text-center {
    background-color: white;
    padding: 20px 0;
    margin: 20px -38px 5px -38px;
    text-align: center;
}

.cart-summary .text-center p {
    margin: 0;
}

.cart-summary .text-center span {
    display: block;
    font-weight: 700;
}

.cart-summary .cart-summary-accordion .collapse-block {
    border-bottom: 1px solid #eaebea;
    padding-bottom: 15px;
}

.cart-summary .cart-summary-accordion .collapse-block button {
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 5px;
    color: #b1b1b0;
    position: relative;
    display: block;
    width: 100%;
    border: none;
    background: transparent;
    text-align: left;

    font-weight: 600;
    margin: 0 0 10px 0;
}

.cart-summary .cart-summary-accordion .collapse-block p {
    margin-bottom: 10px;
    font-size: 13px;
    color: #333;
}

.cart-summary .cart-summary-accordion .collapse-block ul {
    margin: 0 0 10px 0;
}

.cart-summary .cart-summary-accordion .collapse-block ul li {
    font-size: 13px;
}

.cart-summary .cart-summary-accordion .collapse-block a {
    text-decoration: underline;
    font-size: 13px;
}

.cart-summary .cart-summary-accordion .collapse-block a:hover {
    text-decoration: none;
    color: #000000;
}

.cart-summary button[data-toggle=collapse]:after {
    content: "";
    background: url("../imgs/arrow-down.svg") center no-repeat;
    background-size: 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    transform: rotate(180deg);
    transition: all .5s;
}

.cart-summary button.collapsed[data-toggle=collapse]:after {
    transform: none;
}

.cart-summary .cart-summary-accordion .collapse-block button.collapsed {
    margin: 0;
}

.cart-summary .cart-summary-accordion .collapse-block button[data-toggle=collapse]:after {
    margin-top: 2px;
}



/*contacts page*/

.contacts {
    padding-bottom: 40px;
}

.contacts .contact-block {
    background: #EAEBEA;
    padding: 15px;
}

.contacts .contact-block h4 {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.12em;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    line-height: 1.1;
    margin: 2rem 0;
}

.contacts .contact-block p {
    font-family: 'Montserrat',sans-serif;
    font-size: 12px;
    margin-bottom: 12px;
    color: #333;
}

.contacts .contact-info {
    margin-bottom: 20px;
}

.contacts .contact-block ul {

}

.contacts .contact-block ul li {
    font-family: 'Montserrat',sans-serif;
    font-size: 12px;
    margin-bottom: 12px;
    font-weight: 700;
}

.contacts .contact-block ul li span {
    font-weight: 400;
}

.contacts .contact-block ul li a {
    font-weight: 400;
}


.contacts .accordion-containers {
    border-bottom: 1px solid #eaebea;
}

.contacts .accordion-containers h4 {
    cursor: pointer;
    padding: 20px 0;
    text-transform: uppercase;
    margin: 1rem 0;
    letter-spacing: 0.12em;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    line-height: 1.1;
    font-size: 1.8rem;
}

.contacts .accordion-containers h4:hover {
    text-shadow: 0 1px 10px rgb(140 150 255);
}

.contacts .accordion-containers .shopping-info p {
    margin-bottom: 0;
    color: #333;
    font-size: 1.5rem;
}

.contacts .accordion-containers form {
    margin: 25px 0 20px 0;
}

.contacts .accordion-containers form .form-group {
    margin-bottom: 20px;
}

.contacts .accordion-containers form .form-check .checkmark {
    cursor: pointer;
}

.contacts .accordion-containers form .form-group textarea {
    min-height: 65px;
}

.contacts .accordion-containers form .form-check {
    margin: 17px 0 12px 0;
    display: inline-block;
    width: auto;
}

.contacts .accordion-containers form .button-secondary {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    display: block;
    margin: 0 0 0 auto;
}


/*gifts page*/

.gifts {
    background: #F4F4F3;
    padding: 40px 0;
}

.gifts h1 {
    text-align: center;
    font-family: 'Montserrat',sans-serif;
}

.gifts .category-description {
    text-align: center;
    padding: 0 80px;
}

.gifts .category-description a {
    text-decoration: underline;
}

.gifts .category-description a:hover {
    color: #000000;
    opacity: 0.7;
}

.gifts .category-description p {
    font-size: 13px;
    font-family: 'Roboto',sans-serif;

}

.gifts .category-description p span {
    font-weight: 700;
}

.gifts .category-description p span#more {
    font-weight: 400;
}

#more {
    display: none;
}

.gifts .category-description button {
    font-size: 13px;
    border: none;
    background: none;
    margin-bottom: 40px;

}

.gifts .category-description button:hover {
    opacity: 0.7;
}

.gift-category {

}

.gift-category img {

}

.gift-block {
    cursor: pointer;
    transition: all .5s;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    min-width: 250px;
    position: relative;
}

.gift-block:hover .overlay-wrapper {
    background-color: rgba(0,0,0,0.3);
}

.gift-block .overlay-wrapper:hover h3 {
    color: #ffffff;
}

.gift-block .overlay-wrapper:hover .gift-type p {
    color: #ffffff;
}

.gift-block .overlay-wrapper:hover .button-outline {
    background: #ffffff;
    border-color: #ffffff;
}

.gift-block .overlay-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition: 0.3s;
    background-color: transparent;
    justify-content: center;
    align-items: flex-end;
}

.gift-block .overlay-wrapper.f-start {
    justify-content: flex-start;
}

.gift-block .overlay-wrapper.f-end {
    justify-content: flex-end;
}

.gift-block .overlay-wrapper.lg-center {
    align-items: center;
}

.gift-block .overlay-wrapper .gift-type {
    margin: 5rem 10%;
}

.gift-block .overlay-wrapper .gift-type h3 {
    line-height: 1.3;
    font-family: 'Montserrat',sans-serif;
    font-weight: 300;
    letter-spacing: 0.12em;
    margin-top: 10px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    text-align: center;
}

.gift-block .overlay-wrapper.white-theme .gift-type h3,
.gift-block .overlay-wrapper.white-theme .gift-type p {
    color: #ffffff;
}

.gift-block .overlay-wrapper.white-theme .gift-type a {
    color: #ffffff;
    border-color: #ffffff;
}

.gift-block:hover .overlay-wrapper.white-theme .gift-type a,
.gift-category .overlay-wrapper.white-theme .gift-type a:hover {
    color: #333;

}

.gift-block .overlay-wrapper .gift-type p {
    font-size: 14px;
    font-family: 'Montserrat',sans-serif;
}

.gift-block .overlay-wrapper .gift-type h3 span ,
.gift-block .overlay-wrapper .gift-type p span {
    display: block;
}

.gift-block.full-h,
.gift-block.full-h img {
    height: 100%;
}

.gifts .container-fluid {
    padding: 0;
}

.gifts .category-footer-description {
    text-align: center;
    background-color: #f4f4f3;
    margin-bottom: 0;
    padding: 5rem 2.5rem 0 2.5rem;
}

.gifts .category-footer-description h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif;
    letter-spacing: 0.12em;
    margin: 3rem 0 1.2rem 0;
}

.gifts .category-footer-description p {
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
}

.gifts .category-footer-description p a {
    font-weight: 700;
    text-decoration: underline;
}

.gifts .category-footer-description p a:hover {
    color: #000;
    opacity: 0.7;
}

.gifts .category-footer-description p span {
    font-weight: 700;
}

.gifts.nomination-world {
    padding: 0;
}


/*news page*/

.news .container-fluid {
    padding: 0;
}

.news-page .page-title-wrapper {
    padding: 3rem 0 3rem 0;
}

.news-page .page-title-wrapper h1 {
    margin: 0;
}

.news .gift-block img {
    width: 100%;
    display: block;
}

.news .gift-block .overlay-wrapper {
    justify-content: flex-end;
    align-items: center;
}

.news .gift-block .overlay-wrapper.f-center {
    justify-content: center;
    align-items: flex-end;
}

.news .gift-block .overlay-wrapper .cont {
    margin: 5rem 10%;
}

.news .gift-block .overlay-wrapper .cont h2 {
    line-height: 1.1;
    font-family: 'Montserrat',sans-serif;
    font-weight: 300;
    letter-spacing: 0.12em;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: block;
    font-size: 1.8rem;
}

.news .gift-block .overlay-wrapper .cont .overlay-line {
    width: 105px;
    border-bottom: 1px solid;
    height: 1px;
    margin: 0 auto;
    transition: 0.3s;
    border-color: #333;
}

.news .gift-block .overlay-wrapper .cont h3 {
    line-height: 1.1;
    font-family: 'Montserrat',sans-serif;
    font-weight: 300;
    letter-spacing: 0.12em;
    margin-top: 20px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    color: #333;
}

.news .gift-block .overlay-wrapper:hover .cont .overlay-line {
    border-color: #fff;
}

.news .gift-block .overlay-wrapper .cont .button-outline,
.news .gift-block .overlay-wrapper .button-outline {
    border-color: #333;
}

.news .gift-block .overlay-wrapper:hover .cont .button-outline,
.news .gift-block .overlay-wrapper:hover .button-outline {
    border-color: #fff;
}

.news .gift-block .overlay-wrapper:hover .cont h2,
.news .gift-block .overlay-wrapper:hover .cont h3 {
    color: #ffffff;
}

.ship-modal,
.contact-modal {
    padding: 0 !important;
    margin-top: -1px;
    transform: translateY(-100%);
    display: block !important;
    opacity: 1 !important;
    transition: all .3s;
}

.ship-modal.show,
.contact-modal.show {
    transform: translateY(0);
}

.ship-modal .modal-dialog,
.contact-modal .modal-dialog {
    width: 100%;
    max-width: 100%;
    left: 0;
    margin: 0;
}

.modal-header .close {
    line-height: 11px;
}


.ship-modal .modal-content,
.contact-modal .modal-content {
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, .35);
}

.ship-modal h6,
.contact-modal h6 {
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.ship-modal .content {
    padding-bottom: 40px;
}

.ship-modal .country {
    border-right: 1px solid #b6b5b3;
}

.ship-modal .country h5 {
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    letter-spacing: .12rem;
    margin: 17px 0 14px 0;
    font-size: 18px;
}

.ship-modal .country span {
    text-transform: uppercase;
    display: block;
}

.ship-modal .country ul {
    column-count: 3;
}

.ship-modal .content ul li {
    margin-bottom: 4px;
}

.ship-modal .content ul li a {
    text-transform: uppercase;
    font-size: 13px;
}

.ship-modal .web-list .view {
    font-weight: 300;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-family: 'Montserrat',sans-serif;
    margin: 0 0 20px 0;
}

.ship-modal .info-box {
    margin: 15px 0 0 0;
}

.ship-modal .info-box p {
    font-size: 12px;
    color: #666;
}


/*login page*/

.login .register-col p {
    font-size: 15px;
    margin: 25px 0 0 0;
    text-align: center;
}

.login .login-btn {
    text-align: right;
}

.login .forgot-password {
    display: block;
    text-align: right;
    text-decoration: underline;
    margin: 15px 0;
    font-size: 14px;
}

.login .forgot-password:hover {
    text-decoration: none;
}

.login .required-fields {
    text-align: right;
    font-size: 13px;
    margin: 30px 0 0 0;
}

.login .block-content {
    display: table;
    margin: 0 auto;
}

.login .block-content .not-registered {
    font-weight: 700;
}

.login .block-content p {
    margin: 10px 0;
}

.login .block-content ul li {
    position: relative;
    margin: 0 0 8px 50px;
    padding-left: 13px;
}

.login .block-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    margin-top: 6px;
}

.login .block-content .login-btn {
    margin-top: 15px;
}

.login .register-col.sec .page-title {
    margin-top: 40px;
}


.forgot-password h3 {
    font-family: 'Montserrat',sans-serif;
}

.forgot-password p {
    text-align: center;
    font-size: 14px;
}

.forgot-password form {
    margin: 30px 0 0 0;
}

.forgot-password .btn-password {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.forgot-password .btn-password button{
    text-transform: uppercase;
    letter-spacing: .12rem;
    margin: 0 10px 15px 0;
    line-height: 1.5;
}

.forgot-password .btn-password a {
    display: inline-block;
    margin-bottom: 15px;
}

.block-search {
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    padding-left: 0;
    background-color: #fff;
    z-index: 3;
    margin-top: 3px;
    display: none;
}

.block-search.active {
    display: flex;
}

.block-search .block-content {
    width: 100%;
    height: 85px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.block-search .block-content form {
    min-width: 380px;
}


.block-search:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    height: calc(100vh - 150px);
    opacity: 0.8;
    z-index: -1;
}

.block-search .block-content  form .form-group {
    margin: 0;
}

.block-search .block-content  form .form-group label {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 15px;
    white-space: nowrap;
}

.block-search .block-content  form .form-group input {
    display: inline-block;
    max-width: 235px;
    margin: 0 0 0 12px;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    font-size: 15px;
    height: 35px;
}

.block-search .block-content form .form-group input::placeholder {
    color: #999;
}

.block-search .block-content form .form-group input:focus {
    box-shadow: none;
}

.block-search .block-content form .form-group img {
    cursor: pointer;
}

.block-search .btn-close {
    position: absolute;
    right: 0;
    cursor: pointer;
    margin-right: 30px;
}

.block-search .btn-close:hover img {
    opacity: 0.7;
}

.block-search .btn-close img {
    width: 20px;
    height: 20px;
}

body.open-search {
    overflow: hidden;
}

.contact-modal .modal-header {
    border: none;
}

.contact-modal .content {
    padding-bottom: 20px;
}

.contact-modal h6 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-modal .contact-info {
    text-align: center;
    padding: 35px 0 65px 0;
}

.contact-modal .contact-info.sec {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.contact-modal .contact-info h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2rem;
    letter-spacing: .12rem;
    font-size: 1.8rem;
    font-family: 'Montserrat',sans-serif;
}

.contact-modal .contact-info a.button {
    color: #b1b1b0;
    font-size: 14px;
}

.contact-modal .contact-info a.button:hover {
    background-color: #868686;
    border: 1px solid #b1b1b0;
    color: #eaebea;
}

.contact-modal .contact-info a.button:focus {
    text-decoration: none;
}

.contact-modal .contact-info .work-time {
    font-weight: 600;
    margin-top: 8px;
}

.contact-modal .contact-info .work-time span {
    display: block;
    font-weight: 400;
}


/*faq page*/

.faq {
    padding: 0 0 50px 0;
}

.faq h3 {
    font-family: 'Montserrat',sans-serif;
    text-align: center;
}

.faq ul.faq-nav {
    background: #EAEBEA;
    border: 1px solid #A6A6A6;
    position: sticky;
    left: 0;
    top: 30px;
}

.faq ul.faq-nav li {
    border-bottom: 1px solid #A6A6A6;
    padding: 0 20px 0 20px;
    min-width: 240px;
}

.faq ul.faq-nav li:last-of-type {
    border: none;
}

.faq ul.faq-nav li a {
    display: block;
    padding: 14px 0;
    text-transform: uppercase;
    font-size: 13px;
}

.faq ul.faq-nav li a:hover {
    text-decoration: none;
}

.faq ul.faq-nav li:hover {
    background: #DFDFDF;
}

.faq .faq-block {
    margin-bottom: 40px;
}

.faq .faq-block h5 {
    font-weight: 600;
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .12rem;
    margin: 0 0 15px 0;
}

.faq .faq-block .collapse-block {
    margin-bottom: 15px;
}

.faq-accordion ul li.help-list {
    border-bottom: 1px solid #eaebea;
    padding-bottom: 10px;
    position: relative;
}

.faq-accordion ul li.help-list span.info-btn {
    cursor: pointer;
    padding: 18px 15px 5px 15px;
    position: relative;
    display: block;
}

.faq-accordion ul li.help-list span.info-btn:after {
    content: "";
    background: url("../imgs/arrow-down.svg") center no-repeat;
    transition: all .5s;
    background-size: 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 17px 15px 0 0;
    transform: rotate(180deg);
}

.faq-accordion ul li.help-list span.collapsed:after {
    transform: rotate(0deg);
}

.faq-accordion ul li.help-list span:hover:after {
    opacity: 0.6;
}

.faq-accordion ul li.help-list .content {
    padding: 0 15px;
}

.faq-accordion ul li .content a {
    font-weight: 600;
}

.faq-accordion ul li .content p {
    margin: 20px 0 10px 0;
    font-size: 14px;
}

.faq-accordion ul li .content ul li {
    margin-bottom: 5px;
}

.information-cont h3 {
    font-family: 'Montserrat',sans-serif;
}

.information-cont .payment-info {
    margin-bottom: 40px;
    padding: 0 25px;
}

.information-cont .payment-info h4 {
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .12rem;
    margin-bottom: 15px;
}

.information-cont .payment-info p {
    font-size: 14px;
}

.search-store {
    background: #F8F8F8;
}

.search-location {

}

.search-location h3 {
    text-transform: uppercase;
}

.search-location form {

}

.search-location form .form-group {
    position: relative;
}

.search-location form .form-group img.search {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px 11px 0 0;
    opacity: 0.7;
}

.search-location form .form-group input {
    background: #fff;
    padding-right: 45px;
    border-color: #ccc;
}

.search-location form .form-group select {
    padding-right: 15px;
    cursor: pointer;
    border-color: #ccc;
}

.search-location form .form-group select:focus {
    background-color: transparent;
    box-shadow: none;
}

.search-location form button {
    padding: 11px 28px;
}

.search-location .object-type {
    margin: 15px 0;
}

.search-location .object-type img {
    max-width: 30px;
    margin-right: 0.5rem;
}

.search-location .object-type span {

}


.store-locator {
    padding: 35px 0 60px 0;
}

.store-locator .container-fluid {
    padding: 0 ;
}

.store-locator .locator-block {
    min-height: auto;
    height: calc(80vh + 35px);
    overflow: scroll;
    border-right: 1px solid #ccc;
}

.locator-block .store-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.locator-block .store-title h4 {
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #b1b1b0;
}

.locator-block .store-title img {
    width: 20px;
}

.locator-block .store-desk {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    min-width: 230px;
}

.locator-block .store-desk:hover {
    background: #EAEBEA;
}

.locator-block .store-desk.left {
    border-right: 1px solid #ccc;
}

.locator-block .store-info {

}

.locator-block .store-info span {
    display: block;
    color: #b1b1b0;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.locator-block .store-info a {
    font-size: 12px;
    line-height: 12px;
    word-break: break-word;
}


.pages {
    text-align: right;
    padding: 15px 0;
    border-top: 2px solid #ccc;
    margin-top: 10px;
}

.pages ul li {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.pages ul li a {
    display: block;
    background: #f8f8f8;
    padding: 8px 14px;
    font-size: 12px;
}

.pages ul li.active a {
    background: #B1B1B0;
    color: #ffffff;
}

.pages ul li a:hover {
    text-decoration: none;
    background: #B1B1B0;
    color: #ffffff;
}


/*jewel-size*/

.jewel-size {
    padding: 0 0 60px 0;
}

.jewel-size .product-type {
    border-bottom: 1px solid #eaebea;
    padding: 40px 0 25px 0;
    margin: 0;
}

.jewel-size .item-title {
    text-align: center;
}

.jewel-size .item-title a {
    text-transform: uppercase;
}

.jewel-size .item-title a.active {
    text-decoration: underline;
}

.jewel-size .item-content {
    display: none;
}

.jewel-size .item-content.active {
    display: block;
}

.jewel-size .item-content h3 {
    text-transform: uppercase;
    font-size: 26px;
}

.jewel-size .item-content p {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.jewel-size .select-size {
    margin: 20px 0;
}

.jewel-size .select-size .selected-size {
    display: table;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 0 15px 0 auto;
    border-radius: 100%;
    background: #E9E7DF;
    padding: 25px 0 0 0;
}

.jewel-size .select-size form label {
    color: #333;
    font-size: 14px;
    margin-bottom: 4px;
}

.jewel-size .select-size form select {
    max-width: 200px;
}

.table-block {
    margin: 20px 0 40px 0;
}

.table-block h4 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.table-block table {
    width: 100%;
    min-width: 750px;
}

.table-block table tr {

}

.table-block table tr:hover {
    background-color: rgba(0,0,0,0.2);
}

.table-block table tr:hover td:first-child {
    background: #A8A9A8;
}

.table-block table tr td {
    position: relative;
    text-align: center;
    border: 1px solid #eaebea;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.table-block table tr td:hover {
    background-color: rgba(0,0,0,0.1);
}

.table-block table tr td sup {
    font-size: 10px;
}

.table-block table tr td:first-child {
    background-color: #eaebea;
    text-align: left;
    padding: 10px 12px;
}

.jewel-size .size-info {
    margin: 0 0 30px 0;
}

.jewel-size .size-info span {
    display: block;
    margin-bottom: 15px;
}

.jewel-size .size-info a,
.jewel-size p.bold {
    font-weight: 600;
}

.jewel-size .size-block {
    margin: 40px 0 0 0;
}

.variant-size {
    margin: 35px 0 25px 0;
}

.variant-size h4 {
    font-family: 'Montserrat',sans-serif;
    letter-spacing: .12rem;
    text-transform: uppercase;
    margin: 25px 0 15px 0;
}

.variant-size {

}

.variant-size table {
    margin-bottom: 30px;
    max-width: 190px;
    min-width: auto;
}

.variant-size table tr td:first-child {
    background-color: #eaebea;
    text-align: left;
}

.variant-size table tr td {
    border: 1px solid #eaebea;
    padding: 10px 12px;
    text-align: center;
    position: relative;
}

.accordion-size .collapse-block ul {
    margin: 15px 0 0 0;
}

.accordion-size .collapse-block ul li.list-title {
    margin-bottom: 20px;
}

p.upper {
    text-transform: uppercase;
}

.scrollTop {

}

.scrollTop .scrollTop-action {
    cursor: pointer;
    position: fixed;
    z-index: 5;
    background: #ccc;
    width: 40px;
    height: 40px;
    right: 30px;
    bottom: 70px;
    opacity: 0.6;
    transition: opacity .3s;
    display: none;
    align-items: center;
    justify-content: center;
}

.scrollTop .scrollTop-action.show {
    display: flex;
}

.scrollTop-action:hover {
    opacity: 1;
}

.scrollTop .scrollTop-action img {
    transform: rotate(180deg);
    width: 17px;
}

/*error page*/

.error-page .heading-4 {
    background-color: #eaebea;
    padding: 6rem 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 25px;
    letter-spacing: 0;
    margin: 0;
}

.error-page .help-center {
    padding: 18px 0;
}

.error-page .help-center h5 {
    font-size: 18px;
    letter-spacing: 0;
    text-transform: none;
    color: #000;
}

.error-page .help-center .check-page {
    border-right: 1px solid #cac6be;
    padding: 25px 110px 50px 0;
    min-height: 330px;
}

.error-page .help-center .check-page h5 {
    padding-left: 18px;
}

.error-page .help-center .check-page a {
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid #c8c8c8;
    padding: 26px 0 26px 18px;
    border-bottom: 1px solid #c8c8c8;
    font-size: 14px;
    display: block;
    color: #000;
}

.error-page .help-center .check-page a:hover {
    background: #c8c8c8;
    color: #ffffff;
}

.error-page .help-center .check-page .first a {
    border-bottom: 0;
}

.error-page .help-center .contact-info {
    padding: 25px 0 50px 0;
}

.error-page .help-center .phone {
    margin: 0 0 25px 0;
}

.error-page .help-center .contact-info a {
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    color: #9f9684;
    display: block;
    padding-left: 10px;
}

.error-page .help-center .contact-info a:hover {
    color: #000000;
}

.error-page .help-center .email {
    margin: 0 0 25px 0;
}


header.compose-a-bracelet {
    padding: 8px 0;
}

header.compose-a-bracelet .header-restart .reload {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1.44px;
    color: #000;
    font-family: "Montserrat",sans-serif;
    cursor: pointer;
}

header.compose-a-bracelet .header-restart .reload img {
    width: 26px;
    opacity: 0.7;
    margin: -2px 6px 0 0;
}

header.compose-a-bracelet .header-tutorialWrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-tutorialWrapper .tutorial-info {
    text-align: left;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1.44px;
    color: #000;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    font-weight: 300;
    margin-right: 35px;
    cursor: pointer;
}

.header-tutorialWrapper img {
    width: 26px;
    opacity: 0.7;
    margin: 0 0 0 8px;
}

.header-tutorialWrapper .header-chat {
    cursor: pointer;
}

body.builder-comp {
    height: 100vh;
    overflow: hidden;
}

.app-workArea .container-fluid {
    padding: 0;
}

.app-workArea .builder-page-builder {
    max-width: calc(100vw - 350px);
}

.builder-page-builder .builder-tools {
    padding: 12px 20px;
}

.builder-page-builder .builder-tools img {
    width: 22px;
}

.builder-page-builder .builder-tools .builder-socialBar ul {
    text-align: right;

}

.builder-page-builder .builder-tools .builder-socialBar ul li {
    display: inline-block;
    padding: 0 8px;
}

.builder-page-builder .builder-tools .builder-socialBar ul li a {

}

.builder-page-builder .color-picker-sidebar,
.builder-page-builder .size-sidebar {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.builder-page-builder .color-picker-sidebar .color-border {
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.builder-page-builder .color-picker-sidebar .color-circle {
    background-image: linear-gradient(to right, white, rgb(192, 192, 192));
    border-radius: 50%;
    width: 65%;
    height: 65%;
    margin: 4px auto 0 auto;
}

.builder-page-builder .size-sidebar img {
    margin-right: 8px;
}

.builder-page-builder .builder-tools .color-name,
.builder-page-builder .builder-tools .sidebar-label {
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    white-space: nowrap;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
    letter-spacing: .12rem;
}

.builder-page-builder .builder-tools .color-name span,
.builder-page-builder .builder-tools .sidebar-label span {
    font-weight: 700;
}

.builder-page-builder .builder-tools .sidebar-label span {
    display: block;
    margin: 3px 0 0 0;
}

.builder_linksEditingArea {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    font-family: "Montserrat",sans-serif;
    font-weight: 300;
}

.builder_linksEditingArea .builder_resizablePanel {
    position: relative;
    user-select: auto;
    width: auto;
    height: 195px;
    max-height: 195px;
    min-height: 60px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.builder_linksEditingArea .builder_resizablePanel .builder-composition-wrap {
    display: flex;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    align-items: flex-end;
    padding: 0 20px;
}

.builder_linksEditingArea .builder_resizablePanel .builder-composition-wrap2 {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    align-items: stretch;

}

.builder_linksEditingArea .builder_resizablePanel .builder-composition-wrap .build-zoom {
    padding-top: 8px;
    flex: 0 0 70px;
}

.builder_linksEditingArea .builder_resizablePanel .builder-composition-wrap .build-zoom img {
    width: 25px;
}

.builder_linksEditingArea .builder_resizablePanel .builder-composition-wrap .builder-composition-bracelet {
    flex: 1 0 auto;
    display: flex;
    justify-content: space-around;
}

.builder_resizablePanel .builder-composition-wrap .builder-composition-bracelet .builder-composition-inner {
    margin: auto;
    flex: 0 0 auto;
}

.builder-page-builder .bracelet-components li {
    margin-left: -7px;
}

.builder-page-builder .bracelet-components {
    padding-bottom: 60px;
    margin: 0;
    padding-right: 25px;
}

.builder-page-builder .bracelet-components li img {
    width: 47px;
}

.builder-page-builder .bracelet-components li img.img-comp {
    margin-left: -10px;
}

.bouncing-panel .toolbar-item img {
    width: 25px;
}

.builder-browser {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #eaebea;
    flex: 1 1;
}

.builder-browser .link-browser-toolbar {
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 0 0 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaebea;
    height: 90px;
}

.builder-browser .link-browser-toolbar .toolbar-theme {
    width: 187px;
    min-width: 187px;
    padding-left: 25px;
    padding-right: 20px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    cursor: pointer;
    background: #BEB6BD;
}

.builder-browser .link-browser-toolbar .toolbar-theme .toolbar-title {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 3px;
    margin-top: 15px;
}

.builder-browser .link-browser-toolbar .toolbar-theme .toolbar-label {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    font-weight: 700;
}

.builder-browser .link-browser-toolbar .toolbar-theme:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    clear: both;
}

.builder-browser .bouncing-panel {
    overflow-y: auto;
}

.builder-browser .bouncing-panel .toolbar-toolbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    height: 82px;

}

.builder-browser .bouncing-panel .toolbar-toolbar .toolbar-item {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 40px;
    margin: 0 0 0 20px;
    padding-top: 15px;
}

.builder-browser .bouncing-panel .toolbar-toolbar .toolbar-item img {
    width: 25px;
    height: 25px;
    margin: 0 0 5px 0;
}

.builder-browser .bouncing-panel .toolbar-item-label {
    min-height: 23px;
    margin: 0 3px;
    color: #000;
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
}

.builder-browser .bouncing-panel .toolbar-category-item.active .toolbar-item-label {
    font-weight: 600;
}

.builder-browser .bouncing-panel .toolbar-category-item {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 66px;
    height: 66px;
    border-radius: 50%;
    justify-content: center;
    margin: 0 20px 0 0;
    padding-top: 15px;
}

.builder-browser .bouncing-panel .toolbar-category-item.active {
    background: #BEB6BD;
}

.builder-browser .bouncing-panel .toolbar-category-item img {
    width: 25px;
    height: 25px;
    margin: 0 0 5px 0;
}

.builder-browser .bouncing-panel .toolbar-category-item .alphabet,
.builder-browser .bouncing-panel .toolbar-category-item .figures {
    color: #000;
    font-weight: 500;
    font-size: 22px;
}

.builder-browser .bouncing-panel .toolbar-separator {
    border-left: 1px solid #eaebea;
    height: 56px;
    margin-right: 10px;
    margin-left: 15px;
    margin-top: 11px;
}

.builder-browser .bounce-panel-arrow {
    width: 13px;
    height: 18px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-bottom: 0;
    border-right: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #fff;
    margin-right: 5px;
    cursor: pointer;
    padding-left: 17px;
}

.builder-browser .link-browser-title {

}

.builder-browser .link-browser-title h5 {
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 2.4px;
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
}

.builder-browser .linkBrowser-trayArea {
    flex: auto;
    position: relative;
}

.builder-browser .linkBrowser-trayArea .linkBrowser-linkTray {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    /*opacity: 0;*/
    /*-webkit-transform: scaleY(0);*/
    /*transform: scaleY(0);*/
    /*-webkit-transform-origin: top;*/
    transform-origin: top;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;


    /*opacity: 1;*/
    /*-webkit-transform: scaleY(1);*/
    /*transform: scaleY(1);*/
}

.builder-browser .linkBrowser-trayArea .linkBrowser-linkTray .linksTray-panel {
    box-sizing: border-box;
    padding-top: 25px;
    position: relative;
    top: 0;
    left: 0;
    max-height: 420px;
}

.builder-browser .linkBrowser-trayArea .linkBrowser-linkTray .linksTray-panel .bouncing-panel {
    position: relative;
}

.linkBrowser-trayArea .linkBrowser-linkTray .linksTray-panel .bouncing-panel .links-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 45px;
}

.linkBrowser-trayArea .linkBrowser-linkTray .linksTray-panel .bouncing-panel .links-row .draggableLink {
}

.linkBrowser-trayArea .draggableLink .link-wrap {
    position: relative;
    margin: auto;
    padding-bottom: 50px;
}

.linkBrowser-trayArea .draggableLink .link-wrap .link-baseLink {
    position: absolute;
    top: 0;
    background-size: contain;
    z-index: 0;
    background: url("../imgs/empty-steel.png") center no-repeat;
    width: 111px;
    height: 40px;
    background-size: cover;
}

.linkBrowser-trayArea .draggableLink .link-wrap .link-cont {
    position: relative;
}

.linkBrowser-trayArea .draggableLink .link-wrap img {
    z-index: 10;
    object-fit: cover;
    right: 1px;
    bottom: 14px;
    position: relative;
    width: 83px;
    margin: 0 14px;
}

.detailsArea-wrapper {
    border-left: 1px solid #eaebea;
    display: flex;
    width: 350px;
}

.detailsArea-wrapper .summary-wrapper {
    display: flex;
    flex-direction: column;
    z-index: 200;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
    position: fixed;
    top: 70px;
    width: 350px;
    background-color: #e8e7e9;
    height: 45px;
    overflow-y: hidden;
    overflow-x: hidden;
    margin: 2px 0 0 0;
}

.detailsArea-wrapper .summary-wrapper.open {
    height: calc(100% - 71px);
}

.detailsArea-wrapper .summary-wrapper .summary-header {
    display: flex;
    flex-direction: row;
    height: 45px;
    cursor: pointer;
    flex: 0 0 45px;
}

.detailsArea-wrapper .summary-wrapper .summary-header .collapse-button {
    flex-basis: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
}

.detailsArea-wrapper .summary-wrapper .summary-header .collapse-button span {
    transition: all .5s ease;
    width: 16px;
    height: 16px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-bottom: 0;
    border-right: 0;
    -webkit-transition: all .5s ease;
    -webkit-transform: scale(.7) rotate(-135deg);
    transform: scale(.7) rotate(-135deg);
}

.detailsArea-wrapper .summary-wrapper .summary-header .totalPrice {
    -webkit-transition: all .5s ease .3s;
    transition: all .5s ease .3s;
    display: flex;
    align-items: center;
    flex-basis: 40%;
    font-size: 22px;
    padding-right: 12px;
}

.detailsArea-wrapper .summary-wrapper .summary-header .totalPrice span {
    font-weight: 400;
    width: 100%;
    font-family: "Montserrat",sans-serif;
}

.detailsArea-wrapper .summary-wrapper .summary-header .add-to-cart {
    -webkit-transition: all .5s ease .0s;
    transition: all .5s ease .0s;
    display: flex;
    align-items: center;
    font-size: 10px;
    flex-basis: 45%;
    background-color: #000;
    text-transform: uppercase;
    padding: 0 25px 0 15px;
    font-weight: 300;
    color: #E8E7E9;
}

.detailsArea-wrapper .summary-wrapper.open .summary-header .add-to-cart {
    flex-basis: 0;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    opacity: 0;
}

.detailsArea-wrapper .summary-wrapper .summary-header .add-to-cart img {
    width: 18px;
}

.myLinks-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 45px;
    text-align: center;
    font-family: "Montserrat",sans-serif;
}

.myLinks-wrapper .link-title-cont {
    margin: 30px 0 15px;
    text-align: center;
}

.myLinks-wrapper .link-title-cont .link-title {
    margin: 12px 0 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.myLinks-wrapper .link-title-cont p {
    white-space: normal;
    padding: 0 20px;
    text-align: center;
    margin: 0 0 12px 0;
    font-size: 13px;
}


.myLinks-wrapper .link-title-cont img {
    width: 25px;
}

.my-links-details {
    margin-top: 10px!important;
    flex: 1 1;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    white-space: nowrap;
}

.my-links-details .linksTray-panel {
    padding-top: 10px;
    height: auto!important;
}

.my-links-details .linksTray-panel .bouncing-panel {
    overflow-y: auto;
    position: relative;
    height: 350px;
}

.my-links-details .linksTray-panel .bouncing-panel .link-wrapper {
    margin-bottom: 25px;
}

.my-links-details .linksTray-panel .bouncing-panel img {
    display: block;
    width: 100px;
    margin: 0 auto;
}

.my-links-details .linksTray-panel .bouncing-panel img.img-comp {
    margin-top: -58px;
}

.my-link-trash {
    opacity: 1;
    position: fixed;
    bottom: 0;
    z-index: 500;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.my-link-trash.hide {
    opacity: 0;
    position: absolute;
    left: 200vw;
}

.my-link-trash .trash-wrapper {
    width: 350px;
    height: 50px;
    opacity: .8;
    background: #000;
}

.my-link-trash .trash-wrapper .trash-icon {
    display: flex;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    margin: auto;
    width: 55px;
    height: 55px;
    justify-content: center;
    border-top: 2px solid #eaebea;
    position: relative;
    bottom: 25px;
}

.my-link-trash .trash-wrapper .trash-icon img {
    width: 25px;
}

.resize-block {
    position: absolute;
    user-select: none;
    width: 100%;
    height: 10px;
    bottom: -5px;
    left: 0;
    cursor: row-resize;
}

.resize-btn {
    position: relative;
    z-index: 9;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    background: #fff;
    top: -8px;
    left: 4px;
    cursor: ns-resize;
}

.resize-btn span {
    position: absolute;
    left: calc(50% - 3px);
    width: 7px;
    height: 7px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-bottom: 0;
    border-right: 0;
}

.resize-btn span.arrow-up {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.resize-btn span.arrow-down {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.summary-body {
    flex: 1 1 auto;
    overflow-y: auto;
    margin-top: 10px;
}

.summary-body .size-wrapper {
    font-size: 11px;
    padding: 10px 50px 10px 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.summary-body .size-label,
.summary-body .variant-label {
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
    flex: auto;
}

.summary-body .size-value {
    font-size: 14px;
    font-weight: 600;
    flex: auto;
    text-align: right;
}

.summary-body .size-edit,
.summary-body .variant-edit {

}

.summary-body .size-edit img,
.summary-body .variant-edit img {
    position: absolute;
    right: 10px;
    top: 7px;
    width: 20px;
    cursor: pointer;
}

.summary-body .variant-edit img {
    top: 35px;
}

.summary-body .variant-wrapper {
    font-size: 11px;
    padding: 10px 50px 10px 20px;
    position: relative;
}

.summary-body .variant-value {
    margin-top: 10px;
}

.summary-body .variant-value ul {
    margin: 12px 0 0 -10px;
    padding-bottom: 10px;
}

.summary-body .variant-value ul li {

}

.summary-body .variant-value ul li img {
    width: 22px;
}

.summary-body .availability-product {
    font-size: 11px;
    font-weight: 600;
    display: block;
    color: #20a420;
    padding: 0 20px 20px;
}

.summary-body .button-primary {
    margin: 0 20px 20px;
}

.summary-body .linkReview-wrapper {

}

.summary-body .linkReview-wrapper .linkReview-header {
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
    position: relative;
    padding: 10px 50px 15px 20px;
    font-size: 11px;
    border-bottom: 1px solid #c4c3c5;
}

.summary-body .linkReview-wrapper .component-base-link {
    font-size: 11px;
    position: relative;
    padding: 15px 50px 15px 20px;
    border-bottom: 1px solid #c4c3c5;
}

.summary-body .linkReview-wrapper .component-base-link span {
    font-size: 13px;
    color: #000;
    font-weight: 700;
}

.summary-body .linkReview-wrapper .component-base-link span:last-of-type {
    margin-left: 20px;
}

.compositions-links-wrapper {

}

.compositions-links-wrapper .compositions-block {
    padding: 15px 20px;
    border-bottom: 1px solid #c4c3c5;

}

.compositions-links-wrapper .compositions-block .composition-image {
    background: #fff;
    padding: 5px 0;
    margin-right: 20px;
}

.compositions-links-wrapper .compositions-block .composition-image img {

}

.compositions-links-wrapper .compositions-block .link-detail {

}

.compositions-block .link-detail .link-detail-price {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.compositions-block .link-detail .link-detail-name {
    color: #000;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 600;
}

.compositions-block .link-detail .link-detail-position {
    flex: auto;
    color: #666;
    margin-bottom: 5px;
    font-size: 11px;
    font-weight: 600;
}

.compositions-block .link-detail .availability-product {

}