/* custom_code Start tag */
#base_products .grid-products .item .product-details {
    position: relative;
    transform: unset;
    top: 0;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    padding:10px 0 0;
}
div#base_banner {
    display: none;
}
.header a.home-link-list {
    padding: 5px 0;
}
.header .logo img.home-link-list,
.footer .about-us-col img{
    max-width: 80px;
}
.base_products  .grid-products .row .m-auto {
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0 !important;
        padding-left: 7px;
    padding-right: 7px;
}
#base_products .grid-products .item {
    border: 1px solid #2e6ddc;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 10px;
}
.base_products  .grid-products {
    background: #fff;
    border-radius: 0;
    padding: 10px 10px;
    min-height: calc(100vh - 71px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.grid--view-items .product-inner-class-addon .product-image {
    padding-top: 0;
}
.grid--view-items .product-inner-class-addon .product-image .product-img.product-link-list img {
    position: static;
}
.grid-products .product-inner-class-addon .product-name {
    margin: 0 0 10px;
}
.grid-products .item .product-inner-class-addon {
    box-shadow: none !important;
    padding: 15px;
}
.header {
    border-bottom: 1px solid #c5c5c5;
        background-color: #000;
}
div#pdf-viewer {
    position: relative;
}
.btn {
    height: 40px;
    padding: 3px 20px;
    font-weight: normal;
    font-size: 14px;
}
.btn.btn-primary {
    color: var(--btn-primary-text-color);
    background-color: #2e6ddc;
    border: 1px solid #2e6ddc;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background-color: #ffffff !important;
    border-color: #2e6ddc !important;
    color: #2e6ddc !important;
}
.btn.btn-secondary {
    color: #2e6ddc;
    background-color: var(--btn-secondary-bg-color);
    border: 1px solid #2e6ddc;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
    background-color: #2e6ddc !important;
    border-color: #2e6ddc !important;
    color: #fff;
}
.base_products .grid-products .row {
    margin-left: -7px;
    margin-right: -7px;
    justify-content: center;
    width: 100%;
}
.header .icons-col.text-right {
    display: none;
}
.page_class_catalog-details  .top-text-block {
    max-width: 100%;
}
.stickyHead {
    box-shadow: none;
}
#base_products {
    padding: 5px;
    background: #2c5947;
    min-height: calc(100vh - 61px);
}
#base_header,
.base_footer .footer.footer-1 .footer-top,
.breadcrumbs-wrapper{
    display: none;
}
body:not(.page_class_cart) .page-wrapper {
    min-height: 100vh;
    padding-bottom: 61px;
}
.footer-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}
.pdf-details-btn {
    margin: 0 0 20px;
}
.pdf-details-btn  a {
    font-size: 14px;
    font-weight: normal;
    color: #000;
}
.pdf-details-btn .backbtn {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #8d8d8d;
}
.pdf-details-btn .backbtn img {
    width: 20px;
    margin: 0 5px 0 0;
}
@media (max-width:1300px){
.btn {
    width: 160px;
    margin: 5px 0 0 !important;
}
}
@media (max-width:1199px){
 .base_products  .grid-products {
    padding: 0 15px;
}
.base_products  .grid-products .row .m-auto {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
}
@media (max-width:767px){
 .base_products  .grid-products .row .m-auto {
    flex: 0 0 50%;
    max-width: 50%;
}   
}
@media (max-width:575px){
   .base_products  .grid-products .row .m-auto {
    flex: 0 0 100%;
    max-width: 100%;
}
.header .logo img.home-link-list {
    margin: 0;
}
.header a.home-link-list {
    padding: 7px 0;
    display: inline-block;
}
.bottom-icon-wrapper {
    display: none;
}
.base_footer {
    padding-bottom: 0;
}
.footer.footer-1 .footer-bottom .copytext {
    font-size: 12px;
    letter-spacing: 0;
}
}/* custom_code End tag */