.popup-backdrop-close {
    cursor: pointer;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.cat-prod-popup-container {
    border-radius: 20px 20px 0 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    background-color: #fff;
    display: grid;
    overflow: hidden;
    padding: 10px 0 80px;
    position: absolute;
    transition: 250ms all;
    width: 100%;
}
@media(min-width:1024px) {
    .cat-prod-popup-container {
        border-radius: 20px;
        width: 490px;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        padding-top: 40px;
    }
    .cat-prod-close {
        cursor: pointer;
        display: block;
        height: 13px;
        position: absolute;
        left: 15px;
        top: 20px;
        width: 13px;
        z-index: 1;
    }
    .cat-prod-close:before, .cat-prod-close:after {
        background-color: #4D4D4D;
        content: "";
        cursor: pointer;
        height: 17px;
        position: absolute;
        left: 6px;
        top: -2px;
        width: 2px;
        z-index: 1;
        transform: rotate(-45deg);
    }

    .cat-prod-close:after {
        transform: rotate(45deg);
    }
}
@media(max-width:1023px) {
    .cat-prod-popup-container {
        display: flex;
        flex-direction: column;
        padding-top: 10px;
        bottom: 0;
        transition: all 250ms ease-in-out;
        transform: translateY(100%);
    }
    .cat-prod-wrapper.checked ~ .cat-prod-popup .cat-prod-popup-container, .cat-prod-popup.show .cat-prod-popup-container {
        transform: translateY(0%);
        max-height: calc(100% - 15%);
    }
    .cat-prod-close {
        border-radius: 2px;
        background-color: #D5D5D5;
        display: block;
        height: 3px;
        margin: 0 auto 15px;
        width: 40px;
    }
}
.popup-wrap {
    overflow-y: auto;
}
@media (min-width: 1024px) {
    .popup-wrap {
        max-height: 635px;
    }
}
.cat-prod-popup-optn-dv {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    margin: 13px 30px 0;
}
.cat-prod-popup-hdn {
    color: var(--default-font-color);
    display: block;
    font: 700 14px/20px var(--roboto-condensed);
    margin-bottom: 13px;
}
@media (min-width: 1024px) {        
    .cat-prod-popup-hdn {
        color: var(--default-font-color);
        font-size: 16px;
        line-height: 22px;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 15px;
        text-align: center;
        text-transform: uppercase;
    }
}


.item-value-div {
    display: block;
    width: 100%;
}

@media(max-width:1023px) {
    .item-value-div {
        overflow: hidden;
    }
}
.spcifications {
    color: var(--dark-liver);
    display: block;
    font-weight: 300;
    flex-basis: 100%;
    margin-bottom: 5px;

}
.swatches {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
}

.swatches .item {
    display: inline-flex;
    margin: 0 7px 15px;
    text-align: center;
    transition: all .3s ease-in-out;
    height: 38px;
    min-width: 50px;
}
.swatches .item .button {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    color: #4d4d4d;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    padding: 10px;
    height: 100%;
    width: 100%;
}
.swatches .item .button.active, .swatch-button .button.active {
    border-color: var(--free-speech-red);
    color: var(--free-speech-red)
}

.swatches .item .loader {
    padding: 0 10px;
    height: 38px;
}

.swatches .item .loader img {
    height: 35px;
}
.cat-prod-popup-dtls {
    display: grid;
    grid-template-columns: 135px auto;
    grid-gap: 15px;
    padding-top: 15px;
    margin: 0 30px 15px;
}
.cat-prod-popup-dtls a {
    font-weight: 300;
}
.cat-prod-popup-dtls .img-wrapper img {
    border-radius: 7px;
    height: auto;
    max-width: 135px;
}
.cat-prod-bx {
    display: block;
    float: inherit;
    width: 100%;
    height: 100%;
}
.cat-prod-popup-contnt {
    padding-top: 10px;
}
.cat-prod-popup-price {
    display: block;
    margin-top: 10px;
}
.cat-prod-popup-btm-wrapper {
    background: linear-gradient(to top, #F2ECF5 0%, #ffffff 100%);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
@media (min-width: 1024px) {
    .cat-prod-popup-btm-wrapper {
        border-radius: 0 0 20px 20px;
    }
}
.cat-prod-popup-btm-wrapper > div {
    position: relative
}
.cat-prod-popup-btm-wrapper .css-loader {
    position: absolute;
    left: 44%;
    top: 32%;
    height: 20px;
    width: 20px;
}
.popup-white-btn {
    align-items: center;
    background-color: var(--white-color);
    border: none;
    border-radius: 7px;
    color: #4D4D4D;
    cursor: pointer;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}
.popup-proceed-btn {
    align-items: center;
    background-color: rgba(178, 1, 1, 0.2);
    border: none;
    border-radius: 7px;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;     
    text-transform: uppercase; 
    width: 100%;
}
    .popup-proceed-btn.active {
        background-color: var(--free-speech-red);
        border-color: var(--free-speech-red);
        cursor: pointer;
    }
    .swatches .item .button.css-selector, .popup-proceed-btn.css-selector {
        border: none;
    }
    .quantity-dv-container {
        border-top: 1px dashed rgba(0, 0, 0, 0.1);
        margin: 0 30px;
    }
.qty-hdn {
    display: block;
    font-family: var(--roboto-condensed);
    margin-top: 10px;
}
.quantity-inr-dv {
    align-items: center;
    display: flex;
    font-size: 16px;
    justify-content: center;
    margin: 15px 0;
}
.qty-dropmenu {
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    cursor: pointer;
    display: grid;
    grid-template-areas: "select";
    margin-left: 15px;
    position: relative;
    width: 70px;
    align-items: center;
}
.qty-dropmenu:after {
    background-color: #b4b4b4;
    content: "";
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
    height: 6px;
    justify-self: end;
    position: absolute;
    right: 10px;
    width: 8px;
}
.qty-dropmenu select {
    appearance: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    outline: none;
    padding-right: 25px;
    text-align: center;
    text-align-last: center;
    width: 68px;
}
.delivery-optns {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin: 0 30px 15px;
    min-height: 76px;
    padding-top: 10px;
}
.delivery-hd {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.delvrymethod {
    color: #4D4D4D;
    font-size: 12px;
    line-height: 14px;
}
.calender-date {
    align-items: center;
    background-color: #4491F1;
    border: 1px solid #4491F1;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font: 700 14px/18px 'Roboto', sans-serif;
    height: 40px;
    justify-content: center;
    margin-bottom: 10px;
    margin-bottom: 15px;
    width: 100%;
}

.calender-date i {
    margin-left: 10px;
}

.fa-calendar-alt::before {
    content: '\f073';
}
.fa-edit:before {
    content: "\f044";
}
.delivery-optns .input-wrap {
	align-items: center;
	border: 1px solid #4491f1;
	border-radius: 3px;
	display: flex;
    height: 40px;
	justify-content: center;
    position: relative;
	width: 100%;
}

.delivery-optns .input-wrap input[type=text] {
	border: none;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	flex: 1;
	color: #4491F1;
	height: 38px;
}

.delivery-optns .input-wrap .input-group-append {
	display: table-cell;
	vertical-align: top;
	width: 15%;
}

.delivery-optns .input-wrap .calendar-btn {
	-ms-flex-positive: 2 !important;
	flex-grow: 2 !important;
}

.delivery-optns .input-wrap .calendar-btn button, .delivery-optns .input-wrap .calendar-btn button:hover, .delivery-optns .input-wrap .calendar-btn button:focus {
	background-color: #4491f1;
	border: none;
	border-radius: 0;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	height: 40px;
	line-height: 22px;
	padding-right: 0;
	padding-left: 3px;
	width: 100%;
}

.delivery-optns .input-wrap.edit-date input {
	float: left;
	width: 85%;
}

.delivery-optns .input-wrap input::placeholder {
	color: #4491f1;
}

.delivery-optns .input-wrap input:-ms-input-placeholder {
	color: #4491f1;
}

.delivery-optns .input-wrap input::-ms-input-placeholder {
	color: #4491f1;
}

.enter-delivery-loader {
	display: flex;
	align-items: center;
	justify-content: center;
}

.enter-delivery-loader img {
	height: 35px;
}

.date-pickr-edit {
    align-items: center;
	background-color: #4491F1;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
    display: flex;
	font-size: 22px;
	height: 38px;
    justify-content: center;
	width: 45px;
}
.delivery-optns .datepicker {
    margin-top: 15px;
}
.ui-datepicker {
    direction: ltr;
    width: 100%;
	display: none;
    visibility: hidden;
    height: 0;
    transition: height 250ms ease-out;
}
  .ui-datepicker.shown {
    visibility: visible;
    height: 273px;
    padding-top: 15px;
    transition: height 250ms ease-in;
  }
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    display: block;
	text-indent: -99999px;
	overflow: hidden;
    width: 1.8em;
	height: 1.8em;
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
    height: 10px;
    width: 10px;
}
.ui-widget-content .ui-icon.ui-icon-circle-triangle-w { 
    border-top: 2px solid var(--white-color);
    border-left: 2px solid var(--white-color);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.ui-widget-content .ui-icon.ui-icon-circle-triangle-e {
    border-top: 2px solid var(--white-color);
    border-right: 2px solid var(--white-color);
    transform: translate(-50%, -50%) rotate(45deg);
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
    border-bottom: 1px solid #f3f3f3;
    color: var(--free-speech-red);
	padding: .7em .3em;
	text-align: center;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
    text-align: center;
    width: 40px;
    height: 35px;
}
.ui-datepicker tbody tr:nth-child(odd) td:nth-child(odd), .ui-datepicker tbody tr:nth-child(even) td:nth-child(even) {
    background-color: #fafafa;
}
.ui-datepicker td span,
.ui-datepicker td a {
    color: #4f5558;
	display: block;
	padding: .2em;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	background: var(--white-color);
	color: var(--default-font-color);
}
.ui-widget-content a {
	color: var(--default-font-color);
}
.ui-widget-header {
	background: var(--free-speech-red);
	color: var(--white-color);
	font-weight: 500;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    text-transform: uppercase;
}
.ui-widget-header a {
	color: var(--default-font-color);
}
.ui-datepicker .ui-state-disabled span {
    color: #c1bfbf;
}
.ui-datepicker .ui-state-active {color: var(--white-color);}
.ui-state-active:after {
    background-color: var(--free-speech-red) !important;
    border-radius: 50%;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 21%);
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    margin: -22px auto 0;
}
.popup-full-width-button {
    align-items: center;
    background-color: var(--free-speech-red);
    border: 1px solid var(--free-speech-red);
    border-radius: 7px;
    color: var(--white-color);
    cursor: pointer;
    font-weight: 500;
    height: 50px;
    line-height: 50px; 
    text-transform: uppercase; 
    position: relative; 
    margin: 0 15px 15px;
    width: calc(100% - 30px);
}
.popup-button-loader {
    background-color: var(--white-color);
    border-color: var(--white-color);}
.popup-button-loader:after  {
    background: url(https://www.giftstoindia24x7.com/svg22/gti-load21.svg) no-repeat 0 0;
    background-size: contain;
    content: '';
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
}
.css-loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #96172E;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}