/*!
Theme Name:   SPAProject
Theme URI:    https://www.web2rankphil.com/
Author:       Web2Rank
Author URI:   https://www.web2rankphil.com/
Description:  Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Version:      1.0.0
Text Domain:  projectspa
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style

*/
/*
======
Note: Do not edit this file. If you wish to add your own CSS, go to Customizer > Additional CSS.
======
*/
/*!
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

body {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
a {
  color: #00509F;
}
a, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.custom-nav-css {
  background: #FF2F40;
}

.custom-nav-css .nav-all-dep {
  background: #FED430;
  width: 100%;
  display: block;
  padding: 10px;
  color: #000;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
 }

.custom-nav-css ul li {
  padding: 10px 0;
}

.custom-nav-css ul li a {
  color: #FFF;
  font-weight: 600;
  font-size: 13px;
}

.custom-nav-css ul li:hover a, .custom-nav-css ul li a:hover {
  color: #FED430;
}

.c-nav li a {
  font-weight: 600;
  transition: padding 0.5s;
}

.c-nav li a:hover {
  color: #FF2F40;
  padding-left: 5px;
}

.woocommerce-active .site-header .site-header-cart {
  width: 100%;
  text-align: right;
}

.site-header {
  padding-top: 0px;
  margin-bottom: 0;
}

.home.blog .site-header {
  margin-bottom: 0;
}

.top-header {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

.top-header p {
  margin: 0;
}

.top-nav {
  list-style: none;
  margin: 0;
  text-align: right
}

.top-nav li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}

.top-nav li:before {
    content: '|';
    display: block;
    position: absolute;
    left: 0;
    margin: auto 0;
    color: #ddd;
}

.top-nav li i {
  margin-right: 5px;
}

.top-nav li:first-child:before  {
  content: none;
}

.top-nav li:last-child {
  padding-right: 0;
}

.top-nav li a {
  color: inherit;
  display: block;
  transition: all 0.5s;
}

.top-nav li a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #FF2F40;
}

.main-header {
  padding: 10px 0 10px;
}

.logo a {
  font-weight: bold;
}

.logo img {
  max-width: 140px
}

.widget_search form::before, .widget_product_search form::before {
  left: auto;
  right: 1em;
  top: 13px
}

#home-slider {
  background: url('images/bg-slider.png');
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
}

.widget_product_search form input[type=search] {
  background: none;
  border: 2px solid #FF2F40;
  border-radius: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 2.617924em;
}

.widget_product_search form input[type=search]:focus {
  outline-color: transparent;
  box-shadow: 0px 0px 6px rgba(70, 152, 224, 0.5);
}

.site-header-cart .cart-contents {
  padding: 0;
}
.woocommerce-active .site-header .main-navigation {
  width: 100%;
}

.main-navigation ul.nav-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;

  transition: transform 0.4s;
}

.main-navigation ul.nav-menu > li > a:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.main-navigation ul.nav-menu > li.current-menu-item > a {
  color: #fff;
}


.main-navigation ul.nav-menu > li.current-menu-item:after {
  content: "";
  display: block;
  border: 1px solid #FED430;
  /* top: 0; */
  position: absolute;
  left: 13px;
  z-index: 999999;
  width: 10px;
}

.n2-ow.n2-bullet:hover {
  padding: 5px !important;
}

.n2-ow.n2-bullet.n2-active:hover {
  padding: 5px 15px !important;
}

.n2-ss-section-main-content.n2-ss-layer-content.n2-ow {
  padding: 0 !important;
}

.c-nav {
  list-style: none;
  background: #FFF;
 /* padding: 10px;*/
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
 /* box-shadow: 0px 1px 2px rgba(0,0,0,0.5);*/
  width: 100%;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
}

.c-nav li {
  list-style: none;
  padding:5px 0;
  border-bottom: 1px solid#ddd;
}

.c-nav li a {
  color: #333;
  font-size: 13px;
}

.c-nav li:last-child {
  border-bottom: none;
}

main#main.home-main {
  padding-top: 60px;
  padding-bottom: 30px;
}


.sp-cta .added_to_cart.alt, .sp-cta .added_to_cart {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  font-size: 12px;
  background-color: #FF2F40;
  border: none;
  border-radius: 3px;
  color: #FFF;
}

section {
  margin-bottom: 20px;
}

.section-title {
  font-size: 18px;
  font-weight: 600;
  /*display: inline-block;*/
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 10px;
}

.section-title .animate-border {
  display: block;
  border-bottom: 3px solid #f7d331;
  width: 200px;
  position: absolute;
  bottom: -2px;

}

/*.section-title:after {
  content: "";
  display: block;
  border-bottom: 3px solid #f7d331;
  width: 150px;
  position: absolute;
  bottom: -2px;
}*/

.home-tags .media {
  background: #f3f3f3;
  padding: 20px 30px;
  transition: background 0.75s;
}

.home-tags .media:hover {
  background: #f7d331;
}

.home-tags a, .home-tags a:hover {
  color: inherit;
  text-decoration: none;
}

.home-tags .media img {
  width: 100px;
}

.home-tags .media .m-desc {
  margin: 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.2;
}

.home-tags .media .m-desc strong {
  font-weight: 700;
}
 
.home-tags .media .m-cta {
  margin: 0;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}


.home-tags .media .m-cta i {
  color: #FF2F40;
  font-size: 18px;
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 5px;
}

.home-tags .media .m-cta.upto {
  line-height: 0.5;
  margin-top: 12px;
}

.home-tags .media .m-cta.upto .uptotxt {
  font-weight: 200;
}

.home-tags .media .m-cta.upto .uptonum {
  font-weight: 700;
  font-size: 37px;
  line-height: 0;
}

.home-tags .media .m-cta.upto .uptoper {
  top: -15px;
  position: relative;
  font-weight: 700;
}

.home-special-offer .item-special {
  border: 2px solid #FED430;
  border-radius: 20px;
  padding: 20px;
}

.home-special-offer .item-special .is-header .is-title {
  font-weight: 400;
  padding-top: 20px;
  font-size: 24px;
}

.home-special-offer .item-special .is-header {
  position: relative;
}

.home-special-offer .item-special .is-header .is-save {
  display: inline-block;
  background: #FED430;
  text-align: center;
  padding: 18px 0;
  border-radius: 50%;
  width: 76px;
  height: 76px;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}

.home-special-offer .item-special .is-header .is-save > span {
  display: block;
  font-size: 12px;
}

.home-special-offer .item-special .is-header .is-save span.iss-amount {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -2px;
}

.home-special-offer .item-special .is-special-product {
  text-align: center;
}

.home-special-offer .item-special .is-special-product a:hover {
  text-decoration: none;
}


.home-special-offer .item-special .is-special-product .is-prod-thumb {
  margin: 30px 0;
}

.home-special-offer .item-special .is-special-product .is-prod-title {
  font-size: 15px;
  color: #00509F;
  font-weight: 600;
}


.home-special-offer .item-special .is-prod-price {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
 /* color: #326cb4;*/
  margin-top: 20px;
  margin-bottom: 10px;
}

.home-special-offer .item-special .is-prod-price .price-orig, .home-special-offer .item-special .is-prod-price .sp-orig-price {
    font-size: 60%;
    text-decoration: line-through;
    color: #bdbdbd;
    font-weight: 400;
}


.is-offer-countdown-timer .countdown-title {
  text-align: center;
  margin: 0;
}
.is-offer-countdown-timer .offer-countdown {
  text-align: center;
}
.is-offer-countdown-timer .offer-countdown > span {
  display: inline-block;
}

.is-offer-countdown-timer .offer-countdown > span > span {
  display: block;
}

.is-offer-countdown-timer .offer-countdown .value {
    background: #ededed;
    font-size: 32px;
    width: 55px;
    border-radius: 5px;
    position: relative;
    margin-right: 10px;
}

.is-offer-countdown-timer .offer-countdown .value:after {
  content: ":";
  position: absolute;
  top: -3px;
  right: -10px;
  z-index: 1;
}

.is-offer-countdown-timer .offer-countdown > span:last-child .value {
  margin-right: 0;
}

.is-offer-countdown-timer .offer-countdown > span:last-child .value:after {
  content: none;
}

.is-offer-countdown-timer .offer-countdown .label {
  font-weight: 500;
  font-size: 13px;
}

.product-list {
  padding-top: 10px;
}

.w2r-single-product  {
  padding: 0px;
  /*padding-bottom: 30px;*/
  position: relative;
  /*border: 1px solid #d4d4d4;
  border-radius: 5px;*/
  transition: transform 0.25s;
}

.w2r-single-product:hover {
  box-shadow: 0px 0px 5px rgba(0, 80, 159, 0.5);
  /*margin-top: -10px;*/
  transform: scale(1.02);
  z-index: 999;
  background: #FFF;
}

.product-list .row .col-md-4:after {
  content: '';
  border-right: 1px solid #eaeaea;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 70%;
  transform: translateY(-50%);
}

.product-list .row > .col-md-4:nth-child(3n):after {
  content: none;
}


.w2r-single-product .product-labels {
  position: absolute;
  top: 0;
  z-index: 1;
  text-align: right;
  width: 100%;
  padding: 5px 0;
}

.w2r-single-product .product-labels .product-label {
  font-size: 12px;
  background-color: #e71717;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 5px;
  color: #FFF;
  font-weight: 600;
}

.w2r-single-product .sp-thumb, .w2r-single-product .sp-name, .w2r-single-product .sp-category, .w2r-single-product .sp-prices, .w2r-single-product .sp-cta {
  padding: 5px 15px;
}

.w2r-single-product .sp-category {
  font-size: 11px;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.w2r-single-product .sp-category a {
  color: #212529;
  text-decoration: none;
  font-weight: 600;
}
.w2r-single-product .sp-category a:hover {
 color: #FF2F40;
}
.w2r-single-product .sp-name {
  color: #FF2F40;
  font-weight: 600;
  line-height: 1.2;
  height: 45px;
  overflow: hidden;
  margin: 0;
}

.w2r-single-product .sp-name a {
  color: #00509F;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.w2r-single-product .sp-thumb {
  margin-top:15px;
  margin-bottom: 15px;
  overflow: hidden;
}

.w2r-single-product .sp-thumb img {
  transition: 0.5s;
}

/*.w2r-single-product .sp-thumb a:hover img {
  transform: scale(1.2);
}*/

.w2r-single-product .sp-cta {
 position: relative;
 padding-bottom: 10px;
}

.w2r-single-product .sp-cta a.button {
  padding: 0;
  background: none;
}

.w2r-single-product .sp-prices {
  font-size: 20px;
}

.w2r-single-product .sp-prices .sp-price {
  font-weight: 600;
}

.w2r-single-product .sp-prices .sp-orig-price {
  font-size: 65%;
  text-decoration: line-through;
  color: #6f6c6c
}

.w2r-single-product .sp-cart {
  background: #FED430;
  text-align: center;
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
}

.nav-best-deals ul {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  margin-left: 0;
  text-align: center;
}

.nav-best-deals ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}

.nav-best-deals ul li a {
  color: inherit;
  padding: 10px 0;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.nav-best-deals ul li a.active {
  font-weight: 700;
  border-bottom: 2px solid #E79D19;
}

.footer-widgets {
  position: relative;
/*  background: #ededed;*/
}

/*.footer-widgets:before {
  content: "";
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 3px solid #FF2F40;
}

.footer-widgets:after {
  content: "";
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 3px solid #FED430;
}*/



.footer-widgets h3 {
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 15px;
}

.footer-widgets h3:after {
  content: ' ';
  width: 83px;
  border-bottom: 2px solid #FED430;
  display: block;
  position: absolute;
  bottom: -1px;

}

.footer-widgets .section-products {
  padding-bottom: 30px;
}

.products_widget_list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.products_widget_list li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
}

.products_widget_list li img {
  width: 75px;
  margin-right: 5px;
  border-radius: 0;
}

.products_widget_list li .sp-name {
  color: #FF2F40;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
  margin: 0;
  font-size: 13px;
}

.products_widget_list li .sp-price {
  font-weight: 600;
  color: #615f5f;
}

.products_widget_list li .sp-orig-price {
  font-size: 65%;
  text-decoration: line-through;
  color: #6f6c6c;
}

.section-newsletter {
  background: #FF2F40;
  padding: 20px 0;
  color: #FFF;
}

.section-newsletter form {
  font-size: 0; /*remove space between inline blocks*/
}

.section-newsletter .tnp-field {
  display: inline-block;
  font-size: 14px;
}

.section-newsletter .tnp-field.tnp-field-email {
  width: 75%;
}

.section-newsletter .tnp-field.tnp-field-email input {
  border-radius: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  padding-left: 20px;
}

.section-newsletter .tnp-field.tnp-field-email input:focus, .section-newsletter .tnp-field.tnp-field-button input:focus {
  outline: none;
}

.section-newsletter .tnp-field.tnp-field-button input {
  border-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: #FED430;
  color: #333;
  font-weight: 900;
}


.newsletter-intro {
  padding-left: 50px;
  position: relative;
}

.newsletter-intro p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.newsletter-intro p.singupnews {
  font-size: 24px;
  font-weight: 600;
  text-indent: 20%
}

.newsletter-intro .ni-icon {
    font-size: 36px;
    position: absolute;
    left: 0;
}

footer section {
  margin: 0;
  margin-bottom: 0;
}

.footer-main {
  padding: 25px 0;
  font-size: 13px;
  font-weight: 500;
}

.footer-main h3 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 5px;
}

.footer-main h3:after {
  content: '';
  width: 83px;
  border-bottom: 2px solid #FED430;
  display: block;
  position: absolute;
  bottom: -1px;
}

.footer-main .fc-gotquest {
  margin: 0;
  font-size: 13px;
}

.footer-main .fc-mail {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
}

.footer-main .fc-mail a {
  color: #212529;
}

.footer-main .fc-mail a:hover {
  color: #FF2F40;
}

.footer-main .footer-logo {
  font-weight: 900;
  font-size: 38px;
}


.footer-social-icons {
  margin-top: 20px;
}
.footer-social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-social-icons ul li {
  list-style: none;
  display: inline-block;
  font-size: 24px;
  margin-right: 25px;
}

.footer-social-icons ul li a {
  color: #43454b;
  display: block;
  transition: all 0.5s;
}

.footer-social-icons ul li a:hover {
  color: #FF2F40;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.fb {
  color: #416DB1 !important;
}

.twitter {
  color: #00B4E2 !important;
}

.glus {
  color: #F4473B !important;
}

.instagram {
  color: #DE2281 !important;
}

.youtube {
  color: #FF112C !important;
}

.footer-copyright {
  padding: 10px 0;
  background: #303437;
  color: #FFF;
}

.footer-copyright p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.footer-copyright  .txt-poweredby span {
  font-size: 12px;
  vertical-align: super;  
}


.storefront-breadcrumb {
  margin-bottom: 0;
}

.widget-title {
border-bottom: 1px solid #d4d4d4 !important;
    position: relative;
    padding-bottom: 5px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #504e4e;
}

.widget-title:after {
  content: ' ';
  width: 83px;
  border-bottom: 2px solid #FED430;
  display: block;
  position: absolute;
  bottom: -1px;
}


.woocommerce-breadcrumb {
    font-size: 13px;
}

.woocommerce-breadcrumb a {
  text-decoration: none;
}


body.single-product h1.product_title {
  font-size: 24px;
  color: #27509f;
  font-weight: 700;

}

.single-product div.product .product_meta a {
  text-decoration: none;
  color: #676869;
  font-size: 12px;
}

.single-product div.product .product_meta a:hover {
  color: #FED430;
}

body.single-product .entry-summary .sp-prices {
    font-size: 40px;
}

body.single-product .entry-summary .sp-prices .sp-price {
    font-weight: 600;
}

body.single-product .entry-summary .sp-prices .sp-orig-price {
    font-size: 65%;
    text-decoration: line-through;
    color: #6f6c6c;
}

button.single_add_to_cart_button.button {
  background: #f7d331;
  border-radius: 50px;
  padding: 15px 50px;
  transition: background 0.5s;
}

button.single_add_to_cart_button.button:hover {
  background: #f5c10a;
}

body.single-product .quantity .qty {
  padding-top: 15px;
  padding-bottom: 15px;
}


.single-product div.product .woocommerce-product-rating {
  margin-top: 15px;
  margin-bottom: 15px;
}

.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked+label:before {
  color: #FED430;
}

body.single-product .nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

body.single-product .tab-pane {
    padding: 25px;
}

body.single-product .nav-tabs .nav-link {
  font-size: 20px;
  color: #495057;
  border:none;
  border-bottom: 2px solid transparent;
}

body.single-product .nav-tabs .nav-link.active {
  border: none;
  font-weight: 700;
  border-bottom: 2px solid #FED430;
}

body.single-product .nav-tabs .nav-link:hover {
  border:none;
  border-bottom: 2px solid #FED430;
}

body.single-product .tab-content {
  border: 1px solid #dee2e6;
  border-radius: 10px;
}

body.single-product .tab-content h2 {
  font-size: 22px;
}

.widget .widget-title {
  margin-bottom: 10px;
}

.widget_product_categories ul li {
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0;
}

.widget_product_categories ul li::before, .widget_product_categories ul li.current-cat::before {
  content: "";
}

/*.widget_product_categories ul li.current-cat {
  padding-left: 25px;
}*/
.widget_product_categories ul li a {
  transition: all 0.5s;
}

.widget_product_categories ul li.current-cat a {
  font-weight: 700 !important;
  color: #333;
}

.widget_product_categories ul li a:hover {
  padding-left: 15px;
}

.widget-area .widget a:not(.button) {
  text-decoration: none;
}

.widget-area .widget a:hover {
  color: #333;
}

.onsale {
  background: #F9001F;
  color: #FFF;
  border: none;
}

.widget-area .woocommerce-mini-cart-item .remove:before, .product-remove a:before, .site-header-cart .widget_shopping_cart a.remove:before {
  color: #ef626f;
  transition: color 0.5s;
}

.widget-area .woocommerce-mini-cart-item .remove:hover:before, .product-remove a:hover:before,.site-header-cart .widget_shopping_cart a.remove:hover:before {
  color: #F9001F;
}

.widget-area .product_list_widget li img {
  max-width: 100px;
}

.widget-area .quantity, .widget-area .woocommerce-Price-amount {
  font-weight: 700;
  color: #212529;
}

.widget-area del {
  color: #6f6c6c;
}

.widget-area del .woocommerce-Price-amount {
  color: #6f6c6c;
  font-weight: 300;
  font-size: 75%;
}

.widget_shopping_cart .buttons a, .site-header-cart .widget_shopping_cart a.button, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
  background: #FED430;
  color: #333;
}
.widget_shopping_cart .buttons a:hover, .widget_shopping_cart .buttons a:hover, .site-header-cart .widget_shopping_cart a.button:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover {
  background: #f5c10a;
  color: #333;
}

.widget a.button.checkout, .checkout-button {
  background: #FF2F40 !important;
  color: #FFF !important;
}
.widget a.button.checkout:hover, .checkout-button:hover {
  background: #CA1F2D !important;
  color: #FFF !important;
}

.storefront-product-pagination a {
  font-weight: 700;
}

.widget_price_filter .ui-slider .ui-slider-range, .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #27509f;
}

.price_slider_amount button {
  background-color: #f7d331;
  border-color: transparent;
  color: #333333;
  padding: 10px 20px;
  border-radius: 25px;
  line-height: 1;
}

.woocommerce-cart-form .cart_item a {
  color: #00509F;
  font-weight: 700;
  text-decoration: none !important;
}

button[name="update_cart"] {
  background: #FED430;
  color: #333;
}

button[name="update_cart"]:hover {
  background: #f5c10a;
  color: #333;
}

form.checkout.woocommerce-checkout .woocommerce-input-wrapper, .woocommerce-address-fields .woocommerce-input-wrapper {
  width: 100%;
}

.site-header-cart .widget_shopping_cart a.remove {
  color: #f0f0f0 !important;
}

p.stars.selected a.active:before, p.stars:hover a:before, p.stars.selected a:not(.active):before, p.stars.selected a.active:before {
  color: #FED430;
}

.slider-cta-button-animation a {
  transition: all 0.5s !important;
}

.woocommerce-info {
  background-color: #FF2F40;
}

#payment .payment_methods li img {
    width: 40px;
    margin-right: 2px;
}
@media (max-width: 767px) {
  .main-header {
    background: #FED430;
  }
  .site-header {
    padding-bottom: 0;
    border-color: #f7d331;
  }

  .logo img {
    max-width: 110px;
  }

  .top-nav.mobile li a {
    font-size: 20px;
    color: #000;
  }


  .top-nav.mobile li span {
    display: none;
  }

  .top-nav li {
    padding: 0;
  }

  .top-nav li:before {
    content: none;
  }

  #home-slider {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  div#n2-ss-3 .n2-ss-layer {
    font-size: 110% !important;
  }

  div#n2-ss-3 .n2-font-95094407fbd562f46d7eee60c915342c-link a {
    padding: 10px 25px !important;
  }

  main#main.home-main {
    padding-top: 20px;
  }

  .home-tags .media {
    margin-bottom: 10px;
  }
  .newsletter-intro p.singupnews {
    text-indent: 0;
  }
  .section-newsletter .tnp-field.tnp-field-email {
      width: 60%;
  }

  .footer-main .row > div {
    margin-bottom: 30px;
  }

  .footer-main .fc-gotquest {
    font-size: 12px;
  }

  .footer-main .fc-mail {
    font-size: 20px;
  }

  .footer-copyright {
    text-align: center;
  }

  .footer-copyright .txt-poweredby {
    text-align: center;
    margin-top: 10px;
  }

  .item-special {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .logo {
    text-align: center;
  }
  .logo img {
    display: initial;
    text-align: center;
  }
}