#row-continent,
#row-country,
#row-coinage,
#row-regime,
#row-type,
#row-grade-txt,
#row-grade-nb {
    margin-bottom: 4px;
}
#row-country > div {
    display: inline-block;
}

#row-country > .select-container-check,
#row-type > .select-container-check,
#row-vintage > .select-container-check,
#row-grade-check.select-container-check {
    display: none;
    vertical-align: top;
    margin-left: 10px;
    color: #008800;
    height: 35px;
    width: 35px;
}
#row-country > .select-container-check i,
#row-type > .select-container-check i,
#row-vintage > .select-container-check i,
#row-grade-check.select-container-check i {
    font-size: 14px;
    line-height: 35px;
}

.select2-selection i,
.select2-results i {
    margin-right: 5px;
    font-size: 12px;
}

#row-country .select2-container--default,
#row-type .select2-container--default,
#row-vintage .select2-container--default {
    width: 80% !important;
    margin-left: 2%;
    line-height: 22px;
    font-size: 13px;
    text-align: left;
}
.select2-results__option,
.select2-results__option {
    font-size: 13px;
}
.select2 {
    width: 80% !important;
    display: inline-block;
    vertical-align: top;
}

#show_catalogs_selector,
#show_grade_selector {
    padding: 0 20px 20px;
}
#show_catalogs_selector {
    height: auto;
}
#show_grade_selector {
    height: 190px;
}
#row-grade-txt,
#row-grade-nb,
#row-grade-check {
    display: inline-block;
    vertical-align: top;
}
#row-grade-txt {
    width: 50%;
}
#row-grade-txt .select2,
#row-grade-txt .select2-container--default,
#row-grade-nb .select2,
#row-grade-nb .select2-container--default {
    width: 100% !important;
}
#row-grade-nb {
    width: 28%;
}

.block_content i {
    font-size: 10px;
    margin-left: 5px;
    margin-right: 3px;
}
.block_content a {
    transition: color 0.3s;
}
.block_content a:hover {
    color: #4FC3F7;
    transition: color 0.3s;
}

.cdm_product_catalog_block a {
    font-size: 20px;
}

.hmp-widget-estimate {
    padding: 5px 10px 0;
    font-size: 13px;
}

.dz-img-block {
    height: 192px;
    width: 162px;
    display: inline-block;
    vertical-align: top;
}

.product-page #product-images-dropzone.dropzone .dz-preview {
    width: 130px;
    height: 156px;
}
.product-page #product-images-dropzone.dropzone .dz-preview.dz-image-preview:hover > div:first-child,
.product-page #product-images-dropzone.dropzone .dz-preview.active > div:first-child {
    border: 3px solid #25b9d7;
    border-radius: 3px;
    height: 134px !important;
    width: 134px !important;
    margin-top: -3px;
    margin-left: -3px;
}
.product-page #product-images-dropzone.dropzone .dz-preview.dz-image-preview:hover > .dz-delete,
.product-page #product-images-dropzone.dropzone .dz-preview.dz-image-preview.active > .dz-delete {
    padding: 5px 10px 2px !important;
}
.product-page #product-images-dropzone.dropzone .dz-preview.active > div:first-child {
    border: 3px solid lightgreen;
}

.product-page #product-images-dropzone.dropzone .dz-preview .iscover {
    background: #6c868e;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 5px;
    position: absolute;
    z-index: 10;
    bottom: 126px;
    width: 100%;
}
.product-page #product-images-dropzone.dropzone .dz-preview.dz-image-preview:hover .iscover {
    width: 128px;
}
.product-page #product-images-dropzone.dropzone .dz-preview.active,
.product-page #product-images-dropzone.dropzone .dz-preview:hover {
    border: 1px solid #bbcdd2;
    border-radius: 0;
}
.dz-delete:hover {
    background-color: #CCC;
}
.dz-clickable {
    cursor: pointer;
}
.product-page #product-images-dropzone.dropzone .dz-preview .dz-image {
    height: 130px;
}

.dz-delete-all {
    display: inline-block;
    vertical-align: top;
    border: 2px solid brown;
    padding: 35px 10px;
    text-align: center;
    margin-top: 16px;
    width: 130px;
    height: 134px;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 30px;
    float: right;
    transition: background-color 0.3s;
}
.dz-delete-all:hover {
    border: 4px solid brown;
    padding: 33px 8px;
    background-color: #EEE;
}
.dz-delete-all .loader {
    display: none;
    width: 60px;
    height: 60px;
}


#row-loader {
    display: none;
    padding: 5px 0 0 0;
    text-align: center;
}

.mb-4,
.my-4 {
    margin-bottom: 30px!important;
    margin-bottom: 0.50rem!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, .modal-title, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .25rem;
}

/*  Country list  */
.top-menu .sub-menu ul[data-depth="1"]>li {
    float: none;
}
.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
    padding: 0 0 5px 0;
}

.loader {
    margin: 0 auto;
    font-size: 10px;
    text-indent: -9999em;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #01579B;
    background: -moz-linear-gradient(left, #01579B 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #01579B 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #01579B 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #01579B 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #01579B 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    display: inline-block;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader:before {
    width: 50%;
    height: 50%;
    background: #01579B;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loader:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.product-page .product-header-v2 .cdm_assimilation_pn_block {
    margin-top: 39px;
    width: 80px;
    flex-grow: 0;
}
#cdm_assimilation_number {
    width: 80px;
    text-align: right;
}

body #footer .newsletter-section .block_newsletter form .col-xs-12 .btn-primary,
body #footer .newsletter-section .block_newsletter form .btn-primary,
body #footer .newsletter-section .block_newsletter form .btn-primary {
    background-color: #0D47A1;
}
body #footer .newsletter-section .block_newsletter form .btn-primary:focus,
body #footer .newsletter-section .block_newsletter form .btn-primary:hover {
    background-color: #283593;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 1299.98px) {
    .product-page-v2 .product-page .product-header-v2 .product-header-form #product_header .header-name {
        width: calc(100% - 80px);
    }
    .product-page .product-header-v2 .cdm_assimilation_pn_block {
        margin-top: 23px;
    }
    #cdm_assimilation_number {
        height: 22px;
    }
}


@media(min-width: 768px) {
    body #header .navbar-block .top-menu .sub-menu.classic-menu > .top-menu li.level1 > a:hover {
        color: #4FC3F7 !important;
    }
    body #header .navbar-block .top-menu .sub-menu.classic-menu > .top-menu li.level1 li {
        margin-left: 20px;
        margin-top: -2px;
    }
    body #header .navbar-block .top-menu .sub-menu.classic-menu > .top-menu li.level1 li > a:hover {
        color: #4FC3F7 !important;
    }
}

