﻿/*
Theme Name: Zota Team
Theme URI: https://www.zota.vn/project
Version: 2021
Author: Zota
Author URI: 
Description: Thiết kế và phát triển bởi Zota
Text Domain: zota
*/

/*
======================================
[ Body ]
======================================
*/
@font-face { font-family: 'Segoe-Ui-Semibold'; src: url('assets/fonts/Segoe-Ui-Semibold/Segoe-Ui-Semibold.eot'); src: url('assets/fonts/Segoe-Ui-Semibold/Segoe-Ui-Semibold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Segoe-Ui-Semibold/Segoe-Ui-Semibold.ttf')  format('truetype'), url('assets/fonts/Segoe-Ui-Semibold/Segoe-Ui-Semibold.svg#Segoe-Ui-Semibold') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'UTM-Avo-Bold'; src: url('assets/fonts/Avo/UTM-Avo-Bold.eot'); src: url('assets/fonts/Avo/UTM-Avo-Bold.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Avo/UTM-Avo-Bold.woff') format('woff'), url('assets/fonts/Avo/UTM-Avo-Bold.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'PoppinsVN'; src: url('assets/fonts/PoppinsVN/PoppinsVN-400.eot'); src: url('assets/fonts/PoppinsVN/PoppinsVN-400.eot?#iefix') format('embedded-opentype'), url('assets/fonts/PoppinsVN/PoppinsVN-400.woff') format('woff'), url('assets/fonts/PoppinsVN/PoppinsVN-400.ttf') format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'PoppinsVN'; src: url('assets/fonts/PoppinsVN/PoppinsVN-500.eot'); src: url('assets/fonts/PoppinsVN/PoppinsVN-500.eot?#iefix') format('embedded-opentype'), url('assets/fonts/PoppinsVN/PoppinsVN-500.woff') format('woff'), url('assets/fonts/PoppinsVN/PoppinsVN-500.ttf') format('truetype'); font-weight: 500; font-style: normal; }
@font-face { font-family: 'PoppinsVN'; src: url('assets/fonts/PoppinsVN/PoppinsVN-600.eot'); src: url('assets/fonts/PoppinsVN/PoppinsVN-600.eot?#iefix') format('embedded-opentype'), url('assets/fonts/PoppinsVN/PoppinsVN-600.woff') format('woff'), url('assets/fonts/PoppinsVN/PoppinsVN-600.ttf') format('truetype'); font-weight: 600; font-style: normal; }
@font-face { font-family: 'PoppinsVN'; src: url('assets/fonts/PoppinsVN/PoppinsVN-400i.eot'); src: url('assets/fonts/PoppinsVN/PoppinsVN-400i.eot?#iefix') format('embedded-opentype'), url('assets/fonts/PoppinsVN/PoppinsVN-400i.woff') format('woff'), url('assets/fonts/PoppinsVN/PoppinsVN-400i.ttf') format('truetype'); font-weight: normal; font-style: italic; }
@font-face { font-family: 'Averta Standard Regular'; font-style: normal; font-weight: normal; src: local('Averta Standard Regular'), url('assets/fonts/Averta/AvertaStandard-Regular.woff') format('woff'); }
body { font-family: 'Averta Standard Regular'; font-size: 16px; }
a, a:focus, a:hover { text-decoration: none; outline: 0; }

/*
======================================
[ Header ]
======================================
*/
.header {background: #ffffff;-webkit-box-shadow: 0 2px 2px rgba(88, 88, 88, 0.175);box-shadow: 0 4px 4px rgba(88, 88, 88, 0.175);}
.fixed { position: fixed; z-index: 99999; width: 100%; top: 0; right: 0; left: 0; transition: all 0.2s ease-in-out 0s; -moz-gnimation: headerAnimation 0.7s 1; -webkit-animation: headerAnimation 0.7s 1; -o-animation: headerAnimation 0.7s 1; animation: headerAnimation 0.7s 1; }
@-webkit-keyframes "headerAnimation" {
    0% { margin-top: -70px; }
    100% { margin-top: 0; }
}
@keyframes "headerAnimation" {
    0% { margin-top: -70px; }
    100% { margin-top: 0; }
}
header.header .logo {
    position: relative;
    overflow: hidden;
}

header.header .logo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 15px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 1.5s ease-out 1s infinite;
    -o-animation: searchLights 1.5s ease-out 1s infinite;
    animation: searchLights 1.5s ease-out 1s infinite;
}

@-webkit-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 250px;
        top: 0;
    }

}

@-o-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 250px;
        top: 0;
    }

}

@-moz-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 250px;
        top: 0;
    }

}

@keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }

    to {
        left: 250px;
        top: 0;
    }

}
/*
======================================
[ Menu Main ]
======================================
*/
.menu-primary { font-family: 'UTM-Avo-Bold'; text-align: center; }
.menu-primary ul { list-style: none; margin-bottom: 0; padding: 0; }
.menu-primary>ul>li { position: relative; display: inline-block; -moz-transition: all .5s; -webkit-transition: all .5s; transition: all .5s; }
.menu-primary>ul>li>a {text-transform: uppercase;padding: 10px;display: block;color: #ff0000;font-size: 14px;}
.menu-primary>ul>li>a img { vertical-align: initial; }
.menu-primary>ul>li>a:hover, .menu-primary li.current-menu-item>a { }
.menu-primary>ul>li>a:after { background: transparent; content: ''; width: 0; height: 3px; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: width 0.2s ease; -moz-transition: width 0.2s ease; -o-transition: width 0.2s ease; transition: width 0.2s ease; }
.menu-primary>ul>li:hover a:after, .menu-primary li.current-menu-item > a:after { background: #ccb95d; width: 100%; }
.menu-primary ul li.menu-item-has-children:hover >ul.sub-menu { display: block; }
.menu-primary ul.sub-menu { display: none; width: 200px; position: absolute; z-index: 9999; background: #48b754; -moz-transition: all .5s; -webkit-transition: all .5s; transition: all .5s; text-align: left; }
.menu-primary >ul >li > ul.sub-menu > li > ul { left: 200px; top: 0; }
.menu-primary>ul>li:hover.menu-item-has-children:before { content: ""; position: absolute; top: 44px; left: 0; right: 0; text-align: center; margin: 0 auto; width: 0; height: 0; border-style: solid; border-width: 0 10px 10px 10px; border-color: transparent transparent #ad0a1f transparent; }
.menu-primary ul.sub-menu li { padding: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.31); position: relative; }
.menu-primary ul.sub-menu li:last-child { border: none; }
.menu-primary ul.sub-menu li a { color: #fff; }
.menu-primary ul.sub-menu li:hover { background: #f58320; }

/*
======================================
[ Menu Mobi ]
======================================
*/
a.mobile-btn { display: block; position: absolute; width: 40px; height: 40px; border: 2px solid #ccb95d; border-radius: 100%; padding: 5px; font-size: 20px; text-align: center; top: 50%; transform: translateY(-50%); z-index: 999; }
a.mobile-btn i { color: #ccb95d; }
.search-wrap { position: absolute; right: 0; z-index: 99; background: #fff; padding: 10px; left: 0; }
.position-right { right: 0; }
.position-left { left: 0; }
.nav-mobile { background: #d7d7d7; top: 0; position: fixed; width: 80%; z-index: 9999; display: none; left: 0; height: 100%; }
ul.accordion-responsive { list-style: none; padding: 0; }
ul.accordion-responsive li { border-bottom: 1px solid #eee; position: relative; }
ul.accordion-responsive li a { color: #444; font-size: 14px; padding: 10px; display: block; text-transform: uppercase; }
ul.accordion-responsive li .dcjq-icon:after { display: inline-block; font-weight: 900; font-family: 'Font Awesome 5 Free'; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); position: absolute; right: 0; color: #60b126; top: 0; width: 40px; height: 40px; text-align: center; line-height: 3; }
ul.accordion-responsive li .dcjq-icon:after { content: "\f107" }
ul.accordion-responsive li .dcjq-icon.active:after { content: "\f106"; }
ul.accordion-responsive li ul { list-style: none; padding: 0; }
ul.accordion-responsive li ul >li { padding-left: 20px; }
ul.accordion-responsive li ul >li a:before { font-weight: 900; font-family: 'Font Awesome 5 Free'; content: "\f054"; margin-right: 10px; }

/*
======================================
[]
======================================
*/
h1.h1 { font-family: 'UTM-Avo-Bold'; font-size: 20px; text-rendering: optimizelegibility; width: 100%; line-height: 1.2; color: #423e60; font-weight: 700; background: #fff; padding: 10px; }
h2.h2 { font-size: 25px; text-transform: uppercase; margin: 10px 0 20px 0; color: #fff; }
h2.h2 span { background: #ffdd00; position: relative; font-size: 15px; white-space: nowrap; display: block; }
h2.h2 span:before { content: ""; border-right: 4px solid #ec2027; position: absolute; top: 0; left: 48px; height: 100%; }
h2.h2 span:after { content: ""; position: absolute; left: 52px; top: 19px; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 5px; border-color: transparent transparent transparent #ec2027; }
h2.h2 i { font-size: 20px; padding: 10px; width: 45px; height: 45px; text-align: center; margin-right: 25px; display: inline-block; }

/*
======================================
[]
======================================
*/
footer.footer .subscribe-wrap { color: #fff; background: #d1bc5d; }
footer.footer .subscribe-wrap .fa-medal { font-size: 40px; color: #fff; margin-top: 2px; }
footer.footer {position: relative;background-color: #303030;-webkit-background-size: auto;-moz-background-size: auto;background-size: auto;color: #fff;}
footer.footer i.icon {color: #ffdd00;text-align: center;width: 40px;height: 40px;border: 1px solid #ffffff57;padding: 12px;margin-right: 10px;float: left;}
footer.footer h4 { position: relative; }
footer.footer h4 strong { display: block; font-size: 15px; font-family: 'UTM-Avo-Bold'; text-transform: uppercase; position: relative; padding-bottom: 15px; margin-bottom: 20px; }
footer.footer h4 strong:before {content: "";position: absolute;border-bottom: 2px solid #ffdd00;bottom: 0;width: 50px;left: 0;}
footer.footer span > strong { display: block; }
footer.footer ul.menu { list-style: square; padding: 0 0 0 20px; }
footer.footer ul.menu li {padding: 5px;color: #ffdd00;}
footer.footer ul.menu li a { color: #fff; }
footer.footer .social i { font-size: 20px; width: 35px; height: 32px; text-align: center; color: #fff; line-height: 1.6; }
footer.footer .social i.icon-facebook { background: #3b5998 }
footer.footer .social i.icon-google { background: #db4437 }
footer.footer .social i.icon-youtube { background: #e62117 }
footer.footer .social i.icon-linkedin { background: #00aff0 }
footer.footer .copyright {padding: 10px 0;font-size: 15px;line-height: 1.8;background: #ffdd00;color: #000;}
footer.footer .copyright span { display: block; }

/*
======================================
[ Contact From ]
======================================
*/
.contact-form { position: relative; }
.contact-form .input-group { margin-bottom: 5px; float: left; border: 1px solid #fffd; }
.contact-form .input-group  br { display: none; }
.contact-form .input-group-text { background: #fff; border: none; color: #444; border-radius: 0; }
.contact-form .input-group .input-group-addon { border-radius: 0px; border: none; position: relative; padding: 0px 10px; background-color: #fff; }
.contact-form .input-group .input-group-addon i { color: #d41836; font-size: 20px; width: 20px; height: 20px; }
.contact-form .input-group .form-control { background-color: rgb(255, 255, 255); border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; color: #0E0E0E; min-height: 34px; border: none; -webkit-box-shadow: none; box-shadow: none; border-left: 1px solid #fff; background-clip: unset; }

/*
======================================
[ Overlay ]
======================================
*/
.overlay { position: relative; }
.overlay:before {content: "";position: absolute;background: rgb(255 221 0);left: 0;right: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.overlay .container { position: relative; z-index: 9; }
.breadcrumbs {background: #ffdd00;color: #020202;padding: 15px 0;}
.breadcrumbs a {color: #000;}
.widget-post .item { margin: 10px 0; }
.widget-post .item a.post-title { color: #444; font-size: 15px; display: block; font-weight: 600; }
.widget-post .item .post-thumbnail { position: relative; display: block; }
.widget-post .item span.post-time { display: block; margin: 5px 0 0; color: #d41836; }
.widget-post .item .price { font-size: 13px; position: relative; font-weight: 600; margin-top: 5px; }
.widget-post .item .price ins { text-decoration: none; margin-left: 5px; }
.widget-post .item .price del { color: #999; }
.widget-post .item .price ins, .widget-post .item .price >span { color: #db392c; }

/*
======================================
[ Gallery ]
======================================
*/
.gallery-full { margin-bottom: 10px; }
.gallery-thumbnail .owl-item { border: 2px solid rgba(0, 0, 0, 0); }
.gallery-thumbnail .owl-item.current { border: 1px solid red; }
.gallery-full img { height: 400px; object-fit: cover; background: #f5f5f5; padding: 5px; width: 100%; }
.gallery-thumbnail img { height: 70px; object-fit: cover; width: 100%; padding: 10px; }

/*
======================================
[ Pagenavi ]
======================================
*/
.pagenavi { margin: 20px 0; }
.pagenavi a { color: #fff; background: #444; display: inline-block; padding: 5px 15px; }
.pagenavi a:hover { background: #f2663a; }
.pagenavi span { color: #fff; background: #f2663a; display: inline-block; padding: 5px 15px; }

/*
======================================
[ Social]
======================================
*/
.share-wrap a { font-size: 15px; width: 30px; height: 30px; text-align: center; color: #fff; line-height: 2; border-radius: 100%; display: inline-block; }
.share-wrap .facebook { background: #3b5998 }
.share-wrap .twitter { background: #db4437 }
.share-wrap .pinterest { background: #e62117 }
.share-wrap .linkedin { background: #00aff0 }

/*
======================================
[ Modal Popup ]
======================================
*/
.modal-order .form-modal { padding: 10px; background: #f5f5f5; }
.modal-order .modal-info { padding: 10px; background: #f5f5f5; }
.modal-order .close { opacity: 1; }
.modal-order i.fa.fa-times { height: 30px; width: 30px; background: #D0CFCF; line-height: 30px; border-radius: 50%; color: #000; opacity: 1; position: absolute; right: -20px; top: -20px; z-index: 999; }

/*
======================================
[]
======================================
*/


/*
======================================
[]
======================================
*/
.privacy-wrap { background: #f5f5f5; }
.privacy-wrap .item { position: relative; padding: 5px 20px 20px; text-align: center; box-shadow: rgba(34, 34, 34, 0.07) 3px 3px 9px 0px; margin: 10px 0; background: #fff; border-radius: 4px; }
.privacy-wrap .item strong { display: block; font-weight: 600; color: #ffdd00; font-size: 16px; font-family: 'UTM-Avo-Bold'; margin: 20px 0; }
.privacy-wrap .item img { display: block; margin: 20px auto; width: 100px; height: 100px; object-fit: scale-down; padding: 10px; background: #fff; }
.privacy-wrap .item span { line-height: 1.8; }
.privacy-wrap .item i { position: relative; display: block; width: 100px; height: 100px; margin: 0 auto; }
.privacy-wrap .item:hover i:before { -webkit-animation: bulb 1s 1 forwards; animation: bulb 1s 1 forwards; content: ""; position: absolute; right: 0; top: 0; height: 100%; width: 100%; border-radius: 100%; border: 10px solid #ec2027; -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); z-index: 9999; }

/*
======================================
[]
======================================
*/
.entry-meta span, .entry-meta a { font-size: 14px; color: #787878; }
.box-shadow { -webkit-box-shadow: 0 2px 2px rgba(88, 88, 88, 0.175); box-shadow: 0 4px 4px rgba(88, 88, 88, 0.175); }
.entry-content h2 {font-size: 18px;font-family: 'UTM-Avo-Bold';line-height: 1.6;font-weight: 900;}
.entry-content h3 {font-size: 15px;font-family: 'UTM-Avo-Bold';line-height: 1.6;font-weight: 900;}
.entry-content strong, .entry-content b { font-family: 'UTM-Avo-Bold'; line-height: 1.6; font-weight: 900; }

/*
======================================
[]
======================================
*/
.abouts-wrap h2 { font-family: 'UTM-Avo-Bold'; display: block; margin: 10px 0; font-size: 22px; }
.abouts-wrap span {text-transform: uppercase;color: #fee505;}
.abouts-wrap ul { list-style: none; padding: 0; clear: both; overflow: hidden; }
.abouts-wrap ul li { display: block; float: left; width: 50%; padding: 5px 0 5px 25px; position: relative; }
.abouts-wrap ul li:before {content: "\f058";width: 15px;left: 0;top: 50%;transform: translate(0, -50%);position: absolute;font-weight: 900;font-family: "Font Awesome 5 Free";color: #ffdd00;}
.abouts-wrap a {color: #070707;background: #ffdd00;padding: 8px 20px;border-radius: 4px;display: inline-block;}
.abouts-wrap img { height: 375px; object-fit: cover; }

@media (max-width: 576px) {
    .abouts-wrap ul li { display: block; float: left; width: 100%; padding: 5px 0 5px 25px; position: relative; }
}

/*
======================================
[]
======================================
*/
.blog-wrap .item { box-shadow: rgba(34, 34, 34, 0.07) 3px 3px 9px 0px; }
.blog-wrap .item a.post-title { display: block; margin: 10px 0; font-weight: 600; color: #444; font-size: 17px; }
.blog-wrap .item span { font-size: 14px; color: #999; }
.blog-wrap .item span > a { color: #999; }

/*
======================================
[]
======================================
*/
.zoom-on-hover { position: relative; overflow: hidden; display: block; }
.zoom-on-hover:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.zoom-on-hover img { transition: transform .3s ease-out; -moz-transition: -moz-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; -webkit-transition: -webkit-transform .3s ease-out; }

/*
======================================
[ Project ]
======================================
*/
.project-wrap .item > a >div ul { list-style: none; padding: 0; }
.project-wrap .item > a > div ul li { color: #fff; border-bottom: 1px solid #ffffff6e; padding: 10px 0; }
.project-wrap .item { box-shadow: rgba(34, 34, 34, 0.07) 3px 3px 9px 0px; border: 1px solid rgba(255, 255, 255, 0.37); position: relative; }
.project-wrap .item a >span { display: block; font-family: 'UTM-Avo-Bold'; color: #ffffff; }
.project-wrap .item a.thumbnail, .project-wrap .item a.thumbnail img { display: block; position: relative; }
.project-wrap .item a.thumbnail { overflow: hidden; }
.project-wrap .item > a >div { position: absolute; background: #353a38b3; width: 100%; height: 100%; }
.project-wrap .item span.info { position: absolute; bottom: 0; background: #423e60; left: 0; right: 0; }
.project-wrap .item:hover span.info { opacity: 0; transition: all 300ms ease 0s; }
.project-wrap .item img { height: 300px; object-fit: cover; }

/*
======================================
[]
======================================
*/
.img-wrap { position: relative; z-index: 9; }
.img-wrap:before { position: absolute; content: ''; bottom: -10px; right: -10px; width: 80px; height: 80px; background: #ec2027; z-index: -1; }
.img-wrap:after { position: absolute; content: ''; top: -10px; left: -10px; width: 80px; height: 80px; background: #ec2027; z-index: -1; }
img.object-fit { height: 465px; object-fit: cover; }


/*
======================================
[]
======================================
*/
.relative { position: relative; }
input.form-control::placeholder { color: #423e60; opacity: 1; }
input.form-control:-ms-input-placeholder { color: #423e60; }
input.form-control::-ms-input-placeholder { color: #423e60; }
form.search-form .form-control { border: 1px solid #fff; border-radius: 30px; background: #ffffff; color: #ffffff; }
form.search-form:before { content: "\f002"; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; top: 5px; right: 15px; z-index: 999; color: #23282d; font-size: 20px; }
form.search-form { position: relative; }

/*
======================================
[ Product Wrap ]
======================================
*/
ul.taxonomy { padding: 5px 0; list-style: none; overflow: hidden; }
ul.taxonomy li:not(.view-all) { display: inline-block; padding: 2px 10px; border: 1px solid #fd5237; font-size: 14px; border-radius: 2px; margin: 2px 0; }
ul.taxonomy li:not(.view-all) a { color: #fd5237; }
ul.taxonomy li:not(.view-all) a:before { content: "\f4d8"; font-weight: 900; font-family: "Font Awesome 5 Free"; margin-right: 5px; }
ul.taxonomy .view-all {float: right;display: inline-block;padding: 2px 10px;border: 1px solid #ffdd00;font-size: 14px;border-radius: 2px;margin: 2px 0;}
ul.taxonomy .view-all a {color: #020202;}
ul.taxonomy .view-all a:before { content: "\f101"; font-weight: 900; font-family: "Font Awesome 5 Free"; margin-right: 5px; }
.product-wrap { background: #f5f5f5; padding: 1px 1px 0 1px; }
.product-wrap .item { background: #ffffff; position: relative; margin-bottom: 1px; text-align: center; }
.product-wrap .item img.second-image, .product-wrap .item img.first-image { transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -o-transition: all 500ms ease; }
.product-wrap .item img.second-image { display: block; position: absolute; top: 0; left: -100%; }
.product-wrap .item:hover img.second-image { left: 0; }
.product-wrap .item:hover img.first-image { -ms-transform: scale(0, 0); -webkit-transform: scale(0, 0); transform: scale(0, 0); }
.product-wrap .item a.thumbnail { display: block; position: relative; overflow: hidden; }
.product-wrap .item a > span { color: #333; display: block; line-height: 1.5; font-size: 14px; font-weight: 800; padding: 10px; height: 55px; overflow: hidden; }
.product-wrap .item .price ins, .product-wrap .item .price >span { color: #db392c; font-size: 14px; font-weight: 600; }
.product-wrap .item .price { position: relative; padding: 10px; display: block; }
.product-wrap .item .price ins { text-decoration: none; }
.product-wrap .item .price del { font-size: 12px; }
.product-wrap .item img { padding: 10px; object-fit: contain; }
.product-wrap .item  > a.readmore { background: #d41836; color: #fff; display: block; padding: 5px; text-align: center; }
.product-wrap .item  div > a.add-to-cart { background: #ddd; color: #444; }
.product-wrap .item .excerpt { font-size: 13px; text-align: justify; line-height: 1.6; }
.nav-product { position: absolute; top: 7px; right: 0; }
.nav-product a { display: inline-block; font-size: 20px; background: #ec2027; padding: 0px 10px; border-radius: 4px; cursor: pointer; text-align: center; }

/*
======================================
[ Single Product ]
======================================
*/
.single-product-wrap h1, .modal-view h4 { font-family: 'UTM-Avo-Bold'; font-size: 18px; width: 100%; line-height: 1.6; margin: 5px 0; color: #444; font-weight: 600; }
.single-product-wrap .order { margin: 10px 0; }
.single-product-wrap .order .btn--order { display: block; text-transform: uppercase; font-size: 15px; vertical-align: middle; text-align: center; overflow: hidden; font-family: 'Averta Standard Regular'; border-radius: 4px; }
.single-product-wrap .order .btn--order i { float: left; width: 50px; font-size: 30px; font-style: normal; text-align: center; }
.single-product-wrap .order .btn--order i:before { font-weight: 900; font-family: "Font Awesome 5 Free"; }
.single-product-wrap .order .btn-call i:before { content: "\f291"; }
.single-product-wrap .order .btn-add-cart { background: #d40736; color: #fff; }
.single-product-wrap .order .btn-call { background: #23282d; color: #fff; }
.single-product-wrap .order .btn--order b { text-transform: none; font-size: 15px; display: block; }
.single-product-wrap .order .btn--order span { margin: 15px 0 0; display: block; }
.single-product-wrap .order button { border: none; padding: 0; display: block; width: 100%; cursor: pointer; }
.single-product-wrap .price > span.amount, .single-product-wrap .price > ins span.amount, .woocommerce-variation-price span.amount { color: #d40736; font-weight: bold; font-size: 25px; font-family: 'UTM-Avo-Bold'; }
.single-product-wrap .price > del span.amount { font-family: 'UTM-Avo-Bold'; font-size: 15px; color: #333; font-weight: bold; }
.single-product-wrap .price > ins { text-decoration: none; }
.single-product-wrap .meta a { color: #d41836; }
.single-product-wrap .meta >span { background: #f5f5f5; padding: 5px; border-left: 5px solid #ddd; margin: 10px 0; display: block; }
h2.widget-title { font-family: 'UTM-Avo-Bold'; font-size: 20px; position: relative; color: #ffdd00; }
h2.widget-title span { display: inline-block; position: relative; z-index: 999; padding: 10px 0; text-transform: uppercase; border-bottom: 2px solid #ffdd00; }
h2.widget-title span:after { content: ""; position: absolute; border-bottom: 2px solid #ec2027; bottom: -2px; left: 0; right: 0; width: 50%; margin: 0 auto; }
h3.h3 { position: relative; padding-bottom: 20px; }
h3.h3:before { content: ""; border-bottom: 1px solid #ec2027; position: absolute; left: 0; right: 0; bottom: 0; }
h3.h3 strong { display: block; font-size: 17px; text-transform: uppercase; font-family: 'UTM-Avo-Bold'; }
h3.h3:after { content: ""; border-bottom: 3px solid #ffdd00; position: absolute; left: 0; right: 0; bottom: -1px; width: 30%; }

.abouts-wrap {background: #303030;color: #fff;}
.welcome-wrap {background: #303030;}
.service-wrapper .item { text-align: center; box-shadow: 0px 0px 26px 0px rgb(22 73 172 / 12%); background: #fff; padding: 10px; }
.service-wrapper .item .img {width: 100px;height: 100px;border: 2px solid #ffdd00;border-radius: 100%;position: relative;margin: 0 auto;display: flex;justify-content: space-around;align-content: center;align-items: center;}
.service-wrapper .item .number {width: 40px;height: 40px;border: 2px solid #ffdd00;display: block;position: absolute;right: -10px;border-radius: 100%;font-size: 25px;font-weight: 600;top: -10px;background: #fff;color: #ffdd00;}
.service-wrapper .item h2 { font-size: 18px; margin-top: 15px; display: block; font-weight: bold; letter-spacing: 1px; text-transform: capitalize; font-family: 'UTM-Avo-Bold'; }
.service-wrapper .item .readmore {display: block;background: #ffdd00;color: #000;padding: 5px 20px;border-radius: 30px;width: 120px;margin: 10px auto;}

.head-wrap { background: #ffdd00; border-radius: 3px 3px 0 0; }
.head-wrap ul li span.active:after { content: ""; position: absolute; width: 0; height: 0; border-style: solid; border-width: 10px 10px 0 10px; border-color: #ffdd00 transparent transparent transparent; bottom: -10px; left: 0; right: 0; margin: 0 auto; }
.panel-title>a {display: block;position: relative;font-size: 15px;font-weight: 900;padding: 15px;background: #303030;margin: 5px 0;line-height: 1.4;}
.panel-title>a:before { content: "\f068"; font-weight: 900; font-family: 'Font Awesome 5 Free'; position: absolute; right: 0; width: 35px; height: 35px; color: #fffdfd; padding: 5px; top: 50%; transform: translateY(-50%); display: flex; justify-content: center; align-items: center; }
.panel-title>a.collapsed:before { content: "\f067"; }
.statistical-wrap {background: #303030;color: #fff;padding: 40px;}
.statistical-wrap .item { text-align: center; position: relative; padding-top: 40px; border: 1px solid #ffffffc2; padding-bottom: 40px; border-radius: 10px; }
.statistical-wrap .item h3 { font-size: 15px; text-transform: capitalize; position: absolute; bottom: -20px; border: 1px solid; padding: 9px; left: 40px; right: 40px; margin: 0 auto; background: #ffdd00; border-radius: 30px; }
.statistical-wrap .item i { width: 50px; height: 50px; background: #fffdfd; border-radius: 100%; display: flex; align-items: center; justify-content: space-around; font-size: 25px; position: absolute; top: -23px; left: 0; right: 0; margin: 0 auto; color: #ffdd00; }
.statistical-wrap .item span { font-family: 'UTM-Avo-Bold'; font-size: 30px; }
/*
======================================
[ Keyframes ]
======================================
*/
@-webkit-keyframes bulb {
    0% { -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 0.55; }
    100% { -webkit-transform: scale(1.4); transform: scale(1.4); opacity: 0; }
}
@keyframes bulb {
    0% { -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 0.55; }
    100% { -webkit-transform: scale(1.4); transform: scale(1.4); opacity: 0; }
}
@-webkit-keyframes MOVE-BG {
    from { -webkit-transform: translateX(0) }
    to { -webkit-transform: translateX(150px) }
}
@keyframes MOVE-BG {
    from { -webkit-transform: translateX(0); transform: translateX(0) }
    to { -webkit-transform: translateX(150px); transform: translateX(150px) }
}

.single-product-wrap span.d-block a {
    color: #e00;
}

.wrap-title {
    position: relative;
}