* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ----------about us css----- */

.about-sec {
    width: 100%;
    background: #f5f5ee;
    padding: 10px;
}

.about-sec .custom_container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 50px 100px;
}

.about-sec .custom_container p {
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #5a5858;
}

.about-sec .custom_container p:not(:last-child) {
    padding-bottom: 10px;
}

.about-sec .custom_container h2.heading {
    margin-bottom: 0;
    font-family: 'cormorant infant', 'serif';
    font-weight: 500;
}

.about-sec .custom_container .dividerIcon {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 24px 0 32px;
}


.devider-icon {
    display: flex;
    align-items: center;
    margin: auto;
}

.devider-icon .line {
    height: 1px;
    width: 25px;
    background: #f3b564;
}

.devider-icon .circle {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: 1px solid #f18a06;
}

.slider-container {
    padding: 25px 10px 50px;
}

.slider-container .ab-heading-holder .heading {
    font-size: 40px;
    text-align: center;
    padding-bottom: 36px;
}

.slider-container .about-container {
    max-width: 1470px;
    width: 100%;
    margin: auto;
}


.slider-container .top-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 10px 0 6px -10px gray, -10px 0 6px -10px gray;
}

.slider-container .top-product .hover-box {
    /* padding: 8px; */
    /* background: #f5f5ee; */
    border-radius: 4px;
    /* margin-right: 10px; */
}

.slider-container .top-product-slider {
    max-width: 900px;
    width: 100%;
    margin: auto;
    padding: 0 12px;
}

/* .slider-container .top-product .hover-box:not(:last-child){
    margin-right: 10px;
} */

.slider-container .top-product .box {
    width: 550px;
    height: 468px;
    margin: auto;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.slider-container .top-product .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map {
    background: #f5f5ee;
}

@media (min-width:992px) and (max-width:1400px) {
    .slider-container .top-product .box {
        height: 360px;
    }

    .slider-container {
        padding: 60px 10px;
    }
}

@media (max-width:992px) {
    .slider-container .top-product .box {
        height: 350px;
    }

    .slider-container {
        padding: 50px 10px;
    }

    .about-sec .custom_container {
        padding: 50px;
    }
}

@media (max-width:768px) {
    .contact-form .contact-heading h3, .about-sec .custom_container h2.heading {
        font-size: 40px;
    }

    .slider-container .top-product .box {
        width: 400px;
    }

    .slider-container .ab-heading-holder .heading {
        padding-bottom: 30px;
    }

    .about-sec .custom_container .dividerIcon {
        padding: 12px 0 22px;
    }

    .about-sec .custom_container {
        padding: 30px;
    }
}

@media (max-width:576px) {
    .slider-container .top-product .box {
        height: 290px;
    }

    .slider-container .slick-prev:before, .slider-container .slick-next:before {
        background-size: 12px !important;
    }

    .slider-container .slick-prev:before, .slider-container .slick-next:before {
        width: 30px !important;
        height: 30px !important;
    }

    .slider-container .slick-next {
        right: 20px !important;
    }
}

@media (max-width:450px) {
    .about-sec .custom_container p {
        line-height: 25px;
        font-size: 14px;
    }

    .about-sec .custom_container h2.heading {
        font-size: 28px;
    }

    .slider-container .ab-heading-holder .heading {
        font-size: 28px;
    }

    .about-sec .custom_container {
        padding: 20px 0px;
    }

    .slider-container {
        padding: 20px 8px;
    }

    .slider-container .ab-heading-holder .heading {
        padding-bottom: 18px;
    }

    .slider-container .top-product .box {
        height: 250px;
        width: 280px;
    }
}


.slider-container .slick-prev:before, .slider-container .slick-next:before {
    opacity: 1 !important;
    font-size: 0;
    color: #000 !important;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    background-color: #fff !important;
    box-shadow: 0px 0px 10px 3px #e5e5e5b0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-container .slick-prev:before {
    background: url(../../../assets/images/left1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.slider-container .slick-prev {
    left: 10px;
    z-index: 999;
}

.slider-container .slick-next {
    right: 36px;
    z-index: 999;
}

.slider-container .slick-next:before {
    background: url(../../../assets/images/right1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

/* ----------------------custom page css-------------------------- */

.customPg .top-sec {
    padding: 12px 12px 30px;
    box-shadow: 2px 2px 5px #ddd;
}

.customPg .custom-pg-container {
    max-width: 1320px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
}

input#datepicker {
    font-size: 16px;
}

.customPg .nav.nav-pills {
    justify-content: space-between;
    /* gap: 20px; */
}

.customPg .nav.nav-pills .nav-item {
    width: 32%;
}

.customPg .nav.nav-pills .nav-item .nav-link {
    width: 100%;
    color: #000000;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 5px #ddd;
    font-family: 'cormorant infant', 'serif';
}

.customPg .nav.nav-pills .nav-item .nav-link:hover, .customPg .nav.nav-pills .nav-item .nav-link.active {
    background: #d1b177;
    color: #fff;
}

.customPg .detail-pg {
    padding: 50px 0;
}

.customPg fieldset {
    border: 1px solid #d1b177;
    padding: 15px;
}

/* .customPg fieldset legend{
    font-size: 26px; 
    font-weight: 600; 
    color: #000; 
    float: none!important;
    width: auto!important;
    margin-left: 12px;
} */

.customPg .head {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    padding: 10px 0;
}

.customPg .sub-head {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.customPg .detail-pg .form-group input {
    border-radius: 5px;
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #ddd;
    /* max-width: 300px; */
    /* margin-bottom: 15px; */
}

div#dropZone input#img_upload {
    max-width: 300px;
}

.customPg .detail-pg .form-group label {
    margin-bottom: 0.5rem;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 0;
    width: 100%;
    transition: all 0.3s;
}

.customPg .flex_direction {
    flex-direction: column;
}

.customPg .flex_direction .col-12.d-flex.align-items-center {
    height: 28px;
}

.startBtn.d-flex.justify-content-end button {
    border: none;
    outline: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #D2A66E;
    padding: 10px 19px;
    border: 2px solid #D2A66E;
    border-radius: 5px;
    transition: 0.5s;
}

.startBtn.d-flex.justify-content-end button:hover {
    background: transparent;
    color: #D2A66E;
}

.customPg .detail-pg label {
    font-weight: 600;
}

.customPg .detail-pg .form-group input:focus-visible {
    outline: none;
    border: 1px solid #d1b177;
}

.customPg .design-information {
    border: 1px solid #d1b177;
    margin: 50px 0;
    padding: 15px;
}

.customPg .design-information .title .heading, .application-form .heading {
    font-size: 24px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-family: "nunito-sans", sans-serif;
}



.customPg .design-information .dropdownList {
    width: 100%;
    padding: 0;
}



.customPg .design-information .dropdown-item:not(:last-child) {
    /* border-bottom: 0.5px solid #ddd; */
    box-shadow: 1px 1px 3px #ddd;
}



.customPg .design-information input.defalutInput {
    padding: 4px 10px !important;
}

textarea#order_instruction {
    height: 47px ;
}

.customPg .design-information .textarea {
    min-height: 108px;
}

.customPg .design-information .textarea, textarea#order_instruction {
    width: 100%;
    display: block;
    /* height: auto; */
    border-radius: 5px;
    border: 1px solid #ddd;

    padding: 10px 15px;
    overflow: hidden;
}

.customPg .textarea {
    padding: 0px 15px;
}

.customPg .design-information #orderInstruction {
    min-height: 30px;
}

.customPg .design-information .textarea::-webkit-scrollbar {
    display: none;
}

.customPg .design-information .textarea:focus-visible, textarea#order_instruction:focus-visible {
    outline: none;
    border: 1px solid #d1b177;
}

.customPg input[type="radio"], .customPg input[type="checkbox"] {
    width: auto !important;
}

.customPg .card {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
}

/* Main Container */
.customPg .main-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Drop Zone */
.customPg .main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Drop Zone Text */
.customPg .drop-zone-text {
    color: #000;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0.6px;
}

/* Highlighted Drop Zone */
.customPg .drop-zone.dragged-over {
    background-color: rgba(255, 90, 95, 0.2);
}

/* Drop Zone Icons */
.drop-zone-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customPg .upload-icon {
    height: 36px;
    width: 36px;
}

/* Drop Zone Text */
.customPg .drop-zone-text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.customPg .drop-zone {
    max-width: auto;
    height: auto;
    padding: 0;
    display: block;
    text-align: center;
    font-family: 'nunito sans';
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    color: #000;
    width: 100%;
    border: none;
    border-radius: 0;
}



.customPg .Side-Stone {
    min-height: 93px !important;
    padding: 10px;
}

.customPg .terms-condition {
    padding: 20px;
    box-shadow: 2px 2px 5px lightgray;
}


.customPg .terms-condition h1 {
    font-size: 40px;
}

.customPg .terms-condition p {
    font-size: 16px;
    letter-spacing: 0.8px;
}

.customPg .terms-condition a {
    text-decoration: underline;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #0000ee;
    display: block;
}

.customPg .startBtn a {
    padding: 12px 14px;
    /* margin: 32px 0; */
    background-color: #d1b177;
    color: #fff;
    border-radius: 2px;
    font-weight: 500;
    transition: 0.2s;
}

.customPg .startBtn a:hover {
    background-color: #cea049;
}

/* dropdown button css start here */
.select-dropdown {
    font-weight: 900;
    color: black !important;
    width: 100%;
}


.select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.select-dropdown__button {
    padding: 10px 35px 10px 15px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 3px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-weight: 600;
}

.customPg .design-information .select-dropdown__button {
    margin-bottom: 12px;
}

.customPg .design-information .custom-textarea {
    width: 100%;
    display: block;
    /* height: auto; */
    border-radius: 5px;
    border: 1px solid #ddd;
    min-height: 48px;
    padding: 10px 15px;
}


.select-dropdown__button:hover, .select-dropdown__button:focus {
    background: #d1b177;
    color: #fff;
    border-color: #d1b177;
}

.select-dropdown__button:hover svg path, .select-dropdown__button:focus svg path {
    fill: #fff;
}

.select-dropdown__button:focus {
    background: #d1b177;
    color: #fff;
    border-color: #d1b177;
}

.zmdi-chevron-down {
    position: absolute;
    right: 10px;
    top: 40%;
    transform: translateY(-50%);
}

.select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    /* max-height: 300px; */
    /* overflow: auto; */
    margin: 0;
    padding: 0;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out .3s;
    z-index: 2;
}

.select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
}

.select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 0px 15px;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
    /* line-height: 1.4; */
    cursor: pointer;
    align-items: center;
    display: flex;
    color: #616161;
    transition: all ease-in-out .3s;
    gap: 10px;
}

.select-dropdown__list-item:hover {
    background: #d1b177;

}

.select-dropdown__list-item:hover label {
    color: #fff !important;
}

.select-dropdown__list-item label {
    margin-bottom: 0 !important;
}

/* dropdown button css end here */
@media(max-width:992px) {
    .customPg label {
        font-size: 16px;
    }

    input#datepicker {
        font-size: 14px;
    }
}


@media (max-width:634px) {
    .customPg .nav.nav-pills .nav-item .nav-link {
        padding: 0.5rem 4px;
        font-size: 16px;
    }
}

@media (max-width:576px) {
    .customPg .design-information .title .heading, .application-form .heading {
        font-size: 20px;
    }

    .customPg .detail-pg .form-group label {
        margin-bottom: -10px;
    }

    .customPg .design-information {
        margin: 30px 0;
    }

    .customPg .detail-pg {
        padding: 30px 0;
    }
}

@media (max-width:510px) {
    .customPg .nav.nav-pills .nav-item {
        width: 100%;
    }

    .customPg .nav.nav-pills {
        gap: 14px;
    }
}

@media (max-width:425px) {
    .customPg label, .customPg .detail-pg .form-group label {
        font-size: 15px;
    }

    /* .customPg .design-information .dropdownBtn{
            font-size: 15px;
        } */

    .customPg .detail-pg .form-group label {
        font-size: 15px;
    }

    .customPg .custom-pg-container {
        padding: 1px;
    }

    .customPg fieldset {
        padding: 12px 10px;
    }

    .customPg .startBtn {
        justify-content: center !important;
    }

    .customPg .design-information {
        padding: 12px 10px;
    }

    /* .customPg .design-information .dropdown-item {
            padding: 12px 8px;
            white-space: wrap;
        } */
}

/* ------wishlist css start here  */


.wishlist_section .radius-flat {
    border-radius: 0px !important;
}



.wishlist_section .wish-list-view .product-grid .inner-outer {
    border: 2px solid #CCC;
    overflow: hidden;
    box-shadow: -3px 3px 1px 0px #ccc;
}

.wishlist_section .product-grid .inner {
    border: 1px solid #f0f0f0;
    padding-bottom: 80px;
    position: relative;
    padding: 0 !important;
}

.wishlist_section .wish-list-view .product-grid .inner .pr-i {
    border: 0 none;
}

.wishlist_section .product-grid .inner.pd-gray-bg .pr-i {
    background-color: transparent !important;
}

.wishlist_section .product-grid .pr-i {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent !important;
    background-image: none;
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #f0f0f0;
}

.wishlist_section .grid-view .pr-i {
    border-bottom: 1px solid #f0f0f0;
}

.wishlist_section .product-grid .pr-i {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent !important;
    background-image: none;
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.wishlist_section .product-grid .pr-i img {
    opacity: 1;
    width: auto;
    height: 100%;
}

.wishlist_section .pr-d-inner {
    padding-left: 25px;
}

.wishlist_section .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wishlist_section .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.wishlist_section .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.wishlist_section .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wishlist_section .wish-list-view .product-grid .inner.pd-gray-bg .pr-d {
    background: none repeat scroll 0 0 #ffffff;
}

.wishlist_section .wish-list-view .with-detail .inner, .wishlist_section .wish-list-view .grid-view .product-grid .pr-d {
    box-shadow: none !important;
}

.wishlist_section .product-grid .cat {
    color: #9dadc6;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 17px;
    padding: 12px 0 6px 0;
    text-transform: uppercase;
}

.wishlist_section .wish-list-view .product-grid .cat a,
.wishlist_section .wish-list-view .product-grid .cat a:link,
.wishlist_section .wish-list-view .product-grid .cat a:visited {
    color: #1c3469;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 18px;
}

.wishlist_section .wish-list-view .product-grid .title {
    font-size: 16px;
    line-height: 22px;
    padding: 6px 0;
    text-align: left;
    text-transform: capitalize;
}

.title.jwel-title {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.common-head {
    margin-top: 20px;
    margin-bottom: 10px;
}

a.ti-jwel {
    min-height: 60px;
}

.wishlist_section .wish-list-view .product-grid .product_name {
    min-height: 55px;
}

/* .wishlist_section .wish-list-view .product-grid .p-wrap {
    text-align: left;
} */

.wishlist_section .product-grid .p-wrap span {
    color: #1c3469;
    /* text-align: left; */
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 17px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

.wishlist_section .product-grid .p-wrap span.wish-contact {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

.wishlist_section .clear {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    width: 100%;
}

.wishlist_section .wish-list-view .product-grid .desc {
    color: #1c3469;
    font-size: 13px;
    line-height: 19px;
    padding-top: 13px;
    /* height:60px */
}

.jewelry-desc {
    height: 50px;
}

.wishlist_section .wish-list-view .product-grid .action a {
    font-size: 14px;
    margin: 0 !important;
}

.wishlist_section .wish-list-view .product-grid .action a:nth-child(1) {
    margin-bottom: 10px;
}

.wishlist_section .wish-list-view .product-grid .action a:hover {
    background: transparent;
}

.wishlist_section .wish-list-view .action {
    bottom: 15px;
}

.wishlist_section .product-grid .action {
    /* padding: 15px 0 0px; */
    display: flex;
}

/* .wishlist_section .wish-list-view .product-grid .p-wrap .new-price {
    color: #1c3469;
    font-size: 22px;
    line-height: 28px;
} */

.wishlist_section .product-grid .inner.pd-gray-bg .pr-i {
    background-color: transparent !important;
    padding: 0;
}

.wishlist_section a.p-image iframe {
    width: 100%;
    height: 100%;
    border: 0px;
}

.wishlist_section a.btn.secondary-btn.text-white,
.wishlist_section a.btn.btn-orange {
    border: 1px solid transparent;
    border-radius: 50px;
}

.wishlist_section .wishlist-text {
    width: 100%;
    height: 500px;
    text-align: center;
    color: #ccc;
    display: flex;
    margin: auto;
    vertical-align: middle;
    margin-bottom: 100px;
}

.wishlist_section .wishlist-text h1 {
    margin: auto;
    vertical-align: middle;
    font-size: 72px;
    opacity: 0.5;
}

/*  new */

.wishlist_section .product-grid .pgi {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    padding: 0;
    background: url("../../fdg/assets/images/bg-textuer.png");
    flex: 0 23%;
    border: 1px solid #ccc;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    /* padding: 20px 0; */
    flex-direction: column;
    min-height: unset !important;
    height: 100%;
    padding-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
}


.wishlist_section .pgi-inner {
    flex: 1;
    padding: 0px 30px;
}

.wishlist_section .pgi-img-box {
    transition: all 0.5s ease-in-out;
    text-align: center;
    height: 250px !important;
    width: 100%;
    background: #fff;
}

.wishlist_section .pgi-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wishlist_section .pr-d-inner {
    padding-left: 25px;
    padding: 10px 15px;
    flex: 0 auto;
}

.wishlist_section .pgi:hover .pgi-img-box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;

}

/* additional css */

.wishlist_section .product-grid.row {
    gap: 25px;
    justify-content: start;
}

.wishlist_section .product-grid .action a.btn.secondary-btn {
    margin-bottom: 0;
    border-radius: 0px 0px 10px 10px;
    padding: 10px !important;
    border: 1px solid #d2a66e !important;
}

.wishlist_section .product-grid .action .btn-blue {
    background: #D2A66E;
    border: 0;
    padding: 4px 19px;
    text-transform: uppercase;
    color: #FFF;
    width: 100%;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    transition: 0.5s ease;
    border: 2px solid #D2A66E !important;
}

@media (max-width:1200px) {
    .wishlist_section .product-grid .pgi {
        flex: 0 31%;
    }
}

@media (max-width:992px) {
    .wishlist_section .product-grid .pgi {
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        /* padding: 0; */
        background: url("../../fdg/assets/images/bg-textuer.png");
        flex: 0 46%;
        flex-wrap: wrap;
        border: 1px solid #ccc;
    }
}

@media (max-width:768px) {
    .wishlist_section .product-grid.row {
        gap: 30px;
        justify-content: start;
        align-items: center;
    }

    .wishlist_section .pgi-img-box img {
        height: 100%;
        max-width: 100%;
        min-height: 190px;
    }
}

@media(max-width:500px) {
    .wishlist_section .product-grid.row {
        justify-content: center;
        align-items: center;
    }

    .wishlist_section .product-grid .pgi {
        flex: 0 90%;
    }

}

.wishlist_section .alertify .ajs-dialog {
    margin: 10% auto;
}


.wishlist_section .product-grid .action a.btn.secondary-btn:nth-child(2) {
    border-bottom-left-radius: 0 !important;
}

.wishlist_section .product-grid .action a.btn.secondary-btn:nth-child(1) {
    border-bottom-right-radius: 0 !important;
    border-right: 1px solid #fff !important;
}

.alertify .ajs-modal {
    z-index: 99999 !important;
}

/* --------cart section css---------- */


.cart-section .container-fluid.px-5.view.d-flex.justify-content-between {
    FLEX-WRAP: wrap;

}

.cart-section .radius-flat {
    border-radius: 0px !important;
}

.cart-section .input-group .new_btn {
    width: 20px;
    font-size: 16px;
    font-weight: 600;
    background: none;
    border: none;
    text-align: center;
}

.cart-section .input-group.w-auto.justify-content-center.align-items-center {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.cart-section input.quantity-field.border-0.text-center {
    width: 40px;
}

.cart-section .image1 {
    width: 100%;
    height: 500px;
    text-align: center;
    color: #ccc;
    display: flex;
    margin: auto;
    vertical-align: middle;
}

.cart-section .alertify .ajs-dialog {
    margin: 8% auto !important;
}

.cart-section .image1 h1 {
    margin: auto;
    vertical-align: middle;
    font-size: 72px;
    opacity: 0.5;

}

.cart-section input[type=checkbox] {
    opacity: 1 !important;
    display: block !important;
}

.cart-section .product-details.section-top-inner.cart_section .view {
    text-align: end;
    padding: 10px 0px;
}

.cart-section .product-details.section-top-inner.cart_section .view button {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    border-radius: 5px;
    padding: 5px 12px;
    font-size: 18px;
    box-shadow: 1px 1px 2px 0px #fff;
    margin-bottom: 3px;
}

.cart-section .product-details.section-top-inner.cart_section .view button:hover {
    box-shadow: 1px 1px 2px 0px #c79f58;
    border-color: #c79f58;
}

.cart-section .product-grid .pgi {
    margin-bottom: 10px;
}

.cart-section .wish-list-view .product-grid .inner-outer {
    border: 2px solid #CCC;
    overflow: hidden;
    /* box-shadow: -3px 3px 1px 0px #ccc; */
}

.cart-section .wish-list-view .product-grid .inner-outer:hover {
    /* transform: scale(1.1); */
    box-shadow: 0px 0px 4px 0px #2a2a4b45;
}

.cart-section .product-grid .inner {
    border: 1px solid #f0f0f0;
    padding-bottom: 80px;
    position: relative;
    padding: 0 !important;
}

.cart-section .wish-list-view .product-grid .inner .pr-i {
    border: 0 none;
}

.cart-section .product-grid .inner.pd-gray-bg .pr-i {
    background-color: transparent !important;
}



.cart-section .product-grid .pr-i {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent !important;
    background-image: none;
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #f0f0f0;
}

.cart-section .grid-view .pr-i {
    border-bottom: 1px solid #f0f0f0;
}

.cart-section .product-grid .pr-i {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent !important;
    background-image: none;
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}


.cart-section .product-grid .pr-i img {
    opacity: 1;
}

.cart-section .product-grid .pr-i img {
    opacity: 1;
    width: auto;
    max-height: 238px;
}

.cart-section .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cart-section .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.cart-section .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.cart-section .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cart-section .wish-list-view .product-grid .inner.pd-gray-bg .pr-d {
    background: none repeat scroll 0 0 #ffffff;
}

.cart-section .wish-list-view .with-detail .inner,
.cart-section .wish-list-view .grid-view .product-grid .pr-d {
    box-shadow: none !important;
}

.cart-section .wish-list-view .product-grid .cat {
    margin-bottom: 9px;
    padding-top: 43px;
}

.cart-section .product-grid .cat {
    color: #9dadc6;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 17px;
    padding-top: 10px;
    text-transform: uppercase;
}

.cart-section .wish-list-view .product-grid .cat a,
.cart-section .wish-list-view .product-grid .cat a:link,
.cart-section .wish-list-view .product-grid .cat a:visited {
    color: #272b65;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 18px;
}

.cart-section .wish-list-view .product-grid .title {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 11px;
    text-align: left;
    text-transform: capitalize;
}

.cart-section .wish-list-view .product-grid .p-wrap {
    text-align: left;
}

.cart-section .product-grid .p-wrap {
    color: #666;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 17px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

.cart-section .clear {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    width: 100%;
}

.cart-section .wish-list-view .product-grid .desc {
    color: #272b65;
    font-size: 13px;
    line-height: 19px;
    padding-top: 13px;
}

.cart-section .wish-list-view .action {
    bottom: 15px;
    /* position: absolute;*/
}

.cart-section .product-grid .action {
    padding: 17px 0;
}

.cart-section .wish-list-view .product-grid .p-wrap .new-price {
    color: #2a2a4b;
    font-size: 22px;
    line-height: 28px;
}

.cart-section .wish-list-view .product-grid.row .action a.main-btn,
.cart-section .wish-list-view .product-grid.row .action .secondary-btn {
    padding: 5px 12px;
}

.cart-section .product-grid .inner.pd-gray-bg .pr-i {
    background-color: transparent !important;
    padding: 0;
}

.cart-section a.p-image iframe {
    width: 100%;
    height: 100%;
    border: 0px;
}

.cart-section a.btn.secondary-btn.text-white,
.cart-section a.btn.btn-orange {
    border: 1px solid transparent;
}

.cart-section #cart_breadcrumb {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0px;
    background-color: transparent;
    border-bottom: 0px solid #dadada;
    border-radius: 0px;
    position: relative;
    top: -91px;
    z-index: 9;
    display: block;
}

.cart-section .cart_section {
    /* margin: 30px 0px !important; */
    min-height: 380px !important;
    position: relative;
    left: 0;
    right: 0px;
    background: #fff !important;
}

.cart-section .product-details .list-view .table th {
    background: #2a2a4b;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
}

.cart-section .product-details .list-view .table td {
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    border: 1px solid #ddd;
    font-weight: 500;
}

.cart-section .product-details .list-view .table a {
    font-size: 18px !important;
    color: #2a2a4b;
}

.cart-section .product-details .btn-box .btn {
    border: 1px solid #2a2a4b;
    color: #2a2a4b;
    font-weight: 600;
    margin-top: 5px;
}

.cart-section .product-details .btn-box button.select_all {
    position: relative;
}

.cart-section .product-details .btn-box .custom_checkbox {
    position: absolute;
    width: 100%;
    height: 100%;
    appearance: none;
}

.cart-section .btn-box {
    /* margin-top: 200px; */
    position: inherit;
    /* margin-left: 0px; */
    background-color: transparent;
    /* padding: 45px 2px; */
    color: #fff;
    font-weight: 900;
    border-radius: 0px 10px 10px 0px;
    text-align: left;
}

.cart-section .cart_section {
    display: block;
    padding: 10px 10px 100px !important;
}

.cart-section .form_error {
    color: red;
}


@media(max-width:1200px) {
    .cart-section .alertify .ajs-dialog {
        margin: 16% auto !important;
    }
}

@media(max-width:575px) {
    .cart-section .alertify .ajs-dialog {
        margin: 50% auto !important;
    }

    .cart-section .product-details.section-top-inner.cart_section .view button {
        font-size: 15px;
    }

    .cart-section .btn-box {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
    }

    .cart-section .views_btn button {
        /* display: flex; */
        font-size: 18px;
        width: 50px;
        height: auto;
    }


    .cart-section .product-details.section-top-inner.cart_section .view button {
        padding: 5px 5px !important;
    }

    .cart-section .container-fluid.px-5.view.d-flex.justify-content-between {
        padding: 15px !important;
    }

    .cart-section .container-fluid.px-5 {
        padding: 0px 10px !important;
    }
}

input[type=radio] {
    accent-color: #000;
}

.wishlist-remove-btn {
    background: #D2A66E;
    border: 1px solid #d2a66e;
    border-radius: 5px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    outline: none;
    padding: 5px 10px;
    color: #fff;
}

.wishlist-remove-btn:hover {
    color: #D2A66E;
    background-color: transparent;
}

.product-grid.wl-format.watch {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: left;
}

.product-grid.wl-format.watch .pr-d-inner {
    padding-top: 10px;
}
.file-path-item {
    display: flex;
    align-items: center;
    /* margin-bottom: 5px; */
}

.file-path-item p {
    margin: 0;
    padding-right: 10px;
    font-size: 12px;
}

.remove-icon {
    color: #000;
    cursor: pointer;
    font-size: 20px;
}

div#file_paths {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
