/* Skin demo 26 - index-26.html */
.second-primary-color {
  color: #333 !important; }

/* Skin structure */
::-moz-selection {
  background-color: #ed2e37; }

::selection {
  background-color: #ed2e37; }

.bg-primary {
  background-color: #ed2e37 !important; }

.bg-secondary {
  background-color: #fcb941 !important; }

a {
  color: #ed2e37; }

a:hover,
a:focus {
  color: #447800; }

.link-underline {
  box-shadow: 0 1px 0 0 #ed2e37; }

.text-primary {
  color: #ed2e37 !important; }

.text-secondary {
  color: #fcb941 !important; }

/* Elements */
.alert-primary {
  background-color: #ed2e37; }

.banner-badge .banner-link:hover .banner-link-text,
.banner-badge .banner-link:focus .banner-link-text {
  background-color: #ed2e37; }

.header-3 .header-search-extended .btn,
.header-4 .header-search-extended .btn {
  background-color: transparent;
  color: #333; }
  .header-3 .header-search-extended .btn:hover, .header-3 .header-search-extended .btn:focus,
  .header-4 .header-search-extended .btn:hover,
  .header-4 .header-search-extended .btn:focus {
    color: #ed2e37; }
    
    
/* =====================================================
   HOME PRODUCT SLIDER IMAGE HOVER FIX
   Add at the END of demo-26.css
===================================================== */

.owl-carousel .product .product-media{
    position:relative !important;
    width:100% !important;
    height:260px !important;
    min-height:260px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    background:#fff !important;
}

/* Product image link container */
.owl-carousel .product .product-media > a{
    position:relative !important;
    width:100% !important;
    height:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
}

/* Main and hover images common alignment */
.owl-carousel .product .product-media .product-image,
.owl-carousel .product .product-media .product-image-hover{
    position:absolute !important;
    top:50% !important;
    left:50% !important;

    width:auto !important;
    height:auto !important;
    max-width:88% !important;
    max-height:215px !important;

    margin:0 !important;
    padding:0 !important;

    object-fit:contain !important;
    object-position:center !important;

    transform:translate(-50%, -50%) scale(1) !important;
    transform-origin:center center !important;

    transition:
        opacity .35s ease,
        visibility .35s ease,
        transform .35s ease !important;
}

/* Default image */
.owl-carousel .product .product-media .product-image{
    opacity:1 !important;
    visibility:visible !important;
    z-index:1 !important;
}

/* Hover image hidden initially */
.owl-carousel .product .product-media .product-image-hover{
    opacity:0 !important;
    visibility:hidden !important;
    z-index:2 !important;
}

/* Hover state */
.owl-carousel .product .product-media:hover .product-image{
    opacity:0 !important;
    visibility:hidden !important;
    transform:translate(-50%, -50%) scale(.96) !important;
}

.owl-carousel .product .product-media:hover .product-image-hover{
    opacity:1 !important;
    visibility:visible !important;
    transform:translate(-50%, -50%) scale(1) !important;
}

/* Product labels must stay above images */
.owl-carousel .product .product-media .product-label{
    position:absolute !important;
    z-index:5 !important;
}

/* Wishlist / quick view icons */
.owl-carousel .product .product-action-vertical{
    position:absolute !important;
    z-index:6 !important;
}

/* Prevent Owl Carousel image width rule from stretching */
.owl-carousel .owl-item .product-media img.product-image,
.owl-carousel .owl-item .product-media img.product-image-hover{
    display:block !important;
    width:auto !important;
}

/* Tablet */
@media(max-width:991px){

    .owl-carousel .product .product-media{
        height:235px !important;
        min-height:235px !important;
    }

    .owl-carousel .product .product-media .product-image,
    .owl-carousel .product .product-media .product-image-hover{
        max-width:86% !important;
        max-height:190px !important;
    }
}

/* Mobile */
@media(max-width:575px){

    .owl-carousel .product .product-media{
        height:200px !important;
        min-height:200px !important;
    }

    .owl-carousel .product .product-media .product-image,
    .owl-carousel .product .product-media .product-image-hover{
        max-width:84% !important;
        max-height:160px !important;
    }
}
	

/* Default Editor Table Style */

table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    border:1px solid #eee;
    border-radius:12px;
    overflow:hidden;
    margin:25px 0;
}

table tr{
    border-bottom:1px solid #eee;
}

table tr:last-child{
    border-bottom:none;
}

table td,
table th{
    padding:15px 18px;
    border:none;
    border-bottom:1px solid #eee;
}

table tr:last-child td,
table tr:last-child th{
    border-bottom:none;
}

table td:first-child,
table th:first-child{
    width:260px;
    background:#f8f9fb;
    color:#222;
    font-weight:600;
}

table td:not(:first-child){
    color:#666;
}

@media(max-width:575px){

    table,
    table tbody,
    table tr,
    table td,
    table th{
        display:block;
        width:100%;
    }

    table td:first-child,
    table th:first-child{
        width:100%;
    }
}


 .kp-content-box ul{
    list-style: disc !important;
    padding-left: 30px !important;
    margin: 15px 0 !important;
}

.kp-content-box ul li{
    list-style: disc !important;
    display: list-item !important;
    margin-bottom: 8px;
}


/* =====================================
   FULL WIDTH MEGA MENU FIX
===================================== */

.main-nav {
    position: static !important;
}

.main-nav .menu > li.megamenu-container,
.main-nav .menu > li.show {
    position: static !important;
}

/* Main Megamenu */
.main-nav .megamenu {
    left: 0 !important;
    right: 0 !important;

    width: 100% !important;
    max-width: 100% !important;

    padding: 25px 30px !important;

    border-radius: 0 !important;

    overflow: hidden !important;

    z-index: 9999;
}

/* Scroll only inside content */
.main-nav .megamenu .row.no-gutters {
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;

    padding-right: 10px;
}

/* Scrollbar */
.main-nav .megamenu .row.no-gutters::-webkit-scrollbar {
    width: 6px;
}

.main-nav .megamenu .row.no-gutters::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 20px;
}

.main-nav .megamenu .row.no-gutters::-webkit-scrollbar-track {
    background: #f5f5f5;
}

/* Left Content Width */
.main-nav .megamenu .col-md-8 {
    flex: 0 0 78% !important;
    max-width: 78% !important;
}

/* Right Side Width */
.main-nav .megamenu .col-md-4 {
    flex: 0 0 22% !important;
    max-width: 22% !important;

    padding-left: 25px !important;
}

/* Menu Columns Gap */
.main-nav .megamenu .menu-col {
    padding-right: 20px;
}

/* Titles */
.main-nav .megamenu .menu-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
}

/* Links */
.main-nav .megamenu ul li a {
    padding: 5px 0;
    display: block;
    font-size: 14px;
}

/* Banner Image */
.main-nav .megamenu .banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}

/* Small Dropdown untouched */
.main-nav .menu ul {
    min-width: 230px;
}




	
.header-bottom{ background:#ed2e37; }
.btn-video {
  color: #ed2e37; }
  .btn-video:hover, .btn-video:focus {
    background-color: #fcb941; }

.breadcrumb-item a:hover, .breadcrumb-item a:focus {
  color: #ed2e37; }

.btn-link {
  color: #ed2e37; }
  .btn-link:hover, .btn-link:focus,
  .btn-link .btn-link-dark:hover,
  .btn-link .btn-link-dark:focus {
    color: #ed2e37;
    border-color: #ed2e37; }

/* generated with mixins */
.btn-primary {
  color: #fff;
  background-color: #ed2e37;
  border-color: #ed2e37;
  box-shadow: none; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #fcb941;
    border-color: #fcb941;
    box-shadow: none; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ed2e37;
    border-color: #ed2e37; }

.btn-secondary {
  color: #fff;
  background-color: #fcb941;
  border-color: #fcb941;
  box-shadow: none; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ed2e37;
    border-color: #ed2e37;
    box-shadow: none; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #fcb941;
    border-color: #fcb941; }

.btn-white {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none; }
  .btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
    color: #fff;
    background-color: #ed2e37;
    border-color: #ed2e37;
    box-shadow: none; }
  .btn-white.disabled, .btn-white:disabled {
    color: #333333;
    background-color: #fff;
    border-color: #fff; }

.btn-white-2 {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none; }
  .btn-white-2:hover, .btn-white-2:focus, .btn-white-2.focus, .btn-white-2:not(:disabled):not(.disabled):active, .btn-white-2:not(:disabled):not(.disabled).active, .show > .btn-white-2.dropdown-toggle {
    color: #fff;
    background-color: #fcb941;
    border-color: #fcb941;
    box-shadow: none; }
  .btn-white-2.disabled, .btn-white-2:disabled {
    color: #333333;
    background-color: #fff;
    border-color: #fff; }

.btn-primary-white {
  color: #fff;
  background-color: #ed2e37;
  border-color: #ed2e37;
  box-shadow: none; }
  .btn-primary-white:hover, .btn-primary-white:focus, .btn-primary-white.focus, .btn-primary-white:not(:disabled):not(.disabled):active, .btn-primary-white:not(:disabled):not(.disabled).active, .show > .btn-primary-white.dropdown-toggle {
    color: #ed2e37;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none; }
  .btn-primary-white.disabled, .btn-primary-white:disabled {
    color: #fff;
    background-color: #ed2e37;
    border-color: #ed2e37; }

.btn-white-primary {
  color: #ed2e37;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none; }
  .btn-white-primary:hover, .btn-white-primary:focus, .btn-white-primary.focus, .btn-white-primary:not(:disabled):not(.disabled):active, .btn-white-primary:not(:disabled):not(.disabled).active, .show > .btn-white-primary.dropdown-toggle {
    color: #fff;
    background-color: #ed2e37;
    border-color: #ed2e37;
    box-shadow: none; }
  .btn-white-primary.disabled, .btn-white-primary:disabled {
    color: #ed2e37;
    background-color: #fff;
    border-color: #fff; }

.btn-dark {
  color: #fff;
  background-color: #333;
  border-color: #333;
  box-shadow: none; }
  .btn-dark:hover, .btn-dark:focus, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #ed2e37;
    border-color: #ed2e37;
    box-shadow: none; }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333; }

.btn-outline {
  color: #ed2e37;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); }
  .btn-outline:hover, .btn-outline:focus, .btn-outline.focus, .btn-outline:not(:disabled):not(.disabled):active, .btn-outline:not(:disabled):not(.disabled).active, .show > .btn-outline.dropdown-toggle {
    color: #ed2e37;
    background-color: transparent;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }
  .btn-outline.disabled, .btn-outline:disabled {
    color: #ed2e37;
    background-color: transparent; }

.btn-outline-primary {
  color: #ed2e37;
  background-color: transparent;
  background-image: none;
  border-color: #ed2e37;
  box-shadow: none; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #ed2e37;
    background-color: transparent;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #ed2e37;
    background-color: transparent; }

.btn-outline-primary-2 {
  color: #ed2e37;
  background-color: transparent;
  background-image: none;
  border-color: #ed2e37;
  box-shadow: none; }
  .btn-outline-primary-2:hover, .btn-outline-primary-2:focus, .btn-outline-primary-2.focus, .btn-outline-primary-2:not(:disabled):not(.disabled):active, .btn-outline-primary-2:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-2.dropdown-toggle {
    color: #fff;
    background-color: #ed2e37;
    border-color: #ed2e37;
    box-shadow: none; }
  .btn-outline-primary-2.disabled, .btn-outline-primary-2:disabled {
    color: #ed2e37;
    background-color: transparent; }

.btn-outline-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none; }
  .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #ed2e37;
    background-color: transparent;
    border-color: #fff;
    box-shadow: none; }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #fff;
    background-color: transparent; }

.btn-outline-dark {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none; }
  .btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #ed2e37;
    background-color: transparent;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #333333;
    background-color: transparent; }

.btn-outline-dark-2 {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: none; }
  .btn-outline-dark-2:hover, .btn-outline-dark-2:focus, .btn-outline-dark-2.focus, .btn-outline-dark-2:not(:disabled):not(.disabled):active, .btn-outline-dark-2:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-2.dropdown-toggle {
    color: #ed2e37;
    background-color: #fafafa;
    border-color: #ebebeb;
    box-shadow: none; }
  .btn-outline-dark-2.disabled, .btn-outline-dark-2:disabled {
    color: #333333;
    background-color: transparent; }

.btn-outline-dark-3 {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none; }
  .btn-outline-dark-3:hover, .btn-outline-dark-3:focus, .btn-outline-dark-3.focus, .btn-outline-dark-3:not(:disabled):not(.disabled):active, .btn-outline-dark-3:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-3.dropdown-toggle {
    color: #ed2e37;
    background-color: transparent;
    border-color: #ed2e37;
    box-shadow: none; }
  .btn-outline-dark-3.disabled, .btn-outline-dark-3:disabled {
    color: #333333;
    background-color: transparent; }

.btn-outline-darker {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none; }
  .btn-outline-darker:hover, .btn-outline-darker:focus, .btn-outline-darker.focus, .btn-outline-darker:not(:disabled):not(.disabled):active, .btn-outline-darker:not(:disabled):not(.disabled).active, .show > .btn-outline-darker.dropdown-toggle {
    color: #fff;
    background-color: #ed2e37;
    border-color: #ed2e37;
    box-shadow: none; }
  .btn-outline-darker.disabled, .btn-outline-darker:disabled {
    color: #333333;
    background-color: transparent; }

.btn-outline-gray {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #959595;
  box-shadow: none; }
  .btn-outline-gray:hover, .btn-outline-gray:focus, .btn-outline-gray.focus, .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
    color: #fff;
    background-color: #ed2e37;
    border-color: #ed2e37;
    box-shadow: none; }
  .btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #333333;
    background-color: transparent; }

.btn-outline-lightgray {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: none; }
  .btn-outline-lightgray:hover, .btn-outline-lightgray:focus, .btn-outline-lightgray.focus, .btn-outline-lightgray:not(:disabled):not(.disabled):active, .btn-outline-lightgray:not(:disabled):not(.disabled).active, .show > .btn-outline-lightgray.dropdown-toggle {
    color: #ed2e37;
    background-color: #f5f6f9;
    border-color: #ebebeb;
    box-shadow: none; }
  .btn-outline-lightgray.disabled, .btn-outline-lightgray:disabled {
    color: #333333;
    background-color: transparent; }

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none; }
  .btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
    color: #fff;
    background-color: #ed2e37;
    border-color: #ed2e37;
    box-shadow: none; }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent; }

.btn-outline-white-2 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none; }
  .btn-outline-white-2:hover, .btn-outline-white-2:focus, .btn-outline-white-2.focus, .btn-outline-white-2:not(:disabled):not(.disabled):active, .btn-outline-white-2:not(:disabled):not(.disabled).active, .show > .btn-outline-white-2.dropdown-toggle {
    color: #fff;
    background-color: #fcb941;
    border-color: #fcb941;
    box-shadow: none; }
  .btn-outline-white-2.disabled, .btn-outline-white-2:disabled {
    color: #fff;
    background-color: transparent; }

.btn-outline-white-4 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none; }
  .btn-outline-white-4:hover, .btn-outline-white-4:focus, .btn-outline-white-4.focus, .btn-outline-white-4:not(:disabled):not(.disabled):active, .btn-outline-white-4:not(:disabled):not(.disabled).active, .show > .btn-outline-white-4.dropdown-toggle {
    color: #ed2e37;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none; }
  .btn-outline-white-4.disabled, .btn-outline-white-4:disabled {
    color: #fff;
    background-color: transparent; }

.newsletter-popup-container .input-group .btn:hover, .newsletter-popup-container .input-group .btn:focus {
  background-color: #ed2e37; }

.bg-image .btn-link-dark:hover, .bg-image .btn-link-dark:focus {
  color: #ed2e37;
  border-color: #ed2e37; }
.bg-image .btn-outline-primary:hover, .bg-image .btn-outline-primary:focus, .bg-image .btn-outline-primary.focus, .bg-image .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-image .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-image .btn-outline-primary.dropdown-toggle {
  background-color: #ed2e37;
  border-color: #ed2e37; }
.bg-image .btn-outline-dark:hover, .bg-image .btn-outline-dark:focus, .bg-image .btn-outline-dark.focus, .bg-image .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-image .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-image .btn-outline-dark.dropdown-toggle {
  color: #ed2e37; }

.card-title a {
  color: #ed2e37; }
  .card-title a:before {
    color: #ed2e37; }
  .card-title a.collapsed:hover, .card-title a.collapsed:focus {
    color: #ed2e37; }

.count-wrapper {
  color: #ed2e37; }

.feature-box i {
  color: #ed2e37; }

.feature-box-simple i {
  color: #ed2e37; }

.form-control:focus {
  border-color: #ed2e37; }

.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ed2e37; }
.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ed2e37; }

.icon-box-icon {
  color: #ed2e37; }

.icon-box-circle .icon-box-icon {
  background-color: #ed2e37; }

.instagram-feed-content a:hover, .instagram-feed-content a:focus {
  color: #ed2e37; }

.close:hover, .close:focus {
  color: #ed2e37; }

.page-header h1 span {
  color: #ed2e37; }

.page-link:hover, .page-link:focus {
  color: #ed2e37; }

.page-item.active .page-link {
  color: #ed2e37; }

.social-icon:hover, .social-icon:focus {
  color: #ed2e37;
  border-color: #ed2e37; }

.testimonial-icon:before {
  color: #ed2e37; }

.nav.nav-tabs .nav-link:hover, .nav.nav-tabs .nav-link:focus {
  color: #ed2e37; }
.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item .nav-link.active {
  color: #ed2e37; }

.nav.nav-pills .nav-link:hover, .nav.nav-pills .nav-link:focus {
  color: #ed2e37; }
.nav.nav-pills .nav-item.show .nav-link,
.nav.nav-pills .nav-item .nav-link.active {
  color: #ed2e37;
  border-bottom-color: #ed2e37; }

.nav.nav-border-anim .nav-link:before {
  background-color: #ed2e37; }

.title-link:hover, .title-link:focus {
  box-shadow: 0 1px 0 0 #ed2e37; }

.product-countdown.countdown-primary .countdown-amount {
  color: #ed2e37; }

.product-title a:hover, .product-title a:focus {
  color: #ed2e37; }

.product-price {
  color: #ed2e37; }

.product-label.label-primary {
  background-color: #ed2e37; }
.product-label.label-secondary {
  background-color: #fcb941; }

.product-label-text {
  color: #ed2e37; }

.ratings-primary .ratings-val {
  color: #ed2e37; }

.ratings-text a:hover, .ratings-text a:focus {
  color: #ed2e37; }

.btn-product {
  color: #ed2e37; }
  .btn-product:hover span, .btn-product:focus span {
    color: #ed2e37;
    box-shadow: 0 1px 0 0 #ed2e37; }

.btn-product-icon {
  color: #ed2e37; }
  .btn-product-icon:hover, .btn-product-icon:focus {
    background-color: #ed2e37; }

.product-body .btn-wishlist:hover, .product-body .btn-wishlist:focus {
  color: #ed2e37; }

.btn-expandable span {
  background-color: #ed2e37; }

.product.product-4 .btn-product:hover, .product.product-4 .btn-product:focus {
  background-color: #fcb941; }

.product.product-5 .btn-product {
  color: #ed2e37; }
  .product.product-5 .btn-product:hover, .product.product-5 .btn-product:focus {
    background-color: #ed2e37; }

.product.product-7 .btn-product {
  color: #ed2e37; }
  .product.product-7 .btn-product span {
    color: #ed2e37; }
  .product.product-7 .btn-product:hover, .product.product-7 .btn-product:focus {
    background-color: #ed2e37;
    border-bottom-color: #ed2e37; }

.product.product-8 .new-price {
  color: #ed2e37; }
.product.product-8 .btn-product:before {
  color: #ed2e37; }
.product.product-8 .btn-product:hover, .product.product-8 .btn-product:focus {
  background-color: #ed2e37; }

.product.product-list .btn-product:hover, .product.product-list .btn-product:focus {
  color: #ed2e37; }
.product.product-list .btn-product.btn-cart {
  color: #ed2e37;
  border-bolor: #ed2e37; }
  .product.product-list .btn-product.btn-cart:hover, .product.product-list .btn-product.btn-cart:focus {
    background-color: #ed2e37; }

/* Footers */
.footer a:hover,
.footer a:focus {
  color: #ed2e37; }

.footer-dark.footer-2 .widget-about-title {
  color: #ed2e37; }

/* Headers */
.header-top a:hover, .header-top a:focus {
  color: #ed2e37; }

.top-menu span {
  color: #ed2e37; }

.header-menu a:hover, .header-menu a:focus {
  color: #ed2e37; }

.account a:hover, .account a:focus {
  color: #ed2e37; }

.wishlist a:hover, .wishlist a:focus {
  color: #ed2e37; }
.wishlist a .wishlist-count {
  background-color: #ed2e37; }

.cart-dropdown:hover .dropdown-toggle, .cart-dropdown.show .dropdown-toggle,
.compare-dropdown:hover .dropdown-toggle,
.compare-dropdown.show .dropdown-toggle {
  color: #ed2e37; }

.compare-product-title a:hover, .compare-product-title a:focus {
  color: #ed2e37; }

.compare-actions .action-link:hover, .compare-actions .action-link:focus {
  color: #ed2e37; }

.cart-dropdown .cart-count {
  background-color: #ed2e37; }
.cart-dropdown .product-title a:hover, .cart-dropdown .product-title a:focus {
  color: #ed2e37; }

.wishlist-link .wishlist-count {
  background-color: #ed2e37; }
.wishlist-link:hover, .wishlist-link:focus {
  color: #ed2e37; }

.search-toggle:hover,
.search-toggle:focus,
.search-toggle.active {
  color: #ed2e37; }

/* Menu */
.menu li:hover > a,
.menu li.show > a,
.menu li.active > a {
  color: #ed2e37; }

.demo-item a:hover, .demo-item a:focus {
  color: #ed2e37; }

.tip {
  background-color: #ed2e37; }

.header-bottom .menu > li > a:before {
  background-color: #ed2e37; }

.category-dropdown .dropdown-toggle:before {
  background-color: #ed2e37; }
.category-dropdown .dropdown-toggle:hover, .category-dropdown .dropdown-toggle:focus {
  color: #fff;
  background-color: #ed2e37; }
.category-dropdown:not(.is-on):hover .dropdown-toggle {
  background-color: #ed2e37; }
.category-dropdown.show .dropdown-toggle {
  color: #fff;
  background-color: #ed2e37; }
.category-dropdown .dropdown-item:hover, .category-dropdown .dropdown-item:focus {
  color: #ed2e37; }

/* Vertical Menu */
.menu-vertical li:hover > a,
.menu-vertical li.show > a,
.menu-vertical li.active > a {
  color: #ed2e37; }
.menu-vertical > li:hover > a,
.menu-vertical > li.show > a,
.menu-vertical > li.active > a {
  color: #ed2e37; }

.mobile-menu-close:hover, .mobile-menu-close:focus {
  color: #ed2e37; }

.mobile-menu li a:hover, .mobile-menu li a:focus {
  color: #ed2e37; }
.mobile-menu li.open > a, .mobile-menu li.active > a {
  color: #ed2e37; }

.mmenu-btn:hover, .mmenu-btn:focus {
  color: #ed2e37; }

.mobile-search .form-control:focus {
  border-color: #ed2e37; }

.nav.nav-pills-mobile .nav-link.active, .nav.nav-pills-mobile .nav-link:hover, .nav.nav-pills-mobile .nav-link:focus {
  color: #ed2e37;
  border-bottom-color: #ed2e37; }

.mobile-cats-menu li a:hover, .mobile-cats-menu li a:focus {
  color: #ed2e37; }

.mobile-menu-light .mobile-menu li.open > a, .mobile-menu-light .mobile-menu li.active > a {
  color: #ed2e37; }
.mobile-menu-light .mobile-search .form-control:focus {
  border-color: #ed2e37; }

/* Header 4 */
.header-4 .header-search .header-search-wrapper {
  border-color: #ed2e37; }
.header-4 .dropdown.category-dropdown .dropdown-toggle:not(:hover):not(:focus) {
  color: #ed2e37; }

@media screen and (max-width: 991px) {
  .header-4 .header-search-visible .header-search-wrapper:before {
    border-bottom-color: #ed2e37; } }
/* Header 6 */
.header-6 .header-middle a:hover, .header-6 .header-middle a:focus {
  color: #ed2e37; }

.header-8 .header-top {
  color: #b1ff4a;
  background-color: #ed2e37; }

/* Header 10 */
.header-10 .header-search .header-search-wrapper {
  border-color: #ed2e37; }
.header-10 .category-dropdown .dropdown-toggle {
  background-color: #ed2e37; }
.header-10 .menu-vertical .menu-title {
  color: #ed2e37; }

/* Header 12 */
.header-12 .dropdown.category-dropdown .dropdown-toggle {
  background-color: #ed2e37; }

/* Header 13 */
.header-13 .dropdown.category-dropdown .dropdown-toggle {
  background-color: #ed2e37; }

/* Header 14 */
.header-14 .header-search .header-search-wrapper {
  border-color: #ed2e37; }
.header-14 .dropdown.category-dropdown .dropdown-toggle {
  background-color: #ed2e37; }

/* Pages */
.entry-video a:hover:after, .entry-video a:focus:after {
  color: #ed2e37; }

.entry-meta a:hover, .entry-meta a:focus {
  color: #ed2e37;
  box-shadow: 0 1px 0 #ed2e37; }

.entry-title a:hover, .entry-title a:focus {
  color: #ed2e37; }

.entry-cats a:hover, .entry-cats a:focus {
  color: #ed2e37;
  box-shadow: 0 1px 0 #ed2e37; }

.read-more:hover, .read-more:focus {
  box-shadow: 0 1px 0 0 #ed2e37; }

.menu-cat a:hover, .menu-cat a:focus {
  color: #ed2e37; }
.menu-cat li.active a {
  color: #ed2e37;
  box-shadow: 0 1px 0 #ed2e37; }

.widget-search .btn:hover, .widget-search .btn:focus {
  color: #ed2e37; }

.widget-cats a:hover, .widget-cats a:focus {
  color: #ed2e37; }

.posts-list a:hover, .posts-list a:focus {
  color: #ed2e37; }

.tagcloud a:hover, .tagcloud a:focus {
  color: #ed2e37; }

.table .total-col {
  color: #ed2e37; }

.btn.btn-spinner:hover, .btn.btn-spinner:focus {
  color: #ed2e37; }

.table.table-summary .summary-shipping-estimate a:hover, .table.table-summary .summary-shipping-estimate a:focus {
  color: #ed2e37;
  border-bottom-color: #ed2e37; }

.sidebar-toggler:hover, .sidebar-toggler:focus {
  color: #ed2e37; }

#filter-price-range {
  color: #ed2e37; }

.checkout-discount label span {
  color: #ed2e37; }
.checkout-discount .form-control:focus {
  border-color: #ed2e37; }

.table.table-summary a:hover, .table.table-summary a:focus {
  color: #ed2e37; }
.table.table-summary .summary-total td {
  color: #ed2e37; }

.accordion-summary .card-title a:before {
  border-color: #ed2e37; }
.accordion-summary .card-title a:after {
  background-color: #ed2e37; }

.paypal-link:hover, .paypal-link:focus {
  color: #ed2e37 !important; }

.coming-countdown .countdown-amount {
  color: #ed2e37; }
.coming-countdown.countdown-separator .countdown-section:not(:last-child):after {
  color: #ed2e37; }

.contact-box a:hover, .contact-box a:focus {
  color: #ed2e37; }

.contact-list a:hover, .contact-list a:focus {
  color: #ed2e37; }
.contact-list i {
  color: #ed2e37; }

.store a:not(.btn):hover, .store a:not(.btn):focus {
  color: #ed2e37; }

.nav-dashboard .nav-link:hover, .nav-dashboard .nav-link:focus, .nav-dashboard .nav-link.active {
  color: #ed2e37; }

.form-tab .form-footer a:hover, .form-tab .form-footer a:focus {
  color: #ed2e37; }

.nav-filter a:hover, .nav-filter a:focus {
  color: #ed2e37; }
.nav-filter .active a {
  color: #ed2e37;
  border-bottom-color: #ed2e37; }

.portfolio-title a:hover, .portfolio-title a:focus {
  color: #ed2e37; }

.portfolio-tags a {
  color: #ed2e37; }
  .portfolio-tags a:hover, .portfolio-tags a:focus {
    color: #ed2e37;
    box-shadow: 0 1px 0 #ed2e37; }

.btn-product-gallery:hover, .btn-product-gallery:focus {
  background-color: #ed2e37; }

.product-gallery-item:before {
  border-color: #ed2e37; }

.product-pager-link:hover, .product-pager-link:focus {
  color: #ed2e37; }
  .product-pager-link:hover span, .product-pager-link:focus span {
    box-shadow: 0 1px 0 #ed2e37; }

.product-details .product-cat a:hover, .product-details .product-cat a:focus {
  color: #ed2e37;
  box-shadow: 0 1px 0 #ed2e37; }
.product-details .product-size a.active, .product-details .product-size a:hover, .product-details .product-size a:focus {
  color: #ed2e37;
  border-color: #ed2e37; }

.size-guide:hover, .size-guide:focus {
  color: #ed2e37; }

.product-details-action .btn-cart {
  color: #ed2e37;
  border-color: #ed2e37; }
  .product-details-action .btn-cart:hover, .product-details-action .btn-cart:focus {
    border-color: #ed2e37;
    background-color: #ed2e37; }

.product-details-tab .nav.nav-pills .nav-link:hover, .product-details-tab .nav.nav-pills .nav-link:focus {
  color: #ed2e37;
  border-bottom-color: #ed2e37; }

.product-desc-content a:hover, .product-desc-content a:focus {
  color: #ed2e37;
  border-bottom-color: #ed2e37; }

.review h4 a:hover, .review h4 a:focus {
  color: #ed2e37; }

.review-action a:hover, .review-action a:focus {
  color: #ed2e37;
  box-shadow: 0 1px 0 #ed2e37; }

.product-details-extended .nav.nav-pills .nav-link.active, .product-details-extended .nav.nav-pills .nav-link:hover, .product-details-extended .nav.nav-pills .nav-link:focus {
  border-color: #ed2e37; }

.editor-content a:hover, .editor-content a:focus {
  color: #ed2e37;
  box-shadow: 0 1px 0 #ed2e37; }
.editor-content blockquote {
  border-left-color: #ed2e37; }

.entry-tags a:hover, .entry-tags a:focus {
  color: #ed2e37; }

.entry-author-details h4 a:hover, .entry-author-details h4 a:focus {
  color: #ed2e37; }

.author-link:hover, .author-link:focus {
  color: #ed2e37;
  box-shadow: 0 1px 0 #ed2e37; }

.pager-link {
  color: #ed2e37; }
  .pager-link:hover, .pager-link:focus {
    color: #ed2e37; }
    .pager-link:hover:after, .pager-link:focus:after {
      color: #ed2e37; }

.comment-reply:hover, .comment-reply:focus {
  color: #ed2e37;
  box-shadow: 0 1px 0 #ed2e37; }

.comment-user h4 a:hover, .comment-user h4 a:focus {
  color: #ed2e37; }

.product-col .product-title a:hover, .product-col .product-title a:focus {
  color: #ed2e37; }

/* Plugins */
.owl-theme .owl-nav [class*='owl-'] {
  color: #ed2e37; }
  .owl-theme .owl-nav [class*='owl-']:not(.disabled):hover {
    border-color: #ed2e37;
    background: #ed2e37; }
.owl-theme.owl-light .owl-nav [class*='owl-']:not(.disabled):hover {
  border-color: #ed2e37; }
.owl-theme.owl-light .owl-dots .owl-dot:hover span {
  border-color: #ed2e37;
  background: #ed2e37; }
.owl-theme.owl-light .owl-dots .owl-dot.active span {
  border-color: #ed2e37;
  background: #ed2e37; }

.owl-full .owl-nav [class*='owl-'] {
  color: #ed2e37; }
  .owl-full .owl-nav [class*='owl-']:hover, .owl-full .owl-nav [class*='owl-']:focus {
    color: #ed2e37; }
.owl-full .owl-dots .owl-dot span {
  border-color: #ed2e37; }
.owl-full .owl-dots .owl-dot:hover span {
  border-color: #ed2e37;
  background: #ed2e37; }
.owl-full .owl-dots .owl-dot.active span {
  border-color: #ed2e37;
  background: #ed2e37; }
.owl-full.owl-nav-dark .owl-nav [class*='owl-']:hover, .owl-full.owl-nav-dark .owl-nav [class*='owl-']:focus {
  color: #ed2e37; }

.owl-simple .owl-nav [class*='owl-']:not(.disabled):hover {
  color: #ed2e37; }
.owl-simple.owl-light .owl-dots .owl-dot:hover span {
  border-color: #ed2e37;
  background: #ed2e37; }
.owl-simple.owl-light .owl-dots .owl-dot.active span {
  border-color: #ed2e37;
  background: #ed2e37; }

.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-'] {
  border: none;
  font-size: 3rem;
  color: #fff; }
  .quickView-content .owl-theme.owl-light .owl-nav [class*='owl-']:hover, .quickView-content .owl-theme.owl-light .owl-nav [class*='owl-']:focus {
    color: #ed2e37;
    background-color: transparent; }
.quickView-content .details-action-wrapper .btn-product:hover span, .quickView-content .details-action-wrapper .btn-product:focus span {
  color: #ed2e37;
  box-shadow: 0 1px 0 0 #ed2e37; }
.quickView-content .product-details-action .btn-cart {
  transition: color .3s; }
  .quickView-content .product-details-action .btn-cart:hover, .quickView-content .product-details-action .btn-cart:focus {
    border-color: #ed2e37;
    background-color: #ed2e37;
    color: #fff; }
.quickView-content .btn-wishlist,
.quickView-content .btn-compare {
  border: none; }
  .quickView-content .btn-wishlist:before,
  .quickView-content .btn-compare:before {
    color: #ed2e37; }
  .quickView-content .btn-wishlist:hover, .quickView-content .btn-wishlist:focus,
  .quickView-content .btn-compare:hover,
  .quickView-content .btn-compare:focus {
    color: #ed2e37;
    background-color: transparent; }
    .quickView-content .btn-wishlist:hover span, .quickView-content .btn-wishlist:focus span,
    .quickView-content .btn-compare:hover span,
    .quickView-content .btn-compare:focus span {
      color: #ed2e37; }
.quickView-content .btn-fullscreen:hover,
.quickView-content .btn-fullscreen:focus {
  color: #fff;
  background-color: #ed2e37; }

.quickView-content .product-left .carousel-dot.active img {
  opacity: 1;
  box-shadow: 0 0 0 1px #ed2e37; }
.quickView-content .product-left .carousel-dot:hover img, .quickView-content .product-left .carousel-dot:focus img {
  opacity: 1; }

.newsletter-popup-container .banner-title span {
  color: #ed2e37; }

/*# sourceMappingURL=skin-demo-26.css.map */
