.absolute-footer, html {
    background-color: #fff !important;
}

ul, li {
    list-style: none;
    margin-bottom: 0px !important;
}


.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

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

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

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

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

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

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

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

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

.mt-20 {
    margin-top: 20px
}

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

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

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

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

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

/**logo**/
div#masthead {
    padding: 10px 0 !important;
}

#logo img {
    max-height: 70px !important;
}

/**banner**/
.banner-home {
    height: 90vh;
    margin-top: -205px;
    position: relative;
}

.stuck #masthead, .stuck div#wide-nav {
    background: #fff;
}

.stuck #logo img {
    max-height: 50px !important;
}

/**menu**/
div#wide-nav > .container > .flex-col.hide-for-medium.flex-center {
    border-top: 1px solid #000b75;
    width: 100%;
    border-bottom: 1px solid #000b75;
}

div#wide-nav ul li {
    margin: 0px !important;
}

div#wide-nav ul li a {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 15px;
}

div#wide-nav ul li a:hover {
    color: #000b75;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li a {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize !important;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li a span.header-account-title:before {
    content: '\f2c0';
    font-family: FontAwesome;
}

ul.nav-dropdown.nav-dropdown-default {
    padding: 0px 0 !important;
    border: 1px solid #f2f2f2 !important;
}

ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase li a {
    color: #000 !important;
    margin-left: 15px;
}

div#wide-nav ul li > ul.sub-menu.nav-dropdown.nav-dropdown-default {
    background: #fff !important;
    padding: 0px 10px !important;
    border: 0px !important;
}

div#wide-nav ul li > ul.sub-menu.nav-dropdown.nav-dropdown-default li a {
    padding: 0px 10px !important;
    margin: 0px !important;
    color: #000 !important;
}

div#wide-nav ul li > ul.sub-menu.nav-dropdown.nav-dropdown-default li {
    height: unset !important;
    line-height: unset !important;
    position: relative;
}

div#wide-nav ul li > ul.sub-menu.nav-dropdown.nav-dropdown-default li a {
    height: unset !important;
    font-size: 14px;
    padding: 10px 0 8px 12px !important;
    line-height: unset !important;
}

div#wide-nav ul li > ul.sub-menu.nav-dropdown.nav-dropdown-default li a:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 18px;
    background-color: #000b75;
}

div#wide-nav ul li > ul.sub-menu.nav-dropdown.nav-dropdown-default li a:hover {
    color: #000b75 !important;
}

div#wide-nav ul li:before, div#wide-nav ul li:after {
    display: none;
}

/**footer**/
footer#footer {
    width: 100%;
    display: inline-block;
    padding: 40px 0;
    background: url("../images/footer.png") no-repeat !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    color: #fff
}

footer#footer p {
    margin-bottom: 5px !important;
    color: #fff;
    font-size: 14px;
}

footer#footer .footer-top, footer#footer .footer-top .footer-title {
    display: inline-block;
    width: 100%;
}

footer#footer .footer-top .footer-title h3 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

footer#footer .footer-top .footer-social {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

footer#footer .footer-top .footer-social a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    background: #3b5998;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}

footer#footer .footer-top .footer-social a:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}

footer#footer .footer-top .footer-social a:nth-child(2) {
    background: #00aced;
}

footer#footer .footer-top .footer-social a:nth-child(3) {
    background: #bb0000;
}

footer#footer .footer-top .footer-social a:nth-child(4) {
    background: #550000
}

footer#footer .footer-menu ul li {
    border: 0px !important;
    margin: 0px !important;
    list-style: inside disc none;
}

footer#footer .footer-menu ul li a {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px !important;
    padding: 0px !important;
}

/**title**/
.section-title-container {
    margin-bottom: 15px !important;
}

span.section-title-main {
    font-weight: normal;
    font-size: 20px;
    color: #ee3523 !important;
    border-color: #ee3523 !important;
}


/*8title**/
.section-title {
    margin-bottom: 23px;
}

.section-title .h2title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    color: #000;
    position: relative;
    margin-bottom: 0;
}

.section-title .h2title a {
    color: #ee3523;
    padding: 0px;
}

.section-title .h2title::after {
    display: block;
    width: 70px;
    height: 1px;
    background: #ee3523;
    margin: 5px 0 0 0;
    content: '';
}

/**product-item**/
.product-item {
    width: 100%;
    display: inline-block;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
}

.product-item .product-thumbnail {
    padding: 10px;
    width: 100%;
    height: 250px;
    position: relative;
}

.product-item .product-thumbnail .onsale {
    border-width: 0 !important;
    right: -4px;
    top: -3px !important;
    left: auto !important;
    position: absolute;
}

.product-item .product-thumbnail .onsale:before {
    content: '';
    display: block;
    height: 40px;
    width: 40px;
    background-size: cover;
    background-image: url(../images/sale.png);
}

.product-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
    transition: 0.3s ease-in-out
}

.product-item .product-content {
    width: 100%;
    position: relative;
    padding: 10px;
}

.product-item .product-content h3 {
    font-weight: normal;
    font-size: 15px;
    height: 40px;
    text-align: center;
    color: #000;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    line-height: 20px;
    text-transform: uppercase;
}

.owl-dots {
    display: none !important;
}

.owl-nav button {
    width: 30px;
    height: 30px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
    border-radius: 3px;
    margin: 0px !important;
    min-height: 30px;
    position: absolute;
    top: 50%;
    background: #fff !important;
    transform: translateY(-50%);
}

.owl-nav button i {
    color: #000;
}

.owl-nav button.owl-prev {
    left: 10px;
}

.owl-nav button.owl-next {
    right: 10px;
}

.product-item .product-wrapper ins span {
    color: #ee3523;
    margin-right: 3px;
    font-size: 15px;
}

.product-item .product-wrapper b {
    color: #ee3523;
}

.product-item .product-wrapper {
    font-size: 14px;
    margin-top: 10px;
}

.product-item .product-content .product-cart a img {
    width: 15px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
}

.product-item h3:hover {
    color: #ee3523;
}

/**product grid**/
.product-item-grid {
    width: 100%;
    display: inline-block;
    position: relative;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
}

.product-item-grid .product-thumbnail {
    width: 150px;
    float: left;
    height: 130px;
}

.product-item-grid .onsale {
    border-width: 0 !important;
    right: -4px;
    top: -3px !important;
    left: auto !important;
    position: absolute;
}

.product-item-grid .onsale:before {
    content: '';
    display: block;
    height: 40px;
    width: 40px;
    background-size: cover;
    background-image: url(../images/sale.png);
}

.product-item-grid .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-item-grid .product-content {
    width: calc(100% - 150px);
    float: left;
    position: relative;
    padding: 10px 0 10px 10px;
}

.product-item-grid .product-cart a img {
    width: 15px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
}

.product-item-grid .product-content h3 {
    font-weight: normal;
    font-size: 15px;
    height: 80px;
    text-align: left;
    color: #000;
    line-height: 20px;
    text-transform: uppercase;
}

.product-item-grid .product-wrapper ins span {
    color: #ee3523;
    margin-right: 3px;
    font-size: 15px;
}

.product-item-grid .product-wrapper b {
    color: #ee3523;
}

.product-item-grid .product-wrapper {
    font-size: 14px;
    margin-top: 10px;
}

/**review**/
.review-item {
    width: 100%;
    background: #000c64;
    display: inline-block;
    padding: 50px 20px 20px 20px;
    color: #fff;
    font-size: 15px;
    position: relative;
    margin-top: 40px;
}

.review-item .review-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    z-index: 99999;
}

.review-item .review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

/**info**/
section.bk-box {
    width: 100%;
    display: inline-block;
    background: #f2f1f1;
    padding: 15px 0;
}

section.bk-box .bk-info {
    width: 100%;
    display: inline-block;
}

section.bk-box .bk-info .bk-info-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.bk-box .bk-info .bk-info-avatar {
    width: 50px;
    float: left;
    height: 50px;
}

section.bk-box .bk-info .bk-info-content {
    width: calc(100% - 50px);
    float: left;
    padding-left: 15px;
    display: flex;
    height: 50px;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

#mobile {
    display: none;
}

/**taxonomy product**/
.page-title-inner.flex-row.medium-flex-wrap.container a, .page-title-inner.flex-row.medium-flex-wrap.container span, .page-title-inner.flex-row.medium-flex-wrap.container nav {
    font-size: 15px;
    color: #000;
    font-weight: normal !important;
}

section#page-content {
    width: 100%;
    margin: 30px 0;
}

select.orderby {
    border-radius: 50px !important;
    box-shadow: unset !important;
}

/*8widget**/
.widget-title h3 {
    text-transform: uppercase;
    color: #ee3523;
    font-weight: normal;
    font-size: 17px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.widget-product {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
}

.widget-product .product-thumbnail {
    width: 100px;
    float: left;
    height: 80px;
}

.widget-product .product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.widget-product .product-content {
    width: calc(100% - 100px);
    float: left;
    padding-left: 10px;
}

.widget-product .product-content h3 {
    font-weight: normal;
    font-size: 13px;
    height: 40px;
    color: #000;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    line-height: 20px;
    text-transform: uppercase;
}

.widget-product .product-wrapper ins span {
    color: #ee3523;
    margin-right: 3px;
    font-size: 13px;
}

.widget-product .product-wrapper b {
    color: #ee3523;
}

.widget-product .product-wrapper {
    font-size: 12px;
    margin-top: 10px;
}

/**single product**/
.product-info {
    padding-top: 0px !important;
}

.product-info h1.product-title.product_title.entry-title {
    font-weight: normal !important;
    color: #000;
    font-size: 25px;
}

.product-info .product-page-price {
    margin: 20px 0 !important;
}

.product-info .product-page-price ins span {
    color: #ee3523;
    margin-right: 3px;
    font-size: 25px;
}

.product-info .product-page-price b {
    color: #ee3523;
}

.product-info .product-page-price {
    font-size: 18px;
}

.product-info .product-short-description ul li {
    list-style: inside disc none;
    margin: 0px;
}

.product-info .product-short-description p {
    margin-bottom: 5px;
}

.product-info .product-short-description {
    color: #000;
    font-size: 15px;
}

form.cart {
    margin-top: 20px;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    padding: 0px !important;
    border-top: 0px !important;
}

.product-related {
    margin: 30px 0;
}

.woocommerce-Tabs-panel {
    color: #000;
    font-size: 15px;
}

.woocommerce-Tabs-panel h1, .woocommerce-Tabs-panel h2, .woocommerce-Tabs-panel h3, .woocommerce-Tabs-panel h4, .woocommerce-Tabs-panel h5, .woocommerce-Tabs-panel h6 {
    color: #000;
}

#customer_details p input, #customer_details p textarea {
    box-shadow: unset !important;
}

#customer_details label {
    color: #000;
}

#customer_details h1, #customer_details h2, #customer_details h3, #customer_details h4, #customer_details h5, #customer_details h6 {
    color: #000;
}