/*
--------------------------------------------------------------------------------------------------------
* Project    :                                                                                         *
* Author     : piyush Tapaniya | +91 83060 05795                                                       * 
* Support    : piyush.tapaniya90@gmail.com                                                             * 
*------------------------------------------------------------------------------------------------------- 
NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.
*/

/*================================================
[  Table of contents  ]
================================================== 
:: general css Style
   :: google font
   :: basic style     
   :: headings
   :: button style
   :: helper classes 
   :: section title
   :: box border
   :: custome class 
:: scrollbar CSS
:: back to top CSS
:: loader CSS
:: animations 
==================================================
[ End table content ]
================================================*/

@charset "UTF-8";
/*================================================
    :: general css Style
==================================================*/

/* :: google font */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/* :: basic style  */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    font-family: 'Work Sans', sans-serif;
    background-color: #ffffff;
    color: #273043;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #273043;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    text-decoration: none;
    color: inherit;
}


ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

button {
    outline: none;
    border: 0;
    cursor: pointer;
    background: transparent;
}

button:focus {
    outline: none;
    outline: 0;
}

iframe {
    width: 100%;
    border: 0px;
}

/* :: Form */
textarea {
    resize: none;
}

/* select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} */

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

::-moz-selection {
    background: #1A78E5;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #1A78E5;
    color: #ffffff;
    text-shadow: none;
}

/* :: headings */

/* :: Font h1 */
h1 {
    font-size: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 52px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 42px;
    }
}

/* :: Font h2 */
h2 {
    font-size: 52px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 32px;
    }
}

/* :: Font h3 */
h3 {
    font-size: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 26;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 26;
    }
}

/* :: Font h4 */
h4 {
    font-size: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h4 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 24px;
    }
}

/* :: Font h5 */
h5 {
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 22px;
    }
}

/* :: Font h6 */
h6 {
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    h6 {
        font-size: 18px;
    }
}

.owl-dots {
    text-align: center;
}
.owl-dots button {
    height: 12px;
    width: 12px;
    background: #dcdcdc !important;
    display: inline-block;
    margin: 0 4px;
    border-radius: 15px;
}
.owl-dots button.active{
    background: #1A78E5 !important;
}


/* :: button style */
.button-style {
    display: inline-block;
    vertical-align: top;
    padding: 8px 30px;
    border-radius: 10px;
    border: 1px solid #2ac9ff;
    background: #2ac9ff;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative; 
    overflow: hidden; 
} 

.button-style:hover {
    background: #082831;
    color: #ffffff;
    border-color: transparent;
}

.button-style:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}

/* :: helper */
.text-gray {
    color: #273043 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #000000 !important;
}

.text-color {
    color: #082831 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-color {
    background-color: #082831 !important;
}

.bg-01 {
    background-color: #273043 !important;
}

.bg-02 {
    background-color: #f1f1f1 !important;
}
.bg-gradient{
    background: linear-gradient(to right, #ffe8e3, #ffede2, #fff2e3, #fff7e5, #fffde8);
}
.grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1.5rem;
}

.grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.5rem;
}

/* :: form */
.form-control {
    height: 46px;
}

.form-control:focus {
    background-color: transparent;
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #d3d3d3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px 25px;
    color: #273043;
    height: 185px;
    background: transparent;
    color: #ffffff;
    resize: none;
    border-radius: 0px;
    border: 1px solid #d3d3d3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

label.error {
    display: block;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: capitalize;
    font-size: 14px;
    color: #ff0000;
    font-weight: 500;
}

input.error,
select.error,
textarea.error {
    border-color: #ff0000 !important;
}

/*-------------------------------------------------
:: scrollbar CSS 
-------------------------------------------------*/

 

/*================================================
:: back to top CSS
==================================================*/
.scrollToTop {
    position: fixed;
    bottom: 0;
    right: 30px;
    padding: 10px 6px;
    background: #1A78E5;
    font-weight: 600;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    border-radius: 25px;
    z-index: 99;
    cursor: pointer;
    transition: all 1s;
    transform: translateY(100%);
}
  .scrollToTop i {
    -webkit-animation: scroll-down 2s infinite;
    -moz-animation: scroll-down 2s infinite;
    -o-animation: scroll-down 2s infinite;
    animation: scroll-down 2s infinite;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .scrollToTop span {
    display: block;
    color: #ffffff;
  }
  
  .scrollToTop.active {
    bottom: 30px;
    transform: translateY(0%);
  } 
  
  .scrollToTop:hover, .scrollToTop:focus {
    color: #ffffff;
  }

/*================================================
:: loader CSS
==================================================*/
.loader-box {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: #1A78E5;
    z-index: 99999;
} 

.loader-round {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 7px solid #EDF1F2;
    border-top: 7px solid #273043;
    animation: rotate 2s infinite ease;
} 

/*================================================
:: animations
==================================================*/
@keyframes bounce {
    0%,
    50%,
    100% {
        transform: scaleY(1);
        border-radius: 50%;
    }
    25%,
    75% {
        transform: translateY(-100px) rotateY(360deg) scaleX(0.66) scaleY(1.25);
        border-radius: 50%;
    }
    15%,
    40%,
    65%,
    90% {
        transform: translateY(10px) scaleX(1.25) scaleY(0.5);
        border-bottom-left-radius: 25%;
        border-bottom-right-radius: 25%;
    }
}
@keyframes scroll-down {
    0% {
      transform: translateY(0);
    }
  
    50% {
      transform: translateY(10px);
    }
  
    100% {
      transform: translateY(0px);
    }
}
@keyframes rotate{
    0%{transform: none;}
    100%{transform: rotate(1turn)};     
}


/*================================================
:: Home Page
==================================================*/ 
.m-banner{
    display: none !important;
}

/* input effect */
.input-container {
    position: relative;
    border: 1px solid #082831;
    border-radius: 5px !important; 
}

.input-container img {
    position: absolute;
    right: 15px;
    top: 10px;
}

.input-error {
    border: 1px solid red;
}

.input {
    box-sizing: border-box;
    color: #273043;
    font-size: 15px;
    height: 38px !important;
    outline: 0;
    padding: 2px 15px 2px 15px;
    width: 100%;
    border: none !important;
    border-radius: 10px !important;
    background: transparent;
    font-weight: 500;
}

textarea.input {
    height: 100px !important;
}

.input-error-text {
    color: red;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -18px;
}

.placeholder {
    color: #273043;
    left: 20px;
    line-height: 14px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: 12px;
    margin: 0;
    background-color: #fff;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
}

.input:focus~.placeholder,
.input:not(:placeholder-shown)~.placeholder {
    transform: translateY(-20px) translateX(-20px) scale(0.75);
    padding: 0 10px;
    left: 30px;
    background: #fff;
    font-size: 18px;
}


.login-gird {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 2px 0 70px hsl(0deg 0% 13% / 15%);
    box-shadow: 2px 0 70px hsl(0deg 0% 13% / 15%);
}

.filters-list{
    gap: 15px;
}
 
.filters-list input.inputs.w-100 {
    box-sizing: border-box;
    color: #273043;
    font-size: 15px;
    height: 50px !important;
    outline: 0;
    padding: 12px 17px 12px 17px;
    width: 100%;
    background: transparent;
    font-weight: 500;
    border: 1px solid #273043;
    border-radius: 10px !important;
} 
 
.other-menu {
    margin-left: 10px;
    display: flex;
    align-items: center;
}
.other-menu li{
    margin: 0 15px;
}
/* .other-menu li p, .other-menu li a{
    line-height:  normal;
    color: #fff;
} */

.other-menu ul {
    margin: 0;
    padding: 0;
}

.other-menu .dropdown ul li{
    margin: 0;
    width: 100%;
}

.other-menu .dropdown ul li a{
   font-size: 14px;
}

.ft_newsletter {padding-bottom: 50px; }
.ft_newsletter form {position: relative; overflow: hidden; margin-top: 20px; }
.ft_newsletter form .btn {position: absolute; top: 0; right: 0; text-transform: capitalize; font-size: 0; font-weight: 400; font-size: 14px; color: #fff; background: #202020; border: 0; box-shadow: none; padding: 0 20px; line-height: 47px; height: 47px; border-radius: 0 30px 30px 0; -webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear; }
.ft_newsletter form .input-wrapper input {height: 47px; background: #fff; border: 0; color: #b1b1b1; padding: 10px 120px 10px 10px; display: inline-block; width: 100%; font-size: 14px; border: none; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }

 





.product-ul{
    white-space: nowrap;
    overflow: auto;
    width: 100%;
}
.product-ul li:nth-last-child(1) a{
    border-right: none;
} 
.product-ul li {
    display: inline;
}
.product-ul li a {
    padding: 8px 12px;
    color: #082831;
    /* border-right: 1px solid #ddd; */
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 10px;
}
.product-ul li a.active, .product-ul li a:hover{
    font-weight: bold;
    background-color: #2ac9ff;
    color: #0000008e;
} 

.product-ul::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    height: 5px;
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
.product-ul::-webkit-scrollbar-thumb {
    background: #d3d3d3;
}



.product-box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3.5rem;
}
.product-item {    
    position: relative; 
}
.product-content h3 {
    color: #082831;
    font-size: 24px;
    font-weight: 600;
    padding: 0 15px;
}
.product-content p {
    font-size: 16px; 
    padding: 0 15px;
}
.price {
    display: flex;
    justify-content: space-between;
}

.product-image {
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 3px 15px rgb(0 0 0 / 12%);
    -ms-box-shadow: 0 3px 15px rgb(0 0 0 / 12%);
    -o-box-shadow: 0 3px 15px rgb(0 0 0 / 12%);
    box-shadow: 0 3px 15px rgb(0 0 0 / 12%);
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 45px;
}

 
.product-image img{
    margin: 30px;
    z-index: 9;
    position: relative;
    transition: all ease .3s;
}

.redeem-new-btn a {
    background: #2ac9ff;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    font-size: 23px;
    font-weight: 600; 
    color: #fff;
}

/* .product-item:hover{
    background: #d4f4ff;
    border-radius: 25px;
    box-shadow: 0px 2px 60px 0px rgb(0 0 0 / 10%);
}
.product-item:hover .product-content{ 
    transform: translate(0, 0);
}
.product-item:hover p{
    color: #000;
}
.product-item:hover .product-image::after{
    display: none;
}
.product-item:hover .product-image img{
    width: 100px;
    transition: all ease .3s;
} */

 

.redeem-new-btn {
    margin-top: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translate(0, 70px);
    transition: ease all 0.5s;
}
.product-item:hover .redeem-new-btn {
    transform: translate(0, 0); 
}
.product-item:hover .product-image{
    background: #d4f4ff;
}

.product-content {
    display: flex;
    flex-direction: column;
    position: relative; 
    width: 100%; 
    transition: all ease .3s;
    z-index: 9;
}


.default-sidebar .sidebar-widget {
	position: relative;
	display: block;
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 12%);
	-moz-box-shadow: 0 3px 15px rgb(0 0 0 / 12%);
	-ms-box-shadow: 0 3px 15px rgb(0 0 0 / 12%);
	-o-box-shadow: 0 3px 15px rgb(0 0 0 / 12%);
	box-shadow: 0 3px 15px rgb(0 0 0 / 12%);

}

.default-sidebar .widget-title {
	position: relative;
	display: block;
	margin-bottom: 30px;
}


.sidebar-categories .category-list li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--dark-color);
	padding: 13px 0;
	border-top: 1px solid #ced4da;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sidebar-categories .category-list li:nth-last-child(1) a {
	border-bottom: 1px solid #ced4da;
}

.sidebar-categories .category-list li a:hover {
	color: #082831;
	padding-left: 25px;

}

.sidebar-categories .category-list li a::after {
	content: "";
	position: absolute;
	background: #082831;
	height: 10px;
	width: 10px;
	opacity: 0;
	left: 0;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar-categories .category-list li a:hover::after {
	opacity: 1;
}

.sidebar-categories .category-list li a .category-count {
	background: #082831;
	color: #fff;
	padding: 4px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px; 
} 



.selector {
    position: relative;
    padding: 0;
    width: 100%;
    color: #7e7e7e;
}

.selector ul {
    position: relative;
    display: block;
    overflow: auto;
    min-width: 138px;
    max-height: 200px;
    background: #fff;
    list-style: none;
    white-space: inherit;
    padding-right: 17px;
    width: calc(100% + 17px)
}

.selector li {
    position: relative;
    padding: 3px 20px 3px 25px;
    cursor: pointer
}

.selector li:before {
    position: absolute;
    top: 50%;
    left: 0;
    top: 4px;
    display: inline-block;
    margin-right: 9px;
    width: 17px;
    height: 17px;
    background-color: #f4f4f4;
    border: 1px solid #d5d5d5;
    content: ""
}

.selector li[data-selected="1"]:before {
    border: 1px solid #d7d7d7;
    background-color: #fff
}

.selector li[data-selected="1"]:after {
    position: absolute;
    top: 50%;
    left: 3px;
    top: 11px;
    display: inline-block;
    width: 4px;
    height: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    background: none;
    color: #2ac9ff;
    content: "";
    -webkit-transform: rotate(40deg) translateY(-50%);
    transform: rotate(40deg) translateY(-50%)
}

.selector li:hover {
    color: #aaa
}

.selector li .total {
    position: absolute;
    right: 0;
    color: #d7d7d7
}

.selector .price-slider {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 17px
}

@media (min-width: 768px) {
    .selector .price-slider {
        padding-top:8px
    }
}

.selector .price-slider:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    color: #2ac9ff;
    content: attr(data-currency);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.selector #slider-range {
    width: 90%;
    margin-bottom: 30px;
    border: none;
    background: #e2f7f2;
    height: 3px;
    margin-left: 8px;
    margin-right: 8px
}

@media (min-width: 768px) {
     .selector #slider-range {
        width:100%
    }
}

.selector .ui-slider-handle {
    border-radius: 50%;
    background-color: #2ac9ff;
    border: none;
    top: -14px;
    width: 28px;
    height: 28px;
    outline: none
}

@media (min-width: 768px) {
    .selector .ui-slider-handle {
        top:-7px;
        width: 16px;
        height: 16px
    }
}

.selector .ui-slider-range {
    background-color: #d7d7d7
}

.selector .slider-price {
    position: relative;
    padding-left: 15px;
    /* position: relative;
    padding: 0 30px;
    display: inline-block;
    padding: 5px 40px;
    width: 40%;
    background-color: #2ac9ff17;
    line-height: 28px;
    text-align: center */
}

.selector .slider-price:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    color: #2ac9ff;
    content: attr(data-currency);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.selector .show-all {
    position: relative;
    padding-left: 25px;
    color: #2ac9ff;
    cursor: pointer;
    line-height: 28px
}

.selector .show-all:after, .selector .show-all:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -1px;
    color: #2ac9ff;
    width: 10px;
    border-bottom: 1px solid
}

.selector .show-all:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.selector.open ul {
    max-height: none
}

.selector.open .show-all:after {
    display: none
} 

/* Login */
.main-navigation .login-menu .menu > li > a{
    padding: 25px 14px;
}

.login-title{
    font-size: 24px;
    font-weight: 600;
}
.logintabs-details{
    display: none;
}
.logintabs-details-active{
    display: block;
}
.login-box-area {
    margin-top: 10px;
    border: 2px solid #082831;
    border-radius: 10px;
    padding: 15px;
}

.logintabs {
    border-bottom: 2px solid #082831;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
}
 
.logintabs a {
    color: #082831;
    padding: 5px 0;
    display: inline-block;
    font-weight: 600;
    position: relative;
    width: 100%;
}
.logintabs a.logintabs_active::after {
    content: "";
    background: #082831;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}


.other-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.General-text {
    font-size: 12px;
    text-align: center;
    padding: 0 25px;
    line-height: 18px;
    margin-top: 10px;
}

.product-deac-area {
    position: relative;
    display: flex;
    border: 2px solid #082831;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    gap: 20px;
}

.product-images {
    width: 150px;
}
.product-text {
    width: calc(100% - 150px);
}
.product-text h2 {
    font-size: 24px;
    color: #082831;
}
.product-text h4 {
    font-size: 24px;
    color: #082831;
}
.product-deac-area{
    margin-left: 30px;
}
.pro-deteails-title h2{
    font-size: 24px;
    color: #082831;
}
.pro-deteails-table td {
    font-size: 14px;
}
.button-AddCart {
    background: #082831;
    color: #ffffff;
    border-color: transparent;
}
.pro-deteails-image {
    margin-right: 50px;
}

.prod-box {
    -webkit-box-shadow: 2px 0 70px hsl(0deg 0% 13% / 15%);
    box-shadow: 2px 0 70px hsl(0deg 0% 13% / 15%);
    padding: 25px;
    border-radius: 5px;
}