 /* .slider-container {
            width: 80%;
            overflow: hidden;
            position: relative;
        }
        .slider {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        .cardd {
            min-width: 200px;
            height: 200px;
            background-color: #fff;
            margin: 10px;
            padding: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            text-align: center;
        }
        
@media(max-width:575px) {
    .cardd {
        min-width: 100px;
            height: 100px;
            background-color: #fff;
            margin: 5px;
            padding: 5px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            text-align: center;
    }
}
        .buttonss {
            display: flex;
            justify-content: space-between;
            position: absolute;
            top: 50%;
            width: 100%;
            transform: translateY(-50%);
        }
        .buttons {
            background-color: #007bff;
            color: white;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
            border-radius: 5px;
        }
        .buttons:hover {
            background-color: #0056b3;
        } */



        .button{
          position:relative;
          display:inline-block;
          margin-top:10px;
        }
        
        .button a{
          color:white;
          font-family:Helvetica, sans-serif;
          font-weight:bold;
          font-size:15px;
          text-align: center;
          text-decoration:none;
          background-color:#222630;
          display:block;
          position:relative;
          padding:10px 20px;
          
          -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
          
          filter: dropshadow(color=#000, offx=0px, offy=1px);
          
          -webkit-box-shadow:inset 0 1px 0 #FFE5C4, 0 5px 0 #494949;
          -moz-box-shadow:inset 0 1px 0 #FFE5C4, 0 5px 0 #494949;
          box-shadow:inset 0 1px 0 #FFE5C4, 0 5px 0 #494949;
          
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
        }
        
        .button a:active{
          top:10px;
          background-color:#222630;
          
          -webkit-box-shadow:inset 0 1px 0 #FFE5C4, inset 0 -3px 0 #494949;
          -moz-box-shadow:inset 0 1px 0 #FFE5C4, inset 0 -3pxpx 0 #494949;
          box-shadow:inset 0 1px 0 #FFE5C4, inset 0 -3px 0 #494949;
        }
        
        .button:after{
          content:"";
          height:100%;
          width:100%;
          padding:4px;
          position: absolute;
          bottom:-15px;
          left:-4px;
          z-index:-1;
          /* background-color:#2B1800; */
          
        }



         body {
            background-color: #F1F3F6;
          }
      
          .my-card {
            box-shadow: 1px 0px 10px -4px rgb(46, 46, 46);
          }
          
          .my-card-title {
            font-weight: bold;
          }
      
      
          a {
            color: white;
          }
      
          .color {
            background-color: #272D3C;
          }
      
          .textcolor {
            color: white;
          }
      
          a:hover {
            color: #dfdfdf;
          }
      
          .box {
            background-color: #ccc;
            width: 100%;
            height: auto;
          }
      
          /* .quantity {
            display: flex; 
            border-radius: 4px;
            overflow: hidden;
          }
       */
          .quantity button {
            background-color: #272D3C;
            color: #fff;
            border: none;
            cursor: pointer;
            font-size: 18px;
            width: 25px;
            height: 30px;
            text-align: center;
            transition: background-color 0.2s;
          }
      
          .quantity button:hover {
            background-color: #222630;
          }
      
          .input-box {
            width: 30px;
            text-align: center;
            border: none;
            font-size: 16px;
            outline: none;
          }
      
          /* Hide the number input spin buttons */
          .input-box::-webkit-inner-spin-button,
          .input-box::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
          }
      
          .input-box[type="number"] {
            appearance: textfield;
          }
      
          @media (max-width: 992px) {
            .imgphone {
              height: 100px;
              width: 100px;
            }
          }
      
          @media (min-width: 992px) {
            .imgphone {
              height: 160px;
              width: 160px;
            }
          }



          .button-87 {
margin-top: 10px;
padding: 15px 18px;
text-align: center;
text-transform: uppercase;
transition: 0.5s;
background-size: 200% auto;
color: white;
border-radius: 10px;
border: 0px;
font-weight: 700;
box-shadow: 0px 0px 14px -7px #f09819;
background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
cursor: pointer;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}

.button-87:hover {
background-position: right center;

color: #fff;
text-decoration: none;
}

.button-87:active {
transform: scale(0.95);
}


     
       
       