* {
    outline: none;
}
body {
    font-size: 16px;
    line-height: 1.5 !important;
    background-color: #f5f5f5;
    color: #222;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
}
div.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
#main-content {    
    min-height: 450px;
    padding-top: 67px;
    padding-bottom: 20px;
}
body p {
    margin-bottom: 1rem;
}
body h1 {
    font-size: 2.5rem;
}
body h2 {
    font-size: 2rem;
}
body h3 {
    font-size: 1.75rem;
}
body h4 {
    font-size: 1.5rem;
}
body h1, body h2, body h3, body h4, body h5 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1rem;
}
#wrap-pagination {
    text-align: center;
    margin-top: 20px;
}
#wrap-pagination ul li {
    display: inline-block;
}
#wrap-pagination ul li.active span,
#wrap-pagination ul li a {
    border-radius: 2px;
    padding: 4px 20px;
    display: block;
}
#wrap-pagination ul li.active span {
    background: #fb5731;
    color: #fff;
}
.breadcrumb > ul > li {
    margin-right: 10px;
    padding-right: 15px;
    position: relative;
}
.breadcrumb > ul > li:not(:last-child):after {
    position: absolute;
    right: 0;
    top: 50%;
    content: '/';
    display: inline-block;
    transform: translateY(-50%);
}
.fancybox-container {
    z-index: 999929;
}

/* Header */

header #menu-header-menu .sub-menu {
    opacity: 0;
    transform: perspective(1000px) rotateX(-90deg);
    transform-origin: 50% 0;
    transition: .3s;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    background: #fff;
    color: #000;
    width: 230px;
    right: 0;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    text-align: right;
    padding: 10px 0;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .11);
}
header #menu-header-menu .sub-menu::-webkit-scrollbar {
    width: 5px;
}
header #menu-header-menu .sub-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
header #menu-header-menu .sub-menu::-webkit-scrollbar-thumb {
    background: #7c7171; 
    border-radius: 10px;
}
header #menu-header-menu .sub-menu::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
header #menu-header-menu .sub-menu li a {
    padding: 6px 15px;
    display: block;
}
header #menu-header-menu .sub-menu li a:hover {
    text-decoration: underline;
}
header #menu-header-menu > li {
    display: inline-block;
    margin: 0 10px;
    font-size: 15px;
    position: relative;
}
header #menu-header-menu > li > a {
    padding: 12px 0;
    display: block;
}
header #menu-header-menu > li:hover .sub-menu {
    opacity: 1;
    transform: perspective(1000px) rotateX(0deg);
    visibility: visible;
}
#wp-admin-bar-wpdiscuz {
    display: none;
}
.btn-mobile {
    height: 1.5rem;
    position: relative;
    width: 2.3rem;
}
.btn-mobile span {
    background-color: #fff;
    height: 2px;
    right: 0;
    position: absolute;
    width: 34px;
}
.btn-mobile span:nth-child(1) {
    top: 0;
}
.btn-mobile span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.btn-mobile span:nth-child(3) {
    bottom: 0;
}
.mobile-menu {
    height: 100%;
    left: -100%;
    position: fixed;
    top: 0;    
    width: 100%;
    z-index: 100;
}
.mobile-menu a {
    display: block;
}
.mobile-menu .mobile-wrap {
    background: #fff;
    height: 100vh;
    overflow: auto;
    padding: 3.5vw 3.5vw 7vw;
    position: absolute;
    top: 0;
    width: 70vw;
    z-index: 10;
}
.mobile-menu .sub-menu {
    display: none;
    padding-left: 12px;
    margin-top: 10px;
}
.mobile-menu .sub-menu li {
    margin-bottom: 8px;
}
.mobile-menu .menu > li {
    margin-bottom: 20px;
    position: relative;
}
.mobile-menu .icon-down {
    content: "";
    height: 43.5px;
    position: absolute;
    right: 0;
    top: -8px;
    width: 3rem;
    cursor: pointer;
}
.mobile-menu .icon-down:before,
.mobile-menu .icon-down:after {
    border-right: 1px solid #606060;
    border-top: 1px solid #606060;
    content: "";
    height: 10px;
    position: absolute;
    right: 5px;
    top: 16px;
    transition: .3s;
    width: 10px;
    transform: rotate(45deg);
}
.mobile-menu .icon-down.opened:before,
.mobile-menu .icon-down.opened:after {
    transform: rotate(135deg);
}
.overlay {
    background-color: rgba(0, 0, 0, .612);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;    
    width: 100%;
    z-index: 9;
}



/* Home */
.home-intro h1 {
    font-size: 1.5rem;
}
.home-intro h2 {
    font-size: 1.5rem;
}
.home-intro h3 {
    font-size: 1.4rem;
}
.home-intro h4 {
    font-size: 1.3rem;
}
.home-intro figure {
    margin-bottom: 1rem;
}
.home-intro figcaption {
    font-size: .9rem;
    font-style: italic;
    margin-top: .4rem;
    text-align: center;
}
.home-slide .owl-nav button {
    outline: none;
    position: absolute;
    top: 30%;
    background-color: hsla(0, 0%, 100%, .78) !important;
    border-radius: 50%;
    box-shadow: -4px 0 4px rgba(0, 0, 0, .078), 4px 0 4px rgba(0, 0, 0, .078);
    height: 3rem;
    width: 3rem;
}
.home-slide .owl-nav button:before {
    border-left: 2px solid #636464;
    border-top: 2px solid #6c757d;
    content: "";
    height: .8rem;
    position: absolute;
    top: 50%;
    width: .8rem;
}
.home-slide .owl-nav button span {
    display: none;
}
.home-slide .owl-nav button.owl-prev {
    left: -1.5rem;
}
.home-slide .owl-nav button.owl-next {
    right: -1.5rem;
}
.home-slide .owl-nav button.owl-prev:before {
    transform: translateY(-50%) rotate(-45deg);
    left: 19px;
}
.home-slide .owl-nav button.owl-next:before {
    transform: translateY(-50%) rotate(135deg);
    right: 19px;
}

/* Category */
.box-cat h2 {
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
}
.box-cat h3 {
    font-size: 1rem;
    margin-bottom: 0.8rem;
}
.box-cat ol {
    list-style: decimal;
    padding-left: 30px;
    line-height: 2.5;
}
.box-cat .box-content.show-more {
    max-height: 250px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
}
.box-cat .box-content.show-more:after {
    bottom: 0;
    content: "";
    height: 70px;
    position: absolute;
    right: 0;
    width: 100%;
    background: linear-gradient(to top, #fff, hsla(0, 0%, 100%, 0));
}
.cat-top .cat-dropdown {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .11);
    left: 0;
    min-width: 190px;
    opacity: 0;
    overflow: auto;
    padding: .5rem 0;
    position: absolute;
    top: 105%;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
    visibility: hidden;
    z-index: 100;
    max-height: 60vh;
    overflow-y: auto;
}
.cat-top .cat-dropdown::-webkit-scrollbar {
    width: 5px;
}
.cat-top .cat-dropdown::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
.cat-top .cat-dropdown::-webkit-scrollbar-thumb {
    background: #7c7171; 
    border-radius: 10px;
}
.cat-top .wrap-sub:hover ul {
    opacity: 1;
    top: 45px;
    visibility: visible;
}

/* News */
.single-info .basic-info ul li:not(:first-child) {
    display: flex;
    flex-wrap: wrap;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.6;
}
.single-info .basic-info ul li:not(:first-child):before {
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
}
.single-info .basic-info ul li:not(:last-child) {
    margin-bottom: 15px;
}
.single-info .basic-info ul li span:first-child {
    width: 135px;
}
.single-info .basic-info ul li span:last-child {
    width: calc(100% - 135px);
}
.sidebar .tab-nav .active {
    color: #fb5731;
}
.video-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-image: linear-gradient(90deg, #fb0, #e43603, #ff6290, #ff5000);
    background-size: 300% 100%;
    border: none;
    border-radius: 20px;
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, .75);
    color: #fff;
    cursor: pointer;
    padding: .5rem 1.5rem;
}
.video-btn:hover {
    background-position: 100% 0;
    transition: all .4s ease-in-out;
}
.gallery-single ul li:nth-child(n+6) {
    display: none;
}
.section-comment #wpdcom,
.section-comment #comments {
    max-width: 100%;
}
.section-comment #comments {
    margin: 0;
}
.section-comment .wpd-form-head,
.section-comment .ql-toolbar button,
.section-comment .wc-field-submit .wpd_label,
.section-comment .wpdf-reacted,
.section-comment .wpdf-hottest,
.section-comment .wpdiscuz-user-settings,
.section-comment .wpd-vote,
.section-comment .wpd-comment-share,
.section-comment .wpd-comment-link,
.section-comment .wpdiscuz-vote-sort-up,
.section-comment .wc_email-wrapper,
.section-comment .wpd-follow-link {
    display: none !important;
}
#reviews .stars li.active {
    color: #fd9727;
}
#reviews form .error {
    width: 100%;
    font-size: 14px;
    color: #ff0000;
    margin-top: -2px;
}
#reviews .avg-reviews .item-col {
    padding: 25px 0;
}
#reviews .avg-reviews .progress-bar {
    background-color: #e4e6eb;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 8px;
}
#reviews .avg-reviews .progress-bar .progress {
    background-color: #f25800;
    background-image: linear-gradient(90deg, #ff7d26, #f25800 97%);
    left: 0;
    position: absolute;
    top: 0;
    height: 8px;
}
#reviews .item-review p {
	margin-bottom: 0;
}
.single-feedback .fb-tab .active {
    background: #fb5731;
    color: #fff;
}
.hot-symbol {
    animation: blinker .7s infinite;
}

@keyframes blinker {
    50% {
        color: #ffc107;
    }
}

/* Register/Login */
.lrm-main {
    display: flex;
    align-items: center;
}
.lrm-main button[type=submit] {
    background-color: #fb5731;
}

/* Archive */
.filter-price ul {
    display: none;
}
.filter-price:hover ul {
    display: block;
}
.filter-cat a.active {
    background-color: #fb5731;
    color: #fff;
}
.archive-mobile .scroll {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
}
.archive-mobile .mb-filter-price .active {
    color: #fb5731;
}

/* Video */
.list-video .video-item .title {
    background: linear-gradient(180deg,transparent,rgba(6,6,6,.55) 60%,rgba(0,0,0,.92));
    border-radius: 0 0 5px 5px;
    padding: 1.5rem .5rem .5rem;
}

/* Qr page */
.qr-page .copy-qr .tooltiptext {
    background-color: #555;
    border-radius: 6px;
    bottom: 150%;
    color: #fff;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    visibility: hidden;
    width: 150px;
    z-index: 1;
}
.qr-page .copy-qr .tooltiptext:after {
    border: 5px solid transparent;
    border-top-color: #555;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 100%;
}
.qr-page .copy-qr:hover .tooltiptext {
    opacity: 1;
    visibility: visible;
}

/* QC */
.footer-qc button {
	background: linear-gradient(90deg, #c02425 0, #f0cb35 50%, #c02425);
    background-size: 300% 100%;
    border: none;
    color: #fff;
    font-size: 10px;
	width: 60px;
    height: 24px;
    position: absolute;
    text-decoration: none;
    top: -24px;
    transition: all .4sease-in-out;
}
.mmb-sdtx a {
    display: flex;
    height: 45px;
    width: 45px;
    line-height: 46px;
    background: linear-gradient(to right, #6666ff, #0099ff, #00ff00, #ff3399, #6666ff);
    color: #fff;
    animation: rainbow_animation 10s ease-in-out infinite;
    background-size: 400% 100%;
    font-weight: bold;
    padding: 0 10px;
    font-size: 22px;
    border-radius: 40px;
    position: relative;
    margin-right: 5px;
    -webkit-animation: rainbow_animation 10s ease-in-out infinite;
}
.mmb-sdtx a:before {
    animation: burst 2s infinite linear;
    content: "\f111";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 37px;
    bottom: -1px;
    right: 6px;
    color: yellow;
    opacity: 1;
    font-weight: 100;
}
@keyframes rainbow_animation {
    0%,
    100% {
      background-position: 0 0;
    }
    50% {
      background-position: 100% 0;
    }
}
@keyframes burst {
    0% {
      opacity: .6;
    }
    50% {
      transform: scale(1.8);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

@media screen and (max-width: 1300px) {
    header #menu-header-menu .sub-menu {
        width: 200px;
        right: auto;
        left: 0;
    }
    .home-slide .owl-nav button.owl-prev {
        left: 0;
    }
    .home-slide .owl-nav button.owl-next {
        right: 0;
    }
    #main-content {
        padding-top: 120px;
    }
}

@media screen and (max-width: 767px) {
	.container {
        padding: 0 8px !important;
    }
	#wpadminbar {
        position: fixed !important;
    }
    .home-intro h1 {
        font-size: 1.2rem;
    }
    .home-intro h2 {
        font-size: 1.2rem;
    }
    .home-intro h3 {
        font-size: 1.1rem;
    }
    .home-intro h4 {
        font-size: 1rem;
    }
    #reviews .avg-reviews {
        padding: 20px 0;
    }
    #reviews .avg-reviews .item-col {
        padding: 5px 0;
    }
    .mobile-cat ul li a {
        float: left;
        font-size: .9rem;
        text-align: center;
        text-decoration: none;
        width: 5rem;
        display: block;
    }
    .mobile-cat ul {
        overflow: hidden;
        width: 675px;
    }
    .mobile-cat .wrap-cat {
        -ms-overflow-style: none;
        margin-bottom: .5rem;
        margin-top: 1.5rem;
        overflow-x: scroll;
        overflow-y: hidden;
        scrollbar-width: none;
    }
    .qr-page .copy-qr .tooltiptext {
        bottom: 110%;
    }
}