ul {
    padding-left: 0px !important;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

.mobile {
    display: none;
}

.mobileNavWrapper {
    transition: all .30s ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mobileNavWrapper.showNav, #page.showNav {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
}

#page {
    transition: all 0.3s ease 0s;
}

.mobileNavWrapper {
    width: 250px;
    height: 100%;
    min-height: 100%;
    position: fixed;
    right: -250px;
    top: 0;
    overflow-x: hidden;
    z-index: 16;
    background: #efefef;
    -moz-box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, 0.5);
    box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, 0.5);
}

.mobileNavWrapper ul {
    display: inline-block;
    width: 100%;
    padding: 10px !important;
}

.mobileNavWrapper ul li a {
    border-bottom: 1px solid #fff;
    width: 100%;
    float: left;
    display: block;
    color: #333;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 0;
}


/*header**/
header#header .main-header {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: top left;
    box-shadow: rgb(204, 204, 204) 0px 0px 3px;
}

header#header .main-header .main-logo img {
    max-height: 60px;
}

header#header .main-header--block {
    padding: 30px 0 20px 0;
}

header#header .header-right {
    float: right;
}

header#header .header-hotline {
    float: left;
    height: 50px;
    margin-right: 20px;
    padding: 5px 0 5px 50px;
    position: relative;
}

header#header .header-hotline i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #029bda;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: 0;
}

header#header .header-hotline .hotline-label {
    font-size: 16px;
    text-transform: uppercase;
    color: #042e3f;
}

header#header .header-hotline span {
    display: block;
    text-align: left;
}

header#header .header-hotline .hotline-number a {
    font-size: 16px;
    font-weight: bold;
    color: #ee3523;
}

header#header .login-link {
    float: left;
    height: 50px;
    padding: 5px 0 5px 50px;
    position: relative;
}

header#header .login-link i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #029bda;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: 0;
}

header#header .login-link--signin a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #042e3f;
}

header#header .login-link--signup a {
    font-size: 14px;
    color: #042e3f;
}

header#header span.login-link--signin {
    display: block;
    text-align: left;
}

header#header .login-link--signin a:hover, header#header .login-link--signup a:hover {
    color: #ee3523;
}

header#header nav.main-menu li a i {
    font-size: 15px;
    margin-left: 5px;
}

/**menu**/
header#header .wipe-nav {
    background: #009ada;
    height: 52px;
}

header#header .wipe-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

header#header .wipe-nav ul li {
    display: inline-block;
    position: relative;
    height: 52px;
}

header#header .wipe-nav ul li a {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 52px;
    padding: 0px 10px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
}

header#header .wipe-nav ul li.active a {
    background: #0072bc;
}

header#header .wipe-nav ul li a:hover {
    background: #0072bc;
}

header#header .wipe-nav .header-cart {
    position: relative;
    float: right;
    background: url(../images/cart.png) no-repeat 4px center;
    height: 52px;
    line-height: 52px;
    padding-left: 38px;
    padding-right: 5px;
}

header#header .wipe-nav .header-cart a {
    text-transform: uppercase;
    color: #fff;
}

header#header .wipe-nav .header-cart span.count-cart {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 10px;
    left: 20px;
    background: #fff;
    display: block;
    line-height: 15px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
}

header#header .wipe-nav ul li > ul.sub-menu {
    position: absolute;
    z-index: 9999;
    background: #fff;
    width: 800px;
    border: 4px solid rgba(255, 157, 30, 0.6);
    border-radius: 5px;
    display: none;
}

header#header .wipe-nav ul li > ul.sub-menu:before {
    content: '\f0d8';
    font-family: fontawesome;
    position: absolute;
    top: -20px;
    left: 5%;
    color: rgba(255, 157, 30, 0.6);
}

header#header .wipe-nav ul li > ul.sub-menu li a:hover {
    background: #fff !important;
}

header#header .wipe-nav ul li .menu-box-th {
    width: 100%;
    display: inline-block;
}

header#header .wipe-nav ul li .menu-box-th .menu-box-item a {
    color: #000 !important;
    line-height: unset !important;
}

header#header .wipe-nav ul li .menu-box-th .menu-box-item {
    width: calc(100% / 3);
    float: left;
    padding: 10px 20px;
}

header#header .wipe-nav ul li .sub-title {
    text-align: center;
    font-size: 15px;
    text-transform: capitalize;
}

header#header .wipe-nav ul li .price {
    text-transform: none;
    font-size: 15px;
    text-align: center;
    margin: 5px 0;
}

header#header .wipe-nav ul li .btn-menu1 {
    background: #00a651;
    width: 100px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    height: 25px;
    line-height: 15px !important;
    display: block;
    font-size: 13px;
    margin: 5px auto 0px;
}

header#header .wipe-nav ul li .btn-menu1:hover {
    background: #009ada;
}

header#header .wipe-nav ul li .menu-box-item img {
    width: 150px;
    margin: auto;
    display: block;
    height: 70px;
    object-fit: contain;
}

header#header .wipe-nav ul li > ul.sub-menu li {
    width: 100%;
    display: inline-block;
    height: unset !important;
    margin-bottom: 0px !important;
}

header#header .wipe-nav ul li:hover .sub-menu {
    display: block;
}

.menu-box-item {
    border-right: 2px solid #ecb81d;
    border-bottom: 2px solid #ecb81d;
}

.menu-box-item:nth-child(3n) {
    border-right: 0px !important;
}

.menu-box-item:nth-child(4), .menu-box-item:nth-child(5), .menu-box-item:nth-child(6) {
    border-bottom: 0px !important;
}

/**footer**/
footer#footer {
    margin: 20px 0 0 0;
    width: 100%;
    display: inline-block;
}

footer#footer .footer-line-top {
    position: relative;
    background: rgb(0, 33, 87);
    padding: 60px 0px 30px;
}

footer#footer .footer-line-top .footer-title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: rgb(16, 185, 255);
    background: url(../images/footer-line.png) left bottom no-repeat;
}

footer#footer .footer-line-top .footer-title h2 {
    font-size: 19px;
    margin-bottom: 0px !important;
}

footer#footer .footer-line-top .footer-menu ul {
    margin-bottom: 0px !important;
}

footer#footer .footer-line-top .footer-menu ul li {
    list-style: none;
    margin-bottom: 10px;
}

footer#footer .footer-line-top .footer-menu ul li a {
    color: rgb(2, 148, 209);
    font-size: 14.5px;
}

footer#footer .footer-line-top .footer-menu ul li a:hover {
    color: rgb(238, 53, 35);
}

footer#footer .footer-info {
    background: #252525;
    padding-top: 30px;
}

footer#footer .footer-info .footer-contacts {
    color: #d3d3d3;
    margin-bottom: 30px;
}

footer#footer .footer-contacts .company-name {
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

footer#footer .footer-contacts i {
    margin-right: 5px;
    color: #10b9ff;
}

footer#footer .footer-contacts a {
    color: #d3d3d3;
}

footer#footer .footer-contact a:hover {
    color: #ee3523;
}

footer#footer .fes--caption {
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0;
    color: #d3d3d3;
}

footer#footer .footer-social {
    width: 100%;
    color: #fff;
    padding: 0;
    margin-bottom: 30px;
}

footer#footer .social-link {
    display: inline-block;
}

footer#footer .social-link a.icon-facebook {
    background: #3b5998;
}

footer#footer .social-link a {
    background: #cdcdcd;
    color: #ffffff !important;
    padding: 5px 10px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    margin-left: 5px;
}

footer#footer .hover-up {
    display: inline-block;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

footer#footer .social-link a.icon-pinterest {
    background: #dd4b39;
}

footer#footer .social-link a.icon-twitter {
    background: #00aced;
}

footer#footer .social-link a.icon-youtube {
    background: #bb0000;
}

footer#footer .social-link a:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}

footer#footer .footer-line {
    background: #252525;
    color: #7d848a;
}

footer#footer .footer-line-wrapper {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer#footer .footer-info .footer-contacts p {
    margin-bottom: 10px !important;
}

footer#footer .footer-line-wrapper p {
    margin-bottom: 10px !important;
}

footer#footer .footer-line a {
    color: #7d848a;
}

footer#footer .footer-line a:hover {
    color: #ee3523;
}

/**information*/
.ssl-information h2 {
    font-weight: 700;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
}

.ssl-information p {
    font-size: 15px;
}

/**title**/
.title-tg h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
}

.title-tg {
    text-align: center;
}

.cat-title h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    float: left;
    margin: 0px !important;
    padding-left: 10px;
    border-left: 5px solid #009ada;
}

.cat-title a {
    float: right;
    color: #000;
    font-size: 15px;
}

.cat-title a:hover {
    color: #ee3523;
}

/*tab-ssl**/
section#tab-ssl .tab-ssl {
    margin: 20px 0;
}

section#tab-ssl .tab-ssl ul {
    text-align: center;
}

section#tab-ssl .tab-ssl ul li {
    display: inline-block;
    padding: 5px 20px;
    position: relative;
}

section#tab-ssl .tab-ssl ul li a {
    color: #000;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}

section#tab-ssl .tab-ssl ul li a:hover {
    color: #ee3523;
}

section#tab-ssl .tab-ssl ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #009ada;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    display: block;
    position: absolute;
    top: 35%;
    right: -5px;
}

section#tab-ssl .tab-ssl ul li:last-child:before {
    display: none;
}

section#tab-ssl .tab-ssl ul li a:after {
    content: '';
    width: 0;
    display: block;
    height: 2px;
    background: #009ada;
    margin-top: 10px;
    transition: 0.3s ease-in-out;
}

section#tab-ssl .tab-ssl ul li.active a:after {
    width: 100%;
}

section#tab-ssl .tab-ssl ul li a:hover:after {
    transition: 0.3s ease-in-out;
    width: 100%;
}

.box-ssl {
    width: 100%;
    display: inline-block;
    background: #f2f4f5;
    border-radius: 5px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.box-ssl:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-3px);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.box-ssl a.btn-star-box i {
    color: #ff0000;
    -webkit-animation: calltrap_spin 3s infinite linear;
    -moz-animation: calltrap_spin 3s infinite linear;
    -o-animation: calltrap_spin 3s infinite linear;
    animation: calltrap_spin 3s infinite linear;
}

.box-ssl a.btn-star-box {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #fff;
    cursor: pointer;
}

.btn-star-box + .tooltip > .tooltip-inner {
    background-color: #f00;
}

.btn-star-box + .tooltip > .tooltip-arrow {
    border-bottom-color: #f00;
}

.box-ssl .box-ssl-title {
    background: #009ada;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    border-radius: 5px 5px 0 0;
}

.box-ssl .box-ssl-body {
    width: 100%;
    display: inline-block;
}

.box-ssl .box-ssl-body .box-ssl-image {
    background: rgba(255, 157, 30, 0.6);
    display: block;
    text-align: center;
    padding: 5px;
}

.box-ssl .box-ssl-body .box-ssl-image img {
    text-align: center;
    width: 100%;
    margin: auto;
}

.box-ssl .box-ssl-body .box-ssl-content {
    padding: 10px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease-in-out;
}

.box-ssl .box-ssl-body .box-ssl-content p {
    color: #000;
    font-size: 15px;
    margin-bottom: 5px !important;
}

.box-ssl .box-ssl-body .box-ssl-price {
    padding: 10px 0;
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.box-ssl .box-ssl-body .box-ssl-price ul li {
    text-align: center;
    margin-bottom: 5px;
    color: #ee3523;
    font-weight: 700;
    font-size: 16px;
}

.box-ssl .box-ssl-footer {
    text-align: center;
    padding: 15px 0;
}

.box-ssl .box-ssl-footer a:first-child {
    display: none;
}

.box-ssl .box-ssl-footer a {
    padding: 5px 10px;
    background: #009ada;
    border-radius: 5px;
}

.box-ssl .box-ssl-footer a i {
    color: #fff !important;
}

.box-ssl .box-ssl-footer a.store {
    background: #ff0000;
    color: #fff !important;
}

.box-ssl .box-ssl-footer a img {
    width: 18px;
}

/**tab-content
 */
/**message**/
.messsage-body {
    margin: 0px 0 30px 0;
    text-align: center;
}

.messsage-body a {
    padding: 5px 20px;
    background: #009ada;
    color: #fff;
    border-radius: 5px;
    margin: 10px 0 0 0;
    display: inline-block;
}

.messsage-body h4 {
    font-size: 20px;
}

/**page-content*/
section#banner-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#banner-page {
    width: 100%;
    position: relative;
}

section#banner-page .banner-position {
    position: absolute;
    display: inline-block;
    width: 100%;
    z-index: 999;
    top: 50%;
    transform: translateY(-50%)
}

section#banner-page h2.title-page {
    margin: 0px 0 20px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 3px;
}

section#banner-page .box-search-template h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-style: italic;
    letter-spacing: 5px;
}

section#banner-page .box-search-group label {
    font-size: 16px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

section#banner-page .box-search-group {
    color: #fff;
    margin: 20px 0 10px 0;
    clear: both;
}

section#banner-page .box-search-group .box-th {
    display: inline-block;
    background: #e1e1e1;
    border-radius: 5px;
}

section#banner-page .box-search-group .box-th ul li a {
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    padding: 5px 15px;
    display: block;
}

section#banner-page .box-search-group .box-th ul li {
    float: left;
    position: relative;
    transition: 0.3s ease-in-out;
}


section#banner-page .box-search-group .box-th ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #009ada;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    display: block;
    position: absolute;
    top: 45%;
    right: -5px;
}

section#banner-page .box-search-group .box-th ul li:last-child:before {
    display: none;
}

section#banner-page .box-search-group .box-th ul li a:hover, section#banner-page .box-search-group .box-th ul li a.avtive {
    transition: 0.3s ease-in-out;
    background: #009ada;
    border-radius: 5px;
}

section#banner-page .box-search-group .box-th ul li a:hover {
    color: #fff;
    background: #009ada !important;
    border-radius: 5px;
}

section#banner-page .box-search-group .box-th ul li a.active {
    color: #fff;
    background: #009ada !important;
}

section#banner-page .box-search-group .box-th ul li:first-child a.active {
    border-radius: 5px 0 0 5px;
}

section#banner-page .box-search-group .box-th ul li:last-child a.active {
    border-radius: 0px 5px 5px 0;
}

section#banner-page .box-search-group .box-th ul li a:hover:before, section#banner-page .box-search-group .box-th ul li a.active:after {
    display: none;
}

/**title**/
.page-title h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
}

.page-title {
    text-align: center;
}

/**loading**/
#af-preloader {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 999;
    top: 0;
    left: 0;
}

.background-bg {
    background: #fff !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.af-preloader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.af-sp {
    width: 42px;
    height: 42px;
    clear: both;
    margin: 20px auto;
}

.af-sp-wave {
    border-radius: 50%;
    position: relative;
    opacity: 1;
}

.af-sp-wave:before, .af-sp-wave:after {
    content: '';
    border: 2px #00aced solid;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
}

.af-sp-wave:before {
    transform: scale(1, 1);
    opacity: 1;
    -webkit-animation: spWaveBe 0.6s infinite linear;
    animation: spWaveBe 0.6s infinite linear;
}

.af-sp-wave:after {
    transform: scale(0, 0);
    opacity: 0;
    -webkit-animation: spWaveAf 0.6s infinite linear;
    animation: spWaveAf 0.6s infinite linear;
}

@-webkit-keyframes spWaveAf {
    from {
        -webkit-transform: scale(0.5, 0.5);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes spWaveAf {
    from {
        transform: scale(0.5, 0.5);
        opacity: 0;
    }
    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes spWaveBe {
    from {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
        opacity: 0;
    }
}

/**table**/
section#price-ssl table {
    border: 1px solid #ddd;
}


section#price-ssl td.th-header {
    background: #009ada;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #fff;
    font-size: 16px;
}

section#price-ssl td.th-header:first-child {
    border-right: 0px !important;
}

section#price-ssl table.table tr td i.fa-check {
    color: #00ff00;
}

section#price-ssl table.table tr td {
    text-align: center;
    font-size: 16px;
}

table.table tr td img {
    width: 140px;
}

b.price-table {
    color: #ff3333;
}

section#price-ssl td.bg-table {
    background: #042e3f;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    vertical-align: inherit !important;
}

/*ssl**/
.th-ssl-box {
    width: 100%;
    display: inline-block;
}

.th-ssl-box .th-ssl-logo {
    text-align: center;
    height: 80px;
    line-height: 80px;
}

.th-ssl-box .th-ssl-content h4 {
    text-align: center;
    font-size: 16px;
    color: #000;
}

.th-ssl-box .th-ssl-content p {
    color: #000;
    font-size: 15px;
}

/**form-register**/
.bg-form {
    background: linear-gradient(to bottom, #5817af, #2e0760);
    padding: 20px;
    border-radius: 5px;
    color: #fff;
}

.bg-form h2 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: normal;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
}

.bg-form p {
    font-size: 16px;
    letter-spacing: 1px;
}

.bg-form .form-items {
    width: 32%;
    float: left;
    margin-right: 15px;
}

.bg-form .form-items:last-child {
    margin-right: 0px !important;
}

.form-body {
    width: 100%;
    display: inline-block;
}

.bg-form .form-items .input-form {
    padding: 8px 15px;
    border: 0px !IMPORTANT;
    width: 100%;
    border-radius: 3px;
}

.bg-form .form-bottom {
    margin: 10px 0 0 0;
    display: block;
    width: 100%;
    text-align: center;
}

.bg-form .form-bottom .btn-register {
    border-radius: 3px;
    background: #fff;
    border: 1px solid #fff !important;
    padding: 5px 35px;
    text-transform: uppercase;
    color: #2c075e;
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}

.bg-form .form-bottom .btn-register:hover {
    transition: 0.3s ease-in-out;
    background: transparent;
    color: #fff;
}

/**breadcrumb**/
section#breadcrumbs {
    padding: 10px 0;
    margin-bottom: 10px !important;
}

.breadcrumbs i {
    margin: 0px 5px;
}

.wp-pagenavi {
    text-align: center;
}

.wp-pagenavi span, .wp-pagenavi a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.wp-pagenavi a:hover {
    background: #009ada;
    border-color: #009ada;
    color: #fff;
}

.wp-pagenavi .current {
    background: #009ada;
    border-color: #009ada !important;
    color: #fff;
}

.btn-cus {
    background: #009ada !important;
    border-color: #009ada !important;
    text-transform: uppercase;
    font-size: 15px;
}

/**backup to top**/
/***back to top**/
.fixBtn {
    right: 50px;
    margin-left: 520px;
}

.fixBtn {
    position: fixed;
    bottom: 30px;
    z-index: 90;
}

.fixBtn .backToTop.active {
    -webkit-animation: _a_backToTopIn 0.12s ease-in;
    animation: _a_backToTopIn 0.12s ease-in;
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    margin-bottom: 0;
}

.fixBtn .backToTop {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.fixBtn a {
    background: -webkit-linear-gradient(bottom left, #0065bd, #0e8bd1);
    background: -webkit-gradient(linear, left bottom, right top, from(#0065bd), to(#0e8bd1));
    background: linear-gradient(to top right, #0065bd, #0e8bd1);
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2px;
}

.fixBtn .backToTop span {
    position: relative;
}

.fixBtn a span {
    display: block;
    width: 46px;
    height: 46px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fixBtn .backToTop span .icon {
    top: 9px;
    left: 16px;
}

.fixBtn .backToTop .icon.top {
    background-position: 93.82022471910112% 16.666666666666668%;
    width: 15px;
    height: 22px;
    -webkit-transition: top 0.12s ease-in;
    transition: top 0.12s ease-in;
}

.fixBtn .icon {
    background: url(../images/icon.svg) no-repeat;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    margin-left: 0px !important;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

/**single product*/
section#single-product {
    margin: 10px 0 20px 0;
}

section#single-product .single--content {
    margin: 10px 0 0 0;
}

section#single-product .single--content .table-bordered {
    background: #28acc4;
    color: #fff;
    text-align: center;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

section#single-product .info-price {
    width: 100%;
    display: inline-block;
    background: #2e83b3;
    padding: 15px;
}

section#single-product .info-price-item span {
    float: left;
    width: calc(100% / 3);
}

.info-price-item span:nth-child(2) {
    text-align: center;
    color: #fff;
}

section#single-product .info-price-item {
    width: 100%;
    padding: 10px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

section#single-product .info-price-item p, section#single-product .info-price-item .price-sale {
    font-size: 14px;
}

section#single-product .info-price-item span {
    font-size: 20px;
}

section#single-product .info-price-item .price-sale {
    color: yellow;
}

section#single-product .info-price-item span i {
    transform: translateY(50%);
}

section#single-product button.btn-store {
    margin: 20px 0;
    background: #dd2b2b url(../images/cart.png) left no-repeat;
    background-size: 20px;
    padding: 10px 10px 10px 35px;
    background-position: 8px;
    border: 0px !important;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

section#single-product .woocommerce .quantity .qty {
    border-radius: 5px;
    border: 1px solid #ddd !important;
}

section#single-product h1.product_title.entry-title {
    text-transform: uppercase;
    font-size: 25px;
}

section#single-product p.price span {
    font-size: 30px;
    font-weight: 700;
    color: #ff3333;
}

section#single-product .product_meta {
    display: none;
}

section#single-product .ssl-info-grid {
    width: 80%;
    margin: auto;
    text-align: center;
}

/**bg-ssl**/
section#process-ssl {
    margin: 20px 0;
}

section#process-ssl .bg-proccess {
    background: #d5e6f0;
    padding: 20px;
}

section#process-ssl .bg-proccess p.proccess-header {
    text-transform: uppercase;
    font-size: 20px !important;
}

section#process-ssl .bg-proccess p.proccess-header i.fa-check {
    color: #00ff00;
}

section#process-ssl .bg-proccess .proccess-ssl p {
    font-size: 16px;
    margin-bottom: 10px !important;
    line-height: 25px;
}

section#process-ssl .bg-proccess .proccess-list {
    margin-left: 20px;
}

section#process-ssl .bg-proccess .proccess-list ul li {
    font-size: 16px;
    list-style: disc;
}

section#process-ssl .bg-proccess .proccess-steps {
    width: 100%;
    display: inline-block;
}

section#process-ssl .bg-proccess .proccess-steps ul li {
    width: calc(100% / 5);
    float: left;
}

section#process-ssl .bg-proccess .steps-item {
    width: 100%;
    display: inline-block;
}

section#process-ssl .bg-proccess .steps-item .steps-number {
    width: 80px;
    float: left;
    background: url(../images/bg-proccess.png) no-repeat;
    height: 80px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 25px;
}

section#process-ssl .bg-proccess .steps-item .steps-content a {
    color: #dd2b2b;
}

section#process-ssl .bg-proccess .steps-item .steps-content {
    width: calc(100% - 80px);
    float: left;
    padding-left: 5px;
    font-size: 15px;
}

.menu-box-item a i {
    display: none;
}

.banner-title-position {
    position: absolute;
    top: 0px;
    width: 100%;
}

.banner-title-position .banner-title p a {
    color: #fff;
    text-decoration: underline !important;
}

.banner-title-position .banner-title p {
    font-size: 16px;
}

.banner-title-position banner-title h4 {
    font-size: 25px;
    font-weight: 700;
}

.banner-title-position .banner-title h2 {
    font-weight: 700;
    font-size: 40px;
}

.banner-title-position .banner-title {
    padding: 30px 0 0 10px;
    color: #fff;
}

.box-ssl .box-ssl-body .box-ssl-price ul {
    margin-bottom: 0px !important;
}

/**single post**/
.default-detail-post {
    padding: 0 100px;
}

header.header-single h2 {
    color: #000;
    font-size: 30px;
    margin-bottom: 0px !important;
}

article.single-body {
    margin: 20px 0;
    font-size: 16px;
    color: #000;
}

article.single-body p {
    margin-bottom: 10px;
}

header.header-single .meta-box {
    margin: 20px 0;
    background: #f2f2f2;
    padding: 12px;
    border-radius: 5px;
}

article.single-related .title h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

article.single-related ul li {
    padding: 5px 0;
    list-style: none;
    border-bottom: 1px dotted #dddddd;
}

article.single-related ul li a {
    color: #333333;
}

.breadcrumbs i {
    color: #767676;
    font-size: 15px;
}

.breadcrumbs span {
    color: #767676;
}

.breadcrumbs a {
    color: #767676;
}

/**category**/
section#category-page .category-title h2 {
    font-size: 25px;
    margin-bottom: 0px !important;
}

section#category-page .category-title {
    margin: 15px 0;
}

.form-search-category {
    position: relative;
}

.form-search-category input#search-key {
    width: 100%;
    box-shadow: unset !important;
    outline: none;
    border-color: #b2b2b2;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 3px !important;
}

.form-search-category button {
    position: absolute;
    top: 4px;
    right: 3px;
    border: none;
    background: none;
    font-size: 20px;
    color: #b2b2b2;
}

article.category-list {
    margin: 20px 0 0 0;
}

article.category-list ul li {
    padding: 5px 0;
    list-style: none;
    border-bottom: 1px dotted #dddddd;
}

article.category-list ul li:last-child {
    border-bottom: 0px !important;
}

article.category-list ul li a {
    color: #333333;
    font-size: 18px;
    display: block;
}

article.category-list ul li span.meta-post {
    margin: 10px 0;
    font-size: 13px;
    color: #767676;
}

.category-count {
    background: #eeeeee;
    color: #767676;
    font-size: 15px;
    padding: 10px 15px;
    margin-top: 20px;
}

/**single**/
section#banner-single {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    background: #d5e6f0;
    margin-bottom: 10px;
}

section#banner-single .single-header h2 {
    margin-bottom: 0px !important;
}

section#banner-single .rating i {
    color: #f8e435;
}

section#banner-single .rating {
    margin: 10px 0 0 0;
}

section#single-product .title-tg h2 {
    font-size: 18px;
    text-align: left;
    text-transform: unset !important;
    margin-bottom: 0px !important;
}

div#billingcycle ul li:last-child {
    border-bottom: 0px !important;
}

div#billingcycle {
    margin: 20px 0 0 0;
}

div#billingcycle ul li {
    width: 100%;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 0px !important;
    background: #f2f2f2;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid #ffff;
}

div#billingcycle ul li:hover {
    transition: 0.3s ease-in-out;
    background: #009ada;
    color: #fff;
}

div#billingcycle ul li i {
    font-size: 20px;
    padding: 5px 5px 5px 0;
    color: #fff;
    display: none;
    transition: 0.3s ease-in-out;
}

div#billingcycle ul li.active i {
    transition: 0.3s ease-in-out;
    display: inline-block;
}

div#billingcycle ul li.active {
    background: #009ada;
    color: #fff;
}

div#billingcycle ul li b {
    font-size: 22px;
}

.so-tien {
    font-size: 20px;
    color: #ff3333;
    font-weight: 700;
}

.pr-title {
    padding: 10px 0;
    font-size: 17px;
}

.p-div {
    padding: 10px 0;
}

.so-sale.p-div {
    font-weight: 700;
    color: #009ada;
}

.rating i.color-star {
    color: #f8e435;
}

.rating i {
    color: #f2f2f2;
    font-size: 20px;
}

/**banner-header**/
.banner-slider {
    height: 435px;
}

.banner-slider .owl-stage-outer, .banner-slider .owl-stage, .banner-slider .owl-carousel.owl-drag .owl-item, .banner-slider .banner-items {
    height: 100% !important;
}

.banner-slider .banner-item {
    width: 100%;
    height: 100%;
}

@keyframes calltrap_spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    30% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    33% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    36% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    39% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    42% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    45% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    48% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1;
    }
    51% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    54% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    57% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/**menu**/
.menu-tooltip {
    background: #36b429;
    width: 80px;
    position: absolute;
    top: 7px;
    right: 0px;
    text-align: center;
    height: 50px;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
}

.menu-tooltip .menu-arrow {
    content: "";
    position: absolute;
    left: -1px;
    height: 0;
    width: 0;
    border-top: 25px solid transparent;
    border-bottom: 025px solid transparent;
    border-left: 15px solid #fff;
}

.menu-tooltip .menu-tip {
    text-align: center;
    width: 80%;
    display: inline-block;
    margin: 0px 0 0 10px;
    vertical-align: middle;
    line-height: normal;
}

.menu-tooltip  .menu-tip p {
    margin: 0px !important;
}