/* Colors */
:root {
    --color-default: #f7e120;
    --color-primary: #dc3545;
    --color-black: rgb(12, 12, 12);
    --color-white: #fff;
  }

  .product-bg-img{
    width: 100%;
    height: 40vh;
   
    background-image: linear-gradient(#05050580,#0a0a0a81),url(../images/logo_make_11_06_2023_114.jpg);
    background-size: cover;
    background-position-y: center;
  }
  .product-bg-img h1{
    margin-top: 50px;
    color: var(--color-white);
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
  }

  @media screen and (max-width: 900px) {
    .product-bg-img h1{
        font-size: 32px;
    }
    
  }

  /* ====================================Products details ===================================== */
  .picZoomer{
	position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp{
	position: relative;
	overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
	display: block;
}
.picZoomer-zoom-pic{
	position: absolute;
	top: 0;
	left: 0;
}

.picZoomer-zoom-wp{
	display: none;
	position: absolute;
	z-index: 999;
	overflow: hidden;
    border:1px solid #eee;
    height: 460px;
    margin-top: -19px;
}
.picZoomer-cursor{
	display: none;
	cursor: crosshair;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
	width: 23px;
	height: 23px;
	position: absolute;
	top: 40px;
	left: 40px;
	background: url(images/zoom-ico.png) left top no-repeat;
}

.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.piclist li{
    display: inline-block;
    width: 90px;
    height: 114px;
    border: 1px solid #eee;
}
.piclist li img{
    width: 97%;
    height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
    border: 1px solid #eee;
}



.section-bg {
    background-color: #f8f6f4;
}


/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}
._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}
._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
}
.piclist li img {
    width: 80px;
    height:100px;
    object-fit:cover;
}
@media screen and (max-width: 900px) {
    ._boxzoom ._product-images{
        width: 100%;
        
    }
    ._boxzoom .zoom-thumb ul.piclist {
        left: 0;
        display: inline-flex;
    }
    /* ._boxzoom .zoom-thumb ul.piclist img{
        width: 90%;
    } */
    
}
/*======products-details=====*/
._product-detail-content {
    background: #fff;
    padding: 15px;
    border: 1px solid lightgray;
}
._product-detail-content p._p-name {
    color: black;
    font-size: 20px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 12px;
}
.p-list span {
    margin-right: 15px;
}
.p-list span.price {
    font-size: 25px;
    color: #318234;
}
._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}
._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}
._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #fe0000;
    border-bottom: 1px solid #fe0000;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}
._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}
.p-list {
    margin-bottom: 10px;
}
._p-features > span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
._p-add-cart .buy-btn {
    background-color: #fd7f34;
    color: #fff;
}
._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}
._p-add-cart .btn {
    margin: 0px 8px;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
  }



  /* =========================enquiry Form ================================= */
/* 
  .form-main {
    background: linear-gradient(to bottom, #e80707c8, #cad624bd),
      url(../images/logo_make_11_06_2023_114.jpg)
        no-repeat center;
    background-size: cover;
   
      } */
     

      .form-head {
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
        text-align: center;
        margin: 0px 0 25px;
      }
      .form-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        
        .form-card {
          position: relative;
          width: 100%;
  
          .form-input {
            padding: 2px 25px 15px;
            width: 100%;
            border: 1px solid #070707;
            border-radius: 5px;
            background: transparent;
           
            outline: none;
            font-size: 18px;
            line-height: 25px;
            font-weight: 400;
                box-sizing: border-box;
  
            &:valid,
            &:focus {
              border: 2px solid black;
            }
  
            &:valid ~ .form-label,
            &:focus ~ .form-label {
              color: #080808;
              top: 30%;
              transform: translateY(-70%);
              font-size: 13px;
              line-height: 23px;
            }
  
            &:-webkit-autofill,
            &:-webkit-autofill:hover,
            &:-webkit-autofill:focus,
            &:-webkit-autofill:active {
              transition: background-color 9999s ease-in-out 0s;
            }
            &::-webkit-outer-spin-button,
            &::-webkit-inner-spin-button {
              -webkit-appearance: none;
              margin: 0;
            }
          }
  
          .form-label {
            position: absolute;
            left: 25px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none;
            transition: 0.3s;
            margin: 0;
            font-size: 18px;
            line-height: 28px;
            font-weight: 500;
            color: black;
          }
          .form-textarea {
            padding: 20px 25px 15px;
            width: 100%;
            border: 1px solid black;
            border-radius: 5px;
            background: transparent;
            outline: none;
            font-size: 20px;
            line-height: 30px;
            font-weight: 400;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            resize: none;
                box-sizing: border-box;
  
            &:valid,
            &:focus {
              border: 3px solid #090909;
            }
  
            &:valid ~ .form-textarea-label,
            &:focus ~ .form-textarea-label {
              color: black;
              top: 18%;
              transform: translateY(-82%);
              font-size: 13px;
              line-height: 23px;
            }
  
            &:-webkit-autofill,
            &:-webkit-autofill:hover,
            &:-webkit-autofill:focus,
            &:-webkit-autofill:active {
              transition: background-color 9999s ease-in-out 0s;
            }
          }
          .form-textarea-label {
            position: absolute;
            left: 25px;
            top: 30%;
            transform: translateY(-70%);
            pointer-events: none;
            transition: 0.3s;
            margin: 0;
            font-size: 18px;
            line-height: 24px;
            font-weight: 500;
            color: black;
          }
        }
      }
   
 
  .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  padding: 16px 0 0;
    }
  .btn-wrap button {
    padding: 0 28px;
    font-size: 18px;
    line-height: 48px;
    border: 1px solid transparent;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.5s ease;
    cursor: pointer; box-shadow: 0 0 5px 5px #00000020;
  }
  .btn-wrap button:hover {
    border: 1px solid #000;
    background: transparent;
    
  }
  