/*
 Theme Name:  Image Direct Boilerplate Child
 Theme URI:  http://wpbp.dev.imagedirect.com/
 Description: ID-Boilerplate Child CSS
 Author:    Image Direct Pty Ltd
 Author URI:  http://www.imagedirect.com.au
 Template:   id-boilerplate-master
 Version:   3.5.2
Tags:
Copyright:   ©2014 Image Direct Pty Ltd
Text Domain:  id-boilerplate-child
*/

/*@import url("../id-boilerplate-master/style.css");*/

/* =Theme customization starts here
-------------------------------------------------------------- */



/*
* -----------------------------------------------------------------------------
* 
* _1300px Width Change
* 
* -----------------------------------------------------------------------------
*/

@media (max-width: 1299px) and (min-width: 992px) {
    .hidden-md {
        display: none !important;
    }
    .visible-md {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: inline-block !important;
    }
    .visible-lg {
        display: none !important;
    }
}

@media (min-width: 1300px) {
    .hidden-lg {
        display: none !important;
    }
    .visible-lg {
        display: inline-block !important;
    }
}


nav a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}



/*
* -----------------------------------------------------------------------------
*
* # Root
*
* -----------------------------------------------------------------------------
*/


html {
    font-size: 1em;
}


body {
    padding-top: 60px;
    background-color: #fff;
    color: #313131;
    font-weight: 400;
    font-family:   -apple-system, BlinkMacSystemFont,
        "Segoe UI", "Roboto", "Oxygen",
        "Ubuntu", "Cantarell", "Fira Sans",
        "Droid Sans", "Helvetica Neue", sans-serif;

    min-width: 320px;
}



@media screen and (min-width: 992px) {
    body {
        padding-top: 85px;
    }

}


@media screen and (min-width: 1300px) {
    body {
        padding-top: 90px;
    }

}

.woocommerce #content {
    background-color: #fff;
}


#content  {
    background-color: #f1f1f1;
}

.woocommerce #content,
#footer .id-dynamic-widget-content,
#content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home #content {
    padding-bottom: 0;
}


.home #content:after {
    content: '';
    display: block;
    float: none;
    min-height: 320px;
    width: 100%;
    background-image: url(img/home-petrogas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 50px;
}

@media screen and (min-width: 992px) {
    #footer .id-dynamic-widget-content,
    #content {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .home #content:after {
        margin-top: 75px;
    }
}

@media screen and (min-width: 1300px) {
    #content {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .home #content:after {
        margin-top: 100px;
    }
}





/*
* -----------------------------------------------------------------------------
*
* # Image
*
* -----------------------------------------------------------------------------
*/

img.alignright {float:right; margin:0 0 1em 1em;}

img.alignleft {float:left; margin:0 1em 1em 0;}

img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

a img.alignright {float:right; margin:0 0 1em 1em;}

a img.alignleft {float:left; margin:0 1em 1em 0;}

a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}





/*
* -----------------------------------------------------------------------------
*
* # Typography
*
* -----------------------------------------------------------------------------
*/



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25px;
}


.content-main h1,
.content-main h2,
.content-main h3,
.content-main h4,
.content-main h5,
.content-main h6 {
    text-transform: none;
    margin-bottom: 1ex;
}

.id-post-title > h1 {
    font-size: 1.75em;
    text-transform: uppercase;
}


@media screen and (min-width: 768px) {
    .id-post-title > h1 {
        font-size: 2.5em;
    }
}

@media screen and (min-width: 992px) {
    .id-post-title > h1 {
        font-size: 2em;
    }
    .page-template-default .content-main .id-post-title > h1 {
        text-align: right;
        margin: 0;
    }
}


@media screen and (min-width: 1300px) {
    .id-post-title > h1 {
        font-size: 2.5em;
    }
}






a {
    color: #dc2328;
}


a:hover,
a:focus,
a:active {
    color: #313131;
    text-decoration: none;
}



.hentry > .lead {
    font-size: 1.3em;
    margin: 1em 0;
}


.content-main {
    font-size: 1em;
    line-height: 1.7;
}

.content-main > p {
    margin-bottom: 15px;
}



h4.widgettitle {
    font-weight: 600;
    margin-bottom: 2ex;
    border-bottom: 1px dotted rgba(255,255,255,0.15);
    border-bottom: 1px dotted rgba(0,0,0,0.15);
    padding-bottom: 1ex;
}


/*
* ----------------------------------------------------------------
* 
* ID Content Lists 
* 
* ----------------------------------------------------------------
*/

ul.id-unordered-list {}

ol.id-ordered-list>li,
ul.id-unordered-list>li {
    margin-bottom: 0.5ex;
    padding-left: 2em;
}


ol.id-ordered-list {
    counter-reset: section;
}


ul.id-unordered-list>li::before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    margin-top: -6px;
    color: #dc2328;
}

ul.id-unordered-list>li::before,
ol.id-ordered-list>li::before {
    margin-right: 1em;
    position: absolute;
    top: 50%;
    left: 1em;
    right: auto;
    bottom: auto;
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
}

ol.id-ordered-list>li::before {
    counter-increment: section;
    content: counters(section,".") " ";
    min-width: 10px;
    padding: 3px 7px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgba(0,0,0,0.5);
    background-color: #0080A2;
    border-radius: 10px;
    margin-top: -8px;    
}

/*
* -----------------------------------------------------------------------------
*
* #Navbar-nav Affix
*
* -----------------------------------------------------------------------------
*/

nav.affix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 9999;
    -webkit-transition: all .5s ease-in-out .5s;
    transition: all .5s ease-in-out .5s;
}


nav.affix .nav {
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
}


nav.affix-top {
    position: static;
    top: -100px;
}


.affix + .menu-affix-sizer {
    height: 60px;
}


/*
* -----------------------------------------------------------------------------
*
* Fixed navbar hide/show on scroll
*
* -----------------------------------------------------------------------------
*/

.scroll-small .navbar-header {
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.scroll-small .id-scroll-up.navbar-fixed-top  .navbar-header,
.scroll-small .id-scroll-up.navbar-fixed-top {
    top: 0;
    -webkit-transition: top .5s ease-in-out .5s;
    transition: top .5s ease-in-out .5s;
}

.scroll-small .navbar-fixed-top  .navbar-header,
.scroll-small .navbar-fixed-top {
    top: -200px;
    -webkit-transition: top .5s ease-in-out .5s;
    transition: top .5s ease-in-out .5s;
}

@media only screen and (min-width: 1200px){

    .scroll-small .navbar-header {
        box-shadow: none;
    }

    .scroll-small .id-scroll-up.navbar-fixed-top  .navbar-header,
    .scroll-small .navbar-fixed-top  .navbar-header{
        top: inherit;
        -webkit-transition: none;
        transition: none;
    }
}

/*
* -----------------------------------------------------------------------------
*
* Navbar Logo
*
* -----------------------------------------------------------------------------
*/


.navbar-brand {
    line-height: 1.35;
}

.navbar-logo  {
    width: 210px;
    padding: 15px;
    padding-top: 25px;
    display: inline-block;
}


.navbar-logo img {
    width: 100%;
}


@media screen and (min-width: 992px) {
    .navbar-logo {
        width: 250px;
        padding-top: 35px;
    }

    .scroll-small .navbar-logo {
        width: 250px;
        padding-top: 30px;
    }

}


/* 
* ------------------------------------------------------------------------------
* 
* @ Affix Pseudo Logo
* 
* ------------------------------------------------------------------------------ 
*/



/*.affix.header.offcanvas-navbar > .open.container::before {
  content: none;
}
*/
.navbar-header {
    position: relative;
    /*min-width: 320px;*/
}


.affix-top.id-pseudo-logo {
    display:none;
}


.id-pseudo-logo  {
    content: '';
    display: block;
    width: 70px;
    position: absolute;
    top: 0;
    left: -100%;
    right: auto;
    bottom: 0;
    background-image: url(img/icons/favicon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0);
    box-shadow: 0 0 5px rgba(0,0,0,0);
}



.affix.navbar .id-pseudo-logo {
    left: 0;
    background-color: rgba(0,0,0,0.15);
}



/*
* -----------------------------------------------------------------------------
*
* Navbar Toggle
*
* -----------------------------------------------------------------------------
*/

.id-navbar-close {
    color: #777;
}


.navbar-toggle {
    border: none;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}


.navbar-toggle .fa:before {
    color: #999;
}


.navbar-inverse .navbar-toggle {
    border-color: rgba(0,0,0,0.25);
}


.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: rgba(0,0,0,0.5);
}


.navbar-inverse .navbar-toggle .fa:before {
    color: #777;
}



.navbar-inverse .navbar-toggle:focus .fa:before,
.navbar-inverse .navbar-toggle:hover .fa:before {
    color: #fff;
}


@media screen and (min-width: 992px) {
    .navbar-toggle {
        position: relative;
        float: right;
    }

}


/*
* -----------------------------------------------------------------------------
*
* # Search Box
*
* -----------------------------------------------------------------------------
*/

.navbar-search-toggle[aria-expanded="true"],
.search-toggle[aria-expanded="true"] {
    background-color: #dd3333 !important;
    color: #fff;
}


.navbar-search-toggle {
    background-color: transparent;
}


.navbar-inverse .navbar-search-toggle {
    color: #777;
}


.navbar-fixed-top .id-search-box-wrapper {
    margin-top: 65px;
}



@media (min-width: 991px) {
    .navbar-fixed-top .id-search-box-wrapper {
        margin-top: 105px;
    }

}


@media screen and (min-width: 1300px) {
    .navbar-fixed-top .id-search-box-wrapper {
        margin-top: 0;
    }

}


/*
* -----------------------------------------------------------------------------
*
* Sidebar Shop Menu
*
* -----------------------------------------------------------------------------
*/

.sidebar-shop .navbar-toggle {
    padding: 15px 15px;
}

.sidebar-shop .navbar-offcanvas {
    background-color: #f1f1f1;
}

.sidebar-shop h4.widgettitle::after {
    content: "";
    border: transparent 19.5px solid;
    border-left-color: #dc2328;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
}
.sidebar-shop h4.widgettitle {
    background-color: #313131;
    color: #fff;
    margin: 0;
    padding: 10px 15px;
    padding-left: 30px;
    font-size: 1em;
    position: relative;
}

.sidebar-shop .widget_product_categories .product-categories,
.sidebar-shop .widget_nav_menu .menu  {
    padding: 0;
    list-style: none;
}

.sidebar-shop .widget_product_categories .product-categories > li,
.sidebar-shop .widget_nav_menu .menu > li {
    border-color: rgba(0,0,0,0.15);
    border-width: 1px;
    border-bottom-width: 0;
    border-style: solid;
    position: relative;
}

.sidebar-shop .widget_product_categories .product-categories > li:last-child,   
.sidebar-shop .widget_nav_menu .menu > li:last-child {
    border-bottom-width: 1px;
}


.sidebar-shop .widget_product_categories .product-categories > li > a,
.sidebar-shop .widget_nav_menu .menu > li > a  {
    padding: 10px 15px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 80%;
}

.sidebar-shop .widget_product_categories .product-categories > li > .count {
    /*    background-color: #dc2328;
        color: #fff;*/
    position: absolute;
    top: 50%;
    left: auto;
    right: 10px;
    bottom: auto;
    font-size: 80%;
    margin-top: -0.75em;
}

.sidebar-shop .widget_product_categories .product-categories > li > a:hover,
.sidebar-shop .widget_product_categories .product-categories > li > a:focus,
.sidebar-shop .widget_product_categories .product-categories > li > a:active,
.sidebar-shop .widget_nav_menu .menu > li > a:hover,
.sidebar-shop .widget_nav_menu .menu > li > a:focus,
.sidebar-shop .widget_nav_menu .menu > li > a:active  {
    background-color: rgba(0,0,0,0.15);
}

.sidebar-shop .widget_product_categories .product-categories > li > a::before,
.sidebar-shop .widget_nav_menu .menu > li > a::before {
    content: '\f105';
    font-family: fontAwesome;
    margin-right: 1ex;
}

/*
* -----------------------------------------------------------------------------
*
* #Navbar Padding
*
* -----------------------------------------------------------------------------
*/
@media screen and (min-width: 992px) {

    .scroll-small .navbar-search-toggle {
        padding: 15px 15px;
    }


    .scroll-small .navbar-toggle,
    .navbar-toggle {
        padding: 25.5px 15px;
    }

}


@media screen and (min-width: 1300px) {
    .navbar-nav > li > a  {
        padding: 34.5px 15px;
    }




    .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 34.5px 15px;
    }


    .scroll-small .navbar-nav > li > a {
        padding: 34.5px 15px;
    }


    .scroll-small .navbar-nav > li > a.id-navbar-phone-icon {
        padding: 34.5px 15px;
    }


    .navbar-search-toggle {
        padding: 25.5px 35px;
    }

    .scroll-small .navbar-search-toggle {
        padding: 17.5px 20px;
    }

}


/*
* -----------------------------------------------------------------------------
*
* Buy Online Navigation
*
* -----------------------------------------------------------------------------
*/
.menu-item-buy-online {}


.menu-item-buy-online > .id-navbar-buy-online {
    font-family: 'exo', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
    color: #fff !important;
    background-color: #dc2328;
    width: 100%;
    text-align: center;
    padding: 25.5px 35px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1300px) {
    .scroll-small .menu-item-buy-online > .id-navbar-buy-online {
        padding: 25.5px 35px;
    }

    .menu-item-buy-online > .id-navbar-buy-online {
        width: 140px;
        margin-bottom: 0;
    }

}

.menu-item-buy-online:hover > .id-navbar-buy-online {
    background-color: #313131 !important;
}



/*
* -----------------------------------------------------------------------------
*
* #Navbar: menu-items
*
* -----------------------------------------------------------------------------
*/


@media (min-width: 1300px) {
    .navbar-full-width > .container {
        padding: 0 0;
        width: 100%;
    }

}


.navbar-nav > li > a {
    font-weight: 600;
    font-size: 80%;
    text-transform: none;
    letter-spacing: 0.25px;
}


.navbar-nav > li > a.id-navbar-phone-icon {
    font-size: 1.3em;
}


/*
* -----------------------------------------------------------------------------
*
* #Navbar: navbar-default
*
* -----------------------------------------------------------------------------
*/

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}


.navbar-default .navbar-nav>li>a {
    color: #dc2328;
}


@media screen and (min-width: 1300px) {
    a.id-navbar-phone-icon .fa {
        color: inherit;
    }


    /*@ACTIVE*/ 
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover,
    /*@DEFAULT */
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li.active > a,
    .navbar-default .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #313131;
    }

}


/*
* -----------------------------------------------------------------------------
*
* #Navbar: navbar-inverse
*
* -----------------------------------------------------------------------------
*/

.navbar-inverse {
    background-color: #222;
    border-color: #111;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}


.navbar-inverse .navbar-nav>li>a {
    color: #777;
}


.navbar-inverse .navbar-nav>li>.dropdown-menu,
.navbar-inverse .dropdown-menu {
    background-color: #222;
}


@media screen and (min-width: 1300px) {
    .navbar-inverse .navbar-nav > li.active > a,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #fff;
    }

}



/*
* -----------------------------------------------------------------------------
*
* # DropDown
*
* -----------------------------------------------------------------------------
*/

.dropdown-menu > li > a {
    color: #dd3333;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 0.9em;
}


@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #222;
    }

}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:hover {
    background-color: #dd3333;
    color: #fff;
}


.dropdown-menu>.active>a {}


.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #dd3333;
    outline: 0;
}



.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
    border-color: #dd3333;
}


@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #dd3333;
    }


    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: #dd3333;
        color: #fff;
    }

}


@media (max-width: 1299px) {
    .navbar-nav .open .dropdown-menu {
        background-color: rgba(0,0,0,0.05);
    }

}


@media (min-width: 992px) {
    .navbar-right {
        margin-right: auto;
    }

}



/*
* -----------------------------------------------------------------------------
*
* Slideshow
*
* -----------------------------------------------------------------------------
*/
.id-feature-slideshow-wrapper {
    color: #fff;
    background-color: #313131;
}


.id-feature-slideshow-wrapper .id-slide-item {
    background-color: #313131;

}

.id-mobile-carousel .id-slide-item::after,
.id-feature-slideshow-wrapper .id-slide-item .id-slide-after {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}


.id-feature-slideshow-wrapper .id-slide-item .id-caption-container {
    z-index: 2 ;
}


.id-feature-slideshow-wrapper .id-slideshow-title h1, 
.id-feature-slideshow-wrapper .id-slideshow-title h2, 
.id-feature-slideshow-wrapper .id-slideshow-title h3, 
.id-feature-slideshow-wrapper .id-slideshow-title h4, 
.id-feature-slideshow-wrapper .id-slideshow-title h5, 
.id-feature-slideshow-wrapper .id-slideshow-title h6 {
    margin: 15px auto 20px auto;
}


.id-slideshow-title-mobile {
    margin-bottom: 15px;
}


.id-feature-slideshow-wrapper .id-slideshow-message {
    margin-bottom: 20px;
}


.id-feature-slideshow-wrapper .search .glyphicon-search {
    display: none;
}


.id-slideshow-caption-outer > .id-align-elements-top > * {
    text-align: center;
}



.id-feature-slideshow-wrapper .id-slideshow-caption {
    width: 100%;
}


@media only screen and (min-width: 992px) {
    .id-feature-slideshow-wrapper .id-slideshow-caption {
        width: initial;
    }

}

.sidebar-shop .search-navigation .yith-s,
.id-feature-slideshow-wrapper .search-navigation .yith-s {
    margin: 0;
    border: 1px solid #ccc;
    color: #313131;
    padding: 8px 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 100%;
    outline: none;
}


.sidebar-shop .search-navigation,
.id-feature-slideshow-wrapper .search-navigation {
    width: 59%;
}

.sidebar-shop #yith-searchsubmit,
.id-feature-slideshow-wrapper #yith-searchsubmit {
    padding: 8px 15px;
    margin-left: -4px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 40%;
}

.sidebar-shop .autocomplete-suggestions,
.id-feature-slideshow-wrapper .autocomplete-suggestions {
    width: 100% !important;
    border-radius: 0;
    border: 0;
}





/*
* -----------------------------------------------------------------------------
*
* Free Shipping - Call to action
*
* -----------------------------------------------------------------------------
*/
.id-free-shipping-wrapper {
    color: #fff;
    background-color: rgba(220, 35, 40, 1);
}


.id-free-shipping-notes .magic_widget {
    text-align: center;
    padding: 20px 15px;
}


.id-free-shipping-wrapper .magic_widget_content > * {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    float: none;
}

.id-free-shipping-wrapper h3 {
    font-size: 2em;
    width: 100%;
}


.id-free-shipping-wrapper p {
    font-size: 1em;
    width: 100%;
}


@media only screen and (min-width:640px) {

    .id-free-shipping-wrapper h3 {
        width: 25%;
        min-width: 200px;
        max-width: 200px;
    }


    .id-free-shipping-wrapper p {
        width: 58%;
    }

    .id-free-shipping-notes .magic_widget {
        text-align: left;
    }

    .id-free-shipping-wrapper h3 {
        border-right: 1px solid #fff;
        margin-right: 30px !important;
    }

}


/*
* -----------------------------------------------------------------------------
*
* Featured Product
*
* -----------------------------------------------------------------------------
*/

.id-featured-products {
    padding-top: 50px;
    padding-bottom: 50px;
}



@media screen and (min-width: 992px) {
    .id-featured-products {
        padding-top: 100px;
        padding-bottom: 100px;
    }

}


.id-featured-products .module-section-title {
    margin-bottom: 20px;
}

.id-featured-products .module-item .module-inner {
    box-shadow: none;
}


.id-featured-products .module-image {
    background-repeat: no-repeat;
}


.id-featured-products .module-item .panel-body {
    padding: 0;
}

.id-featured-products .module-item .module-content .module-title {
    padding-top: 25px;
    font-size: 1.1em;
    -webkit-box-flex: 1;  
    -moz-box-flex: 1; 
    -ms-box-flex: 1; 
    -moz-flex:1 1 auto;
    -webkit-flex:1 1 auto;
    -ms-flex:1 1 auto;
    flex: 1 1 auto;
}

.id-featured-products .module-item .module-content {
    background-color: #f1f1f1;
    text-align: center;
}

.id-featured-products .module-item .module-button {
    font-size: 0;
    padding: 0;
    width: 100%;
    text-align: left;
    margin-top: 15px;
    display: inline-block;
    position: relative;
}

.id-featured-products .module-item .module-button a {
    text-transform: uppercase;
    font-size: 16px;
    padding: 14px 15px;
    letter-spacing: 1px;
    margin: 0;
    text-align: left;
    background-color: #dc2328;
    line-height: 1;
    font-weight: 700;
    width: 100%;
    position: relative;
}

.id-featured-products .module-item .module-button a:hover {
    background-color: #313131;
}




/*
* -----------------------------------------------------------------------------
*
* Affiliate Carousel
*
* -----------------------------------------------------------------------------
*/
.id-affiliate-carousel-wrapper .id-awesome-carousel-item {
    min-height: 150px;
}

.id-affiliate-carousel-wrapper .id-awesome-carousel-inner {
    padding: 30px 15px;
}

.id-affiliate-carousel-wrapper .id-awesome-carousel-inner .owl-carousel .owl-item img {
    max-height: 90px;
    max-width: 150px;
}



/*
* -----------------------------------------------------------------------------
*
* # Buttons
*
* -----------------------------------------------------------------------------
*/
input[type="submit"],
input[type="button"],
.btn {  
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;  
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    /*padding: 10px 30px;*/
}


input[type="submit"].btn-lg,
input[type="button"].btn-lg,
.btn-lg {
    padding: 11px 30px;
}


.btn-xl {
    padding: 30px 50px;
}


input[type="submit"],
input[type="button"],
.btn-primary {
    background-color: #dc2328;
    border-color: #dc2328;
    color: white;
}


input[type="submit"]:active,
input[type="button"]:active,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #313131;
    border-color: #313131;
}


/* Default */
.btn-primary {
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #009ED2 0%, #007DA7 100%);
}


/* Hover */
.btn-primary:hover {
    background-position: 0 -15px;
}




/*
* ----------------------------------------------------------------
* DDownload Buttons
* ----------------------------------------------------------------
*/

.ddownload-button {
    padding: 1ex 2ex;
    font-size: 1.25em;
    background-image: none;
    background-color: #999;
    color: #fff!important;
    text-shadow: none;
}


.ddownload-button:hover,
.ddownload-button:active,
.ddownload-button:focus {
    background-image: none;  
}



.ddownload-button.button-blue {
    background-color: #0080A2;
    border-color: #0080A2;
}


.ddownload-button.button-blue:hover {
    background-color: transparent;
    border-color: #0080A2;
    color: #0080A2 !important;
}


.ddownload-button.button-green {
    background-color: #2ECC71;
    border-color: #2ECC71;
}


.ddownload-button.button-green:hover {
    background-color: transparent;
    border-color: #27AE60;
    color: #27AE60 !important;
}




/*
* -----------------------------------------------------------------------------
*
* @Large Google MAP
*
* ----------------------------------------------------------------------------
*/

.id-google-map-wrapper .acf-map {
    margin: auto;
}



@media screen and (min-width: 992px) {
    .id-google-map-wrapper .acf-map {
        height: 600px;
    }

}


.id-google-map-wrapper address {
    display: none;
}


/*
* ----------------------------------------------------------------
* 
* ID Scroll Top
* 
* ----------------------------------------------------------------
*/

.id_scroll_top.id-scroll-top-icon:hover,
.id_scroll_top.id-scroll-top-icon:focus,
.id_scroll_top.id-scroll-top-icon:active {
    background-color: #d33;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}


.id_scroll_top.id-scroll-top-icon {
    display: none;
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 125px;
    line-height: 1;
    padding: 10px 15px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}


.id_scroll_top:before {
    content: "";
}


.id_scroll_top.id-scroll-visible {
    opacity: 1;
    -webkit-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}


.id_scroll_top.id-scroll-hidden {
    opacity: 0;
    -webkit-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}


/*
* -----------------------------------------------------------------------------
*
* # Featured Page Tiles
*
* -----------------------------------------------------------------------------
*/

.id-feature-pages .feature-tile-item {}

.id-feature-pages .feature-tile-content{
    width: 100%;
}

.id-feature-pages .feature-tile--title {
    padding-bottom: 1em;
}

.id-feature-pages .feature-tile-content > .feature-tile--excerpt {
    -ms-flex-preferred-size: auto;
    -webkit-flex: 1 1 auto;
    padding-bottom: 1em;
}

.id-feature-pages .feature-tile-item .feature-tile--button {
    margin-bottom: 20px;
}

.id-feature-pages .feature-tile-item .feature-tile--read-more {
    margin-top: 20px;
}


/*
* -----------------------------------------------------------------------------
*
* # Footer
*
* -----------------------------------------------------------------------------
*/

#footer {
    background-color: #f1f1f1;
    color: #313131;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 80%;
}

#footer h4.widgettitle {
    margin-top: 0;
    border-bottom: none;
    color: #313131;
}


#footer .widget {
    margin-bottom: 32px;
}


#footer a {
    color: #313131;
}


#footer a:hover,
#footer a:focus,
#footer a:active {
    color: #dd3333;
    text-decoration: none;
}


#footer .id-footer-widget-wrapper {
    padding-top: 70px;
    padding-bottom: 50px;
}


#footer .preview.logo {
    width: 210px;
}



.footer ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}


.footer .id-client-address-widget > p,
.footer ul.menu li {
    padding: 1ex 0;
    margin-bottom: 0;
}

.footer ul.menu li {
    border-top: rgba(0,0,0,0.15) 1px dashed;
}


.footer h4.widgettitle {
    margin-bottom: 1ex;
}


.footer li ul li {
    border-bottom: none;
}



.id-copyright-wrapper {
    color: #f1f1f1;
    padding: 30px 15px;
    background-color: #313131;
}


/*
* ----------------------------------------------------------------
* 
* Slideshow
* 
* ----------------------------------------------------------------
*/




.slideshow-carousel .carousel-indicators {
    display: none;
}



.slideshow-carousel .glyphicon-chevron-left:before,
.slideshow-carousel .glyphicon-chevron-right:before {
    font-family: fontAwesome;
}


.slideshow-carousel .glyphicon-chevron-left:before {
    content: "\f104";
}


.slideshow-carousel .glyphicon-chevron-right:before {
    content: "\f105";
}


/* Hover animation */
.slideshow-carousel .carousel-control { opacity: 0; }

.carousel:focus .carousel-control,
.carousel:hover .carousel-control {
    opacity: 1;
}

.carousel:hover a.carousel-control.left { left: 15px; }

.carousel:hover a.carousel-control.right { right: 15px; }

/*
* ----------------------------------------------------------------
* 
* Awesome Header
* 
* ----------------------------------------------------------------
*/

.id-custom-header-wrapper {
    height: 250px;
}

.id-custom-header {
    color: #fff;
}

.id-custom-header-wrapper::before {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*
* -----------------------------------------------------------------------------
* 
* _Sidebar Widgets
* 
* -----------------------------------------------------------------------------
*/
.sidebar-widget .widget {
    margin-bottom: 1em;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
}


/*
* ----------------------------------------------------------------
* 
* custom phone number mobile view
* 
* ----------------------------------------------------------------
*/
.id-phone-number-mobile{
    font-size: 1.3rem;
    font-weight: 600;
}


.yith-wocc-select-address-container .select2-container{
    width: 100% !important;
}


table th,
.table th,
.table>tbody>tr>th,
.tablepress th{
    padding-top: 20px;
}

/*
* ----------------------------------------------------------------
* 
* 
* 
* ----------------------------------------------------------------
*/
