.colorBox {
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
}


.product-item-img {
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  position: relative;
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0.50) 0%, rgba(0, 0, 0, 0.40) 100%);
}

.product-img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;

  box-shadow:
    rgba(0, 0, 0, 0.4) 2px 2px 4px,
    rgba(0, 0, 0, 0.3) 7px 7px 13px -3px,
    rgba(0, 0, 0, 0.4) -2px 2px 4px,
    rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.frame-main2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  box-shadow:
    rgba(0, 0, 0, 0.4) 2px 2px 4px,
    rgba(0, 0, 0, 0.3) 7px 7px 13px -3px,
    rgba(0, 0, 0, 0.4) -2px 2px 4px,
    rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  overflow: hidden;
}

.main-frame-img2 {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  box-sizing: border-box;
  position: relative;


  z-index: 0;
}

.glass-overlay2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000000;
  width: 100%;
  height: 100%;

  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}

.glass-overlay2 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.m50 {
  margin: 50px;
}

.sp-container {
  right: 0 !important;
  width: max-content !important;
}

.sp-container {
  position: absolute;
  top: 0;
  left: unset !important;
  display: inline-block;
  z-index: 9999994;
  overflow: hidden;
}


.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  border: unset !important;
  background: unset !important;
  color: #333;
  vertical-align: middle;
}
@keyframes pulse2 {
  0% {
      transform: scale(0.85);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
      transform: scale(1);
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }

  100% {
      transform: scale(0.85);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.tabs .nav-pills .nav-link{
  box-shadow: 0 0 3px #10143e !important;
  transform: scale(1);
    animation: pulse2 3s infinite;
  /* border: 2px solid #10143e !important; */

}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  animation: none !important;
  box-shadow: none !important;
}
.sp-preview {
  position: relative;
  margin-right: 5px;
  float: left;
  z-index: 0;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  border: 3px solid #f9f9f9 !important;
  box-shadow: 0 0 10px #4f4f4f !important;
  transform: scale(1);
    animation: pulse2 1s infinite;

}

.sp-dd {
  display: none;
}

.sp-preview-inner {
  border-radius: 50% !important;
}

.sp-button-container {
  display: none !important;
}

.tabs {
  position: relative;
}

.tabs .nav-pills {
  position: absolute;
  top: 0;
  right: 10px;
}

.tabs .nav-pills .nav-link {
  outline: none !important;
  /* border: none !important; */
}

.product-image-sec .tab-pane {
  position: absolute;
  width: 100%;
  height: 100%;
}

.product-image-sec .first {
  padding: 70px;
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0.50) 0%, rgba(0, 0, 0, 0.40) 100%);

}

.product-image-sec .tab-content,
.product-image-sec .tabs {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.product-image-sec .tab-content>.active {
  display: flex !important;
}

.nav-pills {
  z-index: 1000000000000;
}

.pd-product-type {
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 4px 4px 4px #9f9f9f;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.pd-product-type {
  z-index: 100000000;
  font-size: 14px;
  padding: 6px 8px;
}

.pd-product-type img {
  width: 35px;
  margin-right: 5px;
}

.product-image-sec .tab-pane {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image-sec {
  height: auto;
  position: relative;
}

.sofa-section {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media(max-width:1200px) {
  .sofa-section {
    height: 90%;
    top: 0;
  }
}

.sofa-section img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.sofa-color-sec {
  position: absolute;
  right: 30%;
  bottom: 30%;
  top: unset;
  z-index: 10;
}
@media(max-width:575px){
  .sofa-color-sec{
    right: 0 !important;
  }
}
.sofa-color-sec span,.wall-color span{
  transform: scale(1);
    /* animation: pulse2 3s infinite; */
}
.sofa-color-sec label,
.wall-color label {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}

.sp-picker-container:last-child {
  display: none !important;
}

.floor {
  position: absolute;
  width: 100%;
  height: 100px;
  object-fit: cover;
  z-index: 0;
  bottom: 0;

}

.wall-overlay img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.vase {
  width: auto;
  height: 300px;
  position: absolute;
  left: 5px;
  bottom: 20px;
}

.frame {
  display: inline-block;
  position: absolute;
  top: 19px;
  left: -30px;
  
  width: 100%;
  height: 200px;
  max-height: 250px;
  z-index: 10000;
}
.frame-active{
  width: 100% !important;
  left: -7% !important;
}
@media(min-width:2000px){
  .frame{
    max-height: 400px !important;
    height: 300px !important; 
    top: 50px !important;
  }
  .frame-active{
    top: 7% !important;
    left: -4% !important;
  }
}
@media(min-width:1200px){
  .frame {
    display: inline-block;
    position: absolute;
    top: 19px;
    left: 20%;
    
    width: 50%;
    height: 200px;
    max-height: 250px;
    z-index: 10000;
  }
}

@media(min-width:768px) and (max-width:1199px){
  .frame {
    top: 56px !important;
    left: -40px !important;
    width: 100%;
    height: 200px;
  }
}
@media(min-width:1200px) and (max-width:1999px){
  .frame{
    top: 90px; 
  }
  .frame-active{
    left: -4% !important;
    top: 20% !important;
  }
}
@media(max-width:400px){
  .frame-active{
    top: unset !important;
    bottom: 51% !important;
    left: -30px !important;
    height: 90px;
  }
  .frame{
    left: -20px !important;
  }
}
@media(min-width:400px) and (max-width:767px){
  .frame-active{
    top: unset !important;
    bottom: 50% !important;
    left: -20px !important;
    height: 90px;
  }
  .frame{
    left: -20px !important;
  }
}

.frame-main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 250px;
  position: relative;
  box-sizing: border-box;

  overflow: hidden;
}

#main-frame-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

.main-product-image {
  width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    /* object-fit: contain; or object-fit: contain; depending on your preference */
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 4px, 
                rgba(0, 0, 0, 0.3) 7px 7px 13px -3px, 
                rgba(0, 0, 0, 0.4) -2px 2px 4px, 
                rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    box-sizing: border-box;
    position: absolute;
    bottom:0;
    left: 50%;
    transform: translate(-50%, 0%);
}

@media(max-width:575px){
  .sofa-color-sec span,.wall-color span{
    font-size: 12px !important;
  }
}
.main-frame-img2,
#main-frame-img {
  box-shadow:
    rgba(0, 0, 0, 0.4) 2px 2px 4px,
    rgba(0, 0, 0, 0.3) 7px 7px 13px -3px,
    rgba(0, 0, 0, 0.4) -2px 2px 4px,
    rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#main-frame1 img {
  max-height: 100% !important;
}

#glass-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000000;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}

#glass-overlay img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}


.tab-pane {
  overflow: hidden;
}


.fa-info {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid green;
  padding: 5px;
  width: 20px;
  height: 20px;
  font-size: 12px;
}

.has-cart {
  width: 100% !important;
  position: relative;


}

.wall-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.20);
}
.wall-color button,.sofa-color-sec button{
  background-color: transparent !important;
outline: none;
border: none;
padding: 0 !important;
}
@media(max-width:767px){
  .wall-color button,.sofa-color-sec button{
    font-size: 12px !important;
  }
}
.wall-color {
  position: absolute;
  top: 20%;
  z-index: 10000000000000000 !important;
  left: 15px;
}

.sp-preview,
.sp-alpha,
.sp-thumb-el {
  position: relative;
  background-image: none !important;
}


.pd-photedit-title {
  background-color: #000;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 10px;
}

.pd-photedit-title h1 {
  font-size: 16px;
  margin: 0;
}

.pd-photedit-in {
  background-color: #e9e9e9;
  display: inline-block;
  width: 100%;
  padding: 6px;
  border-bottom: 1px solid #dedede;
}

.pd-photedit-in p {
  float: right;
  font-size: 14px;
  color: #373737;
  margin: 0;
}

img.lazy {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

img.lazy[src] {
  opacity: 1;
}

.mdf-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}

* {
  box-sizing: border-box;
}

.size-select {
  float: right;
}

.size-select ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.size-select ul li {
  display: inline-block;
}

.select-price {
  font-size: 25px;
}

.select-price {
  color: #484848;
  text-align: right;
  padding-right: 5px;
  height: 33px;
  line-height: 38px;
  font-weight: bold;
}

.select-price span,
.select-market-price {
  font-size: 16px;
}

.select-price span,
.select-market-price {
  color: #454545;
  text-align: right;
  text-decoration: line-through;
  padding-right: 3px;
  font-weight: normal;
}

.size-select ul li {
  display: inline-block;
  float: left;
}

.select-size {
  font-size: 12px;
}

.select-size span {
  width: 100%;
  display: block;
  text-align: right;
  color: #605f5f;
  text-decoration: underline;
}

.frame-container {
  width: 100%;
  display: inline-block;
  padding: 0;
  line-height: 0;
}

.frame-container ul {
  display: inline-block;
  width: 100%;
}

ul {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
}

@media(min-width:992px) {
  .frame-container ul li {
    width: 20%;
  }

  .frame-container ul li button {
    height: 70px;
  }
}

.frame-container ul li {
  padding: 3px;
  display: inline-block;
  line-height: 0;
  float: left;
}

.frame-container ul li button {
  display: inline-block;
  position: relative;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  transition: border 0.2s ease-in-out 0s;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 100%;
  font-size: 11px;
  color: #000;
}

.frame-container ul li button span {
  font-size: 11px;
}

.frame-container ul li button span {
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 9px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
}

.frameactive,
.effectactive {
  border-color: #e4087d !important;
}

.frame-info {
  width: 100%;
  margin-top: 12px;
  color: #e11717;
  font-size: 12px;
  border-top: 1px dotted #d4d4d4;
  display: inline-block;
  padding-top: 12px;
}

.basket-col {
  text-align: center;
  padding: 18px 10px;
  width: 100%;
}

.basket-col svg {
  width: 60px;
  height: 60px;
  padding: 10px;

}

.comment-btn {
  background: #10143e;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin: auto;
  border: none;
  outline: none;
  border-radius: 5px;
}

.title-h2 {
  font-size: 25px;
  color: #10143e;
  font-weight: 700;

}

.basketadd {
  font-size: 16px;
  border-radius: 30px;
  border: 0;
  background-color: #10143e;
  padding: 20px 30px;
  gap: 15px;
  display: flex;
  align-items: center;
  color: #fff;
}

.like-btn svg {
  fill: #10143e;
  margin-top: -10px;
}

.like-btn {
  background: transparent;
  outline: none;
  border: none;
  color: red;
  background-color: #ececec;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.like-btn img {
  width: 30px;
  height: 30px;

  filter: grayscale(1);
}

#loading-spinner,
#loading-spinner2,
#loading-spinner3 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

  to {
    transform: rotate(360deg);
  }
}

.ps-mk {
  padding: 0 10px 10px;
  text-align: center;
}

.ps-mk-icon {
  margin: 0 5px;
  font-size: 14px;
  padding: 5px 10px;
}

.ps-mk-icon {
  cursor: pointer;
  color: #555;
  display: inline-flex;
  text-decoration: none;
  background-color: #dddddd;
  justify-content: center;
  align-items: center;
}

.ps-mk-icon svg {
  margin-right: 6px;
}

svg:not(:root) {
  overflow: hidden;
}

@media (min-width: 1200px) {

  .ps-message-1,
  .ps-message-2,
  .ps-message-3 {
    width: 130px;
  }
}

.ps-message-1 {
  background-color: #5caedc;
}

.ps-message-1,
.ps-message-2,
.ps-message-3 {
  color: #fff;
  padding: 7px 0;
  border-radius: 7px;
  display: flex;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  margin: 0 5px;
  justify-content: center;
}

.ps-message-1 span {
  margin-right: 10px;
}

.ps-message-2 {
  background-color: #b349a1;
}

.ps-message-3 {
  background-color: #87bc57;
}

.ps-kinfo {
  text-align: center;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

@media (min-width: 1200px) {
  .prod-info {
    min-height: 600px;
  }
}
.effect-container {
  width: 100%;
  display: inline-block;
  padding: 0;
  line-height: 0;
}

ul {
  list-style-type: none;
  padding: 0 !important;
  margin: 0 !important;
}

.effect-container ul li {
  padding: 3px;
}

.effect-container ul li button {
  height: 108px;
}

.effect-container ul li button {
  display: inline-block;
  position: relative;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  transition: border 0.2s ease-in-out 0s;
  background-position: center center;
  background-size: cover;
  width: 100%;
  color: #000;
}

.effect-container ul li button span {
  font-size: 14px;
}

.effect-container ul li button span {
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding: 13px 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.product-type-in {
  background-color: #fafafa;
  border: 1px solid #f3f3f3;
}

.product-type-in li a:hover {
  transform: translateY(-10px);
  transition: all .4s ease-in-out;
}

.pt-in-header {
  margin: 12px;
  border-bottom: 1px solid #e6e6e6;
}

.title-h3 {
  font-weight: 600;
  font-size: 18px;
  margin-top: 9px;
}

.title-h3 {
  color: #4a4a4a;
  text-transform: uppercase;
}

.pt-in-des {
  font-size: 13px;
  margin-top: 13px;
}

.product-type-in ul {
  overflow: hidden;
}

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

.product-type-in ul li {
  padding: 12px;
  float: left;
  width: 20%;
}

.product-type-in ul li a {
  border: 1px solid #e6e5e5;
  display: inline-block;
}

a {
  text-decoration: none !important;
}

.pt-in-img {
  width: 100%;
  aspect-ratio: 1 / .895;
  object-fit: contain;
}

.pt-in-info:hover .pt-in-icon>img {
  transform: scale(1.2);
}

.pt-in-icon {
  display: flex;
  position: relative;
  z-index: 10;
  align-items: center;
  justify-content: center;
  height: 1px;
  background-color: #eee;
}

.pt-in-icon span {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 5px;
  box-shadow: 0 0 7px #797979;
}

.pt-in-icon span img {
  width: 100%;
  text-align: center;
}

.pt-in-info {
  background-color: #fdf9f9;
}

.pt-in-info span {
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #5d89a1;
  text-decoration: none;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 4px;
}

.pt-in-info p {
  height: 100px;
  font-size: 12px;
}

.pt-in-info p {
  width: 100%;
  margin: 0;
  text-align: center;
  color: #535353;
  padding: 5px;
  overflow: hidden;
}

.pt-in-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px;
  text-align: end;
  background-color: #10143e;
  color: #fff;
  font-weight: 600;
  border-top: 5px solid #10143e;
}

.pt-in-btn i {
  margin-top: -4px;
}

.cq-title {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 9px 0;
  border: 1px solid #ebebeb;
  background-color: #f7f7f7;
  color: #575757;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}

.cq-item-title {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}

.cq-item-title>div {
  width: 100%;

  text-align: center;
}

.cq-item-title>div>div {
  width: 100%;
  text-align: center;
  /* margin-top: 40px; */
  margin-bottom: 40px;
  padding: 15px 0;
  border: 1px solid #ebebeb;
  background-color: #f7f7f7;
  color: #575757;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}

.cq-item-title>div span {
  display: block;
}

.cq-item-title>div span {
  float: left;
  height: 1px;
}

.cq-item {
  width: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: 7px;
}

@media (min-width: 1200px) {
  .cq-item ul {
    float: left;
    width: 48%;
  }
}

.cq-item ul li p {
  color: #3d3e43;
}

.cq-item .cq-p-title {
  font-size: 17px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}

.cq-item-title {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .product-category-info .nav-tabs .nav-link {
    padding-left: 30px;
    padding-right: 15px;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .cq-item3 {
    background-image: url(../images/cq12.png);
    background-position: left top;
  }
}

.product-category-info .nav-tabs .nav-link {
  text-align: center;
  width: 50%;

  display: inline-block;
  padding-bottom: 10px;
  color: #98A0A9 !important;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  transition: all .4s ease-in-out;
  padding-right: 15px;
  font-size: 18px;
}

.product-category-info .nav-tabs .nav-link:hover {
  border: none !important;
  border-bottom: 2px solid #10143e !important;
  transition: all .4s ease-in-out;
  color: #10143e !important;
  font-weight: 700 !important;
}

.product-category-info .nav-tabs .nav-link.active {
  color: #10143e !important;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid #10143e;
  position: relative;
}

@media (min-width: 1200px) {
  .cq-item2 {
    background-image: url('../images/cq11.png');
    background-position: right top;
  }
}

@media(max-width:767px) {
  .product-image-sec {
    height: 320px;
    /* max-height: max-content; */
  }

  .pd-photedit-title h1 {
    font-size: 11px;
  }

  .size-sec {
    flex-wrap: wrap;
  }

  .bootstrap-select.fit-width,
  .size-select {
    width: 100% !important;
  }

  .size-select {
    justify-content: end;
    display: flex;
  }

  .sofa-section svg {
    position: absolute;
    bottom: 0;
    width: 170px;
    height: 170px;
  }

  .sofa-color-sec label,
  .wall-color label {
    display: none;
  }

  .vase {
    width: auto;
    height: 130px;
    position: absolute;
    left: 10px;
    bottom: 30px;
  }

  .floor {
    height: 60px;
  }

  .prod-info-title {
    font-size: 32px !important;
    margin-top: 20px;
  }

  .frame {
    left: -20px;
    top: 17%;
    /* max-width: 100px;
    width: 100px; */
    height: 90px;
  }

  .sp-preview {
    width: 20px !important;
    height: 20px !important;
  }

  .size-select ul li {
    font-size: 11px;
  }

  .select-price {
    font-size: 20px !important;
  }

  .select-price span,
  .select-market-price {
    font-size: 14px !important;
  }


}

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

  .ps-message-1,
  .ps-message-2,
  .ps-message-3 {
    width: 111px;
  }
}

@media screen and (max-width: 767px) {
  .frame-container ul li {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .frame-container ul li button {
    height: 51px;
  }
}

@media(min-width:576px) and (max-width:767px) {
  .product-image-sec {
    height: 400px;
    max-height: 450px;
  }
}

@media(min-width:768px) and (max-width:1199px) {
  .product-image-sec {
    height: 500px;
    max-height: 580px;
  }
}

@media screen and (max-width: 767px) {
  .product-type-in ul li {
    padding: 5px;
    float: left;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .cq-item-title>div {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .frame-container ul li button {
    height: 70px;
  }

  .frame-container ul li {
    width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .product-type-in ul li {
    padding: 12px;
    float: left;
    width: 33.3333%;
  }
}

@media (min-width: 768px) {

  .ps-message-1,
  .ps-message-2,
  .ps-message-3 {
    width: 130px;
  }
}


.prod-info-title {
  font-weight: 500;
  font-size: 45px;
}

.frame-title,
.size-title,
.effect-title {
  font-weight: 600;
  font-size: 17px;
  display: block;
  margin-bottom: 12px;
}

.frame-list,
.size-list,
.effect-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.size-list button {
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #ccc;
  outline: none;
  font-weight: 400;
  color: #2b2a2a;
  padding: 5px 20px;
}

.frame-list button {
  border: none !important;
  border-radius: 100%;
  background-color: transparent;
  width: 30px;
  height: 30px;
}

.size-list .selected {
  color: #fff !important;
  background-color: #10143e !important;
}

.frame-list li {
  position: relative;
}

.effect-list li button {
  position: relative;
}

.active-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: none;
}

.selected .active-overlay {
  display: flex !important;
}

.effect-list li {
  position: relative;
}

.frame-list li img,
.effect-list li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tabs .nav-pills {
  gap: 5px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 999px !important;
  padding: 5px !important;
  width: fit-content;
}

.tabs .nav-item {
  flex: 1;
}

.tabs .nav-link {
  background-color: #fff !important;
  color: transparent;
  padding: 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
 color: #10143e !important;
 font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs .nav-button1{
  width: 50px !important;
  height: 50px !important;
  border-radius: 999px !important;

}

.tabs .nav-text{
  width: max-content !important;
  height: unset !important;
  border-radius: 30px !important;
}

.tabs .nav-link img {
  width: 30px;
  height: 30px;
}

.tabs .nav-link.active {
  background-color: #10143e !important;
  color: #fff !important;
}

.tabs .nav-link.active img {
  filter: invert(1) brightness(100%);
}

@media(max-width:767px) {


  .tabs .nav-link img {
    width: 20px !important;
    height: 20px !important;
  }
}


#prod-price del,
.price-sec del {
  color: red;
  margin-right: 10px;
  font-size: 20px;
}

.price-sec span {
  font-size: 36px;
  font-weight: 700;
}

.discount-section {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid red;
  border-radius: 10px;
  font-weight: 600;
  color: red;
  font-size: 20px;
}

.prod-cat .nav-pills li {
  background-color: rgb(249, 247, 247);
  border: 1px solid #ccc;
  border-radius: 30px;
  margin-bottom: 15px;
  width: 32%;
}

.prod-cat .nav-pills li button {
  display: block;
  padding: 15px 0;
  color: #000 !important;
  width: 100%;
}

.prod-cat .nav-pills .nav-link.active,
.prod-cat .nav-pills .show>.nav-link {
  background-color: #10143e !important;
  border-radius: 30px !important;
  color: #fff !important;
}

.effect-list button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  outline: none;
  border: none;
}

.product-type-in ul li a {
  height: 400px;
  position: relative;
}

@media(max-width:767px) {
  .product-type-in ul li a {
    height: 370px;
  }
}

@media(min-width:1200px) {
  .prod-categories {
    display: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background-color: #fff;
    box-shadow: 4px -4px 7px -2px #b9b9b9;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .prod-categories {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 100000;
    bottom: 0;
    z-index: 10000;
    left: 0;
    background-color: #eee;
    border-radius: 0;
    box-shadow: 0;
    overflow: hidden;
  }
}

.prod-categories ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prod-categories>div>ul>li {
  padding: 5px 0;
}

.prod-categories>div>ul>li>a {
  border-right: 1px dotted #d1d1d1;
  display: inline-block;
  padding: 0 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pti-in-icon {
    width: 40px;
  }
}

.pti-in-icon img {
  width: 100%;
}

.pti-in-info span {
  width: 100%;
  display: block;
  text-align: center;
  color: #5d89a1;
  font-size: 13px;
}

.pti-in-icon {
  width: 40px;
}

@media screen and (max-width: 767px) {
  .prod-categories {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1000000;
    bottom: 0;
    left: 0;
    background-color: #eee;
    border-radius: 0;
    box-shadow: 0;
    overflow: hidden;
  }
}

.product-item-img {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 95%;
  height: 200px;
  position: relative;
  /* background: rgba(0,0,0,.3); */
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0.50) 0%, rgba(0, 0, 0, 0.40) 100%);
}

.product-item img {
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}

.product-item img {
  transition: all .4s ease-in-out;
}

.product-item {
  background-color: #fbfbfb;
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 2px 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.product-item h3 {
  font-size: 0.9rem;

}

.product-item h3 a {
  text-decoration: none;
  color: #000;
}

.price-code {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #000;
}

.stage {
  float: left;
  height: 30px;
  line-height: 40px;
  position: relative;
  margin: 0 1em 0.6em 0;
}

.stage a {
  background: red;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding: 9px 10px;
}

.ads-sec2 h3,
.ads-sec2 span,
.ads-sec2 .slider-button {
  text-align: end;
}

.stage a:after {
  content: "";
  float: right;
  width: 0;
  height: 0;
  margin-top: 2.8px;
  border-top: 18px solid transparent;
  border-left: 18px solid red;
  border-bottom: 18px solid transparent;
}

.product-item-price del {
  font-size: 14px;
  color: #333;

}

.product-item-price span {
  font-size: 22px;
  font-weight: 600;
  color: red;
  margin-top: -6px;
  margin-left: 6px;
}

.comment-card:not(:last-child) {
  margin-bottom: 10px;
}

.comment-card {
  border: 1px solid #dae6f9;
  border-radius: 15px;
  padding: 40px;
}

.card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-meta {
  border: none;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.meta-item {
  margin-right: 25px;
  position: relative;
  font-size: 14px;
}

.card-meta .meta-item .author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.card-meta .meta-item .author-name {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

.meta-item:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #177ef7;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.comment-card p {
  font-size: 16px;
}

.body-text {
  font-size: 18px;
}

.star-icon {
  color: #FFE234;
}

.body-text {
  font-size: 16px;
  line-height: 170%;
  color: #3d5b7d;
  font-weight: 400;
}

.comment-filter {
  gap: 20px;
}

.filter1,
.filter2 {
  border: 1px solid #e1e2ef;
  font-size: 14px;
  color: #10143e;
  text-align: left;
  font-weight: 500;
  background: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.22298 1.29805L4.12667 4.39436C4.00824 4.51278 3.85404 4.57076 3.69985 4.57076C3.54565 4.57076 3.39021 4.51155 3.27302 4.39436L0.176712 1.29805C-0.0589039 1.06243 -0.0589039 0.680017 0.176712 0.443167L0.443167 0.176712C0.678783 -0.0589039 1.0612 -0.0589039 1.29805 0.176712L3.27426 2.15292C3.39268 2.27135 3.54688 2.32933 3.70108 2.32933C3.85528 2.32933 4.01071 2.27011 4.1279 2.15292L6.10411 0.176712C6.33973 -0.0589039 6.72214 -0.0589039 6.95899 0.176712L7.22545 0.443167C7.45859 0.680017 7.45859 1.06243 7.22298 1.29805Z' fill='%233C3F5F'/%3E%3C/svg%3E%0A") no-repeat 90% 50%;
  border-radius: 100px;
  appearance: none;
}


.product-item:hover .frame-main2,
.product-item:hover .mdf-image {
  transform: scale(1.05) !important;
}

.product-item img,
.frame-main2 {
  transition: all .4s ease-in-out;
}