::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

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

:root {
    --primary-color2: #3c294b;
}

#wrapper, #main {
    background: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-4 {
    margin-right: 50px;
}

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

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

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

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

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

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

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

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

.mt-5 {
    margin-top: 50px;
}

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

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

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

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

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    border: none !important;
    vertical-align: middle !important;
    display: inline-block !important;
    text-align: center !important;
    background-color: var(--primary-color) !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    padding: 12px 30px !important;
    border-radius: 10px !important;
    position: relative !important;
    z-index: 1 !important;
    overflow: hidden !important;
    margin: 0px !important;
    min-height: unset !important;
    height: unset !important;
}

.button_style:before, .button_style:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background-color: var(--primary-color2);
    transform: scale(0);
    z-index: -1;
    border-radius: inherit;
    transform-origin: right bottom;
    transition: opacity ease 0.4s, visibility ease 0.4s, transform ease 0.4s;
}

.button_style:before {
    transform-origin: left top;
}

.button_style:hover {
    color: #fff;
}

.button_style:hover:before, .button_style:hover:after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.nut-dang-ky {
    letter-spacing: 0;
    font-weight: 500 !important;
    color: white !important;
    font-size: 16px;
    padding: 8px 27px !important;
    margin-bottom: 0;
    animation-name: stretch;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-direction: reverse;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@keyframes stretch {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        /* transform: scale(1); */
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    right: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}

/**header**/
.header-search-form-wrapper input {
    border-radius: 7px !important;
}

.header-map ul {
    display: flex;
    gap: 30px;
}

.header-map ul li {
    list-style: none;
    font-size: 14px;
    position: relative;
}

.header-map ul li a {
    color: #fff
}

.header-map ul li:not(:last-child):after {
    border-left: 1px solid hsla(0, 0%, 100%, .2);
    content: "";
    height: 15px;
    right: -15px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 1px;
}

/**menu**/
div#mega-menu-wrap-primary {
    width: 100% !important;
}

#mega-menu-wrap-primary #mega-menu-primary {
    display: flex !important;
    justify-content: center;
}

div#mega-menu-wrap-primary ul li a {
    color: #000000 !important;
    font-weight: 600 !important;
    padding: 0 15px !important;
    text-transform: unset !important;
    font-size: 16px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
}

div#mega-menu-wrap-primary ul li a:hover {
    color: var(--primary-color) !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
    border-radius: 8px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    padding: 5px 10px !important;
    display: block !important;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 14px !important;
    color: #000000 !important;
    text-transform: unset !important;
    background: #fff !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: left !important;
    font-weight: normal !important;
    padding: 0 !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
    margin-bottom: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.menu_weight > a.mega-menu-link {
    font-weight: 700 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 1px solid #f2f2f2;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
}

.pagination ul li a, .pagination ul li span {
    color: #000;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    background: #fff;
    border-radius: 99px !important;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    display: inline-block;
    border-radius: 99px !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current, .pagination span.current {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

/**alert**/
.alert {
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;;
    border-color: #badbcc !important;;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

/**slide**/
body .swiper-button-next, body .swiper-button-prev {
    width: 46px;
    height: 46px;
    outline: none;
    border: 2px solid var(--primary-color) !important;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s;
    transition: .3s;
    transform: translateY(-50%) !important;
    top: 50% !important;
    border-radius: 50% !important;
    color: #000;
    font-size: 22px;
}

body .swiper-button-prev.swiper-button-disabled,
body .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    content: '' !important;
    font-size: 15px;
    color: #000;
}

body .swiper-button-next {
    right: -66px;
}

body .swiper-button-prev {
    left: -66px;
}

.swiper-container {
    position: relative;
}

/**category**/
.category-description {
    box-shadow: 0px 4px 45px 0px #0000000D;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    font-weight: 300;
    font-size: 15px;
}


.entry-content {
    padding: 0 !important;
    font-weight: 300;
    font-size: 15px;
}

.category-description p
.category-description ul li,
.category-description ol li,
.entry-content p,
.entry-content ul li,
.entry-content ol li {
    margin: 0 0 10px 0 !important;
}

.category-description ul,
.category-description ol,
.entry-content ul,
.entry-content ol {
    margin-left: 15px !important;
}

.category-description table,
.category-description table tr td,
.entry-content table,
.entry-content tr td {
    border-collapse: collapse;
    border: 1px solid #3333;
}

.category-description table tr td,
.category-description table tr th,
.entry-content tr td,
.entry-content tr th {
    padding: 10px;
    color: #333 !important;
}

/**abouts**/
.abouts {
    width: 100%;
    display: inline-block;
}

.abouts .abouts-title {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 20px 0;
    font-weight: 700;
}

.abouts .abouts-content p {
    margin: 0 0 15px 0;
    font-size: 16px;
}


/**product**/
.product-item {
    border-radius: 5px;
    transition: all .5s;
}

.product-item .product-thumbnail {
    width: 100%;
    height: 240px;
    background-color: #f2f7ff;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    transition: all .5s;
}

.product-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    transition: all .5s;
}

.product-item:hover .product-thumbnail img {
    transition: all .5s;
    transform: scale(120%);
}

.product-item .product-content {
    padding: 15px 0 0 0;
}

.product-item .product-content .product-title a {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    height: 45px;
    text-align: left;
    margin: 0 0 10px 0;
}

.product-item .product-price {
    text-align: center;
}

.product-item .product-price ins span, .product-item .product-price b {
    color: #ff3333;
    font-size: 16px;
}

.product-item .product-price del {
    margin-left: 5px;
}

.product-item .product-price del, .product-item .product-price del span {
    color: #666666;
    font-size: 15px;
}

.product-info .price-wrapper {
    margin: 20px 0;
}

.product-info .price-wrapper ins span, .product-info .price-wrapper b {
    color: #ff3333;
    font-size: 20px;
}

.product-info .price-wrapper del {
    margin-left: 5px;
}

.product-info .price-wrapper del, .product-info .price-wrapper del span {
    color: #666666;
    font-size: 18px;
}

span.woocommerce-Price-currencySymbol {
    vertical-align: unset !important;
}

/**home title**/
.home-title h3 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin: 0;
}

.home-title h3 a {
    color: #000;
}

.tab-product ul {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.tab-product ul li {
    margin: 0;
}

.tab-product ul li a {
    font-size: 18px;
    color: #000;
    padding: 10px 20px;
    border-radius: 10px;
}

.tab-product ul li.active a {
    background: var(--primary-color);
    color: #fff;
}

.tab-product .tab-panels {
    padding-top: 30px;
}

/**post item**/
.post-item {
    width: 100%;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0px 2px 15px 0px #00000014;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 220px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.post-item:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-item .post-content {
    padding: 15px;
}

.post-item .post-content .post-title a {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    height: 48px;
}

.post-item .post-content .post-title a:hover {
    color: #ff3333;
}

.post-item .post-content .post-desc {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0 0 0;
}

.sec-post .swiper-wrapper {
    padding: 10px 0 !important;
}

/**post list**/
.post-list {
    display: flex;
    flex-flow: wrap;
    transition: 0.3s ease-in-out;
}

.post-list:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dcdbdb;
}

.post-list .post-thumbnail {
    width: 290px;
    height: 175px;
    border-radius: 8px;
}

.post-list .post-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.post-list .post-content {
    width: calc(100% - 290px);
    padding-left: 10px;
}

.post-list .post-content .title {
    margin-bottom: 10px;
}

.post-list .post-content .title a {
    font-size: 18px;
    line-height: 1.3;
    color: #333;
    font-weight: 700;
}

.post-list .post-content .post-desc {
    color: hsla(0, 0%, 68%, .95);
    font-size: 15px;
    line-height: 22px;
}

.post-list .post-content .title a:hover {
    color: var(--primary-color)
}

/**widget**/
.widget {
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    border: 1px solid rgba(0, 0, 0, .15);
    margin-bottom: 25px;
}

.widget-title {
    color: var(--primary-color);
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-bottom: 15px;
    position: relative;
    display: block;
}


.widget-category-child ul li {
    list-style: none !important;
    margin: 0px !important;
}

.widget-category-child ul li a {
    display: block;
    background: #ededed;
    padding: 10px !important;
    border-top: 1px solid #ddd;
    color: var(--primary-color);
    font-weight: 700;
    transition: all 0s;
    display: block;
    width: 100%;
}

.widget-post-list {
    width: 100%;
    display: inline-block;
}

.widget-post-list .widget-post-item a {
    display: flex;
    flex-flow: wrap;
}

.widget-post-list .widget-post-item {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
    align-items: center;
}

.widget-post-list .widget-post-item a {
    display: flex;
    flex-flow: wrap;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 80px;
    height: 60px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 80px);
    padding: 0 0 0 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: #000;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    text-align: left;
}

.widget-post-list .widget-post-item .widget-post-content h3:hover {
    color: var(--primary-color);
}

.screen-reader-response {
    display: none;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
    color: #ff3333;
}

.widget-price ins, .widget-price b {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 700;
}

.widget-price del, .widget-price del span {
    color: gray;
    font-size: 13px;
}

.is-divider.small {
    display: none;
}

section.breadcrumbs {
    width: 100%;
    padding: 10px 0;
    background: #faf8f8;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center
}

section.breadcrumbs p {
    margin: 0
}

section.breadcrumbs a, section.breadcrumbs span {
    color: #333;
    font-weight: 400;
    text-transform: unset;
    font-size: 14px
}

/**product cat**/
.shop-page-title.category-page-title.page-title {
    display: none;
}

section.category-entry {
    margin: 40px 0;
}

.category-product .product-item .product-thumbnail {
    height: 180px;
}

.category-product .product-item .product-content .product-title a {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    height: 40px;
}

h1.cat_title {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin: 0 0 20px 0;
}

/**single**/
header#header-single h1 {
    font-weight: 700;
    font-size: 30px;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 40px;
}

.single-post-meta {
    background-color: #f9f9f9;
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 15px;
    margin-right: 0;
    margin-left: 0;
}

header#header-single .single-post-meta .author-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

header#header-single .single-post-meta .author-info .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

header#header-single .single-post-meta .author-info .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

header#header-single .single-post-meta .review-title {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1;
}

.review .kk-star-ratings .kksr-legend {
    margin: 0 !important;
}


.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.single-post-meta .comment-count, .single-post-meta .update-time {
    margin-left: 5px;
    font-size: 13px;
    color: #888;
}

.single-post-meta-bottom a.social {
    position: relative;
    display: inline-block;
    margin: .333rem .25rem;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 32px;
    width: 32px;
    height: 32px;
    transition: color .333s;
}

.single-post-meta a.social.social-twitter, .single-post-meta a.social[href^="https://twitter"] {
    background-color: #00aced;
}

.single-post-meta a.social.social-facebook, .single-post-meta a.social[href^="https://www.facebook"] {
    background-color: #3b5998;
}

.single-post-meta a.social.social-linkedin, .single-post-meta a.social[href^="https://www.linkedin"] {
    background-color: #007bb6;
}

.single-post-meta a.social.social-pintrest, .single-post-meta a.social[href^="https://pinterest"] {
    background-color: #cb2027;
}

.related-post, .comment {
    margin-top: 30px;
}

.action-desktop {
    width: 0;
    position: absolute;
    left: -65px;
    top: 0;
    bottom: 0;
}

.social-share-button {
    padding: 0;
    position: sticky;
    top: 150px;
    z-index: 3
}

.social-share-button .social {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-bottom: 0;
    margin-bottom: 10px;
    border-radius: 100px;
    color: #fff !important;
    text-decoration: none;
    width: 40px;
    height: 40px;
    font-size: 0;
    transition: color .333s;
    overflow: hidden;
    background: #ccc
}

.social-share-button .social i {
    font-size: 18px
}

.social-share-button .sc-home {
    background: var(--primary-color)
}

.social-share-button .sc-facebook {
    background-color: #3b5998
}

.social-share-button .sc-comments {
    background: #3184ac;
    position: relative
}

.social-share-button .sc-comments .number {
    content: "";
    display: block;
    position: absolute;
    color: #fff;
    font-size: 9px;
    top: 5px;
    right: 5px;
    background: #eb2929;
    padding: 3px 4px;
    text-align: center;
    line-height: 8px;
    border-radius: 2px;
    margin: 0
}

.social-share-button .btn-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ddb054;
    width: 40px;
    height: 40px;
    font-size: 0;
    cursor: pointer;
    border-radius: 100px
}

.mrTop .social-share-button {
    top: 125px;
}

.comment-section-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.page-title.shop-page-title.product-page-title {
    display: none;
}

.input_price {
    box-shadow: unset !important;
    border-color: var(--primary-color) !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
    height: 45px !important;
    background-color: #fff;
}

.textarea_price {
    border-color: var(--primary-color) !important;
    padding: 12px !important;
    background-color: #fff;
    border-radius: 12px !important;
}

.select_price {
    border-color: var(--primary-color) !important;
    background-color: #fff;
    border-radius: 12px !important;
}

/**footer**/
#footer .logo_footer img {
    filter: brightness(0) invert(1);
}

#footer .footer-title h3 {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 20px 0;
}

#footer .footer-menu a {
    padding: 0;
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 15px;
    min-height: unset;
    height: unset;
}

#footer .footer-address p i {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 99px;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
}

#footer .footer-address p {
    color: #fff;
    font-size: 15px;
    margin: 0 0 10px 0;
}

.absolute-footer.dark.medium-text-center.small-text-center {
    padding: 10px 0;
    background: #000 !important;
    color: #fff !important;
    text-align: center;
}

.absolute-footer .pull-left {
    float: none;
}

/**contact**/
.contact-address .footer-title h3 {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 20px 0;
}

.contact-address .footer-menu a {
    padding: 0;
    margin: 0 0 10px 0;
    color: #000;
    font-size: 15px;
    min-height: unset;
    height: unset;
}

.contact-address .footer-address p i {
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    border-radius: 99px;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
}

.contact-address .footer-address p {
    color: #000;
    font-size: 15px;
    margin: 0 0 10px 0;
}

.product_content {
    margin: 0 0 30px 0;
}

.product__info tr td {
    padding: 10px 0;
    color: #000;
}

form.wpcf7-form.init {
    margin: 0;
}

.form-title p {
    text-align: center;
    margin: 0 0 30px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
    color: #000;
}

.home-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.home-flex a {
    color: var(--primary-color);
}

.home-flex h3 {
    width: auto;
    display: inline-block;
}

.product-short-description {
    font-size: 15px;
}

.product-short-description p {
    margin: 0 0 10px 0;
}

.product-short-description ul li {
    margin: 0 0 10px 0 !important;
}

.form-title {
    margin: 0 0 25px 0;
}