/*
Theme Name: Anothemes
Theme URI: https://anothemes.com/
Author: Anothemes
Author URI: https://anothemes.com/
Description: Anothemes were developed by staff of Anothemes company. Anothemes can meet websites in the areas of sales, entertainment, business, product introduction, company introduction, real estate, landing page, ...
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anothemes
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Anothemes are located in style.css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
/* Css */
@import url(libs/font-awesome/css/font-awesome.css);
@import url(libs/owl-carousel/assets/owl.carousel.min.css);
@import url(libs/venobox/venobox.css);
@import url(libs/fotorama/fotorama.css);

@font-face {
    font-family: "ridez-icon";
    src: url(./fonts/ridez-icon-1.0.0.eot);
    src: url(./fonts/ridez-icon-1.0.0.eot?#iefix) format("eot"), url(./fonts/ridez-icon-1.0.0.woff2) format("woff2"), url(./fonts/ridez-icon-1.0.0.woff) format("woff"), url(./fonts/ridez-icon-1.0.0.ttf) format("truetype"), url(//demo2.themelexus.com/ridez/wp-content/themes/ridez/./assets/fonts/icons/ridez-icon-1.0.0.svg#ridez-icon-1.0.0) format("svg");
}

/*==========================================================
	2. GENERAL
==========================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background: #f7f8f7;
    line-height: 1.42857143;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    margin-bottom: 10px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

li {
    list-style-type: none;
}

a {
    color: #000;
    text-decoration: none;
}

/*a:hover{
	color: #fe5915;
}*/
a:focus {
    outline: none;
}

a,
button,
input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

input {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
textarea {
    border: 1px solid #d5d5d5;
    padding: 8px 15px;
    font-size: 14px;
    color: #333;
    border-radius: 0;
}

button,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
    border-color: #4cae4c;
    outline: none;
}

input[type="radio"i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-color: #FCD998;
}

iframe {
    max-width: 100%;
}

/* custom bootstrap css */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:after,
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none !important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1410px;
}

/*@media (min-width:768px) {
    .container {
        width: 750px
    }
}*/
@media (min-width:992px) {
    .container {
        width: 100%
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

/* wordpress default style */
.single .entry-content h1,
.not-kc .entry-content h1,
.comment-content h1,
.kc_text_block h1,
.single .entry-content h2,
.not-kc .entry-content h2,
.comment-content h2,
.kc_text_block h2,
.single .entry-content h3,
.not-kc .entry-content h3,
.comment-content h3,
.kc_text_block h3,
.single .entry-content h4,
.not-kc .entry-content h4,
.comment-content h4,
.kc_text_block h4,
.single .entry-content h5,
.not-kc .entry-content h5,
.comment-content h5,
.kc_text_block h5,
.single .entry-content h6,
.not-kc .entry-content h6,
.comment-content h6,
.kc_text_block h6,
.single .entry-content p,
.not-kc .entry-content p,
.comment-content p,
.kc_text_block p,
.single .entry-content table,
.not-kc .entry-content table,
.comment-content table,
.kc_text_block table,
.single .entry-content dl,
.not-kc .entry-content dl,
.comment-content dl,
.kc_text_block dl,
.single .entry-content pre,
.not-kc .entry-content pre,
.comment-content pre,
.kc_text_block pre,
.single .entry-content ul,
.not-kc .entry-content ul,
.kc_text_block ul,
.comment-content ul,
.single .entry-content ol,
.not-kc .entry-content ol,
.kc_text_block ol,
.comment-content ol {
    margin-bottom: 20px;
}

.single .entry-content ul,
.not-kc .entry-content ul,
.kc_text_block ul,
.comment-content ul {
    list-style: none;
}

.single .entry-content ul,
.not-kc .entry-content ul {
    margin: 0 40px 20px;
}

.single .entry-content ul li,
.not-kc .entry-content ul li {
    font-size: 14px;
}

.kc_text_block ul li,
.comment-content ul li,
.single .entry-content ol li,
.not-kc .entry-content ol li,
.kc_text_block ol li,
.comment-content ol li {
    font-size: 16px;
    line-height: 36px;
}

/*.single .entry-content ul li:before,
.not-kc .entry-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #5f5f5f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}*/
.kc_text_block ul li:before,
.comment-content ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    padding-bottom: 2px;
}

.post-password-form input[type="password"] {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    margin-right: 10px;
}

.post-password-form input[type="submit"] {
    border: 1px solid #242627;
    background: none;
    color: #242627;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}

.post-password-form input[type="submit"]:hover {
    background: #242627;
    color: #FFF;
}

.screen-reader-text {
    display: none
}

.gallery:after {
    content: "";
    display: block;
    clear: both;
    margin: 0 -5px 20px;
}

.gallery-item {
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
}

.gallery-columns-1 .gallery-item {
    float: none;
    display: block;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: both;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    padding: 5px;
    font-style: italic;
}

.gallery-caption {
    text-align: left;
    font-style: italic;
    padding: 5px 0;
}

.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.bypostauthor {
    display: block;
}

/*==========================================================
	3. ELEMENTS
==========================================================*/
#wrapper {
    margin: auto;
    /* margin-top: -98px;*/
}

.searchform {
    display: inline-block;
}

.searchform>div {
    position: relative;
    width: 250px;
}

.searchform>div:before {
    position: absolute;
    top: 5px;
    right: 8px;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
    color: #e7e7e7;
}

.searchform label {
    display: none;
}

.searchform #s {
    width: 100%;
    background: none;
    height: 33px;
    padding: 5px 45px 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #e7e7e7;
    font-style: italic;
}

.searchform #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: none;
    border: none;
    font-size: 0;
}

.star-rating {
    font-family: FontAwesome;
    font-size: 13px;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 74px;
    letter-spacing: 3px;
}

.star-rating:before {
    color: #b5b5b5;
    content: "\f005\f005\f005\f005\f005";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005" !important;
    left: 1px !important;
    position: absolute !important;
    top: 0 !important;
    color: #89d37d !important;
    font-family: fontAwesome !important;
    letter-spacing: 5px;
}

.thumbnail {
    border-radius: 0;
}

/*==========================================================
	4. HEADER
==========================================================*/
.site-header {
    position: relative;
    z-index: 10;
    box-shadow: 0px 4px 45px 0px rgb(0 0 0 / 9%);
    background: #fff;
    /* top: 137px;*/
}

.home .site-header {
    position: fixed;
    width: 100%;
    left: 0;
    /* transform: translateX(-50%); */
    top: 0px;
}

.top-header-menu {
    background-color: #fff;
}

.top-header {
    height: 39px;
    line-height: 39px;
    font-size: 13px;
    background: #2cc332;
    text-align: right;
}

.top-header a {
    color: #fff;
}

.mid-header .site-brand {
    width: 370px;
    margin-right: 100px;
}

.mid-header .site-brand a {
    display: inline-block;
    vertical-align: middle;
}

.mid-header .container {
    display: flex;
    align-items: center;
}

.right-header {
    text-align: right;
}

.product-form {
    margin-right: 185px;
}

.product-form-mobi {
    display: none;
}

.product-form form .input-search {
    width: 210px;
    border-radius: 4px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.product-form form .input-search:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.product-form form .search-submit {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.product-form form .search-submit i {
    color: #2cc332;
}

.product-form form .search-submit:hover i {
    color: #333;
}

.post-header {
    margin-right: 80px;
}

.post-header a {
    color: #000;
    font-weight: 700;
}

.post-header a:hover,
.site-header .good-exp a:hover {
    color: #fe5915;
}

.site-header .good-exp {
    max-width: 500px;
    padding: 0 15px;
}

.site-header .good-exp .owl-stage {
    /*width: 470px !important;*/
}

.site-header .good-exp span {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

.main-header {
    border-top: 2px solid #fe6702;
    border-bottom: 2px solid #fe6702;
}

.main-menu {
    text-align: center;
}

.main-menu .close {
    display: none;
}

.main-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    font-size: 0;
    text-align: left;
    padding-left: 43px;
}

.main-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.main-menu ul li:first-child:before {
    display: none;
}

.main-menu ul li a {
    text-transform: uppercase;
    padding: 40px 35px 35px 14px;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.main-menu ul li a:hover {
    color: #f36f20;
}

.menu-main {
    vertical-align: middle;
}

.main-menu .searchform {
    float: right;
    margin-top: 3px;
}

.main-menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    position: absolute;
    top: 98px;
    left: 0;
    z-index: 9;
    min-width: 220px;
    padding-left: 0;
    box-shadow: 2px 2px 10px 5px rgb(0 0 0 / 5%);
    padding: 15px 30px 15px;
    background-color: #fff;
}

.main-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .sub-menu li {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    display: inline-block;
}

.main-menu .sub-menu li a {
    width: 100%;
    text-transform: uppercase;
    color: #000;
    line-height: 39px;
    height: 39px;
    padding: 0 5px;

    width: 100%;
    color: #666;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
    text-transform: capitalize;
    padding: 10px 0;
    transition: all .3s ease;
}

.mobile-menu {
    width: 36px;
    cursor: pointer;
    margin-right: 10px;
    display: none;
}

.mobile-menu i.icon-mobile {
    background-position: -145px 0;
    width: 36px;
    height: 33px;
    display: block;
    margin: 2px auto;
    line-height: 30px;
    vertical-align: middle;
    background-size: 310px 105px;
    background-image: url(images/icon-bg.png);
    background-repeat: no-repeat;
}

.main-menu .arrow {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: none;
}

.main-menu .arrow i {
    font-size: 25px;
    line-height: 25px;
}

.table-service {
    margin: 8px 0;
}

.page-template-default .table-service {
    margin-bottom: 20px;
}

.table-service .list-service {
    display: flex;
    justify-content: space-between;
}

.table-service .list-service .item {
    width: 25%;
    margin-right: 8px;
    -moz-transition: transform .2s ease, background .2s ease, box-shadow .25s ease;
    -webkit-transition: transform .2s ease, background .2s ease, box-shadow .25s ease;
    transition: transform .2s ease, background .2s ease, box-shadow .25s ease;
}

.table-service .list-service .item:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
}

.table-service .list-service .item:last-child {
    margin-right: 0;
}

.table-service .list-service .item a {
    width: 100%;
    margin: auto;
    height: 110px;
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #dd321a;
    display: flex;
    align-items: center;
}

.table-service .list-service .item.item-2 a {
    background-color: #fcbd00;
}

.table-service .list-service .item.item-3 a {
    background-color: #3d81f7;
}

.table-service .list-service .item.item-4 a {
    background-color: #2ca94f;
}

.table-service .list-service .item a .text-content {
    vertical-align: middle;
    padding-left: 112px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.table-service .list-service .item a .text-content p {
    margin-bottom: 0;
}

.table-service .list-service .item:hover .text-content {
    text-shadow: 0 3px 8px rgba(0, 0, 0, .4);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    transition-delay: 0.5s;
    transition: all ease 0.25s;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

/*==========================================================
	5. CONTENT
==========================================================*/
.breadcrumbs {
    margin-bottom: 30px;
    display: flex;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs li:after {
    content: "";
    font-family: "ridez-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    font-size: 8px;
    margin: 0 10px;

}

.breadcrumbs li:last-child:after {
    display: none;
}

.left-content .site-content {
    float: right;
}

/*.site-content {
	line-height: 24px;
}*/
.site-main .widget {
    margin-bottom: 15px;
}

.site-main .widget>ul {
    padding-left: 13px;
}

.site-main .widget-title {
    font-size: 20px;
    text-transform: capitalize;
}

.widget_nav_menu .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

/*.widget_nav_menu .menu li {
	padding: 7px 0;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}
.widget_nav_menu .menu li:last-child {
	border-bottom: none;
}*/
.widget .searchform {
    display: block;
}

.widget .searchform>div {
    width: auto;
}

.widget .searchform #s {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.site-main .widget_blog_widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 10px;
}

.widget_blog_widget ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}

.widget_blog_widget ul li:first-child {
    padding-top: 0;
}

.widget_blog_widget ul li:last-child {
    padding-bottom: 0;
}

.widget_blog_widget .thumb {
    display: block;
    width: 110px;
    margin-right: 10px;
    float: left;
}

.widget_blog_widget .thumb img {
    height: 65px;
    object-fit: cover;
}

.widget_blog_widget li h4 {
    display: block;
    display: -webkit-box;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    max-height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0 5px;
}

.widget_blog_widget li h4 a {
    color: #333;
}

.widget_blog_widget li h4 a:hover {
    color: #f35915;
}

.widget_blog_widget li span {
    font-size: 12px;
    color: #999999;
}

.widget_blog_widget .btn-more {
    background: #2daa4f;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    display: block;
    height: 40px;
    margin-top: 20px;
}

.widget_blog_widget .btn-more:hover {
    color: #fe5915;
}

article.post {
    margin-bottom: 30px;
}

.post-title {
    border-bottom-style: dashed;
}

.post-thumb {
    border-radius: 0;
}

.post-thumb a {
    display: block;
}

.post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

/*.post-thumb a:hover img {
	opacity: 0.8;
}*/
.post-meta>* {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 5px;
}

.post-meta>*:last-child {
    margin-right: 0;
}

.post-meta>* i {
    margin-right: 5px;
    font-size: 12px;
}

.site-404 {
    max-width: 470px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.site-404 h1 {
    margin-bottom: 50px;
}

.site-404 h1 strong {
    display: block;
    font-size: 140px;
    font-weight: bold;
    -webkit-text-stroke: 4px #0176ac;
    -webkit-text-fill-color: white;
    font-family: arial;
}

.site-404 h1 span {
    font-size: 32px;
    text-transform: uppercase;
    color: #0176ac;
}

/*==========================================================
	6. PAGES
==========================================================*/
/* -- home-page --*/
.main-slider {
    background: #000;
    max-height: 450px;
}

.main-slider .item img {
    height: 450px;
    margin: 0 auto;
    max-width: 1540px;
    object-fit: cover;
}

.main-slider .owl-carousel .owl-nav button {
    display: inline-block;
    font-size: 28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 32px;
    width: 34px;
    height: 34px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    background: rgba(255, 255, 255, .82);
}

.main-slider .owl-carousel .owl-nav .owl-prev {
    left: 70px;
}

.main-slider .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 70px;
}

.main-slider .owl-nav button i {
    font-size: 28px;
    line-height: 32px;
    color: #000;
}

.banner-home .no-pd.bn-left {
    padding-right: 3px;
}

.banner-home .banner-left {
    position: relative;
    line-height: 0;
}

.banner-home .banner-left .deposit {
    padding: 15px 5%;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

.banner-home .banner-left .deposit .list-item {
    display: flex;
    justify-content: center;
}

.banner-home .banner-left .deposit .list-item .item-form {
    display: inline-flex;
}

.banner-home .banner-left .deposit .list-item input[type=tel] {
    width: 400px;
    margin-right: 5px;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.banner-home .banner-left .deposit .list-item input[type=tel]:focus {
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    border: 1px solid #66afe9;
}

.banner-home .banner-left .deposit .list-item input[type=submit] {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}

.banner-home .banner-left .deposit .list-item input[type=submit]:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.banner-home .no-pd.bn-right {
    padding-left: 5px;
}

.banner-home .list-banner li {
    margin-bottom: 8px;
}

.banner-home .list-banner li a {
    display: block;
}

.banner-home .list-banner li a img {
    width: 100%;
    object-fit: cover;
}

.banner-left img {
    height: 860px;
    object-fit: cover;
}

.table-news {
    width: 100%;
    height: 60px;
    background-color: #000;
    margin-bottom: 15px;
    border-spacing: 0;
    border-collapse: collapse;
}

.table-news td {
    height: 60px;
    text-align: center;
    border-top: 3px solid red;
    line-height: 60px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.table-news td+td::before {
    content: "";
    background-color: #9a9595;
    float: left;
    width: 2px;
    height: 41px;
    margin-top: 8px;
}

.table-news td:hover:before {
    background: none;
}

.table-news td:nth-child(1) {
    border-color: #4285f4;
}

.table-news td:nth-child(1):hover {
    background: #4285f4;
}

.table-news td:nth-child(2) {
    border-color: #eeb715;
}

.table-news td:nth-child(2):hover {
    background: #eeb715;
}

.table-news td:nth-child(3) {
    border-color: #34a853;
}

.table-news td:nth-child(3):hover {
    background: #34a853;
}

.table-news td:nth-child(4) {
    border-color: #ed008c;
}

.table-news td:nth-child(4):hover {
    background: #ed008c;
}

.table-news td:nth-child(5) {
    border-color: #ea4335;
}

.table-news td:nth-child(5):hover {
    background: #ea4335;
}

.table-news td a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.box-news .no-left {
    padding-right: 0;
}

.box-news .no-right {
    padding-left: 0;
}

.box-news .col-ext {
    padding: 0 35px;
    margin-right: 4px;
    background: #fff;
}

.box-news .no-right .col-ext {
    margin-right: 0;
    margin-left: 4px;
}

.box-news .col-ext .heading-box {
    text-align: center;
    text-transform: uppercase;
}

.box-news .col-ext .heading-box span {
    font-size: 30px;
    font-weight: 700;
    line-height: 63px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.box-news .col-ext .heading-box.heading-blog span {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes blinker {

    0%,
    100% {
        opacity: 1;
        color: #fe0202
    }

    25% {
        opacity: .5;
        color: #666
    }

    50% {
        opacity: 1;
        color: #2fbb03
    }

    75% {
        opacity: .5;
        color: #fc6e0f
    }
}

@-moz-keyframes blinker {

    0%,
    100% {
        opacity: 1;
        color: #fe0202
    }

    25% {
        opacity: .5;
        color: #666
    }

    50% {
        opacity: 1;
        color: #2fbb03
    }

    75% {
        opacity: .5;
        color: #fc6e0f
    }
}

@-webkit-keyframes blinker {

    0%,
    100% {
        opacity: 1;
        color: #fe0202
    }

    25% {
        opacity: .5;
        color: #666
    }

    50% {
        opacity: 1;
        color: #2fbb03
    }

    75% {
        opacity: .5;
        color: #fc6e0f
    }
}

.list-new li {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
    max-height: 470px;
    position: relative;
    overflow: hidden;
}

.list-new .big-new img {
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
}

.list-new .big-new:hover img {
    transform: scale(1.08);
    -ms-transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

.list-new .big-new p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    margin-bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
}

.list-new .big-new p:hover {
    padding-left: 5px;
}

.list-new li .post-thumb {
    width: 130px;
    height: 80px;
    float: left;
}

.list-new li .post-info {
    margin-left: 157px;
    vertical-align: top;
}

.list-new li .post-info h4 {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 500;
}

.list-new li .post-info .post-time {
    font-size: 11px;
    color: #666;
}

.product .row {
    margin-left: -4px;
    margin-right: -4px;
}

.product .read-more {
    margin: 10px 0;
}

.product .read-more a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-transform: uppercase;
    background: #28b22d;
    padding: 0 50px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}

.product .read-more a:hover {
    background: #ff7621;
}

.loading {
    position: relative;
}

.loading:before {
    z-index: 5;
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 3px dashed #28b22d;
    width: 25px;
    height: 25px;
    border-left: 3px solid transparent;
    border-bottom: 3px solid trasparent;
    animation: loading1 1s linear infinite;
    right: -30px;
    top: 50%;
    margin-top: -12px;
}

@keyframes loading1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.battery,
.accessary {
    margin-top: 20px;
}

.accessary {
    margin-bottom: 15px;
}

.battery h2.title-section,
.accessary h2.title-section {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}

.item-change img {
    height: 190px;
    object-fit: cover;
}

/* -- blog --*/
h1.title {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 25px;
    padding-bottom: 15px;
    color: #333;
    text-transform: uppercase;
    position: relative;
}

h1.title:after {
    content: '';
    background-image: url('images/af-title.png');
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 132px;
    height: 13px;
}

.post-type-archive h1.page-title,
.tax-product_cat h1.page-title {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 10px;
    color: #303030;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 28px;
    position: relative;
}

.post-type-archive h1.page-title:after,
.tax-product_cat h1.page-title:after {
    content: '';
    background-image: url('images/af-title.png');
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 132px;
    height: 13px;
}

article.post .inner-post {
    display: flex;
    justify-content: space-between;
    position: relative;
}

article.post .inner-post .post-thumb {
    width: 40%;
    height: 397px;
}

article.post .inner-post .post-thumb img {
    height: 397px;
}

article.post .inner-post .post-info {
    position: absolute;
    width: 70%;
    height: 350px;
    position: absolute;
    background: #fff;
    right: 0;
    top: 24px;
    bottom: 20px;
    padding: 30px 10px 30px 30px;
    -webkit-box-shadow: 2px 10px 18px -5px rgb(0 0 0 / 75%);
    -moz-box-shadow: 2px 10px 18px -5px rgba(0, 0, 0, .75);
    box-shadow: 2px 10px 18px -5px rgb(0 0 0 / 75%);
}

article.post .inner-post .post-info .post-title {
    font-size: 18px;
    text-transform: uppercase;
    margin: 12px 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

article.post .inner-post .post-info .post-meta {
    margin-bottom: 20px;
}

article.post .inner-post .post-info .post-meta>* {
    color: #a7a7a7;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin-right: 20px;
    padding: 4px 4px 4px 0;
}

article.post .inner-post .post-info .post-meta span {
    margin-right: 5px;
}

article.post .inner-post .post-info .post-meta a i {
    margin-right: 5px;
    vertical-align: middle;
}

article.post .inner-post .post-info .post-desc {
    font-size: 15px;
    line-height: 1.8;
}

article.post .inner-post .post-info .read-more {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 60px;
    border: solid 1px #c0a474;
    display: inline-block;
    margin-top: 20px;
}

article.post .inner-post .post-info .read-more:hover {
    color: #fff;
    background-color: #c0a474;
}

.page-navigation .page-nav {
    text-align: center;
    margin: 20px 0;
}

.page-navigation .page-nav span,
.page-navigation .page-nav a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border: 1px solid;
    color: #666;
    border: 1px solid #e0e0e0;
    font-weight: 500;
}

.page-navigation .page-nav span,
.page-navigation .page-nav a:hover {
    background-color: #999;
    border: 1px solid #999;
    color: #fff;
}

/* -- single --*/
.banner-single {
    height: 233px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 75px 0;
    color: #fff;
    margin-bottom: 20px;
}

.banner-single h1 {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.1;
}

.banner-single .breadcrumbs {
    padding: 12px 0;
    font-family: helvetica;
    font-size: 18px;
    text-transform: capitalize;
}

.banner-single .breadcrumbs a {
    color: #fff;
}

.post-content {
    padding: 15px;
    background: #fff;
}

.post-content .entry-content {
    color: #666;
}

.post-content .entry-content p,
.post-content .entry-content h2 {
    margin-bottom: 25px;
    text-align: justify;
}

.post-content .cart-empty.woocommerce-info {
    color: #666;
    padding-left: 15px;
}

.post-content .entry-content p {
    font-size: 16px;
}

.post-content .entry-content h2 {
    font-size: 18px;
}

.post-content .wp-block-image {
    text-align: center;
}

.wp-block-image .aligncenter {
    width: 100%;
}

.post-content .wp-block-image img,
.post-content img {
    width: 100%;
}

.site-content h1.post-title {
    font-size: 27px;
    margin-bottom: 20px;
}

.site-content .post-meta {
    margin-bottom: 10px;
}

.site-content .post-meta span {
    color: #bbb;
    margin: 0 10px 0 0;
}

.site-content .post-meta span i {
    margin-right: 10px;
}

.col-md-4.sidebar-right {
    padding-left: 0;
}

.content-sidebar {
    padding: 0 15px;
    background: #fff;
}

.content-sidebar h3.widget-title {
    /*   background: #2daa4f;
    color: #fff;
    text-align: center;*/
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 0;
}

/* -- Videos --*/
.video-section .desc-video {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    text-align: justify;
    font-size: 15px;
}

.list-video .row {
    margin-left: -4px;
    margin-right: -4px;
}

.list-video .item-video {
    padding-top: 8px;
    padding-right: 4px;
    padding-left: 4px;
}

.list-video .item-video .video {
    background: #FFF;
    padding: 8px 8px 25px 8px;
}

.list-video .item-video .post-thumb {
    position: relative;
}

.list-video .item-video .post-thumb i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .59);
    color: #fff;
    font-size: 20px;
    border-radius: 6px;
    display: inline-block;
    padding: 8px 25px;
}

.list-video .item-video .post-thumb a:hover i {
    background: #cc181e;
}

.list-video .item-video .info-video .post-title {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read-more {
    text-align: center;
    margin-top: 10px;
}

.read-more .load-video {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-transform: uppercase;
    background: #28b22d;
    padding: 0 50px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    border: 0;
}

/*--post-type-archive--*/
.post-type-archive .products .item img {
    height: 400px;
    object-fit: cover;
    background-color: #f5f5f5;
}

/*--check-out--*/
.select2-container .select2-selection--single {
    border-radius: 0;
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 34px;
    /*min-width: 220px;*/
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d5d5d5;
}

/*.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
    min-width: 220px;
}*/
.woocommerce form .form-row {
    width: 50%;
}

.woocommerce form .woocommerce-additional-fields__field-wrapper .form-row,
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    width: 100%;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #5cb85c;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none;
}

.woocommerce .quantity .qty {
    padding: 0;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
}

.page-id-65 .site-content .post-meta {
    display: none;
}

/*==========================================================
	7. FOOTER
==========================================================*/
.main-menu-footer {
    background: #dfe6e9;
}

.main-menu-footer .main-menu ul li:before {
    display: none;
}

.main-menu-footer .main-menu .sub-menu {
    top: 38px;
}

.site-footer {
    background-repeat: repeat-x;
    background-size: contain;
}

.site-bottom {
    padding: 100px 30px 60px;
    font-weight: 700;
    background-color: #191919;
}

.site-bottom .container {
    padding-left: 35px;
    padding-right: 35px;
}

.site-bottom .widget {
    background: none;
    padding: 0;
    border: none;
    margin-bottom: 30px;
}

.site-bottom .widget-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0 0 31px;
}

.site-bottom .widget_newsletterwidget .widget-title {
    font-size: 14px;
    text-transform: inherit;
    margin-bottom: 10px;
}

.site-bottom .widget_newsletterwidget .widget-title:after {
    display: none;
}

.tnp-widget form {
    display: flex;
}

.tnp-widget form .tnp-name,
.tnp-widget form .tnp-email {
    width: 136px;
    border: solid 1px #666;
    margin-right: 10px;
    outline: medium none;
    padding: 3px 5px;
    height: 28px;
    line-height: 26px;
    display: inline-block;
    font-weight: 700;
}

.tnp-widget form .tnp-submit {
    font-weight: 700;
    border: none;
    height: 28px;
    background-color: #2fbb04;
    color: #fff;
    padding: 2px 14px;
    cursor: pointer;
}

.site-bottom .widget_nav_menu {
    margin-bottom: 15px;
}

.site-bottom .widget_nav_menu .menu li {
    padding: 6px 0;
}

.site-bottom .widget_nav_menu .menu li a:hover {
    color: #fe5915;
}

#custom_html-4 .textwidget h4 {
    font-size: 16px;
    margin-bottom: 30px;
}

.site-bottom .widget_point_widget .widget-title {
    margin-bottom: 30px;
}

.widget .point {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    background: #fff;
}

.widget .point h4 {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 16px;
}

.widget .point ul {
    border-top: 1px solid #ddd;
    padding: 15px 15px 25px;
}

.widget .point ul li {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: bold;
}

.widget .point ul li p {
    margin-bottom: 5px;
}

.widget .point ul li a i {
    margin-left: 3px;
}

.site-bottom .widget_media_image {
    display: inline-block;
    width: 50%;
}

.site-bottom .widget_media_image a {
    display: inline-flex;
    border: solid 1px #fc6e0f;
    display: flex;
}

.site-bottom #media_image-3 a {
    border-right: none;
}

.site-bottom #text-2 {
    margin-bottom: 0;
}

#text-2 p {
    font-size: 20px;
}

#text-2 p:before {
    content: "\f095";
    font-family: FontAwesome;
    font-size: 20px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: #fc6e0f;
    color: #fff;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 41px;
}

.site-footer .payment-method {
    height: 54px;
    border-top: solid 1px #2fbb04;
    border-bottom: solid 1px #fc6e0f;
}

.site-footer .payment-method label {
    width: 13%;
    float: left;
    height: 52px;
    line-height: 52px;
    text-align: right;
    background-color: #fc6e0f;
    color: #fff;
    font-weight: 700;
    padding-right: 4px;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    margin: 0 50px 0 0;
}

.site-footer .payment-method label:after {
    content: "";
    width: 50px;
    height: 52px;
    position: absolute;
    right: -49px;
    top: 0px;
    background: url(images/bf-pay.png) no-repeat;
}

.main-footer {
    background-color: #28b22d;
    padding: 15px 0 50px;
    color: #fff;
}

.main-footer .container {
    padding-left: 35px;
    padding-right: 35px;
}

.main-footer .info-company p {
    margin-bottom: 15px;
    font-weight: 700;
}

.main-footer .wpcf7 {
    margin-bottom: 30px;
}

.main-footer .list-item {
    display: flex;
}

.main-footer .item-form {
    display: inline-flex;
}

.main-footer .item-form input[type=text] {
    width: 272px;
    font-weight: 700;
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    background-image: url(images/icon-input.png);
    background-repeat: no-repeat;
    background-position: 16px center;
    padding-left: 48px;
    padding-right: 10px;
    color: #333;
    border: none;
}

.main-footer .item-form input[type=submit] {
    border: none;
    outline: medium none;
    height: 34px;
    background-color: #fff;
    color: #000;
    padding: 2px 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.main-footer .item-form.item-submit {
    margin-left: 3px;
}

.main-footer .wpcf7-not-valid-tip {
    margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 0.5em;
}

.main-footer .wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
}

.site-footer .static-social {
    display: flex;
}

.site-footer .statistic span {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.site-footer .social li {
    display: inline-block;
}

.site-footer .social a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    background: #fe5915;
    color: #fff;
}

.site-footer .social li:nth-child(2) a {
    background: #fc6e0f;
}

.site-footer .social li:last-child a {
    background: #ad0c0c;
}

.site-footer .social a i {
    font-size: 13px;
}

.copyright {
    line-height: 30px;
    font-size: 13px;
    float: left;
    width: 50%;
}

.hotline-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 250px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

.hotline-fixed a {
    padding: 0 25px;
    width: 250px;
    color: #fff;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    text-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    background: #0065bf;
    border: 0;
    border-bottom: 1px solid #0065bf;
    margin-right: 12px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}

.hotline-fixed a i {
    margin-right: 5px;
}

/* / fix browser IE /  */
@media all and (-ms-high-contrast:none) {

    .main-footer .item-form input[type=text],
    .tnp-widget form .tnp-name,
    .tnp-widget form .tnp-email {
        line-height: inherit;
    }

    /* / IE10 /  */
    *::-ms-backdrop,
    .main-footer .item-form input[type=text],
    .tnp-widget form .tnp-name,
    .tnp-widget form .tnp-email {
        line-height: inherit;
    }

    /*/ IE11 /*/
}

/*css-loidk*/
.top-header-menu {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 17.019%;
    text-align: center;
}

.menu {
    width: 59.027%;
    text-align: left;
}

.menu-main {
    border-style: solid;
    border-width: 0 1px;
    border-color: #e0e0e0;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 0 15px 0 60px;
}

.current-menu-item>a,
.current-menu-parent>a {
    color: #fe5915 !important;
}

[class*="ridez-icon-"] {
    font-family: "ridez-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
}

.ridez-icon-accessories:before {
    content: "";
}

.ridez-icon-alarm-clock:before {
    content: "";
}

.ridez-icon-angle-down:before {
    content: "";
}

.ridez-icon-angle-left:before {
    content: "";
}

.ridez-icon-angle-right:before {
    content: "";
}

.ridez-icon-angle-up:before {
    content: "";
}

.ridez-icon-arrow-corner-up-right:before {
    content: "";
}

.ridez-icon-arrow-left:before {
    content: "";
}

.ridez-icon-arrow-right:before {
    content: "";
}

.ridez-icon-bike:before {
    content: "";
}

.ridez-icon-bike1:before {
    content: "";
}

.ridez-icon-bike2:before {
    content: "";
}

.ridez-icon-call:before {
    content: "";
}

.ridez-icon-cart-shopping-1:before {
    content: "";
}

.ridez-icon-check:before {
    content: "";
}

.ridez-icon-chevron-down:before {
    content: "";
}

.ridez-icon-chevron-left:before {
    content: "";
}

.ridez-icon-chevron-right:before {
    content: "";
}

.ridez-icon-chevron-up:before {
    content: "";
}

.ridez-icon-circle-arrow-left:before {
    content: "";
}

.ridez-icon-circle-arrow-right:before {
    content: "";
}

.ridez-icon-delivery:before {
    content: "";
}

.ridez-icon-heart2:before {
    content: "";
}

.ridez-icon-help:before {
    content: "";
}

.ridez-icon-location-dot:before {
    content: "";
}

.ridez-icon-long-arrow-left:before {
    content: "";
}

.ridez-icon-long-arrow-right:before {
    content: "";
}

.ridez-icon-longtime:before {
    content: "";
}

.ridez-icon-minus2:before {
    content: "";
}

.ridez-icon-paper-plane-top-1:before {
    content: "";
}

.ridez-icon-phone-rotary:before {
    content: "";
}

.ridez-icon-phone:before {
    content: "";
}

.ridez-icon-play2:before {
    content: "";
}

.ridez-icon-plus2:before {
    content: "";
}

.ridez-icon-quick-view:before {
    content: "";
}

.ridez-icon-quote1:before {
    content: "";
}

.ridez-icon-quote2:before {
    content: "";
}

.ridez-icon-search2:before {
    content: "";
}

.ridez-icon-subscribe:before {
    content: "";
}

.ridez-icon-support:before {
    content: "";
}

.ridez-icon-support2:before {
    content: "";
}

.ridez-icon-truck-fast:before {
    content: "";
}

.ridez-icon-user2:before {
    content: "";
}

.ridez-icon-adobe:before {
    content: "";
}

.ridez-icon-amazon:before {
    content: "";
}

.ridez-icon-android:before {
    content: "";
}

.ridez-icon-angular:before {
    content: "";
}

.ridez-icon-apper:before {
    content: "";
}

.ridez-icon-apple:before {
    content: "";
}

.ridez-icon-atlassian:before {
    content: "";
}

.ridez-icon-behance:before {
    content: "";
}

.ridez-icon-bitbucket:before {
    content: "";
}

.ridez-icon-bitcoin:before {
    content: "";
}

.ridez-icon-bity:before {
    content: "";
}

.ridez-icon-bluetooth:before {
    content: "";
}

.ridez-icon-btc:before {
    content: "";
}

.ridez-icon-centos:before {
    content: "";
}

.ridez-icon-chrome:before {
    content: "";
}

.ridez-icon-codepen:before {
    content: "";
}

.ridez-icon-cpanel:before {
    content: "";
}

.ridez-icon-discord:before {
    content: "";
}

.ridez-icon-dochub:before {
    content: "";
}

.ridez-icon-docker:before {
    content: "";
}

.ridez-icon-dribbble:before {
    content: "";
}

.ridez-icon-dropbox:before {
    content: "";
}

.ridez-icon-drupal:before {
    content: "";
}

.ridez-icon-ebay:before {
    content: "";
}

.ridez-icon-facebook:before {
    content: "";
}

.ridez-icon-figma:before {
    content: "";
}

.ridez-icon-firefox:before {
    content: "";
}

.ridez-icon-google-plus:before {
    content: "";
}

.ridez-icon-google:before {
    content: "";
}

.ridez-icon-grunt:before {
    content: "";
}

.ridez-icon-gulp:before {
    content: "";
}

.ridez-icon-html5:before {
    content: "";
}

.ridez-icon-joomla:before {
    content: "";
}

.ridez-icon-link-brand:before {
    content: "";
}

.ridez-icon-linkedin:before {
    content: "";
}

.ridez-icon-mailchimp:before {
    content: "";
}

.ridez-icon-opencart:before {
    content: "";
}

.ridez-icon-paypal:before {
    content: "";
}

.ridez-icon-pinterest-p:before {
    content: "";
}

.ridez-icon-reddit:before {
    content: "";
}

.ridez-icon-skype:before {
    content: "";
}

.ridez-icon-slack:before {
    content: "";
}

.ridez-icon-snapchat:before {
    content: "";
}

.ridez-icon-spotify:before {
    content: "";
}

.ridez-icon-trello:before {
    content: "";
}

.ridez-icon-twitte-1:before {
    content: "";
}

.ridez-icon-twitter:before {
    content: "";
}

.ridez-icon-vimeo:before {
    content: "";
}

.ridez-icon-whatsapp:before {
    content: "";
}

.ridez-icon-wordpress:before {
    content: "";
}

.ridez-icon-yoast:before {
    content: "";
}

.ridez-icon-youtube:before {
    content: "";
}

.ridez-icon-360:before {
    content: "";
}

.ridez-icon-bars:before {
    content: "";
}

.ridez-icon-caret-down:before {
    content: "";
}

.ridez-icon-caret-left:before {
    content: "";
}

.ridez-icon-caret-right:before {
    content: "";
}

.ridez-icon-caret-up:before {
    content: "";
}

.ridez-icon-cart-empty:before {
    content: "";
}

.ridez-icon-check-square:before {
    content: "";
}

.ridez-icon-circle:before {
    content: "";
}

.ridez-icon-cloud-download-alt:before {
    content: "";
}

.ridez-icon-columns:before {
    content: "";
}

.ridez-icon-comment:before {
    content: "";
}

.ridez-icon-comments:before {
    content: "";
}

.ridez-icon-compare:before {
    content: "";
}

.ridez-icon-contact:before {
    content: "";
}

.ridez-icon-credit-card:before {
    content: "";
}

.ridez-icon-dot-circle:before {
    content: "";
}

.ridez-icon-edit:before {
    content: "";
}

.ridez-icon-envelope:before {
    content: "";
}

.ridez-icon-expand-alt:before {
    content: "";
}

.ridez-icon-external-link-alt:before {
    content: "";
}

.ridez-icon-eye:before {
    content: "";
}

.ridez-icon-file-alt:before {
    content: "";
}

.ridez-icon-file-archive:before {
    content: "";
}

.ridez-icon-filter-ul:before {
    content: "";
}

.ridez-icon-filter:before {
    content: "";
}

.ridez-icon-folder-open:before {
    content: "";
}

.ridez-icon-folder:before {
    content: "";
}

.ridez-icon-frown:before {
    content: "";
}

.ridez-icon-gift:before {
    content: "";
}

.ridez-icon-grid:before {
    content: "";
}

.ridez-icon-grip-horizontal:before {
    content: "";
}

.ridez-icon-heart-fill:before {
    content: "";
}

.ridez-icon-heart:before {
    content: "";
}

.ridez-icon-history:before {
    content: "";
}

.ridez-icon-home:before {
    content: "";
}

.ridez-icon-info-circle:before {
    content: "";
}

.ridez-icon-instagram:before {
    content: "";
}

.ridez-icon-level-up-alt:before {
    content: "";
}

.ridez-icon-list:before {
    content: "";
}

.ridez-icon-map-marker-check:before {
    content: "";
}

.ridez-icon-meh:before {
    content: "";
}

.ridez-icon-minus-circle:before {
    content: "";
}

.ridez-icon-minus:before {
    content: "";
}

.ridez-icon-mobile-android-alt:before {
    content: "";
}

.ridez-icon-money-bill:before {
    content: "";
}

.ridez-icon-pencil-alt:before {
    content: "";
}

.ridez-icon-play-circle:before {
    content: "";
}

.ridez-icon-play:before {
    content: "";
}

.ridez-icon-plus-circle:before {
    content: "";
}

.ridez-icon-plus:before {
    content: "";
}

.ridez-icon-quickview:before {
    content: "";
}

.ridez-icon-quote:before {
    content: "";
}

.ridez-icon-random:before {
    content: "";
}

.ridez-icon-reply-all:before {
    content: "";
}

.ridez-icon-reply:before {
    content: "";
}

.ridez-icon-search-plus:before {
    content: "";
}

.ridez-icon-search:before {
    content: "";
}

.ridez-icon-shield-check:before {
    content: "";
}

.ridez-icon-shopping-basket:before {
    content: "";
}

.ridez-icon-shopping-cart:before {
    content: "";
}

.ridez-icon-sign-out-alt:before {
    content: "";
}

.ridez-icon-smile:before {
    content: "";
}

.ridez-icon-spinner:before {
    content: "";
}

.ridez-icon-square:before {
    content: "";
}

.ridez-icon-star:before {
    content: "";
}

.ridez-icon-store:before {
    content: "";
}

.ridez-icon-sync:before {
    content: "";
}

.ridez-icon-tachometer-alt:before {
    content: "";
}

.ridez-icon-th-large:before {
    content: "";
}

.ridez-icon-th-list:before {
    content: "";
}

.ridez-icon-thumbtack:before {
    content: "";
}

.ridez-icon-ticket:before {
    content: "";
}

.ridez-icon-times-circle:before {
    content: "";
}

.ridez-icon-times:before {
    content: "";
}

.ridez-icon-trophy-alt:before {
    content: "";
}

.ridez-icon-truck:before {
    content: "";
}

.ridez-icon-user-headset:before {
    content: "";
}

.ridez-icon-user-shield:before {
    content: "";
}

.ridez-icon-user:before {
    content: "";
}

.ridez-icon-video:before {
    content: "";
}

.ridez-social ul {
    margin: 0;
    list-style-type: none;
}

.ridez-social ul li {
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
}

.ridez-social ul li:last-child {
    margin-right: 0;
}

.ridez-social ul li a:before {
    position: relative;
    font-family: "ridez-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
}

.ridez-social ul li a[href*="twitter"]:before {
    content: "";
    color: #1da1f2;
}

.ridez-social ul li a[href*="instagram"]:before {
    content: "";
    color: #262626;
}

.ridez-social ul li a[href*="docker"]:before {
    content: "";
}

.ridez-social ul li a[href*="dochub"]:before {
    content: "";
}

.ridez-social ul li a[href*="yelp"]:before {
    content: "";
    color: #af0606;
}

.ridez-social ul li a[href*="flickr"]:before {
    content: "";
    color: #0063dc;
}

.ridez-social ul li a[href*="github"]:before {
    content: "";
    color: #333;
}

.ridez-social ul li a[href*="dribbble"]:before {
    content: "";
    color: #ea4c89;
}

.ridez-social ul li a[href*="wordpress"]:before {
    content: "";
    color: #21759b;
}

.ridez-social ul li a[href*="tumblr"]:before {
    content: "";
    color: #35465c;
}

.ridez-social ul li a[href*="angular"]:before {
    content: "";
}

.ridez-social ul li a[href*="atlassian"]:before {
    content: "";
}

.ridez-social ul li a[href*="snapchat"]:before {
    content: "";
    color: #fffc00;
}

.ridez-social ul li a[href*="apper"]:before {
    content: "";
}

.ridez-social ul li a[href*="codepen"]:before {
    content: "";
}

.ridez-social ul li a[href*="gulp"]:before {
    content: "";
}

.ridez-social ul li a[href*="cpanel"]:before {
    content: "";
}

.ridez-social ul li a[href*="skype"]:before {
    content: "";
    color: #00aff0;
}

.ridez-social ul li a[href*="reddit"]:before {
    content: "";
    color: #ff4500;
}

.ridez-social ul li a[href*="whatsapp"]:before {
    content: "";
}

.ridez-social ul li a[href*="slack"]:before {
    content: "";
}

.ridez-social ul li a[href*="amazon"]:before {
    content: "";
}

.ridez-social ul li a[href*="android"]:before {
    content: "";
}

.ridez-social ul li a[href*="grunt"]:before {
    content: "";
}

.ridez-social ul li a[href*="firefox"]:before {
    content: "";
}

.ridez-social ul li a[href*="adobe"]:before {
    content: "";
}

.ridez-social ul li a[href*="behance"]:before {
    content: "";
}

.ridez-social ul li a[href*="dropbox"]:before {
    content: "";
}

.ridez-social ul li a[href*="facebook"]:before {
    content: "";
    color: #3b5998;
}

.ridez-social ul li a[href*="linkedin"]:before {
    content: "";
    color: #0077b5;
}

.ridez-social ul li a[href*="paypal"]:before {
    content: "";
}

.ridez-social ul li a[href*="trello"]:before {
    content: "";
}

.ridez-social ul li a[href*="vimeo"]:before {
    content: "";
    color: #1ab7ea;
}

.ridez-social ul li a[href*="youtube"]:before {
    content: "";
    color: #cd201f;
}

.ridez-social ul li a[href*="apple"]:before {
    content: "";
    color: #999;
}

.ridez-social ul li a[href*="bitbucket"]:before {
    content: "";
}

.ridez-social ul li a[href*="bitcoin"]:before {
    content: "";
}

.ridez-social ul li a[href*="bluetooth"]:before {
    content: "";
}

.ridez-social ul li a[href*="bity"]:before {
    content: "";
}

.ridez-social ul li a[href*="google/chrome"]:before {
    content: "";
}

.ridez-social ul li a[href*="drupal"]:before {
    content: "";
}

.ridez-social ul li a[href*="html5"]:before {
    content: "";
}

.ridez-social ul li a[href*="mailchimp"]:before {
    content: "";
}

.ridez-social ul li a[href*="jenkins"]:before {
    content: "";
}

.ridez-social ul li a[href*="spotify"]:before {
    content: "";
    color: #2ebd59;
}

.ridez-social ul li a[href*="ebay"]:before {
    content: "";
}

.ridez-social ul li a[href*="telegram"]:before {
    content: "";
    color: #2ca5e0;
}

.ridez-social ul li a[href*="yoast"]:before {
    content: "";
}

.ridez-social ul li a[href*="btc-e"]:before {
    content: "";
}

.ridez-social ul li a[href*="discord"]:before {
    content: "";
}

.ridez-social ul li a[href*="google"]:before {
    content: "";
    color: #dd4b39;
}

.ridez-social ul li a[href*="google-plus"]:before {
    content: "";
}

.ridez-social ul li a[href*="figma"]:before {
    content: "";
}

.ridez-social ul li a[href*="joomla"]:before {
    content: "";
}

.ridez-social ul li a[href*="opencart"]:before {
    content: "";
}

.ridez-social ul li a[href*="pinterest"]:before {
    content: "";
    color: #bd081c;
}

.ridez-social ul li a[href*="vimeo"]:before {
    content: "";
    color: #1ab7ea;
}

.ridez-social ul li a[href*="centos"]:before {
    content: "";
}

.ridez-social ul li a[href*="whatsapp"]:before {
    content: "";
}

.site-header-cart .cart-contents:before {
    font-family: "ridez-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    font-size: 18px;
}

.header-group-action>div a i:before {
    font-size: 18px;
}

.header-group-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0;
}

.header-group-action>div {
    margin-right: 21px;
    margin-left: 12px;
}

.site-header-wishlist .header-wishlist {
    position: relative;
    display: block;
}

.site-header-wishlist .count {
    display: inline-block;
    position: absolute;
    min-width: 16px;
    line-height: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    top: -10px;
    right: -15px;
    letter-spacing: 0px;
}

.site-header-cart .cart-contents {
    display: inline-block;
    position: relative;
    text-indent: 0;
}

.site-header-cart .count {
    display: inline-block;
    position: absolute;
    min-width: 16px;
    line-height: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    text-align: center;
    border-radius: 50px;
    top: -10px;
    right: -15px;
    letter-spacing: 0;
}

.main-menu .sub-menu li:last-child {
    border-bottom: none;
}

.lst-ct-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.item-ct-footer {
    width: 20%;
}

.item-ct-footer ul li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #666;
}

.textwidget p {

    font-size: 16px;
    /*font-weight: 500;*/
    text-transform: capitalize;
    color: #666;
}

.textwidget span {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
}

.textwidget i {
    color: #fe5915;
    width: 1.25em;
    font-size: 15px;
    margin-top: -5px;
}

#custom_html-4 a {
    color: #fff;
    font-size: 12px;
    border: 2px solid #ffffff1a;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 13px;
}

#custom_html-4 a i {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 40%;
    left: 40%;

}

#custom_html-4 ul {
    display: flex;
}

.content-cpr {
    background-color: #191919;
    display: flex;
    padding: 0 30px 60px;
}

.copyright {
    color: #fff;

    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

.lst-payment {
    width: 50%;
    text-align: right;
    float: right;
}

.kc-css-315007 .kc-col-container {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.kc-css-315007 .kc-col-container .kc_text_block:first-child {
    display: unset;
    clear: unset;
    width: unset;
    float: unset;
    margin-right: 25px;

}

.kc-css-315007 h3.elementor-icon-box-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0px 8px !important;
}

.kc-css-315007 .kc-col-container .kc_text_block p {
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 0 !important;
}

.kc-css-636502 .kc-col-container {
    display: flex;
}

.kc-css-636502 .kc-col-container .elementor-icon-box-title {
    margin: 0px 0px 8px 0px !important;
}

#lst-icon-home {
    background-color: #f5f5f5 !important;
    padding: 80px 30px 40px !important;
}

.kc_text_block.icon-hm {
    width: 40%;
}

#lst-icon-home .kc-col-container {
    display: flex;
}

#lst-icon-home .kc-col-container:last-child h3.elementor-icon-box-title {
    margin: 0 !important;
}

#lst-icon-home {
    background-color: #f5f5f5;
    padding: 80px 30px;
}

.sub-title {
    display: block;
}

.aq_thumb {
    width: 100%;
}

.lst-cate a {
    color: #fe5915;
    background-color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 13px;
    margin-left: 2px;
    display: inline-block;
    margin-bottom: 2px;
    font-weight: 600;
    transition: .5s ease;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.post-thumb-home {
    position: relative;
}

.lst-cate {
    position: absolute;
    top: 10px;
    left: 10px
}

.post-date {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    color: #999;
}

p.post-author {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
}

.entry-meta {
    display: flex;
    align-items: center;
}

span.cross {
    margin-left: 5px;
    margin-right: 2px;
}

h3.post-title.title.entry-title {
    font-size: 24px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}

#new-home .kc-elm {
    float: unset;
}

.entry-meta:before {
    content: "";
    height: 8px;
    width: 10px;
    background-color: #fe5915;
    display: inline-block;
    margin-right: 5px;
}

span.ac {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
}

#accessories p {
    margin-bottom: 0 !important;
}

.title-ac {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #000;
    margin-bottom: 15px !important;
    max-width: 350px;
}

h2.elementor-heading-title.elementor-size-default {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px !important;
}

.c-primary {
    color: #fe5915;
}

#accessories .kc_text_block a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    background-color: #fe5915;
    border-radius: 0;
    padding: 15px 30px;
    color: #fff;
    fill: #fff;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#accessories .kc_text_block {
    background-color: #f5f5f5;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 98px 80px 88px 90px
}

#accessories .kc-col-container {
    position: relative;
}

.img-sgma {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: unset !important;
    transform: translate(-50%, -50%);
    width: auto;
    clear: unset;
    float: unset;
}

.section-product ul li {
    display: inline-block;
}

.product-category .nav-link {
    line-height: 20px;
    position: relative;
    margin: 13px 5px 0px 5px;
    cursor: pointer;
    border: 4px solid #e0e0e0;
    padding: 12px 30px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.items-large.grid {
    margin-top: 60px;
    padding-top: 60px;
}

.product-category li.nav-item.active a {
    background-color: #000;
    color: #fff;
    border: 4px solid #000;
}

.product-category li.nav-item a:hover {
    background-color: #000;
    color: #fff;
    border: 4px solid #000;
}

#product-home .kc-container {
    max-width: 100% !important;
}

.title-item-product a {
    margin-top: auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.2;
    color: #000;
    text-align: center;
}

h3.title-item-product {
    text-align: center;
    margin-top: 20px;
}

.grid {
    background-image: unset !important;
}

.text-price {
    display: flex;
    align-items: center;
    justify-content: center;
}

.price {
    margin-bottom: 0;
    font-size: 16px !important;
    color: #fe5915 !important;
    font-weight: 700;
    line-height: 1.65;
}

p.sale-price {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: #999;
    line-height: 1.65;
    text-decoration: line-through;
    margin-left: 7px;
}

.item-product {
    margin-bottom: 30px;
}

.item-shop {
    height: 275px;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: right;
    background-color: #fff;
}

.ct-item-shop {
    padding: 50px;
}

.item-left {
    width: 180px;
}

span.des-title {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    margin-bottom: 10px;
    display: block;
}

.item-left h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 70px;
    line-height: 1.125;
}

span.shop-now {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fe5915;
}

.shop-now i.ridez-icon-.ridez-icon-angle-right {
    font-size: 20px;
    margin-left: 3px;
    position: relative;
    top: -2px;
}

.featured-bike {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    align-items: center;
    justify-content: space-between;
    /*  padding: 113px 0 105px;*/
}

.featured-bike span.des {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fe5915;
    margin-bottom: 25px;
    display: block;
}

.top-ft-bike h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 20px;
}

.left-ft-bike {
    max-width: 508px;
}

.des-prd {
    color: #666;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.it-ft-bike h3 {
    font-size: 14px;
    font-weight: 500;
    color: #999;
    margin-bottom: 5px;
}

.it-ft-bike span {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.it-ft-bike {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 17px 0;
}

.item-it-prd {
    width: 33.333%;
}

.price-ft-home span {
    font-size: 14px;
    font-weight: 500;
    color: #999;
    display: block;
    margin-bottom: 5px;
}

.view a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    background-color: #fe5915;
    border-radius: 0;
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
    text-align: center;
}

.price-view {
    margin-top: 17px;
}

.price-ft-home h2 {
    color: #fe5915;
    font-size: 30px;
    font-weight: 700;
}

.price-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.heading-title h2 {
    position: absolute;
    color: #FE591500;
    font-size: 200px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: #E0E0E080;
    stroke: #E0E0E080;
    text-align: right;
    z-index: 3;
    width: initial;
    max-width: initial;
    top: 35px;
    z-index: 0;
}

.lst-review-home {
    margin: 100px 0 130px;
    text-align: center;
}

#lst-rv {
    background-color: #1a1a1a;
}

.ct-item-rv {
    color: #fff;
    font-size: 30px;
    line-height: 44px;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 50px;
}

span.name {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    line-height: 24px;
}

.item-review i {
    height: 120px;
    width: 120px;
    position: relative;
    padding: 32px 10px;
    text-align: center;
    color: #fe5915;
    font-size: 56px;
    margin-bottom: 47px;
}

.item-review i:after {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #fff 1px, transparent 1px) 0 0, linear-gradient(to bottom, #fff 1px, transparent 1px) 0 0, linear-gradient(to left, #fff 1px, transparent 1px) 100% 0, linear-gradient(to bottom, #fff 1px, transparent 1px) 100% 0, linear-gradient(to left, #fff 1px, transparent 1px) 100% 100%, linear-gradient(to top, #fff 1px, transparent 1px) 100% 100%, linear-gradient(to right, #fff 1px, transparent 1px) 0 100%, linear-gradient(to top, #fff 1px, transparent 1px) 0 100%;
    background-repeat: no-repeat;
    background-size: 7px 7px;
    position: absolute;
    top: 0;
    left: 0;
    transition: background-size .3s cubic-bezier(.455, .03, .515, .955);
}

#lst-rv .owl-prev {
    position: relative;
    margin-right: 7.5px;
}

#lst-rv .owl-prev:before {
    content: "";
    font-family: "ridez-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
}

#lst-rv .owl-next {
    position: relative;
    margin-left: 7.5px;
}

#lst-rv .owl-next:before {
    content: "";
    font-family: "ridez-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
}

#lst-rv .fa-chevron-left:before {
    content: unset;
}

#lst-rv .fa-chevron-right:before {
    content: unset;
}

#lst-rv .owl-nav {
    margin-top: 30px;
}

#slider-banner-home {

    padding: 0;
}

#slider-banner-home .kc-container {
    max-width: 100% !important;
}

.top-bn {
    line-height: 28px;
    letter-spacing: 4px;
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 10px;
    color: #fff;
}

.item-bn-home {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 952px;
    position: relative;
}

.item-bn-home h2 {
    line-height: 80px;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 72px;
    padding-bottom: 20px;
    color: #fff;
}

.item-bn-home p {
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 40px;
    padding-top: 10px;
    color: #fff;
}

.ct-banner-home {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#slider-banner-home .kc_column {
    padding: 0;
}

#slider-banner-home .ct-banner-home a {
    line-height: 42px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 12px;
    border-color: rgb(255, 102, 0);
    border-style: solid;
    border-width: 4px;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 30px;
}

#slider-banner-home .ct-banner-home a:hover {
    color: rgb(255, 102, 0);
}

.lst-banner-home .owl-next span {
    position: absolute;
    color: #fff;
    top: 50%;
    right: 25px;
    font-size: 85px;
}

.lst-banner-home .owl-prev span {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 25px;
    font-size: 85px;
}

#lst-item-shop {
    margin-top: -135px;
    z-index: 9;
    position: relative;
}

.item-product .cart {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
    display: block;
    padding: 19px 10px;
    background-color: #fe5915;
    color: #fff;
    max-width: 140px;
    margin: 0 auto;
    position: absolute;
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}

.item-product:hover .cart {
    visibility: visible;
    opacity: 1;
}

.item-product .cart:hover {
    background-color: #000;
}

.item-product .aq_thumb{
    transition: all 0.86s;
    width: 100%;
}
.item-product:hover .aq_thumb{
    transform: scale(1.1);
}
.img-ct-grid{
    overflow: hidden;
}

.woosq-btn:before {
    font-family: "ridez-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    font-size: 1rem;
}

.woosc-btn:before {
    font-family: "ridez-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    font-size: 1rem;
}

.woosw-btn:before {
    font-family: "ridez-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    font-size: 1rem;
}

.btn-item-shop {
    position: relative;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    overflow: hidden;
    transition: all ease-in-out .3s;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    font-size: 0;
    border: none;
    letter-spacing: 0;
    margin: 5px;
    color: var(--e-global-color-secondary);
    justify-content: center;
}

.img-ct-grid {
    position: relative;
}

.shop-action {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    top: 20px;
    z-index: 1;
    right: 25px;
    opacity: 0;
}

.item-product:hover .shop-action {
    opacity: 1;
}

#custom_html-4 a:hover {
    border: 2px solid #fe5915;
}

#custom_html-4 a:hover i {
    color: #fe5915;
}

.table-service {
    display: none;
}

.breadcrumbs-page {
    /*margin-top: 140px;*/
    background-color: #000;
    padding: 50px 0;
}

.breadcrumbs li a,
.breadcrumbs li {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
}

h1.title-page {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
    color: #fff;
}

.sidebar-prd {
    width: 300px;
    float: left;
}

.page-child.product {
    width: calc(100% - 330px);
    float: right;
}

h3.title-wprd {
    margin-bottom: 16px;
}

.product-categories li a {
    line-height: 26.4px;
    font-weight: 500;
    font-size: 16px;
    color: #666;
}

.content-page-product {
    display: flex;
    margin-top: 60px;
    margin-bottom: 40px;
}

.lst-prd-tag ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #000;
    transition: .3s ease-out;
    font-weight: 600px;
    line-height: 1;
}

.lst-prd-tag ul li a {
    font-size: 12px !important;
    padding: 10px 20px;
    display: block;
    border: 2px solid #e0e0e0;
}

.lst-prd-tag ul li a:hover {
    cursor: pointer;
    background-color: #fe5915;
    color: #fff;
    text-decoration: unset;
    border: 2px solid #fe5915;
}

.item-siderbar {
    margin-bottom: 40px;
}

.product-list-inner .aq_thumb {
    max-width: 70px;
    height: 70px;
    width: 70px;
    object-fit: cover;
}

.product-title span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    line-height: 19.8px;
}

.product-content {
    margin-left: 20px;
    flex: 1;
}

.product-list-inner {
    display: flex;
    align-items: center;
}

.product-list-inner .text-price {
    justify-content: unset;
}

.page-child.product .aq_thumb {
    background-color: #f5f5f5;
}

.wpfFilterContent {
    padding: 0 !important;
}

.wfpDescription {
    font-size: 20px !important;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 16px;
}

/*.wpfFilterTaxNameWrapper{
    padding: 6px 20px !important;
    text-align: center;
    min-width: 38px;
    border: 2px solid #e0e0e0;
}
.wpfFilterWrapper .wpfFilterTaxNameWrapper{
    display: inline-block;
}*/
button.wpfFilterButton.wpfButton {
    font-size: 16px;
    padding: 0;
    min-height: auto;
    background-color: unset;
    width: 100%;
    text-transform: unset;
    background: #fe5915;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 40px;
}

.wpfFilterWrapper[data-filter-type] {
    padding: 0 !important;
}

.wpfFilterButtons .wpfButton {
    margin-left: 0 !important;
}

h1.product-name.bk-product-name {
    font-size: 2.25rem;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: left;
}

span.woocommerce-Price-amount.amount {
    font-size: 16px;
    font-style: normal;
    color: #999;
}

.single-product .price-box .price {
    color: #999 !important;
}

.products_category_slider {
    clear: both;
}

.item-sgprd span {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-right: 4px;
}

.item-sgprd ul li a,
.item-sgprd ul li span {
    font-size: 16px;
    font-weight: 500;
    color: #999;
}

.wrap_item .item-sgprd {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.wrap_item .item-sgprd ul {
    display: flex;
    align-items: center;
}

.wrap_item .item-sgprd ul li:last-child span {
    display: none;
}

.page-child.single-product {
    margin-top: 60px;
}

.description-product {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 24px 0;
}

.star-review {
    display: flex;
}

.woocommerce .star-rating {
    width: 98px;
    margin-bottom: 10px;
    float: left;
}

.woocommerce .star-rating::before {
    color: #89d37d;
}

#tab-title-additional_information {
    display: none;
}

ul.tabs.wc-tabs li a {
    font-size: 24px;
    color: #000;
    line-height: 24px;
    font-weight: 700;
    padding: 0 12px;
}

ul.tabs.wc-tabs {
    clear: both;
    display: flex;
    text-align: center;
    background-color: #f5f5f5;
    padding: 23px 0;
    justify-content: center;
    width: 100%;
}

ul.tabs.wc-tabs .active a {
    color: #fe5915;
}

a:empty {
    display: none;
}

.reviews_tab a {
    position: relative;
}

.reviews_tab a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    left: -2px;
    -ms-transform: -50%, -50%;
    -o-transform: -50%, -50%;
    -moz-transform: -50%, -50%;
    -webkit-transform: -50%, -50%;
    transform: -50%, -50%;
    background-color: #000;
    transition: all ease .3s;
}

.wrap_social {
    display: none;
}

#tab-description h2:first-child,
.woocommerce-Reviews-title {
    display: none;
}

#tab-description,
#comments {
    margin-top: 40px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    border: unset;
    padding: unset;
}

.woocommerce-review__author {
    font-size: 16px;
    color: #000;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    padding: 0;
    border: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 60px;
}

.woocommerce #review_form #respond textarea {
    height: 260px;
}

.comment-form-author {
    width: 49%;
    float: left;
}

.comment-form-email {
    width: 49%;
    float: right;
}

.comment-form-cookies-consent {
    clear: both;
}

#wp-comment-cookies-consent {
    height: 13px;
    width: 13px;
    border: 1px solid;
    border-radius: 2px;
    position: relative;
    top: 4px;
}

#review_form .form-submit .submit {
    padding: 1.3em 2.5em !important;
    color: #fff !important;
    background-color: #fe5915 !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
}

.woocommerce .star-rating span {
    color: rgb(137, 211, 125);
}

.related-prd h2 {
    text-align: center;
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.125;
}

.featured-product {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.featured-product .item {
    width: calc(100% / 4);
    flex-basis: calc(100% / 4);
    padding: 0 15px;
    margin-bottom: 45px;
}

.product-name {
    text-align: center;
    margin-top: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.2;
}

/*.login-acount {
    width: 50%;
    float: left;
    padding-right: 5%;
}
.register-acount {
    width: 50%;
    float: right;
    padding-left: 5%;
}*/
.page-my-ac h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
    color: #000;
}

.woocommerce form.register {
    border: unset;
    padding: 0;
}

.woocommerce form .form-row {
    width: 100%;
}

.woocommerce-privacy-policy-text {
    display: none;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fe5915;
    color: #fff;
    margin-top: 40px;
}

.u-column2.col-2 label {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.woocommerce form.login,
.woocommerce form.register {
    max-width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}

.nav-ac li a {
    box-shadow: none;
    font-size: 16px;
    padding: 14px 0;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    color: #fe5915;
}

.nav-ac li:first-child a {
    border-top: 1px solid #e0e0e0;
}

.page-id-66 .entry-content {
    margin-top: 60px;
    margin-bottom: 40px;
}

/*.page-id-66 .entry-content .container{
    display: flex;
}*/
.user-acc .info {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fe5915;
    font-weight: 700;
}

.logged-in .entry-content .woocommerce {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
}

.shop-now:hover {
    color: #000;
}

.item-shop:hover {
    cursor: pointer;
}
.item-shop{
    transition-duration: .5s;
}
.item-shop:hover {
    background-position-x: 90%;
    transition: all .3s ease;
}

#product-home .kc_column {
    padding: 0 !important;
}

.show-product {
    background: #f5f5f5;
}

ul.nav.nav-tabs.filters.filter-button-group {
    padding: 0 30px;
}

.lst-pro-bsl {
    display: flex;
    width: 100%;
    align-items: center;
}

.item-bsl {
    width: 50%;
    float: left;
}

.ct-item-bsl h3 {
    margin-top: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.2;
}

.item-bsl:hover .img-bsl {
    transition: all .4s ease-in-out;
}

.shop-action {
    display: none;
}

.page-navigation {
    clear: both;
    float: left;
}

.item-sku {
    font-size: 16px;
    font-weight: 500;
    color: #999;
}

.item-sku p {
    margin-bottom: 0;
}

.tag.item-sgprd ul li:last-child a:last-child {
    display: none !important;
}
.lst-pro-bsl.show-mb{
    display: none;
}
#text-5 .textwidget a{
    color: #666 !important;
}
ul#menu-main_top li a{
    font-weight: 400 !important;
}
a.img-product.diamond{
    line-height: 0;
}
.img-grid-proj{
    position: relative;
}
#accessories .kc_column{
    padding-left: 0;
    padding-right: 0;
}
.title-item-product a:hover, .ct-item-bsl a:hover, .post-title a:hover{
    color: #fe5915;
}
.number-rv span{
    font-size: 14px;
    font-weight: 400;
    color: #666
}
.woocommerce button.button.alt{
    margin-top: 0 !important;
    height: auto;

}
/*.item-product .cart{
    padding: 0 !important;
}*/
.add-cart{
    padding: 15px 10px;
    bottom: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
    display: block;
    background-color: #fe5915;
    color: #fff;
    max-width: 140px;
    margin: 0 auto;
    border: unset;
}
.add-cart:hover{
    cursor: pointer;
}
a.added_to_cart.wc-forward {
    display: none;
}
.woocommerce div.product form.cart{
    margin-bottom: 0;
}
.post-type-archive .page-title{
    display: none;
}
h5.item-title.text-uppercase{
    text-align: center;
    padding: 0;
}
.col-item .item-price{
    text-align: center;
}
.item-price span{
    margin-bottom: 0;
    font-size: 16px !important;
    color: #fe5915 !important;
    font-weight: 700;
    line-height: 1.65;
}
span.old-price span{
    color: #999 !important;
}
.price-empty{
    text-align: center;
}
.item:hover .btn-success{
    opacity: 1;
}
.page-title{
    display: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
    border-color: #999;
    background-color: #999;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination{
    text-align: left;
}
.woocommerce nav.woocommerce-pagination ul li{
    border: 1px solid #999;
    margin-right: 10px;
}
.woocommerce nav.woocommerce-pagination ul{
    border: unset;
    margin: unset;
}
#wpfMaxPrice{
    width: 100% !important;
}
button.wpfFilterButton.wpfButton:hover{
    color: #fff;
    background-color: #000;
}
/*.items-large.grid .item-product:nth-child(n+9){
    display: none ;
}*/
.meta{
    clear: both;
}
.btn-sm{
    text-align: center;
    display: none;
}
.btn-sm span{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
    display: block;
    padding: 19px 10px;
    background-color: #fe5915;
    color: #fff;
    max-width: 140px;
    margin: 0 auto;
}
.btn-sm span:hover{
    cursor: pointer;
}


/* Tabs */
.tabs {
  width: 600px;
  background-color: #09F;
  border-radius: 5px 5px 5px 5px;
}
ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
}
ul#tabs-nav li {
  float: left;
  font-weight: bold;
  margin-right: 2px;
  padding: 8px 10px;
  border-radius: 5px 5px 5px 5px;
  /*border: 1px solid #d5d5de;
  border-bottom: none;*/
  cursor: pointer;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  background-color: #08E;
}
#tabs-nav li a {
  text-decoration: none;
  color: #FFF;
}
.tab-content {
  padding: 10px;
  border: 5px solid #09F;
  background-color: #FFF;
}
