max-width: 1366px;:root {
	--main-bg-color: #ECECEC;
	--golden-color: #C89137;
}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
.text-golden {
	color:var(--golden-color);
}
.text-bold {
	font-weight: bold;
}
.bg-golden {
	background-color:var(--golden-color);
}

.custom-font {
	font-weight:600;
}
h1 {
	font-size: 1.2em;
}
h2{
	font-size: 1.1em;
}
h3 {
	font-size: 1.0em;
}
/*
@media (min-width: 1366px) {
  .container {
    max-width: 1366px;
  }
}
*/
.container {
    max-width: 100%;
}
/*
body {
	max-width: 1366px;
	margin:auto;
}*/
.padding-y {
	padding-bottom: 20px;
}
.list-images {max-width: 100px !important;width:100%;}

.full-width {
	width:100%;
}

.no-padding {padding:0px;}
.no-margin {margin:0px;}
.no-border {border:none !important;}
.no-background {
	background:none;
	background-color: none;
}


/* footer starts */
footer li, footer a{
		color:black;
		font-size: small;
	}
	footer .copyright-text {
		font-size: small;
	}
	footer .social-icons {
		margin-right:15px;
		font-size: medium;
	}
	footer .title {
		margin-bottom: 10px;
	}
/* footer ends */
/* bootstrap override starts */
.breadcrumb {
	padding-bottom: 0px;
}
.breadcrumb-item {
	font-size: small;
}


/* bootstrap override ends */

.bg2 {
	background-color: var(--main-bg-color);
}
.bg-white {
	background-color: white;
}
#discount {
		text-align: center;
		/*border-bottom: 25px solid #F58A2A;
		border-left: 15px solid transparent;
		border-right: 0px solid transparent;*/
		color: white;
		height: 0;
		width: 90px;
		font-size: 14px;
	}	
	.img-container {
	  position: relative;
	  text-align: center;
	  color: white;
	}
	.bottom-right {
	  position: absolute;
	  bottom: 0px;
	  right: 0px;
	}


.bottom-left {
	  position: absolute;
	  bottom: 2px;
	  left: 16px;
	}
.home-display-image{
	max-height: 130px;
}

.title {
	font-weight: 500;
	font-size: medium;
	margin-bottom: 0px;
}
.sub-title {
	margin:0px;
}
.word-limit {
	font-size: 14px;
	margin-bottom:0px;
	color:black;
	
}
.card-body{
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 15px;
}
.more-btn {
	padding: 7px 0px 7px 0px;
}

.price-details {
	margin-top:17px;
}
.price-details th, .price-details td {
	padding:8px;
}
.side-action-buttons {
	width:37px;
	font-weight: 600;
}

.info-wrap {
	margin-top:40px;
}

.row, .col,.col-2,.col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-6, .col-sm-12, .container, .section{
	margin:0px;
	padding: 0px;
}
.btn-sm {
	font-size: 12px;
}
.form-margin {
	margin-bottom:10px;
}
.breadcrumb {
	background: none;
}

.list-item {
	padding:10px;
}
/* owl carousel */
.owl-prev span, .owl-next span {
	color: #007BFF;
	border: 1px solid #007BFF;
	border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.owl-prev span:hover, 
.owl-next span:hover {
	color: #FFFFFF;
	background: #007BFF; 
}

.owl-prev, .owl-next {
	background: none;
	position: absolute;
	height: 100%;
	top:0;
}

.owl-prev {
	left: 0px;
}

.owl-next {
	right: 0px;
}
.action-button {
	margin-right:30px;
	font-weight: 600;
}
.owl-next.disabled, .owl-prev.disabled {
	display: none !important;
}
.image-highlight {
	height: 140px;
	background-size: auto 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#ECF6F7;
	border-radius:120px;
}
.image-highlight:hover {
	background-size: auto 120px;
}

.text-highlight {
	font-size:small;
	font-weight:bold;
	color:white;
	background:#F17A6E;
	position:absolute;
	bottom:120px;
	width:100%;
}
.carousel-link {
	color:#000000;
	font-size:small; 
	font-weight:600;
	text-decoration: none;
}
.carousel-link:hover {
	color:#000000;
	font-weight:bold;
	text-decoration: none;
}
/* owl carousel ends */
.font-sm {
	font-size: small;
}
.cart-item-heading {
	color:black;
	text-decoration:none;
}
.cart-item-heading:hover {
	color:black;
	text-decoration:none;
}
.item-card-image {
	height: 150px;
	background-size: 120px;
	background-repeat: no-repeat;
	background-position: center;
}
.item-card-image:hover {
	background-size: 150px;
}

.item-card-title {
	font-size: 15px;
}
.item-card-title a {
	color:black;
}
.item-card-title a:hover {
	text-decoration: none;
	font-weight: 600;
}
.page-link {
	color:black;
}
/* venue */

.venue button {
	border-radius: 50px; 
	height:100px;
	width:100px;
}
.venue i{
	font-size:30px;
}
/* venue ends */

.file_drag_area {  
	border:2px dashed #ccc;  
}  
.file_drag_over {  
	color:#000;  
	border-color:#000;  
}
textarea {
   resize: none;
}
.btn-pink {
    background: #FF0369;
    color:white;
    border:none;
}
.btn-pink:hover {
    background: #E1005B;
    color:white;
}
.dashboard-cards ul {
	padding-inline-start: 0px;
}
.dashboard-cards li{
	list-style-type: none;
	font-size: 0.9em;
}
.dashboard-cards a{
	color: black;
}
.dashboard-cards a:hover{
	color: black;
}
.dashboard-cards h2{
	font-weight: 500;
	font-size: 1em;
}