html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*font: inherit;*/
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
/*body {
    line-height: 1;
    font-family: Montserrat;
}*/

.text-default {
    color: #333333;
}

.phoenix-wrapper ol,
.phoenix-wrapper ul {
    list-style: none;
}
.phoenix-wrapper blockquote,
.phoenix-wrapper q {
    quotes: none;
}
.phoenix-wrapper blockquote:before,
.phoenix-wrapper blockquote:after,
.phoenix-wrapper q:before,
.phoenix-wrapper q:after {
    content: '';
    content: none;
}
.phoenix-wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
}

.phoenix-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    font-family: Montserrat;
}

.phoenix-wrapper .wrap--inner {
    max-width: 1170px;
    position: relative;
    width: 100%;
}

.phoenix-wrapper .header {
    background-color: #282828;
    position: relative;
    border-top: 2px solid #edb54d;
    padding-top: 10px;
    padding-bottom: 15px;
}

.phoenix-wrapper .header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, #ffffff 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0.15;
    top: 0;
    left: 0;
}

.phoenix-wrapper .logo {
    background-image: url("images/logo.png");
    background-repeat: no-repeat;
    height: 54px;
    background-size: contain;
    background-position: 15px center;
}

.phoenix-wrapper .search {
    margin: 8px 0px 0 0;
    position: relative;
    float: right;
}

.phoenix-wrapper .search-button {
    position: absolute;
    top: 7px;
    right: 30px;
    cursor: pointer;
}

.phoenix-wrapper .search-button:after {
    font-family: "fontawesome";
    font-size: 18px;
    color: #000;
    content: "\f002";
}

.phoenix-wrapper .search input {
    font-size: 11px;
    color: #000;
    font-family: Montserrat;
    padding: 10px 35px 10px 20px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    width: 100%;
}

.phoenix-wrapper .phone-wrapper {
    width: 180px;
    margin: 20px 25px 0 0;
    float: right;
}

.phoenix-wrapper .phone {
    font-size: 22px;
    font-family: Montserrat;
    font-weight: 700;
    text-align: right;
    width: 100%;
    color: #fff;
    float: right;
    text-decoration: none;
}
.phoenix-wrapper .phone:hover {
    text-decoration: none;
    color: #fff;
}

.phoenix-wrapper .language {
    font-size: 9px;
    font-family: Montserrat;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
    color: #fff;
    float: right;
    text-decoration: none;
}

.phoenix-wrapper .cart {
    background-color: #edb54d;
    color: #fff;
    font-size: 13px;
    font-family: Montserrat;
    font-weight: 500;
    text-transform: uppercase;
    padding: 32px 20px 31px;
    margin: -10px 0 -15px;
    text-decoration: none;
    float: right;
}

.phoenix-wrapper .cart:before {
    font-family: 'fontawesome';
    font-size: 18px;
    content: "\f07a";
    margin-right: 10px;
}

.phoenix-wrapper .cart:hover {
    text-decoration: none;
    color: #fff;
}

.phoenix-wrapper .hamburger {
    padding: 15px 20px;
    float: left;
    text-decoration: none;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Montserrat;
}

.phoenix-wrapper .hamburger:hover {
    text-decoration: none;
}

.phoenix-wrapper .hamburger:before {
    font-family: 'fontawesome';
    font-size: 12px;
    color: #1b1b1b;
    content: '\f0c9';
    margin-right: 5px;
}

.phoenix-wrapper .navigation {
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.3);
    box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.3);
}

.phoenix-wrapper .menu {
    position: relative;
    z-index: 50;
}

.phoenix-wrapper .menu,
.phoenix-wrapper .register-login {
    font-size: 0;
    text-transform: uppercase;
}

.phoenix-wrapper .menu ul {
    display: none;
}

.phoenix-wrapper .menu li,
.phoenix-wrapper .register-login li {
    display: inline-block;
    position: relative;
}

.phoenix-wrapper .menu li a {
    color: #1b1b1b;
    font-size: 13px;
    font-family: Montserrat;
    text-transform: uppercase;
    padding: 0 18px;
    position: relative;
    display: block;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding-top: 20px;
    padding-bottom: 18px;
    transition: all 0.4s;
}

.phoenix-wrapper .menu li a:after {
    content: "";
    top: calc(50% - 6px);
    right: 0;
    transform: translateX(-50%);
    width: 1px;
    height: 15px;
    background-color: rgba(27, 27, 27, 0.15);
    position: absolute;
}

.phoenix-wrapper .register-login {
    float: right;
    margin-top: 25px;
    margin-right: 10px;
}

.phoenix-wrapper .register-login li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #edb54d;
    padding: 0px 20px;
    font-family: Montserrat;
    position: relative;
    border-left: 1px solid rgba(255,255,255,0.25);
}

.phoenix-wrapper .register-login li a:hover {
    text-decoration: underline;
}

.phoenix-wrapper .menu > li:hover > a {
    color: #edb54d;
    border-bottom: 2px solid #edb54d;
}

.phoenix-wrapper .menu li:last-child a:after {
    display: none;
}

.phoenix-wrapper .sub-menu {
    background-color: #fff;
    position: absolute;
    top: calc(100% - 3px);
    left: 0;
    width: 230px;
    padding: 20px 50px;
    border-top: 3px solid #edb54d;
    border: 1px solid #d2d2d2;
    z-index: 3;
    -webkit-box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.3);
    box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.3);
}

.phoenix-wrapper .sub-menu li {
    display: block;
    clear: both;
}

.phoenix-wrapper .sub-menu > li > a {
    font-family: Montserrat;
    font-size: 13px;
    color: #edb54d;
    text-transform: uppercase;
    padding: 15px 0;
    border-bottom: none;
}

.phoenix-wrapper .sub-menu li a:hover {
    border-bottom: none;
    text-decoration: underline;
}

.phoenix-wrapper .sub-menu li a:after {
    display: none;
}

.phoenix-wrapper .sub-menu > li {
    border-top: 1px solid rgba(0,0,0,0.1);
}

.phoenix-wrapper .sub-sub-menu {
    display: none;
    margin-bottom: 5px;
}

.phoenix-wrapper .sub-sub-menu li {
    display: block;
}

.phoenix-wrapper .sub-sub-menu li a {
    font-family: Montserrat;
    font-size: 11px;
    color: #000;
    font-weight: 200;
    text-transform: none;
    padding: 5px 0;
    border-bottom: none;
}

.phoenix-wrapper .menu li:hover > .sub-menu,
.phoenix-wrapper .menu li:hover > .sub-menu .sub-sub-menu {
    display: block;
}

/*region Content */
.shipping-policy {
    font-size: 11px;
    color: #3958aa;
    top: 22px;
    float: right;
}

.breadcrumbs {
    padding: 20px 0;
    border-bottom: 1px solid rgba(210, 210, 210, 0.25);
    margin-bottom: 30px;
}

.breadcrumbs li {
    color: #edb54d;
    font-family: Cabin;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}

.breadcrumbs li:after {
    content: "\f105";
    font-family: "fontawesome";
    margin-left: 10px;
    font-size: 12px;
    color: #a2a2a2;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs a {
    font-family: Cabin;
    font-size: 14px;
    color: #a2a2a2;
}

.auvere,
.gold_without_borders {
    border: 1px solid #d2d2d2;
    background-color: #efefef;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
}

.auvere:after,
.gold_without_borders:after {
    content: "";
    display: table;
    clear: both;
}

.auvere-logo,
.gold_without_borders .gold-logo {
    width: 157px;
    height: 157px;
    background-image: url('images/auvere-logo.png');
    float: left;
    margin-right: 35px;
    border: 1px solid #383838;
}

.gold_without_borders .gold-logo {
    background-image: url('/re/common/images/gold-without-borders.png');
    border: 1px solid #383838;
}

.auvere-text,
.gold_without_borders .gold-text {
    font-size: 16px;
    color: #383838;
    font-family: Cabin;
    line-height: 1.6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: calc(100% - 235px);
}

.auvere-text a {
    color: #1452a0;
    text-decoration: underline;
}

.auvere-text a:hover {
    color: #edb54d;
}

.auvere-button {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.auvere-button .btn {
    border-radius: 0;
    text-transform: uppercase;
}

.btn-gold, .btn-gold:hover
{
    background-color: #edb54d;
    border-color: #edb54d;
    color: #fff;
}

.item-quantity-wrapper {
    position: relative;
    width: 30%;
    float: left;
}

.items-wrapper {
    padding: 30px 0;
    border-top: 1px solid rgba(210, 210, 210, 0.25);
}

.items-wrapper:after {
    clear: both;
    content: "";
    display: table;
}

.item {
    border: 1px solid #d2d2d2;
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
}

.item:nth-of-type(4n + 4) {
    margin-right: 0;
}

.item-info {
    border-bottom: 1px solid #d2d2d2;
    padding: 30px 30px 20px;
}

.item-name {
    font-family: Cabin;
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    text-align: center;
    margin-bottom: 26px;
    line-height: 1.3;
    height: 40px;
}

.item-image {
    border: 1px solid #d2d2d2;
    height: 150px;
    background-size: cover;
    margin-bottom: 20px;
    background-position: center;
}

.product-image img {
    width: 100%;
    height: 100%;
}

.item-price-title {
    text-align: center;
    font-size: 12px;
    font-family: Cabin;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.item-price {
    font-family: Cabin;
    font-size: 18px;
    color: #26004b;
    text-align: center;
}

.item-action {
    padding: 20px;
}

.item-action:after {
    clear: both;
    content: "";
    display: table;
}

.item-quantity {
    border: 1px solid #d2d2d2;
    font-family: Cabin;
    font-size: 14px;
    color: #3b3b3b;
    float: left;
    position: relative;
    padding: 11px 0 11px 5px;
    width: 100%;
    text-align: center;
}

.item-quantity-increase {
    top: 1px;
    right: 1px
}

.item-quantity-increase,
.item-quantity-decrease {
    color: #1452a0;
    font-size: 16px;
    background-color: #f3f3f3;
    border-left: 1px solid #d2d2d2;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s;
}

.item-quantity-decrease {
    border-top: 1px solid #d2d2d2;
    top: auto;
    bottom: 1px;
    right: 1px;
}

.item-quantity-increase:hover,
.item-quantity-decrease:hover {
    color: #edb54d;
}

.item-buy {
    border: 1px solid #af7a17;
    background-color: #edb54d;
    color: #fff;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    float: right;
    padding: 12px 0;
    cursor: pointer;
    transition: all 0.4s;
    width: 60%;
}

.item-buy:hover {
    background-color: #fff;
    color: #edb54d;
}

.full-collection {
    height: 401px;
    padding: 30px;
    background-color: #ededed;
}

.auvere-logo2 {
    background-image: url('images/auvere-logo2.png');;
    margin: auto;
    height: 40px;
    margin-top: 60px;
    margin-bottom: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.full-collection-text {
    font-family: "Open Sans";
    font-size: 30px;
    color: #000;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 30px;
}

.full-collection-link {
    font-family: Cabin;
    font-weight: 600;
    color: #26004b;
    font-size: 20px;
    text-align: center;
    position: relative;
    margin: auto;
    display: block;
    line-height: 28px;
    transition: all 0.4s;
    width: 100%;
    max-width: 140px;
}

.full-collection-link span:first-child {
    float: left;
}

.full-collection-link span:last-child {
    content: "\f0a9";
    color: #edb54d;
    font-size: 30px;
    font-family: "fontawesome";
    float: right;
}
/*endregion*/

.phoenix-wrapper footer .wrap--inner {
    max-width: 1170px;
    position: relative;
    width: 100%;
    margin: auto;
}

.phoenix-wrapper .wrap--inner:after {
    content: "";
    display: table;
    clear: both;
}

.phoenix-wrapper .subscribe {
    background-color: #282828;
    position: relative;
    border-bottom: 2px solid #edb54d;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.phoenix-wrapper .subscribe:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, #ffffff 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0.15;
    top: 0;
    left: 0;
}

.phoenix-wrapper .subscribe .wrap--inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.phoenix-wrapper .subscribe-text {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 50px;
}

.phoenix-wrapper .subscribe-input-wrapper {
    width: 45%;
}

.phoenix-wrapper .subscribe input:not([type=submit]) {
    color: #fff;
    font-size: 11px;
    font-style: italic;
    font-weight: 200;
    background-color: rgba(255,255,255, 0.25);
    border: 1px solid #fff;
    width: 70%;
    float: left;
    padding: 14px 20px;
}

.phoenix-wrapper .subscribe input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.phoenix-wrapper .subscribe input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.phoenix-wrapper .subscribe input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.phoenix-wrapper .subscribe input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.phoenix-wrapper .subscribe-button {
    background-color: #edb54d;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    width: 30%;
    float: left;
    text-align: center;
    padding: 15px 0;
    margin-left: -1px;
    cursor: pointer;
    border: none;
}

.phoenix-wrapper .footer-menu {
    padding: 50px 30px;
}

.phoenix-wrapper .footer-menu-list-title {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}

.phoenix-wrapper .footer-menu-list ul li a {
    color: rgba(0,0,0,0.75);
    font-size: 14px;
    font-weight: 300;
    padding: 0px 0 7px;
    display: block;
}

.phoenix-wrapper .footer-menu-about {
    margin-bottom: 20px;
}

.phoenix-wrapper .footer-menu-social {
    margin-top: -10px;
}

.phoenix-wrapper .footer-menu-social li {
    display: inline-block;
}

.phoenix-wrapper .footer-menu-social .facebook:before,
.phoenix-wrapper .footer-menu-social .twitter:before,
.phoenix-wrapper .footer-menu-social .linkedin:before,
.phoenix-wrapper .footer-menu-social .youtube:before,
.phoenix-wrapper .footer-menu-social .google-plus:before {
    content: '\f082';
    font-family: 'fontawesome';
    font-size: 30px;
    color: #000;
    margin-right: 1px;
    float: left;
}

.phoenix-wrapper .footer-menu-social .google-plus:before {
    content: '\f0d4';
}

.phoenix-wrapper .footer-menu-social .twitter:before {
    content: '\f081';
}

.phoenix-wrapper .footer-menu-social .youtube:before {
    content: '\f166';
}

.phoenix-wrapper .footer-menu-social .linkedin:before {
    content: '\f08c';
}

.phoenix-wrapper .footer-logos {
    padding-left: 15px;
    padding-right: 15px;
}

.phoenix-wrapper .footer-logos .wrap--inner {
    border-top: 2px solid #edb54d;
    padding-top: 30px;
    padding-bottom: 30px;
}

.phoenix-wrapper .footer-logos .gold-silver-logo {
    background-image: url('images/logo.png');
    height: 50px;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: contain;
}

.phoenix-wrapper .footer-logos .gold-silver-emblem {
    background-image: url('https://cms-content.goldsilver.com/re/common/images/static/gold-silver-emblem.png');
    height: 418px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.phoenix-wrapper .footer-logos .trust-pilot {
    height: 87px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.phoenix-wrapper .copyright {
    background-color: #2e2e2e;
    padding: 20px 15px;
}

.phoenix-wrapper .copyright-text,
.phoenix-wrapper .sitemap {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    float: left;
}

.phoenix-wrapper .sitemap {
    text-align: right;
    float: right;
}

.phoenix-wrapper .sitemap:hover {
    color: #edb54d;
}

.my-account-nav {
    float: right;
    margin-top: 17px;
    margin-right: 20px;
}

.my-account-nav a {
    font-size: 13px;
    text-transform: uppercase;
    color: #edb54d;
    padding: 0;
    font-family: Montserrat;
}

.my-account-nav a:active,
.my-account-nav a:focus,
.my-account-nav a:hover {
    text-decoration: none;
}

.my-account-nav .dropdown-menu {
    top: 25px;
    border-top: 3px solid #edb54d;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    z-index: 3;
    -webkit-box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.3);
    box-shadow: 0px 7px 5px -6px rgba(0,0,0,0.3);
}

.my-account-nav .dropdown-menu a {
    color: #000;
}

.logout-button {
    padding: 15px 20px;
    float: right;
    text-decoration: none;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Montserrat;
}

.left-container {
    /*background-image: url('coins.png');*/
    /*height: 576px;*/
    width: 50%;
    background-size: cover;
    float: left;
}


.coin-name {
    font-family: "Open Sans";
    color: #333333;
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    padding-bottom: 10px;
    margin-left: calc(100% - 550px);
}

.left-container .product-title-mobile {
    display: none;
}

.coin-info {
    border-bottom: 1px solid #d2d2d2;
}

.coin-start-price {
    width: 100%;
    /*border-bottom: 1px solid #d2d2d2;*/
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.coin-start-price .from {
    font-size: 14px;
    color: #333333;
    font-family: 'Open Sans';
    font-weight: bold;
}

.coin-start-price .coin-price {
    font-size: 37px;
    color: #edb54d;
    font-family: 'Open Sans';
    font-weight: bold;
    padding: 0 15px;
}
.coin-regular-price  {
    font-size: 30px;
    color: #ffe069;
    font-family: 'Open Sans';
    font-weight: bold;
    padding: 0 15px;
}

.coin-start-price .best-price {
    font-size: 10px;
    color: #ffffff;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-weight: bold;
    background-color: #81cb5c;
    border-radius: 50px;
    padding: 5px 12px;
}

.limited-quantity {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    /*border-bottom: 1px solid #d2d2d2;*/
    padding: 10px 0;
}

.items-left {
    color: #d43232;
    margin-left: 25px;
}

.out-of-stock {
    font-family: "Open Sans";
    font-size: 28px;
    color: #c6c6c6;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 130px 90px;
}

.product-page p {
    margin-bottom: 1.3em;
    line-height: 1.3;
}

.product-page ul {
    list-style-type: disc;
    margin-left: 40px;
}

.product-page ul li {
    margin-bottom: 1.3em;
}

.page-info__description {
    display: block;
    color: #222222;
    line-height: 1.3;
    margin-bottom: 40px;
}

.page-info__text {
    margin-bottom: 1.3em;
}

.ul-lists ul {
    list-style: disc;
    margin-left: 40px;
}

.ul-lists ul li {
    margin-bottom: 1.3em;
}

.category-row {
    padding-top: 40px;
    padding-bottom: 40px;
}

.category-row h2,
.page-info__title {
    font-family: "Open Sans";
    font-size: 37px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
}

.page-info__subtitle {
    margin-bottom: 30px;
}

.category-row p {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #222222;
    line-height: 1.3;
    margin-bottom: 20px;
}

.category-see-more {
    border: 1px solid #af7a17;
    background-color: #edb54d;
    color: #fff;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    float: left;
    padding: 12px 30px;
    cursor: pointer;
    transition: all 0.4s;
    display: block;
}

.category-see-more:hover {
    background-color: #fff;
    color: #edb54d;
}

.category-see-more.centered {
    float: none;
    margin: auto;
}

.buttons-see-more {
    float: none;
    margin: auto;
}

.category-see-more-button {
    border: 1px solid #af7a17;
    background-color: #edb54d;
    color: #fff;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    clear: both;
    padding: 12px 30px;
    cursor: pointer;
    transition: all 0.4s;
    display: block;
    margin: auto;
}

.category-see-more-button:hover {
    background-color: #fff;
    color: #edb54d;
}

.category-see-category-button {
    border: 1px solid #213b7f;
    background-color: #3958aa;
    color: #fff;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    float: left;
    padding: 12px 30px;
    cursor: pointer;
    transition: all 0.4s;
    display: block;
}

.category-row.odd-row {
    background-color: #fafafa;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}

.category-text-wrapper {
    border-bottom: 1px solid #e2e2e2;
    padding: 40px 0 10px;
}

.category-row:last-child {
    padding-top: 0;
}

.category-text-wrapper:last-child {
    border-bottom: none;
}

.right-container .purchase-options {
    font-family: "Open Sans";
    color: #333333;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 0;
}

.right-container {
    float: right;
    width: 45%;
}

.right-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

.right-container ul li {
    color: #AAAAAA;
    display: block;
    position: relative;
    float: left;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: rgba(239, 239, 239, 0.75);
}

.right-container ul li#check-wire {
    border-right: 1px solid rgba(0,0,0,0.15);
    width: 34%;
}
.right-container ul li#bitcoin {
    border-right: 1px solid rgba(0,0,0,0.15);
    width: 34%;
}

.right-container ul li#credit-card {
    width: 38%;
}

.right-container ul li#bitcoin {
    border-left: none;
    width: 28%;
}

.right-container ul li.selected {
    background-color: #fff;
}

.right-container ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
}

.label-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.right-container ul li label {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    padding: 0px 5px 0px 40px;
    margin: 0px auto 0;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    color: rgba(0, 0, 0, 0.75);
    font-family: "Open Sans";
}

.right-container ul li label.second-label {
    font-size: 10px;
    padding-top: 2px;
    padding-bottom: 0px;
}

.right-container ul li.selected label.first-label {
    color: #000;
}

.right-container ul li.selected label.second-label {
    color: #74bd5d;
}

.right-container ul li .check {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    z-index: 5;
    font-size: 24px;
    color: #81cb5c;
    font-family: 'fontawesome';
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.75);
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.right-container input[type=radio]:checked ~ .check {
    border: 1px solid rgba(0, 0, 0, 0);
}

.right-container input[type=radio]:checked ~ .check:before {
    content: "\f058";
    position: absolute;
    top: -3px;
    left: -1px;
}

.tab-content {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: none;
    border-bottom: none;
    display: none;
}

.tab-content.selected {
    display: block;
}

.tab-content .span-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px 20px;
}

.tab-content .span-wrap:after {
    content: "";
    display: table;
    clear: both;
}

.tab-content span,
.tab-content .span-link {
    font-family: "Open Sans";
    color: #333333;
}

.tab-content .span-link {
    cursor: pointer;
}

.tab-content span-big {
    font-size: 14px;
    font-weight: bold;
}

.tab-content span-medium {
    font-size: 12px;
}

.tab-content span-small {
    font-size: 10px;
    font-weight: bold;
}

.tab-content .span-button {
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    color: #484848;
    background-color: #d2d2d2;
    border-radius: 50px;
    padding: 4px 8px;
    margin-left: 7px;
}

.main-content {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.main-content:after {
    content: "";
    clear: both;
    display: table;
}

.product-details {
    padding: 40px 0;
}

.product-details:after {
    content: "";
    display: table;
    clear: both;
}

.product-details-table {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top: none;
    border-bottom: none;
    width: 240px;
    float: left;
}

.product-details-table-header {
    background-color: #f8f8f8;
    color: #333333;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px 20px
}

.product-details-table-info {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.product-details-table-info:after {
    content: "";
    display: table;
    clear: both;
}

.product-details-table-info span:first-child {
    width: 47%;
    color: #333333;
    font-family: "Open Sans";
    font-size: 12px;
    float: left;
    padding: 15px 5px 15px 35px;
}

.product-details-table-info span:last-child {
    width: 53%;
    color: #333333;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    float: left;
    padding: 15px 15px;
}

.product-details-text {
    width: calc(100% - 280px);
    float: right;
}

.product-details-text p {
    font-family: "Open Sans";
    font-size: 14px;
    color: #333333;
    line-height: 1.3;
    margin-bottom: 20px;
}

.coin-item-action {
    padding: 5px 0;
}

.coin-item-action:after {
    clear: both;
    content: "";
    display: table;
}

.coin-item-quantity-wrapper {
    position: relative;
    width: 36%;
    float: left;
    border: 1px solid #d2d2d2;
}

.coin-item-quantity {
    border: none;
    font-family: "Open Sans";
    font-size: 16px;
    color: #333333;
    float: left;
    position: relative;
    padding: 9px 15px 9px 0px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.coin-item-quantity::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333333;
}

.coin-item-quantity::-moz-placeholder {
    /* Firefox 19+ */
    color: #333333;
}

.coin-item-quantity:-ms-input-placeholder {
    /* IE 10+ */
    color: #333333;
}

.coin-item-quantity:-moz-placeholder {
    /* Firefox 18- */
    color: #333333;
}

#order_form input[name="cart_quantity"] {
    width: 100%;
    height: inherit;
}

.coin-item-quantity-increase,
.coin-item-quantity-decrease {
    color: #1452a0;
    font-size: 16px;
    background-color: #f3f3f3;
    border-left: 1px solid #d2d2d2;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s;
}

.coin-item-quantity-decrease {
    border-top: 1px solid #d2d2d2;
    top: auto;
    bottom: 0;
}

.coin-item-quantity-increase:hover,
.coin-item-quantity-decrease:hover {
    color: #edb54d;
}

.coin-item-buy {
    border: 1px solid #3958aa;
    background-color: #3958aa;
    color: #fff;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    float: right;
    padding: 10px 0;
    cursor: pointer;
    transition: all 0.4s;
    width: 62%;
    font-weight: bold;
    border-radius: 2px;
}

.coin-item-buy:before {
    font-family: 'fontawesome';
    content: "\f291";
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
    transition: all 0.4s;
}

.coin-item-buy:hover {
    background-color: #fff;
    color: #3958aa;
}

.coin-item-buy:hover:before {
    color: #3958aa;
}

.row-flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col-flex-valign-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.col-flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.carousel-product-media,
.carousel-product-media .slick-list,
.carousel-product-media .slick-track,
.carousel-product-media .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.carousel-product-media .slick-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #adadad;
    /*
            if min-height is
             - removed
                - carousel height will be equal to height of tallest image
                - images will vertically center within that height
                - if border cell needs inner padding add it here
             - set with px value
                - images will vertically center within set height
            */
    /*min-height: 575px;*/
}

.carousel-product-media img {
    margin: 0 auto;
}

.carousel-nav-product-media .slick-carousel-item {
    cursor: pointer;
    border: 1px solid #adadad;
}

.carousel-nav-product-media-control {
    color: #333333;
    text-decoration: none;
}

.estimated-shipment-date {
    font-family: "Open Sans";
    font-size: 12px;
    color: #3958aa;
    text-align: center;
    padding: 10px 0;
}

.estimated-shipment-date span {
    font-weight: bold;
}


/***** 16.11.2017 *****/

.item-coin-wrapper {
    display: flex;
}

.item-coin {
    border: 1px solid #d2d2d2;
    width: calc((100% - 60px) / 3);
    min-height: 480px;
    margin-right: 15px;
    margin-bottom: 30px;
    float: left;
    background-color: #fff;
    position: relative;
    flex: 1 0 auto;
}

.item-coin--four-column {
    width: calc((100% - 75px) / 4);
}

.item-coin--full-width {
    width: 100%;
}

.item-coin.special-block {
    background-color: #c0c0c0;
}

.item-coin:nth-of-type(4n + 4) {
    margin-right: 0;
}

.item-coin-info {
    border-bottom: 1px solid #d2d2d2;
    padding: 20px 10px;
}

.item-coin-info:after {
    clear: both;
    display: table;
    content: "";
}

.item-coin-name,
.item-coin-name a {
    font-family: 'Cabin';
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 10px;
}

.item-coin-ellipsis {
    font-size: 22px;
    color: rgba(34, 34, 34, 0.5);
    position: absolute;
    top: 25px;
    right: 20px;
}

.item-coin-image {
    height: 90px;
    background-size: cover;
    background-position: center;
    float: left;
    width: 90px;
    margin-right: 10px;
}

.item-coin-text {
    font-family: 'Open Sans';
    font-size: 15px;
    color: #222222;
    line-height: 1.2;
}

.item-coin-price-wrapper {
    padding-top: 25px;
    float: right;
    width: calc(100% - 100px);
}

.item-coin-as-low-as {
    text-align: center;
    font-family: 'Cabin';
    font-size: 11px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.item-coin-price {
    font-family: "Cabin";
    font-size: 20px;
    color: #edb54d;
    text-align: center;
    font-weight: 700;
}

.item-coin-price-limited-quantity {
    background: #1AA92B;
    padding: 7px 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Open Sans";
    text-align: center;
    margin-top: 10px;
}

.item-coin-action {
    padding: 20px;
}

.item-coin-action:after {
    clear: both;
    content: "";
    display: table;
}

.item-coin-quantity-wrapper {
    position: relative;
    width: 33%;
    float: left;
}

.item-coin-quantity {
    border: 1px solid #d2d2d2;
    font-family: "Open Sans";
    font-size: 14px;
    color: #3b3b3b;
    float: left;
    position: relative;
    padding: 10px 25px 10px 10px;
    width: 100%;
    text-align: left;
}

.item-coin-quantity-increase {
    top: 1px;
    right: 1px;
}

.item-coin-quantity-increase,
.item-coin-quantity-decrease {
    color: #3958aa;
    font-size: 16px;
    background-color: #f3f3f3;
    border-left: 1px solid #d2d2d2;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s;
}

.item-coin-quantity-decrease {
    border-top: 1px solid #d2d2d2;
    top: auto;
    bottom: 1px;
    right: 1px
}

.item-coin-quantity-increase:hover,
.item-coin-quantity-decrease:hover {
    color: #edb54d;
}

.item-coin-quantity-prices-wrapper {
    padding: 0 20px 10px;
}

.item-coin-quantity-price {
    padding: 10px 0;
    border-top: 1px solid #d2d2d2;
}

.item-coin-quantity-price:after {
    content: "";
    clear: both;
    display: table;
}

.item-coin-quantity-range {
    float: left;
    color: #3b3b3b;
    font-family: 'Cabin';
    font-weight: 500;
    font-size: 12px;
}

.item-coin-quantity-range-price {
    float: right;
    color: #3b3b3b;
    font-family: 'Cabin';
    font-weight: 500;
    font-size: 12px;
}

.item-coin-quantity-price-details {
    float: right;
    color: #1452a0;
    font-family: 'Cabin';
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}

.item-coin-quantity-price-details:after {
    font-family: 'fontawesome';
    font-size: 12px;
    content: '\f101';
    margin-left: 5px;
}

.item-coin-quantity-backdrop {
    font-size: 11px;
    text-align: center;
    border-top: 0;
}

.item-coin-buy {
    border: 1px solid #213b7f;
    background-color: #3958aa;
    color: #fff;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    float: right;
    padding: 12px 0;
    cursor: pointer;
    transition: all 0.4s;
    width: 60%;
}

.item-coin-buy.item-coin-buy--out-of-stock {
    background-color: #CC2E2E;
    border-color: #CC2E2E;
}

.item-coin-buy:hover {
    background-color: #fff;
    color: #3958aa;
}

.item-coin-full-info-wrapper {
    width: 100%;
    background-color: #f8f8f8;
    padding: 30px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    right: -999999999px;
    position: fixed;
    margin-bottom: 30px;
}

.item-coin-full-info-wrapper.active {
    position: relative;
    right: auto;
}

.item-coin.active:before {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 15px 12.5px;
    border-color: transparent transparent #d2d2d2 transparent;
}

.item-coin-full-info-close {
    transform: rotate(45deg);
    font-size: 50px;
    color: #d2d2d2;
    font-family: "Open Sans";
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 3;
}

.item-coin-full-info {
    right: -99999999px;
    height: 0;
}

.right-container ul li[id^=check-wire] {
    border-right: none;
    width: 50%;
}

.right-container ul li[id^=credit-card] {
    width: 50%;
}

.right-container ul li[id^=bitcoin] {
    border-left: none;
    width: 28%;
}

.item-coin-full-info.active {
    position: relative;
    right: auto;
    height: auto;
}

.item-coin-main-content {
    border-bottom: none;
    padding-bottom: 0;
}

.main {
    overflow: hidden; //ova mozhe da napravi problem
}

.athena-margin {
    padding: 0px 100px 0px 100px;
}

.products-athena p {
    margin-bottom: 1.3em;
    line-height: 1.5;
}

.products-athena .page-info__title {
    margin: 50px 0;
}

.products-athena .page-info__sub-title {
    margin: 30px 0;
}

.products-athena .video-wrapper {
    display: block;
    position: relative;
    padding-bottom: 52.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 30px 0;
}

.products-athena .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.products-athena .ancient-athena {
    margin: 50px 0;
    text-align: center;
}

.products-athena .ancient-athena img {
    width: 150px;
}

.products-athena .modern-athena {
    margin: 50px 0;
    text-align: center;
}
.products-athena .modern-athena img {
    width: 350px;
}

.products-athena .ancient-athena span {
    display: block;
    margin-top: 20px;

    font-style: italic;
}
@media(max-width: 750px) {
    .athena-margin {
        padding: 0px 0px 0px 0px;
    }
}
.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

@media (max-width: 1200px){
    .coin-name {
        margin-left: calc(100% - 453px);
    }
}
@media(max-width: 991px) {

    .phoenix-wrapper .cart {
        margin: -10px -15px -15px 0;
    }

    .phoenix-wrapper .sub-menu {
        padding: 20px 20px;
    }

    .phoenix-wrapper .register-login li:first-child a {
        border-left: none;
        padding-left: 0;
    }

    .item {
        width: calc((100% - 30px) / 2);
    }

    .item:nth-child(2n + 2) {
        margin-right: 0;
    }

    .phoenix-wrapper .footer-menu-list {
        margin-bottom: 30px;
    }

    .phoenix-wrapper .footer-logos .gold-silver-logo {
        background-position: center;
        margin-bottom: 30px;
    }

    .phoenix-wrapper .footer-logos .trust-pilot {
        background-position: center;
    }

    .phoenix-wrapper .footer-logos .gold-silver-emblem {
        margin-bottom: 30px;
    }

    .main-auvere,
    #container-main {
        padding-top: 40px;
    }
    .left-container {
        width: 100%;
    }
    .right-container {
        width: 100%;
    }

    .item-coin {
        width: 100%;
        margin: 0px auto 15px;
        max-width: 500px;
        float: none;
    }
    .item-coin.active:before {
        bottom: -16px;
    }
    .item-coin:nth-child(3n + 3) {
        margin-right: auto;
    }
    .item-coin-full-info .left-container {
    //display: none;
        height: 0;
        overflow: hidden;
    }
    .item-coin-full-info .right-container {
        width: 100%;
        max-width: 500px;
        margin: auto;
        float: none;
    }
    .item-coin-full-info {
        display: none;
        right: auto;
        height: auto;
    }
    .item-coin-full-info.active {
        position: relative;
        right: auto;
        height: auto;
        display: block;
        margin-bottom: 25px;
    }

    .right-container .purchase-options {
        display: none;
    }

    .right-container .coin-start-price {
        display: flex;
        text-align: center;
        justify-content: center;
    }



    .coin-name {
        text-align: center;
        margin-left: 0px;
    }

    .out-of-stock {
        padding: 20px 30px 0;
    }

}

@media(max-width: 767px) {

    .carousel-product-media {
        width: 70%;
        margin: auto;
    }

    .carousel-nav-product-media .slick-list {
        width: 50%;
        margin: auto;
    }

    .row-flex-row {
        flex-flow: column;
    }

    .phoenix-wrapper .header {
        padding: 0;
    }

    .phoenix-wrapper .logo {
        height: 24px;
        margin-top: 13px;
    }

    .phoenix-wrapper .search {
        margin: 8px 0;
    }

    .phoenix-wrapper .cart {
        font-size: 0;
        margin: 0 -15px;
        padding: 15px;
    }

    .phoenix-wrapper .cart:before {
        margin-right: 0;
    }

    .phoenix-wrapper .hamburger {
        display: block;
    }

    .breadcrumb {
        display: none;
    }

    .phoenix-wrapper .menu {
        display: none;
        background-color: #1b1b1b;
        top: 100%;
        padding: 0 10px;
        position: absolute;
        width: 240px;
        z-index: 50;
    }

    .phoenix-wrapper .menu ul {
        display: block;
    }

    .phoenix-wrapper .menu li {
        display: block;
        position: relative;
    }

    .phoenix-wrapper .menu li a {
        border-right: 0;
        border-bottom: 2px solid rgba(255,255,255, 0.25);
        color: #fff;
        padding: 10px;
    }

    .phoenix-wrapper .menu > li:last-child > a {
        border-bottom: none;
    }

    .phoenix-wrapper .menu li:first-child a {
        padding-left: 10px;
    }

    .phoenix-wrapper .sub-menu {
        border-top: none;
        left: 0;
        border: none;
    }

    .phoenix-wrapper .sub-sub-menu {
        padding-left: 20px;
    }

    .phoenix-wrapper .sub-menu, .sub-sub-menu {
        position: relative;
        background-color: #1b1b1b;
    }

    .phoenix-wrapper .sub-menu li a,
    .phoenix-wrapper .sub-sub-menu li a {
        border-right: 0;
        border-bottom: 2px solid rgba(255,255,255, 0.25);
        color: #fff;
        padding: 10px;
    }

    .phoenix-wrapper .sub-menu li a:hover,
    .phoenix-wrapper .sub-sub-menu li a:hover {
        border-bottom: 2px solid #edb54d;
        text-decoration: none;
    }

    .phoenix-wrapper .shipping-policy {
        margin-top: -8px!important;
    }

    .phoenix-wrapper .register-login li a {
        border-left: none;
        padding-left: 0;
        font-size: 11px;
    }

    .phoenix-wrapper .register-login li a:before {
        font-family: 'fontawesome';
        font-size: 12px;
        color: #edb54d;
        content: '\f007';
        margin-right: 5px;
    }

    .register-login {
        margin-top: 20px;
    }

    .item {
        width: 100%;
        max-width: 360px;
        margin: 0 auto 30px !important;
        float: none;
    }

    .auvere-logo {
        float: left;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .auvere-text {
        position: relative;
        width: 100%;
        top: auto;
        transform: none;
        right: auto;
        float: left;
    }

    .phoenix-wrapper .subscribe .wrap--inner {
        display: block;
    }
    .phoenix-wrapper .subscribe-text {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .phoenix-wrapper .subscribe-input-wrapper {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    .phoenix-wrapper .copyright-text, .sitemap {
        width: 100%;
        text-align: center;
    }

    .phoenix-wrapper .sitemap {
        margin-bottom: 15px;
    }

    .phoenix-wrapper .footer-menu {
        padding: 50px 15px;
    }

    .main-auvere,
    #container-main {
        padding-top: 40px;
    }
    .product-details-table {
        float: none;
        margin: auto;
    }
    .product-details-text {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .limited-quantity {
        text-align: center;
    }
}
.detailed-quotes-charts {
    width: 100%;
    height: 476px;
    background-color: #fafafa;
    #border: 1px solid rgba(0, 0, 0, 0.15);
    font-family: "Open Sans";
    font-size: 22px;
    color: rgba(36, 38, 45, 0.3);
    font-weight: 700;
    display: flex;
    margin-top: 10px;
}
.other-metals-graph {
    width: 100%;
    height: 182px;
    font-family: "Open Sans";
    font-size: 22px;
    color: rgba(36, 38, 45, 0.3);
    font-weight: 700;
    display: flex;
    margin-top: 10px;
    margin-left:0%;
}

.charts .row {
    padding: 40px 0;
}

.charts .rise {
    color: #3e8f15 !important;
    position: relative;
}

.charts .fall {
    color: #cb5c5c !important;
    position: relative;
}

.charts .rise.price-caret:before,
.charts .fall.price-caret:before {
    font-family: "fontawesome";
    content: "\f0d8";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.charts .fall.price-caret:before {
    content: "\f0d7";
}

.charts .fall {
    color: #cb5c5c !important;
}

.charts-section.popular-products .row {
    padding: 40px 0 10px;
}

.charts .precious-metals-prices h1 {
    font-family: "Open Sans";
    font-size: 42px;
    color: #24262d;
    font-weight: 600;
    margin-bottom: 10px;
}

.charts .precious-metals-prices h3 {
    font-family: "Open Sans";
    font-size: 20px;
    color: #24262d;
    margin-bottom: 20px;
}

.charts .precious-metals-prices p {
    font-family: "Open Sans";
    font-size: 15px;
    color: #24262d;
    font-style: italic;
    font-weight: 300;
    margin-bottom: -15px;
}

.charts-section h4 {
    font-family: "Open Sans";
    font-size: 24px;
    color: #24262d;
    font-weight: 700;
    margin-bottom: 20px;
}

.charts .price-tables table {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.charts .price-tables table th {
    font-family: "Open Sans";
    font-size: 15px;
    color: rgba(36, 38, 45, 0.75);
    font-weight: 700;
    background-color: #efefef;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 12px 20px;
}

.charts .price-tables table th:first-child {
    text-align: left;
}

.charts .price-tables table th:last-child {
    border-right: none;
}

.charts .price-tables table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.charts .price-tables table tr:last-child {
    border-bottom: none;
}

.charts .price-tables table tr td {
    font-family: "Open Sans";
    font-size: 12px;
    color: #383838;
    font-weight: 700;
    padding: 12px 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
}

.charts .price-tables table tr td:first-child {
    text-align: left;
    font-size: 14px;
}

.charts .price-tables table tr td:last-child {
    border-right: none;
}

.charts .price-tables table tr:nth-child(2n + 2) {
    background-color: rgba(239, 239, 239, 0.3);
}

.charts .price-tables p {
    font-family: "Open Sans";
    font-size: 14px;
    color: #383838;
    margin-bottom: 20px;
    line-height: 1.5
}

.charts .price-tables ul {
    padding-left: 30px;
}

.charts .price-tables ul li {
    font-family: "Open Sans";
    font-size: 14px;
    color: #383838;
    position: relative;
    padding: 0 0 0px 15px;
    margin-bottom: 15px;
}

.charts .price-tables ul li:before {
    content: "";
    background-color: #edb54d;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50px;
}

.charts .price-tables ul li a {
    font-family: "Open Sans";
    font-size: 14px;
    color: #0e26d6;
    text-decoration: underline;
}

.charts .gold-price-and-charts h1 {
    font-family: "Open Sans";
    font-size: 42px;
    color: #24262d;
    font-weight: 600;
    margin-bottom: 10px;
}

.charts .gold-price-and-charts h3 {
    font-family: "Open Sans";
    font-size: 20px;
    color: #24262d;
    margin-bottom: 20px;
}

.charts .gold-price-and-charts p {
    font-family: "Open Sans";
    font-size: 15px;
    color: #24262d;
    font-style: italic;
    font-weight: 300;
    margin-bottom: -15px;
}

.charts .live-gold-price.price-tables table tr td,
.charts .live-gold-price.price-tables table th {
    padding: 12px 15px;
}

.live-gold-price .detailed-quotes-slider {
    margin-bottom: 80px;
}

.live-gold-price .detailed-quotes-title-price {
    margin-top: 40px;
    padding: 0;
}

.live-gold-price .detailed-quotes-title-price h5 {
    font-size: 24px;
}

.live-gold-price p.extra-small-text {
    font-family: "Open Sans";
    font-size: 10px;
    color: #24262d;
    margin: 10px 0 0;
    text-align: center;
}

.live-gold-price a.extra-small-text {
    font-family: "Open Sans";
    font-size: 10px;
    margin: 10px 0 0;
    text-align: center;
    color: #0e26d6;
    display: block;
    flex: 1 0 auto;
}

.live-gold-price .detailed-quotes-title-price .price,
.live-gold-price .detailed-quotes-title-price .price-change,
.live-gold-price .detailed-quotes-title-price .price-percentage {
    font-family: "Open Sans";
    font-size: 20px;
    color: #24262d;
    font-weight: 600;
    float: right;
    margin-left: 15px;
}

.charts-signup-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.charts-signup {
    border: 2px solid #edb54d;
    padding: 20px 15px;
    background-color: #252525;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    flex: 1 0 auto;
}

.charts-signup:after {
    content: "";
    clear: both;
    display: table;
}

.charts-signup:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, #ffffff 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #000000 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #000000 100%);
    z-index: -1;
}

.charts-signup h4 {
    font-family: "Open Sans";
    font-size: 20px;
    color: #edb54d;
    font-weight: 700;
    flex: 1 0 auto;
}

.charts-signup-wrapper table {
    flex: 1 0 auto;
}

.price-tables .charts-signup p {
    font-family: "Open Sans";
    font-size: 14px;
    color: #ffffff;
}

.charts-signup input {
    font-family: "Montserrat";
    font-size: 11px;
    color: #ffffff;
    font-weight: 300;
    font-style: italic;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 14px 20px;
    width: calc(100% - 130px);
    float: left;
    height: 42px;
}

.charts-signup button {
    font-family: "Montserrat";
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #edb54d;
    background-color: #edb54d;
    padding: 13px 20px;
    width: 130px;
    float: left;
}

.historical-gold-price-graph {
    width: 100%;
    height: 472px;
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-family: "Open Sans";
    font-size: 22px;
    color: rgba(36, 38, 45, 0.3);
    font-weight: 700;
    display: flex;
    margin-top: 10px;
}

.charts .gold-spot-price p,
.charts .gold-price-in-depth p {
    font-family: "Open Sans";
    font-size: 14px;
    color: #383838;
    margin-bottom: 20px;
    line-height: 1.5;
}

.charts .gold-spot-price p a,
.charts .gold-price-in-depth p a {
    color: #0e26d6;
}

.other-metals-graph {
    width: 77%;
    height: 182px;
    font-family: "Open Sans";
    font-size: 22px;
    color: rgba(36, 38, 45, 0.3);
    font-weight: 700;
    display: flex;
    margin-top: 10px;
    margin-left: 13%;
}


.charts .row {
    padding: 40px 0;
}

.charts .rise {
    color: #3e8f15 !important;
    position: relative;
}

.charts .fall {
    color: #cb5c5c !important;
    position: relative;
}

.charts .rise.price-caret:before,
.charts .fall.price-caret:before {
    font-family: "fontawesome";
    content: "\f0d8";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.charts .fall.price-caret:before {
    content: "\f0d7";
}

.charts .fall {
    color: #cb5c5c !important;
}

.charts-section.popular-products .row {
    padding: 40px 0 10px;
}

.charts .precious-metals-prices h1 {
    font-family: "Open Sans";
    font-size: 42px;
    color: #24262d;
    font-weight: 600;
    margin-bottom: 10px;
}

.charts .precious-metals-prices h3 {
    font-family: "Open Sans";
    font-size: 20px;
    color: #24262d;
    margin-bottom: 20px;
}

.charts .precious-metals-prices p {
    font-family: "Open Sans";
    font-size: 15px;
    color: #24262d;
    font-style: italic;
    font-weight: 300;
    margin-bottom: -15px;
}

.charts-section h4 {
    font-family: "Open Sans";
    font-size: 24px;
    color: #24262d;
    font-weight: 700;
    margin-bottom: 20px;
}

.charts .price-tables table {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.charts .price-tables table th {
    font-family: "Open Sans";
    font-size: 15px;
    color: rgba(36, 38, 45, 0.75);
    font-weight: 700;
    background-color: #efefef;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 12px 20px;
}

.charts .price-tables table th:first-child {
    text-align: left;
}

.charts .price-tables table th:last-child {
    border-right: none;
}

.charts .price-tables table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.charts .price-tables table tr:last-child {
    border-bottom: none;
}

.charts .price-tables table tr td {
    font-family: "Open Sans";
    font-size: 12px;
    color: #383838;
    font-weight: 700;
    padding: 12px 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
}

.charts .price-tables table tr td:first-child {
    text-align: left;
    font-size: 14px;
}

.charts .price-tables table tr td:last-child {
    border-right: none;
}

.charts .price-tables table tr:nth-child(2n + 2) {
    background-color: rgba(239, 239, 239, 0.3);
}

.charts .price-tables p {
    font-family: "Open Sans";
    font-size: 14px;
    color: #383838;
    margin-bottom: 20px;
    line-height: 1.5
}

.charts .price-tables ul {
    padding-left: 30px;
}

.charts .price-tables ul li {
    font-family: "Open Sans";
    font-size: 14px;
    color: #383838;
    position: relative;
    padding: 0 0 0px 15px;
    margin-bottom: 15px;
}

.charts .price-tables ul li:before {
    content: "";
    background-color: #edb54d;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50px;
}

.charts .price-tables ul li a {
    font-family: "Open Sans";
    font-size: 14px;
    color: #0e26d6;
    text-decoration: underline;
}

.charts .gold-price-and-charts h1 {
    font-family: "Open Sans";
    font-size: 42px;
    color: #24262d;
    font-weight: 600;
    margin-bottom: 10px;
}

.charts .gold-price-and-charts h3 {
    font-family: "Open Sans";
    font-size: 20px;
    color: #24262d;
    margin-bottom: 20px;
}

.charts .gold-price-and-charts p {
    font-family: "Open Sans";
    font-size: 15px;
    color: #24262d;
    font-style: italic;
    font-weight: 300;
    margin-bottom: -15px;
}

.charts .live-gold-price.price-tables table tr td,
.charts .live-gold-price.price-tables table th {
    padding: 12px 15px;
}

.live-gold-price .detailed-quotes-slider {
    margin-bottom: 80px;
}

.live-gold-price .detailed-quotes-title-price {
    margin-top: 40px;
    padding: 0;
}

.live-gold-price .detailed-quotes-title-price h5 {
    font-size: 24px;
}

.live-gold-price p.extra-small-text {
    font-family: "Open Sans";
    font-size: 10px;
    color: #24262d;
    margin: 10px 0 0;
    text-align: center;
}

.live-gold-price a.extra-small-text {
    font-family: "Open Sans";
    font-size: 10px;
    margin: 10px 0 0;
    text-align: center;
    color: #0e26d6;
    display: block;
    flex: 1 0 auto;
}

.live-gold-price .detailed-quotes-title-price .price,
.live-gold-price .detailed-quotes-title-price .price-change,
.live-gold-price .detailed-quotes-title-price .price-percentage {
    font-family: "Open Sans";
    font-size: 20px;
    color: #24262d;
    font-weight: 600;
    float: right;
    margin-left: 15px;
}

.charts-signup-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.charts-signup {
    border: 2px solid #edb54d;
    padding: 20px 15px;
    background-color: #252525;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    flex: 1 0 auto;
}

.charts-signup:after {
    content: "";
    clear: both;
    display: table;
}

.charts-signup:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, #ffffff 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #000000 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #000000 100%);
    z-index: -1;
}

.charts-signup h4 {
    font-family: "Open Sans";
    font-size: 20px;
    color: #edb54d;
    font-weight: 700;
    flex: 1 0 auto;
}

.charts-signup-wrapper table {
    flex: 1 0 auto;
}

.price-tables .charts-signup p {
    font-family: "Open Sans";
    font-size: 14px;
    color: #ffffff;
}

.charts-signup input {
    font-family: "Montserrat";
    font-size: 11px;
    color: #ffffff;
    font-weight: 300;
    font-style: italic;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.25);
    padding: 14px 20px;
    width: calc(100% - 130px);
    float: left;
    height: 42px;
}

.charts-signup button {
    font-family: "Montserrat";
    font-size: 14px;
    color: #ffffff;
    border: 1px solid #edb54d;
    background-color: #edb54d;
    padding: 13px 20px;
    width: 130px;
    float: left;
}

.historical-gold-price-graph {
    width: 100%;
    height: 472px;
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-family: "Open Sans";
    font-size: 22px;
    color: rgba(36, 38, 45, 0.3);
    font-weight: 700;
    display: flex;
    margin-top: 10px;
}

.charts .gold-spot-price p,
.charts .gold-price-in-depth p {
    font-family: "Open Sans";
    font-size: 14px;
    color: #383838;
    margin-bottom: 20px;
    line-height: 1.5;
}

.charts .gold-spot-price p a,
.charts .gold-price-in-depth p a {
    color: #0e26d6;
}

.other-metals-graph {
    width: 77%;
    height: 182px;
    font-family: "Open Sans";
    font-size: 22px;
    color: rgba(36, 38, 45, 0.3);
    font-weight: 700;
    display: flex;
    margin-top: 10px;
    margin-left: 13%;
}
.product_content_box{
    display: block;
    line-height: 1.5;
}
.product_content_box ul {
    padding: 10px 0px 10px 25px;
    list-style: disc inside;
}

.product_content_title {
    font-family: "Open Sans";
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    margin: 15px 0px 15px 0px;
}

@media(max-width: 530px) {
    .carousel-nav-product-media .slick-list {
        width: 70%;
    }
}