/**
theme name: vpw_theme cit woocommerce
theme uri: https://citgroup.vn/
author: citgroup
author uri: https://citgroup.vn/
description: cit woocommerce store theme by citgroup
version: 1.0.0
text domain: vpw_theme
email : info@citgroup.vn
tags: citgroup, woocommerce, store
*/

a {
    color: #eb5f21;
}

a:hover,
a:focus {
    color: #ac4500;
}

html {
    height: 100%;
}

body {
    position: relative;
    margin: 0;
    font-family: "roboto", sans-serif;
    /* font-family: "Foco", sans-serif; */
    font-size: 15px;
}

h1,
.h1,
h2,
.h2,
.heading {
    font-weight: 700;
}

h1,
.h1 {
    font-size: 25px;
}
h2,
.h2 {
    font-size: 22px;
}
h3,
.h3 {
    font-size: 16px;
}
h4,
.h4 {
    font-size: 1em;
    font-weight: bold;
}
h5,
.h5 {
    font-size: 0.9em;
    font-weight: bold;
}
.wrapper {
    overflow: hidden;
}
.thumb.resize {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 56.25%;
}
.thumb.resize > img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
    z-index: 10;
    transition: all 0.4s ease 0s;
}
.site-main .woocommerce-breadcrumb,
.breadcrumb {
    margin-top: 20px;
    background-color: transparent;
}
.myblock {
    padding-top: 40px;
    padding-bottom: 40px;
}

.navbar-brand > img {
    width: auto;
    height: 60px;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand.active .text,
.navbar-brand:hover .text,
.navbar-inverse .navbar-nav > li:hover,
.navbar-inverse .navbar-nav > li:focus,
.navbar-inverse .navbar-nav > .active,
.navbar-inverse .navbar-nav > .active:hover,
.navbar-inverse .navbar-nav > .active:focus,
.navbar-inverse .navbar-nav > .current-menu-item,
.navbar-inverse .navbar-nav > .current-menu-item:hover,
.navbar-inverse .navbar-nav > .current-menu-item:focus {
    background-color: transparent !important;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: transparent;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
}
.droplet {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.droplet.show {
    display: block;
}

.navbar-inverse {
    transition: all 0.2s ease-in-out;
}

.navbar-fixed-top.navbar-inverse {
    padding-top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.navbar-fixed-top.navbar-inverse.nav-up {
    top: -30px;
}
.owl-nav {
    color: #333;
    opacity: 0.8;
}
.owl-nav:hover {
    opacity: 1;
}
.owl-carousel .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: #fff !important;
}
.owl-carousel .owl-nav [class*="owl-"] i.fa {
    font-size: 15px;
}
.owl-carousel .owl-prev > i.fa:before {
    content: "\f060";
}

.owl-carousel .owl-next > i.fa:before {
    content: "\f061";
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #eb5f21;
}

#top.top {
    background-color: #eb5f21;
    color: #fff;
}

#top.top ul {
    line-height: 20px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

#top.top a {
    color: #fff;
}

#top.top .contact-link {
    font-weight: bold;
}

.middle-area {
    background-color: #eb5f21;
}
.middle-area a {
    color: #f1f1f1;
}
.middle-area .account-link {
    display: inline-block;
    margin-right: 5px;
}
.middle-area .mini-cart {
    display: inline-block;
}
.middle-area .mini-cart a.mini-cart-icon {
    display: block;
    position: relative;
}
.middle-area .mini-cart a.mini-cart-icon:before {
    position: absolute;
    left: 0;
    display: block;
    width: 1px;
    height: 30px;
    background-color: rgba(255 255 255 / 0.4);
    content: "";
    margin-right: 3px;
}
.middle-area .mini-cart .cart-text {
    position: relative;
}
.middle-area .mini-cart .cart-total {
    line-height: 1;
    position: absolute;
    display: inline-block;
    top: -8px;
    right: -15px;
    padding: 3px 5px;
    background-color: #fff000;
    border-radius: 10px;
    color: #eb5f21;
}

.logo-desktop img {
    height: 112px;
}

#header-search {
    padding-top: 33px;
    padding-bottom: 33px;
}
.dropdown-menu {
    margin: 0;
    padding: 0;
    border-color: #e3e3e3;
    border-radius: 0;
}
#primary-menu {
    position: relative;
    z-index: 11;
}
#primary-menu > a.toggle_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ac4500;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px;
    line-height: 30px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#primary-menu > a.toggle_link .fa-bars {
    font-size: 22px;
}
#primary-menu > a.toggle_link .fa.arrow {
    font-size: 18px;
    min-width: 20px;
}

#primary-menu-list > ul {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-top: none;
    width: 100%;
}
#primary-menu-list > ul > li > a {
    padding: 10px;
    display: block;
    color: #1e1e1e;
    position: relative;
    padding-left: 50px;
    border-bottom: 1px solid #f2f2f2;
    font-weight: 500;
}
#primary-menu-list > ul > li > a:before {
    speak: none;
    color: #eb5f21;
    content: "\f0fe";
    display: inline-block;
    font: normal normal normal 14px/1 fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 15px;
    top: 13px;
}
#primary-menu-list .dropdown-menu > li > a {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
}

#mainnav .menu-item-has-children > a:after {
    speak: none;
    color: #bbb;
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 fontawesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    top: 13px;
}

#mainnav .menu-item-has-children .menu-item-has-children > a {
    position: relative;
}

#mainnav .menu-item-has-children .menu-item-has-children > a:after {
    content: "\f054";
    right: 4px;
    margin-top: 4px;
    position: absolute;
}

#header-search input.search-input {
    background-color: #eaeaea;
    box-shadow: none;
    border: 0;
}

#header-search button.search-submit {
    padding-top: 12px;
    background: #eaeaea;
    border: 0;
    box-shadow: none;
    color: #eb5f21;
}

#slideshow .description a {
    color: #fff;
}
#slideshow .description {
    position: absolute;
    z-index: 1;
    background: linear-gradient(rgba(0 0 0 / 0), rgba(0 0 0 / 0.5));
    bottom: 0;
    width: 100%;
    padding-top: 50px;
}
#slideshow .thumb.resize {
    padding-top: 50%;
}

#slideshow .description h2 {
    font-size: 34px;
}
#slideshow .description .inner {
    padding: 30px;
    max-width: 700px;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

.widget_textmultibox-2 {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0;
}
.widget_textmultibox-2 .row {
    margin: 0;
}
.widget_textmultibox-2 .row > .item {
    padding: 0;
}
.widget_textmultibox-2 .row > .item + .item .textbox-intro-inner {
    border-left: 1px solid #f2f2f2;
}
.widget_textmultibox-2 .textbox-intro-inner {
    padding: 15px 5px 15px 45px;
    font-weight: bold;
    line-height: 1.2;
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 5px center;
}
.widget_textmultibox-2 .row > .item:nth-child(1) .textbox-intro-inner {
    background-image: url("images/affection.svg");
}
.widget_textmultibox-2 .row > .item:nth-child(2) .textbox-intro-inner {
    background-image: url("images/package.svg");
}
.widget_textmultibox-2 .row > .item:nth-child(3) .textbox-intro-inner {
    background-image: url("images/scientist.svg");
}
.widget_textmultibox-2 .row > .item:nth-child(4) .textbox-intro-inner {
    background-image: url("images/ship.svg");
}
.widget_textmultibox-2 .row > .item:nth-child(5) .textbox-intro-inner {
    background-image: url("images/process.svg");
}
.after_product_image-widget .inner {
    background: #f2f2f2;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 20px;
}
.after_product_image-widget .inner p:last-child {
    margin-bottom: 0;
}

.right_single_product_summary {
}
a.btn.tel-left-procduct {
    display: block;
    font-weight: bold;
    border-radius: 22px;
}
.widget_textmultibox-3.myblock {
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    margin-top: 15px;
    padding: 10px 15px;
    font-size: 14px;
}
.widget_textmultibox-3 .textbox-intro-inner {
    padding: 10px;
    padding-left: 25px;
    color: #333;
    position: relative;
}
.widget_textmultibox-3 .item + .item .textbox-intro-inner {
    border-top: 1px dashed #e3e3e3;
}
.widget_textmultibox-3 .inner.row {
    counter-reset: commit;
}
.widget_textmultibox-3 .textbox-intro-inner:before {
    counter-increment: commit;
    content: counter(commit);
    width: 16px;
    height: 16px;
    font-size: 12px;
    background: #eb5f21;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 10px;
}
.widget_textmultibox-3 .widget-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 0;
}
.widget_textmultibox-3 .textbox-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.widget_textmultibox-3 .widget-title {
    margin-top: 0;
}
.widget_textmultibox-3 .widget-title:before {
    display: none;
}
#text-7.widget_text {
    padding: 10px 15px;
    border: 1px dashed #6a0e13;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 12px;
}
#text-7.widget_text ul {
    clear: both;
    list-style: none;
    padding: 0;
}
#text-7.widget_text ul li {
    margin-bottom: 10px;
}
#text-7.widget_text ul li:before {
    content: "\f058";
    speak: none;
    display: inline-block;
    font: normal normal normal 14px/1 fontawesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 18px;
    color: #32bea6;
}

.widget_infomationbox-2 {
}
.widget_infomationbox-2 .textbox-img {
    width: 40%;
}
.widget_infomationbox-2 .textbox-intro {
    width: 60%;
}

.widget_infomationbox-2 .textbox-intro .textbox-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}
.widget_infomationbox-3 {
    background-color: #f2f2f2;
    border-bottom: 5px solid #ac4500;
}
.widget_infomationbox-3 .textbox-intro {
    width: 50%;
}
.widget_infomationbox-3 .textbox-img {
    float: right;
    width: 50%;
}
.widget_infomationbox-3 blockquote {
    background-color: #fff;
    border-left: 0;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    padding: 15px 20px 25px;
    font-weight: bold;
}

.text-2 {
}

.product_box_widget .widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
h2.widget-title {
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    padding-left: 15px;
    color: #eb5f21;
    font-size: 22px;
}
h2.widget-title:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #eb5f21;
    border-radius: 3px;
    top: 0;
    left: 0;
}
.product_box_widget .widget-header .btns > .btn {
    color: #eb5f21;
    border-color: #eb5f21;
    border-radius: 17px;
    padding: 6px 15px;
}
.product_box_widget .widget-header .btns > .btn:hover {
    color: #fff;
    background-color: #eb5f21;
}
.product-list .product {
    position: relative;
    border: 1px solid rgba(172, 69, 0, 0.2);
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    transition: all 0.3s;
}
.product-list .product:hover {
    border-color: rgba(172, 69, 0, 0.6);
}

.product > .btn {
    display: none;
}

.form-row {
    display: inline-block;
}

.lost_password {
    display: inline-block;
    font-style: italic;
}
.woocommerce h2.woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    min-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}
.averages {
    color: #ff9800;
    font-size: 13px;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.2px;
    letter-spacing: 0.29px;
    color: #ce0000;
    font-weight: 700;
    margin-bottom: 10px;
}
.woocommerce div.product span.price {
    font-size: 18px;
    margin: 22px 0 10px;
}

.woocommerce div.product p.price {
    font-size: 30px;
    margin: 34px 0;
}
.woocommerce div.product .price del {
    color: #999;
    font-size: 0.7em;
    order: 2;
    margin-left: 10px;
}
.woocommerce div.product .price ins {
    text-decoration: auto;
}
.price .amount > bdi {
    position: relative;
    padding-right: 10px;
    text-decoration: none;
}
.price .amount > bdi > span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.7em;
}
.variations select.form-control {
    width: auto;
}
.woocommerce span.onsale.sale-percent {
    color: #fff;
    background-color: #ce0000;
    font-size: 13px;
    padding: 3px 6px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    font-weight: 700;
    line-height: 1.2;
    min-height: auto;
    min-width: auto;
    top: 10px;
    left: auto;
    right: 5px;
}
.woocommerce span.onsale.sale-percent:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    border-left: 12px solid #ce0000;
    border-bottom: 6px solid transparent;
}

.woocommerce-page span.onsale.sale-percent {
    display: none;
}
.woocommerce .products > div.product {
    text-align: center;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none;
    width: auto;
}
.woocommerce .woocommerce-ordering {
    margin: 0;
}
.woocommerce .list-view .woocommerce-loop-product__title {
    margin-top: 0;
}
.woocommerce .list-view a.woocommerce-loop-product__link:before {
    display: table;
    content: "";
}
.woocommerce .list-view a.woocommerce-loop-product__link:after {
    clear: both;
    display: table;
    content: " ";
}

.new_box_widget .thumb.resize {
    border-radius: 10px;
    padding-top: 66.6667%;
}
.new_box_widget .entry-title a {
    color: #333;
}
.new_box_widget .entry-title a:hover {
    color: #eb5f21;
}
.new_box_widget .entry-meta,
.new_box_widget .entry-content,
.new_box_widget .readmore {
    display: none;
}

section.widget_productbox-2 {
    border-radius: 20px;
    background: linear-gradient(90deg, #b97b2c, #b01145 35%, #1164ae);
    position: relative;
    margin: 40px -10px;
    padding: 10px;
}
section.widget_productbox-2:before,
section.widget_productbox-2:after {
    content: "";
    position: absolute;
    top: 0;
    width: 217px;
    height: 183px;
    background-image: url(images/mask-combo.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
section.widget_productbox-2:before {
    left: 0;
}
section.widget_productbox-2:after {
    top: 16px;
    right: -30px;
    transform: rotate(82deg);
}
section.widget_productbox-2 .widget-header {
    display: block;
    text-align: center;
}
section.widget_productbox-2 .widget-header .btns {
    display: none;
}
section.widget_productbox-2 h2.widget-title {
    color: #fff;
    font-size: 26px;
    margin: 10px 0 15px;
    position: relative;
    display: inline-block;
}
section.widget_productbox-2 h2.widget-title:before {
    content: " ";
    position: absolute;
    background-repeat: no-repeat;
    pointer-events: none;
    top: -8px;
    left: -55px;
    width: 46px;
    height: 52px;
    background: transparent;
    background-image: url(images/left-title.svg);
    background-size: 100% 100%;
}
section.widget_productbox-2 h2.widget-title:after {
    content: " ";
    position: absolute;
    background-repeat: no-repeat;
    pointer-events: none;
    top: -2px;
    right: -60px;
    width: 50px;
    height: 46px;
    background-image: url(images/right-title.svg);
    background-size: 100% 100%;
}
section.widget_productbox-2 .widget-content {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
}
section.widget_productbox-2 .widget-content.row {
    margin: 0;
}
section.widget_productbox-2 .owl-dots {
    position: static;
    padding-bottom: 0;
}
section.widget_productbox-2 .owl-dot span {
    text-shadow: none;
    box-shadow: none;
}
section.widget_productbox-2 .owl-dot.active span {
    background: #ac4500 !important;
}

.product_box_widget .owl-item > .item {
    padding-left: 7px;
    padding-right: 7px;
}
section.widget_productbox-2 .owl-item > .item > .product {
    background-color: #fff;
    padding: 7px;
}
section.widget_productbox-2 .owl-nav > .owl-prev,
section.widget_productbox-2 .owl-nav > .owl-next {
    border-radius: 0;
    background: #ac4500 !important;
    color: #fff;
    position: 1;
    width: 26px;
}
section.widget_productbox-2 .owl-nav {
    opacity: 1;
}

section.widget_productbox-2 .owl-nav > .owl-prev {
    left: -5px;
}
section.widget_productbox-2 .owl-nav > .owl-next {
    right: -5px;
}
.product_box_widget .owl-nav > .owl-prev {
    left: -45px;
    border: 1px solid #ccc !important;
}
.product_box_widget .owl-nav > .owl-next {
    right: -45px;
    border: 1px solid #ccc !important;
}
.product_box_widget.widget_productbox-4 .owl-dots {
    display: none;
}

.inner-accordion {
    background-color: rgb(244, 245, 248);
    padding: 14px;
}
.inner-accordion .card:not(:last-child) {
    margin-bottom: 8px;
}
.inner-accordion .card {
    border: none;
}

.inner-accordion .card-header {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    font-size: 20px;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.inner-accordion br {
    display: none;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    background-color: #fff;
}
.inner-accordion h4 {
    margin: 0;
}
.inner-accordion .card-header .btn-link {
    padding: 0;
    font-size: 17px;
    color: #212529;
    font-weight: 400;
    box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
#text-10 {
    padding: 40px 0;
}
.widget_infomationbox-4 .textbox-title,
#text-10 h2.widget-heading {
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    padding-left: 15px;
    color: #eb5f21;
    font-size: 22px;
}

.widget_infomationbox-4 .textbox-title:before,
#text-10 h2.widget-heading:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background: #eb5f21;
    border-radius: 3px;
    top: 0;
    left: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    border: 1px solid #e3e3e3;
    margin: 3px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    width: calc(25% - 8px);
}
.yith-wcbr-brands-logo {
    display: none;
}
.products > .products:before,
.products > .products:after {
    display: table;
    content: " ";
}
.products > .products:after {
    clear: both;
}
.products > .product {
    float: left;
    width: calc(25% - 30px);
    margin: 15px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 40%;
    float: left;
    margin: 0 15px 0 0;
}
footer {
    background-color: #eb5f21;
    color: #fff;
    font-size: 14px;
}
footer .row {
    padding: 70px 0;
}
footer a {
    color: #fff;
}
footer h3.heading {
    padding-left: 0;
    margin: 0 0 15px;
}

footer ul {
    list-style: none;
    padding-left: 0;
}
footer li {
    margin: 7px 0;
}
footer .footer-subscribe strong {
    text-decoration: underline;
}

footer .copyright {
    text-align: center;
    font-size: 13px;
    color: #999;
    border-top: 1px solid hsla(0, 0%, 100%, 0.8);
    padding-top: 20px;
    margin-top: 20px;
    color: hsla(0, 0%, 100%, 0.8);
}
footer .copyright .heading {
    display: none;
}
#text-6.footer-widget a.btn-lg.tel-footer {
    font-weight: bold;
    border-radius: 22px;
}
.social-links > li {
    padding-left: 3px;
    padding-right: 3px;
}
.social-links > li a {
    font-size: 18px;
    height: 40px;
    width: 40px;
    background-color: rgba(0 0 0 /0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.row-main {
    margin-bottom: 20px;
}

.heading_page,
.woocommerce-products-header {
    margin: 20px 0 10px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}
.woocommerce-products-header .woocommerce-products-header__title {
    margin: 0;
}
.woocommerce-products-header .woocommerce-result-count {
    margin: 6px 0 0 10px;
    opacity: 0.6;
}
.woocommerce-products-header .category-info__text {
    display: flex;
    justify-content: start;
}
.woocommerce-products-header .category-info__text .shop-grid-controls {
    margin-left: auto;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #eb5f21;
}
.woocommerce .woocommerce-breadcrumb a:first-child {
    font-size: 0;
}
.woocommerce .woocommerce-breadcrumb a:first-child:before {
    content: "\f015";
    speak: none;
    display: inline-block;
    font: normal normal normal 14px/1 fontawesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shop-grid-controls {
    display: flex;
}
.grid-controls-drop label {
    display: none;
}
.grid-controls-btns a {
    margin: 3px 3px 0;
    display: inline-block;
    color: #dfdfdf;
}
.grid-controls-btns a.active {
    color: #777;
}
.grid-controls-drop {
    margin-left: 10px;
}
.grid-controls-drop .form-group {
    margin-bottom: 0;
}
.list-view .col-md-3 {
    width: 50%;
}
.list-view .attachment-woocommerce_thumbnail {
    float: left;
    margin-bottom: 0;
    max-width: 140px;
    max-height: 140px;
    margin-right: 10px;
}
ul.breadcrumb {
    background-color: transparent;
    font-size: 12px;
}
.summary .product-meta {
    font-size: 12px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 5px;
}
.summary .product-meta-item,
.summary .product-meta-item .averages {
    display: inline-block;
}
.summary .product-meta-item > span {
    color: #022aad;
}
.summary .product-meta-item + .product-meta-item {
    display: inline-block;
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid #f2f2f2;
}

.panel-title > a {
    display: block;
}
.faq-list .panel-title > a {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    font-size: 17px;
    font-weight: normal;
}
.faq-list .panel-title > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    width: 1.8em;
    text-align: center;
    content: "\f068";
}
.faq-list .panel-title > a[aria-expanded="false"]:after,
.faq-list .panel-title > a.collapsed:after {
    content: "\f067";
}
.faq-list.panel-group {
    background: rgb(244, 245, 248);
    padding: 10px 0;
    border: 0;
    padding: 7px;
}
.faq-list.panel-group .panel {
    border: 0;
    margin: 7px;
    border-radius: 0;
    background: #fff;
}
.faq-list .panel-default > .panel-heading {
    background-color: transparent;
    padding: 0;
}
.faq-list.panel-group .panel + .panel {
    margin-top: 0;
}
.faq-list.panel-group
    .panel-heading
    + .panel-collapse[aria-expanded="false"]
    > .panel-body {
    border-top: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.checkout.woocommerce-checkout .form-row {
    width: 100%;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    height: auto;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #eb5f21;
}

@media (min-width: 992px) {
    .navbar > .nav-item > .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        margin-top: 0;
    }

    .navbar > .nav-item:hover .nav-link {
        color: #fff;
    }

    .navbar > .nav-item > .dropdown-menu {
        top: 80%;
        transform: rotatex(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar > .nav-item > .dropdown-menu {
        top: 180%;
    }

    .navbar > .nav-item:hover > .dropdown-menu {
        transition: 0.3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotatex(0deg);
    }
    #primary-menu-list {
        position: absolute;
        width: 100%;
    }

    .widget_infomationbox-3 {
        margin-left: -100%;
        margin-right: -100%;
    }
    .widget_infomationbox-3 .inner {
        max-width: 1170px;
        margin: 0 auto;
    }
    .widget_infomationbox-3 .textbox-intro-inner {
        margin-top: 50px;
    }
} /** end @media (min-width: 992px) */

@media (min-width: 769px) {
    .navbar {
        min-height: 30px;
    }

    .navbar.navbar-inverse {
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 0;
    }

    .navbar-inverse .navbar-nav > li > a {
        font-weight: 500;
        padding-bottom: 20px;
        color: #eb5f21;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
    }

    .navbar-brand.active .text,
    .navbar-brand:hover .text,
    .navbar-inverse .navbar-nav > li:hover > a,
    .navbar-inverse .navbar-nav > li:focus > a,
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active:hover > a,
    .navbar-inverse .navbar-nav > .active:focus > a,
    .navbar-inverse .navbar-nav > .current-menu-item > a,
    .navbar-inverse .navbar-nav > .current-menu-item:hover > a,
    .navbar-inverse .navbar-nav > .current-menu-item:focus > a,
    .navbar-inverse .navbar-nav > .current-menu-parent > a {
        background-color: transparent;
        color: #eb5f21;
    }

    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li > a:hover {
        color: #eb5f21 !important;
    }

    .navbar-fixed-top .navbar-header img {
        visibility: visible;
    }

    a.logo.navbar-brand {
        height: auto;
        display: inline-block;
    }

    a.logo.navbar-brand > img {
        width: auto;
        display: none;
    }

    .navbar-inverse .navbar-nav > li {
        margin: 0;
    }

    .navbar-inverse .navbar-brand {
        color: #fafafa;
        font-weight: 600;
        padding: 0;
    }

    .navbar-brand {
        padding: 0;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }

    .navbar-brand img.logo {
        max-width: none;
    }

    #mainnav .nav > li > a {
        display: inline-block;
    }
    #primary-menu-list .dropdown-menu {
        top: 0;
        left: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #mainnav.navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        /*
		background-color: #f2f2f2;
		color: #555;*/
    }

    .navbar-nav > li > .dropdown-menu {
        min-width: 100%;
    }

    .account-nav {
        padding-top: 33px;
        padding-bottom: 33px;
        line-height: 34px;
        font-weight: bold;
    }

    .product-slide .owl-nav {
        font-size: 40px;
    }

    .product-slide .owl-nav > .owl-next {
        right: -65px;
    }

    .product-slide .owl-nav > .owl-prev {
        left: -65px;
    }
    .widget_textmultibox-2 .row > .item {
        width: 20%;
    }
} /* end @media (min-width: 769px) */

@media (min-width: 769px) and (max-width: 991px) {
    #primary-menu-list > ul > li {
        width: calc(50% - 10px);
        margin-left: 10px;
        float: left;
    }
}
@media (max-width: 991px) {
    .widget_infomationbox-3 .textbox-intro,
    .widget_infomationbox-2 .textbox-intro {
        width: auto;
        float: none;
    }
}
@media (max-width: 768px) {
    .navbar-inverse {
        background-color: #fff;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #eb5f21;
        background-color: #eb5f21;
    }
    .mainnav .navbar {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        top: 0;
        border: 0;
        background-color: #f8f8f8;
        box-shadow: 0 3px 4px rgb(0 0 0 / 20%);
        margin-bottom: 0;
    }
    body {
        padding-top: 50px;
    }
    .mini-cart {
        position: fixed;
        top: 0;
        right: 100px;
        margin-top: 10px;
        z-index: 1031;
    }
    .middle-area a {
        color: #eb5f21;
    }
    #slideshow .thumb.resize {
        padding-top: 100%;
    }
    #featured_product .tab-content {
        text-align: center;
    }
    #featured_product .tab-pane {
        margin: 70px 0;
    }
    .products > .product {
        float: left;
        width: calc(50% - 30px);
    }
    .droplet {
        display: none;
    }
    #primary-menu-list.collapse {
        overflow-y: auto;
        display: block;
    }
    .hotline {
        top: 0;
        left: 80px;
        position: fixed;
        margin-top: 10px;
        font-weight: bold;
        z-index: 1031;
        font-size: 18px;
        line-height: 20px;
        padding: 5px 10px;
        border-radius: 6px;
    }
} /* end @media (max-width: 768px) */
