@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap);

.p-ratings i,
.stars i {
    color: #f6d151
}

body {
    background-color: #eee;
    font-family: Poppins, sans-serif;
}

.btn:focus{
    border: none!important;
    outline: none!important;
    box-shadow: none!important;
}


.navbar-toggler:focus{
    box-shadow: none;
}



.mobile{
    display: none;
}
@media (max-width: 991px){
  .mobile{
    display: block;
  }
  .desktop{
    display: none;
  }
}




*:focus {
    outline: none; /* To remove default focus outline (optional) */
    box-shadow: none; /* Modify the values as per your preference */
  }

.card {
    background-color: #fff;
    padding: 14px;
    border: none
}



@media (max-width: 991px) {
    .imagelightshot {
        padding-top: 80px;
    }
}




.lSAction > .lSPrev, .lSAction > .lSNext{
    background-color: rgba(1, 1, 87, 0.445);
}




.demo {
    width: 100%
}

.imagelightshot ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.imagelightshot li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer
}

.imagelightshot img {
    display: block;
    height: auto;
    width: 100%
}

.stars span {
    font-size: 13px
}

hr {
    color: #d4d4d4
}

.badge {
    padding: 5px 5px 6px !important
}

.badge i {
    font-size: 10px
}

.profile-image {
    width: 35px
}

.comment-ratings i {
    font-size: 13px;
    color: #f6d151
}

.bullet-text,
.date span,
.p-ratings i,
.username {
    font-size: 12px
}

.font-weight-bold{
    color: #023777;

}

.comment-profile {
    line-height: 17px
}

.btn-long {
    padding-left: 35px;
    padding-right: 35px
}

.buttons {
    margin-top: 15px
}

.buttons .btn {
    height: 46px
}

/* .buttons .cart {
    border-color: #ff7676;
    color: #ff7676
} */

.buttons .cart:hover {
    /* background-color: #e86464 !important; */
    color: #fff
}

/* .buttons .buy,
.buttons .buy:focus,
.buy:active {
    color: #fff;
    background-color: #ff7676;
    border-color: #ff7676
} */




.buttons .buy:focus,
.buy:active {
    box-shadow: none
}

.buttons .buy:hover,
.buttons .wishlist:hover {
    background-color: #ffffff;
    border:1px solid   #0D6EFD;
    color: #0D6EFD
    
}

.buttons .wishlist {
    background-color: #0D6EFD;
    border-color: #0D6EFD
}

.buttons .wishlist:hover i {
    color: #0D6EFD
}

.buttons .wishlist i {
    color: #ffffff
}

.ml-1{
    color:#023777 ;
}

.followers {
    font-size: 9px;
    color: #d6d4d4
}

.store-image {
    width: 42px
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px
}

.my-color {
    margin-top: 10px;
    margin-bottom: 10px
}

label.radio {
    cursor: pointer
}

label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

label.radio span {
    border: 2px solid #8f37aa;
    display: inline-block;
    color: #8f37aa;
    border-radius:4px;
    width: 25px;
    height: 25px;
    text-transform: uppercase;
    transition: .5s
}

label.radio .red {
    background-color: red;
    border-color: red
}

label.radio .blue {
    background-color: #00f;
    border-color: #00f
}

label.radio .green {
    background-color: green;
    border-color: green
}

label.radio .orange {
    background-color: orange;
    border-color: orange
}

label.radio input:checked+span {
    color: #fff;
    position: relative
}

label.radio input:checked+span::before {
    opacity: 1;
    content: '\2713';
    position: absolute;
    font-size: 13px;
    font-weight: 700;
    left: 4px
}

.card-body {
    padding: .3rem .3rem .2rem
}







/* my css */
@media (max-width:991px) {
    .productPrice{
        margin-top: 30px;
    }

    .demo .item {
        margin-bottom: 0px;
    }
    
}

.priceDetails {
    background-color: #d4d4d4;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
}

.priceSection {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.priceText {
    font-weight: bold;
    color: #d80505;
}

.priceValue {
    color: #ff831e;
    font-weight: bold;
}
.priceDetails hr{
    background-color: black;
}

#customizeButton {
    margin-top: 15px;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: ease-in-out .5s;
}

#customizeButton:hover {
    transform: scale(1.1);
}








/* Styling for the tabs */
.tab-menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tab-btn {
    background-color: #bbbbbb;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.tab-btn.active {
    background-color: #1E90FF;
    color: white;
}

.tab-btn:hover {
    background-color: #2980b9;
}

.tab-content {
    display: none;
    padding: 20px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
}

@media (max-width:991px) {
    .tab-btn {
        padding: 10px 5px;
        font-size: 10px;
        margin-right: 2px;
    }
}



/* Apply styling to the Shipping & Production section */
.tab-content#shippingProduction {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin-top: 10px;
}

.shipping-information {
    font-family: Arial, sans-serif;
    color: #333;
}

.shipping-information h4 {
    color: #555;
    margin-bottom: 15px;
    font-size: 24px;
}

.shipping-information form {
    margin-bottom: 20px;
}

.shipping-information .mb-3 {
    margin-bottom: 20px;
}

.shipping-information label {
    font-weight: bold;
    display: block;
}

.shipping-information input[type="text"] {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.shipping-information h6 {
    color: #444;
    font-size: 18px;
    margin-bottom: 10px;
}

.shipping-information p {
    line-height: 1.6;
}

.shipping-information hr {
    margin: 20px 0;
    border-color: #ddd;
}

.shipping-information .form-check {
    margin-bottom: 15px;
}

.shipping-information button {
    padding: 10px 20px;
    background-color: #1E90FF;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 16px;
}

.shipping-information button:hover {
    background-color: #0056b3;
}







/* Styles for the free samples section */

/* Container styles */
#freeSamples {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 20px;
    background-color: #f9f9f9;
  }
  
  /* Heading styles */
  .product-section h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
  }
  
  /* Paragraph styles */
  .product-section p {
    color: #666;
    line-height: 1.6;
  }
  
  /* Form styles */
  .sample-request form {
    margin-bottom: 20px;
  }
  
  .sample-request label {
    display: block;
    margin-bottom: 5px;
    color: #333;
  }
  
  .sample-request input[type="text"],
  .sample-request input[type="email"],
  .sample-request textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  
  .sample-request button {
    padding: 10px 20px;
    background-color: #1e90ff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .sample-request button:hover {
    background-color: #147bcd;
  }
  
  /* Sample details styles */
  .sample-details ul {
    list-style: none;
    padding: 0;
  }
  
  .sample-details li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
  }
  
  .sample-details li:before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #1e90ff;
  }



  .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #d9534f;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    background-color:#000000d3;
}


.btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color:none!important;
    outline: 0;
    box-shadow: none!important;
}

.accordion-button::after {
    background-image: none;

}

.accordion-button:not(.collapsed)::after {
    background-image:none;
}

.accordion-body p{
    color: #023777;
    font-size: 12px;
}

.liftStyle h6{
    font-size: 14px;
}



/* .selectProductColor:hover{
    border: 1px solid gray;
} */

.selectProductColor button img{
    border: 1px solid rgb(194, 194, 194);
}

/* .selectProductColor button img:hover{
    border: none;
} */

.selectProductColor p{
    font-size: 12px;
}

.productColorwiseSelect button{
    font-size: 11px;
    padding: 5px 0;
    border: 1px double #12a0d485;
    color: #fd5d00;
}

.imageButton{
    border: none!important;
}



@media (max-width:991px) {
    .productColorwiseSelect {
        margin-bottom: 20px;
    }

    .SizeOne {
        width: 100%!important;
    }

    .liftStyle button {
        position: absolute;
        right: 4%;
        bottom: 6%;
        padding: 0px;
    }


}
  




/* .productColorwiseSelect button:hover .selectProductColor button img{
    border:none;
} */



/* Additional CSS for the magnifying glass icon positioning */

.selectProductColor {
    position: relative;
}

.magnifying-icon,
.circle-check-icon {
    position: absolute;
    color: #fff; /* Change color as needed */
    background: rgba(0, 0, 0, 0.5); /* Change background as needed */
    padding: 5px;
    /* Additional styles as needed */
}

.magnifying-icon {
    top: 0;
    transform: translate(20%, 0);
}

.circle-check-icon {
    bottom: 0;
    transform: translate(-10%, 330%);
    color: rgb(43, 255, 0);
}


@media (max-width: 768px){
    .circle-check-icon {
        bottom: 0;
        transform: translate(-12%, 132%);
        color: rgb(43, 255, 0);
    }

    .magnifying-icon {
        top: 0;
        transform: translate(10%, 0);
    }

    .modal {
        width: 80%;
        height: 39%;
    }

    .close {
        right: 20px;
        font-size: 24px;
    }
}




#changing-text{
    color: #023777;
}



.modal {
    display: none;
    position: fixed;
    z-index: 199;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20%; /* Adjust the width as needed */
    height: 40%; /* Adjust the height as needed */
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
  }
  
  .modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: relative; /* Ensure relative positioning for children */
  }
  
  .modal-content img {
    max-width: 100%;
    max-height: 80%; /* Adjust as needed */
    object-fit: contain; /* Keeps the aspect ratio of the image */
  }
  
  .close {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
    transition: color 0.3s;
    cursor: pointer;
    z-index:9;
  }
  

  .close:hover {
    color: #ff0000;
  }

  /* For screens smaller than 768px (adjust as needed) */
@media (max-width: 768px) {
    .modal {
      width: 80%; /* Adjust the width for smaller screens */
      height: 60%; /* Adjust the height for smaller screens */
    }
  
    .modal-content img {
      max-height: 70%; /* Adjust as needed for smaller screens */
    }
  
    .close {
      right: 10px; /* Adjust the close button's right position for smaller screens */
      font-size: 24px; /* Adjust the font size of the close button for smaller screens */
    }
  }



  /* list style */
/* Style for the modal */
/* Style for the modal */

/* CSS for Video Popup */
.video-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: black;
    padding: 20px;
  }


  
  .video-popup video {
    width: 50vw;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  @media (max-width:991px){
    .video-popup video {
        width: 70vw;
        height: auto;
        display: block;
        margin: 0 auto;
      }
  }


  
  .video-popup .close {
    color: white;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .liftStyle{
    position: relative;
  }



  .liftStyle button{
    position: absolute;
    right: 4%;
    bottom: 6%;
  }
  
  /* list style */




  /* image and color change by select dropdown */
  select {
    /* Hide default dropdown arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add a background image as the dropdown arrow */
    background-image: url('../images/selectBgImage.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    /* Set padding to include space for the arrow */
    padding-right: 20px; /* Change this according to your arrow image width */
}

option[data-color] {
    padding-left: 20px; /* Add padding for color swatches */
}

/* Define color swatches for each option */
option[data-color="white"] {
    background-color: white;
}
option[data-color="silver"] {
    background-color: silver;
}
option[data-color="beige"] {
    background-color: beige;
}
option[data-color="brown"] {
    background-color: brown;
}
option[data-color="black"] {
    background-color: black;
    color: white; /* Change text color for visibility */
}


@media (max-width:991px){
    .ExposedRoll, .DeluxePVCValance, .FabricInsertValance, .SatinFinishValance{
        margin-bottom: 30px;
    }
}