.cw-enquiry-pop-up {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.cw-enquiry-pop-up.active {
    display: block;
}

.cw-enquiry-pop-up-content {
    position:relative;
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
/*     width: 80%; */
    min-height:40%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s;
}


/* Add Animation */
@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.cw-enquiry-pop-up-close {
    color: #aaaaaa;
    float: right;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    padding: 0 10px;
    right: 0;
    top: 0;
}

.cw-enquiry-pop-up-close:hover, .cw-enquiry-pop-up-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.cw-enquiry-pop-up-header {
    position: relative;
    padding: 2px 16px;
    color: white;
}

.cw-enquiry-pop-up-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
}

.cw-enquiry-pop-up-body {
/*     padding: 2px 16px; */
}

.cw-enquiry-pop-up-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.cw-enquiry-pop-up-checkbox1 {
    flex: 1;
    margin-right: 200px;
}
.cw-enquiry-pop-up-checkbox2{
    flex: 1;
    margin-left: 200px;
}

/*new styles for popup*/

*{
    margin: 0;
    font-family: "Roboto Condensed", Sans-serif;
    box-sizing: border-box;
}

@media screen and (max-width:767px) {
    .inner-col {
        display: flex;
        flex-direction: column-reverse;
		gap: 60px
    }

    .inner-col .head{
        flex-direction: column-reverse;
    }
    .inner-col .head .col-2{
/*         padding-bottom: 30px; */
    }

    .extra-custom .timing input{
        max-width: 120px !important;
        width: 100% !important;
    }

    .down-broch.pop-btn{
        margin-right: auto ;
        margin-left: unset !important;
    }

    .img-col{
        padding-bottom: 20px;
    }

    .extra-custom .qty{
        padding-right: 35px !important;
    }

    .img-btn-footer{
        justify-content: start !important;
    }

    .customization{
        margin-left: unset !important;
    }
}

@media screen and (max-width:1024px) {
	.cw-enquiry-pop-up-content {
    width: 90%;
}
    .main-container{
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

@media screen and (min-width:768px) {
    .img-col{
/*         max-width: 443px;
        margin-left: auto; */
        width: 50%;
    }

    .info-col{
/*         max-width: 436px;
        margin-right: auto; */
        width: 50%;

    }

    .inner-col .head .col-2 img{
        max-width: 100px;
        width: 100%;
    }

}

@media screen and (max-width:1024px) and (min-width:768px) {
	
	.inner-col{
	gap: 40px
}

    .info-col{

        width: 55% !important;
/*         padding-right: 60px; */
    }

    .img-col{
/*         padding-left: 10px; */
        width: 45% !important;

    }

    .inner-col .head .col-2{
        width: 30%;
    }
    .inner-col .head .col-1{
        width: 70%;
    }
}
@media (min-width: 1025px){
	.cw-enquiry-pop-up-content {
    width: 80%;
}
	.inner-col{
	gap: 60px
}
}
.main-container{
    max-width:1010px;
    margin: 0 auto;
    padding: 50px 10px 50px 10px;
}

.main-heading{
    background: #460099;
    color:white;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400!important;
    text-transform: uppercase;
    padding: 8px 10px;
}

.inner-col{
    margin-top: 30px;
}

.inner-col .head{
    display: flex;
	justify-content: space-between;
    gap: 20px;
}


.inner-col .head  h1{
    font-size: 35px !important;
    line-height: 41px !important;
    font-weight: 300 !important;
    color: #460099;
    text-transform: uppercase;
}





.img-col img{
    width: 100%;
    background:#F5F5F5;
}

.inner-col{
    display: flex;
/* 	gap: 60px */
}

.sku{
    font-weight: 700;
    padding-top: 10px;
}

.info-col ul{
    padding: 0;
    list-style: none;
    padding-top: 30px;
}

.info-col ul li{
    font-size: 16px !important;
    line-height: 24px !important;
}

.extra-custom-head{
    border-top: 1px solid #460099;
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 15px;
    margin-top: 25px;
}

.extra-custom{
    border-bottom: 1px solid #460099;
    display: flex;
    padding-bottom: 12px;
    /* justify-content: space-between; */
    margin-bottom: 20px;
}

.extra-custom .qty input , .extra-custom  .timing input{
    /* max-width: 85px; */
    border-radius: 0px !important;
    color:  #460099 !important;
    background: #F5F5F5 !important;
    border: 1px solid #F5F5F5 !important;
    font-weight: 500 !important;
    /* height: 56px !important; */
    border: none !important;
    outline: none !important;
    padding: 10px 0px 10px 15px;
    font-size: 17px;
    width: 100%;
}

.extra-custom .qty{
    padding-right: 65px;
}

.extra-custom  .timing{
    padding-left: 30px;
    border-left: 1px solid #460099;
    width: 100%;
}

.extra-custom .qty input {
    max-width: 82px!important;
    width: 100%;
}

.extra-custom p{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px !important;
    font-weight: 400;
    padding-bottom: 10px;
}

.extra-custom-head span{
    font-size: 16px;
}

.extra-custom-head a{
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    color: #460099;
}


.extra-custom  .timing input[type="date"]::-webkit-inner-spin-button,
.extra-custom  .timing input[type="date"]::-webkit-calendar-picker-indicator {
    /* display: none; */
    /* -webkit-appearance: none; */

    /* width: 100%; */
    /* opacity: 0; */
    /* background: transparent; */
}


a.pop-btn{
    font-size: 15px;
    line-height: 15px;
    width: 100%;
    max-width: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    text-decoration: none;
    padding: 15px;
    color: #460099;
    background: #F5F5F5;
    border-radius: 37px;
    gap:5px;
    font-weight: 500;
    transition: .2s all ease;
}

.down-broch.pop-btn{
    max-width: 200px !important;
}

.info-col .add-inq.pop-btn::before{
    content: url(https://cubeweb.arnoldstreetmedia.com/wp-content/uploads/2024/07/Plus-Icon-updated.svg);
    margin-top: 1px;
}

.down-broch.pop-btn::before{
    content: url(https://cubeweb.arnoldstreetmedia.com/wp-content/uploads/2024/07/Down-Arrow-SVG.svg);
    margin-top: 1px;
}

.customization.pop-btn::before{
    content: url(https://cubeweb.arnoldstreetmedia.com/wp-content/uploads/2024/07/Red-Arrow-SVG.svg);
    margin-top: 1px;
}

/* .pop-btn:hover{
    background: transparent !important;
} */

.info-col .add-inq.pop-btn:hover::before{
    content: url(https://cubeweb.arnoldstreetmedia.com/wp-content/uploads/2024/07/Plus-Icon-fill.svg) !important;
}


.down-broch.pop-btn:hover::before{
    content: url(https://cubeweb.arnoldstreetmedia.com/wp-content/uploads/2024/07/Down-Arrow-Fill-SVG.svg) !important;
}

.customization.pop-btn:hover::before{
    content: url(https://cubeweb.arnoldstreetmedia.com/wp-content/uploads/2024/07/White-Arrow-SVG.svg) !important;
}
.cw-enquiry-btn a{
	margin: 0 !important;
}
.cw-enquiry-btn{
	padding-top: 1em
}
.prod-imgs{
    display:flex;
    gap: 20px;
    padding: 20px 0;
    /* flex-wrap: wrap; */
}

.prod-imgs img{
    flex: 1 1 25%;
    max-width: 25%;
}


.img-btn-footer{
    display: flex;
    justify-content: end;
    gap: 15px;
    flex-wrap: wrap;
}

.customization{
    border: 2px solid #EF333F !important;
    background-color: transparent !important;
    color: #EF333F !important;
}

.customization.pop-btn:hover{
    background-color: #EF333F !important;
    color: #fff !important;
}
#enquiry-loader {
    position: absolute;
    top: 35%;
    left: 50%;
    display: block;
    border: 10px solid #460099;
    border-radius: 50%;
    border-top: 10px solid #9534db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    backdrop-filter: blur(10px);
    z-index: 10;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.blurred {
    filter: blur(5px);
    transition: filter 0.3s ease;
}