.search-btn {
    background: none;
    border: 0;
    background-color: #fff;
    border: 1px solid #658dbc;
    background-image: url(../images/search-icon.jpg);
    background-repeat: no-repeat;
    background-size: 23px 23px;
    background-position: center;
    font-size: 0;
    width: 45px;
    height: 45px;
    border-left: 0;
    border-radius: 0 5px 5px 0;
}


.subscribe-btn {
    background: #f59a1f;
    border-radius: 0 5px 5px 0;
    border: 0;
    height: 45px;
    width: 100px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    position: relative;
}


.cart-btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

.cart-btn a {
    text-align: center;
    background: #88c633;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    display: block;
}
.resource-btn a {
    border: 1px solid #d0d0d0 !important;
    color: #002d58 !important;
    font-weight: bold !important;
    text-align: center !important;
    border-radius: 5px !important;
    padding: 8px 20px !important;
    display: block;
}

.resource-btn a:hover {
    background: #002d58 !important;
    color: #fff !important;
}

.resource-btn {
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 20px;
}

.online-btn a {
    border: 0 !important;
    padding: 0 !important;
    display: block;
    margin-bottom: 20px;
}

.online-btn a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-btn {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.login-btn a {
    background: #88c633;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
    display: block;
    border-radius: 5px;
    text-align: center;
}

.login-btn {
    margin-bottom: 10px;
}

.signup-btn a {
    background: transparent;
    color: #002d58;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
    display: block;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #002d58;
}

.signup-btn {
    margin-bottom: 0px;
}

.account-btns {
    padding: 15px 10px;
    border-bottom: 1px solid #a3a3a3;
    margin-bottom: 15px;
}

.checkout-btn {
    padding: 15px 10px 5px;
}

.checkout-btn a {
    background: #f59a1f;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 6px 20px;
    border-radius: 5px;
}

.search-btn {
    background-size: 21px 21px;
    width: 39px;
    height: 45px;
}

.close-btn {
    margin-top: 25px;
    margin-left: 25px;
}

.part-btn a {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    background: #88c633;
    padding: 15px;
    border-radius: 5px;
    display: block;
    text-align: center;
    margin: 20px 15px;
}

.mob-call-btn {
    position: relative;
    text-align: center;
}

.mob-call-btn a {
    border: 1px solid #ececec;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    color: #002d58;
    background: #fff;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.mob-call-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ececec;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.mob-call-btn a i {
    font-size: 25px;
    font-weight: bold;
    color: #002d58;
    margin-right: 10px;
}


.mob-call-btn img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin-bottom: 0;
    margin-right: 10px;
}

.latest-btn a {
    font-size: 14px;
    color: #fff;
    background: #ee8f0f;
    display: inline-block;
    border-radius: 5px;
    padding: 8px 15px;
}

.latest-btn {
    text-align: center;
    margin-top: 20px;
}

.jobdetail-btn {
    background: none;
    border: 1px solid #6b91be;
    color: #6b91be;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 10px 0 0;
}

.careerapply-btn {
    background: #ee8f0f;
    color: #fff;
    border: 1px solid #ee8f0f;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 0 0 10px;
}

.career-btn {
    display: flex;
    justify-content: flex-start;
}

.subscribe-btn1 {
    background: #ee8f0f;
    padding: 10px 20px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: 0;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    margin-top: 10px;
}

.blog-pagination ul li .prev-btn a {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    color: #c2c2c2;
    display: inline-block;
    margin: 0 5px;
}

.blog-pagination ul li .next-btn a {
    background: #fff;
    border: 1px solid #b4b7ba;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 14px;
    color: #597baa;
    display: inline-block;
    margin: 0 5px;
}


.blog-inner-subscribe .subscribe-btn1 {
    margin-top: 0;
    border-radius: 0 5px 5px 0;
    height: 45px;
}

.blog-com-btn p {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}

.blog-com-btn p a {
    font-size: 14px;
    color: #4b84ad;
    font-weight: bold;
    text-decoration: underline;
}

.blog-com-btn p img {
    margin-right: 10px;
}

.next-btn1 {
    background: #ee8f0f;
    padding: 10px 20px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: 0;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    display: block;
}


.submit-btn {
    background: #ee8f0f;
    padding: 10px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border: 0;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
}

.support-area-right .mob-call-btn:before {
    background: #d2d9de;
}

.support-area-right .mob-call-btn a {
    border: 1px solid #d6d6d8;
}

.astm-head-pagination .blog-pagination ul li .next-btn a {
    padding: 8px 10px;
}

.astm-cart-btn a.add-cart {
    background: #f59a1f;
    display: block;
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    width: 100%;
    min-width: 270px;
}

.astm-cart-btn a.add-list {
    display: none;
    text-align: center;
    font-size: 14px;
    color: #597baa;
    padding: 5px 12px;
    border: 1px solid #597baa;
    border-radius: 5px;
    margin-bottom: 0;
}

.astm-prod1-list .astm-cart-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.astm-prod1-list .astm-cart-btn a.add-list {
    margin: 0 10px;
    display: inline-block;
    width: 180px;
    padding: 8px 12px;
}

.astm-prod1-list .astm-cart-btn a.add-cart {
    display: inline-block;
    width: 265px;
}
.cut-prod-btn .dimension-total {
    border: 1px solid #d4d4d4;
    border-radius: 5px 0 0 5px;
    padding: 10px 10px;
    text-align: center;
    height: 47px;
    border-right: 0;
    font-size: 16px;
    color: #9da0a4;
}

.cut-prod-btn .dimension-cart-btn {
    background: #f39920;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border-radius: 0 5px 5px 0;
    border: 0;
    height: 47px;
}

.cut-prod-btn .form-group {
    margin-bottom: 0;
}

.account-btn {
    background: #f59a1f;
    border-radius: 5px;
    padding: 5px 20px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border: 0;
}

.add-list-btn {
    text-align: right;
    margin-bottom: 5px;
}

.add-list-btn a {
    font-size: 14px;
    color: #597aa8;
    background: #fff;
    border: 1px solid #597aa8;
    border-radius: 5px;
    padding: 5px 15px;
    display: inline-block;
}

.chart-btn {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 15px;
    background: #f59a1f;
    display: inline-block;
    margin-right: 10px;
}

.post-btn {
    background: #88c633;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
    display: inline-block;
}
.prod-grid-btns {
    display: flex;
    justify-content: center;
}

.prod-grid-btns .add-list3 {
    font-size: 14px;
    color: #597aa8;
    background: #fff;
    border: 1px solid #597aa8;
    border-radius: 5px;
    padding: 8px 15px;
    display: inline-block;
    margin: 0 5px;
    background: #fff;
}

.prod-view-list .product-grid-detail .prod-grid-btns a {
    margin: 0 5px;
}

.secure-btn a {
    background: #f59a1f;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
}

.paypal-btn a {
    background: #ffc439;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
}

.paypal-btn-text {
    color: #1f2a44;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: none;
    white-space: nowrap;
}

.ship-partners img {
    display: block;
    height: 22px;
    width: auto;
    object-fit: contain;
}

.ship-partners img.discover-icon {
    height: 43px;
}
.ship-partners img.paypal-icon {
    height: 24px;
}

.email-icon-gray {
    fill: #7a7a7a;
}

.print-icon-gray {
    fill: #7a7a7a;
}

.save-icon-svg {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    fill: currentColor;
    vertical-align: middle;
}

.delete-icon-svg {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    fill: currentColor;
    vertical-align: middle;
}

.support-icon-svg {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    fill: currentColor;
    vertical-align: middle;
}

.move-cart-icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    fill: currentColor;
    vertical-align: middle;
}

.cart3-connect-detail ul li a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #597aa8;
}

.ship-partners ul {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.ship-partners li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
}

.cart3-shipping .ship-partners ul {
    width: fit-content;
    padding: 5px 10px;
    flex-wrap: nowrap;
    gap: 12px;
}

.cart3-shipping .ship-partners ul li {
    margin: 0;
}

.cart3-payment .ship-partners ul {
    width: fit-content;
    padding: 6px 10px;
    flex-wrap: nowrap;
    gap: 12px;
}

.cart3-payment .ship-partners ul li {
    margin: 0;
}

.paypal-btn-checkout {
    width: 173px;
    height: 30px;
    display: inline-block;
    background-position: -120px -227px;
}
.wishlist-btn {
    color: #597aa8;
    border: 1px solid #597aa8;
    border-radius: 5px;
    padding: 8px 15px;
    background: #fff;
    display: inline-block;
}

.delete-btn {
    color: #d99e87;
    border: 1px solid #d99e87;
    border-radius: 5px;
    padding: 8px 15px;
    background: #fff;
    display: inline-block;
}

.cart3-checkout .secure-btn a {
    display: block;
}

.cart3-checkout .paypal-btn a {
    display: block;
}
.coupon-code-btn {
    background: #f7f7f7;
    border: 1px solid #acacac;
    border-radius: 5px;
    padding: 10px 20px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.coupon-code-btn a {
    font-size: 14px;
    color: #383c45;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.place-order-btn input {
    background: #f59a1f;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    display: block;
    border: 0;
    width: 100%;
}

.place-order-btn {
    margin-bottom: 30px;
}

.shipping-checkout-btn a {
    background: #f59a1f;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    display: block;
    border: 0;
    width: 100%;
    text-align: center;
}

.add-to-cart-wrap ul li .astm-cart-btn a.add-list {
    display: block;
    padding: 8px 12px;
}

ul.add-to-all-btn {
    border: 0;
    width: auto;
    padding: 0;
}

ul.add-to-all-btn li {
    padding-bottom: 0
}

.print-btn a {
    font-size: 14px;
    color: #6daede;
    text-decoration: underline;
}

.print-btn a img {
    margin-right: 5px;
}

.print-btn {
    border-left: 1px solid #d0d6dc;
    padding: 0 15px;
}

.write-btn a {
    font-size: 14px;
    line-height: 2;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #f59a1f;
    text-decoration: none;
}

.displaying-heading .blog-pagination ul li .next-btn a {
    color: #6daede;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.product-qa .write-btn a {
    width: 256px;
}

.product-qa .write-btn {
    padding-bottom: 30px;
}

.price-for-all .write-btn {
    text-align: center;
}

.price-for-all .write-btn a {
    width: 209px;
}

.at-share-btn-elements {
    padding-left: 45px;
}

.filter-btn p {
    font-size: 14px;
    color: #5c5c5c;
    margin-bottom: -7px;
    margin-right: 5px;
    font-weight: 500;

}

.filter-btn {
    display: flex;
    align-items: center;
    background: #f4f4f4;
    border: 1px solid #d8d8da;
    box-shadow: 0 0 5px rgb(24 66 66 / 20%);
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

.tap-button.close-text-btn button::before {
    content: "";
    background-image: url(../images/tap-button-close.png);
    z-index: 999;
    left: 144px;
}

.tap-button.close-text-btn {
    transform: rotateY(361deg);
    width: 100%;
}

.category-area {
    padding: 60px 0;
    background: #f9fafb;
}

.category-list ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.category-list ul li {
    width: calc(100% / 5);
}

.category1 {
    text-align: center;
    border: 1px solid #e9e7f2;
    padding: 25px 20px 55px 20px;
    background: #ffffff;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.category1:hover {
    background: #fff;
    box-shadow: 5px 5px 18px rgb(24 66 66 / 20%);
}

.category1 a {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #002d58;
    font-weight: bold;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0px;
}

.category-area .category1 a {
    padding-bottom: 35px;
}

.category-area .category1 a i {
    margin-left: 5px;
    font-weight: bold;
}

.category-img {
    margin-bottom: 10px;
    width: 100%;
    height: 130px;
}

.category-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.megamenu-left .category-name p {
    display: flex;
    justify-content: center;
}

.megamenu-left .category-name p i {
    color: #6995c3;
    padding-left: 5px;
    font-weight: bold;
    font-size: 15px;
}

.category1:hover .category-name a {
    color: #6995c3;
}

.category-list ul li:first-child .category1 {
    border: 0;
}

.category-list ul li:nth-child(2) .category1 {
    border-top: 0;
    border-right: 0;
}

.category-list ul li:nth-child(3) .category1 {
    border-top: 0;
    border-right: 0;
}

.category-list ul li:nth-child(4) .category1 {
    border-top: 0;
    border-right: 0;
}

.category-list ul li:nth-child(5) .category1 {
    border-top: 0;
    border-right: 0;
}

.category-list ul li:nth-child(6) .category1 {
    border-bottom: 0;
    border-left: 0;
}

.category-list ul li:nth-child(7) .category1 {
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
}

.category-list ul li:nth-child(8) .category1 {
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
}

.category-list ul li:nth-child(9) .category1 {
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
}

.category-list ul li:last-child .category1 {
    border: 0;
}

.topcategory1 {
    border: 1px solid #e9e7f2;
    padding: 25px 20px;
    background: #fff;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.category-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.category-title h2 a {
    font-size: 24px;
    color: #002c58;
    font-weight: bold;
}

.topcategory-img {
    width: 175px;
    margin-left: 10px;
    height: 105px;
}

.topcategory-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.category-bottom p {
    font-size: 16px;
    color: #424445;
    margin-bottom: 25px;
}

.category-bottom a {
    background: #f59a1f;
    border-radius: 5px;
    padding: 8px 15px;
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.megamenu-left .category-list ul li:first-child .category1 {
    border-top: 0;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.megamenu-left .category-list ul li:nth-child(2) .category1 {
    border-top: 0;
    border-right: 0;
}

.megamenu-left .category-list ul li:nth-child(3) .category1 {
    border-top: 0;
    border-right: 0;
}

.megamenu-left .category-list ul li:nth-child(4) .category1 {
    border-top: 0;
    border-right: 0;
}

.megamenu-left .category-list ul li:nth-child(5) .category1 {
    border-top: 0;
    border-right: 0;
}

.megamenu-left .category-list ul li:nth-child(6) .category1 {
    border-bottom: 1px solid #e8e8e8;
    border-left: 0;
    border-top: 0;
}

.megamenu-left .category-list ul li:nth-child(7) .category1 {
    border-bottom: 1px solid #e8e8e8;
    border-left: 0;
    border-top: 0;
}

.megamenu-left .category-list ul li:nth-child(8) .category1 {
    border-bottom: 1px solid #e8e8e8;
    border-left: 0;
    border-top: 0;
}

.megamenu-left .category-list ul li:nth-child(9) .category1 {
    border-bottom: 1px solid #e8e8e8;
    border-left: 0;
    border-top: 0;
}

.megamenu-left .category-list ul li:nth-child(10) .category1 {
    border-bottom: 1px solid #e8e8e8;
    border-left: 0;
    border-top: 0;
}

.megamenu-left .category-list ul li:nth-child(11) .category1 {
    border-bottom: 1px solid #e8e8e8;
    border-left: 0;
    border-top: 0;
}

.megamenu-left .category-list ul li:nth-child(12) .category1 {
    border-bottom: 1px solid #e8e8e8;
    border-left: 0;
    border-top: 0;
}

.megamenu-left .category-list ul li:nth-child(13) .category1 {
    border-bottom: 1px solid #e8e8e8;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.megamenu-left .category-list ul li:nth-child(14) .category1 {
    border-bottom: 1px solid #e8e8e8;
    border-top: 0;
}

.megamenu-left .category-list ul li:nth-child(15) .category1 {
    border-bottom: 1px solid #e8e8e8;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.megamenu-left .category-list ul li:last-child .category1 {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-top: 0;
    border-left: 1px solid #e8e8e8;
}

.megamenu-left .category-img {
    height: 100px;
}

.slider-1 {
    position: relative;
}

.who-area .topcategory-img a {
    font-size: 0;
}

.res-bottom-prods .category1 a {
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.res-bottom-prods .category1 a i {
    margin-left: 5px;
    font-weight: bold;
}

.res-bottom-prods .category1 {
    box-shadow: 0 0 5px rgba(24, 66, 66, 0.3);
}

.subcategory-area1 {
    padding: 50px 0 10px 0;
}

.subcategory-area2 {
    padding: 10px 0 50px 0;
}

.category-grid-view ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}

.category-grid-view ul li {
    width: 49%;
    padding-left: 15px;
    position: relative;
    margin-bottom: 20px;
}

.category-grid-view ul li:before {
    position: absolute;
    content: '\f111';
    width: 10px;
    height: 10px;
    font-size: 8px;
    color: #002d58;
    top: 3px;
    left: 0;
    font-family: 'FontAwesome';
}

.category-grid-view ul li p {
    font-size: 14px;
    color: #424445;
    margin-bottom: 0;
}

.category-grid-view ul li p b {
    color: #4b84ad;
}

.subcategory-video-area {
    padding: 50px 0;
}

.subcategory-video-area .popular-blog-head {
    position: relative;
    margin-bottom: 40px;
}

.subcategory-video-area .popular-blog-head:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #c4b8b3;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.category-list-view ul li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.best-seller {
    padding: 60px 0 80px 0;
}

.seller-head {
    text-align: center;
    margin-bottom: 10px;
}

.seller-head h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #002d58;
    font-weight: bold;
}
.seller1 {
    background: #fff;
    padding: 15px 15px 50px 15px;
    position: relative;
    box-shadow: 0 0 5px rgb(24 66 66 / 20%);
}

.seller-img img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.seller-img {
    margin-bottom: 25px;
}

.seller-title {
    margin-bottom: 15px;
}

.seller-title h3 {
    font-size: 16px;
    font-weight: bold;
    color: #002d58;
    margin-bottom: 20px;
}
.customer-logos .slick-slide,
.insight-slider .slick-slide {
    margin: 20px;
}

.customer-logos .slick-slide img,
.insight-slider .slick-slide img {
    width: 100%;
}
.gilson-insight {
    padding: 80px 0;
}

.insight1 {
    background: #fff;
}

.insight-img {
    width: 100%;
    height: 165px;
    position: relative;
    background: #b5bdc4;
    box-shadow: 0 0 5px rgb(24 66 66 / 20%);
}

.insight-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insight-date {
    position: absolute;
    right: 0;
    top: 20%;
    transform: translateY(-20%);
}

.insight-date p {
    color: #fff;
    font-size: 12px;
    background: #002d58;
    padding: 5px 15px;
    border-radius: 5px 0 0 5px;
    margin-bottom: 0;
}

.insight-text {
    padding: 10px 10px 50px 10px;
    position: relative;
}

.insight-text h3 {
    font-size: 16px;
    color: #002c58;
    font-weight: bold;
    line-height: 20px;
}

.insight-text p {
    color: #6c6e70;
    font-size: 16px;
    margin-bottom: 25px;
}

.insight-text a {
    border: 1px solid #6995c3;
    color: #6995c3;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    position: absolute;
    bottom: 15px;
    transition: all 0.4s ease-in-out;
}

.insight1 {
    box-shadow: 0 0 5px rgb(24 66 66 / 20%);
    margin-bottom: 10px;
}

.insight-text a:hover {
    background: #6995c3;
    color: #fff;
}

.more-insight {
    text-align: center;
}

.more-insight a {
    text-align: center;
    background: #f59a1f;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
}

.insight-slider {
    margin-bottom: 20px;
}

.newsletter-insight1-img {
    position: relative;
    width: 100%;
    height: auto;
}

.newsletter-insight1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsletter-insight1-detail {
    padding: 15px;
    text-align: center;
}

.newsletter-insight1-detail h3 {
    font-size: 16px;
    color: #002d58;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 20px;
}

.newsletter-insight1-detail p {
    font-size: 14px;
    color: #002d58;
    background: #e7e7e7;
    border: 1px solid #89bce1;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-block;
}

.newsletter-insight1 {
    box-shadow: 0 0 5px rgba(24, 66, 66, 0.2);
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}

.gilson-gear-area {
    padding: 50px 0;
}

.gear1 {
    background: #fff;
    padding: 20px;
}

.gear-img {
    width: 100%;
    height: 280px;
    margin-bottom: 15px;
}

.gear-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gear-detail {
    text-align: center;
}

.gear-detail h4 {
    font-size: 16px;
    color: #002c58;
    font-weight: bold;
    margin-bottom: 3px;
}

.gear-detail p {
    font-size: 14px;
    color: #72a828;
    font-weight: bold;
    margin-bottom: 10px;
}

.gear-detail a {
    background: #ee8f0f;
    padding: 8px 20px;
    display: block;
    border-radius: 5px;
    display: block;
    color: #fff;
}

.gear1 {
    box-shadow: 0 0 5px rgba(24, 66, 66, 0.2);
    margin-bottom: 30px;
}

.manual1 {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(24, 66, 66, 0.3);
    background: #3d5c8d;
    margin-bottom: 20px;
}

.manual1 img {
    width: 100%;
    height: 205px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.manual1 h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 15px 15px;
    text-align: center;
    border-radius: 0 0 5px 5px;
}

.manual1 h3 i {
    font-size: 20px;
}

.manual1>a {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.gilson-manual-area {
    padding: 50px 0;
}

.manual-item {
    text-align: center;
    margin-bottom: 30px;
}

.manualitem-title {
    padding: 15px 10px;
}

.manualitem-title a {
    font-size: 18px;
    color: #002d58;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.manualitem-title p {
    font-size: 14px;
    color: #002d58;
    background: #e7e7e7;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 0;
}

.manualitem-img {
    width: 100%;
    height: auto;
    border: 1px solid #c4b8b3;
    border-radius: 5px;
    position: relative;
}

.download-manual {
    width: 46px;
    height: 46px;
    background-position: -192px -503px;
    background-repeat: no-repeat;
}

.manualitem-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.manual-item:hover .manualitem-img {
    border: 1px solid #002d58;
}

.manual-item:hover .manualitem-title a {
    text-decoration: underline;
}

.manual-item:hover .download-overlay {
    opacity: 1;
    visibility: visible;
}

.gilson-manual-area .blog-post-top {
    padding-bottom: 50px;
}

.sds-item:hover .manualitem-title a {
    text-decoration: underline;
}

.blog1 {
    display: flex;
}

.blog-img {
    width: 52px;
    height: 100%;
    margin-right: 15px;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-text h3 {
    margin-bottom: 0;
}

.blog-text h3 a {
    font-size: 16px !important;
    color: #446798 !important;
    font-weight: normal !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border-right: 0 !important;
}

.blog-text h3 a:hover {
    background: transparent !important;
    text-decoration: underline;
}

.blog-text p {
    font-size: 15px;
    font-style: italic;
    color: #acacac;
    margin-bottom: 0;
}

.blog-icon {
    width: 47px;
    height: 47px;
    display: inline-block;
    margin-bottom: 10px;
    background-position: -4px -502px;
}

.blog-post-main {
    padding: 50px 0;
}

.blog-post-title h3 {
    font-size: 18px;
    color: #002c58;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.blog-post-right ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}

.blog-post-right ul li {
    width: 49%;
    margin: 0 1%;
}

.blog-post-top {
    padding-bottom: 10px;
    align-items: center;
}

.blog-sec-wrap {
    padding: 20px 0;
}

.blog-sec-title {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.blog-sec-title h4 {
    font-size: 14px;
    font-weight: bold;
    color: #969696;
    text-transform: uppercase;
    background: #fff;
    padding: 10px 15px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.blog-sec-title:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #c4b8b3;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.blog-post1 {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    transition: all 0.2s ease-in-out;
}

.blog-post1:hover {
    border: 1px solid #002d58;
}

.blog-post1-img {
    width: 100%;
    height: 300px;
}

.blog-post1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post1-detail {
    padding: 40px 15px;
    text-align: center;
}

.blog-post1-detail>p a {
    font-size: 20px;
    color: #002d58;
    font-weight: bold;
    line-height: 25px;
}

.blog-post1-detail ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.blog-post1-detail ul li {
    padding: 0 10px;
    border-right: 1px solid #a8a8a8;
    line-height: 15px;
}

.blog-post1-detail ul li:last-child {
    border-right: 0;
}

.blog-post1-detail ul li p {
    font-size: 14px;
    color: #a8a8a8;
    margin-bottom: 0;
}

.blog-post1-detail ul li p a {
    font-size: 14px;
    color: #002d58;
    font-style: italic;
    text-decoration: underline;
}

.blog-post1:hover .blog-post1-detail>p a {
    text-decoration: underline !important;
}

.blog-subscribe {
    background-image: url(../images/subscribe-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 25px;
    height: 100%;
    border-radius: 5px;
}

.blog-sub-head {
    margin-bottom: 35px;
}

.blog-sub-head h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.blog-sub-head p {
    font-size: 14px;
    color: #fff;
}

.blog-sub-form .form-group {
    margin-bottom: 10px;
}

.blog-sub-form p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}

.archieve-post-wrap .blog-post1-img {
    height: 200px;
}

.archieve-post-wrap .blog-post1 {
    background: transparent;
    border: 0;
    margin-bottom: 30px;
}

.archieve-post-wrap .blog-post1:hover {
    border: 0;
}

.archieve-post-wrap .blog-post1-detail {
    padding: 15px 12px;
}

.archieve-post-wrap .blog-post1-detail>p {
    margin-bottom: 10px;
}

.archieve-post-wrap .blog-post1-detail>p a {
    font-size: 18px;
    line-height: 22px;
}

.blog-pagination {
    margin-top: 15px;
}

.blog-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-pagination ul li {
    margin: 0 5px;
}

.blog-pagination ul li p {
    font-size: 14px;
    color: #a6a6a6;
    margin-bottom: 0;
}

.blog-pagination ul li a {
    padding: 8px 10px;
    line-height: 1;
    font-size: 14px;
    color: #000;
}

.blog-pagination ul li.active a {
    background: #fff;
    border: 1px solid #b4b7ba;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 14px;
    color: #597baa;
    display: inline-block;
}

.blog-nav {
    display: flex;
}

.popular-blog {
    background: #fff;
    border-radius: 5px;
    padding: 30px 20px;
    position: relative;
    border: 1px solid #c2c2c2;
}

.popular-blog-head h3 {
    font-size: 14px;
    color: #969696;
    text-transform: uppercase;
    font-weight: bold;
    background: #fff;
    padding: 5px 15px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
}

.popular-blog-title ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.popular-blog-title ul li a {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    color: #484848;
    padding: 8px 20px;
    margin: 10px;
    transition: all 0.4s ease-in-out;
}

.popular-blog-title ul li a:hover {
    background: #eef4fb;
    border: 1px solid #597baa;
    color: #002d58;
}

.popular-blog {
    margin: 60px 0 0 0;
}

.blog-archieve-list ul {
    margin-bottom: 0;
}

.blog-archieve-list h3 {
    font-size: 18px;
    font-weight: bold;
    color: #acacac;
    padding: 0 10px;
}

.blog-archieve-list p {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    margin-bottom: 0;
}

.blog-archieve-list p a {
    font-size: 14px;
    color: #002d58;
    padding: 0 10px;
    border-right: 1px solid #c4c4c4;
    display: inline-block;
    margin: 6px 0;
}

.blog-archieve-list p a:last-child {
    border-right: 0;
}

.blog-arch-list ul li {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.blog-arch-list {
    height: 295px;
    overflow-y: scroll;
}

.blog-inner-main {
    padding: 50px 0;
}

.blog-inner-head {
    background: #f0f0f0;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 25px;
}

.blog-inner-breadcumb ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.blog-inner-breadcumb ul li {
    padding: 0 10px;
    border-right: 1px solid #4b84ad;
    line-height: 1;
}

.blog-inner-breadcumb ul li:last-child {
    padding-right: 0;
    border: 0;
}

.blog-inner-breadcumb ul li:first-child {
    padding-left: 0;
}

.blog-inner-breadcumb ul li a {
    font-size: 12px;
    color: #4b84ad;
    line-height: 1;
    display: inline-block;
}

.blog-inner-breadcumb ul li p {
    color: #939393;
    font-size: 12px;
    margin-bottom: 0;
}

.blog-detail-head h2 {
    font-size: 24px;
    font-weight: bold;
    color: #002d58;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.blog-detail-top {
    display: flex;
    justify-content: space-between;
}

.blog-detail-author p {
    font-size: 14px;
    color: #c0c5c9;
    margin-bottom: 0;
}

.blog-detail-author p a {
    color: #4b84ad;
    text-decoration: underline;
}

.blog-detail-top {
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.blog-detail-social ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.blog-detail-social ul li p {
    font-size: 14px;
    color: #c0c5c9;
    margin-bottom: 0;
}

.blog-detail-social ul li {
    margin: 0 5px;
}

.blog-detail-img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.blog-detail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-detail-quote {
    background: #eee;
    border-left: 2px solid #002d58;
    padding: 20px;
    margin-bottom: 25px;
}

.blog-detail-quote h3 {
    font-size: 24px;
    color: #424445;
    margin-bottom: 8px;
    font-style: italic;
}

.blog-detail-quote p {
    font-size: 14px;
    color: #a6a6a6;
    margin-bottom: 0;
}

.blog-detail-1 {
    padding: 20px 0 20px 0;
}

.blog-detail-para p {
    font-size: 14px;
    color: #424445;
}

.blog-detail-para p a {
    color: #286fbb;
}

.blog-detail-para h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog-detail-para ul {
    margin-bottom: 20px;
}

.blog-detail-para ul li {
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    color: #424445;
    padding-top: 5px;
    padding-bottom: 5px;
}

.blog-detail-para ul li:before {
    position: absolute;
    content: '\f111';
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 8px;
    color: #002d58;
    font-family: 'FontAwesome';
    left: 0;
}

.blog-detail-para ul li a {
    color: #4b84ad;
    font-size: 16px;
    font-weight: bold;
}

.blog-inner-tags .popular-blog {
    margin: 0;
    border: 0;
    background: transparent;
    border-top: 1px solid #c2c2c2;
    padding: 20px 0;
    margin-bottom: 30px;
}

.blog-inner-subscribe .blog-subscribe {
    background-image: url(../images/newsletter-bg.png);
}

.blog-inner-subscribe .form-control {
    border-radius: 5px 0 0 5px;
}

.blog-inner-subscribe .blog-sub-head,
.blog-inner-subscribe .blog-sub-head p {
    margin-bottom: 0;
}

.blog-inner-subscribe {
    padding-bottom: 25px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 25px;
}
.blog-author-right h4 {
    font-size: 14px;
    font-weight: bold;
    color: #848484;
}

.blog-author-right h2 {
    font-size: 24px;
    font-weight: bold;
    color: #002c58;
}

.blog-author-right ul {
    display: inline-flex;
    background: #002c58;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
}

.blog-author-right ul li {
    border-right: 1px solid #cfcfcf;
}

.blog-author-right ul li p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 20px;
    display: block;
}

.blog-author-right ul li:last-child {
    border-right: 0;
}

.blog-author-right p {
    font-size: 14px;
    color: #424445;
}

.blog-inner-author {
    display: flex;
    background: #eee;
    border-radius: 5px;
    padding: 30px;
    margin: 30px 0 0 0;
}

.blog-author-img {
    margin-right: 30px;
}

.blog-author-right {
    padding-right: 30px;
}

.blog-comment-section {
    padding: 20px 0;
}

.blog-comment-head {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}

.blog-com-title p {
    font-size: 14px;
    font-weight: bold;
    color: #969696;
    margin-bottom: 0;
}

.blog-com-title p em {
    color: #161616;
    font-style: normal;
}

.blog-comment-section .blog-sec-title {
    margin-bottom: 10px;
}

.blog-comm-main {
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 30px;
    margin-bottom: 25px;
    display: flex;
}

.blog-comm-img {
    margin-right: 30px;
    width: 115px;
    height: 115px;
}

.blog-comm-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
}

.blog-comm-right h3 {
    font-size: 16px;
    color: #4b84ad;
    font-weight: bold;
}

.blog-comm-right h4 {
    line-height: 1;
}

.blog-comm-right h4 em {
    font-size: 14px;
    color: #949494;
    display: block;
}

.blog-comm-right p {
    font-size: 14px;
    color: #424445;
}

.blog-reply-bottom p {
    margin-bottom: 0;
}

.blog-reply-bottom p a {
    font-size: 14px;
    color: #4b84ad;
    font-weight: bold;
    text-decoration: underline;
}

.blog-reply-bottom p em {
    font-size: 14px;
    color: #969696;
}

.blog-reply-bottom {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.blog-comment1-reply {
    margin-left: 60px;
}

.blog-comment-wrapper ul {
    margin-bottom: 0;
}

.blog-comment-form {
    background: #f8f8f8;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    margin: 35px 0;
}

.blog-form-head h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #002d58;
    font-weight: bold;
    margin-bottom: 8px;
}

.blog-form-head p {
    font-size: 14px;
    color: #323232;
}

.blog-form-head {
    margin-bottom: 20px;
    text-align: center;
}

.blog-comment-form {
    padding: 30px 100px;
}

.blog-arch-list ul {
    margin-bottom: 0;
}

.blog-arch-list ul li:last-child {
    border-bottom: 0;
}

.view-more-blog {
    text-align: center;
    margin-bottom: 50px;
}

.view-more-blog h3 {
    font-size: 16px;
    color: #777;
    margin-bottom: 10px;
}

.view-more-blog p {
    margin-bottom: 0;
}

.view-more-blog p a {
    background: #f59a1f;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    display: inline-block;
}

.astm-head-pagination .blog-pagination ul li {
    margin: 0 3px;
}

.astm-head-pagination .blog-pagination ul li a {
    padding: 5px 8px;
}

.astm-head-pagination .blog-pagination {
    margin-top: 0;
}

.astm-head-pagination .blog-pagination ul {
    margin-bottom: 0;
    justify-content: flex-start;
}

.opening-wrap .blog-arch-list ul li {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.opening-wrap .blog-arch-list {
    height: 180px;
    overflow-y: scroll;
    width: 560px;
}

.displaying-heading .blog-pagination {
    margin-top: 0;
}

.displaying-heading .blog-pagination ul li {
    position: relative;
}

.displaying-heading .blog-pagination ul li:first-child::before {
    content: "";
    border-right: 2px solid #ddd;
    width: 2px;
    height: 85%;
    position: absolute;
    top: 1px;
    right: -9px;
}

.astm-sieves-area {
    padding: 50px 0;
}

.astm-filter-area>ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    background: #f4f4f4;
    border: 1px solid #d8d8da;
    box-shadow: 0 0 5px rgba(24, 66, 66, 0.2);
    padding: 10px 15px;
    border-radius: 5px;
}

.astm-filter-option p {
    background: #fff;
    padding: 5px 12px;
    border: 1px solid #94a8c5;
    border-radius: 5px;
    margin-bottom: 0;
    font-size: 14px;
    color: #597baa;
    cursor: pointer;
}

.astm-filter-option p i {
    color: #1b1b1b;
    font-size: 16px;
    font-weight: bold;
    margin-left: 5px;
}

.astm-filter-area>ul>li em {
    font-size: 14px;
    color: #002c58;
    opacity: 0.6;
    font-style: normal;
}

.astm-filter-area>ul>li:first-child {
    margin-left: 0;
}

.astm-filter-area>ul>li {
    margin: 0 5px;
    display: flex;
    align-items: center;
}

.astm-added-filter {
    margin: 0 0 0 10px;
}

.astm-added-filter p {
    background: #597baa;
    border: 1px solid #597baa;
    border-radius: 5px;
    padding: 5px 12px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 160px;
    flex-wrap: wrap;
    position: relative;
    max-width: 250px;
}

.astm-added-filter p span {
    font-style: normal;
    padding: 0 5px;
    color: #fff !important;
}

.astm-added-filter p span:last-child {
    border-right: 0;
}

.astm-added-filter p i {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    cursor: pointer;
}

.astm-filter-dropdown {
    background: #fff;
    padding: 10px;
    border: 1px solid #c4c4c4;
    max-width: 380px;
    width: 100%;
    position: absolute;
    z-index: 9;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(24, 66, 66, 0.2);
    display: none;
}

.astm-filter-dropdown ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.astm-filter-dropdown ul li {
    margin: 5px;
}

.astm-filter-dropdown ul li p {
    font-size: 14px;
    color: #888;
    display: inline-block;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 6px 12px;
    cursor: pointer;
}

.astm-filter-arrow {
    position: absolute;
    top: -18px;
    left: 60px;
}

.astm-filter-dropdown ul li p:hover {
    background: #eef4fb;
    color: #002d58;
    border: 1px solid #002d58;
}

.astm-filter-dropdown ul li.active p {
    background: #eef4fb;
    color: #002d58;
    border: 1px solid #002d58;
}

.astm-filter-area {
    margin-bottom: 40px;
}

.astm-head-select .input-check1 {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.astm-head-select label {
    font-size: 14px;
    color: #002c58;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    line-height: 1;
}

.astm-cart-amt p,
.astm-cart-title p {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px 12px;
    display: inline-block;
}

.astm-head-cart {
    background: #f39920;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.astm-cart-amt {
    border-right: 1px solid #fff;
}

.astm-head-left {
    display: flex;
    align-items: center;
}

.astm-head-select {
    margin-right: 15px;
}

.view-option li p {
    font-size: 14px;
    color: #a6a6a6;
    margin-bottom: 0;
}

.astm-view-top .view-option,
.astm-view-bottom .view-option {
    margin-bottom: 0;
}

.astm-view-top .view-option ul,
.astm-view-bottom .view-option ul {
    align-items: center;
}

.astm-page-item ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.astm-page-item ul li {
    margin-right: 5px;
}

.astm-page-item ul li p {
    font-size: 14px;
    color: #a6a6a6;
    margin-bottom: 0;
}

.astm-page-number .form-control {
    height: 35px;
    width: 50px;
    padding: 0px;
}

.astm-head-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.astm-view-top,
.astm-view-bottom,
.astm-page-item,
.astm-head-pagination,
.cut-view-top {
    margin: 0 10px;
}

.astm-products-head {
    margin-bottom: 30px;
}

.astm-prod-head h3 {
    font-size: 16px;
    font-weight: bold;
    color: #002d58;
    margin-bottom: 10px;
}

.astm-prod-head p {
    color: #a6a6a6;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.astm-prod-head p i {
    color: #4c4c4c;
    font-size: 14px;
    font-style: normal;
}

.astm-prod1 {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 15px 15px;
    position: relative;
    box-shadow: 0 0 5px rgba(24, 66, 66, 0.2);
    margin-bottom: 30px;
}

.astm-prod1:hover {
    border: 1px solid #f6a73d;
    box-shadow: 0 0 5px #f6a73d;
}

.astm-prod-top {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px 15px;
    align-items: center;
}

.astm-prod-text p {
    font-size: 14px;
    color: #597baa;
    padding: 5px 8px;
    border: 1px solid #597baa;
    border-radius: 5px;
    margin-bottom: 0;
}

.astm-prod-check .form-check1 {
    width: 20px;
    height: 20px;
    margin-bottom: 0 !important;
}

.astm-prod-img {
    width: 100%;
    height: 200px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 5px;
}

.astm-prod-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.astm-prod-price p {
    font-size: 15px;
    color: #88c633;
    margin-bottom: 0;
    font-weight: bold;
}

.astm-prod-bottom {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.astm-prod-counter {
    margin-right: 10px;
}

.astm-banner {
    background: url(../images/astm-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.astm-banner h3 {
    font-weight: bold;
    color: #002d58;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0;
}

.astm-sieves-area .concrete-test-text p {
    margin-bottom: 15px;
}

.astm-prod1-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.astm-prod1-list .astm-prod-text {
    display: none;
}

.astm-prod1-list .astm-prod-img {
    width: 14%;
    margin-right: 1%;
    margin-bottom: 0;
}

.astm-prod1-list .astm-prod-detail {
    width: 84%;
    margin-left: 1%;
}

.astm-prod1-list .astm-prod-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.astm-prod1-list .astm-prod-head p {
    margin-bottom: 0;
}

.astm-prod1-list .astm-prod-detail .astm-prod-head {
    width: 49%;
    margin-right: 1%;
}

.astm-prod1-list .astm-prod-bottom {
    justify-content: flex-end;
}

.cut-order-top .astm-head-view {
    margin-left: 0;
}

.all-stainless-wrap .astm-page-number {
    margin: 0;
}

.all-stainless-wrap .astm-page-number .form-control {
    height: 35px;
    width: 100%;
    padding: 0px;
    border: 1px solid #d1d1d3;
    color: #000000;
}

.all-stainless-wrap .astm-page-item {
    margin: 0;
    padding-bottom: 10px;
}

.all-stainless-wrap .astm-page-item h5 {
    color: #b2b2b2;
    margin-bottom: 0;
    padding-left: 5px;
    font-size: 22px;
}

.all-stainless-wrap .astm-filter-dropdown {
    position: relative;
    display: block !important;
    max-width: 570px;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.all-stainless-wrap .astm-filter-option p {
    font-size: 14px;
    color: #989898;
    border: 0;
    cursor: none;
    border: 1px solid transparent;
    padding: 0;
}

.all-stainless-wrap .astm-filter-dropdown ul li p {
    padding: 6px 5px;
    border: 1px solid #d1d1d3;
    cursor: pointer;
}

.all-stainless-wrap .astm-filter-dropdown ul li:first-child {
    margin-left: 0;
}

.all-stainless-wrap .astm-filter-dropdown ul li:last-child {
    margin-left: 0;
}

.all-stainless-wrap .astm-filter-dropdown ul li.active p {
    background: #eef4fb;
    color: #002d58;
    border: 1px solid #002d58;
}

.opening-wrap .astm-filter-dropdown ul li p {
    margin-bottom: 5px;
}

.opening-wrap .all-stainless-wrap .astm-filter-dropdown {
    max-width: 100%;
}

.accessories-wrap .astm-prod-check {
    visibility: hidden;
}

.displaying-heading .astm-page-number .form-control {
    width: 100%;
    padding: 0 6px;
}

.accessories-wrap .frequently-bought .astm-prod-check {
    visibility: visible;
    padding-right: 8px;
}

.frequently-bought .astm-prod-head {
    display: flex;
}

.frequently-bought .astm-prod-text p {
    font-size: 12px;
    color: #878787;
    font-weight: bold;
    background-color: #ffffff;
    border: 1px solid #dadada;
    display: none;
}

.frequently-bought .astm-prod1.active .astm-prod-text p {
    display: block;
}

.frequently-bought .astm-prod-img {
    display: flex;
    align-items: center;
}

.frequently-bought .astm-prod-img p {
    font-size: 48px;
    color: #002c58;
    font-weight: bold;
    font-family: "Lato";
    text-align: center;
}

.frequently-bought .astm-prod-head h3 {
    text-align: left;
    font-size: 16px;
}

.frequently-bought .astm-prod1 {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 15px 15px;
    position: relative;
    box-shadow: unset;
    margin-bottom: 30px;
}

.frequently-bought .astm-products-area {
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    padding: 20px;
}

.frequently-bought .astm-prod1.active {
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #cfcfcf;
}

.frequently-bought .astm-prod1.active .astm-prod-img p {
    display: none;
}

.all-stainless-wrap .astm-filter-dropdown ul li:last-child {
    display: none;
}

.cut-order-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cut-order-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cut-prod1 {
    background: #fff;
    border: 1px solid #d4d4d4;
    box-shadow: 0 0 5px rgba(24, 66, 66, 0.2);
    border-radius: 5px;
    margin-bottom: 30px;
}

.cut-prod-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.cut-prod-text {
    padding: 25px 20px;
}

.cut-prod-top h3 {
    font-size: 18px;
    color: #002d58;
    font-weight: bold;
}

.cut-prod-top {
    text-align: center;
}

.cut-prod-top p {
    font-size: 14px;
    color: #545454;
    margin-bottom: 5px;
}

.cut-prod-bottom ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.cut-prod-qty label {
    font-size: 14px;
    color: #545454;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.cut-prod-qty label input {
    margin-left: 10px;
}

.cut-prod-measure p {
    font-size: 14px;
    color: #545454;
    margin-bottom: 0;
}

.cut-prod-measure p b {
    color: #000;
}

.cut-prod-bottom ul li {
    padding: 0 15px;
    border-right: 1px solid #e6e6e6;
}

.cut-prod-bottom ul li:last-child {
    border-right: 0;
}

.cut-prod-bottom h3 {
    font-size: 16px;
    color: #9da0a4;
    text-align: center;
    margin-bottom: 12px;
}

.cut-prod-bottom h3 b {
    color: #2d2d2d;
}

.cut-order-banner {
    background: url(../images/cut-order-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.cut-order-banner h3 {
    font-weight: bold;
    color: #002d58;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 0;
}

.cut-view-top .view-option,
.cut-view-bottom .view-option {
    margin-bottom: 0;
}

.cut-view-top .view-option ul,
.cut-view-bottom .view-option ul {
    align-items: center;
}

.cut-prod1-list {
    display: flex;
    justify-content: space-between;
}

.cut-prod1-list .cut-prod-img {
    width: 19%;
    margin-right: 1%;
}

.cut-prod1-list .cut-prod-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cut-prod1-list .cut-prod-text {
    width: 79%;
    margin-left: 1%;
    display: flex;
    justify-content: space-between;
}

.cut-prod1-list .cut-prod-top {
    text-align: left;
}

.cut-prod1-list .cut-prod-top h3 {
    margin-bottom: 5px;
}

.cut-prod1-list .dimension-form {
    margin-top: 20px;
}

.cut-prod1-list .dimension-form ul {
    padding: 8px 10px;
}

.cut-prod1-list .cut-prod-bottom ul {
    justify-content: flex-end;
}

.cut-prod1-list .cut-prod-bottom ul li:last-child {
    padding-right: 0;
}

.cut-prod1-list .cut-prod-bottom h3 {
    text-align: right;
}

.cut-prod1-list .dimension-input {
    width: 30px;
    height: 30px;
}

.product-grid-area {
    padding: 50px 0;
}

.product-grid1 {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #c4b8b3;
    margin-bottom: 30px;
}

.product-grid-img {
    padding: 20px;
    position: relative;
}

.product-grid-img img {
    width: 100%;
    height: 340px;
    object-fit: contain;
}

.product-grid-text {
    text-align: center;
    padding: 20px;
    border-top: 1px solid #c4b8b3;
}

.product-grid-text h2 {
    font-size: 18px;
    font-weight: bold;
    color: #002d58;
    margin-bottom: 5px;
}

.product-grid-text p {
    font-size: 16px;
    color: #9da0a4;
    margin-bottom: 0;
}

.product-grid-text p em {
    color: #72a828;
    font-weight: bold;
    font-style: normal;
}

.product-grid-overlay {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    background: rgb(251 251 251 / 90%);
    border-radius: 5px 5px 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.product-grid-detail h3 em {
    font-size: 14px;
    color: #929292;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 3px;
}

.product-grid-detail h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #242424;
}

.product-grid-detail p {
    font-size: 14px;
    text-align: center;
    color: #666;
    margin-bottom: 10px;
}

.product-grid-detail ul {
    margin-bottom: 15px;
}

.product-grid-detail ul li {
    font-size: 14px;
    font-weight: normal;
    color: #002c58;
    position: relative;
    padding-left: 20px;
    margin-bottom: 3px;
}

.product-grid-detail ul li:before {
    position: absolute;
    content: '\f058';
    width: 20px;
    height: 20px;
    color: #88c633;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
}

.product-grid-detail a {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #f59a1f;
    padding: 7px 25px;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    width: 155px;
}

.product-grid1:hover .product-grid-overlay {
    opacity: 1;
    visibility: visible;
}

.product-grid-banner {
    background-image: url(../images/product-grid-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 80px 30px;
    margin-bottom: 30px;
}

.product-grid-banner h3 {
    font-size: 24px;
    color: #002c58;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.product-grid-middle {
    padding: 0 0 20px 0;
}

.product-chart-text p {
    font-size: 14px;
    color: #424445;
}

.product-chart-text p a {
    color: #597aa8;
    text-decoration: underline;
}

.product-chart-right {
    position: relative;
}

.product-chart-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-grid-bottom {
    padding: 20px 0 30px 0;
}

.product-grid-last {
    padding: 20px 0;
}

.prod-view-list .product-grid-img {
    width: 19%;
    margin-right: 1%;
    border-right: 1px solid #d9d1ce;
}

.prod-view-list .product-grid-text {
    width: 79%;
    margin-left: 1%;
    border-top: 0;
    text-align: inherit;
}

.prod-view-list .product-grid-overlay {
    display: none;
}

.prod-view-list .product-grid-img img {
    height: 280px;
}

.prod-view-list .product-grid-text .prod-view-1 {
    display: none;
}

.prod-view-list .product-grid-text .prod-view-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.prod-view-list .product-grid-text .prod-view-2 .prod-view2-left {
    width: 59%;
    margin-right: 1%;
}

.prod-view-list .product-grid-text .prod-view-2 .prod-view2-right {
    width: 39%;
    margin-left: 1%;
}

.prod-view-list .product-grid-detail p {
    text-align: left;
}

.product-grid-price {
    margin-top: 30px;
}

.prod-view-list .product-grid-text .product-grid-price p {
    font-size: 16px;
    color: #9da0a4;
    margin-bottom: 10px;
    text-align: center;
}

.product-items-delivery p {
    font-size: 14px;
    color: #002d58;
    margin-bottom: 0;
}

.product-items-delivery p b {
    color: #000;
}

.product-items-delivery p i {
    color: #597aa8;
    font-size: 20px;
}

.product-image-carousels {
    display: flex;
    justify-content: center;
}

.product-thumbnail .slick-sr-only {
    font-size: 0;
}
.product-thumbnail .slick-prev:before {
    content: '\f106';
}

.product-thumbnail .slick-next:before {
    content: "\f107";
}

.product-thumbnail .thumbnails-slider button {
    background: transparent;
}

.product-slide {
    padding: 0 15px;
}

.product .qc-features-list li {
    font-weight: bold;
}

.product .qc-features-list {
    background-color: #f8f8f8;
}

.product .qc-features-list li:last-child {
    background-color: #fff;
    border: 0;
}

.product .qc-features-list li a {
    font-size: 14px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #3b6db2;
    border: 1px solid #597baa;
    padding: 10px 15px;
}

.qc-products-columns li:last-child .top-info {
    border-radius: 0 5px 0 0;
}

.qc-products-columns li:last-child .qc-features-list li:nth-last-child(2) {
    border-radius: 0 0 5px 0;
}

.qc-products-columns {
    display: flex;
}

.qc-products-columns li {
    flex: 1;
}

.qc-products-wrapper {
    flex: 1
}

.product-img {
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-r-heading h2 {
    font-size: 18px;
    color: #002c58;
    font-weight: bold;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.product-reviews-top .side {
    font-size: 14px;
    color: #303030;
    font-weight: 600;
}


.product-reviews-top {
    padding-bottom: 20px;
}

.product-reviews {
    background-color: #f9f9f9;
    border: 1px solid #d1d1d3;
    padding: 50px 0;
}

.product-qa {
    padding: 50px 0;
}

.prod-view-list .product-grid-img.changes {
    width: auto;
    margin-right: 0;
    border-right: 0px solid #d9d1ce;
}

.product-grid-overlay {
    opacity: 1;
    display: none;
    visibility: visible;
}

.product-grid-img {
    position: relative;
}

.product-grid-img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card.card-text-show .product-grid-img {
    transform: rotateY(180deg);
}

.product-grid-overlay {
    transform: rotateY(180deg);
}

.flip-card.card-text-show .product-grid-overlay {
    display: block;
}

.product-grid1.prod-view-list .tap-button {
    display: none;
}

.tabs-wrap .product-image-carousels {
    display: flex;
    justify-content: left;
    align-items: center;
}

.product-hover {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.cart3-checkout {
    text-align: center;
}

.cart3-checkout ul li p {
    position: relative;
    margin-bottom: 0;
    margin: 5px 0;
}

.cart3-checkout ul li p em {
    font-size: 14px;
    color: #969696;
    font-weight: bold;
    background: #fff;
    padding: 2px 8px;
    font-style: normal;
    position: relative;
}

.cart3-checkout ul li p:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #dfdfdf;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    z-index: 0;
}

.secure-checkout a {
    background: #fff;
    padding: 8px 15px;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #002d58;
    display: inline-flex;
    align-items: center;
}

.checkout-header {
    padding: 15px 0;
    background: #fff;
}

.checkout-progress {
    text-align: center;
}

.checkout-main-page {
    background: #f6f7f8;
}

.checkout-ship-head h3 {
    font-size: 18px;
    font-weight: bold;
    color: #002c58;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.shipping-checkout-cancel a {
    font-size: 16px;
    color: rgba(0, 44, 88, 0.6);
    border: 1px solid rgba(0, 44, 88, 0.6);
    padding: 12px 15px;
    border-radius: 5px;
    display: block;
    text-align: center;
}

.checkout-shipping-form {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(22, 66, 66, 0.2);
}

.checkout-body-shipping {
    padding: 20px;
}

.checkout-copyright {
    background: rgb(233, 234, 235);
    background: linear-gradient(185deg, rgba(233, 234, 235, 1) 0%, rgba(246, 247, 248, 1) 100%);
    padding: 20px 0;
}

.checkout-main-page .form-control {
    border: 1px solid #b4b4b4;
    font-size: 14px;
    color: #383838;
    font-weight: bold;
}

.checkout-main-page .form-control::placeholder {
    font-weight: normal;
}

.checkout-ship-success i {
    font-size: 25px;
    font-weight: normal;
    color: #8fc93e;
}

.checkout-ship-detail h3 {
    font-size: 14px;
    font-weight: bold;
    color: #002d58;
}

.checkout-ship-detail h2 {
    font-size: 14px;
    font-weight: 400;
    color: #383838;
    margin-bottom: 20px;
}

.checkout-ship-detail p {
    font-size: 14px;
    font-weight: normal;
    color: #002d58;
    margin-bottom: 0;
}

.checkout-ship-address a {
    font-size: 13px;
    color: #6daede;
    text-decoration: underline;
}

.checkout-shipping-address {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 5px rgba(22, 66, 66, 0.2);
    padding: 20px;
    border-radius: 5px;
}

.checkout-ship-address {
    text-align: right;
}

.checkout-ship-success {
    padding: 20px;
}

.checkout-ship-detail {
    margin-right: 35px;
}

.checkout-shipping-table {
    background: #fff;
    border: 1px solid #d6d6d8;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(22, 66, 66, 0.2);
    margin-bottom: 25px;
}

.checkout-prod-item {
    background: #f9f9f9;
    padding: 15px;
}

.checkout-item-name h3 {
    font-size: 12px;
    color: #242424;
    margin-bottom: 5px;
}

.checkout-item-name p {
    font-size: 12px;
    color: #88c633;
    font-weight: bold;
    margin-bottom: 0;
}

.checkout-table-head {
    display: flex;
    justify-content: space-between;
}

.checkout-table-img {
    width: 55px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    margin-right: 10px;
}

.checkout-table-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.checkout-table-name {
    display: flex;
}

.checkout-prod-item .table tr th {
    font-size: 14px;
    color: #9c9c9c;
    margin-bottom: 0;
    font-weight: normal;
    padding: 15px;
    border: 0;
}

.checkout-prod-item .table tr td {
    padding: 15px;
}

.checkout-prod-qty p {
    font-size: 12px;
    color: #242424;
    margin-bottom: 0;
}

.checkout-prod-total p {
    font-size: 12px;
    color: #242424;
    margin-bottom: 0;
    font-weight: bold;
}

.checkout-prod-list {
    padding: 30px;
}

.checkout-prod-list ul {
    margin-bottom: 0;
}

.checkout-prod-list ul li {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.checkout-prod-list ul li:last-child {
    border-bottom: 0;
}

.checkout-payment-bottom p {
    font-size: 12px;
    color: #002d58;
    margin-bottom: 0;
}

.checkout-payment-bottom p i {
    font-size: 12px;
    color: #9b9b9b;
    font-style: normal;
}

.checkout-payment-wrap {
    background: #fff;
    border: 1px solid #d3d3d3;
    box-shadow: 0 0 5px rgba(22, 66, 66, 0.2);
    padding: 20px;
    border-radius: 5px;
}
.checkout-ship-detail {
    margin-right: 5px;
}

.checkout-payment-top1 {
    display: flex;
    justify-content: space-between;
}

.checkout-payment-wrap .checkout-ship-address {
    margin-top: -30px;
}
.radio-wrapper {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}


.radio-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


.radio-checkmark {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
}


.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.radio-wrapper input:checked~.radio-checkmark:after {
    display: block;
}


.radio-wrapper .radio-checkmark:after {
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
}

.custom-radio p {
    margin-bottom: 0;
    margin-right: 10px;
}

.custom-radio .radio-wrapper {
    margin-bottom: 0;
    margin-right: 10px;
}

.select-patment-wrap input[type="radio"] {
    margin-right: 5px
}
.quantity {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
}

.quantity__minus,
.quantity__plus {
    display: block;
    width: 25px;
    height: 35px;
    margin: 0;
    background: #f7f7f7;
    text-decoration: none;
    text-align: center;
    line-height: 32px;
    color: #828282;
    border: 1px solid #e0e0e0;
}

.quantity__minus:hover,
.quantity__plus:hover {
    background: #e6e6e6;
    color: #828282;
}

.quantity__minus {
    border-radius: 5px 0 0 5px;
}

.quantity__plus {
    border-radius: 0 5px 5px 0;
}

.quantity__input {
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    ;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background: #fff;
    color: #090909;
    font-size: 15px;
    -webkit-border-radius: 0px;
    -webkit-box-shadow: 0 0 0;
    margin: 0 3px
}

.dimension-form ul {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #efefef;
    border-radius: 5px;
    padding: 10px;
}

.dimension-form ul li {
    font-size: 14px;
    color: #545454;
    margin: 0 5px;
}

.dimension-input {
    border: 1px solid #c4b8b3;
    border-radius: 3px;
    background: #fff;
    width: 35px;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.dimension-input:focus {
    outline: 0;
}

.filter-modal button {
    background: transparent;
    border: 0;
    padding: 0;
}

.filter-modal h5 {
    font-size: 14px;
    color: #5c5c5c;
    font-weight: 500;
}

.filter-modal .modal-content {
    border-radius: 0;
    border: 1px solid #c4c4c4;
    border-right: 0;
}

.filter-modal .modal-header {
    background-color: #f0f0f0;
    border-bottom: 1px solid #c4c4c4;
}



.filter-modal .modal-dialog {
    margin-right: 0;
}

.aply-filters {
    text-align: center;
    padding: 15px;
}

.aply-filters button {
    border-radius: 5px;
    background-color: #f59a1f;
    width: 279px;
    height: 38px;
    font-size: 16px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: bold;
}

.filter-modal {
    display: none;
}

.tabs-wrap {
    padding: 20px;
}

.tabs-wrap .modal {
    z-index: 999999;
}

.tabs-wrap .nav-pills {
    margin: 0 -5px;
    padding-bottom: 25px;
}

.tabs-wrap .nav-item {
    padding: 0 5px;
}

.tabs-wrap .nav-pills .nav-link {
    font-size: 14px;
    color: #002c58;
    font-weight: bold;
    border: 1px solid #002c58;
}

.tabs-wrap .nav-pills .nav-link.active,
.tabs-wrap .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #002c58;
}

.tabs-wrap .nav-pills .navs-links {
    font-size: 14px;
    color: #002c58;
    font-weight: bold;
    border: 1px solid #002c58;
    padding: .6rem 1rem;
    border-radius: .25rem;
}

.tabs-wrap .nav-pills .navs-links.active,
.tabs-wrap .nav-pills .show>.navs-links {
    color: #fff;
    background-color: #002c58;
    padding: .6rem 1rem;
    border-radius: .25rem;
}

.tabs-wrap .main-image-slider {
    flex: 0 0 90%;
    max-width: 90%;
}

.tabs-wrap .main-image-slider {
    border: 0;
}

.tabs-wrap .main-image-slider .slick-prev:before {
    content: '\f104';
}

.tabs-wrap .main-image-slider .slick-next:before {
    content: "\f105";
}

.video-tabs {
    display: flex;
}

.video-tabs .nav-pills .nav-link {
    border: 0;
}

.video-tabs .tab-content {
    flex: 0 0 60%;
    max-width: 60%;
}

.video-tabs .nav-pills {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 215px;
}

.video-play iframe {
    height: 520px;
    width: 100%;
}

.video-tabs .nav-pills .nav-link.active,
.video-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f59a1f;
    display: inline-block;
}

.video-tabs .nav-pills .nav-links.active,
.video-tabs .nav-pills .show>.nav-links {
    color: #fff;
    background-color: #f59a1f;
    display: inline-block;
    border-radius: .25rem;
    padding: .6rem 1rem;
}

.video-tabs .nav-pills .nav-links {
    border: 0;
    font-size: 14px;
    color: #002c58;
    font-weight: bold;
    border-radius: .25rem;
    padding: .6rem 1rem;
}





