/** Shopify CDN: Minification failed

Line 1132:29 Expected identifier but found bad string token
Line 1132:31 Unterminated string token

**/
/* @font-face {
  font-family: "copyrnotlicensedfordesktopuse";
  src: url("/cdn/shop/files/tiemposheadline-regular-webfont.woff2?v=1735025106")
      format("woff2"),
    url("/cdn/shop/files/tiemposheadline-regular-webfont.woff?v=1735025106")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tiempos_headline_mediumRg";
  src: url("/cdn/shop/files/tiemposheadline-medium-webfont.woff2?v=1735025106")
      format("woff2"),
    url("/cdn/shop/files/tiemposheadline-medium-webfont.woff?v=1735025107")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "monument_groteskbold";
  src: url("/cdn/shop/files/monumentgrotesk-bold-webfont.woff2?v=1735025464")
      format("woff2"),
    url("/cdn/shop/files/monumentgrotesk-bold-webfont.woff?v=1735025464")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "monument_groteskmedium";
  src: url("/cdn/shop/files/monumentgrotesk-medium-webfont.woff2?v=1735025464")
      format("woff2"),
    url("/cdn/shop/files/monumentgrotesk-medium-webfont.woff?v=1735025464")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "monument_groteskregular";
  src: url("/cdn/shop/files/monumentgrotesk-regular-webfont.woff2?v=1735025464")
      format("woff2"),
    url("/cdn/shop/files/monumentgrotesk-regular-webfont.woff?v=1735025464")
      format("woff");
  font-weight: normal;
  font-style: normal;
} */



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
font-family: "area-normal", sans-serif !important;
}
/* main_header */

.page-rock-paper-co .grid:last-child {
    margin-bottom: 80px !important;
}

.header-wrapper{
  background: #2c2c30;
}







.outer_img_bg_liner {
  display: flex;
  align-items: center;
}
.rock-announcement-grid ul.list-unstyled {
  display: flex;
  justify-content: flex-end;
}
.rock-announcement {
  background: #2c2c30;
  padding: 10px 0;
}
.rock-social svg.icon {
  color: #ffffff;
}
.rock-social .list-social__link {
  padding: 0;
}
.rock-social li.list-social__item {
  padding-left: 10px;
}
header.header {
  padding: 0 10px !important;
}
.header--middle-left {
  display: flex;
}
.header--middle-left a.header__heading-link {
  padding: 0;
  width: 13%;
  margin-left: 0;
}
.header--middle-left nav.header__inline-menu {
  width: 65%;
}
.header--middle-left .call-us-btn {
  width: 23%;
  justify-content: flex-end;
  display: flex;
}
.btn-section .all_btn {
  transition: 0.3s;
}
.btn-section .all_btn:hover {
  background: black !important;
  transition: 0.3s;
  border-color: black !important;
}
.btn-section .all_btn:before {
  background: black;
  transition: 0.3s;
  border-color: black;
}
.btn-section .all_btn svg path {
  fill: black;
}
.btn-section .all_btn:hover svg path {
  fill: #fff;
}
.call-us-btn .all_btn {
    display: flex;
    align-items: end;
    background: #fff;
    font-size: 16px;
    color: #000;
    border-radius: 33px;
    font-weight: 600;
    padding: 13px 25px 11px;
    letter-spacing: 0.5px !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    line-height: normal;
}
.call-us-btn .all_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  width: 0%;
  height: 100%;
  background: #000;
  border-radius: 33px;
  z-index: -1;
  border: 1px solid #fff;
}

.call-us-btn .all_btn:hover span {
  color: #fff;
  transition: 0.3s;
}
.call-us-btn .all_btn:hover:before {
  width: 100%;
  transition: 0.3s;
}
.call-us-btn .all_btn span {
  font-weight: 500;
  color: #000;
  margin-left: 10px;
  transition: 0.3s;
}
.call-us-btn .all_btn svg {
  margin-right: 8px;
  margin-left: 0;
}
.header--middle-left nav.header__inline-menu ul {
  width: 100%;
  text-align: center;
  justify-content: center;
}
/* .header--middle-left nav.header__inline-menu > ul > li {
  margin: 0 10px;
} */
.header--middle-left nav.header__inline-menu > ul > li:nth-child(1){
  margin-left: 0;
}
.header--middle-left nav.header__inline-menu > ul > li:nth-last-child(1){
  margin-right: 0;
}
.header__menu-item span {
  font-size: 15px;
  color: #fff;
  text-decoration: none !important;
  position: relative;
}
.header__active-menu-item {
  text-decoration: none;
}
.header__menu-item span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  bottom: -3px;
  transition: 0.3s;
}
.header__menu-item span:hover,
.header__menu-item .header__active-menu-item {
  color: #fff;
}
.header__menu-item span:hover:before,
.header__menu-item .header__active-menu-item:before {
  width: 100%;
  transition: 0.3s;
}
.Solutions-content-text .all_btn {
  border: 1px solid #3b3d40;
  transition: 0.3s;
  color: #3b3d40;
}
.Solutions-content-text .all_btn:hover {
  border-color: #ff7b54;
  transition: 0.3s;
}
.pdp-detail-bond-images {
    margin-bottom: 80px;
}
.pdp-page-title .all_heading{
  margin-bottom: 0;
  margin-top: 40px;
}
/* main_selider section */

.rock-image-sec .image-section {
    position: relative;
}
.rock-image-sec .image-section:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000003d;
}
.rock-image-sec .image-section img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}


.rock-image-sec {
  position: relative;
}
.banner-content-sec .row{
  align-items: center;
}
.banner-content-sec h2 {
  font-size: 50px;
  color: #000;
  margin-bottom: 20px;
font-weight: 800;
}
.banner-content-sec p {
  font-size: 20px;
  color: #000;
  margin-bottom: 50px;
}
.banner-content-sec .all_btn{
      border: 1px solid #3b3d40;
    transition: 0.3s;
    color: #3b3d40;
}
.banner-content-sec {
    overflow: hidden;
}
.rock-image-sec .image-section {
    width: 50vw;
}
.banner-content-text {
  max-width: 530px;
}
.all_btn svg {
  margin-left: 12px;
}
.all_btn {
  background: #fff;
  padding: 13px 25px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 33px;
  display: flex;
  align-items: center;
  position: relative;
  width: max-content;
  overflow: hidden;
  z-index: 1;
  color: #000;
  text-decoration: none;
}

.page-wholesale .custom_banner_title_desc .all_btn{
  margin-top: 20px;
}


.all_btn svg path {
    fill: #000;
}

.rock-banner-section button.slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 2;
    background: #ff7b54;
    opacity: 1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rock-banner-section button.slick-next {
    right: 0;
}
.rock-banner-section button.slick-prev {
    left: 0;
}
.rock-banner-section button.slick-arrow:before {
    font-size: 0;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/cdn/shop/t/1/assets/Arrow_banner.png?v=1737612819);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.rock-banner-section button.slick-prev:before {
    transform: rotate(180deg);
}


.rock-banner-section .slick-dots {
    bottom: 30px;
}
.rock-banner-section .slick-dots li button:before {
    display: none;
}
.rock-banner-section .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 50px;
    border: 2px solid #000;
}
.rock-banner-section .slick-dots li {
    width: 15px;
    height: 15px;
}
.rock-banner-section .slick-dots li.slick-active button {
    background: #000;
}





.all_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  width: 0%;
  height: 100%;
  background: #000;
  border-radius: 33px;
  z-index: -1;
}
.all_btn:hover:before {
  width: 100%;
  transition: 0.3s;
}
.all_btn:hover {
  color: #fff;
  transition: 0.3s;
}
.all_btn:hover svg path {
  fill: #fff;
  transition: 0.3s;
}
.paper-img-section img {
  width: 100%;
  height: auto;
}
.paper-img-section {
  position: relative;
}
.caption-image-sec {
  position: absolute;
  top: 0;
  right: 23%;
  width: 250px;
  height: 250px;
}
.rock-main-img img {
  width: 80%;
}
.rock-main-img {
  padding-top: 200px;
}
.paper-solution-image-sec .row {
  align-items: center;
}

.paper-solution-section {
  padding: 80px 0;
}
span.caption-para {
  font-size: 16px;
  color: #3b3d40;
  text-transform: capitalize;
  padding-left: 20px;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
span.caption-para:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ff7b54;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}
.Solutions-content-text h2 {
  font-size: 28px;
  color: #3b3d40;
  font-weight: 800;
  margin-bottom: 25px;
}
.Solutions-content-text p {
  font-size: 16px;
  color: #3b3d40;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.Solutions-content-text p b {
    letter-spacing: 1px;
}
.Solutions-content-text .btn-section {
  margin-top: 40px;
}
.all_heading span {
  color: #000;
}
.all_heading {
  font-size: 46px;
  color: #000;
  letter-spacing: 0;
  font-weight: 800;
  margin-bottom: 35px;
  text-transform: capitalize;
}
.commint-sec {
  background-image: url(/cdn/shop/t/1/assets/blocks-of-cut-white-carrara-marble.png?v=1735040889);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.leftsise-sec p {
  font-size: 18px;
  color: #ff7b54;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.leftsise-sec h2 {
 font-weight: 800;
  color: #fff;
  font-size: 50px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.commit-desc-section p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 25px;
  letter-spacing: 0;
}
.commit-desc-section p small {
  font-size: 18px;
}
.commit-desc-section p small b{
  letter-spacing: 1px;
}
.collection_title {
  font-size: 46px;
  color: #000;
  letter-spacing: 0;
font-weight: 800;
  margin-bottom: 60px;
  margin-top: 80px;
}
.collection_title span {
  color: #000;
}
.product-card-wrapper .card.card--standard,
.collection-card-wrapper .card.card--standard {
  border-radius: 0;
}
.product-card-wrapper .card .card__inner,
.collection-card-wrapper .card .card__inner {
  border-bottom: 1px solid #ccc;
}
/* .product-card-wrapper .card .card__inner{
  padding-top: 56.5%;
} */
.product-card-wrapper .card__heading,
.collection-card-wrapper .card__heading {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: capitalize;
  line-height: normal;
}
.collection .product-card-wrapper:hover .card__heading{
  color: #fff;
}
.product-card-wrapper .card__heading a,
.collection-card-wrapper .card__heading a {
  color: #3b3d40;
  text-decoration: none !important;
}
.collection-card-wrapper .card__content a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.outer-bg-testimonial-sec {
  overflow: hidden;
}
.outer-bg-testimonial-sec img {
  width: 100%;
  height: auto;
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
}
/* @keyframes scroll {
     0% {
         transform: translateX(0);
    }
     100% {
         transform: translateX(100%);
    }
}
 */
.commit-image-section-section img {
    width: 100%;
  height: auto;
}
.commit-inner-section .row {
    align-items: center;
}
.featured-section .card.card--standard.card--media {
  border: 1px solid #000;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
}
.featured-section .slick-list.draggable {
  border: 1px solid #000;
}
.featured-section {
  padding: 80px 0;
}
.product-card-wrapper .price__container {
  color: #ff7b54;
}
.featured-section .card__information {
  padding: 15px !important;
}
/* .....................25/12/2024....................... */
.collection .product-card-wrapper .card__heading a,
.collection-card-wrapper .card__heading a {
  color: #3b3d40;
  text-decoration: none !important;
  transition: 0.3s;
}
.collection .product-card-wrapper:hover .card__heading a,
.collection-card-wrapper:hover .card__heading a {
  color: #fff;
  transition: 0.3s;
}
.collection .card__information,
.collection-card-wrapper .card__information {
  display: flex;
  align-items: center;
  padding: 0 !important;
  position: relative;
  z-index: 1;
}
.collection .card__information:before,
.collection-card-wrapper .card__information:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  transition: 0.3s;
  background: #23408e;
  z-index: -1;
}
.collection .product-card-wrapper:hover .card__information:before,
.collection-card-wrapper:hover .card__information:before {
  width: 100%;
  transition: 0.3s;
}
.collection .product-card-wrapper .card__heading,
.collection-card-wrapper .card__heading {
  min-width: 65%;
  padding-left: 12px;
}
.collection .card__information .arrow-sec,
.collection-card-wrapper .card__information .arrow-sec {
  background: #23408e;
  height: 100%;
  border-radius: 0 30px 0 0;
  padding: 20px 25px;
}
.collection .card__information .arrow-sec svg path,
.collection-card-wrapper .card__information .arrow-sec svg path {
  fill: #fff;
}
.product-card-wrapper .card .card__inner,
.collection-card-wrapper .card .card__inner {
  height: 100%;
}
.collection .all_btn {
  border: 1px solid #000;
  margin: auto;
  margin-top: 80px;
}
.collection .all_btn:hover {
  border-color: #ff7b54;
  transition: 0.3s;
}
.collection {
  padding-bottom: 0px !important;
}
.page-rock-paper-co .commint-sec {
  margin-top: 0px;
}
.featured-section .section-title h2 {
  font-size: 46px;
  color: #3b3d40;
  letter-spacing: 0;
  font-weight: 800;
  margin-bottom: 35px;
  text-transform: capitalize;
}
.featured-section .section-title h2 span {
  color: #ff7b54;
}
.featured-section button.slick-arrow {
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #ff7b54;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.featured-section button:before {
  background-image: url(/cdn/shop/t/1/assets/Arrow_banner.png?v=1737612819);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  opacity: 1;
  font-size: 0;
}
.featured-section button:hover {
  background: #ff7b54;
}
.featured-section .slick-next {
  right: 0px;
}
.featured-section .slick-prev:before {
    transform: rotate(180deg);
}
.featured-section .slick-prev {
  left: 0px;
}
.testi-inner-bg-images {
  background: #3b3d40;
  padding: 80px 0;
  margin-top: -10px;
  position: relative;
}
.testi-inner-bg-images h2 {
  font-size: 46px;
  color: #ffffff;
  letter-spacing: 0;
  margin-bottom: 35px;
  text-transform: lowercase;
  text-align: center;
  text-transform: capitalize;
  font-weight: 800;
}
.testi-inner-bg-images h2 span {
  color: #ff7b54;
}
.testi-inner-bg-images .main-logo img {
  width: 70px !important;
  margin: auto;
  margin-bottom: 25px !important;
}
.testi-inner-bg-images .testimonial-image {
  font-size: 28px;
  font-weight: 400;
  color: #101828;
  max-width: 750px;
  text-align: center;
  margin: auto;
  letter-spacing: normal;
  margin-bottom: 25px;
}
.testi-inner-bg-images .left-rock-section {
  background: #fff;
  padding: 28px;
}
.testi-inner-bg-images img {
  width: 50px;
  margin: auto;
  margin-bottom: 12px;
}
.testi-inner-bg-images p {
  font-size: 14px;
  font-weight: 500;
  color: #101828;
  text-align: center;
  margin-bottom: 8px;
}
.testimonial-content-settings span {
  font-size: 13px;
  font-weight: 400;
  color: #667085;
  display: block;
  text-align: center;
}
.testi-inner-bg-images .right-rock-section {
  background: #fff;
  padding: 28px;
}
.testi-inner-bg-images .right-rock-section .testimonial-image {
  font-size: 19px;
}
.testi-inner-bg-images button.slick-arrow {
  width: 40px;
  height: 40px;
  z-index: 1;
  background: #ff7b54;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testi-inner-bg-images button:before {
  background-image: url(/cdn/shop/t/1/assets/Arrow%2013.png?v=1735212867);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  opacity: 1;
  font-size: 0;
}
.testi-inner-bg-images .slick-next:before {
  transform: rotate(180deg);
}
.testi-inner-bg-images .slick-next {
  right: -5%;
}
.testi-inner-bg-images .slick-prev {
  left: -5%;
}
ul.paper-section {
  display: flex;
  padding: 0;
  margin: 0;
}
ul.paper-section li {
  list-style: none;
}
ul.paper-section li img {
  width: 100%;
  height: 100%;
}
/* ....................26/12/2024.................... */
.blog {
  margin-top: 40px;
}
.blog .title-wrapper-with-link h2 {
  font-size: 46px;
  color: #3b3d40;
  letter-spacing: 0;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 35px;
}
.blog .title-wrapper-with-link h2 span {
  color: #ff7b54;
}
.blog .title-wrapper-with-link {
  margin: 0px !important;
}
.blog .card {
  border: none !important;
}
.blog .card__content .card__information {
  padding: 0 !important;
  margin-top: 15px;
}
.blog .card__content .card__information h3 a {
  font-size: 16px;
  font-weight: 400;
  color: #3b3d40;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.blog .card__content .card__information .article-card__info span {
  font-size: 14px;
  font-weight: 500;
  color: #b1aeae;
  text-transform: lowercase;
}
.blog .article-card-wrapper:hover .card__information h3 a {
  text-decoration: none;
}
.blog .card__content .card__information .article-card__info .circle-divider {
  position: relative;
  padding-left: 17px;
}
.blog
  .card__content
  .card__information
  .article-card__info
  .circle-divider:before {
  content: "";
  position: absolute;
  background: #b1aeae;
  width: 3px;
  height: 3px;
  left: 0;
  bottom: 6px;
  border-radius: 50px;
}
.rock-img-section {
  margin-top: 60px;
}
/* footer */
.copy-right-image {
  position: absolute;
  right: 0;
  bottom: -37px;
  width: 400px;
}
.copy-right-image img {
  width: 100%;
  height: auto;
}
.footer-block .list-social {
  justify-content: flex-start;
}
.footer__blocks-wrapper {
  flex-wrap: wrap;
  display: flex;
  column-gap: 0 !important;
  row-gap: 4rem !important;
}
.footer-block.grid__item {
  width: 19.66% !important;
  max-width: 19.66% !important;
}
.footer {
  background: #2c2c30 !important;
  padding-top: 84px !important;
}
.footer .footer__blocks-wrapper h2 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
}
.footer .footer__blocks-wrapper ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.footer .footer__blocks-wrapper ul li a:hover {
  text-decoration: none;
}
.footer .footer-block__details-content p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.footer .footer-block__details-content p a{
  text-decoration: none;
}
.footer .footer__content-bottom {
  border: none;
}
.footer .footer_copyright_sec p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}
.mobile_views {
  display: none !important;
}
.desktop_views {
  display: block !important;
}
.multirow__inner h2.image-with-text__heading {
  color: #3b3d40;
  font-size: 45px;
  font-weight: 800;
  line-height: 57.78px;
}
.multirow__inner .image-with-text__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #3b3d40;
}
.multirow__inner .image-with-text {
  margin-bottom: 60px;
}
.multirow__inner .image-with-text__text ul {
  margin: 20px 0;
  padding: 0;
}
.multirow__inner .image-with-text__text ul li {
  position: relative;
  padding-left: 25px;
  margin: 30px 0;
  list-style: none;
}
.multirow__inner .image-with-text__text ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 10px;
  border-top: 11px solid transparent;
  border-left: 15px solid #3b3d40;
  border-bottom: 11px solid transparent;
}
.about_us_main_sec {
  position: relative;
}
.about_us_desc {
  position: absolute;
  max-width: 450px;
  right: 100px;
  bottom: -19%;
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 1px solid #2c2c30;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}
.about_us_desc h2 {
  color: #3b3d40;
  font-size: 45px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.about_us_desc p {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #3b3d40;
}
.about_us_main {
  padding-bottom: 200px;
}
.about_us_main_sec img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about_rock_bg_img img {
  width: 100%;
  object-fit: cover;
  height: 900px;
}
.about_rock_title_n_img {
  display: flex;
  max-width: 850px;
  background: #fff;
}
.about_rock_title_desc {
  width: 50%;
  padding: 30px;
}
.about_rock_main_img {
  width: 50%;
}
.about_rock_main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_rock_title_desc h2 {
  color: #3b3d40;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.about_rock_title_desc p {
  font-size: 16px;
  font-weight: 500;
  color: #3b3d40;
  line-height: 1.3;
}
.about-rock-paper-content {
  position: relative;
}
.about-rock-paper-sec {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.about-rock-paper {
  padding: 80px 0;
  position: relative;
}
.about-rock-paper-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.about-page-get-row {
  background: #2c2c30;
  padding: 60px;
}
.about-page-get-row p {
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
    text-transform: capitalize;
    color: #fff;
}
.about-page-get-a-quote {
  padding-bottom: 80px;
}
.about-page-get-row a.all_btn {
  margin: 40px auto 0;
  background: #23408e;
  color: #fff;
  font-weight: 500;
}
.about-page-get-row a.all_btn path {
  fill: #fff;
}
.about-page-get-row a.all_btn:hover path {
  fill: #fff;
}
/* ...............16/01/2025/about.............. */
.Solutions-content-text .paper-content h3 {
  font-size: 22px;
  font-weight: 500;
  color: #3b3d40;
  text-transform: capitalize;
  margin-bottom: 28px;
}
.Solutions-content-text .paper-icon-title ul li {
  list-style: none;
  width: 50%;
}
.Solutions-content-text .paper-icon-title ul {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Solutions-content-text .paper-icon-title ul li h3 {
  font-size: 16px;
  color: #3b3d40;
  text-transform: capitalize;";
  font-weight: 600;
  margin-bottom: 10px;
}
.Solutions-content-text .paper-icon-title ul li .paper_icon_img img {
  margin-bottom: 10px;
}
.Solutions-content-text .paper-icon-title ul li p {
  max-width: 250px;
}
/* ................our_latest_Blogs................... */
.article-card-wrapper .card {
  border: 1px solid #b1aeae !important;
  border-radius: 0 !important;
}
.article-card-wrapper .card__content {
  padding: 15px !important;
}
.article-card-wrapper .card__information {
  margin-top: 0 !important;
}
.article-card-wrapper .card__information h3 a {
  font-size: 16px;
  font-weight: 400;
  color: #3b3d40;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.article-card-wrapper .article-card__info {
  position: absolute;
  top: 15%;
  left: 0;
}
.article-card-wrapper .article-card__info span {
  background: #fff;
  color: #3b3d40 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  padding: 12px 20px;
  border-radius: 0 20px 20px 0;
  letter-spacing: 0;
}
.article-card-wrapper .blog_read_more {
  font-size: 16px;
  font-weight: 500;
  color: #ff7b54;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.article-card-wrapper .blog_read_more svg:nth-child(1) {
  margin-left: 6px;
}
.article-card-wrapper .blog_read_more svg {
    width: 6px;
    height: 15px;
    padding-top: 0;
    margin-top: -2px;
}

.article-template__content h3.blog-heading,
.article-template__content h3.blog-subheading {
    margin-top: 40px;
}

.article-card-wrapper:hover .blog_read_more {
  text-decoration: none !important;
}
.blog .slider-mobile-gutter ul .grid__item {
  padding: 0 5px;
}
.blog .slider-mobile-gutter ul {
  margin: 0 -10px;
}
.main-blog h1 {
  font-size: 45px;
  font-weight: 700;
  color: #3b3d40;
  margin-bottom: 40px;
}
.main-blog .blog-articles__article {
  width: 32.33%;
  margin-bottom: 15px;
}
.main-blog .blog-articles {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.article-card-wrapper:hover .card__information h3 a {
  text-decoration: none !important;
}
.card__information {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.main-blog .pagination ul {
  display: flex;
  flex-wrap: inherit;
  justify-content: center;
  width: 100%;
}
.main-blog .pagination ul li a:after {
  display: none;
}
.main-blog .pagination ul li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
}
/* .article-template h1 {
  font-size: 22px;
  color: #3b3d40;
  margin-bottom: 15px !important;
} */
 .article-template h1 {
    font-size: 32px;
    color: #3b3d40;
    margin-bottom: 15px !important;
    font-weight: 800;
}
.article-template span {
  font-size: 16px;
  font-weight: 400;
  color: #969696;
  text-transform: capitalize;
}
.article-template .article-template__content p span {
  font-size: 16px;
  font-weight: 400;
  color: #3b3d40;
  text-transform: none;
}
.article-template__content ul,
.article-template__content ol {
    padding-left: 30px;
    margin: 20px 0;
}
.article-template__content  li {
    font-size: 16px;
    font-weight: 400;
    color: #3b3d40;
    margin-bottom: 10px;
    list-style: disc;
}
.blog_pg_faq .faq_grid_item_ques {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: #3b3d40;
}

.blog_pg_faq h3.blog_pg_faq_title {
    font-size: 28px;
    font-weight: 800;
    color: #3b3d40;
    margin-bottom: 20px;
}
.blog_pg_faq p.faq_grid_item_ans {
    font-size: 16px;
    padding: 10px 0 0;
    margin-bottom: 0;
    color: #3b3d40;
    font-weight: 400;
    max-width: 800px;
}
.blog_pg_faq .blog_pg_faq_grid_item {
    margin-bottom: 20px;
}

.blog_pg_faq {
    margin: 50px 0 50px;
}
.article-template__content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #3b3d40;
    margin-bottom: 10px;
}
.article-template__content p {
    font-size: 16px;
    color: #3b3d40;
    letter-spacing: 0;

}

.article-template__socials.page-width.page-width--narrow.rte.scroll-trigger.animate--slide-in {
    margin-top: 0;
}
.blog_dtl_imgs img {
    width: 100%;
}
.main-blog .pagination ul li .pagination__item--current {
  background: #d9d9d9;
}
.blog_dtl_imgs p span img {
  width: 100%;
}
.article-template__tags {
  display: flex;
  align-items: center;
}
.article-template__tags ul {
  display: flex;
}
.article-template__tags ul li {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  color: #ff7b54;
  background: #ff7b5421;
  padding: 3px 15px;
  margin-right: 10px;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
}

.paper_icon_img svg{
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.article-template__socials {
  margin-top: 40px;
}
.article-template__socials ul li svg path {
  fill: black;
}
.article-template__socials ul {
  justify-content: flex-start !important;
  padding: 0 !important;
}
/* ...............contact................ */
.custom-banner-main img {
  width: 100%;
}
.custom-banner-main {
  position: relative;
  background: #23408e;
}
.contact_banner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.contact_banner .custom_banner_title_desc h2 {
  font-size: 44px;
  margin-bottom: 8px;
  color: #3b3d40;
  font-weight: 800;
  text-transform: capitalize;
}
.contact_banner .custom_banner_title_desc p {
  font-size: 20px;
  font-weight: 400;
  max-width: 500px;
  margin-bottom: 0;
  color: #3b3d40;
}
.page-contact .contact_banner .custom_banner_title_desc h2,
.page-contact .contact_banner .custom_banner_title_desc p{
  color: #fff !important;
}
.custom_banner_title_desc {
  max-width: 500px;
}
.custom_banner_img img {
  width: 100%;
}
.contact_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
.contact_title_add h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.contact_title_add span {
  font-size: 16px;
  font-weight: 400;
  color: #3b3d40;
}
.contact_icon_n_add {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
  position: relative;
  max-width: 400px;
}
.contact_icon_n_add:before {
  content: "";
  position: absolute;
  background: #fff8f6;
  bottom: -20px;
  left: 0;
  height: 3px;
  width: 100%;
}
.contact_icon_n_add:after {
  content: "";
  position: absolute;
  background: #2c2c30;
  bottom: -20px;
  left: 0;
  height: 3px;
  width: 10%;
}
.contact_icon_n_add:last-child {
  margin-bottom: 0;
}
.contact_icon span {
  background: #2c2c30;
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.contact_icon span path {
    fill: #ffffff;
}
.email_contant span path {
    stroke: #fff;
    fill: transparent;
}
.contact_icon_n_address {
  width: 50%;
}
.contact_form {
  width: 50%;
  background: #fbfbfb;
  padding: 40px;
}
.contact_title_add a {
  text-decoration: none;
}
.contact {
  padding: 0 !important;
}
.contact_form .field {
  display: block !important;
}
.contact_form .field .field__label {
  position: inherit;
  left: 0;
  top: 0;
  color: #484848;
  font-size: 14px;
}
.contact_form .field:before,
.contact_form .field:after {
  display: none !important;
}
.contact_form .field input,
.contact_form .field select,
.contact_form .field textarea {
  border: 1px solid #484848a6;
  border-radius: 0px;
  padding: 10px;
  outline: none !important;
  box-shadow: none !important;
}
.contact_form .field select{
  appearance: auto;
}
.contact_form .file-upload span {
  font-size: 14px;
  font-weight: 400;
  color: #484848;
  display: block;
  margin-bottom: 10px;
}
.upload_file_icon {
  position: relative;
  width: 137px;
}
.upload_file_icon label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  font-size: 14px;
  cursor: pointer;
}
.contact_form .contact__button {
  margin-top: 24px;
}
.upload_file_icon input {
  opacity: 0;
}
.upload_file_icon label svg {
  margin-right: 10px;
}
.contact_form .contact__button button {
  background: #2c2c30;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 0 42px;
  line-height: normal;
}
.contact_form .contact__button button:hover{
  background: #000;
}
.contact_form .contact__button button:before,
.contact_form .contact__button button:after {
  display: none;
}
.map_section iframe {
  width: 100%;
}
.map_section {
  margin: 80px 0 -4px;
}
.footer__content-bottom {
  padding-top: 0 !important;
}
.footer__content-top {
  padding-bottom: 60px !important;
}
/* ................FAQ.............. */
.faq-container .tabs {
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 60px;
}
.faq-container .tabs .tab.active {
  font-size: 16px;
  font-weight: 500;
  color: #3b3d40;
  background: none;
  border: 1px solid black;
  border-radius: 0;
}
.faq-container .tabs .tab {
  font-size: 16px;
  font-weight: 400;
  color: #a8a8a8;
  background: none;
  border: 1px solid #a8a8a8;
  border-radius: 0;
  text-decoration: none;
}
.faq-container .faq-content h2 {
  font-size: 40px;
  color: #3b3d40;
  text-align: center;
  margin-bottom: 48px;
}
.faq-content .faq-item h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  color: #3b3d40;
  position: relative;
  padding-right: 25px;
  font-family: "area-normal", sans-serif !important;
}
.faq-content .faq-item h4:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: -2px;
  right: 0;
  background-image: url(https://cdn.shopify.com/s/files/1/0747/1326/8490/t/7/assets/tabing_img.png?v=1731673052);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.5s;
}
.faq-content .faq-item p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #424242;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 20px;
}
.faq-content .faq-item {
  padding: 18px 20px;
}
.product-card-wrapper .card__content {
  padding-top: 0;
  padding-bottom: 0;
}
.faq-container {
  margin-bottom: 80px;
}
.faq-question span {
  display: none;
}
.page-faqs .custom_banner_title_desc a {
  background: #3b3d40;
  color: #fff;
  font-weight: 500;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 33px;
  display: flex;
  align-items: center;
  position: relative;
  width: max-content;
  overflow: hidden;
  z-index: 1;
  text-decoration: none;
  margin-top: 20px;
}
.page-faqs .custom_banner_title_desc svg {
  margin-left: 12px;
}
.page-faqs .custom_banner_title_desc svg path {
  fill: #ff7b54;
}
.page-faqs .custom_banner_title_desc a:hover svg path {
  fill: #fff;
}
.page-faqs .about-page-get-row h2 {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  line-height: normal;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}
.page-faqs .about-page-get-row p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: normal;
}
.page-faqs .about-page-get-a-quote {
  padding-bottom: 0;
}
/* ..............collection page.............. */
.Paper-types-section {
  margin-top: 80px;
  background: #ff7b540d;
  padding: 80px 0;
}
.Paper-types-section .types-sec h2 {
  font-size: 46px;
  color: #3b3d40;
  letter-spacing: 0;
  font-weight: 800;
  margin-bottom: 60px;
}
.paper-type-block {
  display: flex;
  margin: 0 -12px;
}
.paper-type-tile {
  width: 50%;
  padding: 0 12px;
}
.paper-type-tile img {
  width: 100%;
  height: 400px;
}
.paper-type-img {
  position: relative;
}
.paper-type-img h3 {
  font-size: 28px;
  color: #fff;
  position: absolute;
  bottom: 32px;
  left: 32px;
}
.paper-type-tile ul {
  padding-left: 0;
  padding-top: 20px;
}
.paper-type-tile ul li {
  list-style: none;
  font-size: 20px;
  color: #3b3d40;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.paper-type-tile ul li svg {
  margin-right: 8px;
}
.paper-type-tile ul li path {
    fill: #3b3d40;
}
.quote-section {
  margin: 0px 0 80px;
}
.page-collections .quote-section {
  margin: 80px 0 80px;
}
.product-application-section {
  /* background: linear-gradient(91.48deg, #ff7b5473 1.37%, #f5a43373 98.74%); */
  background: #2c2c30;
  padding: 60px;
}
.product-application-section .row {
  align-items: center;
}
.product-application-section .content-sec h2 {
  font-size: 46px;
  color: #fff;
  letter-spacing: 0;
 font-weight: 800;
  text-transform: capitalize;
}
.product-application-section .content-sec p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 36px;
}
.product-application-section .content-sec a {
  background: #23408e;
  color: #fff;
}
.product-application-section .content-sec a svg path {
  fill: #fff;
}
.product-application-section .content-sec a:hover svg path {
  fill: #fff;
}
.product-application-section .content-sec a:hover {
  background: #000 !important;
}
.product-application-section .contact-details ul {
  display: flex;
  justify-content: space-between;
  padding-left: 100px;
}
.product-application-section .contact-details ul li {
  list-style: none;
  text-align: center;
}
.product-application-section .contact-details ul li a {
  text-decoration: none;
  color: #3b3d40;
}
.product-application-section .contact-details ul li p {
  font-size: 16px;
  margin-top: 20px;
  max-width: 300px;
  color: #fff;
}
.product-application-section .contact-details ul li svg circle,
.product-application-section .contact-details ul li svg path{
    stroke: #fff;
}

.journal-collection-sec {
  height: 616px;
}
.journal-collection-sec img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.collection-banner-section {
  position: relative;
  margin-bottom: 44px;
}
.collection-banner-content {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
}
.collection-banner-content h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 20px;
}
.collection-banner-content p {
  color: #fff;
  font-size: 18px;
  max-width: 285px;
}
.Journals_section {
  margin-top: 44px;
}
.journal-image img {
  width: 100%;
  height: 100%;
}
.Journals-content {
  background: #3b3d40;
  padding: 80px;
  padding-bottom: 30px;
}
.rock-special-collection .col-md-4,
.rock-special-collection .col-md-8 {
  padding: 0;
}
.Journals-content h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 40px;
}
.Journals-content h2 span {
  color: #ff7b54;
}
.Journals-content ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Journals-content ul li {
  list-style: none;
  text-align: center;
  margin-bottom: 50px;
}
.Journals-content ul li img {
  width: 60px;
  height: auto;
  margin-bottom: 15px;
}
.Journals-content ul li p {
  color: #fff;
  font-size: 16px;
  max-width: 250px;
  margin: auto;
}
.journal-image {
  height: 100%;
}
.customer-favorites {
  margin-top: 80px;
  overflow: hidden;
}
.favorites-title {
  font-size: 46px;
  color: #3b3d40;
  letter-spacing: 0;
  font-weight: 800;
  margin-bottom: 60px;
}
.favorites-title span {
  color: #ff7b54;
}
.customer-favorites ul {
  padding-left: 0;
  margin: 0 -5px;
}
.customer-favorites ul li {
  padding: 0 5px;
}
.customer-favorites ul li img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.key_benefits_block_item img {
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
}
.customer-favorites .slick-arrow{
  width: 40px;
  height: 40px;
}
.customer-favorites .slick-prev {
  left: 40px;
  z-index: 1;
}
.customer-favorites .slick-prev:before {
  background-image: url(/cdn/shop/t/1/assets/circle-arrow-left.png?v=1737359601);
  font-size: 0;
  width: 40px;
  height: 40px;
  display: block;
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
  background-repeat: no-repeat;
}
.customer-favorites .slick-next {
  right: 40px;
}
.customer-favorites .slick-next:before {
  background-image: url(/cdn/shop/t/1/assets/circle-arrow-left.png?v=1737359601);
  font-size: 0;
  width: 40px;
  height: 40px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.pdp_detail_banner_section {
  position: relative;
}
.journal-pdp-img {
  height: 600px;
}
.journal-pdp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pdp-banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.pdp-banner-content h2 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #3b3d40;
}
.pdp-banner-content p {
  font-size: 20px;
  font-weight: 400;
  max-width: 685px;
  margin-bottom: 50px;
  color: #3b3d40;
}
.pdp-banner-content a {
  background: #3b3d40;
  color: #fff;
}
.pdp_about_section {
  margin-top: 80px;
}
.bound_journal_image img {
  width: 100%;
}
.about-content-section h2 {
  color: #3b3d40;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 24px;
}
.about-content-section p {
  color: #3b3d40;
  font-size: 16px;
  margin-bottom: 40px;
}
.about-content-section {
  padding-left: 30px;
}
.about-content-section ul {
  padding-left: 0;
  margin-bottom: 40px;
}
.about-content-section ul li {
  list-style: none;
  color: #3b3d40;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about-content-section ul li svg {
  margin-right: 6px;
}
.about-content-section a {
  background: #3b3d40;
  color: #fff;
}
.about-content-section a:hover {
  background: #ff7b54;
}
.bound_image_section ul {
  padding: 0;
  display: flex;
  margin: 0 -12px;
}
.bound_image_section ul li {
  list-style: none;
  width: 33.33%;
  padding: 0 12px;
}
.bound_image_section ul li img {
  width: 100%;
  height: auto;
}
.pdp-detail-bond-images .bound_image_section ul {
  flex-wrap: wrap;
}
.pdp-detail-bond-images .bound_image_section ul li{
  width: 25%;
  max-width: 25%;
  margin-bottom: 20px;
}
.pdp-detail-bond-images .bound_image_section ul li img{
  height: 400px;
  width: 100%;
  object-fit: cover;
      border: 1px solid #f3f3f3;
}


.bound_image_section {
  margin-top: 80px;
}
.pdp-detail-bond-images .bound_image_section {
  margin-top: 40px;
}

/* ...........privacy-policy............. */
.shopify-policy__container {
  max-width: 1300px;
  padding: 0 10px;
  margin: 60px auto;
}
.shopify-policy__title {
  margin-bottom: 20px;
}
.shopify-policy__title h1 {
  color: #3b3d40;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
}
.shopify-policy__body .rte,
.shopify-policy__body p {
  font-size: 16px;
  font-weight: 400;
  color: #3b3d40;
  line-height: 26px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.shopify-policy__body ul {
  margin: 20px 0;
}
.shopify-policy__body li {
  font-size: 16px;
  font-weight: 400;
  color: #3b3d40;
  line-height: 26px;
  margin: 12px 0;
  list-style: disc;
  text-transform: capitalize;
}
.shopify-policy__body h2 {
  font-size: 24px;
  color: #3b3d40;
  margin: 30px 0 15px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0;
}
.shopify-policy__body table {
  width: 100%;
}
.page-benefits .faq-container .tabs {
    margin-bottom: 0;
}
.contact h2.form-status.form-status-list {
    color: green;
}


h1.main-page-title.page-title.h0 {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 60px;
    color: #3b3d40;
    margin-bottom: 3rem;
}
.page-payment-methods .rte h2 {
    letter-spacing: 0;
    font-size: 22px;
    margin-bottom: 15px;
    color: #3b3d40;
    margin-top: 30px;
  text-transform: capitalize;
}
.page-payment-methods .rte p, .page-payment-methods .rte li {
    font-size: 16px;
    color: #3b3d40;
    letter-spacing: 0;
}
.page-payment-methods .footer .rte p,
.page-payment-methods .footer .rte li{
  color: #fff;
}
.page-payment-methods .rte li {
    list-style: disc;
    margin: 30px 0px;
  text-transform: capitalize;
}
.page-payment-methods .rte {
    margin-bottom: 30px;
}

.collection--empty h2.title.title--primary a {
    color: #ff7b54;
}
.collection--empty h2.title.title--primary {
    color: #000;
}
.commit-desc-section p svg {
    width: 100px;
    height: 100px;
}

.outer-bg-testimonial-sec .slider-track {
  display: flex;
  animation: slide 25s linear infinite;
}
.outer-bg-testimonial-sec .slider-item {
  flex: 0 0 auto;
  width: 50%;
  box-sizing: border-box;
}
@keyframes slide {
  0% {
   transform: translateX(0);
  }
  100% {
   transform: translateX(-100%);
  }
 }
 
.outer-bg-testimonial-sec .slider-container:hover .slider-track {
  animation-play-state: paused;
 }


.paper-icon-title .btn-section{
  display: flex;
}

.paper-icon-title .btn-section span{
  width: 50%;
}

.footer_copyright_sec p a{
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}


.Benefits-Rock-Paper {
    background: #2c2c30;
    padding: 80px 0;
    margin-top: 80px;
}
.rock_section ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -10px;
}
.rock_section ul li {
    width: 33.33%;
    list-style: none;
    padding: 10px;
}
.paper-section {
    border: 1px solid #808080;
    background: #fff;
  height: 100%;
}
.paper-section p {
    font-size: 16px;
    color: #3b3d40CC;
    margin-bottom: 20px;
}
.paper-section .tile-content {
    padding: 20px 15px 0;
}
.paper-section .tile-header {
    border-bottom: 1px solid #808080;
    display: flex;
    align-items: center;
}
.paper-section .tile-header span {
    background: #23408e;
    padding: 20px;
    border-bottom-right-radius: 36px;
    margin-right: 15px;
}
.paper-section .tile-header span img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.paper-section .tile-header h3 {
    color: #3b3d40;
    font-size: 16px;
    text-transform: capitalize;
  padding-right: 15px;
  margin-bottom: 0;
}

.Benefits-Rock-Paper .all_heading {
    margin-bottom: 15px;
}
.Benefits-Rock-Paper .tile-title-sec p {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
  max-width: 700px;
}
.Benefits-Rock-Paper .all_heading,
.Benefits-Rock-Paper .all_heading span{
    color: #fff;
}
.Benefits-Rock-Paper .tile-title-sec {
    margin-bottom: 30px;
}

.footer .footer__blocks-wrapper ul li:nth-child(1) a.list-social__link {
    padding-left: 0;
}

.request-quote-form .requst_col-sec{
  display: flex !important;
  justify-content: space-between;
}

.request-quote-form .requst_col-sec .quantity-sec label{
  display: block !important;
}

.request-quote-form .requst_col-sec .request-type select{
   width: 100%;
  font-size: 14px;
      padding: 13px 10px;
  color: rgb(var(--color-foreground));
  margin-top: 2px;
}
.request-quote-form .requst_col-sec .quantity-sec input{
  width: 100%;
}
.video-container {
    position: relative;
}
span#playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
span#playButton svg {
    width: 50px;
    height: 50px;
}

.request-quote-form{
  margin: 80px 0px;
}

.request-quote-form .contact-check-box{
  display: flex;
  align-items: center;
}

.request-quote-form .contact-check-box label{
  font-size: 14px;
}

.request-quote-form .contact-check-box label a{
  text-decoration: underline;
  color: #000;
}

.request-quote-form .contact_form{
  width: 60%;
  background: #FBFBFB;
  border: 1px solid #48484833;
  border-radius: 6px;
  padding: 60px 36px !important;
}

.slider-container{
  margin-top: 80px;
}


.request-quote-form .field .field__input::placeholder {
  color: #CFCDCD;
  font-style: italic;
  opacity: 1;
  font-size: 14px;
}
.request-quote-form .field .field__input::-ms-input-placeholder {
  color: #CFCDCD;
  font-style: italic;
  font-size: 14px;
}

.related-products .card--standard>.card__content .card__information {
    padding: 10px !important;
}

.about-page-get-a-quote span {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
}
.page-sustainability .about-page-get-a-quote {
    padding-top: 50px;
}

.wholesale-image-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.wholesale-image-section {
    padding: 50px 0 0;
}
select#request-type {
    width: 100%;
    font-size: 14px;
    padding: 13px 10px;
    color: rgb(var(--color-foreground));
    margin-top: 2px;
}
.rock-print-sec .video-container{
      padding-top: 104.5%;
    overflow: hidden;
}
.rock-print-sec .video-container video{
      width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.rock-print-sec span#playButton svg path{
  fill: #fff;
}



.blog_dtl_imgs img {
    width: 45%;
    margin: auto;
    display: block;
}
.blog_dtl_imgs {
    margin: 0;
}

.article-template__socials a.link.list-social__link{
    padding: 0;
}
.article-template__socials a.link.list-social__link span.svg-wrapper {
    width: 25px;
    height: 25px;
}

/* ...................02-02-2026................ */
.container_wrapper h2 {
    color: #3b3d40;
    font-size: 36px;
    font-weight: 800;
    line-height: 57.78px;
    margin-bottom: 15px;
}
.container_wrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #3b3d40;
    margin-bottom: 25px;
}
.container_wrapper ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #3b3d40;
    margin-bottom: 15px;
}
.container_wrapper ul li:last-child {
  margin-bottom: 0;
}
.container_wrapper ul li a{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #000;
}
.main_container {
    padding: 80px 0;
}
.container_wrapper ul {
    padding-left: 40px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.container_wrapper h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #3b3d40;
    margin: 25px 0;
    letter-spacing: 0;
}




/* ..........13-02-26.......... */
/* .image_container {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.image_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.title_content_wrap {
    margin-top: 20px;
}
.title_content_wrap h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: normal;
    text-align: center;
    margin-bottom: 10px;
}
.title_content_wrap p{
    font-size: 12px;
    color: #666666;
    margin: 0;
    line-height: normal;
    font-weight: 400;
    text-align: center;
}
.air-portrait-carousel__container h2 {
    font-size: 25px;
    color: #121212bf;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: normal;
}
.air-portrait-carousel__container {
    overflow: hidden;
}
.air-portrait-carousel__container .slick-list{
    overflow: visible;
}
.air-portrait-carousel__container .slick-prev {
    left: 40%;
    bottom: -70px;
    top: auto;
}
.air-portrait-carousel__container .slick-next {
    right: 40%;
    bottom: -70px;
    top: auto;
}
.air-portrait-carousel__container .slick-next::before,
.air-portrait-carousel__container .slick-prev::before{
   
}
.air-portrait-carousel__container .slick-arrow{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
} */
.main_container {
    padding: 0 !important;
    overflow: hidden;
    max-width: 1320px !important;
}





.books_detail h2 span {
    font-size: 28px !important;
}

.books_detail h2 {
    margin-bottom: 20px;
}

.books_detail p,
.find_notebook p,
.find_notebook li{
    font-size: 16px;
    letter-spacing: 0;
}
.find_notebook h2 {
    font-size: 28px;
}
.find_notebook li{
  margin: 5px 0;
}



/* 06/03/2026 */
.books_detail img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.book_detail_main_container .row {
    align-items: center;
}

.books_detail h2 {
    font-size: 28px;
    font-weight: 700;
    color: #212529;
}





/* responsive */
@media (min-width: 576px) {
  .page-width,
  .page-width-desktop {
    max-width: 540px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 768px) {
  .page-width,
  .page-width-desktop {
    max-width: 720px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 992px) {
  .page-width,
  .page-width-desktop {
    max-width: 960px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .page-width,
  .page-width-desktop {
    max-width: 1280px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .page-width,
  .page-width-desktop {
    max-width: 1320px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (max-width: 1440px) {
.testi-inner-bg-images .slick-prev {
    left: -3%;
}
.testi-inner-bg-images .slick-next {
    right: -3%;
}

  
}


@media (max-width: 1400px) {
  .testi-inner-bg-images .slick-prev {
    left: -28px;
  }
  .testi-inner-bg-images .slick-next {
    right: -28px;
  }
  .product-application-section .contact-details ul {
    padding-left: 70px;
  }

.rock-banner-section button.slick-arrow {
    width: 40px;
    height: 40px;
}
.rock-banner-section button.slick-arrow:before {
    width: 20px;
    height: 20px;
}
.header__menu-item span {
    font-size: 14px;
}
  
}
@media (max-width: 1199px) {
  .header--middle-left nav.header__inline-menu > ul > li {
    margin: 0px;
  }
  .call-us-btn .all_btn {
    font-size: 12px;
    padding: 13px 20px;
  }

  .paper-solution-section {
    padding: 40px 0;
}

  .caption-image-sec {
    top: -25px;
}
  
  .banner-content-sec h2 {
    font-size: 42px;
  }
  .Solutions-content-text h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .all_heading {
    font-size: 37px;
    margin-bottom: 25px;
  }
  .leftsise-sec h2 {
    font-size: 37px;
  }
  .featured-section .section-title h2 {
    font-size: 37px;
    margin-bottom: 20px;
  }
  .testi-inner-bg-images h2 {
    font-size: 37px;
    margin-bottom: 20px;
  }
  .testi-inner-bg-images {
    padding: 50px 0;
  }
  .testi-inner-bg-images .testimonial-image {
    font-size: 20px;
    line-height: normal;
  }
  .testi-inner-bg-images .right-rock-section .testimonial-image {
    font-size: 14px;
    line-height: normal;
  }
  .blog .title-wrapper-with-link h2 {
    font-size: 37px;
    margin-bottom: 20px;
  }
  /* ..............contact_us................. */
  .contact_banner .custom_banner_title_desc h2 {
    font-size: 42px;
  }
  .contact_container {
    margin-top: 40px;
  }
  .map_section {
    margin: 40px 0 0;
  }
  .contact_banner .custom_banner_title_desc h2 {
    font-size: 32px;
  }
  .tab {
    padding: 10px 9px !important;
  }
  .faq-container .tabs .tab.active {
    font-size: 15px;
  }
  .faq-container .tabs {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .faq-container .faq-content h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .page-faqs .about-page-get-row h2 {
    font-size: 32px;
  }
  .faq-container {
    margin-bottom: 60px;
  }
  .product-application-section .content-sec h2 {
    font-size: 32px;
  }
  .product-application-section .content-sec p {
    font-size: 16px;
  }
  .product-application-section .contact-details ul {
    padding-left: 20px;
  }
  .product-application-section {
    padding: 40px;
  }
  .product-application-section .contact-details ul li p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .paper-type-tile ul li {
    font-size: 18px;
  }
  .collection_title {
    font-size: 37px;
    margin-bottom: 40px;
    margin-top: 60px;
  }
  .Paper-types-section {
    margin-top: 60px;
    padding: 60px 0;
  }
  .Paper-types-section .types-sec h2 {
    font-size: 37px;
    margin-bottom: 40px;
  }
  .paper-type-img h3 {
    font-size: 24px;
    bottom: 30px;
    left: 30px;
  }
  .paper-type-tile ul li {
    font-size: 16px;
  }
  .Journals-content ul li {
    width: 50%;
  }
  .customer-favorites ul li img {
    height: 300px;
  }
  .shopify-policy__container {
    max-width: 900px;
    margin: 50px auto;
  }
.rock-image-sec .image-section img {
    height: 600px;
}
.outer-bg-testimonial-sec .slider-item {
    width: 60%;
}
.Benefits-Rock-Paper {
    padding: 60px 0;
    margin-top: 70px;
}

.request-quote-form .contact_form{
  width: 80%;
  padding: 36px !important;
}

.header__menu-item span {
    font-size: 11px;
}
.main_container {
    padding: 0 20px !important;
}
  
}
@media (max-width: 991px) {
  .banner-content-sec .col-md-6{
    width: 100%;
  }
  .banner-content-sec .col-md-6:first-child{
    order: 2;
    margin-top: 50px;
  }
   .header__icon span svg path{
     fill: #fff;
   }
  .banner-content-sec .col-md-6:last-child{
    order: 1;
    padding: 0;
  }
  
  .rock-image-sec .image-section {
    width: 100%;
}
  .testi-inner-bg-images button.slick-arrow {
    width: 40px;
    height: 40px;
  }
.rock-image-sec .image-section img {
    height: 500px;
  }
  .paper-solution-image-sec .row {
    align-items: self-start;
  }
  .paper-solution-section {
    padding: 60px 0;
  }
  .collection {
    padding: 0 !important;
  }
  .collection .slider-mobile-gutter {
    padding: 0 !important;
  }
  .collection .all_btn {
    margin: 60px auto auto;
  }
  .commint-sec {
    margin-top: 70px;
  }
  .commint-sec {
    padding: 70px 0;
  }
  .featured-section {
    padding: 60px 0;
  }
  .featured-section button:before {
    width: 25px;
    height: 25px;
  }
  .featured-section .slick-next {
    right: 0px;
  }
  .testi-inner-bg-images .right-rock-section .testimonial-image {
    font-size: 15px;
  }
  .testi-inner-bg-images button:before {
    width: 25px;
    height: 25px;
  }
  .testi-inner-bg-images .slick-prev {
    left: -19px;
  }
  .testi-inner-bg-images .slick-next {
    right: -19px;
  }
  .blog {
    margin-top: 60px;
  }
  .blog .page-width-desktop {
    padding: 0 !important;
  }
  .footer-block.grid__item {
    width: 33.33% !important;
    max-width: 33.33% !important;
  }
  header-drawer {
    width: 33.33%;
  }
  .header--middle-left a.header__heading-link {
    width: 37%;
  }
  .header--middle-left .call-us-btn {
    width: 33.33%;
  }
  .header__heading-logo {
    float: left;
  }
  /* ............about/16/01/2025............ */
  .multirow__inner h2.image-with-text__heading {
    font-size: 30px;
    line-height: normal;
  }
  .about_rock_title_n_img {
    max-width: 90%;
    flex-wrap: wrap;
  }
  .about_rock_bg_img img {
    height: 715px;
  }
  .about_rock_title_desc {
    width: 100%;
    position: relative;
    order: 2;
  }
  .about_rock_main_img {
    width: 100%;
    height: 300px;
    position: relative;
    order: 1;
  }
  .about_rock_title_desc h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .about-page-get-row p {
    font-size: 30px;
  }
  .main-blog .blog-articles__article {
    width: 49%;
  }
  /* ..............contact_us................. */
  .contact_banner .custom_banner_title_desc h2 {
    font-size: 32px;
  }
  .contact_banner .custom_banner_title_desc p {
    font-size: 16px;
  }
  .custom_banner_img img {
    height: 100%;
  }
  .contact_title_add h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .contact_icon_n_address {
    width: 49%;
  }
  .contact_form {
    width: 49%;
    padding: 20px;
  }
  .contact_container {
    align-items: flex-start;
  }
  .article-template h1 {
    font-size: 26px;
    margin-bottom: 10px !important;
  }
  .tabs {
    flex-wrap: wrap;
  }
  .faq-container .tabs {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .faq-container .faq-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .faq-container {
    margin-bottom: 40px;
  }
  .contact_banner .custom_banner_title_desc h2 {
    font-size: 26px;
  }
  .quote-section .col-md-4,
  .quote-section .col-md-8 {
    width: 100%;
  }
  .product-application-section .content-sec p {
    margin-bottom: 20px;
  }
  .product-application-section .content-sec {
    text-align: center;
  }
  .product-application-section .content-sec a {
    margin: auto;
  }
  .product-application-section .content-sec {
    margin-bottom: 30px;
  }
  .product-application-section .contact-details ul li svg {
    width: 50px;
  }
  .collection-banner-section {
    margin-bottom: 4px;
  }
  .Journals_section {
    margin-top: 4px;
  }
  .Journals-content {
    background: #3b3d40;
    padding: 40px 30px;
    padding-bottom: 10px;
  }
  .customer-favorites {
    margin-top: 40px;
  }
  .favorites-title {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .collection-banner-content h2 {
    font-size: 34px;
  }
  .custom_key_benifits_section .key_benefits_block .key_benefits_block_item p {
    margin: 0;
  }
  .custom_key_benifits_section .key_benefits_block .key_benefits_block_item {
    text-align: left;
  }
  .about-rock-paper {
    padding: 40px 0;
  }
  .journal-collection-sec {
    height: 400px;
  }
  .Journals_section .col-md-4,
  .Journals_section .col-md-8 {
    width: 100%;
  }
  .journal-pdp-img {
    height: 400px;
  }
  .pdp-banner-content p {
    margin-bottom: 30px;
    font-size: 18px;
    max-width: 650px;
  }
  .pdp-banner-content h2 {
    font-size: 30px;
  }
  .pdp_about_section {
    margin-top: 40px;
  }
  .pdp_about_section .col-md-6 {
    width: 100%;
  }
  .about-content-section {
    padding-left: 0;
    padding-top: 30px;
  }
  .about-content-section h2 {
    margin-bottom: 15px;
  }
  .about-content-section p {
    margin-bottom: 20px;
  }
  .bound_journal_image img {
    height: 300px;
  }
  .key_benefits_block_item img {
    width: 70px;
    height: 70px;
  }
  .bound_image_section {
    margin-top: 20px;
  }
  .bound_image_section ul li {
    padding: 0 5px;
  }
  .bound_image_section ul {
    margin: 0 -5px;
  }
  .quote-section {
    margin: 0px 0 40px;
  }
  .together_sec p span {
    margin-right: 20px;
}
  .together_sec .commit-desc-section svg {
    width: 80px;
    height: 80px;
}
.commit-desc-section p {
    font-size: 16px;
    margin: 0 0 40px !important;
}
.commit-desc-section p:nth-last-child(1){
  margin: 0 0 0px !important;
}
.page-payment-methods .rte li {
    margin: 20px 0px;
}  
 h1.main-page-title.page-title.h0 {
    font-size: 30px;
}
.page-payment-methods .rte h2 {
    letter-spacing: 0;
    font-size: 20px;
}
.rock-banner-section button.slick-arrow{
  display: none !important;
}
.rock_section ul li {
    width: 50%;
}
.page-rock-paper-co .commint-sec {
    margin-top: 0 !important;
}
.copy-right-image img{
  display: none;
}

.request-quote-form .contact_form {
    width: 100%;
    padding: 36px!important;
}

.paper-img-section img {
    width: 90%;
}

.rock-main-img img {
    width: 75%;
}

.caption-image-sec {
    position: absolute;
    top: 0;
    right: 7%;
    width: 250px;
    height: 250px;
}
  .blog_dtl_imgs img {
    width: 75%;
}
/* ...............02-02-2026..... */
.container_wrapper h2 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 15px;
}
.container_wrapper h3 {
    font-size: 18px;
    line-height: 34px;
    margin: 20px 0;
}


}
@media (max-width: 767px) {

.paper-type-tile img {
    height: 250px;
}
  
    .pdp-detail-bond-images .bound_image_section ul li {
    width: 50%;
    max-width: 50%;
}
  .pdp-detail-bond-images .bound_image_section ul li img {
    height: 300px;
}
      .header__heading-logo {
        width: 80px;
    }
      .collection {
        padding-top: 40px !important;
    }
      .banner-content-sec .col-md-6:first-child {
        margin-top: 30px;
    }
  .pdp-detail-bond-images {
    margin-bottom: 40px;
}
  ul.paper-section a{
    width: 33.33%;
  }
  .footer {
    position: relative;
  }
  .call-us-btn .all_btn span {
    display: none;
  }
  .call-us-btn .all_btn svg {
    margin: 0;
  }
  .call-us-btn .all_btn {
    font-size: 0;
    padding: 13px;
    border-radius: 50px !important;
    width: 50px;
    height: 50px;
            align-items: center;
  }
  .header__heading-logo {
    float: initial;
  }
.rock-image-sec .image-section img {
    height: 400px;
  }
  .banner-content-sec h2 {
    font-size: 32px;
  }
  .banner-content-sec p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .all_btn {
    font-size: 14px;
  }
  .rock-main-img img {
    width: 75%;
    margin-bottom: 25px;
  }
  .Solutions-content-text h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .span.caption-para {
    margin-bottom: 15px;
  }
  .Solutions-content-text p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .Solutions-content-text .btn-section {
    margin-top: 30px;
  }
  .all_heading {
    font-size: 32px;
    margin-bottom: 0px;
  }
  .collection__title.title-wrapper {
    margin-bottom: 1.5rem !important;
  }
  .collection .slider-mobile-gutter ul li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .collection .product-grid {
    padding: 0 5px;
  }
  .paper-solution-section {
    padding: 40px 0;
  }
  .collection .all_btn {
    margin: 30px auto auto;
  }
  .commint-sec {
    padding: 40px 0;
    margin-top: 40px;
  }
  .leftsise-sec p {
    margin-bottom: 15px;
  }
  .leftsise-sec h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .commit-desc-section p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .commit-desc-section p small {
    font-size: 16px;
  }
  .featured-section {
    padding: 40px 0;
  }
  .featured-section .section-title h2,
  .testi-inner-bg-images h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .testi-inner-bg-images {
    padding: 40px 0;
  }
  .blog .title-wrapper-with-link h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .blog {
    margin-top: 40px;
  }
  .rock-img-section {
    margin-top: 40px;
  }
  .footer {
    padding-top: 40px !important;
  }
  .footer .footer__content-top {
    padding: 0px 10px;
  }
  .footer .footer-block__image-wrapper {
    padding: 0px;
    margin-bottom: 0 !important;
  }
  .footer .footer-block__details-content,
  .footer .footer-block.grid__item {
    margin: 0;
  }
  .footer-block__image-wrapper img {
      margin: auto !important;
  }
  .footer-block.grid__item {
    width: 50% !important;
    max-width: 50% !important;
  }
  .footer .footer__blocks-wrapper {
    display: flex !important;
    justify-content: space-between;
  }
  .footer-block__image-wrapper img {
    max-width: 70%;
    width: 70%;
  }
  .copy-right-image {
    display: none;
  }
  .footer .footer__blocks-wrapper ul li a {
    padding: 0;
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .footer .footer__blocks-wrapper ul {
    justify-content: start;
  }
  .testi-inner-bg-images .slick-prev {
    left: -8%;
  }
  .testi-inner-bg-images .slick-next {
    right: -8%;
  }
  .footer-block-image {
    justify-content: flex-start !important;
  }
  .caption-image-sec {
    right: 30%;
    width: 170px;
    height: 170px;
  }
  .rock-main-img {
    padding-top: 130px;
  }
  .collection .slider-mobile-gutter ul li {
    width: 49%;
    max-width: 49%;
  }
  ul.collection-list .grid__item {
    width: 49%;
    max-width: 49%;
  }
  .leftsise-sec {
    margin-bottom: 30px;
  }
  .blog .slider-button {
    background: #e3e3e3;
    margin: 5px;
  }
  .blog .slider-counter.caption {
    display: none;
  }
  .mobile_views {
    display: block !important;
  }
  .desktop_views {
    display: none !important;
  }
  /* ............about/16/01/2025............ */
  .image-with-text__content {
    padding: 0 !important;
  }
  .multirow__inner h2.image-with-text__heading {
    margin-top: 15px;
  }
  .image-with-text__content > * + * {
    margin-top: 2rem !important;
  }
  .multirow__inner .image-with-text__text ul li {
    margin: 17px 0;
  }
  .multirow__inner .image-with-text__text ul {
    margin: 0 !important;
  }
  .multirow__inner .image-with-text {
    margin-bottom: 40px;
  }
  .multirow__inner .image-with-text__text ul li {
    margin-bottom: 0;
  }
  .section-template--24080413720851__multirow_edCmtr-padding {
    padding-top: 27px;
    padding-bottom: 0px !important;
  }
  .about_us_desc p {
    margin-bottom: 0;
  }
  .about_us_main {
    padding-bottom: 130px;
  }
  .about_rock_title_desc h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .about_rock_title_desc p {
    margin-bottom: 0;
  }
  .about_rock_bg_img img {
    height: 745px;
  }
  .about_us_desc h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  /* ..............contact_us................. */
  .custom-banner-main {
    height: 300px;
  }
  .custom-banner-main img {
    height: 100%;
    object-fit: cover;
  }
  .custom_banner_title_desc {
    max-width: 100%;
  }
  .contact_banner .custom_banner_title_desc h2 {
    font-size: 30px;
    text-align: center;
  }
  .contact_banner .custom_banner_title_desc p {
    font-size: 16px;
    text-align: center;
  }
  .contact_container {
    flex-wrap: wrap;
  }
  .contact_icon_n_address {
    width: 100%;
  }
  .contact_form {
    width: 100%;
    margin-top: 60px;
  }
  .contact_banner {
    flex-wrap: wrap;
  }
  .custom_banner_img {
    margin-top: 30px;
  }
  .faq-container .tabs .tab {
    font-size: 14px;
  }
  .page-faqs .about-page-get-row h2 {
    font-size: 30px;
  }
  .main-blog h1 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 0;
  }
  .article-template > *:first-child:not(.article-template__hero-container) {
    margin-top: 30px !important;
  }
  .article-template__tags {
    flex-wrap: wrap;
  }
  .article-template__tags ul {
    padding-left: 0;
    margin-top: 15px;
  }
  .blog_dtl_imgs .col-md-6 {
    width: 50%;
  }
  .footer-block.grid__item:first-child {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center;
    display: flex;
    order: 1;
  }
  .footer-block.grid__item {
    order: 2;
  }
  .footer-block.grid__item:nth-child(3) {
    order: 5;
    width: 100% !important;
    max-width: 100% !important;
  }
  .footer-block.grid__item:nth-child(4) {
    order: 3;
  }
  .collection_title {
    font-size: 30px;
    margin-top: 40px;
  }
  .collection-list__item {
    margin-bottom: 10px;
  }
  .Paper-types-section {
    margin-top: 40px;
    padding: 40px 0;
  }
  .Paper-types-section .types-sec h2 {
    font-size: 32px;
  }
  .paper-type-tile:first-child {
    margin-bottom: 20px;
  }
  .paper-type-block {
    flex-wrap: wrap;
  }
  .page-collections .quote-section {
    margin: 40px 0 40px;
  }
  .product-application-section .contact-details ul {
    padding-left: 0;
  }
  .product-application-section {
    padding: 40px 20px;
  }
  .product-application-section .contact-details ul {
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-application-section .contact-details ul li {
    text-align: center;
    margin-bottom: 15px;
    padding: 0 5px;
  }
  .product-application-section .contact-details ul li:last-child {
    margin: auto;
  }
  .Paper-types-section {
    overflow: hidden;
  }
  .paper-type-img h3 {
    font-size: 20px;
    bottom: 15px;
    left: 15px;
  }
  .collection-banner-content h2 {
    font-size: 30px;
  }
  .collection-banner-content {
    top: 50px;
  }
  .collection-banner-content p {
    font-size: 16px;
  }
  .journal-collection-sec {
    height: 300px;
  }
  .journal-image {
    height: 300px;
  }
  .Journals-content h2 {
    font-size: 30px;
  }
  .key_benefits_block_item img {
    width: 80px;
    height: 80px;
  }
  .quote-section {
    margin: 0px 0 40px;
  }
  .journal-pdp-img {
    height: 350px;
  }
  .custom_key_benifits_section .key_benefits_block .key_benefits_block_item {
    padding: 0 5px;
  }
  .key_benefits_block_item img {
    width: 60px;
    height: 60px;
  }
  .about-page-get-a-quote {
    padding-bottom: 40px;
  }
  .product-application-section .contact-details ul li p {
    font-size: 16px;
  }
  .bound_image_section ul {
      flex-wrap: wrap;
  }
  .bound_image_section ul li {
      padding: 5px 5px;
  }
  .Why_Rock_Paper ul li span {
    font-size: 16px;
    line-height: normal;
}
  .Why_Rock_Paper ul li .column-1 {
    padding-left: 15px;
}
.Benefits-Rock-Paper {
    padding: 50px 0;
    margin-top: 60px;
}
.rock_section ul {
    margin: 0 -7px;
}
.rock_section ul li{
  padding: 7px;
}  
.footer .footer__blocks-wrapper ul.footer__list-social {
    margin-top: 30px;
}

.request-quote-form .requst_col-sec{
  flex-wrap: wrap;
}

.request-quote-form{
  margin-top: 0;
  margin-bottom: 60px;
}
.footer__content-top {
    padding-bottom: 40px!important;
}  

 .page-wholesale .all_btn{
      margin: auto;
    margin-top: 16px;
  }
  .article-template__content h3 {
    font-size: 20px;
    line-height: 25px;
}
.article-template__content ul, .article-template__content ol {
    padding-left: 25px;
    margin: 15px 0;
}
.article-template__content  li {
    margin-bottom: 6px;
}
.blog_pg_faq h3.blog_pg_faq_title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.blog_pg_faq .faq_grid_item_ques {
    padding-right: 0;
    font-size: 18px;
    line-height: 25px;
}
.blog_pg_faq {
    margin: 40px 0 40px;
}
.element-margin-top {
    margin-top: 1rem;
}
.blog_dtl_imgs {
    margin: 0 0 20px;
}
  
}
@media (max-width: 580px) {
  .about_rock_bg_img img {
    height: 790px;
  }
  .paper-type-tile {
    width: 100%;
  }
  .contact_banner .custom_banner_title_desc h2 {
    font-size: 26px;
  }
  .faq-container .faq-content h2 {
    font-size: 28px;
    font-weight: normal;
  }
  .caption-image-sec {
    right: 17%;
    width: 165px;
    height: 170px;
  }
  .collection .slider-mobile-gutter ul li,
  ul.collection-list .grid__item {
    width: 100%;
    max-width: 100%;
  }
  .leftsise-sec h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .featured-section .section-title h2,
  .testi-inner-bg-images h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .testi-inner-bg-images .slick-next {
    right: 0;
  }
  .testi-inner-bg-images .slick-prev {
    left: 0;
  }
  ul.paper-section {
    flex-wrap: wrap;
  }
  ul.paper-section li {
    width: 100%;
  }
  .testimonial-content-settings {
    padding: 0 10px;
  }
  .featured-section .col-md-3 {
    padding: 0 10px;
  }
  .featured-section .slick-list.draggable {
    border: none;
  }
  .featured-section .card.card--standard.card--media {
    border: 1px solid #000;
  }
  .rock-announcement {
    display: none;
  }
  .menu-drawer__menu-item {
    padding: 1rem 1rem !important;
    font-size: 16px !important;
  }
  .menu-drawer__navigation {
    padding: 1rem 0 !important;
  }
  .menu-drawer {
    background-color: rgb(245 245 245) !important;
  }
  .menu-drawer__utility-links svg path {
    fill: #535353;
  }
  header.header {
    padding: 0 10px !important;
  }
  /* ............about/16/01/2025............ */
  .multirow__inner h2.image-with-text__heading {
    font-size: 26px;
    margin-top: 20px !important;
    margin-bottom: 0px;
  }
  .image-with-text__content > * + * {
    margin-top: 20pximportant;
  }
  .about_us_desc h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .about_us_desc p {
    font-size: 14px;
  }
  .about_us_desc {
    padding: 15px;
  }
  .about_rock_main_img {
    height: 250px;
  }
  .about_rock_title_desc {
    padding: 17.5px;
  }
  .about-rock-paper {
    padding: 50px 0;
  }
  .about-page-get-row p {
    font-size: 22px;
  }
  .about-page-get-row {
    padding: 40px 20px;
  }
  .about-page-get-row a.all_btn {
    margin: 20px auto 0;
  }
  .about-page-get-a-quote {
    padding-bottom: 50px;
  }
  .main-blog .blog-articles__article {
    width: 100%;
  }
  .page-faqs .about-page-get-row h2 {
    font-size: 22px;
  }
  .about_us_main_sec img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .about_us_desc {
    position: absolute;
    max-width: 90%;
    right: 0;
    width: 90%;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .collection .grid__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .Journals-content ul li {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 5px;
  }
  .Journals-content {
    padding: 40px 10px 10px; 
  }
  .collection-banner-content h2 {
    margin-bottom: 10px;
  }
  .key_benefits_block_item img {
    width: 60px;
    height: 60px;
  }
  .Journals-content ul li img {
    width: 50px;
  }
  .journal-image {
    height: 250px;
  }
  .Journals-content h2 {
    font-size: 22px;
  }
  .journal-pdp-img {
    height: 300px;
  }
  .pdp-banner-content p {
    font-size: 16px;
  }
  .bound_journal_image img {
    height: 250px;
  }
  .about-content-section h2 {
    font-size:  24px;
  }
  .product-application-section .contact-details ul li {
    width: 100%;
  }
.about-content-section ul li {
    font-size: 16px;
    margin-bottom: 10px;
}
    .shopify-policy__container {
    margin: 40px auto 50px;
  }
  .shopify-policy__body .rte,
  .shopify-policy__body p,
  .shopify-policy__body .rte li {
    font-size: 15px;
    line-height: 25px;
  }
  .shopify-policy__title h1 {
    font-size: 30px;
  }
  .customer-favorites .slick-next {
    right: 10px;
  }
  .customer-favorites .slick-prev {
      left: 10px;
  }
  .collection-banner-content h2, .favorites-title, .custom_key_benifits_section .key_benefits h2, .pdp-banner-content h2, .benefits-banner-section .benifits-content h2, .multicolumn .multicolumn__title h2, .together_sec .leftsise-sec h2, .Why_Rock_Paper h3, .Paper-types-section .types-sec h2, .collection_title {
    font-size: 30px;
}
.pdp_about_section {
    margin-bottom: 60px;
}
.bound_image_section {
    margin: 40px 0 20px;
}
.rock-banner-section .slick-dots {
    bottom: 10px;
}
.outer-bg-testimonial-sec .slider-item {
    width: 100%;
}
.rock_section ul li {
    width: 100%;
}
.about-page-get-a-quote span {
    font-size: 16px;
}  
.blog_dtl_imgs img {
    width: 100%;
}
.main_container {
    padding: 0 15px !important;
}

/* .........02-02-2026........... */
.container_wrapper h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
}
.container_wrapper ul {
    padding-left: 25px;
}
.container_wrapper h3 {
    font-size: 16px;
    line-height: 27px;
    margin: 20px 0;
}
.main_container {
    padding: 60px 0;
}
.container_wrapper ul li {
    margin-bottom: 10px;
}


}
@media (max-width: 390px) {
  .leftsise-sec h2 {
    font-size: 24px;
  }
  .product-application-section .content-sec h2,
  .banner-content-sec h2,
  .all_heading,
  .blog .title-wrapper-with-link h2 {
    font-size: 30px;
  }

}



