@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap);
:root
{
--font1: 'Maven Pro', sans-serif;
--color1: hsl(0, 0%, 100%);;
--color2: hsl(340, 4%, 14%);
--color3: hsl(7, 79%, 47%);
--color4: hsl(48, 100%, 50%);
--color5: hsl(191, 100%, 39%);
--color6: hsl(342, 76%, 40%);
--color7: hsl(0, 0%, 97%);
--color8: hsl(0, 0%, 89%);
--color9: hsl(132, 55%, 57%);
}
.green-text {
    color: #abd07e !important
}

.green-text:hover {
    background-color: #abd07e !important;
    color: #fff !important
}

.blue-text {
    color: #3498db !important
}

.blue-text:hover {
    background-color: #3498db !important;
    color: #fff !important
}

.red-text {
    color: #ff6c6c !important
}

.red-text:hover {
    background-color: #ff6c6c !important;
    color: #fff !important
}

.orange-text {
    color: #f39c12 !important
}

.orange-text:hover {
    background-color: #f39c12 !important;
    color: #fff !important
}

.dark-green-text {
    color: #12cca7 !important
}

.dark-green-text:hover {
    background-color: #12cca7 !important;
    color: #fff !important
}

.inline {
    display: inline-block;
    vertical-align: top
}

ul {
    list-style: none
}

a {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s
}

body {
    font-size: 15px;
    color: #333;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    background-color: #fff
}

.cnt-home {
    background-color: #fff
}

ul {
    margin: 0;
    padding: 0
}

a {
    outline: none !important
}

a:hover,
a:active,
a:focus {
    text-decoration: none
}

img[src="assets/images/blank.gif"] {
    background: url(../images/ajax.gif) no-repeat scroll center center #fff
}

.btn-upper {
    text-transform: uppercase
}

.m-t-20 {
    margin-top: 20px
}

.m-t-15 {
    margin-top: 15px
}

.m-t-10 {
    margin-top: 10px
}

.btn-uppercase {
    text-transform: uppercase
}

.btn-default {
    background: #cbc9c9;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s
}

.btn-primary {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 0;
    border-radius: 2px
}

.btn-black {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    background: #3a3a3a;
    color: #fff;
    border: none;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    padding: 3px 22px
}

.btn-primary:hover,
.btn-black:hover,
.btn-black:focus,
.btn-primary:focus {
    color: #fff
}

.center-block {
    float: none
}

.inner {
    padding-top: 120px;
    padding-bottom: 120px
}

.inner-md {
    padding-top: 100px;
    padding-bottom: 100px
}

.inner-sm {
    padding-top: 80px;
    padding-bottom: 80px
}

.inner-xs {
    padding-top: 40px;
    padding-bottom: 40px
}

.inner-vs {
    padding-top: 30px;
    padding-bottom: 30px
}

.inner-top {
    padding-top: 120px
}

.inner-top-md {
    padding-top: 100px
}

.inner-top-sm {
    padding-top: 80px
}

.inner-top-xs {
    padding-top: 40px
}

.inner-top-vs {
    padding-top: 30px
}

.inner-bottom {
    padding-bottom: 120px
}

.inner-bottom-md {
    padding-bottom: 100px
}

.inner-bottom-sm {
    padding-bottom: 80px
}

.inner-bottom-xs {
    padding-bottom: 40px
}

.inner-bottom-vs {
    padding-bottom: 60px
}

.inner-left {
    padding-left: 75px
}

.inner-left-md {
    padding-left: 60px
}

.inner-left-sm {
    padding-left: 45px
}

.inner-left-xs {
    padding-left: 30px
}

.inner-right {
    padding-right: 75px
}

.inner-right-md {
    padding-right: 60px
}

.inner-right-sm {
    padding-right: 45px
}

.inner-right-xs {
    padding-right: 30px
}

.inner-right-vs {
    padding-right: 10px
}

.outer {
    margin-top: 120px;
    margin-bottom: 120px
}

.outer-md {
    margin-top: 100px;
    margin-bottom: 100px
}

.outer-sm {
    margin-top: 80px;
    margin-bottom: 80px
}

.outer-xs {
    margin-top: 40px;
    margin-bottom: 40px
}

.outer-top {
    margin-top: 120px
}

.outer-top-md {
    margin-top: 100px
}

.outer-top-sm {
    margin-top: 80px
}

.outer-top-xs {
    margin-top: 20px
}

.outer-top-ss {
    margin-top: 20px
}

.outer-top-n {
    margin-top: 0px !important
}

.outer-top-vs {
    margin-top: 30px
}

.outer-top-small {
    margin-top: 50px
}

.outer-bottom {
    margin-bottom: 120px
}

.outer-bottom-md {
    margin-bottom: 100px
}

.outer-bottom-sm {
    margin-bottom: 80px
}

.outer-bottom-vs {
    margin-bottom: 60px
}

.outer-bottom-xs {
    margin-bottom: 30px
}

.outer-bottom-small {
    margin-bottom: 30px
}

.outer-top-bd {
    margin-top: 50px
}

.inner-bottom-30 {
    padding-bottom: 30px
}

.inner-bottom-20 {
    padding-bottom: 20px
}

@media (max-width:767px) {
    .inner {
        padding-top: 80px;
        padding-bottom: 80px
    }
    .inner-md {
        padding-top: 65px;
        padding-bottom: 65px
    }
    .inner-sm {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .inner-xs {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .inner-top {
        padding-top: 80px
    }
    .inner-top-md {
        padding-top: 65px
    }
    .inner-top-sm {
        padding-top: 50px
    }
    .inner-top-xs {
        padding-top: 40px
    }
    .inner-bottom {
        padding-bottom: 80px
    }
    .inner-bottom-md {
        padding-bottom: 65px
    }
    .inner-bottom-sm {
        padding-bottom: 50px
    }
    .inner-bottom-xs {
        padding-bottom: 40px
    }
}

.section-title {
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0
}

.new-product-title {
    font-weight: 700
}

.blue-title {
    color: #2559a5;
}

.featured-product .section-title {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px
}

.best-deal .section-title {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #e3e3e3;
    padding: 0;
    padding-bottom: 10px
}

.best-deal .product-price {
    margin-top: 10px
}

.best-deal .best-seller {
    padding: 21px;
    padding-top: 0
}

.best-deal .best-seller .col2 {
    padding-left: 0
}

.home-owl-carousel .owl-controls,
.blog-slider .owl-controls,
.brand-slider .owl-controls {
    margin-top: 0
}

.sidebar-widget .custom-carousel .owl-controls {
    right: 0
}

.custom-carousel .owl-controls {
    position: absolute;
    right: 20px;
    top: -32px;
    width: 100%;
    display: block
}

.custom-carousel .owl-controls .owl-prev {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 27px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ddd
}

.custom-carousel .owl-controls .owl-prev:before {
    color: #fff;
    content: "\f104";
    font-family: fontawesome;
    font-size: 13px;
    left: 7px;
    position: absolute;
    top: 2px
}

.custom-carousel .owl-controls .owl-next {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ddd
}

.custom-carousel .owl-controls .owl-next:before {
    content: "\f105";
    font-family: fontawesome;
    color: #fff;
    font-size: 13px;
    left: 7px;
    position: absolute;
    top: 2px
}

.logo-slider .owl-controls .owl-prev,
.logo-slider .owl-controls .owl-next {
    top: -57px;
    display: none
}

.featured-product {
    margin-bottom: 30px
}

.featured-product .cart-btn {
    display: none
}

.featured-product .products {
    margin-left: 0;
    margin-right: 18px;
    padding-bottom: 15px
}

.new-arriavls {
    margin-bottom: 19px;
    background-color: #f7f7f7;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.new-arriavls .products {
    margin-left: 0;
    margin-right: 18px;
    padding-bottom: 15px
}

.new-arriavls .home-owl-carousel {
    padding-left: 20px
}

.new-arriavls .section-title {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px
}

.new-arriavls .cart-btn {
    display: none
}

.latest-blog {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.latest-blog .btn-primary {
    margin: 3px
}

.latest-blog .section-title {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px
}

.latest-blog .blog-slider {
    padding-left: 20px;
    padding-bottom: 25px
}

.latest-blog .blog-post {
    margin-right: 25px
}

.latest-blog .blog-post img {
    width: 100%
}

.logo-slider-inner {
    margin-top: 10px;
    margin-bottom: 20px
}

.special-product .product:first-child {
    margin-bottom: 20px
}

.special-product .product .image img {
    width: 100%
}

.special-product .product .col {
    padding-right: 0
}

.special-product .product .btn-primary {
    background: none;
    padding: 0;
    color: #013b96;
    text-decoration: underline;
    margin-top: 5px
}

.special-product .product:last-child {
    margin-top: 20px
}

.best-product .product:first-child {
    margin-bottom: 20px
}

#owl-main .owl-controls .owl-buttons .icon {
    position: relative;
    top: 8px;
    color: #333 !important
}

.config-options ul>li>a {
    display: block
}

.read-more-bottom {
    margin-bottom: 10px
}

.unicase-form-control {
    border: 1px solid #c9c9c9;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    padding: 10px 12px
}

.unicase-form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d8d8d8
}

.animate-dropdown .open>.dropdown-menu,
.animate-dropdown .open>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: 200ms;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: 200ms;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-out;
    -moz-animation-fill-mode: forwards
}

@keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0
    }
    to {
        margin-top: 0;
        opacity: 1
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0
    }
    to {
        margin-top: 0;
        opacity: 1
    }
}

.seller-product .products {
    margin-bottom: 35px
}

.product-slider .products {
    margin-left: 0;
    margin-right: 10px;
    padding-bottom: 15px
}

.product-slider .products .cart-btn {
    display: none
}

.category-product .products .cart-btn {
    display: none
}

.seller-product .products .product .product-info .name {
    font-size: 18px;
    margin-top: 5px !important
}

.tag.sale {
    background: #abd07e
}




.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail {
    border-bottom: none
}

.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li {
    margin-right: 10px;
    padding: 0
}



.top-bar {
    padding: 0;
    font-size: 15px;
    background:#fff;
    border:1px solid #efefef;
}

.top-bar .cnt-account {
    float: right;
    padding: 6px 0
}

.top-bar .cnt-account ul {
    margin: 0
}

.top-bar .cnt-account ul>li {
    display: inline-block;
    line-height: 12px;
    padding: 3px 12px 3px 7px;
    border-right: 1px solid hsla(0, 0%, 100%, .2)
}

.top-bar .cnt-account ul>li:last-child {
    border: none;
    padding-right: 0
}

.top-bar .cnt-account ul>li i{
    margin-left: 5px;
    font-size: 22px;
}
.top-bar .cnt-account ul>li a {
    color: #000;
    padding: 0;
    font-size:15px;
    font-weight: 900;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    display: flex;
    align-items: center;
}

.top-bar .cnt-account ul>li a:hover {
    color: #e7e7e7
}

.top-bar .cnt-account ul>li a .icon {
    display: block;
    float: left;
    padding-right: 6px;
    font-size: 11px
}

.top-bar .cnt-account ul>li a:hover,
.top-bar .cnt-account ul>li a:focus {
    text-decoration: none
}

.top-bar .cnt-block {
    float: right
}

.top-bar .cnt-block .list-inline {
    margin: 0
}

.top-bar .cnt-block .list-inline>li {
    display: inline-block;
    margin-right: 10px;
    padding: 0
}

.top-bar .cnt-block .list-inline>li>a {
    padding: 7px 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    color: #888;
    display: inline-block
}

.top-bar .cnt-block .list-inline>li>a .value {
    color: rgba(255, 255, 255, .8);
    margin: 2px 4px 2px 7px
}

.top-bar .cnt-block .list-inline>li>a:hover,
.top-bar .cnt-block .list-inline>li>a:focus {
    text-decoration: none;
    color: #888
}

.top-bar .cnt-block .list-inline>li .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    top: 125%;
    left: 5px
}

.top-bar .dropdown-menu>li>a {
    padding: 3px 10px;
    font-size: 13px
}

.top-bar .cnt-block .list-inline>li .dropdown-menu li a:hover,
.top-bar .cnt-block .list-inline>li .dropdown-menu li a:focus {
    background: rgba(0, 0, 0, 0)
}

header {
    background: #00305c
}

.header-top-inner .header-top-campaign {
    color: #000;
    font-size: 15px;
    font-weight: 700
}

.header-top-inner .header-top-call {
    color: #000;
    font-size: 15px;
    font-weight: 700
}

.main-header {
    background-color: #fff;
    padding: 20px 0 20px 0;
    position: relative;
}

.logo-holder h1{
    margin:0;
}

.top-search-holder .contact-row {
    line-height: 20px;
    color: #9b9b9b
}

.top-search-holder .contact-row .phone {
    margin: 0 23px 0 0;
    border-right: 1px solid #E2E2E2;
    padding-right: 35px
}

.top-search-holder .contact-row .icon {
    font-size: 18px;
    line-height: 23px;
    margin: 0 8px 0 0;
    vertical-align: middle
}

.header-search {
    padding-top: 3px;
    padding-bottom: 3px;
}

.header-search .search-button {
    border-radius: 0%
}

.top-search-holder .search-area {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 8px 0 0;
    background: #fff;
    border-radius: 2px
}

.top-search-holder .search-area .search-field {
    border: 1px solid #bfbfbf;
    padding: 13px;
    width: 90%;
    border-right: 0;
    font-size:15px;
}

.top-search-holder .search-area .search-field:focus-visible {
    outline: none
}

.top-search-holder .search-area .categories-filter {
    border-right: 1px solid #E0E0E0;
    text-transform: capitalize;
    display: inline-block;
    line-height: 44px;
    background: #f6f6f6;
    border-radius: 3px 0 0 3px
}

.top-search-holder .search-area .categories-filter a {
    padding: 0 10px;
    color: #666;
    font-size: 13px
}

.top-search-holder .search-area .categories-filter a .caret {
    margin-left: 15px;
    color: #a0a0a0
}

.top-search-holder .search-area .categories-filter .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    padding: 12px 17px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.top-search-holder .search-area .search-button:after {
    color: #fff;
    content: "\f002";
    font-family: fontawesome;
    font-size: 16px;
    line-height: 9px;
    vertical-align: middle
}

.top-search-holder .search-area .search-button {
    display: inline-block;
    margin: 0;
    text-align: center;
    background-color:#005aab;
    border: 1px solid #e3e3e3;
    width: 50px;
    height: 50px
}

.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li {
    margin-bottom: 10px
}

.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a {
    padding: 0
}

.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover,
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
    background: rgba(0, 0, 0, 0)
}

.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li.menu-header {
    font-family: 'Nunito', sans-serif;
    line-height: 30px
}

.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
    background: #404040
}

.top-cart-row {
    padding-left: 0
}

.top-cart-row .dropdown-cart {
    float: right;
    margin-top: 8px
}

.top-cart-row .dropdown-cart img {
    width: 100%
}

.top-cart-row .dropdown-cart .lnk-cart {
    padding: 0;
    background: linear-gradient(to bottom, #228609 0, #32be23 100%);
    border: 1px solid #228609;
    border-radius: 3px;
    display: inline-block;
    color: #fff
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner {
    position: relative
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket {
    padding: 12px 12px 13px 15px;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    float: left;
    letter-spacing: .5px
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
    float: left;
    padding: 12px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    padding: 12px 18px 13px 12px
}

.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    height: 18px;
    position: absolute;
    left: 34px;
    top: 13px;
    width: 18px;
    background: #fff;
    color: #000;
    font-size: 11px;
    text-align: center;
    line-height: 19px
}

.top-cart-row .dropdown-cart .dropdown-menu {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: right;
    left: auto;
    min-width: 0;
    padding: 24px 22px;
    right: 0;
    width: 230px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name {
    font-size: 13px;
    font-family: 'Nunito', sans-serif;
    margin-top: 0
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a {
    color: #666
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
    font-weight: 700
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action {
    padding: 0;
    position: relative;
    font-size: 15px;
    right: 8px;
    top: 8px
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a {
    color: #898989
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-total .text {
    font-size: 13px;
    font-family: 'Nunito', sans-serif;
    color: #666;
    margin-right: 10px
}

.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
    font-weight: 700
}

.header-style-1 .header-nav .navbar-default {
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    margin: 0;
    min-height: auto
}

.header-style-1 .header-nav .navbar-default .navbar-collapse {
    padding: 0
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li.active>a {
    color: #fff
}

.navbar-nav {
    float: none
}

.special-menu {
    float: right
}

.special-menu a {
    color: #ffdd35 !important;
    border: none !important;
    padding-right: 0px !important
}

.special-menu a:hover {
    background: none !important;
    color: #fff !important
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a {
    color: #005bab;
    font-size: 12px;
    line-height: 20px;
    padding: 15px 6px;
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: .2px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label {
    position: absolute;
    text-transform: uppercase;
    top: -10px;
    display: inline;
    padding: 1px 7px;
    color: #fff;
    font-size: 9px;
    font-family: 'Nunito', sans-serif;
    right: 23px;
    line-height: normal;
    letter-spacing: 1px
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label:after {
    border-width: 6px 7px 0 6px;
    right: 18px;
    top: 90%;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transitio: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 100
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label:before {
    right: 18px;
    top: 90%
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.new-menu {
    background: #f1c40f
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.new-menu:after {
    border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.new-menu:before {
    border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.hot-menu {
    background: #ff7878
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.hot-menu:after {
    border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li .menu-label.hot-menu:before {
    border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.header-style-2 .header-nav {
    background: rgba(0, 0, 0, 0) !important
}

.header-style-2 .header-nav .navbar-default .nav-bg-class {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0
}

.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav>li>a {
    color: #555
}

.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav>li>a:hover,
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav>li>a:focus {
    color: #fff
}

.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav>li.open>a {
    color: #fff
}

.header-style-3 .header-nav {
    background: #202020 !important;
    border: medium none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0
}

.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a {
    color: #fff
}

.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a:hover,
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a:focus {
    color: #fff
}

.header-style-3 .header-nav .yamm .dropdown-menu {
    top: 62px
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static
}

.yamm .dropdown-menu {
    left: auto;
    top: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 30px
}

.yamm .dropdown-menu .custom-banner a {
    padding: 0
}

.yamm .dropdown-menu .banner-image {
    margin-bottom: -20px
}

.navbar-nav .open a {
    float: none;
    background: #fff !important;
    color: #888 !important;
    border-radius: 3px 3px 0 0
}

.yamm .dropdown-menu .yamm-content {
    padding: 20px 20px
}

.yamm .dropdown-menu .yamm-content .col-menu {
    min-width: 150px
}

.yamm .dropdown-menu .yamm-content .links li a {
    padding: 4px 0;
    font-family: 'Nunito', sans-serif;
    letter-spacing: .2px;
    font-size: 13px;
    color: #565656
}

.yamm .dropdown-menu h2 {
    font-size: 14px;
    color: #555;
    font-family: 'Nunito', sans-serif;
    margin-top: 0;
    font-weight: 700
}

.yamm .dropdown-menu li {
    line-height: normal;
    padding: 0 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}


.yamm .dropdown-menu li a {
    color: #3D3D3D !important;
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
    text-transform: none;
    display: block;
    padding: 2px 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
.yamm .dropdown-menu li a.level1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.yamm .dropdown-menu li a i{
    font-size:13px;
    color: #ef7b00;
}
.yamm .dropdown-menu li a:hover{
    text-decoration: underline;
}

.yamm .dropdown-menu li a.level1 img{
    border:1px solid #ddd;
    margin-top: 10px;
}

.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
    background: rgba(0, 0, 0, 0);
    margin-left: 0
}

.yamm .dropdown-menu .text {
    font-size: 13px;
    line-height: 20px;
    position: relative;
    bottom: 0;
    top: 73px
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0
}

.cnt-home .header-style-1.header-style-2 .header-nav .navbar .navbar-nav>li.active>a,
.cnt-homepage .header-style-1.header-style-2 .header-nav .navbar .navbar-nav>li.active>a {
    color: #fff
}

.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
    background: #404040
}

.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class {
    border: none
}

.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav>li>a {
    color: #fff
}

.cnt-homepage .header-style-2 .header-nav .navbar-default {
    background: #fff
}

.cnt-homepage .header-style-2 .header-nav .navbar-default .nav-bg-class {
    -moz-box-shadow: 0 0 0 3px #F6F6F6 inset;
    -webkit-box-shadow: 0 0 0 3px #F6F6F6 inset;
    box-shadow: 0 0 0 3px #F6F6F6 inset
}

.header-nav .navbar-default .dropdown .dropdown-menu.pages .links>li {
    border-bottom: 1px solid #E0E0E0;
    padding: 5px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.header-nav .navbar-default .dropdown .dropdown-menu.pages .links>li:last-child {
    border-bottom: none
}

.header-nav .navbar-default .dropdown .dropdown-menu.pages .links>li>a {
    line-height: 26px;
    padding: 0
}

.header-nav .navbar-default .dropdown .dropdown-menu.pages .links>li>a:hover,
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links>li>a:focus {
    margin-left: 0
}

.sidebar .side-menu {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.sidebar .custom-carousel .owl-controls .owl-prev {
    top: -20px
}

.sidebar .custom-carousel .owl-controls .owl-next {
    top: -20px
}

.sidebar .side-menu .head {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    padding: 12px 17px;
    text-transform: uppercase;
    background-color: #e9e9e9;
    border: 1px solid #e3e3e3;
    font-weight: 700;
    letter-spacing: .5px;
    border-bottom: 1px #adadad solid
}

.sidebar .side-menu .head .icon {
    margin-right: 5px
}

.sidebar .side-menu nav .nav>li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eaeaea
}

.sidebar .side-menu nav .nav>li:last-child {
    border-bottom: none
}

.sidebar .side-menu nav .nav>li>a {
    padding: 13px 15px;
    color: #666;
    font-family: 'Nunito', sans-serif;
    letter-spacing: .2px
}

.sidebar .side-menu nav .nav>li>a:after {
    color: #bababa;
    content: "\f105";
    float: right;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 10px;
    font-family: FontAwesome
}

.sidebar .side-menu nav .nav>li>a .icon {
    font-size: 16px;
    margin-right: 12px
}

.sidebar .side-menu nav .nav>li>a:hover,
.sidebar .side-menu nav .nav>li>a:focus {
    background: #fff
}

.sidebar .side-menu nav .nav>li>a:hover .icon,
.sidebar .side-menu nav .nav>li>a:focus .icon {
    color: #666
}

.sidebar .side-menu nav .nav>li>.mega-menu {
    padding: 0;
    top: 0 !important;
    left: 100%;
    margin: 0;
    min-width: 250%;
    position: absolute;
    top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: hidden
}

.sidebar .side-menu nav .nav>li>.mega-menu .yamm-content {
    padding: 0
}

.sidebar .side-menu nav .nav>li>.mega-menu .yamm-content ul>li {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.sidebar .side-menu nav .nav>li>.mega-menu .yamm-content ul>li:last-child {
    border-bottom: none
}

.sidebar .side-menu nav .nav>li>.mega-menu .yamm-content ul>li>a {
    line-height: 26px;
    padding: 0;
    font-size: 13px;
    font-family: 'Nunito', sans-serif
}

.sidebar .side-menu nav .nav>li>.mega-menu .yamm-content .banner-holder img {
    max-width: 100%
}

.sidebar .side-menu2 nav .nav li a {
    padding: 14.3px 15px
}

.sidebar .sidebar-module-container .sidebar-widget {
    padding: 10px;
    margin-bottom: 15px
}

.sidebar .sidebar-module-container .sidebar-widget .widget-header {
    padding: 0 0 15px 0
}

.sidebar .sidebar-module-container .sidebar-widget .widget-header .widget-title {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    margin: 0;
    font-weight: 700
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder {
    padding: 0 0 20px;
    position: relative
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-top: 0
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider.slider-horizontal {
    height: 20px;
    width: 100% !important
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track {
    background-color: #f1f1f1;
    background-repeat: repeat-x;
    cursor: pointer;
    position: absolute;
    width: 94% !important;
    height: 6px;
    left: 0;
    margin-top: -5px;
    top: 50%;
    width: 100%
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-selection {
    bottom: 0;
    height: 100%;
    top: 0;
    background-repeat: repeat-x;
    box-sizing: border-box;
    position: absolute;
    background: #c3c3c3
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
    background-color: #FFF;
    background-repeat: repeat-x;
    -webkit-border-radius: 400px;
    -moz-border-radius: 400px;
    border-radius: 400px;
    height: 20px;
    margin-left: -3px !important;
    opacity: 1;
    position: absolute;
    top: -3px;
    width: 20px;
    margin-top: -5px
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .tooltip {
    margin-top: -36px
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .min-max {
    font-size: 15px;
    font-weight: 700;
    color: #fe5252;
    margin-top: 15px
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li {
    clear: both;
    display: block;
    font-family: 'Nunito', sans-serif, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 32px
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a {
    color: #000;
    display: block;
    font-weight: 500
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:hover {
    text-decoration: underline
}

.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report {
    margin-top: 20px;
    margin-bottom: 30px
}

.sidebar .sidebar-widget .advertisement .item {
    background-position: center 55%;
    background-size: cover;
    padding-bottom: 60px
}

.sidebar .sidebar-widget .advertisement .item .caption {
    color: #636363;
    left: 12%;
    letter-spacing: -3px;
    position: absolute;
    top: 11%;
    z-index: 100;
    display: table-cell
}

.sidebar .sidebar-widget .advertisement .item .caption .big-text {
    font-size: 60px;
    line-height: 125px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    color: #fff;
    text-shadow: 1px 1px 3px #cfcfcf
}

.sidebar .sidebar-widget .advertisement .item .caption .big-text .big {
    font-size: 120px;
    color: #ff7878;
    display: block;
    text-shadow: 1px 1px 3px #cfcfcf
}

.sidebar .sidebar-widget .advertisement .item .caption .excerpt {
    font-size: 24px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #e6e6e6;
    text-shadow: 1px 1px 3px #cfcfcf
}

.sidebar .sidebar-widget .advertisement .owl-controls {
    bottom: 10px;
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%
}

.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination {
    display: inline-block
}

.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page {
    display: inline-block
}

.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    background: #ddd;
    border: none;
    border-radius: 2px;
    margin: 0 2px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.sidebar-widget {
    background-color: #f7f7f7;
    border: 1px solid #dedede
}

.sidebar-widget.account-menu li {
    padding: 0 20px;
    line-height: 40px !important;
    border-bottom: 1px solid #ddd
}

.related-product .tag {
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    line-height: 45px;
    left: 15px;
    text-align: center;
    top: 3.5%;
    width: 50px;
    position: absolute
}

#owl-main {
    text-align: center;
    cursor: default;
    height: 580px
}

#owl-main .owl-controls {
    display: inline-block;
    position: relative;
    margin-top: 40px
}

#owl-main .owl-pagination {
    position: relative;
    line-height: 30px
}

#owl-main .owl-buttons {
    display: block
}

#owl-main .owl-prev,
#owl-main .owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 50px;
    font-size: 21px;
    background-color: #f2f2f2;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0
}

#owl-main .owl-prev {
    left: 20px
}

#owl-main .owl-next {
    right: 20px
}

#owl-main:hover .owl-prev {
    left: 0;
    opacity: .5
}

#owl-main:hover .owl-next {
    right: 0;
    opacity: .5
}

#owl-main:hover .owl-prev:hover,
#owl-main:hover .owl-next:hover {
    opacity: 1
}

#owl-main .owl-outer-nav:after {
    content: "";
    position: absolute;
    top: 0;
    left: -15%;
    width: 130%;
    height: 100%;
    z-index: 0
}

#owl-main .owl-outer-nav .owl-wrapper-outer,
#owl-main .owl-outer-nav .owl-pagination,
#owl-main .owl-outer-nav .owl-prev,
#owl-main .owl-outer-nav .owl-next {
    z-index: 1
}

#owl-main .owl-outer-nav .owl-controls {
    position: static
}

#owl-main .owl-outer-nav .owl-prev {
    left: -65px
}

#owl-main .owl-outer-nav .owl-next {
    right: -65px
}

#owl-main .owl-outer-nav:hover .owl-prev {
    left: -80px
}

#owl-main .owl-outer-nav:hover .owl-next {
    right: -80px
}

#owl-main .owl-ui-md .owl-pagination {
    line-height: 45px
}

#owl-main .owl-ui-md .owl-prev,
#owl-main .owl-ui-md .owl-next {
    width: 45px;
    height: 45px;
    font-size: 45px
}

#owl-main .owl-ui-md .owl-prev {
    left: -55px
}

#owl-main .owl-ui-md .owl-next {
    right: -55px
}

#owl-main .owl-ui-md:hover .owl-prev {
    left: -60px
}

#owl-main .owl-ui-md:hover .owl-next {
    right: -60px
}

#owl-main .owl-outer-nav.owl-ui-md:after {
    left: -18%;
    width: 136%
}

#owl-main .owl-outer-nav.owl-ui-md .owl-prev {
    left: -85px
}

#owl-main .owl-outer-nav.owl-ui-md .owl-next {
    right: -85px
}

#owl-main .owl-outer-nav.owl-ui-md:hover .owl-prev {
    left: -100px
}

#owl-main .owl-outer-nav.owl-ui-md:hover .owl-next {
    right: -100px
}

#owl-main .owl-ui-lg .owl-pagination {
    line-height: 60px
}

#owl-main .owl-ui-lg .owl-prev,
#owl-main .owl-ui-lg .owl-next {
    width: 60px;
    height: 60px;
    font-size: 42px
}

#owl-main .owl-ui-lg .owl-prev {
    left: -75px
}

#owl-main .owl-ui-lg .owl-next {
    right: -75px
}

#owl-main .owl-ui-lg:hover .owl-prev {
    left: -80px
}

#owl-main .owl-ui-lg:hover .owl-next {
    right: -80px
}

#owl-main .owl-outer-nav.owl-ui-lg:after {
    left: -22%;
    width: 144%
}

#owl-main .owl-outer-nav.owl-ui-lg .owl-prev {
    left: -105px
}

.owl-outer-nav.owl-ui-lg .owl-next {
    right: -105px
}

#owl-main .owl-outer-nav.owl-ui-lg:hover .owl-prev {
    left: -120px
}

#owl-main .owl-outer-nav.owl-ui-lg:hover .owl-next {
    right: -120px
}

#owl-main .owl-inner-nav .owl-controls {
    position: static
}

#owl-main .owl-inner-nav .owl-prev {
    left: 45px
}

#owl-main .owl-inner-nav .owl-next {
    right: 45px
}

#owl-main .owl-inner-nav:hover .owl-prev {
    left: 30px
}

#owl-main .owl-inner-nav:hover .owl-next {
    right: 30px
}

#owl-main .owl-outer-nav .owl-prev,
#owl-main .owl-outer-nav .owl-next,
#owl-main .owl-inner-nav .owl-prev,
#owl-main .owl-inner-nav .owl-next {
    bottom: 70px
}

#owl-main .owl-outer-nav.owl-ui-md .owl-prev,
#owl-main .owl-outer-nav.owl-ui-md .owl-next,
#owl-main .owl-inner-nav.owl-ui-md .owl-prev,
#owl-main .owl-inner-nav.owl-ui-md .owl-next {
    bottom: 85px
}

#owl-main .owl-outer-nav.owl-ui-lg .owl-prev,
#owl-main .owl-outer-nav.owl-ui-lg .owl-next,
#owl-main .owl-inner-nav.owl-ui-lg .owl-prev,
#owl-main .owl-inner-nav.owl-ui-lg .owl-next {
    bottom: 100px
}

#owl-main .owl-inner-pagination .owl-pagination,
#owl-main .owl-inner-pagination .owl-prev,
#owl-main .owl-inner-pagination .owl-next {
    margin-top: -40px;
    top: -60px
}

#owl-main .owl-inner-pagination.owl-ui-md .owl-pagination,
#owl-main .owl-inner-pagination.owl-ui-md .owl-prev,
#owl-main .owl-inner-pagination.owl-ui-md .owl-next {
    margin-top: -50px;
    top: -65px
}

#owl-main .owl-inner-pagination.owl-ui-lg .owl-pagination,
#owl-main .owl-inner-pagination.owl-ui-lg .owl-prev,
#owl-main .owl-inner-pagination.owl-ui-lg .owl-next {
    margin-top: -60px;
    top: -75px
}

#owl-main .owl-inner-pagination.owl-outer-nav .owl-prev,
#owl-main .owl-inner-pagination.owl-outer-nav .owl-next,
#owl-main .owl-inner-pagination.owl-inner-nav .owl-prev,
#owl-main .owl-inner-pagination.owl-inner-nav .owl-next {
    margin: auto;
    top: 0;
    bottom: 43px
}

#owl-main .owl-inner-pagination .owl-pagination {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0
}

#owl-main .owl-inner-pagination:hover .owl-pagination {
    opacity: 1
}

#owl-main .owl-inner-pagination.owl-inner-nav .owl-pagination,
.owl-inner-pagination.owl-outer-nav .owl-pagination {
    top: -45px
}

.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
    top: -50px
}

.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
    top: -60px
}

.owl-inner-pagination.owl-inner-nav:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
    top: -60px
}

.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
    top: -65px
}

.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
    top: -75px
}

#owl-main.height-md .item {
    height: 457px
}

#owl-main.height-lg .item {
    height: 675px
}

#owl-main .container {
    display: table;
    height: inherit
}

#owl-main .caption {
    display: table-cell
}

#owl-main .caption.vertical-center {
    vertical-align: middle;
    padding-bottom: 3vh
}

#owl-main .caption.vertical-top {
    vertical-align: top;
    padding-top: 8vh
}

#owl-main .caption.vertical-bottom {
    vertical-align: bottom;
    padding-bottom: 14vh
}



#owl-main .caption.text-left {
    padding-right: 20%
}

#owl-main .caption.text-right {
    padding-left: 20%
}

#owl-main .owl-controls {
    display: none !important;
    position: static;
    margin-top: -47px
}

#owl-main .owl-pagination {
    background: #FFF;
    line-height: inherit;
    position: relative;
    bottom: -40px;
    padding: 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

#owl-main:hover .owl-pagination {
    bottom: -15px;
    opacity: 1;
    display: none
}

#owl-main .owl-prev,
#owl-main .owl-next {
    bottom: 0
}

#owl-main .owl-controls .owl-page {
    display: inline-block
}

#owl-main .owl-pagination .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    background: #d3d3d3;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

#owl-main .owl-item-gap .item {
    margin: 0 15px
}

#owl-main .owl-item-gap-sm .item {
    margin: 0 10px
}

#owl-main .owl-item.loading {
    min-height: inherit;
    background: none
}

#owl-main .item {
    background-color: #FFF;
    background-position: center 55%;
    background-size: cover;
    height: 580px
}

#owl-main .item .caption {
    color: #636363;
    /* left: 75px; */
    position: absolute;
    top: 32%;
    z-index: 100;
    /* padding-right: 8%; */
    width: 80%;
    left: 10%;
}

#owl-main .item .caption .slider-header {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

#owl-main .item .caption .big-text {
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 0 25px;
    background: #bbb;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px
}

#owl-main .item .caption .big-text .highlight {
    color: #263945
}

#owl-main .item .caption .excerpt,
#owl-main .item .caption .small {
    font-size: 18px;
    margin-top: 10px;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    padding-left: 23px;
    background: rgba(0, 0, 0, 0);
    color: #fff
}

#owl-main .item .caption .excerpt span,
#owl-main .item .caption .small span {
    background: none repeat scroll 0 0 #bbb;
    -moz-box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbb;
    -webkit-box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbb;
    box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbb;
    line-height: 336%;
    padding: 5px 0;
    display: inline
}

#owl-main .item .caption .button-holder {
    margin: 20px 0 0
}

#owl-main .item .caption.bg-color .big-text {
    background: rgba(0, 0, 0, 0);
    padding: 0;
    color: #000
}

#owl-main .item .caption.bg-color .excerpt,
#owl-main .item .caption.bg-color .small {
    background: rgba(0, 0, 0, 0);
    padding: 0;
    color: #000;
    margin-top: 0
}

#owl-main .item .caption.bg-color .excerpt span,
#owl-main .item .caption.bg-color .small span {
    background: rgba(0, 0, 0, 0);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    line-height: 24px
}

#owl-main .full-width-slider {
    margin-bottom: 30px
}

#owl-main .full-width-slider .item {
    background-color: #FFF;
    background-position: center 55%;
    background-size: cover;
    height: 449px
}

#owl-main .full-width-slider .item .caption {
    position: absolute;
    top: 11%;
    z-index: 100
}

#owl-main .full-width-slider .item .caption .big-text {
    font-size: 119px;
    line-height: 80px;
    font-family: 'PacificoRegular';
    color: #fff;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    text-transform: none
}

#owl-main .full-width-slider .item .caption .excerpt {
    font-size: 60px;
    line-height: 80px;
    margin-top: 15px;
    font-family: 'LatoBold';
    text-transform: uppercase;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

#owl-main .full-width-slider .item .caption .button-holder {
    margin: 31px 0 0
}

.cnt-homepage .homepage-slider2 {
    height: 449px
}

.cnt-homepage .homepage-slider2 #owl-main .item .caption {
    top: 24%;
    padding-right: 10%;
    right: 0;
    left: 0
}

.cnt-homepage .homepage-slider2 #owl-main .owl-controls {
    margin-top: -89px;
    text-align: center !important
}

.cnt-homepage .breadcrumb ul {
    text-align: left
}

.cnt-homepage .cart .action .left {
    margin-left: 10px;
    padding: 2px 10px
}

.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
    height: 15px;
    width: 15px;
    top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 2px solid #e4e4e4
}

.homepage-slider3 {
    height: 368px
}

.homepage-slider3 #owl-main .item {
    height: 368px
}

.homepage-slider3 #owl-main .item .caption {
    padding-left: 10%;
    padding-right: 44%
}

.homepage-slider3 #owl-main .item .caption .small {
    font-size: 15px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    text-shadow: 2px 2px #c3c3c3;
    color: #fff;
    padding-left: 0
}

.homepage-slider3 #owl-main .item .caption .big-text {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    text-shadow: 2px 2px #c3c3c3;
    color: #000
}

.homepage-slider3 #owl-main .item .caption .excerpt {
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    text-transform: none
}

.homepage-slider3 #owl-main .owl-controls {
    margin-top: -79px
}

.home-page-slider4 {
    position: relative
}

.home-page-slider4 .customNavigation {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -15px
}

.home-page-slider4 .customNavigation .controls {
    position: relative
}

.home-page-slider4 .owl-controls {
    bottom: 20px;
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%
}

.home-page-slider4 .owl-controls .owl-buttons {
    display: none !important
}

.home-page-slider4 .owl-controls .owl-pagination .owl-page {
    display: inline-block
}

.home-page-slider4 .owl-controls .owl-pagination .owl-page span {
    background: none repeat scroll 0 0 #e6e6e6;
    border: medium none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 12px;
    margin: 0 5px;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
    width: 12px;
    -moz-box-shadow: 1px 3px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 1px 3px rgba(0, 0, 0, .1) inset;
    box-shadow: 1px 3px rgba(0, 0, 0, .1) inset
}

.home-page-slider4 .owl-prev,
.home-page-slider4 .owl-next {
    position: absolute;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0
}

.home-page-slider4 .owl-prev {
    left: 20px
}

.home-page-slider4 .owl-next {
    right: 20px
}

.home-page-slider4:hover .owl-prev {
    left: 0;
    opacity: 1
}

.home-page-slider4:hover .owl-next {
    right: 0;
    opacity: 1
}

.home-page-slider4:hover .owl-prev:hover,
.home-page-slider4:hover .owl-next:hover {
    opacity: 1
}

.home-page-slider4 #owl-main .owl-pagination {
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 3px;
    -moz-border-radiu: 3px;
    border-radius: 3px;
    display: inline-block;
    line-height: inherit;
    margin: auto;
    opacity: 1;
    padding: 10px;
    position: relative;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
    bottom: none;
    bottom: 0
}

.cnt-homepage .homepage-container .btn-primary {
    padding: 2px 17px;
    -webkit-border-radius: 0;
    -moz-border-radiu: 0;
    border-radius: 0
}

.cnt-homepage .homepage-container #owl-main .owl-prev,
.cnt-homepage .homep2474 age-container #owl-main .owl-next {
    top: 25%
}


.info-boxes .info-box {
    display: flex;
    align-items: center;
}

.info-boxes .info-box .icon {
    font-size: 65px;
}
.info-boxes .info-box .icon img{
    max-height: 50px;
}
.info-boxes .content{
    padding: 10px;
}

.info-boxes .info-box .info-box-heading {
    font-size: 15px;
    line-height: 21px;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 0;
}

.info-boxes .info-box .info-box-heading.orange {
    color: #ffb847
}

.info-boxes .info-box .info-box-heading.red {
    color: #ff7878
}

.info-boxes .info-box .text {
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    margin-top: 5px;
    /* letter-spacing: .5px; */
}

.scroll-tabs {
    margin-bottom: 30px;
    background-color: #f7f7f7;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.scroll-tabs .more-info-tab {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 15px 20px
}

.scroll-tabs .more-info-tab .new-product-title {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    font-weight: 700
}

.scroll-tabs .nav-tab-line {
    border-bottom: none;
    margin-top: 4px;
    margin-right: 55px
}

.scroll-tabs .nav-tab-line li.active a {
    border: none
}

.scroll-tabs .nav-tab-line li a {
    font-weight: 500;
    color: #666;
    font-size: 13px;
    border: medium none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 10px !important;
    position: relative;
    font-family: 'Nunito', sans-serif
}

.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
    background: rgba(0, 0, 0, 0)
}

.tab-content {
    padding-left: 20px
}

.product {
    position: relative;
    padding: 15px;
    border: 1px solid #ddd;
    padding-bottom: 20px;
    border-radius: 10px
}

.product .product-image img {
    width: 100%
}

.product .product-image .tag {
    position: absolute
}

.product-info {
    position: relative
}

.product-price {
    position: relative;
}

.proflex:before {
    content: '';
    background-color: blue;
    position: absolute;
    top: 0;
    width: 4.375rem;
    height: .125rem;
    border-radius: .313rem
}

.product .product-info .name {
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    height: 34px;
    overflow: hidden;
    margin-bottom: 0
}

.product .product-info .name a {
    color: #555
}

.product .product-info .star-rating .color {
    color: #ffb400
}

.product .product-info .product-price .price {
    font-weight: 900;
    font-size: 14px;
    line-height: 30px;
    margin-right: 8px;
}

.product .product-info .product-price .price-before-discount {
    text-decoration: line-through;
    color: #d3d3d3;
    font-weight: 400;
    font-size: 14px
}

.product .cart .action ul li {
    float: left;
    width: 100%
}

.product .cart .action ul li.add-cart-button .btn.btn-primary.icon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 100%
}

.tag {
    font-size: 10px;
    font-weight: 700;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-transform: uppercase;
    top: 2.5%;
    z-index: 100;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    right: 10px;
    text-align: center
}

.tag span {
    position: relative;
    z-index: 100
}

.tag.new {
    background: #46aad7
}

.tag.hot {
    background: #ff7878
}

.product:hover .cart {
    opacity: 1
}

.best-seller .product .product-info .name,
.special-offer .product .product-info .name {
    margin-top: 4px
}

.cart {
    margin-top: 5px;
    opacity: 1;
    width: 100%;
    z-index: 666;
    left: 0
}

.cart .action {
    float: left;
    width: 100%
}

.cart .action .add-cart-button .btn.btn-primary.icon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #fdd922;
    color: #333
}

.cart .action.lnk {
    margin: 10px 0
}

.cart .action.lnk a {
    padding: 0 10px;
    color: #dadada
}

.cart .action.lnk.wishlist {
    border-right: 1px solid #dadada
}

.product-micro .product-image .image a .zoom-overlay:before {
    color: #FFF;
    content: "\f00e";
    font-family: fontawesome;
    left: 45%;
    position: relative;
    right: 40%
}

.product-micro .product-image .image a .zoom-overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 99
}

.product-micro .product-image .image a .zoom-overlay:hover,
.product-micro .product-image .image a .zoom-overlay:focus {
    opacity: 1
}

.cnt-home .product-micro .tag-micro {
    width: 30px;
    height: 30px;
    font-size: 11px;
    line-height: 29px;
    top: 5.5%
}

.cnt-home .product-micro .product-info .name {
    font-size: 15px;
    margin-top: 0px !important
}

.cnt-home .product-micro .product-info .product-price .price {
    font-size: 12px;
    font-family: 'Nunito', sans-serif
}

.cnt-home .product-micro .product-info .action .lnk.btn.btn-primary {
    font-size: 12px;
    line-height: 1.7
}

.copyright-bar {
    background: #121212;
    padding: 20px 0
}

.copyright-bar .copyright {
    color: #5d5c5c;
    line-height: 28px
}

.copyright-bar .payment-methods {
    text-align: right
}

.copyright-bar .payment-methods ul li {
    display: inline-block;
    margin-right: 15px
}

.copyright-bar .payment-methods ul li:last-child {
    margin-right: 0
}

.copyright-bar .no-padding {
    padding: 0
}

.wide-banner {
    overflow: hidden
}

.wide-banner .image img {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%
}

.cnt-strip {
    position: relative
}

.cnt-strip .strip {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 8px 30px 5px 30px;
    right: 10px
}

.cnt-strip .strip h1 {
    font-size: 36px;
    color: #ff4c4c;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700
}

.cnt-strip .strip h2 {
    font-size: 36px;
    color: #fdd922;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700
}

.cnt-strip .strip h2 .shopping-needs {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 22px
}

.cnt-strip .strip h3 {
    font-size: 30px;
    color: #434343;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif
}

.cnt-strip .strip h4 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif
}

.cnt-strip .strip.strip-text {
    width: 60%
}

.cnt-strip .strip .red {
    color: #ff7878
}

.cnt-strip .strip .black {
    color: #434343
}

.cnt-strip .strip .green {
    color: #83c038
}

.cnt-strip .strip .white {
    color: #fff
}

.cnt-strip .strip .normal-shopping-needs {
    font-size: 35px;
    font-family: 'Nunito', sans-serif
}

.cnt-strip .new-label {
    background: url(../images/label.png) no-repeat scroll right top;
    height: 72px;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 72px;
    z-index: 999
}

.cnt-strip .new-label .text {
    color: #fff;
    font-family: 'Nunito', sans-serif, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    left: -13px;
    position: absolute;
    text-align: center;
    top: 14px;
    -ms-transform: rotate(-43deg);
    letter-spacing: 1px;
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg);
    width: 100%
}

.wide-banners {
    overflow: hidden
}

.wide-banners.homepage-banner {
    margin-top: 30px
}

.wide-banners.homepage-banner h4 {
    font-size: 30px;
    font-family: 'Nunito', sans-serif
}

.wide-banners.homepage-banner h3 {
    font-size: 35px;
    font-family: 'Nunito', sans-serif
}

.new-banner {
    margin-top: 30px
}

.new-banner .cnt-strip .strip {
    width: auto;
    padding: 0;
    right: 23px
}

.new-banner .cnt-strip .strip h3 {
    background: #707070;
    padding: 13px 23px 13px 16px;
    line-height: 24px;
    font-size: 30px;
    font-family: 'Nunito', sans-serif
}

.new-banner .cnt-strip .strip h5 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    padding-right: 21px;
    text-transform: uppercase
}

.new-banner .cnt-strip .strip h5 span {
    background: none repeat scroll 0 0 #707070;
    -moz-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
    -webkit-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
    box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
    padding: .6em 0
}

.new-banner.no-margin {
    margin-top: -10px
}

.megamenu-banner {
    margin-top: 30px !important
}

.megamenu-banner h3 {
    font-size: 30px;
    font-family: 'BebasNeueRegular'
}

.megamenu-banner h2 {
    font-size: 40px;
    font-family: 'BebasNeueBold'
}

.wide-banner-4 .cnt-strip .strip h1 {
    font-size: 50px;
    font-family: 'Nunito', sans-serif
}

.wide-banner-4 .cnt-strip .strip h2 {
    font-size: 40px;
    font-family: 'Nunito', sans-serif
}

.wide-banner-4 .cnt-strip .strip h3 {
    font-size: 30px;
    font-family: 'Nunito', sans-serif
}

.wide-banner-4 .cnt-strip .strip h4 {
    font-size: 20px;
    font-family: 'Nunito', sans-serif
}

.wide-banner-4 .cnt-strip .strip p {
    font-size: 23px;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 0
}

.blog-slider-container .blog-slider .blog-post-info .name {
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700
}

.blog-slider-container .blog-slider .blog-post-info .name a {
    color: #555
}

.blog-slider-container .blog-slider .blog-post-info .info {
    color: #9c9c9c;
    font-size: 13px;
    margin-bottom: 8px;
    overflow: hidden;
    display: block
}

.blog-slider-container .blog-slider .blog-post-info .text {
    color: #434343;
    font-size: 13px
}

.footer .links-social {
    border-top: 1px solid #e5e5e5;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin-bottom: 70px
}

.social {
    overflow: hidden
}

.social a {
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px
}

.social a:hover {
    color: #fff
}

.social .fb a:before {
    content: "\f09a";
    font-family: FontAwesome
}

.social .fb a {
    font-size: 16px;
    display: inline-block !important;
    text-align: center;
    padding: 0;
    background: #3C5B9B !important
}

.social .tw a:before {
    content: "\f099";
    font-family: FontAwesome
}

.social .tw a {
    font-size: 16px;
    display: inline-block !important;
    text-align: center;
    padding: 0;
    background: #359BED !important
}

.social .googleplus a:before {
    content: "\f0d5";
    font-family: FontAwesome
}

.social .googleplus a {
    font-size: 16px;
    display: inline-block !important;
    text-align: center;
    padding: 0;
    background: #E33729 !important
}

.social .rss a:before {
    content: "\f09e";
    font-family: FontAwesome
}

.social .rss a {
    content: "\f09e";
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block !important;
    text-align: center;
    padding: 0;
    background: #FD9F13 !important
}

.social .pintrest a:before {
    content: "\f0d3";
    font-family: FontAwesome
}

.social .pintrest a {
    content: "\f0d3";
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block !important;
    text-align: center;
    padding: 0;
    background: #cb2027 !important
}

.social .linkedin a:before {
    content: "\f0e1";
    font-family: FontAwesome
}

.social .linkedin a {
    content: "\f0e1";
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block !important;
    text-align: center;
    padding: 0;
    background: #027ba5 !important
}

.social .youtube a:before {
    content: "\f167";
    font-family: FontAwesome
}

.social .youtube a {
    font-size: 16px;
    display: inline-block !important;
    text-align: center;
    padding: 0;
    background: #F03434 !important
}

.social h4 {
    margin: 25px 0 0 0
}

.social ul {
    margin: 0;
    list-style: none
}

.social ul li {
    margin-right: 7px
}

.social ul li {
    border-bottom: none
}

.social a {
    transition: background 400ms ease-in-out;
    -webkit-transition: background 400ms ease-in-out;
    -moz-transition: background 400ms ease-in-out;
    -o-transition: background 400ms ease-in-out
}

.footer .links-social .contact-info .footer-logo {
    margin-top: 10px
}

.footer .links-social .contact-info .about-us {
    margin-bottom: 20px
}

.footer .links-social .contact-info .social-icons a {
    color: #888;
    font-size: 16px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 2em;
    height: 2em;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center
}

.footer .links-social .contact-info .social-icons a:hover,
.footer .links-social .contact-info .social-icons a:focus,
.footer .links-social .contact-info .social-icons a.active {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff
}

.footer .links-social .contact-info .social-icons a .icon {
    line-height: 2em
}

.footer .module-heading {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    color: #555
}

.footer .contact-timing .table tbody tr {
    border-bottom: 1px solid #e1e1e1
}

.footer .contact-timing .table tbody tr td {
    border-top: none;
    font-size: 12px;
    line-height: 36px;
    padding: 0px !important
}

.footer .contact-timing .contact-number {
    font-family: 'Nunito', sans-serif
}

.footer .contact-information .media .media-body a {
    color: #666
}

.footer .media .media-body p {
    color: #bdbdbd;
    font-size: 15px
}

.footer .footer-bottom {
    background: #202020;
    padding-top: 30px;
    padding-bottom: 30px
}

.footer .module-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 15px
}

.footer .footer-bottom .module-heading {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    color: #fff
}

.toggle-footer {
    color: #666
}

.toggle-footer a {
    margin-left: 0px !important
}

.toggle-footer a:before {
    display: none
}

.toggle-footer i {
    background: #333;
    border-radius: 2px
}

.footer .footer-bottom .module-body ul li:last-child {
    border: none
}

.footer .footer-bottom .module-body ul li a {
    font-size: 15px;
    line-height: 30px;
    color: #bdbdbd;
    position: relative;
    margin-left: 23px;
    display: block
}

.footer .footer-bottom .module-body ul li a:before {
    content: "\f111";
    font-family: FontAwesome;
    position: absolute;
    margin-left: -22px;
    font-size: 6px
}

.product-tag .item {
    background-color: #f5f5f5;
    color: #666;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 6px 12px
}

.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
    color: #fff
}

.newsletter .sidebar-widget-body input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #eaeaea;
    background: #fafafa;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px
}

.hot-deals .custom-carousel .owl-controls .owl-next {
    top: -20px
}

.hot-deals .custom-carousel .owl-controls .owl-prev {
    top: -20px
}

.hot-deals .hot-deal-wrapper {
    position: relative
}

.hot-deals .hot-deal-wrapper .image img {
    width: 100%
}

.hot-deals .hot-deal-wrapper .sale-offer-tag {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #FFF;
    font-size: 11px;
    font-weight: 700;
    height: 50px;
    text-transform: uppercase;
    top: 4%;
    right: 10px;
    width: 50px;
    z-index: 100;
    background: #ff7878;
    position: absolute;
    text-align: center
}

.hot-deals .hot-deal-wrapper .sale-offer-tag span {
    position: relative;
    z-index: 100;
    top: 10px
}

.hot-deals .hot-deal-wrapper .timing-wrapper {
    bottom: 20px;
    position: absolute;
    left: 15px
}

.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
    display: table;
    text-align: center;
    margin-right: 4px;
    float: left
}

.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box {
    background-color: #fff;
    color: #333;
    display: table-cell;
    height: 44px;
    vertical-align: middle;
    width: 45px;
    line-height: 15px
}

.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .key {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Nunito', sans-serif
}

.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .value {
    display: block;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .5px
}

.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper:last-child {
    margin-right: 0
}

.hot-deals .product-info .name {
    font-size: 14px;
    font-family: 'Nunito', sans-serif
}

.hot-deals .product-info .name a {
    color: #555
}

.hot-deals .product-info .product-price .price {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    margin-right: 8px
}

.hot-deals .product-info .product-price .price-before-discount {
    text-decoration: line-through;
    color: #d3d3d3;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px
}

.hot-deals .cart {
    margin-top: 5px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    z-index: 666;
    left: 0
}

.hot-deals .cart .action {
    float: left
}

.hot-deals .cart .action .add-cart-button a {
    background: none repeat scroll 0 0 #a8a8a8;
    border: medium none;
    color: #FFF;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    padding: 0
}

.hot-deals .cart .action .add-cart-button a .icon {
    background: none repeat scroll 0 0 #575757;
    color: #FFF;
    height: 100%;
    left: 0;
    font-size: 13px;
    padding: 11px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 35px
}

.hot-deals .cart .action .add-cart-button a span {
    display: block;
    margin-left: 35px;
    overflow: hidden;
    padding: 8px 13px
}

.hot-deals .cart .action .add-cart-button a:hover,
.hot-deals .cart .action .add-cart-button a:focus {
    background: #c6c6c6
}

.breadcrumb {
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.breadcrumb ul {
    margin: auto;
    padding: 20px 0 0;
    text-align: left;
    display: block;
}

.breadcrumb ul li:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c9aa6d;
    content: "\f105";
    font-size: 15px;
    line-height: 17px;
    margin-left: 9px;
    font-weight: 700
}

.breadcrumb ul li:last-child:after {
    content: ""
}

.breadcrumb ul li a {
    color: #000;
    font-size: 13px;
    line-height: 24px;
    font-weight: bold
}

.category-carousel {
    text-align: center;
    cursor: default
}

.category-carousel .item {
    position: relative;
    margin-bottom: 30px
}

.category-carousel .item .caption {
    color: #636363;
    left: 12%;
    letter-spacing: -3px;
    position: absolute;
    top: 10%;
    z-index: 100;
    display: table-cell
}

.category-carousel .item .caption .big-text {
    font-size: 100px;
    line-height: 145px;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    color: #fdd922
}

.category-carousel .item .caption .excerpt {
    font-size: 36px;
    letter-spacing: normal;
    color: #fff
}

.category-carousel .item .caption .excerpt-normal {
    font-size: 14px;
    letter-spacing: normal;
    color: #fff;
    letter-spacing: .5px
}

.category-carousel .item .owl-controls {
    display: inline-block;
    position: relative;
    margin-top: 40px
}

.category-carousel .item .owl-controls .owl-prev,
.category-carousel .item .owl-controls .owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    font-size: 21px;
    color: #FFF;
    background-color: #d3d3d3;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0
}

.category-carousel .item .owl-controls .owl-prev {
    left: -35px
}

.category-carousel .item .owl-controls .owl-next {
    right: -35px
}

.category-carousel .item:hover .owl-prev {
    left: -40px;
    opacity: .25
}

.category-carousel .item:hover .owl-next {
    right: -40px;
    opacity: .25
}

.category-carousel .item:hover .owl-prev:hover,
.category-carousel .item:hover .owl-next:hover {
    opacity: 1
}

.filters-container {
    border-bottom: none;
    padding-bottom: 10px
}

.filters-container .nav-tabs.nav-tab-box {
    border: medium none;
    margin-top: 3px
}

.filters-container .nav-tabs.nav-tab-box li {
    margin-right: 5px;
    padding: 0
}

.filters-container .nav-tabs.nav-tab-box li a {
    background: none repeat scroll 0 0 #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #666;
    font-family: 'Nunito', sans-serif, sans-serif;
    line-height: 18px;
    border: none !important;
    padding: 0
}

.filters-container .nav-tabs.nav-tab-box li a .icon {
    margin-right: 5px;
    color: #aaa
}

.filters-container .lbl-cnt {
    color: #666;
    font-family: 'Nunito', sans-serif, sans-serif;
    font-size: 12px;
    line-height: 34px
}

.filters-container .lbl-cnt .lbl {
    color: #666;
    display: inline-block;
    font-family: 'Nunito', sans-serif, sans-serif;
    font-size: 12px;
    line-height: 34px;
    margin-right: 10px
}

.filters-container .lbl-cnt .dropdown.dropdown-med .btn {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 7px 12px;
    background: #fff;
    font-size: 13px
}

.filters-container .lbl-cnt .dropdown.dropdown-med .btn .caret {
    margin-left: 13px;
    margin-top: -2px
}

.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e1e1e1
}

.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover,
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
    background: rgba(0, 0, 0, 0)
}

.filters-container .pagination-container ul {
    margin: 0
}

.filters-container .pagination-container li {
    background-color: #fff;
    display: inline-block;
    border: 1px solid #dedede;
    margin-left: -5px;
    text-align: center;
    vertical-align: middle;
    padding: 0 !important
}

.filters-container .pagination-container ul li a {
    color: #000;
    display: inline-block;
    font-family: 'Nunito', sans-serif, sans-serif;
    font-size: 13px;
    line-height: 32px;
    width: 32px
}

.filters-container .pagination-container ul li a:hover {
    background-color: #f8f8f0
}

.filters-container .pagination-container ul li.active a {
    background-color: #000;
    color: #fff
}

.search-result-container .category-product .product {
    margin-bottom: 30px
}

.search-result-container .category-product .product .product-image .tag {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    right: 14px;
    letter-spacing: .5px
}

.search-result-container .category-product-inner .product-list.product {
    position: relative;
    margin-bottom: 30px
}

.search-result-container .category-product-inner .product-list.product .product-info {
    padding: 0
}

.search-result-container .category-product-inner .product-list.product .product-info .cart {
    margin-top: 20px;
    top: auto;
    bottom: 0;
    opacity: 1;
    left: 0;
    position: relative;
    margin-left: 0
}

.search-result-container .category-product-inner .product-list.product .product-info .cart-btn {
    display: block;
    margin-right: 5px
}

.search-result-container .category-product-inner .product-list.product .tag {
    position: absolute;
    right: 12px;
    top: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    right: 14px;
    letter-spacing: .5px
}

.product-list.product .product-info .name {
    font-size: 18px
}

.product-list.product .product-info .description {
    line-height: 20px
}

.n-modal-body .product-info-block .name {
    margin-top: 0;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 18px
}

.n-modal-body .product-info-block .brand-name {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #013b96;
    margin-bottom: 5px
}

.n-modal-body .product-info-block .stock-info {
    display: block;
    font-weight: 700;
    font-size: 13px
}

.n-modal-body .product-info-block .stock-info .pp-stock-code {
    font-weight: 500
}

.n-modal-body .product-info .price-container .price-box .price {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px
}

.n-modal-body .product-info .price-container .price-box .price-strike {
    color: #aaa;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    text-decoration: line-through
}

.n-modal-body .product-info .quantity-container {
    margin-bottom: 0;
    padding: 20px 0
}

.n-modal-body .product-info .quantity-container .label {
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    line-height: 35px;
    text-transform: uppercase;
    color: #666;
    padding: 0;
    font-weight: 400
}

.n-modal-body .product-info .quantity-container .cart-quantity .quant-input {
    display: inline-block;
    height: 35px;
    position: relative;
    width: 70px
}

.n-modal-body .product-info .quantity-container .cart-quantity .quant-input .arrows {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 100%
}

.n-modal-body .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow {
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 40px;
    cursor: pointer
}

.n-modal-body .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon {
    position: relative
}

.n-modal-body .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
    top: 5px
}

.n-modal-body .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
    top: -7px
}

.n-modal-body .product-info .quantity-container .cart-quantity .quant-input input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    font-size: 15px;
    height: 35px;
    left: 0;
    padding: 0 20px 0 18px;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 1
}

.n-modal-body .product-info .stock-container .stock-box .label,
.n-modal-body .product-info .stock-container .stock-box .value {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    line-height: 1.3;
    color: #000;
    padding: 0;
    font-weight: 500
}

.md-close {
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 0;
    line-height: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    text-align: center
}

.n-modal-body .product-info .stock-container .stock-box .value {
    font-size: 15px
}

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px !important;
        width: 100% !important
    }
}

.product:hover .quick-view,
.product:hover .image-box .quick-view {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.quick-view {
    position: absolute;
    padding-left: 2px;
    top: 22px;
    right: 55px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 2.7;
    box-shadow: 1px 1px 1px #c5c5c5;
}

.quick-view i {
    color: #000;
    font-size: 20px
}

.quick-view:hover i {
    color: #ddd
}

.detail-block {
    background-color: #f7f7f7;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    overflow: hidden
}

.single-product .product-info-block .name {
    margin-top: 0;
    font-weight: 900;
    letter-spacing: .5px;
    font-size: 24px;
    line-height: 1.3
}

.single-product .product-info-block .brand-name {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: #013b96;
    margin-bottom: 5px
}

.single-product .product-info-block .stock-info {
    display: block;
    text-align: center
}

.single-product .gallery-holder #owl-single-product .single-product-gallery-item {
    border: 1px solid #e5e5e5
}

.single-product .gallery-holder .gallery-thumbs {
    margin: 15px 0 0;
    position: relative;
    text-align: left
}

.single-product .gallery-holder .gallery-thumbs .owl-item .item {
    margin-right: 10px;
    border: 1px solid #e5e5e5
}

.single-product .product-info .rating-reviews .reviews .lnk {
    color: #aaa
}

.single-product .product-info .stock-container .stock-box .label,
.single-product .product-info .stock-container .stock-box .value {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    line-height: 40px;
    color: #000;
    padding: 0;
    font-weight: 500
}

.single-product .product-info .stock-container .stock-box .value {
    font-size: 15px
}

.single-product .product-info .stock-container .stock-box .value.in-stock {
    color: #34c025
}

.single-product .product-info .stock-container .stock-box .value.out-stock {
    color: #ff7878
}

.single-product .product-info .description-container {
    line-height: 20px;
    color: #666
}

.single-product .product-info .price-container {
    margin-bottom: 0;
    padding-top: 30px;
}

.single-product .product-info .price-container .price-box .price {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px
}

.single-product .product-info .price-container .price-box .price-strike {
    color: #aaa;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    text-decoration: line-through
}

.single-product .product-info .quantity-container {
    margin-bottom: 0;
    padding: 20px 0
}

.single-product .product-info .quantity-container .label {
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    line-height: 35px;
    text-transform: uppercase;
    color: #666;
    padding: 0;
    font-weight: 400
}

.single-product .product-info .quantity-container .cart-quantity .quant-input {
    display: inline-block;
    height: 35px;
    position: relative;
    width: 70px
}

.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 100%
}

.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow {
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 40px;
    cursor: pointer
}

.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon {
    position: relative
}

.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
    top: 5px
}

.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
    top: -7px
}

.single-product .product-info .quantity-container .cart-quantity .quant-input input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    font-size: 15px;
    height: 35px;
    left: 0;
    padding: 0 20px 0 18px;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 1
}

.single-product .product-info .product-social-link .social-label {
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    line-height: 20px;
    text-transform: uppercase
}

.single-product .product-info .product-social-link .social-icons {
    display: inline-block
}

.single-product .product-info .product-social-link .social-icons ul li a {
    color: #888;
    font-size: 16px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    padding: 5px 6px
}

.single-product .product-info .product-social-link .social-icons ul li a:hover,
.single-product .product-info .product-social-link .social-icons ul li a:focus {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff
}

.single-product .product-tabs {
    margin-top: 30px;
    background-color: #fff;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 15px;
    border: 1px solid #ddd;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li {
    float: none !important
}

.single-product .nav-tabs {
    border: none
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li>a {
    border: none;
    color: #555;
    display: block;
    padding: 12px 28px;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    line-height: 28px;
    position: relative;
    font-weight: bold;
    border: 1px #fff solid;
    border-radius: 15px;
}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell>li.active>a {
   
    color: #fff
}

.single-product .product-tabs .tab-content {
    padding-left: 0
}

.single-product .product-tabs .tab-content .tab-pane {
    padding: 3px;
    padding-top: 20px;
}

.single-product .product-tabs .tab-content .tab-pane .text {
    line-height: 20px
}

.single-product #owl-single-product-thumbnails .owl-controls {
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
    margin-top: 20px
}

.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page {
    display: inline-block
}

.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span {
    background: none repeat scroll 0 0 #ddd;
    border: medium none;
    border-radius: 3px;
    display: block;
    height: 10px;
    margin: 0 2px;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
    width: 10px;
    cursor: pointer
}

.single-product .sidebar .sidebar-module-container .sidebar-widget .section-title {
    margin-top: 0
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder {
    background-color: #FFF;
    height: 100%;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 50
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder.left {
    left: 0
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder.right {
    right: 0
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn {
    left: 0
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after {
    content: "\f104"
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
    right: 0
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
    content: "\f105"
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: 100%;
    position: absolute;
    vertical-align: top;
    width: 90%;
    z-index: 100;
    border: 1px solid #e5e5e5;
    color: #dadada
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
    bottom: 0;
    font-family: fontawesome;
    font-size: 30px;
    height: 30px;
    left: 0;
    line-height: 30px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:hover,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:hover,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:focus,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:focus {
    background: #dadada;
    color: #fff
}

.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-item>a>img {
    display: block;
    width: 100%
}

.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-thumbs.gallery-thumbs .owl-item {
    margin-left: 10px
}

.cnt-homepage .single-product .product-info-block label,
.cnt-homepage .single-product .product-info-block .label {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    color: #434343 !important
}

.cnt-homepage .single-product .product-info-block .label {
    padding: 0
}

.cnt-homepage .single-product .product-info-block .cart {
    width: auto;
    left: 0;
    margin-top: -8px;
    padding: 0
}

.cnt-homepage .single-product .product-info-block .cart .action .left {
    padding: 2px 8px;
    margin-left: 5px
}

.cnt-homepage .single-product .product-info-block .form-control .selectpicker {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f1f1f1;
    background: #fff;
    color: #b0b0b0
}

.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #f1f1f1
}

.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover,
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
    background: rgba(0, 0, 0, 0)
}

.cnt-homepage .single-product .product-info-block .txt.txt-qty {
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    padding: 5px 10px;
    text-align: center;
    width: 60px
}

.cnt-homepage .single-product .product-info-block .stock-container .stock-box .label {
    color: #434343;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-transform: none
}

.cnt-homepage .single-product .product-info-block .stock-container .stock-box .value {
    font-size: 13px
}

.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li {
    margin-right: 10px;
    padding: 0
}

.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
    border: 2px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #666;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-transform: uppercase
}

.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover,
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:focus {
    color: #fff
}

.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
    color: #fff
}

.cnt-homepage .single-product .product-tabs .tab-content {
    border: none
}

.cnt-homepage .single-product .product-tabs .tab-content .tab-pane {
    padding: 0
}

.cnt-homepage .single-product .product-tabs .tab-content .tab-pane .product-tab .text {
    font-size: 13px;
    line-height: 22px
}

.single-product .second-gallery-thumb.gallery-thumbs {
    padding: 0 40px
}

.single-product .second-gallery-thumb.gallery-thumbs #owl-single-product2-thumbnails .owl-wrapper-outer {
    margin-left: 5px
}

.product-tabs .tab-content .tab-pane .product-reviews .title {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-family: 'Nunito', sans-serif
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review {
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif, sans-serif;
    text-transform: none;
    background: #f8f8f8;
    padding: 20px
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title {
    margin-bottom: 5px
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .summary {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    font-style: italic
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date {
    font-size: 12px
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
    margin-left: 5px
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .text {
    line-height: 18px
}

.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
    margin-left: 5px
}

.product-tabs .tab-content .tab-pane .product-add-review .title {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 10px;
    font-family: 'Nunito', sans-serif
}

.product-tabs .tab-content .tab-pane .product-add-review .review-table .table thead th {
    font-weight: 400;
    border-bottom-width: 1px;
    text-align: center;
    vertical-align: middle;
    background: #f8f8f8;
    border: none
}

.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td {
    text-align: center;
    vertical-align: middle
}

.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td input {
    float: none;
    margin: auto
}

.product-tabs .tab-content .tab-pane .product-add-review .review-form label {
    font-weight: 400;
    font-size: 13px
}

.product-tabs .tab-content .tab-pane .product-add-review .review-form label .astk {
    color: red;
    font-size: 12px
}

.product-tabs .tab-content .tab-pane .product-add-review .review-form .txt {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.product-tabs .tab-content .tab-pane .product-tag .title {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 20px;
    font-family: 'Nunito', sans-serif
}

.product-tabs .tab-content .tab-pane .product-tag .form-group label {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    margin-right: 10px
}

.product-tabs .tab-content .tab-pane .product-tag .form-group .txt {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.product-tabs .tab-content .tab-pane .product-tag .form-group .text {
    margin-left: 90px
}

.furniture-container .product {
    position: relative
}

.furniture-container .product .btn-primary {
    font-size: 15px;
    line-height: 30px;
    font-family: 'Nunito', sans-serif;
    background: #cbc9c9;
    text-transform: uppercase;
    border: none;
    color: #fff
}

.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
    border: none
}

.furniture-container .best-seller .product .product-info .name,
.furniture-container .special-offer .product .product-info .name {
    margin-top: 4px
}

.furniture-container .cart {
    margin-top: 5px;
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 666;
    left: 0
}

.furniture-container .cart .action {
    float: left
}

.furniture-container .cart .action .add-cart-button .btn.btn-primary.icon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #575757
}

.furniture-container .cart .action.lnk {
    margin: 10px 0
}

.furniture-container .cart .action.lnk a {
    padding: 0 10px;
    color: #dadada
}

.furniture-container .cart .action.lnk.wishlist {
    border-right: 1px solid #dadada
}

.homepage-container .product {
    position: relative
}

.homepage-container .product .product-image .tag {
    font-size: 15px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    text-transform: uppercase;
    top: 2.5%;
    z-index: 100;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    right: 25px;
    text-align: center;
    position: absolute
}

.homepage-container .product .product-image .tag span {
    position: relative;
    z-index: 100;
    line-height: 48px
}

.homepage-container .product .product-image .tag.new {
    background: #46aad7
}

.homepage-container .product .product-image .tag.hot {
    background: #ff7878
}

.homepage-container .product .product-info .name {
    font-size: 18px !important;
    font-family: 'Nunito', sans-serif
}

.homepage-container .product .product-info .name a {
    color: #555
}

.homepage-container .product .product-info .star-rating .color {
    color: #ffb400
}

.homepage-container .product .product-info .product-price .price {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    margin-right: 8px
}

.homepage-container .product .product-info .product-price .price-before-discount {
    text-decoration: line-through;
    color: #d3d3d3;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px
}

.homepage-container .product .cart {
    margin-top: 5px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 666;
    left: 0;
    opacity: 1
}

.homepage-container .product .cart .action {
    float: left
}

.homepage-container .product .cart .action .add-cart-button .btn.btn-primary.icon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #575757
}

.homepage-container .product .cart .action.lnk {
    margin: 10px 0
}

.homepage-container .product .cart .action.lnk a {
    padding: 0 10px;
    color: #dadada
}

.homepage-container .product .cart .action.lnk.wishlist {
    border-right: 1px solid #dadada
}

.homepage-container .featured-product .products .product:first-child {
    margin-bottom: 30px
}

.homepage-container .blog-slider-container .blog-slider .blog-post-info .name {
    font-size: 18px
}

.homepage-container .btn-primary {
    font-size: 15px;
    line-height: 30px;
    font-family: 'Nunito', sans-serif;
    background: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    border: 2px solid #f2f2f2;
    color: #747474
}

.homepage-container .btn-primary:hover,
.homepage-container .btn-primary:focus {
    color: #fff
}

.homepage-container .best-seller .product .product-info .name,
.homepage-container .special-offer .product .product-info .name {
    margin-top: 4px
}

.homepage-container .cart {
    margin-top: 5px;
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 666;
    left: 0
}

.homepage-container .cart .action .add-cart-button .btn.btn-primary.icon {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #575757
}

.wrapper .box {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px
}

.wrapper .box .wrapper-inner {
    background: none repeat scroll 0 0 #FFF;
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2)
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag {
    font-size: 15px;
    font-weight: 700;
    line-height: 55px;
    width: 55px;
    height: 55px;
    text-transform: uppercase;
    top: 2.5%;
    z-index: 100;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    right: 25px;
    text-align: center
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag span {
    position: relative;
    z-index: 100
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.new {
    background: #46aad7
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.sale {
    background: #989898
}

.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.hot {
    background: #ff7878
}

@media (min-width:320px) and (max-width:480px) {
    .top-bar .cnt-block {
        float: none
    }
    .top-cart-row .dropdown-cart .lnk-cart {
        display: block;
        overflow: hidden
    }
    .top-cart-row {
        padding-left: 15px
    }
    #owl-main .item .caption .big-text {
        font-size: 18px;
        line-height: normal
    }
    
    #owl-main {
        height: 100%
    }
    #owl-main .item {
        height: auto
    }
    #owl-main .item .caption .button-holder {
        margin: 0
    }
    #hero .btn-primary {
        padding: 5px 10px;
        font-size: 12px;
        line-height: normal;
        margin-top: 8px
    }
}

@media (max-width:767px) {
    .navbar-toggle {
        float: left;
        border: none;
        margin-top: 13px;
        width: 42px;
        height: 32px;
        padding-left: 0;
        padding-right: 0
    }
    .navbar-toggle .icon-bar {
        background-color: #fff
    }
    .navbar-toggle.bag {
        padding-top: 6px;
        text-align: right
    }
    .navbar-toggle.bag a i {
        font-size: 18px;
        color: #fff
    }
    .navbar-collapse {
        box-shadow: none;
        border: none;
        padding-right: 15px;
        padding-left: 15px
    }
    .header-style-1 .header-nav .navbar-default .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px
    }
    .header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav>li>a {
        border: none
    }
    .mega-menu img {
        width: 100%
    }
    .yamm .dropdown-menu .yamm-content .col-menu {
        margin-bottom: 15px
    }
    .top-bar .header-top-inner {
        text-align: center
    }
    .top-bar .header-top-inner .cnt-account {
        clear: both;
        display: inline-block;
        float: none;
        margin: auto;
        text-align: center
    }
    .top-bar .header-top-inner .cnt-block .list-inline li {
        margin: 0 0
    }
    .main-header .logo-holder {
        text-align: center
    }
    .main-header .top-search-holder .contact-row {
        margin-bottom: 20px;
        text-align: center
    }
    .main-header .top-search-holder .contact-row .phone,
    .main-header .top-search-holder .contact-row .contact {
        margin: 0 0 5px;
        padding-right: 0;
        border-right: none;
        display: block
    }
    .main-header .top-search-holder .search-area .categories-filter {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e0e0e0
    }
    .main-header .top-search-holder .search-area .search-button {
        width: 33px;
        height: 33px;
        padding: 0
    }
    .main-header .top-search-holder .search-area .search-field {
        width: 88%
    }
    .sidebar .side-menu nav .nav>li>.mega-menu {
        left: 0;
        min-width: 100%;
        top: 100% !important
    }
    .logo-slider-inner .item {
        text-align: center
    }
    .filters-container .filter-tabs,
    .filters-container .lbl-cnt,
    .filters-container .pagination-container {
        margin-bottom: 10px
    }
    .homepage-container .wide-banners .wide-banner {
        margin-bottom: 10px
    }
    .cnt-homepage .wrapper .box {
        padding: 0 10px
    }
    #owl-main .item .caption {
        padding: 0 22px
    }
    .wide-banners .wide-banner:first-child {
        margin-bottom: 10px
    }
    .product .product-image .image img {
        width: 100%;
        height: auto;
        display: block
    }
    .header-nav .yamm .dropdown-menu {
        background: #fff
    }
    .body-content .sidebar {
        margin-bottom: 30px
    }
    .filters-container .no-padding {
        padding: 0
    }
    .search-result-container .category-product-inner .product-list.product .product-info {
        padding: 0
    }
    .search-result-container .category-product-inner .product-list.product .product-info .cart {
        margin-bottom: 20px
    }
    .single-product .product-info-block {
        clear: both
    }
    .yamm .dropdown-menu.pages {
        padding: 10px 0
    }
    .hot-deal-wrapper .image img {
        width: 100%;
        height: auto;
        display: block
    }
    .seller-product .products .product .product-info .name {
        font-size: 15px;
        margin-top: 0px !important
    }
    .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
        font-size: 16px
    }
    .cnt-homepage .header-nav .yamm .navbar-header {
        border: 1px solid #f1f1f1
    }
    .info-boxes .info-box {
        margin-bottom: 10px
    }
    .cnt-homepage .single-product .product-info-block .cart {
        margin-top: 10px;
        padding: 0 15px
    }
    .product-comparison .compare-table tr td .product .product-image .image img {
        width: auto
    }
    .hot-deals .products {
        margin-right: 15px
    }
    .copyright-bar .payment-methods {
        text-align: left;
        margin-top: 10px
    }
    .single-product .home-banner {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sidebar .side-menu nav .nav>li>.mega-menu {
        min-width: 100%;
        left: 0;
        top: 100% !important
    }
    .logo-slider-inner .item {
        text-align: center
    }
    .filters-container .filter-tabs,
    .filters-container .lbl-cnt,
    .filters-container .pagination-container {
        margin-bottom: 10px
    }
    .filters-container .pagination-container {
        float: left
    }
    .homepage-container .wide-banners .wide-banner {
        margin-bottom: 10px
    }
    .cnt-homepage .wrapper .box {
        padding: 0 15px
    }
    .cnt-homepage .container {
        width: 100%
    }
    .body-content .sidebar {
        margin-bottom: 30px
    }
    .product .product-image .image img {
        width: 100%;
        height: auto;
        display: block
    }
    .blog-slider .image img {
        width: 100%;
        height: auto;
        display: block
    }
    .owl-item {
        padding: 10px
    }
    #owl-main .owl-item {
        padding: 0
    }
    .wide-banners .wide-banner:first-child {
        margin-bottom: 10px
    }
    .filters-container .no-padding {
        padding: 0
    }
    .search-result-container .category-product-inner .product-list.product .product-info {
        padding: 0
    }
    .hot-deal-wrapper .image img {
        width: 100%;
        height: auto;
        display: block
    }
    .main-header .logo-holder {
        text-align: center;
        margin-bottom: 20px
    }
    .main-header .contact-row {
        text-align: center
    }
    .special-menu {
        display: none !important
    }
    .single-product .home-banner {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .main-header .top-search-holder .search-area .control-group {
        position: relative
    }
    .main-header .top-search-holder .search-area .control-group .search-button {
        position: absolute;
        top: 0;
        right: 0
    }
    .category-carousel .item {
        height: auto
    }
    .filters-container .nav-tabs.nav-tab-box li {
        margin-right: 3px
    }
    .filters-container .lbl-cnt .lbl {
        margin-right: -1px
    }
    .cnt-homepage .single-product .product-info-block .cart {
        clear: both;
        margin-top: 20px
    }
    .shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
        font-size: 16px !important
    }
    .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
    .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
        font-size: 16px !important
    }
    .wrapper .box .wrapper-inner .container {
        width: auto !important
    }
    .special-menu {
        display: none !important
    }
    .home-banner img {
        width: 100%
    }
}

.blog-page .blog-post {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px
}

.blog-page .blog-post h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: 700
}

.blog-page .blog-post h1 a {
    color: #555
}

.blog-page .tab-content .blog-post {
    padding: 0 0 25px 0px !important;
    box-shadow: none !important
}

.blog-page .blog-post span {
    padding-right: 20px;
    color: #aaa;
    font-size: 13px
}

.blog-page .blog-post p {
    padding-top: 16px;
    font-size: 18px;
    color: #000;
    margin-bottom: 0
}

.blog-page .blog-post a {
    margin-top: 20px
}

.blog-page .blog-post .blog-pagination .pagination {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.blog-page .blog-post .social-media {
    margin-top: 20px;
    margin-bottom: 30px
}

.blog-page .blog-post .social-media span {
    font-size: 13px;
    color: #434343
}

.blog-page .blog-post .social-media a {
    font-size: 18px;
    margin: 0 10px 0 0;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #888
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 {
    font-family: 'Nunito', sans-serif;
    font-size: 15px
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a {
    color: #555
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post span {
    padding-right: 10px;
    color: #aaa;
    font-size: 12px
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post p {
    padding-top: 10px;
    font-size: 13px;
    color: #666
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs {
    border-bottom: none
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li {
    text-transform: uppercase;
    color: #666
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li>a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
    border: none;
    letter-spacing: 1px
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li:first-child>a {
    padding-right: 10px;
    border-right: 1px solid #d4d4d4
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li:last-child>a {
    padding-left: 10px;
    letter-spacing: .5px
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav>li>a {
    padding: 0;
    color: #666
}

.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
    content: "\f002";
    font-family: fontawesome;
    font-size: 13px;
    position: absolute;
    top: 14px;
    right: 30px;
    background-color: #fff;
    padding-left: 10px
}

.blog-page .sidebar .sidebar-module-container .search-area input {
    font-size: 12px;
    color: #9e9e9e;
    padding: 14px;
    border: 1px solid #e1e1e1;
    width: 100%;
    position: relative
}

.blog-page .blog-pagination {
    border-top: 1px solid #ececec
}

.blog-page .blog-pagination .pagination>li:first-child>a {
    margin-right: 10px
}

.blog-page .blog-pagination .pagination>li:last-child>a {
    margin-left: 2px
}

.blog-page .side-bar-blog .widget .categories .side-bar-title h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #555;
    padding-bottom: 8px;
    border-bottom: 1px solid #e3e3e3;
    margin: 0
}

.blog-page .blog-post-author-details {
    padding: 40px 0;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px
}

.blog-review {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px
}

.blog-write-comment {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px
}

.blog-page .blog-post-author-details .author-social-network {
    display: inline-block
}

.blog-page .blog-post-author-details .author-social-network button {
    background-color: #fff;
    border: 1px solid #e3e3e3
}

.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    height: 26px;
    width: 26px;
    text-align: center;
    display: inline-block;
    margin: 6px;
    line-height: 26px
}

.blog-page .blog-post-author-details .author-social-network>span {
    font-size: 13px;
    color: #434343;
    text-transform: uppercase;
    margin-right: 16px
}

.blog-page .blog-post-author-details .author-social-network .caret {
    color: #e3e3e3
}

.blog-page .blog-post-author-details .btn-group.open .dropdown-toggle {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.blog-page .blog-post-author-details img {
    float: left
}

.blog-page .blog-post-author-details .author-job {
    display: block;
    padding: 0;
    color: #aaa;
    font-size: 12px
}

.blog-page .blog-post-author-details h4 {
    display: inline-block;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    color: #555;
    margin: 0
}

.blog-page .blog-post-author-details p {
    font-size: 13px;
    color: #666;
    padding: 16px 0 0 0;
    text-align: justify
}

.blog-page .blog-review .title-review-comments {
    font-size: 16px;
    color: #555;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 40px
}

.blog-page .blog-review p {
    font-size: 13px;
    color: #666
}

.blog-page .blog-review .review-action {
    font-size: 12px;
    color: #666
}

.blog-page .blog-review .post-load-more {
    text-align: center;
    padding-bottom: 10px
}

.blog-page .blog-post .author:before,
.blog-page .blog-post .review:before,
.blog-page .blog-post .date-time:before {
    color: #666;
    font-size: 13px;
    padding-right: 4px;
    font-family: FontAwesome
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
    color: #666;
    font-size: 13px;
    padding-right: 4px;
    font-family: FontAwesome
}

.blog-page .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before {
    content: "\f007"
}

.blog-page .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before {
    content: "\f086"
}

.blog-page .blog-post .date-time:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
    content: "\f073"
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li.active>a,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li.active>a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs>li.active>a:focus {
    background-color: #fff
}

.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav>li>a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav>li>a:focus {
    background-color: #fff
}

.blog-page .blog-post .social-media a:hover,
.blog-page .blog-post .social-media a:focus {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff
}

.blog-page .blog-post .social-media i,
.blog-page .blog-post-author-details .author-social-network button a i {
    padding-top: 6px
}

.blog-page .blog-review h4,
.blog-page .blog-write-comment h4 {
    font-size: 14px;
    color: #555;
    font-family: 'Nunito', sans-serif;
    display: inline-block
}

.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
    text-decoration: underline
}

.blog-page .blog-review .blog-comments,
.blog-page .blog-review .blog-sub-comments {
    border-bottom: 1px solid #e3e3e3
}

.blog-page .blog-post-author-details .author-social-network .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.blog-page .blog-post-author-details .author-social-network .dropdown-menu>li>a .icon {
    margin-right: 5px
}

.blog-page .blog-post-author-details .author-social-network .dropdown-menu>li>a:hover,
.blog-page .blog-post-author-details .author-social-network .dropdown-menu>li>a:focus {
    background: rgba(0, 0, 0, 0)
}

.checkout-box .checkout-steps .panel-default {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px
}

.checkout-box .checkout-steps .info-box i {
    color: #108bea;
    font-size: 18px
}

.checkout-box .checkout-steps .info-box a {
    color: #108bea !important;
    font-weight: 700;
    font-family: 'arial', sans-serif
}

.checkout-box .checkout-steps .info-box label {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer
}

.checkout-box .checkout-steps .info-box p {
    font-size: 15px;
    line-height: 24px
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group .info-title {
    font-family: 'Nunito', sans-serif, sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 14px
}

.n-padding-right {
    padding-right: 0
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login .forgot-password {
    padding-top: 14px;
    display: inline-block
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a {
    font-size: 13px;
    color: #666;
    text-decoration: underline
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login button {
    margin-top: 15px
}

.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title {
    margin: 0px !important;
    font-size: 13px;
    font-weight: 700
}

.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a {
    color: #fff;
    text-transform: uppercase;
    display: block
}

.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a span {
    background-color: #aaa;
    color: #fff !important;
    display: inline-block;
    margin-right: 10px;
    padding: 15px 20px
}

.checkout-box .checkout-steps .checkout-subtitle {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #434343;
    margin-right: 12px
}

.checkout-box .checkout-steps .panel-body {
    padding: 20px;
    border: none
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none
}

.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase .guest-check {
    margin-bottom: 6px
}

.checkout-box .checkout-steps .guest-login ul .save-time-reg {
    padding-bottom: 4px
}

.checkout-box .panel-group .panel {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    padding: 0;
    border: 1px solid #dedede
}

.checkout-box .checkout-progress-sidebar .panel-body ul li a {
    color: #666
}

.checkout-box .checkout-progress-sidebar .panel .panel-heading {
    padding: 27px 30px;
    border-bottom: 1px solid #ddd
}

.checkout-box .checkout-progress-sidebar .panel .panel-heading h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 14px;
    margin-bottom: 10px
}

.checkout-box .checkout-steps .checkout-step-01 .guest-login form .radio input[type="radio"],
.checkout-box .checkout-steps form .radio-inline input[type="radio"],
.checkout-box .checkout-steps form .checkbox input[type="checkbox"],
.checkout-box .checkout-steps form .checkbox-inline input[type="checkbox"] {
    margin-left: 0
}

.checkout-box .checkout-steps .panel .panel-heading,
.checkout-box .checkout-progress-sidebar .panel .panel-heading {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0;
    border: none;
    background: #000
}

.checkout-box .checkout-steps .guest-login .title-tag-line,
.checkout-box .checkout-steps .already-registered-login .title-tag-line {
    margin-bottom: 15px;
    font-size: 13px
}

.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase,
.checkout-box .checkout-steps .guest-login ul {
    padding-left: 10px;
    font-size: 13px
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover {
    background-color: rgba(0, 0, 0, 0)
}

.checkout-progress-sidebar .nav>li>a {
    padding: 10px 0
}

.checkout-progress-sidebar .nav>li>a:hover,
.nav>li>a:focus {
    background: none
}

.contact-page {
    overflow: hidden
}

.contact-page .contact-map iframe {
    height: 400px;
    width: 100%
}

.contact-page .contact-info {
    font-size: 13px;
    color: #666
}

.contact-page .contact-info .contact-i {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 10px
}

.contact-page .contact-info .contact-i i {
    padding-top: 13px;
    font-size: 22px
}

.contact-page .contact-info .contact-span {
    display: block;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    font-size: 15px;
    font-family: 'Arial', 'sans-serif'
}

.contact-page .contact-info .address,
.contact-page .contact-info .phone-no,
.contact-page .contact-info .email {
    min-height: 150px;
    display: grid;
    align-items: center;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center
}

.contact-info a {
    color: #000
}

.contact-page .contact-title h4 {
    margin-bottom: 30px
}

.contact-page .contact-info .address,
.contact-page .contact-info .phone-no {
    margin-bottom: 10px
}

.shopping-cart {
    background-color: #f7f7f7;
    border: 1px solid #dedede;
    overflow: hidden
}

.shopping-cart .shopping-cart-table {
    background: #fff;
    padding: 20px
}

.shopping-cart .shopping-cart-table table {
    margin-bottom: 0px !important
}

.shopping-cart .shopping-cart-table table tbody tr td {
    vertical-align: middle
}

.shopping-cart .cart-image img {
    width: 80px
}

.cart-shopping-total {
    background: #f8f8f8
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
    font-size: 18px;
    color: #666
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover,
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus {
    color: #ff0000 !important
}

.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
    display: block;
    text-align: center
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
    vertical-align: middle !important
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
    margin-top: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 16px
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
    color: #555
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
    font-size: 11px;
    color: #aaa
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info {
    margin-top: 10px
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    color: #666;
    text-transform: uppercase
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
    font-family: 'Nunito', sans-serif, sans-serif;
    font-size: 12px;
    text-transform: lowercase;
    margin-left: 14px
}

.shopping-cart .shopping-cart-table .table>thead>tr>th {
    text-align: left;
    font-family: 'Nunito', sans-serif;
    font-size: 15px
}

.shopping-cart .shopping-cart-table .table>thead>tr>th.cart-total {
    min-width: 100px
}

.shopping-cart .shopping-cart-table .table>thead>tr>th.cart-remove {
    text-align: center
}

.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    color: #555;
    margin-bottom: 2px;
    margin-top: 0;
    display: block
}

.shopping-cart .estimate-ship-tax table thead tr th p {
    font-family: 'Nunito', sans-serif, sans-serif;
    font-size: 13px;
    color: #666;
    font-weight: 400;
    margin-bottom: 0
}

.shopping-cart .estimate-ship-tax table thead tr>th {
    padding: 24px 10px 20px 10px
}

.shopping-cart .estimate-ship-tax table tbody tr>td {
    padding: 24px 10px !important
}

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .selectpicker {
    background: #fff;
    color: #999;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee
}

.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
    background: rgba(0, 0, 0, 0)
}

.shopping-cart .cart-shopping-total table thead tr th {
    background-color: #fafafa;
    text-align: right;
    padding: 24px 50px
}

.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
    color: #555;
    margin-bottom: 7px
}

.shopping-cart .cart-shopping-total table tbody tr td {
    padding: 24px 50px
}

.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
    float: right !important;
    margin-bottom: 8px
}

.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
    display: block;
    font-weight: 400;
    color: #666
}

.shopping-cart .shopping-cart-table table tbody tr .romove-item {
    text-align: center
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
    text-align: right
}

.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span {
    display: block;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #555;
    text-transform: uppercase
}

.shopping-cart .shopping-cart-table table tbody tr span#row-subtotal {
    display: inline
}

.shopping-cart .estimate-ship-tax table tbody tr td .form-group label,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group input,
.blog-page .blog-write-comment .form-group label,
.blog-page .blog-write-comment .form-group input,
.contact-page .contact-form form label,
.contact-page .contact-form form input {
    font-size: 13px;
    font-weight: 400;
    color: #999
}

.shopping-cart .estimate-ship-tax table tbody tr td .form-group label span,
.blog-page .blog-write-comment label span,
.contact-page .contact-form form label span,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group label span {
    color: red
}

.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    font-family: 'Nunito', sans-serif;
    font-size: 14px
}

.shopping-cart-table table tbody tr td .quant-input {
    display: inline-block;
    height: 35px;
    position: relative;
    width: 85px
}

.shopping-cart-table table tbody tr td .quant-input .arrows {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 40px
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
    top: 5px
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
    top: -7px
}

.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
    position: relative
}

.shopping-cart-table table tbody tr td .quant-input input {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    font-size: 15px;
    height: 35px;
    left: 0;
    padding: 0 20px 0 18px;
    position: absolute;
    top: 0;
    width: 85px;
    z-index: 1
}

.checkout-btn {
    background: #fdd922;
    color: #333;
    padding: 10px 18px
}

.product-comparison .page-title {
    font-family: 'Nunito', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 40px
}

.product-comparison img {
    width: 150px !important
}

.product-comparison .compare-table tr th {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    padding: 18px 25px;
    vertical-align: middle;
    border: 1px solid #e5e5e5
}

.product-comparison .compare-table tr td {
    padding: 18px 30px;
    border: 1px solid #e5e5e5
}

.product-comparison .compare-table tr td .product {
    margin-bottom: 15px;
    margin-top: 40px
}

.product-comparison .compare-table tr td .product .product-image .image a {
    display: block;
    text-align: left
}

.product-comparison .compare-table tr td .product-price .price {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-right: 8px
}

.product-comparison .compare-table tr td .product-price .price-before-discount {
    color: #D3D3D3;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: line-through
}

.product-comparison .compare-table tr td .text {
    font-size: 14px;
    line-height: 22px
}

.product-comparison .compare-table tr td .in-stock {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0
}

.product-comparison .compare-table tr td .remove-icon {
    color: #666
}

.product-comparison .compare-table tr td .remove-icon:hover,
.product-comparison .compare-table tr td .remove-icon:focus {
    color: #f66
}

.body-content .x-page .x-text h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 200px;
    font-weight: 700
}

.body-content .x-page .x-text p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400
}

.body-content .x-page .x-text .le-button {
    border-radius: 0 3px 3px 0;
    margin: 0 0 0 -5px;
    padding: 19px 23px 20px;
    font-size: 15px;
    font-weight: 700;
    line-height: 10px;
    border: medium none;
    color: #333;
    background: #fdd922
}

.body-content .x-page .x-text form input {
    border: 1px solid #e0e0e0;
    border-radius: 3px 0 0 3px;
    color: #3d3d3d;
    padding: 13px;
    font-size: 15px;
    width: 40%
}

.body-content .x-page .x-text a {
    font-size: 15px
}

.body-content .x-page .x-text a i {
    padding-right: 2px
}

.terms-conditions-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    overflow: hidden
}

.body-content .terms-conditions-page .terms-conditions h2,
.body-content .faq-page h2,
.body-content .track-order-page h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #555;
    text-align: center;
    font-family: 'Nunito', sans-serif
}

.body-content .terms-conditions-page .terms-conditions h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 30px;
    font-weight: 700
}

.body-content .terms-conditions-page .terms-conditions ol {
    padding-left: 22px
}

.body-content .terms-conditions-page .terms-conditions ol li {
    font-style: normal;
    font-size: 13px;
    color: #666;
    padding-bottom: 20px
}

.body-content .terms-conditions-page .terms-conditions p {
    font-size: 15px
}

.body-content .terms-conditions-page .terms-conditions h2,
.body-content .terms-conditions-page .terms-conditions span,
.body-content .track-order-page span {
    text-align: left
}

.track-order-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    overflow: hidden
}

.product-comparison {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    overflow: hidden
}

.faq-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    overflow: hidden
}

.faq-page .panel-group .panel {
    padding: 0;
    box-shadow: none
}

.body-content .terms-conditions-page .terms-conditions span,
.body-content .faq-page .title-tag,
.body-content .track-order-page span {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #666
}

.body-content .faq-page .title-tag {
    text-align: left;
    padding-bottom: 30px
}

.body-content .track-order-page .register-form label {
    font-weight: 400;
    font-size: 14px
}

.body-content .track-order-page .register-form .form-group {
    margin-bottom: 25px
}

.my-wishlist-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    overflow: hidden
}

.heading-title {
    text-align: left !important;
    text-transform: none !important;
    padding: 0 0 15px 0px !important;
    font-weight: bold !important;
    font-size: 22px !important;
    border-bottom: 1px #e5e5e5 solid !important
}

.body-content .my-wishlist-page .my-wishlist table>thead>tr>th {
    text-align: center;
    font-size: 30px;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
    border: none;
    font-weight: 400
}

.body-content .my-wishlist-page img {
    width: 100%
}

.body-content .my-wishlist-page .my-wishlist table tbody tr:nth-child(even) {
    border-top: 1px solid #ddd
}

.body-content .my-wishlist-page .my-wishlist table tbody .product-name {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    padding-bottom: 6px
}

.body-content .my-wishlist-page .my-wishlist table tbody .product-name a {
    color: #434343
}

.body-content .my-wishlist-page .my-wishlist table tbody .rating span {
    font-size: 11px;
    color: #aaa;
    padding-left: 10px
}

.body-content .my-wishlist-page .my-wishlist table tbody .rating .rate {
    color: #ffb400
}

.body-content .my-wishlist-page .my-wishlist table tbody .rating .non-rate {
    color: #dcdcdc
}

.body-content .my-wishlist-page .my-wishlist table tbody .price {
    font-size: 16px;
    padding-top: 4px;
    font-weight: 700
}

.body-content .my-wishlist-page .my-wishlist table tbody .price span {
    font-size: 15px;
    color: #ddd;
    text-decoration: line-through;
    padding-left: 10px
}

.body-content .my-wishlist-page .my-wishlist table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
    border: none
}

.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a,
.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a:hover {
    color: #ff7878;
    font-size: 15px
}

.sign-in-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    overflow: hidden
}

.body-content .sign-in-page .sign-in h4,
.body-content .sign-in-page .create-new-account h4 {
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd
}

.body-content .sign-in-page .sign-in p,
.body-content .sign-in-page .create-new-account p {
    font-size: 15px;
    color: #666
}

.body-content .sign-in-page .sign-in .social-sign-in a,
.body-content .sign-in-page .sign-in .social-sign-in a:hover,
.body-content .sign-in-page .sign-in .social-sign-in a:focus {
    border-radius: 3px;
    padding: 14px 30px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    text-align: center
}

.body-content .sign-in-page .sign-in .social-sign-in a i {
    padding-right: 6px
}

.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in {
    background-color: #3d5c98;
    margin-right: 10px
}

.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:hover,
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:focus {
    background-color: #153470
}

.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in {
    background-color: #22aadf
}

.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:hover,
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:focus {
    background-color: #0084B9
}

.body-content .sign-in-page .create-new-account>span {
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    padding-bottom: 14px;
    text-transform: uppercase;
    display: inline-block
}


.body-content .sign-in-page .create-new-account .checkbox label {
    margin-bottom: 10px;
    font-size: 16px
}

.body-content .sign-in-page form .form-group span {
    color: red
}

.body-content .sign-in-page .register-form label {
    font-size: 14px;
}

.body-content .sign-in-page .register-form .form-group {
    margin-bottom: 10px
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -5px
}

.tooltip-inner {
    font-family: 'Nunito', sans-serif;
    border-radius: 2px;
    min-width: 70px;
    z-index: 10000
}

.avatar {
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px
}

.avatar img {
    border-radius: 0;
    margin-bottom: 10px;
    width: auto;
    display: inline-block;
    width: 110px
}

.testimonials {
    color: #333;
    font-size: 13px;
    margin-bottom: 15px;
    letter-spacing: .5px;
    text-align: center
}

.clients_author {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    letter-spacing: .5px;
    display: block;
    text-align: center
}

.clients_author span {
    font-size: 13px;
    font-weight: 400;
    color: #999;
    display: block
}

.testimonials-section .bx-wrapper .bx-pager {
    padding-top: 30px
}

.testimonials-section .bx-wrapper {
    margin: 0 0 50px
}

.testimonials-section em {
    font-size: 30px;
    font-style: normal;
    vertical-align: top;
    display: inline-block;
    line-height: 5px;
    margin-top: 15px;
    font-family: Arial, Helvetica, sans-serif
}

.home-banner {
    margin-top: 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.filterArea .filterItem:last-child {
    margin-bottom: 0
}

.filterArea .filterItem {
    color: #202020;
    min-height: 15px;
    overflow: hidden;
    margin-bottom: 5px
}

.filterArea .filterCategory a {
    display: inline-block;
    color: #000;
    font-size: 13px
}

.filterArea .filterList {
    display: inline-block;
    overflow: hidden;
    height: auto;
    width: 100%;
    box-sizing: border-box
}

.filterArea .filterCategory .filterList {
    max-height: none
}

.filterArea .filterCategory .filterItem>.filterList {
    margin: 5px 0 0 15px
}

.filterArea .filterCategory .filterList .filterList {
    padding-right: 15px
}

.filterArea .filterItem.parent>a {
    font-weight: 600;
    margin-bottom: 3px
}

.filterArea .filterCategory .filterList .parent .filterList {
    margin-top: 3px
}

.filterArea .filterCategory .filterList .filterList .filterList {
    padding-right: 30px
}

.filterItem-2 {
    padding-left: 15px
}

.filterItem-3 {
    padding-left: 30px
}

.filterItem-4 {
    padding-left: 45px
}

.order-brief h4 {
    font-weight: 700
}

.order-brief td,
.order-brief th {
    padding: 8px 4px !important
}

.order-brief th,
.order-brief td {
    font-size: 15px;
    border-bottom: none !important
}

.order-brief tr.total td {
    font-weight: 700;
    font-size: 15px
}

.img-fluid {
    width: 100%
}

.order-brief .order-count {
    font-size: 13px
}

.addressBox {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #dedede;
    padding: 15px;
    float: left;
    position: relative;
    margin-bottom: 20px
}

.addressBox.isActive {
    border-color: #32be23
}

.customRadio {
    display: none
}

.addressBox .customRadio+label {
    width: 100%
}

.customRadio+label {
    cursor: pointer;
    color: inherit;
    width: auto;
    padding-left: 10px;
    box-sizing: border-box;
    line-height: 18px
}

.customRadio+label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    border: solid 1px #c9c9c9;
    box-sizing: border-box
}

.customRadio:checked+label:before {
    content: "\2022";
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    background-color: #32be23;
    border-color: #32be23
}

.shopping-cart,
.order-container {
    margin-bottom: 20px
}

.shopping-cart label {
    font-weight: 500
}

.shopping-cart h3 {
    margin-bottom: 15px;
    margin-top: 0
}

.address__name {
    color: grey;
    width: 100%;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.address__name b {
    color: #000
}

.statusBtn {
    position: absolute;
    bottom: 15px;
    right: 30px;
    color: #06c;
    font-size: 11px
}

.addressBox .greenTriangle {
    display: none
}

.addressBox.isActive .greenTriangle {
    display: block
}

.greenTriangle {
    border-color: transparent transparent #32be23;
    border-width: 0 0 25px 25px;
    border-style: solid;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block
}

.greenTriangle.svgIcon:before {
    position: absolute;
    font-size: 16px;
    color: #fff;
    left: -15px;
    top: 10px
}

.svgIcon_tick-white:before {
    background: url(/assets/css/images/spriteSVG.svg#tick-white) 0 0;
    width: 20px;
    height: 20px
}

.svgIcon:before {
    content: '';
    position: relative;
    display: inline-block
}

.bireysel,
.corporate {
    display: none
}

.bireysel.active,
.corporate.active {
    display: block
}

.statusBtn span {
    cursor: pointer;
    margin-right: 5px
}

.payment-success .label-success {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    margin: 15px 0
}

.payment-success p {
    font-size: 16px
}

.order-container {
    background-color: #fff;
    overflow: hidden
}

.order-container p {
    margin-bottom: 0
}

.order-container .split {
    display: block;
    margin-bottom: 8px
}

.order-container .label-span {
    color: grey
}

.order-container span.address {
    font-weight: 700
}

.order-container span.orderDate,
.order-container span.orderNumber {
    font-weight: 600
}

.order-container .orderTable {
    display: table;
    width: 100%;
    border-bottom: 2px solid #013b96;
    background: #f7f7f7;
    padding: 0 20px;
    margin-bottom: 0
}

.order-container .orderTable .row {
    display: table-row
}

.order-container .orderTable .cell {
    display: table-cell;
    vertical-align: top;
    padding: 12px 0 12px 0
}

.order-container .orderTable .cell.detail {
    padding-right: 20px;
    vertical-align: bottom;
    text-align: right
}

.order-container .orderTable .cell.detail .link {
    display: inline-block
}

.order-container .cell span.btn {
    display: block;
    font-size: 12px;
    cursor: pointer;
    margin-top: 5px
}

.order-container .orderBody {
    border: 1px solid #dedede
}

.order-container .orderBody tr td:first-child {
    width: 80px
}

.btn {
    cursor: pointer
}

.btn.isActive {
    background-color: red
}

.fav-btn {
    cursor: pointer;
    color: #7a7373;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.fav-btn.isActive i{
    color:#ff7878
}

.fav-btn i {
    font-size: 18px;
    margin-right: 5px;
}

.fav-btn:hover {
    color: #272727;
}

.compare-btn {
    background: #dedede;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    color: #b8b8b8;
    border: 1px solid #a9a9a9;
    width: 38px;
    height: 38px;
    line-height: 42px
}

.compare-btn i {
    font-size: 20px
}

.compare-btn:hover {
    color: #272727;
    border: 1px solid #272727
}

.discount-prices {
    vertical-align: top;
    padding: 10px;
    font-size: 15px;
    background: #34b04e;
    font-family: 'arial';
    color: #fff;
    border-radius: 3px
}

.discount-prices {
    position: absolute;
    left: 10px;
    top: 10px
}

.create-fav {
    position: absolute;
    padding-left: 2px;
    top: 22px;
    right: 22px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 2.7;
    box-shadow: 1px 1px 1px #c5c5c5;
}

.create-fav.isActive i:before {
    color: red;
    content: "\f004"
}

.create-fav.isActive:hover i:before {
    color: #ddd
}

.create-fav:hover i {
    color: #ddd
}

.create-fav i {
    font-size: 20px;
    color: #000
}

.bill-addressess {
    display: none
}

.bill-addressess.isActive {
    display: block
}

.cs-pt {
    cursor: pointer
}

.address-add label {
    line-height: 30px;
    font-weight: 600 !important
}

.panel-body.address {
    padding: 20px 0 !important
}

.bireysel,
.corporate {
    display: none
}

.bireysel.active,
.corporate.active {
    display: block
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

.badge {
    padding: .33em .5em;
    border-radius: .375rem
}

.badge-primary-soft {
    color: #007bff;
    background-color: rgba(0, 123, 255, .1)
}

.badge-secondary-soft {
    color: #6c757d;
    background-color: rgba(108, 117, 125, .1)
}

.badge-success-soft {
    color: #28a745;
    background-color: rgba(40, 167, 69, .1)
}

.badge-danger-soft {
    color: #dc3545;
    background-color: rgba(220, 53, 69, .1)
}

.badge-warning-soft {
    color: #212529;
    background-color: rgba(255, 193, 7, .1)
}

.badge-info-soft {
    color: #17a2b8;
    background-color: rgba(23, 162, 184, .1)
}

.badge-light-soft {
    color: #212529;
    background-color: rgba(248, 249, 250, .1)
}

.badge-dark-soft {
    color: #343a40;
    background-color: rgba(52, 58, 64, .1)
}

p.product-short-desc {
    font-size: 15px;
    color: #000;
    line-height: 1.5
}

@media (max-width:600px) {
    .mobilLA21123 {
        display: block
    }
    .kvkk>.kapsa {
        flex-direction: column
    }
    .kvkk .content {
        font-size: .7em;
        margin-right: 0;
        margin-bottom: 1em
    }
    .kvkk .kabul {
        min-width: auto
    }
}

.kvkk {
    background-color: #228609;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 999;
    font-family: 'Montserrat', sans-serif;
    font-size: .9em;
    line-height: 1.6em;
    color: #fff
}

.kapsa {
    margin: 0 auto;
    width: 90%;
    max-width: 1300px;
    padding: 10px 0
}

.kvkk .content {
    margin-right: 2em;
    font-size: 15px
}

.kvkk .content a {
    color: #fff;
    text-decoration: underline !important;
    font-weight: 600
}

.kvkk>.kapsa {
    display: flex;
    align-items: center;
    float: left;
    margin-left: 25px;
}

.kvkk .kabul {
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.kvkk .kabul span {
    padding: 10px 15px;
    font-weight: 700;
    border: 1px solid #000;
    display: inline-block;
    cursor: pointer
}

.block-item[data-type=filter-product-groups] .block-item-content {
    padding: 0;
    border: 0;
    background: 0 0
}

.filter-menu .filter-menu-box {
    margin-bottom: 2rem;
    border: 1px solid #ebebeb;
    background-color: #fff
}

.filter-menu .filter-menu-groups .filter-menu-group-title {
    padding: 1rem;
    border-bottom: 1px solid #eee;
    font-size: 1.4rem;
    background: #0053cf
}

.filter-menu .filter-menu-groups .filter-menu-group-title:before {
    content: "";
    width: 2px;
    height: 16px;
    margin-right: 10px;
    background-color: #c9aa6d
}

.filter-menu .filter-menu-groups .filter-menu-group-title {
    position: relative;
    color: #fff;
    padding: 1rem 1.5rem;
    font-size: 1.9rem;
    font-weight: bolder;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e9e9e9
}

.filter-menu .filter-menu-groups .filter-menu-group-title {
    padding: 2rem
}

.filter-menu .filter-menu-groups .filter-menu-group-content {
    padding: 1rem
}

.filter-menu .filter-menu-groups .filter-menu-group-content {
    padding: 1.5rem 2rem
}

.scroll-wrapper {
    overflow: hidden
}

.filter-menu .filter-menu-groups .filter-menu-group-content .checkbox-custom:last-child {
    margin-bottom: 0
}

.radio-custom,
.checkbox-custom {
    display: block;
    position: relative
}

.filter-menu .filter-menu-groups .filter-menu-group-content .checkbox-custom {
    overflow: hidden;
    margin-bottom: 1rem
}

.radio-custom input[type=radio],
.radio-custom input[type=checkbox],
.checkbox-custom input[type=radio],
.checkbox-custom input[type=checkbox] {
    position: absolute;
    left: -9999em
}

input[type=radio]+label,
input[type=checkbox]+label {
    margin-bottom: 0;
    color: #4b4b4b;
    font-size: 1.2rem;
    position: relative;
    padding-left: 2.5rem;
    cursor: pointer
}

.filter-menu .filter-menu-groups .filter-menu-group-content .checkbox-custom label {
    padding-right: 1rem
}

.filter-menu .filter-menu-groups .filter-menu-group-content label {
    color: #000;
    font-size: 1.6rem
}

.filter-menu input[type=radio]+label:before,
.filter-menu input[type=checkbox]+label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.6rem;
    height: 1.6rem;
    content: "";
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #e1e1e1
}

.filter-menu .filter-menu-groups .filter-menu-group-content input[type=radio]+label:before,
.filter-menu .filter-menu-groups .filter-menu-group-content input[type=checkbox]+label:before {
    border-radius: 0;
    top: 2px
}

input[type=checkbox]+label:before {
    background-size: .8rem;
    border-radius: .4rem
}

.filter-menu .filter-menu-groups .filter-menu-group-content input[type=radio]:checked+label:before,
.filter-menu .filter-menu-groups .filter-menu-group-content input[type=checkbox]:checked+label:before {
    border-color: #c7aa14;
    background-color: #fdd922
}

input[type=checkbox]:checked+label:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNiAyLjk3NCA3LjI1IDggMi4xOTN6Jy8+PC9zdmc+)
}

.scroll-wrapper {
    max-height: 200px
}

.checkbox-custom label {
    font-weight: 500
}

.filter-menu .filter-menu-groups .filter-menu-group-content .filter-menu-box-image {
    display: flex;
    flex-wrap: wrap
}

.filter-menu .filter-menu-groups .filter-menu-group-content .filter-menu-box-image {
    display: block
}

.filter-menu .filter-menu-groups .filter-menu-group-content .filter-menu-box-image .filter-menu-image-checkbox {
    margin: 0 1rem 1rem 0;
    overflow: hidden;
    position: relative
}

.filter-menu .filter-menu-groups .filter-menu-group-content .filter-menu-box-image .filter-menu-image-checkbox input[type=checkbox] {
    position: absolute;
    left: -9999em
}

.filter-menu .filter-menu-groups .filter-menu-group-content .filter-menu-box-image .filter-menu-image-checkbox img {
    max-width: 2.4rem;
    max-height: 2.4rem
}

.filter-menu .filter-menu-groups .filter-menu-group-content .filter-menu-box-image .filter-menu-image-checkbox input[type=checkbox]+label {
    padding: 0;
    border: 1px solid #eee
}

.filter-menu .filter-menu-groups .filter-menu-group-content .filter-menu-box-image .filter-menu-image-checkbox input[type=checkbox]+label {
    margin-left: 2.5rem
}

.filter-menu .filter-menu-groups .filter-menu-group-content .filter-menu-box-image .filter-menu-image-checkbox input[type=checkbox]+label:before {
    content: '';
    left: -2.5rem;
    top: 5px
}

.filter-menu .filter-menu-groups .filter-menu-group-content .filter-menu-box-image .filter-menu-image-checkbox input[type=checkbox]:checked+label {
    border-color: #d5d5d5
}

.filter-menu .filter-menu-groups .filter-menu-group-content .filter-menu-box-image .filter-menu-image-checkbox input[type=checkbox]+label {
    padding: 0;
    border: 1px solid #eee;
    display: flex;
    width: 3.2rem;
    height: 3.2rem;
    align-items: center;
    justify-content: center
}

@media(max-width:767px) {
    .category-filter,
    .mobile-categories {
        position: fixed;
        width: 280px;
        height: 100%;
        left: -280px;
        top: 0;
        background: #fff;
        z-index: 100;
        padding: 12px;
        transition: all .4s ease-in-out;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
    .filter-menu-active .category-filter,
    .mobile-menu-active .mobile-categories {
        left: 0
    }
    .openbox-overlay,
    .navigation-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0, 0, 0, .6);
        display: none;
        z-index: 99;
        width: 100%;
        height: 100%;
        cursor: pointer
    }
    .category-list {
        padding: 0;
        background: transparent;
        border: none
    }
    .row {
        margin-right: -6px;
        margin-left: -6px
    }
    .row .col,
    .row [class*=col-] {
        padding-right: 6px;
        padding-left: 6px
    }
    .col-xs-6 .products {
        position: relative;
        padding: 1rem;
        border: 1px solid #ebebeb;
        margin-bottom: 12px
    }
    .search-result-container .category-product .product {
        margin-bottom: 0
    }
    .product .product-info .name {
        margin-top: 10px;
        font-size: 13px;
        min-height: 43px
    }
    .filters-container {
        padding: 5px 10px
    }
    .lbl-cnt,
    .lbl-cnt .inline,
    .lbl-cnt .inline .dropdown,
    .lbl-cnt .inline .dropdown button {
        width: 100%;
        margin-bottom: 0 !important
    }
    .lbl-cnt .dropdown button {
        background: #108bea;
        border: none;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500
    }
    .filter-button {
        line-height: 36px;
        border-radius: 0;
        font-weight: 500
    }
    .create-fav {
        position: absolute;
        top: 5px;
        right: 5px;
        cursor: pointer;
        width: 32px;
        height: 32px;
        background: #fff;
        text-align: center;
        border-radius: 50%;
        line-height: 2.7;
        box-shadow: 1px 1px 1px #c5c5c5
    }
    .create-fav i {
        font-size: 15px
    }
    .quick-view {
        display: none
    }
    .discount-prices {
        left: 5px;
        top: 5px
    }
    .discount-prices {
        padding: 5px;
        font-size: 13px;
        font-family: 'arial';
        border-radius: 3px;
        line-height: 1.7
    }
}

.whatsapp2318 {
    background: #25D366
}

.mobilLA21123 {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
    background: #000;
    z-index: 9999
}

.mobilLA21123 a {
    width: 100%;
    float: left;
    text-align: center;
    display: table;
    padding: 10px;
    color: #fff;
    line-height: 18px;
    font-size: 11px
}

.mobilLA21123 a b {
    padding-top: 5px;
    display: inline-block
}

.mobilLA21123 a span {
    display: table;
    float: left;
    width: 30px;
    position: relative
}

.mobilLA21123 a span img {
    width: 100%
}

@media (max-width:720px) {
    .mobilLA21123 {
        display: block
    }
}

.home-category-banner {
    margin-bottom: 30px
}

.home-category-banner .textarea {
    position: absolute;
    top: 5rem;
    left: 5rem
}

.home-category-banner .textarea .title {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.3
}

.home-category-banner .textarea .pricearea {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.87rem
}

.home-category-banner .textarea .discount {
    color: #333;
    font-size: 24px;
    font-weight: 400;
    text-decoration: line-through
}

.home-category-banner .textarea .price {
    color: #333;
    font-size: 32px;
    font-weight: 700
}

.home-category-banner .textarea a {
    background-color: #fff;
    color: #000;
    font-size: 1.2rem;
    font-weight: 700;
    padding: .8rem 1rem;
    text-transform: uppercase
}

@media (max-width:720px) {
    .main-header {
        border-bottom: 1px solid #dedede
    }
   
    .top-bar .cnt-account ul>li a {
        color: #fff;
        font-size: 13px
    }
    .mobile-menu .navbar-nav>li>a {
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: 2px solid #ddd;
        color: #333;
        font-size: 13px
    }
    .mobile-menu .navbar-nav>li>a i {
        float: right
    }
    .main-header .top-search-holder .search-area .search-button {
        width: 33px;
        height: 33px;
        padding: 0
    }
    .top-search-holder .search-area .search-field {
        width: 80%;
        padding: 8px
    }
    .mobile-categories .top-search-holder {
        margin-top: 15px
    }
    .single-product .product-info-block .name {
        font-size: 16px
    }
    .home-category-banner .textarea .title {
        font-size: 20px
    }
    .single-product .product-info .stock-container .stock-box .label,
    .single-product .product-info .stock-container .stock-box .value {
        font-size: 13px
    }
    .single-product .product-info .price-container {
        padding: 0
    }
    .home-category-banner .textarea .price {
        font-size: 20px
    }
    .home-category-banner .textarea .discount {
        font-size: 16px
    }
    .home-category-banner .textarea {
        top: 3rem;
        left: 3rem
    }
    .home-category-banner .col-md-6 {
        margin-bottom: 15px
    }
    .altHeader {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 998;
        padding: 7px 0;
        border-top: 1px solid #dedede;
        line-height: 1.2
    }
    .altHeader ul {
        float: left;
        width: 100%;
        position: relative
    }
    .altHeader>ul>li {
        float: left;
        width: 25%
    }
    .altHeader ul li.active a {
        color: #000
    }
    .altHeader ul li a {
        float: left;
        width: 100%;
        text-align: center;
        color: #000;
        font-size: 11px;
        position: relative
    }
    .altHeader ul li a i {
        display: block;
        font-size: 18px;
        width: 100%;
        height: 22px;
        color: #999
    }
    .altHeader ul li a span {
        display: block;
        font-size: 13px
    }
    .altHeader span.count {
        width: 16px;
        height: 16px;
        position: absolute;
        top: -3px;
        left: 42px;
        background: #2ce120;
        border-radius: 50%;
        color: #fff;
        font-weight: 600;
        line-height: 16px
    }
    .altHeader a.whatsapp i {
        font-weight: 700;
        color: #2ce120
    }
}

.img-fluid {
    max-width: 100%
}

.list-products .products {
    margin-left: none;
    margin-right: none
}

.list-products .product {
    border: 1px solid #ddd
}

.search-area .control-group {
    position: relative
}

.easy-autocomplete-container {
    background: #fff;
    border: 1px solid #ddd;
    position: absolute;
    width: 100%;
    z-index: 999
}

.easy-autocomplete-container ul li {
    float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec
}

.easy-autocomplete-container ul li a {
    float: left;
    width: 100%;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 13px
}

.easy-autocomplete-container:not([data-callback]) span,
.easy-autocomplete-container .search-image {
    margin-right: 10px;
    margin-left: 5px
}

.easy-autocomplete-container img {
    margin: 0 auto;
    width: 32px;
    border: 1px solid #ddd
}

.header-nav {
    position: relative
}

.header-nav:after {
    background: #e9e9e9;
    position: absolute;
    content: '';
    height: 0.2rem;
    right: 0;
    left: 0;
    bottom: 0;
}
@media (max-width:480px) {
    .md-modal {
        position: absolute !important;
        top: 0 !important;
        left: 8% !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }
}

h1.category-title {
    display: inline-block;
    margin: 0;
    font-size: 22px;
    color: #000
}

.f-r {
    float: right !important
}

.blog-post .img-responsive {
    width: 100%
}

.image-moz {
    height: 100%;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat
}

.collection-carousel {
    margin-bottom: 10px;
}

.collection-carousel .item {
    height: 350px
}

.collection-carousel .item {
    padding-left: 15px;
    padding-right: 15px
}

.collection-carousel .image-moz .text-moz {
    padding-top: 235px;
    text-align: center
}

.collection-carousel .image-moz .text-moz h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

@media (min-width:992px) and (max-width:1199px) {
    .collection-carousel .item {
        height: 250px
    }
    .collection-carousel .image-moz .text-moz {
        padding-top: 175px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .collection-carousel .item {
        height: 500px
    }
    .collection-carousel .owl-item {
        padding: 0
    }
    .collection-carousel .image-moz .text-moz {
        padding-top: 325px
    }
}

@media (min-width:481px) and (max-width:767px) {
    .collection-carousel .item {
        height: 700px
    }
    .collection-carousel .image-moz .text-moz {
        padding-top: 475px
    }
}

@media (max-width:480px) {
    .collection-carousel .item {
        height: 500px
    }
    .collection-carousel .image-moz .text-moz {
        padding-top: 325px
    }
}

.collection-carousel .owl-controls {
    position: absolute;
    right: 20px;
    top: 54%;
    width: 100%;
    display: block
}

.collection-carousel .owl-controls .owl-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    left: 40px;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50%;
    background: #000000ba
}

.collection-carousel .owl-controls .owl-prev:before {
    color: #fff;
    content: "\f104";
    font-family: fontawesome;
    font-size: 24px;
    left: 13px;
    position: absolute;
    top: 2px
}

.collection-carousel .owl-controls .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    right: 0;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50%;
    background: #000000ba
}

.collection-carousel .owl-controls .owl-next:before {
    content: "\f105";
    font-family: fontawesome;
    color: #fff;
    font-size: 24px;
    left: 15px;
    position: absolute;
    top: 2px
}

.shop-now-button {
    color: #fff;
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    font-weight: 500
}

.shop-now-button:hover {
    transform: scale(1.1);
    color: #fff
}

.shop-now-button-2 {
    color: #000;
    background: none;
    border: 1px solid #000;
    border-radius: 0;
    font-weight: 500
}

.shop-now-button-2:hover {
    transform: scale(1.1);
    color: #000;
    background: transparent !important
}

.b-scrollToTop {
    text-align: center;
    z-index: 350;
    font-size: 0;
    border-radius: 50%;
    text-decoration: none;
    position: fixed;
    top: calc(50% - 150px);
    right: 0;
    visibility: hidden;
    opacity: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .2s all ease;
    -moz-transition: .2s all ease;
    -o-transition: .2s all ease;
    -webkit-transition: .2s all ease;
}

.b-scrollToTop {
    opacity: 1;
    visibility: visible
}

.b-scrollToTop img {
    width: 50px
}

span.required {
    color: red
}
.proflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding-top: 30px;
}

.add-cart-line .basket-button {
    margin-left: 5px
}

.add-cart-line .basket-button i {
    color: #ff2121
}

.input-step {
    border: 1px solid #ced4da;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: visible;
    height: 37.5px;
    border-radius: .25rem;
    background: #fff;
    padding: 4px;
    align-items: center;
    border-radius: 25px;
}

.input-step input {
    width: 2.3em;
    height: 100%;
    text-align: center;
    border: 0;
    background: 0 0;
    color: var(--vz-body-color);
    border-radius: .25rem;
    outline: 0;
}

.input-step button {
    width: 22px;
    height: 22px;
    line-height: 17px;
    font-size: 17px;
    padding: .2em !important;
    background: #f3f6f9;
    color: #212529;
    border: none;
    border-radius: 50%;
    font-weight: 900;
}

.double {
    padding-left: 20px;
    padding-right: 20px;
}

.userareamain {
    border-radius: 5px;
    background-color: #004693;
    height: 3.2em;
    display: inline-block;
    display: inline-flex;
    margin-top: 8px;
    float: right;
    margin-right: 15px;
    cursor: pointer
}

.userareamain .btn-group {
    display: flex;
    align-items: center;
}

.userarea {
    justify-content: space-around;
    display: flex;
    align-items: center
}

.userarea>span {
    display: flex;
    flex-direction: column;
}

.userarea .first {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 0.1rem;
    text-transform: uppercase;
    line-height: 1.5
}

.userarea .second {
    color: #fff;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.5
}

.userarea i {
    color: #fff;
    margin-right: 10px;
    font-size: 24px;
}

.userareamain .dropdown-menu {
    left: auto;
    padding: 0
}

.userareamain .dropdown-menu .dropdown-item {
    width: 100%;
    float: left;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-weight: 900;
    font-size: 13px;
}

.userareamain .dropdown-menu .dropdown-item:first-child {
    background: #06b7ec;
    color: #fff;
}

.userareamain .dropdown-menu .dropdown-item:last-child {
    background: #cf2016;
    color: #fff;
}

.slide-container {
    position: relative;
    padding-bottom: 50px;
    background: #f7f7f7;
    padding-top: 10px
}

.slide-container:after {
    background: #005aab;
    position: absolute;
    content: '';
    height: 5px;
    right: 0;
    left: 0;
    bottom: 0;
}

@media (max-width: 767px) {
    .slide-container {
        padding-bottom: 0;
        padding-top: 15px
    }

    .b-scrollToTop {
        display: none
    }

    .proflex {
        display: block !important;
    }

    .product {
        padding: 10px
    }
}

.btn-half-1 {
    width: 49%;
    float: left;
    background-color: #b41847;
    font-size: 13px;
    margin-right: 2%;
}
.btn-half-2 {
    width: 49%;
    float: left;
    background-color: #18b455;
    font-size: 13px;
}
.full-width{
    width:100%;
}
.collections{
    margin-bottom: 15px;
}
.collections .content{
        min-height: 35px;
    }

    .collections .image a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
.collections-2 img {
    border-radius: 10px;
    max-width: 100%;
}
.collections .image{
    background: #fff;
    border:1px solid #d5d5d5;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 5px;
}

.collections .image img{
    width: 50%;
}
.collections a {
    color: #333;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    display: inline-block;
}
.collections-blog .image{
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin-bottom: 5px;
    
}
.collections-blog img{
    border: 1px solid #f7f7f7;border-radius: 10px;
}
.collections-blog a {
    color:#333;
    font-weight: bold;
    font-size: 18px;
}
section.blue-block{
    padding: 30px 0;
    background: #005aab;
}
section.blue-block h3{
    color: #fff;
    margin-bottom: 30px
}
section.blue-block .product,section.gray-block .product{
    background:#fff
}
section.gray-block{
    padding:30px 0;
    background: #f7f7f7
}
section.white-block{
    background:#fff;
    padding:30px 0;
}
.span10,
        .user_comt {
            width: 100%
        }

        .table .title {
            padding: 0
        }

        .product-info-block .table tr td {
            font-weight: 700;
            padding: 3px 0;
            color: #666
        }

        .horizontal-list li {
            float: left;
            margin-right: 20px;
            margin-bottom: 10px
        }

        .horizontal-list li a {
            color: #666
        }

        #yorumlar .form-control {
            display: block;
            width: 100%;
            padding: 15px;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: .25rem;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
        }

        .rating-item .rating-symbol {
            margin-right: 3px
        }

        .rating-item .rating-symbol .fa {
            display: inline-block;
            font-size: 13px
        }

        .rating-item .fa {
            color: #fa0d15
        }

        .comment-text {
            font-size: 18px
        }

        .user_comt {
            float: left
        }

        .name_user {
            font-size: 20px;
            color: #273a47;
            font-weight: 400;
            margin: 0
        }

        .date_time_information {
            font-size: 15px;
            color: #2559a5;
            font-weight: 400
        }

        .span1,
        .span10,
        .span2,
        .span3,
        .span4,
        .span5,
        .span6,
        .span7,
        .span8,
        .span9 {
            padding: 0 15px;
            float: left;
            min-height: 25px
        }

        .span10 hr {
            border-top: 2px dotted #d3d3d3
        }

        .address-add .fav-btn {
            padding: 5px;
            background: #000000;
            color: #fff;
        }

        .address-add .fav-btn:hover {
            color: #fff;
        }

        .fav-btn.fb {
            background: #0863f7;
        }

        .fav-btn.tw {
            background: #1c96e9;
        }

        .fav-btn.wt {
            background: #00d25c;
        }

        .fav-btn.in {
            background: #f61d1f;
        }

        .fav-btn.pin {
            background: #b7081b;
        }

        .address-add .horizontal-list {
            padding: 0 !important;
            display: flex;
            justify-content: center;
        }

        .address-add .horizontal-list li {
            margin-bottom: 0;
            padding: 0
        }
        .collection-prices .content{
            background:#fff;
            padding-top: 30px;
            padding-bottom: 30px;
            border-radius: 10px
        }
        .collection-prices span{
            color:#005aab;
            display: block
        }
        .collection-prices .content span.title{
            font-size: 24px;
            font-weight: 900
        }

        .installment-table tr.world{
                                                    background: #6f328b;
                                                }
                                                .installment-table tr.bankkartcombo{
                                                    background: #db0015;
                                                }
                                                .installment-table tr.saglamkart{
                                                    background: #006346;
                                                }
                                                .installment-table tr.paraf{
                                                    background: #00b1dd;
                                                }
                                                .installment-table tr.maximum{
                                                    background: #d92f8a;
                                                }
                                                .installment-table tr.axess{
                                                    background: #f3c450;
                                                }
                                                .installment-table tr.cardfinans{
                                                    background: #113875;
                                                }
                                                .installment-table tr.bonus{
                                                    background: #71bf45;
                                                }
                                                .installment-table thead tr th{
                                                    border: none;
                                                }
                                                .installment-table thead tr{
                                                    color: #fff;
                                                }
                                                .installment-table tbody{
                                                    border:1px solid #ddd;
                                                }
                                                .installment-table tr td{
                                                    border: 1px solid #ddd !important;
                                                }
                                                