@charset "utf-8";

.customer-account-logoutsuccess .columns{
max-width: 1150px;
    background: #fff;
    margin: 50px auto;
    padding: 50px;
}

.menu-area .container{position:relative;}
.user-menu{
width: 30px;
    display: flex;
    position: absolute;
    right:330px;
    top: 20px;
}
.user-menu .dropbtn{
	border: 0px;
    background: url(../images/user-menu.png) no-repeat top center;
    width: 22px;
    height: 22px;
    box-shadow: unset;
	cursor:pointer;
	position:relative;
	outline:none;
}

.user-menu-dropdown{
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top:20px;
  right:0px;
}

.user-menu-dropdown a{display:block; padding:5px 10px; color:#000; }
.user-menu-dropdown a:hover{color:#C30101; text-decoration:none;}

.user-menu:hover .user-menu-dropdown{display: block;}


@media only screen and (max-width: 767px) {
	.col1-50, .col2-50{float:none !important; width:100% !important;}
	.user-menu{
		right: 4px;
    	top: 23px;
		z-index:9;
	}
}




.checkout-cart-index .cart.table-wrapper{padding-left:20px;}

.mark, mark{background:none !important;}
.checkout-index-index .opc-block-summary{background:#ebeaea;}
.checkout-index-index .modal-content{background:#ebeaea;}
.cart-summary{background:#ebeaea !important;}

.checkout-index-index .authentication-wrapper{margin-top:-30px;}

.checkout-index-index .column.main{
	padding: 50px;
    max-width: 1150px;
    margin:50px auto;
    background:#fff;
}
.opc-progress-bar{text-align:center;}

.cart-container{
	max-width: 1150px;
    background:#fff;
    margin: 50px auto;
}
.login-container{
	max-width: 1150px;
    background:#fff;
    margin: 50px auto;
	padding:50px;
}
.action.primary{
    background: #C30101!important;
    border-color: #C30101!important;
	border-radius: 30px!important;
}
.cart-empty{
	max-width: 1150px;
    background:#fff;
    margin: 50px auto;
	padding:50px;
}
.cart-empty p{ padding-left:50px;}
.checkout-onepage-success .column.main{
	padding: 50px;
    max-width: 1150px;
    margin: 50px auto;
    background:#ebeaea;
}
.col1-50{float:left; width:48%;}
.col2-50{float:right; width:48%;}
.product-options-wrapper div.field.choice{clear:both;}
.product-options-wrapper div.field.choice input.radio{float:left; width:20px;}
.product-options-wrapper div.field.choice label{float:left; width:85%;}


h1{margin-bottom:5px;}
body.celebrities-index-names.page-layout-1column, body.celebrities-index-view.page-layout-1column{background:none !important;  margin: 8px !important;}
body.celebrities-index-names.page-layout-1column a, body.celebrities-index-view.page-layout-1column a{color: rgb(0, 75, 145);}


.btn-box a:hover{background: #C30101 !important;
    color: #fff !important;
	border-color:#C30101 !important;
}
.mainmenu{width:72% !important;}
.top_search_area{margin-top:8px; width:320px; margin-bottom:8px;}
.top_search_area .minicart-wrapper{float:right; margin-left:10px !important; width:45px !important; margin-top:10px; }

form#search_mini_form{float:right; width:260px !important;}

.navbar-collapse .closebtn{display:none !important;}

/*.modal-popup{z-index:9999 !important;}
.modal-popup.confirm{z-index: 99999999 !important;}*/

.desktop-view{display:block; text-align:center;}
.mobile-view{display:none; text-align:center;}

@media only screen and (max-width:991px) {
	.vendor-tables{width:100% !important; min-height:inherit !important; border-right:0px !important;
	border-bottom:2px dotted #c88319; padding:0px 0px 5px 0px !important; margin:0px 0px 30px 0px !important;
	}
	
	.vendor-confirmed{width:100% !important; padding:0px 0px 10px 0px !important; margin:0px !important;}
	
	
	.desktop-view{display:none;}
	.mobile-view{display:block;}
	.modal-popup.confirm{z-index:9999 !important;}
	.modals-overlay{display:none !important;}
	.navbar-nav-close{background:url('../images/nav-bar-logo.jpg') no-repeat top center; margin-bottom:10px;}
	.mainmenu{position:relative; z-index:99; width:60px !important;}
	.page-header{position:relative; z-index:999;}
	.navbar-collapse{position:fixed; top:0px; left:0px; background:#fff; height:100vh !important; overflow:auto;
	overflow-x: hidden !important;
    transition: 0.5s !important;
	width:0px; display: block !important;
	}
	
	.mainmenu ul li a{color:#c91c00 !important;}
	.navbar-collapse .closebtn{display:block !important; color:#c91c00 !important;}
	
	.navbar-collapse .closebtn{text-align:right; font-size:25px;}
	
	.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
	
	.celebrities-index-index .posts tr{display:block !important;}
	.celebrities-index-index .posts tr td{display:block !important; width:100% !important;}
	
	.celebrities-index-index .posts tr td#image{text-align:center !important;}
	
	.minicart-wrapper .block-minicart{right:0px !important; margin-right:10px !important;}
	.mainmenu{width:60px !important; padding: 20px 0px !important;}
	.top_search_area {
    margin-top: 10px;
    position: absolute;
    right: 10px;
		width:84%;
}
	form.form-inline.header-form .form-control{font-size:13px !important;}
	.top_search_area .minicart-wrapper{ margin-top:10px;}
	form#search_mini_form{width:76% !important; max-width:100% !important;}
}

h1.main-ht-title, h1.page-title{
    color: #C30101 !important;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #333 !important;
}

.page-title h1{
    color: #C30101 !important;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #333 !important;
}

.main-ht-title{
	color: #C30101 !important;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #333 !important;
}

.product-item-name{min-height:45px;}
.page-products .product-item-info{min-height:390px;}
.category-view{display:none !important;}
.products-grid .product-item-info, .products-grid .product-item-info.active {
    background: #ffffff !important;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3) !important;
    border: 1px solid #bbbbbb !important;
    margin: 0px !important;
    padding: 9px !important;
    position: relative !important;
    z-index: 2 !important;
}

.products-grid .product-item-info .product-item-inner{width:100% !important;}

.sidebar .subscribe-form .btn.btn-primary{background: #d59235;}
.sidebar_social a{display:inline-block; padding:0px 10px 0px 0px; color:#fff; font-size:30px; }
.sidebar{color:#fff;}
.sidebar-box{margin-bottom:40px;}
.sidebar h2{margin:0px; padding:0px 0px 15px 0px; color:#fff; text-align:left;}
.subscribe-form{top:0px !important;}
.sidebar .newsletter{margin-bottom:40px; margin-top:30px;}
.sidebar .mage-error{color:#fff !important;}



.sidebar ul li a{display:block; color:#fff !important; text-align:left; text-decoration:none;}
.sidebar ul li a:hover{color: rgba(255, 255, 255, 0.8) !important;}
.sidebar ul li{margin-bottom:10px !important;}
.mysticky-welcomebar-close{cursor:pointer; color:#fff !important;}
.mysticky-welcomebar-close:hover{color: rgba(255, 255, 255, 0.8) !important;}
.mysticky-welcomebar-content p{margin-bottom:0px !important;}

body{background:url(/pub/media/images/red-background.jpg) repeat-x top #150303 !important;}

/* CSS Document */
.past-shows-rpt{padding:0px;background:#fff; border: 1px solid #bbbbbb; margin:0px 0px 10px;}
.past-shows-rpt:hover h4{color:#C30101;}
.past-shows-open{padding:10px;}
.past-shows-main h2{margin-bottom:15px;}

.past-shows-rpt:hover .active{}

.past-shows-main h4{cursor:pointer; padding:10px; margin:0px; font-size:18px; position:relative;}
.past-shows-main h4:hover{background:#C30101; color:#fff;}

.past-shows-main .active h4{background:#C30101; color:#fff;}

.past-shows-main h4:after{position:absolute; right:10px; top:10px; font-family:"FontAwesome"; content:"\f078";}



.shop-container{flex-direction: row-reverse;}
.shop-right{position:relative; z-index:9;}

.contact-form .fieldset{margin: 0 0 0px;}
.contact-form .label{margin: 0 0 5px;}
.contact-form .field{margin: 0 0 15px;}
.contact-form .legend{border-color:#C30101; font-size:22px; font-weight:bold;}
.contact-form .action.primary{background: #C30101; border-color:#C30101 }

h1{font-size:27px !important;}
h2{font-size:22px !important;}
h3{font-size:19px !important;}
h4{font-size:18px !important;}
h5{font-size:17px !important;}
h6{font-size:16px !important;}
.posts h3:after {
    max-width: 100% !important;
}

.clear{clear:both;}
.text-primary{color:#C30101 !important;}
.text-blue{color:#007ce3 !important;}
/* New CSS */
.products-grid .product-item-info:hover, .products-grid .product-item-info.active{margin:0px !important;}
.products-grid .product-item-info .product-item-inner, .products-grid .product-item-info.active .product-item-inner{display:block !important;
    position: relative !important;
    margin: 0px !important;
    padding: 0 !important;
    box-shadow: unset !important;
    border: 0px !important;
}
.products-grid .product-item-info .product-item-inner{height: inherit !important; overflow:visible !important;}
/* New CSS */

body {

	font-family: 'Roboto', sans-serif !important;

	font-size: 15px;

}
ul > li, ol > li{
	margin-top: 0rem;
	margin-bottom: 0;
}
.pd50 {

	padding: 50px 0;

}
.menu-area .navbar-toggler:active,
.menu-area .navbar-toggler:hover,
.menu-area .navbar-toggler:focus,
.menu-area .navbar-toggler:visited {
	background : none;
}
.gallery-placeholder{ width: 100%; }
.menu-area {

	background:none !important;

}
.minicart-wrapper .action.showcart:hover:before {
	color: rgba(255, 255, 255, 0.8);
}
.minicart-wrapper .action.showcart:before {
	color: #fff;
}
.page-main {

	max-width: 100% !important;

	padding: 0 0 0 0 !important;

}

.page-main .block {

	margin-bottom: 0px !important;

}
.covid-box{
background: white; padding: 15px; border: 2px solid red; font-size: 14px;
}
.dropdown-menu {

	padding: 0;

	margin: 0;

	border: 0 solid transition!important;

	border: 0 solid rgba(0,0,0,.15);

	border-radius: 0;

	-webkit-box-shadow: none!important;

	box-shadow: none!important

}

.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a, .navbar-expand-lg .navbar-nav .nav-link {

	color: #fff;

	font-size: 15px;

	text-transform: capitalize;

	padding: 19px 11px;

	;

	display: block !important;

	text-decoration: none;

}

.mainmenu .active a, .mainmenu .active a:focus, .mainmenu .active a:hover, .mainmenu li a:hover, .mainmenu li a:focus, .navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover {

	color: rgba(255, 255, 255, 0.8);

	outline: 0;

}

/*==========Sub Menu=v==========*/

/* Slider */
.magicslider{position:relative; margin-top:-10px !important;}
.magicslider-caption{
	position: absolute;
    top: 0px;
    text-align: center;
    color: #fff;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
    justify-content: center;
    vertical-align: middle;
    display: flex !important;
    flex-direction: column;
}
.magicslider-caption h6{font-size:16px; padding-bottom:10px;}
.magicslider-caption h2{font-size:72px;
    max-width: 900px;
	text-align: center;
	margin: 0px auto;
}

/* Slider */

.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {

	background: #4CAF50;

}

.mainmenu .collapse ul ul ul > li:hover > a {

	background: #4CAF50;

}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {

	background: #1565C0;

}

.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu {

	background: #1E88E5

}

.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu {

	background: #64B5F6

}

/******************************Drop-down menu work on hover**********************************/

.mainmenu {

	background: none;

	border: 0 solid;

	margin: 0;

	padding: 0;

	min-height: 20px;

	width: 100%;

}

.block-reorder .product-item-name a{color:#fff;}
.sidebar-box.beckett_sidebar{display:none;}
.minicart-wrapper .action.showcart .counter.qty{background:#d59235 !important;}
/*
@media only screen and (max-width: 767px) {
	.sidebar-box.beckett_sidebar{display:none;}
}
*/
@media only screen and (min-width: 767px) {
	
	.mainmenu .collapse ul li:hover> ul {

		display: block

	}
	.beckett_sidebar{display:none!important;}
	.mainmenu .collapse ul ul {

		position: absolute;

		top: 100%;

		left: 0;

		min-width: 250px;

		display: none

	}

	/*******/

	.mainmenu .collapse ul ul li {

		position: relative

	}

	.mainmenu .collapse ul ul li:hover> ul {

		display: block

	}

	.mainmenu .collapse ul ul ul {

		position: absolute;

		top: 0;

		left: 100%;

		min-width: 250px;

		display: none

	}

	/*******/

	.mainmenu .collapse ul ul ul li {

		position: relative

	}

	.mainmenu .collapse ul ul ul li:hover ul {

		display: block

	}

	.mainmenu .collapse ul ul ul ul {

		position: absolute;

		top: 0;

		left: -100%;

		min-width: 250px;

		display: none;

		z-index: 1

	}

}

@media only screen and (max-width: 767px) {
	
	

	.navbar-nav .show .dropdown-menu .dropdown-menu > li > a {

		padding: 16px 15px 16px 35px

	}

	.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a {

		padding: 16px 15px 16px 45px

	}

	.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a, .navbar-expand-lg .navbar-nav .nav-link {

		padding:9px 15px;	

	}

}

.navbar-light .navbar-toggler {

	color: #fff;

	border-color: #fff;

	padding: 5px;

	border-radius: 0;

	margin: 4px 15px;

}

.home-section{

	padding-top:50px;

	padding-bottom:20px;	

}

.home-search{padding:10px 0px 0 0;}

.btn-box-home {

	text-align: center;

}

.btn-box-home a {

	background: #C30101;

	color: #fff;

	padding: 16px 40px;

	line-height: 30px;

	display: inline-block;

	border-radius: 30px;

	font-size: 36px;

	text-decoration: none;

	text-align: center;

	text-transform: uppercase;

}

.btn-box-home a span {

	font-size: 19px;

	display: block;

}

.home-shop-box {

	padding-top: 45px;

}

.img-box-home {

	position: relative;

	margin-bottom: 30px;

}

.img-box-home .btn-box {

	position: absolute;

	top: 40px;

	left: 26px;

	bottom: 40px;

	right: 26px;

	margin: 0 auto;

	color: #fff;

}

.img-box-home .btn-box h2 {

	font-size: 36px;

	text-transform: uppercase;

	line-height: 30px;

	margin-bottom: 30px;

	font-weight:bold;

}

.img-box-home .btn-box a {

	padding: 15px 30px;

	border-radius: 30px;

	color: #fff;

	border: 2px solid #fff;

	text-decoration: none;

	font-size: 19px;

}



form.form-inline.header-form {

	position: relative;

}

form.form-inline.header-form .form-control {

	height: 50px;

	width: 100%;

	border-radius: 0;

	border: 1px solid #cfcdcd;
	


}

form.form-inline.header-form .btn.btn-primary {

	position: absolute;

	right: 6px;
	opacity:1;
	background-color: #c91c00;

	border: none;

	border-radius: 0;

	color: transparent;
	font-size: 1.8rem;
	padding: .5rem 1.25rem;

	background-image: url(../images/search-ic.png);

	background-repeat: no-repeat;

	background-position: 8px 10px;

}



/*inner pages---*/

.sidebar {

	background: #C30101;

	padding: 30px 20px;

	position: relative;

	height:100%;

}

.sidebar:after {

	content: '';

	display: block;

	width: 70px;

	background: #C30101;

	position: absolute;

	top: 0;

	bottom: 0;

	right: -70px;

}

.sidebar ul {

	margin: 0;

	padding: 0;

}

.sidebar ul li {

	list-style: none;

	display: block;

	margin-bottom: 20px;

	text-align:center;

}

.post-content {

	

	padding: 0px 0px;

	font-family:myriad pro;

	

}

.post-content .posts

{padding:30px;

	background:#ebeaea;

	margin-bottom:30px;

}

.post-content .posts:last-child{margin-bottom:0;}

.posts h3{

	font-size: 18px;

	font-weight: bold;

	position: relative;

}

.posts h3:after {

	height: 2px;

	background: #C30101;

	max-width: 450px;

	content: '';

	display: block;

	margin: 5px 0 15px 0;

}





/*inner pages---*/







.footer{

	background:#f0f0f0;

	padding-top:40px;

	padding-bottom:20px;	

}

.footer-box h3 {

	font-size: 22px;

	line-height: 21px;

	color: #ec1b24;

	font-weight: bold;

	text-align: center;

}

.social-footer {

	text-align: center;

}

.social-footer a {

	font-size: 55px;

	color: #000;

	padding: 0 6px;

}

.footer-menu ul {

	margin: 0;

	padding: 0;

}



.footer-menu ul li {

	list-style: none;

	display: inline-block;

	position: relative;

	padding: 0 5px;

	text-transform:uppercase;

	font-weight:bold;

}

.footer-menu ul li:before {

	content: '';

	display: block;

	position: absolute;

	left: -3px;

	width: 1px;

	border: 1px solid #333;

	height: 15px;

	top: 4px;

}

.footer-menu ul li:first-child:before{display:none;}

.footer-menu ul li a{color:#000;}

.subscribe-form{position:relative; top: 15px;}

.subscribe-form input#newsletter{

	width: 100%;

	height: 50px;

	border-radius: 0px 30px 30px 0px;	

}

.subscribe-form .btn.btn-primary {

	position: absolute;
	right: 0;
	background: #C30101;
	border: #fff;
	border-radius: 30px;
	height: 50px;
	padding: 0 30px;
	top: 0;
	font-size: 16px;
	text-transform: capitalize;

}

section.copyright {

	background: #000;

	color: #fff;

	padding: 25px 0;

}
.columns .column.main{padding-bottom:0;}

section.copyright p{margin:0;padding:0;}
.block.widget .product-item-info {
	width: auto;
	background: #ffffff;
	box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
	border: 1px solid #bbbbbb;
	margin: -10px;
	padding: 9px;
	position: relative;
	z-index: 2;
	margin: 0;
}

.product.media {
	position: relative;
}
.action-skip-wrapper {
	height: 100%;
	position: relative;
}
ol.product-items.widget-new-grid {
	display: flex;
	flex-wrap: wrap;
}
ol.product-items.widget-new-grid li.product-item {
	width: 33% !important;
	padding: 0 10px !important;
	margin: 5px 0 20px 0 !important;
}
@media(max-width:991px){
	
	ol.product-items.widget-new-grid li.product-item {
		width: 50% !important;
		
	}
}
@media(max-width:767px){
	ol.product-items.widget-new-grid li.product-item {
		width: 100% !important;
		
	}
}
.cont-box {
	margin-bottom: 30px;
}
form#search_mini_form {
	width: 100%;
	max-width:260px;
}
.container-fluid .col-md-12.pl-0.pr-0 a img {
	width: 100%;
}
.cont-box h4 {
	color: #C30101;
	margin-bottom: 10px;
	padding-bottom: 8px;
	position: relative;
}
.cont-box h4::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #cccccc;
	position: absolute;
	left: 0;
	bottom: 0;
}
.cont-box ul {
	margin: 0 0 15PX 0;
	padding: 0 0 0 10px;
}
.cont-box ul li {
	list-style: none;
	display: block;
	padding: 3px 0 3px 10px;
	position: relative;
}

.cont-box ul li::before {
	content: "\f105";
	display: block;
	height: 10px;
	width: 10px;
	color: #C30101;
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 16px;
}
.cont-box ul li.phone,.cont-box ul li.website,.cont-box ul li.fax {
	padding-left: 25px;
}
.cont-box ul li.phone::before {
	content: "\f0e0";
}
.cont-box ul li.fax::before 
{
	content:"\f1ac";
}
.cont-box ul li.website::before
{
	content:"\f0ac";
}
.press h1 {
	color: #C30101;
	margin-bottom: 20px;
	border-bottom: 2px solid #333;
}
.press h2 {
	font-size: 16px;
	margin-bottom: 20px;
	color: #00679c;
}

.press h3 {
	font-size: 16px;
	margin-bottom: 5px;
	padding: 0;
}
.press h3::after{display:none;}
.press a {
	display: block;
	color:#C30101;
}
.about-hollywood h2 {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #C30101;
}
.press.faqs-table ul, .press.faqs-table ol {
	margin: 0;
	padding: 0px 0 15px 15px;
}

/*.press.faqs-table ul li{list-style:none;display:block;}*/
div.faq-box {
	margin-bottom: 30px;
}
.faq-box h3 {
	margin-bottom: 15px;
	color: #C30101;
}
#page-title-heading {
	color: #C30101;
	margin-bottom: 20px;
}
section.shop-menu {
	background: #333;
}
section.shop-menu nav a {
	color: #ffff;
}
.chicago {
	font-family: 'Roboto', sans-serif;
}
.page-title h1 {
	margin-bottom: 20px;
	color: #C30101;
}
.chicago .clr-red {
	color: #C30101;
	font-weight: bold;
}
.chicago img {
	margin: 25px 0;
}
.show p {
	color: #005e8c;
	font-weight: bold;
}
.chicago  ul{margin:0; padding:0;}
.chicago  ul li {
	list-style: none;
	display: block;
	padding: 3px 0 3px 10px;
	position: relative;
}
.chicago  ul li::before {
	content: "\f105";
	display: block;
	height: 10px;
	width: 10px;
	color: #C30101;
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 16px;
}

.mysticky-welcomebar-fixed {
    min-height: 40px;
    background-color: #000000;
    font-family: Verdana;    
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 50px;
    z-index: 9999999;
    opacity: 0;
	color:#fff;
}
.mysticky-welcomebar-fixed .mysticky-welcomebar-close {    
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    color: #000;
    position: absolute;
    top: 5px;
    right: 10px;
    outline: none;
    font-family: Lato;
    text-decoration: none;
    text-shadow: 0 0 0px #fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}