@media (max-width: 990px) {
    .carousel {
        display: none;
    }
}

.card-box-product{
    padding-top: 30px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.page-link{
    background-color: #f4f5f7;
}

.modal-full {
    min-width: 100%;
    margin-left: 0.5%;
}

.modal-full .modal-content {
    min-height: 92vh;
}
.card-box-product:hover {
    border-color:#aaaaaa;
    border-style: solid;
    border-width: 1px;
    padding-top: 25px;
    padding-left: 42px;
    padding-right: 42px;
    border-radius:5px;
    -moz-border-radius: 5px;
}
.page-item.active .page-link{
    background-color: #4a4a4a;
    border-color: #4a4a4a;
}

img.img-wb{
    border-radius: 10px;
    width: 100%;
    margin-top:5px;
    margin-bottom: 5px;
}

/* for screen-overlay*/
.body-full-page {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.screen_overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    z-index:1000;
    background-color: #979898;
}

.section_background {
    width:100%; height:100vh;
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section1 {
    background-color: #7d7f80;
}

.section2 {
    background-color: #979898;
}

.section3 {
    background-color:  #979898;
}

.section4 {
    background-color:  #979898;
}

.section5 {
    background-color:  #979898;
}

section div {
    font-family: 'Open Sans';
    font-style: normal;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
