/*
    Template Name: Pebona
    Author: Codexin
    Description: eCommerce HTML5 Bootstrap 4 Template
    Version: 1.0

*/


/******************************

INDEX:

    c00 - Base - Global
    c01 - Base - Typography
    c02 - Base - Helpers
    c03 - Base - Colors

    c10 - Components Section

    c20 - Layout - Header
    c21 - Layout - Footer
    c22 - Layout - Various Sliders
    c23 - Layout - Clients
    c24 - Layout - Newsletter
    c25 - Layout - Shop
    c26 - Layout - Single Product
    c27 - Layout - Cart Page
    c28 - Layout - Checkout
    c29 - Layout - My Account
    c30 - Layout - Login / Register
    c31 - Layout - Wishlist & Compare
    c32 - Layout - Blog
    c32 - Layout - Blog Details
    c33 - Layout - Boxed
    c34 - Layout - Fluid
    c35 - Layout - About Page
    c36 - Layout - Contact Page
    c37 - Layout - FAQs Page
    c38 - Layout - 404 Page
    c39 - Layout - Modal

******************************/


/*
    Defult Primary Color:       #cc2121
    Default Secondary Color:    #242424
    Default Offset Color:       #f6f6f6
    Default Border Color:       #ededed
    Default Text Color:         #000
    Default Body Font:          'Rubik',sans-serif

*/


/* Importing Google Font 'Rubik' */

@import url("https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i");




/* Modal Fixes */

.modal-open .main-nav-area.sticky {
    overflow-y: scroll;
}



/* Slider blurry texts fix for -webkit */

.swiper-wrapper,
.swiper-slide,
.swiper-slide * {
    background: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: subpixel-antialiased;
}



/* global notice */

.browserupgrade {
    padding: 50px;
    background: #dedede;
    font-size: 20.5px;
    text-align: center;
}



/* Section with padding */

.wrapper-with-right-padding {
    padding-right: 10px;
}

.wrapper-with-left-padding {
    padding-left: 10px;
}



/* Speical Padding & Margin */

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}



/* Border-radius */

.circle,
.header-cart button .count-style,
.header-cart .single-cart-item .product-quantity,
.swiper-container-horizontal .swiper-pagination-testimonial.swiper-pagination-bullets>span::before,
.testimonial-container .testimonial-media,
.social-widget .list-inline a,
#to_top,
.custom-radio .checkmark,
.custom-radio .checkmark::after,
.info-box .info-icon i,
.single-product-wrapper .product-review input[type=radio]::after,
.single-post-wrapper .post-share a,
.feedback-wrapper .feedback-socials .list-inline-item a {
    border-radius: 50%;
}




.instagram-area .image-popup figure a,
#to_top i,


.instagram-area .image-popup figure a::before,

.instagram-container .swiper-slide a::before,
.instagram-container .swiper-slide a::after,
.boxed-layout .main-content-wrapper::before {
    position: absolute;
}





/************************************************************
    c02 - Base - Helpers
*************************************************************/

.vpadding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pb-full,
.promo-banner-section .banner-with-text {
    padding-bottom: 80px;
}

.pt-full,
.promo-banner-section .banner-with-text {
    padding-top: 80px;
}

.pb-half,
.boxed-layout header,
.boxed-layout .main-content-wrapper {
    padding-bottom: 40px;
}

.pt-half,
.boxed-layout .main-content-wrapper::before {
    padding-top: 40px;
}

.nopadding {
    padding: 0;
}

.pt0,
.shopping-cart-wrapper .table button {
    padding-top: 0;
}

.pb0,
header .list-inline .dropdown-menu ul li:last-child a,
#main_nav .mega-container li,
.section-title.type-2 h2,
.sidebar-widget:last-child,
.recent-posts-widget-container .posts-single:last-child,
.recent-posts-widget .posts-single:last-child,
.widgetized-menu li:last-child a,
.shopping-cart-wrapper .table button {
    padding-bottom: 0;
}

.vmargin {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mb-full,
.shop-products-wrapper {
    margin-bottom: 80px;
}

.mt-full,
.single-post-wrapper .comment-form,
.single-post-wrapper .comments-area {
    margin-top: 80px;
}

.mb-half,
.feature-box,
.feature-box.type-2,
.promo-banner,
.banner-with-text h2,
.widgettitle,
.blog-grid,
.team-wrapper,
.info-box,
.shop-toolbar,
.user-info,
.shop-products-wrapper .product-layout.product-list,
.checkout-wrapper .order-summary .product-container,
.single-post-wrapper .post-meta {
    margin-bottom: 40px;
}

.mt-half,
#primary_slider.slider-type-4 .slide-content .slide-button,
.banner-with-text .default-btn,
.widget-content .footer-contact,
.comments-area .comment-single,
.follow-link,
.single-product-wrapper .product-review .review-form,
.checkout-wrapper .checkout-area,
.checkout-wrapper .checkout-payment,
.single-post-wrapper .post-footer,
.single-post-wrapper .pagination,
.single-post-wrapper form,
.about-section .default-btn {
    margin-top: 40px;
}

.nomargin {
    margin: 0;
}

.mt0,
.shop-products-wrapper .product-layout.product-list .product-caption {
    margin-top: 0;
}

.mb0,
.header-cart .dropdown-menu ul,
.header-cart .single-cart-item:last-child,
header .list-inline,
header .list-inline .dropdown-menu ul li:last-child a,
#main_nav .mega-container .mega-menu-title h3,
.feature-box p,
.section-title h2,
.section-title .subtitle,
.section-title.type-2 h2,
.gallery-with-thumbs .main-slider .swiper-slide,
.product-details .product-description p:last-of-type,
.product-details .product-actions .product-stock .product-availability p,
.product-price,
.social-sharing .list-inline,
.testimonial-container .testimonial-content p:last-of-type,
.testimonial-container .client-meta h3,
.sidebar-widget:last-child,
.widget-content>p:last-of-type,
.recent-posts-widget-container .posts-single:last-child,
.recent-posts-widget .posts-single:last-child,
.categories-widget ul li:last-child,
.instagram-area p,
.breadcrumb,
.pagination-area .page-amount p,
.blog-grid .post-content p:last-of-type,
.mini-blog .post-title,
.info-box .info-content p:last-of-type,
.faqs-accordion .card-body p:last-of-type,
.instagram-container .swiper-slide,
header .top-bar p,
.footer-type-2 .newsletter-widget p,
.footer-type-2 .list-inline,
.footer-copyright p,
.shop-products-wrapper .product-layout.product-list .product-des p:last-of-type,
.shop-products-wrapper .product-layout.product-list:last-child,
.single-product-wrapper .tab-content .tab-pane p:last-of-type,
.single-product-wrapper .tab-content .product-meta ul,
.single-product-wrapper .tab-content .product-meta li:last-child,
.shopping-cart-wrapper .table,
.shopping-cart-wrapper label,
.checkout-wrapper .user-login .login-info .lost-password,
.checkout-wrapper .order-summary .product-list:last-child,
.checkout-wrapper .order-summary .product-list .product-final-price,
.checkout-wrapper .order-summary .table,
.checkout-wrapper .checkout-payment p:last-of-type,
.user-info p,
.dashboard-content p,
.dashboard-content table,
.login-wrapper p,
.single-post-wrapper .post-media figure,
.single-post-wrapper .post-title,
.single-post-wrapper p:last-of-type,
.single-post-wrapper .post-footer .list-inline,
.page-about p:last-of-type {
    margin-bottom: 0;
}

.pswp__counter,
.visually-hidden,
.modal-open #to_top {
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

a,
textarea,
select,
input[type="text"],
input[type="url"],
input[type="number"],
input[type="email"],
input[type="button"],
input[type="reset"],
input[type="password"],
input[type="search"],
input[type="tel"],
button,
input[type="submit"],
.header-cart button i,
#main_nav .mega-container .fullwidth-banner img,
#primary_slider .swiper-arrow,
.text-btn::after,
.btn.btn-secondary,
.swiper-arrow,
.swiper-container-horizontal .swiper-pagination-testimonial.swiper-pagination-bullets>span::before,
#primary_slider .swiper-pagination .swiper-pagination-bullet,
.gallery-with-thumbs .main-slider .swiper-slide .image-overlay,
.gallery-with-thumbs .nav-slider .swiper-slide,
.gallery-with-thumbs .nav-slider .swiper-slide img,
.product-details .product-actions .color-list li a,
.product-layout,
.product-caption .product-name a::after,
.wishlist-compare>button::before,
.recent-posts-widget-container .overlay,
.recent-posts-widget .overlay,
.list-widget .list-group>a::before,
.categories-widget ul li a::before,
.instagram-area .image-popup figure a::before,
#to_top,
.mailchimp-alerts,
.custom-checkbox input[type="checkbox"],
.custom-checkbox .checkmark,
.custom-checkbox .checkmark::after,
.custom-radio .checkmark,
.custom-radio .checkmark::after,
.dec.qtybutton,
.inc.qtybutton,
.blog-grid .post-media::before,
.blog-grid .post-media img,
.blog-grid .post-footer .post-meta,
.blog-grid .post-footer .post-more,
.mini-blog .post-thumbnail a::before,
.mini-blog .post-thumbnail a::after,
.team-wrapper img,
.team-wrapper .team-socials .chain-animation,
.info-box,
.info-box .info-icon i,
.instagram-container .swiper-slide a::before,
.instagram-container .swiper-slide a::after,
.main-nav-area.sticky,
.clients img,
.newsletter-section .newsletter-form-wrapper input[type="email"],
.single-product-wrapper .product-review input[type=radio]::after,
.checkout-wrapper .user-actions h3 span,
.comparison-wrapper .table tr,
.wishlist-wrapper .table tr,
.single-post-wrapper .post-media .image-overlay {
    -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
    -o-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}

.top-bordered {
    border-top: 1px solid #ebebeb;
    border-right: 0 solid #ebebeb;
    border-bottom: 0 solid #ebebeb;
    border-left: 0 solid #ebebeb;
}

.right-bordered {
    border-top: 0 solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 0 solid #ebebeb;
    border-left: 0 solid #ebebeb;
}

.bottom-bordered {
    border-top: 0 solid #ebebeb;
    border-right: 0 solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 0 solid #ebebeb;
}

.left-bordered {
    border-top: 0 solid #ebebeb;
    border-right: 0 solid #ebebeb;
    border-bottom: 0 solid #ebebeb;
    border-left: 1px solid #ebebeb;
}

.rb-bordered {
    border-top: 0 solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 0 solid #ebebeb;
}

.bl-bordered {
    border-top: 0 solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 0 solid #ebebeb;
}

.tr-bordered {
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 0 solid #ebebeb;
    border-left: 0 solid #ebebeb;
}

.lt-bordered {
    border-top: 1px solid #ebebeb;
    border-right: 0 solid #ebebeb;
    border-bottom: 0 solid #ebebeb;
    border-left: 1px solid #ebebeb;
}

.eqheight {
    display: table;
    width: 100%;
}

.eqheight>div {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

#secondary,
.oflow-hidden,
.header-cart .dropdown-menu,
header .list-inline .dropdown-menu,
#main_nav .mega-container .fullwidth-banner a,
.feature-box .feature-content,
.promo-banner,
.gallery-with-thumbs .main-slider,
.gallery-with-thumbs .nav-slider,
.product-details .product-actions .nice-select .current,
.product-image,
.testimonial-container,
.testimonial-container .testimonial-media,
.recent-posts-widget-container,
.recent-posts-widget,
.recent-posts-widget-container .post-thumbnail>a,
.recent-posts-widget .post-thumbnail>a,
.instagram-area .image-popup figure,
#to_top,
.blog-grid .post-media,
.blog-grid .post-footer .post-meta,
.blog-grid .embed,
.mini-blog .post-thumbnail,
.team-wrapper .team-media,
.info-box,
.instagram-container,
.instagram-container .swiper-slide a,
#primary_slider .swiper-slide,
.element-carousel,
.clients,
.single-post-wrapper .post-media,
.map-location {
    overflow: hidden;
}

.row.with-border,
.rounded-corners,
.header-cart button,
.default-btn,
.feature-box.type-2,
.tags-widget ul li a {
    border-radius: 22px;
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"],
.product-image .label-product,
.product-price>p .price-discount,
.social-sharing .list-inline li a,
.recent-posts-widget-container .post-thumbnail>a,
.recent-posts-widget .post-thumbnail>a,
.instagram-area .image-popup figure,
.blog-grid,
.blog-grid .post-media,
.blog-grid .post-category li a,
.blog-grid .post-footer,
.clients,
.shop-toolbar .product-select-box .product-sort .nice-select,
.shop-toolbar .product-select-box .product-show .nice-select,
.shop-toolbar .product-select-box .product-sort .nice-select .list,
.shop-toolbar .product-select-box .product-show .nice-select .list,
.shopping-cart-wrapper .default-btn,
.login-wrapper .default-btn,
.single-post-wrapper .post-media,
.single-post-wrapper img,
.map-location,
.contact-form-wrapper,
.error-wrapper #search-form input[type="search"],
.modal .modal-content {
    border-radius: 3px;
}



/************************************************************
    c03 - Base - Colors
*************************************************************/

a:focus,
a:active,
a:hover,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.color-primary,
.header-cart button:focus i,
.header-cart button:hover i,
.header-cart .single-cart-item .cart-price,
.header-cart .shopping-cart-total h4>span,
.header-cart-area .list-inline .list-inline-item a:hover,
.header-cart-area .list-inline .list-inline-item a:focus,
#main_nav>ul>li.active>a,
#main_nav>ul>li:hover>a,
#main_nav>ul>li.active .active>a:not(.mega-menu-title),
#main_nav .mega-container .mega-menu-title:hover,
#main_nav .mega-container a:hover,
#main_nav .mega-container a:focus,
#main_nav>ul>li>ul a:hover,
#primary_slider .swiper-arrow:hover,
.text-btn.dark:hover,
.banner-with-text h1,
.banner-with-text h2 span,
.swiper-arrow:hover,
.nav.nav-pills .nav-link:hover,
.nav.nav-pills .nav-link.active,
.product-price .price-new,
.wishlist-compare>button:hover,
.wishlist-compare>button:hover::before,
.widget-content .footer-contact>p a:hover,
.recent-posts-widget-container .post-title h5 a:hover,
.recent-posts-widget .post-title h5 a:hover,
.widgetized-menu li a:hover,
.list-categories-widget button[aria-expanded="true"],
.list-categories-widget button:hover,
.list-categories-widget .cat-sub-menu a:hover,
.list-widget .list-group>a:hover,
.list-widget .list-group>a:focus,
.categories-widget ul li a:hover,
.categories-widget ul li a:focus,
.categories-widget ul li a:hover::before,
.categories-widget ul li a:focus::before,
.color-widget .color-options li:hover a,
.instagram-area p a,
.breadcrumb .breadcrumb-item:hover,
.breadcrumb .breadcrumb-item:focus,
.breadcrumb .breadcrumb-item.active,
.pagination-area .pagination li a:hover,
.pagination-area .pagination li a:focus,
.pagination-area .pagination li span:hover,
.pagination-area .pagination li span:focus,
.pagination-area .pagination li.active span,
.blog-grid .post-footer .post-more a,
.info-box .info-icon i,
.info-box .info-content a:hover,
header.header-type-2 .list-inline .dropdown-menu ul li a:hover,
header.header-type-2 .list-inline .dropdown-menu ul li a.current,
header.header-type-3 .list-inline .currency-menu ul a.current,
header.header-type-3 .list-inline .language-menu ul a.current,
.footer-type-2 .copyright-text a,
.footer-copyright a,
.shop-toolbar .product-view-mode ul li a.active,
.checkout-wrapper .user-actions h3 span,
.checkout-wrapper .order-summary .product-list .product-final-price,
.checkout-wrapper .checkout-payment .form-check a,
.user-dashboard a:not(.btn),
.login-wrapper .login-form a:hover,
.login-wrapper .login-form a:focus,
.comparison-wrapper .table .price strong,
.wishlist-wrapper .table .price strong,
.comparison-wrapper .table tr del+span,
.single-post-wrapper p a,
.single-post-wrapper .pagination li a:hover,
.error-wrapper h1,
.error-wrapper #search-form button:hover,
.error-wrapper #search-form button:focus,
.modal .modal-header .close:hover {
    /*color: #cc2121;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
.btn-link,
.color-secondary,
.header-cart .single-cart-item .shopping-cart-delete i,
#main_nav>ul>li.active .active>a:not(.mega-menu-title):hover,
#main_nav .mega-container .mega-menu-title,
#primary_slider .slide-content .main-title,
.text-btn.dark,
.banner-with-text h2,
.banner-with-text p,
.section-title .subtitle,
.nav.nav-pills .nav-link,
header.header-type-4 .header-text,
.footer-type-2 .widgettitle {
    /*color: #242424;*/
}

.color-transparent {
    /*color: transparent;*/
}

.color-offset {
    /*color: #f6f6f6;*/
}

.color-white,
.bg-facebook,
.bg-facebook:hover,
.bg-facebook:focus,
.bg-twitter,
.bg-twitter:hover,
.bg-twitter:focus,
.bg-gplus,
.bg-gplus:hover,
.bg-gplus:focus,
.bg-pinterest,
.bg-pinterest:hover,
.bg-pinterest:focus,
.bg-instagram,
.bg-instagram:hover,
.bg-instagram:focus,
.bg-linkedin,
.bg-linkedin:hover,
.bg-linkedin:focus,
.header-cart button .count-style,
.header-cart .single-cart-item .product-quantity,
header .list-inline .dropdown-menu ul li a.current,
header .list-inline .dropdown-menu ul li a:hover,
header .list-inline .dropdown-menu ul li a:focus,
#main_nav.white-scheme>.menu-toggle+ul>li:not(.active)>a,
#primary_slider .slide-content .promo-title span,
#primary_slider .slide-content.white-scheme .promo-title,
#primary_slider .slide-content.white-scheme .main-title,
#primary_slider .slide-content.white-scheme .subtitle,
#primary_slider.white-scheme .slide-content .promo-title,
#primary_slider.white-scheme .slide-content .main-title,
#primary_slider.white-scheme .slide-content .subtitle,
.default-btn,
.default-btn:hover,
.default-btn:focus,
.default-btn.secondary,
.default-btn.secondary:hover,
.default-btn.secondary:focus,
.text-btn,
.btn.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.dark,
.gallery-with-thumbs .main-slider .swiper-slide .image-overlay i,
.product-image .label-product,
.product-price>p .price-discount,
.social-sharing .list-inline li a,
#colophon .widgettitle,
.search-widget input[type="submit"],
.tags-widget ul li a:hover,
.list-widget .list-group>a:hover::before,
.list-widget .list-group>a:focus::before,
#to_top,
.blog-grid .post-category li a,
.blog-grid .element-carousel .swiper-arrow:hover,
.mini-blog .post-thumbnail a::after,
.info-box:hover .info-icon i,
.faqs-accordion .card-header button[aria-expanded="true"],
.faqs-accordion .card-header button[aria-expanded="true"]:hover,
.faqs-accordion .card-header button[aria-expanded="true"]:focus,
.instagram-container .swiper-slide a::after,
header.white-scheme .top-bar p,
header.white-scheme .list-inline-item .dropdown-toggle,
header.white-scheme .header-search-area .header-search-btn i,
header.white-scheme .header-cart button i,
.main-nav-area.nav-with-search button,
.footer-copyright a:hover,
.newsletter-section .newsletter-form-wrapper input[type="submit"],
.color-scheme-two .newsletter-section input[type="submit"]:hover,
.newsletter-popup .popup-container .popup-close .p-close::before,
.login-form .pass-show-btn,
.comparison-wrapper .table .btn-danger:hover,
.comparison-wrapper .table .btn-danger:focus,
.wishlist-wrapper .table .btn-danger:hover,
.wishlist-wrapper .table .btn-danger:focus,
.comparison-wrapper .table .btn-secondary:first-child,
.single-post-wrapper .post-media i,
.contact-form-wrapper .btn.btn-secondary,
#whole .contact-form-wrapper .btn.btn-secondary:hover,
.error-wrapper .btn.btn-secondary {
    color: white;
}

.color-dark,
.feature-box h2,
.product-details .product-name,
.product-price .price-old,
#colophon .widgettitle.dark,
.categories-widget ul li a::before,
.instagram-area p a:hover,
.blog-grid .post-footer .post-more a:hover,
.comments-area .comment-meta h6+span,
.color-scheme-two .newsletter-section input[type="submit"],
.single-product-wrapper .nav-pills li>.nav-link,
.checkout-wrapper .user-actions h3 span:hover,
body .checkout-wrapper .checkout-payment .form-check a:hover,
.checkout-wrapper .checkout-payment .form-check a:hover,
.user-dashboard a:not(.btn):hover,
.dashboard-content table>tbody>tr>td,
.comparison-wrapper .table .btn-danger,
.wishlist-wrapper .table .btn-danger,
.single-post-wrapper p a:hover,
.single-post-wrapper blockquote .blockquote-footer,
.single-post-wrapper .pagination li a,
.error-wrapper h2 {
    color: #252525;
}

.nice-select .list .option,
.nice-select span.current,
.color-black,
.header-cart button i,
.header-cart .shopping-cart-title span,
#main_nav .menu-toggle,
#main_nav>ul>li a,
#main_nav .mega-container,
#main_nav>ul>li>ul,
#main_nav .mega-container a,
#main_nav>ul>li>ul a,
.feature-box p,
.product-details .product-description,
.wishlist-compare>button::before,
.testimonial-container .testimonial-content p,
.recent-posts-widget-container .post-title h5 a,
.recent-posts-widget .post-title h5 a,
.tags-widget ul li a,
.list-categories-widget button,
.list-categories-widget .cat-sub-menu a,
.list-widget .list-group>a,
.categories-widget ul li a,
.color-widget .color-options li a,
.instagram-area p,
.breadcrumb .breadcrumb-item,
.pagination-area .pagination li a,
.pagination-area .pagination li span,
.team-wrapper .team-content span,
.info-box .info-content p,
.info-box .info-content a,
.footer-type-2 .copyright-text,
.footer-type-2 .copyright-text a:hover,
.footer-type-2 .newsletter-widget p,
.newsletter-section .newsletter-title h6,
.newsletter-section .newsletter-title h3,
.shop-toolbar .toolbar-amount,
.single-product-wrapper .tab-content .tab-pane,
.login-wrapper .login-form a,
.single-post-wrapper .post-meta,
.feedback-wrapper .section-heading h2,
.feedback-wrapper .feedback-socials h3,
.error-wrapper p {
    color: #000;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.bgc-primary,
.header-cart button .count-style,
.header-cart .single-cart-item .product-quantity,
header .list-inline .dropdown-menu ul li a.current,
header .list-inline .dropdown-menu ul li a:hover,
header .list-inline .dropdown-menu ul li a:focus,
#primary_slider .slide-content .promo-title span,
.default-btn:hover,
.default-btn:focus,
.default-btn.transparent:hover,
.default-btn.transparent:focus,
.default-btn.secondary,
.text-btn::after,
.btn.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.dark:hover,
.btn.btn-secondary.dark:focus,
.swiper-container-horizontal .swiper-pagination-testimonial.swiper-pagination-bullets>span:hover::before,
.swiper-container-horizontal .swiper-pagination-testimonial.swiper-pagination-bullets>.swiper-pagination-bullet-active::before,
#primary_slider .swiper-pagination .swiper-pagination-bullet:hover,
#primary_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.product-image .label-product.label-sale,
.product-price>p .price-discount,
.product-caption .product-name a::after,
.search-widget input[type="submit"],
.tags-widget ul li a:hover,
.list-widget .list-group>a:hover::before,
.list-widget .list-group>a:focus::before,
#to_top,
.custom-checkbox:hover input:checked~.checkmark,
.custom-checkbox input:checked~.checkmark,
.custom-radio input[type="radio"]:checked~.checkmark,
.blog-grid .post-media::before,
.blog-grid .post-category li a,
.info-box:hover .info-icon i,
.faqs-accordion .card-header button[aria-expanded="true"],
.faqs-accordion .card-header button[aria-expanded="true"]:hover,
.faqs-accordion .card-header button[aria-expanded="true"]:focus,
.newsletter-section .newsletter-form-wrapper input[type="submit"],
.comparison-wrapper .table .btn-danger:hover,
.comparison-wrapper .table .btn-danger:focus,
.wishlist-wrapper .table .btn-danger:hover,
.wishlist-wrapper .table .btn-danger:focus,
.contact-form-wrapper .btn.btn-secondary,
.error-wrapper .btn.btn-secondary {
    background-color: #cc2121;
}

.tooltip .tooltip-inner,
.bgc-secondary,
.product-image .label-product.label-new {
    background-color: #242424;
}

.bgc-transparent,
.header-cart button:focus,
.header-cart button:hover,
.header-cart .dropdown-menu,
.header-cart-area .list-inline .list-inline-item a:hover,
.header-cart-area .list-inline .list-inline-item a:focus,
.header-search-area input[type="text"],
.header-search-area .header-search-btn,
header .list-inline li.list-inline-item button,
header .list-inline .dropdown-menu,
#primary_slider .swiper-arrow,
.default-btn.transparent,
.nav.nav-pills .nav-link,
.nav.nav-pills .nav-link:hover,
.nav.nav-pills .nav-link.active,
.list-categories-widget .card-header,
.list-categories-widget button,
.pagination-area .pagination li a,
.pagination-area .pagination li span,
.pagination-area .pagination li.active span,
header.white-scheme .header-search-area input[type="text"],
header.header-type-2 .list-inline .dropdown-menu ul li a:hover,
header.header-type-2 .list-inline .dropdown-menu ul li a.current,
.main-nav-area.nav-with-search input,
.error-wrapper #search-form button,
.modal .modal-header .close:hover {
    /*background-color: transparent;*/
}

.bgc-offset,
.newsletter-widget .white-scheme input,
.comments-area .comment-content,
.faqs-accordion .card-header,
.faqs-accordion .card-header button:hover,
.faqs-accordion .card-header button:focus,
.single-product-wrapper .nav-pills,
.checkout-wrapper .user-actions h3,
.single-post-wrapper blockquote,
.single-post-wrapper .author-box,
.contact-form-wrapper,
.error-wrapper #search-form input[type="search"] {
    background-color: #f6f6f6;
}

.bgc-white,
.header-cart .dropdown-menu .shopping-cart-content,
header .list-inline .dropdown-menu ul,
#main_nav .mega-container,
#main_nav>ul>li>ul,
#main_nav .mega-container ul,
.swiper-container-horizontal .swiper-pagination-testimonial.swiper-pagination-bullets>span,
.product-details .product-actions .product-size select,
.product-details .product-actions .color-list li .white,
.product-image .action-links,
.color-widget .color-options li span.white,
.custom-radio .checkmark::after,
.team-wrapper .team-content,
.info-box,
header.header-type-3 .list-inline .currency-menu ul a.current,
header.header-type-3 .list-inline .language-menu ul a.current,
.newsletter-section .newsletter-form-wrapper input[type="email"],
.newsletter-popup .popup-container,
.boxed-layout .main-content-wrapper,
.boxed-layout .main-content-wrapper::before {
    background-color: white;
}

.bgc-dark,
.default-btn,
.default-btn.secondary:hover,
.default-btn.secondary:focus,
.btn.btn-secondary.dark,
.search-widget input[type="submit"]:hover,
#to_top:hover,
.blog-grid .post-category li a:hover,
.blog-grid .element-carousel .swiper-arrow,
.newsletter-section .newsletter-form-wrapper input[type="submit"]:hover,
#whole .contact-form-wrapper .btn.btn-secondary:hover,
.error-wrapper .btn.btn-secondary:hover {
    background-color: #252525;
}

.bgc-black,
.wishlist-compare>button {
    background-color: #000;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
.form-control:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.border-primary,
.header-cart button:focus,
.header-cart button:hover,
.default-btn.transparent:hover,
.default-btn.transparent:focus,
.swiper-container-horizontal .swiper-pagination-testimonial.swiper-pagination-bullets>span:hover,
.swiper-container-horizontal .swiper-pagination-testimonial.swiper-pagination-bullets>.swiper-pagination-bullet-active,
.nav.nav-pills .nav-link:hover,
.nav.nav-pills .nav-link.active,
.gallery-with-thumbs .nav-slider .swiper-slide:hover,
.tags-widget ul li a:hover,
.list-widget .list-group>a:hover::before,
.list-widget .list-group>a:focus::before,
#whole .info-box .info-icon i,
.faqs-accordion .card-header button[aria-expanded="true"],
.faqs-accordion .card-header button[aria-expanded="true"]:hover,
.faqs-accordion .card-header button[aria-expanded="true"]:focus,
.newsletter-section .newsletter-form-wrapper input[type="email"]:active,
.newsletter-section .newsletter-form-wrapper input[type="email"]:focus,
.single-product-wrapper .product-review input[type=radio]:hover::after,
.comparison-wrapper .table .btn-danger:hover,
.comparison-wrapper .table .btn-danger:focus,
.wishlist-wrapper .table .btn-danger:hover,
.wishlist-wrapper .table .btn-danger:focus,
#whole .single-post-wrapper blockquote,
.contact-form-wrapper input:not([type="submit"]):focus,
.contact-form-wrapper textarea:focus,
.error-wrapper #search-form input[type="search"]:focus {
    border-color: #cc2121;
}

.border-secondary {
    border-color: #242424;
}

.border-default {
    border-color: #ebebeb;
}

.border-offset {
    border-color: #f6f6f6;
}

.border-black {
    border-color: #000;
}



/* Social Media Colors */

.bg-facebook {
    background: #435f9f;
}

.bg-facebook:hover,
.bg-facebook:focus {
    background: #344a7b;
}

.bg-twitter {
    background: #00aaf0;
}

.bg-twitter:hover,
.bg-twitter:focus {
    background: #0086bd;
}

.bg-gplus {
    background: #e04b34;
}

.bg-gplus:hover,
.bg-gplus:focus {
    background: #c3341e;
}

.bg-pinterest {
    background: #ce1f21;
}

.bg-pinterest:hover,
.bg-pinterest:focus {
    background: #a2181a;
}

.bg-instagram {
    background: #8a3ab9;
}

.bg-instagram:hover,
.bg-instagram:focus {
    background: #6d2e92;
}

.bg-linkedin {
    background: #4875b4;
}

.bg-linkedin:hover,
.bg-linkedin:focus {
    background: #395d90;
}



/*
This file is used to contain all component imports.
Files inside this folder should contain all styles relating
to a reusable component.
*/


/************************************************************
    c10 - Components Section
*************************************************************/


/**
 * Components Header Cart
 *
 */

.header-cart {
    margin-left: 5px;
}

.header-cart button {
    padding: 0;
    height: auto;
    line-height: 1;
    cursor: pointer;
}

.header-cart button i {
    font-size: 20px;
    left: -6px;
    font-weight: bold;
}

.header-cart button .count-style {
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 10px;
    text-align: center;
    top: -5px;
    right: -5px;
    z-index: 2;
}

.header-cart button::after {
    content: none;
}

.header-cart .dropdown-menu {
    max-height: 0;
    display: block;
    z-index: 9911;
    right: -10px;
    left: auto;
    padding: 0;
    border: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 355px;
}

.header-cart .dropdown-menu.open {
    max-height: 450px;
}

.header-cart .dropdown-menu .shopping-cart-content {
    margin: 15px 10px 10px;
    -webkit-box-shadow: 0 3px 9.3px 0.7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 9.3px 0.7px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #cc2121;
}

.header-cart .dropdown-menu ul {
    max-height: 270px;
    overflow-y: auto;
    padding: 30px 20px 0;
}

.header-cart .single-cart-item {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.header-cart .single-cart-item .shopping-cart-delete {
    top: -3px;
    font-size: 16px;
}

.header-cart .single-cart-item .shopping-cart-title {
    padding-right: 10px;
}

.header-cart .single-cart-item .product-quantity {
    top: -4px;
    left: -4px;
    min-width: 25px;
    line-height: 25px;
    padding: 0;
    text-align: center;
    font-size: 13px;
    display: inline-block;
}

.header-cart .single-cart-item img {
    max-width: 70px;
}

.header-cart .single-cart-item h4 {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5px;
    padding-right: 5px;
    position: relative;
    overflow: hidden;
    line-height: 1.2;
    max-height: 1.2em;
}

.header-cart .single-cart-item h4::after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
    height: 1.2em;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white 50%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
}

@supports (-webkit-line-clamp: 1) {
    .header-cart .single-cart-item h4 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        max-height: 2.4em;
    }

    .header-cart .single-cart-item h4::after {
        content: none;
    }
}

.header-cart .single-cart-item .cart-price {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
}

.header-cart .single-cart-item:last-child {
    border: 0;
}

.header-cart .shopping-cart-title span {
    display: block;
}

.header-cart .shopping-cart-total {
    padding: 20px 20px 0;
    -webkit-box-shadow: 0 -5px 20px -5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 -5px 20px -5px rgba(0, 0, 0, 0.08);
}

.header-cart .shopping-cart-total h4 {
    font-size: 16px;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 500;
}

.header-cart .shopping-cart-total h4>span {
    float: right;
}

.header-cart .shopping-cart-btn {
    padding: 10px 20px 20px;
    overflow: hidden;
}

.header-cart .shopping-cart-btn>.default-btn:last-child {
    float: right;
}

.header-cart-area .top-links .dropdown-menu {
    top: 100%;
}

.header-cart-area .list-inline .list-inline-item i {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}



/**
 * Components Header Search
 *
 */

.header-search-area form {
    max-width: 200px;
}

.header-search-area input[type="text"] {
    padding: 0 20px 0 0;
    height: 25px;
    z-index: 1;
    border: 0;
    font-size: 13px;
    font-weight: 300;
}

.header-search-area .header-search-btn {
    line-height: 0;
    width: 25px;
    padding: 0;
    height: 25px;
}

.header-search-area .header-search-btn i {
    font-weight: bold;
    font-size: 20px;
}

.header-search-area ::-webkit-input-placeholder {
    color: #242424;
}

.header-search-area ::-moz-placeholder {
    color: #242424;
}

.header-search-area :-ms-input-placeholder {
    color: #242424;
}

.header-search-area :-moz-placeholder {
    color: #242424;
}



/**
 * Components Header Dropdowns
 *
 */

header .list-inline {
    text-align: right;
}

header .list-inline li.list-inline-item {
    margin-right: 0;
}

header .list-inline li.list-inline-item button {
    font-size: 12px;
    text-transform: capitalize;
    cursor: pointer;
    text-decoration: none;
    height: auto;
    line-height: 1;
    top: -1px;
}

header .list-inline li.list-inline-item i {
    margin-left: 8px;
    font-size: 12px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

header .list-inline li.list-inline-item .dropdown-toggle {
    padding: 0 8px;
}

header .list-inline li.list-inline-item .dropdown-toggle::after {
    content: none;
}

header .list-inline li.list-inline-item .dropdown-toggle.open i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

header .list-inline li.list-inline-item:last-child .dropdown-toggle {
    padding-right: 0;
}

header .list-inline li.list-inline-item:last-child::after {
    content: none;
}

header .list-inline li img {
    margin-right: 6px;
    top: -1.5px;
}

header .list-inline .dropdown-menu {
    max-height: 0;
    display: block;
    border: 0;
    padding: 0;
    right: 0;
    left: auto;
    z-index: 9921;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 0;
    min-width: 120px;
}

header .list-inline .dropdown-menu.open {
    max-height: 200px;
}

header .list-inline .dropdown-menu ul {
    border: 1px solid #e5e5e5;
    border-top: 2px solid #cc2121;
    left: 7px;
    margin: 15px 0 0;
    padding: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 120px;
    list-style: none;
}

header .list-inline .dropdown-menu ul li a {
    display: block;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    padding: 3px 10px;
    line-height: 22px;
    text-align: left;
}

header .list-inline .dropdown-menu ul li:last-child a {
    border-bottom: 0;
}



/**
 * Components Main Menu
 *
 */

#main_nav {
    border-top: 1px solid #ebebeb;
}

#main_nav>ul>li a {
    padding: 17px 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
}

#main_nav>ul>li a::after {
    content: none;
}

#main_nav>ul>li ul li a {
    font-weight: 400;
}

#main_nav>ul li.has-sub a span::after,
#main_nav .mega a span::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 5px;
    font-size: 13px;
    left: 5px;
}

#main_nav .mega-container,
#main_nav>ul>li>ul {
    padding: 45px 30px;
    border: 1px solid #e4e4e4;
}

#main_nav .mega-container li {
    margin-left: 0;
    margin-right: -4px;
}

#main_nav .mega-container .mega-menu-title {
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    letter-spacing: -.025em;
    padding-bottom: 25px;
}

#main_nav .mega-container .mega-menu-title h3 {
    font-size: 14px;
    text-transform: capitalize;
    color: inherit;
}

#main_nav .mega-container .mega-menu-title,
#main_nav .mega-container .mega-menu-title+ul {
    margin-left: 0;
    margin-right: 0;
}

#main_nav .mega-container a {
    text-transform: capitalize;
    font-size: 14px;
    padding: 0;
    line-height: 30px;
}

#main_nav>ul>li>ul {
    padding: 30px;
}

#main_nav>ul>li>ul a {
    padding: 0 0 10px;
    text-transform: capitalize;
    line-height: 30px;
    font-size: 14px;
}

#main_nav>ul>li>ul li:last-child a {
    padding-bottom: 0;
}

#main_nav .mega-container .column {
    padding-left: 30px;
    padding-right: 15px;
    border-right: 1px solid #ebebeb;
}

#main_nav .mega-container .column:first-child {
    padding-left: 15px;
}

#main_nav .mega-container .column.last,
#main_nav .mega-container .column:last-child {
    border-right: 0;
}

#main_nav .mega-container .column-1 {
    width: 8.33333%;
}

#main_nav .mega-container .column-2 {
    width: 16.66667%;
}

#main_nav .mega-container .column-3 {
    width: 25%;
}

#main_nav .mega-container .column-4 {
    width: 33.33333%;
}

#main_nav .mega-container .column-5 {
    width: 20%;
}

#main_nav .mega-container .column-6 {
    width: 50%;
}

#main_nav .mega-container .fullwidth-banner {
    width: 100%;
    padding-left: 15px;
    padding-top: 40px;
}

#main_nav .mega-container .fullwidth-banner img {
    width: 100%;
}

#main_nav .mega-container .fullwidth-banner img:hover {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

#main_nav.left-aligned {
    border-top: 0;
}

#main_nav.left-aligned>.menu-toggle+ul {
    text-align: left;
}

#main_nav.left-aligned>.menu-toggle+ul>li:first-child>a {
    padding-left: 0;
}

#main_nav.left-aligned>.menu-toggle+ul>li:last-child>a {
    padding-right: 0;
}



/**
 * Components Primary Slider
 *
 */

#primary_slider .swiper-arrow {
    margin-top: -30px;
    cursor: pointer;
    z-index: 9;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 66px;
    display: inline-block;
    top: 50%;
    opacity: 0;
    border: 0;
    color: #e2e2e2;
}

#primary_slider .swiper-arrow i {
    font-size: 60px;
}

#primary_slider .swiper-arrow.prev {
    left: 0;
}

#primary_slider .swiper-arrow.prev i {
    right: 1px;
}

#primary_slider .swiper-arrow.next {
    right: 0;
}

#primary_slider .swiper-arrow.next i {
    left: 1px;
}

#primary_slider .slide-content {
    top: 50%;
    max-width: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
}

#primary_slider .slide-content .promo-title {
    text-transform: capitalize;
    font-size: 18px;
    z-index: 0;
    width: 100%;
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 25px;
    margin-bottom: 15px;
}

#primary_slider .slide-content .promo-title span {
    text-transform: uppercase;
    padding: 5.5px 12px;
    font-size: 12px;
    vertical-align: top;
    border-radius: 2px;
    letter-spacing: 0;
}

#primary_slider .slide-content .main-title {
    text-transform: capitalize;
    font-size: 60px;
    z-index: 0;
    width: 100%;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    letter-spacing: -.025em;
}

#primary_slider .slide-content .main-title span {
    display: block;
}

#primary_slider .slide-content .subtitle {
    font-size: 16px;
    line-height: 24px;
    width: 75%;
    font-weight: 300;
    margin-top: 20px;
}

#primary_slider .slide-content .slide-button {
    margin: 30px 0 0;
}

#primary_slider .slide-content * {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#primary_slider .swiper-slide-active .layer-animation-1 .promo-title {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#primary_slider .swiper-slide-active .layer-animation-1 h1 span {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#primary_slider .swiper-slide-active .layer-animation-1 h1 span:last-child {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#primary_slider .swiper-slide-active .layer-animation-1 .subtitle {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#primary_slider .swiper-slide-active .layer-animation-1 .slide-button {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#primary_slider .swiper-slide-active .layer-animation-2 .promo-title {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

#primary_slider .swiper-slide-active .layer-animation-2 h1 span {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

#primary_slider .swiper-slide-active .layer-animation-2 h1 span:last-child {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#primary_slider .swiper-slide-active .layer-animation-2 .subtitle {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#primary_slider .swiper-slide-active .layer-animation-2 .slide-button {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#primary_slider .swiper-slide-active .layer-animation-3 .promo-title {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#primary_slider .swiper-slide-active .layer-animation-3 h1 span {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#primary_slider .swiper-slide-active .layer-animation-3 h1 span:last-child {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#primary_slider .swiper-slide-active .layer-animation-3 .subtitle {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#primary_slider .swiper-slide-active .layer-animation-3 .slide-button {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#primary_slider.slider-type-2 .slide-content {
    top: 58%;
}

#primary_slider.slider-type-2 .slide-content h1 {
    font-size: 72px;
}

#primary_slider.slider-type-2 .slide-content h1 span {
    display: inline-block;
}

#primary_slider.slider-type-2 .slide-content .subtitle {
    font-size: 18px;
    margin-top: 15px;
}

#primary_slider.slider-type-2 .slide-content .slide-button {
    margin-top: 15px;
}

#primary_slider.slider-type-3 .slide-content {
    max-width: 60%;
    padding-left: 130px;
}

#primary_slider.slider-type-3 .slide-content h1 span {
    display: inline-block;
}

#primary_slider.slider-type-4 .slide-content {
    max-width: 100%;
    top: 70%;
    padding-left: 20px;
}

#primary_slider.slider-type-4 .slide-content h1 span {
    display: inline-block;
}

#primary_slider.slider-type-4:hover .swiper-arrow.next {
    right: 10px;
}

#primary_slider.slider-type-4:hover .swiper-arrow.prev {
    left: 10px;
}

.swiper-slide-active .slide-progress {
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(49, 56, 72, 0.3);
    height: 5px;
    -webkit-animation: progress 7s ease-in-out;
    animation: progress 7s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}



/**
 * Components Button
 *
 */

.default-btn {
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    min-width: 140px;
}

.default-btn:hover,
.default-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.default-btn.transparent {
    border: 1px solid white;
}

.default-btn.large {
    min-width: 245px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
}

.default-btn.tiny-btn {
    padding: 8px 18px;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.05em;
    min-width: auto;
}

.text-btn {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 0;
    display: inline-block;
    font-weight: 500;
}

.text-btn::after {
    content: "";
    display: block;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
}

.text-btn:hover::after {
    width: 100%;
}

.btn.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-secondary {
    text-transform: uppercase;
    background: #f4f4f4;
    color: #444;
    height: 40px;
    line-height: 40px;
    border: 0;
    padding: 0 20px;
    font-weight: 500;
    font-size: 13px;
}

.btn.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}



/**
 * Components Feature Box
 *
 */

.feature-box {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

.feature-box .feature-content {
    text-align: center;
}

.feature-box h2 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: -.025em;
    text-transform: capitalize;
}

.feature-box p {
    font-size: 13px;
}

.feature-box.type-2 {
    padding: 23px 20px;
    border: 1px solid #ebebeb;
}

.feature-box.type-2 i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 54px;
    border: 0;
}

.support-section {
    margin-top: 44px;
    margin-bottom: 4px;
}

.support-section .feature-box:first-child {
    border-left: 0;
}

.support-section .feature-box:last-child {
    border-right: 0;
}



/**
 * Components Promo Banner
 *
 */

.promo-banner>a {
    display: inline-block;
    width: 100%;
}

.promo-banner img {
    width: 100%;
}

.promo-banner.hover-effect-1>a::before {
    content: "";
    top: 19.5px;
    right: 19.5px;
    bottom: 19.5px;
    left: 19.5px;
    border: 1.5px solid white;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

.promo-banner.hover-effect-1:hover>a::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.top-banner .promo-banner {
    margin-bottom: 20px;
}

.promo-banner.hover-effect-2>a::before,
.promo-banner.hover-effect-2>a::after {
    content: '';
    position: absolute;
    left: 19.5px;
    right: 19.5px;
    top: 19.5px;
    bottom: 19.5px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    z-index: 7;
}

.promo-banner.hover-effect-2>a::before {
    border-top: 1.5px solid white;
    border-bottom: 1.5px solid white;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.promo-banner.hover-effect-2>a::after {
    border-right: 1.5px solid white;
    border-left: 1.5px solid white;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
}

.promo-banner.hover-effect-2:hover>a::before,
.promo-banner.hover-effect-2:hover>a::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.banner-with-text .promo-text {
    width: 50%;
}

.banner-with-text h1 {
    font-size: 48px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.banner-with-text h2 {
    font-size: 36px;
    letter-spacing: -.025em;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2;
}

.banner-with-text p {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
}



/**
 * Components Section Title
 *
 */

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px;
    display: inline-block;
    letter-spacing: -.05em;
    text-transform: capitalize;
}

.section-title h2::before {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 50px;
    height: 7px;
    background: url("../images/icons/title.png");
}

.section-title .subtitle {
    margin-top: 20px;
    font-size: 14px;
}

.section-title.type-2 h2::before {
    content: none;
}

.section-title.left-aligned {
    text-align: left;
}

.section-title.left-aligned h2::before {
    margin-left: 0;
}




/* Instagram Widget */

.instagram-area .image-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.instagram-area .image-popup figure {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.instagram-area .image-popup figure a {
    display: block;
}

.instagram-area .image-popup figure a img {
    width: 100%;
    height: auto;
}

.instagram-area .image-popup figure a::before {
    content: "";
    bottom: 0;
    height: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.instagram-area .image-popup figure a:hover::before {
    height: 100%;
    top: 0;
}

.instagram-area .image-popup figure:nth-of-type(3n) {
    margin-right: 0;
}

.instagram-area p {
    font-size: 14px;
    margin-top: 5px;
}




/**
 * Components Instagram
 *
 */

.instagram-container {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.instagram-container .swiper-slide a {
    display: block;
}

.instagram-container .swiper-slide a::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 0;
}

.instagram-container .swiper-slide a::after {
    content: "\f16d";
    font-family: FontAwesome;
    font-size: 18px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    top: 50%;
    left: 50%;
    margin-top: -34px;
    margin-left: -34px;
    opacity: 0;
    text-align: center;
}

.instagram-container .swiper-slide:hover a::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    z-index: 2;
}

.instagram-container .swiper-slide:hover a::after {
    opacity: 1;
    z-index: 3;
    -webkit-animation: zoomIn 0.3s ease-in-out;
    animation: zoomIn 0.3s ease-in-out;
}

.follow-link {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    line-height: 1;
}

.follow-link>a {
    display: inline-block;
    padding: 0 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.follow-link::before,
.follow-link::after {
    content: "";
    display: block;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    width: 41%;
}

.follow-link::before {
    background: url(../images/backgrounds/left-bg.png);
    left: 0;
}

.follow-link::after {
    background: url(../images/backgrounds/right-bg.png);
    right: 0;
    width: 41%;
}


/**
 * Layout Primary Slider
 *
 */

#primary_slider .slide-inner {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#primary_slider.slider-type-1,
#primary_slider.slider-type-3 {
    height: 530px;
}

#primary_slider.slider-type-2 {
    height: 730px;
}



/**
 * Layout Products Slider
 *
 */

.product-row.row {
    margin-left: -45px;
    margin-right: -45px;
}

.element-carousel {
    padding: 15px;
    margin-top: -30px;
    margin-bottom: -30px;
}

.element-carousel.anime-element * {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.element-carousel.anime-element .swiper-slide-visible {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.element-carousel.anime-element-multi * {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.element-carousel.anime-element-multi .swiper-slide-visible>article {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.element-carousel:hover .swiper-arrow {
    top: 50%;
    opacity: 1;
}



/************************************************************
    c39 - Layout - Modal
*************************************************************/


/**
 * Layout Modal
 *
 */

.modal {
    z-index: 9990;
}

.modal .modal-lg {
    max-width: 970px;
    margin: 60px auto;
}

.modal .modal-header {
    border-bottom: 0;
}

.modal .modal-header .close {
    top: -5px;
    font-size: 24px;
}

.modal .modal-body {
    padding: 0 40px 40px;
}

.modal .modal-footer {
    padding: 20px 15px;
}

.modal .gallery-with-thumbs .nav-slider {
    max-height: 285px;
}

.modal-backdrop {
    background-color: #000;
    z-index: 9950;
}