mark.bg-red {
	background: white !important;
}

span.bg-red {
	display:block;
	color : red;
	font-weight : bold;
}

.paddingTop5{
	padding-top:5px;
}

p.bg-red, div.bg-red, mark.bg-red {
	border : 2px solid red;
	border-radius : 6px;
	color : red;
	padding : 5px;
}

.error, .star{
	color:red;	
}

.tt-shopcart-table-02{
	padding: 15px;
}

.alert-success{
	border: 2px solid green;
    padding: 20px;
    border-radius: 10px
}

.alert-danger{
	border: 2px solid red;
    padding: 20px;
    border-radius: 10px
}

td{
	overflow-wrap: anywhere !important;
}

.tt-title-subpages.noborder {
    padding: 0 0 20px 0 !important;
}

.addressTitle{
	font-size: 17px;
    font-weight: bold;
}
/*
#tt-pageContent > .container-indent:not(.nomargin):not([class^="tt-offset"]) {
    // margin-top: 50px !important; 
     margin-top: 1px !important;
}
.tt-shopping-layout .tt-wrapper {
    margin-top: 55px;
   margin-top: 1px !important;
}
*/

#tt-pageContent{
    background: #ffffff;
}


/* For toggle button starts */


.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*
a, .btn-link:focus, .btn-link:hover {
    text-decoration:none !important;
}
a.btn:hover {
    color:white !important;
}
.btn{
 display: flex !important;
}
*/

/* For toggle button Ends */


/* Slider CSS Starts */
#custom-product-item .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	background: none;
	border: none;
	width: 38px;
	height: 38px;
	background: #f7f8fa;
	color: #191919;
	font-weight: 500;
	border-radius: 50%;
	transition: all 0.2s linear;
	transform: translate(0%, -50%)
}
#custom-product-item{
	opacity: 0;
	transition: opacity 0.2s linear;
}
#custom-product-item.tt-show{
	opacity: 1;
}

#custom-product-item .slick-arrow:hover {
	background: #2879fe;
	color: #ffffff;
}

#custom-product-item .slick-arrow:before {
	font-family: "wokiee";
	font-size: 20px;
	line-height: 1;
}
#custom-product-item .slick-prev{
	left: 10px;
}
#custom-product-item .slick-prev:before {
	content: "\e90d";
}
#custom-product-item .slick-next {
	right: 10px;
}
#custom-product-item .slick-next:before {
	content: "\e90e";
}

/*
#smallGallery .slick-arrow.slick-disabled,
#custom-product-item .slick-arrow.slick-disabled{
	opacity: 0;
	pointer-events: none;
}
*/
/* Slider CSS Ends*/

.text-black{
	color:black !important;
}

.tt-description{
	padding:10px;	
}


@media (max-width: 767px) {
	.customslider {
		height: 100%;
	}
}
/* CSS for the slider */
.customslider {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.customslider .slides-container {
	width: 100%; /* Ensure slides container takes full width */
	height: 100%; /* Ensure slides container takes full height */
	display: flex; /* Use flexbox to align slides horizontally */
	transition: transform 0.5s ease; /* Enable smooth transition for slide movement */
}

.customslider .slide {
	width: 100%; /* Each slide takes full width of the container */
	flex-shrink: 0; /* Prevent slides from shrinking */
}

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

.customslider button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	z-index: 2;
}

.customslider .prev {
	left: 0;
}

.customslider .next {
	right: 0;
}

.disabled_a {
    pointer-events: none !important;
    border-color : grey !important;
	background: grey !important;
    text-decoration: none !important;
}