.Product_Page{ .pdp_6 { padding: 30px 0px; background-color: var(--themeBg1); } .relatedHeading { font-size: 25px; font-weight: 600; padding-bottom: 20px; } .relatedProducts { padding: 10px; border-radius: 10px; background-color: var(--themeBg2); } .justifyEnd { justify-content: flex-end; } .pdpInner { background-color: var(--themeBg2); padding: 30px; border-radius: 20px; } .custGrid { grid-template-columns: 1fr 0.7fr; } .leftSec { overflow: hidden; background-color: var(--themeBg1); padding: 30px; border-radius: 15px; } .navBtnMain { pointer-events: none; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; } .arrowBtn { width: 40px; height: 40px; pointer-events: all; cursor: pointer; background-color: var(--btnColor); border-radius: 5px; } .arrowBtn i { color: var(--btnTextColor); font-size: 18px; } .rightSec { background-color: var(--themeBg1); padding: 30px; border-radius: 15px; } .pName { font-size: 30px; line-height: 40px; margin-bottom: 10px; color: var(--headingColor1); font-weight: 600; font-family: var(--hFont); } .smallCard { padding: 15px; background-color: var(--themeBg2); border-radius: 10px; overflow: hidden; } .smallInnerHead { font-size: 14px; line-height: 24px; color: var(--paragraphColorBlack); font-weight: 400; } .smallInnerPara { font-size: 16px; line-height: 26px; color: var(--paragraphColorBlack); font-weight: 500; } .smallText { font-size: 18px; line-height: 26px; font-weight: 600; color: var(--headingColor1); margin-bottom: 10px; } .whySec { margin: 30px 0px; padding: 30px; background: var(--themeBg1); border-radius: 15px; } .cardSec { padding: 20px; border-radius: 15px; background-color: var(--themeBg1); } .cardCustGrid { grid-template-columns: 90px 1fr; } .iconSec { padding: 15px; width: 60px; height: 60px; border-radius: 10px; background-color: var(--themeBg2); } .cardHead { font-size: 16px; line-height: 20px; color: var(--headingColor2); font-weight: 600; margin-bottom: 5px; } .para { font-size: 13px; line-height: 23px; color: var(--paragraphColorBlack); } .tabs { padding: 5px 10px; background-color: var(--btnColor); color: var(--paragraphColorBlack); border: 1px solid #ccc; font-size: 14px; line-height: 24px; border-radius: 5px; font-weight: 500; cursor: pointer; } .activeTab { border: 1px solid #ccc; border-bottom: 3px solid #000; font-weight: 600; } .tabMainSec { margin: 30px 0px; } .tabHead { font-size: 20px; line-height: 30px; color: var(--headingColor2); font-weight: 600; } .tabHeadSec { margin-bottom: 10px; } .pDetailSec { padding: 30px; background-color: var(--themeBg1); border-radius: 15px; display: none; } .activeDet { display: block; } .width95 { width: 95%; } .imgSec { border-radius: 10px; line-height: 0px; overflow: hidden; } .rightLeftSec { padding-bottom: 30px; } .rightLeftSec:nth-last-child(1) { padding-bottom: 0px; } .floatBtn { position: sticky; bottom: 50px; z-index: 99; } .whatsBtn { padding: 10px 28px; font-size: 14px; line-height: 24px; background-color: var(--btnColor); color: var(--btnTextColor); border: none; box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15); font-weight: 600; border-radius: 5px; margin-top: 20px; cursor: pointer; } @media only screen and (max-width: 900px) { .custGrid { grid-template-columns: 1fr; gap: 10px; } .pdpInner { padding: 10px; } .leftSec { padding: 10px; } .rightSec { padding: 10px; } .pName { font-size: 22px; line-height: 30px; } .smallCard { padding: 10px; } .pDetail .gap20 { gap: 10px; } .whySec { padding: 10px; margin: 10px 0px; } .cardSec { padding: 10px; } .iconSec { padding: 10px; } .cardCustGrid .gap30 { gap: 20px; } .cardMainSec .gap30 { gap: 10px; } .pDetailSec { padding: 10px; } .tabHeadSec .gap30 { gap: 20px; } .justifyEnd { justify-content: flex-start; } .arrowBtn { width: 30px; height: 30px; } .arrowBtn i { font-size: 12px; } .cardCustGrid { grid-template-columns: 1fr; } .textSec { text-align: center; } .iconSec { margin: 0 auto; } .cardHead { font-size: 15px; } .tabsSec { overflow-x: auto; } .tabMainSec { margin: 20px 0px; } } .cardMainSec .grid2{ grid-template-columns: 1fr 1fr 1fr; } .ck-content .table table{ background-color: rgb(255, 255, 255); border-width: 0px; } .ck-content .table table th{ border-bottom: 2px solid rgba(0, 0, 0, 0.075); padding: 15px 10px; background: hsla(0, 0%, 0%, 5%); border-left-color: initial; border-left-width: 0px; border-right-color: initial; border-right-width: 0px; border-top-color: initial; border-top-width: 0px; } .ck-content .table table td{ border-bottom: 1px solid rgba(0, 0, 0, 0.106); padding: 15px 12px; border-left-color: initial; border-left-width: 0px; border-right-color: initial; border-right-width: 0px; border-top-color: initial; border-top-width: 0px; } .whySec { margin-top: 0px; } .leftSec, .rightSec { margin-bottom: 30px; } .relatedProducts{ padding-top: 35px; } .tabsSec{ white-space:nowrap; } .tabs{ text-transform: uppercase !important; width: max-content; } @media only screen and (max-width: 900px){ .cardMainSec .mobgrid2{ grid-template-columns: 1fr; } .cardCustGrid{ grid-template-columns: 90px 1fr; } .textSec{ text-align: left; } } }.Product_Page{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }