/* Typography */

/* Custom Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');

/* Fonts */
.font-montserrat {font-family:'Montserrat',sans-serif;}
.font-alex-brush {font-family:'Alex Brush',cursive;}
.modal-engraving .form-control {padding:14px 15px;font-size: 26px;text-indent:3px;}

/*html {scroll-behavior:smooth;}*/
body {font-family:"Jost",sans-serif;background-color:#F8F4F1;color:#1D1D1B;font-size:16px;font-weight:400;padding-top:165px;}
a {word-wrap:break-word;text-decoration:none !important;color:currentColor;transition:color .3s ease-in-out;}
a:hover {color:#E0A119;}
a:focus {outline:0;color:#E0A119;}
a:active:focus {outline:0;color:#E0A119;}
label {font-weight:400;}
h1 , h2 , h3 , h4 , h5 , h6 {margin-top:0;font-family:'Jost',serif;font-style: italic;}
.lead {font-size:21px;font-weight:700;margin-bottom:5px;}
hr {border-color:#DBDADA;margin:30px 0;}

/*p {white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;}*/

/* Placeholders */
::-webkit-input-placeholder {color:#777070;}
:-moz-placeholder {color:#777070;}
::-moz-placeholder {color:#777070;}
:-ms-input-placeholder {color:#777070;}

/* Utilities */
.p-auto {padding:auto!important;}
.p-0 {padding:0!important;}
.pt-0 {padding-top:0!important;}
.pr-0 {padding-right:0!important;}
.pb-0 {padding-bottom:0!important;}
.pl-0 {padding-left:0!important;}
.p-1 {padding:1rem!important;}
.pt-1 {padding-top:1rem!important;}
.pr-1 {padding-right:1rem!important;}
.pb-1 {padding-bottom:1rem!important;}
.pl-1 {padding-left:1rem!important;}
.p-2 {padding:2rem!important;}
.pt-2 {padding-top:2rem!important;}
.pr-2 {padding-right:2rem!important;}
.pb-2 {padding-bottom:2rem!important;}
.pl-2 {padding-left:2rem!important;}
.p-3 {padding:3rem!important;}
.pt-3 {padding-top:3rem!important;}
.pr-3 {padding-right:3rem!important;}
.pb-3 {padding-bottom:3rem!important;}
.pl-3 {padding-left:3rem!important;}
.p-4 {padding:4rem!important;}
.pt-4 {padding-top:4rem!important;}
.pr-4 {padding-right:4rem!important;}
.pb-4 {padding-bottom:4rem!important;}
.pl-4 {padding-left:4rem!important;}
.m-auto {margin:auto!important;}
.m-0 {margin:0!important;}
.mt-0 {margin-top:0!important;}
.mr-0 {margin-right:0!important;}
.mb-0 {margin-bottom:0!important;}
.ml-0 {margin-left:0!important;}
.m-1 {margin:1rem!important;}
.mt-1 {margin-top:1rem!important;}
.mr-1 {margin-right:1rem!important;}
.mb-1 {margin-bottom:1rem!important;}
.ml-1 {margin-left:1rem!important;}
.m-2 {margin:2rem!important;}
.mt-2 {margin-top:2rem!important;}
.mr-2 {margin-right:2rem!important;}
.mb-2 {margin-bottom:2rem!important;}
.ml-2 {margin-left:2rem!important;}
.m-3 {margin:3rem!important;}
.mt-3 {margin-top:3rem!important;}
.mr-3 {margin-right:3rem!important;}
.mb-3 {margin-bottom:3rem!important;}
.ml-3 {margin-left:3rem!important;}
.m-4 {margin:4rem!important;}
.mt-4 {margin-top:4rem!important;}
.mr-4 {margin-right:4rem!important;}
.mb-4 {margin-bottom:4rem!important;}
.ml-4 {margin-left:4rem!important;}
.w-100 {width:100%;}
.w-auto {width:auto;}
.mw-100 {max-width:100%;}
.d-block {display:block;}
.d-inline {display:inline;}
.d-inline-block {display:inline-block;}
.o-hidden {overflow:hidden;}
.ox-hidden {overflow-x:hidden;}
.oy-hidden {overflow-y:hidden;}
.border {border:1px solid #dee2e6!important;}
.border-top {border-top:1px solid #dee2e6!important;}
.border-right {border-right:1px solid #dee2e6!important;}
.border-bottom {border-bottom:1px solid #dee2e6!important;}
.border-left {border-left:1px solid #dee2e6!important;}
.border-0 {border:0!important;}
.border-top-0 {border-top:0!important;}
.border-right-0 {border-right:0!important;}
.border-bottom-0 {border-bottom:0!important;}
.border-left-0 {border-left:0!important;}
.shadow-none {box-shadow:none!important;}
.shadow {box-shadow:0 .5rem 1rem rgba(0,0,0,.15);}
.shadow-sm {box-shadow:0 .125rem .25rem rgba(0,0,0,.075);}
.shadow-lg {box-shadow:0 1rem 3rem rgba(0,0,0,.175);}
.text-lowercase {text-transform:lowercase!important;}
.text-uppercase {text-transform:uppercase!important;}
.text-capitalize {text-transform:capitalize!important;}
.font-weight-bold {font-weight:700!important;}
.font-weight-normal {font-weight:400!important;}
.font-italic {font-style:italic!important;}
.align-top {vertical-align:top!important;}
.align-middle {vertical-align:middle!important;}
.rounded {border-radius:.25rem!important;}
.rounded-top {border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important;}
.rounded-right {border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important;}
.rounded-bottom {border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important;}
.rounded-left {border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important;}
.rounded-circle {border-radius:50%!important;}
.rounded-pill {border-radius:50rem!important;}
.rounded-0 {border-radius:0!important;}
.pe-none {pointer-events:none;}
.disabled {pointer-events:none;}
.flex {display:flex;flex-wrap:wrap;}
.align-start {align-items:flex-start !important;}
.align-center {align-items:center !important;}
.align-end {align-items:flex-end !important;}
.justify-start {justify-content:flex-start !important;}
.justify-center {justify-content:center !important;}
.justify-end {justify-content:flex-end !important;}

/* Anchor */
.a-anchor {display:block;height:135px;margin-top:-135px;visibility:hidden;}

/* Utility > Colors */
.text-muted {color:#6b6b6b !important;}
.text-white {color:#ffffff!important;}
.text-black {color:#000000!important;}
.text-warning {color:#c39749 !important;}
.text-danger {color:#dc3545!important;}
.text-gray {color:#777070 !important;}

/* Bootstrap 3.3.7 Overrides & Addons */
.col-xs-15 , .col-sm-15 , .col-md-15 , .col-lg-15, .col-xl-3 {position:relative;min-height:1px;padding-right:10px;padding-left:10px;}
.col-xs-15 {width:20%;float:left;}
@media (min-width:768px) {.col-sm-15 {width:20%;float:left;}}
@media (min-width:992px) {.col-md-15 {width:20%;float:left;}}
@media (min-width:1200px) {.col-lg-15 {width:20%;float:left;}}
@media (min-width:1400px) {.col-xl-3 {width:25%;float:left;}}
.dropdown-menu .divider {max-width:100%;}

/* CookieHub */
.cookiehub-declaration p { padding-left:0 !important; padding-right:0 !important; color:#000000; }
.cookiehub-declaration td, .cookiehub-declaration th { padding: 10px 10px !important; }
.cookiehub-declaration th { background-color:#333; color:#fff; }
.cookiehub-declaration td { color:#000000; }
.cookiehub-declaration tr:nth-of-type(odd) { background-color:#f0f0f0; color:#000000; }
.cookiehub-declaration tr:nth-of-type(odd) td, .cookiehub-declaration tr:nth-of-type(odd) td p { background-color:#f0f0f0; color:#000000; }
/* End CookieHub */

/* No padding col */
.row.no-gutters [class*="col-"] {padding-left:0!important;padding-right:0!important;}
.row.row-narrow [class*="col-"] {padding-left:6px!important;padding-right:6px!important;}
.row.row-narrow {margin:0 -6px;}

.row-spacing-top {margin-top:60px;}
.row-spacing-bottom {margin-bottom:60px;}
.row-spacing-all {margin-top:60px;margin-bottom:60px;}

/* Buttons > Globals */
button {outline:none!important;}
.btn {border-radius:0;text-shadow:none !important;white-space:normal;border:0;padding:15px 30px;font-weight:700;font-size:16px;line-height:20px;letter-spacing:1px;transition:color .3s ease-in-out, background-color .3s ease-in-out;}
.btn.focus , .btn:focus , .btn:hover, .btn:active {outline:0;box-shadow:none;}

/* Buttons > Size */
.btn.btn-sm {padding:5px 15px;letter-spacing:0;}
.btn-icon {padding:8px 16px;}
.btn.btn-link {padding:0;}
.button-load-more {overflow-anchor: "none";}

/* Buttons > Types */
.btn-primary {background-color:#E0A119;color:#fff;}
.btn-primary:hover {background-color:#1D1D1B !important;color:#fff !important;}
.btn-primary:focus {background-color:#1D1D1B !important;color:#fff !important;}
.btn-primary.disabled {background-color:#777070 !important;color:#fff !important;opacity:.4;}

.btn-black {background-color:#1D1D1B;color:#fff;}
.btn-black:hover {background-color:#E0A119 !important;color:#1D1D1B !important;}
.btn-black:focus {background-color:#E0A119 !important;color:#1D1D1B !important;}

.btn-white {background-color:#fff;color:#1D1D1B;}
.btn-white:hover {background-color:#E0A119 !important;color:#1D1D1B !important;}
.btn-white:focus {background-color:#E0A119 !important;color:#1D1D1B !important;}

.btn.btn-text {padding:0;background-color:transparent;color:#1D1D1B;}
.btn.btn-text:hover {background-color:transparent !important;color:#E0A119 !important;}
.btn.btn-text:focus {background-color:transparent !important;color:#E0A119 !important;}
.btn-text div[class*="icon-"] {transition:background-image .3s ease-in-out;}
.btn-text:hover .icon-arrow-left,
.btn-text:focus .icon-arrow-left {background-image:url(/assets/frontend/icons/icon-arrow-left-primary.svg);}
.btn-text:hover .icon-arrow-right,
.btn-text:focus .icon-arrow-right {background-image:url(/assets/frontend/icons/icon-arrow-right-primary.svg);}
.btn-text:hover .icon-plus,
.btn-text:focus .icon-plus {background-image:url(/assets/frontend/icons/icon-plus-primary.svg);}

.btn.btn-text-white {padding:0;background-color:transparent;color:#fff;}
.btn.btn-text-white:hover {background-color:transparent !important;color:#E0A119 !important;}
.btn.btn-text-white:focus {background-color:transparent !important;color:#E0A119 !important;}

.btn.btn-text-simple {padding:0;background-color:transparent;color:#1D1D1B;font-weight:400;text-decoration:underline !important;text-underline-offset:2px;}
.btn.btn-text-simple:hover {background-color:transparent !important;color:#E0A119 !important;}
.btn.btn-text-simple:focus {background-color:transparent !important;color:#E0A119 !important;}

/* Error */
.is-invalid, .bootstrap-select.is-invalid .dropdown-toggle, .dropdown-select.is-invalid .dropdown-toggle {border-color:#BF1D1D !important;}

/* Animations */
.wow {visibility:hidden;}

/* Anchor */
.anchor {display:block;height:50px;margin-top:-50px;visibility:hidden;}

/* Elements */
.go-top {position:fixed;width:40px;height:40px;bottom:75px;right:15px;text-decoration:none;color:#ffffff;background-color:rgba(0,0,0,.7);font-size:12px;padding:10px 13px;display:none;z-index:99;border-radius:100%;}
.go-top:hover {opacity:.8;}
.go-top i {font-size:22px;color:#ffffff;}

/* Paginations */
.pagination {margin:30px 0 0;display:flex;justify-content:center;gap:5px;border-radius:0;}
.pagination > li > a {margin:0;border:0;border-radius:100%;width:30px;height:30px;padding:0;display:flex;align-items:center;justify-content:center;background-color:transparent;color:#1D1D1B;line-height:1;}
.pagination > li > a:hover, .pagination > li > a:focus {background-color:transparent;color:#E0A119;}
.pagination > li:first-child {margin-right:10px;}
.pagination > li:last-child {margin-left:10px;}
.pagination > li:first-child > a,
.pagination > li:last-child > a {border-radius:0;position:relative;}
.pagination > li:first-child > a .icon,
.pagination > li:last-child > a .icon {position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;}
.pagination > li.disabled > a {background-color:transparent !important;color:#1D1D1B !important;}
.pagination > li.active > a {background-color:#1D1D1B !important;color:#fff !important;}

/* Modals */
.modal-backdrop {background-color:rgba(29,29,27,.4);}
.modal-backdrop.in {opacity:1;backdrop-filter:blur(5px);}
.modal-content {border:0;background-color:#fff;border-radius:0;-webkit-background-clip:initial;background-clip:initial;box-shadow:none;}
@media (min-width:768px) {.modal-spaced-top .modal-dialog {margin-top:90px;}}
.modal-header {border:0;padding:30px;padding-right:50px;padding-bottom:15px;}
.modal-header .close {filter:alpha(opacity=100);opacity:1;position:absolute;top:30px;right:30px;width:30px;height:30px;background-repeat:no-repeat;background-position:center center;background-size:contain;background-image:url(/assets/frontend/icons/icon-close.svg);}
.modal-header .section-title h3 {margin-bottom:15px;padding-left:40px;}
.modal-header p {margin-bottom:0;}
.modal-body {padding:15px 30px 20px;}
.modal-body .input-group-fromto {margin-bottom:15px;}
.modal-body .table .actions-group {gap:10px 15px;}
.modal-body .table .icons-group {gap:10px;}
.modal-body .table .actions-group .btn {width:auto;}
/* .modal-body .dataTables_wrapper {max-height:280px;overflow-y:scroll;padding-right:10px;} */
.modal-body .dataTables_wrapper::-webkit-scrollbar {width:5px;height:5px;margin-left:10px;}
.modal-body .dataTables_wrapper::-webkit-scrollbar-track {background:#F8F4F1;border-radius:3px;}
.modal-body .dataTables_wrapper::-webkit-scrollbar-thumb {background:#1D1D1B;border-radius:3px;}
@media (min-width:992px) {.modal-xl {width:900px;}}
@media (min-width:1200px) {.modal-xl {width:1100px;}}

@media (min-width:992px) {.modal-md {width:750px;}}
@media (min-width:1200px) {.modal-md {width:750px;}}


.modal-footer {text-align:left;border:0;padding:0 25px 25px;}

.modal .panel-group {margin-top:20px;}
.modal .panel-title > a {padding:10px 15px;border:0;}
.modal .panel-group .panel:last-child {border-bottom:0;}

/* Modals > Search */
.modal-search .modal-content {background-color:transparent;}
.modal-search .modal-dialog {margin-top:200px;}
.modal-search .modal-header {padding:0;}
.modal-search .modal-body {padding:0;}
.modal-search .modal-body .form-group {margin:0;display:flex;gap:15px;}
.modal-search .modal-body .form-control {margin:0;}

.modal-body .taber h4 {padding:20px 17px;background-color: #f1f1f1;margin-bottom:20px;}
.modal-body .taber h4:after {right:20px;}

/* Modals > Newsletter */
.modal-newsletter .form-control {padding:19px 15px;}

/* Panel */
.panel {border:0;box-shadow:none;}
.panel-heading {padding:0;}
.panel-default > .panel-heading {background-color:transparent;}
.panel-body {padding:20px 0;}
.panel-group .panel {border:0;border-radius:0;background:transparent;border-top:1px solid #DBDADA;padding:0;box-shadow:none;}
.panel-group .panel:last-child {border-bottom:1px solid #DBDADA;}
.panel-group .panel + .panel {margin-top:0;}
h4.panel-title {margin-bottom:0!important;font-family:"Jost",sans-serif;font-weight:700;font-size:18px;color:#1D1D1B;}
.panel-title {position:relative;}
.panel-title > a {display:block;padding:15px 0;padding-right:30px;}
.panel-title a[aria-expanded="false"]:after {content:"";position:absolute;top:50%;transform:translate(0,-50%);right:0;width:15px;height:15px;background-image:url(/assets/frontend/icons/icon-angle-down.svg);background-repeat:no-repeat;background-position:center center;background-size:contain;}
.panel-title a[aria-expanded="true"]:after {content:"";position:absolute;top:50%;transform:translate(0,-50%);right:0;width:15px;height:15px;background-image:url(/assets/frontend/icons/icon-angle-up.svg);background-repeat:no-repeat;background-position:center center;background-size:contain;}
.panel-group .panel-heading + .panel-collapse > .list-group , .panel-group .panel-heading + .panel-collapse > .panel-body {border:0;padding:5px 0 30px;}

/* Accordion > Horizontal */
.accordion-horizontal {width:100%;max-width:100%;height:780px;overflow:hidden;}
.accordion-horizontal .list-unstyled {display:flex;}
.accordion-horizontal .list-unstyled > li {position:relative;width:16.666%;flex-grow:1;transition:all .5s ease-in-out;}
.accordion-horizontal .list-unstyled > li > a {display:block;overflow:hidden;width:100%;height:780px;}
.accordion-horizontal .card {display:block;height:780px;background-color:transparent;margin:0;background-repeat:no-repeat;background-position:center center;background-size:cover;position:relative;z-index:3;box-sizing:border-box;overflow:hidden;transition:all .2s ease-in-out;}
.accordion-horizontal .card .card-bg {position:absolute;top:0;left:0;right:0;bottom:0;height:100%;}
.accordion-horizontal .card .card-body {padding:60px;text-shadow:0 2px 20px rgba(0,0,0,.2);opacity:0;transform:translateX(-40px);position:absolute;bottom:0;left:0;width:450px;color:#fff;transition:all .4s ease-in-out;transition-delay:0s;}
.accordion-horizontal .card .title-vertical {font-size:24px;font-weight:700;text-transform:uppercase;color:#fff;position:absolute;left:50%;bottom:60px;transform:rotate(-90deg);transform-origin:center left;opacity:1;transition:all .4s ease-in-out;transition-delay:.4s;}
.accordion-horizontal .list-unstyled li:first-child {width:50%;flex-shrink:0;}
.accordion-horizontal .list-unstyled li:first-child .title-vertical {opacity:0;transform:rotate(-90deg) translateX(-30px);}
.accordion-horizontal .list-unstyled li:first-child .card-body {opacity:1;transform:translateX(0);}
.accordion-horizontal .list-unstyled:hover > li {width:16.666%;flex-shrink:1;}
.accordion-horizontal .list-unstyled:hover > li .title-vertical {opacity:1;transform:rotate(-90deg);}
.accordion-horizontal .list-unstyled:hover > li .card-body {opacity:0;transform:translateX(-40px);}
.accordion-horizontal .list-unstyled:hover > li:hover {width:50%;flex-shrink:0;}
.accordion-horizontal .list-unstyled:hover > li:hover .title-vertical {opacity:0;transform:rotate(-90deg) translateX(-30px);transition-delay:0s;}
.accordion-horizontal .list-unstyled:hover > li:hover .card-body {opacity:1;transform:translateX(0);transition-delay:.4s;}

/* Taber */
.taber-body {padding-top:15px;}

/* Lists > Globals */
.list-unstyled , .list-group {margin:0;padding:0;}
.list-group li {list-style:none;padding-bottom:10px;}

/* Lists > Group */
.list-group-item {background-color:#ffffff;border-bottom:1px solid #f4f4f4;border-top:0;border-right:0;border-left:0;margin-bottom:0;}
.list-group-item:first-child {border-radius:0;}
.list-group-item:last-child {border-radius:0;border-bottom:0;}

/* Lists > N Cols (ul) */
.list-2cols {-moz-column-count:2;-moz-column-gap:20px;-webkit-column-count:2;-webkit-column-gap:20px;column-count:2;column-gap:20px;}
.list-3cols {-moz-column-count:3;-moz-column-gap:20px;-webkit-column-count:3;-webkit-column-gap:20px;column-count:3;column-gap:20px;}

/* Lists > Radio inputs */
.list-radio-inputs {margin-bottom:10px;}

/* Dropdown */
.dropdown-account .name {display:inline-block;vertical-align:middle;}
.navbar-lang .name {display:inline-block;vertical-align:middle;top:1px;position: relative;}

/* Scroll down */
.scroll-down {position:absolute;left:0;right:0;margin:0 auto;bottom:0;transform:translateX(-50%);z-index:9;text-align:center;font-size:12px;text-shadow:none;background-color:#ffffff;width:40px;height:40px;color:#585857;padding:12px;animation-duration:2s;}

/* Progress Bar */
.form-steps {display:block;width:100%;position:relative;margin:40px 0;}
.form-steps:after {content:"";display:table;clear:both;}
.form-steps__item {padding:0;position:relative;display:table-cell;width:1%;text-align:center;}
.form-steps__item-content {display:inline-block;}
.form-steps__item-icon {background:#eceff1;color:#8191ab;display:block;border-radius:100%;text-align:center;width:25px;height:25px;line-height:25px;margin:0 auto 10px auto;position:relative;font-size:13px;font-weight:700;z-index:2;}
.form-steps__item-text {font-size:13px;color:#8191ab;font-weight:500;}
.form-steps__item-line {display:inline-block;height:3px;width:100%;background:#cfd8dc;position:absolute;left:-50%;top:12px;z-index:1;}
.form-steps__item--active .form-steps__item-icon {background:#000;color:#ffffff;}
.form-steps__item--active .form-steps__item-text {color:#4f5e77;}
.form-steps__item--active .form-steps__item-line {background:#000;}
.form-steps__item--completed .form-steps__item-text {color:#222;}
.form-steps__item--completed .form-steps__item-icon {background:#000;color:transparent;background-size:10px;background-repeat:no-repeat;background-position:center center;width:25px;height:25px;line-height:25px;}
.form-steps__item--completed .form-steps__item-line {background:#000;}

/* Progress > Selected */
.progress-selected {background-color:#F8F4F1;padding:15px;width:400px;max-width:100%;}
.progress-selected .progress-title {font-weight:bold;color:#1D1D1B;font-size:18px;margin-bottom:10px;}
.progress-selected .progress {height:4px;background-color:#fff;border:0;box-shadow:none;margin-bottom:0;}
.progress-selected .progress-bar {background-color:#5DB85C;}

/* Cards > Globals */
.card {position:relative;min-width:0;word-wrap:break-word;border:0;margin-bottom:30px;background-color:#fff;}
.card .card-header {padding:14px 20px;font-size:18px;font-weight:bold;border-bottom:0;}
.card .card-bg {position:relative;width:100%;height:200px;background-size:cover;background-repeat:no-repeat;background-position:center center;}
.card .card-body {padding:30px;color:#1D1D1B;}
.card .card-title {font-size:18px;font-weight:bold;margin:0 0 20px;}
.card .card-footer {padding:14px 20px;border-top:0;}
.card .card-footer:last-child {border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px);}

/* Cards > Badges */
.card-badge {position:absolute;z-index:1;display:flex;align-items:flex-end;gap:5px;}
.card-badge .label {font-size:12px;line-height:10px;font-weight:700;text-transform:uppercase;padding:5px;border-radius:0;}
.card-badge.bottom-right {bottom:0;right:30px;}
.card-badge.bottom-left {bottom:0;left:30px;}
.card-badge.top-right {top:0;right:30px;}
.card-badge.top-left {top:0;left:30px;}

/* Cards > Badges > Colors */
.label.label-info {display:inline-block;padding:4px 8px 2px 8px;}
.label.label-success {display:inline-block;margin-right:5px;padding:4px 8px 2px 8px;}
.label.label-warning {display:inline-block;padding:4px 8px 2px 8px;}
.label.label-black {display:inline-block;color:#fff;background-color:#1D1D1B;padding:4px 8px 2px 8px;}
.label.label-secondary {display:inline-block;color:#fff;background-color:#6c757d;padding:4px 8px 2px 8px;}
.label.label-primary {display:inline-block;color:#fff;background-color:#E0A119;padding:4px 8px 2px 8px;}
.label.label-refund {display:inline-block;color:#111;background-color:#777070;padding:4px 8px 2px 8px;}

/* Cards > Overlay */
.card .card-overlay .card-body {position:absolute;top:50%;transform:translate(0,-50%);bottom:auto;left:0;right:0;z-index:1;width:100%;}
.card .card-overlay:before {content:"";position:absolute;background:rgba(0,0,0,.4);width:100%;height:100%;left:0;right:0;top:0;bottom:0;pointer-events:none;}

/* Cards > Overlay [Hover] */
.card.has--overlay .card-overlay {opacity:0;transition:.3s all ease-in-out;}
.card.has--overlay:hover .card-overlay {opacity:1;transition:.3s all ease-in-out;cursor:pointer;}

/* Cards > Overlay [Hover] > ICON */
.card .card-overlay .card-overlay__icon {opacity:0;transition:.3s all ease-in-out;position:absolute;top:50%;transform:translate(0,-50%);left:0;right:0;text-align:center;}
.card:hover .card-overlay .card-overlay__icon {opacity:1;transition:.3s all ease-in-out;cursor:pointer;}

/* Cards > Animation [Hover] > Elevation */
.card.has--elevation {transition:.3s all ease-in-out;box-shadow:none;}
.card.has--elevation:hover {-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px);transition:.3s all ease-in-out;box-shadow:0 1rem 3rem rgba(0,0,0,.175);}

/* Cards > Elements */
.card .card-date {font-size:12px;margin-bottom:10px;}
.card .card-date:before {content:"\f073";font-family:"Font Awesome 5 Free";font-weight:normal;margin-right:400;}
.card .card-price {color:#777070;}
.card .card-price del {margin-left:15px;}
.card .card-link {padding:10px 20px;background:#000000;color:#ffffff;display:inline-block;font-size:14px;}

/* Cards > Horizontal */
.card.horizontal {min-height:195px;overflow:hidden;clear:both;}
.card.horizontal .card-header {float:left;width:40%;}
.card.horizontal .card-body {float:left;width:60%;}
.card.horizontal .card-footer .card-link {padding:10px 20px;background-color:#000000;color:#ffffff;display:inline-block;font-size:14px;}

/* Cards > Category */
.card.card-category {overflow:hidden;}
.card-category .card-bg {height:750px;}
.card-category .card-overlay::before {background: linear-gradient(to bottom,  rgba(29,29,27,0) 0%,rgba(29,29,27,1) 100%);height:auto;top:50%;}
.card-category .card-overlay .card-body {top:unset;bottom:0;left:0;color:#fff;transform:translateY( calc(100% - 80px) );transition:transform .3s ease-in-out;}
.card-category .card-body p {opacity:0;transition:opacity .3s ease-in-out;}
.card-category .card-body .btn {opacity:0;transition:all .3s ease-in-out;}
.card-category .card-body p + .btn {margin-top:15px;}

.card-category .section-title h4 {font-style: normal;font-weight:bold;font-size:24px;}

a.d-block:hover .card-category .card-overlay .card-body {transform:translateY(0);}
a.d-block:hover .card-category .card-body p {opacity:1;}
a.d-block:hover .card-category .card-body .btn {opacity:1;}

/* Cards > Products */
.card-product::before {content:"";position:absolute;top:0;bottom:0;left:0;right:0;z-index:2;background-color:rgba(84,37,18,.1);opacity:0;transition:opacity .3s ease-in-out;}
.card-product .card-bg {height:auto;padding-bottom:100%;background-size:contain;}
.card-product .card-body h4 {margin-bottom:5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:bold;font-style: normal;font-size:24px;}
.card-product .card-body p {font-size:18px;margin-bottom:15px;text-overflow:ellipsis;white-space: nowrap;overflow:hidden;}
.card-product .card-body .icon--inline {vertical-align:-2px;margin-right:5px;}
.card-product .btn-hover {position:absolute;bottom:0;left:30px;right:30px;z-index:3;opacity:0;transition:all .3s ease-in-out;}
a.d-block:hover .card-product::before {opacity:1;}
a.d-block:hover .card-product .btn-hover {opacity:1;}

/* Cards > Banners */
.card-banner .card-bg {height:365px;}
.card-banner .card-overlay + .card-bg {height:540px;}
.card-banner .card-overlay .card-body {top:unset;bottom:0;transform:none;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.2);}
.card-banner .card-overlay .card-body .img-logo {height:30px;position:absolute;right:30px;bottom:40px}
.card-banner.has-hover .card-bg {transition:opacity .3s ease-in-out;}
a.d-block:hover .card-banner.has-hover .card-bg {opacity:.6;}

/* Cards > Banners > Horizontal */
.card.card-banner-horizontal {background-color:transparent;background-repeat:no-repeat;background-position:center right;background-size:cover;}
.card.card-banner-horizontal.bg--left {background-position:center left;}
.card-banner-horizontal .card-body {padding:60px;}
.card-banner-horizontal .section-title h4 {margin-bottom:20px;}

/* Cards > News */
.card-news .card-bg {height:300px;transition:opacity .3s ease-in-out;background-size: contain;}
a.d-block:hover .card-news .card-bg {opacity:.6;}
.card-news .section-title h4 {overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-style: normal;font-weight:bold !important;font-size:24px;}
.card-news p {overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;}
.card.card-news-gallery.is-video .card-bg:before {content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background-image:url(/assets/frontend/icons/icon-play.svg);background-repeat:no-repeat;background-position:center center;background-size:contain;}

/* Cards > Sidebar */
.card.card-sidebar {background-color:transparent;}
.card-sidebar + .card-sidebar {margin-top:60px;}
.card.card-sidebar .card-body {padding:0;}
.card-sidebar h4 {font-family:"Jost",sans-serif;font-size:21px;font-weight:700;text-transform:uppercase;margin-bottom:0;font-style: normal;}
.card-sidebar .taber-body {padding-top:0;}
.card-sidebar .list-group > li {padding:0;}
.card-sidebar .list-group > li.divider {display:list-item;height:auto;padding:30px;border-bottom:1px solid #DBDADA;margin:0;max-width:100%;}
.card-sidebar .list-group > li > a {padding:15px 20px;border-bottom:1px solid #DBDADA;display:block;font-size:18px;position:relative;}
.card-sidebar .list-group > li > a::before {content:"";position:absolute;top:50%;left:0;transform:translate(0,-50%);width:6px;height:6px;border-radius:100%;border:1px solid #1D1D1B;background-color:transparent;}
.card-sidebar .list-group > li > a.active {font-weight:700;}
.card-sidebar .list-group > li > a.active::before {background-color:#E0A119;border-color:#E0A119;}
.card-sidebar .taber-body > .row.flex > .col-xs {flex:1 0 0%;}
.card-sidebar .taber-price {padding-bottom:30px;}
.card-sidebar .taber-price label {margin:0;font-size:20px;}
.card-sidebar .input-group-fromto {margin:15px 0;}
.card-sidebar .input-group-fromto .form-control {padding:14px 35px 14px 57px;text-align:center;}

/* Cards > Filters */
.card-filters .card-body {padding-bottom:15px;}
.card-filters .form-group {margin-bottom:15px;}
.card-filters h4 {font-family:"Jost",sans-serif;font-size:21px;font-weight:700;text-transform:uppercase;margin-bottom:0;}
.card-filters .taber-body {padding-top:0;}
.card-filters .table {margin:30px 0 15px;}
.card-filters .dataTables_wrapper {margin-bottom:15px;}
.card-filters .table.dataTable {margin:30px 0 0 !important;}

.card.is-news .section-title h4 {max-height:50px;overflow:hidden;font-style: normal;font-weight:bold;}
.card.is-news .text {max-height:40px;overflow:hidden;}

/* Cards > Profile */
.card.card-profile {border:1px solid #DBDADA;}
.card.card-profile .card-body {padding:20px;}
.card-profile .card-footer {padding:20px;padding-top:0;border:0;display:flex;justify-content:space-between;}

/* Cards > Addresses */
.card-addresses .addresses-container .card {margin:30px 0 0;}

/* Cards > Diamonds Cut */
.card.card-diamond-cut {border:1px solid #DBDADA;}
.card-diamond-cut .card-body .lead {font-size:18px;margin:10px 0 5px;}
.card-diamond-cut p {min-height:46px;}
.card-diamond-cut .btn {margin-top:15px !important;}
.card-diamond-cut.is-small .card-body {padding:20px;}

/* Cards > Videos */
.card.card-video {background-color:transparent;}
.card-video::before {content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background-image:url(/assets/frontend/icons/icon-play.svg);background-repeat:no-repeat;background-position:center center;background-size:contain;transition:transform .3s ease-in-out;}
a.d-block:hover .card-video::before {transform:translate(-50%,-50%) scale(1.2);}
.card-video .card-img {width:100%;}

/* Cards > Company */
.card.card-company {background-repeat:no-repeat;background-position:top center;background-size:cover;}
.card-company .card-body {padding-top:180px;}
.card-company .lead {margin-bottom:15px;}

/* Forms */
.form-group {position:relative;margin-bottom:30px;}
.form-group.form-inline {display:flex;flex-wrap:wrap;gap:10px 30px;}
.form-group.form-inline .control {margin-bottom:0;}
.form-group label {font-weight:700;margin-bottom:10px;}
.form-group label.control {font-weight:400;}
label.error {color:#BF1D1D;font-weight:400 !important;font-size:16px;display:none !important;}
label.label-compiled {font-size:14px;color:#A7A8A8;font-weight:400 !important;margin-bottom:0;}
label.label-compiled + .form-control-static {padding-top:0;}
.input-group {display:block;}
.input-group .form-control {display:block;float:none;padding-right:60px;}
.input-group-addon {position:absolute;top:0;right:0;z-index:9;width:50px;height:50px;padding:0;display:flex;align-items:center;justify-content:center;background-color:transparent;border:0;cursor:pointer;}
.form-control {border-radius:0;border:1px solid #DBDADA;background-color:#fff;margin-bottom:10px;height:auto;padding:14px 15px;font-size:16px;line-height:20px;box-shadow:none;max-width:100%;}
.form-control[type="password"] {font:small-caption;font-size:30px;letter-spacing:2px;padding-top:7px;padding-bottom:7px;}
.form-control:focus {border-color:#E0A119;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(225,162,25,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(225,162,25,.6);}
.form-control.has-error , .is-required .control__indicator.has-error {border-color:#BF1D1D;background-color:#FFE7EA;}
.form-recaptcha.has-error iframe {border:2px solid #a94442;}
.form-group.has-label label.error {position:absolute;top:0;right:0;display:block !important;}
.form-group.has-label .select label.error {transform:translate(0,-100%);top:-10px;}
p.form-control-static {padding-bottom:0;}
/* .form-request .row {margin-left:-6px;margin-right:-6px;}
.form-request .row [class*="col-"] {padding-left:6px;padding-right:6px;} */

.input-group .btn {border:1px solid #000000;}

.custom-validators-label {position: absolute;margin-top:-10px;margin-bottom:0;font-size:14px;font-weight:normal !important;}
.form-control.is-invalid {border-color:#BF1D1D;background-color:rgba(191, 29, 29,.8) ;color:#fff;}

/* Cards as inputs */
.control.is-card {padding-left:0;}
.control.is-card .control__indicator {margin:13px;}
.control.is-card .card {padding:12px 15px 8px 45px;color:#111111;-webkit-box-shadow:none;box-shadow:none;border:1px solid #DBDADA;border-radius:0;background-color: transparent;}
.control.is-card .card:hover {cursor:pointer;}
.control.is-card input:checked + .card {border:1px solid #1D1D1B;}

/* Forms > Filters */
.filter-btn-group {display:flex;flex-wrap:wrap;gap:2px;}
.filter-btn-group .btn {background-color:#fff;border:1px solid #DBDADA;border-radius:2px;padding:9px 0;text-align:center;min-width:60px;box-shadow:none;outline:2px solid transparent !important;outline-offset:-2px;transition:outline .3s ease-in-out}
.filter-btn-group .btn:hover,
.filter-btn-group .btn.active {outline-color:#1D1D1B !important;}
.filter-slider {background:#DBDADA;border-radius:2px;border:0;box-shadow:none;height:4px;margin:15px 13px 15px;}
.filter-slider .tooltips {margin-top:10px;}
.filter-slider .noUi-connect {background:#1D1D1B;}
.filter-slider .noUi-handle {width:25px;height:25px;border-radius:50%;border:2px solid #1D1D1B;box-shadow:none;cursor:grab;}
.filter-slider .noUi-handle.noUi-active {cursor:grabbing;}
.filter-slider.noUi-horizontal .noUi-handle {top:-11px;right:0;transform:translateX(50%);}
.filter-slider .noUi-handle::before, .filter-slider .noUi-handle::after {display:none;}
.filter-slider .noUi-tooltip {border:0;background-color:transparent;color:#777070;font-size:16px;line-height:20px;}
.filter-slider.noUi-horizontal .noUi-tooltip {bottom:-4px;transform:translate(-50%,100%);display:none;}
.slider-label {color:#777070;}
.metal-color-circle {display:inline-block;vertical-align:-2px;width:15px;height:15px;border-radius:100%;background-color:#F8F4F1;}
.filter-slider .noUi-pips {color:#1D1D1B;}
.filter-slider .noUi-pips-horizontal {padding-top:5px;padding-bottom:0;height:50px;}
.filter-slider .noUi-marker-normal {display:none;}
.filter-slider .noUi-marker-large {background:#1D1D1B;top:-2px;transform:translate(0,-50%);}
.filter-slider .noUi-marker-large[style="left: 0%;"], .filter-slider .noUi-marker-large[style="left: 100%;"] {display:none;}

/* Custom inputs */
.control {display:block;position:relative;padding:0 0 0 35px;margin:0 0 10px 0;cursor:pointer;font-size:16px;color:#777070;}
.control input {position:absolute;z-index:-1;opacity:0;}
.control-group {display:inline-block;vertical-align:top;background:#ffffff;text-align:left;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 1px 2px rgba(0,0,0,.1);padding:30px;width:200px;height:210px;margin:10px;}
.control--group {display:block;position:relative;padding-left:35px;margin:32px 0;cursor:pointer;font-size:16px;}
.control--radio .control__indicator {border-radius:50%;border:1px solid #dddddd;background:#ffffff;}
.control__indicator {position:absolute;top:0;left:0;height:20px;width:20px;background:#ffffff;border:1px solid #DBDADA;border-radius:0;}
.control__indicator:after {content:"";position:absolute;display:none;}
.control:hover input ~ .control__indicator , .control input:focus ~ .control__indicator {background:#f4f4f4;}
.control:hover input:not([disabled]):checked ~ .control__indicator , .control input:checked:focus ~ .control__indicator {background:#E0A119;}
.control input:checked ~ .control__indicator {background:#E0A119;border:1px solid #E0A119;}
.control input:checked ~ .control__indicator:after {display:block;}
.control input:disabled ~ .control__indicator {background:#e6e6e6;opacity:.6;pointer-events:none;}
.control--checkbox .control__indicator:after {left:5px;top:3px;width:7px;height:10px;border:solid #1D1D1B;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.control--checkbox input:disabled ~ .control__indicator:after {border-color:#DBDADA;}
.control--radio .control__indicator:after {left:5px;top:3px;width:7px;height:10px;border:solid #1D1D1B;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.control--radio input:disabled ~ .control__indicator:after {background:#DBDADA;}
.select {position:relative;display:inline-block;width:100%;}
.select select {width:100%;cursor:pointer;padding-right:45px;margin:0;outline:0;-ms-appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-shadow:none;box-shadow:none;}
.select select::-ms-expand {display:none;}
.select select:disabled {opacity:.5;pointer-events:none;}
.select__arrow:before {content:"";position:absolute;width:15px;height:15px;top:50%;transform:translate(0,-50%);right:15px;pointer-events:none;background-image:url(/assets/frontend/icons/icon-angle-down.svg);background-repeat:no-repeat;background-size:15px;background-position:center center;}
.select select:hover ~ .select__arrow , .select select:focus ~ .select__arrow {border-top-color:#000000;}
.select select:disabled ~ .select__arrow {border-top-color:#807272;}
.box-radio {border:1px solid #f4f4f4;border-radius:.75rem;}

/* Input group > Fromto */
.input-group-fromto {position: relative;margin-bottom:30px;}
.input-group-fromto .form-control {margin:0;padding:14px 35px 14px 57px; }
.input-group-fromto label {position: absolute;top:50%;transform:translate(0,-50%);left:15px;margin:0;color:#555;}
.input-group-fromto .input-after-sign {position: absolute;top:50%;transform:translate(0,-50%);right:15px;margin:0;color:#555;}

/* Forms > Plusminus */
.input-plusminus {position: relative;display:inline-block;width:150px;}
.input-plusminus .form-control {max-width:50px;text-align:center;margin:0;padding:9px 0;margin-left:50px;border-left:0;border-right:0;height:50px;}
.input-plusminus input::-webkit-outer-spin-button , .input-plusminus input::-webkit-inner-spin-button {-webkit-appearance:none;margin:0;}
.input-plusminus input[type=number] {-moz-appearance:textfield;appearance:textfield;}
.input-plusminus span.minus {left:0;top:0;}
.input-plusminus span.plus {right:0;top:0;}
.input-plusminus span:hover {cursor:pointer;}
.input-plusminus span {position:absolute;width:50px;height:50px;border-radius:0;padding:8px 5px 8px 5px;border:1px solid #d2d2d2;display:inline-block;vertical-align:middle;text-align:center;}
.input-plusminus div[class*="icon-"] {position: absolute;top:50%;transform:translate(0,-50%);left:0;right:0;margin:0 auto;}

/* Bootstrap Select */
.bootstrap-select {width:100% !important;display:block !important;}
.bootstrap-select > .dropdown-toggle {padding:14px 15px;padding-right:45px;border:1px solid #DBDADA;background-color:#fff !important;font-size:16px;line-height:20px;letter-spacing:0;font-weight:400;height:50px;}
.bootstrap-select > .dropdown-toggle:focus {outline:0 !important;}
.bootstrap-select .dropdown-toggle .filter-option {position:relative;padding:0;}
.bootstrap-select .dropdown-toggle .filter-option-inner {padding:0;}
.bootstrap-select .bs-caret::after {content:"";position:absolute;top:50%;right:15px;transform:translate(0,-50%);width:15px;height:15px;background-repeat:no-repeat;background-position:center center;background-size:contain;background-image:url(/assets/frontend/icons/icon-angle-down.svg);}
.bootstrap-select .bs-caret .caret {display:none;}
.bootstrap-select .dropdown-menu {border:1px solid #DBDADA;border-top:0;padding:0;margin:0;max-width:100%;min-width:100% !important;}
.bootstrap-select .dropdown-menu li a {color:#1D1D1B;background-color:#fff;padding:14px 15px;font-size:16px;line-height:20px;white-space:normal;transition:color .3s ease-in-out, background-color .3s ease-in-out;}
.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a:focus {background-color:#efebea;}
.bootstrap-select .dropdown-menu li a.active {background-color:#efebea !important;color:#E0A119 !important;}
.bootstrap-select .metal-color-circle {margin-right:15px;}

/* UI Widget */
.ui-widget.ui-widget-content {z-index:1050;max-width:300px;max-height:288px;overflow-y:auto;padding:0;list-style:none;margin:0;border:1px solid #DBDADA;border-top:0;background-color:#fff;box-shadow:0 6px 12px rgba(0,0,0,.175);}
.ui-widget.ui-widget-content .ui-menu-item-wrapper {border:0;cursor:pointer;color:#1D1D1B;background-color:#fff;padding:14px 15px;font-size:16px;line-height:20px;white-space:normal;transition:color .3s ease-in-out, background-color .3s ease-in-out;}
.ui-widget.ui-widget-content .ui-menu-item-wrapper:hover, .ui-widget.ui-widget-content .ui-menu-item-wrapper:focus {background-color:#efebea;}
.ui-widget.ui-widget-content .ui-menu-item-wrapper.aa {background-color:#efebea !important;color:#E0A119 !important;}

/* Isotope > Globals */
.isotope__filters {margin:30px 0;text-align:center;}
.isotope__filters .btn {margin:4px;}
.isotope__filters .btn.is-checked {background:red !important;color:#ffffff;}

/* Tiny Slider > Globals */
.tiny-slider {opacity:0;}
.tiny-slider.tns-slider {opacity:1;}

/* Tiny Slider > Dots */
.tns-nav {position:absolute;bottom:30px;left:0;right:0;margin:0 auto;text-align:center;z-index:1;}
.tns-nav button {padding:0;border-radius:100%;width:10px;height:10px;box-shadow:none;border:2px solid #1D1D1B;margin:0 5px;background-color:transparent;transition:background-color .3s ease-in-out;}
.tns-nav .tns-nav-active {background-color:#1D1D1B;}

/* Tiny Slider > Controls */
.carousel-arrows-lr .prev:hover , .carousel-arrows-lr .next:hover {cursor:pointer;}
.carousel-arrows-lr .prev:focus , .carousel-arrows-lr .next:focus {outline:none;}
.carousel-arrows-lr {position:absolute;bottom:60px;left:50%;transform:translate(-50%,0);z-index:9;display:flex;align-items:center;gap:45px;background-repeat:no-repeat;background-position:center center;background-size:contain;background-image:url(/assets/frontend/icons/icon-arrows-divider.svg);}
.carousel-arrows-lr .prev {background-image:url(/assets/frontend/icons/icon-arrow-left.svg);background-repeat:no-repeat;background-size:contain;background-position:center center;width:30px;height:30px;}
.carousel-arrows-lr .next {background-image:url(/assets/frontend/icons/icon-arrow-right.svg);background-repeat:no-repeat;background-size:contain;background-position:center center;width:30px;height:30px;}

/* Carousels > General */
.carousel-container {position:relative;}
.carousel-container .card {margin:0;}

/* Carousels > Home */
.carousel-home .card-bg {height:750px;}
.carousel-home .card-overlay::before {display:none;}
.carousel-home .card-overlay .card-body {padding:0 100px;}
.carousel-home .title {font-size:85px;margin-bottom:30px;font-family: 'Playfair Display',serif;}
.carousel-home .tns-nav {display:none;}

/* Carousels > Products */
.carousel-products .tns-inner {background-color:#fff;}
.carousel-products .tns-nav {display:none;}

/* Carousels > Plus */
.carousel-plus .carousel-arrows-lr {display:none;}
.carousel-plus .card {background-color:transparent;text-align:center;}
.carousel-plus .card .card-body {padding:0;}
.carousel-plus .card-body .icon--inline {margin:0;}
.carousel-plus .card-body .lead {margin:15px 0 5px;}

/* Carousels > Gallery */
.carousel-gallery .card-bg {height:250px;}

/* Carousels > Timeline */
.carousel-timeline::before {content:"";position:absolute;top:35px;left:0;right:0;height:1px;background-color:#DBDADA;}
.carousel-timeline .carousel-arrows-lr {display:none;}
.carousel-timeline .timeline-group .img-responsive {height:70px;padding:0 10px;margin:0 -10px 40px;background-color:#F8F4F1;}
.carousel-timeline .timeline-group .lead {margin:5px 0 0;}

@media (min-width: 1200px) {
  .carousel-timeline .tns-inner {margin:0 100px !important;}
}

/* Icons */
.icon {width:15px;height:15px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon18 {width:18px;height:18px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon25 {width:25px;height:25px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon30 {width:30px;height:30px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon35 {width:35px;height:35px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon40 {width:40px;height:40px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon50 {width:50px;height:50px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon70 {width:70px;height:70px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon--right {background-position:right center;}
.icon--middle {vertical-align:middle;position:relative;}
.icon--inline {vertical-align:middle;position:relative;margin-right:10px;}
.icon--inline-right {vertical-align:middle;position:relative;margin-left:10px;}
.icon-play {content:"\f04b";font-family:"Font Awesome 5 Free";}

/* Icons > Images */
.icon-flag-it {background-image:url(/assets/frontend/icons/icon-flag-it.svg);}
.icon-flag-uk {background-image:url(/assets/frontend/icons/icon-flag-uk.svg);}
.icon-flag-fr {background-image:url(/assets/frontend/icons/icon-flag-fr.svg);}
.icon-angle-up {background-image:url(/assets/frontend/icons/icon-angle-up.svg);}
.icon-angle-down {background-image:url(/assets/frontend/icons/icon-angle-down.svg);}
.icon-arrow-left {background-image:url(/assets/frontend/icons/icon-arrow-left.svg);}
.icon-arrow-right {background-image:url(/assets/frontend/icons/icon-arrow-right.svg);}
.icon-account {background-image:url(/assets/frontend/icons/icon-account.svg);}
.icon-account-white {background-image:url(/assets/frontend/icons/icon-account-white.svg);}
.icon-home {background-image:url(/assets/frontend/icons/icon-home.svg);}
.icon-search {background-image:url(/assets/frontend/icons/icon-search.svg);}
.icon-cart {background-image:url(/assets/frontend/icons/icon-cart.svg);}
.icon-facebook {background-image:url(/assets/frontend/icons/icon-facebook.svg);}
.icon-instagram {background-image:url(/assets/frontend/icons/icon-instagram.svg);}
.icon-product-k {background-image:url(/assets/frontend/icons/icon-product-k.svg);}
.icon-shipping {background-image:url(/assets/frontend/icons/icon-shipping.svg);}
.icon-lock {background-image:url(/assets/frontend/icons/icon-lock.svg);}
.icon-guarantee {background-image:url(/assets/frontend/icons/icon-guarantee.svg);}
.icon-made-in-italy {background-image:url(/assets/frontend/icons/icon-made-in-italy.svg);}
.icon-play {background-image:url(/assets/frontend/icons/icon-play.svg);}
.icon-plus {background-image:url(/assets/frontend/icons/icon-plus.svg);}
.icon-minus {background-image:url(/assets/frontend/icons/icon-minus.svg);}
.icon-form-eye {background-image:url(/assets/frontend/icons/icon-form-eye.svg);}
.icon-delivery-box {background-image:url(/assets/frontend/icons/icon-delivery-box.svg);}
.icon-payment {background-image:url(/assets/frontend/icons/icon-payment.svg);}
.icon-info {background-image:url(/assets/frontend/icons/icon-info.svg);}
.icon-image {background-image:url(/assets/frontend/icons/icon-image.svg);}
.icon-video {background-image:url(/assets/frontend/icons/icon-video.svg);}
.icon-cart-empty {background-image:url(/assets/frontend/icons/icon-cart-empty.svg);}
.icon-default-empty {background-image:url(/assets/frontend/icons/icon-default-empty.svg);}
.icon-order-empty {background-image:url(/assets/frontend/icons/icon-order-empty.svg);}
.icon-wa-user{background-image:url(/assets/frontend/favicon/android-chrome-192x192.png);background-repeat:no-repeat;background-position:center;}
.icon-whatsapp-white {background:url(/assets/frontend/icons/icon-whatsapp-white.svg)no-repeat;}
.icon-truck {background-image:url(/assets/frontend/icons/icon-truck.svg);}
.icon-order-success {background-image:url(/assets/frontend/icons/icon-order-success.svg);}
.icon-close-white {background-image:url(/assets/frontend/icons/icon-close-white.svg);}
.icon-shopping-bag-white {background-image:url(/assets/frontend/icons/icon-shopping-bag-white.svg);}

/* Icons > Tagli */
.icon-brillante-rotondo {background-image:url(/assets/frontend/icons/icon-brillante-rotondo.svg);}
.icon-taglio-principessa {background-image:url(/assets/frontend/icons/icon-taglio-principessa.svg);}
.icon-taglio-radiante {background-image:url(/assets/frontend/icons/icon-taglio-radiante.svg);}
.icon-taglio-cuscino {background-image:url(/assets/frontend/icons/icon-taglio-cuscino.svg);}
.icon-taglio-ovale {background-image:url(/assets/frontend/icons/icon-taglio-ovale.svg);}
.icon-taglio-pera {background-image:url(/assets/frontend/icons/icon-taglio-pera.svg);}
.icon-taglio-cuore {background-image:url(/assets/frontend/icons/icon-taglio-cuore.svg);}
.icon-taglio-marchese {background-image:url(/assets/frontend/icons/icon-taglio-marchese.svg);}
.icon-taglio-smeraldo-asscher {background-image:url(/assets/frontend/icons/icon-taglio-smeraldo-asscher.svg);}

/* Tables */
.table-container {overflow-x:auto;}
.table {width:100% !important;}
.table > thead > tr > th, 
.table > tbody > tr > td {padding:5px 5px;color:#1D1D1B;vertical-align:middle;border:0;border-bottom:1px solid #DBDADA;outline:none !important;}
.table > thead > tr > th:first-child, 
.table > tbody > tr > td:first-child {padding-left:0;}
.table > thead > tr > th:last-child, 
.table > tbody > tr > td:last-child {padding-right:0;}
.table > thead > tr > th {color:#777070;font-weight:400;padding-top:0;}
.table > tbody > tr:first-child:last-child:not(:first-child) {background-color:transparent !important;}
.table > tbody > tr:first-child:last-child:not(:first-child) > td {text-align:center;}
.table.table-cart-detail > tbody > tr:first-child:last-child > td {text-align:left;}
.table.table-cart-detail > tbody > tr:first-child:last-child > td:last-child {text-align:right;}
.table .actions-group {display:inline-flex;justify-content:flex-end;gap:10px 30px;}
.table .actions-group .btn {width:80px;padding:8px 10px;}
.table .icons-group {display:flex;gap:15px;}
.table .icons-group a {display:block;}
.table .icons-group div[class*="icon-"] {vertical-align:middle;}
.table.has-actions tr th:last-child, .table.has-actions tr td:last-child {text-align:right;width:5%;}
.table.has-actions tr th:last-child, .table.has-actions tr td:last-child {text-align:right;width:5%;}
.table .icon--inline {margin-right:5px;vertical-align:-2px;}
.table .icon--inline-right {margin-left:5px;vertical-align:-2px;}
@media only screen and (max-width: 1199px) {
  .table.table-hover > tbody > tr:hover {background-color:transparent;}
}

.table tr.row-selected td {background-color:#E9F3E9;}
.table tr.row-selected td .actions-group .btn-black, .table tr.row-selected td .actions-group .btn-black:focus, .table tr.row-selected td .actions-group .btn-black:active:focus {background-color: #5DB85C !important;color:#fff !important;}

/* Table > Sizes */
.table-sizes {width:100%;margin-bottom:0;border-collapse:collapse;margin-top:15px;}
.table-sizes thead tr th {padding:6px 8px;border-top:1px solid #dbdada;}
.table-sizes thead tr th:first-child {padding-left:8px;}
.table-sizes tbody tr td {padding:6px 8px;border-top:1px solid #e5e5e5;}
.table-sizes tbody tr td:first-child {font-weight:bold;background-color:#f8f4f1;padding-left:8px;}
.table-sizes tbody tr td:last-child {font-weight:bold;}
.table-sizes.table-hover>tbody>tr:hover {background-color:#f8f4f1;}

.table-sizes.is-alt tbody tr td:first-child {padding-left:12px;}
.table-sizes.is-alt tbody tr td:first-child, .table-sizes.is-alt tbody tr td:last-child {font-weight: normal;}
.table-sizes.is-alt tbody tr td {padding:8px 12px;}


/* Tables > Cart */
.checkout__recap .badge {background:transparent;color:#000;padding:0;font-size:initial;line-height:initial;font-weight:400;}
.checkout__recap .list-group-item {border:0;}
.table.table-cart .price , .checkout__recap .price {font-weight:bold;font-size:18px;}
.table.table-cart .list-inline a {font-size:12px;}
.table.table-cart input[type="number"] {width:60px;margin-bottom:0;}
.section-account .checkout__recap .price {font-size:24px;}
.section-account .checkout__recap .pre-title {font-size:24px;}

/* Datatables */
.table.dataTable > thead > tr > th::before, .table.dataTable > thead > tr > th::after {bottom:10px;color:#1D1D1B;}
.table.dataTable > thead > tr > th span {position:relative;top:-1px;}
.table.dataTable tr td:nth-child(2) {min-width:60px;}
.table.dataTable a > u {white-space:nowrap;}
.table.dataTable tr.child > td {text-align:left;}
.table.dataTable tr.child .dtr-details {display:block;}
.table.dataTable tr.child .dtr-details > li:last-child {padding-bottom:0;}
.table.dataTable tr.child .dtr-details > li:last-child .dtr-title {display:none;}
.table.dataTable tr.child .dtr-details .actions-group {justify-content:space-between;width:100%;}
.table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {top:50%;left:0;transform:translate(0,-50%);background-color:#1D1D1B;}
.table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {background-color:#E0A119;}

.dataTables_empty {text-align:center !important;}

/* Datatables > Paginations */
.dataTables_scrollBody {overflow-y:scroll !important;}
.dataTables_wrapper .dataTables_info {padding-top:10px;}
.dataTables_wrapper .pagination {margin-top:10px !important;}
/* .dataTables_wrapper .pagination > li:first-child > a {background-repeat:no-repeat;background-position:center center;background-size:contain;width:30px;height:30px;background-image:url(/assets/frontend/icons/icon-arrow-left.svg);}
.dataTables_wrapper .pagination > li:last-child > a {background-repeat:no-repeat;background-position:center center;background-size:contain;width:30px;height:30px;background-image:url(/assets/frontend/icons/icon-arrow-right.svg);} */

/* Head + Nav */
nav .container {position:relative;}
.nav .open > a , .nav .open > a:focus , .nav .open > a:hover {background-color:transparent;}
.navbar.navbar-default {min-height:auto;margin-bottom:0;background-color:#ffffff;border:0;box-shadow:none;border-radius:0;}
.navbar.navbar-default .topbar {background-color:#1D1D1B;position:relative;padding:0 85px;}
.navbar.navbar-default .topbar .container-flex {display:flex;align-items:center;justify-content:space-between;}
.navbar.navbar-default .topbar .topbar-text {color:#fff;}
.navbar.navbar-default .topbar .navbar-nav > li > a {padding:5px 15px;color:#fff !important;border:0 !important;}
.navbar.navbar-default .navbar-nav.navbar-lang {margin-left:-5px;}
.navbar.navbar-default .navbar-nav.navbar-area {margin-right:-30px;}
.navbar.navbar-default .navbar-nav.navbar-lang > li {margin:0;}
.navbar.navbar-default .topbar .navbar-lang > li > a {padding:5px 8px;margin-right:15px;}
.navbar.navbar-default .divider {display:block;margin:0;max-width:100%;height:1px;background-color:#DBDADA;float:left;}
.navbar.navbar-default .navbar-collapse {padding:0 85px;}
.navbar.navbar-default .navbar-brand {padding:15px;height:auto;position:absolute;top:35px;left:50%;transform:translate(-50%,0);}
.navbar.navbar-default .navbar-brand > img {height:60px;}
.navbar.navbar-default .navbar-nav {margin-left:-15px;}
.navbar.navbar-default .navbar-nav.navbar-right {margin-left:0;}
.navbar.navbar-default .navbar-nav.navbar-center {width:100%;display:flex;justify-content:center;margin:20px 0 0;}
.navbar.navbar-default .navbar-nav.navbar-center.visible-lg {display:inline-block !important;}
.navbar.navbar-default .navbar-nav.navbar-center > li {margin:0 30px;}
.navbar.navbar-default .navbar-nav.navbar-center > li > a {padding:10px 0 8px;font-size:18px;line-height:25px;}
.navbar.navbar-default .navbar-nav > li {margin:0 15px;}
.navbar.navbar-default .navbar-nav > li > a {padding:40px 0 7px;line-height:20px;color:#1D1D1B;border-bottom:2px solid transparent;transition:all .3s ease-in-out;}
.navbar.navbar-default .navbar-nav > li > a:hover {color:#E0A119;background-color:transparent;}
.navbar.navbar-default .navbar-nav > li > a.active {border-color:#E0A119 !important;}
.navbar.navbar-default .navbar-nav > li > .link-icon {padding-top:35px;}
.navbar.navbar-default .navbar-nav > li > .link-icon .icon {width:25px;height:25px;position:relative;display:inline-block;vertical-align:middle;}
.navbar.navbar-default .navbar-nav > .open > a , .navbar.navbar-default .navbar-nav > .open > a:focus , .navbar.navbar-default .navbar-nav > .open > a:hover {background-color:transparent;}
.navbar.navbar-default .nav > li.active > a {color:#3d99f5!important;background-color:transparent!important;}
.navbar.navbar-default .nav > li .fa-shopping-cart {position:relative;}
.dropdown-menu {border:0;border-top:1px solid #f4f4f4;border-radius:0;min-width:80px;}

/* Navbar >  area mobile */
.navbar-area-mobile {background-color:#000000;padding:0 15px;}
.navbar-area-mobile .btn {background-color:transparent;padding:10px 15px;width:100%;text-align:center;font-size:16px;color:#ffffff;font-weight:normal;text-decoration:underline;}

/* Head + Affix */
.navbar.navbar-default.is--affix {box-shadow:0 0 7px rgba(0,0,0,.3);}

/* Head Impulso */
.navbar.navbar-default.impulso-hidden {top:-35px;transition:top .6s ease-in-out;}
.navbar.navbar-default.impulso-show {top:0;transition:top .6s ease-in-out;}

/* Head + Megamenu */
.navbar.navbar-default .dropdown.mega-menu {position:static;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu {width:100%;border:0;border-radius:0;padding:20px 25px;box-shadow:none;border-top:1px solid #f4f4f4;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu ul {padding:0;position:relative;display:block;border:0;box-shadow:none;margin-top:10px;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu li a {display:block;padding:5px 0;color:#333333;white-space:nowrap;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu li a:focus , .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu li a:hover {color:#3d99f5;text-decoration:none;background-color:transparent;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu a.dropdown-toggle {text-transform:uppercase;font-weight:700;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu a.dropdown-toggle .fa {display:none;}

/* has-loadmore */
/* .has-loadmore .card {display:none;} */

/* Backgrounds */
.bg-transparent {background-color:transparent !important;}
.bg-grey {background-color:#f0f0f0!important;}
.bg-grey-dark {background-color:#1D1D1B!important;}
.bg-black {background-color:#000000!important;}
.bg-white {background-color:#ffffff !important;}

.bg-request {background-image:url(/assets/frontend/img/bg-request.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;}
/* .bg-accordion-bracelets {background-image:url(/assets/frontend/img/bg-accordion-bracelets.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;} */
/* .bg-accordion-necklaces {background-image:url(/assets/frontend/img/bg-accordion-necklaces.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;} */
/* .bg-accordion-earrings {background-image:url(/assets/frontend/img/bg-accordion-earrings.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;} */
/* .bg-accordion-rings {background-image:url(/assets/frontend/img/bg-accordion-rings.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;} */

/* Alerts */
.alert {border:0;border-radius:0;color:#1D1D1B;}
.alert.alert-warning {background-color:#FFDD00;}
.alert .media {padding:10px;}
.alert .media .media-left {padding-right:20px;}

/* Toastr */
#toast-container > div {box-shadow:0 2px 10px rgba(0,0,0,.2);margin:10px 0;background-color:#fff;color:#1D1D1B;opacity:1;padding:20px 20px 20px 65px;width:340px;}
#toast-container > div:hover {box-shadow:0 2px 10px rgba(0,0,0,.2);}
#toast-container > .toast-info {background-image: url(/assets/frontend/icons/icon-cart.svg) !important;background-position:center left 25px;background-size:24px;background-repeat:no-repeat;border-left:8px solid #E0A119;}
#toast-container > .toast-success {background-image: url(/assets/frontend/icons/icon-confirm.svg) !important;background-position:center left 25px;background-size:24px;background-repeat:no-repeat;border-left:8px solid #3c763d;}
#toast-container > .toast-error {background-image: url(/assets/frontend/icons/icon-error.svg) !important;background-position:center left 25px;background-size:24px;background-repeat:no-repeat;border-left:8px solid #BF1D1D;}
#toast-container > div .toast-message {font-size:16px;}
#toast-container > div .toast-title {font-size:18px;font-weight:normal;margin-bottom:0;line-height:18px;}
#toast-container > div .toastr-message-link {color:#E0A119;}

.toast-top-right {margin-top:160px;}

/* Section > Globals */
.section {position:relative;padding:90px 85px;}
.section.section-narrow {padding-top:30px;padding-bottom:30px;}
.section.section-cards {padding-bottom:60px;}
.section p {margin-bottom:0;}
.section p + p {margin-top:20px;}
.section p + ul, .section p + ol {margin-top:10px;padding-left:20px;}
.section p + .btn, .section .text + .btn {margin-top:30px;}

/* Section > Header */
.section.section-header {padding:60px 0;}

/* Dividers */
.divider {display:inline-block;margin:20px 0;width:100%;max-width:160px;height:3px;}
.divider-primary {background:#333;}

/* Section > Titles */
.section-title .pre-title {text-transform:uppercase;font-weight:700;letter-spacing:2px;margin-bottom:5px;}
.section-title h1 {font-size:60px;margin-bottom:60px;}
.section-title h1 small {font-size:20px;color:#1D1D1B;}
.section-title h2 {font-family:"Jost",sans-serif;font-size:38px;margin-bottom:30px;font-weight:500;}
.section-title h3 {font-size:60px;margin-bottom:30px;font-weight:400;}
.section-title h4 {font-family:"Jost",sans-serif;font-size:32px;font-weight:700;margin-bottom:15px;font-style:normal;}
.section-title h4.mb-large {margin-bottom:30px;}
.section-title h3 + .divider {margin-top:0;}

/* Section > Payoff home */
.section-payoff-home .section-title h1 {text-transform:uppercase;font-weight:700;font-size:16px;letter-spacing:2px;font-style:normal;margin-bottom:5px;}
.section-payoff-home h2 {font-size:60px;margin-bottom:30px;font-weight:400;margin:5px 0 20px;}
.section-payoff-home h3 {font-size:16px;font-weight:normal;font-style: normal;}

/* Section > Video */
.section-video {overflow:hidden;position:relative;height:70vh;}
.section-video .button-play {position:absolute;bottom:30px;left:30px;}
.section-video .button-audio {position:absolute;bottom:30px;right:30px;}
.section-video .videoContainer {pointer-events:none;width:100%;max-height:70vh;height:70vh;top:0;left:0;bottom:0;right:0;transform:scale(2);overflow:hidden;}
.section-video iframe {width:100%;height:100%;}

/* Section > Video > Cover */
.section-video-cover{overflow:hidden;position:relative;height:700px;}
.section-video-cover .videoContainer{position:absolute;top:0;bottom:0;width:100%;height:100%;overflow:hidden;-webkit-transition:width .3s;-moz-transition:width .3s;-o-transition:width .3s;transition:width .3s;}
.section-video-cover .videoContainer .videoBg{min-width:100%;min-height:100%;width:auto;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.section-video-cover .video-buttons {position:absolute;bottom:20px;left:20px;z-index:9;}
.section-video-cover .video-buttons .btn-video-audio {padding:23px;background-image:url(/assets/frontend/icons/icon-audio-on.svg);background-repeat:no-repeat;background-size:30px;background-position:center center;}
.section-video-cover .video-buttons .btn-video-audio.is--muted {background-image:url(/assets/frontend/icons/icon-audio-off.svg);background-repeat:no-repeat;background-size:17px;background-position:center center;}
@media only screen and (max-width: 767px) and (min-width: 320px) {
  .section-video-cover {height:300px;}
}
@media only screen and (min-width: 768px) and (max-width:959px){
  .section-video-cover {height:300px;}
}

/* Section > Breadcrumbs */
.section.section-breadcrumbs {padding-top:30px;padding-bottom:30px;}
.breadcrumb {padding:0;background-color:transparent;border-radius:0;}
.breadcrumb > li + li {padding-left:30px;background-repeat:no-repeat;background-position:center left 5px;background-size:13px;background-image:url(/assets/frontend/icons/icon-line-small.svg);}
.breadcrumb > li + li::before {display:none;}

/* Section > Counter */
.section-counter .counter {font-size:50px;}
.section-counter .counter-text {font-size:50px;}
.section-counter .counter-text small {font-size:20px;margin-left:-5px;}

/* Section > Timeline */
.section-timeline .timeline-event {display:inline-block;width:100%;cursor:pointer;margin-bottom:20px;}
.section-timeline .timeline-event:before {content:"";width:100%;height:2px;border-top:1px dashed #807272;position:absolute;bottom:8px;left:0;right:0;}
.section-timeline .timeline-event:after {content:"";width:20px;height:20px;border-radius:100%;border:2px solid #000000;position:absolute;bottom:0;background:#ffffff;z-index:9;}
.section-timeline .timeline-event:focus {outline:none;}
.section-timeline .timeline-event .year h3 {font-size:28px;margin-bottom:10px;}
.section-timeline .timeline-event h4 {min-height:50px;font-size:12px;padding-right:20px;}
.section-timeline .timeline-event {padding:10px 0;}

/* Search Page */
.section-search .card {display:none;border-top:0;border-left:0;border-right:0;padding-bottom:30px;}
.section-search .card .card-body {padding:0;}
.section-search .card .card-body .card-text span {background:yellow;}
.section-search .card .card-body .card-link {background:transparent;color:#000000;padding:0;}

/* Section > Portfolio */
.section-portfolio .portfolio-filter {border-top:1px solid #f4f4f4;border-bottom:1px solid #f4f4f4;width:100%;}
.section-portfolio .portfolio-filter .filter-button {display:inline-block;padding:10px 23px;background:transparent;border:none;color:#9b9b9b;letter-spacing:0;font-size:13px;cursor:pointer;font-weight:300;}
.section-portfolio .portfolio-filter .filter-button:hover , .section-portfolio .portfolio-filter .filter-button:focus , .section-portfolio .portfolio-filter .filter-button:active {background:#f4f4f4;color:#000000;}
.section-portfolio .portfolio-filter .filter-button:focus {outline:0;}
.section-portfolio .portfolio-filter {display:inline-block;text-align:center;margin:30px 0;}
.section-portfolio .portfolio-img img {width:100%;height:230px;-o-object-fit:cover;object-fit:cover;padding:3px 3px;}

/* Section > Image/Text */
.section-half .block-image {position:absolute;background-repeat:no-repeat;top:0;height:100%;z-index:0;width:50%;background-position:center center;}
.section-half .text-container {padding-right:45px;}
.section-half.is-left .text-container {padding-left:45px;padding-right:0;}
.image--right {right:0;left:auto;}
.image--left {left:0;right:auto;}
.image--cover {background-size:cover;}
.image--contain {background-size:contain;}

/* Section > Accordions */
.section-accordion .section-title h3 {margin-bottom:15px;}
.section-accordion .accordion-horizontal {margin-top:60px;}

.section-accordion .accordion-horizontal .card .section-title h4 {font-weight:bold;font-style:normal;text-transform:uppercase;}

/* Section > Carousels */
.section-carousel .carousel-container {padding-top:60px;}
.section-carousel .carousel-container .carousel-arrows-lr {top:0;bottom:unset;left:unset;right:0;transform:translate(0,-100%);}

/* Section > Carousels > Half */
.section.section-carousel-half {padding-left:0;padding-right:0;}
.section-carousel-half .text-container {padding-left:85px;}
.section-carousel-half .text-container.is-right {padding-left:0 !important;padding-right:85px;}

/* Section > Payoff */
.section.section-payoff {padding-left:0;padding-right:0;background-repeat:no-repeat;background-position:center center;background-size:cover;color:#fff;}
.section-payoff .section-title h4 {margin-bottom:20px;}

/* Section > News > Detail */
.section-news-detail .section-title h1 {margin-bottom:15px;}
.section-news-detail .text-content {margin-bottom:30px;}
.section-news-detail .carousel-container {padding-bottom:45px;}
.section-news-detail .carousel-container .carousel-arrows-lr {bottom:0;}
.section-news-detail .carousel-container .card-bg {height:300px;background-size:contain!important;}
.section-news-detail .carousel-container .card-bg div[class*="icon-"] {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}

/* Section > Production */
.section-production .card {margin-bottom:0;}

/* Section > Text + Image */
.section.section-text-img {padding-top:60px;padding-bottom:60px;}
.section-text-img .row.flex {margin-left:-30px;margin-right:-30px;}
.section-text-img .row.flex > div[class*="col-"] {padding-left:30px;padding-right:30px;}
.section-text-img .section-title h4 {margin-bottom:20px;font-size:32px;font-weight:500;}

/* Section > Cards same Height */
.section-cards-height .row.flex {gap:20px 0;}
.section-cards-height a.d-block {height:100%;}
.section-cards-height .card {margin-bottom:0;height:100%;}
.section-cards-height .card-banner.has-hover {display:flex;flex-direction:column;}
.section-cards-height .card-banner .section-title h4 {font-style: normal;font-weight: bold;font-size:24px;}
.section-cards-height .card-banner.has-hover .card-bg {flex-grow:1;height:100%;}
.section-cards-height .card-banner.has-hover .card-body {flex-shrink:0;}

/* Section > Company */
.section-company .divider {height:0;margin:30px 0;}

/* Section > Company > Cards */
.section-company-cards .row.flex {gap:30px 0;}
.section-company-cards .card {margin-bottom:0;height:100%;}

/* Section > Company > Timeline */
.section.section-company-timeline {padding:130px 0;}

/* Section > Diamonds */
.section-diamonds .card-content > .card-body {padding:60px;}
.section-diamonds .card-content .section-title h4 {margin-top:60px;font-size:32px;font-weight:500;}
.section-diamonds .lead {margin-top:30px;}
.section-diamonds .img-banner {width:100%;margin:60px 0 30px;}
.section-diamonds .img-banner-small {width:100%;margin-top:15px;}
.section-diamonds .img-float {max-width:50%;margin-right:30px;margin-bottom:20px;float:left;}
.section-diamonds .img-float.right {margin-right:0;margin-left:30px;float:right;}
.section-diamonds .banners-box-container {margin:30px 0;}
.section-diamonds .banners-box-container .img-responsive {margin-top:30px;width:100%;}
.section-diamonds .banner-box {margin-top:30px;width:100%;height:185px;background-repeat:no-repeat;background-position:center center;background-size:cover;}
.section-diamonds .img-banner + p, .section-diamonds .banners-box-container + p {margin-top:60px;}
.section-diamonds .panel-group {margin:60px 0 30px;}
.section-diamonds .card-diamond-cut {margin:30px 0 0;}
.section-diamonds .table-container {margin-top:40px;}
.section-diamonds .table-container + p {margin-top:60px;}
.section-diamonds .table-container .table {margin-bottom:0;}
.section-diamonds .table-container .table tr td {min-width:100px;}
.section-diamonds .img-has-caption {position:relative;}
.section-diamonds .img-has-caption .caption {position:absolute;top:30px;left:30px;right:30px;color:#fff;margin:0;}
.section-diamonds .factor-group {margin-top:30px;}
.section-diamonds .factor-group + .factor-group {margin-top:45px;}
.section-diamonds .factor-group .img-responsive {height:40px;}
.section-diamonds .factor-group .lead {font-size:21px;margin:10px 0 15px;}
.section-diamonds .cards-container {margin:60px 0;}
.section-diamonds .cards-container > .row {display:flex;flex-wrap:wrap;justify-content:center;gap:15px 0;margin-left:-7px;margin-right:-7px;}
.section-diamonds .cards-container > .row > div[class*="col-"] {padding-left:7px;padding-right:7px;}
.section-diamonds .cards-container .card {margin:0;}

.section-diamonds .card-content iframe {left:-2px !important;top:-1px !important;overflow:hidden !important;}

/* Section > Contacts */
.section-contacts .section-title h4 {margin-bottom:5px;}
.section-contacts .lead {margin-bottom:30px;}
.section-contacts .contact-maps {width:100%;height:400px;border:0;}
.section-contacts .map-container {height:400px;position:relative;background-color:#f1f1f1;margin:30px 0;}
.section-contacts .map-container .cookie-accept-text {position:absolute;top:50%;transform:translate(0,-50%);left:0;right:0;margin:0 auto;text-align:center;z-index:0;}
.section-contacts iframe {z-index:1;position:relative;border:0;}

/* Section > Request */
.section-request .control {color:#fff;}

/* Section > Messages */
.section.section-message {padding-left:0;padding-right:0;}
.section-message .img-responsive {width:120px;margin:0 auto 5px;}
.section-message .section-title h1 {font-size:85px;}
.section-message .section-title h4 {margin-bottom:30px;}

/* Section > Policy */
.section-policy .section-title h1 {margin-bottom:15px;}
.section-policy p + .section-title h4 {margin-top:30px;}
.section-policy p + .lead {margin-top:15px;}


/* WA Btn */
.btn-whatsapp {position:fixed;bottom:15px;right:10px;z-index:99;background-color:#13AF58;border:0;border-radius:25px;box-shadow:0 2px 4px 1px rgba(125,125,125,.5);padding:7px 12px;padding-right:20px;height:auto;color:#fff;display:flex;width:50px;height:50px;background-image: url(/assets/frontend/icons/icon-whatsapp-white.svg);background-size: 30px;background-position:center center;background-repeat:no-repeat;}

.btn-whatsapp .icon--inline {margin-right:7px;}
.btn-whatsapp .text {text-align:left;font-size:12px;}
.btn-whatsapp .text span {font-size:14px;font-weight:600;}

.menu-whatsapp {position:fixed;bottom:20px;right:20px;z-index:9999;text-align:center;}
.menu-whatsapp .btn-close {width:40px;height:40px;background-color:#939593;border-radius:100%;border:0;}

.card.card-whatsapp {border:0;margin:0;box-shadow:0 0 20px rgba(0,0,0,.15);border-radius:10px;background-color:#F2F2F2;overflow:hidden;max-width:300px;}
.card-whatsapp .card-header {background-color:#128C7E;padding:15px 20px 20px;padding-right:50px;display:flex;}
.card-whatsapp .card-header .btn-close {position:absolute;top:10px;right:10px;width:auto;height:auto;background-color:transparent;border-radius:0;padding:0;}
.card-whatsapp .card-header .icon--inline {margin-right:10px;}
.card-whatsapp .card-header .text {font-weight:600;color:#fff;text-align:left;}
.card-whatsapp .card-header .text-bottom {font-size:16px;font-weight:400;}
.card-whatsapp .card-body {padding:30px 30px 20px;}
.card-whatsapp .card-body .message {font-size:16px;text-align:left;padding:10px;border-radius:0 15px 15px 15px;background-color:#fff;position:relative;margin-right:20px;margin-bottom:20px;}
.card-whatsapp .card-body .message::before {content:"";position:absolute;top:0;left:-10px;width:0;height:0;border-top:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;}
.card-whatsapp .card-body .btn.btn-wa {width:200px;background-color:#13AF58;color:#fff;letter-spacing:0;border-radius:20px;}
.card-whatsapp .card-body .btn.btn-wa:hover {background-color:#128C7E;color:#fff;}
.card-whatsapp .card-body .btn.btn-wa:focus {background-color:#128C7E;color:#fff;}
.card-whatsapp .card-body .btn-wa + .btn-wa {margin-top:10px;}

/* Section > Footer */ 
.section.section-footer {padding-bottom:75px;color:#fff;}
.section-footer h4 {font-family:"Jost",sans-serif;font-size:21px;font-weight:700;margin-bottom:15px;font-style: normal;font-weight:bold;}
.section-footer p + .btn {margin-top:15px;}
.section-footer .list-group li {padding:0;color:#fff;}
.section-footer .divider {display:block;margin:90px 0 30px;max-width:100%;height:1px;background-color:rgba(255,255,255,.2);}
.section-footer .img-responsive {height:30px;display:inline-block;}
.section-footer .img-responsive + .img-responsive {margin-left:60px;}
.section-footer .list-social {display:flex;align-items:center;gap:15px;}
.section-footer .list-social .icon {width:30px;height:30px;display:inline-block;position:relative;vertical-align:middle;}

/* Section > Footer > Copy */ 
.section.section-copy {padding-top:30px;padding-bottom:30px;color:#777070;}
.section-copy p {margin:0;}

/* 
------------------------------------------
Shop 
------------------------------------------
*/

/* Head > Cart Dropdown Menu */
.dropdown-cart {min-width:250px;padding:15px 15px 0;}
.dropdown-cart li {margin-bottom:10px;}
.dropdown-cart li p {margin-bottom:0;}
.dropdown-cart .btn-primary {color:#ffffff;padding:8px 0;text-align:center;font-size:14px;}
.navbar .badge {position:absolute;right:-5px;bottom:25px;z-index:9;background:#E0A119;color:#ffffff;border-radius:100%;width:15px;height:15px;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:10px;font-weight:700;}

/* Dropdown > Select */
.dropdown-select .btn-select {width:100%;background-color:#fff;border:1px solid #fff;text-align:left;font-weight:normal;letter-spacing:0;padding:14px 15px;}
.dropdown-select.open .btn-select {border:1px solid #8c8c8c;}
.dropdown-select:after {content:"";position:absolute;top:50%;right:15px;transform:translate(0, -50%);width:15px;height:15px;background-repeat:no-repeat;background-position:center center;background-size:contain;background-image:url(/assets/frontend/icons/icon-angle-down.svg);pointer-events: none;}
.dropdown-select .dropdown-menu {width:100%;max-height:270px;overflow-y:auto;}
.dropdown-select .dropdown-menu li a {color:#1d1d1b;background-color:#ffffff;padding:14px 15px;font-size:16px;line-height:20px;white-space:normal;}
.dropdown-select .dropdown-menu li a:hover {background-color:#efebea;}
.dropdown-select .dropdown-menu li a.active {background-color:#efebea;color:#E0A119;}

/* Dropdown > Select > No Selection */
.dropdown-select.no-selection::after {display:none;}
.dropdown-select.no-selection > .dropdown-toggle {pointer-events:none;}
.dropdown-select.no-selection .dropdown-menu {display:none;}

/* Section > Products */
.section-products .products-container {background-color:#fff;margin-bottom:28px;position:relative;}
.section-products .products-container::after {content:"";width:100%;height:2px;background-color:#F8F4F1;position:absolute;bottom:0;left:0;right:0;}
.section-products .products-container > .row > div[class*="col-"] {border-bottom:2px solid #F8F4F1;}
.section-products .products-container .card-product {margin-bottom:0;}
.section-products.special .section-title h1 {margin-bottom:15px;}
.section-products.special .section-title p {margin-bottom:60px;}
.section-products.special .card-filters {margin-bottom:0;}
.section-products.special .card-filters + .card-filters {margin-top:30px;}

/* Section > Products > Detail */
.section-product-detail .breadcrumb {margin-bottom:30px;}
.section-product-detail .section-title .pre-title {margin-bottom:0;}
.section-product-detail .section-title h1 {margin-bottom:15px;font-style: normal;}
.section-product-detail .form-group {margin:0 0 20px;}
.section-product-detail .form-control.input-modal {background-color:#fff;box-shadow:none !important;border:1px solid #fff;cursor:pointer;padding:14px 45px;background-repeat:no-repeat;background-size:15px;background-position:center left 15px, center right 15px;background-image:url(/assets/frontend/icons/icon-product-k.svg), url(/assets/frontend/icons/icon-plus.svg);}
.section-product-detail .text-link {display:inline-block;margin-top:15px;}
.section-product-detail .product-description {margin-bottom:25px;}
.section-product-detail .product-detail-price {font-size:24px;font-weight:700;}
.section-product-detail .product-detail-price span {font-size:16px;font-style:italic;font-weight:400;}
.section-product-detail .bootstrap-select > .dropdown-toggle {border:1px solid #fff;}
.section-product-detail .card-product-image {padding:60px;padding-bottom:0;margin-bottom:0;}
.section-product-detail .card-product-image .card-badge {top:15px;left:15px;}
.section-product-detail .card-product-image .card-bg {padding-bottom:100%;background-size:contain;}
.section-product-detail .card-product-image .card-btn-video {display:inline-block;position:absolute;top:15px;right:15px;width:60px;height:35px;background-repeat:no-repeat;background-position:center center;background-size:contain;background-image:url(/assets/frontend/img/img-360.svg);}
.section-product-detail .card-product-image .card-colors-group {position:absolute;bottom:15px;left:15px;display:flex;flex-direction:column;gap:15px;}
.section-product-detail .card-product-image .card-colors-group .item-color {width:40px;height:40px;border:1px solid #DBDADA;border-radius:100%;background-repeat:no-repeat;background-position:center center;background-size:contain;outline:1px solid transparent;outline-offset:1px;cursor:pointer;transition:outline .3s ease-in-out;}
.section-product-detail .card-product-image .card-colors-group .item-color:hover {outline-color:#1D1D1B;}
.section-product-detail .card-product-image .card-colors-group .item-color.active {outline-color:#1D1D1B;cursor:auto;}

.section-product-detail .action-add-to-cart {margin:15px 0;}

/* Page > Product (show more) */
.product {display:none;}

/* Page > Cart */
.alert-notices {padding-bottom:0;}
.section-shop-pages.cart .card.is--box {background:#f1f1f1;}
.section-shop-pages.cart .card.is--box .card-body {padding:10px;}
.section-shop-pages.cart .card .card-header {background:none;padding:15px 10px 0;font-weight:700;}
.section-shop-pages .form-group {margin-bottom:0;}
.section-shop-pages .form-control {border:1px solid #dddddd;margin-bottom:0;}
.section-shop-pages .select {margin-bottom:0;}

/* Page > Cart > Detail */
.section-cart-detail .box-delivery {padding:20px;background-color:#F5F5F6;margin:30px 0;}
.section-cart-detail .box-delivery p {display:inline-block;}
.section-cart-detail .card-shipping .text-right {text-align:left;}
.section-cart-detail .card-shipping .form-group {margin-bottom:15px;}

/* Page > Cart > Table */
.table.table-cart-detail tr td {vertical-align:middle;border:0;padding:0;color:#1D1D1B;}
.table.table-cart-detail tr td:nth-child(2) {text-align:right;}
.table.table-cart-totals tr {border-top:1px solid #dedede;}
.table.table-cart-totals tr td {vertical-align:middle;border:0;padding:0;color:#1D1D1B;padding:25px 0 0;}
.table.table-cart-totals tr td:nth-child(2) {text-align:right;font-weight: bold;font-size:20px;}
.table.table-cart-rate tr td:nth-child(2) {text-align:right;}
.table.table-cart-rate tr td {border:0;padding:0 0 10px;}

/* Page > Cart > Block */
.list-block-cart li {margin:0;}
.list-block-cart li + li {border-top:1px solid #EAEAEA;padding-top:25px;margin-top:20px;}
.list-block-cart .product-quantity p {font-size: 16px;}
.list-block-cart .block-cart .price-full {font-size:16px;}
.list-block-cart .block-cart .price-discounted {font-size: 16px;}

.list-block-cart li.product-not-available .media, .list-block-cart li.product-not-available .product-quantity, .list-block-cart li.product-not-available .media, .list-block-cart li.product-not-available .price-discounted, .list-block-cart li.product-not-available .media, .list-block-cart li.product-not-available .price-full {opacity:.4;}

.list-block-cart li.product-sold .media {opacity:.4;}

.block-cart {position:relative;}
.media.media-cart .action-remove {position:absolute;left:0;top:10px;}
.media.media-cart .action-remove .btn-icon i {font-size:14px;}
.media.media-cart .action-remove .btn-icon {padding:15px;border:0;background-color:transparent;}
.media.media-cart .media-left {padding-right:25px;}
.media.media-cart .card.card-image {border:1px solid #eaeaea;margin:0;}
.media.media-cart .card-bg {width:80px;height:80px;background-size:contain;background-position:center center;background-repeat:no-repeat;}
.block-cart .media.media-cart.has-action-left {padding-left:30px;}
.media.media-cart .product-category {font-size:16px;color:#8C8C8C;margin-bottom:5px;}
.media.media-cart .product-title {font-size:24px;color:#1D1D1B;margin-bottom:0;text-transform:none;font-weight:400;}
.media.media-cart .product-quantity .form-control {text-align:center;}
.media.media-cart .product-description {margin:15px 0 0;font-size:18px;color:#1D1D1B;}
.media.media-cart .product-description .icon--inline {margin-right:5px;vertical-align:-1px;}
.media.media-cart .product-description .icon--inline-right {margin-left:5px;vertical-align:-1px;}
.media.media-cart .product-description.text-small {font-size:14px;}
.product-quantity {text-align:center;}
.product-quantity label {font-size:16px;color:#8C8C8C;margin-bottom:5px;display:block;}
.product-quantity p {font-size:24px;color:#1D1D1B;font-weight:400;margin-bottom:0;}
.block-cart .price-full {display:inline-block;vertical-align:middle;font-size:14px;text-decoration:line-through;color:#a7a8a8;margin-right:3px;}
.block-cart .price-discounted {display:block;font-size:21px;color:#191818;margin:5px 3px;}
.block-cart .discount-value {display:inline-block;vertical-align:middle;padding:2px 6px;background-color:#e92e2e;text-transform:uppercase;color:#ffffff;font-size:10px;}
.block-cart .product-variation-text {font-size:14px;margin-top:10px;}

.card.card-rapid-payments .card-body {padding:25px 15px 10px;}
.card.card-rapid-payments .btn-image {min-width:126px;height:41px;border:0;background-color:transparent;}
.card.card-rapid-payments .card-title {position:absolute;top:-20px;left:0;right:0;margin:0 auto;}
.card.card-rapid-payments .card-title span {background-color:#ffffff;z-index:1;font-size:16px;display:inline-block;padding:6px 20px;font-weight:400;}

.table.table-payment-method tr {border:0;}
.table.table-payment-method tr td {border:0;padding:15px 0;height:60px;vertical-align:middle;}
.table.table-payment-method tr + tr {border-top:1px solid #eaeaea;}
.table.table-payment-method tr td:nth-child(2) {text-align:right;}

.table.table-delivery-address tr {border:0;}
.table.table-delivery-address tr td {border:0;padding:15px 0;height:60px;vertical-align:middle;position:relative;}
.table.table-delivery-address tr + tr {border-top:1px solid #eaeaea;}
.table.table-delivery-address tr td:nth-child(2) {text-align:left;}
.table.table-delivery-address .address-edit {position:absolute;top:10px;left:200px;}
.table.table-delivery-address .address-edit .btn {background-color: transparent;}

.table.table-data thead tr th {background-color: #f1f1f1;padding:8px 10px;}
.table.table-data tbody tr td {padding:8px 10px;}

.media.media-3x {margin:40px 0;}
.media.media-3x img {width:120px;margin-right:20px;}
.media.media-3x h4 {font-size:24px;font-style: normal;margin-bottom:6px;}

/* Box Icon */
.box-icon {text-align: center;margin:30px 0 0;}
.box-icon img {width:70px;margin:10px 0;}

/* Img */
.image-caption {margin-top:10px;background-color: #f1f1f1;padding:10px;}

/* Shop Sidebar */
.shop-sidebar ul li {padding:5px 0;}
.shop-sidebar ul li a {color:#cccccc;}
.shop-sidebar ul li a:hover , .shop-sidebar ul li a.active {color:#000000;}
.shop-sidebar ul li a.logout:hover {color:#ff0000;}

/* Page > Login */
.section-login .card {padding:30px;}
.section-login .card .card-header {background:none;}
.section-login .card .card-header small {margin:20px 0;display:inline-block;opacity:.7;}
.section-login .card .card-body {padding:20px 0 0;}
.section-login .control {font-size:12px;}

/* Alerts */
.alert-notice {padding:0;}
.alert-notice .alert {margin:20px 0;}

/* Page > Panels */
.section-checkout .panel {box-shadow:none;}

/* Carousels > Products Related */
.carousel-products-related {margin:0 70px;}
.carousel-products-related .card {margin:0;}
.carousel-products-related .carousel-arrows-lr .prev {position:absolute;top:50%;transform:translate(0,-50%);z-index:9;left:-55px;background-image:url(/assets/frontend/icons/icon-carousel-left.svg);background-repeat:no-repeat;background-size:20px;background-position:center center;width:42px;height:42px;background-color:rgba(0,0,0,.3);border-radius:100%;}
.carousel-products-related .carousel-arrows-lr .next {position:absolute;top:50%;transform:translate(0,-50%);z-index:9;right:-55px;background-image:url(/assets/frontend/icons/icon-carousel-right.svg);background-repeat:no-repeat;background-size:20px;background-position:center center;width:42px;height:42px;background-color:rgba(0,0,0,.3);border-radius:100%;}

/* Page > Detail */
.prod-detail .prod__thumbs ul {list-style:none;margin:0;padding:0;}
.prod-detail .prod__thumbs ul li {display:block;}
.prod-detail .prod__thumbs ul li img {border:1px solid #e2e2e2;height:120px;padding:13px 20px;margin-bottom:15px;}
.prod-detail .prod__img {border:1px solid #d7d7d7;padding:20px;height:485px;background-position:center center!important;background-size:80%!important;}
.prod__detail h1 {font-size:45px;color:#000000;text-transform:uppercase;}
.prod__detail-category {font-weight:300;font-size:21px;text-transform:uppercase;}
.prod__detail-price {font-size:35px;font-weight:700;display:inline-block;margin-top:20px;}
.prod__detail-vat {display:inline-block;font-size:13px;color:#9b9b9b;margin-left:15px;}
.prod__detail-fav {position:absolute;right:0;}
.prod__detail-table {display:inline-block;margin:20px 0;width:100%;}
.prod__detail-table span {font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:4px;}
.prod__detail-table p {font-size:14px;}
.prod__detail-description p {font-size:14px;}
.prod__variations p {font-size:13px;color:#9b9b9b;height:27px;position:absolute;vertical-align:middle;transform:translate(0%,50%);margin:0;}
.prod__variations input.form-control.wauto {border:1px solid #ececec;box-shadow:none;max-width:80px;}
.prod__share {opacity:.4;color:#000000;font-size:12px;margin-top:30px;}
.prod__share i {opacity:.4;color:#000000;font-size:16px;}
.prod__share i:hover {opacity:1;}
.prod__share .list-inline {margin:0;}
.prod__share {display:inline-block;width:100%;border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;padding:10px 0;}
.prod-description p , .prod-description ul li {font-size:13px;line-height:20px;color:#9b9b9b;}
.prod-related h3 {font-weight:300;text-transform:uppercase;}

/* Page > Checkout */
.section-checkout .checkout-bill .badge {border-radius:0;background:transparent;font-weight:700;color:#000000;padding:0;font-size:14px;}
.section-checkout .checkout-bill.affix .panel {width:360px;}
.section-checkout .checkout-bill .list-group-item {border:0;background:transparent;}
.section-checkout .checkout-bill__total span {font-weight:700;font-size:30px;}
.section-checkout .checkout-payments p {font-size:12px;margin-top:10px;font-weight:400;}
.section-checkout .checkout-finalprice {font-size:20px;font-weight:700;padding:0 0 15px;}

/* 
------------------------------------------
End Shop 
------------------------------------------
*/


/* 
------------------------------------------
Responsive 
------------------------------------------
*/

/* Smartphone */
@media only screen and (max-width:767px) and (min-width:320px) {
  
  /* Globals */
  body {padding-top:0;line-height: 1.2;}
  .modal-engraving .form-control {font-size:18px;}

  .navbar-header {position: relative;}

  .list-3cols {-moz-column-count:1;-moz-column-gap:0;-webkit-column-count:3;-webkit-column-gap:0;column-count:1;column-gap:0;}

  /* Anchor */
  .a-anchor {height:0;margin-top:0;}
  .row-spacing-top {margin-top:30px;}
  .row-spacing-bottom {margin-bottom:30px;}
  .row-spacing-all {margin-top:30px;margin-bottom:30px;}
  

  /* Backgrounds */
  /* .bg-accordion-bracelets {background-image:url(/assets/frontend/img/bg-accordion-bracelets-mobile.jpg);} */
  /* .bg-accordion-necklaces {background-image:url(/assets/frontend/img/bg-accordion-necklaces-mobile.jpg);} */
  /* .bg-accordion-earrings {background-image:url(/assets/frontend/img/bg-accordion-earrings-mobile.jpg);} */
  /* .bg-accordion-rings {background-image:url(/assets/frontend/img/bg-accordion-rings-mobile.jpg);} */

  /* Paginations */
  .pagination {margin-top:20px;}

  /* Modals */
  .modal-header {padding:20px;padding-right:40px;padding-bottom:10px;}
  .modal-header .close {top:20px;right:20px;width:20px;height:20px;}
  .modal-header .section-title h3 {padding-left:30px;}
  .modal-body {padding:10px 20px 20px;}
  .modal-body .dataTables_wrapper .table > tbody > tr > td {white-space:nowrap;}
  .modal-body .taber h4 {padding:10px 17px;}
  .modal-body .form-group {margin-bottom:15px;}

  /* Modals > Search */
  .modal-search .modal-body .form-group {flex-wrap:wrap;}
  .modal-search .modal-body .form-group .btn {width:100%;}

  /* Progress > Selected */
  .progress-selected {margin-bottom:10px;}
  .progress-selected .progress-title {font-size:16px;}
  
  /* Head  */
  .navbar.navbar-default {min-height:50px;padding:0;border:0;border-radius:0;transition:none !important;top:0 !important;box-shadow:none !important;}
  .navbar.navbar-default .topbar {padding:0;}
  .navbar.navbar-default .topbar .container-flex {margin:0 -15px;}
  .navbar.navbar-default .topbar .topbar-text {width:100%;}
  .navbar.navbar-default .topbar .topbar-text > * {display:block;line-height:25px;}
  .navbar.navbar-default .navbar-collapse {padding:5px 15px;}
  .navbar.navbar-default .navbar-brand {padding:10px;top:0;}
  .navbar.navbar-default .navbar-brand > img {height:50px;}
  .navbar-default .navbar-nav > li , .navbar-default .navbar-nav > li > ul > li {float:none;display:block;width:100%;}
  .navbar-default .navbar-nav > li > a , .navbar-default .navbar-nav > li > ul > li > a {padding-top:10px;padding-bottom:10px;width:100%;display:block;}
  .navbar-default .navbar-nav li + li:before {display:none;}
  .navbar-default .navbar-toggle .icon-bar {background-color:#1D1D1B;}
  .navbar-toggle {border:0;border-radius:0;margin:12px 0;padding:15px;display:inline-block;float:left;}
  .navbar-toggle .icon-bar {height:2px;}
  .navbar-toggle .icon-bar + .icon-bar {margin-top:5px;}
  .navbar-default .search-button {position:absolute;left:60px;top:22px;}
  .navbar-default .link-icon .icon {width:25px;height:25px;position:relative;vertical-align:middle;display:inline-block;}
  .navbar-default .navbar-toggle:focus , .navbar-default .navbar-toggle:hover {background-color:transparent;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {padding:5px 15px;}
  .navbar.navbar-default .navbar-nav {margin:0;}
  .navbar.navbar-default .navbar-nav > li {margin:0 !important;}
  .navbar.navbar-default .navbar-nav > li > a {padding:10px 13px !important;border:0 !important;border-left:2px solid transparent !important;font-size:16px !important;display:inline-block;width:100%;}
  .navbar.navbar-default .navbar-nav.navbar-center {flex-wrap:wrap;margin:25px 0 30px;}
  .navbar.navbar-default .divider {margin:0 0 30px;}
  .navbar.navbar-default .navbar-nav.navbar-center > li > a {font-size:19px !important;line-height:19px;}
  .navbar.navbar-default .navbar-nav.navbar-right {margin-bottom:0;}
  .navbar.navbar-default .navbar-nav.navbar-lang {text-align:center;}

  .navbar-lang li {display:inline-block !important;vertical-align: middle;width:auto !important;}
  
  /* Head + NavbarShop */
  .navbar-shop {position:absolute;padding:22px 15px;right:0;}
  .navbar-shop .list-inline {margin:0;display:flex;gap:20px;}
  .navbar-shop .list-inline > li {padding:0;}
  .navbar-shop .list-inline > li > a {display:block;}
  .navbar .badge {bottom:20px;right:10px;}
  
  /* Head + Megamenu */
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu {position:relative;border:0;padding:0 20px 20px;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu {padding:10px 0;position:relative;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu ul {padding:15px 0 15px 15px;position:static;display:none;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu li a {padding:10px 0;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu.open ul {display:block;padding:0 0 15px 15px;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu a.dropdown-toggle {font-weight:normal;color:#400;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu a.dropdown-toggle .fa {display:inline-block;}

  /* Accordion > Horizontal */
  .accordion-horizontal {width:100%;max-width:100%;height:auto;}
  .accordion-horizontal .list-unstyled {flex-wrap:wrap;}
  .accordion-horizontal .list-unstyled > li {width:100% !important;transition:none;}
  .accordion-horizontal .list-unstyled > li > a {height:auto;}
  .accordion-horizontal .card {height:auto;transition:none;padding:15px;padding-top:80px;}
  .accordion-horizontal .card .card-body {display:none;}
  .accordion-horizontal .card .title-vertical {font-size:16px;position:relative;left:unset;bottom:unset;opacity:1 !important;transform:none !important;transition:none !important;}
  
  /* Carousels > Home */
  .carousel-home .carousel-arrows-lr {display:none;}
  .carousel-home .tns-nav {display:block;}
  .carousel-home .card-bg {height:550px;}
  .carousel-home .card-overlay .card-body {top:unset;bottom:80px;transform:none;padding:0 15px;text-align:center;}
  .carousel-home .title {font-size:38px;}

  /* Carousels > Products */
  .section-carousel .carousel-products {padding-top:30px;}
  .carousel-products {margin-right:-15px;padding-bottom:30px;}
  .carousel-products .carousel-arrows-lr {display:none;}
  .carousel-products .tns-nav {display:block;bottom:0;}

  /* Carousels > Plus */
  .carousel-plus {padding-bottom:30px;}
  .carousel-plus .tns-nav {bottom:0;}

  /* Toastr */
  .toast-top-right {margin-top:initial;bottom:10px;left:10px;right:0;top:initial;}

  /* Forms */
  .form-request .btn-primary {width: 100%;}
  
  /* Input group > Fromto */
  .form-filters .filter-slider {margin-bottom:40px;}
  .input-group-fromto {margin-bottom:10px;}
  .input-group-fromto .form-control {padding:14px 25px 14px 35px;font-size:14px;text-align:right;}
  .input-group-fromto label {left:10px;}
  .input-group-fromto .input-after-sign {right:10px;}
  
  /* Sidebar Toggle */
  .taber {cursor:pointer;position:relative;}
  .taber h4 {margin-bottom:0;font-weight:700;padding-right:30px;}
  .taber h4:after {content:"";position:absolute;right:0;top:50%;transform:translate(0,-50%);width:25px;height:25px;background-repeat:no-repeat;background-size:contain;background-position:center center;background-image:url(/assets/frontend/icons/icon-minus.svg);}
  .taber.collapsed h4:after {background-image:url(/assets/frontend/icons/icon-plus.svg);}
  
  /* Cards > Globals */
  .card {margin-bottom:20px;}
  .card .card-body {padding:20px;}
  .card .card-title {font-size:14px;}
  .card .card-price {font-size:18px;}

  /* Cards > Badges */
  .card-badge.bottom-left {left:20px;}
  .card-badge.bottom-right {right:20px;}
  .card-badge.top-left {left:20px;}
  .card-badge.top-right {right:20px;}

  /* Cards > Category */
  .card-category .card-bg {height:380px;}
  .card-category .card-overlay .card-body {transform:translateY(0);padding: 15px 15px 30px;}
  .card-category .card-body p {opacity:1;}
  .card-category .card-body .btn {opacity:1;}

  /* Cards > Products */
  .card-product::before {display:none;}
  .card-product .btn-hover {display:none;}
  .card-product .card-body {padding:20px 0;}
  .card-product .card-body p {font-size:16px;margin-bottom:10px;}

  /* Cards > Banners */
  .card-banner .card-overlay + .card-bg {height:370px;}
  .card-banner .card-body {padding:15px;}
  .card-banner .card-overlay .card-body .img-logo {bottom:25px;right:15px;}

  /* Cards > Banners > Horizontal */
  .card-banner-horizontal .card-body::before {content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.5);}

  /* Cards > News */
  .card-news .card-body {padding:15px;}

  /* Cards > Sidebar */
  .card.card-sidebar {margin-bottom:30px;}
  .card-sidebar + .card-sidebar {margin-top:0;}
  .card-sidebar .list-group > li.divider {padding:25px;}
  .card-sidebar .filter-slider .noUi-marker:first-child + .noUi-value {transform:translate( -13px , 50% );}
  .card-sidebar .filter-slider .noUi-value:last-child {transform:translate( calc( -100% + 13px ) , 50% );}

  /* Cards > Filters */
  .card-filters .taber-body {padding-top:15px;}

  /* Cards > Addresses */
  .card-addresses .addresses-container .card {margin-top:20px;}

  /* Cards > Bottom Message */
  .card-bottom-message .btn {margin-top:15px;}

  /* Cards > Videos */
  .card-video::before {width:30px;height:30px;}
  a.d-block:hover .card-video::before {transform:translate(-50%,-50%);}

  /* Cards > Company */
  .card-company .card-body {padding-top:180px;}

  /* Tables > Sizes */
  .table-sizes thead tr th {width:auto !important;max-width:80px;}
  .table-sizes tbody tr td, .table-sizes thead tr th {font-size:14px;}

  /* Forms > Filters */
  .filter-btn-group {flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px;}
  .filter-btn-group .btn:not(.active):hover {outline-color:transparent !important;}

  .dropdown-select .dropdown-menu li a {padding: 12px 15px;}
  
  /* Section */
  .section {padding:60px 0;}
  .section.section-cards {padding-bottom:40px;}
  
  /* Section > Titles */
  .section-title h1 {font-size:32px;margin-bottom:30px;}
  .section-title h1 small {font-size:16px;}
  .section-title h2 {font-size:24px;margin-bottom:20px;}
  .section-title h3 {font-size:32px;}
  .section-title h4 {font-size:20px;}
  .section-title h4.mb-large {margin-bottom:20px;}
  
  /* Section > Image/Text */
  .section.section-half {padding-top:0;}
  .section-half .block-image {position:relative;background-repeat:no-repeat;top:0;height:100%;z-index:0;width:100%;height:260px;background-position:center center;}
  .section-half .text-container {padding:30px 0 0 !important;}
  .block-text.p-2 {padding:30px 0 !important;}
  .image--contain {background-size:cover;}
  
  /* Section > Video */
  .section-video .videoContainer {height:240px;max-height:240px;transform:none;pointer-events:auto;}

  /* Section > Accordions */
  .section-accordion .section-title h3 {margin-bottom:0;}
  .section-accordion .accordion-horizontal {margin-top: 30px;}

  /* Section > Carousels */
  .section-carousel .carousel-container .carousel-arrows-lr {top:15px;right:unset;left:50%;transform:translate(-50%,0);}

  /* Section > Carousels > Half */
  .section-carousel-half .text-container {padding-left:0;}
  .section-carousel-half .text-container.is-right {padding-right:0;}
  .section-carousel-half .carousel-container {margin-top:30px;}

  /* Section > News > Detail */
  .section-news-detail .carousel-container {margin-bottom:30px;}
  .section-news-detail .carousel-container .card-bg {height:200px;}

  /* Section > Production */
  .section-production .card {margin-top:20px;}

  /* Section > Diamonds */
  .section-diamonds .card-content > .card-body {padding:20px;}
  .section-diamonds .img-banner + p, .section-diamonds .banners-box-container + p {margin-top:30px;}
  .section-diamonds .img-banner {margin:30px 0 10px;}
  .section-diamonds .img-banner-small {margin-top:10px;}
  .section-diamonds .card-content .section-title h4 {margin-top:30px;}
  .section-diamonds .lead {margin-top:20px;}
  .section-diamonds .img-float {width:100% !important;max-width:100%;float:none;margin:0 0 15px;}
  .section-diamonds .img-float.right {float:none;margin:0 0 15px;}
  /* .section-diamonds .images-container {display:flex;margin-top:30px;} */
  /* .section-diamonds .images-container .img-responsive {width:50%;} */
  .section-diamonds .banners-box-container {margin:10px 0;}
  .section-diamonds .banner-box {margin-top:20px;height:140px;background-size:contain;}
  .section-diamonds .banner-box.xs-large {height:90px;}
  .section-diamonds .panel-group {margin:30px 0 10px;}
  .section-diamonds .table-container {margin-top:30px;}
  .section-diamonds .table-container + p {margin-top:30px;}
  .section-diamonds .card.card-video {margin-top:30px;}
  .section-diamonds .factor-group + .factor-group {margin-top:30px;}
  .section-diamonds .img-has-caption {margin-bottom:10px;}
  .section-diamonds .img-has-caption .caption {position:relative;top:unset;left:unset;right:unset;color:#1D1D1B;font-style:italic;}
  .section-diamonds .cards-container {margin:30px 0;}

  .images-container .image-caption {margin-bottom:30px;}

  .media.media-3x .media-left {display:block;}
  .media.media-3x .media-body {display:block;}
  .media.media-3x img {width:50px;margin-bottom:20px;}

  /* Section > Text + Image */
  .section-text-img .row.flex {margin-left:-15px;margin-right:-15px;}
  .section-text-img .row.flex > div[class*="col-"] {padding-left:15px;padding-right:15px;}
  .section-text-img .img-responsive {margin:30px auto 0;}

  /* Section > Company > Card */
  .section-company-cards .row.flex {gap:20px 0;}

  /* Section > Company > Timeline */
  .section.section-company-timeline {padding:80px 0;}

  /* Section > Contacts */
  .section-contacts .section-title .pre-title {margin-top:15px;}
  .section-contacts .section-title h1 {margin-bottom:0;}
  .section-contacts .section-title h4 {margin-top:30px;}
  .section-contacts .lead {margin-bottom:0;}
  .section-contacts .contact-maps {height:350px;}
  .section-contacts .map-container {height:350px;}

  /* Section product detail */
  .section-product-detail .action-add-to-cart {margin:0;}
   
  /* Section > Request */
  .section-request .form-request {margin-top:30px;}
  .section-request .form-request .form-group {margin-bottom:15px;}

  /* Section > Messages */
  .section-message .section-title h1 {font-size:40px;}
  

  .control.is-card {width: 100%;margin:20px 0 0;}
  .list-radio-inputs li {width:100%;}
  .control.is-card .control__indicator {margin:-5px;}
  .control.is-card .card {padding:13px 5px 12px 19px}
  .product-detail-price {margin-top:20px;}

  .action-add-to-cart .btn {width:100%;}
  .section-product-detail .product-detail-price {text-align:center;margin-top:60px;}
  .section-product-detail .text-link.mobile-inline {text-align:center;display:block;}

  .modal .panel-title .icon-truck {display:block;}
  .modal .panel-title > a {padding-left:0;}
  .modal .col-xs-12.text-right .btn {width:100%;}
  .modal .form-request .form-group {margin-bottom:10px;}


  .card-product .card-body h4 {font-size:18px;white-space:normal;height:40px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
  .card .card-price {font-size:16px;}
  .card-product .card-body .icon--inline {margin-right:2px;}
  .card-product .card-body p {overflow:visible;white-space:normal;}

  .section-products .btn-black {margin-bottom:30px;}
  .card-sidebar .taber h4 {font-size: 18px;}
  .card-sidebar .list-group {margin-top:10px;}
  .card-sidebar .list-group > li > a {padding:11px 20px;font-size:16px;}
  
  /* Section > Footer */
  .section.section-footer {padding:30px 0;text-align:center;}
  .section-footer .taber {border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:10px;font-weight:700;margin-bottom:10px;}
  .section-footer .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#ffffff;font-size:12px;position:absolute;right:0;top:auto;}
  .section-footer .taber.collapsed h4:after {content:"\f067";}
  .section-footer .taber-body {padding-bottom:30px;}
  .section-footer .list-social {justify-content:center;margin-bottom:30px;}
  .section-footer .list-group {margin:30px 0;}
  .section-footer .divider {margin: 0 0 30px 0;}
  .section-footer .images-container {display:flex;justify-content:space-between;}
  .section-footer .img-responsive + .img-responsive {margin:0;}

  /* Section > Footer > Copy */
  .section-copy {text-align:center;}
  .section-copy .text-right {text-align:center;}

  /* Table > Mobile cards */
  .table.table-mobile-cards {border:0;}
  .table.table-mobile-cards .table-bordered {border:0;}
  .table.table-mobile-cards .table-bordered a.btn-secondary , .table.table-mobile-cards .table-bordered a.btn-danger {font-size:11px;}
  .table.table-mobile-cards .table > tbody > tr > td {height:auto;}
  .table.table-mobile-cards .table > tbody > tr > td:last-child {border-bottom:0!important;}
  .table.table-mobile-cards table , .table.table-mobile-cards thead , .table.table-mobile-cards tbody , .table.table-mobile-cards th , .table.table-mobile-cards td , .table.table-mobile-cards tr {display:block;}
  .table.table-mobile-cards thead tr {position:absolute;top:-9999px;left:-9999px;}
  .table.table-mobile-cards tr {border:1px solid #dddddd;margin-bottom:30px;}
  .table.table-mobile-cards td {border:none;border-bottom:1px solid #dddddd;position:relative;padding-left:40%;white-space:normal;text-align:right;width:48%;display:inline-block;padding-left:0;}
  .table.table-mobile-cards td:last-child:before {display:none;}
  .table.table-mobile-cards td:last-child {padding-left:0;text-align: center;}
  .table.table-mobile-cards td:before {position:absolute;top:50%;transform:translate(0,-50%);left:15px;width:30%;padding-right:10px;white-space:nowrap;text-align:left;}
  .table.table-mobile-cards td:before {content:attr(data-title);color:#9a9a9a;font-size:14px;}
  .table.table-mobile-cards.has-actions tr th:last-child, .table.table-mobile-cards.has-actions tr td:last-child {width: 100%;}
  .table.table-mobile-cards.has-actions .actions-group .btn {width:100%;}
  .table.table-mobile-cards .actions-group {display:inline-block;width:100%;padding:0 10px;}

  .table.table-mobile-cards.is-diamond-page tbody tr {border:0;}
  .table.table-mobile-cards.is-diamond-page tbody tr:nth-child(odd) {background-color:#F8F4F1;}
  .table.table-mobile-cards.is-detail-page tbody tr {border:0;}
  .table.table-mobile-cards.is-detail-page thead tr th, .table.table-mobile-cards.is-detail-page tbody tr td {padding-top:3px;padding-bottom:3px;}
  .table.table-mobile-cards.is-detail-page tbody tr:nth-child(odd) {background-color:#F8F4F1;}

  .table.table-mobile-cards.is-diamond-page tbody tr td:nth-child(13) {width:initial;padding-left:40%;border:0;}
  .table.table-mobile-cards.is-diamond-page tbody tr td:nth-child(14) {width:initial;padding-left:40%;border:0;}
  .table.table-mobile-cards.is-diamond-page tbody tr td:nth-child(15) {width:initial;padding-left:40%;border:0;}
  .table.table-mobile-cards.is-diamond-page tbody tr td:last-child {width:initial;padding-left:40%;border:0;width:100%;padding:5px 0;display:inline-block;margin-top:10px;}

  .table.table-mobile-cards.is-detail-page tbody tr td:nth-child(9) {width:98%;}
  .table.table-mobile-cards.is-detail-page tbody tr td:nth-child(10) {width:98%;padding-right:0;border:0;}
  .table.table-mobile-cards.is-detail-page tbody tr td:nth-child(11) {width:98%;padding-right:0;border:0;}
  .table.table-mobile-cards.is-detail-page tbody tr td:nth-child(12) {width:98%;padding-right:0;border:0;}
  .table.table-mobile-cards.is-detail-page tbody tr td:nth-child(13) {width:98%;padding-right:0;border:0;}
  .table.table-mobile-cards.is-detail-page tbody tr td:last-child {width:initial;padding-right:0;border:0;width:100%;padding:5px 0;display:inline-block;margin-top:20px;}
  .table.table-mobile-cards.is-detail-page .icons-group {justify-content:flex-end;}



  /* 
  ------------------------------------------
  Shop 
  ------------------------------------------
  */

  /* Section > Products */
  .section-products .products-container {margin-bottom:18px;}

  /* Section > Products > Detail */
  .section.section-product-detail {padding-top:15px;}
  .section-product-detail .breadcrumb {margin-bottom:20px;}
  .section-product-detail .form-group {margin:30px 0 0;}
  .section-product-detail .text-link {margin-top:15px;}
  /* .section-product-detail .text-link.mobile-inline {margin-top:35px;} */
  .section-product-detail .product-form-footer .text-right {text-align:left;}
  .section-product-detail .product-form-footer button {margin-top:20px;}
  .section-product-detail .card-product-image {margin-bottom:30px;}

  /* Page > Cart > Block */
  .block-cart > .row {display:flex;flex-wrap:wrap;align-items:center;}
  .media.media-cart {margin-bottom:10px;}
  .media.media-cart .card-bg {width:60px;height:60px;}
  .media.media-cart .product-description {font-size:16px;}
  .list-block-cart .block-cart .price-discounted {margin-top:20px;}
  .product-quantity {text-align:left;}
  

  .btn-inline .col-xs-12:nth-child(1) {padding-left:15px;padding-right:15px!important;}
  .btn-inline .col-xs-12:nth-child(2) {padding-left:15px!important;margin-top:10px;}
  .section-login .card {padding:15px;}
  .prod-detail .prod__img {height:340px;margin-bottom:30px;background-size:70%!important;}
  .section-checkout .checkout-bill {margin-bottom:30px;}
  .section-checkout .checkout-bill.affix {position:relative;}
  .section-checkout .checkout-bill.affix .panel {width:100%;}
  .section-checkout .checkout-recap {text-align:left;font-size:13px;}
  
  /* 
  ------------------------------------------
  End Shop 
  ------------------------------------------
  */
    
  /* Table responsive */
  .table__is-card .table {border:0;}
  .table__is-card .table .table-bordered {border:0;}
  .table__is-card .table .table-bordered a.btn-secondary , .table__is-card .table .table-bordered a.btn-danger {font-size:11px;}
  .table__is-card .table .table > tbody > tr > td {height:auto;}
  .table__is-card .table .table > tbody > tr > td:last-child {border-bottom:0!important;}
  .table__is-card .table table , .table__is-card .table thead , .table__is-card .table tbody , .table__is-card .table th , .table__is-card .table td , .table__is-card .table tr {display:block;}
  .table__is-card .table thead tr {position:absolute;top:-9999px;left:-9999px;}
  .table__is-card .table tr {border:1px solid #dddddd;margin-bottom:30px;}
  .table__is-card .table td {border:none;border-bottom:1px solid #dddddd;position:relative;padding-left:40%;white-space:normal;text-align:right;}
  .table__is-card .table td:last-child:before {display:none;}
  .table__is-card .table td:last-child {padding-left:15px;}
  .table__is-card .table td:before {position:absolute;top:15px;left:15px;width:30%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:bold;}
  .table__is-card .table td:before {content:attr(data-title);}
}

/* Smartphone Landscape 
@media only screen and (min-width:480px) and (max-width:767px){
}
*/

/* Tablet */
@media only screen and (min-width:768px) and (max-width:991px) {
  
  /* Globals */
  body {padding-top:0;}

  .navbar-header {position: relative;}

  /* Anchor */
  .a-anchor {height:0;margin-top:0;}

  /* Backgrounds */
  /* .bg-accordion-bracelets {background-image:url(/assets/frontend/img/bg-accordion-bracelets-mobile.jpg);} */
  /* .bg-accordion-necklaces {background-image:url(/assets/frontend/img/bg-accordion-necklaces-mobile.jpg);} */
  /* .bg-accordion-earrings {background-image:url(/assets/frontend/img/bg-accordion-earrings-mobile.jpg);} */
  /* .bg-accordion-rings {background-image:url(/assets/frontend/img/bg-accordion-rings-mobile.jpg);} */

  /* Modals */
  .modal-header {padding-right:40px;}
  .modal-header .close {width:25px;height:25px;}
  .modal-body .dataTables_wrapper .table > tbody > tr > td {white-space:nowrap;}
  
  /* Mobile Nav Toggle */
  .navbar-header {float:none;}
  .navbar-collapse {border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1);}
  .navbar-fixed-top {top:0;border-width:0 0 1px;}
  .navbar-collapse {padding:0;}
  .navbar-collapse.collapse {display:none!important;padding:0;}
  .navbar-collapse.collapse.in {display:block!important;}
  .navbar-nav {float:none!important;margin-bottom:7.5px;margin-right:0;}
  
  /* Head + Nav */
  .navbar.navbar-default {min-height:50px;padding:0;border:0;border-radius:0;transition:none !important;top:0 !important;box-shadow:none !important;}
  .navbar.navbar-default .topbar {padding:0;}
  .navbar.navbar-default .topbar .container-flex {margin:0 -15px;}
  .navbar.navbar-default .topbar .topbar-text {width:100%;}
  .navbar.navbar-default .topbar .topbar-text > * {display:block;line-height:25px;}
  .navbar.navbar-default .navbar-collapse {padding:0;}
  .navbar.navbar-default .navbar-brand {padding:10px;top:0;}
  .navbar.navbar-default .navbar-brand > img {height:50px;}
  .navbar-default .navbar-nav > li , .navbar-default .navbar-nav > li > ul > li {float:none;display:block;width:100%;}
  .navbar-default .navbar-nav > li > a , .navbar-default .navbar-nav > li > ul > li > a {padding-top:10px;padding-bottom:10px;width:100%;display:block;}
  .navbar-default .navbar-nav li + li:before {display:none;}
  .navbar-default .navbar-toggle .icon-bar {background-color:#1D1D1B;}
  .navbar-toggle {border:0;border-radius:0;margin:18px 0;display:inline-block;float:left;}
  .navbar-toggle .icon-bar {height:2px;}
  .navbar-toggle .icon-bar + .icon-bar {margin-top:5px;}
  .navbar-default .search-button {position:absolute;left:70px;top:22px;}
  .navbar-default .link-icon .icon {width:25px;height:25px;position:relative;vertical-align:middle;display:inline-block;}
  .navbar-default .navbar-toggle:focus , .navbar-default .navbar-toggle:hover {background-color:transparent;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {padding:5px 15px;}
  .navbar.navbar-default .navbar-nav {margin:0;}
  .navbar.navbar-default .navbar-nav > li {margin:5px 0 !important;}
  .navbar.navbar-default .navbar-nav > li > a {padding:10px 18px !important;border:0 !important;border-left:2px solid transparent !important;font-size:16px !important;display:inline-block;width:100%;}
  .navbar.navbar-default .divider {margin:0 0 30px;}
  .navbar.navbar-default .navbar-nav.navbar-center {flex-wrap:wrap;}
  .navbar.navbar-default .navbar-nav.navbar-center > li > a {font-size:19px !important;line-height:19px;}
  .navbar.navbar-default .navbar-nav.navbar-right {margin-bottom:0;}
  .navbar.navbar-default .navbar-nav.navbar-lang {text-align:center;}
  .navbar-lang li {display:inline-block !important;vertical-align: middle;width:auto !important;}
  
  /* Head + NavbarShop */
  .navbar-shop {position:absolute;padding:22px 15px;right:15px;}
  .navbar-shop .list-inline {margin:0;display:flex;gap:30px;}
  .navbar-shop .list-inline > li {padding:0;}
  .navbar-shop .list-inline > li > a {display:block;}
  .navbar .badge {bottom:20px;right:10px;}
  
  /* Head + Megamenu */
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu {position:relative;border:0;padding:0 20px 20px;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu {padding:10px 0;position:relative;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu ul {padding:15px 0 15px 15px;position:static;display:none;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu li a {padding:10px 0;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu.open ul {display:block;padding:0 0 15px 15px;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu a.dropdown-toggle {font-weight:normal;color:#333333;padding-bottom:400;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu a.dropdown-toggle .fa {display:inline-block;}
  
  /* .navbar-nav > li > .dropdown-menu {position:relative;-webkit-box-shadow:none;box-shadow:none;width:100%;background:transparent;border:none;}
  .navbar-nav > li > .dropdown.open {-webkit-transition:all .3s;transition:all .3s;} */

  /* Accordion > Horizontal */
  .accordion-horizontal {width:100%;max-width:100%;height:auto;}
  .accordion-horizontal .list-unstyled {flex-wrap:wrap;}
  .accordion-horizontal .list-unstyled > li {width:100% !important;transition:none;}
  .accordion-horizontal .list-unstyled > li > a {height:auto;}
  .accordion-horizontal .card {height:auto;transition:none;}
  .accordion-horizontal .card .card-body {padding:40px;opacity:1 !important;transform:none !important;position:relative;width:100%;transition:none;background-color:rgba(0,0,0,.2);}
  .accordion-horizontal .card .title-vertical {display:none;}
  
  /* Toastr */
  .toast-top-right {margin-top:initial;bottom:10px;left:10px;right:0;top:initial;}
  
  /* Carousels > Home */
  .carousel-home .card-overlay .card-body {padding:0 30px;}
  .carousel-home .card-bg {height:500px;}
  .carousel-home .title {font-size:60px;}

  /* Carousels > Plus */
  .carousel-plus {padding-bottom:40px;}
  .carousel-plus .tns-nav {bottom:0;}

  /* Modals */
  .modal-dialog.modal-xl {width:100%;margin:10px;}

  /* Cards > Products */
  .card-product::before {display:none;}
  .card-product .btn-hover {display:none;}

  /* Cards > Banners */
  .card-banner .card-overlay + .card-bg {height:420px;}
  .card-banner .card-body {padding:20px;}
  .card-banner .card-overlay .card-body .img-logo {bottom:30px;}

  /* Cards > Banners > Horizontal */
  .card-banner-horizontal .card-body {padding:30px;}

  /* Cards > News */
  .card-news .card-bg {height:230px;}
  .card-news .card-body {padding:20px;}

  /* Cards > Sidebar */
  .card-sidebar + .card-sidebar {margin-top:0;}
  .card-sidebar .filter-slider .noUi-marker:first-child + .noUi-value {transform:translate( -13px , 50% );}
  .card-sidebar .filter-slider .noUi-value:last-child {transform:translate( calc( -100% + 13px ) , 50% );}

  /* Cards > Filters */
  .card-filters .taber h4 {margin-bottom:15px;}

  /* Cards > Category */
  .card-category .card-bg {height:540px;}
  .card-category .card-overlay .card-body {transform:translateY(0);}
  .card-category .card-body p {opacity:1;}
  .card-category .card-body .btn {opacity:1;}

  /* Cards > Bottom Message */
  .card-bottom-message .btn {margin-top:15px;}

  /* Cards > Diamonds Cut */
  .card-diamond-cut .card-body {padding:20px;}
    
  /* Sidebar Toggle */
  .taber {cursor:pointer;position:relative;}
  .taber h4 {margin-bottom:0;font-weight:700;padding-right:30px;}
  .taber h4:after {content:"";position:absolute;right:0;top:50%;transform:translate(0,-50%);width:25px;height:25px;background-repeat:no-repeat;background-size:contain;background-position:center center;background-image:url(/assets/frontend/icons/icon-minus.svg);}
  .taber.collapsed h4:after {background-image:url(/assets/frontend/icons/icon-plus.svg);}

  /* Forms > Filters */
  .filter-btn-group .btn:not(.active):hover {outline-color:transparent !important;}

  /* Section > Globals */
  .section {padding:70px 15px;}
  .section.section-cards {padding-bottom:40px;}
  .section p + .btn, .section .text + .btn {margin-top:20px;}

  /* Section > Titles */
  .section-title h1 {font-size:40px;margin-bottom:40px;}
  .section-title h2 {font-size:30px;}
  .section-title h3 {font-size:40px;}

  /* Section > Image/Text */
  .section.section-half {padding-top:0;}
  .section-half .block-image {position:relative;background-repeat:no-repeat;top:0;height:100%;z-index:0;width:100%;height:400px;background-position:center center;}
  .section-half .text-container {padding:30px 0 0 !important;}
  .block-text.p-2 {padding:30px 0 !important;}
  .image--contain {background-size:cover;}

  /* Section > Accordions */
  .section-accordion .accordion-horizontal {margin-top:40px;}

  /* Section > Carousels */
  .section-carousel .carousel-container {padding-top:40px;}
  
  /* Section > Carousels > Half */
  .section-carousel-half .text-container {padding-left:15px;}
  .section-carousel-half .text-container.is-right {padding-right:15px;}
  .section-carousel-half .carousel-container {margin-top:40px;}

  /* Section > News > Detail */
  .section-news-detail .carousel-container {margin-bottom:30px;}
  .section-news-detail .carousel-container .card-bg {height:400px;}

  /* Section > Production */
  .section-production .card {margin-top:30px;}

  /* Section > Diamonds */
  .section-diamonds .card-content > .card-body {padding:30px;}
  .section-diamonds .img-banner + p, .section-diamonds .banners-box-container + p {margin-top:40px;}
  .section-diamonds .img-banner {margin:40px 0 20px;}
  .section-diamonds .card-content .section-title h4 {margin-top:40px;}
  .section-diamonds .banners-box-container {margin:10px 0 20px;}
  .section-diamonds .banner-box {height:130px;}
  .section-diamonds .panel-group {margin:40px 0 20px;}
  .section-diamonds .img-has-caption .caption {top:20px;left:20px;right:20px;}

  /* Section > Text + Image */
  .section-text-img .row.flex {margin-left:-15px;margin-right:-15px;}
  .section-text-img .row.flex > div[class*="col-"] {padding-left:15px;padding-right:15px;}
  .section-text-img .img-responsive {margin:30px auto 0;}

  /* Section product detail */
  .section-product-detail .action-add-to-cart {margin:20px 0 0;}

  /* Section > Company > Timeline */
  .section.section-company-timeline {padding:100px 0;}

  /* Section > Contacts */
  .section-contacts .section-title h1 {margin-bottom:10px;}
  .section-contacts .section-title h4 {margin-top:30px;}
  .section-contacts .lead {margin-bottom:15px;}
  .section-contacts .contact-maps {height:350px;}
  .section-contacts .map-container {height:350px;}

  /* Section > Request */
  .section-request .form-request {margin-top:40px;}

  /* Section > Messages */
  .section-message .section-title h1 {font-size:60px;}
    
  /* Section Footer */
  .section.section-footer {padding-top:50px;padding-bottom:30px;}
  .section-footer .taber {border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:10px;font-weight:700;margin-bottom:10px;}
  .section-footer .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#ffffff;font-size:12px;position:absolute;right:0;top:auto;}
  .section-footer .taber.collapsed h4:after {content:"\f067";}
  .section-footer .taber-body {padding-bottom:30px;}
  .section-footer .list-group {margin-bottom:30px;}
  .section-footer .divider {margin:30px 0;}
  .section-footer .img-responsive + .img-responsive {margin-left:30px;}

  /* Section > Footer > Copy */
  .section-copy {text-align:center;}
  .section-copy .text-right {text-align:center;}


  /* Table > Mobile cards */
  .table.table-mobile-cards {border:0;}
  .table.table-mobile-cards .table-bordered {border:0;}
  .table.table-mobile-cards .table-bordered a.btn-secondary , .table.table-mobile-cards .table-bordered a.btn-danger {font-size:11px;}
  .table.table-mobile-cards .table > tbody > tr > td {height:auto;}
  .table.table-mobile-cards .table > tbody > tr > td:last-child {border-bottom:0!important;}
  .table.table-mobile-cards table , .table.table-mobile-cards thead , .table.table-mobile-cards tbody , .table.table-mobile-cards th , .table.table-mobile-cards td , .table.table-mobile-cards tr {display:block;}
  .table.table-mobile-cards thead tr {position:absolute;top:-9999px;left:-9999px;}
  .table.table-mobile-cards tr {border:1px solid #dddddd;margin-bottom:30px;}
  .table.table-mobile-cards td {border:none;border-bottom:1px solid #dddddd;position:relative;padding-left:40%;white-space:normal;text-align:right;width:32%;display:inline-block;padding-left:0;}
  .table.table-mobile-cards td:last-child:before {display:none;}
  .table.table-mobile-cards td:last-child {padding-left:0;text-align: center;}
  .table.table-mobile-cards td:before {position:absolute;top:50%;transform:translate(0,-50%);left:15px;width:30%;padding-right:10px;white-space:nowrap;text-align:left;}
  .table.table-mobile-cards td:before {content:attr(data-title);color:#9a9a9a;font-size:14px;}
  .table.table-mobile-cards.has-actions tr th:last-child, .table.table-mobile-cards.has-actions tr td:last-child {width: 100%;}
  .table.table-mobile-cards.has-actions .actions-group .btn {width:100%;}
  .table.table-mobile-cards .actions-group {display:inline-block;width:100%;padding:0 10px;}

  .table.table-mobile-cards.is-diamond-page tbody tr {border:0;}
  .table.table-mobile-cards.is-diamond-page tbody tr:nth-child(odd) {background-color:#F8F4F1;}
  .table.table-mobile-cards.is-detail-page tbody tr {border:0;}
  .table.table-mobile-cards.is-detail-page tbody tr:nth-child(odd) {background-color:#F8F4F1;}

  .table.table-mobile-cards.is-diamond-page tbody tr td:nth-child(13) {width:initial;padding-left:40%;border:0;}
  .table.table-mobile-cards.is-diamond-page tbody tr td:nth-child(14) {width:initial;padding-left:40%;border:0;}
  .table.table-mobile-cards.is-diamond-page tbody tr td:nth-child(15) {width:initial;padding-left:40%;border:0;}
  .table.table-mobile-cards.is-diamond-page tbody tr td:last-child {width:initial;padding-left:40%;border:0;width:100%;padding:5px 0;display:inline-block;margin-top:10px;}


  .table.table-mobile-cards .icons-group a {display: inline-block;}
  .table.table-mobile-cards .icons-group {display:inline-block;}



  /* 
  ------------------------------------------
  Shop 
  ------------------------------------------
  */

  /* Section > Products > Detail */
  .section.section-product-detail {padding-top:15px;}
  .section-product-detail .breadcrumb {margin-bottom:20px;}
  .section-product-detail .form-group {margin-top:20px;}
  /* .section-product-detail .text-link {margin-top:35px;} */
  .section-product-detail .card-product-image {margin-bottom:30px;}
  
  /* Page > Cart > Block */
  .media.media-cart {margin-bottom:10px;}
  .product-quantity {text-align:left;}

  .section-checkout .checkout-bill {margin-bottom:30px;}
  .section-checkout .checkout-bill.affix {position:relative;}
  .section-checkout .checkout-bill.affix .panel {width:100%;}
  .prod-detail .prod__img {height:340px;margin-bottom:30px;background-size:contain!important;}
  .section-login .card {padding:15px;}
  .section-video .videoContainer {pointer-events:auto;}
  
  /* 
  ------------------------------------------
  End Shop 
  ------------------------------------------
  */
}

/* Tablet Landscape */
@media only screen and (min-width:992px) and (max-width:1199px) {

  /* Modals */
  .modal-body .dataTables_wrapper {max-height:300px;}

  /* Section > Globals */
  .section {padding:70px 15px;}
  .section.section-cards {padding-bottom:40px;}

  /* Head + Nav */
  .navbar.navbar-default .topbar {padding:0 15px;}
  .navbar.navbar-default .navbar-collapse {padding:0 15px;}
  .navbar.navbar-default .navbar-nav > li > a {padding:40px 0 5px;}
  .navbar.navbar-default .navbar-nav.navbar-center {margin-top:25px;}

  /* Accordion > Horizontal */
  .accordion-horizontal {height:480px;}
  .accordion-horizontal .list-unstyled > li > a {height:480px;}
  .accordion-horizontal .card {height:480px;}
  .accordion-horizontal .card .title-vertical {bottom:30px;}
  .accordion-horizontal .card .card-body {padding:30px;width:400px;}
  
  /* Carousels > Home */
  .carousel-home .card-overlay .card-body {padding:0 30px;}
  .carousel-home .card-bg {height:550px;}
  .carousel-home .title {font-size:60px;}

  /* Cards > Banners */
  .card-banner .card-bg {height:170px;}
  .card-banner .card-overlay + .card-bg {height:420px;}
  .card-banner .card-body {padding:20px;}
  .card-banner .card-overlay .card-body .img-logo {bottom:30px;}

  /* Cards > News */
  .card-news .card-bg {height:170px;}
  .card-news .card-body {padding:20px;}

  /* Cards > Category */
  .card-category .card-bg {height:350px;}
  .card-category .card-overlay .card-body {transform:translateY( calc(100% - 65px) );padding:20px;}

  /* Cards > Products */
  .card-product .card-body {padding:20px;}
  .card-product .btn-hover {left:20px;right:20px;}
  .card-product .card-badge.bottom-left {left:20px;}

  /* Cards > Diamonds Cut */
  .card-diamond-cut .card-body {padding:20px 15px;}

  /* Cards > Sidebar */
  .card-sidebar.is-collapsed-md + .card-sidebar.is-collapsed-md {margin-top:0;}
  .card-sidebar.is-collapsed-md .filter-slider .noUi-marker:first-child + .noUi-value {transform:translate( -13px , 50% );}
  .card-sidebar.is-collapsed-md .filter-slider .noUi-value:last-child {transform:translate( calc( -100% + 13px ) , 50% );}

  /* Sidebar Toggle */
  .is-collapsed-md .taber {cursor:pointer;position:relative;}
  .is-collapsed-md .taber h4 {margin-bottom:0;font-weight:700;padding-right:30px;}
  .is-collapsed-md .taber h4:after {content:"";position:absolute;right:0;top:50%;transform:translate(0,-50%);width:25px;height:25px;background-repeat:no-repeat;background-size:contain;background-position:center center;background-image:url(/assets/frontend/icons/icon-minus.svg);}
  .is-collapsed-md .taber.collapsed h4:after {background-image:url(/assets/frontend/icons/icon-plus.svg);}

  /* Section > Titles */
  .section-title h1 {font-size:50px;}
  .section-title h3 {font-size:50px;}

  /* Section > News > Detail */
  .section-news-detail .carousel-container .card-bg {height:190px;}

  /* Section > Carousels > Half */
  .section-carousel-half .text-container {padding-left:15px;}
  .section-carousel-half .text-container.is-right {padding-right:15px;}

  /* Section > Text + Image */
  .section-text-img .row.flex {margin-left:-15px;margin-right:-15px;}
  .section-text-img .row.flex > div[class*="col-"] {padding-left:15px;padding-right:15px;}

  /* Section > Company > Timeline */
  .section.section-company-timeline {padding:100px 0;}

  /* Section > Contacts */
  .section-contacts .contact-maps {height:300px;}
  .section-contacts .map-container {height:300px;}

  /* Section > Messages */
  .section-message .section-title h1 {font-size:60px;}



  /* 
  ------------------------------------------
  Shop 
  ------------------------------------------
  */

  /* Section > Products > Detail */
  .section.section-product-detail {padding-top:35px;}
  .section-product-detail .breadcrumb {margin-bottom:20px;}
  .section-product-detail .form-group {margin-top:20px;}

  .section-checkout .checkout-bill.affix {position:relative;}
  .section-checkout .checkout-bill.affix .panel {width:100%;}
    
  /* 
  ------------------------------------------
  End Shop 
  ------------------------------------------
  */
}

/* Laptop 13' - 1366x768 Non-Retina */
@media only screen and (min-width:1200px) and (max-width:1365px) {

  .section-title h4 {font-size:27px;}
  
  /* Accordion > Horizontal */
  .accordion-horizontal {height:500px;}
  .accordion-horizontal .list-unstyled > li > a {height:500px;}
  .accordion-horizontal .card {height:500px;}
  .accordion-horizontal .card .title-vertical {bottom:40px;}
  .accordion-horizontal .card .card-body {padding:40px;}

  /* Cards > Products */
  .card-product .card-body {padding:20px;}
  .card-product .btn-hover {left:20px;right:20px;}
  .card-product .card-badge.bottom-left {left:20px;}

  /* Cards > Banners */
  .card-banner .card-bg {height:220px;}
  .card-banner .card-overlay + .card-bg {height:450px;}
  .card-banner .card-body {padding:20px;}
  .card-banner .card-overlay .card-body .img-logo {bottom:30px;}

  /* Cards > News */
  .card-news .card-bg {height:220px;}
  .card-news .card-body {padding:20px;}

  /* Cards > Category */
  .card-category .card-bg {height:400px;}

  /* Cards > Diamonds Cut */
  .card-diamond-cut .card-body {padding:20px 10px;}

  /* Section > News > Detail */
  .section-news-detail .carousel-container .card-bg {height:190px;}



  /* 
  ------------------------------------------
  Shop 
  ------------------------------------------
  */

  /* 
  ------------------------------------------
  End Shop 
  ------------------------------------------
  */

}

/* Laptop 4:3 - 1440x1080 */
@media only screen and (min-width:1366px) and (max-width:1440px) {

  /* Accordion > Horizontal */
  .accordion-horizontal {height:600px;}
  .accordion-horizontal .list-unstyled > li > a {height:600px;}
  .accordion-horizontal .card {height:600px;}

  /* Cards > Banners */
  .card-banner .card-bg {height:240px;}
  .card-banner .card-overlay + .card-bg {height:460px;}

  /* Cards > News */
  .card-news .card-bg {height:240px;}

  /* Cards > Category */
  .card-category .card-bg {height:500px;}

  /* Cards > Diamonds Cut */
  .card-diamond-cut .card-body {padding:20px 10px;}

  /* Cards as inputs */
  .list-radio-inputs > .list-inline {margin-left:0;margin-right:0;display:flex;gap:0 10px;}
  .list-radio-inputs > .list-inline > .list-inline-item {padding:0;}
  .control.is-card .control__indicator {margin:0;top:50%;left:8px;transform:translate(0,-50%);width:15px;height:15px;}
  .control.is-card .control__indicator:after {width:4px;height:7px;}
  .control.is-card .card {padding:10px;padding-left:30px;font-size:15px;}

  /* Section > News > Detail */
  .section-news-detail .carousel-container .card-bg {height:250px;}



  /* 
  ------------------------------------------
  Shop 
  ------------------------------------------
  */


  /* 
  ------------------------------------------
  End Shop 
  ------------------------------------------
  */

}

@media only screen and (min-width:1441px) and (max-width:1530px) {

  /* Cards > Banners */
  .card-banner .card-bg {height:315px;}

  /* Cards > Category */
  .card-category .card-bg {height:670px;}

  /* Section > News > Detail */
  .section-news-detail .carousel-container .card-bg {height:250px;}

  /* Cards as inputs */
  .list-radio-inputs > .list-inline {margin-left:0;margin-right:0;display:flex;gap:0 10px;}
  .list-radio-inputs > .list-inline > .list-inline-item {padding:0;}
  .control.is-card .control__indicator {margin:0;top:50%;left:8px;transform:translate(0,-50%);}
  .control.is-card .card {padding:10px;padding-left:35px;font-size:15px;}



  /* 
  ------------------------------------------
  Shop 
  ------------------------------------------
  */


  /* 
  ------------------------------------------
  End Shop 
  ------------------------------------------
  */

}