@media only screen and (max-width:1300px){
    .siteContainer {
        max-width: 90%;
    }

    body h1 {
        font-size: 55px;
        line-height: 65px;
    }

    .pConfiguratorInnerSection{
        max-width: 450px;
    }
    .cTypesGroup {
        width: 450px;
        height: 700px;
    }
}

@media only screen and (max-width:1199px){
    .pConfiguratorDetail {
        width: 55%;
        padding-bottom: 35px;
    }

    .pConfiguratorImage {
        width: 45%;
    }

    body h1 {
        font-size: 40px;
        line-height: 55px;
    }

    .pCDBoxCol {
        width: 33.33%;
    }

    .productSummaryImage {
        width: 50%;
        text-align: right;
    }

    .productSummaryDetail {
        width: 50%;
    }

    .pConfiguratorInnerSection{
        max-width: 300px;
    }
    .cTypesGroup {
        width: 300px;
        height: 550px;
    }

    .pSumarryImage {
        width: 400px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){
    .pCDBoxCol {
        width: 50%;
    }
    .patternIcons ul li{
        margin-right: 10px;
    }

    .productSummaryImage {
        width: 45%;
        text-align: right;
    }

    .productSummaryDetail {
        padding: 30px 0 30px 0;
        width: 55%;
    }

    .productSummaryImage img{
        max-width: 250px;
    }
    .engravingPopup {
        right: -310px;
    }
    .pCDInputCol {
        width: 60%;
    }

    .pCdBtnCol {
        width: 40%;
    }
    .cTypesGroup {
        width: 220px;
        height: 400px;
    }

    .pConfiguratorInnerSection{
        max-width: 210px;
    }

    .pSumarryImage {
        width: 230px;
    }

    .pPageTitle {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pPageTitleInner {
        width: 100%;
    }

    select.languageSelect {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:767px){
    .productInnerBox {
        padding: 0 20px;
    }

    .pConfiguratorDetail {
        width: 100%;
        margin-bottom: 20px;
        padding:0;
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2;
    }

    .pConfiguratorImage {
        width: 100%;
        padding-bottom: 20px;
        max-width: unset;
    }

    body h1 {
        font-size: 30px;
        line-height: 42px;
    }
    body h2 {
        font-size: var(--font-size-20);
        line-height: var(--line-height-24);
    }
    .pPageTitle h2 {
        margin: -16px 0 20px;
    }
    .productSummaryDetail {
        padding: 20px 0 30px 0;
        width: 100%;
        -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
        order:2;
    }

    .productSummaryImage {
        width: 100%;
        -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
        order:1;
    }

    .productSummaryImage img {
        height: 300px;
        object-fit: scale-down;
    }
    .engravingPopup {
        right: 0;
    }

    .pCDInputCol {
        width: 60%;
    }

    .pCdBtnCol {
        width: 40%;
    }

    .pConfiguratorInnerSection{
        max-width: 410px;
    }
    .cTypesGroup {
        width: 400px;
        height: 600px;
    }

    .pSumarryImage {
        height: 450px;
    }

    .pPageTitle {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pPageTitleInner {
        width: 100%;
    }

    select.languageSelect {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .pConfiguratorImage .cType h3 {
        width: 50px;
    }
}

@media only screen and (max-width:600px){
    body h1 {
        font-size: 24px;
        line-height: 24px;
    }
    body h2 {
        font-size: var(--font-size-16);
        line-height: var(--line-height-24);
    }
    .pPageTitle h2 {
        margin: -10px 0 20px;
    }
    .pCDBoxCol {
        width: 50%;
    }
    .pCDBox .pCDBoxToggle {
        font-size: var(--font-size-16);
        line-height: var(--line-height-18);
        padding: 18px 16px;
    }
    a.pCDBoxToggle span.pCDBoxvariationTitle {
        font-size: var(--font-size-14);
        line-height: 14px;
        margin-top: 6px;
    }
    .pCDBox.selectedBox a.pCDBoxToggle::before{
        width: 35px;
        height: 35px;
    }
    .pCActions{
        margin-top: 20px;
    }
    .patternIcons ul li{
        margin-right: 8px;
    }

    .pCDToggleCol h5{
        font-size: 16px;
    }

    .engraveTextDisplay {
        bottom: 35%;
        left: 33%;
    }

    .engravingPopup::before{
        display: none;
    }

    .cType ul label{
        padding: 3px;
    }

    .cTypeImage {
        width: 30px;
        height: 40px;
        margin: 0 auto;
    }
    
    .cType {
        right: 0;
    }
    .pConfiguratorInnerSection{
        max-width: 230px;
    }
    .cTypesGroup {
        width: 230px;
        height: 450px;
    }

    .pSumarryImage {
        width: 300px;
        height: 350px;
    }

    .engraveTextDisplay{
        font-size: 16px;
    }
}