/*
Theme Name: Thiết kế web 
Theme URI: http://underscores.me/
Author: Thanh Doan
Author URI: https://www.facebook.com/thanh250896
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tkw
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Thiết kế web Hoàng Long media is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}
.wpcf7 br {
    display: none;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
body {
    font-family: "Quicksand", sans-serif;
    line-height: 1.4;
    font-size: 14px;
    color: #4a4a4a;
    font-weight: 500;
}
figure {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}
a:hover {
    color: #f94c43;
    text-decoration: none;
}
button,input {
    outline: none !important;
    box-shadow: none !important;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,.btn-primary:focus {
    background-color: unset;
    border-color: unset;
    border: 0 !important;
}
a:focus {
  outline: 0 !important;
}
@media screen and (max-width: 782px){
    html {
        margin-top: 0 !important;
    }
}
h2.screen-reader-text {
    display: none;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.showbar .icon-bar {
    display: block;
    width: 33px;
    height: 3px;
    border-radius: 1px;
}
.showbar .icon-bar {
    background-color: #f94c43;
}
.showbar .icon-bar+.icon-bar {
    margin-top: 7px;
}
.overbg-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    opacity: .5;
    z-index: 9999;
    display: none;
}
.close-menu {
    background: #fff;
    color: #0003AB;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}
#mobile-menu .sub-menu img {
    display: none;
}
.stick-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation-name: effect;
    animation-duration: .3s;
    background: #fff;
    box-shadow: 2px 2px 2px #1113;
}
@keyframes effect {
  from {top: -50px}
  to {top: 0}
}
.alert-warning {
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #111;
}
.tab-content > .tab-pane:not(.active), 
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 5px 15px;
    border-bottom: 2px solid transparent;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px){
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
}
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #333333;
    border-bottom: 2px solid #f94c43;
}
.form-control:focus {
    box-shadow: unset !important;
    border-color: #ced4da;
}
.wpcf7-select, .wpcf7-text, .wpcf7-textarea,.wpcf7-number {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-textarea {
    height: auto;
}
.wpcf7-submit {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: pointer;
}
div.quantity {
    display: flex;
}
.qty_button {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #111;
  outline: 0;
}
.qty.text {
  padding: 5px 10px;
  border: 1px solid #111;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.quantity__remove {
  border-right: 0;
  margin-right: -5px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.quantity__add {
  border-left: 0;
  margin-left: -5px !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.buy-now-button {
    border-radius: 5px !important;
    display: inline-block !important;
    background-color: #f94c43!important;
    box-shadow: none !important;
    margin: 0px !important;
    margin-left: 10px !important;
    float: none !important;
    border: none !important;
    color: #ffffff!important;
    font-size: 14px !important;
    height: 35px;
    font-weight: 500 !important;
}
.single_add_to_cart_button {
    border-radius: 5px !important;
    display: inline-block !important;
    background-color: #111!important;
    box-shadow: none !important;
    margin: 0px !important;
    margin-left: 10px !important;
    float: none !important;
    border: none !important;
    color: #ffffff!important;
    font-size: 14px !important;
    height: 35px;
    font-weight: 500 !important;
}
.woocommerce-pagination ul {
    list-style: none;
    border-radius: 0.25rem;
    border: 0 !important;
}
.woocommerce-pagination ul li {
    border-right: 0 !important;
}
.woocommerce-pagination ul li a {
    color: #111 !important;
}
.woocommerce-pagination ul li .current, .woocommerce-pagination ul li .page-numbers {
    position: relative;
    display: block;
    padding: 5px 10px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 0 3px !important;
    transition: unset !important;
}
.woocommerce-pagination ul li .page-numbers {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 5px !important;
}
.woocommerce-pagination ul li .page-numbers.current {
    background: #109cd9 !important;
    border-color: #109cd9 !important;
    color: #fff !important;
}
.shopping-cart .shopping-cart-menu-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: auto;
    z-index: 9999;
    background: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    -moz-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    -o-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    opacity: 0;
    visibility: hidden;
    width: 320px;
}
.heading-cart a {
    color: #111;
    position: relative;
    display: block;
    padding-right: 10px;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget img {
    max-width: 80px;
}
span#cart-total {
    width: 20px;
    height: 20px;
    background: #f94c43;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: block;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: 0;
}
.overlay-cart {
    opacity: 0;
}
.cart-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 25px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
}
.cart-heading h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}
.cart-heading .close-side-cart {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #2d2a2a;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
    padding-right: 21px;
    cursor: pointer;
}
.cart-heading .close-side-cart:after,.cart-heading .close-side-cart:before {
    content: " ";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -1px;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    right: 0;
}
.cart-heading .close-side-cart:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.cart-heading .close-side-cart:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.cart-body {
    border-bottom: 1px solid #ebebeb;
}
.shopping-cart .shopping-cart-menu-wrapper p {
    clear: both;
    margin: 0;
    white-space: nowrap;
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__empty-message {
    padding-top: 15px;
    padding-bottom: 15px;
    
}
.return-to-shop .button {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 16px;
    background-color: #f94c43;
    color: #FFF;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow 0s ease,opacity .25s ease;
}
.overlay-cart.opened {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    min-height: 100vh;
    opacity: 0.6;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}
.shopping-cart.opened .shopping-cart-menu-wrapper {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.close-side-cart:hover:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-side-cart:hover:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-side-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-side-content .uni-scroll {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    height: calc(100vh - 215px);
}
.shopping-cart .shopping-cart-menu-wrapper .cart-body {
    border-bottom: 1px solid #ebebeb;
}
.shopping-cart .shopping-cart-menu-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.shopping-cart .shopping-cart-menu-wrapper ul li {
    position: relative;
    padding: 10px 20px 10px 10px;
    margin: 0;
    border-bottom: 1px solid #ebeef6;
    float: left;
    clear: both;
    width: 100%;
}
.shopping-cart .shopping-cart-menu-wrapper a.remove-item {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 1;
    display: inline-block;
    font-size: 1.5em;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.shopping-cart .shopping-cart-menu-wrapper a.remove-item:hover {
    background-color: #f94c43;
    color: #FFF;
}
.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-media {
    float: left;
    width: 60px;
    margin-right: 10px;
}
.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-wrap {
    float: left;
    width: calc(100% - 70px);
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-menu-product-wrap a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.shopping-cart .shopping-cart-menu-wrapper .quantity {
    font-size: 13px;
    display: block;
}
.shopping-cart .shopping-cart-menu-wrapper .cart-body .woocommerce-Price-amount {
    font-weight: bold;
    color: #f00;
    font-size: 15px;
}
.shopping-cart .shopping-cart-menu-wrapper .cart-footer {
    padding: 0 15px;
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.shopping-cart .shopping-cart-menu-wrapper p.woocommerce-mini-cart__total {
    margin: 10px 0 10px;
}
.shopping-cart .shopping-cart-menu-wrapper p.woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-weight: bold;
    color: #ff0000;
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a {
    color: #fff;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
    min-height: 0;
    line-height: 1.4;
    position: relative;
    display: block;
    text-align: center;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: rgba(230,126,34,.8);
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a.checkout {
    background-color: #222222;
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-media img {
    width: 100% !important;
}
.heading-cart img {
    width: 45px;
}
.product-img {
    overflow: hidden;
    position: relative;
}
.product-img a img {
    transition: all .3s;
    height: 250px;
    object-fit: cover;
}

.product-item:hover a img {
    transform: scale(1.1);
}

.product-sale {
    position: absolute;
    top: 10px;
    font-size: 14px;
    line-height: 1;
    padding: 5px 10px;
    font-weight: bold;
    z-index: 9;
    left: 10px;
    color: #fff;
    background: #e2516e;
}

.product-sale img {
    position: absolute;
    top: 0;
    left: -11px;
    width: 24px;
    height: 24px;
}

.product-detail {
    padding: 20px 0 0;
}

.product-detail h3 {
    margin: 0 0 5px;
    font-size: 14px;
    position: relative;
}

.product-detail h3 a {
    line-height: 16px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #4a4a4a;
}

.product-row-price {
    color: #4a4a4a;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
    color: #f94c43;
}

.product-row-price del span {
    color: #939393;
    font-size: 13px;
    margin-left: 5px;
    font-weight: 400;
}

.product-row-price del {
    color: #939393;
    margin-right: 10px;
}
.product-slide .slick-list,.productcat-slide .slick-list {
    margin: 0 -15px;
}
.product-slide .slick-slide,.product-cat .slick-slide {
    padding: 0 15px;
}
/*--- slick ---*/
.product-slide  .slick-nav,.productcat-slide  .slick-nav {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background: transparent;
  transition: all .3s;
  padding: 0;
}
.product-slide  .slick-next,.productcat-slide  .slick-next {
  right: 15px;
  left: unset;
}
.product-slide  .slick-nav i,.productcat-slide  .slick-nav i {
    background: #fff;
    color: #5c5c5c;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    -webkit-box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
    box-shadow: 0 2px 10px rgba(54, 54, 54, 0.15);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    transition: all .3s;
}
div.iv-comment-image img {
    padding: 5px !important;
    object-fit: contain !important;
}

span.woocommerce-review__verified.verified {
    display: none !important;
}

.crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
    width: 15px;
    height: 15px;
}

.crstar-rating-svg .cr-rating-icon-base {
    height: 15px;
}

.crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg {
    width: 15px;
    height: 15px;
}

.cr-all-reviews-shortcode ol li .comment_container .iv-comment-product-img {
    width: 40px;
}

.cr-all-reviews-shortcode ol.commentlist li .cr-comment-text .meta time {
    font-size: 13px;
}

.cr-ajax-reviews-cus-images-div,.cr-ajax-search {
    display: none !important;
}
.heading-cart svg {
    fill: #252a2b;
    width: 25px;
    height: 35px;
}
div#logo img {
    width: 120px;
}

nav#primary-menu {
    flex: 1;
    padding: 0 15px;
}
#primary-menu .menu > li > a:hover {
    color: #f94c43;
}
#primary-menu .menu > li:not(:last-child) {
    margin-right: 25px;
}

nav#primary-menu ul.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

form.search-form input {
    width: 200px;
    border-radius: 0;
    font-size: 14px;
    padding-right: 40px;
}

form.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    background: #f94c43 !important;
    border: 0;
    color: #fff !important;
    border-radius: 0;
    height: 35px;
    padding: 0 12px;
}

form.search-form {
    position: relative;
}

.header-search {
    margin-right: 15px;
}

.header-main {
    padding: 10px 0;
}
section.home-listcat {
    padding: 50px 0 0;
    text-align: center;
}

section.home-products {
    padding-top: 50px;
}

section.home-products h2 {
    text-align: center;
    margin-bottom: 40px;
}

section.home-products h2 a {
    font-size: 37px;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
    color: #252a2b;
    display: inline-block;
}

section.home-banner {
    padding-top: 50px;
}
section.home-banner h2 {
    text-align: center;
}
section.home-banner .text-center a {
    display: inline-block;
    background: #f94c43;
    margin-top: 30px;
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #f94c43;
}



section.home-banner .text-center a:hover {
    color: #f94c43;
    background: #fff;
}
section.home-reviews {
    padding-top: 50px;
}
section.home-reviews .heading {
    text-align: center;
}
section.home-reviews h2 {
    font-size: 37px;
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
    color: #252a2b;
    display: inline-block;
}

footer#footer {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #ddd;
}

footer#footer .title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin: 0px 0 10px;
    position: relative;
    line-height: 30px;
}
.footer-block-menu a {
    display: block;
    line-height: 28px;
    position: relative;
    padding-left: 0px;
    color: #4a4a4a;
}

.box-info-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.box-info-contact li {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.box-info-contact li p {
    margin-bottom: 0;
    color: #666;
    font-weight: 500;
}
.box-info-contact li p strong {
    color: #4a4a4a;
}

.info-text {
    font-size: 16px;
    padding-right: 10px;
}

.info-text strong {
    display: block;
}

.info-img img {
    width: 30px;
}
.info img {
    flex: 1;
}
.brc {
    padding: 10px 0;
    margin-bottom: 30px;
}
.box-send-contact h2,.header-page-contact h1 {
    font-weight: 700;
    font-size: 25px;
    margin: 40px 0 35px;
}
.box-send-contact h2:after,.header-page-contact h1:after {
    content: "";
    display: block;
    margin-top: 25px;
    width: 30px;
    height: 3px;
    background: #252a2b;
}

.box-send-contact .wpcf7-text,.box-send-contact .wpcf7-textarea {
    border: 1px solid #e7e7e7;
    box-shadow: none;
    height: 45px;
    font-weight: 500;
    background: #fbfbfb;
    color: #4a4a4a;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
}

.box-send-contact .wpcf7-textarea {
    height: 120px;
}

.box-send-contact .wpcf7-submit {
    background: #f94c43;
    border: 0;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.widget.widget-news {
    position: relative;
    padding: 20px;
    border: 1px solid #e3e5ec;
}

h3.widget-title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    text-align: center;
}

.item-article {
    border-bottom: 1px #efefef dotted;
    padding: 15px 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.article-img {
    width: 30%;
    position: relative;
}

.article-text {
    flex: 1;
    margin-left: 15px;
}

.article-text h3 {
    margin: 0 0 5px;
    font-size: 14px;
}

.article-text h3 a {
    color: #252a2b;
}

.article-meta span:nth-child(1) {
    font-size: 12px;
}


.blog-item {
    margin-bottom: 25px;
}

.blog-item img {
    transition: all 1s;
}

.blog-item a:hover img {
    transform: scale(1.2);
}

.blog-item .col-lg-4 a {
    display: block;
    overflow: hidden;
}

.blog-item h3 {
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
}

.blog-meta {
    margin-bottom: 15px;
    color: #999;
}
.clearfix {
    clear: both;
}
select.orderby {
    padding: 5px 0;
    border-radius: 0;
}
.product-gallery {
    position: relative;
}
.list-product-thumb img {
    height: 100px;
    object-fit: cover;
    width: 100%;
}
.list-product-thumb .slick-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background: transparent;
  transition: all .3s;
}
.list-product-thumb .slick-next {
  right: 0;
  left: unset;
}
.list-product-thumb .slick-nav i {
    color: #f94c43;
    font-size: 37px;
}
.list-product-thumb .slick-list {
    margin: 0 -5px;
}
.list-product-thumb .slick-slide {
    margin: 0 5px;
}

.product-gallery .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery .slick-track img {
    display: block;
    margin: 0 auto;
}
.summary-single .price {
    color: #f00 !important;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 1px dotted #dfe0e1;
    font-size: 24px !important;
}
.summary-single .price del {
    color: #111;
    font-weight: 400;
    font-size: 15px;
    font-style: italic;
    margin-right: 15px;
}

.summary-single h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
    line-height: initial;
}

.product_meta {
    display: none;
}
.woocommerce table.variations td.label {
    width: 1%;
    white-space: nowrap;
}

.select_option .yith_wccl_value {
    border: 1px solid #808284;
}
.select_option.selected .yith_wccl_value,.select_option:hover .yith_wccl_value {
    border: 0;
}
.select_box:not( .on_ptab ) .select_option:hover {
    border-color: #f00 !important;
}
@media(max-width: 991px) {
    div#logo {
        flex: 1;
    }

    .header-search {
        order: 4;
        width: 100%;
        margin: 15px 0 0;
    }

    form.search-form input {
        width: 100%;
    }


    div#logo img {
        display: block;
        margin: 0 auto;
    }

    section.home-listcat {
        padding: 30px 0 0;
    }

    section.home-banner {
        padding-top: 30px;
    }

    .product-img a img {
        height: 160px;
    }

    section.home-products {
        padding-top: 30px;
    }

    section.home-products h2 a {
        font-size: 26px;
    }

    section.home-reviews {
        padding-top: 30px;
    }

    section.home-reviews h2 {
        font-size: 26px;
    }
    .page-heading {
        font-size: 26px;
    }
    .quantity {
        width: 100%;
        margin-bottom: 15px !important;
    }

    .single_add_to_cart_button {
        margin-left: 0 !important;
    }
    .single_add_to_cart_button {
        width: 50%;
    }

    .buy-now-button {
        width: 45%;
    }
    .product-slide .slick-nav i, .productcat-slide .slick-nav i {
        width: 30px;
        height: 30px;
        font-size: 21px;
    }
}
@media(max-width: 767px) {
    
}
@media(max-width: 576px) {
    
}