/*
Theme Name: Karyl Theme
Theme URI: None
Author: Me
Author URI: None
Description: Our 2019 default theme is designed to show off the power of the block editor. Requires at least: WordPress 4.9.6
Version: 0.1
License: GNU General Public License v2 or later
License URI: LICENSE
*/
 


@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{background:#000000;font-family: 'Poppins', sans-serif;
}
h1,h2 ,h3,h4,h5,h6{font-family: 'Bebas Neue', cursive;}
.SecContent {
    padding: 80px 0;
}

.SecContent h2 {
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 30px;
    color: red;
    font-family: 'Bebas Neue', cursive;
}

.SecContent p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    padding: 15px 0;
} 


.header-top {
    background: #ff0000;
    padding: 0;
    align-items: center;
    display: flex;
    width: 100%;
    height: 35px;
}

.header-top p {
    margin: 2px 0 0;
    font-size: 15px;
    color: #000000;
}

.header-top a.login-btn {
    float: right;
    font-size: 14px;
    color: #000;
    margin: 2px 0 0;
}

.header-top ul.cart-info {
    list-style: none;
    float: right;
    margin-left: 30px;
}

.header-top ul.cart-info li {
    font-size: 14px;
    color: #000;
    float: left;position:relative;
}

.header-top ul.cart-info li a {
    color: #000;
    font-size: 19px;
}

.header-top ul.cart-info li+li {
    margin-left: 30px;
}

.header-top .container {
    /* height: 100%; */
    align-items: center;
}


.header-top ul.cart-info li a span.count {
    width: 15px;
    height: 15px;
    background: #000;
    border-radius: 100px;
    color: #FFF;
    font-size: 8px;
    display: block;
    line-height: 15px;
    text-align: center;
    position: absolute;
    bottom: -7px;
    right: -10px;
}


.header-mid {
    height: 175px;
    align-items: center;
    display: flex;
    text-align: center;
}

.header-mid a.logo {
    display: table;
    margin: 0 auto;
}


a.desgn-btn {
    background: #ff0000;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 16px 20px;
    display: table;
    border-radius: 100px;
    font-weight: 500;
    float: right;
    margin-top: 8%;
}


.header-bottom .container {
    text-align: center;
    padding: 25px 0 0;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

.header-bottom nav li {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 25px;
}

.header-bottom nav li a {
    color: #f2f2f2;
}

.header-bottom nav li+li {
    margin-left: 40px;
}


.footer-top {
    background: #171717;
    padding: 50px 0;
}

.footer-top p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #b1b1b1;
    margin: 0;
}

.footer-top p+p {
    padding: 10px 0 0;
}
a.footer-logo {
    display: table;
    margin: 0 0 25px;
}

.footer-top h4 {
    font-size: 30px;
    color: #FFF;
    margin: 0 0 30px;
}

.footer-top ul li a {
    font-size: 15px;
    color: #b1b1b1;
}

.footer-top ul li+li {
    margin: 15px 0 0;
}

.footer-top p strong {
    text-transform: uppercase;
    font-weight: 600;
}

.emaillist input[type="email"] {
    width: 100%;
    background: #FFF;
    border: none;
    padding: 0 50px 0 15px;
    font-size: 16px;
    height: 50px;
}

.emaillist .es-field-wrap {
    display: block;
    width: 100%;
}

.emaillist .es-field-wrap label {
    display: block;
}

.emaillist input[type="submit"] {
    width: 50px;
    height: 50px;
    background: #070707;
    border: none;
    font-size: 20px;
    color: #FFFF;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 999;
}

footer form {
    position: relative;
}


input:focus{outline:none;}

footer ul.social-links {
    margin: 30px 0 0;
}

ul.social-links li {
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #2e2e2e;
}

ul.social-links li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}

ul.social-links li+li {
    margin-top: 0;
    margin-left: 5px;
}



.footer-bottom {}

.footer-bottom .container {
    padding: 30px 0;
    border-top: 1px solid #2f2f2f;
}

.footer-bottom {
    background: #171717;
}

.footer-bottom p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #b1b1b1;
    margin: 0;
}

.footer-bottom img {
    float: right;
}

.bottom-social h4 {
    font-size: 40px;
    color: #ff0000;
    margin: 0 0 15px;
}

.bottom-social p {
    font-size: 19px;
    color: #6e6e6e;
}

.bottom-social ul {
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
    width: 100%;
}

.bottom-social ul li {
    float: left;
    width: 20%;
}

.bottom-social ul li img {
    width: 100%;
    height: 317px;
    object-fit: cover;
}


.bottom-social p a {
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
}

.bottom-section {
    background: #ff0000;
    height: 140px;
    align-items: center;
    display: flex;
}

.bottom-section h4 {
    font-size: 50px;
    color: #000; margin:0;
}



.bottom-section a{
    background:#000;
    color:  #ff0000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 16px 30px;
    display: table;
    border-radius: 100px;
    font-weight: 500;
    float: right;
    margin-top: 0;
}


/*star rating for products*/
.SecFeatured div.product .woocommerce-product-rating {
    margin-bottom: 1.618em;
}

.SecFeatured .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left;
}

.SecFeatured .woocommerce-product-rating::after, .SecFeatured .woocommerce-product-rating::before {

    content: ' ';
    display: table;

}

.SecFeatured .woocommerce-product-rating {
    line-height: 2;
}

.SecFeatured .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

.SecFeatured .star-rating::before {
    content: '\73\73\73\73\73';
    color:red;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.SecFeatured .star-rating {
    line-height: 1;
    font-size: 1em;
    font-family: star;
}

.SecFeatured .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.SecFeatured .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
    color: red;
}

.SecFeatured .star-rating span {

    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;

}
.SecFeatured h4 {
    font-size: 40px;
    color: #ff0000;
    margin: 0 0 15px;
}

.SecFeatured p {
    font-size: 19px;
    color: #6e6e6e;
}

.SecFeatured h4 {
    margin: 0 0 40px;
}

.SecFeatured img {
    width: 100%;
    height: 400px;
    margin: 0 0 20px;
    object-fit: cover;
}

.SecFeatured {
    text-align: center;
    padding: 0 0 80px;
}

.SecFeatured .star-rating {
    float: none;
    margin: 10px auto 15px;
    font-size: 14px;
}

.SecFeatured h3 {
    font-size: 18px;
    color: #ff0000;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.SecFeatured h5 {
    color: #ff0000;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
}

section.SecProCat {
    padding: 0 0 80px;
}

section.SecProCat .category-image {
    height: 457px;
}

section.SecProCat .category-image a {
    width: 100%;
    height: 100%;
    display: block;
}

section.SecProCat .category-image a img {
    width: 100%;
    height: 100%;
    position: relative;
}
section.SecProCat .category-image h3:before{position: absolute;content:'';bottom: 0;left: 0;background-image: url(assets/images/gra.png);height: 100%;width: 100%;z-index: -1;background-size: cover;}
section.SecProCat .category-image h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 40px;
    color: #FFF;
    font-size: 35px;
    z-index: 999999;
}



.SecFeatured h4 {
    font-size: 40px;
    color: #ff0000;
    margin: 0 0 15px;
}

.SecFeatured p {
    font-size: 19px;
    color: #6e6e6e;
}

.SecAbout{
    padding: 80px 0;
    background: url(assets/images/story-be.png);
    background-repeat: no-repeat;
    background-position: right;
}

.SecAbout h4{
    font-size: 40px;
    color: #ff0000;
    margin: 0 0 25px;
    }
.SecAbout p{
    font-size: 16px;
    line-height:24px;
    color: #a8a8a8;
    font-weight: 500;
    margin: 0;
    }

    .SecAbout{}

.SecAbout h4{
    font-size: 40px;
    color: #ff0000;
    margin: 0 0 30px;
    }
.SecAbout p{font-size: 16px; line-height:24px;
    color: #6e6e6e;}
    
    
    
    .SecAbout p+p {
    padding: 30px 0 0;
}

.SecAbout a {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    padding: 16px 30px;
    display: table;
    margin: 40px auto 0;
    border-radius: 100px;
}


.home-video-main {
    margin: 20px 0 0;
}

.home-video-main section.home-video {
    height: 672px;
    background-position: top center !important;
    background-size: cover !important;
    align-items: center;
    display: flex;
}

.nopad {
    padding: 0;
}

.home-video-content {
    width: 100%;
}

.home-video-content h2 {
    font-size: 95px;
    color: #FFF;
    line-height: 100px;
    margin: 0 0 20px;
}

/* .home-video-content p {
    font-size: 20px;
    color: #FFF;
}
 */
 .home-video-content p {
    font-size: 17px;
    color: #FFF;
    line-height: 24px;
    text-shadow: 2px 2px 6px #000;
}
.home-video-content a.slider-btn {
    margin: 30px auto 0;
    display: table;
    background: #ff0000;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 16px 20px;
    display: table;
    border-radius: 100px;
    font-weight: 500;
    float: none;
}

.mainBanner.inner-banner {
    margin: 20px 0 0;
    position: relative;
    display: none;
}

.mainBanner.inner-banner .bnr-mg {
    width: 100%;
    height: 400px;
}

.mainBanner.inner-banner .bnr-mg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.header-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    text-align: center;
}

.header-text h1 {
    width: 100%;
    font-size: 90px;
    color: #FFFF;
}




.SecContact {
    padding: 100px 0 100px;
}

.SecContact h2 {
    margin: 0 0 30px;
    font-family: 'Bebas Neue', cursive;
    font-size: 50px;
    color: red;
}

.SecContact ul.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.SecContact ul.contact-info li {
    width: 100%;
}

.SecContact ul.contact-info li h4 {
    font-size: 24px;
    font-family: 'Bebas Neue', cursive;
}

.SecContact ul.contact-info li h4 i {
    margin-right: 10px;
    color: #000;
}

.SecContact ul.contact-info ul.social-icon {
    list-style: none;
    padding: 0;
    margin: 0;
}

.SecContact ul.contact-info ul.social-icon li {
    float: left;
    width: initial;
}

.SecContact ul.contact-info ul.social-icon li+li {
    margin-left: 15px;
}

.SecContact ul.contact-info li p , .SecContact ul.contact-info li ul li a {color: #6d6d6d;}


.SecContact form {
    width: 100%;
    margin: 10px 0 0;
}

.SecContact form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.SecContact form ul li {
    width: 48.973%;
    float: left;
    margin: 0 0 30px;
}

.SecContact form ul li+li+li {
    width: 100%;
    display: inline-block;
    float: none;
    margin-left: 0;
}

.SecContact form ul li+li {
    margin-left: 15px;
}

.SecContact form ul li input[type="text"], .SecContact form ul li textarea, .SecContact form ul li input[type="email"], .SecContact form ul li input[type="tel"] , .SecContact form ul li input[type="date"] , .SecContact form ul li select {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    color: #6f6363;
}

.SecContact form ul li textarea {
    width: 100%;
    height: 150px;
}


input.wpcf7-form-control.wpcf7-submit {
    display: table;
    float: none;
    background: red;
    font-size: 17px;
    color: #FFF;
    width: 230px;
    text-align: center;
    padding: 14px 0;
    border-radius: 100px;
    margin: 0;
    border: none;
    transition: 1s all ease;
}

.SecContact p {
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
}

.SecContact p+p {
    padding: 20px 0 0;
}

.SecContact p a {
    display: table;
    color: red;
    font-size: 20px;
    margin: 8px 0 0;
}


.content-area {
    padding: 100px 0;
}


.content-area h2 {
    font-size: 40px;
    color: #ff0000;
    margin: 0 0 15px;
}

.content-area .woocommerce ul.products li.product .price{
    font-size: 19px !important;
    color: #6e6e6e !important;
}
.woocommerce .star-rating span , .woocommerce .star-rating::before {
    color: red;
    font-size:14px;
    right: 0;
}

.content-area nav.woocommerce-breadcrumb {
    display: none;
}

header.woocommerce-products-header {
    font-size: 50px;
    color: red;
    text-align: center;
    margin: 0 0 50px;
}

.woocommerce .woocommerce-result-count {
    display: none;
}

.woocommerce .woocommerce-ordering {
    display: none;
}

.content-area {}

.woocommerce ul.products li.product .price {
    color: red !important;
}

.woocommerce ul.products li.product {
    text-align: center;
}

.woocommerce ul.products li.product .star-rating {
    margin: 0 auto 15px;
    display: table;
    text-align: center;
}

.woocommerce .star-rating span::before {
    right: 0;
}

.single-product h5 {
    font-size: 40px;
    color: #FFF !important;
    margin: 0 0 15px;
}

.single-product a.woocommerce-review-link {
    display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #FFF !important;
    margin: 0 0 25px;
}

.woocommerce .star-rating {
    line-height: initial;
}

.woocommerce-product-details__short-description p {
    font-size: 16px;
    line-height: 24px;
    color: #FFFF;
}

.woocommerce div.product form.cart {
    margin: 30px 0;
}

.woocommerce div.product form.cart h5.qntyt {
    display: none;
}

button.plus {}

button.plus , button.minus {
    display: none;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: red !important;
}

.woocommerce .quantity .qty {
    width: 85px;
    height: 45px;
}

.woocommerce div.product form.cart .button {
    background: red !important;
}

.product_meta {
    color: #FFF;
    font-size: 20px;
}

.product_meta a {
    color: red;
}


.woocommerce-tabs.wc-tabs-wrapper {}

.woocommerce-tabs.wc-tabs-wrapper p {
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
}

.woocommerce-tabs.wc-tabs-wrapper p+p {
    margin: 15px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: red;
    border-color: non;
    color: #FFF;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none;
    color: #FFF !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before , .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: red;
    
}

.woocommerce-billing-fields {}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 , .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 48%;
    color: #FFF;
}

.woocommerce form .form-row label {
    color: #FFF;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 40px;
}

.woocommerce-tabs.wc-tabs-wrapper {}

.woocommerce-tabs.wc-tabs-wrapper p {
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
}

.woocommerce-tabs.wc-tabs-wrapper p+p {
    margin: 15px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: red;
    border-color: non;
    color: #FFF;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none;
    color: #FFF !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before , .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

a {}

span#reply-title {
    color: #FFF;
    font-size: 25px;
    margin: 30px 0 10px;
    display: block;
}

label {}

.comment-form-rating label {
    color: #FFF;
    margin: 0 0 20px;
}

.woocommerce p.stars a::before {
    color: red;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: red;
    color: #FFF;
}

h2.woocommerce-Reviews-title {
    display: none;
}

.woocommerce table.shop_table th {
    color: #FFF;
}

.woocommerce table.shop_table td a {
    color: #FFF;
}

.woocommerce table.shop_table td {
    border-color: #FFF;
    color: #FFF;
}

h3#order_review_heading {
    font-size: 30px;
    color: red;
    margin: 30px 20px;
}

.woocommerce-info {
    border-top-color: red;
}

.woocommerce-info::before {
    color: red;
}

.woocommerce-info a {
    color: red;
}

.woocommerce form .form-row textarea {
    height: 80px;
    padding: 10px;
}

.mtb {
    margin: 20px 0;
}
/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 75%;
  }
}
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0,0,0,0.1);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgb(255 2 2 / 80%);
  cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}

/**
 * My Account
 */

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
	content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
	content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
	content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
	content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
	content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
	content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
	content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
    text-align: center;
	font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

.SecContent  .woocommerce p {
    color: #fff;
}

.SecContent .woocommerce a {
    color: #fff;
    font-size: 14px;
}


.search-dropdown {
    position: absolute;
    width: 200px;
    left: -181px;
    top: 45px;
    background: red;
    padding: 15px 10px;
    z-index: 9;
    display: none;
}

.header-top ul.cart-info li {
    position: relative;
}

.search-dropdown form input[type="text"] , .search-dropdown form input[type="email"] {
    width: 100%;
    background: #FFF;
    border: none;
    padding: 12px 10px;
    height: initial;
    font-size: 15px;
    color: #000;
}

.search-dropdown form {
    width: 100%;
}

.search-dropdown form input[type="submit"] {
    width: 100%;
    background: #000;
    color: #FFF;
    border: none;
    padding: 12px 0;
    margin: 10px 0 0;
}

.search-dropdown:after {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid red;
    position: absolute;
    top: -15px;
    right: 0px;
    content: "";
}

ul.sub-menu {
    width: 200px;
    position: absolute;
    left: 0;
    top: 35px;
    background: red;
    z-index: 99;
    padding: 0;
    display: none;
}

ul.sub-menu li {
    width: 100%;
    float: none;
    margin: 0 !important;
    text-align: start;
    position: relative;
    padding: 0;
}

ul.sub-menu li a {
    display: block;
    padding: 10px;
    font-size: 15px;
}

.header-bottom nav li:hover ul.sub-menu {
    display: block;
}

ul.sub-menu li a:hover {
    background: #000;
}
header li.menu-item-has-children {
    background: url(assets/images/search-icon.png) no-repeat;
    background-position: right top 2px;
    padding-right: 19px;
}


ul.slick-dots li {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: white;
    position: relative;
    top: -50px;
}

ul.slick-dots li:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 9px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: white;
}

ul.slick-dots li button {
    background: none;
    font-size: 0;
    color: transparent;
    border: none;
}

ul.slick-dots li {
    display: inline-block;
    margin: 0 3px;
}

ul.slick-dots {
    text-align: center;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

ul.slick-dots li.slick-active {
    border-bottom-color: red;
}

ul.slick-dots li.slick-active:after {
    border-top-color: red;
}

ul.slick-dots li button:focus {outline:none;}


.SecFeatured h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: grey;
    margin: 0 0 6px;
    font-weight: 500;
}

.defaultcont p {
    color: #FFF !important;
}

section.SecContent.defaultcont h2 {
    margin: 0 0 10px;
}

section.SecContent.defaultcont {
    padding: 100px 0 100px;
}

section.beer-sec.mn-hd {
    padding: 80px 0;
    text-align: start;
}

section.beer-sec.mn-hd h4 {
    font-size: 30px;
    color: #FFF;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #ff0000;
}
section.beer-sec.mn-hd p {
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
}

section.beer-sec.mn-hd p+p {
    margin: 20px 0 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ff0000;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    background: #ff0000;
    color: #FFF !important;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 1px solid #970000;
    margin: 1px;
}
