/*---------------------
  Product
-----------------------*/
.section-title {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.product_page_title .section-title h1 {
    font-size: 35px;
}

.section-title h4,
.section-title h5 {
    color: #040159;
    font-weight: 600;
    line-height: 21px;
    position: relative;
    font-size: 26px;
}

.section-title {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

form.property_filter label {
    font-size: 15px;
    display: inline-block;
    margin-bottom: .5rem;
}

.product {
    padding-bottom: 60px;
    padding-top: 80px;
}

.product-page {
    padding-top: 35px;
    padding-bottom: 50px;
    /* 35px; */
    background: #e9ecf1;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.btn__all {
    text-align: right;
    margin-bottom: 30px;
}

.trending__product {
    margin-bottom: 50px;
}

.popular__product {
    margin-bottom: 50px;
}

.recent__product {
    margin-bottom: 50px;
}

.product__item {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 8px 0 rgba(208,210,215,.5);
    border-radius: 6px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.product__item a {
  width: 100%;
}
.product__item__pic {
    height: 205px;
    position: relative;
}

.product__item__pic .ep {
    display: flex;
    position: absolute;
    left: 10px;
    top: 10px;
}
.comment.favorite .fa {
    color: #da2020;
}
.product__item__pic .ep span {
  font-size: 14px;
  color: #040159;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
  width: 30px;
  border-radius: 24px;
  height: 30px;
  text-align: center;
  line-height: 35px;
  margin-right: 6px;
  cursor: pointer;
}

.product__item .comment {
    font-size: 16px;
    color: #040159;
    display: inline-block;
    width: 35px;
    border-radius: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    z-index: 1;
}
.product__item .comment span {
  font-size: 14px;
  color: #040159;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0px;
  width: 30px;
  border-radius: 24px;
  height: 30px;
  text-align: center;
  line-height: 35px;
  margin-right: 6px;
  cursor: pointer;
}
.unfavorite 
{
    color: rgb(0, 255, 255) !important;

}

.product__item__pic .view {
  font-size: 15px;
  color: #040159;
  background: #fff;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  font-size: 13px;
}

.product__item__text {
    padding: 12px 12px 60px;
}

.product__item__text .item_title {
    display: flex;
    justify-content: space-between;
}

.product__item__text ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 15px;
  left: 12px;
  right: 12px;
}

.product__item__text ul li {
    list-style: none;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    padding: 1px 5px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    color: #5A5D60;
}
.product__item__text ul li b{
    color: #111111;
    display: block;
    width: 100%;
    margin-bottom: 4px;
}

.product__item__text h5 {
    color: #000;
    font-weight: 700;
    line-height: 22px;
    width: 100%;
}
.product__item__text h5 small {
  font-size: 11px;
  line-height: 13px;
  color: #5A5D60;
  display: block;
  width: 100%;
  margin-top: 4px;
  font-weight: 600;
}
.product__item__text h5.text-right small{
    margin-bottom: 4px;
    margin-top: 0;
}

.product__sidebar {
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
}

.product__sidebar .section-title h5 {

    color: #040159;
    font-weight: 600;
    
    line-height: 21px;
    position: relative;
}

.product__sidebar__view {
    position: relative;
    margin-bottom: 80px;
}

.product__sidebar__view .filter__controls {
    position: absolute;
    right: 0;
    top: -5px;
}

.product__sidebar__view .filter__controls li {
    list-style: none;
    font-size: 13px;
    color: #b7b7b7;
    display: inline-block;
    margin-right: 7px;
    cursor: pointer;
}

.product__sidebar__view .filter__controls li.active {
    color: #000;
}

.product__sidebar__view .filter__controls li:last-child {
    margin-right: 0;
}

.product__sidebar__view__item {
    height: 190px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
}

.product__sidebar__view__item .ep {
    font-size: 13px;
    color: #ffffff;
    background: #040159;
    display: inline-block;
    padding: 2px 12px;
    border-radius: 4px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.product__sidebar__view__item .view {
    font-size: 13px;
    color: #ffffff;
    background: #3d3d3d;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.product__sidebar__view__item h5 {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    padding: 0 30px 0 20px;
}

.product__sidebar__view__item h5 a {
    color: #ffffff;
    font-weight: 700;
    line-height: 26px;
}

.product__sidebar__comment {
    padding-bottom: 10px;
}

.product__sidebar__comment__item {
    margin-bottom: 20px;
    overflow: hidden;
}

.product__sidebar__comment__item__pic {
    float: left;
    margin-right: 15px;
}

.product__sidebar__comment__item__text {
    overflow: hidden;
}

.product__sidebar__comment__item__text ul {
    margin-bottom: 10px;
}

.product__sidebar__comment__item__text ul li {
    list-style: none;
    font-size: 10px;
    color: #ffffff;
    font-weight: 700;
    padding: 1px 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    display: inline-block;
}

.product__sidebar__comment__item__text h5 {
    margin-bottom: 10px;
}

.product__sidebar__comment__item__text h5 a {
    color: #ffffff;
    font-weight: 700;
    line-height: 26px;
}

.product__sidebar__comment__item__text span {
    display: block;
    font-size: 13px;
    color: #b7b7b7;
}

.product-top-block .product__page__title {
  display: flex;
  width: 100%;
  align-items: center;
}

.product__page__title .section-title {
    margin-bottom: 0;
}

.product__page__title .product__page__filter {
    text-align: right;
}
.product__page__title .product__page__filter .form-control {
  font-size: 14px;
  box-shadow: none;
}
.product__page__title .product__page__filter p {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 16px;
}

.product__page__title .product__page__filter .nice-select {
    float: none;
    display: inline-block;
    font-size: 15px;
    color: #3d3d3d;
    font-weight: 700;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 40px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ddd;
}

.product__page__title .product__page__filter .nice-select:after {
    border-bottom: 2px solid #111;
    border-right: 2px solid #111;
    height: 8px;
    top: 47%;
    width: 8px;
    right: 15px;
}

.product__page__title .product__page__filter .nice-select .list {
    margin-top: 0;
    border-radius: 0;
}

.product__pagination {
    padding-top: 15px;
}

.product__pagination a {
    display: inline-block;
    font-size: 15px;
    color: #040159;
    font-weight: 600;
    border: 1px solid transparent;
    text-align: center;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    padding: 0 10px;
    border-right: 1px solid #040159;
}

.product__pagination a:hover {
    color: #ffffff;
}

.product__pagination a.current-page {
    font-weight: 800;
}

.product__pagination a:last-child {
    border: none;
}

.product__pagination a i.fa {
    color: #ffffff;
    background: #040159;
    padding: 8px 12px;
    border-radius: 4px;
}

button.save_btn {
    color: #040159;
    border: 1px solid #040159;
    background: #fff;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    border-radius: 6px;
    font-weight: 500;
}

button.clear_btn {
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
form.property_filter .form-group {
  margin-bottom: 17px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
form.property_filter .form-group:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
form.property_filter input {
    border: 1px solid #ddd;
    padding: 8px 10px;
    border-radius: 6px;
}

form.property_filter .mm_input input {
  width: 100%;
  font-size: 13px;
  height: 38px;
}

form.property_filter label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
}
form.property_filter .form-group-radio label{
    margin-bottom: 0;
}
form.property_filter .designTypes {
  margin-top: 10px;
}
form.property_filter .designTypes input {
  position: absolute;
  left: 0;
  top: 0px;
}
form.property_filter .designTypes li {
  position: relative;
  margin-bottom: 12px;
  font-size: 14px;
  display: flex;
}
form.property_filter .designTypes li span,
form.property_filter .designTypes li label {
  padding-left: 20px;
  width: 100%;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: normal;
}
form.property_filter .designTypes li span {
  width: auto;
  font-weight: 600;
}
form.property_filter .plan_type ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

form.property_filter input[type="radio"] {
    display: inline-block;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 40px;
    width: 40px;
    margin: -1;
    padding: 0;
    border: 0;
}

form.property_filter .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #414141;
    border-radius: 0.5rem;
    padding: 0.5rem;
    overflow: hidden;
    border: 1px solid #ddd;
    font-size: 13px;
}

form.property_filter .icon:hover {
    cursor: pointer;
    border: none;
}

.peer:checked~.icon {
    background-color: #040159;
    color: #fff;
    border: none;
}

.plan_type {
    border: 2px solid #ddd;
    padding: 14px;
    margin-bottom: 10px;
}

.plan_type h4 {
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.plan_type.n_list h4 {
    border-bottom: none;
    margin-bottom: 10px;
    margin: 0;
}

.plan_type ul li {
    font-size: 16px;
    line-height: 26px;
}

form.property_filter .plan_type ul li input[type="checkbox"] {
    margin-right: 10px;
    margin-bottom: 0;
}

.plan_type h4 i.fa {
    font-size: 24px;
    margin-right: 10px;
}

form.property_filter .search_btn {
    color: #fff;
    background: #040159;
    border: 0;
    padding: 9px 15px;
    border-radius: 6px;
}

form.property_filter .mm_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.product__item__text h5 small {
    font-weight: 400;
}

.plan_select {
    display: flex;
    align-items: center;
}

.plan_select button {
    background: #fff;
    color: #000;
    border: 1px solid #040159;
    padding: 6px 12px;
    cursor: pointer;
}

.plan_select button:hover {
    background: #040159;
    color: #fff;
}

.pagination {
    display: flex;
    align-items: center;
}

.pagination .product__pagination h4 {
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}

.pagination .product__pagination {
    display: flex;
    align-items: center;
}

.pagination .product__pagination div input {
    border: 1px solid #ddd;
    padding: 7px;
    width: 68px;
}

.pagination .product__pagination div button {
    background: #040159;
    padding: 0px 16px;
    border: none;
    color: #fff;
    font-size: 25px;
}

.pagination .product__pagination div {
    display: flex;
}



@media only screen and (min-width: 1200px) {
    .product-page .container {
        max-width: 1366px;
    }
}

/*---------------------
  Loader
-----------------------*/
.product-page .lds-dual-ring.hidden {
    display: none;
}

.product-page .lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.product-page .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

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


.product-page .overlays {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*---------------------
  Detail
-----------------------*/
.home_print_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.cart_form p a.print_guarantee {
    color: #fff;
    text-align: right;
    width: auto;
    display: inline-block;
    background: #122a40;
    border-radius: 15px;
    padding: 2px 18px;
    float: right;
}

.home_print_bar h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.home_print_bar ul {
    list-style: none;
    display: flex;
    align-items: center;
}

.home_print_bar ul li {
    margin: 0 10px;
}

.home_print_bar ul li a {
    color: #000;
    font-size: 14px;
}

.product_page_title .section-title h1 {
    font-size: 35px;
}

.home_option ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.home_option ul li {
  border-right: 1px solid #ddd;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  padding:0px 15px;
}
.home_option ul li:first-child {
  padding-left: 0;
}

.home_option ul li span {
    font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  display: block;
  color: #5A5D60;
}
.home_option ul li span img{
    width: 25px;
    display: block;
    margin-bottom: 5px;
}


.home_option ul li i.fa {
    font-size: 15px;
    margin-right: 3px;
}

.home_detail_btn ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.home_detail_btn {
    margin: 25px 0;
}

.home_detail_btn ul li a {
    background: #040159;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    margin: 0 6px;
    font-size: 14px;
}

.home_detail_btn ul li a:first-child {
    margin-left: 0;
}

.home_option ul li:last-child {
    border: none;
}

.home_sub_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home_sub_title h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.home_sub_title button {
    color: #040159;
    background: no-repeat;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

.home_plan_bx .home_plan_bx_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.home_plan_bx .home_plan_bx_title button {
    color: #040159;
    background: no-repeat;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

.home_plan_bx .home_plan_bx_title h4 {
    font-size: 20px;
}

.home_plan_bx ul {
    padding-left: 20px;
    margin: 0 0 10px;
    list-style: disc;
}

.home_plan_bx ul li {
    line-height: 23px;
}

.home_plan_bx {
    margin-bottom: 26px;
}

.home_plan_bx img {
    margin-bottom: 20px;
}

.home_page .product_page_title {
    border: none;
}

section.product-page.spad.home_page {
    background: #fff;
    padding-bottom: 35px;
}

p.txt_right {
    text-align: right;
}
.cart_bar p.txt_right {
    color: #fff;
    padding: 20px 22px;
    font-size: 25px;
    font-weight: 600;
}

.cart_bar p.txt_right small {
    font-size: 16px;
}

.cart_form a.include {
    display: inline-block;
    float: right;
    color: #fff;
    margin-bottom: 20px;
}

.cart_form label {
    color: #fff;
    display: block;
    width: 100%;
}

.cart_form select {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    margin: 15px 0;
}

.cart_form form {
    display: inline-block;
    width: 100%;
}

.cart_form button.addcart {
    font-size: 16px;
    color: #fff;
    background: #050059;
    width: 100%;
    border: none;
    border-radius: 6px;
    padding: 12px;
    font-weight: 700;
}

.cart_form p a.print_guarantee {
    color: #fff;
    text-align: right;
    width: auto;
    display: inline-block;
    background: #122a40;
    border-radius: 15px;
    padding: 2px 18px;
    float: right;
}

.zip_code {
    padding: 20px;
}

.zip_code h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.zip_code p {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
}

.zip_code input[type="text"] {
    width: 100%;
    border-radius: 5px;
    padding: 11px 15px;
    margin-bottom: 10px;
}

button.build_report {
    background: #040159;
    color: #fff;
    border: none;
    padding: 13px;
    border-radius: 6px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}

.modify_plan {
    margin: 20px 0;
    background: #040159;
    padding: 20px;
    border-radius: 23px;
}

.modify_plan h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.modify_plan p {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}

.pprt_des h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

p.txt_right.print_det {
    text-transform: uppercase;
    color: #040159;
    font-weight: 700;
    font-size: 15px;
}

.pprt_des {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.pprt_des ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pprt_des ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
    font-size: 15px;
}

.pprt_des ul li span:last-child {
    font-weight: 800;
}

/*---------------------
  Detail Fancy box
   -----------------------*/

.gallery .full img {
    width: 100%;
    margin-bottom: 10px;
}

.gallery .desc h2 {
    margin-top: 0;
}

.gallery .previews a {
    display: block;
}
.previews img {
  max-width: 60px;
  display: block;
  border: 1px solid transparent;
}
.gallery .previews a.selected img{
    border: 1px solid #000;
}
.gallery .full {
  text-align: center;
}
.gallery .full img:hover {
    cursor: pointer;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.previews {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.product-top-block {
  margin-bottom: 30px;
}
.product__page__title h1 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0px;
  width: 100%;
  line-height:27px;
  margin-right: 10px;
}
.sort-description p {
  font-size: 14px;
  color: #555;
}
.product-info-inner {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}
.cart_form button.addcart {
  white-space: nowrap;
  padding: 15px 35px;
}
.product-price small {
  font-size: 11px;
  line-height: 13px;
  color: #5A5D60;
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
.product-price {
  font-size: 30px;
  font-weight: 600;
  color: #050059;
  width: 100%;
}
.product__page__content h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}
.home_option {
  margin-bottom: 10px;
}
.product__page__content h3 i {
  margin-right: 5px;
}
.product__page__desc p{
    font-size: 14px;
    color: #5A5D60;
    line-height: 26px;
}
b, strong {
    font-weight: bolder !important;
}

.product__page__inc {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  padding: 15px;
  margin-bottom: 15px;
 
}
.product__page__inc_style {
  background-color: #fff;
  background-clip: border-box;
  border-radius: .25rem;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
 
}
. col-md-6-lw{
    padding-right: 10px;
    padding-left: 10px;
}
.product__page__desc_p{
    font-size: 14px;
    color: #5A5D60;
    list-style-type: disc; 
    padding-left: 20px;
}
.product__page__desc_p li {
    font-size: 14px;
    color: #5A5D60;
    line-height: 26px;
    font-weight: normal;
    padding: 0 3px;
}
.product__page__desc {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  padding: 15px;
  font-size: 14px;
  color: #5A5D60;
}
.product__page__desc ul{
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
    list-style-type: none !important;

}
.product__page__desc ul li{
    margin-bottom: 6px;
    line-height: 26px;
}
.btn_darkblue_small {
  font-size: 14px;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  background-color: rgb(5, 0, 89);
  text-align: center;
  line-height: normal;
  padding: 10px 20px;
  border: none;
}
.cart-container {
    /* background-color: #e6edf2; */
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
}

.cart-item-header {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 20px;
    background: #fff;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;

    align-items: flex-start;
    position: relative;
}

.cart-item-header img {
    width: 200px;
    height: auto;
    border: 1px solid rgba(0,0,0,.125);
}

.cart-item-header .details {
    flex-grow: 1;
    padding-left: 20px;
}

.cart-item-header .details h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding-bottom: 15px;
}

.cart-item-header .details .feature-list {
    display: flex;
    gap: 40px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.cart-item-header .details .feature-item {
    font-size: 13px;
    font-weight: normal;
    color: #555;
    text-align: left;
}

.cart-item-header .details .feature-item .value {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    display: block;
    margin-bottom: 5px;
}

.cart-item-header .details .pdf-type {
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
}

.cart-item-header .details .price-detail {
    font-size: 15px;
    font-weight: 700;
    margin-top: 15px;
}
.quantity-detail {
    font-size: 15px;
    font-weight: 700;
    margin-top: 15px;
}
.remove-btn {
    position: absolute;
    top: 25px;
    right: 50px;
}
.edit-icon {
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
}
.quantity-update-section {
    display: none;
}
.form-cart-edit{
    width: 60px;
    display: inline;
    border: 1px solid #ced4da;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
}
.cart-summary {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 20px;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}
.terms-section {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 20px;
    background: #fff;
    margin-top: 15px;
}
.terms-section h4 {
  margin-top: 0;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.terms-section p {
    font-size: 14px;
    margin: 5px 0;
    color: #666;
}
.terms-section p b{
    font-weight: bold;
}
.terms-section input[type="checkbox"] {
    margin-right: 5px;
}
.checkout-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.checkout-buttons a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 14px 20px;
    border-radius: 5px;
    border-radius: 0;
}
.checkout-buttons a.pay-with-amazon {
    background-color: #ff9900;
}
.checkout-buttons a.checkout {
    background-color: #050059;
}
.checkout-buttons a.continue-shopping {
    background-color: #6c757d;
    margin-right: 10px;
}
.cart-heading{
    color: #040159;
    font-size: 26px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom:20px;
}
.action-btn {
  color: #050059;
  font-size: 15px;
}
.remove-btn .action-btn {
}
.checkout-form h4 {
  color: #040159;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 24px;
}
.checkout-form .form-control {
  background: #fff;
  box-shadow: none;
}
.checkout-form label {
  margin-bottom: 8px;
  font-weight: 500;
}
.checkout-form .form-check label {
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 0;
}
.checkout-form .text-danger {
  font-size: 14px;
}
.message-box {
    display: flex;
    justify-content: center;
}
.success-container {
    background: #ffffff;
    border-radius: .25rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    max-width: 900px;
    padding: 40px 30px;
    margin: auto;
}
.success-container img {
    height: 60px;
    margin-bottom: 20px;
}
.confirm-box {
    background-color: #e7f9f0;
    border-radius: 12px;
    padding: 30px;
    margin-top: 30px;
}
.confirm-box h5 {
    font-weight: 600;
    color: #38a169;
    font-size: 24px;
}
.confirm-box p {
    font-size: 18px;
    color: #4a5568;
}
.customer-details {
    background: #f7fafc;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    text-align: left;
}
.customer-details h5 {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 10px;
}
.customer-details p {
    font-size: 16px;
    color: #4a5568;
}
.success-container table {
    width: 100%;
    margin-top: 30px;
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05);
}
.success-container table th, .success-container table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}
.success-container table th {
    background-color: #edf2f7;
    color: #2d3748;
    font-weight: 600;
}
.success-container table td {
    color: #4a5568;
}
.success-container .table-footer {
    background-color: #f7fafc;
    font-weight: bold;
}
.success-container .btn-custom {
    background-color: #3182ce;
    color: white;
    border-radius: 5px;
    padding: 12px 25px;
    margin-top: 20px;
    text-decoration: none;
    font-size: 16px;
}
.success-container .btn-custom:hover {
    background-color: #2b6cb0;
    transition: background-color 0.3s ease;
}
form.property_filter .search_btn:hover,
.shoppingbasket:hover,
form.property_filter .icon:hover,
.cart_form button.addcart:hover,
.checkout-buttons a.checkout:hover,
.checkout-buttons a.continue-shopping:hover,
.btn_darkblue_small:hover,
.product__item .comment span:hover {
  background-color: rgb(1 254 255);
  color: #040159;
}
button.clear_btn:hover {
  color: #040159;
  text-decoration: underline;
}
.comment.favorite:hover {
  color: #040159;
}
.product__item:hover{
    box-shadow: 0 0 8px 0 rgba(208,210,215,.9);
}
.comment.favorite{
    cursor: pointer;
}
.mb-30px{
    margin-bottom: 30px;
}
.reset-btn {
  cursor: pointer;
  color: #050059;
  font-size: 13px;
}
.reset-btn:hover {
  color: rgb(1 254 255);
}
.applied-filters .card-body {
  padding: 15px;
}



@media (max-width: 768px) {

    .home_option ul li:last-child{
        
    }
    .home_option ul{
        flex-wrap: wrap;
        justify-content: start;
    }
    .home_option ul li{
        padding: 10px;
        width: 33%;
        margin-bottom: 10px;
    }
    .home_option ul li:first-child {
        padding: 10px;
      }

    .success-container {
        width: 100%;
        padding: 15px;
    }

    .success-container table th, .success-container table td {
        font-size: 14px;
    }

    .confirm-box p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
body .container {
    max-width: 1366px;
}
.main-header .col-lg-7 {
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
}
.main-header .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}

@media (min-width: 992px) {
.row.filter-result {
  margin-left: -10px;
  margin-right: -10px;
  row-gap: 20px;
}
.row.filter-result .col-lg-4,
.row.filter-result .col-lg-3 {
  padding-left: 10px;
  padding-right: 10px;
}
}


@media screen and (max-width: 1200px) {
body .container {
    max-width: 100%;
}
.row.filter-result {
  row-gap: 15px;
}
.product__sidebar {
  margin-bottom: 25px;
}
.main-header .col-md-8 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.main-header .col-md-2:last-child {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.signup-login {
  justify-content: end;
}
body .shoppingbasket {
  position: relative;
  top: 0px;
}
.main-header {
  padding: 10px 0;
}
.product-page {
  padding-top: 15px;
  padding-bottom: 15px;
}
body .main-header {
  padding: 10px 0;
}
body .menu-Bar {
  top: -38px;
}
body .menu-Bar span {
  background: #fff;
}
.previews {
  flex-wrap: wrap;
}
.cart-item-header img {
  width: 100px;
}
.order-success-page .table th:nth-child(2) {
    min-width: 200px;
 }
 .order-success-page .table th:nth-child(2) {
    min-width: 200px;
 }
}


@media screen and (max-width: 768px) {
    

    a {
        font-size: 14px;
       
    }
.cart-item-header{
    display: block;
}
.cart-item-header .details{
    padding-left: 0px;
    padding-top: 10px;
}
.product__sidebar-box .collapse.show{
display: none;
}
.product__sidebar-box .collapse.show-more{
    display: block;
    margin-top: 25px;
    }

}
#headingOne .btn:focus{
    box-shadow: none;
}

@media screen and (max-width: 767px) {
.main-header .col-md-8,
.main-header .col-md-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.main-header .col-md-2:last-child {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
body .main-header .row.align-items-center {
  flex-wrap: nowrap;
}
body .main-header .btn_darkblue {
  width: auto;
  min-width: 0;
  /* background: no-repeat;
  color: #000; */
  padding: 0 6px;
  white-space: nowrap;
}
body .logo img {
  max-width: 120px;
  /* 100%; */
}
.product__page__title .section-title {
  margin-bottom: 20px;
}
.product__sidebar {
  padding: 15px;
}
.product-page .card-body {
  padding: 15px;
}
.product-top-block .product__page__content {
  margin-top: 25px;
}
.product__page__inc .text-success {
  text-align: center;
  display: block;
}
.product__page__inc .btn_darkblue_small {
  display: inline-block;
}
.cart-item-header .details {
  padding-left: 0;
}
.cart-item-header {
  padding: 15px;
}
.cart-item-header {
  padding: 15px;
}
.cart-item-header img {
  /* position: absolute; */
  max-width: 40px;
}
.cart-item-header .details h3 {
  font-size: 18px;
  /* padding-left: 50px; */
  padding-top: 6px;
  padding-right: 65px;
}
.cart-summary {
  padding: 15px;
  margin-top: 15px;
}
.terms-section {
  padding: 15px;
}
.product__page__inc .text-right {
  text-align: center !important;
  margin-top: 18px;
}
.mobile-two-col .col-md-6{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.mb-m-15{
    margin-bottom: 15px;
}
.section-title.mb-0.d-md-block {
  display: none;
}
}

@media (max-width: 575.98px) {
body .menu-Bar {
  top: -55px;
}

}

.blueprint-page .product__sidebar {
    /* Add your specific styles */
}

.blueprint-page .product__sidebar__comment .section-title {
    /* Add your specific styles */
}

/* Other styles */

.blueprint-page .gallery {
    display: flex;
    flex-direction: column;
}

.blueprint-page .previews {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.blueprint-page .previews a {
    flex: 0 1 auto; 
}

.blueprint-page .previews a img {
    width: 100px;
    margin-right: 10px;
}

.blueprint-page .product__page__title {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.blueprint-page .comment.favorite span i {
    color: #ccc;
}

.blueprint-page .comment.unfavorite span i {
    color: red;
}


.blueprint-cart-page .cart-item-header img {
    max-width: 100px;
}

.blueprint-cart-page .feature-list .feature-item {
    display: inline-block;
    margin-right: 15px;
}

.blueprint-cart-page .quantity-update-section {
    display: none;
}

.blueprint-cart-page .cart-update-form input[type="number"] {
    width: 60px;
    border: 1px solid #ced4da;
    display: inline-block;
}

.blueprint-cart-page .edit-icon {
    cursor: pointer;
}

.blueprint-cart-page .remove-btn {
    display: inline-block;
}
.blueprint-checkout-page .checkout-form textarea, select, input[type], textarea, select, button{
    border:1px solid #ced4da;
}

.order-success-page .monserrat-font-title{
    color: #2d3748; 
    font-weight: 700;
}

.order-success-page .successfullyp{
    color: #718096; 
    font-size: 18px;
}

.blueprint__item__pic{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.blueprint-cart-mt-8{
    margin-top: 8px;
}
.blueprint-cart-trash{
    border: none;
}

.section-title h4, .section-title h5 {
    color: #040159;
    font-weight: 600;
    line-height: 21px;
    position: relative;
    font-size: 26px;
}



.filters-list {
    list-style-type: none;
    padding: 0;
}

.filter-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}

.filter-item:last-child {
    border-bottom: none; /* Remove bottom border for the last item */
}

.remove-filter {
    color: #d9534f; /* Bootstrap danger color */
    cursor: pointer;
    font-weight: bold;
    margin-left: 5px;
}

.remove-filter:hover {
    text-decoration: underline;
}

.applied-filters {
    margin-top: 35px;
    margin-bottom: 25px;
}

.filters-list {
    display: flex; /* This makes the filter items align horizontally */
    flex-wrap: wrap; /* Allows wrapping to a new line if there's not enough space */
    gap: 10px; /* Adds spacing between each filter item */
    background-color: #fff;
}

.filter-item {
  display: flex;
  align-items: center;
  background-color: #050059;
  padding: 8px 10px;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
}

.filter-name {
    margin-right: 2px; /* Adds space between filter name and the X button */
}

.remove-filter {
  cursor: pointer;
  font-weight: bold;
  color: #ff0000;
  background: white;
  padding: 5px 8px;
  font-size: 12px;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blueprint-checkout-page .form-check-input{
    margin-top: 0.1rem;
}
.section-title-bp-list{
    margin-bottom: -30px !important;
        margin-top: -30px !important;
}
@media (max-width: 768px) {
    .section-title-bp-list {
        margin-bottom: 0px !important;
        margin-top: 30px !important;
    }
}

.disabled-item {
    color: gray; /* The color for disabled items */
}

.disabled-item input {
    cursor: not-allowed;
}

.disabled-item span {
    color: gray; /* Apply the same color as the parent for the count */
}

.disabled-item label {
    color: gray; /* Optional: to ensure label text also gets disabled color */
}
.arrow-up-down{
    rotate: 180deg;
}

@media (max-width: 768px) {
    .card-body-your-cart {
        padding: 7px;
    }
}
.hidden{
    display: none;
}
.btn_darkblue_request{
    width: 300px !important;
    height: 60px;
    line-height: 22px;
    padding: 10px 54px;
    text-transform: none;
}
.request_main{

    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .wishlist-btn {
        margin-bottom: 25px;
    }
}

.product__page__content .home_sub_title_mew h2 {
    margin-top: 50px;
}

/* Hide on mobile, display on desktop */
@media (max-width: 767px) {
    .desktop-only-new {
        display: none;
    }
}

@media (min-width: 768px) {
    .desktop-only-new {
        display: block;
    }
}
/* Show only on mobile, hide on desktop */
@media (max-width: 767px) {
    .mobile-only-new {
        display: block;
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .mobile-only-new {
        display: none;
    }
}

/* For Desktop (min-width: 1024px) */
@media (min-width: 1024px) {
    .desktop-only-new .product__page__desc_p {
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 4 equal-width columns on desktop */
        gap: 0px 10px; 
        padding-left: 15px;
    }
}

/* For iPad and other tablets (min-width: 768px and max-width: 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .desktop-only-new .product__page__desc_p {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3 equal-width columns on iPad and similar devices */
        gap: 0px 10px; 
        padding-left: 15px;
    }
}

/* For Mobile devices (max-width: 767px) */
@media (max-width: 767px) {
    .mobile-only-new .product__page__desc_p {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* You can adjust this as needed */
        gap: 0px 10px; 
        padding-left: 15px;
    }
}


/* Ensure it is hidden on mobile */
@media (max-width: 767px) {
    .desktop-only-new {
        display: none; /* Hide the section on mobile */
    }
}
.design-style-li{
    margin-bottom: 10px;
    width: 250px !important;
}

@media (max-width: 768px) {
    .design-style-li-m {
        width: 350px !important;
    }
}
p.blueprint-cart-checkbox {
    margin-top: 30px;
}

.product__page__content_included ul {
  list-style: none;
}
.product__page__content_included ul li {
  position: relative;
  line-height: normal;
}
.product__page__content_included ul li:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 6px;
  height: 5px;
  width: 5px;
  background: #000;
  border-radius: 50%;
}
.blueprint-top-text{
    text-align: center;
    font-size: 19px;
}
.gallery .watermark {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.gallery .watermark img {
    display: block;
    width: 100%;
    height: auto;
}

.gallery .watermarkss::before {
    content: "Protected by Copyright";
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    font-size: 55px; 
    font-weight: bold;
    color: rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    text-align: center;
    pointer-events: none;
    z-index: 10;
}

.gallery .watermarkss::after {
    content: "Purchase Required for Legal Use"; 
    position: absolute;
    top: 55%; 
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    font-size: 30px; 
    font-weight: normal;
    color: rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    text-align: center;
    pointer-events: none;
    z-index: 10;
    padding-top: 20px;
}

.gallery .watermark-small::before {
    content: "Protected by Copyright";
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    font-size: 5px; 
    font-weight: bold;
    color: rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    text-align: center;
    pointer-events: none;
    z-index: 10;
}

.gallery .watermark-small::after {
    content: "Purchase Required for Legal Use"; 
    position: absolute;
    top: 55%; 
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    font-size: 3px; 
    font-weight: normal;
    color: rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    text-align: center;
    pointer-events: none;
    z-index: 10;
}



.fancybox-content {
    position: relative;
}

.fancybox-button--zoom {
    position: absolute;
    bottom: 10px;
    right: 50px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: white;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fancybox-button--close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: white;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.watermark-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    font-size: 20px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 9999;
    white-space: nowrap;
}


.gallery .fancybox-caption {
    font-size: 14px;
    color: #fff;
}

.gallery .fancybox-container .fancybox-button--zoom {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
}

.gallery .fancybox-container .fancybox-button {
    transition: all 0.2s ease;
}

.gallery .fancybox-container .fancybox-button:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
}
/* Wrapper for the watermark */
.watermark-overlay {
    position: relative;
    display: inline-block;
}

/* Watermark content */
.watermark-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    text-align: center;
    pointer-events: none; /* Prevent interaction with watermark */
    user-select: none; /* Disable text selection */
}

.watermark-text {
    color: rgba(0, 0, 0, 0.2);
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
}

.watermark-main {
    font-size: 55px;
}

.watermark-sub {
    font-size: 30px;
    font-weight: normal;
    margin-top: 20px;
}

.seller-name-link:hover {
    color: #0056b3;
    text-decoration: none;
}
.product__page__title {
    /*border-bottom: 1px solid #cccccc;*/
    padding-bottom: 5px;
    margin-bottom: 5px; /* moved hr line closer */
    width: 100%;
}

.comment {
    margin-left: auto;
    color: #ccc;
}

.seller-name {
    margin-top: 5px;
    font-size: 0.9rem;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.seller-name-link {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}
.seller-name-link:hover {
    text-decoration: none;
    color: #0056b3;
}