html, body{
    opacity: 1;
    transition: opacity 0.6s ease-in-out;
 font-size: 100%;
 background: #fff;
font-family: 'Open Sans', sans-serif;
}
body.fade-out {
    opacity: 0;
}
body.fade-in {
    opacity: 1;
}
body a,.menu ul li a,.album  {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
 text-decoration:none;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*--header--*/
.header-top {
  background-color: white;
  padding:2em 0;
}
.logo {
	float:left;
}
 .logo {
            display: flex;
            align-items: center;
            padding: 10px 20px;
        }
        .logo a {
            display: flex;
            align-items: center;
            text-decoration: none;
        }
        .logo img {
            width: 40px;
            height: auto;
            margin-right: 15px;
        }
        .logo h1 {
    color: #ffd700;
    font-size: 24px;
    margin: 0;
    font-family: 'Georgia', sans-serif;
    font-weight: bold;
   }
.top-nav{
position:relative;
}
.header-right li {
  display: block;
}
.header-right li a {
  text-decoration: none;
  color: #ffd700;
  font-size: 1.1em;
  background:#D96B66;
  padding: 0.4em 2em;
  border-radius: 3px;
    -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  display:block;
}
.header-right li a:hover{
  color: #fff;
  background: #5fa022;
}
.header-right {
  float: right;
  vertical-align: middle;
}
.queries p{
	color:#727272;
	font-size:1.3em;
	font-weight:300;
	margin-top: 3px;
}
.box_1 h3 {
	color: #fff;
	font-size: 1em;
	margin-bottom: 0;
	float: left;
}
.box_1 h3 img {
	margin-left: 3px;
}
a.simpleCart_empty {
	font-size: 0.85em;
	color: #ffd700;
}
.login a {
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #E4E4E4;
  padding: 10px 15px;
}
.top-nav {
  background-color: #fff;
}
.top-menu {
    margin: 1.7% auto 0 20%;
  float: left;
}
.top-menu ul{
	padding:0;
}
.top-menu ul li{
	display:inline-block;
	list-style:none;
	margin-right: 1em;
}
.top-menu ul li a{
  color: #ffd700;
  font-size: 1em;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.top-menu ul li a.active,.top-menu ul li a:hover{
	color:#ffd700;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	}
.header-bottom {
  padding: 1.5em 0;
  z-index: 999;
  background-color: rgba(39, 40, 40, 0.74);
}
nav.navigation a {
  display: block;
  margin: 0px 0px;
  padding: 0;
  text-decoration: none;
}
nav.navigation a:hover,
nav.navigation a:focus {
	outline: none;
}
.home {
   float: left;
  padding: 1.2em 1.4em;
  background-color: #ffd700;
}

/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:26%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background: url('../images/search.png') no-repeat 22px 20px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*--search--*/
/*--search--*//*--nav--*/
@media screen and (max-width: 768px) {
    span.menu{
		width:30px;
		height:30px;
        background: url('../images/icon.png') no-repeat;	
		display: inline-block;
		float:right;
		cursor: pointer;
		margin-top: 8px;
	}
	.top-menu {
	  width: 100%;
	  display: none;
	  text-align: center;
	  background: white;
	  padding: 0;
	  margin-top: 4px;
	}
	.top-menu {
	  margin: 0% auto 0 0%;
	  float: left;
	}
	.top-menu ul{
		float:none;
		width:100%;
	}
	.top-menu ul li{
		display:block;
		float: none;
	}
	.top-menu ul li a {
  		color: #ffd700;
  		display: block;
  		padding: 10px 0px;
  		margin: 5px 0;
	}
}
/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
  filter: brightness(0.55);
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top:78%;
  left: 0;
  opacity: 0.6;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  width:52px;
  height: 52px;
  background: transparent url("../images/arrows.png") no-repeat left top;
  margin-top: 4%;
  display:none;
}
 .callbacks_nav:hover{
  	opacity: 0.3;
  }
.callbacks_nav.next {
  left: auto;
    background-position: right top;
  left: 95.5%;
 }
 .callbacks_nav.prev {
	right: auto;
	background-position:left top;
	left: 91%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
  list-style: none;
  position: absolute;
  bottom: 11%;
  z-index: 999;
  left: 45%;
  padding: 0;
  margin: 0;
  display: block;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
  display: inline-block;
  margin: 0 .3em;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:8px;
  width: 50px;
  display: inline-block;
   background: #fff;
}
.callbacks_here a:after{
  background:#ffd700;
}
      .event-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 20px;
            font-family: Arial, sans-serif;
        }
        .button-group {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    width: 100%;
}

.btn {
    flex: 1;
    text-align: center;
    padding: 5px;
    margin: 0 10px;
    background-color: white;
    color: #ffa000;
    text-decoration: none;
    border-radius: 15px;
    font-size: 16px;
    border: 1px groove #ffd700;
    cursor: pointer;
}
.btn:hover {
     background-color: black;
    color: #ffd700;
}
.btn#ticket {
    background: linear-gradient(45deg, #ffeb3b, #ffa000);
    color: black;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5), 
                -5px -5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.btn#ticket:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.7), 
                -10px -10px 20px rgba(0, 0, 0, 0.3);
}

.btn#ticket:active {
    transform: translateY(2px) scale(0.98);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5), 
                -3px -3px 10px rgba(0, 0, 0, 0.2);
}

 
        .event-details {
        color: #757575;
		}
        .event-details div {
            margin: 5px 0;
        }
        .editable {
            border: 1px dashed #ccc;
            padding: 5px;
            min-width: 200px;
        }
        .about-container {
            padding: 30px;
            max-width: 1200px;
            margin: 0 auto;
        }
        .about-header {
            font-family: 'Georgia', serif;
            font-size: 1.5em;
            color: #ffd700;
            text-align: left;
            margin-bottom: 15px;
        }
        .about-content p:first-child {
            font-size: 1.2em;
            font-family: 'Arial', sans-serif;
            margin-bottom: 10px;
            line-height: 1.6;
        }
        .about-content p:last-child {
            font-size: 1em;
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
        }
#visit {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 215, 0, 0.8) 50%, rgba(255, 215, 0, 0.4) 100%);
    color: black;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 25px;
    border: 3px solid #ffd700;
    box-shadow: 0 4px 8px rgba(255, 215, 0, 0.5),
                0 6px 20px rgba(255, 215, 0, 0.3),
                inset 0 0 10px rgba(255, 255, 255, 0.7); /* Inner glow for shine */
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

#visit:hover {
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 215, 0, 1) 50%, rgba(255, 215, 0, 0.6) 100%);
    box-shadow: 0 6px 12px rgba(255, 215, 0, 0.7),
                0 8px 24px rgba(255, 215, 0, 0.4),
                inset 0 0 15px rgba(255, 255, 255, 0.9); /* Enhanced inner glow on hover */
    transform: translateY(-2px); 
}
.collection-container {
	background-color: white;
        text-align: center;
        padding: 20px 0;
        width: 100%;
    }
    .collection-header {
        font-family: 'Georgia', serif;
        font-size: 2em;
        color: #ffd700;
        margin-bottom: 15px;
    }
    .button-wrapper {
        display: flex;
        justify-content: center;
    }
#visit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(255, 215, 0, 0.7),
                0 8px 25px rgba(255, 215, 0, 0.4);
}
#btn-success {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px; /* Size of the circle */
    height: 50px; /* Size of the circle */
    background-color: #25D366; /* WhatsApp green */
    border-radius: 50%; /* Circular shape */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Subtle box shadow */
    transition: all 0.3s ease;
    position: fixed; /* Fix button position */
    bottom: 20px; /* Distance from bottom */
    right: 20px; /* Distance from right */
    z-index: 1000; /* Ensure it stays above other elements */
    text-decoration: none;
}

#btn-success i.fab.fa-whatsapp {
    font-size: 32px; /* Size of the WhatsApp icon */
    color: #ffffff; /* White icon */
}

#btn-success:hover {
    background-color: #1DA851; /* Darker green on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4); /* Enhanced shadow on hover */
    transform: translateY(-2px); /* Slight lift effect */
}


  .social-icons {
        list-style: none;
        padding: 0;
        display: flex;
        gap: 15px;
        margin-top: 10px;
    }
    .social-icons li {
        background-color: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease;
    }
    .social-icons li i {
        color: black;
        font-size: 24px;
    }
    .social-icons li:hover {
        transform: scale(1.1);
		background-color: #ffd700;
    }
.music {
  padding: 16em 0 2em 0;
  
}
.music-info {
  margin-top: 3em;
}
.music-info.two {
  margin-top:2em;
}
.music-grids {
  padding-left: 0;
}
.music-grids:nth-child(2) {
  padding: 0 0.5em;
}
.music-grids:nth-child(3) {
  padding-right: 0;
  padding-left: 1em;
}
.music-grids img{
	width: 100%;
}
.music-grids p {
    font-size: 0.8em;
  color: #fff;
  line-height: 1.7em;
  font-weight: 300;
}
       .faq-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .faq-header {
            font-size: 2.5rem;
            color: #ffc107;
            text-align: center;
            margin-bottom: 40px;
            font-weight: bold;
            font-family: 'Georgia', serif;
        }
.faq-head{
	color: #ffc107;
    font-family: 'Georgia', serif;
	font-weight: bold;

}
        .faq-content {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .faq-content p {
            font-size: 1.2rem;
            color: #555;
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        .faq-content img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            margin: 20px 0;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

        @media (min-width: 768px) {
            .faq-content {
                grid-template-columns: 1fr;
                max-width: 800px;
                margin: 0 auto;
            }

            .faq-header {
                font-size: 3rem;
            }

            .faq-content p {
                font-size: 1.3rem;
            }
        }

.ticket-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.ticket-header {
    text-align: center;
    margin-bottom: 20px;
}

.ticket-header h1 {
    color: #333;
    font-size: 2em;
    margin: 0;
}

.instruction {
    text-align: center;
    color: #666;
    margin-bottom: 20px;
}

.ticket-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.ticket-option {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 10px;
    border-radius: 8px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.ticket-option:hover {
    transform: translateY(-5px);
}

.ticket-option h2 {
    color: #333;
    font-size: 1.5em;
    margin: 0 0 10px;
}
.ticket-name{
  font-weight: bold;
}
.price {
    color: #ffd700;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

.quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.quantity button {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 1em;
}

.quantity button:hover {
    background: #45a049;
}

.quantity input {
    width: 50px;
    text-align: center;
    margin: 0 5px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
}

form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

input[type="email"] {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
}

.buy-ticket {
    background: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    transition: background 0.3s;
}

.buy-ticket:hover {
    background: #45a049;
}

.sold-out-btn {
    background: #f44336;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: not-allowed;
    font-size: 1em;
    opacity: 0.8;
}

.sold-out-btn:hover {
    background: #da190b;
}

.clearfix {
    clear: both;
}



@media (max-width: 600px) {
    .ticket-content {
        grid-template-columns: 1fr;
    }
    .ticket-option {
        margin: 10px 0;
    }
}

.policy-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.policy-header {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.policy-header h1 {
    font-size: 2.5em;
    margin: 0;
    color: #1a1a1a;
}

.policy-header p {
    font-size: 1.2em;
    color: #666;
    margin: 5px 0 0;
}

.policy-content {
    padding: 20px;
}

.policy-section {
    margin-bottom: 30px;
}

.policy-section h2 {
    font-size: 1.8em;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.policy-section p {
    font-size: 1em;
    line-height: 1.6;
    color: #444;
}

@media (max-width: 600px) {
    .policy-container {
        margin: 20px;
        padding: 15px;
    }

    .policy-header h1 {
        font-size: 2em;
    }

    .policy-section h2 {
        font-size: 1.5em;
    }
}
.store-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.product-header {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.product-header h1 {
    font-size: 24px;
    color: #333;
    margin: 0;
}

.product-box {
    width: 48%; /* Approximately 2 per row with small gap */
    margin: 10px 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    transition: transform 0.2s;
}

.product-box:hover {
    transform: scale(1.02);
}


.front-image, .side-image {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    top: 0;
    left: 0;
}



/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .product-box {
        width: 50%; /* 2 per row on mobile */
        margin: 10px 0;
    }
}

.product-details-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.main-product {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-gallery {
    text-align: center;
    position: relative;
}

.main-image-wrapper {
    position: relative;
    margin-bottom: 20px;
}

#main-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#expand-btn {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
    background-color: #ffd700;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background-color 0.3s ease;
}

#expand-btn::before {
    content: "⤢"; /* Expand icon similar to the picture */
    font-size: 18px;
    color: white;
    line-height: 1;
}

#expand-btn:hover {
    background-color: #ffd770;
}

.thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
}

.thumbnail {
    width: 80px;
    height: auto;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: border-color 0.3s ease, transform 0.2s ease;
}

.thumbnail.active {
    border-color: #ffd700;
}

.thumbnail:hover {
    border-color: #ffd770;
    transform: scale(1.05);
}

.product-info {
    text-align: center;
    margin-top: 20px;
}

.product-name {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.product-size {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.product-price {
    font-size: 20px;
    color: #ffd700;
    font-weight: bold;
}

.order-whatsapp {
    margin-top: 20px;
    padding: 10px 20px;
    background: #25D366;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.order-whatsapp:hover {
    background-color: #128C7E;
}

#selected-list {
    margin-top: 20px;
    text-align: center;
}

#selected-list h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

#selected-list ul {
    list-style: none;
    padding: 0;
}

#selected-list li {
    font-size: 14px;
    margin: 5px 0;
    color: #444;
}

.similar-products {
    margin-top: 40px;
    padding: 0 15px; /* Adds padding on sides for mobile */
}

.similar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 5px;
}

.similar-header h3 {
    font-size: 20px;
    margin: 0;
    color: #333;
    font-weight: 600;
}

.similar-header label {
    font-size: 14px;
    color: #666;
}

.similar-header input[type="checkbox"] {
    margin-left: 5px;
    vertical-align: middle;
}

.similar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
    padding: 0 5px;
}

.similar-product-box {
    position: relative;
    border: 1px solid #e0e0e0;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.similar-product-box:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}


/* Responsive Adjustments */
@media (max-width: 768px) { /* Tablets and smaller */
    .similar-grid {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
        gap: 15px;
        
    }

    .similar-product-box {
        padding: 8px;
		max-width: 200px;
    }


}


.image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* Maintains a 1:1 aspect ratio (square); adjust to 75% for 4:3, 50% for 2:1, etc. */
    overflow: hidden;
    margin-bottom: 15px; /* Increased for better spacing */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Adds a subtle shadow */
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container while maintaining aspect ratio */
    transition: transform 0.3s ease; /* Smooth hover effect */
}

.image-container:hover img {
    transform: scale(1.05); /* Slight zoom on hover for interactivity */
}

/* Responsive adjustments */
@media (max-width: 768px) { /* Tablet and below */
    .image-container {
        padding-bottom: 90%; /* Slightly adjust aspect ratio for smaller screens */
        max-width: 250px; /* Adjust max width for mobile */
    }

    .image-container img {
		object-fit: cover;
    }
}

@media (max-width: 480px) { /* Mobile phones */
    .image-container {
        padding-bottom: 80%; /* Further adjust for very small screens */
        margin-bottom: 10px;
        max-width: 200px; /* Further reduce max width */
    }
}

.front-image, .side-image {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.select-checkbox {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

/* Fullscreen Modal Styling */
#fullscreen-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 20px;
}

#fullscreen-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#fullscreen-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    transition: opacity 0.3s ease;
}

#prev-btn, #next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffd700;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

#prev-btn {
    left: 20px;
}

#next-btn {
    right: 20px;
}

#prev-btn::before {
    content: "←";
}

#next-btn::before {
    content: "→";
}

#prev-btn:hover, #next-btn:hover {
    background-color: #ffd700;
}

#close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    transition: color 0.3s ease;
}

#close-modal:hover {
    color: #ccc;
}
/* Common style */
.music-grids h4 {
	font-size: 21px;
  font-weight:600;
  color: #fff;
   font-family: 'Jockey One', sans-serif;
}
.music-grids figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	width:100%;
}
.music-grids figure img {
	position: relative;
	display: block;
}

.music-grids figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.music-grids figure figcaption::before,
.music-grids figure figcaption::after {
	pointer-events: none;
}

.music-grids figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-bubba {
	  background-color:#ffd700;
}
figure.effect-bubba:hover img {
	opacity: 0.3;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h4 {
	padding-top: 16%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity:0;
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h4,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



/*--/check-out--*/
.banner.two {
  background: url(../images/banner2.jpg)no-repeat;
  min-height:240px;
  background-size:cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
}

/*--footer--*/
 .footer{
  background: black;
  padding: 3em 0 0 0px;
 }
.amet-sed h4,.amet-in h4{
   margin: 0 0 0.5em;
  font-size: 1.8em;
  color: #fff;
  font-weight: 400;
  font-family: 'Jockey One', sans-serif;
}
.amet-sed p{
	margin:0 0 0.5em;
	  font-size: 0.9em;
	color:white;
	line-height: 1.6em;
}
.amet-sed p a{
	color: #ffd700;
	text-decoration:none;
}
.amet-in ul li{
  width: 28%;
  margin: 1% 1% 0 0;
  display: inline-block;
}
.footer-top {
  padding-bottom: 1em;
}
.footer-class{
	text-align:center;
	color:#fff;
	margin: 1.5em 0 0;
}
.footer-class a{
	text-decoration:none;
	color:#ffd700;
}
.footer-class a:hover{
	color:#fff;
}
ul.social-in li,.social-in li a{
  list-style: none;
  padding: 0.3em 0;
  font-size: 0.95em;
  color: white;
}
.social-in li a:hover{
  color: #ffd700;
}
ul.social li a i {
    height: 32px;
  width: 32px;
  background: url(../images/img-sprite.png) no-repeat -0px -0px;
  display: inline-block
}
ul.social li{
display:inline-block;
list-style:none;
}
ul.social a i.rss {
	  background-position: -78px -0px;
}
ul.social a i.twitter {
	background-position: -154px -0px;
}
ul.social a i:hover{
  background-position: -39px -0px;
}
ul.social a i.dribble{
   background-position: -231px -0px;
}
ul.social a i.rss:hover {
	  background-position: -116px -0px;
}
ul.social a i.twitter:hover {
	  background-position: -192px -0px;
}
ul.social a i.dribble:hover {
   background-position: -268px -0px;
}
ul.social-in i {
  color: #ffd700;
  padding: 0 0.3em 0 0em;
  font-size:1em;
}
i.glyphicon.glyphicon-home.two {
  color: #ffd700;
  font-size:1em;
  padding:0 0.3em 0 0;
}
.copy {
  border-top: 1px solid #333435;
  padding: 1em 0;
}
.copy p{
  color:#fff;
  font-size:0.9em;
    text-align: center;
}
.copy p a{
    color:#ffd700;
}
.copy p a:hover{
  text-decoration:underline;
}

/*--responsive--*/
@media (max-width:1680px){
	.sb-search {
	  right: 14%;
	  top: 0%;
	}

}
@media (max-width:1440px){
	.sb-search {
	  right: 9%;
	  width: 0%;
	  float: right;
	}

}
@media (max-width:1366px){
	.sb-search {
	  right: 7%;
	  width: 0%;
	  float: right;
	}
	.top-menu {
	  margin: 1.7% auto 0 19%;
	  float: left;
	}
	.callbacks_tabs {
	  bottom: 11%;
	  left: 42%;
	}
}
@media (max-width:1280px){
	.sb-search {
	  right: 4%;
	  width: 0%;
	  float: right;
	}
	.banner.two {
      background: url(../images/banner2.jpg)no-repeat;
      min-height: 190px;
	  background-size: cover;
	  -o-background-size: cover;
	  -moz-background-size: cover;
	  -ms-background-size: cover;
	  -webkit-background-size: cover;
  }
  .top-menu {
	  margin: 1.7% auto 0 18%;
	  float: left;
	}
}
@media (max-width:1024px){
	.sb-search {
	  right: 3%;
	  width: 0%;
	  float: right;
	}
	figure.effect-bubba p {
     padding: 10px 0.5em;
   }
   .top-menu {
	  margin: 2% auto 0 14%;
	  float: left;
	}
	.callbacks_tabs {
	  bottom: 11%;
	  left: 39%;
	}
	.chain-grid.menu-chain.text-center a img {
	  width: 67%;
	}
	.menu-chain {
	  width: 100%;
	  margin: 1em 0 0 0;
	}
	.faviretes-section,.albums,.albums,.typrography,.content-grids,.contact,.artist-section {
	  padding: 3em 0;
	}
	.cartire-grid-info a h3 {
	  font-size: 1.8em;
	}
	h3.cate {
	  padding: 1em;
	  font-size: 1.2em;
   }
   .music-info {
	  margin-top: 2em;
	}
	.contact_address, .contact_email {
  font-size: 0.85em;
  }
  a.add {
	  padding: 0.7em 0.8em;
	  font-size: 0.85em;
	}
	span.item_price h6 {
	  font-size: 1.3em;
	  padding-bottom: 0.7em;
	  }
	  .f-img {
	  padding-left: 0;
	  margin-top: 0.5em;
	}
	.f-text {
	  padding: 0;
	}
	.arrow-img {
	  padding: 0em 0em 0 1em;
	}
	.img-arrow {
	  padding: 0 0 0 3.3em;
	}
	.f-grid {
	  margin-bottom: 2.5em;
	}
}
@media (max-width:768px){
	.top-menu {
	    margin: 0% auto 0 0%;
	  float: left;
	}
	.sb-search {
	  right: 9%;
	  width: 0%;
	  float: right;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
	  width:50%;
	}
	.album {
	  padding:1.2em;
	  width: 24.2%;
	  margin-right: 1%;
	  float: left;
	}
	.album-box h5 {
	  font-size: 0.9em;
    }
	.music-grids {
	  float: left;
	  width: 33.3%;
	  padding: 0 5px;
	  margin-bottom: 0.5em;
	}
	.music-info {
	  margin-top: 1.2em;
	}
	.music-info.two {
	  margin-top: 0em;
	}
	.music-grids {
	  padding-left: 0;
	  float: left;
	  width: 33.3%;
	  margin-bottom: 1.2em;
	}
	figure.effect-bubba p {
	  padding: 1px 0.5em;
	}
	.music-grids figure figcaption {
	  padding: 1em 0.5em;
	  font-size: 1em;
   }
   figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
	  position: absolute;
	  top: 10px;
	  right: 10px;
	  bottom: 10px;
	  left: 9px;
	}
	.amet-sed {
	  float: left;
	   width: 47%;
	   margin-right:3%;
	}
	.amet-in ul li {
	  width: 27%;
	  margin: 1% 1% 0 0;
	  display: inline-block;
	}
	.amet-sed p {
    margin: 0 0 0.5em;
    font-size: 0.8em;
  }
  .music-grids {
	  padding-left: 0;
	  float: left;
	  width: 33.3%;
	   margin-bottom: 0.3em;
	}
  .music-grids:nth-child(1) {
	  padding-right: .2em;
	  padding-left: 0em;
  }
	.music-grids:nth-child(3) {
	  padding-right: 0;
	   padding-left: 0.2em;
	  width: 33.3%;
	}
	.faviretes-left {
	  float: none;
	  width: 100%;
	}
	.music-grids:nth-child(2) {
	  padding: 0 0.1em;
	  width: 33.3%;
	}
	.f-img {
	  float: left;
	  width: 37%;
	  padding: 0;
	}
	.f-text {
	  float: right;
	  width: 60%;
	  padding: 0;
	}
	.sub-cate, .slide-grid, .banner-bag, .banner-off {
	  float: right;
	  width: 100%;
	  margin-top: 2em;
	  padding: 0;
	}
	.callbacks_tabs {
	  bottom: 11%;
	  left: 36%;
	}
	h3.tittle.two {
	  padding: 0em 0.3em;
	}
	h3.tittle {
    font-size: 3em;
    margin-bottom: 0.6em;
  }
  a.add {
  width: 30%;
  padding: 0.5em 1em;
  }
  .menu-chain {
	  width: 50%;
	  margin: 1em 0 0 0;
  }
  .banner.two {
	  background: url(../images/banner2.jpg)no-repeat;
	  min-height: 138px;
	  background-size: cover;
	  -o-background-size: cover;
	  -moz-background-size: cover;
	  -ms-background-size: cover;
	  -webkit-background-size: cover;
  }
	.cartire-grid-img {
	  padding-left: 0;
	  width: 50%;
	  float: left;
	}
	.cartire-grid-info {
	  float: left;
	  width: 69%;
	  border-right: none;
	  padding: 0;
	  margin-top: 1em;
	}
	.content-grid {
	  width: 24.25%;
	  float: left;
	  text-align: center;
	  border: 1px solid rgba(235, 235, 235, 0.53);
	  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.35);
	  margin-right: 1%;
	  margin-bottom: 1%;
	}
	.pagenation {
	  margin-top: 1em;
	}
	.latest.products {
	  margin-top: 2em;
	}
	.latest.products p{
	 font-size:0.9em;
	}
	.amet-sed {
	  padding: 0;
	}
	.amet-in {
	  padding: 0;
	    margin-top: 1em;
	}
	.f-grid.two {
	  margin: 2em 0;
	}
	.single-top-right {
	  padding: 0;
	}
	.arrow-img {
	  padding: 0em 0em 0 34em;
	}
	.img-arrow {
	   padding: 0 0 0 36.2em;
	}
	.single-main-left {
	  padding-left: 0;
	  float: left;
	  width: 100%;
	}
	.single-top-left {
	  float: left;
	  width: 49%;
	  padding: 0;
	}
	.single-top-right {
	  float: right;
	  width: 49%;
	}
	p.quick_desc {
  font-size: 0.85em;
  }
  .f-text a h3 {
  font-size: 1.8em;
  }
  .top-menu ul li {
	  margin-right: 0;
	}
}
@media (max-width: 736px){
	.sb-search {
	  right: 10%;
	  width: 0%;
	  float: right;
	  top:0;
	}
}
@media (max-width:667px){
	.sb-search {
	  right: 10%;
	  width: 0%;
	  float: right;
	    top: 0%;
	}
}
@media (max-width:640px){
	.sb-search {
	  right: 9%;
	  width: 0%;
	  float: right;
	    top: 0%;
	}
	.amet-in {
	  padding: 0;
	  margin-top:1em;
	}
	h3.tittle {
	  font-size: 2.6em;
	  margin-bottom: 0.6em;
	}
	.header-top {
	  padding: 1.5em 0;
	}
	.header-right {
	  margin-top: 0.3em;
	}
	.cartire-grid-img {
	  padding-left: 0;
	  width: 51%;
	  float: left;
  }
  .grid-chain-bottom h6 {
  font-size: 1.2em;
  padding: 0.4em 0.3em 0;
  }
	.f-text a h3 {
  font-size: 1.7em;
  }
  .content-grid {
  width: 32.25%;
  float: left;
  text-align: center;
  border: 1px solid rgba(235, 235, 235, 0.53);
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.35);
  margin-right: 1%;
  margin-bottom: 1%;
 }
 .span_1_of_contact {
	  width: 100%;
	}
	.contact_grid {
		  display: block;
		  float: left;
		  width: 100%;
		  margin-top: 2em;
	}
	p.comment-form-author {
	  margin-bottom: 1em;
	}
	a.view-all {
  padding: 0.5em 0em;
  }
  .arrow-img {
	  padding: 0em 0em 0 26em;
	}
	.img-arrow {
	   padding: 0 0 0 28.15em;
	}
}
@media (max-width: 600px){
	.sb-search {
	  right: 11%;
	  width: 0%;
	  float: right;
	    top: 1%;
	}
}
@media (max-width:568px){
	.sb-search {
	  right: 12%;
	  width: 0%;
	  float: right;
	    top: 0%;
	}
}
@media (max-width:480px){
	.callbacks_tabs li {
	  display: inline-block;
	  margin: 0 .1em;
	}
	.album-box h4 {
     font-size: 1.2em;
    }
	.album {
	  padding: 0.5em;
	  width: 24.2%;
	  margin-right: 1%;
	  float: left;
	}
	.faviretes-section, .albums, .albums, .typrography, .content-grids, .contact, .artist-section {
	  padding: 2em 0;
	}
	.music-grids:nth-child(3) {
	  display: none;
	}
	.music-grids {
	  width: 49%;
	  margin-bottom: 0.2em;
	  margin-right: 1%;
	}
	.music-grids:nth-child(2) {
	  padding: 0 0.0em;
	    width: 49%;
	}
	.amet-sed {
	  float: left;
	  width: 100%;
	  padding: 0;
	  margin-bottom: 1em;
	}
	p.quick_desc{
	font-size:0.9em;
	}
	.footer {
	  padding: 2em 0 0 0px;
	}
	.amet-in ul li {
	  width: 24%;
	  margin: 1% 1% 0 0;
	  display: inline-block;
	}
	.sb-search {
	  right: 13%;
	  width: 0%;
	  float: right;
	}
	.album-box h5 {
	  font-size: 0.7em;
	}
	.logo a h1 {
	  font-size: 2.3em;
	  }
	  .banner.two {
	  background: url(../images/banner2.jpg)no-repeat;
	  min-height: 103px;
	  background-size: cover;
	  -o-background-size: cover;
	  -moz-background-size: cover;
	  -ms-background-size: cover;
	  -webkit-background-size: cover;
	}
	.f-img {
	  float: left;
	  width: 100%;
	  padding: 0;
	}
	.f-text {
	  float: right;
	  width: 100%;
	  padding: 0;
	  margin-top: 1em;
	}
	h3.tittle.two {
	  padding: 0em 0em;
	}
	.faviretes-left {
	  padding: 0;
	}
	.cartire-grid-img {
	  padding-left: 0;
	  width: 100%;
	  float: left;
	  margin-bottom:1em;
	}
	.cartire-grid-info {
	  width: 100%;
	  margin-bottom: 1em;
	}
	.cartire-grid-cartinfo {
	  padding: 0;
	}
	.menu-chain {
	  width: 72%;
	  margin: 1em 0 0 0;
	}
	.content-grid {
	  width: 49%;
	  float: left;
	  margin-right: 1%;
	  margin-bottom: 1%;
	}
	.delivery {
	  margin-top: 1em;
	}
	.delivery p {
	  font-size: 0.9em;
	  float: none;
	  margin-bottom: 0.5em;
	}
	.delivery span {
	  font-size: 0.9em;
	  float: none;
	  }
	  .map iframe {
	  height: 250px;
	}
	.callbacks_tabs a:after {
	  height: 5px;
	  width: 43px;
	}
	.callbacks_tabs {
	  bottom: 11%;
	  left: 32%;
	}
	h3.tittle {
   font-size: 2.3em;
  }
  .contact-form input[type="text"] {
  padding: 13px;
  width: 100%;
  }
  .span_2_of_contact_right h3 {
  font-size: 1.25em;
  margin-bottom: 0.6em;
  }
  .map {
  margin: 0.5em 0 0 0;
  }
  .cart-sec {
  margin-bottom: 1em;
  }
  .single-top-right {
	  padding: 0;
	  float:right;
	  width: 100%;
	}
  .single-top-left {
	  float: left;
	  width: 100%;
	  padding: 0;
	}
	.sub-cate.single-subcate {
	  float: right;
	  width: 100%;
	  margin-top: 2em;
	  padding: 0;
	}
	.sub-cate.single-subcate {
	  float: right;
	  width: 100%;
	  margin-top:1em;
	  padding: 0;
	}
	.arrow-img {
	  padding: 0em 0em 0 16em;
	}
	.img-arrow {
	   padding: 0 0 0 18.15em;
	}
	.amet-in {
  margin-top: 0em;
}
}
@media (max-width:414px){
	.sb-search {
	  right: 13%;
	  width: 0%;
	  float: right;
	  top: 1%;
	}
}
@media (max-width:384px){
	.sb-search {
	  right: 13%;
	  width: 0%;
	  float: right;
	    top: 1%;
	}
	.latest.products p {
	  font-size: 0.83em;
	}
}
@media (max-width:375px){
	.sb-search {
	  right: 16%;
	  width: 0%;
	  float: right;
	    top: 1%;
	}
}
@media (max-width:320px){
	.header-top {
	  padding: 1em 0;
	}
	.logo a h1 {
	  font-size: 2em;
	}
	.box_1 h3 {
     color: #fff;
     font-size: 0.9em;
  }
  .sb-search {
    position: absolute;
  right: 18%;
  width: 0%;
  min-width: 49px;
  height: 39px;
    top: 0%;
  }
  .home {
  float: left;
  padding: 0.5em 1em;
  }
    .sb-icon-search {
  background: #553A99 url('../images/search.png') no-repeat 13px 9px;
  width: 49px;
  height: 39px;
  }
  .sb-search-submit {
   background: url('../images/search.png') no-repeat -12px 9px;
   display:none;
  }
  .sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
		background: url('../images/search.png') no-repeat 13px 9px;
		color: #fff;
		z-index: 11;
	}
  span.menu {
  width: 35px;
  height: 35px;
  background: url('../images/menu-icon.png') no-repeat;
  display: inline-block;
  float: right;
  cursor: pointer;
  margin-top: 3px;
  background-size: 94%;
 }
 .sb-search-input {
  right: 3px;
  height:38px;
  }
  .album {
  padding: 0.5em;
  width: 49%;
  margin: 1% 0 0 1%;
  float: left;
 }
 figure.effect-bubba p {
  padding: 1px 0.5em;
  display: none;
	}
 figure.effect-bubba h4 {
	  padding-top: 24%;
	  font-size: 1em;
 }
	.callbacks_tabs {
	  bottom: 11%;
	  left: 22%;
	}
	.top-menu ul li a {
	  color: #fff;
	  color: #fff;
	  display: block;
	  padding: 3px 0px;
	  margin: 5px 0;
	  font-size: 0.9em;
	}
	.faviretes-section, .albums, .albums, .typrography, .content-grids, .contact, .artist-section {
	  padding: 1.2em 0;
	}
	h3.tittle {
	  font-size: 2em;
	  margin-bottom: 0.35em;
	}
	.f-text a h3 {
	  font-size: 1.5em;
	}
	.f-text p {
  font-size: 0.83em;
  }
  span.item_price h6 {
  font-size: 1.3em;
  }
  a.simpleCart_empty {
  font-size: 0.8em;
  }
  a.add {
	  width: 30%;
	  padding: 0.5em 0.5em;
	  font-size: 0.9em;
	}
	a.view-all {
	  padding: 0.5em 0em;
	  font-size: 1.5em;
	  }
	  h3.cate {
	  padding: 0.9em;
	  font-size: 1em;
	}
	.sub-cate, .slide-grid, .banner-bag, .banner-off {
	  float: none;
	  width: 100%;
	  margin-top: 1em;
	  padding: 0;
	}
	.copy p {
	  font-size: 0.8em;
	  line-height: 1.6em;
	}
	.amet-sed h4, .amet-in h4 {
	  margin: 0 0 0.5em;
	  font-size: 1.5em;
	}
	.cartire-grid-img {
	  margin-bottom: 0em;
	}
	.cartire-grid-info a h3 {
	  font-size: 1.5em;
	}
	.cartire-grid-cartinfo a.view {
	  padding: 0.4em 1em;
	  margin: 1em 0;
  }
  .cartire-grid-info p {
  font-size: 0.83em;
  }
  .cartire-grid {
  margin-bottom: 1em;
  }
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	  border-top: none !important;
	  padding: 0 5px!important;
	}
	.content-grid h3 {
	  color: #555;
	  padding: 1em 0em;
	  display: block;
	  line-height: 1.5em;
	  font-size: 0.83em;
	}
	.contact-form label {
	  font-size: 0.9em;
	  }
	  .contact_address, .contact_email {
	  font-size: 0.83em;
	}
	.map iframe {
	  height: 200px;
	}
	.cart-item {
	  width: 73%;
	}
	.cart-item-info {
	  width: 100%;
	  float: left;
	}
	.cart-item-info h3 a {
   font-size: 1em;
   }
  .cart-item-info {
   margin-top: 1em;
   }
   .music-info {
	  margin-top: 1em;
	}
	.menu-chain {
	  width: 72%;
	  margin: 1em 0 0 14%;
	}
	p.quick_desc {
	  font-size: 0.83em;
	}
	.single-top-left {
	  padding-left: 0;
	  padding: 0;
	}
	.cartire-grid-info a h3 {
	  font-size: 1.4em;
	}
	.cartire-grid-info ul li, .cartire-grid-info h3 {
	  display: block;
	  padding: 3px 0px;
	  font-size: 0.95em;
	  }
	  .arrow-img {
	  padding: 0em 0em 0 6.5em;
	}
	.img-arrow {
	   padding: 0 0 0 8.69em;
	}
}