@charset "UTF-8";
/*!
Template Name: ChampEvent
Template URI: https://www.templatemonster.com/authors/labartisan
Author: labartisan.net
Author URI: https://www.templatemonster.com/authors/labartisan
Description: Description
Version: 1.0.0
Text Domain: ChampEvent
Tags: conference, consultations, courses, event, exhibition, landing page, meeting, Meetup, responsive, seminar, startup, summit

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Global CSS
# Header CSS
# Page Header
# Banner
# Main
# Blog
# Blog Widget
# Contact Us
#Footer
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
@font-face {
  font-family: "Circular Std";
  src: local("Circular Std Black"), local("CircularStd-Black"), url("../custom-fonts/CircularStd-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: local("Circular Std Black Italic"), local("CircularStd-BlackItalic"), url("../custom-fonts/CircularStd-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: local("Circular Std Bold"), local("CircularStd-Bold"), url("../custom-fonts/CircularStd-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: local("Circular Std Medium"), local("CircularStd-Medium"), url("../custom-fonts/CircularStd-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std Book";
  src: local("Circular Std Book"), local("CircularStd-Book"), url("../custom-fonts/CircularStd-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std Book";
  src: local("Circular Std Book Italic"), local("CircularStd-BookItalic"), url("../custom-fonts/CircularStd-BookItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: local("Circular Spotify Text Light"), local("CircularSpotifyText-Light"), url("../custom-fonts/CircularSpotifyText-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: local("Circular Std Bold Italic"), local("CircularStd-BoldItalic"), url("../custom-fonts/CircularStd-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: local("Circular Spotify Text Light Italic"), local("CircularSpotifyText-LightItalic"), url("../custom-fonts/CircularSpotifyText-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: local("Circular Std Medium Italic"), local("CircularStd-MediumItalic"), url("../custom-fonts/CircularStd-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

/*
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background: #fff;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
}
body.inner-body.body-pt {
  padding-top: 80px;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

input, textarea, select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
}

/**
 * Basic typography style for copy text
 */
body {
  font-size: 1rem;
  color: #696969;
  font: normal 125%/1.4;
  font-family: "Circular Std", sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #181818;
  text-transform: capitalize;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
body h1 {
  font-size: calc(1.6875rem + 5.25vw);
}
@media (min-width: 1200px) {
  body h1 {
    font-size: 5.625rem;
  }
}
body h2 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  body h2 {
    font-size: 2.25rem;
  }
}
body h3 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  body h3 {
    font-size: 1.875rem;
  }
}
body h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  body h4 {
    font-size: 1.5rem;
  }
}
body h5 {
  font-size: 1.25rem;
}
body h6 {
  font-size: 1rem;
}
body a > h1,
body a > h2,
body a > h3,
body a > h4,
body a > h5,
body a > h6 {
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
body a {
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
body a:hover {
  color: #ac101e;
}
body img {
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

@keyframes ripple {
  from {
    opacity: 1;
    transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1);
  }
}
@keyframes pluse_animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes rotating {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes up-down {
  0%, 100% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0);
  }
}
/* @@@@@@@@@@@@@  Extend Property CSS start here  @@@@@@@@@@@@@@ */
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box, .shop-cart .section-wrapper .cart-top table tbody tr td.product-item, .shop-single .review .review-content .description .post-item, .shop-single .review .review-content .review-showing .client-review .review-form form .rating ul, .shop-single .review .review-content .review-showing .client-review .review-form form .rating, .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on, .shop-single .review .review-content .review-showing .content li .post-content .entry-meta, .shop-single .review .review-nav, .shop-single .product-details .post-content form, .account-form .form-group .checkgroup, .contact-information .section-wrapper .contact-item .contact-inner, .product-section .section-wrapper .product-item .product-thumb .product-action-link, .product-section .section-wrapper .product-list-item .product-thumb .product-action-link, .ticket-area .ticket-left, .about-list, .default-pagination {
  display: flex;
  flex-wrap: wrap;
}

.halloween-newslater form, .shop-single .review .review-content .description .post-item .post-content ul li, .shop-single .product-details .post-content form .select-product select, .shop-single .product-details .post-content form .select-product, .shop-single .product-details .product-thumb, aside .widget.widget-search .search-wrapper, .blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags .tags-indicator, .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li, .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-next, .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-prev, .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb, .blog-section, .newslater-section form, .ticket-area .ticket-left, .artist-item .artist-inner, .program-item .program-inner .program-content .program-list li, .speaker-item, .lab-btn, .footer-section .section-wrapper, header .header-bar, header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content ul, header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content, header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul, header .section-wrapper .menu-wrapper ul.menu-button li, header .section-wrapper .menu-wrapper ul.main-menu > li ul li, header .section-wrapper .menu-wrapper ul.main-menu > li, .catmenu-item-has-children > a, .cart-plus-minus, aside .widget .widget-header h5, .blog-section.style-main-section.blog-single .section-wrapper article h5, .speaker-item .speaker-icon li {
  position: relative;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon, .shop-single .review .review-content .description .post-item .post-content ul li::before, .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after, .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before, .shop-single .product-details .post-content form .select-product i, .shop-single .product-details .product-thumb .pro-single-prev, .shop-single .product-details .product-thumb .pro-single-next, aside .widget.widget-search .search-wrapper button, .blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags .tags-indicator:after, .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li ul, .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group .play,
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group .pause, .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group, .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation, .product-section .modal .modal-dialog .modal-content button.close, .product-section .section-wrapper .product-item .product-thumb .product-action-link, .product-section .section-wrapper .product-list-item .product-thumb .product-action-link, .product-section .section-wrapper .product-item .product-thumb::after, .product-section .section-wrapper .product-list-item .product-thumb::after, .newslater-section form button, .ticket-area .ticket-left::after, .artist-item .artist-inner .artist-content, .artist-item .artist-inner::after, .program-item .program-inner .program-content .program-list li::after, header .header-bar span, header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content .remove-item, header .section-wrapper .menu-wrapper ul.menu-button li .cart-items, .catmenu-item-has-children > a::before, .catmenu-item-has-children > a::after, .cart-plus-minus .qtybutton, .pluse::after, .pluse::before, .pluse, .shape-bottom, .shape-top, .shape-bottom-left, .shape-bottom-right, .shape-top-right, .shape-top-left, .speaker-item .speaker-icon li ul, .speaker-item .speaker-icon {
  position: absolute;
  content: "";
}

body ul {
  padding: 0;
  margin: 0;
}

.shop-cart .section-wrapper .cart-bottom, .shop-single .product-details, aside .widget.widget-instagram ul.widget-wrapper li a, .blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-thumb, .blog-section, .product-section .section-wrapper .product-item .product-thumb, .product-section .section-wrapper .product-list-item .product-thumb, .artist-item .artist-inner .artist-thumb, .artist-section, .program-item .program-inner .program-thumb, .speaker-item .speaker-thumb, .about-section.style-2 .about-thumb .play-icon, .lab-btn, header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-thumb, .cart-plus-minus, .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .content-part h4 a, .program-item .program-inner .program-content .program-title, aside .widget.widget-post ul.widget-wrapper li .post-content h6 a {
  overflow: hidden;
}

.shop-single .product-details .post-content form .default-button, aside .widget.widget-search .search-wrapper button, .blog-section.style-main-section.blog-single .section-wrapper article .leave-comment .comment-form input[type=submit], .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group .play,
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group .pause, .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-next, .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-prev, .contact-information .section-wrapper form button, .product-section .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button button, .newslater-section form button, header .header-bar {
  cursor: pointer;
}

.map-section iframe, .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text, .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select, .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout, .shop-cart .section-wrapper .cart-top table, .shop-single .review .review-content .description .post-item .post-content, .shop-single .review .review-content .description .post-item .post-thumb, .shop-single .review .review-content .review-showing .client-review .review-form form textarea, .shop-single .review .review-content .review-showing .client-review .review-form form input, .shop-single .review .review-content .review-showing .content li .post-content, .shop-single .product-details .post-content form .discount-code, .shop-single .product-details .post-content form .select-product select, .shop-single .product-details .post-content form .select-product, .shop-single .product-details .product-thumb .pro-single-thumbs .single-thumb img, .shop-single .product-details .product-thumb .pro-single-top .single-thumb img, .contact-information .section-wrapper .contact-item .contact-inner .contact-content, .contact-information .section-wrapper .contact-item .contact-inner .contact-thumb, .shop-widget .widget-wrapper .shop-menu li .shop-submenu, .shop-widget .widget-wrapper .shop-menu li a, .ticket-area .ticket-left .ticket-content, .ticket-area .ticket-left .ticket-thumb img, .ticket-area .ticket-left .ticket-thumb, .artist-item .artist-inner .artist-thumb img, .about-list li, input, textarea, select {
  width: 100%;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 700;
}

.banner-content .banner-title {
  font-weight: 400;
}

.about-section.style-2 .about-thumb .play-icon {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.default-pagination {
  justify-content: center;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box, .shop-single .review .review-content .review-showing .content li .post-content .entry-meta, .shop-single .product-details .post-content form {
  justify-content: space-between;
}

.shop-single .product-details .post-content p.rating {
  justify-content: flex-start;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box, .shop-single .review .review-content .description .post-item, .shop-single .review .review-content .review-showing .client-review .review-form form .rating, .shop-single .review .review-content .review-showing .content li .post-content .entry-meta, .shop-single .product-details .post-content form, .shop-single .product-details .post-content p.rating {
  align-items: center;
}

.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a {
  text-transform: capitalize;
}

.map-section iframe, .shop-widget .widget-wrapper .shop-menu li a, .about-subtitle {
  display: block;
}

.scrollToTop i, .section-header .section-subtitle {
  display: inline-block;
}

aside .widget.widget-search .search-wrapper button, .product-section .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button button, .product-section .modal .modal-dialog .modal-content button.close, button.lab-btn {
  border: none;
}

aside .widget.widget-instagram ul.widget-wrapper li, aside .widget.widget-post ul.widget-wrapper li .post-thumb, .blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-thumb, .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb, .speaker-item, header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-thumb {
  overflow: hidden;
}
aside .widget.widget-instagram ul.widget-wrapper li a, aside .widget.widget-post ul.widget-wrapper li .post-thumb a, .blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-thumb a, .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb a, .speaker-item a, header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-thumb a {
  display: block;
}
aside .widget.widget-instagram ul.widget-wrapper li a img, aside .widget.widget-post ul.widget-wrapper li .post-thumb a img, .blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-thumb a img, .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb a img, .speaker-item a img, header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-thumb a img {
  width: 100%;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
aside .widget.widget-post ul.widget-wrapper li .post-content h6 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .content-part h4 a, .program-item .program-inner .program-content .program-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input, .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a, .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a, .shop-single .product-details .product-thumb .pro-single-prev, .shop-single .product-details .product-thumb .pro-single-next, .shop-widget .widget-wrapper .shop-menu li .shop-submenu li a, .shop-widget .widget-wrapper .shop-menu li .shop-submenu li.open > a, .shop-widget .widget-wrapper .shop-menu li a, .cart-plus-minus .qtybutton, .cart-plus-minus .cart-plus-minus-box {
  color: #000;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li, .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select, .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping input, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input, .shop-single .sidebar-widget .widget-search form input {
  background-color: #fff;
}

.fore-zero .section-wrapper .zero-item .zero-content .lab-btn, .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type=submit], .shop-cart .section-wrapper .cart-top table thead tr, .shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before, .shop-single .review .review-nav li.active, .shop-single .product-details .post-content form .default-button, .cart-plus-minus .qtybutton:hover {
  background: #ac101e;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit]:hover, .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a:hover, .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a:hover, .shop-widget .widget-wrapper .shop-menu li .shop-submenu li a.active, .shop-widget .widget-wrapper .shop-menu li .shop-submenu li a:hover, .shop-widget .widget-wrapper .shop-menu li a:hover, .shop-widget .widget-wrapper .shop-menu li.open > a, .lab-btn.style-2 span {
  color: #ac101e;
}

.fore-zero .section-wrapper .zero-item, .shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3), .contact-information .section-wrapper .contact-item .contact-inner .contact-content, .contact-information .section-wrapper .contact-item .contact-inner .contact-thumb, .scrollToTop i, .social-media li a, .social-media a {
  text-align: center;
}

.program-item .program-inner .program-content .program-list li {
  list-style: none;
}

/* @@@@@@@@@@@@@  Extend Property Margin 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul, .shop-single .review .review-content .description .post-item .post-content ul, .shop-single .review .review-content .review-showing .client-review .review-form form .rating ul, .shop-single .review .review-content .review-showing .content, .shop-single .review .review-nav, .shop-widget .widget-wrapper .shop-menu li .shop-submenu, .shop-widget .widget-wrapper .shop-menu, .cart-plus-minus .qtybutton, .cart-plus-minus .cart-plus-minus-box {
  margin: 0;
}

.footer-section .section-wrapper .footer-social .social-media a, .social-media a {
  margin: 5px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right, .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input, .shop-single .review .review-content .review-showing .content li .post-content .entry-content p, .shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on p, .shop-single .product-details .post-content form .discount-code input, aside .widget.widget-post ul.widget-wrapper li .post-content h6 a, .about-section.style-2 .about-content .counter-up p, header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content h6, aside .widget .widget-header h5, .blog-section.style-main-section.blog-single .section-wrapper article h5 {
  margin-bottom: 0px;
}

.shop-single .product-details .post-content p.rating, .shop-single .product-details .post-content h6, aside .widget.widget-post ul.widget-wrapper li .post-content p, .artist-item .artist-inner .artist-content .artist-name, .about-subtitle, header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content ul, .section-header .section-subtitle {
  margin-bottom: 10px;
}

.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button, .product-section .section-wrapper .product-item .product-content h6, .product-section .section-wrapper .product-list-item .product-content h6 {
  margin-top: 10px;
}

ul li {
  margin-left: 0;
}

.shop-widget .widget-wrapper .shop-menu li.menu-item-has-children {
  margin-right: 0;
}

.program-item .program-inner .program-content .program-list li i, .social-media li a {
  margin-right: 5px;
}

.about-list li i {
  margin-right: 10px;
}

.halloween-ticket .ticket-area .ticket-left .ticket-content .ticket-subtitle, .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li, .shop-cart .section-wrapper .cart-bottom, .shop-single .review .review-content .review-showing .content li .post-thumb, .shop-single .review, .contact-information .section-wrapper .contact-item .contact-inner .contact-thumb, .program-item .program-inner .program-content .program-title, .about-title {
  margin-bottom: 15px;
}

.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon .lab-btn {
  margin-top: 0;
}

header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul.button-group, button.lab-btn {
  margin-top: 15px;
}

.banner-content .banner-button-group a:first-child {
  margin-right: 15px;
}

.about-desc {
  margin-bottom: 20px;
}

.fore-zero .section-wrapper .zero-item .zero-content {
  margin-top: 20px;
}

.shop-single .product-details .post-content h4, .speaker-item .speaker-content h5 {
  margin-bottom: 5px;
}

.halloween-pricing .pricing-item .pricing-inner .pricing-content .pricing-price, .fore-zero .section-wrapper .zero-item .zero-content p, .shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h3, .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping h3, .shop-single .review .review-content .review-showing .client-review .review-form form input, .shop-single .product-details .post-content p, .account-wrapper .title, .contact-information .section-wrapper .contact-item, .newslater-section .newslater-title, .pricing-item .pricing-inner .pricing-content .pricing-price, .pricing-item .pricing-inner .pricing-thumb, .about-list {
  margin-bottom: 30px;
}

.pricing-item .pricing-inner .pricing-content .pricing-list, .event-btn, .banner-content .banner-button-group {
  margin-top: 30px;
}

.ticket-area .ticket-left .ticket-content .ticket-countdown {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-section .section-wrapper .footer-social {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* @@@@@@@@@@@@@  Extend Property padding 10 - 30 CSS Writing Now  @@@@@@@@@@@@@@ */
.shop-widget {
  padding: 0;
}

input, textarea, select {
  padding: 10px;
}

.ticket-area .ticket-left .ticket-content, .ticket-area, .program-item .program-inner .program-content {
  padding: 30px;
}

.speaker-item .speaker-content {
  padding-bottom: 10px;
}

.shop-widget .widget-wrapper .shop-menu li .shop-submenu {
  padding-bottom: 15px;
}

.shop-widget .widget-wrapper .shop-menu li .shop-submenu {
  padding-top: 15px;
}

.speaker-item .speaker-content, .speaker-item.active .speaker-content, .speaker-item:hover .speaker-content {
  padding-top: 20px;
}

.pricing-item .pricing-inner .pricing-content .pricing-list li, .program-item .program-inner .program-content .program-list li, .about-list li {
  padding: 5px 0;
}

.speaker-item .speaker-icon {
  padding: 20px;
  top: 0;
  left: 0;
  z-index: 1;
}
.speaker-item .speaker-icon li a {
  color: #fff;
}
.speaker-item .speaker-icon li ul {
  top: 100%;
  left: 0;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
  opacity: 0;
}
.speaker-item .speaker-icon li ul li {
  padding: 0;
  z-index: 1;
}

aside .widget .widget-header, .blog-section.style-main-section.blog-single .section-wrapper article {
  margin-bottom: 50px;
}
aside .widget .widget-header h5, .blog-section.style-main-section.blog-single .section-wrapper article h5 {
  font-size: 1.25rem;
}
aside .widget .widget-header h5::before, .blog-section.style-main-section.blog-single .section-wrapper article h5::before, aside .widget .widget-header h5::after, .blog-section.style-main-section.blog-single .section-wrapper article h5::after {
  position: absolute;
  content: "";
  bottom: -20px;
}
aside .widget .widget-header h5::before, .blog-section.style-main-section.blog-single .section-wrapper article h5::before {
  width: 50px;
  height: 4px;
  background-color: #ac101e;
  border-radius: 2px;
}
aside .widget .widget-header h5::after, .blog-section.style-main-section.blog-single .section-wrapper article h5::after {
  border-bottom: 4px dotted #ac101e;
  width: 23px;
  left: 60px;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1210px;
  margin: 0 auto;
  padding-inline: 20px;
  width: 100%;
}

.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

ul li {
  list-style: none;
}

.section-header {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-header {
    margin-bottom: 60px;
  }
}
.section-header .section-subtitle {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .section-header .section-subtitle {
    font-size: 1.5rem;
  }
}
.section-header .section-title {
  font-family: "Fredoka One", cursive;
}

.dd-icon-down::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.z-index-1 {
  z-index: 1;
}

.social-media-icon li {
  padding: 0;
}
.social-media-icon li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  background-color: #ac101e;
  color: #fff;
}
.social-media-icon li a.facebook {
  background-color: #3b5998;
}
.social-media-icon li a.twitter {
  background-color: #55acee;
}
.social-media-icon li a.futbol {
  background-color: #ea4c89;
}
.social-media-icon li a.google {
  background-color: #dd4b39;
}

.social-media a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.social-media a:hover {
  background: #fff !important;
}
.social-media a.facebook {
  background: #3b5998;
}
.social-media a.facebook:hover {
  color: #3b5998;
}
.social-media a.twitter {
  background: #55acee;
}
.social-media a.twitter:hover {
  color: #55acee;
}
.social-media a.linkedin {
  background: #007bb5;
}
.social-media a.linkedin:hover {
  color: #007bb5;
}
.social-media a.youtube {
  background: #cd201f;
}
.social-media a.youtube:hover {
  color: #cd201f;
}

.padding-top {
  padding-top: 75px;
}
@media (min-width: 992px) {
  .padding-top {
    padding-top: 115px;
  }
}

@media (min-width: 992px) {
  .padding-lg-top {
    padding-top: 115px;
  }
}
.padding-bottom {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .padding-bottom {
    padding-bottom: 120px;
  }
}

.bg-attachment {
  background-attachment: fixed;
}

.ls-2 {
  letter-spacing: 2px;
}

@media (min-width: 1440px) {
  .ml-xxl-450 {
    margin-left: -450px;
  }
}

@media (min-width: 1200px) {
  .w-xl-none {
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .mr-xl-50-none {
    margin-right: -50px;
  }

  .ml-xl-50-none {
    margin-left: -50px;
  }
}
.rating-star li i {
  color: #ac101e;
}

.shape-top-left {
  top: 0;
  left: 0;
}

.shape-top-right {
  top: 0;
  right: 0;
}

.shape-bottom-right {
  bottom: 0;
  right: 0;
}

.shape-bottom-left {
  bottom: 0;
  left: 0;
}

.shape-top {
  top: 0;
  left: 0;
}

.shape-bottom {
  bottom: 0;
  left: 0;
}

.bg-img {
  background-size: cover !important;
  background-position: center center !important;
}

.halloween {
  background: #060818;
}

.theme-color {
  color: #ac101e;
}

.bg-theme {
  background: #ac101e !important;
}

.pluse {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
}
.pluse::after, .pluse::before {
  background: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
}
.pluse::after {
  width: 70px;
  height: 70px;
  -webkit-animation: pluse_animate 3.5s infinite linear;
  animation: pluse_animate 3.5s infinite linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.pluse:before {
  width: 80px;
  height: 80px;
  -webkit-animation: pluse_animate 3s infinite linear;
  animation: pluse_animate 3s infinite linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.social-media li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 1.25rem;
}
.social-media li a:hover {
  color: #fff;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.vimeo {
  background: #3b5998;
}
.social-media li a.youtube {
  background: #cd201f;
}
.social-media li a.twitch {
  background: #6441a5;
}
.social-media li a.facebook {
  background: #3b5998;
}
.social-media li a.twitter {
  background: #55acee;
}
.social-media li a.linkedin {
  background: #007bb5;
}
.social-media li a.dribbble {
  background: #ea4c89;
}
.social-media li a.skype {
  background: #2fb7df;
}

@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }
}

/*@@@@@@@@@@@@@@   cart-plus-minus Start Here  @@@@@@@@@@@@@@@@@*/
.cart-plus-minus {
  border: 1px solid #ecf0f3;
  width: 120px;
  margin: 0 auto;
  cursor: pointer;
}
.cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #ecf0f3;
  height: 40px;
  left: 0;
  top: 0;
}
.cart-plus-minus .cart-plus-minus-box {
  border: medium none;
  float: left;
  font-size: 14px;
  height: 40px;
  text-align: center;
  width: 120px;
  outline: none;
}
.cart-plus-minus .qtybutton {
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.cart-plus-minus .qtybutton:hover {
  color: #fff;
}
.cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #ecf0f3;
  right: 0;
  top: 0;
}

.default-pagination {
  margin: -7px !important;
  margin-top: 31px !important;
}
@media (min-width: 768px) {
  .default-pagination {
    margin-top: 41px !important;
  }
}
.default-pagination li {
  padding: 7px;
}
.default-pagination li a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  color: #000;
}
.default-pagination li a:hover, .default-pagination li a.active {
  background: #ac101e;
  box-shadow: none;
  color: #fff;
}

.catmenu-item-has-children > a::after {
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 10px;
  height: 2px;
  background: #fff;
}
.catmenu-item-has-children > a::before {
  top: 50%;
  transform: translateY(-50%);
  right: 29px;
  width: 2px;
  height: 10px;
  background-color: #fff;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
@media (min-width: 992px) {
  .catmenu-item-has-children > a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 10px;
    height: 2px;
    background-color: #181818;
  }
  .catmenu-item-has-children > a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    width: 2px;
    height: 10px;
    background-color: #181818;
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    transition: 0.3s all linear;
  }
}
@media (min-width: 992px) {
  .catmenu-item-has-children .menu-item-has-children a::after {
    right: 11px;
  }
  .catmenu-item-has-children .menu-item-has-children a::before {
    right: 15px;
  }
}
@media (min-width: 992px) {
  .catmenu-item-has-children .menu-item-has-children a:hover::after, .catmenu-item-has-children .menu-item-has-children a:hover::before {
    background: #fff;
  }
}
.catmenu-item-has-children.open > a:before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background: #ac101e;
}
.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner .preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}
.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  -moz-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    opacity: 0;
  }
}
.scrollToTop {
  position: fixed;
  bottom: -30%;
  right: 5%;
  z-index: 9;
}
.scrollToTop i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  background: #ac101e;
  font-size: 1.5rem;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.scrollToTop i:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 20px 0px rgba(172, 16, 30, 0.5);
}

/*================*** Header Section Start Here     ***===================*/
header.header-fixed .header-one {
  background: #ac101e;
  box-shadow: 0 0 10px rgba(24, 24, 24, 0.1);
}
@media (min-width: 992px) {
  header.header-fixed .header-style-two {
    top: 50px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(24, 24, 24, 0.1);
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    transition: 0.3s all linear;
  }
}
header .header-one {
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
  width: 100%;
  position: fixed;
  z-index: 9;
}
@media (max-width: 991px) {
  header .header-one {
    background: #ac101e;
  }
}
header .header-one.header-fixed {
  position: relative;
}
@media (min-width: 992px) {
  header .header-one.header-style-two {
    top: 50px;
    background-color: transparent;
  }
}
header .header-one.header-style-two.header-bg-white {
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  header .header-style-two .section-wrapper .menu-wrapper ul.main-menu > li:hover a {
    color: #181818;
  }
}
@media (min-width: 992px) {
  header .header-style-two .section-wrapper .menu-wrapper ul.menu-button li a i {
    color: #bd0015;
  }
}
header .header-style-two .header-bar span {
  background: #bd0015;
}
@media (max-width: 991px) {
  header .header-style-two {
    background-color: #fff;
  }
}
header .header-style-two.header-bg-white {
  background-color: #fff;
  animation-name: slideInUp;
}
header .header-style-two .section-wrapper {
  padding: 0;
  position: relative;
  z-index: 1;
}
header .header-style-two .section-wrapper .menu-wrapper ul.main-menu li a {
  color: #181818;
}
header .header-style-two .section-wrapper .menu-wrapper ul.main-menu li a:hover, header .header-style-two .section-wrapper .menu-wrapper ul.main-menu li a.active {
  color: #ac101e;
}
header .header-style-two .section-wrapper .menu-wrapper ul.main-menu li ul {
  top: calc(100% + 10px);
}
header .header-style-two .section-wrapper .menu-wrapper ul.menu-button li .cart-items {
  top: 100%;
}
@media (max-width: 575px) {
  header .header-style-two .section-wrapper .menu-wrapper ul.menu-button li .cart-items {
    left: 0;
  }
}
header .header-style-two .header-top p {
  width: 50%;
  line-height: 50px;
  color: #fff;
  font-style: italic;
}
header .header-style-two .header-top p:last-child {
  text-align: right;
}
header .header-style-two .header-top p a {
  color: #fff;
  font-weight: 600;
}
header .header-style-two .section-wrapper {
  min-height: 80px;
  background-color: #fff;
  padding-left: 10px;
}
header .section-wrapper {
  min-height: 70px;
}
@media (min-width: 992px) {
  header .section-wrapper {
    min-height: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .section-wrapper {
    justify-content: center !important;
  }
  header .section-wrapper .logo {
    padding-top: 10px;
  }
  header .section-wrapper .menu-wrapper {
    width: 100%;
    justify-content: center !important;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  header .section-wrapper {
    position: relative;
  }
}
@media (max-width: 991px) {
  header .section-wrapper .menu-wrapper {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 15px;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s ease;
    overflow-y: auto;
    height: 300px;
  }
  header .section-wrapper .menu-wrapper.show {
    transform: scaleY(1);
  }
}
header .section-wrapper .menu-wrapper ul.main-menu > li {
  padding: 0;
  margin: 0 5px;
  width: 100%;
  border-bottom: 1px solid #ecf0f3;
}
@media (min-width: 992px) {
  header .section-wrapper .menu-wrapper ul.main-menu > li {
    width: auto;
    border-bottom: none;
  }
}
header .section-wrapper .menu-wrapper ul.main-menu > li:last-child {
  border: none;
}
header .section-wrapper .menu-wrapper ul.main-menu > li ul {
  left: 0;
  top: calc(100%);
  min-width: 190px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (min-width: 992px) {
  header .section-wrapper .menu-wrapper ul.main-menu > li ul {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
  }
}
@media (max-width: 991px) {
  header .section-wrapper .menu-wrapper ul.main-menu > li ul {
    display: none;
  }
}
header .section-wrapper .menu-wrapper ul.main-menu > li ul li {
  border-bottom: 1px solid #ecf0f3;
  padding: 0;
}
header .section-wrapper .menu-wrapper ul.main-menu > li ul li ul {
  right: 100%;
  top: 0;
}
header .section-wrapper .menu-wrapper ul.main-menu > li ul li a {
  padding: 13px 0;
  padding-left: 25px;
  background-color: #fff;
  display: block;
}
@media (max-width: 991px) {
  header .section-wrapper .menu-wrapper ul.main-menu > li ul li a {
    display: block;
  }
}
header .section-wrapper .menu-wrapper ul.main-menu > li ul li a:hover {
  padding-left: 20px;
}
header .section-wrapper .menu-wrapper ul.main-menu > li ul li:last-child {
  border: none;
}
header .section-wrapper .menu-wrapper ul.main-menu > li a {
  padding: 10px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  header .section-wrapper .menu-wrapper ul.main-menu > li a {
    color: #181818;
    display: block;
  }
}
header .section-wrapper .menu-wrapper ul.main-menu > li a.active {
  color: #ac101e;
}
@media (min-width: 992px) {
  header .section-wrapper .menu-wrapper ul.main-menu > li a.active {
    color: #fff;
  }
}
header .section-wrapper .menu-wrapper ul.main-menu > li:hover a {
  color: #ac101e;
}
@media (min-width: 992px) {
  header .section-wrapper .menu-wrapper ul.main-menu > li:hover a {
    color: #fff;
  }
}
header .section-wrapper .menu-wrapper ul.main-menu > li:hover ul {
  visibility: visible;
  opacity: 1;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
header .section-wrapper .menu-wrapper ul.main-menu > li:hover ul li a {
  color: #000;
}
header .section-wrapper .menu-wrapper ul.main-menu > li:hover ul li a.active, header .section-wrapper .menu-wrapper ul.main-menu > li:hover ul li a:hover {
  color: #fff;
  background-color: #ac101e;
  padding-left: 30px;
}
header .section-wrapper .menu-wrapper ul.main-menu > li:hover ul li ul {
  left: 100%;
  visibility: hidden;
  opacity: 0;
}
header .section-wrapper .menu-wrapper ul.main-menu > li:hover ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}
header .section-wrapper .menu-wrapper ul.menu-button li {
  padding: 0;
}
header .section-wrapper .menu-wrapper ul.menu-button li.cart-icon {
  width: 80px;
  height: 80px;
  background-color: #ac101e;
}
header .section-wrapper .menu-wrapper ul.menu-button li.cart-icon a.cart-button {
  width: 60px;
  height: 60px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}
header .section-wrapper .menu-wrapper ul.menu-button li a {
  display: block;
}
header .section-wrapper .menu-wrapper ul.menu-button li a sup {
  min-width: 15px;
  min-height: 15px;
  display: inline-block;
  line-height: 15px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  top: -0.8rem;
  left: -0.7rem;
  background-color: #ff4600;
}
header .section-wrapper .menu-wrapper ul.menu-button li a i {
  color: #ac101e;
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  header .section-wrapper .menu-wrapper ul.menu-button li a i {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  header .section-wrapper .menu-wrapper ul.menu-button li a i {
    color: #fff;
  }
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items {
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
  top: calc(100% + 25px);
  right: 0;
  min-width: 320px;
  height: auto;
  background-color: #f9f9f9;
  opacity: 0;
  visibility: hidden;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul {
  z-index: 9999;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-thumb {
  width: 85px;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-thumb a {
  padding: 0;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content {
  padding-left: 15px;
  width: calc(100% - 85px);
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content .remove-item {
  top: 0px;
  right: 0px;
  padding: 0px;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content .remove-item i {
  color: #ac101e;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content h6 a {
  color: #000;
  padding: 0;
  text-transform: capitalize;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content h6 a:hover {
  color: #ac101e;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content h5 {
  color: #000;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content ul li {
  margin: 0;
  padding: 0;
  border: none;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li .post-content ul li i {
  margin-right: 5px;
  color: #ac101e;
  font-size: 0.875rem;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul li:last-child {
  margin: 0;
  border: none;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul.button-group {
  display: flex;
  justify-content: space-around;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul.button-group li {
  padding: 0;
  margin: 0;
  border: none;
}
header .section-wrapper .menu-wrapper ul.menu-button li .cart-items ul.button-group li a {
  margin: 0;
  text-align: center;
  display: inline-block;
}
header .section-wrapper .menu-wrapper ul.menu-button li:hover .cart-items {
  visibility: visible;
  opacity: 1;
}
header .header-bar {
  width: 30px;
  height: 25px;
}
header .header-bar span {
  display: inline-block;
  height: 3px;
  width: 100%;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
  background-color: #fff;
  left: 0;
}
header .header-bar span:nth-child(2) {
  top: 52%;
  transform: translateY(-65%);
}
header .header-bar span:first-child {
  top: 0;
}
header .header-bar span:last-child {
  bottom: 0;
}
header .header-bar.show span:first-child {
  -webkit-transform: rotate(45deg) translate(6px, 13px);
  -ms-transform: rotate(45deg) translate(6px, 13px);
  transform: rotate(45deg) translate(6px, 13px);
}
header .header-bar.show span:nth-child(2) {
  opacity: 0;
}
header .header-bar.show span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -9px);
  -ms-transform: rotate(-45deg) translate(3px, -9px);
  transform: rotate(-45deg) translate(3px, -9px);
}

.banner-section {
  padding: 150px 0;
  background: #080e37;
}
@media (min-width: 992px) {
  .banner-section {
    padding: 300px 0px 250px;
    background: url(../../assets/images/banner/bg.jpg);
    background-position: 80% 100% !important;
  }
}
@media (min-width: 1200px) {
  .banner-section {
    background-position: 100% 100% !important;
  }
}
.banner-section.chismas .shape-bottom {
  bottom: -10px;
}
@media (min-width: 1440px) {
  .banner-section.chismas {
    padding: 200px 0;
  }
  .banner-section.chismas .shape-bottom {
    bottom: -25px !important;
  }
}

.banner-content .banner-sub-title {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .banner-content .banner-sub-title {
    font-size: 1.5rem;
  }
}
.banner-content .banner-title {
  font-size: calc(1.5375rem + 3.45vw);
  font-family: "Fredoka One", cursive;
}
@media (min-width: 1200px) {
  .banner-content .banner-title {
    font-size: 4.125rem;
  }
}
.banner-thumb img {
  animation: up-down 6s infinite linear;
}
@media (min-width: 1440px) {
  .banner-thumb img {
    max-width: none;
  }
}

.pageheader-section {
  padding: 200px 0;
}
.pageheader-section .shape-top {
  z-index: 0;
}
.pageheader-section .breadcrumb-item::before {
  color: #fff;
}
.pageheader-section .breadcrumb-item.active {
  color: #fff;
}
.pageheader-section .breadcrumb-item a:hover {
  color: #fff;
}

.footer-section {
  padding: 200px 0;
}
.footer-section .section-wrapper {
  z-index: 1;
}
.footer-section .section-wrapper .footer-copyright p a:hover {
  color: #fff;
}

.lab-btn {
  display: inline-block;
  padding: 16px 25px;
  background-position: left center;
  box-shadow: 0 5px 5px rgba(24, 24, 24, 0.2);
  background: #bd0015;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.lab-btn span {
  z-index: 1;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}
.lab-btn:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: none;
}
.lab-btn.style-2 {
  box-shadow: 0 5px 5px rgba(24, 24, 24, 0.2);
  background: #fff;
}
.lab-btn.style-2:hover {
  box-shadow: none;
}

.about-title {
  font-family: "Fredoka One", cursive;
  font-weight: 300;
}

.about-subtitle {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .about-subtitle {
    font-size: 1.5rem;
  }
}

@media (min-width: 576px) {
  .about-list li {
    width: calc(100% / 2);
  }
}
.about-section.style-2 .about-content h2 {
  font-family: "Fredoka One", cursive;
}
.about-section.style-2 .about-content h2:last-child {
  margin-bottom: 15px;
}
.about-section.style-2 .about-content .counter-up h2 {
  margin-bottom: 3px;
  font-weight: 500;
  font-family: "Circular Std", sans-serif;
}
.about-section.style-2 .about-content .counter-up h2.color-one {
  color: #ff4600;
}
.about-section.style-2 .about-content .counter-up h2.color-two {
  color: #ffc700;
}
.about-section.style-2 .about-content .counter-up h2.color-three {
  color: #22a1ff;
}
.about-section.style-2 .about-content .counter-up h2.color-four {
  color: #9314ff;
}
.about-section.style-2 .about-content .counter-up p {
  color: #181818;
}
.about-section.style-2 .about-thumb {
  padding: 15px 15px 0 0;
  border-top: 1px solid #ac101e;
  border-right: 1px solid #ac101e;
}
.about-section.style-2 .about-thumb .play-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.event-section {
  padding: 80px 0 75px;
}
@media (min-width: 992px) {
  .event-section {
    padding: 200px 0;
  }
}

.event-speaker-section {
  background: #f2f6fb;
}
@media (min-width: 992px) {
  .event-speaker-section .section-header p {
    max-width: 650px;
    margin: 0 auto;
  }
}

.speaker-item.active .speaker-icon li ul, .speaker-item:hover .speaker-icon li ul {
  opacity: 1;
}
.speaker-item.active .speaker-thumb img, .speaker-item:hover .speaker-thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.speaker-item.active .speaker-content h5 a, .speaker-item:hover .speaker-content h5 a {
  color: #bd0015;
}
.speaker-item .speaker-content h5 a {
  color: #181818;
}
.speaker-item .speaker-content p {
  color: #181818;
  margin: 0;
  font-size: 0.875rem;
}

.program-item .program-inner {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.program-item .program-inner:hover {
  box-shadow: 0 0 30px rgba(136, 136, 136, 0.1);
}
.program-item .program-inner:hover .program-thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.program-item .program-inner:hover .program-content .program-title {
  color: #ac101e;
}
.program-item .program-inner .program-content .program-list li:last-child::after {
  display: none;
}
.program-item .program-inner .program-content .program-list li::after {
  top: 75%;
  left: 7px;
  height: 100%;
  width: 1px;
  border: 1px dashed #ecf0f3;
}
.program-item .program-inner .program-content .program-list li i {
  color: #ac101e;
}

.artist-section .shape-bottom-right {
  margin-bottom: -50px;
}

.artist-item .artist-inner {
  border: 8px solid #fff;
}
.artist-item .artist-inner::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 24, 24, 0.5);
  transform-origin: bottom;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.artist-item .artist-inner:hover::after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.artist-item .artist-inner:hover .artist-thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.artist-item .artist-inner:hover .artist-content {
  -webkit-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}
.artist-item .artist-inner .artist-content {
  bottom: 30px;
  left: 50%;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
  -webkit-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.pricing-item .pricing-inner {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  padding: 40px 30px;
  background: #fff;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.pricing-item .pricing-inner:hover, .pricing-item .pricing-inner.active {
  background: #ac101e;
}
.pricing-item .pricing-inner:hover .pricing-content .pricing-title, .pricing-item .pricing-inner:hover .pricing-content .pricing-price, .pricing-item .pricing-inner.active .pricing-content .pricing-title, .pricing-item .pricing-inner.active .pricing-content .pricing-price {
  color: #fff;
}
.pricing-item .pricing-inner:hover .pricing-content .lab-btn, .pricing-item .pricing-inner.active .pricing-content .lab-btn {
  background: #fff;
}
.pricing-item .pricing-inner:hover .pricing-content .lab-btn span, .pricing-item .pricing-inner.active .pricing-content .lab-btn span {
  color: #ac101e;
}
.pricing-item .pricing-inner:hover .pricing-content .pricing-list li, .pricing-item .pricing-inner.active .pricing-content .pricing-list li {
  color: #fff;
}
@media (max-width: 991px) {
  .ticket-section .ticket-sleep {
    text-align: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .ticket-section .ticket-sleep {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .ticket-section .ticket-sleep h3, .ticket-section .ticket-sleep p, .ticket-section .ticket-sleep img {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    white-space: nowrap;
    margin: 0;
    width: 40px;
    bottom: 0;
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .ticket-section .ticket-sleep h3, .ticket-section .ticket-sleep p {
    margin-bottom: -70px;
  }
}
@media (min-width: 992px) {
  .ticket-section .ticket-sleep img {
    transform: rotate(0deg);
  }
}
@media (min-width: 992px) {
  .ticket-section .ticket-sleep img.img-1 {
    display: none;
  }
}
@media (max-width: 991px) {
  .ticket-section .ticket-sleep img.img-2 {
    display: none;
  }
}

.ticket-area {
  background: #fff;
}
@media (min-width: 992px) {
  .ticket-area {
    background: url(../../assets/images/ticket/bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px 20px;
  }
}
.ticket-area .ticket-left {
  align-items: center;
}
.ticket-area .ticket-left::after {
  height: 90%;
  top: 50%;
  right: -15px;
  border: 1px dashed #181818;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .ticket-area .ticket-left::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .ticket-area .ticket-left .ticket-thumb {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .ticket-area .ticket-left .ticket-content {
    width: 50%;
  }
}
.ticket-area .ticket-left .ticket-content .ticket-subtitle {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .ticket-area .ticket-left .ticket-content .ticket-subtitle {
    font-size: 1.5rem;
  }
}
.ticket-area .ticket-left .ticket-content .ticket-title {
  font-size: calc(1.46875rem + 2.625vw);
  font-family: "Fredoka One", cursive;
}
@media (min-width: 1200px) {
  .ticket-area .ticket-left .ticket-content .ticket-title {
    font-size: 3.4375rem;
  }
}
.ticket-area .ticket-left .ticket-content .ticket-countdown li h2 {
  color: #ac101e;
}
.ticket-area .ticket-left .ticket-content .ticket-countdown li p {
  text-transform: capitalize;
}
.newslater-section .newslater-title {
  font-family: "Fredoka One", cursive;
}
.newslater-section form {
  max-width: 670px;
  margin: 0 auto;
}
.newslater-section form input {
  color: #fff;
  padding-left: 20px;
  height: 56px;
  background: #1e622d;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.newslater-section form input::-webkit-input-placeholder {
  color: #fff;
}
.newslater-section form button {
  padding: 0;
  height: 56px;
  width: 180px;
  top: 0;
  right: 0;
  color: #fff;
  font-weight: 700;
  background: #ac101e;
  text-transform: capitalize;
  font-size: 14px;
  border: none;
}
@media (max-width: 575px) {
  .newslater-section form button {
    width: 100%;
    position: relative;
  }
  .newslater-section form input {
    margin-bottom: 30px;
  }
}

.product-section .shop-title {
  background-color: #fff;
  padding: 16px 20px;
  margin-bottom: 30px;
}
.product-section .shop-title p {
  margin-bottom: 0;
  color: #181818;
}
.product-section .shop-title .product-view-mode a {
  color: #000000;
  cursor: pointer;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.product-section .shop-title .product-view-mode a.active {
  color: #ac101e;
}
.product-section .shop-title .product-view-mode a:last-child {
  margin-left: 5px;
}
.product-section .section-wrapper.grid {
  height: auto !important;
}
.product-section .section-wrapper.grid .product-list-item {
  display: none;
}
.product-section .section-wrapper.list {
  height: auto !important;
}
.product-section .section-wrapper.list .col-lg-4.col-md-6.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.product-section .section-wrapper.list .product-item {
  display: none;
}
.product-section .section-wrapper .product-item, .product-section .section-wrapper .product-list-item {
  display: block;
  align-items: center;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  border: 8px solid #272f4d;
  background: #080e37;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.product-section .section-wrapper .product-item:hover, .product-section .section-wrapper .product-list-item:hover {
  border-color: #bd0015;
}
.product-section .section-wrapper .product-item:hover .product-thumb::after, .product-section .section-wrapper .product-list-item:hover .product-thumb::after {
  transform: scale(1);
}
.product-section .section-wrapper .product-item:hover .product-thumb .product-action-link, .product-section .section-wrapper .product-list-item:hover .product-thumb .product-action-link {
  opacity: 1;
}
.product-section .section-wrapper .product-item:hover .product-thumb img, .product-section .section-wrapper .product-list-item:hover .product-thumb img {
  transform: scale(1.2);
}
.product-section .section-wrapper .product-item .product-thumb, .product-section .section-wrapper .product-list-item .product-thumb {
  position: relative;
}
.product-section .section-wrapper .product-item .product-thumb::after, .product-section .section-wrapper .product-list-item .product-thumb::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(24, 24, 24, 0.7);
  transform: scale(0);
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.product-section .section-wrapper .product-item .product-thumb img, .product-section .section-wrapper .product-list-item .product-thumb img {
  width: 100%;
}
.product-section .section-wrapper .product-item .product-thumb .product-action-link, .product-section .section-wrapper .product-list-item .product-thumb .product-action-link {
  justify-content: center;
  opacity: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 46px;
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.product-section .section-wrapper .product-item .product-thumb .product-action-link a, .product-section .section-wrapper .product-list-item .product-thumb .product-action-link a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background: #ac101e;
  color: #fff;
  margin: 5px;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.product-section .section-wrapper .product-item .product-thumb .product-action-link a.view-modal, .product-section .section-wrapper .product-list-item .product-thumb .product-action-link a.view-modal {
  cursor: pointer;
}
.product-section .section-wrapper .product-item .product-content, .product-section .section-wrapper .product-list-item .product-content {
  padding: 20px 0;
  text-align: center;
}
.product-section .section-wrapper .product-item .product-content h5, .product-section .section-wrapper .product-list-item .product-content h5 {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
}
.product-section .section-wrapper .product-item .product-content h5 a, .product-section .section-wrapper .product-list-item .product-content h5 a {
  color: #fff;
}
.product-section .section-wrapper .product-item .product-content p, .product-section .section-wrapper .product-list-item .product-content p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.product-section .section-wrapper .product-item .product-content p i, .product-section .section-wrapper .product-list-item .product-content p i {
  color: #fff;
}
.product-section .section-wrapper .product-item .product-content h6, .product-section .section-wrapper .product-list-item .product-content h6 {
  font-weight: 400;
  color: #fff;
  font-family: "Fredoka One", cursive;
}
.product-section .section-wrapper .product-list-item {
  display: flex;
  flex-wrap: wrap;
}
.product-section .section-wrapper .product-list-item .product-thumb {
  width: 100%;
}
@media (min-width: 768px) {
  .product-section .section-wrapper .product-list-item .product-thumb {
    width: 35%;
  }
}
.product-section .section-wrapper .product-list-item .product-thumb img {
  width: 100%;
}
.product-section .section-wrapper .product-list-item .product-content {
  width: 100%;
  text-align: left;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .product-section .section-wrapper .product-list-item .product-content {
    width: 65%;
  }
}
.product-section .modal {
  display: block;
  opacity: 0;
  visibility: hidden;
}
.product-section .modal.show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  pointer-events: visible;
  z-index: 99999999;
  -webkit-animation: slideInDown 0.4s forwards;
  animation: slideInDown 0.4s forwards;
  overflow-y: scroll;
  background: #060000b0;
}
.product-section .modal .modal-dialog .modal-content button.close {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  background: #ac101e;
  z-index: 9;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.product-section .modal .modal-dialog .modal-content .modal-body {
  background: #f6faf9;
  border-radius: 8px;
}
.product-section .modal .modal-dialog .modal-content .modal-body .product-details-inner .thumb img {
  width: 100%;
}
.product-section .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .product-section .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content {
    margin-top: 0;
  }
}
.product-section .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content h5 a {
  color: #181818;
}
.product-section .modal .modal-dialog .modal-content .modal-body .product-details-inner .product-content p i {
  color: #ac101e;
}
.product-section .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-section .modal .modal-dialog .modal-content .modal-body .product-details-inner .cart-button .cart-plus-minus {
  margin: 0 20px 0 0;
}
.shop-widget {
  margin-top: 35px;
}
.shop-widget .widget-wrapper .shop-menu li {
  list-style: none;
  border-bottom: 1px solid rgba(24, 24, 24, 0.1);
  padding: 12px 0px;
}
.shop-widget .widget-wrapper .shop-menu li:last-child {
  border-bottom: none;
}
.shop-widget .widget-wrapper .shop-menu li.open > a::after, .shop-widget .widget-wrapper .shop-menu li.open > a::before {
  background: #ac101e;
}
.shop-widget .widget-wrapper .shop-menu li a {
  font-weight: 500;
}
.shop-widget .widget-wrapper .shop-menu li a:hover::after, .shop-widget .widget-wrapper .shop-menu li a:hover::before {
  background: #ac101e;
}
.shop-widget .widget-wrapper .shop-menu li .shop-submenu {
  margin: 0;
  display: none;
}
.shop-widget .widget-wrapper .shop-menu li .shop-submenu li {
  padding: 2px 0;
  border-bottom: none;
}
.shop-widget .widget-wrapper .shop-menu li .shop-submenu li a {
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.contact-information .section-wrapper {
  padding: 30px;
  box-shadow: 0 0 10px rgba(24, 24, 24, 0.1);
}
@media (min-width: 576px) {
  .contact-information .section-wrapper {
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .contact-information .section-wrapper .col-12 {
    margin-bottom: 20px;
  }
  .contact-information .section-wrapper .col-12:last-child {
    margin: 0;
  }
}
.contact-information .section-wrapper h3 {
  margin-bottom: 25px;
}
.contact-information .section-wrapper form input,
.contact-information .section-wrapper form textarea {
  border-color: #ecf0f3;
  padding: 10px;
  background: #fff;
}
.contact-information .section-wrapper form input {
  height: 50px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .contact-information .section-wrapper form input {
    width: 47.5%;
  }
}
.contact-information .section-wrapper form textarea {
  margin-bottom: 35px;
}
.contact-information .section-wrapper form button {
  height: 50px;
  width: auto;
  border: none;
  outline: none;
}
.contact-information .section-wrapper .contact-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .contact-information .section-wrapper .contact-item .contact-inner .contact-thumb {
    width: 80px;
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .contact-information .section-wrapper .contact-item .contact-inner .contact-content {
    width: calc(100% - 80px);
    text-align: left;
  }
}
.contact-information .section-wrapper .contact-item .contact-inner .contact-content h6 {
  margin-bottom: 5px;
}
.contact-information .section-wrapper .contact-item .contact-inner .contact-content p {
  margin: 0;
}

.form-message {
  margin-top: 15px;
  font-size: 14px;
}
.form-message.success {
  color: green;
}
.form-message.error {
  color: red;
}

.blog-section {
  background-color: #f9f9f9;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner {
  background-color: #fff;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb video {
  width: 100%;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-slider a img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb blockquote {
  background-color: #ac101e;
  padding: 50px 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb blockquote .quote-thumb {
  margin-bottom: 20px;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation {
  width: calc(100% - 80px);
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  transition: all ease 0.6s;
  z-index: 1;
  opacity: 0;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-next, .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  text-align: center;
  outline: none;
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #181818;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-next.active-icon, .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-next:hover, .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-prev.active-icon, .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .blog-navigation a.blog-navigation-prev:hover {
  color: #fff;
  background: #ac101e;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  transition: all ease 0.6s;
  width: 50px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group .play,
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group .pause {
  width: 100%;
  height: 100%;
  font-size: 20px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  top: 0;
  left: 0;
  color: #ff4600;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group .play.show {
  opacity: 0;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb .btn-group .pause.show {
  opacity: 0;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb:hover .btn-group {
  opacity: 1;
  visibility: visible;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-thumb:hover .blog-navigation {
  width: calc(100% - 100px);
  left: 50px;
  opacity: 1;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content {
  padding: 23px 0 30px;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .meta-post {
  width: 100%;
}
@media (min-width: 576px) {
  .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .meta-post {
    width: calc(60px);
    text-align: center;
  }
  .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li p {
    width: 100%;
  }
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li p {
  margin: 0;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li ul {
  width: 100%;
  top: 100%;
  left: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: top;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
  z-index: 1;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li ul li {
  padding: 0;
  border-bottom: 1px solid #fff;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li ul li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #ac101e;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li ul li a.facebook {
  background-color: #3b5998;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li ul li a.twitter {
  background-color: #55acee;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li ul li a.linkedin {
  background-color: #007bb5;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li ul li a.google {
  background-color: #dd4b39;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .meta-post li:hover ul {
  transform: scaleY(1);
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .content-part {
  width: 100%;
  padding: 10px;
}
@media (min-width: 576px) {
  .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .content-part {
    width: calc(100% - 60px);
    padding: 0 15px 0 30px;
  }
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .content-part h4 {
  margin-bottom: 6px;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .content-part h4 a {
  color: #181818;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .content-part .entry-header .entry-meta {
  margin-bottom: 10px;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .content-part .entry-header .entry-meta p {
  margin: 0;
  margin-right: 20px;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .content-part .entry-header .entry-meta p:last-child {
  margin-right: 0;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .content-part .entry-header .entry-meta a {
  color: #ac101e;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .content-part .entry-content p {
  margin-bottom: 20px;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .content-part .entry-content .custom-btn {
  padding: 7px 31px;
}
.blog-section.style-main-section .section-wrapper .post-item .post-item-inner.active .post-content .entry-header h4 a, .blog-section.style-main-section .section-wrapper .post-item .post-item-inner:hover .post-content .entry-header h4 a {
  color: #ac101e;
}
@media (max-width: 575px) {
  .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content {
    padding: 20px 15px;
  }
  .blog-section.style-main-section .section-wrapper .post-item .post-item-inner .post-content .meta-post {
    display: none !important;
  }
}
.blog-section.style-main-section.blog-single .section-wrapper article {
  margin-bottom: 0 !important;
}
.blog-section.style-main-section.blog-single .section-wrapper article .post-item .post-item-inner {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0;
}
.blog-section.style-main-section.blog-single .section-wrapper article .post-item .post-item-inner .post-content .entry-content p {
  margin-bottom: 25px;
  color: #696969;
}
.blog-section.style-main-section.blog-single .section-wrapper article .post-item .post-item-inner .post-content .entry-content blockquote {
  background-color: #ac101e;
  padding: 25px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 25px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .post-item .post-item-inner .post-content .entry-content blockquote .post-thumb {
  width: 40px;
  padding: 7px 0;
}
@media (max-width: 575px) {
  .blog-section.style-main-section.blog-single .section-wrapper article .post-item .post-item-inner .post-content .entry-content blockquote .post-thumb {
    display: none;
  }
}
.blog-section.style-main-section.blog-single .section-wrapper article .post-item .post-item-inner .post-content .entry-content blockquote p {
  margin: 0;
  width: calc(100%);
  color: #fff;
}
@media (min-width: 576px) {
  .blog-section.style-main-section.blog-single .section-wrapper article .post-item .post-item-inner .post-content .entry-content blockquote p {
    width: calc(100% - 40px);
    padding-left: 20px;
  }
}
.blog-section.style-main-section.blog-single .section-wrapper article .post-item .post-item-inner .post-thumb img {
  width: 100%;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags {
  padding: 25px;
  background-color: #fff;
  margin-bottom: 40px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags {
    width: calc(100% - 205px);
    margin-bottom: 0;
  }
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags ul {
  width: calc(100% - 40px);
  padding-left: 20px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags ul li {
  padding: 5px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags ul li:last-child {
  padding-right: 0;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags ul li:first-child {
  padding-left: 0;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags ul li a {
  font-size: 14px;
  padding: 8px 20px;
  border: 1px solid #ebebeb;
  color: #181818;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags ul li a.active, .blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags ul li a:hover {
  background-color: #ac101e;
  color: #fff;
  border-color: #ac101e;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags .tags-indicator {
  width: 40px;
  height: 40px;
  background-color: #ac101e;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags .tags-indicator:after {
  width: 15px;
  height: 15px;
  background-color: #ac101e;
  -webkit-transform: rotate(45deg) translate(-80%, 20%);
  -ms-transform: rotate(45deg) translate(-80%, 20%);
  transform: rotate(45deg) translate(-80%, 20%);
  left: 100%;
  top: 50%;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags .tags .tags-indicator img {
  z-index: 1;
}
.blog-section.style-main-section.blog-single .section-wrapper article .single-tags ul.social-media-icon {
  width: 100%;
}
@media (min-width: 768px) {
  .blog-section.style-main-section.blog-single .section-wrapper article .single-tags ul.social-media-icon {
    width: 200px;
    padding-left: 20px;
  }
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-header {
  padding: 0 25px;
  margin-bottom: 60px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section {
  background-color: #fff;
  margin: 0 0 40px;
  padding: 25px 0;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li {
  padding: 0;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 25px 25px 20px;
  border-bottom: 1px solid #ebebeb;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item:first-child {
  padding-top: 0;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-thumb {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-thumb {
    margin: 0 auto 15px 0;
  }
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-content {
  width: 100%;
}
@media (min-width: 576px) {
  .blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-content {
    width: calc(100% - 80px);
    padding-left: 20px;
  }
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-content h6 {
  font-size: 16px;
  text-transform: uppercase;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-content h6 span a {
  font-size: 14px;
  color: #ac101e;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-content h6 span a i {
  margin-right: 5px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li .post-item .post-content p {
  margin: 0;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li ul {
  padding-left: 25px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li ul li .post-item {
  border: none;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li ul li:first-child .post-item {
  padding-top: 25px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .comment-section ul li ul li:last-child .post-item {
  padding-bottom: 0;
}
.blog-section.style-main-section.blog-single .section-wrapper article .leave-comment {
  margin: 0;
  padding: 25px;
  background-color: #fff;
}
.blog-section.style-main-section.blog-single .section-wrapper article .leave-comment .comment-header {
  padding: 0;
}
.blog-section.style-main-section.blog-single .section-wrapper article .leave-comment .comment-form input,
.blog-section.style-main-section.blog-single .section-wrapper article .leave-comment .comment-form textarea {
  background-color: #f9f9f9;
  margin-bottom: 30px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .leave-comment .comment-form input {
  width: 48%;
  height: 50px;
  padding-left: 20px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .leave-comment .comment-form textarea {
  padding: 20px;
}
.blog-section.style-main-section.blog-single .section-wrapper article .leave-comment .comment-form input[type=submit] {
  width: 175px;
  background-color: #ac101e;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
}

aside .widget {
  padding: 25px;
  background-color: #fff;
  margin-bottom: 30px;
}
aside .widget:last-child {
  margin-bottom: 0;
}
aside .widget.widget-search .search-wrapper input {
  background-color: #f9f9f9;
  height: 50px;
  padding-left: 10px;
  line-height: 50px;
}
aside .widget.widget-search .search-wrapper button {
  padding: 0;
  top: 0;
  right: 0;
  line-height: 50px;
  width: 50px;
  height: 50px;
  outline: none;
  background-color: #f9f9f9;
}
aside .widget.widget-archive .widget-wrapper, aside .widget.widget-category .widget-wrapper {
  margin-top: -5px;
}
aside .widget.widget-archive .widget-wrapper li, aside .widget.widget-category .widget-wrapper li {
  border-bottom: 1px solid #ebebeb;
}
aside .widget.widget-archive .widget-wrapper li:first-child, aside .widget.widget-category .widget-wrapper li:first-child {
  padding-top: 0;
}
aside .widget.widget-archive .widget-wrapper li:first-child a, aside .widget.widget-category .widget-wrapper li:first-child a {
  padding-top: 0;
}
aside .widget.widget-archive .widget-wrapper li:last-child, aside .widget.widget-category .widget-wrapper li:last-child {
  border: none;
  padding-bottom: 0;
}
aside .widget.widget-archive .widget-wrapper li:last-child a, aside .widget.widget-category .widget-wrapper li:last-child a {
  padding-bottom: 0;
}
aside .widget.widget-archive .widget-wrapper li a, aside .widget.widget-category .widget-wrapper li a {
  color: #181818;
  padding: 13px 0;
}
aside .widget.widget-archive .widget-wrapper li a i, aside .widget.widget-category .widget-wrapper li a i {
  margin-right: 5px;
  color: #181818;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
aside .widget.widget-archive .widget-wrapper li a.active, aside .widget.widget-archive .widget-wrapper li a:hover, aside .widget.widget-category .widget-wrapper li a.active, aside .widget.widget-category .widget-wrapper li a:hover {
  padding-left: 10px;
  color: #ac101e;
}
aside .widget.widget-archive .widget-wrapper li a.active i, aside .widget.widget-archive .widget-wrapper li a:hover i, aside .widget.widget-category .widget-wrapper li a.active i, aside .widget.widget-category .widget-wrapper li a:hover i {
  color: #ac101e;
}
aside .widget.widget-post ul.widget-wrapper {
  margin-top: -5px;
}
aside .widget.widget-post ul.widget-wrapper li {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}
aside .widget.widget-post ul.widget-wrapper li:first-child {
  padding-top: 0;
}
aside .widget.widget-post ul.widget-wrapper li:last-child {
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
}
aside .widget.widget-post ul.widget-wrapper li:hover .post-thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
aside .widget.widget-post ul.widget-wrapper li:hover .post-content h6 a {
  color: #ac101e;
}
aside .widget.widget-post ul.widget-wrapper li .post-thumb {
  width: 90px;
}
aside .widget.widget-post ul.widget-wrapper li .post-content {
  width: calc(100% - 90px);
  padding-right: 20px;
}
aside .widget.widget-post ul.widget-wrapper li .post-content h6 a {
  font-size: 16px;
  color: #181818;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
aside .widget.widget-post ul.widget-wrapper li .post-content p i {
  color: #ac101e;
}
aside .widget.widget-instagram ul.widget-wrapper {
  margin: -6.5px;
}
aside .widget.widget-instagram ul.widget-wrapper li {
  width: 33.33%;
  padding: 6.5px;
}
aside .widget.widget-instagram ul.widget-wrapper li a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
aside .widget.widget-tags ul.widget-wrapper {
  margin: -5px;
}
aside .widget.widget-tags ul.widget-wrapper li {
  padding: 5px;
}
aside .widget.widget-tags ul.widget-wrapper li a {
  padding: 2px 10px;
  color: #181818;
  border: 1px solid #ebebeb;
  border-radius: 1px;
}
@media (max-width: 575px) {
  aside .widget.widget-tags ul.widget-wrapper li a {
    font-size: 14px;
  }
}
aside .widget.widget-tags ul.widget-wrapper li a.active, aside .widget.widget-tags ul.widget-wrapper li a:hover {
  background-color: #ac101e;
  color: #fff;
  border-color: #ac101e;
}

.lab-pagination li {
  padding: 0;
}
.lab-pagination li a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #ac101e;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #ebebeb;
}
.lab-pagination li a.active {
  background-color: #ac101e;
  color: #fff;
  border-color: #ac101e;
}
.lab-pagination li a:hover {
  border-color: #ac101e;
  background: #ac101e;
  color: #fff;
}
.lab-pagination li:last-child a {
  margin: 0;
}

.four-zero-four {
  background-color: #f9f9f9;
}
.four-zero-four .section-wrapper {
  text-align: center;
  padding: 60px 30px;
  background-color: #fff;
  border: 1px solid #e5ecf6;
}
.four-zero-four .section-wrapper .post-item .post-thumb {
  max-width: 505px;
  margin: 0 auto 30px;
}
.four-zero-four .section-wrapper .post-item .post-thumb img {
  width: 100%;
}
.four-zero-four .section-wrapper .post-item .post-content h2 {
  color: #bd0015;
}
.four-zero-four .section-wrapper .post-item .post-content p {
  margin-bottom: 30px;
}

/*Account Section Starts Here*/
.account-wrapper {
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  padding: 60px 80px;
  text-align: center;
  max-width: 545px;
  margin: 0 auto 15px;
}
@media (max-width: 767px) {
  .account-wrapper {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 499px) {
  .account-wrapper {
    padding: 40px 15px;
  }
}
.account-wrapper .cate {
  font-style: normal;
}
.account-wrapper .cate a {
  font-weight: 600;
  color: #181818;
}
.account-wrapper .cate a:hover {
  color: #ac101e;
}

.account-bottom .subtitle {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .account-bottom .subtitle {
    font-size: 20px;
  }
}

.account-form .form-group {
  margin-bottom: 15px;
}
.account-form .form-group input {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: rgba(249, 249, 249, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  padding: 10px 15px;
  color: #696969;
  border: none;
  line-height: 36px;
}
.account-form .form-group input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.account-form .form-group .checkgroup {
  flex-wrap: nowrap;
  align-items: center;
}
.account-form .form-group .checkgroup input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
@media (max-width: 575px) {
  .account-form .form-group .checkgroup input[type=checkbox] {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }
}
.account-form .form-group .checkgroup label {
  margin: 0;
  color: #181818;
}
@media (max-width: 575px) {
  .account-form .form-group .checkgroup label {
    font-size: 14px;
  }
}
.account-form .form-group a {
  color: #181818;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .account-form .form-group a {
    font-size: 14px;
  }
}
.account-form .form-group a:hover {
  color: #ac101e;
}
.account-form .form-group button {
  margin-top: 34px;
  width: 100%;
  border: none;
  outline: none;
}
@media (max-width: 575px) {
  .account-form .form-group button {
    margin-top: 24px;
  }
}

.or {
  display: block;
  margin: 24px auto 40px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ac101e;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
.or span {
  position: relative;
  z-index: 1;
}
.or::before, .or::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  background: #ac101e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(172, 16, 30, 0.3);
  width: 100%;
  height: 100%;
  animation: pulse 2s linear infinite;
  -webkit-animation: pulse 2s linear infinite;
  -moz-animation: pulse 2s linear infinite;
  opacity: 0;
}
.or::before {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  90% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1.8);
    -ms-transform: translate(-50%, -50%) scale(1.8);
    transform: translate(-50%, -50%) scale(1.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes floating {
  0% {
    transform: translate(0, -10px);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, -10px);
  }
}
/*@@@@@@@@@@@@@@   Shop Single Page Start Here  @@@@@@@@@@@@@@@@@*/
.shop-single .sidebar-widget .widget-search {
  border: none;
}
.shop-single .sidebar-widget .widget-search form input {
  border: 1px solid #ecf0f3;
}
.shop-single .product-details {
  padding: 20px;
  margin-bottom: 40px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  background: #fff;
}
.shop-single .product-details .product-thumb .pro-single-top {
  margin-bottom: 20px;
}
.shop-single .product-details .product-thumb .pro-single-top .single-thumb img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.shop-single .product-details .product-thumb .pro-single-thumbs {
  max-width: 80%;
  margin: auto;
}
.shop-single .product-details .product-thumb .pro-single-thumbs .single-thumb img {
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.shop-single .product-details .product-thumb .pro-single-prev, .shop-single .product-details .product-thumb .pro-single-next {
  cursor: pointer;
  width: 24px;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  text-align: center;
  background: #F6F6F9;
  bottom: 15px;
  outline: none;
}
.shop-single .product-details .product-thumb .pro-single-prev {
  right: 0;
}
.shop-single .product-details .product-thumb .pro-single-next {
  left: 0;
}
.shop-single .product-details .post-content {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .shop-single .product-details .post-content {
    padding-top: 0;
  }
}
.shop-single .product-details .post-content h6 {
  font-size: 18px;
  font-weight: 500;
}
.shop-single .product-details .post-content p.rating i {
  color: #e9ba17;
}
.shop-single .product-details .post-content form .select-product {
  background: #fff;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .shop-single .product-details .post-content form .select-product {
    width: 48%;
  }
}
.shop-single .product-details .post-content form .select-product select {
  height: 40px;
  outline: none;
  -webkit-appearance: none;
  z-index: 1;
  background: transparent;
  padding-left: 20px;
  font-size: 14px;
  border: 1px solid rgba(24, 24, 24, 0.1);
}
.shop-single .product-details .post-content form .select-product i {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ecf0f3;
  text-align: center;
  z-index: 0;
  color: #000;
}
.shop-single .product-details .post-content form .cart-plus-minus {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .shop-single .product-details .post-content form .cart-plus-minus {
    margin-bottom: 0;
    margin-left: 0;
  }
}
.shop-single .product-details .post-content form .cart-plus-minus input {
  background: #fff;
}
@media (min-width: 576px) {
  .shop-single .product-details .post-content form .discount-code {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .shop-single .product-details .post-content form .discount-code {
    width: 60%;
  }
}
.shop-single .product-details .post-content form .discount-code input {
  background: #fff;
  border: 1px solid rgba(24, 24, 24, 0.1);
}
.shop-single .product-details .post-content form .default-button {
  margin-top: 20px;
  box-shadow: none;
  outline: none;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 50px;
}
.shop-single .review {
  background: #fff;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.shop-single .review .review-nav li {
  list-style: none;
  padding: 13px 33px;
  background: #06264d;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
}
.shop-single .review .review-nav li:last-child {
  margin-right: 0;
}
.shop-single .review .review-content.review-content-show .review-showing {
  display: block;
}
.shop-single .review .review-content.description-show .description {
  display: block;
}
.shop-single .review .review-content .review-showing {
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.shop-single .review .review-content .review-showing .content li {
  padding: 25px 30px;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.shop-single .review .review-content .review-showing .content li:last-child {
  border-bottom: none;
}
.shop-single .review .review-content .review-showing .content li .post-thumb {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li .post-thumb {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .shop-single .review .review-content .review-showing .content li .post-content {
    width: calc(100% - 70px);
    padding-left: 20px;
  }
}
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta {
  margin-bottom: 5px;
}
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on {
  width: calc(100% - 110px);
}
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on a {
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: none;
  line-height: 28px;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .posted-on p {
  line-height: 30px;
}
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating {
  width: 110px;
}
.shop-single .review .review-content .review-showing .content li .post-content .entry-meta .rating i {
  color: #ac101e;
}
.shop-single .review .review-content .review-showing .client-review {
  padding: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.shop-single .review .review-content .review-showing .client-review .review-form .review-title {
  margin-bottom: 40px;
}
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5 {
  position: relative;
}
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::before {
  width: 50px;
  height: 4px;
  bottom: -20px;
  border-radius: 2px;
}
.shop-single .review .review-content .review-showing .client-review .review-form .review-title h5::after {
  border-bottom: 4px dotted #ac101e;
  width: 20px;
  bottom: -20px;
  left: 55px;
}
.shop-single .review .review-content .review-showing .client-review .review-form form input {
  padding: 10px;
  color: #fff;
  border: 1px solid rgba(24, 24, 24, 0.1);
}
@media (max-width: 767px) {
  .shop-single .review .review-content .review-showing .client-review .review-form form .rating {
    margin-bottom: 20px;
  }
}
.shop-single .review .review-content .review-showing .client-review .review-form form .rating .rating-title {
  padding-right: 5px;
}
.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li {
  list-style: none;
}
.shop-single .review .review-content .review-showing .client-review .review-form form .rating ul li i {
  color: #ac101e;
}
.shop-single .review .review-content .review-showing .client-review .review-form form textarea {
  padding: 10px;
  outline: none;
  color: #fff;
  border: 1px solid rgba(24, 24, 24, 0.1);
}
.shop-single .review .review-content .description {
  padding: 30px;
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.shop-single .review .review-content .description .post-item {
  flex-direction: row-reverse;
}
.shop-single .review .review-content .description .post-item .post-thumb {
  text-align: center;
}
@media (min-width: 768px) {
  .shop-single .review .review-content .description .post-item .post-thumb {
    width: calc(100% / 2);
  }
}
.shop-single .review .review-content .description .post-item .post-content {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .shop-single .review .review-content .description .post-item .post-content {
    width: calc(100% / 2);
  }
}
.shop-single .review .review-content .description .post-item .post-content ul li {
  padding: 8px 0;
  padding-left: 30px;
}
.shop-single .review .review-content .description .post-item .post-content ul li::before {
  content: "";
  top: 8px;
  left: 0;
  color: #ac101e;
  font-family: IcoFont !important;
}

/*@@@@@@@@@@@@@@   Shop Cart Page Start Here  @@@@@@@@@@@@@@@@@*/
.shop-cart .section-wrapper .cart-top {
  margin-bottom: 40px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  background: #fff;
}
.shop-cart .section-wrapper .cart-top table {
  font-weight: 700;
}
@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table .cat-product .p-content {
    display: none;
  }
}
@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus {
    width: 96px;
  }
  .shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus .cart-plus-minus-box {
    width: 96px;
  }
  .shop-cart .section-wrapper .cart-top table .cat-quantity .cart-plus-minus .qtybutton {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table .cat-price {
    display: none;
  }
}
.shop-cart .section-wrapper .cart-top table thead tr th {
  color: #fff;
  padding: 18px;
  border: none;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .shop-cart .section-wrapper .cart-top table thead tr th {
    font-size: 14px;
    padding: 10px;
  }
}
.shop-cart .section-wrapper .cart-top table thead tr th:last-child {
  text-align: right;
}
.shop-cart .section-wrapper .cart-top table tbody tr {
  border-bottom: 1px solid rgba(24, 24, 24, 0.1);
  border-right: none;
  border-left: none;
  border-top: none;
}
.shop-cart .section-wrapper .cart-top table tbody tr:last-child {
  border-bottom: none;
}
.shop-cart .section-wrapper .cart-top table tbody tr td {
  padding: 10px;
  border: none;
}
@media (min-width: 768px) {
  .shop-cart .section-wrapper .cart-top table tbody tr td {
    padding: 20px;
  }
}
.shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
  text-align: right;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
  align-items: center;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
  width: 50px;
  margin: auto;
}
@media (min-width: 768px) {
  .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
    width: 85px;
  }
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
  width: calc(100% - 85px);
  padding-left: 10px;
}
@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content {
    display: none;
  }
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-content a {
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-top table tbody tr td.cat-toprice, .shop-cart .section-wrapper .cart-top table tbody tr td.cat-edit {
    text-align: center;
    font-size: 14px;
  }
}
.shop-cart .section-wrapper .cart-top table tbody tr td input {
  background: #fff;
}
.shop-cart .section-wrapper .cart-bottom {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  background: #fff;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
  padding: 30px;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
  max-width: 340px;
  display: flex;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
  padding: 13px 10px;
  border: 1px solid #ecf0f3;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input[type=submit] {
  color: #fff;
  font-weight: 500;
  margin-left: -10px;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
    max-width: 390px;
    text-align: right;
    margin-top: 0;
  }
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit] {
  padding: 10px 30px;
  border: 1px solid #ecf0f3;
  width: auto;
  cursor: pointer;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
@media (max-width: 575px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit] {
    width: 100%;
    margin-bottom: 15px;
  }
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit]:last-child {
    margin-bottom: 0;
  }
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout input[type=submit]:hover {
  border-color: #ac101e;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box {
  padding: 30px 20px;
  border-top: 1px solid rgba(24, 24, 24, 0.1);
}
@media (max-width: 767px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping {
    margin-bottom: 30px;
  }
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select {
  margin-bottom: 20px;
  position: relative;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select select {
  padding: 15px 20px;
  background: transparent;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ecf0f3;
  position: relative;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select.shipping-select {
    width: 50%;
    float: left;
  }
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .outline-select .select-icon {
  top: 0;
  right: 0;
  padding: 12px 20px;
  color: #fff;
  border: 1px solid #ecf0f3;
  border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
  float: right;
  padding: 19px 20px;
  font-size: 14px;
  margin-bottom: 22px;
  border: 1px solid #ecf0f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping .cart-page-input-text {
    width: 45%;
  }
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .calculate-shiping button {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
  list-style: none;
  border: 1px solid #ecf0f3;
  padding: 15px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li span {
  color: #000;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li .pull-right {
  color: #ac101e;
}

/*====== Error page start here ======*/
.fore-zero .section-wrapper .zero-item {
  padding: 60px;
  background: #1e622d;
  box-shadow: 0px 0px 10px 0px rgba(172, 16, 30, 0.2);
  border-radius: 5px;
}
.fore-zero .section-wrapper .zero-item .zero-content .lab-btn {
  color: #fff;
  font-weight: 700;
}
.fore-zero .section-wrapper .zero-item .zero-content .lab-btn span {
  color: #fff;
}

.feature-section .artist-item .artist-inner, .artist-slider .artist-item .artist-inner, .halloween-program .artist-item .artist-inner {
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  transition: 0.3s all linear;
  border-color: #272f4d;
}
.feature-section .artist-item .artist-inner:hover, .artist-slider .artist-item .artist-inner:hover, .halloween-program .artist-item .artist-inner:hover {
  border-color: #bd0015;
}

.halloween-ticket .ticket-area {
  background: #272f4d;
}
@media (min-width: 992px) {
  .halloween-ticket .ticket-area {
    background: url(../../assets/images/ticket/bg2.png) no-repeat;
  }
}
.halloween-ticket .ticket-area .ticket-left::after {
  display: none;
}
.halloween-ticket .ticket-area .ticket-left .ticket-content .ticket-countdown li h2, .halloween-ticket .ticket-area .ticket-left .ticket-content .ticket-countdown li p {
  color: #fff;
}
@media (max-width: 991px) {
  .halloween-ticket .ticket-area .ticket-sleep {
    text-align: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .halloween-ticket .ticket-area .ticket-sleep {
    margin-top: 30px;
  }
}
.halloween-ticket .ticket-area .ticket-sleep h3, .halloween-ticket .ticket-area .ticket-sleep p {
  color: #fff;
}

.halloween-pricing .pricing-item .pricing-inner {
  background: transparent;
  border: 8px solid #272f4d;
}
.halloween-pricing .pricing-item .pricing-inner:hover, .halloween-pricing .pricing-item .pricing-inner.active {
  border-color: #bd0015;
}
.halloween-pricing .pricing-item .pricing-inner:hover .pricing-content .pricing-title, .halloween-pricing .pricing-item .pricing-inner:hover .pricing-content .pricing-price, .halloween-pricing .pricing-item .pricing-inner.active .pricing-content .pricing-title, .halloween-pricing .pricing-item .pricing-inner.active .pricing-content .pricing-price {
  color: #fff;
}
.halloween-pricing .pricing-item .pricing-inner:hover .pricing-content .lab-btn, .halloween-pricing .pricing-item .pricing-inner.active .pricing-content .lab-btn {
  background: #bd0015;
}
.halloween-pricing .pricing-item .pricing-inner:hover .pricing-content .lab-btn span, .halloween-pricing .pricing-item .pricing-inner.active .pricing-content .lab-btn span {
  color: #fff;
}
.halloween-pricing .pricing-item .pricing-inner .pricing-content .pricing-title, .halloween-pricing .pricing-item .pricing-inner .pricing-content .pricing-price, .halloween-pricing .pricing-item .pricing-inner .pricing-content .pricing-list li {
  color: #fff;
}
.halloween-pricing .pricing-item .pricing-inner .pricing-content .lab-btn {
  background: #272f4d;
}
.halloween-pricing .pricing-item .pricing-inner .pricing-content .lab-btn span {
  color: #fff;
}

.halloween-newslater {
  background: #0a0c22;
}
.halloween-newslater form {
  max-width: 670px;
  margin: 0 auto;
}
.halloween-newslater form input {
  background: #272f4d;
}
.halloween-newslater form input::-webkit-input-placeholder {
  color: #fff;
}
.halloween-newslater form button {
  background: #bd0015;
}
@media (max-width: 575px) {
  .halloween-newslater form button {
    width: 100%;
    position: relative;
  }
  .halloween-newslater form input {
    margin-bottom: 30px;
  }
}

.halloween-footer {
  padding: 120px 0;
}
.halloween-footer .section-wrapper .footer-copyright {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}
.map-section iframe {
  height: 400px;
  border: none;
}

.shop-page .section-wrapper .product-item {
  background: #fff;
  border-color: #fff;
}
.shop-page .section-wrapper .product-item:hover .product-content h5 a {
  color: #ac101e;
}
.shop-page .section-wrapper .product-item .product-content h5 a, .shop-page .section-wrapper .product-item .product-content h6, .shop-page .section-wrapper .product-item .product-content p i {
  color: #181818;
}

/*# sourceMappingURL=style.css.map */
