@font-face {
    font-family: "Opensans Light";
    src: url('../fonts/OpenSans-Light.ttf');
}

@font-face {
    font-family: "Opensans";
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: "Opensans Semibold";
    src: url('../fonts/OpenSans-Semibold.ttf');
}

@font-face {
    font-family: "Opensans Semibold";
    src: url('../fonts/OpenSans-Semibold.ttf');
}

.absolute-footer, html {
    background: #fff !important;
}

ul, li {
    list-style: none;
    margin-bottom: 0px !important;
}

ul {
    padding-left: 0px !important;
}

li {
    margin-left: 0px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.pb-2 {
    padding-bottom: 20px !important;
}

.row-5 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pd-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-bottom: 5px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Opensans", sans-serif;
}

body {
    font-family: "Opensans", sans-serif;
}

/**header**/
#logo img {
    max-height: 60px !important;
}

/**menu**/
ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li {
    padding: 0px 10px;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li a {
    color: #000;
    font-weight: normal;
    text-transform: unset;
    font-size: 15px;
    position: relative;
    font-family: "Opensans", sans-serif;
    transition: 0.3s ease-in-out;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li a:after {
    content: '';
    height: 2px;
    width: 0;
    background: #ffb005;
    display: block;
    position: absolute;
    bottom: 0px;
    transition: 0.3s ease-in-out;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li a:hover {
    color: #ffb005;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase li a:hover:after {
    width: 100%;
}

.header.show-on-scroll, .stuck .header-main {
    background: #fff !important;
}

/**cart***/
.bar-sort {
    position: relative;
    display: block;
    list-style: none;
    border-top: none;
    text-align: center;
    font-size: 13px;
    white-space: nowrap;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    margin-right: 30px;
    width: 100px;
}

.bar-sort a {
    font-family: "Opensans", sans-serif;
    color: #000;
}

.bar-sort .icon-gio-hang {
    width: 30px;
    height: 30px;
    border: none;
    display: block !important;
    background-image: url('../images/e36efa.png');
    background-size: 100%;
    margin: 0 auto 5px !important;
}

.bar-sort .badge-count {
    position: absolute;
    top: 0px;
    right: 10px;
    background-color: #ff6700;
    font-weight: 400;
    color: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.bar-sort .badge-count {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

/**search**/
input.search-field.mb-0 {
    border: 1px solid #e0e0e0;
    box-shadow: unset !important;
    padding: 16px 10px !important;
    height: 40px;
    width: 250px;
    font-family: "Opensans", sans-serif;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: transparent !important;
    color: #000;
    box-shadow: unset;
    position: absolute;
    height: 40px;
    top: 0px;
    width: 40px;
    right: 0px;
}

/**slider homepage**/
.slider-home-page {
    padding: 0px 15px;
}

.slider-home-page .noPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/**category slider**/
.slider-home-page .MainMenu {
    background: #424242;
}

.slider-home-page .MainMenu h2 {
    color: #fff;
}

.slider-home-page .MainMenu h2 {
    display: none;
}

.slider-home-page .MainMenu ul li {
    border: 0px !important;
    padding: 0px 15px !important;
    transition: 0.2s ease-in-out;
}

.slider-home-page .MainMenu ul li a {
    color: #fff;
    font-size: 13px;
    line-height: normal;
    padding: 11.9px 0 11px !important;
    text-transform: uppercase;
    display: block;
    position: relative;
    width: 100%;
}

.slider-home-page .MainMenu ul li:hover {
    transition: 0.2s ease-in-out;
    background: #ffb005;
}

/**footer**/
footer#footer {
    background: #424242;
    width: 100%;
    display: inline-block;
    padding: 40px 0 20px 0;
}

footer#footer .footer-top {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top .footer-title h2 {
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 6px;
}

footer#footer .footer-top .footer-menu ul li {
    border: 0px !important;
}

footer#footer .footer-top .footer-menu ul li a {
    color: rgba(255, 255, 255, 0.9);
    padding: 0px !important;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
}

footer#footer .bg-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

footer#footer .footer-address p {
    color: rgba(255, 255, 255, 0.9);
    font-weight: normal !important;
    font-size: 14px;
    margin-bottom: 6px !important;
}

footer#footer .footer-address p a {
    color: #ffb005;
}

footer#footer .footer-address p i {
    color: #ffb005;
}

footer#footer .footer-address p a:hover {
    color: #ff3333;
}

footer#footer .footer-address p span {
    display: block;
}

footer#footer .border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

footer#footer .footer-social {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-social ul li {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    background: #3b5998;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
}

footer#footer .footer-social ul li:nth-child(2) {
    background: #1da1f2;
}

footer#footer .footer-social ul li:nth-child(3) {
    background: #ff0000;
}

footer#footer .footer-social ul li:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.1);
}

footer#footer .footer-social ul li a {
    text-align: center;
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 25px;
}

footer#footer .text-right a {
    margin-left: 30px;
}

footer#footer .text-right a img {
    height: 45px;
}

.footer-copyright a {
    color: #ffb005;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

/**box-category**/
.box-category {
    text-align: center;
}

.box-category .box-category-icon {
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
}

.box-category .box-category-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-category .box-category-title h2 {
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
}

.box-category:hover .box-category-title h2 {
    color: #ffb005;
}

/**title-home**/
.title-blog {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    line-height: 34px;
    display: inline-block;
    margin-bottom: 19px;
}

.title-blog h2 {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    font-family: "Opensans", sans-serif;
    margin-bottom: 0px !important;
}

.title-tg {
    margin: 0 auto 18px;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    background: #ffb005;
    padding: 8px 25px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: inline-block;
}

.title-tg h2 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0px !important;
    text-align: left;
}

.tab-item-product ul li {
    display: inline-block;
    padding: 0px 15px;
}

.tab-item-product.text-right ul li:last-child {
    padding-right: 0px !important;
}

.tab-item-product ul li a {
    font-size: 14px;
    line-height: 40px;
    position: relative;
    color: #555;
    font-family: "Opensans", sans-serif;
    transition: 0.3s ease-in-out;
}


.tab-item-product ul li a:after {
    content: '';
    height: 2px;
    width: 0;
    background: #ffb005;
    display: block;
    position: absolute;
    bottom: -5px;
    transition: 0.3s ease-in-out;
}

.tab-item-product ul li a i {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    border-radius: 50%;
    font-size: 10px;
    background: #b0b0b0;
    color: #fff;
    vertical-align: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    text-align: center;
    line-height: 20px;
}

.tab-item-product ul li a:hover i {
    background: #ffb005;
}

.tab-item-product ul li a:hover {
    color: #ffb005;
}

.tab-item-product ul li a:hover:after {
    width: 100%;
}

.tab-item-product ul li.active a:after {
    width: 100%;
    background: #ffb005;
}

.tab-item-product ul li.active a {
    color: #ffb005;
}

.alert-message {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin: 1rem 0;
    border: 1px solid transparent;
    border-radius: .25rem;
}

/**article product**/
article.product-group {
    margin: 20px 0 0 0;
}

.product-slider .owl-nav button i {
    color: #000;
}

.tab-item {
    display: none;
}

.product-slider .owl-nav button {
    position: absolute;
    width: 40px;
    height: 40px;
    min-height: 40px !important;
    background: #fff !important;
    border-radius: 5px;
    top: 35%;
    transform: translateY(-50%)
}

.product-slider .owl-nav button.owl-prev {
    left: -15px;
}

.product-slider .owl-nav button.owl-next {
    right: -30px;
}

.product-slider .owl-dots {
    display: none;
}

.product-box {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: inline-block;
    transition: all .2s linear;
}

.product-box:hover {
    transition: all .2s linear;
    webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.product-box .product-avatar {
    width: 100%;
    height: 235px;
    position: relative;
}

.product-box .product-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-box .product-content {
    padding: 10px;
    text-align: center;
}

.product-box .product-content .caption h2 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    font-family: "Opensans", sans-serif !important;
}

.product-box .product-content .price-wrapper ins span {
    font-size: 18px;
    font-weight: 700;
    color: #ffb005;
    font-family: "Opensans", sans-serif;
}

.product-box .product-content .price-wrapper del span {
    font-size: 14px;
    color: #b0b0b0;
    font-weight: 400;
    margin-left: 3px;
    font-family: "Opensans", sans-serif;
}

.product-box .product-sale {
    color: #fff;
    top: 8px;
    font-size: 15px;
    right: 0;
    position: absolute;
    box-sizing: border-box;
    text-align: center;
    z-index: 10;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    text-transform: uppercase;
}

.product-box .product-sale:before {
    content: '';
    position: absolute;
    right: -5px;
    top: -20px;
    width: 0;
    height: 0;
    border-top: 90px solid #fa2a2a;
    border-bottom: 0 solid transparent;
    border-left: 90px solid transparent;
    z-index: -1;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.product-box .product-coming {
    background: #ffb005;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    z-index: 99999;
    left: 0px;
    text-align: center;
    color: #fff;
    font-family: "Opensans", sans-serif;
    font-size: 15px;
    padding: 3px 0;
}

/**support**/
#support {
    background: #ffb005;
    width: 100%;
    color: #fff;
    line-height: 20px;
    padding: 15px 0;
    text-align: center;
    font-family: "Opensans", sans-serif;
}

#support label {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

#support p {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px !important;
}

/**blog**/
article.blog-home {
    margin: 20px 0 20px 0;
    width: 100%;
    display: inline-block;
    position: relative;
}

.widget-news-post {
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    width: 100%;
}

.widget-news-post img {
    display: inline-block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.widget-news-post .caption {
    padding: 7px 12px 15px;
}

.widget-news-post .caption h4 {
    line-height: 25px;
}

.widget-news-post .caption h4 a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
    font-family: "Opensans", sans-serif;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 17px;
}

.widget-news-post .caption p {
    font-size: 15px;
    color: #333;
}

.widget-news-post:hover .caption h4 a {
    color: #ffb005;
}

article.blog-home .owl-nav {
    position: absolute;
    top: -45px;
    right: 0;
}

article.blog-home .owl-nav button {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #b0b0b0 !important;
    border-radius: 50%;
    color: #fff;
    margin: 0px !important;
    margin-left: 5px !important;
    min-height: 24px !important;
}

article.blog-home .owl-nav button i {
    color: #fff !important;
    font-size: 12px;
    text-align: center;
    padding: 0px !important;
    width: 24px;
    height: 24px;
    line-height: 27px;
    display: block;
}

article.blog-home .owl-nav button:hover {
    background: #ffb005 !important;
}


/*backup**/
div#backup {
    width: 35px;
    height: 35px;
    background: #ffb005;
    border-radius: 50%;
    position: fixed;
    right: 30px;
    bottom: 50px;
    text-align: center;
    line-height: 35px;
    color: #ffff;
    cursor: pointer;
}

/**single**/
.single-post #main, .bg-page-gray {
    background: rgb(245, 245, 245) !important;
}

section.breadcrumbs {
    color: #53616e !important;
    padding: 10px 0 10px 0;
}

section.breadcrumbs span, .breadcrumbs a {
    color: #53616e !important;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    text-transform: initial;
}

section.breadcrumbs i {
    color: #53616e;
    font-size: 15px;
    margin: 0px 3px;
}

/**single**/
.bg-single {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

header#header-sinlge h2 {
    font-family: "Opensans", sans-serif;
    color: #000;
}

.single-content {
    font-family: "Opensans", sans-serif;
    color: #000;
}

article.post-related .title-single h3 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    color: #2b2b2b;
    font-family: "Opensans", sans-serif;
}

article.post-related {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.blog-slider-1 .owl-dots {
    display: none;
}

/**widget**/
.widget-title h2 {
    font-weight: 700;
    margin: 0 0 20px !important;
    font-family: "Opensans", sans-serif;
}

.widget-post-grid {
    width: 100%;
    display: inline-block;
}

.widget-post-grid .widget-post-items {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ddd;
}

.widget-post-grid .widget-post-items:last-child {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
}

.widget-post-grid .widget-post-items .widget-post-avatar {
    width: 80px;
    height: 75px;
    float: left;
}

.widget-post-grid .widget-post-items .widget-post-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-title {
    width: calc(100% - 80px);
    float: left;
    padding-left: 10px;
    font-family: "Opensans", sans-serif;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000;
}

/**category**/
section#category-title h2 {
    margin-bottom: 0px !important;
    font-family: "Opensans", sans-serif;
    color: #000;
    font-size: 25px;
}

section#category-title {
    padding: 27px 0 27px;
    background: #fff;
    line-height: 25px;
    margin-bottom: 10px;
}

.marginTop {
    margin-top: 20px !important;
}

.post-category img {
    height: 230px;
    object-fit: cover;
}

/**taxonomy**/
.category-page-title {
    display: none;
}

.taxonomy_woocommerce {
    margin: 15px 0;
    border-bottom: 2px solid #ffb005;
}

.taxonomy_woocommerce h2 {
    margin-bottom: 0px !important;
}

.taxonomy_woocommerce h2 span {
    background-color: #ffb005;
    color: #fff;
    padding: 6px 15px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0px !important;
}

/**single-product**/
.product-main {
    padding-top: 0px !important;
}

.widget-title.title-pr h2 {
    display: block;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
}

.showroom .list-group-item {
    padding: .65rem 1.25rem;
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.showroom .list-group-item strong {
    font-weight: 600;
    color: #ffb005;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
}

.showroom p {
    margin-bottom: 3px;
    font-size: 14px;
    font-family: "Opensans", sans-serif;
    color: #000;
}

.showroom p i {
    color: #ffb005;
    width: 12px;
    text-align: center;
    font-size: 16px !important;
    margin-right: 3px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

/**single-product**/
.product-info nav.woocommerce-breadcrumb.breadcrumbs {
    display: none;
}

.product-info {
    padding-top: 0px !important;
}

.product-info h1.product-title.product_title.entry-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    font-family: "Opensans", sans-serif;
    color: #000;
}

.product-info .is-divider.small {
    display: none;
}

.product-info .product-single-rate {
    margin: 15px 0;
}

.product-info .product-single-rate i {
    font-size: 15px;
    color: #c9c9c9;
}

.product-info .product-single-rate span {
    font-family: "Opensans", sans-serif;
    color: #000;
    font-size: 15px;
    margin-left: 5px;
}

.product-info .woocommerce-product-rating {
    display: none;
}

.product-info .star-rating {
    margin: 15px 0 !important;
    font-size: 15px !important;
}

.product-info .star-rating span {
    font-size: 15px;
}

.product-info .star-rating span:before {
    color: #f8e435 !important;
    font-size: 15px;
}

p.price.product-page-price ins span {
    color: #ff3333;
    font-size: 32px;
    font-family: "Opensans", sans-serif;
}

.product-info .product-short-description {
    margin: 15px 0 15px;
}

.product-info .product-short-description p b {
    font-weight: normal;
    font-size: 15px;
    font-family: "Opensans", sans-serif;
    color: #000;
}

.product-info .product-short-description p {
    margin-bottom: 3px;
}

form.cart .quantity.buttons_added, button.single_add_to_cart_button.button.alt {
    display: none;
}

.product-info .product-single-button {
    transition: 0.3s ease-in-out;
}

.product-info .product-single-button p {
    color: #fff;
    text-transform: unset !important;
    margin-bottom: 0px !important;
    font-size: 13px;
}

.product-info .product-single-button h2 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-transform: UPPERCASE;
    font-family: "Opensans", sans-serif;
}

.product-info .product-single-button {
    background-color: #ff6700;
    border: none;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
    border-radius: 4px;
    line-height: 1;
    text-align: center;
    float: none;
    padding: .618em 1em;
}

.product-info .product-single-button.yellow {
    background: #ffc107;
}

.product-info .product-single-button.black {
    background: #424242;
}

.product-info .product-single-button:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.product-info .box-selling {
    overflow: hidden;
    padding: 10px 10px 0;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    clear: both;
    margin-top: 15px !important;
}

.product-info .box-selling .block-content {
    padding-top: 8px;
    line-height: 25px;
    font-size: 14px;
    color: #000;
    font-family: "Opensans", sans-serif;
}

.product-info .box-selling ul {
    padding-left: 0;
    margin-bottom: 10px !important;
}

.product-info .box-selling ul li {
    list-style: none !important;
    background-image: url('../images/check@2x.png');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    padding-left: 25px;
    line-height: 20px;
    margin-bottom: 5px !important;
}

.product-info p.price.product-page-price.price-on-sale del span {
    margin-left: 5px !important;
    font-size: 20px;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li a:before {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
    border-top: 0px !important;
    padding-top: 17px !important;
    padding-bottom: 0px !important;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-line.nav-left {
    border-bottom: 3px solid #ff6700;
    background-color: transparent;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li a {
    background-color: #4c4d4f;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    padding: .5em 2em .5em;
    z-index: 2;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    position: relative;
}

.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content ul li a:after {
    content: '';
    position: absolute;
    right: -60px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 41.5px solid #4c4d4f;
    border-right: 60px solid transparent;
}

div#tab-description {
    color: #000;
    font-size: 16px;
    font-family: "Opensans", sans-serif;
}

div#tab-description h1, div#tab-description h2, div#tab-description h3, div#tab-description h4, div#tab-description h5, div#tab-description h6 {
    color: #000;
    font-family: "Opensans", sans-serif;
}

/**widget-product**/
.widget-pr-title h2 {
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    font-weight: 400;
    color: #000;
    font-family: "Opensans", sans-serif;
    margin-bottom: 0px !important;
}

.widget-pr-title {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 20px !important;
}

.widget-pr-title h2:after {
    content: '';
    width: 100px;
    height: 2px;
    display: block;
    background-color: #ff6700;
    margin-bottom: 0;
    bottom: -5px;
    left: 0;
    position: absolute;
}

.btn-disibled {
    pointer-events: none;
    text-decoration: none;
    color: black;
    cursor: not-allowed;
    opacity: .5;
}

/**comment template*/
.title-pr-border {
    border-bottom: 3px solid #ff6700;
    background-color: transparent;
}

.title-pr-border span {
    background-color: #4c4d4f;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    padding: .5em 2em .5em;
    z-index: 2;
    display: inline-block;
    font-family: Helvetica, Arial, sans-serif;
    position: relative;
}

.title-pr-border span:after {
    content: '';
    position: absolute;
    right: -60px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-bottom: 41.5px solid #4c4d4f;
    border-right: 60px solid transparent;
}

div#reviews {
    margin: 20px 0;
    color: #000;
}

.stock-status {
    font-size: 12px;
    display: inline-block;
    background-color: #ecf7ed;
    border-radius: 3px;
    border: solid 1px #c4ddc8;
    padding: 0 10px;
    line-height: 22px;
    padding-left: 30px;
    background-image: url('../images/check-mark.png');
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 10px;
    position: absolute;
    right: 0;
    color: #77a464;
    margin-top: 5px
}

.badge-container.is-larger.absolute.left.top.z-1 {
    margin: 0px !important;
    width: 100%;
    display: inline-block;
}

.product-gallery.col.medium-4 {
    overflow: hidden;
}

span.onsale {
    color: #fff;
    top: 8px;
    font-size: 15px;
    right: 0;
    position: absolute;
    box-sizing: border-box;
    text-align: center;
    z-index: 10;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    text-transform: uppercase;
    border-radius: 0px;
}

span.onsale:before {
    content: '';
    position: absolute;
    right: -5px;
    top: -20px;
    width: 0;
    height: 0;
    border-top: 90px solid #fa2a2a;
    border-bottom: 0 solid transparent;
    border-left: 90px solid transparent;
    z-index: -1;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

/**cart page**/
.checkout-page-title.page-title {
    display: none;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th {
    background: #ffc107;
    text-align: center;
    font-family: "Opensans", sans-serif;
    color: #fff;
    border-bottom: 1px solid #ddd;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td {
    color: #000;
    font-family: "Opensans", sans-serif;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td {
    border: 1px solid #ddd;
    border-collapse: collapse;
    text-align: center;
}

.cart-collaterals.col.medium-6.col.pb-0 {
    border-left: 0px !important;
}

.cart-container.container.page-wrapper.page-checkout {
    padding-top: 0px !important;
}

a.checkout-button.button.alt.wc-forward {
    background: #ffc107;
    text-align: center;
    font-family: "Opensans", sans-serif;
}

button.button.primary.mt-0.pull-left.small {
    background: #ffc107;
    text-align: center;
    font-family: "Opensans", sans-serif;
}

a.button-continue-shopping.button.primary.is-outline {
    text-align: center;
    font-family: "Opensans", sans-serif;
    border-color: #ffc107;
    color: #ffc107
}

.cart-container.container.page-wrapper.page-checkout {
    padding-top: 20px !important;
}

.page-checkout .woocommerce {
    background: #fff;
    padding: 20px;
    margin: 0px 0 0 0 !important;
}

.woocommerce-billing-fields__field-wrapper p {
    width: 100% !important;
    font-family: "Opensans", sans-serif;
}

button#place_order {
    background: #ffc107;
    text-align: center;
    font-family: "Opensans", sans-serif;
}

.woocommerce-billing-fields__field-wrapper p input, textarea#order_comments {
    box-shadow: unset;
    border-radius: 5px;
}

form.checkout.woocommerce-checkout .col {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.checkout-sidebar.sm-touch-scroll {
    font-family: "Opensans", sans-serif;
    color: #000;
}

td.product-total span, td span.woocommerce-Price-amount.amount {
    color: #ff3333 !important;
}

table.table-bordered .product-images {
    width: 100px;
    margin: auto;
}

table.table-bordered h2.title-product-table {
    color: #000;
    font-family: "Opensans", sans-serif;
    font-size: 15px;
}

table.table-bordered thead tr th {
    border: 1px solid #ddd;
    text-align: center;
    font-family: "Opensans", sans-serif;
    color: #000;
    font-size: 13px;
}

table.table-bordered tr td {
    border: 1px solid #ddd;
}

table.table-bordered {
    border: 1px solid #ddd;
}

table.table-bordered .price-wrapper ins span {
    color: #ff3333;
    font-weight: 700;
    font-size: 15px;
}

input.wpcf7-form-control.wpcf7-submit.btn-register {
    margin: 0px auto !important;
    width: 200px;
    display: block;
    background: #ffc107;
    text-align: center;
    font-family: "Opensans", sans-serif;
    box-shadow: unset !important;
    border-radius: 5px;
    border: 0px !important;
}

.title-form {
    margin-bottom: 20px;
    text-align: center;
    font-family: "Opensans", sans-serif;
    color: #000;
}

.title-form h2 {
    font-family: "Opensans", sans-serif;
    color: #000;
    margin-bottom: 5px !important;
    font-size: 16px;
}

.title-form p {
    font-size: 14px;
}

.input-form {
    border-radius: 5px !important;
    box-shadow: unset !important;
}

.form-group label {
    font-family: "Opensans", sans-serif;
    color: #000;
    font-weight: normal;
}