/*
	Original Green:	#009688
	New Off Blue:	#439ECB
	New Light Blue:	#B3D8EA
*/

body::before {
    display: none;
    content: 'unset'
}

@media (max-width: 575.98px) {
    body::before {
        content: 'xs'
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    body::before {
        content: 'sm'
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    body::before {
        content: 'md'
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    body::before {
        content: 'lg'
    }
}

@media (min-width: 1200px) {
    body::before {
        content: 'xl'
    }
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local("Lato Light"), local("Lato-Light"), url("../fonts/lato/lato-v14-latin_latin-ext-300.woff2") format("woff2"), url("../fonts/lato/lato-v14-latin_latin-ext-300.woff") format("woff")
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: local("Lato Light Italic"), local("Lato-LightItalic"), url("../fonts/lato/lato-v14-latin_latin-ext-300italic.woff2") format("woff2"), url("../fonts/lato/lato-v14-latin_latin-ext-300italic.woff") format("woff")
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato/lato-v14-latin_latin-ext-regular.woff2") format("woff2"), url("../fonts/lato/lato-v14-latin_latin-ext-regular.woff") format("woff")
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: local("Lato Italic"), local("Lato-Italic"), url("../fonts/lato/lato-v14-latin_latin-ext-italic.woff2") format("woff2"), url("../fonts/lato/lato-v14-latin_latin-ext-italic.woff") format("woff")
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url("../fonts/lato/lato-v14-latin_latin-ext-700italic.woff2") format("woff2"), url("../fonts/lato/lato-v14-latin_latin-ext-700italic.woff") format("woff")
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/lato/lato-v14-latin_latin-ext-700.woff2") format("woff2"), url("../fonts/lato/lato-v14-latin_latin-ext-700.woff") format("woff")
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../fonts/roboto-condensed/roboto-condensed-v16-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed/roboto-condensed-v16-latin-regular.woff") format("woff")
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/roboto-condensed/roboto-condensed-v16-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed/roboto-condensed-v16-latin-700.woff") format("woff")
}

.slideInDown,
.zoomIn,
.rotateInDownLeft,
.fadeIn,
.fadeInDown {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

@-webkit-keyframes simpleFadeInDown {
    from {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes simpleFadeInDown {
    from {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.simpleFadeInDown,
.smooth.dropdown-menu.show,
.navbar-theme .nav-item.dropdown:hover>.smooth.dropdown-menu,
.dropdown-submenu:hover>.smooth.dropdown-menu {
    -webkit-animation-name: simpleFadeInDown;
    animation-name: simpleFadeInDown;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

body,
.tooltip,
.popover {
    font-family: "Lato", sans-serif
}

body,
.form-control,
.dropdown-menu {
    font-size: .875rem
}

body,
pre,
.dropdown-menu,
.dropdown-item,
.list-group-item-action:active,
.popover-body,
.custom-select,
.form-control,
.form-control:focus {
    color: #666
}

.body-pattern {
    background: transparent url("../images/circles-dark.png") repeat scroll 0% 0%
}

.tooltip-inner {
    font-size: 0.8125rem
}

.custom-control {
    line-height: 1.7
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #439ECB
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #439ECB
}

.form-control:focus {
    border-color: #439ECB;
    box-shadow: none
}

.page-item.active .page-link {
    background-color: #439ECB;
    border-color: #439ECB
}

.page-link {
    color: #666;
    border-bottom: 2px solid #d6d8d9
}

.page-link:hover {
    color: #666
}

.list-group-item.active {
    border-color: #439ECB;
    background-color: #439ECB
}

.btn-theme {
    color: #fff;
    background-color: #439ECB;
    border-color: #439ECB
}

.btn-theme:hover {
    color: #fff;
    background-color: #007065;
    border-color: #00635a
}

.btn-theme:focus,
.btn-theme.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 150, 136, 0.5)
}

.btn-theme.disabled,
.btn-theme:disabled {
    color: #fff;
    background-color: #439ECB;
    border-color: #439ECB
}

.btn-theme:not(:disabled):not(.disabled):active,
.btn-theme:not(:disabled):not(.disabled).active,
.show>.btn-theme.dropdown-toggle {
    color: #fff;
    background-color: #00635a;
    border-color: #00564e
}

.btn-theme:not(:disabled):not(.disabled):active:focus,
.btn-theme:not(:disabled):not(.disabled).active:focus,
.show>.btn-theme.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 150, 136, 0.5)
}

.btn-outline-theme {
    color: #439ECB;
    background-color: transparent;
    background-image: none;
    border-color: #439ECB
}

.btn-outline-theme:hover {
    color: #fff;
    background-color: #439ECB;
    border-color: #439ECB
}

.btn-outline-theme:focus,
.btn-outline-theme.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 150, 136, 0.5)
}

.btn-outline-theme.disabled,
.btn-outline-theme:disabled {
    color: #439ECB;
    background-color: transparent
}

.btn-outline-theme:not(:disabled):not(.disabled):active,
.btn-outline-theme:not(:disabled):not(.disabled).active,
.show>.btn-outline-theme.dropdown-toggle {
    color: #fff;
    background-color: #439ECB;
    border-color: #439ECB
}

.btn-outline-theme:not(:disabled):not(.disabled):active:focus,
.btn-outline-theme:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-theme.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 150, 136, 0.5)
}

.btn-outline-default {
    color: #ced4da;
    background-color: transparent;
    background-image: none;
    border-color: #ced4da
}

.btn-outline-default:hover {
    color: #212529;
    background-color: #ced4da;
    border-color: #ced4da
}

.btn-outline-default:focus,
.btn-outline-default.focus {
    box-shadow: 0 0 0 .2rem rgba(206, 212, 218, 0.5)
}

.btn-outline-default.disabled,
.btn-outline-default:disabled {
    color: #ced4da;
    background-color: transparent
}

.btn-outline-default:not(:disabled):not(.disabled):active,
.btn-outline-default:not(:disabled):not(.disabled).active,
.show>.btn-outline-default.dropdown-toggle {
    color: #212529;
    background-color: #ced4da;
    border-color: #ced4da
}

.btn-outline-default:not(:disabled):not(.disabled):active:focus,
.btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(206, 212, 218, 0.5)
}

.btn-outline-default:active,
.btn-outline-default.active,
.show>.btn-outline-default.dropdown-toggle {
    border-color: #439ECB;
    box-shadow: none
}

.badge-theme {
    color: #fff;
    background-color: #439ECB
}

.badge-theme[href]:hover,
.badge-theme[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #00635a
}

.bg-theme {
    background-color: #439ECB !important
}

a.bg-theme:hover,
a.bg-theme:focus,
button.bg-theme:hover,
button.bg-theme:focus {
    background-color: #00635a !important
}

.alert-theme {
    color: #004e47;
    background-color: #cceae7;
    border-color: #b8e2de
}

.alert-theme hr {
    border-top-color: #a6dbd6
}

.alert-theme .alert-link {
    color: #001b19
}

.close {
    font-size: 1.4rem
}

.dropdown-toggle::after {
    vertical-align: 0.200em
}

.dropdown-menu {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2)
}

.dropdown-menu-right.smooth {
    right: 0;
    left: auto
}

.dropdown-item {
    padding: .25rem 1.2rem
}

.dropdown-item.active,
.dropdown-item:active {
    color: inherit;
    outline: 0;
    background-color: #e9ecef
}

.dropdown-item:focus {
    outline: 0
}

.nav-tabs .nav-link:not(.active):hover {
    border-color: #dee2e6;
    background-color: #dee2e6
}

.offcanvas-overflow {
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch
}

.offcanvas {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow: auto;
    width: 200px;
    height: 100%;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
    background: #f9f9f9;
    -webkit-overflow-scrolling: touch
}

.offcanvas,
#container,
.top-header,
.middle-header {
    transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99)
}

.offcanvas-content {
    transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99)
}

.content-overlay {
    display: none
}

.offcanvas-open #container,
.offcanvas-open .top-header,
.offcanvas-open .middle-header {
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0)
}

.offcanvas-open .offcanvas {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.offcanvas-open .offcanvas-content {
    visibility: visible
}

.offcanvas-open .content-overlay {
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    -webkit-animation: fadeIn 500ms;
    animation: fadeIn 500ms;
    background-color: rgba(0, 0, 0, 0.5)
}

.list-menu .list-group-item {
    margin-bottom: 0;
    padding: .5rem 1.25rem;
    color: #666;
    border: 0;
    background-color: #f9f9f9
}

.list-menu a[data-toggle="collapse"]::after {
    font-family: 'fontAwesome';
    display: block;
    float: right;
    margin-right: -5px;
    content: '\f0da';
    transition: transform .2s
}

.list-menu a[data-toggle="collapse"][aria-expanded="true"]::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.list-menu .sub-menu1>div[role="tabpanel"]>a.list-group-item,
.list-menu .sub-menu1>div[role="tabpanel"] a[data-toggle="collapse"] {
    padding: 0.4rem 1.25rem 0.4rem 2.8rem;
    background-color: #ececec
}

.list-menu .sub-menu2>div[role="tabpanel"]>a.list-group-item {
    padding: 0.4rem 1.25rem 0.4rem 4.35rem;
    background-color: #dfdfdf
}

.list-menu .list-group-item:hover,
.list-menu .sub-menu1>div[role="tabpanel"]>a.list-group-item:hover,
.list-menu .sub-menu1>div[role="tabpanel"] a[data-toggle="collapse"]:hover,
.list-menu .sub-menu2>div[role="tabpanel"]>a.list-group-item:hover {
    color: #fff;
    background-color: #439ECB !important
}

.offcanvas .list-menu .list-group-item,
.offcanvas .list-menu a[data-toggle="collapse"],
.offcanvas .list-menu .sub-menu1>div[role="tabpanel"]>a.list-group-item,
.offcanvas .list-menu .sub-menu1>div[role="tabpanel"] a[data-toggle="collapse"],
.offcanvas .list-menu .sub-menu2>div[role="tabpanel"]>a.list-group-item {
    border-radius: 0
}

.btn-select {
    font-size: .875rem;
    color: #666 !important;
    background-color: #fff !important
}

.btn-select:focus,
.btn-select.focus {
    border-color: #439ECB;
    box-shadow: none !important
}

.dropdown-select {
    display: inline-block
}

.dropdown-select>.dropdown-menu {
    overflow: auto;
    max-height: 400px
}

.dropdown-select>.dropdown-menu,
.dropdown-select-nav>.dropdown-menu {
    top: 100% !important
}

.top-header {
    position: relative;
    z-index: 1021;
    background-color: #439ECB
}

.top-header .nav-link {
    padding: 6px .5rem;
    color: rgba(255, 255, 255, 0.9)
}

.top-header .dropdown-toggle>img {
    margin-bottom: -1px
}

.top-header .nav-item.show>.dropdown-toggle,
.top-header .nav-link:hover,
.top-header .nav-link:focus {
    color: #fff;
    outline: 0;
    background-color: #00897b
}

.middle-header {
    background-color: #f9f9f9;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2)
}

.badge-counter {
    font-size: 13px;
    position: absolute;
    top: 0;
    right: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%
}

.dropdown-menu-cart {
    font-size: 13px;
    overflow-y: auto;
    width: 275px;
    max-height: 500px;
    padding: 10px 10px 0
}

.dropdown-menu-cart .media {
    min-height: 60px;
    margin-bottom: 5px
}

.dropdown-menu-cart .media .media-body {
    line-height: 1.2
}

.menu-btn-wrapper .btn-link {
    color: #666
}

.menu-btn-wrapper .btn-link:hover {
    cursor: pointer;
    color: #439ECB
}

.typeahead.dropdown-menu>li.active>.dropdown-item {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

@media (min-width: 768px) {
    .menu-btn-wrapper .btn-link {
        font-size: 1.8rem
    }
}

@media (max-width: 767.98px) {
    .menu-btn-wrapper .btn-link {
        font-size: 1.3rem
    }
    .input-group-search input[type="text"] {
        border-top-left-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important
    }
}

@media (min-width: 992px) {
    .menu-btn-wrapper {
        border-right: 1px solid rgba(0, 0, 0, 0.15)
    }
}

@media (min-width: 576px) {
    .btn-search {
        font-size: .875rem
    }
}

.navbar-theme {
    z-index: 3;
    background-color: #f3f3f3 !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2)
}

.navbar-theme .navbar-nav .nav-link {
    padding: .6rem .7rem;
    color: #666
}

.navbar-theme .navbar-nav .nav-link:hover,
.navbar-theme .navbar-nav .show>.nav-link,
.navbar-theme .navbar-nav .active>.nav-link {
    color: #fff !important;
    background-color: #439ECB
}

.navbar-theme .navbar-text a {
    color: #666
}

.navbar-theme .navbar-text a:hover,
.navbar-theme .navbar-text a:focus {
    color: #666
}

.navbar-theme .nav-item.dropdown:hover>.dropdown-menu {
    display: block
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: -0.5rem;
    left: 100%;
    margin-left: -1px
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropdown-submenu>a:after {
    font-family: 'fontAwesome';
    display: block;
    float: right;
    margin-right: -10px;
    content: "\f0da"
}

.mega-menu {
    position: inherit
}

.mega-menu .mega-menu-content {
    padding-right: 0.5rem;
    padding-left: 0.5rem
}

.mega-menu .mega-menu-content .overlay-thumbnail {
    height: 99%
}

.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0
}

.owl-theme .owl-nav .disabled:hover {
    background: #d6d6d6
}

.owl-theme .owl-nav [class*='owl-'] {
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 0 7px;
    border-radius: 0
}

.owl-theme .owl-nav [class*='owl-']:not(.disabled) {
    opacity: .9
}

.owl-theme .owl-nav .owl-prev {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.owl-theme .owl-nav .owl-next {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.owl-theme.owl-controls-top-offset .owl-nav {
    right: 0;
    margin-top: -35px
}

.owl-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.owl-item .animated {
    visibility: hidden
}

.owl-item.active .animated {
    visibility: visible
}

.product-slider .product-slider-item {
    padding: 15px
}

.product-slider .owl-nav {
    top: -15px
}

.product-slider .owl-nav {
    top: -15px
}

@media (min-width: 576px) {
    .product-slider .owl-nav {
        right: 15px
    }
}

@media (max-width: 575.98px) {
    .product-slider-item {
        padding: 15px 0 !important
    }
}

.overlay-thumbnail {
    overflow: hidden
}

.overlay-thumbnail .card-img-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: calc(.25rem - 1px)
}

.overlay-thumbnail .card-text {
    font-size: 20px;
    text-align: center;
    color: #fff
}

.overlay-thumbnail img {
    transition: all .4s ease
}

.overlay-thumbnail:hover img {
    -webkit-transform: scale(1.1) rotate(-1.1deg);
    transform: scale(1.1) rotate(-1.1deg)
}

@media (max-width: 1199.98px) {
    .overlay-thumbnail .card-text {
        font-size: 18px
    }
}

@media (max-width: 575.98px) {
    .overlay-thumbnail .card-text {
        font-size: 14px;
        line-height: 1
    }
}

.card-product {
    margin-bottom: 1rem;
    border-color: transparent
}

.card-product:before {
    position: absolute;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    content: '';
    transition-duration: .2s;
    transition-property: top, right, bottom, left;
    pointer-events: none;
    opacity: 0;
    border: 1px solid #439ECB;
    border-radius: .25rem
}

.card-product .img-wrapper {
    position: relative;
    overflow: hidden
}

.card-product a:not(.btn) {
    color: #666
}

.card-product .card-body {
    padding: .5rem .8rem
}

.card-product .card-text {
    margin-bottom: .5rem
}

.card-product .card-text a {
    font-size: 16px;
    line-height: 1;
    transition: color .2s ease-out
}

.card-product .card-text a:hover {
    text-decoration: none;
    color: #439ECB
}

.card-product .tools {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 45px;
    padding: 7px;
    cursor: default;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: .25rem
}

.card-product .tools button {
    cursor: pointer;
    color: #fff
}

.card-product .tools button:hover {
    text-decoration: none;
    color: #ccc
}

.card-product .tools button i {
    font-size: 16px
}

.card-product .tools button:last-child:hover {
    color: #ef5350 !important
}

.card-product .tools[data-animate-in="flipInX"],
.card-product .tools[data-animate-in="rotateInDownLeft"],
.card-product .tools[data-animate-in="rotateInDownRight"],
.card-product .tools[data-animate-in="lightSpeedIn"],
.card-product .tools[data-animate-in="rollIn"] {
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

.card-product .tools-bottom {
    top: auto
}

.card-product .tools-left,
.card-product .tools-right {
    bottom: auto;
    width: 34px;
    height: auto;
    padding: 0
}

.card-product .tools-left {
    right: auto
}

.card-product .tools-right {
    left: auto
}

.card-product .tools-top button:first-child,
.card-product .tools-bottom button:first-child {
    padding-right: 1rem
}

.card-product .tools-top button:nth-child(2),
.card-product .tools-bottom button:nth-child(2) {
    border-color: #fff;
    border-radius: 4px !important
}

.card-product .tools-top button:nth-child(2):hover,
.card-product .tools-bottom button:nth-child(2):hover {
    border-color: #ccc;
    background-color: #333
}

.card-product .tools-top button:last-child,
.card-product .tools-bottom button:last-child {
    padding-left: 1rem
}

.card-product .badge.label {
    position: absolute;
    top: 0;
    transition: opacity .3s;
    opacity: .8
}

.card-product .badge.label:hover {
    opacity: 1
}

.card-product .label-top-left {
    left: 0
}

.card-product .label-top-right {
    right: 0
}

.card-product .label-bottom-left {
    top: auto !important;
    bottom: 0;
    left: 0
}

.card-product .label-bottom-right {
    top: auto !important;
    right: 0;
    bottom: 0
}

.price {
    font-weight: bold;
    color: #f57224
}

.rating i {
    color: #ffc107
}

.rating i.fa-star-o {
    color: #ccc
}

.input-group-qty {
    min-width: 100px;
    max-width: 150px
}

.input-group-qty input[type="text"] {
    text-align: center;
    border-color: #439ECB
}

.input-group-qty input[type="text"]:hover,
.input-group-qty input[type="text"]:focus {
    z-index: 2
}

.input-group-qty .input-group-btn .btn {
    font-size: 0.7rem;
    width: 31px
}

.input-group-qty .input-group-btn .btn:hover,
.input-group-qty .input-group-btn .btn:focus {
    box-shadow: none
}

.btn-add-quickview {
    display: inline-block;
    width: calc(100% - 35px)
}

.sorting-bar {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 10px 0;
    border: 1px solid #ccc;
    border-bottom: 2px solid #d6d8d9;
    border-radius: .25rem
}

.sorting-bar>div {
    float: left;
    margin-bottom: 10px
}

.sorting-bar>div>span {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.btn-cart-tools {
    font-size: 13px;
    padding: 0 7px;
    border-radius: 10px;
    background-color: #e2e6ea
}

.thead-cart-item {
    min-width: 200px
}

.table-detail tr td:first-child {
    width: 150px
}

.table-detail tr td:first-child::after {
    float: right;
    content: ':'
}

.table-detail tr:first-child td:first-child::after,
.table-detail tr:last-child td:first-child::after {
    content: ''
}

.input-rating {
    font-size: 24px;
    display: inline-block;
    color: #ffc107
}

.input-rating i {
    width: 20px
}

.zoomLens {
    cursor: zoom-in !important
}

@media (min-width: 768px) {
    .card-product:hover:before,
    .card-product:focus:before,
    .card-product:active:before {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
        opacity: 1
    }
}

@media (max-width: 767.98px) {
    .tools-top,
    .tools-bottom {
        height: 39px !important;
        padding: 5px !important
    }
    .tools-top button:nth-child(2),
    .tools-bottom button:nth-child(2) {
        font-size: 13px
    }
    .card-product {
        border-bottom-color: rgba(0, 0, 0, 0.125)
    }
    .card-product .card-body {
        padding: .5rem
    }
    .card-product .card-text {
        margin-bottom: .3rem
    }
}

@media (max-width: 575.98px) {
    .tools-top,
    .tools-bottom {
        height: 32px !important;
        padding: 4px !important
    }
    .tools-top button:nth-child(2),
    .tools-bottom button:nth-child(2) {
        font-size: 12px;
        padding: 0.1rem 0.4rem
    }
    .tools-left,
    .tools-right {
        width: 26px !important
    }
    .tools-left button,
    .tools-right button {
        padding: 0.25rem
    }
    .card-product .card-text {
        line-height: 1.3;
        margin-bottom: .2rem
    }
    .card-product .card-text a {
        font-size: 14px;
        font-weight: bold
    }
    .card-product .rating {
        font-size: 11px
    }
}

.modal-quickview {
    overflow: hidden
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .modal-quickview {
        max-width: 600px
    }
}

.custom-badge {
    height: 16px
}

.custom-badge.badge {
    position: relative;
    vertical-align: text-bottom
}

.custom-badge.badge.arrowed-left:before {
    position: absolute;
    top: 0;
    left: -8px;
    display: inline-block;
    content: '';
    border: 1px solid transparent;
    border-width: 8px 5px
}

.custom-badge.badge.arrowed-right:before {
    position: absolute;
    top: 0;
    right: -8px;
    display: inline-block;
    content: '';
    border: 1px solid transparent;
    border-width: 8px 5px
}

.custom-badge.badge.arrowed-left {
    margin-left: 5px
}

.custom-badge.badge.arrowed-right {
    margin-right: 5px
}

.custom-badge.badge-theme.arrowed-left:before {
    border-right-color: #439ECB
}

.custom-badge.badge-theme.arrowed-right:before {
    border-left-color: #439ECB
}

.custom-badge.badge-primary.arrowed-left:before {
    border-right-color: #007bff
}

.custom-badge.badge-primary.arrowed-right:before {
    border-left-color: #007bff
}

.custom-badge.badge-secondary.arrowed-left:before {
    border-right-color: #6c757d
}

.custom-badge.badge-secondary.arrowed-right:before {
    border-left-color: #6c757d
}

.custom-badge.badge-success.arrowed-left:before {
    border-right-color: #28a745
}

.custom-badge.badge-success.arrowed-right:before {
    border-left-color: #28a745
}

.custom-badge.badge-info.arrowed-left:before {
    border-right-color: #17a2b8
}

.custom-badge.badge-info.arrowed-right:before {
    border-left-color: #17a2b8
}

.custom-badge.badge-warning.arrowed-left:before {
    border-right-color: #ffc107
}

.custom-badge.badge-warning.arrowed-right:before {
    border-left-color: #ffc107
}

.custom-badge.badge-danger.arrowed-left:before {
    border-right-color: #dc3545
}

.custom-badge.badge-danger.arrowed-right:before {
    border-left-color: #dc3545
}

.custom-badge.badge-light.arrowed-left:before {
    border-right-color: #f8f9fa
}

.custom-badge.badge-light.arrowed-right:before {
    border-left-color: #f8f9fa
}

.custom-badge.badge-dark.arrowed-left:before {
    border-right-color: #343a40
}

.custom-badge.badge-dark.arrowed-right:before {
    border-left-color: #343a40
}

.brand-slider {
    padding-top: 5px
}

.brand-slider img {
    width: inherit !important;
    margin: 0 auto
}

.brand-slider .owl-nav {
    top: -15px
}

.brand-slider .card {
    transition: border-color .2s
}

.brand-slider .card:hover {
    border-color: #439ECB
}

.breadcrumb-container {
    background-color: #e9ecef
}

.breadcrumb {
    padding-right: .7rem;
    padding-left: .7rem
}

.breadcrumb-item>a {
    color: #439ECB
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: 'fontAwesome';
    content: '\f101'
}

@media (max-width: 991.98px) {
    .breadcrumb {
        padding-top: 0.55rem;
        padding-bottom: 0.55rem
    }
}

.filter-sidebar {
    margin-bottom: 25px
}

.filter-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.filter-sidebar ul li {
    position: relative;
    margin-bottom: 3px
}

.filter-sidebar ul li a.remove-filter {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa
}

.filter-sidebar .rating-range {
    margin-left: 3px
}

.filter-sidebar .rating-range #rating-range {
    height: 100px
}

.noUi-target {
    border: 0;
    background: #dbdbdb;
    box-shadow: none
}

.noUi-connect {
    background: #439ECB;
    box-shadow: none
}

.noUi-horizontal {
    height: 11px
}

.noUi-horizontal .noUi-handle {
    top: -3px;
    left: -9px;
    width: 17px;
    height: 17px
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
    content: none
}

.noUi-vertical {
    width: 11px
}

.noUi-vertical .noUi-handle {
    top: -9px;
    left: -3px;
    width: 17px;
    height: 17px
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    content: none
}

.noUi-handle {
    border: 0;
    background: #797979;
    box-shadow: none
}

.noUi-handle:focus {
    outline: 0
}

.testimonial {
    padding: 5px 0 5px 10px;
    border-left: 5px solid #eee
}

@media (min-width: 768px) {
    .blog-list {
        transition: border-color .1s
    }
    .blog-list:hover {
        border-color: #439ECB
    }
}

.user-card {
    border-bottom: 2px solid #d6d8d9
}

.user-card .img-thumbnail {
    width: 100px;
    margin-right: .5rem
}

.user-card .user-name {
    margin-top: 0.25rem;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .user-card .img-thumbnail {
        width: 70px
    }
    .user-name {
        font-size: 1rem
    }
}

@media (min-width: 1200px) {
    .user-card .img-thumbnail {
        width: 100px
    }
    .user-name {
        font-size: 1.25rem
    }
}

.footer {
    font-size: 13px;
    margin-top: 30px;
    color: #bababa;
    background-color: #373939
}

.footer .copyright {
    padding: 10px;
    color: #bababa;
    background-color: #202222
}

.footer .title-footer {
    font-size: 18px;
    line-height: 1;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #bababa
}

.footer ul {
    line-height: 1.7;
    padding: 0;
    list-style: none
}

.footer ul li a {
    color: #bababa
}

.footer ul li a:hover {
    color: #439ECB
}

.footer .input-group .form-control {
    border-color: #fff
}

.footer .input-group .form-control:focus {
    border-color: #fff
}

.footer .input-group .btn {
    border-color: #fff
}

.footer .footer-icon span i {
    line-height: 2.2;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    border: 1px solid #a3a3a3;
    border-radius: 100%
}

.footer .follow-us {
    font-size: 0
}

.footer .follow-us li {
    display: inline-block
}

.footer .follow-us li a {
    font-size: 20px;
    line-height: 1.9;
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px 10px 0 0;
    transition: background-color .1s;
    text-align: center;
    border: 1px solid #a3a3a3;
    border-radius: 100%
}

.footer .follow-us li a:hover {
    color: #fff;
    border-color: #fff;
    background-color: #439ECB
}

.back-top {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    display: none;
    width: 30px;
    height: 23px;
    color: #fff;
    background-color: #202222
}

.back-top:hover,
.back-top:focus,
.back-top:active {
    color: #fff
}

.back-top:hover {
    background-color: #373939;
    transition: all 100ms ease-in-out 0s
}

.pos-r {
    position: relative !important
}

.text-default {
    color: #666 !important
}

.t-90 {
    top: 90% !important
}

.delay-1 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.delay-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.delay-3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.delay-4 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.delay-5 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.delay-6 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.title {
    font-size: 1.3rem;
    margin: 0 0 15px;
    padding: 0;
    border-bottom: 3px solid #B3D8EA
}

.title>span {
    display: inline-block;
    margin-bottom: -3px;
    padding-bottom: 10px;
    color: #666;
    border-bottom: 3px solid #439ECB
}

.title>span>a {
    color: #666
}

.row.equal-height {
    display: flex;
    flex-wrap: wrap
}

.row.equal-height>[class*='col-'],
.row.equal-height>[class*='col'] {
    display: flex;
    flex-direction: column
}

.card {
    flex: 1
}

.roboto-condensed {
    font-family: 'Roboto Condensed'
}

.border-theme {
    border-color: #439ECB !important
}


/*# sourceMappingURL=style.min.css.map */