@charset "UTF-8";
.special-section{
    margin-bottom: 3.5rem; 
    position: relative;
}
.special-section::after {
    content: "";
    position: absolute;
    bottom: -3.5rem; 
    left: 0;
    width: 100%; 
    height: 3.5rem; 
    background-color: #f4f4f4; 
    z-index: -1;
}
.best-seller-section{
    margin-bottom: 3.5rem; 
    position: relative;
}
.best-seller-section::after {
    content: "";
    position: absolute;
    bottom: -3.5rem; 
    left: 0;
    width: 100%; 
    height: 3.5rem; 
    background-color: #f4f4f4; 
    z-index: -1;
}
.post-section {
    margin-bottom: 3.5rem;
    position: relative; 
}

.post-section::after {
    content: "";
    position: absolute;
    bottom: -3.5rem; 
    left: 0;
    width: 100%;
    height: 3.5rem; 
    background-color: #f4f4f4; 
    z-index: -1; 
}
  .brands-section {
    margin-bottom: 4.5rem;
    position: relative; 
}

.brands-section::after {
    content: "";
    position: absolute;
    bottom: -4.5rem;
    left: 0;
    width: 100%; 
    height: 4.5rem; 
    background-color: #f4f4f4;
    z-index: -1; 
}  

.filters-style{
    display:inline-block;
    width:100%;
    text-align: left
}
.sup_new_curr_del {
    color: #000;
    text-decoration: line-through;
}
.img-circle {
    border-radius: 50%
}
.icon-reply:before {
    content: "";
}
.feature-box i:before {
    margin: 0;
}
.feature-box i:before {
    margin: 0;
}
.icon-star:before {
    content: "";
}
.feature-box i:before {
    margin: 0;
}
.btn-lg {
    padding: 1em 2.15em;
    font-size: 1.4rem;
}
.btn-primary {
    border-color: #08C;
    background-color: #08C;
    color: #fff;
    box-shadow: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    border-color: #00a3f5;
    background-color: #00a3f5;
    color: #fff;
    box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
    border-color: #08C;
    background-color: #08C;
    color: #fff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    border-color: #005e8c;
    background-color: #006699;
    color: #fff;
}
.add-cart-box .btn-actions .btn-primary {
    width: 140px;
    padding: 8px 0;
    font: 500 16px "Open Sans", sans-serif;
    border: none;
    cursor: pointer;
}
.add-cart-box .btn-actions .btn-primary:focus, .add-cart-box .btn-actions .btn-primary:active, .add-cart-box .btn-actions .btn-primary:active:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.icon-paper-plane:before {
    content: "";
}
.cart-add {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #6c7649;
    height: 40px;
    transition: all .4s ease 0s;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    padding: 0 23px;
    border-radius: 20px
}

.display-items,
.display-items td,
.display-items th,
.order-details-table,
.order-details-table td,
.order-details-table th,
.orders-table,
.orders-table td,
.orders-table th {
    border: 0 !important
}

.display-items th,
.order-details-table th,
.orders-table th {
    font-weight: 400;
    text-transform: uppercase;
    background: #333;
    color: #fff
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}

.link-style a {
    color: #6c7649;
    text-decoration: none
}

a:focus,
a:hover,
link-style a:active {
    outline: 0;
    text-decoration: none;
    color: #6c7649;
    -webkit-transition: all .3s;
    transition: all .3s
}

.required {
    color: #e5343d !important
}

.proceed {
    border-color: #2f456d !important;
    background: #2f456d !important;
    color: #fff !important
}

.proceed-wrapper {
    background: #fff;
    padding: 0 15px 80px !important;
    padding-top: 70px;
    padding-right: 15px;
    padding-bottom: 80px;
    padding-left: 15px;
    border: 1px solid #eee
}

.cart-total {
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px
}

.checkout {
    margin-top: 25px
}

.cart-total>h2 {
    text-transform: uppercase;
    border-bottom: 0;
    padding: 0 0 0 10px;
    display: block;
    color: #555;
    position: relative;
    line-height: .8;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    margin: 0
}

.cart-total>h2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: '';
    background: #d2a637
}

.cart-total>table,
.summary-items>table {
    border: none;
    margin: 25px 0 0 0;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    border-collapse: collapse
}

.cart-total>table th,
.summary-items>table th {
    border: none
}

.cart-total>table td,
.summary-items>table td {
    border: none
}

.discount {
    background: #fff;
    padding: 30px;
    border: 1px solid #eee
}

.discount label {
    text-transform: uppercase;
    border-bottom: 0;
    padding: 0 0 0 10px;
    display: block;
    color: #555;
    font-weight: 500;
    position: relative;
    line-height: .8;
    max-width: 100%;
    margin-bottom: 20px
}

.discount .apply {
    background: #6c7649;
    color: #fff;
    border: 0;
    letter-spacing: .5px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .4s ease 0s;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 25px;
    border-radius: 20px;
    margin-top: 25px
}

.commerce-cart .custom-width {
    width: 110% !important
}

.wc-proceed-to-checkout button {
    border: none !important
}

.discount>h2 {
    text-transform: uppercase;
    border-bottom: 0;
    padding: 0 0 0 10px;
    display: block;
    color: #555;
    position: relative;
    line-height: .8;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    margin: 0
}

.discount>h2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: '';
    background: #d2a637
}

.order-info {
    background: #fff;
    padding: 50px 30px;
    margin-bottom: 30px
}

.order-info table {
    border: none
}

.order-info table td {
    border: none
}

.wishlist-cart {
    text-transform: uppercase;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #eee;
    padding: 0 20px;
    border-radius: 20px;
    height: 40px;
    transition: all .4s ease 0s;
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: 400;
    line-height: 40px;
    color: #333;
    text-decoration: none
}

.wishlist-cart a:hover {
    border-color: #2f456d;
    background: #2f456d !important;
    color: #fff !important
}

.cart-view-title h3 {
    font-size: 18px !important
}

.widget_price_filter {
    margin-top: 10px;
    margin-bottom: 45px
}

.price_slider {
    padding: 0
}
.no-content{
    display:none;
}
.slider-height {
    height: 10px !important
}

.widget_categories li {
    text-align: -webkit-match-parent !important
}

.product-meta ul {
    list-style-type: none !important;
    padding: 0 !important
}

.no-padding {
    padding: 0 !important
}

.out-of-stock,
.wishlist-out-of-stock {
    color: #da1612 !important
}

.out-of-stock a,
.wishlist-out-of-stock a {
    color: #da1612 !important;
    text-decoration: underline
}

.right-align {
    text-align: right
}

.in-stock {
    color: #77a464 !important
}

.text-white {
    color: #fff !important
}

.product-meta ul li {
    margin: 10px 0 !important
}

.btn-standard {
    background: #6c7649 !important;
    color: #fff !important
}

.quantity .qty {
    width: 7.5em !important
}

.quantity .noo-quantity-attr input {
    text-align: left;
    padding-left: 3px
}

.w-100 {
    width: 100% !important
}

.billing-info .contact-form-wrapper {
    padding: 24px 15px 80px !important
}

.shipping-info .contact-form-wrapper {
    padding: 24px 15px 80px !important
}

.product-list-wishlist-btn a:before {
    left: 172px !important
}

.product-list-section {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc
}

.slider {
    width: 50%;
    margin: 15px auto
}

.slick-slide {
    margin: 0 20px
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .7
}

.slick-active {
    opacity: .5
}

.payment-form h2:before {
    left: 38% !important
}

.featured_products .slick-list {
    overflow: hidden;
    padding-top: 15px
}

.featured_products .slick-arrow {
    cursor: pointer;
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, .5) !important
}

.featured_products .slick-arrow i.fa {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff
}

.featured_products .noo-product-item {
    opacity: 1
}

.featured_products .noo-product-item .img-wrapper {
    background: #000
}

.featured_products .noo-product-item .img-container a {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    background: #f5f5f5
}

.featured_products .noo-product-item .img-container img {
    max-width: 100%;
    padding: 0;
    height: auto
}

.featured_products .noo-product-item:hover .img-container a {
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, .1)
}

.related_products .noo-product-item {
    min-height: 0
}

.related_products .slick-list {
    overflow: hidden
}

.related_products .slick-slide {
    margin: 0
}

.related_products .slick-arrow i.fa {
    position: inherit;
    right: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    color: #999;
    border-radius: 50%
}

.related_products .noo-product-item {
    opacity: 1
}

.btn-theme {
    height: 35px;
    line-height: 35px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.btn-link {
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    text-align: left;
    outline: 0
}

.btn-default {
    background: #333;
    color: #fff;
    border: 0
}

.newsletter-subscribe-btn {
    content: "\f0e0";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 8px;
    color: #ccc;
    font-size: 20px
}

.form-label {
    display: inline-block !important;
    text-transform: none !important;
    vertical-align: middle
}

.form-checkbox {
    display: inline-block !important;
    height: 20px !important;
    width: 20px !important
}

.wishlist-table {
    table-layout: auto
}

.wishlist-table .product-name {
    width: 48% !important
}

.sub-info h5 {
    font-size: 14px;
    display: inline-block;
    width: 200px
}

.sub-info h3 {
    font-size: 16px;
    display: inline-block;
    width: 130px
}

.small-image {
    width: 50px
}

.checkout-cart-item-count {
    display: inline-block;
    width: auto;
    height: 30px;
    background: #f49218;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    bottom: 20px;
    right: 15px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    min-width: 30px;
    padding: 5px
}

.order-info {
    font-size: 14px;
    line-height: 1.4em
}

.sub-info h3,
h5 {
    line-height: 0
}

.category-item {
    height: 330px
}

.category-image img {
    width: auto
}

.single-product-content .summary form.cart a.add-to-cart {
    padding: 8px 23px
}

.display-items {
    table-layout: auto
}

.commerce-tabs ul.tabs {
    width: 100%;
    border-bottom: 1px solid #ddd
}

.commerce-tabs ul.tabs li {
    float: left;
    padding: 0 10px;
    border-style: none
}

.commerce-tabs .tab-content {
    width: 100%;
    float: none;
    padding-left: 10px;
    margin-top: 70px
}

.product-details-description {
    color: #252525
}

.product-details-standard-img {
    max-height: 420px
}

a.image-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    visibility: hidden
}

a.image-popup:hover {
    background: #6c7649;
    color: #fff
}

.new-account-application .form-label {
    margin: 0 !important;
    vertical-align: super !important
}

.new-account-application input:not([type=submit]) {
    height: 25px !important
}

.new-account-application .form-control {
    height: 25px !important;
    background-color: #fcfcfc !important
}

.product-details-image-section .slick-slide img {
    width: 200px
}

.contact-form-wrapper select {
    color: #666;
    margin-bottom: 10px;
    padding: 10px 20px;
    line-height: 22px;
    font-size: 16px;
    width: 100%;
    background-color: #fcfcfc
}

.btn-theme-logo {
    background: #00a59a;
    color: #fff;
    border: 0
}

.hot-link-logo {
    color: #00a59a
}

.d-block {
    display: block !important
}

.ml-1 {
    margin-left: 10px
}

.ml-2 {
    margin-left: 20px
}

.mr-1 {
    margin-right: 10px
}

.mr-2 {
    margin-right: 20px
}

.mt-1 {
    margin-top: 10px
}

.mt-2 {
    margin-top: 40px
}

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

.mt-4 {
    margin-top: 40px
}

.fl-right {
    float: right
}

.cl-both {
    clear: both
}

.noo-blog-item.style-2 {
    padding: 0 !important
}

.order_nav>li.active>a,
.order_nav>li.active>a:focus,
.order_nav>li.active>a:hover {
    color: #fff;
    background-color: #333;
    border: 1px solid #fff
}

.ship_table>tbody>tr>td,
.ship_table>tbody>tr>th {
    font-size: 13px
}

.ship_table>tbody>tr>th {
    padding: 1px;
    line-height: 2.5;
    font-weight: 400;
    font-size: 10px
}

.d-menu {
    position: relative
}

.open>.d-menu {
    display: table
}
.product-default .product-label.label-sale{
    background-color:#da5555
}
.label-sm {
    font-size: 10px !important;
    font-weight: 400 !important
}

.label-default {
    color: #fff;
    background-color: #ced0d2;
    border: 2px solid #ced0d2
}

.label-primary {
    color: #fff;
    background-color: #3a95e4;
    border: 2px solid #3a95e4
}

.label-success {
    color: #fff;
    background-color: #0a89b2;
    border: 2px solid #0a89b2
}

.label-info {
    color: #fff;
    background-color: #00aead;
    border: 2px solid #00aead
}

.label-warning {
    color: #fff;
    background-color: #ffc751;
    border: 2px solid #ffc751
}

.label-danger {
    color: #fff;
    background-color: #e5343d;
    border: 2px solid #e5343d
}

.noo-product-item {
    padding: 0
}

.sup_new_decimal {
    top: -15px
}

.sub_new_unit {
    margin-left: -17px
}

.product-display {
    min-height: 400px
}

.btn-view {
    color: #fff;
    background-color: #d36028;
    border-color: #d36028
}

.btn-view:hover {
    color: #fff;
    background-color: #d36028;
    border-color: #d36028
}

.form-control[disabled],
.form-control[readonly] {
    opacity: .5;
    background-color: transparent
}

ul.left li.dropdown.show {
    display: block !important
}

.d-none {
    display: none !important
}

.flex-not-mobile {
    display: flex
}

.noo-sidebar-wrap .widget {
    padding: 0 10px 10px 0
}

h2.m-0 {
    margin-top: 2px;
    margin-bottom: 2px
}

h2.m-0 span.btn-link:focus,
h2.m-0 span.btn-link:hover {
    border: 1px solid #d36028
}

.brand-tiles-item {
    background-color: #f2f2f2;
    padding: 1em
}

.product-info-row .product-info-tile {
    margin-right: 1.2em;
    padding: 1em
}

.fl_right {
    float: right
}

.des_bcrumb span {
    font-size: 1em
}

.des_bcrumb i.fa.fa-angle-right {
    padding: 0 5px;
    font-size: .8em
}

header .header-nav .header-nav-left .category-dropdown .category-list li a {
    color: #000
}

.commerce-cart {
    border: none
}

.footer-item .widget ul li {
    display: block
}

.cust_h250 {
    max-height: 250px
}

.cust_h300 {
    max-height: 300px
}

.cust_h350 {
    max-height: 350px
}

.cust_h400 {
    max-height: 400px
}

.cust_h450 {
    max-height: 450px
}

.cust_h500 {
    max-height: 500px
}

.cust_h550 {
    max-height: 550px
}

.cust_h600 {
    max-height: 600px
}

.cust_h650 {
    max-height: 650px
}

.cust_h700 {
    max-height: 700px
}

table#summary td,
table#summary th {
    font-size: 16px
}

.w10 {
    width: 10%
}

.w20 {
    width: 20%
}

.w30 {
    width: 30%
}

.w40 {
    width: 40%
}

.w50 {
    width: 50%
}

.w60 {
    width: 60%
}

.w70 {
    width: 70%
}

.w80 {
    width: 80%
}

.w90 {
    width: 90%
}

.w100 {
    width: 100%
}

.nopadding {
    padding: 0
}

.nomargin {
    margin: 0
}

.margin06 {
    margin: 0 0 .6em
}

.valignbot {
    vertical-align: bottom
}

.valigntop {
    vertical-align: top
}

.blink-border {
    border: 1px #ccc dashed;
    border-radius: 10px;
    padding: 10px;
    animation: blink 1s;
    animation-iteration-count: 3
}

.blink-border #noshipping_error_msg,
.blink-border #shipping_success_msg {
    display: block;
    width: 100%
}

.hide {
    display: none
}

#noshipping_error_msg {
    color: #fff;
    background: #f08080
}

#shipping_success_msg {
    color: #fff;
    background: #90ee90
}

.discount_tr {
    color: green
}

@media screen and (min-width:300px) and (max-width:350px) {
    .noo-header div.navbar-logo {
        width: 40% !important
    }

    .noo-header .navbar-meta {
        width: 59% !important
    }
}

@media screen and (min-width:300px) {
    .user-info .noo-minicart {
        display: block !important
    }
}

@media screen and (min-width:1280px) {
    .d-xl-block {
        display: block !important
    }
}

@media screen and (max-width:768px) {
    .flex-not-mobile {
        display: none
    }
}

@media screen and (max-width:767px) {
    .noo-page-heading {
        padding: 15px 0 15px !important;
        height: auto
    }

    .navbar-meta ul>li>a {
        padding-left: 12px !important
    }

    .noo-minicart {
        right: -20px !important;
        width: 150px !important
    }

    .noo-minicart .minicart-footer {
        padding: 5px !important
    }

    .commerce-cart table.wishlist-table,
    .wishlist-table tbody,
    .wishlist-table td,
    .wishlist-table th,
    .wishlist-table tr {
        display: block
    }

    .commerce-cart .wishlist-table tr {
        border: 1px solid #ccc
    }

    .commerce-cart .wishlist-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%
    }

    .commerce-cart .wishlist-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap
    }

    .commerce-cart table.wishlist-table .product-name {
        width: 100% !important;
        text-align: center !important
    }

    .commerce-cart table.wishlist-table .product-price {
        width: 100% !important;
        text-align: center !important
    }

    .commerce-cart table.wishlist-table .product-add-to-cart {
        width: 100% !important
    }

    .commerce-cart table.wishlist-table .product-thumbnail {
        display: block !important;
        width: 100% !important;
        text-align: center !important
    }

    .commerce-cart table.wishlist-table .product-stock-status {
        display: block !important;
        width: 100% !important;
        text-align: center !important
    }

    .commerce-cart table.cart.wishlist-table td {
        padding: 10px 0 !important;
        border-bottom: none !important
    }

    .commerce-cart .wishlist-table tr {
        margin-top: 30px !important
    }

    .shopping-cart tbody,
    .shopping-cart td,
    .shopping-cart th,
    .shopping-cart tr {
        display: block !important
    }

    .commerce-cart .shopping-cart tr {
        border-bottom: 1px solid #ccc;
        margin: 10px
    }

    .commerce-cart .shopping-cart td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%
    }

    .commerce-cart .shopping-cart td:before {
        position: absolute;
        top: 12px;
        left: 6px;
        padding-right: 10px;
        white-space: nowrap
    }

    .commerce-cart table.shopping-cart .product-name {
        width: 100% !important;
        text-align: center !important
    }

    .commerce-cart table.shopping-cart .product-price {
        width: 95% !important;
        text-align: right !important
    }

    .commerce-cart table.shopping-cart .product-add-to-cart {
        width: 100% !important
    }

    .commerce-cart table.shopping-cart .product-thumbnail {
        display: block !important;
        width: 100% !important;
        text-align: center !important
    }

    .commerce-cart table.shopping-cart .product-quantity {
        width: 100% !important;
        text-align: right !important
    }

    .commerce-cart table.shopping-cart .product-quantity>.quantity {
        float: none !important;
        margin: 0 !important
    }

    .commerce-cart table.shopping-cart .product-subtotal {
        width: 95% !important;
        text-align: right !important
    }

    .commerce-cart table.cart.shopping-cart td {
        padding: 10px 0 !important;
        border-bottom: none
    }

    .cart-total {
        text-align: center !important
    }

    .cart-total table {
        text-align: center !important
    }

    .commerce-cart .shopping-cart tr {
        margin-top: 20px !important
    }

    .commerce-cart .shopping-cart tr td {
        margin-bottom: 10px !important;
        clear: both;
        display: block
    }

    .commerce-cart .shopping-cart td:nth-of-type(4):before {
        content: "Quantity:"
    }

    .commerce-cart .shopping-cart td:nth-of-type(5):before {
        content: "Unit:"
    }

    .commerce-cart .shopping-cart td:nth-of-type(6):before {
        content: "Price:"
    }

    .commerce-cart .shopping-cart td:nth-of-type(4) .quantity {
        width: 65%;
        float: right !important;
        margin-right: 15px !important
    }

    .commerce-cart .shopping-cart td:nth-of-type(5) br {
        display: none
    }

    .commerce-cart .shopping-cart td:nth-of-type(5) .line_qty_str_ {
        width: 65%;
        float: right;
        margin-right: 15px
    }

    .commerce-cart table.cart .cart_item .product-quantity input {
        padding: 0 20px
    }

    .wc-proceed-to-checkout {
        margin-top: 10px;
        text-align: center
    }

    .wc-proceed-to-checkout a.btn-theme {
        font-size: .8em
    }

    .checkout-form .billing-info .contact-form div {
        margin-bottom: 0 !important
    }

    .checkout-form .billing-info .comment-form-author {
        margin: 15px 0 !important
    }

    .checkout-form .shipping-info .contact-form div {
        margin-bottom: 0 !important
    }

    .checkout-form .shipping-info .comment-form-author {
        margin: 15px 0 !important
    }

    .orders-table tbody,
    .orders-table td,
    .orders-table th,
    .orders-table tr {
        display: block !important
    }

    .orders .orders-table tr {
        border: 1px solid #ccc
    }

    .orders .orders-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%
    }

    .orders .orders-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap
    }

    .orders .orders-table td:before {
        font-family: Roboto, sans-serif;
        font-weight: 400;
        color: #333
    }

    .orders .orders-table td:nth-of-type(1):before {
        content: "Sr.#"
    }

    .orders .orders-table td:nth-of-type(2):before {
        content: "Action"
    }

    .orders .orders-table td:nth-of-type(3):before {
        content: "Invoice"
    }

    .orders .orders-table td:nth-of-type(4):before {
        content: "Total Amount"
    }

    .orders .orders-table td:nth-of-type(5):before {
        content: "Tax"
    }

    .orders .orders-table td:nth-of-type(6):before {
        content: "Paid Amount"
    }

    .orders .orders-table td:nth-of-type(7):before {
        content: "Status"
    }

    .orders .orders-table td:nth-of-type(8):before {
        content: "Date"
    }

    .orders .orders-table tr {
        margin-top: 30px !important
    }

    .orders {
        border: none !important
    }

    .order-info {
        padding: 40px 30px !important
    }

    .order-details-table tbody,
    .order-details-table td,
    .order-details-table th,
    .order-details-table tr {
        display: block !important
    }

    .order-details .order-details-table tr {
        border: 1px solid #ccc
    }

    .order-details .order-details-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: center
    }

    .order-details .order-details-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap
    }

    .order-details .order-details-table td:before {
        font-family: Roboto, sans-serif;
        font-weight: 400;
        color: #333
    }

    .order-details .order-details-table td:nth-of-type(1):before {
        content: "Sr.#"
    }

    .order-details .order-details-table td:nth-of-type(2):before {
        content: "Product"
    }

    .order-details .order-details-table td:nth-of-type(3):before {
        content: "Model #"
    }

    .order-details .order-details-table td:nth-of-type(4):before {
        content: "Qunatity"
    }

    .order-details .order-details-table td:nth-of-type(5):before {
        content: "Total Price"
    }

    .order-details .order-details-table td:nth-of-type(6):before {
        content: "Tax"
    }

    .order-details .order-details-table td:nth-of-type(7):before {
        content: "Paid Amount"
    }

    .order-details .order-details-table td:nth-of-type(8):before {
        content: "Status"
    }

    .order-details .order-details-table td:nth-of-type(9):before {
        content: "Date"
    }

    .order-details .order-details-table tr {
        margin-top: 30px !important
    }

    .order-details {
        border: none !important
    }

    .contact-info {
        margin-top: 130px !important
    }

    .sub-info h5 {
        width: auto
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .slider-btn {
        font-size: 18px !important
    }

    .commerce-cart table.wishlist-table .product-thumbnail {
        display: table-cell !important;
        width: 20% !important;
        padding-left: 10px !important
    }

    .commerce-cart table.wishlist-table .product-stock-status {
        display: table-cell !important
    }

    .commerce-cart table.wishlist-table .product-name {
        width: 35% !important
    }

    .checkout-form .billing-info .contact-form div {
        margin-bottom: 0 !important
    }

    .checkout-form .billing-info .comment-form-author {
        margin: 15px 0 !important
    }

    .checkout-form .shipping-info .contact-form div {
        margin-bottom: 0 !important
    }

    .checkout-form .shipping-info .comment-form-author {
        margin: 15px 0 !important
    }

    .cart-total table {
        text-align: center !important
    }

    .commerce-cart table.cart .cart_item .product-quantity input {
        padding: 0 20px
    }

    .commerce-cart table.shopping-cart .product-price {
        width: 15% !important
    }

    .order-details .order-details-table .label {
        font-size: 65% !important
    }
}

@media screen and (min-width:1024px) and (max-width:1364px) {
    .slider-btn {
        font-size: 24px !important
    }

    .commerce-cart table.wishlist-table .product-price {
        width: 12% !important
    }

    .commerce-cart table.shopping-cart .product-price {
        width: 14% !important
    }
}

.commerce-account b,
.position strong {
    font-weight: 500 !important
}

#post_list .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    margin-bottom: 2px
}

.card,
.card-body a {
    text-transform: uppercase;
    outline: 0
}

.card-desc {
    text-transform: none;
    text-align: justify;
    outline: 0
}

#post_list .card-header {
    padding: .15rem 0;
    margin-bottom: 0
}

#post_list .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

#post_list .card-body {
    padding-left: 10px;
    line-height: 22px;
    max-height: 140px;
    overflow: hidden
}

.show-more {
    font-weight: 700;
    color: #77a464;
    padding-left: 17px;
    font-size: 11px
}

.instock-label {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    width: 100px;
    height: 20px
}

.sub-nav {
    width: 100%;
    padding: 2px
}

.sub-nav-menu {
    color: #555;
    text-transform: uppercase
}

.sub-nav-menu .dropdown {
    display: inline
}

.sub-nav-menu i {
    font-size: 22px;
    color: #555
}

.sub-nav-menu .btn {
    padding: 6px 8px
}

.promo-btn {
    margin-top: 1em
}

@media only screen and (min-width:992px) {
    .sub-nav-menu {
        flex: 1
    }

    .image_height {
        height: 88px !important
    }
}

.page-wrapper {
    position: relative;
    left: 0;
    transition: all .25s
}

[class*=col-] {
    padding-left: 0;
    padding-right: 10px
}

.h2 {
    margin-bottom: 1.8rem;
    color: #222529;
    font-weight: 700;
    line-height: 1.1;
    font-family: Poppins, sans-serif
}

.logo {
    display: block;
    max-width: 225px;
    height: auto
}

.header-middle {
    padding-top: 3.7rem;
    padding-bottom: 3.7rem;
    border-bottom: none;
    color: #222529;
    background: #fff
}

.footer .widget-newsletter {
    margin: -1px 0 4rem;
    padding-bottom: 0;
    border-bottom: none;
    border-top: 1px solid #313438;
    padding-top: 2.5rem
}

.footer-copyright {
    color: #eee;
    font-size: 1.2rem;
    letter-spacing: -.013em
}

footer .widget-title {
    color: #eee;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 1.5rem
}

.nav-tabs {
    margin: 0;
    border: 0;
    border-bottom: 0;
    padding-bottom: 2px
}

.sticky-header.fixed .logo img {
    transform: scale(1.8)
}

.sticky-header.fixed .header-left {
    padding-top: 10px
}

.header-search-inline .form-control {
    min-width: 60rem;
    padding: 0 1rem
}

.contact-form-wrapper select {
    color: #666;
    margin-bottom: 10px;
    padding: 10px 2px;
    line-height: 22px;
    font-size: 16px;
    width: 100%;
    background-color: #fcfcfc
}

.footer .widget-newsletter .form-control {
    height: 4.8rem;
    padding: .9rem 2.5rem .8rem 0;
    border: 0;
    box-shadow: none;
    outline: 0;
    background: #292c30;
    color: #eee;
    font-size: 1.2rem
}

.row {
    margin-left: 0;
    margin-right: 0
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 10px !important
}

.p-2 {
    padding: 20px !important
}

.p-3 {
    padding: 30px !important
}

.p-4 {
    padding: 40px !important
}

.p-5 {
    padding: 50px !important
}

.p-6 {
    padding: 60px !important
}

.p-7 {
    padding: 70px !important
}

.p-8 {
    padding: 80px !important
}

.p-9 {
    padding: 90px !important
}

.p-10 {
    padding: 100px !important
}

.p-11 {
    padding: 110px !important
}

.p-12 {
    padding: 120px !important
}

.p-13 {
    padding: 130px !important
}

.p-14 {
    padding: 140px !important
}

.p-15 {
    padding: 150px !important
}

.p-16 {
    padding: 160px !important
}

.p-17 {
    padding: 170px !important
}

.p-18 {
    padding: 180px !important
}

.p-19 {
    padding: 190px !important
}

.p-20 {
    padding: 200px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: 10px !important
}

.pt-2 {
    padding-top: 20px !important
}

.pt-3 {
    padding-top: 30px !important
}

.pt-4 {
    padding-top: 40px !important
}

.pt-5 {
    padding-top: 50px !important
}

.pt-6 {
    padding-top: 60px !important
}

.pt-7 {
    padding-top: 70px !important
}

.pt-8 {
    padding-top: 80px !important
}

.pt-9 {
    padding-top: 90px !important
}

.pt-95 {
    padding-top: 135px !important
}

.pt-10 {
    padding-top: 100px !important
}

.pt-11 {
    padding-top: 110px !important
}

.pt-12 {
    padding-top: 120px !important
}

.pt-13 {
    padding-top: 130px !important
}

.pt-14 {
    padding-top: 140px !important
}

.pt-15 {
    padding-top: 150px !important
}

.pt-16 {
    padding-top: 160px !important
}

.pt-17 {
    padding-top: 170px !important
}

.pt-18 {
    padding-top: 180px !important
}

.pt-19 {
    padding-top: 190px !important
}

.pt-20 {
    padding-top: 200px !important
}

.pt-33 {
    padding-top: 330px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: 10px !important
}

.pb-2 {
    padding-bottom: 20px !important
}

.pb-3 {
    padding-bottom: 30px !important
}

.pb-4 {
    padding-bottom: 40px !important
}

.pb-5 {
    padding-bottom: 50px !important
}

.pb-6 {
    padding-bottom: 60px !important
}

.pb-7 {
    padding-bottom: 70px !important
}

.pb-8 {
    padding-bottom: 80px !important
}

.pb-9 {
    padding-bottom: 90px !important
}

.pb-10 {
    padding-bottom: 100px !important
}

.pb-11 {
    padding-bottom: 110px !important
}

.pb-12 {
    padding-bottom: 120px !important
}

.pb-13 {
    padding-bottom: 130px !important
}

.pb-14 {
    padding-bottom: 140px !important
}

.pb-15 {
    padding-bottom: 150px !important
}

.pb-16 {
    padding-bottom: 160px !important
}

.pb-17 {
    padding-bottom: 170px !important
}

.pb-18 {
    padding-bottom: 180px !important
}

.pb-19 {
    padding-bottom: 190px !important
}

.pb-20 {
    padding-bottom: 200px !important
}

.pb-26 {
    padding-bottom: 260px !important
}

.pb-45 {
    padding-bottom: 450px !important
}

.pl-0 {
    padding-left: 0 !important
}

.pl-1 {
    padding-left: 10px !important
}

.pl-2 {
    padding-left: 20px !important
}

.pl-3 {
    padding-left: 30px !important
}

.pl-4 {
    padding-left: 40px !important
}

.pl-5 {
    padding-left: 50px !important
}

.pl-6 {
    padding-left: 60px !important
}

.pl-7 {
    padding-left: 70px !important
}

.pl-8 {
    padding-left: 80px !important
}

.pl-9 {
    padding-left: 90px !important
}

.pl-10 {
    padding-left: 100px !important
}

.pl-11 {
    padding-left: 110px !important
}

.pl-12 {
    padding-left: 120px !important
}

.pl-13 {
    padding-left: 130px !important
}

.pl-14 {
    padding-left: 140px !important
}

.pl-15 {
    padding-left: 150px !important
}

.pl-16 {
    padding-left: 160px !important
}

.pl-17 {
    padding-left: 170px !important
}

.pl-18 {
    padding-left: 180px !important
}

.pl-19 {
    padding-left: 190px !important
}

.pl-20 {
    padding-left: 200px !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 10px !important
}

.m-2 {
    margin: 20px !important
}

.m-3 {
    margin: 30px !important
}

.m-4 {
    margin: 40px !important
}

.m-5 {
    margin: 50px !important
}

.m-6 {
    margin: 60px !important
}

.m-7 {
    margin: 70px !important
}

.m-8 {
    margin: 80px !important
}

.m-9 {
    margin: 90px !important
}

.m-10 {
    margin: 100px !important
}

.m-11 {
    margin: 110px !important
}

.m-12 {
    margin: 120px !important
}

.m-13 {
    margin: 130px !important
}

.m-14 {
    margin: 140px !important
}

.m-15 {
    margin: 150px !important
}

.m-16 {
    margin: 160px !important
}

.m-17 {
    margin: 170px !important
}

.m-18 {
    margin: 180px !important
}

.m-19 {
    margin: 190px !important
}

.m-20 {
    margin: 200px !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: 10px !important
}

.mt-2 {
    margin-top: 20px !important
}

.mt-3 {
    margin-top: 30px !important
}

.mt-4 {
    margin-top: 40px !important
}

.mt-5 {
    margin-top: 50px !important
}

.mt-6 {
    margin-top: 60px !important
}

.mt-7 {
    margin-top: 70px !important
}

.mt-8 {
    margin-top: 80px !important
}

.mt-9 {
    margin-top: 90px !important
}

.mt-10 {
    margin-top: 100px !important
}

.mt-11 {
    margin-top: 110px !important
}

.mt-12 {
    margin-top: 120px !important
}

.mt-13 {
    margin-top: 130px !important
}

.mt-14 {
    margin-top: 140px !important
}

.mt-15 {
    margin-top: 150px !important
}

.mt-16 {
    margin-top: 160px !important
}

.mt-17 {
    margin-top: 170px !important
}

.mt-18 {
    margin-top: 180px !important
}

.mt-19 {
    margin-top: 190px !important
}

.mt-20 {
    margin-top: 200px !important
}

.mr-0 {
    margin-right: 0 !important
}

.mr-1 {
    margin-right: 10px !important
}

.mr-2 {
    margin-right: 20px !important
}

.mr-3 {
    margin-right: 30px !important
}

.mr-4 {
    margin-right: 40px !important
}

.mr-5 {
    margin-right: 50px !important
}

.mr-6 {
    margin-right: 60px !important
}

.mr-7 {
    margin-right: 70px !important
}

.mr-8 {
    margin-right: 80px !important
}

.mr-9 {
    margin-right: 90px !important
}

.mr-10 {
    margin-right: 100px !important
}

.mr-11 {
    margin-right: 110px !important
}

.mr-12 {
    margin-right: 120px !important
}

.mr-13 {
    margin-right: 130px !important
}

.mr-14 {
    margin-right: 140px !important
}

.mr-15 {
    margin-right: 150px !important
}

.mr-16 {
    margin-right: 160px !important
}

.mr-17 {
    margin-right: 170px !important
}

.mr-18 {
    margin-right: 180px !important
}

.mr-19 {
    margin-right: 190px !important
}

.mr-20 {
    margin-right: 200px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 10px !important
}

.mb-2 {
    margin-bottom: 20px !important
}

.mb-3 {
    margin-bottom: 30px !important
}

.mb-4 {
    margin-bottom: 40px !important
}

.mb-5 {
    margin-bottom: 50px !important
}

.mb-6 {
    margin-bottom: 60px !important
}

.mb-7 {
    margin-bottom: 70px !important
}

.mb-8 {
    margin-bottom: 80px !important
}

.mb-9 {
    margin-bottom: 90px !important
}

.mb-10 {
    margin-bottom: 100px !important
}

.mb-11 {
    margin-bottom: 110px !important
}

.mb-12 {
    margin-bottom: 120px !important
}

.mb-13 {
    margin-bottom: 130px !important
}

.mb-14 {
    margin-bottom: 140px !important
}

.mb-15 {
    margin-bottom: 150px !important
}

.mb-16 {
    margin-bottom: 160px !important
}

.mb-17 {
    margin-bottom: 170px !important
}

.mb-18 {
    margin-bottom: 180px !important
}

.mb-19 {
    margin-bottom: 190px !important
}

.mb-20 {
    margin-bottom: 200px !important
}

.ml-0 {
    margin-left: 0 !important
}

.ml-1 {
    margin-left: 10px !important
}

.ml-2 {
    margin-left: 20px !important
}

.ml-3 {
    margin-left: 30px !important
}

.ml-4 {
    margin-left: 40px !important
}

.ml-5 {
    margin-left: 50px !important
}

.ml-6 {
    margin-left: 60px !important
}

.ml-7 {
    margin-left: 70px !important
}

.ml-8 {
    margin-left: 80px !important
}

.ml-9 {
    margin-left: 90px !important
}

.ml-10 {
    margin-left: 100px !important
}

.ml-11 {
    margin-left: 110px !important
}

.ml-12 {
    margin-left: 120px !important
}

.ml-13 {
    margin-left: 130px !important
}

.ml-14 {
    margin-left: 140px !important
}

.ml-15 {
    margin-left: 150px !important
}

.ml-16 {
    margin-left: 160px !important
}

.ml-17 {
    margin-left: 170px !important
}

.ml-18 {
    margin-left: 180px !important
}

.ml-19 {
    margin-left: 190px !important
}

.ml-20 {
    margin-left: 200px !important
}

.white {
    color: #fff !important
}

.gray {
    color: #ccc !important
}

.bg-white {
    background-color: #fff !important;
    padding: 0
}

.bg-gray {
    background-color: #eee !important
}

.bg-dark {
    background-color: #222 !important
}

.bg-color {
    background-color: #ec7a5c !important
}

.dark-text {
    color: #333 !important
}

.dark-text:hover {
    cursor: pointer;
    text-decoration: none !important;
    color: #666 !important
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none
}

header .noo-main-menu .navbar-nav>li {
    margin: 0
}

.flex-is-mobile {
    display: none
}

@media screen and (max-width:768px) {
    li {
        display: inherit
    }
}

.d-none {
    display: flex !important
}

.flex-fill {
    flex: 1 1 auto !important
}

ul.dropdown-sub-menu.show {
    position: absolute;
    top: 10px;
    left: 100px;
    padding: 20px
}

.category-show {
    left: 217px
}

.right-align {
    text-align: right
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-block {
        display: block !important
    }
}

@media (max-width:991px) {
    .noo-header div.navbar-logo .custom-logo-link {
        width: 90%;
        text-align: left;
        line-height: 60px
    }

    .noo-header .noo_icon_menu {
        text-align: right;
        padding: 85px 0 0 0
    }

    .cart-img-is-mobile {
        text-align: center
    }

    .flex-is-mobile {
        display: flex
    }
}

.product-default figure a {
    display: block;
    width: 100% !important;
    height: 300px !important;
    background-size: cover !important
}

.product-default .brand_name {
    line-height: 1em;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 700;
    color: #333
}

.product-default .prod_name {
    display: block;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 1.0em;
    font-weight: 400;
    color: #333;
    min-height: 65px;
    white-space: initial;
}

.product-default .sub_new_unit {
    font-size: .6em;
    margin-left: -5px
}

.blog-title-long {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-details-desc {
    text-align: justify;
    text-justify: inter-word
}

.mt-1 {
    margin-top: 1rem !important
}

.mt-2 {
    margin-top: 2rem !important
}

.mt-3 {
    margin-top: 3rem !important
}

.mt-4 {
    margin-top: 4rem !important
}

.mt-5 {
    margin-top: 5rem !important
}

.mt-6 {
    margin-top: 6rem !important
}

.mt-7 {
    margin-top: 7rem !important
}

.mt-8 {
    margin-top: 8rem !important
}

.mt-9 {
    margin-top: 9rem !important
}

.mt-10 {
    margin-top: 10rem !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.mb-2 {
    margin-bottom: 2rem !important
}

.mb-3 {
    margin-bottom: 3rem !important
}

.mb-4 {
    margin-bottom: 4rem !important
}

.mb-5 {
    margin-bottom: 5rem !important
}

.mb-6 {
    margin-bottom: 6rem !important
}

.mb-7 {
    margin-bottom: 7rem !important
}

.mb-8 {
    margin-bottom: 8rem !important
}

.mb-9 {
    margin-bottom: 9rem !important
}

.mb-10 {
    margin-bottom: 10rem !important
}

@media (min-width:576px) {
    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: 1rem !important
    }

    .mt-sm-2 {
        margin-top: 2rem !important
    }

    .mt-sm-3 {
        margin-top: 3rem !important
    }

    .mt-sm-4 {
        margin-top: 4rem !important
    }

    .mt-sm-5 {
        margin-top: 5rem !important
    }

    .mt-sm-6 {
        margin-top: 6rem !important
    }

    .mt-sm-7 {
        margin-top: 7rem !important
    }

    .mt-sm-8 {
        margin-top: 8rem !important
    }

    .mt-sm-9 {
        margin-top: 9rem !important
    }

    .mt-sm-10 {
        margin-top: 10rem !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: 1rem !important
    }

    .mb-sm-2 {
        margin-bottom: 2rem !important
    }

    .mb-sm-3 {
        margin-bottom: 3rem !important
    }

    .mb-sm-4 {
        margin-bottom: 4rem !important
    }

    .mb-sm-5 {
        margin-bottom: 5rem !important
    }

    .mb-sm-6 {
        margin-bottom: 6rem !important
    }

    .mb-sm-7 {
        margin-bottom: 7rem !important
    }

    .mb-sm-8 {
        margin-bottom: 8rem !important
    }

    .mb-sm-9 {
        margin-bottom: 9rem !important
    }

    .mb-sm-10 {
        margin-bottom: 10rem !important
    }
}

@media (min-width:768px) {
    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: 1rem !important
    }

    .mt-md-2 {
        margin-top: 2rem !important
    }

    .mt-md-3 {
        margin-top: 3rem !important
    }

    .mt-md-4 {
        margin-top: 4rem !important
    }

    .mt-md-5 {
        margin-top: 5rem !important
    }

    .mt-md-6 {
        margin-top: 6rem !important
    }

    .mt-md-7 {
        margin-top: 7rem !important
    }

    .mt-md-8 {
        margin-top: 8rem !important
    }

    .mt-md-9 {
        margin-top: 9rem !important
    }

    .mt-md-10 {
        margin-top: 10rem !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: 1rem !important
    }

    .mb-md-2 {
        margin-bottom: 2rem !important
    }

    .mb-md-3 {
        margin-bottom: 3rem !important
    }

    .mb-md-4 {
        margin-bottom: 4rem !important
    }

    .mb-md-5 {
        margin-bottom: 5rem !important
    }

    .mb-md-6 {
        margin-bottom: 6rem !important
    }

    .mb-md-7 {
        margin-bottom: 7rem !important
    }

    .mb-md-8 {
        margin-bottom: 8rem !important
    }

    .mb-md-9 {
        margin-bottom: 9rem !important
    }

    .mb-md-10 {
        margin-bottom: 10rem !important
    }
}

@media (min-width:992px) {
    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: 1rem !important
    }

    .mt-lg-2 {
        margin-top: 2rem !important
    }

    .mt-lg-3 {
        margin-top: 3rem !important
    }

    .mt-lg-4 {
        margin-top: 4rem !important
    }

    .mt-lg-5 {
        margin-top: 5rem !important
    }

    .mt-lg-6 {
        margin-top: 6rem !important
    }

    .mt-lg-7 {
        margin-top: 7rem !important
    }

    .mt-lg-8 {
        margin-top: 8rem !important
    }

    .mt-lg-9 {
        margin-top: 9rem !important
    }

    .mt-lg-10 {
        margin-top: 10rem !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: 1rem !important
    }

    .mb-lg-2 {
        margin-bottom: 2rem !important
    }

    .mb-lg-3 {
        margin-bottom: 3rem !important
    }

    .mb-lg-4 {
        margin-bottom: 4rem !important
    }

    .mb-lg-5 {
        margin-bottom: 5rem !important
    }

    .mb-lg-6 {
        margin-bottom: 6rem !important
    }

    .mb-lg-7 {
        margin-bottom: 7rem !important
    }

    .mb-lg-8 {
        margin-bottom: 8rem !important
    }

    .mb-lg-9 {
        margin-bottom: 9rem !important
    }

    .mb-lg-10 {
        margin-bottom: 10rem !important
    }
}

@media (min-width:1200px) {
    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: 1rem !important
    }

    .mt-xl-2 {
        margin-top: 2rem !important
    }

    .mt-xl-3 {
        margin-top: 3rem !important
    }

    .mt-xl-4 {
        margin-top: 4rem !important
    }

    .mt-xl-5 {
        margin-top: 5rem !important
    }

    .mt-xl-6 {
        margin-top: 6rem !important
    }

    .mt-xl-7 {
        margin-top: 7rem !important
    }

    .mt-xl-8 {
        margin-top: 8rem !important
    }

    .mt-xl-9 {
        margin-top: 9rem !important
    }

    .mt-xl-10 {
        margin-top: 10rem !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: 1rem !important
    }

    .mb-xl-2 {
        margin-bottom: 2rem !important
    }

    .mb-xl-3 {
        margin-bottom: 3rem !important
    }

    .mb-xl-4 {
        margin-bottom: 4rem !important
    }

    .mb-xl-5 {
        margin-bottom: 5rem !important
    }

    .mb-xl-6 {
        margin-bottom: 6rem !important
    }

    .mb-xl-7 {
        margin-bottom: 7rem !important
    }

    .mb-xl-8 {
        margin-bottom: 8rem !important
    }

    .mb-xl-9 {
        margin-bottom: 9rem !important
    }

    .mb-xl-10 {
        margin-bottom: 10rem !important
    }
}

.m-b-1 {
    margin-bottom: .4rem !important
}

.m-b-2 {
    margin-bottom: .8rem !important
}

.m-b-3 {
    margin-bottom: 1.6rem !important
}

.m-b-4 {
    margin-bottom: 2.4rem !important
}

.m-b-5 {
    margin-bottom: 4.8rem !important
}

.ls-10 {
    letter-spacing: .01em !important
}

.ls-0 {
    letter-spacing: 0 !important
}

.ls-n-10 {
    letter-spacing: -.01em !important
}

.ls-n-15 {
    letter-spacing: -.015em !important
}

.ls-n-20 {
    letter-spacing: -.02em !important
}

.ls-n-25 {
    letter-spacing: -.025em !important
}

.bg-gray {
    background-color: #f4f4f4 !important
}

.bg-dark {
    background-color: #222529 !important
}

.bg-dark2 {
    background-color: #2f3946 !important
}

.bg-primary {
    background-color: #7aa93c !important
}

.text-dark {
    color: #222529 !important
}

.text-primary {
    color: #7aa93c !important
}

.text-body {
    color: #333 !important
}

.font1 {
    font-family: "Open Sans", sans-serif !important
}

.font2 {
    font-family: Poppins, sans-serif !important
}

.font3 {
    font-family: "Segoe Script", "Savoye LET" !important
}

.font4 {
    font-family: Oswald, sans-serif !important
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    .w-lg-max {
        flex: 1;
        -ms-flex: 1;
        max-width: 100%
    }
}

@media (max-width:767px) {
    .w-md-100 {
        width: 100% !important
    }

    .w-md-50 {
        width: 50% !important
    }
}

@media (max-width:575px) {
    .w-sm-100 {
        width: 100% !important
    }

    .w-sm-50 {
        width: 50% !important
    }
}

@media (max-width:479px) {
    .w-xs-100 {
        width: 100% !important
    }
}

.box-shadow-none {
    box-shadow: none !important
}

.line-height-1 {
    line-height: 1 !important
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.no-js .owl-carousel {
    display: block
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-theme .owl-nav {
    margin: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    color: #222529;
    font-size: 3rem
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #222529;
    margin: 0;
    font-size: 3rem;
    padding: 4px 7px;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-] i:before {
    margin: 0;
    width: auto
}

.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {
    background: 0 0;
    color: #222529;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 2.5rem
}

.owl-theme .owl-dots {
    line-height: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 2px 2px;
    background: 0 0;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
    border: 2px solid rgba(0, 0, 0, .4);
    border-radius: 50%
}

.owl-theme .owl-dots .owl-dot span:before {
    content: "";
    display: block;
    width: .7rem;
    height: .7rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.35rem;
    margin-left: -.35rem;
    background-color: #7aa93c;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all .3s;
    border-radius: 50%
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #7aa93c;
    background: 0 0
}

.owl-theme .owl-dots .owl-dot.active span:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.owl-theme.owl-theme-light .owl-dots .owl-dot span {
    border-color: #fff;
    background: 0 0
}

.owl-theme.owl-theme-light .owl-dots .owl-dot span:before {
    border-color: #fff
}

.owl-theme.owl-theme-light .owl-dots .owl-dot.active span,
.owl-theme.owl-theme-light .owl-dots .owl-dot:hover span {
    border-color: #7aa93c;
    background: 0 0
}

.owl-theme.owl-theme-light .owl-dots .owl-dot.active span:before {
    border-color: #7aa93c
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: .4
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
    overflow-y: auto
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-arrow,
.mfp-close {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

@media (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.menu-depart {
    position: relative;
    margin-right: 1.4rem
}

.menu-depart .menu {
    width: 117%;
    position: absolute;
    top: -3000px;
    z-index: 100;
    display: block;
    background: #fff;
    box-shadow: 0 29px 29px rgba(0, 0, 0, .1);
    transition: transform .2s;
    transform: translateY(-10px)
}

.menu-depart .menu>li {
    display: flex;
    position: static;
    margin: 0;
    padding: 8px 5px 0;
    border-top: 1px solid #e7e7e7
}

.menu-depart .menu>li>a {
    width: 75%;
    padding: 11.5px 5px;
    margin: 0 10px;
    border-top: 0;
    line-height: 18px;
    letter-spacing: 0
}

.menu-depart .menu>li>a:before {
    display: none
}

.menu-depart .menu>li>a i {
    position: static;
    font-size: 1.8rem;
    vertical-align: middle
}

.menu-depart .menu>li>a i:before {
    margin: 0 .1em
}

.menu-depart .menu>li:not(:first-child) {
    margin-top: 1px
}

.menu-depart .menu>li .menu-btn {
    height: 30px;
    margin: 1px auto auto;
    font-size: 1.5rem;
    line-height: 30px
}

.menu-depart .menu>li .menu-btn:after {
    font-family: porto;
    content: ""
}

.menu-depart>a {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 2.2rem 3.9rem 2.2rem 2.6rem;
    padding-left: 2rem;
    padding-right: 8.3rem;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    color: #4dae65;
    font-weight: 600;
    letter-spacing: -.35px
}

.menu-depart>a i {
    margin-top: 1px;
    font-size: 2rem
}

.menu-depart>a:hover {
    background-color: #4dae65;
    color: #fff
}

.menu-depart>a:after {
    content: "";
    position: absolute;
    font-family: porto;
    right: 23px;
    font-weight: 900
}

.menu-depart:hover .menu {
    top: 100%;
    transform: translateY(0)
}

.menu-depart .megamenu .submenu {
    padding-bottom: 0;
    font-weight: 500
}

.menu-depart .megamenu .submenu a {
    padding: 6px 0;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 18px;
    text-transform: none
}

.menu-depart .megamenu .submenu li {
    margin-bottom: .4rem
}

.menu-depart .megamenu .submenu li:last-child {
    margin-bottom: 1.4rem
}

.menu-depart .megamenu .submenu li:hover a {
    color: #4dae65;
    text-decoration: none
}

.menu-depart .megamenu .nolink {
    padding: 6px 0;
    letter-spacing: -.01em;
    line-height: 18px
}

.menu-depart .megamenu.megamenu-one {
    top: 0;
    left: 100% !important;
    width: 830px;
    padding: .5rem
}

.menu-depart .megamenu .row>div {
    padding-top: 0
}

.menu-depart .megamenu>.row:first-child {
    padding: 1.7rem 3rem 0 3rem
}

.menu-depart .megamenu.megamenu-one .menu-banner-2 {
    margin: 1rem 0 3.5rem;
    max-height: 397px
}

.menu-depart .megamenu.megamenu-one .menu-banner-2 .banner-content {
    top: 2.5rem;
    right: 8.4rem
}

.menu-depart .megamenu.megamenu-one .menu-banner-2 i {
    font-size: 11.9rem;
    top: 7.8rem;
    left: -4.2rem
}

.menu-depart .megamenu.megamenu-one figure {
    margin-left: auto
}

.menu-depart .megamenu.megamenu-one img {
    width: auto
}

.menu-depart .megamenu.megamenu-one .col-lg-4 {
    padding-left: 6px
}

.menu-depart .menu-banner-3,
.menu-depart .menu-banner-4 {
    margin-bottom: 3.5rem
}

.menu-depart .menu-banner-3 h5 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.875em;
    color: #222529
}

.menu-depart .menu-banner-3 h4 {
    padding-bottom: 4px;
    font-size: 1.4em;
    font-weight: 700
}

.menu-depart .menu-banner-3 h4 sup {
    font-size: 58%
}

.menu-depart .menu-banner-3 h3 {
    font-size: .94em;
    font-weight: 500;
    color: #ccc
}

.menu-depart .menu-banner-3 .banner-layer {
    margin-top: -3px;
    margin-right: -2px;
    right: 8%;
    font-size: 1.6rem
}

.menu-depart .menu-banner-3 .banner-layer-circle-item {
    margin-right: 1.6rem;
    font-size: 2.5em;
    font-weight: 700
}

.menu-depart .menu-banner-4 h3 {
    margin-bottom: 1.2rem;
    font-size: 1.7em;
    letter-spacing: .077em;
    font-weight: 700;
    line-height: .9
}

.menu-depart .menu-banner-4 h4 {
    margin-bottom: .5rem;
    padding: .6em .67em .7em;
    font-size: .8em;
    letter-spacing: .05em;
    font-weight: 600
}

.menu-depart .menu-banner-4 h5 {
    margin-bottom: 1.4rem;
    font-size: .8em;
    font-weight: 700
}

.menu-depart .menu-banner-4 .btn {
    padding: 1.14em 0 1.1em;
    font-size: .87em;
    width: 158px;
    font-weight: 600;
    letter-spacing: .012em
}

.menu-depart .menu-banner-4 .banner-layer {
    padding-top: 2rem;
    right: 9%;
    font-size: 1.6rem
}

.menu-depart .menu-banner-5 {
    height: calc(100% + 1.7rem);
    margin-top: -1.7rem
}

.menu-depart .menu-banner-5 .banner-layer {
    left: auto;
    right: 15px;
    margin-top: 6px
}

.menu-depart .menu-banner-5 h6 {
    color: #999;
    font-size: .72em;
    letter-spacing: .8px;
    font-weight: 700
}

.menu-depart .menu-banner-5 h3 {
    margin-bottom: 7px;
    font-size: 1.4em;
    letter-spacing: .017em
}

.menu-depart .menu-banner-5 h2 {
    margin-bottom: 1.5rem;
    font-size: 1.8em
}

.menu-depart .menu-banner-5 .btn {
    background: #000;
    color: #fff;
    padding: 1.2em 3em
}

.menu .show>.megamenu,
.menu .show>ul {
    opacity: 1
}

.menu .megamenu {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .15);
    border: 1px solid #eee;
    border-top: 3px solid #4dae65;
    left: 15px;
    padding: 10px 20px;
    width: 580px
}

.menu .megamenu .row>div {
    padding-top: 1.5rem
}

.menu .megamenu img {
    width: 300px;
    height: 100%;
    object-fit: cover
}

.menu .megamenu .submenu {
    margin: 0;
    padding-top: 0;
    border-top: none;
    display: block;
    position: static;
    box-shadow: none;
    min-width: 0
}

.menu .megamenu .submenu a {
    padding: 7px 8px 8px 0
}

.menu .megamenu .submenu li:hover a {
    text-decoration: underline;
    background: 0 0
}

.main-nav .menu .megamenu {
    top: 100%;
    left: -15px;
    border-top: none
}

.main-nav .menu .megamenu img {
    height: 100%;
    object-fit: cover
}

.menu-vertical .megamenu,
.menu-vertical ul {
    top: 0;
    left: 100%;
    margin-left: -1px;
    border-top: 0
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
@keyframes maskUp {
    0% {
        transform: translate(0, 100%)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes maskRight {
    0% {
        transform: translate(-100%, 0)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes maskDown {
    0% {
        transform: translate(0, -100%)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes maskLeft {
    0% {
        transform: translate(100%, 0)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes fadeInUpShorter {
    0% {
        opacity: 0;
        transform: translate(0, 50px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate(0, 2000px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeftShorter {
    0% {
        opacity: 0;
        transform: translate(50px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate(2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightShorter {
    0% {
        opacity: 0;
        transform: translate(-50px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate(-2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInDownShorter {
    0% {
        opacity: 0;
        transform: translate(0, -50px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate(0, -2000px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes shake {

    0%,
    to {
        transform: translateX(0);
        opacity: 1
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

@keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,
    20% {
        transform: scale(.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg)
    }

    to {
        transform: scale(1) rotate(0);
        opacity: 1
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swing {
    0% {
        transform: rotate(0)
    }

    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes blurIn {
    0% {
        opacity: 0;
        filter: blur(20px);
        transform: scale(1.3)
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: none
    }
}

@keyframes dotPulse {
    0% {
        opacity: 1;
        transform: scale(.2)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes flipInX {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(-90deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes brightIn {
    0% {
        animation-timing-function: ease-in;
        filter: brightness(0)
    }

    to {
        filter: brightness(100%)
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0);
        opacity: 1
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.bounce {
    animation-name: bounce
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        transform: rotate(0)
    }
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        transform: rotate(0)
    }
}

@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        transform: rotate(0)
    }
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        transform: rotate(0)
    }
}

@keyframes customSVGLineAnimTwo {
    0% {
        stroke-dasharray: 820;
        stroke-dashoffset: 500
    }

    to {
        stroke-dasharray: 1120;
        stroke-dashoffset: 500
    }
}

.appear-animate {
    opacity: 0
}

.banner {
    position: relative;
    font-size: 1.6rem
}

.banner figure {
    margin: 0
}

.banner img {
    width: 100%;
    object-fit: cover
}

.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner h6 {
    line-height: 1
}

.banner .container:not(.banner-content) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

aside .banner {
    font-size: 1.6rem
}

.banner-layer {
    position: absolute;
    left: 6%;
    right: 6%
}

.banner-content {
    position: relative
}

.banner-layer-top {
    top: 7%
}

.banner-layer-bottom {
    bottom: 5%
}

.banner-layer-left {
    right: auto
}

.banner-layer-right {
    left: auto
}

.banner-layer-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.banner-layer-middle {
    top: 50%;
    transform: translateY(-50%)
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner-h-100 {
    height: 100vh
}

@media (max-width:1199px) {
    .banner {
        font-size: 1.4rem
    }
}

.breadcrumb-nav {
    color: #000
}

.breadcrumb {
    margin-bottom: 0;
    padding: 1rem 0;
    border-radius: 0;
    background-color: transparent
}

.breadcrumb-item {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 24px;
    text-transform: uppercase
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 1.5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    color: inherit;
    padding-right: 1.1rem;
    content: "";
    font-size: 12px;
    font-family: porto;
    vertical-align: middle;
    margin-top: -2px
}

.breadcrumb-item a:not(:first-child) {
    margin-left: 5px
}

.breadcrumb-item a,
.breadcrumb-item.active {
    color: inherit
}

.btn {
    transition: all .3s;
    text-transform: uppercase;
    padding: 1em 1.6em;
    border-radius: 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.429
}

.btn:focus {
    box-shadow: none
}

a.btn.disabled {
    pointer-events: auto;
    cursor: not-allowed
}

.btn-xs {
    padding: .2em .5em;
    font-size: 1.1rem
}

.btn-sm {
    padding: .5em 1em;
    font-size: 1.1rem
}

.btn-md {
    padding: 1em 1.2em;
    font-size: 1.2rem
}

.btn-lg {
    padding: 1em 2.15em;
    font-size: 1.4rem
}

.btn-xl {
    padding: 1.125em 2.75em;
    font-size: 1.125em
}

.btn-icon-left i {
    padding-right: .7rem
}

.btn-icon-right i {
    padding-left: .7rem
}

.btn-primary {
    border-color: #7aa93c;
    background-color: #7aa93c;
    color: #fff;
    box-shadow: none
}

.btn-primary:focus,
.btn-primary:hover {
    border-color: #8fc04e;
    background-color: #8fc04e;
    color: #fff;
    box-shadow: none
}

.btn-primary.disabled,
.btn-primary:disabled {
    border-color: #7aa93c;
    background-color: #7aa93c;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    border-color: #587a2b;
    background-color: #5f832f;
    color: #fff
}
.btn-red{
    border-color: #dc3545;
    background-color: #dc3545;
    color: #fff;
    box-shadow: none
}
.btn-blue {
    border-color: #007bff;
    background-color: #007bff;
    color: #fff;
    box-shadow: none
}

.btn-dark {
    border-color: #222529;
    background-color: #222529;
    color: #fff;
    box-shadow: none
}

.btn-dark:focus,
.btn-dark:hover {
    border-color: #34393f;
    background-color: #34393f;
    color: #fff;
    box-shadow: none
}

.btn-dark.disabled,
.btn-dark:disabled {
    border-color: #222529;
    background-color: #222529;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    border-color: #050606;
    background-color: #0b0c0d;
    color: #fff
}

.btn-gray {
    border-color: #f4f4f4;
    background-color: #f4f4f4;
    color: #222529;
    box-shadow: none
}

.btn-gray:focus,
.btn-gray:hover {
    border-color: #7aa93c;
    background-color: #7aa93c;
    color: #fff;
    box-shadow: none
}

.btn-gray.disabled,
.btn-gray:disabled {
    border-color: #f4f4f4;
    background-color: #f4f4f4;
    color: #222529
}

.btn-gray:not(:disabled):not(.disabled).active,
.btn-gray:not(:disabled):not(.disabled):active,
.show>.btn-gray.dropdown-toggle {
    border-color: #d4d4d4;
    background-color: #dbdbdb;
    color: #222529
}

.btn-default:hover {
    background-color: #dedede;
    border-color: #dedede
}

.btn-link {
    padding-top: 0;
    padding-bottom: 0;
    color: #7aa93c;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: initial
}

.btn-link:focus,
.btn-link:hover {
    color: #7aa93c;
    text-decoration: underline
}

.btn-social-login {
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #7aa93c;
    font-family: Poppins, sans-serif;
    text-decoration: none;
    text-transform: uppercase
}

.btn-social-login i,
.btn-social-login span {
    color: #fff
}

.btn-social-login i {
    margin-top: -1px;
    padding-right: 6px
}

.btn-facebook {
    background: #3a589d
}

.btn-twitter {
    background: #1aa9e1
}

.btn-warning {
    color: #fff
}

.btn-warning:hover {
    color: #fff
}

.owl-dots .owl-dot {
    outline: 0
}

a:focus {
    outline: 0
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.card {
    margin-bottom: 3rem;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 1.4rem
}

.card-header {
    margin: 0;
    padding: 1.2rem 1.5rem;
    border-radius: 0;
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #000;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase
}

.card-header:after {
    display: block;
    clear: both;
    content: ""
}

.card-header .card-edit {
    margin-top: .1rem;
    float: right;
    color: #7aa93c;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: capitalize
}

.card-body {
    min-height: 135px;
    padding: 2rem 1.5rem;
    border-top: 0;
    border-radius: 0
}

.card-body a {
    text-decoration: underline
}

.card-body h4 {
    margin-bottom: .7rem;
    color: #666
}

.count-container {
    margin-bottom: 4rem
}

.count-wrapper {
    margin-bottom: .9rem;
    color: #222529;
    font: 400 2.8rem/1 Poppins, sans-serif;
    text-transform: uppercase
}

.count-title {
    margin-bottom: 0;
    color: #333;
    font: 600 1.6rem/1 "Open Sans", sans-serif
}

@media (min-width:992px) {
    .count-wrapper {
        font-size: 3.6rem
    }
}

.feature-box {
    color: #7b858a;
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 4rem
}

.feature-box i {
    display: inline-block;
    margin-bottom: 2.2rem;
    color: #7aa93c;
    font-size: 5rem;
    line-height: 1
}

.feature-box i:before {
    margin: 0
}

.feature-box h3 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0
}

.feature-box p {
    margin-bottom: 0
}

.feature-box.border-top-primary {
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05)
}

.feature-box.border-top-primary .feature-box-content {
    border-top: 4px solid #7aa93c;
    padding: 30px 20px 10px 20px
}

.feature-box-content {
    color: #7b858a;
    font-size: 1.5rem;
    line-height: 1.9;
    padding-left: 10px;
    padding-right: 10px
}

@font-face {
    font-family: porto;
    src: url(../fonts/porto.eot?64334846);
    src: url(../fonts/porto.eot?64334846#iefix) format("embedded-opentype"), url(../fonts/porto.woff2?64334846) format("woff2"), url(../fonts/porto.woff?64334846) format("woff"), url(../fonts/porto.ttf?64334846) format("truetype"), url(../fonts/porto.svg?64334846#porto) format("svg");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: porto;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-check-circle:before {
    content: ""
}

.icon-long-arrow-right:before {
    content: ""
}

.icon-help-circle:before {
    content: ""
}

.icon-user-3:before {
    content: ""
}

.icon-long-arrow-alt:before {
    content: ""
}

.icon-phone-call:before {
    content: ""
}

.icon-phone:before {
    content: ""
}
.remove{
    color:#dc3545
}
.icon-cart:before {
    content: ""
}

.icon-mode-grid:before {
    content: ""
}

.icon-mode-list:before {
    content: ""
}

.icon-wishlist:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-left-open:before {
    content: ""
}

.icon-right-open:before {
    content: ""
}

.icon-up-open:before {
    content: ""
}

.icon-angle-left:before {
    content: ""
}

.icon-angle-right:before {
    content: ""
}

.icon-angle-up:before {
    content: ""
}

.icon-left:before {
    content: ""
}

.icon-right:before {
    content: ""
}

.icon-up:before {
    content: ""
}

.icon-right-open-big:before {
    content: ""
}

.icon-left-open-big:before {
    content: ""
}

.icon-up-open-big:before {
    content: ""
}

.icon-user:before {
    content: ""
}

.icon-fax:before {
    content: ""
}

.icon-city:before {
    content: ""
}

.icon-post:before {
    content: ""
}

.icon-country:before {
    content: ""
}

.icon-calendar:before {
    content: ""
}

.icon-mobile:before {
    content: ""
}

.icon-ok:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-circle:before {
    content: ""
}

.icon-circle-empty:before {
    content: ""
}

.icon-mini-cart:before {
    content: ""
}

.icon-info:before {
    content: ""
}

.icon-cat-default:before {
    content: ""
}

.icon-search-1:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-search-2:before {
    content: ""
}

.icon-list:before {
    content: ""
}

.icon-shipping:before {
    content: ""
}

.icon-support:before {
    content: ""
}

.icon-grid:before {
    content: ""
}

.icon-home:before {
    content: ""
}

.icon-magnifier:before {
    content: ""
}

.icon-magnifier-add:before {
    content: ""
}

.icon-phone-1:before {
    content: ""
}

.icon-earphones-alt:before {
    content: ""
}

.icon-credit-card:before {
    content: ""
}

.icon-action-undo:before {
    content: ""
}

.icon-category-home:before {
    content: ""
}

.icon-category-electronics:before {
    content: ""
}

.icon-category-fashion:before {
    content: ""
}

.icon-category-external-accessories:before {
    content: ""
}

.icon-category-tools:before {
    content: ""
}

.icon-search-3:before {
    content: ""
}

.icon-user-2:before {
    content: ""
}

.icon-wishlist-2:before {
    content: ""
}

.icon-edit:before {
    content: ""
}

.icon-bars:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-check-empty:before {
    content: ""
}

.icon-check:before {
    content: ""
}

.icon-shopping-cart:before {
    content: ""
}

.icon-phone-2:before {
    content: ""
}

form {
    margin-bottom: 3.5rem
}

form h2 {
    margin-top: 3.4rem;
    margin-bottom: 2.3rem
}

.form-group {
    margin-bottom: 1.4rem
}

.form-group .form-control,
.form-group .select-custom {
    margin-bottom: 0
}

.form-group .form-control+.form-control {
    margin-top: 1rem
}

.form-group-sm {
    max-width: 480px;
    margin-bottom: .9rem
}

.form-control {
    padding-left: 1.2rem;
    height: 46px;
    margin-bottom: 1rem;
    transition: all .3s;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    background-color: #fff;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5
}

.form-control:focus {
    border-color: #dfdfdf;
    background-color: #fff;
    color: #333;
    box-shadow: none
}

.form-control-sm {
    height: 4.6rem;
    padding: .8rem 1.2rem
}

select.form-control:not([size]):not([multiple]) {
    height: 6rem
}

select.form-control-sm:not([size]):not([multiple]) {
    padding: 0;
    padding-left: 1.2rem;
    height: 3.7rem;
    font-size: 1.4rem;
    letter-spacing: -.013em
}

.main .form-control:-ms-input-placeholder,
.main .form-control::-moz-placeholder,
.main .form-control::-ms-input-placeholder,
.main .form-control::-webkit-input-placeholder,
.main .form-control::placeholder {
    font-family: Poppins, sans-serif
}

textarea.form-control {
    padding-top: .8rem;
    min-height: 151px;
    border-color: #ebebeb
}

.form-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 3.5rem;
    font-size: 1.2rem;
    vertical-align: middle
}

.form-footer .form-footer-right {
    margin-right: 0;
    margin-left: auto
}

.form-footer .form-footer-right .btn {
    margin: 0
}

.form-footer .btn {
    margin-right: 3rem
}

label {
    margin: 0 0 .6rem;
    color: #222529;
    font-family: Poppins, sans-serif;
    font-size: 1.2rem;
    font-weight: 700
}

.required {
    color: #e02b27
}

.required+.form-footer {
    margin-top: .8rem
}

.select-custom {
    position: relative;
    margin-bottom: 1rem;
    background: #fff
}

.select-custom select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    position: relative;
    z-index: 1;
    background: 0 0
}

.select-custom select:focus {
    background: 0 0
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .select-custom select::-ms-expand {
        display: none
    }

    .select-custom select:focus::-ms-value {
        background: 0 0;
        color: currentColor
    }
}

.select-custom:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.9rem;
    transform: translateY(-50%);
    font-family: porto;
    font-size: 1.6rem;
    content: "";
    padding-bottom: 2px;
    font-weight: 400
}

.select-custom .form-control,
.select-custom .form-control-sm {
    padding-right: 4rem
}

.form-group-custom-control {
    margin-top: 1.3rem
}

.form-group-custom-control .custom-control {
    margin-top: 0;
    margin-bottom: 2rem
}

.form-group-custom-control+.form-group-custom-control {
    margin-top: -.5rem
}

.form-group-custom-control .custom-control-label {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: initial;
    color: #333777;
    font-size: 13px
}

.custom-control {
    position: relative;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 3rem
}

.custom-control-label {
    position: static;
    margin-bottom: 0
}

.custom-control-label:after,
.custom-control-label:before {
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    line-height: 2rem
}

.custom-control-label:before {
    border: 1px solid #ccc;
    background-color: #fff
}

.custom-checkbox .custom-control-label:after {
    top: 0;
    left: 4px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: transparent
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background: 0 0;
    color: #222529;
    content: "";
    font-family: porto
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #7aa93c
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: none
}

.form-control-tooltip {
    position: relative;
    padding-right: 4rem
}

.form-control-tooltip .input-tooltip {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all .3s;
    color: #333;
    font-size: 2.4rem
}

.form-control-tooltip .input-tooltip:focus,
.form-control-tooltip .input-tooltip:hover {
    color: #000
}

.form-input {
    padding: 1rem 0rem;
    border: 1px solid #ddd;
    border-radius: 2px
}

.form-wide {
    width: 100%
}

@media (min-width:768px) {

    .form-footer,
    form {
        margin-bottom: 4rem
    }

    form h2 {
        margin-top: 4.4rem
    }
}

@media (min-width:992px) {

    .form-footer,
    form {
        margin-bottom: 5rem
    }
}

.info-box {
    display: flex;
    align-items: center;
    width: 100%;
    color: #222529
}

.info-box i {
    color: inherit;
    font-size: 4rem;
    text-align: center
}

.info-box i:before {
    width: auto;
    margin: 0 .1em
}

.info-box h4 {
    color: inherit;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1
}

.info-box p {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.6
}

.info-box.with-icon p:before {
    float: left;
    content: "";
    color: #5bc0de;
    font-family: "Font Awesome 5 Free";
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    margin-right: 5px;
    margin-top: 3px
}

.info-box-icon-left {
    justify-content: center
}

.info-box-icon-left i {
    line-height: 0;
    margin-right: 1.5rem
}

.info-box-icon-right {
    justify-content: center
}

.info-box-icon-right .info-box-content {
    text-align: right
}

.info-box-icon-right i {
    line-height: 0;
    margin-left: 1.5rem
}

.info-box-icon-top {
    flex-direction: column;
    align-items: unset;
    justify-content: center
}

.info-box-icon-top .info-box-content {
    text-align: center
}

.info-box-icon-top i {
    line-height: 0;
    margin-bottom: 1.5rem
}

.info-box-img {
    flex-direction: column
}

.info-box-img .info-desc {
    font-size: 1.6rem;
    color: #333
}

.close {
    font-size: 2.2rem
}

.page-header {
    padding: 5.5rem 0;
    color: #222529;
    background-color: #f4f4f4;
    text-align: center
}

.page-header .breadcrumb {
    padding-top: .5rem;
    padding-bottom: 0
}

.page-header .breadcrumb a {
    color: #7aa93c
}

.page-header .breadcrumb a:hover {
    text-decoration: underline
}

.page-header .breadcrumb .breadcrumb-item:last-child:before {
    padding-right: .8rem
}

.breadcrumb-nav+.page-header {
    margin-top: -2rem
}

.page-header h1,
.page-title {
    margin-bottom: .4rem;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -.05em;
    color: #222529
}

@media (min-width:768px) {
    .breadcrumb-nav+.page-header {
        margin-top: -3rem
    }
}

@media (min-width:992px) {
    .breadcrumb-nav+.page-header {
        margin-top: -4rem
    }
}

.toolbox {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.5
}

.toolbox .select-custom:after {
    right: 1.5rem;
    font-size: 1.6rem;
    color: #222529
}

.toolbox .select-custom .form-control {
    max-width: 160px;
    padding-right: 2.5rem;
    padding-left: .8rem;
    font-size: 1.3rem;
    padding-top: 1px
}

.toolbox label {
    margin: 1px 1.1rem 0 0;
    color: #333;
    font-size: 1.3rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif
}

.toolbox .form-control {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 .8rem;
    color: #333
}

.toolbox .form-control:focus {
    color: #333
}

.toolbox select.form-control:not([size]):not([multiple]) {
    height: 34px
}

.toolbox .toolbox-show .select-custom:after {
    right: 1rem
}

.toolbox,
.toolbox-item,
.toolbox-left,
.toolbox-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.toolbox-item {
    margin-bottom: 10px
}

.toolbox-item:not(:last-child) {
    margin-right: 10px
}

.toolbox-item.layout-modes {
    margin-top: -1px
}

.toolbox-item.toolbox-sort {
    margin-right: 1.5rem
}

.toolbox-item .select-custom {
    margin-bottom: 0
}

.toolbox-pagination {
    border-top: 1px solid #efefef;
    padding-top: 2.5rem;
    margin-bottom: 3.5rem
}

.pagination {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    color: #706f6c;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.page-item:not(:first-child) {
    margin-left: .5rem
}

.page-item.active .page-link {
    color: #706f6c;
    background-color: transparent;
    border-color: #7aa93c
}

.page-item.disabled {
    display: none
}

.page-link {
    border: 1px solid #ccc;
    padding: 0 .5em;
    min-width: 2.2em;
    color: inherit;
    line-height: 2.1em;
    text-align: center
}

.page-link:focus,
.page-link:hover {
    color: #706f6c;
    background-color: transparent;
    border-color: #7aa93c;
    box-shadow: none
}

.page-link i {
    font-size: 2rem
}

.page-link-btn,
span.page-link {
    border: 0
}

.layout-btn {
    display: inline-block;
    width: 1.2em;
    color: #000;
    font-size: 16px;
    line-height: 34px;
    text-align: center
}

.layout-btn:not(:last-child) {
    margin-right: 4px
}

.layout-btn.active {
    color: #7aa93c
}

@media (min-width:992px) {
    .toolbox-pagination {
        margin-bottom: 0
    }
}

@media (max-width:991px) {
    aside .toolbox-item {
        display: block
    }

    aside .toolbox-item:after {
        content: normal
    }

    .toolbox:not(.toolbox-pagination) {
        padding: 10px;
        background-color: #f4f4f4;
        margin-bottom: 2rem
    }

    .toolbox:not(.toolbox-pagination) .toolbox-item {
        margin-bottom: 0
    }

    .toolbox label {
        font-size: 11px;
        font-weight: 600;
        color: #222529
    }

    .toolbox .select-custom .form-control {
        font-size: 11px;
        font-weight: 600;
        max-width: 140px;
        text-transform: uppercase;
        color: #222529
    }
}

@media (max-width:767px) {
    .toolbox label {
        display: none
    }

    .toolbox .select-custom:after {
        padding: 0
    }
}

@media (max-width:575px) {
    .toolbox .layout-modes {
        display: none
    }

    .toolbox .toolbox-show,
    .toolbox .toolbox-sort {
        margin-right: 0
    }

    .toolbox .select-custom .form-control {
        max-width: 132px
    }
}

.wishlist-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px 0 0;
    font-weight: 600;
    line-height: 1.5;
    padding: 15px 20px;
    width: 250px;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s;
    z-index: 100
}

.wishlist-popup .wishlist-popup-msg {
    font-weight: 600;
    line-height: 1.6;
    text-align: center
}

.wishlist-popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 1071
}

.login-popup .mfp-content {
    margin-top: 2.1rem;
    max-width: 872px;
    background-color: #fff
}

.login-popup .form-footer-right {
    margin-bottom: .6rem
}

.login-popup .form-input {
    height: 42px
}

.login-popup .container {
    padding: 3.9rem 3.6rem 4.7rem
}

.login-popup .title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.45;
    margin-bottom: .9rem
}

.login-popup form {
    display: block
}

.login-popup label {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.57;
    margin-bottom: .6rem
}

.login-popup .form-footer {
    margin: 1rem 0 2.1rem
}

.login-popup .form-footer .custom-control {
    margin: 0 0 0 auto;
    font-size: 1.3rem;
    padding-left: 2.5rem
}

.login-popup .forget-password {
    color: #222529;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}

.login-popup .btn-block {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 1.5rem 2.4rem;
    letter-spacing: -.02em
}

.login-popup .form-control {
    padding-left: 2.5rem
}

.login-popup .form-control:hover {
    outline: 0
}

.login-popup .custom-control-label {
    margin-top: 2px;
    font-size: 1.2rem
}

.newsletter-popup {
    position: relative;
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
    padding: 64px 40px;
    border-radius: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, .12)
}

.mfp-bg {
    background-color: #333777
}

button.mfp-close {
    position: absolute;
    top: 0;
    right: 0;
    overflow: visible;
    opacity: .65;
    cursor: pointer;
    background: 0 0;
    border: 0;
    text-indent: -9999px;
    transform: rotateZ(45deg);
    color: #838383
}

button.mfp-close:hover {
    opacity: 1
}

button.mfp-close:after {
    content: "";
    position: absolute;
    height: 17px;
    top: 12px;
    left: 20px;
    border-left: 1px solid
}

button.mfp-close:before {
    content: "";
    position: absolute;
    width: 17px;
    top: 20px;
    left: 12px;
    border-top: 1px solid
}

.newsletter-popup-content {
    max-width: 357px
}

.newsletter-popup-content .form-control {
    height: auto;
    padding: 7px 12px 9px 22px;
    border-radius: 3rem 0 0 3rem;
    font-size: 1.36rem;
    line-height: 2.4;
    border: none;
    background-color: #f4f4f4
}

.newsletter-popup-content .form-control::placeholder {
    position: relative;
    top: 2px;
    color: #999
}

.newsletter-popup-content .btn {
    margin-left: -1px;
    padding: 0 32px 0 25px;
    border-radius: 0 3rem 3rem 0;
    font-size: 1.28rem;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase
}

.logo-newsletter {
    display: inline-block;
    max-width: 111px;
    height: auto
}

.newsletter-popup h2 {
    margin: 24px 0 5px;
    color: #313131;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase
}

.newsletter-popup p {
    font-size: 1.4rem;
    line-height: 1.85;
    letter-spacing: -.02em;
    margin-bottom: 2.4rem
}

.newsletter-popup form {
    margin: 0 0 2.7rem
}

.newsletter-popup .custom-control {
    margin: 0 0 4px 1px;
    padding-left: 2.5rem
}

.newsletter-subscribe {
    font-size: 1.1rem;
    text-align: left
}

.newsletter-subscribe .checkbox {
    margin: 1.5rem 0
}

.newsletter-subscribe input {
    margin-right: .5rem;
    vertical-align: middle
}

.newsletter-subscribe label {
    margin-top: .2rem;
    color: inherit;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-transform: none
}

.login-popup.mfp-bg {
    opacity: .6;
    background-color: transparent
}

.mfp-wrap .mfp-content {
    transition: all .35s ease-out;
    opacity: 0
}

.login-popup.mfp-wrap .mfp-content {
    max-width: 525px
}

.mfp-bg.login-popup,
.mfp-bg.mfp-newsletter,
.mfp-wrap.login-popup,
.mfp-wrap.mfp-newsletter {
    z-index: 1058
}

@media (max-width:991px) {
    .mfp-container {
        padding: .6rem
    }
}

@media (max-width:479px) {
    .newsletter-popup {
        padding: 54px 30px
    }
}

@media (min-width:768px) {
    .login-popup .col-md-6 {
        padding: 0 2rem
    }

    .login-popup .col-md-6:first-child {
        border-right: 1px solid #f5f6f6
    }
}

.tooltiptext {
    visibility: hidden;
    position: absolute;
    background-color: #333;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: .01em;
    text-align: center;
    padding: 1rem .7rem;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%)
}

.product-default {
    color: #333;
    margin-bottom: 2rem;
    transition: box-shadow .3s ease-in-out
}

.product-default a {
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-default a:hover {
    color: #7aa93c;
    text-decoration: none
}

.product-default figure {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 1.6rem
}

.product-default figure>a:first-child {
    width: 100%;
    height: 100%
}

.product-default figure img {
    transition: opacity .3s ease-in-out;
    height: auto;
    width: 100%
}

.product-default figure img:last-child {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    left: 0
}

.product-default figure img:first-child {
    opacity: 1;
    position: relative
}

.product-default .label-group {
    position: absolute;
    top: .8rem;
    left: .8rem
}

.product-default .product-label {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 5px 11px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    border-radius: 12px
}

.product-default .product-label.label-hot {
    background-color: #2ba968
}

.product-default .product-label.label-number {
    display: flex;
    position: relative;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 1.6rem;
    background-color: #7aa93c;
    color: #fff
}

.product-default .product-label.label-number span {
    margin-left: 1px
}

.product-default .product-details {
    display: flex;
    display: -ms-flexbox;
    padding: 0 .8rem;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: left;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center
}

.product-default .category-wrap {
    width: 100%;
    white-space: nowrap
}

.product-default .category-list {
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    line-height: 1.7;
    opacity: .8;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden
}

.product-default .product-title {
    max-width: 100%;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: Poppins, sans-serif;
    line-height: 1.35;
    letter-spacing: .005em;
    margin-bottom: .4rem
}

.product-default .product-title a {
    display: block
}

.product-default .title-wrap .product-title {
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 20px);
    margin-bottom: .5rem
}

.product-default .product-action {
    position: relative;
    margin-bottom: 1.5rem;
    color: #333
}

.product-default .btn-add-cart,
.product-default .btn-quickview {
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    color: #6f6e6b;
    line-height: 34px
}

.product-default .btn-quickview {
    display: inline-block;
    position: absolute;
    top: 0;
    margin: 0 2px;
    width: 36px;
    height: 36px;
    font-size: 1.6rem;
    text-align: center;
    opacity: 0;
    transition: all .25s ease
}

.product-default .btn-quickview:hover {
    color: #333
}

.product-default .btn-quickview {
    font-size: 1.4rem;
    right: 0
}

.product-default:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i {
    display: none
}

.product-default .btn-add-cart {
    display: inline-block;
    padding: 0 1.4rem;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    transition: all .25s ease
}

.product-default .btn-add-cart i {
    font-size: 1.5rem;
    line-height: 32px
}

.product-default .btn-add-cart i:before {
    margin: 0 4px 0 0;
    font-weight: 800
}

.tooltip-top:after {
    content: "";
    position: absolute;
    top: 96%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent
}

.product-price {
    color: #222529;
    font-size: 1.8rem;
    line-height: 1
}

.price-box {
    margin-bottom: 1.4rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 1
}

.ratings-container {
    line-height: 1;
    margin: 0 0 12px 1px;
    cursor: pointer;
    position: relative;
    display: inline-block
}

.ratings-container .product-ratings,
.ratings-container .ratings {
    position: relative;
    display: inline-block;
    font-size: 11px;
    letter-spacing: .1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.ratings-container .product-ratings {
    height: 11px
}

.ratings-container .product-ratings:before {
    content: "";
    color: rgba(0, 0, 0, .16)
}

.ratings-container .product-ratings:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.ratings-container .ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden
}

.ratings-container .ratings:before {
    content: "";
    color: #6a6a6d
}

.product-select-group {
    display: flex;
    display: -ms-flexbox
}

.product-select {
    margin: 0 4px 0 0;
    cursor: pointer
}

.product-select.type-image {
    width: 32px;
    height: 32px;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .09)
}

.product-select.type-image.hover {
    border: 1px solid #7aa93c
}

.product-select.type-check {
    margin: 5px;
    overflow: visible;
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.product-select.type-check:after {
    content: "";
    background-color: transparent;
    border: 1px solid #000;
    position: absolute;
    left: -3px;
    top: -3px;
    border-radius: 50%;
    width: 18px;
    display: block;
    height: 18px
}

.product-nav-filter {
    display: flex;
    align-items: center
}

.product-nav-dots {
    padding-top: 2px
}

.product-nav-dots a,
.product-nav-dots span {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: .2rem solid #fff;
    margin-right: .6rem;
    transition: box-shadow .35s ease;
    box-shadow: 0 0 0 .1rem #999
}

.product-nav-dots a.active,
.product-nav-dots a:hover,
.product-nav-dots span.active,
.product-nav-dots span:hover {
    box-shadow: 0 0 0 .1rem #222529
}

.product-single-qty {
    display: inline-block;
    max-width: 104px;
    vertical-align: middle
}

.product-single-qty .btn {
    width: 2.2em;
    padding: 0
}

.product-single-qty .btn.btn-up-icon:hover:after,
.product-single-qty .btn.btn-up-icon:hover:before {
    background-color: #7aa93c
}

.product-single-qty .btn.btn-up-icon:after,
.product-single-qty .btn.btn-up-icon:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 1px;
    margin-left: -.55rem;
    background: #222529;
    content: ""
}

.product-single-qty .btn.btn-up-icon:before {
    transform: rotate(90deg)
}

.product-single-qty .horizontal-quantity::-webkit-inner-spin-button,
.product-single-qty .horizontal-quantity::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.add-cart-box {
    padding: 19px 10px 20px !important;
    border-top: 4px solid #7aa93c;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .6)
}

.add-cart-box h4 {
    font-weight: 500;
    color: #7aa93c;
    margin-bottom: 1.8rem
}

.add-cart-box img {
    margin: 0 auto 10px;
    width: 120px
}

.left-details .product-details {
    -ms-flex-align: start;
    align-items: flex-start
}

.left-details .btn-add-cart,
.left-details .btn-quickview {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #000
}

.left-details .btn-quickview {
    transform: none
}

.left-details .btn-add-cart {
    margin-left: 0;
    padding: 0 1.5rem
}

.hidden-description {
    position: relative
}

.hidden-description:hover figure {
    box-shadow: none
}

.hidden-description:hover .btn-add-cart {
    background-color: #f4f4f4;
    position: absolute
}

.hidden-description:hover .product-details {
    opacity: 1;
    transform: translateY(0)
}

.hidden-description:hover .product-action a.btn-quickview {
    left: 0
}

.hidden-description figure {
    margin-bottom: 0
}

.hidden-description figure .btn-icon-group {
    top: 1rem;
    right: 1rem
}

.hidden-description .product-details {
    position: absolute;
    width: 100%;
    bottom: 46px;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .09);
    opacity: 0;
    transform: translateY(5px);
    transition: all .3s ease
}

.hidden-description.product-default .product-details {
    padding: 1rem
}

.hidden-description .product-action {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0
}

.hidden-description .btn-quickview {
    transform: none;
    background-color: #7aa93c;
    color: #fff;
    width: 50%;
    margin: 0;
    border: none;
    height: 45px;
    left: 0;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .025em;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    line-height: 45px
}

.hidden-description:hover .product-action .btn-quickview {
    opacity: .85
}

.hidden-description:hover .product-action .btn-quickview:hover {
    opacity: 1;
    color: #fff
}

.hidden-description .btn-add-cart {
    position: absolute;
    z-index: 3;
    justify-content: center;
    margin: 0;
    width: 50%;
    height: 45px;
    border: none;
    background: #f4f4f4;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .025em;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    line-height: 45px
}

.hidden-description .btn-add-cart:hover {
    background-color: #78a63b;
    color: #fff
}

.full-width {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.full-width [class*=col-] {
    padding-right: 10px;
    padding-left: 10px
}

.product-overlay figure {
    margin: 0
}

.product-overlay figure>a:first-child:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(27, 27, 23, 0);
    transition: all .25s
}

.product-overlay figure .btn-icon-group,
.product-overlay figure .btn-quickview {
    z-index: 1
}

.product-overlay figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: 0
}

.product-overlay figure .btn-add-cart i {
    display: inline-block
}

.product-overlay .product-details {
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transform: scale(.8);
    transition: all .4s
}

.product-overlay .product-details .product-category,
.product-overlay .product-details .product-price,
.product-overlay .product-details .product-title a {
    color: #fff
}

.product-overlay .product-details a:hover {
    color: #7aa93c
}

.product-overlay .product-details .ratings-container .product-ratings:before {
    color: rgba(255, 255, 255, .6)
}

.product-overlay .product-details .ratings-container .ratings:before {
    color: #fff
}

.product-overlay .product-details .price-box {
    margin-bottom: 0
}

.product-overlay .product-details .category-list {
    text-align: center;
    width: 100%
}

.product-overlay:hover figure,
.product-overlay:nth-child(2n):hover figure {
    box-shadow: none
}

.product-overlay:hover figure>a:first-child:after,
.product-overlay:nth-child(2n):hover figure>a:first-child:after {
    background-color: rgba(27, 27, 23, .6)
}

.product-overlay:hover figure .btn-icon,
.product-overlay:hover figure .btn-quickview,
.product-overlay:nth-child(2n):hover figure .btn-icon,
.product-overlay:nth-child(2n):hover figure .btn-quickview {
    opacity: .85;
    visibility: visible
}

.product-overlay:hover figure .btn-icon:hover,
.product-overlay:hover figure .btn-quickview:hover,
.product-overlay:nth-child(2n):hover figure .btn-icon:hover,
.product-overlay:nth-child(2n):hover figure .btn-quickview:hover {
    opacity: 1
}

.product-overlay:hover figure .btn-icon,
.product-overlay:nth-child(2n):hover figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: .85
}

.product-overlay:hover .product-details,
.product-overlay:nth-child(2n):hover .product-details {
    opacity: 1;
    transform: scale(1)
}

.overlay-dark figure {
    margin: 0
}

.overlay-dark figure>a:first-child:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(27, 27, 23, .3);
    transition: all .25s
}

.overlay-dark figure .btn-icon-group,
.overlay-dark figure .btn-quickview {
    z-index: 1
}

.overlay-dark figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: 0;
    margin-left: 8px
}

.overlay-dark figure .btn-quickview {
    border: 2px solid #fff;
    background-color: #4d4d4a;
    border-radius: 2rem;
    padding: 1rem 2.3rem;
    width: auto;
    height: auto;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
    transition: all .1s
}

.overlay-dark .product-details {
    position: absolute;
    width: 100%;
    left: 2rem;
    bottom: 4rem;
    opacity: 0;
    transform: translateY(10px);
    transition: all .4s
}

.overlay-dark .product-details .product-category,
.overlay-dark .product-details .product-price,
.overlay-dark .product-details .product-title a {
    color: #fff
}

.overlay-dark .product-details a:hover {
    color: #7aa93c
}

.overlay-dark .product-details .ratings-container .product-ratings:before {
    color: rgba(255, 255, 255, .6)
}

.overlay-dark .product-details .price-box {
    margin-bottom: 0
}

.overlay-dark:hover figure,
.overlay-dark:nth-child(2n):hover figure {
    box-shadow: none
}

.overlay-dark:hover figure>a:first-child:after,
.overlay-dark:nth-child(2n):hover figure>a:first-child:after {
    background-color: rgba(27, 27, 23, .7)
}

.overlay-dark:hover figure .btn-icon,
.overlay-dark:hover figure .btn-quickview,
.overlay-dark:nth-child(2n):hover figure .btn-icon,
.overlay-dark:nth-child(2n):hover figure .btn-quickview {
    opacity: .85
}

.overlay-dark:hover figure .btn-icon:hover,
.overlay-dark:hover figure .btn-quickview:hover,
.overlay-dark:nth-child(2n):hover figure .btn-icon:hover,
.overlay-dark:nth-child(2n):hover figure .btn-quickview:hover {
    background-color: #4d4d4a;
    opacity: 1
}

.overlay-dark:hover figure .btn-icon,
.overlay-dark:nth-child(2n):hover figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: .85
}

.overlay-dark:hover .product-details,
.overlay-dark:nth-child(2n):hover .product-details {
    opacity: 1;
    transform: translateY(0)
}

.quantity-input .product-details {
    align-items: center
}

.quantity-input .product-single-qty {
    margin: 0 0 1rem
}

.quantity-input .btn-add-cart {
    margin: 0 0 1rem 2px
}

.quantity-input .btn-add-cart:hover {
    background-color: #7aa93c;
    border-color: #7aa93c;
    color: #fff
}

.quantity-input .category-list {
    text-align: center
}

.product-list {
    display: flex;
    display: -ms-flexbox;
    align-items: center
}

.product-list:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i {
    display: block
}

.product-list .product-action {
    margin-bottom: 0
}

.product-list:hover .btn-icon {
    padding-right: .8rem;
    transition: .35s
}

.product-list:hover .btn-icon i {
    opacity: 1;
    transition: .35s
}

.product-list:hover .btn-icon span {
    padding-left: 1.3rem;
    transition: .35s
}

.product-list figure {
    max-width: 250px;
    margin-right: 1.2rem;
    margin-bottom: 0
}

.product-list figure img {
    object-fit: cover;
    height: 100%
}

.product-list .product-details {
    padding-top: 3px;
    max-width: calc(100% - 270px)
}

.product-list .product-title {
    margin-bottom: .6rem;
    font-weight: 600;
    font-size: 1.8rem;
    font-family: "Open Sans", sans-serif
}

.product-list .ratings-container {
    margin: 0 0 10px 0
}

.product-list .product-description {
    display: -webkit-box;
    margin-bottom: 1.6rem;
    max-width: 100%;
    font-weight: 400;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    line-height: 24px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.product-list .price-box {
    margin-bottom: 1.6rem
}

.product-list .category-list {
    margin-bottom: -1px
}

.product-list .btn-add-cart {
    margin: 0 3px 5px 0;
    padding: 0 1.4rem;
    background-color: #7aa93c;
    border-color: #7aa93c;
    color: #fff
}

.product-list .btn-icon {
    position: relative;
    transition: .35s
}

.product-list .btn-icon i {
    position: absolute;
    display: inline-block;
    opacity: 0;
    left: 8px;
    transition: .35s
}

.product-list .btn-icon i:before {
    margin: 0;
    line-height: 1;
    font-weight: 800
}

.product-list .btn-icon i.fa {
    top: 26%
}

.product-list .btn-icon span {
    display: inline-block;
    transition: .35s
}

.product-list .btn-quickview {
    position: static;
    opacity: 1;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #333;
    margin: 0 0 5px;
    line-height: 32px
}

.product-list:hover {
    box-shadow: none
}

.product-list:hover figure {
    box-shadow: none
}

.product-widget {
    display: flex;
    display: -ms-flexbox;
    margin-bottom: 1.6rem
}

.product-widget figure {
    max-width: 84px;
    margin-right: 1rem;
    margin-bottom: 0
}

.product-widget figure img {
    object-fit: cover;
    height: 100%
}

.product-widget .ratings-container {
    margin-bottom: 1rem
}

.product-widget .product-details {
    margin-bottom: 2px;
    max-width: calc(100% - 104px)
}

.product-widget .product-title {
    margin-bottom: .5rem;
    font-size: 1.4rem
}

.product-widget .price-box {
    margin-bottom: 0
}

.product-widget .product-price {
    font-size: 1.5rem
}

.product-widget:hover,
.product-widget:hover figure {
    box-shadow: none
}

.product-quick-view {
    padding: 3rem;
    background-color: #fff
}

.product-quick-view .product-single-filter label {
    margin-right: 0
}

.product-quick-view .product-single-details .product-title {
    width: 100%
}

.product-quick-view .view-cart {
    padding: 13px 10px;
    font-size: .8em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline
}

.product-quick-view .product-single-details .product-single-filter:last-child {
    margin-left: -1px
}

.image-bg-white {
    filter: brightness(1.08)
}

@media (min-width:768px) {
    .product-quick-view .product-single-details {
        position: absolute;
        right: 0;
        height: 100% !important;
        overflow-y: auto
    }

    .product-quick-view .product-single-details::-webkit-scrollbar {
        height: 10px;
        width: 3px
    }

    .product-quick-view .product-single-details::-webkit-scrollbar-thumb {
        background: #ebebeb;
        border-radius: 10px;
        position: absolute
    }

    .product-quick-view .product-single-details::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 10px;
        margin: 8px;
        width: 100%
    }
}

@media (min-width:1200px) {

    .col-xl-7col .product-default .product-title,
    .col-xl-8col .product-default .product-title {
        font-size: 1.3rem
    }

    .col-xl-7col .product-price,
    .col-xl-8col .product-price {
        font-size: 1.5rem
    }
}

@media (max-width:575px) {
    .product-list {
        flex-direction: column;
        -ms-flex-direction: column
    }

    .product-list figure {
        max-width: none;
        margin-right: 0;
        margin-bottom: 2rem
    }

    .product-list .product-details {
        max-width: none;
        width: 100%
    }

    .product-list:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i {
        display: block
    }

    .product-list .product-action>a {
        padding: 0;
        width: 34px;
        height: 34px
    }

    .product-list .product-action>a i {
        display: inline-block
    }

    .product-list .btn-icon {
        margin-right: 1px
    }

    .product-list .btn-icon i {
        position: static;
        opacity: 1
    }

    .product-list .btn-icon:hover {
        padding: 0
    }

    .product-list .btn-icon span {
        display: none
    }

    .product-list .btn-icon:not(.product-type-simple) i {
        margin-top: 1.1rem
    }

    .product-quick-view {
        padding: 2rem
    }

    .product-quick-view .product-single-details .product-title {
        font-size: 2.6rem
    }
}

@media (max-width:479px) {
    .product-price {
        font-size: 1.3rem
    }

    .product-quick-view {
        padding: 2rem
    }
}

.product-category {
    color: #1d2127;
    margin-bottom: 2rem;
    position: relative
}

.product-category a:hover {
    color: inherit
}

.product-category img {
    width: 100%
}

.product-category figure {
    margin-bottom: 0;
    position: relative
}

.product-category figure:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: 0 0;
    transition: all .3s;
    z-index: 1;
    content: ""
}

.product-category:hover figure:after {
    background-color: rgba(27, 27, 23, .15)
}

.owl-item>.product-category {
    margin-bottom: 0
}

.category-content {
    padding: 2rem;
    display: flex;
    display: -ms-flex-box;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center
}

.category-content h3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.35;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -.005em;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.category-content span {
    font-weight: 400;
    font-size: 10.2px;
    line-height: 1.8;
    font-family: "Open Sans", sans-serif;
    letter-spacing: normal;
    margin-top: -10px;
    text-transform: uppercase;
    opacity: .7;
    color: #1d2127
}

.content-center .category-content,
.content-center-bottom .category-content,
.content-left-bottom .category-content,
.content-left-center .category-content {
    padding: 20.4px 25.5px;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2
}

.content-center .category-content h3,
.content-center .category-content span,
.content-center-bottom .category-content h3,
.content-center-bottom .category-content span,
.content-left-bottom .category-content h3,
.content-left-bottom .category-content span,
.content-left-center .category-content h3,
.content-left-center .category-content span {
    color: #fff
}

.content-center .category-content,
.content-left-center .category-content {
    left: 0;
    top: 50%
}

.content-left-center .category-content {
    align-items: flex-start
}

.content-left-bottom .category-content {
    align-items: flex-start;
    left: 0;
    bottom: 0;
    transform: none
}

.content-center-bottom figure {
    min-height: 90px
}

.content-center-bottom .category-content {
    bottom: 0;
    transform: none;
    padding: 20.4px 0
}

.content-center-bottom .category-content h3,
.content-center-bottom .category-content span {
    margin-bottom: 0;
    color: #1d2127
}

.overlay-light figure:after {
    background-color: rgba(27, 27, 23, .75)
}

.overlay-light:hover figure:after {
    background-color: rgba(27, 27, 23, .6)
}

.hidden-count .category-content span {
    max-height: 10px;
    transition: all .5s;
    transform: translateY(20%);
    opacity: 0
}

.hidden-count:hover .category-content span {
    max-height: 30px;
    transform: none;
    opacity: .7
}

.height-600 {
    height: 600px
}

.height-400 {
    height: 400px
}

.height-300 {
    height: 300px
}

.height-200 {
    height: 200px
}

@media (min-width:1199px) {
    .col-5col-1 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (max-width:767px) {
    .height-600 {
        height: 400px
    }

    .height-300 {
        height: 200px
    }
}

@media (max-width:450px) {
    .content-center-bottom .category-content {
        padding: 16.8px 21px;
        text-align: center;
        flex-wrap: wrap
    }
}

@media (max-width:400px) {
    .content-center-bottom .category-content {
        padding-bottom: 1rem
    }
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #fff;
    background-color: #7aa93c;
    font-size: 14px;
    line-height: 3.2rem;
    text-align: center;
    text-decoration: none;
    opacity: 1
}

.social-icon+.social-icon {
    margin-left: .6rem
}

.social-icons .social-icon:focus,
.social-icons .social-icon:hover {
    color: #fff;
    text-decoration: none;
    opacity: .85
}

.social-icon.social-facebook {
    background-color: #3b5a9a
}

.social-icon.social-twitter {
    background-color: #1aa9e1
}

.social-icon.social-instagram {
    background-color: #7c4a3a
}

.nav-tabs {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 2px
}

.nav-tabs .nav-item {
    margin-bottom: -3px
}

.nav-tabs .nav-item:not(:last-child) {
    margin-right: 3.5rem
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #e7e7e7;
    color: #7aa93c
}
.order_nav>li.active>a, .order_nav>li.active>a:focus, .order_nav>li.active>a:hover{
    color: #fff;
    background-color: #333;
    border: 1px solid #fff;
}
.noo-product-filter .nav-tabs > li.active > a,
.noo-product-filter li > a.active,
.noo-product-filter .nav-tabs > li > a:hover,
.noo-product-filter .nav-tabs > li > a:focus {
    color: #231F20;
    background: none;
    border: none;
}

.nav-tabs .nav-link {
    padding: 1.2rem 0;
    border: 0;
    color: #282d3b;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    font-family: Poppins, sans-serif;
    text-transform: uppercase
}

.nav-tabs .nav-link:hover {
    color: #7aa93c
}

.tabs .tab-content {
    border: 1px solid #eee;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .04);
    padding: 1.5rem
}

.tabs .nav-tabs {
    border-bottom: 0
}

.tabs .nav-tabs .nav-item .nav-link.active,
.tabs .nav-tabs .nav-item.show .nav-link {
    border-top-color: #7aa93c;
    color: #7aa93c;
    background: #fff
}

.tabs .nav-tabs .nav-item:not(:last-child) {
    margin-right: .1rem
}

.tabs .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 3px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: none;
    background: #f4f4f4;
    text-transform: none;
    font-weight: 400;
    line-height: 2.4rem;
    margin-bottom: -1px;
    padding: .8rem 1.6rem
}

.tabs .nav-tabs .nav-link:focus,
.tabs .nav-tabs .nav-link:hover {
    border-top-color: #7aa93c
}

.tabs .tab-pane p:last-child {
    line-height: 2.4rem
}

.tabs-bottom .nav-tabs .nav-item .nav-link.active,
.tabs-bottom .nav-tabs .nav-item.show .nav-link {
    border-top: none;
    border-bottom-color: #7aa93c
}

.tabs-bottom .nav-tabs .nav-item:not(:last-child) {
    margin-right: .1rem
}

.tabs-bottom .nav-tabs .nav-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 3px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: none;
    margin-top: -1px
}

.tabs-bottom .nav-tabs .nav-link:focus,
.tabs-bottom .nav-tabs .nav-link:hover {
    border-bottom-color: #7aa93c
}

.tabs-left {
    border-top: 1px solid #eee
}

.tabs-left .tab-content {
    border-top: 0
}

.tabs-left .nav-tabs .nav-item .nav-link.active,
.tabs-left .nav-tabs .nav-item.show .nav-link {
    border-left: 3px solid #7aa93c
}

.tabs-left .nav-tabs .nav-item:not(:last-child) {
    margin-right: .1rem
}

.tabs-left .nav-tabs .nav-link {
    border: 0;
    border-left: 3px solid #eee;
    margin-right: -1px
}

.tabs-left .nav-tabs .nav-link:focus,
.tabs-left .nav-tabs .nav-link:hover {
    border-left-color: #7aa93c
}

.tabs-right {
    border-top: 1px solid #eee
}

.tabs-right .tab-content {
    border-top: 0
}

.tabs-right .nav-tabs .nav-item .nav-link.active,
.tabs-right .nav-tabs .nav-item.show .nav-link {
    border-right: 3px solid #7aa93c
}

.tabs-right .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0
}

.tabs-right .nav-tabs .nav-link {
    border: 0;
    border-right: 3px solid #eee
}

.tabs-right .nav-tabs .nav-link:focus,
.tabs-right .nav-tabs .nav-link:hover {
    border-right-color: #7aa93c
}

.tabs-vertical {
    display: flex
}

.tabs-vertical .nav-tabs {
    flex-flow: column nowrap;
    width: 27.8%;
    border: 0
}

.tabs-vertical .tab-content {
    flex: 1
}

.tabs-vertical .nav-link:last-child {
    border-bottom: 1px solid #eee !important
}

.tabs-dark .nav-tabs .nav-item .nav-link.active,
.tabs-dark .nav-tabs .nav-item.show .nav-link {
    border-top-color: #222529;
    color: #222529
}

.tabs-dark .nav-tabs .nav-link:focus,
.tabs-dark .nav-tabs .nav-link:hover {
    border-top-color: #222529;
    color: #222529
}

.tabs-dark.tabs-bottom .nav-tabs .nav-item .nav-link.active,
.tabs-dark.tabs-bottom .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #222529
}

.tabs-dark.tabs-bottom .nav-tabs .nav-link:focus,
.tabs-dark.tabs-bottom .nav-tabs .nav-link:hover {
    border-bottom-color: #222529
}

.tabs-dark.tabs-left .nav-tabs .nav-item .nav-link.active,
.tabs-dark.tabs-left .nav-tabs .nav-item.show .nav-link {
    border-left-color: #222529
}

.tabs-dark.tabs-left .nav-tabs .nav-link:focus,
.tabs-dark.tabs-left .nav-tabs .nav-link:hover {
    border-left-color: #222529
}

.tabs-dark.tabs-right .nav-tabs .nav-item .nav-link.active,
.tabs-dark.tabs-right .nav-tabs .nav-item.show .nav-link {
    border-right-color: #222529
}

.tabs-dark.tabs-right .nav-tabs .nav-link:focus,
.tabs-dark.tabs-right .nav-tabs .nav-link:hover {
    border-right-color: #222529
}

.tabs-simple .tab-content {
    border: 0;
    box-shadow: none;
    padding: 3rem 0
}

.tabs-simple .nav-tabs .nav-item .nav-link.active,
.tabs-simple .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #555;
    color: #333
}

.tabs-simple .nav-tabs .nav-item:not(:last-child) {
    margin-right: .1rem
}

.tabs-simple .nav-tabs .nav-link {
    border: 0;
    border-bottom: 3px solid #eee;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.4rem;
    margin-bottom: -1px;
    color: #333;
    background: 0 0;
    padding: 15px 30px;
    margin-bottom: 1.5rem
}

.tabs-simple .nav-tabs .nav-link:focus,
.tabs-simple .nav-tabs .nav-link:hover {
    border-bottom-color: #555
}

.tabs-with-icon .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: 0 0;
    margin-bottom: 1rem
}

.tabs-with-icon .icon-content {
    position: relative;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 3rem;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    margin-bottom: 1.5rem
}

.tabs-with-icon .icon-content:after {
    content: "";
    border: 5px solid #f4f4f4;
    border-radius: 50%;
    display: block;
    height: 100%;
    padding: 1px;
    position: absolute;
    top: 0;
    width: 100%;
    transform: scale(1.2);
    transition: transform .3s
}

.tabs-with-icon .icon-content:hover:after {
    transform: scale(1.3)
}

.product-single-tabs.product-tabs-list .product-desc-content p {
    margin-bottom: 1.3rem
}

.product-single-tabs.product-tabs-list .product-desc-content ol,
.product-single-tabs.product-tabs-list .product-desc-content ul {
    padding-left: 5.8rem;
    margin-bottom: 2rem
}

.product-single-tabs.product-tabs-list .product-desc-content li:before {
    left: 2.4rem
}

.product-slider-tab .tab-content {
    position: relative
}

.product-slider-tab .tab-content>.tab-pane {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 0 !important;
    opacity: 0;
    z-index: -1;
    transition: visibility .3s, opacity .3s
}

.product-slider-tab .tab-content>.tab-pane:not(.active) {
    overflow: hidden;
    visibility: hidden
}

.product-slider-tab .tab-content>.active {
    position: relative;
    height: auto !important;
    opacity: 1;
    z-index: auto
}

@media (min-width:992px) {
    .product-single-tabs.product-tabs-list {
        padding-bottom: 2px
    }

    .product-single-tabs.product-tabs-list .col-lg-2 {
        -ms-flex: 0 0 21.4%;
        flex: 0 0 21.4%;
        max-width: 21.4%
    }

    .product-single-tabs.product-tabs-list .col-lg-10 {
        -ms-flex: 0 0 78.6%;
        flex: 0 0 78.6%;
        max-width: 78.6%
    }

    .product-single-tabs.product-tabs-list .nav.nav-tabs {
        flex-direction: column;
        border: none
    }

    .product-single-tabs.product-tabs-list .nav.nav-tabs .nav-item {
        margin-right: 0;
        margin-bottom: .8rem;
        border-bottom: 1px solid #e7e7e7
    }

    .product-single-tabs.product-tabs-list .nav.nav-tabs .nav-link {
        display: inline-block;
        padding: 1.4rem 0 1.5rem;
        margin-bottom: -1px
    }

    .product-single-tabs.product-tabs-list .tab-pane {
        padding-top: .5rem
    }

    .product-single-tabs.product-tabs-list .tab-content {
        padding-left: .9rem
    }
}

@media (max-width:479px) {
    .nav-tabs .nav-item:not(:last-child) {
        margin-right: 2.5rem
    }
}

.tooltip {
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    width: 1rem;
    height: 1rem
}

html {
    overflow-x: hidden;
    font-size: 62.5%;
    font-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    color: #333;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Open Sans", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

body:not(.loaded)>:not(.loading-overlay) {
    visibility: hidden !important;
    transition: none !important
}

body:not(.loaded)>:not(.loading-overlay) * {
    visibility: hidden !important;
    transition: none !important
}

::-moz-selection {
    background-color: #7aa93c;
    color: #fff
}

::selection {
    background-color: #7aa93c;
    color: #fff
}

p {
    margin-bottom: 1.5rem
}

ol,
ul {
    margin: 0 0 2.25rem;
    padding: 0;
    list-style: none
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

hr {
    max-width: 1730px;
    margin: 1rem auto 1.5rem;
    border: 0;
    border-top: 1px solid #e7e7e7
}

sub,
sup {
    font-size: 70%
}

sup {
    font-size: 50%
}

sub {
    bottom: -.25em
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

button:focus {
    outline: 0
}

@keyframes rotating {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes bouncedelay {

    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.loading-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .5s ease-in-out;
    background: #fff;
    opacity: 1;
    visibility: visible;
    z-index: 999999
}

.bounce-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    margin: -9px 0 0 -35px;
    transition: all .2s;
    text-align: center;
    z-index: 10000
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #ccc;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
    animation: 1.4s ease-in-out 0s normal both infinite bouncedelay
}

.bounce-loader .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.bounce-loader .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.mobile-cart>div,
.mobile-sidebar {
    -webkit-overflow-scrolling: touch
}

.mobile-cart>div::-webkit-scrollbar,
.mobile-sidebar::-webkit-scrollbar {
    height: 10px;
    width: 6px
}

.mobile-cart>div::-webkit-scrollbar-thumb,
.mobile-sidebar::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    border-radius: 10px;
    position: absolute
}

.mobile-cart>div::-webkit-scrollbar-track,
.mobile-sidebar::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    margin: 8px;
    width: 100%
}

.load-more-overlay.loading:after,
.loading:not(.load-more-overlay) {
    animation: spin 650ms infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-top: 2px solid rgba(0, 0, 0, .4) !important;
    border-right: 2px solid rgba(0, 0, 0, .4) !important;
    border-bottom: 2px solid rgba(0, 0, 0, .4) !important;
    content: "";
    display: block;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    right: auto;
    position: absolute;
    width: 20px;
    z-index: 3
}

.load-more-overlay {
    position: relative
}

.load-more-overlay.loading:after {
    content: ""
}

.load-more-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: .8;
    z-index: 3
}

.popup-loading-overlay {
    position: relative
}

.popup-loading-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: .8
}

.col-6.fade.in {
    opacity: 1;
    transition: opacity .5s
}

.col-6.fade {
    opacity: 0;
    transition: opacity .5s
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

@media (max-width:767px) {
    html {
        font-size: 9px
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.8rem;
    color: #222529;
    font-weight: 700;
    line-height: 1.1;
    font-family: Poppins, sans-serif
}

.h1,
h1 {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.223
}

.h2,
h2 {
    font-size: 3rem;
    line-height: 1.5
}

.h3,
h3 {
    font-size: 2.5rem;
    line-height: 1.28
}

.h4,
h4 {
    font-size: 2rem;
    line-height: 1.35
}

.h5,
h5 {
    font-size: 1.4rem;
    line-height: 1.429
}

.h6,
h6 {
    font-size: 1.3rem;
    line-height: 1.385;
    font-weight: 600
}

a {
    transition: all .3s;
    color: #7aa93c;
    text-decoration: none
}

a:focus,
a:hover {
    color: #7aa93c;
    text-decoration: none
}

.heading {
    margin-bottom: 3rem;
    color: #222529
}

.heading .title {
    margin-bottom: 1.6rem
}

.heading p {
    letter-spacing: -.015em
}

.heading p:last-child {
    margin-bottom: 0
}

.light-title {
    margin-bottom: 2rem;
    font-weight: 300
}

.section-title {
    text-transform: uppercase;
    font-size: 1.8rem
}

.section-sub-title {
    font-size: 1.6rem;
    text-transform: uppercase
}

@media (min-width:768px) {

    .h1,
    h1 {
        font-size: 4.5rem
    }

    .h2,
    h2 {
        font-size: 2.5rem
    }

    .heading {
        margin-bottom: 4rem
    }
}

@media (min-width:992px) {

    .h1,
    h1 {
        font-size: 5rem
    }

    .h2,
    h2 {
        font-size: 3rem
    }

    .heading {
        margin-bottom: 5rem
    }
}

.page-wrapper {
    position: relative;
    left: 0;
    transition: all .25s
}

.main {
    flex: 1 1 auto
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

[class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.row-sm {
    margin-left: -6px;
    margin-right: -6px
}

.row-sm>[class*=col-] {
    padding-left: 6px;
    padding-right: 6px
}

.container :not(.sticky-header)>.container,
.container :not(.sticky-header)>.container-fluid {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:1220px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width:1200px) {
    .col-xl-5col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xl-5col-2 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-xl-7col {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%
    }

    .col-xl-8col {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media (min-width:992px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .row-lg {
        margin-left: -15px;
        margin-right: -15px
    }

    .row-lg [class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:991px) {
    .container {
        max-width: none
    }
}

.owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-carousel .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    border-width: 2px
}

.owl-carousel .owl-dots .owl-dot span:before {
    margin: 0;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%)
}

.owl-carousel .owl-dots .owl-dot.active span:before,
.owl-carousel .owl-dots .owl-dot:hover span:before {
    transform: translate(-50%, -50%)
}

.owl-carousel.dots-m-0 .disabled+.owl-dots {
    margin: 0
}

.owl-carousel.dots-mt-1 .disabled+.owl-dots {
    margin-top: 1rem
}

.owl-carousel.nav-big .owl-nav {
    font-size: 3.7rem
}

.owl-carousel.nav-big .owl-nav i {
    padding: 4px 7px
}

.owl-carousel.nav-large .owl-nav {
    font-size: 4.5rem
}

.owl-carousel.nav-large .owl-nav i {
    padding: 4px 2px
}

.owl-carousel.nav-image-center .owl-nav button {
    top: 35%
}

.owl-carousel.show-nav-hover .owl-nav {
    opacity: 0;
    transition: opacity .2s, color .2s
}

.owl-carousel.show-nav-hover:hover .owl-nav {
    opacity: 1
}

.owl-carousel.dots-top .owl-dots {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin: 0 0 3.4rem
}

.owl-carousel.dots-small .owl-dots span {
    width: 14px;
    height: 14px
}

.owl-carousel.dots-small .owl-dots span:before {
    width: 4px;
    height: 4px
}

.owl-carousel.dots-simple .owl-dots .owl-dot.active span:before {
    background-color: #222529
}

.owl-carousel.dots-simple .owl-dots .owl-dot span {
    margin: 1px 1px 2px 0;
    border: none
}

.owl-carousel.dots-simple .owl-dots .owl-dot span:before {
    opacity: 1;
    visibility: visible;
    background-color: #d6d6d6
}

.owl-carousel.images-center img {
    width: auto;
    margin: auto
}

.dots-left .owl-dots {
    text-align: left
}

.owl-carousel-lazy {
    display: block
}

.owl-carousel-lazy .category-slide:first-child,
.owl-carousel-lazy .home-slide:first-child,
.owl-carousel-lazy .owl-item:first-child .category-slide,
.owl-carousel-lazy .owl-item:first-child .home-slide {
    display: block
}

.owl-carousel-lazy:not(.owl-loaded)>:not(:first-child) {
    display: none
}

.category-slide,
.home-slide {
    width: 100%
}

div.slide-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

img.slide-bg {
    object-fit: cover;
    object-position: center top
}

.owl-carousel:not(.owl-loaded) {
    flex-wrap: nowrap;
    overflow: hidden
}

.owl-carousel:not(.owl-loaded)[class*=cols-]:not(.gutter-no) {
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: auto
}

.owl-carousel:not(.owl-loaded).row {
    display: flex
}

.sticky-header {
    transition: left .25s
}

.sticky-header.fixed {
    display: flex;
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .06);
    z-index: 1040
}

.sticky-header.fixed .logo {
    max-width: 89px
}

.sticky-header.fixed .logo img {
    transform: scale(.8);
    transform-origin: left center
}

.sticky-header.header-middle.fixed {
    height: 60px
}

.main .sticky-header:not(.fixed)>.container {
    padding-left: 0;
    padding-right: 0
}

.main .sticky-header.fixed {
    min-height: 38px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    overflow: hidden;
    z-index: 997
}

.main .sticky-header.fixed .container {
    margin: 0 auto
}

.main .sticky-header.toolbox.fixed {
    padding: 1.5rem;
    padding-right: 1.5rem !important;
    background-color: #f4f4f4;
    margin: 0 !important
}

.main .sticky-header.toolbox.fixed .toolbox-left {
    margin-right: 3rem
}

.sticky-navbar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
    z-index: 997
}

.sticky-navbar.fixed {
    opacity: 1;
    visibility: visible;
    transform: translateY(-100%)
}

.sticky-navbar .sticky-info {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 1rem 0
}

.sticky-navbar .sticky-info:not(:last-child) {
    border-right: 1px solid #e7e7e7
}

.sticky-navbar .sticky-info a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #222529;
    font-family: Poppins, sans-serif;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase
}

.sticky-navbar .sticky-info i {
    font-size: 27px;
    font-weight: 400
}

.sticky-navbar .sticky-info i span {
    font-style: normal;
    right: -4px;
    top: 3px
}

@media (min-width:576px) {
    .sticky-navbar {
        display: none
    }
}

@media (max-width:991px) {
    .main .sticky-header.toolbox.fixed .toolbox-left {
        margin-right: 0
    }
}

header {
    position: relative
}

header .container {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    position: relative
}

header p {
    margin-bottom: 0
}

.header a {
    color: inherit
}

.header-top {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: .025em
}

.header-middle {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
    color: #222529
}

.header-bottom {
    color: #222529
}

.header-center,
.header-left,
.header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header-center,
.header-right {
    margin-left: auto
}

.header-bottom .header-center {
    width: 100%
}

.header-bottom:not(.fixed) .header-left,
.header-bottom:not(.fixed) .header-right {
    display: none
}

.header-bottom .header-right {
    padding-right: 2.6rem;
    color: #222529
}

.header-bottom.fixed .header-center {
    margin-left: 4.7rem;
    width: auto
}

.header-bottom.fixed .logo {
    max-width: 89px
}

.header-bottom.fixed .header-search-inline.header-search {
    margin-right: 2.3rem
}

.header-bottom.fixed .header-search-inline.header-search i {
    font-size: 2.3rem
}

.header-bottom.fixed .header-search-inline.header-search .header-search-wrapper {
    display: flex;
    position: absolute;
    margin-top: 10px;
    border: 5px solid #7aa93c
}

.header-bottom.fixed .header-search-inline.header-search:not(.show) .header-search-wrapper {
    display: none
}

.header-bottom.fixed .header-search-inline.header-search .header-search-inline .btn:after,
.header-bottom.fixed .header-search-inline.header-search .search-toggle {
    display: block
}

.header-transparent {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1040
}

.logo {
    max-width: 100px
}

.header-contact {
    align-items: center;
    text-transform: uppercase
}

.header-contact i {
    margin-right: 1.1rem;
    font-size: 2.9rem
}

.header-contact img {
    margin-right: .7rem
}

.header-contact h6 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #333
}

.header-contact a {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    white-space: nowrap
}

.mobile-menu-toggler {
    border: 0;
    background: 0 0;
    color: #222529;
    padding: 1rem .5rem;
    margin-right: .5rem;
    font-size: 20px;
    line-height: 0;
    cursor: pointer
}

.badge-circle {
    position: absolute;
    top: 1px;
    right: 0;
    width: 1.6rem;
    border-radius: 50%;
    color: #fff;
    background: #ff5b5b;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-family: "Open Sans", sans-serif;
    text-align: center
}

header .social-icon {
    border-radius: 50%;
    color: inherit;
    font-size: 13px;
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem
}

header .social-icon:not(:hover):not(:active):not(:focus) {
    background-color: transparent
}

header .social-icon+.social-icon {
    margin-left: 2px
}

header .separator {
    height: 20px;
    border-left: 1px solid #e7e7e7;
    margin: 0 10px
}

.top-notice {
    position: relative;
    padding: .9rem 2rem 1.1rem;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: .025em
}

.top-notice h5 {
    color: inherit;
    font-size: inherit;
    font-weight: 500
}

.top-notice small {
    font-size: .8461em;
    letter-spacing: .025em;
    opacity: .5
}

.top-notice a {
    color: inherit;
    font-weight: 700
}

.top-notice .category {
    display: inline-block;
    padding: .3em .8em;
    background: #151719;
    font-size: 1rem
}

.top-notice .mfp-close {
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg) translateZ(0);
    color: inherit;
    opacity: .7;
    z-index: 10
}

.top-notice .mfp-close:hover {
    opacity: 1
}

.header-icon:not(:last-child) {
    margin-right: 2.2rem
}

.header-icon i {
    font-size: 2.7rem
}

.header-icon:hover {
    color: #222529
}

.minicart-icon {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 20px;
    border: 2px solid #222529;
    border-radius: 0 0 5px 5px;
    position: relative;
    opacity: .9;
    margin: 6px 3px 0;
    z-index: 1
}

.minicart-icon:before {
    content: "";
    position: absolute;
    border: 2px solid;
    border-color: inherit;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    left: 50%;
    top: -8px;
    margin-left: -7px;
    width: 15px;
    height: 11px
}

.cart-count {
    z-index: 1
}

@media (min-width:992px) {
    .mobile-menu-toggler {
        display: none
    }
}

@media (max-width:991px) {
    .main-nav {
        display: none
    }

    .minicart-icon {
        width: 24px
    }

    .header-search i {
        font-size: 2.4rem
    }
}

@media (max-width:767px) {
    .header .separator {
        display: none
    }

    .logo {
        max-width: 100px
    }
}

@media (max-width:575px) {
    .top-notice {
        line-height: 1.5
    }

    .header-icon:not(:last-child) {
        margin-right: 1.2rem
    }
}

.dropdown-toggle i {
    font-size: 2.8rem
}

.dropdown-toggle:not(.dropdown-arrow):after {
    display: none
}

.dropdown-arrow:after {
    content: "";
    border: 0;
    margin: -5px 2px 0 11px;
    font-size: 15px;
    font-family: porto;
    width: auto;
    height: auto
}

.dropdown-arrow .badge-circle {
    top: 3px;
    left: 19px;
    z-index: 2
}

.cart-dropdown a:focus,
.cart-dropdown a:hover {
    color: inherit
}

.cart-dropdown .mobile-cart {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 300px;
    margin: 0;
    transform: translate(340px);
    transition: transform .2s ease-in-out 0s;
    background-color: #fff;
    z-index: 1050;
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .15)
}

.cart-dropdown .mobile-cart .btn-close {
    position: absolute;
    left: -4.2rem;
    top: .7rem;
    font-size: 3.3rem;
    color: #fff;
    font-weight: 300
}

.cart-product-info {
    color: #696969
}

.header-dropdowns {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center
}

.header-menu:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 1151;
    margin-left: -9px;
    margin-top: -1rem;
    border-width: 0 9px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    visibility: hidden;
    opacity: 1;
    transform: translateY(-1rem)
}

.header-dropdown {
    position: relative;
    line-height: 1.5;
    padding: 5px 0
}

.header-dropdown>a {
    padding: 0 5px
}

.header-dropdown>a:after {
    content: "";
    font-family: porto;
    font-weight: 400;
    margin-left: .5rem
}

.header-dropdown img {
    display: inline-block;
    max-width: none;
    margin: -2px 6px 0 1px
}

.header-dropdown ul {
    position: absolute;
    top: -300rem;
    z-index: 1150;
    min-width: 100%;
    margin: 0;
    padding: .5rem 0;
    background: #fff;
    box-shadow: 0 6px 25px rgba(0, 0, 0, .2);
    transition: transform .2s ease-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem)
}

.header-dropdown ul a {
    display: block;
    padding: .5em 1em;
    color: #333;
    white-space: nowrap
}

.header-dropdown ul a:hover {
    background: #f4f4f4
}

.header-dropdown+.header-dropdown {
    margin-left: 1.4rem
}

.header-dropdown:hover .header-menu:before,
.header-dropdown:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transform: none
}

.cart-dropdown .product {
    display: -ms-flexbox;
    display: flex;
    margin: 0 !important;
    padding: 2rem 0;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6ebee;
    box-shadow: none !important;
    font-family: Poppins, sans-serif
}

.cart-dropdown .product-image-container {
    position: relative;
    max-width: 80px;
    width: 100%;
    margin: 0;
    margin-left: auto;
    border: 1px solid #f4f4f4
}

.cart-dropdown .product-image-container a:after {
    display: none
}

.cart-dropdown .product-title {
    padding-right: 1.5rem;
    margin-bottom: 1.1rem;
    font-size: 1.4rem;
    line-height: 19px;
    color: #222529;
    font-weight: 500
}

.cart-dropdown .product-title a {
    color: #222529
}

.cart-dropdown .product-details {
    margin-bottom: 3px;
    font-size: 1.3rem
}

.sticky-header .cart-dropdown {
    margin-top: 0;
    margin-bottom: 0
}

.dropdown-cart-header,
.dropdown-cart-total {
    font-weight: 700;
    line-height: 38px
}

.dropdown-cart-header {
    margin-bottom: 1.7rem
}

.dropdown-cart-total {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 1.4rem;
    font-size: 1.3rem;
    font-family: Poppins, sans-serif
}

.dropdown-cart-total .cart-total-price {
    margin-left: auto;
    font-size: 1.5rem
}

.dropdown-cart-header {
    font-size: 2rem;
    font-family: Poppins, sans-serif
}

.dropdown-cart-header a:hover {
    text-decoration: underline
}

.dropdown-cart-action .btn {
    padding: 1.3rem 2.5rem 1.4rem;
    border-radius: .2rem;
    color: #fff;
    height: auto;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    letter-spacing: .025em;
    border-color: transparent
}

.dropdown-cart-action .btn:last-child:hover {
    color: #fff
}

.dropdown-cart-action .view-cart {
    margin: 1rem 0;
    background: #e7e7e7;
    color: #222529
}

.dropdown-cart-action .view-cart:focus,
.dropdown-cart-action .view-cart:hover {
    background: #f1f1f1;
    color: #222529
}

@media (min-width:992px) {

    .dropdown-expanded .header-menu:before,
    .dropdown-expanded>a {
        display: none
    }

    .dropdown-expanded li+li {
        margin-left: 2.4rem
    }

    .dropdown-expanded ul {
        position: static;
        display: flex;
        display: -ms-flexbox;
        padding: 0;
        border: 0;
        background-color: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible
    }

    .dropdown-expanded ul a {
        padding: 0;
        color: inherit
    }

    .dropdown-expanded ul a:hover {
        background-color: transparent
    }

    .dropdown-expanded .header-menu ul {
        transform: none
    }
}

@media (max-width:480px) {
    .cart-dropdown .dropdown-menu {
        width: 262px
    }
}

.header-search {
    position: relative
}

.header-search form {
    margin: 0
}

.header-search .form-control,
.header-search select {
    margin: 0;
    border: 0;
    color: inherit;
    font-size: 1.3rem;
    height: 100%;
    box-shadow: none
}

.header-search .form-control,
.header-search .select-custom {
    background: #eee
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .header-search .form-control {
        flex: 1
    }
}

.header-search .form-control::placeholder {
    color: #a8a8a8
}

.header-search:not(.header-search-category) .form-control {
    border-radius: 5rem
}

.header-search:not(.header-search-category) .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
    border: 0;
    padding: 0 .8em;
    color: #333
}

.search-toggle:after {
    content: "";
    position: absolute;
    right: calc(50% - 10px);
    bottom: -10px;
    border: 10px solid transparent;
    border-bottom-color: #ccc
}

.header-search:not(.show) .search-toggle:after {
    display: none
}

.header-search-category .form-control {
    border-radius: 5rem 0 0 5rem
}

.header-search-category .btn {
    border-radius: 0 5rem 5rem 0
}

.header-search-wrapper {
    display: flex;
    display: -ms-flexbox;
    position: absolute;
    right: -2.3rem;
    z-index: 999;
    margin-top: 10px;
    color: #8d8d8d;
    box-sizing: content-box;
    height: 40px;
    border-radius: 5rem;
    border: 5px solid #ccc
}

.header-search-wrapper:after {
    display: block;
    clear: both;
    content: ""
}

.header-search:not(.show) .header-search-wrapper {
    display: none
}

.header-search-wrapper .select-custom {
    margin: 0;
    width: 13rem;
    flex: 0 0 13rem
}

.header-search-wrapper .select-custom:after {
    font-size: 1.4rem;
    line-height: 0;
    margin-top: 1px;
    right: 13px
}

.header-search-wrapper select {
    width: 100%;
    border-left: 1px solid #fff;
    padding-left: 1rem;
    padding-right: 1.7rem;
    line-height: 36px;
    letter-spacing: .005em;
    color: inherit;
    -moz-appearance: none;
    -webkit-appearance: none
}

.header-search-wrapper select:focus {
    outline: 0
}

.header-search-wrapper .btn {
    position: relative;
    padding: 0 0 3px 0;
    border: 0;
    border-left: 1px solid #fff;
    min-width: 45px;
    color: #333;
    font-size: 16px;
    background: #eee
}

.header-search-wrapper .btn:before {
    display: inline-block;
    margin-top: 5px;
    font-weight: 800
}

.header-search-popup .form-control {
    min-width: 266px;
    padding: 4px 22px;
    font-size: 1.4rem;
    line-height: 20px
}

.header-search-popup .form-control:focus {
    border: #e7e7e7
}

.header-search-inline .form-control {
    min-width: 21rem;
    padding: 1rem 2rem
}

@media (min-width:992px) {

    .header-search-inline .btn:after,
    .header-search-inline .search-toggle {
        display: none
    }

    .header-search-inline.header-search .header-search-wrapper {
        display: flex;
        display: -ms-flex;
        position: static;
        margin: 0;
        border-width: 0
    }
}

@media (max-width:767px) {
    .header-search .form-control {
        min-width: 17rem
    }
}

@media (max-width:575px) {
    .header-search-wrapper {
        left: 15px;
        right: 15px
    }
}

.menu,
.menu li,
.menu ol,
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5
}

.menu:after {
    display: block;
    clear: both;
    content: ""
}

.menu .show>.megamenu,
.menu .show>ul {
    opacity: 1
}

.menu li>a {
    display: block;
    padding: .8rem 1.8rem;
    transition: .2s ease-out;
    color: #333
}

.menu li.active>a,
.menu li.show>a,
.menu li:hover>a {
    background: #f4f4f4
}

.menu>li {
    float: left;
    position: relative;
    margin-right: 2.8rem
}

.menu>li>a {
    padding: 1rem 0;
    font-size: 13px;
    font-weight: 400;
    color: #555
}

.menu>li.active>a,
.menu>li.show>a,
.menu>li:hover>a {
    color: #7aa93c;
    background: 0 0
}

.menu>li>.sf-with-ul:before {
    content: "";
    position: absolute;
    z-index: 1000;
    left: 50%;
    bottom: 0;
    margin-left: -14px;
    border: 10px solid;
    border-color: transparent transparent #fff;
    opacity: 0
}

.menu>li.show>.sf-with-ul:before {
    opacity: 1;
    visibility: visible
}

.menu .megamenu {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .15);
    border: 1px solid #eee;
    border-top: 3px solid #7aa93c;
    left: 15px;
    padding: 10px 20px;
    width: 580px
}

.menu .megamenu .row>div {
    padding-top: 1.5rem
}

.menu .megamenu img {
    width: 300px;
    height: 100%;
    object-fit: cover
}

.menu .megamenu .submenu {
    margin: 0;
    padding-top: 0;
    border-top: none;
    display: block;
    position: static;
    box-shadow: none;
    min-width: 0
}

.menu .megamenu .submenu a {
    padding: 7px 8px 8px 0
}

.menu .megamenu .submenu li:hover a {
    text-decoration: underline;
    background: 0 0
}

.menu .nolink {
    cursor: default;
    display: inline-block;
    padding-bottom: 11px;
    font-weight: 700;
    color: #333
}

.menu ul {
    display: none;
    position: absolute;
    min-width: 200px;
    padding: 5px 0;
    border-top: 3px solid #7aa93c;
    top: 100%;
    left: 0;
    z-index: 101;
    background-color: #fff;
    box-shadow: 0 29px 29px rgba(0, 0, 0, .1)
}

.menu ul ul {
    top: -5px;
    left: 100%
}

.menu ul li {
    position: relative
}

.menu ul li:hover ul {
    display: block
}

.menu.sf-arrows .sf-with-ul+ul>li {
    position: relative
}

.menu.sf-arrows .sf-with-ul:after {
    position: absolute;
    right: 1rem;
    content: "";
    font-family: porto
}

.menu.sf-arrows>li>.sf-with-ul:after {
    content: "";
    position: static;
    margin-left: 5px;
    font-weight: 400
}

.main-nav .menu {
    text-transform: uppercase;
    font-size: 13px
}

.main-nav .menu>li {
    margin-right: 3.6rem
}

.main-nav .menu>li>a {
    font-size: 12px;
    font-weight: 700;
    padding: 21px 0;
    color: #222529
}

.main-nav .menu>li.active>a,
.main-nav .menu>li.show>a,
.main-nav .menu>li:hover>a {
    color: #7aa93c
}

.main-nav .menu>li:first-child>a {
    padding-left: 0
}

.main-nav .menu>li:not(.float-right)+li.float-right,
.main-nav .menu>li:not(.float-right):last-child {
    margin-right: 0
}

.main-nav .menu.sf-arrows ul {
    border-top: none
}

.main-nav .menu>li>ul {
    left: -15px
}

.main-nav .menu .megamenu {
    top: 100%;
    left: -15px;
    border-top: none
}

.main-nav .menu .megamenu img {
    height: 100%;
    object-fit: cover
}

.main-nav .menu .nolink {
    font-weight: 700
}

.menu-banner {
    height: 100%
}

.menu-banner figure {
    margin-bottom: 0;
    height: 100%
}

.menu-banner .banner-content {
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%)
}

.menu-banner h4 {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1;
    color: #485156;
    margin-bottom: 3.5rem
}

.menu-banner h4 span {
    font-size: 3.1rem;
    font-weight: 700
}

.menu-banner h4 b {
    font-size: 3.2rem;
    color: #f4762a;
    font-family: Oswald, sans-serif
}

.menu-banner h4 i {
    position: absolute;
    top: 33.5%;
    font-family: Oswald, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    transform: translateY(-50%) rotate(-90deg)
}

.menu-banner .btn {
    font-family: Oswald, sans-serif;
    border-radius: 1px;
    font-weight: 300;
    color: #fff
}

.menu-banner.menu-banner-2 {
    max-height: 317px
}

.menu-banner.menu-banner-2 figure img {
    object-position: center 80%
}

.menu-banner.menu-banner-2 .banner-content {
    top: 10px;
    left: auto;
    right: 10px;
    transform: none
}

.menu-banner.menu-banner-2 .banner-content b {
    color: #7aa93c
}

.menu-banner.menu-banner-2 i {
    position: absolute;
    font-style: normal;
    font-size: 108px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .02em;
    color: #fff;
    top: 58px;
    left: -58px;
    transform: rotate(-90deg)
}

.menu-banner.menu-banner-2 .btn {
    position: absolute;
    bottom: 10px;
    padding: 8px 32px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    font-weight: 300
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 260px;
    background-color: #1d1e20;
    font-size: 1.2rem;
    line-height: 1.5;
    z-index: 1051;
    transform: translateX(-100%);
    transition: transform .25s;
    overflow-y: auto
}

.mobile-menu-container .social-icons {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
}

.mobile-menu-container .social-icon+.social-icon {
    margin-left: 1.2rem
}

.mobile-menu-container .search-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.mobile-menu-container .search-wrapper .form-control {
    background: #282e36;
    border: 0;
    line-height: 22px;
    padding: 8px 12px;
    height: 38px
}

.mobile-menu-container .search-wrapper .btn {
    position: absolute;
    right: 28px
}

.mobile-menu-wrapper {
    position: relative;
    padding: 4.7rem 0 3rem
}

.mobile-menu-close {
    position: absolute;
    top: 1.2rem;
    right: 2.1rem;
    padding: .4rem;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    z-index: 9;
    font-size: 1.3rem
}

.mobile-menu-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .25s;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 1050
}

.mobile-nav {
    margin: 0 0 2rem;
    padding: 0
}

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

.mobile-menu li ul {
    display: none
}

.mobile-menu>li>a {
    text-transform: uppercase
}

.mobile-menu li {
    display: block;
    position: relative
}

.mobile-menu li:not(:last-child) {
    border-bottom: 1px solid #242527
}

.mobile-menu li a {
    display: block;
    position: relative;
    margin-left: 1.1rem;
    margin-right: 1.1rem;
    padding: 1rem 0 1.1rem .7rem;
    color: #fff;
    font-size: 1.3rem
}

.mobile-menu li a:focus,
.mobile-menu li a:hover {
    color: #fff;
    text-decoration: none
}

.mobile-menu li.active>a,
.mobile-menu li.open>a {
    color: #fff;
    background-color: #282e36
}

.mobile-menu li>div {
    padding-left: 1rem
}

.mobile-menu li ul {
    margin: 0;
    padding: 0
}

.mobile-menu li ul li a {
    padding-left: 2.5rem
}

.mobile-menu li ul ul li a {
    padding-left: 3.5rem
}

footer {
    font-size: 1.3rem;
    color: #a8a8a8;
    background: #FFF;
    line-height: 24px
}

footer .container {
    position: relative
}

footer p {
    color: inherit
}

footer a {
    color: inherit
}

footer a:focus,
footer a:hover {
    color: #fff
}

.footer-middle {
    padding-top: 6.6rem;
    padding-bottom: 3.2rem
}

.footer-bottom {
    font-size: 12px;
    color: #333;
    padding-bottom: 1.5rem
}

.footer-bottom .container:before {
    content: "";
    display: block;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    border-top: 1px solid #313438;
    padding-top: 1.5rem
}

footer .social-icon {
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    border: 1px solid #313438;
    font-size: 12px;
    line-height: 4rem
}

footer .social-icon:not(:hover):not(:active):not(:focus) {
    background: 0 0
}

footer .payment-icons {
    margin-right: 2px
}

footer .payment-icons .payment-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 1px;
    width: 56px;
    height: 32px;
    background-color: #d6d3cc;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .25s;
    filter: invert(1);
    border-radius: 4px
}

footer .payment-icons .payment-icon:hover {
    opacity: .7
}

footer .widget {
    margin-bottom: 3rem
}

footer .widget-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 1.3rem
}

footer .contact-info {
    margin: 0;
    padding: 0
}

footer .contact-info li {
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.4
}

footer .contact-info-label {
    display: block;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1px
}

#scroll-top {
    height: 40px;
    position: fixed;
    right: 15px;
    width: 40px;
    z-index: 9999;
    bottom: 0;
    color: #fff;
    background-color: #43494e;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    padding: 11px 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 0;
    transition: all .3s, margin-right 0s;
    transform: translateY(40px)
}

#scroll-top>i {
    position: absolute;
    height: 24px;
    line-height: 24px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

#scroll-top>i:before {
    font-weight: 700;
    font-size: 2rem
}

#scroll-top:focus,
#scroll-top:hover {
    background-color: #3a4045
}

#scroll-top.fixed {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    color: #fff;
    width: 49px;
    height: 48px;
    right: 10px;
    text-align: center;
    text-decoration: none;
    z-index: 996;
    transition: background .3s ease-out;
    background: rgba(64, 64, 64, .75)
}

#scroll-top.fixed:hover {
    color: #7aa93c
}

@media (max-width:575px) {
    footer {
        margin-bottom: 68px
    }

    #scroll-top {
        display: none
    }
}

.about .feature-box h3 {
    margin-bottom: 1.2rem;
    text-transform: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #21293c
}

.about .feature-box i {
    margin-bottom: 1.3rem;
    font-size: 5.5rem
}

.about .feature-box p {
    line-height: 27px
}

.page-header-bg {
    padding: 8.3rem 0 8.7rem
}

.page-header-bg h1 {
    color: #1e3636;
    font-size: 3.6rem;
    font-weight: 900;
    margin-bottom: 2.4rem;
    letter-spacing: 0
}

.page-header-bg h1 span {
    display: block;
    color: #1e3636;
    font-size: .5em;
    font-weight: 700;
    line-height: 1.2;
    font-family: Poppins, sans-serif;
    letter-spacing: 0
}

.page-header-bg .btn {
    padding: 11px 29px;
    font-family: Oswald, sans-serif;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: 0;
    z-index: 3
}

.about-section {
    padding: 1rem 0 2.5rem;
    color: #7b858a;
    font-size: 1.5rem;
    line-height: 1.8
}

.about-section p {
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

.features-section {
    padding: 5.1rem 0 2rem
}

.features-section h3 {
    font-family: Poppins, sans-serif
}

.features-section .feature-box {
    padding: 3rem 4rem
}

.count-container .count-wrapper {
    color: #0087cb;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 3.2rem;
    font-family: "Open Sans", sans-serif
}

.count-container span:not(.count-to) {
    font-size: 1.9rem
}

.count-container .count-title {
    color: #7b858a;
    font-size: 1.4rem;
    font-weight: 600
}

.owl-carousel.images-left img {
    width: auto
}

@media (min-width:768px) {
    .about-section {
        padding-top: 3.1rem;
        padding-bottom: 4.5rem
    }
}

.cart-message {
    padding: .8rem 0 1.9rem 3px
}

.cart-message:before {
    content: "";
    position: relative;
    margin-right: .6rem;
    top: 2px;
    font-size: 20px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #0cc485
}

.cart-message span {
    color: #222529;
    font-size: 1.6rem
}

.single-cart-notice {
    line-height: 24px;
    font-size: 1.6rem;
    color: #222529
}

.view-cart {
    padding: 14px 27px 13px;
    margin: 3px 0;
    height: 48px;
    font-family: "Open Sans", sans-serif
}

.add-cart {
    padding: 12px 27px 10px 26px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -.015em;
    line-height: 24px
}

.add-cart:before {
    font-size: 1.8rem;
    line-height: 0;
    vertical-align: middle;
    margin-right: 8px;
    font-weight: 900
}

.add-wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 8px;
    color: #222529;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    letter-spacing: -.015em;
    text-transform: uppercase;
    white-space: nowrap
}

.add-wishlist i {
    margin-right: 4px;
    font-size: 1.6rem
}

.add-wishlist i:before {
    font-weight: 700
}

.product-single-details {
    margin-bottom: 1.1rem
}

.product-single-details .product-action .add-cart {
    display: inline-flex;
    align-items: center
}

.product-single-details .product-action .add-cart:before {
    content: "";
    margin-top: -2px;
    font-family: Porto;
    font-weight: 600;
    font-size: 1.8rem;
    margin-right: 7px
}

.sticky-sidebar .product-single-details {
    margin-bottom: 2.7rem
}

.product-single-details .product-title {
    margin-bottom: 1.1rem;
    color: #222529;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -.01em;
    width: calc(100% - 70px)
}

.product-single-details .product-nav {
    position: absolute;
    display: flex;
    top: 4px;
    right: 10px
}

.product-single-details .product-nav.top-0 {
    top: 0
}

.product-single-details .product-nav a {
    color: #222529
}

.product-single-details .product-nav a:hover {
    color: #333
}

.product-single-details .product-nav .product-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 28px;
    height: 28px;
    line-height: 23px;
    border: 2px solid #e7e7e7;
    border-radius: 14px;
    text-align: center;
    text-decoration: none;
    font-family: porto
}

.product-single-details .product-nav .product-popup {
    position: absolute;
    top: 31px;
    display: none;
    right: 0;
    font-size: 13px;
    z-index: 999;
    width: 110px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .15);
    text-align: center;
    background-color: #fff
}

.product-single-details .product-nav .product-popup:before {
    right: 36px;
    border-bottom: 7px solid #333;
    border-left: 7px solid transparent !important;
    border-right: 7px solid transparent !important;
    content: "";
    position: absolute;
    top: -5px
}

.product-single-details .product-nav .box-content {
    border-top: 3px solid #222529;
    display: block;
    padding: 10px 10px 11px
}

.product-single-details .product-nav .box-content>span {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: block;
    padding-top: 5px;
    line-height: 1.4em;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #797876
}

.product-single-details .product-filters-container {
    padding-top: 2px;
    padding-bottom: 1.4rem
}

.product-single-details .product-filters-container+.price-box {
    margin-top: 2.2rem;
    margin-bottom: .8rem
}

.product-single-details .price-box {
    margin-bottom: 2.3rem;
    color: #222529;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.product-single-details .new-price {
    color: #222529;
    font-size: 2.4rem;
    letter-spacing: -.02em;
    vertical-align: middle;
    line-height: .8;
    margin-left: 3px
}

.product-single-details .product-price {
    color: #222529;
    font-size: 2.4rem;
    letter-spacing: -.02em;
    vertical-align: middle;
    line-height: .8
}

.product-single-details .add-wishlist:before {
    margin-right: .3rem
}

.product-single-details .product-single-filter:last-child {
    display: none;
    margin-bottom: 1rem;
    margin-top: -2px
}

.product-single-details .ratings-container {
    margin-bottom: 2.1rem;
    display: flex;
    align-items: center
}

.product-single-details .ratings-container .product-ratings,
.product-single-details .ratings-container .ratings {
    font-size: 1.3rem
}

.product-single-details .ratings-container .product-ratings {
    height: 14px;
    margin-left: -1px;
    margin-right: 1px
}

.product-single-details .ratings-container .product-ratings:before {
    color: #999
}

.product-single-details .ratings-container .ratings:before {
    color: #fd5b5a
}

.product-single-details .product-desc {
    margin-bottom: 1.8rem;
    font-size: 1.6rem;
    letter-spacing: -.015em;
    line-height: 1.6875
}

.product-single-details .product-desc a {
    color: #222529
}

.product-single-details .product-action {
    padding: 1.5rem 0 1.6rem;
    border-top: 1px solid #e7e7e7
}

.product-single-details .container {
    align-items: center;
    -ms-flex-align: center
}

.product-single-details .container img {
    max-width: 5rem;
    max-height: 5rem;
    margin-right: 2rem
}

.product-single-details .product-single-qty {
    margin: .5rem .5rem .5rem 1px
}

.product-single-details .product-single-qty .form-control {
    height: 48px;
    font-size: 1.6rem;
    font-weight: 700
}

.product-filters-container select.form-control:not([size]):not([multiple]) {
    margin-bottom: 0;
    height: 42px;
    font-weight: 600
}

.product-filters-container .select-custom {
    max-width: 282px;
    width: 100%
}

.product-filters-container .select-custom:after {
    right: 1.5rem;
    color: #222529
}

.product-single-container .cart-sticky .sticky-header.fixed {
    top: 58px;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    animation: none
}

main .sticky-header:not(.fixed) .sticky-img {
    display: none
}

main .sticky-header:not(.fixed).container {
    padding-left: 0;
    padding-right: 0
}

main .sticky-header.fixed .container {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

main .sticky-header.fixed .product-action {
    flex: 1;
    -ms-flex: 1;
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 260px;
    text-align: right
}

main .sticky-header .sticky-img img {
    margin: 0;
    max-width: 60px;
    max-height: 60px
}

main .sticky-header .product-title {
    margin-right: 2rem;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600
}

main .sticky-header .price-box {
    margin: 0;
    color: #2b2b2d;
    font-family: Oswald, Poppins;
    font-weight: 400;
    line-height: normal
}

main .sticky-header .product-price {
    font-size: 1.8rem
}

main .sticky-header .ratings-container {
    display: block;
    line-height: 24px
}

main .sticky-header .product-ratings:before {
    color: rgba(0, 0, 0, .16)
}

.product-both-info .row .col-lg-12 {
    margin-bottom: 12px
}

.product-both-info .product-single-details {
    margin-top: 0
}

.product-both-info .product-single-details .product-desc {
    border-bottom: 0
}

.product-both-info .product-single-gallery .label-group {
    left: 1.8rem
}
.product-single-image {
    width: 468px;
    height: 468px;
    object-fit: cover;
}
.product-thumb-image {
    width: 110px;
    height: 110px;
    object-fit: cover;
}
.single-info-list {
    margin-bottom: 1.7rem;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .005em;
    text-transform: uppercase
}

.single-info-list li {
    margin-bottom: 1rem;
    letter-spacing: .001em
}

.single-info-list li strong {
    color: #222529;
    letter-spacing: 0
}

.product-single-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

.product-single-filter label {
    margin-right: 4.2rem;
    min-width: 5rem;
    margin-bottom: 0;
    color: #333;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .005em;
    text-transform: uppercase
}

.product-single-filter .config-size-list li {
    margin-bottom: 0;
    margin-right: 0;
    color: #333
}

.product-single-filter .config-size-list li a {
    margin: 3px 6px 3px 0;
    min-width: 3.2rem;
    height: 2.6rem;
    border: 1px solid #eee;
    color: inherit;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 2.6rem;
    background-color: #fff
}

.product-single-filter .config-size-list li a:not(.disabled):hover {
    border-color: #7aa93c;
    background-color: #7aa93c;
    color: #fff
}

.product-single-filter .config-size-list li a.disabled {
    cursor: not-allowed;
    text-decoration: none;
    background-color: transparent;
    opacity: .5
}

.product-single-filter .config-size-list li a.filter-color {
    height: 2.8rem;
    min-width: 2.8rem
}

.product-single-filter .config-size-list li.active a {
    border-color: #7aa93c;
    outline: 0;
    color: #fff;
    background-color: #7aa93c
}

.product-single-filter .config-size-list li.active a.filter-color:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: porto;
    font-size: 1.1rem;
    line-height: 1;
    content: ""
}

.product-single-filter .config-img-list li a {
    height: 100%
}

.product-single-filter .config-img-list li img {
    width: 30px;
    height: 30px
}

.product-single-filter.product-single-qty {
    max-width: 148px;
    max-height: 7.5rem;
    border-bottom: 0
}

.product-single-qty label {
    color: #222529;
    font-weight: 600;
    font-size: 1.5rem
}

.product-single-gallery {
    margin-bottom: 3.3rem
}

.product-single-gallery .sticky-slider:not(.sticked) {
    position: relative !important
}

.product-single-gallery a {
    display: block
}

.product-single-gallery img {
    display: block;
    width: 100%;
    max-width: none
}

.product-single-gallery .prod-thumbnail .owl-nav {
    font-size: 1.6rem;
    color: #7aa93c
}

.product-single-gallery .owl-nav {
    font-size: 2.8rem
}

.product-single-gallery .owl-nav button {
    transition: opacity .5s
}

.product-single-gallery .product-item {
    position: relative;
    z-index: 2
}

.product-single-gallery .product-item:not(:last-child) {
    margin-bottom: 4px
}

.product-single-gallery .product-item:hover .prod-full-screen {
    opacity: 1
}

.product-single-gallery .product-single-grid {
    margin-bottom: 3.6rem
}

.product-single-gallery .label-group {
    position: absolute;
    z-index: 100;
    top: 1.1rem;
    left: 1.1rem
}

.product-single-gallery .product-label {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 7px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    border-radius: 12px
}

.product-single-gallery .product-label.label-hot {
    background-color: #2ba968
}

.product-single-gallery .product-label.label-new {
    background-color: #08c
}

.prod-thumbnail {
    display: flex;
    display: -ms-flexbox;
    margin: 8px 0 0;
    padding: 0 1px
}

.prod-thumbnail>.owl-dot {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 4px
}

.prod-thumbnail.owl-theme .owl-nav [class*=owl-]:hover {
    color: #7aa93c
}

.prod-thumbnail img {
    width: 100%;
    cursor: pointer
}

.prod-thumbnail .owl-dot.active img,
.prod-thumbnail img:hover {
    border: 2px solid #21293c
}

.transparent-dots {
    position: absolute;
    top: 1.6rem;
    left: 2.6rem;
    width: 110px;
    margin: 0;
    padding: 0;
    z-index: 99
}

.transparent-dots .owl-dot {
    flex: 1;
    max-width: 108px;
    margin-bottom: 2px
}

.transparent-dots .owl-dot img {
    border: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: border-color .2s
}

.transparent-dots .owl-dot.active img,
.transparent-dots .owl-dot:hover img {
    border: 1px solid #7aa93c;
    transition: border-color .2s
}

.product-slider-container:not(.container) {
    position: relative;
    padding-left: 1px;
    padding-right: 1px
}

.product-slider-container:not(.container):hover .prod-full-screen {
    opacity: 1
}

.prod-full-screen {
    position: absolute;
    right: 2rem;
    bottom: 1.7rem;
    transition: all .5s;
    outline: 0;
    opacity: 0;
    z-index: 1
}

.prod-full-screen i {
    color: #000;
    font-size: 1.4rem;
    cursor: pointer
}

.product-single-tabs .tab-pane {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #7b858a;
    line-height: 1.92
}

.product-single-tabs .sticky-header {
    height: auto
}

.product-single-tabs .nav.nav-tabs .nav-link {
    color: #818692
}

.product-single-tabs .nav.nav-tabs .nav-link.active {
    color: #222529
}

.product-single-tabs .nav.nav-tabs .nav-link {
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem
}

.product-single-tabs .nav.nav-tabs .nav-link.active,
.product-single-tabs .nav.nav-tabs .nav-link:hover {
    border-bottom-color: #222529
}

.product-single-tabs .nav-item {

    font-size: 1.3rem
}

.product-size-content {
    padding-top: 2rem;
    padding-bottom: .5rem
}

.product-size-content img {
    margin: 0 auto 2rem
}

.product-desc-content {
    margin-bottom: 2.5rem
}

.product-desc-content .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.9rem;
    border-style: solid;
    border-width: 2px;
    width: 64px;
    height: 64px;
    line-height: 60px;
    border-radius: 60px;
    font-size: 28px;
    color: #7aa93c;
    background: 0 0;
    border-color: #7aa93c
}

.product-desc-content .feature-box p {
    font-size: 14px;
    line-height: 27px;
    color: #4a505e;
    letter-spacing: 0
}

.product-desc-content .feature-box h3 {
    margin-bottom: .8rem;
    font-size: 1.4rem
}

.product-desc-content p {
    margin-bottom: 2.3rem;
    letter-spacing: .005em
}

.product-desc-content ol,
.product-desc-content ul {
    margin-bottom: 2.4rem;
    padding-left: 7.4rem;
    letter-spacing: .005em;
    position: relative;
    padding-top: 2px
}

.product-desc-content li {
    margin-bottom: 9px;
    letter-spacing: 0
}

.product-desc-content li:before {
    content: "";
    position: absolute;
    left: 4rem;
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 1.8rem;
    color: #21293c;
    font-size: 1.6rem
}

.product-desc-content img {
    padding-top: 4px
}

.product-desc-content .feature-box i {
    display: inline-block;
    font-size: 2.8rem;
    float: none;
    margin-bottom: 0;
    margin-top: 3px
}

.product-desc-content .feature-box-content {
    margin-left: 0
}

.table.table-striped {
    margin-top: 2rem;
    margin-bottom: 5.9rem
}

.table.table-striped td,
.table.table-striped th {
    padding: 1.1rem 1.2rem
}

.table.table-striped tr:nth-child(odd) {
    background-color: #f9f9f9
}

.product-tags-content h4 {
    margin: 0 0 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase
}

.product-tags-content form {
    margin-bottom: 2rem
}

.product-tags-content .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
}

.product-tags-content .form-control {
    margin-right: 10px
}

.product-tags-content .btn {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.product-reviews-content {
    padding-top: 2px;
    padding-bottom: 2.5rem;
    line-height: 1.92
}

.product-reviews-content .required {
    color: #222529
}

.product-reviews-content .reviews-title {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    font-weight: 400
}

.product-reviews-content .reviews-title+p {
    padding-bottom: .4rem;
    letter-spacing: .005em
}

.product-reviews-content .ratings-container {
    margin: -3px -2px .5rem 0
}

.product-reviews-content .comments .comment-block {
    padding-bottom: 2.3rem;
    background-color: #f5f7f7
}

.comment-container {
    display: flex;
    display: -ms-flexbox;
    padding: 29px 0 8px
}

.comment-container:not(:first-child) {
    border-top: 1px solid #e7e7e7
}

.comment-container img {
    border-radius: 10rem
}

.comment-container .ratings-container {
    margin-bottom: 6px
}

.comment-container .product-ratings,
.comment-container .ratings {
    font-size: 14px
}

.comment-container .product-ratings:before {
    color: #999
}

.comment-container .ratings:before {
    color: #fd5b5a
}

.comment-container .comment-info {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -.02em
}

.comment-container .comment-text {
    letter-spacing: -.015em
}

.products-section {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem
}

.products-section .owl-carousel.dots-top .owl-dots {
    margin: 0 -2px 3.5rem
}

.products-section .owl-carousel.dots-top .owl-dots span {
    border-color: rgba(0, 68, 102, .4)
}

.products-section .owl-carousel.dots-top .owl-dot.active span {
    border-color: #7aa93c
}

.products-section .product-title {
    margin-bottom: 4px
}

.products-section .price-box {
    margin-bottom: 1.4rem
}

.products-section h2 {
    font-family: Poppins;
    font-size: 1.8rem;
    line-height: 22px;
    letter-spacing: -.01em;
    text-transform: uppercase
}

.products-section.pt-sm {
    padding-top: 2.5rem
}

.product-sidebar-right {
    margin-bottom: 1.7rem
}

.product-sidebar-right .product-single-gallery {
    margin-bottom: 2.7rem
}

.product-sidebar-right .product-single-details {
    margin-bottom: .6rem
}

.product-sidebar-right .product-desc-content p {
    margin-bottom: 1.3rem;
    letter-spacing: .005em
}

.product-sidebar-right .product-desc-content ul {
    margin-bottom: 2rem;
    padding-left: 5.8rem
}

.product-sidebar-right .product-desc-content li:before {
    left: 2.4rem
}

.custom-product-filters .config-size-list li a {
    height: 28px;
    font-size: 13px;
    border: 1px solid #e9e9e9;
    color: #222529;
    background-color: #f4f4f4
}

.custom-product-filters .config-color-list img {
    width: 30px;
    height: 30px
}

.custom-product-filters .config-color-list li a {
    height: 100%
}

.custom-product-single-tabs {
    padding: 7rem 0 3rem
}

.custom-product-single-tabs .product-desc-content ol,
.custom-product-single-tabs .product-desc-content ul {
    margin-bottom: 2rem;
    padding-left: 5.8rem
}

.custom-product-single-tabs .product-desc-content li:before {
    left: 2.4rem
}

.custom-product-single-tabs .product-desc-content p {
    margin-bottom: 1.3rem
}

.custom-product-single-tabs .nav.nav-tabs .nav-link {
    font-size: 1.5rem;
    padding: 1.1rem 0 1rem;
    margin-right: 1.5rem;
    background-color: transparent
}

.product-left-sidebar .product-single-details {
    margin-bottom: .8rem
}

.table.table-size tbody tr td {
    border: 0;
    color: #21293c;
    font-size: 1.4rem;
    letter-spacing: .005em;
    text-transform: uppercase
}

.table.table-size tbody tr td {
    padding: 1.1rem 1.5rem;
    background-color: #fff;
    font-weight: 700
}

.table.table-size tbody tr:nth-child(2n) td {
    background-color: #ebebeb
}

@media (max-width:1199px) {
    .transparent-dots {
        width: 90px
    }
}

@media (min-width:768px) {
    .custom-product-single-tabs .nav.nav-tabs .nav-item {
        margin-bottom: -3px
    }

    .custom-product-single-tabs .nav.nav-tabs .nav-link {
        padding: 1.1rem 0 1rem;
        font-size: 1.8rem;
        margin-right: 1.5rem
    }

    .products-section {
        padding-top: 4.8rem;
        padding-bottom: 3.6rem
    }

    .product-both-info-bottom .col-md-4:last-child strong {
        order: 2;
        margin-left: 20px;
        margin-right: 0
    }
}

@media (min-width:992px) {
    .product-both-info .row .col-lg-12 {
        margin-bottom: 4px
    }

    .main-content .col-lg-7 {
        -ms-flex: 0 0 54%;
        flex: 0 0 54%;
        max-width: 54%
    }

    .main-content .col-lg-5 {
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%
    }

    .product-full-width {
        padding-right: 3.5rem
    }

    .product-full-width .product-single-details .product-title {
        font-size: 4rem
    }

    .table.table-size tbody tr td {
        padding-right: 4.2rem;
        padding-left: 3rem
    }
}

@media (max-width:991px) {
    .single-product-custom-block {
        margin-right: 4rem
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .product-all-icons.product-action .product-single-qty {
        margin-right: 50%;
        margin-bottom: 1.2rem
    }
}

@media (min-width:576px) {
    .product-tags-content .form-control {
        width: 250px
    }
}

@media (max-width:767px) {
    .product-size-content .table.table-size {
        margin-top: 3rem
    }
}

@media (max-width:575px) {
    .transparent-dots {
        width: 70px
    }

    .ratings-container .product-ratings,
    .ratings-container .ratings {
        line-height: 1.2
    }
}

@media (max-width:480px) {

    .product-size-content .table.table-size td,
    .product-size-content .table.table-size th {
        padding-left: 1rem;
        padding-right: .5rem;
        font-size: 1.2rem
    }

    .product-reviews-content .reviews-title {
        font-size: 1.7rem
    }

    .custom-product-single-tabs .nav.nav-tabs .nav-item:not(:last-child) {
        margin-right: 0
    }

    .custom-product-single-tabs .nav.nav-tabs .nav-link {
        font-size: 1.4rem
    }
}

.sidebar-shop {
    font-size: 1.3rem
}

.sidebar-shop .product-widget .product-title {
    margin-bottom: .4rem;
    font-family: "Open Sans", sans-serif
}

.sidebar-shop .product-widget .product-details {
    margin-bottom: 1px
}

.sidebar-shop .widget {
    padding: 2rem;
    border: 1px solid #e7e7e7
}

.sidebar-shop .widget:after {
    display: block;
    clear: both;
    content: ""
}

.sidebar-shop .widget:not(:last-child) {
    border-bottom: 0
}

.sidebar-shop .widget-title {
    margin: 0;
    color: #313131;
    font-family: Poppins, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase
}

.sidebar-shop .widget-title a {
    display: block;
    position: relative;
    color: inherit
}

.sidebar-shop .widget-title a:focus,
.sidebar-shop .widget-title a:hover {
    text-decoration: none
}

.sidebar-shop .widget-title a:after,
.sidebar-shop .widget-title a:before {
    display: inline-block;
    position: absolute;
    top: 50.4%;
    right: 2px;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    transition: all .35s;
    background: #222529;
    content: ""
}

.sidebar-shop .widget-title a.collapsed:after {
    transform: rotate(-90deg)
}

.sidebar-shop .widget-body {
    padding: 1.5rem 0 .7rem
}

.sidebar-shop .widget-featured {
    position: relative;
    padding-bottom: .5rem
}

.sidebar-shop .widget-featured .widget-body {
    padding-top: 1.5rem
}

.sidebar-shop .widget-featured .product-sm:last-child {
    margin-bottom: 0
}

.sidebar-shop .widget-featured .ratings-container {
    margin-left: 0
}

.widget-featured-products .product-widget {
    margin-bottom: 1.6rem
}

.widget-featured-products .product-widget figure {
    margin-right: 1.2rem;
    max-width: 84px;
    flex-shrink: 0
}

.widget-featured-products .product-widget .ratings-container {
    margin-bottom: 1.2rem;
    margin-top: 2px
}

.widget .owl-carousel .owl-nav {
    position: absolute;
    top: -3.5rem;
    right: 1px;
    line-height: 0
}

.widget .owl-carousel .owl-nav i:before {
    width: auto;
    margin: 0
}

.cat-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.cat-list li {
    position: relative;
    margin-bottom: 1.3rem;
    font-size: 14px;
    font-weight: 500
}

.cat-list li:last-child {
    margin-bottom: 0
}

.cat-list li a {
    color: #333;
    font-weight: 500
}

.cat-list li a:focus,
.cat-list li a:hover {
    color: #7aa93c
}
.cat-list .cat-parent{
    font-weight: 700;
}
.cat-list .products-count {
    margin-left: 3px;
    font-size: 13px;
    font-weight: 500
}

.cat-sublist {
    margin-top: 1.3rem;
    margin-left: 1.4rem
}

span.toggle {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: -5px;
    top: -3px;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 23px;
    font-family: Porto;
    font-weight: 900;
    color: #222529
}

span.toggle:before {
    content: ""
}

.collapsed span.toggle:before {
    content: ""
}

.config-size-list {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none
}

.config-size-list li {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.config-size-list a {
    display: block;
    position: relative;
    min-width: 32px;
    text-align: left;
    margin: 3px 6px 3px 0;
    padding: 4px 8px;
    transition: all .3s;
    border: 1px solid #e9e9e9;
    color: #333;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-decoration: none
}

.config-size-list a.active,
.config-size-list a:focus,
.config-size-list a:hover {
    border-color: #7aa93c;
    background-color: #7aa93c;
    color: #fff;
    text-decoration: none
}

.price-slider-wrapper {
    padding: 1.5rem .4rem .5rem .6rem
}

.filter-price-action {
    margin-top: 2.5rem;
    padding-bottom: .5rem
}

.filter-price-action .btn {
    padding: 5px 1.5rem 6px 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif
}

.filter-price-action .filter-price-text {
    font-size: 1.2rem;
    line-height: 2
}

.widget-block {
    font-size: 1.5rem;
    line-height: 1.42
}

.widget-block h5 {
    margin-bottom: 1.5rem;
    color: #313131;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif
}

.widget-block p {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 0
}

.widget-block .widget-title {
    padding-bottom: 3px
}

.widget.widget-color .widget-body {
    padding-top: .6rem
}

.widget.widget-size .widget-body {
    padding-top: 1.1rem
}

.shop-toggle.sidebar-toggle {
    display: inline-flex;
    position: static;
    align-items: center;
    width: auto;
    height: 34px;
    background: #fff;
    padding: 0 8px;
    text-transform: uppercase;
    color: inherit;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    margin-right: 1rem;
    margin-top: 0;
    z-index: 1
}

.shop-toggle.sidebar-toggle span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -.05em;
    margin-left: .6rem;
    color: #222528
}

.horizontal-filter {
    margin-bottom: 2rem;
    padding: 6px 0 0;
    background-color: #f4f4f4
}

.horizontal-filter:not(.filter-sorts) .toolbox-item:not(:last-child) {
    margin-right: 1.6rem
}

.horizontal-filter:not(.filter-sorts).toolbox label {
    margin: 0 1rem 1px 0;
    font-family: Poppins, sans-serif;
    letter-spacing: -.025em
}

.horizontal-filter:not(.filter-sorts).toolbox .form-control {
    padding: 0 .8rem 2px;
    color: #222529;
    font-family: poppins
}

.horizontal-filter:not(.filter-sorts).toolbox .select-custom .form-control {
    padding-right: 2.4rem
}

.horizontal-filter:not(.filter-sorts) .toolbox-item.toolbox-sort {
    margin-right: 3.2rem
}

.horizontal-filter .filter-price-form {
    font-family: "Open Sans", sans-serif;
    font-size: 1.36rem
}

.horizontal-filter .filter-price-form .btn {
    font-family: inherit;
    padding: .7rem 1.2rem;
    font-size: 1.2rem;
    font-weight: 400
}

.horizontal-filter .input-price {
    display: block;
    width: 50px;
    padding: 6px;
    line-height: 1.45;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, .09)
}

.horizontal-filter select {
    border: 0
}

.horizontal-filter:not(.filter-sorts) {
    background-color: #fff
}

.horizontal-filter:not(.filter-sorts) .layout-btn {
    width: 36px;
    border: 1px solid #dfdfdf;
    line-height: 34px
}

.horizontal-filter:not(.filter-sorts) .layout-btn.active {
    color: #222529;
    border-color: #222529
}

.horizontal-filter:not(.filter-sorts) .layout-btn:not(:last-child) {
    margin-right: 8px
}

.horizontal-filter .select-custom select {
    border: 1px solid #dfdfdf
}

.sort-list li {
    padding: 1rem 0;
    font-size: 12px;
    text-transform: uppercase
}

.sort-list li a {
    color: inherit;
    font-weight: 600
}

.sort-list li.active,
.sort-list li:focus,
.sort-list li:hover {
    color: #7aa93c
}

.sort-list.cat-list li {
    margin-bottom: 0
}

.sort-list.cat-list li span.toggle {
    top: 5px
}

.filter-toggle span {
    margin-bottom: 2px;
    color: #333;
    font-size: 1.3rem;
    letter-spacing: -.02em
}

.filter-toggle a {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 26px;
    margin-left: 7px;
    border-radius: 13px;
    background: #e6e6e6;
    text-decoration: none
}

.filter-toggle a:before {
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    -webkit-transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all .3s linear;
    border-radius: 11px;
    background-color: #fff;
    content: ""
}

.filter-toggle a:after {
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    -webkit-transform: translate3d(2px, 2px, 0);
    transform: translate3d(2px, 2px, 0);
    transition: all .2s ease-in-out;
    border-radius: 11px;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .24);
    content: ""
}

.sidebar-toggle {
    display: flex;
    position: static;
    margin-right: .8rem;
    margin-top: 0;
    padding: 0 1.1rem 0 3px;
    align-items: center;
    width: auto;
    height: 34px;
    text-transform: uppercase;
    line-height: 36px;
    color: inherit;
    border: 1px solid #dfdfdf;
    background: #fff;
    cursor: pointer
}

.sidebar-toggle span {
    margin-left: 0;
    font-size: 1.3rem;
    letter-spacing: -.05em
}

.sidebar-toggle:hover span {
    color: #7aa93c
}

.slide-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11.4%;
    text-transform: uppercase
}

.category-banner {
    padding: 6.8rem 0
}

.category-banner h3 {
    font-size: 3em;
    margin-left: 1.8rem;
    margin-bottom: 1.6rem
}

.category-banner h4 {
    font-size: 1.125em;
    line-height: 1.7
}

.category-banner h5 {
    font-size: 1em
}

.category-banner .btn {
    font-size: .75em;
    letter-spacing: .01em;
    padding: 1em 1.6em;
    margin-left: 1.8rem
}

@media (min-width:992px) {
    .sort-list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        margin-top: 10px;
        padding: 10px 15px;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        z-index: 99
    }

    .sort-list:after,
    .sort-list:before {
        content: "";
        position: absolute;
        bottom: 100%;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent
    }

    .sort-list:before {
        left: 21px;
        z-index: 999
    }

    .sort-list:after {
        left: 20px;
        border-right-width: 11px;
        border-bottom: 11px solid #e8e8e8;
        border-left-width: 11px
    }
}

.sidebar-toggle svg {
    stroke: #222529;
    fill: #fff;
    width: 28px
}

@media (min-width:992px) {
    .sidebar-toggle {
        display: none
    }
}

@media (max-width:991px) {
    .sidebar-toggle span {
        font-size: 11px;
        font-weight: 600;
        color: #222529
    }

    .sidebar-shop .widget {
        padding: 2rem 0;
        border: 0
    }

    .sidebar-shop .widget:first-child {
        padding-top: 0
    }

    .sidebar-shop .widget:not(:last-child) {
        border-bottom: 1px solid #e7e7e7
    }

    .horizontal-filter,
    .horizontal-filter:not(.filter-sorts) {
        padding: 10px;
        background-color: #f4f4f4
    }
}

@media (max-width:767px) {
    .category-content {
        padding: 1rem
    }

    .category-banner h3 {
        margin-left: -2px
    }

    .category-banner .btn {
        margin-left: 0
    }

    .horizontal-filter:not(.filter-sorts).toolbox .select-custom .form-control {
        padding-top: 3px
    }
}

@media (max-width:575px) {
    .home-slide1 {
        font-size: 2.5vw
    }

    .horizontal-filter .toolbox-item.toolbox-sort {
        margin-right: 0
    }

    .horizontal-filter:not(.filter-sorts) .toolbox-item:not(:last-child) {
        margin-right: 0
    }
}

@media (max-width:479px) {
    .horizontal-filter {
        justify-content: stretch
    }

    .horizontal-filter:not(.filter-sorts) .toolbox-item.toolbox-sort {
        margin-right: 0;
        margin-left: 0
    }

    .sidebar-toggle {
        margin-right: 2px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .sidebar-shop .product-widget figure {
        max-width: 70px;
        margin-right: 1.5rem
    }
}

@media (min-width:768px) {
    #map {
        height: 380px;
        margin-bottom: 5rem
    }
}

@media (min-width:992px) {
    #map {
        height: 460px;
        margin-bottom: 6rem
    }
}

@keyframes navItemArrow {
    0% {
        position: relative;
        right: -1px
    }

    50% {
        position: relative;
        right: 3px
    }

    to {
        position: relative;
        right: -1px
    }
}

.blog-section {
    padding-bottom: 1.6rem
}

.post {
    margin-bottom: 4.1rem
}

.post a {
    color: inherit
}

.post a:focus,
.post a:hover {
    text-decoration: underline
}

.post .read-more {
    float: right
}

.post .read-more i:before {
    margin: 0
}

.post-media {
    position: relative;
    margin-bottom: 1.7rem;
    border-radius: 0;
    background-color: #ccc
}

.post-media .prod-full-screen {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: #7aa93c;
    border-radius: 50%
}

.post-media .prod-full-screen i {
    color: #fff
}

.post-media:hover .prod-full-screen {
    opacity: 1
}

.post-media .post-date {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 4.5rem;
    padding: 1rem .8rem .8rem;
    color: #fff;
    background: #222529;
    font-family: Poppins, sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05em
}

.post-media img {
    width: 100%
}

.post-slider {
    margin-bottom: 3rem
}

.post-slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: .25rem;
    left: 0;
    margin: 0 !important
}

.post-body {
    margin-left: 0;
    padding-bottom: 2.1rem;
    border: 0;
    line-height: 24px
}

.post-body .post-date {
    width: 40px;
    margin-right: 10px;
    float: left;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.post-title {
    margin-bottom: 1.3rem;
    color: #222529;
    font-family: "Open Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.35
}

.post-content {
    font-size: 1.3rem
}

.post-content:after {
    display: block;
    clear: both;
    content: ""
}

.post-content p {
    margin-bottom: 7px
}

.post-comment {
    color: #999;
    font-size: 1rem;
    text-transform: uppercase
}

.post-meta>span {
    display: inline-block;
    margin-right: 1.5rem
}

.post-meta i {
    margin-right: .5rem
}

.post-meta i:before {
    margin: 0
}

.single {
    margin-bottom: 2.3rem
}

.single .post-media {
    margin-bottom: 3rem
}

.single .post-meta {
    margin-bottom: 2rem;
    margin-left: 49px
}

.single .post-meta a {
    color: #999;
    font-size: 1rem;
    text-transform: uppercase
}

.single .post-title {
    margin-bottom: -8px;
    font-size: 3rem;
    color: #7aa93c;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    line-height: 40px
}

.single h3 {
    font-size: 2rem;
    font-weight: 600
}

.single h3 i {
    margin-right: 7px;
    font-size: 2rem
}

.single .post-content {
    margin-bottom: 5.7rem
}

.single .post-content p {
    margin-bottom: 2rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

.single .post-content h3 {
    margin-bottom: 2rem;
    color: #21293c;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px
}

.single .social-icon {
    width: 29px;
    height: 29px
}

.single .social-icon+.social-icon {
    margin-left: .8rem
}

.post-author {
    margin-bottom: 2.2rem;
    padding-bottom: 2.7rem
}

.post-author:after {
    display: block;
    clear: both;
    content: ""
}

.post-author h3 {
    margin-bottom: 2rem;
    letter-spacing: -.01em
}

.post-author figure {
    max-width: 80px;
    margin-right: 2rem;
    margin-bottom: 0;
    float: left
}

.post-author h4 {
    margin: 1rem;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: .03em;
    color: #7aa93c;
    font-family: "Open Sans", sans-serif
}

.post-author .author-content {
    font-size: 1.3rem;
    line-height: 1.8
}

.post-author .author-content p:last-child {
    margin-bottom: 0;
    line-height: 1.7
}

.post-date-in-media .post-media {
    margin-bottom: 1.9rem;
    overflow: hidden
}

.post-date-in-media .post-media img {
    transition: transform .2s
}

.post-date-in-media .post-media:hover img {
    transform: scale(1.1, 1.1)
}

.post-date-in-media .post-body {
    margin-left: 0;
    padding-bottom: 2rem;
    border: 0
}

.post-date-in-media .post-title {
    margin-bottom: .7rem;
    font-size: 1.7rem;
    font-family: Poppins, sans-serif;
    font-weight: 700
}

.post-date-in-media p {
    font-size: 1.3rem;
    line-height: 1.846
}

.post-date-in-media .post-comment {
    color: #999;
    font-size: 1rem;
    text-transform: uppercase
}

.sidebar {
    position: relative;
    height: 100%;
    font-size: 1.3rem
}

.sidebar .widget {
    margin-bottom: 3.1rem
}

.sidebar .sidebar-wrapper {
    padding-bottom: 4.2rem
}

.sidebar .sidebar-wrapper .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 3rem
}

.widget-post .widget-title {
    margin-bottom: 1.7rem
}

.widget-title {
    margin: .5rem 0 1.3rem;
    color: #313131;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase
}

.widget form {
    margin-bottom: 0
}

.list {
    padding: 0;
    list-style: none;
    font-size: 1.3rem;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    margin-top: -8px;
    margin-bottom: 0
}

.list li {
    display: block;
    position: relative;
    margin: 0;
    padding: 6px 0 6px 15px;
    border-top: 1px solid rgba(0, 0, 0, .08);
    line-height: 24px
}

.list li:before {
    content: "";
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: -11px;
    margin-right: 6px;
    font-size: 7.2px;
    opacity: .7;
    vertical-align: middle
}

.list li:hover:before {
    animation: navItemArrow .6s linear infinite
}

.list li a {
    color: inherit
}

.list li:first-child {
    border-top-width: 0
}

.list .list {
    margin-top: 5px;
    margin-bottom: -6px;
    border-bottom: none
}

.list .list li:first-child {
    border-top-width: 1px
}

.widget.widget-categories .widget-title {
    margin-top: 1px;
    margin-bottom: 1.8rem
}

.simple-post-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.simple-post-list li {
    padding-bottom: 15px
}

.simple-post-list li:after {
    display: block;
    clear: both;
    content: ""
}

.simple-post-list li:last-child {
    padding-top: 15px;
    border-top: 1px dotted #ececec
}

.simple-post-list .post-media {
    width: 5rem;
    margin: 0 1rem 0 0;
    float: left;
    border-radius: 0;
    line-height: 0
}

.simple-post-list .post-media img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto
}

.simple-post-list .post-info a {
    display: inline-block;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #7aa93c
}

.simple-post-list .post-info a:hover {
    text-decoration-line: underline
}

.simple-post-list .post-info .post-meta {
    letter-spacing: .01em;
    font-size: 1.1rem
}

.comment-list {
    padding-bottom: 4px
}

.comments {
    position: relative
}

.comments .img-thumbnail {
    position: absolute;
    top: 0;
    padding: 0;
    border: 0
}

.comments .comment-block {
    padding: 2rem 2rem 3.5rem;
    margin-left: 11.5rem;
    position: relative
}

.comments .comment-block p {
    font-size: .9em;
    line-height: 21px;
    margin: 0;
    padding: 0
}

.comments .comment-block .date {
    color: #999;
    font-size: .9em
}

.comments .comment-by {
    display: block;
    padding: 0 0 4px 0;
    margin: 0;
    font-size: 1.3rem;
    line-height: 21px;
    letter-spacing: -.005em;
    color: #999
}

.comments .comment-by strong {
    font-size: 1.4rem;
    letter-spacing: .005em;
    color: #7b858a
}

.comments .comment-footer {
    margin-top: 5px
}

.comments .comment-arrow {
    position: absolute;
    left: -15px;
    height: 0;
    top: 28px;
    width: 0;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #f4f4f4
}

.comments .comment-action {
    color: var(--primary-color)
}

@media (max-width:991px) {
    .sidebar.mobile-sidebar {
        position: fixed
    }
}

.sidebar-product .widget.widget-product-categories {
    margin-bottom: 3rem;
    padding: 1.8rem 1.5rem 1.3rem;
    border: 1px solid #e7e7e7
}

.sidebar-product .widget.widget-product-categories .widget-body {
    padding: 2px 0 .5rem 1.4rem
}

.sidebar-product .widget.widget-product-categories .widget-body:after {
    display: block;
    clear: both;
    content: ""
}

.sidebar-product .widget.widget-product-categories .cat-list li {
    margin-bottom: .5rem
}

.sidebar-product .widget.widget-product-categories .cat-list li:last-child {
    margin-bottom: -2px
}

.sidebar-product .widget.widget-product-categories a {
    display: block;
    position: relative;
    padding: 4px 0;
    color: #7a7d82;
    font-weight: 600
}

.sidebar-product .widget.widget-product-categories .widget-title {
    color: #7a7d82;
    font-weight: 600;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 24px
}

.sidebar-product .widget-title a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 46%;
    right: 2px;
    transform: translateY(-50%);
    transition: all .35s;
    font-family: porto;
    font-size: 1.7rem;
    font-weight: 600;
    color: #222529
}

.sidebar-product .widget-title a.collapsed:after {
    content: ""
}

.sidebar-product .sidebar-toggle {
    position: fixed;
    padding-left: 10px;
    top: 50%;
    z-index: 9999;
    left: 0
}

.custom-sidebar-toggle {
    display: flex;
    position: fixed;
    padding: 0;
    align-items: center;
    justify-content: center;
    top: 20%;
    left: 0;
    width: 40px;
    height: 40px;
    transition: left .2s ease-in-out 0s;
    border: #dcdcda solid 1px;
    border-left-width: 0;
    background: #fff;
    font-size: 17px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
    margin-top: 50px
}

.sidebar-product {
    margin-bottom: 2.8rem
}

.sidebar-product .widget:not(:last-child):not(.widget-info) {
    margin-bottom: 2.9rem
}

.sidebar-product .widget-info {
    margin: 0 0 4.8rem
}

.sidebar-product .widget-info li {
    display: flex;
    align-items: center;
    margin-bottom: 2.2rem
}

.sidebar-product .widget-info i {
    margin: 1px 1.9rem 0 4px
}

.sidebar-product .widget-featured {
    padding-bottom: 3rem
}

.sidebar-product .widget-featured .widget-body {
    padding-top: 1.9rem
}

.sidebar-product .widget-featured .owl-carousel .owl-nav {
    top: -4.1rem
}

.sidebar-product .widget-title {
    margin: 0;
    text-transform: none;
    border-bottom-width: 1px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 24px
}

.sidebar-product .widget-body {
    padding-left: 0;
    padding-top: 2.3rem
}

.sidebar-product .widget-body p {
    line-height: 27px;
    font-size: 1.3rem;
    color: #222529;
    letter-spacing: .01em;
    font-weight: 500;
    margin-bottom: 3rem
}

.sidebar-product .product-widget {
    margin-bottom: 1.3rem
}

.sidebar-product .product-widget figure {
    margin-right: .8rem;
    max-width: 75px
}

.sidebar-product .product-widget .widget-body {
    padding-top: 1.9rem
}

.sidebar-product .ratings-container {
    margin-left: 0;
    margin-bottom: 1.2rem
}

.sidebar-product .owl-carousel .owl-nav {
    top: -4.1rem;
    right: 1px
}

.widget-info ul {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0
}

aside .widget-info ul {
    display: block
}

.widget-info li {
    margin-bottom: 2rem
}

.widget-info li:not(:last-child) {
    margin-right: 2.5rem
}

aside .widget-info li:not(:last-child) {
    border-bottom: 1px solid rgba(231, 231, 231, .8);
    padding-bottom: 2.2rem;
    margin-right: 0
}

.widget-info i {
    min-width: 40px;
    margin-right: 15px;
    color: #7aa93c;
    font-size: 4rem;
    line-height: 1
}

.widget-info i:before {
    margin: 0
}

aside .widget-info i {
    margin-left: 7px
}

.widget-info h4 {
    display: inline-block;
    margin-bottom: 0;
    color: #6b7a83;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.286;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase
}

.product-single-collapse {
    line-height: 1.9;
    margin-bottom: 3.2rem;
    margin-top: -3px
}

.product-single-collapse p {
    margin-bottom: 1.3rem
}

.product-single-collapse .collapse-body-wrapper {
    padding-top: 3.1rem;
    padding-bottom: 2px
}

.product-single-collapse .product-desc-content {
    margin-bottom: 1.3rem
}

.product-single-collapse .product-desc-content ol,
.product-single-collapse .product-desc-content ul {
    padding-left: 5.8rem;
    margin-bottom: 2rem
}

.product-single-collapse .product-desc-content li:before {
    left: 2.4rem
}

.product-collapse-title {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1;
    text-transform: uppercase
}

.product-collapse-title a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1.4rem 1.5rem 1.5rem;
    border-bottom: 1px solid #ddd;
    color: inherit
}

.product-collapse-title a:focus,
.product-collapse-title a:hover {
    color: inherit;
    text-decoration: none
}

.product-collapse-title a:before {
    content: "";
    margin-right: 1rem;
    font-family: porto;
    font-size: 2rem;
    font-weight: 400
}

.product-collapse-title a:after {
    display: block;
    position: absolute;
    bottom: -.2rem;
    left: 0;
    width: 100%;
    height: .2rem;
    transform-origin: left center;
    transform: scale(1, 1);
    transition: transform .4s;
    background-color: #7aa93c;
    content: ""
}

.product-collapse-title a.collapsed:before {
    content: ""
}

.product-collapse-title a.collapsed:after {
    transform-origin: right center;
    transform: scale(0, 1)
}

.collapse-body-wrapper {
    padding: 3rem 0 1.5rem 2rem
}

@media (min-width:992px) {
    .main-content-wrap {
        overflow: hidden
    }

    .main-content-wrap .main-content {
        margin-left: -25%;
        transition: .15s linear
    }

    .main-content-wrap .sidebar-shop {
        left: -25%;
        transition: .15s linear;
        visibility: hidden;
        z-index: -1
    }

    body:not(.sidebar-opened) .main-content-wrap>.main-content {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .sidebar-toggle {
        display: none
    }
}

@media (min-width:576px) {
    .sidebar-product .widget.widget-product-categories {
        padding: 2.4rem 3rem 2.5rem
    }
}

@media (max-width:991px) {
    .mobile-sidebar {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 260px;
        padding: 2rem;
        margin: 0;
        transform: translate(-260px);
        transition: transform .2s ease-in-out 0s;
        background-color: #fff;
        z-index: 9999;
        overflow-y: auto
    }
}

@media (max-width:575px) {
    .widget-info ul {
        display: block
    }
}

header {
    position: relative
}

header .container {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    position: relative
}

header p {
    margin-bottom: 0
}

header a {
    color: inherit
}

.header-menu {
    margin-bottom: -1px;
    margin-left: 1px
}

.header-dropdown.lang-menu {
    margin-right: 1.2rem
}

.header-dropdown.lang-menu>a {
    padding: 0
}

.header-search-inline .form-control {
    min-width: 17rem
}

.header .header-search-wrapper .btn {
    font-size: 1.6rem
}

.header .header-search-wrapper .btn:before {
    margin-top: 0
}

.header .header-search-wrapper .select-custom:after {
    right: 16px
}

.header-transparent {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1040
}

.menu-banner.menu-banner-2 .btn {
    bottom: 16px
}

.main-nav .menu>li>a {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 20px;
    text-transform: uppercase
}

.logo {
    max-width: 101px
}

.header-contact {
    align-items: center;
    text-transform: uppercase
}

.header-contact i {
    margin-right: 1.1rem;
    font-size: 2.9rem
}

.header-contact img {
    margin-right: .8rem
}

.header-contact h6 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #333
}

.header-contact a {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    white-space: nowrap
}

.mobile-menu-toggler {
    border: 0;
    background: 0 0;
    color: #222529;
    padding: 1rem .5rem;
    margin-right: .5rem;
    font-size: 20px;
    line-height: 0;
    cursor: pointer
}

.badge-circle {
    position: absolute;
    top: 1px;
    right: 0;
    width: 1.6rem;
    border-radius: 50%;
    color: #fff;
    background: #ff5b5b;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-family: "Open Sans", sans-serif;
    text-align: center
}

header .social-icon {
    border-radius: 50%;
    font-size: 1.28rem;
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem
}

header .social-icon:not(:hover):not(:active):not(:focus) {
    background-color: transparent
}

header .social-icon+.social-icon {
    margin-left: 2px
}

header .separator {
    height: 20px;
    border-left: 1px solid #e7e7e7;
    margin: 0 10px
}

.top-notice {
    position: relative;
    padding: 1.1rem 2rem;
    font-size: 1.3rem;
    font-family: Poppins, sans-serif;
    line-height: 2;
    letter-spacing: .025em
}

.top-notice h5 {
    color: inherit;
    font-size: inherit;
    font-weight: 500
}

.top-notice small {
    font-size: .8461em;
    letter-spacing: .025em;
    opacity: .5
}

.top-notice a {
    color: inherit;
    font-weight: 700
}

.top-notice .category {
    display: inline-block;
    padding: .3em .8em;
    background: #151719;
    font-size: 1rem
}

.top-notice .mfp-close {
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg) translateZ(0);
    color: inherit;
    opacity: .7;
    z-index: 10
}

.top-notice .mfp-close:hover {
    opacity: 1
}

.social-icons {
    padding-top: 1px;
    margin-bottom: -1px
}

.header .social-icon.icon-twitter {
    font-size: 14px
}

.header .separator {
    margin-right: 8px;
    margin-left: 9px
}

.header .social-icon+.social-icon {
    margin-left: 3px
}

.header .header-right .cart-dropdown {
    margin-right: 2.6rem;
    margin-left: 1px
}

.header .dropdown-arrow .badge-circle {
    top: -5px;
    left: 22px
}

.header .header-contact {
    padding-top: 1px;
    padding-right: 1.6rem;
    margin-bottom: -1px
}

.header .font1 {
    padding-top: 3px
}

.header .header-bottom {
    border-top: 2px solid #e7e7e7
}

.top-message {
    margin-right: 1.7rem
}

.dropdown-arrow:after {
    position: absolute;
    top: 22%;
    right: -1.8rem;
    font-size: 17px
}

.sticky-header.fixed .logo {
    max-width: 80px;
    height: 32px
}

.sticky-header.fixed .logo img {
    transform: none
}

.sticky-header.fixed .custom {
    display: none !important
}

.sticky-header.fixed .header-right {
    padding-right: 0
}

.sticky-header.fixed .header-left {
    padding-top: 2px
}

.sticky-header.fixed .header-search-inline.header-search {
    margin-top: 3px;
    margin-right: 2.5rem
}

.sticky-header.fixed .header-search-inline.header-search i {
    font-size: 2rem
}

.sticky-header.fixed .account-icon {
    margin-right: 2.6rem
}

.header-icon.btn-wishlist {
    margin-top: -1px;
    margin-right: 17px
}

.header-icon.login-link {
    margin-top: -1px;
    margin-right: 23px
}

.header-icon i {
    font-size: 2.7rem
}

.header-middle .icon-search-3 {
    font-size: 2.4rem
}

.footer-middle {
    padding: 6.6rem 0 .9rem
}

.footer-bottom {
    padding: 2.4rem 0 2.3rem;
    border-top: 1px solid #313438
}

.footer-bottom .footer-right {
    padding-bottom: 1px
}

.footer-bottom .footer-left {
    padding-top: 1px
}

.footer a:focus,
.footer a:hover {
    color: #000;
}

.footer .social-icon {
    margin-left: 2px;
    height: 3.7rem;
    width: 3.7rem;
    font-size: 1.4rem;
    line-height: 3.6rem;
    border: 1px solid transparent;
    border-radius: 50%
}

.footer .social-icon:not(:hover):not(:active):not(:focus) {
    background-color: transparent;
    border-color: #313438;
    font-size: 1.3rem;
    color: #333;
}

.footer .social-icon+.social-icon {
    margin-left: .4rem
}

.footer .contact-info {
    padding-bottom: 2px
}

.footer .contact-info li {
    position: relative;
    margin-bottom: 5px;
    line-height: 1.4
}

.footer .contact-info li:last-child {
    margin-bottom: 1.7rem
}

.footer .contact-info-label {
    display: block;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase
}

.footer .widget-newsletter {
    margin: -1px 0 4rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #313438
}

.footer .widget-newsletter .widget-title {
    margin-bottom: .9rem
}

.footer .widget-newsletter p {
    max-width: 360px;
    margin-top: 2px;
    line-height: 1.6
}

.footer .widget-newsletter form {
    padding-right: 2px;
    background: #292c30;
    border-radius: 5rem;
    padding-left: 2.5rem
}

.footer .widget-newsletter .form-control {
    height: 4.8rem;
    padding: .9rem 2.5rem .8rem 0;
    border: 0;
    box-shadow: none;
    outline: 0;
    background: #292c30;
    color: #333;
    font-size: 1.2rem
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .footer .widget-newsletter .form-control {
        flex: 1
    }
}

.footer .widget-newsletter .form-control::placeholder {
    color: #999
}

.footer .widget-newsletter .btn {
    padding: 1rem 2.3rem .8em;
    border-radius: 0 5rem 5rem 0;
    font-size: 1.2rem;
    letter-spacing: .01em
}

.footer .widget {
    color: #a8a8a8
}

.footer-copyright {
    color: #333;
    font-size: 1.2rem;
    letter-spacing: -.013em
}

.widget-middle .widget-title {
    margin-bottom: 1.4rem
}

@media (min-width:992px) {
    .mobile-menu-toggler {
        display: none
    }

    .dropdown-expanded li+li {
        margin-left: 2.6rem
    }
}

@media (max-width:1199px) {
    .header-dropdown.lang-menu {
        margin-right: 0
    }
}

@media (max-width:991px) {
    .main-nav {
        display: none
    }
}

@media (max-width:767px) {
    .header .separator {
        display: none
    }
}

@media (max-width:575px) {
    .top-notice {
        line-height: 1.5
    }

    .header-icon:not(:last-child) {
        margin-right: 1.2rem
    }

    .header-search {
        display: none
    }
}

.header-bottom {
    border-top: 2px solid #e7e7e7
}

.header-bottom .container {
    margin-top: -2px
}


.main-nav .menu>li {
    border-top: 2px solid transparent
}

.main-nav .menu>li.active,
.main-nav .menu>li:hover {
    border-top-color: #7aa93c
}

.widget-newsletter {
    padding-bottom: 3.5rem;
    border-bottom: 1px solid #313438
}

.widget-newsletter p {
    max-width: 360px;
    line-height: 1.6
}

.widget-newsletter form {
    border-radius: 5rem;
    background: #292c30;
    padding-left: 2.5rem;
    overflow: hidden
}

.widget-newsletter .form-control {
    height: 4.8rem;
    padding: .8rem 1rem .8rem 0;
    border: 0;
    color: #333;
    background: #292c30;
    box-shadow: none;
    outline: 0
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .widget-newsletter .form-control {
        flex: 1
    }
}

.widget-newsletter .form-control::placeholder {
    color: #999
}

.widget-newsletter .btn {
    font-family: "Open Sans", sans-serif;
    padding: 1rem 2.3rem;
    border-radius: 0 5rem 5rem 0;
    font-size: 1.2rem
}

footer .contact-info li {
    margin-bottom: .5rem
}

.heading-border {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    margin: 0 -1.5rem
}

.heading-border:after,
.heading-border:before {
    content: "";
    margin: 0 1.5rem;
    flex: 1;
    -ms-flex: 1;
    height: 0;
    border-top: 5px solid #222529
}

.home-slider {
    padding: 0 0 3.5rem
}

.home-slider .home-slide {
    background-color: #f4f4f4
}

.home-slider .home-slide .slide-bg {
    width: auto;
    min-height: 500px;
    margin-left: 50%;
    transform: translateX(-50%)
}

.home-slider .btn {
    font-size: .9375em;
    padding: 1.034em 2.946em
}

.home-slide1 .banner-layer {
    right: 6.75%
}

.home-slide1 h4 {
    font-size: 1.1875em;
    font-weight: 500;
    letter-spacing: .08em;
    opacity: .7
}

.home-slide1 h2 {
    font-size: 2.5em;
    font-weight: 500;
    font-family: Oswald;
    letter-spacing: .09em
}

.home-slide1 h3 {
    font-size: 5.875em;
    line-height: 1.1
}

.home-slide1 h5 {
    font-size: .875em;
    margin-top: -4px
}

.home-slide1 h5 b {
    font-size: .93em
}

.home-slide2 .banner-layer {
    left: 8.7%
}

.home-slide2 .slide-bg {
    background-position: 70%
}

.home-slide2 h4 {
    color: #999;
    font-size: 2.125em;
    font-weight: 500
}

.home-slide2 h3 {
    font-size: 4.3125em
}

.home-slide2 h2 {
    font-size: 2.125em;
    font-weight: 500;
    font-family: Oswald;
    line-height: 1.2;
    letter-spacing: .12em
}

.home-slide2 .heading-border {
    font-size: 2.125em
}

.home-slide2 .btn {
    padding: 1.25em 3.125em;
    font-size: 1em;
    letter-spacing: .12em
}

.info-boxes-container {
    border-top: 1px solid #e7e7e7
}

.info-boxes-container .info-box {
    padding: 1.6rem 0
}

.info-boxes-container i {
    line-height: 0
}

.info-boxes-container p {
    color: #333;
    line-height: 1.2;
    letter-spacing: 0
}

.banners-section .banner-content {
    padding: 15px
}

.banners-section a {
    color: #b3da7e;
    font-weight: 400
}

.banners-section a:hover {
    text-decoration: underline
}

.banners-section h4 {
    font-size: 2.875em
}

.banners-section h5 {
    font-size: 1em;
    font-weight: 500
}

.home-product-tabs {
    border-bottom: 1px solid #e7e7e7
}

.home-product-tabs .nav-tabs {
    position: relative;
    margin-bottom: 3.1rem;
    border-color: transparent
}

.home-product-tabs .nav-tabs:after {
    content: "";
    position: absolute;
    left: -100rem;
    right: -100rem;
    bottom: -2px;
    z-index: -1;
    border-bottom: 2px solid #eee
}

.home-product-tabs .product-title {
    font-family: Poppins, sans-serif;
    letter-spacing: -.01em
}

.home-product-tabs .quantity-input .btn-add-cart {
    background: #f4f4f4
}

.home-product-tabs .quantity-input .btn-add-cart:hover {
    background: #7aa93c
}

.feature-boxes-container .container {
    margin-top: 5.7rem;
    margin-bottom: 1.5rem
}

.feature-boxes-container h3 {
    margin-bottom: 3px
}

.feature-boxes-container h5 {
    margin-bottom: 1.3rem;
    color: #555;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif
}

.feature-boxes-container p {
    font-size: 1.3rem
}

.feature-boxes-container i {
    margin-bottom: 1.7rem;
    width: 84px;
    height: 84px;
    border: 2px solid #ddd;
    border-radius: 50%;
    font-size: 36px;
    line-height: 76px
}

.promo-banner {
    margin-top: -1rem
}

.promo-banner .left-text {
    margin-right: 2.5rem
}

.promo-banner .right-text {
    margin-top: 1.3rem;
    margin-left: 2.5rem
}

.promo-banner h4 {
    letter-spacing: -.02em
}

.promo-banner h4 b {
    padding: 8px;
    padding-bottom: 7px
}

.promo-banner h5 b {
    padding: 5px
}

.promo-banner .banner-content {
    margin-right: 0
}

.promo-section {
    padding-top: 9.5rem;
    padding-bottom: 8.4rem
}

.promo-section .parallax-background {
    background-color: #f4f4f4
}

.promo-section h2 {
    font-size: 2.25em;
    line-height: 1.2
}

.promo-section h4 {
    font-size: .7em;
    line-height: 1.4
}

.promo-section h5 {
    font-size: 1em;
    font-family: "Open Sans", sans-serif
}

.promo-section .btn {
    padding: 1.05em 3em;
    font-size: 1.5rem
}

.widget-block h5 {
    font-size: 1.2rem;
    margin-bottom: 1.3rem
}

.owl-carousel.nav-big .owl-nav i {
    font-size: 2.4rem
}

.home-slider .btn-dark {
    margin-left: 2px
}

.info-boxes-container .info-box {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.info-boxes-container .info-box i {
    padding-top: 2px
}

.nav-tabs .nav-item {
    margin-bottom: -4px
}

.nav-tabs .nav-item:not(:last-child) {
    margin-right: 3.1rem
}

.nav-tabs .nav-item .nav-link {

    line-height: 1.429
}

.product-default .btn-add-cart {
    padding-right: 1rem;
    padding-left: 1.1rem;
    color: #333;
    border: 1px solid #ddd
}

.product-default .btn-add-cart .fa-arrow-right {
    font-size: 1.2rem
}

.product-default .product-details {
    text-overflow: ellipsis;
    overflow: hidden
}

.brands-slider {
    padding-right: 7px;
    padding-left: 7px
}

.brands-slider img {
    max-width: 140px
}

hr {
    margin-top: 3.9rem
}

.section-sub-title {
    margin-bottom: 2.2rem
}

.owl-theme .owl-nav [class*=owl-] {
    top: 49%
}

.product-single-qty .btn {
    width: 2em
}

@media (max-width:991px) {
    .header-search {
        margin-right: 2.2rem
    }
}

@media (max-width:575px) {
    .header-search {
        margin-right: 1.2rem
    }
}

.category-banner {
    padding-top: 6rem
}

.category-banner .banner-body {
    padding-left: 8.5%
}

.category-banner .banner-title {
    margin-bottom: 1.5rem;
    margin-left: -5px;
    font-size: 4.125em
}

.category-banner .banner-text {
    font-size: 1.05em
}

.category-banner .btn {
    padding-top: 1.05em;
    padding-right: 2.9em;
    padding-bottom: .95em;
    padding-left: 2.8em;
    margin-bottom: -5px;
    margin-left: 2.7rem;
    font-size: 1em;
    background-color: #222529
}

.category-banner .btn:hover {
    background-color: #33373d
}

.widget-brand .cat-list a,
.widget-size .cat-list a {
    font-size: 1.3rem
}

#widget-body-2 .widget-body,
.widget-brand .widget-body {
    padding-top: 1.5rem
}

.widget-block .widget-title {
    padding-bottom: 0
}

.widget-block h5 {
    line-height: 1;
    color: #7a7d82
}

.widget-block p {
    font-size: 1.5rem;
    line-height: 1.42;
    color: #21293c
}

#widget-body-2 .products-group {
    padding-bottom: 1.5rem
}

.toolbox-item.layout-modes {
    margin-top: 0
}

.product-widget figure {
    margin-right: 7px
}

.product-widget .product-title {
    margin-bottom: 4px;
    letter-spacing: -.01em
}

.product-widget .ratings-container {
    margin-bottom: 1.2rem;
    margin-left: 0
}

.breadcrumb {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 1.3rem
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    padding-right: 1.1rem
}

.category-banner-container .category-banner {
    background-position: center
}

.product-single-details .product-desc {
    margin-bottom: 1.7rem
}

.single-info-list {
    padding-top: 1px;
    margin-bottom: 1.7rem
}

.product-single-tabs {
    margin-top: -3px
}

.products-section {
    padding-bottom: 2rem;

}

.products-section h2 {
    margin-bottom: 2.4rem;
    font-size: 1.6rem
}

.products-section .owl-carousel.dots-top .owl-dots {
    margin-bottom: 2.5rem
}

.product-single-tabs .nav-tabs .nav-item:not(:last-child) {
    margin-right: 3.5rem
}

.products-section .owl-carousel.dots-top .owl-dots span {
    border-color: rgba(68, 94, 34, .4)
}

.nav-tabs .nav-item {
    margin-bottom: -4px
}

.nav-tabs .nav-item .nav-link {
    padding-bottom: 1.2rem
}

.heading,
.section-heading {
    text-align: left;
    font-family: Oswald, sans-serif
}

.section-heading {
    padding-bottom: 8px;
    margin-bottom: 17px;
    font-size: 1.6rem;
    font-weight: 700;
    border-bottom: 1px solid #e7e7e7;
    text-transform: uppercase
}

.page-header {
    display: flex;
    align-items: center;
    min-height: 282px;
    background-color: #495c6e
}

.page-header .heading {
    margin-top: 8px;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 0
}

section p {
    font-size: 15px;
    line-height: 2;
    color: #333
}

section.with-bg {
    background-color: #f4f4f4
}

.info-section {
    margin-bottom: 3rem
}

.gallery-section {
    margin-bottom: 2.3rem
}

.gallery-section .section-heading {
    margin-top: 2.5rem;
    margin-bottom: 3rem
}

.gallery-section figure {
    margin-bottom: 0
}

.about-page .page-header {
    padding: 0;
    min-height: 275px;
    background-color: #f4f4f4
}

.about-page .page-header h1 {
    margin-bottom: -2px;
    color: #000;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 6rem;
    line-height: 1
}

.about-page .page-header span {
    font-family: Oswald, sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    color: #000;
    font-weight: 400
}

.about-page .breadcrumb {
    margin-bottom: 5rem
}

.about-section {
    padding-bottom: 6rem
}

.about-section p {
    line-height: 2
}

.features-section {
    padding-top: 1px
}

.features-section i {
    margin-top: 2.3rem;
    line-height: 5.6rem;
    margin-right: 1.5rem;
    min-width: 6rem;
    border-radius: 50%;
    border: 2px solid #7aa93c;
    font-size: 2.8rem;
    text-align: center;
    color: #7aa93c
}

.features-section .feature-box-content {
    padding: 0 4rem 0 1.5rem;
    font-size: 1.4rem;
    line-height: 27px;
    color: #4a505e
}

.features-section h3 {
    margin-bottom: 2px;
    margin-bottom: 2px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 700;
    text-transform: uppercase
}

.features-section .feature-box {
    display: flex;
    align-items: center;
    padding: 0;
    padding-top: 1.2rem
}

.features-section p {
    line-height: 1.93
}

@media (min-width:992px) {
    .features-section {
        padding-bottom: 1.7rem
    }
}

.features-section .container,
.gallery-section .container {
    padding-right: 2rem;
    padding-left: 1rem
}

@media (max-width:1199px) {

    .features-section .container,
    .gallery-section .container {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

@media (max-width:991px) {
    .lg-img {
        width: 100%;
        max-height: 400px;
        object-fit: cover
    }

    section {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

@media (max-width:575px) {
    section p {
        font-size: 13px;
        line-height: 1.7
    }

    .page-header {
        min-height: 200px
    }
}

@font-face {
    font-family: simple-line-icons;
    font-weight: 400;
    font-display: swap;
    src: url(../../vendor/simple-line-icons/fonts//Simple-Line-Icons.eot?nuc4d1);
    src: url(../../vendor/simple-line-icons/fonts//Simple-Line-Icons.eot?nuc4d1#iefix) format("embedded-opentype"), url(../../vendor/simple-line-icons/fonts//Simple-Line-Icons.ttf?nuc4d1) format("truetype"), url(../../vendor/simple-line-icons/fonts//Simple-Line-Icons.woff?nuc4d1) format("woff"), url(../../vendor/simple-line-icons/fonts//Simple-Line-Icons.svg?nuc4d1#Simple-Line-Icons) format("svg");
    font-style: normal
}

[class*=" sicon-"]:before,
[class^=sicon-]:before {
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mt-1 {
    margin-top: 1rem !important
}

.mt-2 {
    margin-top: 2rem !important
}

.mt-3 {
    margin-top: 3rem !important
}

.mt-4 {
    margin-top: 4rem !important
}

.mt-5 {
    margin-top: 5rem !important
}

.mt-6 {
    margin-top: 6rem !important
}

.mt-7 {
    margin-top: 7rem !important
}

.mt-8 {
    margin-top: 8rem !important
}

.mt-9 {
    margin-top: 9rem !important
}

.mt-10 {
    margin-top: 10rem !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.mb-2 {
    margin-bottom: 2rem !important
}

.mb-3 {
    margin-bottom: 3rem !important
}

.mb-4 {
    margin-bottom: 4rem !important
}

.mb-5 {
    margin-bottom: 5rem !important
}

.mb-6 {
    margin-bottom: 6rem !important
}

.mb-7 {
    margin-bottom: 7rem !important
}

.mb-8 {
    margin-bottom: 8rem !important
}

.mb-9 {
    margin-bottom: 9rem !important
}

.mb-10 {
    margin-bottom: 10rem !important
}

@media (min-width:576px) {
    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: 1rem !important
    }

    .mt-sm-2 {
        margin-top: 2rem !important
    }

    .mt-sm-3 {
        margin-top: 3rem !important
    }

    .mt-sm-4 {
        margin-top: 4rem !important
    }

    .mt-sm-5 {
        margin-top: 5rem !important
    }

    .mt-sm-6 {
        margin-top: 6rem !important
    }

    .mt-sm-7 {
        margin-top: 7rem !important
    }

    .mt-sm-8 {
        margin-top: 8rem !important
    }

    .mt-sm-9 {
        margin-top: 9rem !important
    }

    .mt-sm-10 {
        margin-top: 10rem !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: 1rem !important
    }

    .mb-sm-2 {
        margin-bottom: 2rem !important
    }

    .mb-sm-3 {
        margin-bottom: 3rem !important
    }

    .mb-sm-4 {
        margin-bottom: 4rem !important
    }

    .mb-sm-5 {
        margin-bottom: 5rem !important
    }

    .mb-sm-6 {
        margin-bottom: 6rem !important
    }

    .mb-sm-7 {
        margin-bottom: 7rem !important
    }

    .mb-sm-8 {
        margin-bottom: 8rem !important
    }

    .mb-sm-9 {
        margin-bottom: 9rem !important
    }

    .mb-sm-10 {
        margin-bottom: 10rem !important
    }
}

@media (min-width:768px) {
    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: 1rem !important
    }

    .mt-md-2 {
        margin-top: 2rem !important
    }

    .mt-md-3 {
        margin-top: 3rem !important
    }

    .mt-md-4 {
        margin-top: 4rem !important
    }

    .mt-md-5 {
        margin-top: 5rem !important
    }

    .mt-md-6 {
        margin-top: 6rem !important
    }

    .mt-md-7 {
        margin-top: 7rem !important
    }

    .mt-md-8 {
        margin-top: 8rem !important
    }

    .mt-md-9 {
        margin-top: 9rem !important
    }

    .mt-md-10 {
        margin-top: 10rem !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: 1rem !important
    }

    .mb-md-2 {
        margin-bottom: 2rem !important
    }

    .mb-md-3 {
        margin-bottom: 3rem !important
    }

    .mb-md-4 {
        margin-bottom: 4rem !important
    }

    .mb-md-5 {
        margin-bottom: 5rem !important
    }

    .mb-md-6 {
        margin-bottom: 6rem !important
    }

    .mb-md-7 {
        margin-bottom: 7rem !important
    }

    .mb-md-8 {
        margin-bottom: 8rem !important
    }

    .mb-md-9 {
        margin-bottom: 9rem !important
    }

    .mb-md-10 {
        margin-bottom: 10rem !important
    }
}

@media (min-width:992px) {
    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: 1rem !important
    }

    .mt-lg-2 {
        margin-top: 2rem !important
    }

    .mt-lg-3 {
        margin-top: 3rem !important
    }

    .mt-lg-4 {
        margin-top: 4rem !important
    }

    .mt-lg-5 {
        margin-top: 5rem !important
    }

    .mt-lg-6 {
        margin-top: 6rem !important
    }

    .mt-lg-7 {
        margin-top: 7rem !important
    }

    .mt-lg-8 {
        margin-top: 8rem !important
    }

    .mt-lg-9 {
        margin-top: 9rem !important
    }

    .mt-lg-10 {
        margin-top: 10rem !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: 1rem !important
    }

    .mb-lg-2 {
        margin-bottom: 2rem !important
    }

    .mb-lg-3 {
        margin-bottom: 3rem !important
    }

    .mb-lg-4 {
        margin-bottom: 4rem !important
    }

    .mb-lg-5 {
        margin-bottom: 5rem !important
    }

    .mb-lg-6 {
        margin-bottom: 6rem !important
    }

    .mb-lg-7 {
        margin-bottom: 7rem !important
    }

    .mb-lg-8 {
        margin-bottom: 8rem !important
    }

    .mb-lg-9 {
        margin-bottom: 9rem !important
    }

    .mb-lg-10 {
        margin-bottom: 10rem !important
    }
}

@media (min-width:1200px) {
    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: 1rem !important
    }

    .mt-xl-2 {
        margin-top: 2rem !important
    }

    .mt-xl-3 {
        margin-top: 3rem !important
    }

    .mt-xl-4 {
        margin-top: 4rem !important
    }

    .mt-xl-5 {
        margin-top: 5rem !important
    }

    .mt-xl-6 {
        margin-top: 6rem !important
    }

    .mt-xl-7 {
        margin-top: 7rem !important
    }

    .mt-xl-8 {
        margin-top: 8rem !important
    }

    .mt-xl-9 {
        margin-top: 9rem !important
    }

    .mt-xl-10 {
        margin-top: 10rem !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: 1rem !important
    }

    .mb-xl-2 {
        margin-bottom: 2rem !important
    }

    .mb-xl-3 {
        margin-bottom: 3rem !important
    }

    .mb-xl-4 {
        margin-bottom: 4rem !important
    }

    .mb-xl-5 {
        margin-bottom: 5rem !important
    }

    .mb-xl-6 {
        margin-bottom: 6rem !important
    }

    .mb-xl-7 {
        margin-bottom: 7rem !important
    }

    .mb-xl-8 {
        margin-bottom: 8rem !important
    }

    .mb-xl-9 {
        margin-bottom: 9rem !important
    }

    .mb-xl-10 {
        margin-bottom: 10rem !important
    }
}

.m-b-1 {
    margin-bottom: .4rem !important
}

.m-b-2 {
    margin-bottom: .8rem !important
}

.m-b-3 {
    margin-bottom: 1.6rem !important
}

.m-b-4 {
    margin-bottom: 2.4rem !important
}

.m-b-5 {
    margin-bottom: 4.8rem !important
}

.ls-10 {
    letter-spacing: .01em !important
}

.ls-0 {
    letter-spacing: 0 !important
}

.ls-n-10 {
    letter-spacing: -.01em !important
}

.ls-n-15 {
    letter-spacing: -.015em !important
}

.ls-n-20 {
    letter-spacing: -.02em !important
}

.ls-n-25 {
    letter-spacing: -.025em !important
}

.bg-gray {
    background-color: #f4f4f4 !important
}

.bg-dark {
    background-color: #222529 !important
}

.bg-dark2 {
    background-color: #2f3946 !important
}

.bg-primary {
    background-color: #4dae65 !important
}

.text-dark {
    color: #222529 !important
}

.text-primary {
    color: #4dae65 !important
}

.text-body {
    color: #777 !important
}

.font1 {
    font-family: "Open Sans", sans-serif !important
}

.font2 {
    font-family: Poppins, sans-serif !important
}

.font3 {
    font-family: "Segoe Script", "Savoye LET" !important
}

.font4 {
    font-family: Oswald, sans-serif !important
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    .w-lg-max {
        flex: 1;
        -ms-flex: 1;
        max-width: 100%
    }
}

@media (max-width:767px) {
    .w-md-100 {
        width: 100% !important
    }

    .w-md-50 {
        width: 50% !important
    }
}

@media (max-width:575px) {
    .w-sm-100 {
        width: 100% !important
    }

    .w-sm-50 {
        width: 50% !important
    }
}

@media (max-width:479px) {
    .w-xs-100 {
        width: 100% !important
    }
}

.box-shadow-none {
    box-shadow: none !important
}

.line-height-1 {
    line-height: 1 !important
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.no-js .owl-carousel {
    display: block
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-theme .owl-nav {
    margin: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    color: #222529;
    font-size: 2.6rem
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #222529;
    margin: 0;
    font-size: 2.6rem;
    padding: 4px 7px;
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-] i:before {
    margin: 0;
    width: auto
}

.owl-theme .owl-nav [class*=owl-]:not(.disabled):hover {
    background: 0 0;
    color: #222529;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 2.5rem
}

.owl-theme .owl-dots {
    line-height: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 2px 2px;
    background: 0 0;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
    border: 2px solid rgba(0, 0, 0, .4);
    border-radius: 50%
}

.owl-theme .owl-dots .owl-dot span:before {
    content: "";
    display: block;
    width: .7rem;
    height: .7rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -.35rem;
    margin-left: -.35rem;
    background-color: #4dae65;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all .3s;
    border-radius: 50%
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #4dae65;
    background: 0 0
}

.owl-theme .owl-dots .owl-dot.active span:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.owl-theme.owl-theme-light .owl-dots .owl-dot span {
    border-color: #fff;
    background: 0 0
}

.owl-theme.owl-theme-light .owl-dots .owl-dot span:before {
    border-color: #fff
}

.owl-theme.owl-theme-light .owl-dots .owl-dot.active span,
.owl-theme.owl-theme-light .owl-dots .owl-dot:hover span {
    border-color: #4dae65;
    background: 0 0
}

.owl-theme.owl-theme-light .owl-dots .owl-dot.active span:before {
    border-color: #4dae65
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: .4
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
    overflow-y: auto
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-arrow,
.mfp-close {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

@media (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
@keyframes maskUp {
    0% {
        transform: translate(0, 100%)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes maskRight {
    0% {
        transform: translate(-100%, 0)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes maskDown {
    0% {
        transform: translate(0, -100%)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes maskLeft {
    0% {
        transform: translate(100%, 0)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes fadeInUpShorter {
    0% {
        opacity: 0;
        transform: translate(0, 50px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate(0, 2000px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeftShorter {
    0% {
        opacity: 0;
        transform: translate(50px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate(2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightShorter {
    0% {
        opacity: 0;
        transform: translate(-50px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate(-2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInDownShorter {
    0% {
        opacity: 0;
        transform: translate(0, -50px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate(0, -2000px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes shake {

    0%,
    to {
        transform: translateX(0);
        opacity: 1
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

@keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,
    20% {
        transform: scale(.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg)
    }

    to {
        transform: scale(1) rotate(0);
        opacity: 1
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swing {
    0% {
        transform: rotate(0)
    }

    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes blurIn {
    0% {
        opacity: 0;
        filter: blur(20px);
        transform: scale(1.3)
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: none
    }
}

@keyframes dotPulse {
    0% {
        opacity: 1;
        transform: scale(.2)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translateZ(0)
    }
}

@keyframes flipInX {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(-90deg)
    }

    to {
        transform: perspective(400px)
    }
}

@keyframes brightIn {
    0% {
        animation-timing-function: ease-in;
        filter: brightness(0)
    }

    to {
        filter: brightness(100%)
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0);
        opacity: 1
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.bounce {
    animation-name: bounce
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    to {
        transform: scale(1)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    to {
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        transform: rotate(0)
    }
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: left bottom
    }

    to {
        opacity: 1;
        transform: rotate(0)
    }
}

@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        transform: rotate(-90deg);
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        transform: rotate(0)
    }
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        transform: rotate(90deg);
        transform-origin: right bottom
    }

    to {
        opacity: 1;
        transform: rotate(0)
    }
}

@keyframes customSVGLineAnimTwo {
    0% {
        stroke-dasharray: 820;
        stroke-dashoffset: 500
    }

    to {
        stroke-dasharray: 1120;
        stroke-dashoffset: 500
    }
}

.appear-animate {
    opacity: 0
}

.banner {
    position: relative;
    font-size: 1.6rem
}

.banner figure {
    margin: 0
}

.banner img {
    width: 100%;
    object-fit: cover
}

.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner h6 {
    line-height: 1
}

.banner .container:not(.banner-content) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

aside .banner {
    font-size: 1.6rem
}

.banner-layer {
    position: absolute;
    left: 6%;
    right: 6%
}

.banner-content {
    position: relative
}

.banner-layer-top {
    top: 7%
}

.banner-layer-bottom {
    bottom: 5%
}

.banner-layer-left {
    right: auto
}

.banner-layer-right {
    left: auto
}

.banner-layer-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.banner-layer-middle {
    top: 50%;
    transform: translateY(-50%)
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.banner-h-100 {
    height: 100vh
}

@media (max-width:1199px) {
    .banner {
        font-size: 1.4rem
    }
}

.breadcrumb-nav {
    color: #222529;
    border-bottom: 1px solid #dfdfdf
}

.breadcrumb {
    margin-bottom: 0;
    padding: 1rem 0;
    border-radius: 0;
    background-color: transparent
}

.breadcrumb-item {
    font-size: 12px;
    font-family: Poppins, sans-serif;
    line-height: 24px;
    text-transform: uppercase
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 1.5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    color: inherit;
    padding-right: 1.1rem;
    content: "";
    font-size: 12px;
    font-family: porto;
    vertical-align: middle;
    margin-top: -2px
}

.breadcrumb-item a:not(:first-child) {
    margin-left: 5px
}

.breadcrumb-item a,
.breadcrumb-item.active {
    color: inherit
}

.btn {
    transition: all .3s;
    text-transform: uppercase;
    padding: 1em 1.6em;
    border-radius: 0;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    line-height: 1.429
}

.btn:focus {
    box-shadow: none
}

a.btn.disabled {
    pointer-events: auto;
    cursor: not-allowed
}

.btn-xs {
    padding: .2em .5em;
    font-size: 1.1rem
}

.btn-sm {
    padding: .5em 1em;
    font-size: 1.1rem
}

.btn-md {
    padding: 1em 1.2em;
    font-size: 1.2rem
}

.btn-lg {
    padding: 1em 2.15em;
    font-size: 1.4rem
}

.btn-xl {
    padding: 1.125em 2.75em;
    font-size: 1.125em
}

.btn-icon-left i {
    padding-right: .7rem
}

.btn-icon-right i {
    padding-left: .7rem
}

.btn-primary {
    border-color: #4dae65;
    background-color: #4dae65;
    color: #fff;
    box-shadow: none
}

.btn-primary:focus,
.btn-primary:hover {
    border-color: #68bc7d;
    background-color: #68bc7d;
    color: #fff;
    box-shadow: none
}

.btn-primary.disabled,
.btn-primary:disabled {
    border-color: #4dae65;
    background-color: #4dae65;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    border-color: #39824b;
    background-color: #3d8b50;
    color: #fff
}

.btn-dark {
    border-color: #222529;
    background-color: #222529;
    color: #fff;
    box-shadow: none
}

.btn-dark:focus,
.btn-dark:hover {
    border-color: #34393f;
    background-color: #34393f;
    color: #fff;
    box-shadow: none
}

.btn-dark.disabled,
.btn-dark:disabled {
    border-color: #222529;
    background-color: #222529;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    border-color: #050606;
    background-color: #0b0c0d;
    color: #fff
}

.btn-gray {
    border-color: #f4f4f4;
    background-color: #f4f4f4;
    color: #222529;
    box-shadow: none
}

.btn-gray:focus,
.btn-gray:hover {
    border-color: #4dae65;
    background-color: #4dae65;
    color: #fff;
    box-shadow: none
}

.btn-gray.disabled,
.btn-gray:disabled {
    border-color: #f4f4f4;
    background-color: #f4f4f4;
    color: #222529
}

.btn-gray:not(:disabled):not(.disabled).active,
.btn-gray:not(:disabled):not(.disabled):active,
.show>.btn-gray.dropdown-toggle {
    border-color: #d4d4d4;
    background-color: #dbdbdb;
    color: #222529
}

.btn-default:hover {
    background-color: #dedede;
    border-color: #dedede
}

.btn-link {
    padding-top: 0;
    padding-bottom: 0;
    color: #4dae65;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: initial
}

.btn-link:focus,
.btn-link:hover {
    color: #4dae65;
    text-decoration: underline
}

.btn-social-login {
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #4dae65;
    font-family: Poppins, sans-serif;
    text-decoration: none;
    text-transform: uppercase
}

.btn-social-login i,
.btn-social-login span {
    color: #fff
}

.btn-social-login i {
    margin-top: -1px;
    padding-right: 6px
}

.btn-facebook {
    background: #3a589d
}

.btn-twitter {
    background: #1aa9e1
}

.btn-warning {
    color: #fff
}

.btn-warning:hover {
    color: #fff
}

.owl-dots .owl-dot {
    outline: 0
}

a:focus {
    outline: 0
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.card {
    margin-bottom: 3rem;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 1.4rem
}

.card-header {
    margin: 0;
    padding: 1.2rem 1.5rem;
    border-radius: 0;
    border-color: #ddd;
    background-color: #f5f5f5;
    color: #000;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase
}

.card-header:after {
    display: block;
    clear: both;
    content: ""
}

.card-header .card-edit {
    margin-top: .1rem;
    float: right;
    color: #4dae65;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: capitalize
}

.card-body {
    min-height: 135px;
    padding: 2rem 1.5rem;
    border-top: 0;
    border-radius: 0
}

.card-body a {
    text-decoration: underline
}

.card-body h4 {
    margin-bottom: .7rem;
    color: #666
}

.count-container {
    margin-bottom: 4rem
}

.count-wrapper {
    margin-bottom: .9rem;
    color: #222529;
    font: 400 2.8rem/1 Poppins, sans-serif;
    text-transform: uppercase
}

.count-title {
    margin-bottom: 0;
    color: #777;
    font: 600 1.6rem/1 "Open Sans", sans-serif
}

@media (min-width:992px) {
    .count-wrapper {
        font-size: 3.6rem
    }
}

.feature-box {
    color: #7b858a;
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 4rem
}

.feature-box i {
    display: inline-block;
    margin-bottom: 2.2rem;
    color: #4dae65;
    font-size: 5rem;
    line-height: 1
}

.feature-box i:before {
    margin: 0
}

.feature-box h3 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 0
}

.feature-box p {
    margin-bottom: 0
}

.feature-box.border-top-primary {
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05)
}

.feature-box.border-top-primary .feature-box-content {
    border-top: 4px solid #4dae65;
    padding: 30px 20px 10px 20px
}

.feature-box-content {
    color: #7b858a;
    font-size: 1.5rem;
    line-height: 1.9;
    padding-left: 10px;
    padding-right: 10px
}

@font-face {
    font-family: porto;
    src: url(../fonts/porto.eot?64334846);
    src: url(../fonts/porto.eot?64334846#iefix) format("embedded-opentype"), url(../fonts/porto.woff2?64334846) format("woff2"), url(../fonts/porto.woff?64334846) format("woff"), url(../fonts/porto.ttf?64334846) format("truetype"), url(../fonts/porto.svg?64334846#porto) format("svg");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: porto;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-cart-thick:before {
    content: ""
}
.icon-check-circle:before {
    content: ""
}

.icon-long-arrow-right:before {
    content: ""
}

.icon-help-circle:before {
    content: ""
}

.icon-user-3:before {
    content: ""
}

.icon-long-arrow-alt:before {
    content: ""
}

.icon-phone-call:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-cart:before {
    content: ""
}

.icon-mode-grid:before {
    content: ""
}

.icon-mode-list:before {
    content: ""
}

.icon-wishlist:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-left-open:before {
    content: ""
}

.icon-right-open:before {
    content: ""
}

.icon-up-open:before {
    content: ""
}

.icon-angle-left:before {
    content: ""
}

.icon-angle-right:before {
    content: ""
}

.icon-angle-up:before {
    content: ""
}

.icon-left:before {
    content: ""
}

.icon-right:before {
    content: ""
}

.icon-up:before {
    content: ""
}

.icon-angle-double-left:before {
    content: ""
}

.icon-angle-double-right:before {
    content: ""
}

.icon-angle-double-up:before {
    content: ""
}

.icon-right-open-big:before {
    content: ""
}

.icon-left-open-big:before {
    content: ""
}

.icon-up-open-big:before {
    content: ""
}

.icon-user:before {
    content: ""
}

.icon-fax:before {
    content: ""
}

.icon-company:before {
    content: ""
}

.icon-city:before {
    content: ""
}

.icon-post:before {
    content: ""
}

.icon-country:before {
    content: ""
}

.icon-calendar:before {
    content: ""
}

.icon-mobile:before {
    content: ""
}

.icon-ok:before {
    content: ""
}

.icon-menu:before {
    content: ""
}

.icon-circle:before {
    content: ""
}

.icon-circle-empty:before {
    content: ""
}

.icon-mini-cart:before {
    content: ""
}

.icon-info:before {
    content: ""
}

.icon-cat-default:before {
    content: ""
}

.icon-search-1:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-search-2:before {
    content: ""
}

.icon-list:before {
    content: ""
}

.icon-shipping:before {
    content: ""
}

.icon-support:before {
    content: ""
}

.icon-grid:before {
    content: ""
}

.icon-home:before {
    content: ""
}

.icon-magnifier:before {
    content: ""
}

.icon-magnifier-add:before {
    content: ""
}

.icon-phone-1:before {
    content: ""
}

.icon-earphones-alt:before {
    content: ""
}

.icon-credit-card:before {
    content: ""
}

.icon-action-undo:before {
    content: ""
}

.icon-category-home:before {
    content: ""
}

.icon-category-electronics:before {
    content: ""
}

.icon-category-fashion:before {
    content: ""
}

.icon-category-external-accessories:before {
    content: ""
}

.icon-category-tools:before {
    content: ""
}

.icon-search-3:before {
    content: ""
}

.icon-user-2:before {
    content: ""
}

.icon-wishlist-2:before {
    content: ""
}

.icon-edit:before {
    content: ""
}

.icon-bars:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-check-empty:before {
    content: ""
}

.icon-check:before {
    content: ""
}

.icon-shopping-cart:before {
    content: ""
}

.icon-phone-2:before {
    content: ""
}

form {
    margin-bottom: 3.5rem
}

form h2 {
    margin-top: 3.4rem;
    margin-bottom: 2.3rem
}

.form-group {
    margin-bottom: 1.4rem
}

.form-group .form-control,
.form-group .select-custom {
    margin-bottom: 0
}

.form-group .form-control+.form-control {
    margin-top: 1rem
}

.form-group-sm {
    max-width: 480px;
    margin-bottom: .9rem
}

.form-control {
    padding-left: 1.2rem;
    height: 46px;
    margin-bottom: 1rem;
    transition: all .3s;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    background-color: #fff;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
}

.form-control:focus {
    border-color: #dfdfdf;
    background-color: #fff;
    color: #777;
    box-shadow: none
}

.form-control-sm {
    height: 4.6rem;
    padding: .8rem 1.2rem
}

select.form-control:not([size]):not([multiple]) {
    height: 6rem
}

select.form-control-sm:not([size]):not([multiple]) {
    padding: 0;
    padding-left: 1.2rem;
    height: 3.7rem;
    font-size: 1.4rem;
    letter-spacing: -.013em
}

.main .form-control:-ms-input-placeholder,
.main .form-control::-moz-placeholder,
.main .form-control::-ms-input-placeholder,
.main .form-control::-webkit-input-placeholder,
.main .form-control::placeholder {
    font-family: Poppins, sans-serif
}

textarea.form-control {
    padding-top: .8rem;
    min-height: 151px;
    border-color: #ebebeb
}

.form-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 3.5rem;
    font-size: 1.2rem;
    vertical-align: middle
}

.form-footer .form-footer-right {
    margin-right: 0;
    margin-left: auto
}

.form-footer .form-footer-right .btn {
    margin: 0
}

.form-footer .btn {
    margin-right: 3rem
}

label {
    margin: 0 0 .6rem;
    color: #222529;
    font-family: Poppins, sans-serif;
    font-size: 1.2rem;
    font-weight: 700
}

.required {
    color: #e02b27
}

.required+.form-footer {
    margin-top: .8rem
}

.select-custom {
    position: relative;
    margin-bottom: 1rem;
    background: #fff
}

.select-custom select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    position: relative;
    z-index: 1;
    background: 0 0
}

.select-custom select:focus {
    background: 0 0
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .select-custom select::-ms-expand {
        display: none
    }

    .select-custom select:focus::-ms-value {
        background: 0 0;
        color: currentColor
    }
}

.select-custom:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.9rem;
    transform: translateY(-50%);
    font-family: porto;
    font-size: 1.6rem;
    content: "";
    padding-bottom: 2px;
    font-weight: 400
}

.select-custom .form-control,
.select-custom .form-control-sm {
    padding-right: 4rem
}

.form-group-custom-control {
    margin-top: 1.3rem
}

.form-group-custom-control .custom-control {
    margin-top: 0;
    margin-bottom: 2rem
}

.form-group-custom-control+.form-group-custom-control {
    margin-top: -.5rem
}

.form-group-custom-control .custom-control-label {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: initial;
    color: #777;
    font-size: 13px
}

.custom-control {
    position: relative;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-left: 3rem
}

.custom-control-label {
    position: static;
    margin-bottom: 0
}

.custom-control-label:after,
.custom-control-label:before {
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    line-height: 2rem
}

.custom-control-label:before {
    border: 1px solid #ccc;
    background-color: #fff
}

.custom-checkbox .custom-control-label:after {
    top: 0;
    left: 4px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: transparent
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background: 0 0;
    color: #222529;
    content: "";
    font-family: porto
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #4dae65
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: none
}

.form-control-tooltip {
    position: relative;
    padding-right: 4rem
}

.form-control-tooltip .input-tooltip {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all .3s;
    color: #777;
    font-size: 2.4rem
}

.form-control-tooltip .input-tooltip:focus,
.form-control-tooltip .input-tooltip:hover {
    color: #000
}

.form-input {
    padding: 1rem 1.2rem;
    border: 1px solid #ddd;
    border-radius: 2px
}

.form-wide {
    width: 100%
}

@media (min-width:768px) {

    .form-footer,
    form {
        margin-bottom: 4rem
    }

    form h2 {
        margin-top: 4.4rem
    }
}

@media (min-width:992px) {

    .form-footer,
    form {
        margin-bottom: 5rem
    }
}

.info-box {
    display: flex;
    align-items: center;
    width: 100%;
    color: #222529
}

.info-box i {
    color: inherit;
    font-size: 3.7rem;
    text-align: center
}

.info-box i:before {
    width: auto;
    margin: 0 .1em
}

.info-box h4 {
    color: inherit;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1
}

.info-box p {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.6
}

.info-box.with-icon p:before {
    float: left;
    content: "";
    color: #5bc0de;
    font-family: "Font Awesome 5 Free";
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    margin-right: 5px;
    margin-top: 3px
}

.info-box-icon-left {
    justify-content: center
}

.info-box-icon-left i {
    line-height: 0;
    margin-right: 1.5rem
}

.info-box-icon-right {
    justify-content: center
}

.info-box-icon-right .info-box-content {
    text-align: right
}

.info-box-icon-right i {
    line-height: 0;
    margin-left: 1.5rem
}

.info-box-icon-top {
    flex-direction: column;
    align-items: unset;
    justify-content: center
}

.info-box-icon-top .info-box-content {
    text-align: center
}

.info-box-icon-top i {
    line-height: 0;
    margin-bottom: 1.5rem
}

.info-box-img {
    flex-direction: column
}

.info-box-img .info-desc {
    font-size: 1.6rem;
    color: #777
}

.close {
    font-size: 2.2rem
}

.page-header {
    padding: 5.5rem 0;
    color: #222529;
    background-color: #f4f4f4;
    text-align: center
}

.page-header .breadcrumb {
    padding-top: .5rem;
    padding-bottom: 0
}

.page-header .breadcrumb a {
    color: #4dae65
}

.page-header .breadcrumb a:hover {
    text-decoration: underline
}

.page-header .breadcrumb .breadcrumb-item:last-child:before {
    padding-right: .8rem
}

.breadcrumb-nav+.page-header {
    margin-top: -2rem
}

.page-header h1,
.page-title {
    margin-bottom: .4rem;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: -.05em;
    color: #222529
}

@media (min-width:768px) {
    .breadcrumb-nav+.page-header {
        margin-top: -3rem
    }
}

@media (min-width:992px) {
    .breadcrumb-nav+.page-header {
        margin-top: -4rem
    }
}

.toolbox {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.5
}

.toolbox .select-custom:after {
    right: 1.5rem;
    font-size: 1.6rem;
    color: #222529
}

.toolbox .select-custom .form-control {
    max-width: 160px;
    padding-right: 2.5rem;
    padding-left: .8rem;
    font-size: 1.3rem;
    padding-top: 1px
}

.toolbox label {
    margin: 1px 1.1rem 0 0;
    color: #777;
    font-size: 1.3rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif
}

.toolbox .form-control {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 .8rem;
    color: #777
}

.toolbox .form-control:focus {
    color: #777
}

.toolbox select.form-control:not([size]):not([multiple]) {
    height: 34px
}

.toolbox .toolbox-show .select-custom:after {
    right: 1rem
}

.toolbox,
.toolbox-item,
.toolbox-left,
.toolbox-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.toolbox-item {
    margin-bottom: 10px
}

.toolbox-item:not(:last-child) {
    margin-right: 10px
}

.toolbox-item.layout-modes {
    margin-top: -1px
}

.toolbox-item.toolbox-sort {
    margin-right: 1.5rem
}

.toolbox-item .select-custom {
    margin-bottom: 0
}

.toolbox-pagination {
    border-top: 1px solid #efefef;
    padding-top: 2.5rem;
    margin-bottom: 3.5rem
}

.pagination {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    color: #706f6c;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.page-item:not(:first-child) {
    margin-left: .5rem
}

.page-item.active .page-link {
    color: #706f6c;
    background-color: transparent;
    border-color: #4dae65
}

.page-item.disabled {
    display: none
}

.page-link {
    border: 1px solid #ccc;
    padding: 0 .5em;
    min-width: 2.2em;
    color: inherit;
    line-height: 2.1em;
    text-align: center
}

.page-link:focus,
.page-link:hover {
    color: #706f6c;
    background-color: transparent;
    border-color: #4dae65;
    box-shadow: none
}

.page-link i {
    font-size: 2rem
}

.page-link-btn,
span.page-link {
    border: 0
}

.layout-btn {
    display: inline-block;
    width: 1.2em;
    color: #000;
    font-size: 16px;
    line-height: 34px;
    text-align: center
}

.layout-btn:not(:last-child) {
    margin-right: 4px
}

.layout-btn.active {
    color: #4dae65
}

@media (min-width:992px) {
    .toolbox-pagination {
        margin-bottom: 0
    }
}

@media (max-width:991px) {
    aside .toolbox-item {
        display: block
    }

    aside .toolbox-item:after {
        content: normal
    }

    .toolbox:not(.toolbox-pagination) {
        padding: 10px;
        background-color: #f4f4f4;
        margin-bottom: 2rem
    }

    .toolbox:not(.toolbox-pagination) .toolbox-item {
        margin-bottom: 0
    }

    .toolbox label {
        font-size: 11px;
        font-weight: 600;
        color: #222529
    }

    .toolbox .select-custom .form-control {
        font-size: 11px;
        font-weight: 600;
        max-width: 140px;
        text-transform: uppercase;
        color: #222529
    }
}

@media (max-width:767px) {
    .toolbox label {
        display: none
    }

    .toolbox .select-custom:after {
        padding: 0
    }
}

@media (max-width:575px) {
    .toolbox .layout-modes {
        display: none
    }

    .toolbox .toolbox-show,
    .toolbox .toolbox-sort {
        margin-right: 0
    }

    .toolbox .select-custom .form-control {
        max-width: 132px
    }
}

.wishlist-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 4px 0 0;
    font-weight: 600;
    line-height: 1.5;
    padding: 15px 20px;
    width: 250px;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s;
    z-index: 100
}

.wishlist-popup .wishlist-popup-msg {
    font-weight: 600;
    line-height: 1.6;
    text-align: center
}

.wishlist-popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 1071
}

.login-popup .mfp-content {
    margin-top: 2.1rem;
    max-width: 872px;
    background-color: #fff
}

.login-popup .form-footer-right {
    margin-bottom: .6rem
}

.login-popup .form-input {
    height: 42px
}

.login-popup .container {
    padding: 3.9rem 3.6rem 4.7rem
}

.login-popup .title {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.45;
    margin-bottom: .9rem
}

.login-popup form {
    display: block
}

.login-popup label {
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.57;
    margin-bottom: .6rem
}

.login-popup .form-footer {
    margin: 1rem 0 2.1rem
}

.login-popup .form-footer .custom-control {
    margin: 0 0 0 auto;
    font-size: 1.3rem;
    padding-left: 2.5rem
}

.login-popup .forget-password {
    color: #222529;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}

.login-popup .btn-block {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 1.5rem 2.4rem;
    letter-spacing: -.02em
}

.login-popup .form-control {
    padding-left: 2.5rem
}

.login-popup .form-control:hover {
    outline: 0
}

.login-popup .custom-control-label {
    margin-top: 2px;
    font-size: 1.2rem
}

.newsletter-popup {
    position: relative;
    max-width: 740px;
    margin-right: auto;
    margin-left: auto;
    padding: 64px 40px;
    border-radius: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, .12)
}

.mfp-bg {
    background-color: #777
}

button.mfp-close {
    position: absolute;
    top: 0;
    right: 0;
    overflow: visible;
    opacity: .65;
    cursor: pointer;
    background: 0 0;
    border: 0;
    text-indent: -9999px;
    transform: rotateZ(45deg);
    color: #838383
}

button.mfp-close:hover {
    opacity: 1
}

button.mfp-close:after {
    content: "";
    position: absolute;
    height: 17px;
    top: 12px;
    left: 20px;
    border-left: 1px solid
}

button.mfp-close:before {
    content: "";
    position: absolute;
    width: 17px;
    top: 20px;
    left: 12px;
    border-top: 1px solid
}

.newsletter-popup-content {
    max-width: 357px
}

.newsletter-popup-content .form-control {
    height: auto;
    padding: 7px 12px 9px 22px;
    border-radius: 3rem 0 0 3rem;
    font-size: 1.36rem;
    line-height: 2.4;
    border: none;
    background-color: #f4f4f4
}

.newsletter-popup-content .form-control::placeholder {
    position: relative;
    top: 2px;
    color: #999
}

.newsletter-popup-content .btn {
    margin-left: -1px;
    padding: 0 32px 0 25px;
    border-radius: 0 3rem 3rem 0;
    font-size: 1.28rem;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase
}

.logo-newsletter {
    display: inline-block;
    max-width: 111px;
    height: auto
}

.newsletter-popup h2 {
    margin: 24px 0 5px;
    color: #313131;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase
}

.newsletter-popup p {
    font-size: 1.4rem;
    line-height: 1.85;
    letter-spacing: -.02em;
    margin-bottom: 2.4rem
}

.newsletter-popup form {
    margin: 0 0 2.7rem
}

.newsletter-popup .custom-control {
    margin: 0 0 4px 1px;
    padding-left: 2.5rem
}

.newsletter-subscribe {
    font-size: 1.1rem;
    text-align: left
}

.newsletter-subscribe .checkbox {
    margin: 1.5rem 0
}

.newsletter-subscribe input {
    margin-right: .5rem;
    vertical-align: middle
}

.newsletter-subscribe label {
    margin-top: .2rem;
    color: inherit;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-transform: none
}

.login-popup.mfp-bg {
    opacity: .6;
    background-color: transparent
}

.mfp-wrap .mfp-content {
    transition: all .35s ease-out;
    opacity: 0
}

.login-popup.mfp-wrap .mfp-content {
    max-width: 525px
}

.mfp-bg.login-popup,
.mfp-bg.mfp-newsletter,
.mfp-wrap.login-popup,
.mfp-wrap.mfp-newsletter {
    z-index: 1058
}

@media (max-width:991px) {
    .mfp-container {
        padding: .6rem
    }
}

@media (max-width:479px) {
    .newsletter-popup {
        padding: 54px 30px
    }
}

@media (min-width:768px) {
    .login-popup .col-md-6 {
        padding: 0 2rem
    }

    .login-popup .col-md-6:first-child {
        border-right: 1px solid #f5f6f6
    }
}

.tooltiptext {
    visibility: hidden;
    position: absolute;
    background-color: #333;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: .01em;
    text-align: center;
    padding: 1rem .7rem;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%)
}

.product-default {
    color: #777;
    margin-bottom: 2rem;
    transition: box-shadow .3s ease-in-out
}

.product-default a {
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-default a:hover {
    color: #4dae65;
    text-decoration: none
}

.product-default figure {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 1.6rem
}

.product-default figure>a:first-child {
    width: 100%;
    height: 100%
}

.product-default figure img {
    transition: opacity .3s ease-in-out;
    height: auto;
    width: 100%
}

.product-default figure img:last-child {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    left: 0
}

.product-default figure img:first-child {
    opacity: 1;
    position: relative
}

.product-default .label-group {
    position: absolute;
    top: .8rem;
    left: .8rem
}

.product-default .product-label {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 5px 11px;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    border-radius: 12px
}

.product-default .product-label.label-hot {
    background-color: #2ba968
}

.product-default .product-label.label-number {
    display: flex;
    position: relative;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 1.6rem;
    background-color: #4dae65;
    color: #fff
}

.product-default .product-label.label-number span {
    margin-left: 1px
}

.product-default .product-details {
    display: flex;
    display: -ms-flexbox;
    padding: 0 .8rem;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: left;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center
}

.product-default .category-wrap {
    width: 100%;
    white-space: nowrap
}

.product-default .category-list {
    text-align: center;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    line-height: 1.7;
    opacity: .8;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden
}

.product-default .product-title {
    max-width: 100%;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: Poppins, sans-serif;
    line-height: 1.35;
    letter-spacing: .005em;
    margin-bottom: .4rem
}

.product-default .product-title a {
    display: block
}

.product-default .title-wrap .product-title {
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 20px);
    margin-bottom: .5rem
}

.product-default .product-action {
    position: relative;
    margin-bottom: 1.5rem;
    color: #333
}

.product-default .btn-add-cart,
.product-default .btn-quickview {
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    color: #6f6e6b;
    line-height: 34px
}

.product-default .btn-quickview {
    display: inline-block;
    position: absolute;
    top: 0;
    margin: 0 2px;
    width: 36px;
    height: 36px;
    font-size: 1.6rem;
    text-align: center;
    opacity: 0;
    transition: all .25s ease
}

.product-default .btn-quickview:hover {
    color: #333
}

.product-default .btn-quickview {
    font-size: 1.4rem;
    right: 0
}

.product-default:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i {
    display: none
}

.product-default .btn-add-cart {
    display: inline-block;
    padding: 0 1.4rem;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    transition: all .25s ease
}

.product-default .btn-add-cart i {
    font-size: 1.5rem;
    line-height: 32px
}

.product-default .btn-add-cart i:before {
    margin: 0 4px 0 0;
    font-weight: 800
}

.tooltip-top:after {
    content: "";
    position: absolute;
    top: 96%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent
}

.product-price {
    color: #222529;
    font-size: 1.8rem;
    line-height: 1
}

.price-box {
    margin-bottom: 1.4rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 1
}

.ratings-container {
    line-height: 1;
    margin: 0 0 12px 1px;
    cursor: pointer;
    position: relative;
    display: inline-block
}

.ratings-container .product-ratings,
.ratings-container .ratings {
    position: relative;
    display: inline-block;
    font-size: 11px;
    letter-spacing: .1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.ratings-container .product-ratings {
    height: 11px
}

.ratings-container .product-ratings:before {
    content: "";
    color: rgba(0, 0, 0, .16)
}

.ratings-container .product-ratings:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.ratings-container .ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden
}

.ratings-container .ratings:before {
    content: "";
    color: #6a6a6d
}

.product-select-group {
    display: flex;
    display: -ms-flexbox
}

.product-select {
    margin: 0 4px 0 0;
    cursor: pointer
}

.product-select.type-image {
    width: 32px;
    height: 32px;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .09)
}

.product-select.type-image.hover {
    border: 1px solid #4dae65
}

.product-select.type-check {
    margin: 5px;
    overflow: visible;
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.product-select.type-check:after {
    content: "";
    background-color: transparent;
    border: 1px solid #000;
    position: absolute;
    left: -3px;
    top: -3px;
    border-radius: 50%;
    width: 18px;
    display: block;
    height: 18px
}

.product-nav-filter {
    display: flex;
    align-items: center
}

.product-nav-dots {
    padding-top: 2px
}

.product-nav-dots a,
.product-nav-dots span {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: .2rem solid #fff;
    margin-right: .6rem;
    transition: box-shadow .35s ease;
    box-shadow: 0 0 0 .1rem #999
}

.product-nav-dots a.active,
.product-nav-dots a:hover,
.product-nav-dots span.active,
.product-nav-dots span:hover {
    box-shadow: 0 0 0 .1rem #222529
}

.product-single-qty {
    display: inline-block;
    max-width: 104px;
    vertical-align: middle
}

.product-single-qty .btn {
    width: 2.2em;
    padding: 0
}

.product-single-qty .btn.btn-up-icon:hover:after,
.product-single-qty .btn.btn-up-icon:hover:before {
    background-color: #4dae65
}

.product-single-qty .btn.btn-up-icon:after,
.product-single-qty .btn.btn-up-icon:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 1px;
    margin-left: -.55rem;
    background: #222529;
    content: ""
}

.product-single-qty .btn.btn-up-icon:before {
    transform: rotate(90deg)
}

.product-single-qty .horizontal-quantity::-webkit-inner-spin-button,
.product-single-qty .horizontal-quantity::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.add-cart-box {
    padding: 19px 10px 20px !important;
    border-top: 4px solid #4dae65;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .6)
}

.add-cart-box h4 {
    font-weight: 500;
    color: #4dae65;
    margin-bottom: 1.8rem
}

.add-cart-box img {
    margin: 0 auto 10px;
    width: 120px
}

.left-details .product-details {
    -ms-flex-align: start;
    align-items: flex-start
}

.left-details .btn-add-cart,
.left-details .btn-quickview {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    color: #000
}

.left-details .btn-quickview {
    transform: none
}

.left-details .btn-add-cart {
    margin-left: 0;
    padding: 0 1.5rem
}

.hidden-description {
    position: relative
}

.hidden-description:hover figure {
    box-shadow: none
}

.hidden-description:hover .btn-add-cart {
    background-color: #f4f4f4;
    position: absolute
}

.hidden-description:hover .product-details {
    opacity: 1;
    transform: translateY(0)
}

.hidden-description:hover .product-action a.btn-quickview {
    left: 0
}

.hidden-description figure {
    margin-bottom: 0
}

.hidden-description figure .btn-icon-group {
    top: 1rem;
    right: 1rem
}

.hidden-description .product-details {
    position: absolute;
    width: 100%;
    bottom: 46px;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, .09);
    opacity: 0;
    transform: translateY(5px);
    transition: all .3s ease
}

.hidden-description.product-default .product-details {
    padding: 1rem
}

.hidden-description .product-action {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0
}

.hidden-description .btn-quickview {
    transform: none;
    background-color: #4dae65;
    color: #fff;
    width: 50%;
    margin: 0;
    border: none;
    height: 45px;
    left: 0;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .025em;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    line-height: 45px
}

.hidden-description:hover .product-action .btn-quickview {
    opacity: .85
}

.hidden-description:hover .product-action .btn-quickview:hover {
    opacity: 1;
    color: #fff
}

.hidden-description .btn-add-cart {
    position: absolute;
    z-index: 3;
    justify-content: center;
    margin: 0;
    width: 50%;
    height: 45px;
    border: none;
    background: #f4f4f4;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: .025em;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    line-height: 45px
}

.hidden-description .btn-add-cart:hover {
    background-color: #4cab63;
    color: #fff
}

.full-width {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.full-width [class*=col-] {
    padding-right: 10px;
    padding-left: 10px
}

.product-overlay figure {
    margin: 0
}

.product-overlay figure>a:first-child:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(27, 27, 23, 0);
    transition: all .25s
}

.product-overlay figure .btn-icon-group,
.product-overlay figure .btn-quickview {
    z-index: 1
}

.product-overlay figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: 0
}

.product-overlay figure .btn-add-cart i {
    display: inline-block
}

.product-overlay .product-details {
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transform: scale(.8);
    transition: all .4s
}

.product-overlay .product-details .product-category,
.product-overlay .product-details .product-price,
.product-overlay .product-details .product-title a {
    color: #fff
}

.product-overlay .product-details a:hover {
    color: #4dae65
}

.product-overlay .product-details .ratings-container .product-ratings:before {
    color: rgba(255, 255, 255, .6)
}

.product-overlay .product-details .ratings-container .ratings:before {
    color: #fff
}

.product-overlay .product-details .price-box {
    margin-bottom: 0
}

.product-overlay .product-details .category-list {
    text-align: center;
    width: 100%
}

.product-overlay:hover figure,
.product-overlay:nth-child(2n):hover figure {
    box-shadow: none
}

.product-overlay:hover figure>a:first-child:after,
.product-overlay:nth-child(2n):hover figure>a:first-child:after {
    background-color: rgba(27, 27, 23, .6)
}

.product-overlay:hover figure .btn-icon,
.product-overlay:hover figure .btn-quickview,
.product-overlay:nth-child(2n):hover figure .btn-icon,
.product-overlay:nth-child(2n):hover figure .btn-quickview {
    opacity: .85;
    visibility: visible
}

.product-overlay:hover figure .btn-icon:hover,
.product-overlay:hover figure .btn-quickview:hover,
.product-overlay:nth-child(2n):hover figure .btn-icon:hover,
.product-overlay:nth-child(2n):hover figure .btn-quickview:hover {
    opacity: 1
}

.product-overlay:hover figure .btn-icon,
.product-overlay:nth-child(2n):hover figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: .85
}

.product-overlay:hover .product-details,
.product-overlay:nth-child(2n):hover .product-details {
    opacity: 1;
    transform: scale(1)
}

.overlay-dark figure {
    margin: 0
}

.overlay-dark figure>a:first-child:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(27, 27, 23, .3);
    transition: all .25s
}

.overlay-dark figure .btn-icon-group,
.overlay-dark figure .btn-quickview {
    z-index: 1
}

.overlay-dark figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: 0;
    margin-left: 8px
}

.overlay-dark figure .btn-quickview {
    border: 2px solid #fff;
    background-color: #4d4d4a;
    border-radius: 2rem;
    padding: 1rem 2.3rem;
    width: auto;
    height: auto;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    opacity: 0;
    transition: all .1s
}

.overlay-dark .product-details {
    position: absolute;
    width: 100%;
    left: 2rem;
    bottom: 4rem;
    opacity: 0;
    transform: translateY(10px);
    transition: all .4s
}

.overlay-dark .product-details .product-category,
.overlay-dark .product-details .product-price,
.overlay-dark .product-details .product-title a {
    color: #fff
}

.overlay-dark .product-details a:hover {
    color: #4dae65
}

.overlay-dark .product-details .ratings-container .product-ratings:before {
    color: rgba(255, 255, 255, .6)
}

.overlay-dark .product-details .price-box {
    margin-bottom: 0
}

.overlay-dark:hover figure,
.overlay-dark:nth-child(2n):hover figure {
    box-shadow: none
}

.overlay-dark:hover figure>a:first-child:after,
.overlay-dark:nth-child(2n):hover figure>a:first-child:after {
    background-color: rgba(27, 27, 23, .7)
}

.overlay-dark:hover figure .btn-icon,
.overlay-dark:hover figure .btn-quickview,
.overlay-dark:nth-child(2n):hover figure .btn-icon,
.overlay-dark:nth-child(2n):hover figure .btn-quickview {
    opacity: .85
}

.overlay-dark:hover figure .btn-icon:hover,
.overlay-dark:hover figure .btn-quickview:hover,
.overlay-dark:nth-child(2n):hover figure .btn-icon:hover,
.overlay-dark:nth-child(2n):hover figure .btn-quickview:hover {
    background-color: #4d4d4a;
    opacity: 1
}

.overlay-dark:hover figure .btn-icon,
.overlay-dark:nth-child(2n):hover figure .btn-icon {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    background-color: #4d4d4a;
    opacity: .85
}

.overlay-dark:hover .product-details,
.overlay-dark:nth-child(2n):hover .product-details {
    opacity: 1;
    transform: translateY(0)
}

.quantity-input .product-details {
    align-items: center
}

.quantity-input .product-single-qty {
    margin: 0 0 1rem
}

.quantity-input .btn-add-cart {
    margin: 0 0 1rem 2px
}

.quantity-input .btn-add-cart:hover {
    background-color: #4dae65;
    border-color: #4dae65;
    color: #fff
}

.quantity-input .category-list {
    text-align: center
}

.product-list {
    display: flex;
    display: -ms-flexbox;
    align-items: center
}

.product-list:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i {
    display: block
}

.product-list .product-action {
    margin-bottom: 0
}

.product-list:hover .btn-icon {
    padding-right: .8rem;
    transition: .35s
}

.product-list:hover .btn-icon i {
    opacity: 1;
    transition: .35s
}

.product-list:hover .btn-icon span {
    padding-left: 1.3rem;
    transition: .35s
}

.product-list figure {
    max-width: 250px;
    margin-right: 1.2rem;
    margin-bottom: 0
}

.product-list figure img {
    object-fit: cover;
    height: 100%
}

.product-list .product-details {
    padding-top: 3px;
    max-width: calc(100% - 270px)
}

.product-list .product-title {
    margin-bottom: .6rem;
    font-weight: 600;
    font-size: 1.8rem;
    font-family: "Open Sans", sans-serif
}

.product-list .ratings-container {
    margin: 0 0 10px 0
}

.product-list .product-description {
    display: -webkit-box;
    margin-bottom: 1.6rem;
    max-width: 100%;
    font-weight: 400;
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    line-height: 24px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.product-list .price-box {
    margin-bottom: 1.6rem
}

.product-list .category-list {
    margin-bottom: -1px
}

.product-list .btn-add-cart {
    margin: 0 3px 5px 0;
    padding: 0 1.4rem;
    background-color: #4dae65;
    border-color: #4dae65;
    color: #fff
}

.product-list .btn-icon {
    position: relative;
    transition: .35s
}

.product-list .btn-icon i {
    position: absolute;
    display: inline-block;
    opacity: 0;
    left: 8px;
    transition: .35s
}

.product-list .btn-icon i:before {
    margin: 0;
    line-height: 1;
    font-weight: 800
}

.product-list .btn-icon i.fa {
    top: 26%
}

.product-list .btn-icon span {
    display: inline-block;
    transition: .35s
}

.product-list .btn-quickview {
    position: static;
    opacity: 1;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #333;
    margin: 0 0 5px;
    line-height: 32px
}

.product-list:hover {
    box-shadow: none
}

.product-list:hover figure {
    box-shadow: none
}

.product-widget {
    display: flex;
    display: -ms-flexbox;
    margin-bottom: 1.6rem
}

.product-widget figure {
    max-width: 84px;
    margin-right: 1rem;
    margin-bottom: 0
}

.product-widget figure img {
    object-fit: cover;
    height: 100%
}

.product-widget .ratings-container {
    margin-bottom: 1rem
}

.product-widget .product-details {
    margin-bottom: 2px;
    max-width: calc(100% - 104px)
}

.product-widget .product-title {
    margin-bottom: .5rem;
    font-size: 1.4rem
}

.product-widget .price-box {
    margin-bottom: 0
}

.product-widget .product-price {
    font-size: 1.5rem
}

.product-widget:hover,
.product-widget:hover figure {
    box-shadow: none
}

.product-quick-view {
    padding: 3rem;
    background-color: #fff
}

.product-quick-view .product-single-filter label {
    margin-right: 0
}

.product-quick-view .product-single-details .product-title {
    width: 100%
}

.product-quick-view .view-cart {
    padding: 13px 10px;
    font-size: .8em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline
}

.product-quick-view .product-single-details .product-single-filter:last-child {
    margin-left: -1px
}

.image-bg-white {
    filter: brightness(1.08)
}

@media (min-width:768px) {
    .product-quick-view .product-single-details {
        position: absolute;
        right: 0;
        height: 100% !important;
        overflow-y: auto
    }

    .product-quick-view .product-single-details::-webkit-scrollbar {
        height: 10px;
        width: 3px
    }

    .product-quick-view .product-single-details::-webkit-scrollbar-thumb {
        background: #ebebeb;
        border-radius: 10px;
        position: absolute
    }

    .product-quick-view .product-single-details::-webkit-scrollbar-track {
        background: #fff;
        border-radius: 10px;
        margin: 8px;
        width: 100%
    }
}

@media (min-width:1200px) {

    .col-xl-7col .product-default .product-title,
    .col-xl-8col .product-default .product-title {
        font-size: 1.3rem
    }

    .col-xl-7col .product-price,
    .col-xl-8col .product-price {
        font-size: 1.5rem
    }
}

@media (max-width:575px) {
    .product-list {
        flex-direction: column;
        -ms-flex-direction: column
    }

    .product-list figure {
        max-width: none;
        margin-right: 0;
        margin-bottom: 2rem
    }

    .product-list .product-details {
        max-width: none;
        width: 100%
    }

    .product-list:not(.inner-icon) .btn-add-cart:not(.product-type-simple) i {
        display: block
    }

    .product-list .product-action>a {
        padding: 0;
        width: 34px;
        height: 34px
    }

    .product-list .product-action>a i {
        display: inline-block
    }

    .product-list .btn-icon {
        margin-right: 1px
    }

    .product-list .btn-icon i {
        position: static;
        opacity: 1
    }

    .product-list .btn-icon:hover {
        padding: 0
    }

    .product-list .btn-icon span {
        display: none
    }

    .product-list .btn-icon:not(.product-type-simple) i {
        margin-top: 1.1rem
    }

    .product-quick-view {
        padding: 2rem
    }

    .product-quick-view .product-single-details .product-title {
        font-size: 2.6rem
    }
}

@media (max-width:479px) {
    .product-price {
        font-size: 1.3rem
    }

    .product-quick-view {
        padding: 2rem
    }
}

.product-category {
    color: #1d2127;
    margin-bottom: 2rem;
    position: relative
}

.product-category a:hover {
    color: inherit
}

.product-category img {
    width: 100%
}

.product-category figure {
    margin-bottom: 0;
    position: relative
}

.product-category figure:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: 0 0;
    transition: all .3s;
    z-index: 1;
    content: ""
}

.product-category:hover figure:after {
    background-color: rgba(27, 27, 23, .15)
}

.owl-item>.product-category {
    margin-bottom: 0
}

.category-content {
    padding: 2rem;
    display: flex;
    display: -ms-flex-box;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center
}

.category-content h3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.35;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -.005em;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.category-content span {
    font-weight: 400;
    font-size: 10.2px;
    line-height: 1.8;
    font-family: "Open Sans", sans-serif;
    letter-spacing: normal;
    margin-top: -10px;
    text-transform: uppercase;
    opacity: .7;
    color: #1d2127
}

.content-center .category-content,
.content-center-bottom .category-content,
.content-left-bottom .category-content,
.content-left-center .category-content {
    padding: 20.4px 25.5px;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2
}

.content-center .category-content h3,
.content-center .category-content span,
.content-center-bottom .category-content h3,
.content-center-bottom .category-content span,
.content-left-bottom .category-content h3,
.content-left-bottom .category-content span,
.content-left-center .category-content h3,
.content-left-center .category-content span {
    color: #fff
}

.content-center .category-content,
.content-left-center .category-content {
    left: 0;
    top: 50%
}

.content-left-center .category-content {
    align-items: flex-start
}

.content-left-bottom .category-content {
    align-items: flex-start;
    left: 0;
    bottom: 0;
    transform: none
}

.content-center-bottom figure {
    min-height: 90px
}

.content-center-bottom .category-content {
    bottom: 0;
    transform: none;
    padding: 20.4px 0
}

.content-center-bottom .category-content h3,
.content-center-bottom .category-content span {
    margin-bottom: 0;
    color: #1d2127
}

.overlay-light figure:after {
    background-color: rgba(27, 27, 23, .75)
}

.overlay-light:hover figure:after {
    background-color: rgba(27, 27, 23, .6)
}

.hidden-count .category-content span {
    max-height: 10px;
    transition: all .5s;
    transform: translateY(20%);
    opacity: 0
}

.hidden-count:hover .category-content span {
    max-height: 30px;
    transform: none;
    opacity: .7
}

.height-600 {
    height: 600px
}

.height-400 {
    height: 400px
}

.height-300 {
    height: 300px
}

.height-200 {
    height: 200px
}

@media (min-width:1199px) {
    .col-5col-1 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (max-width:767px) {
    .height-600 {
        height: 400px
    }

    .height-300 {
        height: 200px
    }
}

@media (max-width:450px) {
    .content-center-bottom .category-content {
        padding: 16.8px 21px;
        text-align: center;
        flex-wrap: wrap
    }
}

@media (max-width:400px) {
    .content-center-bottom .category-content {
        padding-bottom: 1rem
    }
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #fff;
    background-color: #4dae65;
    font-size: 14px;
    line-height: 3.2rem;
    text-align: center;
    text-decoration: none;
    opacity: 1
}

.social-icon+.social-icon {
    margin-left: .6rem
}

.social-icons .social-icon:focus,
.social-icons .social-icon:hover {
    color: #fff;
    text-decoration: none;
    opacity: .85
}

.social-icon.social-facebook {
    background-color: #3b5a9a
}

.social-icon.social-twitter {
    background-color: #1aa9e1
}

.social-icon.social-instagram {
    background-color: #7c4a3a
}

.social-icon.social-linkedin {
    background-color: #0073b2
}

.nav-tabs {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 2px
}

.nav-tabs .nav-item {
    margin-bottom: -3px
}

.nav-tabs .nav-item:not(:last-child) {
    margin-right: 3.5rem
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #4dae65;
    color: #4dae65
}

.nav-tabs .nav-link {
    padding: 1.2rem 0;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #282d3b;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    font-family: Poppins, sans-serif;
    text-transform: uppercase
}

.nav-tabs .nav-link:hover {
    color: #4dae65
}

.tabs .tab-content {
    border: 1px solid #eee;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .04);
    padding: 1.5rem
}

.tabs .nav-tabs {
    border-bottom: 0
}

.tabs .nav-tabs .nav-item .nav-link.active,
.tabs .nav-tabs .nav-item.show .nav-link {
    border-top-color: #4dae65;
    color: #4dae65;
    background: #fff
}

.tabs .nav-tabs .nav-item:not(:last-child) {
    margin-right: .1rem
}

.tabs .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 3px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: none;
    background: #f4f4f4;
    text-transform: none;
    font-weight: 400;
    line-height: 2.4rem;
    margin-bottom: -1px;
    padding: .8rem 1.6rem
}

.tabs .nav-tabs .nav-link:focus,
.tabs .nav-tabs .nav-link:hover {
    border-top-color: #4dae65
}

.tabs .tab-pane p:last-child {
    line-height: 2.4rem
}

.tabs-bottom .nav-tabs .nav-item .nav-link.active,
.tabs-bottom .nav-tabs .nav-item.show .nav-link {
    border-top: none;
    border-bottom-color: #4dae65
}

.tabs-bottom .nav-tabs .nav-item:not(:last-child) {
    margin-right: .1rem
}

.tabs-bottom .nav-tabs .nav-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 3px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: none;
    margin-top: -1px
}

.tabs-bottom .nav-tabs .nav-link:focus,
.tabs-bottom .nav-tabs .nav-link:hover {
    border-bottom-color: #4dae65
}

.tabs-left {
    border-top: 1px solid #eee
}

.tabs-left .tab-content {
    border-top: 0
}

.tabs-left .nav-tabs .nav-item .nav-link.active,
.tabs-left .nav-tabs .nav-item.show .nav-link {
    border-left: 3px solid #4dae65
}

.tabs-left .nav-tabs .nav-item:not(:last-child) {
    margin-right: .1rem
}

.tabs-left .nav-tabs .nav-link {
    border: 0;
    border-left: 3px solid #eee;
    margin-right: -1px
}

.tabs-left .nav-tabs .nav-link:focus,
.tabs-left .nav-tabs .nav-link:hover {
    border-left-color: #4dae65
}

.tabs-right {
    border-top: 1px solid #eee
}

.tabs-right .tab-content {
    border-top: 0
}

.tabs-right .nav-tabs .nav-item .nav-link.active,
.tabs-right .nav-tabs .nav-item.show .nav-link {
    border-right: 3px solid #4dae65
}

.tabs-right .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0
}

.tabs-right .nav-tabs .nav-link {
    border: 0;
    border-right: 3px solid #eee
}

.tabs-right .nav-tabs .nav-link:focus,
.tabs-right .nav-tabs .nav-link:hover {
    border-right-color: #4dae65
}

.tabs-vertical {
    display: flex
}

.tabs-vertical .nav-tabs {
    flex-flow: column nowrap;
    width: 27.8%;
    border: 0
}

.tabs-vertical .tab-content {
    flex: 1
}

.tabs-vertical .nav-link:last-child {
    border-bottom: 1px solid #eee !important
}

.tabs-dark .nav-tabs .nav-item .nav-link.active,
.tabs-dark .nav-tabs .nav-item.show .nav-link {
    border-top-color: #222529;
    color: #222529
}

.tabs-dark .nav-tabs .nav-link:focus,
.tabs-dark .nav-tabs .nav-link:hover {
    border-top-color: #222529;
    color: #222529
}

.tabs-dark.tabs-bottom .nav-tabs .nav-item .nav-link.active,
.tabs-dark.tabs-bottom .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #222529
}

.tabs-dark.tabs-bottom .nav-tabs .nav-link:focus,
.tabs-dark.tabs-bottom .nav-tabs .nav-link:hover {
    border-bottom-color: #222529
}

.tabs-dark.tabs-left .nav-tabs .nav-item .nav-link.active,
.tabs-dark.tabs-left .nav-tabs .nav-item.show .nav-link {
    border-left-color: #222529
}

.tabs-dark.tabs-left .nav-tabs .nav-link:focus,
.tabs-dark.tabs-left .nav-tabs .nav-link:hover {
    border-left-color: #222529
}

.tabs-dark.tabs-right .nav-tabs .nav-item .nav-link.active,
.tabs-dark.tabs-right .nav-tabs .nav-item.show .nav-link {
    border-right-color: #222529
}

.tabs-dark.tabs-right .nav-tabs .nav-link:focus,
.tabs-dark.tabs-right .nav-tabs .nav-link:hover {
    border-right-color: #222529
}

.tabs-simple .tab-content {
    border: 0;
    box-shadow: none;
    padding: 3rem 0
}

.tabs-simple .nav-tabs .nav-item .nav-link.active,
.tabs-simple .nav-tabs .nav-item.show .nav-link {
    border-bottom-color: #555;
    color: #777
}

.tabs-simple .nav-tabs .nav-item:not(:last-child) {
    margin-right: .1rem
}

.tabs-simple .nav-tabs .nav-link {
    border: 0;
    border-bottom: 3px solid #eee;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.4rem;
    margin-bottom: -1px;
    color: #777;
    background: 0 0;
    padding: 15px 30px;
    margin-bottom: 1.5rem
}

.tabs-simple .nav-tabs .nav-link:focus,
.tabs-simple .nav-tabs .nav-link:hover {
    border-bottom-color: #555
}

.tabs-with-icon .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: 0 0;
    margin-bottom: 1rem
}

.tabs-with-icon .icon-content {
    position: relative;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 3rem;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    margin-bottom: 1.5rem
}

.tabs-with-icon .icon-content:after {
    content: "";
    border: 5px solid #f4f4f4;
    border-radius: 50%;
    display: block;
    height: 100%;
    padding: 1px;
    position: absolute;
    top: 0;
    width: 100%;
    transform: scale(1.2);
    transition: transform .3s
}

.tabs-with-icon .icon-content:hover:after {
    transform: scale(1.3)
}

.product-single-tabs.product-tabs-list .product-desc-content p {
    margin-bottom: 1.3rem
}

.product-single-tabs.product-tabs-list .product-desc-content ol,
.product-single-tabs.product-tabs-list .product-desc-content ul {
    padding-left: 5.8rem;
    margin-bottom: 2rem
}

.product-single-tabs.product-tabs-list .product-desc-content li:before {
    left: 2.4rem
}

.product-slider-tab .tab-content {
    position: relative
}

.product-slider-tab .tab-content>.tab-pane {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 0 !important;
    opacity: 0;
    z-index: -1;
    transition: visibility .3s, opacity .3s
}

.product-slider-tab .tab-content>.tab-pane:not(.active) {
    overflow: hidden;
    visibility: hidden
}

.product-slider-tab .tab-content>.active {
    position: relative;
    height: auto !important;
    opacity: 1;
    z-index: auto
}

@media (min-width:992px) {
    .product-single-tabs.product-tabs-list {
        padding-bottom: 2px
    }

    .product-single-tabs.product-tabs-list .col-lg-2 {
        -ms-flex: 0 0 21.4%;
        flex: 0 0 21.4%;
        max-width: 21.4%
    }

    .product-single-tabs.product-tabs-list .col-lg-10 {
        -ms-flex: 0 0 78.6%;
        flex: 0 0 78.6%;
        max-width: 78.6%
    }

    .product-single-tabs.product-tabs-list .nav.nav-tabs {
        flex-direction: column;
        border: none
    }

    .product-single-tabs.product-tabs-list .nav.nav-tabs .nav-item {
        margin-right: 0;
        margin-bottom: .8rem;
        border-bottom: 1px solid #e7e7e7
    }

    .product-single-tabs.product-tabs-list .nav.nav-tabs .nav-link {
        display: inline-block;
        padding: 1.4rem 0 1.5rem;
        margin-bottom: -1px
    }

    .product-single-tabs.product-tabs-list .tab-pane {
        padding-top: .5rem
    }

    .product-single-tabs.product-tabs-list .tab-content {
        padding-left: .9rem
    }
}

@media (max-width:479px) {
    .nav-tabs .nav-item:not(:last-child) {
        margin-right: 2.5rem
    }
}

.tooltip {
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem
}

.tooltip.show {
    opacity: 1
}

.tooltip .arrow {
    width: 1rem;
    height: 1rem
}

html {
    overflow-x: hidden;
    font-size: 62.5%;
    font-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    color: #777;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Open Sans", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

body:not(.loaded)>:not(.loading-overlay) {
    visibility: hidden !important;
    transition: none !important
}

body:not(.loaded)>:not(.loading-overlay) * {
    visibility: hidden !important;
    transition: none !important
}

::-moz-selection {
    background-color: #4dae65;
    color: #fff
}

::selection {
    background-color: #4dae65;
    color: #fff
}

p {
    margin-bottom: 1.5rem
}

ol,
ul {
    margin: 0 0 2.25rem;
    padding: 0;
    list-style: none
}

b,
strong {
    font-weight: 700
}

em,
i {
    font-style: italic
}

hr {
    max-width: 1730px;
    margin: 5.5rem auto 5.2rem;
    border: 0;
    border-top: 1px solid #e7e7e7
}

sub,
sup {
    font-size: 70%
}

sup {
    font-size: 50%
}

sub {
    bottom: -.25em
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

button:focus {
    outline: 0
}

@keyframes rotating {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes bouncedelay {

    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.loading-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .5s ease-in-out;
    background: #fff;
    opacity: 1;
    visibility: visible;
    z-index: 999999
}

.loaded>.loading-overlay {
    opacity: 0;
    visibility: hidden
}

.bounce-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    margin: -9px 0 0 -35px;
    transition: all .2s;
    text-align: center;
    z-index: 10000
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #ccc;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
    animation: 1.4s ease-in-out 0s normal both infinite bouncedelay
}

.bounce-loader .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.bounce-loader .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.mobile-cart>div,
.mobile-sidebar {
    -webkit-overflow-scrolling: touch
}

.mobile-cart>div::-webkit-scrollbar,
.mobile-sidebar::-webkit-scrollbar {
    height: 10px;
    width: 6px
}

.mobile-cart>div::-webkit-scrollbar-thumb,
.mobile-sidebar::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    border-radius: 10px;
    position: absolute
}

.mobile-cart>div::-webkit-scrollbar-track,
.mobile-sidebar::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    margin: 8px;
    width: 100%
}

.load-more-overlay.loading:after,
.loading:not(.load-more-overlay) {
    animation: spin 650ms infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-top: 2px solid rgba(0, 0, 0, .4) !important;
    border-right: 2px solid rgba(0, 0, 0, .4) !important;
    border-bottom: 2px solid rgba(0, 0, 0, .4) !important;
    content: "";
    display: block;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    right: auto;
    position: absolute;
    width: 20px;
    z-index: 3
}

.load-more-overlay {
    position: relative
}

.load-more-overlay.loading:after {
    content: ""
}

.load-more-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: .8;
    z-index: 3
}

.popup-loading-overlay {
    position: relative
}

.popup-loading-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: .8
}

.col-6.fade.in {
    opacity: 1;
    transition: opacity .5s
}

.col-6.fade {
    opacity: 0;
    transition: opacity .5s
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

@media (max-width:767px) {
    html {
        font-size: 9px
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.8rem;
    color: #222529;
    font-weight: 700;
    line-height: 1.1;
    font-family: Poppins, sans-serif
}

.h1,
h1 {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.223
}

.h2,
h2 {
    font-size: 3rem;
    line-height: 1.5
}

.h3,
h3 {
    font-size: 2.5rem;
    line-height: 1.28
}

.h4,
h4 {
    font-size: 2rem;
    line-height: 1.35
}

.h5,
h5 {
    font-size: 1.4rem;
    line-height: 1.429
}

.h6,
h6 {
    font-size: 1.3rem;
    line-height: 1.385;
    font-weight: 600
}

a {
    transition: all .3s;
    color: #4dae65;
    text-decoration: none
}

a:focus,
a:hover {
    color: #4dae65;
    text-decoration: none
}

.heading {
    margin-bottom: 3rem;
    color: #222529
}

.heading .title {
    margin-bottom: 1.6rem
}

.heading p {
    letter-spacing: -.015em
}

.heading p:last-child {
    margin-bottom: 0
}

.light-title {
    margin-bottom: 2rem;
    font-weight: 300
}

.section-title {
    text-transform: uppercase;
    font-size: 1.8rem
}

.section-sub-title {
    font-size: 1.6rem;
    text-transform: uppercase
}

@media (min-width:768px) {

    .h1,
    h1 {
        font-size: 4.5rem
    }

    .h2,
    h2 {
        font-size: 2.5rem
    }

    .heading {
        margin-bottom: 4rem
    }
}

@media (min-width:992px) {

    .h1,
    h1 {
        font-size: 5rem
    }

    .h2,
    h2 {
        font-size: 3rem
    }

    .heading {
        margin-bottom: 5rem
    }
}

.page-wrapper {
    position: relative;
    left: 0;
    transition: all .25s
}

.main {
    flex: 1 1 auto
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

[class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

.row-sm {
    margin-left: -6px;
    margin-right: -6px
}

.row-sm>[class*=col-] {
    padding-left: 6px;
    padding-right: 6px
}

.container :not(.sticky-header)>.container,
.container :not(.sticky-header)>.container-fluid {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:1460px) {
    .container {
        max-width: 1440px
    }
}

@media (min-width:1200px) {
    .col-xl-5col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-xl-5col-2 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-xl-7col {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 14.2857%;
        max-width: 14.2857%
    }

    .col-xl-8col {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media (min-width:992px) {
    .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .row-lg {
        margin-left: -15px;
        margin-right: -15px
    }

    .row-lg [class*=col-] {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:991px) {
    .container {
        max-width: none
    }

    .mmenu-active .page-wrapper {
        left: 260px
    }
}

.owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-carousel .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    border-width: 2px
}

.owl-carousel .owl-dots .owl-dot span:before {
    margin: 0;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%)
}

.owl-carousel .owl-dots .owl-dot.active span:before,
.owl-carousel .owl-dots .owl-dot:hover span:before {
    transform: translate(-50%, -50%)
}

.owl-carousel.dots-m-0 .disabled+.owl-dots {
    margin: 0
}

.owl-carousel.dots-mt-1 .disabled+.owl-dots {
    margin-top: 1rem
}

.owl-carousel.nav-big .owl-nav {
    font-size: 3.7rem
}

.owl-carousel.nav-big .owl-nav i {
    padding: 4px 7px
}

.owl-carousel.nav-large .owl-nav {
    font-size: 4.5rem
}

.owl-carousel.nav-large .owl-nav i {
    padding: 4px 2px
}

.owl-carousel.nav-image-center .owl-nav button {
    top: 35%
}

.owl-carousel.show-nav-hover .owl-nav {
    opacity: 0;
    transition: opacity .2s, color .2s
}

.owl-carousel.show-nav-hover:hover .owl-nav {
    opacity: 1
}

.owl-carousel.dots-top .owl-dots {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin: 0 0 3.4rem
}

.owl-carousel.dots-small .owl-dots span {
    width: 14px;
    height: 14px
}

.owl-carousel.dots-small .owl-dots span:before {
    width: 4px;
    height: 4px
}

.owl-carousel.dots-simple .owl-dots .owl-dot.active span:before {
    background-color: #222529
}

.owl-carousel.dots-simple .owl-dots .owl-dot span {
    margin: 1px 1px 2px 0;
    border: none
}

.owl-carousel.dots-simple .owl-dots .owl-dot span:before {
    opacity: 1;
    visibility: visible;
    background-color: #d6d6d6
}

.owl-carousel.images-center img {
    width: auto;
    margin: auto
}

.dots-left .owl-dots {
    text-align: left
}

.owl-carousel-lazy {
    display: block
}

.owl-carousel-lazy .category-slide:first-child,
.owl-carousel-lazy .home-slide:first-child,
.owl-carousel-lazy .owl-item:first-child .category-slide,
.owl-carousel-lazy .owl-item:first-child .home-slide {
    display: block
}

.owl-carousel-lazy:not(.owl-loaded)>:not(:first-child) {
    display: none
}

.category-slide,
.home-slide {
    width: 100%
}

div.slide-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

img.slide-bg {
    object-fit: cover;
    object-position: center top
}

.owl-carousel:not(.owl-loaded) {
    flex-wrap: nowrap;
    overflow: hidden
}

.owl-carousel:not(.owl-loaded)[class*=cols-]:not(.gutter-no) {
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: auto
}

.owl-carousel:not(.owl-loaded).row {
    display: flex
}

.sticky-header {
    transition: left .25s
}

.sticky-header.fixed {
    display: flex;
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .06);
    z-index: 1040
}

.sticky-header.fixed .logo {
    max-width: 11.1rem
}

.sticky-header.header-middle.fixed {
    height: 60px
}

.main .sticky-header:not(.fixed)>.container {
    padding-left: 0;
    padding-right: 0
}

.main .sticky-header.fixed {
    min-height: 38px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    overflow: hidden;
    z-index: 997
}

.main .sticky-header.fixed .container {
    margin: 0 auto
}

.main .sticky-header.toolbox.fixed {
    padding: 1.5rem;
    padding-right: 1.5rem !important;
    background-color: #f4f4f4;
    margin: 0 !important
}

.main .sticky-header.toolbox.fixed .toolbox-left {
    margin-right: 3rem
}

.mmenu-active .sticky-header.fixed {
    left: 260px;
    transition: left .25s
}

.sticky-navbar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    opacity: 0;
    visibility: hidden;
    transition: all .25s;
    z-index: 997
}

.sticky-navbar.fixed {
    opacity: 1;
    visibility: visible;
    transform: translateY(-100%)
}

.mmenu-active .sticky-navbar.fixed {
    left: 260px;
    transition: all .25s
}

.sticky-navbar .sticky-info {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 1rem 0
}

.sticky-navbar .sticky-info:not(:last-child) {
    border-right: 1px solid #e7e7e7
}

.sticky-navbar .sticky-info a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #222529;
    font-family: Poppins, sans-serif;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase
}

.sticky-navbar .sticky-info i {
    font-size: 27px;
    font-weight: 400
}

.sticky-navbar .sticky-info i span {
    font-style: normal;
    right: -4px;
    top: 3px
}

@media (min-width:576px) {
    .sticky-navbar {
        display: none
    }
}

@media (max-width:991px) {
    .main .sticky-header.toolbox.fixed .toolbox-left {
        margin-right: 0
    }
}

header {
    position: relative
}

header .container {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    position: relative
}

header p {
    margin-bottom: 0
}

.header a {
    color: inherit
}

.header-top {
    color: #666;
    background: #f4f4f4
}

.header-middle {
    padding-top: 3.7rem;
    padding-bottom: 3.7rem;
    border-bottom: 1px solid #e7e7e7;
    color: #222529;
    background: #fff
}

.header-bottom {
    background: #fff
}

.header-center,
.header-left,
.header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header-center,
.header-right {
    margin-left: auto
}

.header-bottom .header-center {
    width: 100%
}

.header-bottom:not(.fixed) .header-left,
.header-bottom:not(.fixed) .header-right {
    display: none
}

.header-bottom .header-right {
    padding-right: 2.6rem;
    color: #222529
}

.header-bottom.fixed .header-center {
    margin-left: 4.7rem;
    width: auto
}

.header-bottom.fixed .logo {
    max-width: 89px
}

.header-bottom.fixed .header-search-inline.header-search {
    margin-right: 2.3rem
}

.header-bottom.fixed .header-search-inline.header-search i {
    font-size: 2.3rem
}

.header-bottom.fixed .header-search-inline.header-search .header-search-wrapper {
    display: flex;
    position: absolute;
    margin-top: 10px;
    border: 5px solid #4dae65
}

.header-bottom.fixed .header-search-inline.header-search:not(.show) .header-search-wrapper {
    display: none
}

.header-bottom.fixed .header-search-inline.header-search .header-search-inline .btn:after,
.header-bottom.fixed .header-search-inline.header-search .search-toggle {
    display: block
}

.header-transparent {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1040
}

.logo {
    max-width: 13rem
}

.header-contact {
    align-items: center;
    text-transform: uppercase
}

.header-contact i {
    margin-right: 1.1rem;
    font-size: 2.9rem
}

.header-contact img {
    margin-right: .7rem
}

.header-contact h6 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.3;
    color: #777
}

.header-contact a {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    white-space: nowrap
}

.mobile-menu-toggler {
    border: 0;
    background: 0 0;
    color: #222529;
    padding: 1rem .5rem;
    margin-right: .5rem;
    font-size: 20px;
    line-height: 0;
    cursor: pointer
}

.badge-circle {
    position: absolute;
    top: 1px;
    right: 0;
    width: 1.6rem;
    border-radius: 50%;
    color: #fff;
    background: #ff5b5b;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-family: "Open Sans", sans-serif;
    text-align: center
}

header .social-icon {
    border-radius: 50%;
    color: #333;
    font-size: 1.6rem;
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem
}

header .social-icon:not(:hover):not(:active):not(:focus) {
    background-color: transparent
}

header .social-icon+.social-icon {
    margin-left: 5px
}

header .separator {
    height: 20px;
    border-left: 1px solid #fff;
    margin: 0 1.3rem
}

.top-notice {
    position: relative;
    padding: .9rem 2rem 1.1rem;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: .025em
}

.top-notice h5 {
    color: inherit;
    font-size: inherit;
    font-weight: 500
}

.top-notice small {
    font-size: .8461em;
    letter-spacing: .025em;
    opacity: .5
}

.top-notice a {
    color: inherit;
    font-weight: 700
}

.top-notice .category {
    display: inline-block;
    padding: .3em .8em;
    background: #151719;
    font-size: 1rem
}

.top-notice .mfp-close {
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg) translateZ(0);
    color: inherit;
    opacity: .7;
    z-index: 10
}

.top-notice .mfp-close:hover {
    opacity: 1
}

.header-icon:not(:last-child) {
    margin-right: 2.8rem
}

.header-icon i {
    font-size: 3.2rem
}

.header-icon:hover {
    color: #222529
}

.minicart-icon {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 20px;
    border: 2px solid #222529;
    border-radius: 0 0 5px 5px;
    position: relative;
    opacity: .9;
    margin: 6px 3px 0;
    z-index: 1
}

.minicart-icon:before {
    content: "";
    position: absolute;
    border: 2px solid;
    border-color: inherit;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    left: 50%;
    top: -8px;
    margin-left: -7px;
    width: 15px;
    height: 11px
}

.cart-dropdown .dropdownmenu-wrapper{
    padding:2rem;
    overflow-y:auto;
    height:100%
}
.cart-dropdown .dropdownmenu-wrapper:before{
    right:28px;
    left:auto
}
.cart-dropdown .dropdownmenu-wrapper:after{
    right:29px;
    left:auto
}
.cart-opened .cart-dropdown .mobile-cart{
    transform:none
}
.cart-dropdown .mobile-cart .btn-close{
    position:absolute;
    left:-4.2rem;
    top:0.7rem;
    font-size:3.3rem;
    color:#fff;
    font-weight:300
}
.cart-opened .cart-overlay{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0,0,0,0.4);
    z-index:1050
}
.header-dropdowns{
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center
}

.custom-scrollbar,.mobile-cart>div,.mobile-sidebar{
    -webkit-overflow-scrolling:touch
}
.custom-scrollbar::-webkit-scrollbar,.mobile-cart>div::-webkit-scrollbar,.mobile-sidebar::-webkit-scrollbar{
    height:10px;
    width:6px
}
.custom-scrollbar::-webkit-scrollbar-thumb,.mobile-cart>div::-webkit-scrollbar-thumb,.mobile-sidebar::-webkit-scrollbar-thumb{
    background:#e5e5e5;
    border-radius:10px;
    position:absolute
}
.custom-scrollbar::-webkit-scrollbar-track,.mobile-cart>div::-webkit-scrollbar-track,.mobile-sidebar::-webkit-scrollbar-track{
    background:#fff;
    border-radius:10px;
    margin:8px;
    width:100%
}

.cart-dropdown .mobile-cart{
    display:block;
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:auto;
    width:300px;
    margin:0;
    transform:translate(340px);
    transition:transform 0.2s ease-in-out 0s;
    background-color:#fff;
    z-index:1050;
    border:none;
    border-radius:0;
    box-shadow:0 5px 8px rgba(0,0,0,0.15)
}
.cart-opened .cart-dropdown .mobile-cart{
    transform:none
}
.cart-dropdown .mobile-cart .btn-close{
    position:absolute;
    left:-4.2rem;
    top:0.7rem;
    font-size:3.3rem;
    color:#fff;
    font-weight:300
}

.cart-count {
    z-index: 1
}

@media (min-width:992px) {
    .mobile-menu-toggler {
        display: none
    }
}

@media (max-width:991px) {
    .main-nav {
        display: none
    }

    .minicart-icon {
        width: 24px
    }

    .header-search i {
        font-size: 2.4rem
    }
}

@media (max-width:767px) {
    .header .separator {
        display: none
    }

    .logo {
        max-width: 100px
    }
}

@media (max-width:575px) {
    .top-notice {
        line-height: 1.5
    }

    .header-icon:not(:last-child) {
        margin-right: 1.2rem
    }
}

.dropdown-toggle i {
    font-size: 2.8rem
}

.dropdown-toggle:not(.dropdown-arrow):after {
    display: none
}

.dropdown-arrow:after {
    content: "";
    border: 0;
    margin: -5px 2px 0 11px;
    font-size: 15px;
    font-family: porto;
    width: auto;
    height: auto
}

.dropdown-arrow .badge-circle {
    top: 3px;
    left: 19px;
    z-index: 2
}

.cart-dropdown a:focus,
.cart-dropdown a:hover {
    color: inherit
}

.cart-dropdown .mobile-cart {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    width: 300px;
    margin: 0;
    transform: translate(340px);
    transition: transform .2s ease-in-out 0s;
    background-color: #fff;
    z-index: 1050;
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .15)
}

.cart-dropdown .mobile-cart .btn-close {
    position: absolute;
    left: -4.2rem;
    top: .7rem;
    font-size: 3.3rem;
    color: #fff;
    font-weight: 300
}

.cart-product-info {
    color: #696969
}

.header-dropdowns {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center
}

.header-menu:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    z-index: 1151;
    margin-left: -9px;
    margin-top: -1rem;
    border-width: 0 9px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    visibility: hidden;
    opacity: 1;
    transform: translateY(-1rem)
}

.header-dropdown {
    position: relative;
    color: inherit;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 5px 0
}

.header-dropdown>a {
    padding: 0 5px
}

.header-dropdown>a:after {
    content: "";
    font-family: porto;
    font-weight: 400;
    margin-left: .5rem
}

.header-dropdown img {
    display: inline-block;
    max-width: none;
    margin: -2px 6px 0 1px
}

.header-dropdown ul {
    position: absolute;
    top: -300rem;
    z-index: 1150;
    min-width: 100%;
    margin: 0;
    padding: .5rem 0;
    background: #fff;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, .05);
    transition: transform .2s ease-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem)
}

.header-dropdown ul a {
    display: block;
    padding: .3em .8em;
    color: #777;
    white-space: nowrap
}

.header-dropdown ul a:hover {
    background: #f4f4f4
}

.header-dropdown+.header-dropdown {
    margin-left: 1.4rem
}

.header-dropdown:hover .header-menu:before,
.header-dropdown:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transform: none
}

.cart-dropdown .product {
    display: -ms-flexbox;
    display: flex;
    margin: 0 !important;
    padding: 2rem 0;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6ebee;
    box-shadow: none !important;
    font-family: Poppins, sans-serif
}

.cart-dropdown .product-image-container {
    position: relative;
    max-width: 80px;
    width: 100%;
    margin: 0;
    margin-left: auto;
    border: 1px solid #f4f4f4
}

.cart-dropdown .product-image-container a:after {
    display: none
}

.cart-dropdown .product-title {
    padding-right: 1.5rem;
    margin-bottom: 1.1rem;
    font-size: 1.4rem;
    line-height: 19px;
    color: #222529;
    font-weight: 500
}

.cart-dropdown .product-title a {
    color: #222529
}

.cart-dropdown .product-details {
    margin-bottom: 3px;
    font-size: 1.3rem
}

.sticky-header .cart-dropdown {
    margin-top: 0;
    margin-bottom: 0
}

.dropdown-cart-header,
.dropdown-cart-total {
    font-weight: 700;
    line-height: 38px
}

.dropdown-cart-header {
    margin-bottom: 1.7rem
}

.dropdown-cart-total {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 1.4rem;
    font-size: 1.3rem;
    font-family: Poppins, sans-serif
}

.dropdown-cart-total .cart-total-price {
    margin-left: auto;
    font-size: 1.5rem
}

.dropdown-cart-header {
    font-size: 2rem;
    font-family: Poppins, sans-serif
}

.dropdown-cart-header a:hover {
    text-decoration: underline
}

.dropdown-cart-action .btn {
    padding: 1.3rem 2.5rem 1.4rem;
    border-radius: .2rem;
    color: #fff;
    height: auto;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    letter-spacing: .025em;
    border-color: transparent
}

.dropdown-cart-action .btn:last-child:hover {
    color: #fff
}

.dropdown-cart-action .view-cart {
    margin: 1rem 0;
    background: #e7e7e7;
    color: #222529
}

.dropdown-cart-action .view-cart:focus,
.dropdown-cart-action .view-cart:hover {
    background: #f1f1f1;
    color: #222529
}

@media (min-width:992px) {

    .dropdown-expanded .header-menu:before,
    .dropdown-expanded>a {
        display: none
    }

    .dropdown-expanded li+li {
        margin-left: 0
    }

    .dropdown-expanded ul {
        position: static;
        display: flex;
        display: -ms-flexbox;
        padding: 0;
        border: 0;
        background-color: transparent;
        box-shadow: none;
        opacity: 1;
        visibility: visible
    }

    .dropdown-expanded ul a {
        padding: 0;
        color: inherit
    }

    .dropdown-expanded ul a:hover {
        background-color: transparent
    }

    .dropdown-expanded .header-menu ul {
        transform: none
    }
}

@media (max-width:480px) {
    .cart-dropdown .dropdown-menu {
        width: 262px
    }
}

.header-search {
    position: relative
}

.header-search form {
    margin: 0
}

.header-search .form-control,
.header-search select {
    margin: 0;
    border: 0;
    color: inherit;
    font-size: 1.3rem;
    height: 100%;
    box-shadow: none
}

.header-search .form-control,
.header-search .select-custom {
    background: #fff
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .header-search .form-control {
        flex: 1
    }
}

.header-search .form-control::placeholder {
    color: #a8a8a8
}

.header-search:not(.header-search-category) .form-control {
    border-radius: 5px
}

.header-search:not(.header-search-category) .btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: 0 0;
    border: 0;
    padding: 0 .8em;
    color: #333
}

.search-toggle:after {
    content: "";
    position: absolute;
    right: calc(50% - 10px);
    bottom: -10px;
    border: 10px solid transparent;
    border-bottom-color: #4dae65
}

.header-search:not(.show) .search-toggle:after {
    display: none
}

.search-toggle i:before {
    font-size: 2rem;
    font-weight: 600
}

.header-search-category .form-control {
    border-radius: 5px 0 0 5px
}

.header-search-category .btn {
    border-radius: 0 5px 5px 0
}

.header-search-wrapper {
    display: flex;
    display: -ms-flexbox;
    position: absolute;
    right: -2.3rem;
    z-index: 999;
    margin-top: 10px;
    color: #8d8d8d;
    box-sizing: content-box;
    height: 46px;
    border-radius: 5px;
    border: 5px solid #4dae65
}

.header-search-wrapper:after {
    display: block;
    clear: both;
    content: ""
}

.header-search:not(.show) .header-search-wrapper {
    display: none
}

.header-search-wrapper .select-custom {
    margin: 0;
    width: 12.8rem;
    flex: 0 0 12.8rem
}

.header-search-wrapper .select-custom:after {
    font-size: 1.4rem;
    line-height: 0;
    margin-top: 1px;
    right: 13px
}

.header-search-wrapper select {
    width: 100%;
    padding-left: 1.8rem;
    padding-right: 2.1rem;
    line-height: 36px;
    letter-spacing: .005em;
    color: inherit;
    -moz-appearance: none;
    -webkit-appearance: none
}

.header-search-wrapper select:focus {
    outline: 0
}

.header-search-wrapper .btn {
    position: relative;
    padding: 0 0 3px 0;
    border: 0;
    min-width: 58px;
    color: #fff;
    font-size: 1.6rem;
    background: #fff
}

.header-search-wrapper .btn:before {
    display: inline-block;
    margin-top: 5px;
    font-weight: 800
}

.header-search-popup .form-control {
    min-width: 266px;
    padding: 4px 22px;
    font-size: 1.4rem;
    line-height: 20px
}

.header-search-popup .form-control:focus {
    border: #e7e7e7
}

.header-search-inline .form-control {
    min-width: 21rem;
    padding: 1rem 2rem
}

@media (min-width:992px) {

    .header-search-inline .btn:after,
    .header-search-inline .search-toggle {
        display: none
    }

    .header-search-inline.header-search .header-search-wrapper {
        display: flex;
        display: -ms-flex;
        position: static;
        margin: 0;
        border-width: 2px
    }
}

@media (max-width:767px) {
    .header-search .form-control {
        min-width: 17rem
    }
}

@media (max-width:575px) {
    .header-search-wrapper {
        left: 15px;
        right: 15px
    }
}

.menu,
.menu li,
.menu ol,
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5
}

.menu:after {
    display: block;
    clear: both;
    content: ""
}

.menu .show>.megamenu,
.menu .show>ul {
    opacity: 1
}

.menu li>a {
    display: block;
    padding: .8rem 1.8rem;
    transition: .2s ease-out;
    color: #777
}

.menu li.active>a,
.menu li.show>a,
.menu li:hover>a {
    background: #f4f4f4
}

.menu>li {
    float: left;
    position: relative;
    margin-right: 2.8rem
}

.menu>li>a {
    padding: 1rem 0;
    font-size: 13px;
    font-weight: 400;
    color: #555
}

.menu>li.active>a,
.menu>li.show>a,
.menu>li:hover>a {
    color: #4dae65;
    background: 0 0
}

.menu>li>.sf-with-ul:before {
    content: "";
    position: absolute;
    z-index: 1000;
    left: 50%;
    bottom: 0;
    margin-left: -14px;
    border: 10px solid;
    border-color: transparent transparent #fff;
    opacity: 0
}

.menu>li.show>.sf-with-ul:before {
    opacity: 1;
    visibility: visible
}

.menu .megamenu {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, .15);
    border: 1px solid #eee;
    border-top: 3px solid #4dae65;
    left: 15px;
    padding: 10px 20px;
    width: 580px
}

.menu .megamenu .row>div {
    padding-top: 1.5rem
}

.menu .megamenu img {
    width: 300px;
    height: 100%;
    object-fit: cover
}

.menu .megamenu .submenu {
    margin: 0;
    padding-top: 0;
    border-top: none;
    display: block;
    position: static;
    box-shadow: none;
    min-width: 0
}

.menu .megamenu .submenu a {
    padding: 7px 8px 8px 0
}

.menu .megamenu .submenu li:hover a {
    text-decoration: underline;
    background: 0 0
}

.menu .nolink {
    cursor: default;
    display: inline-block;
    padding-bottom: 11px;
    font-weight: 700;
    color: #333
}

.menu ul {
    display: none;
    position: absolute;
    min-width: 200px;
    padding: 5px 0;
    border-top: 3px solid #4dae65;
    top: 100%;
    left: 0;
    z-index: 101;
    background-color: #fff;
    box-shadow: 0 29px 29px rgba(0, 0, 0, .1)
}

.menu ul ul {
    top: -5px;
    left: 100%
}

.menu ul li {
    position: relative
}

.menu ul li:hover ul {
    display: block
}

.menu.sf-arrows .sf-with-ul+ul>li {
    position: relative
}

.menu.sf-arrows .sf-with-ul:after {
    position: absolute;
    right: 1rem;
    content: "";
    font-family: porto
}

.menu.sf-arrows>li>.sf-with-ul:after {
    content: "";
    position: static;
    margin-left: 5px;
    font-weight: 400
}

.main-nav .menu {
    text-transform: uppercase;
    font-size: 12px
}

.main-nav .menu>li {
    margin-right: 1px
}

.main-nav .menu>li>a {
    font-size: 14px;
    font-weight: 400;
    padding: 2.2rem 3.9rem 2.2rem 2.6rem;
    letter-spacing: -.35px;
    color: #444;
    letter-spacing: -.35px
}

.main-nav .menu>li.active>a,
.main-nav .menu>li.show>a,
.main-nav .menu>li:hover>a {
    color: #4dae65
}

.main-nav .menu.sf-arrows ul {
    border-top: none
}

.main-nav .menu>li>ul {
    left: -15px
}

.main-nav .menu .megamenu {
    top: 100%;
    left: -15px;
    border-top: none
}

.main-nav .menu .megamenu img {
    height: 100%;
    object-fit: cover
}

.menu-banner {
    height: 100%
}

.menu-banner figure {
    margin-bottom: 0;
    height: 100%
}

.menu-banner .banner-content {
    position: absolute;
    top: 50%;
    left: 2rem;
    transform: translateY(-50%)
}

.menu-banner h4 {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1;
    color: #485156;
    margin-bottom: 3.5rem
}

.menu-banner h4 span {
    font-size: 3.1rem;
    font-weight: 700
}

.menu-banner h4 b {
    font-size: 3.2rem;
    color: #f4762a;
    font-family: Oswald, sans-serif
}

.menu-banner h4 i {
    position: absolute;
    top: 33.5%;
    font-family: Oswald, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    transform: translateY(-50%) rotate(-90deg)
}

.menu-banner .btn {
    font-family: Oswald, sans-serif;
    border-radius: 1px;
    font-weight: 300;
    color: #fff
}

.menu-banner.menu-banner-2 {
    max-height: 317px
}

.menu-banner.menu-banner-2 figure img {
    object-position: center 80%
}

.menu-banner.menu-banner-2 .banner-content {
    top: 10px;
    left: auto;
    right: 10px;
    transform: none
}

.menu-banner.menu-banner-2 .banner-content b {
    color: #4dae65
}

.menu-banner.menu-banner-2 i {
    position: absolute;
    font-style: normal;
    font-size: 108px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .02em;
    color: #fff;
    top: 58px;
    left: -58px;
    transform: rotate(-90deg)
}

.menu-banner.menu-banner-2 .btn {
    position: absolute;
    bottom: 10px;
    padding: 8px 32px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    font-weight: 300
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 260px;
    background-color: #1d1e20;
    font-size: 1.2rem;
    line-height: 1.5;
    z-index: 1051;
    transform: translateX(-100%);
    transition: transform .25s;
    overflow-y: auto
}

.mmenu-active .mobile-menu-container {
    transform: translateX(0)
}

.mobile-menu-container .social-icons {
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
}

.mobile-menu-container .social-icon+.social-icon {
    margin-left: 1.2rem
}

.mobile-menu-container .search-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.mobile-menu-container .search-wrapper .form-control {
    background: #282e36;
    border: 0;
    line-height: 22px;
    padding: 8px 12px;
    height: 38px
}

.mobile-menu-container .search-wrapper .btn {
    position: absolute;
    right: 28px
}

.mobile-menu-wrapper {
    position: relative;
    padding: 4.7rem 0 3rem
}

.mobile-menu-close {
    position: absolute;
    top: 1.2rem;
    right: 2.1rem;
    padding: .4rem;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    z-index: 9;
    font-size: 1.3rem
}

.mobile-menu-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .25s;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 1050
}

.mmenu-active .mobile-menu-overlay {
    opacity: .35;
    visibility: visible
}

.mmenu-active .sidebar-product {
    display: none
}

.mmenu-active .mobile-sidebar {
    display: none
}

.mobile-nav {
    margin: 0 0 2rem;
    padding: 0
}

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

.mobile-menu li ul {
    display: none
}

.mobile-menu>li>a {
    text-transform: uppercase
}

.mobile-menu li {
    display: block;
    position: relative
}

.mobile-menu li:not(:last-child) {
    border-bottom: 1px solid #242527
}

.mobile-menu li a {
    display: block;
    position: relative;
    margin-left: 1.1rem;
    margin-right: 1.1rem;
    padding: 1rem 0 1.1rem .7rem;
    color: #fff;
    font-size: 1.3rem
}

.mobile-menu li a:focus,
.mobile-menu li a:hover {
    color: #fff;
    text-decoration: none
}

.mobile-menu li.active>a,
.mobile-menu li.open>a {
    color: #fff;
    background-color: #282e36
}

.mobile-menu li>div {
    padding-left: 1rem
}

.mobile-menu li ul {
    margin: 0;
    padding: 0
}

.mobile-menu li ul li a {
    padding-left: 2.5rem
}

.mobile-menu li ul ul li a {
    padding-left: 3.5rem
}

.mmenu-btn {
    display: block;
    position: absolute;
    top: 46%;
    right: .5rem;
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    text-align: center;
    border-radius: 0;
    outline: 0;
    font-weight: 700;
    background-color: transparent;
    color: #fff;
    font-size: 1.7rem;
    line-height: 3rem;
    cursor: pointer
}

.open>.mmenu-btn:after {
    content: ""
}

.mmenu-btn:after {
    display: inline-block;
    margin-top: -2px;
    font-family: porto;
    content: ""
}

.open>a>.mmenu-btn:after {
    content: ""
}

.menu-vertical .megamenu,
.menu-vertical ul {
    top: 0;
    left: 100%;
    margin-left: -1px;
    border-top: 0
}

.menu-vertical.sf-arrows>li>.sf-with-ul:before {
    top: 50%;
    bottom: auto;
    left: calc(95% - 12px);
    margin: -10px 0 0;
    border-width: 10px 12px 10px 0;
    border-color: transparent;
    border-right-color: #fff;
    transition: .2s
}

.menu-vertical.sf-arrows>li>.sf-with-ul:after {
    content: "";
    position: absolute;
    right: 2.8rem;
    color: #838b90;
    font-size: 1.5rem
}

.menu-vertical.sf-arrows>li.show>.sf-with-ul:before {
    left: calc(100% - 12px)
}

.menu-vertical.sf-arrows>li.show>.sf-with-ul:after {
    color: inherit
}

.menu-vertical.sf-arrows>li:hover>.sf-with-ul:after {
    color: inherit
}

.menu-vertical .nolink {
    font-size: 1.3rem;
    font-weight: 700
}

.menu-vertical>li {
    float: none;
    margin: 0;
    padding: 0 1.8rem 0 1.6rem
}

.menu-vertical>li:not(:first-child) {
    border-top: 1px solid #fff
}

.menu-vertical>li:not(:first-child)>a {
    margin-top: -1px;
    border-top: 1px solid #e7e7e7
}

.menu-vertical>li>a {
    display: block;
    padding: 1.2rem 1rem 1.4rem .5rem;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: capitalize;
    transition: none
}

.menu-vertical>li i {
    position: relative;
    margin-right: 8px;
    top: 1px
}

.menu-vertical>li.active>a,
.menu-vertical>li.show>a,
.menu-vertical>li:hover>a {
    border-bottom-color: transparent;
    color: #4dae65
}

.menu-vertical>li.active+li>a,
.menu-vertical>li.show+li>a,
.menu-vertical>li:hover+li>a {
    border-top-color: transparent
}

.menu-custom-block {
    display: flex;
    justify-content: flex-end;
    padding-top: 1rem;
    padding-bottom: .9rem
}

.menu-custom-block a {
    display: block;
    position: relative;
    padding: 0 15px;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 32px
}

.menu-custom-block a:not(:hover) {
    color: #465157
}

.menu-custom-block a:last-child {
    padding-right: 0
}

@media (max-width:575px) {
    .menu-custom-block {
        display: none
    }
}

footer {
    font-size: 1.3rem;
    color: #777;
    line-height: 24px
}

footer .container {
    position: relative
}

footer p {
    color: #333;
}

footer a {
    color: #333;
}

.footer-middle {
    padding-top: 6rem;
    padding-bottom: 1.6rem
}

.footer-bottom {
    border-top: 1px solid #e7e7e7;
    padding-bottom: 6.3rem;
    padding-top: 2.3rem
}

footer .social-icon {
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    border: 1px solid #e7e7e7;
    color: #222529;
    font-size: 1.4rem;
    line-height: 4rem
}

footer .social-icon:not(:hover):not(:active):not(:focus) {
    background: #fff
}

footer .social-icon+.social-icon {
    margin-left: 2px
}

footer .payment-icons {
    margin-right: 2px
}

footer .payment-icons .payment-icon {
    display: inline-block;
    vertical-align: middle;
    margin: 1px;
    width: 56px;
    height: 32px;
    background-color: #d6d3cc;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .25s;
    filter: invert(1);
    border-radius: 4px
}

footer .payment-icons .payment-icon:hover {
    opacity: .7
}

footer .widget {
    margin-bottom: 3rem
}

footer .widget-title {
    color: #222529;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 1.5rem
}

footer .contact-info {
    margin: 0;
    padding: 0
}

footer .contact-info li {
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.4
}

footer .contact-info-label {
    display: block;
    color: #222529;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1px
}

#scroll-top {
    height: 40px;
    position: fixed;
    right: 15px;
    width: 40px;
    z-index: 9999;
    bottom: 0;
    color: #fff;
    background-color: #43494e;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    padding: 11px 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 0;
    transition: all .3s, margin-right 0s;
    transform: translateY(40px)
}

#scroll-top>i {
    position: absolute;
    height: 24px;
    line-height: 24px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

#scroll-top>i:before {
    font-weight: 700;
    font-size: 2rem
}

#scroll-top:focus,
#scroll-top:hover {
    background-color: #3a4045
}

#scroll-top.fixed {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    color: #fff;
    width: 49px;
    height: 48px;
    right: 10px;
    text-align: center;
    text-decoration: none;
    z-index: 996;
    transition: background .3s ease-out;
    background: rgba(64, 64, 64, .75)
}

#scroll-top.fixed:hover {
    color: #4dae65
}

@media (max-width:575px) {
    footer {
        margin-bottom: 68px
    }

    #scroll-top {
        display: none
    }
}

.form-control {
    font-family: Poppins, sans-serif
}



.banner-layer-circle-item {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 2.4em;
    height: 2.4em;
    border-radius: 50%;
    color: #fff;
    background: #222529;
    letter-spacing: -.08em
}

.banner-layer-circle-item sup {
    line-height: 1;
    top: 0;
    letter-spacing: 0;
    font-size: 55%
}

.banner-layer-circle-item small {
    display: block;
    font-size: .4329em;
    letter-spacing: -.025em;
    opacity: .5
}

.header .separator {
    height: 50px
}

.header .social-icons {
    margin-left: 1.4rem
}

.header-top .container {
    min-height: 50px
}

.header-top .info-box {
    color: inherit
}

.header-top .info-box i {
    margin-top: 0;
    margin-right: .8rem;
    font-size: 2.368rem
}

.header-top .info-box h4 {
    color: inherit;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -.325px;
    text-transform: none
}

.header-top .info-box:hover i {
    transform: none
}

.header-middle.sticky-header.fixed {
    border-bottom: 0
}

.header-contact .header-icon {
    display: inline-block;
    transition: transform .3s
}

.header-contact:hover .header-icon {
    transform: scale(1.15, 1.15)
}

.header-bottom.border-bottom {
    border-bottom: 1px solid #e7e7e7
}

.header-bottom .info-boxes {
    display: flex;
    margin-top: -2px
}

.badge-circle {
    right: -8px
}

.header-dropdown>a {
    padding-left: 0;
    letter-spacing: .025em
}

.dropdown-expanded .header-menu {
    margin: -2px 10px 0 5px
}

.dropdown-expanded .header-menu a {
    display: flex;
    align-items: center;
    margin: 0 1.2rem;
    font-weight: 600;
    line-height: 2
}

.dropdown-expanded .header-menu a:hover {
    color: #0099e6
}

.dropdown-expanded .header-menu i {
    margin-right: 5px;
    font-size: 1.6rem
}

.dropdown-expanded .header-menu i:before {
    margin: 0 .1em
}

.header-menu:before {
    display: none
}

.cart-subtotal {
    margin-left: 1.6rem;
    margin-bottom: 2px;
    color: #777;
    font-size: 11px;
    letter-spacing: -.025em;
    line-height: 1
}

.cart-subtotal .cart-price {
    font-size: 15px;
    font-weight: 600;
    color: #ee8379
}

.cart-dropdown-wrapper {
    margin-bottom: 2px
}

.cart-dropdown i {
    display: inline-block;
    margin-top: -3px;
    font-size: 3rem
}

.cart-dropdown .badge-circle {
    top: -1px;
    right: -8px;
    z-index: 1
}

.header-user {
    margin-bottom: 5px;
    padding: 0 1.2rem
}

.header-user i:before {
    margin: 0 .1em
}

.header-user h6 {
    margin-top: 2px;
    font-weight: 600
}

.header-user h6 a {
    color: #282d3b;
    font-size: 1.6rem
}

.header-user h6 span {
    font-size: 1.1rem;
    letter-spacing: .3px;
    line-height: 1.3rem
}

.header-user a {
    color: #222529
}

.header-search-category {
    flex: 1;
    max-width: 680px;
    margin-left: 10rem
}

.header-search-category .form-control {
    min-width: auto;
    padding: 0 1.5rem 0 2rem
}

.header-search-category select {
    font-family: Poppins, sans-serif;
    font-size: 11px
}

.header-search-category .select-custom:after {
    right: 18px
}

.header-search-category .btn {
    background: #4dae65;
    border-radius: 0
}

.header-search-category .btn:before {
    margin-top: 2px
}

.menu {
    font-weight: 500
}

.menu>li>a {
    line-height: 20px
}

.main-nav .menu>li>a {
    text-transform: none
}

.main-nav .menu>li>a:after {
    display: none
}

.menu-depart {
    position: relative;
    margin-right: 1.4rem
}

.menu-depart .menu {
    width: 117%;
    position: absolute;
    top: -3000px;
    z-index: 100;
    display: block;
    background: #fff;
    box-shadow: 0 29px 29px rgba(0, 0, 0, .1);
    transition: transform .2s;
    transform: translateY(-10px)
}

.menu-depart .menu>li {
    display: flex;
    position: static;
    margin: 0;
    padding: 8px 5px 0;
    border-top: 1px solid #e7e7e7
}

.menu-depart .menu>li>a {
    width: 75%;
    padding: 11.5px 5px;
    margin: 0 10px;
    border-top: 0;
    line-height: 18px;
    letter-spacing: 0
}

.menu-depart .menu>li>a:before {
    display: none
}

.menu-depart .menu>li>a i {
    position: static;
    font-size: 1.8rem;
    vertical-align: middle
}

.menu-depart .menu>li>a i:before {
    margin: 0 .1em
}

.menu-depart .menu>li:not(:first-child) {
    margin-top: 1px
}

.menu-depart .menu>li .menu-btn {
    height: 30px;
    margin: 1px auto auto;
    font-size: 1.5rem;
    line-height: 30px
}

.menu-depart .menu>li .menu-btn:after {
    font-family: porto;
    content: ""
}

.menu-depart>a {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 2.2rem 3.9rem 2.2rem 2.6rem;
    padding-left: 2rem;
    padding-right: 8.3rem;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    color: #4dae65;
    font-weight: 600;
    letter-spacing: -.35px
}

.menu-depart>a i {
    margin-top: 1px;
    font-size: 2rem
}

.menu-depart>a:hover {
    background-color: #4dae65;
    color: #fff
}

.menu-depart>a:after {
    content: "";
    position: absolute;
    font-family: porto;
    right: 23px;
    font-weight: 900
}

.menu-depart:hover .menu {
    top: 100%;
    transform: translateY(0)
}

.menu-depart .megamenu .submenu {
    padding-bottom: 0;
    font-weight: 500
}

.menu-depart .megamenu .submenu a {
    padding: 6px 0;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 18px;
    text-transform: none
}

.menu-depart .megamenu .submenu li {
    margin-bottom: .4rem
}

.menu-depart .megamenu .submenu li:last-child {
    margin-bottom: 1.4rem
}

.menu-depart .megamenu .submenu li:hover a {
    color: #4dae65;
    text-decoration: none
}

.menu-depart .megamenu .nolink {
    padding: 6px 0;
    letter-spacing: -.01em;
    line-height: 18px
}

.menu-depart .megamenu.megamenu-one {
    top: 0;
    left: 100% !important;
    width: 830px;
    padding: .5rem
}

.menu-depart .megamenu .row>div {
    padding-top: 0
}

.menu-depart .megamenu>.row:first-child {
    padding: 1.7rem 3rem 0 3rem
}

.menu-depart .megamenu.megamenu-one .menu-banner-2 {
    margin: 1rem 0 3.5rem;
    max-height: 397px
}

.menu-depart .megamenu.megamenu-one .menu-banner-2 .banner-content {
    top: 2.5rem;
    right: 8.4rem
}

.menu-depart .megamenu.megamenu-one .menu-banner-2 i {
    font-size: 11.9rem;
    top: 7.8rem;
    left: -4.2rem
}

.menu-depart .megamenu.megamenu-one figure {
    margin-left: auto
}

.menu-depart .megamenu.megamenu-one img {
    width: auto
}

.menu-depart .megamenu.megamenu-one .col-lg-4 {
    padding-left: 6px
}

.menu-depart .menu-banner-3,
.menu-depart .menu-banner-4 {
    margin-bottom: 3.5rem
}

.menu-depart .menu-banner-3 h5 {
    margin-bottom: .5rem;
    font-weight: 700;
    font-size: 1.875em;
    color: #222529
}

.menu-depart .menu-banner-3 h4 {
    padding-bottom: 4px;
    font-size: 1.4em;
    font-weight: 700
}

.menu-depart .menu-banner-3 h4 sup {
    font-size: 58%
}

.menu-depart .menu-banner-3 h3 {
    font-size: .94em;
    font-weight: 500;
    color: #ccc
}

.menu-depart .menu-banner-3 .banner-layer {
    margin-top: -3px;
    margin-right: -2px;
    right: 8%;
    font-size: 1.6rem
}

.menu-depart .menu-banner-3 .banner-layer-circle-item {
    margin-right: 1.6rem;
    font-size: 2.5em;
    font-weight: 700
}

.menu-depart .menu-banner-4 h3 {
    margin-bottom: 1.2rem;
    font-size: 1.7em;
    letter-spacing: .077em;
    font-weight: 700;
    line-height: .9
}

.menu-depart .menu-banner-4 h4 {
    margin-bottom: .5rem;
    padding: .6em .67em .7em;
    font-size: .8em;
    letter-spacing: .05em;
    font-weight: 600
}

.menu-depart .menu-banner-4 h5 {
    margin-bottom: 1.4rem;
    font-size: .8em;
    font-weight: 700
}

.menu-depart .menu-banner-4 .btn {
    padding: 1.14em 0 1.1em;
    font-size: .87em;
    width: 158px;
    font-weight: 600;
    letter-spacing: .012em
}

.menu-depart .menu-banner-4 .banner-layer {
    padding-top: 2rem;
    right: 9%;
    font-size: 1.6rem
}

.menu-depart .menu-banner-5 {
    height: calc(100% + 1.7rem);
    margin-top: -1.7rem
}

.menu-depart .menu-banner-5 .banner-layer {
    left: auto;
    right: 15px;
    margin-top: 6px
}

.menu-depart .menu-banner-5 h6 {
    color: #999;
    font-size: .72em;
    letter-spacing: .8px;
    font-weight: 700
}

.menu-depart .menu-banner-5 h3 {
    margin-bottom: 7px;
    font-size: 1.4em;
    letter-spacing: .017em
}

.menu-depart .menu-banner-5 h2 {
    margin-bottom: 1.5rem;
    font-size: 1.8em
}

.menu-depart .menu-banner-5 .btn {
    background: #000;
    color: #fff;
    padding: 1.2em 3em
}

.featured-deal {
    padding-top: 2rem;
    padding-left: 2rem
}

.featured-deal .heading {
    position: absolute;
    top: 4rem;
    z-index: 3;
    left: calc(50% + 10px);
    transform: translateX(-50%);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: normal
}

.featured-deal .product-default {
    border: 2px solid #4dae65
}

.featured-deal .product-default img {
    width: 100%
}

.featured-deal .product-default:hover {
    box-shadow: none
}

.featured-deal .product-details {
    position: relative;
    margin-top: -99px;
    padding-bottom: 8rem
}

.info-item+.info-item {
    margin-left: 4.8rem
}

.info-item a {
    display: flex;
    align-items: center;
    vertical-align: middle;
    color: #282d3b;
    font-weight: 700;
    line-height: 2.2rem;
    letter-spacing: -.025em
}

.info-item a i {
    font-size: 2em
}

.info-item a i:before {
    margin: 0 .1em
}

@media (min-width:992px) {
    .header .logo {
        margin-right: 11.52rem;
        
    }
    .sticky-header.fixed .logo{
        margin-right: 6.52rem!important;
        max-width:118px!important;
        height:50px!important;
    }
}

@media (max-width:1460px) {
    .header-bottom .info-boxes {
        display: none
    }
}

@media (max-width:1199px) {
    .main-nav .menu>li>a {
        padding-left: 1.4rem;
        padding-right: 1.4rem
    }
}

.breadcrumb-nav {
    margin: 1.2rem 0
}

.breadcrumb-item {
    line-height: 25px
}

.breadcrumb-item.active {
    color: #777
}

.ratings-container .product-ratings {
    width: calc(100% + 1px)
}

.ratings-container .product-ratings,
.ratings-container .ratings {
    height: 1em;
    font-size: 1.4rem;
    letter-spacing: -.125em;
    line-height: 1em
}

@media (max-width:575px) {

    .ratings-container .product-ratings,
    .ratings-container .ratings {
        height: 1.2em
    }
}

.tooltiptext {
    font-family: Poppins, sans-serif
}

.page-wrapper {
    z-index: 1
}

.main {
    background: #fff
}

footer .widget-title {
    line-height: 1.4
}

footer .links {
    line-height: 22px
}

footer li {
    margin-bottom: 14px
}

footer .social-icon {
    margin: 8px 5px -5px
}

footer .social-icon:first-child {
    margin-left: 0
}

.about .feature-box h3 {
    margin-bottom: 1.2rem;
    text-transform: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #21293c
}

.about .feature-box i {
    margin-bottom: 1.3rem;
    font-size: 5.5rem
}

.about .feature-box p {
    line-height: 27px
}

.page-header-bg {
    padding: 8.3rem 0 8.7rem
}

.page-header-bg h1 {
    color: #1e3636;
    font-size: 3.6rem;
    font-weight: 900;
    margin-bottom: 2.4rem;
    letter-spacing: 0
}

.page-header-bg h1 span {
    display: block;
    color: #1e3636;
    font-size: .5em;
    font-weight: 700;
    line-height: 1.2;
    font-family: Poppins, sans-serif;
    letter-spacing: 0
}

.page-header-bg .btn {
    padding: 11px 29px;
    font-family: Oswald, sans-serif;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: 0;
    z-index: 3
}

.about-section {
    padding: 1rem 0 2.5rem;
    color: #7b858a;
    font-size: 1.5rem;
    line-height: 1.8
}

.about-section p {
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

.features-section {
    padding: 5.1rem 0 2rem
}

.features-section h3 {
    font-family: Poppins, sans-serif
}

.features-section .feature-box {
    padding: 3rem 4rem
}

.count-container .count-wrapper {
    color: #0087cb;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 3.2rem;
    font-family: "Open Sans", sans-serif
}

.count-container span:not(.count-to) {
    font-size: 1.9rem
}

.count-container .count-title {
    color: #7b858a;
    font-size: 1.4rem;
    font-weight: 600
}

.owl-carousel.images-left img {
    width: auto
}

@media (min-width:768px) {
    .about-section {
        padding-top: 3.1rem;
        padding-bottom: 4.5rem
    }
}

@keyframes navItemArrow {
    0% {
        position: relative;
        right: -1px
    }

    50% {
        position: relative;
        right: 3px
    }

    to {
        position: relative;
        right: -1px
    }
}

.blog-section {
    padding-bottom: 1.6rem
}

.post {
    margin-bottom: 4.1rem
}

.post a {
    color: inherit
}

.post a:focus,
.post a:hover {
    text-decoration: underline
}

.post .read-more {
    float: right
}

.post .read-more i:before {
    margin: 0
}

.post-media {
    position: relative;
    margin-bottom: 1.7rem;
    border-radius: 0;
    background-color: #ccc
}

.post-media .prod-full-screen {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: #4dae65;
    border-radius: 50%
}

.post-media .prod-full-screen i {
    color: #fff
}

.post-media:hover .prod-full-screen {
    opacity: 1
}

.post-media .post-date {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 4.5rem;
    padding: 1rem .8rem .8rem;
    color: #fff;
    background: #222529;
    font-family: Poppins, sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05em
}

.post-media img {
    width: 100%
}

.post-slider {
    margin-bottom: 3rem
}

.post-slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: .25rem;
    left: 0;
    margin: 0 !important
}

.post-body {
    margin-left: 0;
    padding-bottom: 2.1rem;
    border: 0;
    line-height: 24px
}

.post-body .post-date {
    width: 40px;
    margin-right: 10px;
    float: left;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.post-title {
    margin-bottom: 1.3rem;
    color: #222529;
    font-family: "Open Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.35
}

.post-content {
    font-size: 1.3rem
}

.post-content:after {
    display: block;
    clear: both;
    content: ""
}

.post-content p {
    margin-bottom: 7px
}

.post-comment {
    color: #999;
    font-size: 1rem;
    text-transform: uppercase
}

.post-meta>span {
    display: inline-block;
    margin-right: 1.5rem
}

.post-meta i {
    margin-right: .5rem
}

.post-meta i:before {
    margin: 0
}

.single {
    margin-bottom: 2.3rem
}

.single .post-media {
    margin-bottom: 3rem
}

.single .post-meta {
    margin-bottom: 2rem;
    margin-left: 49px
}

.single .post-meta a {
    color: #999;
    font-size: 1rem;
    text-transform: uppercase
}

.single .post-title {
    margin-bottom: -8px;
    font-size: 3rem;
    color: #4dae65;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    line-height: 40px
}

.single h3 {
    font-size: 2rem;
    font-weight: 600
}

.single h3 i {
    margin-right: 7px;
    font-size: 2rem
}

.single .post-content {
    margin-bottom: 5.7rem
}

.single .post-content p {
    margin-bottom: 2rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

.single .post-content h3 {
    margin-bottom: 2rem;
    color: #21293c;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px
}

.single .social-icon {
    width: 29px;
    height: 29px
}

.single .social-icon+.social-icon {
    margin-left: .8rem
}

.post-author {
    margin-bottom: 2.2rem;
    padding-bottom: 2.7rem
}

.post-author:after {
    display: block;
    clear: both;
    content: ""
}

.post-author h3 {
    margin-bottom: 2rem;
    letter-spacing: -.01em
}

.post-author figure {
    max-width: 80px;
    margin-right: 2rem;
    margin-bottom: 0;
    float: left
}

.post-author h4 {
    margin: 1rem;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: .03em;
    color: #4dae65;
    font-family: "Open Sans", sans-serif
}

.post-author .author-content {
    font-size: 1.3rem;
    line-height: 1.8
}

.post-author .author-content p:last-child {
    margin-bottom: 0;
    line-height: 1.7
}

.post-date-in-media .post-media {
    margin-bottom: 1.9rem;
    overflow: hidden
}

.post-date-in-media .post-media img {
    transition: transform .2s
}

.post-date-in-media .post-media:hover img {
    transform: scale(1.1, 1.1)
}

.post-date-in-media .post-body {
    margin-left: 0;
    padding-bottom: 2rem;
    border: 0
}

.post-date-in-media .post-title {
    margin-bottom: .7rem;
    font-size: 1.7rem;
    font-family: Poppins, sans-serif;
    font-weight: 700
}

.post-date-in-media p {
    font-size: 1.3rem;
    line-height: 1.846
}

.post-date-in-media .post-comment {
    color: #999;
    font-size: 1rem;
    text-transform: uppercase
}

.sidebar {
    position: relative;
    height: 100%;
    font-size: 1.3rem
}

.sidebar .widget {
    margin-bottom: 3.1rem
}

.sidebar .sidebar-wrapper {
    padding-bottom: 4.2rem
}

.sidebar .sidebar-wrapper .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 3rem
}

.widget-post .widget-title {
    margin-bottom: 1.7rem
}

.widget-title {
    margin: .5rem 0 1.3rem;
    color: #313131;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase
}

.widget form {
    margin-bottom: 0
}

.list {
    padding: 0;
    list-style: none;
    font-size: 1.3rem;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    margin-top: -8px;
    margin-bottom: 0
}

.list li {
    display: block;
    position: relative;
    margin: 0;
    padding: 6px 0 6px 15px;
    border-top: 1px solid rgba(0, 0, 0, .08);
    line-height: 24px
}

.list li:before {
    content: "";
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: -11px;
    margin-right: 6px;
    font-size: 7.2px;
    opacity: .7;
    vertical-align: middle
}

.list li:hover:before {
    animation: navItemArrow .6s linear infinite
}

.list li a {
    color: inherit
}

.list li:first-child {
    border-top-width: 0
}

.list .list {
    margin-top: 5px;
    margin-bottom: -6px;
    border-bottom: none
}

.list .list li:first-child {
    border-top-width: 1px
}

.widget.widget-categories .widget-title {
    margin-top: 1px;
    margin-bottom: 1.8rem
}

.simple-post-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.simple-post-list li {
    padding-bottom: 15px
}

.simple-post-list li:after {
    display: block;
    clear: both;
    content: ""
}

.simple-post-list li:last-child {
    padding-top: 15px;
    border-top: 1px dotted #ececec
}

.simple-post-list .post-media {
    width: 5rem;
    margin: 0 1rem 0 0;
    float: left;
    border-radius: 0;
    line-height: 0
}

.simple-post-list .post-media img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto
}

.simple-post-list .post-info a {
    display: inline-block;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #4dae65
}

.simple-post-list .post-info a:hover {
    text-decoration-line: underline
}

.simple-post-list .post-info .post-meta {
    letter-spacing: .01em;
    font-size: 1.1rem
}

.comment-list {
    padding-bottom: 4px
}

.comments {
    position: relative
}

.comments .img-thumbnail {
    position: absolute;
    top: 0;
    padding: 0;
    border: 0
}

.comments .comment-block {
    padding: 2rem 2rem 3.5rem;
    margin-left: 11.5rem;
    position: relative
}

.comments .comment-block p {
    font-size: .9em;
    line-height: 21px;
    margin: 0;
    padding: 0
}

.comments .comment-block .date {
    color: #999;
    font-size: .9em
}

.comments .comment-by {
    display: block;
    padding: 0 0 4px 0;
    margin: 0;
    font-size: 1.3rem;
    line-height: 21px;
    letter-spacing: -.005em;
    color: #999
}

.comments .comment-by strong {
    font-size: 1.4rem;
    letter-spacing: .005em;
    color: #7b858a
}

.comments .comment-footer {
    margin-top: 5px
}

.comments .comment-arrow {
    position: absolute;
    left: -15px;
    height: 0;
    top: 28px;
    width: 0;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #f4f4f4
}

.comments .comment-action {
    color: var(--primary-color)
}

@media (max-width:991px) {
    .sidebar.mobile-sidebar {
        position: fixed
    }
}

.sidebar-shop {
    font-size: 1.3rem
}

.sidebar-shop .product-widget .product-title {
    margin-bottom: .4rem;
    font-family: "Open Sans", sans-serif
}

.sidebar-shop .product-widget .product-details {
    margin-bottom: 1px
}

.sidebar-shop .widget {
    padding: 2rem
}

.sidebar-shop .widget:after {
    display: block;
    clear: both;
    content: ""
}

.sidebar-shop .widget:not(:last-child) {
    border-bottom: 0
}

.sidebar-shop .widget-title {
    margin: 0;
    color: #313131;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase
}

.sidebar-shop .widget-title a {
    display: block;
    position: relative;
    color: inherit
}

.sidebar-shop .widget-title a:focus,
.sidebar-shop .widget-title a:hover {
    text-decoration: none
}

.sidebar-shop .widget-title a:after,
.sidebar-shop .widget-title a:before {
    display: inline-block;
    position: absolute;
    top: 50.4%;
    right: 2px;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    transition: all .35s;
    background: #222529;
    content: ""
}

.sidebar-shop .widget-title a.collapsed:after {
    transform: rotate(-90deg)
}

.sidebar-shop .widget-body {
    padding: 1.5rem 0 .7rem
}

.sidebar-shop .widget-featured {
    position: relative;
    padding-bottom: .5rem
}

.sidebar-shop .widget-featured .widget-body {
    padding-top: 1.5rem
}

.sidebar-shop .widget-featured .product-sm:last-child {
    margin-bottom: 0
}

.sidebar-shop .widget-featured .ratings-container {
    margin-left: 0
}

.widget-featured-products .product-widget {
    margin-bottom: 1.6rem
}

.widget-featured-products .product-widget figure {
    margin-right: 1.2rem;
    max-width: 84px;
    flex-shrink: 0
}

.widget-featured-products .product-widget .ratings-container {
    margin-bottom: 1.2rem;
    margin-top: 2px
}

.widget .owl-carousel .owl-nav {
    position: absolute;
    top: -3.5rem;
    right: 1px;
    line-height: 0
}

.widget .owl-carousel .owl-nav i:before {
    width: auto;
    margin: 0
}

.cat-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.cat-list li {
    position: relative;
    margin-bottom: 1.3rem;
    font-size: 14px;
    font-weight: 500
}

.cat-list li:last-child {
    margin-bottom: 0
}

.cat-list li a {
    color: #333;
    font-weight: 500
}

.cat-list li a:focus,
.cat-list li a:hover {
    color: #4dae65
}

.cat-list .products-count {
    margin-left: 3px;
    font-size: 13px;
    font-weight: 500
}

.cat-sublist {
    margin-top: 1.3rem;
    margin-left: 1.4rem
}

span.toggle {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: -5px;
    top: -3px;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 23px;
    font-family: Porto;
    font-weight: 900;
    color: #222529
}

span.toggle:before {
    content: ""
}

.collapsed span.toggle:before {
    content: ""
}

.config-size-list {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none
}

.config-size-list li {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.config-size-list a {
    display: block;
    position: relative;
    min-width: 32px;
    text-align: left;
    margin: 3px 6px 3px 0;
    padding: 4px 8px;
    transition: all .3s;
    border: 1px solid #e9e9e9;
    color: #777;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-decoration: none
}

.config-size-list a.active,
.config-size-list a:focus,
.config-size-list a:hover {
    border-color: #4dae65;
    background-color: #4dae65;
    color: #fff;
    text-decoration: none
}

.price-slider-wrapper {
    padding: 1.5rem .4rem .5rem .6rem
}

.filter-price-action {
    margin-top: 2.5rem;
    padding-bottom: .5rem
}

.filter-price-action .btn {
    padding: 5px 1.5rem 6px 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif
}

.filter-price-action .filter-price-text {
    font-size: 1.2rem;
    line-height: 2
}

.widget-block {
    font-size: 1.5rem;
    line-height: 1.42
}

.widget-block h5 {
    margin-bottom: 1.5rem;
    color: #313131;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif
}

.widget-block p {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 0
}

.widget-block .widget-title {
    padding-bottom: 3px
}

.widget.widget-color .widget-body {
    padding-top: .6rem
}

.widget.widget-size .widget-body {
    padding-top: 1.1rem
}

.shop-toggle.sidebar-toggle {
    display: inline-flex;
    position: static;
    align-items: center;
    width: auto;
    height: 34px;
    background: #fff;
    padding: 0 8px;
    text-transform: uppercase;
    color: inherit;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    margin-right: 1rem;
    margin-top: 0;
    z-index: 1
}

.shop-toggle.sidebar-toggle span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -.05em;
    margin-left: .6rem;
    color: #222528
}

.horizontal-filter {
    margin-bottom: 2rem;
    padding: 6px 0 0;
    background-color: #f4f4f4
}

.horizontal-filter:not(.filter-sorts) .toolbox-item:not(:last-child) {
    margin-right: 1.6rem
}

.horizontal-filter:not(.filter-sorts).toolbox label {
    margin: 0 1rem 1px 0;
    font-family: Poppins, sans-serif;
    letter-spacing: -.025em
}

.horizontal-filter:not(.filter-sorts).toolbox .form-control {
    padding: 0 .8rem 2px;
    color: #222529;
    font-family: poppins
}

.horizontal-filter:not(.filter-sorts).toolbox .select-custom .form-control {
    padding-right: 2.4rem
}

.horizontal-filter:not(.filter-sorts) .toolbox-item.toolbox-sort {
    margin-right: 3.2rem
}

.horizontal-filter .filter-price-form {
    font-family: "Open Sans", sans-serif;
    font-size: 1.36rem
}

.horizontal-filter .filter-price-form .btn {
    font-family: inherit;
    padding: .7rem 1.2rem;
    font-size: 1.2rem;
    font-weight: 400
}

.horizontal-filter .input-price {
    display: block;
    width: 50px;
    padding: 6px;
    line-height: 1.45;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, .09)
}

.horizontal-filter select {
    border: 0
}

.horizontal-filter:not(.filter-sorts) {
    background-color: #fff
}

.horizontal-filter:not(.filter-sorts) .layout-btn {
    width: 36px;
    border: 1px solid #dfdfdf;
    line-height: 34px
}

.horizontal-filter:not(.filter-sorts) .layout-btn.active {
    color: #222529;
    border-color: #222529
}

.horizontal-filter:not(.filter-sorts) .layout-btn:not(:last-child) {
    margin-right: 8px
}

.horizontal-filter .select-custom select {
    border: 1px solid #dfdfdf
}

.sort-list li {
    padding: 1rem 0;
    font-size: 12px;
    text-transform: uppercase
}

.sort-list li a {
    color: inherit;
    font-weight: 600
}

.sort-list li.active,
.sort-list li:focus,
.sort-list li:hover {
    color: #4dae65
}

.sort-list.cat-list li {
    margin-bottom: 0
}

.sort-list.cat-list li span.toggle {
    top: 5px
}

.filter-toggle span {
    margin-bottom: 2px;
    color: #777;
    font-size: 1.3rem;
    letter-spacing: -.02em
}

.filter-toggle a {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 26px;
    margin-left: 7px;
    border-radius: 13px;
    background: #e6e6e6;
    text-decoration: none
}

.filter-toggle a:before {
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    -webkit-transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all .3s linear;
    border-radius: 11px;
    background-color: #fff;
    content: ""
}

.filter-toggle a:after {
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    -webkit-transform: translate3d(2px, 2px, 0);
    transform: translate3d(2px, 2px, 0);
    transition: all .2s ease-in-out;
    border-radius: 11px;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .24);
    content: ""
}

.sidebar-toggle {
    display: flex;
    position: static;
    margin-right: .8rem;
    margin-top: 0;
    padding: 0 1.1rem 0 3px;
    align-items: center;
    width: auto;
    height: 34px;
    text-transform: uppercase;
    line-height: 36px;
    color: inherit;
    border: 1px solid #dfdfdf;
    background: #fff;
    cursor: pointer
}

.sidebar-toggle span {
    margin-left: 0;
    font-size: 1.3rem;
    letter-spacing: -.05em
}

.sidebar-toggle:hover span {
    color: #4dae65
}

.slide-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11.4%;
    text-transform: uppercase
}

.category-banner {
    padding: 6.8rem 0
}

.category-banner h3 {
    font-size: 3em;
    margin-left: 1.8rem;
    margin-bottom: 1.6rem
}

.category-banner h4 {
    font-size: 1.125em;
    line-height: 1.7
}

.category-banner h5 {
    font-size: 1em
}

.category-banner .btn {
    font-size: .75em;
    letter-spacing: .01em;
    padding: 1em 1.6em;
    margin-left: 1.8rem
}

@media (min-width:992px) {
    .sort-list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        margin-top: 10px;
        padding: 10px 15px;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
        z-index: 99
    }

    .sort-list:after,
    .sort-list:before {
        content: "";
        position: absolute;
        bottom: 100%;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent
    }

    .sort-list:before {
        left: 21px;
        z-index: 999
    }

    .sort-list:after {
        left: 20px;
        border-right-width: 11px;
        border-bottom: 11px solid #e8e8e8;
        border-left-width: 11px
    }
}

.sidebar-toggle svg {
    stroke: #222529;
    fill: #fff;
    width: 28px
}

@media (min-width:992px) {
    .sidebar-toggle {
        display: none
    }
}

@media (max-width:991px) {
    .sidebar-toggle span {
        font-size: 11px;
        font-weight: 600;
        color: #222529
    }

    .sidebar-shop .widget {
        padding: 2rem 0;
        border: 0
    }

    .sidebar-shop .widget:first-child {
        padding-top: 0
    }

    .sidebar-shop .widget:not(:last-child) {
        border-bottom: 1px solid #e7e7e7
    }

    .horizontal-filter,
    .horizontal-filter:not(.filter-sorts) {
        padding: 10px;
        background-color: #f4f4f4
    }
}

@media (max-width:767px) {
    .category-content {
        padding: 1rem
    }

    .category-banner h3 {
        margin-left: -2px
    }

    .category-banner .btn {
        margin-left: 0
    }

    .horizontal-filter:not(.filter-sorts).toolbox .select-custom .form-control {
        padding-top: 3px
    }
}

@media (max-width:575px) {
    .home-slide1 {
        font-size: 2.5vw
    }

    .horizontal-filter .toolbox-item.toolbox-sort {
        margin-right: 0
    }

    .horizontal-filter:not(.filter-sorts) .toolbox-item:not(:last-child) {
        margin-right: 0
    }
}

@media (max-width:479px) {
    .horizontal-filter {
        justify-content: stretch
    }

    .horizontal-filter:not(.filter-sorts) .toolbox-item.toolbox-sort {
        margin-right: 0;
        margin-left: 0
    }

    .sidebar-toggle {
        margin-right: 2px
    }
}

@media (min-width:992px) and (max-width:1440px) {
    .sidebar-shop .product-widget figure {
        max-width: 70px;
        margin-right: 1.5rem
    }
}

@media (min-width:768px) {
    #map {
        height: 380px;
        margin-bottom: 5rem
    }
}

@media (min-width:992px) {
    #map {
        height: 460px;
        margin-bottom: 6rem
    }
}

.cart-message {
    padding: .8rem 0 1.9rem 3px
}

.cart-message:before {
    content: "";
    position: relative;
    margin-right: .6rem;
    top: 2px;
    font-size: 20px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #0cc485
}

.cart-message span {
    color: #222529;
    font-size: 1.6rem
}

.single-cart-notice {
    line-height: 24px;
    font-size: 1.6rem;
    color: #222529
}

.view-cart {
    padding: 14px 27px 13px;
    margin: 3px 0;
    height: 48px;
    font-family: "Open Sans", sans-serif
}

.add-cart {
    padding: 12px 27px 10px 26px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -.015em;
    line-height: 24px
}

.add-cart:before {
    font-size: 1.8rem;
    line-height: 0;
    vertical-align: middle;
    margin-right: 8px;
    font-weight: 900
}

.add-wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 8px;
    color: #222529;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    letter-spacing: -.015em;
    text-transform: uppercase;
    white-space: nowrap
}

.add-wishlist i {
    margin-right: 4px;
    font-size: 1.6rem
}

.add-wishlist i:before {
    font-weight: 700
}

.product-single-details {
    margin-bottom: 1.1rem
}

.product-single-details .product-action .add-cart {
    display: inline-flex;
    align-items: center
}

.product-single-details .product-action .add-cart:before {
    content: "";
    margin-top: -2px;
    font-family: Porto;
    font-weight: 600;
    font-size: 1.8rem;
    margin-right: 7px
}

.sticky-sidebar .product-single-details {
    margin-bottom: 2.7rem
}

.product-single-details .product-title {
    margin-bottom: 1.1rem;
    color: #222529;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -.01em;
    width: calc(100% - 70px)
}

.product-single-details .product-nav {
    position: absolute;
    display: flex;
    top: 4px;
    right: 10px
}

.product-single-details .product-nav.top-0 {
    top: 1px;
}

.product-single-details .product-nav a {
    color: #222529
}
.banner h4, .banner h5, .banner h6 {
    line-height: 2;
}
.coupon-sale-text {
    position: relative;
    display: inline-block;
    padding: 5px 8px;
    transform: rotate(-2deg);
}
.mb-1 {
    margin-bottom: 1rem!important;
}
.p-0 {
    padding: 0!important;
}
.d-block {
    display: block!important;
}
.coupon-sale-text b {
    display: inline-block;
    font-size: 1.6em;
}
.product-single-details .product-nav a:hover {
    color: #333
}

.product-single-details .product-nav .product-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 28px;
    height: 28px;
    line-height: 23px;
    border: 2px solid #e7e7e7;
    border-radius: 14px;
    text-align: center;
    text-decoration: none;
    font-family: porto
}

.product-single-details .product-nav .product-popup {
    position: absolute;
    top: 31px;
    display: none;
    right: 0;
    font-size: 13px;
    z-index: 999;
    width: 110px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .15);
    text-align: center;
    background-color: #fff
}

.product-single-details .product-nav .product-popup:before {
    right: 36px;
    border-bottom: 7px solid #333;
    border-left: 7px solid transparent !important;
    border-right: 7px solid transparent !important;
    content: "";
    position: absolute;
    top: -5px
}

.product-single-details .product-nav .box-content {
    border-top: 3px solid #222529;
    display: block;
    padding: 10px 10px 11px
}

.product-single-details .product-nav .box-content>span {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: block;
    padding-top: 5px;
    line-height: 1.4em;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #797876
}

.product-single-details .product-filters-container {
    padding-top: 2px;
    padding-bottom: 1.4rem
}

.product-single-details .product-filters-container+.price-box {
    margin-top: 2.2rem;
    margin-bottom: .8rem
}

.product-single-details .price-box {
    margin-bottom: 2.3rem;
    color: #222529;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.product-single-details .new-price {
    color: #222529;
    font-size: 2.4rem;
    letter-spacing: -.02em;
    vertical-align: middle;
    line-height: .8;
    margin-left: 3px
}

.product-single-details .product-price {
    color: #222529;
    font-size: 2.4rem;
    letter-spacing: -.02em;
    vertical-align: middle;
    line-height: .8
}

.product-single-details .add-wishlist:before {
    margin-right: .3rem
}

.product-single-details .product-single-filter:last-child {
    display: none;
    margin-bottom: 1rem;
    margin-top: -2px
}

.product-single-details .ratings-container {
    margin-bottom: 2.1rem;
    display: flex;
    align-items: center
}

.product-single-details .ratings-container .product-ratings,
.product-single-details .ratings-container .ratings {
    font-size: 1.3rem
}

.product-single-details .ratings-container .product-ratings {
    height: 14px;
    margin-left: -1px;
    margin-right: 1px
}

.product-single-details .ratings-container .product-ratings:before {
    color: #999
}

.product-single-details .ratings-container .ratings:before {
    color: #fd5b5a
}

.product-single-details .product-desc {
    margin-bottom: 1.8rem;
    font-size: 1.6rem;
    letter-spacing: -.015em;
    line-height: 1.6875
}

.product-single-details .product-desc a {
    color: #222529
}

.product-single-details .product-action {
    padding: 1.5rem 0 1.6rem;
    border-top: 1px solid #e7e7e7
}

.product-single-details .container {
    align-items: center;
    -ms-flex-align: center
}

.product-single-details .container img {
    max-width: 5rem;
    max-height: 5rem;
    margin-right: 2rem
}

.product-single-details .product-single-qty {
    margin: .5rem .5rem .5rem 1px
}

.product-single-details .product-single-qty .form-control {
    height: 48px;
    font-size: 1.6rem;
    font-weight: 700
}

.product-filters-container select.form-control:not([size]):not([multiple]) {
    margin-bottom: 0;
    height: 42px;
    font-weight: 600
}

.product-filters-container .select-custom {
    max-width: 282px;
    width: 100%
}

.product-filters-container .select-custom:after {
    right: 1.5rem;
    color: #222529
}

.product-single-container .cart-sticky .sticky-header.fixed {
    top: 58px;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    animation: none
}

main .sticky-header:not(.fixed) .sticky-img {
    display: none
}

main .sticky-header:not(.fixed).container {
    padding-left: 0;
    padding-right: 0
}

main .sticky-header.fixed .container {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

main .sticky-header.fixed .product-action {
    flex: 1;
    -ms-flex: 1;
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 260px;
    text-align: right
}

main .sticky-header .sticky-img img {
    margin: 0;
    max-width: 60px;
    max-height: 60px
}

main .sticky-header .product-title {
    margin-right: 2rem;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600
}

main .sticky-header .price-box {
    margin: 0;
    color: #2b2b2d;
    font-family: Oswald, Poppins;
    font-weight: 400;
    line-height: normal
}

main .sticky-header .product-price {
    font-size: 1.8rem
}

main .sticky-header .ratings-container {
    display: block;
    line-height: 24px
}

main .sticky-header .product-ratings:before {
    color: rgba(0, 0, 0, .16)
}

.product-both-info .row .col-lg-12 {
    margin-bottom: 12px
}

.product-both-info .product-single-details {
    margin-top: 0
}

.product-both-info .product-single-details .product-desc {
    border-bottom: 0
}

.product-both-info .product-single-gallery .label-group {
    left: 1.8rem
}

.single-info-list {
    margin-bottom: 1.7rem;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .005em;
    text-transform: uppercase
}

.single-info-list li {
    margin-bottom: 1rem;
    letter-spacing: .001em
}

.single-info-list li strong {
    color: #222529;
    letter-spacing: 0
}

.product-single-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

.product-single-filter label {
    margin-right: 4.2rem;
    min-width: 5rem;
    margin-bottom: 0;
    color: #777;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .005em;
    text-transform: uppercase
}

.product-single-filter .config-size-list li {
    margin-bottom: 0;
    margin-right: 0;
    color: #777
}

.product-single-filter .config-size-list li a {
    margin: 3px 6px 3px 0;
    min-width: 3.2rem;
    height: 2.6rem;
    border: 1px solid #eee;
    color: inherit;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 2.6rem;
    background-color: #fff
}

.product-single-filter .config-size-list li a:not(.disabled):hover {
    border-color: #4dae65;
    background-color: #4dae65;
    color: #fff
}

.product-single-filter .config-size-list li a.disabled {
    cursor: not-allowed;
    text-decoration: none;
    background-color: transparent;
    opacity: .5
}

.product-single-filter .config-size-list li a.filter-color {
    height: 2.8rem;
    min-width: 2.8rem
}

.product-single-filter .config-size-list li.active a {
    border-color: #4dae65;
    outline: 0;
    color: #fff;
    background-color: #4dae65
}

.product-single-filter .config-size-list li.active a.filter-color:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: porto;
    font-size: 1.1rem;
    line-height: 1;
    content: ""
}

.product-single-filter .config-img-list li a {
    height: 100%
}

.product-single-filter .config-img-list li img {
    width: 30px;
    height: 30px
}

.product-single-filter.product-single-qty {
    max-width: 148px;
    max-height: 7.5rem;
    border-bottom: 0
}

.product-single-qty label {
    color: #222529;
    font-weight: 600;
    font-size: 1.5rem
}

.product-single-gallery {
    margin-bottom: 3.3rem
}

.product-single-gallery .sticky-slider:not(.sticked) {
    position: relative !important
}

.product-single-gallery a {
    display: block
}

.product-single-gallery img {
    display: block;
    width: 100%;
    max-width: none
}

.product-single-gallery .prod-thumbnail .owl-nav {
    font-size: 1.6rem;
    color: #4dae65
}

.product-single-gallery .owl-nav {
    font-size: 2.8rem
}

.product-single-gallery .owl-nav button {
    transition: opacity .5s
}

.product-single-gallery .product-item {
    position: relative;
    z-index: 2
}

.product-single-gallery .product-item:not(:last-child) {
    margin-bottom: 4px
}

.product-single-gallery .product-item:hover .prod-full-screen {
    opacity: 1
}

.product-single-gallery .product-single-grid {
    margin-bottom: 3.6rem
}

.product-single-gallery .label-group {
    position: absolute;
    z-index: 100;
    top: 1.1rem;
    left: 1.1rem
}

.product-single-gallery .product-label {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase;
    padding: 7px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    border-radius: 12px
}

.product-single-gallery .product-label.label-hot {
    background-color: #2ba968
}

.product-single-gallery .product-label.label-new {
    background-color: #08c
}

.prod-thumbnail {
    display: flex;
    display: -ms-flexbox;
    margin: 8px 0 0;
    padding: 0 1px
}

.prod-thumbnail>.owl-dot {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 4px
}

.prod-thumbnail.owl-theme .owl-nav [class*=owl-]:hover {
    color: #4dae65
}

.prod-thumbnail img {
    width: 100%;
    cursor: pointer
}

.prod-thumbnail .owl-dot.active img,
.prod-thumbnail img:hover {
    border: 2px solid #21293c
}

.transparent-dots {
    position: absolute;
    top: 1.6rem;
    left: 2.6rem;
    width: 110px;
    margin: 0;
    padding: 0;
    z-index: 99
}

.transparent-dots .owl-dot {
    flex: 1;
    max-width: 108px;
    margin-bottom: 2px
}

.transparent-dots .owl-dot img {
    border: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: border-color .2s
}

.transparent-dots .owl-dot.active img,
.transparent-dots .owl-dot:hover img {
    border: 1px solid #4dae65;
    transition: border-color .2s
}

.product-slider-container:not(.container) {
    position: relative;
    padding-left: 1px;
    padding-right: 1px
}

.product-slider-container:not(.container):hover .prod-full-screen {
    opacity: 1
}
.product-slider-container:not(.container) button.owl-next:not(.disabled),.product-slider-container:not(.container) button.owl-prev:not(.disabled){
    opacity:1
}
.pg-vertical .product-slider-container{
    max-width:calc(100% - 53px)
}
.prod-full-screen {
    position: absolute;
    right: 2rem;
    bottom: 1.7rem;
    transition: all .5s;
    outline: 0;
    opacity: 0;
    z-index: 1
}

.prod-full-screen i {
    color: #000;
    font-size: 1.4rem;
    cursor: pointer
}

.product-single-tabs .tab-pane {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #7b858a;
    line-height: 1.92
}

.product-single-tabs .sticky-header {
    height: auto
}

.product-single-tabs .nav.nav-tabs .nav-link {
    color: #818692
}

.product-single-tabs .nav.nav-tabs .nav-link.active {
    color: #222529
}

.product-single-tabs .nav.nav-tabs .nav-link {
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem
}

.product-single-tabs .nav.nav-tabs .nav-link.active,
.product-single-tabs .nav.nav-tabs .nav-link:hover {
    border-bottom-color: #222529
}

.product-single-tabs .nav-item {
    font-size: 1.3rem
}

.product-size-content {
    padding-top: 2rem;
    padding-bottom: .5rem
}

.product-size-content img {
    margin: 0 auto 2rem
}

.product-desc-content {
    margin-bottom: 2.5rem
}

.product-desc-content .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.9rem;
    border-style: solid;
    border-width: 2px;
    width: 64px;
    height: 64px;
    line-height: 60px;
    border-radius: 60px;
    font-size: 28px;
    color: #4dae65;
    background: 0 0;
    border-color: #4dae65
}

.product-desc-content .feature-box p {
    font-size: 14px;
    line-height: 27px;
    color: #4a505e;
    letter-spacing: 0
}

.product-desc-content .feature-box h3 {
    margin-bottom: .8rem;
    font-size: 1.4rem
}

.product-desc-content p {
    margin-bottom: 2.3rem;
    letter-spacing: .005em
}

.product-desc-content ol,
.product-desc-content ul {
    margin-bottom: 2.4rem;
    padding-left: 7.4rem;
    letter-spacing: .005em;
    position: relative;
    padding-top: 2px
}

.product-desc-content li {
    margin-bottom: 9px;
    letter-spacing: 0
}

.product-desc-content li:before {
    content: "";
    position: absolute;
    left: 4rem;
    display: inline-block;
    margin-top: -2px;
    vertical-align: middle;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 1.8rem;
    color: #21293c;
    font-size: 1.6rem
}

.product-desc-content img {
    padding-top: 4px
}

.product-desc-content .feature-box i {
    display: inline-block;
    font-size: 2.8rem;
    float: none;
    margin-bottom: 0;
    margin-top: 3px
}

.product-desc-content .feature-box-content {
    margin-left: 0
}

.table.table-striped {
    margin-top: 2rem;
    margin-bottom: 5.9rem
}

.table.table-striped td,
.table.table-striped th {
    padding: 1.1rem 1.2rem
}

.table.table-striped tr:nth-child(odd) {
    background-color: #f9f9f9
}

.product-tags-content h4 {
    margin: 0 0 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase
}

.product-tags-content form {
    margin-bottom: 2rem
}

.product-tags-content .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
}

.product-tags-content .form-control {
    margin-right: 10px
}

.product-tags-content .btn {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.product-reviews-content {
    padding-top: 2px;
    padding-bottom: 2.5rem;
    line-height: 1.92
}

.product-reviews-content .required {
    color: #222529
}

.product-reviews-content .reviews-title {
    margin-bottom: 1.6rem;
    font-size: 2rem;
    font-weight: 400
}

.product-reviews-content .reviews-title+p {
    padding-bottom: .4rem;
    letter-spacing: .005em
}

.product-reviews-content .ratings-container {
    margin: -3px -2px .5rem 0
}

.product-reviews-content .comments .comment-block {
    padding-bottom: 2.3rem;
    background-color: #f5f7f7
}

.comment-container {
    display: flex;
    display: -ms-flexbox;
    padding: 29px 0 8px
}

.comment-container:not(:first-child) {
    border-top: 1px solid #e7e7e7
}

.comment-container img {
    border-radius: 10rem
}

.comment-container .ratings-container {
    margin-bottom: 6px
}

.comment-container .product-ratings,
.comment-container .ratings {
    font-size: 14px
}

.comment-container .product-ratings:before {
    color: #999
}

.comment-container .ratings:before {
    color: #fd5b5a
}

.comment-container .comment-info {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -.02em
}

.comment-container .comment-text {
    letter-spacing: -.015em
}

.products-section {
    padding-top: 3.8rem;
    padding-bottom: 3rem
}

.products-section .owl-carousel.dots-top .owl-dots {
    margin: 0 -2px 3.5rem
}

.products-section .owl-carousel.dots-top .owl-dots span {
    border-color: rgba(0, 68, 102, .4)
}

.products-section .owl-carousel.dots-top .owl-dot.active span {
    border-color: #4dae65
}

.products-section .product-title {
    margin-bottom: 4px
}

.products-section .price-box {
    margin-bottom: 1.4rem
}

.products-section h2 {
    font-family: Poppins;
    padding-top: 1rem;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 3.4rem;
    font-size: 1.8rem;
    line-height: 22px;
    letter-spacing: -.01em;
    text-transform: uppercase
}

.products-section.pt-sm {
    padding-top: 2.5rem
}

.product-sidebar-right {
    margin-bottom: 1.7rem
}

.product-sidebar-right .product-single-gallery {
    margin-bottom: 2.7rem
}

.product-sidebar-right .product-single-details {
    margin-bottom: .6rem
}

.product-sidebar-right .product-desc-content p {
    margin-bottom: 1.3rem;
    letter-spacing: .005em
}

.product-sidebar-right .product-desc-content ul {
    margin-bottom: 2rem;
    padding-left: 5.8rem
}

.product-sidebar-right .product-desc-content li:before {
    left: 2.4rem
}

.custom-product-filters .config-size-list li a {
    height: 28px;
    font-size: 13px;
    border: 1px solid #e9e9e9;
    color: #222529;
    background-color: #f4f4f4
}

.custom-product-filters .config-color-list img {
    width: 30px;
    height: 30px
}

.custom-product-filters .config-color-list li a {
    height: 100%
}

.custom-product-single-tabs {
    padding: 7rem 0 3rem
}

.custom-product-single-tabs .product-desc-content ol,
.custom-product-single-tabs .product-desc-content ul {
    margin-bottom: 2rem;
    padding-left: 5.8rem
}

.custom-product-single-tabs .product-desc-content li:before {
    left: 2.4rem
}

.custom-product-single-tabs .product-desc-content p {
    margin-bottom: 1.3rem
}

.custom-product-single-tabs .nav.nav-tabs .nav-link {
    font-size: 1.5rem;
    padding: 1.1rem 0 1rem;
    margin-right: 1.5rem;
    background-color: transparent
}

.product-left-sidebar .product-single-details {
    margin-bottom: .8rem
}

.table.table-size tbody tr td {
    border: 0;
    color: #21293c;
    font-size: 1.4rem;
    letter-spacing: .005em;
    text-transform: uppercase
}

.table.table-size tbody tr td {
    padding: 1.1rem 1.5rem;
    background-color: #fff;
    font-weight: 700
}

.table.table-size tbody tr:nth-child(2n) td {
    background-color: #ebebeb
}

@media (max-width:1199px) {
    .transparent-dots {
        width: 90px
    }
}

@media (min-width:768px) {
    .custom-product-single-tabs .nav.nav-tabs .nav-item {
        margin-bottom: -3px
    }

    .custom-product-single-tabs .nav.nav-tabs .nav-link {
        padding: 1.1rem 0 1rem;
        font-size: 1.8rem;
        margin-right: 1.5rem
    }

    .products-section {
        padding-top: 4.8rem;
        padding-bottom: 3.6rem
    }

    .product-both-info-bottom .col-md-4:last-child strong {
        order: 2;
        margin-left: 20px;
        margin-right: 0
    }
}

@media (min-width:992px) {

    .product-both-info .row .col-lg-12 {
        margin-bottom: 4px
    }

    .main-content .col-lg-7 {
        -ms-flex: 0 0 54%;
        flex: 0 0 54%;
        max-width: 54%
    }

    .main-content .col-lg-5 {
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%
    }

    .product-full-width {
        padding-right: 3.5rem
    }

    .product-full-width .product-single-details .product-title {
        font-size: 4rem
    }

    .table.table-size tbody tr td {
        padding-right: 4.2rem;
        padding-left: 3rem
    }
}

@media (max-width:991px) {
    .single-product-custom-block {
        margin-right: 4rem
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .product-all-icons.product-action .product-single-qty {
        margin-right: 50%;
        margin-bottom: 1.2rem
    }
}

@media (min-width:576px) {
    .product-tags-content .form-control {
        width: 250px
    }
}

@media (max-width:767px) {
    .product-size-content .table.table-size {
        margin-top: 3rem
    }
}

@media (max-width:575px) {
    .transparent-dots {
        width: 70px
    }

    .ratings-container .product-ratings,
    .ratings-container .ratings {
        line-height: 1.2
    }
}

@media (max-width:480px) {

    .product-size-content .table.table-size td,
    .product-size-content .table.table-size th {
        padding-left: 1rem;
        padding-right: .5rem;
        font-size: 1.2rem
    }

    .product-reviews-content .reviews-title {
        font-size: 1.7rem
    }

    .custom-product-single-tabs .nav.nav-tabs .nav-item:not(:last-child) {
        margin-right: 0
    }

    .custom-product-single-tabs .nav.nav-tabs .nav-link {
        font-size: 1.4rem
    }
}

.sidebar-product .widget.widget-product-categories {
    margin-bottom: 3rem;
    padding: 1.8rem 1.5rem 1.3rem;
    border: 1px solid #e7e7e7
}

.sidebar-product .widget.widget-product-categories .widget-body {
    padding: 2px 0 .5rem 1.4rem
}

.sidebar-product .widget.widget-product-categories .widget-body:after {
    display: block;
    clear: both;
    content: ""
}

.sidebar-product .widget.widget-product-categories .cat-list li {
    margin-bottom: .5rem
}

.sidebar-product .widget.widget-product-categories .cat-list li:last-child {
    margin-bottom: -2px
}

.sidebar-product .widget.widget-product-categories a {
    display: block;
    position: relative;
    padding: 4px 0;
    color: #7a7d82;
    font-weight: 600
}

.sidebar-product .widget.widget-product-categories .widget-title {
    color: #7a7d82;
    font-weight: 600;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 24px
}

.sidebar-product .widget-title a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 46%;
    right: 2px;
    transform: translateY(-50%);
    transition: all .35s;
    font-family: porto;
    font-size: 1.7rem;
    font-weight: 600;
    color: #222529
}

.sidebar-product .widget-title a.collapsed:after {
    content: ""
}

.sidebar-product .sidebar-toggle {
    position: fixed;
    padding-left: 10px;
    top: 50%;
    z-index: 9999;
    left: 0
}

.custom-sidebar-toggle {
    display: flex;
    position: fixed;
    padding: 0;
    align-items: center;
    justify-content: center;
    top: 20%;
    left: 0;
    width: 40px;
    height: 40px;
    transition: left .2s ease-in-out 0s;
    border: #dcdcda solid 1px;
    border-left-width: 0;
    background: #fff;
    font-size: 17px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    z-index: 999;
    margin-top: 50px
}

.sidebar-product {
    margin-bottom: 2.8rem
}

.sidebar-product .widget:not(:last-child):not(.widget-info) {
    margin-bottom: 2.9rem
}

.sidebar-product .widget-info {
    margin: 0 0 4.8rem
}

.sidebar-product .widget-info li {
    display: flex;
    align-items: center;
    margin-bottom: 2.2rem
}

.sidebar-product .widget-info i {
    margin: 1px 1.9rem 0 4px
}

.sidebar-product .widget-featured {
    padding-bottom: 3rem
}

.sidebar-product .widget-featured .widget-body {
    padding-top: 1.9rem
}

.sidebar-product .widget-featured .owl-carousel .owl-nav {
    top: -4.1rem
}

.sidebar-product .widget-title {
    margin: 0;
    text-transform: none;
    border-bottom-width: 1px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 24px
}

.sidebar-product .widget-body {
    padding-left: 0;
    padding-top: 2.3rem
}

.sidebar-product .widget-body p {
    line-height: 27px;
    font-size: 1.3rem;
    color: #222529;
    letter-spacing: .01em;
    font-weight: 500;
    margin-bottom: 3rem
}

.sidebar-product .product-widget {
    margin-bottom: 1.3rem
}

.sidebar-product .product-widget figure {
    margin-right: .8rem;
    max-width: 75px
}

.sidebar-product .product-widget .widget-body {
    padding-top: 1.9rem
}

.sidebar-product .ratings-container {
    margin-left: 0;
    margin-bottom: 1.2rem
}

.sidebar-product .owl-carousel .owl-nav {
    top: -4.1rem;
    right: 1px
}

.widget-info ul {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0
}

aside .widget-info ul {
    display: block
}

.widget-info li {
    margin-bottom: 2rem
}

.widget-info li:not(:last-child) {
    margin-right: 2.5rem
}

aside .widget-info li:not(:last-child) {
    border-bottom: 1px solid rgba(231, 231, 231, .8);
    padding-bottom: 2.2rem;
    margin-right: 0
}

.widget-info i {
    min-width: 40px;
    margin-right: 15px;
    color: #4dae65;
    font-size: 4rem;
    line-height: 1
}

.widget-info i:before {
    margin: 0
}

aside .widget-info i {
    margin-left: 7px
}

.widget-info h4 {
    display: inline-block;
    margin-bottom: 0;
    color: #6b7a83;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.286;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase
}

.product-single-collapse {
    line-height: 1.9;
    margin-bottom: 3.2rem;
    margin-top: -3px
}

.product-single-collapse p {
    margin-bottom: 1.3rem
}

.product-single-collapse .collapse-body-wrapper {
    padding-top: 3.1rem;
    padding-bottom: 2px
}

.product-single-collapse .product-desc-content {
    margin-bottom: 1.3rem
}

.product-single-collapse .product-desc-content ol,
.product-single-collapse .product-desc-content ul {
    padding-left: 5.8rem;
    margin-bottom: 2rem
}

.product-single-collapse .product-desc-content li:before {
    left: 2.4rem
}

.product-collapse-title {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1;
    text-transform: uppercase
}

.product-collapse-title a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1.4rem 1.5rem 1.5rem;
    border-bottom: 1px solid #ddd;
    color: inherit
}

.product-collapse-title a:focus,
.product-collapse-title a:hover {
    color: inherit;
    text-decoration: none
}

.product-collapse-title a:before {
    content: "";
    margin-right: 1rem;
    font-family: porto;
    font-size: 2rem;
    font-weight: 400
}

.product-collapse-title a:after {
    display: block;
    position: absolute;
    bottom: -.2rem;
    left: 0;
    width: 100%;
    height: .2rem;
    transform-origin: left center;
    transform: scale(1, 1);
    transition: transform .4s;
    background-color: #4dae65;
    content: ""
}

.product-collapse-title a.collapsed:before {
    content: ""
}

.product-collapse-title a.collapsed:after {
    transform-origin: right center;
    transform: scale(0, 1)
}

.collapse-body-wrapper {
    padding: 3rem 0 1.5rem 2rem
}

@media (min-width:992px) {
    .main-content-wrap {
        overflow: hidden
    }

    .main-content-wrap .main-content {
        margin-left: -25%;
        transition: .15s linear
    }

    .main-content-wrap .sidebar-shop {
        left: -25%;
        transition: .15s linear;
        visibility: hidden;
        z-index: -1
    }

    body:not(.sidebar-opened) .main-content-wrap>.main-content {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .sidebar-toggle {
        display: none
    }
}

@media (min-width:576px) {
    .sidebar-product .widget.widget-product-categories {
        padding: 2.4rem 3rem 2.5rem
    }
}

@media (max-width:991px) {
    .mobile-sidebar {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 260px;
        padding: 2rem;
        margin: 0;
        transform: translate(-260px);
        transition: transform .2s ease-in-out 0s;
        background-color: #fff;
        z-index: 9999;
        overflow-y: auto
    }
}

@media (max-width:575px) {
    .widget-info ul {
        display: block
    }
}

.m-l-n-1 {
    margin-left: -3.2px !important
}

.m-r-2 {
    margin-right: .8rem !important
}

.p-r-5 {
    padding-right: 4.8rem !important
}

.section-title {
    margin-bottom: 2px;
    font-size: 2.2rem;
    line-height: 1;
    text-transform: none
}

.section-info {
    margin-bottom: 1.7rem;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: -.03em
}

.home-slide img {
    min-height: 400px;
    object-fit: cover
}

.home-slide h4 {
    font-size: 1.16875em;
    letter-spacing: .1em;
    line-height: normal
}

.home-slide h2 {
    margin-bottom: 1.3rem;
    padding-right: 4.8rem;
    font-size: 3.25em;
    letter-spacing: .05em
}

.home-slide h3 {
    font-weight: 500;
    font-size: 2.489375em;
    letter-spacing: 4.8px
}

.home-slide h5 {
    margin-bottom: 1.4rem;
    font-size: 2.5em
}

.home-slide p {
    font-weight: 300;
    font-size: 1.3125em;
    letter-spacing: 4.1px;
    line-height: normal
}

.home-slide h6 {
    font-size: 4.5em;
    line-height: 108px;
    letter-spacing: 1px
}

.home-slide-1 h2 {
    margin-left: -3.2px;
    margin-right: 8px
}

.home-slide-1 p {
    margin-bottom: 5px
}

.home-slide-1 .banner-layer-left {
    left: 20.7%
}

.home-slide-2 h2 {
    margin-left: -1.6px;
    margin-right: 4.8rem
}

.home-slide-2 h3 {
    margin-bottom: 4.2rem
}

.home-slide-2 p {
    margin-bottom: 2px;
    margin-right: -.3em
}

.home-slide-2 .banner-layer-right {
    right: 22.3%
}

.info-boxes-slider {
    margin-bottom: 4.5rem;
    background: #fff;
    border-radius: 5px
}

.info-boxes-slider .info-box,
.info-boxes-slider .owl-item {
    height: 100%
}

.info-box {
    padding: 2rem 0
}

.info-box i {
    margin-top: -1px;
    transition: transform .2s linear
}

.info-box h4,
.info-box p {
    line-height: 22px
}

.info-box .icon-shipping {
    font-size: 3.5rem
}

.info-box:hover i {
    transform: scale(1.15, 1.15)
}

.product-category,
.product-category figure:after,
.product-category img {
    border-radius: 3px
}

.category-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    align-items: start;
    font-size: 17px;
    padding-left: 3.2rem
}

.category-content h3 {
    font-weight: 600;
    line-height: 2.6rem;
    text-transform: none
}

.category-content span {
    color: #1d2127;
    font-size: 1.3rem;
    text-transform: none
}

.popular-section {
    margin-bottom: 3.5rem
}

.popular-section .products-container {
    padding: 3rem 1.7rem 2.7rem 1.7rem;
    background-color: #fff
}

.popular-section .products-container .tab-content {
    margin-left: -10px;
    margin-right: -10px
}

.popular-section .products-container .tab-pane {
    padding-left: 15px;
    padding-right: 15px
}

.popular-section .nav-tabs .nav-item {
    margin-bottom: 2rem
}

.popular-section .nav-tabs .nav-item .nav-link {
    padding: .7rem 2.4rem;
    border: 1px solid #e7e7e7;
    border-radius: 7px;
    color: #222529;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 22px;
    text-transform: none
}

.popular-section .nav-tabs .nav-item:not(:last-child) {
    margin-right: 1rem
}

.popular-section .nav-tabs .nav-item .nav-link.active,
.popular-section .nav-tabs .nav-item .nav-link:hover,
.popular-section .nav-tabs .nav-item.show .nav-link {
    border-color: #4dae65;
    color: #4dae65;
    box-shadow: inset 0 0 0 1px #4dae65
}

.products-slider .owl-item {
    padding: 0 1rem
}

.products-slider .product-default {
    margin-bottom: 0
}

.banner1,
.banner2 {
    overflow: hidden
}

.banner1 img,
.banner2 img {
    min-height: 200px;
    object-fit: cover
}

.banner1 h4 {
    margin-bottom: 5px;
    font-size: .875em;
    letter-spacing: 1.87px;
    line-height: normal
}

.banner1 h2 {
    margin-bottom: 13px;
    font-size: 2.509375em;
    letter-spacing: .05em;
    white-space: nowrap
}

.banner1 h3 {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 1.875em;
    letter-spacing: 4px
}

.banner1 .banner-layer-right {
    right: 11%
}

.banner2 h4 {
    color: rgba(255, 255, 255, .7);
    margin-bottom: 5px;
    font-size: .875em;
    letter-spacing: 1.27px;
    line-height: normal
}

.banner2 h2 {
    margin-left: -2px;
    margin-bottom: 7px;
    font-size: 2.378125em;
    letter-spacing: .05em
}

.banner2 h3 {
    font-weight: 500;
    font-size: 1.5em;
    letter-spacing: 3px
}

.banner2 h5 {
    font-family: "Segoe Script";
    font-size: 1.518125em
}

.banner2 .banner-layer-right {
    right: 8.4%
}

.count-deal {
    margin-bottom: 4rem;
    padding: 4.5rem 4rem;
    border: 2px solid #4dae65
}

.count-deal .product-default {
    margin-bottom: 3.4rem
}

.count-deal .product-default:hover {
    box-shadow: none
}

.count-deal .product-default:hover .btn-add-cart {
    border-color: #4dae65;
    background-color: #4dae65
}

.count-deal .product-default:hover a.btn-quickview {
    right: -42px
}

.count-deal img {
    margin-top: 2.6rem
}

.count-deal .product-details {
    margin-top: -3.8rem
}

.count-deal .product-action {
    margin-top: 3.2rem
}

.count-deal .category-list {
    font-family: Poppins, sans-serif
}

.count-deal .product-title {
    margin-bottom: 7px;
    font-size: 2rem;
    line-height: 1.35
}

.count-deal .btn-add-cart,
.count-deal .btn-quickview {
    height: 56px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
    line-height: 56px
}

.count-deal .btn-add-cart {
    padding: 0 4.5rem;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    border-radius: 7px
}

.count-deal .btn-add-cart i {
    position: relative;
    top: 2px;
    font-size: 2.4rem
}

.count-deal .btn-add-cart i:before {
    font-weight: 400
}

.custom-products {
    padding: 2.4rem 2.4rem 0
}

.offer-products {
    margin-bottom: 4.6rem
}

.brands-section {
    margin-bottom: 4.5rem
}

.brands-section .slider-wrapper {
    padding: 0 2.4rem
}

.brands-slider {
    padding: 6.2rem 0
}

.brands-slider .owl-item {
    text-align: center
}

.post-section {
    margin-bottom: 3.5rem
}

.post-date-in-media {
    padding: 4rem 4rem 1.7rem
}

.post-date-in-media .post {
    margin-bottom: 0
}

.post-date-in-media .post-media {
    margin-bottom: 1.5rem
}

.post-date-in-media .post-body {
    padding-bottom: 0
}

.post-date-in-media .category-list {
    color: #4dae65;
    font-size: 1rem;
    letter-spacing: .005em;
    line-height: 2.2rem;
    text-transform: uppercase
}

.post-date-in-media .post-title {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1
}

.post-date-in-media .post-title a:hover {
    text-decoration: none
}

.post-date-in-media p {
    margin-bottom: 1rem;
    font-family: Poppins, sans-serif;
    font-size: 1.4rem;
    letter-spacing: -.025em;
    line-height: 22px
}

.newsletter-section {
    padding: 2rem 0 5rem
}

.newsletter-section .info-box {
    padding: 0
}

.newsletter-section .info-box i {
    margin-top: -5px;
    font-size: 5rem;
    line-height: 1
}

.newsletter-section .info-box h4 {
    margin-bottom: 3px;
    font-size: 1.8rem;
    text-transform: none
}

.newsletter-section .info-box p {
    margin-bottom: 2px;
    color: #90969a;
    letter-spacing: .005em;
    line-height: 2rem
}

.footer-submit-wrapper .form-control {
    height: 53px;
    margin-right: 1.7rem;
    padding: 15px;
    background: #fff;
    border: 2px solid #bebebe;
    font-size: 1.3rem;
    min-width: 1px
}

.footer-submit-wrapper .form-control::placeholder {
    color: #999;
    font-size: 1.36rem
}

.footer-submit-wrapper .btn {
    min-width: 215px;
    height: 53px;
    padding: 1.4rem;
    border-bottom-color: #3e8b51;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.42857;
    letter-spacing: -.05em
}

@media (min-width:992px) {
    .info-box-icon-left {
        padding-top: 2.5rem;
        padding-left: 6.4rem;
        justify-content: start
    }

    .owl-item:first-child>.info-box-icon-left {
        padding-left: 2.7rem
    }
}

@media (max-width:991px) {
    .count-deal {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (max-width:479px) {
    .home-slide h2 {
        padding-right: 0;
        font-size: 2.5em
    }

    .home-slide h3 {
        font-size: 2em
    }

    .banner {
        font-size: 1.2rem
    }

    .banner .banner-layer {
        left: 10%;
        right: 10%
    }

    .footer-submit-wrapper .btn {
        min-width: 140px
    }
}

.main-content,
.sidebar-shop {
    padding-top: 3.5rem;
    padding-bottom: 4rem
}

.sidebar-shop .widget:not(:last-child) {
    border-bottom: 1px solid #e7e7e7
}

.sidebar-shop .widget-featured {
    padding-bottom: 2rem
}

.sidebar-shop .product-widget .product-title {
    color: #474747;
    font-family: Poppins, sans-serif;
    letter-spacing: 0
}

.sidebar-shop .product-widget .price-box {
    font-family: Poppins, sans-serif
}

.sidebar-shop .product-widget .product-details {
    padding-right: 0
}

.sidebar-shop .product-widget:last-child {
    margin-bottom: 0
}

.cat-list li {
    margin-bottom: 1rem;
    line-height: 1.45
}

.cat-list li .product-count {
    font-size: 1.3rem;
    font-weight: 400
}

.widget-brand .cat-list li {
    font-size: 1.3rem;
    line-height: 20px
}

.widget-brand .cat-list li a {
    font-weight: 400
}

.filter-price-action .btn {
    padding: .4em 1.5rem;
    line-height: 1.5
}

.toolbox label {
    font-family: Poppins, sans-serif
}

.toolbox-pagination {
    margin-top: 1.4rem
}

.page-link-btn {
    padding: 0;
    border: 1px solid #ccc;
    width: 31px;
    height: 31px
}

.product-single-container {
    padding-top: none
}

.product-single-details .product-title {
    margin-bottom: .9rem
}

.product-single-details .product-desc {
    margin-bottom: 1.6rem;
    font-family: Poppins, sans-serif;
    line-height: 1.6872
}

.product-single-details .single-info-list {
    font-family: Poppins, sans-serif
}

.product-single-details .ratings-container .product-ratings {
    flex: 0
}

.product-category:hover {
    color: #1d2127;
    text-decoration: underline
}

.add-wishlist {
    font-family: "Open Sans", sans-serif
}

.add-wishlist i {
    margin-top: -2px;
    font-size: 1.8rem;
    line-height: 1
}

.product-single-gallery {
    margin-bottom: 3.2rem
}

.product-single-carousel {
    border: 1px solid #f4f4f4;
    border-radius: 4px
}

.prod-thumbnail img {
    border: 2px solid #f4f4f4;
    border-radius: 4px
}

.product-single-tabs .nav.nav-tabs .nav-item .nav-link {
    padding: 10px 10px;
    font-family: Poppins, sans-serif;
    line-height: 22px
}

.product-desc-content p {
    margin-bottom: 2.2rem
}

.products-section h2 {
    font-size: 1.6rem
}

.products-section .product-title {
    margin-bottom: 7px
}

.products-section .owl-carousel.dots-top .owl-dots span {
    border-color: rgba(46, 104, 60, .4)
}

@media (min-width:992px) {
    .sidebar-shop .sidebar-wrapper {
        border: 1px solid #e7e7e7
    }

    .sidebar-shop .widget:not(:last-child) {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px
    }
}

@media (min-width:768px) {
    .products-section {
        padding-bottom: 3.3rem
    }
}
.promo-section {
    width: 100%;
    clear: both;
}
.fancy-radio{
    width: 25px;
    height: 25px;
}
.color-select-flex{
    display: flex;
    flex-wrap: wrap;
}
.font-grey{
    color: #9A9A9C;
}
.btn-product-details{
    padding: 0.5em !important;
    height: auto !important;
}
.product-widgets-container{
    border-top: 1px solid #e7e7e7;
    padding-top:1.4rem;
    padding-bottom:1.4rem;
    margin-bottom:8px
}
.product-widgets-container .section-sub-title{
    font-family: Poppins;
    font-size:1.7rem
}
.product-widgets-container .product-widget{
    margin-bottom:1.6rem
}
.product-widgets-container .product-widget .product-details{
    margin-top:0
}