  body
{
	margin:0 auto;
	padding:0;
	font-family: 'Futura-med';
}
p
{
	color:#121212;
	font-size:19px;
	margin:0;
}
h2
{
	color:#1c1c1c;
	font-size:37px;
	 font-family: 'Futura-bold';
	 position:relative;
}
.contact-bar {
	background: #d9f2e5;
	padding: 11px 0;
}	
.contact_no {
	width: 100%;
	float: left;
	text-align: right;
}
.trending-blogs {
	width: 100%;
	float: left;
	margin-top: 40px;
}
.trending-blogs-details {
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.search-bar {
    width: 100%;
    float: left;
    position: relative;
}
.search-bar form {
	width: 100%;
	float: left;
	position: relative;
}
.search-bar input 
{
    width: 88% !important;
    margin: inherit;
    float: right;
    margin-left: auto;
    height: 52px;
    color: #676767;
    border: 1px solid #787878;
    border-color: rgba(120,120,120,0.2)!important;
    border-radius: 5px;
    border-width: 1px!important;
    font-size: 15px;
}

.search-bar input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#676767;
}
.search-bar input::-moz-placeholder { /* Firefox 19+ */
color:#676767;
}
.search-bar input:-ms-input-placeholder { /* IE 10+ */
color:#676767;
}
.search-bar input:-moz-placeholder { /* Firefox 18- */
color:#676767;
}


.btn-outline-success:hover {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
}
.search-bar form button {
    position: absolute!important;
    top: 10px;
    right: 10px;
    font-size: 17px;
}
#header-cart 
{
width: 100%;
}

a#cartcontentsheader i.fa.fa-shopping-cart {
    padding-right: 15px;
}
a#cartcontentsheader 
{
    background: #ed1d24;
    width: 100%;
    padding: 14px 17px;
    border-radius: 5px;
    font-size: 17px;
}
.cart {
	width: 100%;
	float: left;
}
.cart span {
	float: left;
	text-align: center;
	padding: 14px 43px;
	background: #ed1d24;
	color: white;
	font-size: 17px;
	cursor: pointer;
	border-radius: 5px;
	width: 100%;
}
.cart span i{
	margin-right:8px;
}
.cart span a {
	color: white;
		text-decoration: none;
}
.logo-bar {
	width: 100%;
	float: left;
	padding: 25px 0;
}
.search-bar button i {
	color: #2e2e2e;
	border: ;
}
.search-bar button {
	border: none;
}
.navigation_bar .bg-light {
	background-color: transparent !important;
	padding: 0;
}
.navigation_bar .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: #ed1d24;
}
.navigation_bar ul li a {
	font-size: 15px;
	color: #1e1e1e;
	text-transform: uppercase;
}
.navigation_bar .navbar-collapse .navbar-nav > li:first-of-type > a {
	padding-left: 10px;
}
.navigation_bar .navbar-light .navbar-nav .nav-link {
    color: #1e1e1e;
    padding: 0 6px;
    font-size: 17px;
}
.navigation_bar ul li {
	padding-right: 6px;
	font-family: 'Futura-med';
	padding: 12px 4px;
}
.carousel-caption {
    text-shadow: none;
}
.navigation_bar ul li:last-child {
	padding-right: 0px;
}
.navigation_bar ul li a:hover {
	color: #000 !important;
}
.navigation_bar {
	width: 100%;
	float: left;
	border-bottom: 1px solid #9a9a9a;
}
.visit-store {
    width: 100%;
    float: left;
    padding: 20px 0;
}
.visit-store ul {
	padding: 0;
	text-align: center;
	margin: 0 auto;
	display: table;
}

.visit-store ul li {
	float: left;
	margin-right: 105px;
	list-style: none;
	color: #444;
	font-size: 19px;
	font-family: 'Futura0-book-normal';
}
.visit-store ul li i {
	margin-right:8px;
}
.visit-store ul li:last-child
{
	margin-right:0;
}
.free-delivery {
	width: 100%;
	float: left;
	text-align: center;
	background: #ed1d24;
	padding: 14px 0;
}
.free-delivery p {
	margin: 0;
	color: white;
	font-size:25px;
}
.banner-section {
	width: 100%;
	float: left;
}
.banner-section .carousel-item img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-section .carousel-caption {
	text-align: left;
	top: 40%;
	transform: translateY(-50%);
	left: 20.6%;
}
.banner-section .carousel-caption h1 {
    font-size: 50px;
    color: black;
    font-weight: bold;
    font-family: 'Futura-bold';
}
.banner-section .carousel-caption h1 span {
	width: 100%;
	float: left;
	font-size: 68px;
	color: #f44336;
}
.banner-section .carousel-item p {
	color: #232323;
	font-size: 20px;
	font-family: 'Futura0-book-normal';
	float: left;
	width: 700px;
	margin-top: 15px;
	clear: both;
	position: relative;
	padding-left:18px;
}
.banner-section .carousel-item p::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background: #313131;
	content: "";
}
.banner-section .carousel-caption a {
	float: left;
	background: #ed1d24;
	clear: both;
	padding: 14px 38px;
	color: white;
	font-size: 18px;
	font-family: 'Futura Md BT';
	border-radius: 5px;
	text-decoration: none;
	margin-top: 25px;
}
.banner-section .carousel-control-prev-icon {
	background-image: url("/assets/images/left.png");
	background-size: 12px;
	border: 1px solid #9d9d9d;
	padding: 39px 0px;
	width: 100%;
}
.banner-section .carousel-control-next-icon {
	background-image: url("/assets/images/right.png");
	background-size: 12px;
	border: 1px solid #9d9d9d;
	padding: 39px 0px;
	width: 100%;
}
.banner-section .carousel-control-next, .carousel-control-next, .carousel-control-prev, .carousel-control-prev {
	opacity:10;
}
.banner-section .carousel-control-next, .carousel-control-prev {
	width: 36px;
}
.trending_now_section {
	width: 100%;
	float: left;
	padding: 75px 0;
}
.trending_now_section_heading h2::before {
	width: 72%;
	height: 1px;
	background: #ddd;
	content: "";
	position: absolute;
	top: 26px;
	right: 0;
}
.row.trending-blogs-details-row {
	margin-top: 43px;
}
.trending-blogs-details span {
    font-size: 16px;
    color: #252525;
    width: 100%;
    float: left;
    text-align: center;
    margin: 16px 0 30px;
    font-family: 'Futura-bold';
    text-transform: uppercase;
}
.party-section {
	width: 100%;
	float: left;
}
.party-section .col-sm-4 {
	padding: 0;
}
.party-section-blogs {
    width: 100%;
    float: left;
    height: 100%;
    background: #e61b22;
    background: -moz-linear-gradient(top, #e61b22 0%, #a8060c 100%);
    background: -webkit-linear-gradient(top, #e61b22 0%,#a8060c 100%);
    background: linear-gradient(to bottom, #e61b22 0%,#a8060c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61b22', endColorstr='#a8060c',GradientType=0 );
	position:relative;
}
.party-section-blogs img {
	width: 100%;
}
.party-section-blogs img {
    width: 100%;
    position: relative;
}
.party-img-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 0px 25px;
}
.party-section-blogs:hover .party-img-caption {
	opacity: 1;
}
.party-img-caption h4 {
	font-size: 37px;
	line-height: 57px;
	font-family: 'Futura-bold';
}
.party-img-caption p {
	color: white;
	font-size: 17px;
	font-family: 'Futura0-book-normal';
	line-height: 31px;
}
.party-img-caption-btn {
	width: 100%;
	float: left;
}
.party-img-caption-btn ul {
	padding: 0;
	margin: 0 auto;
	display: table;
}
.party-img-caption-btn ul li {
    float: left;
    list-style: none;
    padding-right: 10px;
}
.party-img-caption-btn ul li a {
	color: white;
	font-size: 18px;
	font-family: 'Futura-bold';
}
.party-img-caption-btn ul li a {
	color: white;
	font-size: 18px;
	font-family: 'Futura-bold';
	border: 1px solid;
	padding: 14px 41px;
	border-radius: 5px;
	text-decoration:none;
}
.party-img-caption-btn {
	width: 100%;
	float: left;
	margin-top: 47px;
}
.party-img-caption-btn ul li a:hover {
	background: #ffd200;
	border: 1px solid transparent;
	color: black;
	transition: 0.5s;
}
.trending_now_section_heading {
	width: 100%;
	float: left;
}
.feature-category {
	width: 100%;
	float: left;
	padding: 105px 0;
	background-image: url("/assets/images/cat-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.view_all_category {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}
.view_all_category a {
	padding: 16px 36px;
	background: #ed1d24;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-size: 18px;
}
.shop-party {
	width: 100%;
	float: left;
	background: #e5e5e5;
	padding: 93px 0 80px;
}
.shop-party_heading h2::before {
	position: absolute;
	right: 0;
	top: 23px;
	width: 45%;
	height: 1px;
	content: "";
	background: #ddd;
}
.shop-party-color-list ul {
	padding: 0;
}
.shop-party-color-list ul li {
	list-style: none;
	width: 5.2%;
	float: left;
	height: 190px;
	cursor: pointer;
}
.shop-party-color-list {
	width: 100%;
	float: left;
}
.color_list_1 {
	background: #121212;
}
.color_list_2 {
	background: #0000fe;
}
.color_list_3 {
	background: #9d1f45;
}
.color_list_4 {
	background: #898989;
}
.color_list_5 {
	background: #11bad1;
}
.color_list_6 {
	background: #bf9b30;
}
.color_list_7 {
	background: #94b50f;
}
.color_list_8 {
	background: #893174;
}
.color_list_9 {
	background: #c7ea46;
}
.color_list_10 {
	background: #bb005f;
}
.color_list_11 {
	background: #ee7e05; /* Old browsers */
background: -moz-linear-gradient(top, #ee7e05 0%, #edd412 22%, #c7865a 40%, #b05682 57%, #7f4f8a 76%, #4ba745 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ee7e05 0%,#edd412 22%,#c7865a 40%,#b05682 57%,#7f4f8a 76%,#4ba745 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ee7e05 0%,#edd412 22%,#c7865a 40%,#b05682 57%,#7f4f8a 76%,#4ba745 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7e05', endColorstr='#4ba745',GradientType=0 ); /* IE6-9 */
}
.color_list_12 {
	background: #ff6f2f;
}
.color_list_13 {
	background: #d3c6aa;
}
.color_list_14 {
	background: #e85fd8;
}
.color_list_15 {
	background: #46166b;
}
.color_list_16 {
	background: #de383a;
}
.color_list_17 {
	background: #c6c6c6;
}
.color_list_18 {
	background: #ffffff;
}
.color_list_19 {
	background: yellow;
}
.shop-party-color-list-pick p {
	font-size: 25px;
	color: #222;
	font-family: 'Futura-book-md';
}
.pick_color_btn {
	width: 100%;
	margin-top: 22px;
	float: left;
}
.pick_color_btn a {
	border: 1px solid #ed1d24;
	padding: 13px 18px;
	color: #ed1d24;
	font-size: 18px;
	text-decoration:none;
	border-radius:5px;
	font-family: 'Futura-bold';
	cursor:pointer;
}
.pick_color_btn a:hover {
    background: #ed1d24;
    color: white!important;
    transition: 0.5s;
}
.shop-party_heading {
	margin-bottom: 35px;
}
.best-price-section {
	width: 100%;
	float: left;
	background-image: url("/assets/images/party-bk.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding:115px 0;
}
.best-price-section_blog {
	width: 100%;
	float: left;
	text-align: center;
	border: 1px solid #FFF;
	border-radius: 3px;
	padding: 40px 30px 30px;
	border-bottom: 4px solid #fff;
}
.best-price-section_blog span {
	font-size: 24px;
	color: white;
	width: 100%;
	float: left;
	margin-top: 20px;
	position: relative;
}
.best-price-section_blog p {
	width: 100%;
	float: left;
	font-size: 16px;
	color: white;
	margin-top: 40px;
	line-height: 33px;
}
.best-price-section_blog span::before {
	position: absolute;
	left: 0;
	right: 0;
	background: white;
	width: 50px;
	height: 2px;
	content: "";
	bottom: -21px;
	margin: 0 auto;
}
.newletter_section {
	width: 100%;
	float: left;
	padding: 95px 0;
}
.store_location h2::before {
	background: black;
	content: "";
	width: 70px;
	height: 2px;
	position: absolute;
	bottom: 0;
}
.store_newsletter h2::before {
	background: black;
	content: "";
	width: 70px;
	height: 2px;
	position: absolute;
	bottom: 0;
}
.store_newsletter h2 {
	padding-bottom: 25px;
}
.store_newsletter form {
	padding-top: 22px;
}
.store_location h2 {
	padding-bottom: 25px;
}
.store_location i {
	margin-right: 10px;
	background: #ed1d24;
	color: white;
	padding: 13px 13px;
	border-radius: 5px;
}
.store_location p {
	margin-top: 40px;
	font-size: 20px;
}
.store_newsletter button {
	position: absolute;
	right: 16px;
	border: none;
	background: #ed1d24;
	height: 57px;
	color: white;
	width: 200px;
	font-family: 'Futura-bold';
	font-size:20px;
}
.store_newsletter input {
	width: 600px !important;
	height: 57px;
	background:#e6e6e6;
}
.store_newsletter button:hover{
	background: #ed1d24;
}
.footer-section {
	width: 100%;
	float: left;
	background: #000;
}
.footer-logo {
	width: 100%;
	float: left;
}
.footer-section .row {
	width: 100%;
	float: left;
	padding: 73px 0 40px;
    position: relative;
}
.footer-logo p {
	color: white;
	font-size: 15px;
	margin-top: 29px;
	padding-right: 28px;
}
.footer-section .col-sm-2 {
	padding: 0;
}
.footer-nav ul {
	padding: 0;
}
.footer-nav ul li {
	list-style: none;
	padding-bottom: 15px;
	color: white;
    font-size: 15px;
    text-decoration: none;
    font-family: 'Futura Bk BT';
}
.footer-nav h3 {
	font-family: 'Futura-bold';
	color: white;
	font-size: 18px;
	margin-bottom: 20px;
}
.footer-nav ul li a {
	color: white;
	font-size: 15px;
    text-decoration:none;
	font-family: 'Futura Bk BT';
}
.footer-nav ul li i
{
margin-right:6px;
float:left;
margin-top: 4px;
}
.footer-nav span {
	width: 76px;
	float: left;
}
.footer-nav p {
	font-size: 18px;
	font-family: 'Futura Bk BT';
	color: white;
	margin-bottom: 10px;
}
.footer-nav.location ul li {
	padding-left: 20px;
	position: relative;
}
.footer-nav.location i {
	position: absolute;
	left: 0;
	top:2px;
}
.footer-nav.location img {
	position: absolute;
	left: 0;
	top:6px;
}
.copy_right_section {
	width: 100%;
	float: left;
}
.copy_right_section .row {
    padding: 28px 0 0;
    border: 0;
}
.copy_right_section_data p {
	color: #fff;
	font-size: 14px;
	font-family: 'Futura Bk BT';
}
.copy_right_section_payment span {
	font-size: 14px;
	color: white;
}
.copy_right_section_payment {
	width: 100%;
	float: left;
	text-align: right;
}
.copy_right_section_payment img {
	margin-left: 10px;
}
/*.trending-blogs .row {
	width: 100%;
	float: left;
}*/
.trending-blogs-details img {
	width: 100%;
}	
.form-control:focus {
	border-color: transparent;
	box-shadow: 0 0 0 1px rgba(144, 144, 144, 0.25);
}
/*.feature-category-page::before {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../images/blog-bk.png");
	content: "";
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	opacity: 0.3;
	background-position: top left;
}
.feature-category-page::after {
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("../images/blog-bk-1.png");
	content: "";
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	opacity: 0.3;
	background-position: top right;
}*/



/*--26-03-2019---*/
.feature-category-page {
	width: 100%;
	float: left;
	position: relative;
}
.feature-category .trending_now_section_heading h2::before {
	width: 63%;
}
.search-bar ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #676767;
  font-family: 'Futura Bk BT';
  font-size:15px;
}
.search-bar ::-moz-placeholder { /* Firefox 19+ */
  color: #676767;
  font-family: 'Futura Bk BT';
  font-size:15px;
}
.search-bar :-ms-input-placeholder { /* IE 10+ */
  color: #676767;
  font-family: 'Futura Bk BT';
  font-size:15px;
}
.search-bar :-moz-placeholder { /* Firefox 18- */
  color: #676767;
  font-family: 'Futura Bk BT';
  font-size:15px;
}
.tabing_order {
	width: 100%;
	float: left;
	padding: 100px 0;
}
.tabing_order .nav.nav-tabs li a {
	background: #ed1d24;
	color: white;
	font-size: 17px;
}
.tabing_order .nav.nav-tabs li {
	margin-left: 3px;
}
.tabing_order .nav.nav-tabs li:first-child {
	margin-left: 0px;
}
.tabing_order .nav.nav-tabs .nav-link.active {
	background: white;
	color: black;
}
.tabing_order .tab-content {
	border: 1px solid #ddd;
	border-top: 0;
	padding: 8px 0 11px;
}
.tabing_order p {
	font-size: 17px;
	color: #121212;
	font-family: 'Futura0-book-normal';
	padding-bottom: 16px;
}
.tabing_order h3 {
	font-size: 30px;
	color: #2e2e2e;
	padding-bottom: 10px;
}
.bought_section {
	width: 100%;
	float: left;
	padding-bottom: 118px;
	background-image: url("/assests/images/cat-bg.png");
	background-repeat: no-repeat;
}
.bought_section_heading h2 {
	margin-top: -43px;
	background: #fff;
	width: auto;
	float: left;
	padding: 0 26px 0 0;
}


.carousal_dta_list {
	width: 19%;
	float: left;
	margin-left: 1%;
}
.carousal_dta_img {
	width: 100%;
	float: left;
	border: 1px solid #ddd;
	text-align: center;
	padding: 12px 0;
	min-height: 195px;
}
.carousal_dta_list {
	width: 17.6%;
	float: left;
	margin-left: 3%;
}
.carousal_dta_list p {
	font-size: 18px;
	text-align: center;
	color: black;
	width: 100%;
	float: left;
	margin-top: 15px;
}
.add_to_chart a:last-child i {
	margin-right: 8px;
}
.carousal_dta_list h4 strike {
	color: #919191;
	padding-left: 6px;
}
.carousal_dta_list h4 {
	color: #f44336;
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
	float: left;
	width: 100%;
}
.carousal_dta_list ul {
	padding: 0;
	width: 100%;
	float: left;
	margin-top: 14px;
}
.carousal_dta_list ul li {
	list-style: none;
	float: left;
	padding-right: 8px;
}
.carousal_dta_list ul li a {
	padding: 5px 0px;
	background: #eeeeee;
	color: #121212;
	font-size: 14px;
	border-radius: 3px;
	border: 1px solid #d9d9d9;
	width: 32px;
	float: left;
	text-align: center;
	font-family: 'Futura0-book-normal';
	cursor: pointer;
text-decoration: none;
}
.carousal_dta_list ul li:last-child {
	padding-right: 0px;
}
.add_to_chart {
	width: 100%;
	float: left;
	margin-top: 11px;
}
.add_to_chart a:first-child {
	padding: 9px 21px;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: black;
	float: left;
}
.add_to_chart a:last-child {
	background: #ed1d24;
	color: white;
	padding: 11px 17px;
	border-radius: 5px;
	font-size: 14px;
	float: right;
	text-decoration: none;
}
.carousal_data_full {
	width: 100%;
	float: left;
}
.bought_section_heading {
	width: 100%;
	float: left;
	margin-bottom: 50px;
}
.sliding_custome_blog {
	width: 100%;
	float: left;
	margin-top: 80px;
}	
.pagination_list {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ddd;
	padding: 12px 0;
}
.pagination_list ul {
	padding: 0;
	margin: 0;
}
.pagination_list ul li {
	list-style: none;
	float: left;
	padding-left: 11px;
	position:relative;
}
.pagination_list ul li a {
	font-size: 19px;
	color: #444;
	text-decoration:none;
}
.pagination_list ul li:first-child {
	padding: 0;
}
.pagination_list ul li::before {
	position: absolute;
	left: 5px;
	top: 6px;
	background: black;
	height: 55%;
	width: 1px;
	content: "";
	transform: rotate(20deg);
}
.pagination_list ul li:first-child::before
{
	position:inherit;
}
.racing_cutouts {
	width: 100%;
	float: left;
	padding: 78px 0 0;
}
.racing_img_list_img {
	width: 85px;
	float: left;
	text-align: center;
}
.racing_img_list_img ul {
	padding: 0;
}
.racing_img_list_img ul li {
	list-style: none;
	padding-bottom: 35px;
}
.cart-car-img {
	text-align: center;
}
.cart-car-img img {
	max-width: 381px;
}
.racing_cutouts_blog-sec h4 {
	font-size: 28px;
	color: #2e2e2e;
}
.racing_cutouts_blog-sec h4 {
	font-size: 28px;
	color: #2e2e2e;
}
.racing_cutouts_blog-sec h4 p {
	font-size: 12px;
	float: right;
	color: #92b409;
}
.racing_cutouts_blog-sec h4 span {
	font-size: 12px;
	float: right;
}
.racing_cutouts_blog-sec h3 {
	font-size: 22px;
	color: #2e2e2e;
	font-family: 'Futura0-book-normal';
}
.racing_cutouts_blog-sec h3 span {
	color: #e00000;
}
.racing_cutouts_blog-sec h5 {
	color: #ed1d24;
	font-family: 'Futura-book-bold';
	margin-top: 17px;
	float: left;
	width: 100%;
}
.racing_cutouts_blog-sec h5 span {
	float: right;
	color: #2e2e2e;
	font-family: 'Futura0-book-normal';
	font-size: 14px;
}
.racing_cutouts_quntity {
	width: 100%;
	float: left;
	border-top: 1px solid #efefef;
	margin-top: 32px;
	padding-top: 27px;
	border-bottom: 1px solid #efefef;
	padding-bottom: 26px;
}
.racing_cutouts_quntity span {
	width: 100%;
	float: left;
	color: #2e2e2e;
	font-size: 22px;
}
.racing_cutouts_quntity button i {
	margin-right: 7px;
}
.racing_cutouts_quntity a {
	padding: 9px 42px;
	color: #2e2e2e;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-left: 14px;
}
.racing_cutouts_quntity button {
	padding: 10px 28px;
	font-size: 17px;
	background: #ed1d24;
	border: none;
	color: white;
	border-radius: 5px;
	margin-left: 15px;
}
.social-icons-cart ul {
	padding: 0;
	margin: 0;
}
.social-icons-cart ul li {
	list-style: none;
	float: left;
	padding-left: 9px;
}
.social-icons-cart ul li:first-child {
	padding-left: 0px;
}
.facebook a {
	color: white;
	background: #3b5998;
	width: 30px;
	float: left;
	text-align: center;
	padding: 4px 0;
	border-radius: 100%;
	font-size: 15px;
}
.twitter a {
	color: white;
	background: #00acee;
	width: 30px;
	float: left;
	text-align: center;
	padding: 4px 0;
	border-radius: 100%;
	font-size: 15px;
}
.pintrest a {
	color: white;
	background: #ed1d24;
	width: 30px;
	float: left;
	text-align: center;
	padding: 4px 0;
	border-radius: 100%;
	font-size: 15px;
}
.envelop a {
	color: white;
	background: #e3454a;
	width: 30px;
	float: left;
	text-align: center;
	padding: 4px 0;
	border-radius: 100%;
	font-size: 15px;
}
.social-icons-cart {
	width: 100%;
	float: left;
	margin-top: 33px;
}
.social-icons-cart span {
	float: left;
	margin-right: 10px;
	line-height: 31px;
	color: #2e2e2e;
	font-size: 17px;
}
.bought_section .carousel-control-prev-icon {
	background-image: url("/assets/images/lft.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.bought_section .carousel-control-next-icon {
	background-image: url("/assets/images/rgt.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
.bought_section .carousel-control-next {
	width: auto;
	height: auto;
}
.bought_section .carousel-control-prev {
	left: -54px;
}
.bought_section .carousel-control-next {
	right: -54px;
}
.carousal_dta_list.carousal_dta_list-fst {
	margin-left: 0;
}
.clearance_heading {
	width: 100%;
	float: left;
	padding: 11px 0 9px;
	border-bottom: 1px solid #ddd;
}
.clearance_heading h3 {
	font-size: 68px;
	color: #121212;
	font-weight: 600;
}
.clearance_product-data .col-sm-9 {
	padding-left: 0;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color:transparent;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.navigation_bar .active::after {
	content: inherit;
}
.banner-section .active::after {
	content: inherit;
}

/*.active:after {
  content: "\2212";
}*/

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel-1{
	display:none;
}
.clearance_product {
	width: 100%;
	float: left;
	padding: 54px 0;
}
.clearance_product-data_lft .accordion {
	font-size: 18px;
	color: #121212;
	background: transparent;
}
.clearance_product-data_lft .panel {
	padding: 0 16px;
	border-bottom: 2px solid #eee;
}
.clearance_product-data_lft .panel form input {
	margin-bottom: 21px;
	margin-right: 10px;
}
.clearance_product-data_lft .active, .accordion:hover {
	background-color: transparent;
	outline: none;
}
.clearance_product-data_lft .active, .accordion {
	outline: none !important;
}
.clearance_product-data_lft .accordion::after {
	margin-left: 0px;
	position: absolute;
	right: 21px;
}
.clearance_product-data_lft .panel form {
	font-size: 17px;
	font-family: 'Futura0-book-normal';
	color: #262626;
}
.panel ul {
	padding: 0;
	/* padding-bottom: 40px; */
	margin-bottom: 25px;
	width: 100%;
	float: left;
}
.panel ul li {
	list-style: none;
}
.panel ul li {
	list-style: none;
	width: 27px;
	height: 27px;
	float: left;
	border-radius: 100%;
	margin-left: 4px;
	margin-bottom: 12px;
}
.clearance_product-data_lft {
	width: 100%;
	float: left;
	border: 1px solid #ddd;
}
.color-1 {
	background: #000;
}
.color-2 {
	background: #0000fe;
}
.color-3 {
	background: #9d1f45;
}
.color-4 {
	background: #898989;
}
.color-5 {
	background: #11bad1;
}
.color-6 {
	background: #c09b30;
}
.color-7 {
	background: #94b510;
}
.color-8 {
	background: #8a3175;
}
.color-9 {
	background: #c7ea46;
}
.color-10 {
	background: #bc005f;
}
.color-11 {
	background: #e0c22d;
}
.color-12 {
	background: #d4c6ab;
}
.color-13 {
	background: #ff6f30;
}
.color-14 {
	background: #e95fd8;
}
.color-15 {
	background: #46166a;
}
.color-16 {
	background: #de383a;
}
.color-17 {
	background: #fdfdfd;
}
.color-18 {
	background: #46166a;
}
.product_show p {
	font-size: 16px;
	font-family: 'Futura0-book-normal';
}
.product_show_list {
	width: 100%;
	float: left;
}
.product_show_list ul {
	padding: 0;
}
.product_show_list ul {
	padding: 0;
}
.product_show_list ul li {
	float: left;
	list-style: none;
	padding-left: 11px;
}
.product_show_list span {
	float: left;
	font-size: 16px;
	font-family: 'Futura0-book-normal';
}
.product_show_list ul li a {
	color: black;
	font-family: 'Futura0-book-normal';
	text-decoration: none;
}
.product_show_list ul li a:hover {
	color: #ed1d24;
}
.product_show_toogle {
	width: 100%;
	float: left;
	text-align: right;
}
.product_show_toogle label {
	font-size: 18px;
	margin-right: 5px;
}
.total_show {
	width: 100%;
	float: left;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 11px 12px 3px;
}
.drop_store_price {
	width: 100%;
	float: left;
	padding: 43px 13px 30px;
}
.drop_icon_lft {
	width: 100%;
	float: left;
}
.drop_icon_lft ul {
	padding: 0;
}
.drop_icon_lft ul li {
	float: left;
	padding-right: 16px;
	list-style: none;
	font-size: 22px;
}
.drop_icon_lft ul li i:hover
{
	color:#ed1d24;
}
.all_product_size .carousal_dta_list {
	width: auto;
	float: left;
	margin-left: 0;
}
.all_product_size .carousal_dta_list ul li a {
	padding: 5px 0px;
	font-size: 12px;
	width: 30px;
}
.all_product_size .add_to_chart a:first-child {
	padding: 9px 16px;
}
.all_product_size .add_to_chart a:last-child {
	padding: 11px 11px;
}
.all_product_size .carousal_dta_img {
	height: 211px;
	display: table;
}
.all_product_size {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.all_product_size .carousal_dta_img span {
	display: table-cell;
	vertical-align: middle;
}
.all_product_size .carousal_dta_list ul li {
	padding-right: 6px;
}
.drop_icon_rgt {
	width: 100%;
	float: left;
	text-align: right;
}
.drop_icon_rgt label {
	margin-right: 16px;
}
.drop_icon_rgt img {
	margin-left: 12px;
}
.drop_icon_rgt p {
	color: #141414;
	font-size: 15px;
}
.drop_icon_lft ul li i
{
	color: #141414;
}
.drop_icon_rgt label {
	font-size: 18px;
}
.all_product_size.all_product_size_bazar {
	margin-top: 65px;
}
.rel_cat {
	width: 100%;
	float: left;
	margin-top: 55px;
}
.rel_cat-heading h2 {
	margin-top: -42px;
	background: white;
	width: auto;	
	float: left;
	padding: 0 19px 0 0px;
}
.rel_cat .row {
	width: 100%;
	float: left;
}
.rel_cat .col-sm-3 {
	float: left;
}
.rel_cat .col-sm-9 {
	float: left;
	padding-left: 0px;
	padding-right: 0px;
}
.rel_cat_lft {
	width: 100%;
	float: left;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 10px 0;
}
.rel_cat-heading {
	width: 100%;
	float: left;
	padding-bottom: 21px;
}
.rel_full_data {
	width: 100%;
	float: left;
	margin-top: 30px;
	border-top: 1px solid #ddd;
	padding-top: 30px;
}
.rel_cat_rgt a {
	color: #ed1d24;
	font-size: 20px;
	font-family: 'Futura0-book-normal';
}
.recently_viewd {
	width: 100%;
	float: left;
	margin-top: 30px;
	border: 1px solid #ddd;
}
.recently_viewd h3 {
	font-size: 18px;
	color: #121212;
	background: #eee;
	padding: 17px 21px;
}
.rel_cat_rgt h3 {
	font-size: 25px;
	font-family: 'Futura-med';
}
.rel_cat_rgt p {
	font-size: 17px;
	font-family: 'Futura0-book-normal';
	margin-top: 18px;
	margin-bottom: 11px;
}
.recently_viewd_itm .row {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}
.recently_viewd_itm-lft {
	width: 100%;
	float: left;
	padding: 6px 6px;
	text-align: center;
	border: 1px solid #ddd;
}
.recently_viewd_itm-lft img {
	width: 100%;
}
.recently_viewd_itm_full {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.recently_viewd_itm .col-sm-7 {
	float: left;
	padding: 0;
}
.recently_viewd_itm .col-sm-5 {
	float: left;
}
.recently_viewd_itm {
	width: 100%;
	float: left;
	padding: 12px 3px 25px 6px;
}
.recently_viewd_itm-rgt h4 {
	font-size: 18px;
	font-family: 'Futura0-book-normal';
}
.recently_viewd_itm-rgt span {
	font-size: 15px;
	color: #ed1d24;
}
.recently_viewd_itm-rgt span strike {
	color: #919191;
	margin-left: 8px;
}
@media all and (-ms-high-contrast:none)
     {
     .navigation_bar .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #ed1d24;
    padding-left: 0px;
}
.store_newsletter button {
    top: 100px;
}

 /* IE10 */
     *::-ms-backdrop, .navigation_bar .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #ed1d24;
    padding-left: 0px;
}
.store_newsletter button {
    top: 100px;
}

 /* IE11 */
     }

/*----26-03-2019---end*/
.feature-category-page {
	width: 100%;
	float: left;
	position: relative;
}
.feature-category .trending_now_section_heading h2::before {
	width: 63%;
}
.search-bar ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #676767;
  font-family: 'Futura Bk BT';
  font-size:15px;
}
.search-bar ::-moz-placeholder { /* Firefox 19+ */
  color: #676767;
  font-family: 'Futura Bk BT';
  font-size:15px;
}
.search-bar :-ms-input-placeholder { /* IE 10+ */
  color: #676767;
  font-family: 'Futura Bk BT';
  font-size:15px;
}
.search-bar :-moz-placeholder { /* Firefox 18- */
  color: #676767;
  font-family: 'Futura Bk BT';
  font-size:15px;
}
@media all and (-ms-high-contrast:none)
     {
     .navigation_bar .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #ed1d24;
    padding-left: 0px;
}
.store_newsletter button {
    top: 100px;
}

 /* IE10 */
     *::-ms-backdrop, .navigation_bar .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #ed1d24;
    padding-left: 0px;
}
.store_newsletter button {
    top: 100px;
}

 /* IE11 */
     }	 
.dropdown-menu {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 8px;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	flex-direction: column;
	border: none;
	padding: 20px 0px;
	width: 377px;
}
.navigation_bar .dropdown-toggle::before, .dropdown-toggle::after {
	display: none;
}
.dropdown-menu li a {
	font-weight: 200;
}
.dropdown-menu li a:hover {
	font-weight: bold;
	text-decoration:underline;
}
.dropdown-menu.dropdown-menu-horizontal {
	width: 100%;
	float: left;
	padding: 20px 30px;
}
.dropdown-menu.dropdown-menu-horizontal ul {
    list-style: none;
    margin-top: 4px;
    padding: 0;
}
.dropdown-menu li {
    padding-bottom: 10px;
}
.dropdown-menu.dropdown-menu-horizontal li {
	padding-bottom: 10px;
}
.dropdown-menu.dropdown-menu-horizontal li a {
	font-weight: bold;
}
.dropdown-menu.dropdown-menu-horizontal li ul li a {
    font-weight: 200;
}
.carousel-caption {
	border: none;
	background: transparent;
}
.navbar-nav.mr-auto li:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 8px;
}
.dropdown-menu:hover li {
	box-shadow: none !important;
	background: transparent;
}
.dropdown-menu:hover li a {
	background: transparent;
}
.navbar-nav.mr-auto li:nth-child(8) ul li ul {
	left: -377px;
}
.dropdown.dropdown-hover.li2 {
	position: static;
}
.navigation_bar .dropdown-menu li {
	padding-bottom: 4px ;
}
.dropdown-menu.dropdown-menu-horizontal {
	height: auto;
	overflow: auto;
	max-height: 500px;
}
.contact_no a {
    color: #121212;
    font-size: 19px;
}
.logo-bar .col-sm-2 {
    padding-left: 5px;
}
.trending-blogs-details span a {
    display: block;
    color: #252525;
}
.store_newsletter button.btn.btn-outline-success.my-2.my-sm-0 {
    text-transform: uppercase;
}

.payment-icon-container {
    height: 50px;
    width:80px;
}
.copy_right_section .col-sm-6 p{    color: #fff;
    font-size: 14px;
    font-family: 'Futura Bk BT';
    display: table-cell;
    vertical-align: middle;
    height: 50px;}
	.paymen-_method_right {
    float: left;
    padding-right: 14px;
}
.party-section .row {
    margin: 0;
}

ul.dropdown-menu.show {
    transform: translate3d(-202px, 53px, 0px)!important;
}
.footer-section .copy_right_section .row:after {
content: "";
    border-bottom: 1px solid #333;
    position: absolute;
    width: 97%;
    left: 15px;
    top: 0;
}

/*-----26-03-2019-------*/
.breadcrumb {
    margin-bottom: 1px;
    background-color: #fff;
    border-radius: 0;
    padding-top: 16px;
}
.pagination_list {
    float: left;
    width: 100%;
    padding:0;
    border-bottom: 1px solid #e8e8e8;
}
.racing_cutouts_blog-one ul {
    padding: 0;
    list-style: none;
}
.product-desc{
   float: left;
   width: 100%;
}
.product-desc .row.products-row,.product-desc .owl-carousel-two.owl-loaded.owl-drag {
    width: 100%;
    float: left;
}
/*.product-desc  .row.products-row .owl-stage-outer .owl-item {
    float: left;
    width: 230px !important;
    margin: 0 !important;
}*/
.product-desc .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: nowrap;
}
.racing_cutouts .col-sm-6 hr {
    display: none;
}
.racing_cutouts .racing_cutouts_blog-sec h4 {
   text-transform: uppercase;
}
.racing_cutouts_quntity span {
    width: 10%;
    padding-top: 7px;
    margin-right: 10px;
}
.racing_cutouts_quntity input[type="number"]{
    float: left;
    width: 100px;
    border-radius: 5px;
    text-align: center !important;
}
.racing_cutouts_quntity button.addtocart {
    float: left;
    width: auto;
    margin-left: 21px;
}
.racing_cutouts_quntity {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.racing_cutouts {
    padding: 47px 0 0;
}
.product-desc .tabing_order .tab-content {
    padding: 8px 0 11px 17px;
}
.product-desc .tabing_order  ul li .active:after {
    display: none;
}
.product-desc .tabing_order .nav.nav-tabs li a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/*header.header-section .navigation_bar ul.navbar-nav ul.dropdown-menu {
    width: 100%;
    padding-left:5px;
}
header.header-section .navigation_bar ul.navbar-nav .dropdown{
	position: static;
}
header.header-section .navigation_bar ul.navbar-nav ul.dropdown-menu li{
	display: inline-block;
}
ul.dropdown-menu.dropdown-menu-horizontal {
    left: 0 !important;
    top: 68px !important;
}
ul.dropdown-menu.dropdown-menu-horizontal li {
    display: inline-block !important;
    float: left !important;
    width: 25% !important; 
}
header.header-section .navigation_bar  li.dropdown.dropdown-hover.li1.Party.Supplies ul.dropdown-menu li a {
    padding-left: 19px;
    padding-right: 19px;
}*/
/*-----26-03-2019-------END*/
/*header.header-section .navigation_bar  li.dropdown.dropdown-hover.li1.Balloons ul.dropdown-menu li ul.dropdown-menu.dropdown-menu-horizontal li ul li {
    width: 100% !important;
}
header.header-section .navigation_bar ul.navbar-nav .dropdown.Halloween ul > li {
    float: left;
    width: 33.33%;
    padding: 4px 15px;
}
header.header-section .navigation_bar ul.dropdown-menu.dropdown-menu-horizontal li ul li {
    float: left;
    width: 100% !important;
}
header.header-section .navigation_bar li.Costumes.Wigs ul.dropdown-menu .li2:nth-child(4) ul.dropdown-menu.dropdown-menu-horizontal li a{
	font-size: 14px;
}
.navigation_bar .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
}
.navigation_bar .navbar-light .navbar-nav li a {
    padding-left: 10px;
    padding-right: 20px;
    text-decoration: none;
}
.navigation_bar li.Halloween ul.dropdown-menu li ul.dropdown-menu.dropdown-menu-horizontal li {
    width: 33% !important;
}
.navigation_bar ul.dropdown-menu{
    border-bottom: 2px solid #ff0000;
}
header.header-section .navigation_bar ul.navbar-nav ul.dropdown-menu li {
    display: inline-block;
    width: 25%;
}
.navigation_bar ul li {
    padding: 12px 10px;
}
.navigation_bar ul.dropdown-menu.dropdown-menu-horizontal li ul li {
    padding: 0;
    padding-bottom: 10px;
}
.navigation_bar  ul.dropdown-menu.dropdown-menu-horizontal li ul {
    padding: 0 !important;
    padding-top: 10px !important;
}
.navigation_bar ul.dropdown-menu.dropdown-menu-horizontal li a {
    padding: 0 !important;
}
.navigation_bar ul.dropdown-menu.dropdown-menu-horizontal{
	padding-left: 10px !important;
}
header.header-section .navigation_bar ul.navbar-nav .dropdown.Halloween ul.dropdown-menu.dropdown-menu-horizontal li {
    padding: 10px 15px;
}
*/

.copy_right_section .col-sm-6 p {
    float: left;
    margin-right: 14px;
    padding-top: 8px;
    padding-left: 25px;
}
.copy_right_section .payment-icon-container {
    padding-top: 8px;
    height: 36px;
    width: 70px;
}
.copy_right_section .payment-icon-container .payment-icon{
	background-size: 45px;
    background-repeat: no-repeat;
}
.copy_right_section ul{
    float: right;
}
.copy_right_section .copy_right_section_data p {
    padding-left: 0 !important;
}
/*---27-03-2019----*/
.navigation_bar ul.navbar-nav li:last-child {
    padding-right: 0px;
    padding-left: 13px;
}
.navigation_bar ul li:last-child{
	padding-left: 0;
}
.navigation_bar ul.dropdown-menu.dropdown-menu-horizontal {
    right: auto;
    left: 376px;
    position: absolute;
}
.navigation_bar ul.dropdown-menu li:last-child {
    padding-left: 10px !important;
}
.row.mt-2.product-desc .row.products-row .owl-item .carousal_dta_list {
    width: 100%;
    float: left;
    margin-left:0;
}
.row.mt-2.product-desc .row.products-row .owl-item .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row.mt-2.product-desc .row.products-row  .owl-item.active:after {
    content: "\2212";
    display: none;
}
.row.mt-2.product-desc .row.products-row .owl-dots {
    display: none;
}
.row.mt-2.product-desc .row.products-row  .owl-item form.form-inline.buying-options,.row.products-row form.form-inline.buying-options {
    float: left;
    width: 100%;
}
.row.mt-2.product-desc .row.products-row .owl-item form.form-inline.buying-options input[type="text"],.row.products-row  form.form-inline.buying-options input[type="text"] {
    float: left;
    width: 24%;
    text-align: center;
    border-radius: 4px;
    border-color: #c8c8c8;
}
.row.mt-2.product-desc .row.products-row .owl-item  .carousal_dta_list p,.thumb .row.products-row .carousal_dta_list p {
    min-height: 53px;
    font-size: 17px;
}
.row.mt-2.product-desc .row.products-row .owl-item  .carousal_dta_list ul,.thumb .row.products-row .carousal_dta_list ul{
    margin-top: 0;
}
.row.mt-2.product-desc .row.products-row  .owl-item  form.form-inline.buying-options button.addtocart,form.form-inline.buying-options button.addtocart{
    float: left;
    width: 70%;
    border-radius: 4px;
    margin-left: 10px;
    background: #ed1d24;
    border-color: #ed1d24;
}
.row.mt-2.product-desc .row.products-row  .owl-item  form.form-inline.buying-options button.addtocart i.fas.fa-shopping-cart {
    margin-right: 10px;
}
.row.mt-2.product-desc hr {
    float: left;
    width: 100%;
    display: none;
}
.row.mt-2.product-desc .row.products-row {
    padding-bottom: 10px;
}
.row.mt-2.product-desc h3.h2 {
    float: left;
    width: 100%;
    padding-bottom: 22px;
    padding-top: 16px;
    position: relative;
}
.row.mt-2.product-desc .row.products-row .owl-nav button {
    background: transparent;
    border: hidden;
    font-size: 60px;
    font-family: 'Futura-normal';
    color: #bcbcbc;
}
.row.mt-2.product-desc .row.products-row .owl-nav button:hover,.row.mt-2.product-desc .row.products-row .owl-nav button:focus,.row.mt-2.product-desc .row.products-row .owl-nav button:active{
	border:none;
	outline:none;
}
.carousal_dta_list {
    width: 100%;
}
.racing_cutouts .racing_cutouts_blog-sec h4 {
    font-family: 'Futura-med';
    text-transform: capitalize;
    margin-bottom: 2px;
}
.racing_cutouts .racing_cutouts_blog-sec h4 span {
    font-size: 14px;
}
.racing_cutouts .racing_cutouts_blog-sec h4 span b{
    font-weight: bolder;
    color: #ed1d24;
    font-size: 11px;
    text-transform: uppercase;
}
.racing_cutouts  .racing_cutouts_blog-sec .productpromo.h1 {
    font-size: 20px;
    float: left;
    width: 100%;
    color: #ed1d24;
    margin-bottom: 3px;
    font-family: 'Futura-book-bold';
}
.racing_cutouts  .racing_cutouts_blog-sec .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.racing_cutouts  .racing_cutouts_blog-sec .productwasprice.h3 {
    font-family: 'Futura0-book-normal';
    text-transform: capitalize;
    font-size: 19px;
    margin-bottom: 16px;
}
.racing_cutouts .racing_cutouts_quntity {
    margin-top: 10px;
}
.racing_cutouts .racing_cutouts_quntity input[type="number"] {
    font-size: 20px;
    color: #000;
}
.row.mt-2.product-desc h3.h2 {
	padding-bottom: 25px;
	padding-top: 16px;
	font-size: 30px;
	font-family: 'Futura-book-md';
}
.product-desc .tabing_order {
    padding: 50px 0 30px;
}
.row.mt-2.product-desc h3.h2 span {
    background: #fff;
    position: relative;
    z-index: 9;
    padding-right: 35px;
}
.row.mt-2.product-desc h3.h2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0px;
    background: rgba(0,0,0,0.1);
    top: 37px;
}
.carousal_dta_list {
    width: 100%;
    margin-bottom: 50px;
}
form.form-inline.buying-options input[type="text"] {
    float: left;
    width: 25%;
}
form.form-inline.buying-options button.addtocart {
	width: 69%;
	padding-left: 9px;
	margin-left: 9px;
}
/*---27-03-2019----END*/

/*-----28-03-2019----*/
.carousal_dta_list {
    border: 1px solid #ddd;
    padding: 12px;
    margin-left: 0;
}
.navigation_bar ul.navbar-nav li {
    padding: 12px 3px;
}
.navigation_bar .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
}
.navigation_bar .navbar-light .navbar-nav  .nav-item span.macc-dropdown{
    position: absolute;
    right: -12px;
    top: 10px;
}
.carousal_dta_img {
    border:hidden;
}
form.form-inline.buying-options button.addtocart i.fas.fa-shopping-cart {
	margin-right: 6px;
}
div#bs-example-navbar-collapse-1 {
    display: none !important;
}
form.form-inline.buying-options{
	float: left;
	width: 100%;
}
form.form-inline.buying-options button.back-order {
    margin: 0 auto !important;
}
form.form-inline.buying-options button:foucs,form.form-inline.buying-options button:active{
	box-shadow: none;
	outline: none;
}
.savings-container {
    top: -2px;
    right: 16px;
}
div#filters .list-group-item{
	position: relative;
}
div#filters .list-group-item i{
    position: absolute;
    right: 8px;
    top: 14px;
}
.search-bar.header-search .nsearchinput-pl.well {
    width: 88%;
    border-color: rgba(0, 0, 0, .15);
    background-color: white;
    margin-top: 35px !important;
    top: 17px;
    border: 1px solid #d1d1d1;
    right: 6px;
    max-height: 400px;
    overflow-y: scroll;
}
.search-bar form .btn-outline-success:not(:disabled):not(.disabled):active:focus,.search-bar form .btn-outline-success:not(:disabled):not(.disabled).active:focus,.search-bar form .show > .btn-outline-success.dropdown-toggle:focus{
   background-color:transparent !important;
   border-color:transparent !important;
   box-shadow: none !important;
   outline:none !important;
}
.btn-outline-success:focus,.btn-outline-success.focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.drop_store_price .drop_icon .product_show_toogle.drop_icon_rgt .form-row .col-form-label {
    float: right;
    width: 61%;
    text-align: right;
    padding-top: 2px;
}
.drop_store_price .drop_icon .product_show_toogle.drop_icon_rgt .form-row select {
    float: left;
    width: 35%;
    text-align: center;
    border: hidden;
}
.drop_store_price .drop_icon .product_show_toogle.drop_icon_rgt .form-row {
    float: right;
    width: 100%;
    text-align: right;
    clear: both;
}
.drop_store_price .drop_icon .drop_icon_lft li a{
	padding-left: 0;
	border: hidden;
	background:transparent !important;
}
.drop_store_price .drop_icon .drop_icon_lft li{
	padding-right: 0;
}
.carousal_dta_list .price {
    min-height: 0 !important;
}
.clearance_product .clearance_product-data .col-sm-9 {
    padding-left: 0;
    padding-right: 0;
}
.clearance_product .clearance_product-data .drop_store_price {
    padding:0px 0 0px;
}
.carousal_dta_list p {
    min-height: 53px;
    font-size: 17px;
}
.carousal_dta_list .price {
    color: #f44336 !important;
}
.tabbable.tabing_order li a {
    text-transform: uppercase;
}
.total_show .row .col-sm-6:nth-child(2) {
    padding-right: 0;
}
.clearance_product-data_rgt .total_show hr {
    display: none;
}
.clearance_product-data_rgt .total_show .justify-content-center{
    justify-content: right !important;
    margin-bottom: 0;
    float: right;
}
.clearance_product-data_rgt .total_show {
   padding: 15px 0px 15px;
}
.clearance_product-data_rgt .total_show .product_show {
    padding-top: 5px;
}
.clearance_product-data .clearance_product-data_lft {
    border:hidden;
}
.clearance_product-data .clearance_product-data_lft .recently_viewd {
    margin-top:7px;
}
.clearance_product-data .clearance_product-data_lft .recently_viewd h3 {
    font-size: 18px;
    color: #121212;
    background: rgba(0, 0, 0, .03);
    padding: 12px 21px;
    font-family: 'Futura-med';
    font-weight: 500;
    border-bottom: 1px solid #dee2e6 !important;
}
.clearance_product-data .clearance_product-data_lft  .card .card-header .h4{
    font-family: 'Futura-med';
    font-size: 18px;
    font-weight: 500;
}
.clearance_product-data_rgt .product_show p strong {
    padding-right: 4px;
}
.clearance_product-data .clearance_product-data_lft .recently_viewd .list-group-item{
    position: relative;
} 
.clearance_product-data .clearance_product-data_lft .recently_viewd .list-group-item .savings-container {
    top: -13px;
    right: -151px;
}
.clearance_product-data .clearance_product-data_lft .recently_viewd .list-group-item .savings-container .badge {
    padding: 5px 5px;
}
.clearance_product-data_lft .card div#filters .list-group-item .h4 {
    font-size: 16px;
    font-family: 'Futura Bk BT';
    font-weight: normal;
}
.clearance_product .clearance_product-data_rgt .all_product_size {
    margin-top: 0;
}
.clearance_product-data .clearance_product-data_lft .recently_viewd .list-group-item .col-lg-7 .title a {
    float: left;
    width: 100%;
    font-size: 17px
}
.clearance_product-data .clearance_product-data_lft .recently_viewd .list-group-item .col-lg-7 .title {
    float: left;
    width: 100%;
    padding-top: 14px;
}
.clearance_product-data .clearance_product-data_lft  .recently_viewd .list-group-item .col-lg-7 {
    padding-right: 0 !important;
    padding-left: 4px;
}
.clearance_product-data .clearance_product-data_lft  .recently_viewd .list-group-item .price {
    color: #f44336 !important;
    font-size: 17px;
}
.tabbable.tabing_order .tab-content #specifications table td {
	border: hidden;
}
.racing_cutouts .racing_cutouts_blog-sec h4 span b {
    color: #92b409;
}
.product-desc .owl-nav button{
    position: absolute;
    top: 24%;
}
.product-desc .row.products-row .owl-carousel .owl-nav .owl-prev{
    left: -28px;
}
.product-desc .row.products-row .owl-carousel .owl-nav .owl-next{
    right: -38px;
} 
.tabbable.tabing_order .tab-content .card #accordionReviews .card-body h4 {
    color: #2e2e2e;
    font-size: 20px;
    font-family: 'Futura-med';
}
.tabbable.tabing_order #accordionReviews .card-body a.btn {
    background: #ed1d24;
    color: #fff;
    font-size: 15px !important;
    border-color: #ed1d24;
    font-family: 'Futura-med';
}
.racing_cutouts #shipbox .card-header h3 {
    font-family: 'Futura-med';
    font-size: 18px;
}
.clearance_product-data .search-results-search .nsearchinput-pl.well {
    margin-top: 46px !important;
    border: 1px solid #d1d1d1;
    max-height: 400px;
    overflow-y: scroll;
}
.clearance_product-data .row.sort_container .btn-text {
	padding-top: 6px;
}
.clearance_product-data_rgt .total_show {
    padding: 15px 0px 15px;
    margin: 0 15px;
    width: 96.2%;
    float: left;
}
.clearance_product-data_rgt .drop_store_price .drop_icon .row {
    margin: 0;
}
.clearance_product-data_rgt .drop_store_price .all_product_size {
    margin: 0;
}
.drop_store_price .drop_icon .drop_icon_lft .viewby.btn-group li a i {
    color: #000;
    font-size: 30px;
}
.drop_store_price .drop_icon .drop_icon_lft .viewby.btn-group li a.active i {
    color: #ff0000;
}
.shop-party .shop-party-color-list li.selected {
    height: 220px !important;
    margin-top: -15px;
}
.shop-party {
    min-height: 460px;
}
#filters .panel-1 .list-group-item-action span i {
    position: absolute;
    left: 8px;
    top: 15px !important;
}
#filters .panel-1 .list-group-item-action {
    padding-left: 27px;
    padding-right: 7px;
}
.clearance_product-data_rgt .drop_store_price .all_product_size .card {
    width: 100%;
    margin: 0 15px 20px;
}
.logo-bar #header-cart .dropdown-menu.show #neto-dropdown{
	width: 100%;
}
.logo-bar #header-cart .dropdown-menu.show #neto-dropdown .small {
    font-size:16px;
}
.thumb_list .card {
    width: 100%;
    margin: 0 15px 20px;
}
.logo-bar #header-cart .dropdown-menu.show{
    padding: 6px 0 0 5px;
}
.logo-bar #header-cart .dropdown-menu.show .thumb_cart .right {
    width: 75%;
    float: right;
}
.logo-bar #header-cart .dropdown-menu.show .thumb_cart .right .title a {
    font-weight: 200;
    font-size: 15px;
}
.logo-bar #header-cart .dropdown-menu.show .thumb_cart .right  .price{
	font-size: 16px;
}
.cart-page  .cartTable tr th:nth-child(1) {
	text-align: left;
}
.cart-page  .cartTable .cartTable--heading,.cart-page .card .card-header h2,.cart-page .table th{
	font-size: 20px;
	font-family: 'Futura-med';
	font-weight: 500;
	text-align: center;
}
.cart-page .table th{
	text-align: left;
}
.cart-page .table {
    border: 1px solid #eee;
}
.cart-page .row{
	float: left;
	width:100%;
}
.cart-page .page-header {
    float: left;
    width: 100%;
}
.cart-page .page-header h1 {
	font-size: 35px;
	font-family: 'Futura-med';
	font-weight: 500;
	color: #2e2e2e;
}
.cart-page .card  p,.cart-page .card label{
    color: #121212;
    font-size: 16px;
    margin: 0;
    font-family: 'Futura0-book-normal';
    line-height: 20px;
    margin-bottom:2px;
}
.cart-page .card .card-body {
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 12px;
	min-height: 240px;
}
.col-12.cart-page {
	padding: 29px 0px 70px;
	float: left;
	width: 100%;
}
.cart-page .card .card-body .form-group {
    margin-bottom: 15px;
}
.cart-page .card .card-body .btn.btn-outline-secondary.btn-block {
	background: #ed1d24;
	color: #fff;
	font-size: 16px;
	font-family: 'Futura-med';
	font-weight: 500;
	margin-top: 20px;
    border-color: #ed1d24;
}
.cart-page hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.cart-page .table.table-bordered.cartTable tr td p,.cart-page .table.table-bordered.cartTable tr td h5 {
	font-family: 'Futura0-book-normal' !important;
	font-size: 16px;
	color: #121212;
}
.cart-page .table.table-bordered.cartTable tr td.text-right {
    text-align: center !important;
}
.cart-page .checkout-now {
	background: #ed1d24;
	border-color: #ed1d24;
	margin-bottom: 12px;
	font-size: 16px;
	width: 170px;
	float: right;
	height: 41px;
	padding-top: 8px;
	font-family: 'Futura-bold';
    font-weight: bold;
}
.cart-page .cartTable td a.btn.btn-block.btn-danger {
	background: #ed1d24;
	border-color: #ed1d24;
}
.cart-page .update-shopping {
	background: #ed1d24;
	border-color: #ed1d24;
	font-size: 16px;
	font-family: 'Futura-bold';
	font-weight: bold;
	height: 43px;
	width: 230px;
	float: right;
}
.cart-page .continue-shopping {
    font-family: 'Futura-bold';
    font-weight: bold;
    height: 43px;
    font-size: 16px;
}
.cart-page .continue-shopping:hover{
    background: #ed1d24;
	border-color: #ed1d24;
	color: #fff;
}
.cart-page .table td .text-danger{
    font-size: 17px;
    font-family: 'Futura-med';
    font-weight: 500;
}
.cart-page .table td.text-right,.cart-page .table td.text-right p{
	font-family: 'Futura0-book-normal' !important;
	font-size: 16px;
	color: #121212;
}
.cart-page .cartTable--heading {
    border-bottom-width: 1px !important;
}
.cart-page  .btn.btn-success.btn-lg.btn-block {
    font-size: 16px;
    font-family: 'Futura-bold';
    font-weight: bold;
    height: 43px;
    width: 230px;
    float: right;
}
.cart-page  form[name="paypal"] .row .col-12:nth-child(2) {
	padding-right: 0;
}
.cart-page  form[name="paypal"] .row .col-12:nth-child(1){
	padding-left: 0;
}
.cart-page  form[name="paypal"] .btn.btn-success.btn-lg.btn-block{
	margin-top: 0px;
}
.cart-page  form[name="paypal"]{
	margin-top: 28px;
}
.cart-page  form[name="paypal"] .row .col-12:nth-child(1) a img{
	width: 100%;
	height: 43px;
}
.cart-page  form[name="paypal"] .row{
	margin: 0;
}
.rel_cat {
    margin: 0 15px;
}
.rel_cat .rel_cat_lft .img-responsive {
    max-width: 100%;
}
.rel_cat-heading hr {
    display: none;
}
.rel_cat .rel_cat-heading h3 {
    padding-bottom: 25px;
    padding-top: 16px;
    font-size: 30px;
    font-family: 'Futura-book-md';
    padding-bottom: 25px;
    padding-top: 16px;
    font-size: 30px;
    position: relative;
    font-family: 'Futura-book-md';
}
.rel_cat .rel_cat-heading h3::after {
    content: "";
position: absolute;
width: 64%;
height: 1px;
right: 29px;
background: rgba(0,0,0,0.1);
top: 37px;
}
.rel_cat .row {
    padding: 40px 0px;
    border-bottom: 1px solid #efefef;
}
.rel_cat .row:last-child{
	border-bottom: hidden;
}
.rel_cat .rel_cat_rgt h4 {
	font-size: 25px;
	font-family: 'Futura-med';
	font-weight: 500;
}
.rel_cat .rel_cat_rgt {
    padding-left: 15px;
}
.clearance_heading h3 {
	font-family: 'Futura-med';
}
.clearance_product-data_rgt .drop_store_price .all_product_size .card .card-footer form.form-inline.buying-options input[type="text"] {
	float: left;
	width: 5%;
	text-align: center;
	margin-right: 10px;
}
.clearance_product-data_rgt .drop_store_price .all_product_size .card .card-footer form.form-inline.buying-options button.addtocart {
	width: 15%;
	padding-left: 10px;
	margin-left: 9px;
	float: right;
}
.logo-bar #header-cart .dropdown-menu.show .thumb_cart .viewcart.btn.btn-default:hover{
    background: #ed1d24;
	border-color: #ed1d24;
	color: #fff;
}
.clearance_product-data_rgt .drop_store_price .all_product_size .card .card-body h3{
	font-family: 'Futura-med';
	font-size: 17px;
}
.rel_cat-heading{
   padding-bottom: 0;
  padding-top: 40px;
}

/*-----28-03-2019----END*/
/*-----1-04-2019----*/
.shop-party .shop-party-color-list-pick,.shop-party .shop-party-color-list{
	float: left;
	width: 100%;
	min-height: 220px;
}
div#homepageCarousel .carousel-item img {
    height: 350px;
    object-fit: cover;
    object-position: bottom;
}
.feature-category .trending_now_section_heading h2::before {
    width: 62%;
}
.copy_right_section .col-sm-6 p {
    padding-left: 105px;
}
.shop-party-color-list-pick p {
	font-family: 'Futura Bk BT';
}
.shop-party_heading h2::before {
	position: absolute;
	right: 81px;
	width: 41%;
	background: #d3d3d3;
}
.best-price-section .best-price-section_blog {
	min-height: 415px;
}
.cat-desc-custom p {
	font-family: 'Futura-normal';
	font-size: 17px;
	text-align: justify;
	margin-bottom: 10px;
}
.cat-desc-custom p span {
	float: left;
	width: 100%;
	line-height: 26px;
	padding-bottom: 10px;
}
.cat-desc-custom p br {
	display: none;
}
.bot-pagination {
	float: right;
	width: 100%;
}
.bot-pagination .justify-content-center{
	-webkit-box-pack: right !important;
	-ms-flex-pack: right !important;
	justify-content: right !important;
	float: right;
}
.clearance_heading .container {
	padding: 0;
}
.drop_icon {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.cat-desc-custom p span:last-child {
	padding-bottom:20px;
}
.clearance_heading {
	width: 96%;
	float: left;
	padding: 11px 0 4px;
	border-bottom: 1px solid #ddd;
	margin: 0px 15px 9px;
}
.clearance_heading h1{
	font-size: 32px;
	font-family: 'Futura-med';
	font-weight: 500;
}
.drop_store_price .drop_icon .product_show_toogle.drop_icon_rgt .form-row select {
	border: 1px solid #d1d1d1;
}
.custom-div-name span b {
	color: #92b409;
	text-transform: uppercase;
}
.racing_cutouts_blog-sec .wrapper-pricing .h1 {
	font-family: 'Futura-normal';
	font-size: 22px;
	float: left;
	width: 100%;
	padding-top: 4px;
}
.racing_cutouts_blog-sec .custom-div-name h4 {
	float: left;
	width: 73%;
	padding-right: 15px;
}
.racing_cutouts_blog-sec .custom-div-name{
	float: left;
	width: 100%;
}
.custom-div-name span {
	font-family: 'Futura-normal';
}
.newletter_section .store_location i {
	margin-right: 20px;
}
.free-delivery {
	padding: 11px 0;
}
.free-delivery p {
	font-size: 19px;
	font-family: 'Futura-med';
	font-weight: 500;
}
.footer-section .free-delivery {
	padding: 20px 0;
}
.footer-section .free-delivery p {
	font-size: 25px;
	font-family: 'Futura-med';
	font-weight: 500;
}
.racing_cutouts_blog-one .zoom {
	border: 1px solid #eee;
}

.racing_cutouts_blog-one .racing_img_list_img {
    width: 93px;
}
.racing_cutouts_blog-one ul {
	margin-right: 10px;
}
.racing_cutouts_blog-one .racing_img_list_img ul li {
	border: 1px solid #eee;
	list-style: none;
	padding-bottom: 13px;
	padding-top: 12px;
	margin-bottom: 10px;
}
.zoom {
	border: 1px solid #eee;
}
.footer-section .footer-nav h3 {
	text-transform: uppercase;
}
.map-custom {
	float: left;
	width: 48%;
	margin-right: 20px;
}
.address-custom {
	float: left;
	width: 48%;
	margin-left: 20px;
}
.map-custom iframe {
	width: 100%;
}
.display-4 {
	float: left;
	width: 100%;
	padding: 20px 0px;
	font-family: 'Futura-med';
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 0;
}
.contact-us-page {
	float: left;
	width: 100%;
	padding-bottom: 60px;
}
.row.sort_container .form-horizontal .form-row label {
	float: right;
	width: 20%;
	text-align: right;
	padding-right: 20px;
}
.row.sort_container .form-horizontal .form-row select {
	float: left;
	width: 79%;
}
.clearance-heading h1{
	font-size: 32px;
	font-family: 'Futura-med';
	margin-bottom: 10px;
}
/*.sticky {
	position: fixed;
}*/
.navigation_bar ul.navbar-nav li {
	padding: 12px 19px;
}
/*-----01-04-2019----END*/

/*---2-04-2019----*/
.drop_icon .drop_icon_rgt {
	padding-right: 6px;
}
.rel_cat .row {
	margin: 0 5px;
	width: 96.2%;
}
.rel_cat .col-sm-3 {
	float: left;
	padding-left: 0;
}
.row.mt-2.product-desc .row.products-row .owl-item form.form-inline.buying-options button.addtocartn{
	width: 72%;
	margin-left: 7px;
}
.row.mt-2.product-desc .row.products-row .owl-item form.form-inline.buying-options input[type="text"]{
	width: 23%;
}
.row.mt-2.product-desc .row.products-row .owl-item form.form-inline.buying-options button.addtocart {
	padding-left: 8px;
}
.row.mt-2.product-desc .row.products-row .owl-item form.form-inline.buying-options button.addtocart i.fas.fa-shopping-cart {
	margin-right: 8px;
}
.row.mt-2.product-desc h3.h2::after {
	content: "";
	position: absolute;
	width: 97.4%;
	height: 1px;
	left: 0px;
	background: rgba(0,0,0,0.1);
	top: 37px;
}
.cart-page .card .card-body {
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 22px;
	min-height: 237px;
}
.drop_store_price .drop_icon .product_show_toogle.drop_icon_rgt .form-row select {
	width: 47%;
}
.drop_icon .product_show {
	text-align: center;
	padding-top: 22px;
}
.drop_store_price .drop_icon .product_show_toogle.drop_icon_rgt .form-row .col-form-label {
	width:47%;
}
.drop_store_price .drop_icon .drop_icon_lft li a {
	padding-top: 0;
	padding-bottom: 0;
}
.row.subcategories {
	float: left;
	width: 100%;
	margin: 0;
}
.perth_metro p a i {
	padding-right: 10px;
}
.perth_metro p a,.logo-header .free-delivery a{
	text-decoration: none;
}
.logo-header .free-delivery a span {
	color: #fff;
	padding: 0 8px;
	font-family: 'Futura0-book-normal';
}
.visit-store.desktop ul li a img {
	width: 23px;
	margin-right: 10px;
	margin-top: -6px;
	height: auto;
}
.visit-store li a i {
	color: #000;
}
.row.subcategories p:nth-child(1) {
	border: 1px solid #e8e8e8;
	margin-bottom: 0px;
	min-height:202px;
}
.row.subcategories p:nth-child(2) {
	width: 100%;
	background: #000;
	padding: 6px 0px 7px;
	margin-bottom: 20px;
}
.row.subcategories p:nth-child(2) a {
	background: #000;
	color: #fff;
	text-decoration: none;
	width: 100%;
	font-size: 17px;
}
.row.subcategories p:nth-child(1) a img{
	max-width: 100%;
}
.drop_icon_lft {
    width: 100%;
    float: left;
    padding-top: 14px;
    padding-left: 5px;
}
.drop_icon {
	float: left;
	width: 96.5%;
	margin-bottom: 25px;
	background: #f3f3f3;
	margin-left: 14px;
	margin-right: 15px;
	margin-top: 0px;
	padding-bottom: 0;
}
.drop_icon .drop_icon_rgt {
	padding-right: 6px;
	padding-top: 16px;
}
.navbar-toggler{
	display: none;
}
form.form-inline.buying-options input[type="text"] {
	text-align: center;
	border-radius: 4px;
}
.visit-store.desktop ul li a {
	color: #000;
}
.mobile-responsive-menu {
	display: none;
}
.navbar-nav.mr-auto li:hover {
	box-shadow: none;
}
.navigation_bar ul.navbar-nav li:last-child a{
	text-decoration: none;
}
.pagination_list ul li a {
	font-size: 13px;
	color: #444;
	padding-bottom: 4px;
	float: left;
}
.container.empty-cart .col-12 {
	float: left;
	min-height: 350px;
}

.container.empty-cart h1 {
	font-size: 30px;
	text-align: center;
	margin-top: 120px;
	margin-bottom: 10px;
	width: 100%;
	float: left;
	text-transform: uppercase;
	font-family: futura-bold;
	text-align: center;
}
.container.empty-cart p a.btn {
    background: #ed1d24;
    font-size: 19px;
    padding: 5px 15px;
    border-color: #ed1d24;
    font-family: 'Futura-book-md';
    font-weight: 500;
}
.container.empty-cart p {
    margin: 0;
    text-align: center;
    float: left;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 25px;
}
/*---2-04-2019----END*/

.racing_cutouts_blog-sec h3.text-muted {
	font-size: 16px;
}
.store_newsletter input {
   -moz-appearance:none;
   -webkit-appearance:none;
   appearance:none;
   box-shadow: none;
}
.feature-category .view_all_category a:hover {
	background: #ffd200;
	border-color: #ffd200;
	transition: all .5s;
	color: #000;
}
.thumb_list .card .card-footer form.form-inline.buying-options input[type=text] {
    float: left;
    width: 5%;
    text-align: center;
    margin-right: 10px;
}
.thumb_list .card .card-footer form.form-inline.buying-options button.addtocart {
    width: 15%;
    padding-left: 10px;
    margin-left: 9px;
    float: right;
}
.clearance_product-data .row.sort_container {
    background: #f3f3f3;
    padding: 14px 0px;
    margin: 0;
}
.clearance_product-data .row.sort_container .viewby.btn-group a {
    background: transparent;
    border: hidden;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.clearance_product-data .row.sort_container .viewby.btn-group a i {
    color: #000;
    font-size: 30px;
}
.clearance_product-data .row.sort_container .viewby.btn-group a.active i {
    color: #ff0000;
}
.clearance_product-data .row.sort_container  .viewby.btn-group {
    padding-top: 3px;
}
.contact-us-page .address-custom p strong {
    text-transform: capitalize;
}
.newletter_section .store_newsletter .btn.btn-outline-success:hover {
	background: #ffd200 !important;
	border-color: #ffd200 !important;
	color: #000 !important;
	transition: all .5s;
}
a.notify-me i.fa.fa-envelope {
    padding-right: 3px;
    padding-top: 4px;
}
/*---4-4-2019---*/
.row.variation-wrap-div {
    float: left;
    width: 100%;
    margin-left: 0;
    padding-top: 11px;
    border-top: 1px solid #e8e8e8;
    margin-top: 5px;
}
.row.variation-wrap-div ._itmspec_listopt.col-12.col-lg-6 {
    padding-left: 0;
}
.row.variation-wrap-div .variation-name {
    float: left;
    width: 26%;
    padding-top: 5px;
}
.row.variation-wrap-div .variation-name label {
    font-size: 18px;
}
.row.variation-wrap-div .specific {
    float: left;
    width: 63%;
}
.racing_cutouts .racing_cutouts_quntity input, .racing_cutouts .racing_cutouts_quntity a.btn, .racing_cutouts .racing_cutouts_quntity button.addtocart{
    height: 40px;
}
section#shipbox .card-body input, section#shipbox .card-body button, section#shipbox .card-body select {
    height: 40px;
}
.racing_cutouts_quntity button {
    padding: 8px 17px 7px;
    font-size: 17px;
}
.racing_cutouts_quntity input[type=number] {
    width: 76px;
}
.racing_cutouts_quntity span {
    padding-top: 5px;
    font-size: 19px;
}
.row.variation-wrap-div .specific select {
    height: 40px;
}
a.notify-me {
    background: #ed1d24;
    float: left;
    font-family: futura-med;
    width: 28%;
    padding: 9px 20px;
    padding-top: 7px;
    color: #fff;
}
.racing_cutouts_quntity {
    padding-top: 13px;
    padding-bottom: 13px;
}
.pagination_list ul li:last-child a {
    color: #f44336;
}
.pagination_list ul li::before {
    left: 2px;
    height: 45%;
}
.pagination_list ul li {
    padding-right: 5px !important;
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
.header-section.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: #FFF;
}
/*---4-4-2019---END*/

/*--5-04-2019---*/
.free-delivery p,.free-delivery p span,.free-delivery p span a,.free-delivery p span a {
   color: #fff !important;
}
.login-register-user .tab-content>.active {
    opacity: 1;
}
.free-delivery-bot {
    width: 100%;
    text-align: center;
    max-width: 1170px;
    margin: 0 auto;
    display: table;
    padding: 15px;
    font-family: 'Futura-med';
}
.navigation_bar nav.navbar.navbar-expand-lg.navbar-light.bg-light ul li.Supplies  ul li ul {
    left: -377px;
}
.col-12.login-register-user .nav-tabs {
	border: hidden;
	max-width: 700px;
	margin: 0 auto;
	display: table;
}
.col-12.login-register-user  form {
	max-width: 700px;
	margin: 15px auto 0;
}
.col-12.login-register-user form .card .card-header h3 {
	font-size: 22px;
	text-align: center;
	color: #fff;
	font-family: 'Futura-med';
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 500;
}
.col-12.login-register-user form .card .card-header {
	background: #ed1d24;
}
.col-12.login-register-user form {
    max-width: 700px;
    margin: 15px auto 0;
}
.col-12.login-register-user .nav-tabs {
	border: hidden;
	max-width: 700px;
	margin: 0 auto;
	display: table;
}
/*--5-04-2019---END*/

/*---8-04-2019----*/
.logo-bar #header-cart .dropdown-menu.show .thumb_cart .checkout.btn.btn-success,.cart-page  .btn.btn-success.btn-lg.btn-block,#npopupDesc .successaddmessage .footer .right .calltoaction.btn.btn-success.npopup-checkout {
    background: #1bad15;
    border-color: #1bad15;
}
/*---8-04-2019----END/

/*---9-04-2019---*/
.addtocart:hover {
	background: #109510 !important;
	border-color:#109510 !important;
}
.clearance_product .pagination_list {
    margin: 0 15px;
    width:97%;
}
.clearance_heading {
    margin: 0 15px 9px;
    width:97%;
}
.cat-desc-custom {
    padding: 0 15px;
    width: 100%;
}
.drop_icon .product_show {
	text-align: left;
	padding-top: 16px;
}
.drop_icon .pagination{
	padding-top: 10px;
	margin: 0;
}
.drop_icon {
	width: 97.6%;
	margin-left: 14px;
	margin-right: 0;
	margin-top: 0;
	height:55px;
	padding-bottom: 0;
}
.drop_icon .drop_icon_rgt {
	padding-right: 6px;
	padding-top: 11px;
}
.drop_store_price .drop_icon .product_show_toogle.drop_icon_rgt .form-row .col-form-label {
    width: 47%;
}
.drop_store_price .drop_icon .product_show_toogle.drop_icon_rgt .form-row select {
    width: 48%;
}
.drop_icon .drop_icon_rgt {
    padding-right: 0;
}
.rel_cat .row {
    margin: 0 0px;
    width: 97.5%;
}
.rel_cat .rel_cat-heading h3::after {
    width: 72%;
}
.all_product_size .carousal_dta_img {
    height: auto;
    display: table;
    padding: 0;
    padding-top: 12px;
    min-height: auto !important;
}
form.form-inline.buying-options input[type=text] {
    float: left;
    width: 100%;
}
form.form-inline.buying-options button.addtocart {
    width: 100%;
    padding-left: 9px;
    margin-left: 0;
    margin-top: 10px;
}
.carousal_dta_list p {
    min-height: 90px;
    font-size: 15px;
}
.carousal_dta_list p.price {
    margin-top: 5px;
}
.carousal_dta_list ul {
    margin: 0;
    margin-top: 10px;
}
span.plus-minus i.fas.fa-plus {
    left: 12px;
}
span.plus-minus i.fas.fa-minus {
    right: 9px;
}
span.plus-minus i {
    color:#72787d;
    position: absolute;
    font-size: 12px;
    top: 12px;
    cursor: pointer;
}
span.plus-minus{
	position: relative;
}
.racing_cutouts_quntity button.addtocart {
    float: left;
    width: auto;
    margin-left: 20px;
}
.racing_cutouts_quntity span.plus-minus i {
    top: 15px;
}
.racing_cutouts_quntity .qty {
    width: 100%;
    border-radius: 5px;
    text-align: center !important;
}
.racing_cutouts_quntity span.plus-minus {
    padding-top: 0;
    width: 100px;
    text-align: center;
}
.cat-desc-custom {
    height: 53px;
    overflow: hidden;
}
.cat-desc-custom p span:last-child {
    padding-bottom: 0 !important;
}
.cat-desc-custom p span{
	padding-bottom: 0px !important;
}
span.custom-read-more,span.custom-read-less{
    padding-left: 16px;
    color: #ff0000;
    font-size: 14px;
    font-family: futura-med;
    font-weight: 500;
    cursor: pointer;
    float: left;
    padding-bottom: 10px;
}
/*---9-04-2019---END*/

/*----10-04-2019--*/
.racing_cutouts_blog-one .zoom {
    margin-bottom: 10px;
}
.cart-car-img img,.racing_img_list_img li img{
    max-width: 100%;
}
.racing_cutouts_blog-one .racing_img_list_img,.racing_cutouts_blog-one .racing_img_list_img ul{
    width: 100%;
    float: left;
}
.racing_cutouts_blog-one ul {
    margin-right: 0;
}
.racing_cutouts_blog-one .racing_img_list_img ul li {
    padding-bottom: 0px;
    padding-top:0px;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 10.3px;
    width: 23.6%;
    float: left;
}
.racing_img_list_img ul li:nth-child(4) {
    margin-right: 0 !important;
}
header.header-section.fixed-header .free-delivery-bot,header.header-section.fixed-header .free-delivery,header.header-section.fixed-header  .visit-store.desktop{
    display: none;
}
header.header-section.fixed-header .contact-bar {
    display: none;
}
header.header-section.fixed-header{
	position: fixed;
	top:0;
	right: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
	transition: all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
}
.row.mt-2.product-desc .row.products-row .owl-item form.form-inline.buying-options input[type="text"] {
    width: 100%;
    text-align: center !important;
    border: 1px solid #c8c8c8 !important;
}
.row.mt-2.product-desc .row.products-row .owl-item form.form-inline.buying-options span.plus-minus {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.row.mt-2.product-desc .row.products-row .owl-item form.form-inline.buying-options button.addtocart{
    float: left;
    width: 100%;
    margin-left: 0;
}
/*----10-04-2019--END*/

/*---11-04-2019---*/
#header-cart {
    width: auto;
}
span.plus-minus i {
    top: 8px;
    height: 20px;
    width: 20px;
    padding: 5px;
}
span.plus-minus i.fas.fa-minus {
    right: 5px;
}
span.plus-minus i.fas.fa-plus {
    left: 6px;
}
.carousal_dta_list {
    margin-bottom: 20px;
}
.all_product_size .col-sm-2,.thumb .col-sm-2 {
    padding: 0 5px;
}

/*---11-04-2019---END*/

/*---12-04-2019---*/
.navigation_bar ul.navbar-nav li.dropdown:nth-child(1) {
    padding-left: 22px;
}
.navigation_bar ul.navbar-nav li.dropdown {
    padding: 12px 22px;
}
.clearance_product .search-cat-c9 .pagination_list .container {
    padding: 0;
}
.clearance_product .search-cat-c9 .pagination_list {
    margin: 0;
    width: 102%;
    margin-bottom: 20px;
    margin-left: -11px;
}
.row.products-row form.form-inline.buying-options input[type="text"] {
    width: 100%;
}
.clearance_product-data .search-cat-c9 .row.sort_container {
    background: transparent;
    padding: 0;
    margin: 0 -11px;
}
.clearance_product-data .search-cat-c9 .drop_icon .product_show_toogle.drop_icon_rgt .form-row .col-form-label {
    width: 47%;
}
.clearance_product-data .search-cat-c9 .drop_icon .product_show_toogle.drop_icon_rgt .form-row select {
    width: 48%;
}
.clearance_product-data .search-cat-c9 .drop_icon .col-sm-4{
	float: left;
}
.clearance_product-data .search-cat-c9 .search-results-search {
    margin: 0 -11px 20px;
}
.clearance_product-data .search-cat-c9 .drop_icon {
    width: 100%;
    margin-left: 0;
}
.clearance_product-data .search-cat-c9 .pagination_list ul {
    margin-left: -10px;
}
.thumb .row.products-row .carousal_dta_list p {
    min-height: 90px;
    font-size: 15px;
    margin-top: 0;
}
.thumb .row.products-row .carousal_dta_list p.price {
    margin-bottom: 10px;
}
.thumb .row.products-row .carousal_dta_list span.plus-minus {
    position: relative;
    width: 100%;
}
.thumb .row.products-row .carousal_dta_list .carousal_dta_img {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 6px;
}
.rel_cat .rel_cat_lft img {
    height: auto;
    width: 200px;
}
.rel_cat .rel_cat_lft p a {
    color: #ff0000;
    font-size: 15px;
}
.rel_cat .rel_cat_lft  h4{
    font-family: futura-med;
    font-weight: 500;
    font-size: 17px;
}
nav.sec-paging {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
nav.sec-paging li{
    color: #fff;
    background: #000;
    padding: 2px 17px;
    font-size: 23px;
}
.cat-desc-custom span.aBn,.cat-desc-custom  span.aQJ {
    width: auto;
    float: none !important;
    padding-left: 2px;
    padding-right: 2px;
}
ol.breadcrumb li:last-child a {
    color: #ff0000;
}
.racing_cutouts_quntity span.plus-minus i {
    top: 9px;
}
.tabing_order p {
    padding-bottom: 5px;
}
.tabing_order {
    padding: 0px 0;
    line-height: 22px;
    margin-top: -31px;
}
.tabing_order .tab-content {
    border: none;
    border-top: 0;
    padding: 0px 0 11px;
}
.row.mt-2.product-desc .row.products-row .owl-item .carousal_dta_list p{
    min-height: 90px;
    font-size: 15px;
}
.carousal_dta_list ul.size-vart {
    padding: 0;
    width: 100%;
    margin-bottom: 8px;
    float: left;
    margin-top: 14px;
}
.carousal_dta_list ul.size-vart li {
    border: 1px solid #ddd !important;
    margin-right: 10px;
    padding-left: 8px;
    text-align: center;
}
.row.variation-wrap-div .specific label input[type="radio"] {
    display: none;
}
/*---12-04-2019---END*/
/*---15-04-2019----*/
/*.navigation_bar .dropdown-menu {
    border: 4px solid #000;
    max-width: 1140px;
}
.navigation_bar .dropdown-menu ul li a {
    font-size: 13px;
    font-family: 'Futura0-book-normal';
    font-weight: normal;
    color: #000 !important;
}
.navigation_bar .dropdown-menu h3 {
    font-family: 'Futura-med';
    font-weight: 500;
    font-size: 16px;
    color: #f72020;
    margin-top: 12px;
}
.navigation_bar .dropdown-menu ul li {
    list-style: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 4px !important;
}
.navigation_bar .dropdown-menu ul {
    padding: 0;
}
.navigation_bar .dropdown-menu .col-md-2 {
    flex: 0 0 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    float: left;
}*/

.free-delivery-bot {
    padding: 0;
}
.navigation_bar .dropdown-menu {
    padding: 10px 0;
}
.navigation_bar .dropdown-menu li a {
    font-family: 'Futura-med';
    font-weight: 500;
    font-size: 14px !important;
}
.navigation_bar .dropdown-menu ul{
	padding: 0;
}
.navigation_bar .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 1140px;
    left: 0;
    border: 2px solid #000;
    height:auto;
}
/*.navigation_bar li.dropdown.dropdown-hover.li1.By.Event .dropdown-menu{
    height: 38vh !important;
}
.navigation_bar li.dropdown.dropdown-hover.li1.Balloons .dropdown-menu{
	height: 32vh !important;
}
.navigation_bar li.dropdown.dropdown-hover.li1.By.Theme .dropdown-menu {
    height: 72vh !important;
}
.navigation_bar li.dropdown.dropdown-hover.li1.Costumes.Wigs .dropdown-menu {
    height: 58vh;
}
.navigation_bar li.dropdown.dropdown-hover.li1.Halloween .dropdown-menu {
    height: 41vh;
}*/
.navigation_bar li.dropdown.dropdown-hover.li1.Party.Supplies .dropdown-menu.drop-down-custom .col-md-2 {
    float: left;
    flex: 0 0 19.66667%;
    max-width: 19.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19.66667%;
}
/*.navigation_bar  li.dropdown.dropdown-hover.li1.Party.Supplies .dropdown-menu {
    height: 59vh;
}*/
.navigation_bar li.dropdown .dropdown-menu.drop-down-custom ul li {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 7px;
}
.navigation_bar li.dropdown .dropdown-menu.drop-down-custom ul li a {
    font-size: 12px !important;
}
.dropdown-menu.drop-down-custom .col-md-2 {
    float: left;
    flex: 0 0 26.66667%;
    max-width: 26.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26.66667%;
}
.navigation_bar .navbar-expand-lg  .dropdown-menu li {
    padding-left: 10px !important;
    padding-bottom: 0px !important;
    list-style: none;
}
.navigation_bar .navbar-expand-lg  .dropdown-menu li a{
	text-decoration: none;
}
.navigation_bar .navbar-expand-lg .navbar-nav {
    position: relative;
}
.navigation_bar .navbar-expand-lg .navbar-nav .dropdown{
    position:static;
}
.navigation_bar .dropdown-menu.drop-down-custom {
    position: absolute;
    top: 0;
    left: 280px !important;
    width:850px !important;
    box-shadow: none;
    border: none !important;
}
/*---15-04-2019---END-*/

/*----16-04-2019----*/
/*---MEGA_MENU-----*/
/*.navigation_bar li.dropdown.dropdown-hover.li1.By.Event .dropdown-menu{
    height:auto !important;
}
.navigation_bar li.dropdown.dropdown-hover.li1.Balloons .dropdown-menu{
	height:auto !important;
}
.navigation_bar li.dropdown.dropdown-hover.li1.By.Theme .dropdown-menu {
    height:auto !important;
}
.navigation_bar li.dropdown.dropdown-hover.li1.Costumes.Wigs .dropdown-menu {
    height:auto;
}
.navigation_bar li.dropdown.dropdown-hover.li1.Halloween .dropdown-menu {
    height:auto;
}
.navigation_bar  li.dropdown.dropdown-hover.li1.Party.Supplies .dropdown-menu {
    height: auto;
}
.navigation_bar .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 300px;
    left: 0;
    border: 2px solid #e6e0e0;
    height: auto;
}
.navigation_bar .dropdown-menu.drop-down-custom {
    position: absolute;
    top: 0;
    left: 296px!important;
    width: 300px !important;
    border: 2px solid #e6e0e0 !important;
}
.dropdown-menu.drop-down-custom .col-md-2 {
    float: left;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
}
.navigation_bar .By.Event .dropdown-menu .dropdown-menu.drop-down-custom,.navigation_bar .Costumes.Wigs .dropdown-menu ul li .dropdown-menu.drop-down-custom {
    overflow-y: auto;
    max-height: 400px;
}*/
/*---MEGA_MENU-----END*/

.navigation_bar .By.Event .dropdown-menu ul li.li2 {
    float: left;
    width: 14%;
}
.navigation_bar .dropdown-menu ul li.li2 {
	text-align: center;
	padding-right: 0 !important;
    padding-top: 17px !important;
    padding-bottom: 17px !important;
}
.navigation_bar .Balloons .dropdown-menu ul li.li2 {
    float: left;
    width: auto;
    padding-left: 55px !important;
}
.navigation_bar .dropdown-menu.drop-down-custom {
    left: 0 !important;
    width: 1140px !important;
    box-shadow: none;
    border: none!important;
    top: 56px;
    padding: 10px 0 !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 8px !important;
}
.navigation_bar .dropdown-menu.drop-down-custom ul li {
    float: left;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 19%;
}
.navigation_bar li.level3 ul li.level-4 {
    float: left;
    width: 100% !important;
    margin-left: 0 !important;
}
.navigation_bar .navbar-expand-lg .navbar-nav .dropdown-menu {
    background: #fbfbfb;
    border: none;
}
.navigation_bar .dropdown-menu.drop-down-custom ul li.level3 ul {
    padding-left: 5px;
}
.navigation_bar .dropdown-menu.drop-down-custom ul {
    padding-left: 10px;
}
.navigation_bar .dropdown-menu{
	padding: 0;
}
.navigation_bar .Costumes.Wigs .dropdown-menu ul li.li2{
    float: left;
    width: auto;
    padding-left: 60px !important;
}
.navigation_bar .Party.Supplies .dropdown-menu ul li.li2 {
    float: left;
    width: auto;
    padding-left: 38px !important;
}
.Party.Supplies .dropdown-menu .li2:first-child .dropdown-menu.drop-down-custom ul li.level3{
    width: 13%;
}
.navigation_bar li.dropdown .dropdown-menu.drop-down-custom ul li.level3 ul li.level-4 a {
    font-size: 12px !important;
}
/*.navigation_bar li.dropdown .dropdown-menu.drop-down-custom ul li.level3 a {
    font-size: 15px !important;
}*/
.navigation_bar li.dropdown .dropdown-menu.drop-down-custom ul li.level3 ul{
	padding: 0;
}
/*----16-04-2019----END*/
/*---17-04-2019----*/
.navigation_bar li.dropdown .dropdown-menu.drop-down-custom ul li.level3 > a {
    font-size: 14px !important;
    color: #000 !important;
}
.navigation_bar .dropdown-menu ul li.li2 > a {
    color: #f50808 !important;
}
.navigation_bar .navbar-expand-lg .navbar-nav .dropdown-menu {
    border-bottom: 2px solid #222 !important;
}
.navigation_bar .By.Theme .dropdown-menu .custom-theme{
    float: left;
    width: 20%;
}
.navigation_bar .Halloween .dropdown-menu .custom-halloween{
  float: left;
  width: 25%;
}
.navigation_bar .By.Theme .dropdown-menu .custom-theme li.li2,.navigation_bar .Halloween .dropdown-menu .custom-halloween li.li2 {
    text-align: left !important;
    padding-left: 20px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.navigation_bar li.dropdown.dropdown-hover.li1.By.Theme .dropdown-menu,.navigation_bar li.dropdown.dropdown-hover.li1.Halloween .dropdown-menu {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navigation_bar .dropdown-menu.drop-down-custom ul li {
    width: 24%;
}
.carousal_dta_list ul.size-vart li {
	margin-right: 10px;
	padding-left: 6px;
	width: 25px;
	margin-top: 32px;
}
/*---17-04-2019----END*/

/*---18-04-2019----*/
.navigation_bar .navbar-nav.mr-auto li.li1:hover {
    box-shadow: rgba(0,0,0,.15) 0 1px 8px !important;
/*border: 1px solid #222;
    border-bottom: hidden;*/
}
.navigation_bar .navbar-expand-lg .navbar-nav li.li1 > .dropdown-menu {
    top: 46px;
   /* border: 1px solid #222 !important;*/
}
.free-delivery-bot {
    padding: 0px;
}
/*.navigation_bar li.dropdown.dropdown-hover.li1::after {
    content: "";
    background:#fff;
    width: 100%;
    position: absolute;
    height: 1px;
    top: 47px;
    left: 0;
    display: none;
}
.navigation_bar li.dropdown.dropdown-hover.li1{
	position: relative;
}
.navigation_bar li.dropdown.dropdown-hover.li1:hover::after{
	display: block;
}*/
header.header-section.fixed-header{
    background: #fff;
    position: fixed;
    top: 0;
}
/*---18-04-2019----END*/

/*----19-04-2019----*/
.navigation_bar .dropdown-menu ul li.li2:hover > a{
    color: #222 !important;
}
/*----19-04-2019----END*/
/*----22-04-2019----END*/
.logo-bar #header-cart .dropdown-menu.show {
    left: -92px !important;
}
/*----22-04-2019----END*/

/*----23-04-2019----*/
.logo-bar div#header-cart .thumb_cart ul {
    overflow-y: scroll;
    max-height: 340px;
}
.logo-bar div#header-cart   #cartcontents {
    padding: 10px;
    padding-right: 0;
}

.login-register-user .tab-content .card .card-body button.btn {
    width: auto;
    background: #ff0000;
    border-color: #ff0000;
    font-size: 17px;
    text-transform: uppercase;
    padding: 8px 17px;
    font-family: 'Futura-med';
    font-weight: 500;
}
.login-register-user .tab-content .card .card-body {
    border: none;
    border-bottom: 2px solid #ff0000;
    background: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 30px;
}
.login-register-user .tab-content .card {
    border: hidden;
}
.login-register-user .tab-content .card-body.border-bottom.card-header {
    padding: 15px 0;
}
.login-register-user .tab-content .card .card-body .col-12.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.login-register-user .nav-tabs li {
    display: inline-block;
    padding-right:35px; 
}
.login-register-user .nav-tabs li:last-child {
    padding-right: 0;
    padding-left: 35px;
    position: relative;
}
.login-register-user .nav-tabs li:last-child::after {
    content: "";
    position: absolute;
    background: #ddd;
    left: 0;
    height: 52%;
    width: 2px;
    top: 5px;
}
.login-register-user .nav-tabs li a {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Futura-med' !important;
    font-weight: 500;
     cursor: pointer;
}
.login-register-user .nav-tabs li.active a {
    color: #ff0000;
}
.login-register-user .nav-tabs li input[type="radio"] {
    float: left;
    margin-top: 9px;
    margin-right: 8px;
}
.login-register-user {
    padding-bottom: 100px;
    padding-top: 100px;
}
.login-register-user .tab-content .card .card-body button.btn i {
    padding-right: 5px;
    font-size: 14px;
    padding-top: 4px;
    display: inline-block;
    vertical-align: top;
}
.login-register-user .tab-content .card .card-body .form-group label {
    font-size: 18px;
    color: #3a3a3a;
    font-family: 'Futura-med';
    font-weight: 500;
    margin-bottom: 4px;
}
.login-register-user .tab-content .card .card-body  .form-group p.form-text.text-muted.small {
    font-size: 15px;
    padding-top: 9px;
}
.login-register-user .tab-content .card .card-body .form-group p.form-text.text-muted.small a {
    color: #f24242;
    text-decoration: none;
    font-size: inherit;
}
.login-register-user .tab-content div#menu2 .card .card-body {
    padding-bottom: 10px;
}
.login-register-user .tab-content div#menu2 .card .card-body button.btn i.fa.fa-plus {
    display: none;
}
.login-register-user .tab-content div#menu2 .card .card-body .form-group .checkbox label {
    font-size: 16px !important;
    color: #363636;
}
.login-register-user .tab-content div#menu2 .card .card-body .form-group .checkbox a {
    color: #f24242;
}
.npopup {
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.acc-page .page-header {
    background: #f5f5f5;
    padding: 20px 20px 24px;
    margin-bottom: 20px;
    border-left: 2px solid #ff0000;
}
.acc-page .page-header h1 {
    margin: 0;
    font-family: futura-med;
    font-size: 30px;
    font-weight: 500;
}
section.col-12.Account-Options a.btn.btn-outline-secondary h3 i {
    height: 26px;
    float: left;
    width: auto;
    padding-right: 12px;
    padding-top: 9px;
    font-size: 25px;
}
section.col-12.Account-Options a.btn.btn-outline-secondary h3 {
    font-size: 20px;
    font-family: futura-med;
    font-weight: 500;
    margin: 0;
    text-align: left;
}
.acc-page .Account-Options a.btn.btn-outline-secondary {
    background: #ececec;
    margin-bottom: 10px;
    padding: 20px 15px 20px 25px;
    border-color: #ececec;
    text-align: left;
}
.acc-page .Account-Options a.btn.btn-outline-secondary p {
    font-size: 15px;
}
.acc-page ol.breadcrumb {
    padding-left: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.acc-page  .My-Orders h2,.acc-page .My-Wishlists h2,.acc-page .MyQuotes h2 {
    font-size: 25px;
    margin: 0;
}
/*----23-04-2019---END*/

/*---24-04-2019----*/
header.header-section.fixed-header .navigation_bar {
    border-bottom: none !important;
}
header.header-section .logo-bar div#header-cart .btn-success:focus{
    -webkit-box-shadow:none;
    box-shadow: none;
}
header.header-section .logo-bar div#header-cart a#cartcontentsheader {
    padding: 13px 17px 12px;
}
header.header-section .logo-bar div#header-cart a#cartcontentsheader i.fa.fa-shopping-cart {
    padding-right: 7px;
    padding-top: 5px;
}
ul.desktop-visit li a {
    text-decoration: none;
}

/*----Mega-Menu-Design----*/
/*.navigation_bar .navbar-nav.mr-auto li.li1:hover .dropdown-menu {
    background: #f7f7f7;
    box-shadow: none !important;
}
.navigation_bar .navbar-expand-lg .navbar-nav .dropdown-menu {
    border-bottom: 2px solid #7d5454 !important;
}
.navigation_bar .navbar-nav.mr-auto li.li1:hover {
    background: #f7f7f7;
}
.navigation_bar .navbar-nav.mr-auto li.li1 .dropdown-menu li.li2 > a {
    font-weight: bold;
    color: #000 !important;
}*/
.navigation_bar  li.li1:hover{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: none !important;
}
.navigation_bar  li.li1:hover > a{
	color: #000 !important;
}
.navigation_bar li.li1.Balloons:hover,.navigation_bar li.li1.Balloons:hover > .dropdown-menu{
    background: #de383a;
}
.navigation_bar li.li1.By.Event:hover,.navigation_bar li.By.Event:hover > .dropdown-menu{
	background: #ff6f2f;
}
.navigation_bar li.li1.By.Theme:hover,.navigation_bar li.li1.By.Theme:hover > .dropdown-menu{
	background: #e85fd8;
}
.navigation_bar li.li1.Costumes.Wigs:hover,.navigation_bar li.li1.Costumes.Wigs:hover > .dropdown-menu{
   background: #11bad1;
}
.navigation_bar li.li1.Halloween:hover,.navigation_bar li.li1.Halloween:hover > .dropdown-menu{
	background: #f9b400;
}
.navigation_bar .navbar-nav.mr-auto li.li1:hover,.navigation_bar .navbar-expand-lg .navbar-nav li.li1 > .dropdown-menu {
    box-shadow: none !important;
}
.navigation_bar li.li1.Party.Supplies:hover,.navigation_bar li.li1.Party.Supplies:hover > .dropdown-menu{
	background:#94b50f; 
}
.navigation_bar .navbar-expand-lg .navbar-nav .dropdown-menu {
    border-bottom: hidden !important;
}
.navigation_bar .dropdown-menu ul li.li2 > a {
    color: #000 !important;
    font-size: 13px !important;
    font-weight: bold;
}
.navigation_bar .navbar-expand-lg .navbar-nav li.li1 > .dropdown-menu {
    padding-top: 10px;
    padding-bottom:0px;
    padding-left: 5px;
    padding-right: 5px;
}
.navigation_bar .dropdown-menu.drop-down-custom ul {
    background: #fff !important;
    float: left;
    width: 100%;
}
.navigation_bar .dropdown-menu.drop-down-custom {
    top: 65px;
    box-shadow: none !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 3px !important;
    padding-bottom: 5px !important;
}
.navigation_bar li.li1 .dropdown-menu ul li.li2 .dropdown-menu.drop-down-custom > ul {
    padding: 7px 0;
}
.navigation_bar li.li1 .dropdown-menu ul li.li2 .dropdown-menu.drop-down-custom li.level3 ul li.level-4 {
    padding-top: 0;
}
.navigation_bar li.li1.Balloons .dropdown-menu ul li.li2 .dropdown-menu.drop-down-custom{
	padding-top: 0 !important;
}
/*--Ballons-css---*/
.navigation_bar li.li1.Balloons .dropdown-menu  ul li.li2  .dropdown-menu.drop-down-custom{
	 background: #de383a;
}
.navigation_bar .Balloons .dropdown-menu ul li.li2 {
    padding-left: 33px !important;
    padding-right: 33px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.navigation_bar li.li1.Balloons .dropdown-menu  ul li.li2:hover {
    background: #FF7B7C;
}
.navigation_bar li.li1.Balloons .dropdown-menu ul li.li2 .dropdown-menu.drop-down-custom ul .level3 > a {
    color: #de383a !important;
    font-weight: bold;
}
/*--Ballons-css---END*/

/*-----BY-Event-----*/
.navigation_bar li.li1.By.Event .dropdown-menu li.li2 {
    padding-left: 0px !important;
    padding-top: 12px !important;
    padding-bottom: 10px !important;
}
li.dropdown.dropdown-hover.li1.By.Event .dropdown-menu .dropdown-menu.drop-down-custom {
    background: #ff6f2f;
    top: 53px !important;
}
li.dropdown.dropdown-hover.li1.By.Event .dropdown-menu .dropdown-menu.drop-down-custom li.level3 > a {
    color: #ff6f2f !important;
    font-weight: bold;
}
.navigation_bar li.li1.By.Event .dropdown-menu li.li2:hover {
    background: #ff9c71 !important;
}
/*-----BY-Event----END-*/
/*-----Costumes----*/
.navigation_bar .Costumes.Wigs .dropdown-menu ul li.li2 {
    float: left;
    width: auto;
    padding-left: 37px !important;
    padding-right: 37px !important;
    padding-top: 12px !important;
    padding-bottom: 10px !important;
}
.navigation_bar li.Costumes.Wigs .dropdown-menu .drop-down-custom li.level3 > a {
    color: #11bad1 !important;
    font-weight: bold;
}
.navigation_bar .Costumes.Wigs .dropdown-menu ul li.li2:hover {
    background: #82E8EC;
}
.navigation_bar li.Costumes.Wigs .dropdown-menu .drop-down-custom {
    top: 53px;
    background: #11bad1 !important;
}
/*-----Costumes----END*/
/*-----Party Supplies----*/
.navigation_bar .Party.Supplies .dropdown-menu ul li.li2:hover {
    background: #E6FC8F !important;
}
.navigation_bar .Party.Supplies .dropdown-menu .drop-down-custom {
    top: 51px !important;
    background:#94b50f !important;
}
.navigation_bar .Party.Supplies .dropdown-menu .drop-down-custom li.level3 > a {
    color: #94b50f !important;
    font-weight: bold;
}
.navigation_bar .Party.Supplies .dropdown-menu ul li.li2 {
    float: left;
    width: auto;
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
/*-----Party Supplies----END*/

/*-----By Theme---*/
.navigation_bar li.dropdown.dropdown-hover.li1.By.Theme .dropdown-menu {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.navigation_bar li.li1.By.Theme .dropdown-menu li.li2 > a {
    color: #e85fd8 !important;
}
.navigation_bar li.dropdown.dropdown-hover.li1.By.Theme .dropdown-menu ul {
    float: left;
    width: 100%;
    background: #fff;
    padding: 7px 0;
}
/*-----By Theme---END*/

/*-----Halloween---*/
.navigation_bar  li.li1.Halloween .dropdown-menu {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.navigation_bar li.li1.Halloween .dropdown-menu ul {
    background: #fff;
    float: left;
    width: 100%;
    padding: 7px 0;
}
.navigation_bar  li.dropdown.dropdown-hover.li1.Halloween .dropdown-menu li.li2 > a {
    color: #f9b400 !important;
}
/*-----Halloween---END*/
.navigation_bar li.li1 .dropdown-menu .dropdown-menu.drop-down-custom li.level-4 a {
    color: #000 !important;
    font-weight: bold;
    font-size: 11px !important;
}
.navigation_bar li.li1.By.Theme .custom-theme li.level3 {
    padding-top: 6px !important;
}
.navigation_bar li.li1.By.Theme .custom-theme li.level3 > a {
    color: #000;
    font-size: 12px !important;
    font-weight: bold;
}
.navigation_bar  li.li1.Halloween .dropdown-menu .custom-halloween li.level3 {
    padding-top: 6px !important;
}
.navigation_bar  li.li1.Halloween .dropdown-menu .custom-halloween li.level3 > a {
    color: #000;
    font-weight: bold;
    font-size: 12px !important;
}
/*----Mega-Menu-Design----END*/
.product-cat h1 {
    font-size: 37px;
    font-family: futura-med;
    font-weight: 500;
}
.product-cat {
    float: left;
    width: 100%;
}
.carousal_dta_list ul.size-vart li {
    margin-top: 22px;
}
.carousal_dta_list .see-opt {
    margin-top: 45px;
}
.carousal_dta_list {
    position: relative;
}
.carousal_dta_list .size-vart {
    position: absolute;
    bottom: 50px;
    left: 13px;
}
.carousal_dta_list p.price {
    margin-bottom: 10px;
}
.party-section .party-section-blogs {
    background: #e61b22 !important;
}
/*---24-04-2019----END*/

/*---25-04-2019----*/
.savings-container  .badge-danger {
    padding-top: 4px;
    padding-bottom: 3px;
    float: right;
}
.savings-container .productwasprice.h3 {
    display: inline-block;
    background: #d4d4d4;
    padding: 0px 6px;
    margin-right: 2px;
    margin-bottom: 0;
}
.savings-container .productwasprice.h3 strike {
    font-size: 13px;
    float: left;
    padding-right: 0px;
    padding-top: 2px;
    font-family: 'Futura-med';
    font-weight: 700;
}
.savings-container {
    right: 0;
}
.carousal_dta_img {
    padding-top: 15px !important;
}
.navigation_bar li.li1.Balloons .dropdown-menu ul li.li2 .dropdown-menu.drop-down-custom {
    top: 50px;
}
.row.edit-acct ol.breadcrumb,.row.edit-add ol.breadcrumb{
    padding-left: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.row.edit-acct .row {
    float: left;
}
.page-header {
    background: #f5f5f5;
    float: left;
    width: 100%;
    padding: 15px 20px;
    border-left: 2px solid #ff0000;
    margin-top: 0px;
    margin-bottom: 10px;
}
.page-header h1 {
    margin: 0;
    font-size: 30px;
    font-family: 'Futura-med';
    font-weight: bold;
}
.page-header p {
    font-weight: bold;
    font-size: 18px;
    padding-top: 4px;
    line-height: 24px;
}
.form-group label {
    margin-bottom: 2px;
    font-size: 19px;
    font-family: 'Futura-med';
    float: left;
}
.form-group input,.form-group select {
    height: 42px;
}
.row.edit-acct .form-group:nth-child(2n+1) {
    padding-right: 0;
    padding-left: 15px;
}
.row.edit-acct .form-group {
    float: left;
    width: 50%;
    padding-right: 15px;
}
.row.edit-acct .billimg input#bill_street2 {
    margin-top: 30px;
}
.row.edit-acct h2,.row.edit-add h2{
    margin-top: 10px;
    font-size: 30px;
}
.row.edit-acct .billimg .n-wrapper-form-control {
    margin-bottom: 36px;
    margin-top:0px;
}
.row.edit-acct .billimg .form-group.n-wrapper-form-control div#suburb_mg i,.row.edit-add .row.add-title div#suburb_mgship i{
    font-style: normal;
    color: #000;
    font-size: 17px;
    font-family: 'Futura0-book-normal';
}
.row.edit-add .row.add-title div#suburb_mgship i {
	font-size: 16px;
}
.row.edit-add h2 {
    margin-top: 20px;
    width: 100%;
}
.row.edit-add .row.add-title div#suburb_mgship {
    float: left;
}
.row.edit-acct .billimg .form-group:last-child {
    float: left;
    clear: both;
    width: 100% !important;
    padding-left: 0;
}
.row.edit-acct .billimg .form-group:last-child textarea {
    resize: none;
    height: 150px;
}
.row.edit-acct .contact input#subscribe_newsletter {
    height: auto;
    margin-top: 4px;
    float: left;
    margin-right: 5px;
}
.row.edit-acct .contact .form-group:nth-child(3) label {
    font-size: 14px;
    font-weight: bold;
}
.row.edit-acct .contact .form-group:nth-child(3) {
    clear: both;
    margin-top: -13px;
    padding-left: 0;
}
.row.edit-acct .contact .form-group:last-child {
    clear: both;
    padding-left: 0;
    padding-right: 15px;
}
.row.edit-acct .contact .form-group:nth-child(4) {
    margin-top: -88px;
}
.row.edit-acct .row .col-12 hr {
    display: none;
}
.row.edit-acct,.row.edit-add{
    padding-bottom: 100px;
}
.row.edit-acct h2#contact,.row.edit-acct h2#Company{
    margin-top: 25px;
}
.row.edit-acct .row.save-change-button input.btn.btn-lg.btn-success {
    background: #ff0000;
    border: none;
    font-family: 'Futura-med';
    font-size: 20px;
    margin-top: 20px;
    padding: 10px 25px;
}
.row.edit-acct .row.save-change-button input.btn.btn-lg.btn-success:focus{
	outline: none;
	box-shadow: none;
}
.text-danger {
    color: #fd0808 !important;
    float: left;
    margin-top: 0px;
    margin-left: 2px;
}
.row.edit-acct div#suburb_mg {
    float: left;
    width: 100%;
}
.row.edit-add .page-header p {
    font-size: 17px;
    line-height: 22px;
}
.edit-add .row,.edit-add h2{
    float: left;
}
.edit-add .form-group input#ship_street2 {
    margin-top: 25px;
}
.edit-add  .row.add-btn {
    width: 100%;
}
.edit-add  .row.add-btn .col-12.col-md-6:nth-child(2){
    padding-right: 0;
}
.edit-add .add-btn .col-12 input#save_button {
    float: right;
    margin-right: -15px;
    background: #ff1010;
    width: auto;
    border-color: #ff1010;
    font-size: 20px;
    font-family: futura-med;
    border-radius: 4px;
    padding: 10px 20px;
}
.edit-add .row.add-btn input#delete_button {
    width: auto;
    background: #545454;
    border-color: #545454;
    font-size: 20px;
    font-family: futura-med;
    border-radius: 4px;
    padding: 10px 25px;
}
.edit-add .row.add-btn input#delete_button:focus,.edit-add .add-btn .col-12 input#save_button:focus,.row.edit-pwd .change-pwd .row input.btn.btn-block.btn-lg.btn-success:focus,.alert.alert-danger.alert-dismissible button.close:focus{
	outline: none;
	box-shadow: none;
}
.row.edit-add form.card.card-body {
    float: left;
    border-color: #ddd;
    width:500px;
    max-width: 500px;
    margin: 0px auto;
    padding-top: 16px;
    padding-bottom: 18px;
}
.edit-add .page-header {
    margin-bottom: 20px;
}
.row.edit-add form.card.card-body label{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
}
.row.edit-add form.card.card-body select{
    height: 42px;
}
.row.edit-add .row.add-title .form-group.chckbox {
    margin-top: -5px;
}
.row.edit-add .row.add-title .form-group.chckbox input {
    float: left !important;
    width: auto !important;
    margin-right: 7px;
    height: auto;
    margin-top: 4px;
}
.row.edit-add .row.add-title .form-group.chckbox label {
    font-size: 14px;
    font-weight: bold;
}
.row.edit-pwd .change-pwd {
    max-width: 500px;
    margin: 19px auto 30px;
    background: #f4f4f4;
    padding: 30px;
    display: table;
    border: 1px solid #ddd;
}
.row.edit-pwd .change-pwd p{
    text-align: center;
    padding-bottom: 20px;
    line-height: 22px;
}
.row.edit-pwd ol.breadcrumb {
    padding-left: 0;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.row.edit-pwd .page-header {
    padding: 20px 20px;
    margin-bottom: 80px;
}
.row.edit-pwd .change-pwd .row input.btn.btn-block.btn-lg.btn-success {
    background: #ff0202;
    border-color: #ff0202;
    font-size: 20px;
    font-family: 'Futura-med';
    font-weight: 500;
}
.alert.alert-danger.alert-dismissible {
    padding: 20px;
    float: left;
    width: 100%;
    font-size: 19px;
}
.row.edit-pwd {
    padding-bottom: 60px;
}
section.col-12.My-Wishlists form .form-row .form-group.col-md-6 label {
    font-size: 25px;
    font-family: 'Futura-med';
    font-weight: 500;
    margin-bottom: 0 !important;
}
section.col-12.My-Wishlists form .form-row .form-group.col-md-6 .input-group-append button.btn.btn-block.btn-success {
    background:#f92a2a;
    height: 45px !important;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
    border-color:#f92a2a;
    font-family: 'Futura-med';
    font-weight: 500;
    padding-top: 5px !important;
}
section.col-12.My-Wishlists form .form-row .form-group.col-md-6 .input-group input {
    height: 45px;
}
.acc-page {
    padding-bottom: 70px;
}
section.My-Wishlists .form-row {
    margin-top: 20px;
}
section.col-12.My-Wishlists h2 {
    margin-bottom: 10px;
    margin-top: 30px;
}
/*---25-04-2019---END-*/

/*---26-04-2019---*/
ol.breadcrumb {
    padding-left: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.wishlist .page-header {
    margin-bottom: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wishlist table.table th {
    font-size: 20px;
}
.wishlist .page-header h1 {
    font-weight: 500;
}
li.dropdown.dropdown-hover.li1.By.Event .dropdown-menu .dropdown-menu.drop-down-custom {
    top: 50px !important;
    padding-top: 0 !important;
}
.navigation_bar li.Costumes.Wigs .dropdown-menu .drop-down-custom {
    top: 51px;
    padding-top: 0 !important;
}
.navigation_bar .Party.Supplies .dropdown-menu .drop-down-custom {
    top: 49px !important;
    padding-top: 0 !important;
}
.navigation_bar li.li1.Balloons .dropdown-menu ul li.li2 .dropdown-menu.drop-down-custom {
    top: 49px;
}
/*---26-04-2019--END-*/

/*---29-04-2019---*/
.acc-page .Account-Options a.btn:hover {
    background: #545454;
    transition: all .5s;
}
.acc-page .Account-Options a.btn:hover h3,.acc-page .Account-Options a.btn:hover p{
	color: #fff;
}
.wishlist table.table td,.wishlist table.table td a {
    font-size: 17px;
    font-family: 'Futura Bk BT';
    color: #000;
    font-weight: normal;
}
/*---29-04-2019--END-*/

/*---30-04-2019---*/
.wishlist .table tr td {
    padding: 0;
    padding-top: 16px;
    padding-left: 15px;
    background: #fff;
}
.My-Wishlists .table th {
    background: #f2f2f2 !important;
    border-bottom: none !important;
}
.wishlist .table tbody td:nth-child(1),.wishlist .table tbody td:nth-child(4) {
    padding-top: 20px;
}
.wishlist .table tr td a.btn {
    margin-bottom: 13px;
    margin-left: -7px;
    font-size: 20px;
    color: #fff;
    font-family: 'Futura-med';
    font-weight: 500;
}
.wishlist .table tr td a.btn.btn-block.btn-primary {
    background: #545454;
    border-color: #545454;
}
.wishlist .table tr td a.btn.btn-block.btn-danger {
    background: #d02929;
}
.row.wishlist h4 {
    font-size: 25px;
    color: #000;
    margin-top: 5px;
    font-weight: bold;
    font-family: 'Futura-book-bold';
    margin-bottom: 0;
}
.row.wishlist h4 i {
    display: none;
}
.row.wishlist hr {
    border-top: 1px solid #545454;
    margin-top: 40px;
}
.row.wishlist {
    padding-bottom: 60px;
}
.list-name input.form-control,.list-name input.btn.btn-block.btn-success {
    height: 45px;
}
.list-name input.btn.btn-block.btn-success {
    background: #f92a2a;
    border-color: #f92a2a;
    font-size: 20px;
    font-family: 'Futura-med';
    font-weight: 500;
}
.edit-wish-list .page-header h1 {
    font-weight: 500;
    padding-top: 7px;
    padding-bottom: 7px;
}
.edit-wish-list .page-header{
   margin-bottom: 16px;
}  
.edit-wish-list .card-header {
    background: #de2020;
    color: #fff;
    font-size: 23px;
   font-family: 'Futura-book-bold';
}
.edit-wish-list .card-header i {
    padding-right: 10px;
    padding-top: 2px;
    font-size: 29px;
    float: left;
}
.edit-wish-list .card-body span.badge.badge-info {
    background: transparent;
    font-size: 13px;
    padding-top: 10px;
    font-family: 'Futura-book-bold';
    font-weight: bold;
    padding-left: 10px;
    color:#3c500b;
}
.edit-wish-list .card-body .form-group label {
    font-size: 20px;
    color: #000;
    font-family: 'Futura-med';
    font-weight: 500;
}
.edit-wish-list .card-body {
    padding-bottom: 5px;
    padding-top: 15px;
}
.edit-wish-list .card-body .btn-success {
    color: #fff;
    background-color: #f92a2a;
    border-color: #f92a2a;
    font-size: 20px;
    font-family: futura-med;
    font-weight: 500;
    padding: 5px 20px;
    margin-top: 3px;
}
.edit-wish-list h4 i {
    display: none;
}
.edit-wish-list .card {
    margin-bottom: 30px;
}
.edit-wish-list h4 {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    font-family: 'Futura-book-bold';
    margin-bottom: 0;
}
.edit-wish-list hr {
    margin-top: 9px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #545454;
}
.edit-wish-list {
    padding-bottom: 50px;
}
.favourites .page-header {
    padding-top: 17px;
    padding-bottom: 19px;
}
.favourites {
    padding-bottom: 60px;
}
.resolution-1 .row,.resolution-2 .row {
    float: left;
    width: 100%;
    margin: 0;
}
.resolution-1 form .row.align-items-center .col-12.col-md-6:nth-child(3),.resolution-2 form .row.align-items-center .col-12.col-md-6:nth-child(2n){
    padding-left: 10px;
}
.resolution-1 form .row.align-items-center .col-12.col-md-6:nth-child(2),.resolution-2 form .row.align-items-center .col-12.col-md-6:nth-child(2n+1){
    padding-right: 10px;
}
.resolution-1 .row .col-12,.row.resolution-2 .row .col-12 {
    padding: 0;
}
.page-header h2 {
    font-size: 20px;
    padding-top: 4px;
}
.resolution-1 .page-header {
    margin-bottom: 14px;
}
.resolution-1 .card-body h4,.resolution-2 .card-body h4 {
    font-size: 20px;
    font-family: 'Futura-book-bold' !important;
    text-transform: capitalize;
    margin-bottom: 3px;
}
.resolution-1 .card-body p,.resolution-2 .card-body p {
    line-height: 24px;
}
.resolution-2 .card-body {
    min-height: 120px;
    margin-bottom: 12px;
}
.resolution-1 .card-body {
    min-height: 195px;
}
.resolution-1 .card-body {
	border: 1px solid #ece4e4;
}
.resolution-1,.resolution-2 {
    padding-bottom: 60px;
}
.resolution-1 hr,.resolution-2 hr{
    border-top: 1px solid #d8d8d8;
}
.resolution-2 hr {
    float: left;
    width: 100%;
}
.btn-danger {
    background: #d02929;
    border-color: #d02929;
    color: #fff;
}
.btn-success {
    background: #f92a2a;
    border-color: #f92a2a;
    color: #fff;
}
.btn-primary {
    background: #545454;
    border-color: #545454;
    color: #fff;
}
.resolution-1 .row.btn-stack .btn i {
    display: none;
}
.resolution-1 .row.btn-stack a.btn, .resolution-1 .row.btn-stack button.btn {
    font-size: 20px;
    height: 45px;
    font-family: 'Futura-book-md';
    font-weight: 500;
    max-width: 260px;
}
.resolution-1 .row.btn-stack .col-12.col-md-6:nth-child(2) button.btn {
    float: right;
}
.resolution-2 form {
    float: left;
    width: 100%;
    padding-top: 20px;
}
.row.resolution-2 h3 {
    float: left;
    width: 100%;
    font-size: 25px;
    margin-top: 30px;
    color: #000;
    font-family: 'Futura-book-bold';
    text-transform: capitalize;
}
.resolution-2 .btn-stack1 .btn-outline-secondary {
    max-width: 360px;
    height: 45px;
    padding-top: 7px;
    font-size: 20px;
    font-family: 'Futura-book-md';
    background: #545454;
    border-color: #545454;
    color: #fff;
}
.resolution-2  .btn-stack1 .col-12.col-md-5 {
    padding-left: 15px !important;
}
.resolution-2 .row.btn-stack.btn-stack2 .col-12.col-md-4:nth-child(2) {
    padding: 0 15px;
}
.resolution-2  .row.btn-stack.btn-stack2 button.btn i {
    display: none;
}
.resolution-2 .row.btn-stack.btn-stack2 button.btn {
    font-size: 20px;
    font-weight: 500;
    height: 45px;
    font-family: 'Futura-med';
    max-width: 250px;
}
.resolution-2 .row.btn-stack.btn-stack2 .col-12.col-md-4:nth-child(3) .btn {
    float: right;
}
.resolution-2 .btn-stack.btn-stack2 .col-12.col-md-4:nth-child(2) button.btn {
    margin: 0 auto;
    background: #545454;
    color: #fff;
    border-color: #545454;
}
.warranty p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
}
.warranty {
    padding-bottom: 50px;
}
.warranty p a.btn.btn-success i,.warranty h3 i {
    display: none;
}
.warranty p a.btn.btn-success {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Futura-med';
    font-weight: 500;
    margin-top: 20px;
}
.warranty hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #d8d8d8;
}
.warranty h3 {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Futura-book-bold';
}
/*---30-04-2019---END*/

/*---01-05-2019---*/
.row.subcategories p img {
    width: 200px;
}
.login-register-user .page-header {
    display: none;
}
/*---01-05-2019---EnD*/

.product-desc .products-row .carousal_dta_list .see-opt{
    margin-top: 27px;
}
.page-no {
    float: left;
    width: 100%;
}
a:hover,a:focus{
	outline: none !important;
}
.free-delivery-bot {
    padding: 0 15px;
}
button:active:focus,button.active:focus,button:focus,input[type="submit"]:active:focus,input[type="submit"]:focus{
    -webkit-box-shadow:none !important;
    box-shadow: none !important;
}

/*---10-5-2019---*/
.navigation_bar li.dropdown .dropdown-menu.drop-down-custom ul li.level3 ul li.level-4 a {
    font-weight: 500;
}
.row.subcategories {
    padding-top: 10px;
}
.row.favourites p.reorder-item{
    float: none;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
    margin: 6px auto 3px;
    display: table;
    max-width: 700px;
    font-size: 22px;
    color: #131313;
}
.row.favourites .page-header {
    margin-bottom: 18px;
}
.row.favourites .carousal_dta_list  a.notify_popup{
    margin-top: 44px;
}
.row.favourites .carousal_dta_list .carousal_dta_img img {
    width: 200px;
}
.row.favourites .carousal_dta_list  span.plus-minus{
    width: 100%;
}
.row.resolution-3 h3 {
    font-size: 30px;
    color: #222;
    font-family: 'Futura-book-bold';
    position: relative;
    padding-bottom: 4px;
    padding-top: 15px;
    float: left;
    width: 100%;
    margin-bottom: 18px;
}
.row.resolution-3 h3::after {
    content: "";
    background: #463e3e;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.row.resolution-3 form {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}
.row.resolution-3 h3 a {
    text-decoration: none;
}
.row.resolution-3 form p {
    padding-bottom: 3px;
}
.row.resolution-3 hr {
    border-top: 1px solid #d0c9c9;
    margin-top: 20px;
}
.row.resolution-3 h4 {
    font-size: 20px;
    font-family: 'Futura-book-bold' !important;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.row.resolution-3 .form-check input[type="radio"] {
    margin-top: 8px;
    float: left;
}
.row.resolution-3 .form-check .form-check-label {
    margin-bottom: 0;
    font-size: 19px;
    font-family: 'Futura-book-md';
}
.row.resolution-3 .card.card-body {
    border: 1px solid #ece4e4;
    padding-top: 12px;
    padding-bottom: 12px;
}
.row.resolution-3 textarea.form-control {
    resize: none;
}
.row.resolution-3 .row.btn-stack .col-12.col-md-4:last-child button {
    float: right;
}
.row.resolution-3 .row.btn-stack .col-12.col-md-4:nth-child(2) button {
    display: table;
    margin: 0 auto;
    background: #545454;
    border-color: #545454;
    color: #fff;
}
.row.resolution-3 .row.btn-stack button {
    font-size: 20px;
    font-weight: 500;
    height: 45px;
    font-family: 'Futura-med';
    max-width: 250px;
}
.row.resolution-3 .row.btn-stack button i{
	display:none !important;
}
.btn-success:hover{
    color: #fff;
    background-color: #f56b6d;
    border-color: #f56b6d;
    transition: all .5s;
}
.btn.btn-outline-secondary:hover {
    background: transparent !important;
    color: #000 !important;
    transition: all .5s;
    border: 1px solid #000 !important;
}
button.btn.btn-block.btn-danger:hover {
    background: #f74c4c;
    border-color: #f74c4c;
    transition: all .5s;
}
.acc-page .Account-Options a.btn:hover {
    background: #545454 !important;
}
.acc-page .Account-Options a.btn.btn-outline-secondary{
	border-radius: 5px;
}
section.col-12.Account-Options a.btn.btn-outline-secondary h3 {
    font-size: 19px;
    font-weight: 700;
}
.acc-page .Account-Options a.btn.btn-outline-secondary p {
    font-size: 17px;
}
.acc-page .page-header p:last-child strong {
    font-size: 17px;
}
.acc-page .page-header p:last-child {
    font-size: 18px;
    padding-top: 4px;
    font-weight: normal;
}
.acc-page section.col-12.My-Orders h2#orders {
    padding-bottom: 10px;
    padding-top: 6px;
}
section.col-12.My-Orders article .card.card-body {
    min-height: 240px;
    margin-bottom: 10px;
}
section.col-12.My-Orders article .card.card-body .row.btn-stack {
    padding-top: 0;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
section.col-12.My-Orders article .card.card-body .row.btn-stack .col-12.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
section.col-12.My-Orders article .card.card-body .row.btn-stack button.btn-outline-secondary {
    background: #545454;
    color: #fff;
    border-color: #545454;
    float: right;
    margin-right: 10px;
}
section.col-12.My-Orders article .card.card-body .row.btn-stack .btn-info {
    color: #fff;
    background-color: #ea4141;
    border-color: #ea4141;
}
section.col-12.My-Orders article .card.card-body  .row.btn-stack button {
    max-width: 100px;
}
section.col-12.My-Orders article .card.card-body .account-order-card p strong {
    font-size: 15px;
}
.row.subcategories p {
    padding: 10px 0 0 0;
}
section.racing_cutouts .pagination_list ul li::before {
    left: -2px;
    height: 38% !important;
    top: 0;
    background: transparent;
    transform: rotate(-1deg);
    color: #030303;
}
section.racing_cutouts .pagination_list {
    margin: 20px 15px 30px 15px;
}
section.racing_cutouts .pagination_list .container {
    padding: 0;
}
.resolution-2 .btn-stack.btn-stack1 select.form-control {
    height: 45px;
}
/*---10-5-2019---END*/

/*---13-05-2019-----*/
span.plus-minus i.fas.fa-plus {
    right: 6px;
    left: auto;
}
span.plus-minus i.fas.fa-minus {
    left: 5px;
}
.navigation_bar  li.dropdown.dropdown-hover.li1.Eco.Party .dropdown-menu {
    background: #94b50f;
}
.navigation_bar  li.dropdown.dropdown-hover.li1.Eco.Party:hover {
    background: #94b50f;
}
.navigation_bar li.li1.Party.Supplies:hover, .navigation_bar li.li1.Party.Supplies:hover>.dropdown-menu {
    background: #a054d8;
}
.navigation_bar .Eco.Party .dropdown-menu ul li.li2:hover {
    background: #E6FC8F !important;
}
.navigation_bar  li.dropdown.dropdown-hover.li1.Eco.Party li.li2 {
    float: left;
    width: auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}
.navigation_bar li.dropdown.dropdown-hover.li1.Eco.Party .dropdown-menu .dropdown-menu.drop-down-custom {
    top: 53px !important;
    padding-top: 0 !important;
}
.navigation_bar li.dropdown.dropdown-hover.li1.Eco.Party .dropdown-menu .dropdown-menu.drop-down-custom li.level3 a {
    color: #94b50f !important;
    font-weight: bold;
}
.navigation_bar .Party.Supplies .dropdown-menu ul li.li2:hover {
    background: #c9a8e2!important;
}
.navigation_bar .Party.Supplies .dropdown-menu .drop-down-custom li.level3 > a {
    color: #a054d8!important;
}
.navigation_bar .Party.Supplies .dropdown-menu .drop-down-custom {
    background:#a054d8 !important;
}
/*---13-05-2019-----END*/

/*-----14-05-2019----*/
.resolution-3 div#linepl table.table {
    margin-top: 15px;
}
.resolution-3 div#linepl table.table td {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
.resolution-3 div#linepl table.table td input {
    width: 70%;
    float: left;
    margin-right: 10px;
}
div#homepageCarousel .carousel-item img {
    height: auto !important;
}
.trending_now_section .trending-blogs .trending-blogs-details a.image{
    min-height: 254px;
}
.custom-price-avail span {
    color: #92b409;
    display: inline-block;
    padding-top: 5px;
    font-size: 15px;
    padding-left: 12px;
    text-transform: uppercase;
}
.custom-price-avail .productpromo.h1 {
    width: auto !important;
}
.custom-price-avail{
	float: left;
	width: 100%;
}
.productsavetext span#sale-end {
    padding-right: 10px;
}
.racing_cutouts_blog-sec .wrapper-pricing .h1 {
    width: auto;
}
/*-----14-05-2019----END*/

/*-----15-05-2019----*/
.checkbox input[type="checkbox"] {
    height: auto;
}
.racing_cutouts_blog-one .zoom {
    padding: 20px 0;
}
.search-cat-c9 {
    float: left;
    width: 100%;
}
.form-group input[type="radio"],.form-group input[type="checkbox"]{
    height: auto !important;
}
.logo-header .free-delivery{
    background: #1a8e19;
}
.contact_no i.fas.fa-phone {
    transform: rotate(90deg);
    margin-right: 10px;
}
.contact_no i.fas.fa-phone,.contact_no a{
	color: #333;
}
.logout-page {
    padding: 40px 0 30px;
    text-align: center;
}
.logout-page h1 {
    font-family: futura-med;
    font-size: 40px;
    font-weight: bold;
}
.logout-page p {
    padding-bottom: 20px;
}
.logout-page p a.btn-success {
    font-family: futura-med;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    border-radius: 6px;
    max-width: 240px;
    padding-left: 18px;
    padding-right: 18px;
}
.logout-page p a.btn-success i {
    font-size: 17px;
    margin-right: 4px;
}
.btn-success:focus {
    color: #fff;
    background-color: #f56b6d;
    border-color: #f56b6d;
    transition: all .5s;
}
.login-register-user .tab-content div#menu2 .card .card-body .form-group .checkbox label span {
    width: auto;
    display: inline-block;
    float: left;
}
.login-register-user .tab-content div#menu2 .card .card-body .form-group .checkbox input[type="checkbox"] {
    margin-top: 5px;
    margin-right: 8px;
    width: auto;
    text-align: left;
    float: left;
}
.login-register-user .tab-content div#menu2 .card .card-body .form-group .checkbox label {
    margin-bottom: 10px;
}
.login-register-user .tab-content div#menu2 .card .card-body button.btn {
    margin-top: 7px;
}
.successaddmessage .body .image {
    margin-right: 10px;
}
.product-cat {
    float: left;
    width: 100%;
    padding-bottom: 80px;
    padding-top: 10px;
}
.product-cat p.h2 {
    text-align: center;
    font-family: futura-med;
    font-size: 20px;
}
.product-cat .pagination_list {
    margin-bottom: 10px;
}
.product-cat .pagination_list .container {
    padding: 0;
}
.carousal_dta_list form.form-inline.buying-options a.notify_popup {
    margin-top: 45px;
}
.footer-nav ul li a {
    text-transform: capitalize;
}
.logo-bar #header-cart .dropdown-menu.show .thumb_cart .checkout.btn.btn-success{
    margin-right: 15px;
}
.container.Returns.Policy {
    padding: 42px 15px;
}
.container.Best.Price.Guarantee {
    padding: 15px 15px 40px;
}
.container.Returns.Policy {
    padding: 15px 15px 40px;
}
.product-desc .owl-nav button {
    position: absolute;
    top: 36%;
}
.clearance_product-data_rgt {
    float: left;
    width: 100%;
}
.clearance_product-data_rgt > .row {
    margin: 0;
}
div#notifymodal .modal-body .checkbox input[type=checkbox] {
    margin-top: 4px;
    float: left;
    margin-right: 7px;
}
.Shipping.Info table {
    width: 100% !important;
    margin: 0;
}
.row.forgt_pswd .row,.row.forgt_pswd{
    float: left;
    width: 100%;
}
.row.forgt_pswd form .row .col-md-4:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 12px;
}
.row.forgt_pswd {
    padding: 10px 0 50px;
}
.row.forgt_pswd form .row .col-md-4:nth-child(1) br {
    display: none;
}
.row.forgt_pswd .row label {
    font-size: 20px;
}
.row.forgt_pswd .row button.btn.btn-lg.btn-block.btn-success {
    margin-top: 17px;
    font-size: 20px;
    height: 45px;
    padding-top: 6px;
}
.row.forgt_pswd .row input#email {
    height: 45px;
}
/*-----15-05-2019----END*/

/*--20-05-2019---*/
.row.edit-acct .billimg .n-wrapper-form-control{
    margin-bottom: 16px;
}
.row.edit-acct .form-group {
    min-height: 73px;
}
.row.edit-acct .billimg .n-wrapper-form-control select {
    height: 42px !important;
}
.row.edit-acct .contact .form-group:nth-child(3) {
    min-height: 0;
}
.acc-page .page-header p a {
    color: red;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}
.notify-me:hover,.notify-me:focus,.notify-me:active{
    color: #fff;
    background-color:#1a8e19 !important;
    border-color: #1a8e19 !important;
    outline: none !important;
    box-shadow: none !important;
}
/*--20-05-2019---END*/

/*--21-05-2019---*/
.racing_cutouts {
    padding: 0px 0 0;
}
section.racing_cutouts .pagination_list {
    margin: 20px 15px 15px 15px;
}
.racing_cutouts_blog-sec .custom-div-name h4 {
	width: 100%;
	padding-right: 0;
}
.custom-price-avail span.sold-out {
    color: red;
}
/*--21-05-2019---END*/
.container.view-customer-order .row {
    float: left;
    width: 100%;
}
#description #accordionDescription .small {
    font-size: 14px !important;
}
.container.view-customer-order .nPrintDoc {
    float: left;
}
/*----23-05-2019----*/
.alert.alert-success {
    float: left;
    width: 100%;
    font-size: 20px;
    background-color: #cacaca;
    border-color: #cacaca;
    text-transform: capitalize;
}
.alert.alert-danger {
    float: left;
    width: 100%;
    font-size: 20px;
    text-transform: capitalize;
}
button.btn.btn-primary.btn-block.update-shopping:focus {
    color: #fff;
    background: #ff0000;
    border-color: #ff0000;
}
 /*----IE Browser---*/
 @media all and (-ms-high-contrast:none)
     {
      .row.edit-add .row.add-title{
   	     float: left;
   	     width: 100%
     }
     .row.edit-add .row.add-title .col-12.col-md-6 .row{
     	float: left;
     	width: 100%;
     	margin:0;
     }
     .row.edit-add .row.add-title .col-12.col-md-6 .row .col-12.col-md-6{
     	padding: 0 15px 0 0;
     }
     .row.edit-add .row.add-title .col-12.col-md-6 .row .col-12.col-md-6:nth-child(2){
     	padding-right: 0;
     }
     .row.edit-acct,.row.edit-acct .row.save-change-button,.row.edit-acct .row{
     	float: left;
     	width: 100%;
     }
     .all_product_size .carousal_dta_list{
     	 width: 100%;
     }
     .all_product_size .carousal_dta_img{
     	display: block;
     }
}
/*----23-05-2019----END*/

/*---24-05-2019---*/
.view-customer-order .nPrintDoc #invoice.container{
    max-width: 1140px;
    padding: 0;
    padding-bottom: 60px;
}
.container.view-customer-order div#invoice .row .col-xs-4 h4 {
    font-size: 25px;
    float: left;
    width: 100%;
    font-weight: bold;
    text-transform: capitalize;
}
/*---24-05-2019---END*/

/*---27-05-2019---*/
.carousal_dta_list .productmultilevelprice {
    font-size: 15px;
    color: #f44336;
    float: left;
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
}
/*---27-05-2019---END*/

/*---4-06-2019---*/
.popup-head {
	width: 100%;
	float: left;
}
.popup-checkout {
	width: 100%;
	float: left;
}
.pop-hide {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: futura-med;
	background: #20a535;
	padding: 10px 20px;
	margin-top: 10px;
	float: left;
	max-width: 245px;
	margin: 0 auto;
	display: table;
	float: none !important;
}

.pop-hide:hover {

    text-decoration: none;
    color: #fff;

}

/*---4-06-2019---END*/

/*----Partysource-Snipcart------*/
.ballon-top-title h1 {
    font-size: 50px;
    font-family: 'Futura-bold';
    margin: 0;
}
.ballon-top-title {
    text-align: center;
    padding-top: 40px;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.ballon-row h3 {
    float: left;
    width: 100%;
}
.ballon-top-title p {
    font-size: 20px;
    font-family: futura-normal;
    color: #000;
}
.ballon-row h3 {
    font-size: 30px;
    font-family: futura-bold;
    text-decoration: underline;
    margin-bottom: 20px;
}
.ballon-row .ballon-show {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 28px;
}
.ballon-row .ballon-show  input {
    text-align: center;
    border: 1px solid #000;
    max-width: 113px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
    font-family: 'Futura-med';
}
.ballon-row .ballon-show button {
    background:#92d050;
    border: 1px solid #92d050;
    color: #000;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 10px;
    font-weight: 500;
    font-family: Futura-bold;
    padding: 8px 12px;
    box-shadow: 2px 6px 6px #9e9e9e;
}
.ballon-row .ballon-show p {
    font-size: 16px;
    font-family: "Futura-med";
    margin: 0;
    color: #000;
}
.ballon-row .ballon-show p.name_standard {
    margin-bottom: 5px !important;
}
.ballon-row .ballon-show img {
    margin-bottom: 10px;
}
.opt-ballon-row h3 {
    font-size: 30px;
    font-family: futura-bold;
    text-decoration: underline;
    color: #222;
    margin-bottom: 15px;
    margin-top: 15px;
}
.ballon-row .ballon-show button:focus {
    outline: none;
}
.ballon-row .ballon-show.ballon-variation .ballon-content-op {
    float: left;
    width: 30%;
    padding-top: 15px;
    text-align: left;
}
.ballon-row .ballon-show.ballon-variation .ballon-img-vrt {
    float: left;
    width: auto;
    padding-right: 30px;
}
.ballon-row .ballon-show.ballon-variation .ballon-content-op select {
    float: l;
    width: 100%;
    margin-bottom: 15px;
    max-width: 210px;
    font-size: 16px;
    border: 2px solid #222;
    font-family: 'Futura-med';
    padding: 5px 10px 5px 10px;
}
.ballon-row .ballon-show.ballon-variation .ballon-content-op p {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #000;
    font-family: "Futura-med";
    margin-bottom: 10px;
    margin-top: 4px;
}
.ballon-row .ballon-show.ballon-variation .ballon-content-op button#bl-vr-button {
    float: left;
    width: auto;
    background: #92d050;
    border: 1px solid #92d050;
    color: #000;
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 15px;
    border-radius: 10px;
    font-weight: 500;
    font-family: Futura-bold;
    padding: 7px 19px;
    box-shadow: 2px 6px 6px #9e9e9e;
}
.ballon-row .footer {
    text-align: center;
    float: left;
    width: 100%;
    padding-bottom: 40px;
}
.ballon-row .footer p {
    font-size: 18px;
    font-family: "Futura-med";
   margin-bottom: 20px;
    margin-top: 26px;
}
.ballon-row .footer a.snipcart-checkout {
    background: #92d050;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-family: futura-bold;
    font-size: 40px;
    padding: 12px 30px;
    float: none;
    width: 100%;
    margin: 20px auto;
    border-radius: 17px;
    max-width: 200px;
    box-shadow: 2px 6px 6px #9e9e9e;
}
.container.ballon-row .row.opt-ballon-row {
    float: left;
    width: 100%;
}
.container.ballon-row {
    padding-top: 20px;
}
.container.ballon-row .header-logo-cart .logo-headder {
    float: left;
    width: auto;
}
.container.ballon-row .row.ballon-row {
    float: left;
    width: 100%;
}
.container.ballon-row .header-logo-cart .snipcart-summary.top-cart {
    float: right;
    width: auto;
    padding-top: 33px;
}
.container.ballon-row .header-logo-cart .snipcart-summary.top-cart a.snipcart-checkout i.fa.fa-shopping-cart {
    padding-right: 6px;
}
.container.ballon-row .header-logo-cart .snipcart-summary.top-cart a.snipcart-checkout {
    font-size: 20px;
    background:#92d050;
    color: #fff;
    padding: 10px 17px;
    font-family: 'Futura-med';
    border-radius: 5px;
    text-decoration: none;
}
.container.ballon-row .add-to-popup .popup-head h2 {

    font-size: 21px;
    font-family: 'Futura-med';
    color: #000;
    margin-bottom: 23px;
    margin-top: 18px;
}
.container.ballon-row .add-to-popup a.snipcart-checkout {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: futura-med;
    background: #20a535;
    padding: 12.5px 20px;
    margin-top: 10px;
}
.container.ballon-row .add-to-popup a.pop-hide i.fa.fa-times {
    position: absolute;
    right: -21px;
    color: #000;
    font-size: 21px;
    top: -25px;
}
.container.ballon-row .add-to-popup a.pop-hide{
	position: relative;
	width: 100%;
	float: left;
}
/*---3-06-2019----*/
.ballon-row .ballon-show img {
    width: 150px;
    height: auto;
}
.container.ballon-row .add-to-popup {
    float: left;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 50%;
    top: 50%;
    max-height: -webkit-fill-available;
    border: 1px solid #000;
    padding: 20px;
    transform: translate(-50%,-50%);
    height: 100vh;
    background: rgba(0,0,0,0.5);
}
.container.ballon-row .after-add-cart{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #f9f9f9;
    padding: 29px 30px 40px;
    border: 1px solid #000;
    max-width:400px;
}
.snip-layout__content .order-txt {
    margin-bottom: 30px;
    padding-left: 20px;
    color: red;
}
.snip-layout .snip-btn--highlight {
    background: #efe778 !important;
    color: #222 !important;
}
/*---3-06-2019----END*/

@media only screen and (max-width:1199px){
.ballon-top-title p {
    font-size: 18px;
}
.ballon-top-title h1 {
    font-size: 45px;
}
}
@media only screen and (max-width:991px){
.container.ballon-row .row.ballon-row .col-md-2.col-sm-6.col-xs-12 {
    flex: 0 0 25%;
    max-width: 25%;
}
.container.ballon-row .ballon-top-title h1 {
    font-size: 40px;
}
.ballon-row .footer a.snipcart-checkout {
    font-size: 30px;
    padding: 9px 28px;
    border-radius: 10px;
}
.ballon-row .footer p {
    font-size: 16px;
}
.container.ballon-row .ballon-top-title p {
    font-size: 17px;
}
.container.ballon-row .header-logo-cart .snipcart-summary.top-cart {
    padding-top: 42px;
}
}
@media only screen and (max-width:767px){
.container.ballon-row .row.ballon-row .col-md-2.col-sm-6.col-xs-12 {
    flex: 0 0 50%;
    max-width: 50%;
}
.container.ballon-row .ballon-top-title h1 {
    font-size: 35px;
    margin-bottom: 5px;
}
.container.ballon-row .header-logo-cart img.logo {
    width: 200px;
}
.opt-ballon-row h3,.ballon-row h3{
    font-size: 25px;
}
.ballon-row .ballon-show.ballon-variation .ballon-content-op {
    width: 40%;
}
.container.ballon-row .ballon-top-title p {
    font-size: 16px;
}
.container.ballon-row .after-add-cart {
    max-width: 320px;
    width: 320px;
}
.container.ballon-row .header-logo-cart .snipcart-summary.top-cart {
    padding-top: 40px;
}
}

@media (min-width:547px) and (max-width:575px){
 .ballon-row .ballon-show input {
    max-width: 113px;
    font-size: 17px;
    float: none;
    margin-top: 10px;
    width: 100%;
}
.ballon-row .ballon-show button {
    padding: 8px 12px;
    float: none;
    width: 100%;
    max-width: 116px;
    display: table;
    margin: 10px auto 0;
}
}
@media only screen and (max-width:575px){
 .container.ballon-row .row.ballon-row,.container.ballon-row .row.opt-ballon-row{
    margin: 0;
}
.container.ballon-row .ballon-top-title p {
    font-size: 14px;
    line-height: 19px;
}
.container.ballon-row .ballon-top-title h1 {
    font-size: 32px;
    margin-bottom: 4px;
}
.opt-ballon-row h3{
    font-size: 21px;
}
.ballon-row .ballon-show img {
    max-width: 100%;
}
.ballon-row .footer p {
    font-size: 15px;
}
.ballon-row .ballon-show.ballon-variation .ballon-content-op {
    width: 55%;
}
.container.ballon-row .header-logo-cart .snipcart-summary.top-cart {
    padding-top: 28px;
}
.container.ballon-row .header-logo-cart .snipcart-summary.top-cart a.snipcart-checkout {
    font-size: 18px;
    padding: 6px 12px;
}
.container.ballon-row .header-logo-cart img.logo {
    width: 155px;
}
.ballon-row .ballon-show.ballon-variation .ballon-img-vrt {
    width: 45%;
}
.ballon-row h3{
	 font-size: 23px;
} 
}
@media only screen and (max-width:413px){
.ballon-row h3 {
    font-size: 20px;
}
.ballon-row .ballon-show.ballon-variation .ballon-img-vrt {
    width: 35%;
    padding-right: 10px;
}
.ballon-row .ballon-show.ballon-variation .ballon-content-op {
    width: 65%;
}
.container.ballon-row .row.opt-ballon-row .col-md-12.col-sm-12.col-xs-12 {
    padding: 0;
}
.container.ballon-row .ballon-top-title h1 {
    font-size: 30px;
}
}

/*  11-07-19 */

.custom-price-avail p {
    
    margin-top: 0 !important;
    font-family: 'Futura0-book-normal';
    font-size: 18px;
    float: left;
    width: 100%;
}

/*----Partysource-Snipcart------END*/


.single-blog-sec .blog-side-sec{float:left;padding:0px;}
.single-blog-sec .blog-side-img{    position: initial;
    float: left;
    width: 60px;
    height: 60px;}
.single-blog-sec .blog-side-sec {
    float: left;
    padding: 0px;
    min-height: inherit;
    margin-bottom:10px;
    border-bottom: 1px solid #dadada;
    padding: 0px 10px 10px;
}
.single-blog-sec .blog-side-inner 
{
    padding: 10px 0;
}
.single-blog-sec .blog-side-sec:last-child{    margin: 0px;
    border: 0px;
    padding-bottom: 0;}
.single-blog-sec .blog-side-desc h4 {
    color: #1c1c1c;
    font-size: 20px;
    margin: 0;
}
.single-blog-sec .blog-side-img a img {
    width: 60px;
    height: 60px;
}
.single-blog-sec .blog-side-desc 
{	
    width: auto;
    padding: 0px 15px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    float: none;
    max-width: 277px;
    word-wrap: break-word;
}
.single-blog-sec .blog-side-desc h4 a,.single-blog-sec .blog-side-desc h3 a{text-decoration:none;}


