body {
    overflow-x: hidden;
}

a {
    color: #333;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

a:hover {
    color: #00f;
    text-decoration: none;
}

a:focus {
    color: #00f;
    outline: none;
    text-decoration: none;
}

img,
object,
video,
embed {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666;
    font-family: PP Agrandir, sans-serif;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 10px;
    color: #222;
    text-transform: uppercase;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1em;
}

input:not([type]),
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    border: 1px solid #ebebeb;
    height: 40px;
    padding: 5px;
}

.form-control {
    border: 1px solid #ebebeb;
}

input:focus {
    outline: none;
    border: 1px solid #d7d7d7;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

button,
input,
select,
textarea {
    margin: 0;
    max-width: 100%;
}

big {
    font-size: 125%;
}

dd {
    margin-bottom: 24px;
}

ul,
ol {
    padding-left: 15px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin: 0 0 0 20px;
}

table {
    border-collapse: separate;
    border-color: #ebebeb;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

table th,
table td {
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding: 10px;
}

caption {
    padding: 10px;
}

html body {
    font-family: texgyreadventorregular, sans-serif;
}

.box-layout {
    max-width: 1230px;
    margin: 0 auto;
}

.main-wrapper .woocommerce .button,
.main-wrapper .woocommerce .button.alt,
.main-wrapper .woocommerce #submit {
    background: #2f2f2f;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: PP Agrandir, sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 13px 25px;
    line-height: 1.1;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-wrapper .woocommerce .button:hover,
.main-wrapper .woocommerce .button.alt:hover,
.main-wrapper .woocommerce #submit:hover {
    background: #00f;
    color: #fff;
    text-shadow: none;
}

.main-wrapper .woocommerce .button.alt,
.main-wrapper .woocommerce .button.alt.alt,
.main-wrapper .woocommerce #submit.alt {
    margin-left: 10px;
}

.home2_style {
    position: relative;
    background: url(../images/bkg_body.jpg);
}

.home2_style #main-content {
    max-width: 1230px;
    background: #fff;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
}

.home2_style:after,
.home2_style:before {
    height: 41px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/bkg_footer.jpg) repeat;
}

.home2_style:after {
    bottom: 0;
    top: auto;
}

.main-container .page-content {
    padding: 0 0 20px;
}

.widget-title,
.widgettitle {
    font-size: 18px;
    color: #222;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 18px;
    margin-bottom: 25px;
}

.widget-title:after,
.widgettitle:after {
    content: "";
    width: 30px;
    border-top: 3px solid #00f;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tooltip {
    font-style: 11px !important;
    font-weight: normal;
}

.tooltip-inner {
    border-radius: 0px;
    padding: 3px 8px;
    font-style: 11px !important;
}

.yith-wcwl-add-to-wishlist .tooltip-inner {
    min-width: 110px;
}

h1.entry-title {
    font-size: 22px;
    color: #222;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 18px;
    margin-bottom: 25px;
    margin-top: 40px;
}

h1.entry-title:after {
    content: "";
    width: 30px;
    border-top: 3px solid #00f;
    position: absolute;
    left: 0;
    bottom: 0;
}

.header-container.first .header .row,
.header-container.layout2 .header .row,
.header-container.layout3 .header .row,
.header-container.layout4 .header .row {
    height: 102px;
    display: table;
    width: 100%;
    margin: 0;
}

.header-container.first .header .row>div,
.header-container.layout2 .header .row>div,
.header-container.layout3 .header .row>div,
.header-container.layout4 .header .row>div {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.header-container {
    background-color: rgba(36, 36, 36, 0.86);
    position: relative;
    z-index: 1111;
    color: #bbb;
}

.header-container a {
    color: #bbb;
}

.header-container .nav-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.header-container .nav-top ul li {
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
    list-style: none;
}

.header-container .nav-top ul li:first-child a {
    color: #fff;
}

.header-container .nav-top ul li a {
    font-family: PP Agrandir, sans-serif;
    text-transform: uppercase;
    color: #666;
}

.header-container .nav-top ul li a:hover {
    color: #fff;
}

.header-container .nav-top ul.nav-language {
    padding-right: 5px;
    margin-right: 30px;
    border-right: 1px solid #666;
}

.header-container .social-icons {
    display: inline-block;
    border-right: 1px solid rgba(230, 230, 230, 0.1);
    margin: 0;
    padding: 0;
    margin-right: 30px;
}

.header-container .social-icons li {
    display: inline-block;
    list-style: none;
    margin-right: 30px;
}

.header-container .social-icons li a {
    font-size: 16px;
    color: #666;
}

.header-container .social-icons li a:hover {
    color: #fff;
}

.header-container .login-page a {
    color: #666;
    font-size: 14px;
}

.header-container .login-page a:hover {
    color: #fff;
}

.header-container .woocommerce-product-search .search-content .close-search {
    position: absolute;
    left: 0;
    top: 0;
    color: #bbb;
    font-size: 20px;
}

.header-container .woocommerce-product-search .search-content .close-search:hover {
    color: red;
}

.header-container .woocommerce-product-search .search-content input.search-field {
    padding: 0;
    width: 100%;
    padding-right: 45px;
    margin: 0;
    border: 0;
    color: #555;
    padding-left: 20px;
    font-size: 14px;
    background: none;
    background: none;
    outline: none;
    box-shadow: none;
}

.header-container .woocommerce-product-search .search-content .btn-search {
    position: absolute;
    right: 0;
    top: 3px;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    text-indent: -99999px;
    width: 45px;
    height: 45px;
    background: url(../images/icon-search.png) no-repeat center center;
}

.header-container.layout2 {
    background: #fff;
    position: static;
}

.header-container.layout2 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:after {
    color: #555;
}

.header-container.layout2 #mega_main_menu.primary>.menu_holder>.menu_inner>ul>li>.item_link:hover:after {
    color: #00f;
}

.header-container.layout2 .top-bar {
    color: #888;
    border-bottom-color: #eee;
}

.header-container.layout2 .nav-top ul li a {
    color: #888;
}

.header-container.layout2 .nav-top ul li a:hover {
    color: #333;
}

.header-container.layout2 .nav-top ul li:first-child a {
    color: #333;
}

.header-container.layout2 .nav-top ul.nav-language {
    border-color: #eee;
}

.header-container.layout2 .social-icons {
    border-color: #eee;
}

.header-container.layout2 .social-icons li a {
    color: #888;
}

.header-container.layout2 .social-icons li a:hover {
    color: #333;
}

.header-container.layout2 .login-page a {
    color: #888;
}

.header-container.layout2 .login-page a:hover {
    color: #333;
}

.header-container.layout2 .woocommerce-product-search .top-search .fa {
    color: #555;
}

.header-container.layout2 .topcart .icon-cart-header .fa {
    color: #555;
}

.header-container.layout2 .topcart .cart-toggler {
    background: #f39a00;
}

.header-container.layout2 .nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li>a.item_link .link_text {
    color: #555;
}

.header-container.layout2 .nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li>a.item_link:hover .link_text {
    color: #00f;
}

.header-container.layout3 {
    background: url(../images/bkg_footer.jpg);
}

.header-container.layout3 .top-bar {
    border-color: rgba(255, 255, 255, 0.1);
}

.header-container.layout3 .nav-top ul.nav-language {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header-container.layout3 .social-icons {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.header-container.layout4 .top-bar {
    background: #262626;
    border-bottom: 0;
}

.header-container.layout4 .nav-top ul.nav-language {
    border-right: 1px solid #444;
}

.header-container.layout4 .nav-top ul li a {
    color: #ddd;
}

.header-container.layout4 .nav-top ul li a:hover {
    color: #00f;
}

.header-container.layout4 .social-icons {
    border-right: 1px solid #444;
}

.header-container.layout4 .social-icons li a {
    color: #ddd;
}

.header-container.layout4 .social-icons li a:hover {
    color: #00f;
}

.header-container.layout4 .login-page a {
    color: #ddd;
}

.header-container.layout4 .login-page a:hover {
    color: #00f;
}

.header-container.layout4 .header {
    background: #333;
}

.header-container.layout4 .header .nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li>a.item_link .link_text {
    color: #ddd;
}

.header-container.layout4 .header .nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li>a.item_link:hover .link_text {
    color: #00f;
}

.header-container.layout4 .header .minicart-wrapper .icon-cart-header .fa {
    color: #ddd;
}

.header-container.layout4 .woocommerce-product-search .top-search .fa {
    color: #ddd;
}

.header-container.fifth {
    background: #fff;
}

.header-container.fifth .top-bar {
    background: #262626;
    border-bottom: 0;
    line-height: 60px;
}

.header-container.fifth .top-bar .woocommerce-product-search .top-search .fa {
    line-height: 60px;
    padding: 0;
}

.header-container.fifth .top-bar .topcart .icon-cart-header .fa {
    padding: 0;
    line-height: 60px;
}

.header-container.fifth .top-bar .login-page {
    margin-right: 25px;
    padding-right: 40px;
    border-right: 1px solid #404040;
}

.header-container.fifth .top-bar .login-page a {
    color: #888;
}

.header-container.fifth .top-bar .login-page a:hover {
    color: #00f;
}

.header-container.fifth .header {
    text-align: center;
}

.header-container.fifth .header .col-logo {
    height: 110px;
    padding-top: 35px;
    display: table;
}

.header-container.fifth .header .col-logo .logo {
    display: table-cell;
    vertical-align: middle;
}

.header-container.fifth .header .nav-menus {
    max-width: 100%;
    display: block;
    clear: both;
}

.header-container.fifth .header .nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li>a.item_link .link_text {
    color: #333;
}

.header-container.fifth .header .nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li>a.item_link:hover .link_text {
    color: #00f;
}

.box-corporate.box-home5 {
    background: #222;
    padding: 77px 0;
    border-bottom: 1px solid #373737;
    color: #ddd;
    margin-bottom: 0;
}

.box-corporate.box-home5 .vc_wp_text .widgettitle {
    color: #ddd;
}

#secondary {
    margin: 0 0 60px;
}

#secondary .widget {
    margin: 0 0 30px;
    clear: both;
    word-wrap: break-word;
}

#secondary .widget:last-child {
    margin: 0;
}

#secondary .widget .widget-title {
    font-family: PP Agrandir, sans-serif;
    font-size: 18px;
    color: #222;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 18px;
    margin-bottom: 25px;
}

#secondary .widget .widget-title:after {
    content: "";
    width: 30px;
    border-top: 3px solid #00f;
    position: absolute;
    left: 0;
    bottom: 0;
}

#secondary .widget .product-categories li.current-cat>a {
    color: #00f;
}

#secondary .widget .product-categories li.cat-parent {
    position: relative;
}

#secondary .widget .product-categories li.cat-parent .opener {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -5px;
    top: 3px;
    text-align: center;
    line-height: 30px;
    font-size: 10px;
    z-index: 10;
    cursor: pointer;
}

#secondary .widget .product-categories li.cat-parent.opening>.opener:before {
    content: '\f068';
}

#secondary .widget .product-categories li.cat-parent>ul {
    display: none;
    padding-top: 10px;
}

#secondary .widget .product-categories li.cat-parent>ul>li {
    padding-left: 15px;
}

#secondary .widget.yith-woocompare-widget ul,
#secondary .widget.yith-woocompare-widget li {
    list-style: none;
}

#secondary .widget.widget_product_search .woocommerce-product-search label {
    display: none;
}

#secondary .widget.widget_product_search .woocommerce-product-search input[type=submit] {
    background: #2f2f2f;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: PP Agrandir, sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 13px 25px;
    line-height: 1.1;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 10px;
    margin-bottom: 10px;
    border: 1px solid #ebebeb;
}

#secondary .widget.widget_product_search .woocommerce-product-search input[type=submit]:hover {
    background: #00f;
    color: #fff;
    text-shadow: none;
}

#secondary .widget.widget_product_search .woocommerce-product-search input[type="search"] {
    margin-bottom: 10px;
}

#secondary .widget.widget_search .input-group .form-control {
    background: #f1f1f1;
    height: 35px;
    padding: 5px;
    border: 0;
    border-radius: 0;
}

#secondary .widget.widget_search button {
    background: #2f2f2f;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: PP Agrandir, sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 13px 25px;
    line-height: 1.1;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
}

#secondary .widget.widget_search button:hover {
    background: #00f;
    color: #fff;
    text-shadow: none;
}

#secondary .widget.widget_categories ul li.current-cat a {
    color: #00f;
}

#secondary .widget ul.product_list_widget li {
    padding: 10px 0;
}

#secondary .widget ul.product_list_widget li .product-image a img {
    width: 50px;
    margin: 0;
}

#secondary .widget ul.product_list_widget li .product-info {
    padding-left: 10px;
}

#secondary .widget ul.product_list_widget li .product-info a {
    font-weight: 500;
    text-transform: uppercase;
    font-family: PP Agrandir, sans-serif;
    font-size: 12px;
    color: #666;
}

#secondary .widget ul.product_list_widget li .product-info a:hover {
    color: #00f;
}

#secondary .widget ul.product_list_widget li .product-info ins {
    background: none;
    color: #00f;
    font-weight: bold;
}

#secondary .widget ul.product_list_widget li .product-info .amount {
    margin-right: 5px;
}

#secondary .widget .price_slider_wrapper .price_slider {
    background: #bababa;
    height: 6px;
    margin-bottom: 20px;
}

#secondary .widget .price_slider_wrapper .price_slider .ui-slider-range {
    background: #00f;
    height: 6px;
}

#secondary .widget .price_slider_wrapper .price_slider .ui-slider-handle {
    background: #00f;
}

#secondary .widget .price_slider_wrapper .price_slider_amount .button {
    padding: 0 20px;
    line-height: 35px;
    margin: 0 5px 5px 0;
}

#secondary .widget .price_slider_wrapper .price_slider_amount .price_label {
    font-weight: normal;
    font-size: 14px;
}

#secondary .widget .tagcloud a {
    font-size: 13px !important;
    padding: 5px 9px;
    line-height: 1.5;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 10px;
    margin-right: 8px;
    border: 1px solid #ebebeb;
}

#secondary .widget .tagcloud a:hover {
    background: #00f;
    border-color: #00f;
    color: #fff;
}

#secondary .widget_hermes_recent_post ul,
#secondary .widget_hermes_recent_comment ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#secondary .widget_hermes_recent_post ul li,
#secondary .widget_hermes_recent_comment ul li {
    overflow: hidden;
    margin: 0 0 30px;
}

#secondary .widget_hermes_recent_post ul li .pull-left,
#secondary .widget_hermes_recent_comment ul li .pull-left {
    width: 60px;
    border: 1px solid #ebebeb;
}

#secondary .widget_hermes_recent_post ul li .pull-left:hover,
#secondary .widget_hermes_recent_comment ul li .pull-left:hover {
    border-color: #00f;
}

#secondary .widget_hermes_recent_post ul li .pull-left.no-thumb,
#secondary .widget_hermes_recent_comment ul li .pull-left.no-thumb {
    width: 0;
}

#secondary .widget_hermes_recent_post ul li .media-body,
#secondary .widget_hermes_recent_comment ul li .media-body {
    padding-left: 10px;
    line-height: 20px;
}

#secondary .widget_hermes_recent_post ul li .media-body .post-title,
#secondary .widget_hermes_recent_comment ul li .media-body .post-title {
    display: block;
}

#secondary .widget_hermes_recent_post ul li .media-body .post-date,
#secondary .widget_hermes_recent_comment ul li .media-body .post-date {
    font-size: 11px;
    color: #bababa;
    display: block;
}

#secondary .widget_hermes_recent_post ul li .comment_info p,
#secondary .widget_hermes_recent_comment ul li .comment_info p {
    margin: 0;
}

#secondary .widget_hermes_recent_post ul li .comment_info .author,
#secondary .widget_hermes_recent_comment ul li .comment_info .author {
    font-weight: bold;
}

#secondary .widget_hermes_recent_post ul li .comment_info .on_post a,
#secondary .widget_hermes_recent_comment ul li .comment_info .on_post a {
    color: #00f;
    font-size: 11px;
}

#secondary .widget_hermes_recent_post ul li .comment_info .on_post a:hover,
#secondary .widget_hermes_recent_comment ul li .comment_info .on_post a:hover {
    text-decoration: underline;
}

#secondary .widget_products .product_list_widget .item-product-widget .images {
    width: 60px;
}

.footer.layout2 {
    background: #fff;
}

.footer.layout2:before {
    display: none;
}

.footer.layout2 .footer-top {
    padding: 100px 0 0;
    border-top: 1px solid #eee;
}

.footer.layout2 .footer-top .container-inner {
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}

.footer.layout2 .footer-top h3.widget-title {
    color: #333;
}

.footer.layout2 .footer-top h3.widget-title:after {
    border-color: #eee;
}

.footer.layout2 .footer-top .widget_contact_us em {
    color: #555;
}

.footer.layout2 .footer-top .widget_contact_us ul li {
    color: #555;
}

.footer.layout2 .footer-top .widget_contact_us ul li:before {
    color: #555;
}

.footer.layout2 .footer-bottom {
    padding: 40px 0;
}

.footer.layout3:before {
    display: none;
}

.footer.layout5,
.footer.layout4 {
    background: #222;
    color: #ddd;
}

.footer.layout5:before,
.footer.layout4:before {
    display: none;
}

.footer.layout5 .brand-slider,
.footer.layout4 .brand-slider {
    padding: 65px 0;
    border-bottom: 1px solid #444;
}

.footer.layout5 .brand-slider .owl-theme .owl-nav,
.footer.layout4 .brand-slider .owl-theme .owl-nav {
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0px;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.footer.layout5 .brand-slider .owl-theme .owl-nav>div,
.footer.layout4 .brand-slider .owl-theme .owl-nav>div {
    width: 33px;
    height: 18px;
    background: transparent;
    padding: 0;
    text-align: center;
    border: 0;
    margin-top: 0;
}

.footer.layout5 .brand-slider .owl-theme .owl-nav>div:before,
.footer.layout4 .brand-slider .owl-theme .owl-nav>div:before {
    line-height: 18px;
    color: #ddd;
    font-size: 24px;
}

.footer.layout5 .brand-slider .owl-theme .owl-nav>div.owl-prev,
.footer.layout4 .brand-slider .owl-theme .owl-nav>div.owl-prev {
    float: left;
}

.footer.layout5 .brand-slider .owl-theme .owl-nav>div.owl-next,
.footer.layout4 .brand-slider .owl-theme .owl-nav>div.owl-next {
    float: right;
}

.footer.layout5 .brand-slider .owl-theme .owl-nav>div.owl-prev:before,
.footer.layout4 .brand-slider .owl-theme .owl-nav>div.owl-prev:before {
    content: "\f104";
}

.footer.layout5 .brand-slider .owl-theme .owl-nav>div.owl-next:before,
.footer.layout4 .brand-slider .owl-theme .owl-nav>div.owl-next:before {
    content: "\f105";
}

.footer.layout5 .brand-slider .owl-theme .owl-nav>div:hover:before,
.footer.layout4 .brand-slider .owl-theme .owl-nav>div:hover:before {
    color: #00f;
}

.footer.layout5 .footer-top,
.footer.layout4 .footer-top {
    padding: 65px 0;
}

.footer.layout5 .footer-top .widget_contact_us ul li,
.footer.layout4 .footer-top .widget_contact_us ul li {
    color: #ddd;
}

.footer.layout5 .footer-top .widget_contact_us ul li:before,
.footer.layout4 .footer-top .widget_contact_us ul li:before {
    color: #ddd;
}

.footer.layout5 .footer-top .widget_contact_us .buy-theme,
.footer.layout4 .footer-top .widget_contact_us .buy-theme {
    display: none;
}

.footer.layout5 .footer-top .widget_menu ul li a,
.footer.layout4 .footer-top .widget_menu ul li a {
    color: #ddd;
}

.footer.layout5 .footer-top .widget_menu ul li a:hover,
.footer.layout4 .footer-top .widget_menu ul li a:hover {
    color: #00f;
    padding: 0;
    text-decoration: underline;
}

.footer.layout5 .footer-top .newletter-title,
.footer.layout5 .footer-top h3.widget-title,
.footer.layout4 .footer-top .newletter-title,
.footer.layout4 .footer-top h3.widget-title {
    font-size: 20px;
    margin-bottom: 30px;
    color: #ddd;
    position: relative;
    padding-bottom: 20px;
}

.footer.layout5 .footer-top .newletter-title:after,
.footer.layout5 .footer-top h3.widget-title:after,
.footer.layout4 .footer-top .newletter-title:after,
.footer.layout4 .footer-top h3.widget-title:after {
    content: "";
    width: 35px;
    border-top: 1px solid #666;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer.layout5 .footer-top .widget_wysija input[type="text"],
.footer.layout5 .footer-top .widget_wysija input[type="email"],
.footer.layout5 .footer-top .mc4wp-form input[type="text"],
.footer.layout5 .footer-top .mc4wp-form input[type="email"],
.footer.layout4 .footer-top .widget_wysija input[type="text"],
.footer.layout4 .footer-top .widget_wysija input[type="email"],
.footer.layout4 .footer-top .mc4wp-form input[type="text"],
.footer.layout4 .footer-top .mc4wp-form input[type="email"] {
    background: transparent;
    border: 1px solid #393939;
    color: #666;
    margin-top: 25px;
    width: 100%;
}

.footer.layout5 .footer-top .widget_wysija .wysija-submit,
.footer.layout5 .footer-top .widget_wysija input[type="submit"],
.footer.layout5 .footer-top .mc4wp-form .wysija-submit,
.footer.layout5 .footer-top .mc4wp-form input[type="submit"],
.footer.layout4 .footer-top .widget_wysija .wysija-submit,
.footer.layout4 .footer-top .widget_wysija input[type="submit"],
.footer.layout4 .footer-top .mc4wp-form .wysija-submit,
.footer.layout4 .footer-top .mc4wp-form input[type="submit"] {
    display: block;
    position: static;
    clear: both;
    width: auto;
    height: auto;
    text-indent: 0;
    padding: 12px 30px;
    font-size: 14px;
    color: #fff;
    margin-top: 18px;
    background: #00f;
    line-height: 1;
    text-transform: uppercase;
    border: none;
}

.footer.layout5 .footer-top .widget_wysija .wysija-submit:hover,
.footer.layout5 .footer-top .widget_wysija input[type="submit"]:hover,
.footer.layout5 .footer-top .mc4wp-form .wysija-submit:hover,
.footer.layout5 .footer-top .mc4wp-form input[type="submit"]:hover,
.footer.layout4 .footer-top .widget_wysija .wysija-submit:hover,
.footer.layout4 .footer-top .widget_wysija input[type="submit"]:hover,
.footer.layout4 .footer-top .mc4wp-form .wysija-submit:hover,
.footer.layout4 .footer-top .mc4wp-form input[type="submit"]:hover {
    opacity: 0.8;
}

.footer.layout5 .footer-bottom,
.footer.layout4 .footer-bottom {
    background: #181818;
    padding: 20px 0;
}

.footer.layout5 .footer-bottom ul.nav_menu,
.footer.layout4 .footer-bottom ul.nav_menu {
    text-align: left;
}

.footer.layout5 .footer-bottom ul.nav_menu li a,
.footer.layout4 .footer-bottom ul.nav_menu li a {
    font-size: 14px;
}

.footer.layout5 .footer-bottom .widget-copyright,
.footer.layout4 .footer-bottom .widget-copyright {
    text-align: right;
    font-size: 14px;
}

.footer {
    background: url(../images/bkg_footer.jpg);
    position: relative;
}

.footer:before {
    content: "";
    height: 6px;
    width: 100%;
    background: url(../images/boder_product_group.png) repeat-x;
    position: absolute;
    left: 0;
    top: 0;
}

.footer .footer-top {
    padding: 118px 0;
}

.footer .footer-top h3.widget-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ddd;
}

.footer .footer-top h3.widget-title:after {
    content: "";
    width: 40px;
    border-top: 3px solid #00f;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer .footer-top .widget_contact_us .logo-footer a {
    margin-bottom: 25px;
    display: inherit;
}

.footer .footer-top .widget_contact_us .logo-footer em {
    color: #888;
    font-style: italic;
    margin-bottom: 18px;
    display: block;
}

.footer .footer-top .widget_contact_us ul {
    padding: 0;
    margin: 0;
}

.footer .footer-top .widget_contact_us ul li {
    list-style: none;
    margin-bottom: 8px;
    font-size: 13px;
    color: #bbb;
    line-height: 20px;
}

.footer .footer-top .widget_contact_us ul li:before {
    content: "\f095";
    font-family: FontAwesome;
    font-size: 13px;
    color: #bbb;
    margin-right: 10px;
}

.footer .footer-top .widget_contact_us ul li:nth-child(2):before {
    content: "\f003";
}

.footer .footer-top .widget_contact_us ul li:nth-child(3):before {
    content: "\f017";
}

.footer .footer-top .widget_contact_us .buy-theme a {
    margin-top: 20px;
    display: inline-block;
    font-family: PP Agrandir, sans-serif;
    text-transform: uppercase;
    color: #00f;
    border: 2px solid #00f;
    padding: 10px 30px;
}

.footer .footer-top .widget_contact_us .buy-theme a:hover {
    color: #fff;
    background: #00f;
}

.footer .footer-top .widget_menu ul {
    margin: 0;
    padding: 0;
}

.footer .footer-top .widget_menu ul li {
    list-style: none;
    padding-bottom: 12px;
}

.footer .footer-top .widget_menu ul li a {
    webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    color: #888;
}

.footer .footer-top .widget_menu ul li a:hover {
    color: #00f;
    padding-left: 10px;
}

.footer .footer-bottom {
    color: #888;
    padding-bottom: 25px;
}

.footer .footer-line {
    background-image: url('../images/footer-line.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 36px;
    width: 100%;
}

.footer .footer-bottom .widget-copyright a {
    color: #00f;
}

.footer .footer-bottom ul.nav_menu {
    text-align: right;
    padding: 0;
    margin: 0;
}

.footer .footer-bottom ul.nav_menu li {
    display: inline-block;
    list-style: none;
}

.footer .footer-bottom ul.nav_menu li a {
    color: #888;
    padding-left: 15px;
}

.footer .footer-bottom ul.nav_menu li a:hover {
    color: #00f;
}

.footer .footer-end {
    padding: 40px 0;
}

.footer .footer-end .newletter-title {
    display: inline-block;
    color: #00f;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 25px;
    line-height: 2;
    margin-bottom: 15px;
    vertical-align: top;
}

.footer .footer-end .newletter-form-wrapper {
    display: inline-block;
}

.footer .footer-end .newletter-form-wrapper .widget_wysija_cont p label {
    position: absolute;
    left: 10px;
    top: 10px;
}

.footer .footer-end .newletter-form-wrapper .widget_wysija,
.footer .footer-end .newletter-form-wrapper .mc4wp-form {
    margin-top: 0;
}

.footer .footer-end .newletter-form-wrapper .wysija-paragraph,
.footer .footer-end .newletter-form-wrapper .mc4wp-form-fields {
    display: inline-block;
}

.footer .footer-end .newletter-form-wrapper .wysija-paragraph .wysija-input,
.footer .footer-end .newletter-form-wrapper .wysija-paragraph input[type="text"],
.footer .footer-end .newletter-form-wrapper .wysija-paragraph input[type="email"],
.footer .footer-end .newletter-form-wrapper .mc4wp-form-fields .wysija-input,
.footer .footer-end .newletter-form-wrapper .mc4wp-form-fields input[type="text"],
.footer .footer-end .newletter-form-wrapper .mc4wp-form-fields input[type="email"] {
    min-width: 300px;
    width: auto;
    background: #000;
    border: 2px solid #333;
    height: 40px;
    font-size: 13px;
    color: #666;
    margin: 0;
    padding-right: 0;
}

.footer .footer-end .newletter-form-wrapper .wysija-submit,
.footer .footer-end .newletter-form-wrapper input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    font-family: PP Agrandir, sans-serif;
    padding: 8px 25px;
    margin-left: 10px;
    margin-top: 0;
    background: #00f;
    color: #fff;
    border: none;
    text-transform: uppercase;
    position: static;
    width: auto;
    height: auto;
    text-indent: 0;
}

.footer .footer-end .newletter-form-wrapper .wysija-submit:hover,
.footer .footer-end .newletter-form-wrapper input[type="submit"]:hover {
    opacity: 0.8;
}

#back-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    line-height: 55px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    color: #474747;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #474747;
    z-index: 9999;
}

#back-top:hover {
    color: #fff;
    border-color: #00f;
    background: #00f;
}

#back-top.show {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    visibility: visible;
}

.page-404 {
    background-attachment: fixed;
    padding: 100px 0 130px;
    color: #888;
    text-align: center;
}

.page-404 article h1 {
    font-size: 250px;
    line-height: 260px;
    color: #e0e0e0;
    margin-bottom: 100px;
}

.page-404 article .error-content {
    font-size: 14px;
    color: #888;
    max-width: 70%;
    margin: 0 auto;
}

.page-404 article .error-content h3 {
    font-size: 28px;
    color: #555;
    text-transform: uppercase;
}

.page-404 article .error-content h2 {
    color: #333;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.page-404 article .error-content a {
    color: #00f;
}

.page-404 article .button-group {
    margin-top: 80px;
}

.page-404 article .button-group a {
    text-transform: uppercase;
    font-family: PP Agrandir, sans-serif;
    font-size: 13px;
    color: #fff;
    background: #333;
    padding: 10px 25px;
    border-radius: 0;
    margin-left: 20px;
}

.page-404 article .button-group a:first-child {
    margin-left: 0;
}

.page-404 article .button-group a:hover {
    background: #00f;
}

.page-404 article .page-content {
    max-width: 600px;
    position: relative;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.page-404 article .page-content .search-form {
    margin: 20px 0 0;
}

.page-404 article .page-content .search-form #form-search-input {
    border-radius: 0;
    height: 35px;
}

.page-404 article .page-content .search-form button {
    border-radius: 0;
    height: 35px;
    border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_product_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_product_categories ul li {
    padding: 0 0 10px;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
    margin: 0.4688em 0 0 1em;
    padding-top: 0.4688em;
}

.widget_rss ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_rss li {
    margin-bottom: 1.5em;
}

.widget_rss .rsswidget {
    border: 0;
    font-weight: 700;
}

.widget_rss .rss-date,
.widget_rss cite {
    font-size: 11px;
    color: #bababa;
    display: block;
}

#archive-product .product-category {
    margin-bottom: 30px;
}

#archive-product .product-category h3,
#archive-product .product-category h2 {
    margin-top: 15px;
    font-size: 14px;
    font-weight: normal;
}

#archive-product .product-category mark {
    background: none;
}

#popup_onload {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 10000;
    display: none;
}

#popup_onload .overlay-bg-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#popup_onload .popup-content-wrapper {
    max-width: 920px;
    width: 90%;
    height: 541px;
    margin: 50px auto 0;
    padding: 60px;
    background-color: #eee;
    background-image: url("https://www.loadrestraint.com.au/wp-content/uploads/2018/05/newsletter-minnew2.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    text-align: left;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

#popup_onload .popup-content-wrapper .popup-content-text {
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}

#popup_onload .popup-content-wrapper .popup-content-text h3,
#popup_onload .popup-content-wrapper .popup-content-text h4 {
    color: #333;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 50px 0 0 0px;
    margin-bottom: 20px;
}

#popup_onload .popup-content-wrapper .newletter-form .widget_wysija,
#popup_onload .popup-content-wrapper .newletter-form .mc4wp-form {
    position: relative;
    margin: 25px 0 0;
}

#popup_onload .popup-content-wrapper .newletter-form .widget_wysija .wysija-paragraph,
#popup_onload .popup-content-wrapper .newletter-form .widget_wysija .mc4wp-form-fields,
#popup_onload .popup-content-wrapper .newletter-form .mc4wp-form .wysija-paragraph,
#popup_onload .popup-content-wrapper .newletter-form .mc4wp-form .mc4wp-form-fields {
    width: 100%;
    float: none;
}

#popup_onload .popup-content-wrapper .newletter-form .widget_wysija .wysija-paragraph .formError,
#popup_onload .popup-content-wrapper .newletter-form .widget_wysija .mc4wp-form-fields .formError,
#popup_onload .popup-content-wrapper .newletter-form .mc4wp-form .wysija-paragraph .formError,
#popup_onload .popup-content-wrapper .newletter-form .mc4wp-form .mc4wp-form-fields .formError {
    top: 50px !important;
    left: 0 !important;
}

#popup_onload .popup-content-wrapper .newletter-form .widget_wysija .wysija-paragraph input[type="text"],
#popup_onload .popup-content-wrapper .newletter-form .widget_wysija .wysija-paragraph input[type="email"],
#popup_onload .popup-content-wrapper .newletter-form .widget_wysija .mc4wp-form-fields input[type="text"],
#popup_onload .popup-content-wrapper .newletter-form .widget_wysija .mc4wp-form-fields input[type="email"],
#popup_onload .popup-content-wrapper .newletter-form .mc4wp-form .wysija-paragraph input[type="text"],
#popup_onload .popup-content-wrapper .newletter-form .mc4wp-form .wysija-paragraph input[type="email"],
#popup_onload .popup-content-wrapper .newletter-form .mc4wp-form .mc4wp-form-fields input[type="text"],
#popup_onload .popup-content-wrapper .newletter-form .mc4wp-form .mc4wp-form-fields input[type="email"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #dadbdd;
    color: #888;
    font-size: 13px;
    line-height: 17px;
    padding: 11px 10px;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

#popup_onload .popup-content-wrapper .newletter-form .widget_wysija .wysija-submit,
#popup_onload .popup-content-wrapper .newletter-form .widget_wysija input[type="submit"],
#popup_onload .popup-content-wrapper .newletter-form .mc4wp-form .wysija-submit,
#popup_onload .popup-content-wrapper .newletter-form .mc4wp-form input[type="submit"] {
    text-indent: 0;
    width: auto;
    position: static;
    text-transform: uppercase;
    font-family: PP Agrandir, sans-serif;
    margin: 0;
    height: 45px;
    background: #00f;
    padding: 0 30px;
    color: #fff;
    font-size: 14px;
    border: none;
}

#popup_onload .popup-content-wrapper .newletter-form .widget_wysija .wysija-submit:hover,
#popup_onload .popup-content-wrapper .newletter-form .widget_wysija input[type="submit"]:hover,
#popup_onload .popup-content-wrapper .newletter-form .mc4wp-form .wysija-submit:hover,
#popup_onload .popup-content-wrapper .newletter-form .mc4wp-form input[type="submit"]:hover {
    opacity: 0.8;
}

#popup_onload .popup-content-wrapper .not-again {
    margin-top: 20px;
    font-weight: 400;
}

#popup_onload .popup-content-wrapper .not-again input {
    margin-right: 10px;
}

#popup_onload .popup-content-wrapper .close-popup {
    background: #00f;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 38px;
    position: absolute;
    right: -20px;
    text-align: center;
    top: -20px;
    width: 40px;
    z-index: 2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
}

#popup_onload .popup-content-wrapper .close-popup:hover {
    opacity: 0.8;
}

.bs-banner-text {
    text-align: center;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    z-index: 2;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.bs-banner-text h3,
.bs-banner-text p,
.bs-banner-text a {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.bs-banner-text h3 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bs-banner-text p {
    color: #fff;
}

.bs-banner-text a {
    text-transform: uppercase;
    font-size: 13px;
    color: #808f66;
    font-family: PP Agrandir, sans-serif;
    padding-bottom: 10px;
    background: url(../images/line_view_collection.png) no-repeat center bottom;
    display: block;
    margin-top: 80px;
    pointer-events: visible;
}

.banner-top .vc_column-inner {
    position: relative;
}

.banner-top .row {
    margin: 0 -10px;
}

.banner-top .wpb_column {
    padding: 0 10px;
}

.banner-top .wpb_single_image {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.banner-top .wpb_single_image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    filter: alpha(Opacity=0);
    visibility: hidden;
    transition: all 0.2s;
    z-index: 1;
    pointer-events: none;
}

.banner-top .wpb_wrapper:hover .wpb_single_image:after {
    opacity: 0.8;
    filter: alpha(Opacity=10);
    visibility: visible;
}

.banner-top .wpb_wrapper:hover .bs-banner-text {
    opacity: 1;
}

.banner-top .wpb_wrapper:hover .bs-banner-text h3 {
    -webkit-animation: fadeInLeft 300ms ease-in-out;
    -moz-animation: fadeInLeft 300ms ease-in-out;
    -ms-animation: fadeInLeft 300ms ease-in-out;
    animation: fadeInLeft 300ms ease-in-out;
}

.banner-top .wpb_wrapper:hover .bs-banner-text p {
    -webkit-animation: fadeInLeft 500ms ease-in-out;
    -moz-animation: fadeInLeft 500ms ease-in-out;
    -ms-animation: fadeInLeft 500ms ease-in-out;
    animation: fadeInLeft 500ms ease-in-out;
}

.banner-top .wpb_wrapper:hover .bs-banner-text a {
    -webkit-animation: fadeInLeft 700ms ease-in-out;
    -moz-animation: fadeInLeft 700ms ease-in-out;
    -ms-animation: fadeInLeft 700ms ease-in-out;
    animation: fadeInLeft 700ms ease-in-out;
}

.social-group h3.vc_custom_heading,
.social-group .vc_widget_title {
    position: relative;
    text-align: left;
    font-size: 22px;
    color: #333;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
}

.social-group h3.vc_custom_heading:after,
.social-group .vc_widget_title:after {
    content: "";
    width: 60px;
    border-top: 3px solid #808f66;
    position: absolute;
    left: 0;
    bottom: 0;
}

.social-group .box-corporate .pull-left {
    margin-bottom: 20px;
}

.social-group .owl-theme .owl-nav {
    display: none;
}

.social-group .testimonials .author-avatar .author {
    color: #333;
    font-size: 18px;
}

.social-group .testimonials .author-avatar .date {
    font-size: 13px;
}

.social-group .testimonials .author-avatar .date:before {
    font-size: 13px;
}

.social-group .testimonials blockquote p {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}

.social-group .testimonials blockquote p:after,
.social-group .testimonials blockquote p:before {
    color: #00f;
}

.owl-theme .owl-nav>div:hover {
    color: #fff;
    border-color: #00f;
    background: #00f;
}

.line-style .owl-theme .owl-nav {
    top: -83px;
    margin: 0;
    position: absolute;
    right: 0px;
    opacity: 1;
    visibility: visible;
}

.line-style .owl-theme .owl-nav>div {
    height: 30px;
    width: 30px;
    margin-left: 6px;
    background-color: #eee;
    position: relative;
    padding: 0;
    display: inline-block;
    text-align: center;
    position: static;
    border: 0;
    margin-top: 0;
}

.line-style .owl-theme .owl-nav>div:before {
    color: #333;
    font-size: 20px;
    line-height: 30px;
}

.line-style .owl-theme .owl-nav>div.owl-prev:before {
    content: "\f104";
}

.line-style .owl-theme .owl-nav>div.owl-next:before {
    content: "\f105";
}

.line-style .owl-theme .owl-nav>div:hover {
    background: #00f;
}

.line-style .owl-theme .owl-nav>div:hover:before {
    color: #fff;
}

.border-style .owl-theme .owl-nav {
    text-align: center;
    position: absolute;
    top: -73px;
    right: -5px;
    opacity: 1;
    width: 70px;
    visibility: visible;
}

.border-style .owl-theme .owl-nav>div {
    width: 33px;
    height: 18px;
    background: transparent;
    position: static;
    padding: 0;
    text-align: center;
    border: 0;
    margin-top: 0;
}

.border-style .owl-theme .owl-nav>div:before {
    line-height: 18px;
    color: #333;
    font-size: 24px;
}

.border-style .owl-theme .owl-nav>div.owl-prev {
    float: left;
}

.border-style .owl-theme .owl-nav>div.owl-next {
    float: right;
    border-left: 1px solid #333;
    width: 35px;
}

.border-style .owl-theme .owl-nav>div.owl-prev:before {
    content: "\f104";
}

.border-style .owl-theme .owl-nav>div.owl-next:before {
    content: "\f105";
}

.border-style .owl-theme .owl-nav>div:hover:before {
    color: #00f;
}

.contact-feature .toptext {
    text-align: center;
}

.contact-feature .toptext .fa {
    font-size: 50px;
    color: #00f;
    margin-bottom: 35px;
}

.contact-feature .toptext .feature_text {
    font-size: 13px;
    color: #888;
}

.contact-feature .toptext .feature_text h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.page-contacts {
    background: #f4f4f4;
    margin-top: 70px;
}

.page-contacts .wpb_column {
    padding: 0;
}

.page-contacts .wpb_column .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
    background: transparent;
}

.page-contacts .wpb_column .input-text {
    float: left;
    max-width: 48%;
    margin-right: 2%;
}

.page-contacts .wpb_column .comment {
    clear: both;
    margin-top: 20px;
}

.page-contacts .wpb_column .wpcf7 {
    padding: 60px 80px;
}

.page-contacts .wpb_column .wpcf7 h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.page-contacts .wpb_column .wpcf7 h3:after {
    content: "";
    width: 30px;
    border-top: 3px solid #00f;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-contacts .wpb_column .wpcf7 p {
    color: #333;
    font-family: PP Agrandir, sans-serif;
    font-size: 15px;
}

.page-contacts .wpb_column .wpcf7 input[type=submit] {
    background: #2f2f2f;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: PP Agrandir, sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 13px 25px;
    line-height: 1.1;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-contacts .wpb_column .wpcf7 input[type=submit]:hover {
    background: #00f;
    color: #fff;
    text-shadow: none;
}

.page-contacts .wpb_column .wpcf7 .wpcf7-textarea {
    min-height: 100px;
}

.page-contacts .wpb_column .wpcf7 textarea,
.page-contacts .wpb_column .wpcf7 input {
    margin-top: 10px;
    background: #fff;
    border: 1px solid #ddd;
}

.page-contacts .wpb_column .wpcf7 button {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
}

.page-contacts .wpb_column .wpcf7 button input {
    font-family: PP Agrandir, sans-serif;
    font-size: 13px;
    color: #fff;
    padding: 10px 25px;
    background: #00f;
    text-transform: uppercase;
    height: auto;
    line-height: 2;
}

.page-contacts .wpb_column .wpcf7 button input:hover {
    opacity: 0.8;
}

.about-top {
    text-align: center;
    text-transform: uppercase;
    font-family: PP Agrandir, sans-serif;
}

.about-top h2 {
    text-transform: uppercase;
    font-size: 50px;
    color: #fff;
}

.about-middle {
    text-align: center;
}

.about-middle h2 {
    text-transform: uppercase;
}

.about-middle p {
    font-size: 13px;
    color: #555;
}

.about-middle .toptext .fa {
    font-size: 80px;
    color: #202020;
    margin-bottom: 20px;
}

.about-middle .feature_text {
    font-size: 13px;
    color: #888;
}

.about-middle .feature_text h4 {
    text-transform: uppercase;
    color: #202020;
    font-size: 15px;
    margin-bottom: 10px;
}

.about-bottom {
    text-align: center;
}

.about-bottom h2 {
    text-transform: uppercase;
}

.about-bottom p {
    font-size: 13px;
    color: #555;
}

.about-bottom .meet-team h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
}

.about-end {
    text-align: center;
}

.about-end h2 {
    text-transform: uppercase;
}

.about-end p {
    font-size: 13px;
    color: #555;
}

.vc_progress_bar .vc_single_bar {
    background: #f3f3f3 !important;
}

.vc_progress_bar .vc_single_bar .vc_bar {
    background: #00f !important;
}

.vc_progress_bar .vc_single_bar .vc_label {
    color: #fff !important;
    font-size: 12px;
}

.faq-title h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.faq-title h2:after {
    content: "";
    width: 30px;
    border-top: 3px solid #00f;
    position: absolute;
    left: 0;
    bottom: 0;
}

.woocommerce .product-wrapper .onsale,
.woocommerce .single-product-image .onsale {
    background: #333;
    border: 1px solid #333;
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    height: 26px;
    min-height: 26px;
    font-weight: normal;
    max-width: 75px;
    left: auto;
    right: 0;
    line-height: 24px;
    padding: 0 12px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    top: 0;
    z-index: 3;
}

.woocommerce .product-wrapper .onsale .sale-bg,
.woocommerce .single-product-image .onsale .sale-bg {
    display: none;
}

.woocommerce .product-wrapper .onsale .sale-text,
.woocommerce .single-product-image .onsale .sale-text {
    color: #fff;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .breadcrumbs {
    font-size: 13px;
    margin: 20px 0 30px;
    font-weight: normal;
    color: #00f;
    text-transform: capitalize;
}

.woocommerce .woocommerce-breadcrumb a,
.woocommerce .breadcrumbs a {
    display: inline-block;
    font-weight: normal;
}

.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce .breadcrumbs a:hover {
    color: #00f;
}

.woocommerce .woocommerce-breadcrumb span,
.woocommerce .breadcrumbs span {
    color: #333;
    display: inline-block;
}

.woocommerce .woocommerce-breadcrumb span.separator,
.woocommerce .breadcrumbs span.separator {
    margin: 0 5px;
}

#content .breadcrumbs {
    font-size: 13px;
    margin: 40px 0 30px;
    font-weight: normal;
    color: #00f;
    text-transform: capitalize;
}

#content .breadcrumbs a {
    display: inline-block;
    font-weight: normal;
}

#content .breadcrumbs a:hover {
    color: #00f;
}

#content .breadcrumbs span {
    color: #333;
    display: inline-block;
}

#content .breadcrumbs span.separator {
    margin: 0 5px;
}

.woocommerce .ratings,
.woocommerce .woocommerce-product-rating,
.woocommerce-page .ratings,
.woocommerce-page .woocommerce-product-rating {
    margin: 10px 0 0;
    line-height: 1;
}

.woocommerce .ratings .star-rating,
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .ratings .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating {
    display: inline-block;
    float: none;
    height: 12px;
    width: 65px;
    margin: 0;
    vertical-align: middle;
}

.woocommerce .ratings .star-rating:before,
.woocommerce .woocommerce-product-rating .star-rating:before,
.woocommerce-page .ratings .star-rating:before,
.woocommerce-page .woocommerce-product-rating .star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome;
    font-size: 11px;
    letter-spacing: 3px;
    color: #ccc;
}

.woocommerce .ratings .star-rating span,
.woocommerce .woocommerce-product-rating .star-rating span,
.woocommerce-page .ratings .star-rating span,
.woocommerce-page .woocommerce-product-rating .star-rating span {
    display: inline-block;
    width: 120px;
    vertical-align: middle;
}

.woocommerce .ratings .star-rating span:before,
.woocommerce .woocommerce-product-rating .star-rating span:before,
.woocommerce-page .ratings .star-rating span:before,
.woocommerce-page .woocommerce-product-rating .star-rating span:before {
    color: #00f;
    content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome;
    font-size: 11px;
    letter-spacing: 3px;
}

#archive-product,
.category-image-desc {
    margin-bottom: 30px;
}

.toolbar {
    margin: 0 0 30px;
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.toolbar.tb-bottom {
    padding: 0;
    border: 0;
    border-top: 1px solid #ebebeb;
    margin-bottom: 0;
}

.toolbar .view-mode {
    float: left;
    position: relative;
    z-index: 2;
}

.toolbar .view-mode label {
    display: none;
}

.toolbar .view-mode a {
    color: #959595;
    float: none;
    display: inline-block;
    font-size: 18px;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ebebeb;
}

.toolbar .view-mode a:hover,
.toolbar .view-mode a.active {
    color: #fff;
    background: #00f;
    border-color: #00f;
}

.toolbar .woocommerce-result-count {
    margin-bottom: 5px;
    float: none;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #ebebeb;
    padding: 0 15px;
    margin-right: 10px;
    font-size: 12px;
    background: #ebebeb;
}

.toolbar .woocommerce-ordering {
    float: right;
    margin: 0 0 5px;
    position: relative;
}

.toolbar .woocommerce-ordering .orderby {
    height: 30px;
    line-height: 30px;
    background: #ebebeb;
    border: 1px solid #ebebeb;
}

.toolbar .woocommerce-pagination ul.page-numbers {
    border: none;
    margin: 15px 0 0;
    text-align: center;
    width: 100%;
}

.toolbar .woocommerce-pagination ul.page-numbers li {
    border: none;
    display: inline-block;
    float: none;
    margin: 0;
}

.toolbar .woocommerce-pagination ul.page-numbers li a,
.toolbar .woocommerce-pagination ul.page-numbers li span {
    background: none;
    color: #00f;
    display: inline-block;
    font-family: PP Agrandir, sans-serif;
    font-size: 14px;
    line-height: 34px;
    min-width: 34px;
    border: 1px solid #ebebeb;
    padding: 0 8px;
}

.toolbar .woocommerce-pagination ul.page-numbers li a.current,
.toolbar .woocommerce-pagination ul.page-numbers li span.current {
    color: #fff;
    font-weight: 700;
    background-color: #00f;
    border-color: #00f;
}

.toolbar .woocommerce-pagination ul.page-numbers li a:hover,
.toolbar .woocommerce-pagination ul.page-numbers li span:hover {
    color: #fff;
    background-color: #00f;
    border-color: #00f;
}

.toolbar .woocommerce-pagination ul.page-numbers li a.next,
.toolbar .woocommerce-pagination ul.page-numbers li a.prev,
.toolbar .woocommerce-pagination ul.page-numbers li span.next,
.toolbar .woocommerce-pagination ul.page-numbers li span.prev {
    position: relative;
}

.toolbar .woocommerce-pagination ul.page-numbers li a.next:before,
.toolbar .woocommerce-pagination ul.page-numbers li a.prev:before,
.toolbar .woocommerce-pagination ul.page-numbers li span.next:before,
.toolbar .woocommerce-pagination ul.page-numbers li span.prev:before {
    background: #fff;
    content: "\f054";
    font-family: FontAwesome;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 0;
    width: 100%;
}

.toolbar .woocommerce-pagination ul.page-numbers li a.next:hover,
.toolbar .woocommerce-pagination ul.page-numbers li a.prev:hover,
.toolbar .woocommerce-pagination ul.page-numbers li span.next:hover,
.toolbar .woocommerce-pagination ul.page-numbers li span.prev:hover {
    color: #666;
}

.toolbar .woocommerce-pagination ul.page-numbers li a.prev:before,
.toolbar .woocommerce-pagination ul.page-numbers li span.prev:before {
    content: "\f053";
}

.shop-products.products .product {
    margin: 0 0 35px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop-products.products .product .product-wrapper {
    position: relative;
}

.shop-products.products .product .product-wrapper:hover .product-image a img.secondary_image {
    opacity: 1;
}

.shop-products.products .product .product-wrapper:hover .product-image .shadow {
    opacity: 1;
    visibility: visible;
}

.shop-products.products .product .product-wrapper:hover .product-image .quickviewbtn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.shop-products.products .product .product-wrapper .product-image {
    display: block;
    position: relative;
    overflow: hidden;
}

.shop-products.products .product .product-wrapper .product-image a {
    display: block;
    position: relative;
}

.shop-products.products .product .product-wrapper .product-image a img {
    box-shadow: none;
    float: none;
    margin: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.shop-products.products .product .product-wrapper .product-image a img.secondary_image {
    /* left: 0; */
    opacity: 0;
    /* position: absolute; */
    /* top: 0; */
    z-index: 1;
}

.shop-products.products .product .product-wrapper .product-image .shadow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/bkg-products.png);
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 1;
}

.shop-products.products .product .product-wrapper .price-box {
    font-size: 16px;
    margin-top: 3px;
    position: relative;
    z-index: 2;
    font-family: PP Agrandir, sans-serif;
}

.shop-products.products .product .product-wrapper .price-box ins {
    display: inline-block;
    text-decoration: none;
    background: none;
    color: #222;
}

.shop-products.products .product .product-wrapper .price-box del {
    display: inline-block;
}

.shop-products.products .product .product-wrapper .price-box del .amount {
    color: #888;
    font-size: 13px;
    margin-right: 5px;
    text-decoration: line-through;
}

.shop-products.products .product .product-wrapper .list-col8 .gridview {
    display: block;
}

.shop-products.products .product .product-wrapper .list-col8 .listview {
    display: none;
}

.shop-products.products .product .product-wrapper h2.product-name {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: texgyreadventorregular, sans-serif;
    text-align: left;
}

.shop-products.products .product .product-wrapper h2.product-name a {
    color: #555;
}

.shop-products.products .product .product-wrapper h2.product-name a:hover {
    color: #00f;
}

.shop-products.products .product .product-wrapper .quickviewbtn {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -20px auto 0;
    text-align: center;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.shop-products.products .product .product-wrapper .quickviewbtn .quickview {
    font-size: 14px;
    color: #fff;
    font-family: PP Agrandir, sans-serif;
    line-height: 40px;
    height: 40px;
    width: 118px;
    text-align: center;
    background: #00f;
    font-style: normal;
    margin: auto;
}

.shop-products.products .product .product-wrapper .quickviewbtn .quickview:hover {
    background: #00f;
    border-color: #00f;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li:nth-child(1) {
    min-width: 125px;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li {
    float: right;
    position: relative;
    height: 35px;
    text-align: center;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li:first-child {
    float: left;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .clear {
    display: none;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline {
    border: none !important;
    margin: 0;
    padding: 0 !important;
    font-size: 0;
    color: transparent;
    position: relative;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline del,
.shop-products.products .product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline ins,
.shop-products.products .product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline .amount {
    font-size: 0;
    display: none;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline a.button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background: none;
    font-family: PP Agrandir, sans-serif;
    font-size: 13px;
    color: #333;
    text-align: left;
    height: 35px;
    line-height: 35px;
    font-weight: normal;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline a.button:before {
    content: "\f067";
    font-family: FontAwesome;
    padding-right: 5px;
    text-align: center;
    font-size: 13px;
    color: #333;
    line-height: 22px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline a.button:hover {
    color: #00f;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline a.button:hover:before {
    color: #00f;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .yith-wcwl-add-to-wishlist {
    margin: 0;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .yith-wcwl-add-to-wishlist .show {
    float: left;
    position: relative;
    width: 100%;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .yith-wcwl-add-to-wishlist .show .feedback {
    display: none;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .yith-wcwl-add-to-wishlist a,
.shop-products.products .product .product-wrapper .actions ul.add-to-links li .yith-wcwl-add-to-wishlist a.add_to_wishlist {
    display: block;
    line-height: 35px;
    height: 35px;
    width: 35px;
    text-align: center;
    color: #333;
    padding: 0;
    border-radius: 0;
    font-size: 0;
    font-weight: normal;
    text-indent: -9999px;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .yith-wcwl-add-to-wishlist a:before,
.shop-products.products .product .product-wrapper .actions ul.add-to-links li .yith-wcwl-add-to-wishlist a.add_to_wishlist:before {
    content: "\f08a";
    font-family: FontAwesome;
    font-size: 16px;
    text-indent: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .yith-wcwl-add-to-wishlist a:hover,
.shop-products.products .product .product-wrapper .actions ul.add-to-links li .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover {
    color: #00f;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.shop-products.products .product .product-wrapper .actions ul.add-to-links li .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
    color: #00f;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.shop-products.products .product .product-wrapper .actions ul.add-to-links li .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover {
    color: #00f;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .compare-button a.compare {
    display: block;
    line-height: 35px;
    height: 35px;
    width: 35px;
    text-align: center;
    color: #333;
    padding: 0;
    border-radius: 0;
    font-weight: normal;
    font-size: 0;
    background: none;
    text-indent: -9999px;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .compare-button a.compare:before {
    content: "\f066";
    font-family: FontAwesome;
    font-size: 16px;
    text-indent: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .compare-button a.compare:hover {
    color: #00f;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .compare-button a.compare.added {
    color: #00f;
}

.shop-products.products .product .product-wrapper .actions ul.add-to-links li .compare-button a.compare.added:hover {
    color: #00f;
}

.shop-products.grid-view .product-wrapper:hover .list-col4 .product-image .actions {
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.shop-products.grid-view .product-wrapper:hover .list-col8 .actions {
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.shop-products.grid-view .product-wrapper .list-col8 {
    margin: 10px 0 0;
    overflow: hidden;
    position: relative;
}

.shop-products.grid-view .product-wrapper .list-col8 .actions {
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #ebebeb;
    margin-top: 15px;
    z-index: 11;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.shop-products.grid-view .product-wrapper .list-col8 .actions.always {
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.shop-products.grid-view .product-wrapper .list-col8 .gridview .ratings {
    float: right;
}

.shop-products.grid-view .product-wrapper .list-col8 .gridview .price-box {
    float: left;
}

.shop-products.list-view {
    width: 100%;
}

.shop-products.list-view .product {
    padding: 0;
}

.shop-products.list-view .product .product-wrapper .list-col8 .gridview {
    display: none;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview {
    display: block;
    padding-top: 10px;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview h2.product-name {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: PP Agrandir, sans-serif;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview h2.product-name:before {
    content: "";
    width: 30px;
    border-top: 3px solid #00f;
    position: absolute;
    left: 0;
    bottom: 0;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview h2.product-name a {
    color: #333;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview h2.product-name a:hover {
    color: #00f;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview .price-box {
    margin: 12px 0;
    font-size: 22px;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview .price-box del .amount {
    font-size: 16px;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview .ratings {
    margin: 12px 0;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview .actions {
    position: static;
    margin: 20px 0 0;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview .actions .add-to-links li {
    float: left;
    margin-right: 10px;
    height: 55px;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview .actions .add-to-links li:first-child a {
    padding: 0 10px;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview .actions .add-to-links li .yith-wcwl-add-to-wishlist a.add_to_wishlist,
.shop-products.list-view .product .product-wrapper .list-col8 .listview .actions .add-to-links li .compare-button a.compare,
.shop-products.list-view .product .product-wrapper .list-col8 .listview .actions .add-to-links li a {
    height: 55px;
    line-height: 55px;
    width: 55px;
    color: #444;
    padding: 0 20px;
    background: #eee;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview .actions .add-to-links li .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover,
.shop-products.list-view .product .product-wrapper .list-col8 .listview .actions .add-to-links li .compare-button a.compare:hover,
.shop-products.list-view .product .product-wrapper .list-col8 .listview .actions .add-to-links li a:hover {
    background: #00f;
    color: #fff;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview .actions .add-to-links li .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover:before,
.shop-products.list-view .product .product-wrapper .list-col8 .listview .actions .add-to-links li .compare-button a.compare:hover:before,
.shop-products.list-view .product .product-wrapper .list-col8 .listview .actions .add-to-links li a:hover:before {
    color: #fff;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview .actions .add-to-links li .add_to_cart_inline {
    min-width: 140px;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview .actions .add-to-links li .add_to_cart_inline a {
    height: 55px;
    line-height: 55px;
    color: #444;
    background: #eee;
    text-align: center;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview .actions .add-to-links li .add_to_cart_inline a:hover {
    background: #00f;
    color: #fff;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview .actions .add-to-links li .add_to_cart_inline a:hover:before {
    color: #fff;
}

.shop-products.list-view .product .product-wrapper .list-col8 .listview .actions .add-to-links li .add_to_cart_inline a.button:hover:before {
    color: #fff;
}

.shop-products.list-view .product .product-wrapper .list-col4 .product-image .actions {
    display: none;
}

.product_list_widget .item-product-widget {
    overflow: hidden;
    margin-bottom: 20px;
}

.product_list_widget .item-product-widget:last-child {
    border-bottom: 0;
}

.product_list_widget .item-product-widget .images {
    width: 90px !important;
}

.product_list_widget .item-product-widget .product-meta {
    overflow: hidden;
    position: relative;
    zoom: 1;
    padding-left: 15px;
}

.product_list_widget .item-product-widget .product-meta .product-title a {
    font-weight: 500;
    text-transform: uppercase;
    font-family: PP Agrandir, sans-serif;
    font-size: 12px;
    color: #666;
}

.product_list_widget .item-product-widget .product-meta .product-title a:hover {
    color: #00f;
}

.product_list_widget .item-product-widget .product-meta .separator {
    margin: 5px 0;
}

.product_list_widget .item-product-widget .product-meta .separator .star-rating {
    float: none;
    font-size: 11px;
}

.product_list_widget .item-product-widget .product-meta .price {
    font-weight: bold;
}

.product_list_widget .item-product-widget .product-meta .price .amount {
    margin-right: 5px;
}

.product_list_widget .item-product-widget .product-meta .price ins {
    background: none;
    color: #00f;
    font-size: 15px;
    text-decoration: none;
}

.product_list_widget .item-product-widget .product-meta .price del {
    text-decoration: line-through;
}

.woocommerce div.main-wrapper .product-view div.single-product-image .onsale {
    display: none;
}

.woocommerce div.main-wrapper .product-view div.single-product-image div.images {
    width: 100% !important;
}

.woocommerce div.main-wrapper .product-view div.single-product-info {
    width: 100% !important;
}

.woocommerce div.main-wrapper .product-view div.single-product-info h1.product_title {
    font-size: 18px;
    text-align: left;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #333;
    position: relative;
}

.lrs-sell-online.single-product-info h1.product_title {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.lrs-sell-online .woocommerce-variation-price {
    display: none !important;
}

.lrs-sell-online .reset_variations {
    display: none !important;
}

.lrs-sell-online .sku-under-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #1410E3;
}

.lrs-sell-online .lrs-status-row {
    display: flex;
    margin-top: 20px;
}

.lrs-sell-online .lrs-stock-badge {
    padding: 11px 16px;
    background: #F1F1F2;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: PP Agrandir, sans-serif;
}

.lrs-sell-online .lrs-stock-badge.in-stock {
    color: #000000;
}

.lrs-sell-online .lrs-sale-badge-box {
    padding: 11px 19.5px;
    background: #EA4335;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 13px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #F4F4F4;
    font-family: PP Agrandir, sans-serif;
}

.lrs-sell-online .lrs-shipping-note {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 20px;
    font-family: PP Agrandir, sans-serif;
}

.lrs-sell-online .woocommerce-price-suffix {
    display: none !important;
}

.lrs-sell-online .lrs-price-wrapper {
    margin-right: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.lrs-sell-online .sku_wrapper {
    font-family: 'texgyreadventorregular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.woocommerce div.main-wrapper .product-view .lrs-sell-online.single-product-info form.cart .variations .value select,
.woocommerce div.main-wrapper .product-view .lrs-sell-online.single-product-info form.cart .variations .value select:focus-visible {
    background-color: #FFFFFF;
    border: 1px solid #1410E3;
    border-radius: 5px;
    height: 40px;
    color: #333333;
    padding: 0 20px;
    margin: 0;
}

.woocommerce div.main-wrapper .product-view .lrs-sell-online.single-product-info form.cart .variations label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #333333;
    margin: 0;
}

.woocommerce div.main-wrapper .product-view .lrs-sell-online.single-product-info form.cart .variations .label {
    padding: 0;
    display: flex;
    align-items: center;
    height: 40px;
    width: 150px;
}

.lrs-sell-online .lrs-qty-row {
    display: flex;
}

.lrs-sell-online .lrs-qty-label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #333333;
    width: 150px;
}

.woocommerce div.main-wrapper .product-view .lrs-sell-online.single-product-info form.cart .variations td {
    padding: 0;
    width: 100%;
}

.woocommerce div.main-wrapper .product-view .lrs-sell-online.single-product-info form.cart .quantity input {
    background-color: #FFFFFF;
    border: 1px solid #1410E3;
    border-radius: 5px;
    height: 40px;
    color: #333333;
    margin: 0;
    width: 118px;
}

.woocommerce div.main-wrapper .product-view .lrs-sell-online.single-product-info form.cart button {
    /* background: linear-gradient(90deg, #FEF958 0%, #B1F742 100%) !important; */
    font-size: 13px !important;
    flex: 1;
    border: none;
    border-radius: 0px;
    color: #000 !important;
    font-weight: 800 !Important;
    line-height: 13px;
    padding: 13px 17px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Agrandir';
}

.lrs-sell-online .lrs-action-row {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.woocommerce div.main-wrapper .product-view .lrs-sell-online.single-product-info h1.product_title {
    padding-bottom: 0;
    color: #000 !important;
    font-family: 'PP Agrandir';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 55px;
}

#tab-description .container {
    width: auto;
    padding: 0;
}

.woocommerce div.main-wrapper .product-view .lrs-sell-online.single-product-info .product_meta {
    border: none;
    margin: 0;
    padding: 0;
    font-family: 'texgyreadventorregular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.lrs-sell-online .lrs-price-wrapper .price {
    margin: 0 !important;
}

.woocommerce div.main-wrapper .product-view .lrs-sell-online.single-product-info p.price del .amount {
    font-size: initial;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .widget_socialsharing_widget h3 {
    font-family: 'texgyreadventorregular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: #222222;
    padding: 0;
}

.lrs-sell-online .lrs-price-wrapper .price del {
    font-family: 'PP Agrandir';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    opacity: 1 !important;
    text-decoration: auto;
}

.lrs-sell-online .lrs-price-wrapper .price del bdi {
    text-decoration: line-through;
}

.lrs-sell-online .lrs-price-wrapper .price ins {
    font-family: 'PP Agrandir';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    color: #1410E3;
    text-decoration: none;
}

.product-pdf-wrapper br {
    display: none;
}

.product-pdf-wrapper {
    margin: 15px;
    margin-left: 0;
    margin-top: 20px !important;
}

.product-pdf-wrapper .pdf {
    background: transparent;
    color: #000 !important;
    display: flex;
    align-items: center;
    font-family: 'pp agrandir';
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 13px;
    padding: 0;
}

.product-pdf-wrapper svg {
    margin-right: 10px !important;
}

.lrs-sell-online .lrs-price-wrapper .price ins bdi {
    font-weight: 800;
}

.lrs-sell-online .lrs-price-wrapper .price ins .gst-tag {
    font-weight: 400;
}

.woocommerce div.main-wrapper .product-view .lrs-sell-online.single-product-info .lrs-action-row .yith-wcwl-add-to-wishlist {
    display: block !important;
    margin: 0;
}

.woocommerce div.main-wrapper .product-view .lrs-sell-online.single-product-info .yith-wcwl-add-to-wishlist a {
    width: 100px;
    height: 39px;
    line-height: 39px;
}

.woocommerce div.main-wrapper .product-view .lrs-sell-online.single-product-info .yith-wcwl-add-to-wishlist a:before {
    line-height: 39px;
    /* background: linear-gradient(90deg, #FEF958 0%, #B1F742 100%) !important; */
}

.woocommerce div.main-wrapper .product-view .lrs-sell-online.single-product-info .yith-wcwl-add-to-wishlist a svg {
    display: none;
}

.woocommerce div.main-wrapper .product-view .lrs-sell-online.single-product-info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
    color: red;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .yith-wcwl-add-to-wishlist a:hover:before {
    color: red;
}

.woocommerce div.main-wrapper .product-view div.single-product-info h1.product_title:after {
    content: "";
    width: 30px;
    border-top: 3px solid #00f;
    position: absolute;
    left: 0;
    bottom: 0;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .woocommerce-product-rating a.woocommerce-review-link {
    margin: 0 0 0 5px;
}

.woocommerce div.main-wrapper .product-view div.single-product-info p.price {
    margin: 25px 0;
    font-size: 30px;
    color: #333;
    text-decoration: none;
    font-family: PP Agrandir, sans-serif;
    /* display: block !important; */
}

.woocommerce div.main-wrapper .product-view div.single-product-info p.price ins {
    text-decoration: none;
}

.woocommerce div.main-wrapper .product-view div.single-product-info p.price del .amount {
    font-size: 24px;
    margin: 0 5px 0 0;
    color: #797878;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .widget_socialsharing_widget {
    clear: both;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .widget_socialsharing_widget h3 {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 5px;
    text-transform: capitalize;
    font-family: texgyreadventorregular, sans-serif;
    margin-top: 20px;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .widget_socialsharing_widget h3:after {
    display: none;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .widget_socialsharing_widget .social-icons {
    display: inline-block;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .widget_socialsharing_widget .social-icons li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .widget_socialsharing_widget .social-icons li a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

.woocommerce div.main-wrapper .product-view div.single-product-info form.cart {
    margin: 20px 0;
}

.woocommerce div.main-wrapper .product-view div.single-product-info form.cart button {
    background: #2f2f2f;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: PP Agrandir, sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 13px 25px;
    line-height: 1.1;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.woocommerce div.main-wrapper .product-view div.single-product-info form.cart .quantity {
    margin: 0 10px 5px 0;
}

.woocommerce div.main-wrapper .product-view div.single-product-info form.cart .quantity input {
    height: 40px;
    line-height: 40px;
    border: 1px solid #ebebeb;
    width: 60px;
    font-size: 16px;
    padding: 0;
}

.woocommerce div.main-wrapper .product-view div.single-product-info form.cart .variations td {
    padding-top: 0;
}

.woocommerce div.main-wrapper .product-view div.single-product-info form.cart .variations .label {
    display: block;
    color: #333;
    font-size: 13px;
    padding: 10px 10px 10px 0;
    text-align: left;
}

.woocommerce div.main-wrapper .product-view div.single-product-info form.cart .variations .value select {
    border: 1px solid #eaeaea;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    width: 100%;
    background-color: #f7f7f7;
}

.woocommerce div.main-wrapper .product-view div.single-product-info form.cart .variations label {
    font-weight: normal;
}

.woocommerce div.main-wrapper .product-view div.single-product-info form.cart .single_variation_wrap .single_variation {
    margin: 20px 0;
}

.woocommerce div.main-wrapper .product-view div.single-product-info form.cart .single_variation_wrap .single_variation .price {
    color: #00f;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
}

.woocommerce div.main-wrapper .product-view div.single-product-info form.cart .group_table td {
    vertical-align: inherit;
    padding: 10px 5px 10px 10px;
    border: 0;
}

.woocommerce div.main-wrapper .product-view div.single-product-info form.cart .group_table .label label {
    font-size: 14px;
    font-weight: normal;
}

.woocommerce div.main-wrapper .product-view div.single-product-info form.cart .group_table .price {
    font-size: 16px;
    font-weight: normal;
}

.woocommerce div.main-wrapper .product-view div.single-product-info form.cart .group_table .price ins {
    background: none;
    font-weight: bold;
    color: #00f;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .yith-wcwl-add-to-wishlist {
    float: left;
    margin: 0 5px 5px 0;
    position: relative;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .yith-wcwl-add-to-wishlist .feedback {
    display: none;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .yith-wcwl-add-to-wishlist a {
    position: relative;
    font-size: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #eee;
    text-align: center;
    display: block;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .yith-wcwl-add-to-wishlist a:hover:before {
    /* background: #00f; */
    color: #fff;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .yith-wcwl-add-to-wishlist a:before {
    content: "\f08a";
    font-family: FontAwesome;
    display: block;
    font-size: 16px;
    line-height: 50px;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .yith-wcwl-add-to-wishlist img.ajax-loading {
    position: absolute;
    right: 0;
    top: 10px;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .clear {
    display: none;
}

.woocommerce div.main-wrapper .product-view div.single-product-info a.compare {
    font-size: 0;
    position: relative;
    float: left;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #eee;
    text-align: center;
}

.woocommerce div.main-wrapper .product-view div.single-product-info a.compare:hover:before {
    background: #00f;
    color: #fff;
}

.woocommerce div.main-wrapper .product-view div.single-product-info a.compare:before {
    content: "\f066";
    font-family: FontAwesome;
    font-size: 16px;
    display: block;
    line-height: 50px;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .product_meta {
    margin-top: 30px;
    border-top: 1px solid #ebebeb;
    padding: 20px 0 0;
    clear: both;
    float: left;
    width: 100%;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .product_meta .sku_wrapper {
    text-transform: capitalize;
    font-weight: bold;
    margin: 0 5px 5px 0;
    display: block;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .product_meta .sku_wrapper span {
    text-transform: none;
    font-weight: normal;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .product_meta .posted_in,
.woocommerce div.main-wrapper .product-view div.single-product-info .product_meta .tagged_as {
    text-transform: capitalize;
    font-weight: bold;
    margin: 0 5px 5px 0;
    display: block;
}

.woocommerce div.main-wrapper .product-view div.single-product-info .product_meta .posted_in a,
.woocommerce div.main-wrapper .product-view div.single-product-info .product_meta .tagged_as a {
    text-transform: none;
    font-weight: normal;
}

.woocommerce div.main-wrapper .woocommerce-tabs {
    margin: 0 0 40px;
}

.woocommerce div.main-wrapper .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 30px;
}

.woocommerce div.main-wrapper .woocommerce-tabs ul.tabs:before {
    display: none !important;
}

.woocommerce div.main-wrapper .woocommerce-tabs ul.tabs li {
    margin: 0;
    margin-right: 10px;
    border: 0;
    line-height: 38px;
    padding-left: 0;
    padding-bottom: 15px;
    background: none;
    position: relative;
    text-transform: uppercase;
    font-family: PP Agrandir, sans-serif;
}

.woocommerce div.main-wrapper .woocommerce-tabs ul.tabs li:before {
    display: none;
}

.woocommerce div.main-wrapper .woocommerce-tabs ul.tabs li:after {
    content: "";
    width: 30px;
    border: 0;
    border-top: 3px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    box-shadow: none;
}

.woocommerce div.main-wrapper .woocommerce-tabs ul.tabs li a {
    font-size: 18px;
    padding: 0;
}

.woocommerce div.main-wrapper .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.main-wrapper .woocommerce-tabs ul.tabs li.active a {
    color: #00f;
}

.woocommerce div.main-wrapper .woocommerce-tabs ul.tabs li:hover:after,
.woocommerce div.main-wrapper .woocommerce-tabs ul.tabs li.active:after {
    border-top-color: #00f;
}

.woocommerce div.main-wrapper .woocommerce-tabs .panel {
    box-shadow: none;
}

.woocommerce div.main-wrapper .woocommerce-tabs .panel>h2 {
    font-weight: normal;
    margin: 0 0 20px;
    display: none;
}

.woocommerce div.main-wrapper .woocommerce-tabs .panel #reviews #comments {
    float: left;
    max-width: 639px;
    width: 100%;
    padding-right: 0;
}

.woocommerce div.main-wrapper .woocommerce-tabs .panel #reviews #comments h2 {
    font-size: 14px;
    color: #383838;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 400;
}

.woocommerce div.main-wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #reply-title {
    font-size: 14px;
    color: #383838;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 400;
}

.woocommerce div.main-wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform p label {
    display: block;
    font-weight: normal;
}

.woocommerce div.main-wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform input {
    max-width: 500px;
    width: 100%;
    padding: 5px 10px;
}

.woocommerce div.main-wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform p.form-submit input {
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
}

.related_products_widget,
.upsells {
    margin: 30px 0;
    clear: both;
}

.cross-sells {
    margin: 30px 0 0;
    clear: both;
}

.woocommerce form .form-row .input-checkbox {
    position: static;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .woocommerce-shipping-fields label {
    color: #2f2f2f;
    font-weight: normal;
    margin: 0 0 5px;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .woocommerce-shipping-fields .input-text {
    max-width: 100%;
    padding: 0 0 0 10px;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .woocommerce-shipping-fields #order_comments {
    height: 90px;
    padding: 15px;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .woocommerce-billing-fields label {
    color: #2f2f2f;
    font-weight: normal;
    margin: 0 0 5px;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .woocommerce-billing-fields .input-text {
    max-width: 100%;
    padding: 0 0 0 10px;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .woocommerce-billing-fields #order_comments {
    height: 90px;
    padding: 15px;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .order_box {
    margin-top: 40px;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .order_box #order_review_heading {
    font-size: 18px;
    color: #222;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 18px;
    margin-bottom: 25px;
    margin-top: 30px;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .order_box #order_review_heading:after {
    content: "";
    width: 30px;
    border-top: 3px solid #00f;
    position: absolute;
    left: 0;
    bottom: 0;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .order_box #order_review .shop_table {
    border: 0;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .order_box #order_review .shop_table th {
    border: 0;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    padding: 15px 0;
    text-transform: uppercase;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .order_box #order_review .shop_table th.product-name,
.main-wrapper .site-content .entry-content .woocommerce-checkout .order_box #order_review .shop_table th.product-total {
    padding-left: 15px;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .order_box #order_review .shop_table td {
    border-color: #fff;
    border-top: 0;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .order_box #order_review .shop_table td .amount {
    font-size: 16px;
    font-weight: normal;
    font-family: arial;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .order_box #order_review .shop_table tfoot td {
    border-color: #fff;
    border-right: 0;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .order_box #order_review .shop_table tfoot .cart-subtotal .amount {
    font-size: 18px;
    font-weight: bold;
    color: #00f;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .order_box #order_review .shop_table tfoot .shipping th {
    padding-left: 20px;
    text-transform: uppercase;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .order_box #order_review .shop_table tfoot .order-total .amount {
    font-size: 18px;
    font-weight: bold;
    color: #00f;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .order_box #order_review .shop_table .cart_item td {
    border-right: 0;
}

.main-wrapper .site-content .entry-content .woocommerce-checkout .order_box #order_review .shop_table .cart_item .product-name {
    border-top: 0;
}

.main-wrapper .site-content .woocommerce table.shop_table {
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
}

.main-wrapper .site-content .woocommerce table.shop_table td {
    border-top: 0;
    padding: 20px 28px;
}

.main-wrapper .site-content .woocommerce table.shop_table thead {
    background: #f1f1f1;
}

.main-wrapper .site-content .woocommerce table.shop_table thead tr th {
    text-transform: uppercase;
    font-family: PP Agrandir, sans-serif;
}

.main-wrapper .site-content .woocommerce table.shop_table tbody tr td.actions {
    border-bottom: 0;
}

.main-wrapper .site-content .woocommerce table.shop_table tbody tr td.actions .coupon .input-text {
    height: 40px;
    width: 150px !important;
    margin: 0 20px 5px 0;
    background: none;
}

.main-wrapper .site-content .woocommerce table.shop_table tbody tr td.actions .coupon .button {
    margin-bottom: 5px;
}

.main-wrapper .site-content .woocommerce table.shop_table tbody tr .product-price,
.main-wrapper .site-content .woocommerce table.shop_table tbody tr .product-subtotal {
    font-size: 15px;
    font-weight: bold;
}

.main-wrapper .site-content .woocommerce table.shop_table tbody tr img {
    width: 60px;
}

.main-wrapper .site-content .woocommerce .cart_totals {
    margin: 30px 0 0;
}

.main-wrapper .site-content .woocommerce .cart_totals h2 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    font-size: 18px;
}

.main-wrapper .site-content .woocommerce .cart_totals h2:after {
    content: "";
    width: 30px;
    border-top: 3px solid #00f;
    position: absolute;
    left: 0;
    bottom: 0;
}

.main-wrapper .site-content .woocommerce .cart_totals .cart-subtotal .amount,
.main-wrapper .site-content .woocommerce .cart_totals .order-total .amount {
    font-size: 16px;
    font-weight: bold;
}

.main-wrapper .site-content .woocommerce .cart_totals .woocommerce-shipping-calculator a {
    color: #00f;
}

.main-wrapper .site-content .woocommerce .cart_totals .woocommerce-shipping-calculator a:hover {
    text-decoration: underline;
}

.main-wrapper .site-content .woocommerce .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form select {
    height: 35px;
}

.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    background: #2f2f2f;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: PP Agrandir, sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 13px 25px;
    line-height: 1.1;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    background: #00f;
    color: #fff;
    text-shadow: none;
}

.main-wrapper .site-content .woocommerce .wishlist_table td.product-add-to-cart a {
    display: inline-block !important;
}

.main-wrapper .site-content .woocommerce .wishlist_table td {
    font-size: 14px;
}

.main-wrapper .site-content .woocommerce .wishlist_table .product-thumbnail {
    padding: 10px;
}

.main-wrapper .site-content .woocommerce .wishlist-title {
    margin: 0 0 20px;
}

.main-wrapper .site-content .woocommerce .wishlist-title h2 {
    line-height: 1.2;
}

.load-more-product img {
    display: inline-block;
    padding: 0 10px;
}

.quickview-wrapper {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 12000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.quickview-wrapper .overlay-bg {
    background: url('../images/loading.gif') center center no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 1;
}

.quickview-wrapper.open {
    opacity: 1;
    visibility: visible;
}

.quickview-wrapper.open .overlay-bg {
    opacity: 0;
}

.quickview-wrapper .qvbtn {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 32px;
    height: 50px;
    left: 30px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.quickview-wrapper .qvbtn:hover {
    background: #00f;
}

.quickview-wrapper .qvbtn.qvnext {
    left: auto;
    right: 30px;
}

.quickview-wrapper .qvbtn i {
    line-height: 48px;
}

.quickview-wrapper .quick-modal {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    margin: 5% auto;
    max-width: 96%;
    min-height: 300px;
    padding: 20px;
    position: relative;
    top: 0;
    z-index: 20;
    width: 870px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.quickview-wrapper .quick-modal.show {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.quickview-wrapper .quick-modal .qvloading {
    background: #fff url('../images/loading.gif') no-repeat center center;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.7;
    z-index: 1;
}

.quickview-wrapper .quick-modal .closeqv {
    background: #00f;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 38px;
    position: absolute;
    right: -20px;
    text-align: center;
    top: -20px;
    width: 40px;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}

.quickview-wrapper .quick-modal .closeqv:hover {
    opacity: 0.9;
}

.quickview-wrapper #quickview-content {
    background: #fff;
}

.quickview-wrapper #quickview-content .product-images {
    float: left;
    width: 40%;
}

.quickview-wrapper #quickview-content .product-images .quick-thumbnails {
    float: left;
    margin: 0;
    width: 100%;
}

.quickview-wrapper #quickview-content .product-images .main-image {
    width: 100%;
    margin-bottom: 10px;
}

.quickview-wrapper #quickview-content .product-images .main-image img {
    box-shadow: none;
}

.quickview-wrapper #quickview-content .product-info {
    padding-left: 30px;
    overflow: hidden;
    zoom: 1;
}

.quickview-wrapper #quickview-content .product-info h1 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
}

.quickview-wrapper #quickview-content .product-info h1:after {
    content: "";
    width: 30px;
    border-top: 3px solid #00f;
    position: absolute;
    left: 0;
    bottom: 0;
}

.quickview-wrapper #quickview-content .product-info td.label {
    display: table-cell;
    padding: 10px;
    text-align: left;
    border-radius: 0;
    vertical-align: middle;
    font-size: 100%;
    font-weight: normal;
}

.quickview-wrapper #quickview-content .product-info .price-box {
    font-weight: 700;
    margin: 0 0 12px;
    font-size: 17px;
}

.quickview-wrapper #quickview-content .product-info .price-box p {
    margin: 0;
}

.quickview-wrapper #quickview-content .product-info .price-box ins {
    color: #00f;
    font-size: 24px;
}

.quickview-wrapper #quickview-content .product-info .see-all {
    margin-bottom: 30px;
    text-decoration: underline;
    display: block;
}

.quickview-wrapper #quickview-content .product-info .see-all:hover {
    color: #00f;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart {
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .product_title,
.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .price-box {
    display: none;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .woocommerce-product-rating {
    margin: 0 0 20px;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .woocommerce-product-rating .star-rating {
    color: #181818;
    float: left;
    font-size: 10px;
    height: 12px;
    margin-right: 5px;
    margin-top: 3px;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .woocommerce-product-rating .star-rating:before {
    color: #b7b7b7;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .woocommerce-product-rating a.woocommerce-review-link {
    float: left;
    font-style: italic;
    line-height: 14px;
    text-decoration: underline;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .woocommerce-product-rating a.woocommerce-review-link:hover {
    color: #00f;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart {
    margin-bottom: 10px;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .quantity {
    border: 1px solid #ebebeb;
    float: left;
    height: 45px;
    margin-right: 5px;
    width: auto;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .quantity .input-text {
    border: none;
    color: #333;
    font-family: texgyreadventorregular, sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 43px;
    width: 50px;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .button {
    background: #2f2f2f;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: PP Agrandir, sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 13px 25px;
    line-height: 1.1;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 45px;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .button:hover {
    background: #00f;
    color: #fff;
    text-shadow: none;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .variations {
    float: left;
    width: 100%;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .variations .variant {
    float: left;
    padding: 0 0 17px;
    width: 100%;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .variations .label {
    display: block;
    font-size: 14px;
    padding: 0 0 5px;
    text-align: left;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .variations .label label {
    color: #333;
    font-weight: normal;
    line-height: 27px;
    margin: 0;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .variations select {
    border: 1px solid #ebebeb;
    height: 27px;
    line-height: 27px;
    margin-right: 10px;
    width: auto;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .variations .reset_variations {
    line-height: 27px;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .single_variation {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .single_variation .price {
    color: #333;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .single_variation .price del {
    color: #959595;
    font-size: 18px;
    text-decoration: line-through;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .cart .single_variation .price ins {
    color: #00f;
    font-size: 24px;
    text-decoration: none;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .product_meta {
    display: none;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .yith-wcwl-add-to-wishlist {
    color: #959595;
    float: left;
    font-size: 12px;
    margin: 0;
    width: 100%;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .yith-wcwl-add-to-wishlist .feedback {
    display: none;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .yith-wcwl-add-to-wishlist a {
    color: #959595;
    float: left;
    text-decoration: underline;
}

.quickview-wrapper #quickview-content .product-info .quick-add-to-cart .yith-wcwl-add-to-wishlist a:hover {
    color: #00f;
}

.quickview-wrapper #quickview-content .product-info .quick-desc {
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.quickview-wrapper #quickview-content .product-info .quick-desc ul,
.quickview-wrapper #quickview-content .product-info .quick-desc ol {
    margin: 0 0 10px;
    padding: 0;
}

.quickview-wrapper #quickview-content .product-info .quick-desc ul li,
.quickview-wrapper #quickview-content .product-info .quick-desc ol li {
    list-style: none;
    margin: 0 0 5px;
}

.quickview-wrapper #quickview-content .product-info .quick-desc ul li:before,
.quickview-wrapper #quickview-content .product-info .quick-desc ol li:before {
    content: "\f00c";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 6px;
}

.quickview-wrapper #quickview-content .widget .widget-title {
    margin: 0 0 5px;
    text-transform: capitalize;
    font-weight: normal;
    display: inline-block;
    font-size: 12px;
}

.quickview-wrapper #quickview-content .widget .social-icons {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.quickview-wrapper #quickview-content .widget .social-icons li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}

.quickview-wrapper #quickview-content .widget .social-icons li .social-icon {
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

.quickview-wrapper #quickview-content .widget .social-icons li .social-icon:hover {
    color: #fff;
}

.quickview-wrapper #quickview-content .widget .social-icons li .social-icon.facebook:hover {
    color: #3b579d;
}

.quickview-wrapper #quickview-content .widget .social-icons li .social-icon.twitter:hover {
    color: #3acaff;
}

.quickview-wrapper #quickview-content .widget .social-icons li .social-icon.pinterest:hover {
    color: #cb2027;
}

.quickview-wrapper #quickview-content .widget .social-icons li .social-icon.tumblr:hover {
    color: #304e6c;
}

.quickview-wrapper #quickview-content .widget .social-icons li .social-icon.gplus:hover {
    color: #d11717;
}

.quickview-wrapper #quickview-content .widget .social-icons li .social-icon.linkedin:hover {
    color: #0097bd;
}

.widget_shopping_cart {
    float: right;
}

.topcart {
    position: relative;
}

.topcart .icon-cart-header .fa {
    font-size: 24px;
    cursor: pointer;
    display: none;
}

.topcart .cart-toggler {
    position: absolute;
    min-width: 18px;
    min-height: 18px;
    border-radius: 100%;
    background: #00f;
    line-height: 18px;
    text-align: center;
    top: 32px;
    right: -1px;
    font-size: 10px;
    font-family: PP Agrandir, sans-serif;
    color: #fff;
}

.topcart .topcart_content {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    width: 300px;
    z-index: 1000;
    background: #fff;
    padding: 10px;
    border: 1px solid #ebebeb;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    color: #333;
}

.topcart .topcart_content .product_list_widget {
    overflow: auto;
    max-height: 255px;
    padding-right: 20px;
    position: relative;
}

.topcart .topcart_content .product_list_widget .mini_cart_item {
    padding-right: 2em;
    padding-left: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.topcart .topcart_content .product_list_widget .mini_cart_item a.remove {
    right: 0;
    left: auto;
    border: 1px solid red;
    line-height: 14px;
}

.topcart .topcart_content .product_list_widget .mini_cart_item a.remove:hover {
    background: #00f;
    border-color: #00f;
    color: #fff !important;
}

.topcart .topcart_content .product_list_widget .mini_cart_item a {
    font-weight: 500;
}

.topcart .topcart_content .product_list_widget .mini_cart_item .variation {
    display: none;
}

.topcart .topcart_content .product_list_widget .mini_cart_item span.quantity {
    font-size: 14px;
}

.topcart .topcart_content .total {
    padding: 10px 0 0;
    text-transform: uppercase;
}

.topcart .topcart_content .total .amount {
    float: right;
    font-size: 16px;
    font-weight: bold;
}

.topcart .topcart_content .buttons a {
    width: 50%;
    float: left;
    margin: 0;
    border-right: 1px solid #fff;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce .woocommerce-info {
    border-color: #00f;
}

.woocommerce .woocommerce-info:before {
    color: #00f;
}

.woocommerce #customer_details h3 {
    font-size: 18px;
    color: #222;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 18px;
    padding-top: 15px;
    margin-bottom: 25px;
    margin-top: 30px;
    clear: both;
}

.woocommerce #customer_details h3:after {
    content: "";
    width: 30px;
    border-top: 3px solid #00f;
    position: absolute;
    left: 0;
    bottom: 0;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 2.5;
    margin-left: 5px;
}

header.blog-entry-header {
    text-align: center;
}

header.blog-entry-header .entry-title {
    font-size: 40px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 150px;
}

header.blog-entry-header .entry-title:after {
    display: none;
}

header.blog-entry-header .entry-sub-title {
    font-family: texgyreadventorregular, sans-serif;
    color: #fff;
    font-size: 14px;
    margin-bottom: 150px;
}

.section-element .blog-posts .no-thumb .post-wrapper .post-thumb {
    display: none;
}

.section-element .blog-posts .post-wrapper .post-thumb {
    position: relative;
    overflow: hidden;
}

.section-element .blog-posts .post-wrapper .post-thumb .su-youtube,
.section-element .blog-posts .post-wrapper .post-thumb .su-slider-centered {
    margin: 0 auto;
}

.section-element .blog-posts .post-wrapper .post-thumb a {
    display: block;
    overflow: hidden;
}

.section-element .blog-posts .post-wrapper .post-thumb a img {
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.section-element .blog-posts .post-wrapper .post-thumb a:after {
    font-size: 24px;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.2s;
    opacity: 0;
    filter: alpha(Opacity=0);
    visibility: hidden;
    content: "\f0c1";
    font-family: FontAwesome;
    margin: auto;
    padding-left: 5px;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: #00f;
    z-index: 111;
}

.section-element .blog-posts .post-wrapper .post-thumb a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    background: #000;
    opacity: 0;
    transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s;
    z-index: 2;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}

.section-element .blog-posts .post-wrapper .post-thumb a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.section-element .blog-posts .post-wrapper .post-thumb a:hover:before {
    opacity: 0.68;
    filter: alpha(Opacity=10);
    visibility: visible;
}

.section-element .blog-posts .post-wrapper .post-thumb a:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.section-element .blog-posts .post-wrapper .post-thumb .date-post {
    position: absolute;
    z-index: 3;
    background: #fff;
    width: 50px;
    height: 55px;
    left: 20px;
    top: 20px;
    text-align: center;
    padding: 10px 0 4px;
    line-height: 0;
    border: 1px solid #00f;
}

.section-element .blog-posts .post-wrapper .post-thumb .date-post span {
    display: block;
    width: auto;
}

.section-element .blog-posts .post-wrapper .post-thumb .date-post .month {
    font-size: 12px;
    line-height: 1;
    padding-bottom: 3px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #00f;
    display: inline-block;
}

.section-element .blog-posts .post-wrapper .post-thumb .date-post .day {
    font-size: 20px;
    line-height: 1;
}

.section-element .blog-posts .post-wrapper .post-meta-folder {
    margin-top: 17px;
    color: #2b2b2b;
    text-transform: uppercase;
    font-size: 12px;
}

.section-element .blog-posts .post-wrapper .post-meta-folder .post-author {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #b8b8b9;
    display: inline-block;
    line-height: 1;
}

.section-element .blog-posts .post-wrapper .post-info {
    padding: 15px 0 0;
    margin-bottom: 30px;
}

.section-element .blog-posts .post-wrapper .post-info .post-title {
    font-size: 15px;
    text-transform: uppercase;
}

.section-element .blog-posts .post-wrapper .post-info .post-title a {
    color: #111;
}

.section-element .blog-posts .post-wrapper .post-info .post-title a:hover {
    color: #00f;
}

.section-element .blog-posts .post-wrapper .post-info .post-entry-data {
    padding: 0;
    margin: 0;
    margin-top: 7px;
}

.section-element .blog-posts .post-wrapper .post-info .post-entry-data li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    text-transform: none;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #888;
    line-height: 1;
    color: #888;
}

.section-element .blog-posts .post-wrapper .post-info .post-entry-data li:first-child {
    border: 0;
    padding: 0;
    margin: 0;
}

.section-element .blog-posts .post-wrapper .post-info .post-entry-data li .fa {
    color: #888;
    font-size: 15px;
    margin-right: 5px;
}

.section-element .blog-posts .post-wrapper .post-info .post-excerpt {
    margin: 7px 0;
}

.section-element .blog-posts .post-wrapper .post-info .entry-meta {
    text-align: left;
}

.section-element .blog-posts .post-wrapper .post-info .entry-meta .readmore {
    display: inline-block;
    float: right;
    font-style: italic;
}

.section-element .blog-posts .post-wrapper .post-info .entry-meta .readmore:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 5px;
}

.section-element .blog-posts .post-wrapper .post-info .entry-meta .entry-counter {
    display: inline-block;
}

.section-element .blog-posts .post-wrapper .post-info .entry-meta .entry-counter div {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
}

.section-element .blog-posts .post-wrapper .post-info .entry-meta .entry-counter div i {
    color: #00f;
    margin-right: 5px;
}

article[id*="post-"] {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    margin-bottom: 30px;
}

article[id*="post-"].sticky .post-wrapper .post-info .entry-title a {
    color: #00f;
    font-style: italic;
}

article[id*="post-"].sticky .post-wrapper .post-info .entry-title a:hover {
    text-decoration: underline;
}

article[id*="post-"] blockquote {
    font-style: italic;
    font-size: 16px;
    background: rgba(102, 102, 102, 0.05);
    border-color: #00f;
    padding: 20px;
    margin: 20px 0;
}

article[id*="post-"] .post-wrapper {
    margin-bottom: 20px;
}

article[id*="post-"] .post-wrapper .player {
    margin: 10px 0;
}

article[id*="post-"] .post-wrapper .post-thumbnail {
    position: relative;
    overflow: hidden;
}

article[id*="post-"] .post-wrapper .post-thumbnail .su-youtube,
article[id*="post-"] .post-wrapper .post-thumbnail .su-slider-centered {
    margin: 0;
}

article[id*="post-"] .post-wrapper .post-thumbnail a {
    display: block;
    overflow: hidden;
}

article[id*="post-"] .post-wrapper .post-thumbnail a img {
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

article[id*="post-"] .post-wrapper .post-thumbnail a:after {
    font-size: 24px;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.2s;
    opacity: 0;
    filter: alpha(Opacity=0);
    visibility: hidden;
    content: "\f0c1";
    font-family: FontAwesome;
    margin: auto;
    padding-left: 5px;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: #00f;
    z-index: 111;
}

article[id*="post-"] .post-wrapper .post-thumbnail a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    background: #000;
    opacity: 0;
    transition: opacity 0.4s ease 0s;
    -webkit-transition: opacity 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s;
    z-index: 2;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}

article[id*="post-"] .post-wrapper .post-thumbnail a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

article[id*="post-"] .post-wrapper .post-thumbnail a:hover:before {
    opacity: 0.68;
    filter: alpha(Opacity=10);
    visibility: visible;
}

article[id*="post-"] .post-wrapper .post-thumbnail a:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

article[id*="post-"] .post-wrapper .post-thumbnail .date-post {
    position: absolute;
    z-index: 3;
    background: #fff;
    width: 50px;
    height: 55px;
    left: 20px;
    top: 20px;
    text-align: center;
    padding: 10px 0 4px;
    line-height: 0;
    border: 1px solid #00f;
}

article[id*="post-"] .post-wrapper .post-thumbnail .date-post span {
    display: block;
    width: auto;
}

article[id*="post-"] .post-wrapper .post-thumbnail .date-post .month {
    font-size: 12px;
    line-height: 1;
    padding-bottom: 3px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #00f;
    display: inline-block;
}

article[id*="post-"] .post-wrapper .post-thumbnail .date-post .day {
    font-size: 20px;
    line-height: 1;
}

article[id*="post-"] .post-wrapper .post-info {
    padding: 20px 0 0;
}

article[id*="post-"] .post-wrapper .post-info:after {
    clear: both;
    content: " ";
    display: table;
}

article[id*="post-"] .post-wrapper .post-info .entry-header .entry-title {
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 10px;
}

article[id*="post-"] .post-wrapper .post-info .entry-header .post-entry-data {
    padding: 0;
    margin: 0;
}

article[id*="post-"] .post-wrapper .post-info .entry-header .post-entry-data li {
    list-style: none;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #b8b8b9;
    line-height: 1;
}

article[id*="post-"] .post-wrapper .post-info .entry-header .post-entry-data li:last-child {
    border: 0;
}

article[id*="post-"] .post-wrapper .post-info .entry-header .entry-meta {
    margin: 0 0 10px;
}

article[id*="post-"] .post-wrapper .post-info .entry-header .entry-meta a {
    color: #00f;
    font-size: 12px;
}

article[id*="post-"] .post-wrapper .post-info .entry-header .entry-meta a:hover {
    text-decoration: underline;
}

article[id*="post-"] .post-wrapper .post-info .entry-header .entry-meta .posted-on:before {
    content: "\f073";
    font-family: FontAwesome;
    margin-right: 5px;
}

article[id*="post-"] .post-wrapper .post-info footer.entry-meta {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #ebebeb;
}

article[id*="post-"] .post-wrapper .post-info footer.entry-meta .entry-meta-category-tag .cat-links {
    display: block;
}

article[id*="post-"] .post-wrapper .post-info footer.entry-meta .entry-meta-category-tag .cat-links .cat-title {
    color: #000;
}

article[id*="post-"] .post-wrapper .post-info footer.entry-meta .entry-meta-category-tag .cat-links .cat-title:before {
    content: '\f07c';
    font-family: 'FontAwesome';
    color: #00f;
    margin-right: 7px;
}

article[id*="post-"] .post-wrapper .post-info footer.entry-meta .entry-meta-category-tag .tags-links {
    display: block;
}

article[id*="post-"] .post-wrapper .post-info footer.entry-meta .entry-meta-category-tag .tags-links .tags-title {
    color: #000;
}

article[id*="post-"] .post-wrapper .post-info footer.entry-meta .entry-meta-category-tag .tags-links .tags-title:before {
    content: "\f02c";
    font-family: 'FontAwesome';
    color: #00f;
    margin-right: 7px;
}

article[id*="post-"] .post-wrapper .post-info footer.entry-meta .entry-counter {
    margin: 10px 0 0;
}

article[id*="post-"] .post-wrapper .post-info footer.entry-meta .entry-counter div {
    display: inline-block;
    margin-right: 10px;
}

article[id*="post-"] .post-wrapper .post-info footer.entry-meta .entry-counter div i {
    margin-right: 5px;
    color: #00f;
}

.single-post-content .post .post-wrapper .player {
    padding: 0 20px;
    margin-top: 30px;
}

.single-post-content .post .post-wrapper .post-info .entry-header .entry-title {
    font-size: 20px;
}

.single-post-content .post .post-wrapper .post-info .entry-content {
    line-height: 26px;
}

.single-post-content .post .post-wrapper .post-info footer.entry-meta {
    margin: 30px 0 0;
}

.single-post-content .post .post-wrapper .post-info footer.entry-meta .entry-meta-category-tag {
    padding: 0 0 10px;
    border-bottom: 1px solid #ebebeb;
}

.single-post-content .post .post-wrapper .post-info footer.entry-meta .entry-counter {
    float: left;
}

.single-post-content .post .post-wrapper .post-info footer.entry-meta .social-sharing {
    float: right;
    margin: 10px 0 0;
}

.single-post-content .post .post-wrapper .post-info footer.entry-meta .social-sharing .social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-post-content .post .post-wrapper .post-info footer.entry-meta .social-sharing .social-icons li {
    display: inline-block;
    margin: 0 10px;
}

.single-post-content .post .post-wrapper .post-info footer.entry-meta .cat-links {
    margin-bottom: 7px;
}

.blog-page {
    margin-bottom: 60px;
}

.blog-page .archive-header .archive-title {
    margin-bottom: 30px;
}

.comments-area {
    clear: both;
    margin: 50px 0;
    padding: 20px;
    border: 1px solid #ebebeb;
}

.comments-area .comments-title {
    margin-bottom: 25px;
    font-size: 20px;
}

.comments-area .media-list {
    margin-bottom: 30px;
}

.comments-area .media-list li {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 20px;
    list-style: none;
}

.comments-area .media-list .children {
    margin-top: 20px;
}

.comments-area #reply-title {
    padding-bottom: 10px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ebebeb;
    font-weight: normal;
}

.comments-area label {
    font-weight: normal;
    padding: 0 0 5px;
}

.comments-area .info-wrapper {
    float: left;
    width: 46%;
    margin-right: 4%;
    margin-bottom: 15px;
}

.comments-area .message-wrapper {
    clear: both;
}

.comments-area .form-control {
    border-radius: 0;
}

.comments-area .form-submit {
    margin-top: 10px;
    clear: both;
}

.comments-area .form-submit input {
    background: #2f2f2f;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: PP Agrandir, sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 13px 25px;
    line-height: 1.1;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comments-area .form-submit input:hover {
    background: #00f;
    color: #fff;
    text-shadow: none;
}

.comments-area .help-block {
    margin: 15px 0;
}

.pagination-center,
.page-links {
    text-align: center;
    background-color: #fff;
    clear: both;
    border-top: 1px solid #ebebeb;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}

.pagination-center>span,
.page-links>span {
    display: inline-block;
    line-height: 30px;
    margin: 10px 10px 10px 0;
    vertical-align: top;
}

.pagination-center .pagination,
.page-links .pagination {
    margin: 10px 0;
    border: 0;
}

.pagination-center .pagination li,
.page-links .pagination li {
    display: inline-block;
    margin: 0 2px;
}

.pagination-center .pagination li.active>span,
.pagination-center .pagination li.active a,
.page-links .pagination li.active>span,
.page-links .pagination li.active a {
    border-color: #00f;
    background-color: #00f;
    color: #fff;
}

.pagination-center .pagination li>span,
.pagination-center .pagination li a,
.page-links .pagination li>span,
.page-links .pagination li a {
    background: none;
    color: #00f;
    display: inline-block;
    font-family: Poppins, sans-serif;
    line-height: 25px;
    min-width: 25px;
    font-size: 12px;
    border: 1px solid #ebebeb;
    padding: 0 5px;
    border-radius: 0;
    float: none;
}

.pagination-center .pagination li>span:hover,
.pagination-center .pagination li a:hover,
.page-links .pagination li>span:hover,
.page-links .pagination li a:hover {
    color: #fff;
    background-color: #00f;
    border-color: #00f;
}

.pagination-center .pagination li a.prev:before,
.pagination-center .pagination li a.next:before,
.page-links .pagination li a.prev:before,
.page-links .pagination li a.next:before {
    background: #fff;
    content: "\f054";
    font-family: FontAwesome;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    text-indent: 0;
    top: 0;
    width: 100%;
    font-size: 10px;
}

.pagination-center .pagination li a.prev:hover,
.pagination-center .pagination li a.next:hover,
.page-links .pagination li a.prev:hover,
.page-links .pagination li a.next:hover {
    color: #343333;
}

.pagination-center .pagination li a.prev:before,
.page-links .pagination li a.prev:before {
    content: "\f053";
}

.btn-default {
    background: #2f2f2f;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: PP Agrandir, sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 13px 25px;
    line-height: 1.1;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-default:hover {
    background: #00f;
    color: #fff;
    text-shadow: none;
}

@media (min-width: 1200px) {

    .blog-two-column .post:nth-of-type(2n+1),
    .blog-two-column-right .post:nth-of-type(2n+1),
    .blog-two-column-left .post:nth-of-type(2n+1) {
        clear: left;
    }

    .blog-three-column .post:nth-of-type(3n+1),
    .blog-three-column-right .post:nth-of-type(3n+1),
    .blog-three-column-left .post:nth-of-type(3n+1) {
        clear: left;
    }

    .blog-four-column .post:nth-of-type(4n+1),
    .blog-four-column-left .post:nth-of-type(4n+1),
    .blog-four-column-right .post:nth-of-type(4n+1) {
        clear: left;
    }
}

@media (max-width: 1199px) and (min-width: 767px) {

    .blog-two-column .post:nth-of-type(2n+1),
    .blog-two-column-right .post:nth-of-type(2n+1),
    .blog-two-column-left .post:nth-of-type(2n+1) {
        clear: left;
    }

    .blog-three-column .post:nth-of-type(3n+1),
    .blog-three-column-right .post:nth-of-type(3n+1),
    .blog-three-column-left .post:nth-of-type(3n+1) {
        clear: left;
    }

    .blog-four-column .post:nth-of-type(3n+1),
    .blog-four-column-right .post:nth-of-type(3n+1),
    .blog-four-column-left .post:nth-of-type(3n+1) {
        clear: left;
    }

    .blog-four-column .post,
    .blog-four-column-right .post,
    .blog-four-column-left .post {
        width: 33.3333333%;
    }
}

@media screen and (min-width: 992px) {

    .header-container.layout2 .header.sticky,
    .header-container.fifth .header.sticky {
        background: #fff;
        background: rgba(255, 255, 255, 0.9);
    }

    .header-container.fifth .header.sticky .col-logo {
        display: none;
    }

    .header-container .header.sticky {
        background-color: rgba(36, 36, 36, 0.86);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
        position: fixed;
        top: 0;
        z-index: 9999;
        width: 100%;
        -webkit-animation-name: fadeInDown;
        -webkit-animation-duration: 5.0s;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -webkit-animation-play-state: running;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: anim_titles;
        -moz-animation-duration: 5.0s;
        -moz-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;
        -moz-animation-direction: normal;
        -moz-animation-play-state: running;
        -moz-animation-fill-mode: forwards;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -webkit-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -webkit-animation-duration: 0.7s;
        -moz-animation-duration: 0.7s;
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        -webkit-animation-timing-function: ease-out;
        -moz-animation-timing-function: ease-out;
    }

    .header-container .header.sticky .nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li>a.item_link,
    .header-container .header.sticky .nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li>a.item_link .link_text {
        line-height: 70px;
        min-height: 70px;
    }

    .header-container .header.sticky .woocommerce-product-search .top-search .fa,
    .header-container .header.sticky .topcart .icon-cart-header .fa {
        padding: 23px 0;
    }

    .header-container .header.sticky .nav-mobile .toggle-menu {
        padding: 23px 20px;
    }

    .header-container .header.sticky .topcart .cart-toggler {
        top: 20px;
    }

    .header-container .header.sticky .logo img {
        max-height: 32px;
    }

    .header-container .header.has_admin {
        top: 32px;
    }
}

@media screen and (min-width: 992px) and (max-width: 782px) {
    .header-container .header.has_admin {
        top: 46px;
    }
}

.nav-menus {
    z-index: 400;
    position: relative;
    display: inline-block;
}

.nav-menus .nav-menu {
    min-height: 102px;
    text-align: center;
}

.nav-menus .nav-menu>ul {
    margin: 0;
    padding: 0;
    float: none;
}

.nav-menus .nav-menu>ul li {
    float: none;
    list-style: none;
    position: relative;
    display: inline-block;
}

.nav-menus .nav-menu>ul li:first-child a {
    border: none;
}

.nav-menus .nav-menu>ul li.current_page_item>a,
.nav-menus .nav-menu>ul li.current_page_ancestor>a,
.nav-menus .nav-menu>ul li.current_page_parent>a {
    color: #00f;
}

.nav-menus .nav-menu>ul li:hover>ul,
.nav-menus .nav-menu>ul li.sfHover>ul {
    display: block;
}

.nav-menus .nav-menu>ul li:hover>a,
.nav-menus .nav-menu>ul li.sfHover>a {
    color: #00f;
}

.nav-menus .nav-menu>ul li a {
    color: #fff;
    display: block;
    font-family: PP Agrandir, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 102px;
    padding: 0 40px 0 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
}

.nav-menus .nav-menu>ul li .children {
    background: #fff;
    border: 1px solid #eee;
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 220px;
    z-index: 99;
    text-align: left;
}

.nav-menus .nav-menu>ul li .children li {
    float: left;
    width: 100%;
}

.nav-menus .nav-menu>ul li .children li.menu-item-has-children>a:before {
    display: block;
    content: '\f105';
    font-family: FontAwesome;
    width: 15px;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    text-align: center;
    border: 0;
    position: absolute;
    right: 10px;
    top: 12px;
}

.nav-menus .nav-menu>ul li .children li:first-child {
    border: none;
}

.nav-menus .nav-menu>ul li .children li.current_page_item>a,
.nav-menus .nav-menu>ul li .children li.current_page_ancestor>a,
.nav-menus .nav-menu>ul li .children li.current_page_parent>a {
    color: #00f;
}

.nav-menus .nav-menu>ul li .children li:hover>ul,
.nav-menus .nav-menu>ul li .children li.sfHover>ul {
    display: block;
}

.nav-menus .nav-menu>ul li .children li:hover>a,
.nav-menus .nav-menu>ul li .children li.sfHover>a {
    color: #00f;
}

.nav-menus .nav-menu>ul li .children li a {
    float: left;
    font-family: texgyreadventorregular, sans-serif;
    line-height: 28px;
    text-transform: none;
    width: 100%;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

.nav-menus .nav-menu>ul li .children li .children {
    top: 0;
    left: 100%;
}

.nav-menus .primary-menu-container {
    text-align: center;
}

.nav-menus .primary-menu-container ul.nav-menu {
    margin: 0;
    padding: 0;
    float: none;
}

.nav-menus .primary-menu-container ul.nav-menu li {
    display: inline-block;
    list-style: none;
    position: relative;
    float: none;
}

.nav-menus .primary-menu-container ul.nav-menu li:first-child a {
    border: none;
}

.nav-menus .primary-menu-container ul.nav-menu li.current-menu-item>a,
.nav-menus .primary-menu-container ul.nav-menu li.current-menu-ancestor>a,
.nav-menus .primary-menu-container ul.nav-menu li.current-menu-parent>a {
    color: #00f;
}

.nav-menus .primary-menu-container ul.nav-menu li:hover>ul,
.nav-menus .primary-menu-container ul.nav-menu li.sfHover>ul {
    display: block;
}

.nav-menus .primary-menu-container ul.nav-menu li:hover>a,
.nav-menus .primary-menu-container ul.nav-menu li.sfHover>a {
    color: #00f;
    background: none;
}

.nav-menus .primary-menu-container ul.nav-menu li a {
    color: #fff;
    display: block;
    font-family: PP Agrandir, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 102px;
    padding: 0 25px;
    position: relative;
    text-transform: uppercase;
    text-shadow: none;
}

.nav-menus .primary-menu-container ul.nav-menu li .sub-menu {
    background: #fff;
    border: 1px solid #eee;
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 200px;
    padding: 22px 0px;
    z-index: 99;
    text-align: left;
}

.nav-menus .primary-menu-container ul.nav-menu li .sub-menu li {
    float: left;
    width: 100%;
}

.nav-menus .primary-menu-container ul.nav-menu li .sub-menu li.menu-item-has-children>a:before {
    display: block;
    content: '\f105';
    font-family: FontAwesome;
    width: 15px;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    text-align: center;
    border: 0;
    position: absolute;
    right: 10px;
    top: 12px;
}

.nav-menus .primary-menu-container ul.nav-menu li .sub-menu li:first-child {
    border: none;
}

.nav-menus .primary-menu-container ul.nav-menu li .sub-menu li.current-menu-item>a,
.nav-menus .primary-menu-container ul.nav-menu li .sub-menu li.current-menu-ancestor>a,
.nav-menus .primary-menu-container ul.nav-menu li .sub-menu li.current-menu-parent>a {
    color: #333;
}

.nav-menus .primary-menu-container ul.nav-menu li .sub-menu li:hover>ul,
.nav-menus .primary-menu-container ul.nav-menu li .sub-menu li.sfHover>ul {
    display: block;
}

.nav-menus .primary-menu-container ul.nav-menu li .sub-menu li:hover>a,
.nav-menus .primary-menu-container ul.nav-menu li .sub-menu li.sfHover>a {
    color: #00f;
}

.nav-menus .primary-menu-container ul.nav-menu li .sub-menu li a {
    float: left;
    font-family: texgyreadventorregular, sans-serif;
    line-height: 28px;
    text-transform: none;
    width: 100%;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

.nav-menus .primary-menu-container ul.nav-menu li .sub-menu li .sub-menu {
    top: 0;
    left: 100%;
}

.nav-menus #mega_main_menu>.menu_holder {
    width: 100%;
}

.nav-menus #mega_main_menu>.menu_holder.sticky_container {
    background: #222121;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner {
    width: 100%;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner .nav_logo {
    display: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner .nav_logo .logo_link {
    display: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul {
    text-align: center;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.nav_search_box {
    display: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.current-menu-ancestor>a.item_link,
.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.current-menu-item>a.item_link {
    background: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.current-menu-ancestor>a.item_link i,
.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.current-menu-item>a.item_link i {
    color: #00f;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.current-menu-ancestor>a.item_link .link_text,
.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.current-menu-item>a.item_link .link_text {
    color: #00f;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.menu-item-has-children:hover>a.item_link {
    position: relative;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.menu-item-has-children:hover>a.item_link i {
    color: #00f;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.menu-item-has-children:hover>a.item_link .link_text {
    color: #00f;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li>a.item_link {
    background: none !important;
    line-height: 102px;
    min-height: 102px;
    padding: 0 30px;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li>a.item_link:hover:after {
    color: #00f;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li>a.item_link:after {
    right: 15px;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li>a.item_link i {
    line-height: 102px;
    min-height: 102px;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li>a.item_link .link_text {
    color: #fff;
    font-family: PP Agrandir, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 102px;
    min-height: 102px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li>a.item_link:before {
    background: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li>a.item_link:hover {
    background: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li>a.item_link:hover i {
    color: #00f;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li>a.item_link:hover .link_text {
    color: #00f;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown {
    background: #fff;
    box-shadow: 0 3px 5px #bababa;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    margin: 0 !important;
    min-width: 230px;
    font-size: 15px;
    padding: 18px 0;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li {
    width: auto;
    padding: 3px 0;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li a.item_link {
    background: none;
    border: none;
    color: #333;
    font-size: 0.85em;
    font-weight: 400;
    padding: 0px 20px;
    line-height: 30px;
    text-transform: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li a.item_link i {
    color: #333;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li a.item_link .link_text {
    color: #333;
    font-family: texgyreadventorregular, sans-serif;
    font-size: 15px;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li a.item_link:focus {
    background: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li a.item_link:before {
    display: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li a.item_link:hover {
    background: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li a.item_link:hover i {
    color: #00f;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li a.item_link:hover .link_text {
    color: #00f;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li:hover>a.item_link,
.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li.current-menu-ancestor>a.item_link,
.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li.current-menu-item>a.item_link {
    background: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li:hover>a.item_link .link_text,
.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li.current-menu-ancestor>a.item_link .link_text,
.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li.current-menu-item>a.item_link .link_text {
    color: #00f;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li:hover>.item_link *,
.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li.current-menu-ancestor>.item_link *,
.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li.current-menu-item>.item_link * {
    color: #00f;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li.menu-item-has-children>a.item_link:before {
    display: block;
    content: '\f105';
    font-family: FontAwesome;
    width: 15px;
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    text-align: center;
    border: 0;
    position: absolute;
    right: 15px;
    top: 12px;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.default_dropdown ul.mega_dropdown li.menu-item-has-children>a.item_link:hover:before {
    color: #00f;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown.columns3>ul.mega_dropdown {
    min-width: 670px;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown.columns2>ul.mega_dropdown {
    min-width: 460px;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown.columns1>ul.mega_dropdown {
    min-width: 255px;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown>ul.mega_dropdown {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown>ul.mega_dropdown>li {
    padding: 20px;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown>ul.mega_dropdown>li a {
    background: none;
    color: #333;
    font-family: texgyreadventorregular, sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 4px 0;
    text-transform: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown>ul.mega_dropdown>li a i {
    color: #333;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown>ul.mega_dropdown>li a .link_text {
    color: #333;
    font-family: texgyreadventorregular, sans-serif;
    font-size: 0.85em;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown>ul.mega_dropdown>li a:focus {
    background: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown>ul.mega_dropdown>li a:before {
    display: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown>ul.mega_dropdown>li a:hover {
    background: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown>ul.mega_dropdown>li a:hover i {
    color: #00f;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown>ul.mega_dropdown>li a:hover .link_text {
    color: #00f;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown>ul.mega_dropdown>li>a {
    background: none;
    margin: 0 0 8px;
    padding: 0 0 25px;
    text-transform: uppercase;
    position: relative;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown>ul.mega_dropdown>li>a:before {
    content: "";
    width: 20px;
    border-top: 3px solid #00f;
    position: absolute;
    left: 0;
    bottom: 8px;
    display: block;
    z-index: 99999;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown>ul.mega_dropdown>li>a i {
    margin-top: -8px;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown>ul.mega_dropdown>li>a .link_text {
    color: #333;
    font-family: PP Agrandir, sans-serif;
    font-weight: 400;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown>ul.mega_dropdown>li>a:hover .link_text {
    color: #00f;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown>ul.mega_dropdown>li ul.mega_dropdown {
    padding-bottom: 10px;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.multicolumn_dropdown>ul.mega_dropdown li.current-menu-item>.item_link * {
    color: #00f;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li {
    padding: 0 5px;
    margin: 0;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li.widget_menu .widget {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 10px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li.widget_menu .widget .widgettitle {
    background: none;
    border-bottom: 1px solid #ebebeb;
    margin: 0 0 8px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li.widget_menu .widget p {
    float: left;
    margin: 0 0 0 10px;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li.widget_menu .widget p:first-child {
    margin-left: 0;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li.widget_menu .widget a {
    display: block;
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li.widget_menu .widget a img {
    float: left;
    margin: 0;
    width: 100%;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li.widget_menu .widget a:before {
    background: #000;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 1;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li.widget_menu .widget a:after {
    background: #000;
    bottom: 8px;
    content: "";
    display: block;
    left: 8px;
    opacity: 0;
    position: absolute;
    right: 8px;
    top: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    z-index: 2;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li.widget_menu .widget a:hover:before {
    opacity: 0.15;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li.widget_menu .widget a:hover:after {
    opacity: 0.15;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li.widget_menu .widget img {
    float: left;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li a {
    background: none;
    color: #333;
    font-family: texgyreadventorregular, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 8px 0;
    text-transform: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li a .link_text {
    color: #333;
    font-family: texgyreadventorregular, sans-serif;
    font-size: 12px;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li a:focus {
    background: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li a:before {
    display: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li a:hover {
    background: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li a:hover .link_text {
    color: #00f;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li>a {
    background: none;
    margin: 0 0 8px;
    padding: 0 0 5px;
    text-transform: uppercase;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li>a .link_text {
    color: #333;
    font-size: 12px !important;
    font-weight: bold;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li>a:before {
    display: none;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li>a:hover .link_text {
    color: #00f;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown>li>ul.mega_dropdown {
    padding-bottom: 10px;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.widgets_dropdown>ul.mega_dropdown li.current-menu-item>.item_link * {
    color: #00c;
}

.nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li.submenu_full_width>ul.mega_dropdown {
    width: 100%;
}

.nav-menus #mega_main_menu>.menu_holder .mmm_fullwidth_container {
    display: none;
}

.nav-menus .menu-primary-menu-container ul#menu-primary-menu {
    margin: 0;
    padding: 0;
}

.nav-menus .menu-primary-menu-container ul#menu-primary-menu>li {
    list-style: none;
}

@media screen and (max-width: 991px) {
    body {
        left: 0;
        transition: all 0.4s ease 0s !important;
        position: relative;
    }

    html {
        overflow: visible;
        margin: 0 !important;
    }

    body.mobile-nav-on {
        left: 280px;
        overflow: hidden;
    }

    body.mobile-nav-on .mobile-navigation {
        left: 0;
    }

    body.mobile-nav-on .mobile-menu-overlay {
        cursor: pointer;
        opacity: 1;
        pointer-events: auto;
        z-index: 300;
    }

    body.mobile-nav-on .nav-menus {
        z-index: 999999;
    }

    .mobile-search-product {
        margin-top: 50px;
    }

    .nav-menus {
        position: absolute;
        left: 50%;
        margin-left: -10px;
    }

    .mobile-navigation {
        border-right: 3px solid #00f;
        bottom: 0;
        display: block;
        left: -280px;
        margin: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transition: all 0.4s ease 0s;
        width: 280px;
        z-index: 9999;
        height: 100%;
        background-color: #222;
    }

    .mobile-navigation .mobile-menu-container {
        background-color: #383838;
    }

    .mobile-navigation .nav-menu {
        padding: 0;
        margin-top: 46px;
    }

    .mobile-navigation .nav-menu>li {
        padding: 10px 0px 10px 20px;
        border-bottom: solid 1px #4c4c4c;
        line-height: 35px;
    }

    .mobile-navigation .nav-menu>li>a {
        text-transform: uppercase;
        font-weight: bold;
    }

    .mobile-navigation .nav-menu li,
    .mobile-navigation .nav-menu ul {
        display: block;
        text-align: left;
        list-style: none;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .mobile-navigation .nav-menu li.dropdown {
        position: relative;
    }

    .mobile-navigation .nav-menu li.dropdown ul {
        display: none;
    }

    .mobile-navigation .nav-menu li.dropdown .toggle-submenu {
        position: absolute;
        top: 5px;
        right: 0;
        height: 36px;
        width: 36px;
        line-height: 36px;
        text-align: center;
        cursor: pointer;
        z-index: 10;
        color: #fff;
        font-size: 20px;
    }

    .mobile-navigation .nav-menu a {
        color: #ddd;
        display: block;
        text-align: left;
    }

    .mobile-navigation .nav-menu li.current-menu-item>a,
    .mobile-navigation .nav-menu li:hover>a {
        color: #00f;
    }

    .mobile-menu-overlay {
        background-color: rgba(0, 0, 0, 0.6);
        height: 100%;
        left: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        position: fixed;
        top: 0;
        transition: opacity 0.3s ease 0s;
        width: 100%;
        z-index: -1;
    }

    .nav-mobile .toggle-menu {
        color: #fff;
        display: inline-block;
        padding: 39px 20px;
        font-size: 24px;
        cursor: pointer;
    }

    .header-container.layout2 .nav-mobile .toggle-menu {
        color: #555;
    }

    .header-container .mobile-search-product .widget_product_search .woocommerce-product-search {
        margin: 15px 10px;
    }

    .header-container .mobile-search-product .widget_product_search .woocommerce-product-search input[type=search] {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

#content nav.projects-pagination {
    width: 100%;
    padding: 10px 0 0;
}

#content nav.projects-pagination .page-numbers {
    padding: 0;
}

#content nav.projects-pagination .page-numbers li {
    font-size: 16px;
}

#content nav.projects-pagination .page-numbers li .current {
    color: #00f;
}

#content .filter-options {
    width: 100%;
    margin: 10px 0 30px;
    text-align: center;
}

#content .filter-options button {
    background: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    color: #333;
    padding: 5px 20px;
    transition: all 0.3s;
    text-transform: capitalize;
    float: none;
}

#content .filter-options button:focus {
    outline: none;
}

#content .filter-options button.active {
    color: #00f;
}

#content #projects_list,
#content .related_projects {
    margin-bottom: 40px;
}

#content #projects_list .related-title,
#content .related_projects .related-title {
    font-family: PP Agrandir, sans-serif;
    color: #666;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.35;
    margin: 50px 0 40px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}

#content #projects_list .item-col,
#content #projects_list .item-related,
#content .related_projects .item-col,
#content .related_projects .item-related {
    padding: 0 5px;
    overflow: hidden;
}

#content #projects_list .item-col:hover .project-thumbnail img,
#content #projects_list .item-related:hover .project-thumbnail img,
#content .related_projects .item-col:hover .project-thumbnail img,
#content .related_projects .item-related:hover .project-thumbnail img {
    top: -20px;
}

#content #projects_list .item-col:hover .project-thumbnail:after,
#content #projects_list .item-related:hover .project-thumbnail:after,
#content .related_projects .item-col:hover .project-thumbnail:after,
#content .related_projects .item-related:hover .project-thumbnail:after {
    opacity: 1;
    visibility: visible;
}

#content #projects_list .item-col:hover .project-thumbnail .icon-group,
#content #projects_list .item-related:hover .project-thumbnail .icon-group,
#content .related_projects .item-col:hover .project-thumbnail .icon-group,
#content .related_projects .item-related:hover .project-thumbnail .icon-group {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

#content #projects_list .item-col:hover .project-info,
#content #projects_list .item-related:hover .project-info,
#content .related_projects .item-col:hover .project-info,
#content .related_projects .item-related:hover .project-info {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

#content #projects_list .project-thumbnail,
#content .related_projects .project-thumbnail {
    overflow: hidden;
    position: relative;
}

#content #projects_list .project-thumbnail:after,
#content .related_projects .project-thumbnail:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: opacity 300ms ease-out 0s;
    -webkit-transition: opacity 300ms ease-out 0s;
    -moz-transition: opacity 300ms ease-out 0s;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

#content #projects_list .project-thumbnail img,
#content .related_projects .project-thumbnail img {
    position: relative;
    top: 0;
    transition: top 200ms ease-out 0s;
    -moz-transition: top 200ms ease-out 0s;
    -webkit-transition: top 200ms ease-out 0s;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#content #projects_list .project-thumbnail .icon-group,
#content .related_projects .project-thumbnail .icon-group {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -30px;
    text-align: center;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(1.000, -0.6, 0.570, -0.15);
    -moz-transition: all 400ms cubic-bezier(1.000, -0.6, 0.570, -0.15);
    -ms-transition: all 400ms cubic-bezier(1.000, -0.6, 0.570, -0.15);
    -o-transition: all 400ms cubic-bezier(1.000, -0.6, 0.570, -0.15);
    transition: all 400ms cubic-bezier(1.000, -0.6, 0.570);
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
}

#content #projects_list .project-thumbnail .icon-group .likes-counter,
#content #projects_list .project-thumbnail .icon-group .project-link,
#content .related_projects .project-thumbnail .icon-group .likes-counter,
#content .related_projects .project-thumbnail .icon-group .project-link {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

#content #projects_list .project-thumbnail .icon-group .likes-counter a,
#content #projects_list .project-thumbnail .icon-group .project-link a,
#content .related_projects .project-thumbnail .icon-group .likes-counter a,
#content .related_projects .project-thumbnail .icon-group .project-link a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-align: center;
    background: #fff;
    display: block;
}

#content #projects_list .project-thumbnail .icon-group .likes-counter a span,
#content #projects_list .project-thumbnail .icon-group .project-link a span,
#content .related_projects .project-thumbnail .icon-group .likes-counter a span,
#content .related_projects .project-thumbnail .icon-group .project-link a span {
    display: none;
}

#content #projects_list .project-thumbnail .icon-group .likes-counter a:hover,
#content #projects_list .project-thumbnail .icon-group .project-link a:hover,
#content .related_projects .project-thumbnail .icon-group .likes-counter a:hover,
#content .related_projects .project-thumbnail .icon-group .project-link a:hover {
    background: #00f;
    color: #fff;
}

#content #projects_list .project-info,
#content .related_projects .project-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 130%);
    -moz-transform: translate(0, 130%);
    -ms-transform: translate(0, 130%);
    transform: translate(0, 130%);
    z-index: 3;
    padding: 20px 10px;
    text-align: center;
    font-weight: normal;
    transition: all 200ms ease-out 0s;
    -webkit-transition: all 200ms ease-out 0s;
    -moz-transition: all 200ms ease-out 0s;
    background: #fff;
}

#content #projects_list .project-info .project-title,
#content .related_projects .project-info .project-title {
    text-transform: uppercase;
    font-size: 14px;
}

#content #projects_list .project-info:before,
#content .related_projects .project-info:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 17px solid #fff;
    left: 50%;
    top: -15px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.single-project .project {
    margin: 40px 0;
}

.single-project .project .project-title {
    margin: 0 0 20px;
    font-size: 20px;
}

.single-project .project .entry-summary {
    margin: 0 0 30px;
}

.single-project .project .project-meta>div {
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.single-project .project .project-meta>div>p {
    margin: 0;
}

.single-project .project .project-meta .social-sharing .widget_socialsharing_widget {
    display: inline-block;
}

.single-project .project .project-meta .social-sharing .social-icons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.single-project .project .project-meta .social-sharing .social-icons li {
    display: inline-block;
    vertical-align: middle;
}

.single-project .project .project-meta .social-sharing .social-icons li a {
    padding: 0 10px;
}

.single-project .project .project-meta .social-sharing .likes-counter {
    display: inline-block;
    padding-left: 10px;
    border-left: 1px solid #ebebeb;
}

.single-project .project .project-meta .social-sharing .likes-counter i {
    margin-right: 5px;
}

.single-project .project .cover-image,
.single-project .project .project-gallery {
    margin-bottom: 10px;
}

.container {
    max-width: 1400px;
    width: 100%;
}

body {
    background-color: #fff;
}

#main-content .wpb_revslider_element {
    margin-bottom: 0;
}

.section-element {
    margin-bottom: 30px;
}

.section-element .wpb_content_element {
    margin-bottom: 10px;
}

.section-element.fullwidth {
    overflow-x: hidden;
}

.section-element.banner-fullwidth {
    overflow-x: inherit;
}

.section-element.banner-fullwidth .row {
    margin-left: 0;
    margin-right: 0;
}

.section-element.banner-fullwidth .row>div {
    padding-left: 0;
    padding-right: 0;
}

.products-info {
    display: none;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) url(../images/loading.gif) center center no-repeat;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
}

.brand_widget .brand_item {
    margin-bottom: 10px;
}

.tabs-content>div {
    display: none;
}

.tabs-content>div:first-child {
    display: block;
}

.vc_tta-container .custom_tabs_style {
    position: relative;
}

.vc_tta-container .custom_tabs_style>h2 {
    text-align: left;
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.vc_tta-container .custom_tabs_style .vc_tta-tabs-container {
    position: absolute !important;
    top: 3px;
    right: 70px;
}

.list-view>.product {
    width: 100%;
}

.list-view>.product .gridview {
    display: none;
}

.grid-view .listview {
    display: none;
}

.section-element .vc_toggle_title>h4 {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
}

.section-element .vc_toggle_title>h4:hover {
    text-decoration: underline;
}

.page-contacts .widgettitle {
    border-bottom: 1px solid #ebebeb;
    font-size: 25px;
    padding: 0 0 10px;
    text-transform: capitalize;
}

.vc_row.banner-slideshow {
    margin: 0 -5px;
}

.vc_row.banner-slideshow .wpb_column {
    padding: 0 5px;
}

.top-banner .wpb_text_column h2 {
    font-family: PP Agrandir, sans-serif;
    color: #000;
    font-size: 50px;
    line-height: 0.8;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 38px;
    margin-bottom: 30px;
}

.top-banner .wpb_text_column h2:after {
    content: "";
    width: 34px;
    border-bottom: 5px solid #00f;
    position: absolute;
    left: 0;
    bottom: 0;
}

.top-banner .wpb_text_column p {
    font-size: 15px;
    color: #888;
}

.top-banner .wpb_text_column a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-family: PP Agrandir, sans-serif;
    padding: 9px 34px;
    margin-top: 40px;
    background: #000;
    letter-spacing: 2px;
    display: inline-block;
}

.top-banner .wpb_text_column a:hover {
    background: #00f;
    color: #fff;
}

.wpb_single_image a {
    position: relative;
}

.wpb_single_image a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    filter: alpha(Opacity=0);
    visibility: hidden;
    transition: all 0.2s;
}

.wpb_single_image a:hover:before {
    opacity: 0.3;
    filter: alpha(Opacity=10);
    visibility: visible;
}

.vc_tta-container h2,
.vc_widget_title {
    color: #000;
    font-size: 40px;
    font-family: PP Agrandir, sans-serif;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
}

.vc_tta-container h2.line-style,
.vc_widget_title.line-style {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 24px;
    font-family: PP Agrandir, sans-serif;
    position: relative;
    text-transform: uppercase;
    text-align: left;
}

.vc_tta-container h2.border-style,
.vc_widget_title.border-style {
    text-align: left;
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.envato h2 {
    text-align: left;
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.deals-countdown {
    margin: 40px 0;
}

.deals-countdown .countdown-section {
    display: inline-block;
    font-size: 13px;
    color: #ddd;
    padding: 15px 15px;
    margin-right: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    text-transform: capitalize;
}

.deals-countdown .countdown-section .countdown-val {
    font-size: 20px;
    color: #fff;
    font-family: PP Agrandir, sans-serif;
    display: block;
}

.onsales-container {
    background-position: top center;
}

.onsales-container .vc_widget_title {
    text-align: left;
    color: #fff;
}

.onsales-container .short_desc {
    font-size: 20px;
    color: #00f;
    text-align: left;
    margin-bottom: 0;
}

.onsales-container .short_desc em {
    color: #fff;
    font-family: PP Agrandir, sans-serif;
    font-style: normal;
    font-size: 26px;
}

.onsales-container .shop-products .product .product-wrapper h2.product-name a {
    color: #888;
}

.onsales-container .shop-products .product .product-wrapper h2.product-name a:hover {
    color: #00f;
}

.onsales-container .shop-products .product .product-wrapper .price-box {
    color: #eee;
}

.onsales-container .shop-products .product .product-wrapper .price-box ins {
    color: #eee;
}

.onsales-container .shop-products .product .product-wrapper .list-col8 .actions {
    border-top: 1px solid #564c3c;
}

.onsales-container .shop-products .product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline a.button {
    color: #ddd;
}

.onsales-container .shop-products .product .product-wrapper .actions ul.add-to-links li .add_to_cart_inline a.button:before {
    color: #ddd;
}

.onsales-container .shop-products .product .product-wrapper .actions ul.add-to-links li .compare-button a.compare {
    color: #ddd;
}

.onsales-container .shop-products .product .product-wrapper .actions ul.add-to-links li .yith-wcwl-add-to-wishlist a.add_to_wishlist {
    color: #ddd;
}

.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: none !important;
    border: 0 !important;
    padding: 0;
}

.short_desc {
    text-align: center;
    font-size: 14px;
    color: #888;
    margin-bottom: 50px;
}

.vc_tta.vc_general .vc_tta-panel-body {
    overflow: visible !important;
}

.vc_tta.vc_general .vc_tta-tabs-container {
    text-align: center !important;
    margin-bottom: 35px !important;
}

.vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tabs-list li a {
    background: transparent;
    border: 0;
    padding: 0 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: PP Agrandir, sans-serif;
    color: #333;
}

.vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tabs-list li a:hover {
    color: #00f;
}

.vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {
    color: #00f;
}

.link-follow {
    padding: 0;
    display: inline-block;
}

.link-follow li {
    float: left;
    max-width: 20%;
    margin-right: 3px;
    list-style: none;
}

.link-follow li a {
    width: 50px;
    height: 50px;
    line-height: 48px;
    background: #eaeaea;
    border-radius: 100%;
    color: #666;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    padding-left: 5px;
}

.link-follow li a em {
    line-height: 48px;
}

.link-follow li a:hover {
    background: #00f;
    color: #fff;
}

.group-rate .shop-products.products .product .product-wrapper.item-list-layout .list-col8 .gridview .ratings {
    float: none;
}

.block-group .vc_widget_title {
    font-size: 22px;
    color: #ddd;
    margin-bottom: 50px;
    text-align: left;
}

.block-group .shop-products.products .product .product-wrapper .price-box {
    color: #ddd;
}

.block-group .shop-products.products .product .product-wrapper .price-box ins {
    color: #ddd;
}

.block-group .shop-products.products .product .product-wrapper h2.product-name a {
    color: #888;
}

.block-group .shop-products.products .product .product-wrapper .ratings {
    float: none;
}

.block-group .vc_column-inner:hover .owl-theme .owl-nav {
    opacity: 1;
    visibility: visible;
}

.block-group .owl-theme .owl-nav {
    position: absolute;
    right: 15px;
    top: -82px;
    margin: 0;
}

.block-group .owl-theme .owl-nav>div {
    width: 30px;
    height: 30px;
    background: transparent;
    border: 2px solid #333;
    position: static;
    margin: 0;
    margin-left: 6px;
}

.block-group .owl-theme .owl-nav>div:before {
    content: "\f104";
    font-size: 16px;
    line-height: 25px;
}

.block-group .owl-theme .owl-nav>div:hover {
    background: #00f;
    border-color: #00f;
    color: #fff;
}

.block-group .owl-theme .owl-nav>div:hover:before {
    color: #fff;
}

.block-group .owl-theme .owl-nav .owl-next:before {
    content: "\f105";
}

.shop-products.products .product .product-wrapper.item-list-layout {
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
}

.shop-products.products .product .product-wrapper.item-list-layout .product-image {
    float: left;
    width: 90px !important;
    margin-right: 20px;
}

.shop-products.products .product .product-wrapper.item-list-layout .product-image .onsale {
    display: none;
}

.shop-products.products .product .product-wrapper.item-list-layout .list-col8 {
    margin-top: 0;
}

.testimonials .group .quote {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

.testimonials .group .quote .author {
    overflow: hidden;
}

.testimonials .group .quote .author span {
    color: #555;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: PP Agrandir, sans-serif;
}

.testimonials .group .quote .testimonials-text {
    font-size: 14px;
    color: #888;
    width: auto;
    float: none;
    margin: 0;
    overflow: hidden;
}

.testimonials .author-avatar .avatar {
    float: left;
    margin-right: 20px;
}

.testimonials .author-avatar .author {
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 3px;
    font-size: 15px;
    color: #ddd;
    font-family: PP Agrandir, sans-serif;
}

.testimonials .author-avatar .date {
    overflow: hidden;
    font-size: 11px;
    font-style: italic;
    color: #888;
    position: relative;
    margin-top: 3px;
}

.testimonials .author-avatar .date .fa {
    content: "\f073";
    font-family: FontAwesome;
    color: #888;
    font-size: 11px;
    margin-right: 6px;
    display: inline-block;
    font-style: normal;
}

.testimonials blockquote {
    border: 0;
    padding: 0;
    position: relative;
    margin-top: 30px;
    float: left;
    width: 100%;
}

.testimonials blockquote p {
    font-size: 12.5px;
    line-height: 1.5;
    position: relative;
    color: #aaa;
    margin: 0;
    text-indent: 25px;
}

.testimonials blockquote p:after,
.testimonials blockquote p:before {
    content: "";
    display: inline-block;
    font-size: 30px;
    color: #ddd;
    font-family: PP Agrandir, sans-serif;
    position: absolute;
    line-height: 1;
}

.testimonials blockquote p:before {
    content: "“";
    left: -25px;
    top: -10px;
}

.testimonials blockquote p:after {
    content: "”";
    right: 0px;
    bottom: -12px;
}

.newletter-home3 {
    color: #fff;
}

.newletter-home3 .widgettitle {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    vertical-align: top;
}

.newletter-home3 .widgettitle:after {
    display: none;
}

.newletter-home3 .textwidget p {
    line-height: 1.5;
}

.widget_wysija {
    position: relative;
    margin-top: 30px;
}

.widget_wysija input[type="text"] {
    width: 100%;
    background: #fff;
    border: 2px solid #fff;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #888;
    padding-right: 40px;
}

.widget_wysija .wysija-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
    border: 0;
    margin: 0;
    background: url(../images/bkg_newletter.png) no-repeat 50% 50%;
}

.box-corporate .pull-left {
    margin-right: 20px;
}

.box-corporate .vc_wp_text .widgettitle {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 8px;
    padding: 0;
}

.box-corporate .vc_wp_text .widgettitle:after {
    display: none;
}

.vc_tta-container .line-style .short_desc {
    display: none;
}

.vc_tta-container .line-style .vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
    padding-right: 100px;
}

.vc_tta-container .line-style h2 {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 24px;
    font-family: PP Agrandir, sans-serif;
    position: relative;
    text-transform: uppercase;
    text-align: left;
}

.vc_tta-container .line-style h2.product-name {
    padding: 0;
    margin-bottom: 5px;
    border-bottom: 0;
}

.vc_tta-container .line-style .vc_tta.vc_general .vc_tta-tabs-container {
    position: absolute;
    right: 0;
    top: 10px;
}

.vc_tta-container .line-style .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tabs-list li a {
    display: inline-block;
    cursor: pointer;
    padding: 0 20px;
    text-transform: none;
    font-size: 15px;
    color: #aaa;
    font-family: texgyreadventorregular;
}

.vc_tta-container .line-style .vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {
    color: #00f;
}

.tab-home-style .vc_tta-tabs-container .vc_tta-tabs-list li a {
    text-transform: none !important;
    padding: 0 20px;
    font-size: 15px;
    color: #555 !important;
    font-family: texgyreadventorregular !important;
}

.tab-home-style .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {
    color: #00f !important;
}

.newletter-form-wrapper .formError {
    top: 110% !important;
    left: 0 !important;
}

.myaccount-navigation .nav {
    background: #ebebeb;
}

.myaccount-navigation .nav li a:hover {
    color: #fff;
    background: #00f;
}

.myaccount-navigation .nav li.is-active a {
    color: #fff;
    background: #00f;
}

.myaccount-content a {
    color: #00f;
}

.myaccount-content a:hover {
    text-decoration: underline;
}

.visible-large {
    display: block;
}

.visible-small {
    display: none;
}

#secondary {
    position: relative;
}

#secondary .sidebar-toggle {
    display: none;
    position: absolute;
    background: rgba(36, 36, 36, 0.86);
    color: #fff;
    padding: 10px 18px;
    font-size: 18px;
    cursor: pointer;
    top: 0px;
    left: 15px;
    right: 15px;
}

#secondary .sidebar-toggle:after {
    color: #fff;
    content: '\f105';
    position: absolute;
    right: 20px;
    line-height: 38px;
    font-size: 16px;
    top: 0;
}

#secondary.opening .sidebar-toggle:after {
    content: '\f107';
}

.single_variation_wrap .single_variation {
    display: none;
}

@media screen and (max-width: 1199px) {
    .nav-menus #mega_main_menu>.menu_holder .menu_inner>ul>li>a.item_link {
        padding-left: 10px;
        padding-right: 13px;
    }

    #mega_main_menu>.menu_holder>.menu_inner>ul>li>.item_link:after {
        display: none;
    }

    .top-banner .wpb_text_column h2 {
        font-size: 40px;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .top-banner .wpb_text_column a {
        margin-top: 30px;
    }

    .owl-theme .owl-nav>div {
        left: 0;
    }

    .owl-theme .owl-nav .owl-next {
        left: auto;
        right: 0;
    }
}

@media screen and (max-width: 992px) {
    .fullwidthbanner-container {
        margin-top: 0 !important;
    }

    .section-element .container {
        width: 100%;
        max-width: 100%;
    }

    .woocommerce div.main-wrapper .woocommerce-tabs .panel #reviews #comments,
    .woocommerce div.main-wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper {
        width: 100%;
        padding: 0;
        border: 0;
    }

    .woocommerce div.main-wrapper .woocommerce-tabs .panel #reviews #comments #review_form #commentform input,
    .woocommerce div.main-wrapper .woocommerce-tabs .panel #reviews #review_form_wrapper #review_form #commentform input {
        max-width: 100%;
    }

    .header-container.third .nav-menus {
        background: #222121;
    }

    #secondary {
        clear: both;
        padding-top: 50px;
        margin-bottom: 20px;
    }

    #secondary .sidebar-toggle {
        display: block;
    }

    #secondary>* {
        display: none;
    }

    #secondary .widget:last-child {
        margin-top: 15px;
    }

    .block-group .column_container {
        width: 50%;
    }

    .link-follow li {
        max-width: 30%;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .link-follow li a {
        width: 40px;
        height: 40px;
        line-height: 38px;
        font-size: 16px;
    }

    .link-follow li a em {
        line-height: 38px;
    }

    .border-style .owl-theme .owl-nav {
        display: none;
    }

    .footer .footer-top {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .footer .footer-top .col-sm-6 {
        margin-bottom: 30px;
    }

    .footer .footer-top .col-sm-6:nth-child(3) {
        clear: left;
    }

    .footer .footer-end .newletter-form-wrapper .wysija-submit {
        margin-left: 0;
    }

    .header-container.fifth .nav-menus {
        margin-left: 0;
    }

    .header-container.fifth .nav-menus .nav-mobile .toggle-menu {
        color: #333;
    }

    .header-container.fifth .top-bar .login-page {
        float: left !important;
        border: 0;
    }

    .header-container.fifth .header .col-logo {
        padding-top: 0;
    }

    .shop-products.grid-view .product-wrapper .list-col8 .actions {
        -moz-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        visibility: visible;
        opacity: 1;
    }

    .owl-theme .owl-nav {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 767px) {
    .header-container .nav-top-bar {
        border-bottom: 1px solid rgba(230, 230, 230, 0.1);
    }

    .header-container .nav-top-bar .nav-top {
        width: 100%;
    }

    .header-container .nav-top-bar .nav-top ul.nav-language {
        border: 0;
    }

    .header-container .nav-top-bar .nav-top .nav-curentcy {
        float: right;
    }

    .header-container .top-bar .welcome-message,
    .header-container .top-bar .top-menu {
        display: inline-block;
        float: none !important;
        vertical-align: middle;
        margin: 0 10px;
    }

    .header-container .social-bar .social-icons {
        float: left !important;
        border: 0;
    }

    .banner-slideshow .wpb_column {
        margin-bottom: 10px;
    }

    .header-container.layout2 .nav-top-bar {
        border-bottom: 1px solid #eee;
    }

    .block-group .column_container {
        width: 100%;
    }

    .footer.layout5 .footer-bottom ul.nav_menu,
    .footer.layout5 .footer-bottom .widget-copyright,
    .footer.layout4 .footer-bottom ul.nav_menu,
    .footer.layout4 .footer-bottom .widget-copyright {
        text-align: center;
    }

    #popup_onload .popup-content-wrapper {
        background: #fff;
    }

    .footer.layout2 .footer-bottom .text-right {
        text-align: center;
        margin-top: 20px;
    }

    .banner-top {
        text-align: center;
    }

    .top-banner .wpb_column {
        max-width: 370px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .vc_tta.vc_general .vc_tta-panel {
        margin-bottom: 10px !important;
    }

    .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
        margin-bottom: 20px !important;
    }

    .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a:hover,
    .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
        color: #00f !important;
    }

    .footer .footer-bottom {
        text-align: center;
    }

    .footer .footer-bottom .menu-footer-links-container ul {
        text-align: center;
    }

    .footer .footer-end {
        text-align: center;
    }

    .footer .footer-end .text-right {
        text-align: center;
    }

    .nav-menus {
        position: static;
    }

    .footer .footer-end .newletter-form-wrapper {
        margin-bottom: 20px;
    }

    .testimonials {
        margin-bottom: 30px;
    }

    .header-container.fifth .woocommerce-product-search .search-content {
        right: -40px;
    }
}

@media (max-width: 767px) and (min-width: 479px) {
    .shop-products.grid-view .item-col {
        width: 50%;
    }

    .shop-products.grid-view .item-col:nth-of-type(2n+1) {
        clear: left;
    }

    .shop-products.grid-view .product.first {
        clear: none;
    }

    .product_list_widget .item-product-widget:nth-of-type(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 560px) {

    .quickview-wrapper #quickview-content .product-images,
    .quickview-wrapper #quickview-content .product-info {
        width: 100%;
        float: none;
        padding: 0;
    }
}

@media screen and (max-width: 479px) {

    .header-container .login-page a:before {
        content: "\f007";
        font-family: FontAwesome;
        font-size: 16px;
    }

    .owl-theme .owl-nav {
        display: none !important;
    }

    .nav-menus {
        margin-left: 0;
    }

    .footer .footer-end .newletter-form-wrapper .wysija-paragraph .wysija-input {
        width: 100%;
        min-width: auto;
    }


    .header-container.second .container-fluid>div {
        width: 100%;
    }

    .header-container.second .container-fluid>div .logo {
        text-align: center;
    }

    .single-post .comments-area .info-wrapper {
        width: 100%;
        margin-right: 0;
    }

    .main-wrapper .site-content .woocommerce table.shop_table thead tr th {
        text-transform: capitalize;
        font-size: 12px;
    }

    .main-wrapper .site-content .woocommerce table.shop_table td {
        padding: 5px;
    }

    .main-wrapper .site-content .woocommerce table.shop_table .product-subtotal {
        display: none;
    }

    .main-wrapper .site-content .woocommerce table.shop_table tbody tr td.actions .coupon .button {
        float: left !important;
    }

    .section-element .contact-7 .wpcf7 .wpcf7-form p:nth-child(2),
    .section-element .contact-7 .wpcf7 .wpcf7-form p:nth-child(3) {
        max-width: 100%;
        margin-right: 0;
    }

    .widget_wysija_cont .wysija-paragraph {
        width: 100%;
    }

    .product_list_widget .item-product-widget {
        width: 100%;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }
}

@media screen and (max-width: 380px) {
    .nav-mobile .toggle-menu {
        padding: 39px 0px;
    }
}

@media (max-width: 1440px) and (min-width: 767px) {

    .contact-us .vc_column-inner,
    .contact-7 .vc_column-inner {
        min-height: 550px;
    }
}

@media (max-width: 1920px) and (min-width: 1439px) {

    .contact-us .vc_column-inner,
    .contact-7 .vc_column-inner {
        min-height: 470px;
    }
}

@media (min-width: 767px) {
    .shop-products.sidebar .product.col-sm-6:nth-of-type(2n+1) {
        clear: left;
    }

    .shop-products.sidebar .product.col-sm-3:nth-of-type(4n+1) {
        clear: left;
    }

    .shop-products.sidebar .product.col-sm-4:nth-of-type(3n+1) {
        clear: left;
    }

    .shop-products.sidebar .product.col-sm-2:nth-of-type(6n+1) {
        clear: left;
    }

    .product-category.category.first {
        clear: left;
    }
}

@media (min-width: 992px) {
    .shop-products.fullwidth .product.col-md-6:nth-child(2n+1) {
        clear: left;
    }

    .shop-products.fullwidth .product.col-md-4:nth-child(3n+1) {
        clear: left;
    }

    .shop-products.fullwidth .product.col-md-3:nth-child(4n+1) {
        clear: left;
    }

    .shop-products.fullwidth .product.col-md-2:nth-child(6n+1) {
        clear: left;
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .shop-products.fullwidth .product.col-sm-4:nth-child(3n+1) {
        clear: left;
    }
}

@media (min-width: 767px) {
    .inner-content .grid-view .product.col-sm-6:nth-of-type(2n+1) {
        clear: left;
    }

    .inner-content .grid-view .product.col-sm-3:nth-of-type(4n+1) {
        clear: left;
    }

    .inner-content .grid-view .product.col-sm-4:nth-of-type(3n+1) {
        clear: left;
    }

    .inner-content .grid-view .product.col-sm-2:nth-of-type(6n+1) {
        clear: left;
    }

    .inner-content .grid-view .product.col-sm-20 {
        width: 20%;
    }

    .inner-content .grid-view .product.col-sm-20:nth-of-type(5n+1) {
        clear: left;
    }
}

@media (max-width: 767px) and (min-width: 479px) {
    .inner-content .grid-view .product[class*="col-"] {
        width: 50%;
    }

    .inner-content .grid-view .product[class*="col-"]:nth-of-type(2n+1) {
        clear: left;
    }
}

@media (max-width: 767px) {
    .header-container .woocommerce-product-search .search-content {
        margin-top: 28px;
        min-width: 250px;
        right: 0;
        left: auto;
    }
}

@media (max-width: 479px) {
    .inner-content .grid-view .product[class*="col-"] {
        width: 100%;
    }
}

@media screen and (max-width: 340px) {
    .nav-mobile .toggle-menu {
        padding: 39px 10px;
    }

    .header .container {
        padding-left: 45px;
    }
}

@media screen and (max-width: 992px) {
    .header .container {
        padding-left: 65px;
        position: relative;
    }

    .nav-menus {
        position: static;
    }

    .nav-mobile .toggle-menu {
        position: absolute;
        left: 0;
        top: 0;
    }
}