@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500,700");
@font-face {
    font-family: feather;
    src: url(fonts/feather.eot);
    src: url(fonts/feather.eot?#iefix) format("embedded-opentype"),url(fonts/feather.woff) format("woff"),url(../includes/css/fonts/feather.ttf) format("truetype"),url(../includes/css/fonts/feather.svg#feather) format("svg");
}
:root {
  --primary: #30bef2!important; 
}
html * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html body{
    font-family: 'Rubik',sans-serif;
    font-size: .9em;
}

h3,.h3{
        font-weight: 300;
}
h2,.h2{
    
    font-weight: 300;
}
h4, .h4 {
    font-weight: 300;
}
/*Model on Ajax call*/
.model {
    display:    none;
    position:   fixed;
    z-index:    99999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('/img/loader.gif') 
                50% 50% 
                no-repeat;
}
 .overlayDiv {
        align-items: center;
    position: fixed;
    background: #dc3545!important;
    opacity: 0.8;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index:9999;
}
body.loading {
    overflow: hidden;
}
body.loading .model {
    display: block;
}

strong {
    font-weight: 500;
}
a:hover {
    color: var(--primary);
    text-decoration: none;
}
[class*=" icon-"], [class^=icon-] {
    font-family: feather!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
    content: "\e98f";
}
.icon-slash:before {
    content: "\e9d0";
}
.icon-mail:before {
    content: "\e98a";
}
.icon-phone:before {
    content: "\e9ad";
}
.icon-clock:before {
    content: "\e939";
}
.icon-bell:before {
    content: "\e91f";
}
.icon-help-circle:before {
    content: "\e978";
}
.btn-link-primary {
    color: var(--primary);
}
.btn-primary {
    color: #fff;
    background-color: #30bef2;
    border-color: #30bef2;
}
.text-primary {
    color: #30bef2!important;
}
.btn-outline-secondary {
    border-color: #e5e5e5;
}
.btn-outline-secondary:hover {
    background-color: #f5f5f5
}

.btn:hover, .btn:focus .btn:active, .btn.active {
    outline: none;
    background-image: none;
    text-decoration: none;
    box-shadow: none;
}
.btn:hover {
    color: #505050;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
    color: #fff;
}

.btn-secondary:hover {
    background-color: #ebebeb
    border-color: #e5e5e5;
}
a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #f5f5f5!important;
}

.icon-arrow-left:before {
    content: "\e911";
}
.icon-filter:before {
    content: "\e966";
}
.icon-alert-triangle:before {
    content: "\e904";
}
.btn-outline-secondary:hover {
    background-color: #f5f5f5;
}

.ui-autocomplete { z-index:2147483647; }

/* .dropdown:hover .dropdown-menu {
   display: block;
 } */ 
 .downdrop:hover .dropdown-menu {
    display: block;
 }
.card-body .media{
height: 70px;
}
.p-0 .bg-light{

}
.dropdown-menu img {
   width: 50px;height:75px;}
#shoppingCartDropdown .bg-light{
    background: #ebebeb;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.bg-light {
        background-color: #ffffff !important;
    }

    .badge {
        top: -10px;
    }

    .badge-notification {
        position: relative;
        margin-right: 10px;
    }
.badge-primary {
    color: #fff;
    background-color: #30bef2!important;
}
    .badge-notification[data-badge]::after {
        content: attr(data-badge);
        position: absolute;
        top: -11px;
        right: -10px;
        display: flex;
        justify-content: center;
        align-content: center;
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
        font-weight: 600;
        border-radius: 50%;
        background: var(--primary);
        color: #fff;
    }

    span.badge-notification {
        margin-right: 24px;
    }

    span.badge-notification[data-badge]::after {
        top: -30px;
        right: -24px;
    }

    /*Login Form NavBar*/

    #login-dp {
        min-width: 350px;
        padding: 14px 14px 0;
        overflow: hidden;
    }

    #login-dp .help-block {
        font-size: 12px
    }

    #login-dp .bottom {
        border-top: 1px solid #ddd;
        clear: both;
        padding: 14px;
    }


    #login-dp .form-group {
        margin-bottom: 10px;
    }

    .btn-fb {
        color: #fff;
        background-color: #3b5998;
    }

    .btn-fb:hover {
        color: #fff;
        background-color: #496ebc
    }

    .btn-tw {
        color: #fff;
        background-color: #55acee;
    }

    .btn-tw:hover {
        color: #fff;
        background-color: #59b5fa;
    }

    /*EOF Login Form NavBar*/
    /* BOF Carousel*/
    .carousel-indicators {
        bottom: 0;
    }
 .carousel-indicators li {
      background-color:#30bef2;
    }
    .carousel-control.right,
    .carousel-control.left {
        background-image: none;
    }

    .carousel-item {
        min-height: 450px;
        height: 100%;
        width: 100%;
        background-position: center;
    }

    .carousel-img {
        height: 70%;
        width: 70%;
    }

    .carousel-caption h3 {
        padding: .5em;
    }

    .carousel .icon-container {
        display: inline-block;
        font-size: 25px;
        line-height: 25px;
        padding: 1em;
        text-align: center;
        border-radius: 50%;
    }

    .carousel-caption button {
        border-color: #00bfff;
        margin-top: 1em;
    }


    #carouselExampleIndicators h1 {
        text-align: center;
        margin-bottom: 30px;
        font-size: 30px;
        font-weight: bold;
    }

    #carouselExampleIndicators .p {
        padding-top: 125px;
        text-align: center;
    }

    #carouselExampleIndicators .p a {
        text-decoration: underline;
    }

    /* Animation delays */
    .skyblue h3:first-child {
        animation-delay: 1s;
    }

    .skyblue h3:nth-child(2) {
        animation-delay: 2s;
    }

    .skyblue button {
        animation-delay: 3s;
    }

    .skyblue {
        background-image: url(../../img/slider/main-bg.jpg);
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    /* EOF Carousel*/
    @media only screen and (max-width: 992px) {
    #navAuto {
        display: none;
    }
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.navbar {
    opacity: 1;
    /* transition: opacity .25s ease; */
}
.navbar-hide {
    pointer-events: none;
    opacity: 0;
}
li.nav-item {
    padding-right: 25px;
    padding-left: 25px;
}
li.nav-item:hover {
    color: #30bef2;
}
    /*bof products*/
  @media (min-width: 576px) {
    .product-card.product-list {
        display: table;
        width: 100%;
        padding: 0
    }

    .product-card.product-list .product-thumb,
    .product-card.product-list .product-card-inner {
        display: table-cell;
        vertical-align: middle
    }
    .product-card .product-button-group .product-button.btn-wishlist.active>svg {
    color: #f44336
}
    .product-card.product-list .product-thumb {
        position: relative;
        width: 270px;
        border-right: 1px solid #e5e5e5;
        border-top-right-radius: 0
    }
    .product-card.product-list .product-card-body {
        padding: 32px 22px 18px;
        text-align: left
    }
}
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .product-gallery .gallery-item>a::before,
    .product-gallery .gallery-item>a::after {
        display: none !important
    }
    .product-gallery .video-btn {
        display: none !important
    }
    .product-card .product-button-group .product-button>i {
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important
    }
    .product-card .product-button-group .product-button>span {
        display: none
    }
}

@supports (-ms-ime-align: auto) {
    .product-gallery .gallery-item>a::before,
    .product-gallery .gallery-item>a::after {
        display: none !important
    }
    .product-gallery .video-btn {
        display: none !important
    }
    .product-card .product-button-group .product-button>i {
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important
    }
    .product-card .product-button-group .product-button>span {
        display: none
    }
}

    .product-card {
        display: block;
        position: relative;
        width: 100%;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        background-color: #fff;
    }

.product-card .product-title>a:hover {
    color: var(--primary);
}

    .product-card .product-badge {
        top: 12px;
        left: 12px;
    }

    .product-badge {
        position: absolute;
        height: 24px;
        padding: 0 14px;
        border-radius: 3px;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: .025em;
        line-height: 24px;
        white-space: nowrap;
    }

    .product-card .product-thumb {
        display: block;
        width: 100%;
        padding-top: 30px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        overflow: hidden;
    }

    .product-card .product-thumb>img {
        /* display: block;
        width: 95%; */
        display: block;
        width: 100%;
        /* height: 180px; */
    }

    .product-card .product-card-body {
        padding: 18px;
        padding-top: 15px;
        text-align: center;
    }

    .product-card .product-category {
        width: 100%;
        margin-bottom: 6px;
        font-size: 12px;
    }

    .product-card .product-category>a {
        transition: color .2s;
        color: #999;
        text-decoration: none;
    }

    .product-card .product-title {
        margin-bottom: 18px;
        font-size: 15px;
        font-weight: normal;
    }

    .product-card .product-title>a {
        transition: color .3s;
        color: #232323;
        text-decoration: none;
    }

    .product-card .product-price {
        display: inline-block;
        margin-bottom: 10px;
        padding: 9px 15px;
        border-radius: 4px;
        background-color: #fff6e3;
        color: #232323;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
    }

    .product-card .product-price>del {
        margin-right: 5px;
        color: #999;
    }

    .product-card .product-button-group .product-button {
        display: table-cell;
        position: relative;
        height: 62px;
        padding: 10px;
        transition: background-color .3s;
        border: 0;
        border-right: 1px solid #e5e5e5;
        background: none;
        color: #505050;
        overflow: hidden;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
    }

    .product-card .product-button-group {
        display: table;
        width: 100%;
        border-top: 1px solid #e5e5e5;
        table-layout: fixed;
    }

    .product-card .product-button-group .product-button:first-child {
        border-bottom-left-radius: 5px;
    }

    .product-card .product-button-group .product-button>i {
        display: inline-block;
        position: relative;
        margin-top: 5px;
        font-size: 18px;
    }

    .product-card .product-button-group .product-button:last-child {
        border-right: 0;
        border-bottom-right-radius: 5px;
    }
 .product-list .product-thumb>img {
        display: block;
    padding-left: 30px;
    width: 87%;
    height: 200px;
    padding-bottom: 15px;
}

    .product-card .product-button-group .product-button>span {
        display: block;
        position: absolute;
        bottom: 9px;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(12px);
        -ms-transform: translateY(12px);
        transform: translateY(12px);
        font-size: 12px;
        white-space: nowrap;
        opacity: 0;
    }

    .product-card .product-button-group .product-button>span {
        display: block;
        position: absolute;
        bottom: 9px;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(12px);
        -ms-transform: translateY(12px);
        transform: translateY(12px);
        font-size: 12px;
        white-space: nowrap;
        opacity: 0;
    }

    .product-card .product-button-group .product-button:hover>span {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    .product-card .product-button-group .product-button:hover {
        background-color: #f5f5f5;
    }

    /*.product-card:hover {
        /*box-shadow: inset 0px 0px 5px #30bef2;
        -webkit-transition: all 500ms ease-in;
        -webkit-transform: scale(1.1);
        -ms-transition: all 500ms ease-in;
        -ms-transform: scale(1.1);
        -moz-transition: all 500ms ease-in;
        -moz-transform: scale(1.1);
        transition: all 500ms ease-in;
        transform: scale(1.1);
    }*/

    .page-title h1,
    .page-title h2,
    .page-title h3 {
        margin: 0;
        font-size: 24px;
        line-height: 1.3;
        color: #969696;
    }
    .pages-title h1,
    .pages-title h2,
    .pages-title h3 {
        margin: 0;
        font-size: 24px;
        line-height: 1.3;
        color: #969696;
    }

    .product-card .product-button-group .product-button:hover>svg {
        -webkit-transform: translateY(-10px);
        -webkit-transition: all 250ms ease-in ;
        -ms-transform: translateY(-10px);
        -ms-transition: all 250ms ease-in;
        transform: translateY(-10px);
         transition: all 250ms ease-in;
        color: #30bef2 !important;
    }

    .mb-30 {
        margin-bottom: 30px !important;
    }

    .rating-stars>svg.filled {
        color: #ffa000;
    }

    .product-card .rating-stars {
        position: absolute;
        top: 9px;
        right: 12px;
    }

    .rating-stars {
        display: inline-block;
    }

    .rating-stars>svg {
        display: inline-block;
        margin-right: 2px;
        color: #bfbfbf;
        font-size: 12px;
    }

    /*eof products*/
    /*bof footer*/
    .site-footer {
        padding-top: 72px;
        background-position: center bottom;
        background-color: #232323;
        background-repeat: no-repeat;
    }

    .widget {
        margin-bottom: 40px;
    }

    .widget-light-skin .widget-title {
        border-color: rgba(255, 255, 255, 0.13);
        color: rgba(255, 255, 255, 0.9);
    }

    .widget-title {
        position: relative;
        margin-bottom: 24px;
        padding-bottom: 12px;
        border-bottom: 1px solid #e5e5e5;
        color: #232323;
        font-size: 15px;
        font-weight: normal;
    }

    .widget-title::after {
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 90px;
        height: 1px;
        background-color: #30bef2;
        content: '';
    }
    .widget-categories ul>li.has-children.expanded>span::before, .widget-links ul>li.has-children.expanded>span::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

/* .widget-categories ul>li.has-children ul li::before,.widget-links ul>li.has-children ul li::before {
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: -webkit-transform .35s;
    transition: transform .35s;
    color: var(--primary);
    font-family: feather;
    font-size: 1.15em;
} */
.widget-categories ul>li.has-children ul li::before, .widget-links ul>li.has-children ul li::before {
    top: 14px;
    width: 8px;
    height: 1px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 0;
    background-color: #e2e2e2;
    color: transparent;
}
.widget-arrow::before{
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: -webkit-transform .35s;
    transition: transform .35s;
    color: var(--primary);
    font-family: feather;
    font-size: 1.15em;
    font-weight: bolder;
    content: '\e92e';
}
    .widget-categories ul,
    .widget-links ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .widget ul {
        margin-bottom: 12px;
    }

    .widget-categories ul>li,
    .widget-links ul>li {
        position: relative;
        margin-bottom: 5px;
        padding-left: 16px;
    }

    .widget-light-skin.widget-categories ul>li::before,
    .widget-light-skin.widget-links ul>li::before {
        color: rgba(255, 255, 255, 0.4);
    }

    .widget-categories ul>li::before,
    .widget-links ul>li::before {
        display: block;
        position: absolute;
        top: -1px;
        left: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transition: -webkit-transform .35s;
        transition: transform .35s;
        color: var(--primary);
        font-family: feather;
        font-size: 1.15em;
        /*content: '\f054';*/
    }

    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }

    .widget-light-skin.widget-categories ul>li>a,
    .widget-light-skin.widget-links ul>li>a {
        transition: opacity .25s;
        color: #fff;
    }

    /*Social*/
    .sb-twitter svg:hover {
        color: #007bff !important;
    }

    .sb-facebook svg:hover {
        color: #3b5998 !important;
    }

    .sb-gplus svg:hover {
        color: #D34836 !important;
    }

    .footer-copyright {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 24px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 13px;
        font-weight: normal;
    }

    .totop {
        text-align: center;
        display: none;
        color: #eeeeef;
        margin: 0 5px;
        padding: 0px 5px;
        padding-top: 8px;
        position: fixed;
        bottom: 5px;
        right: 10px;
        background-color: #30bef2;
        width: 75px;
        height: 50px;
        font-size: 2em;
        z-index: 900;
    }
    .totop>a {
    color: #05f;
}
.totop>a:hover {
    color: #ffffff;
}

    /*eof footer */
    .modal-header {
    background-color: #f5f5f5;
}

.modal-header,
.modal-body,
.modal-footer {
    padding-right: 20px;
    padding-left: 20px;
}

.close {
    transition: opacity .25s;
    border: 0;
    background: 0;
    color: #505050;
    font-family: sans-serif;
    font-size: 20px;
    cursor: pointer;
}

.page-title {
    width: 100%;
    margin-bottom: 25px;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 7px 25px -6px rgba(0, 0, 0, 0.12);
}
.pages-title {
    width: 100%;
    margin-bottom: 25px;
    padding: 15px 0;
    background-color: #fff;
}

.page-title>.container,
.page-title>.container-fluid {
    display: table;
}

.page-title .column:first-child {
    width: 60%;
    padding-right: 20px;
}

.page-title .column {
    display: table-cell;
    vertical-align: middle;
}

.breadcrumbs {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.breadcrumbs>li {
    display: inline-block;
    margin-left: -4px;
    padding: 5px 0;
    color: #999;
    font-size: 13px;
    cursor: default;
    vertical-align: middle;
}

.breadcrumbs>li>a {
    transition: color .25s;
    color: #505050;
    text-decoration: none;
}

.breadcrumbs>li:first-child>a::before {
    display: inline-block;
    margin-top: -1px;
    margin-right: 6px;
    font-size: 14px;
    vertical-align: middle;
}

.breadcrumbs>li.separator {
    margin-top: 2px;
    margin-left: 3px;
    color: #505050;
    font-size: 14px;
}

.product-gallery {
    position: relative;
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}

.product-gallery .product-carousel {
    margin-bottom: 15px;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.product-gallery .product-badge {
    top: 15px;
    left: 15px;
    z-index: 10;
}

.gallery-item>a {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 6px;
    text-decoration: none;
    overflow: hidden;
}

.owl-carousel .gallery-item {
    margin-bottom: 0;
    padding-left: 100px
}

.gallery-item>a>img {
    align-items: center;
    display: block;
    width: 100%;
}

.product-item {
    /* margin-left: 75px; */
    margin-left: 15px;
    margin-bottom: 40px;

}

.sp-categories>a,
.sp-categories i {
    display: inline-block;
    margin-right: 3px;
    color: #999;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
}

.sp-categories>a {
    transition: color .25s;
}

.d-block {
    display: block !important;
}

.text-muted {
    color: #999 !important;
}

.form-group label {
    margin-bottom: 8px;
    padding-left: 18px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.list-icon {
    padding: 0;
    list-style: none
}
.list-icon>li>i {
    display: block;
    position: absolute;
    left: 0;
    line-height: inherit;
}
.list-icon>li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 22px;
}
.bg-faded,
.bg-secondary {
    background-color: #f5f5f5 !important;
}

.card {
    border-radius: 5px;
    border-color: #e5e5e5;
}

.display-3 {
    font-size: 50px;
}

.progress {
    height: auto;
    border-radius: 9px;
    background-color: #f0f0f0;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.sp-categories svg {
    padding-top: 3px;
    color: #ccc9c9;
}

.bg-warning {
    background-color: #ffa000 !important;
}

.comment {
    display: block;
    position: relative;
    margin-bottom: 30px;
    padding-left: 66px;
}

.comment .comment-title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: normal;
}

.comment .comment-author-ava {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.comment .comment-author-ava>img {
    display: block;
    width: 100%;
}

.comment .comment-body {
    position: relative;
    padding: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #fff;
}

.comment .comment-body::before {
    margin-top: -1px;
    border-width: 10px;
    border-color: transparent;
    border-right-color: #e5e5e5;
}

.comment .comment-text {
    margin-bottom: 12px;
}

.comment .comment-footer {
    display: table;
    width: 100%;
}

.comment .comment-meta {
    color: #999;
    font-size: 12px;
}

.comment .comment-body::after {
    border-width: 9px;
    border-color: transparent;
    border-right-color: #fff;
}

.comment .comment-body::after,
.comment .comment-body::before {
    position: absolute;
    top: 12px;
    right: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.text-sm {
    font-size: 13px;
}

.text-medium {
    font-weight: 500 !important;
}

.sb-facebook:hover,
.sb-facebook:focus {
    color: #3b5998 !important;
}

.social-button.shape-rounded {
    border-radius: 5px;
}

.social-button.shape-circle,
.social-button.shape-rounded,
.social-button.shape-square {
    width: 36px;
    height: 36px;
    margin-right: 8px;
    border: 1px solid #e5e5e5;
    line-height: 35px;
    text-align: center;
    padding-top: 5px;
}

.social-button {
    display: inline-block;
    margin-top: 5px;
    margin-right: 18px;
    margin-bottom: 5px;
    transition: color .3s;
    color: #505050;
    font-size: 12px;
    text-decoration: none;
    vertical-align: middle;
}

.sb-twitter:hover,
.sb-twitter:focus {
    color: #55acee !important
}

.sb-google-plus:hover,
.sb-google-plus:focus {
    color: #dd4b39 !important
}

.sb-instagram:hover,
.sb-instagram:focus {
    color: #3f729b !important
}

.owl-carousel .product-card:hover {
    -webkit-transition: all 500ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 500ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 500ms ease-in;
    -moz-transform: scale(1);
    transition: all 500ms ease-in;
    transform: scale(1);
}

.product-gallery .product-thumbnails {
    display: block;
    margin: 0;
    margin-right: -15px;
    margin-left: -15px;
    /*padding: 12px;*/
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    list-style: none;
    text-align: center;
}

.product-gallery .gallery-item>a::before {
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    border-radius: 5px;
}

.gallery-item>a::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -24px;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    transition: all .35s;
    color: #fff;
    font-family: feather;
    font-size: 32px;
    text-align: center;
    content: '\ea08';
    opacity: 0;
    z-index: 5;
}

.gallery-item>a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    content: '';
    opacity: 0;
    z-index: 1;
    transition: opacity .3s;
}

.product-gallery .product-thumbnails img {
    width: 75px;
    height: 75px;
}

.product-gallery .product-thumbnails>li {
    display: inline-block;
    margin: 10px 3px;
}

.product-gallery .product-thumbnails>li.active>a {
    border-color: var(--primary);
    cursor: default;
    opacity: 1;
}

.product-gallery .product-thumbnails>li>a {
    display: block;
    /*width: 94px;*/
    transition: all .25s;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #fff;
    opacity: .75;
    overflow: hidden;
}

img,
figure {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.gallery-item {
    margin-bottom: 30px;
}

.gallery-item>a>img {
    display: block;
    width: 100%;
}

.product-gallery .owl-carousel .owl-item img {
    width: 75%;
}
.shop-toolbar {
    display: table;
    width: 100%;
}
.shop-toolbar>.column {
    display: table-cell;
    vertical-align: middle;
}
.shop-sorting label {
    margin: 0;
    padding: 8px 5px 8px 0;
    color: #999;
    font-size: 13px;
    font-weight: normal;
}
.shop-sorting label, .shop-sorting .form-control, .shop-sorting span {
    display: inline-block;
    vertical-align: middle;
}
.shop-sorting .form-control {
    width: 100%;
    max-width: 186px;
    margin-right: 10px;
}
.shop-sorting span {
    padding: 8px 0;
}
.shop-toolbar>.column:last-child {
    text-align: right;
}
.shop-view {
    display: inline-block;
}
.shop-view::after {
    display: block;
    clear: both;
    content: ''
}

.shop-view>a.active {
    border-color: var(--primary);
    background-color: var(--primary);
    cursor: default;
    pointer-events: none;
}
.shop-view>a:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.shop-view>a {
    display: block;
    width: 43px;
    height: 43px;
    margin-left: -1px;
    padding: 13px;
    float: left;
    transition: background-color .35s;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background-color: #fff;
}
.shop-view>a.active span, .shop-view>a.active span::before,.shop-view>a.active span::after {
    background-color: #fff;
}
.shop-view>a span {
    display: block;
    position: relative;
    width: 3px;
    height: 3px;
    margin-bottom: 3px;
    background-color: #505050;

}
.shop-view>a.grid-view span::before {
    left: 6px;
}
.shop-view>a.grid-view span::before,.shop-view>a.grid-view span::after {
    top: 0;
    width: 3px;
    height: 3px;
    content: '';
}
.shop-view>a.grid-view span::after {
    left: 12px;
}
.pagination {
    display: table;
    width: 100%;
    border-top: 1px solid #e5e5e5;
}
.pagination>.column {
    display: table-cell;
    padding-top: 16px;
    vertical-align: middle;
    font-size: 25px;
}
.pagination .pages {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.pagination .pages>li {
    display: inline-block;
    width: 45px;
    height: 40px;
    font-size: 25px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    /*width: 36px;
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;*/
}
.pagination .pages>li.active>a {
    border-color: var(--primary);
    background-color: var(--primary);
    color: #fff;
}
.pagination .pages>li>a {
    display: block;
    width: 36px;
    height: 36px;
    transition: all .3s;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #505050;
    line-height: 34px;
    text-decoration: none;
}
.pagination .btn-sm {
    font-size: 13px;
}
.shop-view>a:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.shop-view::after {
    display: block;
    clear: both;
    content: '';
}
.shop-view>a.list-view span::before {
    top: 1px;
    left: 6px;
    width: 9px;
    height: 1px;
    content: '';
}
.shop-view>a span::before, .shop-view>a span::after {
    display: block;
    position: absolute;
    background-color: #505050;
}
.shop-view>a span {
    display: block;
    position: relative;
    width: 3px;
    height: 3px;
    margin-bottom: 3px;
    background-color: #505050;
}
/*Sidebar*/
.sidebar-toggle, .sidebar-close {
    display: none;
}
.sidebar {
    width: 100%;
}
.sidebar-toggle, .sidebar-close {
    display: none;
}
.widget {
    margin-bottom: 40px;
}
.widget-title {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
    color: #232323;
    font-size: 15px;
    font-weight: normal;
}
.widget-title::after {
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 90px;
    height: 1px;
    background-color: var(--primary);
    content: '';
}
.widget-categories ul, .widget-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-categories ul>li, .widget-links ul>li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 16px;
}
.widget-categories ul>li>.has-children.expanded::before, .widget-links ul>li>.has-children.expanded::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}


.widget-categories ul>li>a:hover, .widget-links ul>li>a:hover {
    color: var(--primary);
}

.widget-categories ul>li>a, .widget-links ul>li>a {
    display: inline-block;
    transition: color .3s;
    color: #505050;
    font-size: 14px;
    text-decoration: none;
}
.widget-categories ul>li>span, .widget-links ul>li>span {
    margin-left: 4px;
    color: #999;
}
.widget-categories ul>li.has-children.expanded>ul, .widget-links ul>li.has-children.expanded>ul {
    max-height: 800px;
}
.widget-categories ul>li.has-children>ul, .widget-links ul>li.has-children>ul {
    max-height: 0;
    transition: max-height .6s;
    overflow: hidden;
}
.widget-categories ul>li.has-children ul, .widget-links ul>li.has-children ul {
    border-left: 1px solid #e2e2e2;
}

.widget-categories ul>li.has-children ul li a, .widget-links ul>li.has-children ul li a {
    font-size: 14px;
    padding-top: 5px;
}
.widget-categories ul>li.has-children.expanded::before,
.widget-links ul>li.has-children.expanded::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.widget-categories ul>li.has-children.expanded>ul,
.widget-links ul>li.has-children.expanded>ul {
    max-height: 800px
}
    .user-info-wrapper .user-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-position: center;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-size: cover;
}
.user-info-wrapper .info-label {
    display: block;
    position: absolute;
    top: 18px;
    right: 18px;
    height: 26px;
    padding: 0 12px;
    border-radius: 4px;
    background-color: #fff;
    color: #505050;
    font-size: 12px;
    line-height: 26px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.18);
    cursor: pointer;
}
.user-info-wrapper .info-label>i {
    display: inline-block;
    margin-right: 3px;
    font-size: 1.2em;
    vertical-align: middle;
}
.user-info-wrapper .user-info {
    display: table;
    position: relative;
    width: 100%;
    padding: 0 18px;
    z-index: 5;
}
.user-info-wrapper .user-info .user-avatar {
    position: relative;
    width: 115px;
}
.user-info-wrapper .user-info .user-avatar, .user-info-wrapper .user-info .user-data {
    display: table-cell;
    vertical-align: top;
}
.user-info-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: -1px;
    padding-top: 90px;
    padding-bottom: 30px;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden;
}
.user-info-wrapper .user-info .user-avatar .edit-avatar {
    display: block;
    position: absolute;
    top: -2px;
    right: 2px;
    width: 36px;
    height: 36px;
    transition: opacity .3s;
    border-radius: 50%;
    background-color: #fff;
    color: #505050;
    line-height: 34px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    opacity: 0;
    text-align: center;
    text-decoration: none;
}
.user-info-wrapper .user-info .user-avatar>img {
    display: block;
    width: 100%;
    border: 5px solid #fff;
    border-radius: 50%;
}
.user-info-wrapper .user-info .user-data {
    padding-top: 48px;
    padding-left: 12px;
}
.user-info-wrapper .user-info .user-avatar, .user-info-wrapper .user-info .user-data {
    display: table-cell;
    vertical-align: top;
}
.user-info-wrapper .user-info .user-data h4 {
    margin-bottom: 2px;
}
.user-info-wrapper .user-info .user-data span {
    display: block;
    color: #999;
    font-size: 12px;
}
.user-info-wrapper+.list-group .list-group-item:first-child {
    border-radius: 0;
}

a.list-group-item.active {
    border-color: #e5e5e5;
    background-color: #fff;
    color: var(--primary);
    cursor: default;
    pointer-events: none;
}
.list-group-item.active {
    background-color: #30bef2;
    }
a.list-group-item:hover, a.list-group-item:focus, a.list-group-item:active, .list-group-item-action:hover, .list-group-item-action:focus, .list-group-item-action:active {
    background-color: #fff;
    color: var(--primary);
}
.list-group-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none;
}
a.list-group-item {
    padding-top: .87rem;
    padding-bottom: .87rem;
}
a.list-group-item, .list-group-item-action {
    position: relative;
    transition: all .25s;
    color: #505050;
}
.list-group-item {
    border-color: #e5e5e5;
    background-color: #fff;
    font-size: 15px;
    text-decoration: none;
}
.list-group-item.active::before {
    opacity: 1;
}
a.list-group-item::before, .list-group-item-action::before {
    position: absolute;
    top: 0;
    left: -1px;
    width: 2px;
    height: 100%;
    background-color: var(--primary);
    content: '';
    opacity: 0;
}
.with-badge {
    position: relative;
    padding-right: 3.3rem;
}
.list-group-item {
    border-color: #e5e5e5;
    background-color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.list-group-item i {
    display: inline-block;
    margin-top: -2px;
    margin-right: 8px;
    font-size: 1.1em;
    vertical-align: middle;
}
.badge.badge-default {
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    color: #505050;
}
.icon-shopping-bag:before {
    content: "\e9c9";
}
.with-badge .badge {
    position: absolute;
    top: 50%;
    right: 1.15rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.table thead th, .table th {
    font-weight: 500;
}

.table thead th, .table td, .table th {
    border-color: #e5e5e5;
}
.navi-link {
    transition: color .3s;
    color: #505050;
    text-decoration: none;
}
.navi-link:hover {
    color: var(--primary) !important;
}
.icon-download:before {
    content: "\e956";
}
.shopping-cart-footer {
    display: table;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
}
.shopping-cart-footer>.column {
    display: table-cell;
    padding: 5px 0;
    vertical-align: middle;
}
.coupon-form .form-control {
    display: inline-block;
    width: 100%;
    max-width: 235px;
    margin-right: 12px;
}
.form-control-sm:not(textarea) {
    height: 36px;
}
.shopping-cart-footer>.column:last-child {
    text-align: right;
}
.shopping-cart-footer>.column {
    display: table-cell;
    padding: 5px 0;
    vertical-align: middle;
}
.btn>i {
    display: inline-block;
    margin-top: -1px;
    vertical-align: middle;
}
.shopping-cart-footer>.column:last-child {
    text-align: right;
}
.shopping-cart-footer>.column:last-child .btn {
    margin-right: 0;
    margin-left: 15px;
}
.shopping-cart .table, .wishlist-table .table, .order-table .table {
    margin-bottom: 0;
}
.shopping-cart, .wishlist-table, .order-table {
    margin-bottom: 20px;
}
.shopping-cart>table>thead>tr>th, .shopping-cart>table>thead>tr>td, .shopping-cart>table>tbody>tr>th, .shopping-cart>table>tbody>tr>td, .wishlist-table>table>thead>tr>th, .wishlist-table>table>thead>tr>td, .wishlist-table>table>tbody>tr>th, .wishlist-table>table>tbody>tr>td, .order-table>table>thead>tr>th, .order-table>table>thead>tr>td, .order-table>table>tbody>tr>th, .order-table>table>tbody>tr>td {
    vertical-align: middle !important;
}
.shopping-cart>table thead th, .wishlist-table>table thead th, .order-table>table thead th {
    padding-top: 17px;
    padding-bottom: 17px;
    border-width: 1px;
}
.shopping-cart .product-item, .wishlist-table .product-item, .order-table .product-item {
    display: table;
    width: 100%;
    min-width: 150px;
    margin-top: 5px;
    margin-bottom: 3px;
}
.shopping-cart .product-item .product-thumb, .wishlist-table .product-item .product-thumb, .order-table .product-item .product-thumb {
    width: 130px;
    padding-right: 20px;
}
.shopping-cart .product-item .product-thumb, .shopping-cart .product-item .product-info, .wishlist-table .product-item .product-thumb, .wishlist-table .product-item .product-info, .order-table .product-item .product-thumb, .order-table .product-item .product-info {
    display: table-cell;
    vertical-align: top;
}
.shopping-cart .product-item .product-thumb>img, .wishlist-table .product-item .product-thumb>img, .order-table .product-item .product-thumb>img {
    display: block;
    width: 100%;
}
.shopping-cart .product-item .product-title, .wishlist-table .product-item .product-title, .order-table .product-item .product-title {
    margin-bottom: 6px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: normal;
}
.shopping-cart .product-item .product-title>a, .wishlist-table .product-item .product-title>a, .order-table .product-item .product-title>a {
    transition: color .3s;
    color: #232323;
    line-height: 1.5;
    text-decoration: none;
}
.shopping-cart .remove-from-cart, .wishlist-table .remove-from-cart, .order-table .remove-from-cart {
    display: inline-block;
    color: #f44336;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
}
.shopping-cart .product-item .product-info span, .wishlist-table .product-item .product-info span, .order-table .product-item .product-info span {
    display: block;
    font-size: 12px;
}
.shopping-cart .product-item .product-info span>em, .wishlist-table .product-item .product-info span>em, .order-table .product-item .product-info span>em {
    font-weight: 500;
    font-style: normal;
}
.icon-x:before {
    content: "\ea04";
}
.icon-repeat:before {
    content: "\e9ba";
}
    .steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.steps .step.active {
    border-color: var(--primary);
    cursor: default;
    z-index: 5;
    pointer-events: none;
}
.steps .step:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.steps .step {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: -1px;
    margin-left: -1px;
    padding: 20px 15px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    z-index: 1;
    text-align: center;
    text-decoration: none;
}
.steps .step.active .step-title, .steps .step.active>i {
    color: var(--primary);
}
.steps .step .step-title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: .025em;
}
.steps a.step:not(.active) {
    transition: background-color .35s;
}
.steps a.step:not(.active):hover {
    background-color: #f5f5f5;
}
.steps .step .step-title>i {
    margin-top: -2px;
    margin-right: 6px;
    color: #4caf50;
    font-size: 1.2em;
    vertical-align: middle;
}
.icon-check-circle:before {
    content: "\e92b";
}
.accordion .card-header {
    padding: 0;
    transition: background-color .3s;
    background-color: #fff;
}
.accordion .card {
    margin-bottom: 8px;
    border-bottom: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
}
.card-header:first-child {
    border-radius: 5px 5px 0 0;
}
.accordion [data-toggle='collapse'] {
    display: block;
    position: relative;
    padding: .85rem 1.25rem;
    color: #232323;
    font-size: 16px;
    text-decoration: none;
}
.icon-credit-card:before {
    content: "\e94e";
}
.accordion [data-toggle='collapse'].collapsed::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.accordion [data-toggle='collapse']::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -12px;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    font-family: feather;
    font-size: 18px;
    content: '\e931';
}
.accordion>.card .card-header {
    margin-bottom: -1px;
}

.card-wrapper {
    margin: 30px 0;
}
.text-center .btn, .text-center .btn-group {
    margin-right: 6px;
    margin-left: 6px;
}
.sidebar {
    width: 100%;
}
.widget-order-summary .table tr:first-child>td {
    padding-top: 0;
}
.widget-order-summary .table td {
    padding: 6px 0;
    border: 0;
}
.widget-order-summary .table td:last-child {
    text-align: right;
}
.widget-order-summary .table tr:nth-last-child(2)>td {
    padding-bottom: 12px;
}
.widget-order-summary .table tr:last-child>td {
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
}
.widget-featured-products>.entry, .widget-cart>.entry {
    margin-bottom: 12px;
}
.widget-featured-posts>.entry, .widget-featured-products>.entry, .widget-cart>.entry {
    display: table;
    width: 100%;
    margin-bottom: 18px;
}
.widget-featured-posts>.entry .entry-thumb, .widget-featured-products>.entry .entry-thumb, .widget-cart>.entry .entry-thumb {
    width: 62px;
    padding-right: 12px;
}
.widget-featured-posts>.entry .entry-thumb>a, .widget-featured-products>.entry .entry-thumb>a, .widget-cart>.entry .entry-thumb>a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.widget-featured-posts>.entry .entry-thumb, .widget-featured-posts>.entry .entry-content, .widget-featured-products>.entry .entry-thumb, .widget-featured-products>.entry .entry-content, .widget-cart>.entry .entry-thumb, .widget-cart>.entry .entry-content {
    display: table-cell;
    vertical-align: top;
}
.widget-featured-posts>.entry .entry-thumb>a>img, .widget-featured-products>.entry .entry-thumb>a>img, .widget-cart>.entry .entry-thumb>a>img {
    width: 100%;
}
.widget-featured-posts>.entry .entry-title, .widget-featured-products>.entry .entry-title, .widget-cart>.entry .entry-title {
    margin-bottom: 0;
    font-size: 14px;
}
.widget-featured-posts>.entry .entry-title>a, .widget-featured-products>.entry .entry-title>a, .widget-cart>.entry .entry-title>a {
    transition: color .3s;
    color: #505050;
    font-weight: 400;
    text-decoration: none;
}
.widget-featured-products>.entry .entry-meta, .widget-cart>.entry .entry-meta {
    font-size: 13px;
}
.widget-featured-posts>.entry .entry-meta, .widget-featured-products>.entry .entry-meta, .widget-cart>.entry .entry-meta {
    display: block;
    margin-bottom: 0;
    padding-top: 4px;
    color: #999;
    font-size: 12px;
}
.bg-faded, .bg-secondary {
    background-color: #f5f5f5 !important;
}
.icon-chevron-right:before {
    content: "\e930";
}
.hero-slider {
    width: 100%;
    min-height: 350px;
    background-position: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 7px 30px -6px rgba(0,0,0,0.15);
    overflow: hidden;
}
.w-240 {
    width: 290px !important;
}
.h-300 {
    height: 350px !important;
}
.carousel-item {
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
    animation-delay: 2s;
}
.carousel-caption button {
    animation-delay: 3s;
}
.mt-6{
    margin-top: 4rem!important
}
a.card {
    color: inherit;
    text-decoration: none;
}

.text-lg {
    font-size: 16px;
}
.text-thin {
    font-weight: 300 !important;
}
.custom-control {
    margin-bottom: 6px !important;
    padding-left: 1.5rem !important;
}
.icon-shopping-bag:before {
    content: "\e9c9";
}
.icon-user:before {
    content: "\e9f5";
}
.icon-map-pin:before {
    content: "\e98b";
}
.icon-heart:before {
    content: "\e977";
}
.icon-tag:before {
    content: "\e9db";
}
.icon-settings:before {
    content: "\e9c4";
}
.icon-award:before {
    content: "\e919";
}
.icon-truck:before {
    content: "\e9e8";
}
.icon-home:before {
    content: "\e979";
}
.steps .step>i {
    display: inline-block;
    margin-bottom: 12px;
    color: rgba(153,153,153,0.6);
    font-size: 1.8em;
}
.alert-default {
    background-color: #f5f5f5;
    color: #505050;
}
.alert {
    display: block;
    position: relative;
    padding: 24px;
    border: 5px solid transparent;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-rep1eat;
    background-size: cover;
    background-clip: padding-box;
}
a.alert {
    text-decoration: none;
}   
a.alert:hover {
        color: #505050;
    text-decoration: none;
}
.fw-section {
    width: 100%;
}
.fw-section, .fh-section {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 1200px) {
    .container {
        width:1170px;
        max-width: 1170px
    }
}

@media (max-width: 1200px) {
    .container {
        width:100% !important;
        max-width: 100% !important
    }
}
@media (max-width: 991px) {
    .sidebar-offcanvas {
        position:fixed;
        top: 0;
        width: 320px;
        height: 100%;
        padding: 42px 24px 30px;
        background-color: #fff;
        box-shadow: 0 0 0 0 rgba(0,0,0,0.15);
        z-index: 9910;
        overflow-y: auto;
        -ms-overflow-style: none
    }

    .sidebar-offcanvas.position-right {
        right: -320px;
        transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s,box-shadow 0.3s 0.3s
    }

    .sidebar-offcanvas.position-left {
        left: -320px;
        transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s,box-shadow 0.3s 0.3s
    }

    .sidebar-offcanvas.open {
        box-shadow: 0 0 50px 3px rgba(0,0,0,0.15)
    }

    .sidebar-offcanvas.open.position-right {
        right: 0
    }

    .sidebar-offcanvas.open.position-left {
        left: 0
    }

    .sidebar-close {
        display: block;
        position: absolute;
        top: 8px;
        right: 15px;
        color: #505050;
        font-size: 22px;
        cursor: pointer
    }

    .sidebar-offcanvas::-webkit-scrollbar {
        display: none
    }

    .sidebar-toggle {
        display: block;
        position: fixed;
        top: 50%;
        width: 46px;
        height: 46px;
        margin-top: -23px;
        background-color: #fff;
        color: #505050;
        font-size: 20px;
        line-height: 48px;
        text-align: center;
        box-shadow: 0 3px 10px 0 rgba(0,0,0,0.18);
        cursor: pointer;
        z-index: 9900
    }

    .sidebar-toggle.position-right {
        right: 0;
        transition: right .3s ease-in-out;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px
    }

    .sidebar-toggle.position-right.sidebar-open {
        right: -46px
    }

    .sidebar-toggle.position-left {
        left: 0;
        transition: left .3s ease-in-out;
        border-top: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px
    }

    .sidebar-toggle.position-left.sidebar-open {
        left: -46px
    }
}
/*
*/
@media (max-width: 991px) {
    .page-title {
        margin-bottom:53px
    }

    .page-title>.container,.page-title>.container-fluid {
        display: block
    }

    .page-title .column {
        display: block;
        width: 100%;
        text-align: center
    }

    .page-title .column:first-child {
        width: 100%;
        padding-right: 0
    }

    .breadcrumbs {
        padding-top: 15px;
        text-align: center
    }

    .breadcrumbs>li {
        margin-left: 3px;
        margin-margin-right: 3px
    }
}
@media (max-width: 576px) {
    .shop-toolbar>.column {
        display:block;
        width: 100%;
        text-align: center
    }

    .shop-toolbar>.column:last-child {
        padding-top: 24px;
        text-align: center
    }
    .product-list .product-thumb>img{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
  display: block;
    }

}
}

@media (max-width: 576px) {
    .shop-sorting label,.shop-sorting .form-control {
        display:block;
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding-top: 0;
        padding-right: 0
    }
}

.google-btn {
    border-color: #dd4b39;
    background-color: transparent;
    color: #dd4b39;
}
.google-btn:hover {
    background-color: #dd4b39;
    color: #fff
}
.facebook-btn {
    border-color: #3b5998;
    background-color: transparent;
    color: #3b5998;
}
.facebook-btn:hover {
    background-color: #3b5998;
    color: #fff
}
.facebook-btn, .twitter-btn, .google-btn {
    text-transform: none;
}
.twitter-btn {
    border-color: #55acee;
    background-color: transparent;
    color: #55acee;
}
.twitter-btn:hover {
    background-color: #55acee;
    color: #fff
}
#searchresult
    {
        position:absolute;
        width:75%;
        padding:10px;
        z-index: 1019;
        display:none;
        margin-top:-1px;
        margin-left: 100px;
        border-top:0px;
        overflow:hidden;
        border:1px #CCC solid;
        background-color: white;
    }
    .showsearch
    {
    min-height:80px;
    max-width: 100%;
    margin: 10px auto;
    padding: 10px 10px;
    border-radius: 4px;
    border: 1px solid #f3f3f3;
    box-shadow: inset 0px 0px 1px #5eb2d9;
    -webkit-transition: box-shadow 1s ease;
    -moz-transition: box-shadow 1s ease;
    -o-transition: box-shadow 1s ease;
    transition: box-shadow 1s ease;
    transition: all 1s ease-in-out;
    }
    .showsearch img{
    width:100px;
    height:140px;
    float:left;
    margin-right:6px;
    margin-top: -9px;
    }
    .text-highlighted {
    background-color: #fff8b0 !important;
}
